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

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

.lower-box-2 {
	margin: -240px 0 0 0;
	padding: 304px 0 64px 0;
	background-color: #f8f7ec;
}

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

.catch-wrap .ttl-1 {
	padding: 0 0 2em 0;
	border-bottom: 1px solid #aaa;
	text-align: center;
}

.catch-wrap .txt-1 {
	padding: 0 60px;
}

.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;
}


