@charset "UTF-8";
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#wrapper{
	width: auto;
	margin: 0 auto;
}

#logo{
	position: absolute;
	top: 2vw;
	left: 2vw;
	z-index: 100;
}

main{
	height: 1150px;
}

#box2{
	width: 960px;
	margin: 100px auto 0;
	z-index: 0;
	}

#message{
	float: left;
	width: 500px;
	color: #71BCD2;
	margin: 0 auto;
	font-weight: 600;
	line-height: 2.5;
	z-index: 0;
}

#message h3{margin-bottom: 30px;}

#CEO{
	float: right;
	margin: 90px auto 0;
}


.clear{clear: both;}

.button{
	text-align: center;
	color: #71BCD2;
}

.bs{
	margin-top: 2em;
}

.ss{
	margin-bottom: 0.5em;
}

#me-fr{display: none;}
#menu{display: none;}

#g_navi{
	display: block;
	z-index: 100;
}

#g_navi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	max-height: 80px;
	min-width: 600PX;
}
#g_navi li{
	float: right;
}

#g_navi li p{font-size: 60%;}

#g_navi li:last-child {
	border-right: none;
}
#g_navi li a {
	display: block;
	color: #71BCD2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

#g_navi ul li a:hover {
	background-color: #a9bce2;
}
 
.parallax-slider {
     top: 0;
     left: 0;
}

.parallax-window {
     min-height: 800px;
     background: transparent;
}
 
.parallax-slider {
     top: 0;
     left: 0;
}

.sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;	
}

/*スマホ版*/
@media screen and (max-width:500px){
	
	main{
		height: 1600px;
	}
	
	#box2{
		width: 380px;
	}
	
	#message{
		float: none;
		width: 340px;
	}
	
	#logo{top: 0;}
	
	#CEO{
	float: none;
	display: none;
}
	
#g_navi{display: none;}

#me-fr{
	display: block;
	width: auto;
	z-index: 50;
	}
	
#menu{
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}

#menu div{
	width: 100%;
	height: 42px;
	background: rgba(200,200,200,1);
	overflow: hidden;
	position: absolute;
	top: 0;
	background-color: #fff;
}

	#menu img{
		float: right;
		margin-right: 10px;
	}



#menu .menuopen{
	color: rgba(255,255,255,1);
	font-size: 20px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: auto;
}

#menu .menuclose{
	color: rgba(255,255,255,1);
	font-size: 20px;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: auto;
}

#menu ul{
	background: rgba(255,255,255,0.96);
	width: 100%;
	position: absolute;
	top: 38px;
	right: 0;
	display: none;
}

#menu li{
	padding: 10px;
	color: rgba(0,0,0,1);
	border-bottom: 1px #71BCD2 solid;
	pointer-events: auto;
	list-style: none;
}

#menu a{
	color: #71BCD2;
	text-decoration: none;
}

#menu:target .menuopen{
	display: none;
}

#menu:target .menuclose{
	display: block;
}

#menu:target ul{
	display: block;
}
	
	
}