@charset "UTF-8";
/* =========================
   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
========================= */
.iv-fv {
  margin-top: 51px;
}
@media screen and (min-width: 768px) {
  .iv-fv {
    margin-top: 0;
    padding-top: clamp(69px, 6.875vw, 99px);
  }
}

.iv-fv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8%;
  margin-left: 8%;
}
@media screen and (min-width: 768px) {
  .iv-fv__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.iv-fv__img {
  width: 100%;
}
.iv-fv__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .iv-fv__img {
    width: 48.5416666667%;
  }
}

.fv__contents-wrapper {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .fv__contents-wrapper {
    margin-top: 0;
  }
}

.fv__title {
  font-size: 22px;
  font-family: "hiragino-mincho-pron", serif;
  color: #4A4A4A;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: clamp(22px, 3.333vw, 48px);
  }
}

.fv__subtitle {
  margin-top: 80px;
  font-size: 20px;
  font-family: "hiragino-mincho-pron", serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .fv__subtitle {
    text-align: center;
    margin-top: 100px;
    font-size: clamp(20px, 1.666vw, 24px);
    letter-spacing: 0.24em;
  }
}

.fv__message {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .fv__message {
    margin-top: 168px;
  }
}

.fv__message-inner {
  padding-right: 8%;
  padding-left: 8%;
}

.fv__message-title p {
  font-size: 24px;
  font-family: "hiragino-mincho-pron", serif;
  color: #4A4A4A;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .fv__message-title p {
    text-align: center;
    font-size: clamp(24px, 3.333vw, 48px);
  }
}

.fv__message-description {
  margin-top: 80px;
}
.fv__message-description p {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 1.42;
  letter-spacing: 0.14em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .fv__message-description p {
    text-align: center;
    font-size: clamp(20px, 1.666vw, 24px);
  }
}

/* =========================
   menus
========================= */
.menus {
  margin-top: 108px;
}

.menus__inner {
  position: relative;
  padding-right: 9.3333333333%;
  padding-left: 2.6666666667%;
}
@media screen and (min-width: 768px) {
  .menus__inner {
    padding: 0;
  }
}

.menus__title p {
  font-size: 24px;
  font-family: "hiragino-mincho-pron", serif;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menus__title p {
    font-size: clamp(24px, 3.194vw, 46px);
  }
}
@media screen and (min-width: 768px) {
  .menus__title {
    text-align: center;
  }
}

.menus__inner-bg {
  position: absolute;
  width: 17%;
  height: 98%;
  top: 186px;
  left: 16%;
  z-index: -1;
}
.menus__inner-bg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .menus__inner-bg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.menus__menu01 {
  position: relative;
  margin-top: 240px;
}

.menus__menu01-img {
  width: 60.5333333333%;
  position: absolute;
  left: 6.733333%;
  top: -71px;
  z-index: -1;
}
.menus__menu01-img img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .menus__menu01-img {
    position: relative;
    width: 33.8vw;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .menus__menu01-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (min-width: 768px) {
  .menus__menu01-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
    margin-left: max(83.733px, 10.902vw);
    margin-right: max(75.2px, 9.791vw);
  }
}

.menus__menu-name {
  text-align: right;
}
.menus__menu-name p {
  font-size: 24px;
  font-family: "hiragino-mincho-pron", serif;
  color: #4A4A4A;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .menus__menu-name p {
    font-size: clamp(24px, 3.333vw, 48px);
  }
}
@media screen and (min-width: 768px) {
  .menus__menu-name {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.text-sml {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .text-sml {
    font-size: clamp(24px, 2.7778vw, 40px);
  }
}

.menus__menu-text-wrapper {
  margin-right: 6.9333333333%;
  margin-left: 37.3333333333%;
}
@media screen and (min-width: 768px) {
  .menus__menu-text-wrapper {
    padding-top: 65px;
    padding-bottom: 123px;
    width: 41.944vw;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .menus__menu01-text-wrapper {
    max-width: 604px;
  }
}

@media screen and (min-width: 768px) {
  .menus__menu01-name {
    letter-spacing: 0.24em;
  }
}

.menus__menu-description {
  margin-top: 70px;
}
.menus__menu-description p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .menus__menu-description {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .menus__menu01-description {
    margin-top: 30px;
  }
}

.menus__menu02 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .menus__menu02 {
    margin-top: 180px;
    margin-left: 29.3055555556%;
  }
}

@media screen and (min-width: 768px) {
  .menus__menu02-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(40px, 7.361vw, 106px);
  }
}

.menus__menu02-img {
  width: 67.2%;
  margin-left: auto;
  margin-right: 9.6%;
}
.menus__menu02-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .menus__menu02-img {
    position: absolute;
    top: 0;
    left: -5%;
    width: 47.263889%;
    margin-top: 200px;
  }
}

