@import"https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Noto+Sans+JP:wght@400;600;700;800;900&display=swap";:root{--maji-hub-blue: #2251b8;--maji-hub-blue-dark: #173d91;--maji-hub-blue-soft: #eef4ff;--maji-hub-ink: #172033;--maji-hub-muted: #667085;--maji-hub-line: #d8e0ed;--maji-hub-paper: #ffffff;--maji-hub-bg: #f5f8fd;--maji-hub-focus: #f4b740}body{margin:0;background:var(--maji-hub-bg);color:var(--maji-hub-ink);font-family:Noto Sans JP,Hiragino Sans,Yu Gothic,sans-serif}.majiben-chrome~.maji-hub{margin-left:var(--majiben-sidebar-width)}.maji-hub,.maji-hub *{box-sizing:border-box}.maji-hub{display:grid;align-content:start;gap:34px;width:min(100%,1280px);min-height:calc(100vh - var(--majiben-topbar-height));padding:42px clamp(22px,4vw,58px) 64px}.maji-hub>[data-page-content]{display:grid;gap:34px}.maji-hub h1,.maji-hub h2,.maji-hub h3,.maji-hub p{margin:0}.maji-hub h1,.maji-hub h2{font-family:Kiwi Maru,Noto Sans JP,sans-serif}.maji-hub a:focus-visible,.maji-hub button:focus-visible,.maji-hub select:focus-visible{outline:3px solid var(--maji-hub-focus);outline-offset:3px}.maji-hub__status{display:grid;justify-items:start;gap:10px;border:1px solid var(--maji-hub-line);border-left:5px solid var(--maji-hub-blue);border-radius:10px;background:var(--maji-hub-paper);padding:20px}.maji-hub__status strong{font-size:1rem}.maji-hub__status span{color:var(--maji-hub-muted)}.maji-hub__eyebrow{color:var(--maji-hub-blue);font-size:.75rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.maji-hub__primary-action,.maji-hub__secondary-action{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:44px;border:1px solid var(--maji-hub-blue);border-radius:7px;padding:10px 17px;font:inherit;font-size:.9rem;font-weight:800;text-decoration:none;cursor:pointer}.maji-hub__primary-action{background:var(--maji-hub-blue);color:#fff}.maji-hub__primary-action:hover{border-color:var(--maji-hub-blue-dark);background:var(--maji-hub-blue-dark)}.maji-hub__secondary-action{border-color:var(--maji-hub-line);background:#fff;color:var(--maji-hub-blue)}.maji-hub__section{display:grid;gap:18px}.maji-school-choice h1{font-size:clamp(1.6rem,3vw,2.35rem);font-weight:500;line-height:1.4}.maji-hub__section-head,.maji-list-hero{display:flex;align-items:end;justify-content:space-between;gap:24px}.maji-hub__section-head>div,.maji-list-hero>div{display:grid;gap:8px}.maji-hub__section-head h2{font-size:clamp(1.35rem,2.2vw,1.85rem);font-weight:500}.maji-hub__section-head h1{font-size:clamp(1.6rem,3vw,2.35rem);font-weight:500;line-height:1.4}.maji-hub__section-head>a{color:var(--maji-hub-blue);font-size:.88rem;font-weight:800;text-underline-offset:4px}.maji-exam-gates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--maji-hub-line);border-radius:12px;overflow:hidden}.maji-exam-gate{display:grid;grid-template-columns:1fr auto;gap:8px 16px;min-height:150px;width:100%;border:0;border-top:6px solid var(--maji-hub-blue);background:var(--maji-hub-paper);color:var(--maji-hub-ink);padding:23px;font:inherit;text-align:left;cursor:pointer;text-decoration:none;transition:background .16s ease,transform .16s ease}.maji-exam-gate+.maji-exam-gate{border-left:1px solid var(--maji-hub-line)}.maji-exam-gate[data-stage-choice=high_school]{border-top-color:#3970d8}.maji-exam-gate[data-stage-choice=university]{border-top-color:#16408f}.maji-exam-gate:hover{background:var(--maji-hub-blue-soft);transform:translateY(-2px)}.maji-exam-gate[aria-pressed=true]{background:var(--maji-hub-blue-soft);box-shadow:inset 0 0 0 3px #2251b81f}.maji-exam-gate[aria-pressed=true]>small{color:var(--maji-hub-blue)}.maji-exam-gate>strong{align-self:end;grid-column:1;font-family:Kiwi Maru,Noto Sans JP,sans-serif;font-size:1.35rem}.maji-exam-gate>small{grid-column:1;color:var(--maji-hub-muted);font-weight:700}.maji-exam-gate>b{grid-column:2;grid-row:1 / 3;align-self:center;color:var(--maji-hub-blue);font-size:1.3rem}.maji-school-picker{display:grid;gap:16px;border:1px solid #b9c8e0;border-left:5px solid var(--maji-hub-blue);border-radius:10px;background:var(--maji-hub-paper);padding:22px}.maji-school-picker[hidden]{display:none}.maji-school-picker__heading{display:grid;gap:6px}.maji-school-picker__heading h2{font-size:clamp(1.25rem,2.2vw,1.7rem);font-weight:500}.maji-school-picker__heading>p:last-child,.maji-school-picker__status{color:var(--maji-hub-muted);font-size:.88rem}.maji-school-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.maji-school-link{display:grid;grid-template-columns:1fr auto;gap:5px 12px;align-items:center;border:1px solid var(--maji-hub-line);border-radius:8px;background:#fff;color:var(--maji-hub-ink);padding:14px 15px;text-decoration:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.maji-school-link:hover{border-color:#a9bce2;background:var(--maji-hub-blue-soft);transform:translateY(-1px)}.maji-school-link strong{grid-column:1;font-size:.94rem}.maji-school-link small{grid-column:1;color:var(--maji-hub-muted);font-size:.72rem;font-weight:700}.maji-school-link b{grid-column:2;grid-row:1 / 3;color:var(--maji-hub-blue);font-size:1.15rem}.maji-hub__routes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.maji-route-card--featured{border-color:#a9bce2;background:linear-gradient(145deg,#fff 55%,var(--maji-hub-blue-soft))}.maji-route-card{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;border:1px solid var(--maji-hub-line);border-radius:10px;background:var(--maji-hub-paper);color:var(--maji-hub-ink);padding:22px;text-decoration:none}.maji-route-card:hover{border-color:#a9bce2;background:var(--maji-hub-blue-soft)}.maji-route-card__mark{display:grid;place-items:center;width:46px;height:46px;border-radius:9px;background:var(--maji-hub-blue);color:#fff;font-weight:900}.maji-route-card>div{display:grid;gap:4px}.maji-route-card p,.maji-route-card small{color:var(--maji-hub-muted);font-size:.8rem}.maji-route-card strong{font-size:1.05rem}.maji-route-card>b{color:var(--maji-hub-blue);font-size:1.3rem}.maji-list-hero{border-bottom:1px solid var(--maji-hub-line);padding:8px 0 30px}.maji-list-hero h1{font-size:clamp(2.2rem,4vw,3.7rem);font-weight:500}.maji-list-hero p:not(.maji-hub__eyebrow){color:var(--maji-hub-muted);line-height:1.7}.maji-task-grid,.maji-past-exam-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.maji-task-card,.maji-past-exam-card{display:grid;align-content:start;gap:13px;border:1px solid var(--maji-hub-line);border-radius:10px;background:var(--maji-hub-paper);padding:22px}.maji-task-card--draft{border-left:5px solid #3970d8}.maji-task-card__badge,.maji-past-exam-card__stage{width:fit-content;border-radius:999px;background:var(--maji-hub-blue-soft);color:var(--maji-hub-blue);padding:4px 9px;font-size:.72rem;font-weight:900}.maji-task-card h3,.maji-past-exam-card h3{font-size:1.15rem;line-height:1.55}.maji-task-card p,.maji-past-exam-card p,.maji-task-card small{color:var(--maji-hub-muted);line-height:1.7}.maji-task-meter{height:7px;overflow:hidden;border-radius:99px;background:#e6ebf3}.maji-task-meter span{display:block;height:100%;border-radius:inherit;background:var(--maji-hub-blue)}.maji-task-card__actions{display:flex;flex-wrap:wrap;gap:9px}.maji-empty-card{grid-column:1 / -1;display:grid;justify-items:start;gap:10px;border:1px dashed #aebbd0;border-radius:10px;background:#fbfcff;padding:26px}.maji-empty-card p{color:var(--maji-hub-muted)}.maji-empty-card a{color:var(--maji-hub-blue);font-weight:800}.maji-stage-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--maji-hub-line);border-radius:10px}.maji-stage-tabs a{background:#fff;color:var(--maji-hub-ink);padding:16px;font-weight:800;text-align:center;text-decoration:none}.maji-stage-tabs a+a{border-left:1px solid var(--maji-hub-line)}.maji-stage-tabs a:hover,.maji-stage-tabs a.is-active{background:var(--maji-hub-blue);color:#fff}.maji-filter-panel{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr)) auto auto;gap:12px;align-items:end;border:1px solid var(--maji-hub-line);border-radius:10px;background:#fff;padding:18px}.maji-filter-panel label{display:grid;gap:7px}.maji-filter-panel label span{color:var(--maji-hub-muted);font-size:.75rem;font-weight:800}.maji-filter-panel select{width:100%;min-height:44px;border:1px solid #bfc9da;border-radius:7px;background:#fff;color:var(--maji-hub-ink);padding:0 10px;font:inherit}.maji-past-exam-card dl{display:grid;gap:7px;margin:0;border-top:1px solid var(--maji-hub-line);padding-top:13px}.maji-past-exam-card dl div{display:grid;grid-template-columns:4em 1fr;gap:12px}.maji-past-exam-card dt{color:var(--maji-hub-muted);font-size:.78rem;font-weight:800}.maji-past-exam-card dd{margin:0;font-size:.85rem;font-weight:700}.maji-past-exam-finder{--finder-navy: #163a85;--finder-pencil: #f2b73f;gap:26px}.maji-past-exam-finder .maji-hub__status[hidden],.maji-past-exam-finder .maji-hub__section[hidden]{display:none}.maji-past-exam-library-link{display:flex;justify-content:flex-end}.maji-finder-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #bac9e3;border-radius:13px;background:#fff;box-shadow:0 10px 28px #1c3f8014}.maji-finder-steps button{position:relative;display:grid;grid-template-columns:auto 1fr;gap:1px 11px;min-height:74px;border:0;border-right:1px solid var(--maji-hub-line);background:#fff;color:var(--maji-hub-ink);padding:14px 20px;text-align:left;cursor:pointer}.maji-finder-steps button:last-child{border-right:0}.maji-finder-steps button:disabled{cursor:default;opacity:.52}.maji-finder-steps button[aria-current]{background:var(--finder-navy);color:#fff}.maji-finder-steps button[aria-current]:after{position:absolute;right:18px;bottom:0;left:18px;height:4px;background:var(--finder-pencil);content:""}.maji-finder-steps button>span{grid-row:1 / 3;align-self:center;color:#7792c2;font-family:Kiwi Maru,sans-serif;font-size:1.65rem}.maji-finder-steps button[aria-current]>span{color:#bcd0f6}.maji-finder-steps small{align-self:end;font-size:.68rem;font-weight:800;letter-spacing:.08em}.maji-finder-steps strong{overflow:hidden;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.maji-finder-card{display:grid;gap:25px;border:1px solid #c6d2e5;border-top:7px solid var(--finder-navy);border-radius:5px 5px 13px 13px;background-color:#fff;background-image:linear-gradient(#edf2fa 1px,transparent 1px);background-size:100% 31px;padding:clamp(22px,4vw,38px);box-shadow:0 14px 35px #1c3f8017}.maji-finder-card[hidden]{display:none}.maji-finder-card__heading{display:flex;gap:17px;align-items:start}.maji-finder-card__heading>span{flex:0 0 auto;border-radius:3px;background:var(--finder-navy);color:#fff;padding:6px 9px;font-size:.67rem;font-weight:900;letter-spacing:.1em}.maji-finder-card__heading>div{display:grid;gap:6px}.maji-finder-card__heading h2{font-size:clamp(1.25rem,2.4vw,1.75rem);font-weight:500}.maji-finder-card__heading p{color:var(--maji-hub-muted);font-size:.9rem}.maji-stage-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.maji-stage-choices button,.maji-route-choices button{display:grid;border:1px solid #b9c8e0;border-radius:8px;background:#fffffff5;color:var(--maji-hub-ink);font:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.maji-stage-choices button{grid-template-columns:1fr auto;gap:7px 12px;padding:20px}.maji-stage-choices button:hover,.maji-route-choices button:hover{border-color:var(--maji-hub-blue);box-shadow:0 8px 20px #2251b81f;transform:translateY(-2px)}.maji-stage-choices small{grid-column:1;color:var(--maji-hub-blue);font-size:.7rem;font-weight:900}.maji-stage-choices strong{grid-column:1;font-family:Kiwi Maru,sans-serif;font-size:1.55rem}.maji-stage-choices span{grid-column:1;color:var(--maji-hub-muted);font-size:.78rem;line-height:1.5}.maji-stage-choices b{grid-column:2;grid-row:1 / 4;align-self:center;color:var(--maji-hub-blue);font-size:1.35rem}.maji-route-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.maji-route-choices button{grid-template-columns:auto 1fr auto;gap:15px;align-items:center;padding:22px}.maji-route-choices button>span{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:var(--maji-hub-blue-soft);color:var(--maji-hub-blue);font-family:Kiwi Maru,sans-serif;font-weight:500}.maji-route-choices button>div{display:grid;gap:4px}.maji-route-choices strong{font-size:1.05rem}.maji-route-choices small{color:var(--maji-hub-muted);line-height:1.55}.maji-route-choices b{color:var(--maji-hub-blue);font-size:1.3rem}.maji-finder-back,.maji-finder-revise{width:fit-content;border:0;background:transparent;color:var(--maji-hub-blue);padding:5px 0;font:inherit;font-size:.84rem;font-weight:800;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.maji-finder-card__foot{display:flex;justify-content:space-between;gap:14px;align-items:center}.maji-finder-revise{align-self:end}.maji-past-exam-finder .maji-filter-panel{grid-template-columns:repeat(3,minmax(0,1fr)) auto;border:0;background:transparent;padding:0}.maji-past-exam-finder .maji-filter-panel label{order:0;border-radius:7px;background:#fff}.maji-past-exam-finder .maji-filter-panel label span{color:var(--maji-hub-ink)}.maji-past-exam-finder .maji-filter-panel label span b{margin-right:7px;color:var(--maji-hub-blue);font-size:.65rem;letter-spacing:.08em}.maji-past-exam-finder .maji-filter-panel>button{order:3}@media(max-width:1100px){.maji-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.majiben-chrome~.maji-hub{margin-left:0}.maji-hub{padding-top:28px}}@media(max-width:720px){.maji-hub{gap:26px;padding:24px 14px 44px}.maji-exam-gates,.maji-hub__routes,.maji-school-list,.maji-task-grid,.maji-past-exam-list,.maji-stage-tabs,.maji-filter-panel{grid-template-columns:minmax(0,1fr)}.maji-exam-gate+.maji-exam-gate,.maji-stage-tabs a+a{border-left:0;border-top:1px solid var(--maji-hub-line)}.maji-list-hero,.maji-hub__section-head{align-items:stretch;flex-direction:column}.maji-past-exam-library-link,.maji-past-exam-library-link .maji-hub__secondary-action,.maji-list-hero .maji-hub__primary-action,.maji-filter-panel .maji-hub__primary-action,.maji-filter-panel .maji-hub__secondary-action{width:100%}.maji-finder-steps button{min-height:64px;padding:10px}.maji-finder-steps button>span{font-size:1.15rem}.maji-finder-steps small{font-size:.59rem}.maji-finder-steps strong{font-size:.7rem}.maji-finder-steps button[aria-current]:after{right:8px;left:8px}.maji-stage-choices,.maji-route-choices,.maji-past-exam-finder .maji-filter-panel{grid-template-columns:minmax(0,1fr)}.maji-finder-card{gap:20px;padding:20px 15px}.maji-finder-card__heading{gap:10px}.maji-finder-card__foot{align-items:stretch;flex-direction:column}.maji-finder-card__foot .maji-hub__secondary-action{width:100%}}@media(prefers-reduced-motion:reduce){.maji-hub *,.maji-hub *:before,.maji-hub *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.maji-list-hero__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.maji-empty-card{display:grid;justify-items:start;gap:10px;min-height:190px;align-content:center}.maji-empty-card p{margin:0;color:var(--maji-hub-muted);line-height:1.65}.maji-empty-card a{display:inline-flex;align-items:center;min-height:44px;font-weight:800}.maji-task-card a:focus-visible{outline:3px solid #f4b740;outline-offset:3px}@media(max-width:720px){.maji-list-hero__actions{display:grid;grid-template-columns:1fr}.maji-list-hero__actions a{width:100%}}html[data-majiben-reduce-motion=true] .maji-hub *,html[data-majiben-reduce-motion=true] .maji-hub *:before,html[data-majiben-reduce-motion=true] .maji-hub *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
