/* css document */
/* UTF-8 */
/* ----- reset ------ */
*{
    font-family: 'Noto Sans JP', sans-serif;;
    margin: 0;
    padding: 0;
    list-style: none;
	box-sizing: border-box;
}
html{overflow-x:hidden;}
body{
    position: relative;
    /* background: rgb(15,143,151); */
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.75;
    z-index: 1;
	box-sizing: border-box;
	overflow-x: hidden;
}
.body-innercolor{
    position: fixed;
    top: 0;
    left: 0;
    /* background: linear-gradient(180deg, rgba(15,143,151,1) 0%, rgba(4,91,103,1) 100%); */
    width: 100%;
    height: 100vh;
    z-index:2;
}
img{
    width: 100%;
    max-width: 100%;
}
a{text-decoration: none;}

.pctab{display: block!important;}
.sp{display: none!important;}

.pm-w{display:none;}

.imgshadow {filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.8));}

/* 
.instabox {
  	margin-top: 5px;
  	height:auto;
  	max-width: 350px;
  	overflow: hidden;
  	display: flex;
  	justify-content: center;
}
@media screen and (max-width: 768px) {
	.instagram-media {
    	margin: 0 -1px !important;
    	min-width: 100% !important;
    	border-right: none !important;
    	border-left: none !important;
  	}
} 
*/
.fukidasi {
    position: absolute;
    right: -17px;
    top: -20px;
    z-index: 222;
    transform: rotate(22deg);
    width: 119px;
}
.fukidasi_sp {
    position: absolute;
    top: -77%;
    right: -16%;
    width: min(14.5vw, 60px);
    transform: rotate(16deg);
}
.fukidasi_l {
    position: absolute;
    right: 0;
    top: 18px;
    width: 163px;
    transform: rotate(11deg);
}
@media(max-width:759px){
	.fukidasi_l {
		top: -2px;
		width: 146px;
	}
}
@media(max-width:599px){
	.fukidasi_l {
        top: 2%;
        right: 6%;
        width: 27vw;
    }
}
/* ===== youtube ===== */
.youtubeblk{max-width:525px;}
.youtubeblk_inner{
	position: relative;
	padding-bottom:56.25%;
	width:100%;
	margin: 45px 0;
	height: 0;
	overflow: hidden;
}
.youtubeblk_inner iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
/* ===== countdown ======= */
#countdown {
  	width: 242px;
  	position:fixed;
  	right:20px;
  	bottom: 0;
  	z-index: 100;
}
p.countdown-item {
  	position: absolute;
  	left: 50%;
  	top: 38%;
  	color: #ffffff;
  	transform: translateX(-50%);
  	font-size:17px;
}
#countTimer--wrap{
	display: flex;
  	align-items: flex-end;
  	justify-content: center;
}
#countTimer{
  	color: #ffffff;
  	font-size:86px;
  	position: absolute;
  	left: 50%;
  	top: 37%;
  	transform: translateX(-50%);
  	font-weight: bold;
  	display: flex;
  	align-items:baseline;
  	justify-content: center;
  	flex-wrap: nowrap;
}
div#countTimer span{
  	font-size: 28px;
  	font-weight: normal;
  	color: #ffffff;
  	display: inline-block;
}

/* ========= header ========= */
header{
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0 12px;
    box-shadow: #0000006E 0px 0px 12px;
    z-index:999;
}
.header__logo {
    width: 32vw;
    max-width: 538px;
    margin: 0 auto;
}
/* =========== footer ========= */
#page_top {
    display: inline-block;
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 100px;
    border-radius: 170px 170px 0 0;
    background: #ffffff;
    z-index: -1;
    text-align: center;
    cursor: pointer;
}
#page_top::before{
    content: "";
    width: 1px;
    height:10px;
    background:#272D48;
    position: absolute;
    top: 9px;
    left: 48%;
    transform:rotate(-135deg) translateX(-50%);
}
#page_top::after{
    content: "";
    width: 1px;
    height:30px;
    background:#272D48;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
#page_top a{
    color:#272D48;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    transition: all .3s;
}
#page_top:hover a{color:#DD555F;}
footer{
    position: relative;
    z-index: 10;
    background: #ffffff;
    padding: 40px 0 15px;
}
.copyright{text-align: center;}
ul.footer_sns{
    text-align: center;
    width: 90%;
	margin: 0 auto 30px;
}
.footer_sns li{
    display: inline-block;
    margin: 8px 5px;
}
.foot_sns_btn a{
    display: inline-block;
    font-size: 13px;
    text-align: center;
    width: 185px;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 10px;
    color: #000000;
}
.footer_sns li:first-of-type .foot_sns_btn a{
    padding: 8px 10px;
}
.foot_sns_btn span{
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    margin: 0 5px;
    line-height: 1.4;
}
.btn_twitter {
    background: #000000;
    border-radius: 7px;
    padding: 5px 10px 5px 10px;
    font-size: 24px;
    color: #FFF;
    height: 43px;
    box-sizing: border-box;
}
.btn_twitter .x-logo {
    width: 23px;
    display: block;
}
.btn_youtube{
    color: #FF0000;
    font-size: 44px;
}
.btn-insta{padding-top:3px;}

