@charset "UTF-8";
/*--------------------------------

　new.Css

--------------------------------*/
.recruit-new {
    padding: 30px 0 0;
}

/*******************************
interview
*******************************/
.interview {
    position: relative;
    overflow: hidden;
}

.interview::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    background: url(../img/back@2x.jpg) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 430px;
    z-index: 0;
}

.interview .ttl {
    position: relative;
    z-index: 1;
}

.interview .ttl h2 {
    width: 100%;
    position: relative;
    height: 65px;
    margin-bottom: 40px;
}

.interview .ttl span:nth-child(1) {
    width: 55%;
    height: 65px;
    padding-right: 12%;
    position: absolute;
    left: 0;
    background: #fff;
    color: #0085d1;
    font-size: 180%;
    letter-spacing: 3px;
    font-weight: bold;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.interview .ttl span:nth-child(2) {
    width: 55%;
    height: 65px;
    padding-left: 12%;
    position: absolute;
    right: 0;
    background: #0085d1;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.interview ul {
    position: relative;
    z-index: 1;
    width: 50%;
    margin: 0 auto;
    max-width: 915px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.interview li {
    width: 40%;
    margin-bottom: 60px;
}

.interview li span {
    display: block;
}

.interview li span.dep {
    margin-top: 30px;
    padding: 10px;
    font-weight: bold;
    color: #0085d1;
    border-left: 1px solid #0085d1;
    border-bottom: 1px solid #0085d1;
}

.interview li span.name1 {
    font-size: 160%;
    letter-spacing: .5em;
    margin: 15px 0 5px;
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
}

.interview li span.name2 {
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.interview li a {
    display: block;
    color: #fff;
    font-size: 10px;
    padding: 5px 0;
    width: 135px;
    margin: 0 auto;
    background: #0085d1;
}

.interview li a:hover {
    opacity: .7;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .interview .ttl span:nth-child(1) {
        padding-right: 0;
        font-size: 150%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .interview .ttl span:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }

    .interview {
        background: url(../img/back@2x.jpg) center bottom no-repeat;
        background-size: cover;
    }

    .interview::after {
        display: none;
    }

    .interview ul {
        display: block;
		width: 90%;
    }
    .interview li {
        width: 100%;
        max-width: 265px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .interview .ttl h2 {
        height: 50px;
    }
    .interview .ttl span:nth-child(1) {
        font-size: 140%;
        height: 50px;
        letter-spacing: 2px;
    }
    .interview .ttl span:nth-child(2) {
        height: 50px;
    }
}

/*******************************
未経験者OK
*******************************/
.rec-info .mikeikensya {
    max-width: 630px;
    margin: 0 auto 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rec-info .mikeikensya::before {
    display: block;
    content: '';
    background: url(../img/b-left@2x.png) no-repeat;
    background-size: 78px;
    width: 78px;
    height: 115px
}

.rec-info .mikeikensya::after {
    display: block;
    content: '';
    background: url(../img/b-right@2x.png) no-repeat;
    background-size: 78px;
    width: 78px;
    height: 115px
}

.rec-info .dl1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.rec-info .dl1 dt {
    margin-bottom: 30px;
}

.rec-info .dl1 dd {
    font-size: 120%;
}

.rec-info .dl1 dd br {
    display: none;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .rec-info .dl1 dd br {
        display: inline;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .rec-info .mikeikensya {
        margin-bottom: 20px;
    }
    .rec-info .dl1 dt {
        margin-bottom: 20px;
    }
    .rec-info .dl1 dd {
        line-height: 1.5;
    }
    .rec-info .dl1 dd br {
    display: none;
    }
}
