@charset "utf-8";

/******************************

 * parts style
 *
 * 1. title
 * 2. parts

******************************/


/*****
 * 1. title
*****/

.headline {
	line-height: 1.5;
}
.headline.underline,
.headline.underlineL{
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.headline.underline:before{
	content: '';
	width: 80px;
	height: 2px;
	background: #ffeb00;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
}
.headline.underlineL:before{
	content: '';
	width: 60px;
	height: 2px;
	background: #ffeb00;
	position: absolute;
	left: 0;
	bottom: 0;
}
.headline.underline small,
.headline.underlineL small{
	display: block;
	font-size: 12px;
	color: #004088;
	margin-bottom: 10px;
}
.headline.headline-01 {
	display: none;
}
/*headline.headline-02*/
.headline.headline-02 {
	width: 92%;
	font-size: 80px;
	line-height: 1;
	color: #004088;
	letter-spacing: -0.05em;
	position: relative;
	/*overflow: hidden;*/
}
.headline.headline-02 .typeWriter{
	display: inline-block;
}
.headline.headline-02 .typeWriter span,
.headline.headline-02 .typeWriter02 span{
	opacity: 0;
}
.headline.headline-02 small{
	font-size: 16px;
	line-height: 80px;
	transform: scale(1, 1);
	letter-spacing: 0.1em;
	text-align: right;
	float: right;
}
/*headline.headline-03*/
.headline.headline-03{
	font-size: 26px;
}
.headline.headline-03 + .cmt {
	font-size: 16px;
	margin-top: 25px;
}
.mainVisual .headline.headline-03{
	color: #bfdced;
    position: relative;
    top: 50px;	
	opacity: 0;
	transition: 1.2s;
}
.mainVisual .headline.headline-03.slideIn {
	top: 0;
	opacity: 1;
}
.mainVisual .headline.headline-03 + .cmt {
	font-size: 16px;
	color: #fff;
	margin-top: 25px;

	position: relative;
    top: 50px;
	opacity: 0;
	transition: 1.2s;
}
.mainVisual .headline.headline-03.slideIn + .cmt {
	top: 0;
	opacity: 1;
}
/*headline.headline-04*/
.headline.headline-04{
	font-size: 24px;
}
.headline.headline-04 + .cmt{
	margin-top: 10px;
}
/*headline.headline-05*/
.headline.headline-05{
	font-size: 20px;
	/*font-weight: bold;*/
}
.headline.headline-05 + .cmt{
	font-size: 13px;
	margin-top: 10px;
}
/*enTtl*/
.headline.headline-enTtl{
	font-size: 80px;
	color:#014993;
	line-height: 0.9;
	letter-spacing: -0.01em;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
	position: relative;
}
.headline.headline-enTtl small{
	display: block;
	font-size: 30px;
	letter-spacing: -0.01em;	
}
.cmt{
	font-size: 14px;
	line-height: 2;	
}
@media only screen and (max-width:736px) {
	.headline.ac,
	.cmt.ac{
		text-align: left;
	}
	/*headline.headline-02*/
	.headline.headline-02 {
		font-size: 36px;
	}
	.headline.headline-02 small{
		display: block;
		float: none;
		font-size: 14px;
		line-height: 60px;
	}
	/*headline.headline-03*/
	.headline.headline-03{
		font-size: 20px;
	}
	.headline.headline-03 + .cmt {
		font-size: 14px;
	}
	/*headline.headline-04*/
	.headline.headline-04{
		font-size: 18px;
	}
	/*headline.headline-05*/
	.headline.headline-05{
		font-size: 16px;
	}
	/*enTtl*/
	.headline.headline-enTtl{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.headline.headline-enTtl small{
		font-size: 20px;
	}
}


/*****
 * 2. parts
*****/

/*-----------
subsection
-----------*/
.section{
	margin-top: 160px;
}
.subsection{
	margin-top: 50px;
}
@media only screen and (max-width:736px) {
	.section{
		margin-top: 80px;
	}
	.subsection{
		margin-top: 40px;
	}
}

/*-----------
mainVisual
------------*/
/*mainVisual-img*/
#mainVisual-img{
	width: 100%;
	height: 700px;    
	position: relative;
    overflow: hidden;
}
#mainVisual-img img{
    width: auto;
    height: 100%;
    max-width: initial; /* 初期状態にリセット */
    position: absolute;
    top:50%; /* または200px(heightの半分) */
    left: 50%; /* この値を変更すると左右に位置をずらせる */
    transform: translate(-50%, -50%);
}
#mainVisual-img .caption{
	position: absolute;
	right: 5px;
	bottom: 125px;
}
/*mainVisual-inner*/
.mainVisual-inner{
	width: 1580px;
	margin: -380px auto 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
/*ainVisual-bg*/
#mainVisual-bg{
	width: 72.15189873417721%;
	height: 680px;
	background: #fff url(../imgs/bg-logoWhite.png) no-repeat center top;
	background-size: 170%;
	padding:100px 0 0 13.57894736842105%;
	box-sizing: border-box;
}
/*mainVisual-txt*/
#mainVisual-txt{
	width: 50.63291139240506%;
	margin-top: -420px;
	padding-bottom: 30px;
	float: right;
	position: relative;
}
#mainVisual-txt:before{
	content: '';
	width: 100%;
	height: 70%;
	background: #004088;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
