@charset "utf-8";

#crumb{
	margin: 0;
}

.labelCont .logoWrap ul{
	display: none;
}

a.com-btn{
	background: #1E4ED8;
}
a.com-btn:hover{
	background: #E60012;
}

#recruit-nav{
	position: absolute;
	top: 100%;
	left: auto;
	max-width: 1221px;
	width: 100%;
	margin: 0 auto;
}

#recruit-nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#recruit-nav ul a{
	font-weight: 700;
}

#recruit-nav .nav01 li + li{
	margin-left: 60px;
}
#recruit-nav .nav01 a{
	color: #fff;
	position: relative;
	padding: 0 0 7px;
	overflow: hidden;
}

#recruit-nav .nav02{
	margin-left: 80px;
}
#recruit-nav .nav02 li{
	width: 180px;
}
#recruit-nav .nav02 li + li{
	margin-left: 40px;
}
#recruit-nav .nav02 li a{
	border-radius: 22px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 44px;
	border: solid 1px #fff;
	overflow: hidden;
	width: 100%;
	transition: 0.3s ease;
	padding-right: 10px;
	padding-left: 24.5px;
	background: #1E4ED8;
}
#recruit-nav .nav02 li.req a::after,
#recruit-nav .nav02 li.contact a::after{
	display: block;
	content: "";
	width: 22px;
	height: 22px;
	background: #fff url("/common/img/icon_arrow_red.svg") no-repeat center / 12px 13px;
	border-radius: 50%;
}

#recruit-nav .nav02 li a:hover{
	border-color: #1E4ED8;
	background: #fff;
	color: #1E4ED8;
}

#recruit-nav .nav02 li a.blank::after{
	position: inherit;
	top: auto;
	right: auto;
	width: 16px;
	height: 16px;
	background-image: url("/assets/recruit/common/img/icon_blank_wht.svg");
	transition: 0.3s ease;
}
#recruit-nav .nav02 li a.blank:hover::after{
	background-image: url("/assets/recruit/common/img/icon_blank_blue.svg");
}
#recruit-nav .nav02 li.contact a{
	background: #E60012;
	border: solid 1px #E60012;
}
#recruit-nav .nav02 li.contact a:hover{
	background: #fff;
	color: #E60012;
}

.com-btnBox{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
.com-btnBox li{
	max-width: 350px;
	width: 50%;
}


@media screen and (min-width: 1025px){
	#recruit-nav{
		border-image-source: linear-gradient(transparent,transparent);
		border-image-slice: 0 fill;
		border-image-outset: 0 100vw 0 100vw;
		transition: border-image-source 0.3s ease;
		padding: 0 15px;
	}
	header.hide #recruit-nav{
		border-image-source: linear-gradient(#1E4ED8,#1E4ED8);
		position: fixed;
		top: 0;
	}
	#recruit-nav > .inner{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		max-width: 1206px;
		width: 100%;
		padding: 17px 0;
	}
	
	#recruit-nav .nav01 a::before{
		content: "";
		display: block;
		border-radius: 1px;
		background: #fff;
		height: 2px;
		width: 90%;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%) scale(0);
		transition: 0.3s ease;
	}
	#recruit-nav .nav01 a:hover::before{
		width: 90%;
		transform: translateX(-50%) scale(1);
	}
}
@media screen and (max-width: 1200px){
	#recruit-nav .nav02 li + li{
		margin-left: 15px;
	}
	#recruit-nav .nav01 li + li,
	#recruit-nav .nav02{
		margin-left: 20px;
	}
}
@media screen and (max-width: 1024px){
	#recruit-nav{
		position: absolute;
		top: 100px;
		left: 100%;
		max-width: inherit;
		width: 100%;
		height: calc(100vh - 100px);
		padding: 20px 20px 200px;
		overscroll-behavior: auto;
		overflow-y: auto;
		opacity: 0;
		background: #fff;
		transition: 0.3s;
	}
	header.navIn #recruit-nav{
		background: #fff;
		opacity: 1;
		left: 0;
		z-index: 8888;
	}
	
	#recruit-nav ul{
		flex-direction: column;
	}
		#recruit-nav ul li{
			width: 100%;
		}
	#recruit-nav ul a{
		border-radius: 15px;
	}
	#recruit-nav ul a:hover{
		color: #fff;
		background: #E60012;
	}
	
	#recruit-nav .nav01 li + li,
	#recruit-nav .nav02{
		margin: 10px auto 0;
	}
	
	#recruit-nav .nav01 li + li{
		margin-top: 10px;
	}
	#recruit-nav .nav01 a{
		display: block;
		color: #000;
		padding: 4px 18px;
		width: 100%;
	}

	#recruit-nav .nav02{
		margin-top: 40px;
	}
	#recruit-nav .nav02 li + li{
		margin: 10px auto 0;
	}
}

@media screen and (max-width: 767px){
	#recruit-nav{
		top: 80px;
	}
	.com-btnBox{
		flex-direction: column;
		gap: 20px;
	}
	.com-btnBox li{
		width: 100%;
	}
}

/* ------------------------------------------------------------------------ */

/*  Cross Talk

/* ------------------------------------------------------------------------ */

#sec_crosstalk{
	margin-top: 126px;
}
#sec_crosstalk .contents > .inner{
	max-width: 1006px;
	margin: 0 auto;
	width: calc(100% - 46px);
}
#sec_crosstalk .lead{
	max-width: max-content;
	margin: 0 auto;
	line-height: 2.133;
}

#sec_crosstalk .lead span{
	background: #003289;
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	padding: 4px 16px;
}

