@charset "UTF-8";

/* スクロールアニメーションを有効にしたい場合は下記コメントアウトを解除してください */
/* html {
    scroll-behavior: smooth;
} */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* マンション居住者向けページのスタイル */

/* =============================================
   全体のベーススタイル
   ============================================= */
body .apartment-page {
    font-family: 'Noto Sans JP', sans-serif;
}

body .apartment-page article {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
}

/* =============================================
   導入・リードセクション (新規追加)
   ============================================= */
.apartment-introduction {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    gap: 40px;
    width: 100%;
    background: #F9F9F4;
    box-sizing: border-box;
}

.apartment-introduction__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
    width: 100%;
    max-width: 1120px;
    box-sizing: border-box;
}

/* --- コンテンツカード --- */
.apartment-introduction__card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    filter: drop-shadow(0px 0px 20px #D5D0C8);
    border-radius: 20px;
    overflow: hidden;
    /* 角丸を画像にも適用するため */
    background: #fff;
    /* 明示的な背景色の追加（必要に応じて） */
}

.apartment-introduction__card img.apartment-introduction__card-img {
    display: block;
    width: 640px;
    height: 340px;
    object-fit: cover;
}

.apartment-introduction__card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 30px 20px 40px;
    gap: 20px;
    width: calc(1120px - 640px);
    height: 340px;
    background: #FFFFFF;
    border-radius: 0px 10px 10px 0px;
    box-sizing: border-box;
}

.apartment-introduction__card-text--subsidy {
    padding: 20px 30px 20px 40px;
}

@media screen and (min-width: 768px) {
    .apartment-introduction__card-text--subsidy {
        width: 490.87px;
    }
}

.apartment-introduction__card-catch {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
}

.apartment-introduction__card-catch {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
}

.apartment-introduction__card-catch-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 300px;
}

.apartment-introduction__card-catch-text--subsidy {
    width: 423px;
}

.apartment-introduction__card-catch-text span {
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 130%;
    color: #ED6E00;
    font-feature-settings: 'palt' 1;
    font-style: normal;
}

.apartment-introduction__card-logo {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.apartment-introduction__card-desc {
    display: flex;
    align-items: center;
    padding: 0px;
}

.apartment-introduction__card-desc span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

.apartment-introduction__btn-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    /* カード内テキストエリアに移動したため左寄せ */
    margin-top: 40px;
}

/* 補助金バナー */
.apartment-introduction__subsidy-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 70px 20px;
    background: rgba(237, 110, 0, 0.9);
    box-shadow: 0px 0px 20px rgba(213, 208, 200, 0.5);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin: 36px 28px 36px 0;
}


.subsidy-banner-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 4px;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.25));
    margin-bottom: 5px;
}

.apartment-introduction .subsidy-banner-title,
.apartment-subsidy .subsidy-banner-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #FFFFFF;
}

.apartment-introduction .subsidy-banner-amount,
.apartment-subsidy .subsidy-banner-amount {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    gap: 0;
    position: relative;
}

.subsidy-banner-amount span {
    line-height: 100%;
    font-feature-settings: 'palt' 1;
    display: flex;
    align-items: center;
}

.apartment-page .apartment-introduction .subsidy-banner-amount .amount-prefix,
.apartment-page .apartment-subsidy .subsidy-banner-amount .amount-prefix {
    font-weight: 800 !important;
    font-size: 40px !important;
    color: #FFFFFF !important;
}

.apartment-page .apartment-introduction .subsidy-banner-amount .highlight,
.apartment-page .apartment-subsidy .subsidy-banner-amount .highlight {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 114px !important;
    color: #FFE53E !important;
    margin: 0 !important;
    padding: 0 !important;
}

.apartment-page .apartment-introduction .subsidy-banner-amount .amount-suffix,
.apartment-page .apartment-subsidy .subsidy-banner-amount .amount-suffix {
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 71px !important;
    color: #FFE53E !important;
}

.amount-note {
    position: absolute;
    right: -30px;
    top: 40px;
    font-size: 24px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .amount-note {
        font-size: 16px;
        right: -15px;
        top: 30px;
    }
}

.subsidy-banner-note {
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .subsidy-banner-note {
        font-size: 16px;
        white-space: nowrap;
    }
}

/* ボタン（下矢印対応） */
.apartment-introduction__card-text .apartment-products__item-link {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

/* 省エネ賃貸リフォームのメリットセクション */
.apartment-merit {
    padding: 50px 20px;
    background: #FFFFFF;
    width: 100%;
}

.apartment-merit .viewWidth {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

.apartment-merit__title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 135%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

.apartment-merit__title span {
    font-weight: 700;
    font-size: 28px;
    line-height: 135%;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

.apartment-merit__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 50px;
    gap: 50px;
    background: rgba(213, 208, 200, 0.3);
    border-radius: 10px;
    box-sizing: border-box;
}

.apartment-merit__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}

.apartment-merit__item-img-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0px;
    gap: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.apartment-merit__item-img {
    object-fit: cover;
}

.apartment-merit__item-label {
    transform: rotate(-15deg);
    width: 74px;
    height: 26px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #ED6E00;
    border-radius: 4px;
    font-weight: 800;
    font-size: 17px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.apartment-merit__item-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 0;
}

.apartment-merit__item-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 11px;
}

.apartment-merit__item:first-child .apartment-merit__item-body {
    height: 258px;
}

.apartment-merit__item-text-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}

.apartment-merit__item-catch {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 130%;
    font-feature-settings: 'palt' 1;
    color: #ED6E00;
}

.apartment-merit__item-text-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
}

.apartment-merit__item-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

.apartment-merit__item-note {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    display: flex;
    align-items: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

.apartment-merit__footer-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 3px;
    background: transparent;
    border-radius: 0px;
    width: 100%;
}

.apartment-merit__footer-message span {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' on;
    color: #ED6E00;
}

.is-underline {
    border-bottom: 2px solid #ED6E00;
}

.apartment-introduction__card-text .apartment-products__item-link .arrow-bottom {
    width: 20px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .apartment-introduction {
        padding: 50px 20px !important;
        background: #F9F9F4 !important;
        max-width: none;
    }

    .apartment-introduction__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        width: 100%;
        max-width: 375px;
        background: transparent;
        margin: 0 auto;
    }

    .apartment-introduction__card {
        flex-direction: column;
        align-items: center;
        width: 335px;
    }

    .apartment-introduction__card img.apartment-introduction__card-img {
        width: 335px;
        height: 160px;
    }

    .apartment-introduction__card-text {
        width: 335px;
        height: auto;
        padding: 24px 20px;
        border-radius: 0px 0px 10px 10px;
        gap: 16px;
    }

    .apartment-introduction__card-catch {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 10px;
    }

    .apartment-introduction__card-catch-text {
        width: 100%;
    }

    .apartment-introduction__card-catch {
        font-size: 28px;
    }

    .apartment-introduction__card-logo {
        width: 60px;
        height: 60px;
    }

    .apartment-introduction__subsidy-banner {
        padding: 15px 20px;
        border-radius: 8px;
        width: calc(100% - 78px);
        margin: 0 20px 20px 20px;
    }

    .subsidy-banner-title-wrap {
        flex-direction: column;
        gap: 0px;
        filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
        margin-bottom: 5px;
    }

    .apartment-introduction .subsidy-banner-title,
    .apartment-subsidy .subsidy-banner-title {
        font-size: 20px;
        line-height: 1.31;
    }

    .apartment-introduction .subsidy-banner-amount,
    .apartment-subsidy .subsidy-banner-amount {
        margin: 0;
        padding: 0;
        filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
        gap: 0;
    }

    .apartment-introduction .subsidy-banner-amount .amount-prefix,
    .apartment-subsidy .subsidy-banner-amount .amount-prefix {
        font-weight: 900;
        font-size: 20px;
    }

    .apartment-introduction .subsidy-banner-amount .highlight,
    .apartment-subsidy .subsidy-banner-amount .highlight {
        font-size: 70px;
        margin: 0;
        padding: 0;
    }

    .apartment-introduction .subsidy-banner-amount .amount-suffix,
    .apartment-subsidy .subsidy-banner-amount .amount-suffix {
        font-size: 37px;
    }

    /* 省エネ賃貸リフォームのメリットセクション SP */
    .apartment-merit__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 30px;
        width: 335px;
    }

    .apartment-merit {
        padding: 50px 20px !important;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 768px) {
    .apartment-merit {
        padding: 100px 240px;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .apartment-merit .viewWidth {
        width: 100%;
        max-width: 1120px;
        box-sizing: border-box;
    }

    .apartment-merit__title {
        font-weight: 700;
        font-size: 44px;
        line-height: 160%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-feature-settings: 'palt' 1;
        color: #231815;
        gap: 0;
    }

    .apartment-merit__title span {
        font-weight: 700;
        font-size: 44px;
        line-height: 160%;
        color: #231815;
    }

    .apartment-merit__content {
        padding: 50px;
        background: rgba(213, 208, 200, 0.3);
        border-radius: 20px;
        gap: 80px;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    .apartment-merit__item {
        flex-direction: row;
        align-items: stretch;
        gap: 30px;
    }

    .apartment-merit__item-img-wrap {
        width: 560px;
        height: 300px;
        padding: 0;
    }

    .apartment-merit__item-img {
        width: 560px;
        height: 300px;
    }

    .apartment-merit__item-label {
        width: 83px;
        height: 29px;
    }

    .apartment-merit__item-header {
        gap: 4px;
        margin-top: 0 !important;
    }

    .apartment-merit__item-body {
        /* height: 300px; */
    }

    .apartment-merit__item-catch {
        font-size: 30px;
    }

    .apartment-merit__footer-message {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding-top: 30px;
        padding-bottom: 30px;
        gap: 10px;
        background: #F38E00;
        border-radius: 10px;
    }

    .apartment-merit__footer-message span {
        font-weight: 700;
        font-size: 27px;
        line-height: 133%;
        color: #FFFFFF;
        font-feature-settings: 'palt' 1;
    }

    .apartment-introduction__card-catch-text span {
        font-size: 40px;
        line-height: 1.3;
    }

    .apartment-introduction__card-desc span {
        font-size: 18px;
        line-height: 170%;
    }
}

/* =============================================
   おすすめ商品セクション
   ============================================= */
/* =============================================
   賃貸リフォームの補助金獲得例セクション
   ============================================= */
.apartment-subsidy-example {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px !important;
    gap: 30px;
    background: #F4F4F3;
    width: 100%;
    box-sizing: border-box;
}

.apartment-subsidy-example .viewWidth {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 1120px;
}

.apartment-subsidy-example .apartment-section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 135%;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .apartment-subsidy-example .apartment-section-title {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        font-size: 44px;
        line-height: 160%;
        font-feature-settings: 'palt' on;
    }
}

.apartment-subsidy-example__img {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
    background: #FFFFFF;
    border-radius: 16px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .apartment-subsidy-example__img {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .apartment-subsidy-example__img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 80px 60px;
        width: 1120px;
        height: 903.07px;
        background: #FFFFFF;
        border-radius: 16px;
    }
}

@media screen and (min-width: 768px) {
    .apartment-subsidy-example {
        padding: 100px 0 !important;
        box-sizing: border-box;
    }
}

/* リフォーム店舗検索セクション */
.apartment-shop-search-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0px !important;
    gap: 10px;
    background: #FFFFFF;
    width: 100%;
}

