@charset "utf-8";

/* 共通クラス */
.font-meiryo {
    font-family: "メイリオ", Meiryo, sans-serif !important;
}

.font-oswald {
    font-family: "Oswald", sans-serif;
}

.bath {
    box-sizing: border-box;
}

.bath,
.bath * {
    box-sizing: border-box;
}



/* ファーストビュー */
.bath-fv {
    width: 100%;
}

@media (max-width: 767px) {
    .bath-fv {
        padding-top: 80px;
    }
}

.bath-fv__item {
    width: 100%;
}

.bath-fv__item img {
    width: 100%;
    height: auto;
    display: block;
}

/* コンバージョンエリア */
.bath-conv {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 56px 30px 113px;
}

@media (max-width: 767px) {
    .bath-conv {
        padding: 15px 15px 50px;
    }
}

.bath-conv__tel {
    margin: 0 auto;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .bath-conv__tel {
        margin-bottom: 3px;
    }
}

.bath-conv__tel a {
    display: block;
    width: 100%;
}

.bath-conv__tel img {
    width: 100%;
    height: auto;
    display: block;
}

/* PCでは電話リンクを無効化（デフォルト） */
.bath-conv__tel-link {
    pointer-events: none;
    cursor: default;
}

/* スマホでは電話リンクを有効化 */
@media (max-width: 767px) {
    .bath-conv__tel-link {
        pointer-events: auto;
        cursor: pointer;
    }
}

/* 画像02〜04：横並び（3枚） */
.bath-conv__cta {
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .bath-conv__cta {
        margin-bottom: 7px;
    }
}

.bath-conv__cta-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 15px;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .bath-conv__cta-list {
        gap: 5px;
    }
}

.bath-conv__cta-item {
    max-width: 293px;
    width: 100%;
}

.bath-conv__cta-link {
    display: block;
    width: 100%;
}

.bath-conv__cta-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* 画像05〜08：横並び（4枚） */
.bath-conv__info {
    width: 100%;
    margin-inline: auto;
}

.bath-conv__info img {
    width: 100%;
}

/* 浴室を探すセクション */
.bath-search {
    padding-inline: 30px;
}

@media (max-width: 767px) {
    .bath-search {
        margin-top: 80px;
        padding-inline: 15px;
    }
}

@media (max-width: 425px) {
    .bath-search {
        margin-top: 30px;
    }
}

.bath-search__inner {
    max-width: 1080px;
    width: 100%;
    border-radius: 1.5rem;
    background-color: #0071BC;
    padding: 42px 42px 57px;
    margin: 0 auto;
}

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

.bath-search__title {
    width: 100%;
    max-width: 428px;
    text-align: center;
    margin: -139px auto 0;
}

@media (max-width: 767px) {
    .bath-search__title {
        margin-top: -115px;
    }
}

@media (max-width: 425px) {
    .bath-search__title {
        margin-top: -77px;
    }
}

.bath-search__title img {
    width: 100%;
    height: auto;
    display: block;

}

.bath-search__block {
    width: 100%;
    max-width: 988px;
    margin-inline: auto;
    background-color: #E4F0F4;
    border-radius: 1.2rem;
    padding: 30px;
}

@media (max-width: 767px) {
    .bath-search__block {
        padding: 18px 15px;
    }
}

.bath-search__block:first-of-type {
    margin-top: 20px;
    margin-bottom: 15px;
}

.bath-search__block-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 19px;
    font-weight: bold;
    color: #003677;
}

@media (max-width: 767px) {
    .bath-search__block-title {
        font-size: 16px;
    }
}

.bath-search__block-title img {
    width: 32px;
    height: 32px;
    display: block;
}

@media (max-width: 767px) {
    .bath-search__block-title img {
        width: 26px;
        height: 26px;
    }
}

.bath-search__manufacturer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

@media (max-width: 552px) {
    .bath-search__manufacturer-list {
        gap: 8px;
    }
}

