@charset "UTF-8";

/*key visual*/

body{

}



@media screen and (min-width:1081px){

	#header{
		background: transparent;
		position: absolute;
		width: 100%;
		top: 60px;
		left: 0;
	}

}

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

	#content_wrap {
	    padding-top: 50px;
	}

}

.h_menu{
	/*margin-bottom: 25px;*/
}

.h_menu a{
	color: #fff;
}

.h_menu .search_form{
	/*display: none;*/
}

.h_menu .search_form .ssp{
	border-color: #fff;
	color: #fff;
}

.search_form .submitsp{
	background: #000;
}

.h_menu .search_form .ssp::placeholder{
	color: #fff;
}
.h_menu .search_form .ssp:-ms-input-placeholder{
	color: #fff;
}
.h_menu .search_form .ssp::-ms-input-placeholder{
	color: #fff;
}

.h_menu .hpdf a{
	background: url(../common/img/other/icon_download.png) no-repeat 0 50%;
	padding-right: 0;
}


.site-navigation{
	/*padding-bottom: 0;*/
}


@media screen and (min-width:1081px){

	.site-navigation .menu-gnav-container > ul > li > a{
		color: #fff;
		text-shadow: 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797, 
		0 0 1px #003797;

	}

}


.site-navigation .menu-gnav-container > ul > li > a:hover{
	color: #fff;
	opacity: 0.7;
}

.site-navigation.ue .menu-gnav-container > ul > li > a{
	color: #003797;
}






/*keykisual*/


.top_visual{
	position: relative;
	width: 100%;
	overflow: hidden;
}



div.triangle{
	pointer-events: none;
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: 0;
	height: 3000px;
	width: 100%;
}

div.triangle:after{
	content: "";
	position: absolute;
	background: #F5F8FE;
	z-index: -1;
	width: 50%;
	top: 89vh;
	left: -147.5vh;
	height: calc( 300vh - 60px );
	transform: skewX(-38deg);
}

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

	div.triangle{
		display: none;
	}

}

#solution .triangle:after{
	right: -840px;
	left: auto;
	bottom: 1350px;
	top: auto;
}

.top_visual .inner{
	width: 150%;
	margin-left: -25%;
	display: flex;
	background: #115097 url(../img/index/darkbg.jpg);
	background-size: cover;
}

@media screen and (min-width:1081px){

	.top_visual .inner{
		/*background-attachment: fixed;*/
		background-position: right;
		background-size: 94vw;
	}

}

.top_visual .inner > div{
	width: 50%;
	height: calc( 100vh - 60px );
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.top_visual .inner > div:after{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	/*width: 100%;*/
	height: 100%;
}

.top_visual .catch{

}

.top_visual .light{
	padding-left: 10%;
	transform: skewX(-38deg);
}

.top_visual .light:after{
	background: #fff url(../img/index/lightbg.png);
	background-size: 50%;
	background-repeat-x: repeat;
	background-position: 0 40%;
	transform: skewX(38deg);
	width: 150%;
	right: -50%;
}

.top_visual .dark{
	padding-right: 10%;
	transform: skewX(-38deg);
}

.top_visual .dark:after{
	/*background: #115097 url(../img/index/darkbg.jpg);*/
	background-attachment: fixed;
	background-size: cover;
	transform: skewX(38deg);

	width: 150%;
	left: -40%;
}

.top_visual .light .catch{
	z-index: 2;
	margin-left: 8%;
	position: relative;
	transform: skewX(38deg);
}

.top_visual .dark .catch{
	margin-right: 12%;
	transform: skewX(38deg);
	z-index: 2;
	position: relative;
}


.top_visual .catch .en{
	display: block;
	margin-bottom: 10px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 80px;
	color: #fff;
}

.top_visual .catch .jp{
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.top_visual .light .en{
	color: #003797;
}

.top_visual .light .jp{
	color: #003797;
}

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

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

	.top_visual{
		height: 91vh;
		margin-top: -11vh;
	}

	.top_visual .inner{
		height: 100%;
	}

	.top_visual .inner > div{
		height: calc( 100vh - 50px );
	}

	.top_visual .light{
		margin-left: -80%;
		padding-left: 95%;
		width: 49%!important;	
	}	

	.top_visual .catch .en{
		font-size: 60px;
	}

	}

}

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


	.top_visual{
		padding-top: 15%;
		padding-bottom: 0%;
		box-sizing: border-box;
		height: 92vh;
		margin-top: -3vh;
	}

	.top_visual .inner{
		width: 259%;
		margin-left: -90%;
		flex-wrap: wrap;
	}

	.top_visual .inner > div{
		height: calc( 100vh - 63px );
		padding: 0;
	}

	.top_visual .light{
		transform: skewX(-48deg);
	}

	.top_visual .dark{
		transform: skewX(-48deg);
	}

	.top_visual .dark:after{
		left: -70%;
	}

	.top_visual .light .catch{
		margin-left: 18%;
		transform: skewX(48deg);
		margin-bottom: 70%;
	}

	.top_visual .dark .catch{
		margin-right: 25%;
		transform: skewX(48deg);
		margin-top: 35%;
	}


	.top_visual .catch .en{
		font-size: 55px;
	}

	.top_visual .catch .jp{
		font-size: 14px;
	}
}

