@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "FriendlyExpart";
  src: url(../font/FriendlyExpart.woff) format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "'Noto Sans JP'", sans-serif;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "'Noto Sans JP'", sans-serif;
  font-size: 16px;
  font-kerning: normal;
  color: #313030;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 639.98px) {
  body {
    font-size: calc(100vw * 16 / 640);
  }
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe,
object,
embed {
  max-width: 100%;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #dadce0;
  border-radius: 10px;
}

:is(h1, h2, h3, h4, h5, h6) {
  scroll-margin-top: 100px;
}

.l-container {
  margin-inline: max(1rem, (100% - var(--container)) / 2);
}
.l-container--max {
  margin-inline: max(1rem, (100% - var(--media-max)) / 2);
}
.l-container--xl {
  margin-inline: max(1rem, (100% - var(--media-xl)) / 2);
}
.l-container--lg {
  margin-inline: max(1rem, (100% - var(--media-lg)) / 2);
}
.l-container--md {
  margin-inline: max(1rem, (100% - var(--media-md)) / 2);
}
.l-container--sm {
  margin-inline: max(1rem, (100% - var(--media-sm)) / 2);
}
.l-container--xs {
  margin-inline: max(1rem, (100% - var(--media-xs)) / 2);
}

.l-footer {
  margin-top: auto;
}
.l-footer .l-footer__inner {
  display: grid;
  gap: 40px;
  padding: 80px 0 24px;
}
.l-footer .l-footer__content {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 639.98px) {
  .l-footer .l-footer__content {
    flex-direction: column;
  }
}
.l-footer .l-footer__logo img,
.l-footer .l-footer__logo svg {
  width: 220px;
}
.l-footer .l-footer__copy {
  text-align: center;
}

.l-header_nav {
  position: relative;
  z-index: 10;
}
.l-header_nav.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.l-header_nav .l-header_nav__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}
.l-header_nav .l-header_nav__logo img,
.l-header_nav .l-header_nav__logo svg {
  width: 220px;
}
.l-header_nav .l-header_nav__contents {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}
@media (max-width: 639.98px) {
  .l-header_nav .l-header_nav__contents {
    display: none;
  }
}
.l-header_nav .l-header_nav__list .c-menu {
  display: flex;
  gap: 24px;
}
@media (min-width: 640px), print {
  .l-header_nav .l-header_nav__hamburger {
    display: none;
  }
}

.l-header_drawer {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 80px 0 0;
  transition: 0.4s;
}
.l-header_drawer:not(.is-active) {
  pointer-events: none;
  opacity: 0;
}
.l-header_drawer .l-header_drawer__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-body);
}
.l-header_drawer .l-header_drawer__inner {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px 0 80px;
  overflow-y: scroll;
}
.l-header_drawer .l-header_drawer__content .c-menu {
  display: grid;
  gap: 32px;
  justify-content: center;
}
.l-header_drawer .l-header_drawer__content .menu-item {
  text-align: center;
}

