@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CORPORATE VISIOIN
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#mainImage {
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: no-repeat center bottom;
}

#mainCont h2 {
	font-weight: bold;
	text-align: center;
}
#text {
	line-height: 31px;
	font-weight: bold;
}

@media screen and (min-width:1001px){
	#mainImage {
		height: 0;
		position: relative;
		padding-top: 54.16%;
		background-size: auto 100%;
		-moz-background-size: auto 100%;
		-webkit-background-size: auto 100%;
		background-image: url(../images/vision/main_img_pc.jpg);
	}
	#mainImage img {
		position: absolute;
		top: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	#mainCont h2 {
		font-size: 22px;
		padding: 50px 0 40px;
	}
}

@media screen and (max-width:1000px){
	#mainImage {
		height: 125vw;
		padding-top: 9.375vw;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-image: url(../images/vision/main_img_sp.jpg);
	}
	#mainImage img {
		width: 81.25%;
	}
	#mainCont h2 {
		font-size: 14.7px;
		padding: 28px 0 33px;
	}
}