@media screen and (min-width: 768px) {
  .menus__menu02-text-wrapper {
    margin-right: 11.1805555556%;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .menus__menu02-name {
    text-align: center;
  }
}

.menus__menu02-description {
  margin-top: 20px;
}

.menus__menu03 {
  position: relative;
  margin-top: 240px;
}

.menus__menu03-img {
  width: 63.4666666667%;
  position: absolute;
  left: 9.8%;
  top: -220px;
  z-index: -1;
}
.menus__menu03-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .menus__menu03-img {
    width: 32.6388888889%;
  }
}

.menus__menu03-description {
  margin-top: 20px;
}

.menus__menu04 {
  margin-top: 87px;
  position: relative;
  margin-top: 183px;
}

.menus__menu04-img {
  width: 56.5333333333%;
  position: absolute;
  left: 1.8%;
  top: -121px;
  z-index: -1;
}
.menus__menu04-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .menus__menu04-img {
    width: 29.5833333333%;
  }
}

.menus__menu04-description {
  margin-top: 20px;
}

.menus__message {
  margin-top: 210px;
  text-align: center;
  margin-inline: 6.4%;
}
.menus__message p {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.24em;
}

/* =========================
   benefit
========================= */
.benefit {
  text-align: center;
  position: relative;
  margin-top: 180px;
}

.benefit__heading {
  font-size: 100px;
  position: absolute;
  left: calc(50% - 19px);
  top: -119px;
  -webkit-transform: rotate(-16.5deg);
          transform: rotate(-16.5deg);
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .benefit__heading {
    font-size: clamp(100px, 20.833vw, 300px);
  }
}

.benefit__title {
  font-family: "hiragino-mincho-pron", serif;
  color: #000;
  font-size: 26px;
  letter-spacing: 0.23em;
}
@media screen and (min-width: 768px) {
  .benefit__title {
    font-size: clamp(26px, 3.333vw, 48px);
  }
}

.benefit__before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-color: #fff;
  margin-top: 102px;
}
@media screen and (min-width: 768px) {
  .benefit__before-after {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
  }
  .benefit__before-after::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../iv-therapy/img/iv-before-after-pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  }
}

/* Before (お悩み) Section */
.benefit__before {
  display: block;
  position: relative;
  background: linear-gradient(135deg, #6b7c93 0%, #8b9bb0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 128px), 50% 100%, 0 calc(100% - 124px));
  width: 100%;
  padding-bottom: 154px;
}
@media screen and (min-width: 768px) {
  .benefit__before {
    clip-path: none;
    background: none;
    padding-bottom: 0;
    padding-left: max(35px, 4.557vw);
  }
}

.benefit__before-inner {
  margin-inline: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .benefit__before-inner {
    display: block;
  }
}

.benefit__before-title {
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .benefit__before-title {
    margin-top: 65px;
    font-size: clamp(24px, 2.222vw, 32px);
    text-align: left;
    padding-left: 20px;
    color: #fff;
  }
}

.benefit__before-list {
  margin-top: 45px;
  color: #fff;
  text-align: left;
}
.benefit__before-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .benefit__before-list ul {
    gap: 10px;
  }
}
.benefit__before-list li {
  padding-inline: 7.7333333333%;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .benefit__before-list li {
    padding-inline: 0;
    font-size: clamp(20px, 1.666vw, 24px);
  }
}
@media screen and (min-width: 768px) {
  .benefit__before-list {
    padding-bottom: 88px;
  }
}

.benefit__bg-img {
  position: relative;
  width: 100%;
  top: -95px;
}
.benefit__bg-img img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .benefit__bg-img {
    display: none;
  }
}

/* After (効果) Section */
.benefit__after {
  position: relative;
  background: #fff;
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .benefit__after {
    background-color: transparent;
    padding-bottom: 0;
    margin-left: max(145.6px, 18.9583vw);
  }
}

