@charset "UTF-8";
/*===================================================
index
===================================================*/

main .main-section .company-container .ceo-photo{
	display: none;
}

/*            */

div.recruit-section-inner{
	padding: 60px 0;
}

.text-area{
	width: 50%;
}
.career_list{
	width: 85%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.career{
	width: 40%;
}
.career__text-area{
	padding: 30px 0px 15px 30%;
	width: 80%;
}
.career__text-area dl dt{
	border-left: 8px solid #2958FF;
}
.career__text-area::before{
	background-size: 30%;
	left: 0;
	top: 25px;
}
.career__text-area p{
	white-space: nowrap;
}

.link{
	font-size: 20px;
	padding: 30px 80px;
}
  