.apartment-shop-search-new img {
    max-width: 750px;
}


/* 店舗検索セクション（詳細版・下部） */
.apartment-shop-search-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    gap: 20px;
    background: #F6F6F4;
    width: 100%;
    box-sizing: border-box;
}

.apartment-shop-search-footer h2 {
    color: #231815;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    font-size: 20px !important;
    margin: 0 !important;
}

.apartment-shop-search-footer h2>span {
    color: #EF6D00;
}

@media screen and (max-width: 767px) {
    .apartment-shop-search-footer {
        padding: 60px 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .apartment-shop-search-footer {
        border-radius: 20px;
        margin: 0 auto 0;
    }

    .apartment-shop-search-footer img {
        max-width: 750px;
    }

    .apartment-shop-search-footer h2 {
        font-size: 30px !important;
        margin: 0 !important;
    }

    .apartment-shop-search-footer h2>span {
        color: #EF6D00;
    }
}

/* 詳しくはこちらボタン */
.apartment-about-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    gap: 10px;
    background: #FFFFFF;
    border: 2px solid #ED6E00;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    text-decoration: none;
    width: 100%;
}

.apartment-about-btn__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #ED6E00;
}

@media screen and (min-width: 768px) {
    .apartment-about-btn {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 18px 20px;
        gap: 10px;
        width: 318px;
        height: 70px;
        border: 3px solid #ED6E00;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        background: #FFFFFF;
    }
}

.apartment-products {
    background: #F9F9F4;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 100px 0px;
}

/* レスポンシブ対応 */
.apartment-products .viewWidth {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 30px;
    width: 100%;
    max-width: 1120px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .apartment-products .viewWidth {
        gap: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .apartment-products .viewWidth {
        /*
        gap: 70px;
        */
    }
}

.apartment-products .apartment-products__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
}


.apartment-products .apartment-section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 160%;
    /* または64px */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
    margin: 0;
    gap: 10px;
    width: 100%;
    /* text-align: center を効かせるため */
}

.apartment-products .apartment-section-title span {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 133%;
    /* または51px */
    display: flex;
    align-items: flex-end;
    /* スラッシュを下揃えに設定 */
    justify-content: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #ED6E00;
    gap: 20px;
    /* スラッシュとの間隔 */
}

.apartment-products .apartment-section-title span::before,
.apartment-products .apartment-section-title span::after {
    content: "";
    display: block;
    width: 16px;
    height: 41px;
    background: url('/img/apartment/slash_long.png') no-repeat center center;
    background-size: contain;
}

.apartment-products .apartment-section-title span::before {
    transform: scaleX(-1);
}

/* セクション共通タイトル */
.apartment-section-title {
    color: #EF6D00;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.4;
}

/* =============================================
   パッとお悩み解決セクション
   ============================================= */
.apartment-case {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 240px;
    gap: 50px;
    background: #FFFFFF;
    box-sizing: border-box;
    width: 100%;
}

.apartment-case .viewWidth {
    width: 100%;
    max-width: 1120px;
}



/* =============================================
   FV（ファーストビュー）セクション
   ============================================= */
.apartment-fv {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    height: 560px;
}

.apartment-fv-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apartment-fv__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 80px 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    max-width: 900px;
    /* 親要素のFlexboxで中央寄せするため削除 */
    gap: 20px;
}

.apartment-fv__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.apartment-fv__catch {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' 1;
    margin: 0;
    color: #231815;
}

.apartment-fv__title {
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    /* brタグの改行を活かすため追加推奨 */
    align-items: center;
    justify-content: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #ED6E00;
    margin: 0;
    gap: 4px;
}

.apartment-fv__title-emphasis {
    font-size: 40px;
}

.apartment-fv__title-highlight {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 15px 8px;
    gap: 10px;
    background: #ED6E00;
    border-radius: 0px;
    font-weight: 800;
    font-size: 54px;
    line-height: 120%;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #FFFFFF;
    margin-right: 10px;
}

.apartment-fv__desc {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin: 0 0 30px 0;
}

/* 退去理由セクション */
.apartment-reasons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 240px;
    gap: 30px;
    background: rgba(213, 208, 200, 0.2);
    width: 100%;
    box-sizing: border-box;
}

.apartment-reasons__title {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 135%;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

.apartment-reasons__highlight {
    color: #ED6E00;
}

.apartment-reasons__cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 60px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.apartment-reasons__cards-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 50px;
    width: 550px;
}

.apartment-reasons__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 250px;
    height: 312px;
}

.apartment-reasons__card img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.apartment-reasons__card span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #231815;
}

.apartment-reasons__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

.apartment-reasons__body-text {
    font-style: normal;
    font-weight: 700;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
}

.apartment-reasons__body-text--primary {
    font-size: 32px;
    line-height: 133%;
    color: #231815;
}


.apartment-reasons__body-text--secondary {
    font-size: 24px;
    line-height: 160%;
    color: #ED6E00;
}

/* CTAボタングループ */
.apartment-fv__cta {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FFFFFF;
    border: 3px solid #ED6E00;
    width: fit-content;
    margin: 0 auto;
    /* PCデザイン */
    padding: 30px 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .apartment-fv__cta {
        padding: 14px 20px !important;
        gap: 29px !important;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) !important;
        border-radius: 8px !important;
    }
}

.apartment-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
}

.apartment-btn--primary {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #231815;
    letter-spacing: 0.02em;
    font-feature-settings: 'palt' 1;
}

.apartment-merit__item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    display: flex;
    align-items: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .apartment-btn--primary {
        gap: 20px !important;
    }
}

.apartment-btn--primary span {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #ED6E00;
    letter-spacing: 0.02em;
    font-feature-settings: 'palt' 1;
}

.apartment-btn--primary:hover {
    opacity: 0.7;
}

.apartment-btn--secondary {
    background: #fff;
    color: #EF6D00;
    border: 2px solid #EF6D00;
}

.apartment-btn--secondary:hover {
    opacity: 0.7;
}

.arrow-bottom {
    width: 36px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.apartment-btn--primary .arrow-bottom {
    margin-left: 10px;
}

.lixil-logo {
    position: absolute;
    width: 98px;
    height: 35px;
    bottom: 20px;
    left: 20px;
}

/* ページ内アンカーナビゲーション */
.apartment-fv__anchor {
    border-top: 1px solid #D9D4CB;
    padding-top: 20px;
}

.apartment-fv__anchor ul {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.apartment-fv__anchor ul li a {
    color: #EF6D00;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.apartment-fv__anchor ul li a:hover {
    text-decoration: underline;
}

/* =============================================
   特徴セクション
   ============================================= */
.apartment-features {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 80px 240px 60px;
    gap: 40px;
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
}

.apartment-features .viewWidth {
    width: 100%;
    padding: 0;
}

.apartment-features__grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 80px 240px 60px;
    gap: 40px;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .apartment-features__grid {
        flex-direction: column !important;
        align-items: center !important;
        padding: 40px 20px !important;
        gap: 40px !important;
        background: #FFFFFF !important;
    }
}


.apartment-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 50px;
    width: 539px;
    height: 405px;
}

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

