@charset "utf-8";

/* mv */
@media (min-width: 769px) {
    .underlayer_mv_img {
        background: url('../../images/project/index/mv.webp') no-repeat 50% 50% / cover;
    }
}
@media (max-width: 768px) {
    .underlayer_mv_img {
        background: url('../../images/project/index/mv_sp.webp') no-repeat 50% 50% / cover;
    }
}

@media (min-width: 769px) {
    .main_box_body_grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .anchor {
        border-top: none;
        margin-top: 0;
    }
}