/* ======== main ========= */
.contents{
  	max-width: 1100px;
  	margin: 0 auto;
}
main{
  	position: relative;
  	z-index: 6;
}
#MV{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
    overflow: hidden;
}
#MV > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 25%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
}
.mv-seminar {
    max-width: 770px;
    width: 48vw;
    padding-top: 7.5vw;
    padding-bottom: 8.5vw;
	z-index: 4;
}
.mv-seminar h2{
    width: 95%;
    margin: 0 auto 36px;
}
/* ====== cloud swiper ======= */
.swiper-cloud03,
.swiper-cloud02,
.swiper-cloud01{
    width: 100%;
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: 0;
}
.swiper-cloud01 {bottom: -11vw;}
.swiper-cloud02 {bottom: -17.45vw;}
.swiper-cloud03 {bottom: -24.45vw;}
.swiper-cloud03-wrapper,
.swiper-cloud02-wrapper,
.swiper-cloud01-wrapper{
    transition-timing-function: linear;
}
.swiper-cloud03{z-index: -6!important;}
.swiper-cloud02{z-index: -4!important;}
.swiper-cloud01{z-index: -1!important;}
.swiper-slide img {
    height: auto;
    width: 100%;
	overflow: hidden;
	position: relative;
}
/* ====== star ========= */
.lp-contents-wrapper{
  	position: relative;
  	z-index: 4;
}
#star{position:fixed;}
#star img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/*#star.st01 {
    width: 1.91vw;
    max-width: 42px;
    top: 21%;
    left: 13%;
    transform: rotate(-25deg);
    animation: st01anim 2.35s infinite cubic-bezier(0.66, 0.01, 0.26, 0.99);
    z-index: -6;
}
@keyframes st01anim{
  	0% {
    	transform:rotate(-25deg);
  	}
  	50% {
    	transform:rotate(25deg);
  	}
  	100% {
    	transform:rotate(-25deg);
  	}
}
#star.st02 {
    width: 1.47vw;
    max-width: 33px;
    left: 6%;
    top: 65%;
    transform: rotate(65deg);
    animation: st02anim 2.25s infinite ease-in-out;
    animation-delay: 800ms;
    z-index: -3;
}
@keyframes st02anim{
	0% {
	  transform:rotate(65deg);
	}
	50% {
	  transform:rotate(-10deg);
	}
	100% {
	  transform:rotate(65deg);
	}
}
#star.st03 {
    width:2.3vw;
    max-width: 45px;
    left: 20%;
    top: 73.5%;
    transform: rotate(35deg);
    animation: st03anim 2.78s infinite cubic-bezier(0.57, 0.01, 0.43, 0.99);
    z-index: 2;
}
@keyframes st03anim{
	0% {
	  transform:rotate(35deg);
	}
	50% {
	  transform:rotate(-35deg);
	}
	100% {
	  transform:rotate(35deg);
	}
}
#star.st04 {
    right: 12%;
    top: 12%;
    z-index: 3;
    width: 3.145vw;
    max-width: 65px;
    transform: scale(-1, 1) rotate(-20deg);
    animation: st04anim 4s infinite cubic-bezier(0.57, 0.01, 0.43, 0.99);
}
@keyframes st04anim{
	0% {
	  transform:scale(-1, 1) rotate(-20deg);
	}
	50% {
	  transform:scale(-1, 1) rotate(20deg);
	}
	100% {
	  transform:scale(-1, 1) rotate(-20deg);
	}
}
#star.st05 {
    max-width: 46px;
    width: 2.05vw;
    right: 23%;
    top: 65.5%;
    z-index: -2;
	transform: rotate(18deg);
	animation: st05anim 2s infinite cubic-bezier(0.57, 0.01, 0.23, 0.99);
}
@keyframes st05anim{
	0% {
	  transform:rotate(18deg);
	}
	50% {
	  transform:rotate(-18deg);
	}
	100% {
	  transform:rotate(18deg);
	}
}
#star.st06 {
    width: 1.56vw;
    max-width: 36px;
    right: 8%;
    top: 64%;
    z-index: -6;
	transform: rotate(34deg);
	animation: st06anim 1.75s infinite cubic-bezier(0.89, 0, 0.47, 1);
}
@keyframes st06anim{
	0% {
	  transform:rotate(34deg);
	}
	50% {
	  transform:rotate(-34deg);
	}
	100% {
	  transform:rotate(34deg);
	}
}*/

/* star01 */
#star.st01 {
    width: 1.91vw;
    max-width: 42px;
    top: 21%;
    left: 13%;
    animation: st01anim 0.8s infinite alternate ease-in-out;
    z-index: -6;
}
@keyframes st01anim {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.3);
    }
}

/* star02 */
#star.st02 {
    width: 1.47vw;
    max-width: 33px;
    left: 6%;
    top: 65%;
    animation: st02anim 1s infinite alternate ease-in-out;
    animation-delay: 0.4s;
    z-index: -3;
}
@keyframes st02anim {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.25);
    }
}

/* star03 */
#star.st03 {
    width: 2.3vw;
    max-width: 45px;
    left: 20%;
    top: 64.5%;
    animation: st03anim 1.2s infinite alternate ease-in-out;
    z-index: 2;
}
@keyframes st03anim {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.3);
    }
}

/* star04 */
#star.st04 {
    right: 12%;
    top: 12%;
    z-index: 3;
    width: 3.145vw;
    max-width: 65px;
    animation: st04anim 1.3s infinite alternate ease-in-out;
}
@keyframes st04anim {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.35);
    }
}

/* star05 */
#star.st05 {
    max-width: 46px;
    width: 2.05vw;
    right: 23%;
    top: 65.5%;
    z-index: -2;
    animation: st05anim 1.1s infinite alternate ease-in-out;
}
@keyframes st05anim {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.3);
    }
}

/* star06 */
#star.st06 {
    width: 1.56vw;
    max-width: 36px;
    right: 8%;
    top: 64%;
    z-index: -6;
    animation: st06anim 0.8s infinite alternate ease-in-out;
}
@keyframes st06anim {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}


