:root {
  --slp-navy: #142b54;
  --slp-navy-soft: #2f4569;
  --slp-gold: #bd842c;
  --slp-gold-soft: #e6d0a7;
  --slp-coral: #f66461;
  --slp-coral-dark: #e75455;
  --slp-ivory: #fbf8f2;
  --slp-ivory-deep: #f5efe5;
  --slp-white: #fff;
  --slp-border: #eadfce;
  --slp-muted: #667085;
  --slp-shadow: 0 18px 52px rgba(20, 43, 84, 0.08);
  --slp-serif: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  --slp-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f3f1ed;
  color: var(--slp-navy);
  font-family: var(--slp-sans);
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
summary {
  font: inherit;
}

.school-page {
  width: min(100%, 780px);
  margin: 0 auto;
  overflow: clip;
  background: var(--slp-white);
  box-shadow: var(--slp-shadow);
}

.slp {
  background: var(--slp-white);
}

.slp-section {
  position: relative;
  padding: 82px 28px;
}

.slp-section--ivory {
  background: var(--slp-white);
}

.slp-section--soft {
  background: var(--slp-white);
}

.slp-section-head {
  margin: 0 auto 42px;
  text-align: center;
}

.slp-section-label {
  display: none;
}

.slp-audience-label {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 8px 16px 8px 30px;
  border: 1px solid rgba(189, 132, 44, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 7px 18px rgba(20, 43, 84, 0.05);
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: clamp(12px, 3.5vw, 14px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.035em;
  text-align: center;
  text-wrap: balance;
}

.slp-audience-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--slp-gold);
  transform: translateY(-50%) rotate(45deg);
}

.slp-audience-label span {
  color: var(--slp-gold);
  white-space: nowrap;
}

.slp-title {
  margin: 0;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: clamp(27px, 7.2vw, 38px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.slp-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 116px;
  margin: 18px auto 0;
  color: var(--slp-gold);
}

.slp-rule::before,
.slp-rule::after {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}

.slp-rule span {
  font-size: 12px;
  line-height: 1;
}

.slp-section-head--rule-first {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slp-section-head--rule-first .slp-title {
  order: 2;
}

.slp-section-head--rule-first .slp-rule {
  order: 1;
  margin: 0 auto 18px;
}

.slp-lead {
  max-width: 590px;
  margin: 22px auto 0;
  color: var(--slp-navy-soft);
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.slp-hero {
  position: relative;
  min-height: 1040px;
  isolation: isolate;
  overflow: hidden;
  background: var(--slp-white);
}

.slp-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.slp-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.slp-hero-media::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(82px, 14vw, 120px);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.35) 42%, rgba(255,255,255,0.82) 76%, var(--slp-white) 100%);
  pointer-events: none;
}

.slp-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.88) 36%, rgba(255,255,255,0.22) 66%, rgba(255,255,255,0.05) 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0,0,0,0.55) 70%, transparent 80%);
  mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0,0,0,0.55) 70%, transparent 80%);
}

.slp-hero-copy {
  width: min(72%, 500px);
  padding: 78px 0 0 28px;
}

