@charset "utf-8";

/* secFloatingContainer */
.secFloatingContainer .boxBnrBody {
    background-color: var(--color-pink);
}

/*-----------------------------------------------
    Job Section
-----------------------------------------------*/
.secJob {
    padding: 6rem 0 14rem;
}

.secJob .secBtnCenter {
    margin-top: 8rem;
}

@media screen and (max-width: 1215px) {
    .secBgMember {
        background-image: none;
    }

    .secJob {
        padding: 5.5rem 0 8rem;
        position: relative;
        z-index: 0;
    }

    .secJob .wrapperSp {
        position: relative;
        z-index: 1;
    }

    .secJob .secBtnCenter {
        margin-top: 5rem;
    }

    .secJob::after {
        content: '';
        position: absolute;
        bottom: -45vw;
        left: 0;
        width: 100%;
        height: 81vw;
        background: url("../../../img/front/index/bg02.png") no-repeat center top / 100%;
        z-index: 0;
    }

    .secNews {
        position: relative;
        z-index: 1;
    }
}