:root {
  --ink: #111;
  --red: #df382f;
  --red-dark: #b91f1a;
  --paper: #fff;
  --warm: #f5f3ee;
  --pale: #f8ded9;
  --yellow: #f4dd72;
  --line: 1.5px solid var(--ink);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; line-height: 1.8; }
body.is-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 200; padding: 10px 16px; background: #fff; border: var(--line); }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 100; height: 70px; background: rgba(255,255,255,.96); border-bottom: var(--line); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; line-height: 1.1; }
.brand__mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; color: #fff; background: var(--red); border-radius: 50%; font-family: Georgia, serif; font-size: 23px; }
.brand small { display: block; margin-top: 4px; font-size: 9px; letter-spacing: .16em; }
.global-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 800; }
.global-nav a:not(.entry-link) { padding-block: 24px 20px; border-bottom: 4px solid transparent; }
.global-nav a:not(.entry-link):hover { border-color: var(--red); }
.entry-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 24px; color: #fff; background: var(--ink); border-radius: 999px; font-weight: 900; letter-spacing: .05em; }
.entry-link:hover { background: var(--red); }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; background: var(--yellow); border: var(--line); border-radius: 0; cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { display: block; width: 23px; height: 3px; margin: 5px auto; content: ""; background: var(--ink); }
.mobile-panel { display: none; }
.section { padding: 110px 0; }
.section--warm { background: var(--warm); }
.section--red { color: #fff; background: var(--red); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--red); font-family: Arial, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { width: 38px; height: 3px; content: ""; background: currentColor; }
.section-title { margin: 0; font-size: clamp(42px, 6.2vw, 86px); font-weight: 900; line-height: 1.04; letter-spacing: 0; }
.section-lead { max-width: 710px; margin: 30px 0 0; font-size: 18px; font-weight: 600; }
.hero { position: relative; min-height: calc(100svh - 70px); padding: 14px; overflow: hidden; }
.hero__media { position: absolute; inset: 14px; overflow: hidden; border-radius: 8px; background: #ddd; }
.hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,0,0,.54) 0%, rgba(0,0,0,.08) 58%, rgba(0,0,0,0) 100%); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__body { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: calc(100svh - 98px); padding: 60px 44px; color: #fff; }
.hero__kicker { width: fit-content; margin: 0 0 18px; padding: 8px 12px; color: var(--ink); background: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(54px, 7.8vw, 116px); font-weight: 900; line-height: .98; letter-spacing: 0; }
.hero h1 span { display: block; white-space: nowrap; }
.hero__lead { max-width: 580px; margin: 24px 0 0; font-size: clamp(16px, 1.5vw, 20px); font-weight: 800; }
.hero__scroll { position: absolute; right: 34px; bottom: 32px; z-index: 3; display: grid; place-items: center; width: 82px; height: 82px; color: #fff; border: 1px solid #fff; border-radius: 50%; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.concept { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.concept__vertical { writing-mode: vertical-rl; font-size: clamp(46px, 5.5vw, 78px); font-weight: 900; line-height: 1.18; }
.concept__copy h2 { margin: 0; font-size: clamp(38px, 5.5vw, 78px); line-height: 1.06; }
.concept__copy p { max-width: 680px; margin: 34px 0 0; font-size: 17px; }
.concept__note { margin-top: 42px; padding: 24px 28px; background: var(--pale); border-left: 8px solid var(--red); font-size: 18px; font-weight: 800; }
.people-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 58px; }
.person-card { position: relative; min-width: 0; }
.person-card__photo { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 7px; background: #ddd; }
.person-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.person-card:hover img { transform: scale(1.04); }
.person-card__role { position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; color: #fff; background: var(--red); font-size: 11px; font-weight: 900; }
.person-card h3 { margin: 16px 0 0; font-size: 22px; line-height: 1.3; }
.person-card p { margin: 5px 0 0; color: #555; font-size: 13px; line-height: 1.65; }
.person-card__quote { margin-top: 14px !important; color: var(--ink) !important; font-size: 15px !important; font-weight: 900; }
.arrow-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; color: var(--red); font-size: 13px; font-weight: 900; }
.arrow-link::after { content: "→"; font-size: 18px; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 56px; }
.work-card { min-height: 330px; padding: 34px; background: #fff; border: var(--line); border-radius: 7px; }
.work-card__num { display: block; color: var(--red); font-family: Georgia, serif; font-size: 58px; line-height: 1; }
.work-card h3 { margin: 18px 0 0; font-size: 30px; line-height: 1.2; }
.work-card p { margin: 18px 0 0; }
.culture-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 62px; align-items: center; }
.culture-photo { overflow: hidden; border-radius: 7px; }
.culture-photo img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.culture-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: 1.06; }
.culture-points { display: grid; gap: 12px; margin-top: 34px; }
.culture-points div { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; padding: 16px 0; border-top: 1px solid #bbb; }
.culture-points strong { color: var(--red); font-family: Georgia, serif; font-size: 30px; }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 54px; background: var(--ink); border: var(--line); }
.number { min-height: 180px; padding: 28px 22px; background: #fff; }
.number strong { display: block; color: var(--red); font-family: Arial, sans-serif; font-size: clamp(42px, 5vw, 72px); line-height: 1; }
.number span { display: block; margin-top: 16px; font-weight: 900; }
.cta-band { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 68px; background: var(--red); }
.cta-band h2 { margin: 0; color: #fff; font-size: clamp(38px, 5vw, 68px); line-height: 1.08; }
.cta-band p { margin: 20px 0 0; color: #fff; font-weight: 700; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 30px; background: #fff; border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); font-weight: 900; }
.btn:hover { transform: translate(2px,2px); box-shadow: 4px 4px 0 var(--ink); }
.btn--black { color: #fff; background: var(--ink); border-color: #fff; box-shadow: 6px 6px 0 #fff; }
.site-footer { padding: 58px 0 22px; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 24px; font-size: 13px; font-weight: 800; }
.footer-note { margin-top: 38px; padding-top: 18px; border-top: 1px solid #555; color: #aaa; font-size: 11px; }
.page-hero { padding: 100px 0 70px; border-bottom: var(--line); }
.page-hero h1 { max-width: 1020px; margin: 0; font-size: clamp(52px, 8vw, 112px); line-height: .98; }
.page-hero p { max-width: 700px; margin: 28px 0 0; font-size: 18px; font-weight: 700; }
.page-hero__script { display: block; margin-top: -20px; color: transparent; -webkit-text-stroke: 1px #999; font-family: cursive; font-size: clamp(70px, 15vw, 200px); line-height: .8; text-align: right; transform: rotate(-5deg); }
.job-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 50px; }
.job-detail { padding: 40px; background: var(--warm); border-radius: 7px; }
.job-detail h2 { margin: 0; font-size: 36px; }
.job-detail ul { margin: 20px 0 0; padding-left: 1.2em; }
.career-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 48px; }
.career-flow div { position: relative; min-height: 150px; padding: 26px 18px; background: #fff; border: var(--line); border-right: 0; }
.career-flow div:last-child { border-right: var(--line); }
.career-flow div::after { position: absolute; right: -13px; top: 55px; z-index: 2; content: "→"; color: var(--red); font-size: 28px; font-weight: 900; }
.career-flow div:last-child::after { display: none; }
.career-flow small { color: var(--red); font-weight: 900; }
.career-flow strong { display: block; margin-top: 10px; font-size: 19px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.benefit { min-height: 190px; padding: 28px; background: #fff; border: 1px solid #bbb; border-radius: 7px; }
.benefit strong { display: block; font-size: 21px; }
.benefit p { margin: 12px 0 0; font-size: 14px; }
.recruit-table { width: 100%; margin-top: 50px; border-collapse: collapse; }
.recruit-table th, .recruit-table td { padding: 22px 18px; text-align: left; vertical-align: top; border-top: 1px solid #aaa; }
.recruit-table th { width: 24%; color: var(--red); }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
.flow-step { padding: 25px; background: #fff; border: var(--line); }
.flow-step b { display: block; color: var(--red); font-family: Georgia, serif; font-size: 38px; }
.faq-list { margin-top: 42px; border-top: var(--line); }
.faq-item { border-bottom: var(--line); }
.faq-question { display: flex; justify-content: space-between; width: 100%; padding: 24px 0; text-align: left; background: none; border: 0; cursor: pointer; font-size: 17px; font-weight: 900; }
.faq-question::after { content: "+"; color: var(--red); font-size: 26px; }
.faq-item.is-open .faq-question::after { content: "−"; }
.faq-answer { display: none; padding: 0 0 26px; }
.faq-item.is-open .faq-answer { display: block; }
.person-hero { border-bottom: var(--line); }
.person-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; }
.person-hero__photo { min-height: 650px; overflow: hidden; }
.person-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.person-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 50px; }
.person-hero__copy h1 { margin: 0; font-size: clamp(42px, 5.6vw, 78px); line-height: 1.08; }
.person-hero__copy blockquote { margin: 28px 0 0; padding-left: 18px; border-left: 8px solid var(--red); font-size: 23px; font-weight: 900; }
.person-meta { margin-top: 28px; font-size: 14px; font-weight: 700; }
.interview-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.interview-aside { position: sticky; top: 110px; align-self: start; }
.interview-aside strong { display: block; font-size: 30px; }
.interview-body h2 { margin: 0 0 24px; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.12; }
.qa { padding: 32px 0; border-top: 1px solid #aaa; }
.qa h3 { margin: 0; color: var(--red); font-size: 15px; }
.qa p { margin: 14px 0 0; font-size: 17px; }
.day-timeline { margin-top: 44px; border-left: 4px solid var(--red); }
.day-row { display: grid; grid-template-columns: 92px 1fr; gap: 22px; padding: 18px 0 18px 26px; }
.day-row time { color: var(--red); font-size: 20px; font-weight: 900; }
.day-row strong { display: block; font-size: 18px; }
.person-pager { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 48px; }
.person-pager a { padding: 18px; background: #fff; border: var(--line); font-weight: 900; }
.person-pager a[aria-current="page"] { color: #fff; background: var(--red); border-color: var(--red); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .global-nav { display: none; }
  .menu-button { display: block; }
  .mobile-panel { position: fixed; inset: 70px 0 0; z-index: 90; padding: 30px 24px; background: #fff; transform: translateX(100%); transition: transform .3s ease; display: block; }
  .mobile-panel.is-open { transform: translateX(0); }
  .mobile-panel a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid #bbb; font-size: 18px; font-weight: 900; }
  .mobile-panel .entry-link { margin-top: 28px; color: #fff; }
  .people-grid { grid-template-columns: repeat(2, 1fr); }
  .culture-grid, .concept, .person-hero__grid { grid-template-columns: 1fr; }
  .concept__vertical { writing-mode: horizontal-tb; }
  .person-hero__copy { order: -1; }
  .person-hero__photo { min-height: 540px; }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .interview-layout { grid-template-columns: 1fr; }
  .interview-aside { position: static; }
  .person-pager { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 36px), var(--max)); }
  .site-header { height: 66px; }
  .site-header__inner { padding: 0 12px; }
  .brand__mark { width: 36px; font-size: 20px; }
  .brand { font-size: 13px; }
  .brand small { font-size: 7px; }
  .mobile-panel { top: 66px; }
  .section { padding: 76px 0; }
  .hero { min-height: 778px; padding: 8px; }
  .hero__media { inset: 8px; }
  .hero__media::after { background: linear-gradient(0deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.05) 70%); }
  .hero__media img { object-position: 62% center; }
  .hero__body { min-height: 762px; justify-content: flex-end; padding: 34px 16px 42px; }
  .hero h1 { font-size: clamp(44px, 12.8vw, 50px); }
  .hero__lead { font-size: 14px; }
  .hero__scroll { display: none; }
  .concept { gap: 34px; }
  .concept__vertical { font-size: 42px; line-height: 1.22; }
  .concept__copy h2 { font-size: 40px; }
  .people-grid, .work-grid, .job-detail-grid, .benefit-grid, .flow-grid { grid-template-columns: 1fr; }
  .people-grid { gap: 32px; }
  .person-card__photo { aspect-ratio: 4/5; }
  .work-card { min-height: 0; padding: 26px; }
  .culture-grid { gap: 34px; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .number { min-height: 145px; padding: 20px 16px; }
  .cta-band { grid-template-columns: 1fr; padding: 42px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .page-hero { padding: 70px 0 52px; }
  .page-hero h1 { font-size: 54px; }
  .page-hero__script { margin-top: 10px; font-size: 78px; text-align: left; }
  .career-flow { grid-template-columns: 1fr; }
  .career-flow div { border-right: var(--line); border-bottom: 0; }
  .career-flow div:last-child { border-bottom: var(--line); }
  .career-flow div::after { right: 22px; top: auto; bottom: -24px; content: "↓"; }
  .recruit-table, .recruit-table tbody, .recruit-table tr, .recruit-table th, .recruit-table td { display: block; width: 100%; }
  .recruit-table th { padding-bottom: 0; }
  .recruit-table td { padding-top: 8px; border-top: 0; }
  .person-hero__grid { min-height: 0; }
  .person-hero__copy { padding: 54px 20px 42px; }
  .person-hero__photo { min-height: 500px; }
  .person-hero__copy blockquote { font-size: 20px; }
  .day-row { grid-template-columns: 74px 1fr; gap: 12px; padding-left: 18px; }
  .person-pager { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .person-card__photo img { transition: none; }
}
