@charset "UTF-8";
/*
 * ======================================
 * 中田プロパン有限会社 サイト固有CSS（site.css）
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * 配色・フォントは scss/nakata.scss で共通変数を上書きし css/main.css に反映済み。
 * ここには claude-design-output の見た目を再現するための固有クラスのみを追加する。
 *
 * .nk-header*      - 2段組みスティッキーヘッダー（上部グラデ帯＋ロゴ＋TEL/IG/CTA＋中央ナビ）
 * .nk-logo*        - テキストロゴ（アイコン「中」＋英日社名）ヘッダー/フッター共用
 * .nk-gnav*        - PCグローバルナビ（下線カレント表示）
 * .nk-hero*        - TOP メインビュー（フェード自動スライドショー）
 * .nk-photo*       - 画像＋背後の緑オフセット四角の装飾フレーム
 * .nk-btn / .nk-btn-outline - 緑ソリッド / 緑アウトラインボタン
 * .nk-block / .nk-container / .nk-bg-pale - セクション余白・中央幅・薄緑背景
 * .nk-secthead* / .nk-eyebrow - 中央寄せセクション見出し（英字ラベル＋日本語）
 * .nk-secttl / .nk-subttl - 緑の角丸バー付き見出し
 * .nk-guide* / .nk-promise* - TOP 導線カード / 4項目ナンバーカード
 * .nk-kanta*       - TOP 乾太くん主役バナー
 * .nk-phero*       - 下層ページヒーロー（角丸カット画像＋白ラベル）
 * .nk-panel* / .nk-table / .nk-stack - 白カードパネル / 会社概要テーブル / 縦積み枠
 * .nk-msg* / .nk-feat* - 代表挨拶 / 業務内容の左右交互レイアウト
 * .nk-news* / .nk-kbig* / .nk-talk* / .nk-point* / .nk-bar* / .nk-cost* / .nk-ele* / .nk-info* - お知らせページ各ブロック
 * .nk-notice / .nk-promise-list / .nk-pay* / .nk-sign* - ガス料金ページ各ブロック
 * .nk-help* / .nk-tel-box* / .nk-form* / .nk-field / .nk-privacy* - お問い合わせページ各ブロック
 * .nk-contact*     - フッター直前 CONTACT 帯（画像＋白カード重なり）
 * .nk-footer*      - フッター（会社情報＋サイトマップ＋地図）
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * ・構造不足：2段組みヘッダー、画像＋緑オフセット四角、CONTACT帯の重なりレイアウト、
 *   会話吹き出し、比較バーは共通componentに該当なしのため固有実装。
 * ・装飾パターン不足：下層ヒーローの角丸カット＋白ラベル、緑グラデCTAカード。
 * ・値の粒度不足：見出し英字46〜60px、行間・余白などデザイン固有値。
 */

