@charset "UTF-8";

/*============================
	company 共通
============================*/

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

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

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


/*============================
page__mv
============================*/
.page__mv {
    background: url(../img/recruit/mv_recruit_bg.jpg) no-repeat center center/cover;
}

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

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

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


/*============================
	contents
============================*/
.contents {
    padding: 70px 0 120px;
}

.cnt__lead {
    font-size: 2.4rem;
    letter-spacing: .2em;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto 100px;
    font-weight: 400;
}

.cnt__h3 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1;
    border-bottom: solid 4px #b3b3b3;
    margin-bottom: 40px;
    position: relative;
}

.cnt__h3::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #0e5ca7;
    left: 0;
    bottom: -4px;
}

.cnt__dl {
    margin-bottom: 80px;
}

.cnt__dt {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0;
    float: left;
    clear: both;
}

.cnt__dd {
    font-size: 1.6rem;
    letter-spacing: 0;
    color: #424242;
    padding: 0 0 20px 180px;
    margin-bottom: 20px;
    border-bottom: solid 1px #b3b3b3;
}

.cnt__dd .color-ma {
    font-size: 3.2rem;
    font-weight: bold;

}

.cnt__dd .mynavi__ttl {
    margin-top: 10px;
    display: block;
}

.cnt__dd .mynavi {
    width: 200px;
    margin-top: 10px;
}

/*.cnt__dd:nth-of-type(6) p {
    min-height: 177px;
    background-image: url(../img/recruit/recruit_img01.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
}*/

.cnt__dd:nth-of-type(8) p {
    background-image: url(../img/recruit/recruit_img02.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 25%;
}


@media screen and (max-width:1024px) {
    .contents {
        padding: 60px 0 80px;
    }

    .cnt__lead {
        font-size: 1.8rem;
        letter-spacing: .2em;
        margin: 0 auto 60px;
    }

    .cnt__h3 {
        font-size: 1.8rem;
        padding-bottom: 15px;
        border-bottom: solid 4px #b3b3b3;
        margin-bottom: 30px;
    }

    .cnt__h3::before {
        width: 70px;
        height: 4px;
        bottom: -4px;
    }

    .cnt__dl {
        margin-bottom: 60px;
    }

    .cnt__dt {
        font-size: 1.4rem;
        float: left;
        clear: both;
    }

    .cnt__dd {
        font-size: 1.4rem;
        padding: 0 0 15px 160px;
        margin-bottom: 15px;
    }

    .cnt__dd .color-ma {
        font-size: 2.6rem;
        font-weight: bold;

    }

    .cnt__dd .mynavi {
        width: 180px;
        margin-top: 10px;
    }
}

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

@media screen and (max-width:767px) {
    .contents {
        padding: 50px 0 60px;
    }

    .cnt__lead {
        font-size: 1.6rem;
        margin: 0 auto 50px;
    }

    .cnt__h3 {
        font-size: 1.8rem;
        padding-bottom: 10px;
        border-bottom: solid 3px #b3b3b3;
        margin-bottom: 20px;
    }

    .cnt__h3::before {
        width: 70px;
        height: 3px;
        bottom: -3px;
    }

    .cnt__dl {
        margin-bottom: 40px;
    }

    .cnt__dt {
        font-size: 1.4rem;
        float: none;
        margin-bottom: 5px;
    }

    .cnt__dd {
        font-size: 1.4rem;
        padding: 0 0 15px 0px;
        margin-bottom: 15px;
    }

    .cnt__dd .sp .color-ma {
        font-size: 2rem;

    }

    .cnt__dd .mynavi {
        width: 160px;
        margin-top: 10px;
    }

    .cnt__dd:nth-of-type(6) p {
        background: none;
        height: auto;
    }

 /*   .cnt__dd:nth-of-type(6) p::after {
        content: "";
        display: block;
        width: 100%;
        height: 545px;
        background-image: url(../img/recruit/recruit_img01@sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 1rem;
    }
*/

    .cnt__dd:nth-of-type(8) p {
        background: none;
        height: auto;
    }

    .cnt__dd:nth-of-type(8) p::after {
        content: "";
        display: block;
        width: 100%;
        height: 245px;
        background-image: url(../img/recruit/recruit_img02.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 1rem;
    }

}