@charset "utf-8";
/* CSS Document */

body{
	margin: 0 auto;
	padding: 0;
	line-height: 1.6;
	font-size: 1rem; /*16px*/
}

.header-Area{
	display: flex;
	background: #242642;
	color: #FFF;
}

.header-wrap{
	width: 100%;
	height: 90vh;
	overflow: hidden;
	position: relative;
}

.global_menu{
	min-width: 100px;
	width: 90%

}
	.global_menu ul{
		list-style: none;
		margin: 0 auto;
		padding: 0;
	}
	
/*swiper-slide-------------------------------------*/
 [class^=swiper-button-] {
  transition: all 0.3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 85%;
  height: 90vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
 .swiper-container.nav-slider {
  width: 0;
  padding-left: 0;
}
 .swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
 .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
 .swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
 .swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}
 .swiper-container:hover .swiper-button-prev,
 .swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
 .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

 .swiper-slide {
  overflow: hidden;
}
 .swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
 .swiper-slide .entity-img {
  display: none;
}
 .swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
 .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
 .swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  transform: translateX(50px);
  transition: opacity 0.3s ease, transform 0.7s ease;
}
 .swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}

 [class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

 .swiper-button-prev {
  transform: translateX(50px);
}

 .swiper-button-next {
  transform: translateX(-50px);
}	
	
	
	
/* scroll animation ----------------------------------- */	
.flow-navi__wrapper {
  display:none;
}
.flow-navi {
  position: fixed;
  top: 0;
  z-index: 3;
}

.main_column{
	width: 100%;
	margin: 0 auto;
}


/* scroll animation ----------------------------------- */

.scroll-info {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #FFF;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll-info::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #FFFFFF;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/*scroll after*/
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before
{background-color:#FFF;}

.drawer-hamburger{
border-radius: 10px 0 0 10px;
background-color:#242642;
border: 1px solid #FFF;
padding: 10px .75rem 20px;
margin: 20px 0 0;
}


.drawer-hamburger:hover {
background-color:#242642;
}

.drawer-brand{
	color: #FFF;	
}

.drawer-menu-item{color:#00CBFF; }

.drawer-menu-item:hover{
	color: #00CBFF;	
}


.nav_logo{
	display: flex;
	align-items: flex-end;
	margin: 0 auto;
}

.drawer-nav{
	background:#242642;
}

/*about_wrap----------------------------------------*/

.about_wrap{
	/*background: #e2ecef;*/
	background: linear-gradient( 187deg , #e2ecef 50%, #FFFFFF 50%);
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding:90px 0 0 ;
	display: flex;
	justify-content: flex-end;
}
	.about_wrap_textArea{
		width: 60%;
		line-height: 1.8;
		margin: 0 1rem 0 2rem;
	}

	.about_wrap_textArea h2{
		color: #5896af;
		position: absolute;
		bottom:-5rem;
		right: 0;
		font-size: 3rem;
		padding: 10px;
		z-index: 1
	}

	.about_wrap_textArea .info_text{
		margin: 20px 0;
	}
	
	.about_img{
		width: 40%;
	
	}
	
	.allpage_title{
		background: url("../img/dummy-2.jpg") left top no-repeat;
		background-size: cover;
		height: 32vh;
	}


	.allpage_title{
		display: flex;
		justify-content: center;
		align-items: center;
	}



/*tec_warp----------------------------------------*/

.tec_img{
	margin: 200px auto 0;
	position: relative;
	background: url("../img/img_technology.jpg")center center no-repeat;
	background-size: cover;
	width: 100%;
}
	.tec_img .tec_bigbtn{
		width: 100%;
		height: 60vh;
		overflow: hidden;
	}
	
	.tec_img .tec_bigbtn .boxInner{
		align-items: center;
	}
	
	.tec_img .tec_bigbtn .blackbtn{
		border: 2px solid #006ebb;
		width: 200px;
		height: 200px;
		line-height: 200px;
		border-radius: 50%;
		text-align: center;
	}
	
	.tec_img a{
		text-decoration: none;
		font-weight: bold;
		font-size: 1.25rem;
		color: #006ebb;
		display: block;
	}


	.tec_img .tec_bigbtn .blackbtn:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 200px;
	  height: 200px;
	  border: 2px solid #006ebb;
	  border-radius: 50%;
	  transform: translate(-50%, -50%) scale(1.1);
	  transition: .3s ease; 
	  }

	.tec_img .tec_bigbtn .blackbtn:hover:after {
	  transform: translate(-50%, -50%) scale(1);
	  border-color:#006ebb;
	}



.tec_warp{
	width: 100%;
	margin: 0 0;
}

	.tec_warp .tec_smallbtn{
		width: 100%;
		/*margin-top:2rem;*/
	}

	.tec_warp .smallbtn_wrap{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
}
	
	.tec_warp .tec_smallbtn li{
			width: 25%;
			height: 30vh;
			display: flex;
			align-items: center;
			justify-content: center;
	}
	

		.tec_warp .tec_smallbtn li.smallbtn_1 a{
			background: url("../img/img_network.jpg") center top;
			background-size: cover;
			display: block;
		}
		.tec_warp .tec_smallbtn li.smallbtn_2 a{
			background: url("../img/img_desc.jpg") center top;
			background-size: cover;
			display: block;
		}
		.tec_warp .tec_smallbtn li.smallbtn_3 a{
			background: url("../img/img_camera.jpg") center top;
			background-size: cover;
			display: block;
		}
		.tec_warp .tec_smallbtn li.smallbtn_4 a{
			background: url("../img/img_life.jpg") center top;
			background-size: cover;
			display: block;
		}
		.tec_warp .tec_smallbtn li.smallbtn_5 a{
			background:#e2ecef;
			width: 100%;
			height: 100%;
			display: flex;
			align-items: center;

		}
		.tec_warp .tec_smallbtn li.smallbtn_5-2 a{
			background:#d6e2f9;
			width: 100%;
			height: 100%;
			display: flex;
			align-items: center;

		}

	.tec_warp .tec_smallbtn li.smallbtn_6{
			height: 10vh;
			background: none;
		}
	

.btn{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
}

.btn span {
  position: relative;
  z-index: 3;
  color:#333;
}

/*.btn:hover span{
  color:#fff;
}*/

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#8fbdcb;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.btnarrow{
	position: relative;
    display: inline-block;
	padding: 0;
    color: #333;
    text-decoration: none;
    outline: none;
	width: 100%;
	z-index: 88;
}

.btnarrow::before{
    content: '';
	position: absolute;
    bottom:-8px;
    left:15%;
    width: 85%;
    height: 1px;
	background: #333;
    transition: all .3s;
}

.btnarrow::after{
    content: '';
	position: absolute;
    bottom:-3px;
    right:0;
    width: 15px;
    height:1px;
	background: #333;
	transform: rotate(35deg);
    transition: all .3s;
}
.btnarrow:hover::before{
    left:20%;
}
.btnarrow:hover::after{
    right:-5%;
}




/*bor_wrap----------------------------------*/			
			
.bor_wrap{
	width: 100%;
    margin: 0 auto 0;
    padding: 0 0 3rem;
    position: relative;
	background: linear-gradient(352deg, #e2ecef 50%, #FFFFFF 50%);
}
	.bor_wrap .bor_btn{
		display: flex;
		justify-content: space-around;
		align-items: center;
		max-width: 1080px;
		width: 100%;
		margin: 0 auto;
		}
		
	.bor_wrap .bor_btn li{
		/*margin-right: 1rem;*/
	}	
	
	.bor_wrap .bor_btn li:first-child{
		/*margin-left: 1rem;*/
	}
			
	.bor_wrap .bor_btn li a{
		min-height: 350px;
		width: 300px;
		margin:0;
		text-decoration: none;
		color:#333;
		font-size: 2rem;
		font-weight: bold;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	


	.bor_wrap h2{
		color: #5896af;
		font-size: 5rem;
		text-align: center;
		position: absolute;
		top:8rem;
		right:6rem;
	}


	.bor_wrap .bor_btn li a.radiusbtn-1{
		background:url("../img/img_study.jpg") right top no-repeat;
		background-size: cover;
		border-top-left-radius: 50px;
	}
	.bor_wrap .bor_btn li a.radiusbtn-2{
		background:url("../img/img_katudo.jpg")right top no-repeat;
		background-size: cover;
		margin-top:10rem;
		border-top-left-radius: 50px;
		}			
	.bor_wrap .bor_btn li a.radiusbtn-3{
		background:url("../img/img_verification.jpg")center top no-repeat;
		background-size: cover;
		margin-top:26rem;
		border-top-left-radius: 50px;
	}
	

	.bor_wrap .bor_btn li a.radiusbtn-1:hover,
	.bor_wrap .bor_btn li a.radiusbtn-2:hover,
	.bor_wrap .bor_btn li a.radiusbtn-3:hover{
		opacity: 0.8;
	}


/*.infomation---------------------------------------------*/

.infomation{
	/*background: #c4cada;*/
	padding: 2rem 0 5rem;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.infomation h2{
	color: #5896af;
    font-size: 5rem;
    padding: 10px;
    text-align: left;
    margin: 5rem auto 3rem;
}

.infomation .info-wrap{
	display: flex;
	justify-content: center;
	width: 100%;
    margin: 0 auto;
}

.infomation .info-wrap div.fadeUp{
  width: 40%;
}

.infomation .info-wrap ul{
  width: 55%;
  font-size: 0.93rem;
}

.infomation .info-wrap ul li{
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #EEE;
}

.infomation .info-wrap ul li a{
	display: block;
	text-decoration: none;
	color: #131313;
}

.infomation .info-wrap ul li a span{
	color: #2e90b7;
}


.mail_wrap{
	/*background: url("../img/img_main03.jpg") left top no-repeat;
	background-size: cover;*/
	background: #FFF;
	width: 100%;
	padding: 2rem 0;
	text-align: center;
}

.mail_wrap h2{
	color: #5896af;
	font-size: 3rem;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 2rem;
}

.mail_wrap .mail_btn a{
	border: 1px solid #131313;
	display: block;
	padding: 1rem;
	color: #131313;
	width: 60%;
	text-decoration: none;
	margin: 0 auto;
}


.btnarrow5{
	position: relative;
	width: 60%;
	border: 1px solid #93a6cb;
	padding: 8px 30px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #93a6cb;
	outline: none;
	transition: all .2s linear;
}

.btnarrow5:hover{
  background:#93a6cb;
  color:#fff;
}


.btnarrow5::before{
  content:"";
  position: absolute;
  top:50%;
  right:-26px;
  width:40px;
  height:1px;
  background:#93a6cb;
  transition: all .2s linear;
}

.btnarrow5::after{
  content:"";
  position: absolute;
    top: 20%;
    right: -21px;
  width:1px;
  height:12px;
  background:#93a6cb;
    transform:skewX(45deg);
    transition: all .2s linear;
}

.btnarrow5:hover::before{
  right:-30px;
}

.btnarrow5:hover::after{
  right:-25px;
}

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}


/*.footer------------------------------------------------*/

.footer{
	background: #242642;
	color: #FFF;
	padding: 3rem 0;
	text-align: center;
}


.footer .sns-icon{
	max-width: 300px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}


.footer figure{
	width: 20%;
	margin: 0 auto;
}

.footer p{
	margin: 2rem auto 0;
	font-size: 0.75rem;
}

/*page-animate---2ndpage after--------------------*/

#page-animate::before {
 content: '';
 position: fixed;
right: 0;
 width: 100%;
 height: 100%;
 background-color: #333;
 z-index: 9;
 pointer-events: none;
 bottom: 100%;
 -webkit-transition: bottom 0.8s cubic-bezier(0, 0.4, 1, 0.2);
 transition: bottomt 0.8s cubic-bezier(0, 0.4, 1, 0.2);
}

#page-animate::after {
 content: '';
 position: fixed;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #333;
 z-index: 9;
 pointer-events: none;
 top: 100%;
 -webkit-transition: top 0.8s cubic-bezier(0, 0.4, 1, 0.2);
 transition: top 0.8s cubic-bezier(0, 0.4, 1, 0.2);
}

#page-animate.is-slide-in::before {
 bottom: 0;
}

#page-animate.is-slide::after {
 top: 0;
}

	
/* @media max-width:768px
-------------------------------------------------------*/

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

/* slide */

.swiper-container{
	height: 50vh;
	margin-bottom: 2rem;
}

.swiper-slide .content{
	top: 5%;
    width: 80%;	
}

/*.swiper-slide .slide-bgimg{height: 50%;}*/


/* gmenu */

.header-Area{display: none;}

.swiper-container{width: 100%;}


/*about*/

.about_wrap{
	display: block;
	width: auto;
	padding: 0
}

.about_wrap_textArea{
	width: 100%;
	margin: 0;
	padding: 1rem;
}


.about_img{
	width: 100%;
}

.about_wrap_textArea h2{
	bottom: -2rem;
	padding: 0;
	font-size: 2.5rem;
	line-height: 1.6;
}

.tec_img{
	width: 100vw;
	margin:100px 0 0;
}

.tec_warp{
	display: block;
	margin: 0;
}

.tec_warp .tec_bigbtn{
	width: 100%;
	height: 30vh;
	margin-top: -10rem;
}

.tec_warp .tec_smallbtn{
	width: 100%;
	margin-top: 0;
}
.tec_warp .tec_smallbtn li.smallbtn_1 a,
.tec_warp .tec_smallbtn li.smallbtn_2 a,
.tec_warp .tec_smallbtn li.smallbtn_3 a,
.tec_warp .tec_smallbtn li.smallbtn_4 a{
	height: 20vh;
}

.tec_warp .tec_smallbtn li{
	width: 50%;
	height: 20vh;
	border-bottom: 1px solid #FFF;
}


.tec_img .tec_bigbtn{
	width: 100%;
	height: 50vh;
}

.bor_wrap h2 {
    font-size: 4rem;
    text-align: left;
	top: -8rem;
    left: 1rem;
}

.bor_btn.delayScroll{
	display: block;
	margin-top:15rem; 

}

.bor_wrap{
	background: #FFFFFF;
	padding: 0;
}


.bor_wrap .bor_btn li{
	width: 100%;
	margin: 0;
	min-height: 30vh;
}

.bor_wrap .bor_btn li.radiusbtn-1{
	
}


.bor_wrap .bor_btn li.radiusbtn-2{
	margin-top: 0;
}

.bor_wrap .bor_btn li.radiusbtn-3{
	margin-top: 0;
}

.infomation{
	
}

.infomation h2{
	margin: 0 auto 3rem;
	font-size: 3.5rem;
}

.infomation .info-wrap{
	flex-wrap: wrap;
}

.infomation .info-wrap div.fadeUp{
	width: 80%;
	margin: 0 auto;
	display: block;
}

.infomation .info-wrap ul{
	width: 100%;
    margin: 3rem auto 0;
    text-align: center;
}


.infomation .info-title a{
	width: 80%;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}

.infomation .info-wrap ul li{
	padding-bottom: 0;
	font-size: 0.825rem;
}

.bor_wrap .bor_btn li a{
	width: 100vw;
	min-height: 30vh;
}

.bor_wrap .bor_btn li a.radiusbtn-2,
.bor_wrap .bor_btn li a.radiusbtn-3{
	margin-top: 0;
}


.bor_wrap .bor_btn li{
	margin-right: 0;
}	

.bor_wrap .bor_btn li:first-child{
	margin-left: 0;
}


}

@media screen and (max-width:590px){
.about_wrap_textArea h2{
	bottom: -5rem;
	padding: 0;
	font-size: 3rem;
	line-height: 1.2;
}

.about_wrap_textArea .info_text{
	font-size: 0.825rem;
}


.infomation .info-title a{
	width: 80%;
}



}
	
			