/* UNDERLAYER common
======================================== */


.notice_text {
	color: #ED1C24;
	display: block;
	text-decoration: underline;
	padding-top: 0.6em;

}

.underlayer .page-title {
	background-color: #fff;
	position: absolute;
	top: 49%;
	left: 50%;
	width: 340px;
	margin-left: -170px;
	text-align: center;
	padding: 18px 10px;
	border-radius: 15px;
	z-index: 101;
	transform-origin: 50% 0;
	animation: fluffy1 2s linear infinite;
}

.underlayer header::before {
	content: '';
	display: block;
	width: 200px;
	height: 0;
	padding-top: 20%;
	border-left: #fff 8px solid;
	border-right: #fff 8px solid;
	position: absolute;
	top: 50px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	/* Safariç”¨ */
	transform: translate(-50%, 0);
	z-index: 100;


}

.underlayer .page-title h1 {
	font-size: 2.4em;

}

.underlayer .page-title p {
	color: #989898;
	font-size: 1.2em;
	padding-top: 3px;
	font-family: 'Comfortaa', cursive;

}


.underlayer .cont-wrapper {
	border-radius: 15px;
	background-color: #fff;
	margin-bottom: 0;
	margin-top: -3%;
	position: relative;
	padding: 60px 40px 20px;
}

.catchcopy01 {
	text-align: center;
	padding-bottom: 50px;
}

.catchcopy01 h2 {
	margin-bottom: 0.8em;
	font-size: 3em;
	line-height: 1.33;
	color: #000;

}

.catchcopy01 p {
	font-weight: normal;
	font-size: 1.4em;
	color: #000;
}

