  @charset "utf-8";
/* ----test 採用情報 - 新卒採用 - 新人社員教育---- */

/* ----新人社員教育---- */

#main section {
	margin-bottom: 24px;
}

#main section img {
	margin: 0px;
	margin-top: -3px;
	padding: 0px;
}

#qualification {
	margin-bottom: 50px !important;
}

#qualification a {
	text-indent: 100%;
	width: 503px;
	height: 89px;
	margin: 0px auto;
	background-image: url(/wp/wp-content/themes/ios/recruit/graduate/img/img_qualification.jpg);
	background-repeat: no-repeat;
	background-size: 503px 89px;
	white-space: nowrap;
	overflow: hidden;
}

/* 教育制度のポイント */
.support_point {

}
#main .support_point div {
	margin-bottom: 0;
}
.support_point_layout {
	display: grid;
	grid-template-columns: auto auto;
	background-color: #dce6f2;
	border: 1px solid #2c77d1;
	box-sizing: border-box;
}
.support_point_head {
	background-color: #2c77d1;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.support_point_head .head {
	color: #fff;
	font-size: 15px;
}
.support_point_contents {
	display: flex;
	gap: 10px;
	padding: 10px 15px;
	align-items: center;
}
.support_point_contents_list li {
	display: flex;
	align-items: center;
}
.support_point_contents_list li:first-child {
	margin-bottom: 7px;
}
.support_point_contents_list li::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #333333;
	border-radius: 50%;
	margin-right: 5px;
}
.support_point_contents_img {
	width: 28px;
	display: flex;
	padding-right: 10px;
}
#main .support_point_contents_img .image {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0;
}
.support_point_contents_text .text {
	line-height: 1.25;
}
.support_point_contents_text .text > span {
	font-size: 16px;
	font-weight: 600;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	#main section {
		margin-bottom: 20px;
	}
	#main section img {
		width: 100%;
		height: auto;
	}
	#qualification a {
		width: 100%;
		background: none;
		height: auto;
		text-indent: 0;
	}
	#qualification a img {
		width: 100%;
	}

	/* 教育制度のポイント */
.support_point {

}
.support_point_layout {
	grid-template-columns: 1fr;
}
.support_point_contents {
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.support_point_contents_list {
}
.support_point_contents_list li {
}
.support_point_contents_img {
	width: 35px;
	padding-right: 0;
	transform: rotateZ(90deg);
}
#main .support_point_contents_img .image {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0;
}
.support_point_contents_text {
	text-align: center;
}
}












