@charset "UTF-8";


/* cta */
#cta{
	padding-top: 120px;
	padding-bottom: 60px;
}

#cta .container{
	position: relative;
}

/* cta01 */
#cta .cta01{

	background: url(../images/cta/bg-01_pc.webp);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	    -webkit-border-radius: 5px;
	            border-radius: 5px;
	
}

#cta .cta01{
	display: block;
		padding-top: 48px;
		padding-bottom: 48px;
}

#cta .cta01 h3{
	font-family: ryo-gothic-plusn;
	color: #FFF;
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px; /* 133.333% */
	letter-spacing: 0.66px;
	margin-bottom: 24px;
}

#cta .cta01 h3 + p{
	width: 100%;
	color: #FFF;
	font-family: YuGothic;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 30.8px */
}

.lang_en #cta .cta01 h3{
	font-family: Sofia Sans;
font-style: normal;
font-weight: 700;
font-size: 42px;

}

.lang_en #cta .cta01 h3 + p{
	font-family: Barlow;
font-style: normal;
font-weight: 500;
font-size: 23px;

}

.lang_en #cta .cta01 .link span.btn{
	font-family: Sofia Sans;
font-style: normal;
font-weight: 600;
font-size: 26px;

}


#cta .cta01 .txt{
	width: calc(100% - 96px);
	margin: 0 auto;
}

#cta .cta01 .link{
	position: absolute;
	top: 50%;
	right: 48px;
	transform: translateY(-50%) translateX(0%);
}

#cta .cta01 .link span.btn{
	display: block;
	padding: 10px 32px;
	border-radius: 5px;
	border: 1px solid #0E1737;
	background: #ECECEC;
	color: #0E1737;
	font-family: ryo-gothic-plusn;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%; /* 26px */
	letter-spacing: 0.6px;
	text-align: center;
    transition: all .5s;
	box-shadow: 8px 8px 15px 0px rgba(1, 4, 17, 0.25), -8px -5px 15px 0px rgba(91, 107, 157, 0.25), -8px 5px 15px 0px rgba(1, 4, 17, 0.25), 8px -5px 15px 0px rgba(1, 4, 17, 0.25);

	
}

#cta .cta01 .link span.btn.pc:hover,
#cta .cta01 .link span.btn.sp:active {
	background: #FFF;
	box-shadow: 0px 0px 17px 0px #859BBB;
}

#cta .cta01 .link span.btn.pc:active {
	background: #FFF;
	box-shadow: 0px 0px 4px 0px #859BBB;
}


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

	.lang_en #cta .cta01 h3 + p{
		width: 100%;
		max-width: 550px;
	}

}




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

	#cta .cta01 h3{
		font-size: 30px;
	}

	#cta .cta01 h3 + p{
		width: 100%;
		max-width: 500px;
		font-size: 20px;
	}

	.lang_en #cta .cta01 h3 + p{
		width: 100%;
		max-width: 550px;
	}

	#cta > div > a > div > div.txt > p > br{
		display: none;
	}

}

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

.lang_en #cta .cta01 h3 + p{
	max-width: 500px;
	font-size: 21px;
}

.lang_en #cta .cta01 h3 {
	font-size: 40px;

}

.lang_en #cta .cta01 .link span.btn{
	font-size: 25px;
}
}

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

#cta .cta01 h3{
		font-size: 30px;
	}

	#cta .cta01 h3 + p{
		font-size: 20px;
		width: 100%;
		max-width: 510px;
	}

	#cta .cta01 .link span.btn{
		font-size: 18px;
	}

	#cta .cta01 .link{
		width: 90%;
		max-width: 280px;
		margin-left: 48px;
		position: static;
		transform: translateY(0%) translateX(0%);
	}

	.lang_en #cta .cta01 .link span.btn{
		font-size: 25px;
	}

	.lang_en #cta .cta01 h3{
		font-size: 40px;
	}

	.lang_en #cta .cta01 h3 + p{
		font-size: 21px;
	}

	#cta .cta01 .txt{
		margin-bottom: 16px;
	}

	.lang_en #cta .cta01 h3 + p{
		max-width: 600px;
	}

	.lang_en #cta .cta01 .link{
		width: 90%;
		max-width: 300px;
		margin-left: 48px;
		position: static;
		transform: translateY(0%) translateX(0%);
		padding-top: 24px;
	}

}