.apartment-features__icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.apartment-features__item-title {
    font-size: 18px;
    font-weight: bold;
    color: #39322D;
    margin: 0 0 12px 0;
}

.apartment-features__item-desc {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
    margin: 0;
}

.apartment-features__img .available_japan {
    width: 541px;
    height: 405px;
}

.apartment-features__sp {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    position: relative;
    margin: 0;
}

.apartment-features__sp>img {
    width: 70vw;
    position: absolute;
    z-index: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    .apartment-features__sp {
        display: none;
    }
}

.madohonpo_logo {
    width: 440px;
    height: 106px;
    margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
    .apartment-features__sp_text {
        width: 34vw;
        height: 34vw;
        border-radius: 50%;
        background: #F38E00;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        color: #ffffff;
        line-height: normal;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .madohonpo_logo {
        margin-bottom: 16px;
    }
}


/* =============================================
   おすすめ商品セクション
   ============================================= */

.apartment-products__category {
    margin-bottom: 40px;
}

.apartment-products__category-title {
    font-size: 20px;
    font-weight: bold;
    color: #39322D;
    border-left: 4px solid #EF6D00;
    padding-left: 12px;
    margin: 0 0 20px 0;
}

/* =============================================
   おすすめ商品セクション（完全改修・横並び版）
   ============================================= */

.apartment-products__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* カード間のスペース */
    width: 100%;
}

.apartment-products__list--rechent {
    gap: 30px;
}

/* おすすめ商品セクション内限定のアイテムスタイル */
.apartment-products .apartment-products__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 30px;
    gap: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(213, 208, 200, 0.5);
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* 内部レイアウト制御 */
.apartment-products .apartment-products__item-top {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

@media screen and (min-width: 768px) {
    .apartment-products .apartment-products__item {
        padding: 40px 30px 30px;
        gap: 30px;
        background: #FFFFFF;
        box-shadow: 0px 0px 20px rgba(213, 208, 200, 0.5);
        border-radius: 20px;
    }

    .apartment-products .apartment-products__item-top {
        flex-direction: row;
        align-items: stretch;
        gap: 50px;
    }
}

/* 画像エリア */
.apartment-products .apartment-products__item-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .apartment-products .apartment-products__item-image-wrapper {
        width: 505px;
        height: 400px;
        flex-shrink: 0;
    }
}

.apartment-products .apartment-products__item-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 特徴バッジ */
.apartment-products__item-badges {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    z-index: 2;
}

.apartment-products__item-badges .badge {
    width: 62.25px;
    height: 62.25px;
    background: rgba(255, 255, 255, 0.9);
    color: #ED6E00;
    border-radius: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 120%;
    font-feature-settings: 'palt' 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .apartment-products__item-badges {
        bottom: 10px;
        left: 10px;
        gap: 10px;
    }

    .apartment-products__item-badges .badge {
        width: 80px;
        height: 80px;
        font-size: 16px;
    }
}

.apartment-products .apartment-products__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 20px 0px 0px;
    gap: 10px;
}

@media screen and (min-width: 768px) {
    .apartment-products .apartment-products__item-content {
        flex: 1;
    }
}

.apartment-products__item-subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
    margin: 0;
}

.apartment-products__item-name {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    font-feature-settings: 'palt' 1;
    color: #ED6E00;
    margin: 0;
    gap: 5px;
}

.apartment-products__item-name span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    font-feature-settings: 'palt' 1;
    color: #ED6E00;
}

.apartment-products__item-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /* モバイルサイズ調整 */
    line-height: 170%;
    display: flex;
    align-items: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .apartment-products__item-subtitle {
        font-size: 19px;
    }

    .apartment-products__item-name {
        font-size: 38px;
        margin: 0;
        align-items: flex-start;
        text-align: left;
    }

    .apartment-products__item-desc {
        font-size: 18px;
        margin: 0;
    }

    .apartment-products__item-note {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 170%;
        display: flex;
        align-items: center;
        font-feature-settings: 'palt' 1;
        color: #231815;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .apartment-products__item-note {
        text-align: left;
    }
}

/* 「詳しくはこちら」ボタン */
.apartment-products__item-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    gap: 10px;
    background: #FFFFFF;
    border: 3px solid #ED6E00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.apartment-products__item-link .link-text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

@media screen and (min-width: 768px) {
    .apartment-products__item-link {
        width: 320px;
        /* PCでは幅を固定 */
    }
}

.apartment-products__item-link .link-arrow {
    display: inline-block;
    border-right: 2px solid #ED6E00;
    border-top: 2px solid #ED6E00;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.apartment-products__item-link:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* CTAバナー（自動見積シミュレーション） */
.apartment-products__cta {
    display: flex;
    flex-direction: column;
    background: #F4F4F3 !important;
    /* SPは指定のグレー背景 */
    border: none !important;
    /* SPは枠線なし */
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    border-radius: 10px !important;
    margin: 0;
    padding: 20px 20px 25px !important;
    box-sizing: border-box;
    align-items: center;
    gap: 4px !important;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .apartment-products__cta {
        flex-direction: row;
        justify-content: space-between;
        padding: 30px 40px;
        background: #F4F4F4;
        /* PCはグレー背景 */
        border: none;
        box-shadow: none;
        border-radius: 10px;
        gap: 40px;
    }
}

.apartment-products__cta .cta-left {
    flex: 1;
}

.apartment-products__cta .cta-left.sp-only {
    display: flex !important;
    flex-direction: row !important;
    /* バッジとテキストを横並びに */
    justify-content: center !important;
    align-items: center !important;
    /* 中央揃え */
    padding: 0px !important;
    gap: 0 !important;
    /* バッジとテキストの隙間 */
}

.apartment-products__cta .cta-left.sp-only .cta-badge {
    display: flex !important;
    align-items: center !important;
}

.apartment-products__cta .cta-left.sp-only .cta-badge span {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 89px !important;
    height: 58px !important;
    background: #ED6E00 !important;
    border-radius: 68px !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 140% !important;
    white-space: nowrap !important;
    font-style: normal !important;
    font-feature-settings: 'palt' 1 !important;
    position: relative !important;
    /* シッポの基準点 */
    margin-bottom: 20px !important;
    /* シッポ分の余白 */
    text-align: center !important;
}

/* 吹出しのシッポ部分 */
.apartment-products__cta .cta-left.sp-only .cta-badge span::after {
    content: '' !important;
    position: absolute !important;
    left: 22px !important;
    /* 指定の位置 */
    bottom: -18px !important;
    /* 吹出し下部に配置 */
    width: 22.03px !important;
    height: 28px !important;
    background: url('../img/apartment/tip_bubble.png') no-repeat center / contain !important;
}


@media screen and (min-width: 768px) {
    .apartment-products__cta .cta-left.sp-only {
        display: none !important;
    }
}

.apartment-products__cta .cta-text {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    /* または22px */
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex時のSP中央揃え */
    text-align: center;
    letter-spacing: 0.02em;
    font-feature-settings: 'palt' 1;
    color: #231815;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .apartment-products__cta .cta-text {
        font-size: 24px;
        line-height: 160%;
        text-align: left;
        justify-content: flex-start;
    }
}

.apartment-products__cta .cta-text span {
    color: #ED6E00;
}

.apartment-products__cta .cta-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apartment-products__cta .cta-arrow .chevron {
    display: inline-block;
    border-right: 4px solid #ED6E00;
    border-top: 4px solid #ED6E00;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    margin-left: -5px;
    /* 重なり効果 */
}

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