.catchcopy02 {
	padding: 0 50px;
	text-align: center;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.catchcopy02 .catchcopy_text {
	width: 50%;
	text-align: left;
	line-height: 2;
	max-width: 450px;

}

.catchcopy02 .catchcopy_text h2 img {
	width: 400px;
}

.catchcopy_img {
	width: 50%;
	max-width: 450px;

}


.catchcopy02 h2 {
	margin-bottom: 0.8em;
	font-size: 3em;
	line-height: 1.33;
	color: #000;

}

.catchcopy02 p {
	font-size: 1.4em;
	color: #000;
}



.catchcopy03 {
	padding: 0 20px;
	text-align: center;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.catchcopy03 .catchcopy_text {
	width: 50%;
	text-align: left;
	line-height: 2;

}

.catchcopy03 .catchcopy_text::before {
	display: block;
	content: url('../img/icon_plus.svg');
	margin-bottom: 30px;
}

.catchcopy03 h2 {
	margin-bottom: 1.5em;
	font-size: 3em;
	line-height: 1.33;
	color: #000;
}

.catchcopy03 p {
	font-size: 1.4em;
	color: #000;
}

.catchcopy03 .catchcopy_img {
	width: 50%;
	text-align: left;

}

.catchcopy03 .catchcopy_img img {}

.catchcopy03 .catchcopy_img1 {
	width: 308px;
}


.catchcopy03 .catchcopy_img2 {
	width: 265px;
	margin-top: -80px;
	margin-left: 150px;

}




.loop-slider {
	margin-left: -40px;
	margin-right: -40px;
	padding: 50px 0;
}

.loop-slider li {
	padding-right: 5px;
}


.title_style01 {
	text-align: center;
	margin-bottom: 50px;
}

.title_style01 h2 {
	font-size: 2.8em;
	margin-bottom: 0.2em;
}

.title_style01 h3 {
	font-size: 1.4em;
	color: #ED1C24;
}

.title_style02 {
	font-size: 2.5em;
	color: #fff;
	padding: 0.8em 1.5em;
	border-radius: 10px;
	margin-bottom: 0.8em;
}

.title_style02.green {
	background-color: #00A650;
}

.title_style02.blue {
	background-color: #0071BC;
}

.title_style02.yellow {
	background-color: #FFCB04;
}

.title_style02.red {
	background-color: #ED1C24;
}




.common-contact-box {
	flex-wrap: wrap;

	display: flex;
	border: #000 3px solid;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.16);
	border-radius: 15px;
	margin: 80px 30px 50px;
}

.common-contact-title {
	width: 20%;
	background-color: #000;
	display: block;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	border-radius: 11px 0 0 11px;
	position: relative;
}

.common-contact-title strong {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safariç”¨ */
	transform: translate(-50%, -50%);
}

.common-contact-cont {
	display: flex;
	list-style: none;
	padding: 25px 40px;
	width: 80%;

}

.common-contact-cont li {
	margin-right: 20px;
	width: 50%;
}

.common-contact-cont li dl {
	display: flex;
	justify-content: space-between;
}

.common-contact-cont li dl dd {
	padding: 0 20px;
	width: calc(100% - 60px);
}

.common-contact-cont li dl dd strong {
	display: block;
	font-size: 3em;
	padding-top: 5px;
}

.common-contact-cont li dl dd small {
	font-size: 1.4em;
	display: block;
	padding-top: 3px;
}

.common-contact-cont li:last-child dl dd {
	padding-right: 0;
}

.common-contact-cont li dl dd .button {
	width: 100%;

	margin-top: 0;
}


@media screen and (max-width: 900px) {

	.underlayer .page-title {
		width: 220px;
		margin-left: -110px;
		text-align: center;
		padding: 10px 10px;
	}

	.underlayer header::before {
		width: 150px;
		padding-top: 0;
		top: 0;
		height: 50%;


	}

	.underlayer .page-title h1 {
		font-size: 1.6em;

	}

	.underlayer .page-title p {
		font-size: 0.8em;

	}

	.underlayer .cont-wrapper {

		padding: 60px 20px 20px;
	}



	.catchcopy01 h2 {
		font-size: 2em;

	}

	.catchcopy01 p {
		font-size: 1.2em;
		text-align: justify;
	}

	.catchcopy02 {
		font-size: 0.9em;
		padding: 0 10px;
		padding-bottom: 0;
		flex-wrap: wrap;
	}

	.catchcopy02 .catchcopy_text {
		width: 100%;
		text-align: left;
		line-height: 2;
		max-width: 450px;

	}

	.catchcopy02 .catchcopy_text h2 img {
		width: 100%;
	}

	.catchcopy_img {
		margin-top: 20px;
		width: 100%;
		max-width: 100%;

	}



	.catchcopy03 {
		padding: 0 15px;
		padding-bottom: 50px;
		flex-wrap: wrap;
		font-size: 0.9rem;
	}

	.catchcopy03 .catchcopy_text {
		width: 100%;
		text-align: left;
		line-height: 2;

	}

	.catchcopy03 .catchcopy_text::before {
		display: block;
		margin-bottom: 20px;
	}

	.catchcopy03 h2 {
		margin-bottom: 1.5em;
		font-size: 2.5em;
	}

	.catchcopy03 p {
		font-weight: normal;
		font-size: 1.4em;
		color: #000;
	}

	.catchcopy03 .catchcopy_img {
		width: 100%;
		text-align: right;

	}

	.catchcopy03 .catchcopy_img img {}

	.catchcopy03 .catchcopy_img1 {
		width: 100%;
	}


	.catchcopy03 .catchcopy_img2 {
		width: 70%;
		margin-top: -50px;
		margin-left: 0;

	}


	.loop-slider {
		margin-left: -20px;
		margin-right: -20px;
	}

	.title_style01 {
		font-size: 0.8rem;
		margin-bottom: 30px;

	}

	.title_style02 {
		font-size: 1.6em;

	}





	.common-contact-box {
		margin: 80px 0px 20px;
		font-size: 0.8rem;
	}

	.common-contact-title {
		width: 100%;
		background-color: #000;
		display: block;
		font-size: 1.8em;
		border-radius: 11px 11px 0 0;
		padding: 1em;
	}

	.common-contact-title strong {
		width: 100%;
		position: relative;
		top: inherit;
		left: inherit;
		-webkit-transform: translate(0, 0);
		/* Safariç”¨ */
		transform: translate(0, 0);
	}

	.common-contact-cont {
		flex-wrap: wrap;
		padding: 20px 15px 5px;
		width: 100%;
	}

	.common-contact-cont li {
		margin-right: 0;
		margin-bottom: 1em;
		width: 100%;
	}

	.common-contact-cont li dl {}

	.common-contact-cont li dl dd {
		padding: 0 10px;
		width: calc(100% - 60px);
	}

	.common-contact-cont li dl dd strong {
		display: block;
		font-size: 3em;
		padding-top: 5px;
	}

	.common-contact-cont li dl dd small {
		font-size: 1.4em;
		display: block;
		padding-top: 3px;
	}

	.common-contact-cont li:last-child dl dd {
		padding-right: 0;
	}

	.common-contact-cont li dl dd .button {
		width: 100%;

		margin-top: 0;
	}



}



/* COURSE INFO
======================================== */
.course-box {
	border-radius: 15px;
	padding: 30px 0px;
	position: relative;
	margin-right: 40px;
	margin-bottom: 180px;
}

.course-box .course-box-title {
	color: #fff;
	padding: 20px 60px;
	margin-bottom: 15px;
}

.course-box .course-box-title h3 {
	font-size: 3em;
	padding-bottom: 0.8em;
}

.course-box .course-box-title h4 {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 5em;
	opacity: 0.6;
	font-family: 'Comfortaa', cursive;
	letter-spacing: 0.05em;

}

.course-box .course-box-title strong {
	font-size: 1.4em;
}

.course-box .course-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-bottom: -100px;
}

.course-box .course-list.column-one .course-list-box {
	width: 100%;
}

.course-box .course-list-box {
	border-width: 2px;
	border-style: solid;
	border-radius: 18px;
	width: 47%;
	margin-left: 3%;
	background-color: #fff;
	padding: 2px;
}

.course-box .course-list-box .course-list-main {
	display: flex;
	flex-wrap: wrap;
}

.course-box .course-list-box .course-list-main .course-list-info {
	width: 60%;
}

.course-box .course-list-box .course-list-main .course-list-img {
	width: 40%;

}

.course-box .course-list-box .course-list-main .course-list-img img {
	border-radius: 0 15px 0 0;
	object-fit: cover;
	aspect-ratio: 1 / 1.614;
}

.course-box .course-list.column-one .course-list-box .course-list-main .course-list-img img {
	aspect-ratio: initial;

}

.course-box .course-list-box .course-list-title {
	padding: 15px;
	border-radius: 15px 0 0 0;
}

.course-box .course-list-box .course-list-title h4 {
	font-size: 2.2em;
	color: #fff;
	border: none;
	padding-bottom: 0.4em;
}

.course-box .course-list-box .course-list-title .classroom-tags {
	display: flex;
}


.course-box .course-list-box .course-list-text {
	padding: 30px 20px;
}

.course-box .course-list-box .course-list-text strong {
	display: block;
	padding-bottom: 1em;
	font-size: 2.2em;
}

.course-box .course-list-box .course-list-text p {
	font-size: 1.4em;
}

.course-box .course-list-box .course-classroom {}

.course-box .course-list-box .course-classroom strong {
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 2em;
	padding: 5px 1em;

}

.course-box .course-list-box .course-classroom .course-classroom-list {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 15px;
	font-size: 1.4em;

}

.course-box .course-list-box .course-classroom .course-classroom-list a {
	display: block;
	width: 49%;
	margin-right: 1%;
	padding: 0.3em 0;
}

.course-box .course-list-box .course-classroom .course-classroom-list a:hover {
	text-decoration: underline;
}

.course-box .course-list-box .course-classroom .course-classroom-list a::before {
	content: '●';
	color: #989898;

}



/* basic */
.course-box.basic {
	background-color: #00A650;
}

.course-box.basic .course-list-box {
	border-color: #00A650;
	box-shadow: 8px 8px 0 #00A650;
}

.course-box.basic .course-list-title {
	background-color: #00A650;
}

.course-box.basic .course-list-text strong {
	color: #00A650;
}

/* level up */
.course-box.levelup {
	background-color: #0071BC;
}

.course-box.levelup .course-list-box {
	border-color: #0071BC;
	box-shadow: 8px 8px 0 #0071BC;
}

.course-box.levelup .course-list-title {
	background-color: #0071BC;
}

.course-box.levelup .course-list-text strong {
	color: #0071BC;
}

/* private */
.course-box.private {
	background-color: #FFCB04;
}

.course-box.private .course-list-box {
	border-color: #FFCB04;
	box-shadow: 8px 8px 0 #FFCB04;
}

.course-box.private .course-list-title {
	background-color: #FFCB04;
}

.course-box.private .course-list-text strong {
	color: #FFCB04;
}

@media screen and (max-width: 900px) {

	.course-box {
		padding: 30px 0 0px;
		position: relative;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.course-box .course-box-title {
		color: #fff;
		padding: 0 20px;
		margin-bottom: 15px;
	}

	.course-box .course-box-title h3 {
		padding-top: 20px;
		font-size: 2em;
	}

	.course-box .course-box-title h4 {
		top: 20px;
		right: 20px;
		font-size: 2em;
		opacity: 0.2;

	}

	.course-box .course-box-title strong {
		font-size: 1.2em;
	}

	.course-box .course-list {
		display: flex;
		margin-right: 10px;
		margin-bottom: 0;
		font-size: 0.9rem;

	}

	.course-box .course-list-box {
		width: 100%;
		margin-left: 10px;
		background-color: #fff;
		margin-bottom: 20px;
	}

	.course-box .course-list-box .course-list-main .course-list-info {
		width: 100%;

	}

	.course-box .course-list-box .course-list-main .course-list-img {
		width: 100%;

	}

	.course-box .course-list-box .course-list-main .course-list-img img {
		/*height: 200px;*/
		object-fit: cover;
		object-position: center center;
		border-radius: 0;
		aspect-ratio: 1.2 /1;


	}

	.course-box .course-list-box .course-list-text {}

	.course-box .course-list-box .course-list-title {
		border-radius: 15px 15px 0 0;
	}


	.course-box .course-list-box .course-classroom .course-classroom-list a {
		width: 100%;
		margin-right: 0;
		padding: 0.2em 0;
	}
}



/* CLASSROOM
======================================== */
.classroom-box {
	padding: 30px 0px;
	position: relative;
	line-height: 1.8;
	margin-bottom: 30px;

}

.classroom-box-title {
	font-size: 2.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding: 0.4em 0.8em;
}

.classroom-cont {
	padding-bottom: 40px;
	margin-right: 20px;
	background: url(/img/classroom-bgslash.svg) top left repeat;
}

.classroom-header {
	display: flex;
	margin-right: -20px;
}

.classroom-text {
	width: 52%;
	padding: 50px 40px 0;
}

.classroom-text h4 {
	font-size: 2.4em;
	padding-bottom: 1em;
	color: #4D4D4D;
}

.classroom-text p {
	font-size: 1.5em;

}

.classroom-img {
	width: 48%;
	margin-top: -50px;
}

.classroom-img img {
	/*
	position: absolute;
	top:-50px;
	right:-20px;
	*/
}

.classroom-detail {
	padding: 40px 40px 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -4%;

}

.classroom-detail.column1 .classroom-detail-box {
	width: 100%;
}

.classroom-detail-box {
	width: 46%;
	margin-left: 4%;
}

.classroom-detail-box h5 {
	padding: 0.3em 1em;
	font-size: 1.8em;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}

.classroom-detail-box strong {
	font-size: 1.8em;
	border-bottom: #000 1px solid;
	display: block;
	padding: 0.5em 1em;
	margin-bottom: 0.4em;
}

.classroom-detail-box p {
	font-size: 1.4em;
	padding: 0.5em 1em;
}


.underlayer .classroom-list {
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	padding: 30px;
	margin: 5px;
	position: relative;
	margin-bottom: 50px;

}

.underlayer .classroom-list::before {
	position: absolute;
	content: "";
	border-right: 40px solid transparent;
	border-bottom: 40px solid #b2ce54;
	border-left: 40px solid transparent;
	left: -26px;
	top: -6px;
	transform: rotateZ(315deg);
}

.classroom-info-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 1em;
	line-height: 1.4;
}

.classroom-info-title h6 {
	font-size: 2.2em;
}

.classroom-info-title h7 {
	color: #989898;
	font-size: 1.5em;
}

.classroom-list-img {
	display: inline-block;
	float: right;
	width: 40%;
	margin-left: 20px;
}

.classroom-info-table {
	margin: 2em 0;
	font-size: 1.3em;
}

.classroom-info-table dl {}

.classroom-info-table dl dt {
	background-color: #EFEFEF;
	float: left;
	width: 82px;
	text-align: center;
	font-size: 0.9em;
}

.classroom-info-table dl dd {
	padding-left: 100px;
	margin-bottom: 18px;
	line-height: 1.8;
}

.classroom-info-table dl dd .classroom-tags {}

.btn-map {
	display: inline-block;
	background-color: #EFEFEF;
	padding: 0 15px;
	font-family: 'Comfortaa', cursive;
	text-decoration: none !important;
	margin-left: 1em;
	border: #EFEFEF 1px solid;
	border-radius: 8px;
	padding-top: 0px;
	margin-top: -6px;
	line-height: 1.0;

}

.btn-map::before {
	content: url('../img/icon-map.svg');
	display: inline-block;
	vertical-align: middle;



}

.btn-map::after {
	content: 'MAP';
	display: inline-block;
	padding-left: 0.6em;
	padding-top: 8px;


}

.btn-map:hover {
	border-color: #000;
}

.classroom-info-table dl dd a:hover {
	text-decoration: underline;
}

.classroom-info-tablesheed {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 10px;

}

.classroom-info-tablesheed th {
	background-color: #338DC9;
	color: #fff;
	text-align: left;
	padding: 0.1em 1em;
}

.classroom-info-tablesheed thead th:first-child {
	border-radius: 8px 0 0 8px;
}

.classroom-info-tablesheed thead th:last-child {
	border-radius: 0 8px 8px 0;
}

.classroom-info-tablesheed td {
	border-bottom: #EFEFEF 1px solid;
	padding: 0.7em 1em;
	line-height: 1.4;

}

.classroom-info-notice {
	font-size: 0.9em;
}

.classroom-info-notice li {
	padding-left: 1em;
	text-indent: -1em;
}



/* regular */
.regular .classroom-box-title {
	color: #ED1C24;
	border-bottom-color: #ED1C24;
}

.regular .classroom-cont {
	background-color: rgba(237, 28, 36, 0.05);
}

.regular .classroom-detail-box h5 {
	background-color: #ED1C24;
}

/* extracurricular */
.extracurricular .classroom-box-title {
	color: #00A650;
	border-bottom-color: #00A650;
}

.extracurricular .classroom-cont {
	background-color: rgba(0, 166, 80, 0.05);
}

.extracurricular .classroom-detail-box h5 {
	background-color: #00A650;
}


/* culture */
.culture .classroom-box-title {
	color: #0071BC;
	border-bottom-color: #0071BC;
}

.culture .classroom-cont {
	background-color: rgba(0, 133, 188, 0.05);
}

.culture .classroom-detail-box h5 {
	background-color: #0071BC;
}

.culture .classroom-list {
	border-color: #0071BC;
}

.culture .classroom-list::before,
.culture .classroom-info-title {

	border-bottom-color: #0071BC;

}



@media screen and (max-width: 900px) {

	.classroom-box {
		padding: 15px 0px;
		font-size: 1rem;

	}

	.classroom-box-title {
		font-size: 2.2em;

	}

	.classroom-header {
		margin-right: 0;
		flex-wrap: wrap-reverse;
	}

	.classroom-cont {
		padding-bottom: 0px;
		margin-right: 0;
	}

	.classroom-text {

		width: 100%;
		padding: 15px 15px 0;

	}


	.classroom-text h4 {
		font-size: 2.0em;

	}


	.classroom-img {
		width: 100%;
		margin-top: 5px;

	}

	.classroom-detail {
		padding: 40px 10px 0;
		margin-left: 0;

	}

	.classroom-detail-box {
		width: 100%;
		margin-left: 0;
	}

	.classroom-detail-box p {
		padding: 0.5em 1em 2em;
	}

	.underlayer .classroom-list {
		padding: 10px;
		padding-bottom: 69%;
	}

	.underlayer .classroom-list::before {
		border-right: 20px solid transparent;
		border-bottom: 20px solid #0071BC;
		border-left: 20px solid transparent;
		left: -14px;
		top: -4px;
	}

	.classroom-info-title {
		flex-wrap: wrap;
		padding: 1em 0.5em;
	}

	.classroom-info-title h6 {
		width: 100%;
		font-size: 2em;
	}

	.classroom-info-title h7 {
		width: 100%;
		font-size: 1.4em;

	}

	.classroom-list-img {
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		float: none;
		width: auto;
		box-sizing: border-box;
		margin: 10px;
	}

	.classroom-info-table {}

	.classroom-info-table dl dt {
		float: none;
		display: block;
		width: 100%;
		text-align: left;
		padding-left: 1em;
	}

	.classroom-info-table dl dd {
		display: block;
		padding: 0.5em 0.5em;
		margin-bottom: 0.5em;

	}


	.btn-map {
		width: 100%;
		margin: 0.5em 0;
		text-align: center;

	}

	.table-scroll {
		display: block;
		overflow-x: scroll;
	}

	.table-scroll-dd::before {
		display: block;
		content: '▼この表は横にスクロールできます';
		font-size: 0.9em;
		padding: 0.3em 1em;
		background-color: #000;
		border-radius: 10px 10px;
		color: #fff;
		margin-bottom: 5px;

	}

	.table-scroll .classroom-info-tablesheed {
		width: 800px;

	}



}



/* ABOUT
======================================== */
.about-concept {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.about-concept h3 {
	width: 300px;
	margin: 0 auto 50px;
}

.about-concept-list {
	display: flex;
	justify-content: space-between;
}

.about-concept-box {
	width: 28%;
	position: relative;
}

.about-concept-box:last-child:after {
	display: none;
}

.about-concept-box::after {
	position: absolute;
	right: 32px;
	top: 50%;
	display: block;
	content: url('../img/icon_cross.svg');
	width: 42px;
	height: 42px;
	margin-right: -100px;
}


.about-concept-text {
	position: relative;
	margin: 0 25px;
	background-color: #fff;
	margin-top: -50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 3em 2em 3em;
}

.about-concept-text strong {
	font-size: 2.2em;
	display: block;
	margin-bottom: 1em;
}

.about-concept-text p {
	text-align: justify;
	font-size: 1.3em;
	display: block;
	text-align: left;
	min-height: 7em;
}

.about-table-basic {
	font-size: 1.4em;
	border-top: #989898 2px dotted;
	margin-bottom: 40px;
}

.about-table-basic dt {
	color: #ED1C24;
	width: 200px;
	float: left;
	padding: 1.5em 2em;
}

.about-table-basic dd {
	padding: 1.5em 10px 1.5em 200px;
	border-bottom: #989898 2px dotted;

}

.about-map {
	margin-bottom: 80px;
}

.about_service_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
}

.about_service_box {
	text-align: center;
	width: 27%;
	padding: 0 4% 2%;

}

.about_service_box img {
	margin-bottom: 10px;

}

.about_service_box strong {
	font-size: 1.5em;
}

@media screen and (max-width: 900px) {

	.about-concept {
		margin-bottom: 100px;
	}

	.about-concept h3 {
		width: 200px;
		margin: 0 auto 50px;
	}


	.about-concept-list {
		flex-wrap: wrap;

	}

	.about-concept-box {
		width: 100%;
		margin-bottom: 20px;
	}

	.about-concept-box::after {
		position: relative;
		right: inherit;
		top: inherit;
		display: block;
		width: 42px;
		height: 42px;
		margin: 20px auto 0;
	}

	.about-table-basic {
		font-size: 1.3rem;
		margin-bottom: 40px;
	}

	.about-table-basic dt {
		color: #ED1C24;
		width: 90px;
		float: left;
		text-align: right;
		padding: 1.5em 0.5em;
	}

	.about-table-basic dd {
		padding: 1.5em 10px 1.5em 100px;
		border-bottom: #989898 2px dotted;

	}

	.about_service_list {
		font-size: 0.9em;

	}

	.about_service_box {

		width: 50%;
		padding: 0 10px 30px;

	}


}


/* PARENTS
======================================== */
.page-parents .catchcopy03 h2 {
	color: #00A650;

}

.parents-voice p {
	font-size: 1.4em;
	padding-left: 1em;
	margin-bottom: 1.5em;
}

.parents-voice-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -30px;
	margin-bottom: 50px;

}

