@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.admission p {
	margin-bottom: 71px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
	padding-top: 3px;
}
.admission .inner {
	margin-bottom: 30px;
	padding: 46px 0 44px 50px;
	background: #D5F4D4 url(../img/admission/photo01.png) no-repeat right -60px bottom -40px;
	background-size: 489px auto;
	border-radius: 17px;
}
.admission .inner02 {
	background-image: url(../img/admission/photo02.png);
	background-size: 500px auto;
	background-position: right center;
}
.admission .inner03 {
	background-image: url(../img/admission/photo03.png);
	background-size: 267px auto;
	background-position: right 30px center;
}
.admission .inner p {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.75;
}
.admission .inner p:last-child {
	margin-bottom: 0;
}
.admission .inner .textBox {
	width: 610px;
}
.admission .inner h3 {
	margin-bottom: 7px;
}
.admission .inner h3 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.admission .inner h3 span:after {
	width: 100%;  
	height: 6px;
	background-color: white;
	position: absolute;  
	bottom: 0;
	left: 0;  
	border-radius: 10px;
	z-index: -1;
	content: ""; 
}
.admission .subBox {
	margin-bottom: 69px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.admission .subBox:last-child {
	margin-bottom: 0;
}
.admission .subBox .textBox {
	flex: 1;
	background-color: #E0F6DF;
	border-radius: 50px;
	padding: 49px 50px;
	position: relative;
}
.admission .subBox .textBox:after {
	width: 82px;  
	height: 52px;
	background: url(../img/admission/bg01.png) no-repeat right top;
	background-size: 100% auto;
	position: absolute;  
	bottom: 110px;
	right: -52px;
	z-index: -1;  
	content: ""; 
}
.admission .subBox .photoBox {
	order: 2;
	margin: 0 -23px -15px 74px;
}
.admission .innerBox {
	padding-top: 90px;
}
.admission .subBox h3 {
	margin-bottom: 5px;
	font-size: 1.8rem;
}
.admission .subBox p {
	margin-bottom: 25px;
	font-weight: bold;
	line-height: 1.75;
	font-size: 1.6rem;
}
.admission .subBox p:last-child {
	margin-bottom: 0;
}
.admission .subBox02 .photoBox {
	order: -1;
	margin: 0 44px 10px 16px;
}
.admission .subBox02 .textBox:after {
	right: auto !important;
	left: -52px;
	background-image: url(../img/admission/bg02.png);
	width: 82px;
	height: 53px;
	bottom: 186px;
}


@media all and (max-width: 896px) {
	.admission p {
		font-size: 1.4rem;
	}
	.admission .inner {
		background-position: center center;
	}
	.admission .inner .textBox {
		width: auto;
	}
	.admission .inner {
		padding: 30px 20px;
	}
	.admission .inner p {
		font-size: 1.4rem;
	}
	.admission .innerBox {
		padding-top: 40px;
	}
	.admission .subBox {
		display: block;
	}
	.admission .subBox .photoBox {
		margin: 40px auto;
		width: 50%;
		text-align: center;
	}
	.admission .subBox .textBox {
		border-radius: 30px;
		padding: 40px 20px;
	}
	.admission .subBox .textBox::after {
		right: auto;
		left: 50%;
		transform: translateX(-50%) rotate(-15deg);
		bottom: -20px;
	}
	.admission .subBox02 .textBox::after {
		transform: translateX(-50%) rotate(15deg);
	}
}