@charset "UTF-8";
@import "./reset.css";
@import "https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700";
#loader{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -15px 0 0 -15px;
	perspective: 100px;
	transiform: perspective(100);
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	z-index: 1000;
}
#loader img{
	display: block;
	width: 40px;
	height: 40px;
	animation: loader 1s linear infinite;
}
@keyframes loader{
	0%{transform: rotateY(0deg);}
	100%{transform: rotateY(360deg);}
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	touch-callout: none;
	-webkit-touch-callout: none;
}
*:not(input){
	user-select: none;
	-webkit-user-select: none;
}
.clearfix:after, ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.serviceTopOn{
	transform: translateY(-250px);
	-webkit-transform: translateY(-250px);
	-moz-transform: translateY(-250px);
	-ms-transform: translateY(-250px);
	-o-transform: translateY(-250px);
	opacity: 0;
}
.serviceBtmOn{
	transform: translateY(0px) !important;
	-webkit-transform: translateY(0px) !important;
	-moz-transform: translateY(0px) !important;
	-ms-transform: translateY(0px) !important;
	-o-transform: translateY(0px) !important;
	opacity: 1 !important;
}
li{list-style:none;}
a, #service>ul>li>p, #service>ul>li>dl, #navi li:before, #navi, #concept{
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
a{
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0);
}

body{
	font-family: 'Crimson','Yu Mincho','YuMincho',serif;
	font-size: 16px;
	line-height: 28px;
	width: 100%;
	overflow-x: hidden;
}
h1{
	font-size: 34px;
	margin-bottom: 34px;
	font-weight: normal;
}
h2{
	font-size: 34px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
}
h2 span, #service>ul>li>p span{
	display: block;
	font-size: 12px;
	position: relative;
	margin-top: 36px;
}
h2 span:after, #service>ul>li>p span:after{
	content: "";
	position: absolute;
	top: -21px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	background: url("./../img/shape.svg") no-repeat center center;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
}
#wrapper{
	width: 100%;
	height: 100%;
}
#container{
	position: relative;
	overflow: hidden;
	perspective: 400px;
	transform: perspective(400);
}
#container i{
	position: absolute;
	display: block;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	text-align: center;
}
#navi{
	color: #457ebc;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	position: relative;
}
#navi .logo{
	float: left;
	width: 50%;
	padding: 10px 0 0 10px;
}
#navi .logo img{
	cursor: pointer;
}
#navi ul{
	float: left;
	width: 50%;
}
#navi li{
	width: 14%;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
