@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Marcellus-Regular";
  src: url(../fonts/Marcellus-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Marcellus-Regular";
  src: url(../fonts/Marcellus-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    <main></main>箇所のcss

========================================= */
/*	com parts  PC
全ページ共通で使用したいパーツ
------------------------------------ */
.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-sub-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}

.com-info-list {
  align-items: flex-end;
  justify-content: flex-end;
}
.com-info-list-item:nth-of-type(n + 2) {
  margin-left: 20px;
}

.com-tel {
  position: relative;
  padding-bottom: 15px;
}
.com-tel-num {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 32px;
  color: #004b42;
  background: url(/img/all/tel-ico.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 250px;
  transform: translateX(-50%);
  left: 57%;
  bottom: 0;
}

.com-box01 {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  margin-top: 60px;
  padding: 65px 0;
  border-radius: 16px;
  border: 2px solid #ece3ce;
  background-color: #fff;
}

.com-ttl01 {
  text-align: center;
  letter-spacing: 0.2em;
}
.com-ttl01-sub {
  font-family: "Marcellus-Regular", sans-serif;
  color: #004b42;
}
.com-ttl01-main {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl02 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #004b42;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.com-btn01-txt {
  display: inline-block;
  position: relative;
}
.com-btn01-txt::before {
  position: absolute;
  content: "";
}
.com-btn01-txt::before {
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  top: 50%;
  left: -26px;
  background-color: #004b42;
  border-radius: 50%;
  transition-duration: 0.5s;
}
.com-btn01:hover .com-btn01-txt::before {
  transform: scale(1.2) translateY(-50%);
  transform-origin: center;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 30px;
}

.com-txt-color {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  color: #004b42;
}

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 th {
  white-space: pre-line;
  font-family: "NotoSansJP-Medium", sans-serif;
  width: 230px;
  vertical-align: middle;
  padding: 24px 20px;
  color: #004b42;
  border-bottom: 1px solid #bfb9ab;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 24px 20px 24px 0;
  color: #000000;
  border-bottom: 1px solid #bfb9ab;
}
.com-table01 a {
  color: #000000;
}
.com-table01-margin {
  margin-top: 10px;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #ece3ce;
  background-color: #bfb9ab;
}
.com-table02 tr:first-of-type td:last-of-type {
  border-radius: 0 10px 0 0;
}
.com-table02 tr:last-of-type th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
.com-table02 tr:last-of-type td {
  border-bottom: none;
}
.com-table02 tr:last-of-type td:last-of-type {
  border-radius: 0 0 0 10px;
}
.com-table02 th {
  width: 142px;
  text-align: center;
  padding: 10px 10px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #898989;
}
.com-table02 td {
  width: 142px;
  padding: 10px 10px;
  text-align: center;
  border-left: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.com-no-post {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .com-no-post {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-no-img {
  width: 90% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.com-no-img-bg {
  text-align: center;
  background-color: #ccc !important;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 1; /* 行数指定 */
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 2; /* 行数指定 */
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 3; /* 行数指定 */
}

.pcnav-current {
  position: relative;
}
.pcnav-current::after {
  position: absolute;
  content: "";
}
.pcnav-current::after {
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-color: #000000;
}

.foo-current {
  color: #004b42 !important;
}

.com-tag-list {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  width: 100%;
}
.com-tag-list-item {
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #a29d91;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-tag-list-item:nth-of-type(n + 2) {
  margin-left: 30px;
}

.com-time {
  font-family: "NotoSansJP-Medium", sans-serif;
  flex-shrink: 0;
  color: #004b42;
}

.com-svg-txt {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .com-svg-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-pre {
  white-space: pre-line;
}

.com-instagram {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  width: 450px;
  text-align: center;
  padding: 20px 15px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: relative;
}
.com-instagram::before {
  position: absolute;
  content: "";
}
.com-instagram::before {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 145px);
  background: url(/img/all/instagram-ico.png) no-repeat;
  background-size: 100%;
}

.com-view {
  position: relative;
  font-family: "Marcellus-Regular", sans-serif;
  width: 100%;
  line-height: 73px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1400px) {
  .com-view {
    line-height: 58px;
  }
}
.com-view::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 87px);
  background-color: #fff;
  border-radius: 50%;
}

.com-primary {
  text-align: center;
  padding: 25px 15px;
  border-top: 1px solid #bfb9ab;
  border-bottom: 1px solid #bfb9ab;
}

/* =========================================
    top  PC
    top-ent
========================================= */
#top-ent .list {
  width: 100%;
  padding: 0 20px;
  gap: 10px;
}
#top-ent .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: 44.2vw;
  min-height: 485px;
}
#top-ent .list-link {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
#top-ent .list-link:hover .list-box::after {
  transform: translate(10px, -50%);
}
#top-ent .list-official {
  background: url(/img/ent/official-img.png) no-repeat center/cover;
}
#top-ent .list-garden {
  background: url(/img/ent/garden-img.jpeg) no-repeat center/cover;
}
#top-ent .list-box {
  position: absolute;
  width: 92.55%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: auto;
  transform: translateX(-50%);
  left: 50%;
  bottom: 40px;
  background-color: rgba(0, 75, 66, 0.8);
  border-radius: 5px;
}
#top-ent .list-box::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 9px;
  transform: translateY(-50%);
  top: 50%;
  right: 40px;
  background: url(/img/ent/ent-arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1300px) {
  #top-ent .list-box::after {
    width: 30px;
    height: 8px;
    right: 30px;
  }
}
@media screen and (max-width: 1700px) {
  #top-ent .list-box {
    height: 216px;
  }
}
#top-ent .list-txt {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-ent .list-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-ent .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-ent .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* =========================================
    top  PC
    top-concept
