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


.recruit_cmnCont{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.recruit_cmnCont h2{
	margin: 70px 0 30px;
	text-align: center;
	color: #00609A;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}
.req_cont .red{
	color: red;
}

.recruit_cmnCont .message_ttl {
    margin-top: 40px;
    padding-top: 70px;
}

/*******************************************
採用メッセージ
*******************************************/

.message_photo{
	margin-top: 40px;
}

.message_cont{
	padding: 0 0 60px;
	background-color: rgba(255,255,255,0.6);
	text-align: center;
}

.message_cont h2 img{
	width: 245px;
}

.message_leadTxt{
	font-size: 1.2rem;
	line-height: 2.2;
}

.message_req{
	width: 65%;
	min-width: 650px;
	margin: 50px auto;
	padding: 30px;
	background-color: #efefef;
	box-sizing: border-box;
}

.message_req h3{
	font-size: 1.3rem;
	color: #00609A;
	margin-bottom: 0.5em;
}

.message_txtLeft{
	text-align: left;
}


.about_h3_strength{
	margin:40px 0 20px;
	padding: 10px 0;
	border: #00609A solid 1px;
	font-size: 1.6rem;
	text-align: center;
	color: #00609A;
}


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

	.message_photo{
		margin-top: 20px;
	}

	.message_cont{
		width: auto;
		margin: 0 20px;
		text-align: left;
	}

	.message_cont h2{
		margin: 40px 0 25px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}

	.message_cont h2 img{
		width: 175px;
	}

	.message_contIn{
		padding: 0 20px;
	}

	.message_cont p br{
		display: none;
	}

	.message_leadTxt{
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.message_req{
		width: 100%;
		min-width: 100%;
		margin: 30px auto;
		padding: 20px;
	}

	.message_req ul li{
		margin-bottom: 0.5em;
		text-align: left;
	}
	.recruit_cmnCont .message_ttl {
	    margin-top: 20px;
	    padding-top: 40px;
	}

}



/*******************************************
募集要項
*******************************************/

.req_cont{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.req_cont table{
	border-top: #e9e9e9 solid 1px;
}

.req_cont table p{
	margin-bottom: 0;
}

.req_cont table th,
.req_cont table td{
	margin: 5px 0;
	padding: 20px 15px;
	border-bottom: #e9e9e9 solid 1px;
	box-sizing: border-box;
}

.req_cont table th{
	width: 11em;
	background-color: #EFEFEF;
	font-weight: bold;
	text-align: left;
}

.req_rikunavi{
	display: block;
	margin: 1em 0;
}

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

	.req_cont table{
		border-top: none;
	}

	.req_cont table th,
	.req_cont table td{
		padding: 10px;
		display: block;
		border: none;
	}

	.req_cont table th{
		width: 100%;
		background-color: #EFEFEF;
		font-weight: bold;
		text-align: left;
	}

}



/*******************************************
FAQ
*******************************************/

.faq_cont dl{
	border-top: #e9e9e9 solid 1px;
}

.faq_cont dl.last{
	border-bottom: #e9e9e9 solid 1px;
}

.faq_cont dl dt{
	padding: 22px 55px 20px 60px;
	background-image: url(./img/faq_icon_q.png);
	-webkit-background-size: 23px auto;
	background-size: 23px auto;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	position: relative;
	cursor: pointer;
}

.faq_cont dl dt img{
	width: 20px;
	height: auto;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition-property: all;
	transition-duration: 300ms;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.faq_cont dl dt.open img{
	transform: translateY(-50%) rotate(180deg);
}

.faq_cont dl dd{
	padding: 20px 20px 20px 60px;
	background-image: url(./img/faq_icon_a.png);
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: #efefef;
	display: none;
}

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

	.faq_cont h2{
		text-align: left;
	}

	.faq_cont dl dt{
		padding: 22px 55px 20px 50px;
		background-position: 10px 20px;
	}

	.faq_cont dl dt img{
		right: 10px;
	}

}



	body.page-id-479 article{
		padding-bottom: 161px;
		background-color: #8FB5DF;
		background-image: url(./img/index_bg_contbg.jpg);
		background-repeat: no-repeat;
		background-size: 1600px auto;
		background-position: center bottom;
	}

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

		body.page-id-479 article{
			background-size: 1000px auto;
		}
	}