.parents-voice-box {
	width: calc(50% - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 2.5em;
	border: #EFEFEF 5px solid;
	border-radius: 15px;
	background: url('../img/bg_square.svg')
}

.parents-voice-box p {
	padding: 0;
}

.parents-voice-box strong {
	display: block;
	font-size: 1.5em;
	text-align: right;
}

@media screen and (max-width: 900px) {

	.parents-voice p {
		font-size: 1.4em;

	}

	.parents-voice-list {
		margin-left: 0;
		margin-bottom: 50px;

	}

	.parents-voice-box {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
		padding: 2.5em;
		border: #EFEFEF 5px solid;
		border-radius: 15px;
		background: url('../img/bg_square.svg')
	}

}


/* 教育関係
======================================== */
.page-education .catchcopy03 h2 {
	color: #0071BC;
}

.education-class-info {
	display: flex;
	flex-wrap: wrap;
}

.education-class-img {
	width: 35%;
}

.education-class-info {
	margin-bottom: 50px;
}

.education-class-text {
	width: 65%;
	padding-left: 40px;
}

.education-class-text p {
	font-size: 1.4em;
	margin-bottom: 2em;
	padding: 0 1em;
	line-height: 1.8;

}

.education-class-text a.button {
	width: 100% !important;

}

.education-class-text a.button:hover {}

.education-class-text h4 {
	font-size: 2em;
	padding: 0.5em 1em;
	color: #fff;
	background-color: #0071BC;
	border-radius: 5px;
	margin-bottom: 1em;



}

@media screen and (max-width: 900px) {
	.education-class-img {
		width: 100%;
		margin-bottom: 20px;
	}

	.education-class-text {
		width: 100%;
		padding-left: 0;
	}
}


/* STAFF
======================================== */
.page-staff .catchcopy03 h2 {
	color: #ED1C24;
}

.staff-class {}

.staff-list {
	padding: 30px 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	margin-left: -70px;
}

.staff-box {
	width: calc(33% - 60px);
	margin-left: 60px;
	text-align: center;
	margin-bottom: 80px;
}

.staff-box img {
	margin-bottom: 15px;
}

.staff-box small {

	display: block;
	font-size: 1.6em;
	color: #727272;
}

.staff-box strong {
	display: block;
	font-size: 2.2em;
	color: #ED1C24;
	margin-bottom: 10px;


}

.staff-box p {
	font-size: 1.4em;
	text-align: left;

}


@media screen and (max-width: 900px) {

	.staff-list {
		font-size: 0.9em;
		padding: 30px 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: -20px;
	}

	.staff-box {
		width: calc(50% - 20px);
		margin-left: 20px;
		margin-bottom: 50px;
	}

	.staff-box small {

		font-size: 1.3em;
	}


}

/* CONTACT
======================================== */
.page-contact .catchcopy03 h2 {
	color: #FFCB04;
}

.contact-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -30px;

}

