@charset "uth-8";

li {
	list-style-type: none;
}

.career_contents {
	margin-left: 1rem;
}

.career_h2 {
	font-size: 20px;
	color: #1f71de;
	margin-bottom: 4px;
	font-weight: 600;
}
.career_h3 {
	color: #3cf;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
}

.career_list01,
.career_list02 {
	margin: 0;
}
.career_list01 > li,
.career_list02 > li {
	margin-left: 1em;
	position: relative;
	line-height: 1.8;
}
.career_list01 > li::before {
	position: absolute;
	left: -1em;
	content: "- ";
}
.career_list02 > li::before {
	position: absolute;
	top: 2px;
	left: -1.2em;
	content: "";
	background: url(/wp-content/uploads/2019/08/tick.png) no-repeat;
	background-size: contain;
	width: 1em;
	height: 1.8em;
}

.career_box {
	display: grid;
	gap: 20px 10px;
	grid-template-columns: repeat(3 , 1fr);
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.career_box {
		grid-template-columns: 1fr;
	}
}
.career_box > div {
	border: #ccc solid 1px;
	padding: 10px;
}
.career_box-title {
	font-size: 20px;
	text-align: center;
	color: #1f71de;
	border-bottom: #1f71de solid 6px;
	margin-bottom: 4px;
	font-weight: 600;
}

.u-red {
	color: #cc3c14;
}

.h-65vw {
	height: 67.8vw!important;
	overflow: visible!important;
}
.bs-contain {
	background-size: contain!important;
}