========================================= */
#top-concept .container {
  width: 100%;
  padding-left: 3.1vw;
}
#top-concept .img {
  width: 55.7vw;
  max-width: 1070px;
  min-width: 604px;
}
#top-concept .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-concept .img img {
  border-radius: 10px;
}
#top-concept .wrap {
  width: 432px;
  flex-shrink: 0;
  margin-left: 6.25vw;
}
@media screen and (max-width: 1300px) {
  #top-concept .wrap {
    margin-left: 30px;
  }
}
#top-concept .primary {
  font-family: "Marcellus-Regular", sans-serif;
  letter-spacing: 0.2em;
  padding-left: 50px;
  color: #004b42;
  position: relative;
}
#top-concept .primary::before {
  position: absolute;
  content: "";
}
#top-concept .primary::before {
  width: 30px;
  height: 0.3px;
  transform: translateY(-50%);
  top: 44%;
  left: 0;
  background-color: #000000;
}
#top-concept .ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.83;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #top-concept .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-concept .txt {
  margin-top: 35px;
  line-height: 2;
}
#top-concept .btn {
  margin-top: 50px;
}

/* =========================================
    top  PC
    top-garden
========================================= */
#top-garden .bg {
  overflow: hidden;
}
#top-garden .container {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 0;
}
#top-garden .wrap {
  position: absolute;
  width: 553px;
  height: 100%;
  padding: 135px 0 0 135px;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}
#top-garden .wrap-txt {
  position: absolute;
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  padding-top: 80px;
  top: 0;
  left: 45px;
  color: rgba(236, 227, 206, 0.5);
}
@media screen and (max-width: 767px) {
  #top-garden .wrap-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-garden .wrap-txt::before {
  position: absolute;
  content: "";
  width: 0.3px;
  height: 60px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: rgba(236, 227, 206, 0.5);
}
#top-garden .box {
  width: 340px;
  color: #fff;
}
#top-garden .ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #top-garden .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-garden .ttl-lg {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-garden .ttl-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-garden .txt {
  line-height: 2;
  margin-top: 40px;
}
#top-garden .btn {
  margin-top: 50px;
  border-color: #fff;
}
#top-garden .btn-txt::before {
  background-color: #fff;
}

#fade {
  position: relative;
  width: 100%;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fade li {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: 100%;
  min-width: 1920px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#fade li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fade li.active {
  opacity: 1;
  z-index: 1;
}