.contact-box {
	width: calc(50% - 30px);
	margin-left: 30px;
	margin-bottom: 50px;

}

.contact-box.column1 {
	width: 100%;
}

.contact-box .button2 {
	margin: 0 auto;
}

.form-table {}

.form-table dl {
	margin: 30px 50px 50px;
}

.form-table dt {
	font-size: 1.5em;
	padding-top: 1em;
	width: 240px;
	float: left;
}

.form-table dd {
	font-size: 1.5em;
	padding-bottom: 20px;
	padding-left: 240px;

}

.form-table input {
	background-color: #F1F1F1;
	padding: 1em 1.5em;
	border-radius: 10px;
	width: 100%;

}

.form-table .input_short {
	display: inline-block !important;
	width: 120px;
	margin-right: 1em;
}

.form-table .input_middle {
	display: inline-block !important;
	width: 150px;
	margin-right: 0.5em;
}

.form-table textarea {
	background-color: #F1F1F1;
	padding: 1em 1.5em;
	border-radius: 10px;
	width: 100%;
}

.form-table .form_select {
	position: relative;
	display: block;
}

.form-table .form_select select {
	background-color: #F1F1F1;
	padding: 1em 1.5em;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 1px;

}

.form-table .form_select::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	/* Safariç”¨ */
	transform: translate(0, -50%);
	right: 20px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	pointer-events: none;

}

