@charset "utf-8";
/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 0;
}
.pageImg {
	width: calc(50% + 10rem);
	margin: -16.9rem 0 9rem auto;
}
#main .needBox p {
	font-size: 2rem;
	line-height: 1.8;
}
#main .flowBox .flowList li {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .flowBox .flowList li:last-child {
	margin-bottom: 0;
}
#main .flowBox .flowList .photoBox {
	width: 43rem;
}
#main .flowBox .flowList .photoBox img {
	width: 100%;
}
#main .flowBox .flowList .textBox {
	margin-top: 3.8rem;
	width: calc(100% - 46rem);
}
#main .flowBox .flowList .num {
	margin-bottom: -0.2rem;
	color: #A8A198;
	font-size: 1.9rem;
	letter-spacing: 0.114rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Lato", sans-serif;
}
#main .flowBox .flowList .num .en {
	margin-right: 0.5rem;
}
#main .flowBox .flowList .textBox .headLine05 {
	margin-bottom: 1.0rem;
	font-size: 3.2rem;
}
#main .flowBox .flowList .textBox p {
	line-height: 1.8;
}
@media all and (min-width: 897px) {
	#main .enrollmentBox {
		padding-bottom: 10rem;
	}
}
#main .enrollmentBox .headLine04 {
	margin-bottom: 4rem;
}
#main .enrollmentBox .numList {
	margin-bottom: 4rem;
}
#main .enrollmentBox .numList li:first-child {
	border-top: 1px solid #D9D9D9;
}
#main .enrollmentBox .numList li {
	padding: 2.8rem 2rem 2.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
}
#main .enrollmentBox .numList li .num {
	margin-top: 0.1rem;
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 600;
	border-radius: 50%;
	background-color: #EAE9E1;
}
#main .enrollmentBox .numList li .text {
	padding-bottom: 0.1rem;
	width: calc(100% - 3.9rem);
	display: block;
	font-size: 2rem;
	font-weight: 600;
}
#main .enrollmentBox .textList {
	margin: 0 2rem;
}
#main .enrollmentBox .textList li {
	line-height: 1.8;
}
@media all and (max-width: 896px) {
	.pageImg {
		width: auto;
		margin: 0 0 6rem;
	}
	.pageImg img {
		width: 100%;
	}
	#main .needBox .headLine04 {
		margin-bottom: 2.3rem;
	}
	#main .needBox p {
		font-size: 1.4rem;
	}
	#main .flowBox .headLine04 {
		margin-bottom: 3.6rem;
	}
	#main .flowBox .flowList li {
		margin-bottom: 3rem;
		display: block;
	}
	#main .flowBox .flowList .photoBox {
		margin-bottom: 0.8rem;
		width: auto;
	}
	#main .flowBox .flowList .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .flowBox .flowList .textBox .headLine05 {
		font-size: 2rem;
	}
	#main .enrollmentBox .headLine04 {
		margin-bottom: 1.2rem;
	}
	#main .enrollmentBox .numList {
		margin-bottom: 3.0rem;
	}
	#main .enrollmentBox .numList li {
		padding: 2rem 0;
	}
	#main .enrollmentBox .numList li .num {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.5rem;
	}
	#main .enrollmentBox .numList li .text {
		margin-top: 0.2rem;
		width: calc(100% - 3.5rem);
		font-size: 1.4rem;
	}
	#main .enrollmentBox .textList {
		margin: 0;
	}
}