/* =========================
   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
========================= */
.whitening-fv {
  margin-top: 51px;
}

.whitening-fv__img {
  width: 88.8%;
  margin-left: 11.2%;
}
.whitening-fv__img img {
  width: 100%;
  height: auto;
}

.whitening-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;
}

.whitening-fv__title {
  margin-left: 11.2%;
  margin-top: -43px;
}
.whitening-fv__title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  letter-spacing: 0.16em;
  color: #4A4A4A;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.whitening-fv__text {
  margin-top: 40px;
  margin-inline: 11.2%;
}
.whitening-fv__text p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #4A4A4A;
}

/* =========================
   teeth
========================= */
.teeth {
  margin-top: 40px;
}

.teeth__title {
  text-align: center;
  margin-inline: 1.3333333333%;
}
.teeth__title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #4A4A4A;
}

.teeth__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.teeth__img {
  width: 65.8666666667%;
  max-width: 350px;
}
.teeth__img img {
  width: 100%;
  height: auto;
}

.teeth__heading {
  -webkit-transform: rotate(-1.83deg);
          transform: rotate(-1.83deg);
  font-size: 100px;
  line-height: 0.52;
  margin-top: 12px;
  margin-left: -47px;
}

.teeth__message-title {
  text-align: center;
  margin-inline: 4.5333333333%;
  margin-top: 30px;
}
.teeth__message-title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.teeth__message-text {
  margin-top: 70px;
  margin-inline: 4.5333333333%;
  text-align: center;
}
.teeth__message-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.18em;
  color: #4A4A4A;
}

.text-bold {
  font-weight: 600;
}

/* =========================
   menu
========================= */
.menu {
  margin-top: 60px;
}

.menu__heading {
  -webkit-transform: rotate(-1.83deg);
          transform: rotate(-1.83deg);
  font-size: 100px;
  line-height: 0.59;
  margin-left: 26.1333333333%;
  margin-right: 6.6666666667%;
}

.menu__title {
  text-align: center;
  margin-inline: 10.1333333333%;
  margin-top: -16px;
}
.menu__title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
}

.text-underline {
  text-decoration: underline;
}

.menu__wrapper-office {
  margin-top: 40px;
}

.menu__img-office {
  width: 77.8666666667%;
  margin-right: 17.8666666667%;
  margin-left: 4.2666666667%;
}
.menu__img-office img {
  width: 100%;
  height: auto;
}

.menu__description-office {
  margin-inline: 10.6666666667%;
  background-color: #757E8F;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-inline: 9.3333333333%;
  margin-top: -90px;
}

.menu__description-title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}

.menu__description-text {
  margin-top: 43px;
}
.menu__description-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.24em;
  font-weight: 300;
}

.menu__img-home {
  width: 64.5333333333%;
  margin-left: 24.5333333333%;
  margin-right: 10.9333333333%;
}
.menu__img-home img {
  width: 100%;
  height: auto;
}

.menu__description-home {
  margin-left: 3.7333333333%;
  margin-right: 9.6%;
  background-color: #757E8F;
  padding-top: 125px;
  padding-bottom: 125px;
  padding-inline: 9.3333333333%;
  margin-top: -64px;
}

/* =========================
   cleaning
========================= */
.cleaning {
  margin-top: 40px;
}

.cleaning__heading {
  -webkit-transform: rotate(-1.83deg);
          transform: rotate(-1.83deg);
  font-size: 100px;
  line-height: 0.59;
  margin-left: 30.4%;
  margin-right: 9.0666666667%;
}

.cleaning__title {
  text-align: center;
  margin-inline: 10.1333333333%;
}
.cleaning__title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
}

.cleaning__wrapper {
  margin-top: 52px;
}

.cleaning__img {
  width: 76.8%;
  margin-right: 19.4666666667%;
  margin-left: 3.7333333333%;
}
.cleaning__img img {
  width: 100%;
  height: auto;
}

.cleaning__description {
  margin-inline: 9.0666666667%;
  background-color: #757E8F;
  padding-top: 125px;
  padding-bottom: 125px;
  padding-inline: 9.3333333333%;
  margin-top: -57px;
}

.cleaning__description-title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
}

.cleaning__description-text {
  margin-top: 80px;
}
.cleaning__description-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.24em;
  font-weight: 300;
}
.cleaning__description-text ul {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.24em;
  font-weight: 300;
  padding-left: 20px;
}

