/* =========================
   Foundation
========================= */
.pc-hidden {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hidden {
    display: block;
  }
}

/* =========================
   Layout
========================= */
/* =========================
   Foundation
========================= */
header {
  background-color: #F8F9FA;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 51px;
}
@media screen and (min-width: 768px) {
  header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6.6666666667%;
  padding-right: 1.3333333333%;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 9.8666666667%;
    padding-right: 0;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    gap: 53px;
  }
}

.header__logo {
  width: 40%;
  max-width: 221px;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 258px;
  }
}

.header__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__content {
    display: block;
    background-color: #757E8F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: space-between;
            flex-direction: space-between;
    gap: clamp(40px, 3.6805vw, 53px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: clamp(20px, 2.15277vw, 31px);
    padding-left: clamp(37px, 5.625vw, 81px);
    padding-right: clamp(37px, 3.61111vw, 52px);
  }
}

@media screen and (min-width: 768px) {
  .header-content__link {
    text-decoration: none;
  }
  .header-content__link:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}

@media screen and (min-width: 768px) {
  .header-content__link-text {
    color: #fff;
    font-size: clamp(24px, 2.0833vw, 30px);
    font-family: "Cormorant Garamond", serif;
  }
}

.header__menu-wrapper {
  position: relative;
}

.header-menu {
  position: absolute;
  top: 100%;
  left: -153px;
  background-color: #757E8F;
  min-width: 260px;
  padding: 20px 24px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.header-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "hiragino-mincho-pron", serif;
  font-size: clamp(14px, 1.1111vw, 16px);
  padding: 8px 0;
}
.header-menu a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__menu-wrapper:hover .header-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 10px;
  right: 0;
  width: 31px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 10px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background: #4A4A4A;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  width: 40px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
  width: 31px;
}

.drawer-content {
  background-color: #757E8F;
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__inner {
  padding: 40px 20px;
}

.sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.sns-icons a {
  display: block;
  width: 32px;
  height: 32px;
}
.sns-icons img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 52px;
}

.drawer-content__link {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.drawer-content__link-text {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 16px;
}

.contact-us-button {
  position: fixed;
  top: 51px;
  right: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #757E8F;
  color: #ffffff;
  padding: 15px 11px;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 800;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .contact-us-button {
    top: clamp(69px, 6.875vw, 99px);
    gap: 18px;
    padding-block: 23px;
    padding-inline: clamp(24px, 2.36111vw, 34px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-us-button:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}

.contact-us-button__text {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .contact-us-button__text {
    font-size: clamp(16px, 1.6667vw, 24px);
    font-weight: 500;
  }
}

.contact-us-button__icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-us-button__icon {
    display: block;
    width: clamp(16px, 2.152vw, 31px);
  }
  .contact-us-button__icon img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

footer {
  background-color: #757E8F;
  color: #ffffff;
  padding-left: 8.2173611111%;
  padding-right: 5.3472222222%;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 61px;
  padding-bottom: 30px;
  padding-left: 6.6666666667%;
  padding-right: 6.6666666667%;
}
@media screen and (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

.footer__header {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__header {
    margin-top: 59px;
  }
}

.footer__title {
  font-size: 18px;
  letter-spacing: 0.32em;
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 24px;
    letter-spacing: 0.18em;
  }
}

.divider {
  width: 120px;
  height: 0.5px;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .divider {
    display: none;
  }
}

.footer__base-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .footer__base-info {
    margin-left: 4.7916666667%;
    margin-top: 59px;
  }
}

.footer__info-section,
.footer__access-section {
  font-family: "Noto Sans JP", sans-serif;
}
.footer__info-section h3,
.footer__access-section h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer__info-section h3,
  .footer__access-section h3 {
    letter-spacing: 0.08em;
  }
}
.footer__info-section p,
.footer__access-section p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer__info-section p,
  .footer__access-section p {
    letter-spacing: 0.08em;
  }
}
.footer__access-section {
  margin-top: 35px;
}

.divider-footer {
  width: 54.4%;
  height: 1px;
  background: #fff;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .divider-footer {
    width: 1px;
    height: 320px;
    margin-left: 3.7979166667%;
    margin-right: 3.4722222222%;
  }
}

.footer__base-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__contents {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    margin-top: 59px;
  }
}

.footer__sub-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__sub-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer__sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .footer__sns-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 4.1666666667%;
    gap: 27px;
    margin-top: 32px;
  }
}

.footer__sns-links a:hover {
  opacity: 0.7;
}

