@charset "utf-8";



.keyVisual{
    padding-bottom: 0px;
}
.on-off_top_text{
    max-width: 401px;
    width: 25.06vw;
    margin-top: 61px;
    transform: translateY(29px);
}
.on-off_top_bgimg{
    max-width: 980px;
    width: 61.25vw;
}

@media screen and (max-width: 768px){
    .keyVisual{
        padding-bottom: 25px;
    }
    .on-off_top_text{
        width: 300px;
        margin-top: 68px;
        transform: translateY(0);
    }
    .on-off_top_bgimg{
        width: 325px;
    }
}