@charset "UTF-8";




@font-face {
font-family: "AvenirNextCyr-Demi";
src: url("font/AvenirNextCyr-Demi.woff") format('woff');
}


@font-face {
font-family: "AvenirNextCyr-Medium";
src: url("font/AvenirNextCyr-Medium.woff") format('woff');
}

@font-face {
font-family: "AvenirNextCyr-Regular";
src: url("font/AvenirNextCyr-Regular.woff") format('woff');
}





* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



ul, li{
  list-style:none;
}

img{
  width:100%;
  height:auto;
  display:block;
}


a{
  text-decoration:none;
  color: #333;
}

p{
  font-feature-settings: "palt";
}


.clear{
  clear: both;
}

img{
  width:100%;
  height:auto;
}




body {
  color: #506A91;
  line-height:150%;
	font-family: "Inter", sans-serif;
  overflow-x: hidden;
  background:#fff;
}










.top_slide {
  position:fixed;
  top:0%;
  left:0%;
  overflow: hidden;
  width: 100%;
  height:100%;
}




.zs-bullets{
  display:none;
}









.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  background: #fff;
}



.loader
{
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  margin-left:-17px;
  margin-top:-30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: .5px solid #506A91;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
50%  { -webkit-transform: rotate(180deg); opacity: 1; }
100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
0% { -moz-transform: rotate(0deg); opacity: 0.4; }
50%  { -moz-transform: rotate(180deg); opacity: 1; }
100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}



#main_img{
	z-index: -99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100vh;
	background-image: url(images/main_img.jpg);
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
}



#main_img:after{
	content:"";
	position: fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
}


#top_content{
	width:300px;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	text-align:center;
	z-index: 999;
}

.top_content_wrap{
	
}


.grand{
	margin-top:50px;
}

.grand p{
	font-family: "AvenirNextCyr-Medium";
	font-size:22px;
	line-height:170%;
	letter-spacing:3%;
}


.top_logo{
	display:flex;
	justify-content: center;
}

.top_logo p{
}

.top_note{
	margin-top:15px;
}

.top_note.en{
	margin-top:20px;
}

.top_note.en span{
	height:10px;
	display:block;
}

.top_note p{
	font-size: 13px;
	letter-spacing: 5%;
	line-height: 180%;
}


.top_btn_list{
	margin-top:50px;
}

.top_btn_list > div.top_btn02{
	margin-top: 15px;
}

.btn_title{
	margin-bottom:15px;
}

.top_btn .btn{
	line-height:100%;
}

.top_btn .btn a{
	font-family: "AvenirNextCyr-Regular";
	font-weight:300;
	color:#506A91;
	font-size:15px;
	letter-spacing:8%;
	line-height: 100%;
	display: block;
	padding: 12px 10px;
	-webkit-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-moz-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-ms-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-o-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	transition: 0.4s cubic-bezier(.42, 0, .58, 1);
}

.top_btn .btn a:hover{
	background:rgba(80,106,145,1);
	color:#fff;
	-webkit-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-moz-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-ms-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	-o-transition: 0.4s cubic-bezier(.42, 0, .58, 1);
	transition: 0.4s cubic-bezier(.42, 0, .58, 1);
}



.btn a{
	border:1px solid #506A91;
}

.btn.out a{
	border:none;
}


.top_btn .btn a span{
	margin-top: 7px;
	font-size:10px;
	line-height:100%;
	letter-spacing:10%;
	display:block;
}































.sp_img{
  display:none;
}





@media screen and (max-width: 766px) {
  
	.sp_img{
		display:block!important;
	}

	.pc_img{
		display:none!important;
	}
	
	
	
	#top_content {
		transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		top: 10%;
		padding-bottom:80px;
	}
	
	.grand {
		margin-top: 30px;
	}
	
	.grand p {
		font-size: 20px;
	}
	
	
	
}



























