@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #171a1b;
  --coal: #242829;
  --slate: #555d5e;
  --paper: #f3f2ed;
  --white: #fff;
  --line: #d7d7d1;
  --orange: #ed5b24;
  --font-ja: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-display: "Archivo Black", "Arial Black", sans-serif;
  --container: min(1280px, calc(100% - 96px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-ja); line-height: 1.8; letter-spacing: .025em; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { width: 100%; height: 100%; display: block; object-fit: cover; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 2000; background: var(--white); padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; height: 96px; z-index: 1000; color: var(--white); transition: background .3s, color .3s, height .3s; }
.site-header.is-scrolled, .subpage .site-header { height: 76px; color: var(--ink); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(23,26,27,.12); }
.header-inner { height: 100%; padding: 0 44px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.logo-mark { width: 40px; height: 40px; display: grid; grid-template-columns: 1fr 1fr; transform: skewX(-12deg); gap: 4px; }
.logo-mark i { background: var(--orange); display: block; }
.logo-mark i:last-child { background: currentColor; }
.logo b { font-weight: 800; font-size: 18px; letter-spacing: .08em; display: block; }
.logo small { font-family: var(--font-display); font-size: 7px; letter-spacing: .14em; display: block; margin-top: 6px; }
.desktop-nav { display: flex; height: 100%; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.desktop-nav > a:not(.nav-contact) { position: relative; display: grid; place-items: center; height: 100%; }
.desktop-nav > a:not(.nav-contact)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 23px; background: var(--orange); transition: right .25s; }
.desktop-nav > a:hover::after, .desktop-nav > a[aria-current]::after { right: 0; }
.nav-contact { align-items: center; display: flex; gap: 24px; background: var(--orange); color: #fff; height: 52px; padding: 0 22px; }
.nav-contact:hover span { transform: translate(2px,-2px); }
.nav-contact span { transition: transform .2s; }
.menu-button { display: none; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 94svh; color: var(--white); display: flex; align-items: flex-end; padding: 152px 0 78px; overflow: hidden; background: #222; }
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,14,15,.76) 0%, rgba(10,14,15,.26) 58%, rgba(10,14,15,.08)), linear-gradient(0deg, rgba(10,14,15,.55), transparent 45%); }
.hero-grid { position: absolute; inset: 0; z-index: 1; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: calc(100% / 6) 100%, 100% 100%; pointer-events: none; }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 320px; align-items: end; gap: 64px; }
.hero-kicker { display: flex; align-items: center; gap: 14px; font: 12px var(--font-display); letter-spacing: .18em; }
.hero-kicker::before { content: ""; width: 54px; height: 2px; background: var(--orange); }
.hero h1 { margin: 22px 0 28px; font-size: clamp(56px, 6.5vw, 116px); line-height: .98; letter-spacing: -.055em; font-weight: 800; }
.hero h1 span { display: block; }
.hero p { margin: 0; max-width: 34em; font-size: 15px; }
.hero-side { border-top: 1px solid rgba(255,255,255,.55); padding-top: 22px; }
.hero-side strong { display: block; font: clamp(20px, 2vw, 32px)/1.1 var(--font-display); letter-spacing: -.03em; }
.hero-side span { display: block; margin-top: 14px; font-size: 11px; letter-spacing: .12em; }
.scroll-cue { position: absolute; z-index: 2; right: 44px; bottom: 0; writing-mode: vertical-rl; font: 9px var(--font-display); letter-spacing: .16em; display: flex; align-items: center; gap: 12px; }
.scroll-cue::after { content: ""; width: 1px; height: 64px; background: var(--orange); }

.news-strip { background: var(--ink); color: var(--white); }
.news-strip-inner { min-height: 100px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 34px; }
.news-strip h2 { margin: 0; font: 18px var(--font-display); letter-spacing: .08em; }
.news-strip article { display: flex; gap: 36px; align-items: center; border-left: 1px solid #535758; padding-left: 34px; font-size: 14px; }
.news-strip time { color: #b9bdbd; font: 12px var(--font-display); }
.text-link { display: inline-flex; align-items: center; gap: 32px; min-height: 44px; font-size: 13px; font-weight: 700; }
.text-link::after { content: "↗"; font-size: 18px; color: var(--orange); transition: transform .2s; }
.text-link:hover::after { transform: translate(3px,-3px); }

.section { padding: clamp(96px, 10vw, 168px) 0; }
.section-head { display: grid; grid-template-columns: 30% 1fr; margin-bottom: clamp(56px, 7vw, 104px); }
.eyebrow { margin: 0; color: var(--orange); font: 12px var(--font-display); letter-spacing: .15em; text-transform: uppercase; }
.display-title { margin: 0; font: clamp(42px, 6vw, 92px)/.94 var(--font-display); letter-spacing: -.055em; text-transform: uppercase; }
.jp-title { margin: 0; font-size: clamp(34px, 4.4vw, 68px); line-height: 1.35; letter-spacing: -.04em; font-weight: 700; }
.copy { max-width: 39em; color: #4b5152; }

.about-home { position: relative; }
.about-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 7vw; align-items: center; }
.about-photo { aspect-ratio: 4/5; position: relative; }
.about-photo::after { content: "MIE / JAPAN  34.7303°N 136.5086°E"; position: absolute; right: -18px; top: 0; writing-mode: vertical-rl; transform: translateX(100%); font: 9px var(--font-display); letter-spacing: .16em; color: var(--slate); }
.about-copy .jp-title { margin: 28px 0; }
.about-copy .text-link { margin-top: 26px; }
.outline-word { position: absolute; right: 0; top: 9%; font: clamp(88px, 16vw, 270px)/1 var(--font-display); color: transparent; -webkit-text-stroke: 1px rgba(23,26,27,.13); letter-spacing: -.06em; pointer-events: none; }

.approach { background: var(--white); }
.approach-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.approach-item { position: relative; border-top: 1px solid var(--ink); padding-top: 20px; }
.approach-item:nth-child(1) { grid-column: 1 / 6; }
.approach-item:nth-child(2) { grid-column: 7 / 13; margin-top: 120px; }
.approach-item:nth-child(3) { grid-column: 2 / 8; margin-top: 32px; }
.approach-image { aspect-ratio: 16/9; overflow: hidden; margin-bottom: 24px; }
.approach-top { display: flex; justify-content: space-between; align-items: start; }
.approach-no { font: 48px/1 var(--font-display); color: var(--orange); }
.approach-item h3 { margin: 0; font-size: 24px; line-height: 1.4; }
.approach-item h3 small { display: block; margin-bottom: 5px; font: 11px var(--font-display); letter-spacing: .1em; color: var(--slate); }
.approach-item p { color: var(--slate); margin-left: 88px; }

.business-home { background: var(--coal); color: var(--white); }
.business-home .section-head { border-bottom: 1px solid #5b5e5f; padding-bottom: 64px; }
.business-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #686b6b; }
.business-card { min-height: 650px; position: relative; overflow: hidden; isolation: isolate; display: flex; align-items: flex-end; padding: 52px; }
.business-card img { position: absolute; inset: 0; z-index: -2; transition: transform .7s var(--ease); }
.business-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 65%); }
.business-card:hover img { transform: scale(1.045); }
.business-card h3 { font: clamp(34px,3vw,52px)/1 var(--font-display); margin: 0; }
.business-card h3 span { display: block; font: 16px var(--font-ja); margin-top: 15px; }
.business-card ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 0; margin: 28px 0 0; font-size: 12px; }