/*mainVisual-txt-inner*/
.mainVisual-txt-inner{
	padding: 75px 100px;	
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}
/*mainVisual-free*/
#mainVisual-free{
	width: 160%;
	background: #e5ecf3;
	margin:0 0 0 -80%;
	padding: 110px 60px 110px 100px;
	box-sizing: border-box;
	position: relative;
	z-index: 4;
}
#mainVisual-free .pageTtl{
	font-size: 12px;
	color: #004088;
	font-style: italic;
	transform:rotate(90deg);
	position: absolute;
	left: 0;
	top: 30px;
	padding-left:70px;
}
#mainVisual-free .pageTtl:before{
	content: '';
	width: 60px;
	height: 1px;
	background: #004088;
	position: absolute;
	left: 0;
	top: 50%;
}
#mainVisual-free .caption{
	position: absolute;
	right: 7px;
	bottom: 7px;
}

/*mainVisual-icon*/
.mainVisual-icon{
	position: absolute;
	left: 12%;
	top: -250px;	
}
.mainVisual-icon-move{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;

	animation: mvIcon 1.5s ease-in-out infinite alternate;
}
@keyframes mvIcon {
    0% { transform:translateY( 10px); }
  100% { transform:translateY(  0px); }
}
@media only screen and (max-width:1580px) {
	.mainVisual-inner{
		width: 100%;
	}
}
@media only screen and (max-width:1200px) {
	/*mainVisual-bg*/
	#mainVisual-bg{
		height: 980px;
	}
	/*mainVisual-txt*/
	#mainVisual-txt{
		margin-top: -720px;
	}
}
@media only screen and (max-width:736px) {
	/*mainVisual-img*/
	#mainVisual-img{
		height: 300px; 
	}
	#mainVisual-img .caption{
		bottom: 105px;
	}
	/*mainVisual-inner*/
	.mainVisual-inner{
		margin: -100px auto 0;
	}
	/*ainVisual-bg*/
	#mainVisual-bg{
		width: 90%;
		height: 400px;
		padding:60px 0 0 6%;
	}
	/*mainVisual-txt*/
	#mainVisual-txt{
		width: 90%;
		margin-top: -200px;
	}
	#mainVisual-txt:before{
		content: '';
		width: 100%;
		height: 70%;
		background: #004088;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
	/*mainVisual-txt-inner*/
	.mainVisual-txt-inner{
		/*padding: 40px 30px 60px;*/
		padding: 40px 30px 240px;
	}
	/*mainVisual-free*/
	#mainVisual-free{
		width: 100%;
	    margin: 0 0 0 -11%;
		padding:110px 30px 70px;
	}
	#mainVisual-free .pageTtl{
		font-size: 10px;
		top: 50px;
		left: 0;
		padding-left: 52px;
		transform:rotate(0deg);
	}
	#mainVisual-free .pageTtl:before{
	    width: 40px;
	}
	/*mainVisual-icon*/
	.mainVisual-icon{
		/*display: none;*/
	    left: 22.419355%;
	    top: -200px;
	}
}

