@charset "UTF-8";

/* お客様の声レイアウト変更(2025/11/04) */
#voice + .widget_gallery01 .content_wrapper {
    display: grid;
    grid-template-columns: 35% 60%;
    align-items: center;
    justify-content: space-between;
}
#voice + .widget_gallery01 .content_wrapper > .heading {
    grid-row: 1;
    grid-column: 1;
}
#voice + .widget_gallery01 .content_wrapper > .add_text {
    grid-row: 2;
    grid-column: 1;
    font-size: 95%;
    text-align: left;
}
#voice + .widget_gallery01 .content_wrapper > .wrapper_item {
    grid-row: 1 / 4;
    grid-column: 2;
    min-width: 0;
    width: 100%;
}
#voice + .widget_gallery01 .content_wrapper > .contents_btn01 {
    grid-row: 3;
    grid-column: 1;
    padding-top: 0;
    padding-left: 0;
}
#voice + .widget_gallery01 .content_wrapper > .contents_btn01 a {
    min-width: 200px;
}

@media only screen and (max-width: 650px) {
    #voice + .widget_gallery01 .content_wrapper {
        display: block;
    }
}


/*MV調整_251119*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
}
.mv_textimg > div {
    width: 40%;
}
#mv .mv_textimg img {
    max-width: initial;
    max-height: initial !important;
    width: 100%;
}
#mv .mv_textimg a {
    max-width: initial;
    width: 23vw;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}