@charset "utf-8";
#mv{
	padding-top: 80px;
	position: relative;
	height: 100vh;
	transition:1s;
	box-sizing: border-box;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}
#mv::before,
#mv::after{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
#mv::before{
	top: 80px;
	background: #0068b7;
	background: -moz-linear-gradient(left, #0068b7 0%, #1d2088 100%);
	background: -webkit-linear-gradient(left, #0068b7 0%,#1d2088 100%);
	background: linear-gradient(to right, #0068b7 0%,#1d2088 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#1d2088',GradientType=1 );
	z-index: 5;
}
#mv::after{
	background-repeat: no-repeat;
	background-position: center 80px;
	background-image: url(../images/top/mv.jpg);
	background-size: cover;
	/*background-attachment: fixed;*/
	z-index: 1;
}
.inview_single #mv::before{
	transition: .7s ease-in-out 0.4s;
	height:100%;
	opacity: 1;
}
.inview_single.incontents #mv::before{
	height:0;
	top: 50%;
	opacity: 0.25;
}
.inview_single #mv::after{
	transition: 1s 0.4s;
	opacity: 0;
}
.inview_single.incontents #mv::after{opacity: 1;}
/*.inview_single.incontents #mv::before{
	height: 0;
	top: 50%;
}
.inview_single #mv{
	opacity: 0;
	transition: opacity 0.6s ease-out 1s
}
.inview_single.incontents #mv{opacity: 1;}*/
.inview_single #mv p{
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: opacity 0.6s ease-out 1.6s, transform 0.8s ease-out 1.4s;
}
.inview_single.incontents #mv p{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#mv p{
	transition: .8s .8s;
	position: relative;
	font-size: 2.6rem;
	letter-spacing: 0.34em;
	color: #0360b1;
	font-weight: 400;
	line-height: 1.8;
	left: 8%;
	top: -5vh;
	z-index: 3;
}
#mv .gyo4{
	line-height: 1.7;
	letter-spacing: 0.26em;
}
#mv p span{letter-spacing: 0.05em;}
#mv p::before{
	content: "Our Mission";
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.6em;
	color: #9ab2c4;
	margin-bottom: 15px;
	line-height: 1;
}
@media screen and (min-width:1601px){
	#mv p{
		font-size: 3.0rem;
		font-weight: 300;
	}
}
#mv .page_scroll{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 2;
	font-family: 'Lato', sans-serif;
	font-size: 1.5rem;
}
#mv .page_scroll a{
	text-align: center;
	transition: .4s;
	width: 100px;
	margin: 0 auto;
	position: relative;
	display: block;
	color: #0360b1;
	font-weight: 700;
	padding-bottom: 20px;
	text-shadow: 0 0 3px #fff,0 0 6px #fff,0 0 9px #fff,0 0 12px #fff;
}
#mv .page_scroll a::after{
	transition: .6s;
	content: " ";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 4px 0 4px;
	border-color: #0360b1 transparent transparent transparent;
	filter: drop-shadow(0 0 3px rgba(255,255,255,1));
}
#mv .page_scroll a:hover{letter-spacing: 0.2em;}
#mv .page_scroll a:hover::after{
	bottom: 0;
	transform: rotateY(180deg);
}
#section1{
	padding: 150px 0 70px;
	margin-top: -80px;
}
#section1 h2{margin-bottom: 70px;}
#section1 .news_style_common{margin-bottom: 40px;}
#section2{
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto 80px;
	box-sizing: border-box;
	padding: 0 30px;
}
#section2 section{
	position: relative;
	padding: 43px;
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position: left center;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (min-width:1390px){
	#section2 section{background-size:80% auto ;}
}
#section2 section::before{
	content:" ";
	position: absolute;
	width: 100%;
	height: 13px;
	background: url(../images/common/line_bg01.png) no-repeat center top;
	left: 0;
	top: 0;
}
#section2 section .box_info{
	position: relative;
	background-color: rgba(255,255,255,.9);
	width: 35%;
	box-sizing: border-box;
	padding: 60px 5% 35px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