.home main {
  display: grid;
}
.home main .cta .button {
  width: 100%;
}
.home main .cta .cta__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  padding: 80px 0;
  margin-inline: max(24px, (100% - 640px) / 2);
}
@media (max-width: 639.98px) {
  .home main .cta .cta__inner {
    gap: calc(100vw * 18 / 640);
    padding: calc(100vw * 80 / 640) 0;
    margin-inline: max(100vw * 24 / 640, (100% - 100vw * 640 / 640) / 2);
  }
}
.home main .cta .cta__lead {
  font-size: 28px;
  font-weight: 700;
  color: #158ade;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 639.98px) {
  .home main .cta .cta__lead {
    font-size: calc(100vw * 28 / 640);
  }
}
.home main .cta .cta__info {
  align-self: stretch;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #88837f;
}
@media (max-width: 639.98px) {
  .home main .cta .cta__info {
    font-size: calc(100vw * 14 / 640);
  }
}
.home main .cta .cta__block {
  padding: 30px 40px;
  margin: 0 auto 130px;
  line-height: 1.5;
  background-color: rgba(101, 135, 159, 0.17);
  border-radius: 5px;
}
@media (max-width: 639.98px) {
  .home main .cta .cta__block {
    padding: calc(100vw * 30 / 640) calc(100vw * 40 / 640);
    margin: 0 auto calc(100vw * 130 / 640);
    border-radius: calc(100vw * 5 / 640);
  }
}
.home main .checklist {
  position: relative;
  z-index: 0;
}
.home main .checklist .checklist__inner {
  padding: 68px 0;
  margin-inline: max(24px, (100% - 640px) / 2);
}
@media (max-width: 639.98px) {
  .home main .checklist .checklist__inner {
    padding: calc(100vw * 68 / 640) 0;
    margin-inline: max(100vw * 24 / 640, (100% - 100vw * 640 / 640) / 2);
  }
}
.home main .checklist .checklist__accordions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 34px;
}
@media (max-width: 639.98px) {
  .home main .checklist .checklist__accordions {
    gap: calc(100vw * 8 / 640);
    margin-top: calc(100vw * 34 / 640);
  }
}
.home main .checklist .checklist-accordion {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 639.98px) {
  .home main .checklist .checklist-accordion {
    border-radius: calc(100vw * 8 / 640);
    box-shadow: 0px 0px calc(100vw * 18 / 640) 0px rgba(0, 0, 0, 0.1);
  }
}
.home main .checklist .checklist-accordion__header {
  display: flex;
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 24px;
}
@media (max-width: 639.98px) {
  .home main .checklist .checklist-accordion__header {
    gap: calc(100vw * 18 / 640);
    padding: calc(100vw * 24 / 640);
  }
}
.home main .checklist .checklist-accordion__title {
  flex-grow: 1;
  font-size: 27px;
  font-weight: 700;
  color: #747474;
  letter-spacing: 0.04em;
}
@media (max-width: 639.98px) {
  .home main .checklist .checklist-accordion__title {
    font-size: calc(100vw * 27 / 640);
  }
}
.home main .checklist .checklist-accordion__checkbox {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: solid 2px #db4848;
  border-radius: 5px;
  transition: 0.3s;
}
@media (max-width: 639.98px) {
  .home main .checklist .checklist-accordion__checkbox {
    width: calc(100vw * 34 / 640);
    height: calc(100vw * 34 / 640);
    border-width: calc(100vw * 2 / 640);
    border-radius: calc(100vw * 5 / 640);
  }
}
.home main .checklist .checklist-accordion.is-active .checklist-accordion__checkbox {
  background-color: #db4848;
  background-image: url(../image/common/icon_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home main .checklist .checklist-accordion__icon {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  transition: 0.3s;
}
@media (max-width: 639.98px) {
  .home main .checklist .checklist-accordion__icon {
    width: calc(100vw * 22 / 640);
    height: calc(100vw * 22 / 640);
  }
}
.home main .checklist .checklist-accordion__icon::before, .home main .checklist .checklist-accordion__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 2px;
  content: "";
  background-color: #333;
  transition: 0.3s;
}
@media (max-width: 639.98px) {
  .home main .checklist .checklist-accordion__icon::before, .home main .checklist .checklist-accordion__icon::after {
    width: calc(100vw * 22 / 640);
    height: calc(100vw * 2 / 640);
  }
}
.home main .checklist .checklist-accordion__icon::before {
  transform: translate(-50%, -50%);
}
.home main .checklist .checklist-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.home main .checklist .checklist-accordion.is-active .checklist-accordion__icon {
  transform: rotate(90deg);
}
.home main .checklist .checklist-accordion.is-active .checklist-accordion__icon::before {
  opacity: 0;
}
.home main .checklist .checklist-accordion__content {
  padding: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #747474;
  letter-spacing: 0.04em;
  border-top: 2px solid #d6ecef;
}
@media (max-width: 639.98px) {
  .home main .checklist .checklist-accordion__content {
    padding: calc(100vw * 24 / 640);
    font-size: calc(100vw * 24 / 640);
    border-top-width: calc(100vw * 2 / 640);
  }
}
.home main .checklist .checklist-accordion__content strong {
  font-weight: 700;
  color: #db4848;
}
.home main .care {
  position: relative;
  z-index: 0;
}
.home main .care .care__inner {
  padding: 34px 0;
  margin-inline: max(24px, (100% - 640px) / 2);
}
@media (max-width: 639.98px) {
  .home main .care .care__inner {
    padding: calc(100vw * 34 / 640) 0;
    margin-inline: max(100vw * 24 / 640, (100% - 100vw * 640 / 640) / 2);
  }
}
.home main .treatment .section__bg--top {
  height: min(780px, 100%);
}
@media (max-width: 639.98px) {
  .home main .treatment .section__bg--top {
    height: min(100vw * 780 / 640, 100%);
  }
}
.home main .treatment .treatment__block {
  position: relative;
  z-index: 0;
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 639.98px) {
  .home main .treatment .treatment__block {
    padding: calc(100vw * 60 / 640) 0;
  }
}
.home main .treatment .treatment__block .treatment__block-inner {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-inline: max(24px, (100% - 640px) / 2);
}
@media (max-width: 639.98px) {
  .home main .treatment .treatment__block .treatment__block-inner {
    gap: calc(100vw * 52 / 640);
    margin-inline: max(100vw * 24 / 640, (100% - 100vw * 640 / 640) / 2);
  }
}
.home main .treatment .treatment__header {
  position: relative;
  z-index: 0;
}
.home main .treatment .treatment__label {
  position: absolute;
  top: 12px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.04em;
  background: #8fa8aa;
}
@media (max-width: 639.98px) {
  .home main .treatment .treatment__label {
    top: calc(100vw * 12 / 640);
    left: calc(100vw * 8 / 640);
    min-width: calc(100vw * 168 / 640);
    padding: calc(100vw * 8 / 640);
    font-size: calc(100vw * 24 / 640);
  }
}
.home main .treatment .treatment__movie {
  max-width: 424px;
  margin: 0 auto;
}
@media (max-width: 639.98px) {
  .home main .treatment .treatment__movie {
    max-width: calc(100vw * 424 / 640);
  }
}
.home main .treatment .treatment__movie video {
  width: 100%;
}
.home main .treatment .treatment__icon {
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 200px;
  height: 200px;
}
@media (max-width: 639.98px) {
  .home main .treatment .treatment__icon {
    bottom: calc(100vw * -16 / 640);
    width: calc(100vw * 200 / 640);
    height: calc(100vw * 200 / 640);
  }
}
.home main .treatment .treatment__icon .treatment__icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  transform: translate(-50%, -50%);
}
@media (max-width: 639.98px) {
  .home main .treatment .treatment__icon .treatment__icon-play {
    width: calc(100vw * 36 / 640);
  }
}
.home main .treatment .treatment__icon .treatment__icon-circle {
  animation: rotate 8s linear infinite;
}
.home main .treatment .treatment__icon .treatment__icon-circle img {
  width: 100%;
}
@keyframes rotate {
  0%, from {
    transform: rotate(0);
  }
  100%, to {
    transform: rotate(360deg);
  }
}
.home main .treatment .treatment__desc {
  padding: 32px 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 639.98px) {
  .home main .treatment .treatment__desc {
    padding: calc(100vw * 32 / 640) calc(100vw * 24 / 640);
    font-size: calc(100vw * 24 / 640);
    border-radius: calc(100vw * 8 / 640);
    box-shadow: 0px 0px calc(100vw * 16 / 640) 0px rgba(0, 0, 0, 0.1);
  }
}
.home main .down-time {
  position: relative;
  z-index: 0;
}
.home main .down-time .down-time__inner {
  padding: 52px 0;
  margin-inline: max(24px, (100% - 640px) / 2);
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__inner {
    padding: calc(100vw * 52 / 640) 0;
    margin-inline: max(100vw * 24 / 640, (100% - 100vw * 640 / 640) / 2);
  }
}
.home main .down-time .down-time__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 8px #7f9696, 0px 0px 3px #7f9696, 0px 0px 8px #7f9696;
  letter-spacing: 0.04em;
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__title {
    font-size: calc(100vw * 40 / 640);
    text-shadow: 0px 0px calc(100vw * 8 / 640) #7f9696, 0px 0px calc(100vw * 3 / 640) #7f9696, 0px 0px calc(100vw * 8 / 640) #7f9696;
  }
}
.home main .down-time .down-time__img {
  margin-top: 44px;
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__img {
    margin-top: calc(100vw * 44 / 640);
  }
}
.home main .down-time .down-time__desc {
  margin-top: 52px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0;
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__desc {
    margin-top: calc(100vw * 52 / 640);
    font-size: calc(100vw * 27 / 640);
  }
}
.home main .down-time .down-time__accordion {
  padding: 24px;
  margin-top: 52px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__accordion {
    padding: calc(100vw * 24 / 640);
    margin-top: calc(100vw * 52 / 640);
    border-radius: calc(100vw * 8 / 640);
    box-shadow: 0px 0px calc(100vw * 18 / 640) 0px rgba(0, 0, 0, 0.1);
  }
}
.home main .down-time .down-time__accordion .down-time__accordion-body {
  position: relative;
  z-index: 0;
}
.home main .down-time .down-time__accordion .down-time__accordion-body::before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  transition: 0.3s;
}
.home main .down-time .down-time__accordion.is-active .down-time__accordion-body::before {
  opacity: 0;
}
.home main .down-time .down-time__accordion .down-time__accordion-footer {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__accordion .down-time__accordion-footer {
    gap: calc(100vw * 8 / 640);
    padding-top: calc(100vw * 30 / 640);
  }
}
.home main .down-time .down-time__accordion .down-time__accordion-label {
  font-size: 24px;
  font-weight: 700;
  color: #747474;
  letter-spacing: 0.04em;
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__accordion .down-time__accordion-label {
    font-size: calc(100vw * 24 / 640);
  }
}
.home main .down-time .down-time__accordion.is-active .down-time__accordion-label--open {
  display: none;
}
.home main .down-time .down-time__accordion:not(.is-active) .down-time__accordion-label--close {
  display: none;
}
.home main .down-time .down-time__accordion .down-time__accordion-icon {
  width: 17px;
  height: 9px;
  background-color: #747474;
  -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyA5Ij4KICA8cGF0aCBkPSJNLjQxNDkxOCAxLjYyMjA3IDEuNTg0ODQuMzc4OTA1IDguMjUzNzggNi42NTYyNSAxNC45MjE4LjM3ODkwNmwxLjE2OTkgMS4yNDMxNjQtNy4yNTM5MyA2LjgyNjE3LS41ODM5OS41NTA3OEwuNDE0OTE4IDEuNjIyMDdaIi8+Cjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyA5Ij4KICA8cGF0aCBkPSJNLjQxNDkxOCAxLjYyMjA3IDEuNTg0ODQuMzc4OTA1IDguMjUzNzggNi42NTYyNSAxNC45MjE4LjM3ODkwNmwxLjE2OTkgMS4yNDMxNjQtNy4yNTM5MyA2LjgyNjE3LS41ODM5OS41NTA3OEwuNDE0OTE4IDEuNjIyMDdaIi8+Cjwvc3ZnPg==");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__accordion .down-time__accordion-icon {
    width: calc(100vw * 17 / 640);
    height: calc(100vw * 9 / 640);
  }
}
.home main .down-time .down-time__accordion.is-active .down-time__accordion-icon {
  transform: rotate(180deg);
}
.home main .down-time .down-time__info-block-row {
  padding: 18px 0;
  border-bottom: 2px solid #d6ecef;
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__info-block-row {
    padding: calc(100vw * 18 / 640) 0;
    border-bottom-width: calc(100vw * 2 / 640);
  }
}
.home main .down-time .down-time__info-block-title {
  display: inline;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  color: #8fa8aa;
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__info-block-title {
    font-size: calc(100vw * 27 / 640);
  }
}
.home main .down-time .down-time__info-block-desc {
  display: inline;
  font-size: 27px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 639.98px) {
  .home main .down-time .down-time__info-block-desc {
    font-size: calc(100vw * 27 / 640);
  }
}
.home main .info {
  position: relative;
  z-index: 0;
}
.home main .info .info__accordion-button {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 94px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.9;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #2e5ec9, #7a7b7c);
}
@media (max-width: 639.98px) {
  .home main .info .info__accordion-button {
    min-height: calc(100vw * 94 / 640);
    font-size: calc(100vw * 34 / 640);
  }
}
.home main .info .info__accordion.is-active .info__label--open {
  display: none;
}
.home main .info .info__accordion:not(.is-active) .info__label--close {
  display: none;
}
.home main .info .info__icon {
  position: absolute;
  top: calc(50% - 25px);
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 639.98px) {
  .home main .info .info__icon {
    top: calc(50% - 100vw * 25 / 640);
    right: calc(100vw * 30 / 640);
    width: calc(100vw * 50 / 640);
    height: calc(100vw * 50 / 640);
  }
}
.home main .info .info__icon::before, .home main .info .info__icon::after {
  position: absolute;
  top: 24px;
  right: 17px;
  width: 16px;
  height: 2px;
  content: "";
  background-color: #158ade;
  transition: 0.3s;
}
@media (max-width: 639.98px) {
  .home main .info .info__icon::before, .home main .info .info__icon::after {
    top: calc(100vw * 25 / 640 - 100vw * 1 / 640);
    right: calc(100vw * 25 / 640 - 100vw * 8 / 640);
    width: calc(100vw * 16 / 640);
    height: calc(100vw * 2 / 640);
  }
}
.home main .info .info__icon::after {
  transform: rotate(90deg);
}
.home main .info .info__accordion.is-active .info__icon {
  transform: rotate(90deg);
}
.home main .info .info__accordion.is-active .info__icon::before {
  opacity: 0;
}
.home main .info .info__block {
  padding: 30px 40px;
  line-height: 1.5;
  background-color: rgba(101, 135, 159, 0.17);
  border-radius: 5px;
}
@media (max-width: 639.98px) {
  .home main .info .info__block {
    padding: calc(100vw * 30 / 640) calc(100vw * 40 / 640);
    border-radius: calc(100vw * 5 / 640);
  }
}
.home main .payment {
  position: relative;
  z-index: 0;
}
.home main .payment .payment__inner {
  padding: 55px 0 68px;
  margin-inline: max(24px, (100% - 640px) / 2);
}
@media (max-width: 639.98px) {
  .home main .payment .payment__inner {
    padding: calc(100vw * 55 / 640) 0 calc(100vw * 68 / 640);
    margin-inline: max(100vw * 24 / 640, (100% - 100vw * 640 / 640) / 2);
  }
}
.home main .payment .payment__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 8px #7f9696, 0px 0px 4px #7f9696, 0px 0px 8px #7f9696;
  letter-spacing: 0.05em;
}
@media (max-width: 639.98px) {
  .home main .payment .payment__title {
    font-size: calc(100vw * 40 / 640);
    text-shadow: 0px 0px calc(100vw * 8 / 640) #7f9696, 0px 0px calc(100vw * 4 / 640) #7f9696, 0px 0px calc(100vw * 8 / 640) #7f9696;
  }
}
.home main .payment .payment__container-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 38px;
}
@media (max-width: 639.98px) {
  .home main .payment .payment__container-block {
    gap: calc(100vw * 18 / 640);
    margin-top: calc(100vw * 38 / 640);
  }
}
.home main .payment .payment__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding: 40px 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 639.98px) {
  .home main .payment .payment__block {
    gap: calc(100vw * 24 / 640);
    padding: calc(100vw * 40 / 640) calc(100vw * 24 / 640);
    border-radius: calc(100vw * 24 / 640);
    box-shadow: 0px 0px calc(100vw * 16 / 640) 0px rgba(0, 0, 0, 0.1);
  }
}
.home main .payment .payment__block .payment__block-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #b79961;
  text-align: center;
  text-shadow: 0px 0px 8px #fff, 0px 0px 4px #fff, 0px 0px 8px #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 639.98px) {
  .home main .payment .payment__block .payment__block-title {
    font-size: calc(100vw * 28 / 640);
    text-shadow: 0px 0px calc(100vw * 8 / 640) #fff, 0px 0px calc(100vw * 4 / 640) #fff, 0px 0px calc(100vw * 8 / 640) #fff;
  }
}
.home main .payment .payment__block .payment__block-caption {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 639.98px) {
  .home main .payment .payment__block .payment__block-caption {
    font-size: calc(100vw * 20 / 640);
  }
}
.home main .payment .payment__block .payment__block-caption--sm {
  font-size: 16px;
}
@media (max-width: 639.98px) {
  .home main .payment .payment__block .payment__block-caption--sm {
    font-size: calc(100vw * 16 / 640);
  }
}
.home main .payment .payment__block .payment__block-caption strong {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 639.98px) {
  .home main .payment .payment__block .payment__block-caption strong {
    font-size: calc(100vw * 24 / 640);
  }
}
.home main .payment .payment__block .payment__block-desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  padding: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  background-color: rgba(101, 135, 159, 0.15);
}
@media (max-width: 639.98px) {
  .home main .payment .payment__block .payment__block-desc {
    gap: calc(100vw * 16 / 640);
    padding: calc(100vw * 24 / 640);
    font-size: calc(100vw * 16 / 640);
  }
}
.home main .payment .payment__block .payment__block-desc--center {
  align-items: center;
}
.home main .flow {
  position: relative;
  z-index: 0;
}
.home main .flow .flow__inner {
  padding: 55px 0 68px;
}
@media (max-width: 639.98px) {
  .home main .flow .flow__inner {
    padding: calc(100vw * 55 / 640) 0 calc(100vw * 68 / 640);
  }
}
.home main .flow .flow__slider {
  margin-top: 24px;
  counter-reset: counter;
}
@media (max-width: 639.98px) {
  .home main .flow .flow__slider {
    margin-top: calc(100vw * 24 / 640);
  }
}
.home main .flow .flow__slider .swiper-wrapper {
  padding-bottom: 12px;
}
.home main .flow .flow__slide {
  display: flex;
  flex-direction: column;
  width: 478px;
  height: auto;
  counter-increment: counter;
}
@media (max-width: 639.98px) {
  .home main .flow .flow__slide {
    width: calc(100vw * 478 / 640);
  }
}
.home main .flow .flow__slide .flow__slide-inner {
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: 0px 0px 20px 0px rgba(242, 228, 194, 0.8);
}
@media (max-width: 639.98px) {
  .home main .flow .flow__slide .flow__slide-inner {
    border-radius: calc(100vw * 24 / 640);
    box-shadow: 0px 0px calc(100vw * 20 / 640) 0px rgba(242, 228, 194, 0.8);
  }
}
.home main .flow .flow__slide .flow__slide-num {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -24px;
}
@media (max-width: 639.98px) {
  .home main .flow .flow__slide .flow__slide-num {
    margin-bottom: calc(100vw * -24 / 640);
  }
}
.home main .flow .flow__slide .flow__slide-num-label {
  display: block;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #bfa163;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 639.98px) {
  .home main .flow .flow__slide .flow__slide-num-label {
    font-size: calc(100vw * 24 / 640);
  }
}
.home main .flow .flow__slide .flow__slide-num-number::after {
  display: block;
  margin-top: -4px;
  font-family: "FriendlyExpart";
  font-size: 62px;
  color: transparent;
  color: #f8f3e7;
  text-align: center;
  content: counter(counter, decimal-leading-zero);
  -webkit-text-stroke-color: #bfa163;
  -webkit-text-stroke-width: 1px;
}
@media (max-width: 639.98px) {
  .home main .flow .flow__slide .flow__slide-num-number::after {
    margin-top: calc(100vw * -4 / 640);
    font-size: calc(100vw * 62 / 640);
    -webkit-text-stroke-width: calc(100vw * 1 / 640);
  }
}
.home main .flow .flow__slide .flow__slide-num-image {
  width: 78px;
}
.home main .flow .flow__slide .flow__slide-num-image img {
  width: 100%;
}
@media (max-width: 639.98px) {
  .home main .flow .flow__slide .flow__slide-num-image {
    width: calc(100vw * 78 / 640);
  }
}
.home main .flow .flow__slide .flow__slide-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 146px;
  padding: 34px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #bfa163;
  text-align: center;
}
@media (max-width: 639.98px) {
  .home main .flow .flow__slide .flow__slide-title {
    min-height: calc(100vw * 146 / 640);
    padding: calc(100vw * 34 / 640);
    font-size: calc(100vw * 24 / 640);
  }
}
.home main .flow .flow__slide .flow__slide-img img {
  width: 100%;
}
.home main .flow .flow__slide .flow__slide-desc {
  padding: 34px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #88837f;
}
@media (max-width: 639.98px) {
  .home main .flow .flow__slide .flow__slide-desc {
    padding: calc(100vw * 34 / 640);
    font-size: calc(100vw * 20 / 640);
  }
}
.home main .faq {
  position: relative;
  z-index: 0;
}
.home main .faq .faq__inner {
  padding: 55px 0 68px;
  margin-inline: max(24px, (100% - 640px) / 2);
}
@media (max-width: 639.98px) {
  .home main .faq .faq__inner {
    padding: calc(100vw * 55 / 640) 0 calc(100vw * 68 / 640);
    margin-inline: max(100vw * 24 / 640, (100% - 100vw * 640 / 640) / 2);
  }
}
.home main .faq .faq__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 8px #7f9696, 0px 0px 4px #7f9696, 0px 0px 8px #7f9696;
  letter-spacing: 0.05em;
}
@media (max-width: 639.98px) {
  .home main .faq .faq__title {
    font-size: calc(100vw * 40 / 640);
    text-shadow: 0px 0px calc(100vw * 8 / 640) #7f9696, 0px 0px calc(100vw * 4 / 640) #7f9696, 0px 0px calc(100vw * 8 / 640) #7f9696;
  }
}
.home main .faq .faq__accordions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 56px;
}
@media (max-width: 639.98px) {
  .home main .faq .faq__accordions {
    gap: calc(100vw * 8 / 640);
    margin-top: calc(100vw * 56 / 640);
  }
}
.home main .faq .faq-accordion {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 639.98px) {
  .home main .faq .faq-accordion {
    border-radius: calc(100vw * 8 / 640);
    box-shadow: 0px 0px calc(100vw * 16 / 640) 0px rgba(0, 0, 0, 0.1);
  }
}
.home main .faq .faq-accordion__header {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 24px;
}
@media (max-width: 639.98px) {
  .home main .faq .faq-accordion__header {
    gap: calc(100vw * 16 / 640);
    padding: calc(100vw * 24 / 640);
  }
}
.home main .faq .faq-accordion__title {
  flex-grow: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #747474;
}
@media (max-width: 639.98px) {
  .home main .faq .faq-accordion__title {
    font-size: calc(100vw * 24 / 640);
  }
}
.home main .faq .faq-accordion__label {
  flex-shrink: 0;
  font-family: Roboto;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  color: #8fa8aa;
}
@media (max-width: 639.98px) {
  .home main .faq .faq-accordion__label {
    font-size: calc(100vw * 44 / 640);
  }
}
.home main .faq .faq-accordion__label--red {
  color: #db4848;
}
.home main .faq .faq-accordion__icon {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
@media (max-width: 639.98px) {
  .home main .faq .faq-accordion__icon {
    width: calc(100vw * 20 / 640);
    height: calc(100vw * 20 / 640);
  }
}
.home main .faq .faq-accordion__icon::before, .home main .faq .faq-accordion__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background-color: #333;
  transition: 0.3s;
}
@media (max-width: 639.98px) {
  .home main .faq .faq-accordion__icon::before, .home main .faq .faq-accordion__icon::after {
    width: calc(100vw * 20 / 640);
    height: calc(100vw * 2 / 640);
  }
}
.home main .faq .faq-accordion__icon::before {
  transform: translate(-50%, -50%);
}
.home main .faq .faq-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.home main .faq .faq-accordion.is-active .faq-accordion__icon {
  transform: rotate(90deg);
}
.home main .faq .faq-accordion.is-active .faq-accordion__icon::before {
  opacity: 0;
}
.home main .faq .faq-accordion__content {
  display: flex;
  gap: 16px;
  padding: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  border-top: 2px solid #d6ecef;
}
@media (max-width: 639.98px) {
  .home main .faq .faq-accordion__content {
    gap: calc(100vw * 16 / 640);
    padding: calc(100vw * 24 / 640);
    font-size: calc(100vw * 20 / 640);
    border-top-width: calc(100vw * 2 / 640);
  }
}
.home main .faq .faq__block {
  padding: 0 20px 40px;
  border-bottom: solid 1px #beb8b6;
}
@media (max-width: 639.98px) {
  .home main .faq .faq__block {
    padding: 0 calc(100vw * 20 / 640) calc(100vw * 40 / 640);
  }
}
.home main .faq .faq__block + .faq__block {
  margin-top: 64px;
}
@media (max-width: 639.98px) {
  .home main .faq .faq__block + .faq__block {
    margin-top: calc(100vw * 64 / 640);
  }
}
.home main .faq .faq__label {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #88837f;
  letter-spacing: 0.05em;
}
@media (max-width: 639.98px) {
  .home main .faq .faq__label {
    gap: calc(100vw * 16 / 640);
    font-size: calc(100vw * 26 / 640);
  }
}
.home main .faq .faq__label::before {
  flex-shrink: 0;
  font-family: "Oswald";
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  content: "Q";
}
@media (max-width: 639.98px) {
  .home main .faq .faq__label::before {
    font-size: calc(100vw * 40 / 640);
  }
}
.home main .faq .faq__body {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 639.98px) {
  .home main .faq .faq__body {
    gap: calc(100vw * 16 / 640);
    margin-top: calc(100vw * 40 / 640);
    font-size: calc(100vw * 24 / 640);
  }
}
.home main .faq .faq__body::before {
  flex-shrink: 0;
  font-family: "Oswald";
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  content: "A";
}
@media (max-width: 639.98px) {
  .home main .faq .faq__body::before {
    font-size: calc(100vw * 40 / 640);
  }
}
.home main .faq .faq__subscript {
  font-weight: 400;
}
.home main .clinic {
  position: relative;
  z-index: 0;
}
.home main .clinic .clinic__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #4f4d48;
  text-align: center;
  text-shadow: 0px 0px 8px #fff, 0px 0px 4px #fff, 0px 0px 8px #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 639.98px) {
  .home main .clinic .clinic__title {
    font-size: calc(100vw * 40 / 640);
    text-shadow: 0px 0px calc(100vw * 8 / 640) #fff, 0px 0px calc(100vw * 4 / 640) #fff, 0px 0px calc(100vw * 8 / 640) #fff;
  }
}
.home main .clinic .clinic__container-list {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  justify-content: center;
  margin-top: 34px;
}
@media (max-width: 639.98px) {
  .home main .clinic .clinic__container-list {
    margin-top: calc(100vw * 34 / 640);
  }
}
.home main .clinic .clinic__list {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
@media (max-width: 639.98px) {
  .home main .clinic .clinic__list {
    gap: calc(100vw * 18 / 640);
  }
}
.home main .clinic .clinic__list .clinic__list-title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #88837f;
  text-align: center;
}
@media (max-width: 639.98px) {
  .home main .clinic .clinic__list .clinic__list-title {
    font-size: calc(100vw * 24 / 640);
  }
}
.home main .clinic .clinic__list .clinic__list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
@media (max-width: 639.98px) {
  .home main .clinic .clinic__list .clinic__list-items {
    gap: calc(100vw * 16 / 640) calc(100vw * 4 / 640);
  }
}
.home main .clinic .clinic__list .clinic__list-items--center {
  justify-content: center;
}
.home main .clinic .clinic__button {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 76px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #f5f5f5;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #bfa163;
  border-radius: 100vmax;
  transition: 0.3s;
}
.home main .clinic .clinic__button:hover {
  opacity: 0.6;
}
@media (max-width: 639.98px) {
  .home main .clinic .clinic__button {
    gap: calc(100vw * 16 / 640);
    min-width: calc(100vw * 136 / 640);
    min-height: calc(100vw * 76 / 640);
    font-size: calc(100vw * 18 / 640);
  }
}
.home main .comparison .comparison__movie {
  padding-bottom: 80px;
  background-color: #8d9194;
}
@media (max-width: 639.98px) {
  .home main .comparison .comparison__movie {
    padding-bottom: calc(100vw * 80 / 640);
  }
}

