/* ============================================================
   解体データバンク カスタムCSS v2.1
   カラースキーム: オレンジ(#E8750A) + ネイビー(#1B2A4A) + 白基調
   ============================================================ */

/* --- ユーティリティ --- */
.kt-sp-only {
    display: none;
}

/* ============================================================
   非トップページ: データバンクUI v2
   ============================================================ */
html:not(.kt-home-view) body:not(:has(#body_wrap.kaitai-dbbase-company-page)) {
    --db-ink: #102334;
    --db-muted: #5e6f7f;
    --db-line: #dce7ee;
    --db-soft: #f4f7fa;
    --db-card: #ffffff;
    --db-accent: #0086a8;
    --db-accent-dark: #006f8d;
    --db-navy: #082638;
    --db-warn: #e8750a;
    background: var(--db-soft);
    color: var(--db-ink);
}

html:not(.kt-home-view) .l-header,
html:not(.kt-home-view) .l-fixHeader {
    background: #fff !important;
    border-bottom: 1px solid var(--db-line) !important;
    box-shadow: none !important;
}

html:not(.kt-home-view) .kt-nav-cta__link {
    background: var(--db-accent) !important;
    border-color: var(--db-accent) !important;
    color: #fff !important;
    box-shadow: none !important;
}

html:not(.kt-home-view) .kt-nav-cta__link:hover {
    background: var(--db-accent-dark) !important;
    border-color: var(--db-accent-dark) !important;
}

html:not(.kt-home-view) .p-breadcrumb.-bg-on {
    background: #fff !important;
    border-bottom: 1px solid var(--db-line);
}

html:not(.kt-home-view) .p-breadcrumb__list {
    min-height: 44px;
}

html:not(.kt-home-view) .p-breadcrumb__text {
    color: #687b8b;
    font-size: 12px;
}

html:not(.kt-home-view) .kt-section {
    padding: 44px 0;
}

html:not(.kt-home-view) .kt-db-hero,
html:not(.kt-home-view) .kt-db-local-hero,
html:not(.kt-home-view) .kt-pref-header,
html:not(.kt-home-view) .kt-price-header {
    background:
        linear-gradient(110deg, rgba(0, 134, 168, 0.22) 0%, rgba(0, 134, 168, 0) 45%),
        #082638;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #fff;
}

html:not(.kt-home-view) .kt-db-hero {
    padding: 54px 0 48px;
}

html:not(.kt-home-view) .kt-db-local-hero,
html:not(.kt-home-view) .kt-pref-header,
html:not(.kt-home-view) .kt-price-header {
    padding: 46px 0 42px;
}

html:not(.kt-home-view) .kt-db-hero__kicker {
    margin: 0 0 10px;
    color: #8fd8e8;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

html:not(.kt-home-view) .kt-db-hero__title,
html:not(.kt-home-view) .kt-page-title,
html:not(.kt-home-view) .kt-pref-header__title,
html:not(.kt-home-view) .kt-price-header__title {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
    margin: 0 0 12px;
}

html:not(.kt-home-view) .kt-section__title {
    color: var(--db-ink);
    font-weight: 900;
    letter-spacing: 0;
}

html:not(.kt-home-view) .kt-db-hero__lead,
html:not(.kt-home-view) .kt-page-lead,
html:not(.kt-home-view) .kt-pref-header__lead,
html:not(.kt-home-view) .kt-price-header__lead {
    max-width: 760px;
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 1.85;
    margin: 0;
}

html:not(.kt-home-view) .kt-section__subtitle {
    color: var(--db-muted);
}

html:not(.kt-home-view) .kt-db-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
    margin-top: 26px;
}

html:not(.kt-home-view) .kt-db-hero__stat {
    min-height: 72px;
    padding: 14px 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 8px;
    color: rgba(255,255,255,0.76);
    font-size: 12px;
    font-weight: 800;
}

html:not(.kt-home-view) .kt-db-hero__stat span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 5px;
}

html:not(.kt-home-view) .kt-pref-header__accent,
html:not(.kt-home-view) .kt-price-header__accent {
    color: #8fd8e8;
}

html:not(.kt-home-view) .kt-pref-header__count {
    color: #ffd166;
}

html:not(.kt-home-view) .kt-db-map-section {
    padding-top: 36px !important;
}

html:not(.kt-home-view) .kt-db-map-section .kt-container,
html:not(.kt-home-view) .kt-area-map .kt-container {
    max-width: 1160px;
}

html:not(.kt-home-view) .kt-japan-map {
    max-width: 980px;
    min-height: 600px;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--db-line);
    border-radius: 8px;
    box-shadow: none;
}

html:not(.kt-home-view) .kt-japan-map__img {
    max-width: 52%;
}

html:not(.kt-home-view) .kt-japan-map__region {
    background: rgba(255,255,255,0.94);
    border: 1px solid #e0ebf2;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(8, 38, 56, 0.08);
}

html:not(.kt-home-view) .kt-japan-map__region-name,
html:not(.kt-home-view) .kt-city-group__title {
    color: var(--db-ink);
    font-weight: 900;
}

html:not(.kt-home-view) .kt-japan-map__pref,
html:not(.kt-home-view) .kt-city-card {
    background: #fff;
    border: 1px solid var(--db-line);
    border-radius: 6px;
    color: var(--db-accent-dark);
    font-weight: 800;
    text-decoration: none !important;
    transition: border-color 0.16s, color 0.16s, background 0.16s;
}

html:not(.kt-home-view) a.kt-japan-map__pref:hover,
html:not(.kt-home-view) .kt-city-card:hover {
    background: #edf9fc;
    border-color: var(--db-accent);
    color: var(--db-accent-dark);
}

html:not(.kt-home-view) .kt-pref-section-title,
html:not(.kt-home-view) .kt-corp-list-heading,
html:not(.kt-home-view) .kt-detail-v2__section-title,
html:not(.kt-home-view) .kt-case-detail__section-title {
    color: var(--db-ink);
    font-weight: 900;
    line-height: 1.45;
}

html:not(.kt-home-view) .kt-pref-section-title__bar {
    background: var(--db-accent);
}

html:not(.kt-home-view) .kt-city-group,
html:not(.kt-home-view) .kt-corp-card-v2,
html:not(.kt-home-view) .kt-recommend-card,
html:not(.kt-home-view) .kt-tips-box,
html:not(.kt-home-view) .kt-city-price-box,
html:not(.kt-home-view) .kt-detail-sidebar-cta,
html:not(.kt-home-view) .kt-case-detail__cta-box,
html:not(.kt-home-view) .kt-table-responsive,
html:not(.kt-home-view) .kt-ancillary-table-wrap,
html:not(.kt-home-view) .kt-detail-v2__header,
html:not(.kt-home-view) .kt-case-detail {
    background: #fff;
    border: 1px solid var(--db-line);
    border-radius: 8px;
    box-shadow: none;
}

html:not(.kt-home-view) .kt-city-group {
    padding: 22px;
    margin-bottom: 18px;
}

html:not(.kt-home-view) .kt-db-local-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 18px;
    margin: -18px 0 42px;
}

html:not(.kt-home-view) .kt-db-local-summary .kt-tips-box,
html:not(.kt-home-view) .kt-db-local-summary .kt-city-price-box {
    height: 100%;
    margin-bottom: 0;
}

html:not(.kt-home-view) .kt-tips-box {
    border-left: 4px solid var(--db-accent);
    background: #fff;
    padding: 22px 24px;
}

html:not(.kt-home-view) .kt-tips-box__title,
html:not(.kt-home-view) .kt-city-price-box__link,
html:not(.kt-home-view) .kt-case-list-table__link {
    color: var(--db-accent-dark);
}

html:not(.kt-home-view) .kt-tips-box__icon {
    background: var(--db-accent);
}

html:not(.kt-home-view) .kt-city-price-box {
    padding: 22px 24px;
}

html:not(.kt-home-view) .kt-city-price-box__main {
    background: #f5fafc;
    border: 1px solid var(--db-line);
    border-radius: 6px;
}

html:not(.kt-home-view) .kt-city-price-box__value,
html:not(.kt-home-view) .kt-case-list-table__cost,
html:not(.kt-home-view) .kt-case-detail__cost-num,
html:not(.kt-home-view) .kt-case-detail__total-label,
html:not(.kt-home-view) .kt-case-detail__total-price {
    color: var(--db-warn);
}

html:not(.kt-home-view) .kt-layout-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}

html:not(.kt-home-view) .kt-corp-card-v2 {
    overflow: hidden;
    margin-bottom: 16px;
}

html:not(.kt-home-view) .kt-corp-card-v2__top {
    padding: 22px;
    gap: 18px;
}

html:not(.kt-home-view) .kt-corp-card-v2__image {
    width: 132px;
    height: 104px;
    border-radius: 8px;
    background: #eaf2f6;
}

html:not(.kt-home-view) .kt-corp-card-v2__name {
    font-size: 18px;
    font-weight: 900;
}

html:not(.kt-home-view) .kt-corp-card-v2__name a,
html:not(.kt-home-view) .kt-recommend-card__name a {
    color: var(--db-ink);
}

html:not(.kt-home-view) .kt-corp-card-v2__name a:hover,
html:not(.kt-home-view) .kt-recommend-card__name a:hover {
    color: var(--db-accent-dark);
    text-decoration: none;
}

html:not(.kt-home-view) .kt-corp-card-v2__actions {
    background: #f7fafc;
    border-top: 1px solid var(--db-line);
}