.apartment-products__cta .cta-right {
    flex-shrink: 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .apartment-products__cta .cta-right {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .apartment-products__cta .cta-right {
        width: auto;
    }
}

.apartment-products__cta .cta-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 32px 20px;
    gap: 10px;
    background: #FFFFFF;
    border: 3px solid #ED6E00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #231815;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.apartment-products__cta .cta-btn span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

.apartment-products__cta .cta-btn .cta-icon {
    width: 29.07px;
    height: auto;
}


@media screen and (min-width: 768px) {
    .apartment-products__cta .cta-btn {
        width: 440px;
        flex-direction: row;
        /* PCは横並び */
        align-items: center;
        padding: 32px 20px;
        gap: 10px;
        border-radius: 10px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .apartment-products__cta .cta-btn span {
        font-size: 20px;
        line-height: 120%;
    }

    .apartment-products__cta .cta-btn .cta-icon {
        width: 36.67px;
        height: 48.21px;
    }
}


.apartment-products__cta .cta-btn .cta-btn-arrow {
    display: inline-block;
    border-right: 2px solid #ED6E00;
    border-top: 2px solid #ED6E00;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin-left: auto;
}

.apartment-products__cta .cta-btn:hover {
    opacity: 0.7;
    text-decoration: none;
}


/* =============================================
   補助金セクション
   ============================================= */
/* 補助金セクション刷新 */
.apartment-subsidy {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0 80px;
    gap: 30px;
    width: 100%;
    height: 641px;
    background: url(/img/apartment/CAFL_00002_324.png);
    background-blend-mode: multiply, normal;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.subsidy-top-label-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.subsidy-top-label {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 8px 60px;
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;

    /* 文字デザイン */
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 133%;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #FFFFFF;
}

.subsidy-title {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 135%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    margin: 0;
}

.subsidy-banner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 100px 30px;
    background: rgba(237, 110, 0, 0.9);
    border-radius: 10px;
    width: auto;
    max-width: 100%;
}

.subsidy-banner-text {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #FFFFFF;
    margin: 0;
}

.apartment-introduction .subsidy-banner-amount,
.apartment-subsidy .subsidy-banner-amount {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0;
}

.apartment-page .apartment-introduction .subsidy-banner-amount .amount-prefix,
.apartment-page .apartment-subsidy .subsidy-banner-amount .amount-prefix {
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 40px !important;
    line-height: 100% !important;
    display: flex !important;
    align-items: center !important;
    font-feature-settings: 'palt' 1 !important;
    color: #FFFFFF !important;
}

.apartment-introduction .subsidy-banner-amount .highlight,
.apartment-subsidy .subsidy-banner-amount .highlight {
    font-style: normal;
    font-weight: 700;
    font-size: 134px;
    line-height: 100%;
    display: flex;
    align-items: center;
    font-feature-settings: 'palt' 1;
    color: #FFE53E;
    margin: 0;
    padding: 0;
}

.apartment-page .apartment-introduction .subsidy-banner-amount .amount-suffix,
.apartment-page .apartment-subsidy .subsidy-banner-amount .amount-suffix {
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 71px !important;
    line-height: 100% !important;
    display: flex !important;
    align-items: center !important;
    font-feature-settings: 'palt' 1 !important;
    color: #FFE53E !important;
}

@media screen and (max-width: 1400px) {

    /* おすすめ商品CTA */
    body .apartment-page .apartment-products__cta {
        flex-direction: column !important;
        align-items: center !important;
        padding: 20px 20px 25px !important;
        gap: 4px !important;
    }

    body .apartment-page .apartment-products__cta .cta-btn {
        width: 100% !important;
        max-width: 440px !important;
        flex-direction: row !important;
        padding: 20px !important;
        gap: 15px !important;
    }

    body .apartment-page .apartment-products__cta .cta-left.sp-only {
        display: flex !important;
    }

    /* 1400px以下でPC専用要素を非表示 */
    body .apartment-page .apartment-products__cta .pc-only {
        display: none !important;
    }

    /* 1400px以下で改行を有効化 */
    body .apartment-page .tab-only {
        display: block !important;
    }
}

.tab-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .is-pc-row {
        display: none !important;
    }

    .is-sp-row {
        display: flex !important;
        flex-direction: row !important;
    }

    body .apartment-page .example-table th.empty,
    body .apartment-page .example-table th.row-label {
        width: 140px !important;
        flex: 0 0 140px !important;
        height: 60px !important;
        padding: 10px !important;
        font-size: 14px !important;
    }

    body .apartment-page .example-table th:not(.empty),
    body .apartment-page .example-table td.amount {
        flex: 1 !important;
        padding: 10px !important;
        font-size: 14px !important;
    }

    /* --- SPテーブルボーダー詳細調整 (2026-03-10) --- */
    /* 全ての行で、中央の境界線を「左セルの右ボーダー」に統一することで1pxのズレを解消 */
    /* ヘッダー行 */
    body .apartment-page .example-table thead tr.is-sp-row th.empty {
        border-width: 1px 1px 0px 1px !important;
    }

    body .apartment-page .example-table thead tr.is-sp-row th:not(.empty) {
        border-width: 1px 1px 0px 0px !important;
    }

    /* ボディ1行目 (中高層) */
    body .apartment-page .example-table tbody tr.is-sp-row:nth-child(2) th.row-label {
        border-width: 1px 1px 0px 1px !important;
        /* 右ありに変更 */
    }

    body .apartment-page .example-table tbody tr.is-sp-row:nth-child(2) td.amount {
        border-width: 1px 1px 0px 0px !important;
    }

    /* ボディ2行目 (低層) */
    body .apartment-page .example-table tbody tr.is-sp-row:nth-child(3) th.row-label {
        border-width: 1px 1px 1px 1px !important;
    }

    body .apartment-page .example-table tbody tr.is-sp-row:nth-child(3) td.amount {
        border-width: 1px 1px 1px 0px !important;
    }

    /* ------------------------------------------- */

    body .apartment-page .example-table td.amount span {
        font-size: 12px !important;
    }
}

.example-table-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}

.example-table td.amount {
    box-sizing: border-box;
    padding: 30px 20px;
    background: #FFFFFF;
    /* 共通設定（下・右）を継承 */
    border-bottom: 1px solid #D5D0C8;
    border-right: 1px solid #D5D0C8;
    border-top: none;
    border-left: none;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #ED6E00;
}


.example-table td.amount span {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #ED6E00;
    margin-right: 10px;
    /* ¥記号と金額の間の余白 */
}

/* =============================================
   施工実績セクション
   ============================================= */
.apartment-case {
    background: #fff;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.apartment-case .viewWidth {
    width: 100%;
    max-width: 1120px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    box-sizing: border-box;
}

/* 施工事例見出しの刷新 */
.case-heading-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.case-heading-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.case-heading-sub {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 140%;
    color: #231815;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    gap: 5px;
}

.case-num {
    font-style: normal;
    font-weight: 700;
    font-size: 74px;
    line-height: 140%;
    color: #ED6E00;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
}

.case-unit {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 140%;
    color: #ED6E00;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
}

.case-heading-main {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 140%;
    color: #231815;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
}

/* 検索ボタン */
.case-search-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.case-search-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 32px 25px;
    gap: 10px;
    background: #FFFFFF;
    border: 3px solid #ED6E00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

@media screen and (max-width: 767px) {
    .case-search-btn {
        width: 100%;
        padding: 14px 20px;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .case-search-btn {
        min-width: 500px;
        justify-content: space-between;
        padding: 35px 25px;
    }
}

.case-search-btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

.case-search-btn span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

.case-search-icon {
    display: block;
    width: 12px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
}

.case-search-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 3px solid #ED6E00;
    border-right: 3px solid #ED6E00;
    transform: translateY(-50%) rotate(45deg);
}

/* PC版：3カラムグリッド */
/* 施工事例セクション（TOPページ準拠） */
.apartment-case .caseWrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .apartment-case .caseWrap {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0px;
    }
}

.apartment-case .caseWrap .caseList {
    display: block;
    width: 100%;
}

.apartment-case .caseWrap .caseList li {
    width: 84.266666vw;
    background: #FFF;
    box-shadow: 0px 0.533333vw 0px #00000033;
    border: 0.26666666vw solid #D4CEC4;
    border-radius: 1.6vw;
    margin-bottom: 20px;
}

.apartment-case .caseWrap .caseList li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.apartment-case .caseWrap .caseList li figure {
    overflow: hidden;
    height: 72.8vw;
    border-radius: 1.3333vw 1.3333vw 0 0;
    margin-bottom: 20px;
}

