@charset "UTF-8";
/* ==========================================================================
   IRODORU — Design System
   株式会社イロドル / irodoru.biz
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Ink */
  --ink:      #141F35;
  --ink-2:    #43506A;
  --ink-3:    #63708A;   /* 白背景で 4.98:1（小さい文字もOK） */
  --ink-4:    #737E92;   /* 白背景で 4.09:1 */

  /* Surface */
  --bg:       #F6FAFE;
  --bg-warm:  #FCFAF6;
  --paper:    #FFFFFF;
  --dark:     #0E1727;
  --line:     #E7EDF5;
  --line-2:   #DFE6F0;

  /* Brand — 彩 */
  --yellow:   #F5AF19;
  --orange:   #FF8A2B;
  --coral:    #FF6152;
  --pink:     #EC3585;
  --purple:   #7C5CFF;
  --blue:     #1A63F0;
  --blue-ink: #0E47B8;
  --cyan:     #12B5D4;
  --green:    #2BB673;

  /* Gradients */
  --grad:     linear-gradient(100deg, #2472F5, #1AA6E8 52%, #14CBDE);
  --grad-rb:  linear-gradient(92deg, #F5AF19, #FF7043 26%, #EC3585 48%, #7C5CFF 68%, #1A63F0 84%, #12B5D4 100%);
  --grad-warm:linear-gradient(140deg, #FF8A2B, #EC3585);
  /* 明るい背景に文字として載せる用（全ストップが白地で3.8:1以上） */
  --grad-ink: linear-gradient(92deg, #A87200, #CC4A1E 26%, #EC3585 48%, #7C5CFF 68%, #1A63F0 84%, #0A7C93 100%);

  /* Type */
  --jp: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Noto Sans JP", sans-serif;
  --en: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;

  /* Elevation */
  --sh-xs: 0 1px 2px rgba(20,31,53,.06);
  --sh-sm: 0 6px 20px rgba(20,31,53,.07);
  --sh:    0 16px 44px rgba(20,31,53,.11);
  --sh-lg: 0 28px 70px rgba(20,31,53,.15);

  /* Rhythm */
  --gap:   clamp(16px, 2.2vw, 22px);
  --sec-y: clamp(52px, 7.5vw, 104px);
  --r-sm:  12px;
  --r:     18px;
  --r-lg:  26px;
  --r-xl:  34px;

  /* Layout */
  --wrap:  1120px;
  --nav-h: 66px;
}

/* --------------------------------------------------------------------------
   2. Reset
   -------------------------------------------------------------------------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 16px);
}

body {
  font-family: var(--jp);
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.85;
  font-feature-settings: "palt";
  letter-spacing: .012em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overflow-wrap: break-word;
  line-break: strict;
}

a { color: inherit; text-decoration: none; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }
h1, h2, h3, h4 { line-height: 1.45; font-weight: 900; }
h1, h2, h3, .h2, .h3 { line-break: strict; overflow-wrap: anywhere; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}

/* --------------------------------------------------------------------------
   3. Utilities
   -------------------------------------------------------------------------- */
.wrap { width: min(var(--wrap), calc(100% - 44px)); margin-inline: auto; }
.sec  { padding-block: var(--sec-y); }
.sec-t{ padding-top: var(--sec-y); }
.en   { font-family: var(--en); letter-spacing: .04em; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; font-weight: 800; font-size: 14px;
  padding: 11px 20px; border-radius: 0 0 10px 10px; transition: top .18s;
}
.skip:focus { top: 0; }

.grad-tx {
  background: var(--grad-ink);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

/* Eyebrow label */
.label {
  font-family: var(--en); font-weight: 800; font-size: 12.5px;
  letter-spacing: .2em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--blue-ink);
}
.label::before {
  content: ""; width: 38px; height: 5px; border-radius: 3px;
  background: var(--grad-rb); flex: none;
}
.label .jp {
  font-family: var(--jp); font-weight: 700; font-size: 12px;
  letter-spacing: .04em; color: var(--ink-3); text-transform: none;
}

.h2 {
  font-size: clamp(27px, 5.2vw, 47px);
  line-height: 1.34; letter-spacing: -.005em; margin-top: 16px;
}
.h3 { font-size: clamp(19px, 2.8vw, 24px); line-height: 1.5; }

.lead {
  margin-top: 18px; color: var(--ink-2);
  font-size: clamp(14.5px, 1.9vw, 16.5px); line-height: 2.02;
  max-width: 46em;
}

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 15.5px; line-height: 1.3;
  border-radius: 999px; padding: 16px 28px;
  border: 1.5px solid transparent;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s, color .16s, background .16s;
  text-align: center;
}
.btn .ar { font-family: var(--en); font-weight: 800; transition: transform .16s; }
.btn:hover .ar { transform: translateX(3px); }

.btn-grad {
  color: #fff; background: var(--grad);
  box-shadow: 0 12px 28px rgba(26,99,240,.28);
}
.btn-grad:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(26,99,240,.36); }

.btn-ghost {
  color: var(--ink-2); background: var(--paper);
  border-color: var(--line-2); box-shadow: var(--sh-sm);
}
.btn-ghost:hover { border-color: var(--blue); color: var(--blue-ink); transform: translateY(-2px); }

.btn-line {
  color: #fff; background: #06C755;
  box-shadow: 0 12px 26px rgba(6,199,85,.26);
}
.btn-line:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(6,199,85,.34); }

.btn-ig {
  color: #fff;
  background: linear-gradient(95deg, #F58529, #DD2A7B 52%, #8134AF);
  box-shadow: 0 12px 26px rgba(221,42,123,.26);
}
.btn-ig:hover { transform: translateY(-2px); }

.btn-white { background: #fff; color: var(--blue-ink); box-shadow: 0 14px 30px rgba(14,23,39,.2); }
.btn-white:hover { transform: translateY(-2px); }

.btn-outline-w { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-outline-w:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }

.link-q {
  font-weight: 800; font-size: 15px;
  display: inline-flex; align-items: center; gap: 8px;
  border-bottom: 2px solid var(--line-2); padding-bottom: 3px;
  transition: color .15s, border-color .15s;
}
.link-q:hover { color: var(--blue-ink); border-color: var(--blue); }

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 90;
  background: rgba(246,250,254,.88);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; height: var(--nav-h);
}
.brand { display: flex; align-items: center; gap: 10px; flex: none; }
.brand img { height: 32px; width: auto; }
.brand .nm {
  font-family: var(--en); font-weight: 800; font-size: 16px;
  letter-spacing: .15em; color: var(--ink);
}

.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu a {
  font-weight: 700; font-size: 13.5px; color: var(--ink-2);
  padding: 9px 13px; border-radius: 999px; transition: color .15s, background .15s;
  white-space: nowrap;
}
.nav-menu a:hover { color: var(--blue-ink); background: rgba(26,99,240,.07); }
.nav-menu a[aria-current="page"] { color: var(--blue-ink); background: rgba(26,99,240,.09); }

.nav-act { display: flex; align-items: center; gap: 10px; flex: none; }
.nav-cta {
  font-weight: 800; font-size: 13.5px; color: #fff;
  background: var(--grad); padding: 11px 20px; border-radius: 999px;
  box-shadow: 0 8px 20px rgba(26,99,240,.26); white-space: nowrap;
  transition: transform .15s, box-shadow .15s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(26,99,240,.34); }

/* Burger */
.burger {
  display: none; width: 44px; height: 44px; border-radius: 12px;
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
  border: 1px solid var(--line-2); background: var(--paper);
}
.burger span {
  display: block; width: 19px; height: 2px; border-radius: 2px;
  background: var(--ink); transition: transform .22s, opacity .18s;
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Drawer */
.drawer {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(14,23,39,.42);
  backdrop-filter: blur(3px);
  opacity: 0; visibility: hidden; transition: opacity .22s, visibility .22s;
}
.drawer[data-open="true"] { opacity: 1; visibility: visible; }
.drawer-panel {
  position: absolute; right: 0; top: 0; bottom: 0;
  width: min(340px, 86vw); background: var(--paper);
  padding: 22px 24px 32px; overflow-y: auto;
  transform: translateX(100%); transition: transform .28s cubic-bezier(.22,1,.36,1);
  display: flex; flex-direction: column;
}
.drawer[data-open="true"] .drawer-panel { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.drawer-close {
  width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line-2);
  display: grid; place-items: center; font-size: 20px; color: var(--ink-2);
}
.drawer nav a {
  display: flex; align-items: center; justify-content: space-between;
  font-weight: 800; font-size: 15.5px; padding: 15px 4px;
  border-bottom: 1px solid var(--line);
}
.drawer nav a::after { content: "→"; font-family: var(--en); color: var(--ink-4); }
.drawer nav a:hover { color: var(--blue-ink); }
.drawer-cta { margin-top: 24px; display: grid; gap: 10px; }
.drawer-cta .btn { width: 100%; }
.drawer-info {
  margin-top: 22px; font-size: 12px; color: var(--ink-3); line-height: 1.9;
}
.drawer-info a { font-family: var(--en); font-weight: 800; font-size: 17px; color: var(--ink); }

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(680px 320px at 88% 6%, rgba(18,181,212,.16), transparent 72%),
    radial-gradient(520px 300px at 4% 92%, rgba(236,53,133,.08), transparent 70%),
    var(--bg);
}

/* --- full-bleed banner (top / companies) --------------------------------- */
.hero-banner {
  position: relative; width: 100%; line-height: 0;
  background: var(--ink);
}
.hero-banner img {
  width: 100%; height: auto; display: block;
  max-height: min(74vh, 720px); object-fit: cover; object-position: center 46%;
}
/* 画像下端を背景色へ溶かす */
.hero-banner::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px;
  height: 22%; pointer-events: none;
  background: linear-gradient(180deg, rgba(246,250,254,0), var(--bg));
}
.hero-banner-in {
  position: absolute; left: 0; right: 0; bottom: clamp(18px, 3vw, 32px);
  z-index: 2; line-height: 1.5; pointer-events: none;
}
.hero-banner .chip {
  background: var(--paper); border-radius: 16px; box-shadow: var(--sh);
  padding: 13px 20px; display: inline-flex; align-items: center; gap: 11px;
  font-weight: 900; font-size: 13.5px;
}
.hero-banner .chip i {
  width: 12px; height: 12px; border-radius: 3px;
  background: var(--grad-rb); transform: rotate(15deg); flex: none;
}

.hero-copy-wide { padding-block: clamp(26px, 4vw, 46px) clamp(38px, 5.6vw, 72px); }
.hero-copy-wide .hero-act { max-width: none; }
.hero-copy-wide .sub { max-width: 40em; }

/* --- overlay hero（トップ）: 画像の上にコピーを載せる ------------------- */
.hero-over { background: var(--dark); }
.hero-over .hero-banner {
  position: relative; display: flex; align-items: flex-end;
  min-height: clamp(560px, 86vh, 880px);
  background: var(--dark); overflow: hidden;
}
.hero-over .hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 46%; max-height: none;
  filter: saturate(1.16) contrast(1.03) brightness(1.04);
}
.hero-over .hero-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    /* コピーが載る左下だけを、必要最小限だけ落とす */
    radial-gradient(72% 54% at 1% 86%, rgba(9,14,32,.52) 0%, rgba(9,14,32,.24) 44%, rgba(9,14,32,0) 74%),
    linear-gradient(94deg, rgba(9,14,32,.44) 0%, rgba(9,14,32,.30) 28%, rgba(9,14,32,.12) 50%, rgba(9,14,32,.02) 72%, rgba(9,14,32,0) 90%),
    linear-gradient(180deg, rgba(9,14,32,.22) 0%, rgba(9,14,32,0) 26%, rgba(9,14,32,.06) 70%, rgba(9,14,32,.28) 100%);
}
.hero-over .hero-banner::after { display: none; }

