@charset "utf-8";

.page_wrap.company {
    background: url(../img/common/sand.jpg);
}

.inner_wrap.wide {
    position: relative;
}

.swiper-button-prev.slider_2 {
    top: 60%;
    left: -16px !important;
    right: auto;
    width: 2.353vw;
    height: 2.353vw;
    background: url(../img/before_after/prev.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.swiper-button-next.slider_2 {
    top: 60%;
    right: -16px !important;
    left: auto;
    width: 2.353vw;
    height: 2.353vw;
    background: url(../img/before_after/next.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

section.staff,
section.carrier_step {
    position: relative;
}

section.carrier_step {
    background: #fff;
}

.right_bg {
    top: 0;
    width: 20.368vw;
    z-index: 0;
}

.right_svg {
    position: absolute;
    top: 3.676vw;
    width: 8.382vw;
    right: 2.206vw;
}

.step_img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.676vw;
}

.step_img {
    width: 48%;
    margin-bottom: 4%;
}

@media (max-width: 767px) {

    .right_bg {
        top: -25.641vw;
        width: 56.41vw;
        z-index: 0;
    }

    .step_img {
        width: 100%;
        margin-bottom: 8%;
    }

    section.carrier_step .right_svg {
        display: none;
    }

}

.rec_message_wrap {
    width: 66.176vw;
    margin: 0 auto;
}

.recruit_p_wrap {
    margin-top: 3.676vw;
}

.recruit_p_wrap p {
    line-height: 2.35;
}

section.gray {
    background: #fff;
}

article.gray.page {
    padding: 0 5% 50px;
    max-width: 51.471vw;
    width: 90%;
    margin: auto;
    background: unset;
}

article.gray.over {
    padding: 0 5% 0;
    max-width: 51.471vw;
    width: 90%;
    margin: auto;
    background: unset;
}

h2.center {
    border-bottom: solid 1px;
    padding: 0 0 1.471vw;
    font-weight: 500;
    font-size: 1.324vw;
}

@media(max-width:767px) {
    .rec_message_wrap {
        width: 90%;
        margin: 50px auto 0;
    }

    .txt_wrap {
        width: 57%;
    }

    p.big {
        font-size: 4.615vw;
        margin-top: 3.846vw;
    }

    .rec_message_wrap .flex {
        margin-bottom: 3.846vw;
    }

    h2.center {
        border-bottom: solid 1px;
        padding: 0 0 1.471vw;
        font-weight: 500;
        font-size: 4.615384615384616vw;
    }

    article.gray.page,
    article.gray.over {
        max-width: unset;
    }

    section.contact .inner_wrap {
        max-width: unset;
    }

    table.form_tbl.rec {
        width: 100%;
        margin: auto;
    }

    h4 {
        font-size: 4.105vw;
    }

    p.rec_form_p {
        max-width: unset;
    }

    .rec_message_wrap {
        width: 90%;
        margin: 50px auto 0;
    }

    .txt_wrap {
        width: 57%;
    }

    p.big {
        font-size: 4.615vw;
        margin-top: 3.846vw;
    }

    .rec_message_wrap .flex {
        margin-bottom: 3.846vw;
    }

    table.rec th {
        font-weight: 500;
        padding-top: 2.564vw;
    }

    table.rec td {
        padding: 0 0 5.128vw;
        width: 100%;
    }
}