@charset "utf-8";



/* --------------------------------------------
						
「次代」へつなぐ。

---------------------------------------------- */ 
.nextBox {
	position: relative;
	max-width: 1356px;
	margin: auto;
	padding-bottom: 8em;
}
.nextBox > img {
}
.nextBox__eng {
	position: relative;
	margin: -10.5em auto 0 ;
}
.nextBox__eng img {
	position: relative;
	z-index: 2;
}
.nextBox__eng::before {
	position: absolute; top: 35%; left: 0;
	content:"";
	width: 100%; height:65%;
	background: rgba(255,255,255,0.65);
	z-index: 1;
}
.nextBox__inner {
	position: relative;
	max-width: 876px;
	padding: 6em 0%;
}
.nextBox h2 {
	margin: 0em 0 3em;
	text-align: left;
}
.nextBox__inner > p {
	padding: 0 0% 1em;
}
.nextBox__inner > p:first-letter {
	padding-left: 1em;
}



.nextBox {
	opacity: 0;
}
.nextBox.animest {
	animation-name: fadeInBottomTop;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}




.globalBox {
	text-align: left;
}
.globalBox .nextBox__eng {
	text-align: center;
}

.socialBox {
}
.socialBox {
	text-align: right;
}


@media screen and (max-width:980px){
.nextBox > img {
	position: relative;
	width: 100%;
	top: 0!important;
}
.nextBox__eng {
	margin-top: -6em;
}
.nextBox__inner {
	padding: 6em 5% 3em;
}
.nextBox h2 {
	margin: 0em 0% 3em 0%;
}
}


