@charset "utf-8";


.sand {
    background: url(../img/common/sand.jpg);
    background-size: contain;
    background-repeat: repeat;
}

section.company {
    position: relative;
}

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

.recruit_p_wrap {
    margin-top: 3.676vw;
}

.recruit_p_wrap p {
    line-height: 2.35;
}

.right_bg {
    z-index: 0;
    width: 35%;
    top: 7.353vw;
}

.flex {
    display: flex;
    justify-content: flex-end;
}

.img_wrap {
    position: absolute;
    left: 5%;
    width: 40%;
}

.txt_wrap {
    width: 100%;
}

.txt_wrap p {
    line-height: 2.35;
    margin-top: 2.206vw;
}

p.big {
    font-size: 2.059vw;
}

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;
}

.rec_entry_p.center {
    margin-top: 2.206vw;
}

.bus_1__ttl_wrap {
    margin: 0 0 0;
}

td.name_flex p {
    display: flex;
}

td.name_flex p span {
    width: 48%;
    margin-right: 2%;
}

td.birth p {
    display: flex;
    justify-content: flex-start;
}

table.form_tbl.rec td input[type="text"],
table.form_tbl.rec td input[type="tel"],
table.form_tbl.rec td input[type="email"] {
    background: #fff;
    border: solid 1px #b7b7b7;
}

table.form_tbl.rec select {
    background: #fff;
    border: solid 1px #b7b7b7;
    width: 4.412vw;
    padding-left: 0.368vw;
}

span.space_span {
    padding: 1% 10px 1% 1%;
}

table.form_tbl.rec td textarea {
    width: 95.5%;
    border: none;
    background: #fff;
    border: solid 1px #b7b7b7;
    padding: 2%;
    border-radius: 0.441vw;
}

h3.personal_info {
    text-align: center;
    margin-bottom: 2.206vw;
}

p.rec_form_p {
    max-width: 51.471vw;
    margin: 0 auto 30px;
    text-align: center;
}

.hidden_box {
    background: #fff;
}

section.contact .inner_wrap {
    max-width: 51.471vw;
}

@media (max-width: 767px) {

    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;
    }

    table.form_tbl.rec select {
        width: initial;
    }

    h4 {
        font-size: 4.105vw;
    }

    p.rec_form_p {
        max-width: unset;
    }

    .right_bg {
        width: 80%;
        top: -23.077vw;
    }

    .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%;
    }

    .blue_btn.center {
        display: flex;
        justify-content: center;
    }

    .blue_btn.center p {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .page_mv {
        position: relative;
        z-index: 2;
    }

    section.company .default.h2_wrap {
        position: relative;
        z-index: 2;
    }

    .recruit_p_wrap {
        position: relative;
        z-index: 2;
    }
}