/* =========================================================
   便利屋エムズ / 高齢者生活サポート
   Design: BRIGHT & FRIENDLY（お助け本舗を参考／白基調・オレンジ×グリーン）
   エムズ合同会社（M's G.K.）
   ========================================================= */

:root {
  /* 便利屋：ビビッドオレンジ */
  --orange:    #F47814;
  --orange-d:  #DA6200;
  --orange-l:  #FFF1E2;
  /* グリーン（生活・安心／高齢者サポート主役） */
  --green:     #57AE33;
  --green-d:   #418823;
  --green-l:   #EEF7E7;
  /* 差し色 */
  --red:       #E23B2E;      /* 緊急・電話 */
  --yellow:    #FFCE2E;      /* ハイライト */
  --sky:       #2A9BD4;      /* リンク・法人 */

  --ink:       #35302b;
  --ink-2:     #6d655c;
  --line:      #ece7df;
  --bg:        #ffffff;
  --bg-2:      #fbf8f3;
  --white:     #fff;

  --disp:  "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  --sans:  "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;

  --maxw: 1160px;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow: 0 8px 24px rgba(120, 90, 40, .12);
  --shadow-sm: 0 4px 14px rgba(120, 90, 40, .10);
  --shadow-orange: 0 10px 24px rgba(244, 120, 20, .30);
  --shadow-green: 0 10px 24px rgba(87, 174, 51, .28);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 18px; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.9;
  font-size: 1.06rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.hidden-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ic { width: 1.3em; height: 1.3em; fill: none; stroke: currentColor; stroke-width: 2;
      stroke-linecap: round; stroke-linejoin: round; vertical-align: -0.26em; }

/* =========================================================
   ヘッダー
   ========================================================= */
.site-header { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.97);
  backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); box-shadow: 0 2px 10px rgba(0,0,0,.03); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 8px 0; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand .logo {
  width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center;
  background: var(--orange); color: #fff; border-radius: 50%;
  font-family: var(--disp); font-weight: 700; font-size: 1.15rem; box-shadow: var(--shadow-orange);
}
.brand .logo-img { width: 54px; height: 54px; flex: 0 0 auto; object-fit: contain; }
.footer-brand-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.footer-brand-logo img { width: 46px; height: 46px; object-fit: contain; }
.footer-brand-logo b { font-family: var(--disp); font-weight: 700; font-size: 1.5rem; color: #fff; }
.brand b { font-family: var(--disp); font-weight: 700; font-size: 1.42rem; color: var(--orange-d); display: block; line-height: 1.2; letter-spacing: .02em; white-space: nowrap; }
.brand small { font-size: .74rem; color: var(--ink-2); font-weight: 700; white-space: nowrap; }

.nav { display: flex; align-items: center; gap: 14px; }
.nav a.link { font-weight: 700; font-size: .95rem; position: relative; padding: 4px 0; white-space: nowrap; }
.nav a.link:hover { color: var(--orange-d); }
.nav .nav-tel { font-family: var(--disp); font-weight: 700; font-size: 1.12rem; color: var(--red); display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.nav .btn-nav { background: var(--green); color: #fff; padding: 11px 20px; border-radius: 999px; font-weight: 800; box-shadow: var(--shadow-green); transition: transform .12s, filter .12s; white-space: nowrap; }
.nav .btn-nav:hover { transform: translateY(-2px); filter: brightness(1.05); color: #fff; }
.nav-toggle { display: none; background: var(--orange); color: #fff; border: none; font-size: 1.5rem; width: 52px; height: 52px; border-radius: 14px; cursor: pointer; }

/* =========================================================
   ボタン
   ========================================================= */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--disp); font-weight: 700; font-size: 1.12rem; padding: 17px 36px;
  border-radius: 999px; cursor: pointer; border: none; transition: transform .12s, filter .12s, box-shadow .12s; }
.btn:hover { transform: translateY(-3px); filter: brightness(1.04); }
.btn-orange { background: var(--orange); color: #fff; box-shadow: var(--shadow-orange); }
.btn-green  { background: var(--green);  color: #fff; box-shadow: var(--shadow-green); }
.btn-red    { background: var(--red);    color: #fff; box-shadow: 0 10px 24px rgba(226,59,46,.3); }
.btn-white  { background: #fff; color: var(--orange-d); box-shadow: var(--shadow); }
.btn-outline{ background: #fff; color: var(--ink); border: 2px solid var(--line); box-shadow: var(--shadow-sm); }
.btn .ic { width: 1.15em; height: 1.15em; stroke-width: 2.4; }

/* =========================================================
   セクション見出し
   ========================================================= */
.section { padding: 84px 0; }
.section-sm { padding: 54px 0; }
.bg-tint { background: var(--bg-2); }
.bg-orange-l { background: var(--orange-l); }
.bg-green-l { background: var(--green-l); }

.sec-head { text-align: center; margin-bottom: 52px; }
.sec-head .ey { display: inline-flex; align-items: center; gap: 8px; font-family: var(--disp); font-weight: 700;
  font-size: 1rem; color: var(--orange-d); background: var(--orange-l); padding: 7px 20px; border-radius: 999px; margin-bottom: 18px; }
.sec-head.green .ey { color: var(--green-d); background: var(--green-l); }
.sec-head h2 { font-family: var(--disp); font-weight: 700; font-size: clamp(1.9rem, 4.6vw, 2.8rem); line-height: 1.4; letter-spacing: .02em; }
.sec-head h2 .mk { color: var(--orange); }
.sec-head.green h2 .mk { color: var(--green-d); }
.sec-head p { margin-top: 14px; font-size: 1.1rem; color: var(--ink-2); }

/* =========================================================
   ヒーロー（便利屋）
   ========================================================= */
.hero { background:
    radial-gradient(1200px 400px at 85% -10%, var(--orange-l), transparent 60%),
    radial-gradient(900px 400px at 0% 110%, var(--green-l), transparent 55%),
    var(--bg);
  padding: 66px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; align-items: center; }
.hero .catch { display: inline-flex; align-items: center; gap: 10px; font-family: var(--disp); font-weight: 700;
  color: #fff; background: var(--green); padding: 8px 20px; border-radius: 999px; box-shadow: var(--shadow-green); margin-bottom: 22px; font-size: 1rem; }
.hero h1 { font-family: var(--disp); font-weight: 700; font-size: clamp(2.4rem, 6.4vw, 4rem); line-height: 1.28; letter-spacing: .01em; }
.hero h1 .hl { color: var(--orange); }
.hero h1 .u { background: linear-gradient(transparent 60%, var(--yellow) 60%); padding: 0 .06em; }
.hero .lead { font-size: 1.2rem; margin: 24px 0 32px; max-width: 28em; color: var(--ink-2); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }

.hero-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 30px; border: 1px solid var(--line); }
.hero-card .hc-top { font-family: var(--disp); font-weight: 700; font-size: 1.2rem; display: flex; align-items: center; gap: 10px; color: var(--ink); }
.hero-card .hc-top .ic { color: var(--red); }
.hero-card .big-tel { font-family: var(--disp); font-weight: 700; color: var(--red); font-size: clamp(2.1rem, 5.5vw, 2.9rem); line-height: 1.1; display: flex; align-items: center; gap: 12px; margin: 8px 0; }
.hero-card .sub { color: var(--ink-2); font-weight: 700; }
.hero-card .free { display: inline-block; margin-top: 14px; font-family: var(--disp); font-weight: 700; background: var(--yellow); color: var(--ink); padding: 6px 18px; border-radius: 999px; }

/* 信頼バー */
.trust-bar { background: var(--orange); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { text-align: center; padding: 22px 12px; border-right: 1px solid rgba(255,255,255,.25); }
.trust-item:last-child { border-right: none; }
.trust-item .ic { width: 2rem; height: 2rem; }
.trust-item b { display: block; font-family: var(--disp); font-weight: 700; font-size: 1.3rem; line-height: 1.3; }
.trust-item span { font-size: .9rem; opacity: .95; }

/* =========================================================
   サービスカテゴリカード（◆箇条書き）
   ========================================================= */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .14s, box-shadow .14s; display: flex; flex-direction: column; }
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.cat-card .cc-top { display: flex; align-items: center; gap: 12px; padding: 18px 22px; color: #fff; font-family: var(--disp); font-weight: 700; font-size: 1.28rem; background: var(--orange); }
.cat-card:nth-child(3n+2) .cc-top { background: var(--green); }
.cat-card:nth-child(3n+3) .cc-top { background: var(--sky); }
.cat-card .cc-top .ic { width: 1.7em; height: 1.7em; }
.cat-card ul { list-style: none; padding: 20px 24px; flex: 1; }
.cat-card li { position: relative; padding-left: 26px; margin: 9px 0; font-size: 1.04rem; }
.cat-card li::before { content: "◆"; position: absolute; left: 0; color: var(--orange); font-size: .85em; top: .15em; }
.cat-card:nth-child(3n+2) li::before { color: var(--green); }
.cat-card:nth-child(3n+3) li::before { color: var(--sky); }
.cat-card .cc-foot { padding: 0 24px 22px; font-family: var(--disp); font-weight: 700; color: var(--orange-d); }
.cat-card:nth-child(3n+2) .cc-foot { color: var(--green-d); }
.cat-card:nth-child(3n+3) .cc-foot { color: var(--sky); }

/* =========================================================
   ランキング
   ========================================================= */
.rank-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.rank-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 16px 22px; text-align: center;
  box-shadow: var(--shadow-sm); position: relative; transition: transform .14s; }
.rank-card:hover { transform: translateY(-5px); }
.rank-card .medal { position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--disp); font-weight: 700; color: #fff; font-size: 1.15rem; box-shadow: var(--shadow-sm); background: var(--orange); }
.rank-card:nth-child(1) .medal { background: #f0a500; }
.rank-card:nth-child(2) .medal { background: #a7b0b8; }
.rank-card:nth-child(3) .medal { background: #cd7f4a; }
.rank-card .ic { width: 2.4rem; height: 2.4rem; color: var(--orange); margin: 14px auto 8px; display: block; }
.rank-card h3 { font-family: var(--disp); font-weight: 700; font-size: 1.1rem; }

/* =========================================================
   料金カード
   ========================================================= */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { background: #fff; border: 2px solid var(--line); border-radius: var(--radius); padding: 32px 26px; text-align: center; box-shadow: var(--shadow-sm); }
.price-card .pl { font-family: var(--disp); font-weight: 700; color: #fff; background: var(--orange); display: inline-block; padding: 6px 20px; border-radius: 999px; margin-bottom: 16px; }
.price-card.green .pl { background: var(--green); }
.price-card .amt { font-family: var(--disp); font-weight: 700; color: var(--orange-d); font-size: 3rem; line-height: 1; }
.price-card.green .amt { color: var(--green-d); }
.price-card .amt small { font-size: 1.05rem; color: var(--ink-2); }
.price-card .pn { margin-top: 12px; color: var(--ink-2); font-weight: 600; }
.free-tag { display: inline-block; font-family: var(--disp); font-weight: 700; background: var(--yellow); color: var(--ink); padding: 6px 18px; border-radius: 999px; }

/* =========================================================
   2サービス分岐
   ========================================================= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.split-card { border-radius: var(--radius-lg); padding: 40px 36px; color: #fff; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.split-card.benri { background: linear-gradient(135deg, var(--orange), var(--orange-d)); }
.split-card.senior { background: linear-gradient(135deg, var(--green), var(--green-d)); }
.split-card .lbl { font-family: var(--disp); font-weight: 700; opacity: .95; }
.split-card h3 { font-family: var(--disp); font-weight: 700; font-size: 2rem; margin: 6px 0 14px; }
.split-card p { font-size: 1.06rem; margin-bottom: 26px; opacity: .98; }
.split-card .go { display: inline-flex; align-items: center; gap: 10px; font-family: var(--disp); font-weight: 700; font-size: 1.1rem;
  background: #fff; color: var(--ink); padding: 14px 28px; border-radius: 999px; box-shadow: var(--shadow-sm); transition: transform .12s; }
.split-card.benri .go { color: var(--orange-d); }
.split-card.senior .go { color: var(--green-d); }
.split-card .go:hover { transform: translateX(4px); }

/* =========================================================
   CTA 帯（大きな電話）
   ========================================================= */
.cta { border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--orange), var(--orange-d)); color: #fff; text-align: center; padding: 56px 40px; box-shadow: var(--shadow); }
.cta.green { background: linear-gradient(135deg, var(--green), var(--green-d)); }
.cta.red { background: linear-gradient(135deg, #ef5a3f, var(--red)); }
.cta h2 { font-family: var(--disp); font-weight: 700; font-size: clamp(1.8rem, 4.5vw, 2.5rem); margin-bottom: 8px; }
.cta p { font-size: 1.12rem; opacity: .97; margin-bottom: 22px; }
.cta .big-tel { display: inline-flex; align-items: center; gap: 14px; font-family: var(--disp); font-weight: 700; font-size: clamp(2.4rem, 7vw, 3.6rem); line-height: 1; color: #fff; }
.cta .big-tel .ic { width: 1em; height: 1em; }
.cta .note { margin-top: 10px; font-weight: 700; opacity: .95; }
.cta .cta-actions { margin-top: 24px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   ヒーロー（高齢者）
   ========================================================= */
.hero-senior { background:
    radial-gradient(1100px 420px at 80% -10%, var(--green-l), transparent 60%),
    var(--bg); padding: 68px 0; }
.hero-senior-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.hero-senior .catch { display: inline-flex; align-items: center; gap: 10px; font-family: var(--disp); font-weight: 700; color: #fff; background: var(--green); padding: 8px 20px; border-radius: 999px; box-shadow: var(--shadow-green); margin-bottom: 22px; }
.hero-senior h1 { font-family: var(--disp); font-weight: 700; color: var(--green-d); font-size: clamp(2.2rem, 5.6vw, 3.6rem); line-height: 1.35; margin-bottom: 16px; }
.hero-senior .lead { font-size: 1.2rem; color: var(--ink-2); margin-bottom: 24px; }
.pillars { display: flex; gap: 14px; flex-wrap: wrap; }
.pillars .p2 { display: flex; align-items: center; gap: 10px; font-family: var(--disp); font-weight: 700; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px 18px; box-shadow: var(--shadow-sm); }
.pillars .p2 .ic { color: var(--green); width: 1.5em; height: 1.5em; }

.plan-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line); }
.plan-card .pt { background: var(--green); color: #fff; text-align: center; font-family: var(--disp); font-weight: 700; font-size: 1.35rem; padding: 18px; }
.plan-card table { width: 100%; border-collapse: collapse; }
.plan-card td { padding: 15px 26px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
.plan-card td:first-child { font-weight: 700; color: var(--ink-2); }
.plan-card td:last-child { text-align: right; font-family: var(--disp); font-weight: 700; color: var(--green-d); }
.plan-card tr:last-child td { border-bottom: none; }

/* 悩み */
.trouble-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.trouble-item { display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; box-shadow: var(--shadow-sm); }
.trouble-item .qn { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; background: var(--green-l); color: var(--green-d); font-family: var(--disp); font-weight: 700; font-size: 1.4rem; display: grid; place-items: center; }
.trouble-item p { font-size: 1.06rem; }
.say { text-align: center; margin-top: 34px; font-family: var(--disp); font-weight: 700; font-size: clamp(1.4rem, 3.6vw, 2rem); color: var(--green-d); }

/* 安心ポイント */
.point-list { display: grid; gap: 20px; }
.point-item { display: flex; gap: 24px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 34px; box-shadow: var(--shadow-sm); }
.point-item .pn { flex: 0 0 auto; width: 64px; height: 64px; border-radius: 50%; background: var(--green); color: #fff; font-family: var(--disp); font-weight: 700; font-size: 1.8rem; display: grid; place-items: center; }
.point-item:nth-child(2) .pn { background: var(--orange); }
.point-item:nth-child(3) .pn { background: var(--sky); }
.point-item h3 { font-family: var(--disp); font-weight: 700; font-size: 1.4rem; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.point-item p { color: var(--ink-2); }

/* フロー */
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.flow-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; text-align: center; box-shadow: var(--shadow-sm); position: relative; }
.flow-item .st { display: inline-block; font-family: var(--disp); font-weight: 700; color: #fff; background: var(--green); font-size: .85rem; padding: 4px 14px; border-radius: 999px; letter-spacing: .05em; }
.flow-item .fic { width: 2.8rem; height: 2.8rem; color: var(--green); margin: 14px auto 8px; display: block; }
.flow-item h3 { font-family: var(--disp); font-weight: 700; font-size: 1.25rem; margin-bottom: 6px; }
.flow-item p { font-size: .98rem; color: var(--ink-2); }
.flow-grid.orange .st, .flow-grid.orange { }

/* =========================================================
   会社概要
   ========================================================= */
.page-hero { background: linear-gradient(135deg, var(--orange), var(--orange-d)); color: #fff; padding: 56px 0; }
.page-hero .ey { font-family: var(--disp); font-weight: 700; opacity: .9; letter-spacing: .1em; }
.page-hero h1 { font-family: var(--disp); font-weight: 700; font-size: clamp(2.2rem, 5vw, 3rem); margin: 6px 0; }
.page-hero p { font-size: 1.1rem; opacity: .97; }
.page-hero.green { background: linear-gradient(135deg, var(--green), var(--green-d)); }

.info-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.info-table th, .info-table td { padding: 20px 26px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 1.05rem; }
.info-table th { width: 210px; background: var(--orange-l); font-family: var(--disp); font-weight: 700; color: var(--orange-d); }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: none; }

.biz-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.biz-item { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 26px; font-family: var(--disp); font-weight: 700; font-size: 1.18rem; box-shadow: var(--shadow-sm); }
.biz-item .ic { width: 1.9em; height: 1.9em; color: var(--orange); flex: 0 0 auto; }

/* =========================================================
   フォーム
   ========================================================= */
.contact-methods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 40px; }
.method { background: #fff; border: 2px solid var(--line); border-radius: var(--radius); padding: 32px; text-align: center; box-shadow: var(--shadow-sm); }
.method .ic { width: 2.6rem; height: 2.6rem; color: var(--orange); }
.method.mail .ic { color: var(--green); }
.method .big { font-family: var(--disp); font-weight: 700; color: var(--red); font-size: 2rem; margin: 8px 0; }
.method.mail .big { color: var(--green-d); font-size: 1.4rem; }
.method small { color: var(--ink-2); font-weight: 700; }

.form-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 44px; }
.form-row { margin-bottom: 24px; }
.form-row label { display: block; font-family: var(--disp); font-weight: 700; font-size: 1.12rem; margin-bottom: 10px; }
.form-row label .req { font-size: .72rem; font-weight: 800; color: #fff; background: var(--red); padding: 3px 10px; border-radius: 6px; margin-left: 8px; vertical-align: 2px; }
.form-row label .opt { font-size: .72rem; font-weight: 800; color: var(--ink-2); background: var(--line); padding: 3px 10px; border-radius: 6px; margin-left: 8px; vertical-align: 2px; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 15px 18px; font-family: inherit; font-size: 1.08rem; border: 2px solid var(--line); border-radius: 14px; background: var(--bg-2); transition: border-color .15s, background .15s; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--orange); background: #fff; }
.form-row textarea { min-height: 160px; resize: vertical; }
.form-actions { text-align: center; margin-top: 8px; }
.form-note { background: var(--orange-l); border-radius: 14px; padding: 18px 22px; font-size: 1rem; color: var(--ink-2); margin-top: 26px; }

/* 送信結果メッセージ */
.form-msg { display: none; border-radius: 14px; padding: 18px 22px; font-weight: 700; margin-top: 20px; font-size: 1.05rem; }
.form-msg.show { display: block; }
.form-msg.ok { background: var(--green-l); color: var(--green-d); border: 2px solid var(--green); }
.form-msg.ng { background: #fdecea; color: var(--red); border: 2px solid var(--red); }

/* =========================================================
   求人ページ
   ========================================================= */
.job-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.job-card { background: #fff; border: 2px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.job-card .jc-top { padding: 22px 28px; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.job-card.fulltime .jc-top { background: var(--orange); }
.job-card.parttime .jc-top { background: var(--green); }
.job-card .jc-top .type { font-family: var(--disp); font-weight: 700; font-size: 1.5rem; }
.job-card .jc-top .tag { background: rgba(255,255,255,.25); padding: 5px 15px; border-radius: 999px; font-weight: 700; font-size: .85rem; flex: 0 0 auto; }
.job-card .salary { padding: 24px 28px 10px; }
.job-card .salary .lbl { color: var(--ink-2); font-weight: 700; }
.job-card .salary .amt { font-family: var(--disp); font-weight: 700; font-size: 2.2rem; color: var(--orange-d); line-height: 1.25; }
.job-card.parttime .salary .amt { color: var(--green-d); }
.job-card .salary .amt small { font-size: 1rem; color: var(--ink-2); font-weight: 700; }
.job-card dl { padding: 10px 28px 28px; margin: 0; }
.job-card dl > div { display: flex; gap: 16px; padding: 13px 0; border-top: 1px solid var(--line); }
.job-card dt { flex: 0 0 104px; font-family: var(--disp); font-weight: 700; color: var(--ink); }
.job-card dd { margin: 0; color: var(--ink-2); flex: 1; }
.job-card .apply { padding: 0 28px 28px; }
.job-card .apply .btn { width: 100%; }

/* =========================================================
   フッター
   ========================================================= */
.site-footer { background: #2f2a25; color: #cfc7bc; padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-grid h4 { font-family: var(--disp); color: #fff; font-size: 1.15rem; margin-bottom: 14px; }
.footer-grid a { display: block; padding: 6px 0; color: #cfc7bc; font-weight: 600; }
.footer-grid a:hover { color: var(--yellow); }
.footer-brand { font-family: var(--disp); font-weight: 700; font-size: 1.5rem; color: #fff; margin-bottom: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; text-align: center; font-size: .92rem; color: #a49a8d; }

/* =========================================================
   よくある質問（アコーディオン）
   ========================================================= */
.faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 16px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-list summary { list-style: none; cursor: pointer; padding: 22px 26px; font-family: var(--disp); font-weight: 700; font-size: 1.14rem; display: flex; gap: 14px; align-items: center; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .q { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px; background: var(--orange); color: #fff; font-family: var(--disp); font-weight: 700; font-size: 1.15rem; display: grid; place-items: center; }
.faq-list summary .plus { margin-left: auto; flex: 0 0 auto; color: var(--orange); font-size: 1.5rem; font-weight: 700; transition: transform .2s; }
.faq-list details[open] summary .plus { transform: rotate(45deg); }
.faq-list .a { display: flex; gap: 14px; padding: 0 26px 24px; color: var(--ink-2); font-size: 1.05rem; }
.faq-list .a .amark { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px; background: var(--green-l); color: var(--green-d); font-family: var(--disp); font-weight: 700; font-size: 1.15rem; display: grid; place-items: center; }
.faq-list .a p { flex: 1; padding-top: 4px; }

/* =========================================================
   お客様の声
   ========================================================= */
.message-box { max-width: 940px; margin: 0 auto; background: var(--orange-l); border-radius: var(--radius-lg); padding: 40px 44px; border-left: 8px solid var(--orange); box-shadow: var(--shadow-sm); }
.message-box h3 { font-family: var(--disp); font-weight: 700; font-size: 1.5rem; color: var(--orange-d); margin-bottom: 14px; display: flex; align-items: center; gap: 12px; }
.message-box p { font-size: 1.1rem; line-height: 2; }
.message-box p + p { margin-top: 12px; }

.voice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.voice-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 28px; display: flex; flex-direction: column; }
.voice-head { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.voice-av { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 50%; background: var(--orange-l); color: var(--orange-d); font-family: var(--disp); font-weight: 700; font-size: 1.2rem; display: grid; place-items: center; }
.voice-card:nth-child(2n) .voice-av { background: var(--green-l); color: var(--green-d); }
.voice-meta b { font-family: var(--disp); font-weight: 700; font-size: 1.05rem; display: block; }
.voice-meta .stars { color: var(--yellow); display: flex; gap: 1px; margin-top: 2px; }
.voice-meta .stars svg { width: 1.05em; height: 1.05em; fill: var(--yellow); stroke: var(--yellow); }
.voice-cat { display: inline-block; align-self: flex-start; background: var(--green-l); color: var(--green-d); font-family: var(--disp); font-weight: 700; font-size: .82rem; padding: 4px 14px; border-radius: 999px; margin-bottom: 12px; }
.voice-card:nth-child(2n) .voice-cat { background: var(--orange-l); color: var(--orange-d); }
.voice-card .vtext { font-size: 1.04rem; line-height: 1.9; }

/* スマホ固定電話バー */
.callbar { display: none; }

/* =========================================================
   レスポンシブ
   ========================================================= */
@media (max-width: 1240px) {
  /* ナビ項目が増えたため、早めにハンバーガーへ */
  .nav { display: none; }
  .nav-toggle { display: block; }
  .nav.open { display: flex; flex-direction: column; align-items: flex-start; gap: 16px;
    position: absolute; top: 78px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line);
    padding: 22px; box-shadow: var(--shadow); z-index: 210; }
}
@media (max-width: 980px) {
  .hero-grid, .hero-senior-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .rank-grid { grid-template-columns: repeat(3, 1fr); }
  .price-grid { grid-template-columns: 1fr; }
  .flow-grid { grid-template-columns: repeat(2, 1fr); }
  .job-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  html { font-size: 17px; }
  .nav { display: none; }
  .nav-toggle { display: block; }
  .nav.open { display: flex; flex-direction: column; align-items: flex-start; gap: 16px;
    position: absolute; top: 78px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line);
    padding: 22px; box-shadow: var(--shadow); }
  .section { padding: 58px 0; }
  .cat-grid, .split, .trouble-grid, .contact-methods, .biz-grid, .flow-grid, .voice-grid { grid-template-columns: 1fr; }
  .rank-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(1), .trust-item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .info-table th { width: 120px; }
  .form-wrap { padding: 26px 20px; }
  .callbar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 300; box-shadow: 0 -4px 14px rgba(0,0,0,.12); }
  .callbar a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--disp); font-weight: 700; font-size: 1.1rem; padding: 15px; color: #fff; }
  .callbar .c-tel { background: var(--red); }
  .callbar .c-form { background: var(--green); }
  body { padding-bottom: 60px; }
}
