@charset "utf-8";

/* company */

/* contents
----------------------------------------- */
/* page-visual */



/* page-visual */
.page-visual {
    background: url(../images/contact_mv-img_pc.jpg) center center no-repeat;
    background-size: cover;
}


.recruit-area {
    box-sizing: border-box;
    width: 84%;
    margin: 60px auto 80px;
}

.recruit-area h4 {
    display: block;
    margin-bottom: 0px;
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-top: 0px;
}


.recruit-inner {
    padding: 40px 100px 40px;
    background-color: #fff;
    border-bottom: 40px solid #ededed;
}


.recruit-inner:last-child {
    border-bottom: none;
}


#contents h3 .jpn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    border-bottom: 80px solid #222;
    width: 1px;
    margin: auto;
}

.recruit-sec {
    margin: 0 auto 80px auto;
    max-width: 900px;
}

.recruit-sec:last-child {
    margin-bottom: 0px;
}


.recruit-sec .recruit-sec-p {
    background: rgba(2, 78, 168, 1);
    color: #fff;
    display: block;
    margin: auto;
    text-align: center;
    padding: 5px;
    max-width: 400px;
    line-height: 1.4;
}

.recruit-sec .recruit-sec .tm > div:first-child {
    width: 100%;
}

.recruit-sec .recruit-sec .tm > div:last-child {
    width: 100%;
}

.recruit-oubo {
    border: 1px solid #e5e5e5;
    margin: 60px auto 0;
    padding: 30px 40px 40px 40px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.recruit-oubo h5 {
    width: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
    margin-bottom: 20px;

}

.recruit-oubo h5:before,
.recruit-oubo h5:after {
    border-top: 1px solid #222;
    content: "";
    flex-grow: 1;
}

.recruit-oubo h5:before {
    margin-right: 1rem;
}

.recruit-oubo h5:after {
    margin-left: 1rem;
}


.recruit-oubo-tel span.recruit-tel {
    font-size: 28px !important;
}

.recruit-oubo a.contact-mail {
    border-bottom: 1px solid #222;
    transition: all .3s;
}

.recruit-oubo a.contact-mail:hover {
    border-bottom: 1px solid #fff;
    transition: all .3s;
}

.recruit-oubo p {
    line-height: 2.4;
}

.contact-shamei {
    font-size: 22px;
}


/* ------------------------------------------------------ */
/*  - 1360px */
/* ------------------------------------------------------ */
@media only screen and (max-width: 1360px) {


    .recruit-sec .top-message-bottom {
        text-align: center;
        font-size: 14px;
    }

    .recruit-inner {
        padding: 60px 50px 60px;
    }


}

/* ------------------------------------------------------ */
/*  - 1100px */
/* ------------------------------------------------------ */
@media only screen and (max-width: 1110px) {}


/* ------------------------------------------------------ */
/*  - 960px */
/* ------------------------------------------------------ */
@media only screen and (max-width: 960px) {

    /* company-common */

    .recruit-area {
        box-sizing: border-box;
        width: calc(100% - 30px);
        height: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .recruit-area h4 {
        font-size: 20px;
    }

    .recruit-inner {
        padding: 50px 40px 50px;
    }


}

/* ------------------------------------------------------ */
/*  - 700px */
/* ------------------------------------------------------ */
@media only screen and (max-width: 700px) {

    .recruit-area {
        padding: 30px;
    }
}


/* ------------------------------------------------------ */
/*  - 600px */
/* ------------------------------------------------------ */
@media only screen and (max-width: 600px) {

    /* company-common */
    .page-visual {
        background: url(../images/contact_mv-img_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    .recruit-area {
        width: 100%;
        padding: 20px 20px 0 20px;
        margin-right: 0;
        margin-left: 0;
        margin-top: 60px;
    }

    .recruit-inner {
        padding: 0px;
    }

    .recruit-area h4 {
        font-size: 16px;
        text-align: left;
    }

    .recruit-sec .recruit-message {
        margin-top: 30px;
        margin-bottom: 20px;
        line-height: 2;
    }


.recruit-oubo {
    border: 1px solid #e5e5e5;
        margin-top: 20px;

    }

    .recruit-oubo h5 {
        margin-bottom: 10px;

    }

    .recruit-oubo p:nth-child(3) {
        font-size: 13px;
        letter-spacing: 0;
    }

    .recruit-oubo-tel span.recruit-tel {
        font-size: 22px !important;
    }

    .recruit-oubo {
        padding: 20px 20px 30px 20px;
    }

    .recruit-oubo-tel span:last-of-type {
        font-size: 10px;
    }

    .recruit-oubo h5 {
        font-size: 13px;
    }
}

/* ------------------------------------------------------ */
/*  - 480px */
/* ------------------------------------------------------ */
@media only screen and (max-width: 480px) {

    .recruit-oubo p {
        line-height: 1.9;
    }

    .contact-shamei {
        font-size: 18px;
    }
}

/* ------------------------------------------------------ */
/*  - 400px */
/* ------------------------------------------------------ */
@media only screen and (max-width: 400px) {

    .recruit-oubo-tel span.recruit-tel {
        font-size: 18px !important;
        letter-spacing: 0
    }

    .recruit-oubo {
        padding: 20px 15px 30px 15px;
    }
}

/* ------------------------------------------------------ */
/*  961px - */
/* ------------------------------------------------------ */


@media only screen and (min-width: 961px) {
    #contents h3 .jpn {
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
        margin-top: 0px;
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 28px;
        line-height: 2;
    }

}