@media screen and (max-width: 767px) {
	#cta .cta01{
		padding-left: 10px;
		padding-right: 10px;
	}
	#cta .cta01 h3{
		font-size: 26px;
		margin-bottom: 16px;
	}
	#cta .cta01 h3 + p{
		font-size: 18px;
	}
	#cta .cta01 .txt{
		margin-bottom: 24px;
		width: 100%;
		max-width: 320px;
	}
	#cta > div > a > div > div.txt > p > br{
		display: none;
	}
	

	#cta .cta01 .link span.btn{
		font-size: 18px;
	}

	#cta .cta01 .link{
		margin: 0 auto;
	}

	.lang_en #cta .cta01 .link{
		margin: 0 auto;
	}

	.lang_en #cta .cta01 h3{
		font-size: 31px;
	}
	.lang_en #cta .cta01 h3 + p{
		font-size: 18px;
	}
	.lang_en #cta .cta01 .txt{
		max-width: 328px;
	}

	.lang_en #cta .cta01 .link span.btn{
	font-size: 24px;
}
}

@media screen and (max-width: 380px) {
	#cta .cta01 h3{
		font-size: 25px;
	}

	.lang_en #cta .cta01 h3{
		font-size: 29px;
	}
}



/* cta02 */
#cta .cta02{
	padding: 50px;
	background: url(../images/cta/bg-02_pc.webp);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	    -webkit-border-radius: 5px;
	            border-radius: 5px;
}

#cta .cta02 a{
	display: block;
}



#cta .cta02 h3{
	color: #FFF;
	font-family: ryo-gothic-plusn;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%; /* 39px */
	letter-spacing: 0.6px;
	margin-bottom: 30px;
}

.lang_en #cta .cta02 h3{
	font-family: "Sofia Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 43.2px */
	letter-spacing: 0.72px;
}

#cta .cta02 .link span.btn{
	color: #0E1737;
	font-family: ryo-gothic-plusn;
	font-size: 20px;
	font-weight: 500;
	line-height: 130%; /* 26px */
	letter-spacing: 0.6px;
	display: inline-block;
	padding: 15px 48px;
	border-radius: 5px;
	border: 1.5px solid var(--Tenchijin-Navy, #0E1737);
	background: #ECECEC;
  transition: all .5s;
	box-shadow: 13.5px 9px 25.5px 0px #010411, -13.5px -9px 25.5px 0px #5B6B9D, -13.5px 9px 25.5px 0px rgba(1, 4, 17, 0.25), 13.5px -9px 25.5px 0px rgba(1, 4, 17, 0.25);
}

.lang_en #cta .cta02 .link span.btn{
	font-family: "Sofia Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 33.8px */
	letter-spacing: 0.26px;
}

#cta .cta02 .fix{
	position: absolute;
	top: 50px;
	right: -20px;
}

#cta .cta02 .fix img{
	width: 100%;
	max-width: 358px;
}

#cta .cta02 .link span.btn .icon{
	display: inline-block;
	margin-left: 12px;
	transform: translateY(-8px);
}

.lang_en #cta .cta02 .link span.btn .icon{
	display: inline-block;
	margin-left: 12px;
	transform: translateY(-13px);
}

#cta .cta02 .link span.btn.pc:hover,
#cta .cta02 .link span.btn.sp:hover {
	background: #FFF;
	box-shadow: 4px 4px 7px 0px rgba(255, 255, 255, 0.20), -4px -2px 7px 0px rgba(255, 255, 255, 0.20), -4px 2px 7px 0px rgba(255, 255, 255, 0.20), 4px -2px 7px 0px rgba(255, 255, 255, 0.20);
}

#cta .cta02 .link span.btn.pc:active {
	background: #FFF;
	box-shadow: 4px 4px 15px 0px rgba(1, 4, 17, 0.20), -4px -2px 15px 0px rgba(91, 107, 157, 0.25), -4px 2px 15px 0px rgba(1, 4, 17, 0.25), 4px -2px 15px 0px rgba(1, 4, 17, 0.25);
}

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

    #cta .cta02 .fix img {
        max-width: 300px;
    }
}

