@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .enroll .textImg {
	margin-right: 0.7rem;
	margin-bottom: -3.5rem;
}
#main {
	background-color: #E5F3E2;
}
#main .enroll {
	padding-bottom: 0;
}
.headLine01 {
	margin-bottom: 1.8rem;
}
#main .centerTxt {
	margin-bottom: 21.6rem;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	text-align: center;
	font-weight: 700;
}
#main .aboutSec {
	margin-bottom: 33.4rem;
	z-index: 1;
	position: relative;
}
#main .aboutSec .content {
	position: relative;
}
#main .aboutSec .en {
	position: absolute;
	top: -12.5rem;
	right: -4.3rem;
	font-size: 10.9rem;
	line-height: 1;
	color: #EEF7EC;
	letter-spacing: 0.06em;
	font-weight: 900;
}
#main .aboutSec:after {
	width: calc(50% + 55rem);
	background-color: #fff;
	position: absolute;  
	top: -7.2rem;
	bottom: -6.2rem;
	right: 0;
	z-index: -1;
	border-radius: 10rem 0 0 10rem;  
	content: ""; 
}
#main .aboutSec .content {
	max-width: 103rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .aboutSec .rBox {
	width: 35rem;
	order: 2;
	margin-left: 5rem;
}
#main .aboutSec .textBox {
	flex: 1;
	padding: 0.5rem 0 0 7.8rem;
}
#main .aboutSec p {
	letter-spacing: 0.06em;
	line-height: 1.93;
}
#main .aboutSec .ttl {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.75;
	margin-bottom: 0.9rem;
	font-weight: 700;
}
#main .headLine02 {
	margin-bottom: 2rem;
}
#main .aboutSec02 .rBox {
	order: -1;
	margin-left: 3.5rem;
	margin-right: 6.3rem;
}
#main .aboutSec02 .textBox {
	padding-left: 0;
}
#main .aboutSec02::after {
	right: auto;
	left: 0;
	border-radius: 0 10rem 10rem 0;
}
#main .aboutSec02 .en {
	top: auto;
	right: 1rem;
	bottom: -9rem;
}
#main .aboutSec03 .en {
	top: auto;
	right: auto;
	left: 1.5rem;
	bottom: -9rem;
}
#main .aboutSec04 {
	padding-bottom: 2.5rem;
}
#main .aboutSec04 .content {
	max-width: 87.6rem;
	display: block;
	padding-block: 1rem 0;
}
#main .aboutList {
	padding-top: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 8.8rem;
}
#main .aboutList li {
	width: calc((100% - (8.8rem * 2 + 0.1rem)) / 3);
}
#main .aboutList .photo {
	margin-bottom: 1.5rem;
	border-radius: 1rem;
	overflow: hidden;
}
#main .aboutList .photo img {
	width: 100%;
}
#main .aboutList p {
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1.7;
}
#main .aboutList p span {
	display: inline-block;
	text-align: left;
}
#main .aboutSec04 .en {
	left: auto;
	right: -6.7rem;
	bottom: -11.4rem;
}
#main .aboutSec05 {
	margin-bottom: 26.4rem;
	display: block;
}
#main .aboutSec05 .content {
	max-width: 87.6rem;
	padding-block: 1rem 5.3rem;
}
#main .aboutSec05 .bigPhoto {
	width: 71rem;
	margin: 0 auto;
	padding-top: 0.4rem;
}
#main .aboutSec05 .en {
	left: auto;
	top: auto;
	bottom: -9rem;
	right: -11rem;
}
#main .training {
	padding: 19.5rem 0 20rem;
	background-color: #fff;
}
#main .training .centerTxt {
	margin-bottom: 9.3rem;
}
#main .training .centerTxt02 {
	max-width: 62rem;
	margin: 0 auto 17.5rem;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.75;
	font-weight: 500;
}
#main .training .aboutSec .content {
	max-width: 87.6rem;
	display: block !important;
	padding-block: 0.8rem 3rem;
}
#main .training .aboutSec::after {
	background-color: #E5F3E2;
}
#main .comTable th:first-child {
	width: 41.5%;
}
#main .training .aboutSec .headLine02 {
	margin-bottom: 2.5rem;
}
#main .training .aboutSec .en {
	bottom: auto;
	left: auto;
	top: -12.5rem;
	right: -7rem;
}
#main .training .aboutSec06 .en {
	right: -12rem;
}
#main .aboutSec06 .comTable th:first-child {
	width: 38%;
}
#main .bigPhoto02 {
	padding: 0 2rem;
	max-width: 126rem;
	margin: 0 auto 9rem;
}
#main .aboutSec06 {
	margin-bottom: 16rem;
}
#main .aboutSec06 .content {
	max-width: 87.5rem;
}
#main .famous .content {
	max-width: 87.5rem;
}
#main .famous h4 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 1.5rem;
}
#main .comGreyBox {
	background-color: #E5F3E2;
}

@media all and (min-width: 897px) {
	.comTable td:first-child {
		padding-left: 4rem;
	}
	.comTable td:first-child::before {
		width: 2.8rem;
	}
	.comTable td:last-child::after {
		width: 2.8rem;
	}
}

@media all and (max-width: 896px) {
	#main .centerTxt {
		margin-bottom: 10rem;
		font-size: 1.5rem;
	}
	#main .aboutSec {
		padding: 0 2rem;
		margin-bottom: 8rem;
	}
	#main .aboutSec:last-child {
		margin-bottom: 0;
	}
	#main .aboutSec .content {
		display: block;
		padding-block: 5rem;
		max-width: inherit;
		background-color: #fff;
		border-radius: 2rem;
	}
	#main .aboutSec .en {
		font-size: 3.5rem;
		top: -2.0rem !important;
		right: auto;
		letter-spacing: 0.05em;
		left: -2rem;
		line-height: 0.8;
		bottom: auto !important;
	}
	#main .aboutSec02 .en {
		left: auto;
		right: -2rem;
	}
	#main .aboutSec .rBox {
		width: 23rem;
		margin: 0 auto 3rem;
	}
	#main .aboutSec .textBox p:not([class]) {
		line-height: 1.5;
	}
	#main .aboutSec .rBox img {
		width: 100%;
	}
	#main .aboutSec .textBox {
		padding: 0;
	}
	#main .aboutSec::after {
		display: none !important;
	}
	#main .aboutList {
		gap: 5rem 0;
		flex-direction: column;
	}
	#main .aboutList p span {
		display: block;
	}
	#main .aboutList li {
		width: 100%;
	}
	#main .aboutList .photo {
		margin: 0 0 2rem;
	}
	#main .aboutList .photo img {
		width: 100%;
	}
	#main .aboutSec05 .bigPhoto {
		width: auto;
		margin: 0;
	}
	#main .aboutSec05 .bigPhotoSub {
		overflow-x: scroll;
		width: auto;
	}
	#main .aboutSec05 .bigPhoto span {
		width: 71rem;
		min-width: 100%;
		display: block;
	}
	#main .training {
		padding: 8rem 0;
	}
	#main .training .centerTxt {
		margin-bottom: 5rem;
	}
	#main .training .aboutSec .content {
		background-color: #E5F3E2;		
		padding-block: 5rem;
	}
	#main .bigPhoto02 {
		margin-bottom: 5rem;
		margin-inline: -5rem;
	}
	#main .bigPhoto02 img {
		width: 100%;
	}
	#main .training .aboutSec .en {
		right: auto;
		left: -2rem;
	}
	#main .training .aboutSec:nth-of-type(2n) .en {
		left: auto;
		right: -2rem;
	}
}