/*
Theme Name: syokenkogyo
*/
/* =================================
   Base Variables
================================= */
:root {
    --color-main: #f5c800;
    --color-main-dark: #d4aa00;
    --color-black: #1a1a1a;
    --color-dark: #222222;
    --color-gray: #555555;
    --color-gray-light: #f5f5f5;
    --color-white: #ffffff;
    --color-border: #e0e0e0;
    --font-size-base: 15px;
    --line-height-base: 1.7;
    --radius: 4px;
    --transition: 0.25s ease;
}

/* =================================
   Base Reset & Global
================================= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-black);
    background-color: var(--color-white);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pcDisNon {
    display: none;
}

.spDisNon {
    display: block;
}

@media (max-width: 768px) {
    .pcDisNon {
        display: block;
    }

    .spDisNon {
        display: none;
    }
}


/* =================================
   Layout: Front Page
================================= */
.front-page {
    overflow-x: hidden;
}


/* =================================
   Component: FV（ファーストビュー）
   Figma: 01.TOP_pc hero area (25:2428)
   - スライダーなし静止画
   - 背景: fv-hero-bg.png
   - テキストオーバーレイ（左：見出し / 右：星形バッジ）
   - 底部ダークバー + ティッカー
================================= */
.fv-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* --- 背景画像 --- */
.fv-section_bg {
    display: block;
    width: 100%;
    height: clamp(480px, 60vw, 760px);
    overflow: hidden;
}

.fv-section_bg_sp {
    display: none;
}

.fv-section_bg_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* --- コンテンツオーバーレイ --- */
.fv-section_content {
    position: absolute;
    /* ティッカーバー分を bottom に残す */
    top: 0;
    left: 0;
    right: 0;
    bottom: 136px;
    /* ticker height */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 5.4%;
    /* Figma: 360/1920 */
    padding-top: clamp(56px, 7.2vw, 112px);
    pointer-events: none;
    gap: 20px;
}

/* --- 左：テキストブロック --- */
.fv-section_main {
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: auto;
}

/* 累計施工実績（装飾大テキスト） */
.fv-section_achievement_label,
.fv-section_achievement_count {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(20px, 2.6vw, 50px);
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.36;
}

/* エリアピル */
.fv-section_location {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.fv-section_location_icon {
    width: clamp(28px, 2.5vw, 40px);
    height: auto;
    flex-shrink: 0;
}

.fv-section_location_pill {
    position: relative;
    background-color: #2F3E77;
    color: #fff;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(18px, 2.8vw, 53px);
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 6px 24px;
    border-radius: 100px;
    white-space: nowrap;
    box-shadow: 8px 7px 0px 0px rgba(255, 255, 255, 0.9);
    display: inline-block;
}

/* 吹き出しのしっぽ */
.fv-section_location_pill::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 40px;

    width: 0;
    height: 0;

    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #2F3E77;
}



/* メイン見出し */
.fv-section_ttl {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fv-section_ttl_service {
    margin: 20px 0 0 0;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(36px, 4.4vw, 85px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.17em;
    line-height: 1.31;
    display: block;
}

.fv-section_ttl_company {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(32px, 3.6vw, 70px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.17em;
    display: block;
}

.fv-section_ttl_to {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(26px, 3.1vw, 60px);
}

/* --- 右：累計施工実績バッジ（画像） --- */
.fv-section_badge {
    position: relative;
    flex-shrink: 0;
    pointer-events: auto;
    line-height: 0;
    align-self: flex-end;
    transform: translate(-10px, 22px);
    z-index: 2;
}

.fv-section_badge_img {
    display: block;
    width: clamp(140px, 17.7vw, 340px);
    height: auto;
}

/* --- 底部ティッカーバー --- */
.fv-section_ticker {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    z-index: 1;
}

.fv-section_ticker::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 72, 116, 0.86) 0%,
            rgba(0, 49, 86, 0.9) 100%);

    transform: skewY(4deg);
    transform-origin: top left;

    z-index: -1;
}


.fv-section_ticker_inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-content: stretch;
    width: 60%;
    padding: 16px 5.4% 14px;
    gap: 0 28px;
    position: relative;
    z-index: 1;
}

.fv-section_ticker_item {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0 3px;
}


/* .fv-section_ticker_item:nth-last-child(-n+2) {
    border-bottom: none;
} */

.fv-section_ticker_sep {
    width: clamp(16px, 1.2vw, 22px);
    height: auto;
    opacity: 0.92;
    flex-shrink: 0;
    filter: none;
}

.fv-section_ticker_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(16px, 1.58vw, 28px);
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .fv-section_badge_img {
        width: clamp(120px, 14vw, 220px);
    }

    .fv-section_achievement_label,
    .fv-section_achievement_count {
        display: none;
    }
}

@media (max-width: 768px) {
    .fv-section_bg {
        display: none;
    }

    .fv-section_bg_sp {
        display: block;
        width: 100%;
        height: 520px;
        overflow: hidden;
    }

    .fv-section_content {
        bottom: 178px;
        padding: 0 4%;
        padding-top: 0;
        align-items: flex-end;
        padding-bottom: 16px;
    }

    .fv-section_badge {
        display: block;
        position: absolute;
        right: 4%;
        bottom: -54px;
        transform: none;
    }

    .fv-section_ticker {
        height: 178px;
        align-items: stretch;
        clip-path: polygon(0 0, 100% 42%, 100% 100%, 0 100%);
    }

    .fv-section_ticker_inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0;
        width: auto;
        min-width: 170px;
        padding: 42px 0 12px 8%;
    }

    .fv-section_ticker_item {
        width: 100%;
        min-width: 145px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        padding: 8px 0;
        gap: 8px;
    }

    .fv-section_ticker_text {
        font-size: 15px;
        line-height: 1.25;
        letter-spacing: 0.04em;
    }

    .fv-section_ticker_sep {
        width: 17px;
        filter: brightness(0) invert(1);
    }


    .fv-section_location_pill {
        font-size: 20px;
        padding: 4px 30px;
        box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 0.9);
    }

    .fv-section_location_pill::after {
        bottom: -7px;
        left: 30px;

        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #2F3E77;
    }

    .fv-section_main {
        display: flex;
        flex-direction: column;
        gap: 8px;
        pointer-events: auto;
        padding-top: 100px;
    }
}

/* =================================
   Component: セクション共通見出し
================================= */
.section-heading-sub {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
}

/* =================================
   Component: サイトフッター
================================= */
.site-footer {
    background-color: var(--color-black);
    text-align: center;
}

.site-footer__page-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    padding: 24px 16px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-white);
    transition: opacity var(--transition);
}

.site-footer__page-top:hover {
    opacity: 0.7;
}

.site-footer__page-top-icon {
    display: block;
    font-size: 12px;
    line-height: 1;
}

.site-footer__page-top-txt {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
}

.site-footer__copy {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px;
}

.site-footer__copy p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* =================================
   Component: サイトヘッダー
   PC: 上段 水色バー（左ブランド / 右 連絡）＋下段 白背景ナビ
   SP: 上段のみ（横メニュー非表示）／ 左ブランド 右 CTA 縦積み＋ハンバーガー
================================= */
.site-header {
    --header-sky: #4db8ff;
    --header-cta-bg: #2e3b70;
    position: sticky;
    top: 0;
    z-index: 200;
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
}


/* ログイン時：WordPress 管理バーとヘッダーの被りを回避 */
.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    /* 管理バーが position:absolute となりスクロールで消えるため 0 に戻す */
    .admin-bar .site-header {
        top: 0;
    }
}

.site-header__top {
    background-color: var(--header-sky);
    color: var(--color-white);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px clamp(16px, 5.4vw, 104px);
    gap: 16px;
}

/* ブランド名 */
.site-header__logo {
    flex-shrink: 0;
}

.site-header__brand {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    display: block;
    line-height: 1.2;
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 900;
    color: var(--color-white);
    letter-spacing: 0.04em;
}

/* 右エリア */
.site-header__right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.site-header__contact-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(12px, 2vw, 20px);
}

.site-header__contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

/* 営業時間 */
.site-header__hours {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: var(--color-white);
    line-height: 1.3;
    text-align: right;
    white-space: nowrap;
}

/* 電話番号 */
.site-header__tel {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: var(--color-white);
    line-height: 1;
    letter-spacing: 0.13em;
    text-align: right;
}

.site-header__tel:hover {
    opacity: 0.92;
}

/* お問合せ・見積ボタン */
.site-header__contact-btn {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--header-cta-bg);
    color: var(--color-white);
    font-size: clamp(11px, 1.1vw, 14px);
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 2px;
    transition: opacity var(--transition);
    white-space: nowrap;
}

.site-header__contact-btn:hover {
    opacity: 0.92;
}

.site-header__contact-btn i {
    font-size: 14px;
    color: var(--color-white);
}

.site-header__contact-label--sp {
    display: none;
}

.site-header__contact-label--pc {
    display: inline;
}

/* ハンバーガーボタン（SPのみ表示） */
.site-header__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    flex-shrink: 0;
}

.site-header__toggle-line {
    display: block;
    width: 26px;
    height: 3px;
    background-color: var(--color-white);
    border-radius: 1px;
    transition: transform var(--transition), opacity var(--transition);
}

/* PC専用：白背景メニュー行（SPでは非表示） */
.site-header__pc-nav-bar {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.site-header__pc-nav {
    width: 100%;
}

.site-header__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(10px, 1.8vw, 32px);
    margin: 0;
    padding: 11px clamp(16px, 5.4vw, 104px) 12px;
    list-style: none;
}

.site-header__menu li {
    margin: 0;
}

.site-header__menu a {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    text-decoration: none;
    transition: opacity var(--transition);
}

.site-header__menu a:hover,
.site-header__menu .current-menu-item>a {
    opacity: 0.72;
}

/* =========================
   PCヘッダーメニュー
========================= */

.site-header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__menu .menu-item {
  position: relative;
  list-style: none;
}

/* 親メニュー */
.site-header__menu .menu-item > a,
.site-header__menu .menu-item > span {
  display: flex;
  align-items: center;
  height: 70px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
}

/* =========================
   プルダウン
========================= */

.site-header__menu .sub-menu {
  position: absolute;
  left: 0;
  min-width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.3s,
    transform 0.3s,
    visibility 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  z-index: 1000;
}

/* hoverで表示 */
.site-header__menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 子メニュー */
.site-header__menu .sub-menu li {
  margin: 0;
  padding: 0;
  line-height: 2.3;
}

.site-header__menu .sub-menu li a {
  display: block;
  padding: 0 12px;   
  line-height: 2.35;  
  height: auto;
  background-color: #f0f8ff;
}

/* ▼アイコン */
.site-header__menu .menu-item-has-children > span::after {
  content: "▼";
  font-size: 10px;
  margin-left: 8px;
}

