@charset "utf-8";
/* ------------------------------
 求める人材像
------------------------------ */
.flexBox{
	flex-wrap: wrap;
	align-items: start;
}
.contents ol.circle li {
	padding-left: 42px;
}
.contents ol.circle li:before {
	top: 0;
	width: 32px;
	height: 32px;
	font-size: 1.8rem;
	line-height: 36px;
	font-weight: 700;
}
.contents ol.circle li.no01:before {
	content: "1";
}
.contents ol.circle li.no02:before {
	content: "2";
}
.contents ol.circle li.no03:before {
	content: "3";
}
.contents ol.circle li.no04:before {
	content: "4";
}
.w2-3 {
	margin-bottom: 1.75em;
}

@media screen and (max-width: 767px) {
	.circle {
		margin-bottom: 15px;
	}
	.contents .w1-3 img{
		width: 100%;
	}
}