@charset "UTF-8";
/* color */
/* blue: #005d97 */
/* green: #8dc21f */
/* base */
html, body {
	height: 100%;
	background-color: #09F;
}
body {
	color: #333;
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Arial, 'MS PGothic', sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	word-spacing: normal;
}
p { margin: 0px 0; }
a { color: #069; }
img { max-width: 100%; }
input, textarea { font-size: 100%; }
/* body */
.wrapper { position: relative; height: 100%; }
.header-page {
	background: #005d97;
		opacity: 0.95;
	
}
.header-page .header-nav a:after {
	background-color: #F30;
}
.header {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 100;

}
.header-logo { position: absolute; top: 8px; left: 20px; width: 300px; }
.header-logo-mb { display: none; }
.header-nav {
	text-align: center;
	margin-top: 10px;
	float: right;
	margin-right: 69px;
	position: relative;
}
.header-nav .header-nav-index { display: none; }
.header-nav li { display: inline-block; position: relative; margin: 0 10px; padding-bottom: 10px; list-style: none; }
.header-nav a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	transition: all .2s;
	word-spacing: normal;

	border-left: solid;
	border-left-width: 2px;	
		padding-left: 10px;

}





.header-nav a  p.sub {
	margin-bottom: 7px;
	color: #FEDC67;
	font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}












.header-nav a:after { content: ""; display: block; position: absolute; left: 0; bottom: -7px; width: 100%; height: 5px; background: #005d97; transform: scale(0); transition: all .2s; }
.header-nav a:hover:after {
	transform: scale(1);

}
.header-nav strong {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	word-spacing: normal;
}
.header-nav li:hover ul, .header-nav li.active ul { opacity: 1; transform: scale(1); }
.header-nav ul ul {
	position: absolute;
	min-width: 100%;
	margin-top: 10px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transform: scale(0);
	transition: opacity .1s;
	text-align: left;

}
.header-nav ul ul li {
	display: block;
	margin: 0;
	padding: 0;

}
.header-nav ul ul a {
	display: block;
	color: #fff;
	font-size: 15px;
	padding: 7px 15px;
	white-space: nowrap;
	background-color: #333;
}
.header-nav ul ul a:hover {

	background-color: #F00;
}
.header-nav ul ul a:after { display: none; }
.header-mb { display: none; }
.kv { position: relative; height: 800px; min-height: 400px; background: #005d97; opacity: 0; overflow: hidden; z-index: 10; }
.kv-txt { position: absolute; display: table; color: #fff; font-family: 'Roboto', sans-serif; font-weight: 300; top: 0; left: 0; width: 100%; height: 100%; z-index: 8; }



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

.header-logo { position: absolute; top: 6px; left: 5px; width: 300px; }
}

.header-nav a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	transition: all .2s;
	word-spacing: normal;

	border-left: solid;
	border-left-width: 2px;	
		padding-left: 10px;

}

.header-nav a  p.sub {
	margin-bottom: 7px;
	color: #FEDC67;
	font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}


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

.header-logo { position: absolute; top: 15px; left: 5px; width: 200px; }
}






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

.header-logo {
	position: absolute;
	top: 8px;
	left: 5px;
	width: 180px;
	display: none;
}
}