.hero-over .hero-over-copy {
  position: relative; z-index: 2;
  width: min(var(--wrap), calc(100% - 44px)); margin-inline: auto;
  padding-block: clamp(44px, 7vw, 104px);
  color: #fff;
}
.hero-over .hero-over-copy .label { color: #fff; text-shadow: 0 1px 4px rgba(6,10,24,.9), 0 2px 12px rgba(6,10,24,.7); }
.hero-over .hero-over-copy .label .jp {
  color: rgba(255,255,255,.9); text-shadow: 0 1px 4px rgba(6,10,24,.9), 0 2px 12px rgba(6,10,24,.7);
}
.hero-over .hero-over-copy h1 {
  color: #fff;
  text-shadow: 0 1px 3px rgba(6,10,24,.75), 0 3px 14px rgba(6,10,24,.6), 0 6px 40px rgba(6,10,24,.5);
}
/* グラデ文字は text-shadow が透けて濁るので、drop-shadow を使う。
   暗い背景では標準のグラデが沈むため、明るい配色に差し替える。 */
.hero-over .hero-over-copy h1 .iro {
  background-image: linear-gradient(92deg, #FFD166, #FF9E7A 26%, #FF7ABF 50%, #B79BFF 72%, #7FD8FF 92%);
  text-shadow: none;
  filter: drop-shadow(0 1px 4px rgba(6,10,24,.7)) drop-shadow(0 4px 18px rgba(6,10,24,.55));
}
.hero-over .hero-over-copy h1 .h1sub {
  color: rgba(255,255,255,.9); text-shadow: 0 1px 4px rgba(6,10,24,.9), 0 2px 12px rgba(6,10,24,.7);
}
.hero-over .hero-over-copy .sub {
  color: #fff; max-width: 22em; font-weight: 700;
  text-shadow: 0 1px 3px rgba(6,10,24,.95), 0 2px 10px rgba(6,10,24,.85), 0 4px 26px rgba(6,10,24,.6);
}
.hero-over .hero-over-copy .sub b { color: #fff; }
.hero-over .hero-over-copy .hero-meta span {
  background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28);
  color: #fff; box-shadow: none;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.hero-over .hero-over-copy .hero-meta .accent { color: #FFD3CD; border-color: rgba(255,160,150,.5); }
.hero-over .hero-over-copy .hero-meta .lic { color: rgba(255,255,255,.72); }
.hero-over .hero-over-copy .btn-ghost {
  background: rgba(255,255,255,.14); color: #fff;
  border-color: rgba(255,255,255,.4); backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); box-shadow: none;
}
.hero-over .hero-over-copy .btn-ghost:hover { background: rgba(255,255,255,.24); border-color: #fff; color: #fff; }

/* 画像下端を次のセクションへ繋ぐ */
.hero-over + .sec { position: relative; }

/* --- split layout (career LP) -------------------------------------------- */
.hero-in {
  display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: clamp(26px, 4vw, 52px); align-items: center;
  padding-block: clamp(34px, 5.4vw, 74px);
}
.hero .label { margin-bottom: 18px; }
.hero h1 {
  font-size: clamp(34px, 6.4vw, 72px); line-height: 1.14;
  letter-spacing: -.012em;
}
.hero h1 .iro {
  background: var(--grad-ink);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.hero h1 .h1sub {
  display: block; margin-top: 14px;
  font-size: clamp(13.5px, 1.7vw, 16px); font-weight: 800;
  letter-spacing: .06em; color: var(--ink-3); line-height: 1.6;
}
.hero .sub {
  margin-top: 22px; color: var(--ink-2);
  font-size: clamp(14.5px, 2vw, 17px); line-height: 1.98; max-width: 31em;
}
.hero .sub b { color: var(--ink); font-weight: 900; }
.hero-act { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-top: 24px; }
.hero-meta span {
  font-size: 12px; font-weight: 800; color: var(--ink-2);
  background: var(--paper); border: 1px solid var(--line-2);
  padding: 6px 13px; border-radius: 999px; box-shadow: var(--sh-xs);
}
.hero-meta .accent { color: var(--coral); border-color: rgba(255,97,82,.3); }
.hero-meta .lic { font-family: var(--en); color: var(--ink-3); }

.hero-vis { position: relative; }
.hero-vis .frame {
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--sh-lg); aspect-ratio: 16 / 10.4;
}
.hero-vis .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-vis .chip {
  position: absolute; left: -14px; bottom: 26px; z-index: 2;
  background: var(--paper); border-radius: 16px; box-shadow: var(--sh);
  padding: 13px 18px; display: flex; align-items: center; gap: 11px;
  font-weight: 900; font-size: 13.5px;
}
.hero-vis .chip i {
  width: 12px; height: 12px; border-radius: 3px;
  background: var(--grad-rb); transform: rotate(15deg); flex: none;
}

/* --------------------------------------------------------------------------
   7. Page header (sub pages)
   -------------------------------------------------------------------------- */
.ph {
  background: linear-gradient(180deg, var(--paper), #EAF5FF);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(36px, 5.4vw, 66px);
}
.ph h1 {
  font-size: clamp(30px, 5.6vw, 52px); line-height: 1.28;
  letter-spacing: -.012em; margin-top: 16px;
}
.ph h1 .iro {
  background: var(--grad-ink);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

/* Breadcrumb */
.crumb {
  font-size: 12px; color: var(--ink-3); display: flex; flex-wrap: wrap;
  gap: 8px; align-items: center; padding-top: 14px;
}
.crumb a:hover { color: var(--blue-ink); text-decoration: underline; }
.crumb li { display: flex; align-items: center; gap: 8px; }
.crumb li + li::before { content: "/"; color: var(--ink-4); }
.crumb [aria-current] { color: var(--ink-2); font-weight: 700; }

/* --------------------------------------------------------------------------
   8. Dual entry (求職者 / 企業)
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); margin-top: 36px; }
.scol {
  position: relative; border-radius: var(--r-lg); padding: 36px 34px;
  color: #fff; display: flex; flex-direction: column;
  min-height: 292px; box-shadow: var(--sh); isolation: isolate; overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.scol:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.scol.seeker  { background: linear-gradient(150deg, #2472F5, #14CBDE); }
.scol.company { background: linear-gradient(150deg, #FF8A2B, #EC3585); }
.scol::after {
  content: ""; position: absolute; right: -60px; bottom: -70px;
  width: 210px; height: 210px; border-radius: 50%;
  background: rgba(255,255,255,.12); z-index: -1;
}
.scol .tag { font-family: var(--en); font-weight: 800; font-size: 11.5px; letter-spacing: .15em; opacity: .93; }
.scol h3 { font-size: clamp(20px, 2.9vw, 26px); line-height: 1.48; margin: 12px 0 10px; }
.scol p { font-size: 14.5px; line-height: 1.95; opacity: .97; }
.scol ul { margin-top: 14px; }
.scol li {
  font-size: 13.5px; font-weight: 700; padding-left: 23px;
  position: relative; margin-bottom: 6px;
}
.scol li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 10px; height: 10px; border-radius: 3px;
  background: #fff; opacity: .92; transform: rotate(12deg);
}
.scol .sp { flex: 1; }
.scol .sbtn {
  margin-top: 22px; display: inline-flex; align-items: center; gap: 8px;
  background: #fff; font-weight: 900; font-size: 15px;
  padding: 14px 26px; border-radius: 999px; align-self: flex-start;
  transition: transform .16s, box-shadow .16s;
}
.scol .sbtn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.scol.seeker .sbtn  { color: var(--blue-ink); }
.scol.company .sbtn { color: #D62E77; }

.split-head { margin-bottom: 4px; }
.split-head .h2 { margin-top: 14px; }

/* --------------------------------------------------------------------------
   8b. Instagram
   -------------------------------------------------------------------------- */
.ig-posts {
  margin-top: 30px;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
}
.igw {
  position: relative; width: 100%;
  padding-bottom: calc(125% + 208px);
  border-radius: var(--r); overflow: hidden;
  box-shadow: var(--sh-sm); background: var(--paper);
}
.igw iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

@media (max-width: 1079px) {
  .ig-posts {
    display: flex; gap: 12px; overflow-x: auto;
    overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; padding-bottom: 10px;
  }
  .igw {
    flex: 0 0 min(84vw, 330px); width: min(84vw, 330px);
    height: calc(min(84vw, 330px) * 1.25 + 208px);
    padding-bottom: 0; scroll-snap-align: center;
  }
  .ig-posts::-webkit-scrollbar { height: 6px; }
  .ig-posts::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 3px; }
}

.ig-cta { margin-top: 26px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ig-handle { font-family: var(--en); font-weight: 800; color: var(--ink-3); font-size: 14px; }

/* --------------------------------------------------------------------------
   9. Proof numbers
   -------------------------------------------------------------------------- */
.proof {
  background: linear-gradient(170deg, #EAF6FF, #CBEBF9 60%, #D9E6FF);
  border-block: 1px solid var(--line);
}
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proof .it { padding: 38px 24px 30px; position: relative; }
.proof .it::before {
  content: ""; position: absolute; left: 24px; top: 0;
  width: 32px; height: 4px; border-radius: 0 0 3px 3px; background: var(--c);
}
.proof .it:first-child { padding-left: 0; }
.proof .it:first-child::before { left: 0; }
.proof .it:last-child { padding-right: 0; }
.proof .lab { font-size: 11.5px; color: var(--ink-3); font-weight: 800; letter-spacing: .04em; }
.proof .num {
  font-family: var(--en); font-weight: 800;
  font-size: clamp(40px, 7vw, 68px); line-height: 1.02;
  letter-spacing: -.03em; margin-top: 4px; color: var(--c);
}
.proof .num u { text-decoration: none; font-size: .4em; color: var(--ink-2); font-weight: 700; margin-left: 2px; }
.proof .dsc { font-size: 12px; color: var(--ink-3); line-height: 1.75; margin-top: 7px; }
.proof-note { font-size: 12.5px; color: var(--ink-3); padding-top: 14px; }

/* --------------------------------------------------------------------------
   10. About
   -------------------------------------------------------------------------- */
.about-grid {
  display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
  gap: clamp(30px, 4.6vw, 56px); align-items: center;
}
.about-txt .body { margin-top: 24px; }
.about-txt .body p { color: var(--ink-2); line-height: 2.08; font-size: 15.5px; margin-bottom: 17px; }
.about-txt .body p b {
  color: var(--ink); font-weight: 900;
  background: linear-gradient(transparent 64%, rgba(18,181,212,.3) 0);
}
.about-vis { position: relative; max-width: 380px; margin-left: auto; width: 100%; }
.about-vis .blob {
  position: absolute; inset: -8% -8% auto auto; width: 72%; height: 82%;
  background: radial-gradient(closest-side, rgba(18,181,212,.42), transparent 72%);
  z-index: 0; filter: blur(3px);
}
.about-img {
  position: relative; z-index: 1; border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh); aspect-ratio: 4 / 3.1;
}
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 36%; }
.about-vis .tag {
  position: absolute; z-index: 2; left: -12px; bottom: 20px;
  background: var(--paper); border-radius: 14px; box-shadow: var(--sh-sm);
  padding: 11px 17px; font-weight: 900; font-size: 13px;
  display: flex; align-items: center; gap: 9px;
}
.about-vis .tag i {
  width: 11px; height: 11px; border-radius: 3px;
  background: var(--grad-rb); transform: rotate(15deg); flex: none;
}

/* --------------------------------------------------------------------------
   11. Strength cards
   -------------------------------------------------------------------------- */
.str-cards { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.scard {
  position: relative; border-radius: var(--r-lg); padding: 32px 30px;
  overflow: hidden; border: 1px solid rgba(20,31,53,.05); background: var(--cb);
  transition: transform .2s, box-shadow .2s;
}
.scard:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.scard .ill { width: 92px; height: 82px; margin-bottom: 4px; }
.scard .sno {
  position: absolute; right: 24px; top: 20px;
  font-family: var(--en); font-weight: 800; font-size: 30px;
  color: var(--cc); opacity: .42;
}
.scard h3 { font-size: clamp(18px, 2.5vw, 22px); line-height: 1.5; margin-top: 10px; }
.scard h3 em { font-style: normal; color: var(--cc); }
.scard p { margin-top: 10px; color: var(--ink-2); font-size: 14.5px; line-height: 1.95; }
.scard::after {
  content: ""; position: absolute; right: -34px; bottom: -34px;
  width: 128px; height: 128px; border-radius: 50%;
  background: var(--cc); opacity: .06;
}

/* --------------------------------------------------------------------------
   12. Flow steps
   -------------------------------------------------------------------------- */
.flow { margin-top: 36px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.flow.flow4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.flow .st {
  background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 30px 24px; box-shadow: var(--sh-sm);
  text-align: center; position: relative;
  transition: transform .2s, box-shadow .2s;
}
.flow .st:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.flow .st .ic { width: 72px; height: 72px; margin: 0 auto 14px; }
.flow .st .n {
  position: absolute; top: 18px; right: 20px;
  font-family: var(--en); font-weight: 800; font-size: 14px; color: var(--ink-4);
}
.flow .st h3 { font-size: 17px; margin-bottom: 8px; }
.flow .st p { color: var(--ink-2); font-size: 13.5px; line-height: 1.9; }

/* --------------------------------------------------------------------------
   13. Members
   -------------------------------------------------------------------------- */
.mem { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.mem .card {
  display: flex; gap: 18px; align-items: center;
  background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 18px; box-shadow: var(--sh-sm);
  transition: transform .2s, box-shadow .2s;
}
.mem .card:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.mem .ph-img {
  flex: 0 0 84px; width: 84px; height: 84px; border-radius: 18px;
  overflow: hidden; padding: 3px; background: var(--grad-rb);
}
.mem .ph-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; border-radius: 15px; }
.mem .nm { font-weight: 900; font-size: 18px; }
.mem .nm .en { font-weight: 700; font-size: 11px; color: var(--ink-4); margin-left: 9px; }
.mem .ro { color: var(--ink-3); font-size: 12.5px; font-weight: 700; margin-top: 4px; }
.mem .ro b { color: var(--pink); }

/* Staff detail cards */
.staff-list { display: grid; gap: clamp(20px, 3vw, 30px); }
.staff-card {
  display: grid; grid-template-columns: 250px minmax(0, 1fr);
  gap: clamp(22px, 3.4vw, 40px); align-items: start;
  background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r-lg); padding: clamp(22px, 3vw, 34px); box-shadow: var(--sh-sm);
}
.staff-ph {
  border-radius: var(--r); overflow: hidden;
  padding: 4px; background: var(--grad-rb); aspect-ratio: 1;
}
.staff-ph img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; }
.staff-badge {
  display: inline-block; font-weight: 800; font-size: 12px;
  color: var(--blue-ink); background: rgba(26,99,240,.09);
  padding: 6px 14px; border-radius: 999px;
}
.staff-name { font-weight: 900; font-size: clamp(21px, 3vw, 26px); margin-top: 12px; }
.staff-name .en { font-weight: 700; font-size: 12.5px; color: var(--ink-4); margin-left: 11px; }
.staff-desc { margin-top: 14px; color: var(--ink-2); font-size: 14.5px; line-height: 2.02; }
.staff-handle {
  margin-top: 18px; background: var(--bg); border-radius: var(--r-sm);
  padding: 16px 18px; border-left: 4px solid; border-image: var(--grad-rb) 1;
}
.staff-handle .lab {
  font-weight: 900; font-size: 12px; color: var(--ink); display: block; margin-bottom: 5px;
}
.staff-handle p { font-size: 13.5px; color: var(--ink-2); line-height: 1.9; }
.staff-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.staff-tags span {
  font-size: 11.5px; font-weight: 800; color: var(--ink-2);
  border: 1px solid var(--line-2); background: var(--bg);
  padding: 5px 12px; border-radius: 999px;
}

/* --------------------------------------------------------------------------
   14. Area chips
   -------------------------------------------------------------------------- */
.area { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.area b {
  font-weight: 900; font-size: clamp(15px, 2.4vw, 18px);
  padding: 10px 19px; border-radius: 999px;
  background: var(--paper); box-shadow: var(--sh-xs); border: 1.5px solid transparent;
}
.area b:nth-child(8n+1) { color: var(--blue);   border-color: rgba(26,99,240,.26); }
.area b:nth-child(8n+2) { color: var(--cyan);   border-color: rgba(18,181,212,.3); }
.area b:nth-child(8n+3) { color: var(--green);  border-color: rgba(43,182,115,.3); }
.area b:nth-child(8n+4) { color: #C98B00;       border-color: rgba(245,175,25,.42); }
.area b:nth-child(8n+5) { color: var(--orange); border-color: rgba(255,138,43,.36); }
.area b:nth-child(8n+6) { color: var(--coral);  border-color: rgba(255,97,82,.3); }
.area b:nth-child(8n+7) { color: var(--pink);   border-color: rgba(236,53,133,.3); }
.area b:nth-child(8n)   { color: var(--purple); border-color: rgba(124,92,255,.3); }

/* --------------------------------------------------------------------------
   15. Company table
   -------------------------------------------------------------------------- */
.co { margin-top: 30px; border-top: 3px solid; border-image: var(--grad-rb) 1; }
.co dl { display: grid; grid-template-columns: 170px minmax(0, 1fr); }
.co dt {
  font-weight: 900; font-size: 14px; padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.co dd {
  font-size: 14px; color: var(--ink-2); padding: 16px 0;
  border-bottom: 1px solid var(--line); line-height: 1.85;
}
.co dd a:hover { color: var(--blue-ink); text-decoration: underline; }
.co dd .lic {
  font-family: var(--en); font-weight: 700;
  background: linear-gradient(transparent 62%, rgba(245,175,25,.5) 0);
}

/* --------------------------------------------------------------------------
   16. FAQ
   -------------------------------------------------------------------------- */
.faq-list { margin-top: 32px; display: grid; gap: 14px; }
.faq-item {
  background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r); box-shadow: var(--sh-xs); overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
}
.faq-item[open] { box-shadow: var(--sh-sm); border-color: rgba(26,99,240,.22); }
.faq-item summary {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 20px 22px; cursor: pointer; font-weight: 900; font-size: 15.5px;
  line-height: 1.7; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .q {
  font-family: var(--en); font-weight: 800; font-size: 16px;
  color: var(--blue); flex: none; line-height: 1.6;
}
.faq-item summary .mk {
  margin-left: auto; flex: none; width: 22px; height: 22px;
  position: relative; margin-top: 3px;
}
.faq-item summary .mk::before,
.faq-item summary .mk::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 13px; height: 2.5px; border-radius: 2px; background: var(--ink-3);
  transform: translate(-50%, -50%); transition: transform .22s;
}
.faq-item summary .mk::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] summary .mk::after { transform: translate(-50%, -50%) rotate(0); }
.faq-body {
  padding: 0 22px 22px 56px; color: var(--ink-2);
  font-size: 14.5px; line-height: 2.02;
}
.faq-body p + p { margin-top: 12px; }
.faq-body a { color: var(--blue-ink); font-weight: 700; text-decoration: underline; }

.faq-cat { margin-top: 44px; }
.faq-cat:first-of-type { margin-top: 0; }
.faq-cat > h2 {
  font-size: clamp(18px, 2.6vw, 22px); display: flex; align-items: center; gap: 12px;
}
.faq-cat > h2::before {
  content: ""; width: 20px; height: 20px; border-radius: 6px;
  background: var(--grad-rb); flex: none; transform: rotate(12deg);
}

/* --------------------------------------------------------------------------
   17. Contact
   -------------------------------------------------------------------------- */
.contact-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(26px, 4vw, 48px); align-items: start;
}
.form-card {
  background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r-lg); padding: clamp(24px, 3.4vw, 38px); box-shadow: var(--sh-sm);
}
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 900; font-size: 13.5px; margin-bottom: 8px; }
.field .req {
  font-size: 10.5px; font-weight: 800; color: #fff; background: var(--coral);
  padding: 3px 8px; border-radius: 5px; margin-left: 8px; vertical-align: 2px;
}
.field .opt {
  font-size: 10.5px; font-weight: 800; color: var(--ink-3);
  background: var(--bg); border: 1px solid var(--line-2);
  padding: 3px 8px; border-radius: 5px; margin-left: 8px; vertical-align: 2px;
}
.field input, .field textarea, .field select {
  width: 100%; font: inherit; font-size: 15px; color: var(--ink);
  background: var(--bg); border: 1.5px solid var(--line-2);
  border-radius: var(--r-sm); padding: 14px 16px;
  transition: border-color .16s, background .16s;
}
.field textarea { min-height: 150px; resize: vertical; line-height: 1.8; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue); background: var(--paper);
}
.field .hint { font-size: 12px; color: var(--ink-3); margin-top: 7px; line-height: 1.7; }
.form-note {
  font-size: 12.5px; color: var(--ink-3); line-height: 1.85;
  background: var(--bg); border-radius: var(--r-sm); padding: 15px 17px; margin-bottom: 22px;
}
.form-note a { color: var(--blue-ink); font-weight: 700; text-decoration: underline; }

.contact-side { display: grid; gap: 16px; }
.side-card {
  background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r); padding: 24px; box-shadow: var(--sh-xs);
}
.side-card h2 { font-size: 16px; display: flex; align-items: center; gap: 10px; }
.side-card h2::before {
  content: ""; width: 16px; height: 16px; border-radius: 5px;
  background: var(--grad-rb); flex: none; transform: rotate(12deg);
}
.side-card p { font-size: 13.5px; color: var(--ink-2); line-height: 1.9; margin-top: 10px; }
.side-card .tel {
  font-family: var(--en); font-weight: 800; font-size: 25px;
  color: var(--ink); display: block; margin-top: 8px;
}
.side-card .btn { width: 100%; margin-top: 14px; }

/* --------------------------------------------------------------------------
   18. Partner logos
   -------------------------------------------------------------------------- */
.partners {
  margin-top: 30px; display: flex; flex-wrap: wrap;
  align-items: center; gap: 16px 30px;
}
.partners img { height: 38px; width: auto; opacity: .88; }

/* --------------------------------------------------------------------------
   19. Legal / prose
   -------------------------------------------------------------------------- */
.prose { max-width: 50em; }
.prose h2 {
  font-size: clamp(17px, 2.4vw, 20px); margin-top: 38px; padding-bottom: 10px;
  border-bottom: 2px solid var(--line-2); display: flex; align-items: center; gap: 11px;
}
.prose h2::before {
  content: ""; width: 8px; height: 20px; border-radius: 3px;
  background: var(--grad-rb); flex: none;
}
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink-2); font-size: 14.5px; line-height: 2.05; margin-top: 14px; }
.prose ul { margin-top: 12px; }
.prose li {
  color: var(--ink-2); font-size: 14.5px; line-height: 1.95;
  padding-left: 20px; position: relative; margin-bottom: 7px;
}
.prose li::before {
  content: ""; position: absolute; left: 0; top: 11px;
  width: 7px; height: 7px; border-radius: 2px; background: var(--cyan); transform: rotate(12deg);
}
.prose .sign { margin-top: 34px; font-size: 13.5px; color: var(--ink-3); line-height: 1.95; }

/* --------------------------------------------------------------------------
   20. CTA band
   -------------------------------------------------------------------------- */
