  /* CSS Document */

.c-catch_font{
	font-family: "Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

/* doc style */
.p-mainPhoto{
	position: relative;
	height: 640px;
}
.p-mainPhoto__photo{
	position:absolute;
	top:0;
	left:-40px;
	width: 880px;
}
.p-mainPhoto__photo img{
	width: 100%;
	height: auto;
}

/*heading*/
#main h2.p-vision_heading{
	font-size: 1.375rem;
	line-height: 1.5;
	padding: 0.5rem 0.125rem 0.625rem  0;
	margin: 0rem;
	text-align-last: center;
	background-color: #ccc;
	color: #fff;
}

#main h2.p-vision_heading.statement{
	background-color: #2C78B6;
}
#main h2.p-vision_heading.value{
	background-color: #2C78B6;
	/*background-color: #008888;*/
}

#main h3.p-statement_heading{
	font-size: 1.25rem;
	text-align: center;
	margin: 0 0 0.875rem;
	padding: 1rem 0 0;
	border-top: #2C78B6 1px solid;
}

	/*--sp---*/
	
.sp .p-mainPhoto{
	height: auto;
}

	.sp .p-mainPhoto__photo{
		position:static;
		width: 106.2%;
		margin-left: -3.1%;
		margin-right: -3.1%;
		overflow: hidden;
	}
	
