@charset "UTF-8";

#mv .mv_img {
    height: calc(100% - 120px);
    padding-top: 120px;
}
#mv .mv_img li{
    height: calc(100% - 120px);
}

@media screen and (max-width: 768px) {
#mv .mv_img {
    height: calc(100% - 50px);
    padding-top: 50px;
}
#mv .mv_img li{
    height: calc(100% - 50px);
}
}

#icon1+div .heading:before {
    content: '';
    background: url(/common/upload_data/ebisu-classcom/image/20210618173304.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 180px;
    position: absolute;
    left: unset;
    right: 80px;
    top: -10px;
}
#icon2+div .heading:before {
    content: '';
    background: url(/common/upload_data/ebisu-classcom/image/20210618173304.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 180px;
    position: absolute;
    right: unset;
    left: 80px;
    top: -10px;
}
@media screen and (max-width: 768px) {
#icon1+div .heading:before {
    width: 60px;
    height: 70px;
    left:unset;
    right: 20px;
    top: -30px;
}
#icon2+div .heading:before {
    width: 60px;
    height: 70px;
    right:unset;
    left: 20px;
    top: -30px;
}

}