:root {
  --ink: #11100e;
  --paper: #f4f0e6;
  --white: #fffdf7;
  --red: #e93720;
  --red-dark: #a7190b;
  --yellow: #f4df22;
  --blue: #174a9c;
  --silver: #c8c8c3;
  --muted: #6d6a62;
  --line: rgba(17, 16, 14, 0.22);
  --wrap: min(1180px, calc(100% - 48px));
  --shadow: 0 18px 45px rgba(17, 16, 14, 0.18);
  --header: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.85;
  letter-spacing: 0;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, h4 { margin-top: 0; }
p:last-child { margin-bottom: 0; }

.skip-link { position: fixed; z-index: 999; top: -100px; left: 16px; padding: 10px 14px; background: var(--yellow); font-weight: 900; }
.skip-link:focus { top: 12px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section--white { background: var(--white); }
.section--ink { color: var(--white); background: var(--ink); }
.section--red { color: var(--white); background: var(--red); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: var(--header);
  z-index: 100;
  color: var(--white);
  background: rgba(17, 16, 14, 0.16);
  border-bottom: 1px solid rgba(255,255,255,.24);
  transition: background .25s ease, height .25s ease;
}
.site-header.is-scrolled, .subpage .site-header { background: rgba(17,16,14,.97); }
.site-header__inner { height: 100%; width: min(1420px, calc(100% - 32px)); margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 240px; }
.brand__mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 3px solid currentColor; background: var(--red); font-size: 21px; line-height: 1; font-weight: 1000; transform: rotate(-4deg); }
.brand__text { display: grid; line-height: 1.15; }
.brand__name { font-size: 16px; font-weight: 900; }
.brand__en { margin-top: 5px; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 800; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -7px; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-entry { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--red); font-size: 13px; font-weight: 900; white-space: nowrap; }
.menu-toggle { width: 52px; height: 52px; padding: 0; border: 0; border-radius: 50%; background: var(--red); cursor: pointer; display: grid; place-items: center; flex: 0 0 auto; }
.menu-toggle__lines, .menu-toggle__lines::before, .menu-toggle__lines::after { width: 21px; height: 2px; background: var(--white); transition: transform .25s ease, opacity .25s ease; }
.menu-toggle__lines { position: relative; }
.menu-toggle__lines::before, .menu-toggle__lines::after { content: ""; position: absolute; left: 0; }
.menu-toggle__lines::before { top: -7px; }
.menu-toggle__lines::after { top: 7px; }
.menu-open .menu-toggle__lines { background: transparent; }
.menu-open .menu-toggle__lines::before { top: 0; transform: rotate(45deg); }
.menu-open .menu-toggle__lines::after { top: 0; transform: rotate(-45deg); }

.menu-panel { position: fixed; z-index: 90; inset: 0; padding-top: var(--header); visibility: hidden; opacity: 0; pointer-events: none; color: var(--white); background: var(--ink); transition: opacity .25s ease, visibility .25s ease; overflow-y: auto; }
.menu-open .menu-panel { visibility: visible; opacity: 1; pointer-events: auto; }
.menu-panel::before { content: ""; position: fixed; inset: 0; opacity: .12; background-image: radial-gradient(circle at 2px 2px, #fff 1.3px, transparent 0); background-size: 18px 18px; pointer-events: none; }
.menu-panel__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); gap: 72px; padding-top: 72px; padding-bottom: 64px; }
.menu-kicker { display: inline-block; margin-bottom: 20px; color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.menu-primary { display: grid; }
.menu-primary a { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.22); transition: color .2s ease, padding-left .2s ease; }
.menu-primary a:hover { color: var(--yellow); padding-left: 12px; }
.menu-primary small { color: var(--red); font-weight: 900; }
.menu-primary strong { font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(22px, 2.7vw, 38px); line-height: 1.2; }
.menu-primary i { font-style: normal; font-size: 26px; }
.menu-feature { align-self: start; padding: 26px; color: var(--ink); background: var(--yellow); transform: rotate(1.2deg); box-shadow: 12px 12px 0 var(--red); }
.menu-feature__image { aspect-ratio: 16/10; overflow: hidden; border: 3px solid var(--ink); }
.menu-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.menu-feature h2 { margin: 20px 0 8px; font-size: 28px; line-height: 1.35; }
.menu-feature p { font-size: 14px; }
.menu-feature__links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.menu-feature__links a { padding: 12px; color: var(--white); background: var(--ink); text-align: center; font-weight: 900; }

.demo-ribbon { position: fixed; z-index: 89; left: 0; top: 134px; padding: 9px 18px; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); border-left: 0; font-size: 11px; font-weight: 1000; letter-spacing: .12em; transform: rotate(-2deg); }

