@charset "UTF-8";

@media screen and (min-width: 769px) {
    #mv .mv_textimg .mv_textimg_pc {
        margin-bottom: 6rem;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg:has(.mv_textimg_sp.pos_lb), #mv .mv_textimg:has(.mv_textimg_sp.pos_cb), #mv .mv_textimg:has(.mv_textimg_sp.pos_rb) {
        align-items: center;
    }
}