@charset "utf-8";

/* 動画でわかる！オンライン指導動画の強み
------------------------------------------------ */
.online_coaching_mv {
    background-color: #fbd97d;
    width: 720px;
    height: 420px;
    margin: 40px auto 50px;
    padding: 0 0 30px;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.online_coaching_mv .ttl {
    position: absolute;
    top: -20px;
    & img {
        width: 483px;
    }
}
@media screen and (max-width: 834px) {
    .online_coaching_mv {
        width: 100%;
        height: auto;
        padding: 13% clamp(18px, var(--sp-18px), 36px) 17px;
        margin: 30px auto;
        border-radius: 0;
    }
    .online_coaching_mv .ttl {
        width: 75%;
        top: -5%;
        & img {
            width: 100% !important;
        }
    }
}
#service_movie {
    width: 550px !important;
}