/* 建設A「ごうけつ」: 黒×イエロー×極太タイポ。9パターン中最も攻めた設計。 */
body.pat-kg {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #111;
  color: #f4f4f4;
  line-height: 1.9;
}

.pat-kg .site-header { background: #111; border-bottom: 4px solid #fbbf24; }
.pat-kg .site-header__name { color: #fff; font-weight: 900; }
.pat-kg .site-header__tel { color: #fbbf24; }
.pat-kg .site-footer { background: #000; }

/* CTAバー上書き: 電話とLINEの2本だけ・デカく */
.kg-bar { background: #000; border-top: 3px solid #fbbf24; }
.kg-bar__tel { background: #fbbf24; color: #111 !important; font-size: 16px; }
.kg-bar__line { background: #06c755; color: #fff; }

/* ヒーロー: 給与をデカく */
.kg-hero { position: relative; overflow: hidden; }
.kg-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.kg-hero__inner { position: relative; padding: 60px 22px 48px; max-width: 760px; margin: 0 auto; }
.kg-hero__company { font-weight: 900; color: #fbbf24; letter-spacing: .2em; font-size: 13px; }
.kg-hero__title {
  font-size: 42px; font-weight: 900; line-height: 1.25; margin: 12px 0 22px;
  text-shadow: 0 4px 18px rgba(0,0,0,.6);
}
.kg-hero__nums { display: grid; gap: 8px; margin-bottom: 24px; }
.kg-hero__num {
  background: rgba(0,0,0,.65); border-left: 6px solid #fbbf24;
  padding: 10px 16px; display: flex; align-items: baseline; gap: 12px;
}
.kg-hero__num-label { color: #fbbf24; font-weight: 900; font-size: 13px; flex-shrink: 0; }
.kg-hero__num-value { font-weight: 900; font-size: 18px; }
.kg-hero__note { font-size: 12px; color: #d4d4d4; margin-top: 12px; }

/* ボタン */
.kg-btn {
  display: inline-block; background: #fbbf24; color: #111;
  font-weight: 900; font-size: 17px; padding: 17px 34px;
  text-decoration: none; clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}
.kg-btn--big { font-size: 24px; padding: 20px 44px; }
.kg-btn--line { background: #06c755; color: #fff; }

/* 数字3連発: 斜め切り欠きの帯 */
.kg-nums {
  background: #fbbf24; color: #111;
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  padding: 56px 22px; display: grid; gap: 26px;
  text-align: center;
}
.kg-num__value { font-size: 52px; font-weight: 900; line-height: 1.1; letter-spacing: -.02em; }
.kg-num__label { font-weight: 900; font-size: 15px; margin-top: 4px; }
.kg-num__note { font-size: 12px; margin-top: 4px; color: #4d3a00; }

/* セクション */
.kg-section { padding: 56px 22px; max-width: 760px; margin: 0 auto; }
.kg-section--gray { background: #1c1c1c; max-width: none; }
.kg-section--gray > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.kg-h2 {
  font-size: 28px; font-weight: 900; margin-bottom: 30px;
  border-left: 8px solid #fbbf24; padding-left: 14px; line-height: 1.3;
}

/* 成長ステップ */
.kg-steps { display: grid; gap: 0; }
.kg-step { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid #333; }
.kg-step__year {
  font-size: 22px; font-weight: 900; color: #fbbf24; min-width: 86px;
  line-height: 1.3;
}
.kg-step__title { font-weight: 900; font-size: 17px; }
.kg-step__text { font-size: 14px; color: #c9c9c9; margin-top: 4px; }
.kg-step__salary { font-weight: 900; color: #fbbf24; margin-top: 6px; font-size: 15px; }

/* 社長の一言 */
.kg-shacho { background: #fbbf24; color: #111; padding: 48px 22px; }
.kg-shacho__photo {
  width: 130px; height: 130px; object-fit: cover; border-radius: 50%;
  border: 5px solid #111; margin: 0 auto 18px; display: block;
}
.kg-shacho__title { font-size: 24px; font-weight: 900; text-align: center; margin-bottom: 14px; }
.kg-shacho__body { max-width: 640px; margin: 0 auto; font-weight: bold; }
.kg-shacho__body p { margin-bottom: .8em; }
.kg-shacho__name { text-align: right; max-width: 640px; margin: 10px auto 0; font-weight: 900; }

/* 求人 */
.kg-job {
  display: block; border: 3px solid #fbbf24; padding: 22px; margin-bottom: 16px;
  text-decoration: none; color: #f4f4f4; background: #181818;
}
.kg-job__type { display: inline-block; background: #fbbf24; color: #111; font-weight: 900; font-size: 12px; padding: 2px 12px; }
.kg-job__title { font-size: 21px; font-weight: 900; margin-top: 8px; }
.kg-job__salary { font-size: 19px; font-weight: 900; color: #fbbf24; margin-top: 6px; }
.kg-job__more { display: block; text-align: right; font-weight: 900; color: #fbbf24; font-size: 14px; margin-top: 8px; }

/* ぶっちゃけFAQ */
.kg-faq { border-bottom: 2px solid #333; }
.kg-faq__q { padding: 16px 30px 16px 0; font-weight: 900; font-size: 15px; cursor: pointer; list-style: none; position: relative; }
.kg-faq__q::after { content: "＋"; position: absolute; right: 0; color: #fbbf24; font-weight: 900; }
details[open] .kg-faq__q::after { content: "−"; }
.kg-faq__a { padding: 0 0 16px; font-size: 14px; color: #c9c9c9; }

/* 会社概要 */
.pat-kg .company-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pat-kg .company-table th, .pat-kg .company-table td { border-bottom: 1px solid #333; padding: 12px 8px; text-align: left; vertical-align: top; }
.pat-kg .company-table th { color: #fbbf24; font-weight: 900; white-space: nowrap; width: 7em; }
.pat-kg .company-table a { color: #fbbf24; }

/* 締め */
.kg-closing { text-align: center; padding: 64px 22px 80px; background: linear-gradient(180deg, #111, #000); }
.kg-closing__title { font-size: 34px; font-weight: 900; line-height: 1.4; margin-bottom: 10px; }
.kg-closing__note { color: #c9c9c9; font-size: 14px; margin-bottom: 26px; }
.kg-closing__sub { margin-top: 18px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.kg-closing__form { color: #888; font-size: 13px; text-decoration: underline; }

@media (min-width: 768px) {
  .kg-hero__title { font-size: 58px; }
  .kg-nums { grid-template-columns: repeat(3, 1fr); }
  .kg-shacho { display: flex; gap: 32px; align-items: flex-start; justify-content: center; }
  .kg-shacho__photo { margin: 0; flex-shrink: 0; }
  .kg-shacho__title { text-align: left; }
}
