@charset "utf-8";
/* エイギョウブ メディアTOP 1B案（濃色ベタ型）
   出典: Claude Design handoff「design_handoff_eigyoubu_top / Eigyoubu TOP 1B」
   TOPページ（front-page.php）でのみ読み込む。他ページの見た目は変えない。 */

.home-2026 {
  --fv-ink: #071729;      /* FV背景（最濃ネイビー） */
  --navy: #0A1F3D;        /* ベースネイビー */
  --blue: #2E7DFF;        /* プライマリブルー */
  --blue-d: #1663E6;      /* リンク・アクセント濃 */
  --cyan: #22D3EE;        /* 強調・アイブロウ */
  --bg-soft: #F5F7FA;     /* 淡グレー背景 */
  --line: #E4E9F0;
  --line-h: #CBD6E4;
  --text: #5A6B80;
  --text-w: #8A99AC;
  font-family: "Zen Kaku Gothic New", -apple-system, "Hiragino Kaku Gothic ProN", sans-serif;
}
.home-2026 h1, .home-2026 h2, .home-2026 h3 { letter-spacing: -.01em; text-wrap: pretty; }


/* TOPは全幅で見せる（.wrap の max-width:1120px を外す） */
.wrap-home { max-width: none; padding: 0; }
.wrap-home .site-footer, .wrap-home .footer-main { max-width: none; }
/* ロゴは白単色にして濃色FVに載せる（白版アセットができたら差し替える） */
.eg-fv-nav .eg-brand img { filter: brightness(0) invert(1); height: 40px; }

/* ---------------- FV ---------------- */
.eg-fv { position: relative; background: var(--fv-ink); overflow: hidden; }
.eg-fv-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(900px 700px at 88% 30%, rgba(46,125,255,.35), transparent 60%),
    radial-gradient(700px 500px at 6% 90%, rgba(34,211,238,.18), transparent 65%);
}
.eg-fv-ghost {
  position: absolute; left: 40px; top: 150px; white-space: nowrap; pointer-events: none;
  font-family: "Barlow Condensed", sans-serif; font-size: 190px; font-weight: 700;
  color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.13);
  line-height: 1; letter-spacing: .02em;
}

