/* 建設B「しごとば」: 白×オリーブグリーン×写真グリッド。
 * 施工事例ギャラリーの清潔感で施主の信頼を作る集客型。 */
body.pat-kw {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #fff;
  color: #2d2a26;
  line-height: 1.95;
}

.pat-kw .site-header { border-bottom: 1px solid #e5e1da; }
.pat-kw .site-footer { background: #3a4a2e; }

/* CTAバー上書き: 電話＋見積もり */
.kw-bar__tel { background: #fff; color: #4d6635; border: 2px solid #4d6635; }
.kw-bar__quote { background: #4d6635; color: #fff; font-size: 15px; }

/* ヒーロー: 施工写真の上に白パネル */
.kw-hero { position: relative; }
.kw-hero__img { width: 100%; height: 340px; object-fit: cover; display: block; }
.kw-hero__panel {
  background: #fff; margin: -60px 16px 0; position: relative;
  padding: 26px 22px; box-shadow: 0 8px 30px rgba(60, 50, 30, .12);
  text-align: center; border-top: 4px solid #4d6635;
}
.kw-hero__area { font-size: 12px; color: #4d6635; font-weight: bold; letter-spacing: .1em; }
.kw-hero__title { font-size: 22px; line-height: 1.7; margin: 10px 0; }
.kw-hero__sub { font-size: 13px; color: #6b6557; margin-bottom: 18px; }
.kw-hero__note { font-size: 12px; color: #8a8374; margin-top: 10px; }

/* ボタン */
.kw-btn {
  display: inline-block; padding: 16px 36px; font-weight: bold;
  text-decoration: none; font-size: 16px; border-radius: 6px;
}
.kw-btn--main { background: #4d6635; color: #fff; box-shadow: 0 4px 12px rgba(77, 102, 53, .35); }

/* セクション */
.kw-section { padding: 52px 20px; max-width: 860px; margin: 0 auto; }
.kw-section--tint { background: #f6f4ef; max-width: none; }
.kw-section--tint > * { max-width: 860px; margin-left: auto; margin-right: auto; }
.kw-h2 {
  text-align: center; font-size: 23px; margin-bottom: 12px; position: relative; padding-bottom: 14px;
}
.kw-h2::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 48px; height: 3px; background: #4d6635; }
.kw-lead { text-align: center; font-size: 13px; color: #6b6557; margin-bottom: 28px; }

/* 施工事例: 写真カード（写真なしでもテキストで成立） */
.kw-cases { display: grid; gap: 20px; }
.kw-case { background: #fff; border: 1px solid #e5e1da; border-radius: 8px; overflow: hidden; }
.kw-case__img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.kw-case__img--empty { display: flex; align-items: center; justify-content: center; font-size: 56px; background: #f6f4ef; }
.kw-case__body { padding: 16px 18px 18px; }
.kw-case__title { font-size: 16px; font-weight: bold; }
.kw-case__meta {
  display: inline-block; background: #eef2e4; color: #4d6635; font-size: 12px;
  font-weight: bold; padding: 3px 10px; border-radius: 4px; margin: 8px 0;
}
.kw-case__text { font-size: 13px; color: #6b6557; }

/* 選ばれる理由 */
.kw-reasons { display: grid; gap: 16px; }
.kw-reason { background: #fff; border-radius: 8px; padding: 24px 20px; text-align: center; }
.kw-reason__no {
  width: 40px; height: 40px; border-radius: 50%; background: #4d6635; color: #fff;
  font-weight: bold; font-size: 18px; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
}
.kw-reason__title { font-size: 17px; font-weight: bold; margin-bottom: 8px; }
.kw-reason__body { font-size: 14px; color: #6b6557; text-align: left; }

/* 施工の流れ */
.kw-steps { list-style: none; max-width: 560px; margin: 0 auto; }
.kw-step { display: flex; gap: 16px; padding: 14px 0; align-items: flex-start; }
.kw-step + .kw-step { border-top: 1px dashed #d8d2c6; }
.kw-step__no {
  width: 32px; height: 32px; border-radius: 50%; border: 2px solid #4d6635; color: #4d6635;
  font-weight: bold; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.kw-step__title { font-weight: bold; }
.kw-step__body { font-size: 13px; color: #6b6557; }

/* お客様の声 */
.kw-voice { background: #fff; border-radius: 8px; padding: 20px; margin-bottom: 14px; border-left: 4px solid #4d6635; }
.kw-voice__body { font-size: 14px; }
.kw-voice__meta { font-size: 12px; color: #4d6635; font-weight: bold; margin-top: 10px; }

/* 会社概要 */
.pat-kw .company-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pat-kw .company-table th, .pat-kw .company-table td { border-bottom: 1px solid #e5e1da; padding: 12px 8px; text-align: left; vertical-align: top; }
.pat-kw .company-table th { color: #8a8374; font-weight: normal; white-space: nowrap; width: 7em; }
.kw-map { margin-top: 18px; border-radius: 8px; overflow: hidden; }
.kw-map iframe { width: 100%; height: 280px; border: 0; display: block; }

/* 採用は控えめな帯 */
.kw-recruit { background: #3a4a2e; color: #fff; padding: 28px 20px; }
.kw-recruit__inner { max-width: 860px; margin: 0 auto; }
.kw-recruit__label { font-size: 12px; font-weight: bold; letter-spacing: .2em; color: #c3d4ae; }
.kw-recruit__text { font-size: 15px; margin: 4px 0 10px; }
.kw-recruit__job { display: block; color: #fff; font-size: 14px; font-weight: bold; padding: 6px 0; }

/* 締め: 見積もりへ */
.kw-closing { text-align: center; padding: 56px 20px 64px; background: #f6f4ef; }
.kw-closing__title { font-size: 21px; line-height: 1.8; margin-bottom: 22px; }
.kw-closing__tel { margin-top: 20px; font-size: 13px; color: #6b6557; }
.kw-closing__tel-num { font-size: 26px; font-weight: bold; color: #4d6635; text-decoration: none; }
.kw-closing__tel span { font-size: 12px; }

@media (min-width: 768px) {
  .kw-hero__img { height: 440px; }
  .kw-hero__panel { max-width: 680px; margin: -80px auto 0; padding: 36px; }
  .kw-hero__title { font-size: 27px; }
  .kw-cases { grid-template-columns: repeat(2, 1fr); }
  .kw-reasons { grid-template-columns: repeat(3, 1fr); }
}
