@charset "utf-8";

.cont .container {
    width: 100%;
}

.cont .primary .inner {
    width: 1040px;
}

@media only screen and (max-width: 768px) {

    .cont .container {}

    .primary {
        width: 100%;
    }

    .cont .primary .inner {
        width: 90.625%;
    }

    .cont h2 .ja {
        font-size: 14px;
    }
}

/*============================
求人情報
============================*/
#recruit {
    position: relative;
}

#recruit .photo {
    width: 80%;
    height: 100%;
    margin-right: auto;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#recruit .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#recruit .inner {
    padding: 120px 0;
}

#recruit h2 .ja {
    font-size: 36px;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {

    #recruit {}

    #recruit .photo {
        width: 90.625%;
    }

    #recruit .photo img {
        opacity: 0.7;
    }

    #recruit .inner {
        padding: 40px 0;
        width: 81.25%;
        margin-right: auto;
        margin-left: 4.6875%;
    }

    #recruit h2 .ja {
        font-size: 24px;
    }
}

/*============================
募集要項
============================*/
#recruit_info {}

@media only screen and (max-width: 768px) {}