#info{
    margin-top: -10px;
    background:#272D48;
    width: 100%;
    padding: 23px 0;
    position: relative;
    z-index: 5;
}
.info-inner {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}
.info-item{
    color: #ffffff;
    font-size: 25px;
}
.info-list{
    border-left: 1px solid #ffffff;
    padding-left: 70px;
    margin-left: 50px;
}
.info-list li{
    display: flex;
    align-items: center;
    margin: 19px 0;
}
.info-list li p.info--date{
    color:#FFCB51;
    margin-right: 32px;
    font-weight:500;
}
.info-list li p.info--title{
    color: #ffffff;
    font-size: 18px;
    font-weight:500;
}
.info-list li p.info--title a{
    color: #ffffff;
    font-size: 18px;
    font-weight:500;
    text-decoration: underline;
}
.info-list li p.info--title a:hover{text-decoration: none;}
#pagemenu {
    background: #ffffff;
    padding: 8px 0;
}
#pagemenu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
#pagemenu ul li{
	position: relative;
	width: 25%;
}
#pagemenu ul li:first-of-type::before{
	content: "";
	width: 2px;
	height: 100%;
	background:#d5d5d5;
	position: absolute;
	top: 0;
	left: 0;
}
#pagemenu ul li::after{
	content: "";
	width: 2px;
	height: 100%;
	background: #d5d5d5;
	position: absolute;
	top: 0;
	right: 0;
}
#pagemenu ul li a{
    display:block;
    align-items: center;
    position: relative;
    padding:13px 20px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    box-sizing: border-box;
    transition: all .3s;
    text-align: center;
}
#pagemenu ul li a p span{transition: all .3s;}
#pagemenu ul li a:hover,
#pagemenu ul li a:hover p span{
    color:#76B7B7!important;
}
#pagemenu ul li a span.arrow__btn{
    display:block;
    background:#272D48;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    position: relative;
    margin:4px auto 0;
}
#pagemenu ul li a span.arrow__btn::after{
    content:"";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) rotate(135deg);
}
.contents__item{margin: 0 auto;}
#ttlec{padding-top: 105px;}
.contents__item.ttlec {max-width:555px;}
.about__teacher{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto 0;
}
.about__teacher .pic{width:426px;}
.about__teacher .pic img{width: 100%;}
.about__teacher_text {
    width: 674px;
    padding-top: 28px;
}
.about__teacher_text > p{
    color: #ffffff;
    font-weight: 300;
}
.namebox{
    margin-bottom: 10px;
    color: #FFCB51!important;
}
.namebox p:first-of-type{font-size: 20px;}
.name span{font-weight: bold;}
.name span:nth-of-type(1){
    font-size: 35px;
    letter-spacing: 0.01em;
    line-height: 1;
    display: inline-block;
    padding-right: 7px;
    position: relative;
}
.name span:nth-of-type(2){font-size: 24px;}
.leaflet {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 66px;
}
.leaflet .leafletbox{margin-right: 17px;}
.site-attention {
  	text-align: center;
  	font-size: 14px;
  	padding-top: 8px;
}
.site-attention a{
  	color: #B4282C;
  	text-decoration: underline;
}
.site-attention a:hover{text-decoration: none;}
.contents__item.about {
  	max-width: 598px;
  	margin:0px auto 30px;
  	padding-top: 93px;
}
.about-text {
  	max-width: 1013px;
  	margin: 59px auto 0;
  	text-align: center;
  	background:rgba(255,255,255,0.7);
  	box-sizing: border-box;
  	padding: 63px 50px 62px 50px;
  	border-radius: 25px;
  	line-height:2;
  	font-weight: bold;
  	position: relative;
}
.about-text .shinkun {
    width: 210px;
    position: absolute;
    right: -53px;
    bottom: -49px;
    z-index: 3;
}
.rekidai--koushi {
    max-width: 263px;
    border-radius: 28px;
    text-align: center;
    background: #272D48;
    color: #ffffff;
    font-size: 24px;
    margin: 121px auto 0;
    padding: 7px 0 8px;
}
.rekidai--kouza--flex{
  	display: flex;
  	justify-content: space-between;
  	margin-top: 60px;
}
.rekidai--kouza--box {
  	width: 23%;
}
.rekidai--kouza--box a{
  	color: #ffffff;
  	transition: all .3s;
}
.rekidai-pic {
  	width: 200px;
  	height: 200px;
  	margin: 0 auto 15px;
}
.rekidai-teacher {
  	text-align: center;
  	margin-bottom: 20px;
  	transition: all .3s;
}
.theme{transition: all .3s;}
.rekidai--kouza--box a:hover .rekidai-teacher,
.rekidai--kouza--box a:hover .theme{
  	text-shadow:1px 1px 15px #93CBCE;
}
.rekidai-teacher p:nth-of-type(2){
  	font-weight: bold;
  	font-size:18px;
}
.past {
  	text-align: center;
  	margin-top: 75px;
}
.past a{
  	color:#FFCB51;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 2px dashed #FFCB51;
    padding-bottom: 8px;
    display: inline-block;
    font-size:20px;
    transition: all .3s;
}
.past a:hover{text-shadow:1px 1px 2px #f57362;}
.past a span.arrow__btn.right{
  	display: inline-block;
    background:transparent;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: relative;
    margin-left: 5px;
    margin-bottom: -7px;
    border: 1px solid #FFCB51;
    margin-left: 7px;
    transition: all .3s;
}
.past a span.arrow__btn.right::after{
  	content:"";
  	display: inline-block;
  	vertical-align: middle;
  	line-height: 1;
  	width:10px;
  	height:10px;
  	border: 2px solid #FFCB51;
  	border-left: 0;
  	border-bottom: 0;
  	box-sizing: border-box;
  	position: absolute;
  	top: 50%;
  	left: 44%;
  	transform:translate(-50%,-50%) rotate(45deg);
  	transition: all .3s;
}
#bgfff_border {
  	position: relative;
  	z-index: 5;
	margin-bottom: -1px;
}
#participation {
	position: relative;
	z-index: 3;
	background: #ffffff;
	padding-top: 5px;
  	padding-bottom: 150px;
}
.contents__item.participation {max-width:550px;}
.goannai {margin: 70px auto 0px;}
#participation-live.goannai{
  	margin-top: 0px;
  	padding-top: 120px;
}
.goannai h4{
  	/* color: #0D7B81; */
  	padding-bottom: 15px;
  	border-bottom: 2px solid #0D7B81;
  	font-size:28px;
	padding-left: 1.75em;
	text-indent: -1.75em;
}
.goannai h4 span {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #0D7B81;
    vertical-align: middle;
    margin-right: 14px;
    margin-bottom: 6px;
    margin-left: 5px;
}
.goannai h4 small{
  	color: #000000;
  	font-size:16px;
  	padding-left: 15px;
}
.participation-attention,
.toujitu-attention {
  	margin: 40px auto;
  	max-width: 94%;
}
.participation-attention div {
  	display: flex;
  	align-items: flex-start;
  	line-height: 1.5;
  	margin-bottom: 20px;
}
.participation-attention div .pa-no{
  	font-weight: 500;
  	padding-right: 10px;
}
ul.annai_list {
  	max-width: 875px;
  	margin: 70px auto 0;
}
ul.annai_list li{
  	font-weight: bold;
  	padding: 15px 0;
  	border-top:#AEADAD 1px solid;
  	display: flex;
  	align-items:center;
}
ul.annai_list li:last-of-type{border-bottom: #AEADAD 1px solid;}
.annai-item{margin-right: 20px;}
.annai.flex span{
  	font-weight: normal;
  	font-size: 14px;
  	padding: 0 20px;
}
.annai.flex a{
  	color:#8BBFC2;
  	border: 1px solid #8BBFC2;
  	font-weight: normal;
  	font-size: 14px;
  	padding: 3px 30px 3px 15px;
  	font-weight: normal;
  	position: relative;
  	border-radius: 30px;
  	transition: all .3s;
  	display: inline-block;
}
.annai.flex a::after{
  	content: "";
  	display: inline-block;
  	vertical-align: middle;
  	line-height: 1;
  	width: 8px;
  	height: 8px;
  	border: 1px solid #8BBFC2;
  	border-left: 0;
  	border-bottom: 0;
  	box-sizing: border-box;
  	position: absolute;
  	top: 53%;
  	right: 9px;
  	transform: translate(-50%,-50%) rotate(45deg);
  	transition: all .3s;
}
.annai.flex a:hover{
  	color: #FFFFFF;
  	background: #8BBFC2;
}
.annai.flex a:hover::after{border-color: #FFFFFF;}
.sqbtn--wrap {
    max-width: 929px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 77px auto 0;
    margin: 30px auto 0;
}
.sqbtn--wrap.twobtn{
	justify-content: space-between;
	align-items: unset;
}
.sqbtn--wrap.twobtn .sqbtn{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sqbtn > a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFCB51;
	width: 400px;
	padding: 33px 0;
	border-radius: 14px;
	box-shadow:0px 5px 0px #00000069;
  	transition: all .25s ease;
}
.sqbtn > a img{
	width: 68%;
  	transition: all .2s ease;
}
.sqbtn > a img:nth-of-type(2){display: none;}
.sqbtn > a:hover{background: #272D48;}
.sqbtn > a:hover img:nth-of-type(1){display: none;}
.sqbtn > a:hover img:nth-of-type(2){display:block;}
.sqbtn > a.gray,
a.gray{background: #7E7E7E!important;}
.sqbtn > a.gray img:nth-of-type(1){display:none;}
.sqbtn > a.gray img:nth-of-type(2){display:block;}
.sqbtn > a.gray:hover img:nth-of-type(1){display:none;}
.sqbtn > a.gray:hover img:nth-of-type(2){display:block;}
.appl_before{
	font-size: 14px;
	color: #ffffff;
	text-align:center;
	margin-top: 27px;
}
.appl_before a{
	text-decoration: underline;
	color: #FFCB51;
}
.appl_before a:hover{text-decoration: none;}
.dline {
  	max-width: 574px;
  	background: #E9E9E9;
  	margin: 55px auto 20px;
  	text-align: center;
  	padding: 23px 20px;
  	box-sizing: border-box;
}
.dline p{
  	font-size:18px;
  	font-weight:600;
}
.dline .app_preopen {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 3px;
	line-height: 1.5;
}
.dline .date{
	font-size: 24px;
	color: #D10F0F;
	font-weight: 600;
	margin-top: 3px;
}
.dline span{
	font-size: 14px;
	font-weight: 500;
}
.dline.light{
	background: rgba(255,255,255,0.32);
	color: #FFFFFF;
	margin-top: 30px;
}
.dline.light .date{color: #FFCB51;}
.dline_bottom{
	text-align: center;
	/* margin-bottom: 175px; */
	font-size: 14px;
}
.dline_bottom.light{
	color: #ffffff;
	margin-bottom: 0px;
}
h3.contents__item.participation-live {
    max-width: 737px;
	margin-bottom:95px;
}
/* contact */
.contact{
	max-width: 94%;
	margin: 30px auto 0;
}
.contact a.tel{
	display: inline-block;
	width:272px;
	vertical-align:baseline;
}
a.form{
	color: #0D7B81;
	text-decoration: underline;
}
a.form:hover{text-decoration: none;}
.goannai .contact p{font-size: 14px;}
.goannai .contact > p:nth-of-type(1) > span{font-size: 16px;}
.goannai .contact > p:nth-of-type(2){
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 1px;
	font-weight: bold;
}
/* live */
#live{
    padding-top: 125px;
    padding-bottom: 96px;
    position: relative;
}
.live-attention{
  	text-align: center;
  	font-weight: bold;
  	font-size:20px;
  	margin-top: 45px;
  	margin-bottom: 28px;
  	color: #ffffff;
}
/* door */
.contents__item.live {max-width: 335px;}
#site-live{
  	background:#272D48;
  	position: relative;
	z-index: 3;
}
#site-live::after{
	content: "";
	width: 100%;
	height: 75%;
	background: url(img/bg-live.png) center no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.9;
}
#live{position: relative;}
.camera {
  	width: 177px;
  	position: absolute;
  	right:-3%;
  	top: -102px;
}
.live--door {
  	text-align: center;
  	max-width:553px;
  	margin:30px auto 0;
  	position: relative;
}
.live--door.open {
    max-width: 642px;
    margin: 40px auto 35px;
}
.live--door::after{
  	content:"";
  	width: 759px;
  	height: 759px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	z-index: 1;
  	background: url(img/doorbacklight.png) center no-repeat;
  	background-size: contain;
}
.live--door svg{
  	width: 100%;
  	position: relative;
  	z-index: 2;
}
.live--door svg:hover .close{
  	animation: kaiten 0.3s;
  	transform-origin:center 220px 0;
}
@keyframes kaiten {
	0% {transform:rotate(20deg);}
	20% {transform:rotate(0deg);}
	40% {transform:rotate(-10deg);}
	60% {transform:rotate(0deg);}
	80% {transform:rotate(8deg);}
	100% {transform:rotate(0deg);}
}
@keyframes face {
  	0% {transform:translate(0, 0);}
  	100% {transform:translate(50px, -50px);}
}
@keyframes face-out {
  	0% {transform:translate(50px, -50px);}
  	100% {transform:translate(0, 0);}
}
.kaisai {
    background: rgba(0,0,0,0.44);
    max-width: 583px;
    margin: 12px auto 0;
    position: relative;
	z-index: 4;
    text-align: center;
    padding: 69px 0;
}
.kaisai p{
  	font-size: 18px;
  	color: #ffffff;
}
.kaisaibi{
  	max-width:321px;
  	margin: 0 auto;
}
.kaisai .attention{
  	color: #FFCB51;
  	font-size:16px;
  	padding-top: 35px;
}
.kaisai .attention a{
  	color: #FFCB51;
  	text-decoration: underline;
}
.kaisai .attention a:hover{text-decoration: none;}
.toujitu_inner{
	max-width: 94%;
	margin: 40px auto 0;
}
.ta-img{
	margin: 20px auto;
}
.ta-img.receipt{
	max-width: 300px;
	overflow: hidden;
	border: 1px solid #dedfdd;
}
.attentionblk{
	margin-bottom: 30px;
}
.ta-item {
	font-weight: 600;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 8px;
}
.ta-img.guide {
	max-width: 650px;
}
.live--door a{
	display: block;
	z-index: 100;
	position: relative;
}
.live--door a img{
  	position: relative;
  	z-index: 3;
}
.live--door a img:nth-of-type(1){display: block;}
.live--door a img:nth-of-type(2){display: none;}
.live--door:hover a img:nth-of-type(1){display:none;}
.live--door:hover a img:nth-of-type(2){display:block;}

/* app */
#application {
	padding: 70px 0 155px;
	position:relative;
	z-index: 5;
}
.contents__item.app {max-width:566px;}
#application > p {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding: 33px 0;
}
/* report */
#report{padding-top: 100px;}
h3.contents__item.report {width: 480px;}
.reportwrap{
	max-width: 992px;
  	background: #ffffff;
  	border-radius: 27px;
  	position: relative;
  	margin: 30px auto 100px;
  	padding: 5px 0px;
  	box-sizing: border-box;
  	font-weight: bold;
}
.accordion-area{
    margin: 50px auto;
}
.accordion_inner {
    width: 90%;
    margin: 40px auto 45px;
    line-height: 1.7;
    font-weight: normal;
    font-size: 14px;
}
.infoitem{
    color: #0D7B81;
    font-size:27.2px;
    font-weight: bold;
    padding-bottom:25px;
    line-height: 1;
}
.infoitem-border {
    height: 1px;
    width: 150px;
    margin-bottom: 30px;
    /* background: #0D7B81; */
}
.writing {
    margin: 23px auto;
}
.infoimg-flex {
    display: flex;
    justify-content: space-between;
}
.infoimg-flex p{
    width: 49%;
}
/* ======================= media =========================== */
@media (min-width:1935px){
    .mv-seminar {max-width:855px;}
}

