/* 追記202608　*/

.p-home-campaign2608 .c-highlight {
    background-color: #fff;
    background-image: url(../img/home/campaign2608__bg--sm.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 10rem;
    aspect-ratio: 750 / 2908;
}
.p-home-cost2608 .c-highlight {
    background: #0071bc url(../img/home/cost2608__bg.png) 50% 0;
    background-size: 15.625vw auto;
}
.p-home-cost2608__button {
    margin-top: 4.2857142857%;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .p-home-campaign2608 .c-highlight {
        background-image: url(../img/home/campaign2608__bg.jpg);
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 10rem;
        padding-bottom: 10rem;
        aspect-ratio: 1921 / 1560;
    }
    .p-home-cost2608 .c-highlight {
        background-size: 13.6rem auto;
    }
}