.works-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 72px 24px; }
.work-card { grid-column: span 6; }
.work-card:nth-child(3n+2) { transform: translateY(80px); }
.work-card:nth-child(3n) { grid-column: 2 / span 5; }
.work-image { aspect-ratio: 3/2; overflow: hidden; background: #c9cac5; }
.work-card img { transition: transform .6s var(--ease), filter .6s; }
.work-card:hover img { transform: scale(1.035); filter: saturate(.82); }
.work-meta { border-top: 1px solid var(--ink); margin-top: 20px; padding-top: 14px; display: grid; grid-template-columns: 1fr auto; gap: 16px; }
.work-meta h3 { margin: 0; font-size: 18px; }
.work-meta p { margin: 4px 0 0; font-size: 11px; color: var(--slate); }
.work-meta span { font: 10px var(--font-display); color: var(--orange); }
.works-more { margin-top: 130px; display: flex; justify-content: flex-end; }

.dx { background: var(--white); overflow: hidden; }
.dx-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.dx-visual { position: relative; aspect-ratio: 4/3; }
.dx-visual::before, .dx-visual::after { content: ""; position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; }
.dx-visual::before { width: 38%; aspect-ratio: 1; right: 16%; top: 22%; }
.dx-visual::after { width: 11px; height: 11px; background: var(--orange); right: calc(35% - 5px); top: calc(41% - 5px); border: 0; box-shadow: 0 0 0 8px rgba(237,91,36,.25); }
.dx-list { list-style: none; padding: 0; margin: 48px 0 0; border-top: 1px solid var(--line); }
.dx-list li { display: flex; align-items: center; gap: 18px; min-height: 60px; border-bottom: 1px solid var(--line); font-weight: 600; }
.dx-list li::before { content: "+"; color: var(--orange); font: 20px var(--font-display); }

.numbers { background: var(--orange); color: var(--white); padding: 94px 0; }
.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.number { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.4); }
.number:first-child { padding-left: 0; }
.number:last-child { border: 0; }
.number small { font-size: 12px; font-weight: 700; }
.number strong { display: block; margin-top: 16px; font: clamp(52px,6vw,92px)/.8 var(--font-display); letter-spacing: -.07em; }
.number strong i { font: 18px var(--font-display); margin-left: 7px; }

.recruit-banner { position: relative; min-height: 760px; color: var(--white); display: flex; align-items: flex-end; overflow: hidden; }
.recruit-banner > img { position: absolute; inset: 0; }
.recruit-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,11,12,.82),rgba(7,11,12,.12)), linear-gradient(0deg,rgba(7,11,12,.7),transparent 60%); }
.recruit-content { position: relative; z-index: 1; padding-bottom: 86px; }
.recruit-content .display-title { color: rgba(255,255,255,.35); }
.recruit-content .jp-title { margin: 28px 0 20px; }
.recruit-content p { max-width: 35em; }
.recruit-content .text-link { margin-top: 24px; }

