@charset "UTF-8";

/* ---------- clearfix ---------- */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ---------- contentsArea ---------- */
#about01 {
	background: #eee;
	padding: 80px 0;
}
#about01 h2 {
	height: 24px;
	text-align: center;
}
#about01 .info {
	width: 1000px;
	margin: 40px auto 0;
	overflow: hidden;
}
#about01 .info figure {
	display: block;
	width: 350px;
	float: left;
	margin-left: 48px;
}
#about01 .info p {
	width: 532px;
	float: right;
	margin-top: 30px;
	line-height: 30px;
}

#about02 {
	width: 100%;
	min-width: 1100px;
	min-height: 240px;
	background: url(/recruit/about/img/img_about_02.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
	color: #fff;
}
#about02 p {
	font-size: 16px;
	margin-top: 30px;
	line-height: 30px;
}

#about03 {
	background: #eee;
	padding: 30px 0;
}
#about03 .whiteBlock .personIntroduction {
	width: 340px;
	float: left;
}
#about03 .whiteBlock .personIntroduction .name img {
	width: 300px;
	height: auto;
}
#about03 .whiteBlock .personIntroduction .info {
	margin-top: 25px;
	font-size: 12px;
	line-height: 24px;
}
#about03 .whiteBlock .personImg {
	display: block;
	width: 340px;
	float: left;
	margin-top: 60px;
}
#about03 .whiteBlock .message {
	width: 532px;
	float: right;
}
#about03 .whiteBlock .message p {
	margin-top: 30px;
	line-height: 30px;
}

#about04 {
	width: 100%;
	min-width: 1100px;
	height: 400px;
	background: url(/recruit/about/img/img_about_04.jpg) no-repeat center center;
	background-size: cover;
}

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

#about01 .info {
	width: 600px;
	margin: 40px auto 0;
	overflow: hidden;
}
#about01 .info figure {
	float: none;
	margin: 0 auto 20px;
}
#about01 .info p {
	width: auto;
	float: none;
	margin-top: 20px;
	line-height: 32px;
}
#about02 {
	width: 100%;
	min-width: 640px;
	min-height: 240px;
	background: url(/recruit/about/img/img_about_02.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0;
	text-align: center;
	color: #fff;
}
#about02 p {
	font-size: 24px;
	margin-top: 30px;
	line-height: 32px;
	padding: 0 20px;
}
#about03 .whiteBlock .personIntroduction {
	width: auto;
	float: none;
}
#about03 .whiteBlock .personIntroduction .name img {
	width: 100%;
	height: auto;
}
#about03 .whiteBlock .personIntroduction .info {
	font-size: 18px;
	line-height: 24px;
}
#about03 .whiteBlock .personImg {
	float: none;
	margin: 30px auto 0;
}
#about03 .whiteBlock .message {
	width: auto;
	float: none;
	margin-top: 30px;
}
#about03 .whiteBlock .message p {
	line-height: 32px;
}
#about04 {
	display: none;
}

}