@media screen and (max-width: 1024px) {
	#cta .cta02 h3{
		font-size: 27px;
}

.lang_en #cta .cta02 h3{
	font-size: 32px;
}

.lang_en #cta .cta02 .link span.btn{
	font-size: 25px;
}


}



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

	#cta .cta02{
		padding-left: 15px;
		padding-right: 15px;
		background: url(../images/cta/bg-02_tab.webp);
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.lang_en #cta .cta02{
		padding-left: 12px;
		padding-right: 12px;
	}


	#cta .cta02 .fix{
		position: static;
		width: 90%;
		margin: 0 auto;
		margin-top: -86px;
		margin-bottom: 32px;
		text-align: center;
	}

		#cta .cta02 .fix img {
		max-width: none;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	#cta .cta02 h3{
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		font-size: 24px;
		margin-bottom: 24px;
	}

	.lang_en #cta .cta02 h3{
		max-width: 330px;
	}

	.lang_ja #cta > div > a > div > h3 > br:nth-child(1){
		display: none;
	}

	#cta .cta02 .link{
		text-align: center;
	}

	#cta .cta02 .link span.btn{
		width: 255px;
		padding-right: 0;
		padding-left: 0;
		font-size: 18px;
		text-align: center;
	}

	#cta .cta02 .link span.btn .linkIn{
		display: none;
	}

	#cta .cta02 .link span.btn .icon {
    transform: translateY(-7px);
}

.lang_en #cta .cta02 h3{
	font-size: 27px;
}

.lang_en #cta .cta02 .link span.btn{
	font-size: 24px;
}


		#cta .cta02{
		background: url(../images/cta/bg-02_sp.webp);
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
}

@media screen and (max-width: 560px) {
	.lang_ja #cta > div > a > div > h3 > br:nth-child(1){
		display: block;
	}

	#cta .cta02 h3{
		max-width: 320px;
	}
}

/* cta03 */
#cta .cta03 {
    padding: 41px 50px;
    border-radius: 5px;
    background: url(../images/cta/bg-03_pc.webp) 0% 0% / 100px 100px repeat, 
                linear-gradient(287deg, #0E1737 0.91%, #2C3865 25.13%, #485892 46.38%, #7282BA 86.17%);
    background-blend-mode: multiply, normal;
    min-height: 245px;
}


#cta .cta03 a{
	display: block;
}

#cta .cta03 h3{
	color: #FFF;
	font-family: ryo-gothic-plusn;
	font-size: 30px;
	font-weight: 700;
	line-height: 130%; /* 39px */
	letter-spacing: 1.5px;
	margin-bottom: 19px;
}

.lang_en #cta .cta03 h3{
	font-family: "Sofia Sans";
	font-size: 37px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 40.7px */
	letter-spacing: 0.37px;
}

.lang_en #cta .cta03 .link span.btn{
	font-family: "Sofia Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 33.8px */
	letter-spacing: 0.26px;
	white-space: nowrap;
}

#cta .cta03 .fix{
	position: absolute;
	top: 30px;
	left: 40px;
	display: flex;
}

#cta .cta03 .fix li{
	width: 264px;
	margin-right: 22px;
}

#cta .cta03 .txt{
	display: flex;
	justify-content: flex-end;
}

#cta .cta03 .txt .txtIn{
	width: 100%;
	max-width: 325px;
}

.lang_en #cta .cta03 .txt .txtIn{
	max-width: 350px;
}


#cta .cta03 .link span.btn{
	color: #0E1737;
	font-family: ryo-gothic-plusn;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
	letter-spacing: 0.54px;
	white-space: nowrap;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 5px;
	border: 1.5px solid var(--Tenchijin-Navy, #0E1737);
	background: #ECECEC;
  transition: all .5s;
	box-shadow: 13.5px 9px 25.5px 0px #010411, -13.5px -9px 25.5px 0px #5B6B9D, -13.5px 9px 25.5px 0px rgba(1, 4, 17, 0.25), 13.5px -9px 25.5px 0px rgba(1, 4, 17, 0.25);
}