.cta {
  position: relative; overflow: hidden; color: #fff; text-align: center;
  background: linear-gradient(120deg, #2472F5, #1AA6E8 52%, #14CBDE);
}
.cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(62% 72% at 50% -12%, rgba(255,255,255,.2), transparent 72%);
}
.cta .wrap { position: relative; }
.cta .label { color: #EAF4FF; justify-content: center; }
.cta .label::before { background: rgba(255,255,255,.9); }
.cta h2 { font-size: clamp(24px, 4.8vw, 40px); line-height: 1.42; margin-top: 16px; }
.cta > .wrap > p { margin-top: 16px; color: #E6F2FF; font-size: 15px; line-height: 2; }
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 32px; }
.cta-dual {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap);
  margin-top: 32px; text-align: left;
}
.cta .dcard {
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.26);
  border-radius: var(--r); padding: 26px;
}
.cta .dcard .dt { font-weight: 900; font-size: 17px; margin-bottom: 7px; }
.cta .dcard .dd { font-size: 13px; color: #E6F2FF; margin-bottom: 18px; line-height: 1.75; }
.cta .dcard .btn { width: 100%; }
.cta-tel { margin-top: 24px; font-family: var(--en); font-weight: 800; font-size: clamp(21px, 4.2vw, 27px); }
.cta-tel small {
  display: block; font-family: var(--jp); font-size: 12px;
  color: #DCEBFF; font-weight: 700; margin-bottom: 3px;
}

/* --------------------------------------------------------------------------
   21. Footer
   -------------------------------------------------------------------------- */
.ft { background: var(--dark); color: #9AA9BE; padding: 52px 0 24px; position: relative; }
.ft::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: 4px; background: var(--grad-rb);
}
.ft-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; }
.ft-brand { max-width: 380px; }
.ft-brand img { height: 56px; width: auto; border-radius: 11px; }
.ft-tag { font-size: 12.5px; color: #8595AC; margin-top: 12px; font-weight: 700; }
.ft-addr { font-size: 11.5px; color: #6B7B93; margin-top: 12px; line-height: 1.85; }
.ft-addr a:hover { color: #fff; }
.ft-sns { display: flex; gap: 10px; margin-top: 16px; }
.ft-sns a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.08); display: grid; place-items: center;
  color: #fff; transition: background .16s, transform .16s;
}
.ft-sns a:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
.ft-sns svg { width: 17px; height: 17px; fill: currentColor; }
.ft-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; align-content: start; }
.ft-nav a { font-size: 13px; transition: color .15s; }
.ft-nav a:hover { color: #fff; }
.ft-cp {
  margin-top: 36px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 11px; color: #56657A; text-align: center;
  font-family: var(--en); letter-spacing: .05em;
}

/* --------------------------------------------------------------------------
   22. Sticky mobile CTA
   -------------------------------------------------------------------------- */
.sticky-cta { display: none; }

/* --------------------------------------------------------------------------
   23. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1023px) {
  .nav-menu { display: none; }
  .burger { display: flex; }
  .nav-act .nav-cta { display: none; }
  .hero-in { grid-template-columns: 1fr; gap: 30px; }
  .hero-vis { max-width: 560px; width: 100%; }
  .hero-deco { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-vis { max-width: 320px; margin-inline: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .staff-card { grid-template-columns: 180px minmax(0, 1fr); }
}

@media (max-width: 767px) {
  :root { --nav-h: 60px; }
  body { font-size: 15px; }
  .wrap { width: calc(100% - 32px); }

  .split { grid-template-columns: 1fr; }
  .scol { min-height: auto; padding: 30px 26px; }
  .str-cards { grid-template-columns: 1fr; }
  .flow, .flow.flow4 { grid-template-columns: 1fr; }
  .mem { grid-template-columns: 1fr; }
  .cta-dual { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof .it { padding: 30px 16px 24px; }
  .proof .it::before { left: 16px; }
  .proof .it:nth-child(odd) { padding-left: 0; }
  .proof .it:nth-child(odd)::before { left: 0; }
  .co dl { grid-template-columns: 1fr; }
  .co dt { padding: 15px 0 2px; border-bottom: none; }
  .co dd { padding: 0 0 15px; }
  .staff-card { grid-template-columns: 1fr; }
  .staff-ph { max-width: 190px; }
  .faq-body { padding-left: 22px; }
  .hero-act .btn, .cta-row .btn { flex: 1 1 100%; }
  .ft-top { flex-direction: column; }
  .partners img { height: 30px; }

  /* スマホでは16:9のままだと帯が細く寂しいので、高さを持たせる */
  .hero-banner img {
    height: 46vh; min-height: 280px; max-height: 440px;
    object-fit: cover; object-position: center 44%;
  }
  .hero-banner .chip { font-size: 12.5px; padding: 11px 16px; }

  /* スマホはコピーが全幅に載るので、左からではなく下から落とす */
  .hero-over .hero-scrim {
    background:
      linear-gradient(180deg,
        rgba(9,14,32,.26) 0%,
        rgba(9,14,32,.04) 20%,
        rgba(9,14,32,.34) 48%,
        rgba(9,14,32,.60) 74%,
        rgba(9,14,32,.72) 100%);
  }

  /* 採用支援のバナーは画像内に文字があるため、切り抜かず全体を見せる */
  .hero-biz .hero-banner img {
    height: auto; min-height: 0; max-height: none; object-position: center;
  }

  /* Sticky CTA bar */
  body { padding-bottom: 74px; }
  .sticky-cta {
    display: grid; grid-template-columns: 1fr 1fr; gap: 9px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.92);
    backdrop-filter: saturate(160%) blur(12px);
    -webkit-backdrop-filter: saturate(160%) blur(12px);
    border-top: 1px solid var(--line-2);
  }
  .sticky-cta a {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    font-weight: 900; font-size: 14px; padding: 13px 10px; border-radius: 999px;
  }
  .sticky-cta .s-line { background: #06C755; color: #fff; }
  .sticky-cta .s-tel { background: var(--paper); color: var(--ink); border: 1.5px solid var(--line-2); }
  .sticky-cta svg { width: 17px; height: 17px; fill: currentColor; flex: none; }
}

@media (max-width: 400px) {
  .proof .num { font-size: 30px; }
  .brand .nm { display: none; }
}

/* --------------------------------------------------------------------------
   24. Print
   -------------------------------------------------------------------------- */
@media print {
  .nav, .drawer, .sticky-cta, .cta, .ft-sns { display: none !important; }
  body { padding-bottom: 0; background: #fff; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 10px; color: #666; }
}

/* ==========================================================================
   25. Page-specific components
   ========================================================================== */

/* Large button */
.btn-lg { font-size: 17px; padding: 19px 34px; }

/* Access card (about) */
.access-card {
  margin-top: 28px; background: var(--paper);
  border: 1px solid var(--line-2); border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 30px); box-shadow: var(--sh-sm);
  border-top: 3px solid; border-image: var(--grad-rb) 1;
}
.access-card .addr { font-weight: 900; font-size: clamp(16px, 2.6vw, 19px); }
.access-card .tel-line { margin-top: 8px; color: var(--ink-2); font-size: 14.5px; }
.access-card a:hover { color: var(--blue-ink); text-decoration: underline; }

/* Form status message */
.form-status {
  margin-top: 14px; font-size: 13.5px; font-weight: 700;
  line-height: 1.8; padding: 0;
}
.form-status:empty { display: none; }
.form-status[data-kind="ok"]      { color: #1A8F62; }
.form-status[data-kind="error"],
.form-status[data-kind="warn"]    { color: #C23C2E; background: #FFF3F1; padding: 13px 15px; border-radius: var(--r-sm); }
.form-status[data-kind="sending"] { color: var(--ink-3); }

.form-privacy {
  font-size: 12.5px; color: var(--ink-3); text-align: center;
  margin-top: 14px; line-height: 1.75;
}
.form-privacy a { color: var(--blue-ink); text-decoration: underline; }

/* Prose sub-heading */
.prose-h3 {
  font-size: 15.5px; font-weight: 900; margin-top: 26px; color: var(--ink);
}

/* Service cards (companies) */
.svc-grid {
  margin-top: 36px; display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap);
}
.svc {
  position: relative; background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r-lg); padding: 30px 28px; box-shadow: var(--sh-sm);
  transition: transform .2s, box-shadow .2s;
}
.svc:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.svc-ic {
  width: 54px; height: 54px; border-radius: 16px;
  display: grid; place-items: center; margin-bottom: 16px;
}
.svc-ic svg { width: 27px; height: 27px; }
.svc h3 { font-size: 19px; }
.svc p { margin-top: 10px; color: var(--ink-2); font-size: 14.5px; line-height: 1.95; }
.svc-badge {
  position: absolute; top: 18px; right: 20px;
  font-size: 10.5px; font-weight: 800; color: #fff;
  background: var(--coral); padding: 4px 11px; border-radius: 999px;
}

.media-row {
  margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line-2);
}
.media-label {
  font-size: 12px; font-weight: 900; color: var(--ink-3);
  letter-spacing: .1em; display: block;
}
.media-note { font-size: 12.5px; color: var(--ink-3); margin-top: 14px; }

/* Companies hero tint */
.hero-biz {
  background:
    radial-gradient(660px 320px at 88% 6%, rgba(236,53,133,.12), transparent 72%),
    radial-gradient(520px 300px at 4% 92%, rgba(255,138,43,.1), transparent 70%),
    var(--bg);
}

/* ==========================================================================
   26. Career landing page
   ========================================================================== */

.lp-bar { background: var(--ink); color: #fff; }
.lp-bar-in {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 9px 0; flex-wrap: wrap;
}
.lp-pin {
  font-size: 11.5px; font-weight: 900; background: var(--grad-rb);
  padding: 4px 12px; border-radius: 999px;
}
.lp-bar-tx { font-size: 13px; font-weight: 700; letter-spacing: .03em; }

.lp-hero h1 { font-size: clamp(27px, 4.2vw, 44px); line-height: 1.34; }
.lp-hero .hero-in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }

.lp-chip { display: inline-flex; align-items: center; gap: 8px; }
.lp-chip .age {
  font-family: var(--en); font-weight: 800; font-size: 12.5px; color: #fff;
  background: var(--grad); padding: 5px 13px; border-radius: 999px;
}
.lp-chip .reg {
  font-size: 12px; font-weight: 800; color: var(--ink-2);
  background: var(--paper); border: 1px solid var(--line-2);
  padding: 5px 13px; border-radius: 999px;
}

.lp-desc {
  margin-top: 16px; color: var(--ink-2); font-size: 14.5px;
  line-height: 2; max-width: 34em;
}
.lp-area { margin-top: 24px; }
.lp-area-lab {
  font-size: 11.5px; font-weight: 900; color: var(--ink-3); letter-spacing: .1em;
}
.lp-area .area { margin-top: 12px; gap: 8px; }
.lp-area .area b { font-size: 13.5px; padding: 7px 14px; }

.lp-hero .hero-vis .frame { aspect-ratio: 5 / 5.7; }
.lp-kpi {
  position: absolute; right: -10px; bottom: 22px; z-index: 2;
  background: var(--paper); border-radius: var(--r);
  box-shadow: var(--sh); padding: 16px 20px; max-width: 250px;
}
.lp-kpi-head {
  font-size: 10.5px; font-weight: 800; color: var(--ink-4);
  letter-spacing: .16em; margin-bottom: 8px;
}
.lp-kpi p { font-size: 12.5px; font-weight: 800; line-height: 1.6; margin-top: 7px; }
.lp-kpi b { font-size: 19px; color: var(--blue); margin-right: 5px; }
.lp-kpi b.green { color: var(--green); }

.proof-head {
  font-size: 13px; font-weight: 800; color: var(--ink-2);
  padding-top: 30px; text-align: center;
}
.proof-head .en { color: var(--ink-4); letter-spacing: .16em; font-size: 11px; }