/* ============ ロゴ（共用） ============ */
.nk-logo { display: flex; align-items: center; gap: 14px; }
.nk-logo:hover { opacity: 1; }
.nk-logo__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 14px; background: #7EBB43;
  color: #fff; font-weight: 700; font-size: 22px; flex: none;
  box-shadow: 0 4px 12px rgba(126, 187, 67, .35);
}
.nk-logo__text { display: flex; flex-direction: column; line-height: 1.2; }
.nk-logo__en {
  font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600;
  letter-spacing: .16em; font-size: 13px; color: #7EBB43;
}
.nk-logo__name { font-weight: 700; font-size: 19px; color: #26301C; letter-spacing: .02em; }

/* ============ ヘッダー ============ */
.nk-header {
  position: sticky; top: 0; z-index: 100; background: #FEFEFE;
  border-bottom: 1px solid #E3EAD7; box-shadow: 0 2px 14px rgba(40, 60, 25, .05);
}
.nk-header__strip { height: 5px; background: linear-gradient(90deg, #7EBB43, #A9D26E); }
.nk-header__row1 {
  max-width: 1200px; margin: 0 auto; padding: 16px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nk-header__right { display: flex; align-items: center; gap: 22px; }
.nk-header__tel { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.25; }
.nk-header__tel-label { font-size: 11px; color: #6E7B60; letter-spacing: .08em; }
.nk-header__tel-num {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600;
  font-size: 27px; color: #34641C; letter-spacing: .01em;
}
.nk-header__tel-num i { color: #7EBB43; font-size: 18px; }
.nk-header__tel-num:hover { opacity: .85; }
.nk-header__ig {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px; border: 1px solid #E3EAD7;
  color: #4E8C2C; font-size: 20px;
}
.nk-header__ig:hover { background: #F3F8EB; opacity: 1; }
.nk-header__cta {
  display: inline-flex; align-items: center; gap: 8px; background: #7EBB43;
  color: #fff; font-weight: 700; font-size: 15px; padding: 13px 24px;
  border-radius: 12px; box-shadow: 0 6px 16px rgba(126, 187, 67, .35);
}
.nk-header__cta:hover { background: #6BA636; color: #fff; opacity: 1; }
.nk-gnav { border-top: 1px solid #EEF3E5; background: #FBFDF7; }
.nk-gnav__inner {
  max-width: 1200px; margin: 0 auto; padding: 0 40px;
  display: flex; justify-content: center; gap: 32px; flex-wrap: wrap;
}
.nk-gnav__link {
  padding: 16px 22px; font-weight: 700; font-size: 15px; color: #26301C;
  border-bottom: 3px solid transparent;
}
.nk-gnav__link:hover { color: #4E8C2C; opacity: 1; }
.nk-gnav__link.is-current { border-bottom-color: #7EBB43; color: #4E8C2C; }

/* ============ 汎用ブロック ============ */
.nk-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.nk-container--wide { max-width: 1300px; }
.nk-block { padding: 88px 0; }
.nk-block--sm { padding: 64px 0; }
.nk-bg-pale { background: #F3F8EB; }
.nk-bg-white { background: #fff; }

.nk-secthead { text-align: center; margin-bottom: 48px; }
.nk-secthead__ttl { margin: 8px 0 0; font-size: 34px; font-weight: 700; color: #26301C; }
.nk-secthead__sub { margin: 14px 0 0; color: #6E7B60; font-size: 15px; }
.nk-eyebrow {
  font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: #7EBB43; font-size: 14px;
}
.nk-secttl { display: flex; align-items: center; gap: 14px; font-size: 22px; font-weight: 700; color: #26301C; }
.nk-secttl::before { content: ""; width: 6px; height: 26px; border-radius: 3px; background: #7EBB43; flex: none; }
.nk-subttl { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; color: #26301C; margin: 0 0 20px; }
.nk-subttl::before { content: ""; width: 6px; height: 22px; border-radius: 3px; background: #7EBB43; flex: none; }

/* ============ ボタン ============ */
.nk-btn {
  display: inline-flex; align-items: center; gap: 8px; background: #7EBB43;
  color: #fff; font-weight: 700; font-size: 16px; padding: 15px 28px; border-radius: 10px;
}
.nk-btn:hover { background: #6BA636; color: #fff; opacity: 1; }
.nk-btn-outline {
  display: inline-block; border: 2px solid #7EBB43; color: #4E8C2C; font-weight: 700;
  font-size: 16px; letter-spacing: .08em; padding: 16px 56px; border-radius: 4px; background: transparent;
}
.nk-btn-outline:hover { background: #7EBB43; color: #fff; opacity: 1; }

/* ============ 画像＋緑オフセット四角 ============ */
.nk-photo { position: relative; }
.nk-photo__sq { position: absolute; width: 120px; height: 120px; border-radius: 14px; background: #7EBB43; z-index: 0; }
.nk-photo__sq--tl { top: -22px; left: -22px; }
.nk-photo__sq--br { bottom: -22px; right: -22px; }
.nk-photo__frame {
  position: relative; z-index: 1; border-radius: 8px; overflow: hidden;
  box-shadow: 0 14px 34px rgba(40, 60, 25, .16); height: 290px;
}
.nk-photo__frame--lg { height: 360px; border-radius: 16px; box-shadow: 0 16px 38px rgba(40, 60, 25, .14); }
.nk-photo__frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nk-ph-note {
  width: 100%; height: 100%; background: #EAF2DC; display: flex; align-items: center;
  justify-content: center; text-align: center; color: #7C9A55; font-size: 13px; line-height: 1.6; padding: 12px;
}

/* ============ TOP メインビュー（CMSスライダー差し替え対応） ============ */
/* 本番はこの中身をCMSスライダー（内部Swiper）に差し替える。      */
/* #slideshow が外枠（高さをレスポンシブで明示）、.swiper-slide 以下が中身。 */
/* CMSスライダーは height:100% で #slideshow に追従する。Swiper初期化はJSで書かない。 */
.nk-hero { position: relative; background: #DCEAC6; }
#slideshow { position: relative; width: 100%; height: 700px; overflow: hidden; background: #DCEAC6; }
/* CMS差し替え後にSwiper本体が入っても高さが外枠に追従するように */
#slideshow .swiper, #slideshow .swiper-wrapper { width: 100%; height: 100%; }
#slideshow .swiper-slide { position: relative; width: 100%; height: 100%; overflow: hidden; }
#slideshow .main_slider__inner { width: 100%; height: 100%; }
#slideshow .main_slider__inner img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* キャッチコピー：#slideshowの上に常時オーバーレイ（CMS差し替え後も残る） */
.nk-hero__scrim {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(90deg, rgba(20, 45, 12, .55) 0%, rgba(20, 45, 12, .25) 45%, rgba(20, 45, 12, 0) 75%);
}
.nk-hero__inner { position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; pointer-events: none; }
.nk-hero__box { max-width: 1200px; margin: 0 auto; padding: 0 40px; width: 100%; }
.nk-hero__copy { max-width: 640px; animation: nkfade .9s ease both; }
.nk-hero__badge {
  display: inline-block; background: rgba(255, 255, 255, .9); color: #4E8C2C; font-weight: 700;
  font-size: 13px; letter-spacing: .1em; padding: 7px 16px; border-radius: 999px; margin-bottom: 20px;
}
.nk-hero__title {
  margin: 0; color: #fff; font-size: 47px; font-weight: 700; line-height: 1.4;
  letter-spacing: .01em; text-shadow: 0 2px 18px rgba(0, 0, 0, .25);
}
.nk-hero__lead {
  margin: 22px 0 0; color: #F2F7EA; font-size: 17px; line-height: 1.9; text-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}
@keyframes nkfade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ============ TOP 乾太くん主役 ============ */
.nk-kanta__grid { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.nk-kanta__photos { display: flex; justify-content: center; padding: 22px; }
.nk-kanta__ph { width: 470px; max-width: 100%; }
.nk-kanta__ph--1 { align-self: flex-start; }
.nk-kanta__ph--2 { align-self: flex-end; }
.nk-kanta__ph .nk-photo__frame { height: 300px; border-radius: 6px; box-shadow: 0 14px 34px rgba(40, 60, 25, .18); }
/* 乾太くん：縦長画像1枚（500×700＝5:7） */
.nk-kanta__ph--single { width: 400px; }
.nk-kanta__ph--single .nk-photo__frame { height: auto; aspect-ratio: 5 / 7; border-radius: 10px; }
.nk-kanta__body { text-align: center; padding: 0 12px; }
.nk-kanta__ttl { margin: 0 0 28px; font-size: 30px; font-weight: 700; color: #26301C; letter-spacing: .14em; }
.nk-kanta__hl { margin: 0 0 28px; font-size: 19px; font-weight: 700; }
.nk-kanta__hl span { background: linear-gradient(transparent 58%, #FCE96A 58%); color: #4E8C2C; padding: 0 3px; }
.nk-kanta__txt { margin: 0 0 36px; font-size: 15px; color: #4A5540; line-height: 2; text-align: left; }

/* ============ TOP 導線カード（画像＋丸アイコンバッジ） ============ */
.nk-guide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.nk-guide__card {
  display: flex; flex-direction: column; background: #fff; border-radius: 16px;
  overflow: hidden; box-shadow: 0 8px 26px rgba(40, 60, 25, .08); transition: all .3s ease;
}
.nk-guide__card:hover { box-shadow: 0 16px 36px rgba(126, 187, 67, .18); opacity: 1; transform: translateY(-4px); }
.nk-guide__media { position: relative; height: 210px; }
.nk-guide__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nk-guide__badge {
  position: absolute; left: 50%; bottom: -40px; transform: translateX(-50%);
  width: 84px; height: 84px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
  color: #34641C; font-size: 34px;
}
.nk-guide__body { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 58px 28px 32px; }
.nk-guide__ttl { margin: 0 0 12px; font-size: 20px; font-weight: 700; color: #34641C; letter-spacing: .08em; }
.nk-guide__txt { margin: 0 0 26px; font-size: 14px; color: #4A5540; line-height: 1.9; }
.nk-guide__btn {
  margin-top: auto; display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid #7EBB43; color: #4E8C2C; font-weight: 700; font-size: 14px;
  padding: 11px 30px; border-radius: 6px; transition: all .3s ease;
}
.nk-guide__btn i { font-size: .8em; }
.nk-guide__card:hover .nk-guide__btn { background: #7EBB43; color: #fff; }
.nk-guide__tel {
  background: linear-gradient(135deg, #7EBB43, #5E9E33); border-radius: 18px; padding: 34px 30px;
  color: #fff; display: flex; flex-direction: column; justify-content: center; box-shadow: 0 14px 30px rgba(126, 187, 67, .22);
}
.nk-guide__tel-en { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; letter-spacing: .12em; color: rgba(255, 255, 255, .8); font-size: 12px; }
.nk-guide__tel-note { margin: 4px 0 6px; font-size: 14px; color: rgba(255, 255, 255, .9); }
.nk-guide__tel-num { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 30px; letter-spacing: .01em; }
.nk-guide__tel-num i { font-size: .8em; margin-right: 10px; }
.nk-guide__tel-hours { font-size: 13px; color: rgba(255, 255, 255, .85); margin-top: 4px; }

/* ============ TOP 4項目ナンバーカード ============ */
.nk-promise { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.nk-promise__card { background: #fff; border: 1px solid #E3EAD7; border-radius: 16px; padding: 30px 24px; box-shadow: 0 6px 22px rgba(40, 60, 25, .05); }
.nk-promise__num { font-family: 'Barlow Semi Condensed', sans-serif; font-size: 34px; color: #7EBB43; font-weight: 600; line-height: 1; }
.nk-promise__ttl { margin: 12px 0 8px; font-size: 17px; color: #26301C; }
.nk-promise__txt { margin: 0; font-size: 13.5px; color: #6E7B60; line-height: 1.85; }

/* ============ 下層ページヒーロー ============ */
.nk-phero { position: relative; background: #fff; }
.nk-phero__img { height: 300px; margin-left: 100px; overflow: hidden; border-radius: 20px 0 0 0; background-size: cover; background-position: center; }
.nk-phero__label { position: absolute; left: 0; bottom: 0; background: #fff; border-radius: 0 40px 0 0; padding: 26px 64px 22px 40px; }
.nk-phero__en { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 46px; letter-spacing: .08em; color: #4E8C2C; line-height: 1; }
.nk-phero__ja { font-size: 15px; color: #26301C; letter-spacing: .34em; margin-top: 6px; }

/* ============ 縦積み枠 / パネル / テーブル ============ */
.nk-stack { max-width: 960px; margin: 0 auto; padding: 0 40px; display: flex; flex-direction: column; gap: 20px; }
.nk-stack--narrow { max-width: 900px; }
.nk-stack--contact { max-width: 1100px; }
.nk-stack--contact > .nk-tel-box,
.nk-stack--contact > .nk-privacy { max-width: 900px; width: 100%; margin-left: auto; margin-right: auto; }
.nk-stack.nk-block--sm { padding-top: 64px; padding-bottom: 64px; }
.nk-panel { background: #fff; border: 1px solid #E3EAD7; border-radius: 16px; box-shadow: 0 6px 22px rgba(40, 60, 25, .05); }
.nk-panel__head { padding: 30px 34px 0; }
.nk-panel__body { padding: 20px 34px 34px; }
.nk-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.nk-table th { text-align: left; width: 200px; padding: 16px 8px; color: #6E7B60; font-weight: 700; vertical-align: top; border-bottom: 1px solid #EEF3E5; }
.nk-table td { padding: 16px 8px; color: #3A4531; border-bottom: 1px solid #EEF3E5; }
.nk-table tr:last-child th, .nk-table tr:last-child td { border-bottom: none; }
.nk-map { border-radius: 12px; overflow: hidden; height: 360px; border: 1px solid #E3EAD7; }

/* ============ 代表挨拶 ============ */
.nk-msg-wrap { max-width: 1200px; margin: 0 auto; padding: 76px 40px 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.nk-msg__photos { display: flex; flex-direction: column; gap: 32px; padding: 22px; }
.nk-msg__head { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; }
.nk-msg__en { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 42px; letter-spacing: .05em; color: #4E8C2C; line-height: 1; }
.nk-msg__tag { font-size: 14px; font-weight: 700; color: #26301C; letter-spacing: .16em; }
.nk-msg__ttl { margin: 0 0 30px; font-size: 26px; font-weight: 700; color: #26301C; line-height: 1.7; }
.nk-msg__body p { margin: 0 0 18px; font-size: 15px; line-height: 2; color: #3A4531; }
.nk-msg__body p:last-child { margin: 0; }
.nk-msg__sign { margin-top: 26px; display: flex; align-items: baseline; gap: 12px; }
.nk-msg__sign-label { font-size: 13px; color: #6E7B60; }
.nk-msg__sign-name { font-size: 20px; font-weight: 700; color: #26301C; }

/* ============ 業務内容 左右交互 ============ */
.nk-service { max-width: 1120px; margin: 0 auto; padding: 76px 40px; display: flex; flex-direction: column; gap: 80px; }
.nk-feat { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.nk-feat__eyebrow { display: flex; align-items: baseline; gap: 16px; margin-bottom: 16px; }
.nk-feat__num { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 66px; color: #7EBB43; line-height: .9; }
.nk-feat__label { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; letter-spacing: .16em; color: #A9C77E; font-size: 14px; }
.nk-feat__ttl { margin: 0 0 16px; font-size: 26px; font-weight: 700; color: #26301C; line-height: 1.5; }
.nk-feat__txt { margin: 0; font-size: 15px; color: #3A4531; line-height: 2; }
.nk-feat__pill { display: inline-block; background: #F3F8EB; border-radius: 999px; padding: 8px 18px; margin-bottom: 14px; color: #34641C; font-size: 14px; font-weight: 700; }

/* ============ お知らせ ページ ============ */
.nk-newswrap { max-width: 1200px; margin: 0 auto; padding: 76px 40px; display: flex; flex-direction: column; gap: 72px; }
/* 乾太くん 大型カード */
.nk-kbig { border-radius: 24px; overflow: hidden; border: 1px solid #DDEAC8; box-shadow: 0 16px 40px rgba(126, 187, 67, .12); }
.nk-kbig__top { display: grid; grid-template-columns: 42% 58%; background: #F3F8EB; align-items: stretch; }
.nk-kbig__img { position: relative; min-width: 0; height: 400px; }
.nk-kbig__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nk-kbig__intro { min-width: 0; padding: 46px 50px; display: flex; flex-direction: column; justify-content: center; }
.nk-kbig__tags { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.nk-tag-red { background: linear-gradient(135deg, #F5A623, #EF8200); color: #fff; font-weight: 700; font-size: 13px; padding: 7px 16px; border-radius: 999px; box-shadow: 0 4px 12px rgba(239, 130, 0, .35); }
.nk-tag-pick { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; letter-spacing: .16em; color: #7EBB43; font-size: 13px; }
.nk-kbig__ttl { margin: 0 0 16px; font-size: 27px; font-weight: 700; color: #26301C; line-height: 1.5; }
.nk-kbig__lead { margin: 0; font-size: 15px; color: #3A4531; line-height: 2; }
.nk-kbig__body { background: #fff; padding: 52px 56px; display: flex; flex-direction: column; gap: 48px; }
/* 会話 */
.nk-talk { background: #F3F8EB; border-radius: 18px; padding: 30px 34px; }
.nk-talk__head { text-align: center; font-weight: 700; color: #4E8C2C; font-size: 14px; letter-spacing: .12em; margin-bottom: 20px; }
.nk-talk__list { display: flex; flex-direction: column; gap: 16px; }
.nk-talk__row { display: flex; gap: 12px; align-items: flex-start; }
.nk-talk__row--me { flex-direction: row-reverse; }
.nk-talk__ava { flex: none; width: 72px; height: 72px; border-radius: 50%; background: #7EBB43; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; overflow: hidden; }
.nk-talk__ava img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nk-talk__row--me .nk-talk__ava { background: #4E8C2C; font-size: 15px; }
.nk-talk__bubble { background: #fff; border-radius: 4px 16px 16px 16px; padding: 14px 18px; font-size: 15px; color: #26301C; line-height: 1.7; }
.nk-talk__row--me .nk-talk__bubble { background: #EAF2DC; border-radius: 16px 4px 16px 16px; }
/* 悩み→解決 */
.nk-solve { text-align: center; }
.nk-solve__lead { margin: 0 0 8px; font-size: 16px; color: #3A4531; line-height: 1.9; }
.nk-solve__big { margin: 14px 0 0; font-size: 20px; font-weight: 700; color: #26301C; line-height: 1.7; }
.nk-solve__big span { background: linear-gradient(transparent 60%, #FCE96A 60%); color: #34641C; }
/* 4つのポイント */
.nk-points { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.nk-point { border: 1px solid #E3EAD7; border-radius: 16px; padding: 26px 28px; }
.nk-point__no { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; color: #A9C77E; font-size: 13px; letter-spacing: .14em; }
.nk-point__ttl { margin: 6px 0 8px; font-size: 18px; font-weight: 700; color: #26301C; }
.nk-point__txt { margin: 0; font-size: 14px; color: #6E7B60; line-height: 1.85; }
.nk-point__txt strong { color: #4E8C2C; }
/* 比較バー */
.nk-bars { display: flex; flex-direction: column; gap: 14px; }
.nk-bar { display: grid; grid-template-columns: 180px 1fr 64px; align-items: center; gap: 14px; }
.nk-bar__name { font-size: 14px; font-weight: 700; color: #26301C; }
.nk-bar__name--muted { font-weight: 600; color: #6E7B60; }
.nk-bar__track { background: #EEF3E5; border-radius: 999px; height: 22px; }
.nk-bar__fill { height: 100%; border-radius: 999px; }
.nk-bar__fill--main { background: #7EBB43; }
.nk-bar__fill--sub { background: #C6D2B8; }
.nk-w19 { width: 19%; }
.nk-w58 { width: 58%; }
.nk-w100 { width: 100%; }
.nk-bar__val { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 19px; text-align: right; }
.nk-bar__val--main { color: #4E8C2C; }
.nk-bar__val--muted { color: #8A9A78; }
.nk-note { font-size: 12.5px; color: #9AA88B; margin: 14px 0 0; }
/* コスパカード */
.nk-costs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.nk-cost { background: #F3F8EB; border-radius: 16px; padding: 28px 30px; }
.nk-cost__ttl { margin: 0 0 8px; font-size: 16px; font-weight: 700; color: #34641C; }
.nk-cost__txt { margin: 0; font-size: 14px; color: #3A4531; line-height: 1.9; }
.nk-cost__txt strong { color: #34641C; }
/* オール電化CTA */
.nk-ele { background: linear-gradient(135deg, #7EBB43, #5E9E33); border-radius: 18px; padding: 34px 40px; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nk-ele__en { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; letter-spacing: .14em; color: rgba(255, 255, 255, .85); font-size: 12px; margin-bottom: 6px; }
.nk-ele__ttl { margin: 0 0 8px; font-size: 20px; font-weight: 700; }
.nk-ele__txt { margin: 0; font-size: 14px; color: rgba(255, 255, 255, .92); line-height: 1.85; }
.nk-ele__btn { flex: none; background: #fff; color: #4E8C2C; font-weight: 700; font-size: 15px; padding: 15px 28px; border-radius: 10px; }
.nk-ele__btn:hover { background: #F3F8EB; color: #4E8C2C; opacity: 1; }
/* 製品02/03 ラベル・チェックリスト・数値 */
.nk-plabel { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; letter-spacing: .16em; color: #A9C77E; font-size: 13px; }
.nk-check { display: flex; flex-direction: column; gap: 12px; }
.nk-check__item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #3A4531; }
.nk-check__item i { color: #7EBB43; }
.nk-stat { display: flex; align-items: baseline; gap: 10px; margin-bottom: 16px; background: #F3F8EB; border-radius: 14px; padding: 16px 20px; }
.nk-stat__label { font-size: 14px; color: #34641C; font-weight: 700; }
.nk-stat__big { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 44px; color: #4E8C2C; line-height: 1; }
.nk-stat__big small { font-size: 24px; }
/* 求人・不動産ボックス */
.nk-info { border-radius: 20px; padding: 40px 46px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nk-info--pale { background: #F3F8EB; }
.nk-info--white { background: #fff; border: 1px solid #E3EAD7; box-shadow: 0 6px 22px rgba(40, 60, 25, .05); }
.nk-info__label { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; letter-spacing: .16em; color: #7EBB43; font-size: 13px; }
.nk-info__ttl { margin: 4px 0 10px; font-size: 22px; font-weight: 700; color: #26301C; }
.nk-info__txt { margin: 0; font-size: 14px; color: #4A5540; line-height: 1.9; }
.nk-info__badge { flex: none; background: #fff; border: 1px solid #DDE6CE; color: #6E7B60; font-weight: 700; font-size: 14px; padding: 12px 22px; border-radius: 999px; }
.nk-info__state { flex: none; text-align: center; background: #F3F8EB; border-radius: 16px; padding: 20px 30px; }
.nk-info__state-label { font-size: 12px; color: #6E7B60; margin-bottom: 4px; }
.nk-info__state-val { font-size: 22px; font-weight: 700; color: #4E8C2C; }

/* ============ ガス料金 ページ ============ */
.nk-promise-list { display: flex; flex-direction: column; gap: 14px; margin-top: 22px; }
.nk-promise-item { display: flex; gap: 16px; background: #F3F8EB; border-radius: 14px; padding: 22px 24px; }
.nk-promise-item__no { flex: none; width: 34px; height: 34px; border-radius: 50%; background: #7EBB43; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 18px; }
.nk-promise-item__ttl { margin: 0 0 5px; font-size: 16px; font-weight: 700; color: #26301C; }
.nk-promise-item__txt { margin: 0; font-size: 14px; color: #4A5540; line-height: 1.9; }
.nk-lead { margin: 0 0 6px; font-size: 15px; color: #3A4531; line-height: 2; }
.nk-sign { text-align: right; margin-top: 24px; font-size: 14px; color: #3A4531; }
.nk-sign__muted { color: #9AA88B; }
.nk-sign__name { font-weight: 700; color: #26301C; font-size: 16px; margin-top: 4px; }
.nk-notice { background: #F3F8EB; border-radius: 14px; padding: 34px 36px; display: flex; gap: 20px; align-items: flex-start; }
.nk-notice__ico { flex: none; color: #7EBB43; font-size: 28px; margin-top: 2px; }
.nk-notice__txt p { margin: 0 0 12px; font-size: 15px; color: #3A4531; line-height: 2; }
.nk-notice__txt p:last-child { margin: 0; }
.nk-pay { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.nk-pay__item { border: 1px solid #E3EAD7; border-radius: 12px; padding: 22px 24px; }
.nk-pay__ttl { margin: 0 0 6px; font-size: 16px; color: #26301C; }
.nk-pay__txt { margin: 0; font-size: 14px; color: #6E7B60; line-height: 1.8; }
.nk-pay__note { margin: 16px 0 0; font-size: 13px; color: #6E7B60; line-height: 1.9; }

/* ============ お問い合わせ ページ ============ */
.nk-help { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nk-help__item { background: #F3F8EB; border-radius: 14px; padding: 26px 24px; }
.nk-help__ttl { margin: 0 0 8px; font-size: 15px; font-weight: 700; color: #34641C; }
.nk-help__txt { margin: 0; font-size: 14px; color: #3A4531; line-height: 1.85; }
.nk-help-note { margin: 16px 0 0; font-size: 13px; color: #6E7B60; line-height: 1.7; }
.nk-tel-box { background: linear-gradient(135deg, #7EBB43, #5E9E33); border-radius: 18px; padding: 40px; color: #fff; text-align: center; box-shadow: 0 12px 28px rgba(126, 187, 67, .22); }
.nk-tel-box__en { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; letter-spacing: .14em; color: rgba(255, 255, 255, .85); font-size: 12px; }
.nk-tel-box__note { margin: 6px 0; font-size: 14px; color: rgba(255, 255, 255, .92); }
.nk-tel-box__num { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 46px; letter-spacing: .01em; line-height: 1.1; }
.nk-tel-box__num i { font-size: .7em; margin-right: 14px; }
.nk-tel-box__hours { font-size: 13px; color: rgba(255, 255, 255, .9); margin-top: 8px; }
.nk-form { display: flex; flex-direction: column; gap: 16px; }
.nk-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.nk-label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 700; color: #4A5540; }
.nk-req { color: #E0111A; }
.nk-field { padding: 12px 14px; border: 1px solid #DDE6CE; border-radius: 10px; font-size: 15px; background: #FBFDF7; width: 100%; }
.nk-field:focus { outline: none; border-color: #7EBB43; }
textarea.nk-field { resize: vertical; }
.nk-submit { margin-top: 6px; align-self: center; background: #7EBB43; color: #fff; font-weight: 700; font-size: 16px; padding: 15px 60px; border: none; border-radius: 12px; cursor: pointer; box-shadow: 0 8px 18px rgba(126, 187, 67, .32); }
.nk-submit:hover { background: #6BA636; }
.nk-form__privacy { margin: 0; text-align: center; font-size: 12px; color: #9AA88B; line-height: 1.7; }
.nk-privacy { background: #fff; border: 1px solid #E3EAD7; border-radius: 16px; box-shadow: 0 6px 22px rgba(40, 60, 25, .05); overflow: hidden; }
.nk-privacy > summary { display: flex; align-items: center; gap: 14px; padding: 26px 34px; font-size: 20px; font-weight: 700; color: #26301C; list-style: none; cursor: pointer; }
.nk-privacy > summary::-webkit-details-marker { display: none; }
.nk-privacy > summary::before { content: ""; width: 6px; height: 24px; border-radius: 3px; background: #7EBB43; flex: none; }
.nk-privacy__mark { margin-left: auto; color: #7EBB43; font-size: 24px; transition: transform .25s; }
.nk-privacy[open] .nk-privacy__mark { transform: rotate(45deg); }
.nk-privacy__body { padding: 4px 34px 32px; font-size: 14px; color: #3A4531; line-height: 1.95; }
.nk-privacy__body p { margin: 0 0 12px; }
.nk-privacy__body p:last-child { margin: 0; }
.nk-privacy__body strong { color: #34641C; }

/* ============ CONTACT 帯（フッター直前） ============ */
.nk-contact { position: relative; background: #fff; overflow: hidden; padding: 24px 0; }
.nk-contact__stage { position: relative; width: 100%; height: 660px; }
.nk-contact__bg { position: absolute; top: 50px; left: 0; right: 0; bottom: 0; background: #7EBB43; border-radius: 0 0 0 130px; z-index: 1; }
.nk-contact__img { position: absolute; top: 20px; left: 0; width: 45%; height: 580px; border-radius: 0 60px 60px 0; overflow: hidden; z-index: 2; background-size: cover; background-position: center; }
.nk-contact__card { position: absolute; top: 110px; left: 37%; right: 0; background: #fff; border-radius: 60px 0 0 60px; box-shadow: 0 12px 32px rgba(40, 60, 25, .06); padding: 60px 72px; z-index: 3; }
.nk-contact__head { text-align: center; }
.nk-contact__en { display: block; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 60px; letter-spacing: .03em; color: #4E8C2C; line-height: 1; }
.nk-contact__ja { display: block; font-size: 18px; color: #26301C; letter-spacing: .34em; margin-top: 10px; }
.nk-contact__lead { margin: 34px 0 0; font-size: 15px; color: #4A5540; line-height: 2; }
.nk-contact__actions { display: flex; align-items: center; justify-content: center; gap: 44px; margin-top: 44px; }
.nk-contact__tel-num { display: flex; align-items: baseline; gap: 8px; margin: 0; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 34px; letter-spacing: .01em; color: #4E8C2C; }
.nk-contact__tel-num a { display: contents; text-decoration: none; color: #4E8C2C; }
.nk-contact__tel-num a:hover { color: #3A6B1F; }
.nk-contact__tel-num i { font-size: .7em; color: #7EBB43; }
.nk-contact__tel-label { font-size: 20px; }
.nk-contact__tel-note { font-size: 13px; color: #6E7B60; margin: 4px 0 0; }
.nk-contact__divider { width: 1px; height: 64px; background: #E3EAD7; }
.nk-contact__mail { display: inline-flex; align-items: center; gap: 10px; border: 1px solid #7EBB43; color: #4E8C2C; font-weight: 700; font-size: 15px; padding: 20px 40px; border-radius: 2px; background: transparent; }
.nk-contact__mail:hover { background: #7EBB43; color: #fff; opacity: 1; }

/* ============ フッター ============ */
.nk-footer { position: relative; background: #fff; padding: 64px 0 40px; }
.nk-footer__inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.nk-footer__info { text-align: center; }
.nk-footer__logo { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.nk-footer__addr { margin: 0 0 4px; font-size: 14px; color: #3A4531; }
.nk-footer__nav { display: inline-grid; grid-template-columns: repeat(3, auto); gap: 14px 40px; text-align: left; margin: 20px 0 0; }
.nk-footer__nav a { display: flex; align-items: center; gap: 10px; color: #3A4531; font-size: 14px; }
.nk-footer__nav a::before { content: ""; width: 3px; height: 14px; background: #7EBB43; flex: none; }
.nk-footer__nav a:hover { color: #4E8C2C; opacity: 1; }
.nk-footer__sns { display: flex; justify-content: center; align-items: center; gap: 8px; color: #4E8C2C; font-size: 13px; font-weight: 700; margin-top: 22px; }
.nk-footer__sns i { font-size: 16px; }
.nk-footer__copyright { margin: 26px 0 0; font-size: 13px; color: #8A9A78; font-family: 'Barlow Semi Condensed', sans-serif; letter-spacing: .04em; }
.nk-footer__map { border-radius: 6px; overflow: hidden; height: 340px; border: 1px solid #E3EAD7; }
.nk-footer__map iframe { width: 100%; height: 100%; border: 0; }

/* ============ TOP 業務内容（カラー帯＋白カード：参考サイト風） ============ */
.nk-svc { background: linear-gradient(160deg, #86C24C, #5E9E33); }
.nk-svc__head { text-align: center; margin-bottom: 46px; }
.nk-svc__en { margin: 0; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 700; font-size: 56px; letter-spacing: .06em; color: #fff; line-height: 1; }
.nk-svc__ja { display: inline-block; margin-top: 16px; color: #fff; font-weight: 700; font-size: 16px; letter-spacing: .24em; }
.nk-svc__list { display: flex; flex-direction: column; gap: 34px; }
.nk-svc__card { position: relative; z-index: 1; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; background: #fff; border-radius: 20px; padding: 46px 54px; box-shadow: 0 18px 44px rgba(0, 0, 0, .16); }
.nk-svc__card:nth-child(even) .nk-svc__media { order: -1; }
/* スクロール演出：カード背景を左からワイプ（参考サイト bg-anime-left / bg-on-left 準拠） */
.nk-svc__card.bg-anime-left { background: transparent; }
.nk-svc__card.bg-anime-left::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #fff; z-index: -1; }
.nk-svc__card.bg-anime-left.bg-on-left::before { animation: nk-bg-on-left 1s ease-out forwards; }
@keyframes nk-bg-on-left { from { width: 0; } to { width: 100%; } }
/* 画像は少し遅れて上からワイプ（参考サイト time2 準拠） */
.nk-svc__card.bg-anime-left.bg-on-left .nk-svc__media { animation: nk-reveal-top .8s ease-out .8s backwards; }
@keyframes nk-reveal-top { from { clip-path: inset(0 0 100% 0); } to { clip-path: inset(0 0 0 0); } }
@media (prefers-reduced-motion: reduce) {
  .nk-svc__card.bg-anime-left { background: #fff; }
  .nk-svc__card.bg-anime-left::before { display: none; }
  .nk-svc__card.bg-anime-left.bg-on-left .nk-svc__media { animation: none; }
}
.nk-svc__ttlrow { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.nk-svc__num { flex: none; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 700; font-size: 64px; line-height: 1; letter-spacing: .02em; color: transparent; -webkit-text-stroke: 2px #C9D9B4; }
.nk-svc__ttl { margin: 0; font-size: 25px; font-weight: 700; color: #26301C; line-height: 1.4; }
.nk-svc__txt { margin: 0; font-size: 15px; color: #3A4531; line-height: 2; }
.nk-svc__media { height: 280px; border-radius: 14px; overflow: hidden; box-shadow: 0 12px 28px rgba(40, 60, 25, .16); }
.nk-svc__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nk-svc__more { text-align: center; margin-top: 44px; }
.nk-svc__more a { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: #4E8C2C; font-weight: 700; font-size: 16px; letter-spacing: .06em; padding: 16px 48px; border-radius: 8px; box-shadow: 0 8px 20px rgba(0, 0, 0, .14); }
.nk-svc__more a:hover { background: #F3F8EB; color: #4E8C2C; opacity: 1; }

/* ============ お問い合わせ完了（thanks） ============ */
.nk-thanks { margin-top: 60px; background: #fff; border: 1px solid #E3EAD7; border-radius: 16px; box-shadow: 0 6px 22px rgba(40, 60, 25, .05); padding: 64px 56px; text-align: center; }
.nk-thanks__ico { color: #7EBB43; font-size: 64px; line-height: 1; margin-bottom: 20px; }
.nk-thanks__ttl { margin: 0 0 20px; font-size: 26px; font-weight: 700; color: #26301C; }
.nk-thanks__txt { margin: 0 auto; max-width: 640px; font-size: 15px; color: #3A4531; line-height: 2; }
.nk-thanks__tel { margin: 36px auto; padding: 26px 24px; max-width: 520px; background: #F3F8EB; border-radius: 14px; }
.nk-thanks__tel-label { display: block; font-size: 13px; color: #6E7B60; }
.nk-thanks__tel-num { display: inline-flex; align-items: center; gap: 12px; margin: 6px 0 4px; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 600; font-size: 34px; color: #4E8C2C; }
.nk-thanks__tel-num i { font-size: .7em; color: #7EBB43; }
.nk-thanks__tel-num:hover { color: #3A6B1F; opacity: 1; }
.nk-thanks__tel-hours { display: block; font-size: 13px; color: #6E7B60; }

/* ============ ページトップボタン（テンプレのオレンジをサイトの緑に上書き） ============ */
.page-top__link { background: #7EBB43; }
.page-top__link:hover { background: #6BA636; }

/* ============ スマホの電話番号/FAX/メール自動リンク化対策 ============ */
/* テンプレ既定のリンク色（オレンジ #ec6800）をサイトの緑に上書き。
   スマホは電話番号・FAX・メールをテキストから自動でリンク化するため、
   .nk-* を持たない自動生成リンクがオレンジになるのを防ぐ。 */
a { color: #4E8C2C; }
/* 番号がテキストのままの箇所（フッター住所・会社概要テーブル・電話ボックス）は
   自動リンク化されても周囲の文字色に馴染ませる */
.nk-footer__addr a,
.nk-table a,
.nk-tel-box a { color: inherit !important; text-decoration: none !important; }

/* ============ フォームCMS 送信ボタン（サイトのボタンデザインに統一） ============ */
.submit-btn {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 8px auto 0 !important;
  background: #7EBB43 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-align: center !important;
  padding: 15px 60px !important;
  border: none !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 18px rgba(126, 187, 67, .32) !important;
  transition: background .2s ease !important;
}
.submit-btn:hover { background: #6BA636 !important; }
/* 「必須」バッジ：テンプレの赤をサイトの必須マーク色に */
.form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before { background: linear-gradient(135deg, #F5A623, #EF8200) !important; }
/* 送信ボタンの装飾(::before)：ホバー前後とも白で固定 */
.form-pattern-2 .submit-btn::before { background-color: #fff !important; }
.form-pattern-2 .submit-btn:hover::before { background-color: #fff !important; }

/* ============ レスポンシブ ============ */
@media (max-width: 1100px) {
  .nk-header__row1 { padding: 12px 18px; }
  .nk-header__right, .nk-gnav { display: none; }
  .nk-logo__name { font-size: 16px; }
}
@media (max-width: 896px) {
  #slideshow { height: 440px; }
  .nk-guide, .nk-promise, .nk-help { grid-template-columns: 1fr 1fr; }
  .nk-feat, .nk-msg-wrap, .nk-kanta__grid, .nk-footer__inner { grid-template-columns: 1fr; gap: 36px; }
  .nk-msg-wrap { padding-top: 56px; }
  .nk-kbig__top, .nk-points, .nk-costs, .nk-pay, .nk-form__row { grid-template-columns: 1fr; }
  .nk-kbig__img { min-height: 260px; }
  .nk-kanta__ph { width: 100%; }
  .nk-ele, .nk-info { flex-direction: column; text-align: left; align-items: flex-start; }
  .nk-contact__stage { height: auto; }
  .nk-contact__bg { display: none; }
  .nk-contact__img { position: relative; width: 100%; height: 240px; border-radius: 16px; top: 0; }
  .nk-contact__card { position: relative; left: 0; right: 0; border-radius: 16px; padding: 40px 28px; margin-top: 16px; box-shadow: 0 6px 22px rgba(40, 60, 25, .06); }
  .nk-contact__actions { flex-direction: column; gap: 20px; }
  .nk-contact__divider { width: 64px; height: 1px; }
  .nk-phero__img { margin-left: 40px; }
  .nk-svc__card { grid-template-columns: 1fr; gap: 28px; padding: 34px 30px; }
  .nk-svc__card:nth-child(even) .nk-svc__media { order: 0; }
  .nk-svc__media { order: -1; height: 240px; }
  .nk-svc__en { font-size: 42px; }
}
@media (max-width: 639px) {
  .nk-guide, .nk-promise, .nk-help { grid-template-columns: 1fr; }
  #slideshow { height: 320px; }
  .nk-hero__title { font-size: 30px; }
  .nk-hero__lead { font-size: 14px; }
  .nk-block { padding: 56px 0; }
  .nk-block--sm { padding: 40px 0; }
  .nk-container, .nk-stack, .nk-service, .nk-newswrap { padding-left: 20px; padding-right: 20px; }
  .nk-msg-wrap { padding-left: 20px; padding-right: 20px; }
  .nk-secthead__ttl { font-size: 26px; }
  .nk-phero__img { margin-left: 20px; height: 200px; }
  .nk-phero__en { font-size: 32px; }
  .nk-phero__label { padding: 18px 28px 16px 20px; }
  .nk-kbig__intro, .nk-kbig__body { padding: 28px 22px; }
  .nk-panel__head { padding: 24px 20px 0; }
  .nk-panel__body { padding: 16px 20px 24px; }
  .nk-contact__en { font-size: 44px; }
  .nk-bar { grid-template-columns: 104px 1fr 50px; gap: 10px; }
  .nk-feat__num { font-size: 52px; }
  .nk-svc__num { font-size: 50px; }
  .nk-svc__ttl { font-size: 21px; }
  .nk-svc__ttlrow { gap: 12px; }
  .nk-svc__card { padding: 26px 22px; }
}

/* ============ TOP 乾太くん：ガス代定額制プラン訴求 ============ */
.nk-subsc { margin: 0 0 32px; padding: 24px 26px; border: 2px solid #7EBB43; border-radius: 14px; background: #F3F8EB; text-align: left; }
.nk-subsc__tag { display: inline-block; background: #5A9130; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; padding: 5px 12px; border-radius: 999px; }
.nk-subsc__ttl { margin: 12px 0 2px; font-size: 17px; font-weight: 700; color: #26301C; }
.nk-subsc__price { margin: 0 0 12px; font-size: 15px; font-weight: 700; color: #4E8C2C; }
.nk-subsc__price strong { font-family: 'Barlow Semi Condensed', sans-serif; font-size: 40px; line-height: 1; margin: 0 3px; }
.nk-subsc__price small { font-size: 14px; }
.nk-subsc__txt { margin: 0 0 8px; font-size: 14px; color: #4A5540; line-height: 1.9; }
.nk-subsc__note { margin: 0; font-size: 12px; color: #6E7B60; line-height: 1.7; }

/* ============ お知らせ：オール電化限定 定額制プラン（拡張） ============ */
.nk-ele--col { flex-direction: column; align-items: stretch; gap: 22px; }
.nk-ele__main { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nk-ele__price { flex: none; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .5); border-radius: 14px; padding: 16px 22px; text-align: center; }
.nk-ele__price-label { display: block; font-size: 13px; color: rgba(255, 255, 255, .92); }
.nk-ele__price-val { display: block; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 700; font-size: 46px; line-height: 1.15; color: #fff; }
.nk-ele__price-val small { font-size: 16px; font-weight: 700; margin-left: 4px; }
.nk-ele__price-note { display: block; margin-top: 6px; font-size: 11px; line-height: 1.6; color: rgba(255, 255, 255, .85); }
.nk-ele__voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.nk-voice { background: #fff; border-radius: 12px; padding: 16px 18px; }
.nk-voice__label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 700; color: #4E8C2C; }
.nk-voice__txt { margin: 0; font-size: 13px; line-height: 1.85; color: #3A4531; }
.nk-ele__foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nk-ele__foot-txt { margin: 0; font-size: 14px; font-weight: 700; color: #fff; }

/* ============ ガス料金：取り組み宣言 ============ */
.nk-secttl-sub { margin: 0 0 6px 20px; font-size: 15px; font-weight: 700; color: #4E8C2C; letter-spacing: .04em; }
.nk-promise-item { align-items: center; }
.nk-promise-item__ttl:only-child { margin: 0; font-size: 17px; letter-spacing: .04em; }

/* ============ 会社概要：登録・認定（事業者証） ============ */
.nk-licenses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 18px; }
.nk-license { margin: 0; }
.nk-license__frame { background: #F7F9F3; border: 1px solid #E3EAD7; border-radius: 12px; overflow: hidden; aspect-ratio: 16 / 10; box-shadow: 0 6px 20px rgba(40, 60, 25, .08); }
.nk-license__frame img { width: 100%; height: 100%; object-fit: contain; display: block; }
.nk-license__cap { margin: 10px 0 0; font-size: 13px; color: #3A4531; text-align: center; line-height: 1.6; }

/* ============ ベース文字ウェイト（サイト全体を600に） ============ */
/* main.css の body には font-weight 指定が無く、本文がブラウザ既定の400で   */
/* 描画されていたため、ベース側で600を明示する。                            */
body { font-weight: 600; }
input, select, textarea, button { font-weight: 600; }

/* ============ ライトボックス（画像ポップアップ） ============ */
/* トリガーは <button class="nk-license__frame js-lightbox">。overlayはJSで生成。 */
.nk-license__frame.js-lightbox {
  display: block; width: 100%; padding: 0; cursor: zoom-in;
  position: relative; font: inherit; color: inherit; -webkit-appearance: none; appearance: none;
  transition: box-shadow .25s ease, transform .25s ease;
}
.nk-license__frame.js-lightbox:hover { box-shadow: 0 12px 28px rgba(40, 60, 25, .18); transform: translateY(-2px); }
.nk-license__frame.js-lightbox:focus-visible { outline: 3px solid #7EBB43; outline-offset: 3px; }
.nk-license__zoom {
  position: absolute; right: 10px; bottom: 10px; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(90, 145, 48, .88); color: #fff; font-size: 14px;
  display: flex; align-items: center; justify-content: center; pointer-events: none;
}

.nk-lb {
  position: fixed; inset: 0; z-index: 1000; display: none;
  align-items: center; justify-content: center; padding: 48px 24px;
  background: rgba(20, 30, 14, .88); cursor: zoom-out;
}
.nk-lb.is-open { display: flex; }
.nk-lb__inner { max-width: 1100px; width: 100%; }
.nk-lb__fig { margin: 0; text-align: center; cursor: default; }
.nk-lb__img {
  display: block; margin: 0 auto; max-width: 100%; max-height: calc(100vh - 150px);
  width: auto; height: auto; border-radius: 10px; background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
}
.nk-lb__cap { margin: 16px 0 0; font-size: 15px; font-weight: 600; color: #fff; letter-spacing: .04em; }
.nk-lb__close {
  position: absolute; top: 20px; right: 24px; width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .12);
  color: #fff; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.nk-lb__close:hover { background: rgba(255, 255, 255, .24); }