.apartment-case .caseWrap .caseList li figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.apartment-case .caseWrap .caseList li .date {
    padding-left: 5.333333vw;
    padding-right: 5.333333vw;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 1.6vw;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.apartment-case .caseWrap .caseList li .date>div {
    width: 80px;
    height: 47px;
    color: #FFFFFF;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    right: 0;
    top: -20px;
}

.apartment-case .caseWrap .caseList li .date>div.mado {
    color: #EC6C01;
    border: #EC6C01 2px solid;
    background: #FFF;
}

.apartment-case .caseWrap .caseList li .date>div.door {
    color: #1D428C;
    border: #1D428C 2px solid;
    background: #FFF;
}

.apartment-case .caseWrap .caseList li .date p {
    margin-bottom: 2.666666vw;
}

.apartment-case .caseWrap .caseList li dl {
    padding-left: 5.333333vw;
    padding-right: 5.333333vw;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    word-wrap: break-word;
}

.apartment-case .caseWrap .caseList li dl dt {
    min-height: 52px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #EF6D00;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-top: 40px;
}

.apartment-case .caseWrap .caseList li dl .text {
    min-height: 75px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.apartment-case .caseWrap .caseList li dl .continue {
    text-decoration: underline;
    font-size: 3.73333333vw;
    line-height: 5.3333333vw;
    letter-spacing: 0px;
    color: #707070;
    text-align: right;
    margin-bottom: 6.4vw;
}

@media screen and (min-width: 768px) {
    .apartment-case .caseWrap .caseList {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1120px;
        margin: 0px auto;
        justify-content: center;
        gap: 15px;
        box-sizing: border-box;
    }

    .apartment-case .caseWrap .caseList li {
        width: 263px;
        height: 414px;
        margin-bottom: 20px;
        box-shadow: 0px 2px 0px #00000033;
        border: 1px solid #D4CEC4;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
    }

    .apartment-case .caseWrap .caseList li a {
        display: flex;
        flex-direction: column;
        height: 100%;
        flex-grow: 1;
        position: relative;
        text-decoration: none;
    }

    .apartment-case .caseWrap .caseList li figure {
        height: 210px;
        border-radius: 5px 5px 0 0;
        margin-bottom: 15px;
    }

    .apartment-case .caseWrap .caseList li figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .apartment-case .caseWrap .caseList li .date {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .apartment-case .caseWrap .caseList li .date>div {
        width: 65px;
        height: 38px;
        right: 0px;
        top: -15px;
    }

    .apartment-case .caseWrap .caseList li .date p {
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .apartment-case .caseWrap .caseList li dl {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 0px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .apartment-case .caseWrap .caseList li dl dt {
        min-height: 52px;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
        color: #EF6D00;
        font-weight: bold;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .apartment-case .caseWrap .caseList li dl .text {
        min-height: 56px;
        font-size: 16px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .apartment-case .caseWrap .caseList li dl .continue {
        font-size: 14px;
        line-height: 20px;
        margin-top: auto;
        margin-bottom: 0px;
        text-align: right;
        color: #707070;
        text-decoration: underline;
    }
}

.apartment-case__empty {
    text-align: center;
    padding: 50px 0;
}

.apartment-case__more {
    text-align: center;
    margin-top: 40px;
}


/* --- コンテンツ共通コンテナ --- */
.apartment-main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    gap: 50px;
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
}

/* --- リフォームの流れ --- */
.flow-section {
    padding: 0 240px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.flow-header {
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .flow-header {
        margin-bottom: 20px;
    }
}

.flow-title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
    margin: 0;
}

.flow-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    max-width: 1100px;
}

.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

@media screen and (min-width: 768px) {
    /* PC版個別指定により上書き不要 */
}

@media screen and (max-width: 767px) {
    .flow-section {
        padding: 0 2.6666vw 0 !important;
    }

    .flow-header {
        padding-top: 0 !important;
        padding: 0;
    }

    .flow-title {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 160%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-feature-settings: 'palt' 1;
        color: #231815;
    }

    .is-pc {
        display: none !important;
    }

    .is-sp {
        display: block !important;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }


    .apartment-products__item-badges {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: flex-start !important;
        padding: 30px 0px 0px !important;
        gap: 10px !important;
        bottom: 8px !important;
        left: 8px !important;
    }

    /* 取替窓タイトルのSPデザイン */
    .apartment-products__item-name {
        font-weight: 800 !important;
        font-size: 32px !important;
        line-height: 130% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0px !important;
        text-align: left !important;
        font-feature-settings: 'palt' 1 !important;
    }

    .apartment-products__item-name span {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        line-height: 150% !important;
        display: flex !important;
        align-items: flex-start !important;
        text-align: left !important;
        font-feature-settings: 'palt' 1 !important;
    }

    /* おすすめ商品コンテンツエリアのSP表示調整 */
    .apartment-products .apartment-products__item-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0px !important;
        gap: 10px !important;
    }

    /* 商品名タイトルのSPデザイン (gap 4px) */
    .apartment-products__item-name-group {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0px !important;
        gap: 4px !important;
    }


    /* 管理組合承認バナー SPデザイン */
    .apartment-products__item-management-link p {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 140% !important;
        display: flex !important;
        align-items: center !important;
        text-align: center !important;
        font-feature-settings: 'palt' 1 !important;
        color: #FFFFFF !important;
        margin: 0 !important;
    }

    /* 「詳しくはこちら」ボタン SPデザイン */
    .apartment-products__item-link .link-text {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 100% !important;
        display: flex !important;
        align-items: center !important;
        letter-spacing: 0.02em !important;
        font-feature-settings: 'palt' 1 !important;
        color: #231815 !important;
    }
}

/* =============================================
   マド本舗とはセクション（entranceから流用）
   ============================================= */
/* --- 選ばれる理由 --- */
/* 選ばれる理由セクション */
.reason-section {
    padding: 40px 0 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .reason-section {
        padding: 0;
    }
}

.reason-header {
    background: #FAE7D5;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1120px;
    box-sizing: border-box;
}

.reason-label {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
    margin-bottom: 20px;
}

.reason-title {
    color: #EF6D00;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.reason-main-content {
    background: #F7F6F4;
    padding: 100px 40px 80px;
    padding: 50px 99.5px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .reason-main-content {
        width: 100%;
        max-width: 1120px;
    }
}

.reason-top-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
    width: 100%;
    max-width: 1120px;
}

.reason-left {
    flex: 1;
    align-self: center;
}

.reason-intro {
    max-width: 500px;
    align-self: center;
}

.patto-title {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.reason-description {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.reason-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.reason-badges {
    display: flex;
    gap: 15px;
}

.reason-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1120px;
}

.feature-item {
    padding: 24px 0;
    background-color: #FFFFFF;
    text-align: center;
    flex: 1;
}

.feature-icon {
    margin-bottom: 15px;
    position: relative;
}

.feature-icon-placeholder {
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
}

.feature-icon-placeholder img {
    width: 100%;
}

.feature-icon-placeholder .magnifying-glass-frog-black {
    height: 46px;
    width: 58px;
}

.feature-title {
    color: #EF6D00;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-description {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .reason-section {
        padding: 40px 2.6666vw;
        max-width: 100%;
        margin: 0 auto;
    }

    .reason-label {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 160%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-feature-settings: 'palt' 1;
        color: #231815;
        margin-bottom: 20px;
    }

    .reason-header {
        background: #FAE7D5;
        padding: 20px;
        text-align: center;
        margin-bottom: 6.67vw;
    }

    .reason-title {
        font-size: 4.533vw;
        line-height: 6vw;
    }

    .reason-main-content {
        padding: 6.67vw 2.6666vw;
        margin-bottom: 40px;
    }

    .reason-top-section {
        flex-direction: column;
        gap: 8vw;
        margin-bottom: 8vw;
    }

    .patto-title {
        font-size: 4.8vw;
    }

    .reason-description {
        font-size: 3.46vw;
    }

    .reason-features {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    .feature-item {
        position: relative;
        height: 32.8vw;
        flex: initial;
    }

    .feature-icon-placeholder {
        top: -47px;
    }

    .feature-icon-placeholder img {
        width: 11.6vw;
    }

    .feature-title {
        padding-top: 8.33vw;
        font-size: 4.8vw;
        margin-bottom: 3.7333vw;
    }

    .feature-description {
        font-size: 3.2vw;
    }
}

/* =============================================
   Q&Aセクション（entranceから流用）
   ============================================= */
.apartment-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
    width: 100%;
    max-width: 1120px;
    background: #fff;
    margin: 0 auto 0;
    box-sizing: border-box;
}

.apartment-faq .viewWidth {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 20px;
}

.apartment-faq .faq-label-top {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

@media screen and (max-width: 767px) {
    .apartment-faq .faq-label-top {
        font-size: 24px;
    }
}

.apartment-faq .faq-container-inner {
    width: 100%;
    max-width: 1120px;
}

.apartment-faq .faq-header {
    background: #FAE7D5;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
}

.apartment-faq .faq-title {
    margin: 0;
}

/* --- よくある質問 (Ported from pref_search_custom.css) --- */
.apartment-faq .faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.apartment-faq .faq-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #D4CEC4;
}

.apartment-faq .faq-question-wrapper {
    display: flex;
    align-items: flex-start;
    padding: 20px 25px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.apartment-faq .faq-question-wrapper:hover {
    background: #f8f8f8;
}

.apartment-faq .faq-label {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
    flex-shrink: 0;
}

.apartment-faq .faq-question {
    flex: 1;
    margin: 0;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
}

.apartment-faq .faq-toggle {
    color: #EF6D00;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

/*
.apartment-faq .faq-toggle::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #EF6D00;
    border-bottom: 2px solid #EF6D00;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform 0.3s;
}

.apartment-faq .faq-item.expanded .faq-toggle::after {
    transform: rotate(225deg);
    margin-top: 4px;
}
*/

.apartment-faq .faq-answer {
    padding: 0 25px 25px 0;
}

.apartment-faq .faq-item.expanded .faq-answer {
    padding: 0 25px 25px 0;
}

.apartment-faq .faq-answer-label {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
}

.apartment-faq .faq-answer-text {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    display: inline;
}

@media screen and (max-width: 767px) {
    .apartment-faq .faq-question-wrapper {
        padding: 5.333vw 4vw;
    }

    .apartment-faq .faq-answer {
        padding: 5.333vw 4vw;
    }

    .apartment-faq .faq-question {
        font-size: 3.73333vw;
        font-weight: initial;
    }

    .apartment-faq .faq-answer-text {
        font-size: 3.2vw;
    }
}

@media screen and (max-width: 767px) {

    .flow-section,
    .apartment-faq {
        padding-left: 0;
        padding-right: 0;
    }

    .reason-section {
        padding-left: 0;
        padding-right: 0;
    }

    body .apartment-page .apartment-main-container {
        padding: 50px 20px !important;
        gap: 50px !important;
    }

    body .apartment-page .apartment-main-container .viewWidth {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* =============================================
   btn 汎用（entrance.cssと整合）
   ============================================= */
.apartment-page .btn {
    display: block;
    width: 400px;
    box-shadow: 0px 2px 0px #00000033;
    background: #FFFFFF;
    border: 2px solid #D9D4CB;
    font-size: 16px;
    line-height: 28px;
    color: #EF6D00;
    border-radius: 6px;
    margin: auto;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: normal;
    transition: all 0.2s ease;
}

.apartment-page .btn:hover {
    background: #f5f5f5;
}

.apartment-page .btn .icon {
    width: 33px;
    margin-left: 65px;
    margin-bottom: 3px;
}

/* =============================================
   レスポンシブ対応（SP）
   ============================================= */
@media screen and (max-width: 767px) {

    /* FV */
    .apartment-fv {
        padding: 40px 0 30px;
        position: relative;
    }

    .apartment-fv__title {
        font-size: 22px;
    }

    .apartment-fv__cta {
        flex-direction: column;
        align-items: center;
    }

    .apartment-btn {
        width: 100%;
        max-width: 320px;
    }

    /* 特徴 */
    .apartment-features__grid {
        flex-direction: column;
        align-items: center;
    }

    .apartment-features__item {
        max-width: 100%;
        width: 100%;
    }

    /* 商品 */
    .apartment-products {
        padding: 50px 20px !important;
    }

    .apartment-products__list {
        flex-direction: column;
    }

    .apartment-products__item {
        max-width: 100%;
    }

    .apartment-products__item-desc {
        font-size: 18px !important;
        text-align: left;
    }

    /* 補助金セクション SP */
    .apartment-page .apartment-subsidy {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 70px 20px !important;
        gap: 20px !important;
        height: auto !important;
    }


    .apartment-page .subsidy-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
        /* L305-311のGap指定 */
    }

    .apartment-page .subsidy-top-label-wrap {
        margin-bottom: 0 !important;
    }

    .apartment-page .subsidy-top-label {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: flex-start !important;
        padding: 8px 60px !important;
        gap: 30px !important;
        border: 1px solid rgba(255, 255, 255, 0.7) !important;
        border-radius: 4px !important;

        /* 文字デザイン */
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 18px !important;
        line-height: 133% !important;
        display: flex !important;
        align-items: center !important;
        text-align: center !important;
        font-feature-settings: 'palt' 1 !important;
        color: #FFFFFF !important;
    }

    .apartment-page .subsidy-title {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 6vw !important;
        line-height: 135% !important;
    }

    .apartment-page .subsidy-banner-box {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px !important;
        box-shadow: none !important;
        border-radius: 8px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .apartment-page .subsidy-banner-text {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 20px !important;
        line-height: 150% !important;
        text-align: center !important;
        color: #FFFFFF !important;
        margin-bottom: 10px !important;
    }

    .apartment-page .apartment-introduction .subsidy-banner-amount,
    .apartment-page .apartment-subsidy .subsidy-banner-amount {
        display: flex !important;
        align-items: baseline !important;
        justify-content: center !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #FFFFFF !important;
    }

    .apartment-page .apartment-introduction .subsidy-banner-amount .amount-prefix,
    .apartment-page .apartment-subsidy .subsidy-banner-amount .amount-prefix {
        font-style: normal !important;
        font-weight: 900 !important;
        font-size: 20px !important;
        line-height: 100% !important;
        display: flex !important;
        align-items: center !important;
        font-feature-settings: 'palt' 1 !important;
        color: #FFFFFF !important;
    }

    .apartment-page .apartment-introduction .subsidy-banner-amount .highlight,
    .apartment-page .apartment-subsidy .subsidy-banner-amount .highlight {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 70px !important;
        line-height: 100% !important;
        color: #FFE53E !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .apartment-page .apartment-introduction .subsidy-banner-amount .amount-suffix,
    .apartment-page .apartment-subsidy .subsidy-banner-amount .amount-suffix {
        font-style: normal !important;
        font-weight: 900 !important;
        font-size: 37px !important;
        line-height: 100% !important;
        color: #FFE53E !important;
    }

    /* 補助金一例 SP */
    .subsidy-example-title {
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 135%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-feature-settings: 'palt' 1;
        margin-bottom: 0 !important;
        width: 100%;
    }

    .example-card-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 160%;
        font-feature-settings: 'palt' 1;
        margin-bottom: 10px;
    }

    .example-card-note {
        font-weight: 700;
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 20px;
    }

    /* 補助金一例 SP独自デザイン */
    .example-table {
        display: block !important;
        border: none !important;
        width: 335px !important;
        margin: 0 auto !important;
    }

    .example-table thead,
    .example-table tbody {
        display: block !important;
        width: 100% !important;
    }

    .example-table tr.is-sp-row {
        display: flex !important;
        flex-direction: row !important;
        /* 全ての行を横並びに */
        width: 100% !important;
    }

    .example-table tr.is-sp-row th,
    .example-table tr.is-sp-row td {
        display: flex !important;
        box-sizing: border-box !important;
        border: 1px solid #D5D0C8 !important;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: #FFFFFF !important;
    }

    /* ヘッダーのセルサイズを共通ルール（140px/flex:1）で制御するため、古い個別指定を削除 */

    /* ボディのセルサイズ */
    .example-table tbody tr.is-sp-row th.row-label {
        width: 140px !important;
        padding: 10px 20px !important;
        flex: none !important;
        font-size: 16px;
        font-weight: 700;
        color: #231815;
        height: auto !important;
        min-height: 60px;
    }

    .example-table tbody tr.is-sp-row td.amount {
        width: 195px !important;
        padding: 10px 20px !important;
        flex: none !important;
        font-size: 32px !important;
        /* パディングに合わせて調整、必要なら大きく */
        font-weight: 700;
        color: #ED6E00 !important;
        height: auto !important;
        min-height: 60px;
    }

    .example-table tbody tr.is-sp-row td.amount span {
        font-size: 18px;
        margin-right: 4px;
        margin-bottom: 4px;
        align-self: flex-end;
    }

    /* 施工実績 SP版 */
    .apartment-case__grid.is-pc {
        display: none;
    }

    .apartment-section-title {
        font-size: 28px !important;
    }

    .apartment-page .btn {
        width: 90%;
        max-width: 320px;
    }

    .apartment-fv__img-sp {
        position: relative !important;
        display: block !important;
        line-height: 0 !important;
    }

    .apartment-fv__img-sp .lixil-logo {
        position: absolute !important;
        width: 50px !important;
        height: 18px !important;
        bottom: 5px !important;
        left: 5px !important;
        z-index: 10 !important;
    }

    /* ショップ検索ボタン SP用精緻化（縦並び構成） */
    .shop-search-btn {
        display: flex !important;
        align-items: center !important;
        padding: 22px 20px !important;
        gap: 10px !important;
        background: #FFFFFF !important;
        border: 3px solid #ED6E00 !important;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) !important;
        border-radius: 8px !important;
        width: 100% !important;
        max-width: 335px !important;
        /* テーブル幅に合わせる */
        margin: 0 auto !important;
    }

    .shop-search-btn .search-icon {
        width: 38.57px !important;
        height: 43px !important;
        flex-shrink: 0 !important;
    }

    .shop-search-btn .btn-text {
        text-align: left !important;
        justify-content: flex-start !important;
        width: auto !important;
        font-size: 16px !important;
    }

    .shop-search-btn .apartment-about-btn__arrow {
        right: 20px !important;
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) rotate(-90deg) !important;
    }
}

/* マド本舗とは？ボタン */
.apartment-about-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 400px;
    height: 70px;
    background: #FFFFFF;
    border: 3px solid #ED6E00;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    transition: background-color 0.2s;
    /* 下部に寄せる場合 */
}

.apartment-about-btn:hover {
    opacity: 0.7;
}

.apartment-about-btn__text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    font-feature-settings: 'palt' 1;
    color: #231815;
}

.apartment-about-btn__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 36px;
    height: 18px;
    background: url('/img/apartment/top_mado_arrow.png') no-repeat center center;
    background-size: contain;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
    .apartment-about-btn {
        width: 100%;
        max-width: 335px;
        height: 60px;
    }

    .apartment-about-btn__text {
        font-size: 20px;
    }
}

/* PC版はOwl Carouselを非表示 */
@media screen and (min-width: 768px) {
    .apartment-case .caseWrap.is-sp {
        display: none;
    }
}

/* 管理組合承認バナー */
.apartment-products__item-management-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    padding-right: 45.7px;
    /* 17.7px + 18.38px + 余裕分 */
    background: #F38E00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.apartment-products__item-management-link:hover {
    opacity: 0.7;
    text-decoration: none;
}

.apartment-products__item-management-link p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'palt' 1;
    color: #FFFFFF;
    margin: 0;
}

.apartment-products__item-management-link .link-arrow-down {
    display: inline-block;
    width: 18.38px;
    height: 10.61px;
    position: absolute;
    right: 17.7px;
    top: 50%;
    transform: translateY(-50%);
}

.apartment-products__item-management-link .link-arrow-down::after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    left: 2px;
}

