@charset "utf-8";
/* CSS Document */
/*---------------------------------------

		下層ページ共通設定
		ページタイトルに合わせてページ事に調整してください。

-----------------------------------------*/
#mainvisual_cover{
	width: 100vw;
}

.mainvisual_inner{
	width: 95%;
	height: 30%;
	margin: 7px auto 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

.mainvisual_inner > img{
	width: 100%;
	height:270px;
	border-radius: 10px;
	object-fit:cover;
}

.mainvisual_logo{
	width: 40vw;
	height: calc(40vw / 2);
	border-radius: 0 0 100px 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.mainvisual_logo img{
	padding-top: 5px;
	width: 75%;
}

.mainvisual_title{
	text-align: center;
	font-size: 121.1%;
	letter-spacing: 2px;
	width: 60%;
	margin: auto;
	background: #fff;
	border-radius: 20px 20px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px 20px 11px;
	font-weight: normal;
}

#contents{
	margin-bottom: 30px;
}

@media screen and (min-width:480px) { 
.mainvisual_logo{
	width: 30vw;
	height: calc(30vw / 2);
}
}
/*---------------------------------------

		下層ページ共通設定

-----------------------------------------*/
.green{
	color: #5dac81;
}
.orange{
	color: #F0A986;
}
.title_box{
	width: 95%;
	margin: 20px auto;
}
.title_box p{
	font-size: 116%;
	letter-spacing: 1px;
	line-height: 1.7;
	text-align: center;
	font-weight: bold;
}

.intoro-box{
	width: 95%;
	margin: 30px auto 30px;
	letter-spacing: 1px;
	line-height: 1.8;
}
.intoro-box h2{
	margin-bottom: 10px;
	text-indent: -10px;
}
.intoro-box h2 span{
	color: #5dac81;
	font-weight: bold;
	font-size: 150%;
}
.intoro-box .sub-title{
	font-size: 116%;
}
.intoro-box .sub-title span{
	color: #F0A986;
	font-weight: bold;
}

.hero-area h2{
	font-size: 130%;
	padding: 10px;
	background: #5dac81;
	color: #fff;
}
.hero-bg-image{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
}
.hero-bg-image img{
	display: block;
	width: 100%;
	height: auto;
}
.hero-lead{
	width: 95%;
	margin: 20px auto;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: justify;
}
.hero-lead span{
	color: #5dac81;
	font-weight: bold;
}

.section-about{
	margin-bottom: 50px;
}
.section-about h2{
	width: fit-content;
	background: #F0A986;
	color: #fff;
	padding: 20px 10px;
	border-radius: 0 20px 20px 0;
	margin-bottom: 15px;
	line-height: 2;
}
.section-about p{
	width: 95%;
	margin: 0 auto 0px;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: justify;
}
.section-about img{
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto;
}

.border-img{
	width: 100%;
	height: auto;
}

.section-play h2{
	font-size: 150%;
	letter-spacing: 1px;
	line-height: 2;
	width: 95%;
	margin: 0 auto;
}
.section-play h2 span{
	color: #F0A986;
}
.section-play p{
	width: 95%;
	margin: 0 auto;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: justify;
}
.section-play img{
	display: block;
	width: 90%;
	height: auto
}

.section-philosophy{
	margin-bottom: 50px;
}
.section-philosophy h2{
	font-size: 180%;
	letter-spacing: 1px;
	line-height: 2;
	width: 95%;
	margin: 0 auto;
}
.section-philosophy h2 span{
	color: #F0A986;
}
.section-philosophy img{
	display: block;
	width: 100%;
	height: auto;
}
.section-philosophy p{
	width: 95%;
	margin: 0 auto;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: justify;
}

.section-education{
	position: relative;
}
.section-education h2{
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1.8;
}
.section-education h2 span{
	display: block;
	background: #ffffffdb;
}
.section-education h2 span:first-of-type{
	padding: 5px 11px 5px 5px;
	border-radius: 0 0 0 15px;
}
.section-education h2 span.vertical{
	padding: 7px 5px 5px 5px;
	writing-mode: tb;
	margin: 0 0 0 auto;
	border-radius: 0 0 0 15px;
}
.section-education img{
	display: block;
	width: 100%;
	height: auto;
}
.section-education blockquote{
	padding: 20px 0;
	text-align: center;
	line-height: 1.7;
	background: #5dac81;
	color: #fff;
}
.section-education .text-box{
	width: 95%;
	margin: 20px auto;
}
.section-education .text-box p{
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.7;
}
.section-education .image-box{
	width: 95%;
	margin: 0 auto 60px;
}
.section-education .image-box p{
	letter-spacing: 1px;
	line-height: 1.7;
	text-align: center;
}

.section-season{
	margin-bottom: 30px;
}
.section-season .section-header{
	margin-bottom: 10px;
}
.section-season h2{
	color: #5dac81;
	font-weight: bold;
}
.section-season .season-grid{
	width: 97%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}
.section-season .season-item{
	width: 100%;
}
.section-season .season-item:nth-of-type(even){
	margin-top: 70px;
}
.section-season .season-img{
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.section-season .season-img img{
	display: block;
	width: 100%;
}
.section-season .season-label{
	position: absolute;
	top: 0;
	background: var(--color);
	color: #fff;
	padding: 5px 10px;
}
.section-season .season-item:nth-of-type(odd) .season-label{
	left: 0;
	border-radius: 0 0 5px 0;
}
.section-season .season-item:nth-of-type(even) .season-label{
	right: 0;
	border-radius: 0 0 0 5px;
}

.section-gallery .section-header{
	background: #5dac81;
	color: #fff;
	letter-spacing: 1px;
	padding: 10px 5px;
	margin-bottom: 20px;
}
.section-gallery .section-header h2{
	font-size: 170%;
	line-height: 2;
}
.gallery-item .img-box{
	display: flex;
	align-items: center;
}
.gallery-item img{
	display: block;
	width: 50%;
	height: auto;
}
.gallery-item.center figure img{
	margin: 0 0 0 auto;
}
.gallery-item.center figcaption{
	width: 95%;
	margin: 0px auto 20px;
	text-align: right;
}
.gallery-item.center figcaption h3{
	width: fit-content;
	font-size: 130%;
	letter-spacing: 1px;
	background: #F0A986;
	color: #fff;
	margin: 0 0 10px auto;
	padding: 10px 20px;
	border-radius: 20px;
}
.gallery-item.left figcaption{
	width: 95%;
	margin: -40px auto 20px;
	text-align: right;
}
.gallery-item.left figcaption h3{
	display: block;
	width: fit-content;
	background: #5dac81;
	color: #fff;
	margin: 0 0 10px auto;
	padding: 10px 20px;
	border-radius: 10px;
}
.gallery-item.right img{
	margin: 0 0 0 auto;
}
.gallery-item.right figcaption{
	width: 95%;
	margin: -40px auto 20px;
}
.gallery-item.right figcaption h3{
	display: block;
	width: fit-content;
	background: #F0A986;
	color: #fff;
	margin: 0 auto 10px 0;
	padding: 10px 20px;
	border-radius: 10px;
}

.section-last img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.section-last img:first-of-type{
	margin: 0 auto 10px 10px;
}
.section-last img:last-of-type{
	margin: 10px 10px 0 0px;
}
.section-last p{
	width: 95%;
	margin: 0 auto;
	letter-spacing: 1px;
	line-height: 1.8;
}