:root {
  --cyan: #18baf0;
  --blue: #145fff;
  --navy: #061c56;
  --black: #080a0d;
  --ink: #111318;
  --paper: #f3f1e9;
  --white: #fff;
  --gray: #d9d9d4;
  --green: #00843a;
  --shell: min(1180px, calc(100% - 48px));
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --gothic: "Hiragino Kaku Gothic StdN", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* -------------------------------------------------
   APPROVED IMAGE FV
   生成済みのMCO採用クリエイティブを主役にする
-------------------------------------------------- */
.hero.hero--image {
  width: 100%;
  height: calc(100svh - 74px);
  min-height: 620px;
  margin-top: 74px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: #dceeff;
}
.hero.hero--image::before,
.hero.hero--image::after { content: none; display: none; }
.hero__visual {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 900px) {
  .hero.hero--image {
    height: auto;
    min-height: 0;
    aspect-ratio: 1672 / 941;
  }
  .hero__visual {
    height: auto;
    aspect-ratio: 1672 / 941;
  }
  .hero__visual img {
    height: auto;
    aspect-ratio: 1672 / 941;
  }
}

@media (max-width: 767px) {
  .hero.hero--image {
    margin-top: 98px;
  }
  .hero__visual img { object-fit: contain; }
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: radial-gradient(rgba(0,0,0,.055) .7px, transparent .7px);
  background-size: 5px 5px;
  font-family: var(--gothic);
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::selection { color: #fff; background: var(--blue); }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, summary { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(92px, 10vw, 150px); }
.sp-only { display: none; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 15px;
  color: #fff;
  background: #000;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 64px);
  border-bottom: 3px solid var(--black);
  background: rgba(243,241,233,.92);
  backdrop-filter: blur(12px);
  transition: height .25s ease, background .25s ease;
}
.site-header.is-scrolled { height: 66px; background: rgba(255,255,255,.94); }
.site-header__logo { width: 130px; }
.header-entry {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border: 2px solid var(--black);
  color: #fff;
  background: var(--black);
  box-shadow: 5px 5px 0 var(--cyan);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  transition: transform .2s ease, box-shadow .2s ease;
}
.header-entry:hover { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--cyan); }
.header-entry__dot { width: 10px; height: 10px; border-radius: 50%; background: #19d96b; }

/* Hero / collage */
.hero {
  position: relative;
  min-height: max(820px, 100svh);
  overflow: hidden;
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(0,0,0,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.045) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,.07) .7px, transparent .7px);
  background-size: 44px 44px, 44px 44px, 5px 5px;
}
.hero::before {
  content: "RECRUIT";
  position: absolute;
  z-index: 0;
  left: -33px;
  top: 52%;
  color: transparent;
  -webkit-text-stroke: 2px rgba(8,10,13,.18);
  font: 900 clamp(120px, 16vw, 250px)/.8 var(--display);
  letter-spacing: .02em;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 39%;
  top: 112px;
  width: 45%;
  height: 76%;
  border: 2px solid rgba(8,10,13,.18);
  transform: rotate(3deg);
}
.hero__blue-block {
  position: absolute;
  z-index: 0;
  top: 128px;
  right: -3vw;
  width: 55vw;
  height: 69%;
  background: var(--cyan);
  clip-path: polygon(11% 4%, 100% 0, 90% 47%, 100% 92%, 16% 100%, 0 52%);
  transform: rotate(-2deg);
}
.hero__blue-block::before,
.hero__blue-block::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 42px;
  background: var(--black);
  clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%, 28% 50%);
}
.hero__blue-block::before { top: 42px; left: -30px; }
.hero__blue-block::after { right: 40px; bottom: 28px; transform: rotate(180deg); }