.form-table .form_select::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	content: '';
	border-left: 1px solid #bbbbbb;
	background-color: #666666;
	border-radius: 0 10px 10px 0;
	pointer-events: none;

}

.form-table .form_select:hidden {
	color: #fff;
}

.form-table input[type=checkbox] {
	display: none;
}

.form-table label.checkbox {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 40px;
	position: relative;
	width: auto;
}

.form-table label.checkbox::before {
	background: #F1F1F1;
	border: 1px solid #231815;
	content: '';
	display: block;
	height: 25px;
	left: 5px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 25px;
}

.form-table label.checkbox::after {
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	content: '';
	display: block;
	height: 15px;
	left: 14px;
	margin-top: -6px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 8px;
}

.form-table input[type=checkbox]:checked+.checkbox::after {
	opacity: 1;
}


input[type=radio] {
	display: none;
}

.radio {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px 5px 50px;
	position: relative;
	width: auto;

}

.radio::before {
	background: #F1F1F1;
	border-radius: 50%;
	content: '';
	display: block;
	height: 30px;
	left: 5px;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	width: 30px;
}

.radio::after {
	background: #000;
	border-radius: 50%;
	content: '';
	display: block;
	height: 12px;
	left: 14px;
	margin-top: 0px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 12px;
}

input[type=radio]:checked+.radio::after {
	opacity: 1;
}