.wrapper {
  width: min(640px, 100%);
  margin: 0 auto;
  background-color: #f5f5f5;
}

.inner {
  margin-inline: max((100% - 600px) / 2, 20px);
}

.header {
  position: fixed;
  top: 0;
  left: calc((100% - 640px) / 2);
  z-index: 10;
  width: min(640px, 100%);
  background-color: #fff;
}
@media (max-width: 639.98px) {
  .header {
    left: 0;
    width: 100%;
  }
}
.header .header__inner {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  padding-left: 24px;
}
@media (max-width: 639.98px) {
  .header .header__inner {
    gap: calc(100vw * 64 / 640);
    min-height: calc(100vw * 110 / 640);
    padding-left: calc(100vw * 24 / 640);
  }
}
.header .header__logo {
  flex-shrink: 0;
  width: 227px;
}
@media (max-width: 639.98px) {
  .header .header__logo {
    width: calc(100vw * 227 / 640);
  }
}
.header .header__btnArea {
  flex-grow: 1;
}
.header .header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  background-image: linear-gradient(90deg, #284e70 0%, #3078b8 100%);
  border-radius: 100vmax 0 0 100vmax;
}
@media (max-width: 639.98px) {
  .header .header__button {
    min-height: calc(100vw * 76 / 640);
    font-size: calc(100vw * 20 / 640);
  }
}
.header .header__button .header__button-inner {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 639.98px) {
  .header .header__button .header__button-inner {
    gap: calc(100vw * 8 / 640);
  }
}
.header .header__icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 639.98px) {
  .header .header__icon {
    width: calc(100vw * 20 / 640);
    height: calc(100vw * 20 / 640);
  }
}
.header .header__icon--calendar {
  background-image: url(../image/common/icon_calendar.png);
}