@media (max-width:1300px){
	.contents{max-width:85%;}
	.about-text {max-width: 85%;}
	/* countdown */
	#countdown {width: 200px;}
	p.countdown-item {font-size:13.6px;}
	#countTimer{font-size:71px;}
	div#countTimer span{font-size: 23px;}
}

@media (max-width:1078px){
	.header__logo {width: 450px;}
	/* countdown */
	#countdown {width:170px;}
	p.countdown-item {font-size:12px;}
	#countTimer{font-size:60px;}
	.infoimg-flex {flex-direction: column;}
	.infoimg-flex p{
	  	width:unset;
	  	max-width: 450px;
	  	margin: 7px 0;
	}
	.mv-seminar {
		width: 50vw;
		padding-top: 9.5vw;
	}
	#star.st01 {width: 2.91vw;}
	#star.st02 {width: 2.25vw;}
	#star.st03 {width: 3.3vw;}
	#star.st04 {width: 4.95vw;}
	#star.st05 {width: 3.05vw;}
	#star.st06 {width: 2.56vw;}
	.about-text .shinkun {
		width: 16.5vw;
		right: -5%;
		bottom: -18%;
	}
}

@media (max-width:951px) and (orientation: portrait){
	.mv-seminar h2 img.pctab,
	.ytlive-mvitem img.pctab{display:none!important;}
	.mv-seminar h2 img.sp,
	.ytlive-mvitem img.sp{display: block!important;}
	.mv-seminar {padding-top: 10.5vw;}
	.swiper-cloud03 {bottom: -17.45vw;}
	.swiper-cloud02 {bottom: -12.45vw;}
	.swiper-cloud01 {bottom: -8vw;}
}

