@charset "UTF-8";
@import url("../../css/common.pc02.css");

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	height: 730px;
	overflow: hidden;
	margin: 44px auto 60px;
	padding-top: 80px;
	color: #fff;
	position: relative;
	z-index: 0;
}

#main figure {
	width: 1536px;
	height: 730px;
	overflow: hidden;
	background: rgb(31, 45, 58);
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#main figure img {
	max-width: 2000px;
	width: 2000px;
	height: 730px;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#main .title {
	height: 120px;
}

#main .sub_title {
	height: 80px;
}

#main p {
	width: 650px;
	margin: 20px auto 0;
	padding-left: 180px;
	text-align: justify;
	font-size: 19px;
	line-height: 2;
}

/* ---------------------------------------------------------
	CSS Document future
--------------------------------------------------------- */

#future {
	max-width: 1656px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 60px;
}

#future .h2 {
	height: 71px;
	margin-bottom: 30px;
	background: no-repeat top;
	font-size: 0;
	line-height: 0;
	position: relative;
}

#future .h2:before {
	content: '';
	width: 100%;
	height: 5px;
	background: url(../images/bg_line.png) repeat-x 0 0 / 4px auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

#future .h2:after {
	content: '';
	width: 121px;
	height: 5px;
	background: #ff4500;
	position: absolute;
	left: 0;
	bottom: 0;
}

#future .about {
	background-image: url(../images/about_h2.png);
}

#future .service {
	background-image: url(../images/service_h2.png);
}

#future .vision {
	background-image: url(../images/vision_h2.png);
}

#future .summary {
	margin-bottom: 2em;
	text-align: justify;
}

#future .visual {
	height: 300px;
	margin-bottom: 100px;
	font-size: 0;
	line-height: 0;
	position: relative;
}

#future .visual .pic {
	width: 1536px;
	height: 300px;
	overflow: hidden;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}
