@charset "UTF-8";

/*MV調整*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv {
    width: 100%;
    box-shadow: none;
}
#mv_outer {
    padding-top: 0px;
}
#mv_outer::before {
    content: none;
}
@media screen and (max-width: 125vh){
    #mv.mv_mp4_cover {
        height: auto !important;
        min-height: 0 !important;
    }
}
@media screen and (max-width: 1360px) {
    #mv {
        height: auto;
    }
}
@media screen and (max-height: 630px) {
    #mv_outer {
         padding-top: 0px;
    }
}

/*----- タイトル下線調整 -----*/
#hd1 + .contents_box01 .heading.block_header_1 p {
    /*text-decoration: transparent;*/
    text-decoration: none;
}
#hd1 + .contents_box01 .heading.block_header_1 p:before {
    content: none;
}

#school_kg + .contents_box01 .heading.block_header_1 p {
    text-decoration: none;
    visibility: hidden;
    margin-inline: auto;
    height: 90px;
}
#school_kg + .contents_box01 .heading.block_header_1 p:before {
    display: block;
    visibility: visible;
    content: '';
    width: 240px;
    height: auto;
    aspect-ratio: 374 / 235;    background-color: initial;
    background-image: url('/common/upload_data/school-kgcom/image/20241111091331.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    opacity: 1;
}
#school_kg + .contents_box01 .heading.block_header_1.align-left {
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}