html:not(.kt-home-view) .kt-corp-card-v2__btn,
html:not(.kt-home-view) .kt-detail-city-more__btn {
    border-radius: 6px;
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--cta,
html:not(.kt-home-view) .kt-detail-sidebar-cta__btn,
html:not(.kt-home-view) .kt-case-detail__cta-btn,
html:not(.kt-home-view) .kt-btn--filter,
html:not(.kt-home-view) .kt-btn--cta {
    background: var(--db-accent);
    border-color: var(--db-accent);
    color: #fff;
    box-shadow: none;
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--cta:hover,
html:not(.kt-home-view) .kt-detail-sidebar-cta__btn:hover,
html:not(.kt-home-view) .kt-case-detail__cta-btn:hover,
html:not(.kt-home-view) .kt-btn--filter:hover,
html:not(.kt-home-view) .kt-btn--cta:hover {
    background: var(--db-accent-dark);
    border-color: var(--db-accent-dark);
    color: #fff;
    box-shadow: none;
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--detail,
html:not(.kt-home-view) .kt-detail-city-more__btn {
    background: #fff;
    border-color: #cbdbe4;
    color: var(--db-ink);
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--detail:hover,
html:not(.kt-home-view) .kt-detail-city-more__btn:hover {
    background: #edf9fc;
    border-color: var(--db-accent);
    color: var(--db-accent-dark);
}

html:not(.kt-home-view) .kt-filter {
    position: sticky;
    top: 92px;
    border: 1px solid var(--db-line);
    border-radius: 8px;
    padding: 18px;
    background: #fff;
}

html:not(.kt-home-view) .kt-filter::before {
    content: "絞り込み条件";
    display: block;
    margin-bottom: 14px;
    color: var(--db-ink);
    font-size: 15px;
    font-weight: 900;
}

html:not(.kt-home-view) .kt-filter__group-name {
    color: var(--db-ink);
}

html:not(.kt-home-view) .kt-filter__checkbox input[type="checkbox"] {
    accent-color: var(--db-accent);
}

html:not(.kt-home-view) .kt-price-overview--pref,
html:not(.kt-home-view) .kt-price-overview--city {
    background: #fff;
    border: 1px solid var(--db-line);
    border-radius: 8px;
    box-shadow: none;
    color: var(--db-ink);
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__main,
html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__main {
    background: #082638;
    border-radius: 7px 0 0 7px;
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__side,
html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__side {
    background: #fff;
    border-left: 1px solid var(--db-line);
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__side-title,
html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__table th,
html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__table th {
    color: var(--db-muted);
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__table td,
html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__table td {
    color: var(--db-ink);
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__table th,
html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__table td,
html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__table th,
html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__table td {
    border-bottom-color: var(--db-line);
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__num {
    color: #ffd166;
}

html:not(.kt-home-view) .kt-price-table thead th,
html:not(.kt-home-view) .kt-case-list-table thead th,
html:not(.kt-home-view) .kt-case-detail__table thead th {
    background: #edf5f8;
    color: var(--db-ink);
}

html:not(.kt-home-view) .kt-price-table tbody tr:hover,
html:not(.kt-home-view) .kt-case-list-table tbody tr:hover {
    background: #f6fbfd;
}

html:not(.kt-home-view) .kt-case-filter-tab {
    border-color: #cbdbe4;
    color: var(--db-muted);
    background: #fff;
}

html:not(.kt-home-view) .kt-case-filter-tab:hover,
html:not(.kt-home-view) .kt-case-filter-tab.is-active {
    background: var(--db-accent);
    border-color: var(--db-accent);
    color: #fff;
}

html:not(.kt-home-view) .kt-detail-layout {
    gap: 28px;
}

html:not(.kt-home-view) .kt-detail-v2__header,
html:not(.kt-home-view) .kt-case-detail {
    padding: 28px;
}

html:not(.kt-home-view) .kt-detail-v2__section-title {
    border-bottom-color: var(--db-accent);
}

html:not(.kt-home-view) .kt-detail-v2__city-tag,
html:not(.kt-home-view) .kt-case-detail__tag--area {
    background: #edf9fc;
    border-color: #bfe1ea;
    color: var(--db-accent-dark);
}

html:not(.kt-home-view) .kt-detail-sidebar-cta,
html:not(.kt-home-view) .kt-case-detail__cta-box {
    background: #fff;
}

html:not(.kt-home-view) .kt-case-detail__header {
    background: #f5fafc;
    border: 1px solid var(--db-line);
    border-radius: 8px;
    padding: 22px;
}

html:not(.kt-home-view) .kt-case-detail__comment {
    background: #f5fafc;
    border-color: var(--db-line);
}

html:not(.kt-home-view) .kt-case-detail__comment-title {
    color: var(--db-accent-dark);
}

@media (max-width: 768px) {
    html:not(.kt-home-view),
    html:not(.kt-home-view) body {
        max-width: 100%;
        overflow-x: hidden;
    }

    html:not(.kt-home-view) #content,
    html:not(.kt-home-view) .l-content,
    html:not(.kt-home-view) .kt-container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    html:not(.kt-home-view) .kt-db-hero,
    html:not(.kt-home-view) .kt-db-local-hero,
    html:not(.kt-home-view) .kt-pref-header,
    html:not(.kt-home-view) .kt-price-header {
        padding: 36px 0 32px;
    }

    html:not(.kt-home-view) .kt-db-hero__title,
    html:not(.kt-home-view) .kt-page-title,
    html:not(.kt-home-view) .kt-pref-header__title,
    html:not(.kt-home-view) .kt-price-header__title,
    html:not(.kt-home-view) .kt-section__title {
        font-size: 24px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    html:not(.kt-home-view) .kt-db-hero__stats {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    html:not(.kt-home-view) .kt-db-hero__stat {
        min-height: 0;
        padding: 12px 14px;
    }

    html:not(.kt-home-view) .kt-japan-map {
        width: 100%;
        max-width: 100%;
        min-height: 0;
        padding: 18px;
        box-sizing: border-box;
        overflow: hidden;
    }

    html:not(.kt-home-view) .kt-japan-map__region {
        box-shadow: none;
        border: none;
    }

    html:not(.kt-home-view) .kt-japan-map__pref-list,
    html:not(.kt-home-view) .kt-city-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px;
    }

    html:not(.kt-home-view) .kt-japan-map__pref,
    html:not(.kt-home-view) .kt-city-card {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
    }

    html:not(.kt-home-view) .kt-db-local-summary,
    html:not(.kt-home-view) .kt-layout-with-sidebar,
    html:not(.kt-home-view) .kt-detail-layout,
    html:not(.kt-home-view) .kt-case-detail__body {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    html:not(.kt-home-view) .kt-tips-box,
    html:not(.kt-home-view) .kt-city-price-box,
    html:not(.kt-home-view) .kt-corp-card-v2,
    html:not(.kt-home-view) .kt-filter,
    html:not(.kt-home-view) .kt-detail-sidebar-cta,
    html:not(.kt-home-view) .kt-cta-v2__box {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    html:not(.kt-home-view) .kt-db-local-summary {
        margin: 22px 0 34px;
    }

    html:not(.kt-home-view) .kt-db-local-summary .kt-tips-box {
        margin-bottom: 14px;
    }

    html:not(.kt-home-view) .kt-city-price-box__main {
        align-items: flex-start;
        flex-direction: column;
    }

    html:not(.kt-home-view) .kt-city-price-box__value {
        width: 100%;
        font-size: 20px;
        text-align: left;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__top {
        padding: 18px;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__image {
        width: 100%;
        height: 170px;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__actions {
        gap: 8px;
    }

    html:not(.kt-home-view) .kt-filter {
        position: static;
        border: none;
        padding: 0;
        background: transparent;
    }

    html:not(.kt-home-view) .kt-filter::before {
        display: none;
    }

    html:not(.kt-home-view) .kt-filter-toggle {
        border-color: var(--db-accent);
        color: var(--db-accent-dark);
    }

    html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__main,
    html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__main {
        border-radius: 7px 7px 0 0;
    }

    html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__side,
    html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__side {
        border-left: none;
        border-top: 1px solid var(--db-line);
    }
}
@media (max-width: 768px) {
    .kt-sp-only { display: inline; }
    .kt-pc-only { display: none !important; }
}

/* --- CSS Variables --- */
:root {
    --kt-orange: #E8750A;
    --kt-orange-light: #F5921E;
    --kt-orange-hover: #D06808;
    --kt-orange-bg: #FFF8F0;
    --kt-navy: #1B2A4A;
    --kt-navy-light: #2C3E5E;
    --kt-navy-dark: #0F1A2E;
    --kt-blue: #3B82C4;
    --kt-blue-accent: #2563EB;
    --kt-blue-light: #E8F1FA;
    --kt-gray-50: #F9FAFB;
    --kt-gray-100: #F3F4F6;
    --kt-gray-200: #E5E7EB;
    --kt-gray-300: #D1D5DB;
    --kt-gray-500: #6B7280;
    --kt-gray-700: #374151;
    --kt-gray-900: #111827;
    --kt-white: #FFFFFF;
    --kt-star: #F59E0B;
    --kt-feature-blue: #3B82F6;
    --kt-trust-green: #10B981;
    --kt-max-width: 1100px;
    --kt-radius: 8px;
    --kt-shadow: 0 2px 8px rgba(0,0,0,0.08);
    --kt-shadow-lg: 0 4px 20px rgba(0,0,0,0.12);
}

/* --- Reset & Base --- */
.kt-container {
    max-width: var(--kt-max-width);
    margin: 0 auto;
    padding: 0 20px;
}

.kt-section {
    padding: 60px 0;
}

.kt-section__title {
    font-size: 26px;
    font-weight: 900;
    color: var(--kt-navy);
    text-align: center;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
}

.kt-section__subtitle {
    font-size: 14px;
    color: var(--kt-gray-500);
    text-align: center;
    margin-bottom: 40px;
}

/* 英語サブタイトル（about / how to） */
.kt-section__subtitle-en {
    font-size: 15px;
    font-weight: 900;
    color: var(--kt-blue-accent);
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.12em;
}

/* ============================================================
   会社紹介ページ
   ============================================================ */
.kaitai-dbbase-company-page #header,
.kaitai-dbbase-company-page #fix_header,
.kaitai-dbbase-company-page #footer,
.kaitai-dbbase-company-page footer:not(.kt-company-footer),
.kaitai-dbbase-company-page .l-footer:not(.kt-company-footer),
.kaitai-dbbase-company-page .p-footer,
.kaitai-dbbase-company-page .w-footer,
.kaitai-dbbase-company-page .l-footer__inner,
.kaitai-dbbase-company-page .l-footer__widgetArea,
.kaitai-dbbase-company-page .footer-widget,
.kaitai-dbbase-company-page .widget_search,
.kaitai-dbbase-company-page .wp-block-search,
.kaitai-dbbase-company-page .p-spMenu,
.kaitai-dbbase-company-page .p-spMenu__overlay,
.kaitai-dbbase-company-page .p-breadcrumb,
.kaitai-dbbase-company-page footer .c-headLogo,
.kaitai-dbbase-company-page footer .c-logo,
.kaitai-dbbase-company-page footer .p-logo,
.kaitai-dbbase-company-page footer .site-logo,
.kaitai-dbbase-company-page footer .logo,
.kaitai-dbbase-company-page footer .l-footer__logo {
    display: none !important;
}

.kaitai-dbbase-company-page {
    background: #0b1220;
}

body:has(#body_wrap.kaitai-dbbase-company-page) {
    background: #0b1220;
}

.kt-company-site-header {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #0b1220;
    border-bottom: none;
}

.kt-company-site-header__inner {
    max-width: none;
    min-height: 88px;
    margin: 0;
    padding: 14px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.kt-company-site-header__logo {
    color: var(--kt-white);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.kt-company-site-header__logo:hover {
    color: var(--kt-white);
}

.kt-company-site-header__logo img {
    width: auto;
    max-width: 240px;
    max-height: 46px;
    display: block;
    filter: invert(1);
}

.kt-company-site-header__nav {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: auto;
}

.kt-company-site-header__nav a {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.kt-company-site-header__nav a:hover {
    color: var(--kt-white);
}

.kt-company-page {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: var(--kt-white);
    color: var(--kt-navy);
}

.kt-company-hero {
    padding: 74px 0 62px;
    background: var(--kt-white);
    border-bottom: 1px solid var(--kt-gray-200);
}

.kt-company-hero__inner {
    max-width: 860px;
}

.kt-company-hero__eyebrow {
    margin: 0 0 22px;
    color: var(--kt-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kt-company-hero__logo {
    margin: 0 0 24px;
    color: var(--kt-navy);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.1;
}

.kt-company-hero__logo img {
    width: auto;
    max-width: 320px;
    max-height: 88px;
    display: block;
}

.kt-company-hero__title {
    margin: 0;
    color: var(--kt-navy);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.35;
}

.kt-company-profile {
    padding: 72px 0 104px;
    background: var(--kt-white);
    color: var(--kt-navy);
}

.kt-company-footer {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #0b1220;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.kt-company-footer__inner {
    max-width: 860px;
    padding-top: 34px;
    padding-bottom: 64px;
    display: flex;
    justify-content: center;
}

.kt-company-footer__logo {
    display: inline-flex;
    align-items: center;
    color: var(--kt-white);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    opacity: 0.92;
}

.kt-company-footer__logo:hover {
    color: var(--kt-white);
    opacity: 1;
}

.kt-company-footer__logo img {
    width: auto;
    max-width: 280px;
    max-height: 64px;
    display: block;
    filter: invert(1);
}

.kt-company-profile__inner {
    max-width: 860px;
}

.kt-company-profile__content .wp-block-table {
    margin: 0;
    overflow: visible;
}

.kt-company-profile__content p + .wp-block-table {
    margin-top: 44px;
}

.kt-company-table,
.kt-company-profile__content table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--kt-navy) !important;
    table-layout: auto;
}

.kt-company-table th,
.kt-company-table td,
.kt-company-profile__content table th,
.kt-company-profile__content table td {
    padding: 30px 0 !important;
    border: none !important;
    border-bottom: 1px solid var(--kt-gray-200) !important;
    background: transparent !important;
    vertical-align: top;
}

.kt-company-table th,
.kt-company-profile__content table th {
    width: 34%;
    padding-right: 40px !important;
    color: #8a93a5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: left;
    white-space: nowrap;
    text-transform: uppercase;
}

.kt-company-table td,
.kt-company-profile__content table td {
    color: var(--kt-navy);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.9;
}

.kt-company-table td span,
.kt-company-profile__content table td span {
    display: block;
}

.kt-company-profile__content p {
    max-width: 720px;
    margin: 0 0 24px;
    padding-left: 22px;
    color: var(--kt-navy);
    border-left: 4px solid var(--kt-orange);
    font-size: 19px;
    font-weight: 700;
    line-height: 2;
}

.kt-sdgs-list {
    display: grid;
    gap: 0;
    margin-top: 48px;
    border-top: 2px solid var(--kt-navy);
}

.kt-sdgs-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 34px;
    padding: 34px 0;
    border-bottom: 1px solid var(--kt-gray-200);
    align-items: start;
}

.kt-sdgs-item:has(.kt-sdgs-item__icon) {
    grid-template-columns: 150px 1fr;
}

.kt-sdgs-item:not(:has(.kt-sdgs-item__icon)) {
    grid-template-columns: 1fr;
    padding-left: 150px;
}

.kt-sdgs-item__icon img {
    width: 120px;
    height: 120px;
    display: block;
    object-fit: contain;
}

.kt-sdgs-item__body {
    min-width: 0;
}

.kt-sdgs-item > .kt-sdgs-item__body:first-child {
    grid-column: 1 / -1;
}

.kt-sdgs-item__number {
    color: var(--kt-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.kt-sdgs-item h2 {
    margin: 0 0 12px;
    color: var(--kt-navy);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
}

.kt-company-profile__content .kt-sdgs-item p {
    max-width: none;
    margin: 0;
    padding-left: 0;
    color: var(--kt-gray-700);
    border-left: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.9;
}

.kt-mission-content {
    display: grid;
    gap: 76px;
}

.kt-mission-block,
.kt-mission-list,
.kt-mission-values {
    max-width: 860px;
}

.kt-mission-block__eyebrow {
    margin: 0 0 18px !important;
    padding-left: 0 !important;
    border-left: none !important;
    color: var(--kt-orange) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kt-mission-block h2 {
    margin: 0 0 28px;
    color: var(--kt-navy);
    font-size: 38px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0;
}

.kt-company-profile__content .kt-mission-block p:not(.kt-mission-block__eyebrow),
.kt-company-profile__content .kt-mission-item p,
.kt-company-profile__content .kt-mission-values p {
    max-width: none;
    margin: 0;
    padding-left: 0;
    color: var(--kt-gray-700);
    border-left: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
}

.kt-mission-list,
.kt-mission-values {
    display: grid;
    gap: 0;
    border-top: 2px solid var(--kt-navy);
}

.kt-mission-item,
.kt-mission-values section {
    padding: 30px 0;
    border-bottom: 1px solid var(--kt-gray-200);
}

.kt-mission-item h3,
.kt-mission-values h3 {
    margin: 0 0 12px;
    color: var(--kt-navy);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .kt-company-site-header__inner {
        min-height: 72px;
        padding: 0 22px;
        gap: 16px;
    }

    .kt-company-site-header__logo img {
        max-width: 180px;
        max-height: 40px;
    }

    .kt-company-site-header__nav {
        gap: 16px;
    }

    .kt-company-site-header__nav a {
        font-size: 13px;
    }

    .kt-company-hero {
        padding: 52px 0 38px;
    }

    .kt-company-hero__logo {
        font-size: 28px;
    }

    .kt-company-hero__logo img {
        max-width: 260px;
        max-height: 74px;
    }

    .kt-company-hero__title {
        font-size: 21px;
    }

    .kt-company-profile {
        padding: 44px 0 64px;
    }

    .kt-company-footer__inner {
        padding-top: 28px;
        padding-bottom: 56px;
    }

    .kt-company-footer__logo img {
        max-width: 230px;
        max-height: 54px;
    }

    .kt-company-profile__content p {
        padding-left: 16px;
        font-size: 17px;
    }

    .kt-company-profile__content p + .wp-block-table {
        margin-top: 36px;
    }

    .kt-sdgs-list {
        margin-top: 38px;
    }

    .kt-sdgs-item h2 {
        font-size: 19px;
    }

    .kt-mission-content {
        gap: 56px;
    }

    .kt-mission-block h2 {
        font-size: 28px;
    }

    .kt-company-profile__content .kt-mission-block p:not(.kt-mission-block__eyebrow),
    .kt-company-profile__content .kt-mission-item p,
    .kt-company-profile__content .kt-mission-values p {
        font-size: 16px;
        line-height: 1.9;
    }

    .kt-mission-item h3,
    .kt-mission-values h3 {
        font-size: 19px;
    }

    .kt-company-table,
    .kt-company-table tbody,
    .kt-company-table tr,
    .kt-company-table th,
    .kt-company-table td,
    .kt-company-profile__content table,
    .kt-company-profile__content table tbody,
    .kt-company-profile__content table tr,
    .kt-company-profile__content table th,
    .kt-company-profile__content table td {
        display: block;
        width: 100%;
    }

    .kt-company-table tr,
    .kt-company-profile__content table tr {
        padding: 24px 0;
        border-bottom: 1px solid var(--kt-gray-200);
    }

    .kt-company-table th,
    .kt-company-table td,
    .kt-company-profile__content table th,
    .kt-company-profile__content table td {
        padding: 0 !important;
        border-bottom: none;
    }

    .kt-company-table th,
    .kt-company-profile__content table th {
        margin-bottom: 8px;
        white-space: normal;
    }

    .kt-company-table td,
    .kt-company-profile__content table td {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .kt-sdgs-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 28px 0;
    }

    .kt-sdgs-item:has(.kt-sdgs-item__icon),
    .kt-sdgs-item:not(:has(.kt-sdgs-item__icon)) {
        grid-template-columns: 1fr;
        padding-left: 0;
    }

    .kt-sdgs-item__icon img {
        width: 104px;
        height: 104px;
    }
}

/* ============================================================
   Hero セクション（横幅いっぱい・ヘッダーとくっつく）
   ============================================================ */
.kt-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* SWELLのコンテナから飛び出して全幅にする */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
}

.kt-hero__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.kt-hero__video,
.kt-hero__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.kt-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 12, 24, 0.74) 0%, rgba(4, 12, 24, 0.52) 46%, rgba(4, 12, 24, 0.30) 100%),
        linear-gradient(180deg, rgba(4, 12, 24, 0.45) 0%, rgba(4, 12, 24, 0.12) 42%, rgba(4, 12, 24, 0.62) 100%);
    z-index: 1;
}

.kt-hero__inner {
    position: relative;
    z-index: 2;
    text-align: left;
    padding: 150px 36px 84px;
    width: 100%;
    max-width: 1120px;
}

.kt-hero__eyebrow {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 0;
    margin: 0 0 18px;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.kt-hero__title {
    font-size: 64px;
    font-weight: 900;
    color: var(--kt-white);
    line-height: 1.16;
    margin: 0 0 22px;
    letter-spacing: 0;
    text-shadow: 0 4px 22px rgba(0,0,0,0.38);
}

.kt-hero__title-accent {
    color: var(--kt-white);
}

.kt-hero__sub {
    font-size: 19px;
    color: rgba(255,255,255,0.88);
    margin: 0 0 34px;
    letter-spacing: 0;
    text-shadow: 0 2px 14px rgba(0,0,0,0.35);
}

/* --- 検索ボックス --- */
.kt-hero__search {
    background: var(--kt-white);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    overflow: hidden;
}

/* --- タブ切り替え --- */
.kt-search-tabs {
    display: flex;
    border-bottom: 1px solid var(--kt-gray-200);
}

.kt-search-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--kt-gray-500);
    background: var(--kt-gray-50);
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.kt-search-tab:first-child {
    border-right: 1px solid var(--kt-gray-200);
}

.kt-search-tab.active {
    color: var(--kt-orange);
    background: var(--kt-white);
}

.kt-search-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--kt-orange);
}

.kt-search-tab__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.kt-search-tab:hover:not(.active) {
    color: var(--kt-gray-700);
    background: var(--kt-gray-100);
}

/* --- 検索フォーム --- */
.kt-search-form {
    padding: 20px 24px 16px;
}

.kt-search-form__row {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

.kt-search-form__field {
    flex: 1;
}

.kt-search-form__field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--kt-gray-700);
    margin-bottom: 6px;
}

.kt-search-form__icon {
    font-size: 14px;
    margin-right: 2px;
}

.kt-search-form__note {
    font-size: 12px;
    color: var(--kt-gray-500);
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}

.kt-select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--kt-gray-300);
    border-radius: 4px;
    font-size: 14px;
    color: var(--kt-gray-700);
    background: var(--kt-white);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    transition: border-color 0.2s;
}

.kt-select:focus {
    outline: none;
    border-color: var(--kt-orange);
    box-shadow: 0 0 0 3px rgba(232,117,10,0.15);
}

.kt-select:disabled {
    background-color: var(--kt-gray-100);
    cursor: not-allowed;
}

.kt-search-form__submit {
    flex-shrink: 0;
}

/* --- ボタン共通 --- */
.kt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    line-height: 1.4;
}

.kt-btn--primary {
    background: var(--kt-orange);
    color: var(--kt-white);
    font-size: 15px;
    padding: 12px 32px;
    border-radius: 4px;
}

.kt-btn--primary:hover {
    background: var(--kt-orange-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(232,117,10,0.3);
}

.kt-btn--search {
    white-space: nowrap;
    height: 46px;
    border-radius: 4px;
}

.kt-btn--cta {
    background: var(--kt-orange);
    color: var(--kt-white);
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(232,117,10,0.35);
}

.kt-btn--cta:hover {
    background: var(--kt-orange-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(232,117,10,0.4);
    color: var(--kt-white);
}

.kt-btn--navy {
    background: var(--kt-navy);
    color: var(--kt-white);
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 6px;
}

.kt-btn--navy:hover {
    background: var(--kt-navy-light);
    color: var(--kt-white);
}

/* ============================================================
   解体データバンクとは セクション
   ============================================================ */
.kt-about {
    background: var(--kt-white);
}

.kt-about .kt-section__title {
    font-weight: 900;
}

.kt-about__description {
    text-align: center;
    color: var(--kt-gray-700);
    font-size: 16px;
    line-height: 1.9;
    max-width: 680px;
    margin: 0 auto 48px;
}

.kt-about__feature-title {
    font-size: 26px;
    font-weight: 900;
    color: var(--kt-navy);
    text-align: center;
    margin-bottom: 4px;
}

/* --- 3カラム機能（枠なし） --- */
.kt-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}

.kt-features__item {
    text-align: center;
    padding: 0 12px;
}

.kt-features__badge {
    display: inline-block;
    padding: 6px 22px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    color: var(--kt-white);
    margin-bottom: 16px;
}

.kt-features__badge--blue {
    background: var(--kt-blue-accent);
}

.kt-features__badge--orange {
    background: var(--kt-blue-accent);
}

.kt-features__icon {
    margin-bottom: 16px;
}

.kt-features__icon img {
    max-width: 200px;
    height: auto;
}

.kt-features__text {
    font-size: 14px;
    color: var(--kt-gray-700);
    line-height: 1.8;
    text-align: center;
}

/* ============================================================
   日本地図エリア検索セクション（地図上にテキスト配置）
   ============================================================ */
.kt-area-map {
    background: #ffffff !important;
}

.kt-japan-map {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    aspect-ratio: 4 / 3;
    min-height: 500px;
}

.kt-japan-map__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 58%;
    max-height: 560px;
    height: auto;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

/* 地域ブロック（半透明白ボックス・地図に被せる） */
.kt-japan-map__region {
    position: absolute;
    padding: 10px 14px;
    z-index: 2;
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 6px;
}

.kt-japan-map__region-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 3px;
    letter-spacing: 0.04em;
}

/* 都道府県を縦並び2列グリッド */
.kt-japan-map__pref-list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0px 10px;
}

.kt-japan-map__pref {
    font-size: 12px;
    color: #2563EB;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
    line-height: 1.9;
}

a.kt-japan-map__pref:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.kt-japan-map__pref--inactive {
    color: #93c5fd;
    cursor: default;
}

/* --- 各地域の位置（見本準拠・地図に被ってOK） --- */
.kt-japan-map__region--hokkaido {
    top: 8%;
    right: 4%;
}
.kt-japan-map__region--hokkaido .kt-japan-map__pref-list {
    grid-template-columns: auto;
}

.kt-japan-map__region--tohoku {
    top: 24%;
    right: 0%;
}

.kt-japan-map__region--kanto {
    bottom: 4%;
    right: 6%;
}

.kt-japan-map__region--hokushinetsu {
    top: 16%;
    left: 38%;
}

.kt-japan-map__region--tokai {
    bottom: 8%;
    left: 36%;
}

.kt-japan-map__region--kansai {
    top: 30%;
    left: 18%;
}

.kt-japan-map__region--chugoku {
    top: 16%;
    left: 0%;
}

.kt-japan-map__region--shikoku {
    bottom: 22%;
    left: 22%;
}

.kt-japan-map__region--kyushu {
    bottom: 14%;
    left: 0%;
}

.kt-japan-map__region--okinawa {
    bottom: 2%;
    left: 2%;
}
.kt-japan-map__region--okinawa .kt-japan-map__pref-list {
    grid-template-columns: auto;
}

/* ============================================================
   CTA セクション
   ============================================================ */
.kt-cta {
    background: var(--kt-white);
    padding: 40px 0;
}

.kt-cta__box {
    background: var(--kt-orange-bg);
    border: 2px solid var(--kt-orange);
    border-radius: 12px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.kt-cta__content {
    flex: 1;
}

.kt-cta__label {
    font-size: 13px;
    color: var(--kt-orange);
    font-weight: 600;
    margin-bottom: 8px;
}

.kt-cta__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--kt-navy);
    line-height: 1.5;
    margin-bottom: 12px;
}

.kt-cta__accent {
    color: var(--kt-orange);
}

.kt-cta__description {
    font-size: 14px;
    color: var(--kt-gray-700);
    line-height: 1.7;
    margin-bottom: 24px;
}

.kt-cta__image {
    flex-shrink: 0;
}

.kt-cta__image img {
    max-width: 180px;
    height: auto;
}

/* ============================================================
   ご利用の流れ セクション
   ============================================================ */
.kt-flow {
    background: transparent;
}

.kt-flow__steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
}

.kt-flow__step {
    background: var(--kt-white);
    border-radius: var(--kt-radius);
    padding: 28px 24px;
    text-align: center;
    flex: 1;
    max-width: 280px;
    box-shadow: var(--kt-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kt-flow__number {
    display: inline-block;
    background: var(--kt-navy);
    color: var(--kt-white);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.kt-flow__icon {
    font-size: 36px;
    margin-bottom: 12px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kt-flow__icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.kt-flow__step-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 8px;
}

.kt-flow__step-text {
    font-size: 13px;
    color: var(--kt-gray-500);
    line-height: 1.7;
    margin-top: auto;
}

.kt-flow__arrow {
    color: var(--kt-gray-300);
    font-size: 24px;
    margin-top: 60px;
}

/* ============================================================
   追従CTA（スマホ用）
   ============================================================ */
.kt-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px 16px;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 -2px 12px rgba(0,0,0,0.1);
    display: none;
    text-align: center;
}

.kt-btn--sticky {
    background: var(--kt-orange);
    color: var(--kt-white);
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 50px;
    width: 100%;
    max-width: 400px;
    line-height: 1.45;
    box-shadow: 0 4px 16px rgba(232,117,10,0.35);
}

.kt-btn--sticky:hover {
    background: var(--kt-orange-hover);
    color: var(--kt-white);
}

/* ============================================================
   星評価
   ============================================================ */
.kt-stars {
    display: inline-flex;
    gap: 1px;
    font-size: 16px;
}

.kt-star.filled {
    color: var(--kt-star);
}

.kt-star.half {
    color: var(--kt-star);
    opacity: 0.6;
}

.kt-star.empty {
    color: var(--kt-gray-300);
}

/* ============================================================
   業者カード（一覧ページ用）
   ============================================================ */
.kt-corp-card {
    display: flex;
    gap: 20px;
    background: var(--kt-white);
    border: 1px solid var(--kt-gray-200);
    border-radius: var(--kt-radius);
    padding: 20px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s;
}

.kt-corp-card:hover {
    box-shadow: var(--kt-shadow-lg);
}

.kt-corp-card__image {
    width: 180px;
    height: 130px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.kt-corp-card__body {
    flex: 1;
}

.kt-corp-card__name {
    font-size: 17px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 6px;
}

.kt-corp-card__name a {
    color: inherit;
    text-decoration: none;
}

.kt-corp-card__name a:hover {
    color: var(--kt-orange);
}

.kt-corp-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 14px;
}

.kt-corp-card__rating-num {
    font-weight: 700;
    color: var(--kt-star);
}

.kt-corp-card__rating-count {
    color: var(--kt-gray-500);
    font-size: 12px;
}

.kt-corp-card__meta {
    font-size: 13px;
    color: var(--kt-gray-500);
    margin-bottom: 4px;
}

.kt-corp-card__meta span {
    margin-right: 16px;
}

.kt-corp-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
}

.kt-tag {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.kt-tag--feature {
    background: #fff;
    color: #1E40AF;
    border: 1px solid #DBEAFE;
}

.kt-tag--trust {
    background: #D1FAE5;
    color: var(--kt-trust-green);
}

/* ============================================================
   フィルタサイドバー（業者一覧ページ用）
   ============================================================ */
.kt-filter {
    background: var(--kt-white);
    border: 1px solid var(--kt-gray-200);
    border-radius: var(--kt-radius);
    padding: 20px;
}

.kt-filter__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--kt-orange);
}

.kt-filter__group {
    margin-bottom: 20px;
}

.kt-filter__group-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--kt-gray-700);
    margin-bottom: 8px;
}

.kt-filter__checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 13px;
    color: var(--kt-gray-700);
    cursor: pointer;
}

.kt-filter__checkbox input[type="checkbox"] {
    accent-color: var(--kt-orange);
    width: 16px;
    height: 16px;
}

.kt-btn--filter {
    background: var(--kt-navy);
    color: var(--kt-white);
    font-size: 14px;
    padding: 10px 24px;
    width: 100%;
    border-radius: 6px;
}

.kt-btn--filter:hover {
    background: var(--kt-navy-light);
    color: var(--kt-white);
}

/* SP用フィルタ開閉トグル */
.kt-filter-toggle {
    display: none;  /* PCでは非表示 */
}

/* PC: フィルタ本体は常時表示 */
.kt-filter__body {
    display: block;
}

/* ============================================================
   業者詳細ページ
   ============================================================ */
.kt-detail__header {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.kt-detail__gallery {
    width: 400px;
    flex-shrink: 0;
}

.kt-detail__gallery img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: var(--kt-radius);
}

.kt-detail__info {
    flex: 1;
}

.kt-detail__company-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 8px;
}

.kt-detail__license {
    font-size: 13px;
    color: var(--kt-gray-500);
    margin-bottom: 12px;
}

.kt-detail__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
}

.kt-detail__table th {
    background: var(--kt-gray-50);
    font-weight: 600;
    font-size: 13px;
    color: var(--kt-gray-700);
    padding: 10px 14px;
    border: 1px solid var(--kt-gray-200);
    width: 140px;
    text-align: left;
}

.kt-detail__table td {
    font-size: 14px;
    color: var(--kt-gray-700);
    padding: 10px 14px;
    border: 1px solid var(--kt-gray-200);
}

.kt-detail__feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 32px;
}

.kt-detail__feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
}

.kt-detail__feature-item--feature {
    background: var(--kt-blue-light);
    color: var(--kt-navy);
}

.kt-detail__feature-item--trust {
    background: #D1FAE5;
    color: var(--kt-navy);
}

.kt-detail__feature-item .check {
    color: var(--kt-feature-blue);
    font-weight: 700;
}

.kt-detail__feature-item--trust .check {
    color: var(--kt-trust-green);
}

.kt-detail__feature-item--inactive {
    opacity: 0.4;
}

/* 口コミセクション */
.kt-review {
    background: var(--kt-gray-50);
    border-radius: var(--kt-radius);
    padding: 20px;
    margin-bottom: 16px;
}

.kt-review__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.kt-review__user {
    font-weight: 700;
    color: var(--kt-navy);
    font-size: 14px;
}

.kt-review__date {
    font-size: 12px;
    color: var(--kt-gray-500);
}

.kt-review__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--kt-gray-900);
    margin-bottom: 6px;
}