/* =========================================
    top  PC
    top-case
========================================= */
#top-case .bg {
  background: url(/img/top/case-bg.png) no-repeat right top;
}
#top-case .ttl {
  text-align: left;
  margin-left: 5.2vw;
  padding-top: 105px;
  padding-left: 35px;
  position: relative;
}
#top-case .ttl::before {
  position: absolute;
  content: "";
}
#top-case .ttl::before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
}
#top-case .list {
  margin-top: 70px;
}
#top-case .list-item {
  width: 52vw;
  min-width: 572px;
  margin-right: 7.8vw !important;
}
#top-case .list-img {
  width: 100%;
  height: 32.2vw;
  min-height: 354px;
  position: relative;
  z-index: 1;
}
#top-case .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-case .list-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  border-radius: 0 0 10px 10px;
}
#top-case .list-img img {
  border-radius: 10px;
}
#top-case .list-img-txt {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  left: 40px;
  bottom: 30px;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #top-case .list-img-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-case .list-btm {
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 1150px) {
  #top-case .list-btm {
    margin-top: 10px;
    margin-left: 0;
  }
}
#top-case .list-btn {
  width: 300px;
  border-top: none;
  text-align: left;
  padding: 15px 15px 15px 40px;
  position: relative;
}
#top-case .list-btn::before {
  position: absolute;
  content: "";
}
#top-case .list-btn::before {
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  top: 50%;
  left: 15px;
  background-color: #004b42;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#top-case .list-btn:hover::before {
  transform: scale(1.2) translateY(-50%);
}
#top-case .list-btn:nth-of-type(n + 2) {
  margin-left: 20px;
}
#top-case .swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 4.16vw;
}
#top-case .swiper-wrapper {
  display: flex;
}
#top-case .swiper-slide {
  flex-shrink: 0;
}
#top-case .swiper-button-next {
  position: absolute;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  top: calc(50% - 50px);
  left: 60%;
  border: 1px solid #004b42;
  background: url(/img/all/arw-r.png) no-repeat center;
  transition: all 0.3s ease;
}
#top-case .swiper-button-next:hover {
  background: url(/img/all/arw-r.png) no-repeat calc(50% + 5px) center;
}
#top-case .swiper-button-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  top: calc(50% + 50px);
  left: 60%;
  border: 1px solid #004b42;
  background: url(/img/all/arw-l.png) no-repeat center;
  transition: all 0.3s ease;
}
#top-case .swiper-button-prev:hover {
  background: url(/img/all/arw-l.png) no-repeat calc(50% - 5px) center;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .list {
  margin-top: 65px;
  padding: 0 4vw;
  gap: 4.14vw;
}
@media screen and (max-width: 1400px) {
  #top-about .list {
    gap: 1.5vw;
    padding: 0 10px;
  }
}
#top-about .list-item {
  flex-basis: calc((100% - 12.42vw) / 4);
  max-width: calc((100% - 12.42vw) / 4);
}
@media screen and (max-width: 1400px) {
  #top-about .list-item {
    flex-basis: calc((100% - 4.5vw) / 4);
    max-width: calc((100% - 4.5vw) / 4);
  }
}
#top-about .list-link {
  width: 100%;
  height: 19.7vw;
  min-height: 258px;
  text-align: center;
  padding-top: 6.25vw;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #top-about .list-link {
    padding-top: 5.25vw;
    height: 23.5vw;
  }
}
#top-about .list-about {
  background: url(/img/top/about-img01.png) no-repeat center/cover;
}
#top-about .list-flow {
  background: url(/img/top/about-img02.png) no-repeat center/cover;
}
#top-about .list-greeting {
  background: url(/img/top/about-img03.png) no-repeat center/cover;
}
#top-about .list-company {
  background: url(/img/top/about-img04.png) no-repeat center/cover;
}
#top-about .list-txt {
  font-family: "Marcellus-Regular", sans-serif;
  letter-spacing: 0.2em;
}
#top-about .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #top-about .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-about .list-link-txt {
  position: absolute;
  font-family: "Marcellus-Regular", sans-serif;
  width: 100%;
  line-height: 73px;
  letter-spacing: 0.2em;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1400px) {
  #top-about .list-link-txt {
    line-height: 58px;
  }
}
#top-about .list-link-txt::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 87px);
  background-color: #fff;
  border-radius: 50%;
}
#top-about .pc-br {
  display: none;
}
@media screen and (max-width: 1400px) {
  #top-about .pc-br {
    display: block;
  }
}

/* =========================================
    top  PC
    top-instagram
========================================= */
#top-instagram .container {
  width: 75vw;
  min-width: 1060px;
  margin-left: 11vw;
  padding-top: 65px;
  padding-left: 3.125vw;
  border-left: 1px solid #000000;
}
@media screen and (max-width: 1250px) {
  #top-instagram .container {
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1150px) {
  #top-instagram .container {
    margin-left: 20px;
    padding-left: 20px;
  }
}
#top-instagram .container-top {
  padding-left: 10px;
}
#top-instagram .ttl {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #top-instagram .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-instagram .txt {
  margin-top: 20px;
}
#top-instagram .com-instagram {
  margin-bottom: 5px;
}
#top-instagram #insta a {
  width: 100%;
  height: 27.73vw;
  min-height: 234px;
  position: relative;
}
#top-instagram #insta ul {
  display: flex;
  margin-top: 65px;
  gap: 3.125vw;
}
#top-instagram #insta li {
  flex-basis: calc((100% - 9.375vw) / 4);
  max-width: calc((100% - 9.375vw) / 4);
  min-width: 234px;
}
#top-instagram #insta li:hover .captionTxt {
  transition: 0.5s opacity, 0.25s filter;
  opacity: 1;
}
#top-instagram #insta li .captionTxt {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  opacity: 0;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  #top-instagram #insta li .captionTxt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#top-instagram #insta li .like_count {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  display: block;
  text-align: center;
  position: relative;
}
#top-instagram #insta li .like_count::before {
  content: "♥";
  color: #d4245f;
  font-size: 14px;
  vertical-align: middle;
  padding-right: 0.25em;
}
#top-instagram #insta li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .list {
  width: 100%;
  max-width: 1590px;
  margin: 50px auto 0;
}
#top-news .list-item {
  width: 29.7vw;
  min-width: 365px;
  padding: 15px 0;
  padding: 0 3.125vw;
}
#top-news .list-item:nth-of-type(n + 2) {
  border-left: 1px solid #bfb9ab;
}
#top-news .list-link {
  width: 100%;
  color: #000000;
}
#top-news .list-ttl {
  line-height: 2;
  margin-top: 30px;
}
#top-news .com-tag-list {
  margin-top: 55px;
}
#top-news .btn {
  display: block;
  width: 450px;
  margin: 80px auto 0;
}