@media (max-width:1024px){
	.sqbtn--wrap {max-width: 850px;}
}

@media(max-width:1000px){
  	.pm-w{display: block;}
  	#pagemenu ul li a {
		line-height: 1.25;
		padding: 11px 15px;
	}
	#pagemenu ul li:first-of-type::before{
		content: "";
		width: 2px;
		height:75px;
		background:#d5d5d5;
		position: absolute;
		top:50%;
		left: 0;
		transform: translateY(-50%);
	}
	#pagemenu ul li::after{
		content: "";
		width: 2px;
		height: 75px;
		background: #d5d5d5;
		position: absolute;
		top:50%;
		right: 0;
		transform: translateY(-50%);
	}
}

@media(max-width:950px){
  	.rekidai--kouza--flex {flex-wrap: wrap;}
	.rekidai--kouza--box {width: 47%;}
	.rekidai--kouza--box:nth-of-type(n+3){margin-top: 25px;}
	.sqbtn--wrap {flex-direction: column;}
	.sqbtn--wrap .sqbtn:nth-of-type(2){margin-top:50px;}
}
@media(max-width:900px){
	.contents{max-width: 90%;}
	.info-inner {padding:0px;}
	.info-list {
		padding-left: 50px;
		margin-left: 43px;
	}
}

