:root {
  --lp-bg: #f2f0de;
  --lp-green: #008f8a;
  --lp-orange: #da8121;
  --lp-hero-orange: #da8121;
  --lp-text: #333333;
  --lp-muted: #aea195;
  --lp-line: #06c755;
  --lp-width-pc: 1440px;
  --lp-font-round: "Zen Maru Gothic", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.home,
body.front-page {
  background: var(--lp-bg);
}
.top-lp {
  position: relative;
  overflow: hidden;
  background: var(--lp-bg);
  color: var(--lp-text);
  font-family: var(--lp-font-round);
}
.top-lp__section {
  position: relative;
  scroll-margin-top: 128px;
}
.top-lp__inner {
  position: relative;
  width: min(100%, var(--lp-width-pc));
  margin-inline: auto;
}
.lp-header.site-header {
  position: sticky;
  top: 20px;
  z-index: 50;
  width: 100%;
  height: 98px;
  padding: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  color: var(--lp-text);
  font-family: var(--lp-font-round);
  transition: top 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.lp-header.site-header.is-scrolled {
  top: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.lp-header__inner {
  position: relative;
  width: min(100%, var(--lp-width-pc));
  height: 98px;
  margin-inline: auto;
}
.lp-header__inner::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.lp-header__brand {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 30px;
  display: block;
  width: 275px;
  height: 90px;
}
.lp-header__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: url("../img/figma/header-logo.png") center / contain no-repeat;
}
.lp-header__texts {
  position: absolute;
  top: 0;
  left: 90px;
  display: block;
  width: 215px;
  height: 90px;
}
.lp-header__sub,
.lp-header__name {
  display: block;
  color: var(--lp-text);
  letter-spacing: 0;
}
.lp-header__sub {
  position: absolute;
  top: 6px;
  left: 0;
  width: 160px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
}
.lp-header__name {
  position: absolute;
  top: 34px;
  left: 5px;
  width: 180px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
  white-space: nowrap;
}
.lp-header__nav {
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 480px;
  display: flex;
  align-items: center;
  width: 468px;
  height: 60px;
  color: var(--lp-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
.lp-header__nav a {
  position: absolute;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  white-space: nowrap;
}
.lp-header__nav a:nth-child(1) {
  left: 0;
  width: 84px;
}
.lp-header__nav a:nth-child(2) {
  left: 114px;
  width: 98px;
}
.lp-header__nav a:nth-child(3) {
  left: 242px;
  width: 70px;
}
.lp-header__nav a:nth-child(4) {
  left: 342px;
  width: 126px;
}
.lp-header__nav a:not(:last-child)::after {
  position: absolute;
  top: -1px;
  right: -16px;
  width: 1px;
  height: 22px;
  content: "";
  background: var(--lp-muted);
}
.lp-header__actions {
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 968px;
  display: flex;
  gap: 8px;
  width: 422px;
  height: 60px;
}
.lp-header__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  padding: 0 20px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}
.lp-header__button::before {
  flex: none;
  content: "";
}
.lp-header__button--orange {
  width: 216px;
  background: var(--lp-orange);
}
.lp-header__button--orange::before {
  width: 26px;
  height: 32px;
  background: url("../img/figma/header-person-white.svg") center / contain no-repeat;
}
.lp-header__button--line {
  width: 198px;
  background: var(--lp-line);
}
.lp-header__button--line::before {
  width: 37px;
  height: 42px;
  background: url("../img/figma/header-line-white.svg") center / contain no-repeat;
}
.lp-header__menu,
.lp-header__sp-menu {
  display: none;
}
@media (min-width: 901px) {.lp-header__inner::before {
    top: 10px;
    right: 20px;
    bottom: auto;
    left: 443px;
    height: 78px;
    border-radius: 37.5px;
    background: transparent;
    box-shadow: none;
  }
.lp-header.site-header.is-scrolled .lp-header__inner::before {
    background: #ffffff;
  }}
@media (min-width: 1400px) {.lp-header__inner::before {
    background: transparent;
  }}
@media (min-width: 901px) and (max-width: 1399px) {.lp-header.site-header {
    top: 20px;
    height: 6.8056vw;
    min-height: 62px;
    max-height: 98px;
    background: transparent;
    box-shadow: none;
  }
.lp-header.site-header.is-scrolled {
    top: 0;
    background: transparent;
    box-shadow: none;
  }
.lp-header__inner {
    width: 1440px;
    height: 98px;
    transform: scale(calc(100vw / 1440px));
    transform-origin: top left;
  }
.lp-header__inner::before {
    background: transparent;
  }
.lp-header__menu,
  .lp-header__sp-menu {
    display: none;
  }}
.lp-hero {
  min-height: 925px;
  margin-top: -98px;
  padding-top: 98px;
  background: var(--lp-bg);
  font-family: var(--lp-font-round);
}
.lp-hero__inner {
  min-height: 827px;
}
.lp-hero__canvas {
  position: relative;
  width: 100%;
  min-height: inherit;
}
.lp-hero__media {
  position: absolute;
  z-index: 0;
  top: 77px;
  left: 122px;
  width: 1200px;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
}
.lp-hero__media::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 10px solid #eaddbb;
  border-radius: 20px;
  content: "";
  pointer-events: none;
}
.lp-hero__image {
  position: absolute;
  top: -35.86%;
  left: 0;
  display: block;
  width: 100%;
  height: 171.71%;
  object-fit: cover;
}
.lp-hero__video {
  display: block;
  width: 100%;
  height: 100%;
}
.lp-hero__video {
  border: 0;
}
.lp-hero__statement {
  position: absolute;
  z-index: 2;
  top: 181px;
  left: 51px;
  width: 305px;
  height: 305px;
}
.lp-hero__method-title {
  position: absolute;
  inset: 0 auto auto 0;
  width: 305px;
  color: var(--lp-text);
  font-family: "Zen Kaku Gothic Antique", var(--lp-font-round);
  font-weight: 900;
  letter-spacing: 0;
}
.lp-hero__method-line {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 97px;
  box-sizing: border-box;
  padding-right: 0.18em;
  background: #ffffff;
  text-align: left;
  white-space: nowrap;
}
.lp-hero__method-line--age {
  top: 0;
  width: max-content;
  min-width: 305px;
  max-width: min(760px, calc(100vw - 24px));
  font-size: 50px;
}
.lp-hero__method-line--age span {
  font-size: 60px;
}
.lp-hero__method-line--pelvis {
  top: 114px;
  width: max-content;
  min-width: 282px;
  max-width: min(960px, calc(100vw - 24px));
  font-size: 50px;
}
.lp-hero__method-line--pelvis .lp-hero__method-line-text {
  display: block;
  letter-spacing: 0;
  transform: scaleX(0.88);
  transform-origin: left center;
}
.lp-hero__method-line--pelvis .lp-hero__method-line-text span {
  letter-spacing: 0;
}
.lp-hero__copy {
  position: absolute;
  top: 227px;
  left: 9px;
  width: 252px;
  margin: 0;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  text-shadow:
    2px 0 0 #ffffff,
    -2px 0 0 #ffffff,
    0 2px 0 #ffffff,
    0 -2px 0 #ffffff;
}
.lp-hero__copy-line {
  display: block;
}
.lp-hero__award {
  position: absolute;
  z-index: 2;
  top: 300px;
  left: 1084px;
  width: 286px;
  height: auto;
}
.lp-hero__award picture,
.lp-hero__award-image {
  display: block;
  width: 100%;
  height: auto;
}
.lp-hero__lead {
  position: absolute;
  z-index: 2;
  top: 644px;
  left: 593px;
  width: 252px;
  margin: 0;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.lp-hero__cta {
  position: absolute;
  z-index: 2;
  top: 710px;
  left: 532px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 374px;
  height: 116px;
  gap: 14px;
  padding: 40px 30px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--lp-hero-orange);
}
.lp-hero__cta span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}
.lp-hero__cta img {
  width: 36px;
  height: 36px;
}
.lp-hero__quick-actions {
  display: none;
}
.lp-hero__cta--line {
  display: none;
}
.lp-hero__cta--line span {
  width: auto;
  font-size: 22px;
}
.lp-hero__character {
  position: absolute;
  z-index: 3;
  top: 644px;
  left: 891px;
  width: 74px;
  height: 211px;
}
.lp-hero__character img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-hero__lead[data-animate] {
  opacity: 0;
  transform: translateX(var(--bounce-tx, 0)) scale(0.3);
}
.lp-hero__lead[data-animate].is-inview {
  animation: lp-bounce-in-tx 450ms linear forwards;
}
.lp-hero__cta[data-animate] {
  opacity: 0;
  transform: scale(0.3);
}
.lp-hero__cta[data-animate].is-inview {
  animation: lp-bounce-in 450ms linear forwards;
  animation-delay: 150ms;
}
.lp-hero__character[data-animate] img {
  opacity: 0;
  transform: scale(0.3);
}
.lp-hero__character[data-animate].is-inview img {
  animation: lp-bounce-in 450ms linear forwards;
  animation-delay: 300ms;
}
.lp-hero__reserve-drawer {
  --reserve-panel-width: 560px;
  --reserve-handle-width: 116px;
  --reserve-collapsed-offset: 34px;
  position: fixed;
  z-index: 120;
  top: 50%;
  right: calc((var(--reserve-panel-width) * -1) - var(--reserve-collapsed-offset));
  display: flex;
  align-items: stretch;
  width: calc(var(--reserve-handle-width) + var(--reserve-panel-width));
  height: 240px;
  filter: drop-shadow(0 8px 10px rgba(100, 94, 72, 0.35));
  transform: translateY(-50%);
  transition: right 0.32s ease, opacity 0.2s ease, visibility 0.2s ease;
}
.lp-hero__reserve-drawer:hover,
.lp-hero__reserve-drawer:focus-within {
  right: 0;
}
.is-access-footer-visible .lp-hero__reserve-drawer,
.is-faq-visible .lp-hero__reserve-drawer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.lp-hero__reserve-tab {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 var(--reserve-handle-width);
  flex-direction: column;
  align-items: center;
  width: var(--reserve-handle-width);
  height: 240px;
  padding: 15px 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  color: #da8121;
  font-family: var(--lp-font-round);
  font-weight: 700;
  text-decoration: none;
}
.lp-hero__reserve-tab:focus-visible,
.lp-hero__reserve-panel a:focus-visible {
  outline: 3px solid rgba(218, 129, 33, 0.35);
  outline-offset: 3px;
}
.lp-hero__reserve-tab::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 32px 0 0 32px;
  background: #ffffff;
  content: "";
}
.lp-hero__reserve-icon {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  transform: translateX(calc(var(--reserve-collapsed-offset) / -2));
  transition: transform 0.32s ease;
}
.lp-hero__reserve-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-hero__reserve-icon picture {
  display: block;
  width: 100%;
  height: 100%;
}
.lp-hero__reserve-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  transform: translateX(calc(var(--reserve-collapsed-offset) / -2));
  transition: transform 0.32s ease;
}
.lp-hero__reserve-drawer:hover .lp-hero__reserve-icon,
.lp-hero__reserve-drawer:focus-within .lp-hero__reserve-icon,
.lp-hero__reserve-drawer:hover .lp-hero__reserve-text,
.lp-hero__reserve-drawer:focus-within .lp-hero__reserve-text {
  transform: translateX(0);
}
.lp-hero__reserve-text-line {
  display: block;
  flex: 0 0 auto;
  inline-size: max-content;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.lp-hero__reserve-panel {
  position: relative;
  display: grid;
  flex: 0 0 var(--reserve-panel-width);
  grid-template-rows: auto 78px 30px 48px;
  width: var(--reserve-panel-width);
  height: 240px;
  padding: 22px 28px 22px 34px;
  border-radius: 0 28px 28px 0;
  background: #ffffff;
  box-sizing: border-box;
  color: var(--lp-text);
  font-family: var(--lp-font-round);
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 0.22s ease, transform 0.32s ease;
}
.lp-hero__reserve-panel::before {
  position: absolute;
  top: 22px;
  left: 0;
  width: 1px;
  height: 196px;
  background: #d9d9d9;
  content: "";
}
.lp-hero__reserve-drawer:hover .lp-hero__reserve-panel,
.lp-hero__reserve-drawer:focus-within .lp-hero__reserve-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.lp-hero__reserve-lead {
  position: relative;
  margin: 0 0 8px;
  color: #da8121;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}
.lp-hero__reserve-lead::before {
  content: "＼＼ ";
}
.lp-hero__reserve-lead::after {
  content: " ／／";
}
.lp-hero__reserve-hours {
  position: relative;
  height: 78px;
  overflow: hidden;
  border-radius: 5px;
  background: #efebe7;
}
.lp-hero__reserve-hours table {
  position: relative;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--lp-text);
}
.lp-hero__reserve-hours caption {
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 1;
  display: block;
  width: 106px;
  height: 28px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--lp-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}
.lp-hero__reserve-hours caption span {
  display: block;
}
.lp-hero__reserve-hours caption small {
  display: block;
  margin-top: 3px;
  color: #da8121;
  font-size: 9px;
  font-weight: 500;
}
.lp-hero__reserve-hours th,
.lp-hero__reserve-hours td {
  padding: 0;
  text-align: center;
}
.lp-hero__reserve-hours thead th {
  height: 40px;
  border-bottom: 1px solid #c4c2c1;
  font-size: 15px;
  font-weight: 700;
  vertical-align: bottom;
}
.lp-hero__reserve-hours thead th:first-child,
.lp-hero__reserve-hours tbody th {
  width: 106px;
  text-align: left;
}
.lp-hero__reserve-hours tbody th {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
}
.lp-hero__reserve-hours tbody td {
  color: #da8121;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.lp-hero__reserve-hours tbody td:last-child {
  color: transparent;
  font-size: 0;
}
.lp-hero__reserve-hours tbody td:last-child::before {
  display: inline-block;
  width: 7px;
  height: 2px;
  border-radius: 0;
  background: var(--lp-text);
  content: "";
  vertical-align: middle;
}
.lp-hero__reserve-address-row {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 112px 0 24px;
  border-bottom: 1px solid #c4c2c1;
}
.lp-hero__reserve-address-row::before {
  position: absolute;
  left: 0;
  width: 16px;
  height: 21px;
  background: url("../img/figma/footer-map-pin-sp.svg") center / contain no-repeat;
  content: "";
}
.lp-hero__reserve-address {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.lp-hero__reserve-map {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 24px;
  border: 2px solid #aea195;
  border-radius: 999px;
  color: #aea195;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.lp-hero__reserve-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 6px;
}
.lp-hero__reserve-tel {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding-left: 36px;
  color: var(--lp-text);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}
.lp-hero__reserve-tel::before {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../img/figma/footer-phone-sp.svg") center / contain no-repeat;
  content: "";
}
.lp-hero__reserve-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 188px;
  height: 42px;
  border-radius: 6px;
  color: #ffffff;
  background: #06c755;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}
.lp-hero__reserve-line::before {
  display: block;
  width: 24px;
  height: 28px;
  background: url("../img/figma/header-line-white.svg") center / contain no-repeat;
  content: "";
}
.top-lp .lp-cookie-banner.cookie-banner {
  position: fixed;
  right: auto;
  bottom: 24px;
  left: 30px;
  z-index: 80;
  display: block;
  width: 400px;
  height: 230px;
  padding: 35px 46px 25px 54px;
  border: 1px solid #aea195;
  border-radius: 8px;
  color: var(--lp-text);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--lp-font-round);
}
.top-lp .lp-cookie-banner.is-hidden {
  display: none;
}
.top-lp .lp-cookie-banner p {
  width: 300px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}
.top-lp .lp-cookie-banner a {
  color: var(--lp-text);
  text-decoration: underline;
}
.top-lp .lp-cookie-banner .cookie-banner__actions {
  display: grid;
  grid-template-columns: 140px 140px;
  gap: 20px;
  margin-top: 18px;
}
.top-lp .lp-cookie-banner button {
  width: 140px;
  height: 50px;
  min-height: 0;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #d9d9d9;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}
.top-lp .lp-cookie-banner [data-cookie-accept] {
  background: var(--lp-hero-orange);
}
@media (min-width: 901px) {
  .lp-hero { min-height: auto; }
  .lp-hero__inner { min-height: auto; }
  .lp-hero__canvas { container-type: inline-size; aspect-ratio: 1440 / 925; min-height: 0; }
  .lp-hero__media { top: 5.347cqw; left: 8.472cqw; width: 83.333cqw; height: 34.722cqw; border-radius: 1.389cqw; }
  .lp-hero__media::after { border-width: 0.694cqw; border-radius: 1.389cqw; }
  .lp-hero__statement { top: 12.569cqw; left: 3.542cqw; width: 21.181cqw; height: 21.181cqw; }
  .lp-hero__method-title { width: min(52.778cqw, calc(100vw - 24px)); }
  .lp-hero__method-line { height: 6.736cqw; }
  .lp-hero__method-line--age { width: max-content; min-width: 21.181cqw; max-width: min(52.778cqw, calc(100vw - 24px)); font-size: 3.472cqw; }
  .lp-hero__method-line--age span { font-size: 4.167cqw; }
  .lp-hero__method-line--pelvis {
    top: 7.917cqw;
    width: max-content;
    min-width: 19.583cqw;
    max-width: min(66.667cqw, calc(100vw - 24px));
    font-size: 3.472cqw;
    background: linear-gradient(#ffffff, #ffffff) left top / max(19.583cqw, calc(88% + 0.18em)) 100% no-repeat;
  }
  .lp-hero__copy { top: 15.764cqw; left: 0.625cqw; width: 17.5cqw; font-size: clamp(14px, 1.25cqw, 18px); }
  .lp-hero__award { top: 20.833cqw; left: 75.278cqw; width: 19.861cqw; height: auto; }
  .lp-hero__lead { top: 44.722cqw; left: 41.181cqw; width: fit-content; font-size: clamp(14px, 1.25cqw, 18px); }
  .lp-hero__cta { top: 49.306cqw; left: 36.944cqw; width: 25.972cqw; height: 8.056cqw; gap: 0.972cqw; padding: 2.778cqw 2.083cqw; }
  .lp-hero__cta span { font-size: clamp(18px, 1.667cqw, 24px); }
  .lp-hero__cta img { width: 2.5cqw; height: 2.5cqw; }
  .lp-hero__character { top: 44.722cqw; left: 61.875cqw; width: 5.139cqw; height: 14.653cqw; }
}
.top-lp .lp-intro {
  min-height: 1670px;
  background: var(--lp-bg);
  font-family: var(--lp-font-round);
}
.top-lp .lp-intro__about {
  position: absolute;
  top: 89px;
  left: -120px;
  width: 1714px;
  height: 1276px;
  overflow: hidden;
  background: linear-gradient(180deg, #f2f0de 0%, #e2f1ed 61.5%, #f2f0de 100%);
}
.top-lp .lp-visual-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.top-lp .lp-intro__cloud {
  position: absolute;
  left: 0;
  display: block;
  max-width: none;
  pointer-events: none;
  animation: lp-cloud-drift 16s linear infinite;
  will-change: transform;
}
.top-lp .lp-intro__cloud--left {
  top: 141px;
  width: 476px;
  height: 43px;
  animation-duration: 36s;
}
.top-lp .lp-intro__cloud--left.lp-intro__cloud--alt {
  animation-delay: -18s;
}
.top-lp .lp-intro__cloud--center {
  top: 185px;
  width: 444px;
  height: 94px;
  animation-duration: 44s;
  animation-delay: -14s;
}
.top-lp .lp-intro__cloud--center.lp-intro__cloud--alt {
  animation-delay: -36s;
}
.top-lp .lp-intro__cloud--right {
  top: 185px;
  width: 476px;
  height: 59px;
  animation-duration: 28s;
  animation-delay: -20s;
}
.top-lp .lp-intro__cloud--right.lp-intro__cloud--alt {
  animation-delay: -6s;
}
.top-lp .lp-intro__logo {
  position: absolute;
  top: 79px;
  left: 764px;
  width: 156px;
  height: 156px;
  mix-blend-mode: multiply;
}
.top-lp .lp-intro__label {
  position: absolute;
  top: 218px;
  left: 842px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  color: var(--lp-orange);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
.top-lp .lp-intro__label::before,
.top-lp .lp-intro__label::after {
  display: inline-block;
  width: auto;
  height: auto;
  background: transparent;
  color: currentColor;
  line-height: 1;
  content: "｜";
}
.top-lp .lp-intro__title {
  position: absolute;
  top: 279px;
  left: 660px;
  width: 360px;
  margin: 0;
  color: var(--lp-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.top-lp .lp-intro__theme {
  position: absolute;
  top: 388px;
  left: 749px;
  width: 180px;
  margin: 0;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.top-lp .lp-intro__body {
  position: absolute;
  top: 468px;
  left: 610px;
  width: 450px;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
  text-align: center;
  white-space: nowrap;
}
.top-lp .lp-intro__body p {
  margin: 0;
}
.top-lp .lp-intro__sp-line {
  display: none;
}
.top-lp .lp-intro__body strong {
  color: var(--lp-hero-orange);
  font-size: 24px;
  font-weight: 700;
}
.top-lp .lp-intro__cards {
  position: absolute;
  top: 647px;
  left: 368px;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-lp .lp-intro-card {
  position: relative;
  width: 300px;
  height: 280px;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(25, 143, 143, 0.1);
}
.top-lp .lp-intro-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 6px;
  border-radius: 20px 20px 0 0;
  background: var(--lp-green);
  content: "";
}
.top-lp .lp-intro-card--orange::before {
  background: var(--lp-hero-orange);
}
.top-lp .lp-intro-card__number {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--lp-green);
  font-size: 11px;
  font-weight: 700;
}
.top-lp .lp-intro-card--orange .lp-intro-card__number {
  color: var(--lp-hero-orange);
}
.top-lp .lp-intro-card__icon {
  position: absolute;
  top: 46px;
  left: 114px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e2f7f7;
}
.top-lp .lp-intro-card--orange .lp-intro-card__icon {
  background: #faead4;
}
.top-lp .lp-intro-card__icon--target::before,
.top-lp .lp-intro-card__icon--care::before {
  position: absolute;
  background: var(--lp-green);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
}
.top-lp .lp-intro-card__icon--target::before {
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  -webkit-mask-image: url("../img/figma/intro-card-target-icon.svg");
  mask-image: url("../img/figma/intro-card-target-icon.svg");
}
.top-lp .lp-intro-card__icon--target::after {
  content: none;
}
.top-lp .lp-intro-card__icon--body::before {
  position: absolute;
  top: 21px;
  left: 19px;
  width: 34px;
  height: 30px;
  background: var(--lp-hero-orange);
  -webkit-mask-image: url("../img/figma/intro-card-body-icon.svg");
  mask-image: url("../img/figma/intro-card-body-icon.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
}
.top-lp .lp-intro-card__icon--body::after {
  content: none;
}
.top-lp .lp-intro-card__icon--body {
  background: #faead4;
}
.top-lp .lp-intro-card__icon--care::before {
  top: 19px;
  left: 24px;
  width: 25px;
  height: 34px;
  -webkit-mask-image: url("../img/figma/intro-card-care-icon.svg");
  mask-image: url("../img/figma/intro-card-care-icon.svg");
}
.top-lp .lp-intro-card__icon--care::after {
  content: none;
}
.top-lp .lp-intro-card strong {
  position: absolute;
  top: 132px;
  left: 24px;
  width: 252px;
  color: var(--lp-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.top-lp .lp-intro-card--orange strong {
  color: var(--lp-hero-orange);
}
.top-lp .lp-intro-card p {
  position: absolute;
  top: 186px;
  left: 24px;
  width: 252px;
  margin: 0;
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
}
.top-lp .lp-intro-card__dots {
  position: absolute;
  top: 258px;
  left: 140px;
  width: 30px;
  height: 6px;
  background:
    radial-gradient(circle, #bddfdf 0 3px, transparent 3.5px) 0 0 / 10px 6px repeat-x;
}
.top-lp .lp-intro-card--orange .lp-intro-card__dots {
  background:
    radial-gradient(circle, #f0c384 0 3px, transparent 3.5px) 0 0 / 10px 6px repeat-x;
}
.top-lp .lp-intro__message {
  position: absolute;
  top: 1069px;
  left: 480px;
  width: 486px;
  margin: 0;
  color: var(--lp-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}
.top-lp .lp-intro__message-line {
  display: block;
  white-space: nowrap;
}
.top-lp .lp-intro__message-line--sp {
  display: none;
}
.top-lp .lp-intro__people-line {
  position: absolute;
  top: 1319px;
  left: 5px;
  width: 1427px;
  height: 131px;
  pointer-events: none;
}
.top-lp .lp-intro__people-line img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* PC帯（901px以上）でintroをコンテナクエリ（cqw）により画面幅に流動させる。
   SP（900px以下）は一切変更しない。canvas/about/cardの3層ネストで各cqwが最寄りのコンテナ幅に解決される。 */
@media (min-width: 901px) {
  .top-lp .lp-intro { min-height: auto; }
  .top-lp .lp-intro__canvas { position: relative; container-type: inline-size; aspect-ratio: 1440 / 1670; }
  .top-lp .lp-intro__about { top: 6.181cqw; left: -8.333cqw; width: 119.028cqw; height: 88.611cqw; background: transparent; overflow: visible; container-type: inline-size; }
  /* full-bleed sky gradient extending to screen edges instead of being cut at the 1440 content edge */
  .top-lp .lp-intro__canvas::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 6.181cqw;
    left: 50%;
    width: 100vw;
    height: 74.446cqw;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #f2f0de 0%, #e2f1ed 61.5%, #f2f0de 100%);
    pointer-events: none;
  }
  .top-lp .lp-intro__cloud--left { top: 3.052cqw; left: 0; width: 27.774cqw; height: 2.517cqw; }
  .top-lp .lp-intro__cloud--center { top: 5.588cqw; left: 0; width: 25.929cqw; height: 5.486cqw; }
  .top-lp .lp-intro__cloud--right { top: 5.612cqw; left: 0; width: 27.772cqw; height: 3.438cqw; }
  .top-lp .lp-intro__logo { top: 4.609cqw; left: 44.574cqw; width: 9.102cqw; height: 9.102cqw; }
  .top-lp .lp-intro__label { top: 12.719cqw; left: 49.125cqw; gap: 0.35cqw; font-size: 1.05cqw; }
  .top-lp .lp-intro__title { top: 16.278cqw; left: 38.506cqw; width: 21.004cqw; font-size: 1.4cqw; }
  .top-lp .lp-intro__theme { top: 22.637cqw; left: 43.699cqw; width: 10.502cqw; font-size: 1.05cqw; }
  .top-lp .lp-intro__body { top: 27.305cqw; left: 35.589cqw; width: 26.254cqw; font-size: 1.05cqw; }
  .top-lp .lp-intro__body strong { font-size: 1.4cqw; }
  .top-lp .lp-intro__cards { top: 37.748cqw; left: 21.47cqw; grid-template-columns: repeat(3, 17.503cqw); gap: 1.4cqw; }
  .top-lp .lp-intro-card { width: 17.503cqw; height: 16.336cqw; border-radius: 1.167cqw; container-type: inline-size; }
  .top-lp .lp-intro-card::before { width: 100cqw; height: 2cqw; border-radius: 6.667cqw 6.667cqw 0 0; }
  .top-lp .lp-intro-card__number { top: 6.667cqw; left: 6.667cqw; font-size: 3.667cqw; }
  .top-lp .lp-intro-card__icon { top: 15.333cqw; left: 38cqw; width: 24cqw; height: 24cqw; }
  .top-lp .lp-intro-card__icon--target::before { width: 24cqw; height: 24cqw; }
  .top-lp .lp-intro-card__icon--care::before { top: 6.333cqw; left: 7cqw; width: 8.333cqw; height: 11.333cqw; }
  .top-lp .lp-intro-card__icon--body::before { top: 7cqw; left: 6.333cqw; width: 11.333cqw; height: 10cqw; }
  .top-lp .lp-intro-card strong { top: 44cqw; left: 8cqw; width: 84cqw; font-size: 6cqw; }
  .top-lp .lp-intro-card p { top: 62cqw; left: 8cqw; width: 84cqw; font-size: 4cqw; }
  .top-lp .lp-intro-card__dots { top: 86cqw; left: 46.667cqw; width: 10cqw; height: 2cqw; }
  .top-lp .lp-intro__message { top: 74.236cqw; left: 50%; width: max-content; max-width: calc(100vw - 48px); font-size: 1.528cqw; white-space: normal; transform: translateX(-50%); }
  .top-lp .lp-intro__people-line { top: 91.597cqw; left: 0.347cqw; width: 99.097cqw; height: 9.097cqw; }
  .top-lp .lp-intro__cards[data-animate] .lp-intro-card {
    opacity: 0;
    transform: scale(0.3);
  }
  .top-lp .lp-intro__cards[data-animate].is-inview .lp-intro-card {
    animation: lp-bounce-in 450ms linear forwards;
  }
  .top-lp .lp-intro__cards[data-animate].is-inview .lp-intro-card:nth-child(2) {
    animation-delay: 150ms;
  }
  .top-lp .lp-intro__cards[data-animate].is-inview .lp-intro-card:nth-child(3) {
    animation-delay: 300ms;
  }
}
.top-lp .lp-problem-method {
  --road-x: 115px;
  /* Figma PC actual section: 1440 wide × 6561 tall (from node 1:462) */
  position: relative;
  min-height: 6561px;
  background: var(--lp-bg);
  font-family: var(--lp-font-round);
}
.pm-road-anim {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.pm-road-anim.is-complete {
  display: none;
}
.pm-road-canvas,
.pm-road-svg {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.pm-road-canvas {
  background: var(--lp-bg);
}
.pm-road-canvas[data-canvas-ready="true"]:not([data-road-render="draw"]) {
  background: transparent;
}
.pm-road-cover-fill {
  fill: var(--lp-bg);
}
.top-lp .lp-problem-method.is-pm-road-drawing {
  background-image: none;
}
/* PC: section bg uses Figma PC SVG road per goal spec. */
@media (min-width: 901px) {.top-lp .lp-problem-method {
    position: relative;
    padding-bottom: var(--pm-pad-bottom, 300px);
    background-image: url("../img/figma/problem-method-full-pc.svg");
    background-size: auto var(--pm-board-h, 6561px);
    background-position-x: calc(50% + var(--road-x, 0px));
    background-position-y: 280px;
    background-repeat: no-repeat;
  }
  .top-lp .lp-problem-method::after {
    content: "";
    position: absolute;
    top: 280px;
    right: 0;
    width: 30%;
    height: 134px;
    background: #eaddbb;
    pointer-events: none;
    z-index: 0;
  }}
@media (min-width: 901px) {
  .top-lp .lp-problem-method.is-pm-road-drawing::after {
    opacity: 0;
  }
}
@media (min-width: 901px) {
  .pm-road-anim {
    top: 280px;
    left: calc(50% + var(--road-x, 0px) - 647.120812px);
    width: 1294.241623px;
    height: var(--pm-board-h, 6561px);
  }
  .pm-road-canvas--pc,
  .pm-road-svg--pc {
    display: block;
  }
}

/* ===== Overlay (front-layer objects on top of road bg) ===== */
.lp-problem-method__overlay {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.lp-problem-method__overlay > * {
  pointer-events: auto;
}

/* ----- Block: pm-label-heading (Figma 2661:16232 PC / 2661:16284 SP) ----- */
.pm-label-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  font-family: "Zen Maru Gothic", var(--lp-font-round);
  font-weight: 700;
  text-align: center;
}
.pm-label-heading__scribble {
  display: block;
  width: 69.6px;
  height: 49.7px;
  background: url("../img/figma/pm-label-scribble.png") center / contain no-repeat;
  transform: rotate(23.97deg);
  margin-bottom: 5px;
}
.pm-label-heading__label {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pm-label-heading__pipe {
  display: block;
  width: 1px;
  height: 18px;
  background: #da8121;
}
.pm-label-heading__label-text {
  color: #da8121;
  font-size: 18px;
  line-height: 1.4;
}
.pm-label-heading__label-text > span {
  display: block;
}
.pm-label-heading__heading {
  margin: 0;
  color: #198f8f;
  font-size: 24px;
  line-height: 1.4;
}

/* ----- Block: pm-checks-bubble (Figma 2661:16299) ----- */
.pm-checks-bubble {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 242px;
  width: 368px;
  margin-inline: auto;
  font-family: "Zen Maru Gothic", var(--lp-font-round);
}

/* ----- Stages (massage / yoga / clinic) — Figma 2661:16395 ----- */
.pm-stage {
  position: absolute;
}
.pm-stage__bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "Zen Maru Gothic", var(--lp-font-round);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.pm-stage__note {
  position: absolute;
  margin: 0;
  font-family: "Zen Maru Gothic", var(--lp-font-round);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.pm-br-sp {
  display: none;
}
@media (max-width: 900px) {
  .pm-br-sp {
    display: inline;
  }
}

.pm-stage--massage {
  top: 91px;
  left: -299px;
}
.pm-stage--massage .pm-stage__bubble {
  width: 262px;
  height: 135px;
  background-image: url("../img/figma/pm-bubble-massage.svg");
  transform: rotate(-14.42deg);
}
.pm-stage--massage .pm-stage__note {
  top: -7px;
  left: -28px;
  color: #4b98ed;
  transform: rotate(-31.87deg);
}

.pm-stage--yoga {
  top: 408px;
  right: -350px;
}
.pm-stage--yoga .pm-stage__bubble {
  width: 201px;
  height: 115px;
  background-image: url("../img/figma/pm-bubble-yoga.svg");
  transform: rotate(18.33deg);
}
.pm-stage--yoga .pm-stage__note {
  top: -7px;
  right: -87px;
  color: #32a4e8;
  transform: rotate(24.61deg);
}

.pm-stage--clinic {
  top: 725px;
  left: -200px;
}
.pm-stage--clinic .pm-stage__bubble {
  width: 242px;
  height: 161px;
  background-image: url("../img/figma/pm-bubble-clinic.svg");
  transform: rotate(-29.31deg);
}
.pm-stage--clinic .pm-stage__note {
  top: -18px;
  left: -69px;
  color: #1885b5;
  line-height: 1.5;
  white-space: normal;
  text-align: center;
  transform: rotate(-25.23deg);
}
.pm-checks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 39px;
  width: 100%;
  margin: 120px 0 0;
  padding: 0;
  list-style: none;
}
.pm-checks > li {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
}
.pm-checks__box {
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #ffffff url("../img/figma/pm-check-icon.svg") center / 26px 28px no-repeat;
  border: 3px solid #eaddbb;
  border-radius: 5px;
  box-sizing: border-box;
}
.pm-checks > li p {
  width: 300px;
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}
.pm-checks > li strong {
  color: #5f9595;
  font-weight: 700;
}

.pm-final-bubble {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 332px;
  height: 299px;
  background: url("../img/figma/pm-final-bubble.svg") center / contain no-repeat;
}
.pm-final-bubble__scribble {
  position: absolute;
  top: -40px;
  right: -80px;
  width: 230px;
  height: 164px;
  background: url("../img/figma/pm-label-scribble.png") center / contain no-repeat;
  transform: rotate(23.97deg);
  transform-origin: center;
  pointer-events: none;
}
.pm-final-bubble p {
  margin: 0;
  color: #556e7c;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.pm-stage[data-animate],
.pm-final-bubble[data-animate] {
  opacity: 0;
  transform: scale(0.3);
}
.pm-stage[data-animate].is-inview,
.pm-final-bubble[data-animate].is-inview {
  animation: lp-bounce-in 450ms linear forwards;
}

/* ----- Figures: people walking the road (Figma 2661:16420) ----- */
.pm-figures {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1440px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.pm-figure {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pm-figure--elderly-pair {
  width: 85px;
  height: 121px;
  top: 196.89px;
  right: 60.48px;
  background-image: url("../img/figma/pm-figure-elderly-pair.png");
}
.pm-figure--woman-bags {
  width: 53px;
  height: 116px;
  top: 231.48px;
  left: 905.93px;
  background-image: url("../img/figma/pm-figure-woman-bags.png");
}
.pm-figure--man {
  width: 52px;
  height: 118px;
  top: 480.5px;
  right: 390.09px;
  background-image: url("../img/figma/pm-figure-man.png");
}
.pm-figure--pair-walk {
  width: 131px;
  height: 117px;
  top: 455px;
  left: 353px;
  background-image: url("../img/figma/pm-figure-pair-walk.png");
}
.pm-figure--woman-coat {
  width: 48px;
  height: 125px;
  top: 338.67px;
  left: 1138.58px;
  background-image: url("../img/figma/pm-figure-woman-coat.png");
}
.pm-figure--wheelchair {
  width: 91px;
  height: 103px;
  top: 718.02px;
  left: 328.73px;
  background-image: url("../img/figma/pm-figure-wheelchair.png");
}
.pm-figure--girl-dog {
  width: 129px;
  height: 103px;
  top: 755.57px;
  right: 356.19px;
  background-image: url("../img/figma/pm-figure-girl-dog.png");
}
.pm-figure--parent-child {
  width: 115px;
  height: 121px;
  top: 916.68px;
  left: 713.88px;
  background-image: url("../img/figma/pm-figure-parent-child.png");
}

@media (max-width: 900px) {
  .pm-label-heading {
    gap: 20px;
  }
  .pm-label-heading__scribble {
    width: 74.5px;
    height: 53.2px;
  }
  .pm-label-heading__heading {
    font-size: 20px;
  }
  .pm-checks {
    gap: 54px;
    margin: 144px 0 0;
    padding: 0 5px 0 20px;
  }

  /* ---- Stage font sizes scaled to Figma SP (PC 24→14.2px, 14→8.3px) ---- */
  .pm-stage__bubble {
    font-size: 14px;
  }
  .pm-stage__note {
    font-size: 8.3px;
  }

  /* ---- Massage (SP) ---- */
  .pm-stage--massage {
    top: 50px;
    left: 15px;
  }
  .pm-stage--massage .pm-stage__bubble {
    width: 128px;
    height: 58px;
  }
  .pm-stage--massage .pm-stage__note {
    top: -5px;
    left: -15px;
  }

  /* ---- Yoga (SP) ---- */
  .pm-stage--yoga {
    top: 205px;
    right: 14px;
  }
  .pm-stage--yoga .pm-stage__bubble {
    width: 98px;
    height: 39px;
  }
  .pm-stage--yoga .pm-stage__note {
    top: -12px;
    right: -21px;
  }

  /* ---- Clinic (SP) ---- */
  .pm-stage--clinic {
    top: 801px;
    left: 33px;
  }
  .pm-stage--clinic .pm-stage__bubble {
    width: 120px;
    height: 75px;
  }
  .pm-stage--clinic .pm-stage__note {
    top: -17px;
    left: -26px;
  }

  /* ---- Final bubble (SP) — Figma node 1:4052 235×212 ---- */
  .pm-final-bubble {
    width: 235px;
    height: 212px;
  }
  .pm-final-bubble p {
    font-size: 17px;
  }
  .pm-final-bubble__scribble {
    width: 163px;
    height: 116px;
    top: -28px;
    right: -56px;
  }

  /* ---- Figures (SP) ---- */
  .pm-figures {
    width: 390px;
  }
  .pm-figure--elderly-pair {
    width: 45px;
    height: 64px;
    top: 235.1px;
    right: -105.05px;
  }
  .pm-figure--woman-bags {
    width: 28px;
    height: 62px;
    top: 237.59px;
    left: 239.98px;
  }
  .pm-figure--man {
    width: 28px;
    height: 62px;
    top: 681.93px;
    right: 69.47px;
  }
  .pm-figure--pair-walk {
    width: 70px;
    height: 62px;
    top: 470.64px;
    left: -15.12px;
  }
  .pm-figure--woman-coat {
    width: 26px;
    height: 66px;
    top: 847.09px;
    left: -22.95px;
  }
  .pm-figure--wheelchair {
    width: 48px;
    height: 54px;
    top: 794.37px;
    left: 72.08px;
  }
  .pm-figure--girl-dog {
    width: 69px;
    height: 55px;
    top: 989.46px;
    right: 91.46px;
  }
  .pm-figure--parent-child {
    width: 61px;
    height: 64px;
    top: 1384.08px;
    left: 87.11px;
  }
}
.top-lp .lp-section-title {
  margin: 0 0 42px;
  color: var(--lp-green);
  font-family: var(--lp-font-round);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

/* ===== なぜ再発するの？ (pain-recur) — flows on the road below the blue bubble ===== */
.pain-recur__stage {
  position: relative;
  width: 685px;
  height: 773px;
  margin: 150px auto 0;
  transform: translateX(var(--pr-x, 0px));
  z-index: 4;
  font-family: var(--lp-font-round);
}
/* heading */
.pain-recur__heading {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 5;
  font-weight: 700;
  line-height: 1;
}
.pain-recur__why {
  position: absolute;
  left: 206px;
  top: 4px;
  color: var(--lp-orange);
  font-size: 36px;
  transform: rotate(-9deg);
  transform-origin: left bottom;
}
.pain-recur__why-q {
  display: inline-block;
  margin-left: 2px;
  font-size: 38px;
  transform: translateY(-10px) rotate(6deg);
}
.pain-recur__lead {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  text-align: center;
  color: #198f8f;
  font-size: 21.8px;
}
.pain-recur__pain {
  position: absolute;
  left: 0;
  right: 0;
  top: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pain-recur__pain-text {
  color: #198f8f;
  font-size: 29.2px;
}
.pain-recur__pain-text b {
  font-size: 48.6px;
  font-weight: 700;
}
.pain-recur__bolt {
  width: 44px;
  height: 44px;
}
.pain-recur__bolt--l {
  transform: rotate(8deg);
}
.pain-recur__bolt--r {
  transform: scaleX(-1) rotate(8deg);
}
.pain-recur__recur {
  position: absolute;
  left: 0;
  right: 0;
  top: 168px;
  text-align: center;
  color: #198f8f;
  font-size: 29.2px;
}
.pain-recur__recur b {
  font-size: 41.4px;
  font-weight: 700;
}
/* rain */
.pain-recur__rain {
  position: absolute;
  left: 30px;
  top: 415px;
  width: 627px;
  height: 232px;
  z-index: 1;
  pointer-events: none;
  background-image: url("../img/figma/pain-rain-v3.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* clouds */
.pain-cloud {
  position: absolute;
  z-index: 2;
  width: 280px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.pain-cloud p {
  margin: 0;
  color: #625b54;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.pain-cloud--1 {
  left: 0;
  top: 272px;
  background-image: url("../img/figma/pain-cloud-1.svg");
}
.pain-cloud--2 {
  left: 203px;
  top: 319px;
  background-image: url("../img/figma/pain-cloud-2.svg");
}
.pain-cloud--3 {
  left: 405px;
  top: 232px;
  background-image: url("../img/figma/pain-cloud-3.svg");
}
.pain-recur__stage[data-animate] .pain-cloud {
  opacity: 0;
  transform: scale(0.3);
}
.pain-recur__stage[data-animate].is-inview .pain-cloud {
  animation: lp-bounce-in 450ms linear forwards;
}
.pain-recur__stage[data-animate].is-inview .pain-cloud--2 {
  animation-delay: 400ms;
}
.pain-recur__stage[data-animate].is-inview .pain-cloud--3 {
  animation-delay: 800ms;
}
/* person with umbrella */
.pain-recur__person {
  position: absolute;
  left: 288px;
  top: 615px;
  width: 74px;
  height: 158px;
  z-index: 3;
  background: url("../img/figma/pain-person.svg") center / contain no-repeat;
}
@media (max-width: 900px) {
  .pain-recur__stage { margin-top: 156px; width: 390px; height: 608px; }
  .pain-recur__why { left: 118px; top: 4px; font-size: 29px; }
  .pain-recur__why-q { font-size: 30px; }
  .pain-recur__lead { top: 52px; font-size: 17px; }
  .pain-recur__pain { top: 72px; gap: 10px; }
  .pain-recur__pain-text { font-size: 23px; }
  .pain-recur__pain-text b { font-size: 38px; }
  .pain-recur__bolt { width: 34px; height: 34px; }
  .pain-recur__recur { top: 124px; font-size: 23px; }
  .pain-recur__recur b { font-size: 33px; }
  .pain-recur__rain { left: 0; top: 318px; width: 390px; height: 196px; }
  .pain-cloud { width: 198px; height: 135px; }
  .pain-cloud p { font-size: 15px; line-height: 1.5; }
  .pain-cloud--1 { left: 0; top: 200px; }
  .pain-cloud--2 { left: 130px; top: 270px; }
  .pain-cloud--3 { left: 178px; top: 170px; }
  .pain-recur__person { left: 162px; top: 470px; width: 67px; height: 144px; }
}
/* ===== その答えは「骨盤力」 (answer-card) — sits on the road board below the person ===== */
.answer-card {
  position: relative;
  width: 500px;
  margin: var(--ac-y, 195px) auto 0;
  transform: translateX(var(--ac-x, 0px));
  z-index: 4;
  font-family: var(--lp-font-round);
  font-weight: 700;
  text-align: center;
  color: #198f8f;
}
.answer-card__head {
  color: #333;
  line-height: 1.1;
}
.answer-card__lead {
  margin: 0;
  font-size: 27.653px;
}
.answer-card__title {
  margin: 0;
  font-size: clamp(42px, 3.4vw, 49px);
  white-space: nowrap;
}
.answer-card__note {
  margin: 21px 0 0;
  font-size: 20px;
  line-height: 1.7;
}
.answer-card__accent {
  color: #da8121;
  font-size: 22px;
}
.answer-card__body {
  margin: 109px 0 0;
  font-size: 20px;
  line-height: 1.7;
}
.answer-card__body p {
  margin: 0;
}
.answer-card__body p.answer-card__method {
  margin: 14px 0;
}
.answer-card__method-mark {
  display: inline-block;
  color: #333;
  font-size: clamp(26px, 1.95vw, 28px);
  line-height: 1.7;
  padding: 0 0.2em;
  background: var(--ac-mark, #ffe501);
  white-space: nowrap;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.answer-card__br-pc {
  display: inline;
}
.answer-card__body p.answer-card__body-gap {
  margin-top: 16px;
}
.answer-card__book {
  position: absolute;
  top: var(--ac-book-y, 43px);
  right: var(--ac-book-x, -96px);
  width: var(--ac-book-w, 85px);
  height: auto;
  transform: rotate(var(--ac-book-rot, 9deg));
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.answer-card__book[data-animate] {
  --bounce-rot: var(--ac-book-rot, 9deg);
  opacity: 0;
  transform: rotate(var(--bounce-rot)) scale(0.3);
}
.answer-card__book[data-animate].is-inview {
  animation: lp-bounce-in-rot 450ms linear forwards;
}
@media (max-width: 900px) {
  .answer-card {
    width: auto;
    max-width: 322px;
    margin: var(--ac-y-sp, 115px) auto 0;
    transform: none;
  }
  .answer-card__lead { font-size: 18px; }
  .answer-card__title { font-size: clamp(28px, 8.1vw, 32px); }
  .answer-card__note { margin-top: 45px; font-size: 17px; line-height: 2.2; }
  .answer-card__accent { font-size: 18px; }
  .answer-card__body { margin-top: 13px; font-size: 17px; line-height: 2.2; }
  .answer-card__body p.answer-card__method { margin: 20px 0; }
  .answer-card__body p.answer-card__body-gap { margin-top: 26px; }
  .answer-card__method-mark { font-size: clamp(16px, 4.65vw, 18.5px); }
  .answer-card__br-pc { display: none; }
  .answer-card__book { display: none; }
}
.lp-method {
  position: relative;
  width: min(100%, var(--m-w, 650px));
  margin: var(--m-y, 330px) auto 0;
  padding: 0 20px;
  font-family: var(--lp-font-round);
}
.lp-method__badge {
  position: absolute;
  top: var(--m-badge-y, 4px);
  left: var(--m-badge-x, 16px);
  width: var(--m-badge-w, 196px);
  transform: rotate(var(--m-badge-rot, -16deg));
  transform-origin: top left;
  z-index: 2;
}
.lp-method__badge[data-animate] {
  --bounce-rot: var(--m-badge-rot, -16deg);
  opacity: 0;
  transform: rotate(var(--bounce-rot)) scale(0.3);
}
.lp-method__badge[data-animate].is-inview {
  animation: lp-bounce-in-rot 450ms linear forwards;
}
.lp-method__badge-line {
  display: table;
  margin-bottom: 12px;
  padding: 6px 16px;
  border-radius: 8px;
  background: #ffe501;
  color: #333;
  font-family: "Zen Kaku Gothic Antique", var(--lp-font-round);
  font-size: var(--m-badge-fs, 31px);
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}
.lp-method__badge-num {
  font-size: 1.2em;
}
.lp-method__badge-line--2 {
  margin-left: 14px;
}
.lp-method__badge-caption {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 14px 0 0 6px;
  color: #333;
  font-size: var(--m-badge-cap-fs, 13px);
  font-weight: 500;
  line-height: 1.85;
  text-align: left;
  transform: rotate(16deg);
  transform-origin: top left;
  white-space: nowrap;
}
.lp-method__badge-caption span {
  display: block;
}
.lp-method__main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-main-gap, 41px);
}
.lp-method__intro {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-intro-gap, 24px);
}
.lp-method__character {
  display: block;
  align-self: center;
  width: var(--m-char-w, 74px);
  height: auto;
}
.lp-method__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-head-gap, 18px);
}
.lp-method__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  color: var(--lp-orange);
  font-size: var(--m-label-fs, 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lp-method__label-line {
  width: 1px;
  height: 18px;
  background: var(--lp-orange);
}
.lp-method__title {
  margin: 0;
  color: #198f8f;
  font-size: var(--m-title-fs, 34px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.lp-method__flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-flow-gap, 22px);
  width: 100%;
}
.lp-method__steps {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: var(--m-step-gap, 10px);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-method__step {
  position: relative;
  flex: 1 1 0;
  max-width: var(--m-step-w, 180px);
  min-height: var(--m-step-h, 210px);
  padding: var(--m-step-pad, 14px 10px);
  border: 2px solid #b2dada;
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-step-inner-gap, 11px);
  text-align: center;
}
.lp-method__step + .lp-method__step::before {
  content: "\203A";
  position: absolute;
  top: 50%;
  left: calc(var(--m-step-gap, 40px) / -2);
  transform: translate(-50%, -50%);
  color: #b2dada;
  font-size: var(--m-arrow-fs, 50px);
  font-weight: 700;
  line-height: 1;
}
.lp-method__step-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 22px;
  border-radius: 100px;
  background: #198f8f;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.lp-method__step-icon {
  width: 52px;
  height: 52px;
}
.lp-method__step-title {
  margin: 0;
  color: #198f8f;
  font-size: var(--m-step-title-fs, 14px);
  font-weight: 700;
  line-height: 1.6;
}
.lp-method__step-sub {
  margin: 0;
  color: #888;
  font-size: var(--m-step-sub-fs, 11px);
  font-weight: 500;
  line-height: 1.7;
}
.lp-method__chevron {
  display: block;
  width: 84px;
  height: 130px;
  margin: -23px 0;
}
.lp-method__closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--m-closing-gap, 2px);
  text-align: center;
}
.lp-method__closing-main {
  margin: 0;
  color: var(--lp-orange);
  font-size: var(--m-closing-fs, 31px);
  font-weight: 700;
  line-height: 1.6;
}
.lp-method__closing-sub {
  margin: 0;
  color: #333;
  font-size: var(--m-closing-sub-fs, 20px);
  font-weight: 500;
  line-height: 1.7;
}

.pm-road-bubbles {
  position: relative;
  width: 721px;
  height: 887px;
  --prb-x: 256.02px;
  --prb-y: 80.15px;
  margin: var(--prb-y) auto 0;
  transform: translateX(var(--prb-x));
  z-index: 4;
}
.pm-road-bubble {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.12));
}
.pm-road-bubble p {
  position: absolute;
  left: var(--prb-tx, 50%);
  top: var(--prb-ty, 46%);
  transform: translate(-50%, -50%);
  margin: 0;
  width: max-content;
  font-family: "Zen Maru Gothic", var(--lp-font-round);
  font-size: var(--prb-fs, 20px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.pm-road-bubble--1 {
  left: 105.1px;
  top: 96.1px;
  width: 275px;
  height: 278px;
  background-image: url("../img/figma/road-bubble-1.svg");
  --prb-tx: 47.5%;
}
.pm-road-bubble--1 p {
  color: #447990;
}
.pm-road-bubble--2 {
  left: 270.98px;
  top: 469.54px;
  width: 292px;
  height: 277px;
  background-image: url("../img/figma/road-bubble-2.svg");
  --prb-tx: 55.1%;
}
.pm-road-bubble--2 p {
  color: #7d6b9f;
}
.pm-road-bubble--3 {
  left: -153.65px;
  top: 689.92px;
  width: 277px;
  height: 281px;
  background-image: url("../img/figma/road-bubble-3.svg");
  --prb-tx: 47.2%;
}
.pm-road-bubble--3 p {
  color: #cf7861;
}
.pm-road-fig {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}
.pm-road-fig__img {
  display: block;
}
.pm-road-fig__label {
  margin: 0;
  font-family: "Zen Maru Gothic", var(--lp-font-round);
  font-size: var(--rfig-fs, 50px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.pm-road-fig__dots {
  display: block;
}
.pm-road-fig--breath {
  left: 352.92px;
  top: 164.17px;
}
.pm-road-fig--breath .pm-road-fig__img {
  width: 93px;
  height: 135px;
  margin-bottom: 6px;
}
.pm-road-fig--breath .pm-road-fig__label {
  color: #447990;
  margin-bottom: 6px;
}
.pm-road-fig--breath .pm-road-fig__dots {
  width: 65px;
  height: 16px;
}
.pm-road-fig--sleep {
  left: 175.25px;
  top: 541.23px;
}
.pm-road-fig--sleep .pm-road-fig__img {
  width: 145px;
  height: 35px;
  margin-bottom: 67px;
}
.pm-road-fig--sleep .pm-road-fig__label {
  color: #7d6b9f;
  margin-bottom: 25px;
}
.pm-road-fig--sleep .pm-road-fig__dots {
  width: 65px;
  height: 16px;
}
.pm-road-fig--pelvis {
  left: 31.41px;
  top: 916.99px;
}
.pm-road-fig--pelvis .pm-road-fig__img {
  width: 73px;
  height: 95px;
  margin-bottom: 35px;
}
.pm-road-fig--pelvis .pm-road-fig__label {
  color: #d07861;
  margin-bottom: 35px;
}
.pm-road-fig--pelvis .pm-road-fig__dots {
  width: 113px;
  height: 16px;
}
.pm-road-fig[data-animate] {
  opacity: 0;
  transform: scale(0.3);
}
.pm-road-fig[data-animate].is-inview {
  animation: lp-bounce-in 450ms linear forwards;
}
.answer-card[data-pm-anim],
.pm-road-bubble[data-pm-anim],
.pm-figure[data-pm-anim] {
  opacity: 0;
  transform: scale(0.3);
  transform-origin: center;
}
.answer-card[data-pm-anim].is-inview,
.pm-road-bubble[data-pm-anim].is-inview,
.pm-figure[data-pm-anim].is-inview {
  animation: lp-bounce-in 450ms linear forwards;
}

.pm-road-arrow {
  position: absolute;
  z-index: 6;
}
.pm-road-arrow__svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.pm-road-arrow__line {
  stroke-dasharray: var(--arrow-len, 212);
  stroke-dashoffset: var(--arrow-len, 212);
}
.pm-road-arrow__head {
  opacity: 0;
}
.pm-road-arrow.is-inview .pm-road-arrow__line {
  transition: stroke-dashoffset 1.1s ease-out;
  stroke-dashoffset: 0;
}
.pm-road-arrow.is-inview .pm-road-arrow__head {
  transition: opacity 0.3s ease-out 0.9s;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .pm-road-arrow__line {
    stroke-dashoffset: 0;
  }
  .pm-road-arrow__head {
    opacity: 1;
  }
  .pm-road-arrow.is-inview .pm-road-arrow__line,
  .pm-road-arrow.is-inview .pm-road-arrow__head {
    transition: none;
  }
  .top-lp .lp-intro__cards[data-animate] .lp-intro-card,
  .top-lp .lp-intro__cards[data-animate].is-inview .lp-intro-card,
  .pm-stage[data-animate],
  .pm-stage[data-animate].is-inview,
  .pm-final-bubble[data-animate],
  .pm-final-bubble[data-animate].is-inview,
  .pain-recur__stage[data-animate] .pain-cloud,
  .pain-recur__stage[data-animate].is-inview .pain-cloud,
  .pm-road-fig[data-animate],
  .pm-road-fig[data-animate].is-inview,
  .answer-card[data-pm-anim],
  .answer-card[data-pm-anim].is-inview,
  .pm-road-bubble[data-pm-anim],
  .pm-road-bubble[data-pm-anim].is-inview,
  .pm-figure[data-pm-anim],
  .pm-figure[data-pm-anim].is-inview {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .answer-card__book[data-animate],
  .answer-card__book[data-animate].is-inview {
    opacity: 1;
    transform: rotate(var(--ac-book-rot, 9deg));
    animation: none;
  }
  .lp-method__badge[data-animate],
  .lp-method__badge[data-animate].is-inview {
    opacity: 1;
    transform: rotate(var(--m-badge-rot, -16deg));
    animation: none;
  }
  .lp-hero__cta[data-animate],
  .lp-hero__cta[data-animate].is-inview,
  .lp-hero__character[data-animate] img,
  .lp-hero__character[data-animate].is-inview img {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .lp-hero__lead[data-animate],
  .lp-hero__lead[data-animate].is-inview {
    opacity: 1;
    transform: translateX(var(--bounce-tx, 0));
    animation: none;
  }
}
.pm-road-arrow--1 {
  left: 72.9px;
  top: 11.84px;
  width: 88.36px;
  height: 116.64px;
  --arrow-len: 212;
}
.pm-road-arrow--2 {
  left: 450.46px;
  top: 369.87px;
  width: 88.36px;
  height: 116.64px;
  --arrow-len: 212;
}
.pm-road-arrow--2 .pm-road-arrow__svg {
  transform: rotate(-27.21deg) scaleX(-1);
}
.pm-road-arrow--3 {
  left: 47.37px;
  top: 720.75px;
  width: 137.01px;
  height: 67.97px;
  --arrow-len: 218;
}
.pm-road-arrow--3 .pm-road-arrow__svg {
  transform: rotate(-75deg) scaleX(-1);
}

/* ===== 医療やジムとの違い (method-difference) ===== */
.lp-method-difference {
  position: relative;
  z-index: 4;
  margin-top: var(--md-mt-pc, 340px);
}
.lp-method-difference .lp-md__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--md-gap-pc, 84px);
  width: min(100%, var(--md-w-pc, 660px));
  margin-inline: auto;
}
.lp-md__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.lp-md__logo-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.lp-md__logo {
  width: 156px;
  height: 156px;
  mix-blend-mode: multiply;
}
.lp-md__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  color: var(--lp-orange);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lp-md__eyebrow-line {
  width: 1px;
  height: 18px;
  background: var(--lp-orange);
}
.lp-md__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 43px 0 0;
  color: #198f8f;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.lp-md__heading-sub {
  font-size: 24px;
}
.lp-md__heading-main {
  font-size: 34px;
}
.lp-md__lead {
  margin: 47px 0 0;
  color: var(--lp-text);
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.lp-md__br-sp {
  display: none;
}
.lp-md__table {
  display: flex;
  flex-direction: column;
  gap: var(--md-row-gap-pc, 14px);
  width: 100%;
}
.lp-md__thead {
  display: grid;
  grid-template-columns: var(--md-label-col, 245.375px) repeat(3, var(--md-sym-col, 134.25px)) 1fr;
}
.lp-md__thead-pill {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(3, var(--md-sym-col, 134.25px)) 1fr;
  align-items: center;
  height: 36px;
  border: 1px solid #979187;
  border-radius: 59px;
}
.lp-md__thead-pill span {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.lp-md__row {
  display: grid;
  grid-template-columns: var(--md-label-col, 245.375px) repeat(3, var(--md-sym-col, 134.25px)) 1fr;
  align-items: center;
  height: 90px;
  background: #f9f2e0;
  border-radius: 14px;
}
.lp-md__row--accent {
  height: 133px;
  background: #ffffff;
}
.lp-md__rowlabel {
  display: flex;
  align-items: center;
  padding-left: 17px;
}
.lp-md__rowlabel span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 65px;
  border: 1px solid #979187;
  border-radius: 32.5px;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
}
.lp-md__rowlabel--accent span {
  border-color: var(--lp-orange);
  background: var(--lp-orange);
  color: #ffffff;
}
.lp-md__cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-md__mark {
  display: block;
}
.lp-md__mark--circle {
  width: 65px;
  height: 65px;
}
.lp-md__mark--triangle {
  width: 65px;
  height: 57px;
}
.lp-md__mark--cross {
  width: 57px;
  height: 52px;
}

@media (max-width: 900px) {
  .lp-method {
    width: min(100%, var(--m-w-sp, 360px));
    margin-top: var(--m-y-sp, 257px);
    padding: 0 16px;
  }
  .lp-method__badge {
    top: var(--m-badge-y-sp, -100px);
    left: var(--m-badge-x-sp, -6px);
    width: var(--m-badge-w-sp, 196px);
  }
  .lp-method__badge-line {
    margin-bottom: 9px;
    padding: 5px 12px;
    font-size: var(--m-badge-fs-sp, 26px);
  }
  .lp-method__badge-caption {
    margin-top: 10px;
    font-size: var(--m-badge-cap-fs-sp, 9px);
    line-height: 1.9;
  }
  .lp-method__character {
    align-self: center;
    width: var(--m-char-w-sp, 74px);
  }
  .lp-method__title {
    font-size: clamp(17px, 5.2vw, var(--m-title-fs-sp, 25px));
    line-height: 1.45;
  }
  .lp-method__steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: min(100%, var(--m-stack-w-sp, 300px));
    margin: 0 auto;
  }
  .lp-method__step {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: var(--m-step-h-sp, 230px);
    padding: var(--m-step-pad-sp, 16px 12px);
    border-radius: 16px;
    gap: var(--m-step-inner-gap-sp, 10px);
    box-shadow: 0 10px 24px -16px rgba(0, 0, 0, 0.45);
    will-change: transform;
  }
  .lp-method__step--1 {
    z-index: 1;
  }
  .lp-method__step--2 {
    z-index: 2;
    margin-top: calc((var(--m-step-h-sp, 230px) - var(--m-peek-sp, 100px)) * -1);
  }
  .lp-method__step--3 {
    z-index: 3;
    margin-top: calc((var(--m-step-h-sp, 230px) - var(--m-peek-sp, 100px)) * -1);
  }
  .lp-method__step + .lp-method__step::before {
    content: none;
  }
  .lp-method__step-pill {
    width: 72px;
    font-size: 9px;
  }
  .lp-method__step-icon {
    width: 46px;
    height: 46px;
  }
  .lp-method__step-title {
    font-size: var(--m-step-title-fs-sp, 14px);
  }
  .lp-method__step-sub {
    font-size: var(--m-step-sub-fs-sp, 11px);
  }
  .lp-method__closing-main {
    font-size: var(--m-closing-fs-sp, 30px);
  }
  .lp-method__closing-sub {
    font-size: var(--m-closing-sub-fs-sp, 19px);
  }
  .pm-road-bubbles {
    width: 340px;
    height: 560px;
    --prb-x: 0px;
    --prb-y: 400px;
    margin: var(--prb-y) auto 0;
    transform: translateX(var(--prb-x));
  }
  .pm-road-bubble p {
    font-size: var(--prb-fs-sp, 21px);
  }
  .pm-road-bubble--1 {
    left: -37.06px;
    top: -273.52px;
    width: 248px;
    height: 251px;
  }
  .pm-road-bubble--2 {
    left: 82.76px;
    top: 116.88px;
    width: 263px;
    height: 249px;
  }
  .pm-road-bubble--3 {
    left: -31.12px;
    top: 471.62px;
    width: 249px;
    height: 254px;
  }
  .pm-road-fig__label {
    font-size: 30px;
  }
  .pm-road-fig--breath {
    left: 215.9px;
    top: -107.65px;
  }
  .pm-road-fig--breath .pm-road-fig__img {
    width: 84px;
    height: 122px;
    margin-bottom: 4px;
  }
  .pm-road-fig--breath .pm-road-fig__label {
    margin-bottom: 4px;
  }
  .pm-road-fig--breath .pm-road-fig__dots {
    width: 39px;
    height: 10px;
  }
  .pm-road-fig--sleep {
    left: -15.9px;
    top: 201.62px;
  }
  .pm-road-fig--sleep .pm-road-fig__img {
    width: 131px;
    height: 32px;
    margin-bottom: 40px;
  }
  .pm-road-fig--sleep .pm-road-fig__label {
    margin-bottom: 15px;
  }
  .pm-road-fig--sleep .pm-road-fig__dots {
    width: 39px;
    height: 10px;
  }
  .pm-road-fig--pelvis {
    left: 127.87px;
    top: 720.52px;
  }
  .pm-road-fig--pelvis .pm-road-fig__img {
    width: 66px;
    height: 86px;
    margin-bottom: 21px;
  }
  .pm-road-fig--pelvis .pm-road-fig__label {
    margin-bottom: 21px;
  }
  .pm-road-fig--pelvis .pm-road-fig__dots {
    width: 68px;
    height: 10px;
  }
  .pm-road-arrow--1 {
    left: 163.95px;
    top: -283.3px;
    width: 79.5px;
    height: 105px;
  }
  .pm-road-arrow--1 .pm-road-arrow__svg {
    transform: rotate(-68.83deg) scaleX(-1);
  }
  .pm-road-arrow--2 {
    left: 112.77px;
    top: 25.58px;
    width: 79.5px;
    height: 105px;
  }
  .pm-road-arrow--2 .pm-road-arrow__svg {
    transform: rotate(72.07deg);
  }
  .pm-road-arrow--3 {
    left: 91.47px;
    top: 388.32px;
    width: 123px;
    height: 61.5px;
  }
  .pm-road-arrow--3 .pm-road-arrow__svg {
    transform: rotate(75deg);
  }
  /* ===== 医療やジムとの違い comparison (SP, Figma node 1:4330) ===== */
  .lp-method-difference {
    margin-top: var(--md-mt-sp, 450px);
  }
  .lp-method-difference .lp-md__content {
    gap: var(--md-gap-sp, 56px);
    width: min(100%, var(--md-w-sp, 360px));
    padding: 0 16px;
  }
  .lp-md__logo {
    width: var(--md-logo-sp, 156px);
    height: var(--md-logo-sp, 156px);
  }
  .lp-md__heading {
    margin-top: var(--md-heading-mt-sp, 28px);
    line-height: 1.6;
  }
  .lp-md__heading-sub,
  .lp-md__heading-main {
    font-size: var(--md-heading-fs-sp, 20px);
  }
  .lp-md__lead {
    margin-top: var(--md-lead-mt-sp, 28px);
    font-size: var(--md-lead-fs-sp, 14px);
    line-height: var(--md-lead-lh-sp, 25px);
  }
  .lp-md__br-sp {
    display: inline;
  }
  .lp-md__table {
    gap: var(--md-row-gap-sp, 10.5px);
  }
  .lp-md__thead {
    grid-template-columns: var(--md-label-col-sp, 123px) repeat(3, 1fr);
  }
  .lp-md__thead-pill {
    grid-template-columns: repeat(3, 1fr);
    height: var(--md-pill-h-sp, 19px);
    border-radius: 31px;
  }
  .lp-md__thead-pill span {
    font-size: var(--md-pill-fs-sp, 9.5px);
  }
  .lp-md__row {
    grid-template-columns: var(--md-label-col-sp, 123px) repeat(3, 1fr);
    height: var(--md-row-h-sp, 47.6px);
    border-radius: 7.4px;
  }
  .lp-md__row--accent {
    height: var(--md-row-accent-h-sp, 70.4px);
  }
  .lp-md__rowlabel {
    padding-left: var(--md-label-pad-sp, 9px);
  }
  .lp-md__rowlabel span {
    width: var(--md-label-w-sp, 104px);
    height: var(--md-label-h-sp, 34.4px);
    border-radius: 17.2px;
    font-size: var(--md-label-fs-sp, 10.6px);
  }
  .lp-md__mark--circle {
    width: var(--md-circle-sp, 34.4px);
    height: var(--md-circle-sp, 34.4px);
  }
  .lp-md__mark--triangle {
    width: var(--md-tri-w-sp, 35px);
    height: var(--md-tri-h-sp, 30px);
  }
  .lp-md__mark--cross {
    width: var(--md-cross-w-sp, 30px);
    height: var(--md-cross-h-sp, 28px);
  }
}

.top-lp .lp-courses,
.top-lp .lp-voices,
.top-lp .lp-media-lists,
.top-lp .lp-faq-news,
.top-lp .lp-access-footer {
  background: var(--lp-bg);
  font-family: var(--lp-font-round);
}
.top-lp .lp-courses {
  min-height: 1731px;
  padding: 132px 0 150px;
}
.top-lp .lp-voices {
  min-height: 900px;
  padding: 120px 0 140px;
}
.top-lp .lp-media-lists {
  min-height: 1260px;
  padding: 116px 0 110px;
}
.top-lp .lp-faq-news {
  min-height: 1640px;
  padding: 124px 0 120px;
}
.top-lp .lp-access-footer {
  min-height: 873px;
  padding: 124px 0 132px;
}
.top-lp .lp-courses__grid,
.top-lp .lp-voices__grid,
.top-lp .lp-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  width: min(1050px, calc(100% - 80px));
  margin-inline: auto;
}
.top-lp .lp-course-card,
.top-lp .lp-voice-card,
.top-lp .lp-post-card,
.top-lp .lp-faq__item,
.top-lp .lp-news__item {
  color: var(--lp-text);
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(43, 39, 34, 0.08);
}
.top-lp .lp-course-card,
.top-lp .lp-voice-card,
.top-lp .lp-post-card {
  min-height: 260px;
  padding: 28px;
}
.top-lp .lp-course-card {
  display: flex;
  flex-direction: column;
}
.top-lp .lp-course-card h3,
.top-lp .lp-voice-card h3,
.top-lp .lp-post-card h3,
.top-lp .lp-news__item h3 {
  margin: 0;
  color: var(--lp-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}
.top-lp .lp-course-card p,
.top-lp .lp-voice-card p,
.top-lp .lp-post-card p,
.top-lp .lp-faq__item p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0;
}
.top-lp .lp-course-card__price {
  color: var(--lp-orange);
  font-size: 24px;
  font-weight: 700;
}
.top-lp .lp-course-card__trial {
  color: var(--lp-green);
  font-weight: 700;
}
.top-lp .lp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 220px);
  min-height: 54px;
  margin-top: auto;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.top-lp .lp-cta--orange {
  background: var(--lp-orange);
  box-shadow: 0 6px 0 rgba(154, 86, 27, 0.22);
}
.top-lp .lp-cta--line {
  background: var(--lp-line);
  box-shadow: 0 6px 0 rgba(0, 113, 48, 0.18);
}
.top-lp .lp-access-footer__panel {
  width: min(720px, calc(100% - 80px));
  margin: 0 auto;
  padding: 48px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(43, 39, 34, 0.08);
  text-align: center;
}
.top-lp .lp-access-footer__name {
  margin: 0 0 18px;
  color: var(--lp-green);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
}
.top-lp .lp-access-footer__panel p:not(.lp-access-footer__name) {
  margin: 0;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.top-lp .lp-access-footer__panel .lp-cta {
  margin-top: 30px;
}
.top-lp .lp-media-list {
  width: min(1050px, calc(100% - 80px));
  min-height: 568px;
  margin-inline: auto;
}
.top-lp .lp-media-list--movie {
  margin-top: 110px;
}
.top-lp .lp-post-card {
  position: relative;
}
.top-lp .lp-post-card__link {
  display: block;
  height: 100%;
  color: inherit;
}
.top-lp .lp-post-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
  background: #f2f0de;
}
.top-lp .lp-post-card__badge {
  position: absolute;
  top: 40px;
  left: 40px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--lp-orange);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.top-lp .lp-post-card h3 {
  margin-top: 18px;
}
.top-lp .lp-faq {
  width: min(873px, calc(100% - 80px));
  min-height: 1047px;
  margin-inline: auto;
}
.top-lp .lp-news {
  width: min(1029px, calc(100% - 80px));
  min-height: 494px;
  margin: 96px auto 0;
}
.top-lp .lp-faq__item,
.top-lp .lp-news__item {
  margin-top: 16px;
}
.top-lp .lp-faq__item {
  padding: 20px 28px;
}
.top-lp .lp-faq__item summary {
  cursor: pointer;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.top-lp .lp-faq__answer {
  margin-top: 16px;
}
.top-lp .lp-faq__answer > :first-child {
  margin-top: 0;
}
.top-lp .lp-faq__answer > :last-child {
  margin-bottom: 0;
}
.top-lp .lp-news__link {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 28px;
  color: inherit;
}
.top-lp .lp-news__link time {
  color: var(--lp-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.top-lp .lp-voices {
  min-height: 1191px;
  padding: 0;
}
.top-lp .lp-voices .top-lp__inner {
  height: 1191px;
}
.top-lp .lp-voices__frame {
  position: absolute;
  top: 0;
  left: -315px;
  width: 2046px;
  height: 1033px;
}
.top-lp .lp-voices__heading {
  position: absolute;
  top: 0;
  left: 921px;
  width: 280px;
  height: 220px;
  text-align: center;
}
.top-lp .lp-voices__heading::before {
  display: block;
  width: 67px;
  height: 74.821px;
  margin: 0 auto 24px;
  background: url("../img/figma/voices-bubble-white.svg") center / contain no-repeat;
  content: "";
}
.top-lp .lp-voices__heading span,
.top-lp .lp-courses__heading span,
.top-lp .lp-media-list__heading span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--lp-orange);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
.top-lp .lp-intro__label,
.pm-label-heading__label-text,
.lp-method__label,
.lp-md__eyebrow,
.top-lp .lp-voices__heading span,
.top-lp .lp-courses__heading span,
.top-lp .lp-media-list__heading span {
  font-family: var(--lp-font-round);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
.top-lp .lp-voices__heading span::before,
.top-lp .lp-voices__heading span::after,
.top-lp .lp-courses__heading span::before,
.top-lp .lp-courses__heading span::after,
.top-lp .lp-media-list__heading span::before,
.top-lp .lp-media-list__heading span::after {
  width: 18px;
  height: 1px;
  background: var(--lp-orange);
  content: "";
}
.top-lp .lp-voices__heading span {
  color: #da8121;
}
.top-lp .lp-courses__heading span::before,
.top-lp .lp-courses__heading span::after {
  width: 1px;
  height: 18px;
}
.top-lp .lp-voices__heading span::before,
.top-lp .lp-voices__heading span::after {
  width: 1px;
  height: 18px;
  background: #da8121;
}
.top-lp .lp-media-list__heading span::before,
.top-lp .lp-media-list__heading span::after {
  width: 1px;
  height: 18px;
}
.top-lp .lp-voices__heading h2,
.top-lp .lp-courses__heading h2 {
  margin: 32px 0 0;
  color: var(--lp-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
}
.top-lp .lp-voices__heading h2 {
  color: #198f8f;
}
.top-lp .lp-voices__viewport {
  position: absolute;
  top: 318px;
  left: 315px;
  width: 1440px;
  height: 715px;
  overflow: hidden;
  touch-action: pan-y;
}
.top-lp .lp-voices__rail {
  position: absolute;
  top: 0;
  left: -315px;
  display: grid;
  grid-template-columns: repeat(3, 630px);
  gap: 78px;
  width: 2046px;
  height: 715px;
}
.top-lp .lp-voices__rail.is-slider {
  display: flex;
  width: max-content;
  animation: lp-voice-slider var(--voice-slider-duration, 26s) linear infinite;
  will-change: transform;
}
.top-lp .lp-voices__rail.is-slider:hover {
  animation-play-state: paused;
}
.top-lp .lp-voices__rail.is-js-slider {
  cursor: grab;
  user-select: none;
  animation: none;
}
.top-lp .lp-voices__rail.is-js-slider.is-dragging {
  cursor: grabbing;
}
.top-lp .lp-voice-card {
  position: relative;
  width: 630px;
  height: 715px;
  padding: 0;
  color: #000000;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.top-lp .lp-voice-card::before {
  position: absolute;
  z-index: 0;
  top: 124px;
  left: 143px;
  display: block;
  width: 61px;
  height: 88px;
  background: url("../img/figma/voice-card-tail.svg") center / 100% 100% no-repeat;
  content: "";
  transform: rotate(-172.13deg);
  transform-origin: center;
}
.top-lp .lp-voice-card__person {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 54px;
  height: 118px;
  transform: translateX(-50%);
}
.top-lp .lp-voice-card__person--left {
  width: 52px;
  height: 118px;
}
.top-lp .lp-voice-card__person--center {
  width: 53px;
  height: 116px;
}
.top-lp .lp-voice-card__person--right {
  width: 40px;
  height: 124px;
}
.top-lp .lp-voice-card__person img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-lp .lp-voice-card::after {
  position: absolute;
  z-index: 0;
  top: 184px;
  left: 0;
  width: 630px;
  height: 531px;
  border-radius: 24px;
  background: #eaddbb;
  content: "";
}
.top-lp .lp-voice-card__meta {
  position: absolute;
  z-index: 1;
  top: 130px;
  left: 0;
  width: 100%;
  margin: 0;
  color: #756f6b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.top-lp .lp-voice-card__body {
  position: absolute;
  z-index: 1;
  top: 285px;
  left: 56px;
  width: 520px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}
.top-lp .lp-voice-card__body p {
  margin: 0 0 0.75em;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* PC帯（901px以上）でvoicesをコンテナクエリ（cqw）により画面幅に流動させる。
   絶対配置キャンバスは維持し、全lengthをcqw（=inner幅1440基準, 1px→1/14.4cqw）へ。
   SP（900px以下）は一切変更しない。 */
@media (min-width: 901px) {
  .top-lp .lp-voices {
    min-height: auto;
  }
  .top-lp .lp-voices .top-lp__inner {
    height: auto;
    container-type: inline-size;
    aspect-ratio: 1440 / 1191;
  }
  .top-lp .lp-voices__frame {
    top: 0;
    left: -21.875cqw;
    width: 142.0833cqw;
    height: 71.7361cqw;
  }
  .top-lp .lp-voices__heading {
    top: 0;
    /* Centered over the section: frame is offset -21.875cqw, so
       -21.875 + left + (19.4444/2) = 50 → left = 62.1528cqw. */
    left: 62.1528cqw;
    width: 19.4444cqw;
    height: 15.2778cqw;
  }
  .top-lp .lp-voices__heading::before {
    width: 4.6528cqw;
    height: 5.1959cqw;
    margin: 0 auto 1.6667cqw;
  }
  .top-lp .lp-voices__heading span {
    gap: 0.625cqw;
    font-size: 18px;
  }
  .top-lp .lp-voices__heading span::before,
  .top-lp .lp-voices__heading span::after {
    width: 0.0694cqw;
    height: 18px;
  }
  .top-lp .lp-voices__heading h2 {
    margin: 2.2222cqw 0 0;
    font-size: 1.6667cqw;
  }
  .top-lp .lp-voices__viewport {
    top: 22.0833cqw;
    left: 21.875cqw;
    width: 100cqw;
    height: 49.6528cqw;
  }
  .top-lp .lp-voices__rail {
    top: 0;
    left: -21.875cqw;
    grid-template-columns: repeat(3, 43.75cqw);
    gap: 5.4167cqw;
    width: 142.0833cqw;
    height: 49.6528cqw;
  }
  .top-lp .lp-voice-card {
    width: 43.75cqw;
    height: 49.6528cqw;
  }
  .top-lp .lp-voice-card::before {
    top: 8.6111cqw;
    left: 9.9306cqw;
    width: 4.2361cqw;
    height: 6.1111cqw;
  }
  .top-lp .lp-voice-card__person {
    width: 3.75cqw;
    height: 8.1944cqw;
  }
  .top-lp .lp-voice-card__person--left {
    width: 3.6111cqw;
    height: 8.1944cqw;
  }
  .top-lp .lp-voice-card__person--center {
    width: 3.6806cqw;
    height: 8.0556cqw;
  }
  .top-lp .lp-voice-card__person--right {
    width: 2.7778cqw;
    height: 8.6111cqw;
  }
  .top-lp .lp-voice-card::after {
    top: 12.7778cqw;
    width: 43.75cqw;
    height: 36.875cqw;
    border-radius: 1.6667cqw;
  }
  .top-lp .lp-voice-card__meta {
    top: 16.18%;
    font-size: 0.9722cqw;
  }
  .top-lp .lp-voice-card__body {
    top: 19.7917cqw;
    left: 3.8889cqw;
    width: 36.1111cqw;
    font-size: 1.25cqw;
  }
}
/* 1441px超では1440固定キャンバスが中央寄せになり、カルーセルの左右に余白が
   できる。クリップ窓(viewport)を画面幅100vwへ広げ、レールも画面中央基準へ
   ずらして、カードを画面端まで途切れず表示する。1440px以下（=テスト基準）は
   一切変更しない。境界1440pxでは両式とも現行値(viewport left315/width1440,
   rail left-315)へ収束するため段差は出ない。
   レール左位置は通常はカード2を画面中央へ寄せる(50vw-1035px)が、約2070px超では
   この値が正になり先頭カードが右へずれて左端に余白ができる。min(...,0px)で
   0へクランプし、先頭カードを画面左端に固定して左の余白を消す。右端はJS側で
   投稿数に応じて複製を増やし、スクロール中も埋まるようにしている。 */
@media (min-width: 1441px) {
  .top-lp .lp-voices__viewport {
    left: calc(1035px - 50vw);
    width: 100vw;
  }
  .top-lp .lp-voices__rail {
    left: min(calc(50vw - 1035px), 0px);
  }
}

.top-lp .lp-courses {
  min-height: calc(1872px + var(--course-extra-height-pc, 0px));
  padding: 0;
}
.top-lp .lp-courses .top-lp__inner {
  height: calc(1872px + var(--course-extra-height-pc, 0px));
}
.top-lp .lp-courses__frame {
  position: absolute;
  top: 0;
  left: 191px;
  width: 1062px;
  height: calc(1731px + var(--course-extra-height-pc, 0px));
}
.top-lp .lp-courses__heading {
  position: absolute;
  top: 0;
  left: 127px;
  width: 786px;
  text-align: center;
}
.top-lp .lp-courses__heading::before {
  display: none;
  content: none;
}
.top-lp .lp-courses__heading-icon {
  display: block;
  width: 63px;
  height: 74px;
  margin: 0 auto 22px;
  object-fit: contain;
}
.top-lp .lp-courses__heading h2 {
  margin-top: 28px;
}
.top-lp .lp-courses__heading p {
  margin: 72px 0 0;
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
}
.top-lp .lp-courses__heading p .lp-courses__copy-line {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: nowrap;
}
.top-lp .lp-courses__heading p .lp-courses__copy-line--flow {
  white-space: normal;
}
.top-lp .lp-courses__heading p .lp-courses__copy-line::before,
.top-lp .lp-courses__heading p .lp-courses__copy-line::after {
  display: none;
  content: none;
}
.top-lp .lp-courses__list {
  position: absolute;
  top: 565px;
  left: 0;
  display: grid;
  gap: 84px;
  width: 1062px;
}
.top-lp .lp-course-row {
  display: grid;
  grid-template-columns: 721px 291px;
  gap: 50px;
  min-height: 541px;
}
.top-lp .lp-course-row[data-course-card-animation] {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}
.top-lp .lp-course-row[data-course-card-animation].is-inview {
  opacity: 1;
}
.top-lp .lp-course-row[data-course-card-animation="2"] {
  transition-delay: 0.12s;
}
.top-lp .lp-course-row__media {
  width: 721px;
  height: 541px;
  overflow: hidden;
  border: 10px solid #eaddbb;
  border-radius: 20px;
  background: #d9d9d9;
}
.top-lp .lp-course-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-lp .lp-course-row__media iframe,
.top-lp .lp-course-row__media video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.top-lp .lp-course-row__media video {
  object-fit: cover;
  background: #000000;
}
.top-lp .lp-course-row__body {
  padding-top: 43px;
  text-align: center;
}
.top-lp .lp-course-row__tags {
  display: flex;
  justify-content: center;
  gap: 6px;
  min-height: 20px;
  margin-bottom: 18px;
}
.top-lp .lp-course-row__tags span {
  min-width: 68px;
  padding: 2px 6px;
  border: 1px solid #756f6b;
  color: #756f6b;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.top-lp .lp-course-row h3 {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding: 0 20px;
  border-right: 3px solid var(--lp-orange);
  border-left: 3px solid var(--lp-orange);
  color: var(--lp-orange);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}
.top-lp .lp-course-row:nth-child(even) h3 {
  color: var(--lp-green);
  border-color: var(--lp-green);
}
.top-lp .lp-course-row__normal {
  margin: 6px 0 22px;
  color: var(--lp-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
.top-lp .lp-course-row h3 + .lp-course-row__normal {
  margin-top: 30px;
}
.top-lp .lp-course-row__normal strong {
  margin-left: 2px;
  font-size: 40px;
  font-weight: 900;
}
.top-lp .lp-course-row__price-arrow {
  display: block;
  width: 17px;
  height: 8px;
  margin: 7px auto 4px;
  color: var(--lp-text);
  background: currentColor;
  -webkit-mask: url("../img/figma/course-chevron-down.svg") center / contain no-repeat;
  mask: url("../img/figma/course-chevron-down.svg") center / contain no-repeat;
  transform: rotate(180deg);
}
.top-lp .lp-course-row__trial {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 30px 0 0;
  color: var(--lp-orange);
  line-height: 1;
}
.top-lp .lp-course-row__trial span {
  padding: 5px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--lp-orange);
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}
.top-lp .lp-course-row__trial strong {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-size: 56px;
  font-weight: 900;
  white-space: nowrap;
}
.top-lp .lp-course-row__trial strong .lp-course-row__trial-unit {
  padding: 0;
  border-radius: 0;
  color: var(--lp-text);
  background: transparent;
  font-size: 0.68em;
  font-weight: 900;
  line-height: 1;
}
.top-lp .lp-course-row__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 50px;
  margin: 24px auto 0;
  border-radius: 6px;
  color: #ffffff;
  background: var(--lp-line);
  font-size: 16px;
  font-weight: 700;
}
.top-lp .lp-course-row__cta::before {
  flex: none;
  width: 28px;
  height: 32px;
  margin-right: 10px;
  background: url("../img/figma/header-line-white.svg") center / contain no-repeat;
  content: "";
}
.top-lp .lp-course-row ul {
  display: grid;
  gap: 13px;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.top-lp .lp-course-row li {
  position: relative;
  padding-left: 30px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.top-lp .lp-course-row li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 18px;
  height: 13px;
  background: url("../img/figma/course-check.svg") center / contain no-repeat;
  content: "";
}

.top-lp .lp-course-row__content {
  margin: 35px 0 0;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
}

.top-lp .lp-course-row__content > :first-child {
  margin-top: 0;
}

.top-lp .lp-course-row__content > :last-child {
  margin-bottom: 0;
}

.top-lp .lp-course-row__content ul {
  margin-top: 0;
}
.top-lp .lp-media-lists {
  min-height: 1511px;
  padding: 0;
}
.top-lp .lp-media-lists.lp-media-lists--blog-only {
  min-height: 760px;
}
.top-lp .lp-media-lists .top-lp__inner {
  padding-top: 80px;
}
.top-lp .lp-media-list {
  width: 1050px;
  min-height: 568px;
}
.top-lp .lp-media-list--movie {
  margin-top: 90px;
}
.top-lp .lp-media-list__heading h2 {
  margin: 0 0 8px;
  color: #756f6b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}
.top-lp .lp-media-list__heading span {
  gap: 17px;
}
.top-lp .lp-media-list__heading span::before {
  display: block;
}
.top-lp .lp-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 330px);
  gap: 30px;
  width: 1050px;
  margin: 42px 0 0;
}
.top-lp .lp-post-card {
  min-height: 354px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.top-lp .lp-post-card__image {
  display: block;
  width: 330px;
  height: 250px;
  aspect-ratio: auto;
  border-radius: 14px;
  background: #d9d9d9;
}
.top-lp .lp-post-card__image--placeholder {
  background: #d9d9d9;
}
.top-lp .lp-post-card__category {
  margin: 26px 0 8px;
  color: var(--lp-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.top-lp .lp-post-card h3 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}
.top-lp .lp-section-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 65px;
  margin: 56px auto 0;
  border-radius: 8px;
  color: #ffffff;
  background: var(--lp-orange);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.top-lp .lp-media-list .lp-section-button {
  background: #da8121;
}
.top-lp .lp-faq-section {
  min-height: 1047px;
  padding: 0;
}
.top-lp .lp-faq {
  position: relative;
  width: 1050px;
  min-height: 1047px;
  margin: 0 auto;
}
.top-lp .lp-faq__heading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--lp-orange);
}
.top-lp .lp-faq__heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.top-lp .lp-faq__heading span img,
.top-lp .lp-news__heading span img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-lp .lp-faq__heading h2,
.top-lp .lp-news__heading h2 {
  margin: 0;
  color: var(--lp-orange);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}
.top-lp .lp-faq__list {
  position: absolute;
  top: 0;
  left: 350px;
  display: grid;
  gap: 42px;
  width: 700px;
}
.top-lp .lp-faq__item {
  margin: 0;
  padding: 0;
  overflow: visible;
  color: var(--lp-text);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.top-lp .lp-faq__item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px 72px 20px 40px;
  border-radius: 50px;
  background: #fefdf4;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
}
.top-lp .lp-faq__item summary::-webkit-details-marker {
  display: none;
}
.top-lp .lp-faq__item summary::after {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 29px;
  height: 19px;
  background: url("../img/figma/faq-arrow.svg") center / contain no-repeat;
  content: "";
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.top-lp .lp-faq__item[open] summary {
  border: 5px solid #eaddbb;
}
.top-lp .lp-faq__item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.top-lp .lp-faq__answer {
  margin: 34px 0 18px 66px;
  color: #756f6b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
}
.top-lp .lp-faq__item[open] .lp-faq__answer {
  min-height: 154px;
}
.top-lp .lp-faq__item:not([open]) .lp-faq__answer {
  height: 0;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  visibility: hidden;
}
.top-lp .lp-faq__item[open] .lp-faq__answer {
  height: auto;
  visibility: visible;
}
/* 開閉アニメーション: ::details-content の block-size を 0→auto で補間する。
   auto への補間には interpolate-size が必要なため @supports でガードし、
   未対応ブラウザは従来どおり即時開閉（グレースフルデグレード）。 */
@supports (interpolate-size: allow-keywords) {
  .top-lp {
    interpolate-size: allow-keywords;
  }
}
.top-lp .lp-faq__item::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transition: block-size 0.35s ease, opacity 0.3s ease, content-visibility 0.35s allow-discrete;
}
.top-lp .lp-faq__item[open]::details-content {
  block-size: auto;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .top-lp .lp-faq__item::details-content,
  .top-lp .lp-faq__item summary::after {
    transition: none;
  }
}
/* デスクトップ/ワイド(≥1181px)ではFAQリストを絶対配置の固定キャンバスから通常
   フローへ戻し、セクション高さを内容に追従させる。リストが絶対配置のままだと
   min-height:1047pxの固定高に対し、項目を閉じたとき内容が短くなり下部へ最大約
   420pxの余白が残っていた。フロー化すると閉時はセクションが縮み、複数開いても
   自然に伸びて院長セクションと重ならない。見出しは左カラムへ絶対配置のまま重ねる。
   タブレット(901-1180)/SPは各メディアクエリで別レイアウトのため影響しない。 */
@media (min-width: 1181px) {
  .top-lp .lp-faq-section {
    min-height: 0;
    padding-bottom: 96px;
  }
  .top-lp .lp-faq {
    min-height: 0;
  }
  .top-lp .lp-faq__list {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 350px;
  }
}
.top-lp .lp-profile {
  min-height: 930px;
  padding: 0;
}
.top-lp .lp-profile .top-lp__inner {
  height: 930px;
}
.top-lp .lp-profile__figure {
  position: absolute;
  left: 195px;
  width: 1049px;
  height: 827px;
}
.top-lp .lp-profile__panel {
  position: absolute;
  top: 125px;
  left: 0;
  width: 1049px;
  height: 575px;
  border-radius: 36px;
  background: var(--lp-orange);
}
.top-lp .lp-profile__nav {
  position: absolute;
  top: 172px;
  left: 76px;
  display: flex;
  align-items: center;
  gap: 32px;
  color: #ffffff;
}
.top-lp .lp-profile__glasses {
  position: absolute;
  top: -64px;
  left: 0;
  width: 32px;
  height: 29px;
}
.top-lp .lp-profile__nav h2 {
  position: absolute;
  top: -70px;
  left: 50px;
  width: 250px;
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}
.top-lp .lp-profile__tab {
  appearance: none;
  position: relative;
  padding: 0 30px 0 0;
  border: 0;
  border-radius: 0;
  color: #eaddbb;
  background: transparent;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
}
.top-lp .lp-profile__tab:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 1px;
  height: 34px;
  background: #eaddbb;
  content: "";
  transform: translateY(-50%);
}
.top-lp .lp-profile__tab.is-active,
.top-lp .lp-profile__tab[aria-selected="true"] {
  color: #ffffff;
}
.top-lp .lp-profile__tab:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 6px;
}
.top-lp .lp-profile__viewport {
  position: absolute;
  top: 226px;
  left: 76px;
  width: 510px;
  height: 280px;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 20px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}
.top-lp .lp-profile__viewport::-webkit-scrollbar {
  display: none;
}
.top-lp .lp-profile__track {
  display: flex;
  width: max-content;
  height: 100%;
}
.top-lp .lp-profile__card {
  flex: 0 0 510px;
  width: 510px;
  min-width: 510px;
  max-width: 510px;
  height: 280px;
  padding: 45px 48px 47px;
  box-sizing: border-box;
  background: var(--lp-bg);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
}
.top-lp .lp-profile__card--profile {
  display: grid;
  grid-template-columns: 179px 1fr;
  gap: 51px;
  padding: 56px 48px;
}
.top-lp .lp-profile__photo {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  object-fit: contain;
}
.top-lp .lp-profile__details {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 10px 14px;
  align-content: start;
  margin: 0;
  color: var(--lp-text);
  font-size: 12px;
  line-height: 1.45;
}
.top-lp .lp-profile__details dt {
  padding: 3px 10px;
  border-radius: 9px;
  background: #eaddbb;
  font-weight: 500;
  text-align: center;
}
.top-lp .lp-profile__details dt:first-child {
  grid-column: 1 / -1;
  padding: 0;
  background: transparent;
  text-align: left;
}
.top-lp .lp-profile__details dd {
  margin: 0;
  white-space: nowrap;
}
.top-lp .lp-profile__details .lp-profile__name {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
}
.top-lp .lp-profile__text-panel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--lp-text);
}
.top-lp .lp-profile__text-panel p {
  display: grid;
  grid-template-columns: minmax(80px, max-content) 1fr;
  gap: 16px;
  align-items: center;
  margin: 0;
}
.top-lp .lp-profile__text-panel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  min-height: 20px;
  padding: 2px 10px;
  border-radius: 9px;
  background: #eaddbb;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.top-lp .lp-profile__book {
  position: absolute;
  top: -38px;
  right: 80px;
  width: 393px;
  height: 520px;
}
.top-lp .lp-profile__book-bubble {
  position: absolute;
  top: 0;
  left: 0;
  width: 393px;
  height: 403px;
}
.top-lp .lp-profile__book-bubble-image {
  display: block;
  width: 393px;
  height: 403px;
  object-fit: contain;
}
.top-lp .lp-profile__kindle {
  position: absolute;
  top: 414px;
  left: 80px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 80px;
  border: 2px solid var(--lp-text);
  border-radius: 10px;
  color: var(--lp-text);
  background: #ffe502;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(218, 129, 33, 0);
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.top-lp .lp-profile__kindle:hover,
.top-lp .lp-profile__kindle:focus-visible {
  border-color: #da8121;
  background: #fff56a;
  box-shadow: 0 10px 18px rgba(218, 129, 33, 0.22), 0 3px 0 rgba(51, 51, 51, 0.16);
  transform: translateY(-2px);
}
.top-lp .lp-profile__kindle:focus-visible {
  outline: 3px solid rgba(218, 129, 33, 0.38);
  outline-offset: 4px;
}
.top-lp .lp-profile__kindle:active {
  box-shadow: 0 5px 10px rgba(218, 129, 33, 0.18), 0 1px 0 rgba(51, 51, 51, 0.16);
  transform: translateY(0);
}
.top-lp .lp-profile__kindle-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.top-lp .lp-profile__kindle-row img:first-child {
  width: 120px;
  height: auto;
}
.top-lp .lp-profile__kindle-row img:last-child {
  width: 24px;
  height: 22px;
}
.top-lp .lp-profile__kindle-caption {
  margin-top: -14px;
  font-size: 12px;
  font-weight: 700;
}
.top-lp .lp-profile__caption {
  position: absolute;
  top: 508px;
  left: 80px;
  width: 200px;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--lp-text);
  color: var(--lp-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.top-lp .lp-profile__character {
  position: absolute;
  right: 37px;
  bottom: 60px;
  width: 90px;
  height: auto;
}
.top-lp .lp-news-section {
  min-height: 712px;
  padding: 0;
}
.top-lp .lp-news {
  position: relative;
  width: 1029px;
  min-height: 494px;
  margin: 0 0 0 193px;
}
.top-lp .lp-news__heading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.top-lp .lp-news__heading span {
  position: relative;
  width: 32px;
  height: 43px;
}
.top-lp .lp-news__heading span::before {
  content: none;
}
.top-lp .lp-news__heading span::after {
  content: none;
}
.top-lp .lp-news__list {
  position: absolute;
  top: 0;
  left: 329px;
  display: grid;
  gap: 42px;
  width: 700px;
}
.top-lp .lp-news__item {
  margin: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.top-lp .lp-news__link {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  align-items: start;
  min-height: 92px;
  padding: 20px 0;
  color: var(--lp-text);
}
.top-lp .lp-news__link time,
.top-lp .lp-news__link h3 {
  color: var(--lp-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
.top-lp .lp-news .lp-section-button {
  position: absolute;
  right: 377px;
  bottom: 0;
  margin: 0;
}
.top-lp .lp-access-footer {
  min-height: 873px;
  padding: 0;
  border-top: 1px solid #979187;
}
.top-lp .lp-access-footer .top-lp__inner {
  height: 842px;
}
.top-lp .lp-access-footer__brand {
  position: absolute;
  top: 51px;
  left: 256px;
  width: 400px;
  text-align: center;
}
.top-lp .lp-access-footer__brand img {
  display: block;
  width: 198px;
  height: 198px;
  margin: 0 auto 28px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.top-lp .lp-access-footer__brand p {
  margin: 0 0 18px;
  color: var(--lp-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}
.top-lp .lp-access-footer__brand h2 {
  margin: 0;
  color: var(--lp-text);
  font-size: 66px;
  font-weight: 900;
  line-height: 1.1;
}
.top-lp .lp-access-footer__info {
  position: absolute;
  top: 87px;
  left: 717px;
  width: 526px;
}
.top-lp .lp-access-footer__rule {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background: #979187;
}
.top-lp .lp-access-footer__address-row + .lp-access-footer__rule {
  margin: 9px 0 14px;
}
.top-lp .lp-access-footer__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 10px;
  color: var(--lp-orange);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.top-lp .lp-access-footer__lead::before,
.top-lp .lp-access-footer__lead::after {
  display: block;
  width: 21px;
  height: 20px;
  border-left: 2px solid var(--lp-orange);
  border-right: 2px solid var(--lp-orange);
  content: "";
}
.top-lp .lp-access-footer__lead::before {
  transform: skewX(28deg);
}
.top-lp .lp-access-footer__lead::after {
  transform: skewX(-28deg);
}
.top-lp .lp-access-footer__hours {
  position: relative;
  width: 522px;
  height: 103px;
  padding: 13px 24px;
  border-radius: 7px;
  background: #ffffff;
}
.top-lp .lp-access-footer__hours table {
  width: 100%;
  border-collapse: collapse;
  color: var(--lp-text);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}
.top-lp .lp-access-footer__hours caption {
  text-align: left;
}
.top-lp .lp-access-footer__hours caption span {
  display: block;
}
.top-lp .lp-access-footer__hours th,
.top-lp .lp-access-footer__hours td {
  padding: 4px 8px;
  text-align: center;
}
.top-lp .lp-access-footer__hours thead th:first-child,
.top-lp .lp-access-footer__hours tbody th {
  width: 110px;
  text-align: left;
}
.top-lp .lp-access-footer__hours thead th {
  border-bottom: 1px solid #c4c2c1;
}
.top-lp .lp-access-footer__hours td {
  color: var(--lp-orange);
}
.top-lp .lp-access-footer__hours td:last-child {
  color: var(--lp-text);
}
.top-lp .lp-access-footer__hours caption small {
  position: absolute;
  top: 38px;
  left: 24px;
  margin: 0;
  color: var(--lp-orange);
  font-size: 12px;
  font-weight: 500;
}
.top-lp .lp-access-footer__station,
.top-lp .lp-access-footer__address {
  position: relative;
  margin: 8px 0 0 42px;
  color: var(--lp-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}
.top-lp .lp-access-footer__station::before {
  position: absolute;
  top: 1px;
  left: -28px;
  width: 15px;
  height: 20px;
  background: url("../img/figma/footer-map-pin-sp.svg") center / contain no-repeat;
  content: "";
}
.top-lp .lp-access-footer__station::after {
  content: none;
}
.top-lp .lp-access-footer__actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 10px;
}
.top-lp .lp-access-footer__rule + .lp-access-footer__actions {
  margin-top: 0;
}
.top-lp .lp-access-footer__tel {
  color: var(--lp-text);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
}
.top-lp .lp-access-footer__tel::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url("../img/figma/footer-phone-sp.svg") center / contain no-repeat;
  color: transparent;
  content: "";
  vertical-align: -2px;
}
.top-lp .lp-access-footer__line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 59px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--lp-line);
  font-size: 19px;
  font-weight: 700;
}
.top-lp .lp-access-footer__line::before {
  display: block;
  width: 33.25px;
  height: 38px;
  margin-right: 12px;
  border-radius: 0;
  color: transparent;
  background: url("../img/figma/footer-line-sp.svg") center / contain no-repeat;
  content: "";
  font-size: 0;
}
.top-lp .lp-access-footer__map-button {
  position: absolute;
  top: 161px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 127px;
  height: 33px;
  border: 2px solid #aea195;
  border-radius: 14px;
  color: #aea195;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.top-lp .lp-access-footer__map {
  position: relative;
  width: 528px;
  height: 335px;
  margin-top: 25px;
  overflow: hidden;
  background: #d9d9d9;
  border-radius: 8px;
}
.top-lp .lp-access-footer__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.top-lp .lp-access-footer__nav {
  position: absolute;
  top: 476px;
  left: 230px;
  display: grid;
  grid-template-columns: 128px 132px 86px;
  gap: 52px;
}
.top-lp .lp-access-footer__nav h3 {
  margin: 0 0 24px;
  color: var(--lp-orange);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
}
.top-lp .lp-access-footer__nav a {
  display: block;
  margin-top: 20px;
  color: var(--lp-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.top-lp .lp-access-footer__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  height: 31px;
  color: #ffffff;
  background: var(--lp-orange);
  font-size: 12px;
  font-weight: 700;
}
.top-lp .lp-access-footer__bar a,
.top-lp .lp-access-footer__bar span {
  color: #ffffff;
}
@media (min-width: 901px) {
  .top-lp .lp-access-footer {
    min-height: 0;
  }
  .top-lp .lp-access-footer .top-lp__inner {
    container-type: inline-size;
    aspect-ratio: 1440 / 842;
    height: auto;
  }
  .top-lp .lp-access-footer__brand {
    top: 3.542cqw;
    left: 17.778cqw;
    width: 27.778cqw;
  }
  .top-lp .lp-access-footer__brand img {
    width: 13.75cqw;
    height: 13.75cqw;
    margin: 0 auto 1.944cqw;
  }
  .top-lp .lp-access-footer__brand p {
    margin: 0 0 1.25cqw;
    font-size: 0.972cqw;
  }
  .top-lp .lp-access-footer__brand h2 {
    font-size: 4.583cqw;
  }
  .top-lp .lp-access-footer__info {
    top: 6.042cqw;
    left: 49.792cqw;
    width: 36.528cqw;
  }
  .top-lp .lp-access-footer__address-row + .lp-access-footer__rule {
    margin: 0.625cqw 0 0.972cqw;
  }
  .top-lp .lp-access-footer__lead {
    gap: 0.972cqw;
    margin: 0 0 0.694cqw;
    font-size: 1.458cqw;
  }
  .top-lp .lp-access-footer__lead::before,
  .top-lp .lp-access-footer__lead::after {
    width: 1.458cqw;
    height: 1.389cqw;
  }
  .top-lp .lp-access-footer__hours {
    width: 36.25cqw;
    height: 7.153cqw;
    padding: 0.903cqw 1.667cqw;
    border-radius: 0.486cqw;
  }
  .top-lp .lp-access-footer__hours table {
    font-size: 1.319cqw;
  }
  .top-lp .lp-access-footer__hours th,
  .top-lp .lp-access-footer__hours td {
    padding: 0.278cqw 0.556cqw;
  }
  .top-lp .lp-access-footer__hours thead th:first-child,
  .top-lp .lp-access-footer__hours tbody th {
    width: 7.639cqw;
  }
  .top-lp .lp-access-footer__hours caption small {
    top: 2.639cqw;
    left: 1.667cqw;
    font-size: 0.833cqw;
  }
  .top-lp .lp-access-footer__station,
  .top-lp .lp-access-footer__address {
    margin: 0.556cqw 0 0 2.917cqw;
    font-size: 1.181cqw;
  }
  .top-lp .lp-access-footer__station::before {
    top: 0.069cqw;
    left: -1.944cqw;
    width: 1.042cqw;
    height: 1.389cqw;
  }
  .top-lp .lp-access-footer__actions {
    gap: 1.875cqw;
    margin-top: 0.694cqw;
  }
  .top-lp .lp-access-footer__tel {
    font-size: 2.5cqw;
  }
  .top-lp .lp-access-footer__tel::before {
    width: 2.222cqw;
    height: 2.222cqw;
    margin-right: 0.694cqw;
  }
  .top-lp .lp-access-footer__line {
    width: 16.528cqw;
    height: 4.097cqw;
    border-radius: 0.417cqw;
    font-size: 1.319cqw;
  }
  .top-lp .lp-access-footer__line::before {
    width: 2.309cqw;
    height: 2.639cqw;
    margin-right: 0.833cqw;
    border-radius: 0;
    background: url("../img/figma/footer-line-sp.svg") center / contain no-repeat;
  }
  .top-lp .lp-access-footer__map-button {
    top: 11.181cqw;
    width: 8.819cqw;
    height: 2.292cqw;
    border-radius: 0.972cqw;
    font-size: 0.972cqw;
  }
  .top-lp .lp-access-footer__map {
    width: 36.667cqw;
    height: 23.264cqw;
    margin-top: 1.736cqw;
    border-radius: 0.556cqw;
  }
  .top-lp .lp-access-footer__nav {
    top: 33.056cqw;
    left: 15.972cqw;
    grid-template-columns: 8.889cqw 9.167cqw 5.972cqw;
    gap: 3.611cqw;
  }
  .top-lp .lp-access-footer__nav h3 {
    margin: 0 0 1.667cqw;
    font-size: 1.458cqw;
  }
  .top-lp .lp-access-footer__nav a {
    margin-top: 1.389cqw;
    font-size: 0.972cqw;
  }
}
@keyframes lp-cloud-drift {
  0% {
    transform: translateX(calc(-100vw - 100%));
  }

  100% {
    transform: translateX(calc(100vw + 100%));
  }
}
@keyframes lp-method-step-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(0.88);
  }

  54% {
    opacity: 1;
    transform: translateY(-12px) scale(1.06);
  }

  76% {
    opacity: 1;
    transform: translateY(5px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes lp-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.1);
  }

  80% {
    opacity: 1;
    transform: scale(0.89);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes lp-bounce-in-rot {
  0% {
    opacity: 0;
    transform: rotate(var(--bounce-rot, 0deg)) scale(0.3);
  }

  50% {
    opacity: 0.9;
    transform: rotate(var(--bounce-rot, 0deg)) scale(1.1);
  }

  80% {
    opacity: 1;
    transform: rotate(var(--bounce-rot, 0deg)) scale(0.89);
  }

  100% {
    opacity: 1;
    transform: rotate(var(--bounce-rot, 0deg)) scale(1);
  }
}
@keyframes lp-bounce-in-tx {
  0% {
    opacity: 0;
    transform: translateX(var(--bounce-tx, 0)) scale(0.3);
  }

  50% {
    opacity: 0.9;
    transform: translateX(var(--bounce-tx, 0)) scale(1.1);
  }

  80% {
    opacity: 1;
    transform: translateX(var(--bounce-tx, 0)) scale(0.89);
  }

  100% {
    opacity: 1;
    transform: translateX(var(--bounce-tx, 0)) scale(1);
  }
}
@keyframes lp-voice-slider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(var(--voice-slider-distance, -147.5cqw));
  }
}
@media (min-width: 901px) and (max-width: 1180px) {.top-lp .lp-courses__frame {
    left: 50%;
    width: min(1062px, calc(100% - 48px));
    transform: translateX(-50%);
  }
.top-lp .lp-courses__heading {
    left: 50%;
    width: min(786px, calc(100% - 48px));
    transform: translateX(-50%);
  }
.top-lp .lp-courses__list {
    left: 50%;
    width: min(1062px, calc(100% - 48px));
    transform: translateX(-50%);
  }
.top-lp .lp-course-row {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
    gap: 32px;
  }
.top-lp .lp-course-row__media {
    width: 100%;
    height: auto;
    aspect-ratio: 721 / 541;
  }
.top-lp .lp-media-list,
  .top-lp .lp-post-grid,
  .top-lp .lp-faq,
  .top-lp .lp-news {
    width: min(1050px, calc(100% - 48px));
  }
.top-lp .lp-news {
    margin: 0 auto;
  }
.top-lp .lp-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.top-lp .lp-post-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 330 / 250;
  }
.top-lp .lp-faq__list {
    left: 31%;
    width: 69%;
  }
.top-lp .lp-news__list {
    left: 32%;
    width: 68%;
  }
.top-lp .lp-profile__figure {
    left: 50%;
    width: min(1049px, calc(100% - 48px));
    transform: translateX(-50%);
  }
.top-lp .lp-profile__panel {
    width: 100%;
  }
.top-lp .lp-profile__book {
    right: 38px;
    transform: scale(0.88);
    transform-origin: top right;
  }
.top-lp .lp-profile__character {
    right: 18px;
  }}
@media (min-width: 1181px) and (max-width: 1439.98px) {
  /* Dead zone: below 1440 the inner shrinks but these canvases keep their
     1440-calibrated left offset, drifting right and clipping. Re-center the
     canvas (children are positioned relative to it, so proportions are kept). */
  .top-lp .lp-courses__frame {
    left: 50%;
    transform: translateX(-50%);
  }
  .top-lp .lp-profile__figure {
    left: 50%;
    transform: translateX(-50%);
  }
  .top-lp .lp-news {
    margin-inline: auto;
  }
}
@media (max-width: 900px) {.top-lp__section {
    scroll-margin-top: 72px;
  }
.lp-header.site-header {
    top: 0;
    height: 60px;
    background: transparent;
    box-shadow: none;
  }
.lp-header__inner {
    width: 100%;
    height: 60px;
  }
.lp-header__brand {
    top: 0;
    left: 5px;
    width: 184px;
    height: 60px;
  }
.lp-header__mark {
    width: 60px;
    height: 60px;
  }
.lp-header__texts {
    top: 0;
    left: 60px;
    width: 124px;
    height: 60px;
  }
.lp-header__sub {
    top: 6px;
    left: 0;
    width: 119px;
    font-size: 7.4449px;
    line-height: 1.477;
    text-align: left;
  }
.lp-header__name {
    top: 28px;
    left: 4px;
    width: 120px;
    font-size: 20px;
    line-height: 1.45;
  }
.lp-header__nav,
  .lp-header__actions {
    display: none;
  }
.lp-header__menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 0;
    background: var(--lp-hero-orange);
  }
.lp-header__menu span {
    position: absolute;
    left: 28px;
    width: 4.5px;
    height: 4.5px;
    border-radius: 999px;
    background: var(--lp-bg);
    transition: transform 0.22s ease, opacity 0.18s ease;
  }
.lp-header__menu span:nth-child(1) {
    top: 20px;
  }
.lp-header__menu span:nth-child(2) {
    top: 29.75px;
  }
.lp-header__menu span:nth-child(3) {
    top: 39.5px;
  }
.lp-header__menu[aria-expanded="true"] span:nth-child(1) {
    top: 29px;
    left: 20px;
    width: 20px;
    height: 3px;
    border-radius: 999px;
    background: #ffffff;
    transform: rotate(45deg);
  }
.lp-header__menu[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scale(0.2);
  }
.lp-header__menu[aria-expanded="true"] span:nth-child(3) {
    top: 29px;
    left: 20px;
    width: 20px;
    height: 3px;
    border-radius: 999px;
    background: #ffffff;
    transform: rotate(-45deg);
  }
.lp-header__sp-menu {
    --sp-menu-pad-left: clamp(24px, 11.03vw, 43px);
    --sp-menu-pad-right: clamp(24px, 12.05vw, 47px);
    position: fixed;
    inset: 0;
    z-index: 1;
    display: block;
    height: 100dvh;
    min-height: 100vh;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    background: linear-gradient(180deg, #f2f0de 0%, #e2f1ed 100%);
    box-shadow: none;
    opacity: 0;
    font-family: var(--lp-font-round);
    font-weight: 700;
    overscroll-behavior: contain;
    pointer-events: none;
    transform: translateY(-4px);
    transition:
      visibility 0s linear 0.28s,
      opacity 0.2s ease,
      transform 0.28s ease;
  }
.lp-header__sp-menu::before,
  .lp-header__sp-menu::after {
    position: fixed;
    z-index: 0;
    content: "";
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
.lp-header__sp-menu::before {
    top: 50px;
    left: calc(50% - 307px);
    width: 441px;
    height: 67px;
    background-image: url("../img/figma/menu/cloud-top-left.svg");
  }
.lp-header__sp-menu::after {
    top: 105px;
    left: calc(50% - 10px);
    width: 476px;
    height: 43px;
    background-image: url("../img/figma/menu/cloud-top-right.svg");
  }
.lp-header__sp-menu-shell {
    position: relative;
    z-index: 1;
    width: min(100%, 390px);
    min-height: 1152px;
    padding: 132px var(--sp-menu-pad-right) 0 var(--sp-menu-pad-left);
    margin-inline: auto;
  }
.lp-header__sp-menu-nav {
    display: grid;
    row-gap: 32px;
    width: 180px;
  }
.lp-header__sp-menu a {
    color: var(--lp-text);
  }
.lp-header__sp-menu-nav a {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    color: var(--lp-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }
.lp-header__sp-menu-nav a::after {
    display: block;
    width: 17px;
    height: 1px;
    margin-top: 22px;
    content: "";
    background: #aea195;
  }
.lp-header__sp-menu-nav a:nth-child(1) {
    transition-delay: 0.04s;
  }
.lp-header__sp-menu-nav a:nth-child(2) {
    transition-delay: 0.07s;
  }
.lp-header__sp-menu-nav a:nth-child(3) {
    transition-delay: 0.1s;
  }
.lp-header__sp-menu-nav a:nth-child(4) {
    transition-delay: 0.13s;
  }
.lp-header__sp-menu-media {
    display: grid;
    gap: 20px;
    width: 300px;
    margin-top: 62px;
  }
.lp-header__sp-menu-card {
    position: relative;
    display: block;
    width: 300px;
    height: 120px;
    overflow: hidden;
    border-radius: 14px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }
.lp-header__sp-menu-card::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    border-radius: inherit;
  }
.lp-header__sp-menu-card--method::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  }
.lp-header__sp-menu-card--movie::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  }
.lp-header__sp-menu-card img {
    position: absolute;
    z-index: 0;
    max-width: none;
    object-fit: cover;
    pointer-events: none;
  }
.lp-header__sp-menu-card--method img {
    top: -54.82%;
    left: -30.25%;
    width: 130.25%;
    height: 217.11%;
  }
.lp-header__sp-menu-card--movie img {
    top: -33.34%;
    left: -25.48%;
    width: 125.49%;
    height: 209.18%;
  }
.lp-header__sp-menu-card span {
    position: absolute;
    z-index: 2;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 1.6px;
    text-align: center;
    white-space: nowrap;
  }
.lp-header__sp-menu-card--method span {
    top: 37px;
    right: 14px;
    width: 96px;
  }
.lp-header__sp-menu-card--movie span {
    top: 41px;
    left: 14px;
    width: 87px;
  }
.lp-header__sp-quick {
    display: grid;
    grid-template-columns: repeat(2, 148px);
    gap: 8px;
    width: 304px;
    margin-top: 20px;
    margin-left: -4px;
  }
.lp-header__sp-quick-card {
    display: flex;
    width: 148px;
    height: 148px;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
    border-radius: 14px;
    background: #eaddbb;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }
.lp-header__sp-quick-card img {
    width: 46px;
    height: 46px;
  }
.lp-header__sp-quick-card--voice img {
    height: 40.25px;
    margin-top: 3px;
  }
.lp-header__sp-quick-card span {
    margin-top: 24px;
    color: var(--lp-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
  }
.lp-header__sp-reserve {
    --sp-menu-reserve-y: -6px;
    position: relative;
    width: 389px;
    height: 206px;
    min-height: 206px;
    margin-top: 20px;
    margin-left: calc(-1 * var(--sp-menu-pad-left));
    padding: 0;
    background: #ffffff;
    color: var(--lp-text);
    opacity: 0;
    transform: translateY(var(--sp-menu-reserve-y));
    transition: opacity 0.22s ease, transform 0.22s ease;
  }
.lp-header__sp-reserve-lead {
    position: absolute;
    top: 25px;
    left: 34px;
    right: 34px;
    margin: 0;
    color: #da8121;
    font-size: 14.993px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
  }
.lp-header__sp-reserve-lead::before,
  .lp-header__sp-reserve-lead::after {
    position: absolute;
    top: 4px;
    width: 20px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
.lp-header__sp-reserve-lead::before {
    left: 0;
    background-image: url("../img/figma/footer-lead-slash-left-sp.svg");
  }
.lp-header__sp-reserve-lead::after {
    right: 0;
    background-image: url("../img/figma/footer-lead-slash-right-sp.svg");
  }
.lp-header__sp-hours {
    position: absolute;
    top: 50px;
    left: 34px;
    right: 34px;
    height: 64px;
    margin: 0;
    padding: 6px 13px 5px;
    overflow: hidden;
    border-radius: 4px;
    background: #efebe7;
  }
.lp-header__sp-hours table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: var(--lp-text);
    font-size: 10.387px;
    line-height: 1.45;
  }
.lp-header__sp-hours caption {
    display: grid;
    grid-template-columns: 1fr;
    height: 18px;
    margin: 0;
    color: var(--lp-text);
    font-size: 10.387px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
  }
.lp-header__sp-hours caption small {
    color: #da8121;
    font-size: 6.492px;
    font-weight: 500;
    line-height: 1.1;
  }
.lp-header__sp-hours th,
  .lp-header__sp-hours td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }
.lp-header__sp-hours thead th:first-child,
  .lp-header__sp-hours tbody th {
    width: 90px;
    text-align: left;
  }
.lp-header__sp-hours thead th {
    padding-bottom: 2px;
    border-bottom: 1px solid #c4c2c1;
    font-weight: 700;
    line-height: 1.2;
  }
.lp-header__sp-hours tbody th {
    padding-top: 4px;
    font-weight: 700;
  }
.lp-header__sp-hours tbody td {
    padding-top: 4px;
    color: #da8121;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }
.lp-header__sp-hours tbody td:last-child {
    color: var(--lp-text);
    font-size: 10.387px;
    line-height: 1.45;
  }
.lp-header .lp-visual-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
.lp-header__sp-address-row {
    position: absolute;
    top: 117px;
    left: 34px;
    right: 34px;
    display: flex;
    height: 22px;
    align-items: flex-start;
    padding: 1px 74px 0 20px;
    border-bottom: 1px solid #c4c2c1;
  }
.lp-header__sp-address-row::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 16px;
    content: "";
    background: url("../img/figma/footer-map-pin-sp.svg") center / contain no-repeat;
  }
.lp-header__sp-address {
    margin: 0;
    color: var(--lp-text);
    font-size: 9.089px;
    font-weight: 500;
    line-height: 1.45;
    white-space: nowrap;
  }
.lp-header__sp-map-button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    width: 69px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 1.298px solid #aea195;
    border-radius: 999px;
    color: #aea195;
    font-size: 7.79px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
.lp-header__sp-reserve-actions {
    position: absolute;
    top: 143px;
    left: 34px;
    right: 34px;
    display: flex;
    height: 37px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
  }
.lp-header__sp-tel {
    position: relative;
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    padding-left: 26px;
    color: var(--lp-text);
    font-size: 19.476px;
    font-weight: 900;
    line-height: 1.3;
    white-space: nowrap;
  }
.lp-header__sp-tel::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 21px;
    height: 21px;
    content: "";
    background: url("../img/figma/footer-phone-sp.svg") center / contain no-repeat;
  }
.lp-header__sp-line {
    display: inline-flex;
    width: 146px;
    min-width: 146px;
    height: 36px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 6px;
    background: #06c755;
    color: #ffffff;
    font-size: 10.39px;
    font-weight: 700;
    line-height: 1.45;
    white-space: nowrap;
  }
.lp-header__sp-line::before {
    display: block;
    width: 18px;
    height: 21px;
    content: "";
    background: url("../img/figma/footer-line-sp.svg") center / contain no-repeat;
  }
.lp-header__sp-menu-card,
  .lp-header__sp-quick-card,
  .lp-header__sp-reserve {
    transition-delay: 0.16s;
  }
.lp-header__sp-menu.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition:
      visibility 0s linear 0s,
      opacity 0.2s ease,
      transform 0.28s ease;
  }
.lp-header__sp-menu.is-open .lp-header__sp-menu-nav a,
  .lp-header__sp-menu.is-open .lp-header__sp-menu-card,
  .lp-header__sp-menu.is-open .lp-header__sp-quick-card {
    opacity: 1;
    transform: translateY(0);
  }
.lp-header__sp-menu.is-open .lp-header__sp-reserve {
    --sp-menu-reserve-y: 0px;
    opacity: 1;
  }
html.is-sp-menu-open,
  html.is-sp-menu-open body {
    overflow: hidden;
  }
html.is-sp-menu-open .lp-header.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 220;
  }
html.is-sp-menu-open .lp-cookie-banner {
    visibility: hidden;
    pointer-events: none;
  }
@media (prefers-reduced-motion: reduce) {.lp-header__menu span,
    .lp-header__sp-menu,
    .lp-header__sp-menu-nav a,
    .lp-header__sp-menu-card,
    .lp-header__sp-quick-card,
    .lp-header__sp-reserve {
      transition: none;
    }}
.lp-hero {
    min-height: 1110px;
    margin-top: 0;
    padding-top: 0;
  }
.lp-hero__inner {
    width: min(100%, 390px);
    min-height: 1110px;
  }
.lp-hero__media {
    top: 67px;
    left: 20px;
    width: 350px;
    height: 490px;
    aspect-ratio: auto;
    border-radius: 18.455px;
  }
.lp-hero__media::after {
    border-width: 9.227px;
    border-radius: 18.455px;
  }
.lp-hero__image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
.lp-hero__statement {
    top: 32.959px;
    left: 5.105px;
    width: 219.152px;
    height: 199.67px;
    text-align: left;
  }
.lp-hero__method-title {
    width: min(382px, calc(100vw - 10px));
  }
.lp-hero__method-line {
    height: 69.698px;
  }
.lp-hero__method-line--age {
    width: max-content;
    min-width: 219.152px;
    max-width: calc(100vw - 10px);
    font-size: 35.93px;
  }
.lp-hero__method-line--age span {
    font-size: 43.12px;
  }
.lp-hero__method-line--pelvis {
    top: 81.913px;
    display: block;
    width: calc(100vw - 10px);
    min-width: 202.626px;
    max-width: calc(100vw - 10px);
    height: auto;
    min-height: 69.698px;
    padding: 5px 0 6px;
    background: none;
    font-size: 35.93px;
    line-height: 1.72;
    white-space: normal;
    overflow: visible;
  }
.lp-hero__method-line--pelvis .lp-hero__method-line-text {
    display: inline;
    padding: 0.08em 0.18em 0.1em 0;
    background: #ffffff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    transform: none;
  }
.lp-hero__copy {
    top: 220px;
    left: 7.185px;
    width: 182px;
    font-size: 12.9336px;
    line-height: 1.47;
    text-align: left;
  }
.lp-hero__award {
    top: 490px;
    left: 85px;
    display: block;
    width: 220px;
    height: auto;
  }
.lp-hero__lead {
    top: 735px;
    left: 81px;
    width: 252px;
    font-size: 18px;
    line-height: 1.45;
    transform: none;
  }
.lp-hero__cta {
    top: 805px;
    left: 20px;
    width: 349.647px;
    height: 108.246px;
    gap: 14px;
    padding: 38px 28px;
    border-radius: 5.599px;
    transform: none;
  }
.lp-hero__cta span {
    font-size: 22.396px;
  }
.lp-hero__cta img {
    width: 33.594px;
    height: 33.594px;
  }
.lp-hero__quick-actions {
    display: none;
  }
.lp-hero__quick-action {
    position: relative;
    display: flex;
    align-items: center;
    height: 49.763px;
    border-radius: 3.5px;
    color: #ffffff;
    box-shadow: 0 2.8px 5.6px rgba(58, 39, 16, 0.24);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    white-space: nowrap;
  }
.lp-hero__quick-action--orange {
    width: 179.147px;
    padding-left: 58px;
    background: var(--lp-orange);
  }
.lp-hero__quick-action-person {
    position: absolute;
    top: 12px;
    left: 31px;
    width: 20px;
    height: 25px;
    background:
      radial-gradient(circle at 50% 4px, #ffffff 0 4px, transparent 4.5px),
      linear-gradient(#ffffff, #ffffff) 7px 10px / 6px 15px no-repeat,
      linear-gradient(135deg, transparent 0 42%, #ffffff 43% 63%, transparent 64%) 0 10px / 11px 12px no-repeat,
      linear-gradient(45deg, transparent 0 42%, #ffffff 43% 63%, transparent 64%) 10px 10px / 11px 12px no-repeat;
  }
.lp-hero__quick-action--line {
    width: 164.218px;
    padding-left: 16px;
    background: var(--lp-line);
  }
.lp-hero__quick-action-line-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 12px;
    border-radius: 50%;
    color: var(--lp-line);
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
  }
.lp-hero__cta.lp-hero__cta--line {
    display: none;
  }
.lp-hero__character {
    top: 895px;
    left: 50%;
    right: auto;
    width: 74px;
    height: 211px;
    transform: translateX(-50%);
  }
.lp-hero__character[data-animate].is-inview {
    transform: translateX(-50%);
  }
.lp-hero__reserve-drawer {
    --reserve-handle-width: 58px;
    --reserve-panel-width-sp: min(560px, calc(100vw - 58px));
    position: fixed;
    z-index: 120;
    top: auto;
    right: 0;
    bottom: 5%;
    display: flex;
    align-items: stretch;
    width: calc(var(--reserve-handle-width) + var(--reserve-panel-width-sp));
    height: 165px;
    filter: drop-shadow(0 5px 7px rgba(100, 94, 72, 0.35));
    transform: translateX(var(--reserve-panel-width-sp));
    transition: transform 0.32s ease, opacity 0.2s ease, visibility 0.2s ease;
  }
.lp-hero__reserve-drawer:hover,
  .lp-hero__reserve-drawer:focus-within {
    right: 0;
  }
.lp-hero__reserve-drawer.is-open {
    transform: translateX(0);
  }
.lp-hero__reserve-panel {
    position: relative;
    display: grid;
    flex: 0 0 var(--reserve-panel-width-sp);
    grid-template-rows: auto 54px 24px 32px;
    width: var(--reserve-panel-width-sp);
    height: 165px;
    padding: 12px 12px 11px 14px;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
    opacity: 1;
    pointer-events: none;
    transform: none;
    transition: none;
  }
.lp-hero__reserve-panel::before {
    display: block;
    top: 14px;
    height: 147px;
  }
.lp-hero__reserve-drawer.is-open .lp-hero__reserve-panel {
    pointer-events: auto;
  }
.lp-hero__reserve-lead {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
  }
.lp-hero__reserve-hours {
    height: 54px;
    border-radius: 4px;
  }
.lp-hero__reserve-hours caption {
    top: 7px;
    left: 10px;
    width: 62px;
    font-size: 10px;
  }
.lp-hero__reserve-hours caption small {
    margin-top: 2px;
    font-size: 7px;
  }
.lp-hero__reserve-hours thead th {
    height: 29px;
    font-size: 10px;
  }
.lp-hero__reserve-hours thead th:first-child,
  .lp-hero__reserve-hours tbody th {
    width: 62px;
  }
.lp-hero__reserve-hours tbody th {
    padding-left: 10px;
    font-size: 10px;
  }
.lp-hero__reserve-hours tbody td {
    font-size: 12px;
  }
.lp-hero__reserve-address-row {
    display: flex;
    min-height: 24px;
    margin-top: 0;
    padding: 0 72px 0 16px;
  }
.lp-hero__reserve-address-row::before {
    left: 0;
    width: 11px;
    height: 15px;
  }
.lp-hero__reserve-address {
    font-size: 8px;
    line-height: 1.25;
    white-space: nowrap;
  }
.lp-hero__reserve-map {
    position: absolute;
    right: 0;
    width: 66px;
    height: 18px;
    margin-top: 0;
    border-width: 1px;
    font-size: 8px;
  }
.lp-hero__reserve-actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding-top: 4px;
  }
.lp-hero__reserve-tel {
    align-self: auto;
    min-height: 25px;
    padding-left: 22px;
    font-size: 16px;
  }
.lp-hero__reserve-tel::before {
    width: 18px;
    height: 18px;
  }
.lp-hero__reserve-line {
    gap: 5px;
    width: 108px;
    height: 26px;
    border-radius: 4px;
    font-size: 10px;
  }
.lp-hero__reserve-line::before {
    width: 15px;
    height: 17px;
  }
.lp-hero__reserve-tab {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 var(--reserve-handle-width);
    width: var(--reserve-handle-width);
    height: 175px;
    padding: 16px 0 14px 5px;
    border: 0;
    border-radius: 16px 0 0 16px;
    background: transparent;
    box-shadow: none;
  }
.lp-hero__reserve-tab::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 5px;
    height: 165px;
    border-radius: 16px 0 0 16px;
    box-shadow: 0 5px 7px rgba(100, 94, 72, 0.35);
  }
.lp-hero__reserve-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
    transform: none;
  }
.lp-hero__reserve-text {
    gap: 0;
    font-size: 11px;
    transform: none;
  }
.is-access-footer-visible .lp-hero__reserve-tab {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
.is-faq-visible .lp-hero__reserve-tab {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
.top-lp .lp-cookie-banner.cookie-banner {
    position: fixed;
    right: auto;
    bottom: 16px;
    left: 50%;
    top: auto;
    width: min(calc(100vw - 32px), 348px);
    height: auto;
    min-height: 0;
    padding: 24px 24px 20px;
    border-radius: 8px;
    transform: translateX(-50%);
  }
.top-lp .lp-cookie-banner p {
    width: auto;
    font-size: 12px;
    line-height: 1.45;
  }
.top-lp .lp-cookie-banner .cookie-banner__actions {
    grid-template-columns: repeat(2, minmax(0, 120px));
    gap: 20px;
    justify-content: center;
    margin-top: 18px;
  }
.top-lp .lp-cookie-banner button {
    width: 100%;
    height: 50px;
  }
.top-lp .lp-intro {
    min-height: auto;
    padding: 64px 0 104px;
  }
.top-lp .lp-intro__message {
    position: static;
    visibility: visible;
    box-sizing: border-box;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.9;
    white-space: normal;
  }
.top-lp .lp-intro__message-line--pc {
    display: none;
  }
.top-lp .lp-intro__message-line--sp {
    display: block;
  }
.top-lp .lp-intro__people-line {
    position: relative;
    top: auto;
    left: 50%;
    width: 960px;
    height: auto;
    margin-top: 0;
    transform: translateX(-50%);
  }
.top-lp .lp-intro__about {
    position: relative;
    top: auto;
    left: 50%;
    width: min(100vw, 430px);
    height: auto;
    min-height: 1834px;
    padding-top: 70px;
    overflow: visible;
    transform: translateX(-50%);
  }
.top-lp .lp-intro__cloud--left {
    top: 50px;
    left: 0;
    width: 300px;
    height: 27px;
  }
.top-lp .lp-intro__cloud--center {
    display: none;
  }
.top-lp .lp-intro__cloud--right {
    top: 105px;
    left: 0;
    right: auto;
    width: 320px;
    height: 40px;
  }
.top-lp .lp-intro__logo {
    top: 28px;
    left: 50%;
    width: 124px;
    height: 124px;
    transform: translateX(-50%);
  }
.top-lp .lp-intro__label {
    top: 156px;
    left: 50%;
    width: max-content;
    justify-content: center;
    transform: translateX(-50%);
  }
.top-lp .lp-intro__title {
    top: 204px;
    left: 50%;
    width: calc(100% - 48px);
    font-size: 19px;
    line-height: 1.5;
    transform: translateX(-50%);
  }
.top-lp .lp-intro__theme {
    top: 312px;
    left: 50%;
    font-size: 15px;
    line-height: 1.6;
    transform: translateX(-50%);
  }
.top-lp .lp-intro__body {
    top: 392px;
    left: 50%;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 2;
    white-space: normal;
    transform: translateX(-50%);
  }
.top-lp .lp-intro__pc-line {
    display: none;
  }
.top-lp .lp-intro__sp-line {
    display: inline;
  }
.top-lp .lp-intro__body strong {
    font-size: 20px;
  }
.top-lp .lp-intro .top-lp__inner {
    width: 100%;
    margin-inline: 0;
  }
.top-lp .lp-intro__about {
    left: 0;
    width: 100%;
    transform: none;
  }
.top-lp .lp-intro__cards {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 300px;
    height: 585px;
    grid-template-columns: none;
    gap: 0;
    overflow: visible;
    margin: 566px auto 0;
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
.top-lp .lp-intro-card {
    position: absolute;
    left: 0;
  }
.top-lp .lp-intro-card:nth-child(1) {
    top: 0;
    z-index: 1;
  }
.top-lp .lp-intro-card:nth-child(2) {
    top: 152px;
    z-index: 2;
  }
.top-lp .lp-intro-card:nth-child(3) {
    top: 305px;
    z-index: 3;
  }
/* ===== SP: Section uses the Figma SVG road with a post-STEP background insert.
     Base Figma render is 6300px high at 390 wide; the STEP pacing insert adds 637px.
     Stretched SVG natural 1331×6876 → rendered at 6937px high to preserve scale.
     DOM elements positioned to match Figma SP design positions. ===== */
.top-lp .lp-problem-method {
  --road-x: 11px;
    --pm-board-base-h-sp: 6300px;
    --pm-min-base-h-sp: 6680px;
    --pm-step-bg-stretch-h-sp: 637px;
    --pm-board-h-sp: calc(var(--pm-board-base-h-sp, 6300px) + var(--pm-step-bg-stretch-h-sp, 0px));
    --pm-minh-sp: calc(var(--pm-min-base-h-sp, 6680px) + var(--pm-step-bg-stretch-h-sp, 0px));
    min-height: var(--pm-minh-sp, 7300px);
    overflow: hidden;
    padding: 0 0 var(--pm-pad-bottom-sp, 250px);
    background-image: url("../img/figma/problem-method-full-sp-step-stretched.svg");
    background-size: auto var(--pm-board-h-sp, 6937px);
    background-position-x: calc(50% + var(--road-x, 0px));
    background-position-y: 298px;
    background-repeat: no-repeat;
  }
  .pm-road-anim {
    top: 298px;
    left: calc(50% + var(--road-x, 0px) - 671.468610px);
    width: 1342.937220px;
    height: var(--pm-board-h-sp, 6937px);
  }
  .pm-road-canvas--pc,
  .pm-road-svg--pc {
    display: none;
  }
  .pm-road-canvas--sp,
  .pm-road-svg--sp {
    display: block;
  }
/* ===== lp-method-story scene (refactored: aspect-ratio + % children) =====
     Figma SP design space: 390 wide × 1280 tall.
     Children positioned with calc(figmaCoord / dim * 100%) so they stay
     aligned at any viewport <= 900px. Font sizes use clamp().
     Road svg keeps its existing offset + clip-path. */
/* ---- arrows (% of 390 × 1280 — Figma detected from teal color) ---- */
/* arrow-top — Figma (188, 43) 72×77 */
/* arrow-right — Figma (136, 343) 114×77 */
/* arrow-left — Figma (165, 694) 47×133 */
/* ---- bubbles (oval base, % width + aspect-ratio + clamp font) ---- */
/* tail base — was 64×54 (too big, protruded heavily). Figma shows ~24×20. */
/* breath — Figma SP measured: (32, 102) 194×183 (was: -1, 5, 261, 178) */
/* breath tail position (bubble is now 194×183) */
/* breath figure — Figma (235, 132) 93×135 */
/* breath label — Figma (234, 357) 95×89 */
/* sleep figure — Figma (11, 430) 145×35 */
/* sleep — Figma SP measured: (130, 497) 231×177 (was: 134, 399, 261, 178) */
/* sleep tail position (bubble is now 231×177; tail mirrored to point left) */
/* sleep label — Figma (37, 568) 163×90 */
/* body — Figma SP measured: (4, 829) 193×201 (was: -30, 732, 261, 188) */
/* body figure — Figma (155, 1000) 73×95 */
/* body label — Figma (109, 1140) 140×90 */
/* labels (Japanese kanji headings) */
.top-lp .lp-courses,
  .top-lp .lp-voices,
  .top-lp .lp-media-lists,
  .top-lp .lp-faq-news,
  .top-lp .lp-access-footer {
    min-height: auto;
    padding: 72px 0;
  }
.top-lp .lp-courses .top-lp__inner,
  .top-lp .lp-voices .top-lp__inner,
  .top-lp .lp-media-lists .top-lp__inner,
  .top-lp .lp-faq-news .top-lp__inner,
  .top-lp .lp-access-footer .top-lp__inner {
    width: min(100% - 32px, 430px);
  }
.top-lp .lp-section-title {
    margin-bottom: 28px;
    font-size: 30px;
  }
.top-lp .lp-courses__grid,
  .top-lp .lp-voices__grid,
  .top-lp .lp-post-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
.top-lp .lp-course-card,
  .top-lp .lp-voice-card,
  .top-lp .lp-post-card {
    min-height: auto;
    padding: 24px;
  }
.top-lp .lp-media-list,
  .top-lp .lp-faq,
  .top-lp .lp-news,
  .top-lp .lp-access-footer__panel {
    width: 100%;
    min-height: auto;
  }
.top-lp .lp-access-footer__panel {
    padding: 28px 20px;
  }
.top-lp .lp-access-footer__name {
    font-size: 26px;
  }
.top-lp .lp-access-footer__panel p:not(.lp-access-footer__name) {
    font-size: 15px;
  }
.top-lp .lp-media-list--movie,
  .top-lp .lp-news {
    margin-top: 72px;
  }
.top-lp .lp-faq__item,
  .top-lp .lp-news__link {
    padding: 18px 20px;
  }
.top-lp .lp-news__link {
    grid-template-columns: 1fr;
    gap: 8px;
  }
.top-lp .lp-voices,
  .top-lp .lp-courses,
  .top-lp .lp-media-lists,
  .top-lp .lp-faq-section,
  .top-lp .lp-profile,
  .top-lp .lp-news-section,
  .top-lp .lp-access-footer {
    min-height: auto;
    padding: 72px 0;
  }
.top-lp .lp-voices .top-lp__inner,
  .top-lp .lp-courses .top-lp__inner,
  .top-lp .lp-profile .top-lp__inner,
  .top-lp .lp-access-footer .top-lp__inner {
    width: min(100% - 32px, 430px);
    height: auto;
  }
.top-lp .lp-voices__heading,
  .top-lp .lp-voices__frame,
  .top-lp .lp-courses__heading,
  .top-lp .lp-voices__viewport,
  .top-lp .lp-voices__rail,
  .top-lp .lp-courses__frame,
  .top-lp .lp-courses__list,
  .top-lp .lp-profile__figure,
  .top-lp .lp-profile__panel,
  .top-lp .lp-news,
  .top-lp .lp-faq,
  .top-lp .lp-access-footer__brand,
  .top-lp .lp-access-footer__info,
  .top-lp .lp-access-footer__nav {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-inline: auto;
  }
.top-lp .lp-voices__heading {
    margin-bottom: 42px;
  }
.top-lp .lp-voices__heading h2,
  .top-lp .lp-courses__heading h2 {
    margin-top: 20px;
    font-size: 22px;
  }
.top-lp .lp-voices__viewport {
    overflow: visible;
  }
.top-lp .lp-voices__rail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }
.top-lp .lp-voice-card {
    width: 100%;
    height: auto;
    min-height: 430px;
    padding-top: 138px;
  }
.top-lp .lp-voice-card::before {
    top: 0;
  }
.top-lp .lp-voice-card::after {
    top: 132px;
    width: 100%;
    height: calc(100% - 132px);
  }
.top-lp .lp-voice-card__meta {
    top: 100px;
  }
.top-lp .lp-voice-card__body {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 60px 28px 34px;
    font-size: 15px;
    line-height: 1.9;
  }
.top-lp .lp-courses__heading::before {
    width: 42px;
    height: 52px;
  }
.top-lp .lp-courses__heading p {
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }
.top-lp .lp-courses__list {
    display: grid;
    gap: 42px;
    margin-top: 44px;
  }
.top-lp .lp-course-row {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
  }
.top-lp .lp-course-row__media {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
.top-lp .lp-course-row__body {
    padding-top: 0;
  }
.top-lp .lp-course-row__tags {
    justify-content: center;
  }
.top-lp .lp-course-row h3 {
    font-size: 25px;
  }
.top-lp .lp-course-row__normal strong {
    font-size: 34px;
  }
.top-lp .lp-course-row__trial strong {
    font-size: 42px;
  }
.top-lp .lp-media-lists .top-lp__inner {
    width: min(100% - 32px, 430px);
    padding-top: 0;
  }
.top-lp .lp-media-list,
  .top-lp .lp-post-grid {
    width: 100%;
  }
.top-lp .lp-profile__figure {
    height: auto;
    transform: none;
  }
.top-lp .lp-voices__frame,
  .top-lp .lp-courses__frame {
    height: auto;
    transform: none;
  }
.top-lp .lp-post-grid {
    grid-template-columns: 1fr;
  }
.top-lp .lp-post-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 330 / 250;
  }
.top-lp .lp-faq-section .top-lp__inner,
  .top-lp .lp-news-section .top-lp__inner {
    width: min(100% - 32px, 430px);
  }
.top-lp .lp-faq__heading,
  .top-lp .lp-news__heading,
  .top-lp .lp-faq__list,
  .top-lp .lp-news__list,
  .top-lp .lp-news .lp-section-button {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
.top-lp .lp-faq__heading,
  .top-lp .lp-news__heading {
    margin-bottom: 28px;
  }
.top-lp .lp-faq__list,
  .top-lp .lp-news__list {
    gap: 18px;
  }
.top-lp .lp-faq__item summary {
    min-height: 76px;
    padding: 18px 56px 18px 24px;
    font-size: 15px;
  }
.top-lp .lp-faq__item summary::after {
    right: 24px;
  }
.top-lp .lp-faq__answer {
    margin: 22px 0 18px;
    font-size: 14px;
  }
.top-lp .lp-profile__panel {
    height: auto;
    padding: 34px 20px;
    border-radius: 28px;
  }
.top-lp .lp-profile__nav,
  .top-lp .lp-profile__viewport,
  .top-lp .lp-profile__book,
  .top-lp .lp-profile__book-bubble,
  .top-lp .lp-profile__kindle,
  .top-lp .lp-profile__caption,
  .top-lp .lp-profile__character {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
.top-lp .lp-profile__nav {
    display: grid;
    gap: 10px;
    color: #ffffff;
    text-align: center;
  }
.top-lp .lp-profile__glasses {
    display: none;
  }
.top-lp .lp-profile__nav h2 {
    position: relative;
    inset: auto;
    width: 100%;
    font-size: 26px;
  }
.top-lp .lp-profile__tab {
    padding: 0 14px;
    font-size: 14px;
  }
.top-lp .lp-profile__tab:not(:last-of-type)::after {
    right: -1px;
    height: 24px;
  }
.top-lp .lp-profile__viewport {
    width: 100%;
    height: auto;
    margin-top: 28px;
  }
.top-lp .lp-profile__card {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 28px 20px;
  }
.top-lp .lp-profile__card--profile {
    grid-template-columns: 1fr;
    gap: 22px;
  }
.top-lp .lp-profile__photo {
    margin: 0 auto;
  }
.top-lp .lp-profile__book {
    width: 100%;
    height: auto;
    margin-top: 26px;
  }
.top-lp .lp-profile__book-bubble {
    width: 100%;
    height: auto;
  }
.top-lp .lp-profile__book-bubble-image {
    width: min(100%, 393px);
    height: auto;
    margin: 0 auto;
  }
.top-lp .lp-profile__kindle {
    width: 200px;
    margin: 20px auto 0;
  }
.top-lp .lp-profile__caption {
    width: 220px;
    margin: 18px auto 0;
  }
.top-lp .lp-profile__character {
    display: block;
    width: 82px;
    margin: 20px auto 0;
  }
.top-lp .lp-news__link {
    min-height: auto;
    padding: 16px 0;
  }
.top-lp .lp-news .lp-section-button {
    margin: 28px auto 0;
  }
.top-lp .lp-access-footer {
    padding-bottom: 0;
  }
.top-lp .lp-access-footer__brand,
  .top-lp .lp-access-footer__info,
  .top-lp .lp-access-footer__nav {
    text-align: center;
  }
.top-lp .lp-access-footer__brand h2 {
    font-size: 40px;
  }
.top-lp .lp-access-footer__info {
    margin-top: 36px;
  }
.top-lp .lp-access-footer__hours,
  .top-lp .lp-access-footer__map {
    width: 100%;
  }
.top-lp .lp-access-footer__hours {
    height: auto;
    padding: 13px 16px;
    overflow: visible;
  }
.top-lp .lp-access-footer__hours table {
    min-width: 0;
    table-layout: fixed;
  }
.top-lp .lp-access-footer__hours thead th:first-child,
  .top-lp .lp-access-footer__hours tbody th {
    width: 118px;
  }
.top-lp .lp-access-footer__hours th,
  .top-lp .lp-access-footer__hours td {
    padding-right: 2px;
    padding-left: 2px;
  }
.top-lp .lp-access-footer__hours caption small {
    left: 16px;
  }
.top-lp .lp-access-footer__station,
  .top-lp .lp-access-footer__address {
    margin-left: 0;
    font-size: 14px;
  }
.top-lp .lp-access-footer__actions {
    flex-direction: column;
    gap: 14px;
  }
.top-lp .lp-access-footer__map-button {
    position: relative;
    inset: auto;
    margin: 18px auto 0;
  }
.top-lp .lp-access-footer__map {
    height: 240px;
  }
.top-lp .lp-access-footer__nav {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 38px;
  }
.top-lp .lp-access-footer__nav a {
    margin-top: 12px;
  }
.top-lp .lp-access-footer__bar {
    flex-wrap: wrap;
    height: auto;
    min-height: 42px;
    gap: 10px 18px;
    padding: 10px 16px;
  }
.top-lp .lp-voices {
    height: 965px;
    min-height: 965px;
    padding: 0;
    overflow: hidden;
  }
.top-lp .lp-voices .top-lp__inner {
    position: relative;
    width: min(100%, 390px);
    height: 965px;
    padding: 0;
  }
.top-lp .lp-voices__frame {
    position: absolute;
    inset: 0 auto auto 10px;
    width: 370px;
    height: 856px;
    min-height: 0;
    margin: 0;
    transform: none;
  }
.top-lp .lp-voices__heading {
    position: absolute;
    inset: 0 auto auto 84px;
    width: 216px;
    height: 220px;
    min-height: 0;
    margin: 0;
    text-align: center;
    transform: none;
  }
.top-lp .lp-voices__heading::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 67px;
    height: 75px;
    margin: 0;
    border-radius: 0;
    background: url("../img/figma/voice-heading-bubble-sp.svg") center / 100% 100% no-repeat;
    transform: translateX(-67%);
  }
.top-lp .lp-voices__heading span {
    position: absolute;
    top: 99px;
    left: 45px;
    width: 130px;
    height: 24px;
    gap: 6px;
    font-size: 18px;
    line-height: 24px;
  }
.top-lp .lp-voices__heading span::before,
  .top-lp .lp-voices__heading span::after {
    width: 1px;
    height: 18px;
  }
.top-lp .lp-voices__heading h2 {
    position: absolute;
    top: 150px;
    left: 8px;
    width: 200px;
    height: 58px;
    margin: 0;
    font-size: 20px;
    line-height: 1.45;
    white-space: nowrap;
  }
.top-lp .lp-voices__viewport {
    position: absolute;
    inset: 274px auto auto 0;
    width: 370px;
    height: 540px;
    margin: 0;
    overflow: hidden;
  }
.top-lp .lp-voices__rail,
  .top-lp .lp-voices__rail.is-slider {
    position: absolute;
    inset: 0 auto auto -281px;
    display: flex;
    gap: 16px;
    width: max-content;
    height: 543px;
    min-height: 0;
    margin: 0;
    transform: none;
    animation: none;
  }
.top-lp .lp-voices__viewport {
    left: calc(50% - 50vw);
    width: 100vw;
  }
.top-lp .lp-voices__rail,
  .top-lp .lp-voices__rail.is-slider {
    left: calc(50vw - 466px);
  }
.top-lp .lp-voice-card {
    position: relative;
    top: 0;
    left: auto;
    flex: 0 0 300px;
    width: 300px;
    height: 539px;
    min-height: 0;
    padding: 0;
    overflow: visible;
  }
.top-lp .lp-voice-card:nth-child(1) {
    left: auto;
    order: 0;
    height: 539px;
  }
.top-lp .lp-voice-card:nth-child(2) {
    left: auto;
    order: 1;
    height: 543px;
  }
.top-lp .lp-voice-card:nth-child(3) {
    left: auto;
  }
.top-lp .lp-voice-card:last-child:not(:nth-child(1)):not(:nth-child(2)) {
    order: -1;
    height: 407px;
  }
.top-lp .lp-voices__rail.is-js-slider .lp-voice-card {
    order: 0;
  }
.top-lp .lp-voices__rail.is-js-slider .lp-voice-card:last-child:not(:nth-child(1)):not(:nth-child(2)) {
    order: -1;
  }
.top-lp .lp-voice-card::before {
    z-index: 1;
    top: 166px;
    left: 24px;
    width: 61px;
    height: 88px;
    transform: rotate(-172.13deg);
  }
.top-lp .lp-voice-card:nth-child(2)::before {
    top: 163px;
  }
.top-lp .lp-voice-card:nth-child(3)::before {
    top: 164px;
  }
.top-lp .lp-voice-card:last-child:not(:nth-child(1)):not(:nth-child(2))::before {
    top: 164px;
  }
.top-lp .lp-voice-card::after {
    top: 203px;
    left: 0;
    width: 300px;
    height: 336px;
    border-radius: 24px;
  }
.top-lp .lp-voice-card:nth-child(2)::after {
    top: 200px;
    height: 343px;
  }
.top-lp .lp-voice-card:nth-child(3)::after {
    top: 201px;
    height: 206px;
  }
.top-lp .lp-voice-card:last-child:not(:nth-child(1)):not(:nth-child(2))::after {
    top: 201px;
    height: 206px;
  }
.top-lp .lp-voice-card__person {
    top: 0;
    left: 124px;
    width: 52px;
    height: 116px;
    transform: none;
  }
.top-lp .lp-voice-card__person--left {
    left: 109px;
    width: 52px;
    height: 118px;
  }
.top-lp .lp-voice-card__person--center {
    left: 124px;
    width: 52px;
    height: 116px;
  }
.top-lp .lp-voice-card__person--right {
    left: 125px;
    width: 40px;
    height: 124px;
  }
.top-lp .lp-voice-card .lp-voice-card__meta {
    top: 131px;
    left: 71px;
    width: 156px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
.top-lp .lp-voice-card:nth-child(2) .lp-voice-card__meta {
    top: 136px;
    left: 74px;
  }
.top-lp .lp-voice-card__body {
    position: absolute;
    top: 254px;
    left: 29px;
    width: 250px;
    max-height: 260px;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
  }
.top-lp .lp-voice-card:nth-child(2) .lp-voice-card__body {
    top: 252px;
  }
.top-lp .lp-voice-card:nth-child(3) .lp-voice-card__body {
    top: 248px;
    max-height: 120px;
  }
.top-lp .lp-voice-card:last-child:not(:nth-child(1)):not(:nth-child(2)) .lp-voice-card__body {
    top: 248px;
    max-height: 120px;
  }
.top-lp .lp-voice-card__body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    margin: 0;
  }
.top-lp .lp-voice-card:nth-child(3) .lp-voice-card__body p {
    -webkit-line-clamp: 6;
  }
.top-lp .lp-voice-card:last-child:not(:nth-child(1)):not(:nth-child(2)) .lp-voice-card__body p {
    -webkit-line-clamp: 6;
  }
.top-lp .lp-courses {
    height: calc(2137px + var(--course-extra-height-sp, 0px));
    min-height: calc(2137px + var(--course-extra-height-sp, 0px));
    padding: 0;
    overflow: visible;
  }
.top-lp .lp-courses .top-lp__inner {
    position: relative;
    width: min(100%, 390px);
    height: calc(2137px + var(--course-extra-height-sp, 0px));
    padding: 0;
  }
.top-lp .lp-courses__frame {
    position: absolute;
    inset: 0 auto auto 0;
    width: 390px;
    height: calc(2137px + var(--course-extra-height-sp, 0px));
    min-height: 0;
    margin: 0;
    transform: none;
  }
.top-lp .lp-courses__heading {
    position: absolute;
    inset: 0 auto auto 30px;
    width: 328px;
    height: 494px;
    min-height: 0;
    margin: 0;
    text-align: center;
    transform: none;
  }
.top-lp .lp-courses__heading::before {
    display: none;
    content: none;
  }
.top-lp .lp-courses__heading::after {
    display: none;
    content: none;
  }
.top-lp .lp-courses__heading-icon {
    width: 63px;
    height: 74px;
    margin: 14px auto 13px;
  }
.top-lp .lp-courses__heading span {
    gap: 6px;
    font-size: 18px;
    line-height: 24px;
  }
.top-lp .lp-courses__heading span::before,
  .top-lp .lp-courses__heading span::after {
    width: 1px;
    height: 18px;
  }
.top-lp .lp-courses__heading h2 {
    margin: 39px 0 0;
    font-size: 20px;
    line-height: 1.45;
  }
.top-lp .lp-courses__heading p {
    width: 328px;
    margin: 44px 0 0;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
  }
.top-lp .lp-courses__heading p .lp-courses__copy-line {
    display: block;
    white-space: normal;
  }
.top-lp .lp-courses__list {
    position: absolute;
    top: 576px;
    left: 18px;
    display: grid;
    gap: 49px;
    width: 350px;
    height: calc(1425px + var(--course-extra-height-sp, 0px));
    margin: 0;
  }
.top-lp .lp-course-row {
    position: relative;
    display: block;
    width: 350px;
    height: 633px;
    min-height: 0;
  }
.top-lp .lp-course-row:nth-child(1) {
    height: 743px;
  }
.top-lp .lp-course-row:nth-child(2) {
    height: 633px;
  }
.top-lp .lp-course-row__media {
    width: 350px;
    height: 263px;
    aspect-ratio: auto;
    border-width: 9.227px;
    border-radius: 18.455px;
  }
.top-lp .lp-course-row__body {
    position: absolute;
    top: 288px;
    left: 0;
    width: 350px;
    padding: 0;
  }
.top-lp .lp-course-row__tags {
    gap: 6px;
    justify-content: center;
    min-height: 20px;
    margin-bottom: 24px;
  }
.top-lp .lp-course-row__tags span {
    min-width: 0;
    height: 20px;
    padding: 1px 8px 2px;
    font-size: 12px;
    line-height: 16px;
  }
.top-lp .lp-course-row h3 {
    min-height: 44px;
    padding: 0 20px;
    font-size: 30px;
    line-height: 1.45;
  }
.top-lp .lp-course-row__normal {
    margin: 6px 0 22px;
    font-size: 30px;
    line-height: 1.2;
  }
.top-lp .lp-course-row h3 + .lp-course-row__normal {
    margin-top: 30px;
  }
.top-lp .lp-course-row__normal strong {
    font-size: 40px;
  }
.top-lp .lp-course-row__trial {
    gap: 9px;
    margin: 30px 0 0;
  }
.top-lp .lp-course-row__trial span {
    padding: 5px 12px;
    font-size: 24px;
  }
.top-lp .lp-course-row__trial strong {
    font-size: 56px;
  }
.top-lp .lp-course-row__cta {
    display: inline-flex;
    width: 200px;
    height: 50px;
    margin-top: 0;
  }
.top-lp .lp-course-row ul {
    gap: 13px;
    width: 250px;
    margin: 35px auto 0;
  }
  .top-lp .lp-media-lists {
    height: 1670px;
    min-height: 1670px;
    padding: 0;
    overflow: hidden;
  }
  .top-lp .lp-media-lists.lp-media-lists--blog-only {
    height: 783px;
    min-height: 783px;
  }
  .top-lp .lp-media-lists .top-lp__inner {
    position: relative;
    width: min(100%, 390px);
    height: 1670px;
    padding: 0;
  }
  .top-lp .lp-media-lists.lp-media-lists--blog-only .top-lp__inner {
    height: 783px;
  }
.top-lp .lp-media-list {
    position: absolute;
    min-height: 0;
    margin: 0;
  }
.top-lp .lp-media-list--blog {
    top: 0;
    left: 20px;
    width: 349px;
    height: 711px;
  }
.top-lp .lp-media-list--movie {
    top: 841px;
    left: 19px;
    width: 350px;
    height: 699px;
  }
.top-lp .lp-media-list__heading h2 {
    margin: 0 0 13px;
    font-size: 24px;
    line-height: 35px;
  }
.top-lp .lp-media-list__heading span {
    gap: 6px;
    font-size: 18px;
    line-height: 24px;
  }
.top-lp .lp-media-list__heading span::before,
  .top-lp .lp-media-list__heading span::after {
    width: 1px;
    height: 18px;
  }
.top-lp .lp-media-list__heading span::before {
    display: block;
  }
.top-lp .lp-post-grid {
    position: absolute;
    left: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 349px;
    margin: 0;
  }
.top-lp .lp-media-list--blog .lp-post-grid {
    top: 117px;
  }
.top-lp .lp-media-list--movie .lp-post-grid {
    top: 114px;
  }
.top-lp .lp-post-card {
    width: 349px;
    height: 136px;
    min-height: 0;
    padding: 0;
  }
.top-lp .lp-post-card__link {
    position: relative;
    display: block;
    width: 349px;
    height: 136px;
  }
.top-lp .lp-post-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 136px;
    aspect-ratio: auto;
    border-radius: 8px;
  }
.top-lp .lp-post-card .lp-post-card__category {
    position: absolute;
    top: 0;
    left: 189px;
    width: 132px;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    white-space: nowrap;
  }
.top-lp .lp-post-card h3 {
    position: absolute;
    top: 26px;
    left: 189px;
    width: 160px;
    height: 80px;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
    line-height: 1.45;
  }
.top-lp .lp-media-list .lp-section-button {
    position: absolute;
    left: 45px;
    width: 260px;
    height: 65px;
    margin: 0;
  }
.top-lp .lp-media-list--blog .lp-section-button {
    top: 646px;
  }
.top-lp .lp-media-list--movie .lp-section-button {
    top: 634px;
  }
.top-lp .lp-faq-section {
    height: 937px;
    min-height: 937px;
    padding: 0;
    overflow: hidden;
    transition: height 0.35s ease, min-height 0.35s ease;
  }
.top-lp .lp-faq-section .top-lp__inner {
    position: relative;
    width: min(100%, 390px);
    height: 937px;
    padding: 0;
    transition: height 0.35s ease;
  }
.top-lp .lp-faq {
    position: absolute;
    top: 0;
    left: 20px;
    width: 350px;
    height: 807px;
    min-height: 0;
    margin: 0;
    transition: height 0.35s ease;
  }
.top-lp .lp-faq__heading {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    width: 255px;
    height: 43px;
    margin: 0;
  }
.top-lp .lp-faq__heading span {
    width: 32px;
    height: 32px;
    margin-top: 11px;
  }
.top-lp .lp-faq__heading h2 {
    font-size: 30px;
    line-height: 43px;
  }
.top-lp .lp-faq__list {
    position: absolute;
    top: 87px;
    left: 0;
    display: grid;
    gap: 30px;
    width: 350px;
    margin: 0;
  }
.top-lp .lp-faq__item {
    width: 350px;
    height: 120px;
    padding: 0;
    overflow: hidden;
  }
.top-lp .lp-faq__item[open] {
    height: auto;
    min-height: 120px;
    overflow: visible;
  }
.top-lp .lp-faq__item summary {
    width: 350px;
    min-height: 120px;
    padding: 20px 56px 20px 24px;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.45;
  }
.top-lp .lp-faq__item[open] summary {
    border: 5px solid #eaddbb;
  }
.top-lp .lp-faq__item summary::after,
  .top-lp .lp-faq__item[open] summary::after {
    right: 24px;
    width: 22px;
    height: 15px;
    content: "";
    transform: translateY(-50%);
  }
.top-lp .lp-faq__item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
  }
.top-lp .lp-faq__answer {
    display: block;
    width: calc(100% - 48px);
    margin: 24px 24px 18px;
    padding: 0;
    border-radius: 0;
    color: #756f6b;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.75;
  }
.top-lp .lp-faq__item[open] .lp-faq__answer {
    min-height: 0;
  }
.top-lp .lp-faq-section:has(.lp-faq__item[open]) {
    height: 1117px;
    min-height: 1117px;
  }
.top-lp .lp-faq-section:has(.lp-faq__item[open]) .top-lp__inner {
    height: 1117px;
  }
.top-lp .lp-faq-section:has(.lp-faq__item[open]) .lp-faq {
    height: 987px;
  }
.top-lp .lp-profile {
    height: 1421px;
    min-height: 1421px;
    padding: 0;
    overflow: hidden;
  }
.top-lp .lp-profile .top-lp__inner {
    position: relative;
    width: min(100%, 390px);
    height: 1421px;
    padding: 0;
  }
.top-lp .lp-profile__figure {
    position: absolute;
    top: 0;
    left: -12px;
    width: 382px;
    height: 1291px;
    margin: 0;
    transform: none;
  }
.top-lp .lp-profile__panel {
    position: absolute;
    top: 0;
    left: 32px;
    width: 350px;
    height: 896px;
    padding: 0;
    overflow: visible;
    border-radius: 24px;
  }
.top-lp .lp-profile__nav {
    position: absolute;
    top: 59px;
    left: 28px;
    display: flex;
    align-items: flex-end;
    gap: 18px;
    width: 282px;
    height: 157px;
    margin: 0;
    text-align: center;
  }
.top-lp .lp-profile__glasses {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 32px;
    height: 29px;
  }
.top-lp .lp-profile__nav h2 {
    position: absolute;
    top: 0;
    left: 50px;
    width: 180px;
    margin: 0;
    font-size: 30px;
    line-height: 43px;
  }
.top-lp .lp-profile__tab {
    padding: 0 13px 0 0;
    font-size: 17px;
    line-height: 23px;
  }
.top-lp .lp-profile__tab:not(:last-of-type)::after {
    right: -1px;
    height: 47px;
  }
.top-lp .lp-profile__viewport {
    position: absolute;
    top: 241px;
    left: 25px;
    width: 300px;
    height: 500px;
    border-radius: 20px;
  }
.top-lp .lp-profile__card {
    flex: 0 0 300px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 500px;
    padding: 51px 24px;
  }
.top-lp .lp-profile__card--profile {
    display: block;
    grid-template-columns: none;
    gap: 0;
    padding: 51px 0 0;
  }
.top-lp .lp-profile__photo {
    display: block;
    width: 179px;
    height: 179px;
    margin: 0 auto;
  }
.top-lp .lp-profile__card--profile .lp-profile__details {
    grid-template-columns: 80px 1fr;
    gap: 8px 12px;
    width: 240px;
    margin: 32px auto 0;
    text-align: left;
  }
.top-lp .lp-profile__details dt {
    font-size: 12px;
  }
.top-lp .lp-profile__details dd {
    white-space: normal;
    font-size: 14px;
    font-weight: 500;
  }
.top-lp .lp-profile__details .lp-profile__name {
    margin: 4px 0 8px;
    font-size: 22px;
    text-align: center;
  }
.top-lp .lp-profile__details dt:first-child {
    text-align: center;
  }
.top-lp .lp-profile__book {
    position: static;
  }
.top-lp .lp-profile__book-bubble {
    position: absolute;
    top: 767px;
    left: -32px;
    width: 342px;
    height: 350px;
  }
.top-lp .lp-profile__kindle {
    position: absolute;
    top: 1140px;
    left: 23px;
    width: 200px;
    height: 80px;
    margin: 0;
  }
.top-lp .lp-profile__caption {
    display: none;
  }
.top-lp .lp-profile__character {
    position: absolute;
    top: 1033px;
    left: 243px;
    display: block;
    width: 90px;
    height: 258px;
    margin: 0;
  }
.top-lp .lp-news-section {
    height: 729px;
    min-height: 729px;
    padding: 0;
    overflow: hidden;
  }
.top-lp .lp-news-section .top-lp__inner {
    position: relative;
    width: min(100%, 390px);
    height: 729px;
    padding: 0;
  }
.top-lp .lp-news {
    position: absolute;
    top: 0;
    left: 20px;
    width: 350px;
    height: 535px;
    min-height: 0;
    margin: 0;
  }
.top-lp .lp-news__heading {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    width: 163px;
    height: 43px;
    margin: 0;
  }
.top-lp .lp-news__heading span {
    width: 32px;
    height: 43px;
  }
.top-lp .lp-news__heading span img {
    width: 32px;
    height: 43px;
  }
.top-lp .lp-news__heading h2 {
    margin: 0;
    font-size: 30px;
    line-height: 43px;
  }
.top-lp .lp-news__list {
    position: absolute;
    top: 116px;
    left: 0;
    display: grid;
    gap: 43px;
    width: 350px;
    margin: 0;
  }
.top-lp .lp-news__item {
    width: 350px;
    height: 111px;
  }
.top-lp .lp-news__link {
    position: relative;
    display: block;
    width: 350px;
    height: 111px;
    min-height: 0;
    padding: 0;
  }
.top-lp .lp-news__link time,
  .top-lp .lp-news__link h3 {
    position: absolute;
    left: 0;
    margin: 0;
    color: var(--lp-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
  }
.top-lp .lp-news__link time {
    top: 0;
    height: 26px;
  }
.top-lp .lp-news__link h3 {
    top: 33px;
    width: 350px;
    height: 78px;
    overflow: hidden;
  }
.top-lp .lp-news .lp-section-button {
    display: none;
  }
.top-lp .lp-access-footer {
    position: relative;
    height: 1331px;
    min-height: 1331px;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid #979187;
  }
.top-lp .lp-access-footer .top-lp__inner {
    position: relative;
    width: min(100%, 390px);
    height: 1331px;
    padding: 0;
  }
.top-lp .lp-access-footer__brand {
    position: absolute;
    top: 78px;
    left: 69px;
    width: 253px;
    height: 200px;
    margin: 0;
    text-align: center;
  }
.top-lp .lp-access-footer__brand img {
    display: block;
    width: 126px;
    height: 126px;
    margin: 0 auto;
    object-fit: cover;
    mix-blend-mode: multiply;
  }
.top-lp .lp-access-footer__brand p {
    position: absolute;
    top: 119px;
    left: 2px;
    width: 249px;
    height: 13px;
    margin: 0;
    overflow: hidden;
    font-size: 9.225px;
    font-weight: 500;
    line-height: 13px;
    white-space: normal;
  }
.top-lp .lp-access-footer__brand h2 {
    position: absolute;
    top: 139px;
    left: 0;
    width: 253px;
    height: 61px;
    margin: 0;
    font-size: 42.024px;
    font-weight: 700;
    line-height: 61px;
    white-space: nowrap;
  }
.top-lp .lp-access-footer__info {
    position: absolute;
    top: 306px;
    left: 0;
    width: 389px;
    height: 206px;
    margin: 0;
    background: transparent;
  }
.top-lp .lp-access-footer__rule {
    display: none;
  }
.top-lp .lp-access-footer__lead {
    position: absolute;
    top: 25px;
    left: 34px;
    right: 34px;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    color: #da8121;
    font-size: 14.993px;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
  }
.top-lp .lp-access-footer__lead::before,
  .top-lp .lp-access-footer__lead::after {
    position: absolute;
    top: 4px;
    display: block;
    width: 20px;
    height: 18px;
    border: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
.top-lp .lp-access-footer__lead::before {
    left: 0;
    background-image: url("../img/figma/footer-lead-slash-left-sp.svg");
    transform: none;
  }
.top-lp .lp-access-footer__lead::after {
    right: 0;
    background-image: url("../img/figma/footer-lead-slash-right-sp.svg");
    transform: none;
  }
.top-lp .lp-access-footer__hours {
    position: absolute;
    top: 50px;
    left: 34px;
    right: 34px;
    width: auto;
    height: 64px;
    margin: 0;
    padding: 6px 13px 5px;
    border-radius: 4px;
    background: #efebe7;
    overflow: hidden;
  }
.top-lp .lp-access-footer__hours::after {
    display: none;
    content: none;
  }
.top-lp .lp-access-footer__hours table {
    position: static;
    display: table;
    width: 100%;
    height: auto;
    border-collapse: collapse;
    table-layout: fixed;
    color: var(--lp-text);
    font-size: 10.387px;
    line-height: 1.45;
  }
.top-lp .lp-access-footer__hours caption {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
    height: 18px;
    margin: 0;
    color: var(--lp-text);
    font-size: 10.387px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
  }
.top-lp .lp-access-footer__hours caption small {
    position: static;
    width: auto;
    height: auto;
    color: #da8121;
    font-size: 6.492px;
    font-weight: 500;
    line-height: 1.1;
  }
.top-lp .lp-access-footer__hours th,
  .top-lp .lp-access-footer__hours td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }
.top-lp .lp-access-footer__hours thead th:first-child,
  .top-lp .lp-access-footer__hours tbody th {
    width: 90px;
    text-align: left;
  }
.top-lp .lp-access-footer__hours thead th {
    padding-bottom: 2px;
    border-bottom: 1px solid #c4c2c1;
    font-weight: 700;
    line-height: 1.2;
  }
.top-lp .lp-access-footer__hours tbody th {
    padding-top: 4px;
    font-weight: 700;
  }
.top-lp .lp-access-footer__hours td {
    padding-top: 4px;
    color: var(--lp-orange);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }
.top-lp .lp-access-footer__hours td:last-child {
    color: var(--lp-text);
    font-size: 10.387px;
    line-height: 1.45;
  }
.top-lp .lp-access-footer__station {
    display: none;
  }
.top-lp .lp-access-footer__address-row {
    position: absolute;
    top: 117px;
    left: 34px;
    right: 34px;
    display: flex;
    height: 22px;
    align-items: flex-start;
    padding: 1px 74px 0 20px;
    border-bottom: 1px solid #c4c2c1;
  }
.top-lp .lp-access-footer__address-row::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 12px;
    height: 16px;
    background: url("../img/figma/footer-map-pin-sp.svg") center / contain no-repeat;
    content: "";
  }
.top-lp .lp-access-footer__address {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: var(--lp-text);
    font-size: 9.089px;
    font-weight: 500;
    line-height: 1.45;
    white-space: nowrap;
  }
.top-lp .lp-access-footer__address::before {
    display: none;
    content: none;
  }
.top-lp .lp-access-footer__actions {
    position: absolute;
    top: 143px;
    left: 34px;
    right: 34px;
    display: flex;
    width: auto;
    height: 37px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
  }
.top-lp .lp-access-footer__tel {
    position: relative;
    top: auto;
    left: auto;
    display: inline-flex;
    width: 156px;
    min-height: 27px;
    align-items: center;
    padding-left: 26px;
    color: var(--lp-text);
    font-size: 19.476px;
    font-weight: 900;
    line-height: 1.3;
    white-space: nowrap;
  }
.top-lp .lp-access-footer__tel::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 21px;
    height: 21px;
    margin: 0;
    background: url("../img/figma/footer-phone-sp.svg") center / contain no-repeat;
    color: transparent;
    content: "";
  }
.top-lp .lp-access-footer__line {
    position: relative;
    top: auto;
    left: auto;
    display: inline-flex;
    width: 146px;
    min-width: 146px;
    height: 36.538px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    gap: 7px;
    padding: 0;
    background: #06c755;
    color: #ffffff;
    font-size: 10.39px;
    font-weight: 700;
    line-height: 1.45;
    white-space: nowrap;
  }
.top-lp .lp-access-footer__line::before {
    display: block;
    width: 18px;
    height: 21px;
    margin: 0;
    border-radius: 0;
    background: url("../img/figma/footer-line-sp.svg") center / contain no-repeat;
    color: transparent;
    content: "";
  }
.lp-header__sp-hours,
  .top-lp .lp-access-footer__hours {
    right: auto;
    box-sizing: border-box;
    width: 321px;
    height: 64px;
    padding: 0;
    overflow: hidden;
    border-radius: 3.895px;
    background: #efebe7;
  }
.top-lp .lp-access-footer__hours {
    background: #ffffff;
  }
.lp-header__sp-hours table,
  .top-lp .lp-access-footer__hours table {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-collapse: separate;
    color: var(--lp-text);
    font-size: 10.387px;
    line-height: 1;
  }
.lp-header__sp-hours table::after,
  .top-lp .lp-access-footer__hours table::after {
    position: absolute;
    top: 34.947px;
    left: 14.616px;
    display: block;
    width: 292.308px;
    height: 1px;
    content: "";
    background: #c4c2c1;
  }
.lp-header__sp-hours caption,
  .top-lp .lp-access-footer__hours caption {
    position: absolute;
    top: 4.447px;
    left: 14.616px;
    display: block;
    width: 71.615px;
    height: 30.5px;
    margin: 0;
    color: var(--lp-text);
    font-size: 10.387px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
  }
.lp-header__sp-hours caption span,
  .top-lp .lp-access-footer__hours caption span {
    display: block;
    width: 71.615px;
    height: 15.346px;
    font-size: 10.387px;
    font-weight: 700;
    line-height: 15.346px;
  }
.lp-header__sp-hours caption small,
  .top-lp .lp-access-footer__hours caption small {
    position: absolute;
    top: 17.346px;
    left: 0;
    display: block;
    width: 71.615px;
    height: 13.154px;
    color: #da8121;
    font-size: 6.492px;
    font-weight: 500;
    line-height: 13.154px;
  }
.lp-header__sp-hours thead,
  .lp-header__sp-hours tbody,
  .lp-header__sp-hours tr,
  .top-lp .lp-access-footer__hours thead,
  .top-lp .lp-access-footer__hours tbody,
  .top-lp .lp-access-footer__hours tr {
    display: contents;
  }
.lp-header__sp-hours th,
  .lp-header__sp-hours td,
  .top-lp .lp-access-footer__hours th,
  .top-lp .lp-access-footer__hours td {
    position: absolute;
    display: block;
    box-sizing: border-box;
    min-width: 0;
    height: auto;
    padding: 0;
    border: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: top;
  }
.lp-header__sp-hours thead th,
  .top-lp .lp-access-footer__hours thead th {
    border: 0;
    border-bottom: 0;
  }
.lp-header__sp-hours thead th:first-child,
  .top-lp .lp-access-footer__hours thead th:first-child {
    top: 4.447px;
    left: 14.616px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
.lp-header__sp-hours thead th:not(:first-child),
  .top-lp .lp-access-footer__hours thead th:not(:first-child) {
    top: 11.692px;
    width: 12.423px;
    height: 15.346px;
    color: var(--lp-text);
    font-size: 10.387px;
    line-height: 15.346px;
  }
.lp-header__sp-hours thead th:nth-child(2),
  .top-lp .lp-access-footer__hours thead th:nth-child(2) {
    left: 94.078px;
  }
.lp-header__sp-hours thead th:nth-child(3),
  .top-lp .lp-access-footer__hours thead th:nth-child(3) {
    left: 126.5px;
  }
.lp-header__sp-hours thead th:nth-child(4),
  .top-lp .lp-access-footer__hours thead th:nth-child(4) {
    left: 158.924px;
  }
.lp-header__sp-hours thead th:nth-child(5),
  .top-lp .lp-access-footer__hours thead th:nth-child(5) {
    left: 191.347px;
  }
.lp-header__sp-hours thead th:nth-child(6),
  .top-lp .lp-access-footer__hours thead th:nth-child(6) {
    left: 223.77px;
  }
.lp-header__sp-hours thead th:nth-child(7),
  .top-lp .lp-access-footer__hours thead th:nth-child(7) {
    left: 256.193px;
  }
.lp-header__sp-hours thead th:nth-child(8),
  .top-lp .lp-access-footer__hours thead th:nth-child(8) {
    left: 288.616px;
  }
.lp-header__sp-hours tbody th,
  .top-lp .lp-access-footer__hours tbody th {
    top: 40.947px;
    left: 14.616px;
    width: 53.346px;
    height: 15.346px;
    color: var(--lp-text);
    font-size: 10.387px;
    line-height: 15.346px;
    text-align: left;
  }
.lp-header__sp-hours tbody td,
  .top-lp .lp-access-footer__hours tbody td {
    top: 45.332px;
    width: 8.769px;
    height: 8.769px;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }
.lp-header__sp-hours tbody td::before,
  .top-lp .lp-access-footer__hours tbody td::before {
    display: block;
    width: 8.769px;
    height: 8.769px;
    border-radius: 50%;
    content: "";
    background: #da8121;
  }
.lp-header__sp-hours tbody td:nth-of-type(1),
  .top-lp .lp-access-footer__hours tbody td:nth-of-type(1) {
    left: 95.731px;
  }
.lp-header__sp-hours tbody td:nth-of-type(2),
  .top-lp .lp-access-footer__hours tbody td:nth-of-type(2) {
    left: 128.5px;
  }
.lp-header__sp-hours tbody td:nth-of-type(3),
  .top-lp .lp-access-footer__hours tbody td:nth-of-type(3) {
    left: 161.27px;
  }
.lp-header__sp-hours tbody td:nth-of-type(4),
  .top-lp .lp-access-footer__hours tbody td:nth-of-type(4) {
    left: 194.039px;
  }
.lp-header__sp-hours tbody td:nth-of-type(5),
  .top-lp .lp-access-footer__hours tbody td:nth-of-type(5) {
    left: 226.808px;
  }
.lp-header__sp-hours tbody td:nth-of-type(6),
  .top-lp .lp-access-footer__hours tbody td:nth-of-type(6) {
    left: 259.577px;
  }
.lp-header__sp-hours tbody td:nth-of-type(7),
  .top-lp .lp-access-footer__hours tbody td:nth-of-type(7) {
    left: 292.346px;
    width: 5.846px;
  }
.lp-header__sp-hours tbody td:nth-of-type(7)::before,
  .top-lp .lp-access-footer__hours tbody td:nth-of-type(7)::before {
    display: none;
  }
.top-lp .lp-access-footer__map-button {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    display: inline-flex;
    width: 69px;
    height: 18px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1.298px solid #aea195;
    border-radius: 999px;
    color: #aea195;
    background: transparent;
    font-size: 7.79px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
.top-lp .lp-access-footer__map {
    position: absolute;
    top: 227px;
    left: 20px;
    width: 350px;
    height: 222px;
    margin: 0;
    color: transparent;
    font-size: 0;
    line-height: 1;
  }
.top-lp .lp-access-footer__nav {
    position: absolute;
    top: 817px;
    left: 44px;
    display: grid;
    grid-template-columns: 129px 129px;
    gap: 41px 44px;
    width: 302px;
    height: 401px;
    margin: 0;
    text-align: left;
  }
.top-lp .lp-access-footer__nav div:nth-child(3) {
    grid-column: 1;
  }
.top-lp .lp-access-footer__nav h3 {
    margin: 0 0 28px;
    font-size: 21.375px;
    line-height: 31px;
  }
.top-lp .lp-access-footer__nav a {
    display: block;
    margin-top: 21px;
    font-size: 14px;
    line-height: 20px;
  }
.top-lp .lp-access-footer__bar {
    position: absolute;
    top: 1251px;
    left: 0;
    display: block;
    width: 390px;
    height: 80px;
    min-height: 0;
    padding: 0;
  }
.top-lp .lp-access-footer__bar a,
  .top-lp .lp-access-footer__bar span {
    position: absolute;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    white-space: nowrap;
  }
.top-lp .lp-access-footer__bar a:nth-of-type(1) {
    top: 19px;
    left: 76px;
  }
.top-lp .lp-access-footer__bar a:nth-of-type(2) {
    top: 19px;
    left: 217px;
  }
.top-lp .lp-access-footer__bar span {
    top: 43px;
    left: 152px;
  }
.top-lp .lp-access-footer__nav a {
    position: relative;
  }
.top-lp .lp-profile__tab::before,
  .top-lp .lp-access-footer__map-button::before,
  .top-lp .lp-access-footer__nav a::before,
  .top-lp .lp-access-footer__bar a::before {
    position: absolute;
    inset: -10px;
    content: "";
  }}
@media (min-width: 391px) and (max-width: 900px) {.lp-hero {
    height: 1110px;
    min-height: 1110px;
  }
.lp-hero__inner {
    width: 100vw;
    min-height: 1110px;
    margin-inline: 0;
    overflow: visible;
  }
.lp-hero__canvas {
    width: 100vw;
    min-height: 1110px;
    transform: none;
  }
.lp-hero__media,
  .lp-hero__cta {
    width: calc(100vw - 40px);
  }
.lp-hero__award {
    left: 50%;
    width: 220px;
    transform: translateX(-50%);
  }
.lp-hero__lead {
    left: 50%;
    transform: translateX(-50%);
  }
.lp-hero__lead[data-animate] {
    --bounce-tx: -50%;
  }
.top-lp .lp-cookie-banner.cookie-banner {
    left: 50%;
    transform: translateX(-50%);
  }
.top-lp .lp-intro .top-lp__inner {
    width: 100%;
    margin-inline: 0;
  }
.top-lp .lp-intro__about {
    left: 0;
    width: 100%;
    transform: none;
  }
.top-lp .lp-intro__cards {
    left: auto;
    transform: none;
  }
.top-lp .lp-intro__message {
    width: min(100% - 32px, 620px);
    margin-right: auto;
    margin-left: auto;
  }
.top-lp .lp-problem-method {
    height: auto;
    min-height: var(--pm-minh-sp, 7317px);
  }
.top-lp .lp-voices {
    height: 965px;
    min-height: 965px;
  }
.top-lp .lp-voices .top-lp__inner {
    width: 100vw;
    height: 965px;
    margin-inline: 0;
    transform: none;
  }
.top-lp .lp-voices__frame {
    left: 50%;
    transform: translateX(-50%);
  }
.top-lp .lp-courses {
    height: calc(2137px + var(--course-extra-height-sp, 0px));
    min-height: calc(2137px + var(--course-extra-height-sp, 0px));
    overflow: visible;
  }
.top-lp .lp-courses .top-lp__inner {
    width: 100vw;
    height: calc(2137px + var(--course-extra-height-sp, 0px));
    margin-inline: 0;
    transform: none;
  }
.top-lp .lp-courses__frame,
  .top-lp .lp-media-list--blog,
  .top-lp .lp-media-list--movie,
  .top-lp .lp-faq,
  .top-lp .lp-news,
  .top-lp .lp-access-footer__brand,
  .top-lp .lp-access-footer__info,
  .top-lp .lp-access-footer__nav {
    left: 50%;
    transform: translateX(-50%);
  }
.top-lp .lp-media-lists {
    height: 1670px;
    min-height: 1670px;
  }
.top-lp .lp-media-lists.lp-media-lists--blog-only {
    height: 783px;
    min-height: 783px;
  }
.top-lp .lp-media-lists .top-lp__inner {
    width: 100vw;
    height: 1670px;
    margin-inline: 0;
    transform: none;
  }
.top-lp .lp-media-lists.lp-media-lists--blog-only .top-lp__inner {
    height: 783px;
  }
.top-lp .lp-faq-section {
    height: 937px;
    min-height: 937px;
  }
.top-lp .lp-faq-section .top-lp__inner {
    width: 100vw;
    height: 937px;
    margin-inline: 0;
    transform: none;
  }
.top-lp .lp-faq-section:has(.lp-faq__item[open]) {
    height: 1117px;
    min-height: 1117px;
  }
.top-lp .lp-faq-section:has(.lp-faq__item[open]) .top-lp__inner {
    height: 1117px;
  }
.top-lp .lp-profile {
    height: 1421px;
    min-height: 1421px;
  }
.top-lp .lp-profile .top-lp__inner {
    width: 100vw;
    height: 1421px;
    margin-inline: 0;
    transform: none;
  }
.top-lp .lp-profile__figure {
    left: calc(50vw - 207px);
  }
.top-lp .lp-profile__panel {
    left: 207px;
    transform: translateX(-50%);
  }
.top-lp .lp-news-section {
    height: 729px;
    min-height: 729px;
  }
.top-lp .lp-news-section .top-lp__inner {
    width: 100vw;
    height: 729px;
    margin-inline: 0;
    transform: none;
  }
.top-lp .lp-access-footer {
    height: 1386px;
    min-height: 1386px;
  }
.top-lp .lp-access-footer .top-lp__inner {
    width: 100vw;
    height: 1386px;
    margin-inline: 0;
    transform: none;
  }
.top-lp .lp-access-footer__bar {
    top: 1306px;
    left: 0;
    width: 100%;
    height: 80px;
    transform: none;
  }}

@media (max-width: 389.98px) {
  .lp-hero__media {
    left: calc(50% - 175px);
  }

  .lp-hero__cta {
    left: calc(50% - 174.8235px);
  }

  .top-lp .lp-voices__frame {
    left: calc(50% - 185px);
  }

  .top-lp .lp-courses__frame {
    left: calc(50% - 195px);
  }

  .top-lp .lp-courses__heading {
    left: calc(50% - 50vw + 16px);
    width: calc(100vw - 32px);
  }

  .top-lp .lp-courses__heading p {
    width: 100%;
  }

  .top-lp .lp-courses__list {
    left: calc(50% - 50vw + 16px);
    width: calc(100vw - 32px);
  }

  .top-lp .lp-course-row,
  .top-lp .lp-course-row__media,
  .top-lp .lp-course-row__body {
    width: 100%;
  }

  .top-lp .lp-course-row ul {
    width: min(250px, 100%);
  }

  .pm-checks > li {
    width: min(100%, calc(100vw - 30px));
  }

  .pm-checks > li p {
    width: min(300px, calc(100vw - 104px));
  }

  .top-lp .lp-media-list--blog {
    left: calc(50% - 174.5px);
  }

  .top-lp .lp-media-list--movie,
  .top-lp .lp-faq,
  .top-lp .lp-news {
    left: calc(50% - 175px);
  }

  .top-lp .lp-news {
    left: 16px;
    width: calc(100% - 32px);
  }

  .top-lp .lp-news__list,
  .top-lp .lp-news__item,
  .top-lp .lp-news__link,
  .top-lp .lp-news__link h3 {
    width: 100%;
  }

  .top-lp .lp-profile__panel {
    left: calc(50vw - 163px);
  }

  .top-lp .lp-access-footer__info {
    left: calc(50% - 194.5px);
  }

  .top-lp .lp-access-footer__nav {
    left: calc(50% - 151px);
  }
}

@media (max-width: 900px) {
  .top-lp .lp-courses {
    height: auto;
    min-height: 0;
    padding-bottom: 136px;
  }

  .top-lp .lp-courses .top-lp__inner,
  .top-lp .lp-courses__frame {
    height: auto;
    min-height: 0;
  }

  .top-lp .lp-courses__frame,
  .top-lp .lp-courses__heading,
  .top-lp .lp-courses__list,
  .top-lp .lp-course-row__body {
    position: relative;
  }

  .top-lp .lp-courses__heading {
    top: auto;
  }

  .top-lp .lp-courses__list {
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
    margin-top: 82px;
    row-gap: 48px;
  }

  .top-lp .lp-course-row,
  .top-lp .lp-course-row:nth-child(1),
  .top-lp .lp-course-row:nth-child(2) {
    height: auto;
    min-height: 0;
  }

  .top-lp .lp-course-row__body {
    top: auto;
    left: auto;
    margin-top: 25px;
  }
}

@media (max-width: 900px) {
  .lp-method__chevron[data-animate] {
    opacity: 0;
    transform-origin: center;
    transition: opacity 450ms ease;
  }
  .lp-method__chevron[data-animate].is-inview {
    opacity: 1;
  }
  .lp-method__closing[data-animate] {
    opacity: 0;
    transform: scale(0.3);
    transform-origin: center;
  }
  .lp-method__closing[data-animate].is-inview {
    animation: lp-bounce-in 450ms linear forwards;
    animation-delay: 120ms;
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .lp-method__chevron[data-animate],
  .lp-method__chevron[data-animate].is-inview {
    opacity: 1;
    transition: none;
  }
  .lp-method__closing[data-animate],
  .lp-method__closing[data-animate].is-inview {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
