@charset "UTF-8";

/* イラスト装飾 */

.heading.block_header_6::before {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url("/common/upload_data/warabe-gakuencom/image/o21.png") no-repeat center right / 110px;
    pointer-events: none;
}

.widget_form::before,
.widget_form::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.widget_form::before {
    top: 0;
    left: 0;
    background: url("/common/upload_data/warabe-gakuencom/image/o28.png") no-repeat top left / 13vw;
}

.widget_form::after {
    bottom: 0;
    right: 0;
    background: url("/common/upload_data/warabe-gakuencom/image/o29.png") no-repeat bottom right / 5vw;
}

@media screen and (max-width: 1300px) {
    .widget_form {
        padding-bottom: 120px !important;
    }

    .widget_form::before {
        background-position: bottom left;
        background-size: 140px;
    }

    .widget_form::after {
        background-size: 60px;
    }
}

@media screen and (max-width: 900px) {
    .heading.block_header_6::before {
        display: none;
    }
}

/* lv 装飾 */

#lv_outer::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: 5%;
    background: url("/common/upload_data/warabe-gakuencom/image/o27.png") no-repeat bottom left / 170px;
    z-index: 5;
    pointer-events: none;
}

@media screen and (max-width: 650px) {
    #lv_outer::before {
        background-size: 90px;
    }
}