@media(max-width:830px){
	#MV {height:93vh;}
	.mv-seminar {
		/* padding: unset; */
		width: 64vw;
	}
	ul.footer_sns {width: 75%;}
}

@media(max-width:800px){
	#info {padding: 25px 0 17px;}
	.info-item {
		margin: 0 auto;
		text-align: center;
	}
	.info-inner {display:block;}
	.info-list {
	  	border-left:none;
	  	padding-left: 0px;
	  	margin-left: 0px;
	}
	.annai-item {width: 15%;}
	.annai{width: 78%;}
}

@media(max-width:759px){
  	.pctab{display:none!important;}
  	.sp{display:block!important;}
  	body{
		font-size: 14px;
	}
	#info {border-bottom: 1px solid rgba(255,255,255,0.32);}
	#sp-menu {
		position: fixed;
	    width: 100%;
	    z-index: 100;
	    bottom: 0;
	}
	ul.sp-menu-list {
	  	height: 60px;
	  	display: flex;
	  	align-items: center;
	  	border-top: 4px solid #272D48;
	}
	ul.sp-menu-list li{
	  	width: 25%;
	  	height: 100%;
	}
	ul.sp-menu-list li a{
	  	width: 100%;
	  	height: 100%;
	  	box-sizing: border-box;
	  	padding: 7px 0;
	  	display: block;
	  	color: #000000;
	  	background: #ffffff;
	  	display: flex;
	  	flex-direction: column;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
	}
	ul.sp-menu-list li a p{line-height: 1;}
	ul.sp-menu-list li:nth-of-type(3) a{
	  	background:#FFCB51;
	  	color: #000000;
	}
	ul.sp-menu-list li:nth-of-type(4) a{
	  	background:#272D48;
	  	color: #ffffff;
	}
	.spm-i{
		display: block;
		margin: 0 auto;
	}
	.spm-i.k{width:38px;}
	.spm-i.t {
		width: 36px;
		margin-bottom: 1px;
	}
	.spm-i.s{width:20px;}
	.spm-i.l {width: 37px;}
	.spm-i img{width: 100%;}

	.header__logo {width: 236px;}
	main {padding-top: 65px;}
	#pagemenu {display: none;}
	#countdown {
	  	width: 100px;
	  	right: 0;
	  	bottom: 60px;
	}
	.countdown-item span{display: none;}
	p.countdown-item {
		top: 34%;
	}
	#countTimer{
	  	font-size: 40px;
	  	top: 37%;
	}
	div#countTimer span{font-size: 12px;}
	.info-inner {max-width: 95%;}
	.info-list li {display:block;}
	.mv-seminar {
		padding: unset;
		width: 92vw;
	}
	.mv-seminar h2 {
		width: 89%;
		margin: 0 auto 36px;
	}
	.ytlive-mvitem {
		width: 85%;
		margin: 0 auto;
	}
	#ttl{padding-top: 75px;}
	.about__teacher {margin: 10px auto 0;}
	.contents__item.ttlec {max-width: 415px;}
	.about__teacher .pic {
		width: 450px;
		margin-top: 20px;
		margin-right: 0px;
	}
	.namebox {
	  	text-align: center;
	  	margin: 20px auto;
	}
	.name span:nth-of-type(1)::before {
	  	top: 5px;
	  	left: 50%;
	  	transform: translateX(-50%);
	}
	.contents__item.about {
		max-width: 435px;
		padding-top: 70px;
	}
	.about-text {
	  	max-width: 90%;
	  	font-size: 13px;
	  	text-align: left;
	  	font-weight: bold;
	  	padding: 30px 20px 38px 20px;
	}
	.rekidai-teacher {margin-bottom: 6px;}
	.rekidai-teacher p:nth-of-type(1){font-size: 14px;}
	.rekidai--koushi {
	  	margin: 90px auto 40px;
	  	max-width: 230px;
	}
	.rekidai-pic {
	  	width:auto;
	  	height:auto;
	  	margin: 0 auto 15px;
	}
	.rekidai--kouza--flex {margin-top:50px;}
	.past a {font-size:19px;}
	.past a span.arrow__btn.right {
	  	width: 25px;
	  	height: 25px;
	}
	.contents__item.participation {max-width: 417px;}
	.participation-attention {font-size: 15px;}
	.goannai {margin: 40px auto 0px;}
	.goannai h4 span {
	  	width: 20px;
	  	height: 20px;
	  	margin-right: 10px;
	  	margin-bottom: 3px;
	}
	.goannai:nth-of-type(2){margin-top: 70px;}
	#participation-live.goannai{
	  	margin-top: 0px;
	  	padding-top: 70px;
	}
	.goannai h4 {font-size: 23px;}
	h3.contents__item.participation-live {
		max-width: 506px;
		margin-bottom:36px;
	}
	ul.annai_list {margin: -15px auto 0;}
	.annai-item {width: 110px;}
	.annai {font-size:16px;}
	.goannai h4 small {font-size: 12px;}
	.annai.flex span {
	  	display: block;
	  	padding:6px 0px;
	}
	#participation {
	  	padding-top:20px;
	  	padding-bottom:80px;
	}
	.camera {
		width: 125px;
		position: absolute;
		right: 6%;
		top: -75px;
	}
	.live-attention {
	  	text-align: center;
	  	font-weight: bold;
	  	font-size: 16px;
	  	margin-top: 12px;
	  	margin-bottom: -90px;
	  	color: #ffffff;
	}
	.live--door {
		text-align: center;
		max-width: 440px;
		height: auto;
		margin: 75px auto -45px;
		position: relative;
	}
	.live--door.open a {
		display: block;
		z-index: 100;
		position: relative;
		margin: 11vh 0px 7vh;
	}
	.kaisai{padding: 30px 25px;}
	.kaisaibi {
	  	width: 88%;
	  	margin: 0 auto;
	}
	.kaisai .attention {
	  	padding-top: 35px;
	  	font-size: 14px;
	}
	.contents__item.app {max-width: 425px;}
	.contact p:nth-of-type(1),
	.contact p:nth-of-type(2),
	.contact p:nth-of-type(3){
	  	text-align: center;
	}
	.contact a.tel {
	  	display: inline-block;
	  	width: 200px;
	  	vertical-align: baseline;
	}
	.dline_bottom{
		font-size: 12px;
		/* margin-bottom: 60px; */
	}
	#page_top {
	  	display: inline-block;
	  	position: absolute;
	  	top: -67px;
	  	left: 50%;
	  	transform: translateX(-50%);
	  	width: 126px;
	  	height: 70px;
	  	border-radius: 170px 170px 0 0;
	  	background: #ffffff;
	  	z-index: -1;
	  	text-align: center;
	  	cursor: pointer;
	}
	#page_top::after{
	  	content: "";
	  	width: 1px;
	  	height:25px;
	  	top: 4px;
	}
	#page_top a{
	  	color: #000000;
	  	position: absolute;
	  	bottom:6px;
	  	left: 50%;
	  	transform: translateX(-50%);
	  	font-weight: bold;
	  	transition: all .3s;
	  	font-size: 13px;
	}
	footer{padding-bottom:78px;}
	ul.footer_sns {
	    text-align: center;
	    margin-bottom: 0px;
	    flex-direction: column;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 90%;
	}
	.foot_sns_btn a {border:none;}
	ul.footer_sns li p a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	#live {
	  	padding-top: 65px;
	  	padding-bottom: 57px;
	}
	#application {padding: 57px 0 80px;}
	.live--door::after{
	  	content:"";
	  	width: 457px;
	  	height: 457px;
	  	position: absolute;
	  	top: 47%;
	  	left: 50%;
	  	transform: translate(-50%,-50%);
	  	z-index: 1;
	  	background: url(img/circle-grade.png) center no-repeat;
	  	background-size: contain;
	}
	#page_top::before{
	  	left: 47%;
	  	top: 2px;
	}
	.applspbtn-wrap {
		margin: 0 auto 48px;
	}
	a.applspbtn {
		display: flex;
		background: #FFCB51;
		padding: 20px;
	}
	a.applspbtn img{
		width: 75%;
		margin: 0 auto;
	}
	#toujitu {margin: 0 auto 70px;}
	.ta-img.receipt {max-width: 230px;}
	#report{padding-top: 70px;}
	h3.contents__item.report {width: 75vw;}
    .infoitem {
        font-size: 5vw;
        line-height: 1.35;
    }
    .infoimg-flex {
        flex-direction: column;
    }
    .infoimg-flex p{
        width:unset;
        max-width: 450px;
        margin: 7px 0;
    }
	#toujitu {
		margin: 0 auto 70px;
	}
	.ta-img.receipt {
		max-width: 230px;
	}
}

