/* ============================================================
   shigotosagashi.net — Designer: 健一（教科書 × 信頼 × 学術）
   テーマ: 仕事探しの教科書
   配色: ロイヤルブルー × ゴールド × クリームペーパー
   ============================================================ */
body.site-shigotosagashi {
  --color-bg:        #faf6e9;        /* クリームペーパー */
  --color-bg-soft:   #f3ecd4;
  --color-bg-deep:   #e8dfc0;
  --color-text:      #1c2541;        /* インクブラック */
  --color-text-muted:#5c6b8a;
  --color-text-subtle:#8896b8;
  --color-border:    #ddd3b3;

  --color-brand:        #1e3a8a;     /* ロイヤルブルー */
  --color-brand-soft:   #dbe2f5;
  --color-brand-dark:   #0f1f4d;
  --color-brand-light:  #3d5cb8;
  --color-accent:       #c8a464;     /* マットゴールド */
  --color-accent-soft:  #f0e4c8;
  --color-accent-dark:  #95753c;

  --font-display: "Noto Serif JP", "Inter", serif;
  --font-body:    "Noto Serif JP", serif;

  --radius: 4px;
  --radius-sm: 2px;
  --radius-lg: 8px;
}
body.site-shigotosagashi .pcwst-hero {
  background: #faf6e9;
  color: #1c2541;
  padding: clamp(80px, 13vw, 160px) var(--gap);
  border-bottom: 6px double #c8a464;
}
body.site-shigotosagashi .pcwst-hero::before {
  background:
    repeating-linear-gradient(0deg, transparent 0 32px, rgba(28,37,65,0.04) 32px 33px),
    radial-gradient(ellipse at 50% 20%, rgba(200, 164, 100, 0.15) 0%, transparent 60%);
}
body.site-shigotosagashi .pcwst-hero__inner { text-align: center; max-width: 900px; grid-template-columns: 1fr; }
body.site-shigotosagashi .pcwst-hero__visual { display: none; }
body.site-shigotosagashi .pcwst-hero__kicker {
  background: transparent;
  border: 1px solid #c8a464;
  color: #95753c;
  font-family: var(--font-display);
  font-style: italic;
  letter-spacing: 0.3em;
}
body.site-shigotosagashi .pcwst-hero__title {
  font-family: var(--font-display);
  font-weight: 900 !important;
  color: #1c2541 !important;
  text-align: center;
}
body.site-shigotosagashi .pcwst-hero__title em {
  font-style: italic;
  color: #c8a464;
  background: none;
  -webkit-text-fill-color: #c8a464;
  border-bottom: 3px solid #c8a464;
  padding-bottom: 0.05em;
}
body.site-shigotosagashi .pcwst-hero__lead { color: #5c6b8a; text-align: center; margin: 0 auto 28px; max-width: 640px; }
body.site-shigotosagashi .pcwst-hero__cta { justify-content: center; }
body.site-shigotosagashi .pcwst-hero__stats { grid-template-columns: repeat(3, 1fr); border-top: 2px solid #c8a464; max-width: 720px; margin: 48px auto 0; }
body.site-shigotosagashi .pcwst-hero__stat { text-align: center; padding-right: 0; }
body.site-shigotosagashi .pcwst-hero__stat:not(:last-child)::after {
  background: #c8a464;
}
body.site-shigotosagashi .pcwst-hero__stat__value { color: #1e3a8a; font-family: var(--font-display); }
body.site-shigotosagashi .pcwst-hero__stat__value__unit { color: #c8a464; }
body.site-shigotosagashi .pcwst-stats-block {
  background: #1c2541;
  color: #faf6e9;
  border-radius: 4px;
  border-top: 4px solid #c8a464;
  border-bottom: 4px solid #c8a464;
}
body.site-shigotosagashi .pcwst-stat-item { background: transparent; color: #faf6e9; }
body.site-shigotosagashi .pcwst-stat-item__value { color: #c8a464; font-family: var(--font-display); font-weight: 700; }
body.site-shigotosagashi .pcwst-stat-item__label { color: rgba(250,246,233,0.7); }
body.site-shigotosagashi .pcwst-post-card,
body.site-shigotosagashi .pcwst-job-card {
  border-radius: 4px;
  border: 1px solid #ddd3b3;
  background: #fff;
}
body.site-shigotosagashi .pcwst-post-card__thumb,
body.site-shigotosagashi .pcwst-job-card__thumb { background: #f3ecd4; }
body.site-shigotosagashi .pcwst-post-card__title,
body.site-shigotosagashi .pcwst-job-card__title { font-family: var(--font-display); }
body.site-shigotosagashi .pcwst-cat-card { border-radius: 4px; border: 1px solid #ddd3b3; background: #fff; }
body.site-shigotosagashi .pcwst-cat-card__icon { background: #f0e4c8; color: #95753c; border-radius: 4px; }
body.site-shigotosagashi .pcwst-cat-card__name { font-family: var(--font-display); }
body.site-shigotosagashi .pcwst-btn--primary { background: #1e3a8a; color: #faf6e9; border-radius: 4px; box-shadow: 0 4px 0 #0f1f4d; }
body.site-shigotosagashi .pcwst-btn--primary:hover { background: #0f1f4d; transform: translateY(2px); box-shadow: 0 2px 0 #0f1f4d; }
body.site-shigotosagashi .pcwst-section__kicker { color: #95753c; font-family: var(--font-display); font-style: italic; letter-spacing: 0.3em; }
body.site-shigotosagashi .pcwst-section__title { font-family: var(--font-display); font-weight: 900 !important; }
body.site-shigotosagashi .pcwst-section__title__accent { color: #c8a464; -webkit-text-fill-color: #c8a464; background: none; }
body.site-shigotosagashi .pcwst-cta { background: #1c2541; border-radius: 4px; border-top: 4px solid #c8a464; }
body.site-shigotosagashi .pcwst-cta::before { background: linear-gradient(135deg, #1c2541 0%, #1e3a8a 100%); }
body.site-shigotosagashi .pcwst-site-header { background: rgba(250,246,233,0.95); border-bottom: 2px solid #c8a464; }
body.site-shigotosagashi .pcwst-site-footer { background: #1c2541; }
body.site-shigotosagashi h1, body.site-shigotosagashi h2, body.site-shigotosagashi h3 { font-family: var(--font-display); }
