@charset "utf-8";
/*------------------------------------------------------------
	system
------------------------------------------------------------*/
#main .topTextBox {
	margin-bottom: 12rem;
}
#main .topTextBox .title {
	margin-bottom: 2.3rem;
	font-size: 3.2rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
}
#main .lineBox {
	margin: 0 auto 12rem;
	padding: 11.2rem 2rem 11.9rem;
	max-width: 134rem;
	border-top: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
}
#main .textList {
	margin-top: 0.8rem;
	width: calc(100% - 31.8rem);
}
#main .textList li {
	margin-bottom: 2.4rem;
	padding: 2.6rem 3.1rem 3.1rem;
	background: #FFF;
}
#main .textList li:last-child {
	margin-bottom: 0;
}
#main .textList li .title {
	color: #B9A76F;
	font-size: 2.4rem;
	font-weight: 500;
}
#main .textList li .text {
	margin-top: 1.7rem;
	line-height: 1.8;
}
#main .textList.style01 li {
	padding-bottom: 2.6rem;
}
#main .training {
	margin-bottom: 14.8rem;
}
#main .leave {
	margin-bottom: 14.8rem;
}
#main .flowBox {
	margin-bottom: 20rem;
	padding: 5.6rem 5.6rem 9.2rem;
	background: #FFF;
}
#main .flowBox .title {
	margin-bottom: 4.8rem;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#main .flowBox .photoList {
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem;
}
#main .flowBox .photoList li {
	width: calc((100% - 7rem) / 3);
}
#main .flowBox .photoList li .photo {
	margin-bottom: 1.7rem;
}
#main .flowBox .photoList li .text {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
}
@media all and (max-width: 896px) {
	#main .topTextBox {
		margin-bottom: 4rem;
	}
	#main .topTextBox .title {
		margin-bottom: 2.3rem;
		font-size: 2.8rem;
		line-height: 1.4;
	}
	#main .lineBox {
		margin: 0 auto 8rem;
		padding: 7.4rem 0 7.9rem;
		max-width: inherit;
	}
	#main section {
		display: block;
	}
	#main .textList {
		margin-top: 0;
		width: auto;
	}
	#main .textList li {
		margin-bottom: 1.6rem;
		padding: 2.7rem 3rem 3.3rem 2.4rem;
	}
	#main .textList li .title {
		line-height: 1.4;
	}
	#main .textList li .text {
		margin-top: 2rem;
	}
	#main .textList.style01 li {
		padding: 2.4rem 3rem 2.5rem 2.4rem;
	}
	#main .training {
		margin-bottom: 7.4rem;
	}
	#main .leave {
		margin-bottom: 7.4rem;
	}
	#main .flowBox {
		margin-bottom: 8rem;
		padding: 3.4rem 2.8rem 5.5rem;
	}
	#main .flowBox .title {
		margin-bottom: 2.6rem;
		font-size: 2.4rem;
	}
	#main .flowBox .photoList {
		display: block;
	}
	#main .flowBox .photoList li {
		margin-bottom: 3.2rem;
		width: auto;
	}
	#main .flowBox .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .flowBox .photoList li .photo {
		margin-bottom: 1.4rem;
	}
	#main .flowBox .photoList li .photo img {
		width: 100%;
	}
}