@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ /
/ company
/ 会社情報
/ ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper > header:before {
	/*background: url(../images/company/mainvis.jpg) no-repeat center center;*/
	/*background-size: cover;*/
	/*-moz-background-size: cover;*/
	/*-webkit-background-size: cover;*/
}
#cont > section:after {
	content: "";
	display: block;
	clear: both;
}
#cont > section h2 span {
	display: inline-block;
	vertical-align: middle;
}
#cont > section h2 .ja:after {
	content: "";
	width: 24px;
	height: 0;
	border-top: solid 1px;
	display: inline-block;
	vertical-align: baseline;
	margin: 5px 0 13px;
}
#cont > section .box h3 {
	margin-bottom: 34px;
}
@media screen and (min-width:966px){
	.company #wrapper > header:before {
		/*height: calc(100vh - 54px);*/
	}
	#cont {
		padding-top: 17px;
	}
	#cont:after {
		content: "";
		display: block;
		clear: both;
	}
	#cont > section {
		float: right;
		width: 675px;
		padding-right: 27px;
		margin-left: calc(100vw - 900px);
	}
	#cont > section h2 {
		float: left;
		margin-top: 16px;
	}
	#cont > section .box {
		margin-left: 130px;
	}
	#cont #information {
		padding-bottom: 185px;
	}
}
@media screen and (max-width:965px){
	.company #wrapper > header:before {
		/*height: 450px;*/
		/*margin-top: 97px;*/
		/*background-position: 75% center;*/
	}
	.company #wrapper > header h1 {
		/*padding-top: 0;*/
		/*margin-top: -29px;*/
	}
	#cont > section h2 {
		float: left;
		margin-right: 20px;
		margin-left: -15px;
		margin-bottom: 30px;
	}
	#cont > section p {
		clear: both;
	}
	#cont #information {
		padding-bottom: 80px;
	}
}