@charset "UTF-8";
/*
 * ======================================
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * .gcs-header / __logo / __name / __tel        - サイト固有ヘッダー（sticky+blur・ロゴ横社名・電話ラベル付き）
 * .gcs-cta / __title / __tel / __mail          - CONTACT帯（深緑・電話カード＋メールボタン）
 * .gcs-foot / __dl / __row / __nav / __map     - ダークフッター本体（会社情報dl＋地図）
 * .gcs-foot-bottom                             - コピーライト行（2カラム）
 * .gcs-eyebrow / --light                       - EN小ラベル（見出し上）
 * .gcs-sec-head                                - 中央寄せセクション見出しラッパー
 * .gcs-hero / __slide / __dot / __copy         - TOPヒーロースライドショー
 * .gcs-mvmsg / __grid / __body / .gcs-btn      - MV下メッセージ（見出し＋テキスト＋ピラー横並び）
 * .gcs-pillars / __circle / __result           - 2本柱ピラー（丸アイコン→支え合い→基盤）
 * .gcs-biz / __card / __no / __arrow           - TOP事業内容バナーカード
 * .gcs-recruit / __panel                       - TOP採用バンド
 * .gcs-topics / __row                          - TOP新着情報
 * .gcs-phero / __label / __lead                - 下層ページヒーロー（写真＋緑グラデ）
 * .gcs-lead                                    - 下層リード（左見出し＋右本文）
 * .gcs-svc / __img / __lead / __point          - 事業サービスブロック
 * .gcs-note-box / --warn                       - 注意・安心コールアウト
 * .gcs-box-cta                                 - 下層内 深緑CTAボックス
 * .gcs-reason                                  - アイコンカード（安心ポイント）
 * .gcs-strength / __no                         - 採用4つの強みカード
 * .gcs-day / __col / __time                    - 1日の流れタイムライン
 * .gcs-benefit                                 - 福利厚生カード
 * .gcs-req                                     - 募集要項テーブル（dl）
 * .gcs-flow / __step / __arrow                 - 選考フロー
 * .gcs-apply                                   - 応募CTAボックス
 * .gcs-form / __cat / __field                  - お問い合わせフォーム
 * .gcs-thanks                                  - 送信完了
 * .gcs-post                                    - 新着一覧の記事行
 * .pages                                       - ページネーション（CMS .pages/.page_prev/.page_next）
 * .gcs-article                                 - 記事詳細本文
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * ・構造不足：ロゴ横に社名テキストを添えるヘッダー、写真＋深緑グラデの下層ヒーロー、
 *   写真バナー左下にナンバー＋見出し＋説明を重ねる事業カード
 * ・装飾パターン不足：Ken Burns付きフェードスライドショー（CMS非依存の軽量版）
 * ・値の粒度不足：デザイン指定の余白・角なし（radius:0）・深緑#274E08帯
 */

/* --------------------------------------------------------------------------
 * Font Awesome 家族名の補正（共通CSSの疑似要素は "Font Awesome 5 Free" を参照するが
 * 読み込むのは v6 のため、疑似要素側を v6 家族名に合わせる）
 * ------------------------------------------------------------------------ */
.header__tel::before,
.footer-cta__tel::before,
.footer-cta__mail::before,
.sp-nav__link::after,
.btn-cta-tel::before {
  font-family: "Font Awesome 6 Free" !important;
}

/* 汎用トーン */
body { letter-spacing: 0.02em; }
main h1, main h2, main h3, main h4, main h5 { font-family: "Noto Serif JP", serif; }

/* EN小ラベル（各セクションのアイキャッチ） */
.gcs-eyebrow {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #3F7A0C;
  margin: 0 0 8px;
}
.gcs-eyebrow--light { color: #71BE1A; }
.gcs-eyebrow--wide { letter-spacing: 0.28em; }

/* 中央寄せセクション見出し */
.gcs-sec-head { text-align: center; margin-bottom: 44px; }
.gcs-sec-head h2 {
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  color: #1c1c1c;
}
.gcs-sec-head p.gcs-sec-head__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  color: #5c584f;
  margin: 20px auto 0;
  max-width: 720px;
}

/* ==========================================================================
 * HEADER
 * ======================================================================== */
