:root {
  --navy-950: #06152e;
  --navy-900: #091d3d;
  --navy-800: #0d2b57;
  --blue-600: #1769db;
  --blue-500: #2a7ce8;
  --blue-100: #e9f2ff;
  --green: #14a83b;
  --green-dark: #0c8a2c;
  --red: #e63d4f;
  --ink: #101d32;
  --muted: #65738a;
  --line: #dce4ef;
  --soft: #f3f6fa;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.15em; height: 1.15em; flex: 0 0 auto; }

.reading-progress { position: fixed; z-index: 1000; inset: 0 0 auto; height: 3px; pointer-events: none; }
.reading-progress i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--blue-500), var(--green)); animation: readingProgress linear both; animation-timeline: scroll(root); }
.reveal-item { opacity: 0; transform: translateY(28px); transition: opacity .72s cubic-bezier(.2,.75,.25,1), transform .72s cubic-bezier(.2,.75,.25,1); transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform; }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
@keyframes readingProgress { to { transform: scaleX(1); } }

.hero-copy { animation: heroCopyIn .85s .12s both cubic-bezier(.2,.75,.25,1); }
.hero-visual { animation: heroVisualIn 1s .28s both cubic-bezier(.2,.75,.25,1); }
.hero-image-wrap img { animation: heroImageBreath 8s ease-in-out infinite alternate; }
.floating-card-top { animation: floatCard 4.6s ease-in-out infinite; }
.floating-card-bottom { animation: floatCard 4.6s .9s ease-in-out infinite; }
.cta-button-green { position: relative; overflow: hidden; isolation: isolate; }
.cta-button-green::after { content: ""; position: absolute; z-index: -1; top: -80%; bottom: -80%; left: -35%; width: 18%; transform: rotate(18deg); background: rgba(255,255,255,.42); filter: blur(2px); animation: ctaShine 4.8s ease-in-out infinite; }
.guarantee-box.is-visible .guarantee-shield { animation: guaranteePop .65s .25s both cubic-bezier(.2,1.4,.35,1); }
.results-board:not(.is-visible) .bar-fill { transform: scaleX(0); }
.results-board.is-visible .bar-fill { transform-origin: left; animation: barGrow 1.1s .2s both cubic-bezier(.2,.75,.25,1); }
.blog-card, .lesson-card, .problem-card, .solution-item, .fit-card { transition-property: opacity, transform, box-shadow, border-color; }
.blog-card.is-visible:hover, .lesson-card.is-visible:hover, .problem-card.is-visible:hover, .fit-card.is-visible:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(9,29,61,.14); }
@keyframes heroCopyIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes heroVisualIn { from { opacity: 0; transform: translateX(34px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes heroImageBreath { from { transform: scale(1); } to { transform: scale(1.035); } }
@keyframes floatCard { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes ctaShine { 0%, 65% { left: -35%; opacity: 0; } 72% { opacity: 1; } 88%, 100% { left: 125%; opacity: 0; } }
@keyframes guaranteePop { from { opacity: 0; transform: scale(.65) rotate(-8deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes barGrow { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (prefers-reduced-motion: reduce) {
  .reading-progress i, .hero-copy, .hero-visual, .hero-image-wrap img, .floating-card, .cta-button-green::after, .guarantee-shield, .bar-fill { animation: none !important; }
  .reveal-item { opacity: 1; transform: none; transition: none; }
}
h1, h2, h3, p { margin-top: 0; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100vw - 1180px) / 2)); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(11,37,76,.1); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(145deg, var(--blue-500), var(--navy-800)); color: white; font: 800 19px/1 Georgia, serif; box-shadow: 0 7px 18px rgba(23,105,219,.22); }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { color: var(--navy-900); font: 800 16px/1.2 Arial, sans-serif; letter-spacing: .11em; }
.brand small { color: #718098; font-size: 10px; letter-spacing: .12em; margin-top: 3px; }
.header-cta { display: flex; align-items: center; gap: 11px; padding: 12px 18px; border-radius: 10px; background: var(--green); color: white; font-weight: 800; font-size: 14px; box-shadow: 0 7px 18px rgba(20,168,59,.2); transition: .2s ease; }
.header-cta:hover, .cta-button-green:hover { background: var(--green-dark); transform: translateY(-1px); }

.manga-hero { position: relative; overflow: hidden; padding: 48px 28px 54px; background: linear-gradient(180deg, #f7fbff 0%, #eaf3ff 100%); }
.manga-hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#8fbcea 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
.manga-inner { position: relative; z-index: 1; width: min(1180px, 100%); margin: 0 auto; }
.manga-page { position: relative; width: min(820px, 100%); margin: 0 auto; overflow: hidden; border: 5px solid var(--navy-950); background: white; box-shadow: 0 18px 45px rgba(6,21,46,.18); }
.manga-page > img { width: 100%; height: auto; }
.manga-gif { aspect-ratio: 9 / 5; }
.manga-scene { position: absolute; inset: 0; margin: 0; opacity: 0; overflow: hidden; animation: mangaScene 16s linear infinite; }
.manga-scene img { width: 100%; height: 100%; object-fit: cover; }
.manga-scene figcaption { position: absolute; z-index: 3; right: 2%; top: 4%; box-sizing: border-box; max-width: 52%; padding: clamp(9px, 1.8vw, 18px) clamp(12px, 2.2vw, 23px); border: clamp(2px, .35vw, 4px) solid #101010; border-radius: 999px; background: rgba(255,255,255,.97); color: #111; text-align: center; font-size: clamp(10px, 1.8vw, 18px); font-weight: 800; line-height: 1.45; box-shadow: 3px 4px 0 rgba(0,0,0,.16); }
.manga-scene figcaption strong { display: block; font-size: 1.12em; font-weight: 900; }
.scene-one { animation-delay: 0s; }
.scene-two { animation-delay: 4s; }
.scene-three { animation-delay: 8s; }
.scene-four { animation-delay: 12s; }
.scene-two figcaption { right: 3%; top: 5%; color: var(--red); }
.scene-three figcaption { right: 3%; top: 5%; border-radius: 8px; color: var(--navy-900); }
.scene-four figcaption { color: var(--green-dark); }
.gif-progress { position: absolute; z-index: 4; left: 50%; bottom: 3%; display: flex; gap: 6px; transform: translateX(-50%); }
.gif-progress i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.7); border: 1px solid rgba(6,21,46,.35); box-shadow: 0 1px 3px rgba(0,0,0,.18); }
@keyframes mangaScene { 0% { opacity: 0; transform: scale(1); } 2%, 23% { opacity: 1; transform: scale(1.025); } 25%, 100% { opacity: 0; transform: scale(1.025); } }
.manga-dialog { position: absolute; z-index: 2; box-sizing: border-box; padding: clamp(5px, 1vw, 10px) clamp(7px, 1.25vw, 13px); border: clamp(2px, .3vw, 3px) solid #101010; border-radius: 999px; background: rgba(255,255,255,.97); color: #101010; text-align: center; font-size: clamp(8px, 1.3vw, 13px); font-weight: 700; line-height: 1.32; overflow-wrap: anywhere; box-shadow: 2px 3px 0 rgba(0,0,0,.16); }
.manga-dialog strong { display: block; font-size: 1.08em; font-weight: 900; }
.dialog-one { width: 42%; right: 2%; top: 1.5%; }
.dialog-two { width: 34%; left: 2%; top: 19%; color: var(--red); }
.dialog-three { width: 14%; right: 3%; top: 36%; padding: 10px 7px; border-radius: 6px; writing-mode: vertical-rl; text-orientation: upright; letter-spacing: .05em; }
.dialog-three strong { display: inline; }
.dialog-four { width: 43%; left: 2%; top: 51%; color: var(--blue-600); }
.dialog-five { width: 48%; right: 2%; top: 84%; color: var(--green-dark); }
.manga-transition { position: absolute; z-index: 2; left: 15%; top: 68%; width: 70%; height: 14%; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; }
.manga-transition i { display: block; width: 70%; height: 22%; background: var(--red); clip-path: polygon(0 0, 50% 64%, 100% 0, 50% 100%); filter: drop-shadow(0 3px 0 rgba(125,20,28,.12)); }
.manga-answer { width: min(720px, 94%); margin: -4px auto 0; padding: 22px 28px; position: relative; z-index: 4; text-align: center; border-radius: 0 0 18px 18px; color: white; background: var(--navy-950); box-shadow: 0 18px 36px rgba(6,21,46,.2); }
.manga-answer small, .manga-answer strong { display: block; }
.manga-answer small { color: #85c7ff; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.manga-answer strong { margin-top: 7px; font-size: 20px; line-height: 1.5; }
.manga-answer a { width: min(340px, 100%); min-height: 46px; margin: 14px auto 0; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 9px; color: white; background: var(--green); font-size: 12px; font-weight: 900; }

.hero { min-height: calc(100vh - 76px); position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 75% 25%, #16477e 0, var(--navy-900) 30%, var(--navy-950) 72%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 85%); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 360px; height: 360px; right: -150px; top: -120px; background: rgba(42,124,232,.18); }
.hero-glow-two { width: 180px; height: 180px; left: 46%; bottom: 12%; background: rgba(20,168,59,.1); }
.hero-inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .94fr 1.06fr; gap: 68px; align-items: center; padding: 78px 28px 58px; }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #9dc8ff; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.eyebrow span { width: 24px; height: 2px; background: #55c0ff; }
.hero-main-title { margin: 20px 0 24px; color: white; font-size: clamp(48px, 5.1vw, 74px); line-height: 1.08; letter-spacing: -.055em; font-weight: 900; }
.hero-title-line { display: block; word-break: keep-all; overflow-wrap: normal; }
.hero-title-line-accent { width: max-content; max-width: 100%; white-space: nowrap; font-size: .82em; letter-spacing: -.075em; margin: .08em 0 .04em; }
.hero-main-title em { color: #5eb3ff; font-style: normal; position: relative; }
.hero-main-title em::after { content: ""; position: absolute; height: 8px; left: 0; right: 0; bottom: -4px; background: rgba(94,179,255,.16); transform: skewX(-18deg); }
.hero-service-name { font-size: .58em; color: #b9d9ff; letter-spacing: .01em; margin-bottom: .12em; }
.hero-service-label { width: max-content; max-width: 100%; margin: -8px 0 14px; padding: 7px 12px; border: 1px solid rgba(119,193,255,.35); border-radius: 6px; background: rgba(42,124,232,.13); color: #9dd0ff; font-size: 12px; font-weight: 800; letter-spacing: .07em; }
.hero-lead { color: #c8d6e8; max-width: 560px; font-size: 16px; line-height: 2; letter-spacing: .025em; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin: 25px 0; }
.hero-points > span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: #e8f2ff; }
.hero-points .hero-point-feature { width: 100%; max-width: max-content; padding: 9px 13px; border: 1px solid rgba(255,215,80,.5); border-radius: 8px; color: #ffe990; background: rgba(255,202,52,.09); }
.check-icon { width: 22px; height: 22px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--blue-100); color: var(--blue-600); flex: 0 0 auto; }
.check-icon svg { width: 14px; height: 14px; }
.hero .check-icon { background: rgba(94,179,255,.16); color: #77c1ff; }
.hero-price-card { width: 100%; max-width: 510px; display: grid; grid-template-columns: 1fr 1px 1.1fr; align-items: center; gap: 18px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.075); box-shadow: inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.price-main { display: grid; grid-template-columns: auto 1fr; align-items: baseline; column-gap: 8px; }
.price-main > small { font-weight: 800; color: #b9c9dd; }
.price-main strong { grid-column: 1 / 3; font-family: Arial, sans-serif; font-size: 39px; letter-spacing: -.04em; }
.price-main strong em { font-size: 15px; font-style: normal; margin-left: 4px; }
.price-main > span { grid-column: 1 / 3; color: #899ab0; font-size: 10px; }
.price-divider { height: 64px; background: rgba(255,255,255,.13); }
.price-guarantee { display: flex; flex-direction: column; gap: 7px; }
.price-guarantee strong { font-size: 11px; color: #ffb8bd; }
.price-guarantee span { color: white; font-size: 24px; font-weight: 900; letter-spacing: .02em; }
.cta-button { min-height: 58px; max-width: 510px; margin-top: 18px; padding: 0 24px; display: flex; justify-content: center; align-items: center; gap: 16px; border-radius: 12px; color: white; font-weight: 900; letter-spacing: .02em; box-shadow: 0 12px 28px rgba(0,0,0,.18); transition: .2s ease; }
.cta-button-green { background: var(--green); }
.cta-note { max-width: 510px; text-align: center; color: #91a3b9; font-size: 11px; margin: 10px 0 0; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { position: relative; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); box-shadow: 0 32px 72px rgba(0,0,0,.32); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,21,46,.74), transparent 48%); }
.hero-image-wrap img { width: 100%; aspect-ratio: 1.02 / 1; object-fit: cover; object-position: center 36%; }
.image-caption { position: absolute; z-index: 2; left: 27px; right: 27px; bottom: 23px; display: flex; flex-direction: column; gap: 5px; }
.image-caption span { color: #73c5ff; font: 800 10px/1 Arial, sans-serif; letter-spacing: .2em; }
.image-caption strong { font-size: 17px; }
.floating-card { position: absolute; z-index: 4; min-width: 132px; padding: 14px 16px; border-radius: 14px; display: flex; flex-direction: column; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 18px 35px rgba(0,0,0,.22); }
.floating-card small { color: var(--muted); font-size: 10px; font-weight: 700; }
.floating-card strong { color: var(--navy-900); font: 900 27px/1.25 Arial, sans-serif; }
.floating-card strong em { font-size: 11px; font-style: normal; margin-left: 3px; }
.floating-card > span { color: var(--blue-600); font-size: 9px; font-weight: 800; }
.floating-card-top { top: 10%; right: -24px; }
.floating-card-bottom { left: -29px; bottom: 18%; border-left: 4px solid var(--green); }
.hero-stats { position: relative; z-index: 3; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.hero-stats > div { padding: 22px 28px 25px; display: flex; justify-content: center; align-items: baseline; gap: 13px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-stats > div:last-child { border-right: 0; }
.hero-stats small { color: #8296af; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.hero-stats strong { color: white; font-size: 17px; }

.takehome-section { position: relative; padding: 42px 28px; overflow: hidden; background: linear-gradient(180deg, #fff, #f5f9ff); }
.takehome-section::before { content: ""; position: absolute; width: 300px; height: 300px; right: -130px; top: -180px; border-radius: 50%; background: rgba(23,105,219,.07); }
.takehome-card { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 52px; padding: 34px 40px; border: 2px solid var(--navy-900); border-radius: 20px; background: white; box-shadow: 0 18px 45px rgba(9,29,61,.12); }
.takehome-card::before { content: "POINT"; position: absolute; top: -13px; left: 30px; padding: 5px 14px; border-radius: 99px; color: var(--navy-950); background: #ffd34d; font: 900 10px/1 Arial, sans-serif; letter-spacing: .14em; box-shadow: 0 5px 12px rgba(95,67,0,.18); }
.takehome-label { display: inline-block; margin-bottom: 10px; color: var(--blue-600); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.takehome-copy h2 { margin: 0; color: var(--navy-900); font-size: clamp(23px, 2.7vw, 35px); line-height: 1.4; letter-spacing: -.03em; }
.takehome-copy h2 em { color: var(--red); font-style: normal; background: linear-gradient(transparent 67%, #fff0a8 0); }
.takehome-copy p { margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.takehome-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1.12fr; align-items: center; gap: 8px; }
.takehome-flow > div { min-height: 96px; padding: 16px 9px; display: flex; flex-direction: column; justify-content: center; gap: 5px; text-align: center; border: 1px solid #d9e4f2; border-radius: 12px; background: #f7faff; }
.takehome-flow > span { color: #90a5be; font-size: 18px; font-weight: 900; }
.takehome-flow small { color: #718098; font-size: 8px; font-weight: 700; }
.takehome-flow strong { color: var(--navy-900); font-size: 12px; line-height: 1.4; }
.takehome-flow .takehome-goal { border: 2px solid var(--green); color: white; background: linear-gradient(145deg, #18b941, #0b8d2d); box-shadow: 0 10px 20px rgba(20,168,59,.2); }
.takehome-flow .takehome-goal small, .takehome-flow .takehome-goal strong { color: white; }

.field-video-section { position: relative; overflow: hidden; background: var(--navy-950); }
.field-video-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 42px 42px; }
.field-video-section .section-inner { position: relative; z-index: 1; }
.field-video-section .section-heading h2 { color: white; }
.field-video-section .kicker { color: #86c5ff; }
.field-video-section .section-index { color: #72aef4; }
.field-video-intro { max-width: 620px; margin: 17px auto 0; color: #b5c5da; font-size: 12px; line-height: 1.8; }
.field-video-slider { width: min(760px, 100%); margin: 35px auto 0; display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.field-video-slider::-webkit-scrollbar { display: none; }
.field-video-card { flex: 0 0 100%; display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 35px; padding: 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; color: white; background: rgba(255,255,255,.07); box-shadow: 0 24px 60px rgba(0,0,0,.28); scroll-snap-align: center; backdrop-filter: blur(8px); }
.field-video-frame { position: relative; overflow: hidden; border: 3px solid white; border-radius: 18px; background: #000; box-shadow: 0 18px 34px rgba(0,0,0,.34); }
.field-video-frame video { width: 100%; aspect-ratio: 9 / 16; display: block; object-fit: cover; background: #000; }
.field-video-badge { position: absolute; z-index: 2; top: 12px; left: 12px; display: flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 99px; color: white; background: rgba(6,21,46,.84); font-size: 9px; font-weight: 900; backdrop-filter: blur(6px); }
.field-video-badge i { width: 7px; height: 7px; border-radius: 50%; background: #ff3d4d; box-shadow: 0 0 0 4px rgba(255,61,77,.2); animation: livePulse 1.5s ease-in-out infinite; }
.field-video-caption small { color: #72aef4; font: 800 10px/1 Arial, sans-serif; letter-spacing: .14em; }
.field-video-caption strong { display: block; margin-top: 10px; color: white; font-size: 22px; line-height: 1.55; }
.field-video-caption p { margin: 14px 0 0; color: #b5c5da; font-size: 12px; line-height: 1.8; }
.field-video-note { margin: 14px 0 0; color: #7f93ae; text-align: center; font-size: 9px; }
@keyframes livePulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.75); } }

.section { padding: 112px 28px; }
.section-inner { width: min(1120px, 100%); margin: 0 auto; }
.section-inner.narrow { width: min(900px, 100%); }
.section-heading { margin-bottom: 50px; }
.section-heading.centered { text-align: center; }
.section-index { display: inline-block; color: var(--blue-600); font: 800 10px/1 Arial, sans-serif; letter-spacing: .18em; margin-bottom: 16px; }
.section-index.light { color: #72b9ff; }
.kicker { color: var(--blue-600); font-size: 13px; font-weight: 800; letter-spacing: .08em; margin-bottom: 12px; }
.kicker.light { color: #93c8ff; }
.section h2 { color: var(--navy-900); font-size: clamp(33px, 4.1vw, 52px); line-height: 1.34; letter-spacing: -.04em; margin-bottom: 20px; font-weight: 900; }
.centered h2 { margin-left: auto; margin-right: auto; }
.mobile-only { display: none; }

.problem-section { background: #f6f8fb; }
.problem-story { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; align-items: stretch; }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.problem-card { min-height: 75px; display: flex; align-items: center; gap: 15px; padding: 18px 20px; background: white; border: 1px solid #e1e7ef; border-radius: 12px; box-shadow: 0 6px 20px rgba(15,34,61,.035); }
.problem-card span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #fff0f2; color: var(--red); font-weight: 900; }
.problem-card p { margin: 0; font-size: 14px; font-weight: 700; }
.problem-message { text-align: center; color: var(--muted); font-size: 18px; line-height: 1.9; margin: 48px 0 0; }
.problem-message strong { color: var(--navy-900); background: linear-gradient(transparent 68%, #cae4ff 68%); }
.story-visual { position: relative; overflow: hidden; margin: 0; border-radius: 18px; background: #dfe9f7; box-shadow: 0 18px 40px rgba(6,21,46,.14); }
.story-visual img { width: 100%; height: 100%; object-fit: cover; }
.story-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 48%; background: linear-gradient(to top, rgba(6,21,46,.9), transparent); pointer-events: none; }
.story-visual figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: flex; flex-direction: column; gap: 5px; color: white; }
.story-visual figcaption small { color: #78c1ff; font: 800 9px Arial, sans-serif; letter-spacing: .18em; }
.story-visual figcaption strong { font-size: 13px; line-height: 1.55; }
.problem-visual { min-height: 245px; }

.solution-section { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, var(--navy-950), #0d3267); }
.solution-section::after { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; top: -190px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.solution-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.solution-title h2 { color: white; }
.solution-title > p:last-of-type { max-width: 500px; color: #b7c7da; font-size: 15px; line-height: 2; }
.solution-visual { height: 230px; margin-top: 28px; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.solution-list { border-top: 1px solid rgba(255,255,255,.14); }
.solution-item { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; min-height: 79px; border-bottom: 1px solid rgba(255,255,255,.14); }
.solution-item > span { color: #65b7ff; font: 800 11px Arial, sans-serif; }
.solution-item strong { font-size: 15px; }
.solution-item svg { color: #65b7ff; }

.philosophy-section { background: white; }
.philosophy-grid { display: grid; grid-template-columns: minmax(300px, .8fr) 1.2fr; gap: 70px; align-items: center; }
.philosophy-visual { height: 390px; border-radius: 3px 80px 3px 3px; }
.philosophy-number { width: 230px; height: 300px; display: grid; place-items: center; border-radius: 2px 86px 2px 2px; color: rgba(255,255,255,.2); background: linear-gradient(145deg, var(--blue-500), var(--navy-900)); font: 900 100px Arial, sans-serif; letter-spacing: -.08em; box-shadow: 0 20px 45px rgba(13,43,87,.2); }
.philosophy-grid h2 em { color: var(--blue-600); font-style: normal; }
.philosophy-grid > div:last-child > p { color: var(--muted); max-width: 680px; line-height: 2; }
.transformation { display: grid; grid-template-columns: 1fr 38px 1fr; align-items: center; gap: 14px; margin-top: 34px; }
.transformation > div { padding: 16px 18px; border-radius: 10px; border: 1px solid var(--line); background: var(--soft); }
.transformation > div:last-child { border-color: #b8d7ff; background: var(--blue-100); }
.transformation small { display: block; color: var(--muted); font: 800 9px Arial, sans-serif; letter-spacing: .14em; margin-bottom: 5px; }
.transformation strong { font-size: 13px; }
.transformation > svg { color: var(--blue-600); justify-self: center; }

.results-section { color: white; background: var(--navy-950); }
.results-section h2 { color: white; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.split-heading > p { color: #9fb1c7; font-size: 14px; line-height: 2; margin: 0 0 20px; }
.results-board { display: grid; grid-template-columns: .82fr 1.4fr; gap: 35px; padding: 28px; border: 1px solid rgba(255,255,255,.11); background: #0a2144; border-radius: 22px; }
.result-featured { padding: 34px; border-radius: 16px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, #1769db, #0d3c7a); }
.result-featured > small { align-self: flex-start; margin-bottom: 30px; padding: 7px 10px; color: #bfe1ff; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; font-weight: 700; }
.result-featured > span { color: #acd6ff; font-size: 11px; }
.result-featured strong { font: 900 clamp(39px, 5vw, 62px)/1.15 Arial, sans-serif; letter-spacing: -.05em; }
.result-featured strong em { font-size: 16px; font-style: normal; margin-left: 4px; }
.result-featured p { margin: 11px 0 0; color: #c3dcf8; font-size: 12px; }
.result-bars { display: flex; flex-direction: column; justify-content: center; gap: 21px; padding: 12px 12px 12px 0; }
.result-row { display: grid; grid-template-columns: 58px 1fr 96px; gap: 14px; align-items: center; }
.result-row > span { color: #9bb0c9; font-size: 12px; }
.bar-track { height: 8px; border-radius: 99px; background: rgba(255,255,255,.08); overflow: hidden; }
.bar-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue-600), #5eb3ff); }
.result-row strong { text-align: right; font: 800 15px Arial, sans-serif; }
.result-row strong small { font-size: 9px; margin-left: 2px; }
.disclaimer { color: #7187a2; font-size: 10px; margin: 16px 0 0; }

.blog-section { background: white; }
.blog-heading > p { color: var(--muted); }
.blog-heading h2 { display: inline-block; position: relative; }
.blog-heading h2::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 5px; border-radius: 99px; background: linear-gradient(90deg, var(--blue-600), #5eb3ff); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.blog-card { min-height: 205px; padding: 27px 24px 23px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid #b8d8ff; border-radius: 15px; background: linear-gradient(145deg, #fff 25%, #eef6ff); box-shadow: 0 10px 27px rgba(21,93,185,.12); transition: .2s ease; }
.blog-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, var(--blue-600), #55b8ff); }
.blog-card:hover { transform: translateY(-4px); border-color: var(--blue-600); box-shadow: 0 18px 40px rgba(21,93,185,.2); }
.blog-card-top, .blog-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.blog-card-top > span { color: var(--blue-600); font: 900 12px Arial, sans-serif; letter-spacing: .08em; }
.blog-card-top time { color: #8c99aa; font-size: 10px; }
.blog-card-area { display: flex; flex-direction: column; gap: 4px; }
.blog-card-area small { color: #8c99aa; font: 800 9px Arial, sans-serif; letter-spacing: .15em; }
.blog-card-area strong { color: var(--navy-900); font-size: 31px; letter-spacing: -.04em; }
.blog-card-bottom { padding-top: 16px; border-top: 1px solid #e5ebf3; }
.blog-card-bottom > span { color: var(--muted); font-size: 11px; font-weight: 700; }
.blog-card-bottom b { min-height: 34px; padding: 0 12px; display: flex; align-items: center; gap: 7px; border-radius: 8px; color: white; background: var(--blue-600); font-size: 11px; box-shadow: 0 6px 14px rgba(42,124,232,.2); }
.blog-all-button { width: min(420px, 100%); min-height: 58px; margin: 32px auto 0; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--blue-600); border-radius: 12px; color: var(--blue-600); font-weight: 900; transition: .2s ease; }
.blog-all-button:hover { color: white; background: var(--blue-600); transform: translateY(-1px); }
.blog-update-note { margin: 12px 0 0; text-align: center; color: #8995a5; font-size: 10px; }

.learn-section { background: #f7f9fc; }
.lesson-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lesson-card { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: white; transition: .2s ease; }
.lesson-card:hover { transform: translateY(-3px); border-color: #a8caf7; box-shadow: 0 14px 34px rgba(13,43,87,.08); }
.lesson-card > span { color: var(--blue-600); font: 800 10px Arial, sans-serif; letter-spacing: .12em; }
.lesson-card h3 { margin: 28px 0 12px; color: var(--navy-900); font-size: 19px; }
.lesson-card p { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 0; }
.category-strip { margin-top: 18px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 12px; background: var(--navy-900); color: white; }
.category-strip > small { color: #8ca2bd; font-weight: 700; }
.category-strip div { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.category-strip div span { padding: 6px 12px; border-radius: 99px; color: #d8e9ff; border: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.flow-section { background: white; }
.flow-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.flow-line::before { content: ""; position: absolute; height: 2px; left: 8%; right: 8%; top: 24px; background: #d8e7fa; }
.flow-step { position: relative; text-align: center; padding: 0 8px; }
.flow-step > span { position: relative; z-index: 2; width: 50px; height: 50px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue-600); border: 6px solid #e8f2ff; font: 800 11px Arial, sans-serif; }
.flow-step h3 { color: var(--navy-900); font-size: 15px; margin-bottom: 10px; }
.flow-step p { color: var(--muted); font-size: 11px; line-height: 1.75; }

.pricing-section { color: white; background: linear-gradient(145deg, var(--navy-950), #0d3268); }
.pricing-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 86px; align-items: center; }
.pricing-copy h2 { color: white; }
.pricing-copy dl { margin: 35px 0 0; border-top: 1px solid rgba(255,255,255,.14); }
.pricing-copy dl > div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.pricing-copy dt { color: #90a5be; font-size: 12px; }
.pricing-copy dd { margin: 0; color: white; font-size: 14px; font-weight: 700; }
.pricing-copy dd strong, .pricing-copy dd small { display: block; }
.pricing-copy dd small { margin-top: 6px; color: #b8c8dc; font-size: 10px; font-weight: 500; line-height: 1.55; }
.pricing-card { padding: 35px; border-radius: 22px; background: white; color: var(--ink); text-align: center; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.pricing-card > p:first-child { color: var(--muted); font-size: 12px; margin-bottom: 5px; }
.pricing-amount { display: flex; justify-content: center; align-items: flex-end; gap: 6px; }
.pricing-amount strong { color: var(--navy-900); font: 900 56px/1 Arial, sans-serif; letter-spacing: -.05em; }
.pricing-amount > span { color: var(--navy-900); font-size: 16px; font-weight: 900; margin-bottom: 5px; }
.pricing-amount span small { display: block; color: var(--muted); font-size: 8px; }
.pricing-card > small { display: block; color: var(--muted); margin-top: 8px; }
.guarantee-box { position: relative; margin-top: 34px; padding: 36px 20px 22px; overflow: visible; border: 3px solid #ff3546; border-radius: 18px; color: white; background: linear-gradient(145deg, #d81729 0%, #f12f40 54%, #c60f22 100%); box-shadow: 0 16px 32px rgba(214,22,42,.3), inset 0 1px 0 rgba(255,255,255,.24); }
.guarantee-box::after { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(255,255,255,.3); border-radius: 11px; }
.guarantee-badge { position: absolute; z-index: 2; top: -18px; left: 50%; min-width: 190px; transform: translateX(-50%); padding: 8px 17px; border: 2px solid #ffd45b; border-radius: 99px; color: #4b2700; background: linear-gradient(180deg, #fff1a6, #ffc93f); font-size: 13px; font-weight: 900; letter-spacing: .08em; box-shadow: 0 6px 15px rgba(83,26,0,.28); }
.guarantee-shield { position: relative; z-index: 1; width: 38px; height: 42px; margin: 0 auto 8px; display: grid; place-items: center; clip-path: polygon(50% 0, 94% 16%, 88% 72%, 50% 100%, 12% 72%, 6% 16%); color: #d81729; background: white; font-size: 21px; font-weight: 1000; }
.guarantee-box p { position: relative; z-index: 1; color: white; margin: 0; }
.guarantee-lead { font-size: 12px; font-weight: 700; }
.guarantee-threshold { position: relative; z-index: 1; display: block; margin: 3px 0 8px; color: white; font: 900 28px/1.2 Arial, sans-serif; letter-spacing: -.03em; text-decoration: underline; text-decoration-color: #ffd45b; text-decoration-thickness: 5px; text-underline-offset: 4px; }
.guarantee-zero { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: center; gap: 4px; margin-top: 4px; line-height: 1; }
.guarantee-zero small { margin: 0 5px 9px 0; padding: 4px 7px; border-radius: 5px; color: #b51121; background: white; font-size: 12px; font-weight: 900; }
.guarantee-zero em { color: #fff; font: 1000 64px/.82 Arial, sans-serif; font-style: normal; letter-spacing: -.06em; text-shadow: 0 4px 0 rgba(92,0,11,.18); }
.guarantee-zero b { margin-bottom: 6px; color: white; font-size: 21px; font-weight: 900; }
.guarantee-message { margin-top: 10px !important; font-size: 14px; font-weight: 900; letter-spacing: .04em; }
.pricing-note { color: #8a95a6; font-size: 9px; margin: 10px 0 0; }
.pricing-card .cta-button { margin-left: auto; margin-right: auto; min-height: 54px; font-size: 13px; }

.instructor-section { background: white; }
.instructor-grid { display: grid; grid-template-columns: .72fr 1.2fr; gap: 75px; align-items: center; }
.instructor-photo { height: 470px; position: relative; overflow: hidden; border-radius: 3px 100px 3px 3px; background: white; border: 1px solid #dce5f0; box-shadow: 0 26px 54px rgba(9,29,61,.22); }
.instructor-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(to top, rgba(6,21,46,.92), transparent); pointer-events: none; }
.instructor-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; }
.instructor-photo-label { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 23px; display: flex; flex-direction: column; gap: 5px; color: white; }
.instructor-photo-label span { color: #83c7ff; font: 800 9px Arial, sans-serif; letter-spacing: .2em; }
.instructor-photo-label strong { font-size: 15px; letter-spacing: .04em; }
.instructor-copy h2 { font-size: clamp(42px, 5vw, 63px); margin-bottom: 2px; }
.role { display: inline-block; color: var(--blue-600); font-size: 12px; font-weight: 800; margin-bottom: 25px; }
.instructor-copy > p { color: var(--muted); font-size: 14px; line-height: 2; margin-bottom: 12px; }
.instructor-copy blockquote { margin: 24px 0 0; padding: 16px 20px; border-left: 3px solid var(--blue-600); background: var(--blue-100); color: var(--navy-900); font-size: 14px; font-weight: 800; line-height: 1.8; }

.fit-section { background: #f6f8fb; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fit-card { padding: 34px; border-radius: 17px; background: white; border: 1px solid var(--line); }
.fit-card > span { font: 800 9px Arial, sans-serif; letter-spacing: .16em; }
.fit-card h3 { color: var(--navy-900); font-size: 20px; margin: 10px 0 28px; }
.fit-card p { display: flex; align-items: center; gap: 11px; min-height: 45px; margin: 0; border-top: 1px solid #e9edf2; color: #45546a; font-size: 13px; font-weight: 700; }
.fit-card.good > span { color: var(--blue-600); }
.fit-card.bad > span { color: #8b95a5; }
.fit-card.bad b { width: 22px; height: 22px; display: grid; place-items: center; color: #7d8795; border-radius: 50%; background: #edf0f4; }
.fit-message { text-align: center; color: var(--muted); font-size: 16px; line-height: 1.85; margin: 40px 0 0; }
.fit-message strong { color: var(--navy-900); font-size: 19px; }

.faq-section { background: white; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; cursor: pointer; list-style: none; color: var(--navy-900); font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--blue-600); font: 900 12px Arial, sans-serif; }
.faq-list summary > b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-600); background: var(--blue-100); font-size: 16px; transition: .2s; }
.faq-list details[open] summary > b { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 0 48px 24px 0; }
.faq-answer > span { color: var(--red); font: 900 13px Arial, sans-serif; }
.faq-answer p { color: var(--muted); font-size: 13px; line-height: 1.9; margin: 0; }

.final-cta { position: relative; overflow: hidden; padding: 118px 28px; text-align: center; color: white; background: var(--navy-950); }
.final-cta::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; }
.final-cta-glow { position: absolute; width: 580px; height: 580px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(23,105,219,.32), transparent 68%); }
.final-cta-inner { position: relative; z-index: 2; }
.final-label { display: inline-block; color: #76c1ff; font: 800 10px Arial, sans-serif; letter-spacing: .22em; margin-bottom: 20px; }
.final-cta h2 { color: white; font-size: clamp(43px, 5.6vw, 69px); line-height: 1.25; }
.final-cta-inner > p:not(.cta-note) { color: #b8c8da; font-size: 14px; line-height: 2; }
.line-message { width: min(420px, 100%); margin: 26px auto 0; padding: 13px 19px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(255,255,255,.07); }
.line-message small { color: #8799af; font-size: 10px; margin-right: 13px; }
.line-message strong { color: white; font-size: 16px; }
.final-button { width: min(510px, 100%); margin: 18px auto 0; }
.light-note { margin-left: auto; margin-right: auto; }

footer { min-height: 106px; padding: 27px max(28px, calc((100vw - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 22px; background: #040f22; color: white; }
.footer-brand .brand-mark { width: 35px; height: 35px; }
.footer-brand strong { color: white; }
footer > p { color: #657791; font-size: 9px; margin: 0; }
.mobile-sticky { display: none; }

@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; padding-top: 62px; }
  .hero-copy { max-width: 640px; }
  .hero-visual { max-width: 680px; margin-left: auto; margin-right: auto; }
  .hero-image-wrap img { aspect-ratio: 1.35 / 1; }
  .solution-grid, .pricing-grid { grid-template-columns: 1fr; gap: 50px; }
  .problem-story { grid-template-columns: 1fr; }
  .problem-visual { min-height: 330px; }
  .results-board { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .result-featured { min-height: 260px; }
  .lesson-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-line { grid-template-columns: 1fr; gap: 0; padding-left: 20px; }
  .flow-line::before { top: 0; bottom: 0; left: 44px; width: 2px; height: auto; }
  .flow-step { min-height: 105px; display: grid; grid-template-columns: 50px 1fr; grid-template-rows: auto auto; gap: 3px 22px; text-align: left; }
  .flow-step > span { grid-row: 1 / 3; margin: 0; }
  .flow-step h3 { margin: 6px 0 0; }
  .flow-step p { margin: 0; }
  .instructor-grid { grid-template-columns: .75fr 1.25fr; gap: 45px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .manga-hero { padding: 30px 13px 38px; }
  .manga-page { border-width: 3px; }
  .manga-scene figcaption { max-width: 56%; padding: 6px 9px; font-size: clamp(8px, 2.5vw, 11px); line-height: 1.35; box-shadow: 1px 2px 0 rgba(0,0,0,.14); }
  .scene-two figcaption { min-width: 42%; padding: 8px 12px; font-size: clamp(12px, 3.5vw, 15px); line-height: 1.3; }
  .manga-dialog { padding: 5px 7px; font-size: clamp(7.5px, 2.15vw, 9px); line-height: 1.25; box-shadow: 1px 2px 0 rgba(0,0,0,.14); }
  .manga-answer { width: calc(100% - 16px); padding: 18px 14px; }
  .manga-answer strong { font-size: 16px; }
  .site-header { height: 64px; padding: 0 17px; }
  .brand-mark { width: 35px; height: 35px; border-radius: 8px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 8px; }
  .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero-inner { padding: 40px 19px 38px; gap: 36px; }
  .eyebrow { font-size: 11px; }
  .hero-main-title { max-width: 100%; margin: 15px 0 20px; font-size: clamp(44px, 12.8vw, 52px); line-height: 1.1; }
  .hero-title-line-accent { font-size: .8em; letter-spacing: -.085em; }
  .hero-service-name { font-size: .55em; }
  .hero-service-label { margin-top: -5px; font-size: 10px; }
  .hero-lead { font-size: 13px; line-height: 1.85; letter-spacing: 0; }
  .hero-points { display: grid; gap: 10px; }
  .hero-points .hero-point-feature { max-width: 100%; justify-content: center; }
  .hero-price-card { grid-template-columns: 1fr; gap: 11px; padding: 18px; }
  .price-divider { width: 100%; height: 1px; }
  .price-main strong { font-size: 38px; }
  .price-guarantee { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .price-guarantee span { font-size: 20px; }
  .guarantee-box { margin-top: 36px; padding: 34px 13px 20px; border-radius: 16px; }
  .guarantee-badge { min-width: 180px; font-size: 12px; }
  .guarantee-threshold { font-size: 27px; }
  .guarantee-zero em { font-size: 68px; }
  .guarantee-message { font-size: 13px; }
  .cta-button { min-height: 57px; font-size: 14px; padding: 0 18px; }
  .hero-image-wrap { border-radius: 18px; }
  .hero-image-wrap img { aspect-ratio: 1 / 1.08; object-position: center 34%; }
  .image-caption { left: 18px; right: 18px; bottom: 17px; }
  .floating-card { min-width: 116px; padding: 11px 13px; }
  .floating-card strong { font-size: 22px; }
  .floating-card-top { right: -7px; top: 7%; }
  .floating-card-bottom { left: -4px; bottom: 21%; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .hero-stats > div { padding: 18px 4px; flex-direction: column; align-items: center; gap: 5px; text-align: center; }
  .hero-stats small { font-size: 8px; }
  .hero-stats strong { font-size: 12px; }
  .takehome-section { padding: 32px 13px; }
  .takehome-card { grid-template-columns: 1fr; gap: 24px; padding: 32px 17px 20px; border-radius: 16px; }
  .takehome-card::before { left: 18px; }
  .takehome-copy h2 { font-size: 23px; line-height: 1.5; }
  .takehome-copy p { font-size: 11px; }
  .takehome-flow { grid-template-columns: 1fr; gap: 7px; }
  .takehome-flow > div { min-height: 68px; }
  .takehome-flow > span { transform: rotate(90deg); justify-self: center; font-size: 15px; line-height: 1; }
  .takehome-flow strong { font-size: 13px; }
  .field-video-section { padding-top: 66px; padding-bottom: 66px; }
  .field-video-intro { padding: 0 10px; font-size: 11px; }
  .field-video-slider { width: 100%; margin-top: 27px; }
  .field-video-card { grid-template-columns: 1fr; gap: 20px; padding: 13px 13px 20px; }
  .field-video-frame { width: min(290px, 88%); margin: 0 auto; }
  .field-video-caption { padding: 0 7px; text-align: center; }
  .field-video-caption strong { font-size: 17px; }
  .field-video-caption p { font-size: 11px; }
  .section { padding: 82px 19px; }
  .section-heading { margin-bottom: 36px; }
  .section h2 { font-size: clamp(27px, 8.4vw, 32px); line-height: 1.42; text-wrap: balance; }
  .section-heading .kicker { font-size: 12px; }
  .cta-button { white-space: nowrap; }
  .mobile-only { display: block; }
  .problem-grid { grid-template-columns: 1fr; gap: 8px; }
  .problem-visual { min-height: 260px; }
  .problem-card { min-height: 67px; padding: 15px 16px; }
  .problem-card p { font-size: 13px; }
  .problem-message { font-size: 14px; margin-top: 35px; }
  .solution-grid { gap: 36px; }
  .solution-title > p:last-of-type { font-size: 13px; }
  .solution-visual { height: 220px; }
  .solution-item { min-height: 70px; grid-template-columns: 38px 1fr auto; }
  .solution-item strong { font-size: 13px; }
  .philosophy-grid { grid-template-columns: 1fr; gap: 35px; }
  .philosophy-visual { height: 300px; border-radius: 3px 55px 3px 3px; }
  .philosophy-number { width: 100%; height: 155px; border-radius: 2px 55px 2px 2px; font-size: 72px; }
  .philosophy-grid > div:last-child > p { font-size: 13px; }
  .transformation { grid-template-columns: 1fr; }
  .transformation > svg { transform: rotate(90deg); }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .results-board { padding: 16px; gap: 25px; border-radius: 15px; }
  .result-featured { min-height: 230px; padding: 26px; }
  .result-featured > small { margin-bottom: 25px; }
  .result-featured strong { font-size: 46px; }
  .result-bars { gap: 19px; padding: 8px 0; }
  .result-row { grid-template-columns: 46px 1fr 78px; gap: 9px; }
  .result-row strong { font-size: 12px; }
  .blog-grid { grid-template-columns: 1fr; gap: 10px; }
  .blog-card { min-height: 182px; padding: 21px; }
  .lesson-grid { grid-template-columns: 1fr; gap: 10px; }
  .lesson-card { min-height: 186px; padding: 24px; }
  .category-strip { align-items: flex-start; flex-direction: column; }
  .category-strip div { justify-content: flex-start; }
  .pricing-copy dl > div { grid-template-columns: 105px 1fr; }
  .pricing-card { padding: 29px 18px; }
  .pricing-amount strong { font-size: 51px; }
  .instructor-grid { grid-template-columns: 1fr; gap: 44px; }
  .instructor-photo { height: 390px; border-radius: 3px 65px 3px 3px; }
  .instructor-photo img { object-position: center 8%; }
  .instructor-copy > p { font-size: 13px; }
  .fit-grid { grid-template-columns: 1fr; gap: 12px; }
  .fit-card { padding: 25px 20px; }
  .fit-message { font-size: 13px; }
  .fit-message strong { font-size: 16px; }
  .faq-list summary { grid-template-columns: 35px 1fr auto; min-height: 74px; gap: 8px; font-size: 13px; }
  .faq-answer { grid-template-columns: 35px 1fr; gap: 8px; padding-right: 0; }
  .final-cta { padding: 88px 19px; }
  .final-cta h2 { font-size: 38px; }
  .final-cta-inner > p:not(.cta-note) { font-size: 12px; }
  footer { padding: 27px 19px; flex-direction: column; align-items: flex-start; }
  .mobile-sticky { position: fixed; z-index: 60; display: grid; grid-template-columns: 1fr; left: 0; right: 0; bottom: 0; min-height: 70px; padding: 9px 12px; background: rgba(255,255,255,.98); border-top: 1px solid #dce4ed; box-shadow: 0 -8px 26px rgba(6,21,46,.12); }
  .mobile-sticky > div { display: flex; flex-direction: column; justify-content: center; padding-left: 5px; }
  .mobile-sticky small { color: var(--muted); font-size: 9px; }
  .mobile-sticky strong { color: var(--navy-900); font-size: 16px; }
  .mobile-sticky > a { display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 9px; background: var(--green); color: white; font-size: 13px; font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* ===== Simple, diagram-led redesign ===== */
body { background: #fff; }
.section { padding: 88px 28px; }
.section-heading { margin-bottom: 38px; }
.section-index, .section-index.light { position: relative; padding-left: 17px; color: var(--blue-600); letter-spacing: .12em; }
.section-index::before { content: ""; position: absolute; left: 0; top: 50%; width: 8px; height: 8px; transform: translateY(-50%); background: var(--blue-600); }
.section h2 { font-size: clamp(30px, 3.5vw, 44px); line-height: 1.4; }
.kicker, .kicker.light { color: #52647c; letter-spacing: .03em; }
.reveal-item { transform: translateY(16px); transition-duration: .55s; }
.cta-button { border-radius: 8px; box-shadow: none; }
.cta-button-green::after { display: none; }

.site-header { height: 68px; box-shadow: none; }
.brand-mark { border-radius: 6px; background: var(--navy-900); box-shadow: none; }
.header-cta { border-radius: 7px; box-shadow: none; }

.manga-hero { padding: 34px 28px 42px; background: #f5f8fc; }
.manga-hero::before { display: none; }
.manga-page { border: 2px solid var(--navy-900); border-radius: 10px; box-shadow: 0 8px 22px rgba(9,29,61,.08); }
.manga-scene figcaption { border-width: 2px; box-shadow: none; }
.manga-answer { width: min(680px, 94%); margin-top: 12px; padding: 19px 24px; border: 1px solid #cbd9ea; border-radius: 10px; color: var(--navy-900); background: white; box-shadow: none; }
.manga-answer small { color: var(--blue-600); }
.manga-answer strong { font-size: 18px; }
.manga-answer a { border-radius: 7px; }

.hero { min-height: auto; color: var(--ink); background: white; }
.hero::after, .hero-glow { display: none; }
.hero-inner { gap: 62px; padding-top: 68px; padding-bottom: 48px; }
.eyebrow { color: var(--blue-600); }
.eyebrow span { background: var(--blue-600); }
.hero-main-title { color: var(--navy-900); font-size: clamp(46px, 5vw, 68px); }
.hero-main-title em { color: var(--blue-600); }
.hero-main-title em::after { height: 5px; background: #cfe4ff; }
.hero-service-name { color: #526b8c; }
.hero-service-label { border-color: #c5d9f2; color: var(--blue-600); background: #f4f8ff; }
.hero-lead { color: #53647a; line-height: 1.85; }
.hero-points { gap: 10px; }
.hero-points > span { padding: 9px 11px; border: 1px solid #d9e4f1; border-radius: 7px; color: var(--navy-900); background: #f8fafd; }
.hero-points .hero-point-feature { width: auto; max-width: none; border-color: #a8d7b4; color: #087d28; background: #f0fbf3; }
.hero .check-icon { color: var(--blue-600); background: #e9f2ff; }
.service-explainer { max-width: 540px; margin: 22px 0 24px; padding: 20px; border: 1px solid #cbd9ea; border-radius: 10px; background: #f8fbff; }
.service-explainer-title { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.service-explainer-title span { padding: 5px 7px; border-radius: 4px; color: white; background: var(--blue-600); font: 800 8px/1 Arial, sans-serif; letter-spacing: .1em; }
.service-explainer-title strong { color: var(--navy-900); font-size: 17px; }
.service-diagram { display: grid; gap: 5px; }
.service-step { min-height: 62px; display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 12px; padding: 9px 12px; border: 1px solid #d8e3f0; border-radius: 8px; background: white; }
.service-step-number { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--navy-900); font: 900 12px/1 Arial, sans-serif; }
.service-step div { display: flex; flex-direction: column; gap: 2px; }
.service-step small { color: #75849a; font-size: 9px; font-weight: 700; }
.service-step strong { color: var(--navy-900); font-size: 13px; line-height: 1.45; }
.service-step-arrow { height: 12px; display: grid; place-items: center; color: var(--blue-600); font-size: 15px; font-weight: 900; line-height: 1; }
.service-result { position: relative; margin-top: 12px; padding: 14px 16px 13px 78px; border-radius: 8px; color: white; background: var(--blue-600); }
.service-result > span { position: absolute; left: 12px; top: 50%; width: 52px; height: 52px; display: grid; place-items: center; transform: translateY(-50%); border-radius: 50%; color: var(--navy-900); background: white; font-size: 9px; font-weight: 900; }
.service-result strong { display: block; font-size: 15px; line-height: 1.45; }
.service-result small { display: block; margin-top: 5px; color: #dcecff; font-size: 9px; font-weight: 700; }
.hero-image-wrap { border: 1px solid #d3deeb; border-radius: 12px; box-shadow: none; }
.hero-image-wrap::after { background: linear-gradient(to top, rgba(6,21,46,.68), transparent 42%); }
.hero-image-wrap img { animation: none; }
.floating-card { display: none; }
.hero-stats { max-width: 1120px; margin-bottom: 40px; border: 1px solid #dce4ef; border-radius: 10px; overflow: hidden; background: #f6f9fd; }
.hero-stats > div { padding: 18px 24px; border-color: #dce4ef; }
.hero-stats small { color: #718098; }
.hero-stats strong { color: var(--navy-900); }

.takehome-section { padding: 38px 28px 58px; background: white; }
.takehome-section::before { display: none; }
.takehome-card { gap: 38px; padding: 30px 34px; border: 1px solid #cbd8e7; border-left: 6px solid var(--blue-600); border-radius: 10px; box-shadow: none; }
.takehome-card::before { top: -12px; border-radius: 4px; box-shadow: none; }
.takehome-copy h2 { font-size: clamp(22px, 2.5vw, 31px); }
.takehome-copy h2 em { color: var(--blue-600); background: none; }
.takehome-flow { gap: 7px; }
.takehome-flow > div { min-height: 88px; border-radius: 8px; background: #f7f9fc; }
.takehome-flow .takehome-goal { border: 1px solid var(--green); background: var(--green); box-shadow: none; }

.field-video-section { color: var(--ink); background: #f5f8fc; }
.field-video-section::before { display: none; }
.field-video-section .section-heading h2 { color: var(--navy-900); }
.field-video-section .kicker { color: #52647c; }
.field-video-intro { color: #65738a; }
.field-video-card { width: min(660px, 100%); margin: 0 auto; grid-template-columns: 250px 1fr; gap: 30px; padding: 18px; border: 1px solid #cfdae8; border-radius: 10px; color: var(--ink); background: white; box-shadow: none; backdrop-filter: none; }
.field-video-frame { border: 1px solid #cbd6e3; border-radius: 8px; box-shadow: none; }
.field-video-badge { border-radius: 4px; background: rgba(9,29,61,.88); }
.field-video-badge i { animation: none; box-shadow: none; }
.field-video-caption strong { color: var(--navy-900); font-size: 19px; }
.field-video-caption p { color: #65738a; }
.field-video-note { color: #7d8999; }

.problem-section, .learn-section, .fit-section { background: #f7f9fc; }
.problem-story { gap: 14px; }
.problem-card, .lesson-card, .fit-card { border-radius: 8px; box-shadow: none; }
.problem-card { min-height: 68px; }
.problem-card span { border-radius: 5px; }
.story-visual { border: 1px solid #d5dfeb; border-radius: 10px; box-shadow: none; }
.problem-message strong { background: none; color: var(--blue-600); }

.solution-section { color: var(--ink); background: #eef5ff; }
.solution-section::after { display: none; }
.solution-title h2 { color: var(--navy-900); }
.solution-title > p:last-of-type { color: #586a81; }
.solution-list { border-top-color: #c9d9eb; }
.solution-item { border-bottom-color: #c9d9eb; }
.solution-item strong { color: var(--navy-900); }
.solution-visual { border-color: #c6d7e9; box-shadow: none; }

.philosophy-visual { border-radius: 10px; }
.transformation > div { border-radius: 7px; }

.results-section { background: var(--navy-900); }
.results-board { padding: 22px; border: 1px solid #2a456c; border-radius: 10px; background: #10284d; }
.result-featured { border-radius: 8px; background: var(--blue-600); }
.bar-fill { background: #5eb3ff; }

.blog-card { min-height: 180px; border: 1px solid #d5dfeb; border-radius: 8px; background: white; box-shadow: none; }
.blog-card::before { height: 4px; background: var(--blue-600); }
.blog-card-area strong { font-size: 27px; }
.blog-card-bottom b, .blog-all-button { border-radius: 6px; box-shadow: none; }
.lesson-card { min-height: 195px; padding: 24px; }
.lesson-card h3 { margin-top: 22px; }
.category-strip { border: 1px solid #d5dfeb; border-radius: 8px; color: var(--navy-900); background: white; }
.category-strip > small { color: #65738a; }
.category-strip div span { border-color: #cbd8e7; color: #52647c; }
.flow-line::before { background: #cbd9ea; }
.flow-step > span { border: 4px solid #e8f2ff; }

.pricing-section { color: var(--ink); background: #f0f4f9; }
.pricing-copy h2 { color: var(--navy-900); }
.pricing-copy dl { border-color: #cbd8e7; }
.pricing-copy dl > div { border-color: #cbd8e7; }
.pricing-copy dt { color: #65738a; }
.pricing-copy dd { color: var(--navy-900); }
.pricing-copy dd small { color: #65738a; }
.pricing-card { border: 1px solid #cbd8e7; border-radius: 10px; box-shadow: none; }
.guarantee-box { border-width: 2px; border-radius: 9px; background: #df2638; box-shadow: none; }
.guarantee-box::after { display: none; }
.guarantee-badge { border: 0; border-radius: 4px; color: #8a1420; background: #fff; box-shadow: none; }
.guarantee-shield { clip-path: none; width: 34px; height: 34px; border-radius: 50%; }
.guarantee-threshold { text-decoration-thickness: 3px; }
.guarantee-zero em { text-shadow: none; }

.instructor-photo { border-radius: 10px; box-shadow: none; }
.instructor-copy blockquote { border-radius: 0 7px 7px 0; }
.fit-message { border-radius: 8px; box-shadow: none; }
.faq-list details { border-radius: 7px; }
.final-cta { background: var(--navy-900); }
.final-cta::before, .final-cta-glow { display: none; }
.line-message { border-radius: 7px; }

@media (max-width: 680px) {
  .section { padding: 68px 16px; }
  .section-heading { margin-bottom: 30px; }
  .section h2 { font-size: 28px; }
  .manga-hero { padding: 24px 12px 32px; }
  .manga-answer { padding: 16px 13px; }
  .hero-inner { padding: 46px 18px 34px; }
  .hero-main-title { font-size: 46px; }
  .service-explainer { margin: 20px 0 22px; padding: 15px; }
  .service-explainer-title strong { font-size: 16px; }
  .service-step { grid-template-columns: 40px 1fr; padding: 8px 10px; }
  .service-step-number { width: 40px; height: 40px; }
  .service-step strong { font-size: 12px; }
  .service-result { padding: 14px 12px 13px 70px; }
  .service-result > span { left: 10px; width: 48px; height: 48px; }
  .service-result strong { font-size: 14px; }
  .hero-points > span, .hero-points .hero-point-feature { width: 100%; max-width: 100%; justify-content: flex-start; }
  .hero-stats { margin: 0 13px 28px; }
  .takehome-section { padding: 24px 13px 48px; }
  .takehome-card { padding: 30px 16px 18px; border-left-width: 4px; }
  .takehome-flow > span { color: var(--blue-600); }
  .field-video-card { grid-template-columns: 1fr; padding: 12px 12px 18px; }
  .field-video-frame { width: min(250px, 86%); }
  .problem-story, .solution-grid, .pricing-grid { gap: 28px; }
  .results-board { padding: 12px; }
  .pricing-card { padding: 26px 16px; }
}

/* 同行風景スライダー */
.video-carousel { width: min(760px, 100%); margin: 0 auto; }
.video-carousel-stage { position: relative; padding: 0 58px; touch-action: pan-y; user-select: none; }
.video-slide { display: grid; grid-template-columns: 290px 1fr; gap: 32px; align-items: center; padding: 18px; border: 1px solid #cfdae8; border-radius: 12px; background: white; animation: videoSlideIn .35s ease both; }
.video-slide-media { position: relative; width: 290px; aspect-ratio: 9 / 16; overflow: hidden; border: 1px solid #cbd6e3; border-radius: 10px; background: var(--navy-950); }
.video-slide-media video, .video-slide-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.video-slide-copy { padding-right: 14px; }
.video-slide-count { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.video-slide-count span { color: var(--blue-600); font: 900 10px/1 Arial, sans-serif; letter-spacing: .14em; }
.video-slide-count b { color: #8b99aa; font-size: 10px; }
.video-slide-copy > strong { display: block; color: var(--navy-900); font-size: 22px; line-height: 1.55; }
.video-slide-copy p { margin: 10px 0 0; color: #65738a; font-size: 13px; line-height: 1.8; }
.video-nav { position: absolute; z-index: 4; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid #cbd8e7; border-radius: 50%; color: var(--navy-900); background: white; box-shadow: 0 5px 15px rgba(9,29,61,.1); font: 400 30px/1 Arial, sans-serif; cursor: pointer; transition: .2s ease; }
.video-nav:hover { border-color: var(--blue-600); color: white; background: var(--blue-600); }
.video-nav-prev { left: 0; }
.video-nav-next { right: 0; }
.video-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 18px; }
.video-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #bdc9d8; cursor: pointer; transition: .2s ease; }
.video-dots button.is-active { width: 24px; border-radius: 99px; background: var(--blue-600); }
.video-swipe-hint { display: none; }
@keyframes videoSlideIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 680px) {
  .video-carousel-stage { padding: 0 2px; }
  .video-slide { grid-template-columns: 1fr; gap: 0; padding: 10px 10px 18px; }
  .video-slide-media { width: min(300px, 86%); margin: 0 auto; }
  .video-slide-copy { padding: 17px 6px 0; }
  .video-slide-count { margin-bottom: 9px; }
  .video-slide-copy > strong { font-size: 18px; }
  .video-slide-copy p { font-size: 12px; }
  .video-nav { top: 43%; width: 38px; height: 38px; border: 2px solid white; color: white; background: rgba(9,29,61,.82); box-shadow: 0 4px 12px rgba(0,0,0,.2); }
  .video-nav-prev { left: 3px; }
  .video-nav-next { right: 3px; }
  .video-dots { gap: 6px; margin-top: 14px; }
  .video-swipe-hint { display: block; margin: 10px 0 0; color: #78879b; text-align: center; font-size: 10px; font-weight: 700; }
}

@media (prefers-reduced-motion: reduce) {
  .video-slide { animation: none; }
}

/* 新着同行レポート：公開日から14日間だけ自動表示 */
.blog-card.is-new { border: 2px solid var(--blue-600); background: linear-gradient(145deg, #fff 35%, #eaf3ff); box-shadow: 0 12px 28px rgba(23,105,219,.15); }
.blog-card.is-new::before { height: 6px; background: linear-gradient(90deg, var(--red), #ff7280); }
.report-new-badge { position: absolute; z-index: 2; top: 14px; right: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 6px; color: white; background: var(--red); box-shadow: 0 5px 12px rgba(230,61,79,.2); }
.report-new-badge strong { font: 900 11px/1 Arial, sans-serif; letter-spacing: .08em; }
.report-new-badge small { padding-left: 7px; border-left: 1px solid rgba(255,255,255,.45); font-size: 8px; font-weight: 700; }
.blog-card.is-new .blog-card-top { padding-right: 116px; }

@media (max-width: 680px) {
  .report-new-badge { top: 12px; right: 12px; }
  .blog-card.is-new .blog-card-top { padding-right: 108px; }
}
