@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background-color: #fff;
}

main {
  padding: 68px 0 0;
}
@media screen and (min-width: 1024px) {
  main {
    padding: 20px 0 0;
  }
  main.front-page {
    padding: 0;
  }
}

.grecaptcha-badge {
  z-index: 100;
}

html {
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow: hidden;
}

.m__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 0 15px;
}
@media screen and (min-width: 1280px) {
  .m__content-wrapper {
    gap: 56px;
    padding: 0 98px;
  }
}
.m__content-wrapper > strong {
  display: none;
}

.m__content {
  width: 100%;
}

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

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

.lg-none {
  display: block;
}
@media screen and (min-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.lg-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lg-only {
    display: block;
  }
}

.bottom-cta-contents {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 93.27px;
  background-color: rgba(213, 239, 239, .8);
  z-index: 100;
}
.bottom-cta-contents .bottom-cta-contents__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 10.58px 0 14.42px;
}
.bottom-cta-contents .bottom-cta-link__wrapper {
  position: absolute;
  left: 14.42px;
  bottom: 6.73px;
}
.bottom-cta-contents .bottom-cta__link {
  position: relative;
  z-index: 102;
  display: grid;
  place-items: center;
  width: 290.38px;
  height: 46.15px;
  padding: 0 10.5px;
  border-radius: 30px;
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#b6f3ea), to(#009e9a));
  background: linear-gradient(#b6f3ea 0%, #009e9a 100%);
  -webkit-box-shadow: 0 3.85px 5.77px rgba(0, 0, 0, .25);
          box-shadow: 0 3.85px 5.77px rgba(0, 0, 0, .25);
}
.bottom-cta-contents .bottom-cta__link span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.bottom-cta-contents .bottom-cta__link svg {
  position: absolute;
  top: 50%;
  right: 10.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bottom-cta-contents .bottom-cta-link__image {
  position: absolute;
  z-index: 101;
  width: 300.5px;
  height: 102px;
  bottom: 26.92px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bottom-cta-contents .to-top-button {
  position: absolute;
  top: 50%;
  right: 10.58px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .bottom-cta-contents {
    display: none;
  }
}

.footer {
  background: #d5efef;
  padding: 40px 16px 148px 16px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 56px 40px 16px 40px;
    margin-bottom: 0;
  }
}
.footer .footer__wrapper {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer .footer__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .footer__wrapper {
    gap: 72px;
  }
}
.footer .footer__wrapper .footer__logo {
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer .footer__wrapper .footer__logo {
    max-width: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .footer__wrapper .footer__logo {
    max-width: 300px;
  }
}
.footer .footer__wrapper .footer__partition {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer .footer__wrapper .footer__partition {
    display: block;
    width: 2px;
    height: 300px;
    background: #3f3f3f;
  }
}
@media screen and (min-width: 1280px) {
  .footer .footer__wrapper .footer__partition {
    height: 270px;
  }
}
.footer .footer__wrapper .footer__nav {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .footer .footer__wrapper .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 72px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer .footer__wrapper .footer__nav {
    gap: 72px;
  }
}
.footer .footer__wrapper .footer__nav .footer__nav-list {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 24px 45px;
}
@media screen and (min-width: 1024px) {
  .footer .footer__wrapper .footer__nav .footer__nav-list {
    gap: 24px 32px;
  }
}
@media screen and (min-width: 1360px) {
  .footer .footer__wrapper .footer__nav .footer__nav-list {
    grid-template-rows: repeat(3, auto);
    gap: 24px 45px;
  }
}
.footer .footer__wrapper .footer__nav .footer__nav-list .footer__nav-item .footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #3f3f3f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer__wrapper .footer__nav .footer__nav-list .footer__nav-item .footer__nav-link svg path {
  stroke: #009e9a;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__wrapper .footer__nav .footer__nav-list .footer__nav-item .footer__nav-link:hover {
    color: #009e9a;
  }
  .footer .footer__wrapper .footer__nav .footer__nav-list .footer__nav-item .footer__nav-link:hover:before {
    background-color: #009e9a;
  }
}
.footer .footer__wrapper .footer__nav .footer__nav-list.symptom {
  display: grid;
  grid-template-rows: initial;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: initial;
  gap: 30px 49px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .footer .footer__wrapper .footer__nav .footer__nav-list.symptom {
    grid-template-columns: initial;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 30px 30px;
  }
}
@media screen and (min-width: 1360px) {
  .footer .footer__wrapper .footer__nav .footer__nav-list.symptom {
    grid-template-rows: repeat(2, auto);
    gap: 30px 40px;
  }
}
.footer .footer__wrapper .footer__nav .footer__nav-list.symptom .footer__nav-item {
  padding-left: 22px;
  position: relative;
}
.footer .footer__wrapper .footer__nav .footer__nav-list.symptom .footer__nav-item::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #3f3f3f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__wrapper .footer__nav .footer__nav-list.symptom .footer__nav-item:hover::before {
    background-color: #009e9a;
  }
  .footer .footer__wrapper .footer__nav .footer__nav-list.symptom .footer__nav-item:hover .footer__nav-link:hover {
    color: #009e9a;
  }
}
.footer .footer__wrapper .footer__nav .footer__nav-symptom-wrapper {
  padding: 0 16px;
}
.footer .footer__wrapper .footer__nav .footer__nav-symptom-wrapper .footer__nav-title {
  margin-top: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #3f3f3f;
}
@media screen and (min-width: 1024px) {
  .footer .footer__wrapper .footer__nav .footer__nav-symptom-wrapper .footer__nav-title {
    margin-top: 0;
  }
}
.footer .footer__wrapper .footer__sp-copyright {
  margin-top: 64px;
  font-size: 10px;
  font-weight: 500;
  color: #656464;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer .footer__wrapper .footer__sp-copyright {
    display: none;
  }
}
.footer .footer__pc-copyright {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer .footer__pc-copyright {
    display: block;
    margin-top: 86px;
    font-size: 15px;
    font-weight: 500;
    color: #656464;
    text-align: right;
  }
}

