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

header,main,footer{display: block;}

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

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


#header{margin: 0;}

#main-visual img{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	margin: 0;
	padding: 0;
}

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

#box1{
	width: 960px;
	margin: 0 auto;
}

#about{
	float: left;
	width: 450px;
	color: #fff;
	margin: 0 auto 90px;
}

#about h2{
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#about h1{
	white-space: nowrap;
	margin-bottom: 10px;
}

#about p{
	line-height: 2.5;}

#container{
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
	margin: 0;
}

#service{
	width: 960px;
	margin: 0 auto;
	padding-top: 150px;
}

#service h2{padding-bottom: 20px;}

#se-ti{
	text-align: center;
	color: #707070;
	font-size: 150%;
}

#se-con{
	float: left;
	margin: 50px 0;
}

#service .button{
	text-align: center;
}

#square{
	width: 100%;
	position: relative;
}

#box2{
	width: 960px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;}

#box2 .button{margin-top: 100px;}

#message{
	float: left;
	width: 520px;
	color: #fff;
	margin: 300px auto 0px;
	font-weight: 600;
	line-height: 2.5;
	white-space: nowrap;
}

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

#CEO{
	float: right;
	margin: 530px 50px 0 0;
}

#company{
	color: #707070;
	line-height: 5.0;
	width: 960px;
	margin: 0 auto 150px;
}

#company h2{
	color: #000;
	line-height: 2.0;
	padding-bottom: 20px;
}

#company h3{
	line-height: 3.0;
	font-weight: bold;
}

table,tr,td{
	border-collapse: collapse;
	padding: 0;
	line-height: 3.0;
}

table th{
	width: 180px;
	font-weight: 600;
	text-align: left;
}

table td{
	width: 500px;
	white-space: nowrap;
}

#contact{
	width: 750px;
	background-color:rgba(0,0,0,0.85);
	color: #fff;
	margin: 30px auto;
	padding: 45px;
	text-align: center;
}

#contact p{font-size: 100%;}

#contact img{margin-bottom: 10px;}

#contact p img{padding-bottom: 20px;}

#footer{
	margin-top: 100px;
	color: #fff;
	text-align: center;
}

#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;
}

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

.clear{clear: both;}

.button{
	float: right;
	margin: 10px;
	overflow: hidden;
}

.bg-skew {
	height: 100%;
	background: #fff;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	padding: 0;
}


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

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