.x-icon,
.instagram-icon,
.tiktok-icon {
  width: 26px;
}
.x-icon a img,
.instagram-icon a img,
.tiktok-icon a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .x-icon,
  .instagram-icon,
  .tiktok-icon {
    width: 48px;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 20px;
    -webkit-column-gap: 6.0597222222%;
       -moz-column-gap: 6.0597222222%;
            column-gap: 6.0597222222%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}

.footer__menu-link {
  text-decoration: none;
  color: white;
  display: block;
}

.footer__menu-link-text {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.footer-bottom {
  text-align: right;
  margin-top: 68px;
  font-size: 9px;
  font-weight: 300;
  opacity: 0.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    margin-top: 55px;
    font-size: 14px;
  }
}

/* =========================
   Component
========================= */
.button-wt {
  background-color: #ffffff;
  color: #4A4A4A;
  padding-top: 15px;
  padding-bottom: 13.6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0px 1px 1px #90A1B8;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 121px;
}
@media screen and (min-width: 768px) {
  .button-wt {
    padding-block: clamp(15px, 2.43vw, 35px);
    padding-inline: clamp(15px, 2.43vw, 35px);
    font-size: clamp(15px, 1.25vw, 18px);
    color: #757E8F;
    min-width: clamp(121px, 17.569vw, 253px);
    text-align: center;
  }
}

.button-gray {
  background-color: #757E8F;
  color: #fff;
  padding-top: 31px;
  padding-bottom: 31px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  display: inline-block;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 154px;
}
@media screen and (min-width: 768px) {
  .button-gray {
    min-width: 200px;
  }
}

.c-heading {
  font-weight: 500;
  font-family: "Qwitcher Grypen", cursive;
  color: #B0B0B0;
  opacity: 0.3;
}

body {
  background-color: #F8F9FA;
}

/* =========================
   fv
========================= */
.concept-fv {
  margin-top: 51px;
  margin-left: 5.3333333333%;
}

.concept-fv__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.concept-fv__text p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-family: "hiragino-mincho-pron", serif;
}

.concept-fv__title p {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-weight: 600;
  font-family: "hiragino-mincho-pron", serif;
}

.concept-fv__img {
  width: 61.8666666667%;
  margin-left: auto;
  margin-top: 10px;
}
.concept-fv__img img {
  width: 100%;
  height: auto;
}

/* =========================
   beauty
========================= */
.beauty {
  margin-top: 60px;
  position: relative;
}

.beauty__title {
  text-align: center;
}
.beauty__title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #4A4A4A;
}

.beauty__heading {
  position: absolute;
  top: -72px;
  left: 38%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 151px;
  margin-left: 22.6666666667%;
  margin-right: 3.2%;
}

.beauty__sub-title {
  margin-top: 88px;
  text-align: center;
  margin-inline: 5.3333333333%;
}
.beauty__sub-title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.beauty__img {
  width: 53.6%;
  margin: 52px auto 86px auto;
  position: relative;
}
.beauty__img::after {
  content: "";
  position: absolute;
  background-image: url(../concept/img/beauty-bg.png);
  background-size: cover;
  width: 100vw;
  height: 35px;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.beauty__img img {
  width: 100%;
  height: auto;
}

.beauty__description {
  margin-inline: 5.3333333333%;
}
.beauty__description p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.section-border {
  width: 73.0666666667%;
  margin-inline: auto;
}
.section-border img {
  width: 100%;
  height: 100%;
}

.balance-border {
  margin-top: 80px;
}

/* =========================
   balance
========================= */
.balance {
  position: relative;
  margin-top: 162px;
}

.balance__bg-wt {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 59.7333333333%;
  height: 96%;
  z-index: -1;
}
.balance__bg-wt img {
  width: 100%;
  height: 100%;
}

.balance__heading {
  position: absolute;
  top: -170px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-9.43deg);
          transform: translateX(-50%) rotate(-9.43deg);
  font-size: 160px;
}

.balance__title,
.total__title,
.total__stance-title {
  margin-inline: 6.4%;
  text-align: center;
}
.balance__title p,
.total__title p,
.total__stance-title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  color: #4A4A4A;
  font-weight: 600;
}