.footer {
  padding: 0 0 14px;
  background-color: #f5f5f5;
}
@media (max-width: 639.98px) {
  .footer {
    padding: 0 0 calc(100vw * 14 / 640);
  }
}
.footer .footer__inner {
  display: flex;
  flex-direction: column;
  gap: 160px;
  align-items: center;
}
@media (max-width: 639.98px) {
  .footer .footer__inner {
    gap: calc(100vw * 160 / 640);
  }
}
.footer .footer__logo {
  width: 140px;
}
@media (max-width: 639.98px) {
  .footer .footer__logo {
    width: calc(100vw * 140 / 640);
  }
}
.footer .footer__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer__list .footer__list-item:not(:last-child)::after {
  margin: 0 8px;
  font-size: 20px;
  line-height: 1.53;
  content: "|";
}
@media (max-width: 639.98px) {
  .footer .footer__list .footer__list-item:not(:last-child)::after {
    margin: 0 calc(100vw * 8 / 640);
    font-size: calc(100vw * 20 / 640);
  }
}
.footer .footer__list .footer__list-item a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.53;
  color: #88837f;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (max-width: 639.98px) {
  .footer .footer__list .footer__list-item a {
    font-size: calc(100vw * 20 / 640);
  }
}
.footer .footer__copyright {
  display: block;
  margin-top: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.53;
  color: #88837f;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (max-width: 639.98px) {
  .footer .footer__copyright {
    margin-top: calc(100vw * 26 / 640);
    font-size: calc(100vw * 16 / 640);
  }
}

