@charset "UTF-8";

/**********
/* MAIN
***********/

.p-recruit {
    overflow: hidden;
}

.p-recruit1 {
    padding-top: 66px;
    padding-bottom: 0;
}

.p-recruit2 {
    padding-top: 30px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 850px) {
    .p-recruit1 {
        padding-top: 74px;
    }
    .p-recruit2 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 650px) {
    .p-recruit1 {
        padding-top: 37px;
    }
}

/**********
/* RECRUITS
***********/

.c-recruits__content {
    margin-top: 41px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-recruits__text {
    min-height: 450px;
    position: relative;
    padding: 51px 177px 41px 130px;
    margin-right: 263px;
    background-color: #FCFCD9;
}

.c-recruits__text::after {
    content: "";
    width: 1000%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -998%;
    background: #FCFCD9;
}

.p-recruit .p-recruit1 .c-image {
    background-image: url("../images/recruit-image-1.jpg");
}

.p-recruit .p-recruit1 .c-image {
    max-width: 500px;
    height: 335px;
    -webkit-box-shadow: 20px 20px 0px white;
    box-shadow: -15px 15px 0px white;
    background-position: right center;
    background-repeat: no-repeat;
    top: 221px;
    left: unset;
    right: -9%;
}

.c-recruits__main {
    counter-reset: counter;
}

.c-recruits__desc {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 1.55rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.p-recruit .p-recruit2 .c-office__text {
    max-width: unset;
    margin-top: 40px;
}

.p-recruit .p-recruit2 .c-office__title {
    min-width: 122px;
}

.p-recruit .p-recruit2 .c-office__text li::before {
    width: 124px;
}

.p-recruit .p-recruit2 .c-office__lists {
    padding: 1px 0 0 15px;
}

.p-recruit .p-recruit2 .c-office__lists .c-office__desc {
    line-height: 1.6;
}

.p-recruit .p-recruit2 .c-office__lists .c-office__list {
    width: 100%;
    float: left;
    line-height: 1.6;
}

@media only screen and (max-width: 1080px) and (min-width: 850px) {
    .p-recruit .p-recruit2 .l-container {
        max-width: 92%;
    }

    .p-recruit .p-recruit1 .c-image {
        width: calc(30% + 30px);
        right: 0;
    }

    .p-recruit .p-recruit1 .c-recruits__text {
        width: calc(100% - (30% - 50px));
        margin: 0;
        padding-left: 55px;
        padding-right: 110px;
    }
}

@media only screen and (max-width: 850px) {
    .c-recruits__main {
        margin-top: 163px;
        background-color: #FCFCD9;
    }

    .c-recruits__content {
        flex-direction: column;
    }

    .p-recruit .p-recruit1 .c-image {
        width: calc(100% - 15px);
        max-width: 400px;
        height: 250px;
        margin: -125px auto 15px auto;
        background-position: center;
        position: unset;
    }

    .c-recruits__text {
        margin: 20px 0 0 0;
        padding: 0;
        background: none;
    }

    .c-recruits__text::after {
        content: unset;
    }

    .p-recruit .p-recruit2 .l-container {
        max-width: 92%;
    }
}