.apartment-products__item-name-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 100%;
}

/* 商品名タイトルの基本デザイン (PC: gap 10px) */
.apartment-products__item-name-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}

@media screen and (max-width: 1400px) {
    .apartment-products__item-name-wrapper {
        justify-content: center;
    }
    .apartment-products__item-name-group {
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .apartment-products__item-name-wrapper {
        justify-content: space-between;
    }
}

.apartment-products__item-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .apartment-products__item-logo {
        width: 110px;
        height: 110px;
    }
}


/* =============================================
   スマートフォン表示（SP）対応
   ============================================= */
@media screen and (max-width: 767px) {

    /* 共通ユーティリティ */
    .is-pc {
        display: none !important;
    }

    .is-sp {
        display: block !important;
    }

    /* パンくずリスト非表示 */
    .apartment-page .viewWidth.is-pc,
    .apartment-page .p-breadcrumb {
        display: none !important;
    }

    /* 全体レイアウト */
    body .apartment-page article {
        width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

    body .apartment-page section {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        padding: 0;
    }

    body .apartment-page .viewWidth {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    /* 画像のレスポンシブ化 */
    .apartment-page img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* FVセクション */
    body .apartment-fv {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding-bottom: 20px !important;
        gap: 20px !important;
        height: auto !important;
        min-height: auto !important;
        background: #E5E1DB;
    }

    body .apartment-fv__inner.is-sp {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 20px !important;
        gap: 7px !important;
        border-radius: 10px !important;
        width: calc(100% - 45px) !important;
        max-width: 330px !important;
        box-sizing: border-box !important;
    }

    /* FVコンテンツ全体のコンテナ（Gap 6px） */
    .apartment-page .apartment-fv__inner.is-sp>.apartment-fv__content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0px !important;
        gap: 2px !important;
    }

    /* キャッチフレーズとタイトルのコンテナ（Gap 2px） */
    .apartment-page .apartment-fv__content>.apartment-fv__content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 0px !important;
        gap: 2px !important;
    }

    .apartment-page .apartment-fv__catch {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 150% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        letter-spacing: 0.03em !important;
        font-feature-settings: 'palt' 1 !important;
    }

    .apartment-page .apartment-fv__title {
        font-style: normal !important;
        font-weight: 800 !important;
        font-size: 28px !important;
        line-height: 115% !important;
        display: flex !important;
        align-items: center !important;
        text-align: center !important;
        font-feature-settings: 'palt' 1 !important;
    }

    .apartment-page .apartment-fv__title-emphasis {
        font-size: 22px;
    }

    .apartment-page .apartment-fv__title-highlight {
        font-size: 26px;
        padding: 2px 10px 4px;
        margin-right: 2px;
    }

    .apartment-page .apartment-fv__title-last {
        display: contents;
    }

    .apartment-page .apartment-reasons {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 50px 20px;
        gap: 30px;
        background: rgba(213, 208, 200, 0.2);
        width: 100%;
        box-sizing: border-box;
    }

    .apartment-page .apartment-reasons__title {
        font-size: 28px;
        line-height: 135%;
        align-items: center;
        text-align: center;
        font-feature-settings: 'palt' 1;
        color: #231815;
    }

    .apartment-page .apartment-reasons__cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 20px;
        width: 100%;
        max-width: 335px;
    }

    .apartment-page .apartment-reasons__cards-group {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 20px;
        width: 335px;
    }

    .apartment-page .apartment-reasons__card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 10px;
        width: 157.5px;
        height: 209.5px;
    }

    .apartment-page .apartment-reasons__card img {
        width: 157px;
        height: 157.5px;
        object-fit: contain;
    }

    .apartment-page .apartment-reasons__card span {
        font-size: 16px;
        text-align: center;
    }

    .apartment-page .apartment-reasons__body {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 10px;
    }

    .apartment-page .apartment-reasons__body-text {
        display: flex;
        font-weight: 700;
        align-items: center;
        text-align: center;
        font-feature-settings: 'palt' 1;
    }

    .apartment-page .apartment-reasons__body-text--primary {
        font-size: 24px;
        line-height: 133%;
        color: #231815;
    }

    .apartment-page .apartment-reasons__body-text--secondary {
        font-size: 18px;
        line-height: 160%;
        color: #ED6E00;
    }
}

