@charset "utf-8";


.aeroengine_page_title{
	position: relative;
	width: 100%;
	height: 470px;
	background: url(../images/title_img.jpg) no-repeat 50% 0;
	background-size: cover;
}
.aeroengine_page_title:before {
	content: "";
	display: block;
	width: 100%;
	height: 470px;
	background: url(../images/title_img.png) no-repeat 50% 0;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.aeroengine_page_title_inner{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 920px;
	margin: 0 auto;
	transform: translate(-50%, 0);
}
.aeroengine_page_title_inner h2{
	font-size: 50px;
	margin: 0 0 0.8em 0;
	padding: 0;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

section.dream h3{
	font-size: 32px;
	line-height: 1;
	margin: 1em 0;
	padding: 0;
}
section.dream p{
	font-size: 16px;
	margin: 0 0 1.8em 0;
	padding: 0;
	line-height: 2.2;
}

