@charset "UTF-8";
/*
 * ======================================
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * site: プロのおそうじ しげざき
 * ======================================
 *
 * .util-bar*            - ヘッダー上部ユーティリティバー（2電話番号）
 * .shige-header / -bar  - 固定ヘッダー本体（白・blur・shadow）
 * .shige-logo*          - アイコン＋2段テキストのロゴ
 * .shige-nav*           - PCグローバルナビ（単行JA・グリーン下線）
 * .shige-header-cta     - ヘッダー右の緑pill電話CTA
 * .label-en             - セクション英語ラベル（Barlow・グリーン）
 * .sec / .wrap*         - 汎用セクション余白・中央寄せラッパー
 * .bg-dots              - ドットパターン背景
 * .sec-head*            - 中央寄せ英日見出し
 * .hero*                - TOPメインビュー（丸写真・大型CTA）
 * .svc-card* / svc2-*   - サービスカード（TOP / サービスページ）
 * .voice-card*          - お客様の声カード
 * .feat-row* / feat-deco- 特徴・強み（番号＋アイコン横並び・浮遊イラスト）
 * .area*                - 対応地域（徳島県イラスト＋ピン）
 * .faq-item*            - よくある質問アコーディオン
 * .biz-banner* / biz-*  - 企業様バナー / 企業ページカード
 * .lower-hero*          - 下層ページヒーロー（グラデ＋イラスト）
 * .info-* / staff-*     - 会社概要テーブル / スタッフ紹介
 * .works-* / work-card* - 施工事例一覧
 * .entry-* / side-box*  - 施工事例詳細 / サイドバー
 * .cta-contact* / cta-card* - お問い合わせCTA
 * .shige-footer*        - フッター
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * - 構造不足：ヘッダー上部ユーティリティバー（電話2本＋タグ）の2段ヘッダー
 * - 構造不足：丸写真3点＋大型2分割電話CTAのメインビュー
 * - 装飾パターン不足：ドットパターン背景（radial-gradient）
 * - 装飾パターン不足：浮遊あしらいイラストの多点配置
 * - 値の粒度不足：clamp() による流体タイポ／余白（参考デザイン準拠）
 *
 */

/* ==========================================================================
   Foundation
   ========================================================================== */
body { padding-top: 100px; }
body.nav-open { overflow: hidden; }