.slp-hero-kicker {
  margin: 0 0 25px;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.slp-hero-title {
  margin: 0;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: clamp(38px, 10.6vw, 58px);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.08em;
}

.slp-hero-title::after {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin-top: 24px;
  background: var(--slp-gold);
}

.slp-hero-text {
  margin: 26px 0 0;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: 13px;
  line-height: 2.05;
  letter-spacing: 0.06em;
}

.slp-hero-actions {
  position: absolute;
  right: 22px;
  bottom: 90px;
  left: 22px;
}

.slp-hero-campaign-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px 4px;
  margin: 0;
  padding: 8px 12px;
  border-top: 1px solid rgba(189,132,44,0.52);
  border-bottom: 1px solid rgba(189,132,44,0.32);
  background: rgba(251,248,242,0.78);
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: clamp(12px, 3.6vw, 14px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-align: center;
  text-wrap: balance;
}

.slp-hero-campaign-strip span:first-child {
  color: var(--slp-gold);
  white-space: nowrap;
}

.slp-campaign {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(108px, 24%, 132px);
  min-height: 128px;
  overflow: hidden;
  border: 1px solid rgba(189,132,44,0.62);
  border-radius: 14px;
  background: rgba(251,248,242,0.94);
  box-shadow: 0 12px 26px rgba(20,43,84,0.12);
}

.slp-campaign-copy {
  align-self: center;
  padding: 15px 4px 15px 18px;
}

.slp-campaign-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  color: var(--slp-gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.slp-campaign-label::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

.slp-campaign-benefit {
  margin: 0 0 3px;
  color: var(--slp-navy-soft);
  font-family: var(--slp-serif);
  font-size: 13px;
  letter-spacing: 0.05em;
}

.slp-campaign-title {
  margin: 0;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: clamp(18px, 4.8vw, 22px);
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.04em;
}

.slp-campaign-title strong {
  color: var(--slp-gold);
  font-weight: 500;
}

.slp-campaign-visual {
  position: relative;
  min-height: 128px;
  overflow: hidden;
  background: var(--slp-ivory);
}

.slp-campaign-visual::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 22px;
  background: linear-gradient(90deg, var(--slp-ivory) 0%, rgba(251, 248, 242, 0.72) 38%, rgba(251, 248, 242, 0) 100%);
  pointer-events: none;
}

.slp-campaign-visual img {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 136px;
  max-width: none;
  height: 136px;
  object-fit: cover;
  transform: translateY(-50%);
}

.slp-course-campaign {
  max-width: 610px;
  margin: 32px auto 0;
}

.slp-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 78px;
  padding: 14px 22px;
  border-radius: 10px;
  background: var(--slp-coral);
  box-shadow: 0 14px 30px rgba(246, 100, 97, 0.25);
  color: #fff;
  font-family: var(--slp-serif);
  font-size: clamp(16px, 4.6vw, 21px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.slp-cta > span:nth-child(2) {
  flex: 1;
}

.slp-cta::after {
  content: "›";
  flex: 0 0 auto;
  margin-left: auto;
  font-family: var(--slp-sans);
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.slp-cta:hover {
  background: var(--slp-coral-dark);
  transform: translateY(-2px);
}

.slp-cta:focus-visible {
  outline: 3px solid rgba(20, 43, 84, 0.5);
  outline-offset: 4px;
}

.slp-line-mark {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--slp-coral);
  font-family: var(--slp-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.slp-line-mark::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: -5px;
  width: 12px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.slp-generated-icon {
  display: block;
  flex: 0 0 auto;
  width: 54px;
  aspect-ratio: 1.125 / 1;
  background-image: url("../images/school/school-icon-atlas.png");
  background-repeat: no-repeat;
  background-size: 400% 300%;
}

.slp-icon--one-to-one { background-position: 0 0; }
.slp-icon--storefront { background-position: 33.333% 0; }
.slp-icon--calendar { background-position: 66.667% 0; }
.slp-icon--head-massage { background-position: 100% 0; }
.slp-icon--conversation { background-position: 0 50%; }
.slp-icon--clipboard { background-position: 33.333% 50%; }
.slp-icon--growth { background-position: 66.667% 50%; }
.slp-icon--treatment { background-position: 100% 50%; }
.slp-icon--therapist { background-position: 0 100%; }
.slp-icon--book { background-position: 33.333% 100%; }
.slp-icon--hands-heart { background-position: 66.667% 100%; }
.slp-icon--leaf { background-position: 100% 100%; }

.slp-price-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px 0 0;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.slp-price-ticket {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--slp-gold);
  border-radius: 3px;
  color: var(--slp-gold);
  font-family: var(--slp-serif);
  font-size: 8px;
  transform: rotate(-7deg);
}

.slp-price-ticket::before,
.slp-price-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 9px;
  border: 1px solid var(--slp-gold);
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.slp-price-ticket::before { left: -4px; }
.slp-price-ticket::after { right: -4px; }

.slp-price-note small {
  display: block;
  margin-top: 4px;
  color: var(--slp-muted);
  font-family: var(--slp-sans);
  font-size: 11px;
  font-weight: 400;
}

.slp-concern-list {
  display: grid;
  gap: 0;
  max-width: 600px;
  margin: 0 auto;
}

.slp-concern {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px dashed var(--slp-gold-soft);
}

.slp-concern:last-child {
  border-bottom: 0;
}

.slp-check {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--slp-gold);
  border-radius: 50%;
  color: var(--slp-gold);
  font-size: 18px;
}

.slp-concern strong {
  display: block;
  margin-bottom: 5px;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.slp-concern p {
  margin: 0;
  color: var(--slp-muted);
  font-size: 12px;
  line-height: 1.8;
}

.slp-reassurance {
  margin: 34px 0 0;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: 17px;
  line-height: 2;
  text-align: center;
}

.slp-reassurance::after {
  content: "◇";
  display: block;
  width: 116px;
  margin: 18px auto 0;
  color: var(--slp-gold);
  background: linear-gradient(var(--slp-gold), var(--slp-gold)) left center / 38px 1px no-repeat,
              linear-gradient(var(--slp-gold), var(--slp-gold)) right center / 38px 1px no-repeat;
  font-family: var(--slp-sans);
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.slp-trial-list {
  display: grid;
  gap: 22px;
  max-width: 610px;
  margin: 0 auto;
}

.slp-trial-step {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 18px;
  align-items: center;
}

.slp-trial-photo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  background: var(--slp-ivory-deep);
}

.slp-trial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slp-trial-number {
  position: absolute;
  top: 8px;
  left: 8px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--slp-gold);
  color: #fff;
  font-family: var(--slp-serif);
}

.slp-trial-step h3 {
  margin: 0 0 7px;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.slp-trial-step p {
  margin: 0;
  color: var(--slp-muted);
  font-size: 12px;
  line-height: 1.8;
}

.slp-offer {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 54px;
  gap: 14px;
  align-items: center;
  max-width: 610px;
  margin: 34px auto 0;
  padding: 18px 20px;
  border: 1px solid var(--slp-gold);
  border-radius: 10px;
  background: #fff;
  text-align: left;
}

.slp-offer-ticket {
  position: relative;
  display: grid;
  width: 54px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--slp-gold);
  border-radius: 4px;
  color: var(--slp-gold);
  font-family: var(--slp-serif);
  font-size: 10px;
  transform: rotate(-8deg);
}

.slp-offer-ticket::before,
.slp-offer-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 12px;
  border: 1px solid var(--slp-gold);
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.slp-offer-ticket::before {
  left: -5px;
}

.slp-offer-ticket::after {
  right: -5px;
}

.slp-offer-copy {
  min-width: 0;
}

.slp-offer-label {
  margin: 0;
  color: var(--slp-navy);
  font-size: 12px;
}

.slp-offer-price {
  margin: 1px 0 4px;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: 34px;
  line-height: 1.4;
}

.slp-offer-price small {
  font-size: 12px;
}

.slp-offer-note {
  margin: 0;
  color: var(--slp-muted);
  font-size: 11px;
  line-height: 1.7;
}

.slp-offer > .slp-generated-icon {
  width: 52px;
  opacity: 0.72;
}

.slp-action {
  max-width: 610px;
  margin: 22px auto 0;
}

.slp-inline-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px auto 0;
  color: var(--slp-navy-soft);
  font-size: 10px;
  text-align: center;
}

.slp-inline-note > span {
  position: relative;
  display: block;
  width: 21px;
  height: 16px;
  border: 1px solid var(--slp-navy-soft);
  border-radius: 50%;
}

.slp-inline-note > span::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: -4px;
  width: 6px;
  height: 5px;
  border-right: 1px solid var(--slp-navy-soft);
  border-bottom: 1px solid var(--slp-navy-soft);
  transform: skew(-25deg);
}