#cta .cta03 .link span.btn .icon{
	display: inline-block;
	margin-left: 12px;
	transform: translateY(-8px);
}

.lang_en #cta .cta03 .link span.btn .icon{
		transform: translateY(-13px);
}

#cta .cta03 .link span.btn.pc:hover,
#cta .cta03 .link span.btn.sp:active {
	background: #FFF;
	box-shadow: 4px 4px 7px 0px rgba(255, 255, 255, 0.20), -4px -2px 7px 0px rgba(255, 255, 255, 0.20), -4px 2px 7px 0px rgba(255, 255, 255, 0.20), 4px -2px 7px 0px rgba(255, 255, 255, 0.20);
}

#cta .cta03 .link span.btn.pc:active {
	background: #FFF;
	box-shadow: 4px 4px 15px 0px rgba(1, 4, 17, 0.20), -4px -2px 15px 0px rgba(91, 107, 157, 0.25), -4px 2px 15px 0px rgba(1, 4, 17, 0.25), 4px -2px 15px 0px rgba(1, 4, 17, 0.25);
}

@media screen and (max-width: 1170px) {
	#cta .cta03 h3 {
	   font-size: 28px;
	}


	#cta .cta03 .fix li{
		width: 319px;
	}

	#cta .cta03 .fix {
		top: -60px;
	}
	.cta03 img.pc{
		display: none;
	}

	.cta03 img.tab{
		display: block;
	}

	#cta .cta03 .fix{
			display: block;
		}
	#cta .cta03 .fix li{
			margin-top: 18px;
}
}


@media screen and (max-width: 1024px) {
		#cta .cta03 h3{
			font-size: 28px;
		}

		#cta .cta03 .link span.btn{
			font-size: 20px;
		}

		.lang_en #cta .cta03 h3{
	font-size: 34px;
}

.lang_en #cta .cta03 .link span.btn{
	font-size: 25px;
}

		

		
}

@media screen and (max-width: 830px) {
	#cta .cta03 .fix{
		position: static;
		width: 100%;
		text-align: center;
		margin-top: -110px;
		margin-bottom: 26px;
	}

	#cta .cta03 .fix li{
		width: 100%;
		text-align: center;
	}

	#cta .cta03 .fix li img{
		width: 100%;
		max-width: 341px;
		margin: 0 auto;
	}

	#cta .cta03 .txt{
		display: block;
	
	}

	#cta .cta03 .txt .txtIn{
		max-width: 300px;
		margin: 0 auto;
	}

	#cta .cta03 .link{
		text-align: center;
	}

	#cta .cta03 .link span.btn{
		font-size: 18px;
		padding: 15px 48px;
		display: inline-block;
	}

	#cta .cta03 .link span.btn .linkIn{
		display: none;
	}

	#cta .cta03 h3{
		font-size: 24px;
		width: 100%;
		max-width: 220px;
		margin-right: auto;
		margin-left: auto;
	}

	.lang_en #cta .cta03 h3{
		max-width: 313px;
	}
}
@media screen and (max-width: 767px) {
	#cta .cta03{
		padding:60px 17px;
	}

			.lang_en #cta .cta03 h3{
	font-size: 28px;
}

.lang_en #cta .cta03 .link span.btn{
	font-size: 24px;
}

.lang_en #cta .cta03 h3{
		max-width: 260px;
	}
	
    .cta03 img.tab{
        display: none;
    }
	
}





/* cta04 */
#cta.career{
	background: #0B3777;
	padding: 64px 0;
}

#cta.career .container{
	position: relative;
} 

#cta .cta04 h3{
	color: #FFF;
	font-family: ryo-gothic-plusn;
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	width: calc(100% - 530px);
	max-width: 580px;
}

.lang_en #cta .cta04 h3{
	font-family: Sofia Sans;
	font-size: 47px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

#cta .cta04 .link{
	position: absolute;
	top: 50%;
	right:0;
	transform: translateY(-50%) translateX(0%);
	display: flex;
}

