@charset "utf-8";



h2.effect-lr{
	text-align: center;
	color: #009DDA;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.54;
	margin-bottom: 10px;
}
h2.effect-lr span.text{
	padding: 15px 30px;
	position:relative;
	display: inline-block;
}

h2.effect-lr span.text:before{
	content: "";
	position: absolute;
	left: 0 ;
	top: 0;
	width: 30px;
	height: 100%;
	background: url(../images/heading-left.svg) left center / contain no-repeat;
}
h2.effect-lr span.text:after{
	content: "";
	position: absolute;
	right: 0 ;
	top: 0;
	width: 30px;
	height: 100%;
	background: url(../images/heading-right.svg) right center / contain no-repeat;
}


h2.effect-top{
	text-align: center;
	color: #595757;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.54;
}
h2.effect-top span.text{
	padding: 30px 30px 0;
	position:relative;
}

h2.effect-top span.text:before{
	content: "";
	position: absolute;
	left: 0 ;
	top: 0;
	width: 100%;
	height:30px;
	background: url(../images/heading-top.svg) top center / contain no-repeat;
}

h3{
	text-align: center;
	color: #009DDA;
	font-weight: 500;
	font-size: 1.125em;
	line-height: 2;
}

@media only screen and (max-width:860px){

	h2.effect-lr{
		margin-bottom: 20px;
	}

	h2.effect-top{
		font-size: 1em;
		line-height: 2;
	}
	h2.effect-top span.text{
		padding: 30px 30px 0;
		position:relative;
	}

	h2.effect-top span.text:before{
		content: "";
		position: absolute;
		left: 0 ;
		top: 0;
		width: 100%;
		height:30px;
		background: url(../images/heading-top.svg) top center / contain no-repeat;
	}

	h3{
	}
}



#main_visual{
	padding: 60px 0 5px;
}
#main_visual-bg{
	background-color: #F5F7FC;
}
#main_visual img{
	margin: -60px 0 -5px;
	width: 100%;
}


@media only screen and (max-width:860px){

	#main_visual{
		padding: 0;
	}
	#main_visual-bg{
		padding: 10px 0 20px;
		margin: 0;
	}
	#main_visual img{
		margin: 0;
	}
	#main_visual .wrapper{
		padding: 0;
	}


}




#schedule{
	padding: 30px 0 0;
	background-color: #E4F4FD;
	max-width: 680px;
	margin: auto;
}

#schedule p.notation{
	display: inline-block;
	text-align: left;
	color: #E60012;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.2;
	padding-bottom: 20px;
}

#schedule p.link{
	text-align: center;
	color: #E60012;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.2;
	padding-bottom: 20px;
}

#schedule p.banner{
	text-align: center;
	color: #E60012;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.2;
}

@media only screen and (max-width:860px){
	#schedule{
		padding: 20px 0 0;
	}
}



#news{
	padding: 30px 0 50px;
	background-color: #E4F4FD;
}

#news .news-heading{
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 87%;
	margin: 30px auto 0px;
}

#news .news-heading .link-index a{
	position:relative;
	padding-left: 25px;
	color: #595757;
	font-size: 0.8125em;
}
#news .news-heading .link-index a:before{
	content: "";
	position: absolute;
	left: 0 ;
	top: .2em;
	width: 15px;
	height: 15px;
	background: url(../images/arrow-orange.svg) center center / contain no-repeat;
}

#news .news-index{
	width: 87%;
	margin: 0px auto 0;
	background: #ffffff;
}
.news-index .post a{
	display: flex;
	padding: 15px 30px;
	width: 100%;
	text-decoration: none;
	gap: 5px 1em;
}
.news-index .post > span{
	display: flex;
	padding: 15px 30px;
	width: 100%;
	text-decoration: none;
	gap: 5px 1em;
}
.news-index .post:not(:last-child){
	border-bottom: 1px dashed #898989;
}

.news-index .post .date{
	font-size: 0.8125em;
	font-weight: 500;
	color: #231815;
	line-height: 1.3rem;
}
.news-index .post .category{
	font-size: 0.8125em;
	font-weight: 500;
	line-height: 1.3rem;
}

.news-index .post .category span{
	color: #ffffff;
	background: #F8B62D;
	padding: 0 5px;
	text-decoration: none;
}

.news-index .post .title{
	font-size: 1em;
	font-weight: 400;
	color: #00A0E9;
	line-height: 1.3rem;
	flex: 1;
}

.news-index .post a:hover .title{
	text-decoration: underline;
}
.news-index .post.new .title:after{
	content:"NEW";
	font-size: 0.8125em;
	font-weight: 500;
	color: #E60012;
	line-height: 1.3rem;
	border: 1px solid #E60012;
	padding: 0 5px;
	text-decoration: none;
	margin-left: 10px;
}

