@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');

html,
body {
	overflow-x: hidden;
}
html{
	--base: #82cc29;
	--deep: #6bc113;
	--green: #24a35d;
	--deepgreen: #4e9510;
	--dark: #80420d;
	--bright: #a1da4c;
	--light: #aace7b;
	--pale: #f7fae6;
	--liner: linear-gradient(to right, var(--bright), var(--deep));
	--linerPK: linear-gradient(to right, #fee56e, #f3ada9);
	--linerBL: linear-gradient(to right, #c2ee87, #91d3f0);
	--fsXSmall: clamp(0.675rem, 0.602rem + 0.36vw, 0.875rem);
	--fsSmall: clamp(0.725rem, 0.625rem + 0.5vw, 1rem);
	--fsBase: clamp(0.81rem, 0.691rem + 0.6vw, 1.137rem);
	--fsMiddle: clamp(0.89rem, 0.759rem + 0.65vw, 1.25rem);
	--fsLarge: clamp(1.08rem, 0.927rem + 0.76vw, 1.5rem);
	--fsXLarge: clamp(1.215rem, 1.02rem + 0.97vw, 1.75rem);
	--fsXXLarge: clamp(1.35rem, 1.114rem + 1.18vw, 2rem);
	--aralet: aralet-n, sans-serif;/*400*/
	--marugo: zen-maru-gothic, sans-serif;/*400 500 700*/
	--futura: futura-pt, sans-serif;/*500 600*/
	font-style: normal;
    height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
    /*visibility: hidden;*/
}
/*html.wf-active,
html.loading-delay{
    visibility: visible;
}*/

body{
    min-height: 100%;
	color: #242323;
	font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	line-height: 1.8rem;
	font-size: 1rem;
	letter-spacing: 0.075em;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px){
	body{
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 450px){
	body{
		font-size: 0.825rem;
	}
}
@media screen and (max-width: 375px){
	body{
		font-size: 0.79rem;
	}
}

:focus{ outline:0; }

a{color: var(--base); text-decoration:underline; font-weight: 500; cursor:pointer; transition: 0.8s;}
a:visited{color: var(--base);}
a:hover{color: var(--dark);}

.dsp_pc{display: block;}
.dsp_sp{display: none;}

@media screen and (max-width: 768px){
	* {-webkit-text-size-adjust: none;}
	.dsp_pc{display: none!important;}
	.dsp_sp{display: block;}
}
.clearfix{zoom:1;}
.clearfix:after{content:"";display:block;clear:both;}


/* header */

#headerWrap,
#headerWrap img{
	width: 100%;
	display: block;
}
#headerWrap{
	position: relative;
}
#headerWrap::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(36,35,35,0) 0%, rgba(36,35,35,0) 75%, rgba(36,35,35,0.3) 100%);
	z-index: 1;
}
#headerWrap h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.25rem;
	line-height: 3rem;
	letter-spacing: 0.075em;
	white-space: nowrap;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(36,35,35,0.2);
	font-family: var(--marugo);
	font-weight: 500;
	z-index: 2;
}
@media screen and (max-width: 768px){
	#headerWrap h1{
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
	#headerWrap::before{
		background: linear-gradient(to top, rgba(36,35,35,0.1) 0%, rgba(36,35,35,0.1) 75%, rgba(36,35,35,0.3) 100%);
	}
}
@media screen and (max-width: 450px){
	#headerWrap h1{
		font-size: 1.35rem;
		line-height: 2rem;
	}
}
@media screen and (max-width: 375px){
	#headerWrap h1{
		font-size: 1.25rem;
	}
}
#headerWrap::after{
	content: "";
	position: absolute;
	top: 0;
	background: url("../img/header/headerWave.webp") bottom center / 100% no-repeat;
	width: 100%;
	height: 100%;
	z-index: 3;
}
@media screen and (max-width: 768px){
	#headerWrap::after{
		background: url("../img/header/headerWaveTB.webp") bottom center / 100% no-repeat;
	}
}
@media screen and (max-width: 450px){
	#headerWrap::after{
		background: url("../img/header/headerWaveSP.webp") bottom center / 100% no-repeat;
	}
}


/* wrapper */

#commonWrap{
	width: 100%;
	margin: 60px auto 0;
}
.innerBase,
.innerXSmall,
.innerSmall,
.innerMiddle,
.innerLarge{
	width: 95%;
	margin: 0 auto;
}
.innerBase{	max-width: 1440px; }
.innerXSmall{ max-width: 900px; }
.innerSmall{ max-width: 950px; }
.innerMiddle{ max-width: 1000px; }
.innerLarge{ max-width: 1100px; }
.innerFull{	width: 100%; margin: 0 auto;}
@media screen and (max-width: 768px){
	#commonWrap{
		width: 100%;
		max-width: inherit;
		margin: 20px auto 0;
	}
	.innerBase,
	.innerXSmall,
	.innerSmall,
	.innerMiddle,
	.innerLarge{
		max-width: inherit;
	}
}
@media screen and (max-width: 450px){
	#commonWrap{
		margin: 20px auto 0;
	}
	.innerBase,
	.innerXSmall,
	.innerSmall,
	.innerMiddle,
	.innerLarge{
		max-width: inherit;
	}
}


