/* =========================
   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
========================= */
.facial-contouring__fv {
  margin-top: 51px;
}
@media screen and (min-width: 768px) {
  .facial-contouring__fv {
    margin-top: 0;
    padding-top: clamp(69px, 6.875vw, 99px);
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.facial-contouring__fv-img {
  margin-right: 20.5333333333%;
  margin-left: 5.0666666667%;
}
.facial-contouring__fv-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .facial-contouring__fv-img {
    margin-top: 29px;
    margin-left: 0.6944444444%;
    margin-right: 0;
    width: clamp(480px, 62.569vw, 901px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .facial-contouring__fv-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 2;
    margin-left: clamp(-295px, -20.486vw, -157px);
  }
}

.facial-contouring__fv-text-copy {
  text-align: right;
  margin-right: 5.3333333333%;
  margin-top: -72px;
}
.facial-contouring__fv-text-copy p {
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.2em;
  font-family: "hiragino-mincho-pron", serif;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .facial-contouring__fv-text-copy p {
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: clamp(22.4px, 2.916vw, 42px);
    letter-spacing: 0.24em;
  }
}
@media screen and (min-width: 768px) {
  .facial-contouring__fv-text-copy {
    margin: 0;
    text-align: left;
  }
}

.facial-contouring__fv-text-description {
  text-align: center;
  margin-top: 40px;
  margin-inline: 9.3333333333%;
}
.facial-contouring__fv-text-description p {
  font-size: 20px;
  color: #4A4A4A;
  font-family: "hiragino-mincho-pron", serif;
  letter-spacing: 0.15em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .facial-contouring__fv-text-description p {
    letter-spacing: 0.24em;
  }
}
@media screen and (min-width: 768px) {
  .facial-contouring__fv-text-description {
    margin-top: 45px;
    margin-inline: 0;
    text-align: left;
  }
}

/* =========================
   balance
========================= */
.balance {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .balance {
    margin-top: 0;
  }
}

.balance__heading-wrapper {
  position: relative;
  text-align: right;
  margin-right: 11.7333333333%;
  margin-left: 24.5333333333%;
}

.balance__heading {
  font-size: 100px;
}
@media screen and (min-width: 768px) {
  .balance__heading {
    font-size: clamp(160px, 20.8333vw, 300px);
  }
}

.balance__heading-subtitle {
  font-family: "Cormorant Garamond", serif;
  color: #B0B0B0;
  font-size: 20px;
  margin-top: -20px;
}

.balance__inner {
  margin-inline: 10.6666666667%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .balance__inner {
    margin-top: -167px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(22.4px, 2.916vw, 42px);
  }
}

.balance__title {
  text-align: center;
}
.balance__title p {
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.16em;
  line-height: 1.5;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .balance__title p {
    font-size: clamp(25.6px, 3.333vw, 48px);
    font-weight: 600;
  }
}

.balance__copy {
  margin-top: 30px;
}
.balance__copy p {
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .balance__copy {
    margin-top: 80px;
  }
}

.balance__description {
  margin-top: 60px;
}
.balance__description p {
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

/* =========================
   reason
========================= */
.reason {
  margin-top: 112px;
}
@media screen and (min-width: 768px) {
  .reason {
    margin-top: 168px;
  }
}

.reason__heading {
  text-align: center;
}
.reason__heading p {
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.16em;
  line-height: 1.5;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .reason__heading p {
    font-size: clamp(25.6px, 3.333vw, 48px);
    letter-spacing: 0.24em;
  }
}

.reason__wrapper {
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .reason__wrapper {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 3.4722222222%;
  }
}

.reason__img {
  width: 80.5333333333%;
  margin: 0 auto;
}
.reason__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .reason__img {
    width: clamp(296px, 38.54vw, 555px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 2;
  }
}

.reason__contents {
  margin-top: 48px;
}
.reason__content-01,
.reason__content-03 {
  width: 75.4666666667%;
  margin-right: 4.5333333333%;
  margin-left: 20%;
  -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .reason__content-01,
  .reason__content-03 {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .reason__content-01 {
    margin-right: clamp(15.466px, 2.013vw, 29px);
  }
}

.reason__content-02 {
  margin-top: 48px;
  width: 75.4666666667%;
  margin-right: 12.8%;
  margin-left: 7.2%;
  -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .reason__content-02 {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
    margin-left: clamp(-57px, -3.958vw, -30.4px);
    margin-top: 38px;
  }
}

.reason__content-03 {
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .reason__content-03 {
    margin-right: clamp(27.73px, 3.6111vw, 52px);
    margin-top: 38px;
  }
}

.reason__content-inner {
  padding-top: 49px;
  padding-bottom: 73px;
  background-color: #F5F4F6;
}
@media screen and (min-width: 768px) {
  .reason__content-inner {
    padding-top: 49px;
    padding-bottom: 57px;
    padding-left: clamp(41.06px, 5.347vw, 77px);
    padding-right: clamp(24.53px, 3.194vw, 46px);
  }
}

.reason__content-title {
  padding-inline: 5.3333333333%;
  text-align: center;
}
.reason__content-title p {
  font-size: 20px;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .reason__content-title p {
    font-size: clamp(20px, 2.638vw, 38px);
  }
}
@media screen and (min-width: 768px) {
  .reason__content-title {
    -moz-text-align-last: left;
         text-align-last: left;
    padding: 0;
  }
}

.reason__content-text {
  margin-top: 60px;
  padding-inline: 5.6%;
}
.reason__content-text p {
  font-size: 18px;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.14em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .reason__content-text p {
    letter-spacing: 0.24em;
  }
}
@media screen and (min-width: 768px) {
  .reason__content-text {
    margin-top: 39px;
    padding: 0;
  }
}

/* =========================
   worries
========================= */
.worries {
  margin-top: 105px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .worries {
    margin-top: 127px;
  }
}

.worries__heading {
  text-align: center;
  margin-inline: 10.6666666667%;
}
.worries__heading p {
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  line-height: 1.5;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .worries__heading p {
    font-size: clamp(17.06px, 2.222vw, 32px);
  }
}
@media screen and (min-width: 768px) {
  .worries__heading {
    margin-inline: 0;
  }
}

@media screen and (min-width: 768px) {
  .worries__content-wrapper {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-inline: 9.1666666667%;
  }
}

.worries__content {
  margin-top: 50px;
  background-color: #757E8F;
  padding-inline: 6.6666666667%;
  padding-top: 73px;
  padding-bottom: 240px;
  clip-path: polygon(0% 0%, 100% 0, 100% 49%, 100% 100%, 0 75%);
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .worries__content {
    clip-path: none;
    background-color: transparent;
    padding: 0;
  }
}

.worries__content-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .worries__content-bg {
    position: relative;
    z-index: 5;
    width: clamp(372.8px, 48.541vw, 699px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 120px;
  }
  .worries__content-bg img {
    width: 100%;
    height: 100%;
  }
}

.worries__content-list {
  margin-top: 40px;
  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;
}
.worries__content-list ul {
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.21em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .worries__content-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
}

.worries__content-list-title {
  display: block;
}
.worries__content-list-title p {
  font-size: 20px;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.24em;
  line-height: 1.44;
  font-weight: 500;
  color: #fff;
}

.worries__content-img {
  position: relative;
  width: 82.4%;
  margin-inline: auto;
  margin-top: -179px;
  z-index: 1;
}
.worries__content-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .worries__content-img {
    width: clamp(383.4px, 49.9vw, 719px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 127px;
    margin-left: -255px;
  }
  .worries__content-img img {
    width: 100%;
    height: 100%;
  }
}

/* =========================
   surgery
========================= */
@media screen and (min-width: 768px) {
  .surgery {
    position: relative;
  }
}

.surgery__bg-wt {
  display: none;
}
@media screen and (min-width: 768px) {
  .surgery__bg-wt {
    display: block;
    position: absolute;
    z-index: -1;
    width: 65.5555555556%;
    height: 90%;
    top: 238px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .surgery__bg-wt img {
    width: 100%;
    height: 100%;
  }
}

.surgery__heading {
  position: relative;
  top: 68px;
  font-size: 100px;
  color: #B0B0B0;
  letter-spacing: 0;
  line-height: 0.45;
  font-family: "Qwitcher Grypen", cursive;
  -webkit-transform: rotate(-1.83deg);
          transform: rotate(-1.83deg);
  text-align: right;
  margin-right: 2.6666666667%;
}
@media screen and (min-width: 768px) {
  .surgery__heading {
    font-size: clamp(114px, 14.93vw, 215px);
  }
}

.surgery__about {
  margin-top: 41px;
  padding-top: 92px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .surgery__about {
    padding: 0;
    background-color: transparent;
  }
}

.surgery__about-wrapper {
  padding: 7.4666666667%;
}

.surgery__about-title {
  text-align: center;
}
.surgery__about-title p {
  font-size: 26px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.16em;
  line-height: 1.5;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .surgery__about-title p {
    font-size: clamp(25.6px, 3.333vw, 48px);
    letter-spacing: normal;
    font-weight: 600;
  }
}

.common-title p {
  font-size: 26px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.16em;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .common-title p {
    font-size: clamp(12.8px, 1.6666vw, 24px);
    letter-spacing: 0.24em;
    line-height: 2;
  }
}

.common-text p {
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0.2em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .common-text p {
    letter-spacing: 0.24em;
  }
}

.surgery__about-text {
  margin-top: 48px;
}
.surgery__about-text p {
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  line-height: 2;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .surgery__about-text {
    margin-top: 110px;
  }
}

.surgery__merit {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .surgery__merit {
    background-color: transparent;
  }
}

.surgery__merit-inner {
  margin-inline: 8.8%;
}
@media screen and (min-width: 768px) {
  .surgery__merit-inner {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(16px, 2.08vw, 30px);
  }
}

.surgery__merit-img {
  width: 77.8666666667%;
  margin: 0 auto;
  padding-top: 71px;
}
.surgery__merit-img img {
  width: 100%;
  height: auto;
  display: block;
}

.surgery__merit-title {
  text-align: center;
  margin-top: 81px;
}

.surgery__merit-title-text {
  margin-top: 50px;
}
.surgery__merit-title-text ul {
  padding-left: 20px;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .surgery__merit-title-text ul {
    gap: 0;
  }
}

.surgery__description {
  padding-top: 71px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .surgery__description {
    background-color: transparent;
  }
}

.surgery__description-inner {
  margin-inline: 8.8%;
}
@media screen and (min-width: 768px) {
  .surgery__description-inner {
    margin-inline: 13.9583333333%;
  }
}

.surgery__description-text {
  margin-top: 48px;
}
.surgery__description-text ul {
  padding-left: 20px;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .surgery__description-text ul {
    padding-left: 76px;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .surgery__description-text-lg {
    display: block;
    font-size: clamp(12.8px, 1.666vw, 24px);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    letter-spacing: 0.24em;
    text-align: center;
    margin-top: 126px;
  }
}

.surgery__footer-img {
  width: 72.8%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  top: 48px;
}
.surgery__footer-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .surgery__footer-img {
    width: clamp(145.6px, 18.958vw, 273px);
    margin-top: -30px;
    margin-left: 77.6388888889%;
  }
}

/* =========================
   facial-contouring-design
========================= */
.facial-contouring-design {
  margin-inline: 8.8%;
  position: relative;
  margin-top: 150px;
}
@media screen and (min-width: 768px) {
  .facial-contouring-design {
    margin-inline: 0;
  }
}

.facial-contouring-design__title {
  text-align: center;
}
.facial-contouring-design__title p {
  font-size: 26px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.16em;
  line-height: 1.5;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .facial-contouring-design__title p {
    font-size: clamp(25.6px, 3.3333vw, 48px);
    font-weight: 600;
  }
}

.facial-contouring-design__heading {
  margin-top: -30px;
  margin-left: 20px;
  font-size: 161px;
  color: #B0B0B0;
  letter-spacing: 0;
  line-height: 0.45;
  font-family: "Qwitcher Grypen", cursive;
}
@media screen and (min-width: 768px) {
  .facial-contouring-design__heading {
    font-size: clamp(160px, 20.8333vw, 300px);
    margin-left: clamp(464px, 60.416vw, 870px);
    margin-top: -119px;
  }
}

.facial-contouring-design__description {
  margin-top: 90px;
}
.facial-contouring-design__description ul {
  padding-left: 20px;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .facial-contouring-design__description ul {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .facial-contouring-design__description {
    margin-top: 140px;
    margin-left: 16.9444444444%;
    margin-right: 5.7638888889%;
  }
}

/* =========================
   facial-contouring-design
========================= */
.buccal-fat {
  margin-top: 102px;
}
@media screen and (min-width: 768px) {
  .buccal-fat {
    position: relative;
  }
}

.buccal-fat__heading {
  font-size: 100px;
  color: #B0B0B0;
  letter-spacing: 0;
  line-height: 0.59;
  font-family: "Qwitcher Grypen", cursive;
  -webkit-transform: rotate(-10.94deg);
          transform: rotate(-10.94deg);
  margin-right: 35.7333333333%;
  margin-left: 2.6666666667%;
}
@media screen and (min-width: 768px) {
  .buccal-fat__heading {
    position: relative;
    margin-top: 64px;
    font-size: clamp(160px, 20.8333vw, 300px);
    -webkit-transform: rotate(-1.83deg);
            transform: rotate(-1.83deg);
    margin-right: 5.06875%;
    margin-left: 7.4305555556%;
  }
}

.buccal-fat-inner {
  background-color: #fff;
  padding-bottom: 91px;
}
@media screen and (min-width: 768px) {
  .buccal-fat-inner {
    padding-bottom: 0;
    background-color: transparent;
    margin-top: -81px;
  }
  .buccal-fat-inner::before {
    content: "";
    position: absolute;
    top: 695px;
    left: 58%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 67.0138888889%;
    height: 61%;
    background-color: #fff;
    z-index: -1;
  }
}

.buccal-fat-wrapper {
  margin-inline: 8.8%;
}
@media screen and (min-width: 768px) {
  .buccal-fat-wrapper {
    margin: 0;
  }
}

.buccal-fat__img {
  width: 88.2666666667%;
  display: block;
  margin-left: auto;
  margin-top: 20px;
}
.buccal-fat__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .buccal-fat__img {
    width: clamp(516.8px, 67.291vw, 969px);
  }
}

.buccal-fat__title {
  text-align: center;
  padding-top: 45px;
}
.buccal-fat__title p {
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .buccal-fat__title p {
    font-size: clamp(25.6px, 3.333vw, 48px);
  }
}

.buccal-fat__title-description {
  margin-top: 60px;
}
.buccal-fat__title-description ul {
  padding-left: 20px;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .buccal-fat__title-description ul {
    padding-left: 30px;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .buccal-fat__title-description {
    margin-top: 121px;
    margin-inline: 11.25%;
  }
}

/* =========================
   treatment
========================= */
.treatment {
  padding-top: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .treatment {
    padding-top: 0;
    margin-top: 295px;
  }
}

.treatment__inner-around {
  position: absolute;
  display: block;
  width: 88.2666666667%;
  height: 97%;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.treatment__inner-around img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .treatment__inner-around {
    width: 88%;
    height: 100%;
    top: 0;
  }
}

.treatment__inner {
  margin-inline: 8%;
  padding-inline: 6.6666666667%;
  padding-top: 80px;
  padding-bottom: 128px;
}
@media screen and (min-width: 768px) {
  .treatment__inner {
    padding-top: 103px;
    padding-bottom: 67.8px;
    padding-inline: 0;
  }
}

.treatment__title {
  text-align: center;
  font-size: 24px;
  color: #4A4A4A;
  letter-spacing: 0.08em;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .treatment__title {
    font-size: clamp(17.06px, 2.222vw, 32px);
    letter-spacing: 0;
  }
}

.treatment__title-lg-text {
  font-size: 40px;
  color: #000;
  font-weight: 400;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .treatment__title-lg-text {
    font-size: clamp(34.12px, 4.444vw, 64px);
  }
}

.treatment__steps {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .treatment__steps {
    margin-top: 99px;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .treatment__step-01 {
    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;
    gap: clamp(64.89px, 8.449vw, 121.67px);
  }
}

.treatment__step-number {
  width: 41.3333333333vw;
}
.treatment__step-number img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .treatment__step-number {
    width: clamp(120px, 15.625vw, 225px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.treatment__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;
  gap: 33px;
}
@media screen and (min-width: 768px) {
  .treatment__text-wrapper {
    gap: 23.15px;
  }
}

.treatment__text-title p {
  font-size: 24px;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .treatment__text-title p {
    font-weight: 600;
    letter-spacing: 0;
    font-size: clamp(12.8px, 1.6666vw, 24px);
  }
}

.treatment__text-description p {
  font-size: 20px;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .treatment__text-description p {
    letter-spacing: 0;
    font-size: clamp(10.66px, 1.3888vw, 20px);
  }
}
@media screen and (min-width: 768px) {
  .treatment__step-02 {
    margin-top: 11px;
    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;
    gap: clamp(45.093px, 5.871vw, 84.55px);
    margin-left: 7.0833333333%;
  }
}

@media screen and (min-width: 768px) {
  .treatment__step-03 {
    margin-top: 11px;
    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;
    gap: clamp(34.746px, 4.524vw, 65.15px);
    margin-left: 15.625%;
  }
}

/* =========================
    footer-message
========================= */
.footer__message {
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .footer__message {
    position: relative;
    margin-top: 201px;
    margin-left: 3.2638888889%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__message-img {
  width: 100%;
}
.footer__message-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__message-img {
    position: absolute;
    width: 66.1805555556%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
  }
}

.footer__message-content {
  margin-top: 36px;
  padding-inline: 5.3333333333%;
}
@media screen and (min-width: 768px) {
  .footer__message-content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    padding-inline: clamp(14.93333px, 1.9444vw, 28px);
    padding-top: 99px;
    padding-bottom: 98.54px;
    background-color: #D9D9D9;
    width: clamp(363.733px, 47.36vw, 682px);
    margin-bottom: 110px;
  }
}

.footer__message-title {
  text-align: center;
}
.footer__message-title p {
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: "hiragino-mincho-pron", serif;
}
@media screen and (min-width: 768px) {
  .footer__message-title p {
    font-size: clamp(19.2px, 2.5vw, 36px);
    letter-spacing: 0.24em;
  }
}

.footer__message-text {
  margin-top: 60px;
  text-align: center;
}
.footer__message-text p {
  font-size: 21px;
  color: #4A4A4A;
  letter-spacing: 0.08em;
  line-height: 2;
  font-family: "hiragino-mincho-pron", serif;
}

.footer-message__contact {
  margin-top: 63px;
  padding-bottom: 62px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-message__contact {
    padding-bottom: 0;
  }
}

.footer-message__button {
  width: 238px;
}