@charset "UTF-8";
/* =========================================================
   リオン求人メディア  共通スタイル
   ・配色: 濃紺 × マゼンタ
   ・方針: A層(今すぐ稼ぎたい)主役 / C層(条件で選ぶ)第二 / セルフサーブ型
   ========================================================= */

:root {
  --navy:        #001854;
  --navy-2:      #0a2466;
  --navy-deep:   #001244;
  --magenta:     #e4005a;
  --magenta-dk:  #c0004d;
  --pink-soft:   #ffe9f1;
  --green:       #36904e;
  --blue-badge:  #4872b4;
  --bg:          #ffffff;
  --bg-2:        #f6f8fc;
  --card:        #ffffff;
  --line:        #e6eaf2;
  --line-2:      #d7deea;
  --text:        #1a2238;
  --muted:       #5c667d;
  --radius:      14px;
  --radius-sm:   10px;
  --shadow:      0 2px 14px rgba(0, 24, 84, .06);
  --shadow-md:   0 8px 28px rgba(0, 24, 84, .10);
  --maxw:        86vw;
  --ff: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
body { overflow-x: hidden; max-width: 100vw; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--ff);
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 15px;
  letter-spacing: .01em;
  width: 100%;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; line-height: 1.35; }
button { font-family: inherit; cursor: pointer; }

.container { width: var(--maxw); margin: 0 auto; padding: 0 16px; box-sizing: border-box; }
@media (max-width: 760px) { .container { width: 100%; padding: 0 16px; } }
.section { padding: 46px 0; }
.muted { color: var(--muted); }
.tac { text-align: center; }

/* ===== アイコン基準サイズ（未指定のSVGが巨大化しないように） ===== */
svg.ico, img.ico, img.si { width: 20px; height: 20px; flex: none; object-fit: contain; }
img.ico, img.si { display: inline-block; }
.searchbar h2 .ico, .searchbox h2 .ico { width: 18px; height: 18px; }

/* ===== ボタン ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; border-radius: 999px; border: 2px solid transparent;
  padding: 14px 26px; font-size: 16px; transition: .18s ease; white-space: nowrap;
}
.btn .ico { width: 18px; height: 18px; }
.btn-primary { background: var(--magenta); color: #fff; box-shadow: 0 6px 16px rgba(230,0,104,.28); }
.btn-primary:hover { background: var(--magenta-dk); transform: translateY(-1px); }
.btn-outline { background: #fff; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-lg { padding: 18px 30px; font-size: 18px; }
.btn-block { width: 100%; }

/* ===== バッジ・タグ ===== */
.badge {
  display: inline-flex; align-items: center; font-size: 12px; font-weight: 700;
  padding: 3px 9px; border-radius: 5px; line-height: 1.5; color: #fff;
}
.badge-pink   { background: var(--magenta); }
.badge-green  { background: var(--green); }
.badge-blue   { background: var(--blue-badge); }
.badge-navy   { background: var(--navy); }
.tag {
  display: inline-flex; align-items: center; font-size: 12.5px; font-weight: 600;
  padding: 4px 10px; border-radius: 6px; background: #eef2f8; color: var(--navy);
}
.tag-pink { background: var(--pink-soft); color: var(--magenta-dk); }

/* =========================================================
   ヘッダー（JSで挿入）
   ========================================================= */