.kt-review__content {
    font-size: 14px;
    color: var(--kt-gray-700);
    line-height: 1.7;
}

.kt-review__work-type {
    font-size: 12px;
    color: var(--kt-gray-500);
    margin-top: 8px;
}

/* ============================================================
   0件表示
   ============================================================ */
.kt-empty {
    text-align: center;
    padding: 60px 20px;
    background: var(--kt-gray-50);
    border-radius: var(--kt-radius);
}

.kt-empty__text {
    font-size: 16px;
    color: var(--kt-gray-500);
    margin-bottom: 24px;
}

/* ============================================================
   ページネーション
   ============================================================ */
.kt-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 32px;
}

.kt-pagination a,
.kt-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
}

.kt-pagination a {
    background: var(--kt-white);
    border: 1px solid var(--kt-gray-200);
    color: var(--kt-gray-700);
}

.kt-pagination a:hover {
    border-color: var(--kt-orange);
    color: var(--kt-orange);
}

.kt-pagination .current {
    background: var(--kt-orange);
    color: var(--kt-white);
    border: 1px solid var(--kt-orange);
}

/* ============================================================
   サイドバー付きレイアウト
   ============================================================ */
.kt-layout-with-sidebar {
    display: flex;
    gap: 28px;
    padding: 32px 0;
}

.kt-layout__sidebar {
    width: 260px;
    flex-shrink: 0;
}

.kt-layout__main {
    flex: 1;
    min-width: 0;
}

/* ============================================================
   エリアブロック（都道府県ページ用）
   ============================================================ */
.kt-area-block {
    margin-bottom: 28px;
    padding: 20px;
    background: var(--kt-white);
    border-radius: var(--kt-radius);
    border: 1px solid var(--kt-gray-200);
}

.kt-area-block__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--kt-orange);
}

.kt-area-block__cities {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.kt-area-block__cities li {
    font-size: 14px;
}

.kt-area-block__cities a {
    color: var(--kt-gray-700);
    text-decoration: none;
    transition: color 0.2s;
}

.kt-area-block__cities a:hover {
    color: var(--kt-orange);
}

/* ============================================================
   パンくず・ページヘッダー共通
   ============================================================ */
.kt-breadcrumb {
    background: var(--kt-gray-50);
    padding: 10px 0;
    font-size: 12px;
    color: var(--kt-gray-500);
}

.kt-breadcrumb a {
    color: var(--kt-gray-500);
    text-decoration: none;
}

.kt-breadcrumb a:hover {
    color: var(--kt-orange);
}

.kt-page-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--kt-navy);
    margin: 24px 0 8px;
}

.kt-page-title__count {
    font-size: 16px;
    font-weight: 400;
    color: var(--kt-gray-500);
}

.kt-page-lead {
    font-size: 14px;
    color: var(--kt-gray-500);
    margin-bottom: 24px;
}

/* ============================================================
   施工事例リンク
   ============================================================ */
.kt-case-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kt-case-link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: var(--kt-gray-50);
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}

.kt-case-link:hover {
    background: var(--kt-blue-light);
}

.kt-case-link__price {
    font-weight: 700;
    color: var(--kt-orange);
    font-size: 15px;
    white-space: nowrap;
}

.kt-case-link__detail {
    font-size: 13px;
    color: var(--kt-gray-700);
}

/* ============================================================
   自由記載エリア
   ============================================================ */
.kt-freetext {
    background: var(--kt-white);
    border-radius: var(--kt-radius);
    padding: 24px;
    line-height: 1.8;
    font-size: 14px;
    color: var(--kt-gray-700);
}

.kt-freetext h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--kt-navy);
    margin: 20px 0 8px;
}

.kt-freetext p {
    margin-bottom: 12px;
}

/* ============================================================
   SWELL テーマ上書き
   ============================================================ */
.p-breadcrumb {
    font-size: 12px;
}

/* カスタムテンプレート内パンくず: JSでヘッダー直下に移動済み */

/* ヘッダー下線（影ではなく細線に） */
.l-header {
    border-bottom: 1px solid var(--kt-gray-200) !important;
    box-shadow: none !important;
}

/* 追従ヘッダーの影も消す */
.l-fixHeader .l-header,
.l-header.-fixed {
    box-shadow: none !important;
    border-bottom: 1px solid var(--kt-gray-200) !important;
}

/* パンくず背景を白に */
.p-breadcrumb.-bg-on {
    background: #fff !important;
    border-bottom: 1px solid var(--kt-gray-200);
}

/* カスタムテンプレートページのサイドバーを強制非表示 */
.page-template-page-price .l-sidebar,
.page-template-page-corporation .l-sidebar,
body.kt-custom-page .l-sidebar {
    display: none !important;
}
.page-template-page-price .l-mainContent,
.page-template-page-corporation .l-mainContent,
body.kt-custom-page .l-mainContent {
    max-width: 100% !important;
    flex: 1 !important;
}

/* Heroとヘッダーの間のマージンを消す（SWELLのmain余白を上書き） */
.home .l-mainContent__inner > .post_content,
.home .l-mainContent__inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* SWELLのmainラッパーの余白も消す */
.home #content,
.home .l-main,
.home .l-mainContent {
    padding-top: 0 !important;
}

/* SWELLのコンテナ幅制限を解除（トップページのみ） */
.home .l-mainContent__inner,
.home .post_content {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ============================================================
   PCグローバルナビ CTAボタン
   ============================================================ */
.l-header__inner,
.l-fixHeader__inner {
    max-width: none !important;
    padding-left: 42px !important;
    padding-right: 42px !important;
    justify-content: flex-start !important;
}

.l-fixHeader {
    min-height: 70px !important;
}

.l-fixHeader__inner {
    min-height: 70px !important;
    align-items: center !important;
}

.l-header__logo,
.l-fixHeader__logo {
    margin-right: 32px !important;
}

.l-header__gnav,
.l-fixHeader__gnav,
.c-gnavWrap {
    margin-left: auto !important;
}

.l-fixHeader__gnav {
    display: flex !important;
    align-items: center !important;
}

.c-gnav {
    justify-content: flex-end !important;
}

.l-fixHeader .c-gnav {
    height: auto !important;
    align-items: center !important;
}

.l-fixHeader .c-gnav > li,
.l-fixHeader .kt-nav-cta {
    height: auto !important;
    align-items: center !important;
}

.l-header .c-headLogo,
.l-fixHeader .c-headLogo {
    max-width: 300px;
}

.l-header .c-headLogo__img,
.l-fixHeader .c-headLogo__img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 44px !important;
    display: block;
}

@media (max-width: 768px) {
    .l-header__inner,
    .l-fixHeader__inner {
        padding-left: 16px !important;
        padding-right: 16px !important;
        justify-content: space-between !important;
    }

    .l-header__logo,
    .l-fixHeader__logo {
        margin-right: auto !important;
    }

    .l-header .c-headLogo,
    .l-fixHeader .c-headLogo {
        max-width: 190px;
    }

    .l-header .c-headLogo__img,
    .l-fixHeader .c-headLogo__img {
        max-height: 34px !important;
    }
}

.kt-nav-cta {
    margin-left: 20px !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    height: auto !important;
    flex: none !important;
    padding: 0 !important;
}

.kt-nav-cta > a,
.kt-nav-cta__link,
a.kt-nav-cta__link {
    display: inline-block !important;
    background: var(--kt-orange) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 12px 28px !important;
    border-radius: 24px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background 0.2s !important;
    line-height: 1.4 !important;
    letter-spacing: 0.02em !important;
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    width: auto !important;
    flex: none !important;
    position: relative !important;
}