.scroll_text {
	padding: 1.5em 2em;
	border: #000 1px solid;
	border-radius: 5px;
	max-height: 300px;
	overflow-y: auto;
	margin-bottom: 1em;
}

.scroll_text strong {
	display: block;
	font-size: 1.2em;
	padding-bottom: 0.8em;
}

.scroll_text li {
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 0.4em;
	font-size: 0.8em;
}

.scroll_text dl {
	margin: 0;
}

.scroll_text dl li {
	font-size: 1em;
}

.scroll_text dt {
	width: 130px;
	float: left;
	font-size: 0.8em;
	text-align: left;
	padding: 0.8em 0;
}

.scroll_text dd {
	font-size: 0.8em;
	padding: 0.8em 0;
	border-bottom: #EFEFEF 1px solid;
	padding-left: 140px;

}

.form-table p {
	margin: 1em;
}

.form-table input::placeholder,
.form-table input::-ms-input-placeholder,
.form-table textarea::placeholder,
.form-table textarea::-ms-input-placeholder {
	color: #727272 !important;
}

@media screen and (max-width: 900px) {
	.contact-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-left: 0px;

	}

	.contact-box {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 30px;
	}

	.form-table {
		font-size: 0.9em;
	}


	.form-table dl {
		margin: 0px 0px 50px;
	}

	.form-table dt {
		padding-top: 1em;
		margin-bottom: 0.5em;
		width: 100%;
		float: none;
	}

	.form-table dd {
		padding-bottom: 10px;
		padding-left: 0;

	}

	.form-table input,
	.form-table textarea,
	.form-table select {
		font-size: 16px !important;
	}

	.scroll_text {
		padding: 1.5em 1em;

	}

	.scroll_text strong {
		display: block;
		font-size: 1.2em;
		padding-bottom: 0.8em;
	}


	.scroll_text dt {
		width: 100%;
		float: none;
		font-size: 0.8em;
		text-align: left;
		padding: 0.5em 0 0 0;
	}

	.scroll_text dd {
		font-size: 0.8em;
		padding: 0 0 0.8em 0;
		border-bottom: #EFEFEF 1px solid;
		padding-left: 0;

	}


}



