@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main .greeting {
	padding-bottom: 8.8rem;
}
#main .greeting .imgBox {
	margin-bottom: 5.5rem;
	align-items: flex-start;
}
#main .greeting .imgBox .textBox {
	margin-top: 0.5rem;
	width: 46.2rem;
}
#main .greeting .imgBox .textBox .info {
	letter-spacing: 0.03em;
	line-height: 1.75;
}
#main .greeting .imgBox .photoBox {
	width: calc(100% - 51.2rem);
	border-radius: 0 6rem;
	overflow: hidden;
}
#main .greeting .text {
	margin-bottom: 2.8rem;
	line-height: 1.75;
}
#main .greeting .text01 {
	margin-bottom: 9.8rem;
}
#main .greeting .rightText {
	margin: 0 0 10rem auto;
	width: 13rem;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
}
#main .greeting .rightText .detail {
	margin-top: 0.4rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}
#main .greeting .rightText .detail span {
	margin-left: 0.9rem;
	display: inline-block;
	font-size: 2rem;
}
#main .greeting .innerBox {
	padding-top: 9.4rem;
	border-top: 1px solid #24479c;
}
#main .greeting .innerBox .lBox {
	width: 50%;
}
#main .greeting .innerBox .rBox {
	width: 45%;
}
#main .greeting .innerBox .sub:not(:last-of-type) {
	margin-bottom: 4.3rem;
}
#main .greeting .innerBox .notesUl {
	margin-top: -0.3rem;
}
#main .greeting .innerBox .notesUl li {
	padding-left: 1.3rem;
	text-indent: -1.3rem;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
}
#main .policy .text {
	margin-bottom: 4.9rem;
}
#main .policy .textUl li {
	margin-bottom: 2.3rem;
	display: flex;
	flex-wrap: wrap;
}
#main .policy .textUl li:last-child {
	margin-bottom: 0;
}
#main .policy .textUl .num {
	margin-top: -0.2rem;
	width: 4.9rem;
	font-weight: 500;
	font-style: italic;
	font-size: 2.2rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.03em;
	color: #24479c;
}
#main .policy .textUl .info {
	flex: 1;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
}
#main .policy .textUl .info span {
	color: #2fb7d0;
	font-weight: 500;
	border-bottom: 1px solid #2fb7d0;
}
#main .facilities .photoUl {
	margin-top: -2.9rem;
}
#main .facilities .photoUl li {
	margin-top: 2.9rem;
	width: 47.6%;
}
#main .facilities .photoUl .photo {
	margin-bottom: 1rem;
	border-radius: 0 6rem;
	overflow: hidden;
}
#main .facilities .photoUl .photo img {
	width: 100%;
}
#main .facilities .photoUl p {
	font-size: 1.8rem;
	font-weight: 500;
	color: #24479c;
}
@media all and (max-width: 896px) {
	#main .greeting .imgBox {
		margin-bottom: 3rem;
		display: block;
	}
	#main .greeting .imgBox .textBox {
		margin: 0 0 1.5rem;
		width: auto;
	}
	#main .greeting .imgBox .photoBox {
		width: auto;
		border-radius: 0 2rem;
	}
	#main .greeting .imgBox .photoBox img {
		width: 100%;
	}
	#main .greeting .text {
		margin-bottom: 2rem;
		text-align: justify;
	}
	#main .greeting .text01 {
		margin-bottom: 4rem;
	}
	#main .greeting .rightText {
		margin-bottom: 5rem;
		font-size: 1.2rem;
	}
	#main .greeting .rightText .detail {
		font-size: 1.4rem;
	}
	#main .greeting .rightText .detail span {
		font-size: 1.6rem;
	}
	#main .greeting .innerBox {
		padding-top: 5rem;
		display: block;
	}
	#main .greeting .innerBox .lBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .greeting .innerBox .rBox {
		width: auto;
	}
	#main .greeting .innerBox .sub:not(:last-of-type) {
		margin-bottom: 3rem;
	}
	#main .policy .text {
		margin-bottom: 2rem;
	}
	#main .policy .textUl .num {
		width: 3.5rem;
		font-size: 1.8rem;
	}
	#main .policy .textUl .info {
		font-size: 1.5rem;
	}
	#main .facilities .photoUl {
		margin-top: 0;
		display: block;
	}
	#main .facilities .photoUl li {
		margin: 0 0 3rem;
		width: auto;
	}
	#main .facilities .photoUl .photo {
		border-radius: 0 2rem;
	}
	#main .facilities .photoUl p {
		font-size: 1.6rem;
	}
}