.kt-nav-cta > a:hover,
.kt-nav-cta__link:hover,
a.kt-nav-cta__link:hover {
    background: var(--kt-orange-hover) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.l-fixHeader .kt-nav-cta > a,
.l-fixHeader .kt-nav-cta__link,
.l-fixHeader a.kt-nav-cta__link {
    background: var(--kt-orange) !important;
    color: #fff !important;
    padding: 12px 28px !important;
    font-size: 14px !important;
    border-radius: 24px !important;
    height: auto !important;
    line-height: 1.4 !important;
}

/* ============================================================
   CTA v2（添付HTML準拠デザイン）
   ============================================================ */
.kt-cta-v2 {
    padding: 44px 0;
}

.kt-cta-v2__box {
    background: linear-gradient(135deg, #fff8d8 0%, #fffdf0 100%);
    border: 2px solid #f3df8f;
    border-radius: 12px;
    padding: 34px 40px 32px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    max-width: 760px;
    margin: 0 auto;
}

.kt-cta-v2__content {
    max-width: 620px;
    margin: 0 auto;
}

.kt-cta-v2__badge {
    display: inline-block;
    background: #fff;
    color: #d32f2f;
    border: 1px solid #d32f2f;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto 14px;
}

.kt-cta-v2__kaitech-logo {
    display: block;
    width: min(360px, 82%);
    height: auto;
    margin: 0 auto 18px;
}

.kt-cta-v2__title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.45;
    margin-bottom: 12px;
    white-space: nowrap;
}

.kt-cta-v2__highlight {
    color: #0056b3;
}

.kt-cta-v2__marker {
    color: #d32f2f;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #ffeb3b 70%);
}

.kt-cta-v2__description {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 24px;
}

.kt-cta-v2__button-wrap {
    max-width: 420px;
    margin: 0 auto;
}

.kt-cta-v2__button {
    display: block;
    width: 100%;
    background: #0086a8;
    color: var(--kt-white);
    text-decoration: none;
    border-radius: 8px;
    padding: 15px 22px;
    text-align: center;
    box-shadow: 0 4px 0 #00667f;
    transition: transform 0.1s, box-shadow 0.1s;
}

.kt-cta-v2__button:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #00667f;
    color: var(--kt-white);
    opacity: 0.95;
}

.kt-cta-v2__btn-sub {
    display: block;
    font-size: 12px;
    color: #dff7ff;
    margin-bottom: 2px;
    letter-spacing: 0.05em;
}

.kt-cta-v2__btn-main {
    font-size: 19px;
    font-weight: 700;
}

.kt-cta-v2__btn-arrow {
    margin-left: 10px;
}

.kt-cta-v2__note {
    font-size: 12px;
    color: #888;
    margin-top: 12px;
    text-align: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================================
   都道府県ページ v2
   ============================================================ */
.kt-pref-header {
    padding: 40px 0 32px;
    text-align: center;
}

.kt-pref-header__title {
    font-size: 26px;
    font-weight: 900;
    color: var(--kt-navy);
    margin-bottom: 14px;
}

.kt-pref-header__accent {
    color: #2563EB;
}

.kt-pref-header__lead {
    font-size: 14px;
    color: var(--kt-gray-500);
    line-height: 1.8;
}

.kt-pref-header__count {
    color: var(--kt-orange);
    font-weight: 700;
    font-size: 16px;
}

.kt-pref-section-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.kt-pref-section-title__bar {
    display: inline-block;
    width: 4px;
    height: 24px;
    background: var(--kt-orange);
    border-radius: 2px;
}

/* --- 市区町村グリッド --- */
.kt-city-group {
    margin-bottom: 24px;
}

.kt-city-group__title {
    font-size: 14px;
    font-weight: 700;
    color: var(--kt-gray-700);
    padding: 8px 0;
    border-bottom: 1px solid var(--kt-gray-200);
    margin-bottom: 12px;
}

.kt-city-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

.kt-city-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 10px 14px;
    background: var(--kt-white);
    border: 1px solid var(--kt-gray-200);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 14px;
}

.kt-city-card:hover {
    border-color: #2563EB;
    background: #f0f5ff;
}

.kt-city-card__name {
    color: #2563EB;
    font-weight: 400;
}

.kt-city-card__count {
    color: var(--kt-gray-500);
    font-size: 12px;
}

/* --- おすすめ業者 --- */
.kt-recommend-section {
    background: var(--kt-orange-bg);
    border-top: 2px solid var(--kt-orange);
}

.kt-recommend-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.kt-recommend-header__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--kt-navy);
}

.kt-recommend-header__pr {
    font-size: 11px;
    color: var(--kt-gray-500);
    border: 1px solid var(--kt-gray-300);
    padding: 2px 8px;
    border-radius: 3px;
}

.kt-recommend-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.kt-recommend-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--kt-white);
    border: 1px solid var(--kt-gray-200);
    border-radius: var(--kt-radius);
    padding: 14px;
}

.kt-recommend-card__logo {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: var(--kt-gray-100);
}

.kt-recommend-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kt-recommend-card__body {
    flex: 1;
    min-width: 0;
}

.kt-recommend-card__name {
    font-size: 14px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 2px;
}

.kt-recommend-card__name a {
    color: #2563EB;
    text-decoration: none;
}

.kt-recommend-card__name a:hover {
    text-decoration: underline;
}

.kt-recommend-card__desc {
    font-size: 11px;
    color: var(--kt-gray-500);
    margin-bottom: 2px;
}

.kt-recommend-card__rating {
    font-size: 12px;
    color: var(--kt-orange);
    font-weight: 600;
}

.kt-recommend-card__btn {
    flex-shrink: 0;
    background: var(--kt-orange);
    color: var(--kt-white);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 4px;
    text-decoration: none;
}

.kt-recommend-card__btn:hover {
    background: var(--kt-orange-hover);
    color: var(--kt-white);
}

/* ============================================================
   業者カード v2（市区町村一覧ページ）
   ============================================================ */
.kt-corp-card-v2 {
    background: var(--kt-white);
    border: 1px solid var(--kt-gray-200);
    border-radius: var(--kt-radius);
    margin-bottom: 20px;
    overflow: hidden;
}

.kt-corp-card-v2__top {
    display: flex;
    gap: 16px;
    padding: 20px;
}

.kt-corp-card-v2__image {
    width: 120px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: var(--kt-gray-100);
}

.kt-corp-card-v2__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kt-corp-card-v2__body {
    flex: 1;
    min-width: 0;
}

.kt-corp-card-v2__name {
    font-size: 17px;
    font-weight: 700;
    color: var(--kt-navy);
    margin: 0 0 4px;
}

.kt-corp-card-v2__name a {
    color: inherit;
    text-decoration: none;
}

.kt-corp-card-v2__name a:hover {
    color: var(--kt-orange);
}

.kt-corp-card-v2__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
    font-size: 14px;
}

.kt-corp-card-v2__rating-num {
    font-weight: 700;
    color: var(--kt-star);
}

.kt-corp-card-v2__rating-count {
    font-size: 12px;
    color: var(--kt-gray-500);
}

.kt-corp-card-v2__meta {
    font-size: 13px;
    color: var(--kt-gray-500);
    margin-bottom: 3px;
}

.kt-corp-card-v2__tags {
    margin-top: 8px;
}

.kt-corp-card-v2__tag-label {
    font-size: 11px;
    color: var(--kt-gray-500);
    margin-bottom: 4px;
}

.kt-corp-card-v2__tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 6px;
}

.kt-corp-card-v2__actions {
    display: flex;
    gap: 10px;
    padding: 14px 16px;
    border-top: 1px solid var(--kt-gray-200);
}

.kt-corp-card-v2__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 12px 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 6px;
}

.kt-corp-card-v2__btn--detail {
    background: var(--kt-white);
    color: var(--kt-navy);
    border: 2px solid var(--kt-gray-300);
}

.kt-corp-card-v2__btn--detail:hover {
    background: var(--kt-gray-50);
    border-color: #2563EB;
    color: #2563EB;
}

.kt-corp-card-v2__btn--cta {
    background: var(--kt-orange);
    color: var(--kt-white);
    border: 2px solid var(--kt-orange);
    line-height: 1.45;
}

.kt-corp-card-v2__btn--cta:hover {
    background: var(--kt-orange-hover);
    border-color: var(--kt-orange-hover);
    color: var(--kt-white);
}

/* --- ポイントTips Box --- */
.kt-tips-box {
    background: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-left: 4px solid #2563EB;
    border-radius: 8px;
    padding: 18px 22px;
    margin-bottom: 24px;
}

.kt-tips-box__title {
    font-size: 15px;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.kt-tips-box__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: #2563EB;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1;
}

.kt-tips-box__text {
    font-size: 13px;
    color: var(--kt-gray-700);
    line-height: 1.7;
}

/* --- 市区町村ページ：相場サマリー --- */
.kt-city-price-box {
    background: var(--kt-white);
    border: 1px solid var(--kt-gray-200);
    border-radius: 8px;
    padding: 20px 22px;
    margin-bottom: 28px;
    box-shadow: var(--kt-shadow);
}

.kt-city-price-box__title {
    margin: 0 0 14px;
    color: var(--kt-navy);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
}

.kt-city-price-box__main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    background: var(--kt-gray-50);
    border-radius: 8px;
}

.kt-city-price-box__label {
    color: var(--kt-gray-700);
    font-size: 14px;
    font-weight: 800;
}

.kt-city-price-box__value {
    color: var(--kt-orange);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    text-align: right;
}

.kt-city-price-box__details {
    margin-top: 14px;
}

.kt-city-price-box__details summary {
    cursor: pointer;
    color: #2563EB;
    font-size: 14px;
    font-weight: 800;
    list-style-position: inside;
}

.kt-city-price-box__table-wrap {
    margin-top: 14px;
    overflow-x: auto;
}

.kt-city-price-box__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.kt-city-price-box__table th,
.kt-city-price-box__table td {
    padding: 12px 10px;
    border-bottom: 1px solid var(--kt-gray-200);
    text-align: left;
}

.kt-city-price-box__table th {
    width: 35%;
    color: var(--kt-gray-700);
    font-weight: 800;
    white-space: nowrap;
}

.kt-city-price-box__table td {
    color: var(--kt-navy);
    font-weight: 700;
}

.kt-city-price-box__link-wrap {
    margin: 14px 0 0;
}

.kt-city-price-box__link {
    color: #2563EB;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.kt-city-price-box__link:hover {
    text-decoration: underline;
}

.kt-corp-list-heading {
    margin: 0 0 18px;
    color: var(--kt-navy);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
}

.kt-corp-list-lead {
    margin: -6px 0 18px;
    color: var(--kt-gray-700);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

/* ============================================================
   業者詳細 v2
   ============================================================ */
.kt-detail-layout {
    display: flex;
    gap: 32px;
    padding: 28px 0 40px;
}

.kt-detail-layout__main {
    flex: 1;
    min-width: 0;
}

.kt-detail-layout__sidebar {
    width: 280px;
    flex-shrink: 0;
}

.kt-detail-v2__header {
    margin-bottom: 4px;
}

.kt-detail-v2__main-image {
    width: 100%;
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--kt-gray-100);
}

.kt-detail-v2__main-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
}

.kt-detail-v2__city-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--kt-blue);
    border: 1px solid var(--kt-blue);
    border-radius: 3px;
    padding: 2px 10px;
    margin-bottom: 8px;
}

.kt-detail-v2__name {
    font-size: 24px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 8px;
}

.kt-detail-v2__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-bottom: 6px;
}

.kt-detail-v2__rating-count {
    color: var(--kt-gray-500);
    font-size: 12px;
}

.kt-detail-v2__license {
    font-size: 13px;
    color: var(--kt-gray-500);
}

.kt-detail-v2__divider {
    border: none;
    border-top: 1px solid var(--kt-gray-200);
    margin: 24px 0;
}

.kt-detail-v2__section {
    margin-bottom: 4px;
}

.kt-detail-v2__section-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--kt-orange);
    display: inline-block;
}

.kt-detail-v2__tag-category {
    font-size: 12px;
    color: var(--kt-gray-500);
    margin-bottom: 6px;
}

.kt-detail-v2__tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

/* アウトラインタグ（詳細ページ用） */
.kt-tag-outline {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid;
}

.kt-tag-outline--blue {
    border-color: var(--kt-feature-blue);
    color: var(--kt-feature-blue);
    background: rgba(59,130,246,0.05);
}

.kt-tag-outline--green {
    border-color: var(--kt-trust-green);
    color: var(--kt-trust-green);
    background: rgba(16,185,129,0.05);
}

/* サイドバーCTA */
.kt-detail-sidebar-cta {
    background: var(--kt-gray-50);
    border: 1px solid var(--kt-gray-200);
    border-radius: var(--kt-radius);
    padding: 24px;
    position: sticky;
    top: 100px;
}

.kt-detail-sidebar-cta__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--kt-navy);
    text-align: center;
    margin-bottom: 14px;
}

.kt-detail-sidebar-cta__btn {
    display: block;
    background: var(--kt-orange);
    color: var(--kt-white);
    font-size: 15px;
    font-weight: 700;
    padding: 16px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    transition: all 0.2s;
}

.kt-detail-sidebar-cta__btn:hover {
    background: var(--kt-orange-hover);
    color: var(--kt-white);
}

.kt-detail-sidebar-cta__note {
    font-size: 11px;
    color: var(--kt-gray-500);
    line-height: 1.6;
    margin-top: 12px;
}

.kt-detail-mobile-review-cta {
    display: none;
}

.kt-detail-pc-review-cta {
    display: block;
    margin-top: 32px;
}

.kt-detail-pc-review-cta .kt-cta-v2 {
    padding: 0;
}

.kt-detail-pc-review-cta .kt-container {
    padding: 0;
}

.kt-detail-bottom-review-cta .kt-cta-v2 {
    padding: 0;
}

.kt-detail-bottom-review-cta .kt-container {
    padding: 0;
}

.kt-detail-city-more {
    margin-top: 22px;
    text-align: center;
}

.kt-detail-city-more__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 20px;
    background: var(--kt-orange-bg);
    border: 1px solid rgba(232, 117, 10, 0.28);
    border-radius: 6px;
    color: var(--kt-orange);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.kt-detail-city-more__btn:hover {
    background: #fff1df;
    border-color: rgba(232, 117, 10, 0.46);
    color: var(--kt-orange-hover);
}

/* 口コミ v2 */
.kt-review-v2 {
    padding: 16px 0;
    border-bottom: 1px solid var(--kt-gray-200);
}

.kt-review-v2:last-child {
    border-bottom: none;
}

.kt-review-v2__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 6px;
}

.kt-review-v2__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.kt-review-v2__user {
    font-size: 13px;
    font-weight: 600;
    color: var(--kt-gray-700);
}

.kt-review-v2__content {
    font-size: 14px;
    color: var(--kt-gray-700);
    line-height: 1.8;
}

.kt-review-v2__date {
    font-size: 12px;
    color: var(--kt-gray-500);
    margin-top: 8px;
}

/* ============================================================
   レスポンシブ対応
   ============================================================ */