#sec_crosstalk .image{
	display: block;
	width: 100%;
	aspect-ratio: 1006 / 600;
	background: url("/assets/recruit/img/crosstalk_img.webp") no-repeat center / contain;
	border-radius: 100px;
	overflow: hidden;
	margin-top: 28px;
}

#sec_crosstalk .hd{
	margin: -74px auto 0;
	max-width: 810px;
	width: 90%;
}

#sec_crosstalk .com-btnBox{
	margin-top: 61px;
}

@media screen and (max-width: 767px){
	#sec_crosstalk{
		margin-top: 80px;
	}
	#sec_crosstalk .contents > .inner{
		width: 100%;
	}
	#sec_crosstalk .image{
		border-radius: 50px;
	}
	#sec_crosstalk .hd{
		margin-top: -10%;
	}
	#sec_crosstalk .lead span{
		font-size: clamp(1.5rem,4vw,3rem);
		padding: 4px 8px;
	}
	#sec_crosstalk .com-btnBox{
		margin-top: 30px;
	}

}


/* ------------------------------------------------------------------------ */

/*  footer

/* ------------------------------------------------------------------------ */

#recruit-footer{
	padding: 185px 0 140px;
	max-width: 1006px;
	margin: 0 auto;
}

#recruit-footer .ttl{
	font-size: 5rem;
	font-weight: 900;
	color: #003289;
	line-height: 1.28;
	padding-left: 60px;
}
	#recruit-footer .ttl span{
		position: relative;
	}
	#recruit-footer .ttl span::before,
	#recruit-footer .ttl span::after{
		content: "";
		display: inline-block;
		background: url("/assets/recruit/common/img/icon_deco.svg") no-repeat center / contain;
		width: 166px;
		height: 220px;
		position: absolute;
		bottom: -21px;
	}
	#recruit-footer .ttl span::before{
		right: calc(100% + 111px);
		transform: scale(-1,1) rotate(10deg);
	}
	#recruit-footer .ttl span::after{
		left: calc(100% + 14px);
	}

#recruit-footer ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 104px;
}
	#recruit-footer ul li a{
		color: #fff;
		font-size: 3rem;
		font-weight: 700;
		background: #1E4ED8;
		padding-right: 38px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-radius: 90px;
		border: solid 2px #1E4ED8;
		height: 180px;
		transition: 0.3s ease;
	}
		#recruit-footer ul li a::after{
			display: block;
			content: "";
			width: 70px;
			height: 70px;
			background: #fff url("/assets/recruit/common/img/icon_arrow_red.svg") no-repeat center / 26px 28px;
			border-radius: 50%;
			flex-shrink: 0;
		}

#recruit-footer ul li.entry{
	width: 370px;
}
	#recruit-footer ul li.entry a{
		padding-left: 70px;
	}
	#recruit-footer ul li.entry a::after{
		background-image: url("/assets/recruit/common/img/icon_blank.svg");
		background-size: 35px 35px;
	}
	#recruit-footer ul li.entry a:hover{
		background: #fff;
		color: #1E4ED8;
	}

#recruit-footer ul li.contact{
	margin-left: 50px;
	width: 480px;
}
	#recruit-footer ul li.contact a{
		background: #E60012;
		padding-left: 122px;
		border: solid 2px #E60012;
	}
	#recruit-footer ul li.contact a:hover{
		background: #fff;
		color: #E60012;
	}


@media screen and (max-width: 1024px){
	#recruit-footer .ttl{
		padding-left: 6%;
	}
	#recruit-footer .ttl span::before,
	#recruit-footer .ttl span::after{
		width: 126px;
		height: 157px;
	}
	#recruit-footer .ttl span::before{
		right: calc(100% + 60px);
	}
	#recruit-footer .ttl span::after{
		left: calc(100% + -26px);
	}
	
	#recruit-footer ul li a{
		padding-right: 20px;
		height: 150px;
	}
	
	#recruit-footer ul li.contact{
		margin-left: 20px;
		width: 55%;
	}
		#recruit-footer ul li.contact a{
			padding-left: 40px;
		}
	
	#recruit-footer ul li.entry{
		width: 43%;
	}
		#recruit-footer ul li.entry a{
			padding-left: 40px;
		}
}

@media screen and (max-width: 880px){
	#recruit-footer{
		padding: 100px 0;
	}
}
@media screen and (max-width: 767px){
	#recruit-footer .ttl{
		font-size: 3rem;
	}
	#recruit-footer .ttl span::before,
	#recruit-footer .ttl span::after{
		bottom: 0;
		width: 66px;
		height: 82px;
	}
	#recruit-footer .ttl span::before{
		right: calc(100% + 30px);
	}
	
	#recruit-footer ul{
		flex-direction: column;
		margin-top: 60px;
	}
	#recruit-footer ul li.entry{
		max-width: 280px;
		width: 80%;
	}
	
	
	#recruit-footer ul li.contact{
		margin: 30px auto 0;
		max-width: 320px;
		width: 100%;
	}
	
	#recruit-footer ul li a{
		font-size: 2rem;
		height: 90px;
	}
	#recruit-footer ul li a::after{
		width: 40px;
		height: 40px;
		background-size: 16px 18px;
	}
	#recruit-footer ul li.entry a::after{
		background-size: 20px 20px;
	}
}
@media screen and (max-width: 480px){
	#recruit-footer .ttl{
		font-size: clamp(1.6rem,6vw,3rem);
	}
	#recruit-footer .ttl span::before{
		right: calc(100% + 24px);
		bottom: -2px;
	}
}