@charset 'utf-8';

#logo a{
	pointer-events: none;
}

.top_visual{
	position: relative;
}

.top_visual .over_txt{
	z-index: 7777;
	position: absolute;
	height: 130px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 5%;
}


.top_visual .over_txt:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	content:  "";
	background: #00264e;
	opacity: 0.14;
	filter: blur(40px);
}

.top_visual .over_txt span{
	z-index: 2;
	position: relative;
	font-family: "Noto Serif JP";
	font-weight: 500;
	font-size: 90px;
	letter-spacing: 0.1em;
	line-height: 130px;
	text-align: right;
	color: #fff;
	text-shadow: 0px 0px 12px rgba(57, 93, 125, 0.3);
}

.top_visual img{
	width: 100%;
	height: auto;
}

/*@media screen and (min-width:1080px){*/
	.top_visual .over_txt{
		top: -59%;
	}
/*}*/

@media screen and (max-width:767px){

	.top_visual .over_txt span{
		font-size: 34px;
		text-shadow: 0px 3px 7px rgb(57 93 125);
	}


}


.background_wrapper{
	background: linear-gradient(141deg, transparent 17%, #F6F8FC 17%, #F6F8FC 30%, transparent 30%, transparent 56%, #F6F8FC 56%, #F6F8FC 68%, transparent 68%);
}

@media screen and (max-width:767px){

	.background_wrapper{
		background: linear-gradient(141deg, transparent 7%, #F6F8FC 7%, #F6F8FC 15%, transparent 15%);
	}

}

/*top_h_type01*/

.top_h_type01{
	margin-bottom: 36px;
	text-align: center;
}

.top_h_type01.lefty{
	text-align: left;
}

.top_h_type01 .en{
	margin-bottom: 10px;
	display: block;
	font-family: Roboto;
	font-weight: bold;
	font-style: italic;
	font-size: 50px;
	letter-spacing: 0.05em;
	line-height: 34px;
	color: #10467e;
}

.top_h_type01 .jp{
	display: block;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 34px;
	color: #10467e;
}

@media screen and (max-width:767px){


	.top_h_type01{
		margin-bottom: 16px;
	}

	.top_h_type01 .en{
		margin-bottom: -6px;
		font-size: 30px;
	}

	.top_h_type01.lefty{
		text-align: center;
		width: 100%;
		margin-bottom: 25px;
	}

}



/*feature*/

#feature{
	padding: 140px 0;
}

#feature .feature_block{
	position: relative;
}

#feature .feature_block .image{
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 49%;
}

#feature .feature_block .image img{
	object-fit: cover;
	object-position: center right;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767px){

	#feature{
		padding-bottom: 50px;
		padding-top: 50px;
	}

	#feature .feature_block .image{
		position: relative;
		top: auto;
		bottom: auto;
		height: 220px;
		width: 100%;
		margin-bottom: 20px;
	}


}

.top_text_block{
	min-height: 600px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top_text_block .text{
	/* margin-left: 120px; */
	box-sizing: border-box;
	width: 48%;
}

.top_text_block .text p{
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 36px;
	text-align: left;
	color: #000;
}

.top_text_block .catch{
	margin-bottom: 26px;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.15em;
	line-height: 44px;
	text-align: left;
	color: #000;
}

@media screen and (max-width:767px){
	.top_text_block{
		min-height: auto;
		flex-wrap: wrap;
	}

	.top_text_block .text{
		padding-left: 0;
		width: 100%;
	}


	.top_text_block .text p{
		margin-bottom: 30px;
	}

	.top_text_block .catch{
		margin-bottom: 14px;
		font-size: 19px;
		line-height: 36px;
	}


}


/*service*/

#service{
	padding-bottom: 120px;
}


/*service_list*/

.service_list{

}

.service_list ul{
	display: flex;
	justify-content: space-between;
}

.service_list li:nth-child(2){
	margin-top: 60px;
}

.service_list li:nth-child(3){
	margin-top: 120px;
}

.service_list li a{
	display: block;
	text-decoration: none;
	transition: opacity 0.3s;
}

.service_list li a:hover{
	opacity: 0.7;
}

.service_list dt{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 0.2em;
	line-height: 34px;
	text-align: left;
	color: #333;
}

.service_list dd{
	margin-bottom: 24px;
	max-width: 220px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 26px;
	text-align: left;
	color: #333;
}

@media screen and (max-width:767px){

	#service{
		padding-bottom: 20px;
	}



	.service_list ul{
		flex-wrap: wrap;
	}

	.service_list li{
		margin: 0 auto 50px!important;
	}


	.service_list dt{
		margin-bottom: 4px;
		font-size: 22px;
	}

	.service_list dd{
		font-size: 14px;
	}

}


/*company*/

#company{
	position: relative;
	padding-top: 60px;
	padding-bottom: 100px;
}

#company:after{
	content: "";

	position: absolute;

	top: 0;
	left: 0;
	right: 0;
	margin: auto;

	max-width: 1080px;
	width: 100%;
	height: 100%;
	background: #fff;
}

#company > div{
	position: relative;
	z-index: 2;
}

.pages_list ul{
	display: flex;
	flex-wrap: wrap;
}