/* =========================================
    com  PC
    com-contact
========================================= */
#com-contact .bg {
  background: url(/img/all/com-contact-bg.jpg) no-repeat center/cover;
}
#com-contact .container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #com-contact .container {
    max-width: 1080px;
    margin: 0 10px;
  }
}
#com-contact .wrap {
  padding: 135px 0 23px 3.9vw;
  border-left: 1px solid #000000;
}
#com-contact .ttl {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #com-contact .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#com-contact .txt {
  line-height: 2;
  margin-top: 20px;
}
#com-contact .list {
  width: 450px;
  margin-top: 90px;
}
#com-contact .list-link {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  width: 100%;
  text-align: center;
  padding: 36px 15px;
  border-bottom: 1px solid #000000;
}
#com-contact .list-line {
  position: relative;
}
#com-contact .list-line::before {
  position: absolute;
  content: "";
}
#com-contact .list-line::before {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 150px);
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
}
#com-contact .list-mail {
  position: relative;
}
#com-contact .list-mail::before {
  position: absolute;
  content: "";
}
#com-contact .list-mail::before {
  width: 30px;
  height: 22px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 164px);
  background: url(/img/all/mail-ico.png) no-repeat;
  background-size: 100%;
}
#com-contact .com-tel {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
#com-contact .com-tel-num {
  font-size: 30px;
  font-size: 3rem;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  color: #000000;
  background: url(/img/all/tel-ico.png) no-repeat left 8px;
}
@media screen and (max-width: 767px) {
  #com-contact .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#com-contact .com-tel-svg {
  transform: translateX(-50%);
  left: 50%;
}

/* =========================================

    sub layout  PC
    下層ページのPC時css
		sub-pc

========================================= */
/* =========================================
    sub  PC
    sub-concept
========================================= */
#sub-concept .container {
  position: relative;
}
#sub-concept .img {
  position: absolute;
  width: 700px;
  transform: translateY(-50%);
  top: 50%;
  left: -5.2vw;
}
#sub-concept .img img {
  border-radius: 10px;
}
@media screen and (max-width: 1250px) {
  #sub-concept .img {
    width: 650px;
    left: 0;
  }
}
#sub-concept .wrap {
  width: 400px;
  margin-left: auto;
}
#sub-concept .primary {
  font-family: "Marcellus-Regular", sans-serif;
  letter-spacing: 0.2em;
  padding-left: 50px;
  color: #004b42;
  position: relative;
}
#sub-concept .primary::before {
  position: absolute;
  content: "";
}
#sub-concept .primary::before {
  width: 30px;
  height: 0.3px;
  transform: translateY(-50%);
  top: 44%;
  left: 0;
  background-color: #000000;
}
#sub-concept .ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.83;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #sub-concept .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-concept .txt {
  margin-top: 35px;
  line-height: 2;
}

#sub-design .bg {
  background: url(/img/concept/design-bg-deco.png) no-repeat right bottom;
}
#sub-design .inner {
  border-top: 1px solid #bfb9ab;
}
#sub-design .container {
  text-align: center;
}
#sub-design .primary {
  display: inline-block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 35px;
  padding: 10px 35px;
  color: #004b42;
  border: 1px solid #004b42;
}
@media screen and (max-width: 767px) {
  #sub-design .primary {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-design .txt {
  margin-top: 35px;
  line-height: 2;
}

#sub-banner .list-item {
  width: 50%;
  height: 350px;
}
#sub-banner .list-box {
  width: 420px;
  text-align: center;
}
#sub-banner .list-primary {
  letter-spacing: 0.2em;
}
#sub-banner .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #sub-banner .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-banner .list-txt {
  margin-top: 35px;
}
#sub-banner .list-garden::before {
  background: url(/img/concept/banner-garden.jpg) no-repeat center center/cover;
}
#sub-banner .list-case::before {
  background: url(/img/concept/banner-case.jpg) no-repeat right center/cover;
}
#sub-banner .list-link {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#sub-banner .list-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
#sub-banner .list-link:hover::before {
  transform: scale(1.1);
}
@media screen and (max-width: 1400px) {
  #sub-banner .list-link {
    justify-content: center;
  }
}