@media (max-width: 768px) {
    .site-header__inner {
        padding: 10px 12px;
        gap: 10px;
    }

    .site-header__brand {
        font-size: clamp(20px, 5.2vw, 26px);
    }

    .site-header__contact-wrap {
        flex-direction: column;
        align-items: flex-end;
        gap: 6px;
    }

    .site-header__contact-btn {
        order: -1;
        padding: 8px 10px;
        font-size: 11px;
        max-width: 100%;
    }

    .site-header__hours {
        font-size: 10px;
        white-space: normal;
    }

    .site-header__tel {
        font-size: 19px;
    }

    .site-header__contact-label--pc {
        display: none;
    }

    .site-header__contact-label--sp {
        display: inline;
    }

    .site-header__toggle {
        display: flex;
        align-self: center;
    }

    .site-header__pc-nav-bar {
        display: none;
    }

    /* =========================
    SPサブメニュー
    ========================= */

    .site-nav__list .sub-menu {
        margin: 0;
        padding: 4px 0 4px 16px;
        list-style: none;
        background: rgba(255,255,255,0.05);
    }

    .site-nav__list .sub-menu li {
        margin: 0;
        padding: 0;
    }

    .site-nav__list .sub-menu li a {
        display: block;
        padding: 6px 0;
        font-size: 13px;
        color: #fff;
        border-bottom: none;
    }
    /* =========================
    SPアコーディオン
    ========================= */

    .site-nav__submenu-toggle {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 16px 20px;

        background: none;
        border: none;

        color: #fff;

        font-size: 14px;
        font-weight: 500;

        cursor: pointer;

        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .site-nav__submenu-icon {
        font-size: 10px;
        transition: transform 0.3s;
    }

    /* 子メニュー閉じる */
    .site-nav__list .sub-menu {
        display: none;
    }

    /* 開いた時 */
    .site-nav__list .menu-item.is-open > .sub-menu {
        display: block;
    }

    .site-nav__list .menu-item.is-open .site-nav__submenu-icon {
        transform: rotate(180deg);
    }
}

/* =================================
   Component: ドロワーナビゲーション
================================= */
.site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    height: 100%;
    background-color: #808080;
    z-index: 300;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.site-nav.is-open {
    transform: translateX(0);
    max-width: initial;
}

/* 閉じるボタン */
.site-nav__nav {
    margin: 48px 0 0;
}

.site-nav__close {
    position: absolute;
    top: 0;
    right: -48px;
    transform: translateX(-100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--color-white);
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: var(--color-black);
    font-weight: 700;
    z-index: 10;
    flex-shrink: 0;
}

/* ナビリスト */
.site-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav__list .menu-item>a,
.site-nav__item>a {
    display: block;
    padding: 16px 20px;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: background-color var(--transition);
}

.site-nav__list .menu-item>a:hover,
.site-nav__item>a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

/* 第1階層の最初のアイテム（TOP）は少し明るく */
.site-nav__list .menu-item:first-child>a,
.site-nav__item:first-child>a {
    background-color: rgba(255, 255, 255, 0.1);
}

/* オーバーレイ */
.site-nav__overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 299;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.site-nav__overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

/* body スクロール禁止 */
body.nav-open {
    overflow: hidden;
}


/* =================================
   Component: 無料診断・無料見積もり
   ティール背景・白見出し・白枠ピル型2ボタン（電話：紺 / メール：コーラル）
================================= */
.free-diagnosis-section {
    background-color: #4fb3ce;
    padding: 36px 20px 32px;
    border-bottom: solid 4px #2f3e77;
}

.free-diagnosis-section_inner {
    max-width: 920px;
    margin: 0 auto;
}

/* 見出し */
.free-diagnosis-section_heading {
    text-align: center;
    margin-bottom: 28px;
}

.free-diagnosis-section_ttl {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.35;
    letter-spacing: 0.04em;
}

.free-diagnosis-section_sub {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    opacity: 0.98;
}

/* ボタン群 */
.free-diagnosis-section_btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* ボタン共通（ピル型・白枠・アイコン左） */
.free-diagnosis-section_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1 1 280px;
    max-width: 440px;
    min-height: 100px;
    padding: 8px 28px 8px 22px;
    border-radius: 100px;
    border: 2px solid #fff;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.free-diagnosis-section_btn:hover {
    opacity: 0.92;
    color: #fff;
    transform: translateY(-1px);
}

.free-diagnosis-section_btn_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    font-size: 22px;
    color: #fff;
}

/* テキストエリア（左寄せ縦並び） */
.free-diagnosis-section_btn_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-align: center;
}

.free-diagnosis-section_btn_label {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.28em;
    line-height: 1.25;
    color: #fff;
}

.free-diagnosis-section_btn_num {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    color: #fff;
}

.free-diagnosis-section_btn_time {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.35;
    color: #fff;
}

/* 電話：紺背景 */
.free-diagnosis-section_btn__tel {
    background-color: #2f3e77;
    color: #fff;
}

/* メール：コーラル／サーモン背景 */
.free-diagnosis-section_btn__mail {
    background-color: #f58a93;
    color: #fff;
}

/* Responsive（SP: Figma CTA 相当・電話 80px 高 / メール 50px 高） */
@media (max-width: 768px) {
    .free-diagnosis-section {
        padding: 30px 15px 28px;
    }

    .free-diagnosis-section_heading {
        margin-bottom: 20px;
    }

    .free-diagnosis-section_ttl {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.28;
        letter-spacing: 0.03em;
    }

    .free-diagnosis-section_sub {
        font-size: 12px;
        font-weight: 600;
        line-height: 1.35;
    }

    .free-diagnosis-section_btns {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        width: 100%;
        max-width: 345px;
        margin: 0 auto;
    }

    .free-diagnosis-section_btn {
        max-width: none;
        flex: 0 0 auto;
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px 0 14px;
        border-radius: 50px;
        border-width: 1px;
        min-height: 0;
    }

    /* 電話：3行・高さを Figma に合わせて固定寄り */
    .free-diagnosis-section_btn__tel {
        min-height: 80px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    /* メール：2行・低め */
    .free-diagnosis-section_btn__mail {
        min-height: 50px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .free-diagnosis-section_btn_icon {
        width: 32px;
        height: 32px;
        margin-right: 14px;
        font-size: 16px;
    }

    .free-diagnosis-section_btn_body {
        gap: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-width: 0;
    }

    .free-diagnosis-section_btn_label {
        font-size: 15px;
        font-weight: 800;
        line-height: 1.05;
    }

    .free-diagnosis-section_btn_num {
        font-size: 14px;
        font-weight: 800;
        line-height: 1.1;
        margin-top: 3px;
    }

    .free-diagnosis-section_btn_time {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 2px;
        opacity: 0.95;
    }

    .free-diagnosis-section_btn__mail .free-diagnosis-section_btn_label {
        line-height: 1.1;
    }

    .free-diagnosis-section_btn__mail .free-diagnosis-section_btn_time {
        margin-top: 3px;
    }
}


/* =================================
   Component: 田崎防水について
================================= */
.about-syokenkogyo-section {
    padding: 56px 0;
    background-color: #fff;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
    background-size: 28px 28px;
}

.about-syokenkogyo-section_inner {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.about-syokenkogyo-section_lead {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.6;
    margin: 0 0 8px;
}

.about-syokenkogyo-section_pref {
    display: block;
}

.about-syokenkogyo-section_company {
    font-size: 38px;
    font-weight: 900;
    color: var(--color-main);
    letter-spacing: 0.25em;
    margin: 0 0 12px;
    line-height: 1.2;
}

.about-syokenkogyo-section_tagline {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-black);
    margin: 0 0 28px;
}

.about-syokenkogyo-section_features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.about-syokenkogyo-section_feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--color-main);
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-black);
}

.about-syokenkogyo-section_feature i {
    font-size: 20px;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.about-syokenkogyo-section_feature--wide {
    grid-column: 1 / -1;
    justify-content: center;
    max-width: 260px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 480px) {
    .about-syokenkogyo-section_company {
        font-size: 32px;
    }

    .about-syokenkogyo-section_tagline {
        font-size: 16px;
    }

    .about-syokenkogyo-section_feature {
        padding: 12px 14px;
        font-size: 13px;
    }
}

/* =================================
   Component: ページ内セクションナビ
   白背景・均等3カラム・細い縦線・太いネイビー下線
================================= */
.section-nav {
    background-color: #fff;
    border-bottom: none;
}

.section-nav_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    border-bottom: 4px solid #2F3E77;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.section-nav_list {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-nav_item {
    flex: 1 1 0;
    min-width: 0;
    border-right: 1px solid #dcdcdc;
}

.section-nav_item:last-child {
    border-right: none;
}

.section-nav_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 18px 12px 20px;
    color: #2b3a6d;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease, opacity 0.15s ease;
}

.section-nav_link:hover {
    background-color: #f8fafc;
    color: #2b3a6d;
}

.section-nav_link:focus-visible {
    outline: 2px solid #2b3a6d;
    outline-offset: -2px;
}

.section-nav_label {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(13px, 1.05vw, 16px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
}

.section-nav_icon {
    font-size: clamp(10px, 0.85vw, 12px);
    color: #2b3a6d;
    line-height: 1;
}

@media (max-width: 600px) {
    .section-nav_inner {
        padding: 0 8px;
    }

    .section-nav_link {
        padding: 14px 6px 16px;
        gap: 4px;
    }

    .section-nav_label {
        font-size: 12px;
    }

    .section-nav_icon {
        font-size: 9px;
    }
}

/* =================================
   Component: マンガストーリー
================================= */
.manga-section {
    background-color: var(--color-main);
    padding: 20px 16px 28px;
    border-top: solid 4px #000;
    border-bottom: solid 4px #000;
}

.manga-section_inner {
    max-width: 480px;
    margin: 0 auto;
}

.manga-section_swiper {
    width: 100%;
    overflow: hidden;
}

.manga-section_slide {
    width: 100%;
    line-height: 0;
}

.manga-section_slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    /* 画像未配置時のプレースホルダー */
    min-height: 300px;
    background-color: #f0f0f0;
}

.manga-section_pagination {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

/* Swiper デフォルトのドットを黒丸に上書き */
.manga-section_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color var(--transition);
}

.manga-section_pagination .swiper-pagination-bullet-active {
    background-color: var(--color-black);
}

@media (min-width: 600px) {
    .manga-section {
        padding: 48px 0;
    }
}

/* =================================
   Component: お客様の声
   ネイビー背景・白見出し・5列グリッド・ピンクCTA
================================= */
.customer-voice-section {
    background-color: #2b3a6d;
    padding: 56px 5.4% 64px;
    overflow: hidden;
}

.customer-voice-section_inner {
    max-width: 1160px;
    margin: 0 auto;
}

.customer-voice-section .works-section_more {
    padding: 0;
    max-width: none;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
}

.customer-voice-section_heading {
    text-align: center;
    padding: 0 12px;
    margin: 0 0 36px;
}

.customer-voice-section_ttl {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(22px, 2.2vw, 32px);
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.35;
    letter-spacing: 0.08em;
}

.customer-voice-section_grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(12px, 1.8vw, 22px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.customer-voice-section_item {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* PC（769px以上）では5件のみ表示（アーカイブページ等で上書きされる場合を除く） */
@media (min-width: 769px) {
    .customer-voice-section:not(.customer-voice-section--voice-archive) .customer-voice-section_item:nth-child(n+6) {
        display: none;
    }
}

/* 画像／プレースホルダー枠（薄グレーレクト） */
.customer-voice-section_img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #cdd5e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-voice-section_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.customer-voice-section_placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.customer-voice-section_placeholder_svg {
    max-width: 100%;
    height: auto;
    opacity: 0.95;
}

.customer-voice-section_card_body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
    padding: 14px 0 0;
}

.customer-voice-section_location {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(11px, 0.92vw, 13px);
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.45;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.customer-voice-section_stars {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3px;
}

.customer-voice-section_stars .fa-solid.fa-star {
    color: #ffd447;
    font-size: clamp(13px, 1.05vw, 16px);
}

.customer-voice-section_stars .fa-regular.fa-star {
    color: #6f7daa;
    font-size: clamp(13px, 1.05vw, 16px);
}

.customer-voice-section_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 10px 8px;
    border: none;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(11px, 0.88vw, 13px);
    font-weight: 700;
    color: #fff;
    background-color: #f58a93;
    text-decoration: none;
    text-align: center;
    line-height: 1.35;
    transition: opacity 0.2s ease, filter 0.2s ease;
    box-sizing: border-box;
}

.customer-voice-section_btn:hover {
    opacity: 0.93;
    color: #fff;
    filter: brightness(1.05);
}

@media (max-width: 1024px) {
    .customer-voice-section_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .customer-voice-section {
        padding: 28px 0 36px;
    }

    .customer-voice-section_heading {
        margin: 0 0 14px;
        padding: 0 16px;
    }

    .page-reason .customer-voice-section_ttl {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0.04em;
    }

    /* SP: 横スクロールスライダー（アーカイブ以外） */
    .customer-voice-section_grid.customer-voice-section_grid--sp-slider {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 0 16px 8px;
        margin: 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    .customer-voice-section_grid.customer-voice-section_grid--sp-slider::-webkit-scrollbar {
        display: none;
    }

    .customer-voice-section_grid.customer-voice-section_grid--sp-slider .customer-voice-section_item {
        flex: 0 0 168px;
        scroll-snap-align: start;
    }

    .customer-voice-section_card_body {
        gap: 6px;
        padding-top: 8px;
    }

    .customer-voice-section_location {
        font-size: 12px;
        line-height: 1.2;
        -webkit-line-clamp: 1;
    }

    .customer-voice-section_stars {
        gap: 1px;
    }

    .customer-voice-section_stars .fa-solid.fa-star,
    .customer-voice-section_stars .fa-regular.fa-star {
        font-size: 12px;
    }

    .customer-voice-section_btn {
        padding: 6px 4px;
        border-radius: 0;
        font-size: 10px;
        line-height: 1.25;
    }
}

@media (max-width: 480px) {
    .customer-voice-section_item {
        flex-basis: 166px;
        padding-bottom: 10px;
    }
}

/* =================================
   Component: 各種料金
   薄水色背景・アイコン＋見出し中央・テーブル or カードグリッド
================================= */
.price-section {
    background-color: #E5F3FF;
    padding: 72px 5.4%;
}

.price-section_inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ブロック間ダッシュ点線 */
.price-section_divider {
    border: none;
    border-top: 2px dashed #2F3E77;
    margin: 56px 0;
}

/* 各ブロック */
.price-section_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

/* 見出しエリア（アイコン上・テキスト下・中央） */
.price-section_block_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.price-section_block_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #2b3a6d;
    font-size: 26px;
}

