body {
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Serif JP", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #3e3e3e;
  scroll-behavior: smooth;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 14.7058823529px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #3e3e3e !important;
}
.col-main {
  color: #cec2b9 !important;
}
.col-sub {
  color: #0f1933 !important;
}
.col-accent {
  color: #bf9e6c !important;
}
.col-bdr {
  color: #797c7a !important;
}
.col-bg {
  color: #f2ece2 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #3e3e3e !important;
}
.bg-main {
  background-color: #cec2b9 !important;
}
.bg-sub {
  background-color: #0f1933 !important;
}
.bg-accent {
  background-color: #bf9e6c !important;
}
.bg-bdr {
  background-color: #797c7a !important;
}
.bg-bg {
  background-color: #f2ece2 !important;
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50rem;
  padding: 5px;
  background: #0f1933;
  color: #fff;
  font-family: "EB Garamond", serif;
  line-height: 1;
  box-shadow: 0px 3px 7.36px 0.64px rgba(62, 62, 62, 0.3);
}
@media (max-width: 768px) {
  .btn-01__link {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-tel {
  display: flex;
  align-items: center;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}

.arw-circle-c, .arw-circle-btw {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
}
.arw-circle-c::after, .arw-circle-btw::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 30/25;
  background-image: url("/img/common/arrow-circle.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-circle-c:hover::after, .arw-circle-btw:hover::after {
  transform: translateX(-2px);
}
.arw-circle-btw {
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.arw-circle-btw::after {
  filter: drop-shadow(0px 3px 7.36px rgba(62, 62, 62, 0.3));
}
.arw-solid {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.arw-solid::after {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 9/8;
  background-image: url("/img/common/arrow-solid.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-solid:hover::after {
  transform: translateX(-1.5px);
  opacity: 0.8;
}

.obj-line-wht::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  margin: 15px auto 0 auto;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale img, .hov-up img, .hov-rt img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img, .hov-rt a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}
.hov-rt a:hover img {
  transform: translateX(3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  padding: 20px 0;
  vertical-align: middle;
}
.tbl-01 th {
  width: 18%;
}
.tbl-01 td {
  padding-left: 4%;
}

[class^=cts-] {
  width: 100%;
  margin: 0 auto;
}

.cts-1080 {
  max-width: 1080px;
}
.cts-1280 {
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-voice .list-faq .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  margin-bottom: auto;
  letter-spacing: 0.05em;
  margin-top: 5px;
  font-family: "EB Garamond", serif;
}
.list-news__item {
  border-bottom: solid 1px #cec2b9;
  padding: 25px 0;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.list-news__bx {
  width: 880px;
  max-width: 100%;
}
.list-news .tag-sub {
  margin-top: 5px;
}
.list-bnr, .list-anchor {
  -moz-column-gap: 3.13%;
       column-gap: 3.13%;
}
.list-bnr__item, .list-anchor__item {
  width: 580px;
  max-width: 30.2083333333%;
  aspect-ratio: 580/160;
  position: relative;
}
.list-bnr__item:not(:first-child)::before, .list-anchor__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #bf9e6c;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
}
.list-bnr__link, .list-anchor__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.list-bnr__link:hover, .list-anchor__link:hover {
  background: #cec2b9;
  box-shadow: 0px 3px 7.36px 0.64px rgba(62, 62, 62, 0.3);
}
@media (max-width: 768px) {
  .list-bnr__link:hover, .list-anchor__link:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
.list-bnr__link:hover .ttl-01__eng, .list-bnr__link:hover .ttl-01__ruby, .list-anchor__link:hover .ttl-01__eng, .list-anchor__link:hover .ttl-01__ruby {
  color: #fff !important;
}
.list-bnr .ttl-01, .list-anchor .ttl-01 {
  text-align: center;
}
.list-bnr .ttl-01__eng, .list-bnr .ttl-01__ruby, .list-anchor .ttl-01__eng, .list-anchor .ttl-01__ruby {
  transition: 0.3s;
}
.list-bnr .ttl-01__eng, .list-anchor .ttl-01__eng {
  font-size: 70px;
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  .list-bnr .ttl-01__eng, .list-anchor .ttl-01__eng {
    font-size: 80px;
    font-size: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr .ttl-01__eng, .list-anchor .ttl-01__eng {
    font-size: 47.0588235294px;
  }
}
.list-bnr .ttl-01__ruby, .list-anchor .ttl-01__ruby {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-bnr .ttl-01__ruby, .list-anchor .ttl-01__ruby {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr .ttl-01__ruby, .list-anchor .ttl-01__ruby {
    font-size: 17.6470588235px;
  }
}
.list-anchor__item {
  width: 300px;
  max-width: 100%;
  aspect-ratio: inherit;
  text-align: center;
}
.list-anchor__link {
  padding: 15px 0;
  color: #bf9e6c;
}
.list-anchor__link:hover {
  color: #fff;
}
.list-gallery__img, .list-gallery-lower__img {
  width: 100%;
  aspect-ratio: 345/460;
}
.list-gallery__img img, .list-gallery-lower__img img {
  box-shadow: 0px 3px 7.36px 0.64px rgba(62, 62, 62, 0.3);
}
@media (max-width: 768px) {
  .list-gallery__img img, .list-gallery-lower__img img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
.list-gallery .tag-sub, .list-gallery-lower .tag-sub {
  margin-top: 20px;
}
.list-gallery .tag-sub__list, .list-gallery-lower .tag-sub__list {
  justify-content: flex-end;
}
.list-gallery-lower {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 50px;
}
.list-gallery-lower .list-item,
.list-gallery-lower .layout-item {
  width: calc((100% - 40px) / 3);
}
.list-menu__item {
  width: 50%;
  height: 350px;
  text-align: center;
}
.list-menu__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.list-menu__link::before, .list-menu__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s;
}
.list-menu__link::after {
  opacity: 0;
}
.list-menu__link:hover::after {
  opacity: 1;
}
.list-menu .ttl-01 {
  margin-bottom: 20px;
}
.list-menu .ttl-01__eng, .list-menu .ttl-01__ruby {
  color: #fff;
}
.list-menu .ttl-01__ruby {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-menu .ttl-01__ruby {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .ttl-01__ruby {
    font-size: 17.6470588235px;
  }
}
.list-menu .interview a::before {
  background-image: url("/img/top/bnr-interview.png");
  background-size: cover;
}
.list-menu .interview a::after {
  background-image: url("/img/top/bnr-interview-hover.png");
  background-size: cover;
}
.list-menu .voice a::before {
  background-image: url("/img/top/bnr-voice.png");
  background-size: cover;
}
.list-menu .voice a::after {
  background-image: url("/img/top/bnr-voice-hover.png");
  background-size: cover;
}
.list-menu .txt {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .list-menu .txt {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .txt {
    font-size: 15.8823529412px;
  }
}
.list-type .com-layout {
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.list-type .ttl-03 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-type .ttl-03 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-type .ttl-03 {
    font-size: 18.8235294118px;
  }
}
.list-type .img {
  width: 510px;
  min-width: 510px;
  aspect-ratio: 510/315;
  box-shadow: 0px 3px 7.36px 0.64px rgba(62, 62, 62, 0.3);
}
@media (max-width: 768px) {
  .list-type .img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
.list-txt {
  font-weight: 500;
  line-height: 1.6666666667;
}
.list-order {
  row-gap: 45px;
}
.list-order__img {
  width: 100%;
  aspect-ratio: 340/550;
  overflow: hidden;
  box-shadow: 0px 3px 7.36px 0.64px rgba(62, 62, 62, 0.3);
}
@media (max-width: 768px) {
  .list-order__img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
.list-order__ttl {
  margin-top: 25px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-order__ttl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-order__ttl {
    font-size: 16.4705882353px;
  }
}
.list-flow .ttl-03 {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-flow .ttl-03 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .ttl-03 {
    font-size: 18.8235294118px;
  }
}
.list-flow .ttl-num {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-flow .ttl-num {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .ttl-num {
    font-size: 29.4117647059px;
  }
}
.list-flow .com-layout {
  justify-content: space-between;
}
.list-voice .ttl-03 {
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.list-thumb__item {
  aspect-ratio: 345/460;
}
.list-faq dt {
  border-bottom: solid 1px #bf9e6c;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 600;
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 16.4705882353px;
  }
}
.list-faq dt::before {
  content: "Q";
  display: block;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1/1;
  border-radius: 7.5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0f1933;
  color: #bf9e6c;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before {
    font-size: 20px;
  }
}
.list-faq dd {
  white-space: pre-wrap;
  padding-left: 50px;
}
.list-01 .ttl-03 {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-01 .ttl-03 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-01 .ttl-03 {
    font-size: 18.8235294118px;
  }
}
.list-01 .ttl-num {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .list-01 .ttl-num {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-01 .ttl-num {
    font-size: 41.1764705882px;
  }
}
.list-02 dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.list-02 dt, .list-02 dd {
  max-width: 50%;
}
.list-02 dt {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-02 dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-02 dt {
    font-size: 18.8235294118px;
  }
}
.list-02 dd {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-02 dd {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-02 dd {
    font-size: 16.4705882353px;
  }
}
.list-03__item, .list-04__item, .list-05__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-03__img, .list-04__img, .list-05__img {
  width: 250px;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  box-shadow: 0px 3px 7.36px 0.64px rgba(62, 62, 62, 0.3);
}
@media (max-width: 768px) {
  .list-03__img, .list-04__img, .list-05__img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
.list-03 .ttl-03, .list-04 .ttl-03, .list-05 .ttl-03 {
  padding-bottom: 15px;
  margin-bottom: 0 !important;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-03 .ttl-03, .list-04 .ttl-03, .list-05 .ttl-03 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-03 .ttl-03, .list-04 .ttl-03, .list-05 .ttl-03 {
    font-size: 16.4705882353px;
  }
}
.list-04, .list-05 {
  gap: 30px;
}
.list-04__item, .list-05__item {
  width: 340px;
  max-width: 100%;
}
.list-04__img, .list-05__img {
  width: 100%;
  aspect-ratio: inherit;
}
.list-05__img {
  width: 100%;
  aspect-ratio: 340/210;
}
.list-06 {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.list-06__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-06__item::before {
  content: "";
  display: block;
  width: 15px;
  min-width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #3e3e3e;
}
.list-06::before {
  content: "";
  display: block;
  width: 1px;
  height: 95%;
  background: #797c7a;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  z-index: -1;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-tel .tel span {
  font-family: "EB Garamond", serif;
}
.com-logo {
  transition: 0.3s;
}
.com-shadow__bx {
  box-shadow: 0px 3px 7.36px 0.64px rgba(62, 62, 62, 0.3);
}
.com-shadow__flt {
  filter: drop-shadow(0px 3px 7.36px rgba(62, 62, 62, 0.3));
}
.com-contact {
  padding: 120px 0 !important;
}
.com-contact .ttl-01 {
  margin-bottom: 15px;
}
.com-contact.bg-img::after {
  content: "";
  display: block;
  width: 46.88%;
  height: 100%;
  background-image: url("/img/common/contact-img.png");
  background-size: cover;
  background-position: right center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.com-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 140px);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.com-side-bar {
  position: relative;
  z-index: 1;
}
.com-side-bar::after {
  content: "";
  width: 80px;
  max-width: 4.1666666667%;
  height: 100%;
  background: #cec2b9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tag-main__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.tag-main__item {
  width: 25%;
  text-align: center;
}
.tag-main__item:not(:nth-child(4n-3)) {
  border-left: solid 1px #bf9e6c;
}
.tag-main__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #bf9e6c;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 12.9411764706px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #797c7a;
}
.tag-sub__item::before {
  content: "#";
  display: inline-block;
}

.ttl-01__eng {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .ttl-01__eng {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01__eng {
    font-size: 52.9411764706px;
  }
}
.ttl-01__ruby {
  color: #bf9e6c;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-01__ruby {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01__ruby {
    font-size: 16.4705882353px;
  }
}
.ttl-01-clm {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: 15px;
}
.ttl-01-clm .ttl-01__ruby {
  transform: translateY(30%);
}
.ttl-01-row {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.ttl-02 {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 18.8235294118px;
  }
}
.ttl-03 {
  border-bottom: solid 1px #bf9e6c;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.6666666667;
}
.ttl-sub {
  font-weight: 600;
  border-left: solid #cec2b9 6px;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-num {
  line-height: 1;
  font-family: "EB Garamond", serif;
}

.txt-plain {
  font-weight: 600;
  line-height: 2;
}

.header-nav__list, .drawer-nav__list, .footer-nav__list, .footer-sub__list {
  font-family: "EB Garamond", serif;
}
.header-nav__item, .drawer-nav__item, .footer-nav__item, .footer-sub__item {
  line-height: 1;
}
.header-nav__link:hover, .drawer-nav__link:hover, .footer-nav__link:hover, .footer-sub__link:hover {
  color: #bf9e6c !important;
}

#header {
  position: relative;
  z-index: 88;
}
#header::before {
  content: "";
  display: block;
  width: 1850px;
  max-width: 96.3541666667%;
  aspect-ratio: 1850/400;
  background: #cec2b9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header-logo {
  position: fixed;
  top: 15px;
  left: 1.3%;
  z-index: 88;
}

.header-bar {
  position: fixed;
  top: 35px;
  right: 1.3%;
  z-index: 88;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 16.4705882353px;
  }
}
.header-nav__item {
  display: flex;
}
.header-nav__item:not(:first-child)::before {
  content: "/";
  display: block;
  margin: 0 5px;
}

@media screen and (max-width: 990px) {
  .header-logo {
    width: 150px;
    max-width: 100%;
  }
  .header-nav__list {
    flex-wrap: wrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 990px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 990px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 15.2941176471px;
  }
}
@media screen and (max-width: 890px) {
  .header-logo {
    width: 100px;
    max-width: 100%;
  }
  .header-bar__bx {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .header-nav__list {
    flex-wrap: wrap;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 890px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 890px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 14.1176470588px;
  }
}
.mv, .sv {
  width: 100%;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-img__main {
  width: 1180px;
  max-width: 61.4583333333%;
}
.mv-img__sub {
  width: 71.43%;
}
.mv-bx {
  -moz-column-gap: 3.17%;
       column-gap: 3.17%;
  width: 630px;
  max-width: 32.8125%;
}
.mv-txt {
  position: absolute;
  right: 10%;
  bottom: 0;
  transform: translateY(-120%);
  z-index: 1;
}
.mv-txt__main, .mv-txt__sub {
  letter-spacing: 0.05em;
}
.mv-txt__main p, .mv-txt__main span, .mv-txt__sub p, .mv-txt__sub span {
  letter-spacing: 0.05em;
}
.mv-txt__main {
  line-height: 0.9375;
  font-size: 32px;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-txt__main {
    font-size: 18.8235294118px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-txt__main {
    font-size: 32px;
  }
}
.mv-txt__main span:last-child {
  transform: translateX(30%);
}
.mv-txt__sub {
  margin-top: 0.3vw;
  line-height: 1;
  font-size: 20px;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-txt__sub {
    font-size: 11.7647058824px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-txt__sub {
    font-size: 20px;
  }
}
.mv-txt__sub span {
  font-size: 15px;
  font-size: 0.78125vw;
}
@media screen and (max-width: 1120px) {
  .mv-txt__sub span {
    font-size: 8.8235294118px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-txt__sub span {
    font-size: 15px;
  }
}
.mv-cc {
  transform: translateY(5%);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1vw;
}
.mv-cc__txt {
  letter-spacing: 0.15em;
  font-size: 24px;
  font-size: 1.25vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__txt {
    font-size: 14.1176470588px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__txt {
    font-size: 24px;
  }
}
.mv-cc__txt span, .mv-cc__txt em {
  letter-spacing: 0.15em;
}
.mv-cc__txt span {
  font-size: 20px;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__txt span {
    font-size: 11.7647058824px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__txt span {
    font-size: 20px;
  }
}
.mv-cc__txt em {
  font-weight: bold;
  font-size: 26px;
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__txt em {
    font-size: 15.2941176471px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__txt em {
    font-size: 26px;
  }
}
.mv-cc::after {
  content: "";
  display: block;
  width: 1px;
  height: 5vw;
  background: #bf9e6c;
}

.sv {
  border-bottom: solid 1px #cec2b9;
  padding-bottom: 20px;
}
.sv-img {
  width: 1500px;
  max-width: 78.125%;
}
.sv-ttl {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 2vw 0 0 16.67%;
}

.side-bar {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 88;
}

.top-concept {
  padding: 150px 0 180px 0;
}
.top-concept .bx-02__inner {
  padding: 100px 0 0 130px;
}
.top-concept .bx-03 {
  margin-top: -130px;
}
.top-concept .bx-03 .img {
  margin: 0 70px 0 auto;
}
.top-concept .bx-04 .img {
  margin-left: -100px;
}
.top-concept .txt {
  font-weight: 600;
  line-height: 3.3333333333;
}

.top-service::before {
  content: "";
  display: block;
  width: 900px;
  max-width: 46.875%;
  aspect-ratio: 900/556;
  background-image: url("/img/top/service-img.png");
  background-size: 100%;
  background-position: left bottom;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.top-bnr {
  padding: 140px 0 200px 0;
}

.top-gallery .bx, .top-gallery .btn {
  position: absolute;
  top: 0;
  left: 0;
}
.top-gallery .btn {
  transform: translateY(310px);
}

.top-menu {
  padding-top: 150px;
}

.top-news {
  padding: 150px 0 80px 0;
}
.top-news .ttl-01 {
  margin-bottom: 75px;
}

#ctn-lower section {
  padding: 100px 0;
}
#ctn-lower .ttl-01 {
  margin-bottom: 50px;
}

.mission-concept .com-layout::after {
  content: "";
  display: block;
  width: 1170px;
  height: 485px;
  background: #0f1933;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-420px, 0);
  z-index: -1;
}

.service-gallery .bnr .ttl-01 {
  margin-bottom: 25px !important;
}
.service-gallery .bnr-link::before, .service-gallery .bnr-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/service/gallery-img.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.service-gallery .bnr-link::after {
  background-image: url("/img/service/gallery-img-hover.png");
  background-size: cover;
  z-index: -2;
}
.service-gallery .bnr-link:hover::before {
  opacity: 0;
}

.gallery-detail .img-main {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 345/460;
}
.gallery-detail dl dt {
  max-width: 15%;
}
.gallery-detail dl dd {
  max-width: 85%;
}

#footer {
  padding: 120px 0 80px 0;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .com-logo {
  margin-bottom: 30px;
}
#footer .btn-sns {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-end;
  grid-template-columns: 130px 55px 60px;
  grid-template-rows: repeat(4, auto);
  gap: 45px 60px;
}

.footer-sub__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 12.9411764706px;
  }
}/*# sourceMappingURL=style.css.map */