#section2 section .box_info::before{
	content:" ";
	position: absolute;
	top: 0;
	background: #0068b7;
	background: -moz-linear-gradient(left, #0068b7 0%, #1d2088 100%);
	background: -webkit-linear-gradient(left, #0068b7 0%,#1d2088 100%);
	background: linear-gradient(to right, #0068b7 0%,#1d2088 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#1d2088',GradientType=1 );
	width: 35%;
	height: 6px;
	left: 50%;
	margin-left: -17.5%;
}
#section2 section .box_info p{
	font-size: 1.45rem;
	text-align: center;
	margin: 50px 0 40px;
	line-height: 1.85;
}
#section2 section#section2_box01{
	background-color: #eaf1f7;
	background-image: url(../images/top/section2_bg01.jpg);
}
#section2 section#section2_box02{
	background-color: #e6ecef;
	background-image: url(../images/top/section2_bg02.jpg);
}
#section2 section#section2_box01 .box_info .title_style01{
	font-size: 2.6rem;
	letter-spacing: 0.16em;
}
#section2 section#section2_box02 .box_info .title_style01{
	font-size: 2.6rem;
	letter-spacing: 0.08em;
}

#section2 section.inview_single{
	opacity: 0;
	transition: 1s .4s;
}
#section2 section.inview_single.incontents{opacity: 1;}
#section2 section.inview_single .box_info{
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	transition: opacity 0.8s ease-out 1s, transform 0.8s ease-out 1s;
}
#section2 section.inview_single.incontents .box_info{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1001px){
	
}

/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1036px){
	#mv::after{background-attachment: scroll;}
}
@media screen and (max-width:1000px){
	#mv{
		padding-top: 60px;
		overflow: hidden;
	}
	#mv::before{top: 60px;}
	#mv::after{
		background-position: center 60px;
		background-attachment: scroll;
	}
	#mv .page_scroll{display: none;}
	#section1{
		padding: 110px 0 45px;
		margin-top: -60px;
	}
	#section2{padding: 0;}
	#section2 section{
		padding: 50vw 5% 20px;
		background-size:120% auto;
		background-position: left top;
		margin-bottom: 30px;
	}
	#section2 section::before{background-size: 100% auto;}
	#section2 section .box_info{
		background-color: rgba(255,255,255,1);
		width: 100%;
		padding: 40px 7% 35px;
	}
	#section2 section .box_info::before{height: 4px;}
	#section2 section .box_info p{
		font-size: 1.35rem;
		margin: 35px 0;
		line-height: 1.7;
	}
	#section2 section#section2_box01,
	#section2 section#section2_box02{background-color: #f7f8fc;}
	#section2 section#section2_box01 .box_info .title_style01{
		font-size: 2.3rem;
		letter-spacing: 0.16em;
	}
	#section2 section#section2_box02 .box_info .title_style01{
		font-size: 2.2rem;
		letter-spacing: 0.05em;
	}
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:999px) and (min-width:641px){
	#mv{height: 70vw;}
	#mv::after{background-size:auto 100%;}
	#mv p{font-size: 2.2rem;}

}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){
	#mv{
		position: relative;
		height: 120vw;
	}
	#mv::after{
		background-position: 75% 60px;
		background-size: auto 100%;
	}
	#mv p{
		position: absolute;
		font-size: 1.8rem;
		letter-spacing: 0.16em;
		font-weight: 500;
		line-height: 1.7;
		left: auto;
		top: auto;
		bottom: 6vw;
		right: 4%;
		text-shadow: 0 0 3px #fff,0 0 6px #fff,0 0 9px #fff;
	}
	#mv p.gyo4{
		line-height: 1.4;
		font-size: 1.75rem;
	}
	#mv p::before{
		font-size: 1.0rem;
		margin-bottom: 5px;
	}
	#section1 h2{margin-bottom: 25px;}
	
}