/* =========================================
    sub  PC
    sub-garden
========================================= */
#sub-garden .inner {
  border-bottom: 1px solid #bfb9ab;
}
#sub-garden .ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 320px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #sub-garden .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-garden .txt {
  line-height: 2;
}

@media screen and (max-width: 1700px) {
  #sub-style .list {
    padding: 0 10px;
  }
}
#sub-style .list-item {
  width: 100%;
  max-width: 1680px;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background: url(/img/garden/style-img01.png) no-repeat center/cover;
}
#sub-style .list-item::before {
  position: absolute;
  content: "";
}
#sub-style .list-item::before {
  width: 720px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  #sub-style .list-item::before {
    width: 45vw;
    min-width: 495px;
  }
}
#sub-style .list-item:nth-of-type(2) {
  background: url(/img/garden/style-img02.png) no-repeat center/cover;
}
#sub-style .list-item:nth-of-type(2)::before {
  left: unset;
  right: 0;
  border-radius: 0 10px 10px 0;
}
#sub-style .list-item:nth-of-type(2) .list-wrap {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  #sub-style .list-item:nth-of-type(2) .list-wrap {
    margin-right: 50px;
  }
}
#sub-style .list-item:nth-of-type(3) {
  background: url(/img/garden/style-img03.png) no-repeat center/cover;
}
#sub-style .list-item:nth-of-type(n + 2) {
  margin-top: 120px;
}
#sub-style .list-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#sub-style .list-wrap {
  width: 360px;
  margin-right: auto;
  padding-top: 75px;
}
@media screen and (max-width: 1200px) {
  #sub-style .list-wrap {
    margin-left: 50px;
  }
}
#sub-style .list-num {
  font-family: "Marcellus-Regular", sans-serif;
  letter-spacing: 0.1em;
  color: #ece3ce;
}
#sub-style .list-num-lg {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #sub-style .list-num-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-style .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-style .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-style .list-txt {
  line-height: 2;
  margin-top: 40px;
  color: #fff;
}

/* =========================================
    sub  PC
    sub-case
========================================= */
#sub-case .primary {
  text-align: center;
  padding: 25px 15px;
  border-top: 1px solid #bfb9ab;
  border-bottom: 1px solid #bfb9ab;
}
#sub-case .container {
  margin-top: 100px;
}
#sub-case .container:nth-of-type(n + 2) {
  padding-top: 160px;
  margin-top: 0;
}
#sub-case .container:nth-of-type(2) .container-img::before {
  background: url(/img/case/case02-img01.jpeg) no-repeat center/cover;
}
#sub-case .container:nth-of-type(3) .container-img::before {
  background: url(/img/case/case03-img01.jpeg) no-repeat center/cover;
}
#sub-case .container-img {
  display: flex;
  align-items: end;
  height: 650px;
  position: relative;
  z-index: 1;
}
#sub-case .container-img::before {
  position: absolute;
  content: "";
}
#sub-case .container-img::after {
  position: absolute;
  content: "";
}
#sub-case .container-img::before {
  width: 87.5vw;
  min-width: 1100px;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/img/case/case01-img01.png) no-repeat center/cover;
  border-radius: 10px;
  z-index: -2;
}
#sub-case .container-img::after {
  width: 87.5vw;
  min-width: 1100px;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/img/case/black_filter.png) no-repeat center/cover;
  border-radius: 10px;
  z-index: -1;
}
#sub-case .container-img-box {
  width: 540px;
  padding-bottom: 75px;
  color: #fff;
}
#sub-case .container-img-box-top {
  align-items: end;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
#sub-case .container-img-primary {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
#sub-case .container-img-num {
  font-family: "Marcellus-Regular", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ece3ce;
}
#sub-case .container-img-num-lg {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-case .container-img-num-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-case .container-img-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #sub-case .container-img-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-case .container-img-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 2;
  margin-top: 10px;
}
#sub-case .container-story {
  align-items: center;
  margin-top: 80px;
}
#sub-case .container-story-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  flex-shrink: 0;
  padding-right: 104px;
}
@media screen and (max-width: 767px) {
  #sub-case .container-story-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-case .container-story-txt {
  line-height: 2;
  padding-left: 60px;
  border-left: 2px solid #004b42;
}
#sub-case .list {
  margin-top: 80px;
}
#sub-case .list-item {
  justify-content: space-between;
}
#sub-case .list-item:nth-of-type(n + 2) {
  margin-top: 80px;
}
#sub-case .list-img {
  flex-shrink: 0;
  width: 520px;
  height: 380px;
}
#sub-case .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-img img {
  border-radius: 10px;
}
#sub-case .list-wrap {
  width: 500px;
}
#sub-case .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #sub-case .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-case .list-txt {
  line-height: 2;
  margin-top: 40px;
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .bg {
  background: url(/img/voice/voice-bg-deco.png) no-repeat right top;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 110px;
}
#sub-voice .list-wrap {
  position: relative;
}
#sub-voice .list-img {
  width: 100%;
  height: 650px;
}
#sub-voice .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-voice .list-img img {
  border-radius: 10px;
}
#sub-voice .list-box {
  position: absolute;
  width: 490px;
  padding: 20px 0 25px 30px;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
