:root {
  /* 青空の下で働く：ライト＆ブルー基調 */
  --sky: #38bdf8;          /* メインの空色 */
  --sky-l: #7dd3fc;        /* 明るい空 */
  --sky-xl: #e0f2fe;       /* 淡い空（面） */
  --sky-d: #0284c7;        /* 濃い青（アクセント/リンク） */
  --sky-dd: #0369a1;       /* さらに濃い青（見出し） */
  --sun: #ffd24d;          /* 太陽の黄（差し色・控えめ） */
  --grass: #34d399;        /* 新緑（ごく一部の差し色） */
  --ink: #1f3345;          /* 文字（濃紺寄り） */
  --muted: #6b8299;        /* 補助文字（青みグレー） */
  --line: #e3edf5;         /* 罫線（青みの薄いグレー） */
  --bg: #f4fbff;           /* 背景（ほぼ白の空色） */
  --card: #ffffff;
  --green: #059669;
  --radius: 14px;
  --shadow: 0 6px 20px rgba(56, 189, 248, 0.12);
}
* { box-sizing: border-box; }
html, body { margin: 0; }
body {
  font-family: system-ui, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
a { color: var(--sky-d); }
img { max-width: 100%; }

/* ---------- header ---------- */
#site-header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.header-inner {
  max-width: 1080px; margin: 0 auto; padding: 10px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--sky-dd); }
