/* ////////////////////////////////// */
/* トップイメージ画像 */
/* ////////////////////////////////// */
.lower_top_recruit {
    background-image: url(../images/recruit/topimg.jpg);
    background-size: cover;
    background-position: center 25%;
}


/* ////////////////////////////////// */
/* 採用情報一覧 */
/* ////////////////////////////////// */
.recruit_list_area {
    max-width: 1000px;
    margin: 130px auto;
}
.recruit_list_flex {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    border: solid 1px #CCCCCC;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 20px;
}
.recruit_list_txtblock {
    display: block;
    width: 550px;
}
.title_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title_flex .cat {
    display: block;
    background: #333;
    width: 150px;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    border-radius: 20px;
}
.title_flex .date {
    font-size: 14px;
}
.recruit_list_txtblock .title {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #cccccc;
    font-size: 28px;
}
.recruit_list_txtblock table {
    width: 100%;
    margin-bottom: 20px;
}
.recruit_list_txtblock table th {
    width: 100px;
    text-align: left;
    vertical-align: text-top;
}
.recruit_list_txtblock table td {
    padding-bottom: 10px;
}
.listbtn_flex {
    display: flex;
    justify-content: space-between;
}
.listbtn_flex .btn_detail {
    display: block;
    background: #ECEEF1;
    width: calc(550px / 2 - 10px);
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.listbtn_flex .btn_detail img {
    width: 16px;
    margin-left: 10px;
}
.listbtn_flex .btn_detail:hover {
    background: #cccccc;
}
/*
.listbtn_flex .btn_detail:hover {
    background: #4C4C4C;
    color: #ECEEF1;
}
.listbtn_flex .btn_detail:hover i {
    color: #ECEEF1;
}
*/
.listbtn_flex .btn_apply {
    display: block;
    background: #fef0ac;
    width: calc(550px / 2 - 10px);
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 3px #fef0ac;
}
.listbtn_flex .btn_apply img {
    width: 16px;
    margin-left: 10px;
}
.listbtn_flex .btn_apply:hover {
    background: #FF8E25;
    border: solid 3px #FF8E25;
}
/*
.listbtn_flex .btn_apply:hover {
    background: #FF6644;
    color: #fff;
}
.listbtn_flex .btn_apply:hover i {
    color: #fff;
}
*/

.recruit_list_img {
    display: block;
    width: 350px;
}
.recruit_list_img img {
    width: 100%;
    border-radius: 20px;
}


/* ////////////////////////////////// */
/* 詳細画面 */
/* ////////////////////////////////// */
/* 詳細：タイトル部分 */
.detail_top {
    position: relative;
    width: 100%;
    display: block;
    height: 90px;
    margin-top: 130px;
}
.detail_top_txt {
    display: block;
    max-width: 1000px;
    width: 1000px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.detail_top_txt .cat {
    display: block;
    background: #333;
    width: 150px;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 5px;
}
.detail_top_txt .detail_top_flex {
    display: flex;
    justify-content: space-between;
}
.detail_top_txt .detail_top_flex .title {
    font-size: 36px;
}
.detail_top_txt .detail_top_flex .date {
    font-size: 14px;
    padding-top: 15px;
}
.detail_top_hr {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #fef0ac;
}

/* 詳細：項目一覧部分 */
.detail_items {
    display: block;
    max-width: 1000px;
    margin: 50px auto 130px;
}
.detail_items table {
    width: 100%;
}
.detail_items table th {
    padding: 20px;
    border-bottom: dashed 1px #CCCCCC;
    width: 200px;
    text-align: left;
    vertical-align: text-top;
}
.detail_items table td {
    padding: 20px;
    border-bottom: dashed 1px #CCCCCC;
}
.detail_items .btn_apply {
    display: block;
    background: #fef0ac;
    width: 700px;
    padding: 15px 0;
    text-align: center;
    border-radius: 30px;
    margin: 50px auto 0;
    font-size: 20px;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 3px #fef0ac;
}
.detail_items .btn_apply img {
    width: 18px;
    margin-left: 10px;
}
.detail_items .btn_apply:hover {
    background: #FF8E25;
    border: solid 3px #FF8E25;
}
/*
.detail_items .btn_apply:hover {
    background: #FF6644;
    color: #fff;
}
.detail_items .btn_apply:hover i {
    color: #fff;
}
*/


/* /////////////////////// */
/* サイズの大きいPC */
/* /////////////////////// */
/*
@media screen and (min-width:1350px){
    .m3_back {
        height: 1200px;
    }
}
@media screen and (min-width:1450px){
    .m3_back {
        height: 1300px;
    }
}
*/

/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
    .recruit_list_area {
        width: 750px;
    }
    .recruit_list_flex {
        padding: 20px;
    }
    .recruit_list_txtblock {
        width: 400px;
    }
    .recruit_list_img {
        width: 285px;
    }
    .listbtn_flex .btn_detail {
        width: calc(400px / 2 - 10px);
    }
    .listbtn_flex .btn_apply {
        width: calc(400px / 2 - 10px);
    }

    .detail_top_txt {
        width: 750px;
    }
    .detail_items {
        width: 750px;
    }
}


/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:767px){
    .recruit_list_area {
        margin: 50px auto 100px;
        width: calc(100% - 30px);
    }
    .recruit_list_flex {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .recruit_list_img {
        width: 100%;
    }
    .recruit_list_txtblock {
        margin-top: 20px;
        width: 100%;
    }
    .title_flex {
        flex-wrap: wrap;
    }
    .title_flex .date {
        width: 100%;
        margin-top: 10px;
    }
    .recruit_list_txtblock table th {
        width: 80px;
    }
    .listbtn_flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .listbtn_flex .btn_detail {
        margin-bottom: 15px;
    }

    .detail_top {
        margin-top: 50px;
    }
    .detail_top_txt {
        width: calc(100% - 30px);
    }
    .detail_top_txt .detail_top_flex {
        flex-wrap: wrap;
    }
    .detail_top_txt .detail_top_flex .date {
        padding-top: 5px;
        text-align: right;
        width: 100%;
    }
    .detail_top_hr {
        display: none;
    }
    .detail_items {
        width: calc(100% - 30px);
        margin: 50px auto 100px;
    }
    .detail_items table th {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 10px;
        padding-bottom: 0;
    }
    .detail_items table td {
        display: block;
        width: 100%;
        padding: 10px;
    }
    .detail_items .btn_apply {
        width: 100%;
        margin-top: 30px;
    }
}