@media(max-width:599px){
	.header__logo {
		max-width:191px;
		width: 42vw;
	}
	#MV {height: 169vw;}
	#star.st01 {
		width: 6.25vw;
		top: 18%;
		left: 13%;
	}
	#star.st02 {
		width: 4.25vw;
		top: 70%;
		left: 10%;
	}
	#star.st03 {
		width: 7.45vw;
		left: 25%;
		top: 81%;
	}
	#star.st04 {
		width: 8.95vw;
		top: 10%;
		right: 8%;
	}
	#star.st05 {
		width: 4.35vw;
		top: 69%;
		right: 16%;
	}
	#star.st06 {
		width: 5.45vw;
		top: 61%;
		right: 5%;
	}
	.swiper-cloud03 {bottom: -45vw;}
	.swiper-cloud02 {bottom: -31vw;}
	.swiper-cloud01 {bottom: -20vw;}
	.mv-seminar h2 {
		width: 92%;
		margin-top: -21vw;
	}
	.ytlive-mvitem {
		width: 87%;
	}
	#info {
		padding: 17px 0 10px;
	}
	.info-list li{margin:10px auto 18px;}
	.info-list li p.info--date {
		font-size: 12px;
	}
	.info-list li p.info--title,
	.info-list li p.info--title a {
		font-size: 16px;
		line-height: 1.45;
	}
	#ttlec {padding-top: 60px;}
	.kaisai p {font-size: 16px;}
	.namebox p:first-of-type {
		font-size:18px;
		line-height: 1.55;
		margin-bottom: 5px;
	}
	.name span:nth-of-type(1) {
		font-size: 29px;
	}
	.name span:nth-of-type(2) {
		font-size: 18px;
	}
	.leaflet .leafletbox{
		width: 43%;
		margin-right: 6px;
		margin-top: 25px;
	}
	.leaflet .view{
		width: 54%;
	}
	.leaflet > div svg{
		width: 100%;
		height: auto;
	}
	.leaflet {margin-top:30px;}
	.contents__item.ttlec {max-width: 86vw;}
	.contents__item.about {max-width: 89vw;}
	.about-text {margin-top: 32px;}
	.about-text .shinkun {
		width: 125px;
		right: -2px;
		bottom: -85px;
	}
	.rekidai--koushi {
		margin: 110px auto 35px;
		max-width: 190px;
		font-size: 18px;
		padding: 5px 0 6px;
	}
	.rekidai--kouza--flex {margin-top: 32px;}
	.rekidai-teacher {margin-bottom: 2px;}
	.theme {font-size: 12px;}
	.past a {font-size: 16px;}
	.past {
		text-align: center;
		margin-top: 23px;
		margin-bottom: 70px;
	}
	.contents__item.participation {max-width: 87vw;}
	.goannai h4 {font-size: 18px;}
	.goannai h4 span {
		width: 18px;
		height: 18px;
		margin-right: 8px;
		margin-bottom: 2px;
	}
	.participation-attention {font-size: 12px;}
	.annai-item {
		width: 79px;
		margin-right: 15px;
	}
	.annai {font-size: 14px;}
	ul.annai_list li {padding: 10px 0;}
	.sqbtn--wrap {max-width: 100%;}
	.sqbtn > a {
		max-width: 300px;
		padding: 21px 0;
	}
	.dline {
		margin: 25px auto 20px;
		max-width: 293px;
	}
	/* .dline_bottom{margin-bottom: 35px;} */
	.dline p {font-size: 14px;}
	.dline .app_preopen{font-size: 11px;}
	.dline .date {font-size: 18px;}
	.dline span {font-size: 12px;}
	.goannai .contact p {font-size: 12px;}
	.goannai .contact > p:nth-of-type(1) > span {font-size: 14px;}
	.goannai .contact > p:nth-of-type(2) {
		font-size: 16px;
		margin-top: 3px;
		margin-bottom: 0px;
	}
	.goannai:nth-of-type(2) {margin-top: 39px;}
	h3.contents__item.participation-live {
		max-width: 88vw;
		margin-bottom: 36px;
	}
	.contents__item.live {max-width: 56vw;}
	.live--door {
		max-width: 288px;
		margin: 1px auto -103px;
	}
	.live--door.open{
		max-width: 92.5%;
	}
	.live--door.open a {
        margin: 123px 0 10px;
    }
	.kaisaibi {
		width: 77%;
		margin: 0 auto;
	}
	.kaisai .attention {
		padding-top: 15px;
		font-size: 12px;
	}
	.camera {
		width: 92px;
		top: -53px;
	}
	.contents__item.app {max-width: 85vw;}
	.appl_before {
		font-size: 12px;
		margin-top: 13px;
	}
	a.applspbtn {padding: 16px 20px;}
	#application > p {
		font-size: 12px;
		padding: 28px 0;
	}
  	/* footer */
  	footer{padding-top: 15px;}
  	ul.footer_sns {margin-bottom: 20px;}
  	.footer_sns li {
		display: block;
		margin: 2px 5px 0px;
	}
}

.pwa_only{display: none!important;}
@media (display-mode: standalone){
    .pwa_none{display: none!important;}
    .pwa_only{display: inline!important;}
    .pwa_back{
        position: absolute;
        font-size: 10px;
        z-index: 1000;
        top: 10px;
        left: 5px;
    }
    .pwa_back{
        color: #000;
        font-family: 'Noto Sans JP', sans-serif;
    }
}