@media (max-width: 1100px) {
  body { padding-top: 64px; }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.label-en {
  display: inline-block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #7BC144;
  font-size: 1.5rem;
}
.label-en--on-dark { color: #90db1b; }
.label-en--lg { font-size: 1.6rem; letter-spacing: 0.22em; }

.sec { position: relative; padding: clamp(56px, 7vw, 96px) 24px; }
.sec--tight { padding: clamp(40px, 5vw, 64px) 24px; }
.sec--pt0 { padding-top: 0; }
.wrap { max-width: 1140px; margin: 0 auto; }
.wrap-1080 { max-width: 1080px; margin: 0 auto; }
.wrap-840 { max-width: 840px; margin: 0 auto; }
.wrap-800 { max-width: 800px; margin: 0 auto; }

.bg-dots {
  background-color: #ffffff;
  background-image: radial-gradient(rgba(20, 55, 128, 0.12) 2px, transparent 2px);
  background-size: 22px 22px;
  background-position: 0 0;
}
.bg-blue { background: #EAF2FB; }
.bg-green { background: #F1F8E9; }

/* 中央寄せ英日見出し */
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-head__ja {
  font-size: clamp(2.6rem, 3.6vw, 3.8rem);
  font-weight: 700;
  color: #143780;
  margin: 8px 0 0;
}
.sec-head__lead { margin: 12px 0 0; font-size: 1.6rem; color: #6B7484; }

/* ==========================================================================
   Header
   ========================================================================== */
.shige-header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
  z-index: 100;
}

.util-bar {
  background: #143780;
  color: #ffffff;
  font-size: 1.3rem;
}
.util-bar__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 26px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 7px 28px;
}
.util-bar__group { display: flex; align-items: center; gap: 8px; }
.util-bar__tag {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 1.2rem;
}
.util-bar__tag--green {
  background: rgba(123, 193, 68, 0.9);
  color: #143780;
  font-weight: 700;
}
.util-bar__name { opacity: 0.85; }
.util-bar__num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media (max-width: 1100px) { .util-bar { display: none; } }

.shige-bar {
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eef1f6;
}
.shige-bar .header__inner {
  height: auto;
  padding: 12px 28px;
  max-width: 1500px;
}
@media (max-width: 1100px) {
  .shige-bar .header__inner { padding: 10px 16px; }
}

.shige-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.shige-logo__body { display: flex; flex-direction: column; line-height: 1.1; }
.shige-logo__sub { font-size: 1.2rem; color: #7BC144; font-weight: 700; letter-spacing: 0.08em; }
.shige-logo__name { font-size: 2.1rem; color: #143780; font-weight: 700; letter-spacing: 0.06em; }

.shige-nav { display: flex; align-items: center; gap: 26px; margin: 0; }
.shige-nav .header__nav-item a {
  flex-direction: row;
  padding: 6px 2px;
}
.shige-nav .header__nav-ja {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2C3340;
  margin-top: 0;
}
.shige-nav .header__nav-item a::after { background: #7BC144; height: 3px; border-radius: 3px; }
.shige-nav .header__nav-item.is-current .header__nav-ja { color: #143780; font-weight: 700; }
.shige-nav .header__nav-item.is-current a::after { width: 100%; left: 0; }

.shige-header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #7BC144;
  color: #143780;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 11px 20px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(123, 193, 68, 0.4);
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.shige-header-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(123, 193, 68, 0.5); opacity: 1; }

/* 1100px以下：PCナビ・CTAを隠してハンバーガーに切替 */
@media (max-width: 1100px) {
  .shige-nav { display: none; }
  .header__right { display: none; }
}

/* ハンバーガー：濃紺角丸に上書き */
.nav-toggle {
  background: #143780;
  border-radius: 14px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.nav-toggle__line { background: #ffffff; width: 22px; }

/* SPナビ内の電話カード */
.sp-nav__bottom { display: flex; flex-direction: column; gap: 12px; }
.sp-nav__tel {
  display: flex; flex-direction: column; gap: 2px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 12px 16px;
  text-decoration: none;
}
.sp-nav__tel--green { background: rgba(123, 193, 68, 0.92); }
.sp-nav__tel-label { font-size: 1.2rem; color: #ffffff; font-weight: 700; }
.sp-nav__tel--green .sp-nav__tel-label { color: #143780; }
.sp-nav__tel-num { display: inline-flex; align-items: center; gap: 10px; font-family: "Barlow Semi Condensed", sans-serif; font-weight: 700; font-size: 2.2rem; color: #ffffff; }
.sp-nav__tel--green .sp-nav__tel-num { color: #143780; }

/* ==========================================================================
   TOP : Hero
   ========================================================================== */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #EDF4FC 0%, #ffffff 70%);
  padding: clamp(32px, 5vw, 56px) 20px clamp(28px, 4vw, 48px);
}
.hero__bg {
  position: absolute; inset: 0;
  background-image: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28276/mv.png");
  background-repeat: no-repeat;
  background-position: center 42%;
  background-size: min(1280px, 142%);
  opacity: 0.16;
  pointer-events: none;
}
.hero__inner { position: relative; max-width: 1080px; margin: 0 auto; text-align: center; }
.hero__catch-sm {
  margin: 0 0 6px;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 700;
  color: #2C3340;
  letter-spacing: 0.04em;
}
.hero__title-row {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: 14px; margin-bottom: 4px;
}
.hero__title {
  margin: 0;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #2C3340;
  display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap;
  gap: 0 8px;
}
.hero__title-1 { font-size: clamp(2.6rem, 4vw, 4.2rem); }
.hero__title-2 { font-size: clamp(4.4rem, 8vw, 8.8rem); color: #143780; }
.hero__badge {
  position: relative;
  transform: rotate(-7deg);
  font-weight: 700;
  font-size: clamp(1.3rem, 1.6vw, 1.7rem);
  line-height: 1.5;
  color: #5E9E2E;
  padding: 0 14px;
}
.hero__badge::before,
.hero__badge::after {
  content: "";
  position: absolute;
  top: 6%; bottom: 6%;
  width: 2px;
  background: #7BC144;
}
.hero__badge::before { left: 0; }
.hero__badge::after { right: 0; }

.hero__circles {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  margin: clamp(20px, 3vw, 34px) 0 clamp(18px, 3vw, 30px);
}
.hero__circle { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero__circle-img {
  display: block;
  width: clamp(120px, 18vw, 188px);
  height: clamp(120px, 18vw, 188px);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 6px solid #143780;
  box-shadow: 0 14px 30px rgba(20, 55, 128, 0.16);
}
.hero__circle-img--green { border-color: #7BC144; }
.hero__circle-label { font-size: 1.4rem; font-weight: 700; color: #143780; }

.hero__lead {
  margin: 0 0 12px;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  font-weight: 700;
  line-height: 1.5;
  color: #143780;
}
.hero__lead em { font-style: normal; color: #7BC144; }
.hero__sub {
  margin: 0 auto;
  max-width: 680px;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  font-weight: 500;
  line-height: 1.9;
  color: #4a5568;
}

/* SP専用の改行（PCでは非表示） */
.sp-only { display: none; }

@media (max-width: 640px) {
  /* 「おそうじ屋さん！」を1行に収める */
  .hero__title-2 { white-space: nowrap; font-size: min(11vw, 8.8rem); }
  /* リード文をSPで改行 */
  .sp-only { display: inline; }
  /* サブ文を左寄せに */
  .hero__sub { text-align: left; }
}

.hero__cta-row {
  position: relative;
  max-width: 980px;
  margin: clamp(26px, 4vw, 40px) auto 0;
  display: flex; flex-wrap: wrap; gap: 16px;
}
.hero-tel {
  flex: 1 1 320px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  text-decoration: none;
  border-radius: 18px;
  padding: 18px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-tel--clean { background: #143780; color: #ffffff; box-shadow: 0 14px 30px rgba(20, 55, 128, 0.3); }
.hero-tel--garden { background: #7BC144; color: #143780; box-shadow: 0 14px 30px rgba(123, 193, 68, 0.38); }
.hero-tel:hover { transform: translateY(-3px); opacity: 1; }
.hero-tel__ico { font-size: 2.4rem; flex-shrink: 0; }
.hero-tel__txt { text-align: left; line-height: 1.3; }
.hero-tel__label { display: block; font-size: 1.2rem; font-weight: 700; }
.hero-tel--clean .hero-tel__label { opacity: 0.9; }
.hero-tel__num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700; font-size: 2.5rem;
  letter-spacing: 0.02em; white-space: nowrap;
}

/* ==========================================================================
   TOP : Service
   ========================================================================== */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.svc-card {
  border-radius: 22px;
  padding: 28px 22px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 14px;
  border: 1px solid #eef1f6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.svc-card--blue { background: #EAF2FB; }
.svc-card--green { background: #F1F8E9; }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(20, 55, 128, 0.1); }
.svc-card__img { width: clamp(100px, 13vw, 132px); height: clamp(100px, 13vw, 132px); object-fit: contain; }
.svc-card__title { margin: 0; font-size: 1.8rem; font-weight: 700; color: #143780; }
.svc-card__text { margin: 0; font-size: 1.4rem; line-height: 1.8; color: #5b6573; }

.svc-note {
  margin-top: 30px;
  text-align: center;
  background: #FBF8F1;
  border-radius: 22px;
  padding: 24px;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  font-weight: 700;
  color: #143780;
}

/* ==========================================================================
   TOP : Voice
   ========================================================================== */
.voice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.voice-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: 0 12px 28px rgba(20, 55, 128, 0.08);
  display: flex; flex-direction: column; gap: 14px;
}
.voice-card__stars { color: #FFC107; font-size: 1.8rem; letter-spacing: 2px; }
.voice-card__text { margin: 0; font-size: 1.5rem; line-height: 1.9; color: #3a4350; }
.voice-card__person {
  margin-top: auto;
  display: flex; align-items: center; gap: 12px;
  padding-top: 14px;
  border-top: 1px dashed #d7e2f2;
}
.voice-card__avatar {
  display: inline-flex; width: 42px; height: 42px;
  border-radius: 50%; background: #EAF2FB;
  align-items: center; justify-content: center;
  font-weight: 700; color: #143780;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.voice-card__name { font-weight: 700; color: #143780; font-size: 1.5rem; }
.voice-card__work { font-size: 1.2rem; color: #7BC144; font-weight: 700; }

/* ==========================================================================
   TOP : Feature
   ========================================================================== */
.feat { position: relative; overflow: hidden; }
.feat-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.feat-deco--1 { top: 7%; left: 14px; width: clamp(60px, 7vw, 104px); opacity: 0.4; transform: rotate(-8deg); }
.feat-deco--2 { top: 44%; left: 8px; width: clamp(78px, 9vw, 128px); opacity: 0.38; transform: rotate(4deg); }
.feat-deco--3 { bottom: 6%; left: 16px; width: clamp(74px, 9vw, 124px); opacity: 0.4; }
.feat-deco--4 { top: 7%; right: 18px; width: clamp(58px, 7vw, 102px); opacity: 0.42; transform: rotate(10deg); }
.feat-deco--5 { top: 44%; right: 10px; width: clamp(74px, 9vw, 122px); opacity: 0.4; transform: rotate(-5deg); }
.feat-deco--6 { bottom: 6%; right: 18px; width: clamp(58px, 7vw, 100px); opacity: 0.42; transform: rotate(12deg); }
@media (max-width: 640px) {
  .feat-deco--2, .feat-deco--5 { display: none; }
}

.feat-inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; }
.feat-list { display: flex; flex-direction: column; gap: 22px; }
.feat-row {
  display: flex; flex-wrap: wrap; align-items: flex-start;
  gap: clamp(18px, 3vw, 36px);
  border-radius: 26px;
  padding: clamp(26px, 3vw, 40px);
}
.feat-row--blue { background: #EAF2FB; }
.feat-row--green { background: #F1F8E9; }
.feat-row__head { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.feat-row__no {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(4.4rem, 6vw, 6.8rem);
  line-height: 1;
}
.feat-row__no--navy { color: #143780; }
.feat-row__no--green { color: #7BC144; }
.feat-row__icon {
  display: inline-flex; width: 60px; height: 60px;
  border-radius: 18px; background: #ffffff;
  align-items: center; justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}
.feat-row__body { flex: 1 1 320px; }
.feat-row__title { margin: 0 0 10px; font-size: clamp(1.9rem, 2.4vw, 2.4rem); font-weight: 700; color: #143780; }
.feat-row__text { margin: 0; font-size: 1.5rem; line-height: 1.95; color: #4a5568; }

/* ==========================================================================
   TOP : Area
   ========================================================================== */
.area { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(32px, 5vw, 56px); }
.area__text { flex: 1 1 360px; }
.area__title {
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  font-weight: 700; color: #143780;
  margin: 8px 0 16px; line-height: 1.4;
}
.area__title em { font-style: normal; color: #7BC144; }
.area__lead { margin: 0; font-size: 1.6rem; line-height: 2; color: #4a5568; }
.area__note {
  margin: 18px 0 0;
  font-size: 1.3rem; line-height: 1.8; color: #6B7484;
  background: #ffffff; border-radius: 14px;
  padding: 14px 18px; display: inline-block;
}
.area__map { flex: 1 1 320px; display: flex; justify-content: center; }
.area__map-box { position: relative; width: min(100%, 460px); }
.area__map-img { width: 100%; height: auto; display: block; filter: drop-shadow(0 12px 24px rgba(123, 193, 68, 0.28)); }
.area__star {
  position: absolute; top: 2%; left: 2%;
  animation: shigeFloat 6s ease-in-out infinite;
}
@keyframes shigeFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-9px) rotate(6deg); }
}

/* ==========================================================================
   TOP : FAQ
   ========================================================================== */
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: #FBF8F1;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #f0ece1;
}
.faq-item__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: none; cursor: pointer;
  padding: 20px 22px; text-align: left;
  font-family: inherit;
}
.faq-item__q-text { display: flex; align-items: center; gap: 14px; }
.faq-item__q-mark { font-family: "Barlow Semi Condensed", sans-serif; font-weight: 700; font-size: 2.4rem; color: #7BC144; }
.faq-item__q-label { font-size: 1.6rem; font-weight: 700; color: #2C3340; }
.faq-item__sign {
  flex: 0 0 auto;
  width: 30px; height: 30px;
  border-radius: 50%; background: #143780; color: #ffffff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.8rem; font-weight: 700;
}
.faq-item__sign::before { content: "＋"; }
.faq-item.is-open .faq-item__sign::before { content: "−"; }
.faq-item__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.faq-item.is-open .faq-item__a { grid-template-rows: 1fr; }
.faq-item__a-inner { overflow: hidden; }
.faq-item__a-inner p { margin: 0; padding: 0 22px 22px 58px; font-size: 1.5rem; line-height: 1.9; color: #4a5568; }

/* ==========================================================================
   TOP : Business banner
   ========================================================================== */
.biz-banner {
  position: relative; overflow: hidden;
  max-width: 1080px; margin: 0 auto;
  background: linear-gradient(135deg, #143780, #2C5AA6);
  border-radius: 30px;
  padding: clamp(36px, 5vw, 56px);
  color: #ffffff;
}
.biz-banner__deco { position: absolute; bottom: -40px; right: -20px; opacity: 0.16; pointer-events: none; }
.biz-banner__inner {
  position: relative;
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 32px; justify-content: space-between;
}
.biz-banner__body { flex: 1 1 360px; }
.biz-banner__title { font-size: clamp(2.4rem, 3.2vw, 3.4rem); font-weight: 700; margin: 8px 0 14px; }
.biz-banner__lead { margin: 0 0 18px; font-size: 1.5rem; line-height: 1.9; opacity: 0.92; }
.biz-banner__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.biz-tag {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 7px 14px; font-size: 1.3rem; font-weight: 500;
}
.biz-banner__btn {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; gap: 10px;
  background: #7BC144; color: #143780;
  text-decoration: none; font-weight: 700; font-size: 1.7rem;
  padding: 16px 28px; border-radius: 999px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease;
}
.biz-banner__btn:hover { transform: translateX(4px); opacity: 1; }

/* ==========================================================================
   Lower page : Hero
   ========================================================================== */
.lower-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #143780, #2C5AA6);
  color: #ffffff;
  padding: clamp(44px, 6vw, 76px) 24px;
}
.lower-hero__deco {
  position: absolute; right: 24px; bottom: -28px;
  width: clamp(190px, 22vw, 320px); height: auto;
  opacity: 0.5; pointer-events: none;
}
.lower-hero__inner { max-width: 1080px; margin: 0 auto; position: relative; }
.lower-hero__title { font-size: clamp(2.8rem, 4.4vw, 4.4rem); font-weight: 700; margin: 8px 0 14px; }
.lower-hero__lead { margin: 0; font-size: 1.6rem; line-height: 1.9; opacity: 0.92; max-width: 735px; }
.lower-hero__crumb { margin-top: 18px; font-size: 1.3rem; opacity: 0.8; }
.lower-hero__crumb a { color: #ffffff; text-decoration: none; }

/* ==========================================================================
   Service page
   ========================================================================== */
.svc2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 26px;
}
@media (max-width: 520px) {
  .svc2-grid { grid-template-columns: 1fr; }
}
.svc2-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 22px;
  border: 1px solid #eef1f6;
  border-radius: 28px;
  padding: 52px 40px;
}
.svc2-card--blue { background: #EAF2FB; }
.svc2-card--green { background: #F1F8E9; }
.svc2-card__img {
  width: clamp(180px, 22vw, 240px); height: clamp(180px, 22vw, 240px);
  background-size: contain; background-repeat: no-repeat; background-position: center;
}
.svc2-card__title { margin: 0; font-size: clamp(2.2rem, 2.6vw, 2.8rem); font-weight: 700; color: #143780; }
.svc2-card__text { margin: 0; font-size: clamp(1.5rem, 1.7vw, 1.7rem); line-height: 1.95; color: #4a5568; text-align: left; }

.svc-cta-box {
  max-width: 880px; margin: 36px auto 0;
  background: #FBF8F1; border-radius: 24px;
  padding: clamp(28px, 4vw, 40px); text-align: center;
}
.svc-cta-box__icon {
  display: inline-flex; width: 56px; height: 56px;
  border-radius: 50%; background: #7BC144;
  align-items: center; justify-content: center; margin-bottom: 14px;
}
.svc-cta-box__icon i { color: #ffffff; font-size: 30px; }
.svc-cta-box__text { margin: 0; font-size: clamp(1.6rem, 2vw, 1.9rem); font-weight: 700; line-height: 1.8; color: #143780; }
.svc-cta-box__btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #143780; color: #ffffff; text-decoration: none;
  font-weight: 700; padding: 14px 26px; border-radius: 999px;
  margin-top: 22px; transition: transform 0.25s ease;
}
.svc-cta-box__btn:hover { transform: translateY(-2px); opacity: 1; }

/* ==========================================================================
   Business page
   ========================================================================== */
.biz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.biz-card {
  position: relative; background: #ffffff;
  border: 1px solid #e6ebf3; border-radius: 22px;
  overflow: hidden; box-shadow: 0 8px 22px rgba(20, 55, 128, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.biz-card:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(20, 55, 128, 0.12); }
.biz-card__media {
  position: relative; height: 200px;
  background-size: cover; background-position: center;
}
.biz-card__media--blue { background-color: #EAF2FB; }
.biz-card__media--green { background-color: #F1F8E9; }
.biz-card__no {
  position: absolute; top: 14px; right: 16px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700; font-size: 3rem; color: #143780; opacity: 0.55;
}
.biz-card__body { padding: 22px 24px 26px; }
.biz-card__title { margin: 0 0 8px; font-size: 1.8rem; font-weight: 700; color: #143780; }
.biz-card__text { margin: 0; font-size: 1.4rem; line-height: 1.85; color: #4a5568; }

.biz-note {
  margin-top: 26px;
  display: flex; align-items: flex-start; gap: 14px;
  background: #FBF8F1; border-radius: 18px; padding: 20px 24px;
}
.biz-note svg { flex: 0 0 auto; margin-top: 2px; }
.biz-note p { margin: 0; font-size: 1.4rem; line-height: 1.85; color: #5b6573; }

.biz-cta {
  position: relative; overflow: hidden;
  max-width: 1080px; margin: 0 auto;
  background: linear-gradient(135deg, #143780, #2C5AA6);
  border-radius: 30px; padding: clamp(40px, 5vw, 64px);
  color: #ffffff; text-align: center;
}
.biz-cta__title { font-size: clamp(2.2rem, 3vw, 3rem); font-weight: 700; margin: 0 0 12px; }
.biz-cta__lead { margin: 0 0 26px; font-size: 1.5rem; line-height: 1.9; opacity: 0.9; }
.biz-cta__cards { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.biz-cta-card {
  display: inline-flex; flex-direction: column; gap: 2px;
  align-items: center;
  text-decoration: none; color: #143780;
  border-radius: 18px; padding: 14px 26px;
  text-align: center;
}
.biz-cta-card--white { background: #ffffff; }
.biz-cta-card--green { background: #7BC144; }
.biz-cta-card__label { font-size: 1.2rem; font-weight: 700; }
.biz-cta-card__num { display: inline-flex; align-items: center; gap: 10px; font-family: "Barlow Semi Condensed", sans-serif; font-weight: 700; font-size: 2.6rem; }

/* ==========================================================================
   Company page
   ========================================================================== */
.info-table { border-radius: 22px; overflow: hidden; border: 1px solid #eef1f6; }
.info-row { display: flex; flex-wrap: wrap; border-bottom: 1px solid #eef1f6; }
.info-row:last-child { border-bottom: none; }
.info-row__k { flex: 0 0 200px; background: #EAF2FB; color: #143780; font-weight: 700; font-size: 1.5rem; padding: 20px 24px; }
.info-row__v { flex: 1 1 300px; padding: 20px 24px; font-size: 1.5rem; line-height: 1.8; color: #3a4350; background: #fff; }
.info-note { margin: 16px 0 0; font-size: 1.3rem; color: #9aa3b2; }

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.staff-card {
  background: #ffffff; border-radius: 26px; overflow: hidden;
  box-shadow: 0 12px 28px rgba(20, 55, 128, 0.08);
}
.staff-card__photo {
  position: relative; aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #cfe0f5, #dff0c8);
  display: flex; align-items: center; justify-content: center;
}
.staff-card__photo span { color: rgba(20, 55, 128, 0.55); font-size: 1.3rem; font-weight: 700; }
.staff-card__body { padding: 32px 24px 26px; }
.staff-card__name { margin: 0 0 14px; font-size: 2rem; font-weight: 700; color: #143780; }
.staff-card__hobby {
  display: inline-flex; align-items: center; gap: 8px;
  background: #F1F8E9; border-radius: 999px;
  padding: 6px 14px; margin-bottom: 16px;
}
.staff-card__hobby-label { font-size: 1.2rem; color: #5E9E2E; font-weight: 700; }
.staff-card__hobby-val { font-size: 1.3rem; color: #3a4350; font-weight: 700; }
.staff-card__word { margin: 0; font-size: 1.4rem; line-height: 1.9; color: #4a5568; }

/* ==========================================================================
   Works (list + detail)
   ========================================================================== */
.works-layout { display: flex; flex-wrap: wrap; gap: 36px; }
.works-main { flex: 1 1 600px; min-width: 0; }

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}
.work-card {
  text-decoration: none; color: inherit;
  background: #ffffff; border-radius: 22px; overflow: hidden;
  box-shadow: 0 10px 26px rgba(20, 55, 128, 0.08);
  display: flex; flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.work-card:hover { transform: translateY(-5px); box-shadow: 0 18px 32px rgba(20, 55, 128, 0.14); opacity: 1; }
.work-card__thumb { display: block; width: 100%; height: 168px; object-fit: cover; }
.work-card__body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 10px; }
.work-card__meta { display: flex; align-items: center; gap: 10px; }
.work-card__date { font-family: "Barlow Semi Condensed", sans-serif; color: #9aa3b2; font-size: 1.3rem; letter-spacing: 0.5px; }
.work-card__title { margin: 0; font-size: 1.7rem; font-weight: 700; color: #143780; line-height: 1.5; }
.work-card__excerpt { margin: 0; font-size: 1.3rem; line-height: 1.8; color: #6b7484; }

.works-pager { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 40px; }
.pager-item {
  display: inline-flex; width: 42px; height: 42px;
  align-items: center; justify-content: center;
  border-radius: 12px;
  font-family: "Barlow Semi Condensed", sans-serif; font-weight: 700;
  text-decoration: none;
}
.pager-item--current { background: #143780; color: #fff; }
.pager-item--link { background: #fff; color: #143780; border: 1px solid #e0e6ef; }
.pager-next {
  display: inline-flex; height: 42px; align-items: center; justify-content: center;
  border-radius: 12px; background: #fff; color: #143780;
  text-decoration: none; font-weight: 700; border: 1px solid #e0e6ef; padding: 0 16px;
}

.works-side { flex: 1 1 280px; max-width: 320px; display: flex; flex-direction: column; gap: 22px; }
.side-box { background: #fff; border-radius: 20px; padding: 24px; }
.side-box__title {
  margin: 0 0 16px; font-size: 1.6rem; font-weight: 700; color: #143780;
  display: flex; align-items: center; gap: 8px;
}
.side-box__title::before { content: ""; width: 6px; height: 18px; background: #7BC144; border-radius: 3px; }
.side-list { display: flex; flex-direction: column; }
.side-list a {
  display: flex; justify-content: space-between; align-items: center;
  text-decoration: none; color: #4a5568; font-size: 1.4rem;
  padding: 11px 4px; border-bottom: 1px solid #f1f3f7;
}
.side-list a:hover { color: #143780; opacity: 1; }
.side-list__count { font-family: "Barlow Semi Condensed", sans-serif; color: #9aa3b2; font-size: 1.3rem; }
.side-recent { display: flex; flex-direction: column; gap: 14px; }
.side-recent a { display: flex; gap: 12px; text-decoration: none; color: inherit; align-items: center; }
.side-recent__thumb { flex: 0 0 auto; width: 56px; height: 56px; border-radius: 12px; background: linear-gradient(135deg, #cfe0f5, #dff0c8); }
.side-recent__date { font-family: "Barlow Semi Condensed", sans-serif; color: #9aa3b2; font-size: 1.2rem; }
.side-recent__title { font-size: 1.3rem; font-weight: 700; color: #143780; line-height: 1.4; }
.side-recent__body { display: flex; flex-direction: column; gap: 3px; }

/* Entry detail */
.entry-body-bg { background: #FBF8F1; }
.entry-crumb-bar { background: #ffffff; border-bottom: 1px solid #eef1f6; }
.entry-crumb-bar__inner { max-width: 1140px; margin: 0 auto; padding: 14px 24px; font-size: 1.3rem; color: #8a93a3; }
.entry-crumb-bar__inner a { color: #8a93a3; text-decoration: none; }
.entry-crumb-bar__inner .current { color: #143780; }

.entry-layout { max-width: 1140px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 36px; padding: clamp(36px, 5vw, 64px) 24px clamp(48px, 6vw, 80px); }
.entry-article {
  flex: 1 1 600px; min-width: 0; background: #ffffff;
  border-radius: 26px; overflow: hidden;
  box-shadow: 0 12px 30px rgba(20, 55, 128, 0.07);
}
.entry-article__head { padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 48px) 0; }
.entry-article__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.entry-article__cat { background: #143780; color: #fff; font-size: 1.2rem; font-weight: 700; border-radius: 6px; padding: 4px 12px; }
.entry-article__date { font-family: "Barlow Semi Condensed", sans-serif; color: #9aa3b2; font-size: 1.4rem; letter-spacing: 0.5px; }
.entry-article__title { margin: 0 0 8px; font-size: clamp(2.2rem, 3.4vw, 3.2rem); font-weight: 700; color: #143780; line-height: 1.5; }

.entry-ba-wrap { padding: 24px clamp(24px, 4vw, 48px) 0; }
.entry-ba { display: flex; flex-wrap: wrap; gap: 16px; }
.entry-ba__col { flex: 1 1 240px; }
.entry-ba__label { font-family: "Barlow Semi Condensed", sans-serif; font-weight: 700; letter-spacing: 2px; margin-bottom: 8px; }
.entry-ba__label--before { color: #b08a5a; }
.entry-ba__label--after { color: #5E9E2E; }
.entry-ba__img {
  position: relative; aspect-ratio: 4 / 3; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 700;
}
.entry-ba__img--before { background: linear-gradient(135deg, #d7c9b6, #c2af94); color: rgba(255, 255, 255, 0.85); }
.entry-ba__img--after { background: linear-gradient(135deg, #cfe0f5, #dff0c8); color: rgba(20, 55, 128, 0.7); }

.entry-content { padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 48px); }
.entry-content__info {
  display: flex; flex-wrap: wrap; gap: 14px;
  background: #FBF8F1; border-radius: 18px; padding: 20px 24px; margin-bottom: 28px;
}
.entry-content__info-item { flex: 1 1 140px; }
.entry-content__info-label { display: block; font-size: 1.2rem; color: #7BC144; font-weight: 700; margin-bottom: 4px; }
.entry-content__info-val { font-weight: 700; color: #143780; }
.entry-content p { margin: 0 0 20px; font-size: 1.5rem; line-height: 2; color: #3a4350; }
.entry-content h2 {
  margin: 32px 0 12px; font-size: 1.9rem; font-weight: 700; color: #143780;
  padding-left: 14px; border-left: 5px solid #7BC144;
}
.entry-content__note {
  display: flex; align-items: center; gap: 12px;
  background: #EAF2FB; border-radius: 18px; padding: 20px 24px; margin-top: 28px;
}
.entry-content__note svg { flex: 0 0 auto; }
.entry-content__note p { margin: 0; font-size: 1.4rem; line-height: 1.8; color: #143780; font-weight: 700; }

.entry-back {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  text-decoration: none; background: #143780; color: #fff;
  font-weight: 700; border-radius: 14px; padding: 14px 20px;
  transition: transform 0.25s ease;
}
.entry-back:hover { transform: translateX(-3px); opacity: 1; }

/* ==========================================================================
   Contact CTA
   ========================================================================== */
.cta-contact {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #143780, #2C5AA6);
  color: #ffffff;
  padding: clamp(48px, 7vw, 84px) 24px;
  text-align: center;
}
.cta-contact__deco { position: absolute; height: auto; opacity: 0.5; pointer-events: none; }
.cta-contact__deco--lens { top: 18px; left: 14px; width: clamp(110px, 14vw, 190px); }
.cta-contact__deco--hand { bottom: 0; right: 14px; width: clamp(120px, 15vw, 210px); }
.cta-contact__inner {
  position: relative; max-width: 760px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
}
.cta-contact__title { font-size: clamp(2.6rem, 4vw, 4rem); font-weight: 700; margin: 0; line-height: 1.4; }
.cta-contact__lead { margin: 0; font-size: 1.6rem; line-height: 1.9; opacity: 0.92; }
.cta-contact__cards { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 8px; width: 100%; }
.cta-card {
  flex: 1 1 280px; max-width: 360px;
  text-decoration: none;
  border-radius: 22px; padding: 18px 22px; text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease;
}
.cta-card:hover { transform: translateY(-3px); opacity: 1; }
.cta-card--white { background: #ffffff; color: #143780; }
.cta-card--green { background: #7BC144; color: #143780; }
.cta-card__label { display: block; font-size: 1.3rem; font-weight: 700; }
.cta-card__num {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700; font-size: 3rem; line-height: 1.2;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.shige-footer__body { background: #1a2b4a; color: #cdd6e6; padding: clamp(40px, 5vw, 60px) 24px 28px; }
.shige-footer__inner { max-width: 1080px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
.shige-footer__brand { flex: 1 1 280px; max-width: 360px; }
.shige-footer__logo { display: flex; align-items: center; margin-bottom: 14px; }
.shige-footer__logo-name { color: #ffffff; font-size: 1.9rem; font-weight: 700; }
.shige-footer__desc { margin: 0; font-size: 1.4rem; line-height: 1.9; }
.shige-footer__menu { flex: 0 1 200px; }
.shige-footer__contact { flex: 1 1 260px; }
.shige-footer__heading { margin: 0 0 14px; color: #ffffff; font-size: 1.4rem; font-weight: 700; }
.shige-footer__links { display: flex; flex-direction: column; gap: 11px; }
.shige-footer__links a { color: #cdd6e6; text-decoration: none; font-size: 1.4rem; }
.shige-footer__links a:hover { color: #ffffff; opacity: 1; }
.shige-footer__tel-group { display: flex; flex-direction: column; gap: 14px; }
.shige-footer__tel-label { display: block; font-size: 1.2rem; color: #90db1b; font-weight: 700; }
.shige-footer__tel-num { display: inline-flex; align-items: center; gap: 10px; color: #ffffff; text-decoration: none; font-family: "Barlow Semi Condensed", sans-serif; font-weight: 700; font-size: 2.4rem; }
.shige-footer__address { margin: 4px 0 0; font-size: 1.3rem; line-height: 1.7; }
.shige-footer__copyright {
  max-width: 1080px; margin: 36px auto 0; padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.3rem; letter-spacing: 0.5px; color: #9aa7bf;
}
/* スマホ時はフッターナビを非表示 */
@media (max-width: 640px) {
  .shige-footer__menu { display: none; }
}

/* ==========================================================================
   page-top / sp-fixed-bar
   ========================================================================== */
.page-top__link { background: #143780; }
/* SP固定バー表示時（896px以下）はページトップボタンをバーの上へ */
@media (max-width: 896px) {
  .page-top { bottom: calc(86px + env(safe-area-inset-bottom)); }
}
.sp-fixed-bar { gap: 8px; padding: 8px 10px; padding-bottom: max(8px, env(safe-area-inset-bottom)); }
.sp-fixed-bar__item { flex: 1; }
.sp-fixed-bar__link {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; min-height: 58px; height: 100%; padding: 10px 4px;
  border-radius: 12px; background: #143780; color: #ffffff;
  font-size: 1.4rem; font-weight: 700; line-height: 1.3;
  transition: opacity 0.3s ease;
}
.sp-fixed-bar__link i { font-size: 1.35rem; }
.sp-fixed-bar__link:hover { color: #ffffff; opacity: 0.88; }
.sp-fixed-bar__link--green { background: #7BC144; color: #143780; }
.sp-fixed-bar__link--green:hover { color: #143780; }