/* お知らせ
	======================================== */
.news-box h3 {
	font-size: 2.0em;
}

.news-text {
	padding: 0 4em;
	font-size: 1.4em;
	line-height: 2.0;
	margin-bottom: 5em;

}

.news-text p {
	padding-bottom: 0.8em;
}

.news-text ul {
	list-style: initial;
	margin: 0;
	padding-left: 2em;

}

.news-text li {}

.news-text li strong {
	display: block;
	padding: 0.5em 2em;
	border-radius: 15px;
	margin-bottom: 0.7em;
	background-color: #ED1C24;
	color: #fff;
}

.news-text li p {
	padding-left: 1em;
}

.news-text strong {
	font-size: 1.1em;
	font-weight: bold;
}

.news-text b {
	font-size: 1.2em;
	color: #ED1C24;
	font-weight: bold;

}

.news-text dl {}

.news-text dt {
	display: block;
	padding: 0.5em 2em;
	background-color: #EFEFEF;
	border-radius: 15px;
	margin-bottom: 0.7em;

}

.news-text dd {
	display: block;
	padding: 0 2em 2em;
	line-height: 1.6;
}


.news-text ul.column3 {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;

}

.news-text ul.column3 li {
	width: calc(50% - 20px);
	margin-left: 20px;
	display: block;
	margin-bottom: 30px;
}

.news-fotter {}



@media screen and (max-width: 900px) {

	.news-text {
		padding: 0 15px;
		;
	}

	.news-text ul.column3 li {
		width: calc(100% - 20px);
		margin-left: 20px;
		display: block;
		margin-bottom: 30px;

	}

}

/* その他共通スタイル
	======================================== */

.document-text {
	font-size: 1.3em;
}

.document-text p {
	padding: 1em 0;

}

.document-text dl {}

.document-text dt {
	display: block;
	padding: 0.5em 2em;
	background-color: #EFEFEF;
	border-radius: 15px;
	margin-bottom: 0.7em;

}

.document-text dd {
	display: block;
	padding: 0 2em 2em;
	line-height: 1.6;
}

.document-text li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	padding-bottom: 0.3em;
}