@charset "utf-8";
/* CSS Document */

.mainimage-wrap { background-image: url("../img/requirements/main_requirements.jpg");}


.frmRewuire {}
.frmRewuire p {
    margin: 0 1em 1em;
    font-size: 16px;
    line-height: 1.5em;
}
.frmRewuire > p {
    text-align: center;
}

.frmRewuire .pagettl {
    padding: 0 0 15px;
    margin: 0 0 20px;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #999;
}


/*　
------------------------------- */
.blkRequire {
    margin: 0 5px 40px;
    font-size: 16px;
    line-height: 1.5em;
}
.blkRequire p {}



/*　小見出し
------------------------------- */
.subttlRec_req01 {
    padding: 12px 15px;
    margin: 0 0 15px;
    background-color: #555;
    font-size: 16px;
    color: #fff;
}
.subttlRec_req01.attention {
    background-color: rgba(240,209,0,1.00);
    color: #333;
}

.subttlRec_req02 {
    margin: 0 1em;
    padding: 0 0 0.4em 1em;
    font-size: 16px;
    position: relative;
}
.subttlRec_req02:before {
    content: "";
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #555;
    position: absolute;
    left: 5px;
    top: 6px;
}

/*　ボタン
------------------------------- */
.btnEntryform {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 40px!important;
}
.btnEntryform a {
    display: block;
    padding: 15px;
    border: 3px solid rgba(193,0,3,1.00);
    border-radius: 8px;
    background-color: rgba(255,255,255,1.00);
    box-shadow: 1px 3px 0 0 #ccc;
    color: rgba(193,0,3,1.00);
    font-size: 16px;
    text-align: center;
}
.btnEntryform a:hover {
    box-shadow: none;
    color: #fff;
    background-color: rgba(193,0,3,1.00);
}


/*　職種
------------------------------- */
.tblReq01 {
    width: 96%;
    max-width: 900px;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 1.5em;
}
.tblReq01 th {
    width: 1%;
    white-space: nowrap;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    background-color: #ddd;
    border: 1px solid #999;
}
.tblReq01 td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #999;
}

.noteReq01 {
    width: 90%;
    margin: 0 auto;
}
.noteReq01 li {
    display: block;
    padding: 0 0 0.5em 1em;background: url("../img/common/icon_bdrsq_l-gry.gif") 0 5px no-repeat;
    font-size: 14px;
    line-height: 1.3em;
}


/*　新卒採用実績
------------------------------- */
.tblReq02 {
    width: 96%;
    max-width: 900px;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 1.5em;
}
.tblReq02 th {
    padding: 10px;
    text-align: center;
    vertical-align: top;
    background-color: #ddd;
    border: 1px solid #999;
}
.tblReq02 td {
    padding: 10px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #999;
}


/* =============================================================
	タブ切り替え
================================================================ */
.tabs {
    margin: 0 10px 5px;
}

/* staff list(PC横５人まで )
---------------------------- */
.tabs ul.horizontal,
.tabs ul.vertical {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0;
}
.tabs .horizontal li,
.tabs .vertical li {
	width: 32%;
	width: calc(100%/3 - 5px);
	margin: 0;
    box-sizing: border-box;
    font-size: 14px !important;
	font-weight: bold;
	text-align: center;
    overflow: hidden;
	vertical-align: bottom;
}
.tabs .horizontal li a,
.tabs .vertical li a {
	display: block;
	padding: 15px 10px;
	background-color: rgba(0,165,122,0.6);
	text-decoration: none;
	color: #fff;
    box-sizing: border-box;
}
.tabs .horizontal li a:hover,
.tabs .vertical li a:hover {
	background-color: rgba(0,165,122,0.8);
}
.active a {
	padding: 20px 10px;
	font-size: 18px;
	color: #333!important;
	border-top: 5px solid rgba(0,165,122,0.8)!important;
	background-color: #f1f1f1!important;
}

@media screen and (min-width: 639px) {

	/* 横3コ 
    .tabs .vertical li {
        width: 32%;
        width: calc(100%/3 - 5px);
    }	*/
	
	/* 横2コ 
    .tabs .vertical li {	
		width: 48%;
		width: calc(100%/2 - 5px);
    }	*/	
	
}


/*
-------------------------------------- */
.tabs .boxInterview {
    padding: 30px 10px;
    margin: 0 0 15px;
	background-color: #f1f1f1;
}

@media screen and (min-width: 639px) {
    .tabs .boxInterview {
        padding: 40px 20px;
    }
}


/* prev-next botton
--------------------------- */
.tabs .btnNext {
	display: -webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    margin: 0 10px;
    font-size: 14px;
}
.tabs .btnNext span {
	width: 48%;
	width: -webkit-calc(100%/2 - 5px);
	width: calc(100%/2 - 5px);
    max-width: 200px;
}
.tabs .btnNext span a {
    display: block;
    padding: 15px 0;
	background-color:rgba(83,83,83,1.00);
	color: #fff !important;
    text-align: center;
}
.tabs .btnNext span a:hover {
	background: rgba(0,165,122,.6) !important;
}

