:root{
  --blue:#0b358f;
  --blue-dark:#061d65;
  --blue-soft:#eef6ff;
  --blue-line:#d8e8ff;
  --sky:#2d8bd7;
  --green:#11b748;
  --green-dark:#079d36;
  --ink:#0c1733;
  --text:#26324c;
  --muted:#68758d;
  --bg:#ffffff;
  --card:#ffffff;
  --shadow:0 16px 45px rgba(9,46,115,.11);
  --shadow-soft:0 10px 28px rgba(9,46,115,.07);
  --radius:24px;
  --radius-sm:16px;
  --max:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",YuGothic,"Noto Sans JP",Meiryo,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.75;
  overflow-wrap:anywhere;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
a:focus-visible,summary:focus-visible{outline:3px solid rgba(45,139,215,.45);outline-offset:4px}
.container{width:min(100% - 40px,var(--max));margin-inline:auto}
.narrow{width:min(100% - 40px,920px)}
.section{padding:86px 0;scroll-margin-top:82px}
.section:nth-of-type(even){background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)}
.section-heading{max-width:780px;margin-bottom:34px}
.section-heading.center{text-align:center;margin-inline:auto}
.eyebrow{color:var(--blue);font-weight:800;letter-spacing:.08em;font-size:.9rem;margin:0 0 12px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(2.4rem,5.6vw,4.8rem);line-height:1.08;letter-spacing:-.04em;color:var(--blue-dark);font-weight:900;margin-bottom:22px}
h2{font-size:clamp(1.9rem,4vw,3rem);line-height:1.25;letter-spacing:-.03em;color:var(--blue-dark);font-weight:900;margin-bottom:20px}
h3{color:var(--blue-dark);line-height:1.35;margin-bottom:12px}
p{max-width:72ch}
.section-lead{font-size:1.08rem;color:var(--blue);font-weight:700}

.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--blue-line)}
.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand-logo{width:250px;max-width:48vw;height:44px;object-fit:contain;object-position:left center;mix-blend-mode:multiply}
.header-cta{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;font-weight:800;border-radius:999px;padding:10px 18px;font-size:.92rem;box-shadow:0 8px 24px rgba(11,53,143,.22)}