/* =========================
   office whitening
========================= */
.office-whitening {
  margin-top: 46px;
}

.office-whitening__heading {
  -webkit-transform: rotate(-1.83deg);
          transform: rotate(-1.83deg);
  font-size: 100px;
  line-height: 0.8;
  margin-left: 26.6666666667%;
  margin-right: 5.3333333333%;
}

.office-whitening__title,
.home-whitening__title {
  margin-inline: 6.6666666667%;
  text-align: center;
  margin-top: -20px;
}
.office-whitening__title p,
.home-whitening__title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  line-height: 1.4;
  letter-spacing: 0.24em;
}

.office-whitening__info-title,
.home-whitening__info-title {
  margin-inline: 6.6666666667%;
  text-align: center;
  margin-top: 80px;
}
.office-whitening__info-title p,
.home-whitening__info-title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  line-height: 1.4;
}

.office-whitening__info-text,
.home-whitening__info-text {
  margin-top: 80px;
  margin-inline: 6.6666666667%;
  text-align: center;
}
.office-whitening__info-text p,
.home-whitening__info-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.office-whitening__info-img {
  width: 77.3333333333%;
  margin-left: 2.1333333333%;
  margin-right: 20.5333333333%;
  margin-top: 65px;
}
.office-whitening__info-img img {
  width: 100%;
  height: auto;
}

.office-whitening__menus,
.home-whitening__menus {
  margin-inline: 6.6666666667%;
  margin-top: 50px;
}

.office-whitening__menu-title p,
.home-whitening__menu-title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.24em;
}

.office-whitening__menu-text,
.home-whitening__menu-text {
  margin-top: 40px;
}
.office-whitening__menu-text p,
.home-whitening__menu-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}
.office-whitening__menu-text ul,
.home-whitening__menu-text ul {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.24em;
  color: #4A4A4A;
  padding-left: 20px;
}

.office-whitening__led,
.home-whitening__toneup {
  margin-top: 72px;
}

.home-whitening {
  position: relative;
  margin-top: 100px;
  padding-bottom: 98px;
}

.home-whitening__bg-wt {
  position: absolute;
  top: -10px;
  left: 50%;
  translate: -50%;
  width: 69.8666666667%;
  height: 100%;
  z-index: -1;
}
.home-whitening__bg-wt img {
  width: 100%;
  height: 100%;
}

.home-whitening__heading {
  -webkit-transform: rotate(-1.83deg);
          transform: rotate(-1.83deg);
  font-size: 100px;
  line-height: 0.8;
  margin-left: 26.6666666667%;
  margin-right: 5.3333333333%;
}

.home-whitening__img {
  width: 77.3333333333%;
  margin-left: 2.1333333333%;
  margin-right: 20.5333333333%;
  margin-top: 65px;
}
.home-whitening__img img {
  width: 100%;
  height: auto;
}

.home-whitening__menu-title-mouthpiece {
  text-align: center;
}

/* =========================
   counseling
========================= */
.counseling {
  margin-top: -40px;
}

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

.counseling__img {
  width: 69.0666666667%;
  margin-left: 21.0666666667%;
  margin-right: 9.8666666667%;
}
.counseling__img img {
  width: 100%;
  height: 100%;
}

.counseling__heading {
  -webkit-transform: rotate(-1.83deg);
          transform: rotate(-1.83deg);
  font-size: 100px;
  line-height: 0.8;
  margin-left: 20.5333333333%;
  margin-right: 7.4666666667%;
}

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

.counseling__text {
  text-align: center;
  margin-inline: 5.3333333333%;
  margin-top: 60px;
}
.counseling__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #4A4A4A;
  line-height: 2;
  letter-spacing: 0.16em;
}

/* =========================
   whitening-footer-message
========================= */
.whitening-footer-message {
  margin-top: 102px;
}

.whitening-footer-message__bg {
  width: 99.2%;
}
.whitening-footer-message__bg img {
  width: 100%;
  height: auto;
}

.whitening-footer-message__wrapper {
  margin-top: -131px;
}

.whitening-footer-message__title {
  margin-left: 3.2%;
}
.whitening-footer-message__title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #4A4A4A;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

.whitening-footer-message__contact {
  margin-top: 120px;
  text-align: center;
  padding-bottom: 93px;
}

.synergy__contact-button {
  width: 238px;
}