.hero { position: relative; min-height: 930px; color: var(--white); background: var(--ink); overflow: hidden; }
.hero__image { position: absolute; inset: 0; transform: scale(1.04); transform-origin: center; will-change: transform; }
.hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,7,.93) 0%, rgba(8,8,7,.70) 43%, rgba(8,8,7,.08) 78%), linear-gradient(0deg, rgba(8,8,7,.76), transparent 42%); }
.hero__dots { position: absolute; inset: 0; opacity: .17; mix-blend-mode: screen; background-image: radial-gradient(circle, #fff 1.2px, transparent 1.4px); background-size: 8px 8px; mask-image: linear-gradient(90deg, #000, transparent 68%); }
.hero__content { position: relative; z-index: 2; width: min(1360px, calc(100% - 48px)); min-height: 930px; margin: auto; padding: 190px 0 150px; display: flex; align-items: center; }
.hero__copy { width: min(100%, 750px); min-width: 0; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 8px 12px; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--red); font-size: 12px; font-weight: 1000; letter-spacing: .12em; transform: rotate(-1.5deg); }
.hero h1 { margin: 0; font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(58px, 7.2vw, 118px); line-height: .98; font-weight: 900; letter-spacing: 0; word-break: keep-all; }
.hero h1 .accent { color: var(--yellow); -webkit-text-stroke: 1px var(--yellow); }
.hero__lead { max-width: 620px; margin: 28px 0 0; padding-left: 20px; border-left: 6px solid var(--red); font-size: clamp(16px, 1.45vw, 21px); font-weight: 700; line-height: 1.85; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-card { position: absolute; z-index: 3; width: 178px; padding: 9px 9px 15px; color: var(--ink); background: var(--white); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--red); will-change: transform; }
.hero-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-card span { display: block; margin-top: 9px; font-size: 11px; font-weight: 900; text-align: center; }
.hero-card--one { right: 8vw; bottom: 110px; transform: rotate(4deg); }
.hero-card--two { right: 26vw; bottom: 70px; transform: rotate(-5deg); }
.hero__stamp { position: absolute; z-index: 2; top: 135px; right: 7vw; width: 140px; aspect-ratio: 1; display: grid; place-items: center; border: 5px double var(--yellow); border-radius: 50%; color: var(--yellow); font-size: 17px; font-weight: 1000; line-height: 1.25; text-align: center; transform: rotate(9deg); }
.ticker { position: absolute; z-index: 4; inset: auto 0 0; border-block: 2px solid var(--ink); color: var(--ink); background: var(--yellow); overflow: hidden; }
.ticker__track { width: max-content; display: flex; animation: ticker 26s linear infinite; }
.ticker__track span { padding: 12px 30px; font-size: 15px; font-weight: 1000; white-space: nowrap; }
@keyframes ticker { to { transform: translateX(-50%); } }

.btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 2px solid var(--ink); color: var(--white); background: var(--red); box-shadow: 5px 5px 0 var(--ink); font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.btn::after { content: "↗"; }
.btn:hover, .btn:focus-visible { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.btn--yellow { color: var(--ink); background: var(--yellow); }
.btn--white { color: var(--ink); background: var(--white); }
.btn--outline { color: var(--white); background: transparent; border-color: var(--white); box-shadow: 5px 5px 0 var(--yellow); }
.btn--ink { color: var(--white); background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 2px solid currentColor; font-weight: 900; }
.text-link::after { content: "→"; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-size: 11px; font-weight: 1000; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: currentColor; }
.section-title { margin: 18px 0 28px; font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(42px, 5vw, 74px); font-weight: 900; line-height: 1.14; word-break: keep-all; }
.section-title--small { font-size: clamp(34px, 4vw, 58px); }
.section-lead { max-width: 720px; color: var(--muted); font-size: 17px; line-height: 2; }
.section--ink .section-lead, .section--red .section-lead { color: rgba(255,255,255,.76); }
.two-col { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.two-col > *, .page-hero__inner > *, .profile-hero__inner > *, .job-detail__head > *, .job-detail__body > * { min-width: 0; }
.sticky-copy { position: sticky; top: calc(var(--header) + 42px); }
.big-quote { margin: 0; font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(34px, 4vw, 62px); font-weight: 900; line-height: 1.45; }
.big-quote mark { color: inherit; background: linear-gradient(transparent 65%, var(--yellow) 0); }
.body-copy { font-size: 17px; line-height: 2.2; }
.body-copy p { margin-bottom: 1.5em; }

.quote-wall { padding: 30px 0; color: var(--white); background: var(--red); border-block: 4px solid var(--ink); overflow: hidden; transform: rotate(-.6deg); }
.quote-wall__track { width: max-content; display: flex; gap: 22px; animation: ticker 38s linear infinite reverse; }
.quote-wall blockquote { width: 370px; margin: 0; padding: 22px; color: var(--ink); background: var(--white); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--yellow); font-weight: 800; line-height: 1.7; }
.quote-wall cite { display: block; margin-top: 10px; color: var(--red); font-size: 11px; font-style: normal; font-weight: 900; }

.newspaper { position: relative; padding: 52px; background: var(--white); border: 4px solid var(--ink); box-shadow: 14px 14px 0 var(--red); }
.newspaper::before { content: "号 外"; position: absolute; top: -24px; left: 34px; padding: 8px 20px; color: var(--white); background: var(--red); border: 3px solid var(--ink); font-size: 18px; font-weight: 1000; transform: rotate(-3deg); }
.newspaper__masthead { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 18px; border-bottom: 8px double var(--ink); }
.newspaper__masthead h2 { margin: 0; font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(38px, 5vw, 72px); line-height: 1; }
.newspaper__masthead p { margin: 0; font-weight: 900; }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.number-card { min-height: 180px; padding: 28px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.number-card small { display: block; min-height: 36px; color: var(--muted); font-weight: 800; }
.number-card strong { display: inline-block; margin-top: 14px; color: var(--red); font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(42px, 5vw, 68px); line-height: 1; }
.number-card b { font-size: 16px; }
.number-card p { margin: 12px 0 0; font-size: 12px; line-height: 1.55; }

.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.feature-card { min-height: 330px; position: relative; overflow: hidden; border: 3px solid var(--ink); background: var(--white); box-shadow: 8px 8px 0 rgba(17,16,14,.18); }
.feature-card:nth-child(1) { grid-column: span 7; }
.feature-card:nth-child(2) { grid-column: span 5; }
.feature-card:nth-child(3) { grid-column: span 5; }
.feature-card:nth-child(4) { grid-column: span 7; }
.feature-card__image { position: absolute; inset: 0; }
.feature-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.feature-card:hover .feature-card__image img { transform: scale(1.045); }
.feature-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,9,.94), transparent 72%); }
.feature-card__copy { position: absolute; z-index: 2; inset: auto 24px 22px; color: var(--white); }
.feature-card__copy small { color: var(--yellow); font-weight: 900; letter-spacing: .14em; }
.feature-card__copy h3 { margin: 7px 0 3px; font-size: clamp(26px, 3vw, 42px); line-height: 1.3; }
.feature-card__copy p { margin: 0; font-size: 13px; }

