:root{--ink:#10263a;--muted:#5e6e7b;--paper:#f4f6f2;--white:#fff;--navy:#0e3152;--navy-deep:#092239;--blue:#176fc1;--blue-light:#dcecf8;--orange:#ee704f;--yellow:#f3c95d;--line:#d7dee1;--success:#16735d;--danger:#b23b35;--max:1160px;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Noto Sans JP,Yu Gothic,Hiragino Kaku Gothic ProN,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;line-height:1.8;overflow-x:clip}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px), var(--max));margin-inline:auto}.section{padding:104px 0}.section-white{background:var(--white)}.section-navy{background:var(--navy);color:var(--white)}.section-soft{background:#eaf0ef}.eyebrow{color:var(--blue);letter-spacing:.15em;text-transform:uppercase;margin:0 0 14px;font:800 .78rem/1.2 ui-monospace,SFMono-Regular,Consolas,monospace}.section-navy .eyebrow{color:#82c8f6}.section-title{letter-spacing:-.05em;max-width:820px;margin:0;font-size:clamp(2rem,4.4vw,3.75rem);line-height:1.25}.section-lead{max-width:700px;color:var(--muted);margin:24px 0 0;font-size:1.06rem}.section-navy .section-lead{color:#c8d7e3}.button{border:1px solid var(--blue);background:var(--blue);min-height:52px;color:var(--white);border-radius:5px;justify-content:center;align-items:center;gap:10px;padding:0 24px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.button:hover{background:#0e5fa8;border-color:#0e5fa8;transform:translateY(-2px)}.button.secondary{color:var(--ink);background:0 0;border-color:#98a6ae}.button.secondary:hover{border-color:var(--navy);background:var(--white)}.button.light{border-color:var(--white);background:var(--white);color:var(--navy)}.text-link{color:var(--blue);align-items:center;gap:8px;font-weight:800;text-decoration:none;display:inline-flex}.text-link:after{content:"→";transition:transform .2s}.text-link:hover:after{transform:translate(4px)}.section-navy .text-link{color:#9cd7ff}.tag{background:var(--blue-light);min-height:28px;color:var(--navy);border-radius:999px;align-items:center;padding:0 10px;font-size:.74rem;font-weight:800;display:inline-flex}.tag.open{color:#12644e;background:#d9eee5}.tag.preparing{color:#64727c;background:#edf0f2}.site-header{z-index:30;backdrop-filter:blur(14px);background:#f4f6f2f0;border-bottom:1px solid #10263a1f;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;min-height:78px;display:flex}.logo{letter-spacing:-.025em;white-space:nowrap;align-items:center;gap:11px;font-size:1.05rem;font-weight:900;text-decoration:none;display:inline-flex}.logo-mark{background:var(--navy);width:34px;height:34px;color:var(--white);border-radius:5px;place-items:center;font:900 13px/1 ui-monospace,monospace;display:grid}.nav{align-items:center;gap:24px;display:flex}.nav a{font-size:.86rem;font-weight:800;text-decoration:none}.nav a:hover,.nav a[aria-current=page],.nav .portal-link{color:var(--blue)}.nav .nav-cta{background:var(--navy);color:var(--white);border-radius:4px;padding:10px 16px}.nav .nav-cta:hover{background:var(--blue);color:var(--white)}.menu-button{color:var(--navy);background:0 0;border:0;padding:8px;font-weight:800;display:none}.hero{position:relative;overflow:hidden}.hero:after{content:"";border:1px solid #ffffff2e;border-radius:50%;width:470px;height:470px;position:absolute;top:90px;right:-90px;box-shadow:0 0 0 70px #ffffff09,0 0 0 140px #ffffff06}.hero-grid{z-index:1;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);align-items:stretch;gap:64px;min-height:710px;display:grid;position:relative}.hero-copy-block{align-self:center;min-width:0;padding:80px 0}.hero h1{letter-spacing:-.07em;margin:0;font-size:clamp(3.3rem,5.5vw,5rem);line-height:1.04}.hero-title-line{white-space:nowrap;display:block}.hero-title-line.accent{color:var(--blue)}.hero-copy{max-width:680px;color:var(--muted);margin:30px 0 0;font-size:1.14rem}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:38px;display:flex}.hero-card{background:var(--navy);min-width:0;box-shadow:50vw 0 0 var(--navy);color:var(--white);flex-direction:column;justify-content:center;padding:70px 0 70px 40px;display:flex}.hero-card-label{color:#8fcdf7;letter-spacing:.12em;font:800 .76rem/1.2 ui-monospace,monospace}.hero-card h2{letter-spacing:-.02em;margin:14px 0 10px;font-size:clamp(1.4rem,2vw,1.75rem);line-height:1.45}.hero-card>p{color:#c6d6e2;max-width:350px;font-size:.92rem}.hero-links{border-top:1px solid #ffffff2e;margin-top:28px}.hero-links a{color:var(--white);border-bottom:1px solid #ffffff2e;justify-content:space-between;gap:18px;padding:16px 0;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.hero-links a span{color:#8fcdf7}.category-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:56px;display:grid}.category-card{border:1px solid var(--line);background:var(--white);border-radius:6px;min-height:330px;padding:36px;position:relative;overflow:hidden}.category-card:after{content:attr(data-number);color:#edf2f3;font:900 7rem/1 ui-monospace,monospace;position:absolute;bottom:-22px;right:22px}.category-card>*{z-index:1;position:relative}.category-card h3{max-width:420px;margin:38px 0 16px;font-size:1.7rem;line-height:1.35}.category-card p{max-width:500px;color:var(--muted);margin:0}.category-card .tag{background:var(--paper);color:var(--blue)}.feature-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:72px;display:grid}.feature-title{font-size:clamp(2rem,3.8vw,3.4rem)}.feature-title span{white-space:nowrap;display:block}.feature-list{border-top:1px solid #aebbc1}.feature-item{border-bottom:1px solid #aebbc1;grid-template-columns:64px 1fr;gap:18px;padding:28px 0;display:grid}.feature-item b{color:var(--blue);font:800 .9rem/1.5 ui-monospace,monospace}.feature-item h3{margin:0 0 8px;font-size:1.3rem}.feature-item p{color:var(--muted);margin:0}.course-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px;display:grid}.course-card{background:#ffffff0b;border:1px solid #fff3;border-radius:6px;flex-direction:column;min-height:360px;padding:28px;display:flex}.course-card h3{margin:28px 0 14px;font-size:1.35rem;line-height:1.45}.course-card p{color:#c8d7e3;margin:0;font-size:.94rem}.course-card .text-link{margin-top:auto}.note-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px;display:grid}.note-card{border-top:3px solid var(--blue);background:var(--white);padding:30px}.note-card small{color:var(--blue);font:800 .76rem/1.4 ui-monospace,monospace}.note-card h3{margin:22px 0 14px;font-size:1.22rem;line-height:1.55}.note-card p{color:var(--muted);margin:0}.cta-band{background:var(--orange)}.cta-inner{grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;display:grid}.cta-band .eyebrow{color:var(--navy)}.cta-actions{flex-direction:column;gap:12px;display:flex}.cta-band .button{border-color:var(--navy);background:var(--navy)}.cta-band .button.secondary{color:var(--navy);background:0 0}.page-hero{border-bottom:1px solid var(--line);background:var(--white);padding:118px 0 92px}.page-hero h1{letter-spacing:-.06em;max-width:930px;margin:0;font-size:clamp(2.8rem,6vw,5.5rem);line-height:1.1}.page-hero .training-hero-title{max-width:none;font-size:clamp(2.8rem,5.4vw,5rem)}.training-hero-title span{white-space:nowrap;display:block}.page-hero .section-lead{font-size:1.14rem}.content-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px;display:grid}.content-card{border-top:3px solid var(--blue);background:var(--white);padding:30px}.content-card h2,.content-card h3{margin:18px 0 12px;line-height:1.4}.content-card p{color:var(--muted);margin:0}.program-list{border-top:1px solid #afbbc0;margin-top:50px}.program{border-bottom:1px solid #afbbc0;grid-template-columns:190px 1fr auto;align-items:start;gap:28px;padding:28px 0;display:grid}.program h3{margin:0 0 8px;font-size:1.25rem}.program p{color:var(--muted);margin:0}.program .text-link{white-space:nowrap}.process-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;margin-top:50px;display:grid}.process-card{background:var(--white);padding:28px}.process-card b{color:var(--orange);font-family:ui-monospace,monospace}.process-card h3{margin:26px 0 10px}.process-card p{color:var(--muted);margin:0;font-size:.92rem}.about-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:80px;display:grid}.definition-list{border-top:1px solid #afbbc0;margin:0}.definition-row{border-bottom:1px solid #afbbc0;grid-template-columns:160px 1fr;gap:24px;padding:22px 0;display:grid}.definition-row dt{font-weight:800}.definition-row dd{color:var(--muted);margin:0}.partner-note{background:var(--white);color:var(--muted);margin-top:34px;padding:24px;font-size:.9rem}.partner-note strong{color:var(--ink)}.contact-layout{grid-template-columns:.75fr 1.25fr;align-items:start;gap:72px;display:grid}.contact-aside{position:sticky;top:110px}.contact-aside .section-title{overflow-wrap:anywhere;font-size:clamp(2rem,3.5vw,3rem)}.contact-aside address{color:var(--muted);margin-top:30px;font-style:normal}.form-card{border:1px solid var(--line);background:var(--white);border-radius:6px;padding:38px}.form-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.form-field{flex-direction:column;gap:8px;display:flex}.form-field.full{grid-column:1/-1}.form-field label,.form-legend{font-weight:800}.required{color:var(--danger);margin-left:7px;font-size:.72rem}.optional{color:var(--muted);margin-left:7px;font-size:.72rem}.form-field input,.form-field select,.form-field textarea{width:100%;color:var(--ink);background:#fbfcfa;border:1px solid #aeb9bf;border-radius:4px}.form-field input,.form-field select{min-height:50px;padding:0 13px}.form-field textarea{resize:vertical;min-height:170px;padding:12px 13px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--blue);outline:3px solid #176fc129}.checkbox-row{align-items:flex-start;gap:10px;margin-top:24px;display:flex}.checkbox-row input{width:18px;height:18px;accent-color:var(--blue);margin-top:5px}.form-actions{align-items:center;gap:18px;margin-top:26px;display:flex}.form-actions .button{min-width:180px}.form-actions .button:disabled{cursor:wait;opacity:.6;transform:none}.form-status{margin:0;font-weight:700}.form-status.success{color:var(--success)}.form-status.error{color:var(--danger)}.form-help{color:var(--muted);margin:18px 0 0;font-size:.84rem}.honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.prose{max-width:820px}.prose h2{margin:58px 0 14px;font-size:1.65rem}.prose h2:first-child{margin-top:0}.prose p,.prose li{color:var(--muted)}.policy-date{color:var(--muted);margin:24px 0 0;font-size:.9rem}.not-found-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.site-footer{background:var(--navy-deep);color:#d5e0e7;padding:64px 0 34px}.footer-grid{grid-template-columns:1.2fr .8fr .8fr;gap:60px;display:grid}.footer-copy{color:#97acba;max-width:480px;margin:20px 0 0;font-size:.88rem}.footer-address{color:#b7c7d1;margin:20px 0 0;font-size:.84rem;font-style:normal;line-height:1.8}.footer-heading{color:var(--white);margin:0 0 16px;font-size:.85rem}.footer-links{flex-direction:column;gap:9px;font-size:.84rem;display:flex}.footer-links a{text-decoration:none}.footer-links a:hover{color:#8fcdf7}.footer-bottom{color:#8098a7;border-top:1px solid #ffffff21;justify-content:space-between;gap:24px;margin-top:48px;padding-top:24px;font-size:.75rem;display:flex}@media (width<=1080px){.nav{background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;padding:24px 20px;display:none;position:absolute;top:78px;left:0;right:0}.nav.open{display:flex}.menu-button{display:block}.hero{background:var(--paper);min-height:auto;padding:84px 0}.hero-grid{min-height:auto}.hero-grid,.feature-grid,.cta-inner,.about-grid,.contact-layout{grid-template-columns:1fr}.hero-copy-block{padding:0}.hero-card{width:min(100%,620px);box-shadow:none;border-radius:6px;padding:34px}.feature-title span{white-space:normal}.course-grid,.note-grid,.content-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}.contact-aside{position:static}.footer-grid{grid-template-columns:1.2fr .8fr}.footer-grid>:first-child{grid-column:1/-1}}@media (width<=680px){.container{width:min(calc(100% - 28px), var(--max))}.section{padding:76px 0}.hero{background:var(--paper);padding:78px 0}.hero h1{font-size:clamp(2.2rem,11vw,2.8rem)}.training-hero-title span{white-space:normal}.hero:after{display:none}.category-grid,.form-grid,.process-grid{grid-template-columns:1fr}.category-card{min-height:300px;padding:28px}.program{grid-template-columns:1fr;gap:12px}.program .text-link{margin-top:4px}.definition-row{grid-template-columns:1fr;gap:5px}.form-card{padding:24px 18px}.form-actions{flex-direction:column;align-items:stretch}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-grid>:first-child{grid-column:auto}.footer-bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}