.hero__media {
  position: absolute;
  z-index: 1;
  top: 108px;
  right: max(2vw, calc((100vw - 1360px) / 2));
  bottom: 74px;
  width: min(49vw, 700px);
  overflow: hidden;
  background: #d8d8d8;
  clip-path: polygon(3% 2%, 98% 0, 100% 95%, 95% 100%, 4% 97%, 0 9%);
  transform: rotate(1.2deg);
  box-shadow: 12px 13px 0 var(--black);
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,0,0,.24) .7px, transparent .8px);
  background-size: 4px 4px;
  mix-blend-mode: multiply;
  opacity: .22;
  pointer-events: none;
}
.hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  filter: grayscale(1) contrast(1.18) brightness(1.06);
}
.hero__content {
  position: relative;
  z-index: 3;
  width: var(--shell);
  margin: 0 auto;
  padding: clamp(142px, 14vh, 170px) 52% 110px 0;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  padding: 8px 12px;
  color: #fff;
  background: var(--black);
  font: 900 11px/1 var(--display);
  letter-spacing: .17em;
  transform: rotate(-1deg);
}
.hero__eyebrow::before { content: "●"; color: var(--cyan); }
.hero__title {
  position: relative;
  margin: 0;
  font-size: clamp(62px, 7vw, 106px);
  line-height: .94;
  font-weight: 900;
  letter-spacing: -.085em;
  transform: rotate(-2deg) skew(-3deg);
}
.hero__title::after {
  content: "GO!";
  position: absolute;
  right: -12px;
  bottom: -.15em;
  color: var(--black);
  font: 900 .28em/1 var(--display);
  letter-spacing: .08em;
  transform: rotate(8deg);
}
.hero__title span { display: block; white-space: nowrap; }
.hero__title span:last-child {
  width: max-content;
  margin-top: .14em;
  padding: 0 .08em .07em 0;
  color: var(--cyan);
  text-shadow: 3px 3px 0 var(--black);
}
.hero__job {
  width: max-content;
  max-width: 100%;
  margin: 30px 0 23px;
  padding: 9px 16px;
  color: #fff;
  background: var(--black);
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .04em;
  transform: rotate(1deg);
}
.hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  max-width: 510px;
  margin: 0 0 22px;
}
.hero-fact {
  min-height: 67px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 14px;
  border: 2px solid var(--black);
  background: #fff;
  box-shadow: 5px 5px 0 var(--cyan);
}
.hero-fact:nth-child(1) { transform: rotate(-1deg); }
.hero-fact:nth-child(2) { transform: rotate(1deg); }
.hero-fact--wide { grid-column: 1 / -1; min-height: 50px; flex-direction: row; align-items: center; gap: 18px; background: var(--cyan); box-shadow: 5px 5px 0 var(--black); transform: rotate(-.5deg); }
.hero-fact span { color: #5f626b; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.hero-fact--wide span { color: #0b3040; }
.hero-fact strong { color: var(--black); font-size: 17px; font-weight: 900; }

.line-button {
  width: min(100%, 470px);
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 11px 18px;
  border: 2px solid var(--black);
  color: #fff;
  background: var(--green);
  box-shadow: 7px 7px 0 var(--black);
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .03em;
  transition: transform .2s ease, box-shadow .2s ease;
}
.line-button:hover { transform: translate(4px,4px); box-shadow: 3px 3px 0 var(--black); }
.line-button small { display: block; margin-bottom: 4px; font-size: 10px; font-weight: 700; }
.line-button__icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; color: var(--green); background: #fff; font: 900 9px/1 Arial, sans-serif; }
.line-button__arrow { font-size: 21px; }
.hero__microcopy { margin: 12px 0 0 4px; color: #575a61; font-size: 10px; font-weight: 700; }
.hero__areas {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 24px;
  border-top: 3px solid var(--black);
  color: #fff;
  background: var(--black);
}
.hero__areas > span { color: var(--cyan); font: 900 10px/1 var(--display); letter-spacing: .18em; }
.hero__area-list { display: flex; align-items: center; gap: 16px; }
.hero__area-list b { font-size: 12px; letter-spacing: .08em; }
.hero__area-list i { width: 6px; height: 6px; background: var(--cyan); transform: rotate(45deg); }
.hero__scroll { display: none; }

/* Moving tape */
.speed-tape {
  position: relative;
  z-index: 6;
  width: 104%;
  margin: -3px 0 0 -2%;
  overflow: hidden;
  border-block: 3px solid var(--black);
  color: var(--black);
  background: var(--cyan);
  transform: rotate(-1deg);
}
.speed-tape__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 12px 0;
  animation: tape 24s linear infinite;
  font: 900 clamp(26px, 3.3vw, 50px)/1 var(--display);
  letter-spacing: .03em;
}
.speed-tape i { font-size: .45em; font-style: normal; }
@keyframes tape { to { transform: translateX(-50%); } }

/* Shared titles */
.section-kicker { display: flex; align-items: center; gap: 11px; color: var(--cyan); }
.section-kicker span { display: grid; place-items: center; width: 38px; height: 38px; border: 2px solid currentColor; border-radius: 50%; font: 900 11px/1 var(--display); }
.section-kicker p { margin: 0; font: 900 11px/1 var(--display); letter-spacing: .16em; }
.section-kicker--light { color: var(--cyan); }
.section-heading { display: grid; grid-template-columns: .5fr 1fr; gap: 50px; align-items: end; margin-bottom: clamp(48px, 7vw, 80px); }
.section-heading h2,
.statement h2,
.growth h2,
.area h2,
.requirements h2,
.faq h2 {
  margin: 8px 0 0;
  font-size: clamp(48px, 6vw, 84px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 900;
}
.section-heading__eyebrow { margin: 0; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .08em; }

/* Manifesto */
.statement {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--black);
  border-bottom: 3px solid var(--black);
}
.statement::before {
  content: "MCO / SALES PROMOTION / MCO / SALES PROMOTION";
  position: absolute;
  top: 26px;
  left: -10px;
  color: rgba(255,255,255,.06);
  font: 900 80px/1 var(--display);
  white-space: nowrap;
  letter-spacing: .02em;
}
.statement__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .5fr 1fr; gap: 50px; }
.statement__lead { margin: 0 0 14px; color: var(--cyan); font-size: 14px; font-weight: 900; letter-spacing: .1em; }
.statement h2 { position: relative; display: inline-block; font-size: clamp(58px, 7vw, 100px); transform: rotate(-1deg); }
.statement h2::after { content: ""; position: absolute; left: -2%; right: -6%; bottom: -.08em; height: .11em; background: var(--cyan); transform: rotate(-2deg); }
.statement__body { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; max-width: 660px; margin-top: 58px; }
.statement__body p { margin: 0; color: #cbd0d4; font-size: 14px; line-height: 2; }
.statement__watermark { position: absolute; right: -20px; bottom: -50px; margin: 0; color: transparent; -webkit-text-stroke: 2px rgba(24,186,240,.24); font: 900 clamp(120px, 18vw, 280px)/.8 var(--display); letter-spacing: -.02em; }

/* Work */
.work { color: var(--black); background: var(--paper); }
.work .section-heading h2 { color: var(--black); }
.work-gallery { display: grid; grid-template-columns: 1.5fr .8fr; grid-template-rows: repeat(2, 250px); gap: 18px; }
.work-gallery figure { position: relative; margin: 0; overflow: hidden; border: 3px solid var(--black); background: #ccc; box-shadow: 8px 8px 0 var(--cyan); }
.work-gallery__main { grid-row: 1 / 3; transform: rotate(-1deg); }
.work-gallery figure:nth-child(2) { transform: rotate(1.5deg); }
.work-gallery figure:nth-child(3) { transform: rotate(-1deg); }
.work-gallery img { height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.08); transition: transform .6s var(--ease), filter .4s ease; }
.work-gallery figure:hover img { transform: scale(1.04); filter: saturate(1.05); }
.work-gallery figcaption { position: absolute; bottom: 16px; left: 17px; padding: 8px 11px; color: #fff; background: var(--black); font: 900 10px/1 var(--display); letter-spacing: .16em; }
.work-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 70px; }
.work-step { position: relative; min-height: 230px; padding: 24px 25px; border: 3px solid var(--black); background: #fff; box-shadow: 7px 7px 0 var(--black); }
.work-step:nth-child(2) { color: #fff; background: var(--black); box-shadow: 7px 7px 0 var(--cyan); transform: translateY(22px) rotate(1deg); }
.work-step:nth-child(3) { background: var(--cyan); transform: rotate(-1deg); }
.work-step > span { color: var(--blue); font: 900 42px/1 var(--display); }
.work-step:nth-child(2) > span { color: var(--cyan); }
.work-step h3 { margin: 32px 0 12px; font-size: 22px; }
.work-step p { margin: 0; color: #555a62; font-size: 13px; line-height: 1.85; }
.work-step:nth-child(2) p { color: #cdd1d5; }

/* Two start lines */
.choice {
  position: relative;
  overflow: hidden;
  color: var(--black);
  background-color: var(--cyan);
  background-image: radial-gradient(rgba(0,0,0,.18) 1px, transparent 1px);
  background-size: 7px 7px;
  border-block: 3px solid var(--black);
}
.choice::before { content: "CHOOSE YOUR START"; position: absolute; right: -40px; top: 70px; color: rgba(255,255,255,.26); font: 900 110px/1 var(--display); transform: rotate(8deg); white-space: nowrap; }
.choice .shell { position: relative; z-index: 1; }
.track-switch { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 600px; margin: 0 auto 24px; border: 3px solid var(--black); background: #fff; box-shadow: 7px 7px 0 var(--black); transform: rotate(-.5deg); }
.track-switch__button { min-height: 68px; border: 0; color: var(--black); background: transparent; font-size: 17px; font-weight: 900; cursor: pointer; }
.track-switch__button + .track-switch__button { border-left: 3px solid var(--black); }
.track-switch__button.is-active { color: #fff; background: var(--black); }
.track-switch__button:focus-visible { outline: 4px solid #fff; outline-offset: 4px; }
.track-panel { position: relative; display: grid; grid-template-columns: 1.25fr .8fr; min-height: 430px; border: 3px solid var(--black); color: #fff; background: var(--black); box-shadow: 12px 12px 0 rgba(0,0,0,.35); overflow: hidden; }
.track-panel[hidden] { display: none; }
.track-panel::after { content: "GO"; position: absolute; right: -30px; bottom: -60px; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.13); font: 900 250px/1 var(--display); }
.track-panel__main { position: relative; z-index: 1; padding: 62px 60px 128px; }
.track-panel__label { margin: 0 0 23px; color: var(--cyan); font: 900 11px/1 var(--display); letter-spacing: .18em; }
.track-panel__main h3 { margin: 0 0 25px; font-size: clamp(44px, 5vw, 68px); line-height: 1; letter-spacing: -.07em; transform: rotate(-1deg); }
.track-panel__main > p:last-child { max-width: 520px; margin: 0; color: #c7cbd0; font-size: 14px; line-height: 1.95; }
.track-panel__salary { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 46px; border-left: 3px solid var(--black); color: var(--black); background: var(--paper); }
.track-panel__salary > p { margin: 0; font-size: 13px; font-weight: 900; }
.track-panel__salary strong { display: flex; align-items: baseline; white-space: nowrap; font-size: 23px; line-height: 1; }
.track-panel__salary em { color: var(--blue); font: 900 clamp(70px, 7vw, 102px)/1 var(--display); font-style: normal; letter-spacing: -.04em; }
.track-panel__salary span { margin-top: 18px; padding-top: 17px; border-top: 2px solid var(--black); font-size: 11px; line-height: 1.7; }
.track-panel__points { position: absolute; z-index: 2; bottom: 0; left: 0; width: 61%; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 2px solid #393d42; }
.track-panel__points li { min-height: 88px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding-left: 25px; font-size: 12px; font-weight: 900; }
.track-panel__points li + li { border-left: 2px solid #393d42; }
.track-panel__points span { color: var(--cyan); font: 900 10px/1 var(--display); }

/* Numbers */
.numbers { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 510px; border-bottom: 3px solid var(--black); color: var(--black); background: var(--paper); }
.numbers__side { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 100px); border-right: 3px solid var(--black); background: var(--cyan); }
.numbers__side p { margin: 0 0 22px; font: 900 11px/1 var(--display); letter-spacing: .16em; }
.numbers__side h2 { margin: 0; font-size: clamp(42px, 4.5vw, 65px); line-height: .98; letter-spacing: -.065em; }
.numbers__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.number-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 4vw, 55px); }
.number-card + .number-card { border-left: 3px solid var(--black); }
.number-card:nth-child(2) { color: #fff; background: var(--black); }
.number-card > p { margin: 0 0 34px; font-size: 12px; font-weight: 900; }
.number-card strong { display: flex; align-items: baseline; font: 900 clamp(60px, 7vw, 100px)/.9 var(--display); letter-spacing: -.04em; }
.number-card strong small { margin-left: 5px; font: 900 13px/1 var(--gothic); }
.number-card em { margin-top: 22px; color: #646870; font-size: 11px; font-style: normal; }
.number-card:nth-child(2) em { color: #bfc4ca; }

/* Career */
.growth { color: var(--black); background: var(--paper); }
.growth__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); }
.growth__intro .section-heading__eyebrow { margin-top: 42px; color: var(--blue); }
.growth__intro h2 { margin: 10px 0 28px; }
.growth__intro > p:last-child { max-width: 470px; margin: 0; color: #555b62; font-size: 14px; line-height: 2; }
.career-list { margin: 0; padding: 0; border-top: 3px solid var(--black); list-style: none; }
.career-list li { position: relative; display: grid; grid-template-columns: 95px 1fr; gap: 20px; min-height: 120px; align-items: center; padding: 18px 52px 18px 18px; border-bottom: 3px solid var(--black); transition: color .22s ease, background .22s ease, transform .22s ease; }
.career-list li::after { content: "➜"; position: absolute; right: 18px; color: var(--blue); font-size: 25px; }
.career-list li:hover { color: #fff; background: var(--black); transform: translateX(8px); }
.career-list li:hover p, .career-list li:hover > span, .career-list li:hover::after { color: var(--cyan); }
.career-list > li > span { color: var(--blue); font: 900 11px/1 var(--display); letter-spacing: .1em; }
.career-list strong { display: block; font-size: 19px; }
.career-list p { margin: 7px 0 0; color: #646a72; font-size: 12px; line-height: 1.6; }

/* Mid CTA */
.mid-cta { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; border-block: 3px solid var(--black); color: #fff; background: var(--black); }
.mid-cta::before { content: "TALK FIRST."; position: absolute; right: -15px; top: 30px; color: transparent; -webkit-text-stroke: 2px rgba(24,186,240,.35); font: 900 140px/1 var(--display); }
.mid-cta__photo { position: absolute; inset: 0 48% 0 0; clip-path: polygon(0 0, 95% 0, 100% 52%, 94% 100%, 0 100%); }
.mid-cta__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,186,240,.12), rgba(8,10,13,.8)); }
.mid-cta__photo img { height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.25); }
.mid-cta__content { position: relative; z-index: 1; width: min(600px, 50%); margin-left: 52%; padding: 80px 24px; }
.mid-cta__content > p { margin: 0 0 14px; color: var(--cyan); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.mid-cta__content h2 { margin: 0 0 40px; font-size: clamp(44px, 5vw, 70px); line-height: .98; letter-spacing: -.065em; }

/* Culture */
.culture { overflow: hidden; color: #fff; background: var(--black); }
.culture .section-heading__eyebrow { color: var(--cyan); }
.culture-collage { position: relative; display: grid; grid-template-columns: 1.35fr .72fr; grid-template-rows: repeat(2, 245px); gap: 16px; }
.culture-collage figure { margin: 0; overflow: hidden; border: 3px solid #fff; box-shadow: 8px 8px 0 var(--cyan); }
.culture-collage__a { grid-row: 1 / 3; transform: rotate(-1deg); }
.culture-collage__b { transform: rotate(2deg); }
.culture-collage__c { transform: rotate(-1deg); }
.culture-collage img { height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15); transition: filter .35s ease, transform .55s var(--ease); }
.culture-collage figure:hover img { filter: grayscale(0); transform: scale(1.04); }
.culture-collage__word { position: absolute; right: -18px; bottom: -22px; color: var(--cyan); font: 900 clamp(90px, 13vw, 180px)/.72 var(--display); letter-spacing: -.04em; transform: rotate(-4deg); pointer-events: none; }
.culture-message { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-top: 65px; }
.culture-message p { max-width: 580px; margin: 0; color: #c4c9cf; font-size: 14px; line-height: 2; }
.culture-message strong { display: inline-block; padding: 8px 14px; border: 3px solid #fff; color: var(--black); background: var(--cyan); box-shadow: 7px 7px 0 #fff; font-size: clamp(23px, 3vw, 38px); letter-spacing: -.04em; white-space: nowrap; transform: rotate(-2deg); }

/* Area */
.area { overflow: hidden; color: var(--black); background: var(--cyan); border-bottom: 3px solid var(--black); }
.area__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.area__copy .section-heading__eyebrow { margin-top: 42px; color: var(--navy); }
.area__copy h2 { margin: 10px 0 28px; }
.area__copy > p:last-child { max-width: 450px; margin: 0; color: #113543; font-size: 14px; line-height: 2; }
.area__map { position: relative; min-height: 540px; border: 3px solid var(--black); background-color: var(--paper); background-image: linear-gradient(rgba(0,0,0,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.06) 1px, transparent 1px); background-size: 38px 38px; box-shadow: 12px 12px 0 var(--black); transform: rotate(1deg); }
.area__map::before { content: "JAPAN / 5 AREAS"; position: absolute; right: 18px; bottom: 16px; font: 900 10px/1 var(--display); letter-spacing: .16em; }
.area__map::after { content: ""; position: absolute; z-index: 0; top: 9%; right: 7%; width: 72%; height: 78%; border: 3px dashed rgba(0,0,0,.22); border-radius: 50% 35% 55% 42%; transform: rotate(-18deg); }
.area-pin { position: absolute; z-index: 2; width: 120px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 3px solid var(--black); border-radius: 50%; color: #fff; background: var(--black); box-shadow: 6px 6px 0 var(--cyan); font-size: 19px; font-weight: 900; transition: transform .22s ease, color .22s ease, background .22s ease; }
.area-pin:hover { color: var(--black); background: var(--cyan); transform: scale(1.08) rotate(-4deg); }
.area-pin small { margin-top: 5px; font: 900 7px/1.3 var(--display); letter-spacing: .08em; text-align: center; }
.area-pin--kanto { top: 15%; right: 7%; }
.area-pin--hokuriku { top: 5%; right: 39%; width: 106px; height: 106px; }
.area-pin--kansai { top: 36%; right: 32%; }
.area-pin--chushikoku { top: 55%; left: 16%; width: 132px; height: 132px; }
.area-pin--kyushu { bottom: 4%; left: 1%; width: 110px; height: 110px; }

/* Job info */
.requirements { color: var(--black); background: var(--paper); }
.requirements__layout { display: grid; grid-template-columns: .46fr 1fr; gap: clamp(55px, 8vw, 110px); }
.requirements__heading h2 { margin-top: 42px; }
.requirements__heading > p { max-width: 320px; margin: 20px 0 0; color: #5c6169; font-size: 13px; line-height: 1.8; }
.requirements table { width: 100%; border-collapse: collapse; border: 3px solid var(--black); background: #fff; box-shadow: 9px 9px 0 var(--cyan); }
.requirements th, .requirements td { padding: 22px 16px; border-bottom: 2px solid var(--black); vertical-align: top; text-align: left; }
.requirements tr:last-child th, .requirements tr:last-child td { border-bottom: 0; }
.requirements th { width: 150px; border-right: 2px solid var(--black); color: var(--black); background: #e6e4dc; font-size: 12px; font-weight: 900; }
.requirements td { color: #464b53; font-size: 13px; line-height: 1.85; }
.requirements td strong { color: var(--black); }
.requirements td small { display: block; margin-top: 5px; color: #666b73; font-size: 10px; }
.requirements__note { margin: 18px 0 0; color: #686e76; font-size: 10px; }

/* FAQ */
.faq { color: #fff; background: var(--black); }
.faq__layout { display: grid; grid-template-columns: .46fr 1fr; gap: clamp(55px, 8vw, 110px); }
.faq__heading h2 { margin-top: 42px; }
.faq__list { border-top: 3px solid #fff; }
.faq details { border-bottom: 3px solid #fff; }
.faq summary { display: grid; grid-template-columns: 38px 1fr 28px; gap: 14px; align-items: center; min-height: 94px; padding: 18px 10px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 900; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--cyan); font: 400 32px/1 Arial, sans-serif; text-align: center; transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary span, .faq details > div > span { display: grid; place-items: center; width: 32px; height: 32px; color: var(--black); background: var(--cyan); font: 900 16px/1 var(--display); }
.faq details > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 0 48px 28px 10px; }
.faq details > div > span { color: #fff; background: #44484e; }
.faq details > div p { margin: 0; color: #c5c9ce; font-size: 13px; line-height: 1.9; }

/* Final */
.final-cta { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; border-top: 3px solid var(--black); color: #fff; background: var(--black); }
.final-cta::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--black) 0%, rgba(8,10,13,.95) 44%, rgba(8,10,13,.15) 78%); }
.final-cta::after { content: "MOVE FAST"; position: absolute; z-index: 1; right: -30px; bottom: -25px; color: transparent; -webkit-text-stroke: 3px rgba(24,186,240,.65); font: 900 170px/.75 var(--display); transform: rotate(-4deg); }
.final-cta__photo { position: absolute; inset: 0 0 0 43%; }
.final-cta__photo img { height: 100%; object-fit: cover; object-position: center 15%; filter: grayscale(1) contrast(1.2); }
.final-cta__content { position: relative; z-index: 2; }
.final-cta__content > p { margin: 0 0 24px; color: var(--cyan); font: 900 11px/1 var(--display); letter-spacing: .2em; }
.final-cta__content h2 { margin: 0; font-size: clamp(68px, 9vw, 125px); line-height: .9; letter-spacing: -.085em; transform: rotate(-2deg); }
.final-cta__content > span { display: block; margin: 28px 0 36px; color: var(--cyan); font-size: 17px; font-weight: 900; letter-spacing: .12em; }
.line-button--final { max-width: 450px; }

.site-footer { padding: 42px 0 95px; border-top: 3px solid var(--black); background: var(--paper); }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-footer img { width: 120px; }
.site-footer__inner > div { display: flex; align-items: center; gap: 34px; }
.site-footer a { color: var(--black); font-size: 11px; font-weight: 900; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.site-footer small { color: #60656d; font: 10px/1 Arial, sans-serif; }
.mobile-entry { display: none; }

.reveal { opacity: 0; transform: translateY(32px) rotate(.4deg); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .hero__content { padding-right: 48%; }
  .hero__media { width: 51vw; right: 0; }
  .numbers__side { padding-inline: 45px; }
  .number-card { padding-inline: 30px; }
}

@media (max-width: 767px) {
  :root { --shell: min(100% - 36px, 560px); }
  html { scroll-padding-top: 64px; }
  body { padding-bottom: 72px; }
  .section-pad { padding-block: 82px; }
  .sp-only { display: inline; }

  .site-header { height: 66px; padding: 0 18px; border-bottom-width: 2px; }
  .site-header.is-scrolled { height: 60px; }
  .site-header__logo { width: 94px; }
  .header-entry { display: none; }

  .hero { min-height: 1130px; padding-top: 66px; }
  .hero::before { top: 58%; left: -25px; font-size: 115px; }
  .hero::after { top: 300px; left: 8%; width: 84%; height: 405px; }
  .hero__blue-block { top: 292px; right: -15%; width: 92%; height: 420px; }
  .hero__blue-block::before, .hero__blue-block::after { width: 105px; height: 28px; }
  .hero__media { top: 280px; right: 18px; left: 18px; bottom: auto; width: auto; height: 430px; box-shadow: 8px 9px 0 var(--black); transform: rotate(1deg); }
  .hero__media img { object-position: center 16%; }
  .hero__content { width: auto; margin: 0; padding: 34px 18px 0; }
  .hero__eyebrow { margin-bottom: 19px; font-size: 8px; }
  .hero__title { width: 100%; font-size: clamp(51px, 14vw, 62px); }
  .hero__title span { white-space: nowrap; }
  .hero__title::after { right: 3px; }
  .hero__job { margin: 477px 0 18px; font-size: 17px; }
  .hero__facts { max-width: none; gap: 8px; margin-bottom: 19px; }
  .hero-fact { min-height: 64px; padding-inline: 11px; box-shadow: 4px 4px 0 var(--cyan); }
  .hero-fact strong { font-size: 15px; }
  .hero-fact--wide { min-height: 48px; box-shadow: 4px 4px 0 var(--black); }
  .line-button { min-height: 73px; padding: 9px 13px; font-size: 14px; box-shadow: 5px 5px 0 var(--black); }
  .line-button__icon { width: 46px; height: 46px; }
  .hero__microcopy { text-align: center; }
  .hero__areas { min-height: 72px; display: block; padding: 12px 18px; }
  .hero__areas > span { display: block; margin-bottom: 10px; }
  .hero__area-list { justify-content: space-between; gap: 5px; }
  .hero__area-list b { font-size: 10px; }
  .hero__area-list i { width: 4px; height: 4px; }

  .speed-tape { width: 110%; margin-left: -5%; }
  .speed-tape__track { padding-block: 10px; font-size: 28px; }

  .section-heading, .statement__grid { grid-template-columns: 1fr; gap: 34px; }
  .section-heading { align-items: start; margin-bottom: 45px; }
  .section-heading h2, .statement h2, .growth h2, .area h2, .requirements h2, .faq h2 { font-size: 45px; }
  .section-kicker span { width: 34px; height: 34px; }

  .statement::before { font-size: 52px; }
  .statement__lead { font-size: 12px; }
  .statement h2 { font-size: clamp(52px, 14vw, 66px); }
  .statement__body { grid-template-columns: 1fr; gap: 18px; margin-top: 42px; }
  .statement__body p { font-size: 13px; }
  .statement__watermark { bottom: -5px; font-size: 95px; }

  .work-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: 280px 145px; gap: 11px; }
  .work-gallery__main { grid-column: 1 / -1; grid-row: auto; }
  .work-gallery figcaption { bottom: 10px; left: 10px; }
  .work-steps { grid-template-columns: 1fr; gap: 14px; margin-top: 50px; }
  .work-step, .work-step:nth-child(2), .work-step:nth-child(3) { min-height: 195px; transform: none; }
  .work-step h3 { margin-top: 24px; }

  .choice::before { top: 160px; font-size: 65px; }
  .track-switch { margin-bottom: 17px; }
  .track-switch__button { min-height: 58px; font-size: 14px; }
  .track-panel { grid-template-columns: 1fr; }
  .track-panel__main { padding: 43px 24px 35px; }
  .track-panel__main h3 { font-size: 45px; }
  .track-panel__salary { padding: 34px 24px; border-top: 3px solid var(--black); border-left: 0; }
  .track-panel__salary strong { font-size: 20px; }
  .track-panel__salary em { font-size: 76px; }
  .track-panel__points { position: relative; width: 100%; grid-template-columns: 1fr; }
  .track-panel__points li { min-height: 60px; flex-direction: row; justify-content: flex-start; align-items: center; gap: 15px; padding: 0 24px; border-top: 1px solid #34383d; }
  .track-panel__points li + li { border-left: 0; }

  .numbers { grid-template-columns: 1fr; }
  .numbers__side { min-height: 280px; padding: 52px 18px; border-right: 0; border-bottom: 3px solid var(--black); }
  .numbers__side h2 { font-size: 45px; }
  .numbers__grid { grid-template-columns: 1fr; }
  .number-card { min-height: 205px; padding: 35px 28px; }
  .number-card + .number-card { border-left: 0; border-top: 3px solid var(--black); }
  .number-card > p { margin-bottom: 20px; }
  .number-card strong { font-size: 76px; }
  .number-card em { margin-top: 12px; }

  .growth__grid { grid-template-columns: 1fr; gap: 50px; }
  .growth__intro .section-heading__eyebrow { margin-top: 34px; }
  .growth__intro h2 { margin-bottom: 22px; }
  .career-list li { grid-template-columns: 67px 1fr; gap: 12px; min-height: 112px; padding-right: 38px; }
  .career-list strong { font-size: 17px; }

  .mid-cta { min-height: 670px; align-items: flex-end; }
  .mid-cta::before { top: 22px; font-size: 74px; }
  .mid-cta__photo { inset: 0 0 46% 0; clip-path: polygon(0 0,100% 0,100% 91%,60% 100%,0 91%); }
  .mid-cta__photo::after { background: linear-gradient(0deg, var(--black) 0%, rgba(8,10,13,.04) 58%); }
  .mid-cta__content { width: auto; margin: 0; padding: 300px 18px 50px; }
  .mid-cta__content h2 { font-size: 43px; }

  .culture-collage { grid-template-columns: repeat(2, 1fr); grid-template-rows: 265px 145px; gap: 10px; }
  .culture-collage__a { grid-column: 1 / -1; grid-row: auto; }
  .culture-collage__word { right: -4px; bottom: -4px; font-size: 84px; }
  .culture-message { align-items: flex-start; flex-direction: column; gap: 28px; margin-top: 50px; }
  .culture-message strong { font-size: 25px; white-space: normal; }

  .area__layout { grid-template-columns: 1fr; gap: 50px; }
  .area__copy .section-heading__eyebrow { margin-top: 34px; }
  .area__map { min-height: 440px; box-shadow: 8px 8px 0 var(--black); }
  .area-pin { width: 91px; height: 91px; border-width: 2px; font-size: 15px; }
  .area-pin--kanto { top: 15%; right: 5%; }
  .area-pin--hokuriku { top: 6%; right: 38%; width: 81px; height: 81px; }
  .area-pin--kansai { top: 39%; right: 27%; width: 95px; height: 95px; }
  .area-pin--chushikoku { top: 57%; left: 12%; width: 106px; height: 106px; }
  .area-pin--kyushu { bottom: 2%; left: -3%; width: 89px; height: 89px; }

  .requirements__layout, .faq__layout { grid-template-columns: 1fr; gap: 40px; }
  .requirements__heading h2, .faq__heading h2 { margin-top: 30px; }
  .requirements table { box-shadow: 6px 6px 0 var(--cyan); }
  .requirements th, .requirements td { display: block; width: 100%; }
  .requirements th { padding: 16px 12px 5px; border-right: 0; border-bottom: 0; background: #fff; }
  .requirements td { padding: 0 12px 20px; }
  .faq summary { grid-template-columns: 34px 1fr 22px; min-height: 88px; gap: 10px; font-size: 14px; }
  .faq details > div { grid-template-columns: 34px 1fr; gap: 10px; padding-right: 10px; }

  .final-cta { min-height: 740px; align-items: flex-end; }
  .final-cta::before { background: linear-gradient(0deg, var(--black) 0%, rgba(8,10,13,.94) 50%, rgba(8,10,13,.04) 80%); }
  .final-cta::after { right: -10px; bottom: 70px; font-size: 95px; }
  .final-cta__photo { inset: 0 0 29% 0; }
  .final-cta__photo img { object-position: center 12%; }
  .final-cta__content { width: 100%; padding-bottom: 48px; }
  .final-cta__content > p { margin-bottom: 17px; }
  .final-cta__content h2 { font-size: clamp(62px, 18vw, 82px); }
  .final-cta__content > span { margin: 20px 0 25px; }

  .site-footer { padding: 35px 0; }
  .site-footer__inner { align-items: flex-start; }
  .site-footer__inner > div { flex-direction: column; align-items: flex-end; gap: 13px; }

  .mobile-entry {
    position: fixed;
    z-index: 110;
    left: 10px;
    right: 10px;
    bottom: max(8px, env(safe-area-inset-bottom));
    min-height: 62px;
    display: grid;
    grid-template-columns: 44px 1fr 24px;
    gap: 10px;
    align-items: center;
    padding: 8px 15px 8px 9px;
    border: 2px solid var(--black);
    color: #fff;
    background: var(--green);
    box-shadow: 5px 5px 0 var(--black);
    text-decoration: none;
    transition: opacity .25s ease, transform .25s ease;
  }
  .mobile-entry > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--green); background: #fff; font: 900 9px/1 Arial, sans-serif; }
  .mobile-entry strong { font-size: 14px; letter-spacing: .05em; }
  .mobile-entry i { font-size: 18px; font-style: normal; }
  .mobile-entry.is-hidden { opacity: 0; transform: translateY(120%); pointer-events: none; }
}

@media (max-width: 374px) {
  .hero__title { font-size: 48px; }
  .hero-fact strong { font-size: 14px; }
  .section-heading h2, .statement h2, .growth h2, .area h2, .requirements h2, .faq h2 { font-size: 41px; }
}

@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; }
}

/* -------------------------------------------------
   AD CREATIVE FV
   人物・募集コピー・LINE導線に絞った広告用ファーストビュー
-------------------------------------------------- */
.site-header {
  height: 74px;
  display: grid;
  grid-template-areas: "logo nav action";
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  padding: 0 clamp(20px, 3vw, 48px);
  border-bottom: 0;
  color: #fff;
  background: rgba(22,22,22,.96);
}
.site-header__logo { grid-area: logo; }
.site-header__nav { grid-area: nav; }
.site-header__actions { grid-area: action; }
.site-header.is-scrolled { height: 68px; background: rgba(16,16,16,.97); }
.site-header__logo {
  width: 132px;
  padding: 6px 10px;
  background: #fff;
  clip-path: polygon(4% 0,100% 0,96% 100%,0 100%);
}
.site-header__nav { display: flex; justify-content: flex-end; align-items: center; gap: 0; }
.site-header__nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 25px;
  border-left: 1px solid rgba(255,255,255,.2);
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
}
.site-header__nav a:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.site-header__nav span { display: grid; place-items: center; width: 14px; height: 14px; border-radius: 50%; color: #111; background: #fff; font-size: 7px; }
.header-entry {
  min-height: 46px;
  padding: 0 15px;
  border: 0;
  background: linear-gradient(90deg, var(--green), #20ad7d);
  box-shadow: 0 7px 18px rgba(0,0,0,.25);
  font-size: 11px;
}
.header-entry:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(0,0,0,.3); }
.header-entry__dot { width: 30px; height: 24px; display: grid; place-items: center; color: var(--green); background: #fff; font: 900 6px/1 Arial,sans-serif; }

.hero {
  height: min(760px, calc(100svh - 10px));
  min-height: 690px;
  margin-top: 0;
  color: #fff;
  background: linear-gradient(145deg, #686868 0%, #252525 72%, #111 100%);
  background-image: radial-gradient(rgba(255,255,255,.09) .7px, transparent .8px), linear-gradient(145deg, #686868 0%, #252525 72%, #111 100%);
  background-size: 4px 4px, 100% 100%;
}
.hero::before { content: none; }
.hero::after {
  content: "";
  z-index: 1;
  inset: auto -6% 6% -4%;
  width: auto;
  height: 48%;
  border: 0;
  background: linear-gradient(105deg, #03aee8 0%, #16c5ee 55%, #0068d9 100%);
  clip-path: polygon(2% 39%, 100% 0, 91% 100%, 0 67%);
  transform: none;
  mix-blend-mode: multiply;
  opacity: .95;
}
.hero__blue-block {
  z-index: 3;
  top: 18%;
  right: -4%;
  width: 65%;
  height: 48%;
  background: linear-gradient(120deg, #1dd1f3, #006ce2);
  clip-path: polygon(0 38%, 100% 0, 90% 100%, 8% 73%);
  transform: rotate(-1deg);
  mix-blend-mode: multiply;
  opacity: .78;
}
.hero__blue-block::before, .hero__blue-block::after { display: none; }
.hero__media {
  z-index: 2;
  top: 74px;
  right: 5%;
  bottom: 0;
  width: min(61vw, 820px);
  display: grid;
  grid-template-columns: .95fr 1.1fr .95fr;
  overflow: hidden;
  clip-path: none;
  box-shadow: none;
  background: #d8d8da;
  transform: none;
  mix-blend-mode: normal;
}
.hero__media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(35,35,35,.98) 0%, rgba(35,35,35,.28) 12%, transparent 30%),
    linear-gradient(0deg, rgba(14,14,14,.32), transparent 38%);
}
.hero__media::after {
  z-index: 3;
  opacity: .16;
  background-image: radial-gradient(rgba(0,0,0,.28) .8px, transparent .9px);
  background-size: 3px 3px;
}
.hero__person {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #d8d8da;
}
.hero__person + .hero__person { margin-left: -1px; }
.hero__person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.28) brightness(.8);
  mix-blend-mode: normal;
}
.hero__person--ikushima img { object-position: 49% top; }
.hero__person--okada img { object-position: 52% top; }
.hero__person--onishi img { object-position: 50% top; }
.hero__content {
  position: absolute;
  z-index: 5;
  inset: 74px 0 0;
  width: var(--shell);
  padding: 48px 56% 42px 0;
  pointer-events: none;
}
.hero__eyebrow { display: none; }
.hero__job {
  width: auto;
  max-width: none;
  margin: 0 0 14px;
  padding: 0;
  color: #fff;
  background: none;
  text-shadow: 0 3px 5px rgba(0,0,0,.7);
  font-size: clamp(18px, 1.8vw, 27px);
  line-height: 1.3;
  text-align: center;
  transform: none;
}
.hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.3vw, 62px);
  line-height: 1;
  letter-spacing: -.07em;
  text-align: center;
  text-shadow: 0 4px 6px rgba(0,0,0,.78);
  transform: none;
}
.hero__title::after { content: none; }
.hero__title span { display: inline; white-space: normal; }
.hero__title span:last-child { width: auto; margin: 0; padding: 0; color: #fff; text-shadow: inherit; }
.hero__qualifiers {
  position: absolute;
  left: 24%;
  top: 48%;
  display: flex;
  gap: 13px;
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 2.7vw, 38px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.035em;
  text-shadow: 0 4px 5px rgba(0,0,0,.9);
  transform: rotate(-8deg);
  white-space: nowrap;
}
.hero__qualifiers span { position: relative; }
.hero__qualifiers span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 6px; background: #18baf0; transform: skew(-20deg); }
.hero__position {
  position: absolute;
  left: 6%;
  bottom: 11%;
  margin: 0;
  font-style: italic;
  font-weight: 900;
  line-height: .84;
  letter-spacing: -.075em;
  transform: rotate(-7deg) skew(-4deg);
}
.hero__position span,
.hero__position strong { display: block; width: max-content; color: #21c8f2; background: linear-gradient(180deg,#75eaff 0%,#0c9fe5 58%,#0066c9 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 5px 6px 0 rgba(0,0,0,.72); }
.hero__position span { margin-left: 16%; font-size: clamp(50px, 6vw, 82px); }
.hero__position strong { font-size: clamp(72px, 9vw, 128px); }
.hero__facts, .hero__microcopy, .hero__areas, .hero__scroll, .line-button--hero { display: none !important; }

.first-action {
  position: relative;
  z-index: 6;
  padding: clamp(70px, 8vw, 110px) 0 clamp(60px, 7vw, 95px);
  color: var(--black);
  background: #fff;
}
.first-action__inner { display: flex; flex-direction: column; align-items: center; }
.first-action__cta { width: min(100%, 520px); margin: 0 auto; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.first-action__cta > p { margin: 0; padding: 7px 14px; color: #fff; background: #272727; font-size: 11px; font-weight: 900; text-align: center; letter-spacing: .05em; }
.first-action__cta .line-button { width: 100%; min-height: 72px; border: 0; box-shadow: none; background: linear-gradient(90deg, #08a94f, #33bd91); }
.first-action__cta .line-button:hover { transform: none; box-shadow: none; filter: brightness(.96); }
.first-action__facts { width: min(100%, 760px); display: grid; grid-template-columns: repeat(3,1fr); margin-top: 48px; border-block: 1px solid #cfd2d5; }
.first-action__facts p { display: flex; flex-direction: column; gap: 5px; margin: 0; padding: 18px 20px; text-align: center; }
.first-action__facts p + p { border-left: 1px solid #cfd2d5; }
.first-action__facts span { color: #6b7078; font-size: 10px; font-weight: 800; }
.first-action__facts strong { color: var(--black); font-size: 17px; font-weight: 900; }
.first-action__areas { margin: 18px 0 0; color: #62676f; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.first-action__areas b { margin-right: 10px; padding: 4px 8px; color: #fff; background: var(--black); }

@media (max-width: 767px) {
  .site-header,
  .site-header.is-scrolled {
    height: 98px;
    grid-template-areas: "logo action" "nav nav";
    grid-template-columns: 105px 1fr;
    grid-template-rows: 59px 39px;
    gap: 0 14px;
    padding: 0 12px;
    border-bottom: 0;
    background: #242424;
  }
  .site-header__logo { width: 105px; padding: 5px 7px; }
  .site-header__actions { justify-self: end; }
  .header-entry { min-height: 38px; display: inline-flex; gap: 7px; padding: 0 9px; font-size: 9px; white-space: nowrap; }
  .header-entry__dot { width: 23px; height: 19px; font-size: 5px; }
  .site-header__nav {
    align-self: stretch;
    margin: 0 -12px;
    justify-content: stretch;
    background: #eeeeee;
  }
  .site-header__nav a { min-height: 39px; flex: 1; justify-content: center; gap: 6px; padding: 0 5px; border-left: 1px solid #d4d4d4; color: #171717; font-size: 9px; }
  .site-header__nav a:last-child { border-right: 0; }
  .site-header__nav span { width: 13px; height: 13px; color: #fff; background: #343434; font-size: 6px; }

  .hero {
    height: 570px;
    min-height: 570px;
    margin-top: 98px;
  }
  .hero::after { inset: auto -15% 19% -12%; height: 47%; clip-path: polygon(0 45%,100% 0,92% 100%,4% 76%); }
  .hero__blue-block { z-index: 4; top: 23%; right: -30%; width: 130%; height: 43%; opacity: .7; mix-blend-mode: multiply; }
  .hero__media { z-index: 3; inset: 0; width: 100%; height: 100%; grid-template-columns: .96fr 1.08fr .96fr; mix-blend-mode: normal; }
  .hero__media::before { background: linear-gradient(0deg, rgba(12,12,12,.36), transparent 40%); }
  .hero__person img { object-position: center top; filter: grayscale(1) contrast(1.22) brightness(.76); mix-blend-mode: normal; }
  .hero__person--ikushima img { object-position: 49% top; }
  .hero__person--okada img { object-position: 52% top; }
  .hero__person--onishi img { object-position: 50% top; }
  .hero__media::after { opacity: .13; }
  .hero__content { inset: 0; width: 100%; padding: 26px 15px 22px; }
  .hero__job { margin: 0; font-size: 17px; }
  .hero__title { margin-top: 7px; font-size: 27px; }
  .hero__qualifiers { left: 11%; top: 49%; gap: 8px; font-size: 19px; transform: rotate(-8deg); }
  .hero__qualifiers span::after { height: 4px; bottom: -3px; }
  .hero__position { left: 7%; bottom: 7%; }
  .hero__position span { margin-left: 12%; font-size: 43px; }
  .hero__position strong { font-size: clamp(46px, 13vw, 55px); }

  .first-action { padding: 82px 0 66px; }
  .first-action__cta { width: min(100%, 352px); }
  .first-action__cta > p { padding-block: 6px; font-size: 9px; }
  .first-action__cta .line-button { min-height: 63px; padding: 8px 12px; font-size: 13px; }
  .first-action__cta .line-button__icon { width: 40px; height: 40px; }
  .first-action__facts { grid-template-columns: repeat(2,1fr); margin-top: 42px; }
  .first-action__facts p { padding: 15px 8px; }
  .first-action__facts p:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid #cfd2d5; border-left: 0; }
  .first-action__facts strong { font-size: 15px; }
  .first-action__areas { text-align: center; line-height: 1.8; }
}

/* -------------------------------------------------
   CLEAR RECRUIT CONTENT
   会社資料をもとに、説明性と読みやすさを高めた構成
-------------------------------------------------- */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero__title {
  display: block;
  width: min(100%, 540px);
  margin: 12px auto 0;
  padding: 12px 17px 10px;
  color: var(--black);
  background: rgba(255,255,255,.94);
  box-shadow: 6px 7px 0 rgba(0,0,0,.42);
  clip-path: polygon(2% 0, 100% 4%, 97% 100%, 0 94%);
  transform: rotate(-1deg);
  text-shadow: none;
}
.hero__title-image { display: block; width: 100%; height: auto; }

.first-action__kanto {
  width: min(100%, 760px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 24px;
  padding: 14px 18px;
  border: 2px solid var(--black);
  background: #eaf8ff;
  box-shadow: 5px 5px 0 var(--cyan);
  font-size: 12px;
}
.first-action__kanto strong { padding: 4px 8px; color: #fff; background: var(--blue); }
.first-action__kanto span { font-weight: 800; }
.first-action__kanto b { font-size: 14px; }

.section-heading h2,
.statement h2,
.growth h2,
.area h2,
.requirements h2,
.faq h2,
.numbers__side h2 {
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.12;
  letter-spacing: -.045em;
  text-wrap: balance;
  word-break: auto-phrase;
}
.statement h2 {
  display: block;
  max-width: 920px;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 1.12;
  transform: none;
}
.statement h2::after { content: none; }
.track-panel__main h3 {
  max-width: 620px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -.045em;
  text-wrap: balance;
  transform: none;
}
.track-panel__kanto {
  display: block;
  margin-top: 12px;
  padding: 10px;
  border: 2px solid var(--blue);
  color: #fff;
  background: var(--blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.55;
}
.choice::before { content: "APPLICATION TYPES"; }

/* 1日の流れ */
.day-flow { color: var(--black); background: #f4f3ec; border-bottom: 3px solid var(--black); }
.day-flow .section-heading__eyebrow { color: var(--blue); }
.day-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border: 3px solid var(--black);
  background: #fff;
  box-shadow: 10px 10px 0 var(--cyan);
  list-style: none;
}
.day-timeline li { position: relative; min-width: 0; padding: 28px 20px 30px; }
.day-timeline li + li { border-left: 2px solid var(--black); }
.day-timeline time { display: block; color: var(--blue); font: 900 clamp(30px, 3vw, 46px)/1 var(--display); letter-spacing: -.04em; }
.day-timeline strong { display: block; margin-top: 24px; font-size: 17px; }
.day-timeline p { margin: 10px 0 0; color: #555b63; font-size: 12px; line-height: 1.75; }
.day-timeline li::before { content: ""; position: absolute; left: 20px; top: 88px; width: 34px; height: 4px; background: var(--cyan); }
.day-flow__note { margin: 22px 0 0; color: #686e75; font-size: 11px; }

/* 研修・先輩サポート */
.support { color: #fff; background: var(--black); border-bottom: 3px solid var(--black); }
.support .section-heading__eyebrow { color: var(--cyan); }
.training-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border: 3px solid #fff;
  color: var(--black);
  background: #fff;
  list-style: none;
}
.training-steps li { min-width: 0; padding: 24px 18px 26px; }
.training-steps li + li { border-left: 2px solid var(--black); }
.training-steps span { color: var(--blue); font: 900 30px/1 var(--display); }
.training-steps strong { display: block; margin-top: 24px; font-size: 16px; }
.training-steps p { margin: 9px 0 0; color: #5a6068; font-size: 11px; line-height: 1.65; }
.support-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; }
.support-cards article { padding: 28px; border: 2px solid #fff; background: #171b21; }
.support-cards span { color: var(--cyan); font: 900 12px/1 var(--display); letter-spacing: .12em; }
.support-cards h3 { margin: 22px 0 12px; font-size: 22px; }
.support-cards p { margin: 0; color: #c4c9cf; font-size: 13px; line-height: 1.85; }

.mid-cta__content h2 {
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.12;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.culture-message strong { max-width: 440px; line-height: 1.25; text-align: center; white-space: normal; }

.office-list { grid-column: 1 / -1; margin-top: 20px; padding-top: 42px; border-top: 3px solid var(--black); }
.office-list h3 { margin: 0 0 20px; font-size: 24px; }
.office-list > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.office-list article { display: grid; grid-template-columns: 104px 1fr; border: 2px solid var(--black); background: rgba(255,255,255,.88); }
.office-list strong { display: flex; align-items: center; padding: 16px; border-right: 2px solid var(--black); font-size: 12px; }
.office-list address { padding: 16px; font-size: 12px; font-style: normal; line-height: 1.75; }

.requirements__kanto {
  display: block;
  margin-top: 12px;
  padding: 10px 12px;
  border-left: 4px solid var(--blue);
  color: #193746;
  background: #e8f8ff;
  font-size: 11px;
  line-height: 1.7;
}
.requirements__kanto b { color: var(--blue); }

.final-cta__content { max-width: 650px; }
.final-cta__content h2 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.08;
  letter-spacing: -.055em;
  text-wrap: balance;
  transform: none;
}

@media (max-width: 767px) {
  .hero__title { width: 100%; margin-top: 8px; padding: 9px 10px 8px; box-shadow: 4px 5px 0 rgba(0,0,0,.45); }
  .hero__job { font-size: 15px; }

  .first-action__kanto { flex-direction: column; gap: 7px; padding: 14px 10px; text-align: center; }
  .first-action__kanto b { font-size: 13px; }

  .section-heading h2,
  .statement h2,
  .growth h2,
  .area h2,
  .requirements h2,
  .faq h2,
  .numbers__side h2 { font-size: 35px; line-height: 1.17; letter-spacing: -.04em; }
  .statement h2 { font-size: 37px; }
  .statement__body { margin-top: 34px; }

  .day-timeline { grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--cyan); }
  .day-timeline li { display: grid; grid-template-columns: 84px 1fr; gap: 14px; padding: 20px 18px; }
  .day-timeline li + li { border-top: 2px solid var(--black); border-left: 0; }
  .day-timeline time { grid-row: 1 / 3; font-size: 27px; }
  .day-timeline strong { margin: 0; font-size: 16px; }
  .day-timeline p { margin-top: 6px; }
  .day-timeline li::before { display: none; }

  .training-steps { grid-template-columns: 1fr; }
  .training-steps li { display: grid; grid-template-columns: 44px 100px 1fr; align-items: center; gap: 8px; padding: 17px 14px; }
  .training-steps li + li { border-top: 2px solid var(--black); border-left: 0; }
  .training-steps span { font-size: 24px; }
  .training-steps strong { margin: 0; font-size: 14px; }
  .training-steps p { margin: 0; }
  .support-cards { grid-template-columns: 1fr; gap: 12px; margin-top: 36px; }
  .support-cards article { padding: 23px; }
  .support-cards h3 { margin-top: 16px; font-size: 20px; }

  .track-panel__main h3 { font-size: 35px; line-height: 1.15; }
  .mid-cta__content h2 { font-size: 36px; line-height: 1.15; }

  .office-list { margin-top: 8px; padding-top: 32px; }
  .office-list > div { grid-template-columns: 1fr; }
  .office-list article { grid-template-columns: 86px 1fr; }
  .office-list strong, .office-list address { padding: 13px 11px; font-size: 10px; }

  .final-cta__content h2 { font-size: 45px; line-height: 1.1; }
}

/* -------------------------------------------------
   VISUAL-FIRST LP
   広告流入で流し見しても内容が伝わる写真・図版中心の見せ方
-------------------------------------------------- */
.hero__media {
  width: min(69vw, 960px);
  right: 0;
  grid-template-columns: none;
  overflow: hidden;
  background: #bfc2c5;
}
.hero__person {
  position: absolute;
  inset-block: 0;
  width: 43%;
  border: 0;
}
.hero__person--ikushima {
  z-index: 1;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}
.hero__person--okada {
  z-index: 3;
  left: 29%;
  width: 44%;
  clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%);
}
.hero__person--onishi {
  z-index: 2;
  right: 0;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}
.hero__media::before {
  z-index: 5;
  background:
    linear-gradient(0deg, rgba(7,9,12,.78) 0%, rgba(7,9,12,.08) 42%, transparent 70%),
    linear-gradient(90deg, rgba(20,20,20,.72) 0%, transparent 27%);
}
.hero__media::after { z-index: 6; }
.hero__title {
  width: min(100%, 570px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  transform: rotate(-2deg);
}
.hero__title-image {
  filter: invert(1) drop-shadow(0 5px 2px rgba(0,0,0,.82));
}
.hero__job {
  display: table;
  margin-inline: auto;
  padding: 6px 12px;
  color: #fff;
  background: rgba(8,10,13,.88);
  text-shadow: none;
  letter-spacing: .04em;
}

.statement__visual {
  position: relative;
  grid-column: 1 / -1;
  height: clamp(360px, 45vw, 560px);
  margin: 12px 0 0;
  overflow: hidden;
  border: 3px solid var(--black);
  background: #d9d9d4;
  box-shadow: 12px 12px 0 var(--cyan);
}
.statement__visual::after {
  content: "REAL FIELD";
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 9px;
  color: #fff;
  background: var(--black);
  font: 900 10px/1 var(--display);
  letter-spacing: .16em;
}
.statement__visual img {
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(.85) contrast(1.08);
}
.statement__visual figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  background: rgba(8,10,13,.88);
}
.statement__visual figcaption span {
  padding: 20px 10px;
  border-top: 3px solid var(--cyan);
  font-size: clamp(18px, 2.4vw, 32px);
  font-weight: 900;
  text-align: center;
}
.statement__visual figcaption span + span { border-left: 2px solid rgba(255,255,255,.42); }

.day-flow__swipe { display: none; }
.day-timeline { align-items: stretch; }
.day-timeline li {
  display: flex;
  flex-direction: column;
  padding: 0 0 26px;
  background: #fff;
}
.day-timeline li figure {
  height: 150px;
  margin: 0 0 22px;
  overflow: hidden;
  border-bottom: 3px solid var(--black);
  background: #d4d4d0;
}
.day-timeline li figure img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(.15) contrast(1.08);
  transition: transform .55s var(--ease), filter .35s ease;
}
.day-timeline li:hover figure img { transform: scale(1.05); filter: grayscale(0); }
.day-timeline time { margin-inline: 18px; }
.day-timeline li > div { padding-inline: 18px; }
.day-timeline strong { margin-top: 20px; }
.day-timeline li::before { top: 219px; left: 18px; }

.support-cards article {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.support-cards figure {
  height: 210px;
  margin: 0;
  overflow: hidden;
  border-bottom: 2px solid #fff;
  background: #2a2d32;
}
.support-cards figure img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.15);
  transition: filter .35s ease, transform .55s var(--ease);
}
.support-cards article:hover figure img { filter: grayscale(0); transform: scale(1.04); }
.support-cards article > div { padding: 24px 25px 28px; }

.area__map {
  min-height: 650px;
  isolation: isolate;
  background-color: #f7f5ed;
  background-image:
    linear-gradient(rgba(0,0,0,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.055) 1px, transparent 1px);
  background-size: 32px 32px;
}
.area__map::after { display: none; }
.area__japan {
  position: absolute;
  z-index: 0;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: contain;
}
.area-pin {
  width: 88px;
  height: 88px;
  border-width: 2px;
  box-shadow: 5px 5px 0 var(--cyan);
  font-size: 15px;
}
.area-pin::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--black);
  border-radius: 50%;
  background: #fff;
}
.area-pin--kanto { top: 39%; right: 11%; }
.area-pin--hokuriku { top: 29%; right: 31%; width: 82px; height: 82px; }
.area-pin--kansai { top: 48%; right: 39%; width: 86px; height: 86px; }
.area-pin--chushikoku { top: 55%; left: 15%; width: 104px; height: 104px; }
.area-pin--kyushu { bottom: 12%; left: 3%; width: 86px; height: 86px; }

@media (max-width: 767px) {
  .hero {
    height: 610px;
    min-height: 610px;
  }
  .hero__media {
    inset: 88px 0 0;
    width: 100%;
    height: 522px;
    overflow: hidden;
    background: #bfc2c5;
  }
  .hero__person { inset-block: 0; width: 45%; box-shadow: none; }
  .hero__person--ikushima { left: -2%; }
  .hero__person--okada { left: 28%; width: 46%; }
  .hero__person--onishi { right: -2%; }
  .hero__person img { object-position: center top; }
  .hero__media::before {
    background: linear-gradient(0deg, rgba(7,9,12,.88) 0%, rgba(7,9,12,.15) 48%, transparent 70%);
  }
  .hero__blue-block { top: 29%; height: 37%; }
  .hero__content { padding: 14px 12px 18px; }
  .hero__job { padding: 4px 9px; font-size: 13px; }
  .hero__title { width: 94%; margin-top: 3px; padding: 0; box-shadow: none; }
  .hero__title-image { filter: invert(1) drop-shadow(0 4px 2px rgba(0,0,0,.9)); }
  .hero__qualifiers { left: 8%; top: 55%; gap: 7px; font-size: 17px; }
  .hero__position { left: 5%; bottom: 5%; }
  .hero__position span { margin-left: 10%; font-size: 39px; }
  .hero__position strong { font-size: clamp(45px, 12.8vw, 54px); }

  .statement__visual {
    height: 350px;
    margin-top: 0;
    box-shadow: 7px 7px 0 var(--cyan);
  }
  .statement__visual img { object-position: 58% center; }
  .statement__visual figcaption span { padding: 14px 4px; font-size: 14px; }
  .statement__visual::after { top: 10px; right: 10px; font-size: 8px; }

  .day-flow__swipe {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    margin: -18px 0 13px;
    color: #565b62;
    font-size: 10px;
    font-weight: 900;
  }
  .day-flow__swipe span { color: var(--blue); font-size: 22px; }
  .day-timeline {
    width: calc(100% + 18px);
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-right: -18px;
    padding: 0 18px 14px 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .day-timeline::-webkit-scrollbar { display: none; }
  .day-timeline li {
    flex: 0 0 82%;
    display: flex;
    gap: 0;
    min-height: 430px;
    padding: 0 0 25px;
    border: 3px solid var(--black);
    box-shadow: 7px 7px 0 var(--cyan);
    scroll-snap-align: start;
  }
  .day-timeline li + li { border: 3px solid var(--black); }
  .day-timeline li figure { height: 230px; margin-bottom: 20px; }
  .day-timeline time { margin-inline: 18px; font-size: 34px; }
  .day-timeline li > div { padding-inline: 18px; }
  .day-timeline strong { margin-top: 16px; }
  .day-timeline p { margin-top: 7px; }

  .support-cards {
    width: calc(100% + 18px);
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-right: -18px;
    padding-right: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .support-cards::-webkit-scrollbar { display: none; }
  .support-cards article {
    flex: 0 0 84%;
    padding: 0;
    scroll-snap-align: start;
  }
  .support-cards figure { height: 230px; }
  .support-cards article > div { padding: 22px 22px 25px; }

  .area__map { min-height: 540px; }
  .area__japan { inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px); }
  .area-pin { width: 68px; height: 68px; font-size: 12px; box-shadow: 4px 4px 0 var(--cyan); }
  .area-pin small { font-size: 5px; }
  .area-pin--kanto { top: 38%; right: 7%; }
  .area-pin--hokuriku { top: 29%; right: 27%; width: 64px; height: 64px; }
  .area-pin--kansai { top: 48%; right: 37%; width: 68px; height: 68px; }
  .area-pin--chushikoku { top: 56%; left: 10%; width: 83px; height: 83px; }
  .area-pin--kyushu { bottom: 9%; left: 0; width: 68px; height: 68px; }
}

/* -------------------------------------------------
   PC LAYOUT RHYTHM
   FVの表現は維持し、下層セクションの余白と高さだけを整える
-------------------------------------------------- */
@media (min-width: 1024px) {
  .section-pad { padding-block: 108px; }

  .section-heading { margin-bottom: 58px; }

  .statement__body { margin-top: 42px; }
  .statement__visual {
    height: 500px;
    margin-top: 4px;
  }

  .work-gallery { grid-template-rows: repeat(2, 230px); }
  .work-steps { margin-top: 52px; }
  .work-step {
    min-height: 210px;
    padding: 22px 24px;
  }
  .work-step h3 { margin-top: 25px; }

  .day-timeline li { padding-bottom: 22px; }
  .day-timeline li figure {
    height: 138px;
    margin-bottom: 18px;
  }
  .day-timeline time { font-size: 39px; }
  .day-timeline strong { margin-top: 17px; }
  .day-timeline li::before { top: 200px; }

  .training-steps li { padding: 21px 17px 23px; }
  .training-steps strong { margin-top: 19px; }
  .support-cards { margin-top: 42px; }
  .support-cards figure { height: 180px; }
  .support-cards article > div { padding: 21px 23px 24px; }
  .support-cards h3 { margin-top: 17px; }

  .track-switch { margin-bottom: 20px; }
  .track-panel { min-height: 400px; }
  .track-panel__main { padding: 50px 52px 112px; }
  .track-panel__salary { padding: 38px; }
  .track-panel__points li { min-height: 78px; }

  .numbers { min-height: 460px; }

  .growth__grid { gap: 84px; }

  .culture-collage { grid-template-rows: repeat(2, 220px); }
  .culture-message { margin-top: 48px; }

  .area__layout { gap: 72px; }
  .area__map { min-height: 560px; }
  .office-list {
    margin-top: 10px;
    padding-top: 32px;
  }
  .office-list h3 { margin-bottom: 16px; }
  .office-list strong,
  .office-list address { padding-block: 13px; }

  .requirements th,
  .requirements td { padding-block: 18px; }

  .faq summary { min-height: 82px; }
}

/* -------------------------------------------------
   FV RECOMPOSED
   人物・採用コピー・募集職種を一つの視線で追える構成
-------------------------------------------------- */
@media (min-width: 768px) {
  .hero {
    isolation: isolate;
    min-height: 690px;
  }
  .hero::before {
    content: "MOVE FAST!";
    z-index: 1;
    left: -18px;
    top: auto;
    bottom: -24px;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255,255,255,.1);
    font: 900 clamp(105px, 14vw, 190px)/.78 var(--display);
    letter-spacing: -.035em;
    transform: rotate(-2deg);
  }
  .hero::after {
    z-index: 1;
    inset: auto -7% 9% -6%;
    width: auto;
    height: 45%;
    border: 0;
    background: linear-gradient(105deg, #03aee8 0%, #16c5ee 54%, #0068d9 100%);
    clip-path: polygon(1% 34%, 100% 0, 92% 100%, 0 72%);
    transform: none;
    mix-blend-mode: multiply;
    opacity: .94;
  }

  .hero__blue-block {
    z-index: 3;
    top: 17%;
    right: -5%;
    width: 63%;
    height: 46%;
    background: linear-gradient(120deg, #28dbf5, #006ce2);
    clip-path: polygon(0 43%, 100% 0, 89% 100%, 8% 76%);
    transform: rotate(-1deg);
    mix-blend-mode: multiply;
    opacity: .72;
  }

  .hero__media {
    z-index: 2;
    top: 74px;
    right: 0;
    bottom: 0;
    width: min(61vw, 900px);
    overflow: hidden;
    background: #d3d4d5;
  }
  .hero__media::before {
    background:
      linear-gradient(90deg, rgba(31,31,31,.94) 0%, rgba(31,31,31,.3) 13%, transparent 31%),
      linear-gradient(0deg, rgba(8,10,13,.42) 0%, transparent 35%);
  }
  .hero__person { width: 41%; }
  .hero__person--ikushima { left: 0; }
  .hero__person--okada { left: 29%; width: 42%; }
  .hero__person--onishi { right: 0; }
  .hero__person img {
    filter: grayscale(1) contrast(1.2) brightness(.86);
  }
  .hero__person--okada img { filter: grayscale(1) contrast(1.16) brightness(.94); }
  .hero__person figcaption {
    position: absolute;
    z-index: 8;
    left: 50%;
    bottom: 18px;
    width: max-content;
    padding: 7px 10px 6px;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(8,10,13,.88);
    box-shadow: 4px 4px 0 var(--cyan);
    font: 900 9px/1 var(--display);
    letter-spacing: .12em;
    transform: translateX(-50%) rotate(-2deg);
  }
  .hero__person:nth-child(2) figcaption { transform: translateX(-50%) rotate(2deg); }
  .hero__person figcaption span { color: var(--cyan); }

  .hero__content {
    position: absolute;
    z-index: 7;
    inset: 74px 0 0;
    width: var(--shell);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-inline: auto;
    padding: 34px 0 28px;
    pointer-events: none;
  }
  .hero__job {
    width: max-content;
    max-width: 49%;
    display: block;
    margin: 0;
    padding: 7px 13px 8px;
    border: 2px solid #fff;
    color: #fff;
    background: var(--black);
    box-shadow: 5px 5px 0 var(--cyan);
    font-size: clamp(15px, 1.45vw, 20px);
    line-height: 1.2;
    letter-spacing: .02em;
    text-align: left;
    white-space: nowrap;
    transform: rotate(-1.5deg);
  }
  .hero__title {
    position: relative;
    width: clamp(330px, 42vw, 500px);
    max-width: 49%;
    margin: 20px 0 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    clip-path: none;
    transform: rotate(-4deg);
  }
  .hero__title::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -4%;
    bottom: 1px;
    left: 8%;
    height: 12px;
    background: var(--cyan);
    clip-path: polygon(0 32%, 100% 0, 97% 100%, 3% 78%);
    transform: rotate(-1deg);
  }
  .hero__title-image {
    filter: invert(1) drop-shadow(0 5px 2px rgba(0,0,0,.86));
  }
  .hero__qualifiers {
    position: static;
    display: flex;
    gap: 11px;
    margin: 25px 0 0 13px;
    color: var(--black);
    font-size: clamp(14px, 1.55vw, 21px);
    font-style: normal;
    letter-spacing: .02em;
    text-shadow: none;
    transform: rotate(-2deg);
    white-space: nowrap;
  }
  .hero__qualifiers span {
    min-height: 39px;
    display: flex;
    align-items: center;
    padding: 7px 14px;
    border: 2px solid var(--black);
    background: #fff;
    box-shadow: 5px 5px 0 var(--black);
  }
  .hero__qualifiers span:nth-child(2) { background: var(--cyan); transform: rotate(2deg); }
  .hero__qualifiers span::after { display: none; }

  .hero__position {
    position: static;
    width: max-content;
    max-width: none;
    margin: 22px 0 0;
    font-style: normal;
    line-height: .86;
    letter-spacing: -.065em;
    transform: rotate(-2.5deg);
  }
  .hero__position span,
  .hero__position strong {
    display: block;
    width: max-content;
  }
  .hero__position span {
    margin: 0 0 8px 18px;
    padding: 5px 13px 7px;
    color: #fff;
    background: var(--black);
    -webkit-text-fill-color: #fff;
    box-shadow: 6px 6px 0 var(--cyan);
    font-size: clamp(38px, 4.45vw, 64px);
    line-height: .88;
  }
  .hero__position strong {
    color: #22c9f2;
    background: linear-gradient(180deg, #8decff 0%, #20bee9 48%, #0879dc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 6px 7px 0 rgba(0,0,0,.8);
    font-size: clamp(54px, 6.35vw, 90px);
    line-height: .84;
  }
  .hero__position::after {
    content: "NOW HIRING!";
    position: absolute;
    right: -88px;
    bottom: -14px;
    padding: 6px 9px;
    border: 2px solid var(--black);
    color: var(--black);
    background: #fff;
    box-shadow: 4px 4px 0 var(--cyan);
    font: 900 9px/1 var(--display);
    letter-spacing: .11em;
    transform: rotate(6deg);
    -webkit-text-fill-color: currentColor;
  }
  .hero__open {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 24px 0 0 8px;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(8,10,13,.9);
    box-shadow: 5px 5px 0 rgba(255,255,255,.88);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    transform: rotate(1deg);
  }
  .hero__open span { padding: 9px 10px; color: var(--black); background: var(--cyan); }
  .hero__open strong { padding: 9px 11px; letter-spacing: .035em; }
}

@media (max-width: 767px) {
  .hero {
    height: 610px;
    min-height: 610px;
    isolation: isolate;
  }
  .hero::before {
    content: "MOVE FAST!";
    z-index: 1;
    left: -8px;
    top: auto;
    bottom: -7px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.13);
    font: 900 72px/.8 var(--display);
    letter-spacing: -.04em;
    transform: rotate(-2deg);
  }
  .hero__media { inset: 70px 0 0; height: 540px; }
  .hero__media::before {
    background:
      linear-gradient(180deg, rgba(8,10,13,.62) 0%, transparent 31%),
      linear-gradient(0deg, rgba(8,10,13,.7) 0%, transparent 44%);
  }
  .hero__person figcaption { display: none; }
  .hero__content {
    inset: 0;
    width: 100%;
    display: block;
    margin: 0;
    padding: 17px 14px 15px;
  }
  .hero__job {
    width: max-content;
    max-width: calc(100% - 28px);
    display: block;
    margin: 0;
    padding: 5px 9px 6px;
    border: 1px solid #fff;
    box-shadow: 3px 3px 0 var(--cyan);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .01em;
    white-space: nowrap;
    transform: rotate(-1deg);
  }
  .hero__title {
    width: min(92%, 350px);
    max-width: none;
    margin: 11px 0 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    clip-path: none;
    transform: rotate(-4deg);
  }
  .hero__title::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -2%;
    bottom: 0;
    left: 8%;
    height: 8px;
    background: var(--cyan);
    transform: rotate(-1deg);
  }
  .hero__qualifiers {
    left: 5%;
    top: 49%;
    gap: 7px;
    margin: 0;
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0;
    text-shadow: none;
    transform: rotate(-3deg);
  }
  .hero__qualifiers span {
    min-height: 33px;
    display: flex;
    align-items: center;
    padding: 5px 9px;
    border: 2px solid var(--black);
    background: #fff;
    box-shadow: 4px 4px 0 var(--black);
  }
  .hero__qualifiers span:nth-child(2) { background: var(--cyan); transform: rotate(2deg); }
  .hero__qualifiers span::after { display: none; }
  .hero__position {
    left: 4%;
    bottom: 6%;
    width: max-content;
    margin: 0;
    font-style: normal;
    line-height: .86;
    transform: rotate(-3deg);
  }
  .hero__position span {
    margin: 0 0 7px 10px;
    padding: 4px 9px 5px;
    color: #fff;
    background: var(--black);
    -webkit-text-fill-color: #fff;
    box-shadow: 4px 4px 0 var(--cyan);
    font-size: 32px;
  }
  .hero__position strong {
    font-size: clamp(45px, 12.4vw, 50px);
    line-height: .84;
    text-shadow: 4px 5px 0 rgba(0,0,0,.82);
  }
  .hero__position::after {
    content: "NOW HIRING!";
    position: absolute;
    right: -47px;
    bottom: -15px;
    padding: 5px 7px;
    border: 2px solid var(--black);
    color: var(--black);
    background: #fff;
    box-shadow: 3px 3px 0 var(--cyan);
    font: 900 7px/1 var(--display);
    letter-spacing: .08em;
    transform: rotate(5deg);
    -webkit-text-fill-color: currentColor;
  }
  .hero__open {
    position: absolute;
    top: 38%;
    right: 4%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(8,10,13,.9);
    box-shadow: 4px 4px 0 var(--cyan);
    font-size: 8px;
    line-height: 1.2;
    transform: rotate(3deg);
  }
  .hero__open span { padding: 6px 8px; color: var(--black); background: var(--cyan); text-align: center; }
  .hero__open strong { max-width: 142px; padding: 7px 8px; line-height: 1.35; }
}

/* =========================================================
   HEADER / HERO INTEGRATION — MCO x NAHATO RHYTHM
   ========================================================= */
@media (min-width: 768px) {
  .site-header {
    height: 116px;
    grid-template-columns: minmax(170px, .7fr) auto 320px;
    gap: clamp(22px, 2.2vw, 44px);
    padding: 0 clamp(30px, 3vw, 58px);
    border-bottom: 1px solid rgba(255,255,255,.09);
    background: linear-gradient(90deg, rgba(5,16,37,.92), rgba(10,23,42,.72) 53%, rgba(5,14,29,.9));
    box-shadow: 0 12px 34px rgba(0,0,0,.08);
    backdrop-filter: blur(10px) saturate(1.1);
    -webkit-backdrop-filter: blur(10px) saturate(1.1);
  }

  .site-header.is-scrolled {
    height: 74px;
    background: rgba(5,15,31,.97);
    box-shadow: 0 8px 28px rgba(0,0,0,.22);
  }

  .site-header__logo {
    width: 285px;
    padding: 0;
    background: transparent;
    clip-path: none;
  }

  .site-header__logo img {
    width: 100%;
    filter: brightness(0) invert(1);
  }

  .site-header__nav {
    justify-content: flex-end;
    align-self: stretch;
  }

  .site-header__nav a {
    min-height: 60px;
    padding: 0 clamp(22px, 1.8vw, 34px);
    font-size: 12px;
    letter-spacing: .045em;
  }

  .site-header__nav span {
    width: 16px;
    height: 16px;
    font-size: 7px;
  }

  .header-entry {
    width: 320px;
    min-height: 60px;
    justify-content: center;
    gap: 14px;
    padding: 0 18px;
    background: linear-gradient(135deg, #24c96f, #43bb91);
    box-shadow: 0 11px 28px rgba(0,0,0,.2);
    font-size: 13px;
    letter-spacing: .045em;
  }

  .header-entry__dot {
    width: 36px;
    height: 30px;
    border-radius: 50%;
    font-size: 6px;
  }

  .hero.hero--image {
    height: 100svh;
    min-height: 720px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .site-header__logo {
    width: 180px;
    padding: 0;
    background: transparent;
    clip-path: none;
  }

  .site-header__logo img {
    filter: brightness(0) invert(1);
  }
}

/* =========================================================
   META LP STRUCTURE — MCO CONTENT, NAHATO-LIKE FLOW
   ========================================================= */
.member-voices {
  position: relative;
  overflow: hidden;
  color: var(--black);
  background:
    radial-gradient(circle at 8% 5%, rgba(24,186,240,.22), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #e9f5fb 48%, #fff 100%);
}

.member-voices::before {
  content: "VOICE";
  position: absolute;
  right: -2vw;
  top: 20px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(6,28,86,.09);
  font: 900 clamp(110px, 17vw, 260px)/1 var(--display);
  letter-spacing: -.04em;
  pointer-events: none;
}

.member-voices .section-heading { position: relative; z-index: 2; }
.member-voices .section-heading h2 { color: var(--black); }

.voice-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  margin-top: 58px;
}

.voice-card {
  position: relative;
  overflow: hidden;
  border: 3px solid var(--black);
  background: #fff;
  box-shadow: 10px 10px 0 var(--blue);
}

.voice-card--reverse { box-shadow: 10px 10px 0 var(--cyan); }

.voice-card__visual {
  position: relative;
  height: 390px;
  overflow: hidden;
  background: linear-gradient(145deg, #0b2e8f 0%, #1264c8 54%, #18baf0 100%);
}

.voice-card--reverse .voice-card__visual {
  background: linear-gradient(145deg, #071d57 0%, #0b469e 55%, #55d0f4 100%);
}

.voice-card__visual::before {
  content: "";
  position: absolute;
  inset: 18% -14% -22% 8%;
  border: 2px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.08);
  clip-path: polygon(15% 0,100% 20%,82% 100%,0 78%);
  transform: rotate(-5deg);
}

.voice-card__visual > span {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 24px;
  color: rgba(255,255,255,.85);
  font: 900 60px/.8 var(--display);
}

.voice-card__visual img {
  position: relative;
  z-index: 1;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.voice-card__copy { padding: 30px 32px 34px; }
.voice-card__copy > p { margin: 0; color: #555e6a; font-size: 13px; line-height: 1.85; }
.voice-card__quote {
  display: inline;
  padding: 4px 8px 7px;
  color: #fff !important;
  background: var(--black);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(26px, 3vw, 39px) !important;
  font-weight: 900;
  line-height: 1.55 !important;
  letter-spacing: -.045em;
}
.voice-card__quote + p { margin-top: 25px; }
.voice-card__copy strong { display: flex; align-items: baseline; gap: 12px; margin-top: 22px; font-size: 17px; }
.voice-card__copy small { color: var(--blue); font: 900 9px/1 var(--display); letter-spacing: .12em; }

.entry-flow {
  color: var(--black);
  background:
    linear-gradient(120deg, rgba(24,186,240,.1), transparent 38%),
    #fff;
  border-bottom: 3px solid var(--black);
}

.entry-flow .section-heading h2 { color: var(--black); }
.entry-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 58px 0 0;
  padding: 0;
  list-style: none;
}

.entry-flow__steps li {
  position: relative;
  min-height: 245px;
  padding: 78px 30px 30px;
  border: 2px solid var(--black);
  background: #f5f9fc;
  box-shadow: 7px 7px 0 var(--black);
}

.entry-flow__steps li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -29px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
  transform: translateY(-50%);
}

.entry-flow__steps li > span {
  position: absolute;
  top: 22px;
  left: 28px;
  color: var(--blue);
  font: 900 36px/1 var(--display);
}
.entry-flow__steps strong { display: block; font-size: 23px; }
.entry-flow__steps p { margin: 17px 0 0; color: #5f6670; font-size: 13px; line-height: 1.85; }
.entry-flow__cta { width: min(100%, 520px); margin: 54px auto 0; text-align: center; }
.entry-flow__cta > p { margin: 0 0 14px; font-size: 13px; font-weight: 900; }
.entry-flow__cta .line-button { width: 100%; border: 0; background: linear-gradient(90deg, #08a94f, #33bd91); }

@media (min-width: 768px) {
  .site-header__logo {
    width: 200px;
    height: 78px;
    padding: 6px 12px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 2px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
  }

  .site-header__logo img { width: 100%; height: 100%; object-fit: contain; filter: none; }
  .site-header.is-scrolled .site-header__logo { width: 150px; height: 54px; padding: 3px 8px; }
}

@media (max-width: 767px) {
  .site-header__logo {
    width: 120px;
    height: 44px;
    padding: 2px 5px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 2px;
    background: rgba(255,255,255,.95);
  }

  .site-header__logo img { width: 100%; height: 100%; object-fit: contain; filter: none; }

  .voice-cards { grid-template-columns: 1fr; gap: 26px; margin-top: 38px; }
  .voice-card { box-shadow: 7px 7px 0 var(--blue); }
  .voice-card--reverse { box-shadow: 7px 7px 0 var(--cyan); }
  .voice-card__visual { height: 315px; }
  .voice-card__visual > span { top: 18px; left: 18px; font-size: 48px; }
  .voice-card__copy { padding: 25px 22px 28px; }
  .voice-card__quote { font-size: 27px !important; }

  .entry-flow__steps { grid-template-columns: 1fr; gap: 22px; margin-top: 38px; }
  .entry-flow__steps li { min-height: 0; padding: 68px 23px 26px; }
  .entry-flow__steps li:not(:last-child)::after {
    top: auto;
    right: 22px;
    bottom: -31px;
    transform: rotate(90deg);
  }
  .entry-flow__steps strong { font-size: 21px; }
}

/* -------------------------------------------------
   V14 EDITORIAL LAYOUT
   セクションごとに見せ方を変え、長いLPでもリズムを保つ
-------------------------------------------------- */
.line-benefits {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #06152d;
  border-block: 3px solid var(--black);
}

.line-benefits__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(2,13,35,.97) 0%, rgba(4,27,71,.93) 48%, rgba(14,116,180,.82) 100%),
    url("assets/images/generated-mco-company-v1.jpg") center / cover no-repeat;
}

.line-benefits__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: radial-gradient(rgba(255,255,255,.75) .7px, transparent .7px);
  background-size: 5px 5px;
}

.line-benefits__inner { position: relative; z-index: 1; }
.line-benefits__crown {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: -12px auto 24px;
  border: 2px solid var(--cyan);
  color: var(--cyan);
  background: #07172f;
  box-shadow: 7px 7px 0 rgba(24,186,240,.24);
  font-size: 24px;
  transform: rotate(45deg);
}
.line-benefits__crown::first-letter { transform: rotate(-45deg); }
.line-benefits__heading { text-align: center; }
.line-benefits__heading > p {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .12em;
}
.line-benefits__heading h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1;
  letter-spacing: -.055em;
}
.line-benefits__heading h2 strong {
  display: inline-block;
  margin-right: .05em;
  color: var(--cyan);
  font: 900 1.36em/.7 var(--display);
  transform: translateY(.05em) skewX(-7deg);
}
.line-benefits__heading > span {
  display: block;
  margin-top: 17px;
  color: #d5e7f3;
  font-size: 13px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 52px;
}
.benefit-card {
  grid-column: span 6;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  min-height: 190px;
  padding: 27px 28px;
  border: 2px solid rgba(255,255,255,.94);
  color: var(--black);
  background: rgba(255,255,255,.94);
  box-shadow: 7px 7px 0 rgba(24,186,240,.72);
}
.benefit-card--wide { grid-column: span 7; }
.benefit-card--wide + .benefit-card { grid-column: span 5; }
.benefit-card:nth-child(n + 3) { grid-column: span 4; }
.benefit-card--accent {
  color: #fff;
  background: linear-gradient(135deg, #0759d7, #139ed5);
}
.benefit-card > span {
  color: var(--blue);
  font: 900 58px/.82 var(--display);
  letter-spacing: -.06em;
}
.benefit-card--accent > span { color: #fff; }
.benefit-card p {
  margin: 0 0 11px;
  color: var(--blue);
  font: 900 10px/1 var(--display);
  letter-spacing: .15em;
}
.benefit-card--accent p { color: #bfeeff; }
.benefit-card h3 { margin: 0; font-size: 21px; line-height: 1.45; }
.benefit-card small { display: block; margin-top: 13px; color: #59616d; font-size: 12px; line-height: 1.8; }
.benefit-card--accent small { color: #e7f6ff; }
.line-benefits__button { width: min(100%, 540px); margin: 48px auto 0; }

@media (min-width: 768px) {
  .section-pad { padding-block: clamp(78px, 7vw, 108px); }
  .section-heading { gap: clamp(28px, 4vw, 54px); margin-bottom: 48px; }
  .section-heading h2,
  .growth h2,
  .area h2,
  .requirements h2,
  .faq h2 {
    font-size: clamp(38px, 4.15vw, 60px);
    line-height: 1.12;
    letter-spacing: -.045em;
  }

  .numbers { grid-template-columns: .62fr 1.38fr; min-height: 400px; }
  .numbers__side { padding: clamp(42px, 5vw, 68px); }
  .numbers__side h2 { font-size: clamp(38px, 4vw, 56px); }
  .number-card { min-height: 400px; padding: 34px 28px; }
  .number-card strong { font-size: clamp(56px, 6vw, 84px); }

  .statement__grid {
    grid-template-columns: minmax(0, .78fr) minmax(440px, 1.22fr);
    grid-template-rows: auto 1fr;
    gap: 26px clamp(45px, 6vw, 90px);
    align-items: start;
  }
  .statement__grid > .section-kicker { grid-column: 1; grid-row: 1; }
  .statement__copy { grid-column: 1; grid-row: 2; }
  .statement h2 { font-size: clamp(40px, 4.2vw, 58px); }
  .statement__body { grid-template-columns: 1fr; gap: 18px; margin-top: 30px; }
  .statement__visual {
    grid-column: 2;
    grid-row: 1 / 3;
    height: 100%;
    min-height: 590px;
    margin: 0;
  }

  .work-steps { margin-top: 52px; }
  .work-step { min-height: 210px; }

  .day-flow .section-heading,
  .choice .section-heading {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .day-flow .section-heading h2,
  .choice .section-heading h2 { max-width: 800px; }
  .day-flow .section-kicker,
  .choice .section-kicker { justify-content: center; }

  .support .section-heading { grid-template-columns: .43fr 1.15fr; }
  .training-steps { align-items: start; gap: 13px; border: 0; background: transparent; }
  .training-steps li {
    min-height: 190px;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 6px 6px 0 var(--cyan);
  }
  .training-steps li + li { border-left: 2px solid #fff; }
  .training-steps li:nth-child(2),
  .training-steps li:nth-child(4) { transform: translateY(28px); }
  .support-cards { margin-top: 82px; }

  .culture .section-heading { grid-template-columns: .36fr 1fr; }
  .faq__heading { position: sticky; top: 112px; align-self: start; }
}

@media (max-width: 767px) {
  .hero.hero--image {
    height: clamp(500px, 138vw, 550px);
    min-height: 0;
    aspect-ratio: auto;
    margin-top: 98px;
    background: #0999da;
  }
  .hero.hero--image::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    opacity: .62;
    background: url("assets/images/hero-image2-mco-mobile-v8.jpg") center / cover no-repeat;
    filter: blur(16px) saturate(.95);
    transform: scale(1.08);
  }
  .hero__visual { position: relative; z-index: 1; height: 100%; aspect-ratio: auto; }
  .hero__visual img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }

  .section-pad { padding-block: 64px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .section-heading h2,
  .statement h2,
  .growth h2,
  .area h2,
  .requirements h2,
  .faq h2,
  .numbers__side h2 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.17;
    letter-spacing: -.045em;
  }
  .section-kicker span { width: 32px; height: 32px; }

  .numbers { grid-template-columns: 1fr; min-height: 0; }
  .numbers__side { min-height: 220px; padding: 40px 24px; border-right: 0; border-bottom: 3px solid var(--black); }
  .numbers__grid { grid-template-columns: repeat(2, 1fr); }
  .number-card { min-height: 200px; padding: 24px 18px; }
  .number-card:nth-child(3) { grid-column: 1 / -1; min-height: 180px; border-top: 2px solid var(--black); border-left: 0; }
  .number-card strong { font-size: clamp(52px, 17vw, 70px); }

  .statement__grid { grid-template-columns: 1fr; gap: 26px; }
  .statement__visual { grid-column: auto; min-height: 0; height: 330px; margin-top: 4px; }
  .statement__body { grid-template-columns: 1fr; gap: 17px; margin-top: 28px; }
  .work-steps { margin-top: 42px; gap: 12px; }
  .work-step { min-height: 0; }
  .day-flow .section-heading,
  .choice .section-heading { justify-items: start; text-align: left; }

  .line-benefits__crown { width: 50px; height: 50px; margin-bottom: 22px; }
  .line-benefits__heading h2 { font-size: 39px; }
  .line-benefits__heading > span { max-width: 280px; margin-inline: auto; line-height: 1.7; }
  .benefit-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 36px; }
  .benefit-card,
  .benefit-card--wide,
  .benefit-card--wide + .benefit-card,
  .benefit-card:nth-child(n + 3) {
    grid-column: auto;
    grid-template-columns: 58px 1fr;
    gap: 13px;
    min-height: 0;
    padding: 20px 17px;
    box-shadow: 5px 5px 0 rgba(24,186,240,.72);
  }
  .benefit-card > span { font-size: 38px; }
  .benefit-card h3 { font-size: 18px; }
  .benefit-card small { margin-top: 9px; font-size: 11px; }
  .line-benefits__button { margin-top: 38px; }

  .requirements__layout,
  .faq__layout { grid-template-columns: 1fr; gap: 30px; }
  .requirements__heading h2,
  .faq__heading h2 { margin-top: 24px; }
  .requirements table,
  .requirements tbody,
  .requirements tr,
  .requirements th,
  .requirements td { display: block; width: 100%; }
  .requirements tr { border-bottom: 2px solid var(--black); }
  .requirements tr:last-child { border-bottom: 0; }
  .requirements th {
    padding: 13px 16px;
    border: 0;
    border-bottom: 1px solid var(--black);
    color: #fff;
    background: var(--black);
  }
  .requirements td { padding: 17px 16px 20px; border: 0; }
}

/* -------------------------------------------------
   V15 SMART / COMPLIANCE-SAFE LAYOUT
-------------------------------------------------- */
.numbers__side > span {
  display: block;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
}
.number-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr 138px;
  align-content: stretch;
  min-width: 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(24,186,240,.4), transparent 34%),
    linear-gradient(145deg, #102850, #07111f 72%);
}
.number-card:nth-child(2) {
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(20,95,255,.5), transparent 38%),
    linear-gradient(145deg, #0a1f46, #070b12 72%);
}
.number-card:nth-child(3) {
  background:
    radial-gradient(circle at 82% 16%, rgba(24,186,240,.42), transparent 36%),
    linear-gradient(145deg, #0a2c55, #07111f 70%);
}
.number-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: radial-gradient(rgba(255,255,255,.72) .7px, transparent .7px);
  background-size: 5px 5px;
  pointer-events: none;
}
.number-card__copy { position: relative; z-index: 2; }
.number-card__copy > p {
  display: inline-block;
  margin: 0 0 22px;
  padding: 7px 10px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 900;
}
.number-card__copy strong { color: #fff; }
.number-card__copy em { display: block; color: #d2e1ed; }
.number-network,
.number-donut,
.number-bars { position: relative; z-index: 2; align-self: end; justify-self: center; }
.number-network { width: 150px; height: 112px; }
.number-network::before,
.number-network::after {
  content: "";
  position: absolute;
  inset: 15px 23px;
  border: 2px solid rgba(255,255,255,.65);
  clip-path: polygon(0 46%,25% 0,53% 26%,83% 6%,100% 56%,72% 100%,42% 76%,12% 100%);
}
.number-network::after { inset: 28px 35px; border-color: var(--cyan); transform: rotate(22deg); }
.number-network i {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(24,186,240,.16);
}
.number-network i:nth-child(1) { left: 7px; top: 46px; }
.number-network i:nth-child(2) { left: 37px; top: 6px; }
.number-network i:nth-child(3) { left: 69px; top: 35px; }
.number-network i:nth-child(4) { right: 18px; top: 8px; }
.number-network i:nth-child(5) { right: 0; top: 60px; }
.number-network i:nth-child(6) { right: 45px; bottom: 0; }
.number-network i:nth-child(7) { left: 28px; bottom: 5px; }
.number-donut {
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--cyan) 0 89.36%, rgba(255,255,255,.16) 89.36% 100%);
  box-shadow: 0 0 0 2px rgba(255,255,255,.16);
}
.number-donut::before { content: ""; position: absolute; inset: 18px; border-radius: 50%; background: #0a1930; }
.number-donut span { position: relative; z-index: 1; color: #fff; font: 900 35px/1 var(--display); }
.number-donut small { font-size: 11px; }
.number-bars { width: 150px; height: 122px; display: flex; align-items: flex-end; gap: 10px; border-bottom: 3px solid rgba(255,255,255,.8); }
.number-bars::after { content: "↗"; position: absolute; top: -3px; right: -8px; color: var(--cyan); font-size: 30px; }
.number-bars i { flex: 1; background: linear-gradient(#18baf0,#145fff); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.number-bars i:nth-child(1) { height: 28%; }
.number-bars i:nth-child(2) { height: 43%; }
.number-bars i:nth-child(3) { height: 58%; }
.number-bars i:nth-child(4) { height: 76%; }
.number-bars i:nth-child(5) { height: 98%; background: linear-gradient(#fff,#18baf0); }

.statement--clear {
  color: var(--black);
  background:
    linear-gradient(120deg, rgba(24,186,240,.13), transparent 36%),
    #f7f7f4;
}
.statement--clear::before {
  content: "MCO / SALES PROMOTION";
  top: auto;
  right: -35px;
  bottom: 22px;
  left: auto;
  color: transparent;
  -webkit-text-stroke: 2px rgba(20,95,255,.13);
  font-size: 96px;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}
.statement--clear .section-kicker { color: var(--black); }
.statement--clear .statement__lead { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; margin-bottom: 28px; letter-spacing: 0; }
.statement--clear .statement__lead span { padding: 7px 12px; color: #fff; background: var(--black); font-size: clamp(20px,2.2vw,31px); line-height: 1.15; }
.statement--clear h2 { color: var(--black); }
.statement--clear h2 strong { display: inline-block; color: var(--blue); font-style: italic; }
.statement--clear .statement__body p { color: #4e5660; }
.statement--clear .statement__body p strong { color: var(--black); font-size: 1.08em; }
.statement__vertical {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: -26px;
  margin: 0;
  color: var(--blue);
  font: 900 12px/1 var(--display);
  letter-spacing: .13em;
  writing-mode: vertical-rl;
}
.statement--clear .statement__visual { border-color: var(--black); box-shadow: 12px 12px 0 var(--blue); }
.statement--clear .statement__visual::after { content: "STAFF-ONLY RECREATED SCENE"; }
.statement--clear .statement__visual img { filter: saturate(.95) contrast(1.04); }

.work-steps { align-items: stretch; }
.work-step,
.work-step:nth-child(2),
.work-step:nth-child(3) {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.work-step figure { height: 230px; margin: 0; overflow: hidden; border-bottom: 3px solid var(--black); background: #d7e7ef; }
.work-step figure img { height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.work-step:hover figure img { transform: scale(1.04); }
.work-step > div { flex: 1; padding: 24px 25px 28px; }
.work-step > div > span { color: var(--blue); font: 900 42px/1 var(--display); }
.work-step:nth-child(2) > div > span { color: var(--cyan); }
.work-step h3 { margin: 24px 0 12px; }
.generated-photo-note { margin: 28px 0 0; color: #6b7078; font-size: 10px; text-align: right; }

.voice-slider { position: relative; z-index: 3; }
.voice-cards {
  display: flex;
  gap: 30px;
  margin-top: 48px;
  padding: 4px 12px 18px 4px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.voice-cards::-webkit-scrollbar { display: none; }
.voice-card {
  flex: 0 0 min(720px, 76vw);
  display: grid;
  grid-template-columns: minmax(260px,.82fr) minmax(300px,1.18fr);
  min-height: 480px;
  scroll-snap-align: center;
}
.voice-card__visual { height: 100%; min-height: 480px; }
.voice-card__visual img { object-fit: cover; object-position: center 18%; }
.voice-card__copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 38px; }
.voice-card__label { margin-bottom: 18px !important; color: var(--blue) !important; font: 900 10px/1 var(--display) !important; letter-spacing: .16em; }
.voice-card__quote { display: block; padding: 0; color: var(--black) !important; background: transparent; font-size: clamp(29px,3vw,43px) !important; line-height: 1.35 !important; }
.voice-card__quote + p { margin-top: 24px; }
.voice-slider__controls { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 24px; }
.voice-slider__controls button {
  width: 48px;
  height: 48px;
  border: 2px solid var(--black);
  border-radius: 50%;
  color: #fff;
  background: var(--black);
  cursor: pointer;
}
.voice-slider__controls p { margin: 0; color: #4f5660; font-size: 11px; font-weight: 800; }
.voice-slider__controls p span { margin-right: 7px; color: var(--blue); font: 900 10px/1 var(--display); letter-spacing: .12em; }

.day-timeline li { padding: 28px 20px 30px; }
.day-timeline time { margin-inline: 0; }
.day-timeline li > div { padding-inline: 0; }
.day-timeline li::before { top: 88px; left: 20px; }

.area__map {
  width: min(100%, 640px);
  min-height: 0;
  aspect-ratio: 2090 / 2600;
  margin-inline: auto;
  transform: none;
}
.area__japan { inset: 14px; width: calc(100% - 28px); height: calc(100% - 28px); }
.area-pin {
  width: 92px;
  height: 56px;
  border-radius: 999px;
  box-shadow: 5px 5px 0 var(--cyan);
  font-size: 16px;
  transform: translate(-50%,-50%);
}
.area-pin:hover { transform: translate(-50%,-50%) scale(1.06); }
.area-pin::after { right: 50%; bottom: -15px; width: 10px; height: 10px; border-width: 2px; transform: translateX(50%); background: var(--cyan); }
.area-pin--kanto { top: 59%; left: 72%; right: auto; }
.area-pin--hokuriku { top: 55%; left: 51%; right: auto; width: 92px; height: 56px; }
.area-pin--kansai { top: 68%; left: 41%; right: auto; width: 92px; height: 56px; }
.area-pin--chushikoku { top: 75%; left: 26%; width: 122px; height: 62px; }
.area-pin--kyushu { top: 87%; bottom: auto; left: 12%; width: 92px; height: 56px; }

.salary-summary { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-bottom: 24px; }
.salary-summary article { padding: 24px; border: 3px solid var(--black); color: var(--black); background: #fff; box-shadow: 6px 6px 0 var(--cyan); }
.salary-summary article:nth-child(2) { color: #fff; background: var(--black); box-shadow: 6px 6px 0 var(--blue); }
.salary-summary p { margin: 0 0 15px; color: var(--blue); font-size: 12px; font-weight: 900; }
.salary-summary article:nth-child(2) p { color: var(--cyan); }
.salary-summary strong { display: block; font-size: 16px; }
.salary-summary strong em { color: var(--blue); font: 900 50px/.8 var(--display); font-style: normal; }
.salary-summary article:nth-child(2) strong em { color: var(--cyan); }
.salary-summary span { display: block; margin-top: 16px; font-size: 12px; font-weight: 900; }
.salary-summary small { display: block; margin-top: 10px; color: #58616b; font-size: 10px; line-height: 1.6; }
.salary-summary article:nth-child(2) small { color: #cbd2da; }

@media (min-width: 768px) {
  .numbers { grid-template-columns: 300px 1fr; min-height: 520px; }
  .numbers__side { padding: 50px 38px; }
  .number-card { min-height: 520px; padding: 34px 24px 28px; }
  .number-card strong { font-size: clamp(56px,5.6vw,78px); }
  .statement--clear .statement__grid { grid-template-columns: minmax(0,.82fr) minmax(460px,1.18fr); }
  .statement--clear .statement__visual { min-height: 620px; }
}

@media (max-width: 767px) {
  .hero.hero--image {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1003 / 1568;
    margin-top: 98px;
    background: #0a9ada;
  }
  .hero.hero--image::before { content: none; display: none; }
  .hero__visual { width: 100%; height: 100%; aspect-ratio: auto; }
  .hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

  .numbers__side { min-height: 210px; }
  .numbers__grid { grid-template-columns: 1fr; }
  .number-card,
  .number-card:nth-child(3) {
    grid-column: auto;
    grid-template-columns: minmax(0,1fr) 130px;
    grid-template-rows: 1fr;
    align-items: center;
    min-height: 260px;
    padding: 27px 22px;
    border-top: 0;
  }
  .number-card + .number-card { border-top: 3px solid var(--black); }
  .number-card strong { font-size: clamp(57px,17vw,72px); }
  .number-card__copy em { margin-top: 15px; }
  .number-network { width: 126px; transform: scale(.86); }
  .number-donut { width: 112px; height: 112px; }
  .number-bars { width: 118px; height: 108px; gap: 7px; }

  .statement--clear .statement__grid { gap: 22px; }
  .statement--clear .statement__copy { order: 2; }
  .statement--clear .statement__visual { order: 3; height: 335px; margin-top: 12px; }
  .statement--clear .statement__lead span { font-size: 22px; }
  .statement--clear h2 { font-size: 40px; }
  .statement--clear .statement__body { margin-top: 26px; }
  .statement__vertical { top: 16px; right: -12px; font-size: 9px; }
  .statement--clear::before { display: none; }
  .statement--clear .statement__visual figcaption span { padding: 13px 4px; font-size: 13px; }
  .statement--clear .statement__visual::after { font-size: 7px; }

  .work-steps { margin-top: 0; }
  .work-step,
  .work-step:nth-child(2),
  .work-step:nth-child(3) { min-height: 0; }
  .work-step figure { height: 210px; }
  .work-step > div { padding: 22px 21px 25px; }
  .generated-photo-note { font-size: 9px; line-height: 1.6; text-align: left; }

  .voice-cards { gap: 17px; margin: 36px -18px 0; padding: 4px 18px 16px; }
  .voice-card {
    flex: 0 0 calc(100vw - 58px);
    display: block;
    min-height: 0;
  }
  .voice-card__visual { height: 340px; min-height: 0; }
  .voice-card__visual img { object-position: center 16%; }
  .voice-card__copy { min-height: 330px; padding: 27px 23px 30px; }
  .voice-card__quote { font-size: 28px !important; }
  .voice-slider__controls { gap: 18px; }

  .day-timeline li { padding: 25px 20px 28px; }
  .day-timeline li::before { top: 80px; }

  .area__map { min-height: 0; aspect-ratio: 2090 / 2600; }
  .area__japan { inset: 9px; width: calc(100% - 18px); height: calc(100% - 18px); }
  .area-pin { width: 68px; height: 43px; font-size: 12px; box-shadow: 3px 3px 0 var(--cyan); }
  .area-pin small { display: none; }
  .area-pin--kanto { top: 59%; left: 72%; }
  .area-pin--hokuriku { top: 55%; left: 51%; width: 68px; height: 43px; }
  .area-pin--kansai { top: 68%; left: 41%; width: 68px; height: 43px; }
  .area-pin--chushikoku { top: 75%; left: 26%; width: 86px; height: 46px; }
  .area-pin--kyushu { top: 87%; left: 12%; width: 68px; height: 43px; }

  .salary-summary { grid-template-columns: 1fr; gap: 12px; }
  .salary-summary article { padding: 21px 18px; }
  .salary-summary strong em { font-size: 48px; }
}

/* =========================================================
   V17 — transparent header logo / stable number cards
   ========================================================= */
.site-header__logo,
.site-header.is-scrolled .site-header__logo {
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
}

.site-header__logo img,
.site-header.is-scrolled .site-header__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 1px rgba(255,255,255,.95))
    drop-shadow(0 1px 4px rgba(255,255,255,.35));
}

.numbers {
  position: relative;
  display: block;
  min-height: 0;
  padding: clamp(72px, 7vw, 104px) clamp(24px, 4vw, 62px) clamp(80px, 8vw, 118px);
  overflow: hidden;
  border-bottom: 3px solid var(--black);
  color: var(--black);
  background:
    linear-gradient(135deg, rgba(24,186,240,.08), transparent 32%),
    #edf1f6;
}

.numbers::before {
  content: "MCO / SALES PROMOTION";
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(20,95,255,.12);
  font: 900 clamp(46px, 6vw, 86px)/1 var(--display);
  letter-spacing: -.04em;
  pointer-events: none;
}

.numbers__side {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  min-height: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 28px;
  align-items: end;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.numbers__side p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--blue);
  font: 900 11px/1 var(--display);
  letter-spacing: .18em;
}

.numbers__side h2 {
  margin: 0;
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1;
  letter-spacing: -.06em;
  white-space: nowrap;
}

.numbers__side > span {
  justify-self: end;
  margin-bottom: 6px;
  color: #4f5965;
  font-size: 13px;
  font-weight: 900;
}

.numbers__grid {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 38px auto 0;
}

.number-card,
.number-card:nth-child(2),
.number-card:nth-child(3) {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 236px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 10px;
  padding: 28px 22px;
  overflow: hidden;
  border: 0;
  color: #fff;
  background: #081426;
  box-shadow: 8px 8px 0 rgba(8,10,13,.22);
}

.number-card + .number-card { border: 0; }

.number-card::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -10px;
  opacity: .52;
  background-position: center;
  background-size: cover;
  filter: grayscale(.4) blur(2px) contrast(1.08);
  transform: scale(1.06);
}

.number-card--network::before { background-image: url("assets/images/generated-mco-greeting-v1.jpg"); }
.number-card--donut::before { background-image: url("assets/images/generated-mco-listening-v1.jpg"); }
.number-card--bars::before { background-image: url("assets/images/generated-mco-company-v1.jpg"); }

.number-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(3,13,31,.96) 0%, rgba(4,20,45,.82) 56%, rgba(8,33,65,.52) 100%),
    radial-gradient(rgba(255,255,255,.7) .65px, transparent .7px);
  background-size: auto, 5px 5px;
  pointer-events: none;
}

.number-card__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.number-card__copy > p {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 0 17px;
  padding: 8px 12px 8px 20px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue), #168ec8);
  box-shadow: 4px 4px 0 rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.number-card__copy > p::before {
  content: "+";
  position: absolute;
  top: -8px;
  left: -5px;
  font: 900 20px/1 Arial, sans-serif;
}

.number-card__copy strong {
  display: flex;
  align-items: baseline;
  color: #fff;
  font: 900 clamp(52px, 5.2vw, 76px)/.88 var(--display);
  letter-spacing: -.055em;
  white-space: nowrap;
}

.number-card--bars .number-card__copy strong {
  font-size: clamp(43px, 4.35vw, 64px);
}

.number-card__copy strong small {
  margin-left: 5px;
  font: 900 11px/1 var(--gothic);
  letter-spacing: 0;
}

.number-card__copy em {
  display: block;
  margin-top: 16px;
  color: rgba(255,255,255,.88);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.55;
}

.number-network,
.number-donut,
.number-bars {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: end;
}

.number-network {
  width: 112px;
  height: 102px;
}

.number-network::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 0;
  background:
    linear-gradient(30deg, transparent 48.8%, rgba(255,255,255,.78) 49%, rgba(255,255,255,.78) 51%, transparent 51.2%),
    linear-gradient(-30deg, transparent 48.8%, rgba(255,255,255,.78) 49%, rgba(255,255,255,.78) 51%, transparent 51.2%),
    linear-gradient(90deg, transparent 48.8%, rgba(24,186,240,.95) 49%, rgba(24,186,240,.95) 51%, transparent 51.2%);
  clip-path: none;
}

.number-network::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 28px;
  height: 28px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(24,186,240,.26);
  transform: translate(-50%, -50%);
}

.number-network i {
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  background: var(--cyan);
  box-shadow: 0 0 0 3px rgba(24,186,240,.2);
}
.number-network i:nth-child(1) { left: 0; top: 45px; }
.number-network i:nth-child(2) { left: 20px; top: 5px; }
.number-network i:nth-child(3) { left: 49px; top: 0; }
.number-network i:nth-child(4) { right: 17px; top: 8px; }
.number-network i:nth-child(5) { right: 0; top: 46px; }
.number-network i:nth-child(6) { right: 20px; bottom: 2px; }
.number-network i:nth-child(7) { left: 19px; bottom: 3px; }

.number-donut {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--cyan) 0 89.36%, rgba(255,255,255,.22) 89.36% 100%);
  box-shadow: 0 0 0 3px rgba(255,255,255,.14);
}
.number-donut::before { inset: 15px; background: rgba(4,17,38,.94); }
.number-donut span { font-size: 30px; }
.number-donut small { font-size: 9px; }

.number-bars {
  width: 112px;
  height: 104px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  border-bottom: 3px solid #fff;
}
.number-bars::after { top: -5px; right: -4px; color: var(--cyan); font-size: 25px; }
.number-bars i { min-width: 0; background: linear-gradient(#21c7fa, #2464f3); }
.number-bars i:nth-child(5) { background: linear-gradient(#fff, #22c4f5); }

@media (min-width: 768px) {
  .site-header__logo { width: 186px; }
}

@media (max-width: 999px) {
  .numbers__grid { grid-template-columns: 1fr; max-width: 680px; }
  .number-card,
  .number-card:nth-child(2),
  .number-card:nth-child(3) {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr) 132px;
    min-height: 226px;
  }
}

@media (max-width: 767px) {
  .site-header__logo,
  .site-header.is-scrolled .site-header__logo {
    width: 128px;
    height: auto;
  }

  .numbers {
    padding: 54px 18px 68px;
  }

  .numbers::before {
    top: 22px;
    right: -10px;
    font-size: 43px;
  }

  .numbers__side {
    min-height: 0;
    display: block;
  }

  .numbers__side p { margin-bottom: 12px; }
  .numbers__side h2 { font-size: 37px; white-space: nowrap; }
  .numbers__side > span { display: block; margin-top: 14px; font-size: 11px; }

  .numbers__grid {
    gap: 18px;
    margin-top: 28px;
  }

  .number-card,
  .number-card:nth-child(2),
  .number-card:nth-child(3) {
    grid-template-columns: minmax(0, 1fr) 106px;
    grid-template-rows: 1fr;
    min-height: 212px;
    padding: 22px 18px;
    border: 0;
    box-shadow: 6px 6px 0 rgba(8,10,13,.23);
  }

  .number-card + .number-card { border-top: 0; }
  .number-card__copy > p { margin-bottom: 15px; padding: 7px 9px 7px 17px; font-size: 10px; }
  .number-card__copy strong { font-size: clamp(51px, 15vw, 65px); }
  .number-card--bars .number-card__copy strong { font-size: clamp(40px, 12vw, 54px); }
  .number-card__copy em { margin-top: 13px; font-size: 9px; }
  .number-network { width: 98px; height: 92px; transform: none; }
  .number-donut { width: 96px; height: 96px; }
  .number-donut::before { inset: 13px; }
  .number-bars { width: 98px; height: 91px; gap: 6px; }
}

/* =========================================================
   V18 — crisp logo / fixed hub SVG / vertical benefits / map
   ========================================================= */
.site-header__logo img,
.site-header.is-scrolled .site-header__logo img {
  filter:
    drop-shadow(1px 0 0 rgba(255,255,255,.96))
    drop-shadow(-1px 0 0 rgba(255,255,255,.96))
    drop-shadow(0 1px 0 rgba(255,255,255,.96))
    drop-shadow(0 -1px 0 rgba(255,255,255,.96));
}

.number-network-image {
  position: relative;
  z-index: 2;
  width: 122px;
  height: auto;
  align-self: center;
  justify-self: end;
}

.area__map {
  isolation: isolate;
  border-color: rgba(255,255,255,.92);
  background-color: #06152d;
  background-image:
    radial-gradient(circle at 72% 22%, rgba(24,186,240,.23), transparent 34%),
    linear-gradient(rgba(139,233,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,233,255,.08) 1px, transparent 1px),
    linear-gradient(145deg, #071b38, #030a16 78%);
  background-size: auto, 34px 34px, 34px 34px, auto;
  box-shadow: 12px 12px 0 #0b2e8f, 20px 20px 0 rgba(8,10,13,.22);
}

.area__map::before {
  z-index: 3;
  color: #aeeeff;
  text-shadow: 0 0 12px rgba(24,186,240,.7);
}

.area__japan {
  z-index: 1;
}

.area-pin {
  z-index: 4;
  border-color: #0b2e8f;
  color: #06152d;
  background: rgba(255,255,255,.95);
  box-shadow: 5px 5px 0 var(--cyan);
}

.area-pin:hover {
  color: #fff;
  background: var(--blue);
}

.area-pin::after {
  border-color: #fff;
  background: var(--cyan);
}

@media (min-width: 768px) {
  .benefit-grid {
    width: min(100%, 980px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 48px auto 0;
  }

  .benefit-card,
  .benefit-card--wide,
  .benefit-card--wide + .benefit-card,
  .benefit-card:nth-child(n + 3) {
    width: 100%;
    min-height: 128px;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 23px 30px;
    grid-column: auto;
  }

  .benefit-card:nth-child(even) {
    color: #fff;
    background: linear-gradient(135deg, rgba(7,43,91,.98), rgba(11,103,169,.96));
  }

  .benefit-card:nth-child(even) > span,
  .benefit-card:nth-child(even) p { color: var(--cyan); }
  .benefit-card:nth-child(even) small { color: #d9f3ff; }
  .benefit-card > span { padding-right: 22px; border-right: 2px solid currentColor; text-align: center; }
  .benefit-card h3 { font-size: 23px; }

  .number-network-image { width: 122px; }
}

@media (min-width: 1100px) {
  .office-list > div {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .office-list article {
    display: block;
  }

  .office-list strong {
    display: block;
    padding: 12px 13px;
    border-right: 0;
    border-bottom: 2px solid var(--black);
  }

  .office-list address {
    padding: 13px;
    font-size: 10px;
  }
}

@media (max-width: 999px) {
  .number-network-image { width: 126px; }
}

@media (max-width: 767px) {
  .number-network-image { width: 99px; }

  .area__map {
    box-shadow: 7px 7px 0 #0b2e8f, 12px 12px 0 rgba(8,10,13,.2);
  }
}

/* =========================================================
   V19 — day flow: clear timeline / compact mobile layout
   ========================================================= */
.day-timeline {
  align-items: stretch;
}

.day-timeline li {
  min-height: 218px;
  display: flex;
  flex-direction: column;
  padding: 25px 20px 28px;
}

.day-timeline time,
.day-timeline li > div {
  margin-inline: 0;
  padding-inline: 0;
}

.day-timeline li::before {
  display: none;
}

.day-timeline time::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin: 16px 0 18px;
  background: var(--cyan);
}

.day-timeline strong {
  margin-top: 0;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .day-flow.section-pad {
    padding-block: 54px 58px;
  }

  .day-flow .section-heading {
    gap: 18px;
    margin-bottom: 24px;
  }

  .day-flow .section-kicker {
    margin-bottom: 0;
  }

  .day-flow .section-heading__eyebrow {
    margin-bottom: 7px;
  }

  .day-flow .section-heading h2 {
    font-size: clamp(31px, 9.2vw, 38px);
    line-height: 1.12;
  }

  .day-flow__swipe {
    display: none;
  }

  .day-timeline {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 3px solid var(--black);
    background: #fff;
    box-shadow: 7px 7px 0 var(--cyan);
  }

  .day-timeline li,
  .day-timeline li + li {
    width: auto;
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 0 14px;
    align-items: start;
    padding: 17px 15px 18px;
    border: 0;
    box-shadow: none;
  }

  .day-timeline li + li {
    border-top: 2px solid var(--black);
  }

  .day-timeline time {
    grid-column: 1;
    grid-row: 1;
    padding-top: 2px;
    font-size: 25px;
  }

  .day-timeline time::after {
    width: 31px;
    height: 3px;
    margin: 10px 0 0;
  }

  .day-timeline li > div {
    grid-column: 2;
    grid-row: 1;
  }

  .day-timeline strong {
    font-size: 16px;
  }

  .day-timeline p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.65;
  }

  .day-flow__note {
    margin-top: 17px;
    line-height: 1.65;
  }
}

/* =========================================================
   V20 — footer legal links
   ========================================================= */
.site-footer__links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer__links a + a {
  padding-left: 16px;
  border-left: 1px solid rgba(8,10,13,.28);
}

@media (max-width: 767px) {
  .site-header__logo,
  .site-header.is-scrolled .site-header__logo {
    width: 112px;
  }

  .site-footer__links {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .site-footer__links a + a {
    padding-left: 0;
    border-left: 0;
  }
}

/* =========================================================
   V21 — recruitment privacy page
   ========================================================= */
.privacy-page {
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
}

.privacy-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 3px solid var(--black);
  color: #fff;
  background: #07152b;
}

.privacy-header__brand {
  width: 154px;
}

.privacy-header__brand img {
  filter:
    drop-shadow(1px 0 0 rgba(255,255,255,.96))
    drop-shadow(-1px 0 0 rgba(255,255,255,.96))
    drop-shadow(0 1px 0 rgba(255,255,255,.96))
    drop-shadow(0 -1px 0 rgba(255,255,255,.96));
}

.privacy-header > a:last-child {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.privacy-main {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 108px) 0 clamp(80px, 10vw, 130px);
}

.privacy-main__intro {
  padding-bottom: 36px;
  border-bottom: 3px solid var(--black);
}

.privacy-main__eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font: 900 12px/1 var(--display);
  letter-spacing: .14em;
}

.privacy-main h1 {
  margin: 0;
  font-size: clamp(36px, 6vw, 70px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.privacy-main__lead {
  max-width: 720px;
  margin: 25px 0 0;
  color: #525963;
  font-size: 14px;
  line-height: 1.9;
}

.privacy-main__updated {
  margin: 20px 0 0;
  color: #6b7179;
  font-size: 11px;
  font-weight: 900;
}

.privacy-sections {
  counter-reset: privacy-section;
}

.privacy-section {
  counter-increment: privacy-section;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 28px;
  padding: 42px 0;
  border-bottom: 1px solid #b9bbc0;
}

.privacy-section::before {
  content: counter(privacy-section, decimal-leading-zero);
  color: var(--blue);
  font: 900 34px/1 var(--display);
}

.privacy-section h2 {
  margin: 0 0 18px;
  font-size: clamp(21px, 3vw, 29px);
  line-height: 1.35;
}

.privacy-section p,
.privacy-section li {
  color: #4d535c;
  font-size: 13px;
  line-height: 1.9;
}

.privacy-section p { margin: 0; }
.privacy-section p + p { margin-top: 14px; }
.privacy-section ul { margin: 0; padding-left: 1.35em; }
.privacy-section a { color: var(--blue); font-weight: 900; text-underline-offset: 3px; }

.privacy-page .site-footer {
  padding-bottom: 42px;
}

@media (max-width: 767px) {
  .privacy-header {
    min-height: 70px;
    padding: 12px 18px;
  }

  .privacy-header__brand { width: 112px; }
  .privacy-header > a:last-child { font-size: 10px; }
  .privacy-main { width: min(100% - 36px, 920px); padding-block: 54px 82px; }
  .privacy-main__intro { padding-bottom: 29px; }
  .privacy-main h1 { font-size: clamp(34px, 10vw, 44px); }
  .privacy-main__lead { font-size: 12px; line-height: 1.85; }
  .privacy-section { grid-template-columns: 50px minmax(0, 1fr); gap: 12px; padding: 31px 0; }
  .privacy-section::before { font-size: 25px; }
  .privacy-section h2 { margin-bottom: 13px; font-size: 19px; }
  .privacy-section p,
  .privacy-section li { font-size: 11px; line-height: 1.85; }
  .privacy-page .site-footer { padding-bottom: 34px; }
}