.jobs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.job-card { min-height: 360px; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; background: var(--white); border: 3px solid var(--ink); transition: transform .2s ease; }
.job-card:hover { transform: translateY(-6px); }
.job-card__image { min-height: 100%; overflow: hidden; }
.job-card__image img { width: 100%; height: 100%; object-fit: cover; }
.job-card__body { position: relative; padding: 28px; }
.job-card__num { color: var(--red); font-size: 12px; font-weight: 1000; letter-spacing: .18em; }
.job-card h3 { margin: 12px 0; font-size: 29px; line-height: 1.25; }
.job-card p { color: var(--muted); font-size: 14px; }
.job-card__arrow { position: absolute; right: 20px; bottom: 18px; width: 44px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-weight: 900; }

.people-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.person-card { position: relative; color: var(--ink); background: var(--white); border: 3px solid var(--ink); transition: transform .25s ease; }
.person-card:nth-child(even) { transform: translateY(28px); }
.person-card:hover { transform: translateY(-8px) rotate(-1deg); }
.person-card:nth-child(even):hover { transform: translateY(20px) rotate(1deg); }
.person-card__image { aspect-ratio: 4/5; overflow: hidden; background: var(--silver); }
.person-card__image img { width: 100%; height: 100%; object-fit: cover; }
.person-card__body { min-height: 240px; padding: 22px; }
.person-card__role { color: var(--red); font-size: 11px; font-weight: 900; }
.person-card h3 { margin: 8px 0; font-size: 24px; }
.person-card__quote { font-weight: 900; line-height: 1.65; }
.person-card__more { display: inline-block; margin-top: 10px; padding-bottom: 3px; border-bottom: 2px solid var(--ink); font-size: 12px; font-weight: 900; }

