@charset "utf-8";

/* ------------------------------
 教育 (PC)
------------------------------ */
.headering h1::after {
	width: 369px;
	height: 143px;
	background: url(../img/illust_education.png) no-repeat top center / cover;
}

.point ol {
	display: flex;
}
.point ol > li {
    position: relative;
    width: 258px;
    height: 258px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #0f8970;
    padding: 95px 30px 30px;
    border-radius: 50%;
    text-indent: 0;
    margin-left: 0;
}
.point ol > li::before {
    content: counter(cnt, decimal-leading-zero);
    display: block;
    position: absolute;
    width: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 4.0rem;
    font-weight: 300;
    color: #fcd848;
    margin-right: 0;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.clinic-ja h4 {
	position: relative;
	padding-left: 40px;
}
.clinic-ja h4 span {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	top: 0;
	left: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	background-color: #fcd848;
	padding: 3px;
	border-radius: 50%;
}
.clinic-ja.mb60 {
	padding-bottom: 60px;
	border-bottom: solid 1px #e6ebeb;
}
#recruitment .btn a {
	flex-direction: column;
}
@media print, screen and (min-width: 768px) {
	.point ol {
		justify-content: space-between;
		width: 100%;
	}
	.point ol > li {
		margin: 0;
	}
}
/* ------------------------------
 教育 (SP)
------------------------------ */
@media screen and (max-width: 767px) {
	.headering figure {
		background: url(../img/education_main_sp.jpg) no-repeat top center / cover;
	}
	.headering h1::after {
		width: 185px;
		height: 72px;
		bottom: -80px;
	}

	.point ol {
		flex-direction: column;
		align-items: center;
	}
	.point ol > li {
		width: 250px;
		height: 250px;
	}
	.point ol > li + li {
		margin-top: 25px;
	}
	.clinic-ja h4 {
		padding-left: 30px;
	}
	.clinic-ja h4 span {
		width: 25px;
		height: 25px;
		font-size: 1.6rem;
	}
	.clinic-ja.mb60  {
		padding-bottom: 30px;
	}
}