.brand-mark { font-size: 1.7rem; }
.demo-banner { background: #b7791f; color: #fff; text-align: center; padding: 8px 14px; font-size: .9rem; line-height: 1.5; }
.demo-banner b { font-weight: 800; }
.demo-banner a { color: #fff; text-decoration: underline; font-weight: 700; white-space: nowrap; }
.brand-text { font-weight: 800; font-size: 1.25rem; letter-spacing: .02em; display: flex; flex-direction: column; line-height: 1.1; white-space: nowrap; }
.brand-text small { font-weight: 500; font-size: .62rem; color: var(--muted); letter-spacing: 0; white-space: nowrap; }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 10px; width: 46px; height: 42px; align-items: center; justify-content: center; cursor: pointer; color: var(--sky-dd); flex: none; }
.nav-toggle svg { width: 24px; height: 24px; }
.nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.nav a { text-decoration: none; color: var(--ink); font-size: .93rem; font-weight: 600; }
.nav a:hover { color: var(--sky-d); }
.nav .btn-nav {
  background: var(--sky); color: #fff; padding: 9px 16px; border-radius: 999px;
  box-shadow: 0 3px 10px rgba(56,189,248,.35);
}
.nav .btn-nav:hover { background: var(--sky-d); color: #fff; }
.nav .link-quiet { color: var(--muted); font-weight: 500; font-size: .85rem; }
.who { display: flex; flex-direction: column; line-height: 1.1; font-weight: 700; font-size: .9rem; }
.who small { font-weight: 500; font-size: .66rem; color: var(--sky-d); }

/* モバイル：ハンバーガーメニュー */
@media (max-width: 860px) {
  .header-inner { position: relative; flex-wrap: nowrap; gap: 10px; }
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0; flex-wrap: nowrap;
    background: #fff; border-top: 1px solid var(--line); box-shadow: 0 14px 26px rgba(2,60,110,.14);
    padding: 6px 0; z-index: 50;
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px 22px; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .nav .link-quiet { font-size: .95rem; }
  .nav .btn-nav { margin: 10px 22px 6px; text-align: center; justify-content: center; box-shadow: none; padding: 12px 16px; border-bottom: 0; }
  .nav .who { flex-direction: row; align-items: baseline; gap: 8px; padding: 12px 22px; background: var(--sky-xl); color: var(--sky-dd); border-bottom: 1px solid var(--line); }
}
@media (max-width: 380px) {
  .brand-text { font-size: 1.08rem; }
}

/* ---------- layout ---------- */
.container { max-width: 1080px; margin: 0 auto; padding: 28px 20px 60px; }
.narrow { max-width: 640px; }
h1 { font-size: 1.6rem; margin: 0 0 6px; color: var(--ink); }
h2 { font-size: 1.25rem; margin: 32px 0 14px; color: var(--sky-dd); }
.muted { color: var(--muted); }
.small { font-size: .85rem; }
.center { text-align: center; }

/* ---------- hero（青空） ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #7dd3fc 0%, #bae6fd 45%, #e0f2fe 75%, var(--bg) 100%);
}
.hero-inner {
  max-width: 1080px; margin: 0 auto; padding: 56px 20px 40px; position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; align-items: center;
}
.hero .pref-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: var(--sky-d); font-weight: 800;
  padding: 6px 15px; border-radius: 999px; font-size: .82rem; margin-bottom: 16px;
  box-shadow: 0 3px 10px rgba(2,132,199,.15);
}
.hero h1 { font-size: 2.5rem; line-height: 1.3; margin: 0 0 14px; color: #0b3a5b; }
.hero h1 .accent { color: #fff; text-shadow: 0 2px 8px rgba(2,132,199,.35); }
.hero p.lead { font-size: 1.08rem; max-width: 520px; color: #244b64; }
.hero-cta { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 26px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats b { font-size: 1.6rem; display: block; color: var(--sky-dd); }
.hero-stats span { font-size: .8rem; color: #3a6484; }
.hero-art { position: relative; z-index: 2; }
.hero-art svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 8px 20px rgba(2,132,199,.18)); }

/* ---------- hero（全面背景バリエーション） ---------- */
.hero-bg { display: flex; align-items: center; min-height: 620px; }
.hero-bg .hero-art { position: absolute; inset: 0; z-index: 0; margin: 0; }
.hero-bg .hero-art img {
  width: 100%; height: 100%; max-height: none; aspect-ratio: auto;
  object-fit: cover; object-position: 62% center; border-radius: 0; box-shadow: none;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(3,32,58,0) 52%, rgba(3,32,58,.42) 100%),
    linear-gradient(94deg, rgba(3,32,58,.94) 0%, rgba(3,32,58,.86) 30%, rgba(3,32,58,.64) 50%, rgba(3,32,58,.30) 70%, rgba(3,32,58,0) 90%);
}
.hero-bg .hero-inner { grid-template-columns: 1fr; z-index: 2; padding: 70px 20px; }
.hero-bg .hero-text { max-width: 640px; }
.hero-bg .pref-badge {
  background: rgba(3,32,58,.42); color: #fff; border: 1px solid rgba(255,255,255,.45);
  box-shadow: none; backdrop-filter: blur(4px);
}
.hero-bg h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.1rem); line-height: 1.26; text-shadow: 0 2px 18px rgba(2,20,40,.72), 0 1px 3px rgba(2,20,40,.55); }
.hero-bg h1 .accent { color: #ffd24d; text-shadow: 0 2px 18px rgba(2,20,40,.72), 0 1px 3px rgba(2,20,40,.5); }
.hero-bg p.lead { color: #fff; max-width: 590px; font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.75; font-weight: 500; text-shadow: 0 1px 10px rgba(2,20,40,.6), 0 1px 2px rgba(2,20,40,.5); }
.hero-bg p.lead b { color: #ffe08a; }
.hero-bg .pref-badge { font-size: .9rem; }
.hero-bg .hero-cta .btn { font-size: 1.06rem; padding: 13px 26px; }
.hero-bg .hero-stats b { color: #fff; font-size: 1.85rem; text-shadow: 0 1px 8px rgba(2,20,40,.6); }
.hero-bg .hero-stats span { color: #e6f1fb; font-size: .86rem; text-shadow: 0 1px 6px rgba(2,20,40,.55); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  border-radius: 999px; padding: 12px 24px; font-weight: 800; font-size: 1rem;
  text-decoration: none; cursor: pointer; border: 2px solid transparent; background: #fff; color: var(--sky-d);
  transition: transform .12s, box-shadow .12s, background .12s;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--sky); color: #fff; box-shadow: 0 6px 16px rgba(56,189,248,.4); }
.btn.primary:hover { background: var(--sky-d); }
.btn.blue { background: var(--sky-dd); color: #fff; }
.btn.blue:hover { background: #04588a; }
.btn.ghost { background: #fff; color: var(--sky-d); border-color: #fff; box-shadow: var(--shadow); }
.btn.ghost:hover { background: #f0faff; }
.btn.outline { background: #fff; border-color: var(--sky); color: var(--sky-d); }
.btn.sm { padding: 8px 16px; font-size: .9rem; }
.btn:disabled { opacity: .5; cursor: default; transform: none; }

/* ---------- feature / steps ---------- */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.section-title { text-align: center; margin: 50px 0 8px; }
.section-title h2 { font-size: 1.5rem; margin: 0; color: var(--sky-dd); }
.section-title p { color: var(--muted); margin: 6px 0 0; }
.feature {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; text-align: center; box-shadow: var(--shadow);
}
.feature .ic {
  font-size: 1.9rem; width: 62px; height: 62px; margin: 0 auto 8px;
  display: grid; place-items: center; border-radius: 50%; background: var(--sky-xl);
}
.feature h3 { margin: 10px 0 6px; color: var(--sky-dd); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: s; margin-top: 26px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px 22px; position: relative; box-shadow: var(--shadow); }
.step::before {
  counter-increment: s; content: counter(s); position: absolute; top: -16px; left: 22px;
  width: 36px; height: 36px; background: var(--sky); color: #fff; border-radius: 50%;
  display: grid; place-items: center; font-weight: 800; box-shadow: 0 4px 10px rgba(56,189,248,.4);
}
.step h3 { color: var(--sky-dd); margin-top: 4px; }

/* role split on LP */
.role-split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 20px; }
.role-card { border-radius: var(--radius); padding: 28px; color: #fff; box-shadow: var(--shadow); }
.role-card.owner { background: linear-gradient(135deg, #0284c7, #38bdf8); }
.role-card.user { background: linear-gradient(135deg, #0ea5e9, #7dd3fc); }
.role-card h3 { margin: 0 0 6px; font-size: 1.3rem; }
.role-card ul { margin: 12px 0 18px; padding-left: 18px; }
.role-card .btn { color: var(--sky-d); }
.role-card .btn.blue { color: #fff; }

/* ---------- cards / jobs ---------- */
.toolbar { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 22px; }
.toolbar select, .toolbar input {
  padding: 11px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .95rem; color: var(--ink);
}
.toolbar input { flex: 1; min-width: 180px; }

/* ---------- 地図ビュー（一覧⇄地図トグル / Leaflet） ---------- */
.viewtoggle { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #fff; }
.viewtoggle .vt { border: 0; background: #fff; padding: 10px 16px; font-weight: 700; font-size: .92rem; color: #3a6484; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.viewtoggle .vt .svg-ic { width: 17px; height: 17px; }
.viewtoggle .vt.on { background: var(--sky-d); color: #fff; }

/* 詳細検索 */
.btn-adv { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line); background: #fff; color: var(--sky-dd); border-radius: 999px; padding: 10px 16px; font-weight: 700; font-size: .92rem; cursor: pointer; }
.btn-adv .svg-ic { width: 16px; height: 16px; }
.btn-adv:hover { background: var(--sky-xl); }
.btn-adv.on { background: var(--sky-d); color: #fff; border-color: var(--sky-d); }
.adv-badge { display: inline-grid; place-items: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--sun); color: #6b4e00; font-size: .72rem; font-weight: 800; }
.advpanel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin: -6px 0 20px; box-shadow: var(--shadow); }
.adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 18px; }
.adv-f { display: flex; flex-direction: column; gap: 5px; font-size: .82rem; font-weight: 700; color: var(--muted); }
.adv-f input, .adv-f select { padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: .95rem; color: var(--ink); font-weight: 500; width: 100%; }
.yenwrap { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding-left: 10px; }
.yenwrap span { color: var(--muted); font-weight: 700; }
.yenwrap input { border: 0 !important; }
.adv-check { display: flex; align-items: center; gap: 8px; font-size: .92rem; font-weight: 700; color: var(--ink); align-self: end; padding-bottom: 8px; }
.adv-check input { width: 18px; height: 18px; accent-color: var(--sky-d); }
.adv-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.adv-count { font-weight: 800; color: var(--sky-dd); }
@media (max-width: 720px) { .adv-grid { grid-template-columns: 1fr 1fr; } }
#map { width: 100%; height: 600px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.leaflet-container { background: #d3ecfb; }  /* 海（水色ベタ・イラスト調） */
.leaflet-interactive:focus { outline: none; }  /* クリック時の黒いフォーカス枠を消す */
.gc-preftip { background: #0369a1; color: #fff; border: 0; border-radius: 8px; font-size: .78rem; font-weight: 700; padding: 3px 9px; box-shadow: 0 2px 8px rgba(2,60,110,.25); }
.gc-preftip::before { border-top-color: #0369a1; }
.gc-pin { background: none; border: 0; filter: drop-shadow(0 3px 4px rgba(2,132,199,.25)); }
#prefchip { margin: 0 0 14px; }
.prefchip { display: inline-flex; align-items: center; gap: 6px; background: var(--sky-xl); color: var(--sky-dd); border: 1px solid var(--sky-l); border-radius: 999px; padding: 6px 8px 6px 14px; font-size: .9rem; font-weight: 600; }
.prefchip .svg-ic { width: 16px; height: 16px; }
.prefchip button { border: 0; background: var(--sky-dd); color: #fff; width: 22px; height: 22px; border-radius: 50%; cursor: pointer; font-size: .8rem; line-height: 1; display: grid; place-items: center; }
.prefchip button:hover { background: #04588a; }
.gc-pop h4 { margin: 0 0 4px; font-size: .98rem; color: var(--sky-dd); }
.gc-pop .gc-chip { display: inline-block; background: var(--sky-xl); color: var(--sky-dd); border-radius: 999px; padding: 1px 9px; font-size: .74rem; font-weight: 700; margin-bottom: 6px; }
.gc-pop .gc-chip.offer { background: #ede9fe; color: #6d28d9; }
.gc-pop .meta { font-size: .82rem; color: #3a6484; margin: 3px 0; }
.gc-pop img.gc-thumb { width: 100%; height: 92px; object-fit: cover; border-radius: 8px; margin-bottom: 8px; }
.gc-pop a.gc-go { display: inline-block; margin-top: 8px; background: var(--sky-d); color: #fff; padding: 6px 14px; border-radius: 999px; font-size: .82rem; font-weight: 700; text-decoration: none; }
.leaflet-popup-content { margin: 12px 14px; }
.leaflet-popup-content-wrapper { border-radius: 12px; }

.job-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.job-card {
  display: block; text-decoration: none; color: inherit; background: var(--card);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px;
  border-left: 5px solid var(--sky); transition: box-shadow .15s, transform .15s;
}
a.job-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.job-card .row1 { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.job-card h3 { margin: 8px 0; font-size: 1.12rem; color: var(--ink); }
.chip { display: inline-block; background: var(--sky-xl); color: var(--sky-dd); border-radius: 999px; padding: 3px 12px; font-size: .82rem; font-weight: 700; }
.chip.orange { background: #fff6da; color: #b7791f; }
.chip.alt { background: #ede9fe; color: #6d28d9; }
.badge-status { display: inline-block; white-space: nowrap; font-size: .78rem; font-weight: 700; padding: 3px 12px; border-radius: 999px; background: #dcfce7; color: var(--green); }
.badge-offer { display: inline-block; white-space: nowrap; font-size: .78rem; font-weight: 700; padding: 3px 12px; border-radius: 999px; background: #ede9fe; color: #6d28d9; }
.meta { display: flex; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: .9rem; }
.meta b { color: var(--ink); }

/* ---------- panels ---------- */
.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.panel + .panel { margin-top: 16px; }
.kv { display: grid; grid-template-columns: 120px 1fr; gap: 8px 14px; margin: 10px 0; }
.kv dt { color: var(--muted); font-size: .9rem; }
.kv dd { margin: 0; font-weight: 600; }
.split { display: grid; grid-template-columns: 1fr 340px; gap: 20px; align-items: start; }

/* ---------- forms ---------- */
.form { display: grid; gap: 16px; }
.form label { display: grid; gap: 6px; font-weight: 700; font-size: .9rem; }
.form input, .form select, .form textarea {
  padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: .96rem; font-family: inherit; font-weight: 400; background: #fff;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--sky-l); border-color: var(--sky-l); }
.form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hint { color: var(--muted); font-weight: 500; font-size: .8rem; }

/* login tabs */
.tabs { display: flex; gap: 0; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; margin-bottom: 20px; background: #fff; }
.tabs button {
  flex: 1; padding: 14px; border: 0; background: #fff; font-weight: 700; cursor: pointer; font-size: .98rem; color: var(--muted);
}
.tabs button.active { color: #fff; }
.tabs button.active.owner { background: var(--sky-d); }
.tabs button.active.user { background: var(--sky); }
.preset { display: grid; gap: 8px; }
.preset button {
  text-align: left; padding: 13px 15px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; font-size: .92rem;
}
.preset button:hover { border-color: var(--sky); background: #f3fbff; }

/* ---------- messages ---------- */
.thread { display: grid; gap: 10px; margin: 14px 0; max-height: 420px; overflow-y: auto; padding: 4px; }
.msg { max-width: 78%; padding: 10px 14px; border-radius: 14px; font-size: .95rem; white-space: pre-wrap; overflow-wrap: anywhere; }
.msg.me { background: var(--sky); color: #fff; justify-self: end; border-bottom-right-radius: 4px; }
.msg.them { background: #eef4f9; justify-self: start; border-bottom-left-radius: 4px; }
.msg .at { display: block; font-size: .68rem; opacity: .7; margin-top: 4px; }
.msg.share { border: 2px dashed var(--sun); background: #fffdf5; color: var(--ink); }
.composer { display: flex; gap: 8px; margin-top: 12px; align-items: flex-end; }
.composer input, .composer textarea { flex: 1; padding: 12px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: .95rem; }
.composer textarea { border-radius: 18px; resize: none; font-family: inherit; line-height: 1.5; min-height: 46px; max-height: 160px; overflow-y: auto; box-sizing: border-box; }
.contact-box { background: #fffdf5; border: 2px dashed var(--sun); border-radius: 12px; padding: 14px; }

.thread-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.thread-list a { display: block; text-decoration: none; color: inherit; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; box-shadow: var(--shadow); }
.thread-list a:hover { border-color: var(--sky); }

.notice { background: #ecfdf3; border: 1px solid #a7f3d0; color: #065f46; padding: 10px 14px; border-radius: 10px; }
.empty { text-align: center; color: var(--muted); padding: 40px 0; }
.back { color: var(--muted); text-decoration: none; font-size: .9rem; }

/* ---------- brand logo & icons ---------- */
.brand-logo { width: 40px; height: 40px; display: block; border-radius: 11px; }
.svg-ic { width: 1em; height: 1em; vertical-align: -0.15em; flex: none; }
.meta span { display: inline-flex; align-items: center; gap: 5px; }
.meta .svg-ic { color: var(--sky-d); width: 15px; height: 15px; }
.kv-ic { display: flex; align-items: center; gap: 7px; }
.kv-ic .svg-ic { color: var(--sky-d); width: 17px; height: 17px; }
.feature .ic { color: var(--sky-d); }
.feature .ic .svg-ic { width: 30px; height: 30px; }

/* ---------- 職種ギャラリー ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tile {
  position: relative; display: block; border-radius: 14px; overflow: hidden;
  text-decoration: none; box-shadow: var(--shadow); aspect-ratio: 16 / 10;
}
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tile:hover img { transform: scale(1.07); }
.tile span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 13px;
  color: #fff; font-weight: 800; font-size: 1.05rem;
  background: linear-gradient(0deg, rgba(3, 44, 74, .85), rgba(3, 44, 74, 0));
}

/* ---------- 特集（画像＋テキスト） ---------- */
.feature-split {
  max-width: 1080px; margin: 58px auto 0; padding: 0 20px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center;
}
.fs-media img { width: 100%; height: 330px; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow); }
.fs-body h2 { margin-top: 0; }

/* role card 見出しアイコン */
.role-card h3 { display: flex; align-items: center; gap: 11px; }
.role-ic { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: rgba(255, 255, 255, .22); }
.role-ic .svg-ic { width: 20px; height: 20px; color: #fff; }

/* ---------- photos ---------- */
.hero-art img {
  width: 100%; height: 100%; max-height: 440px; aspect-ratio: 4 / 3;
  object-fit: cover; border-radius: 18px;
  box-shadow: 0 14px 34px rgba(2, 60, 110, .28);
}
.photo-band { position: relative; height: 360px; margin-top: 54px; }
.photo-band > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-band-overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 14px;
  padding: 0 clamp(22px, 7vw, 100px); color: #fff;
  background: linear-gradient(90deg, rgba(3, 44, 74, .78) 0%, rgba(3, 44, 74, .35) 55%, rgba(3, 44, 74, .05) 100%);
}
.photo-band-overlay h2 { color: #fff; margin: 0; font-size: clamp(1.4rem, 3.4vw, 2rem); }
.photo-band-overlay p { margin: 0; max-width: 440px; font-size: 1rem; }
.photo-band-overlay .btn { align-self: flex-start; margin-top: 4px; }

.job-card.has-thumb { padding-top: 16px; }
.job-thumb { width: 100%; height: 172px; object-fit: cover; border-radius: 10px; display: block; margin-bottom: 14px; }

.detail-hero {
  width: 100%; height: 240px; object-fit: cover; border-radius: 14px;
  margin: 12px 0 20px; box-shadow: var(--shadow);
}
.login-hero {
  width: 100%; height: 170px; object-fit: cover; border-radius: 14px;
  margin: 4px 0 20px; box-shadow: var(--shadow);
}

/* ---------- 掲載ウィザード ---------- */
.wiz-progress{ display:flex; align-items:center; gap:0; margin:22px 0 18px; }
.wp-step{ display:flex; }
.wp-dot{ width:34px; height:34px; border-radius:50%; display:grid; place-items:center;
  background:#e3edf5; color:var(--muted); font-weight:800; font-size:.9rem; border:2px solid #e3edf5; }
.wp-step.now .wp-dot{ background:var(--sky); color:#fff; border-color:var(--sky); box-shadow:0 3px 10px rgba(56,189,248,.4); }
.wp-step.done .wp-dot{ background:#dcfce7; color:var(--green); border-color:#bbf7d0; }
.wp-line{ flex:1; height:3px; background:#e3edf5; min-width:14px; }
.wiz-panel{ padding:26px; }
.wz-head{ margin-bottom:20px; }
.wz-count{ font-size:.8rem; font-weight:800; color:var(--sky-d); letter-spacing:.05em; }
.wz-title{ font-size:1.5rem; color:var(--navy); margin:6px 0 4px; }
.wiz-nav{ display:flex; justify-content:space-between; gap:12px; margin-top:24px; }
.wiz-nav .btn{ min-width:120px; }
.wl{ display:grid; gap:7px; font-weight:700; font-size:.92rem; margin-bottom:16px; }
.wl input, .wl select, .wl textarea{ padding:13px 14px; border:1px solid var(--line); border-radius:10px;
  font-size:1rem; font-family:inherit; font-weight:400; }
.wl input:focus, .wl select:focus, .wl textarea:focus{ outline:2px solid var(--sky-l); border-color:var(--sky-l); }
.wl-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.req{ background:#fee2e2; color:#b91c1c; font-size:.7rem; font-weight:800; padding:2px 7px; border-radius:5px; margin-left:4px; }
.trade-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.trade-pick{ position:relative; border:2px solid var(--line); border-radius:12px; overflow:hidden; cursor:pointer;
  background:#fff; padding:0; aspect-ratio:1/1; }
.trade-pick img{ width:100%; height:64%; object-fit:cover; display:block; }
.trade-pick span{ display:block; padding:8px 4px; font-size:.9rem; font-weight:700; color:var(--navy); }
.trade-pick:hover{ border-color:var(--sky-l); }
.trade-pick.on{ border-color:var(--sky); box-shadow:0 6px 16px rgba(56,189,248,.35); }
.trade-pick.on::after{ content:"✓"; position:absolute; top:6px; right:6px; width:24px;height:24px;border-radius:50%;
  background:var(--sky); color:#fff; display:grid; place-items:center; font-weight:800; font-size:.85rem; }
dl.confirm{ display:grid; grid-template-columns:110px 1fr; gap:10px 16px; }
dl.confirm dt{ color:var(--muted); font-size:.9rem; }
dl.confirm dd{ margin:0; font-weight:600; }

/* ---------- 信頼バッジ / ヒント ---------- */
.cbadges{ display:inline-flex; gap:6px; flex-wrap:wrap; vertical-align:middle; }
.cbadge{ display:inline-flex; align-items:center; gap:3px; font-size:.72rem; font-weight:800; padding:2px 9px; border-radius:999px; }
.cbadge .svg-ic{ width:12px; height:12px; }
.k-corp{ background:#e0f2fe; color:var(--sky-dd); }
.k-solo{ background:#f1f5f9; color:#475569; }
.k-license{ background:#dcfce7; color:#166534; }
.hint-ic{ display:inline-flex; color:var(--muted); cursor:help; vertical-align:-2px; }
.hint-ic .svg-ic{ width:15px; height:15px; }

/* ---------- オンボーディング / おすすめ ---------- */
.onboard{ display:flex; align-items:center; gap:14px; background:linear-gradient(120deg,#e0f2fe,#f0faff);
  border:1px solid #bae6fd; border-radius:14px; padding:16px 20px; margin:16px 0 22px; }
.onboard .ob-ic{ width:44px;height:44px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--sky-d);flex:none; }
.onboard .ob-ic .svg-ic{ width:24px;height:24px; }
.onboard b{ color:var(--navy); }
.onboard .btn{ margin-left:auto; white-space:nowrap; }
.rec-badge{ display:inline-block; background:var(--sun); color:#7a5b00; font-size:.72rem; font-weight:800; padding:2px 9px; border-radius:999px; margin-left:8px; }
.card-actions{ display:flex; justify-content:flex-end; margin-top:8px; }
.card-actions .btn .svg-ic{ width:15px; height:15px; }

/* ---------- 使い方ページ ---------- */
.howto-hero{ text-align:center; padding:14px 0 4px; }
.howto-cols{ display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:18px; }
.howto-card{ border:1px solid var(--line); border-radius:16px; overflow:hidden; box-shadow:var(--shadow); background:#fff; }
.howto-card .hc-head{ padding:18px 22px; color:#fff; font-weight:800; font-size:1.2rem; display:flex; align-items:center; gap:10px; }
.howto-card.owner .hc-head{ background:linear-gradient(135deg,#0284c7,#38bdf8); }
.howto-card.user .hc-head{ background:linear-gradient(135deg,#0ea5e9,#7dd3fc); }
.howto-card .hc-head .svg-ic{ width:22px; height:22px; }
.howto-steps{ list-style:none; padding:18px 22px; margin:0; counter-reset:h; display:grid; gap:16px; }
.howto-steps li{ display:flex; gap:14px; align-items:flex-start; }
.howto-steps li::before{ counter-increment:h; content:counter(h); flex:none; width:30px; height:30px; border-radius:50%;
  background:#e0f2fe; color:var(--sky-dd); font-weight:800; display:grid; place-items:center; }
.howto-steps li b{ color:var(--navy); }
.faq{ display:grid; gap:12px; margin-top:16px; }
.faq details{ border:1px solid var(--line); border-radius:12px; background:#fff; padding:14px 18px; }
.faq summary{ font-weight:700; cursor:pointer; color:var(--navy); }
.faq details p{ margin:10px 0 0; color:var(--muted); font-size:.95rem; }
@media (max-width:780px){ .howto-cols{ grid-template-columns:1fr; } }

/* ---------- 実績バンド ---------- */
.statband { background: linear-gradient(120deg, #0369a1, #0ea5e9); color: #fff; }
.statband-inner { max-width: 1080px; margin: 0 auto; padding: 26px 20px; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 12px; text-align: center; }
.statband .stat b { display: block; font-size: 2.1rem; font-weight: 800; line-height: 1.1; }
.statband .stat span { font-size: .85rem; opacity: .92; }

/* ---------- お客様の声 ---------- */
.voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.voice { margin: 0; background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  padding: 22px; box-shadow: var(--shadow); position: relative; }
.voice::before { content: "“"; position: absolute; top: 2px; left: 14px; font-size: 3rem; color: var(--sky-l); font-weight: 800; }
.voice blockquote { margin: 14px 0 14px; font-size: .98rem; line-height: 1.75; color: var(--ink); }
.voice figcaption { display: flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 700; color: var(--sky-dd); border-top: 1px solid var(--line); padding-top: 12px; }
.v-ic { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: var(--sky-xl); color: var(--sky-d); }
.v-ic .svg-ic { width: 16px; height: 16px; }

@media (max-width: 780px) {
  .statband-inner { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .voices { grid-template-columns: 1fr; }
}

/* ---------- 掲載案件 管理カード（一発で色々見える） ---------- */
.manage-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.manage-card { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line);
  border-left: 5px solid var(--sky); border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow); }
.manage-card .mc-thumb { width: 158px; height: 116px; object-fit: cover; border-radius: 10px; flex: none; }
.mc-body { flex: 1; min-width: 0; }
.mc-top { display: flex; align-items: center; gap: 10px; }
.mc-top .mc-date { margin-left: auto; font-size: .78rem; color: var(--muted); }
.manage-card h3 { margin: 8px 0 6px; font-size: 1.12rem; color: var(--ink); }
.mc-stats { display: flex; gap: 8px; flex-wrap: wrap; margin: 10px 0; }
.mc-stat { display: inline-flex; align-items: center; gap: 5px; background: var(--sky-xl);
  color: var(--sky-dd); font-weight: 700; font-size: .82rem; padding: 4px 12px; border-radius: 999px; }
.mc-stat b { font-size: 1rem; }
.mc-stat .svg-ic { width: 14px; height: 14px; }
.mc-stat.warn { background: #fff1cc; color: #8a5a00; }
.mc-stat.zero { background: #f1f5f9; color: #7c8ea0; }
.mc-applicants { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 9px; font-size: .85rem; }
.mc-applicants .lbl { color: var(--muted); }
.mc-appl { display: inline-flex; align-items: center; gap: 5px; background: #f5f9fd; border: 1px solid var(--line);
  border-radius: 999px; padding: 2px 10px 2px 8px; font-weight: 700; color: var(--navy); font-size: .82rem; }
.mc-appl .rate { color: var(--sun); font-weight: 800; }
.mc-latest { font-size: .85rem; color: var(--muted); background: #f7fafd; border: 1px solid var(--line);
  border-radius: 9px; padding: 8px 12px; margin-bottom: 10px; }
.mc-latest .who { color: var(--sky-dd); font-weight: 700; }
.mc-latest .body { color: var(--ink); }
.mc-latest .at { color: var(--muted); }
.mc-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.mc-actions .btn .svg-ic { width: 15px; height: 15px; }
@media (max-width: 640px) {
  .manage-card { flex-direction: column; }
  .manage-card .mc-thumb { width: 100%; height: 170px; }
}

/* ---------- 掲載案件 管理テーブル（engage風・一覧俯瞰） ---------- */
.mtoolbar { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin: 6px 0 14px; }
.mtoolbar .count { font-weight: 800; color: var(--navy); font-size: 1rem; }
.mtoolbar .count b { color: var(--sky-dd); font-size: 1.15rem; }
.mtoolbar-sum { color: var(--muted); font-size: .88rem; }
.mtoolbar-sum b { color: var(--navy); }
.mtoolbar-sum .warn { color: #b7791f; }
.mtoolbar-sum .warn b { color: #b7791f; }
.mtoolbar .spacer { flex: 1; }
.mtoolbar .mt-f { font-size: .82rem; color: var(--muted); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.mtoolbar .mt-f select { padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: .9rem; font-weight: 400; color: var(--ink); }

.mtable-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.mtable { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 920px; }
.mtable thead th { text-align: left; background: #f2f8fd; color: var(--sky-dd); font-weight: 800; font-size: .76rem;
  letter-spacing: .02em; padding: 11px 12px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.mtable thead th.mt-c, .mtable td.mt-c { text-align: center; }
.mtable tbody td { padding: 11px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.mtable tbody tr:hover { background: #f7fbff; }
.mtable tbody tr:last-child td { border-bottom: 0; }
.mtable .nowrap { white-space: nowrap; }
.mt-job { display: flex; gap: 11px; align-items: center; min-width: 260px; }
.mt-thumb { width: 58px; height: 44px; object-fit: cover; border-radius: 7px; flex: none; }
.mt-title { font-weight: 700; line-height: 1.35; }
.mt-title a { color: var(--navy); text-decoration: none; }
.mt-title a:hover { color: var(--sky-d); text-decoration: underline; }
.mt-sub { color: var(--muted); font-size: .76rem; margin-top: 3px; display: flex; gap: 9px; flex-wrap: wrap; align-items: center; }
.mt-sub .svg-ic { width: 13px; height: 13px; color: var(--sky-d); vertical-align: -2px; }
.chip.mini { font-size: .72rem; padding: 1px 8px; }
.mt-num { font-weight: 800; font-size: 1.05rem; color: var(--navy); }
.mt-num.zero { color: #b6c2cf; }
.mt-num.warn { color: #b7791f; }
.mt-latest { max-width: 260px; min-width: 180px; }
.mt-latest .who { color: var(--sky-dd); font-weight: 700; margin-right: 4px; }
.mt-latest .prev { color: var(--ink); display: inline-block; max-width: 240px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: bottom; }
.mt-latest .at { display: block; color: var(--muted); font-size: .72rem; margin-top: 2px; }
.mt-actions { display: flex; gap: 6px; white-space: nowrap; }
.mt-actions .btn { padding: 6px 12px; font-size: .82rem; }

/* ---------- footer ---------- */
#site-footer { background: #fff; border-top: 1px solid var(--line); margin-top: 40px; }
.footer-inner {
  max-width: 1080px; margin: 0 auto; padding: 26px 20px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.footer-inner strong { color: var(--sky-dd); }

@media (max-width: 780px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 340px; margin: 0 auto; }
  .grid3, .steps, .role-split, .split, .form .two, .feature-split { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 2rem; }
  .split { display: block; }
  .fs-media img { height: 240px; }
}