.slp-reason-list {
  display: grid;
  max-width: 610px;
  margin: 0 auto;
}

.slp-reason {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px dashed var(--slp-gold-soft);
}

.slp-reason-icon {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid var(--slp-gold);
  border-radius: 50%;
  color: var(--slp-gold);
}

.slp-reason-symbol {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.slp-reason h3 {
  margin: 0 0 7px;
  font-family: var(--slp-serif);
  font-size: 19px;
  font-weight: 500;
}

.slp-reason p {
  margin: 0;
  color: var(--slp-muted);
  font-size: 12px;
}

.slp-wide-photo {
  max-width: 610px;
  margin: 34px auto 0;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
}

.slp-wide-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slp-reasons-visual {
  position: relative;
  margin-top: 4px;
}

.slp-reasons-visual .slp-wide-photo {
  position: relative;
  max-width: none;
  margin-right: -28px;
  margin-left: -28px;
  border-radius: 0;
  aspect-ratio: 4 / 3;
}

.slp-reasons-visual .slp-wide-photo::before,
.slp-reasons-visual .slp-wide-photo::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.slp-reasons-visual .slp-wide-photo::before {
  top: 0;
  height: clamp(34px, 9vw, 70px);
  background: linear-gradient(180deg, var(--slp-white) 0%, rgba(255, 255, 255, 0.55) 32%, rgba(255, 255, 255, 0) 100%);
}

.slp-reasons-visual .slp-wide-photo::after {
  bottom: 0;
  height: clamp(76px, 18vw, 140px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.32) 42%, rgba(255, 255, 255, 0.88) 82%, var(--slp-white) 100%);
}