@media (max-width: 768px) {
    .kt-hero__title {
        font-size: 22px;
    }

    .kt-hero__inner {
        padding: 36px 16px 44px;
        max-width: 100%;
    }

    .kt-hero__search {
        margin: 0 -4px;
    }

    .kt-search-form {
        padding: 16px;
    }

    .kt-search-form__row {
        flex-direction: column;
        align-items: stretch;
    }

    .kt-search-form__field {
        width: 100%;
    }

    .kt-search-form__submit {
        width: 100%;
    }

    .kt-search-form__submit .kt-btn {
        width: 100%;
    }

    .kt-features {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* 地図セクション：SP時はリスト表示に切り替え */
    .kt-japan-map {
        min-height: auto;
        aspect-ratio: auto;
        padding: 0;
    }

    .kt-japan-map__img {
        display: none;
    }

    .kt-japan-map__region {
        position: static !important;
        margin-bottom: 24px;
        border-radius: 0 !important;
        padding: 0;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .kt-japan-map__region:last-child {
        margin-bottom: 0;
    }

    .kt-japan-map__region-name {
        font-size: 14px;
        font-weight: 700;
        color: var(--kt-gray-700);
        margin-bottom: 12px;
        padding: 8px 0;
        border-bottom: 1px solid var(--kt-gray-200);
        text-align: left;
    }

    .kt-japan-map__pref-list {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .kt-japan-map__pref {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        background: var(--kt-white);
        border: 1px solid var(--kt-gray-200);
        border-radius: 6px;
        font-size: 14px;
        line-height: 1.5;
        text-decoration: none !important;
        color: #2563EB;
        transition: all 0.2s;
        white-space: nowrap;
    }

    a.kt-japan-map__pref:hover {
        border-color: #2563EB;
        background: #f0f5ff;
        text-decoration: none;
    }

    .kt-japan-map__pref--inactive {
        color: #93c5fd;
        border-color: #e5e7eb;
        background: #fafafa;
    }

    /* CTA v2 */
    .kt-cta-v2__box {
        text-align: center;
        padding: 28px 20px;
    }
    .kt-cta-v2__title {
        font-size: 20px;
        white-space: normal;
    }
    .kt-cta-v2__button-wrap {
        max-width: 100%;
        margin: 0 auto;
    }
    .kt-cta-v2__button {
        margin: 0 auto;
    }
    .kt-cta-v2__note {
        text-align: center;
    }
    /* 旧CTA */
    .kt-cta__box {
        flex-direction: column;
        text-align: center;
        padding: 28px 20px;
    }

    .kt-flow__steps {
        flex-direction: column;
        align-items: center;
    }

    .kt-flow__arrow {
        transform: rotate(90deg);
        margin: 0;
    }

    .kt-flow__step {
        max-width: 340px;
        width: 100%;
    }

    .kt-sticky-cta {
        display: block;
    }

    /* 業者カード v2 */
    .kt-corp-card-v2__top {
        flex-direction: column;
    }
    .kt-corp-card-v2__image {
        width: 100%;
        height: 160px;
    }
    .kt-corp-card-v2__actions {
        flex-direction: column;
    }

    /* 旧カード */
    .kt-corp-card {
        flex-direction: column;
    }
    .kt-corp-card__image {
        width: 100%;
        height: 180px;
    }

    /* 詳細ページ v2 */
    .kt-detail-layout {
        flex-direction: column;
    }
    .kt-detail-layout__sidebar {
        width: 100%;
        order: -1;
    }
    .kt-detail-sidebar-cta {
        position: static;
    }
    .kt-detail-mobile-review-cta {
        display: block;
        margin-top: 24px;
    }
    .kt-detail-mobile-review-cta .kt-detail-sidebar-cta {
        margin: 0;
    }
    .kt-detail-pc-review-cta {
        display: none;
    }

    /* 旧詳細 */
    .kt-detail__header {
        flex-direction: column;
    }
    .kt-detail__gallery {
        width: 100%;
    }
    .kt-detail__feature-list {
        grid-template-columns: 1fr;
    }

    /* 都道府県ページ */
    .kt-city-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
    .kt-recommend-grid {
        grid-template-columns: 1fr;
    }

    /* レイアウト（サイドバー下に） */
    .kt-layout-with-sidebar {
        flex-direction: column;
    }
    .kt-layout__sidebar {
        width: 100%;
        order: -1;
    }

    /* SP用フィルタ開閉トグル */
    .kt-filter-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 12px 16px;
        background: var(--kt-white);
        border: 2px solid var(--kt-orange);
        border-radius: 8px;
        font-size: 14px;
        font-weight: 700;
        color: var(--kt-orange);
        cursor: pointer;
    }
    .kt-filter-toggle__icon {
        font-size: 10px;
        transition: transform 0.2s;
    }
    .kt-filter-toggle__icon::after {
        content: "\25BC";
    }
    .kt-filter-toggle[aria-expanded="true"] .kt-filter-toggle__icon {
        transform: rotate(180deg);
    }
    .kt-filter__body {
        display: none;
        margin-top: 16px;
    }
    .kt-filter__body.is-open {
        display: block;
    }
    .kt-filter {
        border: none;
        padding: 0;
    }

    .kt-section {
        padding: 40px 0;
    }
    .kt-cta__title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .kt-hero__title {
        font-size: 20px;
    }

    .kt-search-tab {
        font-size: 13px;
        padding: 12px 0;
    }

    .kt-city-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ============================================================
   PC グローバルナビ: 太字
   ============================================================ */
.l-header .c-gnav > li > a,
.l-header__gnav .c-gnav > li > a,
.p-globalNav > ul > li > a,
#gnav a {
    font-weight: 700 !important;
}

/* SWELLのgnav内CTAボタン: 引き伸ばし防止 */
.c-gnav > .kt-nav-cta,
.c-gnav > li.kt-nav-cta {
    align-self: center !important;
    height: auto !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 0 0 12px !important;
}

.c-gnav > .kt-nav-cta > a,
.c-gnav > li.kt-nav-cta > a {
    display: inline-block !important;
    height: auto !important;
    padding: 12px 28px !important;
    background: var(--kt-orange) !important;
    color: #fff !important;
    border-radius: 24px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    min-height: 0 !important;
    align-items: initial !important;
}

/* ============================================================
   スマホ: SWELLドロワーメニューのMENUヘッダーを非表示
   ============================================================ */
@media (max-width: 768px) {
    /* MENUタイトルバー（ネイビー/ティール背景）を非表示 */
    .p-spMenu .c-widget__title,
    .p-spMenu__nav .c-widget__title,
    .p-spMenu .widget_nav_menu .c-widget__title,
    .p-spMenu .c-widget__title.-spmenu,
    .c-widget__title.-spmenu {
        display: none !important;
    }

    .kt-cta-v2__button-wrap {
        position: relative;
        z-index: 1;
    }
    .kt-cta-v2__button-wrap .kt-cta-v2__button {
        padding: 15px 20px !important;
    }
}

/* SWELLの追従ヘッダーとCTAの競合回避 */
@media (max-width: 768px) {
    .l-fixHeader {
        z-index: 1000;
    }

    .kt-sticky-cta {
        z-index: 999;
    }

    body {
        padding-bottom: 70px;
    }
}


/* ============================================================
   P-007 / P-008: 解体費用相場ページ
   ============================================================ */

/* --- ヘッダー（共通: 白背景） --- */
.kt-price-header {
    background: #fff;
    padding: 36px 0 24px;
    text-align: center;
}

/* P-008: 市区町村ページはタイトル左寄せ・下余白を詰める */
.kt-price-header--white {
    text-align: left;
    padding: 36px 0 8px;
}

.kt-price-header__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
    color: var(--kt-navy);
}

.kt-price-header__accent {
    color: var(--kt-orange);
    font-weight: 700;
}

.kt-price-header__lead {
    font-size: 13px;
    color: var(--kt-gray-500);
    line-height: 1.8;
}

/* ---------- P-007 価格オーバービュー ---------- */
/* デザイン: 全体がネイビー背景の角丸カード。左に坪単価、右に構造別目安。 */
.kt-price-overview--pref {
    display: flex;
    align-items: stretch;
    background: var(--kt-navy);
    border-radius: 12px;
    overflow: hidden;
}

.kt-price-overview--pref .kt-price-overview__main {
    flex: 1;
    padding: 28px 32px;
}

.kt-price-overview--pref .kt-price-overview__label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    margin-bottom: 8px;
}

.kt-price-overview--pref .kt-price-overview__value {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 6px;
}

.kt-price-overview--pref .kt-price-overview__num {
    font-size: 52px;
    font-weight: 800;
    color: var(--kt-orange);
    line-height: 1;
}

.kt-price-overview--pref .kt-price-overview__unit {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.kt-price-overview--pref .kt-price-overview__nodata {
    font-size: 18px;
    color: rgba(255,255,255,0.5);
}

.kt-price-overview--pref .kt-price-overview__note {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}

.kt-price-overview--pref .kt-price-overview__side {
    width: 240px;
    flex-shrink: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,0.12);
}

.kt-price-overview--pref .kt-price-overview__side-title {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    text-align: center;
    margin-bottom: 14px;
    letter-spacing: 0.04em;
}

.kt-price-overview--pref .kt-price-overview__table {
    width: 100%;
    border-collapse: collapse;
}

.kt-price-overview--pref .kt-price-overview__table th,
.kt-price-overview--pref .kt-price-overview__table td {
    padding: 7px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.kt-price-overview--pref .kt-price-overview__table th {
    color: rgba(255,255,255,0.6);
    font-weight: 500;
    text-align: left;
    padding-left: 4px;
}

.kt-price-overview--pref .kt-price-overview__table td {
    color: #fff;
    font-weight: 700;
    text-align: right;
    padding-right: 4px;
}

.kt-price-overview--pref .kt-price-overview__table tr:last-child th,
.kt-price-overview--pref .kt-price-overview__table tr:last-child td {
    border-bottom: none;
}

/* ---------- P-008 価格オーバービュー ---------- */
/* デザイン: #2563EB→#1E40AFグラデ背景。全体白文字。 */
.kt-price-overview--city {
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #2563EB 0%, #1E40AF 100%);
}

.kt-price-overview--city .kt-price-overview__main {
    flex: 1;
    padding: 24px 28px;
}

.kt-price-overview--city .kt-price-overview__label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
}

.kt-price-overview--city .kt-price-overview__value {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 6px;
}

.kt-price-overview--city .kt-price-overview__num {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.kt-price-overview--city .kt-price-overview__range-sep {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 2px;
}

.kt-price-overview--city .kt-price-overview__unit {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 2px;
}

.kt-price-overview--city .kt-price-overview__nodata {
    font-size: 18px;
    color: rgba(255,255,255,0.5);
}

.kt-price-overview--city .kt-price-overview__note {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}

.kt-price-overview--city .kt-price-overview__side {
    width: 220px;
    flex-shrink: 0;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.kt-price-overview--city .kt-price-overview__table {
    width: 100%;
    border-collapse: collapse;
}

.kt-price-overview--city .kt-price-overview__table th,
.kt-price-overview--city .kt-price-overview__table td {
    padding: 6px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.kt-price-overview--city .kt-price-overview__table th {
    color: rgba(255,255,255,0.6);
    font-weight: 500;
    text-align: left;
}

.kt-price-overview--city .kt-price-overview__table td {
    color: #fff;
    font-weight: 700;
    text-align: right;
}

.kt-price-overview--city .kt-price-overview__table tr:last-child th,
.kt-price-overview--city .kt-price-overview__table tr:last-child td {
    border-bottom: none;
}

/* レスポンシブテーブル */
.kt-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* --- 相場早見表 --- */
.kt-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.kt-price-table thead th {
    background: #f0f3f8;
    color: var(--kt-navy);
    padding: 11px 14px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #dde2ea;
}

.kt-price-table thead th:first-child {
    text-align: left;
}

.kt-price-table tbody td {
    padding: 11px 14px;
    border-bottom: 1px solid #e8ecf1;
    text-align: center;
    color: var(--kt-gray-700);
}

.kt-price-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--kt-navy);
    white-space: nowrap;
}

.kt-price-table tbody tr:hover {
    background: #f8faff;
}

/* --- 付帯工事費用テーブル --- */
.kt-ancillary-table-wrap {
    border: 1px solid #dde2ea;
    border-radius: 8px;
    overflow: hidden;
}

.kt-ancillary-table {
    width: 100%;
    border-collapse: collapse;
}

.kt-ancillary-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #e8ecf1;
    font-size: 14px;
    color: var(--kt-gray-700);
}

.kt-ancillary-table tr:last-child td {
    border-bottom: none;
}

.kt-ancillary-table__price {
    text-align: right;
    font-weight: 700;
    color: var(--kt-navy);
    white-space: nowrap;
}

.kt-ancillary-table__note {
    font-size: 12px;
    color: #999;
    text-align: right;
    margin-top: 8px;
}

/* --- 事例フィルタータブ（P-008内） --- */
.kt-case-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.kt-case-filter-tab {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #d1d5db;
    background: #fff;
    color: var(--kt-gray-500);
    cursor: pointer;
    transition: all 0.15s;
}

.kt-case-filter-tab:hover {
    border-color: #3B82F6;
    color: #3B82F6;
    background: #f0f5ff;
}

.kt-case-filter-tab.is-active {
    background: #3B82F6;
    border-color: #3B82F6;
    color: #fff;
}

/* --- 事例一覧テーブル（P-008内） --- */
.kt-case-list-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.kt-case-list-table thead th {
    background: #f0f3f8;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 13px;
    color: var(--kt-gray-500);
    text-align: left;
    border-bottom: 1px solid #dde2ea;
    white-space: nowrap;
}

.kt-case-list-table tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #e8ecf1;
    vertical-align: middle;
}

.kt-case-list-table__cost {
    font-weight: 700;
    color: var(--kt-orange);
    white-space: nowrap;
}

.kt-case-list-table__link {
    color: #3B82F6;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.kt-case-list-table__link:hover {
    text-decoration: underline;
}

.kt-case-list-table tbody tr:hover {
    background: #fafbfd;
}


/* ============================================================
   P-009: 見積もり事例詳細
   ============================================================ */

.kt-case-detail {
    padding: 40px 0;
}

/* タグ */
.kt-case-detail__tags {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.kt-case-detail__tag {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.kt-case-detail__tag--area {
    background: #fff;
    color: #1E40AF;
    border: 1px solid #DBEAFE;
}

.kt-case-detail__tag--area:hover {
    background: #EFF6FF;
    color: #1E40AF;
}

.kt-case-detail__tag--structure {
    background: #e8f0fe;
    color: var(--kt-navy);
}

/* ヘッダー（タイトル + 工事総額） */
.kt-case-detail__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--kt-gray-200);
}

.kt-case-detail__header-main {
    flex: 1;
}

.kt-case-detail__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--kt-navy);
    line-height: 1.4;
    margin-bottom: 8px;
}

.kt-case-detail__date {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
}

.kt-case-detail__date::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.kt-case-detail__header-cost {
    text-align: right;
    flex-shrink: 0;
}

.kt-case-detail__cost-label {
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
}

.kt-case-detail__cost-num {
    font-size: 48px;
    font-weight: 800;
    color: var(--kt-orange);
    line-height: 1;
}

.kt-case-detail__cost-unit {
    font-size: 18px;
    font-weight: 700;
    color: var(--kt-gray-700);
}

.kt-case-detail__cost-unit-price {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

/* 本文（内訳 + サイドバー） */
.kt-case-detail__body {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.kt-case-detail__breakdown {
    flex: 1;
}

.kt-case-detail__section-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--kt-navy);
    margin-bottom: 20px;
    padding-left: 14px;
    border-left: 4px solid #3B82F6;
}

/* 内訳テーブル */
.kt-case-detail__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    border: 1px solid #dde2ea;
    border-radius: 8px;
    overflow: hidden;
}

.kt-case-detail__table thead th {
    padding: 10px 16px;
    background: #f4f6f9;
    font-weight: 600;
    font-size: 13px;
    color: var(--kt-gray-500);
    text-align: left;
    border-bottom: 1px solid #dde2ea;
}

.kt-case-detail__table tbody td {
    padding: 13px 16px;
    border-bottom: 1px solid #eaecf0;
    font-size: 14px;
    vertical-align: middle;
}

.kt-case-detail__item-name {
    font-weight: 700;
    color: var(--kt-navy);
    white-space: nowrap;
}

.kt-case-detail__item-price {
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.kt-case-detail__item-note {
    color: #666;
    font-size: 13px;
}

.kt-case-detail__total-row td {
    border-bottom: none;
}

.kt-case-detail__total-row {
    background: #fefaf5;
}

.kt-case-detail__total-label {
    font-weight: 800;
    color: var(--kt-orange);
    font-size: 16px;
}

.kt-case-detail__total-price {
    font-weight: 800;
    color: var(--kt-orange);
    font-size: 20px;
    text-align: right;
}

/* CTA サイドバー */
.kt-case-detail__sidebar {
    width: 300px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
}

.kt-case-detail__cta-box {
    background: #fff;
    border: 2px solid #e0e5ec;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.kt-case-detail__cta-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--kt-navy);
    line-height: 1.6;
    margin-bottom: 20px;
}

.kt-case-detail__cta-btn {
    display: block;
    background: var(--kt-orange);
    color: #fff;
    text-decoration: none;
    padding: 20px 16px;
    border-radius: 8px;
    margin-bottom: 12px;
    transition: all 0.2s;
    box-shadow: 0 4px 0 #c55f00;
}

.kt-case-detail__cta-btn:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #c55f00;
    color: #fff;
}

.kt-case-detail__cta-btn-main {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    color: #fff;
}

.kt-case-detail__cta-btn-sub {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    color: rgba(255,255,255,0.9);
}

.kt-case-detail__cta-note {
    font-size: 11px;
    color: #999;
    line-height: 1.6;
}

/* 事例のポイント */
.kt-case-detail__comment {
    margin-top: 40px;
    background: #F0F6FF;
    border: 1px solid #D0E2F7;
    border-radius: 12px;
    padding: 24px 28px;
}

.kt-case-detail__comment-title {
    font-size: 17px;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.kt-case-detail__comment-title::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563EB'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zM7 9h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.kt-case-detail__comment-body {
    font-size: 14px;
    line-height: 1.8;
    color: var(--kt-gray-700);
}


/* ============================================================
   P-007〜009 レスポンシブ
   ============================================================ */
