@charset "UTF-8";	

.career_cont{
	margin-bottom: 200px;
}

.career_cont .career_inbox{
	margin-bottom: 80px;
}

.career_cont .career_inbox:last-child{
	margin-bottom: 0;
}

.career_cont h2{
	font-size: 2.2rem;
	line-height: 1.6em;
	font-weight: 600;
	color:#4696d2;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #000;
	padding-bottom: 0.1em;
	margin-bottom: 40px;
}

.career_cont h3{
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: 600;
	color:#000;
	letter-spacing: 0.05em;
}

.career_cont p.tx{
	font-size: 1.4rem;
	line-height: 2em;
	letter-spacing: 0.05em;
	text-align: justify;
}

.career_cont .scroll_cont{
	padding-top:20px;
	padding-bottom: 10px;
}

.career_cont ul.flexbox{
	display: flex;
	justify-content: space-between;
	gap:min(4vw,40px);
}

.career_cont ul.flexbox li{
	width:100%;
}

.career_cont ul.flexbox figure{
	aspect-ratio:350 / 205;
}

.career_cont ul.flexbox h3{
	margin:15px 0 10px 0;
}

.career_cont ul.half_flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:min(5vw,50px);
	margin-top:40px;
}

.career_cont ul.half_flexbox li{
	width:calc((100% - min(5vw,50px)) / 2) ;
}

.career_cont ul.half_flexbox h3{
	margin:0 0 10px 0;
}

@media screen and (max-width:750px) {
	
.career_cont{
	margin-bottom: 100px;
}

.career_cont .career_inbox{
	margin-bottom: 50px;
}

.career_cont .career_inbox:last-child{
	margin-bottom: 0;
}

.career_cont h2{
	font-size: 2rem;
	line-height: 1.6em;
	font-weight: 600;
	color:#4696d2;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #000;
	padding-bottom: 0.1em;
	margin-bottom: 20px;
}

.career_cont h3{
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 600;
	color:#000;
	letter-spacing: 0.05em;
}

.career_cont p.tx{
	font-size: 1.4rem;
	line-height: 2em;
	letter-spacing: 0.05em;
	text-align: justify;
}

.career_cont .scroll_cont{
	padding-top:20px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	width:calc(100% + 10vw);
	left:-5vw;
	position: relative;
}
	
.career_cont .scroll_cont figure{
	width:700px;
	padding:0 5vw;
}
	
.career_cont .scroll_cont .simplebar-track{
		bottom:0;
		background:#cccccc;
		border-radius: 9999px;
		height:3px;
		overflow: visible;
		margin:5px 5vw;
	}
	
.career_cont .scroll_cont .simplebar-track.simplebar-horizontal{
		height:3px;
	}
.career_cont .scroll_cont .simplebar-track.simplebar-horizontal .simplebar-scrollbar{
		top:-1.5px;
		left:0;
		right:0;
		bottom:0;
		height:6px;
	}
.career_cont .scroll_cont .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before{
		left:0;
		right:0;
		background:#7db5df;
		opacity: 1;
	}

.career_cont ul.flexbox{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap:40px;
}

.career_cont ul.flexbox li{
	width:100%;
}

.career_cont ul.flexbox figure{
	aspect-ratio:550 / 225;
}

.career_cont ul.flexbox h3{
	margin:15px 0 5px 0;
}

.career_cont ul.half_flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:40px;
	margin-top:40px;
}

.career_cont ul.half_flexbox li{
	width:100% ;
}

.career_cont ul.half_flexbox h3{
	margin:0 0 5px 0;
}
}