.price-section_block_icon img {
    display: block;
    max-width: 100%;
    height: auto;
}

.price-section_block_ttl {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(22px, 2.4vw, 36px);
    font-weight: 800;
    color: #2F3E77;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

/* ========== テーブルレイアウト ========== */
.price-section_block--table .price-section_block_body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.price-section_block_desc {
    flex: none;
    width: 100%;
    max-width: none;
}

.price-section_block_desc_txt {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(13px, 1vw, 15px);
    color: #555;
    line-height: 1.85;
    margin: 0;
}

.price-section_tbl_wrap {
    flex: 1;
    min-width: 0;
}

.price-section_block_subttl {
    margin: 8px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 1.4;
}

.price-section_tbl {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #d8e8f4;
}

.price-section_tbl tr {
    border-bottom: 1px solid #d8e8f4;
}

.price-section_tbl tr:last-child {
    border-bottom: none;
}

.price-section_tbl th,
.price-section_tbl td {
    padding: 14px 22px;
    font-size: 16px;
    color: #1e1e1e;
    vertical-align: middle;
}

.price-section_tbl th {
    font-weight: 600;
    color: #444;
    width: 210px;
    text-align: left;
    border-right: 1px solid #d8e8f4;
}

.price-section_tbl td {
    text-align: right;
    font-weight: 700;
    color: #222;
}

.price-section_tbl_ttl {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: inherit;
}

.price-section_price {
    font-size: clamp(14px, 1.2vw, 17px);
    font-weight: 800;
    color: #e05000;
}

.price-section_block--card-grid .price-section_price_num {
    color: #f57f96;
    font-weight: 300;
}

.price-section_block--card-grid .price-section_price_suffix {
    color: #1e1e1e;
    font-weight: 500;
}

.price-section_block--card-grid .price-section_price:not(.price-section_price--split) {
    color: #1e1e1e;
    font-weight: 500;
}

/* 屋根修理テーブル：数値と「円(税込)〜」で色分け */
.price-section_block--table .price-section_price_num {
    color: #F57F96;
    font-weight: 300;
}

.price-section_block--table .price-section_price_suffix {
    color: #1e1e1e;
    font-weight: 500;
}

.price-section_block--table .price-section_price:not(.price-section_price--split) {
    color: #1e1e1e;
}

.price-section_unit {
    font-size: 12px;
    color: #777;
    margin-left: 4px;
    font-weight: 400;
}

/* ========== カードグリッドレイアウト ========== */
.price-section_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 1.6vw, 18px);
    width: 1200px;
}

/* 5枚時（PC）：1行目を3分割、2行目を中央の2分割に見せるため 6 列グリッドで配置 */
.price-section_cards--five {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.price-section_cards--five .price-section_card:nth-child(1) {
    grid-column: 1 / span 2;
}

.price-section_cards--five .price-section_card:nth-child(2) {
    grid-column: 3 / span 2;
}

.price-section_cards--five .price-section_card:nth-child(3) {
    grid-column: 5 / span 2;
}

.price-section_cards--five .price-section_card:nth-child(4) {
    grid-column: 2 / span 2;
}

.price-section_cards--five .price-section_card:nth-child(5) {
    grid-column: 4 / span 2;
}

/* カード：横並び（画像左・テキスト右） */
.price-section_card {
    width: 374px;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dce8f0;
}

.price-section_card_img {
    flex: 0 0 clamp(80px, 12vw, 130px);
    width: clamp(80px, 12vw, 130px);
    overflow: hidden;
    background-color: #d0dee8;
    aspect-ratio: auto;
    align-self: stretch;
}

.price-section_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.price-section_card:hover .price-section_card_img img {
    transform: scale(1.04);
}

.price-section_card_body {
    flex: 1;
    min-width: 0;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.price-section_card_label {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.45;
}

.price-section_card_price {
    margin: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 2px;
}

/* 注釈テキスト */
.price-section_note {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

/* CTAエリア */
.price-section_cta {
    display: flex;
    justify-content: center;
    padding: 0 18px;
}

.price-section_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 450px;
    min-height: 52px;
    background-color: #2b3a6d;
    color: #fff;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0 32px;
    border-radius: 100px;
    text-decoration: none;
    line-height: 1.35;
    letter-spacing: -0.01em;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.18);
    transition: opacity 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

.price-section_block--table .price-section_link {
    padding-left: 32px;
}

.price-section_block--card-grid .price-section_link {
    padding-left: 32px;
}

.page-cost-amamori .price-section_inner {
    max-width: 1200px;
}

.page-cost-amamori .price-section_cards {
    width: 100%;
}

.page-cost-amamori .price-section_card {
    width: 100%;
}

.page-cost-amamori .area-section_box {
    width: 100%;
    box-sizing: border-box;
}

.price-section_link:hover {
    opacity: 0.9;
    color: #fff;
}

.price-section_link_txt {
    text-align: center;
}

.price-section_link_arrow {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-name-red {
    color: red;
}

/* ===== Responsive ===== */
@media (max-width: 860px) {

    /* テーブルブロック：縦積み */
    .price-section_block--table .price-section_block_body {
        flex-direction: column;
        gap: 20px;
    }

    .price-section_block_desc {
        flex: none;
        max-width: none;
    }

    /* カードグリッド：2列（5枚用 PC レイアウトの列指定は解除） */
    .price-section_cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-section_cards--five .price-section_card:nth-child(n) {
        grid-column: auto;
    }

    .price-section_card_img {
        flex: 0 0 clamp(70px, 18vw, 110px);
        width: clamp(70px, 18vw, 110px);
    }
}

@media (max-width: 600px) {
    .price-section {
        padding: 40px 20px;
    }

    .price-section_divider {
        margin: 40px 0;
    }

    .price-section_inner {
        max-width: 375px;
    }

    .price-section_block {
        gap: 22px;
    }

    .price-section_block_head {
        gap: 18px;
    }

    .price-section_block_icon {
        width: 41px;
        height: 25px;
    }

    .price-section_block_icon img {
        max-width: 41px;
        max-height: 25px;
    }

    .page-reason .price-section_block_ttl {
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.25;
    }

    .price-section_block_desc_txt,
    .price-section_note {
        font-size: 15px;
        line-height: 1.67;
        letter-spacing: 0.05em;
        color: #000;
        text-align: left;
    }

    .price-section_link {
        min-width: 0;
        width: 350px;
        height: auto;
        min-height: 68px;
        padding: 0 22px;
        gap: 18px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.35;
        box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.18);
    }

    .price-section_tbl th,
    .price-section_tbl td {
        font-size: 13px;
    }

    .price-section_tbl tr {
        border-bottom-color: #d2d2d2;
    }

    /* 屋根修理テーブル：右列（金額）を広く・数字は右寄せ */
    .price-section_block--table .price-section_tbl {
        table-layout: fixed;
    }

    .price-section_block--table .price-section_tbl th {
        width: 30%;
        padding: 13px 8px;
        text-align: left;
        line-height: 1;
        border-right-color: #d2d2d2;
    }

    .price-section_block--table .price-section_tbl td {
        width: 70%;
        padding: 13px 12px 13px 25px;
        text-align: left;
        line-height: 1;
    }

    .price-section_block--table .price-section_price--split {
        font-size: 15px;
    }

    .price-section_block--table .price-section_price_num {
        font-weight: 400;
    }

    .price-section_block--table .price-section_price_suffix {
        font-weight: 400;
    }

    .price-section_block--table .price-section_price:not(.price-section_price--split) {
        font-size: 15px;
        font-weight: 500;
    }

    .price-section_cards {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .price-section_card {
        width: calc(100% - 1px);
        border: 1px solid #d2d2d2;
        border-radius: 0;
        margin-right: 10px;
        box-sizing: border-box;
    }

    .price-section_card_img {
        flex: 0 0 120px;
        width: 120px;
        height: 75px;
    }

    .price-section_card_body {
        padding: 0 0 0 15px;
        gap: 5px;
    }

    .price-section_card_label {
        font-size: 18px;
        color: #000;
        line-height: 1;
    }

    .price-section_block--card-grid .price-section_price--split {
        font-size: 16px;
        line-height: 1.36;
    }

    .price-section_block--card-grid .price-section_price_num {
        font-weight: 400;
    }

    .price-section_block--card-grid .price-section_price_suffix {
        font-weight: 400;
    }

    .price-section_block--card-grid .price-section_price:not(.price-section_price--split) {
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

    .price-section_link_arrow {
        font-size: 18px;
    }

    .price-section_block--table .price-section_link {
        padding-left: 32px;
    }

    .price-section_block--card-grid .price-section_link {
        padding-left: 22px;
    }
}

/* =================================
   Component: 施工事例
   ※ archive 等は .works-section_list の 4 列グリッド等を継続利用。
   トップページは .works-section--top でネイビー 5 列・お客様の声と同系統。
================================= */
.works-section {
    padding: 0 0 20px;
}

.works-section:not(.works-section--top) {
    background-color: var(--color-white);
}

/* ----- トップ：施工事例セクション ----- */
.works-section--top {
    --works-top-navy: #2b3a6d;
    --works-top-pink: #f58a93;
    --works-top-img-bg: #cdd5e6;
    background-color: var(--works-top-navy);
    padding: 56px 0 64px;
    overflow: hidden;
}

.works-section--top .works-section_inner {
    max-width: 1160px;
    margin: 0 auto;
}

.works-section--top .works-section_heading {
    text-align: center;
    padding: 0 12px;
    margin: 0 0 36px;
}

.works-section--top .works-section_company {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.3;
}

.works-section--top .works-section_ttl {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(26px, 2.2vw, 32px);
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.35;
    letter-spacing: 0.08em;
}

.works-section--top .works-section_subttl {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 0.08em;
}

.works-section--top .works-section_list.works-section_grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(12px, 1.8vw, 22px);
    margin: 0 0 clamp(28px, 4vw, 40px);
    list-style: none;
    padding: 0;
}

.works-section--top .works-section_item {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.works-section--top .works-section_img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: var(--works-top-img-bg);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.works-section--top .works-section_img:empty {
    min-height: 0;
}

.works-section--top .works-section_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--transition);
}

.works-section--top .works-section_item:hover .works-section_img img {
    transform: scale(1.03);
}

.works-section--top .works-section_body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 5px;
    padding: 14px 0 0;
}

.works-section--top .works-section_location,
.works-section--top .works-section_method,
.works-section--top .works-section_reason {
    font-family: 'Noto Sans', sans-serif;
    font-size: clamp(14px, 0.92vw, 12px);
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.45;
    text-align: left;
}

.works-section--top .works-section_method,
.works-section--top .works-section_reason {
    font-weight: 500;
    opacity: 0.95;
    font-size: clamp(10px, 12px, 12px);
    line-height: 1.5;
}

.works-section--top .works-section_meta_label {
    display: block;
    font-size: 0.92em;
    font-weight: 600;
    opacity: 0.88;
    margin-bottom: 2px;
    letter-spacing: 0.02em;
}

.works-section--top .works-section_card_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 10px 8px;
    border: none;
    font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(11px, 0.88vw, 13px);
    font-weight: 400;
    color: #fff;
    background-color: var(--works-top-pink);
    text-decoration: none;
    text-align: center;
    line-height: 1.35;
    transition: opacity 0.2s ease, filter 0.2s ease;
    box-sizing: border-box;
    margin-top: 14px;
}