.news-index .post.new a:hover .title:after{
	text-decoration: none;
}

@media only screen and (max-width:860px){

	#news{
		padding: 20px 0 20px;
	}

	#news .news-heading{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 20px auto 20px;
	}
	#news .news-heading .link-index a{
		position:relative;
		padding-left: 30px;
		font-size: 1em;
	}
	#news .news-heading .link-index a:before{
		content: "";
		position: absolute;
		left: 0 ;
		top: .0em;
		width: 22px;
		height: 22px;
		background: url(../images/arrow-orange.svg) center center / contain no-repeat;
	}
	#news .news-index{
		width: 100%;
	}

	.news-index .post a{
		display: flex;
		flex-wrap: wrap;
		padding: 15px 30px;
		width: 100%;
		text-decoration: none;
		gap: 5px 1em;
	}
	.news-index .post:not(:last-child){
		border-bottom: 1px dashed #898989;
	}

	.news-index .post .date{
	}
	.news-index .post .category{
	}
	.news-index .post .title{
		width: 100%;
	}

	.news-index .post.new .category:after{
		content:"NEW";
		font-weight: 500;
		color: #E60012;
		line-height: 1.3rem;
		border: 1px solid #E60012;
		padding: 0 5px;
		text-decoration: none;
		margin-left: 10px;
	}

	.news-index .post.new a .title:after{
		display: none;
	}

}


#program{
	padding: 50px 0;
	background-color: #F5F7FC;
}

#program p.lead{
	margin-bottom: 30px;
}

#program .image{
	text-align: center;
}
#program .image img{
	width: 84%;
	
}

@media only screen and (max-width:860px){

	#program{
		padding: 20px 0;
	}

	#program p.lead{
		margin-bottom: 32px;
	}

	#program .image img{
		width: 100%;
		
	}
}



#curriculum{
	padding: 50px 0;
	background:url(../images/border-oblique.png) top center / 100% 5px repeat-x;
	background-color: #E4F4FD;
}

#curriculum p.lead{
	width: 93.5%;
	margin:0 auto 50px;
}

#curriculum .columns{
	display: flex;
	justify-content: space-between;
	
}
#curriculum .columns .column{
	width: 28.87%;
}

@media only screen and (max-width:860px){
	#curriculum{
		padding: 20px 0;
		background:none;
		background-color: #E4F4FD;
	}

	#curriculum p.lead{
		width: 100%;
		margin:0 auto 30px;
	}

	#curriculum .columns{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 30px;
		
	}
	#curriculum .columns .column{
		width: 100%;
	}
}


#curriculum .grid-parent1 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 40px;
margin-bottom: 40px;
}

#curriculum .grid-parent2 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 40px;
}

#curriculum .grid-parent .div1 { grid-area: 1 / 1 / 2 / 2; padding: 1em; background:#FFFBCD ;}
#curriculum .grid-parent .div2 { grid-area: 1 / 2 / 2 / 3; padding: 1em; background:#FADCE9 ;}
#curriculum .grid-parent .div3 { grid-area: 1 / 3 / 2 / 4; padding: 1em; background:#D6E9C4 ;}
#curriculum .grid-parent .div4 { grid-area: 1 / 2 / 2 / 4; padding: 1em; background:#BAE3F9 ;}
#curriculum .grid-parent .div5 { grid-area: 1 / 1 / 2 / 2; padding: 1em; background:none ;}


#curriculum ul{
	list-style: none;
	margin: 1em 0 0;
	paddding: 0;
	line-height: 1.5;
}
#curriculum ul li{
	margin-left: 1em;
	text-indent: -1em;
}
#curriculum ul li:before{
	content:"■";
}

#curriculum .grid-parent .div4 ul{
	display: flex;
	flex-wrap: wrap;
	gap: 0 calc(20px + 3em);
}
#curriculum .grid-parent .div4 ul li{
	width: calc(50% - 3em - 10px);
	white-space:nowrap;
}
#curriculum .grid-parent h3{
	margin-bottom: 1.5em;
}
#curriculum .grid-parent .div1 h3{
	color: #EA5514;
}
#curriculum .grid-parent .div2 h3{
	color: #E4007F;
}
#curriculum .grid-parent .div3 h3{
	color: #00913A;
}
#curriculum .grid-parent .div4 h3{
	color: #00A0E9;
	text-align: left;
	margin-bottom: 0.25em;
}

@media only screen and (max-width:860px){

	#curriculum .grid-parent {
	display: flex;
	flex-direction: column;
	gap: 20px;
	}
	#curriculum .grid-parent .div4 ul{
		display: block;
	}
}