.slp-reassurance-panel {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  padding: 26px 12px 0;
}

.slp-reasons-visual .slp-reassurance {
  margin: 0;
}

.slp-reasons-leaf {
  position: static;
  width: 52px;
  justify-self: center;
  opacity: 0.65;
}

.slp-outcomes {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 610px;
  margin: 0 auto;
}

.slp-outcomes-section .slp-section-head {
  margin-bottom: 26px;
}

#slp-outcomes-title {
  font-size: clamp(24px, 6vw, 34px);
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.slp-outcome {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 44% minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0 22px;
  border-bottom: 1px dashed var(--slp-gold-soft);
}

.slp-outcome:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 44%;
}

.slp-outcome:nth-child(odd) .slp-outcome-photo {
  order: -1;
}

.slp-outcome-copy {
  min-width: 0;
}

.slp-outcome h3 {
  margin: 0 0 7px;
  font-family: var(--slp-serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.slp-course-only-marker {
  display: inline-block;
  margin-left: 0.12em;
  font-family: var(--slp-sans);
  font-size: 0.62em;
  font-weight: 400;
  line-height: 1;
  vertical-align: 0.38em;
}

.slp-outcome .slp-outcome-course-note {
  position: absolute;
  right: 0;
  bottom: 4px;
  margin: 0;
  color: var(--slp-muted);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.slp-outcome p {
  margin: 0;
  color: var(--slp-muted);
  font-size: 12px;
  line-height: 1.9;
}

.slp-outcome-meta {
  margin-bottom: 5px;
}

.slp-outcome-meta .slp-generated-icon {
  width: 58px;
}

.slp-outcome-photo {
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1;
  background: var(--slp-ivory-deep);
}

.slp-outcome-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slp-flow {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
  padding-left: 54px;
}

.slp-flow::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 20px;
  border-left: 2px dotted var(--slp-gold);
}

.slp-flow-step {
  position: relative;
  min-height: 94px;
  padding: 4px 0 24px;
}

.slp-flow-number {
  position: absolute;
  top: 0;
  left: -54px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--slp-gold);
  color: #fff;
  font-family: var(--slp-serif);
}

.slp-flow-step h3 {
  margin: 0 0 6px;
  font-family: var(--slp-serif);
  font-size: 18px;
  font-weight: 500;
}

.slp-flow-step p {
  margin: 0;
  color: var(--slp-muted);
  font-size: 12px;
}

.slp-support {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  max-width: 580px;
  margin: 30px auto 0;
  padding: 24px;
  border: 1px solid var(--slp-gold-soft);
  border-radius: 12px;
  background: #fff;
  text-align: left;
}

.slp-support-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
}

.slp-support-icon .slp-generated-icon {
  width: 50px;
}

.slp-support strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--slp-serif);
  font-size: 17px;
  font-weight: 500;
}

.slp-support p {
  margin: 0;
  color: var(--slp-muted);
  font-size: 12px;
}

