@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------
mainvisual
-------------------------------------------------- */
.mainvisual{
	background-image: url("img/bg_about.jpg");
	text-align: left;
	padding: 4rem 0;
}
.mainvisual .main-ttl{
	display: inline-block;
	margin-bottom: 1rem;
}
/* .mainvisual .lead{
	position: absolute;
	top: 25%;
	right: 0;
} */
.txt-block{
	max-width: 700px;
	margin: -3em auto 0 auto;
	text-align: center;
	padding: 3em 0;
	background: rgba(248, 243, 234, 0.9);
	position: relative;
	z-index: 10;
}
/* --------------------------------------------------
greeting
-------------------------------------------------- */
.greeting{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5% 0;
}
.greeting .txt{
	width: 65%;
	line-height: 2;
	text-indent: 1em
}
.greeting .img{
	width: 30%;
	padding: 20px;
}
.greeting .img img{
	border-radius: 50%;
}
.greeting .img figcaption{
	text-align: center;
	margin-top: 1rem;
}
.greeting .img figcaption .namearea{
	justify-content: center;
}
.greeting .img figcaption .name{
	font-weight: normal;
}

/* --------------------------------------------------
theme
-------------------------------------------------- */
.theme{
	background: #D7E8E2;
	padding: 5%;
}
.theme .ttl-theme{
	text-align: center;
	margin-bottom: 2rem;
}
.theme .ttl-theme span{
	color: #005E3C;
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 2px solid #005E3C;
	display: inline-block;
}
.theme .txt{
	max-width: 700px;
	margin: 0 auto;
	line-height: 2;
}

/* --------------------------------------------------
school
-------------------------------------------------- */
.school h2{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}
.school h2 span{
	display: block;
	margin-top: .5rem;
}
.school .lead{
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 5%;
}
.school .lead span{
	font-size: 1.4rem;
	margin-left: 1rem;
}
.school .school-w2{
	width: 65%;
}
.school .school-w2 .school-col02{
	display: flex;
	justify-content: space-between;
}
.school .school-w2 .school-col02 .txt{
	width: 48%;
}
.school .school-w2 .school-col02 p.number{
	margin-bottom: 1rem;
	text-indent: 0;
}

/* --------------------------------------------------
school-list
-------------------------------------------------- */
.school-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.school-list li{
	width: 30%;
}
.school-list .ttl{
	color: #005E3C;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	border-bottom: 2px solid #005E3C;
	margin-bottom: 2rem;
	padding: .5rem 0;
}
.school-list .img{
	text-align: center;
	margin-bottom: .5rem;
}
.school-list .img img{
	width: 100%;
}
.school-list .number{
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 1rem;
}
.school-list .txt{
	font-size: 1.4rem;
}
.school-list .txt p{
	text-indent: 1em;
}
/* --------------------------------------------------
700px以下
-------------------------------------------------- */

@media screen and (max-width: 700px) {
	/* --------------------------------------------------
	mainvisual
	-------------------------------------------------- */
	.mainvisual{
		padding: 20px 0;
		height: 328px;
	}
	.mainvisual .main-ttl{
		width: 40%;
		margin: 0 0 3rem -3rem;
	}
	/* .mainvisual .lead {
		width: 55%;
		background: rgba(0,0,0,0.4);
		padding: 2rem;
		margin-left: auto;
		position: absolute;
		top: 10px;
		right: -5px;
	} */
	.txt-block{
		margin: -5em 1em 0 1em;
		padding: 2em;
	}
}

/* --------------------------------------------------
600px以下
-------------------------------------------------- */
	/* --------------------------------------------------
	mainvisual
	-------------------------------------------------- */
@media screen and (max-width: 500px) {
	.mainvisual{
		height: 260px;
	}
	/* .mainvisual .lead {
		width: 70%;
		background: rgba(0,0,0,0.4);
		padding: 2rem;
		margin-left: auto;
		position: absolute;
		top: 40px;
		right: -5px;
	}
	
	/*
	 --------------------------------------------------
	greeting
	-------------------------------------------------- */
	.greeting{
		display: block;
	}
	.greeting .txt{
		width: 100%;
	}
	.greeting .img{
		width: 60%;
		margin: 0 auto;
	}

	/* ---------------------------
	-----------------------
	theme
	-------------------------------------------------- */
	.theme{
		padding: 30px;
		margin-bottom: 10%;
	}
	/* --------------------------------------------------
	school
	-------------------------------------------------- */
	.school .lead{
		max-width: 100%;
	}

	/* --------------------------------------------------
	school-list
	-------------------------------------------------- */
	.school-list li{
		width: 100%;
	}
	.school-list .ttl{
		font-size: 1.8rem;
	}
	.school-list .imgarea{
		width: 35%;
		float: left;
		margin-right: 10px;
	}
	.school-list .img{
		margin-bottom: .3rem;
	}
	.school-list .number{
		margin-bottom: .5rem;
	}
	.school-list .txt{
		line-height: 1.6;
	}
	.school .school-w2{
		width: 100%;
	}
	.school .school-w2 .imgarea{
		width: 100%;
	}
	.school .school-w2 .school-col02{
		display: block;
	}
	.school .school-w2 .school-col02 .txt{
		width: 100%;
	}
	.school .school-w2 .school-col02 .txt + .txt{
		margin-top: 2rem;
	}
	.school .school-w2 .school-col02 p.number{
		text-align: left;
	}

}
