@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ================================================================ 
目次
-----
00 共通CSS
01 メインビジュアル
99 custom
================================================================  */


/* 00 共通CSS
================================================================ */
/* 汎用 */
html,body{
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}
body.innovation{
	min-width: 1240px;
}
body.innovation p{
	font-size: 15px;
}
h1,h2,h3{
	margin: 0;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}


/* 01 メインビジュアル
================================================================ */
/* トップ */
.top_custom{
	background: url(../image/mainV.jpg) #333f48 no-repeat right bottom;
	background-size: cover;
	height:calc(100% - 136px) ;
	min-height: 780px;
	overflow-y: hidden;
	position:relative;
	overflow-x: hidden;
	color: #ffffff;
}
/*.top_custom .floatRight{
	background: url(../image/mainV.jpg) #333f48 no-repeat left bottom;
	background-size: cover;
	float:right;
	width: 65%;
	min-width: calc(100% - 550px);
	max-width: calc(100% - 500px);
	height:100% !important;
	margin: 0;
}*/
.top_custom .floatLeft{
	float: none !important;
	width: 35%;
	min-width: 500px;
	/*max-width: 550px;*/
	height:100%;
	margin: 0;
	position:relative;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_custom .floatLeft img{
	width: 100%;
}
.top_custom .floatLeft h1{
	width: 240px;
	text-align: center;
	color: #ffffff;
	position: absolute;
	top: 30px;
	left: 30px;
	line-height: 1.0;
}
.top_custom .floatLeft span{
	font-size: 11px;
	letter-spacing: 0.1em;
	display: inline-block;
}
.top_custom .floatLeft #positionMiddle{
	position:absolute;
	color: #ffffff;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top_custom .floatLeft h2{
	font-weight: 800;
	font-size: 60px;
	/*font-size: 5vw;*/
	line-height: 1.25;
    padding: 0;
	margin-bottom: 20px;
	text-align: left;
	letter-spacing: 0.03em;
}
.top_custom .floatLeft p{
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.15em;
}
.top_custom .floatLeft ul{
	width: 426px;
	margin: 20px auto 0;
}
.top_custom .floatLeft ul li{
	width: 31%;
	display: inline-block;
	margin-right: 2%;
}
.top_custom .floatLeft ul li img{
	-webkit-backface-visibility: hidden;
}
.top_custom .floatLeft ul li:last-child{
	margin-right: 0px;
}
.top_custom .floatLeft dl{
	position: absolute;
	bottom: 30px;
	display: table;
	padding: 0 30px;
}
.top_custom .floatLeft dl dt,
.top_custom .floatLeft dl dd{
	display: table-cell;
	vertical-align: middle;
}
.top_custom .floatLeft dl dt{
	width: 110px;
	padding-right: 10px;
}
.top_custom .floatLeft dl dd{
	font-size: 80%;
	margin: 0;
	line-height: 1.6;
	color: #aaaaaa;
	letter-spacing: 0.08em;
}


@media screen and (max-width: 1180px){
	.top_custom{
		background: url(../image/mainV.jpg) #434f67 no-repeat left bottom;
		background-size: cover;
	}
}
@media screen and (min-width: 1600px){
	.top_custom{
		background: url(../image/mainV.jpg) #434f67 no-repeat 75% bottom;
		background-size: auto;
	}
}


/* 99 custom
================================================================ */
.mfp-content .white-popup h3{
	line-height: 1.4;
	margin-top: 10px;
}
.mfp-content .white-popup p{
	margin: 0 auto;
	display: inline-block;
}






@media screen and (max-width: 767px){

/* トップ */
.top_custom{
	background-image: none;
	background-color: #434f67;
	position:static;
	height:inherit;
	min-height: inherit;
	padding: 20px 0 0 0 !important;
}
.top_custom .floatRight{
	float:none !important;
	margin: 0;
	background: url(../image/mainV_sp.jpg) #434f67 no-repeat center bottom;
	background-size: cover;
	padding: 78% 0 0 0;
	width: 100%;
}
.top_custom .floatLeft{
	width: 90% !important;
	margin: 0 auto;
	min-width: inherit;
	max-width: inherit;
	/*height:100%;
	position:relative;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
.top_custom .floatLeft img{
	/*width: 100%;*/
}
.top_custom .floatLeft h1{
	width: 50%;
	position: static;
	top: inherit;
	left: inherit;
    margin: 0 auto 20px;
}
.top_custom .floatLeft #positionMiddle{
	position:relative;
	top: inherit;
	left: inherit;
	margin-right: 0;
	-webkit-transform: none;
	transform:none;
	display: block;
}
.top_custom .floatLeft h2{
	font-size: 7.2vw;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	padding: 0px;
	margin-bottom: 5px;
}
.top_custom .floatLeft h2 br.pcBr{
	display: none !important;
}
.top_custom .floatLeft p{
	font-size: 3.3vw;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.top_custom .floatLeft ul{
	width: 80%;
	margin: 15px auto;
}
.top_custom .floatLeft ul li{
	width: 31%;
	display: inline-block !important;
	margin-right: 2%;
}
.top_custom .floatLeft ul li img{
	/*-webkit-backface-visibility: hidden;*/
}
.top_custom .floatLeft ul li:last-child{
	/*margin-right: 0px;*/
}
.top_custom .floatLeft dl{
	position: relative;
	width: 100%;
	margin: 0 auto 10px;
	bottom: inherit;
	padding: 0;
	display: table !important;
}
.top_custom .floatLeft dl dt,
.top_custom .floatLeft dl dd{
	display: table-cell !important;
	/*vertical-align: middle;*/
}
.top_custom .floatLeft dl dt{
	width: 22%;
	padding-right: 2%;
}
.top_custom .floatLeft dl dd{
	font-size: 76%;
	/*margin: 0;
	line-height: 1.6;*/
}



/* 99 custom
================================================================ */
.mfp-content .white-popup p{
	width: 92%;
}
#container nav{ z-index: 100;}






}


@media screen and (max-width: 320px){


}