#navi li:first-child, #navi li:last-child{
	width: 15%;
}
#navi li:before{
	width: 0;
	height: 50px;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: #e0e8f0;
	z-index: -1;
}
.static{
	position: relative !important;
}
.fixed{
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.2);
}
#concept{
	text-align: center;
	color: #457ebc;
	position: relative;
	padding: 100px 0;
}
#concept .contents{
	position: relative;
	z-index: 5;
	display: inline-block;
}
#concept canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#concept p{
	margin-bottom: 34px;
}
#concept img{
	max-width: 80%;
}
#message, #service, #news, #recruit, #about, #privacy{
	padding: 50px 20px;
}
#message>section, #service>ul, #news>ul, #recruit>ul, #about>ul, #privacy>section, #map_canvas{
	max-width: 1000px;
	margin:0 auto;
}
#message, #service, #news, #recruit, #about{color:#fff;}
h4{
	text-align: center;
	font-size: 30px;
	margin: 60px 0 40px 0;
}
#message p span{
	display: block;
	text-align: right;
	margin: 40px 0;
}
#message{background: #B870BB;}
#service{background: #51ccff;}
#news{background: #7ac473;}
#recruit{background: #ff8543;}
#about{background: #457ebc;}
#service>p{
	text-align: center;
	margin: 20px 0;
}
#service>ul>li{
	width: 100%;
	height: 500px;
}
#service>ul>li dl{
	z-index: 10;
	position: relative;
	/*transform: translateY(200px);*/
}
#service>ul>li:first-child p{background: #457ebc;}
#service>ul>li:nth-child(2) p{background: #FF83B9;}
#service>ul>li:nth-child(3) p{background: #b870bb;}
#service>ul>li:nth-child(4) p{background:  #ff8543;}
#service>ul>li:nth-child(5) p{background: #ff7c83;}
#service>ul>li:nth-child(6) p{background: #457ebc;}
#service>ul>li:first-child dl{color:#457ebc;}
#service>ul>li:nth-child(2) dl{color:#FF83B9;}
#service>ul>li:nth-child(3) dl{color:#b870bb;}
#service>ul>li:nth-child(4) dl{color:#ff8543;}
#service>ul>li:nth-child(5) dl{color:#ff7c83;}
#service>ul>li:nth-child(6) dl{color:#457ebc;}
#service>ul>li>p, #service>ul>li>dl{
	width: 50%;
	height: 500px;
}
#service>ul>li:first-child p, #service>ul>li:nth-child(2) dl, #service>ul>li:nth-child(3) p,
#service>ul>li:nth-child(4) dl, #service>ul>li:nth-child(5) p, #service>ul>li:nth-child(6) dl{
	float: left;
}
#service>ul>li:first-child dl, #service>ul>li:nth-child(2) p, #service>ul>li:nth-child(3) dl,
#service>ul>li:nth-child(4) p, #service>ul>li:nth-child(5) dl, #service>ul>li:nth-child(6) p{
	float: right;
}
#service>ul>li>p{
	text-align: center;
	font-size: 30px;
	padding-top: 150px;
	position: relative;
	z-index: 20;
}
#service>ul>li:hover dl{
	/*transform: translateY(0);*/
}
#service>ul>li>p img, #service>ul>li>p span{display: block;}
#service>ul>li>p img{margin: 0 auto 24px auto;}
#service>ul>li>p span{
	font-size: 12px;
	letter-spacing: 3px;
}
#service>ul>li>dl{
	width: 50%;
	padding: 20px;
	background: #eaeced;
	overflow-y: scroll;
	font-weight: bold;
}
#service>ul>li>dl::-webkit-scrollbar{
	width: 15px;
	background: rgba(255, 255, 255, 0.2);
}
#service>ul>li>dl::-webkit-scrollbar-thumb{
	background: rgba(255, 255, 255, 0.5);
}
#service>ul>li dt{
	font-size: 20px;
	margin-bottom: 6px;
}
#service>ul>li dd{
	margin-bottom: 22px;
	font-size: 14px;
}
#service>ul>li dd span{
	display: block;
}
#service>ul>li dd span a{color: #2e3b8a; font-weight:bold;}
#service>ul>li:last-child dd span{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
/*#service>ul:last-child li dd, #service>ul:last-child li dt{
	float: left;
	width: 60%;
	height: 100px;
}
#service>ul:last-child li dd{
	padding-left: 20px;
}
#service>ul:last-child li dt img{
	width: 100%;
	height: auto;
}
#service>ul:last-child li dt{
	width: 40%;
}
*/
#news>ul, #privacy>section{
	height: 400px;
	overflow-y: scroll;
	background: rgba(0, 0, 0, 0.1);
	padding: 20px;
}
#news>ul::-webkit-scrollbar{
	width: 15px;
	background: #93d58c;
}
#news>ul::-webkit-scrollbar-thumb{
	background: #bae9b5;
}
#news>ul>li{
	margin-bottom: 10px;
}
#news>ul>li>span{
	margin-right: 20px;
}
#recruit>p{
	text-align: center;
}
#recruit>ul, #about>ul{
	padding: 30px 0;
}
#recruit>ul>li, #about>ul>li{
	display: table;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 14px;
}
#recruit>ul>li:first-child, #about>ul>li:first-child{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#recruit>ul>li>p, #about>ul>li>p{
	display: table-cell;
	vertical-align: top;
}
#recruit>ul>li>p:first-child, #about>ul>li>p:first-child{
	width: 30%;
	padding-right: 30px;
	text-align: right;
}
#about>ul{
	padding-top: 0;
}
#map_canvas{
	height: 400px;
}
#privacy, #privacy h2, #footer{
	color: #457ebc;
}
#privacy h2 span:after{
	background: url("./../img/shape_blue.svg") no-repeat center center;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
}
#privacy>section{
	background: #e0e8f0;
}
#privacy>section::-webkit-scrollbar{
	width: 15px;
	background: #d8e1ea;
}
#privacy>section::-webkit-scrollbar-thumb{
	background: #b8c9da;
}
#footer{
	text-align: center;
	font-size: 14px;
	padding: 20px 0 50px 0;
}
.footerLogo{
	margin-bottom: 20px;
}
.footerLogo img{
	width: 100px;
}
.footerFb{
	margin-bottom: 50px;
}
.footerFb img{
	width: 30px;
}
.footerFb a{
	display: inline-block;
}
