@charset "UTF-8";
/* ==========================================================
   Career Vision ナビサイト — design system
   藍紺 × 明朝ディスプレイ × サンライズCTA
========================================================== */
:root {
  /* brand */
  --c-navy-deep: #0b1f3e;
  --c-navy: #14335f;
  --c-blue: #1e63c8;
  --c-blue-bright: #3f86ea;
  --c-sky: #edf4fc;
  --c-sky2: #dbe9f9;
  --c-paper: #f8fafd;
  --c-orange1: #ffa13c;
  --c-orange2: #ee650a;
  --c-gold: #f0b429;
  --c-ink: #26313f;
  --c-muted: #5c6b7c;
  --c-line: #d9e4f0;
  /* legacy aliases (entry.css 依存) */
  --c-blue-deep: #123c7d;
  --grad-orange: linear-gradient(135deg, var(--c-orange1) 0%, var(--c-orange2) 100%);
  --grad-blue: linear-gradient(135deg, #3f86ea 0%, #1e63c8 100%);
  --grad-text: linear-gradient(120deg, #1e63c8 0%, #3f86ea 55%, #6ea8f5 100%);
  --shadow-card: 0 1px 2px rgba(11, 31, 62, 0.05), 0 12px 32px rgba(11, 31, 62, 0.1);
  --shadow-float: 0 2px 6px rgba(11, 31, 62, 0.08), 0 24px 48px rgba(11, 31, 62, 0.16);
  --radius: 12px;
  --font-display: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  --font-num: "Montserrat", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
ul, ol { list-style: none; }
a { text-decoration: none; color: inherit; }
button { font: inherit; border: none; background: none; cursor: pointer; }

html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--c-ink);
  font-size: 15px;
  line-height: 1.9;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.is-sp { display: none; }

/* ---------- section header ---------- */
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-num); font-size: 12px; font-weight: 700; letter-spacing: 0.32em;
  color: var(--c-blue); text-transform: uppercase; margin-bottom: 14px;
}
.sec-eyebrow::before, .sec-eyebrow::after {
  content: ""; width: 28px; height: 1px; background: linear-gradient(90deg, transparent, var(--c-blue));
}
.sec-eyebrow::after { background: linear-gradient(90deg, var(--c-blue), transparent); }
.sec-title {
  font-family: var(--font-display);
  font-size: 34px; font-weight: 700; color: var(--c-navy-deep); line-height: 1.55; letter-spacing: 0.04em;
}
.sec-title .em { color: var(--c-blue); }
.sec-lead { color: var(--c-muted); font-size: 14px; margin-top: 12px; }

/* ==========================================================
   header
========================================================== */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(10px); box-shadow: 0 1px 0 rgba(11, 31, 62, 0.06), 0 8px 24px rgba(11, 31, 62, 0.05); }
.header-upper-inner {
  max-width: 1080px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.header-logo .tagline { font-size: 11px; color: var(--c-muted); line-height: 1.3; letter-spacing: 0.04em; }
.header-logo img { height: 28px; width: auto; }
.header-upper-links { display: flex; align-items: center; gap: 22px; }
.header-biz-link { font-size: 13px; color: var(--c-navy); font-weight: 500; position: relative; }
.header-biz-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; background: var(--c-blue); transform: scaleX(0); transition: transform 0.25s; transform-origin: left; }
.header-biz-link:hover::after { transform: scaleX(1); }
.btn-entry {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--grad-orange); color: #fff; font-weight: 700; font-size: 15px;
  padding: 11px 26px; border-radius: 99px; position: relative;
  box-shadow: 0 6px 16px rgba(238, 101, 10, 0.32);
  transition: transform 0.25s, box-shadow 0.25s;
}
.btn-entry:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(238, 101, 10, 0.4); }
.btn-entry .micro {
  font-size: 10px; background: rgba(255, 255, 255, 0.95); color: var(--c-orange2); font-weight: 700;
  border-radius: 99px; padding: 2px 9px; white-space: nowrap; letter-spacing: 0.02em;
}
.header-nav { border-top: 1px solid rgba(11, 31, 62, 0.05); }
.header-nav-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.header-nav ul { display: flex; justify-content: center; gap: 8px; }
.header-nav a {
  display: block; text-align: center; font-size: 13.5px; font-weight: 500; color: var(--c-navy);
  padding: 11px 18px; position: relative; letter-spacing: 0.03em;
}
.header-nav a::after {
  content: ""; position: absolute; left: 18px; right: 18px; bottom: 7px; height: 2px;
  background: var(--c-blue); border-radius: 2px; transform: scaleX(0); transition: transform 0.25s; transform-origin: left;
}
.header-nav a:hover::after { transform: scaleX(1); }

