@charset "utf-8";
body#recruit #visual {
}
#visual h1 {
	color: #FFFFFF;
}
body#recruit #sec01 {
}
body#recruit #sec01 h2 {
	text-align: center;
	font-weight: normal;
}
body#recruit #contents dl {
}
body#recruit #contents dl dt {
	font-weight: normal;
	vertical-align: top;
	position: relative;
}
body#recruit #contents dl dt:after {
	content: "";
	display: block;
	background-color: #CFCFCF;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
body#recruit #contents dl dd {
}
body#recruit #contents dl dd .txt {
}
body#recruit #sec02 {
	background-repeat: no-repeat;
	background-size: cover;
}
#sec02 h2 {
	text-align: center;
	font-weight: normal;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

pcSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (min-width: 768px) , print {
body#recruit #visual {
	background-image: url(../../images/recruit/mv_recruit_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-bottom: 15px;
}
#visual h1 {
	padding: 190px 0;
}
body#recruit #sec01 {
	padding-bottom: 50px;
}
body#recruit #sec01 h2 {
	font-size: 3.5rem;
	padding-top: 15px;
	margin-bottom: 20px;
}
body#recruit #contents dl {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 80%;
}
body#recruit #contents dl dt {
	flex-basis: 20%;
	padding: 20px 0;
	font-size: 1.4rem;
}
body#recruit #contents dl dt:after {
	width: 80%;
	height: 1px;
}
body#recruit #contents dl dd {
	padding: 20px 0;
	font-size: 1.4rem;
	border-bottom: 1px solid #CFCFCF;
	flex-basis: 80%;
}
body#recruit #contents dl dd .txt {
	margin-bottom: 30px;
}
body#recruit #sec02 {
	background-image: url(../../images/recruit/bg_recruit_01.jpg);
	padding: 35px 0 195px 0;
	background-position: center top;
}
#sec02 h2 {
	font-size: 3.5rem;
}
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

spSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (max-width: 768px) {
body#recruit #visual {
	background-image: url(../../images/recruit/mv_recruit_01_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#visual h1 {
}
body#recruit #sec01 {
}
body#recruit #sec01 h2 {
	font-size: 2rem;
	margin-bottom: 30px;
}
body#recruit #contents dl {
	margin: 0 5% 30px;
	border-bottom: 1px solid #d2d3d5;
}
body#recruit #contents dl dt {
	padding: 15px 0;
	width: 100%;
	text-align: center;
	border: 1px solid #d2d3d5;
	background-color: #DEDDDB;
}
body#recruit #contents dl dt:after {
}
body#recruit #contents dl dd {
	padding: 15px 5%;
	border-left: 1px solid #d2d3d5;
	border-right: 1px solid #d2d3d5;
	display: block;
	background-color: #FFFFFF;
}
body#recruit #contents dl dd .txt {
	margin-bottom: 30px;
}
body#recruit #sec02 {
	background-image: url(../../images/recruit/bg_recruit_01_sp.jpg);
	background-position: center bottom;
	padding: 30px 0 100px;
}
#sec02 h2 {
	margin-bottom: 15px;
	font-size: 2rem;
}
}
