@charset "utf-8";
/* CSS Document */
.pc-only {
	display: none !important;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
	color: #233957;
	line-height: 1.8;
	font-weight: 400;
	font-style: normal;
}
p {
	line-height: 1.8;
	font-feature-settings: "palt";
}
h1,h2,h3,h4,h5 {
	font-weight: 400;
	line-height: 1.6;
}
/*---------------------------------
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
----------------------------------------*/
.noto-sans-jp {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
  }
/*---------------------------------
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 800
----------------------------------------*/
.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
/*---------------------------------
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
----------------------------------------*/
.inter {
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
}
.inner {
	width: 100%;
	padding: 0 5.33%;
}
img {
	max-width: 100%;
}
.bgnavy {
	background-color: #29436a;
}
/*----------------------------------------------------------------------------------------------------------------*/
header {
	background-color: #29436a;
}
header ul {
	display: flex;
	justify-content: space-between;
}
header ul li {
	background-color: #29436a;
	height: 5rem;
}
header ul li a {
	background-color: #29436a;
	display: block;
}
header ul li:first-child {
	width: 33%;
	padding: 0rem 2rem;
}
header ul li:first-child h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
}
header ul li:first-child img {
	width: 8.1rem;
}
header ul li:nth-child(2) {
	width: 14%;
	border-left: .2rem solid #fff;
}
header ul li:nth-child(2) a {
	padding: 0.6rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
header ul li:nth-child(2) a img {
	width: 3.2rem;
}
header ul li:nth-child(3) {
	width: 53%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: .2rem solid #fff;
}
header ul li:nth-child(3) a {
	color: #e5c076;
	font-size: 1.4rem;
	text-align: center;
}
/*----------------------------------------------------------------------------------------------------------------*/
.mv-img {
	width: 100%;
}
/*----------------------------------------------------------------------------------------------------------------*/
.campaign {
	background-color: #e5c076;
	padding: 1rem 0;
}
.campaign .inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.campaign .cp-date {
	width: 6rem;
	margin: 0 1.7rem 0 0;
}
.campaign h2 {
	font-size: 2.8rem;
	line-height: 1;
}
.campaign h2 span {
	font-size: 2.1rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.no1 {
	padding: 5rem 0;
	background-color: #F9F1DF;
}
.no1 h2 {
	font-size: 1.7rem;
	text-align: center;
	padding: 0 0 1rem;
}
.no1 p {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.4;
	padding: 2.5rem 0 0;
}
/*----------------------------------------------------------------------------------------------------------------*/
.mishuku {
	padding: 6rem 0;
}
/*----------------------------------------------------------------------------------------------------------------*/
.title {
	padding: 0 0 4rem;
}
.title h2 {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 1.7rem;
	text-align: center;
	color: #f7ecd6;
	letter-spacing: .15rem;
}
.title h3 {
	font-size: 2.6rem;
	text-align: center;
	color: #e5c076;
	line-height: 1.45;
}
.flow {
	padding: 5rem 0;
}
h2.title-img {
	margin: 0 auto;
	display: block;
}
h4.sub-copy {
	text-align: center;
	color: #F7ECD6;
	font-size: 1.6rem;
	padding: 0 0 4rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.present {
	padding: 6rem 0;
}
.present h2.title-img {
	width: 17.35rem;
}
.present ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.present ul li {
	width: calc((100% - 1.5rem) / 2);
}
.present ul li:nth-child(-n+2) {
	padding: 0 0 1.5rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.cta-top {
	padding: 5rem 0;
	background-color: #F9F1DF;
}
/*----------------------------------------------------------------------------------------------------------------*/
.problem {
	background-color: #DFE3E9;
	padding: 6rem 0;
	position: relative;
}
.problem h2 {
	font-size: 2.1rem;
	text-align: center;
	padding: 0 0 4rem;
}
.problem:after {
	content: '';
	position: absolute;
	border-top: 3rem solid #DFE3E9;
	border-right: 5rem solid transparent;
	border-left: 5rem solid transparent;
	bottom: -3rem;
	left: 50%;
	transform: translateX(-50%);
}
/*----------------------------------------------------------------------------------------------------------------*/
.growth {
	padding: 6rem 0;
}
.growth h3 {
	font-size: 2rem;
	text-align: center;
	color: #fff;
	padding: 2rem 0 0;
}
.growth h4 {
	font-size: 2.8rem;
	text-align: center;
	color: #fff;
}
.growth .piechart {
	width: 73%;
	margin: 0 auto;
	display: block;
	padding: 0 0 5rem;
}
.growth-side {
	position: relative;
	margin: 3rem 0 10rem;
}
.growth-side:after {
	position: absolute;
	content: '';
	border-top: 3rem solid #F8CEBE;
	border-right: 5rem solid transparent;
	border-left: 5rem solid transparent;
	bottom: -7rem;
	left: 50%;
	transform: translateX(-50%);
}
.growth h5 {
	font-size: 2.3rem;
	text-align: center;
	color: #fff;
	padding: 0 0 4rem;
}
.growth h5 span {
	font-size: 4rem;
}
.growth ul li {
	background-color: #F8CEBE;
}
.growth li:not(:last-child) {
	margin: 0 0 3rem;
} 
.growth .li-txt {
	padding: 1.5rem;
	background-color: #F8CEBE;
}
.growth .li-txt p {
	font-size: 4.3vw;
}
.growth .li-txt p span {
	border-bottom: .1rem solid #A07D37;
}
.growth li:not(:last-child) .li-txt p:nth-of-type(1) {
	border-bottom: .2rem dotted #29436A;
	padding: 0 0 1rem;
	margin: 0 0 1rem;
}
.growth .li-txt p.note {
	font-size: 3.2vw;
	padding: 2rem 0 0;
}
/*----------------------------------------------------保護者の声------------------------------------------------------------*/
.swiper-pagination-bullets {
	position: static;
	margin-top: 16px;
} 
.swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	margin: 0 0 0 10px !important;
	background: #fff;
	opacity: .5;
}
.swiper-pagination-bullet-active {
    background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet:first-child {
	margin: 0 !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	font-size: 3rem;
}
.swiper-button-next, .swiper-button-prev {
	color: #1c3759;
}
.voice {
	background-color: #f8cebe;
	padding: 6rem 0;
}
.voice .title h2 {
	color: #233957;
}
.voice .title h3 {
	color: #233957;
}
.voice li {
	background-color: #fff;
	border-radius: 1rem;
	padding: 2.5rem;
}
.voice-name {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.voice-name img {
	width: 50%;
	margin: 0 2rem 0 0;
}
.voice-name h4 {
	font-size: 1.5rem;
}
.voice li h5 {
	color: #cfa14d;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: .1rem;
}
.voice-before {
	position: relative;
	margin: 3rem 0 4rem;
}
.voice-before:before {
	position: absolute;
	content: '';
	background-image: url(../img/voice-arrow.png);
	background-size: contain;
	background-position: center;
	width: 0.7rem;
	height: 2rem;
	bottom: -3rem;
	left: 50%;
	transform: translateX(-50%);
}
.voice li:nth-child(n+5) .voice-after p {
	font-size: 1.5rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.secret {
	padding: 6rem 0;
}
.secret h2.title-img {
	width: 17.65rem;
}
.secret ul {
	padding: 5rem 0 0;
}
.secret li {
	background-color: #F8CEBE;
	border-radius: 1rem;
	position: relative;
	padding: 2rem;
}
.secret .sec-icn {
	position: absolute;
	top: -4.7rem;
	left: 3%;
	width: 9.6rem;
}
.secret .sec-img {
	position: absolute;
	top: -5rem;
	right: 6%;
	width: 13rem;
}
.secret li h5 {
	font-size: 2rem;
	padding: 0 0 1.5rem;
}
.secret li:not(:last-child) {
	margin: 0 0 8rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.cta {
	padding: 2.66%;
}
.cta .cta-inner {
	background-color: #fbe6df;
	padding: 5rem 6.66%;
	position: relative;
}
.cta h2 {
	width: 26.4rem;
	margin: 0 auto;
}
.cta h3 {
	text-align: center;
	font-size: 2rem;
	color: #29436a;
	padding: 3.2rem 0;
}
.cta .cta-inner:before {
	content: '';
	position: absolute;
	background-image: url(../img/ribon.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -.35rem;
	left: -.35rem;
	width: 8.25rem;
	height: 8.25rem;
}
.cta .cta-inner:after {
	content: '';
	position: absolute;
	background-image: url(../img/ribon.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	bottom: -.35rem;
	right: -.35rem;
	width: 8.25rem;
	height: 8.25rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.classroom {
	padding: 6rem 0;
}
.classroom p.head-copy {
	font-size: 2.3rem;
	text-align: center;
	color: #F7ECD6;
	padding: 0 0 1rem;
}
.classroom p.year {
	font-size: 1.7rem;
	text-align: center;
	color: #F7ECD6;
	padding: 0 0 1rem;
}
.classroom h5 {
	font-size: 1.9rem;
	text-align: center;
	color: #e5c076;
	padding: 1.5rem 0 1rem;
	margin: 0 0 1rem;
	border-bottom: .2rem dotted #e5c076;
}
.classroom p.main-txt {
	font-size: 1.6rem;
	color: #F7ECD6;
}
.classroom ul li:not(:last-child) {
	padding: 0 0 7rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.teacher {
	padding: 6rem 0;
}
.teacher ul li {
	padding: 0 0 2rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.message {
	padding: 6rem 0;
}
.message-president {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.message-img {
	width: 53.4%;
	margin: 0 1.5rem 0 0;
}
p.message-name {
	flex: 1;
	color: #E5C076;
}
p.message-name span {
	font-size: 2.6rem;
}
.message h4 {
	color: #E5C076;
	font-size: 2.2rem;
	padding: 0 0 0 2.1rem;
}
.message h5 {
	color: #E5C076;
	font-size: 1.5rem;
	position: relative;
	padding: 0 0 0 2.6rem;
}
.message h5:before {
	content: '';
	position: absolute;
	background-color: #E5C076;
	top: 50%;
	transform: translateY(-50%);
	left: 0%;
	width: 2rem;
	height: .13rem;
}
.message p.main-txt {
	font-size: 1.5rem;
	color: #F7ECD6;
}
.massage-head {
	padding: 3rem 0;
}
/*----------------------------------------------------------------------------------------------------------------*/
.media {
	padding: 6rem 0;
}
.media ul li:first-child {
	padding: 0 0 8rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.school {
	padding: 6rem 0;
}
.school ul li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.school ul + ul {
	margin-top: 3rem;
	justify-content: center;
}

@media screen and (min-width:769px) {
.school ul + ul li {
	margin:0 3rem;
}
}

.school ul li:not(:last-child) {
	padding: 0 0 3rem;
}
.school-img {
	width: 48.51%;
	margin: 0 1rem 0 0;
}
.school-info {
	flex: 1;
}
.school-info p.no {
	font-size: 1.7rem;
	color: #E5C076;
	font-family: "EB Garamond", serif;
	font-weight: 400;
}
.school-info h4 {
	font-size: 1.6rem;
	color: #E5C076;
}
.school-info p.add {
	font-size: 1.2rem;
	color: #F7ECD6;
	line-height: 1.45;
	padding: 0 0 .7rem;
	text-decoration: none;
}
.school-info h5 {
	color: #F7ECD6;
	border: .1rem solid #F7ECD6;
	border-radius: 3rem;
	display: inline-block;
	padding: .2rem .8rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.contact {
	padding: 6rem 0;
	background-color: #DFE3E9;
}
.contact h2 {
	font-size: 2.8rem;
	text-align: center;
	color: #1C3759;
	padding: 0 0 4rem;
}
.contact table {
	width: 100%;
}
.contact th {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 1.7rem;
	margin: 0 0 1rem;
	font-weight: 400;
}
.contact td {
	display: block;
	width: 100%;
	padding: 0 0 3rem;
}
.contact input[type="text"] {
    width: 100%;
    height: 5rem;
    padding: 1rem;
	font-size: 1.7rem;
	background-color: #fff;
	border-radius: 1rem;
}
.contact .form-btn {
	display: block;
	margin: 3rem auto 0;
	font-size: 2rem;
	text-align: center;
	background-color:#EB5761;
	color: #fff;
	padding: 1.8rem 0;
	width: 23rem;
	border-radius: 4rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
footer .tel-contact small {
	font-size: 75%;
	font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
}

.in_tel {
	display:flex;
	justify-content:flex-start;
	align-items: flex-start;
	flex-direction: column;
}

footer {
	padding: 6rem 0;
}
footer .tel-contact {
	padding: 0 0 8rem;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
footer .tel-contact h2 {
	color: #E5C076;
	font-size: 2rem;
	text-align: center;
	padding: 0 0 .5rem;
}
footer .tel-contact a {
	color: #E5C076;
	font-size: 3.7rem;
	text-align: center;
	display: block;
	font-family: "Inter", serif;
	font-weight: 400;
	letter-spacing: .1rem;
	line-height: 1.2;
	white-space: nowrap;
}
footer .tel-side {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #F7ECD6;
	padding: 2rem 0 0;
}
footer .tel-side h3 {
	border: .1rem solid #F7ECD6;
	width: 8.5rem;
	text-align: center;
	display: block;
	font-size: 1.4rem;
	padding: 0.6rem 0;
	margin: 0 1rem 0 0;
}
footer .tel-side p {
	font-size: 1.4rem;
	line-height: 1.4;
}
footer .f-logo {
	width: 16.3rem;
	display: block;
	margin: 0 auto;
}
footer .copyright p {
	font-size: 1.2rem;
	color: #F7ECD6;
	text-align: center;
	padding: 3rem 0 0;
}
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------サンクスページ----------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
.thanks {
	padding: 8rem 0;
}
.thanks h2 {
	color: #f7ecd6;
	text-align: center;
	font-size: 2rem;
	padding: 0 0 3rem;
}
.thanks p {
	color: #f7ecd6;
	text-align: center;
	font-size: 1.8rem;
	padding: 0 0 3rem;
}
.thanks a {
	color: #e5c076;
	text-align: center;
	font-size: 1.8rem;
	display: block;
	transition: .3s;
}
.thanks a:hover {
	opacity: 0.8;
}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------タブレット／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
	.sp-only {
		display: none !important;
	}
	.pc-only {
		display: block !important;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	header ul li:first-child {
		width: 20rem;
	}
	header ul li:nth-child(3) {
		width: 28rem;
	}
	header ul li:nth-child(3) a {
		transition: .3s;
	}
	header ul li:nth-child(3) a:hover {
		opacity: 0.8;
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.newopen {
		width: 50rem;
		margin: 0 auto;
		display: block;
	}
	.present ul li {
		width: calc((100% - 7.2rem) / 4);
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.cta-btn {
		width: 50rem;
		margin: 0 auto;
		display: block;
		transition: .3s;
	}
	.cta-btn:hover {
		opacity: 0.8;
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.problem-img {
		width: 47rem;
		margin: 0 auto;
		display: block;
	}
	.growth h2 {
		width: 52rem;
		margin: 0 auto;
		display: block;
	}
	.growth-side {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row-reverse;
	}
	.growth .piechart {
		width: 41%;
		padding: 0;
	}
	.growth .growth-join {
		width: 48%;
		margin: 0 5rem 0 0;
	}
	.growth ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.growth ul li {
		width: calc((100% - 3rem) / 2);
	}
	.growth li:not(:last-child) {
		margin: 0;
	} 
	.growth ul li:nth-child(-n+2) {
		margin: 0 0 3rem;
	}
	.growth .li-txt {
		padding: 1.5rem;
	}
	.growth .li-txt p {
		font-size: 2vw;
		font-size: min(2vw, 2.4rem);
	}
	.growth .li-txt p.note {
		font-size: 1.5vw;
		font-size: min(1.5vw, 1.8rem);
	}
	.growth ul li:nth-child(1) .li-txt p, .growth ul li:nth-child(3) .li-txt p{
		line-height: 1.6;
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.secret ul {
		display: flex;
		justify-content: space-between;
	}
	.secret ul li {
		width: calc((100% - 4rem) / 3);
	}
	.secret .sec-img {
		position: static;
		width: 100%;
		padding: 0 0 2rem;
	}
	.secret li:not(:last-child) {
		margin: 0;
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.cta h2 {
		width: 100%;
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.classroom ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.classroom ul li {
		width: calc((100% - 3rem) / 2);
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.teacher ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.teacher ul li {
		width: calc((100% - 2rem) / 2);
		padding: 0;
	}
	.teacher ul li:nth-child(4) {
		margin: 6.5% 0 0; 
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.message .inner {
		max-width: 96rem;
	}
	.message-side {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		padding: 0 0 3rem;
	}
	.message-president {
		width:20%;
		margin:0;
		flex-direction: column;
		align-items: flex-start;
		img {
			width:100%;
			height:auto;
			margin-bottom: 10px;
		}
	}
	.message h4 {
		font-size: 4rem;
		padding: 0;
		margin-bottom: 10px;
	}
	.message h5 {
		font-size: 2rem;
	}
	.message p.main-txt {
		width: 62rem;
		margin: 0 auto;
	}
	.massage-head {
		padding: 0;
		width:70%;
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.media ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.media ul li {
		width: calc((100% - 4rem) / 2);
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.school ul {
		display: flex;
		justify-content: space-between;
	}
	.school ul li {
		width: calc((100% - 4rem) / 4);
		display: block;
		position: relative;
	}
	.school-img {
		width: 100%;
	}
	.school-info h4 {
		padding: 1rem 0 0;
	}
	.school p.no {
		position: absolute;
		top: -3rem;
		left: 0%;
	}
	/*----------------------------------------------------------------------------------------------------------------*/
	.contact .inner {
		width: 75rem;
		margin: 0 auto;
	}
	.contact th {
		display: table-cell;
		width: 20%;
		padding: 0 0 3rem;
		line-height: 1.5;
		margin: 0 1rem 0 0;
	}
	.contact td {
		display: table-cell;
		width: 75%;
	}
	.contact input[type="text"] {
		height: 5rem;
	}

}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------PC／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
	@media screen and (min-width:1100px) {
		.inner {
			width: 1100px;
			margin: 0 auto;
			padding: 0;
		}
		header ul li {
			height: 8rem;
		}
		header ul li:first-child img {
			width: 13rem;
		}
		header ul li:first-child h1 {
			height: 8rem;
		}
		header ul li:nth-child(3) a {
			font-size: 2.2rem;
		}
		header ul li:nth-child(3) {
			width: 37rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.campaign .cp-date {
			width: 9.6rem;
		}
		.campaign h2 {
			font-size: 4.8rem;
		}
		.campaign h2 span {
			font-size: 4.8rem;
		}
		.mishuku {
			padding: 10rem 0;
		}
		.newopen {
			width: 80rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.title {
			padding: 0 0 8rem;
		}
		.title h2 {
			font-size: 2.5rem;
		}
		.title h3 {
			font-size: 4.2rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.present {
			padding: 10rem 0;
		}
		.present h2.title-img {
			width: 29rem;
		}
		h4.sub-copy {
			font-size: 2.2rem;
			padding: 0 0 6rem;
		}
		.cta-top {
			padding: 8rem 0;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.problem {
			padding: 8rem 0;
		}
		.problem h2 {
			font-size: 3rem;
			padding: 0 0 6rem;
		}
		.problem:after {
			border-top: 5rem solid #DFE3E9;
			border-right: 8rem solid transparent;
			border-left: 8rem solid transparent;
			bottom: -5rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.growth {
			padding: 12rem 0;
		}
		.growth h3 {
			font-size: 3.2rem;
		}
		.growth h4 {
			font-size: 4.6rem;
		}
		.growth-side {
			width: 94rem;
			margin: 5rem auto 15rem;
		}
		.growth-side:after {
			border-top: 5rem solid #F8CEBE;
			border-right: 8rem solid transparent;
			border-left: 8rem solid transparent;
			bottom: -11rem;
		}
		.growth h5 {
			font-size: 3.8rem;
			padding: 0 0 6rem;
		}
		.growth h5 span {
			font-size: 6.3rem;
		}
		.growth ul li {
			width: calc((100% - 6rem) / 2);
		}
		.growth ul li:nth-child(-n+2) {
			margin: 0 0 6rem;
		}
		.growth .li-txt {
			padding: 2rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.voice {
			padding: 10rem 0;
		}
		.voice-name h4 {
			font-size: 2.2rem;
		}
		.voice li {
			margin-right: 4rem!important;
			padding: 5rem;
		}
		.voice li h5 {
			font-size: 2.8rem;
		}
		.voice li p {
			font-size: 2.2rem;
		}
		.voice-before:before {
			width: 1.05rem;
			height: 3rem;
			bottom: -5rem;
		}
		.voice-before {
			margin: 4rem 0 6rem;
		}
		.voice-name img {
			width: 45%;
		}
		.voice li:nth-child(n+5) .voice-after p {
			font-size: 2.1rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.secret {
			padding: 10rem 0;
		}
		.secret h2.title-img {
			width: 21.4rem;
		}
		.secret ul li {
			width: calc((100% - 8rem) / 3);
			padding: 5rem 3rem 3rem;
		}
		.secret li h5 {
			font-size: 3rem;
			padding: 0 0 2rem;
		}
		.secret li p {
			font-size: 2rem;
		}
		.secret .sec-icn {
			width: 12rem;
			top: -5.8rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.cta h2 {
			max-width: 88.1rem;
		}
		.cta h3 {
			font-size: 3rem;
			padding: 3.2rem 0 6rem;
		}
		.cta .cta-inner {
			padding: 8rem 0;
		}
		.cta-btn {
			width: 60rem;
		}
		.cta .cta-inner:before {
			width: 16.5rem;
			height: 16.5rem;
			top: -.6rem;
			left: -.6rem;
		}
		.cta .cta-inner:after {
			width: 16.5rem;
			height: 16.5rem;
			bottom: -.6rem;
			right: -.6rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.classroom {
			padding: 10rem 0;
		}
		.classroom p.head-copy {
			font-size: 3.4rem;
		}
		.classroom ul li {
			width: calc((100% - 8rem) / 2);
		}
		.classroom .class-img {
			width: 100%;
		}
		.classroom p.year {
			font-size: 2.2rem;
		}
		.classroom h5 {
			font-size: 2.9rem;
		}
		.classroom p.main-txt {
			font-size: 2rem;
		}
		.classroom ul li:not(:last-child) {
			padding: 0;
		}
		.classroom ul li:nth-child(-n + 2) {
			padding: 0 0 8rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.teacher {
			padding: 10rem 0;
		}
		.teacher ul li {
			width: calc((100% - 6rem) / 2);
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.message {
			padding: 10rem 0;
		}
		.message h4 {
			font-size: 4.75rem;
			white-space: nowrap;
		}
		.message h5 {
			font-size: 3rem;
			margin: 2rem 0 0;
		}
		p.message-name {
			font-size: 1.6rem;
		}
		p.message-name span {
			font-size: 2.6rem;
		}
		.message p.main-txt {
			font-size: 2rem;
			width: 100rem;
		}
		.message-side {
			padding: 0 0 6rem;
			width:87rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.media {
			padding: 10rem 0;
		}
		.media ul li {
			width: calc((100% -8rem) / 2);
		}
		.school ul li {
			width: calc((100% - 18rem) / 4);
		}
		.school-info h4 {
			font-size: 2.2rem;
		}
		.school-info p.add {
			font-size: 1.6rem;
		}
		.school-info h5 {
			font-size: 1.6rem;
		}
		.school p.no {
			font-size: 2.4rem;
			top: -5rem;
			left: 5rem;
		}

		/*----------------------------------------------------------------------------------------------------------------*/
		.contact {
			padding: 10rem 0;
		}
		.contact h2 {
			font-size: 4.2rem;
			padding: 0 0 6rem;
		}
		.contact .form-btn {
			font-size: 2.8rem;
			width: 32rem;
		}
		footer .tel-contact h2 {
			font-size: 3.2rem;
			padding: 0 0 1rem;
		}
		footer .tel-contact a {
			font-size: 6rem;
		}
		footer .tel-side h3 {
			font-size: 1.8rem;
			width: 12rem;
			padding: 1rem 0;
			margin: 0 2rem 0 0;
		}
		footer .tel-side p {
			font-size: 1.8rem;
		}
		footer .f-logo {
			width: 24rem;
		}
		footer .copyright p {
			font-size: 1.4rem;
			padding: 5rem 0 0;
		}
		footer .tel-side {
			letter-spacing: .1rem;
			padding: 3rem 0 0;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		/*-------------------------------------------サンクスページ----------------------------------------------------------*/
		/*----------------------------------------------------------------------------------------------------------------*/
		.thanks {
			padding: 12rem 0;
		}
		.thanks h2 {
			font-size: 4rem;
			padding: 0 0 6rem;
		}
		.thanks p {
			font-size: 2.4rem;
			padding: 0 0 6rem;
		}
		.thanks a {
			font-size: 2.4rem;
		}


	}
	@media screen and (max-width:360px) {
		.inner {
			padding: 0 4%;
		}
		.secret .sec-img {
			width: 9rem;
			top: -2rem;
		}
	}