.contact-cta { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.contact-cta::after { content: "CONTACT"; position: absolute; right: -2vw; bottom: -4vw; font: 17vw/.8 var(--font-display); color: transparent; -webkit-text-stroke: 1px #424546; pointer-events: none; }
.contact-cta-inner { min-height: 520px; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.contact-cta h2 { margin: 24px 0 0; font-size: clamp(36px, 4.2vw, 62px); line-height: 1.35; }
.contact-actions { border-left: 1px solid #56595a; padding-left: 70px; }
.contact-tel { font: clamp(34px,4vw,56px)/1 var(--font-display); letter-spacing: -.04em; }
.contact-tel small { display: block; font: 12px var(--font-ja); margin: 18px 0 36px; color: #b8baba; }
.button { display: inline-flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 60px; min-width: 290px; padding: 0 24px; background: var(--orange); color: white; font-size: 14px; font-weight: 700; transition: background .2s, color .2s; }
.button::after { content: "↗"; font-size: 20px; }
.button:hover { background: var(--white); color: var(--ink); }

.site-footer { background: #101213; color: var(--white); border-top: 1px solid #3b3e3f; padding: 80px 0 24px; }
.footer-main { display: grid; grid-template-columns: 1fr 320px auto; gap: 80px; align-items: start; }
.footer-main > div:first-child > p { color: #aeb0b0; font-size: 13px; margin: 30px 0 10px; }
.footer-tel { font: 17px var(--font-display); }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; font-size: 13px; }
.footer-nav p { grid-column: 1/-1; color: #777c7d; font: 10px var(--font-display); letter-spacing: .15em; margin: 0 0 10px; }
.footer-nav a:hover { color: var(--orange); }
.back-top { display: grid; gap: 10px; justify-items: center; font: 9px var(--font-display); letter-spacing: .12em; }
.back-top span { border: 1px solid #484b4c; width: 52px; height: 52px; display: grid; place-items: center; font-size: 18px; }
.footer-bottom { border-top: 1px solid #333637; padding-top: 22px; margin-top: 70px; display: flex; justify-content: space-between; color: #6f7373; font-size: 10px; }

/* Interior pages */
.page-hero { padding: 180px 0 84px; min-height: 520px; display: flex; align-items: flex-end; background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.page-hero.has-image { min-height: 72svh; }
.page-hero > img { position: absolute; inset: 0; opacity: .52; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,13,14,.78),transparent 70%); }
.page-hero-inner { position: relative; z-index: 1; width: 100%; }
.page-hero .display-title { font-size: clamp(60px,9vw,150px); }
.page-hero h1 span { display: block; font: 18px var(--font-ja); margin-top: 22px; letter-spacing: .08em; }
.page-index { position: absolute; right: 4vw; bottom: 70px; font: 11px var(--font-display); color: #a4a7a7; }
.intro { display: grid; grid-template-columns: 30% 1fr; gap: 40px; }
.intro .jp-title { max-width: 12em; }
.intro-copy { max-width: 42em; padding-top: 14px; }
.breadcrumb { padding-top: 96px; font-size: 10px; color: var(--slate); }
.breadcrumb a::after { content: "/"; margin: 0 12px; }
.value-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.value-item { min-height: 220px; border-right: 1px solid var(--line); padding: 28px 20px; }
.value-item:last-child { border: 0; }
.value-item b { display: block; color: var(--orange); font: 40px var(--font-display); }
.value-item h3 { font-size: 20px; margin: 52px 0 0; }
.message-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; }
.message-image { aspect-ratio: 4/5; }
.signature { margin-top: 38px; font-weight: 700; }
.signature small { display: block; font-weight: 400; }
.company-table { border-top: 1px solid var(--ink); }
.company-table dl { margin: 0; display: grid; grid-template-columns: 240px 1fr; border-bottom: 1px solid var(--line); padding: 22px 0; }
.company-table dt { font-weight: 700; }
.company-table dd { margin: 0; }
.dark-section { background: var(--coal); color: var(--white); }
.timeline { border-top: 1px solid #5b5f60; }
.timeline li { list-style: none; display: grid; grid-template-columns: 160px 1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid #5b5f60; }
.timeline time { color: var(--orange); font: 17px var(--font-display); }

.service-block { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.service-block + .service-block { margin-top: 150px; }
.service-block.reverse .service-image { order: 2; }
.service-image { aspect-ratio: 4/5; overflow: hidden; }
.service-content .display-title { font-size: clamp(44px,5vw,74px); }
.service-content h2 { font-size: 34px; margin: 24px 0; }
.service-list { list-style: none; padding: 0; margin: 38px 0 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.service-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.service-list li::before { content: "+"; color: var(--orange); margin-right: 10px; }

.works-intro { margin-bottom: 72px; }
.works-lead { max-width: 43em; margin: 28px 0 0; color: var(--slate); }
.works-filter-panel { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 64px; padding: 16px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.filter-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-width: 108px; min-height: 52px; padding: 0 14px 0 18px; cursor: pointer; border: 1px solid var(--line); background: transparent; color: var(--ink); font: 11px var(--font-display); letter-spacing: .04em; transition: color .22s, background .22s, border-color .22s; }
.filter-button span { white-space: nowrap; }
.filter-button em { font-style: normal; }
.filter-button b { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 9px var(--font-display); }
.filter-button.active { background: var(--ink); color: var(--white); border-color: var(--ink); box-shadow: inset 4px 0 0 var(--orange); }
.filter-button:hover:not(.active) { border-color: var(--ink); background: var(--white); }
.works-result { display: flex; align-items: baseline; gap: 9px; margin: 0; color: var(--slate); font: 9px var(--font-display); letter-spacing: .1em; white-space: nowrap; }
.works-result strong { color: var(--orange); font: 30px/1 var(--font-display); letter-spacing: -.04em; }
.works-page-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 76px 26px; }
.works-page-grid .work-card { grid-column: auto; display: flex; min-width: 0; flex-direction: column; margin: 0; transform: none; }
.works-page-grid .work-card:nth-child(3n+2) { transform: none; }
.works-page-grid .work-image { position: relative; aspect-ratio: 3/2; overflow: hidden; background: #c9cac5; }
.works-page-grid .work-image::after { content: ""; position: absolute; inset: auto auto 0 0; width: 0; height: 4px; background: var(--orange); transition: width .45s var(--ease); }
.works-page-grid .work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease), filter .65s; }
.works-page-grid .work-card:hover .work-image img,
.works-page-grid .work-card:focus-visible .work-image img { transform: scale(1.045); filter: saturate(.88) contrast(1.02); }
.works-page-grid .work-card:hover .work-image::after,
.works-page-grid .work-card:focus-visible .work-image::after { width: 100%; }
.work-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px 2px 0; border-top: 1px solid var(--ink); margin-top: 16px; }
.work-taxonomy { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.work-category { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.work-category em { font: normal 9px var(--font-display); }
.work-trade { padding: 4px 9px; background: #e5e3dc; color: var(--ink); font-size: 10px; font-weight: 700; line-height: 1.2; }
.works-page-grid .work-card h3 { min-height: 3.1em; margin: 17px 0 10px; font-size: clamp(17px,1.35vw,20px); line-height: 1.55; letter-spacing: -.015em; }
.work-place { display: flex; justify-content: space-between; gap: 16px; margin: 0; color: var(--slate); font: 10px var(--font-display); letter-spacing: .03em; }
.work-place time { color: var(--ink); }
.work-description { min-height: 4em; margin: 17px 0 22px; color: var(--slate); font-size: 13px; line-height: 1.9; }
.work-link-hint { display: flex; align-items: center; justify-content: space-between; min-height: 42px; margin-top: auto; border-top: 1px solid var(--line); color: var(--ink); font: 9px var(--font-display); letter-spacing: .12em; }
.work-link-hint i { color: var(--orange); font: normal 18px/1 var(--font-ja); transition: transform .25s var(--ease); }
.works-page-grid .work-card:hover .work-link-hint i { transform: translate(3px,-3px); }

.recruit-theme { --orange: #ef6a2c; }
.recruit-theme .page-hero { min-height: 92svh; }
.recruit-theme .page-hero::after { background: linear-gradient(90deg,rgba(13,16,16,.72),transparent 74%), linear-gradient(0deg,rgba(13,16,16,.62),transparent); }
.recruit-theme .page-hero .display-title { font-size: clamp(70px,11vw,180px); color: transparent; -webkit-text-stroke: 1px white; }
.job-grid, .interview-grid, .benefit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.job-card { background: var(--white); padding: 44px; min-height: 300px; position: relative; }
.job-card b { position: absolute; right: 24px; top: 16px; font: 64px var(--font-display); color: #ecece8; }
.job-card h3 { font-size: 28px; margin: 70px 0 18px; }
.interview-grid { grid-template-columns: repeat(3,1fr); }
.interview-card:nth-child(2) { margin-top: 64px; }
.interview-image { aspect-ratio: 4/5; }
.interview-card h3 { font-size: 19px; line-height: 1.5; }
.interview-card p { color: var(--slate); font-size: 12px; }
.benefit-grid { grid-template-columns: repeat(3,1fr); }
.benefit { border-top: 1px solid var(--ink); padding: 22px 0 28px; }
.benefit b { color: var(--orange); font: 12px var(--font-display); }
.benefit h3 { margin: 34px 0 8px; }
.career { display: grid; grid-template-columns: repeat(4,1fr); }
.career-item { min-height: 280px; padding: 28px; background: var(--white); border-right: 1px solid var(--line); }
.career-item b { color: var(--orange); font: 14px var(--font-display); }
.career-item strong { display: block; font: 46px var(--font-display); margin: 42px 0 18px; }
.entry-cta { background: var(--orange); color: var(--white); text-align: center; padding: 110px 24px; }
.entry-cta .button { background: var(--ink); margin-top: 32px; }

.news-list { border-top: 1px solid var(--ink); }
.news-item { display: grid; grid-template-columns: 150px 120px 1fr auto; gap: 24px; align-items: center; min-height: 96px; border-bottom: 1px solid var(--line); }
.news-item time { font: 12px var(--font-display); color: var(--slate); }
.news-item b { font: 10px var(--font-display); color: var(--orange); }
.news-item span:last-child { font-size: 20px; }

.contact-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.contact-info-box { background: var(--ink); color: var(--white); padding: 48px; align-self: start; }
.contact-info-box a { display: block; font: 33px var(--font-display); margin: 20px 0 10px; }
.contact-info-box small { color: #b9bbbb; }
.contact-form { margin-top: 96px; max-width: 920px; }
.form-row { display: grid; grid-template-columns: 220px 1fr; gap: 32px; padding: 28px 0; border-top: 1px solid var(--line); }
.form-row label, .form-row legend { font-weight: 700; }
.required { color: var(--orange); font-size: 11px; margin-left: 10px; }
.form-row input, .form-row select, .form-row textarea { width: 100%; min-height: 54px; border: 1px solid #bfc1bd; background: var(--white); padding: 12px 14px; border-radius: 0; }
.form-row textarea { min-height: 200px; resize: vertical; }
.privacy-check { display: flex; gap: 12px; align-items: flex-start; justify-content: center; margin: 36px 0; }
.privacy-check input { width: 20px; height: 20px; margin-top: 5px; }
.form-submit { text-align: center; }
.form-submit button { border: 0; cursor: pointer; }
.form-status { margin-top: 24px; min-height: 2em; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --container: min(100% - 48px, 760px); }
  .desktop-nav { display: none; }
  .menu-button { display: grid; width: 52px; height: 52px; place-content: center; gap: 7px; border: 0; background: var(--orange); cursor: pointer; position: relative; z-index: 3; }
  .menu-button span { width: 23px; height: 2px; background: white; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-menu { display: block; visibility: hidden; opacity: 0; position: fixed; inset: 0; background: var(--ink); color: var(--white); transition: opacity .3s, visibility .3s; }
  .mobile-menu[aria-hidden="false"] { visibility: visible; opacity: 1; }
  .mobile-menu-inner { height: 100%; padding: 120px 32px 28px; overflow: auto; }
  .menu-label { font: 10px var(--font-display); color: #777; letter-spacing: .16em; }
  .mobile-menu a { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; min-height: 60px; border-bottom: 1px solid #414445; font-size: 17px; }
  .mobile-menu em { font: normal 10px var(--font-display); color: var(--orange); }
  .menu-meta { margin-top: 28px; font: 24px var(--font-display); }
  .menu-meta small { font: 11px var(--font-ja); color: #aaa; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-side { display: none; }
  .hero h1 { font-size: clamp(54px, 10vw, 88px); }
  .news-strip-inner { grid-template-columns: 120px 1fr; }
  .news-strip .text-link { display: none; }
  .section-head, .intro { grid-template-columns: 1fr; gap: 24px; }
  .about-layout { grid-template-columns: 1fr; }
  .about-photo { width: 80%; }
  .approach-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .approach-item:nth-child(n) { grid-column: auto; margin-top: 0; }
  .approach-item:last-child { grid-column: 1/-1; width: 65%; }
  .business-card { min-height: 520px; padding: 32px; }
  .dx-layout { grid-template-columns: 1fr; }
  .number-grid { grid-template-columns: 1fr 1fr; gap: 52px 0; }
  .contact-cta-inner { grid-template-columns: 1fr; padding: 82px 0; gap: 52px; }
  .contact-actions { border-left: 0; border-top: 1px solid #56595a; padding: 44px 0 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .back-top { display: none; }
  .value-grid { grid-template-columns: repeat(3,1fr); }
  .value-item:nth-child(3) { border-right: 0; }
  .message-layout, .service-block, .contact-intro { grid-template-columns: 1fr; }
  .service-block.reverse .service-image { order: 0; }
  .service-image { aspect-ratio: 16/10; }
  .works-filter-panel { align-items: flex-end; }
  .filter-button { gap: 14px; }
  .works-page-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 64px 24px; }
  .works-page-grid .work-card h3 { font-size: 18px; }
  .interview-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .career { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 40px); }
  body { font-size: 15px; }
  .header-inner { padding: 0 20px; }
  .site-header, .site-header.is-scrolled, .subpage .site-header { height: 68px; }
  .logo-mark { width: 34px; height: 34px; }
  .logo b { font-size: 15px; }
  .hero { min-height: 88svh; padding-bottom: 52px; }
  .hero-media img { object-position: 62% center; }
  .hero h1 { font-size: clamp(48px, 15vw, 64px); }
  .hero p br { display: none; }
  .scroll-cue { right: 10px; }
  .news-strip-inner { min-height: 116px; grid-template-columns: 1fr; gap: 4px; padding: 18px 0; }
  .news-strip article { border-left: 0; padding-left: 0; gap: 14px; align-items: start; flex-direction: column; }
  .section { padding: 88px 0; }
  .section-head { margin-bottom: 50px; }
  .display-title { font-size: clamp(39px, 14vw, 58px); }
  .jp-title { font-size: 32px; }
  .about-photo { width: calc(100% - 18px); }
  .about-photo::after { right: -8px; }
  .outline-word { top: 4%; }
  .approach-grid { display: block; }
  .approach-item:nth-child(n) { width: 100%; margin-bottom: 64px; }
  .approach-item p { margin-left: 0; }
  .business-cards { grid-template-columns: 1fr; }
  .business-card { min-height: 480px; }
  .works-grid { display: block; }
  .work-card:nth-child(n) { transform: none; margin-bottom: 64px; }
  .works-more { margin-top: 18px; justify-content: flex-start; }
  .number-grid { gap: 42px 0; }
  .number { padding: 0 16px; }
  .number strong { font-size: 48px; }
  .number strong i { display: block; margin: 14px 0 0; font-size: 10px; letter-spacing: .04em; }
  .recruit-banner { min-height: 680px; }
  .recruit-banner > img { object-position: 56% center; }
  .contact-tel { font-size: 30px; }
  .button { width: 100%; min-width: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 60px; }
  .footer-bottom { display: grid; gap: 8px; }
  .page-hero { padding: 130px 0 60px; min-height: 420px; }
  .page-hero.has-image { min-height: 70svh; }
  .page-index { display: none; }
  .breadcrumb { padding-top: 76px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-item:nth-child(n) { border-right: 1px solid var(--line); min-height: 180px; }
  .value-item:nth-child(2n) { border-right: 0; }
  .company-table dl { grid-template-columns: 1fr; gap: 6px; }
  .timeline { padding: 0; }
  .timeline li { grid-template-columns: 90px 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .works-intro { margin-bottom: 52px; }
  .works-lead { margin-top: 20px; }
  .works-filter-panel { display: block; margin-bottom: 48px; padding: 12px 0 16px; }
  .filter-bar { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .filter-button { width: 100%; min-width: 0; min-height: 50px; padding-inline: 13px; }
  .filter-button:first-child { grid-column: 1/-1; }
  .works-result { justify-content: flex-end; margin-top: 16px; }
  .works-page-grid { grid-template-columns: 1fr; gap: 56px; }
  .works-page-grid .work-card:nth-child(n) { margin-bottom: 0; transform: none; }
  .works-page-grid .work-card h3 { min-height: 0; font-size: 20px; }
  .work-description { min-height: 0; }
  .job-grid, .interview-grid, .benefit-grid, .career { grid-template-columns: 1fr; }
  .interview-card:nth-child(2) { margin-top: 0; }
  .news-item { grid-template-columns: 90px 1fr auto; gap: 12px; padding: 20px 0; }
  .news-item b { grid-column: 1; grid-row: 2; }
  .news-item h3 { grid-column: 2; grid-row: 1 / span 2; font-size: 15px; }
  .news-item span:last-child { grid-column: 3; grid-row: 1 / span 2; }
  .contact-info-box { padding: 32px 22px; }
  .contact-info-box a { font-size: 27px; }
  .form-row { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 360px) {
  .filter-bar { grid-template-columns: 1fr; }
  .filter-button:first-child { grid-column: auto; }
}

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

/* Recruit page — expanded editorial system */
.recruit-theme .section-jp-title { margin-top: 34px; }
.recruit-hero { isolation: isolate; }
.recruit-hero > img { object-position: center 42%; }
.recruit-hero-copy { margin: 46px 0 0; max-width: 14em; }
.recruit-hero-note { position: absolute; z-index: 2; right: 4vw; bottom: 62px; margin: 0; writing-mode: vertical-rl; font: 9px/1.6 var(--font-display); letter-spacing: .14em; }
.recruit-hero-note::before { content: ""; display: inline-block; width: 1px; height: 72px; margin-bottom: 16px; background: var(--orange); }
.recruit-message { padding-bottom: clamp(120px, 14vw, 210px); }

.why-section { background: var(--white); }
.why-list { display: grid; gap: clamp(92px, 10vw, 150px); }
.why-item { display: grid; grid-template-columns: repeat(12, 1fr); align-items: center; gap: 24px; }
.why-image { grid-column: 1 / span 7; aspect-ratio: 16/10; overflow: hidden; }
.why-copy { grid-column: 9 / 13; position: relative; padding-top: 72px; }
.why-item-reverse .why-image { grid-column: 6 / 13; order: 2; }
.why-item-reverse .why-copy { grid-column: 1 / 5; order: 1; }
.why-number { position: absolute; top: 0; right: 0; margin: 0; color: #e8e8e3; font: 96px/.8 var(--font-display); letter-spacing: -.08em; }
.why-copy h3 { margin: 22px 0; font-size: clamp(25px, 2.5vw, 38px); line-height: 1.45; letter-spacing: -.03em; }
.why-copy > p:last-child { color: var(--slate); }

.jobs-section { background: var(--paper); }
.job-detail { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 760px; background: var(--white); }
.job-detail + .job-detail { margin-top: 96px; }
.job-detail-reverse { grid-template-columns: 1.18fr .82fr; }
.job-detail-reverse .job-detail-image { order: 2; }
.job-detail-image { min-height: 100%; overflow: hidden; }
.job-detail-copy { padding: clamp(42px, 5vw, 74px); }
.job-detail-head { display: flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.job-detail-head span { color: var(--orange); font: 34px/1 var(--font-display); }
.job-detail-copy > h3 { margin: 42px 0 0; font-size: 18px; }
.job-lead { margin: 10px 0 28px; font-size: clamp(30px, 3vw, 46px); font-weight: 700; line-height: 1.4; letter-spacing: -.04em; }
.job-detail-copy > p:not(.job-lead) { color: var(--slate); }
.job-info { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--ink); }
.job-info h4 { margin: 0 0 18px; font-size: 13px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.tag-list li { border: 1px solid var(--line); padding: 6px 10px; font-size: 11px; }
.job-points p { margin: 0; padding: 0 0 14px 16px; border-left: 2px solid var(--orange); font-size: 12px; color: var(--slate); }
.job-points p + p { margin-top: 16px; }
.job-points b { display: block; margin-bottom: 3px; color: var(--ink); }

.light-copy { color: #bfc2c2; }
.day-timeline { position: relative; display: grid; grid-template-columns: repeat(8, 1fr); gap: 0; margin: 50px 0 0; padding: 0; list-style: none; }
.day-timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 70px; height: 1px; background: #5b5e5f; }
.day-timeline li { position: relative; min-height: 280px; padding: 0 18px; border-left: 1px solid #414445; }
.day-timeline li:last-child { border-right: 1px solid #414445; }
.day-timeline li::before { content: ""; position: absolute; top: 65px; left: -5px; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px var(--coal); }
.day-timeline time { display: block; color: var(--orange); font: 26px/1 var(--font-display); }
.day-timeline span { display: block; margin-top: 72px; font-size: 14px; font-weight: 700; line-height: 1.55; }
.day-timeline small { display: block; margin-top: 12px; color: #9da1a1; font-size: 11px; line-height: 1.7; }
.sample-note { margin: 32px 0 0; color: var(--slate); font-size: 10px; }
.dark-section .sample-note { color: #8d9191; }

.project-story { background: var(--white); }
.story-visual { display: grid; grid-template-columns: 1.4fr .6fr; grid-template-rows: 1fr auto; gap: 16px; }
.story-main { grid-row: 1 / span 2; aspect-ratio: 16/11; overflow: hidden; }
.story-sub { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.story-sub img { aspect-ratio: 1; }
.story-caption { align-self: end; padding: 26px 0 10px; border-top: 1px solid var(--ink); }
.story-caption h3 { margin: 12px 0; font-size: 27px; }
.story-caption > p:last-child { margin: 0; color: var(--slate); font-size: 12px; }
.story-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 76px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.story-steps li { position: relative; min-height: 240px; padding: 28px 24px; border-right: 1px solid var(--line); }
.story-steps li::after { content: "→"; position: absolute; right: -12px; top: 22px; z-index: 1; width: 24px; height: 24px; display: grid; place-items: center; background: var(--white); color: var(--orange); }
.story-steps li:last-child { border-right: 0; }
.story-steps li:last-child::after { display: none; }
.story-steps span { color: var(--orange); font: 10px var(--font-display); }
.story-steps h3 { margin: 52px 0 12px; font-size: 17px; }
.story-steps p { color: var(--slate); font-size: 11px; }

.people-section { overflow: hidden; }
.interview-grid-expanded { gap: 38px; }
.interview-grid-expanded .interview-card:nth-child(2) { margin-top: 86px; }
.interview-grid-expanded .interview-image { overflow: hidden; }
.interview-grid-expanded .staff-index { margin-top: 20px; color: var(--orange); font: 9px var(--font-display); letter-spacing: .08em; }
.interview-grid-expanded h3 { min-height: 4.5em; font-size: clamp(18px, 1.6vw, 23px); }
.interview-grid-expanded .staff-profile { color: #aeb2b2; font-size: 11px; }
.staff-qa { margin-top: 24px; border-top: 1px solid #55595a; border-bottom: 1px solid #55595a; }
.staff-qa summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 12px; font-weight: 700; }
.staff-qa summary::-webkit-details-marker { display: none; }
.staff-qa summary::after { content: "+"; color: var(--orange); font: 20px var(--font-display); }
.staff-qa[open] summary::after { content: "−"; }
.staff-qa dl { margin: 0; padding: 2px 0 24px; }
.staff-qa dt { color: var(--orange); font-size: 10px; font-weight: 700; }
.staff-qa dd { margin: 4px 0 17px; color: #b7baba; font-size: 11px; line-height: 1.7; }

.career-section { overflow: hidden; }
.career-roadmap { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; margin: 0; padding: 0; list-style: none; }
.career-roadmap::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--orange); }
.career-roadmap > li { position: relative; display: grid; grid-template-columns: 78px 1fr; gap: 20px; padding: 32px 26px; background: var(--white); border-right: 1px solid var(--line); }
.career-roadmap > li:nth-child(1) { min-height: 330px; }
.career-roadmap > li:nth-child(2) { min-height: 390px; }
.career-roadmap > li:nth-child(3) { min-height: 450px; }
.career-roadmap > li:nth-child(4) { min-height: 510px; background: var(--ink); color: var(--white); }
.career-level span { display: block; color: #e1e2de; font: 54px/.8 var(--font-display); letter-spacing: -.08em; }
.career-roadmap > li:last-child .career-level span { color: var(--orange); }
.career-level small { display: block; margin-top: 18px; font-weight: 700; }
.career-roadmap h3 { margin: 22px 0; font-size: 21px; line-height: 1.5; }
.career-roadmap ul { margin: 0; padding: 0; list-style: none; color: var(--slate); font-size: 12px; }
.career-roadmap > li:last-child ul { color: #aeb1b1; }
.career-roadmap li li::before { content: "+"; margin-right: 8px; color: var(--orange); }

.smart-section { background: var(--white); }
.smart-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; align-items: center; }
.smart-image { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.smart-image::after { content: "FIELD DATA / ACTIVE"; position: absolute; left: 22px; bottom: 18px; color: #fff; font: 9px var(--font-display); letter-spacing: .12em; }
.scan-line { position: absolute; z-index: 2; left: 8%; right: 8%; top: 39%; height: 1px; background: rgba(255,255,255,.9); box-shadow: 0 0 0 1px rgba(237,106,44,.45); }
.scan-line::before { content: ""; position: absolute; right: 24%; top: -5px; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(237,106,44,.3); }
.smart-title { margin: 26px 0; }
.smart-tools { margin: 44px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.smart-tools li { display: grid; grid-template-columns: 180px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.smart-tools b { font-size: 12px; }
.smart-tools span { color: var(--slate); font-size: 11px; }

.recruit-numbers { padding-top: 64px; padding-bottom: 54px; }
.numbers-label { margin-bottom: 60px; color: #fff; }
.numbers-note { margin: 50px 0 0; font-size: 9px; opacity: .75; }
.benefit-grid-expanded { grid-template-columns: repeat(5, 1fr); gap: 0 24px; }
.benefit-grid-expanded .benefit { min-height: 200px; }
.benefit-grid-expanded .benefit h3 { font-size: 16px; }
.benefit-grid-expanded .benefit p { color: var(--slate); font-size: 11px; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.faq-layout > div:first-child { position: sticky; top: 130px; align-self: start; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; min-height: 94px; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font: 11px var(--font-display); }
.faq-list summary::after { content: "+"; grid-column: 3; font: 22px var(--font-display); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { margin: -6px 52px 0 72px; padding: 0 0 30px; color: var(--slate); font-size: 13px; }

.flow-note { display: flex; gap: 28px; margin: -20px 0 58px 30%; padding: 24px 28px; border-left: 4px solid var(--orange); background: #303435; }
.flow-note b { color: var(--orange); white-space: nowrap; }
.flow-note span { color: #c2c4c4; font-size: 13px; }
.entry-flow { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; }
.entry-flow li { position: relative; min-height: 250px; padding: 24px 20px; border-top: 1px solid #66696a; border-bottom: 1px solid #66696a; border-right: 1px solid #444849; }
.entry-flow li::after { content: "→"; position: absolute; z-index: 1; top: 50%; right: -12px; width: 24px; height: 24px; display: grid; place-items: center; background: var(--coal); color: var(--orange); }
.entry-flow li:last-child::after { display: none; }
.entry-flow span { display: block; color: var(--orange); font: 28px var(--font-display); }
.entry-flow small { display: block; margin-top: 34px; color: #8f9393; font: 9px var(--font-display); letter-spacing: .08em; }
.entry-flow b { display: block; margin-top: 10px; font-size: 14px; line-height: 1.55; }
.entry-flow .flow-casual { background: var(--orange); border-color: var(--orange); }
.entry-flow .flow-casual span, .entry-flow .flow-casual small { color: #fff; }
.entry-flow em { position: absolute; left: 20px; bottom: 22px; padding: 3px 8px; background: var(--white); color: var(--ink); font-size: 9px; font-style: normal; font-weight: 700; }

.job-description-section .company-table { max-width: 980px; margin-left: auto; }
.casual-cta { background: var(--orange); color: var(--white); padding: clamp(88px, 9vw, 140px) 0; }
.casual-cta-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.casual-cta h2 { margin: 28px 0 0; }
.casual-cta-inner > div:last-child > p { max-width: 40em; }
.casual-actions { display: flex; gap: 12px; margin-top: 34px; }
.casual-actions .button { min-width: 0; width: 50%; gap: 20px; }
.button-dark { background: var(--ink); }
.button-outline { background: transparent; border: 1px solid rgba(255,255,255,.75); }
.button-outline:hover { background: var(--white); }

@media (max-width: 980px) {
  .recruit-hero-note { right: 24px; }
  .why-image { grid-column: 1 / span 7; }
  .why-copy { grid-column: 8 / 13; }
  .why-item-reverse .why-image { grid-column: 6 / 13; }
  .why-item-reverse .why-copy { grid-column: 1 / 6; }
  .job-detail, .job-detail-reverse { grid-template-columns: 1fr; }
  .job-detail-reverse .job-detail-image { order: 0; }
  .job-detail-image { aspect-ratio: 16/9; }
  .job-detail-copy { padding: 48px; }
  .day-timeline { grid-template-columns: repeat(4, 1fr); }
  .day-timeline::before { display: none; }
  .day-timeline li { min-height: 220px; border-top: 1px solid #55595a; }
  .day-timeline li::before { top: -5px; }
  .day-timeline span { margin-top: 34px; }
  .story-visual { grid-template-columns: 1fr; }
  .story-main { grid-row: auto; }
  .story-sub { grid-template-columns: 1fr 1fr; }
  .story-steps { grid-template-columns: repeat(3, 1fr); }
  .story-steps li { min-height: 220px; border-bottom: 1px solid var(--line); }
  .story-steps li::after { display: none; }
  .career-roadmap { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .career-roadmap > li:nth-child(n) { min-height: 350px; }
  .career-roadmap::after { display: none; }
  .smart-layout { grid-template-columns: 1fr; }
  .smart-image { aspect-ratio: 16/10; }
  .benefit-grid-expanded { grid-template-columns: repeat(3, 1fr); }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-layout > div:first-child { position: static; }
  .flow-note { margin-left: 0; }
  .entry-flow { grid-template-columns: repeat(3, 1fr); }
  .entry-flow li { min-height: 210px; }
  .casual-cta-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .recruit-theme .section { padding-top: 82px; padding-bottom: 82px; }
  .recruit-theme .section-head { margin-bottom: 54px; }
  .recruit-theme .section-jp-title { margin-top: 24px; }
  .recruit-hero { min-height: 82svh; }
  .recruit-hero > img { object-position: 54% center; }
  .recruit-hero .display-title { font-size: clamp(61px, 20vw, 82px); }
  .recruit-hero-copy { margin-top: 30px; font-size: 29px; }
  .recruit-hero-note { display: none; }
  .recruit-message { padding-bottom: 110px !important; }
  .why-list { gap: 76px; }
  .why-item, .why-item-reverse { display: flex; flex-direction: column; gap: 24px; align-items: stretch; }
  .why-item-reverse .why-image, .why-item-reverse .why-copy { order: initial; }
  .why-image { aspect-ratio: 4/3; }
  .why-copy { padding-top: 58px; }
  .why-number { left: 0; right: auto; font-size: 70px; }
  .why-copy h3 { font-size: 25px; }
  .job-detail { min-height: 0; }
  .job-detail + .job-detail { margin-top: 54px; }
  .job-detail-image { aspect-ratio: 4/3; }
  .job-detail-copy { padding: 28px 20px 38px; }
  .job-detail-head { align-items: start; }
  .job-detail-head .eyebrow { font-size: 9px; }
  .job-detail-copy > h3 { margin-top: 32px; }
  .job-lead { font-size: 28px; }
  .job-info { grid-template-columns: 1fr; gap: 28px; }
  .day-timeline { grid-template-columns: 1fr; padding-left: 26px; }
  .day-timeline::before { display: block; top: 0; bottom: 0; left: 4px; right: auto; width: 1px; height: auto; }
  .day-timeline li { min-height: 0; padding: 0 0 34px 22px; border: 0; }
  .day-timeline li:last-child { border: 0; }
  .day-timeline li::before { top: 9px; left: -27px; }
  .day-timeline time { font-size: 22px; }
  .day-timeline span { margin-top: 8px; }
  .day-timeline small { margin-top: 3px; }
  .story-main { aspect-ratio: 4/3; }
  .story-sub { gap: 8px; }
  .story-caption h3 { font-size: 22px; }
  .story-steps { grid-template-columns: 1fr; margin-top: 48px; }
  .story-steps li { min-height: 0; padding: 24px 8px 24px 74px; border-right: 0; }
  .story-steps span { position: absolute; left: 8px; top: 29px; }
  .story-steps h3 { margin: 0 0 8px; }
  .story-steps p { margin: 0; }
  .interview-grid-expanded .interview-card:nth-child(n) { margin: 0; }
  .interview-grid-expanded .interview-card + .interview-card { margin-top: 68px; }
  .interview-grid-expanded h3 { min-height: 0; font-size: 21px; }
  .career-roadmap { grid-template-columns: 1fr; border-left: 5px solid var(--orange); }
  .career-roadmap > li:nth-child(n) { min-height: 0; grid-template-columns: 72px 1fr; padding: 28px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .career-level span { font-size: 42px; }
  .career-roadmap h3 { margin: 14px 0; }
  .smart-image { aspect-ratio: 4/3; }
  .smart-tools li { grid-template-columns: 1fr; gap: 4px; }
  .recruit-numbers { padding: 58px 0 42px; }
  .numbers-label { margin-bottom: 46px; line-height: 1.5; }
  .numbers-note { margin-top: 38px; }
  .benefit-grid-expanded { grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .benefit-grid-expanded .benefit { min-height: 186px; }
  .benefit-grid-expanded .benefit h3 { margin-top: 26px; font-size: 14px; }
  .faq-list summary { min-height: 80px; grid-template-columns: 52px 1fr auto; font-size: 14px; line-height: 1.55; padding: 12px 0; }
  .faq-list details > p { margin-left: 52px; margin-right: 22px; }
  .flow-note { display: grid; gap: 5px; padding: 18px; margin-top: -14px; margin-bottom: 40px; }
  .flow-note b { white-space: normal; }
  .entry-flow { grid-template-columns: 1fr 1fr; }
  .entry-flow li { min-height: 170px; padding: 18px 15px; border-bottom: 1px solid #55595a; }
  .entry-flow li::after { display: none; }
  .entry-flow small { margin-top: 22px; }
  .entry-flow em { left: 15px; bottom: 14px; }
  .job-description-section .company-table { margin-left: 0; }
  .casual-cta { padding: 82px 0; }
  .casual-actions { display: grid; }
  .casual-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .scan-line { display: none; }
}

/* Recruit visual diagrams and photo hierarchy */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.recruit-theme svg:not(.logo-mark) { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.line-icon { width: 48px; height: 48px; color: var(--orange); }

.why-item-photo .why-image { grid-column: 2 / span 5; aspect-ratio: 4/3; }
.why-item-photo .why-copy { grid-column: 8 / 13; }
.why-graphic { grid-column: 2 / span 5; position: relative; height: 360px; background-color: var(--paper); background-image: linear-gradient(rgba(23,26,27,.06) 1px, transparent 1px), linear-gradient(90deg,rgba(23,26,27,.06) 1px, transparent 1px); background-size: 32px 32px; border: 1px solid var(--line); overflow: hidden; }
.why-item-reverse .why-graphic { grid-column: 7 / span 5; order: 2; }
.why-item-reverse .why-copy { grid-column: 1 / 6; }
.why-item-graphic:not(.why-item-reverse) .why-copy { grid-column: 8 / 13; }
.why-graphic::before { content: ""; position: absolute; left: 12%; right: 12%; top: 50%; height: 1px; background: var(--orange); }
.why-graphic::after { content: ""; position: absolute; right: 11%; top: calc(50% - 5px); width: 10px; height: 10px; border-top: 1px solid var(--orange); border-right: 1px solid var(--orange); transform: rotate(45deg); }
.why-graphic .diagram-icon { position: absolute; left: 12%; top: 17%; width: 112px; height: 112px; color: var(--ink); }
.why-graphic .diagram-arrow { position: absolute; right: 13%; bottom: 15%; width: 132px; height: 100px; color: var(--orange); }
.why-graphic .diagram-device { position: absolute; right: 15%; bottom: 14%; width: 76px; height: 116px; color: var(--ink); }
.why-graphic > span { position: relative; top: 75%; margin-left: 12%; font: 9px var(--font-display); letter-spacing: .1em; }
.why-icon { width: 36px; height: 36px; margin-bottom: 22px; }

.job-detail, .job-detail-reverse { grid-template-columns: minmax(300px,.68fr) minmax(0,1.32fr); min-height: 650px; }
.job-detail-reverse { grid-template-columns: minmax(0,1.32fr) minmax(300px,.68fr); }
.job-detail-image { position: relative; min-height: 0; align-self: center; aspect-ratio: 4/5; margin: 42px 0 42px 42px; }
.job-detail-reverse .job-detail-image { margin: 42px 42px 42px 0; }
.job-detail-copy { padding: clamp(38px,4vw,62px); }
.job-illustration { position: absolute; right: -20px; bottom: -20px; width: 96px; height: 96px; padding: 20px; color: var(--white); background: var(--orange); }
.job-info { grid-template-columns: 1.1fr .9fr; }
.icon-task-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.icon-task-list li { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; min-height: 48px; padding: 7px 9px; border: 1px solid var(--line); background: #fafaf7; }
.icon-task-list li svg { width: 25px; height: 25px; color: var(--orange); }

.day-timeline { grid-template-columns: repeat(4, 1fr); gap: 0; }
.day-timeline::before { display: none; }
.day-timeline li { min-height: 220px; padding: 22px 24px; border-top: 1px solid #626667; border-bottom: 1px solid #414445; }
.day-timeline li:nth-child(4n) { border-right: 1px solid #414445; }
.day-timeline li::before { top: -6px; }
.day-timeline li > svg { position: absolute; right: 20px; top: 18px; width: 38px; height: 38px; color: #858a8a; }
.day-timeline span { margin-top: 56px; }

.story-steps { margin: 0 0 68px; background: #f8f8f4; }
.story-steps li { min-height: 230px; padding-top: 26px; }
.story-steps li > span { display: block; font-size: 54px; line-height: 1; letter-spacing: -.08em; color: #dedfd9; }
.story-steps li > svg { position: absolute; right: 22px; top: 28px; width: 42px; height: 42px; color: var(--orange); }
.story-steps h3 { margin: 42px 0 10px; }
.story-visual { width: 82%; margin-left: auto; grid-template-columns: 1.45fr .55fr; }
.story-main { aspect-ratio: 16/10; }
.story-sub { gap: 10px; }
.story-caption { padding-bottom: 0; }

.interview-grid-expanded { gap: 46px; }
.interview-grid-expanded .interview-image { aspect-ratio: 4/3; }
.interview-grid-expanded .interview-image img { object-position: center 42%; }
.interview-grid-expanded .staff-profile { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 8px; }
.staff-profile span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid #535758; color: #c1c4c4; font-size: 9px; }
.staff-profile svg { width: 15px; height: 15px; color: var(--orange); }
.staff-name { margin: 0; color: #8f9393 !important; font-size: 10px !important; }
.staff-qa dt { display: flex; gap: 8px; }
.staff-qa dt::before { content: "Q"; color: #fff; font: 9px var(--font-display); }

.career-roadmap > li:nth-child(1) { min-height: 290px; }
.career-roadmap > li:nth-child(2) { min-height: 340px; }
.career-roadmap > li:nth-child(3) { min-height: 390px; }
.career-roadmap > li:nth-child(4) { min-height: 440px; }
.career-icon { width: 44px; height: 44px; margin: 0 0 18px; color: var(--orange); }

.smart-layout { grid-template-columns: .72fr 1.28fr; gap: 7vw; }
.smart-image { width: min(100%, 440px); aspect-ratio: 1; align-self: start; margin-top: 48px; }
.smart-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border: 0; }
.smart-tools li { grid-template-columns: 40px 1fr; gap: 4px 13px; align-content: start; min-height: 132px; padding: 18px; border: 1px solid var(--line); }
.smart-tools li > svg { grid-row: 1 / span 2; width: 38px; height: 38px; color: var(--orange); }
.smart-tools b, .smart-tools span { grid-column: 2; }
.smart-outcome { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 18px; margin-top: 14px; padding: 18px; background: var(--ink); color: var(--white); }
.smart-outcome > svg { width: 44px; height: 44px; color: var(--orange); }
.smart-outcome p { margin: 0; }
.smart-outcome b { display: block; font-size: 11px; }
.smart-outcome span { display: block; margin-top: 4px; color: #bdc0c0; font-size: 11px; }

.benefit-grid-expanded .benefit { position: relative; padding-right: 10px; }
.benefit-grid-expanded .benefit > svg { position: absolute; right: 6px; top: 20px; width: 42px; height: 42px; color: var(--orange); }
.benefit-grid-expanded .benefit h3 { margin-top: 58px; }

.faq-illustration { width: 210px; aspect-ratio: 1; margin-top: 54px; padding: 30px; border: 1px solid var(--line); color: var(--orange); }
.faq-illustration svg { width: 82px; height: 82px; }
.faq-illustration span { display: block; margin-top: 20px; color: var(--slate); font: 12px/1.3 var(--font-display); }
.faq-list details > p { position: relative; }
.faq-list details > p b { position: absolute; left: -40px; top: 0; color: var(--orange); font: 11px var(--font-display); }

.entry-flow li > svg { position: absolute; right: 18px; top: 22px; width: 38px; height: 38px; color: #858a8a; }
.entry-flow .flow-casual > svg { color: #fff; }
.job-description-section .company-table dl { padding: 19px 0; }
.job-description-section .company-table dt { color: var(--orange); }
.casual-cta-copy { position: relative; padding-left: 108px; }
.casual-cta-icon { position: absolute; left: 0; top: 0; width: 72px; height: 72px; color: #fff; }

@media (max-width: 980px) {
  .why-item-photo .why-image { grid-column: 1 / span 6; }
  .why-item-photo .why-copy { grid-column: 7 / 13; }
  .why-graphic { grid-column: 1 / span 6; height: 320px; }
  .why-item-reverse .why-graphic { grid-column: 7 / span 6; }
  .why-item-graphic:not(.why-item-reverse) .why-copy { grid-column: 7 / 13; }
  .job-detail, .job-detail-reverse { grid-template-columns: 1fr; }
  .job-detail-image, .job-detail-reverse .job-detail-image { width: min(72%, 520px); aspect-ratio: 16/10; margin: 38px 0 0 38px; }
  .job-detail-reverse .job-detail-image { order: 0; margin-left: auto; margin-right: 38px; }
  .story-visual { width: 100%; }
  .smart-layout { grid-template-columns: 1fr; }
  .smart-image { width: min(70%, 500px); aspect-ratio: 16/10; margin: 0; }
  .casual-cta-copy { padding-left: 96px; }
}

@media (max-width: 640px) {
  .recruit-theme .section { padding-top: 74px; padding-bottom: 74px; }
  .why-list { gap: 64px; }
  .why-item, .why-item-reverse { display: flex; }
  .why-item .why-image { width: 88%; aspect-ratio: 16/10; }
  .why-item-reverse .why-graphic, .why-item .why-graphic { order: initial; width: 88%; height: 230px; }
  .why-item-reverse .why-graphic { align-self: flex-end; }
  .why-graphic .diagram-icon { width: 76px; height: 76px; }
  .why-graphic .diagram-arrow { width: 90px; height: 70px; }
  .why-graphic .diagram-device { width: 52px; height: 82px; }
  .why-graphic > span { top: 78%; margin-left: 8%; font-size: 7px; }
  .why-icon { position: absolute; right: 0; top: 52px; }
  .job-detail-image, .job-detail-reverse .job-detail-image { width: calc(100% - 36px); aspect-ratio: 16/10; margin: 18px 18px 0; }
  .job-illustration { right: -8px; bottom: -14px; width: 72px; height: 72px; padding: 15px; }
  .icon-task-list { grid-template-columns: 1fr 1fr; }
  .icon-task-list li { grid-template-columns: 22px 1fr; min-height: 44px; font-size: 10px; }
  .icon-task-list li svg { width: 20px; height: 20px; }
  .job-info { grid-template-columns: 1fr; gap: 26px; }
  .job-points p + p { margin-top: 12px; }
  .day-timeline { grid-template-columns: 1fr; }
  .day-timeline li { min-height: 0; padding: 0 0 32px 58px; border: 0; }
  .day-timeline li:nth-child(4n) { border-right: 0; }
  .day-timeline li > svg { left: 5px; right: auto; top: 28px; width: 30px; height: 30px; }
  .day-timeline span { margin-top: 7px; }
  .story-steps { margin-bottom: 46px; }
  .story-steps li { padding-left: 84px; }
  .story-steps li > span { position: absolute; top: 22px; left: 8px; font-size: 42px; }
  .story-steps li > svg { right: 8px; top: 24px; width: 30px; height: 30px; }
  .story-steps h3 { margin: 0 38px 8px 0; }
  .story-visual { display: grid; grid-template-columns: 1.4fr .6fr; }
  .story-main { aspect-ratio: 4/3; }
  .story-sub { grid-template-columns: 1fr; }
  .story-sub img { aspect-ratio: 1; }
  .story-caption { grid-column: 1 / -1; }
  .interview-grid-expanded .interview-image { aspect-ratio: 16/10; }
  .interview-grid-expanded h3 { margin-bottom: 18px; }
  .interview-grid-expanded .interview-card + .interview-card { margin-top: 56px; }
  .career-icon { width: 34px; height: 34px; margin-bottom: 10px; }
  .smart-image { width: 84%; aspect-ratio: 16/10; }
  .smart-tools { grid-template-columns: 1fr 1fr; gap: 8px; }
  .smart-tools li { grid-template-columns: 1fr; min-height: 158px; padding: 14px; }
  .smart-tools li > svg { grid-row: auto; width: 31px; height: 31px; }
  .smart-tools b, .smart-tools span { grid-column: 1; }
  .smart-tools b { margin-top: 6px; }
  .smart-tools span { font-size: 10px; }
  .smart-outcome { grid-template-columns: 40px 1fr; }
  .benefit-grid-expanded .benefit > svg { width: 34px; height: 34px; }
  .benefit-grid-expanded .benefit { min-height: 168px; }
  .benefit-grid-expanded .benefit h3 { margin-top: 48px; }
  .faq-illustration { display: none; }
  .entry-flow li > svg { width: 30px; height: 30px; right: 12px; top: 18px; }
  .job-description-section .company-table dl { padding: 16px 0; }
  .casual-cta-copy { padding-left: 0; padding-top: 72px; }
  .casual-cta-icon { width: 56px; height: 56px; }
}

/* Recruit flat illustration system */
.recruit-illustration-card {
  position: relative;
  overflow: hidden;
  background: #f3f1eb;
  border: 1px solid var(--line);
}
.recruit-illustration-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: var(--orange);
}
.recruit-illustration-card img,
.recruit-flow-step > img,
.recruit-benefit-card > img,
.recruit-timeline-item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-media { grid-column: 2 / span 5; position: relative; min-height: 410px; }
.why-photo { width: 76%; aspect-ratio: 4/3; overflow: hidden; }
.why-photo img { width: 100%; height: 100%; object-fit: cover; }
.why-flat-illustration { position: absolute; right: 0; bottom: 0; width: 62%; aspect-ratio: 1; box-shadow: 0 20px 45px rgba(23,26,27,.12); }
.why-flat-card { grid-column: 2 / span 5; aspect-ratio: 4/3; padding: 18px; }
.why-item-reverse .why-flat-card { grid-column: 7 / span 5; order: 2; }
.why-flat-card img { mix-blend-mode: multiply; }
.why-copy .eyebrow { margin-top: 22px; }

.job-detail-media { position: relative; min-height: 540px; margin: 36px 0 36px 36px; }
.job-detail-reverse .job-detail-media { order: 2; margin: 36px 36px 36px 0; }
.job-detail-media .job-detail-image { width: 76%; height: calc(100% - 70px); min-height: 0; aspect-ratio: auto; margin: 0; }
.job-flat-illustration { position: absolute; right: 0; bottom: 0; width: 64%; aspect-ratio: 1; padding: 12px; box-shadow: 0 18px 38px rgba(23,26,27,.13); }
.icon-task-list li { grid-template-columns: 10px 1fr; }
.icon-task-list li::before { content: ""; width: 7px; height: 7px; background: var(--orange); }

.day-timeline li { min-height: 290px; }
.recruit-timeline-item > img { width: 118px; height: 118px; margin: 12px 0 0 auto; padding: 7px; background: #f3f1eb; }
.day-timeline span { margin-top: 18px; }

.story-steps li { min-height: 390px; padding: 22px 18px 24px; }
.story-steps li::after { top: 46%; }
.story-steps li > span { font-size: 42px; }
.story-steps li > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(128px, 12vw, 188px);
  aspect-ratio: auto;
  margin-top: 8px;
  padding: 6px;
  object-fit: contain;
  background: #f3f1eb;
}
.story-steps h3 { margin: 16px 0 9px; }
.story-caption h3 span { display: block; white-space: nowrap; }

.staff-profile span { position: relative; padding-left: 17px; }
.staff-profile span::before { content: ""; position: absolute; left: 7px; width: 4px; height: 4px; background: var(--orange); }

.career-roadmap > li { grid-template-columns: 62px 1fr; gap: 14px; }
.career-illustration { display: block; width: 100%; height: 126px; margin: 0 0 16px; padding: 6px; object-fit: contain; background: #f3f1eb; }
.career-roadmap h3 { margin-top: 14px; }

.smart-tools li { display: grid; grid-template-columns: 1fr; min-height: 278px; padding: 14px; }
.smart-tools li > img { display: block; width: 100%; height: 148px; margin-bottom: 10px; padding: 6px; object-fit: contain; background: #f3f1eb; }
.smart-tools b, .smart-tools span { grid-column: 1; }
.smart-outcome { grid-template-columns: 1fr; border-left: 5px solid var(--orange); }

.benefit-grid-expanded { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-grid-expanded .recruit-benefit-card { min-height: 320px; padding: 14px 14px 22px; border: 1px solid var(--line); background: #fafaf7; }
.recruit-benefit-card > img { height: 150px; margin: 8px 0 14px; padding: 5px; background: #f3f1eb; }
.benefit-grid-expanded .recruit-benefit-card h3 { margin: 0 0 9px; }

.faq-illustration { width: 220px; padding: 16px; background: #f3f1eb; }
.faq-illustration img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; }
.faq-illustration span { margin-top: 8px; }

.entry-flow li { min-height: 320px; padding: 16px; }
.entry-flow li > img { width: 100%; height: 126px; margin: 8px 0 0; padding: 5px; object-fit: contain; background: #f3f1eb; }
.entry-flow small { margin-top: 18px; }
.entry-flow li::after { top: 39%; }
.entry-flow .flow-casual > img { background: #fff; }

.casual-cta-copy { padding-left: 148px; }
.casual-cta-illustration { position: absolute; left: 0; top: -18px; width: 118px; aspect-ratio: 1; padding: 6px; object-fit: contain; background: #f3f1eb; }

@media (max-width: 980px) {
  .why-media, .why-flat-card { grid-column: 1 / span 6; }
  .why-item-reverse .why-flat-card { grid-column: 7 / span 6; }
  .job-detail-media, .job-detail-reverse .job-detail-media { order: 0; width: min(78%, 560px); min-height: 420px; margin: 34px 0 0 34px; }
  .job-detail-reverse .job-detail-media { margin-left: auto; margin-right: 34px; }
  .career-roadmap { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .career-roadmap > li:nth-child(n) { min-height: 390px; }
  .benefit-grid-expanded { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .why-media { width: 92%; min-height: 320px; }
  .why-flat-card { width: 88%; aspect-ratio: 1; padding: 10px; }
  .why-item-reverse .why-flat-card { order: initial; align-self: flex-end; }
  .why-flat-illustration { width: 64%; }
  .job-detail-media, .job-detail-reverse .job-detail-media { width: calc(100% - 28px); min-height: 320px; margin: 16px 14px 0; }
  .job-detail-media .job-detail-image { width: 80%; height: calc(100% - 50px); }
  .job-flat-illustration { width: 58%; padding: 6px; }
  .recruit-timeline-item > img { width: 104px; height: 104px; margin: 8px 0 8px; }
  .day-timeline li { padding-left: 58px; }
  .day-timeline span { margin-top: 8px; }
  .story-steps li { min-height: 0; padding: 22px 12px 24px 84px; }
  .story-steps li > img { width: 120px; height: 120px; margin: 0 0 10px; }
  .story-steps li::after { display: none; }
  .career-roadmap { grid-template-columns: 1fr; }
  .career-roadmap > li:nth-child(n) { min-height: 0; }
  .career-illustration { height: 150px; }
  .smart-tools li { min-height: 250px; }
  .smart-tools li > img { height: 132px; }
  .benefit-grid-expanded { grid-template-columns: 1fr 1fr; gap: 10px; }
  .benefit-grid-expanded .recruit-benefit-card { min-height: 286px; padding: 10px 10px 18px; }
  .recruit-benefit-card > img { height: 118px; }
  .faq-illustration { display: none; }
  .entry-flow li { min-height: 286px; }
  .entry-flow li > img { height: 116px; }
  .entry-flow small { margin-top: 14px; }
  .casual-cta-copy { padding-left: 0; padding-top: 118px; }
  .casual-cta-illustration { top: 0; width: 100px; }
}