/*-------------
bg
--------------*/
.bg-blue{
	background: #004088 url(../imgs/bg-logoBlue.png) no-repeat center;
	background-size: cover;
}
.bg-white{
	background: url(../imgs/bg-logoWhite.png) no-repeat center;
	background-size: cover;	
}
/*-------------
text
--------------*/
.text{
	font-size: 14px;
	line-height: 2.2;
}
.text-small{
	font-size: 13px;
	line-height: 2.1;
}
@media only screen and (max-width:736px) {
}


/*---------------
btn 
----------------*/
.btn{
	margin-top: 60px;
}
.btn a{
	display: inline-block;
	width: 300px;
	position: relative;
}
.btn a:after{
	content: '';
	width: 100%;
	height: 100%;
	background:#fdf621;
	border-radius: 5px;
	position: absolute;
	left: 2px;
	top: 2px;
}
.btn a span{
	display: block;
	width: 100%;
	padding:20px 0;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.3em;
	text-align: center;
	background: #111111;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.btn a span:before{
	content: '';
    background: #8097b2;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.btn a span:hover:before{
	bottom: 0;
}
.btn a span p{
	position: relative;
	z-index: 3;
}
@media only screen and (max-width:736px) {
	.btn{
		margin-top:40px;
		text-align: center;
	}
	.btn a{
		width: 80%;
	}

}

/*-------------
clm
--------------*/
.clmBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.clmBox.change{
	flex-direction: row-reverse;
}
.clmBox.right{
	justify-content: flex-end;
}
.clmBox.left{
	justify-content: flex-start;
}
.clmBox.alignbottom{
	align-items: flex-end;
}
.clmBox.aligncenter{
	align-items: center;
}

/*-------------
scrollSlide
-------------*/
.spslideBox{
	display: none;
}
@media only screen and (max-width:736px) {
	.spslideBox{
		display: block;
		position: relative;
	}
	.scrollSlide .imageHolder{
		margin: 0;
		position: relative;
		overflow: hidden;
		border:solid 1px #bfdced;
		padding:50px 10px 20px;
	}
	.scrollSlide .images{
		max-width: 100%;
		height: 350px;
		margin: auto;
		overflow-x: scroll;
	}
	.scrollSlide .images img{
		max-width: none;
		height: 100%;
	}
	.spslideBox .touch{
		position: absolute;
		left: 15px;
		top: 15px;
	}
	.spslideBox .touch i{
		font-size: 24px;
		color: #004088;
	    vertical-align: middle;
	}
	.spslideBox .touch:after{
		content: '左右にスワイプしてご覧ください。';
		padding-left: 10px;
		font-size: 10px;
		font-style:normal;
	}
}


/*-------------
spinner
-------------*/
.spinner {
	width: 34px;
	height: 34px;
	opacity: 0;
	transition: 1s;

	position: absolute;
	left: 0;
	right: 0;
	top: -46%;
	margin: auto;
	z-index: 2;
}
.spinner-big{
	width: 60px;
	height: 60px;
	opacity: 0;
	transition: 1s;

	position: absolute;
	right: -20px;
	top: -20px;
	margin: auto;
	z-index: 2;

}
.spinner:before,
.spinner:after,
.spinner-big:before,
.spinner-big:after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #8097b2;
	opacity: 0.25;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: bounce 2.2s infinite ease-in-out;
	animation: bounce 2.2s infinite ease-in-out;
}

.spinner:after,
.spinner-big:after {
  /*ポイント１：遅延時間*/
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { transform: scale(0.0) }
  50% { transform: scale(1.0) }
}


/*-------------
aos
--------------*/


