@charset "utf-8";

/* companyHead
------------------------------------------------------------------------------------ */
section#companyHead {
	padding:100px 0;
}
section#companyHead div.sectionInner {
	width:100%;
	max-width:920px;
}

section#companyHead div#companyHead01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:100px;
}
section#companyHead div#companyHead01 div#companyHead01Left {
	width:50%;
}
section#companyHead div#companyHead01 div#companyHead01Right {
	width:calc((100% - 50px) - 50%);
}

section#companyHead div#companyHead02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top:100px;
}
section#companyHead div#companyHead02 div#companyHead02Left {
	width:50%;
}
section#companyHead div#companyHead02 div#companyHead02Right {
	width:calc((100% - 50px) - 50%);
}
section#companyHead div#companyHead02 div#companyHead02Right p span.colorRed {
	font-size: 1.675rem;
}



/* companyMessage
------------------------------------------------------------------------------------ */
section#companyMessage {
	position:relative;
	background: url("../../company/images/company_message_bg.png") left top no-repeat;
	background-size: contain;
	background-color: #c00d1c;
}
section#companyMessage div#companyMessageBgTitle {
	padding:100px 0;
	background: url("../../company/images/company_message_bg_title.png") right -4px top -15px no-repeat;
	background-size: 140px 800px;
}

section#companyMessage h2.title03 {
	width:65%;
	margin-right:auto;
	box-sizing: border-box;
}
section#companyMessage p#companyMessagePhoto {
	position: absolute;
	top: -100px;
	right: 200px;
	width:460px;
}
section#companyMessage div#companyMessageInner {
	position:relative;
	width:65%;
	margin-right:auto;
	padding:50px;
	background-color: #FFF;
	box-sizing: border-box;
	z-index:2;
}
section#companyMessage div#companyMessageInner h3 {
	text-align:right;
	font-weight:bold;
	margin-top:30px;
}
section#companyMessage div#companyMessageInner h3 span {
	font-size: 1.875rem;
	font-weight:bold;
	margin-left:15px;
}



/* companyFacilityProfile
------------------------------------------------------------------------------------ */
section#companyFacilityProfile {
	padding:100px 0 0 0;
}
section#companyFacilityProfile div.sectionInner {
	width:100%;
	max-width:920px;
}
section#companyFacilityProfile div.googleMap {
	margin-top:50px;
}



/* companyProfile
------------------------------------------------------------------------------------ */
section#companyProfile {
	padding:100px 0;
}
section#companyProfile div.sectionInner {
	width:100%;
	max-width:920px;
}



/* companyPhoto
------------------------------------------------------------------------------------ */
section#companyPhoto {
	background-color: #FEF;
}



@media screen and (max-width:960px) {
/* companyHead SP
------------------------------------------------------------------------------------ */
	section#companyHead {
		padding: 60px 0 90px;
	}
	section#companyHead div.sectionInner {
		width: 90%;
	}
	section#companyHead div.sectionInner h2.title01 {
		margin-bottom: 40px;
	}
	section#companyHead div#companyHead01 {
		flex-direction: column-reverse;
		margin-top: 60px;
	}
	section#companyHead div#companyHead01 div#companyHead01Left {
		width:100%;
	}
	section#companyHead div#companyHead01 div#companyHead01Right {
		width:100%;
		margin-bottom: 30px;
	}

	section#companyHead div#companyHead02 {
		display: block;
		margin-top:50px;
	}
	section#companyHead div#companyHead02 div#companyHead02Left {
		width:100%;
	}
	section#companyHead div#companyHead02 div#companyHead02Right {
		margin-top: 30px;
		width:100%;
	}


/* companyMessage SP
------------------------------------------------------------------------------------ */
	section#companyMessage div#companyMessageBgTitle {
		padding:50px 0;
		background: url("../../company/images/company_message_bg_title_sp.png") center bottom -10px no-repeat;
		background-size: 105% auto;
	}
	section#companyMessage h2.title03 {
		position: relative;
		width:100%;
		margin-left:0;
		z-index: 2;
	}
	section#companyMessage p#companyMessagePhoto {
		top: -60px;
		right: 0;
		width:240px;
		z-index: 1;
	}
	section#companyMessage div#companyMessageInner {
		width:100%;
		padding:25px 25px 30px;
	}


/* companyFacilityProfile SP
------------------------------------------------------------------------------------ */
	section#companyFacilityProfile {
		padding:60px 0 0 0;
	}
	section#companyFacilityProfile div.sectionInner {
		width:90%;
	}


/* companyProfile SP
------------------------------------------------------------------------------------ */
section#companyProfile {
	padding:60px 0;
}
section#companyProfile div.sectionInner {
	width:90%;
}
	
	
	
	
}