#sub-voice .list-primary {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 2;
  padding: 0 30px 10px 10px;
  border-bottom: 1px solid #fff;
}
#sub-voice .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
  padding: 10px 30px 0 10px;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-voice .list-txt {
  line-height: 2;
  margin: 50px 0 0 25px;
  padding: 0 30px 0 20px;
  border-left: 1px solid #004b42;
  position: relative;
}
#sub-voice .list-txt::before {
  position: absolute;
  content: "";
}
#sub-voice .list-txt::before {
  width: 1px;
  height: 100%;
  left: 5px;
  top: 0;
  background-color: #004b42;
}

/* =========================================
    sub  PC
    sub-flow
========================================= */
#sub-flow .bg {
  overflow: hidden;
}
#sub-flow .primary {
  line-height: 2;
}
#sub-flow .list {
  margin-top: 75px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 95px;
}
#sub-flow .list-num {
  font-family: "Marcellus-Regular", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 5;
}
#sub-flow .list-num-lg {
  font-size: 20px;
  font-size: 2rem;
  color: #004b42;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-num-lg {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-flow .list-wrap {
  position: relative;
}
#sub-flow .list-img {
  width: 100%;
  margin-top: 5px;
  position: relative;
}
#sub-flow .list-img::before {
  position: absolute;
  content: "";
}
#sub-flow .list-img::before {
  width: 180px;
  height: 1px;
  top: 43px;
  left: -46px;
  transform: rotate(-45deg);
  background-color: #bfb9ab;
}
#sub-flow .list-ttl {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  top: 50px;
  left: 65px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-flow .list-ttl-sm {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.76;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-flow .list-txt {
  line-height: 2;
  margin-top: 25px;
  padding: 0 20px;
}
#sub-flow .list-box {
  margin: 30px 20px 0;
  padding-top: 35px;
  border-top: 1px solid #bfb9ab;
}
#sub-flow .list-link {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  width: 350px;
  padding: 7px 15px 15px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
}
#sub-flow .list-link::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 30px;
  background: url(/img/all/link-ico.png) no-repeat center/100%;
}
#sub-flow .material {
  margin: 30px 20px 0;
  padding: 25px 15px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
#sub-flow .material-item {
  padding-left: 20px;
  position: relative;
}
#sub-flow .material-item::before {
  position: absolute;
  content: "";
}
#sub-flow .material-item::before {
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #bfb9ab;
  border-radius: 2px;
}
#sub-flow .material-item:nth-of-type(n + 2) {
  margin-left: 80px;
}
#sub-flow .material-item:nth-of-type(4) {
  margin-left: 0px;
}
#sub-flow .material-item:nth-of-type(4)::before {
  display: none;
}
#sub-flow .contact {
  margin: 40px 20px 0;
  padding-top: 40px;
  border-top: 1px solid #bfb9ab;
}
#sub-flow .contact-item:nth-of-type(n + 2) {
  margin-left: 80px;
}
#sub-flow .contact-link {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
#sub-flow .contact-line::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 30px;
  background: url(/img/all/line-ico.png) no-repeat center/100%;
}
#sub-flow .contact-mail::before {
  content: "";
  width: 30px;
  height: 22px;
  margin-right: 30px;
  background: url(/img/all/mail-ico.png) no-repeat center/100%;
}
#sub-flow .com-tel {
  display: inline-block;
}
#sub-flow .com-tel-num {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #000000;
  background: url(/img/all/tel-ico.png) no-repeat left 8px;
}
@media screen and (max-width: 767px) {
  #sub-flow .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .com-tel-svg {
  left: 50%;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-feature .inner {
  border-bottom: 1px solid #bfb9ab;
}
#sub-feature .list {
  margin-top: 70px;
}
#sub-feature .list-item:nth-of-type(n + 2) {
  margin-top: 80px;
}
#sub-feature .list-item:nth-of-type(2) .list-box {
  margin-left: 0;
  margin-right: 60px;
}
#sub-feature .list-img {
  flex-shrink: 0;
}
#sub-feature .list-box {
  margin-top: 20px;
  margin-left: 60px;
}
#sub-feature .list-num {
  font-family: "Marcellus-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #004b42;
}
@media screen and (max-width: 767px) {
  #sub-feature .list-num {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-feature .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #sub-feature .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-feature .list-txt {
  line-height: 2;
  margin-top: 45px;
}
#sub-feature .list-award {
  width: 100%;
  margin-top: 25px;
  padding: 30px 80px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