.u-scroll--fadeIn {
  transition: opacity 0.6s, transform 0.6s;
}
.u-scroll--fadeIn:not(.is-active) {
  opacity: 0;
  transform: translateY(40px);
}

.u-scroll--fadeInBlur {
  transition: opacity 0.6s, transform 0.6s, filter 0.6s;
}
.u-scroll--fadeInBlur:not(.is-active) {
  filter: blur(8px);
  opacity: 0;
  transform: translateY(40px);
}

.u-scroll--clipInRight {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.4s;
}
.u-scroll--clipInRight:not(.is-active) {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.icon-smile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}
.icon-smile::before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS4zNDggMTQuMzQyIj48cGF0aCBkPSJNMTIuNjc0IDE0LjM0MmgtLjAyN2ExNy41NTUgMTcuNTU1IDAgMCAxLTYuOS0xLjM4MUExNy44ODUgMTcuODg1IDAgMCAxIC4wMDUgOS4xMDZsMi4xMzMtMi4xMzNhMTQuODY4IDE0Ljg2OCAwIDAgMCA0Ljc4NyAzLjIxMyAxNC42ODIgMTQuNjgyIDAgMCAwIDUuNzU2IDEuMTQ4IDE0LjYzMiAxNC42MzIgMCAwIDAgNS43NDktMS4xNDggMTQuODg4IDE0Ljg4OCAwIDAgMCA0Ljc4NS0zLjIxM2wyLjEzMyAyLjEzM2ExNy44ODUgMTcuODg1IDAgMCAxLTUuNzQyIDMuODU1IDE3LjUyMSAxNy41MjEgMCAwIDEtNi44OTEgMS4zODFoLS4wNDFaTTExLjQ0NC4zMTFhMS4wMzUgMS4wMzUgMCAwIDEgLjI2Ljd2Mi4yODNhMSAxIDAgMCAxLS4zMDguNzExLjk3Mi45NzIgMCAwIDEtLjcuMjg3SDguMzRhMSAxIDAgMCAxLS41MzMtLjM2OSAxLjAyIDEuMDIgMCAwIDEtLjIwNS0uNjI5bC4wMjctMi4yN2EuOTg4Ljk4OCAwIDAgMSAuMy0uNzI1Ljk3Mi45NzIgMCAwIDEgLjcxMS0uM2gyLjA2NGEuOTgyLjk4MiAwIDAgMSAuNzQuMzEyWm01LjMtLjMxNGEuOTg3Ljk4NyAwIDAgMSAuNy4zMDguOTcyLjk3MiAwIDAgMSAuMjg3Ljd2Mi4yODNhLjk3Ni45NzYgMCAwIDEtLjMwOC42NjMgMSAxIDAgMCAxLS42NzcuMjhoLTIuMDcyYS43LjcgMCAwIDEtLjEzNy4wMTQuNy43IDAgMCAxLS4xMzctLjAxNC45NjEuOTYxIDAgMCAxLS41MjYtLjM1NS45NzkuOTc5IDAgMCAxLS4yMTItLjYxNXYtMi4yNWEuOTY1Ljk2NSAwIDAgMSAuMy0uNzE4Ljk4My45ODMgMCAwIDEgLjcxMi0uMjkzaDIuMDc0WiIvPjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS4zNDggMTQuMzQyIj48cGF0aCBkPSJNMTIuNjc0IDE0LjM0MmgtLjAyN2ExNy41NTUgMTcuNTU1IDAgMCAxLTYuOS0xLjM4MUExNy44ODUgMTcuODg1IDAgMCAxIC4wMDUgOS4xMDZsMi4xMzMtMi4xMzNhMTQuODY4IDE0Ljg2OCAwIDAgMCA0Ljc4NyAzLjIxMyAxNC42ODIgMTQuNjgyIDAgMCAwIDUuNzU2IDEuMTQ4IDE0LjYzMiAxNC42MzIgMCAwIDAgNS43NDktMS4xNDggMTQuODg4IDE0Ljg4OCAwIDAgMCA0Ljc4NS0zLjIxM2wyLjEzMyAyLjEzM2ExNy44ODUgMTcuODg1IDAgMCAxLTUuNzQyIDMuODU1IDE3LjUyMSAxNy41MjEgMCAwIDEtNi44OTEgMS4zODFoLS4wNDFaTTExLjQ0NC4zMTFhMS4wMzUgMS4wMzUgMCAwIDEgLjI2Ljd2Mi4yODNhMSAxIDAgMCAxLS4zMDguNzExLjk3Mi45NzIgMCAwIDEtLjcuMjg3SDguMzRhMSAxIDAgMCAxLS41MzMtLjM2OSAxLjAyIDEuMDIgMCAwIDEtLjIwNS0uNjI5bC4wMjctMi4yN2EuOTg4Ljk4OCAwIDAgMSAuMy0uNzI1Ljk3Mi45NzIgMCAwIDEgLjcxMS0uM2gyLjA2NGEuOTgyLjk4MiAwIDAgMSAuNzQuMzEyWm01LjMtLjMxNGEuOTg3Ljk4NyAwIDAgMSAuNy4zMDguOTcyLjk3MiAwIDAgMSAuMjg3Ljd2Mi4yODNhLjk3Ni45NzYgMCAwIDEtLjMwOC42NjMgMSAxIDAgMCAxLS42NzcuMjhoLTIuMDcyYS43LjcgMCAwIDEtLjEzNy4wMTQuNy43IDAgMCAxLS4xMzctLjAxNC45NjEuOTYxIDAgMCAxLS41MjYtLjM1NS45NzkuOTc5IDAgMCAxLS4yMTItLjYxNXYtMi4yNWEuOTY1Ljk2NSAwIDAgMSAuMy0uNzE4Ljk4My45ODMgMCAwIDEgLjcxMi0uMjkzaDIuMDc0WiIvPjwvc3ZnPg==");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.bg-body {
  background-color: #f5f5f5;
}
.bg-text {
  background-color: #241f1f;
}
.bg-text-weak {
  background-color: #9a9a9a;
}
.bg-primary {
  background-color: #b79961;
}
.bg-secondary {
  background-color: #88837f;
}
.bg-accent {
  background-color: #158ade;
}
.bg-bg {
  background-color: #f5f3dc;
}
.bg-bg2 {
  background-color: #717171;
}
.bg-bg3 {
  background-color: #efefef;
}

