@charset "UTF-8";
.BD-home .sec--commitment {
    padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .BD-home .sec {
        padding: 80px 0;
    }
    .BD-home .sec--commitment {
        padding-bottom: 60px;
    }
}

/* ========== メインビジュアル ========== */
.mv {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .mv {
        margin-bottom: 50px;
    }
    .mv .mv-slider .swiper-slide {
        height: auto;
    }
}

/* ========== COMMITMENT ========== */
.sec--commitment .commitment-img:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}