#sub-feature .list-award-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  #sub-feature .list-award-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-feature .list-award-box {
  padding-left: 50px;
  border-left: 1px solid #bfb9ab;
}
#sub-feature .list-award-txt {
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
#sub-feature .list-award-txt::before {
  position: absolute;
  content: "";
}
#sub-feature .list-award-txt::before {
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #bfb9ab;
  border-radius: 2px;
}

#sub-greeting .bg {
  background: url(/img/about/message-bg-deco.png) no-repeat left bottom;
  border-bottom: 1px solid #bfb9ab;
}
#sub-greeting .container {
  margin-top: 70px;
}
#sub-greeting .container-img {
  flex-shrink: 0;
}
#sub-greeting .container-box {
  margin-top: 10px;
  margin-right: 75px;
}
#sub-greeting .container-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-greeting .container-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-greeting .container-ttl::before {
  position: absolute;
  content: "";
}
#sub-greeting .container-ttl::before {
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #bfb9ab;
}
#sub-greeting .container-ttl-sm {
  font-size: 20px;
  font-size: 2rem;
  color: #004b42;
}
@media screen and (max-width: 767px) {
  #sub-greeting .container-ttl-sm {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-greeting .container-txt {
  line-height: 2;
  margin-top: 30px;
}
#sub-greeting .wrap {
  margin-top: 40px;
}
#sub-greeting .wrap-qualification {
  width: 300px;
  flex-shrink: 0;
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
#sub-greeting .wrap-career {
  width: 100%;
  margin-left: 20px;
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
#sub-greeting .wrap-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #bfb9ab;
}
@media screen and (max-width: 767px) {
  #sub-greeting .wrap-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-greeting .qualification-list {
  margin-top: 20px;
}
#sub-greeting .qualification-list-item {
  line-height: 2;
}
#sub-greeting .list {
  margin-top: 20px;
}
#sub-greeting .list-item {
  line-height: 2;
}
#sub-greeting .list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
#sub-greeting .list-year {
  font-family: "NotoSansJP-Bold", sans-serif;
  width: 110px;
  flex-shrink: 0;
}

#sub-company .primary {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 70px;
  padding: 19px 15px;
  border-color: #000000;
}
@media screen and (max-width: 767px) {
  #sub-company .primary {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-company .table {
  margin-top: 10px;
}

#sub-access .ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-access .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-access .map {
  width: 100%;
  height: 350px;
  margin-top: 30px;
}
#sub-access .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  display: flex;
  justify-content: center;
  font-size: 17px;
  font-size: 1.7rem;
  width: 300px;
  margin: 50px auto 0;
  background-color: unset;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  #contact-form .com-btn01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#contact-form .com-btn01::after {
  display: none;
}

.contact-form-table {
  margin: 50px auto 0;
  padding: 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  max-width: 1080px;
  table-layout: fixed;
  border-radius: 10px;
}
.contact-form-table th {
  width: 320px;
  padding: 15px;
  white-space: unset;
}
.contact-form-table td {
  padding: 15px;
  white-space: unset;
}
.contact-form-table td input {
  height: 25px;
  line-height: 25px;
  border: none;
  background-color: #fff;
}
.contact-form-table td textarea {
  border: none;
  background-color: #fff;
  resize: none;
}
.contact-form-table .sp-sm {
  font-size: 15px;
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  position: relative;
}
.select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #eee;
  border-bottom: 0;
}
.select-list {
  width: 200px;
  padding: 11px 15px;
  border: none;
  cursor: pointer;
}

.privacy-check {
  font-size: 15px;
}

.required-mark {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
}

.contact-recaptcha-wrap {
  width: 304px;
  margin: 50px auto 0;
}

.contact-submits-wrap {
  margin-top: 25px;
}
.contact-submits-wrap .back-btn::before {
  display: none;
}

/*==================================================
 入力フィールド
================================================== */
select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=url] {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  box-sizing: border-box;
}

.select {
  padding: 7px 15px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  border: none;
  -webkit-appearance: none;
  transition: opacity 0.4s ease;
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.4;
  pointer-events: none;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff900e;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ff900e;
  border-bottom: 3px solid #ff900e;
  transform: rotate(-45deg);
}

input[type=checkbox] {
  display: none; /* デフォルトチェックボックスを完全に非表示 */
}

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

input[name="items[address02]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 1.5em;
  margin-top: 50px;
  padding: 40px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #ff900e;
}

