/*
 * ======================================
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * プレフィックス skg- = 佐久川（Sakugawa）
 * ======================================
 *
 * .skg-container / --narrow / --xnarrow   - 1200/1000/900px + 左右 clamp(20px,4vw,40px) の内側余白付きコンテナ
 * .skg-section / --sm / --blog / --entry  - clamp()で可変するセクション上下余白
 * .skg-en / --sm                          - Archivo Black のオレンジ英字ラベル（13px / ls .24em）
 * .skg-label / --mv                       - 左に40pxラインが付く英字ラベル（ヒーロー・MV）
 * .skg-heading / __ttl / __note / --mb*   - 英字ラベル＋日本語h2の左揃え見出し
 * .skg-lead / --mb40                      - 見出し下のリード文
 * .skg-btn / --orange / __arrow           - 矢印サークル付き角丸4pxボタン（黒 / オレンジ）
 * .skg-arrow                              - 28px 円形矢印
 * .skg-btn-tel / --white / --hero         - アイコン円＋立体シャドウ付き電話ボタン
 * .skg-btn-outline                        - 2px枠線ボタン（hover黒反転）
 * .skg-icon-tel / .skg-brush              - 電話SVGアイコン / 筆ストロークSVG
 * .skg-header ほか / .skg-logo            - ヘッダー（黒背景・オレンジ下線）/ RPテキストロゴ
 * .skg-nav-toggle / .skg-sp-nav           - ヘッダー内に収まるハンバーガー / ヘッダー直下ドロワー
 * .skg-footer ほか                        - 写真＋黒グラデ背景フッター / 店舗情報dl
 * .skg-mv ほか                            - TOPメインビジュアル（グラデ暗幕・斜めストライプ・筆文字キャッチ）
 * .skg-card-grid / .skg-card              - サムネイル＋カテゴリ＋日付＋タイトルの記事カード
 * .skg-more                               - 一覧ボタンの中央配置
 * .skg-bgtext / --section / --hero        - 背景の巨大透かし英字
 * .skg-service / .skg-point / .skg-check  - TOP事業内容（写真＋番号、チェックリスト）
 * .skg-strength / .skg-badge              - 黒帯＋オレンジバッジの強みボックス
 * .skg-maint                              - 黒背景の2カラムボックス（車検・修理）
 * .skg-request / .skg-marker              - 来店予約のお願い（縦線見出し・窓口枠・L字フレーム写真）/ 太マーカー
 * .skg-stripe-top                         - 上端のオレンジ×黒ハザードストライプ
 * .skg-reason / .skg-reason-head          - 選ばれる理由（3列＋縦区切り線）
 * .skg-hero ほか                          - 下層ヒーロー（黒背景・2カラム・透かし英字）
 * .skg-feature                            - 黒ヘッダー付き枠線カード（特徴）
 * .skg-notice                             - 天頂ボーダー＋「!」アイコンの注意事項ボックス
 * .skg-flow                               - STEP番号カード（最終ステップ黒反転）
 * .skg-faq                                - accordion の Q/A 角バッジ版
 * .skg-cta                                - 背景写真＋黒ボックスの電話CTA
 * .skg-links / .skg-link-card             - 画像付き相互リンクカード
 * .skg-lineup                             - 写真＋本文の横長サービスカード
 * .skg-catch / .skg-outline / .skg-map    - 会社概要キャッチ / 会社情報dl / 地図
 * .skg-blog / .skg-tab / .skg-side ほか   - 部品販売一覧・詳細（メイン＋サイド、カテゴリリンク、サイドウィジェット）
 * .skg-pagination / .skg-breadcrumb       - pagination / breadcrumb の見た目上書き
 * .skg-entry ほか                         - 記事詳細（メタ・タイトル・本文・在庫確認CTA・戻る）
 *
 * ======================================
 * 共通SCSSに不足していたもの
 * ======================================
 *
 * 【値の粒度不足】
 *  - clamp() による可変値（セクション余白・見出しサイズ・gap）を表す utility がない
 *  - fz-* に 13/15/17/21px 等の奇数値、mb-* に 14/28/36px がない。mb-40以上は tablet で半減してしまう
 *  - container に内側余白（左右padding）を持たせるバリエーションがない
 * 【指定方向不足】
 *  - 背景透かし英字を「右下にはみ出して配置」する position utility がない
 * 【状態不足】
 *  - hover で背景色を任意の明色（#FF7428 / #FFE9DC）に変える utility がない
 * 【構造不足】
 *  - grid の auto-fit + minmax(min(100%,Npx),1fr) による自動段落ちレイアウトがない（grid-auto は250px固定）
 *  - main-side は 76%/21% 固定で、flex-basis（640px / 280px）による伸縮配分ができない
 *  - ヘッダーを fixed にしない静的ヘッダー＋ヘッダー直下に開くドロワー型SPナビがない
 *  - 電話ボタン（アイコン円＋2段テキスト＋立体シャドウ）、STEPカード、注意事項ボックスの型がない
 * 【装飾パターン不足】
 *  - 筆ストロークの下線、ハザードストライプ、写真のL字フレーム装飾がない
 *
 */

