*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;padding:0;font-family:'Noto Sans JP','Manrope',-apple-system,BlinkMacSystemFont,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;font-weight:400;color:#1c2a3e;background:#f4f0e6;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;background:none;border:0;padding:0;color:inherit}
ul{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,h5{margin:0;font-weight:800;letter-spacing:-0.01em;line-height:1.18}
p{margin:0}
input,select,textarea{font-family:inherit;font-size:1rem;color:#1c2a3e}

.bg-cream{background:#f4f0e6}
.lock-scroll{overflow:hidden}
.antialiased{-webkit-font-smoothing:antialiased}

.rd_sq{display:inline-block;width:0.7rem;height:11px;background:#d83333;border-radius:1px;flex:none;margin-top:0.35em}
.sq-gray{display:inline-block;width:11px;height:0.7rem;background:#aab2bc;border-radius:1px;flex:none;margin-top:6px}
.all-caps-md{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;line-height:1.5}
.rd_under{position:relative;display:inline-block;color:inherit}
.rd_under::after{content:"";position:absolute;left:-2px;right:-3px;bottom:.05em;height:.36em;background:#d83333;z-index:-1;border-radius:1px;opacity:.92}

.cta-arrow-button{position:relative;display:inline-flex;align-items:center;gap:13px;border:1px solid rgba(28,42,62,0.4);line-height:1;letter-spacing:0.06em;padding:13px 1.45rem 13px 22px;border-radius:2px;text-transform:uppercase;font-size:11.5px;font-weight:700;color:#1c2a3e;transition:all .25s ease;background:transparent;overflow:hidden}
.cta-arrow-button:hover{background:#1c2a3e;color:#fff;border-color:#1c2a3e}
.cta-arrow-button .arr_ic{font-size:1rem;transition:transform 0.22s ease}
.cta-arrow-button:hover .arr_ic{transform:translateX(4px)}
.cta-arrow-button.big-cta{padding:1.1rem 30px;font-size:13px;background:#d83333;color:#fff;border-color:#d83333}
.cta-arrow-button.big-cta:hover{background:#b62828;border-color:#b62828}
.hd_cta{padding:9px 17px;color:#fff;border-color:rgba(255,255,255,0.45)}
.hd_cta:hover{background:#fff;color:#1c2a3e;border-color:#fff}

.main-header{position:fixed;top:14px;left:0;right:0;width:100%;padding:0 1rem;z-index:90;transition:top .26s ease}
.main-header.is-scrolled{top:.5rem}
.inner-header{height:62px;background:#1c2a3e;border-radius:3px;padding:0 13px 0 18px;backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:space-between;gap:13px;box-shadow:0 8px 30px rgba(0,0,0,0.18)}
.brand-mark{display:inline-flex;align-items:center;gap:.5rem;color:#fff}
.brand-dot{width:10px;height:10px;background:#d83333;border-radius:1px;display:inline-block}
.brand-text{font-family:'Manrope',sans-serif;font-weight:800;font-size:21px;letter-spacing:0.06em;color:#fff}
.brand-sub{font-size:9.5px;letter-spacing:.22em;color:rgba(255,255,255,0.62);text-transform:uppercase;font-weight:600;border-left:1px solid rgba(255,255,255,0.22);padding-left:9px;margin-left:2px}

.primary-nav{display:none}
.primary-nav ul{display:flex;align-items:center;gap:3px}
.primary-nav .menu-item a{color:#fff;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.6rem 13px;display:inline-block;transition:opacity .2s}
.primary-nav .menu-item a:hover{opacity:.7}

.header-right{display:flex;align-items:center;gap:9px}
.hamb-btn{width:36px;height:36px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid rgba(255,255,255,0.3);border-radius:3px}
.hamb-btn span{display:block;width:18px;height:1.5px;background:#fff;transition:transform .25s,opacity .25s}
.hamb-btn.is-x span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamb-btn.is-x span:nth-child(2){opacity:0}
.hamb-btn.is-x span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

.mobile-drawer{position:fixed;top:0;left:0;right:0;bottom:0;background:#1c2a3e;z-index:80;transform:translateY(-110%);transition:transform 0.4s cubic-bezier(.5,0,.25,1);padding:96px 24px 38px}
.mobile-drawer.is-open{transform:translateY(0)}
.mob-drawer-inner ul{display:flex;flex-direction:column;gap:1.1rem}
.mob-drawer-inner ul li a{color:#fff;font-size:21px;font-weight:700;display:block;padding:7px 0;border-bottom:1px solid rgba(255,255,255,0.1)}
.mob-foot-info{margin-top:3rem;color:rgba(255,255,255,0.7);font-size:13px;display:flex;flex-direction:column;gap:6px}
.mob-foot-info .mob-foot-tel{color:#fff;font-weight:700;font-size:1.125rem}
.drawer-close-btn{position:absolute;top:21px;right:21px;height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid rgba(255,255,255,0.32);border-radius:3px;color:#fff;background:transparent;z-index:5;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:background .2s,border-color .2s}
.drawer-close-btn:hover{background:rgba(255,255,255,0.1);border-color:#fff}
.drawer-close-btn .material-icons-outlined{font-size:20px}
.drawer-close-tx{display:inline-block}

.hero-block{position:relative;background:#1c2a3e;padding:128px 1.125rem 4.4rem;color:#fff;overflow:hidden;min-height:91vh;display:flex;flex-direction:column;justify-content:center}
.hero-shapes{position:absolute;inset:0;pointer-events:none}
.hero-shapes .shape{position:absolute;border-radius:3px;opacity:.06}
.hero-shapes .s_1{top:14%;right:6%;width:280px;height:17.5rem;background:#d83333;transform:rotate(8deg)}
.hero-shapes .s_2{top:54%;right:18%;width:140px;height:140px;border:1px solid rgba(255,255,255,0.4);opacity:.18}
.hero-shapes .s_3{bottom:-80px;left:-60px;width:380px;height:23.7rem;background:#fff;opacity:.03}
.hero-inner{position:relative;z-index:2;max-width:1340px;margin:0 auto;width:100%}
.hero-eye{display:flex;align-items:flex-start;gap:10px;margin-bottom:27px}
.hero-eye .all-caps-md{color:rgba(255,255,255,0.86)}
.hero-h1{font-size:38px;line-height:1.1;font-weight:900;color:#fff;margin-bottom:1.7rem;letter-spacing:-0.02em}
.hero-lede{font-size:14.5px;line-height:1.85;color:rgba(255,255,255,0.78);max-width:640px;margin-bottom:2.2rem}
.hero-actionrow{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;margin-bottom:62px}
.ghost-link{color:rgba(255,255,255,0.78);font-size:13px;display:inline-flex;align-items:center;gap:8px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid rgba(255,255,255,0.3);padding-bottom:6px}
.ghost-link:hover{color:#fff}
.ghost-link .material-icons-outlined{font-size:18px}

.hero-foot-strip{display:grid;grid-template-columns:1fr 1fr;gap:13px 1.4rem;border-top:1.5px solid rgba(255,255,255,0.18);padding-top:23px;margin-top:.5rem}
.hf-item{display:flex;align-items:center;gap:9px;font-size:12px;color:rgba(255,255,255,0.84);font-weight:500}
.hf_dot{margin-top:0!important;width:9px;height:9px}

.stats-section{padding:62px 1rem}
.stats-eyebrow{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:21px;color:#1c2a3e;max-width:1340px;margin-left:auto;margin-right:auto}
.stats-grid{max-width:1340px;margin:0 auto;border:1px solid rgba(28,42,62,0.18);border-radius:4px;background:#fff;overflow:hidden}
.stats-row{display:grid;grid-template-columns:1fr;border-bottom:1px solid rgba(28,42,62,0.14)}
.stats-row:last-child{border-bottom:0}
.stat_card{padding:30px 21px;border-bottom:1px solid rgba(28,42,62,0.1);min-height:11rem;display:flex;flex-direction:column;justify-content:space-between}
.stat_card:last-child{border-bottom:0}
.big_left,.big_right{justify-content:flex-start}
.stat-headline{font-size:22px;font-weight:800;line-height:1.32;color:#1c2a3e;margin-bottom:.625rem}
.stat-sub{font-size:13.5px;color:#5a6577;line-height:1.7}
.stat-sub2{font-size:14px;color:#1c2a3e;line-height:1.7;margin-bottom:18px}
.stat-sub2 strong{font-weight:800;color:#d83333}
.num-cell{justify-content:space-between}
.stat-num{font-family:'Manrope','Noto Sans JP',sans-serif;font-size:62px;font-weight:800;line-height:1;letter-spacing:-0.04em;color:#1c2a3e;margin-bottom:1.1rem}
.num-unit{font-size:1.75rem;font-weight:700;margin-left:4px;color:#5a6577}
.num-label{display:flex;align-items:flex-start;gap:9px}
.num-label .all-caps-md{color:rgba(28,42,62,0.7);font-size:10.5px}
.photo-frame{aspect-ratio:1/1;background:#d6d3cb;border-radius:3px;overflow:hidden}
.photo-frame img{width:100%;height:100%;object-fit:cover}
.ph-tall{aspect-ratio:1/1.15}

.curriculum-block{padding:1.5rem 1rem 50px}
.curri-panel{max-width:1340px;margin:0 auto;background:rgba(28,42,62,0.06);border-radius:.375rem;padding:42px 21px}
.curri-head{margin-bottom:2.3rem}
.curri-eye{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:17px}
.big-headline{font-size:30px;font-weight:900;line-height:1.2;color:#1c2a3e;letter-spacing:-0.02em;margin-bottom:14px}
.curri-lede{font-size:14px;color:#5a6577;line-height:1.78;max-width:560px}

.curri-tabs-row{display:grid;grid-template-columns:1fr;gap:30px}
.tabs-left{display:flex;flex-direction:column;gap:0}
.tab-btn{display:flex;align-items:flex-start;gap:11px;text-align:left;font-size:15px;color:#1c2a3e;font-weight:600;padding:13px 0 13px 2px;position:relative;border-bottom:1px solid rgba(28,42,62,0.16);transition:color .2s}
.tab-btn:not(.is-active){color:rgba(28,42,62,0.55)}
.tab-btn:hover{color:#1c2a3e}
.tab-label{flex:1;line-height:1.5}
.tab-bar{position:absolute;left:0;right:0;bottom:-1px;height:1.5px;background:rgba(28,42,62,0.16);overflow:hidden}
.tab-bar-fill{display:block;height:100%;width:0;background:#1c2a3e;transition:width .42s ease}
.tab-btn.is-active .tab-bar-fill{width:100%}
.cta-tab-foot{align-self:flex-start;margin-top:1.4rem;border-color:rgba(28,42,62,0.4)}

.tabs-right{position:relative;min-height:18.75rem}
.tab-pane{display:none;flex-direction:column;gap:1.4rem}
.tab-pane.is-active{display:flex}
.pane-img{aspect-ratio:1/1;background:#d6d3cb;border-radius:3px;overflow:hidden}
.pane-img img{width:100%;height:100%;object-fit:cover}
.pane-h{font-size:21px;font-weight:800;color:#1c2a3e;margin-bottom:11px;line-height:1.35}
.pane-text>p{font-size:14px;color:#5a6577;line-height:1.78;margin-bottom:14px}
.pane-list{display:flex;flex-direction:column;gap:7px;margin-bottom:1.3rem;padding-left:0}
.pane-list li{font-size:13.5px;color:#1c2a3e;padding-left:18px;position:relative;line-height:1.6}
.pane-list li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;background:#d83333;border-radius:1px}

.approach-block{padding:50px 1rem}
.appr-bordered{max-width:1340px;margin:0 auto;border:1px solid rgba(28,42,62,0.2);border-radius:3px;overflow:hidden;background:#fff;display:grid;grid-template-columns:1fr}
.appr-left-col{padding:35px 1.4rem;display:flex;flex-direction:column;justify-content:space-between;gap:23px;border-right:1px solid rgba(28,42,62,0.18)}
.appr-eye{display:flex;align-items:flex-start;gap:10px;margin-bottom:1.4rem}
.appr-tabs-stack{display:inline-flex;flex-direction:column;align-items:flex-start;margin-bottom:27px}
.atab-btn{font-size:1.5rem;font-weight:800;color:rgba(28,42,62,0.32);text-align:left;padding:7px 0 7px 13px;line-height:1.18;border-left:3px solid rgba(28,42,62,0.14);transition:color .2s,border-color .2s;letter-spacing:-0.01em}
.atab-btn.is-active{color:#1c2a3e;border-left-color:#d83333}
.atab-btn:hover{color:#1c2a3e}
.adesc{display:none}
.adesc.is-active{display:block}
.adesc-p{font-size:14.5px;color:#1c2a3e;line-height:1.85;margin-bottom:1.1rem;max-width:33em}
.appr-right-col{position:relative;padding:13px;background:#f4f0e6;min-height:17.5rem;display:flex;align-items:center;justify-content:center}
.appr-img{display:none;width:100%;aspect-ratio:1/1;border-radius:3px;overflow:hidden;background:#d6d3cb}
.appr-img.is-active{display:block}
.appr-img img{width:100%;height:100%;object-fit:cover}

.process-block{padding:60px 1rem;max-width:1340px;margin:0 auto}
.proc-eye{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px}
.proc-grid{display:grid;grid-template-columns:1fr;gap:13px;margin-top:33px}
.proc-card{background:#fff;border:1px solid rgba(28,42,62,0.16);border-radius:3px;padding:1.85rem 21px;position:relative;display:flex;flex-direction:column;gap:9px;transition:transform .25s,box-shadow .25s}
.proc-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(28,42,62,0.08)}
.proc-num{font-family:'Manrope',sans-serif;font-size:13px;font-weight:800;color:#d83333;letter-spacing:0.1em}
.proc-h{font-size:18px;font-weight:800;color:#1c2a3e;line-height:1.35;margin-bottom:5px}
.proc-card p{font-size:13.5px;color:#5a6577;line-height:1.7}

.voices-block{padding:60px 1rem;background:#1c2a3e;color:#fff}
.voices-head{max-width:1340px;margin:0 auto 2.2rem}
.vc-eye{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px;color:#fff}
.voices-head .big-headline{color:#fff}
.voices-grid{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:17px}
.voice_card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.12);border-radius:3px;padding:23px 1.25rem;display:flex;flex-direction:column;gap:17px}
.voice_card.vbig{padding:1.75rem 22px}
.vc-portrait{aspect-ratio:1/1;width:6em;border-radius:3px;overflow:hidden;background:rgba(255,255,255,0.08);flex-shrink:0}
.vc-portrait.sm{width:4rem}
.voice_card.vbig .vc-portrait{width:120px}
.vc-portrait img{width:100%;height:100%;object-fit:cover}
.voice_card blockquote{font-size:14.5px;line-height:1.82;color:rgba(255,255,255,0.92);margin:0;font-weight:400}
.voice_card.vbig blockquote{font-size:1rem;line-height:1.78}
.vc-meta{display:flex;flex-direction:column;gap:3px;border-top:1px solid rgba(255,255,255,0.14);padding-top:13px}
.vc-name{font-size:13px;font-weight:700;color:#fff;letter-spacing:0.04em}
.vc-info{font-size:11px;color:rgba(255,255,255,0.55);letter-spacing:.05em;text-transform:uppercase}

.pricing-block{padding:64px 1rem;max-width:1340px;margin:0 auto}
.pr-eye{display:flex;align-items:flex-start;gap:10px;margin-bottom:13px}
.pr-head-row{display:flex;flex-direction:column;gap:13px;margin-bottom:33px}
.pr-side{font-size:14px;color:#5a6577;line-height:1.78;max-width:30em}
.pr-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.pr_card{background:#fff;border:1px solid rgba(28,42,62,0.18);border-radius:3px;padding:1.85rem 23px;display:flex;flex-direction:column;gap:13px;position:relative}
.pr_card.is-pop{border:2px solid #1c2a3e;background:#1c2a3e;color:#fff}
.pop-flag{position:absolute;top:-12px;right:18px;background:#d83333;color:#fff;font-size:11px;font-weight:700;letter-spacing:.12em;padding:5px 13px;border-radius:1px;text-transform:uppercase}
.pr-tag{display:flex;align-items:flex-start;gap:9px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(28,42,62,0.7)}
.pr_card.is-pop .pr-tag{color:rgba(255,255,255,0.78)}
.pr-name{font-size:24px;font-weight:800;letter-spacing:-0.01em}
.pr-price{display:flex;align-items:baseline;gap:6px;margin:.25rem 0 11px;border-bottom:1px solid rgba(28,42,62,0.14);padding-bottom:18px}
.pr_card.is-pop .pr-price{border-bottom-color:rgba(255,255,255,0.18)}
.pr-amt{font-family:'Manrope',sans-serif;font-size:42px;font-weight:800;color:#1c2a3e;letter-spacing:-0.03em}
.pr_card.is-pop .pr-amt{color:#fff}
.pr-per{font-size:14px;color:#5a6577;font-weight:600}
.pr_card.is-pop .pr-per{color:rgba(255,255,255,0.7)}
.pr-list{display:flex;flex-direction:column;gap:11px;margin-bottom:5px;flex:1}
.pr-list li{font-size:13.5px;color:#1c2a3e;padding-left:1.4rem;position:relative;line-height:1.55}
.pr_card.is-pop .pr-list li{color:rgba(255,255,255,0.92)}
.pr-list li::before{content:"";position:absolute;left:0;top:6px;width:9px;height:9px;background:#d83333;border-radius:1px}
.pr_card.is-pop .cta-arrow-button{color:#fff;border-color:rgba(255,255,255,0.5)}
.pr_card.is-pop .cta-arrow-button:hover{background:#fff;color:#1c2a3e;border-color:#fff}
.pr-note{margin-top:1.5rem;font-size:12px;color:#5a6577;line-height:1.6}

.contact-block{padding:64px 1rem;background:#f4f0e6}
.cb-grid{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:35px;align-items:start}
.cb-eye{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px}
.cb-lede{font-size:14.5px;color:#5a6577;line-height:1.85;margin-bottom:23px;max-width:33em}
.cb-info-list{display:flex;flex-direction:column;gap:1.1rem;border-top:1px solid rgba(28,42,62,0.14);padding-top:24px}
.cbi{display:flex;align-items:flex-start;gap:14px}
.cbi_ic{font-size:22px;color:#d83333;flex:none;margin-top:2px}
.cbi_dot{margin-top:7px;width:12px;height:12px;background:#d83333;border-radius:1px;display:inline-block;flex:none}
.cbi>div{display:flex;flex-direction:column;gap:3px}
.cbi-l{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:rgba(28,42,62,0.6)}
.cbi-v{font-size:14.5px;color:#1c2a3e;line-height:1.55;font-weight:500}
.cbi-link{color:#1c2a3e;border-bottom:1px solid rgba(28,42,62,0.4);transition:border-color .2s}
.cbi-link:hover{border-color:#d83333;color:#d83333}

.apply-form{background:#fff;border:1px solid rgba(28,42,62,0.18);border-radius:3px;padding:27px 1.4rem}
.ff-grid{display:grid;grid-template-columns:1fr;gap:17px}
.ff-row{display:flex;flex-direction:column;gap:7px;position:relative}
.ff-row label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(28,42,62,0.78);display:flex;gap:8px;align-items:center}
.req{font-size:9.5px;background:#d83333;color:#fff;padding:2px 6px;border-radius:1px;letter-spacing:.12em}
.opt{font-size:9.5px;background:rgba(28,42,62,0.12);color:rgba(28,42,62,0.7);padding:2px 6px;border-radius:1px;letter-spacing:.12em;font-weight:600}
.ff-row input,.ff-row select,.ff-row textarea{border:0;border-bottom:1.5px solid rgba(28,42,62,0.28);background:transparent;padding:9px 2px;font-size:15px;color:#1c2a3e;outline:none;transition:border-color .2s;border-radius:0;width:100%}
.ff-row input:focus,.ff-row select:focus,.ff-row textarea:focus{border-bottom-color:#d83333}
.ff-row textarea{resize:vertical;min-height:5.5rem;font-family:inherit}
.ff-row select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M2 4 L6 8 L10 4' stroke='%231c2a3e' stroke-width='1.5' fill='none'/></svg>");background-repeat:no-repeat;background-position:right 6px center}
.ff-check{flex-direction:row;align-items:center;gap:10px}
.chk-label{display:flex;align-items:center;gap:9px;font-size:13px;color:#1c2a3e;cursor:pointer;text-transform:none;letter-spacing:normal;font-weight:400}
.chk-label input{width:17px;height:1.05rem;accent-color:#d83333;flex:none}
.chk-label a{color:#d83333;text-decoration:underline}
.ff-submit-row{margin-top:1.4rem;display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.btn-submit{cursor:pointer}
.btn-submit.is-sending{opacity:.6;pointer-events:none}
.btn-submit[disabled]{opacity:.5;pointer-events:none}
.ff-status{font-size:13px;color:#1c2a3e;min-height:18px}
.ff-status.is-err{color:#d83333;font-weight:600}

#siteFoot{background:#1c2a3e;color:#fff;padding:48px 1rem 23px}
.foot-top{max-width:1340px;margin:0 auto 27px;display:grid;grid-template-columns:1fr;gap:33px}
.fc-brand .brand-mark.big .brand-text{font-size:32px;letter-spacing:.04em}
.fc-brand .brand-mark.big .brand-dot{width:14px;height:14px}
.foot-tag{margin-top:.875rem;font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,0.55);line-height:1.7}
.foot-h{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,0.55);margin-bottom:17px;padding-bottom:11px;border-bottom:1px solid rgba(255,255,255,0.14)}
.foot-col ul{display:flex;flex-direction:column;gap:11px}
.foot-col ul li a{font-size:15px;color:#fff;font-weight:500;display:inline-flex;align-items:center;gap:6px;transition:color .2s}
.foot-col ul li a .material-icons-outlined{font-size:14px;color:rgba(255,255,255,0.4);transition:transform .2s,color .2s}
.foot-col ul li a:hover{color:#d83333}
.foot-col ul li a:hover .material-icons-outlined{transform:translate(2px,-2px);color:#d83333}
.foot-list-sm li a{font-size:13px;color:rgba(255,255,255,0.78)}
.foot-list-sm li a:hover{color:#d83333}
.foot-addr{font-style:normal;font-size:14px;line-height:1.85;color:rgba(255,255,255,0.85)}
.foot-addr-row{display:block;color:rgba(255,255,255,0.95);font-weight:500}
.foot-bot{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem;padding-top:17px;border-top:1px solid rgba(255,255,255,0.16);font-size:12px;color:rgba(255,255,255,0.55);text-align:center;align-items:center}
.cookie-prefs-link{background:none;border:0;color:rgba(255,255,255,0.55);font-size:12px;cursor:pointer;font-family:inherit;padding:0;text-decoration:underline;letter-spacing:.04em;transition:color .2s}
.cookie-prefs-link:hover{color:#fff}

.pr-cta-bottom{margin-top:1.85rem;display:flex;justify-content:flex-start}

.modal-wrap{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px}
.modal-wrap.is-open{display:flex}
.modal-overlay{position:absolute;inset:0;background:rgba(28,42,62,0.74);backdrop-filter:blur(4px)}
.modal-card{position:relative;background:#fff;border-radius:4px;max-width:480px;width:100%;padding:35px 27px 29px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,0.4);animation:popUp .32s cubic-bezier(.5,0,.25,1)}
@keyframes popUp{0%{opacity:0;transform:translateY(20px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}
.modal-x{position:absolute;top:13px;right:13px;width:34px;height:2.125rem;display:flex;align-items:center;justify-content:center;border-radius:2px;color:rgba(28,42,62,0.6)}
.modal-x:hover{background:rgba(28,42,62,0.06);color:#1c2a3e}
.modal-mark{font-size:54px;color:#d83333;margin-bottom:17px}
.modal-mark .material-icons-outlined{font-size:64px}
.modal-h{font-size:22px;font-weight:800;color:#1c2a3e;margin-bottom:13px;line-height:1.35}
.modal-p{font-size:13.5px;color:#5a6577;line-height:1.78;margin-bottom:21px}
.modal-call{display:inline-flex;align-items:center;gap:8px;font-size:18px;font-weight:800;color:#1c2a3e;border:1px solid rgba(28,42,62,0.18);padding:11px 17px;border-radius:2px;margin-bottom:1.1rem}
.modal-call:hover{background:#1c2a3e;color:#fff}
.modal-close-btn{display:inline-flex}

@media (min-width:720px){
  .hero-block{padding:160px 2rem 80px}
  .hero-h1{font-size:54px}
  .hero-lede{font-size:1rem}
  .hero-actionrow{flex-direction:row;align-items:center;gap:23px}
  .hero-foot-strip{grid-template-columns:repeat(4,1fr);gap:14px}
  .stats-section{padding:80px 32px}
  .stats-row{grid-template-columns:repeat(3,1fr)}
  .stat_card{border-right:1px solid rgba(28,42,62,0.1);border-bottom:1px solid rgba(28,42,62,0.1);min-height:15rem;padding:35px 27px}
  .stat_card:last-child{border-right:0}
  .stat-num{font-size:78px}
  .curri-panel{padding:53px 38px}
  .big-headline{font-size:38px}
  .curri-tabs-row{grid-template-columns:1fr 1.4fr;gap:48px}
  .pane-img{aspect-ratio:4/3}
  .approach-block{padding:60px 32px}
  .appr-bordered{grid-template-columns:1fr 1fr}
  .appr-left-col{padding:48px 38px;border-bottom:0}
  .appr-right-col{padding:1.1rem;min-height:30rem}
  .atab-btn{font-size:1.875rem}
  .process-block{padding:80px 32px}
  .proc-grid{grid-template-columns:repeat(2,1fr);gap:17px}
  .voices-block{padding:80px 32px}
  .voices-grid{grid-template-columns:repeat(2,1fr)}
  .voice_card{padding:30px 26px}
  .voice_card.vbig{grid-column:span 2}
  .voice_card.vbig blockquote{font-size:18px}
  .pricing-block{padding:80px 32px}
  .pr-head-row{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:32px}
  .pr-grid{grid-template-columns:repeat(3,1fr)}
  .contact-block{padding:80px 32px}
  .cb-grid{grid-template-columns:1fr 1.1fr;gap:64px}
  .apply-form{padding:38px 32px}
  .ff-grid{grid-template-columns:1fr 1fr}
  .ff-full{grid-column:span 2}
  .ff-submit-row{flex-direction:row;align-items:center;gap:1.4rem}
  .main-header{padding:0 24px}
  .inner-header{height:66px;padding:0 17px 0 22px}
  #siteFoot{padding:64px 32px 30px}
  .foot-top{grid-template-columns:1.4fr 1fr 1.2fr 1fr;gap:32px}
  .foot-bot{flex-direction:row;justify-content:space-between;text-align:left}
  .modal-card{padding:46px 38px 35px}
  .modal-h{font-size:26px}
}

@media (min-width:1024px){
  .main-header{padding:0 40px}
  .primary-nav{display:flex}
  .hamb-btn{display:none}
  .hero-block{padding:11.25rem 40px 100px}
  .hero-h1{font-size:68px}
  .hero-foot-strip{padding-top:28px}
  .stats-section{padding:90px 40px}
  .stat-num{font-size:96px}
  .num-unit{font-size:36px}
  .curriculum-block{padding:30px 40px 80px}
  .curri-panel{padding:72px 56px}
  .big-headline{font-size:46px}
  .curri-tabs-row{grid-template-columns:1fr 1.6fr;gap:60px}
  .pane-img{aspect-ratio:1.4/1}
  .approach-block{padding:80px 40px}
  .appr-left-col{padding:60px 50px}
  .appr-right-col{min-height:560px;padding:23px}
  .atab-btn{font-size:38px}
  .process-block{padding:6.25rem 40px}
  .proc-grid{grid-template-columns:repeat(4,1fr)}
  .voices-block{padding:100px 40px}
  .voices-grid{grid-template-columns:repeat(3,1fr)}
  .voice_card.vbig{grid-column:span 1}
  .voice_card.vbig.vlast{grid-column:span 2}
  .pricing-block{padding:100px 40px}
  .contact-block{padding:100px 40px}
  .cb-grid{grid-template-columns:1fr 1.2fr;gap:80px}
  .apply-form{padding:48px 40px}
  #siteFoot{padding:80px 40px 32px}
  .foot-top{grid-template-columns:1.4fr 1fr 1.2fr 1fr;gap:48px}
}

@media (min-width:1280px){
  .hero-h1{font-size:80px}
  .stat-num{font-size:108px}
  .big-headline{font-size:54px}
  .atab-btn{font-size:2.75rem}
  .voice_card.vbig blockquote{font-size:19px}
  .modal-h{font-size:28px}
}

.cookie-bar{position:fixed;left:14px;right:14px;bottom:14px;z-index:150;background:#1c2a3e;color:#fff;border-radius:4px;padding:22px 21px;box-shadow:0 18px 50px rgba(0,0,0,0.35);transform:translateY(calc(100% + 30px));transition:transform .45s cubic-bezier(.4,0,.2,1);max-width:1340px;margin:0 auto;border:1px solid rgba(255,255,255,0.08)}
.cookie-bar.is-show{transform:translateY(0)}
.cookie-bar-inner{display:grid;grid-template-columns:1fr;gap:1.1rem;align-items:center}
.cookie-bar-eye{display:flex;align-items:flex-start;gap:9px;margin-bottom:11px}
.cookie-bar-eye .all-caps-md{color:rgba(255,255,255,0.85)}
.cookie-bar-text p{font-size:13px;line-height:1.72;color:rgba(255,255,255,0.78);margin:0;max-width:42em}
.cookie-bar-actions{display:flex;flex-direction:column;gap:8px}
.cookie-bar-actions .cta-arrow-button{justify-content:center;width:100%}
.cb-btn-ghost{color:#fff;border-color:rgba(255,255,255,0.4);background:transparent}
.cb-btn-ghost:hover{background:#fff;color:#1c2a3e;border-color:#fff}
.cookie-bar .big-cta{background:#d83333;border-color:#d83333;color:#fff}
.cookie-bar .big-cta:hover{background:#b62828;border-color:#b62828}

.cookie-settings-card{max-width:560px;padding:30px 22px;text-align:left}
.cookie-settings-eye{display:flex;align-items:flex-start;gap:9px;margin-bottom:13px}
.cookie-settings-eye .all-caps-md{color:rgba(28,42,62,0.7)}
.cookie-settings-h{font-size:22px;font-weight:800;color:#1c2a3e;line-height:1.32;letter-spacing:-0.01em;margin-bottom:11px;text-align:left}
.cookie-settings-p{font-size:13px;color:#5a6577;line-height:1.72;margin-bottom:21px;text-align:left}
.cookie-cat-list{display:flex;flex-direction:column;border-top:1px solid rgba(28,42,62,0.14);margin:0 0 18px}
.cookie-cat{padding:1.1rem 0;border-bottom:1px solid rgba(28,42,62,0.14)}
.cookie-cat-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:7px}
.cookie-cat-h{font-size:15px;font-weight:700;color:#1c2a3e;margin:0;line-height:1.4}
.cookie-cat-locked{font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(28,42,62,0.55);background:rgba(28,42,62,0.08);padding:5px 10px;border-radius:1px;flex:none}
.cookie-cat-desc{font-size:12.5px;line-height:1.7;color:#5a6577;margin:0;max-width:42em}
.cookie-toggle{position:relative;display:inline-block;width:46px;height:24px;flex:none;cursor:pointer}
.cookie-toggle input{opacity:0;width:0;height:0;position:absolute}
.cookie-toggle-slider{position:absolute;inset:0;background:rgba(28,42,62,0.22);border-radius:24px;transition:background .25s}
.cookie-toggle-slider::before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .25s;box-shadow:0 1px 3px rgba(0,0,0,0.22)}
.cookie-toggle input:checked + .cookie-toggle-slider{background:#d83333}
.cookie-toggle input:checked + .cookie-toggle-slider::before{transform:translateX(22px)}
.cookie-toggle input:focus-visible + .cookie-toggle-slider{box-shadow:0 0 0 3px rgba(216,51,51,0.25)}
.cookie-settings-actions{display:flex;flex-direction:column;gap:9px;margin-top:6px}
.cookie-settings-actions .cta-arrow-button{justify-content:center;width:100%}

@media (min-width:720px){
  .cookie-bar{left:24px;right:24px;bottom:18px;padding:24px 28px}
  .cookie-bar-inner{grid-template-columns:1.5fr 1fr;gap:34px}
  .cookie-bar-actions{flex-direction:row;justify-content:flex-end;gap:9px}
  .cookie-bar-actions .cta-arrow-button{width:auto}
  .cookie-settings-card{padding:38px 32px}
  .cookie-settings-h{font-size:26px}
  .cookie-settings-actions{flex-direction:row;justify-content:flex-end;gap:11px}
  .cookie-settings-actions .cta-arrow-button{width:auto}
  .foot-bot{flex-direction:row;justify-content:space-between;text-align:left;align-items:center;gap:14px}
  .foot-bot .copy{flex:1}
}
@media (min-width:1024px){
  .cookie-bar{padding:26px 36px}
  .cookie-bar-inner{grid-template-columns:1.7fr 1fr;gap:42px}
}
.menu-item.is-current a{position:relative}
.menu-item.is-current a::after{content:"";position:absolute;left:13px;right:13px;bottom:0;height:2px;background:#d83333;border-radius:1px}

.page-hero{position:relative;background:#1c2a3e;color:#fff;padding:118px 1rem 56px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,0.04)}
.page-hero.page-hero-bare{padding:120px 1rem 70px}
.page-hero-shapes{position:absolute;inset:0;pointer-events:none}
.page-hero-shapes .shape{position:absolute;border-radius:3px}
.page-hero-shapes .s_1{top:18%;right:8%;width:220px;height:220px;background:#d83333;opacity:.05;transform:rotate(8deg)}
.page-hero-shapes .s_2{bottom:-40px;right:-30px;width:160px;height:160px;border:1px solid rgba(255,255,255,0.32);opacity:.14}
.page-hero-inner{position:relative;z-index:2;max-width:1340px;margin:0 auto;width:100%}
.ph-eye{display:flex;align-items:flex-start;gap:10px;margin-bottom:21px}
.ph-eye .all-caps-md{color:rgba(255,255,255,0.85)}
.ph-h1{font-size:34px;line-height:1.13;font-weight:900;color:#fff;letter-spacing:-0.02em;margin-bottom:1.4rem}
.ph-lede{font-size:14.5px;line-height:1.85;color:rgba(255,255,255,0.78);max-width:36em;margin:0}

.feat-photo-strip{background:#f4f0e6;padding:0 1rem;margin-top:-30px;position:relative;z-index:2}
.feat-photo-frame{max-width:1340px;margin:0 auto;aspect-ratio:16/9;border-radius:3px;overflow:hidden;background:#d6d3cb;border:1px solid rgba(28,42,62,0.08)}
.feat-photo-frame img{width:100%;height:100%;object-fit:cover;display:block}

.tl-list{display:flex;flex-direction:column;border-left:2px solid rgba(28,42,62,0.16);padding-left:0;max-width:780px;margin:8px 0 0 7px;list-style:none}
.tl-row{position:relative;padding:22px 18px 22px 30px;border-bottom:1px solid rgba(28,42,62,0.08)}
.tl-row:last-child{border-bottom:0}
.tl-row::before{content:"";position:absolute;left:-7px;top:30px;width:12px;height:12px;background:#d83333;border-radius:1px}
.tl-year{font-family:'Manrope',sans-serif;font-size:13px;font-weight:800;letter-spacing:.1em;color:#d83333;margin-bottom:5px}
.tl-h{font-size:18px;font-weight:800;color:#1c2a3e;margin-bottom:7px;line-height:1.4;letter-spacing:-0.005em}
.tl-row p{font-size:13.5px;color:#5a6577;line-height:1.72;margin:0;max-width:48em}

.sched-table{border:1px solid rgba(28,42,62,0.18);border-radius:3px;background:#fff;overflow:hidden;max-width:1340px;margin:34px 0 0}
.sched-row{display:grid;grid-template-columns:1fr;border-bottom:1px solid rgba(28,42,62,0.12)}
.sched-row:last-child{border-bottom:0}
.sched-row.is-head{background:rgba(28,42,62,0.05)}
.sched-row.is-head .sched-day,.sched-row.is-head .sched-cell{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(28,42,62,0.7);padding:13px 15px}
.sched-day{padding:14px 16px;font-weight:700;font-size:15px;color:#1c2a3e;background:rgba(28,42,62,0.04);border-bottom:1px solid rgba(28,42,62,0.06);display:flex;align-items:center;gap:8px}
.sched-cell{padding:14px 16px;border-bottom:1px dashed rgba(28,42,62,0.1);display:flex;flex-direction:column;gap:3px}
.sched-cell:last-child{border-bottom:0}
.sched-time{font-family:'Manrope',sans-serif;font-size:11px;font-weight:700;color:#d83333;letter-spacing:.06em}
.sched-course{font-size:14px;color:#1c2a3e;font-weight:600;line-height:1.45}
.sched-empty{font-size:12.5px;color:rgba(28,42,62,0.42);font-style:italic}
.sched-rest{background:rgba(28,42,62,0.025)}
.sched-note{margin-top:18px;font-size:12px;color:#5a6577;line-height:1.65;max-width:52em}
.sched-cta-row{margin-top:34px;display:flex;justify-content:flex-start}

.pr-inline-link{color:#d83333;text-decoration:underline;font-weight:600}
.pr-inline-link:hover{color:#b62828}
.pr-note-bottom{margin-top:1.6rem}

.faq-jump{display:flex;flex-wrap:wrap;gap:8px;margin-top:1.4rem}
.faq-jump-link{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid rgba(28,42,62,0.22);border-radius:2px;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1c2a3e;background:#fff;transition:all .2s}
.faq-jump-link::before{content:"";width:8px;height:8px;background:#d83333;border-radius:1px;flex:none}
.faq-jump-link:hover{background:#1c2a3e;color:#fff;border-color:#1c2a3e}
.faq-cat{margin-top:42px}
.faq-cat:first-of-type{margin-top:1.85rem}
.faq-cat-h{font-size:14px;font-weight:800;letter-spacing:.04em;color:#1c2a3e;margin:0 0 18px;padding-bottom:13px;border-bottom:1px solid rgba(28,42,62,0.18);display:flex;align-items:center;gap:11px;text-transform:none}
.faq-cat-h .rd_sq{margin-top:0}

.help-strip-wrap{padding:0 1rem 50px}
.help-strip{background:#1c2a3e;color:#fff;border-radius:4px;padding:30px 24px;display:grid;grid-template-columns:1fr;gap:21px;align-items:center;max-width:1340px;margin:50px auto 0;border:1px solid rgba(255,255,255,0.06)}
.hs-eye{display:flex;align-items:flex-start;gap:10px;margin-bottom:13px}
.hs-eye .all-caps-md{color:rgba(255,255,255,0.78)}
.help-strip h3{font-size:21px;font-weight:800;line-height:1.32;color:#fff;margin:0 0 11px;letter-spacing:-0.01em}
.help-strip p{font-size:13.5px;line-height:1.78;color:rgba(255,255,255,0.78);margin:0;max-width:38em}
.help-strip-actions{display:flex;flex-direction:column;gap:13px;align-items:flex-start}
.hs-contact-row{display:inline-flex;align-items:center;gap:10px;padding:13px 17px;border:1px solid rgba(255,255,255,0.32);border-radius:2px;background:rgba(255,255,255,0.04)}
.hs-ic{font-size:20px;color:#d83333}
.hs-tel{font-family:'Manrope',sans-serif;font-size:17px;font-weight:800;color:#fff;letter-spacing:.02em}
.help-strip .cta-arrow-button.big-cta{justify-content:center}

@media (min-width:720px){
  .page-hero{padding:148px 2rem 78px}
  .page-hero.page-hero-bare{padding:150px 2rem 88px}
  .page-hero-shapes .s_1{width:300px;height:300px}
  .page-hero-shapes .s_2{width:200px;height:200px}
  .ph-h1{font-size:48px}
  .ph-lede{font-size:16px}
  .feat-photo-strip{padding:0 2rem;margin-top:-46px}
  .feat-photo-frame{aspect-ratio:21/9}
  .tl-row{padding:26px 22px 26px 36px}
  .tl-h{font-size:20px}
  .sched-row{grid-template-columns:120px 1fr 1fr}
  .sched-day{border-right:1px solid rgba(28,42,62,0.12);border-bottom:0;background:transparent}
  .sched-cell{border-right:1px solid rgba(28,42,62,0.12);border-bottom:0}
  .sched-cell:last-child{border-right:0}
  .sched-row.is-head{display:grid}
  .help-strip{grid-template-columns:1.5fr 1fr;padding:38px 36px;gap:38px}
  .help-strip-actions{align-items:flex-end}
}

@media (min-width:1024px){
  .page-hero{padding:170px 40px 96px}
  .page-hero.page-hero-bare{padding:172px 40px 110px}
  .ph-h1{font-size:60px}
  .feat-photo-strip{padding:0 40px;margin-top:-60px}
  .tl-row{padding:30px 26px 30px 42px}
  .tl-h{font-size:22px}
  .help-strip{padding:48px 48px}
  .help-strip h3{font-size:24px}
}

@media (min-width:1280px){
  .ph-h1{font-size:70px}
}
.legal-block{padding:54px 1rem 70px;background:#f4f0e6;position:relative;z-index:1}
.legal-content{max-width:760px;margin:0 auto}
.legal-intro{font-size:15px;line-height:1.88;color:#1c2a3e;font-weight:500;margin:0 0 2.4rem;padding-bottom:1.85rem;border-bottom:1px solid rgba(28,42,62,0.16)}
.legal-section{margin-bottom:2.2rem;padding-bottom:2.2rem;border-bottom:1px solid rgba(28,42,62,0.1)}
.legal-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.legal-section-mark{display:flex;align-items:center;gap:9px;margin-bottom:13px}
.legal-section-num{font-family:'Manrope',sans-serif;font-size:11px;font-weight:800;letter-spacing:.13em;color:#d83333;text-transform:uppercase}
.legal-section-h{font-size:21px;font-weight:800;color:#1c2a3e;line-height:1.42;letter-spacing:-0.005em;margin:0 0 15px}
.legal-p{font-size:14px;line-height:1.92;color:#3a4756;margin:0 0 1rem}
.legal-p:last-child{margin-bottom:0}
.legal-list{list-style:none;padding:0;margin:1.1rem 0 0;border-top:1px solid rgba(28,42,62,0.1)}
.legal-list li{padding:15px 0 15px 22px;border-bottom:1px solid rgba(28,42,62,0.08);font-size:13.5px;line-height:1.78;color:#3a4756;position:relative}
.legal-list li:last-child{border-bottom:0}
.legal-list li::before{content:"";position:absolute;left:0;top:23px;width:8px;height:8px;background:#d83333;border-radius:1px}
.legal-list strong{display:block;color:#1c2a3e;font-weight:700;margin-bottom:5px;font-size:14px;letter-spacing:.005em}
.legal-tail{margin-top:1.7rem;padding-top:1.4rem;border-top:1px solid rgba(28,42,62,0.16);font-size:12.5px;line-height:1.78;color:#5a6577}
.legal-tail strong{display:block;color:#1c2a3e;font-weight:800;margin-bottom:5px;font-size:13px;letter-spacing:.02em}

@media (min-width:720px){
  .legal-block{padding:78px 2rem 96px}
  .legal-section{margin-bottom:2.6rem;padding-bottom:2.6rem}
  .legal-section-h{font-size:24px}
  .legal-p{font-size:14.5px}
  .legal-intro{font-size:15.5px}
  .legal-list li{padding:16px 0 16px 24px;font-size:14px}
}

@media (min-width:1024px){
  .legal-block{padding:96px 40px 130px}
  .legal-section-h{font-size:26px}
}
