@charset "UTF-8";

@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 769px) {
    #mv .mv_textimg:has(.mv_textimg_pc.pos_l), #mv .mv_textimg:has(.mv_textimg_pc.pos_c), #mv .mv_textimg:has(.mv_textimg_pc.pos_r) {
        align-items: end !important;
    }
#mv .mv_textimg {
transform: translate(0) !important;
    left: 0 !important;
justify-content: left !important;
}
#mv .mv_textimg img {
width: 64% !important;
    margin: 0 !important;
    margin-bottom: 3rem !important;
    margin-left: 3rem !important;
}
}