.image-band { position: relative; min-height: 680px; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.image-band__image { position: absolute; inset: 0; }
.image-band__image img { width: 100%; height: 100%; object-fit: cover; }
.image-band__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,7,.92), rgba(8,8,7,.18)); }
.image-band__copy { position: relative; z-index: 2; max-width: 590px; }
.image-band__copy p { font-size: 17px; }

.page-hero { position: relative; padding: 188px 0 96px; color: var(--white); background: var(--ink); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle at 2px 2px, #fff 1.2px, transparent 0); background-size: 13px 13px; }
.page-hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.page-hero__label { display: inline-flex; padding: 7px 12px; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); font-size: 11px; font-weight: 1000; transform: rotate(-1deg); }
.page-hero h1 { margin: 24px 0 0; font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(50px, 7vw, 94px); font-weight: 900; line-height: 1.08; word-break: keep-all; }
.page-hero__lead { padding: 24px; border: 2px solid var(--white); border-left: 10px solid var(--red); font-size: 17px; font-weight: 700; }
.page-hero__crumbs { margin-top: 42px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 800; }
.page-hero__crumbs a { text-decoration: underline; }

.editorial-photo { position: relative; }
.editorial-photo img { width: 100%; min-height: 420px; object-fit: cover; border: 4px solid var(--ink); box-shadow: 15px 15px 0 var(--red); }
.editorial-photo__caption { position: absolute; right: -12px; bottom: -20px; max-width: 280px; padding: 12px 16px; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); font-size: 12px; font-weight: 900; transform: rotate(-2deg); }

.timeline { position: relative; display: grid; gap: 18px; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 76px; width: 4px; background: var(--red); }
.timeline-item { position: relative; display: grid; grid-template-columns: 74px 1fr; gap: 28px; align-items: start; }
.timeline-item__time { position: relative; z-index: 2; padding: 7px 6px; color: var(--white); background: var(--ink); border: 2px solid var(--ink); text-align: center; font-weight: 1000; }
.timeline-item__body { padding: 20px 24px; background: var(--white); border: 2px solid var(--ink); }
.timeline-item__body h3 { margin: 0 0 6px; font-size: 20px; }
.timeline-item__body p { margin: 0; color: var(--muted); font-size: 14px; }

.job-detail { padding: 46px 0; border-top: 5px solid var(--ink); }
.job-detail__head { display: grid; grid-template-columns: 130px 1fr 1fr; gap: 36px; align-items: start; }
.job-detail__number { color: var(--red); font-family: "Zen Kaku Gothic New", sans-serif; font-size: 72px; font-weight: 900; line-height: 1; }
.job-detail h2 { margin: 0; font-size: clamp(30px, 3.5vw, 44px); line-height: 1.3; }
.job-detail__intro { color: var(--muted); }
.job-detail__body { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; margin-top: 36px; }
.mini-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.mini-list li { padding: 13px 14px 13px 42px; position: relative; background: var(--white); border: 1px solid var(--line); font-weight: 700; }
.mini-list li::before { content: "✓"; position: absolute; left: 15px; color: var(--red); font-weight: 1000; }

