@charset "UTF-8";

/* lv */
#lv_outer::before {
    width: 55vw;
    max-width: 993px;
    min-width: 300px;
    height: 100%;
    background: url("/common/upload_data/recruit-spread-grpcojp/image/slanting_bg5.png") no-repeat left bottom / contain;
    bottom: -60px;
}

@media screen and (max-width: 900px) {
    #lv_outer::before {
        bottom: 20px;
    }
}