/* ==========================================================================
   Base（サイト固有の上書き）
   ========================================================================== */
body {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 896px) {
  body { font-size: 1.6rem; }
}
a:hover { opacity: 1; }

.skg-icon-tel {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}
.skg-brush {
  display: block;
  fill: #EE6014;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.skg-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}
.skg-container--narrow { max-width: 1000px; }
.skg-container--xnarrow { max-width: 900px; }

.skg-section { padding: clamp(72px, 9vw, 120px) 0; }
.skg-section--sm { padding: clamp(64px, 8vw, 104px) 0; }
.skg-section--blog { padding: clamp(48px, 6vw, 80px) 0 clamp(72px, 9vw, 120px); }
.skg-section--entry { padding: clamp(40px, 5vw, 72px) 0 clamp(72px, 9vw, 120px); }

/* ==========================================================================
   Heading / Label
   ========================================================================== */
.skg-en {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .24em;
  color: #EE6014;
}
.skg-en--sm { font-size: 12px; }

.skg-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .24em;
  color: #EE6014;
}
.skg-label::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #EE6014;
  flex-shrink: 0;
}
.skg-label--mv { margin-bottom: 20px; }

.skg-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: clamp(40px, 5vw, 56px);
}
.skg-heading--mb14 { margin-bottom: 14px; }
.skg-heading--mb20 { margin-bottom: 20px; }
.skg-heading--mb36 { margin-bottom: 36px; }
.skg-heading--mb40 { margin-bottom: 40px; }
.skg-heading--mb64 { margin-bottom: clamp(40px, 5vw, 64px); }
.skg-heading__ttl {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.4;
}
.skg-heading__ttl--track { letter-spacing: .04em; }
.skg-heading__ttl--md {
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.45;
  text-wrap: pretty;
}
.skg-heading__note {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  color: #C4430A;
  vertical-align: middle;
}