.apartment-page .apartment-fv__cta {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    background: #FFFFFF !important;
    border: 3px solid #ED6E00 !important;
    width: fit-content !important;
    margin: 20px auto 0;
    /* PCデザイン */
    padding: 30px 25px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 10px !important;
}

@media screen and (max-width: 767px) {
    .apartment-page .apartment-fv__cta {
        padding: 14px 20px !important;
        gap: 29px !important;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) !important;
        border-radius: 8px !important;
        align-items: flex-start !important;
        margin: 0;
    }
}

.apartment-page .apartment-fv__cta .apartment-btn--primary {
    align-items: center !important;
    padding: 0px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 100% !important;
    color: #231815 !important;
    letter-spacing: 0.02em !important;
    font-feature-settings: 'palt' 1 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    .apartment-page .apartment-fv__cta .apartment-btn--primary {
        display: block !important;
        position: relative !important;
        padding-right: 56px !important;
        gap: 20px !important;
        justify-content: flex-start !important;
        font-size: 16px !important;
        line-height: 130% !important;
        font-weight: 700 !important;
        letter-spacing: 0.02em !important;
        font-feature-settings: 'palt' 1 !important;
        text-align: left !important;
    }
}

.apartment-page .apartment-fv__cta .apartment-btn--primary span {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0.02em !important;
    font-feature-settings: 'palt' 1 !important;
    color: #ED6E00 !important;
}

@media screen and (max-width: 767px) {
    .apartment-page .apartment-fv__cta .apartment-btn--primary span {
        display: inline !important;
        font-size: 16px !important;
        line-height: 130% !important;
    }
}

.apartment-page .apartment-fv__cta .apartment-btn--primary .arrow-bottom {
    display: flex !important;
    margin-left: 10px !important;
}

@media screen and (max-width: 767px) {
    .apartment-page .apartment-fv__cta .apartment-btn--primary .arrow-bottom {
        display: block !important;
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 36px !important;
        height: 18px !important;
    }
}

@media screen and (max-width: 767px) {

    /* おすすめ商品セクションタイトル */
    .apartment-products .apartment-section-title span {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 28px !important;
        line-height: 140% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        font-feature-settings: 'palt' 1 !important;
    }
}

.apartment-products .apartment-section-title span::before,
.apartment-products .apartment-section-title span::after {
    width: 15px !important;
    height: 56px !important;
}

/* 特徴セクション */
body .apartment-features {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 40px 0 !important;
    gap: 40px !important;
}

.apartment-page .apartment-features__grid {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding: 80px 240px 60px !important;
    gap: 40px !important;
}

@media screen and (max-width: 767px) {
    .apartment-page .apartment-features {
        padding: 0 !important;
    }

    .apartment-page .apartment-features__grid {
        flex-direction: column !important;
        align-items: center !important;
        padding: 40px 0px !important;
        margin-bottom: 40px !important;
        gap: 40px !important;
        background: #FFFFFF !important;
    }
}

body .apartment-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 50px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    body .apartment-features__item {
        width: 541px;
    }
}

@media screen and (max-width: 767px) {
    body .apartment-features__item {
        gap: 16px;
    }
}

.apartment-features__item figure {
    width: 100% !important;
    height: auto !important;
}

.apartment-features__item-desc {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-feature-settings: 'palt' 1 !important;
    color: #231815 !important;
    width: 100% !important;
}

.apartment-about-btn__text {
    margin: 0 !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 100% !important;
    display: flex !important;
    align-items: center !important;
    letter-spacing: 0.02em !important;
    font-feature-settings: 'palt' 1 !important;
}

.apartment-about-btn__arrow {
    width: 28px !important;
    height: 14px !important;
    transform: translateY(-50%) rotate(-90deg) !important;
}

.arrow-bottom,
.link-arrow-down {
    width: 36px !important;
    height: 18px !important;
}

