@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/education/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc02 .eye_img{
		background-image: url(../img/education/eye01_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 100px;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 70px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 0;
	}
}
.contents01 .contents01_01 h3{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	font-size: 36px;
	line-height: 56px;
	letter-spacing: 0.05em;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		margin: 0 auto 32px;
		font-size: 25px;
		letter-spacing: 0.03em;
		line-height: 38px;
	}
}
.contents01 .contents01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 0.05em;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		margin: 0 auto 31px;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
	}
}
.contents01 .contents01_01 ul{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul{
		width: 100%;
		max-width: 320px;
		margin-bottom: 50px;
	}
}
.contents01 .contents01_01 ul li{
	width: 500px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li{
		width: 141px;
		height: auto;
		display: block;
	}
}
.contents01 .contents01_01 ul li a{
	width: 100%;
	height: auto;
	display: block;
	font-size: 20px;
	padding-bottom: 25px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li a{
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 13px;
		text-align: left;
	}
}
.contents01 .contents01_01 ul li a::after{
	content: '';
	width: 9px;
	height: 9px;
	border: 0;
	border-top: solid 1px #232323;
	border-right: solid 1px #232323;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 22px;
	bottom: 25px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li a::after{
		right: 0;
		bottom: 15px;
	}
}
.contents01 .contents01_01 ul li a:hover{
	color: #2F9132;
	border-bottom: 1px solid #2F9132;
}
.contents01 .contents01_01 ul li a:hover::after{
	
	border-top: solid 1px #2F9132;
	border-right: solid 1px #2F9132;
}

/*.contents01_01_01ここから*/
.contents01 .contents01_01 .contents01_01_01{
	width: 1180px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
		margin: 0 auto 43px;
	}
}
.contents01 .contents01_01 .contents01_01_01 h4{
	width: 100%;
	height: 70px;
	background-color: #4C9F4F;
	text-align: center;
	font-size: 25px;
	line-height: 70px;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 h4{
		width: 100%;
		height: 60px;
		font-size: 20px;
		line-height: 60px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F4F8F4;
	padding: 40px 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul{
		padding: 30px 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 42px 30px 21px;
	background-color: #fff;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li{
		flex-direction: column;
		padding: 30px 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li:first-of-type{
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 ul li .contents01_01_01_01{
	width: 190px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
	border-right: 1px solid #4D9F4F;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li .contents01_01_01_01{
		border-right: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li .contents01_01_01_01 .img_box{
	width: 47px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.contents01 .contents01_01 .contents01_01_01 ul li .contents01_01_01_01 .img_box img{
	width: 39px;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 ul li:nth-of-type(2) .contents01_01_01_01 .img_box img{
	width: 43px;
}
.contents01 .contents01_01 .contents01_01_01 ul li:nth-of-type(3) .contents01_01_01_01 .img_box img{
	width: 46px;
} 
.contents01 .contents01_01 .contents01_01_01 ul li:nth-of-type(4) .contents01_01_01_01 .img_box img{
	width: 43px;
} 
.contents01 .contents01_01 .contents01_01_01 ul li:nth-of-type(5) .contents01_01_01_01 .img_box img{
	width: 44px;
} 

.contents01 .contents01_01 .contents01_01_01 ul li .contents01_01_01_01 .text03{
	font-size: 18px;
	line-height: 25px;
	color: #2F9132;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li .contents01_01_01_01 .text03{
		font-size: 20px;
		margin-bottom: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li .text04{
	padding-left: 35px;
	font-size: 15px;
	line-height: 25px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li .text04{
		padding-left: 0;
		font-size: 14px;
	}
}



.contents01 .contents01_02{
	width: 1180px;
	height: auto;
	padding: 81px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02{
		width: 90%;
		max-width: 320px;
		padding: 0;
	}
}
.contents01 .contents01_02 h3{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	font-size: 32px;
	line-height: 56px;
	letter-spacing: 0.03em;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 h3{
		margin: 0 auto 14px;
		font-size: 25px;
		line-height: 38px;
	}
}
.contents01 .contents01_02 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 70px;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 0.05em;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .text01{
		margin: 0 auto 15px;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
	}
}
.contents01 .contents01_02 .img01{
	width: 840px;
	height: auto;
	display: block;
	margin: 0 auto 12px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .img01{
		width: 100%;
		margin: 0 auto 5px;
	}
}
.contents01 .contents01_02 .contents01_02_01{
	width: 840px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .contents01_02_01{
		width: 100%;
	}
}
.contents01 .contents01_02 .contents01_02_01_01{
	width: 797px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .contents01_02_01_01{
		width: 95%;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
	}
}
.contents01 .contents01_02 .contents01_02_01_01 .parent{
	width: calc(100% / 4);
	height: auto;
	padding: 0 5px 0 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .contents01_02_01_01 .parent{
		width: calc((100% - 20px) / 2 );
		padding: 0 4px;
		margin-top: 25px;
	}
	.contents01 .contents01_02 .contents01_02_01_01 .parent:nth-of-type(-n+2){
		margin-top: 0;
	}
}
.contents01 .contents01_02 .contents01_02_01_01 .parent .contents01_02_01_01_01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_02 .contents01_02_01_01 .parent .contents01_02_01_01_01 li{
	font-size: 12px;
	line-height: 18px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .contents01_02_01_01 .parent .contents01_02_01_01_01 li{
		line-height: 16px;
	}
}
.contents01 .contents01_02 .contents01_02_01_01 .parent .contents01_02_01_01_01 li.sub_title{
	margin-top: 15px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .contents01_02_01_01 .parent .contents01_02_01_01_01 li.sub_title{
		margin-top: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_02 .contents01_02_01_01 .parent .contents01_02_01_01_01 li h4{
		font-size: 14px;
		line-height: 18px;
		margin-top: 25px;
		margin-bottom: 10px;
	}
}
.contents01 .contents01_02 .contents01_02_01_01 .parent .contents01_02_01_01_01 li h4:first-of-type{
	margin-top: 0;
}

/*contents01ここまで*/