.pages_list li{
	width: 50%;
}

.pages_list a{
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 286px;
	width: 100%;

	background: no-repeat top center;
	background-size: cover;
}

.pages_list li:nth-child(1) a{ background-image: url(../img/index/company01.jpg); }
.pages_list li:nth-child(2) a{ background-image: url(../img/index/company02.jpg); }
.pages_list li:nth-child(3) a{ background-image: url(../img/index/company03.jpg); }
.pages_list li:nth-child(4) a{ background-image: url(../img/index/company04.jpg); }

.pages_list a:after{
	content: "";
	width: 100%;
	height: 100%;
	background: #0a1d30;
	opacity: 0.6;

	position: absolute;
	top: 0;
	left: 0;

	transition: 0.3s opacity;
}

.pages_list a:hover:after{
	opacity: 0.3;
}

.pages_list .title{
	position: relative;
	z-index: 2;
}

.pages_list .title .en{
	display: block;
	font-family: Roboto;
	font-weight: normal;
	font-style: italic;
	font-size: 32px;
	letter-spacing: 0.05em;
	line-height: 36px;
	text-align: center;
	color: #fff;
}

.pages_list .title .jp{
	display: block;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 26px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 6, 22, 0.32);
}

@media screen and (max-width:767px){



	#company{
		padding-top: 40px;
		padding-bottom: 0px;
	}

	.pages_list li{
		width: 100%;
	}

	.pages_list a{
		height: 136px;
	}

	.pages_list .title .en{
		font-size: 22px;
	}

	.pages_list .title .jp{
		font-size: 13px;
	}

}

/*history*/

#history{
	padding-top: 100px;
	padding-bottom: 90px;
}

#history .banners ul{
	margin-top: -80px;
	padding-left: 85px;
	display: flex;	
	justify-content: center;
}

#history .banners ul li{
	margin: 0 20px;
}

#history .banners ul li a{
	display: block;
	transition: 0.3s opacity;
}

#history .banners ul li a:hover{
	opacity: 0.7;
}

@media screen and (max-width:767px){

	#history{
		padding-top: 60px;
		padding-bottom: 50px;
		overflow: hidden;
	}

	#history .banners ul{
		margin-top: -37px;
		padding: 0;
		display: block;
		flex-wrap: wrap;
		/* overflow: hidden; */
	}

	#history .banners ul li{
		margin: 0;
		width: 100%;
		margin: 0 auto -11px;
	}

	#history .banners ul li:last-child{
		width: 105.6%;
		margin-left: 0;
	}



	#history .banners img{
		width: 100%;
		height: auto;
	}


}


/*news*/

#news{
	padding-bottom: 160px;
}

#news .flexbox{
	display: flex;
	justify-content: space-between;
}

#news .title_block{

}

#news .news_block{
	flex: 1;
	width: 100%;
	max-width: 815px;
}

@media screen and (max-width:767px){


	#news{
		padding-bottom: 80px;
	}

	#news .flexbox{
		flex-wrap: wrap;
	}

	#news .title_block{

		width: 100%;
	}

}

.tab_list ul{
	position: relative;
	display: flex;
}

.tab_list ul:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #10467E;
	z-index: 1;
}

.tab_list li{
	position: relative;
	z-index: 2;
	margin-right: 10px;
}

.tab_list li span{
	cursor: pointer;
	padding: 0 20px;
	height: 34px;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #10467e;
	border-bottom: none;

	background: #10467e;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 34px;
	text-align: left;
	color: #fff;

	transition: 0.3s opacity;
}

.tab_list li span:hover{
	opacity: 0.7;
}

.tab_list li.current span{
	pointer-events: none;

	background: #fff;

	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 34px;
	text-align: left;
	color: #10467e;
}

@media screen and (max-width:767px){


	.tab_list li{
		margin-right: 5px;
	}

	.tab_list li span{
		padding: 0 8px;
		font-size: 10px;
	}

	.tab_list li.current span{
		font-size: 11px;
	}

}

/*news_list*/

.news_list{

}

.news_list li{
	border-bottom: 1px solid #DCDCDC;
}

.news_list li:nth-child(n+4){
	display: none;
}

.news_list li a{
	text-decoration: none;
	padding: 30px 0;
	display: flex;
	align-items: flex-start;
	transition: 0.3s opacity;
}

.news_list li a:hover{
	opacity:0.7;
}

.news_list .date{
	font-family: Roboto;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 24px;
	text-align: left;
	color: #333;
}

.news_list .label{
	margin-left: 8px;
	margin-right: 16px;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 24px;
	text-align: center;
	color: #333;
	padding: 0 12px;
	display: block;
	text-align: center;
	border-radius: 2px;
	background: #e1e1e2;
}

.news_list .title{
	flex: 1;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
	font-family: "Noto Sans JP";
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 26px;
	text-align: left;
	color: #000;
}

#news .button01 a{
	float: right;
}

@media screen and (max-width:767px){


	.news_list li a{
		flex-wrap: wrap;
	}

	.news_list .title{
		flex: auto;
		font-size: 14px;
		margin-top: 6px;
		display: block;
	}

	#news .button01 a{
		float: none;
	}


}
