@charset "UTF-8";

@font-face {
  font-family: "Hiragino Mincho Pro";
  src: url("../fonts/hiraginow3.woff2") format("woff2"), url("../fonts/hiraginow3.woff") format("woff"), url("../fonts/hiraginow3.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino Mincho Pro";
  src: url("../fonts/hiraginow4.woff2") format("woff2"), url("../fonts/hiraginow4.woff") format("woff"), url("../fonts/hiraginow4.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino Mincho Pro";
  src: url("../fonts/hiraginow5.woff2") format("woff2"), url("../fonts/hiraginow5.woff") format("woff"), url("../fonts/hiraginow5.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hiragino Mincho Pro";
  src: url("../fonts/hiraginow6.woff2") format("woff2"), url("../fonts/hiraginow6.woff") format("woff"), url("../fonts/hiraginow6.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Otsuka Yu Gothic";
  src: url("../fonts/YuGothL.woff2") format("woff2"), url("../fonts/YuGothL.woff") format("woff"), url("../fonts/YuGothL.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Otsuka Yu Gothic";
  src: url("../fonts/YuGothR.woff2") format("woff2"), url("../fonts/YuGothR.woff") format("woff"), url("../fonts/YuGothR.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Otsuka Yu Gothic";
  src: url("../fonts/YuGothM.woff2") format("woff2"), url("../fonts/YuGothM.woff") format("woff"), url("../fonts/YuGothM.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Otsuka Yu Gothic";
  src: url("../fonts/YuGothB.woff2") format("woff2"), url("../fonts/YuGothB.woff") format("woff"), url("../fonts/YuGothB.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 769px) {
  html {
    font-size: calc(100vw / 1920 * 10);
  }
}

* {
  box-sizing: border-box;
  font-synthesis: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-width: 769px;
  color: #333333;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 300;
  background: #fff;
}

body.lp-root-new-page {
  margin-top: 0 !important;
}

button,
a {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.lp-root {
  width: 100%;
  min-width: 769px;
  overflow: hidden;
}

.site-footer {
  display: none;
}

.floating-banner {
  display: none;
}

.hero {
  position: relative;
  width: 100%;
  height: 92.1rem;
  overflow: hidden;
}

.hero__picture {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 92.1rem;
}

.hero__image {
  width: 100%;
  height: 92.1rem;
  object-fit: cover;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  width: 100%;
  height: 13.7rem;
}

.site-header__logo {
  position: absolute;
  top: 0;
  left: 3.8rem;
  width: 43.5rem;
  height: 13.7rem;
  background: #fff;
}

.site-header__logo-note {
  margin: 0.5rem 0;
  padding-top: 0.4rem;
  color: #333333;
  font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-shadow: none;
}

.site-header__logo h1 {
  margin: 0.3rem 0 0;
}

.site-header__logo img {
  width: 40.1rem;
  height: 10.2rem;
  margin-left: 1.7rem;
  object-fit: contain;
    margin-top: 0.8rem;
}

.site-header__access {
  position: absolute;
  top: 4rem;
  left: 82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 29.7rem;
  height: 4.6rem;
  /* padding-left: 1.4rem; */
  border-radius: 2.3rem;
  color: #333333;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.96);
  text-shadow: 0 0.1rem 0.3rem rgba(255, 255, 255, 0.85);
}

.site-header__access img {
  width: 2rem;
  height: 2.8rem;
  margin-right: 1.2rem;
}

.site-header__actions {
  position: absolute;
  top: 1.2rem;
  left: 113rem;
  display: grid;
  grid-template-columns: 21.1rem 14.2rem 29.2rem 10rem;
  column-gap: 0.4rem;
  height: 10.2rem;
}

.header-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
  padding: 0;
  color: #fff;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  text-decoration: none;
  overflow: hidden;
}

.header-action::after {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 3;
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
}

.header-action--booking {
  margin-top: 0.1rem;
  background: linear-gradient(154.6deg, #024c1e 0%, #024c1e 50%, #0c5b2a 50%, #0c5b2a 100%);
}

.header-action--line {
  height: 10.2rem;
  background: linear-gradient(144.3deg, #00b832 0%, #00b832 50%, #00c235 50%, #00c235 100%);
  flex-direction: column;
}

.header-action--phone {
  margin-top: 0.1rem;
  background: linear-gradient(161.1deg, #c28e19 0%, #c28e19 50%, #c89729 50%, #c89729 100%);
  flex-direction: column;
}

.header-action--menu {
  height: 10.2rem;
  background: linear-gradient(135deg, #004b27 0%, #004b27 50%, #005c2f 50%, #005c2f 100%);
  flex-direction: column;
}

.header-action__corner {
  display: none;
}

.header-action__lead {
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.header-action__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding-top: 3.2rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.header-action__main span {
  display: inline-block;
  width: auto;
  max-width: none;
  left: auto;
  white-space: nowrap;
  word-break: keep-all;
}

.header-action__main img {
  width: 2.9rem;
  height: 2.8rem;
}

.header-action__line-icon {
  width: 3.9rem;
  height: 3.7rem;
  margin-top: 1.1rem;
  margin-bottom: 1.5rem;
}

.header-action__line-text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.header-action__phone-lead {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.header-action__phone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 0.9rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.header-action__phone-number img {
  width: 2.1rem;
  height: 2.5rem;
}
.header-action__lead,
.header-action__line-text,
.header-action__phone-lead,
.header-action__phone-number span,
.header-action__menu-text {
  width: auto;
  left: auto;
}

.header-action__phone-lead,
.header-action__phone-number,
.header-action__phone-number span {
  white-space: nowrap;
}

.header-action__bars {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  width: 5.2rem;
  margin-top: 1rem;
}

.header-action__bars span {
  width: 5.2rem;
  height: 0.3rem;
  background: #fff;
}

.header-action__menu-text {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.header-action--menu.is-open .header-action__bars span:nth-child(1) {
  transform: translateY(1.4rem) rotate(45deg);
}

.header-action--menu.is-open .header-action__bars span:nth-child(2) {
  opacity: 0;
}

.header-action--menu.is-open .header-action__bars span:nth-child(3) {
  transform: translateY(-1.4rem) rotate(-45deg);
}

.lp-global-nav {
  position: fixed;
  z-index: 1200;
  top: 14.4rem;
  right: 0;
  width: 59.6rem;
  max-width: 100%;
  height: calc(100vh - 14.4rem);
  overflow-y: auto;
  background: #024c1e;
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
  transition: opacity 0.28s ease, transform 0.38s ease, visibility 0s linear 0.38s;
  pointer-events: none;
}

.lp-global-nav.is-open {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
}

.lp-global-nav__inner {
  width: 100%;
  padding: 3.2rem 3.8rem 4.8rem;
  box-sizing: border-box;
}

.lp-global-nav__list,
.lp-global-nav__children {
  margin: 0;
  padding: 0;
  list-style: none;
}


.lp-global-nav__sp-only {
  display: none;
}

.lp-global-nav__item {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.9);
}

.lp-global-nav__toggle,
.lp-global-nav__item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 6.5rem;
  padding: 0 1.2rem 0 1.6rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  box-sizing: border-box;
  appearance: none;
  cursor: pointer;
}

.lp-global-nav__arrow {
  margin-left: 2rem;
  font-size: 2.4rem;
  line-height: 1;
    text-align: right;
}

.lp-global-nav__toggle.is-open .lp-global-nav__arrow {
  font-size: 0;
}

.lp-global-nav__toggle.is-open .lp-global-nav__arrow::before {
  font-size: 2.4rem;
  content: "▲";
}

.lp-global-nav__children {
  padding: 0 0 0.4rem;
}

.lp-global-nav__children li {
  border-bottom: 0.1rem dashed rgba(255, 255, 255, 0.75);
}

.lp-global-nav__children li:last-child {
  border-bottom: 0;
}

.lp-global-nav__children a {
  display: block;
  padding: 1.55rem 1.6rem 1.55rem 2.2rem;
  color: #fff;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
  text-shadow: none;
}

.lp-global-nav__children a::before {
  content: "- ";
}

.lp-global-nav a:hover,
.lp-global-nav a:focus-visible,
.lp-global-nav__toggle:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.6rem;
}
.hero__veil {
  display: none;
}

.hero__copy {
  position: absolute;
  z-index: 3;
  top: 25.9rem;
  left: 52.5rem;
  width: 91.7rem;
  color: #432c1e;
  text-align: center;
}

.hero__title {
  margin: 0;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.02em;
  text-shadow:
    0 0 0.5rem rgba(255, 255, 255, 1),
    0 0 1.2rem rgba(255, 255, 255, 1),
    0 0 2.2rem rgba(255, 255, 255, 1),
    0 0 3.6rem rgba(255, 255, 255, 0.98),
    0 0 5rem rgba(255, 255, 255, 0.88),
    0 0.2rem 0.3rem rgba(255, 255, 255, 0.95);
}

.hero__title-line {
  display: block;
  white-space: nowrap;
}

.hero__title-line--first {
  padding-left: 27.8rem;
  padding-bottom: 2rem;
  text-align: left;
}

.hero__title-line--second {
  margin-top: 0.7rem;
}

.hero__title-large {
  font-size: 6.3rem;
  font-weight: 500;
  line-height: 1;
}

.hero__title-small {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.hero__lead {
  margin: 3.1rem 0 0;
  color: #333333;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.04em;
text-shadow:
  0 0 0.2rem rgba(255, 255, 255, 1),
  0 0 0.5rem rgba(255, 255, 255, 1),
  0 0 1.1rem rgba(255, 255, 255, 1),
  0 0 2rem   rgba(255, 255, 255, 1),
  0 0 3.2rem rgba(255, 255, 255, 1),
  0 0 5rem   rgba(255, 255, 255, 0.95),
  0 0 7rem   rgba(255, 255, 255, 0.85),
  0 0 9rem   rgba(255, 255, 255, 0.95),
  0 0 12rem  rgba(255, 255, 255, 0.55),
  0 0.2rem 0.3rem rgba(255, 255, 255, 1);
  filter: drop-shadow(0 0 1.5rem rgba(255, 255, 255, 0.9))
  drop-shadow(0 0 3rem rgba(255, 255, 255, 0.7));
}

.hero__lead span {
  display: block;
}

.hero-points {
  position: absolute;
  z-index: 3;
  top: 64rem;
  left: 90.2rem;
  width: 98.4rem;
  height: 27.5rem;
  padding: 3.5rem 2.4rem 2.4rem;
  background: rgba(255, 255, 255, 0.78);
}

.hero-points__grid {
  display: grid;
  grid-template-columns: 45.7rem 45.7rem;
  grid-template-rows: 9.7rem 9.7rem;
  gap: 2.3rem 2.6rem;
}

.hero-point {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45.7rem;
  height: 9.7rem;
  color: #5a4c2a;
  text-align: center;
}

.hero-point img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 45.7rem;
  height: 9.7rem;
}

.hero-point p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.04em;
  text-shadow: 0 0.1rem 0.4rem rgba(255, 255, 255, 0.9);
}

.hero-point--opinion p {
  padding-top: 0.1rem;
  font-size: 3rem;
  line-height: 1.25;
}

.hero-point__line {
  display: block;
}

.hero-point__opinion-label {
  font-size: 2.6rem;
}

.hero-point__particle {
  display: inline;
  font-size: 2.5rem;
}

.hero-point__emphasis {
  font-weight: 500;
}

.hero-point__sp-break {
  display: inline;
}

.hero-point strong {
  font-weight: 700;
}

.first {
  display: none;
}

.counseling {
  display: none;
}

.counseling__photo {
  display: none;
}

.treatment {
  display: none;
}

.microscope {
  display: none;
}

.why {
  display: none;
}

.why__photo-sp {
  display: none;
}

.select {
  display: none;
}

.reason {
  display: none;
}

.worry {
  display: none;
}

.faq {
  display: none;
}

.message,
.info {
  display: none;
}

.first__sp-only {
  display: none;
}

@media (min-width: 769px) {
    a{
        transition: all .3s ease-in-out;
    }
    a:hover{
        opacity: .8;
    }
  .first {
    position: relative;
    display: block;
    width: 100%;
    height: 97.2rem;
    overflow: hidden;
    border-top: 1.1rem solid #9c8b6e;
    background: url("../img/first_bg.jpg") center 0 / 192rem 96.1rem no-repeat;
  }

  .first__inner {
    display: grid;
    grid-template-columns: 74.2rem 4.7rem 107rem 6.1rem;
    grid-template-rows: 16.55rem 5.45rem auto;
    width: 192rem;
    height: 96.4rem;
    margin: 0 auto;
    padding-top: 9.6rem;
  }

  .first__heading {
    grid-column: 1 / -1;
    grid-row: 1;
    align-self: start;
    width: 192rem;
    color: #333333;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-weight: 500;
    text-align: center;
  }

  .first__heading h2 {
    margin: 0;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }

  .first__heading h2 em {
    color: #917a4c;
    font-style: normal;
  }

  .first__heading-small {
    font-size: 4.6rem;
  }

  .first__heading p {
    position: relative;
    width: 135.6rem;
    margin: 2.7rem auto 0;
    padding-bottom: 2.1rem;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: left;
  }

  .first__heading p::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135.6rem;
    height: 0.6rem;
    background: linear-gradient(to bottom, #8b7447 0 0.2rem, transparent 0.2rem 0.3rem, #8b7447 0.3rem 0.5rem, transparent 0.5rem);
    content: "";
  }

  .first__heading p em {
    color: #cea240;
    font-size: 3.8rem;
    font-style: normal;
  }

  .first__heading p strong {
    color: #628c60;
    font-size: 3.8rem;
    font-weight: 500;
  }

  .first__photo {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    width: 74.2rem;
    height: 57.7rem;
  }

  .first__body {
    grid-column: 3;
    grid-row: 3;
    align-self: start;
    width: 107rem;
    margin-top: 0.3rem;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0;
  }

  .first__body p {
    margin: 0 0 4.1rem;
  }

  .first__body p:last-child {
    margin-bottom: 0;
  }

  .first__marker {
    padding: 0 0.2rem;
    background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 1.4rem), #ffebaa calc(100% - 1.4rem), #ffebaa 100%);
  }

  .first__marker--long {
    padding-right: 0.4rem;
  }

  .counseling {
    display: block;
    width: 100%;
    height: 127.9rem;
    overflow: hidden;
    border-top: 1.1rem solid #9c8b6e;
    background: #eef5f8;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }

  .counseling__title-band {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 192rem;
    height: 24.4rem;
    margin: 0 auto;
    padding-top: 12.4rem;
    background:
      url("../img/counseling_title_bg.png") center top / 192rem 24.4rem no-repeat,
      linear-gradient(to bottom, #f7f9fb 0 4.5rem, #eef5f8 4.5rem 100%);
  }

  .counseling__title-band img {
    width: 79.1rem;
    height: 8.6rem;
  }

  .counseling__visual {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 192rem;
    min-height: 67rem;
    height: auto;
    margin: 0 auto;
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
    background: url("../img/counseling_bg.jpg") center top / 192rem 100% no-repeat;
    box-sizing: border-box;
  }

  .counseling__panel {
    width: 105.8rem;
    min-height: 59.9rem;
    height: auto;
    padding: 3.7rem 2.5rem 3rem;
    border-radius: 2.1rem;
    background: rgba(255, 255, 255, 0.86);
    box-shadow:
      0 0 0 2rem rgba(255, 255, 255, 0.36),
      0 0.4rem 2.2rem rgba(0, 0, 0, 0.12);
    text-align: center;
    box-sizing: border-box;
  }

  .counseling__panel h2,
  .counseling__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 0 0 3.5rem;
    color: #333333;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    /* letter-spacing: 0.06em; */
  }

  .counseling__panel h2::before,
  .counseling__panel h2::after,
  .counseling__title::before,
  .counseling__title::after {
    display: block;
    width: 16.5rem;
    height: 0.1rem;
    background: #4b876f;
    content: "";
  }

  .counseling__worries {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 96rem;
    height: 23.2rem;
    margin: 0 auto 0.5rem;
    padding: 1.7rem 0 3.5rem 4rem;
    background: url("../img/counseling_contact_bg.png") center / 96rem 23.2rem no-repeat;
  }

  .counseling__worries p {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 1.45;
    /* letter-spacing: 0.02em; */
    text-align: left;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.12);
  }

  .counseling__worries p + p {
    margin-top: 1.8rem;
  }

  .counseling__check {
    flex: 0 0 auto;
    width: 4.9rem;
    height: 4.9rem;
    margin-right: 0.5rem;
  }

  .counseling__lead {
    margin: 0;
    color: #5c8f7e;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.4;
    /* letter-spacing: 0.08em; */
  }

  .counseling__free {
    margin: 0;
    color: #9c8b6e;
    font-size: 4rem;
    font-weight: 500;
    /* line-height: 1.25; */
    letter-spacing: 0.08em;
  }

  .counseling__message {
    margin: 0;
    padding-top: 2.5rem;
    border-top: 0.2rem solid #c4a245;
    color: #333333;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }

  .counseling__actions {
    display: grid;
    grid-template-columns: repeat(3, 46.3rem);
    column-gap: 4.8rem;
    width: 148.5rem;
    margin: 6.5rem auto 0;
  }

  .counseling-action {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 46.3rem;
    height: 15.9rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  }

  .counseling-action::after {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }

  .counseling-action--phone {
    background: linear-gradient(161.1deg, #c28e19 0%, #c28e19 50%, #c89729 50%, #c89729 100%);
  }

  .counseling-action--booking {
    background: linear-gradient(161.1deg, #024c1e 0%, #024c1e 50%, #0c5b2a 50%, #0c5b2a 100%);
  }

  .counseling-action--line {
    background: linear-gradient(161.1deg, #00b832 0%, #00b832 50%, #00c235 50%, #00c235 100%);
  }

  .counseling-action__lead {
    display: block;
    margin-bottom: 1.1rem;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .counseling-action--booking .counseling-action__lead {
    margin-bottom: 1.4rem;
    font-size: 2.8rem;
  }

  .counseling-action__main {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .counseling-action--phone .counseling-action__main {
    font-size: 4.7rem;
  }

  .counseling-action__main img {
    flex: 0 0 auto;
    margin-right: 1.2rem;
  }

  .counseling-action--phone img {
    width: 2.6rem;
    height: 3.4rem;
  }

  .counseling-action--booking img {
    width: 4.7rem;
    height: 4rem;
  }

  .counseling-action--line img {
    width: 6.7rem;
    height: auto;
    margin-right: 1.8rem;
  }

  .treatment {
    display: block;
    width: 100%;
    height: 203.9rem;
    overflow: hidden;
    border-top: 1.1rem solid #9c8b6e;
    background: url("../img/treatment_bg.jpg") center 26.1rem / 200rem 203.9rem no-repeat;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }

  .treatment__title-band {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 192rem;
    height: 26.1rem;
    margin: 0 auto;
    padding: 14rem 0 3.5rem;
    background: url("../img/treatment_title_bg.png") center top / 192rem 26.1rem no-repeat;
    box-sizing: border-box;
  }

  .treatment__title-band img {
    width: 115.8rem;
    height: 8.6rem;
    margin-top: 0;
  }

  .treatment__inner {
    width: 162.8rem;
    margin: 0 auto;
    padding-top: 4.5rem;
  }

  .treatment h2 {
    margin: 0;
    color: #333333;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: none;
  }

  .treatment__group h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    margin: 0;
    color: #333333;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: none;
  }

  .treatment__group h3::before,
  .treatment__group h3::after {
    display: block;
    width: 24.4rem;
    height: 0.1rem;
    background: #628c60;
    content: "";
  }

  .treatment__group--worry {
    margin-top: 5.2rem;
  }

  .treatment__group--worry .treatment__grid {
    margin-top: 2rem;
  }

  .treatment__group--content {
    margin-top: 4.3rem;
  }

  .treatment__group--content .treatment__grid {
    margin-top: 2rem;
  }

  .treatment__group--about {
    margin-top: 6.3rem;
  }

  .treatment__group--about .treatment__grid {
    margin-top: 2rem;
  }

  .treatment__grid {
    display: grid;
    grid-template-columns: repeat(3, 47.1rem);
    gap: 4.1rem 6rem;
    justify-content: center;
    width: 153.3rem;
    margin-right: auto;
    margin-left: auto;
    padding: 5rem;
    background: #fff;
    box-sizing: content-box;
  }

  .treatment-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47.1rem;
    height: 14.5rem;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.14);
  }

  .treatment-card::before {
    position: absolute;
    inset: 0.6rem;
    z-index: 0;
    border: 0.1rem solid #fff;
    background: var(--treatment-card-bg);
    content: "";
  }

  .treatment-card span {
    position: relative;
    z-index: 1;
  }

  .treatment-card::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }

  .treatment-card--green {
    --treatment-card-bg: linear-gradient(to bottom right, #628c60 0%, #628c60 50%, #4f7c4b 50%, #4f7c4b 100%);
    background: var(--treatment-card-bg);
  }

  .treatment-card--brown {
    --treatment-card-bg: linear-gradient(to bottom right, #a08f71 0%, #a08f71 50%, #928066 50%, #928066 100%);
    background: var(--treatment-card-bg);
  }

  .treatment-card--gold {
    --treatment-card-bg: linear-gradient(to bottom right, #d1a63a 0%, #d1a63a 50%, #c49224 50%, #c49224 100%);
    background: var(--treatment-card-bg);
  }

  .treatment__group--content .treatment-card:nth-child(n+7) {
    margin-top: 3.3rem;
  }

  .microscope {
    display: block;
    width: 100%;
    height: 271.1rem;
    overflow: hidden;
    padding-top: 8.3rem;
    background: url("../img/microscope_bg.jpg") center top / 192rem 271.1rem no-repeat #fff;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    box-sizing: border-box;
  }

  .microscope__head {
    display: flex;
    align-items: flex-start;
    width: 31.3rem;
    height: 96.9rem;
    margin-left: calc(50% - 84rem);
    padding: 17.8rem 0 0 8.7rem;
    background: url("../img/microscope_head_txt_bg.jpg") center / 31.3rem 96.9rem no-repeat;
    box-sizing: border-box;
  }

  .microscope__vertical-title,
  .microscope__vertical-sub {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0;
    color: #333333;
    line-height: 1;
    letter-spacing: 0.04em;
    text-shadow: none;
  }

  .microscope__vertical-title {
    order: 2;
    font-size: 7rem;
    font-weight: 500;
  }

  .microscope__vertical-title span {
    display: inline;
  }

  .microscope__visible {
    color: #9c8b6e;
  }

  .microscope__keep {
    color: #628c60;
      margin-top: -5rem;
  }

  .microscope__vertical-sub {
    order: 1;
    margin: 3.8rem 2.4rem 0 0;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.15;
  }

  .microscope__content {
    width: 147.1rem;
    height: 97.1rem;
    margin: 11.9rem 0 0 calc(50% - 72.7rem);
    padding: 8.2rem 6.9rem 0;
    background: url("../img/microscope_txt_bg.png") center / 147.1rem 97.1rem no-repeat;
    box-sizing: border-box;
  }

  .microscope__content h2,
  .microscope__content-title {
    position: relative;
    margin: 0;
    padding-bottom: 3.3rem;
    border-bottom: 0;
    color: #9c8b6e;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
  }

  .microscope__content h2::after,
  .microscope__content-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    border-top: 0.1rem solid #9c8b6e;
    border-bottom: 0.1rem solid #9c8b6e;
    content: "";
  }

  .microscope__body {
    padding-top: 3.1rem;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    color: #333333;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0;
  }

  .microscope__body p {
    margin: 0;
  }

  .microscope__body p + p {
    margin-top: 1.9rem;
  }

  .microscope__body .microscope__question {
    margin-top: 4.5rem;
    font-weight: 700;
    line-height: 1.7;
  }

  .microscope__body .microscope__question + p {
    margin-top: 4.2rem;
  }

  .microscope__marker {
    display: inline;
    background-image: linear-gradient(#ffebaa, #ffebaa);
    background-repeat: no-repeat;
    background-position: left 3.2rem;
    background-size: 100% 1.4rem;
    font-weight: 700;
  }

  .microscope__marker--intro,
  .microscope__marker--inline-block {
    display: inline-block;
  }

  .microscope__question .microscope__marker {
    display: inline-block;
  }

  .microscope__cards {
    width: 139.3rem;
    margin: 4.5rem auto 0;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }

  .microscope-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66.7rem;
    height: 13.7rem;
    background: url("../img/microscope_list_bg.png") center / 66.7rem 13.7rem no-repeat;
    color: #8c7a58;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: none;
    box-sizing: border-box;
  }

  .microscope-card--wide {
    margin: 0 auto;
  }

  .microscope__card-grid {
    display: grid;
    grid-template-columns: repeat(2, 66.7rem);
    gap: 3.4rem 5.9rem;
    margin-top: 3.4rem;
  }

  .why {
    display: block;
    width: 100%;
    height: 137.1rem;
    overflow: hidden;
    padding-top: 18.5rem;
    background: url("../img/why_bg.jpg") center 6.7rem / 192rem 137.1rem no-repeat #fff;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    box-sizing: border-box;
  }

  .why__panel {
    width: 103.4rem;
    height: 115.2rem;
    margin-left: calc(50% - 14.9rem);
    padding: 6.4rem 6.7rem 0 6.3rem;
    background: #fff;
    clip-path: polygon(10.1rem 0, 100% 0, 100% 100.3rem, 90.4rem 100%, 0 100%, 0 10.3rem);
    box-sizing: border-box;
  }

  .why__panel h2 {
    position: relative;
    margin: 0;
    padding: 0 0 2.6rem;
    color: #497064;
    font-size: 7.4rem;
    font-weight: 500;
    line-height: 1.76;
    letter-spacing: 0.08em;
    text-align: center;
    text-shadow: none;
  }

  .why__panel h2::before,
  .why__panel h2::after {
    position: absolute;
    left: 0;
    width: 90.4rem;
    height: 0.1rem;
    background: #727878;
    content: "";
  }

  .why__panel h2::before {
    top: 13.3rem;
  }

  .why__panel h2::after {
    bottom: 26px;
  }

  .why__lead {
    margin: 2rem 0 0 -3rem;
    color: #333333;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.4;
    /* letter-spacing: 0.02em; */
    text-align: left;
    text-shadow: none;
    white-space: nowrap;
  }

  .why__body {
    margin-top: 4.2rem;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: -0.09em;
    text-align: left;
  }

  .why__body p {
    margin: 0;
  }

  .why__body p + p {
    margin-top: 4.2rem;
  }

  .why__marker {
    display: inline;
    padding: 0 0.2rem;
    background-image: linear-gradient(to top, #ffebaa 0 1.4rem, transparent 1.4rem);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  .select {
    position: relative;
    display: block;
    width: 100%;
    height: 138.4rem;
    overflow: hidden;
    background: url("../img/select_bg.jpg") center top / 192rem 138.4rem no-repeat;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    margin-top: 55px;
  }

  .select__sheet {
    position: absolute;
    left: calc(50% - 81.4rem);
    top: 14.6rem;
    width: 166.5rem;
    height: 118.6rem;
    background: url("../img/select_txt_bg.jpg") center / 166.5rem 118.6rem no-repeat;
    pointer-events: none;
  }

  .select__photo {
    position: absolute;
    left: calc(50% - 91.7rem);
    top: 11.2rem;
    width: 82.9rem;
    height: 61.1rem;
    object-fit: cover;
  }

  .select__content {
    position: absolute;
    left: calc(50% - 2.9rem);
    top: 24.2rem;
    width: 79rem;
  }

  .select__content h2 {
    margin: 0 0 0 2.5rem;
    color: #9c8b6e;
    font-size: 6.8rem;
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: 0.05em;
    text-align: left;
    text-shadow: none;
  }

  .select__content h2 span {
    color: #9c8b6e;
    font-size: 5.8rem;
    font-weight: 500;
  }

  .select__rule {
    width: 77.2rem;
    height: 0.5rem;
    margin-top: 2.6rem;
    background: linear-gradient(to bottom, #c3a55b 0 0.1rem, transparent 0.1rem 0.3rem, #c3a55b 0.3rem 0.4rem, transparent 0.4rem);
  }

  .select__intro {
    margin: 3.1rem 0 0 2.6rem;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-shadow: none;
  }

  .select__body {
    position: absolute;
    left: calc(50% - 65.3rem);
    top: 77.9rem;
    width: 131rem;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.78;
    /* letter-spacing: -0.06em; */
    text-shadow: none;
  }

  .select__body p {
    margin: 0;
  }

  .select__body p + p {
    margin-top: 4.4rem;
  }

  .select__marker {
    display: inline;
    padding: 0 0.2rem;
    background-image: linear-gradient(to top, #ffebaa 0 1.4rem, transparent 1.4rem);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  .select__buttons {
    position: absolute;
    left: calc(50% - 46.2rem);
    top: 110.5rem;
    display: flex;
    gap: 5.1rem;
  }

  .select-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44.1rem;
    height: 11.4rem;
    overflow: hidden;
    background: linear-gradient(to bottom right, #cea240 0%, #cea240 50%, #d3ab53 50%, #d3ab53 100%);
    color: #fff;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.12);
  }

  .select-button span {
    position: relative;
    z-index: 1;
  }

  .select-button::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }

  .worry {
    display: block;
    width: 192rem;
    max-width: 100%;
    min-height: 270.7rem;
    margin: 0 auto;
    padding-bottom: 11.4rem;
    overflow: hidden;
    background: #fff;
    color: #333333;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    box-sizing: border-box;
  }

  .worry__heading {
    width: 100%;
    height: 13.2rem;
    text-align: center;
    margin-top: 11.6rem;
  }

  .worry__heading h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #9c8b6e;
    font-size: 7rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-shadow: none;
  }

  .worry__heading h2::before,
  .worry__heading h2::after {
    position: absolute;
    left: 50%;
    width: 94.6rem;
    height: 0.1rem;
    background: #9c8b6e;
    content: "";
    transform: translateX(-50%);
  }

  .worry__heading h2::before {
    bottom: -2.9rem;
  }

  .worry__heading h2::after {
    bottom: -3.4rem;
  }

  .worry__list {
    display: flex;
    flex-direction: column;
    gap: 10.6rem;
    width: 178.4rem;
    margin: 5.8rem 0 0 6.5rem;
  }

  .worry-card {
    position: relative;
    width: 178.4rem;
    height: 74rem;
    padding: 3.1rem 3rem 3.3rem 3.5rem;
    box-sizing: border-box;
  }

  .worry-card--recurrence,
  .worry-card--extraction {
    background: #d5dce1;
  }

  .worry-card--declined {
    height: 74.1rem;
    background: #cbc3b6;
  }

  .worry-card::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16.9rem;
    height: 16.9rem;
    content: "";
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }

  .worry-card--recurrence::before {
    background: #4a8270;
  }

  .worry-card--extraction::before {
    background: #252f40;
  }

  .worry-card--declined::before {
    background: #785c2d;
  }

  .worry-card__inner {
    position: relative;
    width: 171.8rem;
    height: 67.6rem;
    overflow: hidden;
    border: 0.3rem solid #fff;
    background-color: #f5f8fa;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }

  .worry-card--recurrence .worry-card__inner {
    background-image: url("../img/worry_title_bg1.png");
    background-position: left top;
    background-size: 170.8rem 14.4rem;
  }

  .worry-card--extraction .worry-card__inner {
    background-image: url("../img/worry_title_bg2.png");
    background-position: right top;
    background-size: 171rem 14.4rem;
  }

  .worry-card--declined .worry-card__inner {
    background-color: #ece8e3;
    background-image: url("../img/worry_title_bg3.png");
    background-position: left top;
    background-size: 170.8rem 14.4rem;
  }

  .worry-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
  }

  .worry-card--recurrence .worry-card__content,
  .worry-card--declined .worry-card__content {
    width: 124rem;
    padding: 4.4rem 0 0 5.9rem;
  }

  .worry-card--extraction .worry-card__content {
    width: 123.6rem;
    margin-left: auto;
    padding: 4.4rem 0 0 18.7rem;
  }

  .worry-card__body {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 53.2rem;
    margin-top: 3rem;
    padding-bottom: 2.8rem;
    box-sizing: border-box;
    background: #f5f8fa;
  }

  .worry-card--recurrence .worry-card__body,
  .worry-card--declined .worry-card__body {
    width: 124rem;
    margin-left: -5.9rem;
    padding-left: 5.9rem;
    clip-path: polygon(0 0, 100% 0, 87.2% 100%, 0 100%);
  }

  .worry-card--extraction .worry-card__body {
    width: 123.6rem;
    margin-left: -18.7rem;
    padding-left: 18.7rem;
    clip-path: polygon(12.8% 0, 100% 0, 100% 100%, 0 100%);
  }

  .worry-card--declined .worry-card__body {
    background: #ece8e3;
  }

  .worry-card__title-bg {
    display: none;
  }

  .worry-card__photo {
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    max-width: none;
    width: 68.9rem;
    height: 67.5rem;
    object-fit: cover;
  }

  .worry-card--recurrence .worry-card__photo,
  .worry-card--declined .worry-card__photo {
    right: 0;
  }

  .worry-card--extraction .worry-card__photo {
    left: 0;
  }

  .worry-card--declined .worry-card__photo {
    width: 69rem;
    height: 67.6rem;
  }

  .worry-card h3,
  .worry-card__lead,
  .worry-card__text,
  .worry-card__button {
    position: relative;
    z-index: 4;
  }

  .worry-card h3 {
    margin: 0;
    color: #fff;
    font-size: 7rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.22);
    white-space: nowrap;
  }

  .worry-card--recurrence h3 {
    padding-left: 0;
  }

  .worry-card--extraction h3 {
    padding-left: 0;
  }

  .worry-card--declined h3 {
    padding-left: 0;
  }

  .worry-card__lead {
    margin: 4rem 0 0;
    color: #333333;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.52;
    letter-spacing: 0.04em;
    text-shadow: none;
  }

  .worry-card--extraction .worry-card__lead,
  .worry-card--declined .worry-card__lead {
    margin-top: 5.4rem;
  }

  .worry-card--declined .worry-card__lead {
    line-height: 1.55;
  }

  .worry-card__text {
    margin: 4rem 0 0;
    width: 96.4rem;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-shadow: none;
  }

  .worry-card--extraction .worry-card__text {
    margin-top: 1.8rem;
  }

  .worry-card--declined .worry-card__text {
    margin-top: 0;
  }

  .worry-card--recurrence .worry-card__text {
    margin-top: 0.5rem;
  }

  .worry-card--declined .worry-card__lead {
    margin-top: 4.2rem;
  }

  .worry-card__button {
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 11.6rem;
    width: 35.2rem;
    height: 11.6rem;
    background: linear-gradient(to bottom right, #cea240 0%, #cea240 50%, #d3ab53 50%, #d3ab53 100%);
    color: #fff;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
  }

  .worry-card--recurrence .worry-card__button,
  .worry-card--declined .worry-card__button,
  .worry-card--extraction .worry-card__button {
    margin: 4.4rem auto 0;
  }

  .worry-card__button::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }

  .reason {
    position: relative;
    display: block;
    width: 100%;
    height: 327.5rem;
    overflow: hidden;
    color: #333333;
    background: #fff;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    border-top: 1.1rem solid #9c8b6e;
  }

  .reason__title-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 26rem;
    background: url("../img/reason_title_bg.png") center top / 192rem 26rem no-repeat;
  }

  .reason__title-en {
    display: block;
    width: 48.6rem;
    height: 8.5rem;
    margin-top: 9rem;
  }

  .reason__heading-band {
    position: absolute;
    left: 0;
    top: 22rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10.7rem;
    background: #9c8b6e;
  }

  .reason__heading-band::after {
    position: absolute;
    left: 50%;
    bottom: -8.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.8rem 21rem 0 21rem;
    border-color: #9c8b6e transparent transparent transparent;
    content: "";
    transform: translateX(-50%);
  }

  .reason__heading-band h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.22);
  }

  .reason__main-photo {
    position: absolute;
    left: 0;
    top: 32.5rem;
    z-index: 1;
    display: block;
    width: 192rem;
    height: 115.9rem;
    object-fit: cover;
  }

  .reason__lower-bg {
    position: absolute;
    left: 0;
    top: 155.9rem;
    z-index: 0;
    width: 192rem;
    height: 262.6rem;
    background: url("../img/reason_bg.png") center top / 192rem 171.6rem no-repeat;
  }

  .reason__grid {
    position: absolute;
    left: 50%;
    top: 127.1rem;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 84.4rem);
    column-gap: 7.3rem;
    row-gap: 11.2rem;
    width: 176.1rem;
    transform: translateX(-50%);
  }

  .reason-card {
    position: relative;
    min-height: 85.8rem;
    padding: 2.9rem 2.8rem 5.6rem;
    background: #fff;
    box-sizing: border-box;
  }

  .reason-card__photo {
    display: block;
    width: 78.8rem;
    height: 30.4rem;
    object-fit: cover;
  }

  .reason-card__no {
    position: absolute;
    left: 2rem;
    top: -5.8rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16.6rem;
    height: 16.6rem;
    padding-top: 0.6rem;
    background: url("../img/reason_no_bg.png") center / 16.6rem 16.6rem no-repeat;
    color: #fff;
    box-sizing: border-box;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.18);
  }

  .reason-card__num {
    display: block;
    font-size: 7.171rem;
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: 0.02em;
  }

  .reason-card__label {
    display: block;
    margin-top: 0.6rem;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .reason-card h3 {
    margin: 3.5rem 0 0;
    color: #9c8b6e;
    font-size: 5.4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: none;
  }

  .reason-card__rule {
    width: 78.8rem;
    height: 0.5rem;
    margin-top: 2.6rem;
    border-top: 0.1rem solid #9c8b6e;
    border-bottom: 0.1rem solid #9c8b6e;
    box-sizing: border-box;
  }

  .reason-card__body {
    margin-top: 4.5rem;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: 0.02em;
    text-shadow: none;
  }

  .reason-card__body p {
    margin: 0;
  }

  .reason-card__body p + p {
    margin-top: 4.6rem;
  }

  .faq {
    display: block;
    background: #fff;
      padding: 12.7rem 0 9.9rem;
  }

  .faq__heading {
    color: #333333;
    font-family: "Otsuka Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    text-align: center;
  }

  .faq__label {
    margin: 0;
  }

  .faq__label img {
    display: block;
    width: 23.8rem;
    height: 9.2rem;
    margin: 0 auto;
  }

  .faq__heading h2 {
    margin: 2.1rem 0 0;
    color: #333333;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
  }

  .faq__list {
    width: 126.7rem;
    margin: 5.1rem auto 0;
  }

  .faq-item {
    margin: 0;
  }

  .faq-item + .faq-item {
    margin-top: 4.7rem;
  }

  .faq-item__question {
    display: grid;
    grid-template-columns: 7.7rem 1fr 7rem;
    align-items: center;
    min-height: 7.7rem;
    margin: 0;
    overflow: hidden;
    background: #9c8b6e;
    color: #fff;
    font-family: "Otsuka Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    cursor: pointer;
    list-style: none;
    text-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.22);
  }

  .faq-item__question::-webkit-details-marker {
    display: none;
  }

  .faq-item__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.7rem;
    height: 7.7rem;
    background: linear-gradient(45deg, #4c3719 0%, #4c3719 50%, #644c2b 50%, #644c2b 100%);
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
  }

  .faq-item__title {
    margin: 0;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0.2rem 2.4rem 0 2.4rem;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }

  .faq-item__toggle {
    position: relative;
    display: block;
    width: 2.9rem;
    height: 2.9rem;
    justify-self: center;
  }

  .faq-item__toggle::before,
  .faq-item__toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.9rem;
    height: 0.5rem;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  .faq-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .faq-item[open] .faq-item__toggle::after {
    display: none;
  }

  .faq-item__answer {
    padding: 4rem 9rem 6rem 10rem;
    background: #f4f2f0;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.04em;
    text-shadow: none;
    box-sizing: border-box;
  }

  .faq-item__answer p {
    margin: 0;
  }

  .faq-item__answer p + p {
    margin-top: 2.4rem;
  }

  .faq-item__lead {
    font-weight: 700;
  }

  .message {
    display: block;
    background: #d9d4cf;
  }

  .message__heading {
    height: 21.1rem;
    background: #fff;
    color: #333333;
    font-family: "Otsuka Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    text-align: center;
  }

  .message__label {
    margin: 0;
  }

  .message__label img {
    display: block;
    width: 55.4rem;
    height: 8.5rem;
    margin: 0 auto;
  }

  .message__heading h2 {
    margin: 3.6rem 0 0;
    color: #333333;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-shadow: none;
  }

  .message__stage {
    position: relative;
    display: flow-root;
    width: 192rem;
    margin: 0 auto;
    padding-bottom: 8rem;
    overflow: visible;
    background: #d9d4cf;
    box-sizing: border-box;
  }

  .message__photo {
    position: absolute;
    z-index: 1;
    display: block;
    height: auto;
    pointer-events: none;
  }

  .message__photo--main {
    top: 0;
    right: 0;
    width: 148.6rem;
  }

  .message__photo--sub {
    top: 93.2rem;
    right: 7.6rem;
    width: 79.7rem;
  }

  .message__body {
    position: relative;
    z-index: 2;
    width: 99.4rem;
    min-height: 149rem;
    margin: 8.4rem 0 0 7.7rem;
    padding: 7.6rem 5.5rem 6.1rem 5.8rem;
    background: #fff;
    clip-path: polygon(9.1rem 0, 100% 0, 100% calc(100% - 10rem), calc(100% - 10rem) 100%, 0 100%, 0 9.1rem);
    box-sizing: border-box;
  }

  .message__catch,
  .message__lead,
  .message__text,
  .message__button {
    position: relative;
    z-index: 1;
  }

  .message__catch {
    margin: 0 0 0 4.7rem;
    color: #497064;
    font-family: "Otsuka Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 7.4rem;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.04em;
    text-shadow: none;
  }

  .message__lead {
    margin: 6.1rem 0 0;
    color: #333333;
    font-family: "Otsuka Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-shadow: none;
  }

  .message__text {
    margin-top: 3.8rem;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: -0.08em;
    text-shadow: none;
  }

  .message__text p {
    margin: 0;
  }

  .message__text p + p {
    margin-top: 5.5rem;
  }

  .message__marker {
    background: linear-gradient(transparent calc(100% - 1.4rem), #ffebaa 0);
  }

  .message__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44rem;
    height: 11.5rem;
    margin: 6.5rem auto 0;
    background: linear-gradient(to bottom right, #cea240 0%, #cea240 50%, #d3ab53 50%, #d3ab53 100%);
    color: #fff;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
  }

  .message__button::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }
  .info {
    display: block;
    width: 100%;
    padding: 9rem 0 12.4rem;
    background: #f0efe9;
    color: #333333;
  }

  .info__heading {
    text-align: center;
  }

  .info__label {
    margin: 0;
  }

  .info__label img {
    display: block;
    width: 40.2rem;
    height: 8.5rem;
    margin: 0 auto;
  }

  .info__heading h2 {
    margin: 3.2rem 0 0;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
  }

  .info__photo {
    display: block;
    width: 192rem;
    height: 25.8rem;
    margin: 4.6rem auto 0;
    object-fit: cover;
  }

  .info__inner {
    width: 100%;
    margin: 5.8rem auto 0;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  .info__lead {
    width: 158.2rem;
    margin: 0 auto;
    padding-left: 1.4rem;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0;
    text-shadow: none;
    box-sizing: border-box;
  }

  .info__lead p {
    margin: 0;
  }

  .info__lead p + p {
    margin-top: 2.5rem;
  }

  .info__lead-main {
    font-weight: 700;
  }

  .info__body {
    display: grid;
    grid-template-columns: 68rem 83.2rem;
    column-gap: 7em;
    align-items: start;
    width: 158.2rem;
    margin: 6.8rem auto 0;
  }

  .info__access {
    padding-left: 1.4rem;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.95;
    letter-spacing: -0.08rem;
    text-shadow: none;
    box-sizing: border-box;
  }

  .info__access h3 {
    margin: 0 0 2.3rem;
    color: #9c8b6e;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
  }

  .info__access p {
    margin: 0;
  }

  .info__access p + p {
    margin-top: 2.8rem;
  }

  .info__schedule {
    width: 83.2rem;
    padding: 2.2rem 3rem 2.3rem;
    background: #fff;
    box-sizing: border-box;
    margin-top: 1.7rem;
  }

  .info__schedule table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .info__schedule th,
  .info__schedule td {
    border-top: 0.1rem solid #9b9b9b;
    text-align: center;
    vertical-align: middle;
  }

  .info__schedule thead th {
    height: 6rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
  }

  .info__schedule thead th:first-child {
    width: 24rem;
  }

  .info__schedule tbody th {
    height: 8.8rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  .info__schedule tbody td {
    color: #a2721f;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
  }

  .info__schedule tbody tr:last-child th,
  .info__schedule tbody tr:last-child td {
    border-bottom: 0.1rem solid #9b9b9b;
  }

  .info__schedule-note {
    margin: 1.6rem 0 0;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .info__schedule-note span {
    color: #a2721f;
  }

  .info__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44rem;
    height: 11.5rem;
    margin: 5.3rem auto 0;
    background: linear-gradient(to bottom right, #cea240 0%, #cea240 50%, #d3ab53 50%, #d3ab53 100%);
    color: #fff;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1;
    /* letter-spacing: 0.08em; */
    text-decoration: none;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
  }

  .info__button::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }

  .site-footer {
    display: block;
    width: 100%;
    background: #fff;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    text-shadow: none;
  }

  .site-footer__inner {
    display: flex;
    width: 165.4rem;
    margin: 0 auto;
    padding: 4.2rem 0 3.5rem;
    gap: 12.2rem;
  }

  .site-footer__clinic {
    width: 45.4rem;
    flex: 0 0 45.4rem;
  }

  .site-footer__logo {
    width: 39.3rem;
    height: 7rem;
  }

  .site-footer__address {
    margin: 3rem 0 0;
    color: #333333;
    font-style: normal;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8;
  }

  .site-footer__official {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25rem;
    height: 4.7rem;
    margin-top: 1.6rem;
    background: #1da739;
    color: #fff;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0;
    text-shadow: none;
  }

  .site-footer__nav {
    display: flex;
    align-items: flex-start;
    flex: 1 1 auto;
    gap: 7rem;
    padding-top: 2.3rem;
  }

  .site-footer__nav-column {
    display: flex;
    flex-direction: column;
    min-width: 12.2rem;
  }

  .site-footer__nav-column--wide {
    width: 56.7rem;
    margin-left: -0.7rem;
  }

  .site-footer__nav-heading {
    margin: 0 0 2.8rem;
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
  }

  .site-footer__nav a {
    color: #024c1e;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
  }

  .site-footer__nav-column > a + a {
    margin-top: 3.4rem;
  }

  .site-footer__nav-grid {
    display: grid;
    grid-template-columns: 23rem 11.8rem 12rem;
    column-gap: 3.5rem;
  }

  .site-footer__nav-grid-column {
    display: flex;
    flex-direction: column;
  }

  .site-footer__nav-grid-column > a + a {
    margin-top: 2.5rem;
  }

  .site-footer__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.7rem;
    margin: 0;
    background: #d3cab7;
    color: #fff;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-shadow: none;
  }
}


@media (min-width: 769px) {
  .lp-root .lp-global-nav {
    width: 50vw;
  }

  .lp-root .lp-global-nav__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 4.6rem 3.2rem 4.6rem 4.2rem;
    box-sizing: border-box;
  }

  .lp-root .lp-global-nav__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3.4rem;
    row-gap: 7.2rem;
    align-items: start;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .lp-root .lp-global-nav__item {
    display: block;
    float: none;
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }

  .lp-root .lp-global-nav__item:first-child {
    display: none;
  }

  .lp-root .lp-global-nav__item--has-children:nth-child(4) {
    grid-column: 1 / -1;
  }

  .lp-root .lp-global-nav__toggle,
  .lp-root .lp-global-nav__item > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    min-height: 4.3rem;
    margin: 0;
    padding: 0 0 1.1rem;
    border: 0;
    border-bottom: 0.3rem solid #fff;
    background: transparent;
    color: #fff;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    white-space: normal;
    box-sizing: border-box;
    pointer-events: none;
  }

  .lp-root .lp-global-nav__toggle > span:first-child {
    display: inline-block;
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
    max-width: none;
    white-space: nowrap;
  }
  .lp-root .lp-global-nav__arrow {
    display: none;
  }

  .lp-root .lp-global-nav.is-open .lp-global-nav__children[hidden] {
    display: block;
  }

  .lp-root .lp-global-nav__children {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 2.4rem 0 0;
    list-style: none;
  }

  .lp-root .lp-global-nav.is-open .lp-global-nav__item--has-children:nth-child(4) .lp-global-nav__children[hidden],
  .lp-root .lp-global-nav__item--has-children:nth-child(4) .lp-global-nav__children {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3.4rem;
    row-gap: 0;
  }

  .lp-root .lp-global-nav__children li {
    display: block;
    float: none;
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }

  .lp-root .lp-global-nav__children a {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 2.3rem;
    color: #fff;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    white-space: normal;
    box-sizing: border-box;
  }

  .lp-root .lp-global-nav__children a::before {
    content: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 750 * 10);
  }

  body,
  .lp-root {
    min-width: 0;
  }

  .lp-root {
    width: 100%;
  }

  .hero {
    width: 75rem;
    max-width: 100%;
    height: 101.1rem;
    margin: 0 auto;
  }

  .hero__picture,
  .hero__image {
    width: 75rem;
    height: 101.1rem;
  }

  .hero__image {
    object-fit: cover;
  }

  .site-header {
    height: 20.8rem;
  }

  .site-header__logo {
    top: 0;
    left: 2rem;
    width: 44.9rem;
    height: 13.9rem;
  }

  .site-header__logo-note {
    padding-top: 0.7rem;
    font-size: 1.3rem;
    line-height: 1;
  }

  .site-header__logo h1 {
    margin-top: 0.3rem;
  }

  .site-header__logo img {
    width: 40.1rem;
    height: 10.2rem;
    margin-left: 2.4rem;
      margin-top: 0.8rem;
  }

  .site-header__actions {
    top: 2rem;
    left: 62.6rem;
    display: block;
    width: 10rem;
    height: 10rem;
      position: fixed !important;
  }

  .header-action {
    display: none;
  }

  .header-action--menu {
    display: flex;
    width: 10rem;
    height: 10rem;
    margin: 0;
    background: linear-gradient(135deg, #004b27 0%, #004b27 50%, #005c2f 50%, #005c2f 100%);
  }

  .header-action--menu::after {
    display: none;
  }

  .header-action__bars {
    width: 5.2rem;
    gap: 1.1rem;
    margin-top: 1.1rem;
  }

  .header-action__bars span {
    width: 5.2rem;
    height: 0.3rem;
  }

  .header-action__menu-text {
    margin-top: 1.2rem;
    font-size: 1.8rem;
    line-height: 1;
  }

  .site-header__access {
    top: 14.6rem;
    left: 5.9rem;
    width: 35.7rem;
    height: 6rem;
    padding-left: 0;
    border-radius: 3.1rem;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0;
  }

  .site-header__access img {
    width: 2rem;
    height: 2.8rem;
    margin-right: 1.3rem;
  }

  .hero__copy {
    top: 34rem;
    left: 6rem;
    width: 63rem;
  }

  .hero__title {
    line-height: 1.18;
    letter-spacing: 0.01em;
    text-shadow:
      0 0 0.5rem rgba(255, 255, 255, 1),
      0 0 1.2rem rgba(255, 255, 255, 1),
      0 0 2.4rem rgba(255, 255, 255, 1),
      0 0 4rem rgba(255, 255, 255, 0.98),
      0 0 5.4rem rgba(255, 255, 255, 0.9),
      0 0.2rem 0.3rem rgba(255, 255, 255, 0.95);
  }

  .hero__title-line {
    white-space: normal;
  }

  .hero__title-line--first {
    padding-left: 16.8rem;
    text-align: left;
  }

  .hero__title-line--second {
    margin-top: 1.1rem;
  }

  .hero__title-large {
    font-size: 6.3rem;
    line-height: 1;
  }

  .hero__title-small {
    font-size: 5rem;
    line-height: 1;
  }

  .hero__title-small--last {
    font-size: 5.7rem;
  }

  .hero__title-sp-break {
    display: block;
    height: 1.5rem;
  }

  .hero__lead {
    margin-top: 4.2rem;
    font-size: 2.6rem;
    line-height: 1.9;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-shadow:
      0 0 0.5rem rgba(255, 255, 255, 1),
      0 0 1.2rem rgba(255, 255, 255, 1),
      0 0 2.2rem rgba(255, 255, 255, 1),
      0 0 3.6rem rgba(255, 255, 255, 0.96),
      0 0 4.8rem rgba(255, 255, 255, 0.88),
      0 0.2rem 0.3rem rgba(255, 255, 255, 0.95);
  }

  .hero-points {
    top: 71.5rem;
    left: 0;
    width: 75rem;
    height: 29.6rem;
    padding: 1.8rem 2.7rem 0;
    background: rgba(255, 255, 255, 0.64);
  }

  .hero-points__grid {
    grid-template-columns: 33.7rem 33.7rem;
    grid-template-rows: 11.7rem 11.7rem;
    gap: 1.4rem 2.2rem;
  }

  .hero-point {
    width: 33.7rem;
    height: 11.7rem;
  }

  .hero-point picture,
  .hero-point img {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 33.7rem;
    height: 11.7rem;
  }

  .hero-point img {
    object-fit: contain;
  }

  .hero-point p {
    font-size: 3rem;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }

  .hero-point--opinion p {
    padding-top: 0;
    font-size: 3rem;
    line-height: 1.35;
  }

  .hero-point__opinion-label {
    font-size: 2.6rem;
  }

  .hero-point__particle {
    font-size: 2.5rem;
  }

  .hero-point__sp-break {
    display: block;
    height: 0;
  }

  .first {
    display: block;
    width: 75rem;
    max-width: 100%;
    height: 187rem;
    margin: 0 auto;
    overflow: hidden;
    border-top: 0.8rem solid #8b7447;
    border-bottom: 0.7rem solid #8b7447;
    background: url("../img/first_bg-sp.jpg") center top / 75rem 202rem no-repeat;
  }

  .first__inner {
    display: flex;
    flex-direction: column;
    width: 75rem;
    height: auto;
    margin: 0 auto;
    padding-top: 10.4rem;
  }

  .first__heading {
    width: 75rem;
    color: #333333;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-weight: 500;
    text-align: center;
  }

  .first__heading h2 {
    margin: 0;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .first__heading h2 > span:first-child {
    display: block;
  }

  .first__heading h2 em {
    color: #917a4c;
    font-style: normal;
  }

  .first__heading-small {
    font-size: 4.6rem;
  }

  .first__heading p {
    width: 75rem;
    margin: 2.2rem auto 0;
    padding-bottom: 0.8rem;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .first__heading p::after {
    display: block;
    width: 71rem;
    height: 0.6rem;
    margin: 0.8rem auto 0;
    background: linear-gradient(to bottom, #8b7447 0 0.2rem, transparent 0.2rem 0.3rem, #8b7447 0.3rem 0.5rem, transparent 0.5rem);
    content: "";
  }

  .first__heading p em {
    color: #cea240;
    font-size: 3.8rem;
    font-style: normal;
  }

  .first__heading p strong {
    display: block;
    color: #628c60;
    font-size: 3.8rem;
    font-weight: 500;
  }

  .first__photo {
    width: 74.2rem;
    height: 57.7rem;
    margin: 2rem 0 0 -1rem;
  }

  .first__body {
    width: 64.8rem;
    margin: 5.8rem auto 0;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: 0.04em;
  }

  .first__body br {
    display: none;
  }

  .first__pc-only {
    display: none;
  }

  .first__sp-only {
    display: inline;
  }

  .first__body p {
    margin: 0 0 5rem;
  }

  .first__body p:first-child {
    /*width: 68rem;
     margin-left: -1.6rem; */
  }

  .first__body p:last-child {
    margin-bottom: 0;
  }

  .first__marker {
    padding: 0 0.2rem;
    background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 1.4rem), #ffebaa calc(100% - 1.4rem), #ffebaa 100%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  .first__marker--long {
    padding-right: 0.4rem;
  }

  .first__marker--sp-wide {
    padding-right: 0.2rem;
  }

  .counseling {
    display: block;
    width: 75rem;
    max-width: 100%;
    height: 191rem;
    margin: 0 auto;
    overflow: hidden;
    border-top: 0.8rem solid #8b7447;
    background: #f3f5f9;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }

  .counseling__title-band {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 75rem;
    height: 17.2rem;
    margin: 0 auto;
    padding-top: 7.2rem;
    background:
      url("../img/counseling_title_bg-sp.png") center top / 75rem 9.9rem no-repeat,
      #f7f9fb;
  }

  .counseling__title-band img {
    width: 57rem;
    height: 6.2rem;
  }

  .counseling__visual {
    display: block;
    width: 75rem;
    /* height: 67rem; */
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url("../img/counseling_bg-sp.jpg") center top / 75rem 70rem no-repeat;
  }

  .counseling__panel {
    width: 75rem;
    height: auto;
    margin: 0;
    padding: 4.5rem 0 3.5rem;
    border-radius: 0;
    background: #eef5f8;
    box-shadow:
      0 0 0 2rem rgba(255, 255, 255, 0.36),
      0 0.4rem 2.2rem rgba(0, 0, 0, 0.12);
    text-align: center;
  }

  .counseling__panel h2,
  .counseling__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.6rem;
    margin: 0 0 3rem;
    color: #333333;
    font-size: 5.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .counseling__panel h2::before,
  .counseling__panel h2::after,
  .counseling__title::before,
  .counseling__title::after {
    display: block;
    width: 9.1rem;
    height: 0.1rem;
    background: #4b876f;
    content: "";
  }

  .counseling__worries {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 72.3rem;
    height: 23.2rem;
    margin: 0 auto 1.6rem;
    padding: 3rem 0 0 2.5rem;
    background: url("../img/counseling_contact_bg-sp.png") center / 72.3rem 23.2rem no-repeat;
  }

  .counseling__worries p {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.1rem;
    text-align: left;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.12);
    white-space: nowrap;
  }

  .counseling__worries p + p {
    margin-top: 3rem;
  }

  .counseling__check {
    flex: 0 0 auto;
    width: 5rem;
    height: 5rem;
    margin-right: -1rem;
  }

  .counseling__lead {
    margin: 0;
    color: #5c8f7e;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .counseling__free {
    margin: 1.4rem 0 2rem;
    color: #9c8b6e;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }

  .counseling__message {
    margin: 0;
    padding-top: 2.6rem;
    border-top: 0.2rem solid #b58b4d;
    background: transparent;
    color: #333333;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }

  .counseling__photo {
    display: block;
    width: 75rem;
    height: 36.4rem;
    margin: 0 auto;
  }

  .counseling__actions {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    width: 50.4rem;
    margin: 6.9rem auto 0;
  }

  .counseling-action {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50.4rem;
    height: 15.9rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }

  .counseling-action::after {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }

  .counseling-action--phone {
    background: linear-gradient(161.1deg, #c28e19 0%, #c28e19 50%, #c89729 50%, #c89729 100%);
  }

  .counseling-action--booking {
    background: linear-gradient(161.1deg, #024c1e 0%, #024c1e 50%, #0c5b2a 50%, #0c5b2a 100%);
  }

  .counseling-action--line {
    background: linear-gradient(161.1deg, #00b832 0%, #00b832 50%, #00c235 50%, #00c235 100%);
  }

  .counseling-action__lead {
    display: block;
    margin-bottom: 1.4rem;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .counseling-action__main {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .counseling-action--phone .counseling-action__main {
    font-size: 4.8rem;
  }

  .counseling-action__main img {
    flex: 0 0 auto;
    margin-right: 1.2rem;
  }

  .counseling-action--phone img {
    width: 3.2rem;
    height: 4.2rem;
  }

  .counseling-action--booking img {
    width: 5.2rem;
    height: 4.4rem;
  }

  .counseling-action--line img {
    width: 6.7rem;
    height: 5.9rem;
    margin-right: 1.8rem;
  }

  .treatment {
    display: block;
    width: 75rem;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 10rem;
    overflow: hidden;
    border-top: 0.8rem solid #988a6b;
    background: url("../img/treatment_bg-sp.jpg") center 25.9rem / 75rem calc(100% - 25.9rem) no-repeat;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }

  .treatment__title-band {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 75rem;
    height: 25.9rem;
    margin: 0 auto;
    padding: 8rem 0 3rem;
    background: url("../img/treatment_title_bg-sp.png") center top / 75rem 9.9rem no-repeat;
    box-sizing: border-box;
  }

  .treatment__title-band picture {
    display: block;
  }

  .treatment__title-band img {
    display: block;
    width: 53.7rem;
    height: 14.9rem;
    margin: 0;
  }

  .treatment__inner {
    width: 75rem;
    margin: 0 auto;
    padding-top: 4.8rem;
  }

  .treatment h2 {
    margin: 0;
    color: #333333;
    font-size: 5.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: none;
  }

  .treatment__group h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: calc(100% - 5rem);
    margin: 0 auto;
    color: #333333;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
  }

  .treatment__group h3::before,
  .treatment__group h3::after {
    display: block;
    flex: 1 1 auto;
    width: auto;
    height: 0.1rem;
    background: #628c60;
    content: "";
  }

  .treatment__group--worry {
    margin-top: 5rem;
  }

  .treatment__group--worry .treatment__grid {
    margin-top: 2rem;
    padding-top: 5.3rem;
    padding-bottom: 7.8rem;
    gap: 2.2rem;
  }

  .treatment__group--content {
    margin-top: 5rem;
  }

  .treatment__group--content .treatment__grid {
    margin-top: 2.8rem;
    padding-top: 5.1rem;
    padding-bottom: 5rem;
    gap: 2rem;
  }

  .treatment__group--about {
    margin-top: 5rem;
  }

  .treatment__group--about .treatment__grid {
    margin-top: 2.8rem;
    padding-top: 4.1rem;
    padding-bottom: 5rem;
    gap: 3.2rem;
  }

  .treatment__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 46.3rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 7.6rem;
    padding-left: 7.6rem;
    background: #fff;
    box-sizing: content-box;
  }

  .treatment-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 47.3rem;
    height: 14.5rem;
    overflow: hidden;
    border: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.14);
    white-space: nowrap;
  }

  .treatment-card::before {
    position: absolute;
    inset: 0.6rem;
    z-index: 0;
    border: 0.1rem solid #fff;
    background: var(--treatment-card-bg);
    content: "";
  }

  .treatment-card span {
    position: relative;
    z-index: 1;
  }

  .treatment-card::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }

  .treatment-card--green {
    --treatment-card-bg: linear-gradient(to bottom right, #628c60 0%, #628c60 50%, #4f7c4b 50%, #4f7c4b 100%);
    background: var(--treatment-card-bg);
  }

  .treatment-card--brown {
    --treatment-card-bg: linear-gradient(to bottom right, #a08f71 0%, #a08f71 50%, #928066 50%, #928066 100%);
    background: var(--treatment-card-bg);
  }

  .treatment-card--gold {
    --treatment-card-bg: linear-gradient(to bottom right, #d1a63a 0%, #d1a63a 50%, #c49224 50%, #c49224 100%);
    background: var(--treatment-card-bg);
  }

  .treatment__group--content .treatment-card:nth-child(7) {
    margin-top: 1.9rem;
  }

  .why {
    display: block;
    width: 75rem;
    max-width: 100%;
    min-height: 185.3rem;
    margin: 4.5rem auto 0;
    padding-bottom: 5.5rem;
    overflow: visible;
    background: url("../img/why_bg-sp.jpg") center top / 75rem auto repeat-y #fff;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    box-sizing: border-box;
  }

  .why__photo-sp {
    position: relative;
    z-index: 1;
    display: block;
    width: 75rem;
    height: 75rem;
    top: -2.4rem;
    margin: 0 auto;
    object-fit: cover;
  }

  .why__panel {
    position: relative;
    z-index: 2;
    width: 71.3rem;
    min-height: 136.9rem;
    margin: -31.6rem auto 0;
    padding: 6.4rem 2.4rem 7.9rem 4.2rem;
    background: #fff;
    clip-path: polygon(10.1rem 0, 100% 0, 100% 100%, 0 100%, 0 10.1rem);
    box-sizing: border-box;
  }

  .why__panel h2 {
    position: relative;
    margin: -1.5rem 0 0 0;
    padding: 0 0 2.6rem;
    color: #497064;
    font-size: 5.8rem;
    font-weight: 500;
    line-height: 1.76;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: none;
  }

  .why__panel h2::before,
  .why__panel h2::after {
    position: absolute;
    left: 0;
    width: 64.7rem;
    height: 0.1rem;
    background: #727878;
    content: "";
  }

  .why__panel h2::before {
    top: 9.9rem;
  }

  .why__panel h2::after {
    bottom: 2.6rem;
  }

  .why__lead {
    /* width: 58.5rem; */
    margin: 1rem 0 0 3.5rem;
    color: #333333;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.55;
    /* letter-spacing: 0.02em; */
    text-align: left;
    text-shadow: none;
    white-space: normal;
  }

  .why__lead-line {
    display: block;
  }

  .why__lead-line--first {
    margin-left: -1em;
  }

  .why__lead-quote {
    display: inline-block;
    width: 1em;
  }

  .why__body {
    width: 61.5rem;
    margin: 5rem 0 0 1.7rem;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: left;
  }

  .why__body p {
    margin: 0;
  }

  .why__body p + p {
    margin-top: 5.8rem;
  }

  .why__body p:nth-child(3) {
    margin-top: 6.8rem;
  }

  .why__marker {
    display: inline;
    padding: 0 0.2rem;
    background-image: linear-gradient(to top, #ffebaa 0 1.4rem, transparent 1.4rem);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  .microscope {
    position: relative;
    display: block;
    width: 75rem;
    height: 311.3rem;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/microscope_bg-sp.jpg") center top / 75rem 325.3rem no-repeat #fff;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    box-sizing: border-box;
  }

  .microscope__head {
    position: absolute;
    top: 4.2rem;
    left: 1.8rem;
    display: flex;
    align-items: flex-start;
    width: 31.3rem;
    height: 96.9rem;
    margin: 0;
    padding: 17rem 0 0 8.7rem;
    background: url("../img/microscope_head_txt_bg-sp.png") center / 31.3rem 96.9rem no-repeat;
    box-sizing: border-box;
  }

  .microscope__vertical-title,
  .microscope__vertical-sub {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0;
    color: #333333;
    line-height: 1;
    letter-spacing: 0.04em;
    text-shadow: none;
  }

  .microscope__vertical-title {
    order: 2;
    font-size: 7rem;
    font-weight: 500;
  }

  .microscope__vertical-title span {
    display: inline;
  }

  .microscope__visible {
    color: #9c8b6e;
  }

  .microscope__keep {
    color: #628c60;
      margin-top: -5rem;
  }

  .microscope__vertical-sub {
    order: 1;
    margin: 3.8rem 2.4rem 0 0;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.15;
  }

  .microscope__content {
    position: absolute;
    top: 102.5rem;
    left: 2.4rem;
    width: 72.1rem;
    height: 121.1rem;
    margin: 0;
    padding: 6.2rem 3.1rem 0;
    background: url("../img/microscope_txt_bg-sp.png") center / 72.1rem 114.1rem no-repeat;
    box-sizing: border-box;
  }

  .microscope__content h2,
  .microscope__content-title {
    position: relative;
    width: 65.9rem;
    margin: 0;
    padding-bottom: 2.7rem;
    color: #9c8b6e;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: 0;
    text-align: center;
    text-shadow: none;
  }

  .microscope__content h2::after,
  .microscope__content-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    border-top: 0.1rem solid #9c8b6e;
    border-bottom: 0.1rem solid #9c8b6e;
    content: "";
  }

  .microscope__body {
    width: 64.7rem;
    margin: 0 auto;
    padding-top: 2.8rem;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    color: #333333;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0;
  }

  .microscope__body p {
    margin: 0;
  }

  .microscope__body p + p {
    margin-top: 2rem;
  }

  .microscope__intro .microscope__marker--intro {
    display: inline-block;
  }

  .microscope__body br {
    display: none;
  }

  .microscope__body .microscope__question {
    margin-top: 3.7rem;
    font-weight: 700;
    line-height: 1.78;
  }

  .microscope__body .microscope__question br {
    display: block;
  }

  .microscope__body .microscope__question + p {
    margin-top: 4rem;
  }

  .microscope__marker {
    display: inline;
    padding: 0 0.2rem;
    background-image: linear-gradient(#ffebaa, #ffebaa);
    background-repeat: no-repeat;
    background-position: left 3.3rem;
    background-size: 100% 1.4rem;
    font-weight: 700;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  .microscope__marker--intro,
  .microscope__marker--inline-block {
    display: inline;
  }

  .microscope__question .microscope__marker {
    display: inline-block;
  }

  .microscope__cards {
    position: absolute;
    top: 226.7rem;
    left: 4.3rem;
    width: 66.7rem;
    margin: 0;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }

  .microscope-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66.7rem;
    height: 13.7rem;
    color: #70572b;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: none;
    box-sizing: border-box;
  }

  .microscope-card--wide {
    margin: 0;
    background: url("../img/microscope_list_bg1-sp.png") center / 66.7rem 13.7rem no-repeat;
  }

  .microscope__card-grid {
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
    width: 66.7rem;
    margin-top: 2.6rem;
  }

  .microscope__card-grid .microscope-card:nth-child(1) {
    background: url("../img/microscope_list_bg2-sp.png") center / 66.7rem 13.7rem no-repeat;
  }

  .microscope__card-grid .microscope-card:nth-child(2) {
    background: url("../img/microscope_list_bg3-sp.png") center / 66.7rem 13.7rem no-repeat;
  }

  .microscope__card-grid .microscope-card:nth-child(3) {
    background: url("../img/microscope_list_bg4-sp.png") center / 66.7rem 13.7rem no-repeat;
  }

  .microscope__card-grid .microscope-card:nth-child(4) {
    background: url("../img/microscope_list_bg5-sp.png") center / 66.7rem 13.7rem no-repeat;
  }
  .select {
    position: relative;
    display: block;
    width: 75rem;
    max-width: 100%;
    height: 201rem;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/select_bg-sp.jpg") center top / 75rem 212.8rem no-repeat;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }

  .select__sheet {
    position: absolute;
    left: 2rem;
    top: 37.3rem;
    z-index: 1;
    width: 70.1rem;
    height: 156rem;
    border: 0.6rem solid #d0c3a8;
    background: #fff;
    box-sizing: border-box;
    pointer-events: none;
  }

  .select__photo {
    position: absolute;
    left: 0;
    top: 5.8rem;
    z-index: 2;
    display: block;
    width: 56.1rem;
    height: 44.1rem;
    object-fit: cover;
  }

  .select__content {
    position: absolute;
    left: 3.7rem;
    top: 52.4rem;
    z-index: 3;
    width: 66.8rem;
  }

  .select__content h2 {
    margin: 0 0 0 3.3rem;
    color: #9c8b6e;
    font-size: 6.8rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: left;
    text-shadow: none;
  }

  .select__content h2 span {
    color: #9c8b6e;
    font-size: 5.8rem;
    font-weight: 500;
  }

  .select__rule {
    width: 66.8rem;
    height: 0.5rem;
    margin-top: 1.8rem;
    border-top: 0.1rem solid #c3a55b;
    border-bottom: 0.1rem solid #c3a55b;
    background: none;
    box-sizing: border-box;
  }

  .select__intro {
    width: 62.4rem;
    margin: 5.5rem auto 0;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0;
    text-shadow: none;
  }

  .select__intro br {
    display: none;
  }

  .select__body {
    position: absolute;
    left: 5.8rem;
    top: 107.2rem;
    z-index: 3;
    width: 62.5rem;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0;
    text-shadow: none;
  }

  .select__body p {
    margin: 0;
  }

  .select__body p + p {
    margin-top: 4.3rem;
  }

  .select__marker {
    display: inline;
    padding: 0 0.2rem;
    background-image: linear-gradient(to top, #ffebaa 0 1.4rem, transparent 1.4rem);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  .select__buttons {
    position: absolute;
    left: 12.2rem;
    top: 160.9rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 4.4rem;
  }

  .select-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50.1rem;
    height: 11.4rem;
    overflow: hidden;
    background: linear-gradient(to bottom right, #cea240 0%, #cea240 50%, #d3ab53 50%, #d3ab53 100%);
    color: #fff;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.12);
  }

  .select-button span {
    position: relative;
    z-index: 1;
  }

  .select-button::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }
  .reason {
    position: relative;
    display: block;
    width: 75rem;
    max-width: 100%;
    height: 447.1rem;
    margin: 0 auto;
    overflow: hidden;
    /* background: #eaf4f5; */
    color: #333333;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }

  .reason__title-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 75rem;
    height: 17rem;
    background: url("../img/reason_title_bg-sp.png") center top / 75rem 9.9rem no-repeat;
  }

  .reason__title-picture {
    display: block;
    width: 35.4rem;
    height: 6.3rem;
    margin-top: 7.5rem;
  }

  .reason__title-en {
    display: block;
    width: 35.4rem;
    height: 6.3rem;
  }

  .reason__heading-band {
    position: absolute;
    left: 0;
    top: 17rem;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75rem;
    height: 10.6rem;
    background: #9c8b6e;
  }

  .reason__heading-band::after {
    position: absolute;
    left: 50%;
    bottom: -5.6rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.7rem 14rem 0 14rem;
    border-color: #9c8b6e transparent transparent transparent;
    content: "";
    transform: translateX(-50%);
  }

  .reason__heading-band h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.22);
  }

  .reason__main-photo {
    position: absolute;
    left: 0;
    top: 26.7rem;
    z-index: 1;
    display: block;
    width: 75rem;
    height: 50.7rem;
    object-fit: cover;
    object-position: center top;
  }

  .reason__lower-bg {
    position: absolute;
    left: 0;
    top: 66.4rem;
    z-index: 0;
    width: 75rem;
    height: 380.7rem;
    background: url("../img/reason_bg-sp.jpg") center top / 75rem 398rem no-repeat;
  }

  .reason__grid {
    position: absolute;
    left: 0;
    top: 75.4rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6.1rem;
    width: 75rem;
  }

  .reason-card {
    position: relative;
    width: 72.8rem;
    margin: -2.3rem auto 5rem;
    padding: 2.7rem 2.3rem 5.4rem;
    background: rgba(255, 255, 255);
    box-sizing: border-box;
  }

  .reason-card__no {
    position: absolute;
    left: 1.4rem;
    top: -6.4rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16.6rem;
    height: 16.6rem;
    padding-top: 0.4rem;
    background: url("../img/reason_no_bg.png") center / 16.6rem 16.6rem no-repeat;
    color: #fff;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
  }

  .reason-card__num {
    display: block;
    font-size: 7.171rem;
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: 0;
  }

  .reason-card__label {
    display: block;
    margin-top: 0.6rem;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  .reason-card__picture {
    display: block;
    width: 66.8rem;
    height: 30.4rem;
    margin: 0 auto;
  }

  .reason-card__photo {
    display: block;
    width: 66.8rem;
    height: 30.4rem;
    object-fit: cover;
  }

  .reason-card h3 {
    margin: 3.9rem 0 0;
    color: #9c8b6e;
    font-size: 5.4rem;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0.02em;
    text-align: center;
    text-shadow: none;
  }

  .reason-card__rule {
    width: 66.8rem;
    height: 0.5rem;
    margin: 2.2rem auto 0;
    border-top: 0.1rem solid #9c8b6e;
    border-bottom: 0.1rem solid #9c8b6e;
    background: none;
    box-sizing: border-box;
  }
  .reason-card__body {
    width: 61.5rem;
    margin: 3.2rem auto 0;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0;
    text-shadow: none;
  }

  .reason-card__body p {
    margin: 0;
  }

  .reason-card__body p + p {
    margin-top: 3.4rem;
  }

  .worry {
    display: block;
    width: 75rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 9.6rem 0 8rem;
    overflow: hidden;
    color: #333333;
    background: #fff;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    box-sizing: border-box;
  }

  .worry__heading {
    width: 100%;
    height: 8rem;
    text-align: center;
  }

  .worry__heading h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #9c8b6e;
    font-size: 5.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-shadow: none;
  }

  .worry__heading h2::before,
  .worry__heading h2::after {
    position: absolute;
    left: 50%;
    width: 75rem;
    height: 0.1rem;
    background: #9c8b6e;
    content: "";
    transform: translateX(-50%);
  }

  .worry__heading h2::before {
    bottom: -2.8rem;
  }

  .worry__heading h2::after {
    bottom: -3.4rem;
  }

  .worry__list {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    width: 75rem;
    margin: 5.5rem 0 0;
  }

  .worry-card {
    position: relative;
    width: 75rem;
    height: auto;
    padding: 3.3rem 1.4rem 3.1rem 1.1rem;
    box-sizing: border-box;
  }

  .worry-card--recurrence,
  .worry-card--extraction {
    background: #d5dce1;
  }

  .worry-card--declined {
    background: #cbc3b6;
  }

  .worry-card::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16.9rem;
    height: 16.9rem;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    content: "";
  }

  .worry-card--recurrence::before {
    background: #4a8270;
  }

  .worry-card--extraction::before {
    background: #252f40;
  }

  .worry-card--declined::before {
    background: #785c2d;
  }

  .worry-card__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 72.5rem;
    overflow: hidden;
    border: 0.3rem solid #fff;
    background: #f5f8fa;
    box-sizing: border-box;
  }

  .worry-card--declined .worry-card__inner {
    background: #ece8e3;
  }

  .worry-card__content {
    display: contents;
  }

  .worry-card__title-bg {
    display: none;
  }

  .worry-card h3 {
    position: relative;
    z-index: 2;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 14.3rem;
    margin: 0;
    color: #fff;
    font-size: 6.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.22);
    white-space: nowrap;
    box-sizing: border-box;
  }

  .worry-card--recurrence h3 {
    background: url("../img/worry_title_bg1-sp.png") center / 72.1rem 14.3rem no-repeat;
  }

  .worry-card--extraction h3 {
    background: url("../img/worry_title_bg2-sp.png") center / 72.1rem 14.3rem no-repeat;
  }

  .worry-card--declined h3 {
    background: url("../img/worry_title_bg3-sp.png") center / 72.1rem 14.3rem no-repeat;
  }

  .worry-card__photo {
    position: relative;
    z-index: 1;
    order: 2;
    display: block;
    width: 70.6rem;
    /* height: 50.3rem; */
    max-width: none;
    margin: 1.3rem auto 0;
    /* object-fit: cover; */
  }

  .worry-card__picture {
    order: 2;
    display: block;
    width: 71rem;
    margin: 1.3rem 0 0 auto;
  }

  .worry-card__picture .worry-card__photo {
    width: 100%;
    height: 51.5rem;
    margin: 0;
  }

  .worry-card--recurrence .worry-card__photo,
  .worry-card--declined .worry-card__photo {
    /* clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%); */
  }

  .worry-card--extraction .worry-card__photo {
    /* height: 49.7rem; */
    /* clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%); */
  }

  .worry-card__body {
    order: 3;
    display: flex;
    flex-direction: column;
    width: 70.6rem;
    margin: 0.1rem auto 0;
    padding: 4.5rem 3.2rem 3rem;
    background: #f5f8fa;
    box-sizing: border-box;
  }

  .worry-card--declined .worry-card__body {
    background: #ece8e3;
  }

  .worry-card__lead {
    margin: 0;
    color: #333333;
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-shadow: none;
  }

  .worry-card--recurrence .worry-card__lead,
  .worry-card--declined .worry-card__lead {
    line-height: 1.15;
    white-space: nowrap;
  }

  .worry-card__text {
    width: 63.8rem;
    margin: 4.5rem 0 0;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.02em;
    text-shadow: none;
  }

  .worry-card__text br {
    display: none;
  }

  .worry-card__button {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 11.6rem;
    width: 38.1rem;
    height: 11.6rem;
    margin: 3.1rem auto 0;
    background: linear-gradient(to bottom right, #cea240 0%, #cea240 50%, #d3ab53 50%, #d3ab53 100%);
    color: #fff;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
  }

  .worry-card__button::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }

  .worry-card--recurrence .worry-card__body {
    min-height: 60rem;
  }

  .worry-card--extraction .worry-card__body {
    min-height: 63.2rem;
  }

  .worry-card--declined .worry-card__body {
    /* min-height: 63.2rem; */
  }

  .faq {
    display: block;
    padding: 5.9rem 0 12.4rem;
    background: #fff;
  }

  .faq__heading {
    color: #333333;
    font-family: "Otsuka Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    text-align: center;
  }

  .faq__label {
    margin: 0;
  }

  .faq__label picture,
  .faq__label img {
    display: block;
  }

  .faq__label img {
    width: 24.1rem;
    height: 9.2rem;
    margin: 0 auto;
  }

  .faq__heading h2 {
    margin: 3.1rem 0 0;
    color: #333333;
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
  }

  .faq__list {
    width: 69.7rem;
    margin: 4.4rem auto 0;
  }

  .faq-item {
    margin: 0;
  }

  .faq-item + .faq-item {
    margin-top: 4.8rem;
  }

  .faq-item__question {
    display: grid;
    grid-template-columns: 7.7rem 1fr 6.4rem;
    align-items: center;
    min-height: 7.7rem;
    background: #9c8b6e;
    color: #fff;
    cursor: pointer;
    list-style: none;
  }

  .faq-item__question::-webkit-details-marker {
    display: none;
  }

  .faq-item__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.7rem;
    height: 7.7rem;
    background: linear-gradient(to bottom right, #4c3719 0%, #4c3719 50%, #644c2b 50%, #644c2b 100%);
    color: #fff;
    font-family: "Otsuka Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    text-shadow: none;
  }

  .faq-item__title {
    margin: 0;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0.2rem 0.2rem 0 1.4rem;
    color: #fff;
    font-family: "Otsuka Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 3.3rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.04em;
    text-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.24);
  }

  .faq-item__toggle {
    position: relative;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    justify-self: center;
  }

  .faq-item__toggle::before,
  .faq-item__toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.8rem;
    height: 0.5rem;
    background: #fff;
    transform: translate(-50%, -50%);
    content: "";
  }

  .faq-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .faq-item[open] .faq-item__toggle::after {
    display: none;
  }

  .faq-item__answer {
    padding: 4.2rem;
    background: #f4f2f0;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0.04em;
    text-shadow: none;
  }

  .faq-item__answer p {
    margin: 0;
  }

  .faq-item__answer p + p {
    /* margin-top: 2.4rem; */
  }

  .faq-item__lead {
    font-weight: 700;
  }

  .message {
    display: block;
    width: 75rem;
    margin: 0 auto;
    overflow: visible;
    background: #dbd5cf;
    color: #333333;
    font-family: "Otsuka Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  }

  .message__heading {
    padding-top: 3rem;
    padding-bottom: 3.2rem;
    background: #fff;
    text-align: center;
  }

  .message__label {
    margin: 0;
  }

  .message__label picture,
  .message__label img {
    display: block;
  }

  .message__label img {
    width: 55.4rem;
    height: 8.5rem;
    margin: 0 auto;
  }

  .message__heading h2 {
    margin: 3.5rem 0 0;
    color: #333333;
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
  }

  .message__stage {
    width: 75rem;
    margin: 0 auto;
    padding-bottom: 4.4rem;
    overflow: visible;
    background: #dbd5cf;
    box-sizing: border-box;
  }

  .message__stage picture,
  .message__photo {
    display: block;
  }

  .message__photo {
    width: 100%;
    height: auto;
    pointer-events: none;
  }

  .message__photo--main {
    width: 75rem;
  }

  .message__photo--sub {
    width: 74.4rem;
    margin: 1.5rem 0 0 0.6rem;
  }

  .message__body {
    position: relative;
    z-index: 1;
    width: 73.6rem;
    margin: -13.8rem 0 0 0.8rem;
    padding: 6.3rem 2.4rem 6.5rem 3.6rem;
    background: #fff;
    clip-path: polygon(8.8rem 0, 100% 0, 100% calc(100% - 9.4rem), calc(100% - 9.4rem) 100%, 0 100%, 0 8.8rem);
    box-sizing: border-box;
  }

  .message__catch {
    margin: 0 0 0 7rem;
    color: #497064;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.04em;
    text-shadow: none;
  }

  .message__lead {
    margin: 3.6rem 0 0;
    color: #333333;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 0;
    text-shadow: none;
  }

  .message__text {
    margin-top: 3.2rem;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0;
    text-shadow: none;
  }

  .message__text p {
    margin: 0;
  }

  .message__text p + p {
    margin-top: 5.4rem;
  }

  .message__marker {
    display: inline;
    padding: 0 0.2rem;
    background-image: linear-gradient(to top, #ffebaa 0 1.4rem, transparent 1.4rem);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  .message__marker--gold {
    background-image: linear-gradient(to top, #ffebaa 0 1.4rem, transparent 1.4rem);
  }

  .message__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46rem;
    height: 11.5rem;
    margin: 6rem auto 0;
    background: linear-gradient(to bottom right, #cea240 0%, #cea240 50%, #d3ab53 50%, #d3ab53 100%);
    color: #fff;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
  }

  .message__button::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }

  .info {
    display: block;
    width: 75rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 9rem 0 8.5rem;
    background: #f0efe9;
    color: #333333;
  }

  .info__heading {
    text-align: center;
  }

  .info__label {
    margin: 0;
  }

  .info__label picture,
  .info__label img {
    display: block;
  }

  .info__label img {
    width: 40.2rem;
    height: 8.5rem;
    margin: 0 auto;
  }

  .info__heading h2 {
    margin: 3.6rem 0 0;
    color: #333333;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
  }

  .info > picture {
    display: block;
  }

  .info__photo {
    display: block;
    width: 75rem;
    height: auto;
    margin: 4.2rem auto 0;
  }

  .info__inner {
    width: 100%;
    margin: 5.5rem auto 0;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  .info__lead {
    width: 66.8rem;
    margin: 0 auto;
    padding-left: 0;
    color: #333333;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
    text-shadow: none;
  }

  .info__lead p {
    margin: 0;
  }

  .info__lead p + p {
    margin-top: 2.7rem;
  }

  .info__lead-main {
    font-weight: 700;
    line-height: 1.7;
  }

  .info__body {
    display: block;
    width: 66.8rem;
    margin: 6rem auto 0;
  }

  .info__access {
    padding-left: 0;
    color: #333333;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    text-shadow: none;
  }

  .info__access h3 {
    margin: 0 0 3rem;
    color: #9c8b6e;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
  }

  .info__access p {
    margin: 0;
  }

  .info__access p + p {
    margin-top: 2.8rem;
  }

  .info__schedule {
    width: 68.4rem;
    margin: 3.4rem auto 0 -0.8rem;
    padding: 2rem 1.6rem 2rem;
    background: #fff;
    box-sizing: border-box;
  }

  .info__schedule table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .info__schedule th,
  .info__schedule td {
    border-top: 0.1rem solid #9b9b9b;
    text-align: center;
    vertical-align: middle;
  }

  .info__schedule thead th {
    height: 5.8rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
  }

  .info__schedule thead th:first-child {
    width: 16.8rem;
    text-align: left;
    padding-left: 1.1rem;
  }

  .info__schedule tbody th {
    height: 8.9rem;
    padding-left: 1.1rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.55;
    text-align: left;
    white-space: normal;
  }

  .info__schedule tbody td {
    color: #a2721f;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
  }

  .info__schedule tbody tr:last-child th,
  .info__schedule tbody tr:last-child td {
    border-bottom: 0.1rem solid #9b9b9b;
  }

  .info__schedule-note {
    margin: 1.8rem 0 0 0.7rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.35;
  }

  .info__schedule-note span {
    color: #a2721f;
  }

  .info__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46.1rem;
    height: 11.5rem;
    margin: 6.5rem auto 0;
    background: linear-gradient(to bottom right, #cea240 0%, #cea240 50%, #d3ab53 50%, #d3ab53 100%);
    color: #fff;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
  }

  .info__button::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.4rem 2.4rem;
    border-color: transparent transparent #fff transparent;
    content: "";
  }

  .site-footer {
    display: block;
    width: 75rem;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    color: #333333;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    text-shadow: none;
      padding-bottom: 8.8rem;
  }

  .site-footer__inner {
    display: block;
    width: 75rem;
    min-height: 106.9rem;
    margin: 0 auto;
    padding: 4.4rem 0 0;
    box-sizing: border-box;
  }

  .site-footer__clinic {
    width: 62rem;
    margin-left: 6.1rem;
  }

  .site-footer__logo {
    display: block;
    width: 46.3rem;
    height: 8.2rem;
  }

  .site-footer__address {
    margin: 3.5rem 0 0 0.5rem;
    color: #333333;
    font-style: normal;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
    text-shadow: none;
  }

  .site-footer__official {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 5.7rem;
    margin: 1rem 0 0 0.4rem;
    background: #1da739;
    color: #fff;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-shadow: none;
  }

  .site-footer__nav {
    display: grid;
    grid-template-columns: 26rem 1fr;
    column-gap: 8rem;
    row-gap: 7.2rem;
    width: 61.6rem;
    margin: 6.7rem 0 0 6.8rem;
    padding: 0;
  }

  .site-footer__nav-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .site-footer__nav-column--wide {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
  }

  .site-footer__nav-heading {
    margin: 0 0 2.9rem;
    color: #333333;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    text-shadow: none;
  }

  .site-footer__nav a {
    color: #024c1e;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    text-shadow: none;
  }

  .site-footer__nav-column > a + a {
    margin-top: 2.7rem;
  }

  .site-footer__nav-grid {
    display: grid;
    grid-template-columns: 27.7rem 1fr;
    column-gap: 6.3rem;
  }

  .site-footer__nav-grid-column {
    display: flex;
    flex-direction: column;
  }

  .site-footer__nav-grid-column > a + a {
    margin-top: 2.7rem;
  }


  .site-footer__nav-column--wide .site-footer__nav-heading {
    margin-bottom: 4.3rem;
    text-align: left;
  }

  .site-footer__nav-grid {
    row-gap: 2.7rem;
  }

  .site-footer__nav-grid-column {
    display: contents;
  }

  .site-footer__nav-grid-column > a + a {
    margin-top: 0;
  }

  .site-footer__nav-grid-column > a {
    min-height: 3.3rem;
  }

  .site-footer__nav-grid-column:nth-child(1) > a {
    grid-column: 1;
  }

  .site-footer__nav-grid-column:nth-child(2) > a,
  .site-footer__nav-grid-column:nth-child(3) > a {
    grid-column: 2;
  }

  .site-footer__nav-grid-column:nth-child(1) > a:nth-child(1),
  .site-footer__nav-grid-column:nth-child(2) > a:nth-child(1) {
    grid-row: 1;
  }

  .site-footer__nav-grid-column:nth-child(1) > a:nth-child(2),
  .site-footer__nav-grid-column:nth-child(2) > a:nth-child(2) {
    grid-row: 2;
  }

  .site-footer__nav-grid-column:nth-child(1) > a:nth-child(3),
  .site-footer__nav-grid-column:nth-child(3) > a:nth-child(1) {
    grid-row: 3;
  }

  .site-footer__nav-grid-column:nth-child(1) > a:nth-child(4),
  .site-footer__nav-grid-column:nth-child(3) > a:nth-child(2) {
    grid-row: 4;
  }

  .site-footer__nav-grid-column:nth-child(3) > a:nth-child(3) {
    grid-column: 2;
    grid-row: 5;
  }

  .site-footer__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75rem;
    min-height: 5.7rem;
    margin: 0;
    background: #d3cab7;
    color: #fff;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    text-shadow: none;
  }

  .lp-global-nav {
    top: 14.4rem;
    right: 0;
    left: auto;
    z-index: 1200;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 14.4rem);
    margin: 0;
  }

  .lp-global-nav__inner {
    padding: 3.2rem 3rem 10.8rem;
  }

  .lp-global-nav__toggle,
  .lp-global-nav__item > a {
    min-height: 6.5rem;
    padding: 0 1rem 0 1.6rem;
    font-size: 2.4rem;
  }

  .lp-global-nav__children a {
    padding: 1.55rem 1.6rem 1.55rem 2.2rem;
    font-size: 2.4rem;
  }
  /* SP global navigation layout */
  .lp-root .lp-global-nav {
    top: 14rem;
    right: 0;
    bottom: 8.8rem;
    left: auto;
    width: 58.8rem;
    max-width: 100%;
    height: auto;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #024c1e;
  }

  .lp-root .lp-global-nav__inner {
    padding: 4rem 4.4rem 6.5rem 4.3rem;
  }

  .lp-root .lp-global-nav__list,
  .lp-root .lp-global-nav__children {
    display: block;
  }

  .lp-root .lp-global-nav__item {
    border-bottom: 0;
  }

  .lp-root .lp-global-nav__toggle,
  .lp-root .lp-global-nav__item > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    padding: 0 0 2rem 1.8rem;
    border-bottom: 0.3rem solid #fff;
    color: #fff;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
  }

  .lp-root .lp-global-nav__item > a {
    display: none;
  }

  .lp-root .lp-global-nav__arrow {
    display: none;
  }

  .lp-root .lp-global-nav__children,
  .lp-root .lp-global-nav__children[hidden] {
    display: block;
    padding: 0;
  }

  .lp-root .lp-global-nav__sp-only {
    display: block;
  }

  .lp-root .lp-global-nav__children li {
    border-bottom: 0;
  }

  .lp-root .lp-global-nav__children a {
    display: block;
    padding: 2rem 0 2rem 1.8rem;
    color: #fff;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
  }

  .lp-root .lp-global-nav__children a::before {
    content: none;
  }

  .lp-root .lp-global-nav__item--has-children + .lp-global-nav__item--has-children {
    margin-top: 2.8rem;
  }

.floating-banner {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 75rem;
    max-width: 100%;
    height: 8.8rem;
    transform: translateX(-50%);
  }

  .floating-banner__button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 8.8rem;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: "Otsuka Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    appearance: none;
  }

  .floating-banner__button--phone {
    gap: 1.6rem;
    padding: 0 0 0 3.7rem;
    background: linear-gradient(to bottom right, #c28e19 0%, #c28e19 50%, #c89729 50%, #c89729 100%);
  }

  .floating-banner__button--web {
    gap: 2.5rem;
    padding: 0 0 0 2.2rem;
    background: linear-gradient(to bottom right, #024c1e 0%, #024c1e 50%, #0c5b2a 50%, #0c5b2a 100%);
  }

  .floating-banner__button--line {
    gap: 1.5rem;
    padding: 0 0 0 1.9rem;
    background: linear-gradient(to bottom right, #00b832 0%, #00b832 50%, #00c235 50%, #00c235 100%);
  }

  .floating-banner__icon {
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
  }

  .floating-banner__icon--phone {
    width: 3.3rem;
    height: 4rem;
  }

  .floating-banner__icon--web {
    width: 4.6rem;
    height: 4.5rem;
  }

  .floating-banner__icon--line {
    width: 6.2rem;
    height: 5.9rem;
  }
}






