#main-img {
	background-image: url(../img/main-img.jpg);
}

.lower-box-1 {
	padding: 64px 0;
	background-color: #fff;
}

.lower-box-2 {
	margin: -500px 0 0 0;
	padding: 564px 0 64px 0;
	background-color: #f8f8f8;
}

.catch-wrap {
	position: relative;
	z-index: 1;
}

.catch-wrap .img {
	position: relative;
	z-index: 2;
	height: 400px;
	background-image: url(../img/catch-1.jpg);
	background-repeat: no-repeat;
	background-position:  center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.catch-wrap .text-wrap {
	position: relative;
	z-index: 3;
	margin: -64px 48px 0 0;
}

.catch-wrap .text-wrap .text-box {
	float: right;
	width: 640px;
	padding: 48px;
	background-color: #fff;
}

.catch-wrap .text-wrap .text-box .common-ttl-1 {
	margin: 0px 0 40px 0;
}