/* 選ばれる理由セクション SP表示 */
@media screen and (max-width: 767px) {
    .apartment-about-btn__text {
        font-size: 16px !important;
    }
    body .reason-section {
        margin: 0 !important;
        padding: 0 !important;
    }

    body .reason-header {
        margin-bottom: 20px !important;
        width: 100% !important;
        padding: 20px !important;
        box-sizing: border-box !important;
    }

    .reason-title {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    body .reason-main-content {
        padding: 40px 20px !important;
        background: #F7F6F4 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-bottom: 0 !important;
    }

    body .reason-top-section {
        flex-direction: column !important;
        gap: 20px !important;
        margin-bottom: 30px !important;
        text-align: center !important;
        display: flex !important;
    }

    .reason-left {
        order: 1 !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .reason-right {
        order: 2 !important;
        gap: 20px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
    }

    .patto-title {
        font-size: 20px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .reason-description {
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    body .reason-badges {
        display: flex !important;
        justify-content: center !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .reason-badges img {
        width: 100% !important;
        max-width: 320px !important;
        height: auto !important;
    }


    body .reason-features {
        flex-direction: column !important;
        gap: 60px !important;
        margin-top: 50px !important;
    }

    body .reason-features .feature-item {
        width: 100% !important;
        height: auto !important;
        padding: 60px 20px 30px !important;
        box-sizing: border-box !important;
        position: relative !important;
        background: #FFFFFF !important;
        border-radius: 10px !important;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
    }

    .feature-icon {
        position: absolute !important;
        top: -45px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 90px !important;
        height: 90px !important;
    }

    .feature-icon-placeholder {
        position: static !important;
        width: 100% !important;
        height: 100% !important;
        transform: none !important;
    }
}

/* パッとお悩み解決セクション */
body .apartment-solve {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 100px 0 50px;
    gap: 30px !important;
}

/* おすすめ商品セクション */
@media screen and (min-width: 768px) {
    body .apartment-products {
        padding-bottom: 100px !important;
    }
}

body .apartment-solve__inner {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

body .apartment-solve__content {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    width: 100% !important;
    align-items: center !important;
}

.apartment-solve__illustration {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1056 / 459 !important;
    position: relative !important;
}

@media screen and (max-width: 767px) {
    body .apartment-solve__box {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }
}

.apartment-solve__connector,
.apartment-solve__dot {
    display: none !important;
}

/* 施工実績セクションのカールセル崩れ修正 */
/* =============================================
   PC (768px以上) 修正追記
   ============================================= */
@media screen and (min-width: 768px) {

    /* 商品下CTA PCデザイン */
    .apartment-page .apartment-products__cta {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        padding: 30px 40px !important;
        gap: 35px !important;
        background: #F4F4F3 !important;
        border-radius: 15px !important;
        border: none !important;
        box-sizing: border-box !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    .apartment-page .apartment-products__cta .cta-text {
        display: block !important;
        text-align: left !important;
    }
}

/* =============================================
   SP (767px以下) 修正追記
   ============================================= */
@media screen and (max-width: 767px) {

    /* 施工事例セクション SP パディング調整 */
    body .apartment-case {
        padding: 50px 20px !important;
    }

    /* 施工事例リスト SPデザイン */
    body .apartment-case .caseWrap {
        display: block !important;
        /* Owl Carouselの構造を維持 */
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }

    /* 施工事例親要素のGap調整 */
    .apartment-case .viewWidth {
        gap: 40px !important;
    }

    body .apartment-case .caseList {
        display: block !important;
        width: 100% !important;
        gap: 20px !important;
    }

    body .apartment-case .caseList li {
        width: 90% !important;
        max-width: 335px !important;
        height: auto !important;
        margin: 0 auto !important;
        /* 中央寄せ */
    }

    body .apartment-case .caseList li figure {
        height: auto !important;
        aspect-ratio: 4 / 3 !important;
    }

    /* Owl Carousel 制御要素 (ドット・ナビゲーション) */
    .apartment-case .owl-dots {
        display: flex !important;
        justify-content: center !important;
        gap: 10px !important;
        margin-top: 20px !important;
    }

    .apartment-case .owl-dot span {
        display: block !important;
        width: 10px !important;
        height: 10px !important;
        background: #D5D0C8 !important;
        border-radius: 50% !important;
    }

    .apartment-case .owl-dot.active span {
        background: #ED6E00 !important;
    }

    .apartment-case .owl-nav {
        display: flex !important;
        justify-content: space-between !important;
        position: absolute !important;
        top: 50% !important;
        width: 100% !important;
        transform: translateY(-50%) !important;
        pointer-events: none !important;
    }

    .apartment-case .owl-nav [class*='owl-'] {
        pointer-events: auto !important;
        background: #EF6D00 !important;
        color: #FFF !important;
        /* 矢印を白にする */
        font-size: 24px !important;
        font-weight: bold !important;
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    }

    /* 商品下CTA SPデザイン */
    .apartment-page .apartment-products__cta {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 20px 20px 25px !important;
        gap: 4px !important;
        background: #F4F4F3 !important;
        border-radius: 10px !important;
        border: none !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .apartment-page .apartment-products__cta .cta-left.sp-only {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0px !important;
        gap: 0 !important;
    }

    /* 施工実績セクション ヘッダーテキスト SPデザイン */
    .apartment-page .case-heading-wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 15px !important;
    }

    .apartment-page .case-heading-texts {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .apartment-page .case-heading-sub {
        font-weight: 700 !important;
        font-size: 24px !important;
        line-height: 140% !important;
        display: block !important;
        text-align: center !important;
        font-feature-settings: 'palt' 1 !important;
        margin-bottom: 5px !important;
    }

    .apartment-page .case-num {
        font-weight: 700 !important;
        font-size: 47px !important;
        line-height: 140% !important;
        display: inline-block !important;
        vertical-align: baseline !important;
        font-feature-settings: 'palt' 1 !important;
        padding: 0 5px !important;
    }

    .apartment-page .case-unit {
        font-weight: 700 !important;
        font-size: 24px !important;
        line-height: 140% !important;
        display: inline-block !important;
        vertical-align: baseline !important;
        font-feature-settings: 'palt' 1 !important;
    }

    .apartment-page .case-heading-main {
        font-weight: 700 !important;
        font-size: 24px !important;
        line-height: 140% !important;
        display: flex !important;
        align-items: center !important;
        text-align: center !important;
        justify-content: center !important;
        font-feature-settings: 'palt' 1 !important;
        margin: 0 !important;
    }

    .apartment-page .case-search-btn span {
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 120% !important;
        display: flex !important;
        align-items: center !important;
        letter-spacing: 0.02em !important;
        font-feature-settings: 'palt' 1 !important;
    }

    /* その他 SP用調整 */

    .apartment-products__list--rechent {
        gap: 20px !important;
    }

    /* 解決ステップ SPデザイン */
    .apartment-solve__steps {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-top: -40px !important;
        /* SVG上の余白調整 */
        position: relative !important;
        z-index: 10 !important;
    }

    .solve-step-card {
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        padding: 20px 20px 24px !important;
        gap: 14px !important;
        background: #FFFFFF !important;
        border: 2px solid #ED6E00 !important;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) !important;
        border-radius: 8px !important;
        width: 100% !important;
        text-decoration: none !important;
        position: relative !important;
    }

    .solve-step-card .card-number {
        width: 50px !important;
        height: 50px !important;
        background: #ED6E00 !important;
        color: #FFF !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 28px !important;
        font-weight: bold !important;
        flex-shrink: 0 !important;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    }

    .solve-step-card .card-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
        flex-grow: 1 !important;
    }

    .solve-step-card .card-title {
        color: #ED6E00 !important;
        font-weight: 700 !important;
        font-size: 20px !important;
        line-height: 120% !important;
        display: flex !important;
        align-items: center !important;
        font-feature-settings: 'palt' 1 !important;
        margin: 0 !important;
    }

    .solve-step-card .card-subtitle {
        color: #231815 !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 18px !important;
        line-height: 120% !important;
        display: flex !important;
        align-items: center !important;
        font-feature-settings: 'palt' 1 !important;
        margin: 0 !important;
    }

    .solve-step-card .card-desc {
        color: #231815 !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 140% !important;
        display: flex !important;
        align-items: center !important;
        font-feature-settings: 'palt' 1 !important;
        margin: 0 !important;
    }

    .solve-step-card .card-arrow {
        position: absolute !important;
        right: 24px !important;
        bottom: 30px !important;
        width: 14px !important;
        height: 14px !important;
        border-right: 3px solid #ED6E00 !important;
        border-bottom: 3px solid #ED6E00 !important;
        transform: rotate(45deg) !important;
    }

    /* 強制非表示 (最優先) */
    body .sp-hide {
        display: none !important;
    }
}

/* =============================================
   FINAL OVERRIDES (Added by AI to resolve specificity issues)
   ============================================= */
@media screen and (max-width: 767px) {
    .apartment-products .apartment-section-title span {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 1400px) {
    .apartment-products .apartment-products__item-top {
        flex-direction: column !important;
        align-items: center !important;
    }

    .apartment-products .apartment-products__item-image-wrapper {
        width: 100% !important;
        height: auto !important;
    }

    .apartment-products .apartment-products__item-content {
        padding: 0 !important;
        align-items: center !important;
        text-align: center !important;
    }

    .apartment-products__item-name {
        align-items: center !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .apartment-products .apartment-products__item-content {
        padding: 0 !important;
        align-items: normal !important;
        text-align: center !important;
    }

    .apartment-products__item-name {
        align-items: normal !important;
        text-align: left !important;
    }
}

.faq-content {
    background: #f0f0f0;
    padding: 40px 30px;
    border-radius: 10px;
    font-family: "A1 Gothic R", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif !important;
}

@media (max-width: 767px) {
    .faq-content {
        padding: 30px 20px;
    }
}

.link {
    color: blue !important;
    text-decoration: underline !important;
}


/* 新規追加した viewWidth を既存レイアウトに適合させる */
.apartment-introduction .viewWidth,
.apartment-reasons .viewWidth,
.apartment-subsidy .viewWidth,
.apartment-shop-search-new .viewWidth,
.flow-section .viewWidth,
.reason-section .viewWidth {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Flexコンテナだったセクションは、viewWidth に Flex 指定を移譲 */
.apartment-introduction .viewWidth {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.apartment-reasons .viewWidth {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.apartment-subsidy .viewWidth {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0;
}

body .apartment-subsidy .viewWidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.apartment-shop-search-new .viewWidth {
    display: flex;
    justify-content: center;
    align-items: center;
}