.text-body {
  color: #f5f5f5 !important;
}
.text-text {
  color: #241f1f !important;
}
.text-text-weak {
  color: #9a9a9a !important;
}
.text-primary {
  color: #b79961 !important;
}
.text-secondary {
  color: #88837f !important;
}
.text-accent {
  color: #158ade !important;
}
.text-bg {
  color: #f5f3dc !important;
}
.text-bg2 {
  color: #717171 !important;
}
.text-bg3 {
  color: #efefef !important;
}

@keyframes scaleChange {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
.button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 105px;
  color: #fff;
  background-image: linear-gradient(90deg, #65d171 0%, #a0e363 100%);
  border-radius: 100vmax;
  transition: 0.3s;
  animation: scaleChange 2s infinite;
}
.button:hover {
  opacity: 0.6;
}
@media (max-width: 639.98px) {
  .button {
    gap: calc(100vw * 16 / 640);
    min-width: calc(100vw * 590 / 640);
    height: calc(100vw * 105 / 640);
  }
}
.button .button__inner {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 639.98px) {
  .button .button__inner {
    font-size: calc(100vw * 30 / 640);
  }
}
.button .button__icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button .button__icon--before {
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon_calendar.png);
}
@media (max-width: 639.98px) {
  .button .button__icon--before {
    width: calc(100vw * 30 / 640);
    height: calc(100vw * 30 / 640);
  }
}
.button .button__icon--after {
  width: 23px;
  height: 9px;
  background-image: url(../img/common/icon_arrow.png);
}
@media (max-width: 639.98px) {
  .button .button__icon--after {
    width: calc(100vw * 23 / 640);
    height: calc(100vw * 9 / 640);
  }
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.9;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  background-image: linear-gradient(to right, #84a2a3, #81b9d6);
}
@media (max-width: 639.98px) {
  .heading {
    min-height: calc(100vw * 100 / 640);
    font-size: calc(100vw * 34 / 640);
  }
}

.movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.section__bg--top {
  height: min(306px, 100%);
}
@media (max-width: 639.98px) {
  .section__bg--top {
    height: min(100vw * 306 / 640, 100%);
  }
}
.section__bg--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section__bg--center img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}