.hero{padding:54px 0 74px;background:radial-gradient(circle at 82% 35%,#eaf5ff 0,#fff 42%,#f7fbff 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);grid-template-areas:"copy visual" "actions visual";align-items:start;gap:28px 46px}
.hero-copy{grid-area:copy;position:relative;z-index:2}
.hero-actions{grid-area:actions;position:relative;z-index:2}
.hero-visual{grid-area:visual;position:relative;min-height:560px;height:100%;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,0) 36%);pointer-events:none}
.hero-visual img{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center center;filter:saturate(1.01)}
.hero-sub{font-size:clamp(1.25rem,2.7vw,1.9rem);font-weight:900;color:var(--ink);margin-bottom:12px}
.hero-lead{font-size:1.03rem;color:var(--text);margin-bottom:0}
.badge-list{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px;padding:0;list-style:none}
.badge-list li{border:1px solid #b8cff9;background:rgba(255,255,255,.86);color:var(--blue-dark);font-weight:800;border-radius:999px;padding:7px 13px;font-size:.9rem;box-shadow:0 6px 18px rgba(13,53,130,.07)}
.badge-list li::before{content:"・";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:6px;background:var(--blue);color:#fff;border-radius:50%;font-size:.75rem}
.line-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#19c84d,var(--green-dark));color:#fff;font-size:clamp(1rem,2vw,1.22rem);font-weight:900;border-radius:16px;padding:17px 28px;box-shadow:0 16px 36px rgba(17,183,72,.28);transition:transform .2s ease,box-shadow .2s ease}
.line-button::before{content:"LINE";display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;background:#fff;color:var(--green);border-radius:50%;font-size:.72rem;font-weight:900;letter-spacing:.02em}
.line-button::after{content:"";font-size:1.4em;line-height:1}
.line-button.compact{padding:13px 22px;font-size:1rem;border-radius:14px}
.line-button.compact::before{width:36px;height:36px;flex-basis:36px;font-size:.66rem}
.line-note{font-weight:800;color:var(--ink);margin:18px 0 6px}
.line-help{font-size:.92rem;color:var(--muted);margin-bottom:0;max-width:620px}

.summary-section{padding:0 0 72px;background:#fff}
.summary-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;transform:translateY(-34px);position:relative;z-index:3}
.summary-card{background:var(--card);border:1px solid var(--blue-line);border-radius:18px;padding:22px 18px;box-shadow:var(--shadow);min-height:112px;display:flex;flex-direction:column;justify-content:center}
.summary-card p{margin:0 0 4px;color:var(--muted);font-weight:800}
.summary-card strong{font-size:1.15rem;color:var(--ink)}
.summary-card.salary{background:linear-gradient(145deg,var(--blue),var(--blue-dark));color:#fff}
.summary-card.salary p,.summary-card.salary strong{color:#fff}
.summary-card.salary strong{font-size:1.55rem}


.future-section{background:linear-gradient(180deg,#f2f8ff,#fff)}
.future-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.future-card{position:relative;background:#fff;border:1px solid var(--blue-line);border-radius:20px;padding:28px 24px;box-shadow:0 10px 28px rgba(9,46,115,.07)}
.future-card>span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900;margin-bottom:16px}.future-card h3{font-size:1.25rem}.future-card p{font-size:.95rem;margin-bottom:0}



.problem-section{background:linear-gradient(180deg,#f4f9ff,#fff)}
.problem-intro,.career-layout,.fit-layout,.application-layout,.faq-layout,.requirements-intro{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(200px,.166fr);gap:34px;align-items:center;margin-bottom:34px}
.problem-intro .section-heading,.application-layout .section-heading,.faq-layout .section-heading,.requirements-intro .section-heading{margin-bottom:0}
.section-image img{width:100%;border-radius:20px;box-shadow:var(--shadow-soft);object-fit:cover;background:var(--blue-soft)}
.problem-image img{aspect-ratio:5/2}
.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:34px}
.pain-card{display:flex;align-items:flex-start;background:#fff;border:1px solid var(--blue-line);border-radius:16px;padding:18px 20px;font-weight:800;color:var(--ink);box-shadow:var(--shadow-soft)}
.pain-card::before{content:"・";display:inline-grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border:2px solid var(--blue);border-radius:50%;color:var(--blue);margin:1px 12px 0 0;font-weight:900}
.lead-box{background:#fff;border-radius:var(--radius);border:1px solid var(--blue-line);padding:34px;box-shadow:var(--shadow);font-size:1.04rem}
.lead-box p{margin-inline:auto}
.lead-box p:last-child{margin-bottom:0}
.lead-box .lead-title{font-size:1.18rem;margin-bottom:18px}
.lead-box strong{color:var(--blue)}
.inline-cta{margin-top:28px;padding:26px;border-radius:20px;background:linear-gradient(135deg,#eef9f1,#fff);border:1px solid #c8efd4;text-align:center}
.inline-cta p{margin:0 auto 14px}
.inline-cta small{display:block;margin-top:10px;color:var(--muted);font-weight:700}
.inline-cta.simple{margin-top:30px}

.split-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:center}
.split-section.reverse{grid-template-columns:.75fr 1.25fr}
.split-image img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover}
.split-copy p{font-size:1.02rem}
.split-copy p:last-child{margin-bottom:0}

.work-section{background:#fff}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}
.process-card{background:#fff;border:1px solid var(--blue-line);border-radius:20px;padding:20px;box-shadow:0 12px 32px rgba(9,46,115,.08);position:relative}
.process-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--blue);color:#fff;border-radius:50%;font-weight:900;margin-bottom:12px}
.process-card img{width:100%;height:120px;object-fit:cover;border-radius:14px;margin:4px 0 18px}
.process-card h3{font-size:1.2rem}
.process-card p{font-size:.94rem;margin-bottom:0}

.skill-section{background:linear-gradient(135deg,#061d65,#0b358f);color:var(--blue-dark)}
.skill-section .eyebrow{color:#555}
.skill-section h2,.skill-section h3{color:var(--blue-dark)}
.skill-section .split-copy p{color:#555}
.skill-section .split-image img{box-shadow:0 22px 55px rgba(0,0,0,.24)}
.skill-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.skill-tags span{border:1px solid rgba(255,255,255,.24);background:var(--blue-dark);color:#fff;border-radius:999px;padding:8px 13px;font-weight:800;font-size:.88rem}


.gallery-section{background:linear-gradient(180deg,#f8fbff,#fff)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:165px;gap:12px}
.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:16px;box-shadow:0 10px 28px rgba(9,46,115,.08)}
.gallery-grid .large{grid-row:span 2}
.gallery-grid .wide{grid-column:span 2}

.support-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.support-card{background:#fff;border:1px solid var(--blue-line);border-radius:20px;padding:22px;box-shadow:0 12px 32px rgba(9,46,115,.08)}
.support-card img{width:100%;height:150px;object-fit:cover;border-radius:14px;margin-bottom:18px}
.support-card h3{font-size:1.22rem}
.support-card p{margin-bottom:0;font-size:.96rem}

.day-section{background:linear-gradient(180deg,#fff,#eef7ff)}
.day-panel{display:grid;grid-template-columns:1fr .72fr;gap:38px;align-items:center;background:#fff;border:1px solid var(--blue-line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.timeline-note{font-size:.94rem;color:var(--muted);margin-bottom:0}
.timeline{list-style:none;margin:28px 0 22px;padding:0;position:relative}
.timeline::before{content:"";position:absolute;top:9px;bottom:9px;left:78px;width:2px;background:var(--blue-line)}
.timeline li{display:grid;grid-template-columns:90px 1fr;gap:20px;position:relative;margin:0 0 15px;align-items:start}
.timeline li::before{content:"";position:absolute;left:72px;top:8px;width:14px;height:14px;border-radius:50%;background:var(--blue)}
.timeline time{color:var(--blue);font-weight:900}
.timeline span{font-weight:800;color:var(--ink)}
.note-box{background:#f7fbff;border:1px solid var(--blue-line);border-radius:18px;padding:18px;font-weight:700;color:var(--text)}
.day-image img{width:100%;border-radius:20px;box-shadow:0 10px 30px rgba(9,46,115,.09)}

.voice-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.voice-card{display:grid;grid-template-columns:170px 1fr;gap:22px;align-items:start;background:#fff;border:1px solid var(--blue-line);border-radius:20px;padding:22px;box-shadow:var(--shadow)}
.voice-card img{width:170px;height:210px;object-fit:cover;border-radius:16px}
.voice-card h3{font-size:1.3rem}
.voice-card p{font-size:.96rem}
.caption{color:var(--blue);font-weight:900;margin-bottom:0}

.manager-section{background:linear-gradient(180deg,#fff,#f6fbff)}

.career-layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);margin-bottom:0}
.career-image img{aspect-ratio:4/5}
.career-steps{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 18px}
.career-steps span{position:relative;background:#fff;border:1px solid var(--blue-line);border-radius:16px;padding:14px 16px;box-shadow:0 8px 24px rgba(9,46,115,.07);font-weight:900;color:var(--blue-dark)}
.career-steps span:not(:last-child)::after{content:"→";margin-left:12px;color:var(--blue)}
.sv-note{background:#fff;border:1px solid var(--blue-line);border-radius:18px;padding:20px;font-weight:700}

.fit-layout{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);margin-bottom:0}
.fit-image img{aspect-ratio:4/5}
.fit-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.fit-list li{display:flex;align-items:flex-start;background:#fff;border:1px solid var(--blue-line);border-radius:16px;padding:16px 18px;font-weight:900;box-shadow:0 8px 24px rgba(9,46,115,.06)}
.fit-list li::before{content:"#";display:inline-grid;place-items:center;width:26px;height:26px;flex:0 0 26px;margin:0 10px 0 0;border-radius:50%;background:var(--blue);color:#fff;font-size:.85rem}

.application-layout{margin-bottom:28px}
.application-image img{aspect-ratio:4/3}
.entry-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.entry-flow article{background:#fff;border:1px solid var(--blue-line);border-radius:20px;padding:24px;text-align:center;box-shadow:0 10px 28px rgba(9,46,115,.07)}
.entry-flow span{display:inline-grid;place-items:center;width:42px;height:42px;background:var(--blue);color:#fff;border-radius:50%;font-weight:900;margin-bottom:14px}
.entry-flow h3{font-size:1.15rem}
.entry-flow p{font-size:.94rem;margin-bottom:0}

.faq-layout{grid-template-columns:minmax(0,1.25fr) minmax(230px,.75fr)}
.faq-image img{aspect-ratio:4/3}
.faq-list{display:grid;gap:12px}
.faq-list details{background:#fff;border:1px solid var(--blue-line);border-radius:16px;padding:0 18px;box-shadow:0 8px 24px rgba(9,46,115,.05)}
.faq-list summary{cursor:pointer;font-weight:900;color:var(--blue-dark);padding:18px 0;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::before{content:"Q";display:inline-grid;place-items:center;width:30px;height:30px;background:var(--blue);color:#fff;border-radius:50%;margin-right:10px}
.faq-list summary::after{content:"＋";float:right;color:var(--blue);font-weight:900}
.faq-list details[open] summary::after{content:"・"}
.faq-list p{padding:0 0 18px 40px;margin:0;color:var(--text)}

.requirements-intro{grid-template-columns:minmax(0,1.25fr) minmax(230px,.75fr)}
.requirements-image img{aspect-ratio:4/3}
.requirements-table-wrap{overflow:hidden;border-radius:20px;box-shadow:var(--shadow);border:1px solid var(--blue-line);background:#fff}
.requirements-table{width:100%;border-collapse:collapse;font-size:.95rem}
.requirements-table th{width:180px;background:#eef6ff;color:var(--blue-dark);font-weight:900;text-align:left}
.requirements-table td,.requirements-table th{border-bottom:1px solid var(--blue-line);padding:14px 16px;vertical-align:top}
.requirements-table tr:last-child td,.requirements-table tr:last-child th{border-bottom:0}
.requirements-table td{color:var(--text);font-weight:600}
.requirements-cta{margin-top:26px}

.final-cta-section{background:linear-gradient(180deg,#f7fbff,#fff)}
.final-cta-panel{display:grid;grid-template-columns:.72fr 1fr;gap:42px;align-items:center;background:#fff;border:1px solid var(--blue-line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.final-image img{border-radius:22px;width:100%;height:360px;object-fit:cover}
.final-copy h2{font-size:clamp(2rem,4vw,3.2rem)}
.final-note{font-weight:900;color:var(--blue-dark);margin:18px 0 0}

.site-footer{padding:36px 0;border-top:1px solid var(--blue-line);background:#fff}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-logo{width:180px;height:34px;object-fit:contain;object-position:left center;mix-blend-mode:multiply}
.site-footer small{color:var(--muted)}
.mobile-fixed-cta{display:none}

@media (hover:hover){
  .line-button:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(17,183,72,.34)}
  .header-cta:hover{background:var(--blue-dark)}
}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;grid-template-areas:"copy" "visual" "actions";gap:24px}
  .hero-visual{min-height:420px;height:420px}
  .hero-visual img{min-height:420px}
  .split-section,.split-section.reverse,.day-panel,.final-cta-panel,.career-layout,.fit-layout{grid-template-columns:1fr}
  .future-grid,.career-roadmap,.line-step-grid{grid-template-columns:repeat(2,1fr)}
  .problem-intro,.application-layout,.faq-layout,.requirements-intro{grid-template-columns:1fr}
  .problem-intro .section-image,.application-layout .section-image,.faq-layout .section-image,.requirements-intro .section-image{max-width:640px}
  .career-image,.fit-image{max-width:620px}
  .career-image img,.fit-image img{aspect-ratio:16/9}
  .summary-cards{grid-template-columns:repeat(2,1fr);transform:none;margin-top:24px}
  .summary-card.salary{grid-column:span 2}
  .process-grid,.support-cards,.entry-flow{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .voice-grid{grid-template-columns:1fr}
  .voice-card{grid-template-columns:145px 1fr}
  .voice-card img{width:145px;height:185px}
}

@media (max-width:720px){
  body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}
  .container,.narrow{width:min(100% - 28px,var(--max))}
  .section{padding:58px 0;scroll-margin-top:68px}
  .header-inner{height:62px}
  .brand-logo{width:188px;height:36px}
  .header-cta{display:none}
  h1{font-size:clamp(2.05rem,10vw,2.75rem);line-height:1.12;margin-bottom:16px}
  h2{font-size:clamp(1.72rem,7.2vw,2.15rem);line-height:1.3}
  .eyebrow{font-size:.8rem;margin-bottom:8px}
  .hero{padding:28px 0 44px}
  .hero-grid{gap:18px}
  .hero-sub{font-size:1.18rem;margin-bottom:8px}
  .hero-lead{font-size:.96rem;line-height:1.75}
  .hero-visual{min-height:0;height:auto;border-radius:18px}
  .hero-visual img{min-height:0;height:auto;aspect-ratio:16/10;object-position:center center}
  .hero-actions{padding-top:2px}
  .badge-list{gap:7px;margin-bottom:18px}
  .badge-list li{font-size:.78rem;padding:6px 10px}
  .badge-list li::before{width:16px;height:16px;font-size:.68rem;margin-right:5px}
  .line-button{width:100%;padding:15px 16px;font-size:1rem;border-radius:14px;gap:9px}
  .line-button::before{width:36px;height:36px;flex-basis:36px;font-size:.65rem}
  .line-note{font-size:.9rem;line-height:1.55;margin-top:14px}
  .line-help{font-size:.82rem;line-height:1.6}
  .summary-section{padding-bottom:48px}
  .summary-cards{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}
  .summary-card{min-height:90px;padding:15px 13px;border-radius:14px}
  .summary-card p{font-size:.8rem}
  .summary-card strong{font-size:.98rem;line-height:1.4}
  .summary-card.salary{grid-column:span 2;min-height:80px}
  .summary-card.salary strong{font-size:1.35rem}
  .summary-section{padding:0 0 44px}.summary-cards{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}.summary-card{min-height:92px;padding:15px 13px}.summary-card strong{font-size:.98rem}.summary-card.salary strong{font-size:1.18rem}
  .future-grid,.career-roadmap,.line-step-grid,.process-grid,.support-cards,.fit-list{grid-template-columns:1fr}
  .future-card{padding:22px 20px}
  .problem-intro,.career-layout,.fit-layout,.application-layout,.faq-layout,.requirements-intro{gap:20px;margin-bottom:26px}
  .section-image img{border-radius:16px}
  .pain-grid,.process-grid,.support-cards,.fit-list,.entry-flow{grid-template-columns:1fr}
  .pain-grid{gap:10px;margin-bottom:24px}
  .pain-card{padding:14px 15px;font-size:.94rem;border-radius:14px}
  .pain-card::before{width:24px;height:24px;flex-basis:24px;margin-right:9px;font-size:.82rem}
  .lead-box{padding:24px 20px;border-radius:18px;font-size:.96rem}
  .lead-box .lead-title{font-size:1.08rem}
  .inline-cta{padding:22px 17px;border-radius:16px}
  .split-section{gap:28px}
  .split-image{order:1}
  .split-copy{order:2}
  .process-grid{gap:14px}
  .process-card{display:grid;grid-template-columns:52px 105px 1fr;grid-template-areas:"num image title" "num image text";gap:0 12px;align-items:start;padding:16px}
  .process-num{grid-area:num;width:40px;height:40px;margin:0}
  .process-card img{grid-area:image;width:105px;height:92px;margin:0;border-radius:12px}
  .process-card h3{grid-area:title;margin:2px 0 6px;font-size:1.05rem}
  .process-card p{grid-area:text;font-size:.88rem;line-height:1.6}
  .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:132px;gap:8px}
  .gallery-grid .large,.gallery-grid .wide{grid-row:auto;grid-column:auto}
  .support-card{padding:18px}
  .support-card img{height:auto;aspect-ratio:16/9}
  .day-panel,.final-cta-panel{padding:20px;border-radius:18px;gap:26px}
  .timeline::before{left:70px}
  .timeline li{grid-template-columns:82px 1fr;gap:16px}
  .timeline li::before{left:64px}
  .voice-card{grid-template-columns:1fr;padding:18px}
  .voice-card img{width:100%;height:auto;aspect-ratio:16/10}
  .career-steps{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .career-steps span{padding:12px 13px;font-size:.9rem}
  .career-steps span:not(:last-child)::after{display:none}
  .fit-list{gap:10px}
  .fit-list li{padding:14px 15px;font-size:.94rem}
  .entry-flow{gap:10px}
  .entry-flow article{display:grid;grid-template-columns:48px 1fr;grid-template-areas:"step title" "step text";text-align:left;gap:0 10px;padding:16px}
  .entry-flow span{grid-area:step;width:40px;height:40px;margin:0}
  .entry-flow h3{grid-area:title;margin:0 0 4px;font-size:1rem}
  .entry-flow p{grid-area:text;font-size:.88rem}
  .faq-list details{padding:0 14px}
  .faq-list summary{padding:16px 0;font-size:.95rem;line-height:1.5}
  .faq-list summary::before{width:27px;height:27px;margin-right:7px}
  .faq-list p{padding:0 0 16px 34px;font-size:.92rem}
  .requirements-table-wrap{box-shadow:none;border:0;background:transparent;overflow:visible}
  .requirements-table,.requirements-table tbody,.requirements-table tr,.requirements-table th,.requirements-table td{display:block;width:100%}
  .requirements-table{font-size:.93rem}
  .requirements-table tr{margin-bottom:10px;border:1px solid var(--blue-line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 6px 18px rgba(9,46,115,.05)}
  .requirements-table th{padding:9px 13px;border:0;background:#eef6ff;font-size:.82rem}
  .requirements-table td{padding:12px 13px;border:0;font-weight:650}
  .final-image img{height:auto;aspect-ratio:16/10}
  .final-note{font-size:.88rem;line-height:1.6}
  .footer-inner{flex-direction:column;align-items:flex-start}
  .mobile-fixed-cta{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:10px max(12px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-right));background:rgba(255,255,255,.97);border-top:1px solid var(--blue-line);box-shadow:0 -8px 30px rgba(6,29,101,.13);backdrop-filter:blur(14px)}
  .mobile-fixed-copy{display:flex;flex-direction:column;line-height:1.3;min-width:0}
  .mobile-fixed-copy strong{font-size:.84rem;color:var(--ink)}
  .mobile-fixed-copy span{font-size:.68rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-fixed-cta>a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 17px;border-radius:13px;background:linear-gradient(135deg,#19c84d,var(--green-dark));color:#fff;font-size:.92rem;font-weight:900;box-shadow:0 8px 22px rgba(17,183,72,.25)}
}

@media (max-width:440px){
  .container,.narrow{width:min(100% - 22px,var(--max))}
  .section{padding:52px 0}
  .badge-list li{font-size:.74rem}
  .summary-card strong{font-size:.93rem}
  .gallery-grid{grid-auto-rows:116px}
  .process-card{grid-template-columns:44px 88px 1fr;gap:0 9px;padding:14px}
  .process-card img{width:88px;height:82px}
  .career-steps{grid-template-columns:1fr}
  .mobile-fixed-copy strong{font-size:.79rem}
  .mobile-fixed-copy span{font-size:.64rem}
  .mobile-fixed-cta>a{padding-inline:14px;font-size:.86rem}
}
