/*----------
	education top
----------*/
@media (max-width: 767px) {
	.education-top-overview-fullimg {
		height: 137px;
		margin: 30px -5.9701492537%;
		position: relative;
		overflow: hidden;
	}
	.education-top-overview-fullimg > img {
		display: block;
		width: 101%;
		height: 101%;
		position: absolute;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}
@media (min-width: 768px) {
	.education-top-overview-fullimg {
		margin-top: 50px;
		margin-bottom: 40px;
	}
}

.education-top-overview-link {
	margin-top: 50px;
}
.education-top-overview-link__item + .education-top-overview-link__item {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.education-top-overview-link {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.education-top-overview-link__item {
		flex: 0 0 260px;
	}
	.education-top-overview-link__item + .education-top-overview-link__item {
		margin-top: 0;
		margin-left: 40px;
	}
}

@media (min-width: 768px) {
	.education-content__text {
		max-width: 80%;
		margin: 0 auto;
	}
}