@charset "utf-8";

/***************************************************************************
*
* COMPANY STYLE
*
***************************************************************************/
#header .headerTop .mainMenu {
    min-height: 40px;
}
.wrapArea{
	text-align: center;
}
.companyContent{
	width: 86%;
	padding: 135px 0 145px;
	margin: 0 7% 0 7%;
}
.companyContent .leftContent{
	width: 50%;
	float: left;
	margin-right: 0px;
	line-height: 4;
	text-align: left;
}
.companyContent .leftContent .photoGate{
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	width: 42%;
}
.companyContent .leftContent .photoGate img{
	height: 570px;
}
.companyContent .leftContent .text{
	display: inline-block;
	text-align: left;
	width: calc(100% - 60%);
}
.companyContent .leftContent .text p{
	font-size: 12px;
	margin-bottom: 38px;
	line-height: 1.5;
}
.companyContent .leftContent .text p .space {
	margin: 0 5px;
}
.companyContent .rightContent{
	width: 45%;
	float: right;
	text-align: left;
	margin-top: -5px;
}
.companyContent .rightContent .col {
	position: relative;
	font-size: 12px;
}
.companyContent .rightContent .col + .col {
	margin-top: 10px;
}
.companyContent .rightContent .col.mt30 {
	margin-top: 25px;
}
.companyContent .rightContent .col .title {
	font-weight: normal;
	line-height: 1.8;
}
.companyContent .rightContent .col .text {
	line-height: 1.8;
	margin-top: 14px;
}
.companyContent .rightContent .col .wrap {
	display: inline-block;
	vertical-align: bottom;
	width: 60%;
}
.companyContent .rightContent .col .companyPhoto {
	display: inline-block;
	vertical-align: bottom;
	width: 39%;
}

@media(max-width: 1367px){
	.companyContent {
		width: 94%;
		margin: 0 3% 0 3%;
	}
	.companyContent .leftContent {
		width: 44%;
	}
	#content .companyContent {
		padding: 84px 0 84px;
	}
	.companyContent .leftContent .photoGate {
		margin-right: 2%;
	}
	.companyContent .leftContent .photoGate img {
		height: 430px;
	}
	.companyContent .leftContent .text {
		width: calc(100% - 50%);
	}
	.companyContent .leftContent .text p {
		margin-bottom: 29px;
	}
	.companyContent .rightContent .col + .col {
		margin-top: 10px;
	}
	.companyContent .rightContent {
		margin-top: -1px;
		width: 56%;
	}
	.companyContent .rightContent .col .text {
		margin-top: 15px;
	}
	.companyContent .rightContent .col.mt30 {
		margin-top: 18px;
	}
}


@media(max-width: 768px){
	#content .mainContent {
		float: none;
	}
	#content .companyContent{
		width: 100%;
		padding: 60px 3%;
		margin: 0;
	}
	
	.companyContent .leftContent{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.companyContent .leftContent .photoGate img {
		height: auto;
	}
	.companyContent .leftContent .text{
		margin-top: 0;
		width: calc(100% - 43%);
	}
	.companyContent .leftContent .text p {
		font-size: 10px;
		margin-bottom: 25px;
	}
	.companyContent .leftContent .photoGate{
		width: 36%;
		margin-right: 5%;
	}
	.companyContent .rightContent{
		width: 100%;
		margin-top: 0;
	}
	.companyContent .rightContent .col .text {
		letter-spacing: normal;
	}
	.companyContent .rightContent .col {
		font-size: 10px;
		letter-spacing: -.5px;
	}
	.companyContent .rightContent .col.font_diff {
		font-size: 10.11px;
	}
	.companyContent .rightContent .col .wrap {
		width: 100%;
	}
	.companyContent .rightContent .col .companyPhoto {
		position: static;
		width: 100%;
		margin-top: 20px;
	}
}