@media (max-width: 768px) {
    /* 相場ヘッダー */
    .kt-price-header {
        padding: 32px 0 28px;
    }

    .kt-price-header__title {
        font-size: 22px;
    }

    /* 価格オーバービュー共通 */
    .kt-price-overview--pref,
    .kt-price-overview--city {
        flex-direction: column;
    }

    .kt-price-overview--pref .kt-price-overview__main,
    .kt-price-overview--city .kt-price-overview__main {
        padding: 24px 20px;
    }

    .kt-price-overview--pref .kt-price-overview__num,
    .kt-price-overview--city .kt-price-overview__num {
        font-size: 42px;
    }

    .kt-price-overview--pref .kt-price-overview__side,
    .kt-price-overview--city .kt-price-overview__side {
        min-width: 0;
        width: 100%;
        border-left: none;
    }

    .kt-price-overview--city .kt-price-overview__side {
        border-top: 1px solid rgba(74,144,217,0.3);
    }

    /* 早見表 */
    .kt-price-table {
        font-size: 12px;
    }

    .kt-price-table thead th,
    .kt-price-table tbody td {
        padding: 8px 10px;
    }

    /* 事例詳細ヘッダー */
    .kt-case-detail__header {
        flex-direction: column;
        gap: 16px;
    }

    .kt-case-detail__header-cost {
        text-align: left;
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .kt-case-detail__cost-num {
        font-size: 36px;
    }

    .kt-case-detail__title {
        font-size: 20px;
    }

    /* 本文レイアウト */
    .kt-case-detail__body {
        flex-direction: column;
    }

    .kt-case-detail__sidebar {
        width: 100%;
        position: static;
    }

    /* コメント */
    .kt-case-detail__comment {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .kt-price-overview--pref .kt-price-overview__num,
    .kt-price-overview--city .kt-price-overview__num {
        font-size: 36px;
    }

    .kt-case-detail__cost-num {
        font-size: 28px;
    }

    .kt-case-detail__table thead th {
        font-size: 12px;
        padding: 8px 10px;
    }

    .kt-case-detail__table tbody td {
        padding: 10px;
        font-size: 13px;
    }

    .kt-case-detail__total-price {
        font-size: 16px;
    }
}

/* ============================================================
   トップ: 動画ファーストビュー + 透明ヘッダー
   ============================================================ */
.kt-home-view .l-header {
    position: absolute !important;
    top: var(--swl-adminbarH, 0px);
    left: 0;
    right: 0;
    z-index: 20;
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
    color: var(--kt-white) !important;
}

.kt-home-view .l-header::before,
.kt-home-view .l-fixHeader::before {
    background: transparent !important;
    opacity: 0 !important;
}

.kt-home-view .l-header__inner {
    min-height: 94px;
    max-width: none;
    padding-left: 42px;
    padding-right: 42px;
    justify-content: flex-start;
}

.kt-home-view .l-fixHeader__inner {
    max-width: none;
    padding-left: 42px;
    padding-right: 42px;
}

.kt-home-view .l-header__logo,
.kt-home-view .l-fixHeader__logo {
    margin-right: 32px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
}

.kt-home-view .l-header__gnav,
.kt-home-view .l-fixHeader__gnav,
.kt-home-view .c-gnavWrap {
    margin-left: auto !important;
}

.kt-home-view .c-gnav {
    justify-content: flex-end;
}

.kt-home-view .kt-home-headLogo {
    max-width: 240px;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
}

.kt-home-view .kt-home-headLogo .c-headLogo__link {
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.kt-home-view .kt-home-headLogo__img {
    width: auto;
    max-width: 100%;
    max-height: 36px;
    height: 36px !important;
    display: block;
}

.kt-home-view .l-header .c-gnav > li > a,
.kt-home-view .l-header__gnav .c-gnav > li > a,
.kt-home-view #gnav a,
.kt-home-view .l-fixHeader .c-gnav > li > a {
    color: var(--kt-white) !important;
}

.kt-home-view .l-header .c-gnav > li > a::after,
.kt-home-view .l-fixHeader .c-gnav > li > a::after {
    background: var(--kt-white) !important;
}

.kt-home-view .c-gnav > .kt-nav-cta > a,
.kt-home-view .c-gnav > li.kt-nav-cta > a,
.kt-home-view .kt-nav-cta > a,
.kt-home-view .kt-nav-cta__link,
.kt-home-view a.kt-nav-cta__link,
.kt-home-view .l-fixHeader .kt-nav-cta > a,
.kt-home-view .l-fixHeader .kt-nav-cta__link,
.kt-home-view .l-fixHeader a.kt-nav-cta__link,
.kt-home-view #gnav .kt-nav-cta__link {
    background: transparent !important;
    color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 244px !important;
    height: 46px !important;
    min-width: 244px !important;
    padding: 0 !important;
    font-size: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

.kt-home-view .kt-nav-cta__link::before,
.kt-home-view a.kt-nav-cta__link::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    background: var(--kt-white);
    border-radius: 23px;
    -webkit-mask: url("../img/nav-cta-knockout.png") center / 100% 100% no-repeat;
    mask: url("../img/nav-cta-knockout.png") center / 100% 100% no-repeat;
    pointer-events: none;
}

.kt-home-view .c-gnav > .kt-nav-cta > a:hover,
.kt-home-view .c-gnav > li.kt-nav-cta > a:hover,
.kt-home-view .kt-nav-cta > a:hover,
.kt-home-view .kt-nav-cta__link:hover,
.kt-home-view a.kt-nav-cta__link:hover,
.kt-home-view #gnav .kt-nav-cta__link:hover {
    background: transparent !important;
    color: transparent !important;
    opacity: 0.86 !important;
}

.kt-home-view .l-fixHeader {
    background: rgba(4, 12, 24, 0.82) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: none !important;
}

.kt-home-view .l-header__menuBtn .c-iconBtn,
.kt-home-view .l-header__customBtn .c-iconBtn,
.kt-home-view .c-iconBtn.-menuBtn {
    color: var(--kt-white) !important;
}

.kt-home-view .kt-hero {
    margin-top: 0;
}

.kt-home-view .kt-hero__search {
    max-width: 720px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
}

@media (max-width: 768px) {
    .kt-home-view .l-header__inner {
        min-height: 76px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .kt-home-view .kt-home-headLogo {
        max-width: 150px;
        height: 28px !important;
    }

    .kt-home-view .kt-home-headLogo .c-headLogo__link {
        height: 28px !important;
    }

    .kt-home-view .kt-home-headLogo__img {
        max-height: 28px;
        height: 28px !important;
    }

    .kt-home-view .kt-hero {
        min-height: 660px;
    }

    .kt-home-view .kt-hero__inner {
        padding: 112px 18px 54px;
        text-align: left;
    }

    .kt-home-view .kt-hero__eyebrow {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .kt-home-view .kt-hero__title {
        font-size: 40px;
        line-height: 1.18;
    }

    .kt-home-view .kt-hero__sub {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .kt-home-view .kt-home-headLogo {
        max-width: 138px;
    }

    .kt-home-view .kt-hero {
        min-height: 620px;
    }

    .kt-home-view .kt-hero__title {
        font-size: 32px;
    }
}

/* ============================================================
   非トップページ: 解体データバンク デザイン調整
   ============================================================ */
html:not(.kt-home-view) body:not(:has(#body_wrap.kaitai-dbbase-company-page)) {
    background: #f6f9fb;
    color: #233244;
}

html:not(.kt-home-view) .l-header,
html:not(.kt-home-view) .l-fixHeader {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid #e4ecf2;
    box-shadow: 0 8px 24px rgba(20, 45, 65, 0.06);
}

html:not(.kt-home-view) .p-breadcrumb.-bg-on {
    background: #fff;
    border-bottom: 1px solid #e6eef4;
}

html:not(.kt-home-view) .p-breadcrumb__list {
    min-height: 42px;
}

html:not(.kt-home-view) .p-breadcrumb__text {
    color: #627384;
    font-size: 12px;
}

html:not(.kt-home-view) .kt-section {
    padding: 48px 0;
}

html:not(.kt-home-view) .kt-page-title,
html:not(.kt-home-view) .kt-section__title,
html:not(.kt-home-view) .kt-pref-header__title,
html:not(.kt-home-view) .kt-price-header__title {
    color: #102a3c;
    font-weight: 900;
    line-height: 1.42;
    letter-spacing: 0;
}

html:not(.kt-home-view) .kt-page-title {
    margin: 34px 0 10px;
    font-size: 30px;
}

html:not(.kt-home-view) .kt-page-lead,
html:not(.kt-home-view) .kt-section__subtitle,
html:not(.kt-home-view) .kt-pref-header__lead,
html:not(.kt-home-view) .kt-price-header__lead {
    color: #5b6b7a;
    font-size: 15px;
    line-height: 1.85;
}

html:not(.kt-home-view) .kt-pref-header,
html:not(.kt-home-view) .kt-price-header {
    background:
        linear-gradient(135deg, rgba(0, 134, 168, 0.12), rgba(255, 248, 216, 0.78)),
        #fff;
    border-bottom: 1px solid #e5eef4;
    padding: 48px 0 38px;
}

html:not(.kt-home-view) .kt-price-header--white {
    text-align: left;
}

html:not(.kt-home-view) .kt-pref-header__accent,
html:not(.kt-home-view) .kt-price-header__accent,
html:not(.kt-home-view) .kt-section__title span {
    color: #0086a8 !important;
}

html:not(.kt-home-view) .kt-pref-header__count {
    color: #e8750a;
}

html:not(.kt-home-view) .kt-area-map {
    padding-top: 28px !important;
}

html:not(.kt-home-view) .kt-japan-map {
    background: #fff;
    border: 1px solid #e1ebf2;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(17, 47, 66, 0.08);
    padding: 26px;
}

html:not(.kt-home-view) .kt-japan-map__pref,
html:not(.kt-home-view) .kt-city-card {
    background: #fff;
    border: 1px solid #dfe9f0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(19, 53, 75, 0.04);
    color: #16324a;
    transition: border-color 0.18s, box-shadow 0.18s, color 0.18s, transform 0.18s;
}

html:not(.kt-home-view) a.kt-japan-map__pref:hover,
html:not(.kt-home-view) .kt-city-card:hover {
    border-color: #0086a8;
    box-shadow: 0 10px 24px rgba(0, 134, 168, 0.14);
    color: #00708d;
    transform: translateY(-1px);
}

html:not(.kt-home-view) .kt-city-group {
    background: #fff;
    border: 1px solid #e1ebf2;
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 18px;
    box-shadow: 0 10px 28px rgba(17, 47, 66, 0.05);
}

html:not(.kt-home-view) .kt-city-group__title {
    color: #102a3c;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 14px;
}

html:not(.kt-home-view) .kt-pref-section-title,
html:not(.kt-home-view) .kt-corp-list-heading,
html:not(.kt-home-view) .kt-detail-v2__section-title,
html:not(.kt-home-view) .kt-case-detail__section-title {
    color: #102a3c;
    font-weight: 900;
    letter-spacing: 0;
}

html:not(.kt-home-view) .kt-pref-section-title__bar {
    background: #0086a8;
}

html:not(.kt-home-view) .kt-layout-with-sidebar,
html:not(.kt-home-view) .kt-detail-layout {
    align-items: flex-start;
}

html:not(.kt-home-view) .kt-corp-card-v2,
html:not(.kt-home-view) .kt-recommend-card,
html:not(.kt-home-view) .kt-tips-box,
html:not(.kt-home-view) .kt-city-price-box,
html:not(.kt-home-view) .kt-detail-sidebar-cta,
html:not(.kt-home-view) .kt-case-detail__cta-box {
    background: #fff;
    border: 1px solid #e1ebf2;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(17, 47, 66, 0.06);
}

html:not(.kt-home-view) .kt-corp-card-v2 {
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}

html:not(.kt-home-view) .kt-corp-card-v2:hover {
    border-color: rgba(0, 134, 168, 0.42);
    box-shadow: 0 18px 42px rgba(17, 47, 66, 0.1);
    transform: translateY(-1px);
}

html:not(.kt-home-view) .kt-corp-card-v2__top {
    padding: 22px;
    gap: 18px;
}

html:not(.kt-home-view) .kt-corp-card-v2__image,
html:not(.kt-home-view) .kt-recommend-card__logo,
html:not(.kt-home-view) .kt-detail-v2__main-image {
    background: #eef5f8;
    border-radius: 8px;
}

html:not(.kt-home-view) .kt-corp-card-v2__name a,
html:not(.kt-home-view) .kt-recommend-card__name a {
    color: #102a3c;
}

html:not(.kt-home-view) .kt-corp-card-v2__name a:hover,
html:not(.kt-home-view) .kt-recommend-card__name a:hover {
    color: #0086a8;
    text-decoration: none;
}

html:not(.kt-home-view) .kt-corp-card-v2__actions {
    background: #f8fbfd;
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--cta,
html:not(.kt-home-view) .kt-detail-sidebar-cta__btn,
html:not(.kt-home-view) .kt-case-detail__cta-btn,
html:not(.kt-home-view) .kt-btn--filter,
html:not(.kt-home-view) .kt-btn--cta {
    background: #0086a8;
    border-color: #0086a8;
    color: #fff;
    box-shadow: 0 4px 0 #00667f;
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--cta:hover,
html:not(.kt-home-view) .kt-detail-sidebar-cta__btn:hover,
html:not(.kt-home-view) .kt-case-detail__cta-btn:hover,
html:not(.kt-home-view) .kt-btn--filter:hover,
html:not(.kt-home-view) .kt-btn--cta:hover {
    background: #00708d;
    border-color: #00708d;
    color: #fff;
    box-shadow: 0 2px 0 #005a73;
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--detail,
html:not(.kt-home-view) .kt-detail-city-more__btn {
    background: #fff;
    border-color: #cfe0e8;
    color: #16324a;
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--detail:hover,
html:not(.kt-home-view) .kt-detail-city-more__btn:hover {
    background: #eef9fc;
    border-color: #0086a8;
    color: #00708d;
}

html:not(.kt-home-view) .kt-tag,
html:not(.kt-home-view) .kt-tag-outline,
html:not(.kt-home-view) .kt-case-detail__tag {
    border-radius: 999px;
}

html:not(.kt-home-view) .kt-tips-box {
    border-left: 4px solid #0086a8;
    background: #f2fbfd;
}

html:not(.kt-home-view) .kt-tips-box__title,
html:not(.kt-home-view) .kt-city-price-box__link,
html:not(.kt-home-view) .kt-case-list-table__link {
    color: #0086a8;
}

html:not(.kt-home-view) .kt-tips-box__icon {
    background: #0086a8;
}

html:not(.kt-home-view) .kt-city-price-box__main {
    background: linear-gradient(135deg, #eef9fc 0%, #fff8d8 100%);
    border: 1px solid #d8eaf0;
}

html:not(.kt-home-view) .kt-city-price-box__value,
html:not(.kt-home-view) .kt-case-list-table__cost,
html:not(.kt-home-view) .kt-case-detail__cost-num,
html:not(.kt-home-view) .kt-case-detail__total-label,
html:not(.kt-home-view) .kt-case-detail__total-price {
    color: #e8750a;
}

html:not(.kt-home-view) .kt-price-overview--pref,
html:not(.kt-home-view) .kt-price-overview--city {
    background: linear-gradient(135deg, #0f3145 0%, #0086a8 100%);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 62, 86, 0.18);
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__num {
    color: #ffd45a;
}

html:not(.kt-home-view) .kt-table-responsive,
html:not(.kt-home-view) .kt-ancillary-table-wrap {
    background: #fff;
    border: 1px solid #e1ebf2;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(17, 47, 66, 0.05);
}

html:not(.kt-home-view) .kt-price-table,
html:not(.kt-home-view) .kt-case-list-table,
html:not(.kt-home-view) .kt-ancillary-table,
html:not(.kt-home-view) .kt-case-detail__table,
html:not(.kt-home-view) .kt-detail__table {
    background: #fff;
}

html:not(.kt-home-view) .kt-price-table thead th,
html:not(.kt-home-view) .kt-case-list-table thead th,
html:not(.kt-home-view) .kt-case-detail__table thead th {
    background: #edf6f9;
    color: #16324a;
}

html:not(.kt-home-view) .kt-price-table tbody tr:hover,
html:not(.kt-home-view) .kt-case-list-table tbody tr:hover {
    background: #f4fbfd;
}

html:not(.kt-home-view) .kt-case-filter-tab {
    border-color: #cfe0e8;
    color: #52687a;
    background: #fff;
}

html:not(.kt-home-view) .kt-case-filter-tab:hover,
html:not(.kt-home-view) .kt-case-filter-tab.is-active {
    background: #0086a8;
    border-color: #0086a8;
    color: #fff;
}

html:not(.kt-home-view) .kt-detail-v2__header,
html:not(.kt-home-view) .kt-case-detail {
    background: #fff;
    border: 1px solid #e1ebf2;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(17, 47, 66, 0.06);
    padding: 26px;
}

html:not(.kt-home-view) .kt-detail-v2__divider {
    border-top-color: #e4edf3;
}

html:not(.kt-home-view) .kt-detail-v2__section-title {
    border-bottom-color: #0086a8;
}

html:not(.kt-home-view) .kt-detail-v2__city-tag,
html:not(.kt-home-view) .kt-case-detail__tag--area {
    background: #eef9fc;
    border-color: #bce2ec;
    color: #00708d;
}

html:not(.kt-home-view) .kt-detail-sidebar-cta,
html:not(.kt-home-view) .kt-case-detail__cta-box {
    background: linear-gradient(180deg, #fff 0%, #fffdf0 100%);
}

html:not(.kt-home-view) .kt-case-detail__header {
    background: linear-gradient(135deg, #f2fbfd 0%, #fff8d8 100%);
    border: 1px solid #dcebf1;
    border-radius: 8px;
    padding: 22px;
}

html:not(.kt-home-view) .kt-case-detail__comment {
    background: #f2fbfd;
    border-color: #cfeaf1;
}

html:not(.kt-home-view) .kt-case-detail__comment-title {
    color: #0086a8;
}

html:not(.kt-home-view) .kt-cta-v2__box {
    box-shadow: 0 16px 40px rgba(17, 47, 66, 0.08);
}

html:not(.kt-home-view) .kt-nav-cta__link {
    background: #0086a8 !important;
    border-color: #0086a8 !important;
    box-shadow: none !important;
}

html:not(.kt-home-view) .kt-nav-cta__link:hover {
    background: #00708d !important;
    border-color: #00708d !important;
}

@media (max-width: 768px) {
    html:not(.kt-home-view),
    html:not(.kt-home-view) body {
        max-width: 100%;
        overflow-x: hidden;
    }

    html:not(.kt-home-view) #content,
    html:not(.kt-home-view) .l-content,
    html:not(.kt-home-view) .kt-container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    html:not(.kt-home-view) .kt-section {
        padding: 36px 0;
    }

    html:not(.kt-home-view) .kt-pref-header,
    html:not(.kt-home-view) .kt-price-header {
        padding: 38px 0 30px;
    }

    html:not(.kt-home-view) .kt-page-title,
    html:not(.kt-home-view) .kt-section__title,
    html:not(.kt-home-view) .kt-pref-header__title,
    html:not(.kt-home-view) .kt-price-header__title {
        font-size: 24px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    html:not(.kt-home-view) .kt-japan-map,
    html:not(.kt-home-view) .kt-city-group,
    html:not(.kt-home-view) .kt-detail-v2__header,
    html:not(.kt-home-view) .kt-case-detail {
        padding: 18px;
    }

    html:not(.kt-home-view) .kt-japan-map {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    html:not(.kt-home-view) .kt-japan-map__pref-list,
    html:not(.kt-home-view) .kt-city-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px;
    }

    html:not(.kt-home-view) .kt-japan-map__pref,
    html:not(.kt-home-view) .kt-city-card {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
    }

    html:not(.kt-home-view) .kt-layout-with-sidebar,
    html:not(.kt-home-view) .kt-detail-layout,
    html:not(.kt-home-view) .kt-price-overview--pref,
    html:not(.kt-home-view) .kt-price-overview--city,
    html:not(.kt-home-view) .kt-case-detail__body {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    html:not(.kt-home-view) .kt-layout__main,
    html:not(.kt-home-view) .kt-layout__sidebar,
    html:not(.kt-home-view) .kt-detail-layout__main,
    html:not(.kt-home-view) .kt-detail-layout__sidebar {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    html:not(.kt-home-view) .kt-city-price-box__main {
        align-items: flex-start;
        flex-direction: column;
    }

    html:not(.kt-home-view) .kt-city-price-box__value {
        width: 100%;
        font-size: 20px;
        text-align: left;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__value,
    html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__value {
        flex-wrap: wrap;
    }

    html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__num,
    html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__num {
        font-size: 34px;
    }

    html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__range-sep {
        font-size: 20px;
    }

    html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__unit,
    html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__unit {
        font-size: 14px;
    }

    html:not(.kt-home-view) .kt-table-responsive,
    html:not(.kt-home-view) .kt-ancillary-table-wrap,
    html:not(.kt-home-view) .kt-case-detail__table {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    html:not(.kt-home-view) .kt-corp-card-v2,
    html:not(.kt-home-view) .kt-tips-box,
    html:not(.kt-home-view) .kt-city-price-box,
    html:not(.kt-home-view) .kt-filter,
    html:not(.kt-home-view) .kt-detail-sidebar-cta,
    html:not(.kt-home-view) .kt-cta-v2__box {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__top {
        padding: 18px;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__actions {
        gap: 8px;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__btn,
    html:not(.kt-home-view) .kt-btn,
    html:not(.kt-home-view) .kt-detail-sidebar-cta__btn {
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
    }

    html:not(.kt-home-view) .kt-tips-box__title {
        align-items: flex-start;
        gap: 6px;
        font-size: 13px;
        line-height: 1.55;
    }

    html:not(.kt-home-view) .kt-tips-box__icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-top: 1px;
    }

    html:not(.kt-home-view) .kt-filter-toggle {
        border-color: #0086a8;
        color: #0086a8;
    }

    html:not(.kt-home-view) .kt-filter__checkbox input[type="checkbox"] {
        accent-color: #0086a8;
    }
}

/* ============================================================
   非トップページ: v2 最終上書き
   古いオレンジ/黄色系指定より後ろで勝たせる
   ============================================================ */
html:not(.kt-home-view) .c-gnav > .kt-nav-cta > a,
html:not(.kt-home-view) .c-gnav > li.kt-nav-cta > a,
html:not(.kt-home-view) .kt-nav-cta > a,
html:not(.kt-home-view) .kt-nav-cta__link,
html:not(.kt-home-view) a.kt-nav-cta__link,
html:not(.kt-home-view) .l-fixHeader .kt-nav-cta > a,
html:not(.kt-home-view) .l-fixHeader .kt-nav-cta__link,
html:not(.kt-home-view) .l-fixHeader a.kt-nav-cta__link,
html:not(.kt-home-view) #gnav .kt-nav-cta__link {
    background: #0086a8 !important;
    border-color: #0086a8 !important;
    color: #fff !important;
    box-shadow: none !important;
}

html:not(.kt-home-view) .c-gnav > .kt-nav-cta > a:hover,
html:not(.kt-home-view) .c-gnav > li.kt-nav-cta > a:hover,
html:not(.kt-home-view) .kt-nav-cta > a:hover,
html:not(.kt-home-view) .kt-nav-cta__link:hover,
html:not(.kt-home-view) a.kt-nav-cta__link:hover {
    background: #006f8d !important;
    border-color: #006f8d !important;
    color: #fff !important;
}

html:not(.kt-home-view) .kt-db-local-hero,
html:not(.kt-home-view) .kt-pref-header,
html:not(.kt-home-view) .kt-price-header {
    background:
        linear-gradient(110deg, rgba(0, 134, 168, 0.22) 0%, rgba(0, 134, 168, 0) 45%),
        #082638 !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

html:not(.kt-home-view) .kt-db-local-hero,
html:not(.kt-home-view) .kt-pref-header,
html:not(.kt-home-view) .kt-price-header {
    padding: 46px 0 42px !important;
}

html:not(.kt-home-view) .kt-db-local-hero .kt-page-title,
html:not(.kt-home-view) .kt-pref-header__title,
html:not(.kt-home-view) .kt-price-header__title {
    color: #fff !important;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0;
}

html:not(.kt-home-view) .kt-db-local-hero .kt-page-lead,
html:not(.kt-home-view) .kt-pref-header__lead,
html:not(.kt-home-view) .kt-price-header__lead {
    color: rgba(255,255,255,0.78) !important;
}

html:not(.kt-home-view) .kt-pref-header__accent,
html:not(.kt-home-view) .kt-price-header__accent {
    color: #8fd8e8 !important;
}

html:not(.kt-home-view) .kt-db-local-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 18px;
    margin: -18px 0 42px;
}

html:not(.kt-home-view) .kt-db-local-summary .kt-tips-box,
html:not(.kt-home-view) .kt-db-local-summary .kt-city-price-box {
    height: 100%;
    margin-bottom: 0;
}

html:not(.kt-home-view) .kt-city-group,
html:not(.kt-home-view) .kt-corp-card-v2,
html:not(.kt-home-view) .kt-recommend-card,
html:not(.kt-home-view) .kt-tips-box,
html:not(.kt-home-view) .kt-city-price-box,
html:not(.kt-home-view) .kt-detail-sidebar-cta,
html:not(.kt-home-view) .kt-case-detail__cta-box,
html:not(.kt-home-view) .kt-table-responsive,
html:not(.kt-home-view) .kt-ancillary-table-wrap,
html:not(.kt-home-view) .kt-detail-v2__header,
html:not(.kt-home-view) .kt-case-detail {
    background: #fff !important;
    border: 1px solid #dce7ee !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

html:not(.kt-home-view) .kt-tips-box {
    border-left: 4px solid #0086a8 !important;
    padding: 22px 24px;
}

html:not(.kt-home-view) .kt-tips-box__title,
html:not(.kt-home-view) .kt-city-price-box__link,
html:not(.kt-home-view) .kt-case-list-table__link {
    color: #006f8d !important;
}

html:not(.kt-home-view) .kt-tips-box__icon {
    background: #0086a8 !important;
}

html:not(.kt-home-view) .kt-city-price-box__main {
    background: #f5fafc !important;
    border: 1px solid #dce7ee !important;
    border-radius: 6px;
}

html:not(.kt-home-view) .kt-layout-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}

html:not(.kt-home-view) .kt-corp-card-v2 {
    overflow: hidden;
    margin-bottom: 16px;
}

html:not(.kt-home-view) .kt-corp-card-v2__image {
    width: 132px;
    height: 104px;
    border-radius: 8px;
    background: #eaf2f6;
}

html:not(.kt-home-view) .kt-corp-card-v2__name {
    font-size: 18px;
    font-weight: 900;
}

html:not(.kt-home-view) .kt-corp-card-v2__actions {
    background: #f7fafc !important;
    border-top: 1px solid #dce7ee !important;
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--cta,
html:not(.kt-home-view) .kt-detail-sidebar-cta__btn,
html:not(.kt-home-view) .kt-case-detail__cta-btn,
html:not(.kt-home-view) .kt-btn--filter,
html:not(.kt-home-view) .kt-btn--cta {
    background: #0086a8 !important;
    border-color: #0086a8 !important;
    color: #fff !important;
    box-shadow: none !important;
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--cta:hover,
html:not(.kt-home-view) .kt-detail-sidebar-cta__btn:hover,
html:not(.kt-home-view) .kt-case-detail__cta-btn:hover,
html:not(.kt-home-view) .kt-btn--filter:hover,
html:not(.kt-home-view) .kt-btn--cta:hover {
    background: #006f8d !important;
    border-color: #006f8d !important;
}

html:not(.kt-home-view) .kt-corp-card-v2__btn--detail,
html:not(.kt-home-view) .kt-detail-city-more__btn {
    background: #fff !important;
    border-color: #cbdbe4 !important;
    color: #102334 !important;
}

html:not(.kt-home-view) .kt-filter {
    position: sticky;
    top: 92px;
    border: 1px solid #dce7ee !important;
    border-radius: 8px !important;
    padding: 18px;
    background: #fff !important;
}

html:not(.kt-home-view) .kt-filter::before {
    content: "絞り込み条件";
    display: block;
    margin-bottom: 14px;
    color: #102334;
    font-size: 15px;
    font-weight: 900;
}

html:not(.kt-home-view) .kt-filter__checkbox input[type="checkbox"] {
    accent-color: #0086a8 !important;
}

html:not(.kt-home-view) .kt-price-overview--pref,
html:not(.kt-home-view) .kt-price-overview--city {
    background: #fff !important;
    border: 1px solid #dce7ee !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__main,
html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__main {
    background: #082638 !important;
    border-radius: 7px 0 0 7px;
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__side,
html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__side {
    background: #fff !important;
    border-left: 1px solid #dce7ee !important;
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__table th,
html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__table th {
    color: #5e6f7f !important;
}

html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__table td,
html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__table td {
    color: #102334 !important;
}

html:not(.kt-home-view) .kt-case-detail__header {
    background: #f5fafc !important;
    border: 1px solid #dce7ee !important;
    border-radius: 8px !important;
}

html:not(.kt-home-view) .kt-detail-v2__section-title {
    border-bottom-color: #0086a8 !important;
}

@media (max-width: 768px) {
    html:not(.kt-home-view) .kt-db-local-hero,
    html:not(.kt-home-view) .kt-pref-header,
    html:not(.kt-home-view) .kt-price-header {
        padding: 36px 0 32px !important;
    }

    html:not(.kt-home-view) .kt-db-local-hero .kt-page-title,
    html:not(.kt-home-view) .kt-pref-header__title,
    html:not(.kt-home-view) .kt-price-header__title,
    html:not(.kt-home-view) .kt-db-hero__title,
    html:not(.kt-home-view) .kt-section__title {
        font-size: 24px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    html:not(.kt-home-view) .kt-db-local-summary,
    html:not(.kt-home-view) .kt-layout-with-sidebar {
        display: block;
        margin: 22px 0 34px;
    }

    html:not(.kt-home-view) .kt-db-local-summary .kt-tips-box {
        margin-bottom: 14px;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__image {
        width: 100%;
        height: 170px;
    }

    html:not(.kt-home-view) .kt-filter {
        position: static;
        border: none !important;
        padding: 0;
        background: transparent !important;
    }

    html:not(.kt-home-view) .kt-filter::before {
        display: none;
    }

    html:not(.kt-home-view) .kt-filter-toggle {
        border-color: #0086a8 !important;
        color: #006f8d !important;
    }

    html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__main,
    html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__main {
        border-radius: 7px 7px 0 0;
    }

    html:not(.kt-home-view) .kt-price-overview--pref .kt-price-overview__side,
    html:not(.kt-home-view) .kt-price-overview--city .kt-price-overview__side {
        border-left: none !important;
        border-top: 1px solid #dce7ee !important;
    }
}

/* ============================================================
   非トップページ: 中途半端な幅の箱を撤去
   ============================================================ */
html:not(.kt-home-view),
html:not(.kt-home-view) body {
    overflow-x: clip;
}

html:not(.kt-home-view) .kt-db-hero,
html:not(.kt-home-view) .kt-db-local-hero,
html:not(.kt-home-view) .kt-pref-header,
html:not(.kt-home-view) .kt-price-header,
html:not(.kt-home-view) .kt-db-map-section {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;
}

html:not(.kt-home-view) .kt-container {
    box-sizing: border-box !important;
}

html:not(.kt-home-view) .kt-db-hero,
html:not(.kt-home-view) .kt-db-local-hero,
html:not(.kt-home-view) .kt-pref-header,
html:not(.kt-home-view) .kt-price-header {
    background:
        radial-gradient(circle at 82% 22%, rgba(0, 134, 168, 0.28), transparent 34%),
        linear-gradient(110deg, #082638 0%, #0a3549 46%, #071f31 100%) !important;
    padding: 68px 0 62px !important;
}

html:not(.kt-home-view) .kt-db-hero .kt-container,
html:not(.kt-home-view) .kt-db-local-hero .kt-container,
html:not(.kt-home-view) .kt-pref-header .kt-container,
html:not(.kt-home-view) .kt-price-header .kt-container,
html:not(.kt-home-view) .kt-db-map-section .kt-container {
    width: min(100%, 1200px) !important;
    max-width: 1200px !important;
    box-sizing: border-box !important;
}

html:not(.kt-home-view) .kt-db-map-section {
    background: #f3f8fb !important;
    padding: 54px 0 66px !important;
}

html:not(.kt-home-view) .kt-db-map-section .kt-japan-map {
    width: 100% !important;
    max-width: 1120px !important;
    min-height: 690px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__img {
    max-width: 58% !important;
    max-height: 680px !important;
}

html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__region {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__region-name {
    margin: 0 0 8px !important;
    color: #082638 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
}

html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__pref-list {
    gap: 4px 12px !important;
}

html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__pref {
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #006f8d !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.9 !important;
    text-decoration: none !important;
    transform: none !important;
}

html:not(.kt-home-view) .kt-db-map-section a.kt-japan-map__pref:hover {
    color: #00384f !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: underline !important;
    transform: none !important;
}

html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__pref--inactive {
    color: #8aa5b6 !important;
}

@media (max-width: 768px) {
    html:not(.kt-home-view) .kt-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    html:not(.kt-home-view) .kt-db-hero,
    html:not(.kt-home-view) .kt-db-local-hero,
    html:not(.kt-home-view) .kt-pref-header,
    html:not(.kt-home-view) .kt-price-header {
        padding: 44px 0 38px !important;
    }

    html:not(.kt-home-view) .kt-db-map-section {
        padding: 34px 0 42px !important;
    }

    html:not(.kt-home-view) .kt-db-map-section .kt-japan-map {
        min-height: 0 !important;
    }

    html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__region {
        margin-bottom: 24px !important;
    }

    html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__region-name {
        padding: 0 0 8px !important;
        border-bottom: 1px solid #dce7ee !important;
    }

    html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__pref-list {
        grid-template-columns: repeat(3, auto) !important;
        justify-content: start !important;
        gap: 4px 14px !important;
    }

    html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__pref {
        display: inline !important;
        justify-content: flex-start !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        font-size: 14px !important;
        line-height: 1.9 !important;
    }

    html:not(.kt-home-view) .kt-db-hero__title,
    html:not(.kt-home-view) .kt-db-hero__lead,
    html:not(.kt-home-view) .kt-db-local-hero .kt-page-title,
    html:not(.kt-home-view) .kt-db-local-hero .kt-page-lead,
    html:not(.kt-home-view) .kt-pref-header__title,
    html:not(.kt-home-view) .kt-pref-header__lead,
    html:not(.kt-home-view) .kt-price-header__title,
    html:not(.kt-home-view) .kt-price-header__lead {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }
}

/* ============================================================
   非トップページ: 大きい囲みカードをリスト表示へ戻す
   ============================================================ */
html:not(.kt-home-view) .kt-db-map-section {
    padding: 30px 0 58px !important;
}

html:not(.kt-home-view) .kt-db-map-section .kt-japan-map {
    min-height: 620px !important;
}

html:not(.kt-home-view) .kt-db-map-section .kt-japan-map__img {
    top: 43% !important;
}

html:not(.kt-home-view) .kt-city-group {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #d7e4ec !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 28px 0 !important;
    margin: 0 !important;
}

html:not(.kt-home-view) .kt-city-group:first-of-type {
    padding-top: 18px !important;
}

html:not(.kt-home-view) .kt-city-group:last-of-type {
    border-bottom: 0 !important;
}

html:not(.kt-home-view) .kt-city-group__title {
    margin-bottom: 18px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

html:not(.kt-home-view) .kt-city-card {
    background: #fff !important;
    border: 1px solid #d8e6ee !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

html:not(.kt-home-view) .kt-city-card:hover {
    background: #eef9fc !important;
    border-color: #0086a8 !important;
    box-shadow: none !important;
    transform: none !important;
}

@media (max-width: 768px) {
    html:not(.kt-home-view) .kt-db-map-section {
        padding: 28px 0 38px !important;
    }

    html:not(.kt-home-view) .kt-db-map-section .kt-japan-map {
        min-height: 0 !important;
    }

    html:not(.kt-home-view) .kt-city-group {
        padding: 22px 0 !important;
    }
}

/* ============================================================
   非トップページ: パンくず直下の余白を消す
   ============================================================ */
html:not(.kt-home-view) .p-breadcrumb.-bg-on {
    margin-bottom: 0 !important;
}

html:not(.kt-home-view) #breadcrumb + #content.l-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

html:not(.kt-home-view) #content.l-content > .kt-db-hero:first-child,
html:not(.kt-home-view) #content.l-content > .kt-db-local-hero:first-child,
html:not(.kt-home-view) #content.l-content > .kt-pref-header:first-child,
html:not(.kt-home-view) #content.l-content > .kt-price-header:first-child {
    margin-top: 0 !important;
}

/* ============================================================
   会社個別ページ: GoogleMap
   ============================================================ */
html:not(.kt-home-view) .kt-detail-v2__map {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 300px;
    margin: 0 0 28px;
    overflow: hidden;
    background: #eaf2f6;
    border: 1px solid #dce7ee;
    border-radius: 8px;
}

html:not(.kt-home-view) .kt-detail-v2__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    html:not(.kt-home-view) .kt-detail-v2__map {
        aspect-ratio: 4 / 3;
        min-height: 240px;
        margin-bottom: 24px;
    }
}

/* ============================================================
   業者一覧ページ: 会社概要表と相場リンク
   ============================================================ */
html:not(.kt-home-view) .kt-city-price-link-box {
    margin: -18px 0 34px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid #dce7ee;
    border-radius: 8px;
}

html:not(.kt-home-view) .kt-city-price-link-box .kt-city-price-box__link {
    display: inline-flex;
    align-items: center;
    color: #006f8d !important;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
}

html:not(.kt-home-view) .kt-city-price-link-box .kt-city-price-box__link::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

html:not(.kt-home-view) .kt-city-price-link-box .kt-city-price-box__link:hover {
    color: #00384f !important;
}

html:not(.kt-home-view) .kt-corp-card-v2__overview {
    width: 100%;
    margin: 14px 0 16px;
    border-collapse: collapse;
    border-top: 1px solid #dce7ee;
    font-size: 13px;
}

html:not(.kt-home-view) .kt-corp-card-v2__overview th,
html:not(.kt-home-view) .kt-corp-card-v2__overview td {
    padding: 9px 10px;
    border-bottom: 1px solid #dce7ee;
    line-height: 1.65;
    vertical-align: top;
}

html:not(.kt-home-view) .kt-corp-card-v2__overview th {
    width: 112px;
    background: #f5fafc;
    color: #52687a;
    font-weight: 800;
    text-align: left;
    white-space: nowrap;
}

html:not(.kt-home-view) .kt-corp-card-v2__overview td {
    color: #102334;
}

@media (max-width: 768px) {
    html:not(.kt-home-view) .kt-city-price-link-box {
        margin: 18px 0 28px;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__overview {
        font-size: 12px;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__overview th,
    html:not(.kt-home-view) .kt-corp-card-v2__overview td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__overview th {
        padding-bottom: 4px;
        border-bottom: 0;
    }

    html:not(.kt-home-view) .kt-corp-card-v2__overview td {
        padding-top: 4px;
    }
}

/* ============================================================
   TOPページ: 検索ボックスのアクセントを青系に統一
   ============================================================ */
.kt-home-view .kt-hero__title {
    margin-bottom: 34px !important;
}

.kt-home-view .kt-hero__search {
    --kt-home-search-blue: #0086a8;
    --kt-home-search-blue-dark: #006f8d;
}

.kt-home-view .kt-search-tab.active {
    color: var(--kt-home-search-blue) !important;
}

.kt-home-view .kt-search-tab.active::after {
    background: var(--kt-home-search-blue) !important;
}

.kt-home-view .kt-search-tab:hover:not(.active) {
    color: #006f8d !important;
    background: #eef9fc !important;
}

.kt-home-view .kt-search-form {
    padding-bottom: 24px !important;
}

.kt-home-view .kt-hero__search .kt-select:focus {
    border-color: var(--kt-home-search-blue) !important;
    box-shadow: 0 0 0 3px rgba(0, 134, 168, 0.16) !important;
}

.kt-home-view .kt-hero__search .kt-btn--search,
.kt-home-view .kt-hero__search .kt-btn--primary {
    background: var(--kt-home-search-blue) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.kt-home-view .kt-hero__search .kt-btn--search:hover,
.kt-home-view .kt-hero__search .kt-btn--primary:hover {
    background: var(--kt-home-search-blue-dark) !important;
    box-shadow: 0 4px 14px rgba(0, 134, 168, 0.28) !important;
}

@media (max-width: 768px) {
    .kt-home-view .kt-hero__title {
        margin-bottom: 28px !important;
    }

    .kt-home-view .kt-search-tab {
        font-size: 14px;
    }
}

/* ============================================================
   業者個別ページ: 見積もり注意CTA
   ============================================================ */
html:not(.kt-home-view) .kt-detail-sidebar-cta__title--warning {
    color: #d31818 !important;
    margin-bottom: 10px;
}

html:not(.kt-home-view) .kt-detail-sidebar-cta__caution {
    margin: 0 0 16px;
    color: #374957;
    font-size: 12px;
    line-height: 1.75;
    font-weight: 500;
}

@media (min-width: 769px) {
    html:not(.kt-home-view) .kt-detail-layout__sidebar {
        position: sticky !important;
        top: 96px;
        align-self: flex-start;
        height: max-content;
    }

    html:not(.kt-home-view) .kt-detail-layout__sidebar .kt-detail-sidebar-cta {
        position: static !important;
        top: auto;
    }
}

@media (max-width: 768px) {
    html:not(.kt-home-view) .kt-detail-layout__sidebar,
    html:not(.kt-home-view) .kt-detail-sidebar-cta {
        position: static !important;
        top: auto;
    }
}

/* ============================================================
   業者一覧ページ: カード内GoogleMap
   ============================================================ */
html:not(.kt-home-view) .kt-corp-card-v2__map {
    width: 100%;
    aspect-ratio: 16 / 7;
    min-height: 220px;
    margin: 12px 0 14px;
    overflow: hidden;
    border: 1px solid #dce7ee;
    border-radius: 8px;
    background: #edf4f7;
}

html:not(.kt-home-view) .kt-corp-card-v2__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    html:not(.kt-home-view) .kt-corp-card-v2__map {
        aspect-ratio: 4 / 3;
        min-height: 210px;
        margin: 10px 0 14px;
    }
}

/* ============================================================
   会社個別ページ: スマホ注意CTA配置
   ============================================================ */
@media (max-width: 768px) {
    html:not(.kt-home-view) .kt-detail-layout__sidebar {
        display: none !important;
    }

    html:not(.kt-home-view) .kt-detail-top-review-cta {
        display: block !important;
        margin: 0 0 16px;
    }

    html:not(.kt-home-view) .kt-detail-top-review-cta .kt-detail-sidebar-cta {
        margin: 0;
        padding: 18px;
    }

    html:not(.kt-home-view) .kt-detail-bottom-review-cta {
        display: block !important;
        margin: 24px 0 96px;
    }

    html:not(.kt-home-view) .kt-detail-bottom-review-cta .kt-detail-sidebar-cta {
        margin: 0;
        padding: 18px;
    }
}

/* ============================================================
   都道府県別 業者ページ: ヘッダー中央寄せ
   ============================================================ */
html:not(.kt-home-view) .kt-pref-header .kt-container {
    text-align: center;
}

html:not(.kt-home-view) .kt-pref-header__title,
html:not(.kt-home-view) .kt-pref-header__lead {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

html:not(.kt-home-view) .kt-pref-header__lead {
    display: block;
}

@media (max-width: 768px) {
    html:not(.kt-home-view) .kt-pref-header__title,
    html:not(.kt-home-view) .kt-pref-header__lead {
        max-width: 100%;
    }
}

/* ============================================================
   都道府県別 相場ページ: ヘッダー中央寄せ・相場テーブル
   ============================================================ */
html:not(.kt-home-view) .kt-price-header:not(.kt-price-header--white) .kt-container {
    text-align: center;
}

html:not(.kt-home-view) .kt-price-header:not(.kt-price-header--white) .kt-price-header__title,
html:not(.kt-home-view) .kt-price-header:not(.kt-price-header--white) .kt-price-header__lead {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

html:not(.kt-home-view) .kt-price-header:not(.kt-price-header--white) .kt-price-header__lead {
    display: block;
}

html:not(.kt-home-view) .kt-price-overview--table {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #dce7ee !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

html:not(.kt-home-view) .kt-price-data-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

html:not(.kt-home-view) .kt-price-data-table caption {
    padding: 18px 24px;
    background: #082638;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    text-align: left;
}

html:not(.kt-home-view) .kt-price-data-table th,
html:not(.kt-home-view) .kt-price-data-table td {
    padding: 18px 24px;
    border-bottom: 1px solid #dce7ee;
    color: #102334;
    font-size: 15px;
    line-height: 1.65;
    vertical-align: middle;
}

html:not(.kt-home-view) .kt-price-data-table th {
    width: 58%;
    background: #f5fafc;
    font-weight: 800;
    text-align: left;
}

html:not(.kt-home-view) .kt-price-data-table td {
    width: 42%;
    font-weight: 800;
    text-align: right;
}

html:not(.kt-home-view) .kt-price-data-table tr:last-child th,
html:not(.kt-home-view) .kt-price-data-table tr:last-child td {
    border-bottom: 0;
}

html:not(.kt-home-view) .kt-price-data-table__primary th,
html:not(.kt-home-view) .kt-price-data-table__primary td {
    background: #eef8fb;
}

html:not(.kt-home-view) .kt-price-data-table__primary th span {
    display: block;
    margin-top: 4px;
    color: #6b7f8f;
    font-size: 12px;
    font-weight: 600;
}

html:not(.kt-home-view) .kt-price-data-table__primary td strong {
    color: #0086a8;
    font-size: 38px;
    line-height: 1;
}

html:not(.kt-home-view) .kt-price-data-table__primary td span {
    margin-left: 8px;
    color: #102334;
    font-size: 14px;
}

html:not(.kt-home-view) .kt-price-data-table__primary td .kt-price-data-table__range-sep {
    margin: 0 8px;
    color: #102334;
    font-size: 22px;
    font-weight: 800;
}

html:not(.kt-home-view) .kt-price-data-table__section th {
    width: auto;
    padding: 12px 24px;
    background: #082638;
    color: #fff;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    html:not(.kt-home-view) .kt-price-header:not(.kt-price-header--white) .kt-price-header__title,
    html:not(.kt-home-view) .kt-price-header:not(.kt-price-header--white) .kt-price-header__lead {
        max-width: 100%;
    }

    html:not(.kt-home-view) .kt-price-data-table {
        table-layout: auto;
    }

    html:not(.kt-home-view) .kt-price-data-table caption,
    html:not(.kt-home-view) .kt-price-data-table th,
    html:not(.kt-home-view) .kt-price-data-table td {
        padding: 14px 16px;
    }

    html:not(.kt-home-view) .kt-price-data-table th,
    html:not(.kt-home-view) .kt-price-data-table td {
        font-size: 14px;
    }

    html:not(.kt-home-view) .kt-price-data-table__primary td strong {
        font-size: 30px;
    }
}

/* ============================================================
   HTMLサイトマップ
   ============================================================ */
.kt-html-sitemap {
    background: #f6f9fb;
}

.kt-html-sitemap__hero {
    background:
        linear-gradient(135deg, rgba(0, 134, 168, 0.12), rgba(255, 248, 216, 0.78)),
        #fff;
    border-bottom: 1px solid #e5eef4;
    padding: 48px 0 38px;
}

.kt-html-sitemap__kicker {
    color: #0086a8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.kt-html-sitemap__title {
    color: #102a3c;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
}

.kt-html-sitemap__lead {
    color: #5b6b7a;
    font-size: 15px;
    line-height: 1.85;
    margin: 12px 0 0;
}

.kt-html-sitemap__section {
    background: #fff;
    border: 1px solid #dfeaf1;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(20, 45, 65, 0.06);
    margin: 0 0 28px;
    padding: 28px;
}

.kt-html-sitemap__heading {
    color: #102a3c;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.45;
    margin: 0 0 18px;
}

.kt-html-sitemap__heading a {
    color: inherit;
    text-decoration: none;
}

.kt-html-sitemap__heading a:hover {
    color: #0086a8;
}

.kt-html-sitemap__main-list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.kt-html-sitemap__main-list a,
.kt-html-sitemap__link {
    align-items: center;
    background: #f8fbfd;
    border: 1px solid #dce8f0;
    border-radius: 6px;
    color: #173348;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 14px;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.kt-html-sitemap__main-list a:hover,
.kt-html-sitemap__link:hover {
    background: #eef8fb;
    border-color: #9ed7e4;
    color: #007b99;
}

.kt-html-sitemap__link small {
    color: #66798a;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 800;
}

.kt-html-sitemap__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kt-html-sitemap__grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kt-html-sitemap__area {
    margin-top: 22px;
}

.kt-html-sitemap__area:first-of-type {
    margin-top: 0;
}

.kt-html-sitemap__area-title {
    color: #345369;
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 10px;
}

.kt-html-sitemap__meta {
    color: #627384;
    font-size: 14px;
    margin: -8px 0 18px;
}

.kt-html-sitemap__company-list {
    display: grid;
    gap: 10px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.kt-html-sitemap__company-list li {
    border-bottom: 1px solid #edf3f7;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    min-width: 0;
    padding: 8px 0;
}

.kt-html-sitemap__company-list a {
    color: #173348;
    font-weight: 800;
    min-width: 0;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.kt-html-sitemap__company-list a:hover {
    color: #0086a8;
}

.kt-html-sitemap__company-list span {
    color: #6b7d8e;
    flex: 0 0 auto;
    font-size: 12px;
    padding-top: 2px;
}

.kt-html-sitemap__pager {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.kt-html-sitemap__pager a,
.kt-html-sitemap__pager span {
    align-items: center;
    border: 1px solid #dce8f0;
    border-radius: 6px;
    color: #173348;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 38px;
    min-width: 38px;
    padding: 8px 12px;
    text-decoration: none;
}

.kt-html-sitemap__pager span {
    background: #0086a8;
    border-color: #0086a8;
    color: #fff;
}

.kt-html-sitemap__pager a:hover {
    background: #eef8fb;
    border-color: #9ed7e4;
}

.kt-html-sitemap__back {
    margin: 18px 0 0;
}

.kt-html-sitemap__back a {
    color: #0086a8;
    font-weight: 900;
    text-decoration: none;
}

.kt-footer-sitemap-link {
    background: #f8fbfd;
    border-top: 1px solid #dfeaf1;
    padding: 14px 20px;
    text-align: center;
}

.kt-footer-sitemap-link a {
    color: #173348;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.kt-footer-sitemap-link a:hover {
    color: #0086a8;
}

@media (max-width: 960px) {
    .kt-html-sitemap__grid,
    .kt-html-sitemap__grid--compact,
    .kt-html-sitemap__company-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .kt-html-sitemap__hero {
        padding: 34px 0 30px;
    }

    .kt-html-sitemap__title {
        font-size: 27px;
    }

    .kt-html-sitemap__section {
        border-radius: 0;
        margin-left: -18px;
        margin-right: -18px;
        padding: 22px 18px;
    }

    .kt-html-sitemap__main-list,
    .kt-html-sitemap__grid,
    .kt-html-sitemap__grid--compact,
    .kt-html-sitemap__company-list {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   CTAボタン色統一
   ============================================================ */
.kt-cta-v2__button,
.kt-cta-v2__button:hover,
.kt-btn--sticky,
.kt-btn--sticky:hover,
.kt-detail-sidebar-cta--kaitech .kt-detail-sidebar-cta__btn,
.kt-detail-sidebar-cta--kaitech .kt-detail-sidebar-cta__btn:hover,
.kt-btn--cta,
.kt-btn--cta:hover,
.kt-case-detail__cta-btn,
.kt-case-detail__cta-btn:hover,
html:not(.kt-home-view) .kt-cta-v2__button,
html:not(.kt-home-view) .kt-cta-v2__button:hover,
html:not(.kt-home-view) .kt-btn--sticky,
html:not(.kt-home-view) .kt-btn--sticky:hover,
html:not(.kt-home-view) .kt-detail-sidebar-cta--kaitech .kt-detail-sidebar-cta__btn,
html:not(.kt-home-view) .kt-detail-sidebar-cta--kaitech .kt-detail-sidebar-cta__btn:hover,
html:not(.kt-home-view) .kt-btn--cta,
html:not(.kt-home-view) .kt-btn--cta:hover,
html:not(.kt-home-view) .kt-case-detail__cta-btn,
html:not(.kt-home-view) .kt-case-detail__cta-btn:hover {
    background: #ED1A3D !important;
    border-color: #ED1A3D !important;
    color: #fff !important;
    box-shadow: none !important;
}

.kt-detail-sidebar-cta__logo {
    display: block;
    width: min(250px, 88%);
    height: auto;
    margin: 0 auto 16px;
}

.kt-detail-sidebar-cta__title {
    line-height: 1.55;
}