.slp-course-list {
  display: grid;
  gap: 28px;
  max-width: 610px;
  margin: 0 auto;
}

.slp-course {
  position: relative;
  padding: 28px 24px 24px;
  border: 1px solid var(--slp-gold);
  border-radius: 14px;
  background: #fff;
}

.slp-course--recommended {
  padding-top: 42px;
}

.slp-course-badge {
  position: absolute;
  top: -14px;
  left: 18px;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--slp-gold);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.slp-course-head {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--slp-gold);
}

.slp-course-icon {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid var(--slp-gold);
  border-radius: 50%;
  color: var(--slp-gold);
  font-family: var(--slp-serif);
  font-size: 14px;
}

.slp-course-icon .slp-generated-icon {
  width: 62px;
}

.slp-course-icon--technique .slp-generated-icon {
  width: 74px;
  transform: translate(2px, 1px);
}

.slp-course-icon-art {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.slp-course-icon--therapist .slp-course-icon-art {
  width: 60px;
  height: 60px;
  transform: translateY(-1px);
}

.slp-course h3 {
  margin: 0 0 4px;
  font-family: var(--slp-serif);
  font-size: 22px;
  font-weight: 500;
}

.slp-course-time {
  margin: 0;
  color: var(--slp-navy-soft);
  font-family: var(--slp-serif);
  font-size: 15px;
}

.slp-course-price {
  margin: 18px 0 12px;
  font-family: var(--slp-serif);
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}

.slp-course-price small {
  font-size: 12px;
}

.slp-course ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slp-course li {
  position: relative;
  padding-left: 24px;
  color: var(--slp-navy-soft);
  font-size: 12px;
}

.slp-course li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--slp-gold);
  color: #fff;
  font-size: 10px;
}

.slp-course-note {
  max-width: 610px;
  margin: 18px auto 0;
  color: var(--slp-muted);
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
}

.slp-teacher-card {
  display: grid;
  gap: 22px;
  max-width: 610px;
  margin: 0 auto;
}

.slp-teacher-profile {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: center;
}

.slp-teacher-intro {
  min-width: 0;
}

.slp-teacher-photo {
  width: min(100%, 220px);
  overflow: hidden;
  justify-self: center;
  border: 6px solid var(--slp-white);
  border-radius: 50%;
  aspect-ratio: 1;
  background: var(--slp-ivory-deep);
  box-shadow: 0 10px 28px rgba(95, 72, 38, 0.12);
}