.lp-stats { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.lp-stat {
  border-radius: var(--r-lg); padding: 32px 30px; background: var(--paper);
  border: 1px solid var(--line-2); box-shadow: var(--sh-sm); position: relative; overflow: hidden;
}
.lp-stat::after {
  content: ""; position: absolute; right: -40px; bottom: -40px;
  width: 140px; height: 140px; border-radius: 50%; opacity: .08;
}
.lp-stat.coral::after { background: var(--coral); }
.lp-stat.mint::after  { background: var(--green); }
.lp-stat .mini { font-size: 10.5px; font-weight: 800; color: var(--ink-4); letter-spacing: .14em; }
.lp-stat .big { font-weight: 800; font-size: clamp(46px, 8vw, 70px); line-height: 1.05; letter-spacing: -.02em; }
.lp-stat .big small { font-size: .32em; font-weight: 700; margin-left: 4px; color: var(--ink-2); }
.lp-stat.coral .big { color: var(--coral); }
.lp-stat.mint .big  { color: var(--green); }
.lp-stat .st-lab { font-weight: 900; font-size: 16px; margin-top: 6px; }
.lp-stat p { margin-top: 10px; color: var(--ink-2); font-size: 13.5px; line-height: 1.9; }

.lp-midcta { margin-top: 40px; text-align: center; }
.lp-midcta-note { margin-top: 13px; font-size: 12.5px; font-weight: 700; color: var(--ink-3); }

/* Before / After */
.bf-grid {
  margin-top: 36px; display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px; align-items: center;
}
.bf-card {
  border-radius: var(--r-lg); padding: 30px 28px;
  border: 1px solid var(--line-2); background: var(--paper); box-shadow: var(--sh-sm);
}
.bf-card.before { background: #F4F6FA; }
.bf-card.after  { background: linear-gradient(160deg, #EAF6FF, #EBFAF1); border-color: rgba(26,99,240,.18); }
.bf-lab { font-size: 11px; font-weight: 800; letter-spacing: .16em; color: var(--ink-4); }
.bf-card.after .bf-lab { color: var(--blue); }
.bf-card h3 { font-size: 19px; margin-top: 6px; }
.bf-card ul { margin-top: 16px; }
.bf-card li {
  font-size: 14px; line-height: 1.9; color: var(--ink-2);
  padding-left: 27px; position: relative; margin-bottom: 11px;
}
.bf-card.before li::before {
  content: "?"; position: absolute; left: 0; top: 2px;
  width: 19px; height: 19px; border-radius: 50%;
  background: #C6D0DE; color: #fff; font-weight: 900; font-size: 12px;
  display: grid; place-items: center;
}
.bf-card.after li::before {
  content: "✓"; position: absolute; left: 0; top: 2px;
  width: 19px; height: 19px; border-radius: 50%;
  background: var(--green); color: #fff; font-weight: 900; font-size: 11px;
  display: grid; place-items: center;
}
.bf-arrow {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--grad); color: #fff;
  display: grid; place-items: center; flex: none; box-shadow: var(--sh-sm);
}
.bf-arrow svg { width: 26px; height: 26px; }

/* 3-column strengths */
.str-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Cases */
.cases { margin-top: 36px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap); }
.case {
  background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm);
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.case:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.case-img { position: relative; aspect-ratio: 16 / 8; overflow: hidden; }
.case-img img { width: 100%; height: 100%; object-fit: cover; }
.case-badge {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(20,31,53,.88); color: #fff;
  font-size: 11.5px; font-weight: 800; padding: 6px 13px; border-radius: 999px;
}
.case-body { padding: 24px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.case-meta { font-size: 12px; font-weight: 800; color: var(--ink-3); }
.case-body h3 { font-size: 18px; margin-top: 8px; }
.case-text { margin-top: 10px; color: var(--ink-2); font-size: 14px; line-height: 1.95; flex: 1; }
.case-result {
  align-self: flex-start; margin-top: 16px;
  font-size: 12px; font-weight: 800; color: var(--coral);
  background: #FFF1EF; border: 1px solid rgba(255,97,82,.25);
  padding: 6px 14px; border-radius: 999px;
}
.case-result.green  { color: #1A8F62; background: #EBFAF1; border-color: rgba(43,182,115,.3); }
.case-result.yellow { color: #B07800; background: #FFF8E8; border-color: rgba(245,175,25,.4); }

/* Step meta */
.st-meta {
  display: inline-block; margin-top: 12px;
  font-size: 11.5px; font-weight: 800; color: var(--blue-ink);
  background: rgba(26,99,240,.08); padding: 5px 12px; border-radius: 999px;
}

/* Consultants */
.lp-cons { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.cons-card {
  background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm);
  display: grid; grid-template-columns: 190px minmax(0, 1fr);
}
.cons-card > img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.cons-body { padding: 26px 26px 28px; }
.cons-role { word-break: auto-phrase;
  display: inline-block; font-size: 11.5px; font-weight: 800;
  color: var(--blue-ink); background: rgba(26,99,240,.09);
  padding: 5px 12px; border-radius: 999px; line-height: 1.5;
}
.cons-body h3 { font-size: 21px; margin-top: 11px; }
.cons-body p { margin-top: 10px; color: var(--ink-2); font-size: 13.5px; line-height: 1.95; }
.cons-lead {
  margin-top: 30px; text-align: center; font-weight: 900;
  font-size: clamp(15px, 2.4vw, 18px); line-height: 1.8;
}

/* LP form section */
.lp-form {
  position: relative; overflow: hidden;
  padding-block: clamp(50px, 7vw, 88px);
  background:
    radial-gradient(760px 400px at 100% 0%, rgba(255,97,82,.22), transparent 62%),
    radial-gradient(600px 400px at 0% 100%, rgba(18,181,212,.2), transparent 62%),
    var(--dark);
  color: #fff;
}
.lp-form-intro { text-align: center; }
.lp-form-intro h2 {
  font-size: clamp(24px, 4.6vw, 38px); line-height: 1.42; margin-top: 16px; color: #fff;
}
.lp-form-intro p {
  margin-top: 14px; color: rgba(255,255,255,.86);
  font-size: 14.5px; line-height: 1.9;
}
.assurances {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 9px;
  margin: 26px auto 30px; max-width: 560px;
}
.assurances li {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.2);
  font-size: 12.5px; font-weight: 800; padding: 7px 14px; border-radius: 999px;
}
.assurances .ck {
  width: 17px; height: 17px; border-radius: 50%; background: var(--green);
  display: grid; place-items: center; font-size: 10px; font-weight: 900; flex: none;
}
.lp-form-card { max-width: 620px; margin-inline: auto; color: var(--ink); }

.lp-thanks { text-align: center; }
.lpt-icon {
  width: 62px; height: 62px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: grid; place-items: center; font-size: 30px; font-weight: 900;
}
.lp-thanks h3 { font-size: clamp(21px, 3.4vw, 27px); line-height: 1.45; }
.lp-thanks > p { margin-top: 14px; color: var(--ink-2); font-size: 14.5px; line-height: 1.9; }
.lp-thanks .btn { width: 100%; margin-top: 14px; }
.lpt-note { margin-top: 16px; font-size: 12.5px; color: var(--ink-3); line-height: 1.8; }

/* ==========================================================================
   27. Page-specific responsive
   ========================================================================== */
@media (max-width: 1023px) {
  /* .lp-hero .hero-in は詳細度が高く、基本の1カラム指定に勝ってしまうので明示的に戻す */
  .lp-hero .hero-in { grid-template-columns: 1fr; align-items: center; }
  .lp-hero .hero-vis { max-width: 520px; width: 100%; margin-inline: auto; }

  .svc-grid { grid-template-columns: 1fr; }
  .lp-cons { grid-template-columns: 1fr; }
  .cases { grid-template-columns: 1fr; }
  .lp-kpi { position: static; max-width: none; margin-top: 16px; box-shadow: var(--sh-sm); }
  .lp-frame { aspect-ratio: 16 / 11; }
  .bf-grid { grid-template-columns: 1fr; }
  .bf-arrow { margin-inline: auto; transform: rotate(90deg); }
}

@media (max-width: 767px) {
  .str-3 { grid-template-columns: 1fr; }
  .lp-stats { grid-template-columns: 1fr; }
  .cons-card { grid-template-columns: 1fr; }
  .cons-card > img { aspect-ratio: 4 / 3; object-position: center 22%; }
  .lp-bar-tx { font-size: 12px; }
  .lp-midcta .btn { width: 100%; }
}

/* ==========================================================================
   28. v2 — Bold / Youth edition
   「若者がついエントリーしたくなる」ための上書きと新コンポーネント
   ========================================================================== */
:root {
  --grad-bright: linear-gradient(92deg, #FFD166, #FF9E7A 26%, #FF7ABF 50%, #B79BFF 72%, #7FD8FF 92%);
  --grad-cta:    linear-gradient(120deg, #1E4FD8, #5B3FE0 45%, #C22A74);
  --line-green:  #06C755;
}
::selection { background: #FFD166; color: var(--ink); }

.h2 { font-size: clamp(29px, 5.6vw, 58px); line-height: 1.26; letter-spacing: -.02em; }

/* ---- Header: トップではヒーローに溶け込ませる ---------------------------- */
.nav { transition: background .35s, border-color .35s, backdrop-filter .35s, box-shadow .35s; }
.nav.is-scrolled { box-shadow: 0 6px 24px rgba(20,31,53,.06); }
.is-home .hero-over { margin-top: calc(-1 * var(--nav-h)); }
.is-home .nav:not(.is-scrolled) {
  background: transparent; border-color: transparent;
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.is-home .nav:not(.is-scrolled) .brand .nm,
.is-home .nav:not(.is-scrolled) .nav-menu a { color: #fff; text-shadow: 0 1px 8px rgba(6,10,24,.5); }
.is-home .nav:not(.is-scrolled) .nav-menu a:hover { background: rgba(255,255,255,.16); }
.is-home .nav:not(.is-scrolled) .burger { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.35); }
.is-home .nav:not(.is-scrolled) .burger span { background: #fff; }

/* ---- Hero: 全画面・巨大コピー・動き -------------------------------------- */
.hero-over .hero-banner {
  min-height: clamp(620px, 100vh, 1000px);
  min-height: clamp(620px, 100svh, 1000px);
}
.hero-over .hero-bg { animation: kenburns 18s cubic-bezier(.2,.6,.2,1) both; transform-origin: 62% 46%; }
@keyframes kenburns { from { transform: scale(1.14); } to { transform: scale(1); } }

.hero-over-copy { padding-bottom: clamp(56px, 8vw, 112px); }
.hero-over-copy h1 { font-size: clamp(46px, 8.6vw, 124px); line-height: 1.02; letter-spacing: -.03em; }
.hero-over-copy h1 .ln { display: block; }
.hero-over-copy h1 .h1sub { font-size: clamp(14px, 1.6vw, 18px); letter-spacing: .12em; margin-top: 22px; }
.hero-over-copy .sub { font-size: clamp(15px, 1.7vw, 18px); margin-top: 22px; }

.rv { animation: rise 1s cubic-bezier(.22,1,.36,1) both; animation-delay: calc(var(--d, 0) * 1ms); }
@keyframes rise {
  from { opacity: 0; transform: translateY(34px); filter: blur(8px); }
  to   { opacity: 1; transform: none; filter: none; }
}

.btn-line-xl {
  color: #fff; background: var(--line-green);
  box-shadow: 0 14px 34px rgba(6,199,85,.38);
  font-size: 17px; padding: 19px 32px;
}
.btn-line-xl:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(6,199,85,.46); }
.btn-line-xl svg { width: 22px; height: 22px; fill: currentColor; }
.btn-line-xl small { font-weight: 800; font-size: 12px; background: rgba(255,255,255,.22); padding: 3px 9px; border-radius: 999px; }
.hero-biz-link {
  display: inline-block; margin-top: 18px; font-size: 13.5px; font-weight: 800;
  color: rgba(255,255,255,.88); text-decoration: underline; text-underline-offset: 4px;
  text-shadow: 0 1px 6px rgba(6,10,24,.8);
}
.hero-biz-link:hover { color: #fff; }

.hero-side {
  position: absolute; right: 26px; top: 50%; transform: translateY(-50%); z-index: 2;
  writing-mode: vertical-rl; font-family: var(--en); font-weight: 700; font-size: 11px;
  letter-spacing: .34em; color: rgba(255,255,255,.72); text-shadow: 0 1px 6px rgba(6,10,24,.6);
}
.hero-cue {
  position: absolute; right: 30px; bottom: 30px; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--en); font-weight: 800; font-size: 10.5px; letter-spacing: .3em; color: #fff;
}
.hero-cue::after {
  content: ""; width: 2px; height: 56px; border-radius: 2px;
  background: linear-gradient(180deg, #fff, rgba(255,255,255,0));
  animation: cue 1.8s ease-in-out infinite; transform-origin: top;
}
@keyframes cue { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }

/* ---- Marquee: 対応エリアを巨大に流す --------------------------------------- */
.marquee {
  position: relative; overflow: hidden; background: var(--paper);
  border-block: 1px solid var(--line);
  padding-block: clamp(18px, 2.6vw, 30px);
}
.mq-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .mq-track { animation-play-state: paused; }
.mq-group { display: flex; align-items: center; flex: none; }
.mq-it {
  font-weight: 900; font-size: clamp(46px, 8.4vw, 128px); line-height: 1.1;
  letter-spacing: -.02em; padding-inline: clamp(14px, 1.8vw, 26px); white-space: nowrap;
  color: var(--c);
}
.mq-it.ol { color: transparent; -webkit-text-stroke: 2px var(--c); }
.mq-star { font-size: clamp(22px, 3vw, 40px); color: var(--ink-4); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---- Worries: 「自分のことだ」と思わせる -------------------------------- */
.worries { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff, #F1F6FD); }
.worries .wrap { position: relative; z-index: 1; }
.wr-head { text-align: center; }
.wr-head .label { justify-content: center; }
.wr-cloud {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 16px;
  max-width: 980px; margin: clamp(34px, 4vw, 52px) auto 0;
}
.wr-chip {
  font-weight: 900; font-size: clamp(15px, 1.9vw, 21px); line-height: 1.5;
  background: var(--paper); border: 1.5px solid var(--line-2);
  padding: 14px 24px; border-radius: 999px; box-shadow: var(--sh-sm);
  transform: rotate(var(--r, 0deg));
  animation: bob 5.6s ease-in-out infinite; animation-delay: var(--dl, 0s);
}
.wr-chip:nth-child(3n+1) { border-color: rgba(26,99,240,.28); }
.wr-chip:nth-child(3n+2) { border-color: rgba(236,53,133,.28); }
.wr-chip:nth-child(3n)   { border-color: rgba(245,175,25,.5); }
@keyframes bob { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
.wr-answer {
  margin-top: clamp(40px, 5vw, 64px); text-align: center;
  font-weight: 900; font-size: clamp(28px, 5vw, 58px); line-height: 1.28; letter-spacing: -.02em;
}
.wr-answer .iro {
  background: var(--grad-ink); -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.wr-sub { margin: 18px auto 0; max-width: 34em; text-align: center; color: var(--ink-2); font-size: clamp(14.5px, 1.8vw, 17px); line-height: 2; }
.wr-act { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-top: 30px; }
.worries::before, .worries::after {
  content: ""; position: absolute; width: min(420px, 50vw); aspect-ratio: 1;
  background: none; opacity: .13; pointer-events: none;
}
.worries::before { left: -120px; top: -60px; transform: rotate(-18deg); }
.worries::after  { right: -120px; bottom: -80px; transform: rotate(160deg); }

/* ---- Statement: スクロールで文字に色が乗る ------------------------------ */
.statement { background: var(--paper); }
.stmt {
  margin-top: 26px; font-weight: 900; font-size: clamp(24px, 3.9vw, 48px);
  line-height: 1.62; letter-spacing: -.005em; max-width: 24em;
}
.stmt .ch { color: #CDD5E1; transition: color .3s ease; }
.stmt .ch.on { color: var(--ink); }
.stmt .ch.on.k { color: var(--pink); }
.stmt em { font-style: normal; }

/* ---- Numbers: 暗転＋巨大数字 --------------------------------------------- */
.proof {
  position: relative; overflow: hidden; color: #fff; border: 0;
  padding-block: clamp(60px, 8.4vw, 116px);
  background:
    radial-gradient(640px 320px at 8% 0%, rgba(26,99,240,.38), transparent 70%),
    radial-gradient(560px 320px at 96% 100%, rgba(236,53,133,.3), transparent 70%),
    var(--dark);
}
.proof::after {
  content: ""; position: absolute; right: -90px; top: -110px; width: 420px; aspect-ratio: 1;
  background: none; opacity: .16;
  transform: rotate(24deg); pointer-events: none;
}
.proof .wrap { position: relative; z-index: 1; }
.proof .it { padding: 34px 28px 6px; border-left: 1px solid rgba(255,255,255,.1); }
.proof .it:first-child { border-left: 0; padding-left: 0; }
.proof .it::before { left: 28px; width: 44px; height: 5px; border-radius: 0 0 4px 4px; }
.proof .it:first-child::before { left: 0; }
.proof .num {
  font-size: clamp(48px, 7.2vw, 96px); line-height: 1; letter-spacing: -.045em;
  color: var(--c); color: color-mix(in srgb, var(--c) 62%, #fff);
}
.proof .num u { color: rgba(255,255,255,.72); font-size: .34em; letter-spacing: 0; margin-left: 4px; }
.proof .lab { color: #fff; font-size: 14px; margin-top: 14px; }
.proof .dsc { color: rgba(255,255,255,.66); font-size: 12.5px; }
.proof .proof-note { color: rgba(255,255,255,.62); padding-top: 26px; }
.proof .proof-head { color: rgba(255,255,255,.88); padding: 0 0 8px; text-align: left; font-size: 14px; }
.proof .proof-head .en { color: rgba(255,255,255,.5); }
.proof-title { font-weight: 900; font-size: clamp(24px, 3.4vw, 38px); line-height: 1.4; margin-top: 14px; }
.proof .label { color: #fff; } .proof .label .jp { color: rgba(255,255,255,.66); }

/* ---- Stories: 先輩の転職ストーリーを横スクロールで ------------------------ */
.stories { background: linear-gradient(180deg, #FFF7F1, #fff); overflow: hidden; }
.st-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.st-row {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 360px);
  gap: 20px; margin-top: 38px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 4px 22px; scrollbar-width: thin;
  -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain;
}
.st-row::-webkit-scrollbar { height: 6px; }
.st-row::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 3px; }
.story {
  scroll-snap-align: start; background: var(--paper); border-radius: var(--r-lg);
  overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--sh-sm);
  display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s;
}
.story:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.story-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.story-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.story:hover .story-img img { transform: scale(1.06); }
.story-move {
  position: absolute; left: 14px; bottom: 14px; right: 14px;
  display: inline-flex; align-self: flex-start; width: fit-content;
  font-size: 12.5px; font-weight: 900; color: #fff;
  background: rgba(14,23,39,.82); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  padding: 7px 14px; border-radius: 999px;
}
.story-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.story-meta { font-size: 12px; font-weight: 800; color: var(--ink-3); }
.story h3 { font-size: 19px; line-height: 1.5; margin-top: 8px; }
.story p { font-size: 13.5px; line-height: 1.9; color: var(--ink-2); margin-top: 10px; flex: 1; }
.story-result {
  align-self: flex-start; margin-top: 16px; font-size: 12px; font-weight: 900;
  color: #fff; background: var(--grad-warm); padding: 6px 14px; border-radius: 999px;
}
.st-nav { display: flex; gap: 10px; }
.st-nav button {
  width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line-2);
  background: var(--paper); font-family: var(--en); font-weight: 800; font-size: 18px;
  color: var(--ink); transition: background .2s, color .2s, border-color .2s;
}
.st-nav button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ---- Strengths: 左の見出しを固定して右を流す ----------------------------- */
.ss-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.ss-head { position: sticky; top: calc(var(--nav-h) + 40px); }
.ss-list { counter-reset: none; }
.ss-item {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 22px;
  padding-block: clamp(26px, 3.4vw, 40px); border-top: 1px solid var(--line-2);
}
.ss-item:last-child { border-bottom: 1px solid var(--line-2); }
.ss-no {
  font-family: var(--en); font-weight: 800; font-size: clamp(40px, 5.4vw, 72px);
  line-height: .9; letter-spacing: -.04em; color: var(--c);
}
.ss-item h3 { font-size: clamp(20px, 2.6vw, 28px); line-height: 1.4; }
.ss-item p { margin-top: 10px; color: var(--ink-2); font-size: 15px; line-height: 1.95; }

/* ---- Flow: 1本の線でつなぐ ------------------------------------------------ */
.flowline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); margin-top: 52px; position: relative; }
.flowline::before {
  content: ""; position: absolute; left: 11px; right: 0; top: 44px;
  height: 3px; border-radius: 3px; background: var(--grad-rb);
}
.flowline li { position: relative; }
.fl-no { display: block; font-family: var(--en); font-weight: 800; font-size: 12px; letter-spacing: .2em; line-height: 20px; color: var(--ink-3); }
.fl-dot {
  display: block; width: 24px; height: 24px; border-radius: 50%; margin: 12px 0 22px;
  background: var(--paper); border: 6px solid var(--c); position: relative; z-index: 1;
  box-shadow: 0 0 0 7px var(--bg-flow, #EEF6FD);
}
.flowline h3 { font-size: clamp(19px, 2.3vw, 24px); }
.flowline p { margin-top: 8px; color: var(--ink-2); font-size: 14.5px; line-height: 1.9; }
.fl-tag {
  display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 900;
  color: var(--blue-ink); background: rgba(26,99,240,.1); padding: 5px 12px; border-radius: 999px;
}

/* ---- People: 担当者を大きく ------------------------------------------------ */
.people { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 3vw, 36px); margin-top: 44px; }
.person {
  display: flex; flex-direction: column; background: var(--paper); border-radius: var(--r-xl);
  overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--sh-sm);
  transition: transform .3s, box-shadow .3s;
}
.person:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.pp-img { position: relative; aspect-ratio: 4 / 3.3; overflow: hidden; }
.pp-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: transform .7s; }
.person:hover .pp-img img { transform: scale(1.05); }
.pp-img::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: var(--grad-rb); }
.pp-body { padding: clamp(22px, 3vw, 32px); }
.pp-role {
  display: inline-block; font-size: 12px; font-weight: 800; color: var(--blue-ink);
  background: rgba(26,99,240,.09); padding: 5px 13px; border-radius: 999px;
}
.person h3 { font-size: clamp(24px, 3vw, 32px); margin-top: 12px; letter-spacing: -.01em; }
.person h3 .en { font-weight: 700; font-size: 12px; color: var(--ink-4); margin-left: 10px; letter-spacing: .06em; }
.pp-quote {
  margin-top: 16px; padding-left: 16px; font-size: 15px; line-height: 1.95; color: var(--ink-2);
  border-left: 3px solid; border-image: var(--grad-rb) 1;
}
.pp-more { display: inline-flex; gap: 8px; margin-top: 18px; font-weight: 900; font-size: 13.5px; color: var(--blue-ink); }
.person:hover .pp-more .ar { transform: translateX(4px); }
.pp-more .ar { transition: transform .2s; font-family: var(--en); }

/* ---- Entry panels ------------------------------------------------------- */
.scol { min-height: clamp(360px, 36vw, 460px); padding: clamp(30px, 4vw, 50px); border-radius: var(--r-xl); }
.scol h3 { font-size: clamp(26px, 3.6vw, 42px); line-height: 1.3; letter-spacing: -.02em; }
.scol .wm {
  position: absolute; right: -8px; bottom: -22px; z-index: -1; pointer-events: none;
  font-family: var(--en); font-weight: 800; font-size: clamp(64px, 9.6vw, 150px);
  line-height: 1; letter-spacing: -.05em; color: rgba(255,255,255,.14);
}
.scol:hover .sbtn .ar { transform: translateX(4px); }
.scol .sbtn .ar { transition: transform .2s; }

/* ---- Sub page header: 暗転＋破片 ----------------------------------------- */
.ph {
  position: relative; overflow: hidden; color: #fff; border: 0;
  padding-block: clamp(60px, 8.6vw, 128px) clamp(44px, 6vw, 84px);
  background:
    radial-gradient(620px 320px at 0% 0%, rgba(26,99,240,.36), transparent 70%),
    radial-gradient(520px 300px at 100% 100%, rgba(236,53,133,.26), transparent 70%),
    var(--dark);
}
.ph::after {
  content: ""; position: absolute; right: -70px; top: 50%; transform: translateY(-50%) rotate(8deg);
  width: min(560px, 52vw); aspect-ratio: 1; pointer-events: none;
  background: none; opacity: .85;
}
.ph .wrap { position: relative; z-index: 1; }
.ph .label { color: #fff; } .ph .label .jp { color: rgba(255,255,255,.7); }
.ph h1 { color: #fff; font-size: clamp(34px, 6.4vw, 76px); line-height: 1.16; letter-spacing: -.025em; max-width: 13em; }
.ph h1 .iro { background-image: var(--grad-bright); }
.ph .lead { color: rgba(255,255,255,.84); max-width: 36em; }
.crumb { color: rgba(255,255,255,.62); padding-top: 22px; }
.crumb [aria-current] { color: #fff; }
.crumb li + li::before { color: rgba(255,255,255,.35); }

/* ---- CTA: 深い彩りのグラデが流れる --------------------------------------- */
.cta {
  background: var(--grad-cta); background-size: 180% 180%;
  animation: ctaflow 14s ease-in-out infinite alternate;
}
@keyframes ctaflow { from { background-position: 0% 40%; } to { background-position: 100% 60%; } }
.cta::after {
  content: ""; position: absolute; left: -110px; bottom: -130px; width: 440px; aspect-ratio: 1;
  background: none; opacity: .22;
  transform: rotate(-20deg); pointer-events: none;
}
.cta h2 { font-size: clamp(34px, 6.6vw, 86px); line-height: 1.14; letter-spacing: -.03em; }
.cta > .wrap > p { color: #EEF0FF; font-size: clamp(15px, 1.8vw, 18px); }
.cta .dcard { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.24); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.cta .dcard .dd { color: #EEF0FF; }
.cta .label { color: #fff; }

/* ---- Footer: 巨大ワードマーク -------------------------------------------- */
.ft { overflow: hidden; padding-bottom: 0; }
.ft-mark {
  font-family: var(--en); font-weight: 800; white-space: nowrap; user-select: none;
  font-size: clamp(64px, 18.5vw, 290px); line-height: .8; letter-spacing: -.05em; text-align: center;
  background: var(--grad-bright); -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  margin-top: clamp(26px, 4vw, 48px); transform: translateY(14%); opacity: .92;
}

/* ---- Sticky CTA（スマホ）: 若者の主導線はLINEとWeb ------------------------- */
.sticky-cta .s-form { background: var(--grad); color: #fff; }

/* ==========================================================================
   29. v2 responsive
   ========================================================================== */
@media (max-width: 1023px) {
  .hero-side { display: none; }
  .ss-grid { grid-template-columns: 1fr; }
  .ss-head { position: static; }
}
@media (max-width: 767px) {
  .hero-over .hero-banner { min-height: clamp(580px, 100svh, 860px); }
  .hero-over-copy { padding-bottom: 104px; }
  .hero-cue { display: none; }
  .hero-over-copy .hero-act .btn { flex: 1 1 100%; }

  .proof .it { border-left: 0; padding: 28px 12px 6px 0; }
  .proof .it:nth-child(even) { border-left: 1px solid rgba(255,255,255,.1); padding-left: 16px; }
  .proof .it::before, .proof .it:first-child::before { left: 0; }
  .proof .it:nth-child(even)::before { left: 16px; }
  .proof::after { width: 260px; right: -80px; top: -80px; }

  .wr-chip { padding: 11px 18px; }
  .flowline { grid-template-columns: 1fr; gap: 30px; }
  .flowline::before { left: 11px; right: auto; top: 0; bottom: 0; width: 3px; height: auto; background: linear-gradient(180deg, #F5AF19, #EC3585, #1A63F0, #12B5D4); }
  .flowline li { padding-left: 46px; }
  .fl-dot { position: absolute; left: 0; top: 0; margin: 0; }
  .people { grid-template-columns: 1fr; }
  .st-row { grid-auto-columns: 84%; }
  .st-nav { display: none; }
  .ph::after { width: 78vw; right: -34vw; top: 34%; opacity: .5; }
  .cta::after { width: 280px; left: -120px; bottom: -120px; }
}

@media (prefers-reduced-motion: reduce) {
  .mq-track, .wr-chip, .cta, .hero-over .hero-bg, .hero-cue::after, .rv { animation: none !important; }
  .stmt .ch { color: var(--ink) !important; }
}
.hero-over .hero-over-copy .sub { max-width: 34em; }
/* 2枚のパネルの透かし英字が「CAREERCOMPANY」と一続きに読めないよう、左上に寄せて小さく */
.scol .wm {
  left: clamp(22px, 3vw, 44px); right: auto; top: clamp(14px, 2vw, 22px); bottom: auto;
  font-size: clamp(54px, 7.4vw, 112px); color: rgba(255,255,255,.13);
}
.scol .tag { margin-top: clamp(46px, 6vw, 86px); }
.ph h1 { max-width: none; }
/* スマホではラベルの日本語を2行目に回して、窮屈な折り返しを防ぐ */
@media (max-width: 767px) {
  .label { flex-wrap: wrap; row-gap: 6px; }
  .label .jp { flex-basis: 100%; padding-left: 50px; }
  .wr-head .label .jp, .cta .label .jp { padding-left: 0; text-align: center; }
}

/* ---- 白文字を載せる面の配色を、読める濃さに（全ストップ 4.5:1 以上） ---- */
:root { --grad: linear-gradient(100deg, #1A56E8, #1468C8 55%, #0B6F98); }
.scol.seeker  { background: linear-gradient(150deg, #1A56E8, #0B6F98); }
.scol.company { background: linear-gradient(150deg, #C8430C, #C2185B); }
.scol.company .sbtn { color: #B8155A; }
.story-result { background: linear-gradient(120deg, #C8430C, #C2185B); }
.lp-chip .age { background: linear-gradient(100deg, #1A56E8, #0B6F98); }

/* 親の .hero-banner（画像の隙間消しで line-height:0）を継承しないよう戻す */
.hero-over-copy, .hero-banner-in { line-height: 1.85; }
.hero-over-copy .hero-meta span { line-height: 1.6; }

/* 日本語を文節で折り返す（Chrome/Edge 119+。非対応ブラウザは従来どおり） */
h1, h2, h3, .h2, .lead, .sub, .stmt, .wr-answer, .wr-sub, .wr-chip, .proof-title,
.pp-quote, .story h3, .ss-item h3, .cta h2, .cta p { word-break: auto-phrase; }

/* ==========================================================================
   30. v3 — Colorful × Refined
   温かいクリームを土台に、厳選した6色を「面」で使う。
   鮮やかな面：コーラル・ピンク・ティール・イエロー → 墨文字 ／ ブルー・バイオレット → 白文字
   ========================================================================== */
:root {
  /* 土台（青みを抜いて温かく） */
  --ink:   #17131F;  --ink-2: #4A4458;  --ink-3: #6B6579;  --ink-4: #857F92;
  --bg:    #FAF6EF;  --bg-warm: #FAF6EF;  --paper: #FFFFFF;  --dark: #17131F;
  --line:  #ECE5DA;  --line-2: #E3DCD0;

  /* 面に塗る6色 */
  --c-coral: #FF6B4A; --c-pink: #FF4D8D; --c-violet: #7357FF;
  --c-blue:  #2F5BFF; --c-teal: #14B8A6; --c-yellow: #FFC53D;
  /* 淡い面 */
  --t-coral: #FFE8E1; --t-pink: #FFE4EE; --t-violet: #ECE8FF;
  --t-blue:  #E5EBFF; --t-teal: #DCF5F1; --t-yellow: #FFF2CC;

  /* 旧トークンは「文字として読める濃さ」に */
  --coral: #C8401C; --orange: #C8401C; --pink: #D6246A; --green: #0B7F73;
  --cyan: #0B7F73;  --purple: #5B3FE0; --blue: #2F5BFF; --blue-ink: #2448E0; --yellow: #FFC53D;

  --grad-rb:     linear-gradient(92deg, #FFC53D, #FF6B4A 22%, #FF4D8D 44%, #7357FF 66%, #2F5BFF 84%, #14B8A6);
  --grad-ink:    linear-gradient(92deg, #E0461F, #E0296E 34%, #6A4BF5 68%, #2448E0);
  --grad-bright: linear-gradient(92deg, #FFD36B, #FF9A7E 24%, #FF7EB3 48%, #B8A2FF 72%, #7FC8FF 92%);

  --sh-xs: 0 1px 2px rgba(23,19,31,.05);
  --sh-sm: 0 4px 16px rgba(23,19,31,.06);
  --sh:    0 14px 40px rgba(23,19,31,.10);
  --sh-lg: 0 26px 64px rgba(23,19,31,.14);
  --r-card: 28px;
}
body { background: var(--bg); }
::selection { background: var(--c-yellow); color: var(--ink); }

/* ---- ラベル：虹の線 → 3色のドット ---------------------------------------- */
.label { color: var(--ink); gap: 12px; letter-spacing: .2em; }
.label::before {
  width: 9px; height: 9px; border-radius: 50%; background: var(--c-pink);
  box-shadow: 13px 0 0 var(--c-yellow), 26px 0 0 var(--c-blue);
  margin-right: 26px;
}
.label .jp { color: var(--ink-3); }

/* ---- ボタン：主ボタンは墨。ホバーで彩のリングが出る ---------------------- */
.btn-grad, .nav-cta {
  color: #fff; border: 2px solid transparent;
  background: linear-gradient(var(--ink), var(--ink)) padding-box, linear-gradient(var(--ink), var(--ink)) border-box;
  box-shadow: 0 10px 26px rgba(23,19,31,.2);
}
.btn-grad:hover, .nav-cta:hover {
  background: linear-gradient(#2A2438, #2A2438) padding-box, var(--grad-rb) border-box;
  box-shadow: 0 16px 34px rgba(23,19,31,.26);
}
.nav-cta { padding: 10px 20px; }
.btn-ghost { color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { color: var(--ink); border-color: var(--ink); }
.link-q:hover { color: #D6246A; border-color: #D6246A; }
.sticky-cta .s-form { background: var(--ink); color: #fff; }

/* ---- ヘッダー ------------------------------------------------------------ */
.nav { background: rgba(250,246,239,.86); border-bottom-color: var(--line); }
.nav-menu a:hover { color: var(--ink); background: rgba(23,19,31,.06); }
.nav-menu a[aria-current="page"] { color: var(--ink); background: var(--t-yellow); }

/* ---- ヒーロー：暗幕を紫がかった墨に ---------------------------------------- */
.hero-over .hero-scrim {
  background:
    radial-gradient(72% 54% at 1% 86%, rgba(23,19,31,.55) 0%, rgba(23,19,31,.24) 44%, rgba(23,19,31,0) 74%),
    linear-gradient(94deg, rgba(23,19,31,.46) 0%, rgba(23,19,31,.30) 28%, rgba(23,19,31,.10) 52%, rgba(23,19,31,0) 80%),
    linear-gradient(180deg, rgba(23,19,31,.26) 0%, rgba(23,19,31,0) 24%, rgba(23,19,31,.08) 70%, rgba(23,19,31,.32) 100%);
}
.hero-over-copy .label { color: #fff; }

/* ---- マーキー ------------------------------------------------------------- */
.marquee { background: var(--paper); border-color: var(--line); }
.mq-star { color: var(--c-yellow); }

/* ---- モヤモヤ：黄色の面に、色とりどりの吹き出し ---------------------------- */
.worries { background: var(--t-yellow); }
.worries::before, .worries::after { opacity: .2; }
.wr-chip {
  border: 0; box-shadow: 0 8px 22px rgba(23,19,31,.08);
  background: var(--chip, #fff); color: var(--chip-tx, var(--ink));
}
.wr-chip:nth-child(7n+1) { --chip: #fff; }
.wr-chip:nth-child(7n+2) { --chip: var(--c-pink); }
.wr-chip:nth-child(7n+3) { --chip: var(--c-violet); --chip-tx: #fff; }
.wr-chip:nth-child(7n+4) { --chip: var(--c-teal); }
.wr-chip:nth-child(7n+5) { --chip: var(--c-blue); --chip-tx: #fff; }
.wr-chip:nth-child(7n+6) { --chip: var(--c-coral); }
.wr-chip:nth-child(7n)   { --chip: var(--ink); --chip-tx: #fff; }

/* ---- ステートメント：キーワードを色で立てる ------------------------------- */
.statement { background: var(--paper); }
.stmt .ch { color: #DDD6CB; }
.stmt .ch.on { color: var(--ink); }
.stmt .ch.on.k, .stmt .ch.on.k1 { color: #E0461F; }
.stmt .ch.on.k2 { color: #6A4BF5; }

/* ---- 実績：色の面を敷き詰めたベントー ------------------------------------- */
.proof { background: var(--bg); color: var(--ink); padding-block: clamp(56px, 8vw, 112px); }
.proof::after { display: none; }
.proof .label { color: var(--ink); } .proof .label .jp { color: var(--ink-3); }
.proof .proof-head { color: var(--ink-2); } .proof .proof-head .en { color: var(--ink-3); }
.proof-title { color: var(--ink); }
.proof-grid { gap: clamp(10px, 1.4vw, 16px); }
.proof .it, .proof .it:first-child, .proof .it:last-child {
  position: relative; overflow: hidden; border: 0; border-radius: var(--r-card);
  padding: clamp(22px, 2.6vw, 32px);
  min-height: clamp(190px, 17vw, 250px);
  display: flex; flex-direction: column; justify-content: flex-end;
  background: var(--tile); color: var(--tx);
}
.proof .it::before { display: none; }
.proof .it::after {
  content: ""; position: absolute; right: -34px; top: -34px;
  width: 130px; height: 130px; border-radius: 50%; background: rgba(255,255,255,.2);
}
.proof .it:nth-child(4n+1) { --tile: var(--c-blue);   --tx: #fff; }
.proof .it:nth-child(4n+2) { --tile: var(--c-coral);  --tx: var(--ink); }
.proof .it:nth-child(4n+3) { --tile: var(--c-yellow); --tx: var(--ink); }
.proof .it:nth-child(4n)   { --tile: var(--c-violet); --tx: #fff; }
.proof .num { color: var(--tx) !important; }
.proof .num u { color: var(--tx); opacity: .82; }
.proof .lab { color: var(--tx); font-size: 14px; }
.proof .dsc { color: var(--tx); opacity: .9; }
.proof .proof-note { color: var(--ink-3); }

/* ---- 先輩ストーリー：1枚ずつ違う色 ---------------------------------------- */
.stories { background: var(--paper); }
.story { border: 0; border-radius: var(--r-card); box-shadow: var(--sh-sm); background: var(--st); }
.story:nth-child(4n+1) { --sc: var(--c-blue);   --sct: #fff;       --st: var(--t-blue); }
.story:nth-child(4n+2) { --sc: var(--c-pink);   --sct: var(--ink); --st: var(--t-pink); }
.story:nth-child(4n+3) { --sc: var(--c-teal);   --sct: var(--ink); --st: var(--t-teal); }
.story:nth-child(4n)   { --sc: var(--c-violet); --sct: #fff;       --st: var(--t-violet); }
.story-img { margin: 10px 10px 0; border-radius: 20px; }
.story-move { background: var(--sc); color: var(--sct); backdrop-filter: none; -webkit-backdrop-filter: none; }
.story-result { background: var(--sc); color: var(--sct); }
.st-nav button { border-color: var(--line-2); }

/* ---- 強み：番号を色のタイルに -------------------------------------------- */
.ss-no {
  width: clamp(56px, 5.6vw, 74px); height: clamp(56px, 5.6vw, 74px); border-radius: 22px;
  display: grid; place-items: center; font-size: clamp(22px, 2.2vw, 28px); letter-spacing: -.02em;
  background: var(--c); color: var(--tx, #fff);
}
.ss-item { align-items: start; gap: clamp(18px, 2.4vw, 28px); border-color: var(--line-2); }

/* ---- 流れ：色の番号を持つカード ------------------------------------------- */
.flow-sec { background: var(--t-violet); }
.flowline::before { display: none; }
.flowline li, .flowline li:nth-child(n) {
  background: var(--paper); border-radius: var(--r-card); box-shadow: var(--sh-sm);
  padding: clamp(24px, 3vw, 34px);
}
.fl-dot { display: none; }
.fl-no {
  font-size: clamp(46px, 5vw, 64px); line-height: 1; letter-spacing: -.04em; color: var(--c);
  font-weight: 800; margin-bottom: 4px;
}
.fl-step { display: block; font-family: var(--en); font-weight: 800; font-size: 11px; letter-spacing: .24em; color: var(--ink-3); margin-bottom: 14px; }
.fl-tag { background: var(--t); color: var(--ink); }

/* ---- 担当者：色の面にポートレート ----------------------------------------- */
.person { border: 0; background: var(--pt); box-shadow: none; }
.person:hover { box-shadow: var(--sh); }
.pp-img { margin: 14px 14px 0; border-radius: 22px; }
.pp-img::after { display: none; }
.pp-role { background: var(--pc); color: var(--ptx); }
.pp-quote { border-left: 4px solid var(--pc); border-image: none; color: var(--ink-2); }
.pp-more { color: var(--ink); }

/* ---- 2枚パネル：深い色＋角に差し色 --------------------------------------- */
.scol.seeker  { background: radial-gradient(90% 80% at 100% 100%, rgba(115,87,255,.95), rgba(115,87,255,0) 62%), #2448E0; }
.scol.company { background: radial-gradient(90% 80% at 100% 100%, rgba(255,107,74,.9), rgba(255,107,74,0) 62%), #D6246A; }
.scol.seeker .sbtn  { color: #2448E0; }
.scol.company .sbtn { color: #B8155A; }

/* ---- Instagram ----------------------------------------------------------- */
.ig-sec { background: var(--bg); }

/* ---- 下層ページの見出し：墨＋色のにじみ ------------------------------------ */
.ph {
  background:
    radial-gradient(520px 320px at 0% 0%, rgba(255,77,141,.34), transparent 70%),
    radial-gradient(520px 320px at 60% 120%, rgba(20,184,166,.24), transparent 70%),
    radial-gradient(460px 300px at 100% 10%, rgba(115,87,255,.36), transparent 70%),
    var(--dark);
}

/* ---- CTA：6色がにじむメッシュ。文字の下は深いバイオレット ------------------ */
.cta {
  animation: none;
  background:
    radial-gradient(42% 62% at 0% 0%,   rgba(255,77,141,.85), transparent 72%),
    radial-gradient(42% 62% at 100% 0%, rgba(47,91,255,.85),  transparent 72%),
    radial-gradient(46% 64% at 100% 100%, rgba(255,107,74,.75), transparent 72%),
    radial-gradient(46% 64% at 0% 100%, rgba(20,184,166,.7),  transparent 72%),
    #4B34C9;
}
.cta .dcard { background: rgba(23,19,31,.3); border-color: rgba(255,255,255,.22); }
.cta .btn-white { color: var(--ink); }

/* ---- フッター ------------------------------------------------------------- */
.ft { background: var(--dark); }

/* ---- v3 responsive ------------------------------------------------------- */
@media (max-width: 767px) {
  .label .jp { padding-left: 47px; }
  .proof .it, .proof .it:first-child, .proof .it:last-child,
  .proof .it:nth-child(even) { border: 0; padding: 20px; min-height: 160px; }
  .flowline li { padding-left: clamp(24px, 3vw, 34px); }
  .story-img { margin: 8px 8px 0; }
}
/* タイル内で数字と単位が改行しないよう、タイル幅に合わせる */
.proof .num { font-size: clamp(40px, 5.6vw, 78px); white-space: nowrap; }
/* CTA：四隅の色をはっきり。中央（文字の下）は深い紫のまま */
.cta {
  background:
    radial-gradient(34% 58% at 0% 0%,     rgba(255,77,141,1),   rgba(255,77,141,0) 100%),
    radial-gradient(30% 50% at 100% 0%,   rgba(255,197,61,.95), rgba(255,197,61,0) 100%),
    radial-gradient(34% 60% at 100% 100%, rgba(255,107,74,1),   rgba(255,107,74,0) 100%),
    radial-gradient(34% 60% at 0% 100%,   rgba(20,184,166,1),   rgba(20,184,166,0) 100%),
    radial-gradient(60% 70% at 50% 50%,   #3D2AB8, #4B34C9 70%);
}
.cta::before { background: radial-gradient(46% 56% at 50% 38%, rgba(23,19,31,.28), transparent 72%); }
.btn-grad, .nav-cta { background-color: var(--ink); }
@media (max-width: 767px) {
  /* 旧レイアウトの「奇数番目は左余白0」を打ち消す */
  .proof .it:nth-child(odd), .proof .it:nth-child(even) { padding: 20px; border: 0; }
}

/* ==========================================================================
   31. v4 — 「彩」ロゴの色だけで組む
   ロゴの画素から抽出：シアン・マゼンタ・イエロー・ライムが主役、
   オレンジ・朱・ピンク・ブルー・パープルが脇役。土台は白と黒（黒地ロゴ）。
   ========================================================================== */
:root {
  /* 土台 */
  --ink: #1E1E22; --ink-2: #45454D; --ink-3: #5F5F68; --ink-4: #7C7C85;
  --bg: #F6F5F2; --bg-warm: #F6F5F2; --paper: #FFFFFF; --dark: #111113;
  --line: #E8E7E3; --line-2: #DEDDD8;

  /* ロゴの色（そのまま） */
  --k-yellow: #F4B61D; --k-orange: #F0932E; --k-vermilion: #EA582D; --k-red: #DC2534;
  --k-magenta: #C91355; --k-pink: #DB3678; --k-purple: #5E2461;
  --k-blue: #136395; --k-cyan: #12A5C4; --k-lime: #7AB947; --k-green: #359851;
  /* ロゴの色の淡い面 */
  --kt-yellow: #FEF4DA; --kt-magenta: #FBE6EE; --kt-cyan: #E0F3F7; --kt-lime: #EEF6E4; --kt-blue: #E3EEF5;

  /* v3 の面トークンもロゴ色へ */
  --c-coral: var(--k-vermilion); --c-pink: var(--k-magenta); --c-violet: var(--k-purple);
  --c-blue: var(--k-blue); --c-teal: var(--k-cyan); --c-yellow: var(--k-yellow);
  --t-coral: #FDEEE8; --t-pink: var(--kt-magenta); --t-violet: #EFE7F0;
  --t-blue: var(--kt-blue); --t-teal: var(--kt-cyan); --t-yellow: var(--kt-yellow);

  /* 文字として使う濃さ（白地で 4.6:1 以上） */
  --coral: #B8431D; --orange: #B8431D; --pink: #C91355; --green: #2E7A3D;
  --cyan: #0B7590; --purple: #5E2461; --blue: #136395; --blue-ink: #136395; --yellow: #F4B61D;

  /* グラデーションはロゴの並び順で */
  --grad-rb:     linear-gradient(92deg, #F4B61D, #F0932E 14%, #EA582D 28%, #C91355 43%, #5E2461 57%, #136395 71%, #12A5C4 85%, #7AB947);
  --grad-ink:    linear-gradient(92deg, #B8431D, #C91355 40%, #136395 80%, #0B7590);
  --grad-bright: linear-gradient(92deg, #F4B61D, #F0932E 25%, #DB3678 50%, #12A5C4 75%, #7AB947);

  --sh-sm: 0 4px 16px rgba(17,17,19,.06);
  --sh:    0 14px 40px rgba(17,17,19,.10);
  --sh-lg: 0 26px 64px rgba(17,17,19,.14);
}
body { background: var(--paper); }
::selection { background: var(--k-yellow); color: var(--ink); }

/* ラベル：ロゴの主役3色 */
.label::before { background: var(--k-yellow); box-shadow: 13px 0 0 var(--k-magenta), 26px 0 0 var(--k-cyan); }

/* ボタン */
.btn-grad, .nav-cta { background-color: var(--ink); background-image: none; }
.btn-grad, .nav-cta {
  background: linear-gradient(var(--ink), var(--ink)) padding-box, linear-gradient(var(--ink), var(--ink)) border-box;
  background-color: var(--ink);
}
.btn-grad:hover, .nav-cta:hover { background: linear-gradient(#2E2E34, #2E2E34) padding-box, var(--grad-rb) border-box; }
.link-q:hover { color: var(--k-magenta); border-color: var(--k-magenta); }

/* ヘッダー */
.nav { background: rgba(255,255,255,.88); }
.nav-menu a[aria-current="page"] { background: var(--kt-yellow); }

/* ヒーローの暗幕は中立の黒 */
.hero-over .hero-scrim {
  background:
    radial-gradient(72% 54% at 1% 86%, rgba(17,17,19,.55) 0%, rgba(17,17,19,.24) 44%, rgba(17,17,19,0) 74%),
    linear-gradient(94deg, rgba(17,17,19,.46) 0%, rgba(17,17,19,.30) 28%, rgba(17,17,19,.10) 52%, rgba(17,17,19,0) 80%),
    linear-gradient(180deg, rgba(17,17,19,.26) 0%, rgba(17,17,19,0) 24%, rgba(17,17,19,.08) 70%, rgba(17,17,19,.32) 100%);
}

/* マーキー：黒地版ロゴのように、黒の帯にロゴ色 */
.marquee { background: var(--dark); border: 0; }
.mq-it.ol { -webkit-text-stroke-width: 2px; }
.mq-star { color: rgba(255,255,255,.35); }

/* モヤモヤ：白い吹き出し＋ロゴ色の縁。色は縁だけに抑える */
.worries { background: var(--bg); }
.worries::before, .worries::after { opacity: .16; }
.wr-chip {
  background: var(--paper); color: var(--ink);
  border: 2px solid var(--chip-bd, var(--line-2));
  box-shadow: 0 6px 18px rgba(17,17,19,.06);
}
.wr-chip:nth-child(7n+1) { --chip-bd: var(--k-cyan); }
.wr-chip:nth-child(7n+2) { --chip-bd: var(--k-magenta); }
.wr-chip:nth-child(7n+3) { --chip-bd: var(--k-yellow); }
.wr-chip:nth-child(7n+4) { --chip-bd: var(--k-lime); }
.wr-chip:nth-child(7n+5) { --chip-bd: var(--k-orange); }
.wr-chip:nth-child(7n+6) { --chip-bd: var(--k-blue); }
.wr-chip:nth-child(7n)   { --chip-bd: var(--k-pink); }
.wr-chip:nth-child(n) { --chip: var(--paper); --chip-tx: var(--ink); }

/* ステートメント */
.stmt .ch { color: #DAD9D4; }
.stmt .ch.on.k, .stmt .ch.on.k1 { color: var(--k-magenta); }
.stmt .ch.on.k2 { color: var(--k-blue); }

/* 実績：ロゴの主役4色のタイル */
.proof { background: var(--bg); }
.proof .it:nth-child(4n+1) { --tile: var(--k-cyan);    --tx: var(--ink); }
.proof .it:nth-child(4n+2) { --tile: var(--k-magenta); --tx: #fff; }
.proof .it:nth-child(4n+3) { --tile: var(--k-yellow);  --tx: var(--ink); }
.proof .it:nth-child(4n)   { --tile: var(--k-lime);    --tx: var(--ink); }
.proof .it::after { background: rgba(255,255,255,.22); }

/* 先輩ストーリー：白いカード＋ロゴ色のバッジ */
.stories { background: var(--paper); }
.story { background: var(--paper); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.story:nth-child(4n+1) { --sc: var(--k-cyan);    --sct: var(--ink); }
.story:nth-child(4n+2) { --sc: var(--k-magenta); --sct: #fff; }
.story:nth-child(4n+3) { --sc: var(--k-yellow);  --sct: var(--ink); }
.story:nth-child(4n)   { --sc: var(--k-lime);    --sct: var(--ink); }
.story-img { margin: 0; border-radius: 0; border-bottom: 5px solid var(--sc); }

/* 強み・流れ */
.flow-sec { background: var(--bg); }
.flowline li { border: 1px solid var(--line); box-shadow: none; }

/* 担当者 */
.person { border: 1px solid var(--line); }

/* 2枚パネル：ブルーとマゼンタ。差し色は文字のない右下に */
.scol.seeker  { background: radial-gradient(80% 70% at 100% 100%, rgba(18,165,196,.9), rgba(18,165,196,0) 62%), var(--k-blue); }
.scol.company { background: radial-gradient(80% 70% at 100% 100%, rgba(240,147,46,.9), rgba(240,147,46,0) 62%), var(--k-magenta); }
.scol.seeker .sbtn  { color: var(--k-blue); }
.scol.company .sbtn { color: var(--k-magenta); }

/* 下層見出し・CTA・フッター：黒地版ロゴの世界観 */
.ph {
  background:
    radial-gradient(520px 300px at 0% 0%, rgba(201,19,85,.28), transparent 70%),
    radial-gradient(520px 300px at 100% 110%, rgba(18,165,196,.24), transparent 70%),
    var(--dark);
}
.cta {
  background:
    radial-gradient(38% 60% at 0% 0%,     rgba(201,19,85,.55), transparent 100%),
    radial-gradient(34% 56% at 100% 0%,   rgba(244,182,29,.4), transparent 100%),
    radial-gradient(38% 60% at 100% 100%, rgba(18,165,196,.5), transparent 100%),
    radial-gradient(38% 60% at 0% 100%,   rgba(122,185,71,.4), transparent 100%),
    var(--dark);
}
.cta::before { background: none; }
.cta::after { opacity: .35; }
.cta .dcard { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); }
.ft { background: #0B0B0D; }
/* 転職LPの事例ラベル：ロゴ色の淡い面に、読める濃さの文字（4.9:1 以上） */
.case-result        { color: #B8431D; background: #FDEEE8; border-color: rgba(234,88,45,.3); }
.case-result.green  { color: #2E7A3D; background: var(--kt-lime);   border-color: rgba(122,185,71,.4); }
.case-result.yellow { color: #7A5000; background: var(--kt-yellow); border-color: rgba(244,182,29,.5); }

/* ==========================================================================
   32. v5 — 破片をやめて本物の「彩」／転職ヒーロー／担当者／Instagram
   ========================================================================== */

/* ---- 抽象的な破片の装飾はすべて外す ------------------------------------- */
.worries::before, .worries::after, .cta::after, .proof::after { display: none !important; }

/* ---- 本物の「彩」マーク（logo.png の漢字部分だけを切り出して使う） ---------- */
.saimark {
  display: block; aspect-ratio: 600 / 548;
  background: url(/assets/img/logo.png) no-repeat top center / 100% auto;
}
.ph::after {
  width: clamp(200px, 26vw, 360px); aspect-ratio: 600 / 548; height: auto;
  right: max(4vw, calc((100vw - var(--wrap)) / 2)); top: 50%; transform: translateY(-42%);
  background: url(/assets/img/logo.png) no-repeat top center / 100% auto; opacity: 1;
}
.cta-mark { width: 64px; margin: 0 auto 20px; }

/* ---- 暗いヒーローの上ではヘッダーを透明に（下層ページ・転職LP） ----------- */
.nav-over .nav:not(.is-scrolled) {
  background: transparent; border-color: transparent;
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.nav-over .nav:not(.is-scrolled) .brand .nm,
.nav-over .nav:not(.is-scrolled) .nav-menu a { color: #fff; }
.nav-over .nav:not(.is-scrolled) .nav-menu a:hover { background: rgba(255,255,255,.12); }
.nav-over .nav:not(.is-scrolled) .nav-menu a[aria-current="page"] { background: rgba(255,255,255,.16); color: #fff; }
.nav-over .nav:not(.is-scrolled) .burger { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.3); }
.nav-over .nav:not(.is-scrolled) .burger span { background: #fff; }
.nav-over .nav:not(.is-scrolled) .nav-cta {
  color: var(--ink); background: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box; background-color: #fff;
}
.nav-over .ph { margin-top: calc(-1 * var(--nav-h)); padding-top: calc(var(--nav-h) + clamp(44px, 7vw, 108px)); }

/* ---- 転職LPのヒーロー：黒地＋写真の背後にロゴ色のブロック ----------------- */
.lp-dark {
  color: #fff;
  background:
    radial-gradient(560px 340px at 0% 0%, rgba(201,19,85,.30), transparent 70%),
    radial-gradient(560px 360px at 100% 100%, rgba(18,165,196,.26), transparent 70%),
    var(--dark);
}
.nav-over .lp-dark { margin-top: calc(-1 * var(--nav-h)); padding-top: var(--nav-h); }
.lp-dark .hero-in { padding-block: clamp(40px, 6vw, 88px) clamp(56px, 7vw, 100px); grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.lp-dark .label, .lp-dark h1 { color: #fff; }
.lp-dark .label .jp { color: rgba(255,255,255,.7); }
.lp-dark h1 { font-size: clamp(32px, 4.6vw, 60px); line-height: 1.22; letter-spacing: -.02em; }
.lp-dark h1 .iro { background-image: var(--grad-bright); }
.lp-dark h1 .h1sub { color: rgba(255,255,255,.78); }
.lp-dark .sub { color: #fff; }
.lp-dark .sub b { color: #fff; }
.lp-dark .lp-desc { color: rgba(255,255,255,.82); }
.lp-dark .lp-chip .reg { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: #fff; }
.lp-dark .lp-chip .age { background: var(--k-yellow); color: var(--ink); }
.lp-dark .lp-area-lab { color: rgba(255,255,255,.66); }
.lp-dark .area b { background: rgba(255,255,255,.06); color: #fff; box-shadow: none; border: 1.5px solid var(--ac, rgba(255,255,255,.3)); }
.lp-dark .area b:nth-child(4n+1) { --ac: var(--k-cyan); }
.lp-dark .area b:nth-child(4n+2) { --ac: var(--k-magenta); }
.lp-dark .area b:nth-child(4n+3) { --ac: var(--k-yellow); }
.lp-dark .area b:nth-child(4n)   { --ac: var(--k-lime); }
.lp-dark .hero-meta span {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: #fff; box-shadow: none;
}
.lp-dark .hero-meta .accent { color: var(--k-yellow); border-color: rgba(244,182,29,.5); }
.lp-dark .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); box-shadow: none; }
.lp-dark .btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.lp-dark .hero-vis { position: relative; padding: 18px 18px 0 0; }
.lp-dark .hero-vis::before {
  content: ""; position: absolute; z-index: 0; top: 0; right: 0; bottom: 36px; left: 12%;
  border-radius: 34px; background: var(--k-yellow); transform: rotate(3deg);
}
.lp-dark .hero-vis::after {
  content: ""; position: absolute; z-index: 2; left: -18px; top: -14px; width: 86px; aspect-ratio: 600 / 548;
  background: url(/assets/img/logo.png) no-repeat top center / 100% auto;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.35));
}
.lp-dark .hero-vis .frame { position: relative; z-index: 1; box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.lp-dark .lp-kpi { z-index: 3; }

/* ---- 担当者：写真は左、文章は右 ------------------------------------------ */
.person { flex-direction: row; align-items: center; }
.pp-img { flex: 0 0 40%; aspect-ratio: 4 / 5; margin: 14px 0 14px 14px; border-radius: 20px; }
.pp-img img { object-position: center 18%; }
.pp-body { flex: 1; padding: 22px 26px 22px 24px; }
.person h3 { font-size: clamp(22px, 2.4vw, 28px); }
.person h3 .en { display: block; margin: 4px 0 0; }
.pp-quote { font-size: 14.5px; margin-top: 14px; }

/* ---- Instagram：プロフィール＋投稿タイル ---------------------------------- */
.ig-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ig-profile {
  display: flex; align-items: center; gap: 14px; background: var(--paper);
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 8px 8px 10px;
}
.ig-avatar {
  width: 52px; height: 52px; border-radius: 50%; flex: none; padding: 3px;
  background: linear-gradient(45deg, #F4B61D, #EA582D 35%, #C91355 65%, #5E2461);
}
.ig-avatar span { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 50%; background: #fff; }
.ig-avatar .saimark { width: 30px; }
.ig-name b { display: block; font-family: var(--en); font-weight: 800; font-size: 15px; }
.ig-name span { font-size: 12px; color: var(--ink-3); }
.ig-profile .btn { padding: 12px 20px; font-size: 14px; }
.ig-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 20px); margin-top: 34px; }
.ig-tile { position: relative; display: block; border-radius: 22px; overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--sh-sm); }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.ig-tile::after {
  content: ""; position: absolute; inset: 0; opacity: 0; transition: opacity .3s;
  background: linear-gradient(180deg, rgba(17,17,19,0) 40%, rgba(17,17,19,.55));
}
.ig-tile .ig-ic {
  position: absolute; right: 14px; bottom: 14px; z-index: 1; width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center; background: rgba(255,255,255,.92); color: var(--ink);
  transform: translateY(8px); opacity: 0; transition: transform .3s, opacity .3s;
}
.ig-tile .ig-ic svg { width: 20px; height: 20px; fill: currentColor; }
.ig-tile:hover img { transform: scale(1.05); }
.ig-tile:hover::after, .ig-tile:hover .ig-ic, .ig-tile:focus-visible .ig-ic { opacity: 1; }
.ig-tile:hover .ig-ic, .ig-tile:focus-visible .ig-ic { transform: none; }

/* ---- v5 responsive ------------------------------------------------------- */
@media (max-width: 1023px) {
  .lp-dark .hero-in { grid-template-columns: 1fr; }
  .lp-dark .hero-vis { max-width: 460px; margin-inline: auto; }
}
@media (max-width: 767px) {
  .ph::after { display: none; }
  .nav-over .ph { padding-top: calc(var(--nav-h) + 40px); }
  .lp-dark .hero-vis::after { width: 64px; left: -8px; }
  .person { align-items: stretch; }
  .pp-img { flex-basis: 38%; aspect-ratio: auto; margin: 12px 0 12px 12px; }
  .pp-body { padding: 16px 16px 16px 16px; }
  .person h3 { font-size: 21px; }
  .pp-quote { font-size: 13.5px; padding-left: 12px; }
  .ig-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 8px; }
  .ig-tile { flex: 0 0 72%; scroll-snap-align: start; }
  .ig-tile .ig-ic { opacity: 1; transform: none; }
  .ig-profile { width: 100%; }
  .ig-profile .btn { margin-left: auto; }
}
.lp-dark h1 { font-size: clamp(28px, 3.3vw, 46px); }
.lp-dark .lp-kpi { color: var(--ink); }
.lp-dark .lp-kpi b { color: var(--k-magenta); }
.lp-dark .lp-kpi b.green { color: #2E7A3D; }
/* 担当者の肩書き：2行になっても崩れない形に */
.pp-role { border-radius: 10px; line-height: 1.5; word-break: auto-phrase; }
/* Instagram アバター：白い円は直下の span だけに当てる */
.ig-avatar span { display: revert; width: auto; height: auto; border-radius: 0; background: none; }
.ig-avatar > span { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 50%; background: #fff; }
.ig-avatar .saimark { width: 30px; background: url(/assets/img/logo.png) no-repeat top center / 100% auto; }

/* ==========================================================================
   33. v6 — 実績メダル／「人生を彩る。」を1文字ずつビビッドに
   ========================================================================== */

/* ---- 転職LP：実績をメダル型のバッジに ------------------------------------ */
.lp-dark .lp-kpi { display: none; }
.kpi-badges { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.kbadge {
  position: absolute; width: clamp(128px, 12vw, 164px); aspect-ratio: 1;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.4));
  animation: kpop .8s cubic-bezier(.34,1.56,.64,1) both; animation-delay: var(--dl, .6s);
}
.kbadge-in {
  width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; background: var(--kb); color: var(--kt);
  clip-path: polygon(50.00% 0.00%, 55.17% 4.09%, 61.13% 1.25%, 65.26% 6.39%, 71.69% 4.95%, 74.58% 10.88%, 81.17% 10.91%, 82.67% 17.33%, 89.09% 18.83%, 89.12% 25.42%, 95.05% 28.31%, 93.61% 34.74%, 98.75% 38.87%, 95.91% 44.83%, 100.00% 50.00%, 95.91% 55.17%, 98.75% 61.13%, 93.61% 65.26%, 95.05% 71.69%, 89.12% 74.58%, 89.09% 81.17%, 82.67% 82.67%, 81.17% 89.09%, 74.58% 89.12%, 71.69% 95.05%, 65.26% 93.61%, 61.13% 98.75%, 55.17% 95.91%, 50.00% 100.00%, 44.83% 95.91%, 38.87% 98.75%, 34.74% 93.61%, 28.31% 95.05%, 25.42% 89.12%, 18.83% 89.09%, 17.33% 82.67%, 10.91% 81.17%, 10.88% 74.58%, 4.95% 71.69%, 6.39% 65.26%, 1.25% 61.13%, 4.09% 55.17%, 0.00% 50.00%, 4.09% 44.83%, 1.25% 38.87%, 6.39% 34.74%, 4.95% 28.31%, 10.88% 25.42%, 10.91% 18.83%, 17.33% 17.33%, 18.83% 10.91%, 25.42% 10.88%, 28.31% 4.95%, 34.74% 6.39%, 38.87% 1.25%, 44.83% 4.09%);
  position: relative;
}
.kbadge-in::before {
  content: ""; position: absolute; inset: 11%; border-radius: 50%;
  border: 1.5px dashed var(--kr); pointer-events: none;
}
.kb-top { font-size: clamp(10.5px, .9vw, 12.5px); font-weight: 900; letter-spacing: .02em; line-height: 1.35; }
.kbadge b {
  font-family: var(--en); font-weight: 800; letter-spacing: -.04em; line-height: 1;
  font-size: clamp(34px, 3.4vw, 46px); margin: 3px 0 2px;
}
.kbadge b small { font-size: .46em; letter-spacing: 0; margin-left: 1px; }
.kbadge b.jp { font-family: var(--jp); font-weight: 900; font-size: clamp(24px, 2.3vw, 31px); letter-spacing: -.02em; }
.kb-bot { font-size: clamp(9.5px, .8vw, 11px); font-weight: 800; letter-spacing: .12em; opacity: .85; font-family: var(--en); }
.kb-1 { --kb: var(--k-magenta); --kt: #fff; --kr: rgba(255,255,255,.55); left: -34px; bottom: 96px; transform: rotate(-8deg); --dl: .7s; }
.kb-2 { --kb: var(--k-yellow); --kt: var(--ink); --kr: rgba(30,30,34,.35); right: -26px; bottom: -8px; transform: rotate(7deg); --dl: .9s; }
@keyframes kpop { from { opacity: 0; scale: .4; } to { opacity: 1; scale: 1; } }

/* ---- トップ：「人生を彩る。」を1文字ずつ、ロゴの色をビビッドに ------------ */
.hero-over-copy h1 .iro.iro-chars { background: none; -webkit-text-fill-color: initial; color: inherit; }
.iro-chars > span {
  background: linear-gradient(165deg, var(--a), var(--b));
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .kbadge { width: 116px; }
  .kb-1 { left: -10px; bottom: 70px; }
  .kb-2 { right: -8px; bottom: -14px; }
}
@media (prefers-reduced-motion: reduce) { .kbadge { animation: none; } }

/* ==========================================================================
   34. v7 — 採用支援ページをトップと同じ世界観に
   ========================================================================== */
.nav-over .hero-over { margin-top: calc(-1 * var(--nav-h)); }
.hero-biz2 .hero-bg { object-position: 64% 50%; }
.hero-over-copy .btn-white { background: #fff; color: var(--ink); box-shadow: 0 14px 34px rgba(0,0,0,.28); }
.hero-over-copy .btn-white:hover { transform: translateY(-3px); }

/* 採用のお悩み：番号タイル付きカード */
.issues { background: var(--paper); }
.issue-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); margin-top: 38px; }
.issue {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 20px; align-items: start;
  background: var(--bg); border-radius: var(--r-card); padding: clamp(24px, 3vw, 34px);
}
.issue h3 { font-size: clamp(19px, 2.2vw, 24px); line-height: 1.45; }
.issue p { margin-top: 8px; color: var(--ink-2); font-size: 14.5px; line-height: 1.9; }

/* できること：ロゴ色の面のタイル */
.svc-sec { background: var(--bg); }
.svc-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 18px); margin-top: 38px; }
.svc-tile {
  position: relative; overflow: hidden; border-radius: var(--r-card);
  background: var(--tile); color: var(--tx); padding: clamp(26px, 3vw, 36px);
  min-height: clamp(280px, 26vw, 340px); display: flex; flex-direction: column;
}
.svc-tile::after { content: ""; position: absolute; right: -40px; top: -40px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,255,255,.18); }
.svc-no { font-weight: 800; font-size: 13px; letter-spacing: .2em; opacity: .85; }
.svc-ico { width: 46px; height: 46px; margin: 22px 0 16px; }
.svc-tile h3 { font-size: clamp(21px, 2.4vw, 27px); color: var(--tx); }
.svc-tile p { margin-top: 10px; font-size: 14.5px; line-height: 1.9; color: var(--tx); opacity: .94; }
.svc-tile .svc-badge {
  position: absolute; top: 22px; right: 22px; z-index: 1; background: #fff; color: var(--k-magenta);
  font-size: 11.5px; font-weight: 900; padding: 5px 12px; border-radius: 999px;
}
.svc-sec .media-row { border-top-color: var(--line-2); }

/* 流れ：4ステップ */
.flowline.fl4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* 費用：目立つ囲み */
.fee-box {
  position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px 48px; align-items: center;
  background: var(--kt-yellow); border-radius: 36px; padding: clamp(30px, 4.4vw, 60px);
  overflow: hidden;
}
.fee-box .lead { max-width: 34em; }
.fee-act { display: grid; gap: 12px; }
.fee-mark { position: absolute; right: -30px; top: -38px; width: 190px; opacity: .14; transform: rotate(-10deg); }

@media (max-width: 1023px) {
  .svc-tiles { grid-template-columns: 1fr; }
  .svc-tile { min-height: 0; }
  .flowline.fl4 { grid-template-columns: 1fr 1fr; }
  .fee-box { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .issue-grid { grid-template-columns: 1fr; }
  .flowline.fl4 { grid-template-columns: 1fr; }
  .fee-act .btn { width: 100%; }
}
.hero-biz2 .hero-over-copy h1 { font-size: clamp(38px, 6.2vw, 90px); }
.ss-head .h2 { font-size: clamp(28px, 4vw, 48px); }

/* ---- 35. 注記まわり（求人の一言・メダルの注記） ------------------------ */
.ft-jobnote { margin-top: 22px; font-size: 12px; color: #9EA3AE; line-height: 1.7; }
.lp-form-intro .lp-jobnote {
  display: inline-block; margin: 14px auto 0; font-size: 13px; font-weight: 700; color: #fff;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); padding: 6px 14px; border-radius: 999px;
}
.kpi-note {
  position: relative; z-index: 4; margin-top: 12px; text-align: right;
  font-size: 12px; color: rgba(255,255,255,.72);
}

/* ==========================================================================
   36. 適所診断（/shindan/・/shindan/result/）と、フォームへの引き継ぎ表示
   ========================================================================== */
/* 診断中は下の固定ボタンを出さない（答えのボタンと重ならないように） */
/* 結果ページのボタン（診断結果を引き継ぐ）と競合しないよう、診断ページ全体で出さない */
.sd-page .sticky-cta { display: none !important; }
@media (max-width: 767px) { body.sd-page { padding-bottom: 0; } }
.sd-lead, .sd-blk li, .sd-blk p, .sd-gap p, .sd-hero .lead { word-break: auto-phrase; }

/* ---- はじめの画面 ---------------------------------------------------- */
.sd-hero {
  position: relative; overflow: hidden; color: #fff;
  padding-block: clamp(56px, 8vw, 110px) clamp(48px, 7vw, 96px);
  background:
    radial-gradient(520px 360px at 0% 0%, rgba(201,19,85,.42), transparent 70%),
    radial-gradient(520px 360px at 100% 100%, rgba(18,165,196,.34), transparent 70%),
    radial-gradient(360px 260px at 70% 0%, rgba(244,182,29,.18), transparent 70%),
    var(--dark);
}
.nav-over .sd-hero { margin-top: calc(-1 * var(--nav-h)); padding-top: calc(var(--nav-h) + clamp(40px, 6vw, 90px)); }
.sd-hero-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.sd-hero .label { color: #fff; } .sd-hero .label .jp { color: rgba(255,255,255,.72); }
.sd-hero h1 {
  font-size: clamp(34px, 6vw, 68px); line-height: 1.22; letter-spacing: -.025em;
  margin-top: 18px; text-wrap: balance;
}
.sd-hero h1 .iro { background-image: var(--grad-bright); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.sd-hero .lead { color: rgba(255,255,255,.86); max-width: 30em; }
.sd-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.sd-chips li {
  font-weight: 900; font-size: 13.5px; padding: 7px 14px; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,.34);
}
.sd-chips li.is-key { background: var(--k-yellow); border-color: var(--k-yellow); color: var(--ink); }

.sd-hero-card {
  background: var(--paper); color: var(--ink); border-radius: var(--r-xl);
  padding: clamp(22px, 3vw, 34px); box-shadow: var(--sh-lg);
}
.sd-parts { list-style: none; display: grid; gap: 0; }
.sd-parts li { display: flex; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.sd-parts li:last-child { border-bottom: 0; }
.sd-parts .n {
  width: 42px; height: 42px; border-radius: 13px; flex: none;
  display: grid; place-items: center; font-weight: 800; font-size: 17px; background: var(--c);
}
.sd-parts b { display: block; font-size: 15.5px; }
.sd-parts small { font-size: 12.5px; color: var(--ink-3); font-weight: 700; }
.sd-begin { width: 100%; margin-top: 18px; font-size: 17px; padding-block: 19px; }
.sd-link {
  display: block; width: 100%; margin-top: 12px; text-align: center; background: none; border: 0;
  font: inherit; font-size: 13.5px; font-weight: 900; color: var(--ink-2);
  text-decoration: underline; text-underline-offset: 4px; cursor: pointer;
}
.sd-link[hidden] { display: none; }
.sd-note { margin-top: 14px; text-align: center; font-size: 12.5px; line-height: 1.75; color: var(--ink-3); }

/* ---- 質問の画面 ------------------------------------------------------ */
.sd-quiz { background: var(--paper); padding-block: clamp(24px, 4vw, 56px) clamp(48px, 7vw, 90px); min-height: 72vh; }
.sd-quiz-in { max-width: 640px; }
.sd-prog { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; font-weight: 900; color: var(--ink-3); }
.sd-bar { height: 8px; border-radius: 9px; background: var(--line); margin-top: 9px; overflow: hidden; }
.sd-bar i { display: block; height: 100%; width: 0; border-radius: 9px; background: var(--grad-bright); transition: width .3s ease; }
.sd-qno { margin-top: clamp(22px, 4vw, 36px); font-weight: 800; font-size: 13px; letter-spacing: .1em; color: var(--k-magenta); }
.sd-qt {
  margin-top: 8px; font-size: clamp(21px, 3.6vw, 28px); line-height: 1.55; letter-spacing: -.01em;
  word-break: auto-phrase; text-wrap: pretty; outline: none;
}
.sd-hint { margin-top: 6px; font-size: 13.5px; font-weight: 700; color: var(--ink-3); }
.sd-opts { display: grid; gap: 10px; margin-top: 20px; }
.sd-opts.is-grid { grid-template-columns: 1fr 1fr; }
.sd-opt {
  display: flex; align-items: center; gap: 12px; width: 100%; min-height: 58px;
  padding: 14px 18px; border-radius: 18px; text-align: left;
  font: inherit; font-weight: 900; font-size: 16px; line-height: 1.5; color: var(--ink);
  background: var(--paper); border: 2px solid var(--line-2); cursor: pointer;
  transition: border-color .15s, background .15s, color .15s, transform .15s;
  -webkit-tap-highlight-color: transparent; word-break: auto-phrase;
}
.sd-opt:hover { border-color: var(--ink); }
.sd-opt:focus-visible { outline: 3px solid var(--k-cyan); outline-offset: 2px; }
.sd-opt:active { transform: scale(.985); }
.sd-opt[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
/* 3択・2択はカード型。色は人・モノ・情報で変えず、並びで偏らないよう同じ色に */
.sd-opts.is-card .sd-opt { min-height: 72px; padding: 18px 20px; border-color: transparent; background: var(--bg); }
.sd-opts.is-card .sd-opt:hover { border-color: var(--ink); }
.sd-opts.is-card .sd-opt[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); }
.sd-opts.is-two .sd-opt:first-child { background: var(--kt-cyan); }
.sd-opts.is-two .sd-opt:last-child { background: var(--kt-yellow); }
.sd-opts.is-two .sd-opt[aria-pressed="true"] { background: var(--ink); }
.sd-opts.is-grid .sd-opt { min-height: 54px; justify-content: center; text-align: center; }
.sd-ab {
  flex: none; width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center;
  font-size: 13px; background: rgba(255,255,255,.8); color: var(--ink);
}
.sd-back {
  margin-top: 22px; background: none; border: 0; padding: 8px 0; cursor: pointer;
  font: inherit; font-size: 14px; font-weight: 900; color: var(--ink-3);
}
.sd-back:hover { color: var(--ink); }

/* ---- 結果の画面 ------------------------------------------------------ */
.sd-res { background: var(--bg); padding-block: clamp(24px, 4vw, 56px) clamp(56px, 8vw, 100px); }
.sd-res-in { max-width: 720px; }
.sd-none { background: var(--paper); border-radius: var(--r-lg); padding: 32px; text-align: center; }
.sd-none h1 { font-size: 22px; }
.sd-none p { margin: 10px 0 20px; color: var(--ink-2); }
.sd-result { display: grid; gap: 14px; }

.sd-type {
  --tb: var(--k-magenta); --tt: #fff;
  position: relative; overflow: hidden; border-radius: var(--r-xl);
  padding: clamp(26px, 5vw, 44px) clamp(22px, 4vw, 40px);
  background: var(--tb); color: var(--tt);
}
.sd-type::after {
  content: ""; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px;
  border-radius: 50%; background: rgba(255,255,255,.16); pointer-events: none;
}
.sd-result[data-color="cyan"]    .sd-type { --tb: var(--k-cyan);    --tt: var(--ink); }
.sd-result[data-color="magenta"] .sd-type { --tb: var(--k-magenta); --tt: #fff; }
.sd-result[data-color="blue"]    .sd-type { --tb: var(--k-blue);    --tt: #fff; }
.sd-result[data-color="orange"]  .sd-type { --tb: var(--k-orange);  --tt: var(--ink); }
.sd-result[data-color="lime"]    .sd-type { --tb: var(--k-lime);    --tt: var(--ink); }
.sd-result[data-color="purple"]  .sd-type { --tb: var(--k-purple);  --tt: #fff; }
.sd-you { font-size: 13.5px; font-weight: 900; opacity: .9; }
.sd-type h1 { margin-top: 6px; display: grid; gap: 10px; }
.sd-en { font-size: clamp(40px, 9vw, 72px); font-weight: 800; line-height: 1; letter-spacing: -.02em; }
.sd-ja { font-size: clamp(19px, 3.4vw, 25px); font-weight: 900; }
.sd-lead { margin-top: 14px; font-size: 15px; line-height: 1.95; max-width: 34em; position: relative; }

.sd-blk { background: var(--paper); border-radius: var(--r-lg); padding: 22px clamp(20px, 3.4vw, 30px); }
.sd-blk h2, .sd-gap h2 { font-size: 17px; line-height: 1.5; display: flex; gap: 10px; align-items: center; }
.sd-blk h2::before {
  content: ""; width: 11px; height: 11px; border-radius: 3px; flex: none;
  background: var(--c); transform: rotate(12deg);
}
.sd-blk ul { list-style: none; margin-top: 10px; display: grid; gap: 6px; }
.sd-blk li { position: relative; padding-left: 18px; font-size: 15px; line-height: 1.8; }
.sd-blk li::before { content: ""; position: absolute; left: 2px; top: .8em; width: 7px; height: 7px; border-radius: 50%; background: var(--ink-4); }
.sd-blk p { margin-top: 8px; font-size: 15px; line-height: 1.9; color: var(--ink-2); }
.sd-jobs { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.sd-jobs span { font-size: 13.5px; font-weight: 900; padding: 6px 13px; border-radius: 999px; background: var(--kt-lime); }

.sd-gap { background: var(--kt-yellow); border-radius: var(--r-lg); padding: 22px clamp(20px, 3.4vw, 30px); border-left: 6px solid var(--k-yellow); }
.sd-gap p { margin-top: 6px; font-size: 15px; line-height: 1.9; color: var(--ink-2); }
.sd-gap.is-nashi { background: var(--kt-lime); border-left-color: var(--k-lime); }

.sd-act { text-align: center; padding-top: 14px; }
.sd-cta { width: 100%; max-width: 480px; font-size: 17px; padding-block: 20px; }
.sd-cta.is-soft { background: var(--paper); color: var(--ink); border: 2px solid var(--ink); box-shadow: none; }
.sd-cta.is-soft:hover { background: var(--bg); }
.sd-act-note { margin-top: 10px; font-size: 13.5px; font-weight: 700; color: var(--ink-3); }
.sd-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 22px; margin-top: 18px; }
.sd-links .sd-link { width: auto; margin-top: 0; font-size: 13px; color: var(--ink-3); }

/* ---- 転職相談フォーム上の「診断結果：…」 ------------------------------ */
.sd-carry {
  display: flex; gap: 12px; align-items: center; margin: 0 0 16px;
  padding: 12px 16px; border-radius: 14px; background: var(--kt-yellow); color: var(--ink);
}
.sd-carry-lab { flex: none; font-size: 11px; font-weight: 800; letter-spacing: .14em; padding: 4px 9px; border-radius: 999px; background: var(--ink); color: #fff; }
.sd-carry-txt { font-size: 13.5px; line-height: 1.7; font-weight: 700; word-break: auto-phrase; }
.sd-carry-txt b { font-weight: 900; }

@media (max-width: 860px) {
  .sd-hero-in { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .sd-opt { font-size: 15.5px; }
  .sd-carry { align-items: flex-start; }
}
/* スマホ：最初の画面で「はじめる」ボタンまで見えるよう詰める */
@media (max-width: 560px) {
  .nav-over .sd-hero { padding-top: calc(var(--nav-h) + 22px); }
  .sd-hero { padding-bottom: 36px; }
  .sd-hero h1 { margin-top: 12px; }
  .sd-hero .lead { margin-top: 12px; line-height: 1.85; }
  .sd-chips { margin-top: 16px; }
  .sd-hero-card { padding: 16px 18px 20px; }
  .sd-parts li { padding: 9px 0; }
  .sd-parts .n { width: 36px; height: 36px; font-size: 15px; }
}

/* ==========================================================================
   37. 9/25 修正：トップのヒーロー・エリア帯・担当者写真
   ========================================================================== */
/* 「人生を彩る。」：転職相談ページと同じ、ロゴの色のなめらかなグラデーション */
.is-home .hero-over .hero-over-copy h1 .iro {
  background-image: var(--grad-bright);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

/* 対応エリアの帯：ヒーローの一番下に入れて、最初の画面で見えるように */
.mq-hero { position: relative; z-index: 3; background: var(--dark); border: 0; padding-block: clamp(12px, 1.4vw, 20px); }
.mq-hero .mq-group { align-items: center; }
.mq-hero .mq-it { line-height: 1.12; }
.mq-hero .mq-it.main {
  font-size: clamp(38px, 4.4vw, 72px); color: var(--c); -webkit-text-stroke: 0;
  letter-spacing: .02em;
}
.mq-hero .mq-it.sub {
  font-size: clamp(20px, 2.1vw, 34px); color: transparent;
  -webkit-text-stroke: 1.4px rgba(255,255,255,.5);
}
.mq-hero .mq-star { font-size: clamp(14px, 1.6vw, 24px); color: rgba(255,255,255,.3); }
.mq-lab {
  position: absolute; left: 0; top: 0; bottom: 0; z-index: 2;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 44px 0 max(16px, calc((100vw - var(--wrap)) / 2));
  background: linear-gradient(90deg, var(--dark) 72%, rgba(17,17,19,0));
  font-family: var(--en); font-weight: 800; font-size: 12px; letter-spacing: .24em; color: #fff;
}
.mq-lab small { display: block; margin-top: 4px; font-family: var(--jp); font-size: 11px; letter-spacing: .06em; color: rgba(255,255,255,.72); }

@media (min-width: 768px) {
  /* ヒーロー（画像＋エリア帯）で、ちょうど最初の1画面になる */
  .is-home .hero-over { display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; }
  .is-home .hero-over .hero-banner { flex: 1; min-height: 520px; }
  .is-home .hero-over-copy { padding-bottom: clamp(36px, 5vw, 72px); }
}
@media (min-width: 768px) and (max-height: 920px) {
  /* 縦の短いパソコン画面では、見出しを少しだけ小さくして帯まで収める */
  .is-home .hero-over-copy h1 { font-size: clamp(46px, 7.2vw, 104px); }
  .is-home .hero-over-copy .sub { margin-top: 16px; }
}
@media (max-width: 767px) {
  .mq-lab { padding-right: 28px; font-size: 10.5px; }
  .mq-lab small { font-size: 10px; }
}

/* 担当者の写真：2人とも同じ撮り方の正方形の写真にそろえ、顔の位置を合わせる */
.pp-img img { object-position: center 28%; }
.cons-card > img { object-position: center 26%; min-height: 240px; }
@media (max-width: 767px) {
  /* iPhone（Safari）で写真の高さが伸びて文字にかぶるのを防ぐ */
  .cons-card > img { height: auto; min-height: 0; aspect-ratio: 4 / 3; display: block; object-position: center 24%; }
}

/* スマホのヒーロー画像：元画像の解像度が足りないので、画面いっぱいに引き伸ばさず、
   幅に合わせて表示し（拡大は約1.2倍まで）、下は黒になじませる */
@media (max-width: 767px) {
  .is-home .hero-over .hero-bg {
    inset: 0 0 auto 0; height: auto; aspect-ratio: 1000 / 1536;
    object-fit: cover; object-position: center top; animation: none;
  }
  .is-home .hero-over .hero-scrim {
    background:
      linear-gradient(180deg, rgba(9,14,32,.28) 0%, rgba(9,14,32,0) 22%, rgba(9,14,32,0) calc(153.6vw - 260px), var(--dark) 153.6vw),
      radial-gradient(90% 40% at 0% 45%, rgba(9,14,32,.45), rgba(9,14,32,0) 70%);
  }
}

/* 見出しのグラデーション：色の境目がにごらない混ぜ方（oklch）にする。
   対応していない古いブラウザは、1行目の通常のグラデーションになる */
.is-home .hero-over .hero-over-copy h1 .iro,
.lp-dark h1 .iro {
  background-image: var(--grad-bright);
  background-image: linear-gradient(92deg in oklch, #F4B61D, #F0932E 24%, #DB3678 50%, #12A5C4 76%, #7AB947);
}

/* ==========================================================================
   38. 9/25 修正2：ヒーローを明るく鮮やかに／エリア帯を元の大きさ・色に戻して磨く
   ========================================================================== */
.is-home .hero-over .hero-bg { filter: saturate(1.32) contrast(1.06) brightness(1.1); }
.is-home .hero-over .hero-scrim {
  background:
    radial-gradient(70% 52% at 1% 86%, rgba(9,14,32,.38) 0%, rgba(9,14,32,.16) 46%, rgba(9,14,32,0) 74%),
    linear-gradient(94deg, rgba(9,14,32,.30) 0%, rgba(9,14,32,.18) 28%, rgba(9,14,32,.05) 52%, rgba(9,14,32,0) 70%),
    linear-gradient(180deg, rgba(9,14,32,.16) 0%, rgba(9,14,32,0) 22%, rgba(9,14,32,0) 76%, rgba(9,14,32,.18) 100%);
}

/* エリア帯：前の大きくカラフルな形に戻す。浜松・磐田・袋井は色の塗り、ほかは色の線で */
.mq-hero { padding-block: clamp(14px, 1.8vw, 24px); background: var(--dark); }
.mq-hero .mq-it, .mq-hero .mq-it.main, .mq-hero .mq-it.ol {
  font-size: clamp(46px, 6.6vw, 108px); line-height: 1.1; letter-spacing: -.02em;
  padding-inline: clamp(14px, 1.8vw, 26px);
}
.mq-hero .mq-it.main { color: var(--c); -webkit-text-stroke: 0; text-shadow: 0 0 28px color-mix(in srgb, var(--c) 45%, transparent); }
.mq-hero .mq-it.ol { color: transparent; -webkit-text-stroke: 2px var(--c); opacity: .85; }
.mq-hero .mq-star { font-size: clamp(20px, 2.6vw, 36px); color: rgba(255,255,255,.35); }
.mq-hero .mq-it.main + .mq-star { color: var(--k-yellow); }

@media (max-width: 767px) {
  .is-home .hero-over .hero-scrim {
    background:
      linear-gradient(180deg, rgba(9,14,32,.16) 0%, rgba(9,14,32,0) 20%, rgba(9,14,32,0) calc(153.6vw - 240px), var(--dark) 153.6vw),
      radial-gradient(90% 38% at 0% 45%, rgba(9,14,32,.32), rgba(9,14,32,0) 70%);
  }
}

/* ==========================================================================
   39. 9/25 修正3：磐田をいちばん目立たせる／周辺は控えめ／ヒーローにもう一段インパクト
   ========================================================================== */
/* エリア帯：磐田（本拠地）＞ 浜松・袋井 ＞ 掛川・森町 ＞ 湖西・菊川・豊橋 */
.mq-hero .mq-it.hq {
  position: relative; color: var(--c); -webkit-text-stroke: 0;
  font-size: clamp(60px, 8.6vw, 140px);
  text-shadow: 0 0 34px rgba(244,182,29,.55), 0 0 2px rgba(244,182,29,.9);
}
.mq-hq {
  position: absolute; top: .1em; right: -.1em;
  font-family: var(--en); font-weight: 800; font-size: 11px; letter-spacing: .18em;
  color: var(--ink); background: var(--k-yellow); padding: 3px 8px; border-radius: 999px;
  text-shadow: none; transform: translateY(-40%);
}
.mq-hero .mq-it.main { font-size: clamp(44px, 6vw, 96px); }
.mq-hero .mq-it.ol { font-size: clamp(34px, 4.4vw, 70px); opacity: .8; -webkit-text-stroke-width: 1.8px; }
.mq-hero .mq-it.dim {
  font-size: clamp(26px, 3.2vw, 50px); color: transparent;
  -webkit-text-stroke: 1.4px rgba(255,255,255,.34);
}
.mq-hero .mq-it.hq + .mq-star { color: var(--k-yellow); font-size: clamp(22px, 3vw, 42px); }

/* ヒーロー：写真をもう一段鮮やかに、四隅を少し締める */
.is-home .hero-over .hero-bg { filter: saturate(1.42) contrast(1.1) brightness(1.08); }
.is-home .hero-over .hero-banner::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(120% 90% at 55% 45%, rgba(0,0,0,0) 58%, rgba(9,14,32,.34) 100%);
}
.is-home .hero-over .hero-scrim { z-index: 1; }
/* 「人生を彩る。」を一回り大きく、色がゆっくり流れる */
.is-home .hero-over .hero-over-copy h1 .iro {
  display: inline-block; font-size: 1.12em; line-height: 1.04;
  background-image: linear-gradient(92deg in oklch, #F4B61D, #F0932E 16%, #DB3678 34%, #12A5C4 52%, #7AB947 68%, #F4B61D 84%, #F0932E);
  background-size: 200% 100%;
  animation: iroflow 7s ease-in-out infinite alternate;
  filter: drop-shadow(0 2px 6px rgba(6,10,24,.55)) drop-shadow(0 8px 26px rgba(6,10,24,.45));
}
@keyframes iroflow { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
@media (prefers-reduced-motion: reduce) { .is-home .hero-over .hero-over-copy h1 .iro { animation: none; } }
@media (min-width: 768px) {
  .is-home .hero-over-copy h1 { font-size: clamp(52px, 7.4vw, 118px); }
}
@media (min-width: 768px) and (max-height: 920px) {
  .is-home .hero-over-copy h1 { font-size: clamp(48px, 6.6vw, 100px); }
  .is-home .hero-over-copy .h1sub { margin-top: 16px; }
  .is-home .hero-over-copy .hero-meta { margin-top: 14px; }
}
/* 帯が1画面に収まるよう、大きさの段差は保ったまま全体を少し締める */
.mq-hero { padding-block: clamp(10px, 1.2vw, 18px); }
.mq-hero .mq-it { line-height: 1.04; }
.mq-hero .mq-it.hq { font-size: clamp(54px, 7vw, 112px); }
.mq-hero .mq-it.main { font-size: clamp(40px, 4.9vw, 78px); }
.mq-hero .mq-it.ol { font-size: clamp(30px, 3.6vw, 58px); }
.mq-hero .mq-it.dim { font-size: clamp(24px, 2.7vw, 42px); }
.mq-hq { top: .02em; }
/* HOME の札が帯の上で切れないように */
.mq-hero { padding-top: clamp(16px, 1.5vw, 20px); }
.mq-hq { top: 0; transform: translateY(-30%); }

/* ==========================================================================
   40. 9/25 修正4：磐田はジュビロのサックスブルー／周辺エリアは「もサポート」の札で
       ／ヒーローに実績バッジ
   ========================================================================== */
.mq-hero .mq-it.hq { text-shadow: 0 0 34px rgba(63,169,230,.6), 0 0 2px rgba(63,169,230,.9); }
.mq-hq { background: #3FA9E6; color: var(--ink); }
.mq-hero .mq-it.hq + .mq-star { color: #3FA9E6; }
.mq-more {
  display: inline-flex; align-items: center; gap: clamp(6px, .8vw, 12px);
  padding-inline: clamp(14px, 1.8vw, 26px); white-space: nowrap;
}
.mq-more b {
  font-size: clamp(17px, 1.9vw, 28px); font-weight: 900; line-height: 1.2;
  padding: .3em .85em; border-radius: 999px; background: var(--c); color: var(--t);
}
.mq-more em { font-style: normal; font-weight: 900; font-size: clamp(15px, 1.6vw, 24px); color: #fff; margin-left: 4px; }

/* ヒーローの実績バッジ（PC：右側に3つ／スマホ：右上に1つ） */
.hero-badges {
  position: absolute; z-index: 3; pointer-events: none;
  right: max(86px, calc((100vw - var(--wrap)) / 2 - 10px)); top: 50%; transform: translateY(-46%);
  width: clamp(300px, 27vw, 380px); height: clamp(330px, 30vw, 420px);
}
.hero-badges .kbadge { width: clamp(126px, 11vw, 158px); }
.hb-1 { --kb: var(--k-magenta); --kt: #fff; --kr: rgba(255,255,255,.55); left: 0; top: 4%; transform: rotate(-9deg); --dl: 1.2s; }
.hb-2 { --kb: var(--k-yellow); --kt: var(--ink); --kr: rgba(30,30,34,.35); right: 0; top: 26%; transform: rotate(8deg); --dl: 1.4s; }
.hb-3 { --kb: #3FA9E6; --kt: var(--ink); --kr: rgba(30,30,34,.35); left: 18%; bottom: 6%; transform: rotate(-4deg); --dl: 1.6s; }
.hb-note {
  position: absolute; right: 0; bottom: -8px; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.9);
  text-shadow: 0 1px 4px rgba(6,10,24,.9); white-space: nowrap;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .hero-badges { right: 24px; width: 250px; height: 300px; }
  .hero-badges .kbadge { width: 112px; }
}
@media (max-width: 767px) {
  .hero-badges { right: 12px; top: calc(var(--nav-h) + 56px); transform: none; width: 100px; height: auto; }
  .hero-badges .kbadge { position: relative; width: 96px; }
  .hb-1 { left: auto; top: auto; transform: rotate(8deg); }
  .hb-2, .hb-3 { display: none; }
  .hb-note { position: static; margin-top: 4px; font-size: 9px; white-space: normal; text-align: center; line-height: 1.4; }
  .hero-badges .kb-top { font-size: 9.5px; }
  .hero-badges .kbadge b { font-size: 28px; }
  .hero-badges .kb-bot { font-size: 8.5px; }
}
/* バッジの位置調整：PCは帯にかからない高さに、スマホは見出しより上に */
.hero-badges { top: 44%; transform: translateY(-50%); height: clamp(310px, 27vw, 380px); }
.hb-3 { bottom: 12%; }
.hero-badges .kbadge b.jp { font-size: clamp(19px, 1.7vw, 24px); margin: 4px 0 3px; }
.hb-note { bottom: -2px; }
@media (max-width: 767px) {
  .hero-badges { top: calc(var(--nav-h) + 4px); right: 10px; width: 96px; transform: none; height: auto; }
  .hero-badges .kbadge { width: 90px; }
  .hb-note { font-size: 8.5px; margin-top: 2px; }
}
.hb-3 .kbadge-in { gap: 3px; }
.hero-badges .hb-3 b.jp { font-size: clamp(17px, 1.45vw, 21px); margin: 2px 0 4px; }
/* 磐田・浜松・袋井は同じ大きさにそろえる（磐田はサックスブルーと HOME 札で区別） */
.mq-hero .mq-it.hq { font-size: clamp(40px, 4.9vw, 78px); }
.mq-hero .mq-it.hq + .mq-star { font-size: clamp(20px, 2.6vw, 36px); }