.benefit__after-title {
  color: #4A4A4A;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.24em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .benefit__after-title {
    font-size: clamp(17px, 2.222vw, 32px);
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: max(78px, 10.156vw);
  }
}

.benefit__after-list {
  margin-top: 90px;
  display: inline-block;
}
.benefit__after-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .benefit__after-list ul {
    gap: 10px;
  }
}
.benefit__after-list li {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.24em;
  color: #4A4A4A;
  position: relative;
  border-bottom: 1px solid #B0B0B0;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .benefit__after-list li {
    font-size: clamp(20px, 1.666vw, 24px);
    display: block;
    border-bottom: none;
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) {
  .benefit__after-list {
    margin-top: 45px;
  }
}

.benefit__after-list li::before {
  content: "▶";
  position: absolute;
  color: #000;
  font-size: 13px;
  left: -21px;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .benefit__after-list li::before {
    top: 9px;
    left: 85px;
  }
}

/* =========================
   hyaluronic-acid（ヒアルロン酸）
========================= */
.hyaluronic-acid {
  background: #F8F9FA;
  padding-top: 175px;
  position: relative;
}

.hyaluronic-acid__heading {
  position: absolute;
  font-size: 100px;
  line-height: 0.6;
  position: absolute;
  left: calc(50% - 149px);
  top: 32px;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid__heading {
    font-size: clamp(106px, 13.888vw, 200px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.hyaluronic-acid__img {
  width: 82.4%;
  margin: 0 auto;
}
.hyaluronic-acid__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid__img {
    width: clamp(329px, 42.847vw, 617px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .hyaluronic-acid__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 7.5%;
    margin-right: 0.9027777778%;
  }
}

.hyaluronic-acid__copy {
  font-size: 24px;
  font-weight: 400;
  font-family: "hiragino-mincho-pron", serif;
  color: #4A4A4A;
  line-height: 1.4;
  letter-spacing: 0.24em;
  margin-top: 40px;
  padding-left: 2.6666666667%;
  padding-right: 14.4%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid__copy {
    font-size: clamp(24px, 2.222vw, 32px);
    line-height: 1.4;
    font-weight: 600;
    -moz-text-align-last: left;
         text-align-last: left;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.hyaluronic-acid__description,
.hyaluronic-acid__text {
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.24em;
  padding-left: 7.4666666667%;
  padding-right: 7.4666666667%;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid__description,
  .hyaluronic-acid__text {
    padding: 0;
  }
}

.hyaluronic-acid__description {
  margin-top: 24px;
}
.hyaluronic-acid__description ul {
  padding-left: 6.6666666667%;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid__description {
    margin-top: 47px;
  }
}

.hyaluronic-acid__text {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .hyaluronic-acid__text {
    margin-top: 0;
  }
}

/* =========================
   botox
========================= */
.botox {
  background: #F8F9FA;
  padding-top: 175px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .botox {
    margin-left: 4.8611111111%;
    margin-right: 5.2777777778%;
  }
}

.botox__heading {
  position: absolute;
  font-size: 100px;
  line-height: 0.6;
  left: calc(50% - 149px);
  top: 57px;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .botox__heading {
    font-size: clamp(106px, 13.888vw, 200px);
    top: 290px;
    left: 59%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .botox__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .botox__text-contents {
    margin-top: 211px;
    margin-left: 0.625%;
  }
}

.botox__img {
  width: 53.0666666667%;
  margin-right: 9.824%;
  margin-left: 37.0666666667%;
}
.botox__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .botox__img {
    width: clamp(205px, 26.08vw, 386px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

.botox__copy {
  font-size: 24px;
  font-weight: 400;
  font-family: "hiragino-mincho-pron", serif;
  color: #4A4A4A;
  line-height: 1.4;
  letter-spacing: 0.24em;
  margin-top: 40px;
  padding-inline: 6.6666666667%;
}
@media screen and (min-width: 768px) {
  .botox__copy {
    font-size: clamp(24px, 2.222vw, 32px);
    line-height: 1.4;
    padding: 0;
  }
}

.botox__description,
.botox__text {
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.24em;
  padding-inline: 6.6666666667%;
}
@media screen and (min-width: 768px) {
  .botox__description,
  .botox__text {
    padding: 0;
  }
}

.botox__description {
  margin-top: 24px;
}
.botox__description ul {
  padding-left: 6.6666666667%;
  color: #4A4A4A;
}
.botox__text {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .botox__text {
    margin-top: 0;
  }
}

/* =========================
   mesotherapy（メソセラピー）
========================= */
.mesotherapy {
  margin-top: 84px;
  padding-top: 125px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mesotherapy {
    margin-top: 170px;
    padding-top: 0;
  }
}

.mesotherapy__bg {
  position: absolute;
  width: 53.8666666667%;
  height: 101%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.mesotherapy__bg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mesotherapy__bg {
    width: 84.2361111111%;
    height: 98%;
    z-index: 9;
  }
}

.mesotherapy__heading {
  position: absolute;
  font-size: 89px;
  line-height: 0.5;
  left: calc(50% - 149px);
  top: 57px;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .mesotherapy__heading {
    font-size: clamp(106px, 13.888vw, 200px);
    left: calc(50% - 209px);
    top: 160px;
  }
}

.mesotherapy__inner {
  margin-top: -78px;
}
@media screen and (min-width: 768px) {
  .mesotherapy__inner {
    padding-top: 247px;
    margin-top: 0;
  }
}

.mesotherapy__copy p {
  font-size: 24px;
  font-weight: 400;
  font-family: "hiragino-mincho-pron", serif;
  color: #4A4A4A;
  line-height: 1.8;
  letter-spacing: 0.24em;
  margin-top: 40px;
  padding-inline: 7.4666666667%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mesotherapy__copy p {
    font-size: clamp(24px, 2.222vw, 32px);
    line-height: 1.4;
    font-weight: 600;
  }
}
.mesotherapy__description {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.24em;
  padding-inline: 10.6666666667%;
}
@media screen and (min-width: 768px) {
  .mesotherapy__description {
    text-align: center;
    padding: 0;
    margin-top: 49px;
  }
}

@media screen and (min-width: 768px) {
  .metotherapy__wrapper-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 58px;
    position: relative;
  }
}

.mesotherapy__img01 {
  width: 75.3333333333%;
  margin-right: 17.2%;
  margin-left: 7.4666666667%;
  margin-top: 85px;
}
.mesotherapy__img01 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mesotherapy__img01 {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(299.2px, 38.9583vw, 561px);
    margin-top: 77px;
  }
}

.mesotherapy__effect {
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}
.mesotherapy__effect::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0;
  width: 84%;
  height: 100%;
  opacity: 0.1;
  background: #757E8F;
  z-index: 4;
  margin-inline: 8%;
}
@media screen and (min-width: 768px) {
  .mesotherapy__effect::before {
    margin: 0;
    width: 108%;
    height: 100%;
    left: -6%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .mesotherapy__effect {
    margin-top: 0;
    margin-right: 5.9722222222%;
    margin-left: 0;
    padding-top: 73px;
    padding-bottom: 97px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.mesotherapy__effect__title {
  position: relative;
  z-index: 5;
  padding-inline: 17.3333333333%;
}
.mesotherapy__effect__title p {
  font-size: 24px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .mesotherapy__effect__title p {
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .mesotherapy__effect__title {
    padding: 0;
    margin-left: 40px;
  }
}

.mesotherapy__effect__lists {
  position: relative;
  padding-inline: 17.3333333333%;
  z-index: 5;
  margin-top: 50px;
}
.mesotherapy__effect__lists ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mesotherapy__effect__lists p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2.3;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .mesotherapy__effect__lists {
    padding: 0;
    margin-left: 40px;
  }
}

.mesotherapy__effect__description {
  position: relative;
  z-index: 5;
  padding-inline: 17.3333333333%;
}
.mesotherapy__effect__description p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.26em;
}
@media screen and (min-width: 768px) {
  .mesotherapy__effect__description p {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mesotherapy__effect__description {
    padding: 0;
    margin-left: 40px;
  }
}

.mesotherapy__img02 {
  position: relative;
  width: 60.8%;
  left: 34.6666666667%;
  top: 88px;
}
.mesotherapy__img02 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mesotherapy__img02 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(235.2px, 30.625vw, 441px);
    left: 57px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -250px;
  }
}

.mesotherapy__original {
  margin-top: 118px;
  padding-top: 79px;
  padding-bottom: 20px;
  position: relative;
}
.mesotherapy__original::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0;
  width: 84%;
  height: 100%;
  opacity: 0.1;
  background: #757E8F;
  z-index: 4;
  margin-inline: 8%;
}
@media screen and (min-width: 768px) {
  .mesotherapy__original::before {
    display: none;
    width: 58.8888888889%;
    margin-left: clamp(30px, 3.889vw, 56px);
  }
}
@media screen and (min-width: 768px) {
  .mesotherapy__original {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-top: 73px;
  }
}

@media screen and (min-width: 768px) {
  .mesotherapy__original-text-contents {
    padding-top: 85px;
    padding-bottom: 45px;
    padding-left: 5.9722222222%;
    padding-right: 7.8472222222%;
    background-color: rgba(117, 126, 143, 0.1);
    margin-left: 3.8888888889%;
  }
}

.mesotherapy__original__title {
  padding-inline: 17.3333333333%;
}
.mesotherapy__original__title p {
  font-size: 24px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .mesotherapy__original__title p {
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .mesotherapy__original__title {
    padding: 0;
  }
}

.mesotherapy__original__description,
.mesotherapy__original__text {
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.24em;
  padding-inline: 17.3333333333%;
}
.mesotherapy__original__description ul,
.mesotherapy__original__text ul {
  padding-left: 6.6666666667%;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .mesotherapy__original__description,
  .mesotherapy__original__text {
    padding: 0;
  }
}

.mesotherapy__original__description {
  margin-top: 24px;
}
.mesotherapy__original__description ul {
  padding-left: 6.6666666667%;
}

.mesotherapy__original__text {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .mesotherapy__original__text {
    margin-top: 0;
  }
}

.mesotherapy__img03 {
  width: 73.3333333333%;
  margin-inline: auto;
  position: relative;
  top: 20px;
}
.mesotherapy__img03 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mesotherapy__img03 {
    position: absolute;
    width: clamp(266px, 34.722vw, 500px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    top: -113px;
    left: calc(50% + 117px);
  }
}

.mesotherapy__note {
  padding-top: 82px;
  position: relative;
}
.mesotherapy__note::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0;
  width: 84%;
  height: 100%;
  opacity: 0.1;
  background: #757E8F;
  z-index: 4;
  margin-inline: 8%;
}
@media screen and (min-width: 768px) {
  .mesotherapy__note::before {
    display: none;
    padding-top: 95px;
  }
}
@media screen and (min-width: 768px) {
  .mesotherapy__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .mesotherapy__note-text-contents {
    padding-top: 105px;
    padding-bottom: 124px;
    padding-left: 3.3333333333%;
    padding-right: 0;
    background-color: rgba(117, 126, 143, 0.1);
  }
}

.mesotherapy__note__title {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.24em;
  padding-inline: 17.3333333333%;
}
@media screen and (min-width: 768px) {
  .mesotherapy__note__title {
    padding: 0;
    margin-top: 0;
  }
}

.mesotherapy__note__description {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.24em;
  padding-inline: 17.3333333333%;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mesotherapy__note__description {
    padding: 0;
  }
  .mesotherapy__note__description ul {
    padding-left: 3.1944444444%;
  }
}

/* =========================
  美容注射
========================= */
.iv-drip {
  padding-top: 183px;
  position: relative;
}
.iv-drip::before {
  position: absolute;
  content: "";
  display: block;
  width: 72%;
  height: 72%;
  background: #fff;
  margin-left: 26.1333333333%;
  margin-right: 1.8666666667%;
  z-index: 0;
  top: 496px;
}
@media screen and (min-width: 768px) {
  .iv-drip::before {
    display: none;
  }
}

.iv-drip__heading {
  position: absolute;
  font-size: 89px;
  line-height: 0.5;
  left: calc(50% - 180px);
  top: 102px;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .iv-drip__heading {
    font-size: clamp(106px, 13.888vw, 200px);
    position: relative;
    margin-left: 5.625%;
    margin-right: 26.9444444444%;
    top: 0;
    left: 0;
  }
}

.iv-drip__copy {
  font-size: 24px;
  font-weight: 400;
  font-family: "hiragino-mincho-pron", serif;
  color: #4A4A4A;
  line-height: 1.4;
  letter-spacing: 0.24em;
  margin-top: 40px;
  padding-inline: 6.6666666667%;
}
@media screen and (min-width: 768px) {
  .iv-drip__copy {
    font-size: clamp(24px, 2.222vw, 32px);
    line-height: 1.4;
    margin-top: 23px;
    text-align: center;
  }
}

.iv-drip__img {
  width: 78.6666666667%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.iv-drip__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .iv-drip__img {
    width: clamp(451.2px, 58.75vw, 846px);
    margin-left: 0;
    margin-top: 126px;
  }
}

@media screen and (min-width: 768px) {
  .iv-drip__text-contents {
    padding-top: clamp(162.6px, 21.18vw, 305px);
    padding-bottom: 44px;
    padding-right: clamp(18px, 2.4305vw, 35px);
    padding-left: clamp(76.8px, 10vw, 144px);
    background-color: #fff;
    margin-left: 20%;
    margin-right: 3.6805555556%;
    margin-top: clamp(-308px, -21.3888vw, -164px);
  }
}

.iv-drip__description,
.iv-drip__text {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.16em;
  padding-inline: 13.3333333333%;
}
.iv-drip__description ul,
.iv-drip__text ul {
  padding-left: 6.6666666667%;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .iv-drip__description ul,
  .iv-drip__text ul {
    padding-left: 2.6388888889%;
  }
}
.iv-drip__description li,
.iv-drip__text li {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .iv-drip__description li,
  .iv-drip__text li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .iv-drip__description,
  .iv-drip__text {
    padding: 0;
  }
}

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

.iv-drip__text {
  margin-top: 50px;
}

/* =========================
  ゼオスキン
========================= */
.zoskin {
  padding-top: 183px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .zoskin {
    margin-top: 230px;
    padding-top: 0;
  }
}

.zoskin__heading {
  position: absolute;
  font-size: 100px;
  line-height: 0.5;
  left: calc(50% - 180px);
  top: 102px;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .zoskin__heading {
    font-size: clamp(106px, 13.888vw, 200px);
    left: 0;
    top: 0;
    position: relative;
    margin-left: 29.3055555556%;
    margin-right: 4.9305555556%;
    font-weight: 600;
  }
}

.zoskin__copy {
  font-size: 24px;
  font-weight: 400;
  font-family: "hiragino-mincho-pron", serif;
  color: #4A4A4A;
  line-height: 1.4;
  letter-spacing: 0.24em;
  padding-inline: 6.6666666667%;
  text-align: start;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .zoskin__copy {
    font-size: clamp(24px, 2.222vw, 32px);
    line-height: 1.4;
    letter-spacing: 0em;
    margin-left: 31.8055555556%;
    padding: 0;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-bottom: 0;
  }
}

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

.zoskin__img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.zoskin__img {
  width: 89.3333333333%;
  margin-top: 20px;
  margin-right: 2.9333333333%;
  position: relative;
  z-index: 5;
}
.zoskin__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .zoskin__img {
    width: clamp(407.4px, 53.055vw, 764px);
    margin-left: 29.7222222222%;
    margin-right: 17.9166666667%;
    margin-top: -80px;
    z-index: -1;
  }
}

.zoskin__column-text {
  top: 20px;
  position: absolute;
  height: 339px;
  left: 4px;
}
.zoskin__column-text img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .zoskin__column-text {
    left: 82.6388888889%;
    height: clamp(225.6px, 29.375vw, 423px);
    top: -73px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.zoskin__column-bg {
  position: absolute;
  right: 9.4666666667%;
  width: 11px;
  top: 1110px;
  z-index: 6;
}
.zoskin__column-bg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .zoskin__column-bg {
    top: 150px;
    height: clamp(956.266px, 124.513vw, 1793px);
  }
}

.zoskin__row-bg {
  margin-inline: auto 8px;
  width: 77.8666666667%;
  margin-top: 53px;
}
.zoskin__row-bg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .zoskin__row-bg {
    margin-top: 135px;
    width: 100%;
  }
}

.zoskin__description-wrapper {
  margin-top: 52px;
  padding-bottom: 30px;
}
.zoskin__description-wrapper::before {
  content: " ";
  position: absolute;
  top: 381px;
  left: 0;
  width: 66.4%;
  height: 72%;
  opacity: 0.1;
  background: #757E8F;
  z-index: 4;
  margin-right: 36.2666666667%;
}
@media screen and (min-width: 768px) {
  .zoskin__description-wrapper::before {
    display: none;
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .zoskin__description-wrapper {
    background-color: rgba(117, 126, 143, 0.1);
    margin-top: 35px;
    padding-top: 89px;
    padding-bottom: 129px;
    padding-left: clamp(24px, 3.125vw, 45px);
    padding-right: clamp(76.266px, 9.93vw, 143px);
    margin-left: 7.1527777778%;
    margin-right: 4.9305555556%;
    margin-top: 35px;
  }
}

.zoskin__description {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.16em;
  padding-inline: 13.3333333333%;
}
.zoskin__description ul {
  padding-left: 6.6666666667%;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .zoskin__description ul {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .zoskin__description {
    padding: 0;
  }
}

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

.zoskin__text {
  margin-top: 50px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.16em;
  padding-inline: 13.3333333333%;
}
@media screen and (min-width: 768px) {
  .zoskin__text {
    padding: 0;
  }
}

/* =========================
  エンビロン
========================= */
.environ {
  padding-top: 183px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .environ {
    padding-top: 0;
    margin-top: 60px;
  }
}

.environ__heading {
  position: absolute;
  font-size: 100px;
  line-height: 0.5;
  left: calc(50% - 91px);
  top: 163px;
}
@media screen and (min-width: 768px) {
  .environ__heading {
    position: relative;
    font-size: clamp(106px, 13.888vw, 200px);
    top: 0;
    left: 0;
    margin-left: 7.5694444444%;
  }
}

.environ__copy {
  font-size: 24px;
  font-weight: 400;
  font-family: "hiragino-mincho-pron", serif;
  color: #4A4A4A;
  line-height: 1.4;
  letter-spacing: 0.24em;
  margin-top: 40px;
  padding-inline: 6.6666666667%;
}
@media screen and (min-width: 768px) {
  .environ__copy {
    font-size: clamp(24px, 2.222vw, 32px);
    line-height: 1.4;
    letter-spacing: normal;
    padding: 0;
    margin-top: 0;
    margin-left: 7.5694444444%;
  }
}

.environ__text {
  margin-top: 50px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.16em;
  padding-inline: 13.3333333333%;
}
.environ__text::before {
  content: " ";
  position: absolute;
  right: 0;
  width: 66.4%;
  height: 104%;
  opacity: 0.1;
  background: #757E8F;
  z-index: 4;
  margin-right: 10.1333333333%;
}
@media screen and (min-width: 768px) {
  .environ__text::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .environ__text {
    padding-top: 79px;
    padding-bottom: 118px;
    padding-left: 3.0555555556%;
    padding-right: 4.8611111111%;
    background-color: rgba(117, 126, 143, 0.1);
    margin-left: 15.0694444444%;
    margin-right: 6.1805555556%;
    margin-top: 26px;
  }
}

/* =========================
  フッターメッセージ
========================= */
.iv__footer {
  background-size: cover;
  position: relative;
  margin-top: 81px;
  padding-top: 75px;
  padding-bottom: 136px;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .iv__footer {
    margin: 0;
    padding: 0;
    margin-top: 229px;
  }
}

.iv-footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -1px;
}
.iv-footer-bg img {
  width: 100%;
  height: 100%;
}

.iv__footer-inner {
  padding-right: 11.4666666667%;
  padding-left: 9.3333333333%;
}
@media screen and (min-width: 768px) {
  .iv__footer-inner {
    padding-top: 220px;
    padding-right: 0;
    padding-left: 0;
    padding-inline: 8.3333333333%;
  }
}

.iv__footer-title p {
  font-size: 24px;
  font-family: "hiragino-mincho-pron", serif;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.75em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .iv__footer-title p {
    font-size: clamp(24px, 2.222vw, 32px);
    font-weight: 600;
    text-align: center;
  }
}

.iv__footer-text {
  margin-top: 50px;
}
.iv__footer-text p {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 2;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .iv__footer-text p {
    font-size: clamp(20px, 1.666vw, 24px);
    letter-spacing: 0.65em;
    font-family: "hiragino-mincho-pron", serif;
    font-weight: bold;
  }
}

.iv__footer-contact {
  padding-top: 46.6px;
  padding-bottom: 81.65px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .iv__footer-contact {
    padding-top: 95px;
    padding-bottom: 156px;
  }
}