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

#mv {
	position: relative;
}

#mv p.btn {
	position: absolute;
	right: 20px;
	top: 20px;
}

#contents .btmList {
	width: 100%;
}

#contents .btmList li {
	float: left;
	margin-right: 20px;
	width: 274px;
}

#contents .btmList li.last {
	margin-right: 0;
}

#contents .btmList li span {
	display: block;
	line-height: 140%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#contents .btmList li span.text {
	color: #3ea5d7;
}

#contents .btmList li a:hover {
	text-decoration: none;
}

#contents .btmList li a:hover span {
	color: #262d37;
}

#contents .btmList li span.img {
	background: #62728a;
	line-height: 0;
	margin-bottom: 10px;
}

#contents .btmList li:hover span.img img,
#contents .btmList li a.current span.img img {
	filter: alpha(opacity=30) !important;
	opacity: 0.3 !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*=================================
 :: requirements
=================================*/

#mv.req {
	background: url(../images/bg_requirements_mv.jpg) center top no-repeat;
	width: 100%;
}

#mv.req div.mvInr {
	padding: 295px 0;
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1500px) {
	#mv.req {
		background-size: cover !important;
	}
}

.careerFair {
	width: 600px;
	text-align: center;
	margin: 65px auto 80px;
	background: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
.careerFair p {
	line-height: 2;
	font-size: 16px;
}
.careerFair p + p {
	margin-top: 1.25em;
}
.careerFair p a {
	text-decoration: underline;
}

#contents .reqHd {
	text-align: center;
	font-size: 182%;
	margin-bottom: 40px;
}

#contents .reqHd span {
	border-bottom: 5px solid #2b3846;
	padding-bottom: 10px;
}

#contents div.recList {
	width: 100%;
}
#contents div.recList ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3%;
}
#contents div.recList li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #c7cddb;
	padding: 20px 20px 17px 0;
	width: 48.5%;
	display: flex;
}
#contents div.recList li strong {
	display: inline-block;
	vertical-align: top;
	width: 120px;
}

#contents div.recList li span {
	display: inline-block;
	vertical-align: top;
}
#contents div.recList li span dl {
	display: flex;
	gap: 0 0.25em;
}
#contents div.recList li span dl dt {
}

/*=================================
 :: faq
=================================*/

#mv.faq {
	background: url(../images/bg_faq_mv.jpg) center top no-repeat;
	width: 100%;
}

#mv.faq div.mvInr {
	padding: 295px 0;
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1500px) {
	#mv.faq {
		background-size: cover !important;
	}
}

#contents .faqBox {
	width: 100%;
}

#contents .faqBox dt {
	background: url(../images/icon_q.gif) left top no-repeat;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
	padding: 5px 0 10px;
	padding-left: 65px;
}

#contents .faqBox dd {
	border-bottom: 1px solid #c7cddb;
	padding-left: 65px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/*=================================
 :: flow
=================================*/

#mv.flow {
	background: url(../images/bg_flow_mv.jpg) center top no-repeat;
	width: 100%;
}

#mv.flow div.mvInr {
	padding: 295px 0;
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1500px) {
	#mv.flow {
		background-size: cover !important;
	}
}

/*=================================
 :: education
=================================*/

#mv.education {
	background: url(../images/bg_education_mv.jpg) center top no-repeat;
	width: 100%;
}

#mv.education div.mvInr {
	padding: 257px 0;
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1500px) {
	#mv.education {
		background-size: cover !important;
	}
}

#contents ul.eduGraph {
	background: url(../images/bg_graph.gif) center top no-repeat;
	padding-top: 120px;
}

#contents ul.eduGraph li {
	background: #fff;
	border: 2px solid #1f2933;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 190px;
	margin-right: 35px;
	padding: 30px;
	width: 275px;
}

#contents ul.eduGraph li.last {
	margin-right: 0;
}

#contents ul.eduGraph li h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

#contents ul.whiteBox li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding: 30px;
	height: 220px;
	width: 377px;
}

#contents ul.whiteBox li h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}