.sec-error-link {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-error-text {
    padding: 30px 10px;
    font-size: 4vw;
  }
  .sec-error-link {
    font-size: 5vw;
  }
}
/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3px;
  padding: 2px 10px;
  color: #fff;
  float: right;
}
@media screen and (max-width: 767px) {
  .optional-mark,
  .required-mark {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.optional-mark {
  background: #3498db;
}

.required-mark {
  background: #ff900e;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #ff900e;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*==================================================
	日付選択フォーム
================================================== */
.date-list {
  padding-left: inherit;
}

.date-list li {
  list-style: none;
  margin-bottom: 15px;
}

.date-list li p {
  margin-bottom: 5px;
}

/*==================================================
	画像アップロードフォーム
================================================== */
.upload-item-wrap {
  font-size: 13px;
  overflow: hidden;
}

.upload-item-wrap input[type=file] {
  display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
  width: 220px;
  height: 220px;
  margin: 0 8px 0 0;
  position: relative;
  overflow: hidden;
  float: left;
}

.upload-item-wrap .thumb img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
  margin-top: 10px;
  float: left;
}

.upload-item-wrap .ancion-btn {
  margin: 0 0 8px;
  width: 110px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e6e6e6;
  display: block;
}

.upload-item-wrap .select-file {
  background: #2ecc71;
}

.upload-item-wrap .deselect-file {
  background: #ff900e;
}

.upload-item-wrap .ancion-btn:hover {
  cursor: pointer;
}

/*添付ファイルの注意文  */
.upload-notice {
  margin-top: 10px;
  font-size: 0.8em;
}

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #004b42;
}
@media screen and (max-width: 767px) {
  .privacy-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.privacy .inline-privacy-policy-inner {
  margin-top: 14px;
  box-sizing: border-box;
  border: 1px solid #004b42;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box {
  margin-top: 35px;
}
.privacy-box p:first-of-type {
  margin-top: 10px;
}
.privacy-box input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.privacy-box label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-box label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.privacy-box-img {
  margin-top: 15px;
}
.privacy-box-btn {
  font-size: 16px;
  font-size: 1.6rem;
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #bfb9ab;
  background-color: #ece3ce;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy-box-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.privacy-box-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 27px;
  right: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #bfb9ab;
  border-right: 1px solid #bfb9ab;
}

.privacy-box .list-item {
  position: relative;
  padding-left: 15px;
}
.privacy-box .list-item::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .btn {
  width: 330px;
  height: auto;
  min-height: 50px;
}
#sub-news .btn:nth-of-type(3n + 1) {
  margin-left: 20px;
}
#sub-news .btn:nth-of-type(n + 4) {
  margin-top: 20px;
}
#sub-news .btn-txt {
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sub-news .btn-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #bfb9ab;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #000000;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #sub-news .com-news-post-link {
    padding: 5%;
  }
  #sub-news .com-news-post-img {
    width: 25%;
  }
  #sub-news .com-news-post-con-sm {
    width: 68%;
  }
}
#sub-news .detail .com-news-post-link {
  padding: 15px;
}
#sub-news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-news .detail .com-news-post-img {
    width: 100%;
  }
}
#sub-news .news-post article:nth-of-type(n + 2) {
  border-top: 1px solid #f0f0f0;
}
#sub-news .news-post article:nth-of-type(n + 2) a {
  padding-top: 23px;
}
#sub-news .news-post-link {
  display: block;
  padding-bottom: 17px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sub-news .news-post-link:hover {
    left: 5px;
  }
}
#sub-news .news-post-txt {
  margin-top: 15px;
}
#sub-news .news-post-flex {
  margin-top: 15px;
}
#sub-news .news-post-time {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #ece3ce;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #ece3ce;
  text-align: center;
  color: #ece3ce;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .news-post-ttl {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #004b42;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
  background-color: #fff;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ece3ce;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  border: none;
  border-bottom: 2px solid #ece3ce;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #004b42;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list .tag-list {
  margin-top: 50px;
  flex-wrap: wrap;
}
#tag-btn-list .btn {
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  margin: 0 10px 15px 10px;
  padding: 8px 15px;
  color: #000000;
  border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  #tag-btn-list .btn {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#tag-btn-list .tag-current {
  color: #004b42;
  border: 1px solid #004b42;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #004b42;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #004b42;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 10px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #004b42;
}
.pagenation .current-page {
  color: #fff;
  background: #004b42;
  pointer-events: none;
}
.pagenation .next-li,
.pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow,
.pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #004b42;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #004b42 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a,
.data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #004b42;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background: #004b42;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #004b42;
  color: #000000;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link {
    padding: 12px 25px;
  }
}
#sub-site .list-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #004b42;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #004b42;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  width: 320px;
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .ttl {
  text-align: center;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #004b42;
}