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

.mainImgArea {
	height: 1000px;
	margin-bottom: 50px;
	background-image: url(../img/top/mainImg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.catch {
	margin-bottom: 80px;
	padding: 50px 0;
	background-color: #252A2B;
}
.catch h2 {
	font-size: 42px;
	color: #fff;
	line-height: 1.7;
	text-align: center;
}
.aboutBox {
	margin-bottom: 40px;
}
.aboutBox .txt {
	float: left;
	width: 700px;
	padding-left: 15px;
	padding-right: 60px;
}
.aboutBox .txt p {
	margin-bottom: 30px;
	padding-left: 25px;
}
.aboutBox .txt .btn {
	margin-left: 25px;
	display: inline-block;
}
.aboutBox .txt .btn a {
	width: 220px;
	display: block;
	padding: 8px 0 8px 70px;
	border: 2px solid #525252;
	border-radius: 6px;
	position: relative;
}
.aboutBox .txt .btn a:before {
	content: "\f054";
	font-family: "fontawesome";
	position: absolute;
	top: 50%;
	left: 30px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	color: #525252;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.aboutBox .txt .btn a:hover {
	background-color: #525252;
	color: #fff;
}
.aboutBox .txt .btn a:hover:before {
	color: #fff;
}
.aboutBox .img {
	float: right;
	width: 480px;
	margin-right: 15px;
}