/* ==========================================================
   KV — signature hero
========================================================== */
.kv {
  position: relative; overflow: hidden;
  background: linear-gradient(165deg, #f7fafd 0%, #edf3fb 100%);
}
.kv-inner {
  position: relative; z-index: 1;
  max-width: 1080px; margin: 0 auto; padding: 72px 24px 84px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}
.kv-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--c-navy); font-size: 12.5px; font-weight: 700;
  padding: 7px 18px; border-radius: 99px; margin-bottom: 22px; letter-spacing: 0.06em;
  box-shadow: 0 1px 2px rgba(11, 31, 62, 0.06), 0 6px 16px rgba(11, 31, 62, 0.08);
}
.kv-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--grad-orange); }
.kv-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 4.6vw, 52px); font-weight: 700; color: var(--c-navy-deep);
  line-height: 1.42; letter-spacing: 0.05em;
}
.kv-copy h1 .em {
  color: var(--c-blue);
  background: linear-gradient(transparent 74%, rgba(240, 180, 41, 0.45) 74%);
}
.kv-copy .kv-sub { margin-top: 20px; font-size: 15.5px; color: #45566b; font-weight: 400; max-width: 30em; }
.kv-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.kv-actions .btn-entry { font-size: 16.5px; padding: 15px 34px; }
.kv-sub-link { font-size: 13.5px; font-weight: 500; color: var(--c-navy); border-bottom: 1px solid rgba(20, 51, 95, 0.35); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; }
.kv-sub-link:hover { color: var(--c-blue); border-color: var(--c-blue); }
.kv-cred { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 32px; }
.kv-cred li {
  display: flex; align-items: baseline; gap: 7px;
  font-size: 13.5px; font-weight: 700; color: var(--c-navy); letter-spacing: 0.02em;
}
.kv-cred li::before { content: "✓"; color: var(--c-blue); font-weight: 900; font-size: 13px; }
.kv-cred strong { font-family: var(--font-num); font-size: 18px; font-weight: 800; color: var(--c-navy-deep); margin: 0 1px; }
.kv-note { margin-top: 10px; font-size: 10px; color: #93a3b4; }

.kv-photo { position: relative; }
.kv-photo > img {
  width: 100%; aspect-ratio: 5 / 6; object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(11, 31, 62, 0.08), 0 20px 40px rgba(11, 31, 62, 0.14);
  position: relative; z-index: 1;
}
/* hero 登場アニメーション */
.kv-copy > * { opacity: 0; transform: translateY(18px); animation: rise 0.8s cubic-bezier(0.2, 0.7, 0.3, 1) forwards; }
.kv-copy > *:nth-child(1) { animation-delay: 0.05s; }
.kv-copy > *:nth-child(2) { animation-delay: 0.15s; }
.kv-copy > *:nth-child(3) { animation-delay: 0.28s; }
.kv-copy > *:nth-child(4) { animation-delay: 0.4s; }
.kv-copy > *:nth-child(5) { animation-delay: 0.52s; }
.kv-copy > *:nth-child(6) { animation-delay: 0.6s; }
.kv-photo { opacity: 0; transform: translateY(24px) scale(0.98); animation: rise 0.9s 0.25s cubic-bezier(0.2, 0.7, 0.3, 1) forwards; }
@keyframes rise { to { opacity: 1; transform: translateY(0) scale(1); } }

/* ==========================================================
   FVフォーム型CTA
========================================================== */
.fv-cta {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--c-navy-deep) 0%, #143766 60%, #1a4a8c 100%);
  padding: 34px 24px 40px;
}
.fv-cta-box { position: relative; max-width: 800px; margin: 0 auto; text-align: center; }
.fv-cta-lead {
  display: inline-block; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff; font-size: 12px; font-weight: 700; border-radius: 99px; padding: 3px 18px; margin-bottom: 12px; letter-spacing: 0.08em;
}
.fv-cta-title { color: #fff; font-family: var(--font-display); font-size: 21px; font-weight: 700; margin-bottom: 20px; letter-spacing: 0.05em; }
.cv-btns { display: flex; gap: 16px; justify-content: center; }
.cv-btns a {
  flex: 1; max-width: 350px; display: block; background: var(--grad-orange); color: #fff;
  font-weight: 700; font-size: 15px; padding: 17px 12px; border-radius: 14px; position: relative;
  line-height: 1.45; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 12px 26px rgba(238, 101, 10, 0.35);
  transition: transform 0.25s, box-shadow 0.25s;
}
.cv-btns a span { display: block; font-size: 19px; letter-spacing: 0.04em; }
.cv-btns a.alt { background: rgba(255, 255, 255, 0.1); border: 1.5px solid rgba(255, 255, 255, 0.55); box-shadow: none; }
.cv-btns a::after {
  content: ""; position: absolute; right: 18px; top: 50%; width: 8px; height: 8px;
  border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translateY(-50%) rotate(45deg);
  transition: right 0.25s;
}
.cv-btns a:hover { transform: translateY(-3px); }
.cv-btns a:hover::after { right: 13px; }

/* ==========================================================
   共通CTAバンド
========================================================== */
.cv-band { text-align: center; padding: 12px 24px 52px; }
.cv-band .baloon {
  display: inline-block; position: relative; color: var(--c-navy); font-weight: 700; font-size: 14px; margin-bottom: 14px; letter-spacing: 0.04em;
}
.cv-band .baloon::before, .cv-band .baloon::after {
  content: ""; display: inline-block; width: 1.5px; height: 15px; background: var(--c-navy); margin: 0 14px; vertical-align: -3px;
}
.cv-band .baloon::before { transform: rotate(-28deg); }
.cv-band .baloon::after { transform: rotate(28deg); }
.cv-band-link {
  display: inline-flex; align-items: center; gap: 16px; background: var(--grad-orange); color: #fff;
  font-size: 19px; font-weight: 700; padding: 17px 52px 17px 20px; border-radius: 99px; position: relative;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 22px rgba(238, 101, 10, 0.35);
  transition: transform 0.25s, box-shadow 0.25s;
}
.cv-band-link:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(238, 101, 10, 0.42); }
.cv-band-link .sub {
  background: rgba(255, 255, 255, 0.95); color: var(--c-orange2); font-size: 12px; font-weight: 900;
  border-radius: 99px; padding: 7px 13px; line-height: 1.25;
}
.cv-band-link::after {
  content: ""; position: absolute; right: 24px; top: 50%; width: 8px; height: 8px;
  border-top: 2px solid #fff; border-right: 2px solid #fff; transform: translateY(-50%) rotate(45deg);
}

/* ==========================================================
   mission（原点）
========================================================== */
.mission { background: #fff; padding: 88px 0 72px; }
.mission-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.mission-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }
.mission-text .sec-eyebrow { margin-bottom: 18px; }
.mission-text .sec-eyebrow::before { display: none; }
.mission-text .sec-eyebrow::after { width: 40px; }
.mission-text h2 {
  font-family: var(--font-display); font-size: 33px; font-weight: 700; color: var(--c-navy-deep);
  line-height: 1.65; letter-spacing: 0.06em; margin-bottom: 22px;
}
.mission-text p:not(.sec-eyebrow) { font-size: 14.5px; color: #45566b; margin-bottom: 14px; }
.mission-link {
  display: inline-block; margin-top: 10px; font-size: 13.5px; font-weight: 700; color: var(--c-navy);
  border-bottom: 1px solid rgba(20, 51, 95, 0.4); padding-bottom: 3px; transition: color 0.2s, border-color 0.2s;
}
.mission-link::after { content: " →"; }
.mission-link:hover { color: var(--c-blue); border-color: var(--c-blue); }

/* ==========================================================
   suppliers 求人件数・特化型サービス
========================================================== */
.suppliers { padding: 76px 0 8px; background: #fff; position: relative; }
.suppliers-count {
  text-align: center; font-family: var(--font-display); font-weight: 700; color: var(--c-navy-deep); font-size: 27px; line-height: 1.5; letter-spacing: 0.05em;
}
.suppliers-count .num {
  font-family: var(--font-num); font-weight: 800; font-size: 72px; line-height: 1;
  color: var(--c-blue); padding: 0 4px;
}
.suppliers-count .unit { font-size: 26px; color: var(--c-blue); }
.suppliers-caption { text-align: center; font-size: 11px; color: #93a3b4; margin-top: 6px; }
.suppliers-baloon {
  width: fit-content; margin: 26px auto 0; background: var(--c-sky); color: var(--c-navy);
  font-weight: 700; font-size: 14.5px; padding: 9px 30px; border-radius: 99px; position: relative; letter-spacing: 0.03em;
}
.suppliers-baloon::after {
  content: ""; position: absolute; left: 50%; bottom: -7px; transform: translateX(-50%);
  border: 8px solid transparent; border-top-color: var(--c-sky); border-bottom: 0;
}
.suppliers-logos {
  max-width: 920px; margin: 26px auto 0; padding: 0 24px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.suppliers-logos li {
  background: #fff; border: 1px solid var(--c-line); border-radius: 10px; overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.suppliers-logos li:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); border-color: var(--c-sky2); }
.suppliers-logos img { width: 100%; aspect-ratio: 5 / 2; object-fit: contain; padding: 8px; }
.suppliers-logos-note { text-align: center; font-size: 11px; color: #93a3b4; margin-top: 12px; }

/* ==========================================================
   新着求人カルーセル
========================================================== */
.jobs { padding: 64px 0 56px; background: linear-gradient(180deg, #fff 0%, var(--c-paper) 100%); }
.jobs .sec-head { margin-bottom: 30px; }
.jobs-update {
  display: inline-block; background: var(--grad-orange); color: #fff; font-family: var(--font-num);
  font-size: 11px; font-weight: 700; border-radius: 4px; padding: 3px 12px; letter-spacing: 0.1em; margin-bottom: 12px;
}
.jobs-slider-wrap { position: relative; max-width: 1080px; margin: 0 auto; padding: 0 52px; }
.jobs-slider {
  display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 16px;
  scrollbar-width: thin; scrollbar-color: var(--c-sky2) transparent;
}
.job-card {
  flex: 0 0 240px; scroll-snap-align: start; background: #fff; border: 1px solid var(--c-line);
  border-radius: 14px; overflow: hidden; transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
  display: flex; flex-direction: column;
}
.job-card:hover { box-shadow: var(--shadow-card); transform: translateY(-4px); border-color: transparent; }
.job-card-head {
  position: relative; background: linear-gradient(135deg, var(--c-sky) 0%, var(--c-sky2) 100%);
  padding: 24px 16px 13px;
}
.job-card-head .new {
  position: absolute; top: 0; left: 0; background: var(--grad-orange); color: #fff;
  font-family: var(--font-num); font-size: 10px; font-weight: 700; padding: 3px 12px; border-radius: 0 0 8px 0; letter-spacing: 0.08em;
}
.job-card-head .company { font-size: 11px; color: var(--c-muted); font-weight: 700; }
.job-card-body { padding: 13px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.job-card-body .title { font-size: 13.5px; font-weight: 700; color: var(--c-navy-deep); line-height: 1.6; flex: 1; }
.job-card-income { margin-top: 12px; padding-top: 11px; border-top: 1px dashed var(--c-line); font-size: 12px; color: var(--c-muted); }
.job-card-income .num { font-family: var(--font-num); font-size: 18px; font-weight: 700; color: var(--c-orange2); }
.jobs-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px;
  border-radius: 50%; background: #fff; color: var(--c-navy); font-size: 15px; z-index: 2;
  border: 1px solid var(--c-line); box-shadow: var(--shadow-card);
  display: flex; align-items: center; justify-content: center; transition: background 0.2s, color 0.2s;
}
.jobs-arrow:hover { background: var(--c-navy); color: #fff; }
.jobs-arrow.prev { left: 2px; }
.jobs-arrow.next { right: 2px; }

/* ==========================================================
   条件検索
========================================================== */
.search { background: var(--c-paper); padding: 8px 0 72px; }
.search-box {
  background: #fff; border-radius: 20px; box-shadow: var(--shadow-card); padding: 38px 40px 42px;
  border: 1px solid rgba(217, 228, 240, 0.7);
}
.search-sub { font-weight: 700; color: var(--c-navy-deep); font-size: 16px; margin-bottom: 16px; letter-spacing: 0.03em; }
.search-sub .em { font-family: var(--font-display); font-size: 21px; color: var(--c-blue); }
.search-tabs { display: flex; gap: 8px; border-bottom: 2px solid var(--c-navy); margin-bottom: 20px; }
.search-tab {
  padding: 10px 26px; font-weight: 700; font-size: 14px; color: var(--c-muted);
  border-radius: 10px 10px 0 0; background: var(--c-sky); transition: background 0.2s, color 0.2s;
}
.search-tab:hover { color: var(--c-navy); }
.search-tab.is-active { background: var(--c-navy); color: #fff; }
.search-panel { display: none; }
.search-panel.is-active { display: block; animation: panel-in 0.3s ease; }
@keyframes panel-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.keyword-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.keyword-chips a {
  display: inline-block; border: 1px solid var(--c-line); color: var(--c-navy); font-size: 13px; font-weight: 500;
  border-radius: 99px; padding: 7px 20px; background: #fff;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}
.keyword-chips a:hover { background: var(--c-navy); border-color: var(--c-navy); color: #fff; transform: translateY(-2px); }
.search-conditions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.search-conditions a {
  position: relative; display: flex; align-items: center; justify-content: center;
  background: var(--c-sky); border-radius: 10px; padding: 17px 24px 17px 12px; font-weight: 700; font-size: 14px;
  color: var(--c-navy-deep); transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.search-conditions a::after {
  content: ""; position: absolute; right: 16px; top: 50%; width: 7px; height: 7px;
  border-top: 2px solid var(--c-blue); border-right: 2px solid var(--c-blue); transform: translateY(-50%) rotate(45deg);
}
.search-conditions a:hover { background: var(--c-sky2); transform: translateY(-2px); }

/* ==========================================================
   merit
========================================================== */
.merit { padding: 84px 0 24px; position: relative; }
.merit-box {
  position: relative; padding: 52px 8px; border-top: 1px solid var(--c-line);
}
.merit-box:last-of-type { border-bottom: 1px solid var(--c-line); }
.merit-no {
  position: absolute; top: 40px; right: 8px;
  font-family: var(--font-num); font-weight: 800; font-size: 84px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(30, 99, 200, 0.22); user-select: none;
}
.merit-box h3 {
  font-family: var(--font-display); font-size: 25px; font-weight: 700; color: var(--c-navy-deep);
  line-height: 1.6; letter-spacing: 0.04em; margin-bottom: 28px; padding-right: 110px; position: relative; z-index: 1;
}
.merit-box h3 .em { color: var(--c-blue); }
.merit-box-body { display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: center; }
.merit-box-body.rev { direction: rtl; }
.merit-box-body.rev > * { direction: ltr; }
.merit-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 12px; }
.merit-text p { font-size: 14.5px; color: #45566b; }
.merit-text .em { font-weight: 700; color: var(--c-navy-deep); background: linear-gradient(transparent 68%, rgba(240, 180, 41, 0.4) 68%); }
.merit-note {
  margin-top: 20px; padding: 14px 0 0; border-top: 1px dashed var(--c-line);
  font-size: 13px !important; color: var(--c-muted) !important; line-height: 1.9;
}
.merit .suppliers-caption { margin-bottom: 8px; }

/* ==========================================================
   pickup 求人特集
========================================================== */
.pickup { background: linear-gradient(180deg, var(--c-paper) 0%, var(--c-sky) 100%); padding: 76px 0; }
.pickup-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pickup-card {
  position: relative; border-radius: 18px; overflow: hidden; color: #fff; padding: 30px 24px 24px;
  display: flex; flex-direction: column; justify-content: flex-end; min-height: 180px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.pickup-card::after {
  content: "→"; position: absolute; right: 20px; bottom: 20px; width: 34px; height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.6); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 15px; transition: background 0.25s, transform 0.25s;
}
.pickup-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-float); }
.pickup-card:hover::after { background: rgba(255, 255, 255, 0.18); transform: translateX(3px); }
.pickup-card .tag { font-family: var(--font-num); font-size: 11px; font-weight: 700; letter-spacing: 0.28em; opacity: 0.85; }
.pickup-card .name { font-family: var(--font-display); font-size: 21px; font-weight: 700; line-height: 1.5; letter-spacing: 0.03em; margin-top: 4px; }
.pickup-card .cnt { font-size: 12px; margin-top: 8px; opacity: 0.9; }
.pickup-card .cnt .num { font-family: var(--font-num); font-size: 19px; font-weight: 700; }
.pickup-card.c1 { background: linear-gradient(rgba(11, 31, 62, 0.5), rgba(11, 31, 62, 0.78)), url(../img/coaching.jpg) center / cover; }
.pickup-card.c2 { background: linear-gradient(rgba(11, 31, 62, 0.5), rgba(11, 31, 62, 0.78)), url(../img/interview.jpg) center / cover; }
.pickup-card.c3 { background: linear-gradient(rgba(11, 31, 62, 0.5), rgba(11, 31, 62, 0.78)), url(../img/advice.jpg) center / cover; }

/* ==========================================================
   column / media
========================================================== */
.column { padding: 84px 0; }
.column-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.column-card {
  background: #fff; border: 1px solid var(--c-line); border-radius: 16px; overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s; display: flex; flex-direction: column;
}
.column-card:hover { box-shadow: var(--shadow-card); transform: translateY(-4px); }
.column-card:hover .column-thumb::after { transform: translateX(4px); }
.column-thumb {
  position: relative; aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 16.5px; color: var(--c-navy-deep); text-align: center; padding: 18px; line-height: 1.7; letter-spacing: 0.05em;
  background: #f6f4ee; border-bottom: 1px solid var(--c-line);
}
.column-thumb::after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
.column-thumb.t1::after { background: #1e63c8; }
.column-thumb.t2::after { background: #123c7d; }
.column-thumb.t3::after { background: #ee650a; }
.column-thumb.t4::after { background: #0b1f3e; }
.column-thumb.t5::after { background: #2b73d2; }
.column-thumb.t6::after { background: #c85408; }
.column-body { padding: 16px 18px 18px; flex: 1; display: flex; flex-direction: column; }
.column-body .cat { font-size: 11px; font-weight: 700; color: var(--c-blue); letter-spacing: 0.04em; }
.column-body .title { font-size: 14px; font-weight: 700; color: var(--c-navy-deep); line-height: 1.7; flex: 1; margin-top: 5px; }
.column-body .date { font-family: var(--font-num); font-size: 11px; color: #93a3b4; margin-top: 12px; }
.det-link {
  display: block; width: fit-content; margin: 36px auto 0; color: var(--c-navy); font-weight: 700; font-size: 14px;
  border: 1.5px solid var(--c-navy); border-radius: 99px; padding: 12px 52px 12px 40px; position: relative; letter-spacing: 0.04em;
  transition: background 0.25s, color 0.25s;
}
.det-link::after {
  content: ""; position: absolute; right: 22px; top: 50%; width: 7px; height: 7px;
  border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: translateY(-50%) rotate(45deg);
  transition: right 0.25s;
}
.det-link:hover { background: var(--c-navy); color: #fff; }
.det-link:hover::after { right: 17px; }

/* ==========================================================
   flow — timeline
========================================================== */
.flow { background: var(--c-paper); padding: 84px 0; }
.flow-list { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 8px; }
.flow-list::before {
  content: ""; position: absolute; top: 24px; left: 8%; right: 8%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--c-blue) 0 6px, transparent 6px 13px); opacity: 0.45;
}
.flow-item { position: relative; text-align: center; padding-top: 0; }
.flow-step {
  position: relative; z-index: 1; width: 48px; height: 48px; margin: 0 auto 16px;
  background: var(--c-paper); border: 1.5px solid var(--c-blue); color: var(--c-blue); border-radius: 50%;
  font-family: var(--font-num); font-size: 15px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s, color 0.25s;
}
.flow-item:hover .flow-step { background: var(--c-blue); color: #fff; }
.flow-card { padding: 0 6px; }
.flow-item h3 { font-size: 14.5px; font-weight: 700; color: var(--c-navy-deep); line-height: 1.45; }
.flow-item p { font-size: 11.5px; color: var(--c-muted); margin-top: 7px; line-height: 1.65; }

/* ==========================================================
   faq
========================================================== */
.faq { padding: 84px 0; }
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--c-line); border-radius: 14px; margin-bottom: 14px; overflow: hidden; background: #fff;
  transition: box-shadow 0.25s, border-color 0.25s;
}
.faq-item.is-open { box-shadow: var(--shadow-card); border-color: var(--c-sky2); }
.faq-q {
  width: 100%; display: flex; align-items: center; gap: 16px; text-align: left;
  padding: 19px 56px 19px 22px; font-weight: 700; font-size: 15px; color: var(--c-navy-deep); position: relative; letter-spacing: 0.02em;
}
.faq-q .mark, .faq-a .mark {
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-num); font-weight: 700; font-size: 15px;
}
.faq-q .mark { background: var(--grad-blue); color: #fff; }
.faq-a .mark { background: var(--grad-orange); color: #fff; }
.faq-q::before, .faq-q::after {
  content: ""; position: absolute; right: 24px; top: 50%; width: 14px; height: 2px; border-radius: 2px;
  background: var(--c-blue); transform: translateY(-50%); transition: transform 0.3s;
}
.faq-q::after { transform: translateY(-50%) rotate(90deg); }
.faq-item.is-open .faq-q::after { transform: translateY(-50%) rotate(0deg); }
.faq-a { display: none; padding: 0 22px 22px; }
.faq-item.is-open .faq-a { display: flex; gap: 16px; align-items: flex-start; animation: panel-in 0.3s ease; }
.faq-a p { font-size: 14px; color: #45566b; padding-top: 4px; }
.faq-a .em { font-weight: 700; color: var(--c-navy-deep); background: linear-gradient(transparent 68%, rgba(240, 180, 41, 0.4) 68%); }

/* ==========================================================
   entry push
========================================================== */
.entry-push {
  position: relative; overflow: hidden;
  background: linear-gradient(125deg, var(--c-navy-deep) 0%, #143766 55%, #1a4a8c 100%);
  color: #fff; text-align: center; padding: 88px 24px 96px;
}
.entry-push h2 { position: relative; font-family: var(--font-display); font-size: 34px; font-weight: 700; line-height: 1.6; letter-spacing: 0.06em; }
.entry-push p { position: relative; margin: 18px auto 32px; font-size: 14.5px; max-width: 620px; opacity: 0.9; }
.entry-push .btn-entry { position: relative; font-size: 18px; padding: 19px 58px; }

/* ==========================================================
   notice / business
========================================================== */
.notice { padding: 64px 0; }
.notice h2 { text-align: center; font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--c-navy-deep); margin-bottom: 24px; letter-spacing: 0.06em; }
.notice-list { max-width: 780px; margin: 0 auto; }
.notice-list li { border-bottom: 1px solid var(--c-line); padding: 15px 8px; display: flex; gap: 24px; font-size: 14px; }
.notice-list .date { color: #93a3b4; font-family: var(--font-num); flex-shrink: 0; }

.business { background: var(--c-navy-deep); padding: 52px 0; }
.business h2 { text-align: center; color: #fff; font-family: var(--font-display); font-size: 21px; font-weight: 700; margin-bottom: 24px; letter-spacing: 0.06em; }
.business-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.business-btns a {
  display: block; background: transparent; border: 1.5px solid rgba(255, 255, 255, 0.55); color: #fff; font-weight: 700; font-size: 14px;
  border-radius: 99px; padding: 13px 36px; transition: background 0.25s, color 0.25s;
}
.business-btns a:hover { background: #fff; color: var(--c-navy-deep); }
.business-btns .free {
  display: inline-block; background: var(--grad-orange); color: #fff; font-size: 11px;
  border-radius: 4px; padding: 1px 8px; margin-right: 8px; vertical-align: 1px;
}

/* ==========================================================
   footer
========================================================== */
.footer { position: relative; background: #081729; color: #b9c9dc; padding: 64px 0 120px; }
.footer-inner { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.footer-top { display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: start; }
.footer-company { font-size: 12.5px; line-height: 1.9; }
.footer-logo { display: inline-block; background: #fff; border-radius: 8px; padding: 9px 15px; }
.footer-logo img { height: 24px; width: auto; }
.footer-mission {
  font-family: var(--font-display); font-size: 14.5px; font-weight: 700; color: #fff;
  letter-spacing: 0.1em; margin: 18px 0 14px;
}
.footer-address { font-style: normal; font-size: 12px; color: #9db0c5; }
.footer-access { font-size: 11px; color: #7c92aa; }
.footer-license {
  margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11.5px; color: #9db0c5; letter-spacing: 0.02em;
}
.footer-sns {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  font-size: 12px; font-weight: 700; color: #cfdcea;
  border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 99px; padding: 7px 16px;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.footer-sns:hover { background: #fff; color: var(--c-navy-deep); border-color: #fff; }
.footer-sns svg { display: block; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.footer-cols dt {
  font-weight: 700; color: #fff; font-size: 13px; margin-bottom: 16px; letter-spacing: 0.06em;
  padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-cols dd { font-size: 12.5px; margin-bottom: 10px; }
.footer-cols a { display: inline-block; position: relative; padding-left: 14px; transition: color 0.2s; }
.footer-cols a::before {
  content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px;
  border-top: 1.5px solid #4d6e94; border-right: 1.5px solid #4d6e94;
  transform: translateY(-50%) rotate(45deg); transition: border-color 0.2s;
}
.footer-cols a:hover { color: #fff; }
.footer-cols a:hover::before { border-color: #fff; }
.footer-bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.footer-links { display: flex; gap: 24px; font-size: 12px; flex-wrap: wrap; }
.footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-copy { font-family: var(--font-num); font-size: 11px; color: #6d8299; letter-spacing: 0.04em; }
.footer-pagetop {
  position: absolute; top: -24px; right: 32px; width: 48px; height: 48px; border-radius: 50%;
  background: #fff; color: var(--c-navy-deep); font-size: 18px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-card); transition: transform 0.25s, box-shadow 0.25s;
}
.footer-pagetop:hover { transform: translateY(-4px); box-shadow: var(--shadow-float); }

/* ==========================================================
   固定CTA
========================================================== */
.fixed-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(10px);
  box-shadow: 0 -1px 0 rgba(11, 31, 62, 0.06), 0 -12px 32px rgba(11, 31, 62, 0.12);
  display: flex; gap: 14px; justify-content: center; padding: 13px 16px;
  transform: translateY(110%); transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.fixed-cta.is-show { transform: translateY(0); }
.fixed-cta a { font-size: 16px; padding: 13px 40px; }
.fixed-cta .btn-flow { background: var(--grad-blue); box-shadow: 0 2px 4px rgba(30, 99, 200, 0.25), 0 8px 20px rgba(30, 99, 200, 0.3); }
.fixed-cta .btn-flow:hover { box-shadow: 0 4px 8px rgba(30, 99, 200, 0.3), 0 14px 28px rgba(30, 99, 200, 0.35); }

/* ==========================================================
   entry page（entry.css が上書き・依存）
========================================================== */
.entry-page { background: var(--c-sky); min-height: 100vh; padding: 40px 20px 80px; }

/* ==========================================================
   アニメーション
========================================================== */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.3, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1); }
.fade-up.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fade-up, .kv-copy > *, .kv-photo { opacity: 1; transform: none; transition: none; animation: none; }
  * { transition: none !important; }
}

/* ==========================================================
   responsive
========================================================== */
@media (max-width: 960px) {
  .kv-inner { grid-template-columns: 1fr; padding: 44px 24px 56px; gap: 44px; }
  .kv-photo { max-width: 480px; margin: 0 auto; width: 100%; }
  .kv-photo > img { aspect-ratio: 4 / 3; }
  .search-conditions { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .mission-inner { grid-template-columns: 1fr; gap: 32px; }
  .merit-box { padding: 40px 0; }
  .merit-box-body { grid-template-columns: 1fr; gap: 30px; }
  .merit-no { font-size: 64px; right: 8px; top: 32px; }
  .merit-box h3 { padding-right: 80px; font-size: 21px; }
  .pickup-list, .column-list { grid-template-columns: 1fr 1fr; }
  .flow-list { grid-template-columns: repeat(3, 1fr); gap: 18px 12px; }
  .flow-list::before { display: none; }
}
@media (max-width: 640px) {
  .is-pc { display: none; }
  .is-sp { display: block; }
  body { font-size: 14px; }
  .header-nav { display: none; }
  .header-logo .tagline { font-size: 10px; }
  .header-logo img { height: 22px; }
  .btn-entry { font-size: 13px; padding: 9px 16px; }
  .header-biz-link { display: none; }
  .sec-title { font-size: 25px; }
  .sec-head { margin-bottom: 30px; }
  .kv-copy h1 { font-size: 32px; }
  .kv-actions { flex-direction: column; align-items: stretch; gap: 14px; }
  .kv-actions .btn-entry { width: 100%; }
  .kv-sub-link { text-align: center; align-self: center; }
  .kv-cred { gap: 6px 16px; }
  .kv-cred li { font-size: 12px; }
  .kv-cred strong { font-size: 15px; }
  .cv-btns { flex-direction: column; align-items: stretch; }
  .cv-btns a { max-width: none; }
  .cv-band-link { font-size: 16px; padding: 15px 44px 15px 16px; }
  .suppliers-count { font-size: 21px; }
  .suppliers-count .num { font-size: 50px; }
  .suppliers-logos { grid-template-columns: repeat(2, 1fr); }
  .jobs-slider-wrap { padding: 0 20px; }
  .jobs-arrow { display: none; }
  .search-box { padding: 24px 18px 28px; border-radius: 16px; }
  .search-tab { padding: 8px 14px; font-size: 12.5px; }
  .merit-box { padding: 32px 0; }
  .merit-box h3 { font-size: 18px; padding-right: 56px; margin-bottom: 20px; }
  .merit-no { font-size: 48px; right: 4px; top: 26px; }
  .mission-text h2 { font-size: 25px; }
  .pickup-list, .column-list { grid-template-columns: 1fr; }
  .flow-list { grid-template-columns: 1fr 1fr; }
  .entry-push h2 { font-size: 24px; }
  .fixed-cta a { font-size: 14px; padding: 12px 18px; flex: 1; text-align: center; }
  .footer { padding-bottom: 104px; }
}