.works-section--top .works-section_card_btn:hover {
    opacity: 0.93;
    color: #fff;
    filter: brightness(1.05);
}

.works-section--top .works-section_more {
    padding: 0;
    max-width: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.works-section_archive_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 450px;
    min-height: 52px;
    padding: 12px 44px 12px 28px;
    background-color: #fff;
    color: #2b3a6d;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(14px, 1.3vw, 17px);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    box-shadow: 6px 6px 0 0 rgba(130, 200, 255, 0.65);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.works-section_archive_btn_txt {
    text-align: center;
}

.works-section_archive_btn:hover {
    color: #2b3a6d;
    opacity: 0.96;
    transform: translate(1px, 1px);
    box-shadow: 4px 4px 0 0 rgba(130, 200, 255, 0.55);
}

.works-section_archive_btn_icon {
    position: absolute;
    right: clamp(14px, 4vw, 22px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85em;
    line-height: 1;
}

/* 見出し（アーカイブ等・従来） */
.works-section_heading {
    text-align: center;
    padding: 28px 16px 20px;
}

.works-section_heading_main {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: inherit;
}

.works-section_company {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-black);
    margin: 0 0 10px;
    line-height: 1;
}

.works-section_ttl {
    display: block;
    font-size: 30px;
    font-weight: 900;
    color: var(--color-main);
    margin: 0;
    line-height: 1.1;
}

/* グリッド（アーカイブ・関連） */
.works-section_inner {
    padding: 0 12px;
    max-width: 860px;
    margin: 0 auto;
}

.works-section_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 12px;
    margin: 0 0 16px;
    list-style: none;
    padding: 0;
}

/* カード共通 */
.works-section_item {
    display: flex;
    flex-direction: column;
}

/* 画像 */
.works-section_img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #e8e8e8;
    margin-bottom: 8px;
}

.works-section_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--transition);
}

.works-section_item:hover .works-section_img img {
    transform: scale(1.03);
}

/* テキストエリア */
.works-section_body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

/* 場所テキスト */
.works-section_location {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-black);
    margin: 0;
    line-height: 1.4;
}

/* カテゴリタグ */
.works-section_cats {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.works-section_cat {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-main-dark);
    line-height: 1.4;
}

.works-section_cat::after {
    content: ' ';
}

/* カード内詳細ボタン（アーカイブ） */
.works-section_detail_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--color-black);
    font-size: 12px;
    font-weight: 700;
    color: var(--color-black);
    background-color: var(--color-white);
    transition: background-color var(--transition), color var(--transition);
    margin-top: auto;
}

.works-section_detail_btn:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

.works-section_detail_btn i {
    font-size: 10px;
    flex-shrink: 0;
}

/* もっと見るエリア（アーカイブ） */
.works-section_more {
    padding: 8px 12px 16px;
    max-width: 860px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .works-section--top .works-section_list.works-section_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Responsive */
@media (max-width: 768px) {
    .works-section_ttl {
        font-size: 26px;
    }

    .works-section_list {
        gap: 14px 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .works-section_location {
        font-size: 12px;
    }

    .works-section_detail_btn {
        font-size: 11px;
        padding: 8px 10px;
    }

    .works-section--top {
        padding: 40px 0 48px;
    }

    .works-section--top .works-section_heading {
        margin-bottom: 28px;
    }

    .works-section--top .works-section_list.works-section_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 10px;
    }

    /* SP: 下端CTA はモック準拠で全幅＋ライトブルーシャドウ */
    .works-section--top .works-section_more {
        width: 100%;
        max-width: none;
        padding: 0 2px;
        box-sizing: border-box;
    }

    .works-section_archive_btn {
        width: 100%;
        max-width: 90%;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {

    /* SP でも 2 列維持（単列にしない） */
    .works-section--top .works-section_list.works-section_grid {
        gap: 10px 8px;
    }
}

/* =================================
   Component: 対応エリア（トップ：屋根修理 / 雨漏り修理）
   上段：左に見出し2行・右にリード / 下段：都道府県ラベル＋「 | 」区切り市区町村
================================= */
.area-section {
    background-image: url('assets/images/bg0001.png');
    --area-heading-blue: #2b3a63;
    background-color: #fff;
    padding: 48px 0 56px;
}

.area-section--leak-repair {
    border-top: 1px solid #dcdcdc;
    padding-top: 48px;
}

.area-section_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.area-section_header_row {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.35fr);
    gap: 20px;
    align-items: center;
    margin-bottom: clamp(24px, 3vw, 32px);
}

.area-section_heading {
    text-align: center;
    margin: 0;
}

.area-section_heading_main {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.area-section_heading_service {
    display: block;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(17px, 1.65vw, 22px);
    font-weight: 800;
    color: var(--area-heading-blue);
    margin: 0 0 8px;
    line-height: 1.4;
}

.area-section_heading_ttl {
    display: block;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 900;
    color: var(--area-heading-blue);
    letter-spacing: 0.06em;
    margin: 0;
    line-height: 1.25;
}

.area-section_lead {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.75;
    text-align: left;
}

.area-section_box {
    width: 1200px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    padding: clamp(16px, 2vw, 22px) clamp(18px, 2.4vw, 26px);
    border-radius: 2px;
}

.area-section_pref {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
    line-height: 1.4;
}

.area-section_cities {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(11px, 0.95vw, 13px);
    font-weight: 400;
    color: #333;
    line-height: 1.85;
}

.area-section_city,
.area-section_pipe {
    display: inline;
}

.area-section_pipe {
    color: #888;
    padding: 0 1px;
}

@media (max-width: 768px) {
    .area-section_header_row {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .area-section {
        padding: 40px 0 48px;
    }

    .area-section--leak-repair {
        padding-top: 40px;
    }

    .area-section_box {
        width: auto;
    }
}

/* =================================
   Component: ブログ
================================= */
.blog-section {
    background-color: var(--color-white);
    padding: 48px 0;
    overflow: hidden;
}

/* 見出し */
.blog-section_heading {
    text-align: center;
    padding: 0 16px;
    margin-bottom: 20px;
}

.blog-section_ttl {
    font-size: 28px;
    font-weight: 900;
    color: var(--color-main);
    margin: 0;
}

/* Swiper */
.blog-section_swiper {
    width: 100%;
    overflow: visible;
    padding: 0 12px;
    max-width: 860px;
    margin: 0 auto;
}

.blog-section_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 12px;
    margin: 0 0 16px;
    list-style: none;
    padding: 0;
}

/* カード */
.blog-section_item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

/* 画像 */
.blog-section_img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #e8e8e8;
}

.blog-section_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--transition);
}

.blog-section_item:hover .blog-section_img img {
    transform: scale(1.03);
}

/* テキストエリア */
.blog-section_body {
    padding: 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

/* 日付 */
.blog-section_date {
    font-size: 12px;
    display: block;
    line-height: 1;
    color: var(--color-gray);
    margin-bottom: 8px;
}

/* タイトル */
.blog-section_item_ttl {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-black);
    margin: 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 抜粋 */
.blog-section_excerpt {
    font-size: 12px;
    color: var(--color-gray);
    margin: 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 8px;
}

/* 詳しくボタン */
.blog-section_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid var(--color-black);
    font-size: 12px;
    font-weight: 700;
    color: var(--color-black);
    background-color: var(--color-white);
    transition: background-color var(--transition), color var(--transition);
    margin-top: auto;
}

.blog-section_btn:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

.blog-section_btn i {
    font-size: 10px;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-section_ttl {
        font-size: 24px;
    }

    .blog-section_item {
        width: 55vw;
    }

    .blog-section_item_ttl {
        font-size: 12px;
    }
}

/* =================================
   Component: 会社概要
   薄水色背景・左:見出し / 右:テーブル ／ ネイビーCTA
================================= */
.company-section {
    background-color: #E5F3FF;
    padding: 64px 5.4%;
}

/* 左右2カラム */
.company-section_inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
    max-width: 960px;
    margin: 0 auto;
}

/* 左：見出し */
.company-section_heading {
    flex: 0 0 auto;
    padding-top: 8px;
}

.company-section_ttl {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #2F3E77;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
    margin-left: 100px;
}

/* 右：テーブルラッパー */
.company-section_body {
    flex: 1;
    min-width: 0;
}

/* テーブル */
.company-section_tbl {
    width: 100%;
    border-collapse: collapse;
}

.company-section_tbl tr {
    border-top: 1.5px solid #AFB4C8;
}

.company-section_tbl tr:last-child {
    border-bottom: 1.5px solid #AFB4C8;
}

.company-section_representative {
    margin-top: 6px;
}

.company-section_tbl th,
.company-section_tbl td {
    padding: 10px 5px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(13px, 1vw, 15px);
    vertical-align: middle;
    text-align: left;
    line-height: 1.65;
    color: #222;
}

.company-section_tbl th {
    font-weight: 700;
    white-space: nowrap;
    width: 120px;
    color: #1E1E1E;
    font-size: 18px;
}

.company-section_tbl td {
    font-weight: 400;
    font-size: 17px;
}

.company-section_mail_row th,
.company-section_mail_row td {
    border-bottom: none;
    padding-bottom: 10px;
}

.company-section_representative_row th,
.company-section_representative_row td {
    border-top: none;
    padding-top: 10px;
}

.company-section_representative_row {
    border-top: none !important;
}

/* CTA エリア */
.company-section_cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.company-section_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(420px, 90vw);
    background-color: #2b3a6d;
    color: #fff;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
    font-size: clamp(13px, 1.05vw, 16px);
    font-weight: 400;
    padding: 18px 28px 18px 36px;
    border-radius: 100px;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: opacity 0.2s ease;
    box-sizing: border-box;
    box-shadow: 4px 4px 0 rgba(180, 180, 180, 0.8);
}

.company-section_btn:hover {
    opacity: 0.9;
    color: #fff;
}

.company-section_btn_txt {
    text-align: center;
}

.company-section_btn_arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 会社ページ：Google Maps */
.company-section_map-wrap {
    margin-top: 40px;
    max-width: 600px;
    width: min(100%, 600px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
    box-sizing: border-box;
}

.company-section_map {
    display: block;
    width: 100%;
    height: clamp(240px, 56vw, 450px);
    border: 0;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .company-section {
        padding: 48px 5%;
    }

    .company-section_inner {
        flex-direction: column;
        gap: 34px;
    }

    .company-section_ttl {
        white-space: normal;
    }

    .company-section_btn {
        min-width: 0;
        width: 100%;
        padding: 16px 20px;
        padding-right: 58px;
        padding-left: 58px;
    }

    .company-section_btn_arrow {
        right: 20px;
    }
}



/* =================================
   Component: お問い合わせ
================================= */
.contact-section {
    padding: 64px 0;
    background-color: #2F3E77;
}

.contact-section_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-section_heading {
    text-align: center;
    margin-bottom: 40px;
}

.contact-section_ttl {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    position: relative;
    display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-section {
        padding: 48px 0;
    }

    .contact-section_ttl {
        font-size: 22px;
    }


}



/* bl_form */
.hp_pcOnly {
    display: none;
}

.bl_hrizTable.bl_hrizTable__responsive th,
.bl_hrizTable.bl_hrizTable__responsive td {
    display: block;
    width: 100%;
}

.bl_form .bl_hrizTable {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

.bl_form .bl_hrizTable th {
    padding: 15px 10px;
    font-size: 14px;
    text-align: left;
    background-color: #f0efed;
    border-bottom: 1px solid #ccc;
}

.bl_form .bl_hrizTable th p {
    margin: 0;
}

.bl_form .bl_hrizTable td {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.bl_form_required {
    color: red;
}

.bl_form_data .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -10px;
}

.bl_form_data .wpcf7-radio .wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0 0 10px;
}

.bl_form_data .wpcf7-radio .wpcf7-list-item label input[type=radio] {
    position: absolute;
    opacity: 0;
}

.bl_form_data .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked+.wpcf7-list-item-label {
    /* stylelint-disable-next-line color-function-notation */
    background-color: rgba(var(--color-main), 0.2);
    /* stylelint-disable-next-line color-function-notation */
    box-shadow: 0 1px 1px 0 rgba(var(--color-main), 0.5) inset;
}

.bl_form_data .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    font-size: 0.75rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: 0.25s;
}

.bl_form_data .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}