.slp-teacher-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slp-teacher-name {
  margin: 0 0 12px;
  font-family: var(--slp-serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.slp-teacher-lead {
  margin: 0;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.slp-teacher-lead::before {
  display: block;
  width: 34px;
  margin: 0 0 10px;
  border-top: 1px solid var(--slp-gold);
  content: "";
}

.slp-teacher-bio {
  grid-column: 1 / -1;
  padding: 2px 0 0;
  color: var(--slp-muted);
  font-size: 12px;
  line-height: 1.95;
}

.slp-teacher-bio p {
  margin: 0;
}

.slp-teacher-bio p + p {
  margin-top: 12px;
}

.slp-teacher-points {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px dotted var(--slp-gold);
  list-style: none;
}

.slp-teacher-points li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.slp-teacher-point-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid var(--slp-gold);
  border-radius: 50%;
  background: #fff;
}

.slp-teacher-point-icon .slp-generated-icon {
  width: 50px;
}

.slp-teacher-point-icon .slp-icon--book {
  transform: translateY(13.5%);
}

.slp-teacher-point-icon .slp-icon--hands-heart {
  transform: translate(7%, 11.5%);
}

.slp-teacher-point-icon .slp-icon--leaf {
  transform: translate(13.5%, 13.5%);
}

.slp-teacher-points h3 {
  margin: 0 0 3px;
  font-family: var(--slp-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.slp-teacher-points p {
  margin: 0;
  color: var(--slp-muted);
  font-size: 11px;
  line-height: 1.75;
}

.slp-teacher-card > .slp-wide-photo {
  margin-top: 0;
}

.slp-faq-list {
  display: grid;
  gap: 12px;
  max-width: 610px;
  margin: 0 auto;
}

.slp-faq-item {
  border: 1px solid var(--slp-gold-soft);
  border-radius: 10px;
  background: var(--slp-ivory);
  overflow: hidden;
}

.slp-faq-item summary {
  position: relative;
  display: block;
  min-height: 62px;
  padding: 18px 54px 18px 20px;
  color: var(--slp-navy);
  font-family: var(--slp-serif);
  font-size: 14px;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
}

.slp-faq-item summary::-webkit-details-marker {
  display: none;
}

.slp-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--slp-gold);
  font-family: var(--slp-sans);
  font-size: 24px;
  font-weight: 300;
  transform: translateY(-50%);
}

.slp-faq-item[open] summary::after {
  content: "−";
}

.slp-faq-answer {
  padding: 0 20px 20px;
  color: var(--slp-muted);
  font-size: 12px;
  line-height: 1.9;
}

.slp-final {
  padding: 72px 28px 86px;
  border-top: 1px dotted var(--slp-gold);
  background: #fff;
  text-align: center;
}

.slp-final-title {
  margin: 0;
  font-family: var(--slp-serif);
  font-size: clamp(26px, 7vw, 36px);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.slp-final-copy {
  margin: 18px auto 0;
  color: var(--slp-muted);
  font-size: 13px;
  line-height: 1.9;
}

.slp-final-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 610px;
  margin: 30px auto 20px;
  padding: 20px;
  border: 1px solid var(--slp-gold);
  border-radius: 12px;
  background: #fff;
}

.slp-final-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid var(--slp-gold);
  border-radius: 50%;
  background: #fff;
}

.slp-final-icon .slp-generated-icon {
  width: 58px;
}

.slp-final-offer-copy {
  display: grid;
  gap: 3px;
  text-align: left;
}

.slp-final-offer-copy strong {
  font-family: var(--slp-serif);
  font-size: 28px;
  font-weight: 500;
}

.slp-final-offer-copy > span {
  color: var(--slp-muted);
  font-size: 11px;
  text-align: left;
}

.slp-title,
.slp-hero-title,
.slp-trial-step h3,
.slp-reason h3,
.slp-outcome h3,
.slp-flow-step h3,
.slp-course h3,
.slp-teacher-name,
.slp-final-title {
  line-break: strict;
  text-wrap: balance;
}

.slp p,
.slp li,
.slp-faq-item summary,
.slp-faq-answer {
  line-break: strict;
  text-wrap: pretty;
}

.slp-final-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 0;
  color: var(--slp-muted);
  font-size: 11px;
}

.slp-final-note .slp-generated-icon {
  width: 34px;
}

.school-footer {
  padding: 54px 24px 118px;
  background: var(--slp-navy);
  color: #fff;
  text-align: center;
}