/* wrapper line */

.lineYL,
.lineWH,
.lineGR{
	position: relative;
	height: 0px;
}
.lineYL::before,
.lineWH::before,
.lineGR::before{
	position: absolute;
	content: '';
	left: 50%;
	width: 450px;
	height: 450px;
	border-radius: 50%;
	transform: translateX(-50%) translateY(70%);
	bottom: 0px;
}
.lineYL::before,
.afterLineYL{ background: var(--pale); }
.lineWH::before,
.afterLineWH{ background: #fff; }
.linePK::before,
.afterLinePK{ background: #fff5f4; }
.lineBL::before,
.afterLineBL{ background: #e7f4f7; }
.lineGR::before,
.afterLineGR{ background: #efefef; }
.afterLineYL,
.afterLineWH,
.afterLineGR{
	padding: 100px 0 70px;
}
.afterLineYL hgroup,
.afterLineWH hgroup,
.afterLineGR hgroup{
	margin-top: -125px;
}
.beforeLine{
	padding-bottom: 120px;
}
@media screen and (max-width: 450px){
	.lineYL::before,
	.lineWH::before,
	.lineGR::before{
		width: 350px;
		height: 350px;
	}
	.afterLineYL,
	.afterLineWH,
	.afterLineGR{
		padding: 90px 0 60px;
	}
}
@media screen and (max-width: 375px){
	.lineYL::before,
	.lineWH::before,
	.lineGR::before{
		width: 300px;
		height: 300px;
	}
}


/* subNavi */

.subNavi{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	text-align: center;
	margin: -15px auto 90px;
	line-height: 1.5em;
	max-width: 800px;
}
.subNavi div:not(:last-child){
	border-right: 2px dotted var(--base);
}
.subNavi div{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	position: relative;
	transition: 0.8s;
}
.subNavi div::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: 0 auto;
	--s: 3px;
	width: 20px;
	aspect-ratio: 5/3;
	clip-path: polygon(0 0,0 var(--s),50% 100%,100% var(--s),100% 0,50% calc(100% - var(--s)));
	background: var(--base);
}
.subNavi div:hover{
	background: var(--pale);
	transition: 0.8s;
}
.subNavi a{
	margin-top: -5px;
	padding: 20px 8px 30px;
	font-size: var(--fsBase);
	font-weight: 500;
	line-height: 1.4em;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #242323;
}
.subNavi a span{
	display: inline-block;
}
@media screen and (max-width: 768px){
	.subNavi{
		margin: -15px auto 50px;
	}
	.subNavi div{
		height: 65px;
	}
	.subNavi div::after{
		--s: 2px;
		width: 15px;
	}
}
@media screen and (max-width: 450px){
	.subNavi{
		margin: -12px auto 40px;
	}
	.subNavi div:not(:last-child){
		border-right: 1px dotted var(--base);
	}
	.subNavi div{
		height: 55px;
	}
	.subNavi div::after{
		--s: 2px;
		width: 12px;
	}
	.subNavi a{
		font-size: var(--fsSmall);
		padding: 10px 8px 20px;
	}
}


/* section */

#commonWrap section{
	margin-bottom: 70px;
}
@media screen and (max-width: 768px){
	#commonWrap section{
		margin-bottom: 40px;
	}
}


/* first */

.firstWrap{
	text-align: center;
	margin: 0 auto;
}
.firstWrap p{
	font-size: var(--fsBase);
	margin: 0 90px;
	line-height: 2rem;
}
.firstWrap p:not(:last-child){
	padding-bottom: 1.4em;
}
@media screen and (max-width: 768px){
	.firstWrap{
		padding-bottom: 15px;
	}
	.firstWrap p{
		font-size: var(--fsMiddle);
		margin: 0 50px;
	}
}
@media screen and (max-width: 450px){
	.firstWrap p{
		font-size: var(--fsBase);
		margin: 0 20px;
		line-height: 1.6rem;
	}
	.firstWrap p:not(:last-child){
		padding-bottom: 0.9em;
	}
}


/* commonTtl */

.commonTtl{
	margin-bottom: 40px;
	text-align: center;
}
.commonTtl h2{
	color: #80420d;
	font-size: var(--fsXLarge);
	font-family: var(--marugo);
	font-weight: 700;
	line-height: 2.725rem;
	padding: 0 0 15px;
}
.commonTtl h2 small{
	display: block;
	line-height: 2rem;
}
.commonTtl span{
	background-color: var(--base);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 6px;
	display: inline-block;
}
@media screen and (max-width: 768px){
	.commonTtl{
		margin-bottom: 20px;
	}
	.commonTtl h2{
		font-size: var(--fsXXLarge);
		line-height: 2.25rem;
		padding: 0 0 12px;
	}
	.commonTtl span{
		width: 9px;
		height: 9px;
		margin: 12px 4px;
	}
}
@media screen and (max-width: 450px){
	.commonTtl{
		margin-bottom: 5px;
	}
	.commonTtl h2{
		font-size: var(--fsXLarge);
		line-height: 2rem;
		padding: 0 0 5px;
	}
	.commonTtl span{
		width: 8px;
		height: 8px
	}
}


/* commonTtlSub */

.commonTtlSub{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
	max-width: calc( 100% - 100px);
	margin: 0 auto 40px;
}
.commonTtlSub::before{
	content: "";
	box-sizing: border-box;
	background: url("../img/common/firstIco.webp") top left / 100% no-repeat;
	width: 50px;
	height: 70px;
	margin-left: -50px;
}
.commonTtlSub span{
	color: var(--base);
	font-size: var(--fsXXLarge);
	font-family: var(--aralet);
	line-height: 1.65em;
	padding: 20px 0 0 20px;
	text-align: center;
}
@media screen and (max-width: 768px){
	.commonTtlSub{
		margin: 0 auto 20px;
	}
	.commonTtlSub::before{
		background: url("../img/common/firstIco.webp") top left / 100% no-repeat;
		width: 32px;
		height: 50px;
		margin-left: -32px;
	}
	.commonTtlSub span{
		padding: 8px 0 0 12px;
		display: inline-block;
	}
}
@media screen and (max-width: 450px){
	.commonTtlSub{
		max-width: calc( 100% - 30px);
		margin: 0 auto 20px;
	}
	.commonTtlSub span{
		font-size: 1.35rem;
		line-height: 1.5em;
	}
	.commonTtlSub::before{
		width: 28px;
		margin-left: -28px;
	}
}
@media screen and (max-width: 375px){
	.commonTtlSub span{
		font-size: 1.3rem;
	}
	.commonTtlSub::before{
		width: 25px;
		margin-left: -25px;
	}
}
@media screen and (max-width: 350px){
	.commonTtlSub span{
		font-size: 1.25rem;
	}
}

/* commonTtlLiner */

.commonTtlLiner{
	width: 100%;
	font-size: var(--fsLarge);
	letter-spacing: 0.1875em;
	font-weight: 500;
	padding: 20px 0;
	margin-bottom: 8px;
	background: var(--liner);
	color: #fff;
	text-align: center;
}
.commonTtlLiner span{
	font-size: var(--fsBase);
	font-weight: 400;
	letter-spacing: 0.1em;
	padding-left: 5px;
}
@media screen and (max-width: 768px){
	.commonTtlLiner{
		padding: 15px 0;
		margin-bottom: 3px;
	}
	.commonTtlLiner span{
		padding-left: 2px;
	}
}
@media screen and (max-width: 450px){
	.commonTtlLiner{
		padding: 12px 0;
	}
}
@media screen and (max-width: 375px){
	.commonTtlLiner{
		padding: 10px 0;
	}
}


/* btnLarge */

.btnLarge{
	border: solid 2px var(--base);
	border-radius: 50px;
	margin: 0 auto;
	width: 350px;
	padding: 12px;
	position: relative;
	text-align: center;
	background: #fff;
}
.btnLarge:hover{
	background: var(--base);
	transition: 0.8s;
}
.btnLarge a{
	text-decoration: none;
	font-size: var(--fsMiddle);
	letter-spacing: 0.25em;
	font-weight: 600;
	display: block;
}
.btnLarge:hover a{
	color: #fff;
}
.btnLarge a span::after{
	content: "";
	background-color: var(--base);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: calc(50% - 11px);
	right: 16px;
	z-index: 1;
}
.btnLarge a::before,
.btnLarge a::after{
	content: "";
	width: 10px;
	height: 3px;
	display: inline-block;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	right: 21px;
	z-index: 2;
}
.btnLarge a::before{
	top: calc(50% - 4px);
	transform: rotate(45deg);
}
.btnLarge a::after{
	bottom: calc(50% - 4px);
	transform: rotate(-45deg);
}
@media screen and (max-width: 768px){
	.btnLarge{
		width: 280px;
		padding: 8px;
	}
	.btnLarge a span::after{
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
		right: 14px;
		z-index: 1;
	}
	.btnLarge a::before,
	.btnLarge a::after{
		width: 9px;
		height: 3px;
		right: 19px;
	}
	.btnLarge a::before{
		top: calc(50% - 4px);
		transform: rotate(45deg);
	}
	.btnLarge a::after{
		bottom: calc(50% - 4px);
		transform: rotate(-45deg);
	}
}
@media screen and (max-width: 375px){
	.btnLarge{
		width: 250px;
		padding: 8px;
	}
}


/* btnSmall */

.btnSmall{
	position: absolute;
	bottom: 25px;
	right: 30px;
	display: flex;
	align-items: center;
	display: block;
}
.btnSmall a{
	text-decoration: none;
	color: #232424;
	font-family: var(--marugo);
	font-weight: 700;
	line-height: 1.125rem;
}
.btnSmall a:hover{
	color: var(--base);
}
.btnSmall span{
	padding-left: 33px;
}
.btnSmall span::before{
	content: "";
	display: inline-block;
	background-color: var(--base);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	left: 4px;
	bottom: 2px;
}
.btnSmall span::after{
	content: "";
	display: inline-block;
	--s: 3px;
	height: 12px;
	aspect-ratio: 5/7;
	clip-path: polygon(0 0,var(--s) 0,100% 50%,var(--s) 100%,0 100%,calc(100% - var(--s)) 50%);
	background: #fff;
	position: absolute;
	left: 10px;
	bottom: 6px;
}
@media screen and (max-width: 768px){
	.btnSmall{
		bottom: 20px;
	}
	.btnSmall span{
		padding-left: 28px;
	}
	.btnSmall span::before{
		width: 19px;
		height: 19px;
		left: 0;
		bottom: 4px;
	}
	.btnSmall span::after{
		--s: 2px;
		height: 10px;
		aspect-ratio: 5/8;
		left: 7px;
		bottom: 8px;
	}
}


/* downloadBtn */

.downloadBtnWrap{
	text-align: center;
}
.downloadBtn,
.downloadBtnOff{
	width: 315px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 15px 0;
	border-radius: 50px;
	letter-spacing: 0.125em;
	font-size: var(--fsMiddle);
	color: #fff;
	position: relative;
	transition: 0.8s;
	margin: 30px auto 10px;
}
.downloadBtn:hover{
	opacity: 0.7;
	color: #fff;
}
.downloadBtn:visited{
	color: #fff;
}
.downloadBtn span,
.downloadBtnOff span{
	margin-left: 40px;
	line-height: 1.5rem;
	display: block;
}
.downloadBtn span:last-of-type,
.downloadBtnOff span:last-of-type{
	font-size: var(--fsSmall);	
}
.downloadBtn span::before,
.downloadBtnOff span::before{
	content: "";
	position: absolute;
	background: url("../img/admission/icoDL.webp") top left / 100% no-repeat;
	width: 30px;
	height: 30px;
	top: 30%;
	left: 35px;
	display: inline-block;
	z-index: 2;
}
.downloadBtn{
	background: var(--liner);
}
.downloadBtnOff{
	background: #acacac;
}
@media screen and (max-width: 768px){
	.downloadBtn,
	.downloadBtnOff{
		width: 280px;
		font-size: 1.25em;
		margin: 20px auto 0;
	}
	.downloadBtn span,
	.downloadBtnOff span{
		margin-left: 35px;
	}
	.downloadBtn span::before,
	.downloadBtnOff span::before{
		width: 25px;
		height: 25px;
		top: 30%;
	}
}
@media screen and (max-width: 450px){
	.downloadBtn,
	.downloadBtnOff{
		width: 270px;
		padding: 13px 0;
	}
	.downloadBtn span,
	.downloadBtnOff span{
		line-height: 1.325rem;
	}
}
@media screen and (max-width: 365px){
	.downloadBtn,
	.downloadBtnOff{
		width: 260px;
	}
}


/* photoList */

.photoList{
	margin: 0 auto;
	width: 100%;
	max-width: 2000px;
}
.photoList ul{
	padding-top: 10px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}
.photoList ul li{
	width: 100%;
}
.photoList ul li img{
	width: 100%;
}
@media screen and (max-width: 768px){
	.photoList ul{
		gap: 5px;
	}
}


/* Scroll */

.scroll-up{
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.scroll-poyo{
    opacity: 0;
    transform: scale(1.0, 1.0) translate(0, 0);
    transition: opacity 1s ease;
}
.scroll-poyo.is-show{
    animation: poyo 1s forwards;
    opacity: 1;
}
@keyframes poyo{
    0% { transform: scale(1.0, 1.0) translate(0, 0); }
    15% { transform: scale(0.98, 0.9) translate(0, 5px); }
    30% { transform: scale(1.02, 1.0) translate(0, 8px); }
    50% { transform: scale(0.98, 1.05) translate(0, -8px); }
    70% { transform: scale(1.0, 0.9) translate(0, 5px); }
    100% { transform: scale(1.0, 1.0) translate(0, 0); }
}