:root{--navy:#061225;--navy2:#0a1b36;--blue:#2577ff;--blue2:#70b7ff;--ice:#eaf4ff;--paper:#f6f9fd;--white:#fff;--ink:#0c1729;--muted:#64748b;--line:#dce5ef;--max:1180px;--radius:24px;--shadow:0 24px 80px rgba(8,31,66,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif;line-height:1.8}a{color:inherit}.wrap{width:min(calc(100% - 44px),var(--max));margin:auto}.nav{position:sticky;top:0;z-index:30;background:rgba(6,18,37,.88);color:#fff;border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(16px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;text-decoration:none}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--blue);font-size:.86rem}.nav-links{display:flex;gap:30px;align-items:center}.nav-links a{text-decoration:none;font-size:.9rem;font-weight:700;color:#dce9fb}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 25px;border-radius:12px;background:var(--blue);color:#fff!important;text-decoration:none;font-weight:900;box-shadow:0 10px 30px rgba(37,119,255,.3);transition:transform .2s ease,background .2s ease}.button:hover{background:#0e66f5;transform:translateY(-2px)}.button.secondary{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.34);box-shadow:none}.button.ghost{background:transparent;color:var(--blue)!important;border:1px solid #a9c8f4;box-shadow:none}.hero{position:relative;overflow:hidden;color:#fff;background:var(--navy);padding:112px 0 105px}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(112,183,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(112,183,255,.055) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 90%)}.hero:after{content:"";position:absolute;width:46vw;height:46vw;right:-18vw;top:-21vw;border:1px solid rgba(112,183,255,.22);border-radius:50%;box-shadow:0 0 0 70px rgba(37,119,255,.035),0 0 0 150px rgba(37,119,255,.025)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.kicker{margin:0 0 14px;color:var(--blue2);font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.hero h1{font-size:clamp(3rem,6.5vw,6rem);line-height:1.04;letter-spacing:-.055em;margin:.08em 0 .28em}.hero h1 em{font-style:normal;color:var(--blue2)}.lead{font-size:clamp(1.05rem,1.7vw,1.25rem);color:#c9d8eb;max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.micro-proof{display:flex;gap:24px;flex-wrap:wrap;margin-top:32px;color:#9fb2cb;font-size:.84rem}.micro-proof span:before{content:"✓";color:var(--blue2);font-weight:900;margin-right:7px}.visual{position:relative;height:540px}.cover{position:absolute;width:72%;aspect-ratio:1.91/1;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.2);box-shadow:0 34px 80px rgba(0,0,0,.42)}.cover-start{top:20px;left:0;transform:rotate(-7deg)}.cover-level{top:172px;right:0;transform:rotate(5deg)}.cover-pro{bottom:3px;left:8%;transform:rotate(-3deg)}.visual-badge{position:absolute;right:4%;top:48px;width:138px;height:138px;display:grid;place-items:center;text-align:center;border-radius:50%;background:var(--blue);font-weight:900;line-height:1.25;box-shadow:0 20px 50px rgba(37,119,255,.45);z-index:4}.ticker{background:#081a35;color:#abc0da;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.ticker-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.82rem;font-weight:800;letter-spacing:.08em}.ticker strong{color:#fff}.section{padding:108px 0}.section-head{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:end;margin-bottom:54px}.section-head h2{font-size:clamp(2.2rem,5vw,4rem);line-height:1.16;letter-spacing:-.04em;margin:.08em 0}.section-head .intro{font-size:1.08rem;color:var(--muted);max-width:600px}.pathway{position:relative;display:grid;gap:28px}.pathway:before{content:"";position:absolute;left:42px;top:50px;bottom:50px;width:2px;background:linear-gradient(var(--blue),#cbdcf2)}.course{position:relative;display:grid;grid-template-columns:86px 330px 1fr;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 40px rgba(21,46,81,.06)}.step{position:relative;z-index:2;display:grid;place-items:center;align-content:center;gap:6px;background:#f0f6ff;border-right:1px solid var(--line);color:var(--blue);font-weight:950}.step b{font-size:1.8rem;line-height:1}.step small{font-size:.62rem;letter-spacing:.14em}.course-media{position:relative;min-height:280px;overflow:hidden}.course-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.course:hover .course-media img{transform:scale(1.025)}.course-body{padding:34px 38px;align-self:center}.stage{font-size:.72rem;color:var(--blue);font-weight:900;letter-spacing:.14em}.course h3{font-size:2rem;line-height:1.2;margin:.18em 0 .35em}.course p{color:var(--muted);margin:.3em 0}.meta{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.meta span{padding:5px 10px;border-radius:7px;background:#edf4fc;color:#39526e;font-size:.78rem;font-weight:800}.course-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.method{background:var(--navy);color:#fff}.method-grid{display:grid;grid-template-columns:1fr 1fr;gap:84px;align-items:center}.method h2{font-size:clamp(2.2rem,5vw,4rem);line-height:1.15;letter-spacing:-.04em}.method p{color:#b8c9dd}.method-list{counter-reset:method}.method-item{counter-increment:method;padding:25px 0 25px 66px;border-bottom:1px solid rgba(255,255,255,.13);position:relative}.method-item:before{content:"0" counter(method);position:absolute;left:0;top:25px;color:var(--blue2);font-weight:900}.method-item strong{display:block;font-size:1.15rem}.blog{background:#eaf2fb}.posts{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:20px}.post{position:relative;min-height:340px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.post:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.post:first-child{min-height:460px;background:linear-gradient(160deg,#0b2142,#113b75);color:#fff}.post:first-child p{color:#c9d8eb}.post:before{content:"♪";position:absolute;right:28px;top:20px;font-size:5rem;font-weight:900;line-height:1;color:rgba(37,119,255,.1)}.post:first-child:before{color:rgba(112,183,255,.18);font-size:9rem}.post small{color:var(--blue);font-weight:900}.post h3{font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.42;margin:.5em 0}.post p{color:var(--muted);margin:0}.arrow{display:inline-block;margin-top:18px;color:var(--blue);font-weight:900}.final{padding:110px 0;background:linear-gradient(135deg,#fff,#eaf4ff)}.final-box{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;padding:60px;border-radius:32px;background:var(--white);border:1px solid #cadcf0;box-shadow:var(--shadow)}.final h2{font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.18;margin:.15em 0}.final p{color:var(--muted)}.chooser{display:grid;gap:12px}.chooser a{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-radius:14px;background:#f1f6fc;text-decoration:none;font-weight:900;border:1px solid transparent}.chooser a:hover{border-color:#83b5f4;background:#fff}.chooser span{color:var(--blue)}footer{padding:42px 0;background:var(--navy);color:#8fa4bd;font-size:.82rem}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.article{width:min(calc(100% - 38px),800px);margin:auto;padding:90px 0}.article h1{font-size:clamp(2.2rem,6vw,4rem);line-height:1.2}.article h2{font-size:1.8rem;margin-top:2.1em}.article p,.article li{color:#44546a}.article .back{display:inline-block;margin-bottom:34px;color:var(--blue);font-weight:900}.article-cta{margin-top:50px;padding:32px;background:var(--ice);border-radius:var(--radius)}
@media(max-width:900px){.hero-grid,.section-head,.method-grid,.final-box{grid-template-columns:1fr}.visual{height:460px;max-width:650px}.section-head,.method-grid{gap:30px}.course{grid-template-columns:72px 280px 1fr}.posts{grid-template-columns:1fr 1fr}.post:first-child{grid-column:1/-1}.final-box{padding:42px}}
@media(max-width:680px){.wrap{width:min(calc(100% - 28px),var(--max))}.nav-inner{min-height:66px}.nav-links a:not(.button){display:none}.nav-links .button{min-height:44px;padding:0 14px;font-size:.78rem}.brand-mark{width:32px;height:32px}.hero{padding:74px 0 64px}.hero h1{font-size:clamp(2.9rem,15vw,4.3rem)}.hero-grid{gap:44px}.visual{height:330px}.cover{width:76%;border-radius:12px}.cover-start{top:0}.cover-level{top:104px}.visual-badge{width:88px;height:88px;font-size:.72rem;top:26px}.ticker-inner{overflow:auto;justify-content:flex-start;white-space:nowrap}.section{padding:76px 0}.section-head{margin-bottom:34px}.course{grid-template-columns:1fr}.step{position:absolute;left:14px;top:14px;width:54px;height:54px;border:0;border-radius:14px;box-shadow:0 8px 20px rgba(0,0,0,.16)}.step small{display:none}.course-media{min-height:205px}.course-body{padding:26px 22px}.button,.course-actions .button,.course-actions .ghost{width:100%}.method{padding:76px 0}.method-item{padding-left:52px}.posts{grid-template-columns:1fr}.post,.post:first-child{min-height:300px;grid-column:auto}.final{padding:70px 0}.final-box{padding:28px 22px;border-radius:24px}.footer-inner{display:block}}
/* 日本語の案内と、冒頭の読みやすさ */
.brand-mark{width:42px;flex-shrink:0;font-size:.78rem;letter-spacing:0}.kicker,.stage{letter-spacing:.06em;text-transform:none}.section .kicker,.final .kicker{color:#195ab8}.method .kicker{color:#8fcaff}.hero{background:linear-gradient(115deg,#0a2548 0%,#0d3564 52%,#071a34 100%)}.hero:before{opacity:.42}.hero:after{opacity:.4}.hero .kicker{display:inline-block;padding:7px 13px;border-left:3px solid #67e0e5;background:#153f69;color:#dcf5ff;border-radius:0 6px 6px 0;font-size:.85rem}.hero h1 .inspiration{color:#fff}.hero h1 em{color:#70e2ec;text-shadow:0 4px 28px rgba(79,206,229,.15)}.hero .lead{color:#e0edfb;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.95;margin-top:28px}.hero .lead span,.hero .lead strong{display:block}.hero .lead strong{font-size:.92em;color:#a9e9f3;font-weight:700;margin-top:10px}.visual-badge{background:#1861ce;border:1px solid #86c7ff}.micro-proof{color:#c5d8ed}.post:first-child small,.post:first-child .arrow{color:#8bc5ff}a:focus-visible{outline:3px solid #20adce;outline-offset:5px}section[id]{scroll-margin-top:90px}
@media(max-width:680px){.nav-inner{gap:10px}.brand{gap:7px;font-size:.85rem}.nav-links .button{font-size:.7rem;padding:0 10px}.brand-mark{width:32px;font-size:.68rem}.hero .kicker{font-size:.73rem}.hero .lead{font-size:1rem}.hero h1{font-size:clamp(2.8rem,13vw,4.3rem)}}
.hero{background:radial-gradient(ellipse 48% 64% at 79% 48%,rgba(37,119,255,.3) 0%,rgba(29,91,181,.13) 46%,transparent 76%),#08192f}.hero:before{opacity:1;background:linear-gradient(rgba(112,183,255,.085) 1px,transparent 1px),linear-gradient(90deg,rgba(112,183,255,.085) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000 0%,#000 65%,rgba(0,0,0,.4) 100%)}.hero:after{opacity:.35}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.course-media img,.post{transition:none}}
