.main5 {
	padding: 110px 0;
}
.main5_wrap {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.main5_wrap .bg {
	position: relative;
	padding-top: 66.667%;
}
.main5_wrap .section_title {
	position: absolute;
	top: 34%; left: 160px;
	color: #fff;
	text-align: left;
}
.main5_wrap .section_title .ettl {
	color: #fff;
	transform: translateY(10%);
}
.main5_wrap .section_title .httl {
	margin-top: 32px;
	color: #fff;
	transform: translateY(10%);
	transition-delay: 0.2s;
}
.main5_wrap .section_title .btn_comm {
	width: 226px;
	color: #fff;
	border: 1px solid #fff;
}
.main5_wrap .section_title .btn_comm:hover {
	color: #222;
	background-color: #fff;
}

@media ( max-width: 1024px ) {
	.main5 {
		padding: 0;
	}
	.main5_wrap {
		max-width: 100%;
	}
	.main5_wrap .bg::after {
		content: '';
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
		width: auto; height: auto;
		background-color: rgba(0,0,0,0.4);
	}
	.main5_wrap .section_title {
		position: absolute;
		top: 50%; right: 0; left: 0;
		transform: translateY(-50%);
		text-align: center;
	}
	.main5_wrap .section_title .httl {
		margin-top: 14px;
	}
	.main5_wrap .section_title .txt {
		margin-top: 5px;
	}
	.main5_wrap .section_title .btn_comm {
		width: calc(100% - 80px);
		margin: 20px auto 0;
	}

}