/*scroll*/

.scroll_tip{
	position: fixed;
	text-align: center;
	left: 0;
	bottom: 20px;
	right: 0;
	margin: auto;

	-webkit-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

.fixed .scroll_tip{
		opacity: 0;
		pointer-events: none;
}

.scroll_tip rect{
	stroke: #fff;
	stroke-width: 2px;
	fill: none;
}

.scroll_tip .txt{
	display: block;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
}




/*solution*/

#solution{
	position: relative;
	padding-top: 135px;
	overflow: hidden;
	padding-bottom: 90px;
}

#solution:before,
#solution:after{
	content: "";

	position: absolute;
	display: block;

	top: 0;
	left: 0;
	right: 0;

	margin: auto;

}

#solution:before{
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 8px;
	top: 80px;
}

#solution:after{
	width: 2px;
	height: 40px;
	background: #000;

	top: 40px;
}

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

	#solution:after {
	    top: 13px;
	}

	#solution:before {
	    top: 50px;
	}
}


.box_list{
}

.box_list ul{
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box_list li{
	width: 30%;
	margin-bottom: 45px;
}

.box_list li img{
	max-width: 100%;
	height: auto;
}

.box_list li a{
	position: relative;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.box_list li a:hover{
	filter: saturate(2);
}


.box_list li a .txt{
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	min-height: 148px;
}

.box_list li a .txt span{
	display: block;
}

.box_list li a .txt:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    bottom: 34px;
    right: 30px;
    margin: auto;
    background: #000;
    transform: rotate(45deg);
}


.box_list li a .txt:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: 30px;
    right: 30px;
    margin: auto;
    background: #000;
}

.box_list li a .txt .en{
	display: block;
	color: #003797;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}

.box_list li a .txt .jp{
	display: block;
	padding-bottom: 15px;
	font-size: 22px;
}

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

	#solution{
		padding-top: 75px;
		padding-bottom: 10px;
	}

	.box_list li{
		width: 48%;
		margin-bottom: 25px;
	}

	.box_list li a .txt{
		padding: 16px;
		min-height: 118px;
	}

	.box_list li a .txt:after{
	    bottom: 24px;
	    right: 10px;
	}


	.box_list li a .txt:before{
	    bottom: 20px;
	    right: 10px;
	}

	.box_list li a .txt .jp{
		font-size: 15px;
	}


}



/*#news{*/

#news{
	padding-top: 110px;
	padding-bottom: 110px;
	background: #F2F3F5;
}

#news .shadowbox{
	display: flex;
	justify-content: space-between;
}

#news .news_title_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#news .news_title_wrap .h_type01{
	margin-bottom: 0;
}

#news .shadowbox > div{
	width: 47%;
}

.more_link{
	position: relative;
	padding-right: 25px;
}

#news .more_link{
	margin-top: 23px;
}

.more_link:after{
    position: absolute;
    content: "";
    width: 7px;
    height: 1px;
    bottom: 6px;
    right: 0px;
    margin: auto;
    background: #000;
    transform: rotate(45deg);
}


.more_link:before{
    position: absolute;
    content: "";
    width: 17px;
    height: 1px;
    bottom: 3px;
    right: 0px;
    margin: auto;
    background: #000;
}


.top_news_list{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #D5D5D5;
}

.top_news_list li{
	border-bottom: 1px solid #D5D5D5;
}

.top_news_list li a{
	padding: 20px 0;
	text-decoration: none;
}

.top_news_list li a{

}

.top_news_list .date{
	color: #6D6D6D;
}

.top_news_list .new_label{
	display: inline-block;
	margin-left: 20px;
	width: 53px;
	line-height: 21px;
	box-sizing: border-box;
	padding-bottom: 2px;
	background: #003797;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.top_news_list .title{
	padding-top: 10px;	
	line-height: 1.38;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.top_news_list a:hover .title{
	color: #003797;
}

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


	#news{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#news .shadowbox{
		flex-wrap: wrap;
		padding-bottom: 20px;
	}

	#news .shadowbox > div{
		width: 100%;
	}

	.top_news_list{
		margin-bottom: 24px;
	}


}



/*training*/

#training{
	padding-top: 90px;
	padding-bottom: 90px;
}

.training_list{
	padding: 0 40px;
}

.training_list ul{
	justify-content: space-between;
	display: flex;
}

.training_list li{
	width: 46%;
	max-width: 395px;
}

.training_list li a{
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.training_list li a:hover{
	filter: saturate(2);
}


.training_list li .image{	
	margin-bottom: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.training_list li .image img{	
	max-width: 100%;
	height: auto;
}


.training_list li img{	
	max-width: 100%;
	height: auto;
}

.training_list li .title{	
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

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

	#training{
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.training_list{
		padding: 0;
	}

	.training_list ul{
		flex-wrap: wrap;
	}

	.training_list li{
		width: 100%;
		max-width: none;
		margin-bottom: 30px;
	}
	.training_list li .image{
		justify-content: space-between;
		align-items: center;
		box-shadow: none;
		display: flex;
	}

	.training_list li .image img{	
		width: 150px;
		box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}

	.training_list li .title{
		font-size: 18px;
		line-height: 150%;
	}


}