.skg-lead {
  margin: 0 0 32px;
  font-size: 15.5px;
}
.skg-lead--mb40 { margin-bottom: 40px; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.skg-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #141414;
  color: #fff;
  border-radius: 4px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 700;
  transition: background .3s ease;
}
.skg-btn:hover { background: #EE6014; color: #fff; }
.skg-btn--orange { background: #EE6014; }
.skg-btn--orange:hover { background: #FF7428; }
.skg-btn__arrow,
.skg-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #EE6014;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
}
.skg-btn--orange .skg-btn__arrow { background: #141414; }
.skg-br-sp { display: none; }
@media (max-width: 639px) {
  .skg-br-sp { display: inline; }
}

.skg-btn-tel {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #EE6014;
  color: #fff;
  border-radius: 4px;
  padding: 14px 18px;
  box-shadow: 0 6px 0 #9A3A06;
  transition: background .3s ease;
}
.skg-btn-tel:hover { background: #FF7428; color: #fff; }
.skg-btn-tel__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #141414;
  color: #EE6014;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.skg-btn-tel__body {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.skg-btn-tel__label {
  font-size: 14px;
  font-weight: 700;
}
.skg-btn-tel__num {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: .02em;
}
.skg-btn-tel--white {
  background: #fff;
  color: #141414;
  box-shadow: 0 6px 0 #9E9E9E;
}
.skg-btn-tel--white:hover { background: #FFE9DC; color: #141414; }
.skg-btn-tel--white .skg-btn-tel__icon { background: #EE6014; color: #fff; }
.skg-btn-tel--hero {
  display: inline-flex;
  margin-top: 32px;
  padding: 14px 22px;
  max-width: 100%;
}
.skg-btn-tel--hero .skg-btn-tel__num { letter-spacing: normal; }

.skg-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #141414;
  color: #141414;
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease;
}
.skg-btn-outline:hover { background: #141414; color: #fff; }

/* ==========================================================================
   Header
   ========================================================================== */
.skg-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #141414;
  color: #fff;
  border-bottom: 3px solid #EE6014;
}
.skg-header__inner {
  max-width: 1280px;
  height: auto;
  min-height: 88px;
  padding: 0 clamp(16px, 3vw, 40px);
  gap: 24px;
}
.skg-logo { gap: 12px; color: #fff; }
.skg-logo .skg-logo__icon {
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background: #EE6014;
  font-family: "Archivo Black", sans-serif;
  font-size: 22px;
  color: #141414;
  letter-spacing: -1px;
}
.skg-logo .header-logo__body { line-height: 1.2; }
.skg-logo .skg-logo__sub {
  font-size: 11px;
  letter-spacing: .12em;
  color: #EE6014;
  font-weight: 700;
}
.skg-logo .skg-logo__name {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  color: #fff;
}
.skg-logo--lg .skg-logo__icon { width: 52px; height: 52px; font-size: 24px; letter-spacing: normal; }
.skg-logo--lg .header-logo__body { line-height: 1.25; }
.skg-logo--lg .skg-logo__sub { font-size: 12px; }
.skg-logo--lg .skg-logo__name { font-size: 30px; line-height: 1.25; }

.skg-header__nav {
  flex: 1;
  justify-content: center;
  gap: 4px;
  margin: 0;
}
.skg-header__nav-item a {
  display: block;
  padding: 10px 14px;
  color: #fff;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.skg-header__nav-item a::after { display: none; }
.skg-header__nav-item a:hover,
.skg-header__nav-item a:hover .header__nav-ja { color: #EE6014; }
.skg-header__nav-item .header__nav-ja {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  color: inherit;
}
.skg-header__nav-item.is-current a {
  color: #EE6014;
  border-bottom-color: #EE6014;
}

.skg-header__right {
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  height: auto;
  max-width: 340px;
}
.skg-header__tel {
  gap: 8px;
  color: #EE6014;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: .02em;
  line-height: 1;
}
.skg-header__tel::before { content: none; }
.skg-header__tel:hover { opacity: 1; color: #EE6014; }
.skg-header__tel .skg-icon-tel { width: 22px; height: 22px; }
.skg-header__hours {
  font-size: 11px;
  color: #E6E6E6;
  text-align: right;
}
.skg-header__note {
  font-size: 10.5px;
  color: #FFB48A;
  text-align: right;
}

.skg-header__sp-tel { display: none; }
@media (max-width: 1100px) {
  .skg-header__sp-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: 52px;
    border-radius: 4px;
    background: #EE6014;
    color: #fff;
  }
  .skg-header__sp-tel .skg-icon-tel { width: 20px; height: 20px; }
}

/* ハンバーガー：追従ヘッダー内（右端）に収まるよう固定配置 */
.skg-nav-toggle {
  position: fixed;
  top: 22px;
  right: clamp(16px, 3vw, 40px);
  background: transparent;
  backdrop-filter: none;
  border: 1px solid #555;
  border-radius: 4px;
}
.skg-nav-toggle .nav-toggle__line { width: 20px; background: #fff; }
.skg-nav-toggle .nav-toggle__line:nth-child(1) { top: 13px; }
.skg-nav-toggle .nav-toggle__line:nth-child(2) { top: 20px; }
.skg-nav-toggle .nav-toggle__line:nth-child(3) { top: 27px; }
.skg-nav-toggle.is-active .nav-toggle__line:nth-child(1),
.skg-nav-toggle.is-active .nav-toggle__line:nth-child(3) { top: 20px; }

/* SPナビ：ヘッダー直下に開くドロワー */
.skg-sp-nav {
  position: fixed; /* 追従ヘッダーに合わせてスクロール後もヘッダー直下に開く */
  top: 88px;
  bottom: auto;
  display: block;
  max-height: calc(100vh - 88px);
  max-height: calc(100dvh - 88px);
  padding: 8px 20px 24px;
  background: #1E1E1E;
  border-top: 1px solid #333;
  border-bottom: 3px solid #EE6014;
  overflow-y: auto;
}
.skg-sp-nav .sp-nav__list { max-width: none; text-align: left; }
.skg-sp-nav .sp-nav__item { border-bottom: 1px solid #333; }
.skg-sp-nav .sp-nav__item:first-child { border-top: none; }
.skg-sp-nav .sp-nav__link {
  padding: 16px 4px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.skg-sp-nav .sp-nav__link::after { content: none; }
.skg-sp-nav .sp-nav__link:hover { background: transparent; }
.skg-sp-nav__arrow {
  color: #EE6014;
  font-family: "Archivo Black", sans-serif;
}
.skg-sp-nav .sp-nav__bottom {
  margin-top: 20px;
  max-width: none;
  text-align: left;
}
.skg-sp-nav .skg-sp-nav__tel {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-radius: 4px;
  background: #EE6014;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
.skg-sp-nav .skg-sp-nav__tel::before { content: none; }
.skg-sp-nav__note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.8;
  color: #E6E6E6;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.skg-footer {
  background: linear-gradient(rgba(20, 20, 20, .86), rgba(20, 20, 20, .92)), url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28622/footer-bg.png") center / cover no-repeat #141414;
  color: #fff;
  border-top: 6px solid #EE6014;
}
.skg-footer__body { padding: 0; }
.skg-footer__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 40px 64px;
  max-width: 1200px;
  padding: clamp(48px, 6vw, 72px) clamp(20px, 4vw, 40px) 32px;
}
.skg-footer__left {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.skg-footer__right { width: auto; }
.skg-footer .footer-body__logo { margin-bottom: 0; }
.skg-footer__motto {
  font-size: 22px;
  color: #fff;
  letter-spacing: .08em;
}
.skg-footer__nav {
  flex-direction: row;
  gap: 8px 20px;
  margin-top: 8px;
}
.skg-footer__nav .footer-body__nav-item a {
  font-size: 14px;
  color: #E6E6E6;
}
.skg-footer__nav .footer-body__nav-item a:hover { color: #EE6014; }
@media (max-width: 639px) {
  .skg-footer__nav { display: none; }
}
.skg-footer__sns { margin-top: 0; }
.skg-footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #555;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  transition: all .3s ease;
}
.skg-footer__sns-link:hover { border-color: #EE6014; color: #EE6014; }
.skg-footer__info-ttl {
  margin: 0 0 16px;
  font-size: 13px;
  letter-spacing: .2em;
  color: #EE6014;
}
.skg-footer__info {
  display: grid;
  grid-template-columns: 88px 1fr;
  font-size: 14px;
  line-height: 1.7;
}
.skg-footer__info dt,
.skg-footer__info dd {
  padding: 9px 0;
  border-bottom: 1px solid #333;
}
.skg-footer__info dt { color: #BDBDBD; }
.skg-footer__tel {
  color: #EE6014;
  font-size: 17px;
}
.skg-footer__bottom {
  padding: 18px clamp(20px, 4vw, 40px);
  border-top: 1px solid #2A2A2A;
}
.skg-footer__copyright {
  font-size: 12px;
  color: #9E9E9E;
  letter-spacing: .06em;
}
/* ==========================================================================
   TOP：メインビジュアル
   ========================================================================== */
.skg-mv {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(600px, 82vh, 780px);
  background: #141414;
  overflow: hidden;
}
.skg-mv #slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.skg-mv .swiper-slide,
.skg-mv .main_slider__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.skg-mv .main_slider__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.skg-mv__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(20, 20, 20, .94) 0px, rgba(20, 20, 20, .86) 600px, rgba(20, 20, 20, .25) 100%);
}
.skg-mv__stripe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6%;
  width: 38%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0 44%, #EE6014 44% 46%, transparent 46%);
  opacity: .9;
}
@media (max-width: 639px) {
  .skg-mv__stripe { opacity: .3; }
}
.skg-mv__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 4vw, 40px);
  pointer-events: none;
}
.skg-mv__content {
  max-width: 660px;
  pointer-events: auto;
}
.skg-mv__catch {
  position: relative;
  display: inline-block;
}
.skg-mv__catch-text {
  display: block;
  font-weight: 400;
  font-size: clamp(46px, 7.4vw, 92px);
  line-height: 1.15;
  color: #fff;
  letter-spacing: .04em;
}
.skg-mv__catch .skg-brush {
  width: 92%;
  height: 22px;
  margin-top: 6px;
}
.skg-mv__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
  color: #fff;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 2;
  text-wrap: pretty;
}
.skg-mv__btns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
  gap: 12px;
  margin-top: 36px;
}

/* ==========================================================================
   記事カード（TOPお知らせ・部品販売一覧）
   ========================================================================== */
.skg-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
  gap: 28px 24px;
}
.skg-card-grid--parts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 24px;
}
@media (max-width: 639px) {
  .skg-card-grid--parts { gap: 24px 12px; }
}
.skg-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
  border-bottom: 2px solid #141414;
  color: #141414;
  transition: border-color .3s ease;
}
.skg-card:hover { border-bottom-color: #EE6014; color: #141414; }
.skg-card__img {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #EDEDED;
  border-radius: 4px;
  overflow: hidden;
}
.skg-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.skg-card__cat {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 12px;
  background: #141414;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
}
.skg-card__date {
  margin-top: 14px;
  font-family: "Archivo Black", sans-serif;
  font-size: 13px;
  color: #EE6014;
  letter-spacing: .06em;
}
.skg-card-grid--parts .skg-card__date { color: #C4430A; }
.skg-card__ttl {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-wrap: pretty;
}
.skg-more {
  margin-top: 48px;
  text-align: center;
}

/* ==========================================================================
   背景透かし英字
   ========================================================================== */
.skg-bgtext {
  position: absolute;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
.skg-bgtext--section {
  top: 24px;
  right: -10px;
  font-size: clamp(80px, 14vw, 200px);
  color: #141414;
  opacity: .05;
  letter-spacing: -.02em;
}
.skg-bgtext--hero {
  right: -8px;
  bottom: -18px;
  font-size: clamp(72px, 12vw, 170px);
  color: #fff;
  opacity: .05;
}

/* ==========================================================================
   TOP：事業内容
   ========================================================================== */
.skg-service {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin-bottom: clamp(56px, 7vw, 96px);
}
.skg-service--reverse .skg-service__img { order: 2; }
.skg-service--reverse .skg-service__body { order: 1; }
.skg-service__img {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  overflow: hidden;
  background: #DDD;
}
.skg-service__img img,
.skg-maint__img img,
.skg-request__img img,
.skg-reason__img img,
.skg-hero__img img,
.skg-link-card__img img,
.skg-lineup__img img,
.skg-entry__img img,
.skg-entry-body__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.skg-service__num {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 14px 20px 12px;
  background: #EE6014;
  color: #141414;
  font-family: "Archivo Black", sans-serif;
  font-size: 44px;
  line-height: 1;
  pointer-events: none;
}
.skg-service__cat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #141414;
}
.skg-service__cat-num {
  font-family: "Archivo Black", sans-serif;
  color: #EE6014;
}
.skg-service__catch {
  margin: 0 0 24px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.5;
  text-wrap: pretty;
}
.skg-point {
  margin-bottom: 16px;
  padding: 22px 24px;
  background: #fff;
  border-radius: 4px;
}
.skg-point__ttl {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #EE6014;
}
.skg-check {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
}
.skg-check li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.skg-check li::before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 8px;
  margin-top: 9px;
  border-left: 3px solid #EE6014;
  border-bottom: 3px solid #EE6014;
  transform: rotate(-45deg);
}
.skg-strength {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
  padding: 18px 22px;
  background: #141414;
  color: #fff;
  border-radius: 4px;
}
.skg-badge {
  flex-shrink: 0;
  margin-top: 3px;
  padding: 4px 10px;
  background: #EE6014;
  color: #141414;
  font-size: 12px;
  font-weight: 900;
  border-radius: 2px;
}
.skg-strength__text {
  font-size: 14.5px;
  line-height: 1.85;
}
@media (max-width: 639px) {
  .skg-strength { flex-direction: column; gap: 10px; }
  .skg-badge { margin-top: 0; }
}

.skg-maint {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  background: #141414;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.skg-maint__body { padding: clamp(28px, 4vw, 48px); }
.skg-maint__ttl {
  margin: 10px 0 16px;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 900;
  line-height: 1.5;
}
.skg-maint__text {
  margin: 0 0 24px;
  font-size: 15px;
  color: #E6E6E6;
  text-wrap: pretty;
}
.skg-maint__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.skg-maint__row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid #333;
}
.skg-maint__key {
  flex-shrink: 0;
  min-width: 108px;
  font-weight: 900;
  color: #EE6014;
  font-size: 15px;
}
.skg-maint__val { font-size: 14.5px; }
@media (max-width: 639px) {
  .skg-maint__row { flex-direction: column; gap: 4px; }
}
.skg-maint__img {
  position: relative;
  min-height: 280px;
  background: #2A2A2A;
}

/* ==========================================================================
   TOP：当社からのお願い
   ========================================================================== */
.skg-request {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.skg-request__ttl {
  margin: 14px 0 28px;
  padding-left: 20px;
  border-left: 6px solid #EE6014;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 900;
  line-height: 1.55;
  text-wrap: pretty;
}
.skg-request__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 15.5px;
  line-height: 2;
}
.skg-marker {
  background: linear-gradient(transparent 60%, #FFD2B8 60%);
  font-weight: 700;
}
.skg-request__window {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
  margin-top: 32px;
  padding: 20px 24px;
  border: 2px solid #141414;
  border-radius: 4px;
}
.skg-request__badge {
  padding: 6px 12px;
  background: #141414;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 2px;
}
.skg-request__contact {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.skg-request__tel {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #141414;
}
.skg-request__tel:hover { color: #141414; }
.skg-request__tel-label { font-size: 14px; font-weight: 700; }
.skg-request__tel-num {
  font-family: "Archivo Black", sans-serif;
  font-size: 28px;
  color: #EE6014;
}
.skg-request__hours { font-size: 13px; color: #444; }
.skg-request__photo { position: relative; }
.skg-request__img {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: 4px;
  overflow: hidden;
  background: #DDD;
}
.skg-request__frame {
  position: absolute;
  left: -14px;
  bottom: -14px;
  width: 40%;
  height: 40%;
  border-left: 6px solid #EE6014;
  border-bottom: 6px solid #EE6014;
  pointer-events: none;
}

/* ==========================================================================
   TOP：選ばれる理由
   ========================================================================== */
.skg-stripe-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: repeating-linear-gradient(-45deg, #EE6014 0 14px, #141414 14px 28px);
}
.skg-reason-head {
  margin-bottom: clamp(40px, 5vw, 64px);
  text-align: center;
}
.skg-reason-head__ttl {
  margin: 18px 0 0;
  font-weight: 400;
  line-height: 1.4;
}
.skg-reason-head__sub {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  letter-spacing: .3em;
}
.skg-reason-head__main {
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: .06em;
}
@media (max-width: 639px) {
  .skg-reason-head__main { font-size: min(8vw, 36px); white-space: nowrap; }
}
.skg-reason {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 48px 0;
  margin: 0 calc(-1 * clamp(16px, 2vw, 28px));
}
@media (min-width: 960px) {
  .skg-reason { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .skg-reason__item + .skg-reason__item { border-left: 1px solid #3A3A3A; }
}
.skg-reason__item {
  display: flex;
  flex-direction: column;
  padding: 0 clamp(16px, 2vw, 28px);
}
.skg-reason__img {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
  background: #2A2A2A;
}
.skg-reason__num {
  position: absolute;
  left: 16px;
  top: 0;
  padding: 8px 14px 6px;
  background: rgba(20, 20, 20, .82);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(40px, 4vw, 52px);
  line-height: 1;
  color: #EE6014;
  pointer-events: none;
}
.skg-reason__ttl {
  margin: 24px 0 12px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5;
  text-wrap: pretty;
}
.skg-reason__text {
  font-size: 15px;
  line-height: 1.95;
  color: #E6E6E6;
}

/* ==========================================================================
   下層：ページヒーロー
   ========================================================================== */
.skg-hero {
  background: #141414;
  color: #fff;
}
.skg-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 40px);
}
.skg-hero__inner--simple {
  display: block;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 40px);
}
.skg-hero__title {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.3;
}
.skg-hero__title--long {
  font-size: clamp(30px, 4.2vw, 48px);
  letter-spacing: .04em;
  line-height: 1.35;
}
.skg-hero__title-sub {
  display: block;
  margin-top: 6px;
  font-size: .55em;
}
.skg-hero__sub {
  margin: 14px 0 0;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 700;
  line-height: 1.6;
  text-wrap: pretty;
}
.skg-hero__sub--mt16 { margin-top: 16px; }
.skg-hero__lead {
  margin: 24px 0 0;
  padding-top: 24px;
  border-top: 1px solid #3A3A3A;
  font-size: 15px;
  line-height: 2;
  color: #E6E6E6;
  text-wrap: pretty;
}
.skg-hero__inner--simple .skg-hero__lead { max-width: 760px; }
.skg-hero__note {
  margin: 18px 0 0;
  font-size: 13px;
  color: #FFB48A;
}
.skg-hero__img {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  overflow: hidden;
  background: #2A2A2A;
}
.skg-hero__img--wide { aspect-ratio: 16 / 10; }

/* ==========================================================================
   下層：特徴カード
   ========================================================================== */
.skg-feature {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 24px;
}
.skg-feature--2col { grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); }
.skg-feature__item {
  display: flex;
  flex-direction: column;
  border: 2px solid #141414;
  border-radius: 4px;
  overflow: hidden;
}
.skg-feature__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  background: #141414;
  color: #fff;
}
.skg-feature__num {
  font-family: "Archivo Black", sans-serif;
  font-size: 38px;
  line-height: 1;
  color: #EE6014;
}
.skg-feature__ttl {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
}
.skg-feature__text {
  padding: 22px 24px 26px;
  font-size: 15px;
  line-height: 1.95;
}

/* ==========================================================================
   下層：注意事項
   ========================================================================== */
.skg-notice {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.skg-notice__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: clamp(22px, 3vw, 32px);
  background: #fff;
  border-radius: 4px;
  border-top: 4px solid #EE6014;
}
.skg-notice__item--gray { background: #F5F3F0; }
.skg-notice__item--dark { border-top-color: #141414; }
.skg-notice__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EE6014;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
}
.skg-notice__item--dark .skg-notice__icon { background: #141414; }
.skg-notice__ttl {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
}
.skg-notice__text {
  font-size: 15px;
  line-height: 1.95;
}
.skg-notice__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}
.skg-notice__tel {
  color: #C4430A;
  font-weight: 700;
  text-decoration: underline;
}
.skg-notice__tel:hover { color: #141414; }

/* ==========================================================================
   下層：流れ（STEP）
   ========================================================================== */
.skg-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 20px;
}
.skg-flow__item {
  padding: 28px 26px 30px;
  background: #F5F3F0;
  border-radius: 4px;
}
.skg-flow__item--white { background: #fff; }
.skg-flow__item--dark { background: #141414; color: #fff; }
.skg-flow__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid #141414;
}
.skg-flow__item--dark .skg-flow__head { border-bottom-color: #EE6014; }
.skg-flow__step {
  font-family: "Archivo Black", sans-serif;
  font-size: 13px;
  letter-spacing: .14em;
  color: #C4430A;
}
.skg-flow__item--dark .skg-flow__step { color: #EE6014; }
.skg-flow__num {
  font-family: "Archivo Black", sans-serif;
  font-size: 44px;
  line-height: 1;
}
.skg-flow__ttl {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
}
.skg-flow__text {
  font-size: 14.5px;
  line-height: 1.95;
}
.skg-flow__item--dark .skg-flow__text { color: #E6E6E6; }
.skg-flow__note {
  margin-top: 12px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1.8;
}

/* ==========================================================================
   下層：FAQ（accordion 上書き）
   ========================================================================== */
.skg-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.skg-faq__item {
  border: none;
  border-radius: 4px;
  background: #fff;
}
.skg-faq__item .skg-faq__q {
  gap: 16px;
  padding: 20px 24px;
  background: transparent;
  color: #141414;
  font: inherit;
  text-align: left;
}
.skg-faq__item .skg-faq__q:hover { background: transparent; }
.skg-faq__item .skg-faq__q::after {
  margin-left: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 22px;
  line-height: 1.8;
  color: #EE6014;
}
.skg-faq__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #141414;
  color: #EE6014;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.skg-faq__badge--a { background: #EE6014; color: #fff; }
.skg-faq__qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
}
.skg-faq__item .skg-faq__a {
  gap: 16px;
  padding: 18px 24px 22px;
  border-top: 1px solid #EEE;
  background: transparent;
}
.skg-faq__item.is-open .skg-faq__a { display: flex; }
.skg-faq__atext {
  padding-top: 4px;
  font-size: 15px;
  line-height: 1.95;
}

/* ==========================================================================
   電話CTA
   ========================================================================== */
.skg-cta {
  padding: clamp(56px, 7vw, 88px) 0;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28622/cta-bg.png") center / cover no-repeat #EE6014;
}
.skg-cta__box {
  padding: clamp(28px, 4vw, 52px);
  background: #141414;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.skg-cta__ttl {
  margin: 10px 0 12px;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 900;
  line-height: 1.5;
}
.skg-cta__lead {
  margin: 0 0 24px;
  font-size: 15px;
  color: #E6E6E6;
}
.skg-cta__tel {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #EE6014;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.1;
}
.skg-cta__tel:hover { color: #fff; }
.skg-cta__tel .skg-icon-tel { width: 40px; height: 40px; }
.skg-cta__note {
  margin: 8px 0 28px;
  font-size: 13px;
  color: #BDBDBD;
}
.skg-cta__info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 1px;
  background: #333;
  border: 1px solid #333;
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
}
.skg-cta__info-item {
  padding: 14px 18px;
  background: #1E1E1E;
}
.skg-cta__info-key {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #EE6014;
}
.skg-cta__info-val { font-size: 14px; }

/* ==========================================================================
   相互リンク
   ========================================================================== */
.skg-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  gap: 20px;
}
.skg-link-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  border: 2px solid #141414;
  border-radius: 4px;
  overflow: hidden;
  color: #141414;
  transition: border-color .3s ease;
}
.skg-link-card:hover { border-color: #EE6014; color: #141414; }
.skg-link-card__img {
  position: relative;
  min-height: 140px;
  background: #DDD;
}
.skg-link-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px 22px;
}
.skg-link-card__lead { font-size: 14px; color: #444; }
.skg-link-card__ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

/* ==========================================================================
   事業内容：サービスラインナップ
   ========================================================================== */
.skg-lineup {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 64px);
}
.skg-lineup__item {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr));
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.skg-lineup__img {
  position: relative;
  min-height: 320px;
  height: 100%;
  background: #DDD;
}
.skg-lineup__num {
  position: absolute;
  left: 0;
  top: 0;
  padding: 14px 18px 12px;
  background: #EE6014;
  color: #141414;
  font-family: "Archivo Black", sans-serif;
  font-size: 40px;
  line-height: 1;
  pointer-events: none;
}
.skg-lineup__body { padding: clamp(8px, 2vw, 24px) clamp(24px, 3vw, 40px) clamp(28px, 3vw, 40px); }
.skg-lineup__cat {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
}
.skg-lineup__cat-num {
  margin-right: 8px;
  font-family: "Archivo Black", sans-serif;
  color: #C4430A;
}
.skg-lineup__ttl {
  margin: 0 0 16px;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 900;
  line-height: 1.5;
  text-wrap: pretty;
}
.skg-lineup__text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.95;
}
.skg-lineup__scope {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 14px;
  padding: 16px 20px;
  background: #141414;
  color: #fff;
  border-radius: 4px;
}
.skg-lineup__scope .skg-badge { margin-top: 0; padding: 3px 10px; }
.skg-lineup__scope-text {
  flex: 1;
  min-width: 200px;
  font-size: 14.5px;
  line-height: 1.8;
}

/* ==========================================================================
   会社概要
   ========================================================================== */
.skg-catch {
  padding: clamp(64px, 8vw, 104px) 0;
  text-align: center;
}
.skg-catch__main {
  margin: 0 0 20px;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.3;
  letter-spacing: .06em;
}
.skg-catch .skg-brush {
  width: min(420px, 80%);
  height: 16px;
  margin: 0 auto 28px;
}
.skg-catch__text {
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 700;
  line-height: 2.1;
  text-wrap: pretty;
}
.skg-outline { border-top: 3px solid #141414; }
.skg-outline__row {
  display: grid;
  grid-template-columns: minmax(110px, 220px) 1fr;
  border-bottom: 1px solid #DDD;
}
.skg-outline__key,
.skg-outline__val {
  padding: 20px clamp(12px, 2vw, 24px);
  font-size: 15px;
}
.skg-outline__key {
  background: #F5F3F0;
  font-weight: 900;
}
.skg-outline__val { line-height: 1.9; }
.skg-outline__val a { color: #141414; }
@media (max-width: 639px) {
  .skg-catch__main { font-size: min(8vw, 34px); white-space: nowrap; }
  /* 会社基本情報：項目名を上、内容を下に縦積み */
  .skg-outline__row { grid-template-columns: minmax(0, 1fr); }
  .skg-outline__key { padding: 10px 14px; font-size: 14px; }
  .skg-outline__val { padding: 12px 14px 16px; font-size: 14px; }
}
.skg-map {
  height: 420px;
  border-radius: 4px;
}
.skg-map iframe {
  display: block;
  height: 100%;
  border: 0;
}
.skg-map-address {
  margin-top: 20px;
  font-size: 15px;
}

/* ==========================================================================
   部品販売：一覧・詳細
   ========================================================================== */
.skg-blog {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(40px, 5vw, 56px);
}
.skg-blog__main {
  flex: 1 1 640px;
  min-width: 0;
}
.skg-blog__side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1 1 280px;
  max-width: 100%;
}

.skg-tab {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDD;
}
.skg-tab .tab-nav__item {
  padding: 10px 18px;
  border: 1px solid #141414;
  border-radius: 4px;
  background: #fff;
  color: #141414;
  font-size: 14px;
  font-weight: 700;
}
.skg-tab .tab-nav__item:hover { color: #141414; border-color: #EE6014; }
.skg-tab .tab-nav__item.is-active {
  background: #141414;
  border-color: #141414;
  color: #fff;
}

.skg-pagination { margin: 56px 0 0; }
.skg-pagination .pagination__link {
  min-width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #141414;
  border-radius: 4px;
  color: #141414;
  font-family: "Archivo Black", sans-serif;
}
.skg-pagination .pagination__link:hover {
  background: #EE6014;
  border-color: #EE6014;
  color: #fff;
}
.skg-pagination .pagination__link.is-current {
  background: #141414;
  border-color: #141414;
  color: #fff;
}
.skg-pagination .skg-pagination__next {
  padding: 0 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
}

.skg-side__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px;
  padding: 12px 16px;
  background: #141414;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  border-radius: 4px;
}
.skg-side__ttl-en {
  font-family: "Archivo Black", sans-serif;
  font-size: 11px;
  color: #EE6014;
  letter-spacing: .16em;
}
.skg-side__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 8px;
  border-bottom: 1px solid #DDD;
  color: #141414;
  font-size: 15px;
}
.skg-side__link:hover { color: #C4430A; }
.skg-side__link.is-current { color: #C4430A; font-weight: 700; }
.skg-side__count {
  font-family: "Archivo Black", sans-serif;
  font-size: 13px;
  color: #C4430A;
}
.skg-side__recent {
  display: flex;
  flex-direction: column;
  padding: 12px 8px;
  border-bottom: 1px solid #DDD;
  color: #141414;
}
.skg-side__recent:hover { color: #C4430A; }
.skg-side__recent-date {
  font-family: "Archivo Black", sans-serif;
  font-size: 12px;
  color: #C4430A;
}
.skg-side__recent-ttl {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.skg-side__archive {
  display: flex;
  justify-content: space-between;
  padding: 12px 8px;
  border-bottom: 1px solid #DDD;
  color: #141414;
  font-size: 14px;
}
.skg-side__archive:hover { color: #C4430A; }
.skg-side__archive-count { color: #666; }
.skg-side-tel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  background: #EE6014;
  color: #fff;
  border-radius: 4px;
  transition: background .3s ease;
}
.skg-side-tel:hover { background: #FF7428; color: #fff; }
.skg-side-tel__label { font-size: 14px; font-weight: 700; }
.skg-side-tel__num {
  font-family: "Archivo Black", sans-serif;
  font-size: 26px;
  line-height: 1.2;
}
.skg-side-tel__hours { font-size: 12px; }

.skg-breadcrumb {
  padding: 0;
  background: #F5F3F0;
  border-bottom: 1px solid #E4E0DA;
  font-size: 13px;
  color: #555;
}
.skg-breadcrumb .breadcrumb__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px clamp(20px, 4vw, 40px);
  gap: 6px 10px;
}
.skg-breadcrumb .breadcrumb__item:not(:last-child)::after {
  content: "›";
  margin: 0 0 0 10px;
  color: #555;
}
.skg-breadcrumb .breadcrumb__link { color: #141414; }
.skg-breadcrumb .breadcrumb__link:hover { text-decoration: none; color: #C4430A; }
.skg-breadcrumb .breadcrumb__current { color: #555; }

.skg-entry__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.skg-entry__cat {
  padding: 5px 12px;
  background: #141414;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
}
.skg-entry__date {
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
  color: #C4430A;
  letter-spacing: .06em;
}
.skg-entry__ttl {
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 3px solid #141414;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.5;
  text-wrap: pretty;
}
.skg-entry__img {
  position: relative;
  aspect-ratio: 16 / 9;
  margin-bottom: 36px;
  border-radius: 4px;
  overflow: hidden;
  background: #EDEDED;
}
.skg-entry-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  line-height: 2.05;
}
.skg-entry-body h2 {
  margin: 12px 0 0;
  padding: 10px 16px;
  border-left: 6px solid #EE6014;
  background: #F5F3F0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}
.skg-entry-body ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 1.4em;
  list-style: disc;
}
.skg-entry-body img { border-radius: 4px; }
.skg-entry-body__img {
  position: relative;
  aspect-ratio: 3 / 2;
  border-radius: 4px;
  overflow: hidden;
  background: #EDEDED;
}
.skg-entry-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
  padding: 24px 28px;
  background: #141414;
  color: #fff;
  border-radius: 4px;
}
.skg-entry-cta__label { font-size: 15px; font-weight: 700; }
.skg-entry-cta__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #EE6014;
  font-family: "Archivo Black", sans-serif;
  font-size: 28px;
}
.skg-entry-cta__tel:hover { color: #fff; }
.skg-entry-cta__tel .skg-icon-tel { width: 24px; height: 24px; }
.skg-back {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.skg-section--links { padding: clamp(56px, 7vw, 88px) 0; }