.bl_form_data .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked+.wpcf7-list-item-label {
    background-color: rgba(223, 227, 232, .6);
    box-shadow: 0 1px 1px 0 rgba(145, 149, 154, .5) inset;
}

.bl_form_data.bl_form_data__col3 .wpcf7-radio .wpcf7-list-item {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
}

.bl_form_data.bl_form_data__col3 .wpcf7-radio .wpcf7-list-item:nth-of-type(2n) {
    margin-right: 0;
}

.bl_form_data.bl_form_data__type .wpcf7-radio .wpcf7-list-item:nth-of-type(1) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_01.png);
}

.bl_form_data.bl_form_data__type .wpcf7-radio .wpcf7-list-item:nth-of-type(2) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_02.png);
}

.bl_form_data.bl_form_data__type .wpcf7-radio .wpcf7-list-item:nth-of-type(3) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_03.png);
}

.bl_form_data.bl_form_data__type .wpcf7-radio .wpcf7-list-item:nth-of-type(4) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_04.png);
}

.bl_form_data.bl_form_data__type .wpcf7-radio .wpcf7-list-item:nth-of-type(5) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_05.png);
}

.bl_form_data.bl_form_data__type .wpcf7-radio .wpcf7-list-item:nth-of-type(6) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_06.png);
}

.bl_form_data.bl_form_data__worry .wpcf7-radio .wpcf7-list-item:nth-of-type(1) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_07.png);
}

.bl_form_data.bl_form_data__worry .wpcf7-radio .wpcf7-list-item:nth-of-type(2) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_08.png);
}

.bl_form_data.bl_form_data__worry .wpcf7-radio .wpcf7-list-item:nth-of-type(3) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_09.png);
}

.bl_form_data.bl_form_data__worry .wpcf7-radio .wpcf7-list-item:nth-of-type(4) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_10.png);
}

.bl_form_data.bl_form_data__worry .wpcf7-radio .wpcf7-list-item:nth-of-type(5) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_11.png);
}

.bl_form_data.bl_form_data__worry .wpcf7-radio .wpcf7-list-item:nth-of-type(6) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_06.png);
}

.bl_form_data.bl_form_data__desire .wpcf7-radio .wpcf7-list-item:nth-of-type(1) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_12.png);
}

.bl_form_data.bl_form_data__desire .wpcf7-radio .wpcf7-list-item:nth-of-type(2) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_13.png);
}

.bl_form_data.bl_form_data__desire .wpcf7-radio .wpcf7-list-item:nth-of-type(3) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_14.png);
}

.bl_form_data.bl_form_data__desire .wpcf7-radio .wpcf7-list-item:nth-of-type(4) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_15.png);
}

.bl_form_data.bl_form_data__thing .wpcf7-radio .wpcf7-list-item:nth-of-type(1) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_16.png);
}

.bl_form_data.bl_form_data__thing .wpcf7-radio .wpcf7-list-item:nth-of-type(2) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_17.png);
}

.bl_form_data.bl_form_data__thing .wpcf7-radio .wpcf7-list-item:nth-of-type(3) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_18.png);
}

.bl_form_data.bl_form_data__thing .wpcf7-radio .wpcf7-list-item:nth-of-type(4) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_19.png);
}

.bl_form_data.bl_form_data__roof .wpcf7-radio .wpcf7-list-item:nth-of-type(1) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_06.png);
}

.bl_form_data.bl_form_data__roof .wpcf7-radio .wpcf7-list-item:nth-of-type(2) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_20.png);
}

.bl_form_data.bl_form_data__roof .wpcf7-radio .wpcf7-list-item:nth-of-type(3) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_21.png);
}

.bl_form_data.bl_form_data__roof .wpcf7-radio .wpcf7-list-item:nth-of-type(4) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_22.png);
}

.bl_form_data.bl_form_data__roof .wpcf7-radio .wpcf7-list-item:nth-of-type(5) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_23.png);
}

.bl_form_data.bl_form_data__roof .wpcf7-radio .wpcf7-list-item:nth-of-type(6) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_24.png);
}

.bl_form_data.bl_form_data__form .wpcf7-radio .wpcf7-list-item:nth-of-type(1) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_25.png);
}

.bl_form_data.bl_form_data__form .wpcf7-radio .wpcf7-list-item:nth-of-type(2) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_26.png);
}

.bl_form_data.bl_form_data__form .wpcf7-radio .wpcf7-list-item:nth-of-type(3) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_27.png);
}

.bl_form_data.bl_form_data__form .wpcf7-radio .wpcf7-list-item:nth-of-type(4) label .wpcf7-list-item-label::before {
    background-image: url(./assets/images/form_icon_28.png);
}

.bl_form_data .wpcf7-text {
    width: 100%;
}

.bl_form_data .wpcf7-select {
    padding: 5px;
    border: 1px solid #ccc;
}

.bl_form_privacy {
    text-align: center;
}

.bl_form_privacy .wpcf7-list-item-label {
    font-size: 0.75rem;
    color: #fff;
}

.bl_form_privacy .wpcf7-list-item-label a {
    color: #fff;
}

.bl_form .el_btnWrapper {
    margin-top: 0;
}

.bl_form .el_btnWrapper>p {
    margin: 0;
}

.bl_form .el_btnWrapper .el_btn {
    display: block;
    width: 70%;
    padding: 15px;
    margin: 0 auto;
    font-size: 0.875rem;
    border-radius: 0;
}

.bl_form .el_btnWrapper .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}

.wpcf7-response-output {
    color: #fff;
}

.bl_map iframe {
    width: 100%;
}

.bl_map .bl_tabContent_header {
    margin: 0 calc(50% - 50vw);
}

.bl_map .bl_tabContent_cont {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.bl_form_data .wpcf7-text {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    line-height: 1.5;
    font-size: 1rem;
}

.bl_form_data textarea {
    width: 100%;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    line-height: 1.5;
    font-size: 1rem;
}


@media screen and (min-width: 1024px) {
    .bl_form .el_btnWrapper .el_btn {
        width: 200px;
    }

    .bl_map iframe {
        height: 540px;
    }

    .bl_map .bl_tabContent_header {
        margin: 0 auto;
    }

    .bl_map .bl_tabContent_cont {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {

    .bl_hrizTable.bl_hrizTable__responsive th,
    .bl_hrizTable.bl_hrizTable__responsive td {
        display: table-cell;
    }

    .bl_form .bl_hrizTable th {
        padding: 20px;
        width: 20%;
        border-right: 1px solid #ccc;
    }

    .bl_hrizTable.bl_hrizTable__responsive td {
        width: 80%;
    }

    .bl_form_data .wpcf7-radio .wpcf7-list-item {
        width: calc((100% - 10px) / 2);
        margin: 0 10px 10px 0;
    }

    .bl_form_data .wpcf7-radio .wpcf7-list-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .bl_form_data .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
        font-size: 0.875rem;
    }

    .bl_form_data .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
        width: 50px;
        height: 50px;
    }

    .bl_form_data.bl_form_data__col3 .wpcf7-radio .wpcf7-list-item {
        width: calc((100% - 20px) / 3);
        margin: 0 10px 10px 0;
    }

    .bl_form_data.bl_form_data__col3 .wpcf7-radio .wpcf7-list-item:nth-of-type(2n) {
        margin-right: 10px;
    }

    .bl_form_data.bl_form_data__col3 .wpcf7-radio .wpcf7-list-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .bl_form_privacy .wpcf7-list-item-label {
        font-size: 0.875rem;
    }

    .bl_form_data .wpcf7-text {
        width: 40%;
    }
}


/* =================================
   Component: お悩みリスト（LP共通）
   Figma: 受託案件_01 … node 12386:166852 付近（フォント・色はデザインに合わせ調整）
================================= */
.concerns-section {
    --concerns-navy: #2f3e77;
    --concerns-heading: #2f3e77;
    --concerns-body: #333333;
    background-color: #fff;
}

.concerns-section_top-rule {
    height: 5px;
    background-color: var(--concerns-navy);
}

.concerns-section_inner {
    max-width: 520px;
    margin: 0 auto;
    padding: clamp(22px, 5vw, 32px) clamp(16px, 5vw, 24px) clamp(18px, 4vw, 28px);
}

.concerns-section_ttl {
    margin: 0 0 clamp(18px, 4vw, 26px);
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(23px, 5.4vw, 28px);
    font-weight: 700;
    color: var(--concerns-heading);
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.32;
}

.concerns-section_ttl::after {
    content: '••••••••••••••••••••••';
    display: block;
    margin: 6px auto 0;
    width: min(390px, 96%);
    color: #5b4d47;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 12px;
    text-align: center;
    white-space: nowrap;
}

.concerns-section_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 3.6vw, 22px);
}

.concerns-section_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(12px, 3vw, 18px);
}

.concerns-section_figure {
    flex-shrink: 0;
    width: clamp(76px, 22vw, 108px);
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 6px;
}

.concerns-section_figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.concerns-section_figure--placeholder {
    border: 1px dashed rgba(47, 62, 119, 0.22);
}

.concerns-section_txt {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(16px, 4.2vw, 18px);
    font-weight: 700;
    color: #534741;
    line-height: 1.58;
    letter-spacing: 0.03em;
}

.concerns-section_foot {
    /* 上辺のみ左右高・中央へ浅いへり込み（白面が逆三角形で食い込むイメージ） */
    position: relative;
    z-index: 1;
    height: clamp(56px, 14vw, 72px);
    margin-bottom: -1px;
    background-color: #2b3a70;
    border: 0;
    box-shadow: 0 1px 0 #2b3a70;
    clip-path: polygon(0 0,
            50% clamp(26px, 8vw, 42px),
            100% 0,
            100% 100%,
            0 100%);
}

.concerns-section+.roof-svc-highlight {
    margin-top: -1px;
    border-top: 0;
}

@media (min-width: 769px) {
    .concerns-section_inner {
        max-width: 720px;
    }

    .concerns-section_item {
        gap: 20px;
    }

    .concerns-section_figure {
        width: clamp(88px, 10vw, 112px);
    }

    .concerns-section_br-sp {
        display: none;
    }
}

/* =================================
   Component: 雨漏り修理料金・目安（leak-cost-estimate）
   SP: 見出し中央・カード縦積み・2列ビフォーアフター
================================= */
.leak-cost-est {
    padding: 36px 15px 42px;
}