.topbar { background: var(--navy-deep); color: #c8d2ec; font-size: 12px; }
.topbar .container { display: flex; align-items: center; min-height: 34px; }
.topbar p { margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }

.site-header { background: #fff; box-shadow: 0 1px 0 var(--line); position: sticky; top: 0; z-index: 50; }
.site-header .bar { display: flex; align-items: center; gap: 16px; min-height: 70px; width: 100%; box-sizing: border-box; }
.logo { display: flex; align-items: center; gap: 9px; font-weight: 900; font-size: 20px; color: var(--navy); letter-spacing: .01em; white-space: nowrap; flex: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-text small { font-size: 10px; font-weight: 700; color: var(--muted); }
.logo .mark { width: 30px; height: 30px; color: var(--navy); }
.gnav { display: flex; gap: 2px; margin-left: 4px; }
.gnav a { padding: 9px 11px; font-weight: 700; font-size: 14px; color: var(--navy); border-radius: 8px; white-space: nowrap; }
.gnav a:hover { background: var(--bg); }
.gnav a.active { color: var(--magenta); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; flex: none; }
.link-soft { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; color: var(--navy); white-space: nowrap; }
.link-soft .ico { width: 18px; height: 18px; }
.btn-head { padding: 11px 20px; font-size: 14.5px; }
.hamburger { display: none; background: none; border: 0; width: 44px; height: 44px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.hamburger span { width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; }

/* モバイルメニュー */
.mobile-menu { display: none; position: fixed; inset: 0; z-index: 100; }
.mobile-menu.open { display: block; }
.mobile-menu .overlay { position: absolute; inset: 0; background: rgba(15,22,50,.5); }
.mobile-menu .panel { position: absolute; top: 0; right: 0; width: min(84%, 340px); height: 100%; background: #fff; padding: 18px; overflow-y: auto; box-shadow: -6px 0 24px rgba(0,0,0,.2); }
.mobile-menu .panel .close { margin-left: auto; display: block; background: none; border: 0; font-size: 26px; color: var(--navy); line-height: 1; padding: 4px 8px; }
.mobile-menu .panel nav a { display: block; padding: 14px 6px; font-weight: 700; color: var(--navy); border-bottom: 1px solid var(--line); }
.mobile-menu .panel .mm-cta { margin-top: 18px; display: grid; gap: 10px; }

/* =========================================================
   ヒーロー
   ========================================================= */
/* .hero background は下部の hero-inner セクションで定義 */
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 26px; align-items: stretch; }
.hero-copy { padding: 8px 0; }
.hero-eyebrow {
  display: inline-block; background: var(--navy); color: #fff; font-weight: 800;
  font-size: 18px; padding: 7px 16px; border-radius: 8px; margin-bottom: 14px;
  transform: skewX(-4deg);
}
.hero-title { font-size: clamp(46px, 6vw, 78px); font-weight: 900; color: var(--navy); letter-spacing: .01em; line-height: 1.05; }
.hero-title em { color: var(--magenta); font-style: normal; }
.hero-lead { margin: 16px 0 18px; font-size: 16px; font-weight: 500; color: var(--text); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-bottom: 24px; }
.hero-point { display: flex; align-items: flex-start; gap: 10px; }
.hero-point .ico { width: 48px; height: 48px; flex: none; margin-top: 0; }
.hero-point b { font-weight: 800; color: var(--navy); display: block; font-size: 14.5px; }
.hero-point span { font-size: 12.5px; color: var(--muted); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-cta .btn { min-width: 230px; }
.hero-note { margin: 12px 0 0; font-size: 13px; color: var(--muted); }

/* hero-collage は廃止 → .hero の background-image に統合 */
/* 求人カードなど汎用の画像 */
img.ph { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 素材未挿入時のプレースホルダ */
.ph-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #8593b0; background: repeating-linear-gradient(45deg,#dde4f0,#dde4f0 12px,#e7ecf5 12px,#e7ecf5 24px); font-size: 12px; }

/* =========================================================
   検索ボックス
   ========================================================= */
.searchbox { background: var(--navy); color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-md); }
.searchbox h2 { display: flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 800; margin-bottom: 14px; }
.searchbox h2 .ico { width: 20px; height: 20px; }
.search-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
.field label { display: block; font-size: 13px; font-weight: 700; color: #ffffff; margin-bottom: 8px; line-height: 1.2; }
.field .select { position: relative; display: flex; align-items: center; background: #fff; border-radius: 9px; }
.field .select select,
.field .select .fake {
  display: flex; align-items: center; gap: 8px;
  width: 100%; box-sizing: border-box; appearance: none; border: 0; border-radius: 9px; background: transparent; color: var(--text);
  font-family: inherit; font-size: 14px; font-weight: 600; padding: 10px 36px 10px 0; line-height: 1.4; min-height: 42px;
}
.select-ico { width: 28px; height: 28px; object-fit: contain; flex: none; margin-left: 10px; }
.field .select .fake { color: var(--muted); }
.field .select .fake .txt { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.field .select .fi { width: 18px; height: 18px; color: var(--navy); flex: none; }
.field .select::after { content: ""; position: absolute; right: 15px; top: 50%; width: 9px; height: 9px; border-right: 2px solid #4b5573; border-bottom: 2px solid #4b5573; transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.field-wide .select::after { transform: translateY(-55%) rotate(-45deg); }
.field-wide { grid-column: 1 / -1; }
.search-submit { grid-column: 1 / -1; margin-top: 6px; }
.search-clear { grid-column: 1 / -1; text-align: right; font-size: 12px; color: #aab4d0; margin-top: 2px; cursor: pointer; }
.search-clear { grid-column: 1 / -1; text-align: right; }
.search-clear a { color: #b9c4e0; font-size: 12.5px; text-decoration: underline; }

/* 検索バー（横長：トップ下部や下層ページ用） */
.searchbar { background: var(--navy); border-radius: var(--radius); padding: 14px 16px; box-shadow: var(--shadow); }
.searchbar-inner { display: flex; align-items: flex-end; gap: 12px 10px; flex-wrap: wrap; }
.searchbar h2 { color: #fff; display: flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 800; margin: 0 6px 4px 0; }
.searchbar .field { flex: 1 1 150px; }
.searchbar .field label { color: #c7d1ea; }
.searchbar .btn { flex: none; }
@media (max-width: 760px) {
  .searchbar-inner { flex-direction: column; align-items: stretch; }
  .searchbar h2 { margin-bottom: 8px; }
  .searchbar .field { flex: none; width: 100%; }
  .searchbar .btn { width: 100%; }
}

/* =========================================================
   条件から探す（タグ）
   ========================================================= */
.cond-row { display: flex; align-items: flex-start; gap: 12px; flex-wrap: wrap; }
.cond-row .lead { font-weight: 800; color: var(--navy); font-size: 16px; padding-top: 11px; }
.cond-chips { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; flex: 1; }
.cond-chip {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line-2);
  border-radius: 10px; padding: 11px 16px; font-weight: 700; font-size: 14px; color: var(--navy); transition: .16s;
}
.cond-chip .ico { width: 32px; height: 32px; color: var(--navy); }
.cond-chip:hover { border-color: var(--magenta); box-shadow: 0 3px 10px rgba(230,0,104,.12); transform: translateY(-1px); }
.cond-chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.cond-more { margin-left: auto; font-weight: 700; color: var(--navy); font-size: 13.5px; }

/* 条件グリッド（モバイル中心） */
.cond-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.cond-grid .cond-chip { flex-direction: column; gap: 8px; padding: 16px 8px; text-align: center; }

/* =========================================================
   セクション見出し
   ========================================================= */
.sec-head { display: flex; align-items: center; gap: 8px 12px; margin-bottom: 18px; flex-wrap: wrap; }
.sec-head h2 { font-size: 22px; font-weight: 900; color: var(--navy); white-space: nowrap; }
.sec-head .pill { background: var(--magenta); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 6px; }
.sec-head .more { margin-left: auto; font-weight: 700; color: var(--navy); font-size: 13.5px; }
.sec-sub { color: var(--muted); margin: -8px 0 18px; font-size: 14px; }

/* =========================================================
   求人カード
   ========================================================= */
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.job-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: .18s; display: flex; flex-direction: column; }
.job-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.job-card.is-feature { border: 2px solid var(--magenta); }
.job-thumb { position: relative; aspect-ratio: 16 / 10; background: #cdd6e6; overflow: hidden; flex: 0 0 auto; }
.job-thumb > img.ph, .job-thumb > .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.job-thumb .badges { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; }
.job-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.job-cat { display: flex; gap: 6px; }
.job-title { font-size: 16.5px; font-weight: 800; color: var(--navy); line-height: 1.4; }
.job-loc { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 5px; }
.job-loc .ico { width: 14px; height: 14px; }
.job-pay { display: flex; align-items: baseline; gap: 4px; color: var(--magenta); }
.job-pay .lbl { font-size: 13px; font-weight: 800; color: var(--navy); }
.job-pay .num { font-size: 38px; font-weight: 900; line-height: 1; letter-spacing: -.01em; }
.job-pay .unit { font-size: 14px; font-weight: 800; }
.job-hourly { font-size: 13px; color: var(--text); font-weight: 600; margin-top: -2px; }
.job-hourly small { color: var(--muted); font-weight: 500; }
.job-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.job-meta { display: flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--magenta-dk); border-top: 1px dashed var(--line-2); padding-top: 10px; margin-top: auto; }
.job-meta .ico { width: 16px; height: 16px; }

/* カルーセル矢印（簡易） */
.carousel { position: relative; }
.carousel .nav-btn { position: absolute; top: 38%; width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 1px solid var(--line-2); box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; color: var(--navy); z-index: 2; }
.carousel .prev { left: -8px; }
.carousel .next { right: -8px; }

/* =========================================================
   人気の職種 / エリア
   ========================================================= */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.cat-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px 10px; display: flex; flex-direction: column; align-items: center; gap: 9px; font-weight: 700; color: var(--navy); font-size: 14px; transition: .16s; }
.cat-item .ico { width: 40px; height: 40px; color: var(--navy); }
.cat-item:hover { border-color: var(--magenta); color: var(--magenta-dk); transform: translateY(-2px); box-shadow: var(--shadow); }
.cat-item:hover .ico { color: var(--magenta); }
.cat-count { font-size: 12px; color: var(--muted); font-weight: 500; }

/* エリア一覧グリッド */
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.area-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 24px 16px; display: flex; align-items: center; justify-content: space-between; font-weight: 700; color: var(--navy); font-size: 16px; transition: .16s; }
.area-card:hover { border-color: var(--magenta); color: var(--magenta-dk); transform: translateY(-2px); box-shadow: var(--shadow); }
.area-name { display: flex; align-items: center; gap: 8px; }
.area-count { font-size: 13px; color: var(--muted); font-weight: 500; }
@media (max-width: 760px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: 1fr; }
}

.area-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.area-chip { background: #fff; border: 1px solid var(--line-2); border-radius: 8px; padding: 11px 22px; font-weight: 700; color: var(--navy); transition: .16s; }
.area-chip:hover { border-color: var(--magenta); color: var(--magenta-dk); }

/* 右カラム付きレイアウト（トップの新着求人ブロック） */
.with-aside { display: grid; grid-template-columns: 1fr 0.3fr; gap: 2.4%; align-items: start; }
.aside-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.aside-box + .aside-box { margin-top: 14px; }
.aside-sticky { position: sticky; top: 90px; }
.aside-box .sec-head { margin-bottom: 14px; }
.aside-box .sec-head h2 { font-size: 17px; }
.aside-cat { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.aside-cat .cat-item { padding: 12px 6px; font-size: 12px; gap: 6px; }
.aside-cat .cat-item .ico { width: 34px; height: 34px; }

/* =========================================================
   選ばれる理由
   ========================================================= */
.reasons { display: grid; grid-template-columns: auto repeat(4, 1fr); gap: 22px; align-items: center; }
.reasons-title { font-weight: 900; color: var(--navy); font-size: 20px; line-height: 1.4; }
.reasons-title small { display: block; font-size: 14px; font-weight: 800; color: var(--text); }
.reason { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.reason .ico { width: 64px; height: 64px; color: var(--navy); }
.reason b { font-weight: 800; color: var(--navy); font-size: 15px; }
.reason span { font-size: 12.5px; color: var(--muted); }

/* =========================================================
   ご利用の流れ
   ========================================================= */
.flow { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.flow-step { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; flex: 1; min-width: 110px; }
.flow-step .ico-wrap { width: 64px; height: 64px; border-radius: 50%; background: var(--bg); display: flex; align-items: center; justify-content: center; }
.flow-step .ico { width: 30px; height: 30px; color: var(--navy); }
.flow-step b { font-weight: 800; color: var(--navy); font-size: 14px; }
.flow-step span { font-size: 12px; color: var(--muted); }
.flow-arrow { color: var(--line-2); font-size: 22px; flex: none; }

/* =========================================================
   利用者の声
   ========================================================= */
.voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.voice { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; display: flex; gap: 12px; box-shadow: var(--shadow); }
.voice.is-feature { border: 1.5px solid var(--magenta); background: var(--pink-soft); }
.voice .avatar { width: 52px; height: 52px; border-radius: 50%; background: #cdd6e6; flex: none; overflow: hidden; }
.voice p { margin: 0 0 6px; font-weight: 700; font-size: 14px; color: var(--text); }
.voice .who { font-size: 12px; color: var(--muted); }

/* =========================================================
   はじめての方へ
   ========================================================= */
.first-links { display: flex; flex-direction: column; gap: 10px; }
.first-links a { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--navy); }
.first-links .ico { width: 18px; height: 18px; color: var(--magenta); }

/* =========================================================
   下層ページ共通
   ========================================================= */
.page-head { background: var(--navy); color: #fff; padding: 30px 0; }
.page-head h1 { font-size: 26px; font-weight: 900; }
.page-head p { margin: 6px 0 0; color: #c7d1ea; font-size: 14px; }
.breadcrumb { font-size: 12.5px; color: var(--muted); padding: 12px 0; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 6px; color: var(--line-2); }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.panel + .panel { margin-top: 18px; }

/* フォーム */
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-weight: 700; color: var(--navy); margin-bottom: 6px; font-size: 14.5px; }
.form-row label .req { display: inline-block; background: var(--magenta); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-left: 6px; vertical-align: middle; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; border: 1px solid var(--line-2); border-radius: 8px; padding: 12px 14px;
  font-family: inherit; font-size: 15px; color: var(--text); background: #fff;
}
.form-row textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 6px; }

/* FAQ アコーディオン */
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; margin-bottom: 12px; overflow: hidden; }
.faq-q { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; background: none; border: 0; padding: 16px 18px; font-weight: 700; color: var(--navy); font-size: 15px; }
.faq-q .q { color: var(--magenta); font-weight: 900; flex: none; }
.faq-q .chev { margin-left: auto; width: 12px; height: 12px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: .2s; flex: none; }
.faq-item.open .faq-q .chev { transform: rotate(-135deg); }
.faq-a { display: none; padding: 0 18px 18px 44px; color: var(--text); font-size: 14px; }
.faq-item.open .faq-a { display: block; }

/* 簡易グリッド（職種/エリア一覧ページ） */
.tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

/* =========================================================
   CTA 帯
   ========================================================= */
.cta-band { background: linear-gradient(100deg, var(--navy) 0%, var(--navy-2) 45%, var(--magenta) 130%); color: #fff; padding: 30px 0; }
.cta-band .inner { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.cta-band .txt b { font-size: 22px; font-weight: 900; display: block; }
.cta-band .txt span { color: #dbe2f4; font-size: 14px; }
.cta-band .actions { margin-left: auto; display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band .btn-outline { background: transparent; color: #fff; border-color: #fff; }
.cta-band .btn-outline:hover { background: #fff; color: var(--navy); }

/* モバイル固定CTA */
.sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: #fff; border-top: 1px solid var(--line); padding: 10px 12px; gap: 10px; box-shadow: 0 -4px 16px rgba(20,35,80,.1); }
.sticky-cta .btn { flex: 1; padding: 13px; font-size: 15px; }

/* =========================================================
   フッター（JSで挿入）
   ========================================================= */
.site-footer { background: var(--navy-deep); color: #b9c4e0; padding: 40px 0 90px; font-size: 13px; }
.footer-top { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 26px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand .logo { color: #fff; margin-bottom: 12px; }
.footer-brand .logo .mark { color: #fff; }
.footer-brand p { color: #93a0c4; font-size: 12.5px; line-height: 1.8; }
.footer-col h4 { color: #fff; font-size: 14px; margin-bottom: 12px; }
.footer-col a { display: block; padding: 5px 0; color: #b9c4e0; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { padding-top: 18px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; color: #8190b6; font-size: 12px; }
.footer-bottom nav { display: flex; gap: 16px; }

/* =========================================================
   レスポンシブ
   ========================================================= */
@media (max-width: 1080px) {
  .reasons { grid-template-columns: repeat(2, 1fr); }
  .reasons-title { grid-column: 1 / -1; }
}
@media (max-width: 1080px) {
  .gnav, .header-actions .link-soft, .header-actions .btn-head { display: none; }
  .hamburger { display: flex; }
  .header-actions .btn-head.keep { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .with-aside { grid-template-columns: 1fr; gap: 0; }
  html body .aside-sticky { position: static; }
  html body .with-aside aside { position: static; margin-top: 12px; }
  html body .with-aside aside .aside-box { position: static; margin-bottom: 12px; }
  html body .aside-search-hide-sp { display: none; }
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .voices { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .cond-row .lead { width: 100%; }
}
@media (max-width: 680px) {
  .section { padding: 32px 0; }
  .hero-title { font-size: 46px; }
  .search-grid { grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; min-width: 0; }
  .jobs-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .cond-grid { grid-template-columns: repeat(2, 1fr); }
  .tile-grid { grid-template-columns: 1fr; }
  .reasons { grid-template-columns: 1fr 1fr; gap: 16px; }
  .reason { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
  .reason .ico { width: 48px; height: 48px; }
  .reason b { font-size: 14px; }
  .reason span { font-size: 11.5px; }
  .flow { flex-direction: column; }
  .flow-arrow { transform: rotate(90deg); }
  .cta-band .actions { margin-left: 0; width: 100%; }
  .cta-band .btn { flex: 1; }
  .sticky-cta { display: flex; }
  .footer-top { grid-template-columns: 1fr; }
  body { padding-bottom: 0; }
}

/* =========================================================
   追加修正（モバイルヘッダー・カルーセル・コラム）
   ========================================================= */

/* カルーセル矢印はカードに被るため非表示（3枚で収まる／モバイルは縦積み） */
.carousel .nav-btn { display: none; }

/* スマホのヘッダー肥大化対策：会員登録ボタンを小さく＆ラベル短縮 */
@media (max-width: 1080px) {
  .sp-hide { display: none; }
  .header-actions .btn-head.keep { display: inline-flex; padding: 9px 14px; font-size: 13px; }
  .header-actions { gap: 8px; }
}
@media (max-width: 420px) {
  .logo { font-size: 17px; gap: 7px; }
  .logo .mark { width: 26px; height: 26px; }
  .header-actions .btn-head.keep { padding: 8px 11px; font-size: 12px; }
  .hero-title { font-size: 42px; }
}

/* 利用者の声などの flow-voices 列をモバイルで1カラムに */
@media (max-width: 1080px) {
  html body .flow-voices { grid-template-columns: 1fr; }
}

/* お仕事コラム（記事カード） */
.col-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.col-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: .18s; display: flex; flex-direction: column; }
.col-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.col-thumb { aspect-ratio: 16 / 9; background: #cdd6e6; position: relative; overflow: hidden; }
.col-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; position: absolute; inset: 0; }
.col-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.col-tags .tag { font-size: 11px; }
.col-thumb .badge { position: absolute; top: 10px; left: 10px; }
.col-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.col-title { font-size: 15px; font-weight: 800; color: var(--navy); line-height: 1.55; }
.col-date { font-size: 12px; color: var(--muted); margin-top: auto; }
@media (max-width: 1080px) { .col-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .col-grid { grid-template-columns: 1fr 1fr; } }

/* 記事本文（コラム詳細） */
.article { max-width: 760px; margin: 0 auto; }
.article h1 { font-size: 27px; color: var(--navy); line-height: 1.5; margin-bottom: 10px; }
.article .article-thumb { aspect-ratio: 16/8; background: #cdd6e6; border-radius: var(--radius); margin: 16px 0 22px; }
.article h2 { font-size: 20px; color: var(--navy); margin: 28px 0 12px; padding-left: 12px; border-left: 5px solid var(--magenta); }
.article p { margin: 0 0 16px; }
.article ul.dotted { margin: 0 0 16px; padding-left: 1.2em; list-style: disc; }
.article ul.dotted li { margin-bottom: 6px; }

/* =========================================================
   カルーセル（本物の横スライダー）
   ========================================================= */
.carousel { position: relative; }
.job-track {
  display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 4px 2px 14px; -webkit-overflow-scrolling: touch;
}
.job-track > .job-card { flex: 0 0 300px; scroll-snap-align: start; }
.job-track::-webkit-scrollbar { height: 8px; }
.job-track::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 99px; }
.job-track::-webkit-scrollbar-track { background: transparent; }

.carousel .nav-btn {
  position: absolute; top: 40%; width: 42px; height: 42px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line-2); box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center; color: var(--navy);
  font-size: 22px; z-index: 3; cursor: pointer; transition: .15s;
}
.carousel .nav-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.carousel .prev { left: -14px; }
.carousel .next { right: -14px; }
/* スマホはスワイプ操作。矢印は隠す */
@media (max-width: 1080px) {
  .carousel .nav-btn { display: none; }
  .job-track > .job-card { flex: 0 0 80%; }
}

/* =========================================================
   アニメーション
   ========================================================= */
/* ヒーロー読み込み演出（JS不要・最終状態は表示） */
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.hero-copy > * { animation: fadeUp .7s cubic-bezier(.2,.7,.2,1) both; }
.hero-eyebrow { animation-delay: .02s; }
.hero-title   { animation-delay: .10s; }
.hero-lead    { animation-delay: .18s; }
.hero-points  { animation-delay: .26s; }
.hero-cta     { animation-delay: .34s; }
.hero-note    { animation-delay: .42s; }
/* hero-collage animation removed (背景画像に統合済み) */

/* スクロール出現（JSが付いたときだけ隠す＝JS無効でも全部見える安全設計） */
.js-anim .reveal { opacity: 0; transform: translateY(20px); }
.js-anim .reveal.in { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
.js-anim .reveal.d1 { transition-delay: .06s; }
.js-anim .reveal.d2 { transition-delay: .12s; }
.js-anim .reveal.d3 { transition-delay: .18s; }

/* 動きを減らす設定の人には無効化（アクセシビリティ） */
@media (prefers-reduced-motion: reduce) {
  .hero-copy > * { animation: none; }
  .js-anim .reveal { opacity: 1; transform: none; }
}

/* カルーセルがグリッド列を押し広げないように閉じ込める（min-width:auto対策） */
.with-aside > * { min-width: 0; }
.carousel { min-width: 0; max-width: 100%; }
.job-track { width: 100%; }

/* =========================================================
   スライダー（transform方式・スクロールバーなし）
   ========================================================= */
.slider { position: relative; min-width: 0; }
.slider-viewport { overflow: hidden; padding: 4px; margin: -4px; }
.slider-track { display: flex; gap: 18px; transition: transform .45s cubic-bezier(.2,.7,.2,1); will-change: transform; }
.slider-track > .job-card { flex: 0 0 auto; }   /* 幅はJSが算出 */
.slider .nav-btn {
  position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line-2); box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center; color: var(--navy);
  font-size: 24px; line-height: 1; z-index: 4; cursor: pointer; transition: .15s;
}
.slider .nav-btn svg { width: 20px; height: 20px; }
.slider .nav-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.slider .nav-btn:disabled { opacity: 0; pointer-events: none; }
.slider .prev { left: -16px; }
.slider .next { right: -16px; }
.slider-dots { display: flex; gap: 8px; justify-content: center; margin-top: 18px; }
.slider-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: var(--line-2); cursor: pointer; padding: 0; transition: .2s; }
.slider-dots button.active { background: var(--magenta); width: 24px; border-radius: 99px; }
@media (max-width: 1080px) {
  .slider .prev { left: 2px; } .slider .next { right: 2px; }
  .slider .nav-btn { width: 38px; height: 38px; font-size: 20px; opacity: .92; }
}

/* =========================================================
   ローディング画面（プリローダー）
   ========================================================= */
.preloader { position: fixed; inset: 0; z-index: 9999; background: var(--navy); display: flex; align-items: center; justify-content: center; transition: opacity .55s ease, visibility .55s ease; }
.preloader.hide { opacity: 0; visibility: hidden; }
.pl-box { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.pl-logo { display: flex; align-items: center; gap: 9px; color: #fff; font-weight: 900; font-size: 22px; letter-spacing: .03em; }
.pl-logo svg { width: 30px; height: 30px; }
.pl-spinner { width: 40px; height: 40px; border: 3px solid rgba(255,255,255,.22); border-top-color: var(--magenta); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .pl-spinner { animation-duration: 2s; } }

/* =========================================================
   ★ デザイン忠実化：3カラムヒーロー / 横型求人カード / スライダー3枚
   ========================================================= */

/* --- ヒーロー：背景画像 + テキスト重ね + 検索box右配置 --- */
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 0.35fr;
  gap: 2%;
  align-items: start;
}
.hero > .container { position: relative; z-index: 1; }
.hero-inner .hero-copy { align-self: start; padding: 4px 0; overflow: visible; }
.hero-inner .hero-eyebrow { display: inline-block; }
.hero-inner .hero-title { font-size: clamp(40px, 4.2vw, 60px); white-space: nowrap; }
.hero-inner .hero-lead { font-size: 14.5px; margin: 12px 0 14px; }
/* hero-inner points → 後方で定義 */
.hero-inner .hero-cta { gap: 14px; display: flex; flex-wrap: wrap; }
.hero-inner .hero-cta .btn { flex: none; padding: 18px 36px; font-size: 17px; }
.hero-inner .hero-note { font-size: 12px; }

/* ヒーロー背景画像（テキスト側のみ・検索boxにはかからない） */
.hero {
  position: relative;
  background: var(--bg);
  padding-top: 26px;
  overflow: hidden;
}
/* KV画像レイヤー（中央〜右寄せ・検索boxにはかからない） */
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28%;
  right: 24%;
  height: 100%;
  background: url('../images/hero-kv.jpg') center / cover no-repeat;
  z-index: 0;
}
/* 画像の左端を白へフェードアウト */
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 28%;
  width: 25%;
  height: 100%;
  background: linear-gradient(to right, #fff, transparent);
  z-index: 0;
}

/* ヒーロー内検索box */
.hero-search { align-self: start; }
.hero-search .search-grid { grid-template-columns: 1fr 1fr; }

/* --- 横型求人カード（画像左・テキスト右）：デスクトップのみ --- */
@media (min-width: 761px) {
  .jobs-grid .job-card { flex-direction: row; align-items: stretch; }
  .jobs-grid .job-thumb { flex: 0 0 40%; aspect-ratio: auto; align-self: stretch; min-height: 100%; }
  .jobs-grid .job-body { flex: 1; padding: 13px 15px 14px; gap: 7px; }
  .jobs-grid .job-pay .num { font-size: 33px; }
  .jobs-grid .job-title { font-size: 15.5px; }
  .jobs-grid .job-meta { font-size: 12px; }
}

/* --- スライダー：3枚・右端クランプ・スクロールバーなし --- */
.slider-viewport { overflow: hidden; padding: 6px 0; margin: 0; }

/* =========================================================
   iPad Pro以下（〜1080px）：スマホレイアウト
   ========================================================= */
@media (max-width: 1080px) {
  .hero { padding-top: 0; overflow: visible; }
  /* KV画像を上部にフル幅ブロック表示 */
  .hero::before {
    position: relative;
    display: block;
    left: 0; right: 0; width: 100%; height: auto;
    aspect-ratio: 16 / 9;
  }
  .hero::after { display: none; }
  .hero > .container { position: static; }
  .hero-inner { grid-template-columns: 1fr; gap: 0; }
  .hero-inner .hero-copy { padding: 20px 0; }
  .hero-inner .hero-title { font-size: clamp(36px, 6vw, 50px); white-space: normal; }
  .hero-inner .hero-points { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
  .hero-inner .hero-point { align-items: center; gap: 12px; }
  .hero-inner .hero-point .ico { width: 36px; height: 36px; }
  .hero-inner .hero-point b { font-size: 13px; }
  .hero-inner .hero-point span { font-size: 11.5px; }
  .hero-inner .hero-cta .btn { flex: 1 1 100%; }
  .hero-search .search-grid { grid-template-columns: 1fr 1fr; }

  /* サイド＆グリッド */
  .with-aside { grid-template-columns: 1fr; }
  .col-grid { grid-template-columns: repeat(2, 1fr); }
  .home-bottom { grid-template-columns: 1fr; gap: 22px; }
  .home-bottom > .panel + .panel { border-left: 0; padding-left: 0; }
  .home-bottom > .panel:not(:last-child) { padding-right: 0; }

  /* 条件チップ：4列グリッド */
  .cond-chips {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .cond-chip {
    flex-direction: column;
    gap: 6px;
    padding: 14px 8px;
    text-align: center;
    font-size: 13px;
    justify-content: center;
  }
  .cond-more { grid-column: 1 / -1; text-align: right; margin-left: 0; }

  .job-pay .num { font-size: 30px; }
}

/* グリッドが広がるのを防止（min-width:auto対策） */
.hero-inner > * { min-width: 0; }

/* 検索ボックスのフィールドも縮小可能に（はみ出し防止） */
.search-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
.search-grid .field, .searchbar .field { min-width: 0; }
.field .select { min-width: 0; }

/* スマホ：ヘッダーを収める */
@media (max-width: 760px) {
  .logo-full { display: none; }
  .logo-short { display: inline; }
  .logo { font-size: 16px; gap: 7px; }
  .logo .mark { width: 24px; height: 24px; }
  .header-actions { gap: 8px; }
  .header-actions .btn-head.keep { padding: 8px 12px; font-size: 12px; }
  .header-actions .btn-head.keep .ico { width: 14px; height: 14px; }
  .site-header .bar { gap: 10px; }
}
@media (max-width: 400px) {
  .logo { font-size: 14px; gap: 5px; }
  .logo .mark { width: 20px; height: 20px; }
  .header-actions { gap: 6px; }
  .header-actions .btn-head.keep { padding: 7px 9px; font-size: 11px; }
  .hamburger { width: 38px; }
  .site-header .bar { gap: 6px; }
}

/* タブレット幅ではナビをハンバーガーに（横ナビのはみ出し防止） */
@media (max-width: 1080px) {
  .gnav, .header-actions .link-soft { display: none; }
  .hamburger { display: flex; }
  .header-actions .btn-head.keep { display: inline-flex; }
}

/* 検索結果ページ：横型カードは2列で表示 */
.jobs-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (max-width: 760px){ .jobs-grid { grid-template-columns: 1fr; } }

/* =========================================================
   ★ デザイン忠実化：条件タグ色分け / 下部3カラム(流れ・声・はじめて)
   ========================================================= */

/* 条件から探す：色は上部で統一定義済み */

/* 下部3カラム */
.home-bottom { display: grid; grid-template-columns: 0.92fr 1.35fr 1fr; gap: 22px; align-items: start; }
.home-bottom > .panel { height: 100%; }
.home-bottom h3.bk { font-size: 18px; color: var(--navy); font-weight: 900; margin-bottom: 2px; }
.home-bottom .bk-sub { font-size: 12.5px; color: var(--muted); margin: 0 0 16px; }

/* ご利用の流れ（横並びステップ） */
.flow2 { display: flex; align-items: center; gap: 6px; }
.flow2 .illust { width: 54px; height: 54px; color: var(--navy); flex: none; opacity: .9; }
.flow2 .step { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; flex: 1; min-width: 0; }
.flow2 .step .si { width: 44px; height: 44px; color: var(--navy); }
.flow2 .step b { font-size: 11.5px; font-weight: 700; color: var(--navy); line-height: 1.3; }
.flow2 .ar { color: var(--line-2); font-size: 16px; flex: none; }

/* 利用者の声（3つ・中央ピンク強調） */
.voices3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.voice3 { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; row-gap: 2px; align-items: start; }
.voice3 .av { grid-column: 1; grid-row: 1 / 3; align-self: center; width: 42px; height: 42px; border-radius: 50%; overflow: hidden; background: #cdd6e6; flex: none; }
.voice3 .av img { width: 100%; height: 100%; object-fit: cover; }
.voice3 .vt { grid-column: 2; grid-row: 1; font-size: 12.5px; font-weight: 700; color: var(--text); line-height: 1.5; margin: 0; }
.voice3 .who { grid-column: 2; grid-row: 2; font-size: 11px; color: var(--muted); }
/* .voice3.feat → 末尾の追加CSSで吹き出し風に定義 */

/* はじめての方へ */
.firstbox { display: flex; gap: 14px; align-items: flex-start; justify-content: space-between; }
.first-links2 { display: flex; flex-direction: column; gap: 12px; }
.first-links2 a { display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--navy); font-size: 14px; }
.first-links2 .ck { width: 20px; height: 20px; color: var(--magenta); flex: none; }
.firstbox .fi { width: 96px; flex: none; align-self: center; }
.firstbox .fi img { width: 100%; height: auto; }

@media (max-width: 1080px) {
  .home-bottom { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .voices3 { grid-template-columns: 1fr; gap: 16px; }
  .voice3 { flex-direction: row; align-items: flex-start; }
  .voice3.feat { padding: 12px 14px; }
  .voice3.feat .av { border: 2px solid rgba(255,255,255,.5); }
  .flow2 .illust { display: none; }
}

/* ★ 求人カード：デザインに合わせてコンパクト化（タグ1行・背を低く） */
@media (min-width: 761px) { .jobs-grid .job-thumb { flex: 0 0 37%; } }
.job-body { padding: 12px 14px; gap: 6px; }
.job-title { font-size: 14.5px; line-height: 1.4; }
.job-loc { font-size: 12px; }
.job-pay { gap: 4px; flex-wrap: wrap; }
.job-pay .lbl { font-size: 12px; white-space: nowrap; flex: none; }
.job-pay .num { font-size: 29px; }
.job-pay .unit { font-size: 12px; white-space: nowrap; }
.job-hourly { font-size: 11.5px; }
.job-tags { gap: 5px; }
.job-tags .tag { font-size: 10.5px; padding: 3px 7px; white-space: nowrap; }
.job-thumb .badges { gap: 5px; }
.job-thumb .badges .badge { font-size: 10px; padding: 3px 6px; }
.job-meta { font-size: 11px; }

/* ★ 下部（選ばれる理由／流れ・声・はじめて）をデザイン通りフラット＆コンパクトに */
.section:has(.reasons) { padding: 26px 0; }
.section:has(.home-bottom) { padding: 26px 0 34px; }

.home-bottom { grid-template-columns: 0.95fr 1.4fr 1.05fr; gap: 0; align-items: start; }
.home-bottom > .panel + .panel { border-left: 1px solid var(--line); padding-left: 3%; }
.home-bottom > .panel:not(:last-child) { padding-right: 3%; }
.home-bottom .panel { background: none; border: 0; box-shadow: none; padding: 0; height: auto; border-radius: 0; }
.home-bottom .bk-sub { margin: 0 0 14px; }

/* 選ばれる理由：丸背景アイコン（デザイン準拠） → 末尾の追加CSSで定義 */
.reasons { gap: 18px; }

@media (max-width: 1080px) {
  .home-bottom { grid-template-columns: 1fr; gap: 22px; }
  .home-bottom > .panel + .panel { border-left: 0; padding-left: 0; }
  .home-bottom > .panel:not(:last-child) { padding-right: 0; }
}

/* ★ ヒーロー：検索ボックスをコンパクトに */
.searchbox { padding: 18px; }
.search-grid { gap: 9px 14px; }
.field label { margin-bottom: 6px; font-size: 12.5px; }
.field .select select, .field .select .fake { min-height: 42px; padding: 10px 36px 10px 0; font-size: 14px; }
.field .select .fi { width: 17px; height: 17px; }
.search-submit { margin-top: 4px; }
.search-submit.btn { padding: 12px; }
.search-clear { margin-top: 0; }
.hero-inner .hero-lead { margin: 10px 0 12px; font-size: 14px; }
/* hero-inner points margin → 後方で定義 */
.hero-inner .hero-cta { gap: 10px; }
.hero-inner .hero-note { margin-top: 10px; }

/* ★ ヒーロー：ポイントを3列横並び・小さく / 見出しを大きく（デザイン準拠） */
.hero-inner .hero-title { font-size: clamp(44px, 5vw, 68px); line-height: 1.04; }
.hero-inner .hero-points { display: flex; gap: 20px; margin-bottom: 20px; }
.hero-inner .hero-point { gap: 10px; align-items: flex-start; }
.hero-inner .hero-point b { font-size: 14px; line-height: 1.35; }
.hero-inner .hero-point span { font-size: 12px; line-height: 1.4; }

/* =========================================================
   ★ デザイン準拠追加修正
   ========================================================= */

/* 1. 「稼ぐ」斜体スタイル */
.hero-title em {
  font-style: italic;
  font-size: 1.05em;
}

/* 2. ヒーローポイント：アイコン */

/* 5. モバイル：条件チップを4列グリッドに */
@media (max-width: 760px) {
  .cond-chips {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .cond-chip {
    flex-direction: column;
    gap: 6px;
    padding: 14px 8px;
    text-align: center;
    font-size: 13px;
    justify-content: center;
  }
  .cond-more {
    grid-column: 1 / -1;
    text-align: right;
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .cond-chips { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .cond-chip { padding: 10px 4px; font-size: 11.5px; }
}

/* 6. 選ばれる理由：丸背景アイコン */
.reason .ico {
  width: 64px; height: 64px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 50%;
  padding: 12px;
  color: var(--navy);
  opacity: 1;
}

/* 7. 利用者の声：中央カードの吹き出し風デザイン */
.voice3.feat {
  position: relative;
  background: var(--magenta);
  border: none;
  border-radius: 14px;
  padding: 12px 14px;
  color: #fff;
}
.voice3.feat .vt {
  color: #fff;
  font-weight: 800;
}
.voice3.feat .who {
  color: rgba(255,255,255,.8);
}
.voice3.feat::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 24px;
  width: 0; height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--magenta);
}

/* =========================================================
   ページネーション
   ========================================================= */
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 40px 0;
}
.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: .18s;
}
.nav-links .page-numbers:hover {
  border-color: var(--magenta);
  color: var(--magenta);
  box-shadow: 0 3px 10px rgba(230,0,104,.1);
  transform: translateY(-1px);
}
.nav-links .page-numbers.current {
  background: var(--magenta);
  color: #fff;
  border-color: var(--magenta);
  box-shadow: 0 4px 12px rgba(230,0,104,.25);
}
.nav-links .prev,
.nav-links .next {
  font-size: 14px;
  padding: 0 18px;
  gap: 4px;
}
.nav-links .dots {
  border: 0;
  background: none;
  min-width: auto;
  padding: 0 4px;
  color: var(--muted);
}
@media (max-width: 480px) {
  .nav-links .page-numbers { min-width: 36px; height: 36px; font-size: 13px; padding: 0 10px; }
  .nav-links { gap: 4px; }
}

/* =========================================================
   記事コンテンツ（コラム詳細・求人詳細共通）
   ========================================================= */
.entry-content {
  font-size: 16px;
  line-height: 2;
  color: var(--text);
  word-break: break-all;
  overflow-wrap: break-word;
}
.entry-content h2 {
  font-size: 22px;
  font-weight: 900;
  color: var(--navy);
  margin: 40px 0 16px;
  padding: 0 0 10px;
  border-bottom: 3px solid var(--magenta);
  line-height: 1.4;
}
.entry-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin: 32px 0 12px;
  padding-left: 14px;
  border-left: 4px solid var(--magenta);
  line-height: 1.4;
}
.entry-content h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin: 24px 0 10px;
}
.entry-content p {
  margin: 0 0 20px;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 20px;
  padding-left: 24px;
}
.entry-content li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.entry-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  background: var(--magenta);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 10px;
  transition: .18s;
  box-shadow: 0 4px 12px rgba(230,0,104,.2);
  max-width: 320px;
  margin: 8px 0;
}
.entry-content a:hover {
  background: var(--magenta-dk);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(230,0,104,.3);
}
.entry-content a::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}
/* 見出し内のリンクはボタンにしない */
.entry-content h2 a, .entry-content h3 a, .entry-content h4 a {
  display: inline;
  background: none;
  color: inherit;
  padding: 0;
  box-shadow: none;
  text-decoration: underline;
  font-size: inherit;
}
.entry-content h2 a::after, .entry-content h3 a::after, .entry-content h4 a::after {
  content: none;
}
.entry-content blockquote {
  margin: 20px 0;
  padding: 16px 20px;
  background: var(--bg-2);
  border-left: 4px solid var(--navy);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 15px;
  color: var(--navy);
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  margin: 16px 0;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.entry-content th, .entry-content td {
  padding: 10px 14px;
  border: 1px solid var(--line);
  text-align: left;
}
.entry-content th {
  background: var(--bg-2);
  font-weight: 700;
  color: var(--navy);
}
.entry-content strong {
  color: var(--navy);
  font-weight: 800;
}
.entry-content em {
  color: var(--magenta);
  font-style: normal;
  font-weight: 700;
}
/* 目次風のボックス（手動用） */
.entry-content .toc-box {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 20px 0 30px;
}
.entry-content .toc-box h4 {
  margin: 0 0 10px;
  font-size: 15px;
}
.entry-content .toc-box ol {
  margin: 0;
  padding-left: 20px;
}
.entry-content .toc-box li {
  margin-bottom: 4px;
  font-size: 14px;
}

/* =========================================================
   Contact Form 7 スタイル
   ========================================================= */
.wpcf7 form { max-width: 100%; }
.wpcf7 p { margin-bottom: 14px; }
.wpcf7 label { display: block; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.wpcf7 form h3 { font-size: 17px; color: var(--navy); border-bottom: 2px solid var(--magenta); padding-bottom: 8px; margin: 28px 0 14px; }
.wpcf7 .wpcf7-form-control-wrap { display: block; margin-bottom: 4px; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%; box-sizing: border-box; padding: 12px 14px;
  border: 1px solid var(--line-2); border-radius: 9px; background: #fff;
  font-family: inherit; font-size: 15px; color: var(--text); transition: .18s;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
  outline: none; border-color: var(--magenta); box-shadow: 0 0 0 3px rgba(230,0,104,.1);
}
.wpcf7 textarea { min-height: 120px; resize: vertical; }
.wpcf7 select { appearance: none; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234b5573' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 14px center; padding-right: 38px; }
.wpcf7 input[type="date"] { color: var(--text); }
.wpcf7 input[type="submit"] {
  display: block; width: 100%; padding: 16px; background: var(--magenta); color: #fff;
  border: none; border-radius: var(--radius-sm); font-family: inherit;
  font-size: 17px; font-weight: 800; cursor: pointer; transition: .18s;
  box-shadow: 0 6px 16px rgba(230,0,104,.28);
}
.wpcf7 input[type="submit"]:hover { background: var(--magenta-dk); transform: translateY(-1px); }
.wpcf7 .wpcf7-not-valid-tip { color: var(--magenta); font-size: 13px; margin-top: 4px; }
.wpcf7 form .wpcf7-response-output {
  border: none; padding: 14px 18px; margin: 16px 0;
  border-radius: 10px; font-size: 14px; font-weight: 700;
}
.wpcf7 .wpcf7-mail-sent-ok { background: #e8f5e9; color: #2e7d32; }
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-acceptance-missing { background: #fff3e0; color: #e65100; }
.req { display: inline-block; background: var(--magenta); color: #fff; font-size: 11px; font-weight: 700; padding: 1px 6px; border-radius: 4px; margin-left: 6px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.form-row input, .form-row textarea {
  width: 100%; box-sizing: border-box; padding: 12px 14px;
  border: 1px solid var(--line-2); border-radius: 9px; background: #fff;
  font-family: inherit; font-size: 15px; color: var(--text);
}
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--magenta); box-shadow: 0 0 0 3px rgba(230,0,104,.1); }
.form-row textarea { min-height: 150px; resize: vertical; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 10px; }
.btn-block { display: block; width: 100%; text-align: center; }
.form-row-half { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 480px) { .form-row-half { grid-template-columns: 1fr; } }
.wpcf7 form .wpcf7-checkbox, .wpcf7 form .wpcf7-radio { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 form .wpcf7-radio .wpcf7-list-item { display: block; }
@media (max-width: 760px) {
  .wpcf7 form .wpcf7-checkbox, .wpcf7 form .wpcf7-radio { grid-template-columns: 1fr 1fr; gap: 8px; }
  .wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item label { padding: 14px 12px; font-size: 14px; min-height: 50px; }
}
@media (max-width: 400px) {
  .wpcf7 form .wpcf7-checkbox, .wpcf7 form .wpcf7-radio { grid-template-columns: 1fr 1fr; }
  .wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item label { padding: 12px 10px; font-size: 13px; }
}
.wpcf7 .wpcf7-list-item { margin: 0; }
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item label {
  display: flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 14px; color: var(--navy);
  cursor: pointer; padding: 12px 14px;
  border: 2px solid #d8dce6; border-radius: 10px;
  background: #fff; transition: all .15s ease;
  min-height: 48px; user-select: none;
  box-sizing: border-box; white-space: nowrap;
}
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item label:active { transform: scale(0.98); }
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item label:hover { border-color: #a0a8ba; }
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"],
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"] {
  appearance: none; -webkit-appearance: none;
  width: 22px; height: 22px; min-width: 22px; min-height: 22px;
  border: 2px solid #c0c8d8; border-radius: 50%;
  margin: 0; flex: none;
  background: #fff; transition: .15s; cursor: pointer;
  padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
}
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked,
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"]:checked {
  background: var(--navy); border-color: var(--navy);
}
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked::after,
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"]:checked::after {
  content: "";
  width: 5px; height: 9px;
  border: solid #fff; border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}
.wpcf7 form .wpcf7-form-control-wrap .wpcf7-list-item label:has(input:checked) {
  border-color: var(--navy); background: #eef1f8;
}
.wpcf7 form .readonly-field,
input.readonly-field,
textarea.readonly-field { background: var(--bg-2); color: var(--navy); font-weight: 700; }

.entry-figure {
  margin: 24px 0;
}
.entry-figure img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
@media (max-width: 760px) {
  .entry-content { font-size: 15px; line-height: 1.9; }
  .entry-content h2 { font-size: 19px; margin: 32px 0 14px; }
  .entry-content h3 { font-size: 16px; margin: 24px 0 10px; }
  .entry-figure { margin: 18px 0; }
}

/* =========================================================
   ユーティリティ・抽出クラス（インラインstyle置き換え）
   ========================================================= */

/* --- セクション修飾 --- */
.section-no-pb { padding-bottom: 0; }
.section-alt { background: var(--bg-2); }

/* --- コンテナ幅バリエーション --- */
.container-sm { max-width: 600px; }
.container-md { max-width: 760px; }
.container-lg { max-width: 860px; }

/* --- ページネーション外枠 --- */
.pagination-wrap { text-align: center; margin-top: 30px; }

/* --- 空状態パネル --- */
.panel-empty { text-align: center; padding: 40px; }
.empty-title { font-size: 18px; font-weight: 700; color: var(--navy); }
.empty-sub { color: var(--muted); margin: 10px 0 20px; }
.empty-text { font-size: 16px; color: var(--muted); }
.empty-text-sm { font-size: 13px; color: var(--muted); }
.empty-inline { text-align: center; color: var(--muted); }

/* --- 条件チップ中央揃え --- */
.cond-chips-center { justify-content: center; }

/* --- フォーム見出し --- */
.form-heading { color: var(--navy); font-size: 20px; margin-bottom: 6px; }

/* --- パネル見出し（求人詳細等） --- */
.panel-heading { color: var(--navy); font-size: 18px; margin-bottom: 16px; }
.panel-heading-tight { color: var(--navy); font-size: 18px; margin-bottom: 12px; }

/* --- FAQカテゴリ見出し --- */
.faq-cat-heading { color: var(--navy); font-size: 20px; margin: 30px 0 18px; }

/* --- FAQページ追加コンテンツ --- */
.faq-extra-content { margin-top: 30px; }

/* --- CF7未インストール時メッセージ --- */
.cf7-missing { color: var(--muted); }

/* --- 求人応募ページ：応募先求人カード --- */
.apply-job-summary { margin-bottom: 24px; display: flex; gap: 16px; align-items: center; }
.apply-job-thumb { flex: 0 0 100px; height: 70px; border-radius: 8px; overflow: hidden; }
.apply-job-thumb img { width: 100%; height: 100%; object-fit: cover; }
.apply-job-title { font-weight: 800; color: var(--navy); font-size: 16px; margin: 0 0 4px; }
.apply-job-meta { font-size: 13px; color: var(--muted); margin: 0; }

/* --- 求人詳細：画像パネル --- */
.panel-flush { padding: 0; overflow: hidden; }

/* --- 求人詳細：メイン画像 --- */
.panel-img-full { width: 100%; height: auto; display: block; }

/* --- 求人詳細：バッジ行 --- */
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0; }

/* --- 求人詳細：給与余白 --- */
.job-pay-mb { margin-bottom: 10px; }

/* --- 求人詳細：時給テキスト --- */
.hourly-text { font-size: 15px; }
.hourly-detail { color: var(--muted); }

/* --- 求人詳細テーブル --- */
.job-detail-table { width: 100%; }
.job-detail-table th {
  width: 30%;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  color: var(--navy);
}
.job-detail-table td {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

/* --- 求人詳細サイドバー --- */
.aside-heading { font-size: 17px; font-weight: 900; color: var(--navy); margin-bottom: 12px; }
.aside-pay { margin-bottom: 12px; }
.aside-pay .num { font-size: 28px; }
.aside-apply-btn { margin-bottom: 10px; }
.aside-apply-note { font-size: 12px; color: var(--muted); text-align: center; }

/* --- コラム詳細：アイキャッチパネル --- */
.panel-eyecatch { padding: 0; overflow: hidden; border-radius: var(--radius); }
.panel-eyecatch img { width: 100%; height: auto; display: block; }

/* --- コラム詳細：記事メタ行 --- */
.article-meta { display: flex; align-items: center; gap: 12px; margin: 16px 0; flex-wrap: wrap; }
.article-date { font-size: 13px; color: var(--muted); }

/* --- コラム詳細：記事内CTA --- */
.article-cta { background: var(--bg-2); text-align: center; padding: 30px; }
.article-cta-title { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.article-cta-sub { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.article-cta-buttons { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.article-cta-buttons .btn { width: 100%; max-width: 300px; text-align: center; }

/* --- コラム詳細：サイドバー --- */
.aside-heading-lg { font-size: 17px; font-weight: 900; color: var(--navy); margin-bottom: 14px; }
.sidebar-cat-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.sidebar-cat-link {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 12px; background: var(--bg); border-radius: 8px;
  font-weight: 700; color: var(--navy); font-size: 14px;
}
.sidebar-cat-count { font-size: 12px; color: var(--muted); }
.sidebar-post-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.sidebar-post-link { display: flex; gap: 10px; align-items: flex-start; }
.sidebar-post-thumb { flex: 0 0 70px; height: 50px; border-radius: 6px; overflow: hidden; background: var(--bg); }
.sidebar-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-post-title { font-size: 13px; font-weight: 700; color: var(--navy); line-height: 1.4; }
.aside-search-btn { margin-bottom: 8px; }