.balance__description,
.total__description,
.total__stance-description {
  margin-top: 50px;
  margin-inline: 6.4%;
}
.balance__description p, .balance__description ul,
.total__description p,
.total__description ul,
.total__stance-description p,
.total__stance-description ul {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.balance__bottom-img {
  position: relative;
  width: 22.4%;
  margin-left: 69.3333333333%;
  margin-right: 8.2666666667%;
  z-index: -1;
}
.balance__bottom-img img {
  width: 100%;
  height: auto;
}

.total-border {
  margin-top: -34px;
}

/* =========================
   total
========================= */
.total {
  margin-top: 143px;
  position: relative;
}

.total__heading {
  position: absolute;
  top: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-9.43deg);
          transform: translateX(-50%) rotate(-9.43deg);
  font-size: 160px;
}

.total__description ul {
  padding-left: 33px;
}

.total__stance {
  position: relative;
  margin-top: 60px;
}

.total__img {
  width: 100%;
  height: 307px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.total__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.total__stance-copy {
  padding-top: 145px;
  margin-left: 4.8%;
  margin-right: 14.1333333333%;
}
.total__stance-copy p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  color: #4A4A4A;
  font-weight: 600;
}

.total__stance-text {
  margin-top: 152px;
  margin-inline: 6.4%;
}
.total__stance-text p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.stance-border {
  margin-top: 60px;
}

.total__stance-title {
  margin-top: 60px;
}

/* =========================
   member
========================= */
.member__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.member__heading {
  -webkit-transform: rotate(-9.43deg);
          transform: rotate(-9.43deg);
  font-size: 128px;
  margin-left: 3.4666666667%;
  margin-right: 46.1333333333%;
}

.member__title-contents {
  margin-top: -44px;
}

.member__title {
  text-align: center;
}
.member__title p {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.member__copy {
  margin-top: 34px;
  margin-inline: 21.3333333333%;
  text-align: center;
}
.member__copy p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  color: #4A4A4A;
}

.member__sub-copy {
  margin-top: 10px;
  text-align: center;
}
.member__sub-copy p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 20px;
  color: #4A4A4A;
}

.member__contents {
  margin-top: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}

.member__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #757E8F;
  padding-inline: 8.5333333333%;
}

.member__content-dr-s {
  padding-bottom: 65px;
  position: relative;
}

.member__content-img-dr-s {
  margin-top: -112px;
  width: 98.6666666667%;
}
.member__content-img-dr-s img {
  width: 100%;
  height: auto;
}

.member__content-text p, .member__content-text ul {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.24em;
  color: #fff;
}
.member__content-text ul {
  padding-left: 20px;
}

.text-md {
  font-size: 18px;
}

.member__content-dr-k {
  padding-bottom: 70px;
}

.member__content-img-dr-k {
  width: 64%;
  margin: 0 auto;
}
.member__content-img-dr-k img {
  width: 100%;
  height: auto;
}

.member__content-dr-a {
  padding-bottom: 84px;
}

.member__content-img-dr-a {
  width: 100%;
  margin-top: -111px;
}
.member__content-img-dr-a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =========================
   map
========================= */
.map {
  position: relative;
  margin-bottom: 81px;
}

.map__bg-wt {
  position: absolute;
  top: 77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 102%;
  width: 100%;
  z-index: -1;
}
.map__bg-wt img {
  width: 100%;
  height: 100%;
}

.map__heading {
  -webkit-transform: rotate(-11.99deg);
          transform: rotate(-11.99deg);
  font-size: 128px;
  margin-left: 4.2666666667%;
  margin-right: 40%;
}

.map__title {
  text-align: center;
}
.map__title p {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.map__link {
  width: 81.3333333333%;
  margin-inline: auto;
  aspect-ratio: 305/230;
  margin-top: 32px;
}
.map__link iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.map__info-wrapper {
  margin-top: 46px;
  margin-inline: 8%;
}

.map__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  font-size: 20px;
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}

.info__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 4em;
  color: #4A4A4A;
  white-space: nowrap;
  letter-spacing: 0.24em;
}

.info__value {
  color: #4A4A4A;
}

.info__time {
  letter-spacing: 0.16em;
}

.map__contact {
  margin-top: 73px;
  text-align: center;
}

.footer-message__button {
  width: 238px;
}

/* =========================
   map
========================= */
.message {
  margin-top: 100px;
  margin-bottom: 119px;
}

.message__heading {
  -webkit-transform: rotate(-11.99deg);
          transform: rotate(-11.99deg);
  font-size: 160px;
}

.message__title {
  margin-inline: 8%;
  margin-top: 50px;
  text-align: center;
}
.message__title p {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.message__text {
  margin-top: 65px;
  margin-inline: 7.2%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.29em;
  color: #4A4A4A;
}