.leak-cost-est_inner {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.leak-cost-est_ttl {
    margin: 0;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: clamp(24px, 6vw, 32px);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.06em;
    color: #2F3E77;
}

.leak-cost-est_blocks {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.leak-cost-est_block_ttl {
    margin: 0 0 8px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #2F3E77;
}

.leak-cost-est_block_txt {
    margin: 0 0 12px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.01em;
    color: #333;
}

.leak-cost-est_compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
}

.leak-cost-est_compare-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.leak-cost-est_compare_ph {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 2px;
    overflow: hidden;
    background: #d8d8d8;
}

.leak-cost-est_compare_ph--empty {
    min-height: 100px;
}

.leak-cost-est_compare_ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.leak-cost-est_compare_lbl {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #333;
}

@media (min-width: 769px) {
    .leak-cost-est {
        padding: 64px 5.4% 72px;
    }

    .leak-cost-est_inner {
        gap: 30px;
    }

    .leak-cost-est_blocks {
        gap: 32px;
    }

    .leak-cost-est_block_ttl {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .leak-cost-est_block_txt {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .leak-cost-est_compare {
        gap: 16px;
    }

    .leak-cost-est_compare_lbl {
        font-size: 13px;
    }
}

/* =================================
   Component: 屋根修理料金相場・目安（roof-cost-estimate）
   SP: 見出し中央・カード縦積み・2列ビフォーアフター
================================= */
.roof-cost-est {
    padding: 36px 15px 42px;
}

.roof-cost-est_inner {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.roof-cost-est_ttl {
    margin: 0;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: clamp(24px, 6vw, 32px);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.06em;
    color: #2F3E77;
}

.roof-cost-est_blocks {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.roof-cost-est_block_ttl {
    margin: 0 0 8px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #2F3E77;
}

.roof-cost-est_block_txt {
    margin: 0 0 12px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.01em;
    color: #333;
}

.roof-cost-est_compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
}

.roof-cost-est_compare-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.roof-cost-est_compare_ph {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 2px;
    overflow: hidden;
    background: #d8d8d8;
}

.roof-cost-est_compare_ph--empty {
    min-height: 100px;
}

.roof-cost-est_compare_ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.roof-cost-est_compare_lbl {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #333;
}

.roof-cost-est_footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 4px;
}

.roof-cost-est_footer_ttl {
    margin: 0;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #2b3a6d;
}

.roof-cost-est_footer_txt {
    margin: 0;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.01em;
    color: #333;
}

@media (min-width: 769px) {
    .roof-cost-est {
        padding: 64px 5.4% 72px;
    }

    .roof-cost-est_inner {
        gap: 30px;
    }

    .roof-cost-est_blocks {
        gap: 32px;
    }

    .roof-cost-est_block_ttl {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .roof-cost-est_block_txt {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .roof-cost-est_compare {
        gap: 16px;
    }

    .roof-cost-est_compare_lbl {
        font-size: 13px;
    }

    .roof-cost-est_footer_ttl {
        font-size: 22px;
    }

    .roof-cost-est_footer_txt {
        font-size: 16px;
    }
}

/* =================================
   Component: 屋根サービス訴求（ネイビー帯・2×2・雨漏りCTA）
================================= */
.roof-svc-highlight {
    --roof-svc-bg: #2b3a70;
    --roof-svc-accent: #59b1c9;
    --roof-svc-cta-navy: #2b3a6d;
    background-color: var(--roof-svc-bg);
    color: #fff;
    padding: clamp(26px, 6vw, 40px) clamp(16px, 5vw, 24px) clamp(28px, 7vw, 48px);
}

.roof-svc-highlight_inner {
    max-width: 520px;
    margin: 0 auto;
}

.roof-svc-highlight_deco {
    display: flex;
    align-items: center;
    margin: 0 0 14px;
}

.roof-svc-highlight_deco-line {
    display: block;
    width: clamp(36px, 10vw, 52px);
    height: 3px;
    background-color: var(--roof-svc-accent);
    border-radius: 2px;
}

.roof-svc-highlight_deco-dot {
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -1px;
    background-color: var(--roof-svc-accent);
    border-radius: 50%;
}

.roof-svc-highlight_headline {
    margin: 0 0 clamp(20px, 4.6vw, 26px);
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(21px, 5.25vw, 24px);
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.04em;
    text-align: center;
}

.roof-svc-highlight_headline-line {
    display: block;
}

.roof-svc-highlight_em {
    font-weight: 800;
    letter-spacing: 0.06em;
}

.roof-svc-highlight_grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 3.6vw, 18px);
}

.roof-svc-highlight_grid-item {
    margin: 0;
}

.roof-svc-highlight_grid-thumb {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.12);
}

.roof-svc-highlight_grid-thumb--empty {
    background-image: repeating-linear-gradient(-45deg,
            transparent,
            transparent 8px,
            rgba(255, 255, 255, 0.06) 8px,
            rgba(255, 255, 255, 0.06) 16px);
}

.roof-svc-highlight_grid-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.roof-svc-highlight_grid-caption {
    margin: 10px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(19px, 4.95vw, 21px);
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.roof-svc-highlight_leads {
    margin: clamp(22px, 5vw, 28px) 0 0;
    text-align: left;
}

.roof-svc-highlight_leads .roof-svc-highlight_lead {
    margin: 0;
}

.roof-svc-highlight_leads .roof-svc-highlight_lead+.roof-svc-highlight_lead {
    margin-top: 1em;
}

.roof-svc-highlight_lead {
    margin: clamp(22px, 5vw, 28px) 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.09em;
    color: rgba(255, 255, 255, 0.96);
}

.lead-city {
    color: red;
}

.roof-svc-highlight_cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(30px, 8vw, 38px);
    margin-top: clamp(18px, 4.5vw, 24px);
    padding: 14px 30px;
    background-color: #fff;
    border-radius: 50px;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.roof-svc-highlight_cta:hover {
    opacity: 0.94;
    color: inherit;
    transform: translateY(-1px);
}

.roof-svc-highlight_cta-thumb {
    flex-shrink: 0;
    width: clamp(72px, 18vw, 82px);
    height: clamp(62px, 15vw, 72px);
    border-radius: 1px;
    overflow: hidden;
    background-color: #e8eef5;
}

.roof-svc-highlight_cta-thumb--empty {
    background-image: repeating-linear-gradient(-45deg,
            #e8eef5,
            #e8eef5 6px,
            #f5f8fc 6px,
            #f5f8fc 12px);
}

.roof-svc-highlight_cta-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.roof-svc-highlight_cta-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.roof-svc-highlight_cta-title {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(20px, 4.6vw, 24px);
    font-weight: 800;
    color: var(--roof-svc-cta-navy);
    letter-spacing: 0.12em;
    line-height: 1.25;
}

.roof-svc-highlight_cta-sub {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(13px, 3.1vw, 15px);
    font-weight: 700;
    color: var(--roof-svc-cta-navy);
    letter-spacing: 0.06em;
    line-height: 1.35;
}

@media (min-width: 769px) {
    .roof-svc-highlight_inner {
        max-width: 680px;
    }

    .roof-svc-highlight_headline {
        font-size: clamp(22px, 2.3vw, 27px);
    }

    .roof-svc-highlight_grid {
        gap: 18px 20px;
    }
}

/* =================================
   Component: 選ばれる理由 LP（薄色背景・水色カード＋アンカー行）
================================= */
.reasons-lp {
    background-color: #fff;
    padding: 56px 5.4% 64px;
}

.reasons-lp_inner.syokenkogyo-inner {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
}

.reasons-lp_head {
    margin-bottom: 28px;
}

.reasons-lp_title {
    margin: 0 0 20px;
    padding: 0 0.5rem;
    text-align: center;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1px, 0.4vw, 4px);
}

.reasons-lp_title-pre {
    display: block;
    font-size: clamp(19px, 4.5vw, 23px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #2b3a6d;
}

.reasons-lp_title-main {
    display: block;
    font-size: clamp(30px, 7.3vw, 42px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #2b3a6d;
}

/* リスト：区切り線＋チェック吹き出しアイコン（SP想定レイアウト） */
.reasons-lp_jump {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: none;
}

.reasons-lp_jump-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0 9px;
    text-decoration: none;
    color: #111;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(15px, 3.8vw, 17px);
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.01em;
    border-bottom: 1px solid rgba(34, 24, 21, 0.72);
    transition: background-color 0.15s ease, color 0.15s ease;
}

.reasons-lp_jump-row:hover,
.reasons-lp_jump-row:focus-visible {
    color: #000;
    background-color: rgba(255, 255, 255, 0.35);
}

.reasons-lp_jump-row:focus-visible {
    outline: 2px solid #2b3e78;
    outline-offset: 2px;
}

.reasons-lp_jump-badge {
    position: relative;
    flex-shrink: 0;
    width: 36px;
    height: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.reasons-lp_jump-badge-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #2b3e78;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

/* 左下のしっぽ（吹き出し／ピン風） */
.reasons-lp_jump-badge-circle::after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #2b3e78 transparent transparent transparent;
    transform: rotate(-28deg);
    z-index: 0;
}

.reasons-lp_jump-check {
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
}

.reasons-lp_jump-label {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.reasons-lp_cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.reasons-lp-card {
    background-color: #e5f3ff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(43, 62, 120, 0.1);
    min-width: 0;
}

.reasons-lp-card_head {
    margin: 0;
    padding: 16px 16px 12px;
    text-align: center;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(14px, 3.8vw, 16px);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #2b3e78;
    background: transparent;
}

.reasons-lp .reasons-lp-card_media {
    margin-inline: 13px;
}

.reasons-lp-card_media img {
    display: block;
    width: 100%;
    height: auto;
}

.reasons-lp-card_body {
    padding: 14px 16px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #222;
}

.reasons-lp-card_body p {
    margin: 0 0 0.85em;
}

.reasons-lp-card_body p:last-child {
    margin-bottom: 0;
}

.reasons-lp_cta-wrap {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    padding: 0 18px;
}

.reasons-lp_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: min(442px, 100%);
    min-height: 68px;
    padding: 0 32px;
    border-radius: 999px;
    background-color: #2b3e78;
    color: #fff;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.18);
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.reasons-lp_cta:hover,
.reasons-lp_cta:focus-visible {
    background-color: #344a8a;
    color: #fff;
}

.reasons-lp_cta-arrow {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
}

.reason-city {
    color: red;
}

/* タブレット：カード2列（料金カードの 861px 付近と揃える） */
@media (min-width: 861px) {
    .reasons-lp_cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(16px, 2vw, 22px);
    }
}

/* PC：カード3列（共通パーツの広いインナー幅に合わせる） */
@media (min-width: 1024px) {
    .reasons-lp_cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(18px, 1.8vw, 24px);
    }

    .reasons-lp_head {
        margin-bottom: 36px;
    }
}

@media (max-width: 600px) {
    .reasons-lp {
        padding: 44px 15px 52px;
    }

    .reasons-lp_inner.syokenkogyo-inner {
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
    }

    .reasons-lp_cta-wrap {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .reasons-lp_cards {
        gap: 18px;
    }
}

/* =================================
   Component: ヒーロー特徴バッジ
   Figma: Frame 82 (25:2462)
   bg: #2F3E77 / バッジ: white / text: #534741
================================= */
.hero-features-section {
    background-color: #2F3E77;
    padding: 48px 20px;
}

.hero-features-section_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.hero-features-section_headline {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 42rem;
    margin: 0 auto;
}

/* 見出し直上の屋根アイコン（金系・SVG） */
.hero-features-section_headline_icon {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
    line-height: 0;
}

.hero-features-section_roof-img {
    display: block;
    width: 34px;
    height: auto;
    flex-shrink: 0;
}

.hero-features-section_pref {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    line-height: 1.45;
}

/* PC: 1行に連結表示 */
.hero-features-section_pref_line1,
.hero-features-section_pref_line2 {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.hero-features-section_ttl {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(22px, 3.4vw, 36px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 1.25;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-features-section_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero-features-section_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #fff;
    border: 2px solid #534741;
    border-radius: 6px;
    padding: 18px 20px;
    min-width: 150px;
    min-height: 90px;
    text-align: center;
}

.hero-features-section_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    line-height: 1;
}

.hero-features-section_icon_img {
    display: block;
    width: auto;
    height: auto;
    max-width: 38px;
    max-height: 30px;
}

.hero-features-section_label {
    font-size: 20px;
    font-weight: 700;
    color: #534741;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

@media (max-width: 768px) {
    .hero-features-section {
        padding: 40px 15px;
    }

    .hero-features-section_headline_icon {
        margin-bottom: 8px;
    }

    .hero-features-section_roof-img {
        width: 34px;
    }

    .hero-features-section_pref {
        font-size: 14px;
        margin-bottom: 0;
        letter-spacing: 0.06em;
        line-height: 1.35;
    }

    /* SP: 3行構成（小 → 中 → 大） */
    .hero-features-section_pref_line1,
    .hero-features-section_pref_line2 {
        display: block;
    }

    .hero-features-section_pref_line1 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.12em;
        line-height: 1.35;
        margin-bottom: 4px;
    }

    .hero-features-section_pref_line2 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .hero-features-section_ttl {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1.3;
    }

    /* SP: 1行目 3 カラム / 2行目 2 カラム（横幅を揃える） */
    .hero-features-section_list {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 9px;
        width: 100%;
        justify-content: stretch;
    }

    .hero-features-section_item {
        grid-column: span 2;
        width: auto;
        min-width: 0;
        min-height: 95px;
        padding: 14px 8px;
    }

    .hero-features-section_item:nth-child(4) {
        width: 130%;
    }

    .hero-features-section_item:nth-child(5) {
        width: 176%;
        margin-left: 30%;
    }

    .hero-features-section_label {
        font-size: 13px;
    }
}


/* =================================
   Component: 火災保険申請サポート
   見出し中央 / 左：枠ボックス＋右下矢印 / 右：説明
================================= */
.fire-insurance-section {
    --fire-insurance-blue: #2b3a63;
    --fire-insurance-yellow: #f7d74a;
    --fire-insurance-grey: #4a4a4a;
    background-color: #fff;
    background-image: url('assets/images/bg0001.png');
    padding: clamp(40px, 6vw, 72px) clamp(16px, 5.4vw, 104px);
}

.fire-insurance-section_inner {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 4vw, 40px);
}

.fire-insurance-section_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.fire-insurance-section_heading_icon {
    font-size: clamp(26px, 3.2vw, 34px);
    color: var(--fire-insurance-yellow);
    line-height: 1;
}

.fire-insurance-section_heading_icon img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.fire-insurance-section_ttl {
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 900;
    color: var(--fire-insurance-blue);
    letter-spacing: 0.06em;
    margin: 0;
    line-height: 1.35;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}

.fire-insurance-section_body {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 48px);
}

.fire-insurance-section_highlight {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    background-color: #fff;
    border: 4px solid #534741;
    border-radius: 6px;
    padding: 24px 0px 24px;
    text-align: center;
}

.fire-insurance-section_highlight_texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.fire-insurance-section_highlight_lead,
.fire-insurance-section_highlight_tail {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(13px, 1.6vw, 15px);
    font-weight: 500;
    color: #534741;
    line-height: 1.5;
    margin: 0;
}

.fire-insurance-section_highlight_strong-wrap {
    margin: 0;
    line-height: 1.2;
}

.fire-insurance-section_highlight_strong {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    display: inline-block;

    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 900;
    color: #534741;

    letter-spacing: 0.02em;

    position: relative;
    z-index: 1;
}

/* グレー影 */
.fire-insurance-section_highlight_strong::before {
    content: "";
    position: absolute;

    left: 4px;
    bottom: -2px;

    width: 100%;
    height: 12px;

    background: rgba(180, 180, 180, 0.7);

    z-index: -2;
}

/* 黄色ライン */
.fire-insurance-section_highlight_strong::after {
    content: "";
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 12px;

    background: var(--fire-insurance-yellow);

    z-index: -1;
}

.fire-insurance-section_highlight_corner {
    position: absolute;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    background-color: #534741;
    color: #fff;

    font-size: 13px;
    text-decoration: none;

    transition: opacity 0.2s ease, background-color 0.2s ease;

    /* 三角形 */
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.fire-insurance-section_highlight_corner:hover {
    opacity: 0.9;
    color: #fff;
}

.fire-insurance-section_content {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
}

.fire-insurance-section_note_ttl {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(16px, 1.8vw, 19px);
    font-weight: 900;
    color: #000;
    margin: 0;
    line-height: 1.55;
}

.fire-insurance-section_note_txt {
    font-size: clamp(14px, 1.5vw, 15px);
    line-height: 1.85;
    color: #6b6b6b;
    margin: 0;
}

.icon-style {
    margin: 16px 0 0 16px;
}

@media (max-width: 768px) {
    .fire-insurance-section {
        background-color: #fff;
        padding: 40px 15px;
    }

    .fire-insurance-section_inner {
        max-width: 345px;
        gap: 30px;
    }

    .fire-insurance-section_heading {
        gap: 18px;
    }

    .fire-insurance-section_heading_icon {
        width: 30.6px;
        height: 34px;
    }

    .fire-insurance-section_heading_icon img {
        width: 30.6px;
        height: 34px;
    }

    .page-reason .fire-insurance-section_ttl {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0.04em;
    }

    .fire-insurance-section_body {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .fire-insurance-section_highlight {
        width: 100%;
        max-width: 300px;
        min-height: 135px;
        padding: 18px 29px;
        border: 4px solid #534741;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .fire-insurance-section_highlight_texts {
        width: 240px;
        gap: 10px;
        margin: 0 auto;
    }

    .fire-insurance-section_highlight_lead {
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
    }

    .fire-insurance-section_highlight_tail {
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
    }

    .fire-insurance-section_highlight_strong {
        font-size: 26px;
        line-height: 1.08;
        border-bottom-width: 14px;
        border-bottom-color: rgba(255, 229, 0, 0.7);
        padding-bottom: 0;
    }

    .fire-insurance-section_highlight_corner {
        position: absolute;
        right: 0;
        bottom: 0;

        width: 36px;
        height: 36px;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #fff;
        font-size: 12px;

        border-radius: 0;

        background: linear-gradient(135deg,
                transparent 50%,
                #534741 50%);
    }

    .fire-insurance-section_content {
        width: 100%;
        gap: 5px;
    }

    .icon-style {
        margin: 16px 0 0 16px;
    }

    .fire-insurance-section_note_ttl {
        font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
        font-size: 15px;
        line-height: 1.67;
        letter-spacing: 0.05em;
    }

    .fire-insurance-section_note_txt {
        font-size: 15px;
        line-height: 1.67;
        letter-spacing: 0.05em;
        color: #000;
    }
}


/* =================================
   Component: 屋根修理サービス（roof-repair-services）
   SP: 見出し中央・カード縦積み・2列ビフォーアフター・ネイビーピルCTA
================================= */
.roof-rs {
    background-color: #fff;
    padding: 40px 15px 48px;
}

.roof-rs_inner {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.roof-rs_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(1px, 0.4vw, 4px);
}

.roof-rs_sub {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(19px, 4.5vw, 23px);
    font-weight: 700;
    color: #2F3E77;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.roof-rs_ttl {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(30px, 7.3vw, 42px);
    font-weight: 700;
    color: #2F3E77;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.roof-rs_blocks {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.roof-rs_block_ttl {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #2F3E77;
    margin: 0 0 10px;
    line-height: 1.35;
    letter-spacing: 0.03em;
}

.roof-rs_block_txt {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.75;
    margin: 0 0 14px;
}

.roof-rs_compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start;
}

.roof-rs_compare-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.roof-rs_compare_ph {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #d8d8d8;
    border-radius: 2px;
}

.roof-rs_compare_ph--empty {
    min-height: 100px;
}

.roof-rs_compare_ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.roof-rs_compare_lbl {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 1;
    letter-spacing: 0.04em;
}

.page-yane .roof-rs_compare-cell {
    align-items: stretch;
}

.page-yane .roof-rs_compare_lbl {
    display: block;
    width: 100%;
    text-align: left;
}

.roof-rs_footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 8px;
}


.lead-city {
    color: red;
}

.roof-rs_footer_ttl {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #2F3E77;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

.roof-rs_footer_txt {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.75;
    margin: 0;
}

.roof-rs_footer_em {
    font-weight: 400;
    color: #333;
}

.roof-rs_cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.roof-rs_cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    max-width: 360px;
    padding: 16px 20px 16px 24px;
    background-color: #2b3a6d;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.03em;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    transition: opacity 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.roof-rs_cta:hover {
    opacity: 0.92;
    color: #fff;
}

.roof-rs_cta_txt {
    flex: 1;
    text-align: center;
}

.roof-rs_cta_arrow {
    flex-shrink: 0;
    font-size: 12px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

@media (min-width: 769px) {
    .roof-rs {
        padding: 72px 5.4%;
    }

    .roof-rs_inner {
        max-width: 960px;
        gap: 40px;
    }

    .roof-rs_head {
        gap: clamp(1px, 0.4vw, 4px);
    }

    /* サービス一覧と同系の見出しスケール */
    .roof-rs_sub {
        font-size: clamp(19px, 2vw, 23px);
        letter-spacing: 0.05em;
    }

    .roof-rs_ttl {
        font-size: clamp(30px, 3.6vw, 42px);
        line-height: 1.2;
        letter-spacing: 0.04em;
    }

    .roof-rs_blocks {
        gap: 48px;
        width: 100%;
    }

    /* 左: 見出し＋本文 / 右: ビフォーアフター（料金テーブルブロックの2分割に近いバランス） */
    .roof-rs_block {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
        grid-template-areas:
            'ttl compare'
            'txt compare';
        column-gap: clamp(28px, 4vw, 48px);
        row-gap: 14px;
        align-items: start;
    }

    .roof-rs_block_ttl {
        grid-area: ttl;
        font-size: clamp(17px, 1.5vw, 20px);
        margin: 0;
        letter-spacing: 0.04em;
    }

    .roof-rs_block_txt {
        grid-area: txt;
        font-size: clamp(14px, 1.05vw, 15px);
        line-height: 1.85;
        color: #555;
        margin: 0;
    }

    .roof-rs_compare {
        grid-area: compare;
        grid-row: 1 / -1;
        gap: clamp(12px, 1.6vw, 18px);
        align-self: stretch;
    }

    .roof-rs_compare_ph {
        border-radius: 4px;
    }

    .roof-rs_compare_lbl {
        font-size: 13px;
    }

    .roof-rs_footer {
        align-items: center;
        text-align: center;
        max-width: 720px;
        margin: 0 auto;
        padding-top: 16px;
        gap: 14px;
    }

    .roof-rs_footer_ttl {
        font-size: clamp(17px, 1.5vw, 19px);
        letter-spacing: 0.04em;
    }

    .roof-rs_footer_txt {
        font-size: clamp(14px, 1.05vw, 15px);
        line-height: 1.85;
        color: #555;
    }

    .roof-rs_cta-wrap {
        margin-top: 8px;
        width: 100%;
    }

    /* 各種料金 . のピルCTAに合わせる */
    .roof-rs_cta {
        width: auto;
        min-width: min(460px, 90vw);
        max-width: none;
        gap: 24px;
        padding: 18px 28px 18px 36px;
        border-radius: 100px;
        font-size: clamp(13px, 1.05vw, 16px);
        font-weight: 700;
        letter-spacing: 0.04em;
    }

    .roof-rs_cta:hover {
        opacity: 0.9;
    }

    .roof-rs_cta_txt {
        text-align: left;
        flex: 1;
    }

    .roof-rs_cta_arrow {
        width: 28px;
        height: 28px;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.18);
    }
}

@media (max-width: 400px) {
    .roof-rs_inner {
        max-width: 345px;
    }
}


/* =================================
   Component: 強みSP (appeal-section)
   Figma: 12386:168944
   3枚写真を中央配置 + 右側の縦書き強みバッジ + 下段説明文
================================= */
.appeal-section {
    background-color: #efefef;
    padding: 22px 0 18px;
}

.appeal-section_inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.appeal-section_photos-wrap {
    position: relative;
    margin: 0 auto;
}

.appeal-section_photos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    height: 165px;
    overflow: hidden;
}

.appeal-section_photo {
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #d7d7d7;
}

.appeal-section_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.appeal-section_badges {
    position: absolute;
    right: 20px;
    top: -170px;
    display: flex;
    gap: 8px;
    background-color: #fff;
    padding: 10px 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.appeal-section_badge {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(26px, 2.2vw, 38px);
    font-weight: 700;
    color: #2F3E77;
    line-height: 1.15;
    letter-spacing: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
}

.appeal-section_lower {
    position: relative;
    max-width: 1200px;
    margin: 16px auto 0;
}

.appeal-section_txt {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #242424;
    margin: 0;
}

@media (max-width: 768px) {
    .appeal-section_inner {
        padding: 0 16px;
    }

    .appeal-section_photos-wrap {
        max-width: 100%;
    }

    .appeal-section_badges {
        right: -8px;
        top: 8px;
        padding: 8px 6px;
        gap: 6px;
    }

    .appeal-section_badge {
        font-size: 26px;
    }

    .appeal-section_txt {
        font-size: 12px;
    }

    .appeal-section_photo {
        height: 100px;
    }

}


/* =================================
   Component: サービス一覧
   淡色背景 + 上部波形 + 中央見出し + サムネイル付きピルボタン×2
================================= */
.service-list-section {
    position: relative;
    background-color: #eef7ff;
    padding: 0 0 64px;
}

/* 上側ブロックとの波形境界（白ベタ + 下に波） */
.service-list-section_wave {
    line-height: 0;
    margin-top: -52px;
    position: relative;
    z-index: 1;
}

.service-list-section_wave_svg {
    display: block;
    width: 100%;
    height: 60px;
}

.service-list-section_inner {
    position: relative;
    z-index: 0;
    max-width: 920px;
    margin: 0 auto;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* 見出し：中央・アイコン→サブ→タイトル */
.service-list-section_heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.service-list-section_heading_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.service-list-section_heading_icon i {
    font-size: clamp(28px, 3vw, 36px);
    color: #2b3a6d;
}

/* サービス一覧：サブ行 + メイン見出しを単一 h2 でマークアップ */
.service-list-section_heading_main {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-weight: inherit;
    line-height: inherit;
}

.service-list-section_sub {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2b3a6d;
    margin: 0;
    letter-spacing: 0.12em;
}

.service-list-section_ttl {
    display: block;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(24px, 2.8vw, 38px);
    font-weight: 800;
    color: #2b3a6d;
    margin: 0;
    line-height: 1.25;
    letter-spacing: 0.06em;
}

/* 2ボタン：横並び・サムネイル左 */
.service-list-section_btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    width: 103%;
    flex-wrap: wrap;
}

.service-list-section_btn {
    flex: 1 1 280px;
    max-width: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding: 16px 28px 16px 14px;
    border-radius: 100px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.service-list-section_btn:hover {
    opacity: 0.92;
    transform: translateY(-2px);
}

.service-list-section_btn--roof {
    background-color: #59b1c9;
    color: #fff;
}

.service-list-section_btn--leak {
    background-color: #2b3a6d;
    color: #fff;
}

.service-list-section_btn_thumb {
    margin-left: 20px;
    flex-shrink: 0;
    width: 106px;
    height: 60px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.12);
}

.service-list-section_btn_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-list-section_btn_body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    text-align: left;
    flex: 1;
    min-width: 0;
}

.service-list-section_btn_ttl {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(15px, 1.5vw, 22px);
    font-weight: 800;
    color: #fff;
    line-height: 1.35;
    letter-spacing: 0.04em;
    margin: 0;
}

/* 屋根：PCは「屋根修理 / 屋根リフォーム」1行表示 */
.service-list-section_btn_ttl--roof .service-list-section_btn_ttl_line {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.service-list-section_btn_ttl--roof .service-list-section_btn_ttl_line--main::after {
    content: ' / ';
}

.service-list-section_btn_sub {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(12px, 1.1vw, 15px);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.35;
    letter-spacing: 0.03em;
}

@media (max-width: 768px) {
    .service-list-section {
        padding: 40px 15px 48px;
    }

    .service-list-section_wave_svg {
        height: 48px;
    }

    .service-list-section_wave {
        margin-top: -40px;
    }

    .service-list-section_inner {
        padding-top: 20px;
        gap: 24px;
        width: 100%;
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-reason .service-list-section_ttl {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0.04em;
    }

    .service-list-section_btns {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    /* SP: ボタンをコンパクトなピル形状に */
    .service-list-section_btn {
        flex: 1;
        max-width: none;
        width: 100%;
        min-height: 0;
        border-radius: 50px;
        gap: 20px;
        box-sizing: border-box;
    }

    .service-list-section_btn--roof {
        height: auto;
    }

    .service-list-section_btn--leak {
        height: auto;
    }

    .service-list-section_btn--roof .service-list-section_btn_thumb {
        width: 70px;
        height: 50px;
        overflow: hidden;
    }

    .service-list-section_btn--leak .service-list-section_btn_thumb {
        width: 70px;
        height: 50px;
        overflow: hidden;
    }

    .service-list-section_btn_body {
        gap: 0;
    }

    /* SP: 屋根タイトル2行 */
    .service-list-section_btn_ttl--roof {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .service-list-section_btn_ttl--roof .service-list-section_btn_ttl_line {
        display: block;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: 0.04em;
    }

    .service-list-section_btn_ttl--roof .service-list-section_btn_ttl_line--main::after {
        content: none;
    }

    .service-list-section_btn--leak .service-list-section_btn_ttl {
        font-size: 18px;
        line-height: 1.1;
    }

    .service-list-section_btn_sub {
        font-size: 10px;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 2px;
    }

    .service-list-section_btn_thumb img {
        width: 75px;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .page-reason .service-list-section_inner {
        max-width: none;
    }

    .page-reason .service-list-section_btns {
        gap: 22px;
    }

    .page-reason .service-list-section_btn {
        min-height: 118px;
        border-radius: 999px;
        padding: 18px 34px 18px 40px;
        gap: clamp(38px, 10vw, 54px);
        align-items: center;
    }

    .page-reason .service-list-section_btn_thumb {
        width: 75px;
        height: 60px;
        border-radius: 0;
    }

    .page-reason .service-list-section_btn_thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page-reason .service-list-section_btn_body {
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
        text-align: left;
    }

    .page-reason .service-list-section_btn_ttl {
        font-size: 19px;
        line-height: 1.22;
        letter-spacing: 0.08em;
    }

    .page-reason .service-list-section_btn_ttl--roof .service-list-section_btn_ttl_line {
        font-size: 19px;
        line-height: 1.22;
        letter-spacing: 0.08em;
    }

    .page-reason .service-list-section_btn_sub {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0.08em;
        margin-top: 0;
    }

}

/* =================================
   Component: 選ばれる理由
   上段4カード・下段2カード中央／白背景・ネイビー見出し・ピルCTA
================================= */
.reasons-section {
    padding: 80px 5.4%;
    background-color: #fff;
}

.reasons-section_inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

/* 見出し */
.reasons-section_heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.reasons-section_heading_main {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    font-weight: inherit;
}

.reasons-section_sub {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(14px, 1.1vw, 18px);
    font-weight: 600;
    color: #2b3a6d;
    margin: 0;
    letter-spacing: 0.1em;
}

.reasons-section_ttl {
    display: block;
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
    font-size: clamp(24px, 2.8vw, 42px);
    font-weight: 800;
    color: #2b3a6d;
    margin: 0;
    line-height: 1.25;
    letter-spacing: 0.05em;
}

/* グリッド：幅広で 4+2（5・6 は 2列目・3列目に配置して中央見え） */
.reasons-section_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 28px);
    width: 100%;
}

.reasons-section_card:nth-child(5) {
    grid-column: 2;
}

.reasons-section_card:nth-child(6) {
    grid-column: 3;
}

.reasons-section_card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.reasons-section_card_img {
    overflow: hidden;
    aspect-ratio: 233 / 140;
    width: 233px;
}

.reasons-section_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.reasons-section_card:hover .reasons-section_card_img img {
    transform: scale(1.04);
}

.reasons-section_card_label {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.45;
}

/* PCでは改行しない */
.reasons-section_card_label br {
    display: none;
}

/* スマホでは改行する */
@media screen and (max-width: 767px) {
    .reasons-section_card_label br {
        display: block;
    }
}


/* CTA（テキスト左・矢印右のピル） */
.reasons-section_cta {
    display: flex;
    justify-content: center;
}

.reasons-section_btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-width: min(420px, 92vw);
    background-color: #2b3a6d;
    color: #fff;
    font-size: clamp(14px, 1.05vw, 17px);
    font-weight: 700;
    padding: 18px 32px 18px 40px;
    border-radius: 100px;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: opacity 0.2s ease;
    box-sizing: border-box;
    box-shadow: 4px 4px 0 rgba(180, 180, 180, 0.8);
}

.reasons-section_btn_txt {
    flex: 1;
    text-align: center;
}

.reasons-section_btn:hover {
    opacity: 0.9;
    color: #fff;
}

.reasons-section_btn_arrow {
    font-size: 14px;
    flex-shrink: 0;
}

/* タブレット：2列、下段レイアウト解除 */
@media (max-width: 1024px) {
    .reasons-section_inner {
        max-width: 720px;
    }

    .reasons-section_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .reasons-section_card:nth-child(5),
    .reasons-section_card:nth-child(6) {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    .reasons-section {
        padding: 48px 5%;
    }

    .reasons-section_inner {
        gap: 36px;
    }

    .reasons-section_btn {
        width: 350px;
        padding: 16px 65px;
        gap: 16px;
    }

    .reasons-section_btn_txt {
        font-size: 14px;
    }

    .reasons-section_sub {
        font-size: 20px;
    }

    .reasons-section_card_img {
        overflow: hidden;
        width: 150px;
    }

    .reasons-section_card_label {
        text-align: left;
        font-size: 14px;
    }

    .page-reason .reasons-lp-card_head {
        font-size: 21px;
        font-weight: 700;
        color: #0a3d78;
        letter-spacing: 0.04em;
        line-height: 1.25;
    }


}

/* =================================================
   SP版レイアウト追加調整 (front-page.php)
   ※ PC版 (769px以上) は変更なし
================================================= */
@media (max-width: 768px) {

    /* ────────────────────────────────────
       FV: 累計実績バッジを SP でも表示
       コンテンツを縦中央寄りに調整
    ──────────────────────────────────── */
    .fv-section_badge {
        display: block;
    }

    .fv-section_badge_img {
        width: 138px;
    }

    .fv-section_content {
        align-items: center;
        padding-bottom: 80px;
        /* ticker 分の余白 */
    }

    /* タイトル文字: SP サイズ微調整 */
    .fv-section_ttl_service {
        font-size: clamp(28px, 7.5vw, 42px);
        line-height: 1.25;
    }

    .fv-section_ttl_company {
        font-size: clamp(24px, 6.5vw, 36px);
    }

    /* ────────────────────────────────────
       appeal-section (強みSP): 写真フル幅
    ──────────────────────────────────── */
    .appeal-section {
        padding: 40px 0;
    }

    .appeal-section_inner {
        padding: 0;
    }

    .appeal-section_photos-wrap {
        max-width: 100%;
        overflow: visible;
    }

    .appeal-section_badges {
        right: 24px;
        top: -150px;
        padding: 8px 6px;
        gap: 6px;
    }

    .appeal-section_badge {
        font-size: 26px;
    }

    .appeal-section_lower {
        margin-top: 0;
        padding: 16px 16px 0;
    }

    .appeal-section_txt {
        width: 70%;
        font-size: 15px;
        line-height: 1.85;
        letter-spacing: 0.03em;
    }

    /* ────────────────────────────────────
       service-list: SP では波形を非表示
    ──────────────────────────────────── */
    .service-list-section_wave {
        display: none;
    }

    /* ────────────────────────────────────
       works (トップ): 内側パディング SP 最適化
    ──────────────────────────────────── */
    .works-section--top .works-section_inner {
        padding: 0 15px;
    }

    /* ────────────────────────────────────
       area-section: SP サイドパディング
    ──────────────────────────────────── */
    .area-section_inner {
        padding: 0 15px;
    }

    .area-section_cities {
        font-size: 14px;
        line-height: 2;
        gap: 4px 2px;
    }
}

/* =================================
   アクセシビリティ（スクリーンリーダー用テキスト）
================================= */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    word-wrap: normal !important;
}

/* =================================
   パンくずリスト
================================= */
.breadcrumb {
    display: none;
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 16px;
    font-size: 13px;
    color: var(--color-gray);
}

.breadcrumb--ready {
    display: block;
}

.breadcrumb_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 0;
}

.breadcrumb_item {
    display: inline-flex;
    align-items: center;
}

.breadcrumb_item:not(:last-child)::after {
    content: "›";
    margin: 0 8px;
    color: var(--color-border);
}

.breadcrumb_item a {
    color: var(--color-gray);
    transition: color var(--transition);
}

.breadcrumb_item a:hover {
    color: var(--color-main-dark);
    text-decoration: underline;
}

.breadcrumb_item[aria-current="page"] {
    color: var(--color-black);
    font-weight: 500;
}

@media (max-width: 768px) {
    .breadcrumb {
        padding: 10px 12px;
        font-size: 12px;
    }
}

/* =================================
   404 ページ
================================= */
.error-404_section {
    padding: 80px 16px 100px;
}

.error-404_inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.error-404_code {
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
    color: var(--color-main);
    margin: 0 0 16px;
}

.error-404_title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    color: var(--color-black);
}

.error-404_text {
    font-size: 15px;
    line-height: 1.9;
    color: var(--color-gray);
    margin: 0 0 32px;
}

.error-404_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
    margin: 0 0 40px;
}

.error-404_links a {
    color: var(--color-main-dark);
    font-weight: 500;
    text-decoration: underline;
}

.error-404_links a:hover {
    opacity: 0.7;
}

.error-404_btn {
    display: inline-block;
    padding: 14px 40px;
    background-color: var(--color-main);
    color: var(--color-black);
    font-weight: 700;
    border-radius: var(--radius);
    transition: background-color var(--transition);
}

.error-404_btn:hover {
    background-color: var(--color-main-dark);
}

@media (max-width: 768px) {
    .error-404_section {
        padding: 56px 16px 72px;
    }

    .error-404_code {
        font-size: 60px;
    }

    .error-404_title {
        font-size: 20px;
    }
}