.voice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.voice { position: relative; padding: 30px; background: var(--white); border: 3px solid var(--ink); }
.voice::before { content: "“"; position: absolute; top: 2px; right: 18px; color: var(--yellow); font-family: serif; font-size: 86px; font-weight: 900; line-height: 1; }
.voice h3 { position: relative; padding-right: 58px; font-size: 23px; line-height: 1.55; }
.voice p { color: var(--muted); }
.voice cite { color: var(--red); font-style: normal; font-weight: 900; }

.reason-list { display: grid; grid-template-columns: repeat(3, 1fr); border: 3px solid var(--ink); }
.reason { min-height: 310px; padding: 32px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason:nth-child(3n) { border-right: 0; }
.reason:nth-last-child(-n+3) { border-bottom: 0; }
.reason__num { color: var(--red); font-size: 14px; font-weight: 1000; }
.reason h3 { margin: 28px 0 12px; font-size: 25px; line-height: 1.45; }
.reason p { color: var(--muted); font-size: 14px; }

.future-list { display: grid; gap: 0; border-top: 4px solid var(--ink); }
.future-item { display: grid; grid-template-columns: 130px .8fr 1.2fr; gap: 36px; align-items: start; padding: 42px 0; border-bottom: 1px solid var(--line); }
.future-item__num { color: var(--red); font-family: "Zen Kaku Gothic New", sans-serif; font-size: 74px; font-weight: 900; line-height: .8; }
.future-item h3 { margin: 0; font-size: 29px; line-height: 1.45; }
.future-item p { margin: 0; color: var(--muted); }

.welfare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.welfare-card { min-height: 260px; padding: 28px; background: var(--white); border: 2px solid var(--ink); box-shadow: 6px 6px 0 rgba(17,16,14,.15); }
.welfare-card__icon { width: 48px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: 23px; }
.welfare-card h3 { margin: 20px 0 10px; font-size: 22px; }
.welfare-card p { color: var(--muted); font-size: 14px; }
.data-table { width: 100%; border-collapse: collapse; background: var(--white); border: 3px solid var(--ink); }
.data-table th, .data-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { width: 28%; color: var(--white); background: var(--ink); }

.accordion { border-top: 3px solid var(--ink); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-button { width: 100%; display: grid; grid-template-columns: 56px 1fr 44px; gap: 16px; align-items: center; padding: 24px 8px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion-button__q { color: var(--red); font-family: "Zen Kaku Gothic New", sans-serif; font-size: 28px; font-weight: 900; }
.accordion-button strong { font-size: 18px; }
.accordion-button__plus { width: 36px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); transition: transform .2s ease; }
.accordion-item.is-open .accordion-button__plus { transform: rotate(45deg); }
.accordion-panel { display: none; padding: 0 64px 26px; color: var(--muted); }
.accordion-item.is-open .accordion-panel { display: block; }

.requirements-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.requirement-card { padding: 30px; background: var(--white); border: 3px solid var(--ink); }
.requirement-card__status { display: inline-flex; padding: 6px 10px; color: var(--white); background: var(--red); font-size: 11px; font-weight: 900; }
.requirement-card h3 { margin: 18px 0 6px; font-size: 27px; }
.requirement-card dl { display: grid; grid-template-columns: 120px 1fr; margin: 22px 0 0; font-size: 14px; }
.requirement-card dt, .requirement-card dd { margin: 0; padding: 10px 0; border-bottom: 1px solid var(--line); }
.requirement-card dt { font-weight: 900; }

.form-wrap { padding: 46px; color: var(--white); background: var(--ink); border: 4px solid var(--red); box-shadow: 12px 12px 0 var(--yellow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-weight: 800; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 14px; border: 2px solid var(--white); color: var(--ink); background: var(--white); border-radius: 0; }
.form-field textarea { min-height: 160px; resize: vertical; }
.form-note { margin: 18px 0; color: rgba(255,255,255,.68); font-size: 12px; }
.form-result { margin-top: 20px; padding: 18px; color: var(--ink); background: var(--yellow); font-weight: 900; }

.profile-hero { padding: 150px 0 90px; background: var(--yellow); border-bottom: 8px solid var(--ink); }
.profile-hero__inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 66px; align-items: center; }
.profile-hero__image { position: relative; }
.profile-hero__image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border: 4px solid var(--ink); box-shadow: 16px 16px 0 var(--red); }
.profile-hero__number { position: absolute; top: 12px; left: -24px; color: var(--white); -webkit-text-stroke: 4px var(--ink); paint-order: stroke fill; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 110px; font-weight: 900; line-height: 1; transform: rotate(-8deg); }
.profile-hero__role { color: var(--red); font-size: 12px; font-weight: 1000; letter-spacing: .16em; }
.profile-hero h1 { margin: 14px 0 6px; font-size: clamp(42px, 6vw, 80px); line-height: 1.1; }
.profile-hero__meta { font-weight: 800; }
.profile-hero__quote { margin: 34px 0 0; font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(28px, 3.4vw, 48px); font-weight: 900; line-height: 1.45; }
.qa-list { display: grid; gap: 50px; }
.qa-item { display: grid; grid-template-columns: 86px 1fr; gap: 28px; }
.qa-item__q { width: 70px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-family: "Zen Kaku Gothic New", sans-serif; font-size: 24px; font-weight: 900; }
.qa-item h3 { margin: 0 0 14px; font-size: 26px; }
.qa-item p { color: var(--muted); font-size: 16px; }

.cta { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; padding: 76px max(24px, calc((100vw - 1180px) / 2)); color: var(--ink); background: var(--yellow); border-block: 5px solid var(--ink); }
.cta h2 { margin: 0; font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(34px, 5vw, 66px); line-height: 1.15; }
.cta p { margin: 16px 0 0; font-weight: 700; }
.site-footer { padding: 72px 0 30px; color: var(--white); background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; }
.footer-copy { margin-top: 24px; color: rgba(255,255,255,.62); font-size: 13px; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; }
.footer-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.52); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .site-header__inner { gap: 14px; }
  .header-entry { margin-left: auto; }
  .hero-card--two { right: 28vw; }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .people-grid { grid-template-columns: repeat(2, 1fr); }
  .person-card:nth-child(even) { transform: none; }
  .reason-list { grid-template-columns: repeat(2, 1fr); }
  .reason:nth-child(3n) { border-right: 1px solid var(--line); }
  .reason:nth-child(2n) { border-right: 0; }
  .reason:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .reason:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 820px) {
  :root { --wrap: min(100% - 32px, 680px); --header: 68px; }
  .section { padding: 80px 0; }
  .brand { min-width: 0; }
  .brand__name { font-size: 13px; }
  .brand__en { display: none; }
  .header-entry { display: none; }
  .menu-toggle { margin-left: auto; width: 46px; height: 46px; }
  .demo-ribbon { top: 92px; font-size: 9px; padding: 6px 12px; }
  .menu-panel__inner { grid-template-columns: 1fr; gap: 34px; padding-top: 36px; }
  .menu-primary a { grid-template-columns: 48px 1fr auto; }
  .menu-feature { margin-bottom: 40px; padding: 18px; box-shadow: 7px 7px 0 var(--red); }
  .menu-feature__links { grid-template-columns: 1fr; }

  .hero, .hero__content { min-height: 820px; }
  .hero__image img { object-position: 60% center; }
  .hero__shade { background: linear-gradient(0deg, rgba(8,8,7,.94), rgba(8,8,7,.26) 78%), linear-gradient(90deg, rgba(8,8,7,.55), transparent); }
  .hero__content { align-items: end; padding: 145px 0 190px; }
  .hero h1 { font-size: clamp(48px, 13.5vw, 68px); }
  .hero__lead { font-size: 15px; }
  .hero__stamp { top: 118px; right: 18px; width: 104px; font-size: 12px; }
  .hero-card { width: 115px; padding: 6px 6px 9px; }
  .hero-card--one { right: 18px; bottom: 88px; }
  .hero-card--two { right: 142px; bottom: 68px; }
  .hero-card span { font-size: 8px; }
  .ticker__track span { font-size: 12px; padding: 10px 18px; }

  .two-col, .page-hero__inner, .profile-hero__inner, .footer-top { grid-template-columns: 1fr; }
  .sticky-copy { position: static; }
  .newspaper { padding: 40px 20px 24px; box-shadow: 8px 8px 0 var(--red); }
  .newspaper__masthead { display: block; }
  .newspaper__masthead p { margin-top: 12px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card:nth-child(n) { grid-column: auto; min-height: 350px; }
  .jobs-grid { grid-template-columns: 1fr; }
  .people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .person-card__body { min-height: 225px; padding: 15px; }
  .person-card h3 { font-size: 20px; }
  .person-card__quote { font-size: 13px; }
  .image-band { min-height: 640px; align-items: end; padding-bottom: 70px; }
  .image-band__shade { background: linear-gradient(0deg, rgba(8,8,7,.94), rgba(8,8,7,.08)); }
  .page-hero { padding: 144px 0 72px; }
  .page-hero__lead { padding: 18px; }
  .job-detail__head { grid-template-columns: 82px 1fr; }
  .job-detail__intro { grid-column: 1 / -1; }
  .job-detail__number { font-size: 54px; }
  .job-detail__body, .voice-grid, .requirements-grid { grid-template-columns: 1fr; }
  .reason-list { grid-template-columns: 1fr; }
  .reason:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .reason:last-child { border-bottom: 0; }
  .future-item { grid-template-columns: 74px 1fr; gap: 20px; }
  .future-item p { grid-column: 1 / -1; }
  .future-item__num { font-size: 56px; }
  .welfare-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-hero { padding: 118px 0 72px; }
  .profile-hero__image { width: min(390px, 86%); }
  .profile-hero__number { font-size: 80px; }
  .cta { grid-template-columns: 1fr; padding-block: 56px; }
  .cta .btn { justify-self: start; }
}

@media (max-width: 560px) {
  :root { --wrap: calc(100% - 28px); }
  .section { padding: 68px 0; }
  .hero__content { width: calc(100% - 28px); }
  .hero__eyebrow { font-size: 10px; }
  .hero h1 { font-size: clamp(46px, 13vw, 58px); line-height: 1.05; }
  .hero__actions { display: grid; }
  .btn { width: 100%; }
  .hero-card { display: none; }
  .section-title { font-size: clamp(36px, 11vw, 50px); }
  .big-quote { font-size: 34px; }
  .body-copy, .section-lead { font-size: 15px; }
  .quote-wall blockquote { width: 300px; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .number-card { min-height: 155px; padding: 20px 14px; }
  .number-card strong { font-size: 42px; }
  .job-card { min-height: 0; grid-template-columns: 1fr; }
  .job-card__image { min-height: 230px; }
  .person-card__image { aspect-ratio: 1/1.16; }
  .person-card__body { min-height: 210px; }
  .person-card__role { font-size: 9px; }
  .person-card__quote { line-height: 1.5; }
  .page-hero h1 { font-size: 46px; }
  .editorial-photo__caption { position: relative; right: auto; bottom: auto; margin: -14px 8px 0; }
  .timeline::before { left: 60px; }
  .timeline-item { grid-template-columns: 58px 1fr; gap: 14px; }
  .timeline-item__body { padding: 16px; }
  .job-detail__head { grid-template-columns: 60px 1fr; gap: 14px; }
  .job-detail__number { font-size: 44px; }
  .welfare-grid { grid-template-columns: 1fr; }
  .data-table, .data-table tbody, .data-table tr, .data-table th, .data-table td { display: block; width: 100%; }
  .data-table th { border-bottom: 0; }
  .accordion-button { grid-template-columns: 40px 1fr 36px; gap: 9px; }
  .accordion-button strong { font-size: 15px; }
  .accordion-panel { padding: 0 8px 22px 49px; }
  .requirement-card dl { grid-template-columns: 1fr; }
  .requirement-card dt { padding-bottom: 2px; border-bottom: 0; }
  .requirement-card dd { padding-top: 2px; }
  .form-wrap { padding: 28px 18px; box-shadow: 7px 7px 0 var(--yellow); }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .qa-item { grid-template-columns: 52px 1fr; gap: 14px; }
  .qa-item__q { width: 48px; font-size: 18px; }
  .qa-item h3 { font-size: 21px; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
