.consultant__list {
	gap: 20px;
	margin-bottom: 50px;
}

.consultant__list li {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	overflow: hidden;
	padding: 20px 30px;
	box-sizing: border-box;
	width: 329px;
}

.consultant__list li h3 {
	font-weight: 600;
	text-align: center;
	margin-bottom: 21px;
}

@media only screen and (max-width: 560px) {
	.consultant__list {
		flex-wrap: wrap;
	}

	.consultant__list li {
		width: 100%;
	}
}

.consultant__list__img {
	width: 129px;
	height: 129px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
}

.consultant__list__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.consultant__list__tag {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.consultant__list__tag-item {
	display: inline-block;
	line-height: 1;
	background: #DDEAF1;
	padding: 5px 6px;
	border-radius: 5px;
}

@media only screen and (max-width: 560px) {
	.consultant__list__tag-item {
		margin-right: 0.71vw;
	}
}

.post-consultant__fearure {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	border-bottom: 2px solid #004267;
	padding-bottom: 38px;
}

.post-consultant__fearure feature {
	height: 343px;
	width: 47.5%;
}

@media only screen and (max-width: 560px) {
	.post-consultant__fearure {
		display: block;
	}

	.post-consultant__fearure feature {
		height: 80vw;
		width: 100%;
	}
}

.consultant__fearure__info {
	width: 52%;
}

.consultant__fearure__info dl {
	line-height: 1;
	margin-bottom: 38px;
	padding-top: 5px;
}

.consultant__fearure__info dl dt {
	font-size: 23px;
	font-weight: 600;
}

.consultant__fearure__info dl dd {
	font-size: 15px;
	color: #707070;
	padding-top: 19px;
}

@media only screen and (max-width: 560px) {
	.consultant__fearure__info {
		width: 100%;
		padding-top: 5.36vw;
	}

	.consultant__fearure__info dl {
		text-align: center;
	}
}

.post-consultant__fearure__item {
	margin-bottom: 20px;
}

.post-consultant__fearure__item .tt {
	line-height: 1;
	margin-bottom: 18px;
}

.post-consultant__message {
	padding-top: 44px;
	padding-bottom: 81px;
}

.post-consultant__message dl {
	margin-bottom: 57px;
}

.post-consultant__message dl dt {
	font-size: 24px;
	padding-left: 16px;
	position: relative;
	font-weight: 600;
	margin-bottom: 24px;
}

.post-consultant__message dl dt::before {
	content: "";
	width: 4px;
	height: 23px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-radius: 50px;
	background: #4399C9;
}

.post-consultant__message dl:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 560px) {
	.wrap.post-consultant__message {
		padding-top: 7.86vw;
		padding-bottom: 14.46vw;
	}
}

.post-consultant__case {
	background: #DDEAF1;
	padding: 52px 0;
}

.post-consultant__tt {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 39px;
}

.post-consultant__tt span {
	position: relative;
	display: inline-block;
}

.post-consultant__tt span::after,
.post-consultant__tt span::before {
	content: "";
	border-bottom: 1px solid #4399C9;
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: -51px;
}

.post-consultant__tt span::after {
	left: auto;
	right: -51px;
}

.post-consultant__caseitem {
	margin-bottom: 43px;
}

.post-consultant__caseitem_title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}

.post-consultant__caseitem_title h3 {
	color: #4399C9;
	/* font-size: 16px; */
	padding-right: 12px;
}

.post-consultant__caseitem_title h3 span {
	font-size: 23px;
}

.post-consultant__caseitem_title p {
	font-size: 19px;
}

.post-consultant__caseitem_title p small {
	font-size: 13px;
}

.post-consultant__caselist .post-consultant__caseitem:last-child {
	margin-bottom: 0;
}

.post-consultant__caseitem_result {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.post-consultant__caseitem_result dl {
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	background: #fff;
	position: relative;
	border-radius: 5px;
}

.post-consultant__caseitem_result dl dt {
	line-height: 41px;
}

.post-consultant__caseitem_result dl dd {
	padding: 21px 0;
}

.post-consultant__caseitem_result dl.list__before {
	width: 47%;
	position: relative;
}

.post-consultant__caseitem_result dl.list__before::after {
	content: "";
	background: url(../img/consultant/arrow.svg) no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 32px;
	position: absolute;
	top: 46px;
	right: -30px;
}

.post-consultant__caseitem_result dl.list__before dt {
	background: #E9E9E9;
}

.post-consultant__caseitem_result dl.list__after {
	width: 46%;
	border: 2px solid #004267;
}

.post-consultant__caseitem_result dl.list__after dt {
	background: #004267;
	color: #fff;
}

@media only screen and (max-width: 560px) {
	.post-consultant__caseitem_result {
		display: block;
	}

	.post-consultant__caseitem_result dl.list__before,
	.post-consultant__caseitem_result dl.list__after {
		width: 100%;
	}

	.post-consultant__caseitem_result dl.list__before {
		margin-bottom: 8.93vw;
	}

	.post-consultant__caseitem_result dl.list__before::after {
		right: 50%;
		top: auto;
		bottom: -7.14vw;
		transform: rotate(90deg);
	}
}

.post-consultant__others {
	padding: 80px 0 50px;
}

@media only screen and (max-width: 560px) {
	.wrap.post-consultant__others {
		padding-top: 14.29vw;
		padding-bottom: 8.93vw;
	}
}

.feature-jobs__item feature {
	width: 101px;
	height: 70px;
}

.feature-jobs__item p {
	padding-left: 30px;
	font-size: 17px;
}

@media only screen and (max-width: 560px) {

	.feature-jobs__item:nth-child(n+4) {
		display: none;
	}

	.feature-jobs__item feature {
		height: 21.43vw;
		width: 25.36vw;
	}
}


@media only screen and (max-width: 560px) {



	.consultant__list__img {
		width: 45.54vw;
		height: 45.54vw;
	}

	.consultant__list__tag {
		margin-bottom: 0;
	}

	.consultant__list__tag a {
		padding: 1.79vw 2.14vw;
		display: inline-block;
	}

	.consultant__fearure__info dl dt {
		font-size: 5.71vw;
	}

	.consultant__fearure__info dl dd {
		font-size: 3.75vw;
	}

	.post-consultant__message dl dt {
		font-size: 6.07vw;
	}

	.post-consultant__message dl dt::before {
		height: 5.89vw;
	}

	.post-consultant__tt {
		font-size: 5vw;
	}

	.post-consultant__caseitem_title p {
		font-size: 4.64vw;
	}

	.post-consultant__caseitem_result dl {
		font-size: 3.75vw;
		line-height: 1.8;
	}

	.post-consultant__caseitem_title h3 span {
		font-size: 5.71vw;
	}

	.post-consultant__caseitem_result dl dd {
		padding: 5.36vw 0;
	}

	.post-consultant__caseitem_result dl dt {
		line-height: 10.71vw;
	}

	.post-consultant__caseitem_title p small {
		font-size: 3.21vw;
	}

	.post-consultant__others__tt {
		font-size: 4.46vw;
	}

	.post-consultant__others__tt::before {
		height: 4.46vw;
	}

	.feature-jobs__item p {
		font-size: 4.11vw;
		align-self: center;
	}
}