.header {
  position: fixed;
  z-index: 1100;
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header {
    position: relative;
  }
}
.header .header__sp .header__sp-copy {
  width: 100%;
  height: 35px;
  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: #009e9a;
  color: #fff;
  font-size: 12px;
}
.header .header__sp .header__sp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 15px;
}
.header .header__sp .header__sp-wrapper .header__sp-logo {
  width: 73.83px;
  height: 50px;
}
.header .header__sp .header__sp-wrapper .header__sp-logo img {
  width: 100%;
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger .header__sp-hamburger-menu-button {
  width: 36px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger .header__sp-hamburger-menu-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 100vh;
  background: #009e9a;
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger .header__sp-hamburger-menu-text {
  display: none;
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger .header__sp-hamburger-menu-text.is-active {
  font-size: 11px;
  color: #009e9a;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger .header__sp-hamburger-menu-button span:nth-child(1) {
  top: 0;
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger .header__sp-hamburger-menu-button span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger .header__sp-hamburger-menu-button span:nth-child(3) {
  bottom: 0;
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger.open .header__sp-hamburger-menu-button span {
  background: #009e9a;
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger.open .header__sp-hamburger-menu-button span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger.open .header__sp-hamburger-menu-button span:nth-child(2) {
  opacity: 0;
}
.header .header__sp .header__sp-wrapper .header__sp-hamburger.open .header__sp-hamburger-menu-button span:nth-child(3) {
  bottom: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .header__pc-top .header__pc-top_copy {
  width: 100%;
  height: 35px;
  background-color: #009e9a;
  color: #fff;
  font-size: 17px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .header .header__pc-top .header__pc-top_copy {
    padding-left: 56px;
  }
}
@media screen and (min-width: 1536px) {
  .header .header__pc-top .header__pc-top_copy {
    padding-left: 10%;
  }
}
.header .header__pc-top .header__pc-top_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 24px 16px;
}
@media screen and (min-width: 1024px) {
  .header .header__pc-top .header__pc-top_wrapper {
    padding: 24px 56px;
  }
}
@media screen and (min-width: 1536px) {
  .header .header__pc-top .header__pc-top_wrapper {
    padding: 24px 10%;
  }
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_logo a {
  width: 150px;
  height: 102px;
  text-decoration: none;
  display: block;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-right-contents {
  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;
  gap: 31px;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-under-schedule-wrapper {
  width: 494px;
  height: 115px;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-under-schedule-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper {
  width: 216px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line,
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 100vh;
  padding: 0 7px;
  text-decoration: none;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line .header__pc-top_button-text,
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel .header__pc-top_button-text {
  color: #fff;
  text-transform: uppercase;
  display: grid;
  place-items: center;
  gap: 6px;
  margin: 0 -4px;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line .header__pc-top_button-text span,
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel .header__pc-top_button-text span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line .header__pc-top_button-text .header__pc-top_button-text-line,
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel .header__pc-top_button-text .header__pc-top_button-text-line {
  font-size: 20px;
  font-weight: 700;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel {
  background: #f39800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #f39800;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel svg path {
  fill: #fff;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel .header__pc-top_button-tel-arrow path {
  stroke: #fff;
  fill: none;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel:hover {
  background: #fff;
  border: 2px solid #f39800;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel:hover .header__pc-top_button-text {
  color: #f39800;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel:hover svg path {
  fill: #f39800;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-tel:hover .header__pc-top_button-tel-arrow path {
  stroke: #f39800;
  fill: none;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line {
  background: #03bb00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #03bb00;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line .header__pc-top_button-line-letter {
  fill: #03bb00;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line .header__pc-top_button-text {
  margin: 0 10px 0 16px;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line .header__pc-top_button-line-bubble {
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line svg:last-child path {
  stroke: #fff;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line:hover {
  background: #fff;
  border: 2px solid #03bb00;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line:hover .header__pc-top_button-text {
  color: #03bb00;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line:hover .header__pc-top_button-line-letter {
  fill: #fff;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line:hover .header__pc-top_button-line-bubble {
  fill: #03bb00;
}
.header .header__pc-top .header__pc-top_wrapper .header__pc-top_button-wrapper .header__pc-top_button-line:hover svg:last-child path {
  stroke: #03bb00;
}
.header .header__pc-top .header__pc-top_nav {
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .header .header__pc-top .header__pc-top_nav {
    padding: 0 56px;
  }
}
@media screen and (min-width: 1536px) {
  .header .header__pc-top .header__pc-top_nav {
    padding: 0 10%;
  }
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list {
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list {
    gap: 60px;
  }
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item {
  position: relative;
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item .header__pc-top_nav-link .header__pc-top_nav-link-text {
  text-decoration: none;
  color: #3f3f3f;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1001;
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item .header__pc-top_nav-link .header__pc-top_nav-link-text:before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item .header__pc-top_nav-link .header__pc-top_nav-link-text {
    font-size: 17px;
  }
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item .header__pc-top_nav-link.is-active .header__pc-top_nav-link-text {
  color: #009e9a;
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item .header__pc-top_nav-link:hover .header__pc-top_nav-link-text {
  color: #009e9a;
  position: relative;
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item .header__pc-top_nav-link:hover .header__pc-top_nav-link-text:before {
  background-color: #009e9a;
  width: 100%;
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item.symptom-list .header__pc-top_nav-symptom-list {
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 257px;
  background-color: #fff;
  padding: 5px 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item.symptom-list .header__pc-top_nav-symptom-list .header__pc-top_nav-symptom-item .header__pc-top_nav-symptom-link {
  text-decoration: none;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 20px 24px 22px;
  border-bottom: 1px dashed #3f3f3f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item.symptom-list .header__pc-top_nav-symptom-list .header__pc-top_nav-symptom-item .header__pc-top_nav-symptom-link:hover {
    background-color: #e6f6f6;
  }
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item.symptom-list .header__pc-top_nav-symptom-list .header__pc-top_nav-symptom-item:last-child .header__pc-top_nav-symptom-link {
  border-bottom: none;
}
.header .header__pc-top .header__pc-top_nav .header__pc-top_nav-list .header__pc-top_nav-item.symptom-list:hover .header__pc-top_nav-symptom-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .header__pc-under .header__pc-under_copy {
  width: 100%;
  height: 35px;
  background-color: #009e9a;
  color: #fff;
  font-size: 17px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .header .header__pc-under .header__pc-under_copy {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .header .header__pc-under .header__pc-under_copy {
    padding-left: 5%;
  }
}
.header .header__pc-under .header__pc-under_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 24px 16px;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .header .header__pc-under .header__pc-under_wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px 24px;
  }
}
@media screen and (min-width: 1536px) {
  .header .header__pc-under .header__pc-under_wrapper {
    padding: 24px 5%;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_logo {
  width: auto;
  height: 64px;
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_logo {
    height: 96px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_logo a {
  text-decoration: none;
  display: block;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_logo a img {
  width: auto;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_logo a img {
    height: 96px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  min-width: 530px;
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner {
    min-width: 700px;
  }
}
@media screen and (min-width: 1536px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner {
    gap: 40px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under-schedule-wrapper {
  width: 65%;
  margin-inline: auto;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under-schedule-wrapper svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1536px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under-schedule-wrapper svg {
    min-height: 110px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under-schedule-wrapper .header__pc-under-schedule-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under-schedule-wrapper .header__pc-under-schedule-text-wrapper {
    gap: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under-schedule-wrapper .header__pc-under-schedule-text-wrapper {
    gap: 24px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under-schedule-wrapper .header__pc-under-schedule-text-wrapper .header__pc-under-schedule-text {
  line-height: 1.5;
  color: #009e9a;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under-schedule-wrapper .header__pc-under-schedule-text-wrapper .header__pc-under-schedule-text {
    font-size: 20px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-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: 8px;
  width: 35%;
  min-width: 200px;
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper {
    min-width: 260px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line,
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  border-radius: 100vh;
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  max-height: 56px;
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line,
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel {
    padding: 8px 10px 6px 22px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line svg,
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel svg {
  width: 24px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line svg,
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel svg {
    width: 32px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line .header__pc-under_button-text,
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel .header__pc-under_button-text {
  color: #fff;
  text-transform: uppercase;
  display: grid;
  place-items: center;
  gap: 6px;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line .header__pc-under_button-text span,
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel .header__pc-under_button-text span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line .header__pc-under_button-text span,
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel .header__pc-under_button-text span {
    font-size: 14px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line .header__pc-under_button-text .header__pc-under_button-text-line,
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel .header__pc-under_button-text .header__pc-under_button-text-line {
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line .header__pc-under_button-text .header__pc-under_button-text-line,
  .header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel .header__pc-under_button-text .header__pc-under_button-text-line {
    font-size: 20px;
  }
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel {
  background: #f39800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #fff;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel svg path {
  fill: #fff;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel .header__pc-under_button-tel-arrow path {
  stroke: #fff;
  fill: none;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel:hover {
  background: #fff;
  border: 2px solid #f39800;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel:hover .header__pc-under_button-text {
  color: #f39800;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel:hover svg path {
  fill: #f39800;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-tel:hover .header__pc-under_button-tel-arrow path {
  stroke: #f39800;
  fill: none;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line {
  background: #03bb00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #fff;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line .header__pc-under_button-line-letter {
  fill: #03bb00;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line .header__pc-under_button-line-bubble {
  fill: #fff;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line path {
  stroke: #fff;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line:hover {
  background: #fff;
  border: 2px solid #03bb00;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line:hover .header__pc-under_button-text {
  color: #03bb00;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line:hover .header__pc-under_button-line-letter {
  fill: #fff;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line:hover .header__pc-under_button-line-bubble {
  fill: #03bb00;
}
.header .header__pc-under .header__pc-under_wrapper .header__pc-under_inner .header__pc-under_button-wrapper .header__pc-under_button-line:hover path {
  stroke: #03bb00;
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list {
  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;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list {
    gap: 56px;
  }
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item {
  position: relative;
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item .header__pc-under_nav-link .header__pc-under_nav-link-text {
  text-decoration: none;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item .header__pc-under_nav-link .header__pc-under_nav-link-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item .header__pc-under_nav-link .header__pc-under_nav-link-text {
    font-size: 16px;
  }
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item .header__pc-under_nav-link.is-active .header__pc-under_nav-link-text {
  color: #009e9a;
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item .header__pc-under_nav-link:hover .header__pc-under_nav-link-text {
  color: #009e9a;
  position: relative;
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item .header__pc-under_nav-link:hover .header__pc-under_nav-link-text:before {
  background-color: #009e9a;
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item.symptom-list .header__pc-under_nav-symptom-list {
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  padding: 12px 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item.symptom-list .header__pc-under_nav-symptom-list .header__pc-under_nav-symptom-item .header__pc-under_nav-symptom-link {
  text-decoration: none;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 20px 24px 22px;
  border-bottom: 1px dashed #3f3f3f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item.symptom-list .header__pc-under_nav-symptom-list .header__pc-under_nav-symptom-item .header__pc-under_nav-symptom-link:hover {
    background-color: #d9d9d9;
  }
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item.symptom-list .header__pc-under_nav-symptom-list .header__pc-under_nav-symptom-item:last-child .header__pc-under_nav-symptom-link {
  border-bottom: none;
}
.header .header__pc-under .header__pc-under_nav .header__pc-under_nav-list .header__pc-under_nav-item.symptom-list:hover .header__pc-under_nav-symptom-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .sp-none {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header .sp-none {
    display: block;
  }
}
.header .pc-none {
  display: block;
}
@media screen and (min-width: 1024px) {
  .header .pc-none {
    display: none;
  }
}

.header__sp-hamburger-nav {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100svh;
  margin: 0;
  z-index: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: rgba(253, 253, 253, .95);
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll {
  padding: 68px 0 0;
  height: 100svh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item {
  color: #3f3f3f;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .header__sp-hamburger-nav-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #3f3f3f;
  font-size: 17px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 16px 24px 20px;
  border-bottom: 1px dashed #3f3f3f;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .header__sp-hamburger-nav-link:hover {
    background-color: #e6f6f6;
  }
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item:last-child a {
  border-bottom: none;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item.is-expanded .header__sp-hamburger-subnav {
  grid-template-rows: 1fr;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item.is-expanded .accordion-icon::after {
  opacity: 0;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .js-accordion-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 16px 24px 20px;
  border-bottom: 1px dashed #3f3f3f;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .js-accordion-trigger:hover {
    background-color: #e6f6f6;
  }
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .header__sp-hamburger-subnav {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .header__sp-hamburger-subnav .header__sp-hamburger-subnav-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-height: 0;
  list-style: none;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .header__sp-hamburger-subnav .header__sp-hamburger-subnav-list .header__sp-hamburger-subnav-item .header__sp-hamburger-subnav-link {
  text-decoration: none;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px 12px 32px;
  display: block;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .header__sp-hamburger-subnav .header__sp-hamburger-subnav-list .header__sp-hamburger-subnav-item .header__sp-hamburger-subnav-link:hover {
    background-color: #e6f6f6;
  }
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .header__sp-hamburger-subnav .header__sp-hamburger-subnav-list .header__sp-hamburger-subnav-item:last-child {
  border-bottom: 1px dashed #3f3f3f;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .accordion-icon {
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .accordion-icon::before, .header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #3f3f3f;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .accordion-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__sp-hamburger-nav .header__sp-hamburger-scroll .header__sp-hamburger-nav-list .header__sp-hamburger-nav-item .accordion-icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__sp-hamburger-nav.open {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow-y: auto;
  overscroll-behavior: contain;
  -ms-touch-action: auto;
      touch-action: auto;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* img */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address,
em {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

.sidebar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sidebar {
    display: block;
    width: max(212px, 20%);
    min-width: 212px;
    max-width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.sidebar .sidebar__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar .sidebar__wrapper.sub-menu {
  margin-top: 56px;
}
.sidebar .sidebar__wrapper .sidebar__title-wrapper {
  border-radius: 15px 15px 0 0;
  padding: 40px 16px;
  background-color: #009e9a;
}
.sidebar .sidebar__wrapper .sidebar__title-wrapper .sidebar__title {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
.sidebar .sidebar__wrapper .sidebar__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #009e9a;
  border-top: none;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.sidebar .sidebar__wrapper .sidebar__nav-list .sidebar__nav-item .sidebar__nav-link {
  font-size: 17px;
  font-weight: 700;
  color: #3f3f3f;
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed #3f3f3f;
  text-transform: uppercase;
  -webkit-transition: background-color 0.18s ease-in-out, color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out, color 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .sidebar .sidebar__wrapper .sidebar__nav-list .sidebar__nav-item .sidebar__nav-link:hover {
    background-color: #e6f6f6;
  }
}
.sidebar .sidebar__wrapper .sidebar__nav-list .sidebar__nav-item:last-child .sidebar__nav-link {
  border-bottom: none;
}

.access__title {
  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;
}
@media screen and (max-width: 767px) {
  .access__title {
    display: none;
  }
}

.access__title--en {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #009e9a;
}

.access__title--jp {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.access__map {
  margin-top: 40px;
  width: 100%;
  height: 631px;
}
.access__map.margin-top--none {
  margin-top: 0;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .access__map {
    height: 181.73px;
  }
}

.access__content {
  margin: 40px auto 60px;
  max-width: 785px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 75.25px;
}
@media screen and (max-width: 767px) {
  .access__content {
    margin: 0 auto -42.77px;
    padding: 29.86px 15px 36.77px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
  }
}

.access__content--left {
  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;
  width: 216px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .access__content--left {
    width: 100%;
  }
}

.access__logo {
  width: 158px;
  height: 107px;
}
.access__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .access__logo {
    width: 120px;
    height: 81.27px;
  }
}

.access__buttons {
  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;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .access__buttons {
    margin-top: 32.32px;
  }
}

.access__button--line {
  position: relative;
  width: 216px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  background-color: #03bb00;
  border: 1px solid #03bb00;
  border-radius: 25px;
  gap: 16px;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .access__button--line:hover {
    background-color: #fff;
  }
  .access__button--line:hover .access__button--line-text {
    color: #03bb00;
  }
  .access__button--line:hover .access__button--line-icon {
    fill: #03bb00;
  }
  .access__button--line:hover .access__button--line-icon path {
    fill: #fff;
  }
  .access__button--line:hover .access__button--line-icon path:first-child {
    fill: #03bb00;
  }
  .access__button--line:hover .access__button--line-arrow path {
    stroke: #03bb00;
  }
}

.access__button--line-icon path {
  -webkit-transition: fill 0.18s ease-in-out;
  transition: fill 0.18s ease-in-out;
}

.access__button--line-text {
  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;
  color: #fff;
  -webkit-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}

.small-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.large-text {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.access__button--line-arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.access__button--line-arrow path {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}

.access__button--tel {
  position: relative;
  width: 216px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f39800;
  border-radius: 25px;
  border: 1px solid #f39800;
  padding-left: 11px;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .access__button--tel:hover {
    background-color: #fff;
  }
  .access__button--tel:hover .access__button--tel-text {
    color: #f39800;
  }
  .access__button--tel:hover .access__button--tel-icon path {
    fill: #f39800;
  }
  .access__button--tel:hover .access__button--tel-arrow path {
    stroke: #f39800;
  }
}

.access__button--tel-icon path {
  -webkit-transition: fill 0.18s ease-in-out;
  transition: fill 0.18s ease-in-out;
}

.access__button--tel-text {
  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;
  color: #fff;
  margin-left: -6px;
  -webkit-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}

.access__button--tel-arrow {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.access__button--tel-arrow path {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}

@media screen and (max-width: 767px) {
  .access__content--right {
    display: none;
  }
}

.access__address.pc-none {
  margin-top: 29.86px;
}
@media screen and (min-width: 768px) {
  .access__address.pc-none {
    display: none;
  }
}

.access__address-content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .access__address-content {
    width: 224.31px;
    margin: 30.14px auto 0;
    gap: 9px;
  }
}
.access__address-content dt,
.access__address-content dd {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .access__address-content dt,
  .access__address-content dd {
    font-size: 13.46px;
    line-height: 1.5;
  }
}
.access__address-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
}
@media screen and (max-width: 767px) {
  .access__address-content div {
    gap: 15.38px;
  }
}
.access__address-content div dt {
  width: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .access__address-content div dt {
    width: 26.92px;
  }
}

.access__address-address dt span {
  letter-spacing: 0.2em;
}
.access__address-address dd {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .access__address-address dd {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .access__address-address-title svg {
    width: 26.92px;
    height: 26.92px;
  }
}

.access__address-tel dt span {
  letter-spacing: 0.1em;
}
.access__address-tel dd {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .access__address-tel dd {
    letter-spacing: 0.1em;
  }
}

.access__address-tel-title svg {
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .access__address-tel-title svg {
    width: 23.08px;
    margin: 0 2px;
  }
}

.access__schedule-wrapper {
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .access__schedule-wrapper {
    margin-top: 22px;
    max-width: none;
    max-width: initial;
  }
}

.m__banner-wrapper {
  width: 100%;
  height: auto;
}
.m__banner-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.m__banner-wrapper a img {
  -webkit-transition: -webkit-filter 0.18s ease-in-out, -webkit-box-shadow 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
  transition: -webkit-filter 0.18s ease-in-out, -webkit-box-shadow 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
  transition: filter 0.18s ease-in-out, box-shadow 0.18s ease-in-out, transform 0.18s ease-in-out;
  transition: filter 0.18s ease-in-out, box-shadow 0.18s ease-in-out, transform 0.18s ease-in-out, -webkit-filter 0.18s ease-in-out, -webkit-box-shadow 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .m__banner-wrapper a img:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
            box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  .m__banner-wrapper a img:active {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.breadcrumbs-wrapper {
  width: 100%;
  min-height: 35px;
  padding: 6px 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}
.breadcrumbs-wrapper .green__text {
  color: #009e9a;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-wrapper .green__text {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs-wrapper {
    color: #fff;
    background-color: #009e9a;
    padding: 8px 48px;
    font-size: 17px;
  }
}

.m__cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17.73px 27.2px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .m__cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.m__cta__tel-button {
  position: relative;
  max-width: 243.74px;
  width: 100%;
  height: 56.42px;
  padding: 0 7.9px 0 18.86px;
  border-radius: 42px;
  background-color: #f39800;
  border: 1px solid #f39800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.18s;
  transition: background-color 0.18s;
}
@media (hover: hover) and (pointer: fine) {
  .m__cta__tel-button:hover {
    background-color: #fff;
  }
  .m__cta__tel-button:hover .m__cta__tel-button-text {
    color: #f39800;
  }
  .m__cta__tel-button:hover .m__cta__tel-icon path {
    fill: #f39800;
  }
  .m__cta__tel-button:hover .m__cta__button-icon path {
    stroke: #f39800;
  }
}
@media screen and (min-width: 768px) {
  .m__cta__tel-button {
    padding: 0 13.24px 0 35.83px;
    max-width: 389.15px;
    height: 90.08px;
    border-radius: 52px;
    border-width: 2px;
  }
}
.m__cta__tel-button .m__cta__tel-icon {
  width: 38px;
  height: 38px;
}
.m__cta__tel-button .m__cta__tel-icon path {
  -webkit-transition: fill 0.18s ease-in-out;
  transition: fill 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m__cta__tel-button .m__cta__tel-icon {
    width: 64.86px;
    height: 64.86px;
  }
}
.m__cta__tel-button .m__cta__button-icon {
  right: 7.9px;
  width: 27.08px;
  height: 27.08px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m__cta__tel-button .m__cta__button-icon path {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m__cta__tel-button .m__cta__button-icon {
    right: 13.24px;
    width: 49.81px;
    height: 49.81px;
  }
}

.m__cta__tel-button-text {
  color: #fff;
  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;
  -webkit-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m__cta__tel-button-text {
    margin-left: -10px;
  }
}

.m__cta__tel-button-text--small {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .m__cta__tel-button-text--small {
    font-size: 24px;
    letter-spacing: 0;
  }
}

.m__cta__tel-button-text--large {
  margin-top: -6px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .m__cta__tel-button-text--large {
    margin-top: -8px;
    font-size: 34px;
    letter-spacing: 0;
  }
}

.m__cta__line-button {
  position: relative;
  max-width: 243.74px;
  width: 100%;
  height: 56.42px;
  border-radius: 42px;
  background-color: #03bb00;
  padding: 0 7.9px 0 18.86px;
  border: 1px solid #03bb00;
  -webkit-transition: background-color 0.18s;
  transition: background-color 0.18s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media (hover: hover) and (pointer: fine) {
  .m__cta__line-button:hover {
    background-color: #fff;
  }
  .m__cta__line-button:hover .m__cta__line-button-text {
    color: #03bb00;
  }
  .m__cta__line-button:hover .m__cta__line-icon path {
    fill: #fff;
  }
  .m__cta__line-button:hover .m__cta__line-icon path:nth-of-type(1) {
    fill: #03bb00;
  }
  .m__cta__line-button:hover .m__cta__button-icon path {
    stroke: #03bb00;
  }
}
@media screen and (min-width: 768px) {
  .m__cta__line-button {
    max-width: 389.15px;
    height: 90.08px;
    border-radius: 52px;
    border-width: 2px;
    padding: 0 13.24px 0 31.45px;
    gap: 20.72px;
  }
}
.m__cta__line-button .m__cta__line-icon {
  width: 39.01px;
  height: 36.96px;
}
.m__cta__line-button .m__cta__line-icon path {
  -webkit-transition: fill 0.18s ease-in-out;
  transition: fill 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m__cta__line-button .m__cta__line-icon {
    width: 68.46px;
    height: 64.86px;
  }
}
.m__cta__line-button .m__cta__button-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7.9px;
  width: 27.08px;
  height: 27.08px;
}
.m__cta__line-button .m__cta__button-icon path {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m__cta__line-button .m__cta__button-icon {
    right: 13.24px;
    width: 49.81px;
    height: 49.81px;
  }
}

.m__cta__line-button-text {
  color: #fff;
  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;
  -webkit-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}

.m__cta__line-button-text--small {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .m__cta__line-button-text--small {
    font-size: 24px;
    letter-spacing: 0;
  }
}

.m__cta__line-button-text--large {
  margin-top: -6px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .m__cta__line-button-text--large {
    margin-top: -8px;
    font-size: 34px;
    letter-spacing: 0;
  }
}

.is-search-form {
  position: relative;
  width: 100%;
}
.is-search-form label svg {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.my-custom-search-form {
  width: calc(100% - 45.34px);
}
@media screen and (min-width: 768px) {
  .my-custom-search-form {
    width: calc(100% - 44px);
  }
}

.is-search-input {
  width: 100%;
  height: 37.46px;
  background-color: #fff;
  border: 1.5px solid #d9d9d9;
  border-radius: 5px;
  padding: 7px 7px 7px 36px;
}
.is-search-input::-webkit-input-placeholder {
  color: #c8c8c8;
}
.is-search-input::-moz-placeholder {
  color: #c8c8c8;
}
.is-search-input::-ms-input-placeholder {
  color: #c8c8c8;
}
.is-search-input::placeholder {
  color: #c8c8c8;
}

.is-search-submit {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.m__features-heading {
  margin: 0 -15px;
  position: relative;
  width: calc(100% + 30px);
  height: 136.69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .m__features-heading {
    margin: 0;
    width: 100%;
    height: 335px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.m__features-heading__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.m__features-heading__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m__features-heading__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .m__features-heading__title {
    text-align: center;
    font-size: 22px;
    line-height: 1.4090909091;
  }
}
.m__features-heading__title span {
  font-size: 43px;
}
@media screen and (max-width: 767px) {
  .m__features-heading__title span {
    font-size: 28px;
    line-height: 1.1071428571;
  }
}

.m__features-heading__title--en {
  color: #9fb2c5;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .m__features-heading__title--en {
    color: #9fb2c5;
    font-size: 100px;
  }
}

.m__features-heading__title--jp {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3181818182;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .m__features-heading__title--jp {
    font-size: 40px;
  }
}
.m__features-heading__title--jp .pc-none {
  display: block;
}
@media screen and (min-width: 1024px) {
  .m__features-heading__title--jp .pc-none {
    display: none;
  }
}
.m__features-heading__title--jp .--large {
  font-size: 27px;
  line-height: 1.0740740741;
}
@media screen and (min-width: 1024px) {
  .m__features-heading__title--jp .--large {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .m__features-heading__title--jp .pc-underline {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
  }
}

.m__features-body {
  padding: 28.31px 0 0;
}
@media screen and (min-width: 1024px) {
  .m__features-body {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .m__features-body__inner.inner {
    padding: 0;
  }
}

.m__features-list {
  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;
  gap: 28px;
}
@media screen and (min-width: 1024px) {
  .m__features-list {
    width: 100%;
    gap: 40px;
  }
}

.m__features-list-item {
  border-bottom: 7px double #009e9a;
  padding: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .m__features-list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
    border-bottom: 11px double #009e9a;
    padding: 0 0 40px;
  }
}
.m__features-list-item:last-child {
  border-bottom: none;
  padding: 0;
}

.m__feature-list-item__left-content {
  margin-left: 9px;
}
@media screen and (max-width: 1023px) {
  .m__feature-list-item__left-content {
    margin-left: 0;
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .m__feature-list-item__left-content {
    margin-left: 0;
    max-width: none;
    max-width: initial;
  }
}

.m__feature-list-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .m__feature-list-item__heading {
    gap: 20px;
  }
}

.m__feature-list-item__number {
  width: 85px;
  height: 85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #009e9a;
  color: #009e9a;
  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;
}
@media screen and (max-width: 767px) {
  .m__feature-list-item__number {
    width: 60.59px;
    height: 60.59px;
  }
}

.m__feature-list-item__number--en {
  font-size: 12.12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .m__feature-list-item__number--en {
    font-size: 17px;
  }
}

.m__feature-list-item__number--number {
  font-family: "Kodchasan", sans-serif;
  font-size: 29.23px;
  font-weight: 700;
  line-height: 0.7800205269;
}
@media screen and (min-width: 1024px) {
  .m__feature-list-item__number--number {
    font-size: 41px;
    line-height: 1;
  }
}

.m__feature-list-item-image {
  margin-top: 9px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .m__feature-list-item-image {
    width: 27.0833333333vw;
    height: 17.2916666667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.m__feature-list-item-image img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 390/249;
  -o-object-fit: cover;
     object-fit: cover;
}

.m__feature-list-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 47px;
}

.m__feature-list-item__title {
  font-size: 17.82px;
  font-weight: 700;
  line-height: 1.3973063973;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .m__feature-list-item__title {
    font-size: 25px;
    line-height: 1.2;
  }
}

.m__feature-list-item__text {
  margin: 16px auto 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625; /* 162.5% */
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .m__feature-list-item__text {
    padding: 0;
    font-size: 17px;
    line-height: 1.7058823529;
    letter-spacing: 0.05em;
  }
}
.m__feature-list-item__text span.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fbe1b6));
  background: linear-gradient(transparent 50%, #fbe1b6 50%);
}

.fn__symptoms-list {
  position: relative;
  margin: 0 auto;
  max-width: 782.27px;
  padding: 27px 69.27px 29px;
  background-color: #e9e9e9;
}
@media screen and (max-width: 767px) {
  .fn__symptoms-list {
    padding: 18px;
    margin: 0 15px;
  }
}
.fn__symptoms-list::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../images/common/folding-paper.webp");
  background-color: #fff;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fn__symptoms-list::before {
    top: -1px;
    right: -1px;
    width: 21px;
    height: 21px;
  }
}
.fn__symptoms-list .fn__symptoms-item {
  position: relative;
  font-size: 19px;
  line-height: 1.9957894737;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10.46px;
  padding: 0 16px 16px 66px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .fn__symptoms-list .fn__symptoms-item {
    padding: 0 6px 10px 6px;
    font-size: 16px;
    line-height: 1.25;
  }
}
.fn__symptoms-list .fn__symptoms-item::before {
  content: "";
  width: 25px;
  height: 17.85px;
  background-image: url("../images/common/check-icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .fn__symptoms-list .fn__symptoms-item::before {
    width: 13px;
    height: 9px;
  }
}
.fn__symptoms-list .fn__symptoms-item::after {
  content: "";
  position: absolute;
  background-image: url("../images/common/border-gray-radial.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.fn__symptoms-list .fn__symptoms-item:last-child {
  margin-bottom: 0;
  padding: 0 0 0 66px;
}
@media screen and (max-width: 767px) {
  .fn__symptoms-list .fn__symptoms-item:last-child {
    padding: 0 0 0 6px;
  }
}
.fn__symptoms-list .fn__symptoms-item:last-child::after {
  display: none;
}

.greeting__title {
  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;
}

.greeting__title--en {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #009e9a;
}

.greeting__title--jp {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.greeting__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .greeting__content {
    -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;
  }
}

.greeting__content--left {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 390px;
  height: 390px;
  flex-shrink: 0;
  padding: 0 25px 25px 0;
}
@media screen and (max-width: 767px) {
  .greeting__content--left {
    margin: 0 -15px;
    width: calc(100% + 30px);
    height: 107.4666666667vw;
    padding: 0 0 28px 0;
  }
}

.greeting__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.greeting__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 10px 16.5px;
  background-color: #d5efef;
  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;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .greeting__caption {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 210px;
    height: 94px;
  }
}

.greeting__caption--name .name--large {
  font-size: 23px;
  line-height: 1.65;
}

.greeting__caption--text {
  border-top: #3f3f3f 1px solid;
  padding: 0 7px;
  line-height: 1.65;
}

.greeting__content--right {
  font-size: 17px;
  line-height: 1.5294117647;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .greeting__content--right {
    font-size: 16px;
  }
}

.kv {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  height: 114.39px;
}
@media screen and (min-width: 768px) {
  .kv {
    margin: 0;
    margin: initial;
    width: 100%;
    height: 284px;
  }
}
.kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .kv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 0.95;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .kv .kv__title {
    font-size: 36px;
    line-height: 1.4444444444;
  }
}

.m__treatment-process-title {
  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;
}

.m__treatment-process-title--en {
  color: #f39800;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .m__treatment-process-title--en {
    font-size: 16.35px;
  }
}

.m__treatment-process-title--jp {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .m__treatment-process-title--jp {
    font-size: 21.15px;
  }
}

.m__treatment-process__inner {
  padding: 0 4px;
}
@media screen and (max-width: 767px) {
  .m__treatment-process__inner {
    padding: 0;
  }
}

.m__treatment-process__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;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .m__treatment-process__list {
    margin-top: 41.19px;
    gap: 8px;
  }
}

.m__treatment-process__item:last-child .m__treatment-process-item__contents {
  border-left: none;
  padding: 12px 0 0 52px;
}
@media screen and (max-width: 767px) {
  .m__treatment-process__item:last-child .m__treatment-process-item__contents {
    padding: 9.62px 0 0 31.65px;
  }
}

.m__treatment-process-item__title {
  color: #009e9a;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20.32px;
}
@media screen and (max-width: 767px) {
  .m__treatment-process-item__title {
    gap: 17.5px;
    font-size: 18.27px;
  }
}

.m__treatment-process-item__number {
  font-family: "Kodchasan", 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m__treatment-process-item-number__text {
  text-transform: uppercase;
  font-size: 19.13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .m__treatment-process-item-number__text {
    font-size: 15.38px;
  }
}

.m__treatment-process-item-number__number {
  width: 70px;
  text-align: center;
  font-size: 49.02px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-indent: -0.06em;
}
@media screen and (max-width: 767px) {
  .m__treatment-process-item-number__number {
    width: 56px;
    font-size: 39.42px;
  }
}

.m__treatment-process-item__contents {
  margin: 10px 0 0 34.59px;
  padding: 12px 0 37.06px 52px;
  border-left: 3.59px solid #9f9f9f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.4423611111vw;
}
@media screen and (max-width: 767px) {
  .m__treatment-process-item__contents {
    margin: 11.31px;
    padding: 9.62px 0 21.15px 31.65px;
    margin: 11.31px 0 0 24.9px;
    border-left: 2.88px solid #9f9f9f;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19.23px;
  }
}

.m__treatment-process-item__image {
  width: 26.0715277778vw;
  height: 16.1076388889vw;
  border-radius: 17.93px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .m__treatment-process-item__image {
    width: calc(100% + 15px);
    margin-right: -15px;
    height: 186.54px;
    border-radius: 14.42px 0 0 14.42px;
  }
}
.m__treatment-process-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m__treatment-process-item__text {
  font-size: 17px;
  line-height: 1.6;
  max-width: none;
  max-width: initial;
}
@media screen and (max-width: 1023px) {
  .m__treatment-process-item__text {
    font-size: 17px;
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .m__treatment-process-item__text {
    padding: 0 4.23px 0 0;
    font-size: 15.38px;
    max-width: none;
    max-width: initial;
  }
}

.treatment-process__copy-text {
  margin: 40px auto 0;
  font-size: 29.89px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .treatment-process__copy-text {
    margin: 50.38px auto 0;
    font-size: 20px;
  }
}
.treatment-process__copy-text span.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, transparent), color-stop(42%, #fbe1b6));
  background: linear-gradient(transparent 42%, #fbe1b6 42%);
}

@media screen and (min-width: 1024px) {
  .m__trouble-wrapper {
    position: relative;
    overflow: hidden;
  }
}

.m__trouble {
  position: relative;
  margin-top: 63.76px;
  padding: 0 0 25.37px;
}
@media screen and (min-width: 768px) {
  .m__trouble {
    margin-top: 100px;
    padding: 0 0 76px;
  }
}

.m__trouble__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3181818182;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m__trouble__title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
.m__trouble__title span {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 1.0740740741;
  text-decoration: underline;
  -webkit-text-decoration-color: #3f3f3f;
          text-decoration-color: #3f3f3f;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) {
  .m__trouble__title span {
    font-size: 50px;
    line-height: 1.1;
    text-decoration-thickness: 2px;
  }
}

.m__trouble-links {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 169.13px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15.25px 19.33px;
}
@media screen and (min-width: 768px) {
  .m__trouble-links {
    margin-top: 32px;
    padding: 0 28px;
    grid-template-columns: repeat(auto-fit, 350px);
    gap: 18px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .m__trouble-links {
    padding: 0 56px;
    grid-template-columns: repeat(2, 300px);
    gap: 18px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .m__trouble-links {
    padding: 0 56px;
    grid-template-columns: repeat(2, 350px);
    gap: 36px 40px;
  }
}

.m__trouble-link {
  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;
}
@media (hover: hover) and (pointer: fine) {
  .m__trouble-link:hover .m__trouble-link__image {
    opacity: 0.65;
  }
  .m__trouble-link:hover .m__trouble-link__button {
    background-color: #fff;
  }
  .m__trouble-link:hover span {
    color: #009e9a;
  }
  .m__trouble-link:hover svg path,
  .m__trouble-link:hover svg circle {
    stroke: #009e9a;
  }
}

.m__trouble-link__image {
  border: 1.45px solid #009e9a;
  -webkit-transition: opacity 0.18s ease-in-out;
  transition: opacity 0.18s ease-in-out;
  border-radius: 7.03px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .m__trouble-link__image {
    border-width: 3px;
    border-radius: 15px;
  }
}

.m__trouble-link__button {
  margin-top: -12px;
  position: relative;
  width: 125px;
  height: 27px;
  border-radius: 14px;
  background-color: #009e9a;
  border: 1px solid #009e9a;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .m__trouble-link__button {
    margin-top: -20px;
    width: 208.889px;
    height: 40px;
    border-radius: 20px;
    border-width: 2px;
  }
}
.m__trouble-link__button span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m__trouble-link__button span {
    font-size: 23px;
  }
}
.m__trouble-link__button span.--fz13 {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .m__trouble-link__button span.--fz13 {
    font-size: 20px;
  }
}
.m__trouble-link__button span.--ml-6px {
  margin-left: -6px;
}
.m__trouble-link__button span.--ml-10px {
  margin-left: -10px;
}
.m__trouble-link__button svg {
  position: absolute;
  right: 5.91px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m__trouble-link__button svg path,
.m__trouble-link__button svg circle {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m__trouble-link__button svg {
    width: 21px;
    height: 21px;
    right: 10px;
  }
}

.m__voice {
  margin-top: 45.6px;
}
@media screen and (min-width: 768px) {
  .m__voice {
    margin-top: 98px;
  }
}

.m__voice__inner.inner {
  padding: 0 16px 0 0;
}

.m__voice-title {
  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;
}

.m__voice-title--en {
  color: #009e9a;
  font-size: 50px;
  line-height: 1.18;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m__voice-title--en {
    font-size: 128px;
  }
}

.m__voice-title--jp {
  margin-top: -30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545454545;
  color: #009e9a;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m__voice-title--jp {
    margin-top: -76px;
    font-size: 40px;
  }
}

.m__voice-text {
  margin: 26.36px 0 0;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m__voice-text {
    margin: 62px auto 0;
    font-size: 27px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #e1ebf4));
    background: linear-gradient(transparent 60%, #e1ebf4 50%);
  }
}
.m__voice-text .m__voice-text__grad {
  background: linear-gradient(139deg, #b49020 3.21%, #fce7af 25.39%, #e3c568 50.97%, #b18d1e 81.11%, #e5c55e 107.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 19px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m__voice-text .m__voice-text__grad {
    font-size: 35px;
  }
}

.voice-survey__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .voice-survey__title {
    font-size: 21.15px;
    line-height: 1.3617021277;
    letter-spacing: 0.02em;
  }
}

.voice-survey__kv {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .voice-survey__kv {
    height: 289.8px;
  }
  .voice-survey__kv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.m__voice-list {
  margin: 42.62px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
}
@media screen and (min-width: 1024px) {
  .m__voice-list {
    margin: 50px auto 0;
    max-width: 871px;
    width: 100%;
    gap: 30px;
  }
}

.m__voice-list-item {
  position: relative;
  border: 1.345px solid #009e9a;
  border-radius: 14.42px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item {
    padding: 0;
    border: 2px solid #009e9a;
    border-radius: 17.03px;
    overflow-y: auto;
  }
}

.m__voice-list-item__title {
  position: relative;
  padding: 0 0 5.81px;
  color: #009e9a;
  font-size: 19px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item__title {
    padding: 30px 5.1618055556vw 16px;
    font-size: 25px;
    line-height: 1.4;
  }
}
.m__voice-list-item__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #009e9a;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item__title::after {
    height: 2px;
    width: calc(100% - 10.32361vw);
  }
}

.m__voice-list-item__body {
  padding: 12px 0 0;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item__body {
    padding: 24.37px 38.95px 29.98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36.1px;
  }
}
.m__voice-list-item__body:has(.m__voice-list-item__link) {
  padding: 18px 18px 22px 18px;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item__body:has(.m__voice-list-item__link) {
    padding: 45px 30px 28px;
  }
}

.m__voice-list-item__image {
  margin: 12.46px auto 0;
  max-width: 480px;
  width: 100%;
  height: 175px;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item__image {
    margin: 0;
    width: 265px;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.m__voice-list-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
  display: block;
}

.m__voice-list-item-content__wrapper {
  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;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item-content__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.m__voice-list-item__customer-info {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #009e9a;
  font-size: 15px;
  font-weight: 700;
  line-height: 0.8963333333; /* 89.635% */
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item__customer-info {
    font-size: 20px;
    line-height: 1.705;
  }
}
.m__voice-list-item__customer-info.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item__customer-info.sp-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.m__voice-list-item__customer-info.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .m__voice-list-item__customer-info.pc-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m__voice-list-item__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m__voice-list-item__content {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item__content {
    margin-top: 3px;
    font-size: 17px;
    line-height: 1.7058823529;
  }
}

.m__voice-more__button {
  margin: 30px auto 0;
  position: relative;
  width: 260px;
  height: 60px;
  border-radius: 90px;
  background-color: #fff;
  border: 2px solid #009e9a;
  -webkit-transition: background-color 0.18s ease-in-out, color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out, color 0.18s ease-in-out;
  display: grid;
  place-items: center;
  color: #009e9a;
}
@media screen and (max-width: 767px) {
  .m__voice-more__button {
    width: 250px;
    height: 58px;
  }
}
.m__voice-more__button svg path {
  stroke: #009e9a;
}
@media (hover: hover) and (pointer: fine) {
  .m__voice-more__button:hover {
    background-color: #009e9a;
  }
  .m__voice-more__button:hover span {
    color: #fff;
  }
  .m__voice-more__button:hover svg path {
    stroke: #fff;
  }
}
@media screen and (min-width: 768px) {
  .m__voice-more__button {
    width: 260px;
    height: 60px;
    border-radius: 40px;
    border-width: 2px;
  }
}
.m__voice-more__button .m__voice-more-button__text {
  font-size: 15.37px;
  line-height: 1.72;
  color: #009e9a;
  font-weight: 700;
  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;
  -webkit-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m__voice-more__button .m__voice-more-button__text {
    font-size: 16px;
  }
}
.m__voice-more__button svg {
  position: absolute;
  right: 7.2px;
  width: 24px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m__voice-more__button svg path {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .m__voice-more__button svg {
    right: 10.62px;
    width: 25px;
    height: 24px;
  }
}

.m__voice-list-item__link {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .m__voice-list-item__link {
    margin-top: 12px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.m__voice-list-item__link-button {
  width: 256.48px;
  height: 59.6px;
  margin: 27.6px auto 0;
  position: relative;
  display: grid;
  place-items: center;
  border: 2px solid #009e9a;
  border-radius: 40px;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
.m__voice-list-item__link-button span {
  color: #009e9a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.72;
  -webkit-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}
.m__voice-list-item__link-button svg {
  position: absolute;
  top: 50%;
  right: 10.47px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.18s ease-in-out;
  transition: -webkit-transform 0.18s ease-in-out;
  transition: transform 0.18s ease-in-out;
  transition: transform 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
}
.m__voice-list-item__link-button svg path {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .m__voice-list-item__link-button:hover {
    background-color: #009e9a;
  }
  .m__voice-list-item__link-button:hover span {
    color: #fff;
  }
  .m__voice-list-item__link-button:hover svg path {
    stroke: #fff;
  }
}

.voice-more__button {
  position: absolute;
  border: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 4;
  display: grid;
  place-items: center;
}
.voice-more__button span {
  font-size: 18.27px;
  color: #009e9a;
  font-weight: 700;
}
.voice-more__button svg {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(calc(50% + 64px), -30%);
          transform: translate(calc(50% + 64px), -30%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.voice-more__button.is-active svg {
  -webkit-transform: translate(calc(50% + 64px), -30%) rotate(180deg);
          transform: translate(calc(50% + 64px), -30%) rotate(180deg);
}
.voice-more__button.pc-none {
  display: grid;
}
@media screen and (min-width: 768px) {
  .voice-more__button.pc-none {
    display: none;
  }
}

.access-page .access-page__address {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .access-page .access-page__address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
  }
}
.access-page .access-page__image-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 345/250;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .access-page .access-page__image-wrapper {
    width: 380px;
    aspect-ratio: 471/366;
  }
}
@media screen and (min-width: 1280px) {
  .access-page .access-page__image-wrapper {
    width: 471px;
    aspect-ratio: 471/366;
  }
}
.access-page .access-page__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access-page .access-page-info {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
.access-page .access-page-info__item {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.91px;
  padding-bottom: 7px;
  border-bottom: 1.5px solid #3f3f3f;
}
@media screen and (min-width: 768px) {
  .access-page .access-page-info__item {
    padding-bottom: 4.13px;
    border-bottom-width: 1.26px;
  }
}
.access-page .access-page-info__title {
  font-size: 19px;
  line-height: 1.6615789474;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .access-page .access-page-info__title {
    font-size: 22px;
    line-height: 1.435;
  }
}
.access-page .access-page-info__description {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .access-page .access-page-info__description {
    font-size: 19px;
    line-height: 1.3294736842;
  }
}
.access-page .access__section {
  margin-top: 100px;
}

.archive .archive-search {
  margin: 40px auto 0;
  max-width: 545px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive .archive-search {
    margin: 50px auto 0;
  }
}
.archive .archive-search__form {
  margin: 0 auto;
}
.archive .archive-search__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.88px;
}
@media screen and (min-width: 768px) {
  .archive .archive-search__tabs {
    gap: 13px;
  }
}
.archive .archive-search__tab {
  display: grid;
  place-items: center;
  height: 33.51px;
  border-radius: 9.68px 9.86px 0 0;
  background-color: #eee;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
  cursor: pointer;
}
.archive .archive-search__tab.is-active {
  background-color: #e6f6f6;
}
@media screen and (min-width: 768px) {
  .archive .archive-search__tab {
    height: 34px;
    border-radius: 10px 10px 0 0;
  }
}
.archive .archive-search__tab-title {
  color: #009e9a;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2947368421;
  letter-spacing: 0.02em;
}
.archive .archive-search__area {
  position: relative;
  height: 74.91px;
  border-radius: 0 0 9.68px 9.86px;
  background-color: #eee;
  display: none;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
.archive .archive-search__area.is-active {
  background-color: #e6f6f6;
  display: grid;
  place-items: center;
}
.archive .archive-search__area svg {
  position: absolute;
  top: 50%;
  right: 39px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.18s ease-in-out;
  transition: -webkit-transform 0.18s ease-in-out;
  transition: transform 0.18s ease-in-out;
  transition: transform 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
}
.archive .archive-search__area.is-open svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.archive .archive-search__input {
  height: 37.46px;
  width: calc(100% - 45.34px);
  background-color: #fff;
  border: 1.5px solid #d9d9d9;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .archive .archive-search__input {
    width: calc(100% - 44px);
  }
}
.archive .archive-search__select {
  height: 37.46px;
  width: calc(100% - 45.34px);
  padding: 7px 14px;
  line-height: 1.2;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1.5px solid #d9d9d9;
  border-radius: 5px;
  color: #c8c8c8;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .archive .archive-search__select {
    width: calc(100% - 44px);
  }
}
.archive .archive-search__options-wrapper {
  position: absolute;
  width: calc(100% - 44px);
  top: 57px;
  left: 22.67px;
  background-color: #fff;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease-in-out, border 0s ease-in-out 0.3s;
  transition: grid-template-rows 0.3s ease-in-out, border 0s ease-in-out 0.3s;
  transition: grid-template-rows 0.3s ease-in-out, border 0s ease-in-out 0.3s, -ms-grid-rows 0.3s ease-in-out;
}
.archive .archive-search__options-wrapper.is-active {
  grid-template-rows: 1fr;
  -webkit-transition: grid-template-rows 0.3s ease-in-out, border 0s ease-in-out 0s;
  transition: grid-template-rows 0.3s ease-in-out, border 0s ease-in-out 0s;
  transition: grid-template-rows 0.3s ease-in-out, border 0s ease-in-out 0s, -ms-grid-rows 0.3s ease-in-out;
  border: 1px solid #d9d9d9;
}
.archive .archive-search__options-wrapper .archive-search__options {
  overflow: hidden;
  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;
}
.archive .archive-search__options-wrapper .archive-search__options .archive-search__option {
  border-bottom: 1px dashed #d9d9d9;
  width: 100%;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
.archive .archive-search__options-wrapper .archive-search__options .archive-search__option a {
  display: block;
  padding: 7px 14px;
}
.archive .archive-search__options-wrapper .archive-search__options .archive-search__option:last-child {
  border-bottom: none;
}
@media (hover: hover) and (pointer: fine) {
  .archive .archive-search__options-wrapper .archive-search__options .archive-search__option:hover {
    background-color: #d5efef;
  }
}
.archive .archive-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 345px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .archive .archive-list {
    margin-top: 50px;
    grid-template-columns: repeat(auto-fill, 350px);
    gap: 50px;
  }
}
.archive .archive-list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}
.archive .archive-list-item__image {
  height: 212px;
  width: 100%;
  border-radius: 17px;
  overflow: hidden;
}
.archive .archive-list-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .archive-list-item__categories {
  margin-top: 27.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .archive .archive-list-item__categories {
    margin-top: 28px;
    gap: 15px;
  }
}
.archive .archive-list-item__category {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.663125;
  padding: 0 17px;
  background-color: #009e9a;
}
.archive .archive-list-item__title {
  margin-top: 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3157894737;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .archive .archive-list-item__title {
    margin-top: 13px;
  }
}
.archive .archive-list-item__content {
  margin-top: 11.11px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .archive .archive-list-item__content {
    margin-top: 12px;
  }
}
.archive .archive-list-item__link-button {
  width: 256.48px;
  height: 59.6px;
  margin: 27.6px auto 0;
  position: relative;
  display: grid;
  place-items: center;
  border: 2px solid #009e9a;
  border-radius: 40px;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
.archive .archive-list-item__link-button span {
  color: #009e9a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.72;
  -webkit-transition: color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out;
}
.archive .archive-list-item__link-button svg {
  position: absolute;
  top: 50%;
  right: 10.47px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.18s ease-in-out;
  transition: -webkit-transform 0.18s ease-in-out;
  transition: transform 0.18s ease-in-out;
  transition: transform 0.18s ease-in-out, -webkit-transform 0.18s ease-in-out;
}
.archive .archive-list-item__link-button svg path {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .archive .archive-list-item__link-button:hover {
    background-color: #009e9a;
  }
  .archive .archive-list-item__link-button:hover span {
    color: #fff;
  }
  .archive .archive-list-item__link-button:hover svg path {
    stroke: #fff;
  }
}
.archive .pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.archive .pagination li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.01em;
}
.archive .pagination li span.current {
  background-color: #009e9a;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  margin: 0 -4px;
}
.archive .pagination li a.prev,
.archive .pagination li a.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive .pagination li a.prev svg,
.archive .pagination li a.next svg {
  margin: 0 -2px;
}
@media screen and (min-width: 768px) {
  .archive .pagination {
    margin-top: 50px;
  }
}
.archive .access__section {
  margin-top: 100px;
}

.blog-single .blog-single__heading {
  max-width: 760px;
  margin: 50px auto 0;
  width: 100%;
}
.blog-single .blog-single__heading .blog-single__title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .blog-single .blog-single__heading .blog-single__title {
    font-size: 25px;
  }
}
.blog-single .blog-single__heading .blog-single__meta {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 21px;
}
.blog-single .blog-single__heading .blog-single__date {
  color: #9f9f9f;
}
.blog-single .blog-single__heading .m__voice-list-item__categories {
  max-width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .blog-single .blog-single__heading .m__voice-list-item__categories {
    margin-top: 16px;
  }
}
.blog-single .blog-single__heading .m__voice-list-item__category {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.72;
  color: #fff;
  background-color: #009e9a;
  padding: 0px 21px;
}
.blog-single .blog-single__content {
  max-width: 760px;
  margin: 20px auto 0;
  width: 100%;
}
.blog-single .blog-single__content .blog-single__thumbnail {
  width: 100%;
  height: auto;
}
.blog-single .blog-single__content .blog-single__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-single .blog-single__content .post_content {
  padding: 0;
}
.blog-single .blog-single__access-section {
  margin-top: 100px;
}

.contact .contact-cta__wrapper {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .contact .contact-cta__wrapper {
    margin-top: 59px;
  }
}
.contact .contact-cta__inner {
  max-width: 667px;
  width: 100%;
  margin: 0 auto;
  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;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .contact .contact-cta__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
  }
}
.contact .contact-cta__content {
  width: 100%;
  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;
  gap: 20px;
}
.contact .contact-cta__heading {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 8px;
}
.contact .contact-cta__heading--line {
  border-left: 14px solid #03bb00;
}
.contact .contact-cta__heading--tel {
  border-left: 14px solid #f39800;
}
.contact .contact-cta__title {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.contact .contact-cta__subtitle {
  font-size: 16px;
  line-height: 1.3;
}
.contact .contact-cta__reservation-button {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  width: 243.74px;
  height: 56.42px;
  border-radius: 35px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--line {
  gap: 13px;
  border: 1px solid #03bb00;
  background-color: #03bb00;
  padding: 0 0 0 18.86px;
  -webkit-transition: background-color 0.18s ease-in-out, color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out, color 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .contact .contact-cta__reservation-button.contact-cta__reservation-button--line:hover {
    color: #03bb00;
    background-color: #fff;
  }
  .contact .contact-cta__reservation-button.contact-cta__reservation-button--line:hover .contact-cta-link__icon path {
    fill: #fff;
  }
  .contact .contact-cta__reservation-button.contact-cta__reservation-button--line:hover .contact-cta-link__icon path:first-child {
    fill: #03bb00;
  }
  .contact .contact-cta__reservation-button.contact-cta__reservation-button--line:hover .contact-cta-link__arrow path {
    stroke: #03bb00;
  }
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--line .contact-cta-link__text {
  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;
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--line .contact-cta-link__small-text {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--line .contact-cta-link__large-text {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--line .contact-cta-link__icon path {
  -webkit-transition: fill 0.18s ease-in-out;
  transition: fill 0.18s ease-in-out;
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--line .contact-cta-link__arrow path {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--tel {
  gap: 1px;
  border: 1px solid #f39800;
  background-color: #f39800;
  padding: 0 0 0 13.87px;
  -webkit-transition: background-color 0.18s ease-in-out, color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out, color 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .contact .contact-cta__reservation-button.contact-cta__reservation-button--tel:hover {
    color: #f39800;
    background-color: #fff;
  }
  .contact .contact-cta__reservation-button.contact-cta__reservation-button--tel:hover .contact-cta-link__icon path {
    fill: #f39800;
  }
  .contact .contact-cta__reservation-button.contact-cta__reservation-button--tel:hover .contact-cta-link__arrow path {
    stroke: #f39800;
  }
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--tel .contact-cta-link__text {
  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;
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--tel .contact-cta-link__small-text {
  margin-left: -6px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--tel .contact-cta-link__large-text {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--tel .contact-cta-link__icon path {
  -webkit-transition: fill 0.18s ease-in-out;
  transition: fill 0.18s ease-in-out;
}
.contact .contact-cta__reservation-button.contact-cta__reservation-button--tel .contact-cta-link__arrow path {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}
.contact .contact-cta__reservation-button .contact-cta-link__arrow {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .contact-form__section {
  margin: 50px auto 0;
  max-width: 667px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact .contact-form__section {
    margin: 59px auto 0;
  }
}
.contact .contact-form__heading {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 8px;
  border-left: 14px solid #009e9a;
}
.contact .contact-form__title {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.contact .contact-form__subtitle {
  font-size: 16px;
  line-height: 1.3;
}
.contact .contact-form__wrapper {
  margin-top: 20px;
}
.contact .contact-form__list {
  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;
  gap: 25px;
}
.contact .contact-form__row {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
}
.contact .contact-form__row dd {
  width: 100%;
}
.contact .contact-form__row dd input[type=text],
.contact .contact-form__row dd input[type=email],
.contact .contact-form__row dd input[type=tel] {
  width: 100%;
  height: 45px;
  padding: 11px 20px 12px;
  border: 1px solid #009e9a;
  border-radius: 5px;
}
.contact .contact-form__row dd input[type=text]::-webkit-input-placeholder,
.contact .contact-form__row dd input[type=email]::-webkit-input-placeholder,
.contact .contact-form__row dd input[type=tel]::-webkit-input-placeholder {
  color: #d9d9d9;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.contact .contact-form__row dd input[type=text]::-moz-placeholder,
.contact .contact-form__row dd input[type=email]::-moz-placeholder,
.contact .contact-form__row dd input[type=tel]::-moz-placeholder {
  color: #d9d9d9;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.contact .contact-form__row dd input[type=text]::-ms-input-placeholder,
.contact .contact-form__row dd input[type=email]::-ms-input-placeholder,
.contact .contact-form__row dd input[type=tel]::-ms-input-placeholder {
  color: #d9d9d9;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.contact .contact-form__row dd input[type=text]::placeholder,
.contact .contact-form__row dd input[type=email]::placeholder,
.contact .contact-form__row dd input[type=tel]::placeholder {
  color: #d9d9d9;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.contact .contact-form__row dd select,
.contact .contact-form__row dd input[type=date],
.contact .contact-form__row dd input.contact-form__calendar[readonly] {
  width: 174px;
  height: 45px;
  padding: 11px 20px 12px;
  border: 1px solid #009e9a;
  border-radius: 5px;
  cursor: pointer;
}
.contact .contact-form__row dd select {
  width: 174px;
  height: 45px;
  padding: 11px 20px 12px;
  border: 1px solid #009e9a;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.contact .contact-form__row dd textarea {
  width: 100%;
  height: 335px;
  padding: 11px 20px 12px;
  border: 1px solid #009e9a;
  border-radius: 5px;
}
.contact .contact-form__row dd textarea::-webkit-input-placeholder {
  color: #d9d9d9;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.contact .contact-form__row dd textarea::-moz-placeholder {
  color: #d9d9d9;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.contact .contact-form__row dd textarea::-ms-input-placeholder {
  color: #d9d9d9;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.contact .contact-form__row dd textarea::placeholder {
  color: #d9d9d9;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.contact .contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.contact .contact-form__required {
  width: 53px;
  height: 26px;
  border-radius: 16px;
  background-color: #ec6d85;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}
.contact .contact-form__non-required {
  width: 53px;
  height: 26px;
  border-radius: 16px;
  background-color: #aeaeae;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}
.contact .contact-form__label-text {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.contact .contact-form__label-text--required {
  color: #fff;
}
.contact .contact-form__calendar-wrapper {
  position: relative;
}
.contact .contact-form__calendar-wrapper svg {
  position: absolute;
  top: 50%;
  left: 142px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.contact .contact-form__time-wrapper {
  position: relative;
}
.contact .contact-form__time-wrapper svg {
  position: absolute;
  top: 50%;
  left: 154px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.contact .contact-form__submit-button {
  margin: 50px auto 0;
  position: relative;
  width: 245px;
  height: 57px;
  border: 2px solid #009e9a;
  border-radius: 35px;
  background-color: #009e9a;
  color: #fff;
  -webkit-transition: color 0.18s ease-in-out, background-color 0.18s ease-in-out;
  transition: color 0.18s ease-in-out, background-color 0.18s ease-in-out;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.contact .contact-form__submit-button svg {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .contact-form__submit-button svg path {
  -webkit-transition: stroke 0.18s ease-in-out;
  transition: stroke 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .contact .contact-form__submit-button:hover {
    background-color: #fff;
    color: #009e9a;
  }
  .contact .contact-form__submit-button:hover svg path {
    stroke: #009e9a;
  }
}
.contact .banner-coupon {
  margin-top: 108px;
}
@media screen and (min-width: 768px) {
  .contact .banner-coupon {
    margin-top: 96px;
  }
}
.contact .access__section {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .contact .access__section {
    margin-top: 100px;
  }
}

.flatpickr-months .flatpickr-month {
  height: 43px !important;
}

.flatpickr-current-month {
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.flatpickr-current-month input.cur-year {
  padding: 0 12px 0 0.5ch !important;
}

.first .first-description-contents {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .first .first-description-contents {
    margin-top: 40px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .first .first-description-contents {
    gap: 45px;
  }
}
.first .first-description-content.first-description-content--left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.first .first-description-content.first-description-content--right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.first .first-description-content__title {
  font-size: 19px;
  line-height: 1.3157894737;
  font-weight: 700;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .first .first-description-content__title {
    font-size: 25px;
    line-height: 1.4;
  }
}
.first .first-description-content-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
.first .first-description-content__text {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
.first .first-description-content__text strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .first .first-description-content__text {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}
.first .first-description-content-image__wrapper {
  width: 300px;
  height: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) {
  .first .first-description-content-image__wrapper {
    width: 360px;
    height: 360px;
  }
}
@media screen and (min-width: 1280px) {
  .first .first-description-content-image__wrapper {
    width: 420px;
    height: 420px;
  }
}
.first .first-description-content-image__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.first .introduction {
  margin-top: 99.61px;
}
@media screen and (min-width: 768px) {
  .first .introduction {
    margin-top: 100px;
  }
}
.first .introduction__title {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .first .introduction__title {
    font-size: 35px;
  }
}
.first .introduction__title span {
  letter-spacing: 0.15em;
}
.first .introduction__slider-container {
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .first .introduction__slider-container {
    padding: 40px 0 0;
  }
}
.first .introduction__slider {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .first .introduction__slider {
    padding: 0 63px;
  }
}
.first .swiper-button-prev.introduction__slider-button-prev,
.first .swiper-button-next.introduction__slider-button-next {
  z-index: 10;
}
.first .introduction__slider-button-prev {
  left: 8.89px;
  width: 7.96px;
  height: 15.9px;
}
@media screen and (min-width: 768px) {
  .first .introduction__slider-button-prev {
    width: 19.73px;
    height: 39.46px;
    left: 23.32px;
  }
}
.first .introduction__slider-button-next {
  right: 8.89px;
  width: 7.96px;
  height: 15.9px;
}
@media screen and (min-width: 768px) {
  .first .introduction__slider-button-next {
    width: 19.73px;
    height: 39.46px;
    right: 23.32px;
  }
}
.first .introduction-thumbnail__slider {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .first .introduction-thumbnail__slider {
    padding: 0 63px;
  }
}
.first .introduction-thumbnail__slider-wrapper {
  margin-top: 6.41px;
}
@media screen and (min-width: 768px) {
  .first .introduction-thumbnail__slider-wrapper {
    margin-top: 15px;
  }
}
.first .introduction-thumbnail__slide.is-hidden {
  display: none;
}
.first .m__features__section {
  margin-top: 99.71px;
}
@media screen and (min-width: 768px) {
  .first .m__features__section {
    margin-top: 100px;
  }
}
.first .treatment-process {
  margin-top: 118px;
}
@media screen and (min-width: 768px) {
  .first .treatment-process {
    margin-top: 100px;
  }
}
.first .q-and-a__section {
  margin-top: 100px;
}
.first .q-and-a__inner {
  margin: 50px auto 0;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .first .q-and-a__inner {
    margin: 40px auto 0;
  }
}
.first .q-and-a__heading {
  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;
}
.first .q-and-a__sub-title {
  font-size: 15.38px;
  line-height: 1.2;
  font-weight: 700;
  color: #009e9a;
}
@media screen and (min-width: 768px) {
  .first .q-and-a__sub-title {
    font-size: 19px;
  }
}
.first .q-and-a__title {
  font-size: 22px;
  line-height: 1.72;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .first .q-and-a__title {
    font-size: 36px;
  }
}
.first .q-and-a__content {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .first .q-and-a__content {
    margin-top: 40px;
  }
}
.first .q-and-a__summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 48.77px 15px 0;
  border-bottom: 1px dashed #9f9f9f;
  cursor: pointer;
}
.first .q-and-a__summary svg {
  position: absolute;
  top: 50%;
  right: 11.39px;
  width: 13.02px;
  height: 6.5px;
  -webkit-transform: translateY(calc(-50% - 7px));
          transform: translateY(calc(-50% - 7px));
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width: 768px) {
  .first .q-and-a__summary svg {
    right: 27.46px;
    width: auto;
    width: initial;
    height: auto;
    height: initial;
  }
}
.first .q-and-a__question-icon {
  width: 28.85px;
  height: 28.85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 1.44px solid #009e9a;
  display: grid;
  place-items: center;
  font-size: 14.42px;
  line-height: 1.3;
  font-family: "Kodchasan", sans-serif;
  font-weight: 700;
  color: #009e9a;
}
.first .q-and-a__item[open] .q-and-a__summary svg {
  -webkit-transform: translateY(calc(-50% - 7px)) rotate(180deg);
          transform: translateY(calc(-50% - 7px)) rotate(180deg);
}
.first .q-and-a__question-text {
  font-size: 16px;
  line-height: 1.72;
  font-weight: 700;
}
.first .q-and-a__answer-wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.first .q-and-a__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  padding: 0 36.71px 15px 0;
  margin: 0 0 15px;
  border-bottom: 0.96px solid #9f9f9f;
}
.first .q-and-a__answer-icon {
  width: 28.85px;
  height: 28.85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  border: 1.44px solid #f39800;
  display: grid;
  place-items: center;
  font-size: 14.42px;
  line-height: 1.3;
  font-family: "Kodchasan", sans-serif;
  font-weight: 700;
  color: #f39800;
}
.first .q-and-a__answer-text {
  font-size: 15px;
  line-height: 1.5;
}
.first .banner-coupon {
  margin-top: 99.73px;
}
@media screen and (min-width: 768px) {
  .first .banner-coupon {
    margin-top: 100px;
  }
}
.first .access__section {
  margin-top: 79.68px;
}
@media screen and (min-width: 768px) {
  .first .access__section {
    margin-top: 100.79px;
  }
}

.front-page .fv {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 0;
  height: 450px;
}
@media screen and (min-width: 1024px) {
  .front-page .fv {
    height: 860px;
    margin-top: 12px;
    padding: 0 50px 60px;
  }
}
.front-page .fv-slider {
  width: 100%;
  height: 100%;
}
.front-page .fv-slides {
  width: 100%;
  height: 100%;
}
.front-page .fv-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .front-page .fv-slide {
    border-radius: 30px;
  }
}
.front-page .fv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 74% 55%;
     object-position: 74% 55%;
}
.front-page .fv-text {
  position: absolute;
  z-index: 4;
  width: 282px;
  top: 181px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .front-page .fv-text {
    top: 84px;
    left: 60px;
    width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .fv-text {
    top: 140px;
    left: 100px;
    width: 729px;
  }
}
.front-page .fv-upper-text {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3636363636;
}
@media screen and (min-width: 768px) {
  .front-page .fv-upper-text {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .fv-upper-text {
    font-size: 50px;
    line-height: 1.4;
  }
}
.front-page .fv-lower-text {
  margin-top: 25px;
  border-top: 2px solid #3f3f3f;
  padding-top: 25px;
  font-size: 16px;
  border-top-width: 1px;
  line-height: 1.5625;
  margin-top: 15px;
  padding-top: 10px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .front-page .fv-lower-text {
    font-size: 20px;
    line-height: 1.5625;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .fv-lower-text {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}
.front-page .fv-strength__list {
  position: absolute;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 15px;
  z-index: 4;
  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;
  max-width: 316px;
  width: 100%;
  height: auto;
  padding: 16px 36px 11px;
  top: 358px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .front-page .fv-strength__list {
    top: 320px;
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .fv-strength__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1160px;
    width: 100%;
    height: 136px;
    padding: 30px;
    top: auto;
    top: initial;
    bottom: 120px;
  }
}
.front-page .fv-strength__item {
  width: 100%;
  border-right: none;
  border-bottom: 1px dashed #9f9f9f;
  font-size: 15px;
  line-height: 1.2666666667;
  letter-spacing: -0.03em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .front-page .fv-strength__item {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #9f9f9f;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .fv-strength__item {
    width: 275%;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    border-right: 2px dashed #9f9f9f;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.front-page .fv-strength__item:last-child {
  border-right: none;
}
@media screen and (max-width: 1023px) {
  .front-page .fv-strength__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.front-page .fv-strength__item span {
  color: #009e9a;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.0555555556;
}
@media screen and (min-width: 768px) {
  .front-page .fv-strength__item span {
    font-size: 28px;
    line-height: 1.1666666667;
  }
}
@media screen and (min-width: 1024px) {
  .front-page .fv-strength__item span {
    line-height: 1.1;
    font-size: 33px;
  }
}
.front-page .m__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 113px;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .front-page .m__banners {
    margin-top: 0;
    gap: 60px;
  }
}
.front-page .m__cta-wrapper {
  margin-top: 60.79px;
}
@media screen and (max-width: 767px) {
  .front-page .m__cta-wrapper {
    margin-top: 33px;
  }
}
.front-page .symptoms-survey__section {
  margin-top: 66.72px;
}
@media screen and (max-width: 767px) {
  .front-page .symptoms-survey__section {
    margin-top: 55.58px;
  }
}
.front-page .symptoms-survey__inner {
  padding: 0 77.3px;
}
@media screen and (max-width: 767px) {
  .front-page .symptoms-survey__inner {
    padding: 0 15px;
  }
}
.front-page .symptoms-survey__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-page .symptoms-survey__title {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.front-page .symptoms-survey__title .bouten {
  position: relative;
  font-size: 35px;
  -webkit-text-decoration: underline dotted #009e9a;
          text-decoration: underline dotted #009e9a;
}
@media screen and (max-width: 767px) {
  .front-page .symptoms-survey__title .bouten {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
@supports ((-webkit-text-emphasis: "・") or (text-emphasis: "・")) or (-webkit-text-emphasis: "・") {
  .front-page .symptoms-survey__title .bouten {
    text-decoration: none;
  }
  .front-page .symptoms-survey__title .bouten::after {
    content: attr(data-bouten-text);
    position: absolute;
    inset: 0;
    pointer-events: none;
    color: transparent;
    text-emphasis: "・";
    -webkit-text-emphasis: "・";
    text-emphasis-position: over;
    -webkit-text-emphasis-position: over;
    text-emphasis-color: #009e9a;
    -webkit-text-emphasis-color: #009e9a;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  @media screen and (max-width: 767px) {
    .front-page .symptoms-survey__title .bouten::after {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
    }
  }
}
.front-page .m__fn__symptoms-list-wrapper {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .front-page .m__fn__symptoms-list-wrapper {
    margin: 25px 0 0;
  }
}
.front-page .m__trouble__section {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .front-page .m__trouble__section {
    margin-top: 50px;
  }
}
.front-page .resolve {
  margin-top: 102px;
}
.front-page .resolve__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-page .resolve__title {
    font-size: 22px;
  }
}
.front-page .resolve__image {
  margin: 48px 0 0;
}
@media screen and (max-width: 767px) {
  .front-page .resolve__image {
    margin: 32px -15px 0;
  }
}
.front-page .m__features__section {
  margin-top: 104.17px;
}
@media screen and (max-width: 767px) {
  .front-page .m__features__section {
    margin-top: 100px;
  }
}
.front-page .banner-medical-journal {
  margin: 96px 0 0;
}
@media screen and (max-width: 767px) {
  .front-page .banner-medical-journal {
    margin: 118px -15px 0;
    width: calc(100% + 30px);
  }
}
.front-page .voice-survey__section {
  margin-top: 100.85px;
}
.front-page .treatment-process {
  margin-top: 114.77px;
}
@media screen and (min-width: 768px) {
  .front-page .treatment-process {
    margin-top: 108px;
  }
}
.front-page .greeting__section {
  margin-top: 99.89px;
}
@media screen and (max-width: 767px) {
  .front-page .greeting__section {
    margin-top: 100px;
  }
}
.front-page .banner-coupon {
  margin-top: 100px;
}
.front-page .access__section {
  margin-top: 100.79px;
}
@media screen and (max-width: 767px) {
  .front-page .access__section {
    margin-top: 71.72px;
  }
}

.price-page .price-page__contents {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .price-page .price-page__contents {
    margin-top: 50px;
  }
}
.price-page .price-page-contents__inner {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .price-page .price-page-contents__inner {
    padding: 0 61.5px;
  }
}
.price-page .price-page-contents__text {
  font-size: 16px;
  line-height: 1.5625;
}
.price-page .price-page-contents__banner {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__banner {
    margin-top: 50px;
  }
}
.price-page .price-page-contents__time-schedule {
  margin: 40px auto 0;
  padding: 10.8px;
  border-radius: 15.99px;
  border: 1.87px solid #3f3f3f;
  max-width: 554px;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__time-schedule {
    margin: 50px auto 0;
    border-radius: 25.68px;
  }
}
.price-page .price-page-contents__time {
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__time {
    font-size: 20px;
  }
}
.price-page .price-page-contents__time .large-text {
  font-size: 20px;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__time .large-text {
    font-size: 30px;
  }
}
.price-page .price-page-contents__time-schedule-text {
  margin-top: 9.34px;
  text-align: center;
  color: #009e9a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__time-schedule-text {
    margin-top: 15px;
    font-size: 20px;
  }
}
.price-page .price-page-contents__time-schedule-text .large-text {
  font-size: 20px;
  color: #f39800;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__time-schedule-text .large-text {
    font-size: 30px;
  }
}
.price-page .price-page-contents__price {
  margin: 40px auto 0;
  max-width: 554px;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__price {
    margin: 50px auto 0;
  }
}
.price-page .price-page-contents__price-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.635;
  color: #009e9a;
  text-align: center;
  border-top: 1.87px solid #009e9a;
  border-bottom: 1.87px solid #009e9a;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__price-title {
    font-size: 24px;
    line-height: 2.1875;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
}
.price-page .price-page-contents__price-list {
  margin-top: 20px;
  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;
  gap: 20px;
}
.price-page .price-page-contents__price-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.price-page .price-page-contents__price-list-title {
  display: grid;
  grid-template-columns: 42.07px 162px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.93px;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__price-list-title {
    grid-template-columns: 39.66px 192px;
    gap: 10.34px;
  }
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__price-list-title svg.fundamental-improvement {
    max-width: 39.66px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__price-list-title svg.check-foot {
    max-width: 32px;
    width: 100%;
  }
}
.price-page .price-page-contents__price-list-title-text {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 700;
  color: #009e9a;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__price-list-title-text {
    font-size: 16px;
    line-height: 1.25;
  }
}
.price-page .price-page-contents__price-list-title-text .large-text {
  font-size: 18px;
  line-height: 1;
}
.price-page .price-page-contents__price-list-item {
  font-size: 14px;
  line-height: 1.4785714286;
  letter-spacing: -0.02em;
  color: #009e9a;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__price-list-item {
    font-size: 16px;
    line-height: 2.075;
  }
}
.price-page .price-page-contents__price-list-item .large-text {
  font-size: 18px;
  line-height: 1.15;
}
@media screen and (min-width: 768px) {
  .price-page .price-page-contents__price-list-item .large-text {
    line-height: 1.8444444444;
  }
}
.price-page .treatment-process {
  margin-top: 84.34px;
}
@media screen and (min-width: 768px) {
  .price-page .treatment-process {
    margin-top: 117.54px;
  }
}
.price-page .access__section {
  margin-top: 100px;
}

.page-symptoms .fv {
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 0;
  height: 450px;
}
@media screen and (min-width: 1024px) {
  .page-symptoms .fv {
    width: 100%;
    height: 555.22px;
    margin: 0;
    padding: 0;
  }
}
.page-symptoms .fv-slider {
  width: 100%;
  height: 100%;
}
.page-symptoms .fv-slides {
  width: 100%;
  height: 100%;
}
.page-symptoms .fv-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .page-symptoms .fv-slide {
    border-radius: 15px;
  }
}
.page-symptoms .fv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 74% 55%;
     object-position: 74% 55%;
}
.page-symptoms .fv-text {
  position: absolute;
  z-index: 4;
  width: 282px;
  top: 181px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .page-symptoms .fv-text {
    top: 97.16px;
    left: 34.7px;
    width: 506px;
  }
}
.page-symptoms .fv-upper-text {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3636363636;
}
@media screen and (min-width: 768px) {
  .page-symptoms .fv-upper-text {
    font-size: 34.7px;
    line-height: 1.4005763689;
  }
}
.page-symptoms .fv-lower-text {
  margin-top: 25px;
  border-top: 2px solid #3f3f3f;
  padding-top: 25px;
  font-size: 16px;
  border-top-width: 1px;
  line-height: 1.5625;
  margin-top: 15px;
  padding-top: 10px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-symptoms .fv-lower-text {
    margin-top: 17px;
    padding-top: 17px;
    font-size: 17.35px;
    line-height: 1.4409221902;
  }
}
.page-symptoms .fv-strength__list {
  position: absolute;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  z-index: 4;
  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;
  max-width: 316px;
  width: 100%;
  height: auto;
  padding: 16px 36px 11px;
  top: 358px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .page-symptoms .fv-strength__list {
    padding: 16px 0 11px;
    top: 377.55px;
    max-width: 805.45px;
    width: 100%;
    height: 94.64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-symptoms .fv-strength__item {
  width: 100%;
  border-right: none;
  border-bottom: 1px dashed #9f9f9f;
  font-size: 15px;
  line-height: 1.2666666667;
  letter-spacing: -0.03em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .page-symptoms .fv-strength__item {
    width: 275%;
    font-size: 15.96px;
    line-height: 1.3471177945;
    letter-spacing: 0.1em;
    border-right: 2px dashed #9f9f9f;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.page-symptoms .fv-strength__item:last-child {
  border-right: none;
}
@media screen and (max-width: 1023px) {
  .page-symptoms .fv-strength__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.page-symptoms .fv-strength__item span {
  color: #009e9a;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.0555555556;
}
@media screen and (min-width: 1024px) {
  .page-symptoms .fv-strength__item span {
    font-size: 23px;
    line-height: 1.147826087;
  }
}
.page-symptoms .m__banners {
  margin-top: 114px;
  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;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .page-symptoms .m__banners {
    margin-top: 104px;
  }
}
.page-symptoms .m__cta-wrapper {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .page-symptoms .m__cta-wrapper {
    margin-top: 100.51px;
  }
}
.page-symptoms .voice-survey__section {
  margin-top: 65.58px;
}
@media screen and (min-width: 768px) {
  .page-symptoms .voice-survey__section {
    margin-top: 107.72px;
  }
}
.page-symptoms .symptoms-survey__section {
  margin-top: 108.09px;
}
@media screen and (max-width: 767px) {
  .page-symptoms .symptoms-survey__section {
    margin-top: 114.47px;
  }
}
.page-symptoms .symptoms-survey__inner {
  padding: 0 77.3px;
}
@media screen and (max-width: 767px) {
  .page-symptoms .symptoms-survey__inner {
    padding: 0 15px;
  }
}
.page-symptoms .symptoms-survey__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-symptoms .symptoms-survey__title {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.page-symptoms .symptoms-survey__title .bouten {
  position: relative;
  font-size: 35px;
  -webkit-text-decoration: underline dotted #009e9a;
          text-decoration: underline dotted #009e9a;
}
@media screen and (max-width: 767px) {
  .page-symptoms .symptoms-survey__title .bouten {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
@supports ((-webkit-text-emphasis: "・") or (text-emphasis: "・")) or (-webkit-text-emphasis: "・") {
  .page-symptoms .symptoms-survey__title .bouten {
    text-decoration: none;
  }
  .page-symptoms .symptoms-survey__title .bouten::after {
    content: attr(data-bouten-text);
    position: absolute;
    inset: 0;
    pointer-events: none;
    color: transparent;
    text-emphasis: "・";
    -webkit-text-emphasis: "・";
    text-emphasis-position: over;
    -webkit-text-emphasis-position: over;
    text-emphasis-color: #009e9a;
    -webkit-text-emphasis-color: #009e9a;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  @media screen and (max-width: 767px) {
    .page-symptoms .symptoms-survey__title .bouten::after {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
    }
  }
}
.page-symptoms .m__fn__symptoms-list-wrapper {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .page-symptoms .m__fn__symptoms-list-wrapper {
    margin: 25px 0 0;
  }
}
.page-symptoms .reason__section {
  margin-top: 97px;
}
@media screen and (min-width: 768px) {
  .page-symptoms .reason__section {
    margin-top: 100px;
  }
}
.page-symptoms .reason__title,
.page-symptoms .enhancement__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-symptoms .reason__title,
  .page-symptoms .enhancement__title {
    font-size: 30px;
  }
}
.page-symptoms .reason__contents,
.page-symptoms .enhancement__contents {
  margin-top: 30px;
  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;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .page-symptoms .reason__contents,
  .page-symptoms .enhancement__contents {
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.page-symptoms .reason__image,
.page-symptoms .enhancement__image {
  padding: 0 16.5px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-symptoms .reason__image,
  .page-symptoms .enhancement__image {
    padding: 0;
    max-width: 427px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page-symptoms .reason__image img,
.page-symptoms .enhancement__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.page-symptoms .reason__text,
.page-symptoms .enhancement__text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.page-symptoms .enhancement__section {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .page-symptoms .enhancement__section {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .page-symptoms .enhancement__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-symptoms .treatment-process {
  margin-top: 100px;
}
.page-symptoms .greeting__section {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .page-symptoms .greeting__section {
    margin-top: 99.89px;
  }
}
.page-symptoms .banner-coupon {
  margin-top: 100px;
}
.page-symptoms .access__section {
  margin-top: 44.68px;
}
@media screen and (min-width: 768px) {
  .page-symptoms .access__section {
    margin-top: 99.79px;
  }
}

.voice-single .voice-single__heading {
  max-width: 760px;
  margin: 50px auto 0;
  width: 100%;
}
.voice-single .voice-single__heading .voice-single__title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .voice-single .voice-single__heading .voice-single__title {
    font-size: 25px;
  }
}
.voice-single .voice-single__heading .voice-single__meta {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 21px;
}
.voice-single .voice-single__heading .voice-single__date {
  color: #9f9f9f;
}
.voice-single .voice-single__heading .m__voice-list-item__categories {
  max-width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .voice-single .voice-single__heading .m__voice-list-item__categories {
    margin-top: 16px;
  }
}
.voice-single .voice-single__heading .m__voice-list-item__category {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.72;
  color: #fff;
  background-color: #009e9a;
  padding: 0px 21px;
}
.voice-single .voice-single__content {
  max-width: 760px;
  margin: 20px auto 0;
  width: 100%;
}
.voice-single .voice-single__content .voice-single__thumbnail {
  width: 100%;
  height: auto;
}
.voice-single .voice-single__content .voice-single__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.voice-single .voice-single__content .post_content {
  padding: 0;
}
.voice-single .voice-single__access-section {
  margin-top: 100px;
}
/*# sourceMappingURL=styles.css.map */