.bath-search__manufacturer-item {
    width: 100%;
    max-width: 235px;
    transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
    .bath-search__manufacturer-item {
        max-width: 133px;
    }
}

@media (max-width: 374px) {
    .bath-search__manufacturer-item {
        max-width: 106px;
    }
}

.bath-search__manufacturer-item:hover {
    opacity: 0.8;
}

.bath-search__manufacturer-item img {
    width: 100%;
    height: auto;
    display: block;
}

.bath-search__product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

@media (max-width: 552px) {
    .bath-search__product-list {
        gap: 8px;
    }
}

.bath-search__product-item {
    display: block;
    max-width: 219px;
    width: 100%;
    transition: opacity 0.3s ease;
}

@media (max-width: 552px) {
    .bath-search__product-item {
        max-width: 133px;
    }
}

@media (max-width: 374px) {
    .bath-search__product-item {
        max-width: 106px;
    }
}

.bath-search__product-item:hover {
    opacity: 0.8;
}

.bath-search__product-item img {
    width: 100%;
    height: auto;
    display: block;
}


/* お風呂リフォーム標準工事内容 */
.bath-work-details {
    width: 100%;
    padding: 30px;
}

@media (max-width: 767px) {
    .bath-work-details {
        padding: 60px 15px 30px;
    }
}

.bath-work-details__title {
    width: 100%;
    max-width: 998px;
    text-align: center;
    margin: 0 auto 32px;
    border-bottom: 8px solid #FD9417;
    padding: 0 107px 15px;
}

@media (max-width: 767px) {
    .bath-work-details__title {
        max-width: 500px;
        padding: 0 10px 8px;
        border-bottom: 4px solid #FD9417;

    }
}

.bath-work-details__title img {
    width: 100%;
    height: auto;
    display: block;
}

.bath-work-details__list {
    width: 100%;
    max-width: 1015px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 38px;
    justify-content: center;
}

@media (max-width: 806px) {
    .bath-work-details__list {
        max-width: 493px;
        justify-content: flex-start;
    }
}