#cta .cta04 .link ul{
	display: flex;
}
#cta .cta04 .link ul li{
	margin-left: 24px;
}
#cta .cta04 .link ul .btn01{
	padding-top: 5px;
}

#cta .cta04 .link ul .btn01 a{
	width: 240px;
	height: 45px;
	text-align: center;
	line-height: 25px;
	display: block;
	padding: 10px 32px;
	border-radius: 5px;
	border: 1px solid #0E1737;
	background: #ECECEC;
	box-shadow: 8px 8px 15px 0px rgba(1, 4, 17, 0.25), -8px -5px 15px 0px rgba(91, 107, 157, 0.25), -8px 5px 15px 0px rgba(1, 4, 17, 0.25), 8px -5px 15px 0px rgba(1, 4, 17, 0.25);
	font-family: ryo-gothic-plusn;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.8px;
    transition: all .5s;
}

.lang_en #cta .cta04 .link ul .btn01 a,
.lang_en #cta .cta04 .link ul .btn02 a{
	font-family: Sofia Sans;
}

#cta .cta04 .link ul .btn01 a.pc:hover,
#cta .cta04 .link ul .btn01 a.sp:active {
	box-shadow: 0px 0px 5px 0px #0B318F;
	text-shadow: 0px 0px 5px #859BBB;
}

#cta .cta04 .link ul .btn01 a.pc:active {
	box-shadow: 0px 0px 5px 0px #0B318F;
	text-shadow: 0px 0px 5px #859BBB;
}



#cta .cta04 .link ul .btn02 a{
	width: 240px;
	height: 55px;
	display: block;
	border-radius: 8px;
	background: linear-gradient(280deg, #CCC 6.03%, #ECECEC 90.08%);
box-shadow: 8px 5px 15px 0px rgba(1, 4, 17, 0.25), -8px -5px 15px 0px rgba(91, 107, 157, 0.25), -8px 5px 15px 0px rgba(1, 4, 17, 0.25), 8px -5px 15px 0px rgba(1, 4, 17, 0.25);
	color: #FFF;
	font-family: ryo-gothic-plusn;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%; /* 19.2px */
	letter-spacing: 0.8px;
	position: relative;
	transition: all .5s;
}


#cta .cta04 .link ul .btn02 a.pc:hover,
#cta .cta04 .link ul .btn02 a.sp:active {
	box-shadow: 0px 0px 15px 0px #0B318F;
	text-shadow: 0px 0px 5px #fff;
}

#cta .cta04 .link ul .btn02 a.pc:active {
	text-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px 0px #0B318F;
}
#cta .cta04 .link ul .btn02 a .bg{
	text-align: center;
	width: 230px;
	height: 45px;
	line-height: 45px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 5px;
background: linear-gradient(98deg, #0E1737 7.96%, #485892 100.62%);
}

#cta .cta04 .link a .icon{
	display: inline-block;
	margin-left: 12px;
	transform: translateY(-4px);
}



@media screen and (max-width: 1250px) {
	#cta .cta04 .link{
		position: static;
		transform: translateY(0%) translateX(0%);
		margin-top: 53px;
	}

	#cta .cta04{
		width: 100%;
		max-width: 514px;
		margin: 0 auto;
	}
	#cta .cta04 h3{
		font-size: 28px;
	}

	#cta .cta04 .link ul .btn01{
		margin-left: 0;
	}

	#cta .cta04 h3{
		width: 100%;
		max-width: none;
	}

	.lang_en #cta .cta04 h3{
		font-size: 35px;
	}

}


@media screen and (max-width: 767px) {
	#cta .cta04 .link ul{
		display: block;
	}

	#cta .cta04 .link ul li{
		margin-left: 0;
		margin-bottom: 24px;
	
}
#cta .cta04 h3{
		font-size: 27px;
	}

#cta .cta04{
	max-width: 354px;
}

#cta .cta04 .link{
	display: block;
}

#cta .cta04 .link ul .btn01 a,
#cta .cta04 .link ul .btn02 a{
	display: inline-block;
}

#cta .cta04 .link ul .btn01,
#cta .cta04 .link ul .btn02{
	text-align: center;
}

.lang_en #cta .cta04 h3{
		font-size: 30px;
	}
