@charset "utf-8";

/* mv */
@media (min-width: 769px) {
    .underlayer_mv_img {
        background: url('../../images/about/index/mv.webp') no-repeat 50% 50% / cover;
    }
}
@media (max-width: 768px) {
    .underlayer_mv_img {
        background: url('../../images/about/index/mv_sp.webp') no-repeat 50% 50% / cover;
    }
    .underlayer_mv_lead_txt {
        padding-bottom: 0rem;
        border-bottom: none;
    }
}