@media (max-width: 522px) {
    .bath-work-details__list {
        max-width: 345px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__list {
        max-width: 289px;
    }
}


.bath-work-details__item {
    max-width: 239px;
    width: 100%;
    height: 185px;
    border-radius: 23px;
    border: 2px solid #0071BC;
    position: relative;
    list-style: none;
}

@media (max-width: 522px) {
    .bath-work-details__item {
        max-width: 165px;
        height: 156px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__item {
        max-width: 137px;
        height: 126px;
    }
}


.bath-work-details__number {
    position: absolute;
    top: -18px;
    left: 9px;
    width: 53px;
    height: 53px;
    background-color: #F7931E;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    z-index: 1;
}

@media (max-width: 522px) {

    .bath-work-details__number {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__number {
        width: 30px;
        height: 30px;
        font-size: 15px;
        top: -14px;
    }
}

.bath-work-details__text {
    display: flex;
    align-items: center;
    border-radius: 17px 17px 0 0;
    background-color: #0071BC;
    height: 61px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 75px;
}

@media (max-width: 522px) {
    .bath-work-details__text {
        height: 40px;
        font-size: 14px;
        padding-left: 55px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__text {
        font-size: 12px;
        padding-left: 44px;
    }
}

.bath-work-details__image {
    width: 100%;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 522px) {
    .bath-work-details__image {
        height: 112px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__image {
        height: 82px;
    }
}

.bath-work-details__image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 各画像の個別スタイル調整 */
.bath-work-details__image--1 img {
    width: 100px;
    /* 1. 養生工事の画像サイズ調整 */
}

@media (max-width: 522px) {
    .bath-work-details__image--1 img {
        width: 85px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__image--1 img {
        width: 70px;
    }
}

.bath-work-details__image--2 img {
    width: 100px;
    /* 2. 既存浴室 解体撤去工事の画像サイズ調整 */
}

@media (max-width: 522px) {
    .bath-work-details__image--2 img {
        width: 85px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__image--2 img {
        width: 70px;
    }
}

.bath-work-details__image--3 img {
    width: 120px;
    /* 3. 産業廃棄物 処理運搬の画像サイズ調整 */
}

@media (max-width: 522px) {
    .bath-work-details__image--3 img {
        width: 100px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__image--3 img {
        width: 60px;
    }
}

.bath-work-details__image--4 img {
    width: 84px;
    /* 4. 水道工事の画像サイズ調整 */
}

@media (max-width: 522px) {
    .bath-work-details__image--4 img {
        width: 70px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__image--4 img {
        width: 60px;
    }
}

.bath-work-details__image--5 img {
    width: 100px;
    /* 5. 電気工事の画像サイズ調整 */
}

@media (max-width: 522px) {
    .bath-work-details__image--5 img {
        width: 85px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__image--5 img {
        width: 60px;
    }
}

.bath-work-details__image--6 img {
    width: 100px;
    /* 6. 大工工事の画像サイズ調整 */
}

@media (max-width: 522px) {
    .bath-work-details__image--6 img {
        width: 85px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__image--6 img {
        width: 60px;
    }
}

.bath-work-details__image--7 img {
    width: 136px;
    /* 7. システムバス 組立工事の画像サイズ調整 */
}

@media (max-width: 522px) {
    .bath-work-details__image--7 img {
        width: 100px;
    }
}

@media (max-width: 374px) {
    .bath-work-details__image--7 img {
        width: 60px;
    }
}

/* 価格情報エリア */
.bath-price {
    width: 100%;
    padding: 35px 0;
}

.bath-price__container {
    width: 100%;
    max-width: 1081px;
    margin: 0 auto;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bath-price__block {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

@media (max-width: 470px) {
    .bath-price__block {
        gap: 5px;
    }
}

.bath-price__block:first-child {
    align-items: center;
}

.bath-price__badge,
.bath-price__standard,
.bath-price__info {
    width: 100%;
}

@media (max-width: 1140px) {
    .bath-price__info {
        max-width: 600px;
    }
}

@media (max-width: 1140px) {
    .bath-price__badge {
        width: 150px;
    }
}

@media (max-width: 470px) {
    .bath-price__badge {
        width: 120px;
    }
}

.bath-price__badge img,
.bath-price__standard img,
.bath-price__info img {
    width: 100%;
    height: auto;
    display: block;
}

.bath-price__standard {
    width: 203px;
    height: 203px;
    background-color: #FF7F00;
    border-radius: 50%;
    padding: 32px 25px 0;
}

@media (max-width: 1140px) {
    .bath-price__standard {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 470px) {
    .bath-price__standard {
        width: 100px;
        height: 100px;
        padding: 20px 18px 0;
    }
}

.bath-price__info {
    padding-inline: 13px 27px;
}

/* 価格情報の個別スタイル（nthセレクタ使用） */
.bath-price__info:nth-child(1) {
    background-color: #00840C;
    /* 1つ目（システムバス→システムバス）のスタイル */
}

.bath-price__info:nth-child(2) {
    background-color: #FF4292;
    /* 2つ目（タイル風呂→システムバス）のスタイル */
}

/* おすすめ浴室一覧 */
.bath-plan {
    width: 100%;
    padding: 60px 30px 95px;
    background-color: #EDF2F2;
}

.bath-plan__title-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.bath-plan__title {
    width: 100%;
    max-width: 390px;
    margin: 0 0 45px 0;
}

@media (max-width: 767px) {
    .bath-plan__title {
        margin: 0 auto 45px;
    }
}

.bath-plan__title img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bath-plan__list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

/* 共通カードスタイル */
.bath-card {
    max-width: 490px;
    width: 100%;
    height: 455px;
    background-color: #fff;
    border-radius: 1.5rem;
    border: 4px solid #0071BC;
    position: relative;
    list-style: none;
}

@media (max-width: 534px) {
    .bath-card {
        height: auto;
        padding-bottom: 4px;
        border: 2px solid #0071BC;

    }
}

.bath-card__tag {
    position: absolute;
    width: 105px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7931E;
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    top: -18px;
    left: 34px;
}

@media (max-width: 534px) {
    .bath-card__tag {
        width: 70px;
        height: 25px;
        font-size: 12px;
        top: -13px;
        left: 23px;
    }
}

.bath-card__title {
    height: 91px;
    background-color: #0071BC;
    border-radius: 15px 15px 0 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    letter-spacing: -0.04em;
}

@media (max-width: 534px) {
    .bath-card__title {
        height: auto;
        font-size: 13px;
        padding-top: 18px;
        padding-bottom: 3px;
        word-break: keep-all;
    }
}

.bath-card__bathroom-image {
    max-width: 195px;
    width: 100%;
    position: relative;
}

@media (max-width: 534px) {
    .bath-card__bathroom-image {
        max-width: 300px;
    }
}

/* 擬似要素でplan_off画像を表示 - 共通スタイル */
.bath-card__bathroom-image-01::before,
.bath-card__bathroom-image-02::before,
.bath-card__bathroom-image-03::before,
.bath-card__bathroom-image-04::before,
.bath-card__bathroom-image-05::before,
.bath-card__bathroom-image-06::before,
.bath-card__bathroom-image-07::before,
.bath-card__bathroom-image-08::before {
    content: '';
    display: block;
    width: 104px;
    height: 104px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -25px;
    left: -20px;
    pointer-events: none;
}

@media (max-width: 534px) {

    .bath-card__bathroom-image-01::before,
    .bath-card__bathroom-image-02::before,
    .bath-card__bathroom-image-03::before,
    .bath-card__bathroom-image-04::before,
    .bath-card__bathroom-image-05::before,
    .bath-card__bathroom-image-06::before,
    .bath-card__bathroom-image-07::before,
    .bath-card__bathroom-image-08::before {
        width: 80px;
        height: 80px;
        top: 3px;
        left: 3px;
    }
}

/* 各クラスで画像パスのみ指定 */
.bath-card__bathroom-image-01::before {
    background-image: url(../img/bath/plan_off_01.svg);
}

.bath-card__bathroom-image-02::before {
    background-image: url(../img/bath/plan_off_02.svg);
}

.bath-card__bathroom-image-03::before {
    background-image: url(../img/bath/plan_off_03.svg);
}

.bath-card__bathroom-image-04::before {
    background-image: url(../img/bath/plan_off_04.svg);
}

.bath-card__bathroom-image-05::before {
    background-image: url(../img/bath/plan_off_05.svg);
}

.bath-card__bathroom-image-06::before {
    background-image: url(../img/bath/plan_off_06.svg);
}

.bath-card__bathroom-image-07::before {
    background-image: url(../img/bath/plan_off_07.svg);
}

.bath-card__bathroom-image-08::before {
    background-image: url(../img/bath/plan_off_08.svg);
}

.bath-card__image-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 35px;
    padding-left: 30px;
}

@media (max-width: 534px) {
    .bath-card__image-wrapper {
        max-width: 300px;
        width: 100%;
        margin-inline: auto;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 0;
        padding-inline: 15px;
        padding-top: 7px;
    }
}

.bath-card__image {
    width: 100%;
    display: block;
}

@media (max-width: 534px) {
    .bath-card__price {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 10px;
        margin-top: 5px;
    }
}



.bath-card__logo--housetec {
    max-width: 159px;
    width: 100%;
}

@media (max-width: 534px) {
    .bath-card__logo--housetec {
        max-width: 100px;
    }
}

.bath-card__logo--toto {
    max-width: 116px;
    width: 100%;
    /* TOTOロゴのスタイル */
}

@media (max-width: 534px) {
    .bath-card__logo--toto {
        max-width: 80px;
    }
}

.bath-card__logo--lixil {
    max-width: 107px;
    width: 100%;
    /* LIXILロゴのスタイル */
}

@media (max-width: 534px) {
    .bath-card__logo--lixil {
        max-width: 70px;
    }
}

.bath-card__logo--cleanup {
    max-width: 154px;
    width: 100%;
    /* クリナップロゴのスタイル */
}

@media (max-width: 534px) {
    .bath-card__logo--cleanup {
        max-width: 100px;
    }
}

.bath-card__logo--takara {
    max-width: 210px;
    width: 100%;
    /* Takara standardロゴのスタイル */
}

@media (max-width: 534px) {
    .bath-card__logo--takara {
        max-width: 150px;
    }
}

.bath-card__logo--panasonic {
    max-width: 187px;
    width: 100%;
    /* Panasonicロゴのスタイル */
}

@media (max-width: 534px) {
    .bath-card__logo--panasonic {
        max-width: 130px;
    }
}

.bath-card__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
    background-color: #003677;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

@media (max-width: 534px) {
    .bath-card__label {
        width: 60px;
        height: 25px;
        font-size: 12px;
        margin-top: 0;
        line-height: 1;
    }
}

.bath-card__price-amount {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin-top: 8px;
    color: #FF0000;
}

@media (max-width: 534px) {
    .bath-card__price-amount {
        margin-top: 0;
        gap: 0;
    }
}

.bath-card__price-number {
    font-size: 77px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 534px) {
    .bath-card__price-number {
        font-size: 40px;
    }
}

.bath-card__price-unit {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
}

.bath-card__price-tax {
    font-size: 15px;
    font-weight: 400;
    /* （税込）のスタイル */
}

@media (max-width: 534px) {
    .bath-card__price-tax {
        font-size: 12px;
    }
}

.bath-card__price-yen {
    font-size: 21px;
    font-weight: bold;
    /* 万円のスタイル */
}

@media (max-width: 534px) {
    .bath-card__price-yen {
        font-size: 14px;
    }
}

.bath-card__description {
    font-size: 16px;
    font-weight: bold;
    color: #003677;
    line-height: 1.6;
    padding-top: 10px;
    padding-left: 30px;
}

@media (max-width: 534px) {
    .bath-card__description {
        max-width: 300px;
        width: 100%;
        margin-inline: auto;
        font-size: 13px;
        padding: 5px 15px 0;
    }
}

/* メーカーから探す */
.maker-search {
    position: relative;
    background-color: #DAE4EA;
    padding: 50px 30px 130px;
}

@media (max-width: 767px) {
    .maker-search {
        padding: 50px 15px 100px;
    }
}

.maker-search::before {
    position: absolute;
    top: -47px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 49px;
    background-image: url("../img/bath/maker-search_wave.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.maker-search__title-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.maker-search__title {
    max-width: 347px;
    width: 100%;
}

@media (max-width: 767px) {
    .maker-search__title {
        margin: 0 auto;
    }
}

.maker-search__title img {
    width: 100%;
    display: block;

}

.maker-search__body {
    margin-top: 50px;
}

.maker-search__section {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1005px;
    margin: 0 auto 60px;
}

.maker-search__section:last-child {
    margin-bottom: 0;
}

.maker-search__heading {
    display: flex;
    align-items: center;
    width: 100%;
    height: 59px;
    background-color: #fff;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #003677;
    padding-left: 55px;
}

@media (max-width: 767px) {
    .maker-search__heading {
        height: 40px;
        line-height: 1;
    }
}

.maker-search__list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 65px;
}

@media (max-width: 767px) {
    .maker-search__list {
        margin-top: 30px;
    }
}

/* 施工事例セクション */
.bath-case-study {
    position: relative;
    background-color: #EDF2F2;
    width: 100%;
    padding: 20px 0 60px;
}

.bath-case-study::before {
    position: absolute;
    top: -47px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 49px;
    background-image: url(../img/bath/case_study_wave.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.bath-case-study__title {
    width: 100%;
    max-width: 695px;
    text-align: center;
    margin: 0 auto;
    padding-inline: 30px;
}

.bath-case-study__title img {
    width: 100%;
    display: block;
}

.bath-case-study__slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0 50px 0;
}

.bath-case-study__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bath-case-study__list .slick-list {
    overflow: visible;
}

.bath-case-study__list .slick-track {
    display: flex;
    align-items: stretch;
}

.bath-case-study__card {
    list-style: none;
    overflow: hidden;
    border-radius: 21px;
    margin: 0 10px;
}

.bath-case-study__card-link {
    display: block;
    width: 466px;
    background-color: #fff;
    padding: 30px;
    text-decoration: none;
    transition: transform 0.3s ease;
    transform-origin: center;
}

@media (max-width: 550px) {
    .bath-case-study__card-link {
        max-width: 290px;
        width: 100%;
        padding: 15px;
    }
}

.bath-case-study__card-link:hover {
    transform: scale(1.02);
}

.bath-case-study__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.bath-case-study__card-header {
    max-width: 395px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-inline: auto;
    margin-bottom: 15px;
}

.bath-case-study__card-title {
    flex: 1;
    font-size: 21px;
    font-weight: bold;
    color: #003677;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 550px) {
    .bath-case-study__card-title {
        font-size: 15px;
    }
}

.bath-case-study__before {
    position: relative;
}

.bath-case-study__before-image-wrapper {
    position: relative;
    max-width: 191px;
    width: 100%;
}

@media (max-width: 550px) {
    .bath-case-study__before-image-wrapper {
        max-width: 130px;
    }
}

.bath-case-study__before-image-wrapper::after {
    content: '';
    display: block;
    width: 58px;
    height: 45px;
    background-image: url(../img/bath/case_study_arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 17px;
    bottom: -33px;
    z-index: 1;
}

@media (max-width: 550px) {
    .bath-case-study__before-image-wrapper::after {
        width: 40px;
        height: 30px;
        bottom: -25px;
        right: 36px;
    }
}

.bath-case-study__after {
    position: relative;
}

.bath-case-study__after-content {
    height: 423px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 550px) {
    .bath-case-study__after-content {
        height: 275px;
    }
}

.bath-case-study__after-image-wrapper {
    position: relative;
    max-width: 395px;
    width: 100%;
    margin-inline: auto;
}

@media (max-width: 550px) {
    .bath-case-study__after-image-wrapper {
        max-width: 190px;
    }
}

.bath-case-study__after-image-wrapper::after {
    position: absolute;
    content: '';
    display: block;
    width: 76px;
    height: 57px;
    background-image: url(../img/bath/case_study_kirakira.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 21px;
    right: 28px;
}

@media (max-width: 550px) {
    .bath-case-study__after-image-wrapper::after {
        width: 39px;
        height: 27px;
        top: 11px;
        right: 13px;
    }
}

.bath-case-study__tag {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.bath-case-study__tag--before {
    position: absolute;
    width: 81px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #808080;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    top: -14px;
    left: 10px;
    z-index: 1;
}

@media (max-width: 550px) {
    .bath-case-study__tag--before {
        width: 60px;
        height: 20px;
        font-size: 12px;
        top: -9px;
        line-height: 1;
    }
}

.bath-case-study__tag--after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 35px;
    border-radius: 17px;
    background-color: #FF6F11;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    top: -17px;
    left: 10px;
    z-index: 1;
}

@media (max-width: 550px) {
    .bath-case-study__tag--after {
        width: 70px;
        height: 25px;
        font-size: 14px;
        top: -13px;
        line-height: 1;
    }
}

.bath-case-study__image {
    width: 100%;
    display: block;
    pointer-events: none;
}

.bath-case-study__card-details {
    padding: 20px 10px 0;
    padding-top: 20px;
}

.bath-case-study__description {
    font-size: 18px;
    font-weight: bold;
    color: #003677;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

@media (max-width: 550px) {
    .bath-case-study__description {
        font-size: 14px;
    }
}

.bath-case-study__area {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    font-size: 14px;
    color: #808080;
    background-color: #E6E6E6;
    border-radius: 17px;
    margin: 0;
    padding-inline: 20px;
    margin-left: 22px;
}

@media (max-width: 550px) {
    .bath-case-study__area {
        font-size: 12px;
    }
}

.bath-case-study__button-wrapper {
    padding-inline: 30px;
    margin-top: 50px;
}

.bath-case-study__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 578px;
    height: 91px;
    text-align: center;
    margin-inline: auto;
    background-color: #003677;
    border-radius: 45px;
    padding-inline: 40px;
    transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
    .bath-case-study__button {
        height: 52px;
    }
}

.bath-case-study__button img {
    max-width: 280px;
    width: 100%;
    display: block;
}

.bath-case-study__button:hover {
    opacity: 0.8;
}

/* Slick ナビゲーション矢印 */
.bath-case-study__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 54, 119, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: rgba(0, 54, 119, 0.6);
    opacity: 0.6;
    padding: 0;
    margin: 0;
}

.bath-case-study__nav:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 54, 119, 0.5);
    color: rgba(0, 54, 119, 0.8);
}

.bath-case-study__nav--prev {
    left: 10px;
}

.bath-case-study__nav--next {
    right: 10px;
}

.bath-case-study__nav svg {
    width: 16px;
    height: 16px;
}

.bath-case-study__nav.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .bath-case-study__nav {
        width: 32px;
        height: 32px;
        opacity: 0.5;
    }

    .bath-case-study__nav--prev {
        left: 5px;
    }

    .bath-case-study__nav--next {
        right: 5px;
    }

    .bath-case-study__nav svg {
        width: 14px;
        height: 14px;
    }
}

/* Slick ドットインジケーター */
.bath-case-study__slider-wrapper .slick-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
}

.bath-case-study__slider-wrapper .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
}

.bath-case-study__slider-wrapper .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background-color: rgba(0, 54, 119, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
    font-size: 0;
    line-height: 0;
}

.bath-case-study__slider-wrapper .slick-dots li button:before {
    display: none;
}

.bath-case-study__slider-wrapper .slick-dots li button:hover {
    opacity: 0.8;
    background-color: rgba(0, 54, 119, 0.5);
}

.bath-case-study__slider-wrapper .slick-dots li.slick-active button {
    background-color: rgba(0, 54, 119, 0.7);
    opacity: 1;
    width: 10px;
    height: 10px;
}

@media (max-width: 767px) {
    .bath-case-study__slider-wrapper .slick-dots {
        bottom: -35px;
        gap: 12px;
    }

    .bath-case-study__slider-wrapper .slick-dots li {
        width: 6px;
        height: 6px;
    }

    .bath-case-study__slider-wrapper .slick-dots li button {
        width: 6px;
        height: 6px;
    }

    .bath-case-study__slider-wrapper .slick-dots li.slick-active button {
        width: 8px;
        height: 8px;
    }
}

/* 選ばれる理由セクション */
.bath-reason {
    position: relative;
    background-image: url(../img/bath/reason_bg.png);
    width: 100%;
    padding: 68px 30px 60px;
}

@media (max-width: 767px) {
    .bath-reason {
        padding: 50px 15px 60px;
    }
}

.bath-reason__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.bath-reason__title {
    width: 100%;
    max-width: 1133px;
    margin: 0 auto;
}

.bath-reason__title img {
    width: 100%;
    display: block;
}

.bath-reason__content {
    width: 100%;
    max-width: 1075px;
    background-color: #fff;
    border-radius: 32px;
    margin: 70px auto 0;
    padding: 1px 25px 27px;
    padding-top: 1px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
}

@media (max-width: 530px) {
    .bath-reason__content {
        margin-top: 40px;
    }
}

.bath-reason__image-wrapper {
    width: 100%;
    max-width: 588px;
    margin-inline: auto;
    margin-top: -65px;
    padding-inline: 20px;
}

@media (max-width: 530px) {
    .bath-reason__image-wrapper {
        margin-top: -28px;
        padding-inline: 0;
    }
}

.bath-reason__image {
    width: 100%;
    display: block;
}

.bath-reason__list {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    padding: 0;
}

.bath-reason__list-left,
.bath-reason__list-right {

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bath-reason__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 530px) {
    .bath-reason__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.bath-reason__item-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bath-reason__tag {
    width: 139px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF0C00;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 15px;
    text-align: center;
}

@media (max-width: 530px) {
    .bath-reason__tag {
        height: 25px;
        font-size: 12px;
        line-height: 1;
    }
}

.bath-reason__text {
    font-size: 21px;
    font-weight: bold;
    color: #000;
}

@media (max-width: 530px) {
    .bath-reason__text {
        font-size: 17px;
    }
}

.bath-reason__arrow-wrapper {
    width: 17px;
}

.bath-reason__arrow {
    width: 100%;
}

.bath-reason__button-wrapper {
    margin-top: 50px;
}

.bath-reason__button {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 578px;
    width: 100%;
    height: 91px;
    text-decoration: none;
    padding-inline: 40px;
    background-color: #FF0000;
    border-radius: 45px;
    margin-inline: auto;
    transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
    .bath-reason__button {
        height: 52px;
    }
}

.bath-reason__button img {
    max-width: 340px;
    width: 100%;
    display: block;
}

.bath-reason__button:hover {
    opacity: 0.8;
}

/* その他のリフォームプランセクション */
.bath-other-plan {
    width: 100%;
    padding: 0 30px 165px;
}

@media (max-width: 589px) {
    .bath-other-plan {
        padding: 0 15px 100px;
    }
}


.bath-other-plan__title {
    width: 100%;
    max-width: 618px;
    margin-inline: auto;
    margin-bottom: 40px;
}

.bath-other-plan__title img {
    width: 100%;
    display: block;
}

.bath-other-plan__list {
    width: 100%;
    max-width: 835px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 23px;
    column-gap: 40px;
    justify-content: center;
    margin-inline: auto;
}

@media (max-width: 799px) {
    .bath-other-plan__list {
        row-gap: 10px;
        column-gap: 10px;
    }
}

.bath-other-plan__item {
    width: clamp(140px, calc((100% - 10px) / 2), 245px);
    max-width: 245px;
}

@media (max-width: 875px) {
    .bath-other-plan__item {
        width: clamp(140px, calc((100% - 10px) / 2), 350px);
        max-width: 350px;
    }
}

.bath-other-plan__item img {
    width: 100%;
    display: block;
}

/* バナーエリア */
.bath-banner {
    background-color: #F6F2E7;
    padding: 60px 30px 60px;
}

@media (max-width: 504px) {
    .bath-banner {
        padding: 30px 15px 30px;
    }
}

.bath-banner__wrapper {
    width: 100%;
}

.bath-banner__list {
    width: 100%;
    max-width: 926px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 33px;
    row-gap: 24px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 504px) {
    .bath-banner__list {
        column-gap: 10px;
        row-gap: 10px;
    }
}

.bath-banner__item {
    max-width: 206px;
    width: 100%;
}

@media (max-width: 504px) {
    .bath-banner__item {
        max-width: 167px;
    }
}

@media (max-width: 374px) {
    .bath-banner__item {
        max-width: 140px;
    }
}

.bath-banner__item img {
    width: 100%;
    display: block;
}