/*scaleIn*/
[data-aos="scaleIn"]{
	opacity: 0;
	transform: scale(1.5);
}
[data-aos="scaleIn"].aos-animate{

	-webkit-animation: scaleIn 1.4s ease 0.2s 1 forwards;/*表示時間+start時間*/
	animation: scaleIn 1.4s ease 0.2s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes scaleIn {
	100% {
		opacity: 1;
		transform: scale(1.0);
	}
}
@keyframes scaleIn {
	100% {
		opacity: 1;
		transform: scale(1.0);
	}
}
/*scaleOut*/
[data-aos="scaleOut"]{
	opacity: 0;
	transform: scale(0.5);
}
[data-aos="scaleOut"].aos-animate{

	-webkit-animation: scaleOut 1.4s ease 0.2s 1 forwards;/*表示時間+start時間*/
	animation: scaleOut 1.4s ease 0.2s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes scaleOut {
	100% {
		opacity: 1;
		transform: scale(1.0);
	}
}
@keyframes scaleOut {
	100% {
		opacity: 1;
		transform: scale(1.0);
	}
}

[data-aos="slantingR"]{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3,1.3,1) rotate3d(-1,-3,1,60deg) translate3d(-50px,150px,-100px);
    transform: scale3d(1.3,1.3,1) rotate3d(-1,-3,1,60deg) translate3d(-50px,150px,-100px);
    transition-delay: .2s;
}
[data-aos="slantingR"].aos-animate{

	-webkit-animation: slantingR 1.7s ease 0s 1 forwards;/*表示時間+start時間*/
	animation: slantingR 1.7s ease 0s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes slantingR {
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,0,0) translate3d(0,0,0); 
		transform: scale3d(1,1,1) rotate3d(0,0,0,0) translate3d(0,0,0); 
		transition: opacity 2.5s,-webkit-transform 2.5s cubic-bezier(.19,1,.22,1); 
		transition: opacity 2.5s,transform 2.5s cubic-bezier(.19,1,.22,1); 
	}
}
@keyframes slantingR {
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale3d(1,1,1) rotate3d(0,0,0,0) translate3d(0,0,0); 
		transform: scale3d(1,1,1) rotate3d(0,0,0,0) translate3d(0,0,0); 
		transition: opacity 2.5s,-webkit-transform 2.5s cubic-bezier(.19,1,.22,1); 
		transition: opacity 2.5s,transform 2.5s cubic-bezier(.19,1,.22,1); 
	}
}