/* ピル型フローティングナビ（スクロール追従） */
.eg-fv-nav {
  position: sticky; top: 22px; z-index: 50;
  display: flex; align-items: center; gap: 22px;
  margin: 22px 28px 0; padding: 12px 12px 12px 26px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px; backdrop-filter: blur(8px);
  transition: background .25s;
}
.eg-fv-nav.is-stuck { background: rgba(7,23,41,.85); }
.eg-fv-nav .eg-brand { display: flex; align-items: center; }
.eg-fv-nav .eg-brand img { height: 26px; width: auto; display: block; }
.eg-fv-nav .eg-sep { width: 1px; height: 22px; background: rgba(255,255,255,.2); }
.eg-fv-nav a { color: #fff; font-size: 15px; font-weight: 700; text-decoration: none; }
.eg-fv-nav a:hover { color: var(--cyan); }
.eg-fv-nav .eg-nav-right { margin-left: auto; display: flex; gap: 10px; }
.eg-fv-nav .eg-nav-ghost {
  border: 1.5px solid rgba(255,255,255,.35); font-size: 15px; font-weight: 800;
  padding: 12px 24px; border-radius: 999px;
}
.eg-fv-nav .eg-nav-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.eg-fv-nav .eg-nav-cta {
  background: var(--blue); font-size: 15px; font-weight: 900;
  padding: 13px 28px; border-radius: 999px;
}
.eg-fv-nav .eg-nav-cta:hover { background: var(--blue-d); color: #fff; }
.eg-fv-toggle { display: none; }

.eg-fv-grid {
  position: relative; display: grid; grid-template-columns: 1fr 640px;
  gap: 24px; padding: 78px 0 0 64px; align-items: center;
}
.eg-fv-copy { padding-bottom: 40px; }
.eg-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 9px 20px;
  font-size: 13px; font-weight: 800; color: var(--cyan); letter-spacing: .06em; margin-bottom: 30px;
}
.eg-fv-copy h1 {
  margin: 0 0 32px; font-size: 96px; line-height: 1.14; font-weight: 900;
  color: #fff; letter-spacing: -.035em;
}
.eg-fv-copy h1 .eg-accent { color: var(--cyan); }
.eg-fv-lead {
  margin: 0 0 38px; font-size: 18px; line-height: 2.1;
  color: rgba(255,255,255,.72); max-width: 500px;
}
.eg-fv-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.eg-btn-primary {
  background: var(--blue); color: #fff; font-size: 18px; font-weight: 900;
  padding: 22px 42px; border-radius: 999px; text-decoration: none;
  box-shadow: 0 16px 40px rgba(46,125,255,.45); transition: .2s;
}
.eg-btn-primary:hover { transform: translateY(-3px); color: #fff; }
.eg-btn-ghost {
  border: 2px solid rgba(255,255,255,.45); color: #fff; font-size: 18px; font-weight: 900;
  padding: 20px 38px; border-radius: 999px; text-decoration: none; transition: .2s;
}
.eg-btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }

/* 傾いた記事レール: 傾きと動きは必ず別要素に分ける */
.eg-rail { position: relative; height: 720px; overflow: hidden; }
.eg-rail-tilt {
  position: absolute; top: -60px; left: 0; width: 560px; height: 840px; overflow: hidden;
  transform: rotate(-7deg) translateX(40px);
}
.eg-rail-track {
  display: flex; flex-direction: column; gap: 22px;
  animation: railY 34s linear infinite; will-change: transform;
}
.eg-rail-set { display: flex; flex-direction: column; gap: 22px; }
.eg-rail-card {
  width: 520px; background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 26px 60px rgba(0,0,0,.4); text-decoration: none; display: block;
}
.eg-rail-thumb {
  /* サムネは16:9で作っているので、同じ比率で出して文字を切らない */
  aspect-ratio: 16 / 9; display: flex; align-items: flex-end; padding: 20px;
  background-size: cover; background-position: center;
}
.eg-rail-thumb span {
  color: #fff; font-size: 14px; font-weight: 900;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}
.eg-rail-body { padding: 22px; }
.eg-rail-body .eg-rail-title { font-size: 20px; font-weight: 900; color: var(--navy); line-height: 1.6; }
.eg-rail-body .eg-rail-meta { font-size: 13px; color: var(--text-w); margin-top: 10px; }
@keyframes railY { from { transform: translateY(0); } to { transform: translateY(-50%); } }

.eg-fv-cue {
  position: relative; padding: 0 0 26px 64px; display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,.5); font-size: 12px; font-weight: 800; letter-spacing: .18em;
}
.eg-fv-cue i { display: inline-block; width: 1px; height: 34px; background: rgba(255,255,255,.5); animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { transform: translateY(0); opacity: 0; } }

/* ---------------- 実績ロゴ帯（マーキー） ---------------- */
.eg-marquee { background: var(--navy); overflow: hidden; }
.eg-marquee-track {
  display: flex; align-items: center; gap: 48px; padding: 22px 0;
  white-space: nowrap; width: max-content;
  animation: mb-marquee 38s linear infinite; will-change: transform;
}
.eg-marquee-set { display: flex; align-items: center; gap: 48px; }
.eg-marquee-label { color: rgba(255,255,255,.55); font-size: 13px; letter-spacing: .14em; font-weight: 700; }
.eg-marquee-set img { height: 26px; width: auto; display: block; filter: brightness(0) invert(1); opacity: .82; }
@keyframes mb-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------------- 既存セクションを新しい配色に合わせる ---------------- */
.home-2026 .home-section { padding: 104px 64px; }
.home-2026 .home-section > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.home-2026 .home-problem-section,
.home-2026 .home-knowledge-section,
.home-2026 .home-resource-section { background: var(--bg-soft); }
.home-2026 .home-case-section,
.home-2026 .field-learning-section,
.home-2026 .home-service-section,
.home-2026 .editor-trust-section { background: #fff; }
.home-2026 .section-label { font-size: 13px; font-weight: 800; letter-spacing: .16em; color: var(--blue-d); }
.home-2026 .section-label-light { color: var(--cyan); }
.home-2026 .home-section h2 { font-size: 42px; line-height: 1.35; font-weight: 900; color: var(--navy); }
.home-2026 .home-section p { color: var(--text); }
.home-2026 .problem-card,
.home-2026 .result-card,
.home-2026 .field-learning-card,
.home-2026 .home-service-card,
.home-2026 .recommend-grid > * ,
.home-2026 .home-latest-grid > * {
  border-radius: 18px; border: 1px solid var(--line); transition: .25s;
}
.home-2026 .problem-card:hover,
.home-2026 .result-card:hover,
.home-2026 .field-learning-card:hover,
.home-2026 .home-service-card:hover,
.home-2026 .recommend-grid > *:hover,
.home-2026 .home-latest-grid > *:hover {
  transform: translateY(-6px); box-shadow: 0 22px 48px rgba(10,31,61,.13); border-color: var(--line-h);
}
.home-2026 .home-diagnosis-band {
  margin: 0 64px 104px; background: var(--navy); border-radius: 28px; padding: 60px;
  max-width: 1180px; margin-left: auto; margin-right: auto; position: relative; overflow: hidden;
}
.home-2026 .home-diagnosis-band::after {
  content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px;
  border-radius: 50%; background: radial-gradient(circle, rgba(34,211,238,.22), transparent 70%);
}
.home-2026 .home-diagnosis-band h2 { color: #fff; font-size: 40px; line-height: 1.4; font-weight: 900; }
.home-2026 .home-diagnosis-band p { color: rgba(255,255,255,.72); }
.home-2026 .home-diagnosis-band .section-label { color: var(--cyan); }
.home-2026 .home-diagnosis-axes span {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px; padding: 18px 22px; color: #fff;
}
.home-2026 .home-diagnosis-axes b { color: var(--cyan); }
.home-2026 .home-final-cta { padding: 110px 64px; background: var(--navy); text-align: center; }
.home-2026 .home-final-cta h2 { font-size: 46px; line-height: 1.4; font-weight: 900; color: #fff; }
.home-2026 .home-final-cta p { color: rgba(255,255,255,.7); }
.home-2026 .home-final-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------------- レスポンシブ ---------------- */
@media (max-width: 1279px) {
  .eg-fv-grid { grid-template-columns: 1fr 480px; }
  .eg-fv-copy h1 { font-size: 72px; }
  .eg-rail-card { width: 420px; }
  .eg-rail-tilt { width: 460px; }
  .eg-fv-ghost { font-size: 140px; }
}
@media (max-width: 1023px) {
  .eg-fv-grid { grid-template-columns: 1fr; padding: 56px 32px 0; }
  .eg-fv-copy h1 { font-size: 60px; }
  .eg-rail { display: none; }
  .eg-fv-ghost { display: none; }
  .home-2026 .home-section { padding: 80px 32px; }
  .home-2026 .home-diagnosis-band { margin: 0 32px 80px; padding: 44px; }
}
@media (max-width: 767px) {
  .eg-fv-nav { gap: 12px; padding: 10px 10px 10px 18px; margin: 14px 16px 0; }
  .eg-fv-nav .eg-nav-links { display: none; }
  .eg-fv-nav .eg-sep { display: none; }
  .eg-fv-nav .eg-nav-ghost { display: none; }
  .eg-fv-grid { padding: 40px 24px 0; }
  .eg-fv-copy h1 { font-size: 42px; letter-spacing: -.02em; }
  .eg-fv-lead { font-size: 16px; }
  .eg-btn-primary, .eg-btn-ghost { font-size: 16px; padding: 18px 28px; width: 100%; text-align: center; }
  .eg-fv-cue { padding-left: 24px; }
  .home-2026 .home-section { padding: 64px 24px; }
  .home-2026 .home-section h2 { font-size: 28px; }
  .home-2026 .home-final-cta h2 { font-size: 28px; }
  .home-2026 .home-diagnosis-band { margin: 0 24px 64px; padding: 32px 24px; }
  .home-2026 .home-diagnosis-band h2 { font-size: 26px; }
}

/* 動きを減らす設定の利用者には、流れる演出を止める */
@media (prefers-reduced-motion: reduce) {
  .eg-rail-track, .eg-marquee-track, .eg-fv-cue i { animation: none !important; }
  .eg-rail-tilt { transform: rotate(-7deg) translateX(40px) translateY(0); }
}

/* ---------------- CTAボタン（黄〜オレンジ・光沢） ---------------- */
.home-2026 .eg-btn-primary,
.home-2026 .eg-fv-nav .eg-nav-cta,
.home-2026 .btn-primary,
.home-2026 .btn-accent {
  position: relative; overflow: hidden; border: none;
  background: linear-gradient(180deg, #FFC94A 0%, #FFA51F 46%, #F57C00 100%);
  color: #2A1400;
  box-shadow:
    0 14px 32px rgba(245,124,0,.42),          /* 落ち影 */
    inset 0 1px 0 rgba(255,255,255,.75),      /* 上端のハイライト */
    inset 0 -2px 0 rgba(148,72,0,.28);        /* 下端の締め */
  transition: .2s;
}
/* 上半分の照り返しで光沢を出す */
.home-2026 .eg-btn-primary::after,
.home-2026 .eg-fv-nav .eg-nav-cta::after,
.home-2026 .btn-primary::after,
.home-2026 .btn-accent::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 52%;
  background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,0));
  pointer-events: none;
}
.home-2026 .eg-btn-primary:hover,
.home-2026 .eg-fv-nav .eg-nav-cta:hover,
.home-2026 .btn-primary:hover,
.home-2026 .btn-accent:hover {
  background: linear-gradient(180deg, #FFD668 0%, #FFB33A 46%, #FF8B0F 100%);
  color: #2A1400; transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(245,124,0,.5), inset 0 1px 0 rgba(255,255,255,.8), inset 0 -2px 0 rgba(148,72,0,.28);
}
/* 濃紺ブロックの中の白ボタンも同じ扱いにする（診断バンド） */
.home-2026 .home-diagnosis-band .btn-primary { color: #2A1400; }

/* 記事カードのサムネも16:9で出す（切り抜くとサムネ内の文字が欠ける・PC/モバイル共通） */
.home-2026 .recommend-grid .thumb,
.home-2026 .home-latest-grid .thumb,
.home-2026 .card .thumb {
  height: auto; aspect-ratio: 16 / 9; overflow: hidden;
}
.home-2026 .recommend-grid .thumb img,
.home-2026 .home-latest-grid .thumb img,
.home-2026 .card .thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
