@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");:root{--coral:#ff5c35;--coral-l:#ff8a6b;--yellow:#ffda00;--mint:#00c9a7;--mint-l:#e0faf5;--sky:#3ab8ff;--navy:#151e3d;--ink:#1a1a2e;--paper:#fffdf8;--pale:#fff8f5;--pale-y:#fffde7;--night:#0a1628}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,sans-serif;line-height:1.75;-webkit-text-size-adjust:100%;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.wrap{margin:0 auto;max-width:880px;padding:0 24px}.blob{border-radius:50%;filter:blur(60px);opacity:.12;pointer-events:none;position:absolute;z-index:0}.site-header{align-items:center;background:#fff;border-bottom:3px solid var(--navy);display:flex;justify-content:space-between;padding:12px 24px;position:sticky;top:0;z-index:100}.logo-mark{color:var(--navy);font-size:clamp(12px,2.9vw,17px);font-weight:900;letter-spacing:-.02em;line-height:1.35;order:1}.header-cta{background:var(--coral);border:2.5px solid var(--navy);border-radius:100px;box-shadow:3px 3px 0 var(--navy);color:#fff;font-size:13px;font-weight:900;order:2;padding:10px 24px;transition:transform .1s,box-shadow .1s}.header-cta:hover{box-shadow:2px 2px 0 var(--navy);transform:translate(1px,1px)}.hero{align-items:center;background:var(--night);display:flex;min-height:90vh;overflow:hidden;position:relative}.hero-blob1{background:var(--coral);height:500px;right:-80px;top:-120px;width:500px}.hero-blob2{background:rgba(255,92,53,.45);bottom:-60px;height:300px;left:-40px;width:300px}.hero-inner{align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:880px;padding:80px 24px;position:relative;width:100%;z-index:1}.hero-eyebrow{align-items:center;background:var(--coral);border:2px solid hsla(0,0%,100%,.4);border-radius:100px;display:inline-flex;font-size:12px;gap:8px;letter-spacing:.06em;margin-bottom:24px;padding:6px 14px}.hero h1,.hero-eyebrow{color:#fff;font-weight:900}.hero h1{font-size:clamp(28px,4.8vw,52px);letter-spacing:-.03em;line-height:1.18;margin-bottom:20px}.hero h1 .hl{color:var(--yellow)}.hero-sub{color:hsla(0,0%,100%,.78);font-size:15px;line-height:1.8;margin-bottom:32px;max-width:400px}.hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.hchip{background:hsla(0,0%,100%,.08);border:2px solid hsla(0,0%,100%,.35);border-radius:100px;color:#fff;font-size:12px;font-weight:700;padding:6px 14px}.hchip.accent{background:var(--coral);border-color:var(--coral)}.hero-btn{background:var(--yellow);border:3px solid var(--navy);border-radius:100px;box-shadow:5px 5px 0 var(--coral);color:var(--navy);display:inline-block;font-size:16px;font-weight:900;padding:18px 48px;transition:transform .12s,box-shadow .12s}.hero-btn:hover{box-shadow:3px 3px 0 var(--coral);transform:translate(2px,2px)}.hero-img-wrap{position:relative}.hero-img-main{aspect-ratio:3/4;border:4px solid hsla(0,0%,100%,.3);border-radius:24px;display:block;object-fit:cover;width:100%}.hero-img-sub{aspect-ratio:4/3;border:4px solid hsla(0,0%,100%,.3);border-radius:16px;bottom:-24px;box-shadow:4px 4px 0 var(--coral);left:-28px;object-fit:cover;object-position:center 30%;position:absolute;width:52%}.hero-sticker{border:2.5px solid var(--navy);border-radius:12px;box-shadow:3px 3px 0 var(--navy);font-size:13px;font-weight:900;line-height:1.4;padding:10px 16px;position:absolute}.hero-sticker.s1{right:-16px;rotate:5deg;top:-16px}.hero-sticker.s1,.hero-sticker.s2{background:var(--yellow);color:var(--navy)}.hero-sticker.s2{bottom:32px;left:-20px;rotate:-4deg}.points-bar{background:var(--coral);border-bottom:3px solid var(--navy);border-top:3px solid var(--navy)}.points-track{align-items:stretch;display:flex}.point-item{align-items:center;border-right:3px solid var(--navy);color:#fff;display:flex;flex:1;font-size:14px;gap:14px;padding:22px 32px}.point-item:last-child{border-right:none}.point-icon{flex-shrink:0;font-size:28px}.point-item strong{display:block;font-size:18px;font-weight:900;letter-spacing:-.01em}.point-item small{font-size:12px;opacity:.82}.stats-sec{background:var(--pale-y);border-bottom:3px solid var(--navy);padding:60px 0}.stats-grid{background:var(--navy);border:3px solid var(--navy);border-radius:20px;display:grid;gap:3px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,auto);overflow:hidden}.stat-card{background:#fff;padding:32px 20px;text-align:center}.stat-n{color:var(--coral);font-size:40px;font-weight:900;letter-spacing:-.03em;line-height:1;margin-bottom:8px}.stat-n sub{font-size:20px}.stat-label{color:var(--navy);font-size:13px;font-weight:700}.stat-note{color:#888;font-size:11px;margin-top:4px}.sec{padding:88px 0}.sec-tag{background:var(--navy);border-radius:4px;color:#fff;display:inline-block;font-size:11px;letter-spacing:.12em;padding:4px 12px;text-transform:uppercase}.sec-tag,h2.sec-h{font-weight:900;margin-bottom:16px}h2.sec-h{font-size:clamp(24px,3.8vw,34px);letter-spacing:-.02em;line-height:1.25}.sec-desc{color:#555;font-size:16px;line-height:1.8;margin-bottom:44px;max-width:580px}.target-sec{background:var(--pale);overflow:hidden;position:relative}.target-blob{background:rgba(255,92,53,.35);bottom:-120px;height:400px;right:-80px;width:400px}.target-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.target-card{background:#fff;border:3px solid var(--navy);border-radius:20px;box-shadow:4px 4px 0 var(--navy);display:flex;gap:16px;padding:28px 24px;transition:transform .12s,box-shadow .12s}.target-card:hover{box-shadow:2px 2px 0 var(--navy);transform:translate(2px,2px)}.target-icon{flex-shrink:0;font-size:36px}.target-card h3{color:var(--navy);font-size:15px;font-weight:900;margin-bottom:6px}.target-card p{color:#555;font-size:13px;line-height:1.7}.voices-sec{background:#fff}.voice-grid{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.voice-card{background:var(--pale);border:3px solid var(--navy);border-radius:20px;box-shadow:5px 5px 0 var(--navy);padding:28px 24px}.voice-bubble{background:#fff;border:2px solid var(--navy);border-radius:16px;color:#333;font-size:14px;line-height:1.8;margin-bottom:20px;padding:16px 18px;position:relative}.voice-bubble:after{border:8px solid transparent;border-top:8px solid var(--navy);bottom:-14px;content:"";left:28px;position:absolute}.voice-bubble:before{border:7px solid transparent;border-top-color:#fff;bottom:-11px;content:"";left:29px;position:absolute;z-index:1}.voice-person{align-items:center;display:flex;gap:12px;padding-top:8px}.voice-avatar{background:#e0e0e0;border:2.5px solid var(--navy);border-radius:50%;flex-shrink:0;height:48px;object-fit:cover;width:48px}.voice-name{font-size:14px;font-weight:900}.voice-meta{color:#666;font-size:12px;margin-top:2px}.work-sec{background:var(--navy);overflow:hidden;position:relative}.work-blob1{background:hsla(0,0%,100%,.12);height:400px;right:-60px;top:-100px;width:400px}.work-inner{align-items:start;display:grid;gap:56px;grid-template-columns:1fr 1fr;position:relative;z-index:1}.work-sec .sec-tag{background:var(--yellow);color:var(--navy)}.work-sec h2.sec-h{color:#fff}.work-honest{background:hsla(0,0%,100%,.08);border-left:4px solid var(--yellow);border-radius:0 12px 12px 0;color:hsla(0,0%,100%,.85);font-size:15px;line-height:1.8;margin-bottom:32px;padding:16px 20px}.work-items{display:flex;flex-direction:column;gap:20px}.work-item{display:flex;gap:14px}.wi-icon{align-items:center;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.2);border-radius:14px;display:flex;flex-shrink:0;font-size:24px;height:52px;justify-content:center;width:52px}.work-item h3{color:var(--yellow);font-size:15px;font-weight:900;margin-bottom:4px}.work-item p{color:hsla(0,0%,100%,.72);font-size:14px;line-height:1.7}.work-photo img{aspect-ratio:3/4;border:4px solid hsla(0,0%,100%,.2);border-radius:20px;object-fit:cover;width:100%}.tl-sec{background:var(--night);overflow:hidden;position:relative}.tl-blob{background:rgba(255,92,53,.3);height:400px;left:-80px;top:-100px;width:400px}.tl-sec .sec-tag{background:var(--yellow);color:var(--navy)}.tl-sec h2.sec-h{color:#fff}.tl-sec .sec-desc{color:hsla(0,0%,100%,.65)}.tl-layout{align-items:start;display:grid;gap:48px;grid-template-columns:1fr 1fr;position:relative;z-index:1}.tl-item{display:flex;gap:16px;margin-bottom:8px}.tl-left{flex-direction:column}.tl-dot,.tl-left{align-items:center;display:flex;flex-shrink:0}.tl-dot{background:hsla(0,0%,100%,.12);border:3px solid hsla(0,0%,100%,.28);border-radius:50%;color:hsla(0,0%,100%,.92);font-size:11px;font-weight:900;height:60px;justify-content:center;width:60px}.tl-dot.break{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.55)}.tl-dot.end{background:var(--yellow);border-color:var(--navy);color:var(--navy)}.tl-line{background:hsla(0,0%,100%,.15);flex:1;margin:4px auto;width:3px}.tl-body{padding:8px 0 28px}.tl-tag{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:100px;color:hsla(0,0%,100%,.88);display:inline-block;font-size:11px;font-weight:900;margin-bottom:8px;padding:3px 10px}.tl-tag.break{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.62)}.tl-tag.end{background:var(--yellow);border-color:var(--navy);color:var(--navy)}.tl-body h3{color:#fff;font-size:15px;font-weight:900;margin-bottom:4px}.tl-body p{color:hsla(0,0%,100%,.62);font-size:13px;line-height:1.65}.tl-photos{display:flex;flex-direction:column;gap:16px}.tl-photo{border:3px solid hsla(0,0%,100%,.2);border-radius:20px;box-shadow:4px 4px 0 rgba(0,0,0,.35);overflow:hidden}.tl-photo img{aspect-ratio:4/3;display:block;object-fit:cover;width:100%}.tl-photo-cap{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.8);font-size:12px;font-weight:700;padding:8px 14px;text-align:center}.night-sec{background:var(--pale);overflow:hidden;position:relative}.night-blob{background:rgba(255,92,53,.28);height:350px;right:-60px;top:-80px;width:350px}.nm-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.nm-card{background:#fff;border:3px solid var(--navy);border-radius:20px;box-shadow:4px 4px 0 var(--navy);padding:28px 22px}.nm-icon{font-size:36px;margin-bottom:14px}.nm-card h3{color:var(--navy);font-size:15px;font-weight:900;margin-bottom:6px}.nm-card p{color:#555;font-size:13px;line-height:1.65}.roadmap-sec{background:var(--night);overflow:hidden;position:relative}.roadmap-blob{background:rgba(255,92,53,.35);bottom:-80px;height:400px;left:-60px;width:400px}.roadmap-sec .sec-tag{background:var(--yellow);color:var(--navy)}.roadmap-sec h2.sec-h{color:#fff}.roadmap-sec .sec-desc{color:hsla(0,0%,100%,.65)}.rm-list{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.rm-item{align-items:flex-start;background:hsla(0,0%,100%,.06);border:2px solid hsla(0,0%,100%,.12);border-radius:20px;display:flex;gap:20px;padding:24px 28px;transition:background .2s}.rm-item:hover{background:hsla(0,0%,100%,.1)}.rm-level{align-items:center;background:hsla(0,0%,100%,.14);border:2px solid hsla(0,0%,100%,.22);border-radius:14px;display:flex;flex-shrink:0;font-size:13px;height:52px;justify-content:center;width:52px}.rm-body h3,.rm-level{color:#fff;font-weight:900}.rm-body h3{font-size:16px;margin-bottom:6px}.rm-salary{color:var(--yellow);font-size:13px;font-weight:400;margin-left:10px}.rm-body p{color:hsla(0,0%,100%,.68);font-size:14px;line-height:1.7}.rm-note{color:hsla(0,0%,100%,.55);font-size:13px;margin-top:6px}.rm-note-em{background:rgba(255,218,0,.12);border-left:3px solid var(--yellow);border-radius:0 8px 8px 0;color:var(--yellow);font-weight:700;padding:8px 12px}.rm-footer{border-top:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5);font-size:13px;line-height:1.7;margin-top:28px;padding-top:20px;position:relative;z-index:1}.manga-sec{background:var(--pale-y)}.manga-img{aspect-ratio:16/7;background:#e8e8e8;border:3px solid var(--navy);border-radius:20px;justify-content:center;overflow:hidden;width:100%}.manga-img,.manga-img .ph{align-items:center;display:flex}.manga-img .ph{color:#bbb;flex-direction:column;gap:10px;text-align:center}.manga-img .ph-icon{font-size:48px}.welfare-sec{background:var(--pale)}.welfare-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.welfare-col{background:#fff;border:3px solid var(--navy);border-radius:20px;box-shadow:4px 4px 0 var(--navy);padding:24px 20px}.welfare-col h3{border-bottom:3px solid var(--navy);color:var(--navy);font-size:13px;font-weight:900;margin-bottom:14px;padding-bottom:10px}.welfare-col ul{list-style:none}.welfare-col li{border-bottom:1px solid #eee;color:#444;font-size:13px;line-height:1.55;padding:7px 0 7px 22px;position:relative}.welfare-col li:last-child{border-bottom:none}.welfare-col li:before{color:var(--navy);content:"✓";font-size:13px;font-weight:900;left:0;opacity:.55;position:absolute}.welfare-col li.star:before{color:var(--coral);content:"★";opacity:1}.faq-sec{background:var(--pale)}.faq-list{display:flex;flex-direction:column;gap:12px}details{background:#fff;border:3px solid var(--navy);border-radius:16px;box-shadow:4px 4px 0 var(--navy);overflow:hidden}details[open]{background:var(--pale-y)}summary{align-items:center;cursor:pointer;display:flex;font-size:15px;font-weight:900;gap:12px;list-style:none;padding:18px 22px;user-select:none}summary::-webkit-details-marker{display:none}.q-label{align-items:center;background:var(--navy);border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:900;height:30px;justify-content:center;width:30px}.q-arrow{color:#aaa;flex-shrink:0;font-size:20px;margin-left:auto;transition:transform .2s}details[open] .q-arrow{transform:rotate(45deg)}.faq-body{border-top:2px solid var(--navy);color:#444;font-size:14px;line-height:1.8;padding:16px 22px 22px 64px}.req-sec{background:#fff}.req-table{border-collapse:collapse;font-size:15px;width:100%}.req-table tr{border-bottom:2px solid #eee}.req-table tr:last-child{border-bottom:none}.req-table th{background:var(--pale-y);color:var(--navy);font-size:12px;font-weight:900;padding:18px 16px;text-align:left;vertical-align:top;white-space:nowrap;width:130px}.req-table td{color:#333;line-height:1.75;padding:18px 16px}.cta-sec{background:var(--navy);overflow:hidden;padding:100px 24px;position:relative;text-align:center}.cta-blob1{background:var(--coral);height:400px;left:-100px;top:-100px;width:400px}.cta-blob2{background:rgba(255,218,0,.25);bottom:-80px;height:300px;right:-60px;width:300px}.cta-inner{position:relative;z-index:1}.cta-badge{background:var(--yellow);border:2px solid var(--navy);border-radius:100px;color:var(--navy);display:inline-block;font-size:12px;font-weight:900;margin-bottom:24px;padding:6px 18px}.cta-sec h2{color:#fff;font-size:clamp(26px,5vw,44px);font-weight:900;line-height:1.2;margin-bottom:16px}.cta-sec p{color:hsla(0,0%,100%,.78);font-size:15px;line-height:1.8;margin-bottom:40px}.cta-btn{background:var(--yellow);border:3px solid var(--navy);border-radius:100px;box-shadow:6px 6px 0 var(--coral);color:var(--navy);display:inline-block;font-size:18px;font-weight:900;padding:22px 60px;transition:transform .12s,box-shadow .12s}.cta-btn:hover{box-shadow:3px 3px 0 var(--coral);transform:translate(3px,3px)}.cta-note{color:hsla(0,0%,100%,.5);font-size:12px;line-height:1.7;margin-top:20px}footer{background:var(--night);border-top:3px solid var(--navy);color:hsla(0,0%,100%,.35);font-size:12px;padding:28px 24px;text-align:center}@media (max-width:720px){.hero-inner{grid-template-columns:1fr}.hero-img-wrap{display:none}.points-track{flex-direction:column}.point-item{border-bottom:3px solid var(--navy);border-right:none}.point-item:last-child{border-bottom:none}.target-grid,.tl-layout,.voice-grid,.work-inner{grid-template-columns:1fr}.header-cta,.tl-photos{display:none}}@media (max-width:480px){.stats-grid{border-radius:14px}.stat-card{padding:22px 14px}.stat-n{font-size:30px}.req-table th{font-size:11px;padding:14px 10px;width:88px}.req-table td{font-size:14px;padding:14px 10px}}