.school-footer-title {
  font-family: var(--slp-serif);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.school-footer-en {
  margin-top: 5px;
  color: var(--slp-gold-soft);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.school-footer-info {
  margin-top: 22px;
  color: rgba(255,255,255,0.78);
  font-size: 11px;
  line-height: 1.9;
}

.school-footer-info a,
.school-footer-policy a,
.school-footer-back {
  color: inherit;
}

.school-footer-line-btn {
  display: inline-grid;
  min-width: 220px;
  min-height: 50px;
  margin-top: 24px;
  place-items: center;
  border-radius: 8px;
  background: #06c755;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.school-footer-back {
  display: inline-block;
  margin-top: 18px;
  font-size: 11px;
}

.school-footer-policy {
  margin-top: 24px;
  font-size: 10px;
}

.school-footer-copy {
  margin-top: 8px;
  color: rgba(255,255,255,0.48);
  font-size: 9px;
}

.school-sticky-trial-cta {
  position: fixed;
  right: max(12px, calc(50% - 378px));
  bottom: 12px;
  left: max(12px, calc(50% - 378px));
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 18px;
  border-radius: 10px;
  background: var(--slp-coral);
  box-shadow: 0 12px 32px rgba(20, 43, 84, 0.22);
  color: #fff;
  font-family: var(--slp-serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
}

.school-sticky-trial-cta::before {
  content: "LINE";
  display: grid;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--slp-coral);
  font-family: var(--slp-sans);
  font-size: 9px;
  font-weight: 800;
}

@media (min-width: 780px) {
  .school-page {
    margin-top: 28px;
    margin-bottom: 28px;
    border-radius: 18px;
  }

  .slp-section {
    padding-right: 64px;
    padding-left: 64px;
  }

  .slp-reasons-visual .slp-wide-photo {
    margin-right: -64px;
    margin-left: -64px;
  }

  .slp-hero-copy {
    padding-left: 54px;
  }

  .slp-hero-actions {
    right: 64px;
    left: 64px;
  }
}

@media (max-width: 480px) {
  .school-page {
    width: 100%;
    box-shadow: none;
  }

  .school-header {
    min-height: 58px;
    padding-left: 18px;
  }

  .ham-trigger {
    top: 7px;
    right: 10px;
    left: auto;
  }

  .slp-section {
    padding: 64px 20px;
  }

  .slp-reasons-visual .slp-wide-photo {
    margin-right: -20px;
    margin-left: -20px;
  }

  .slp-hero {
    min-height: 820px;
  }

  .slp-hero-copy {
    width: 76%;
    padding: 60px 0 0 22px;
  }

  .slp-hero-title {
    font-size: clamp(32px, 9.2vw, 36px);
    line-height: 1.58;
    letter-spacing: 0.06em;
    word-break: keep-all;
  }

  .slp-title {
    font-size: clamp(24px, 6.8vw, 28px);
    letter-spacing: 0.06em;
  }

  .slp-concern {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
  }

  .slp-check {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .slp-concern strong {
    font-size: clamp(13px, 3.6vw, 15px);
    letter-spacing: -0.015em;
    white-space: nowrap;
  }

  .slp-trial-step h3 {
    font-size: clamp(15px, 4.1vw, 17px);
  }

  .slp-reason h3 {
    font-size: clamp(17px, 4.6vw, 19px);
  }

  .slp-outcome h3 {
    font-size: clamp(12px, 3.6vw, 15px);
    letter-spacing: 0.01em;
  }

  .slp-outcome p {
    font-size: clamp(11px, 3.1vw, 12px);
  }

  .slp-outcome-meta .slp-generated-icon {
    width: 52px;
  }

  .slp-flow-step h3 {
    font-size: clamp(16px, 4.5vw, 18px);
  }

  .slp-course h3 {
    font-size: clamp(18px, 5.1vw, 21px);
    word-break: keep-all;
  }

  .slp-teacher-name {
    font-size: clamp(21px, 5.8vw, 24px);
  }

  .slp-final-title {
    font-size: clamp(21px, 6.4vw, 28px);
    letter-spacing: 0.04em;
    word-break: keep-all;
  }

  .slp-hero-actions {
    right: 14px;
    bottom: 106px;
    left: 14px;
  }

  .slp-cta {
    min-height: 72px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .slp-line-mark {
    width: 40px;
    height: 40px;
  }

  .slp-trial-step {
    grid-template-columns: 40% 1fr;
    gap: 14px;
  }

  .slp-trial-number {
    top: 6px;
    left: 6px;
    width: clamp(24px, 7vw, 28px);
    height: clamp(24px, 7vw, 28px);
    font-size: clamp(11px, 3.2vw, 13px);
  }

  .slp-reason {
    grid-template-columns: 78px 1fr;
    gap: 15px;
  }

  .slp-reason-icon {
    width: 72px;
    height: 72px;
  }

  .slp-reason-symbol {
    width: 52px;
    height: 52px;
  }

  .slp-outcome {
    gap: 14px;
  }

  .slp-course {
    padding-right: 18px;
    padding-left: 18px;
  }

  .slp-course-price {
    font-size: clamp(29px, 8vw, 31px);
  }

  .slp-teacher-profile {
    grid-template-columns: 44% 1fr;
    gap: 16px;
  }

  .slp-final {
    padding-right: 20px;
    padding-left: 20px;
  }

  .school-sticky-trial-cta {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}

@media (max-width: 360px) {
  .school-header-left {
    font-size: 12px;
  }

  .slp-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .slp-audience-label {
    margin-bottom: 20px;
    padding-right: 13px;
    padding-left: 27px;
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  .slp-audience-label::before {
    left: 13px;
  }

  .slp-hero-copy {
    width: 79%;
    padding-left: 18px;
  }

  .slp-hero-title {
    font-size: 30px;
  }

  .slp-hero-text {
    font-size: 12px;
  }

  .slp-campaign {
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .slp-campaign-visual img {
    right: -2px;
    width: 104px;
    height: 104px;
  }

  .slp-campaign-copy {
    padding-left: 14px;
  }

  .slp-campaign-label {
    gap: 6px;
    font-size: 11px;
  }

  .slp-campaign-label::before {
    width: 16px;
  }

  .slp-campaign-benefit {
    font-size: 12px;
  }

  .slp-campaign-title {
    font-size: 18px;
  }

  .slp-cta {
    gap: 8px;
  }

  .slp-cta::after {
    font-size: 28px;
  }

  .slp-offer {
    grid-template-columns: 46px minmax(0, 1fr) 40px;
    gap: 9px;
    padding: 14px 10px;
  }

  .slp-offer-ticket {
    width: 44px;
    height: 34px;
  }

  .slp-offer-price {
    font-size: 29px;
  }

  .slp-offer > .slp-generated-icon {
    width: 40px;
  }

  .slp-trial-step {
    grid-template-columns: 38% 1fr;
    gap: 12px;
  }

  .slp-reason {
    grid-template-columns: 66px 1fr;
    gap: 12px;
  }

  .slp-reason-icon {
    width: 62px;
    height: 62px;
  }

  .slp-reason-symbol {
    width: 44px;
    height: 44px;
  }

  .slp-reassurance-panel {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
    padding-right: 0;
    padding-left: 0;
  }

  .slp-reasons-leaf {
    width: 44px;
  }

  .slp-outcome,
  .slp-outcome:nth-child(even) {
    gap: 10px;
  }

  .slp-outcome-meta {
    gap: 7px;
  }

  .slp-outcome-meta .slp-generated-icon {
    width: 46px;
  }

  .slp-course-head {
    grid-template-columns: 68px 1fr;
    gap: 12px;
  }

  .slp-course-icon {
    width: 66px;
    height: 66px;
  }

  .slp-course-icon .slp-generated-icon {
    width: 50px;
  }

  .slp-course-icon--technique .slp-generated-icon {
    width: 62px;
    transform: translate(2px, 1px);
  }

  .slp-course-icon-art {
    width: 48px;
    height: 48px;
  }

  .slp-course-icon--therapist .slp-course-icon-art {
    width: 50px;
    height: 50px;
    transform: translateY(-1px);
  }

  .slp-course-badge {
    left: 12px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 10px;
  }

  .slp-teacher-profile {
    grid-template-columns: 44% 1fr;
    gap: 12px;
  }

  .slp-teacher-lead,
  .slp-teacher-bio {
    font-size: 11px;
  }

  .slp-teacher-points li {
    grid-template-columns: 44px 1fr;
    gap: 10px;
  }

  .slp-teacher-point-icon {
    width: 44px;
    height: 44px;
  }

  .slp-teacher-point-icon .slp-generated-icon {
    width: 40px;
  }

  .slp-teacher-points h3 {
    font-size: 14px;
  }

  .slp-teacher-points p {
    font-size: 10.5px;
  }

  .slp-faq-item summary {
    padding-right: 44px;
    padding-left: 16px;
    font-size: 13px;
  }

  .slp-final-offer {
    gap: 12px;
    padding: 16px 12px;
  }

  .slp-final-icon {
    width: 62px;
    height: 62px;
  }

  .slp-final-icon .slp-generated-icon {
    width: 46px;
  }

  .slp-final-offer-copy strong {
    font-size: 24px;
  }

  .slp-support {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 14px;
  }

  .slp-support-icon {
    width: 42px;
    height: 42px;
  }

  .slp-support-icon .slp-generated-icon {
    width: 40px;
  }

  .school-sticky-trial-cta {
    min-height: 54px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }

  .school-sticky-trial-cta::before {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