.gcs-header.header-bar {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: saturate(1.1) blur(6px);
  backdrop-filter: saturate(1.1) blur(6px);
  border-bottom: 1px solid #e7e3db;
  box-shadow: none;
}
.gcs-header .header__inner {
  max-width: 1240px;
  height: 100px;
  padding: 0 28px;
  gap: 24px;
}
.gcs-header__logo { display: flex; align-items: center; gap: 14px; }
.gcs-header__logo img { height: 80px; width: auto; padding: 7px; }
.gcs-header__name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #111;
  font-weight: 600;
  line-height: 1.5;
  border-left: 1px solid #d8d3c8;
  padding-left: 14px;
}
.gcs-header .header__nav { gap: 26px; margin-right: 0; }
.gcs-header .header__nav-item a { padding: 8px 0; }
.gcs-header .header__nav-item a::after { display: none; }
.gcs-header .header__nav-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #111;
  margin-top: 0;
}
.gcs-header .header__nav-item--current a::after { width: 100%; left: 0; }
.gcs-header .header__nav-item--current .header__nav-ja { color: #3F7A0C; font-weight: 700; }

.gcs-header__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  text-decoration: none;
}
.gcs-header__tel-label { font-size: 1.1rem; letter-spacing: 0.08em; color: #8a8578; }
.gcs-header__tel-num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.02em;
  color: #3F7A0C;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.gcs-header__tel-num i { font-size: 0.7em; }

@media (max-width: 1100px) {
  .gcs-header .header__inner { height: 80px; padding: 0 16px; }
  .gcs-header__logo img { height: 70px; padding: 4px; }
}
@media (max-width: 480px) {
  /* スマホでも会社名を表示（狭い画面向けにサイズと余白を調整） */
  .gcs-header__logo img { height: 52px; padding: 0; }
  .gcs-header__name { font-size: 1.35rem; letter-spacing: 0.02em; padding-left: 9px; line-height: 1.45; }
}

/* SPナビ：デザインに合わせ深緑グラデ（共通クラスの base_color で概ね一致） */
.sp-nav__en { text-transform: uppercase; }

/* ==========================================================================
 * CONTACT 帯（contact-cta.php）
 * ======================================================================== */
.gcs-cta { padding: 0; }
.gcs-cta::before { background: #274E08; }
.gcs-cta .footer-cta__inner {
  max-width: 1240px;
  padding: 64px 28px;
  gap: 40px;
  grid-template-columns: 1.4fr 1fr;
}
.gcs-cta__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.22em;
  color: #71BE1A;
  text-align: left;
  margin: 0 0 14px;
}
.gcs-cta__title {
  font-size: clamp(2.6rem, 3vw, 3.6rem);
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 18px;
  color: #fff;
}
.gcs-cta .footer-cta__desc { color: #dcecc4; font-size: 1.4rem; line-height: 1.9; }
.gcs-cta__left { max-width: 620px; }
.gcs-cta__right { gap: 14px; min-width: 280px; }
.gcs-cta__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 16px 22px;
  transition: background 0.25s ease;
}
.gcs-cta__tel:hover { background: rgba(255, 255, 255, 0.14); opacity: 1; }
.gcs-cta__tel-icon {
  width: 50px; height: 50px; border-radius: 50%; flex: none;
  background: #71BE1A; color: #173300;
  display: flex; align-items: center; justify-content: center; font-size: 1.8rem;
}
.gcs-cta__tel-body { display: flex; flex-direction: column; gap: 2px; align-items: center; text-align: center; }
.gcs-cta__tel-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #71BE1A;
}
.gcs-cta__tel-num { font-size: 2.8rem; font-weight: 700; color: #fff; line-height: 1.15; }
.gcs-cta__tel-note { font-size: 1.15rem; color: #dcecc4; }
.gcs-cta__mail {
  text-align: center;
  background: #fff;
  color: #274E08;
  text-decoration: none;
  padding: 17px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background 0.25s ease;
}
.gcs-cta__mail:hover { background: #e9f4d6; color: #274E08; opacity: 1; }
@media (max-width: 860px) {
  .gcs-cta .footer-cta__inner { grid-template-columns: 1fr; text-align: left; }
}

/* ==========================================================================
 * FOOTER 本体
 * ======================================================================== */
.gcs-foot.footer-body--dark { background: #111; padding: 56px 0; }
.gcs-foot__inner {
  max-width: 1240px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
}
.gcs-foot .footer-body__left,
.gcs-foot .footer-body__right { width: 100%; }
.gcs-foot__logo { margin-bottom: 22px; }
.gcs-foot__logo img { height: 76px; width: auto; filter: none; margin-bottom: 14px; display: block; }
.gcs-foot__name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.gcs-foot__dl { margin: 0; font-size: 1.35rem; line-height: 2; color: #c8c4ba; }
.gcs-foot__row { display: flex; gap: 14px; }
.gcs-foot__row dt { min-width: 88px; color: #8a8578; margin: 0; }
.gcs-foot__row dd { margin: 0; }
.gcs-foot__nav { margin-top: 28px; gap: 14px 26px; }
.gcs-foot__nav .footer-body__nav-item a { color: #e9e6df; font-size: 1.4rem; }
.gcs-foot__nav .footer-body__nav-item a:hover { color: #71BE1A; }
.gcs-foot__map-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  color: #8fd94f;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.gcs-foot__map {
  width: 100%;
  height: 280px;
  margin: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.gcs-foot__map iframe { filter: grayscale(0.3) contrast(1.05); }
.gcs-foot__map-note { font-size: 1.2rem; color: #fff; margin: 10px 0 0; }

.gcs-foot-bottom.footer-bottom--dark { background: #111; border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 22px 0; }
.gcs-foot-bottom__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.gcs-foot-bottom .footer-bottom__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  color: #8a8578;
}
.gcs-foot-bottom__rep { font-size: 1.2rem; color: #8a8578; }
@media (max-width: 860px) {
  .gcs-foot__inner { grid-template-columns: 1fr; gap: 36px; }
}

/* ==========================================================================
 * TOP : HERO スライドショー
 * ======================================================================== */
.gcs-hero {
  position: relative;
  width: 100%;
  height: min(94vh, 820px);
  overflow: hidden;
  background: #15300a;
}
/* メインスライダー（CMS）: #slideshow がヒーロー全面を占め、上にテキストを重ねる */
.gcs-hero__slideshow { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #15300a; }
.gcs-hero__slideshow img { width: 100%; height: 100%; object-fit: cover; display: block; }
#slideshow .swiper, #slideshow .swiper-wrapper, #slideshow .swiper-slide, #cms-slider-1-1-area { height: 100%; }

.gcs-hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; }
.gcs-hero__slide.is-on { opacity: 1; z-index: 1; animation: gcsKen 6s ease forwards; }
.gcs-hero__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes gcsKen { from { transform: scale(1.02); } to { transform: scale(1.12); } }

.gcs-hero__mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(16, 38, 8, 0.2);
  pointer-events: none;
}
.gcs-hero__body { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; pointer-events: none; }
.gcs-hero__inner { max-width: 1240px; margin: 0 auto; padding: 0 28px; width: 100%; }
.gcs-hero__copy { max-width: 900px; margin: 0 auto; text-align: center; }
.gcs-hero__since {
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  letter-spacing: 0.1em;
  color: #71BE1A;
  margin: 0 0 18px;
}
.gcs-hero__title {
  font-size: clamp(3rem, 5.2vw, 6rem);
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin: 0 0 44px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}
.gcs-hero__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 2;
  color: #e6ece6;
  margin: 0 0 34px;
  max-width: 600px;
}
.gcs-hero__btns { display: flex; flex-wrap: wrap; gap: 14px; pointer-events: auto; justify-content: center; }
.gcs-hero__btn {
  color: #fff;
  text-decoration: none;
  padding: 17px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: opacity 0.25s ease;
}
.gcs-hero__btn--solid { background: #3F7A0C; }
.gcs-hero__btn--ghost { background: #fff; border: 1px solid #fff; color: #274E08; }
.gcs-hero__btn:hover { opacity: 0.88; }

.gcs-hero__dots { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; z-index: 5; }
.gcs-hero__dot {
  width: 10px; height: 10px; border-radius: 6px; border: none; cursor: pointer; padding: 0;
  transition: all 0.3s ease; background: rgba(255,255,255,0.45);
}
.gcs-hero__dot.is-on { width: 30px; background: #71BE1A; }

/* ヒーロー レスポンシブ調整 */
@media (max-width: 896px) {
  .gcs-hero__title { margin-bottom: 56px; }
}
@media (max-width: 640px) {
  .gcs-hero { height: 56vh; }
  /* CMSメインスライダーの高さもスマホでは短く（CMS CSSが後から注入され同詳細度で後勝ちするため !important で上書き） */
  #main_slider.slider_wrapper { --swiper-wrapper-height: 56vh !important; }
  .gcs-hero__since { font-size: 1.5rem; margin-bottom: 12px; }
  .gcs-hero__title { font-size: 2.6rem; line-height: 1.5; margin-bottom: 30px; }
  .gcs-hero__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .gcs-hero__btn { padding: 14px 10px; font-size: 1.4rem; justify-content: center; gap: 6px; }
}

/* ==========================================================================
 * TOP : メインビュー下 メッセージ（中央寄せ見出し＋テキスト＋パネル横並び）
 * ======================================================================== */
.gcs-mvmsg { background: #fff; }
.gcs-mvmsg__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.gcs-mvmsg__text { display: flex; flex-direction: column; justify-content: center; }
.gcs-mvmsg__ttl {
  font-size: clamp(2.2rem, 2.8vw, 3rem);
  font-weight: 600;
  line-height: 1.55;
  color: #274E08;
  margin: 0 0 24px;
}
.gcs-mvmsg__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.25;
  color: #4a463e;
  margin: 0 0 32px;
}
/* 2本柱 図解（シンプル版）：清掃 ＋ 自動車 → 盤石な経営基盤 */
.gcs-pillars { text-align: center; }
.gcs-pillars__row { display: flex; align-items: center; justify-content: center; gap: 34px; }
.gcs-pillars__icon {
  width: 106px; height: 106px; border-radius: 50%; margin: 0 auto 16px;
  background: #71BE1A; color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 3.6rem; box-shadow: 0 8px 20px rgba(63, 122, 12, 0.18);
}
.gcs-pillars__icon--alt { background: #3F7A0C; }
.gcs-pillars__name { font-size: 1.9rem; font-weight: 700; color: #274E08; margin: 0; }
.gcs-pillars__plus { color: #9fca6a; font-size: 2.4rem; }
.gcs-pillars__result {
  font-size: 1.65rem; font-weight: 700; color: #274E08; line-height: 1.7;
  margin: 32px 0 0; padding-top: 28px; border-top: 1px solid #e7e3db;
}
.gcs-pillars__cap {
  text-align: center; font-size: 1.3rem; font-weight: 600; color: #3F7A0C;
  margin: 18px 0 0; padding-top: 16px; border-top: 1px dashed #cfe6a8;
}
@media (max-width: 860px) {
  .gcs-mvmsg__grid { grid-template-columns: 1fr; gap: 36px; }
}

/* 汎用 CTA ボタン（角なし・ベタ緑） */
.gcs-btn {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 10px;
  background: #3F7A0C;
  color: #fff;
  text-decoration: none;
  padding: 17px 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: opacity 0.25s ease;
}
.gcs-btn:hover { opacity: 0.88; color: #fff; }

/* ==========================================================================
 * TOP : 事業内容
 * ======================================================================== */
.gcs-biz-sec { max-width: 1240px; margin: 0 auto; padding: 100px 28px 100px; }
.gcs-biz-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.gcs-biz-head__en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(4.2rem, 5.4vw, 6.6rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #274E08;
  line-height: 0.95;
  margin: 0;
}
.gcs-biz-head__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  color: #8a8578;
  margin: 12px 0 0;
}
.gcs-biz-head__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  color: #5c584f;
  margin: 20px auto 0;
  max-width: 720px;
}
.gcs-biz { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.gcs-biz__card {
  position: relative;
  display: block;
  height: 460px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #173300;
}
.gcs-biz__img { position: absolute; inset: 0; }
.gcs-biz__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.65s cubic-bezier(.2,.8,.2,1); }
.gcs-biz__card:hover .gcs-biz__img img { transform: scale(1.07); }
.gcs-biz__grad {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(10,22,3,0.94) 0%, rgba(10,22,3,0.6) 38%, rgba(10,22,3,0.12) 74%, rgba(10,22,3,0) 100%);
}
.gcs-biz__body {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 36px 78px 36px 34px;
  display: flex; gap: 24px; align-items: flex-end;
}
.gcs-biz__no-wrap { flex: none; padding-right: 24px; border-right: 1px solid rgba(255,255,255,0.3); }
.gcs-biz__no { font-family: "Noto Serif JP", serif; font-size: 6.6rem; font-weight: 600; color: #71BE1A; line-height: 0.9; }
.gcs-biz__title { font-size: 2.6rem; font-weight: 600; margin: 0 0 12px; color: #fff; line-height: 1.4; }
.gcs-biz__text { font-family: "Noto Sans JP", sans-serif; font-size: 1.35rem; line-height: 1.9; color: #d3ddc4; margin: 0; }
.gcs-biz__arrow {
  position: absolute; right: 0; bottom: 0; width: 56px; height: 56px;
  background: #71BE1A; display: flex; align-items: center; justify-content: center;
  pointer-events: none; color: #173300; font-size: 2rem; transition: background 0.25s ease;
}
.gcs-biz__card:hover .gcs-biz__arrow { background: #8fd94f; }
@media (max-width: 860px) {
  .gcs-biz-sec { padding: 64px 28px 64px; }
  .gcs-biz { grid-template-columns: 1fr; }
  .gcs-biz__body { padding: 28px 60px 28px 26px; }
  .gcs-biz__no { font-size: 5rem; }
}
/* スマホ：ナンバーを上に、タイトル・説明を縦積みにしてバランスを取る */
@media (max-width: 560px) {
  .gcs-biz__card { height: 340px; }
  .gcs-biz__body { flex-direction: column; align-items: flex-start; gap: 4px; padding: 24px 66px 24px 22px; }
  .gcs-biz__no-wrap { padding-right: 0; border-right: none; }
  .gcs-biz__no { font-size: 4.2rem; }
  .gcs-biz__title { font-size: 2rem; margin: 0 0 6px; }
  .gcs-biz__text { font-size: 1.3rem; }
  .gcs-biz__arrow { width: 46px; height: 46px; font-size: 1.6rem; }
}

/* ==========================================================================
 * TOP : 採用バンド
 * ======================================================================== */
.gcs-recruit { display: block; position: relative; margin-top: 0; background: #141414; overflow: hidden; text-decoration: none; }
.gcs-recruit:hover { opacity: 1; }
.gcs-recruit__bg { position: absolute; inset: 0; opacity: 0.9; overflow: hidden; }
.gcs-recruit__bg img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.65s cubic-bezier(.2,.8,.2,1); }
.gcs-recruit:hover .gcs-recruit__bg img { transform: scale(1.07); }
.gcs-recruit__grad {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, rgba(10,10,10,0.86) 0%, rgba(10,10,10,0.58) 40%, rgba(15,15,15,0.24) 72%, rgba(15,15,15,0.05) 100%);
  transition: background 0.45s ease;
}
.gcs-recruit:hover .gcs-recruit__grad {
  background: linear-gradient(100deg, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.66) 40%, rgba(15,15,15,0.34) 72%, rgba(15,15,15,0.14) 100%);
}
/* ホバーで表示される「採用情報を見る」ヒント */
.gcs-recruit__hint {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 28px;
  font-family: "Noto Sans JP", sans-serif; font-size: 1.55rem; font-weight: 700; letter-spacing: 0.04em;
  color: #fff; padding: 13px 32px; border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s ease;
}
.gcs-recruit__hint i { color: #71BE1A; transition: transform 0.3s ease; }
.gcs-recruit:hover .gcs-recruit__hint { opacity: 1; transform: translateY(0); background: rgba(255, 255, 255, 0.12); }
.gcs-recruit:hover .gcs-recruit__hint i { transform: translateX(5px); }
@media (max-width: 896px) {
  .gcs-recruit__hint { opacity: 1; transform: none; }
}
.gcs-recruit__inner {
  position: relative; max-width: 1240px; margin: 0 auto; padding: 88px 28px;
  display: grid; grid-template-columns: 1fr 400px; gap: 56px; align-items: center;
}
.gcs-recruit__inner--single { grid-template-columns: 1fr; }
.gcs-recruit__inner--single .gcs-recruit__text { max-width: 760px; }
.gcs-recruit__title { font-size: clamp(2.4rem, 3.4vw, 3.8rem); line-height: 1.55; font-weight: 700; color: #fff; margin: 0 0 20px; }
.gcs-recruit__title small { font-size: 0.82em; font-weight: 700; }
.gcs-recruit__text { font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; line-height: 2; color: #dcecc6; margin: 0 0 30px; max-width: 640px; }
.gcs-recruit__btn {
  display: inline-block; background: #fff; color: #274E08; text-decoration: none;
  padding: 18px 44px; font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; font-weight: 700; letter-spacing: 0.08em;
  transition: opacity 0.25s ease;
}
.gcs-recruit__btn:hover { opacity: 0.85; color: #274E08; }
.gcs-recruit__panel {
  justify-self: center; width: 100%; max-width: 380px;
  background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.14); padding: 24px 22px;
}
.gcs-recruit__phead { background: #71BE1A; color: #173300; text-align: center; padding: 16px 12px; }
.gcs-recruit__phead-en { font-family: "Noto Sans JP", sans-serif; font-size: 1rem; letter-spacing: 0.16em; margin: 0 0 3px; opacity: 0.75; }
.gcs-recruit__phead-ja { font-size: 1.7rem; font-weight: 700; margin: 0; line-height: 1.4; }
.gcs-recruit__pcols { display: flex; gap: 14px; margin: 14px 0; }
.gcs-recruit__pcol { flex: 1; padding: 22px 14px; text-align: center; border: 2px solid; }
.gcs-recruit__pcol--lime { background: rgba(113,190,26,0.12); border-color: rgba(113,190,26,0.6); }
.gcs-recruit__pcol--white { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.4); }
.gcs-recruit__pcol-en { font-family: "Noto Sans JP", sans-serif; font-size: 1rem; letter-spacing: 0.14em; color: #71BE1A; margin: 0 0 6px; }
.gcs-recruit__pcol-ja { font-size: 1.5rem; font-weight: 700; color: #fff; margin: 0 0 6px; line-height: 1.4; }
.gcs-recruit__pcol-note { font-size: 1.1rem; color: #dcecc6; margin: 0; line-height: 1.6; }
.gcs-recruit__pfoot { border: 2px solid rgba(255,255,255,0.28); text-align: center; padding: 13px 12px; }
.gcs-recruit__pfoot p { font-size: 1.3rem; font-weight: 600; color: #71BE1A; margin: 0; letter-spacing: 0.04em; }
@media (max-width: 860px) {
  .gcs-recruit__inner { grid-template-columns: 1fr; gap: 40px; }
}

/* ==========================================================================
 * TOP : 新着情報
 * ======================================================================== */
.gcs-topics { max-width: 1240px; margin: 0 auto; padding: 96px 28px 110px; }
.gcs-topics__grid { display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: start; }
.gcs-topics__ja { font-size: clamp(2.2rem, 2.6vw, 3rem); font-weight: 600; margin: 0 0 20px; }
.gcs-topics__more {
  display: inline-block; font-family: "Noto Sans JP", sans-serif; font-size: 1.3rem; font-weight: 600;
  color: #3F7A0C; text-decoration: none; border: 1px solid #3F7A0C; padding: 11px 24px; transition: all 0.25s ease;
}
.gcs-topics__more:hover { background: #3F7A0C; color: #fff; opacity: 1; }
.gcs-topics__list { display: flex; flex-direction: column; border-top: 1px solid #e7e3db; }
.gcs-topics__row {
  display: grid; grid-template-columns: 130px 1fr auto; gap: 24px; align-items: center;
  padding: 22px 6px; border-bottom: 1px solid #eee9e0; text-decoration: none; color: inherit;
}
.gcs-topics__date { font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; letter-spacing: 0.08em; color: #8a8578; }
.gcs-topics__ttl { font-size: 1.5rem; color: #111; font-weight: 500; font-family: "Noto Sans JP", sans-serif; }
.gcs-topics__arw { font-family: "Noto Sans JP", sans-serif; color: #3F7A0C; }
.gcs-topics__row:hover .gcs-topics__ttl { color: #3F7A0C; }
@media (max-width: 860px) {
  .gcs-topics { padding: 64px 28px 72px; }
  .gcs-topics__grid { grid-template-columns: 1fr; gap: 28px; }
  .gcs-topics__row { grid-template-columns: 96px 1fr; row-gap: 8px; }
  .gcs-topics__ttl { grid-column: 1 / -1; }
  .gcs-topics__arw { display: none; }
}

/* ==========================================================================
 * 下層ページ共通：ヒーロー（写真＋深緑グラデ）
 * ======================================================================== */
.gcs-phero { position: relative; overflow: hidden; background: #15300a; }
.gcs-phero__bg { position: absolute; inset: 0; }
.gcs-phero__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gcs-phero__grad { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(16,38,8,0.84), rgba(16,38,8,0.4)); }
.gcs-phero__inner {
  position: relative; max-width: 1240px; margin: 0 auto; padding: 0 28px; height: 100%;
  display: flex; flex-direction: column; justify-content: center;
}
.gcs-phero__label { font-family: "Noto Sans JP", sans-serif; font-size: 1.6rem; letter-spacing: 0.28em; color: #71BE1A; margin: 0 0 6px; }
.gcs-phero__ttl { font-size: clamp(2.8rem, 4vw, 4.4rem); font-weight: 700; color: #fff; margin: 0; }
.gcs-phero__lead { font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; color: #dcecc6; margin: 10px 0 0; }
.gcs-phero--h240 { height: 290px; }
.gcs-phero--h260 { height: 310px; }
.gcs-phero--h280 { height: 330px; }
.gcs-phero--h320 { height: 400px; }
.gcs-phero--flat { background: #1f3a12; }
/* ヒーロー画像の表示位置調整 */
.gcs-phero--pos-bottom .gcs-phero__bg img { object-position: center 78%; }
.gcs-phero--pos-top .gcs-phero__bg img { object-position: center 22%; }
.gcs-phero--pos-mid .gcs-phero__bg img { object-position: center 50%; }
@media (max-width: 640px) {
  .gcs-phero--h320 { height: 275px; }
  .gcs-phero--h280 { height: 255px; }
  .gcs-phero--h260, .gcs-phero--h240 { height: 225px; }
}

/* パンくず（全ページ非表示） */
.gcs-crumb { display: none; }
.gcs-crumb p { font-family: "Noto Sans JP", sans-serif; font-size: 1.25rem; color: #8a8578; margin: 0; }
.gcs-crumb a { color: #8a8578; text-decoration: none; }
.gcs-crumb a:hover { color: #3F7A0C; }
.gcs-crumb--narrow { max-width: 1000px; }
.gcs-crumb--wide { max-width: 1180px; }
.gcs-crumb--840 { max-width: 840px; }
.gcs-crumb--1140 { max-width: 1140px; }

/* 下層リード（左見出し＋右本文） */
.gcs-lead { display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: start; }
.gcs-lead__ttl { font-size: clamp(2.4rem, 2.8vw, 3.2rem); font-weight: 600; margin: 0; line-height: 1.4; }
.gcs-lead__body { font-family: "Noto Sans JP", sans-serif; font-size: 1.6rem; line-height: 2.2; color: #4a463e; margin: 0; }
@media (max-width: 820px) {
  .gcs-lead { grid-template-columns: 1fr; gap: 20px; }
}

/* 事業サービスブロック（清掃・自動車） */
.gcs-svc { padding: 56px 0; border-top: 1px solid #e0dccf; }
.gcs-svc__inner { display: grid; grid-template-columns: 340px 1fr; gap: 44px; align-items: center; }
.gcs-svc__img { height: 300px; overflow: hidden; }
.gcs-svc__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gcs-svc__ttl { font-size: clamp(2.2rem, 2.6vw, 2.9rem); font-weight: 600; margin: 0 0 6px; line-height: 1.35; }
.gcs-svc__ttl-sub { font-size: 0.62em; font-weight: 500; letter-spacing: .02em; color: #3F7A0C; }
.gcs-svc__lead { font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; font-weight: 600; color: #3F7A0C; margin: 0 0 16px; }
.gcs-svc__text { font-family: "Noto Sans JP", sans-serif; font-size: 1.45rem; line-height: 2.05; color: #4a463e; margin: 0 0 16px; }
.gcs-svc__bullets { list-style: none; margin: 0; padding: 0; }
.gcs-svc__bullets li {
  font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; line-height: 1.9; color: #4a463e;
  margin: 0 0 6px; padding-left: 22px; position: relative;
}
.gcs-svc__bullets li::before { content: "\f0da"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; color: #3F7A0C; font-size: 0.9em; top: 0.25em; }
.gcs-svc__point { margin-top: 20px; background: #eef7e0; border-left: 4px solid #3F7A0C; padding: 18px 22px; }
.gcs-svc__point-ttl { font-family: "Noto Sans JP", sans-serif; font-size: 1.3rem; font-weight: 700; color: #274E08; margin: 0 0 6px; }
.gcs-svc__point-body { font-family: "Noto Sans JP", sans-serif; font-size: 1.35rem; line-height: 1.9; color: #3a3a3a; margin: 0; }
@media (max-width: 820px) {
  .gcs-svc__inner { grid-template-columns: 1fr; gap: 20px; }
  .gcs-svc__img { height: 220px; }
  .gcs-svc__ttl-sub { display: block; }
}

/* 注意・安心コールアウト */
.gcs-note-box { background: #fbf3ee; border: 1px solid #e8c9b3; padding: 32px 34px; }
.gcs-note-box__ttl { font-family: "Noto Sans JP", sans-serif; font-size: 1.7rem; font-weight: 700; color: #a8461b; margin: 0 0 12px; }
.gcs-note-box__body { font-family: "Noto Sans JP", sans-serif; font-size: 1.45rem; line-height: 2; color: #4a463e; margin: 0; }

/* 下層内 深緑CTAボックス */
.gcs-box-cta {
  background: #274E08; color: #fff; padding: 44px;
  display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between;
}
.gcs-box-cta__ttl { font-size: 2.2rem; font-weight: 600; margin: 0 0 8px; color: #fff; }
.gcs-box-cta__desc { font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; color: #dcecc4; margin: 0; }
.gcs-box-cta__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.gcs-box-cta__tel { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.4); color: #fff; text-decoration: none; padding: 16px 26px; font-weight: 700; font-family: "Noto Sans JP", sans-serif; }
.gcs-box-cta__tel:hover { background: rgba(255,255,255,0.2); color: #fff; opacity: 1; }
.gcs-box-cta__mail { background: #fff; color: #274E08; text-decoration: none; padding: 16px 26px; font-weight: 700; font-family: "Noto Sans JP", sans-serif; }
.gcs-box-cta__mail:hover { background: #e9f4d6; color: #274E08; opacity: 1; }

/* 各サービス直下の安心ポイント枠 */
.gcs-relief { margin-top: 30px; background: #f4f1ea; border-radius: 10px; padding: 28px 30px; }
.gcs-relief__ttl { font-size: 1.8rem; font-weight: 700; color: #274E08; margin: 0 0 20px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.gcs-relief__ttl i { color: #3F7A0C; font-size: 0.95em; }
/* 3グリッド：アイコンとタイトルは中央、本文は左のまま */
.gcs-relief .gcs-reason__icon { margin-left: auto; margin-right: auto; }
.gcs-relief .gcs-reason__ttl { text-align: center; }
.gcs-relief .gcs-reason__body { text-align: left; }

/* 安心ポイント：アイコンカード */
.gcs-reason { background: #fff; border: 1px solid #e7e3db; padding: 30px 26px; }
.gcs-reason__icon { width: 56px; height: 56px; border-radius: 50%; background: #eef7e0; display: flex; align-items: center; justify-content: center; margin: 0 0 16px; color: #3F7A0C; font-size: 2.2rem; }
.gcs-reason__ttl { font-size: 1.7rem; font-weight: 600; margin: 0 0 10px; line-height: 1.5; }
.gcs-reason__body { font-family: "Noto Sans JP", sans-serif; font-size: 1.35rem; line-height: 1.9; color: #4a463e; margin: 0; }

/* ==========================================================================
 * 採用ページ
 * ======================================================================== */
.gcs-msg-lead { font-family: "Noto Sans JP", sans-serif; font-size: 1.6rem; line-height: 2.15; color: #4a463e; margin: 0 auto; max-width: 760px; }
.gcs-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gcs-strip__cell { height: 260px; overflow: hidden; }
.gcs-strip__cell img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 820px) {
  .gcs-strip { gap: 8px; }
  .gcs-strip__cell { height: 130px; }
}

.gcs-strength { background: #fff; border: 1px solid #e7e3db; padding: 34px 32px; display: flex; gap: 26px; }
.gcs-strength__no-wrap { flex: none; display: flex; flex-direction: column; align-items: center; padding-right: 26px; border-right: 1px solid #ece8dd; }
.gcs-strength__point { font-family: "Noto Sans JP", sans-serif; font-size: 1rem; letter-spacing: 0.2em; color: #a29c8e; }
.gcs-strength__no { font-family: "Noto Serif JP", serif; font-size: 3.8rem; font-weight: 600; color: #274E08; line-height: 1.05; margin-top: 2px; }
.gcs-strength__bar { width: 26px; height: 3px; background: #71BE1A; margin-top: 10px; }
.gcs-strength__ttl { font-size: 1.8rem; font-weight: 700; margin: 0 0 12px; line-height: 1.55; color: #274E08; }
.gcs-strength__body { font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; line-height: 2; color: #4a463e; margin: 0; }

.gcs-day { background: #f2f8e6; color: #274E08; }
.gcs-day__head { font-family: "Noto Sans JP", sans-serif; font-size: 1.9rem; font-weight: 700; color: #274E08; margin: 0 0 22px; padding-left: 16px; border-left: 5px solid #71BE1A; line-height: 1.35; }
.gcs-day__head--mt { margin-top: 56px; }
.gcs-job { background: #fff; border: 1px solid #dfe8cc; padding: 30px 32px; }
.gcs-job__ttl { font-size: 1.95rem; font-weight: 700; margin: 0 0 12px; color: #274E08; }
.gcs-job__desc { font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; line-height: 1.95; color: #4a5540; margin: 0; }
.gcs-day__panel { background: #fff; border: 1px solid #dfe8cc; padding: 24px 34px; }
.gcs-day__line { position: relative; }
.gcs-day__line::before { content: ""; position: absolute; left: 33px; top: 26px; bottom: 26px; width: 2px; background: rgba(63,122,12,0.25); }
.gcs-day__row { display: flex; gap: 22px; align-items: flex-start; padding: 14px 0; position: relative; }
.gcs-day__time { flex: none; width: 68px; height: 38px; border-radius: 19px; background: #71BE1A; color: #fff; display: flex; align-items: center; justify-content: center; font-family: "Noto Sans JP", sans-serif; font-weight: 700; font-size: 1.35rem; z-index: 1; }
.gcs-day__act { font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; line-height: 1.7; color: #3a3a3a; margin: 6px 0 0; }
.gcs-day__foot { font-family: "Noto Sans JP", sans-serif; font-size: 1.25rem; color: #8a9470; margin: 26px 0 0; line-height: 1.8; text-align: center; }

.gcs-benefits { gap: 18px; }
.gcs-benefit { background: #fff; border: 1px solid #e7e3db; padding: 26px 30px; display: flex; gap: 16px; align-items: flex-start; }
.gcs-benefit i { color: #3F7A0C; font-size: 1.8rem; flex: none; margin-top: 3px; }
.gcs-benefit p { font-family: "Noto Sans JP", sans-serif; font-size: 1.6rem; line-height: 1.75; color: #333; margin: 0; font-weight: 500; }
.gcs-benefit p span { display: block; font-size: 1.4rem; color: #6b6b6b; font-weight: 400; margin-top: 2px; }

/* 募集要項テーブル */
.gcs-req { margin: 0; border-top: 2px solid #3F7A0C; }
.gcs-req__row { display: grid; grid-template-columns: 220px 1fr; border-bottom: 1px solid #e7e3db; }
.gcs-req__row dt { background: #f4f1ea; padding: 18px 22px; font-family: "Noto Sans JP", sans-serif; font-weight: 600; font-size: 1.4rem; color: #274E08; margin: 0; }
.gcs-req__row dd { margin: 0; padding: 18px 22px; font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; line-height: 1.85; color: #333; }
@media (max-width: 820px) {
  .gcs-req__row { grid-template-columns: 1fr; }
  .gcs-req__row dt { padding: 14px 18px; }
  .gcs-req__row dd { padding: 14px 18px; }
}

/* 選考フロー */
.gcs-flow { display: flex; align-items: flex-start; justify-content: center; gap: 8px; }
.gcs-flow__step { flex: 1; max-width: 300px; text-align: center; padding: 0 8px; }
.gcs-flow__circle { width: 76px; height: 76px; border-radius: 50%; background: #71BE1A; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.gcs-flow__circle span { font-family: "Noto Serif JP", serif; font-size: 3.4rem; font-weight: 600; color: #fff; line-height: 1; }
.gcs-flow__circle i { color: #fff; font-size: 2.8rem; line-height: 1; }
.gcs-flow__en { font-family: "Noto Sans JP", sans-serif; font-size: 1.1rem; letter-spacing: 0.2em; color: #3F7A0C; margin: 0 0 6px; }
.gcs-flow__ttl { font-size: 1.7rem; font-weight: 700; margin: 0 0 10px; color: #274E08; }
.gcs-flow__body { font-family: "Noto Sans JP", sans-serif; font-size: 1.35rem; line-height: 1.9; color: #4a463e; margin: 0; text-align: center; text-wrap: balance; word-break: auto-phrase; }
.gcs-flow__arrow { flex: none; align-self: flex-start; margin-top: 26px; color: #c3d69a; font-size: 2.4rem; line-height: 1; }
@media (max-width: 820px) {
  .gcs-flow { flex-direction: column; align-items: center; }
  .gcs-flow__step { max-width: 360px; }
  .gcs-flow__arrow { align-self: center; margin: 10px 0 2px; transform: rotate(90deg); }
}

/* 選考の流れ 見出し */
.gcs-flow-head { font-size: 2.2rem; font-weight: 600; margin: 0 0 10px; text-align: center; }
.gcs-flow-desc { font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; color: #4a463e; margin: 0 0 40px; text-align: center; }
.gcs-flow-desc strong { color: #3F7A0C; }

/* 応募CTA */
.gcs-apply { background: #274E08; color: #fff; padding: 56px 44px; text-align: center; }
.gcs-apply__ttl { font-size: clamp(2rem, 2.8vw, 3rem); font-weight: 600; margin: 0 0 16px; line-height: 1.6; color: #fff; }
.gcs-apply__desc { font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; line-height: 1.9; color: #dcecc6; margin: 0 0 34px; }
.gcs-apply__btns { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: stretch; }
.gcs-apply__tel {
  flex: 1; min-width: 260px; max-width: 320px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.4);
  color: #fff; text-decoration: none; padding: 22px 34px; display: flex; flex-direction: column; gap: 2px; align-items: center; justify-content: center;
}
.gcs-apply__tel:hover { background: rgba(255,255,255,0.16); color: #fff; opacity: 1; }
.gcs-apply__tel-en { font-family: "Noto Sans JP", sans-serif; font-size: 1.1rem; letter-spacing: 0.16em; color: #71BE1A; }
.gcs-apply__tel-num { font-size: 2.6rem; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; }
.gcs-apply__tel-num i { font-size: 0.72em; color: #71BE1A; }
.gcs-apply__tel-note { font-size: 1.2rem; color: #fff; }
.gcs-apply__mail {
  flex: 1; min-width: 260px; max-width: 320px; background: #fff; color: #274E08; text-decoration: none;
  padding: 22px 34px; font-size: 1.6rem; font-weight: 700; display: flex; align-items: center; justify-content: center; text-align: center;
}
.gcs-apply__mail:hover { background: #e9f4d6; color: #274E08; opacity: 1; }

/* ==========================================================================
 * お問い合わせフォーム
 * ======================================================================== */
.gcs-form-title { font-size: 2rem; font-weight: 700; color: #274E08; margin: 0 0 20px; padding-left: 14px; border-left: 4px solid #3F7A0C; line-height: 1.4; }
.gcs-form { background: #fff; border: 1px solid #e7e3db; padding: 44px 44px 48px; }
/* CMSフォーム出力（.form-contents）の内側パディングを打ち消し、外側 .gcs-form の余白で制御 */
.gcs-form .form-contents { padding: 0; }
.gcs-form__label { display: block; font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; font-weight: 600; color: #274E08; margin: 0 0 12px; }
.gcs-form__req { color: #c0392b; }
.gcs-form__cat { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-bottom: 30px; }
.gcs-form__cat input { display: none; }
.gcs-form__cat label { cursor: pointer; text-align: center; padding: 16px 12px; border: 1px solid #d8d3c8; background: #fff; color: #4a463e; font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; font-weight: 600; display: block; transition: all 0.2s ease; }
.gcs-form__cat input:checked + label { border-color: #3F7A0C; background: #3F7A0C; color: #fff; }
.gcs-form__grid { display: flex; flex-direction: column; gap: 22px; }
.gcs-form__2col { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.gcs-form__flabel { display: block; font-family: "Noto Sans JP", sans-serif; font-size: 1.35rem; font-weight: 600; color: #274E08; margin: 0 0 8px; }
.gcs-field {
  width: 100%; font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; color: #111; background: #fff;
  border: 1px solid #d8d3c8; padding: 14px 16px; outline: none; transition: all 0.2s ease;
}
.gcs-field:focus { border-color: #3F7A0C; box-shadow: 0 0 0 3px rgba(63,122,12,0.12); }
textarea.gcs-field { resize: vertical; }
.gcs-form__note { font-family: "Noto Sans JP", sans-serif; font-size: 1.2rem; color: #8a8578; line-height: 1.8; margin: 24px 0 0; }
.gcs-form__submit-wrap { text-align: center; margin-top: 28px; }
.gcs-form__submit {
  background: #3F7A0C; color: #fff; border: none; cursor: pointer; padding: 18px 60px;
  font-family: "Noto Sans JP", sans-serif; font-size: 1.6rem; font-weight: 700; letter-spacing: 0.08em; transition: opacity 0.25s ease;
}
.gcs-form__submit:hover { opacity: 0.88; }
/* お問い合わせ：電話CTAカード（グラデーションアイコン＋ホバーで浮くカード型） */
.gcs-telcard {
  display: inline-flex; align-items: center; gap: 20px;
  text-decoration: none; background: #fff;
  border: 1px solid #cfe6a8; border-radius: 14px;
  padding: 18px 36px 18px 22px;
  box-shadow: 0 6px 20px rgba(63, 122, 12, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gcs-telcard:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(63, 122, 12, 0.18); opacity: 1; }
.gcs-telcard__icon {
  width: 58px; height: 58px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, #71BE1A, #3F7A0C);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 2.2rem; box-shadow: 0 6px 14px rgba(63, 122, 12, 0.3);
}
.gcs-telcard__body { display: flex; flex-direction: column; align-items: flex-start; }
.gcs-telcard__label { font-family: "Noto Sans JP", sans-serif; font-size: 1.15rem; letter-spacing: 0.14em; color: #8a8578; }
.gcs-telcard__num { font-family: "Noto Sans JP", sans-serif; font-size: 3rem; font-weight: 700; color: #274E08; line-height: 1.15; letter-spacing: 0.02em; }
.gcs-telcard__note { font-family: "Noto Sans JP", sans-serif; font-size: 1.15rem; color: #8a8578; }
@media (max-width: 680px) {
  .gcs-form { padding: 30px 24px 34px; }
  .gcs-form__2col { grid-template-columns: 1fr; }
  .gcs-form__cat { grid-template-columns: 1fr; }
}

/* 送信完了 */
.gcs-thanks { background: #eef7e0; border: 1px solid #c4dd9c; padding: 56px 40px; text-align: center; }
.gcs-thanks__en { font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; letter-spacing: 0.2em; color: #3F7A0C; margin: 0 0 14px; }
.gcs-thanks__ttl { font-size: 2.4rem; font-weight: 600; margin: 0 0 14px; }
.gcs-thanks__body { font-family: "Noto Sans JP", sans-serif; font-size: 1.45rem; line-height: 1.95; color: #4a463e; margin: 0 0 28px; }
.gcs-thanks__btn { display: inline-block; background: #3F7A0C; color: #fff; text-decoration: none; padding: 14px 30px; font-weight: 600; font-family: "Noto Sans JP", sans-serif; }
.gcs-thanks__btn:hover { opacity: 0.88; color: #fff; }

/* ==========================================================================
 * 新着情報 一覧 / 記事詳細
 * ======================================================================== */
.gcs-post { display: grid; grid-template-columns: 160px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid #e7e3db; text-decoration: none; color: inherit; }
.gcs-post__thumb { height: 110px; overflow: hidden; background: #e9e6dd; display: flex; align-items: center; justify-content: center; color: #a29c8e; font-family: "Noto Sans JP", sans-serif; font-size: 1.2rem; }
.gcs-post__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gcs-post__date { font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; color: #8a8578; display: block; margin-bottom: 10px; }
.gcs-post__ttl { font-size: 1.7rem; font-weight: 600; margin: 0; line-height: 1.6; color: #111; }
.gcs-post:hover .gcs-post__ttl { color: #3F7A0C; }
@media (max-width: 880px) { .gcs-post { grid-template-columns: 120px 1fr; } }

/* 新着情報 一覧ページ：サイドバー（月別アーカイブ） */
.gcs-side__title {
  font-size: 1.8rem; font-weight: 700; color: #274E08;
  padding-bottom: 12px; margin: 0 0 14px; border-bottom: 2px solid #3F7A0C;
}
.gcs-archive { list-style: none; margin: 0; padding: 0; }
.gcs-archive a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 4px; font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem;
  color: #4a463e; text-decoration: none; border-bottom: 1px dotted #ddd6c6;
  transition: color 0.2s ease;
}
.gcs-archive a::after { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #3F7A0C; font-size: 0.9em; }
.gcs-archive a:hover { color: #3F7A0C; }

/* ページャ（CMS .pages）：一覧ページ＝中央横並び・ピルボタン */
.pages { display: flex; justify-content: center; align-items: center; gap: 14px; margin-top: 48px; }
.pages .page_prev a, .pages .page_next a {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Noto Sans JP", sans-serif; font-size: 1.35rem; font-weight: 600;
  color: #3F7A0C; text-decoration: none;
  border: 1px solid #cdd9b6; background: #fff;
  padding: 12px 28px; border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.pages .page_prev a:hover, .pages .page_next a:hover { background: #3F7A0C; border-color: #3F7A0C; color: #fff; }
/* トップページの新着情報では CMS ページャ（次の3件…）を非表示 */
.gcs-topics .pages { display: none; }

.gcs-article__meta { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.gcs-article__date { font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; color: #8a8578; }
.gcs-article__ttl { font-size: clamp(2.4rem, 3.2vw, 2.4rem); font-weight: 700; line-height: 1.55; margin: 0 0 28px; border-bottom: 2px solid #3F7A0C; padding-bottom: 24px; }
.gcs-article__main-img { height: 380px; margin-bottom: 36px; background: #e9e6dd; display: flex; align-items: center; justify-content: center; color: #a29c8e; font-family: "Noto Sans JP", sans-serif; font-size: 1.3rem; overflow: hidden; }
.gcs-article__main-img img { width: 100%; height: 100%; object-fit: cover; }
.gcs-article__body { font-family: "Noto Sans JP", sans-serif; font-size: 1.55rem; line-height: 2.2; color: #333; }
.gcs-article__body p { margin: 0 0 26px; }
.gcs-article__body h2 { font-size: 2.1rem; font-weight: 600; color: #274E08; margin: 40px 0 16px; padding-left: 14px; border-left: 4px solid #3F7A0C; }
.gcs-article__callout { background: #eef7e0; border-left: 4px solid #3F7A0C; padding: 22px 26px; margin: 32px 0; }
.gcs-article__callout-ttl { font-size: 1.4rem; font-weight: 700; color: #274E08; margin: 0 0 8px; }
.gcs-article__callout p { font-size: 1.45rem; line-height: 1.9; margin: 0; }
.gcs-article__nav { display: flex; flex-direction: column; align-items: center; margin-top: 52px; padding-top: 28px; border-top: 1px solid #e7e3db; }
/* 前後記事（CMS .pages）：囲みなし・2カラム（左＝前の記事 / 右＝次の記事） */
.gcs-article__pager { display: block; width: 100%; }
.gcs-article__pager > span { display: block; width: 100%; }
.gcs-article__pager .pages { display: flex; align-items: center; gap: 16px; width: 100%; margin: 0; }
.gcs-article__pager .page_next { margin-right: auto; }
.gcs-article__pager .page_prev { margin-left: auto; text-align: right; }
.gcs-article__pager .page_next a, .gcs-article__pager .page_prev a {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; font-weight: 600;
  text-decoration: none; color: #3F7A0C;
  border: none; background: none; padding: 0; border-radius: 0;
  transition: opacity 0.2s ease;
}
.gcs-article__pager .page_next a:hover, .gcs-article__pager .page_prev a:hover { opacity: 0.6; background: none; color: #3F7A0C; }
/* 記事一覧へ：余白を挟んで中央にボタン配置 */
.gcs-article__nav a.is-list {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Noto Sans JP", sans-serif; font-size: 1.35rem; font-weight: 600;
  text-decoration: none; color: #fff; background: #3F7A0C; border: 1px solid #3F7A0C;
  padding: 12px 34px; border-radius: 999px;
  margin-top: 40px;
  transition: opacity 0.25s ease;
}
.gcs-article__nav a.is-list:hover { opacity: 0.9; }

/* 汎用：中央寄せナローラッパー（下層セクション用）
   縦余白は pt- / pb- の utility で付ける（左右のみ固定） */
.gcs-wrap { max-width: 1100px; margin-left: auto; margin-right: auto; padding-left: 28px; padding-right: 28px; }
.gcs-wrap--1000 { max-width: 1000px; }
.gcs-wrap--1140 { max-width: 1140px; }
.gcs-wrap--1180 { max-width: 1180px; }
.gcs-wrap--1240 { max-width: 1240px; }
.gcs-wrap--900 { max-width: 900px; }
.gcs-wrap--840 { max-width: 840px; }
/* 背景付き帯セクション（内側に gcs-wrap を入れる） */
.gcs-band { background: #f4f1ea; }
.gcs-band--green { background: #f2f8e6; color: #274E08; }

/* page-top ボタン色（共通クラスの補色調整） */
.page-top__link { background: #3F7A0C; }

/* ==========================================================================
 * 汎用グリッド / 会社概要
 * ======================================================================== */
.gcs-cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.gcs-cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gcs-cols-3--tight { gap: 16px; }
@media (max-width: 820px) {
  .gcs-cols-2, .gcs-cols-3 { grid-template-columns: 1fr; }
}

/* 会社概要：ごあいさつ */
.gcs-greet { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }
.gcs-greet__body p:not(.gcs-eyebrow) {
  font-family: "Noto Sans JP", sans-serif; font-size: 1.5rem; line-height: 2.15; color: #4a463e; margin: 0 0 18px;
}
.gcs-greet__body p:last-child { margin-bottom: 0; }
.gcs-greet__ttl { font-size: clamp(2.2rem, 2.6vw, 3rem); font-weight: 600; line-height: 1.6; margin: 0 0 24px; }
.gcs-ph {
  background: #e9e6dd; display: flex; align-items: center; justify-content: center;
  color: #a29c8e; font-family: "Noto Sans JP", sans-serif; font-size: 1.2rem; overflow: hidden;
}
.gcs-ph img { width: 100%; height: 100%; object-fit: cover; }
.gcs-ph--360 { height: 360px; }
.gcs-greet__cap { font-family: "Noto Sans JP", sans-serif; font-size: 1.3rem; color: #8a8578; margin: 12px 0 0; text-align: right; }
@media (max-width: 760px) { .gcs-greet { grid-template-columns: 1fr; } }

/* 会社概要：会社情報テーブル */
.gcs-ovh { font-size: clamp(2.2rem, 2.6vw, 2.8rem); font-weight: 600; margin: 0 0 28px; border-bottom: 2px solid #3F7A0C; padding-bottom: 14px; }
.gcs-info { margin: 0; border-top: 1px solid #e7e3db; }
.gcs-info__row { display: grid; grid-template-columns: 200px 1fr; border-bottom: 1px solid #e7e3db; }
.gcs-info__row dt { background: #f4f1ea; padding: 20px 24px; font-family: "Noto Sans JP", sans-serif; font-weight: 600; font-size: 1.45rem; color: #274E08; margin: 0; }
.gcs-info__row dd { margin: 0; padding: 20px 24px; font-family: "Noto Sans JP", sans-serif; font-size: 1.45rem; line-height: 1.85; color: #333; }
@media (max-width: 760px) {
  .gcs-info__row { grid-template-columns: 1fr; }
  .gcs-info__row dt { padding: 14px 18px; }
  .gcs-info__row dd { padding: 14px 18px; }
}

/* セクション見出し（左寄せ・下線付き：会社情報など） */
.gcs-sec-sub { font-size: clamp(2.2rem, 2.6vw, 3rem); font-weight: 600; margin: 0 0 28px; }

/* ==========================================================================
 * モバイル最終調整（強制改行の解除・折り返し・文字サイズ・余白）
 * ======================================================================== */
/* スマホ専用の改行ユーティリティ（PCでは改行しない） */
.gcs-br-sp { display: none; }
/* スマホナビの英語ラベルは不要 */
.sp-nav__en { display: none; }

@media (max-width: 640px) {
  .gcs-br-sp { display: inline; }

  /* PC向けの強制改行はモバイルでは解除し、自然に折り返す */
  .gcs-hero__title br,
  .gcs-mvmsg__ttl br,
  .gcs-recruit__text br,
  .gcs-cta__title br,
  .gcs-apply__ttl br,
  .gcs-greet__ttl br,
  .gcs-msg-lead br,
  .gcs-cta .footer-cta__desc br { display: none; }

  .gcs-hero__title,
  .gcs-mvmsg__ttl,
  .gcs-cta__title,
  .gcs-apply__ttl,
  .gcs-sec-head h2 { text-wrap: balance; word-break: auto-phrase; }

  /* 電話番号カードの折り返し防止・サイズ調整 */
  .gcs-telcard { padding: 14px 18px; gap: 14px; }
  .gcs-telcard__icon { width: 48px; height: 48px; font-size: 1.9rem; }
  .gcs-telcard__num { font-size: 2.3rem; white-space: nowrap; }
  .gcs-cta__tel-num { font-size: 2.4rem; white-space: nowrap; }
  .gcs-apply__tel-num { white-space: nowrap; }

  /* 本文の読みやすさ（フレーズ折り返し） */
  .gcs-mvmsg__body,
  .gcs-msg-lead,
  .gcs-recruit__text { text-wrap: pretty; }

  /* CONTACT帯の見出しサイズをやや抑える */
  .gcs-cta__title { font-size: 2rem; }

  /* 汎用CTAボタンをスマホでは小さめに */
  .gcs-btn { padding: 13px 28px; font-size: 1.35rem; gap: 8px; }

  /* 安心ポイント見出し：アイコンを中央で上に、タイトルは中央寄せ＋バランス改行 */
  .gcs-relief__ttl { display: block; text-align: center; text-wrap: balance; word-break: auto-phrase; line-height: 1.5; }
  .gcs-relief__ttl i { display: block; margin: 0 auto 8px; }

  /* 下層 深緑CTAボックス：タイトル1行・余白調整・ボタン2カラム */
  .gcs-box-cta { padding: 28px 22px; gap: 16px; }
  .gcs-box-cta__ttl { font-size: 1.8rem; margin: 0 0 8px; }
  .gcs-box-cta__desc { font-size: 1.25rem; line-height: 1.7; }
  .gcs-box-cta__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
  .gcs-box-cta__tel, .gcs-box-cta__mail { padding: 14px 6px; justify-content: center; text-align: center; font-size: 1.25rem; white-space: nowrap; }

  /* 4つの強み：ナンバーを上の横並びヘッダーにして本文を全幅に */
  .gcs-strength { flex-direction: column; gap: 14px; padding: 26px 24px; }
  .gcs-strength__no-wrap { flex-direction: row; align-items: center; gap: 12px; padding-right: 0; border-right: none; }
  .gcs-strength__no { font-size: 2.8rem; margin-top: 0; }
  .gcs-strength__bar { margin-top: 0; }

  /* 1日の流れ：カード余白・見出しサイズ・注記の左揃え */
  .gcs-job { padding: 24px 22px; }
  .gcs-day__panel { padding: 18px 20px; }
  .gcs-day__head { font-size: 1.7rem; }
  .gcs-day__foot { text-align: left; }

  /* 応募CTA 説明文 */
  .gcs-apply__desc { font-size: 1.2rem; }

  /* メッセージ リード文：小さめ・左揃え */
  .gcs-msg-lead { font-size: 1.3rem; text-align: left; }

  /* 記事詳細ナビ／ページャ：文字・ボタン縮小 */
  .gcs-article__pager .page_next a, .gcs-article__pager .page_prev a { font-size: 1.25rem; }
  .gcs-article__nav a.is-list { font-size: 1.25rem; padding: 11px 28px; }
  .pages { gap: 10px; }
  .pages .page_prev a, .pages .page_next a { font-size: 1.25rem; padding: 11px 22px; }
}

/* ==========================================================================
 * アニメーション
 *  - [data-reveal]   : スクロールで画面内に入るとフェードアップ表示（common.js が .is-in を付与）
 *  - ヒーローのキャッチコピー : ページ読み込み時に順番に登場
 * ========================================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* ヒーロー：キャッチコピーの登場アニメーション */
@keyframes gcsHeroUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}
.gcs-hero__since,
.gcs-hero__title,
.gcs-hero__btns {
  opacity: 0;
  animation: gcsHeroUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.gcs-hero__since { animation-delay: 0.25s; }
.gcs-hero__title { animation-delay: 0.45s; }
.gcs-hero__btns  { animation-delay: 0.70s; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  .gcs-hero__since,
  .gcs-hero__title,
  .gcs-hero__btns {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}
