@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
    padding-top: 0;
}
.mainImg {
	margin-top: 180px;
	height: calc(100vh - 180px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (min-width: 897px) {
	body {
		min-width: 897px;
	}
	.mainImg .subVisual {
		position: absolute;
		left: 0;
		width: 100vw;
		height: 100%;
		background: url(../img/index/bg01.png) no-repeat center center;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: contain;
	}
}
@media all and (min-width: 897px)  and (max-height: 700px)  {
	.mainImg .subVisual h2 img {
		max-height: 40vh;
		max-width: inherit;
    	width: auto;
	}
}
.school {
	padding: 180px 20px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/*height: 100vh;*/
	box-sizing: border-box;
}
.school h3 {
	margin-bottom: 40px;
}
.school p {
	font-weight: bold;
	line-height: 1.75;
}
.topos {
	padding-top: 250px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.topos .textImg {
	margin-bottom: 22px;
	text-align: center;
}
.topos p {
	margin-bottom: 27px;
	line-height: 1.75;
	margin-right: -15px;
}
.topos .inner {
	padding-top: 25px;
}
.topos .inner .txtBox {
	width: 720px;
	background-color: #FFCBBE;
	border-radius: 50px;
	padding: 50px 50px 46px;
	box-sizing: border-box;
	position: relative;
}
.topos .inner .txtBox:after {
	width: 53px;  
	height: 80px;
	background: url(../img/index/bg02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -46px;
	right: 105px;  
	content: ""; 
}
.topos .inner .txtBox .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: white;
	margin-bottom: 4px;
}
.topos .inner .txtBox p {
	font-weight: bold;
}
.topos .inner .txtBox p:last-child {
	margin-bottom: 0;
}
.topos .inner .photoBox {
	text-align: right;
	margin-top: -10px;
}




@media all and (max-width: 896px) {
	.mainImg {
		min-height: 432px;
		margin: 60px 0 0;
		padding: 0 20px;
		height: calc(100% - 60px);
		background: url(../img/index/bg01.png) no-repeat center center;
		background-size: 160% auto;
	}
	.school {
		padding-top: 100px;
	}
	.topos {
		padding-top: 100px;
	}
	.topos p {
		margin-right: 0;
	}
	.topos .inner .txtBox {
		width: auto;
		padding: 40px 20px;
	}
	.topos .inner .photoBox {
		margin: 60px 0 0;
	}
}