/*注意点：大枠にoverflow:hiddenをかけること*/
[data-aos="slantingL"]{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3,1.3,1) rotate3d(1,-3,-1,-.1turn) translate3d(-50px,100px,0);
    transform: scale3d(1.3,1.3,1) rotate3d(1,-3,-1,-.1turn) translate3d(-50px,100px,0);
}
[data-aos="slantingL"].aos-animate{

	-webkit-animation: slantingL 1.7s ease 0s 1 forwards;/*表示時間+start時間*/
	animation: slantingL 1.7s ease 0s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes slantingL {
	100% {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    -webkit-transform: scale3d(1,1,1) rotate3d(0,0,0,0) translate3d(0,0,0);
	    transform: scale3d(1,1,1) rotate3d(0,0,0,0) translate3d(0,0,0);
	    transition: all 4s cubic-bezier(.19,1,.22,1);
	}
}
@keyframes slantingL {
	100% {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    -webkit-transform: scale3d(1,1,1) rotate3d(0,0,0,0) translate3d(0,0,0);
	    transform: scale3d(1,1,1) rotate3d(0,0,0,0) translate3d(0,0,0);
	    transition: all 4s cubic-bezier(.19,1,.22,1);
	}
}

/*slideUp*/
[data-aos="slideUp"]{
    opacity: 0;
    position: relative;
    top: 20px;
}
[data-aos="slideUp"].aos-animate{

	-webkit-animation: slideUp 1s ease 0.7s 1 forwards;/*表示時間+start時間*/
	animation: slideUp 1s ease 0.7s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes slideUp {
	100% {
	    opacity: 1;
	    top: 0;
	}
}
@keyframes slideUp {
	100% {
	    opacity: 1;
	    top: 0;
	}
}

/*slideDown*/
[data-aos="slideDown"]{
    opacity: 0;
    position: relative;
    top: -40px;
}
[data-aos="slideDown"].aos-animate{

	-webkit-animation: slideDown 1s ease 0.5s 1 forwards;/*表示時間+start時間*/
	animation: slideDown 1s ease 0.5s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes slideDown {
	100% {
	    opacity: 1;
	    top: 0;
	}
}
@keyframes slideDown {
	100% {
	    opacity: 1;
	    top: 0;
	}
}

/*slidein-R*/
[data-aos="slidein-R"]{
    opacity: 0;
    position: relative;
    left: -100px;
}
[data-aos="slidein-R"].aos-animate{

	-webkit-animation: slidein-R 1.4s ease 0.4s 1 forwards;/*表示時間+start時間*/
	animation: slidein-R 1.4s ease 0.4s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes slidein-R {
	100% {
	    opacity: 1;
	    left: 0;
	}
}
@keyframes slidein-R {
	100% {
	    opacity: 1;
	    left: 0;
	}
}

/*slideMsk*/
[data-aos="slideMsk"]{
}
[data-aos="slideMsk"].aos-animate{
}
.slideMsk-R,
.slideMsk-L{
	position: relative;
	overflow: hidden;
}
.slideMsk-R span{
	display: block;
	width: 100%;
	height: 100%;
	background: #e5ecf3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.slideMsk-L span{
	display: block;
	width: 100%;
	height: 100%;
	background: #e5ecf3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.slideMsk-R span.color-blue,
.slideMsk-L span.color-blue{
	background:#004088;
}
.slideMsk-R.aos-animate span,
.slideMsk-L.aos-animate span{
	-webkit-animation: slideMsk 0.8s ease 0.5s 1 forwards;/*表示時間+start時間*/
	animation: slideMsk 0.8s ease 0.5s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes slideMsk {
	100% {
		width: 0;
	}
}
@keyframes slideMsk {
	100% {
		width: 0;
	}
}

.slideMsk-R img,
.slideMsk-L img{	
	transform: scale(1.01);
	transition: 0.8s;
}
.slideMsk-R.aos-animate img,
.slideMsk-L.aos-animate img{
	-webkit-animation: slideMsk-img 0.8s ease 0.5s 1 forwards;/*表示時間+start時間*/
	animation: slideMsk-img 0.8s ease 0.5s 1 forwards;/*表示時間+start時間*/
}
@-webkit-keyframes slideMsk-img {
	100% {
		transform: scale(1);
	}
}
@keyframes slideMsk-img {
	100% {
		transform: scale(1);
	}
}


/*typefade*/
.typefade span{
	display: inline-block;
    text-indent: -0.3em;
	opacity: 0;
}
[data-aos="typefade"]{
}
[data-aos="typefade"].aos-animate{
}
.typefade.aos-animate span:nth-child(1){
	-webkit-animation: typefade 2.0s ease 0.2s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 0.2s 1 forwards;/*表示時間+start時間*/	
}
.typefade.aos-animate span:nth-child(2){
	-webkit-animation: typefade 2.0s ease 0.3s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 0.3s 1 forwards;/*表示時間+start時間*/	
}
.typefade.aos-animate span:nth-child(3){
	-webkit-animation: typefade 2.0s ease 0.4s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 0.4s 1 forwards;/*表示時間+start時間*/	
}
.typefade.aos-animate span:nth-child(4){
	-webkit-animation: typefade 2.0s ease 0.5s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 0.5s 1 forwards;/*表示時間+start時間*/	
}
.typefade.aos-animate span:nth-child(5){
	-webkit-animation: typefade 2.0s ease 0.6s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 0.6s 1 forwards;/*表示時間+start時間*/	
}
.typefade.aos-animate span:nth-child(6){
	-webkit-animation: typefade 2.0s ease 0.7s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 0.7s 1 forwards;/*表示時間+start時間*/	
}
.typefade.aos-animate span:nth-child(7){
	-webkit-animation: typefade 2.0s ease 0.8s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 0.8s 1 forwards;/*表示時間+start時間*/	
}
.typefade.aos-animate span:nth-child(8){
	-webkit-animation: typefade 2.0s ease 0.9s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 0.9s 1 forwards;/*表示時間+start時間*/	
}
.typefade.aos-animate span:nth-child(9){
	-webkit-animation: typefade 2.0s ease 1.0s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 1.0s 1 forwards;/*表示時間+start時間*/	
}
.typefade.aos-animate span:nth-child(10){
	-webkit-animation: typefade 2.0s ease 1.1s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 1.1s 1 forwards;/*表示時間+start時間*/	
}
.typefade.aos-animate span:nth-child(11){
	-webkit-animation: typefade 2.0s ease 1.2s 1 forwards;/*表示時間+start時間*/
	animation: typefade 2.0s ease 1.2s 1 forwards;/*表示時間+start時間*/	
}
@-webkit-keyframes typefade {
  100% {    
	opacity: 1;
  }
}
@keyframes typefade {
  100% {   
	opacity: 1;
  }
}

