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

body{
	font-family: YakuHanJP,'Noto Sans JP', sans-serif;
	font-size:17px;
	color:#000;
	font-weight: 400;
    line-height: 35px;
    text-align: justify;
    letter-spacing: 0.019em;
}

img{
object-fit: cover;
}

#wrapper {
    overflow: visible;
}

.yh-non{
	font-family: 'Noto Sans JP', sans-serif;
}

.inner{
	width:1100px;
	margin:0 auto;
}

.flexRow{
	display:flex;
	justify-content: space-between;
}

.sp,.tb,.sp_s{
	display:none;
}

.fadein {
    opacity: 0; 
     transition: all 1s ease; 
     transform: translate(0, 50px);
     transition-delay: 0s; 
}

.fadein.scrollin {
	transform: translate(0, 0px);
    opacity: 1;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.red{
	background:#D00B13;
}

.font_white{
	color:#fff;
}

.Zen{
	font-family: "Zen Antique", serif;
 	font-weight: 400;
	font-style: normal;
}

#top #scroll_icon{
	font-size:15px;
	transform: matrix(0, 1, -1, 0, 0, 0);
	font-family:"Oswald", serif;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	font-weight:300;
	position:fixed;
	bottom: 20%;
	right:17px;
	color: #B1B1B1;
	z-index: 2;
}


#top #scroll_icon p::before{
	content: "";
    border-bottom: 1px solid #B1B1B1;
    position: absolute;
    bottom: 16px;
    left: 48px;
    width: 167px;
    height: 1px;
    z-index: 10;
     animation-name: scroll;
  	animation-duration: 2.2s;
  	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  	animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(15px); opacity: 0;}
}


/*header*/
#top header{
	width:100vw;
	height:60px;
	position:sticky;
	top:0;
	left:0;
	justify-content: start;
	z-index: 100;
}

#top header .logo{
	width:60px;
	height:60px;
    display: block;
}

#top header nav{
	position:relative;
	width: calc(100vw - 60px);
}

#top header nav ul.textNav{
	margin-left:34px;
	font-size:10px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 13px;
	justify-content: center;
}

#top header nav ul.textNav li:first-child{
	margin-right:41px;
}

#top header nav ul.textNav li:nth-child(2){
	margin-right:40.5px;
	margin-left: 0px;
}

#top header nav ul.textNav li:nth-child(3){
	margin-right:46.5px;
	margin-left: 0px;
}

#top header nav ul.textNav li a{
	color:#fff;
}


#top header nav ul.textNav li.current{
	text-decoration: underline;
}


/*main*/
/*section contents1*/
section#contents1 {
	background:#F7EEE2;
    padding-bottom: 90px;
	width:100vw;
}

section#contents1 #parent_intro h1{
	font-size:96px;
	font-weight:800;
	letter-spacing: 4.8px;
	color: #FFFFFF;
	padding-top: 29px;
	padding-bottom: 50px;
    text-align: center;
}

_::-webkit-full-page-media, _:future, :root section#contents1 #parent_intro h1 {
	padding-top: 39px; 
}

section#contents1 #parent_intro h1 span{
	display:block;
	width:214px;
	height:35px;
	background:#CF8D41;
	border: 1px solid #000000;
	border-radius: 33px;
	color:#fff;
	text-align: center;
	letter-spacing: 1.5px;
	font-size:15px;
	font-weight:bold;
	margin:88px auto 0;
	position: relative;
    z-index: 0;
    line-height: 2.2;
}

section#contents1 #parent_intro h1 span::before,
section#contents1 #parent_intro h1 span::after{
	content:"";
	display:block;
	width:320px;
    height: 1px;
	background:#707070;
	position:absolute;
    top: 17px;
    left: -345px;
}

section#contents1 #parent_intro h1 span::after{
	left: auto;
    right: -345px;
}


section#contents1 #parent_intro .mv{
    transition-delay: 0.3s; 
	background:url(../img/mv_pc.png) no-repeat 30% center;
	width:100vw;
	height:592px;
	background-size: cover;
}

section#contents1 #parent_intro .mv .inner{
	width:900px;
	padding-left:40px;
	padding-top: 5px;
}

section#contents1 #parent_intro h2{
	letter-spacing: 2.48px;
	font-size:31px;
	margin-top: 50px;
	line-height:2;
}

section#contents1 #parent_intro h2 span{
	display:block;
	position:relative;
	z-index: 1;
}

section#contents1 #parent_intro h2 span::after{
	content:"";
	border-bottom:10px solid #F2E65B;
	width:388px;	
	display:block;	
	position:absolute;
    bottom: 12px;
    left:-2px ;
    z-index: -1;
}

section#contents1 #parent_intro h2 span:nth-child(3)::after{
	width:435px;
}


section#contents1 #parent_intro h2 span.redSpeech{
	letter-spacing: 1.05px;
	color: #FFFFFF;
	font-size:21px;
	transform: matrix(1, -0.05, 0.05, 1, 0, 0);
	display:block;
	margin-left:25px;
	margin-bottom: 72px;
}

section#contents1 #parent_intro h2 span.redSpeech::after{
	content:"";
	border-bottom:0px;
	width: 350px;
    height: 97px;	
	display:block;
	background:url(../img/redSB.svg) no-repeat center center;
	position:absolute;
    top: -16px;
    left:-25px ;
    z-index: -1;
    transform: matrix(1, 0.05, -0.05, 1, 0, 0);
}

section#contents1 #parent_intro div.profile{
    width: 312px;
    height: 157px;
	margin-top:50px;
	border-left:1px solid #CF8D41;	
	padding-left:19px;
	line-height: 1.2em;
}

section#contents1 #parent_intro div.profile p.orange{
	font-size:15px;
	letter-spacing: 0.75px;
	color: #D59138;
	line-height: 10px;
    padding-bottom: 6px;
}

section#contents1 #parent_intro div.profile p.data{
	letter-spacing: 1.04px;
	font-size:13px;
	margin-top:10px;
}

section#contents1 #parent_intro div.profile p.data span{
	letter-spacing: 0.88px;
	font-size:11px;
}

section#contents1 #parent_intro div.profile p.coment{
	letter-spacing: 0.8px;
	font-size:10px;
	margin-top:10px;
}

section#contents1 #accordion1{
	margin:90px auto 50px;
	 transition-delay: 0.4s; 
}


section#contents1 #accordion2{
	margin-bottom:50px;
	transition-delay: 0.4s; 
}

section#contents1 #accordion3{
	transition-delay: 0.4s; 
}

/*accordion*/

.toggle {
	display: none;
}
.Label{		
	display: block;
	width:900px;
    height: 88px;
	padding-top: 18px;
	background:#D59138;
	position:relative;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	font-size:21px;
	letter-spacing: 2.1px;	
	border-radius: 10px;
	z-index:1;
}

.Label p.more{
	display:block;	
	border-radius: 5px;	
	background:#fff;
	width: 157px;
	padding-right: 17px;
	height: 43px;
	padding-top: 8px;
	color:#D59138;
	text-align: center;
	font-size:14px;
	letter-spacing: 1.4px;
	position:absolute;
	top:26px;
	right:40px;
	font-weight: 400;
}

.Label p.more::before{	
	content:"";
	width: 9px;
	height: 9px;
	background:url(../img/arrow_orange.svg) no-repeat center center;
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(0deg);	
}

.Label,
.content {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.content.AccordionContents {		
	height: 0px;
	overflow: hidden;
}


.toggle:checked + .Label + .content.AccordionContents{	
	height: auto;
	transition: all .3s;
}

.toggle:checked + .Label p.more{
	border: 1px solid #FFFFFF;
	background:#D59138;
	color:#fff;
}

.toggle:checked + .Label p.more::before {
	transform: rotate(90deg) !important;
	background:url(../img/whitearrow.svg) no-repeat center center;
}

/*accordion-end*/

section#contents1 .Label h3{
	display:block;
	border-left:1px solid #fff;
	width:auto;
	height:auto;
	margin-left:40px;
	padding-left:19px;
	text-align: left;
}

.AccordionContents{
	width:900px;
	border-radius: 10px;
	background: #FFFFFF;
	position:relative;
	color: #000;
	margin: 0 auto;
}

.AccordionContents div.inner{
	width:821px;
	margin:38px auto 35px;
}

#accordion3 .AccordionContents div.inner{
	margin-bottom:111px;
}

.AccordionContents div p.comment{
	letter-spacing: 1.6px;
	font-size:15px;
	display:block;
	width:440px;
	margin-bottom:2em;
	line-height: 2.1;
}

.AccordionContents .graph{
	width:332px;
	margin-top: 9px;
}
	
.AccordionContents .graph img{
	width:321px;
}

#accordion2 .AccordionContents .graph img{
	width:322px;
}

#accordion3 .AccordionContents .graph img{
	width:309px;
}

.AccordionContents p.small{
	letter-spacing: 0.8px;
	font-size:10px;
	line-height: 2.1;
    margin-top: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

#accordion2 .AccordionContents p.small{
	font-size:11px;
	letter-spacing: 1.2px;
	margin-top: 22px;
}

.AccordionContents .BGyellow{
	margin:32px auto 0px;
	border-radius: 10px;
	background: #FFFCDB;
    width: 312px;
    height: 125px;
	padding-top:16px;
	padding-left:20px;
	line-height: 1.7;
}

#accordion2 .AccordionContents .BGyellow{
	width: 820px;
	height: 428px;
	margin:52px auto 38px;	
	padding: 0;
    text-align: center;
}

.AccordionContents .BGyellow p.title{
	letter-spacing: 0.96px;
	color: #D59138;
	font-weight:bold;
	margin-bottom:11px;
	font-size:12px;
}

.AccordionContents .BGyellow p.text{
	letter-spacing: 0.88px;
	display:block;
	width:292px;
	font-size:11px;
}

#accordion2 .AccordionContents .BGyellow img{
	width:749px;
	margin:27px auto 0;	
}



.AccordionContents img.illust{
	position:absolute;
	width:234px;
	left:138px;
	bottom:53px;
}

#accordion2 .AccordionContents img.illust{
	width:283px;
	left:auto;
	right:61px;
	bottom:574px;
}

#accordion3 .AccordionContents img.illust{
	width:416px;
	left:60px;
	right:auto;
	bottom:0px;
}

/*section contents2*/
section#contents2{
	background:#EFDB99;
	padding-top: 1px;
} 


section#contents2 #message{
	width:820px;
	margin:86px auto 50px;
}

section#contents2 #message div div.messageTitleBox .TitleLine{
	width:557px;
}

#contents2 #message div div.messageTitleBox .TitleLine p{
	display:block;
	position:relative;	
	letter-spacing: 2.1px;
	font-size:21px;
}

#contents2 #message div div.messageTitleBox .TitleLine p::after{
	content:"";
	display:block;
	width:422px;
    height: 1px;
	background:#000000;
	position:absolute;
	top: 18px;
    right: -1px;
}

#contents2 #message div div.messageTitleBox h2 img{
	width:455px;
	height:110px;
	margin-top: 30px;
}

#contents2 #message div img.face{
	width:195px;
	height:195px;
}

#contents2 #message p.coment{
	letter-spacing: 1.6px;
	font-size:15px;
	margin-top: 23px;
}

#accordion4{
	margin-bottom: 50px;
}

/*accordion2*/

.Label.c2{		
	width:820px;
	background:#fff;
}

.Label.c2 p.more{
	background:#D00B13;
	color:#fff;
}

.Label.c2 p.more::before{	
	background:url(../img/whitearrow.svg) no-repeat center center;
}

.toggle:checked + .Label.c2 p.more{
	border: 1px solid #D00B13;
	background:#fff;
	color:#D00B13;
}

.toggle:checked + .Label.c2 p.more::before {
	transform: rotate(0deg) !important;
	background:url(../img/arrow_red.svg) no-repeat center center;
}

/*accordion2-end*/
section#contents2 .Label div.flexRow{
    justify-content: flex-start;
}

#contents2 div label p.point{
	color:#D00C12;
	letter-spacing: 0.8px;
	font-size:16px;
	font-weight:400;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 11px;
	position: relative;
	display:block;
}

#contents2 div label p.point span{
	font-size:22px;
	letter-spacing: 1.1px;
}

#contents2 div label p.point::after{
	content:"";
	display:block;
	width:1px;
    height: 60px;
	background:#D00B13;
	position:absolute;
	top: 6px;
    right: -30px;
}

section#contents2 .Label h3{
	letter-spacing: 2.1px;
	color: #000000;
	font-size:21px;
	margin-left: 73px;
    margin-top: 18px;
    text-align: left;
}

section#contents2 #accordion5 .Label h3{
    margin-top: 0px;
}

#contents2 .AccordionContents{
	width:820px;
	background: #D59138;
}


#contents2 .AccordionContents div.inner{
	width:742px;
	margin:34px auto 34px;
}

#contents2 #accordion5 .AccordionContents div.inner{
	margin: 34px auto 38px;
}

#contents2 .AccordionContents div p.comment{
	letter-spacing: 1.2px;
	width:342px;
	color:#fff;
	margin-bottom: 9px;
}

#contents2 #accordion5 .AccordionContents div p.comment{
	width:741px;
	margin-bottom: 2.3em;

}


#contents2 .AccordionContents img.image{
	width: 360px;
    height: 280px;
    border-radius: 10px;
	margin-top: 7px;
}

#contents2 div.textbox{
	margin:53px auto 100px;
	width:820px;
}

#contents2 p.whiteLine{
	letter-spacing: 1.2px;
	font-size:15px;
	background: linear-gradient(transparent 70%, #fff 20%);
    display: inline;
}

#contents2 #images{
	width:100vw;
	height:auto;
}

#contents2 #images img{
	width:50vw;
	height:auto;
}

/*section contents3*/

#contents3{
	background:#F7EEE2;
	padding-top: 1px;
	padding-bottom: 120px;
} 

#contents3 div#supportProgram{
	box-shadow: 5px 5px 10px #00000029;
	border: 1px solid #707070;
	background:#fff;
	width:900px;
	height:873px;
	position:relative;
	margin: 155px auto 0;
	text-align: center;
}

#contents3 div#supportProgram p.blackTab{
   position:absolute;
   left: 100px;
   top: -54px;
   width:700px;
   height:43px;
   border-radius: 10px 10px 0px 0px;
   background:#000;
   text-align: center;
   font-size:23px;
   letter-spacing: 1.84px;
   font-weight:bold;
   padding-top:10px;
	display:block;
	color:#fff;
}

#contents3 div#supportProgram img{
	width:800px;
	height:767px;
	margin:42px auto 44px;
}



/*common-accordion*/

.Label.CP {		
	padding: .5em;
	display: block;
	width:594px;
	height:39px;
	background:#FFEAEA;
	position:relative;
	margin:-20px auto 0;
	text-align:center;
	font-weight:450;
	font-size:18px;
	letter-spacing: 1.8px;	
	box-shadow: 5px 5px 10px #00000029;
	border: 1px solid #707070;
	z-index:1;
}

.Label.CP::before{	
	content:"";
	width: 34px;
	height: 34px;
	background:url(../img/plus.svg) no-repeat center center;
	position: absolute;
	top:calc( 50% - 17px );
	right: 22px;
	transform: rotate(0deg);
	background-size: 90%;
}

.Label.CP,
.content.CP {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	border-radius: 0px;
}

.content.CP {
	height: 70px;		
    padding-top: 6px;
	overflow: hidden;
	margin:-19px auto 0;
	width:900px;
	background: #FFFFFF;
    box-shadow: 5px 5px 10px #00000029;
    border: 1px solid #707070;
    border-bottom:0px;
}


.toggle:checked + .Label.CP + .content.CP {	
	height: auto;
	transition: all .3s;
	padding-top: 0px;
    border-bottom: 1px solid #707070;
}


.toggle:checked + .Label.CP::before {
	transform: rotate(90deg) !important;
	background:url(../img/close.svg) no-repeat center center;
	background-size: 140%;
}

/*common-accordion-end*/

section#contents3 #programs ul{
	margin:70px auto 42px;
	width:800px;
	justify-content:start;
	flex-wrap: wrap;
}

section#contents3 #programs ul li{
	width:248px;
	height:241.5px;
	background: rgba(76, 158, 176, 0.15); 
	border-radius: 3px;
	margin-right:28px;
    margin-bottom: 28px;
	position:relative;
    line-height: 1.6;
    padding-bottom: 33.5px;
}

section#contents3 #programs ul li:nth-child(3),
section#contents3 #programs ul li:nth-child(6),
section#contents3 #programs ul li:nth-child(9){
	margin-right:0px;
}

section#contents3 #programs ul li:nth-child(2){
	background: rgba(191, 113, 164, 0.15); 
}

section#contents3 #programs ul li:nth-child(3){
	background: rgba(207, 141, 65, 0.15); 
}

section#contents3 #programs ul li:nth-child(4){
	background: rgba(213, 117, 36, 0.15); 
}

section#contents3 #programs ul li:nth-child(5){
	background: rgba(126, 117, 167, 0.15); 
}

section#contents3 #programs ul li:nth-child(6){
	background: rgba(202, 118, 108, 0.15); 
}

section#contents3 #programs ul li:nth-child(7){
	background: rgba(221, 100, 100, 0.15); 
}

section#contents3 #programs ul li:nth-child(8){
	background: rgba(49, 137, 182, 0.15); 
}

section#contents3 #programs ul li:nth-child(9){
	background: rgba(127, 154, 58, 0.15); 
}



section#contents3 #programs ul li p.pTitle{
	color:#fff;
	font-size:14px;
	background: #4C9EB0;
	width:194px;
	height:23px;
	border-radius: 30px;
	opacity: 1;
	margin:27px auto 0;
	display:block;
	letter-spacing: 1.4px;
	text-align: center;	
	padding: 11px;
}


section#contents3 #programs ul li:nth-child(2) p.pTitle{
	background: #BF71A4; 
}

section#contents3 #programs ul li:nth-child(3) p.pTitle{
	background: #CF8D41;
}

section#contents3 #programs ul li:nth-child(4) p.pTitle{
	background: #D57524; 
}

section#contents3 #programs ul li:nth-child(5) p.pTitle{
	background: #7E75A7; 
}


section#contents3 #programs ul li:nth-child(6) p.pTitle{
	background: #CA766C;
}

section#contents3 #programs ul li:nth-child(7) p.pTitle{
	background: #DD6464; 
}

section#contents3 #programs ul li:nth-child(8) p.pTitle{
	background: #3189B6; 
}

section#contents3 #programs ul li:nth-child(9) p.pTitle{
	background: #7F9A3A; 
}

section#contents3 #programs ul li p.programName{
	color: #4C9EB0;
	font-size:18px;
	text-decoration: underline;
	letter-spacing: 1.8px;
	font-weight:600;
    margin: 48px auto;
	text-align: center;
    line-height: 1.7;
}


section#contents3 #programs ul li:nth-child(2) p.programName{
	color: #BF71A4;
	margin: 33px auto;
}

section#contents3 #programs ul li:nth-child(3) p.programName{
	color: #CF8D41;
}

section#contents3 #programs ul li:nth-child(4) p.programName{
	color: #D57524;
	margin: 28px auto;
	text-decoration: none;
}

section#contents3 #programs ul li:nth-child(5) p.programName{
	color: #7E75A7;
}

section#contents3 #programs ul li:nth-child(6) p.programName{
	color: #CA766C;
	width:119px;
	text-decoration: none;
    margin: 28px auto;
}


section#contents3 #programs ul li:nth-child(7) p.programName{
	color: #DD6464;
	margin: 18px auto;
	text-decoration: none;
}

section#contents3 #programs ul li:nth-child(8) p.programName{
	color: #3189B6;
}

section#contents3 #programs ul li:nth-child(9) p.programName{
	color: #7F9A3A;
}


section#contents3 #programs ul li p.programName span.UL{
	text-decoration: underline;
}


section#contents3 #programs ul li p.pComent{
	font-size:14px;
	letter-spacing: 1.4px;
	text-align: center;
    line-height: 1.6;
}

section#contents3 #programs ul li::before{
	content:"";
	width: 70px;
    height: 77px;
	background:url(../img/Pillust1.svg) no-repeat center center;
	position: absolute;
	bottom: -15px;
    left: -29px;
}

section#contents3 #programs ul li:nth-child(2)::before{
	background:url(../img/Pillust2.svg) no-repeat center center;
	width: 67px;
	bottom: -23px;
    left: 195px;
}

section#contents3 #programs ul li:nth-child(3)::before{
	background:url(../img/Pillust3.svg) no-repeat center center;
	width: 83px;
	bottom:74px;
	left: 195px;
}

section#contents3 #programs ul li:nth-child(4)::before{
	background:url(../img/Pillust4.svg) no-repeat center center;
	width: 50px;
    height: 65px;
    bottom: -37px;
    left: -29px;
    background-size: contain;
}

sectionul li:nth-child(5)::before{
	background:url(../img/Pillust5.svg) no-repeat center center;
	width: 67px;
	bottom:59px;
	left: -38px;
}

section#contents3 #programs ul li:nth-child(6)::before{
	background:url(../img/Pillust6.svg) no-repeat center center;
	width: 77px;
	height: 86px;
    bottom: -21px;
    left: 212px;
}

section#contents3 #programs ul li:nth-child(7)::before{
	background:url(../img/Pillust7.svg) no-repeat center center;
	width: 57px;
    bottom: -50px;
    left: 178px;
}

section#contents3 #programs ul li:nth-child(8)::before{
	background:url(../img/Pillust8.svg) no-repeat center center;
	width: 53px;
    bottom: 61px;
    left: 211px;
}

section#contents3 #programs ul li:nth-child(9)::before{
	background:url(../img/Pillust9.svg) no-repeat center center;
	width: 136.5px;
	bottom: -48px;
    left: 119px;
}

/*section contents4*/
section#contents4 {
	background:#E3E3E3;
    padding-bottom: 1px;
	z-index: 0;
    position: relative;
}

section#contents4 #readArea{
	text-align:center;
}


section#contents4 #readArea h2{
	font-size:96px;
	font-weight:800;
	letter-spacing: 4.8px;
	color: #FFFFFF;
	padding-top: 25px;
}

_::-webkit-full-page-media, _:future, :root section#contents4 #readArea h2 {
	padding-top: 35px;		
}



section#contents4 #readArea img.redarrows{
	width:13px;
	margin-top:63px;
	margin-bottom:36px;
}

section#contents4 #readArea h3{
	font-size:25px;
	letter-spacing: 1.25px;
	font-weight:bold;
	margin-bottom:34px;
	line-height: 2;
}

section#contents4 #readArea p{
	display:block;
	width:900px;
	border-top:1px solid #D00C12;
	padding-top:35px;
	font-size:17px;
	letter-spacing: 0.85px;
	margin: 0 auto;
}

section#contents4 #menuFor{
	margin: 76px auto 120px;
	width:900px;
}

section#contents4 #menuFor ul li{
	width:280px;
	height:574px;
	background:#E2F2F7;
	border:1px solid #000000;
	box-shadow: 5px 5px 10px #00000029;
	border-radius: 6px;
	margin-left:27px;
	position:relative;
}

section#contents4 #menuFor ul li.parents{
	background:#F7EEE2;
}

section#contents4 #menuFor ul li.teacher{
	background:#E3F7E2;
}

section#contents4 #menuFor ul li:first-child{
	margin-left:0px;
}

section#contents4 #menuFor ul li h4{
	width:214px;
	height:37px;
	background:#389DC6;
	border: 1px solid #000000;
	border-radius: 33px;
	color:#fff;
	text-align: center;
	letter-spacing: 1.5px;
	font-size:15px;
	font-weight:bold;
	margin:-18px auto 0;
	position: relative;
    z-index: 1;
}

section#contents4 #menuFor ul li.parents h4{
	background:#D59138;
}

section#contents4 #menuFor ul li.teacher h4{
	background:#4DB243;
}

section#contents4 #menuFor ul li h5{
	font-size:16px;
	font-weight:bold;
	letter-spacing: 1.6px;
	line-height:2;
	display:block;
	margin:32px auto 0;
	width:fit-content;
	text-align:center;
}
section#contents4 #menuFor ul li h5 p{
	position:relative;
	display:block;
	text-align:left;
}
section#contents4 #menuFor ul li h5 p::after{
	content: "";
    width: 214px;
    height:1px;
    position: absolute;
    left: -17%;
    bottom:0;
    background:url(../img/dashed.svg) no-repeat center center;
}

section#contents4 #menuFor ul li.parents h5 p::after{
	left: -8%;
}

section#contents4 #menuFor ul li img{
	margin:28px auto 0;
	width:75px;
	display: block;
}

section#contents4 #menuFor ul li.parents img{
	width:186px;
    margin-top: 58px;
}

section#contents4 #menuFor ul li.teacher img{
	width:144px;
}


section#contents4 #menuFor ul li ul.tag{
	width:215px;
	margin-top:45px;
	margin-left:33px;
}

section#contents4 #menuFor ul li.parents ul.tag{
	width:164px;
}

section#contents4 #menuFor ul li ul.tag li{
	width:104px;
	height:25px;
	background:#fff;
	border:0px;
	box-shadow: 0px 0px 0px;
	border-radius: 33px;
	font-size:12px;
	text-align:center;
	letter-spacing: 1.2px;
	display:block;
    padding: 4px;
    line-height: 2;
}

section#contents4 #menuFor ul li.parent ul.tag li:last-child{
	margin-left:7px;
}

section#contents4 #menuFor ul li.parents ul.tag li:first-child{
	width:164px;
}

section#contents4 #menuFor ul li.parents ul.tag li:last-child{
	width:116px;
	margin-top:8px;
	margin-left:0px;
}

section#contents4 #menuFor ul li.teacher ul.tag li{
	width: 185px;
    height: 50px;
    text-align: left;
}

section#contents4 #menuFor ul li.teacher ul.tag li p{
	line-height: 1.5;
    padding-top: 7px;
    margin-left: 29px;
}

section#contents4 #menuFor ul li a.checkbtn{
	display:block;
	width:214px;
	height:42px;
	background: #D00B13;
	border-radius: 5px;
	text-align:center;
	margin:0 auto 41px;
	font-size:17px;
  	letter-spacing: 1.7px;
  	margin-top:31px;
  	padding-top: 6px;
  	position:relative;
}

section#contents4 #menuFor ul li a.checkbtn::after{
	content: "";
    width: 9px;
    height:9px;
    background:url(../img/whitearrow.svg) no-repeat center center;
    position: absolute;
    top: 50%;
  	margin-top: -3.5px;
    right:12px;
}

/*section contents5*/

section#contents5{
	background:url(../img/Future_BG.png) no-repeat center center;
	width:100vw;
	height:auto;
    background-size: cover;
	padding-bottom: 10px;
} 

section#contents5 .FutureWrapper{
	align-items: flex-start;
	width:900px;
	margin:0 auto;
	padding-top: 60px;
}


section#contents5 h2{
	font-size:47px;
	font-weight:900;
	color:#D00B13;
	transform: matrix(0, 1, -1, 0, 0, 0);
	letter-spacing: 2.35px;
	position:relative;
	display:block;
	margin-top:79px;
	margin-left: -62px;
}

section#contents5 .FutureWrapper h2::before{
	content: "";
    width:1198px;
    border-top: 1px solid #D00C12;
    position: absolute;
    top: -17px;
    left:0;
}	

section#contents5 .FutureWrapper div{
	width:780px;
	margin-left:15px;
}

section#contents5 .FutureWrapper div h3{
	font-size:26px;
	font-weight:bold;
	letter-spacing: 1.3px;
	line-height:1.9;
}

section#contents5 .FutureWrapper div p{
	font-size:14px;
	letter-spacing: 0.7px;
	margin-top:22px;
	line-height: 2.2;
}

section#contents5 .FutureWrapper div .banner{
	width:780px;
	height:230px;
	position:relative;
	background:url(../img/bannerBG.png) no-repeat center center;
    margin-top: 31px;
    margin-bottom: 31px;
    background-size: 100%;
    padding-top: 1px;
    margin-left: 0;
}

section#contents5 .FutureWrapper div .banner.banner2{
	background:url(../img/banner2BG.png) no-repeat center center;
}

section#contents5 .FutureWrapper div .banner a{
	display:block;
	height:230px;
	color:#fff;
    margin-top: -2px;
    padding-top: 1px;
}

section#contents5 .FutureWrapper div .banner div{
	justify-content: flex-start;
	margin:23px 0px 0px 40px;
}

section#contents5 .FutureWrapper div .banner div h4 img{
	height:63px;
	margin-top:61px;
	margin-right:35px;
}


section#contents5 .FutureWrapper div .banner.banner2 div h4 img{
	height:71px;
	margin-top:58px;
	margin-right:35px;
}


section#contents5 .FutureWrapper div .banner div ul{
	width:500px;
}

section#contents5 .FutureWrapper div .banner div ul li{
	width:157px;
}

section#contents5 .FutureWrapper div .banner div ul li div{
	width:157px;
	margin: 0;
	border-radius: 50%;
    overflow: hidden;
}

section#contents5 .FutureWrapper div .banner div ul li img.face{
	width:157px;
	transition: all .3s ease-out;
}

section#contents5 .FutureWrapper div .banner div ul li img.voice{
	height:49px;
	margin-top:-19px;
	margin-left:17px;
	    z-index: 2;
    position: absolute;
}


section#contents5 .FutureWrapper div .banner div ul li:nth-child(2) img.voice{
	margin-left:20px;
}

section#contents5 .FutureWrapper div .banner div ul li:nth-child(3) img.voice{
	margin-left:15px;
}


section#contents5 .FutureWrapper div .banner.banner2 div ul li img.voice{
	height:40px;
	margin-left:14px;
    margin-top: -23px;
}



section#contents5 .FutureWrapper div .banner p{
	position:absolute;
	bottom:6px;
	left:696px;
	font-size:12px;
	text-align: center;
	letter-spacing: 1.2px;
	display:block;
    margin-top: 0px;
}

section#contents5 .FutureWrapper div .banner p::after{
	content: "";
    width:9px;
    height: 9px;
    background:url(../img/whitearrow.svg) no-repeat center center;
    position: absolute;
    top: 9px;
    right: -19px;
	background-size: 90%;
}

section#contents5 .FutureWrapper nav{
	width:780px;
	margin-top:35px;
}

section#contents5 .FutureWrapper nav a{
	display:block;
	width:240px;
	height:221px;
	background-image:url(../img/number_BG.png);
    background-size: 100%;
	background-position: center;
	text-align:center;
	transition: all .3s ease-out;
}

section#contents5 .FutureWrapper nav a:nth-child(2){
	background-image:url(../img/real_BG.png);
}

section#contents5 .FutureWrapper nav a:nth-child(3){
	background-image:url(../img/channel_BG.png);
}


section#contents5 .FutureWrapper nav a img{
	width:140px;
	height:94px;
	margin:14px auto 8px;
}


section#contents5 .FutureWrapper nav a div{
	width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -29px;
	color: #fff;

}

section#contents5 .FutureWrapper nav a div p.linkTitle{
	font-size:18px;
	font-weight:bold;
	text-shadow: 3px 3px 5px #000000B3;
	letter-spacing: 2.7px;
}

section#contents5 .FutureWrapper nav a div p.linkComent{
	text-shadow: 3px 3px 5px #000000B3;
	letter-spacing: 1.95px;
	font-size:13px;
	margin-top: 11px;
    line-height: 1.6;
}


#pagetopbtn{
	width:auto;
    margin:59px auto 60px; 
}

#pagetopbtn a {
    width: 69px;
    height: 42px;
    display: block;
    font-size:13px;
    letter-spacing: 0.65px;
    margin: 0 auto;
    font-weight: 500;
    color: #fff;
}

#pagetopbtn a img {
    width: 25px;
    height: 13px;
    transition: .1s ease-out;
    margin-bottom:10px;
    margin: 0 auto 2px;
    display: block;
    filter: invert(98%) sepia(1%) saturate(238%) hue-rotate(0deg) brightness(124%) contrast(100%);
}






/*footer_area*/

footer{
	text-align:center;
}


footer a{
	display:block;
    width: auto;
    margin: 37px auto 15px;
}

footer a img{
    width: 250px;
    height: 40px;
   }

footer address{
	font-size:10px;
	text-align:center;
    margin-bottom: 30px;
	font-style: normal;
}



@media (hover: hover) {
a:hover{
	opacity:.5;
}


.Label:hover p.more{
	border: 1px solid #FFFFFF;
	background:#D59138;
	color:#fff;
}


.toggle:checked + .Label:hover p.more{
	background:#c28330;
}


.Label:hover p.more::before {
	transform: rotate(90deg) !important;
	background:url(../img/whitearrow.svg) no-repeat center center;
}


.Label.c2:hover p.more{
	border: 1px solid #D00B13;
	background:#fff;
	color:#D00B13;
}


.toggle:checked + .Label.c2:hover p.more{
	background:#faf2cd;
}

 .Label.c2:hover p.more::before {
	transform: rotate(0deg) !important;
	background:url(../img/arrow_red.svg) no-repeat center center;
}

.Label:hover::before{
	opacity:.5;	
}

section#contents4 #menuFor ul li a.checkbtn:hover{
	background:#000;
	opacity:1;
}

section#contents4 #menuFor ul li a.checkbtn:hover::after{
	background: url(../img/redarrow.svg) no-repeat center center;
}


	
section#contents5 .FutureWrapper div .banner a:hover{
		opacity:.85;
}

section#contents5 .FutureWrapper div .banner a:hover div ul li img.face { 
	transform: scale(1.1);
}


section#contents5 .FutureWrapper nav a:hover {
	background-size: 120%;
	opacity:.8;
}



}

@media screen and (max-width:999px) {
.tb{
	display:block;
}

.pc{
	display:none;
}

.pcsp{
	display:none;
}

#top #scroll_icon{
	display:none;
}

/*header*/
#top header{
	height:50px;
}

#top header .logo,
#top header .logo img{
	width:50px;
	height:50px;
}

#top header nav ul.textNav{
    margin-top: 8px;
}


/*hamburger*/

#top header nav label.menu-btn{
	position: fixed;
	top: 8px;
    right: 32px;
    display: flex;
    height: 25px;
    width: 11px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}

label.menu-btn span,
label.menu-btn span:after {
	content: '';
    display: block;
    height: 2px;
    width: 25px;
    background-color: #ffffff;
    position: absolute;
}

label.menu-btn span:after {
    top: 10px;
}

#menu-btn-check:checked ~ label.menu-btn span {
	 bottom: 6px;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ label.menu-btn span::after {
    top: 0;
    transform: rotate(-90deg);
}

#menu-btn-check {
    display: none;
}

.menu-content.menuFor {
    width: 100vw;
    height:100vh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: rgba(0,0,0,.9);
    overflow-y: scroll;
}

#menu-btn-check:checked ~ .menu-content.menuFor {
    left: 0;
}

.menu-content.menuFor h2 {
	margin:89px auto 47px;
	text-align:center;
	font-size:19px;
	font-weight:500;
	letter-spacing: 1.9px;
	transition: all 0.5s;
}

.menu-content.menuFor ul li{
	width:380px;
	height:176px;
	background:#E2F2F7;
	border:1px solid #000000;
	box-shadow: 5px 5px 10px #00000029;
	border-radius: 6px;
	margin:49px auto;
	position:relative;
}

.menu-content.menuFor ul li a{
    height: 193px;
    display: block;
}


.menu-content.menuFor ul li.parents{
	background:#F7EEE2;
}

.menu-content.menuFor ul li.teacher{
	background:#E3F7E2;
}

.menu-content.menuFor ul li:first-child{
	margin-top:51px;
}

.menu-content.menuFor ul li h4{
	width:176px;
	height:29px;
	background:#389DC6;
	border: 1px solid #000000;
	border-radius: 33px;
	color:#fff;
	text-align: center;
	letter-spacing: 1.5px;
	font-size:15px;
	font-weight:bold;
	margin:-15px auto 0;
	position: relative;
    z-index: 1;       
    line-height: 1.8;
}

.menu-content.menuFor ul li.parents h4{
	background:#D59138;
}

.menu-content.menuFor ul li.teacher h4{
	background:#4DB243;
}

.menu-content.menuFor ul li div{
	justify-content: flex-start;
}

.menu-content.menuFor ul li h5{
	font-size:15px;
	font-weight:bold;
	letter-spacing: 1.5px;
	line-height:2;
	display:block;
	width:fit-content;
	text-align:left;
	margin-top:30px;
	margin-left:33px;
}
.menu-content.menuFor ul li h5 p{
	position:relative;
	display:block;
}

.menu-content.menuFor ul li h5 p::after{
	content: "";
    width: 186.6px;
    height:1px;
    position: absolute;
    left: -7%;
    bottom:0;
    background:url(../img/dashed.svg) no-repeat center center;
}

.menu-content.menuFor ul li.parents h5 p::after{
	left: -8%;
}

.menu-content.menuFor ul li img{
	margin-left:93px;
	width:54.5px;
	height: auto;
	display: block;
}

.menu-content.menuFor ul li.parents img{
	width:107px;
    margin-top: 44px;
    margin-left: 27px;
}

.menu-content.menuFor ul li.teacher img{
	width:97.5px;
	margin-top: 17px;
    margin-left: 59px;
}
/*hamburger-end */

/*main section contents1*/
section#contents1 {
   padding-bottom: 20px;
}

section#contents1 #parent_intro h1 span::before,
section#contents1 #parent_intro h1 span::after{
	width:174px;
	left: -197px;
}

section#contents1 #parent_intro h1 span::after{
     right: -197px;
     left: auto;
}

section#contents1 #parent_intro .mv{
	height:600px;
	background: url(../img/mv_pc.png) no-repeat 42% center;
    background-size: cover;
}

section#contents1 #parent_intro .mv .inner{
	width:79vw;
	padding-left:0px;
	padding-top: 22px;
}

section#contents1 #parent_intro h2{
	font-size:26px;
}

section#contents1 #parent_intro h2 span::after{
    width: 327px;
    bottom: 7px;
}

section#contents1 #parent_intro h2 span:nth-child(3)::after{
	width:373px;
}



section#contents1 #accordion1{
	margin:90px auto 75px;
}

section#contents1 #accordion2{
	margin-bottom:75px;
}

section#contents1 #accordion3{
	margin-bottom:75px;
}


/*accordion*/


.Label {	
	width: max(79vw,608px);
}

.Label p.more{
	border-radius: 10px;	
	width: calc(max(79vw ,608px) - 36px);
	padding-right: 36px;
	height: 35px;
	padding-top: 0px;
	font-size:11px;
	letter-spacing: 1.1px;
	position:static;
	margin-top: 18px;
	text-align: right;
}

.Label p.more::before{	
    bottom: -23px;;
	right: 16px;
	top: auto;
}

.content {	
width:max(79vw,608px);
}


.toggle:checked + .Label + .content {	
    margin-bottom: -35px;
}


.toggle:checked + .Label p.more,
.Label:hover p.more{
	border: 0px solid #FFFFFF;
	background:#fff;
	color:#CF8D41;
}

.toggle:checked + .Label p.more::before,
.Label:hover p.more::before {
	background:url(../img/arrow_orange.svg) no-repeat center center;
}

.Label:hover p.more::before{
	transform: rotate(0deg) !important;
}

/*accordion-end*/

.AccordionContents div.inner{
	width:max(65vw,500px);
	display:block;
	margin: 40px auto 222px;
}

#accordion2 .AccordionContents div.inner{
	margin: 40px auto 0px;
}

#accordion3 .AccordionContents div.inner {
    margin-bottom: 171px;
}

.AccordionContents div p.comment{
	width:max(65vw,500px);
	letter-spacing: 1.12px;
	font-size:14px;
	margin-bottom: 1.5em;
}

.AccordionContents .graph{
	width:max(65vw,500px);
	margin:38px auto 27px;
	text-align:center;
}

.AccordionContents .graph img{
	width:max(42vw,321px);	
}

#accordion2 .AccordionContents .graph img{
	width:max(42vw,322px);
}

.AccordionContents p.small{
	margin-top: 30px;
}

#accordion2 .AccordionContents p.small{
	font-size:10px;
	margin-top: 0px;
}

#accordion2 .AccordionContents .graph p.small{
	font-size:9px;
	text-align:left;
	width: max(42vw, 322px);
	display:block;
	margin: 12px auto 0;
}

.AccordionContents .BGyellow{
	width: calc(max(65vw, 500px) - 20px);
	padding-left: 20px;
	height: 87px;
	margin: 0px auto;
}

#accordion2 .AccordionContents .BGyellow{
	width: max(71vw,550px);
	height: auto;
	margin:33px auto 181px;	
	padding-bottom: 18px;
	padding-top: 18px;
}

#accordion2 .AccordionContents .BGyellow img.pc{
	display:block;
}

#accordion2 .AccordionContents .BGyellow img{
	width:max(65vw,502px);
	margin: 0 auto;
}

.AccordionContents .BGyellow p.text{
	width:max(59vw,458px);
}


.AccordionContents img.illust{
	width:230px;
	left: calc(50% - 115px);
	bottom: 33px;
}

#accordion2 .AccordionContents img.illust{
	width:259px;
	left: calc(50% - 126px);
	bottom: 33px;
}

#accordion3 .AccordionContents img.illust{
    width: 336px;
	left: calc(50% - 168px);
}


/*section contents2*/

section#contents2 #message{
	width:max(79vw,608px);
}

section#contents2 #message div div.messageTitleBox .TitleLine{
	width:387px;
}

#contents2 #message div div.messageTitleBox .TitleLine p{
	font-size:14px;
}


#contents2 #message div div.messageTitleBox .TitleLine p::after{
	width:293px;
}

#contents2 #message div div.messageTitleBox h2 img{
	width:345px;
	height: 83px;
}

#contents2 #message div img.face{
	width:180px;
	height:180px;
}

#contents2 #message p.coment{
	font-size:14px;
	letter-spacing: 1.12px;
	line-height: 1.8;
}

#accordion4{
	margin-bottom: 75px;
}

/*accordion2*/
.Label.c2{		
	width:max(79vw,608px);
}

.Label.c2 p.more{
	background:#D59138;
}



#accordion4 .Label.c2 p.more{
	margin-top: 29px;
}

.Label.c2 p.more::before{	
    bottom: -23px;
}


#accordion5 .Label.c2 p.more::before{	
    bottom: -23px;
}


.toggle:checked + .Label.c2 p.more,
.Label.c2:hover p.more{
	border: 0px solid #D00B13;
	background:#D59138;
	color:#fff;
}



.toggle:checked + .Label.c2 p.more::before,
 .Label.c2:hover p.more::before{
    transform: rotate(90deg) !important;
	background:url(../img/whitearrow.svg) no-repeat center center;
	bottom: -24px;
}

 .Label.c2:hover p.more::before{
	transform: rotate(0deg) !important;
 }

#contents2 .AccordionContents{
	width:max(79vw,608px);
}

#contents2 .AccordionContents div.inner{
	width:max(65vw, 500px);
	margin: 45px auto 44px;
}

#contents2 #accordion5 .AccordionContents div.inner{
	margin: 45px auto 50px;
}


#contents2 .AccordionContents div p.comment,
#contents2 #accordion5 .AccordionContents div p.comment{
	width:max(65vw, 500px);
	 margin-bottom: 40px;
}

#contents2 #accordion5 .AccordionContents div p.comment{
	margin-bottom: 31px;
}




#contents2 .AccordionContents img.image{
	width: max(65vw, 500px);
    height: 246px;
}

#contents2 #accordion5 .AccordionContents .flexRow{
	width: max(65vw, 500px);
}

#contents2 #accordion5 .AccordionContents img.image{
	width:max(32vw,245px);
	height: 184px;
}

#contents2 div.textbox{
	width:max(79vw,608px);
	margin: 74px auto 100px;
}

#contents2 p.whiteLine {
    letter-spacing: 1.12px;
    font-size: 14px;
}


/*section contents3*/

#contents3 div#supportProgram{
	width:max(79vw,608px);
	height:auto;
	margin: 178px auto 0;
}

#contents3 div#supportProgram p.blackTab{
	width: max(65vw, 500px);
	height: calc(118px - 18px);
	font-size: 27px;
	letter-spacing: 2.16px;
	padding-top: 18px;
	left: calc(50% - max(32vw, 250px));
	top: -119px;
	line-height: 1.6;
}


#contents3 div#supportProgram img{
	width:max(65vw, 500px);
	height:auto;
}

/*common-accordion*/
.Label.CP {	
	width:calc(max(71vw, 550px) - 27px);
	height: calc(65px - 19px);
	padding-top: 19px;
	padding-right: 27px;
}

.content.CP {
	width:max(79vw,608px);
}

/*common-accordion-end*/

section#contents3 #programs ul{
	flex-direction:column;
	width:450px;
}

section#contents3 #programs ul li{
	width:450px;
	height:221px;
	margin:0px auto 20px;
	padding-bottom: 0px;
}

section#contents3 #programs ul li:nth-child(3),
section#contents3 #programs ul li:nth-child(6),
section#contents3 #programs ul li:nth-child(9){
	margin-right:auto;
}

section#contents3 #programs ul li p.pTitle{
	width:353px;
	margin:22px auto 0;
}

section#contents3 #programs ul li p.programName,
section#contents3 #programs ul li:nth-child(4) p.programName,
section#contents3 #programs ul li:nth-child(7) p.programName{
	margin: 34px auto;
}

section#contents3 #programs ul li:nth-child(2) p.programName{
	margin: 22px auto;
}

section#contents3 #programs ul li:nth-child(6) p.programName{
	width:228px;
	margin: 34px auto;
}


section#contents3 #programs ul li p.pComent {
	font-size:13px;
}

section#contents3 #programs ul li::before{
	bottom: 50px;
    left: -34px;
}

section#contents3 #programs ul li:nth-child(2)::before{
	bottom: 38px;
    left: 415px;
    width: 78px;
    height: 82px;
}

section#contents3 #programs ul li:nth-child(3)::before{
	bottom: 45px;
    left: -40px;
    width: 92px;
    height: 74px;
}

section#contents3 #programs ul li:nth-child(4)::before{
    bottom: 45px;
    left: 431px;
}

section#contents3 #programs ul li:nth-child(5)::before{
    bottom: 51px;
    left: -36px;
    width: 82px;
    height: 72px;
}


section#contents3 #programs ul li:nth-child(6)::before{
    bottom: 38px;
    left: 401px;
    width: 88.5px;
    height: 98px;
}

section#contents3 #programs ul li:nth-child(7)::before{
    bottom: 50px;
    left: -19px;
}

section#contents3 #programs ul li:nth-child(8)::before{
    bottom: 64px;
    left: 435px;

}

section#contents3 #programs ul li:nth-child(9)::before{
    bottom: -41px;
    left: -34px;
    width: 145.5px;
    height: 91.5px;
}


/*section contents5*/

section#contents5 div.FutureWrapper{
	flex-direction: column;
	width:608px;
	padding-top: 0px;
}

section#contents5 h2{
	font-size:36px;
	transform: matrix(1, 0, 0, 1, 0, 0);
	letter-spacing: 1.8px;
	margin-left: 0px;
    margin-top: 60px;
    margin-bottom: 40px;
}

section#contents5 .FutureWrapper h2::before{
	width:608px;
	top: auto;
    bottom: -13px;
}

section#contents5 .FutureWrapper div{
	width:608px;
	margin:0 auto;
}

section#contents5 .FutureWrapper div h3{
	font-size:24px;
	letter-spacing: 1.2px;
	margin-top:7px;
}

section#contents5 .FutureWrapper div p{
	font-size:12px;
	letter-spacing: 0.6px;
	margin-top:32px;
}

section#contents5 .FutureWrapper div .banner{
	width:608px;
	height:179px;
	margin-top: 42px;
	margin-bottom: 40px;
}

section#contents5 .FutureWrapper div .banner a{
	height:180px;
}

section#contents5 .FutureWrapper div .banner div{
	margin:20px 0px 0px 26px;
}

section#contents5 .FutureWrapper div .banner div h4 img{
	height: 56px;
	margin-top: 42px;
	margin-right: 13px;
}


section#contents5 .FutureWrapper div .banner.banner2 div h4 img{
	height: 57px;
    margin-top: 46px;
    margin-right: 27px;
}


section#contents5 .FutureWrapper div .banner div ul{
	width:389px;
}

section#contents5 .FutureWrapper div .banner div ul li{
	width:122.5px;
}

section#contents5 .FutureWrapper div .banner div ul li div{
    overflow: visible;
}


section#contents5 .FutureWrapper div .banner div ul li img.face{
	width:122.5px;
    margin-bottom: -11px;
}

section#contents5 .FutureWrapper div .banner a:hover div ul li img.face { 
	transform: scale(1.0);
}


section#contents5 .FutureWrapper div .banner div ul li img.voice{
	height:39px;
}

section#contents5 .FutureWrapper div .banner.banner2 div ul li img.voice{
	height: 33px;
    margin-left: 8px;
    margin-top: -10px;
}




section#contents5 .FutureWrapper div .banner p{
	font-size:9px;
	letter-spacing: 0.9px;
	bottom: 6px;
	left: 543px;
}

section#contents5 .FutureWrapper div .banner p::after{
	width: 7px;
	height: 7px;
	top: 6px;
	right: -17px;
}

section#contents5 .FutureWrapper nav{
	width:608px;
	margin-top:41px;
}

section#contents5 .FutureWrapper nav a{
	width:187px;
	height:173px;
}

section#contents5 .FutureWrapper nav a img{
	width:109px;
	height:73px;
	margin: 12px auto 14px;
}

section#contents5 .FutureWrapper nav a div{
	width: 125px;
}

section#contents5 .FutureWrapper nav a div p.linkTitle{
	font-size:14px;
	letter-spacing: 2.1px;
	margin-top:13px;
}

section#contents5 .FutureWrapper nav a div p.linkComent{
	font-size:10px;
	line-height: 1.5;
}

#pagetopbtn {
	margin: 50px auto 43px;
}


}
@media screen and (max-width: 760px){
section#contents1 #parent_intro .mv .inner {
        width: 90vw;
}

}
@media screen and (max-width: 650px){

.sp{
	display:block;
}

.pctb{
	display:none;
}

.pcsp{
	display:block;
}

#top header nav ul.textNav{
	margin-left:24px;
}


.menu-content.menuFor {
	height:100vh;
}
	
.menu-content.menuFor h2 {
	margin:50px auto 55px;
	font-size:14px;
	letter-spacing:1.4px;
	line-height: 1.8;
}

.menu-content.menuFor ul li{
	width:280px;
	height:130px;
	margin: 36px auto;
}

.menu-content.menuFor ul li a{
	height:  146px;
}

.menu-content.menuFor ul li:first-child{
	margin: 38px auto;
}

	
.menu-content.menuFor ul li.parents::before,
.menu-content.menuFor ul li.teacher::before{
	width: 280px;
	height: 145px;
	top:-13px;
	right:0px;
	background:url(../img/comingsoon_sp.svg) no-repeat center center;
}


.menu-content.menuFor ul li h4{
	width:130px;
	height:23px;
	font-size:10px;
	line-height: 2.3;
	margin: -12px auto 0;
}
	
.menu-content.menuFor ul li h5{
	font-size:11px;
	letter-spacing: 1.1px;
	margin-top:21px;
	margin-left:30px;
}

.menu-content.menuFor ul li h5 p::after{
    width:137.5px;
}

.menu-content.menuFor ul li img{
	margin-left:64px;
	width:40.7px;
}

.menu-content.menuFor ul li.parents img{
	width:79px;
    margin-top:33px;
    margin-left:18px;
}

.menu-content.menuFor ul li.teacher img{
	width:71.8px;
	margin-top: 17px;
    margin-left:42px;
}

/*hamburger-end*/

/*main section contents1*/

section#contents1 #parent_intro h1{
	font-size:54px;
	letter-spacing:2.7px;
	padding-top: 12px;
    margin-top: -2px;
    padding-bottom: 0px;
	margin-bottom: -16px;
	position: relative;
	z-index: 1;
}

_::-webkit-full-page-media, _:future, :root section#contents1 #parent_intro h1 {
	padding-top: 18px; 
}


section#contents1 #parent_intro h1 span{
	width:190px;
	height:33px;
	letter-spacing: 1.3px;
	font-size:13px;
	margin:60px auto 0;
	line-height: 2.4;
}

section#contents1 #parent_intro h1 span::before,
section#contents1 #parent_intro h1 span::after{
	display:none;
}

section#contents1 #parent_intro .mv{
	background: url(../img/mv_sp.png) no-repeat center center;
    height: 759px;
	background-size: cover;
}


section#contents1 #parent_intro .mv .inner {
	width:min(90vw, 325px);
	padding-top: 5px;
}

section#contents1 #parent_intro h2{
	letter-spacing: 1.76px;
	font-size:22px;
	margin-top: 58px;
	margin-left: 10px;
}

section#contents1 #parent_intro h2 span.redSpeech{
    font-size: 15px;
	margin-bottom: 49px;
	margin-left: 35px;
}


section#contents1 #parent_intro h2 span.redSpeech::after{
    width: 250px;
    height: 67px;
    background-size: contain;
	top: -11px;
    left: -17px;
}


section#contents1 #parent_intro h2 span::after{
    width: 275px;
}

section#contents1 #parent_intro h2 span:nth-child(3)::after{
	width:312px;
}

section#contents1 #parent_intro div.profile{
    margin:258px auto 0px;
    opacity: 0.75;    
    width: calc(min(90vw, 325px) - 36px);
    height: 202px;
	background:#FFF;
	border-left: 0px;
	padding-left: 18px;
	padding-right: 18px;
}

section#contents1 #parent_intro div.profile p.orange{
	padding-top: 25px;
}

section#contents1 #parent_intro div.profile p.data{
	font-size:14px;
}





/*accordion*/
.Label {	
	width: min(90vw, 325px);
	height: calc(116px - 18px);
	padding-top: 18px;
	font-size: 16px;
	letter-spacing:  1.6px;
	line-height: 1.63;
}

.Label p.more{
	width: calc(min(90vw ,325px) - 36px);
	margin-top: 20px;
	padding-top: 8px;
	height: calc(35px - 8px);
}

.Label p.more::before {
	bottom: -22px;
}



.content {	
	width: min(90vw, 325px);
}



.toggle:checked + .Label p.more::before {
	bottom: -22px;
}



/*accordion-end*/
section#contents1 #accordion1 {
	margin: 54px auto 66px;
}

section#contents1 #accordion2 {
	margin-bottom: 66px;
}
    
section#contents1 .Label h3{
    margin-left: 31px;
}



.AccordionContents div.inner{
	width:min(78vw,275px);
	margin: 47px auto 239px;
}


#contents2 .AccordionContents div.inner{
	width:min(78vw,275px);
}


.AccordionContents div p.comment{
	width:min(78vw,275px);
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1.4px;
}

.AccordionContents .graph{
	width:min(78vw,275px);
}

.AccordionContents .graph img{
	width:min(72vw,271px);
}


#accordion2 .AccordionContents .graph img{
	width:min(77vw,274px);
}


#accordion3 .AccordionContents .graph img{
	width:263px;
}


.AccordionContents p.small{
    text-align: left;
	line-height: 1.9;
}


.AccordionContents .BGyellow{
	width: calc(min(78vw,275px) - 17px);
	padding-left: 17px;
	height:calc(141px - 16px);
}


#accordion2 .AccordionContents .BGyellow{
	width:min(78vw,275px);
	padding-top: 26px;
	padding-bottom: 26px;
}


#accordion2 .AccordionContents .BGyellow img.pc{
	display:none;
}

#accordion2 .AccordionContents .BGyellow img{
	width:min(63vw,239px);
}

.AccordionContents .BGyellow p.text{
	width:min(64vw,241px);
}


.AccordionContents img.illust{
	width:243px;
	left: calc(50% - 122px);
}

#accordion2 .AccordionContents img.illust{
	width:235px;
	left: calc(50% - 118px);
}

#accordion3 .AccordionContents img.illust{
    width: 296px;
	left: calc(50% - 148px);
}


/*section contents2*/

section#contents2 #message{
	width:min(90vw,325px);
	margin: 62px auto 35px;
}

section#contents2 #message div.flexRow{
	flex-direction: column-reverse;
}

section#contents2 #message div div.messageTitleBox .TitleLine{
	width:min(90vw,325px);
}


#contents2 #message div div.messageTitleBox .TitleLine p{
	font-size:12px;
}

#contents2 #message div div.messageTitleBox .TitleLine p::after{
	width:min(66vw, 246px);
}

#contents2 #message div div.messageTitleBox h2 img{
	width:297px;
	height: 70px;
	margin-top: 25px;
}

#contents2 #message div img.face{
	width:195px;
	height:195px;
	margin: 0 auto 30px;
}


#contents2 #message p.coment{
	margin-top: 30px;
}


/*accordion2*/
.Label.c2,
#contents2 .AccordionContents{		
	width:min(90vw,325px);
}


#accordion4 .Label.c2 p.more{
	margin-top: 28px;
}

#accordion5 .Label.c2 p.more{
	margin-top: 21px;
}


#accordion4 .Label.c2 p.more::before{
	bottom: -22px;
}

#accordion5 .Label.c2 p.more::before{
	bottom: -23px;
}


/*accordion2-end*/

#contents2 div label p.point{
	font-size:12px;	
	padding-left: 19px;
	padding-top: 24px;
}

#contents2 div label p.point span{
	font-size:17px;
}

#contents2 div label p.point::after{
	height: 78px;
	right: -18px;
	top: 1px;
}

section#contents2 .Label h3{
	font-size: 16px;
	margin-left: 38px
}


#contents2 .AccordionContents div.inner,{
	width:min(78vw, 275px);
	 margin: 45px auto 27px;
}

#contents2 #accordion5 .AccordionContents div.inner {
	margin: 45px auto 25px;
}


#contents2 .AccordionContents div p.comment,
#contents2 #accordion5 .AccordionContents div p.comment{
	width:min(78vw, 275px);
}


#contents2 #accordion5 .AccordionContents .flexRow{
	width:min(78vw, 275px);
		flex-direction:column;
}



#contents2 .AccordionContents img.image,
#contents2 #accordion5 .AccordionContents img.image{
	width:min(78vw, 275px);
	height:190px;
}

#contents2 div.textbox{
	width:min(90vw,325px);
	line-height: 1.8;
	margin: 58px auto 48px;
}

#contents2 #images{
	flex-direction:column;
}

#contents2 #images img{
	width:100vw;
}

/*section contents3*/

#contents3{
	padding-bottom: 63px;
}


#contents3 div#supportProgram{
	width:min(90vw,325px);
	margin: 108px auto 0;
}

#contents3 div#supportProgram p.blackTab{
	width: min(78vw, 275px);
	height: calc(66px - 10px);
	padding-top: 10px;
	left: calc(50% - min(36vw, 137px));
	font-size: 15px;
	top: -67px;
}

#contents3 div#supportProgram img{
	width:min(78vw, 275px);
	margin: 30px auto 44px;
}


/*common-accordion*/

.Label.CP {	
	width: calc(min(83vw, 293px) - 6px);
	height: calc(91px - 22px);
	padding-top: 22px;
	padding-right: 6px;
	font-size: 14px;
}

.Label.CP::before{	
    top: 83px;
    right: calc(50% - 15px);
}


.content.CP {
	width:min(90vw,325px);
}

/*common-accordion-end*/


section#contents3 #programs ul{
	width:min(73.3vw,275px);
}

section#contents3 #programs ul li{
	width:min(73.3vw,275px);
}

section#contents3 #programs ul li p.pTitle{
	width:min(57.6vw,216px);
	line-height: 1.6;
}

section#contents3 #programs ul li:nth-child(4) p.programName {
    margin: 23px auto;
}


section#contents3 #programs ul li::before{
	bottom: -48px;
	left: -23px;
	background-size: contain;
}

section#contents3 #programs ul li:nth-child(2)::before{
	bottom: -45px;
	left: 227px;
	background-size: contain;
	width: 58px;
}

section#contents3 #programs ul li:nth-child(3)::before{
	bottom: -37px;
	left: -17px;
    background-size: contain;
    width: 65px;
}


section#contents3 #programs ul li:nth-child(4)::before{
	background-size: contain;
	width: 47px;
	bottom: -33px;
	left: 235px;
}

section#contents3 #programs ul li:nth-child(5)::before{
	background-size: contain;
	width: 67px;
	height: 59px;
	bottom: -23px;
	left: -12px;
}

section#contents3 #programs ul li:nth-child(6)::before{
	background-size: contain;
	width: 76px;
	height: 84px;
	bottom: -40px;
	left: 215px;
}

section#contents3 #programs ul li:nth-child(7)::before{
	background-size: contain;
	width: 50px;
	height: 36px;
	bottom: -16px;
	left: -10px;	
}

section#contents3 #programs ul li:nth-child(8)::before{
	background-size: contain;
	width: 43px;
	height: 53px;
	bottom: 57px;
	left: 243px;
}

section#contents3 #programs ul li:nth-child(9)::before{
	background-size: contain;
	width: 94px;
	height: 59px;
	bottom: -39px;
	left: 3px;
}
/*section contents5*/

section#contents5 div.FutureWrapper{
	width:min(90vw,325px);
}

section#contents5 h2{
	font-size:24px;
	letter-spacing: 1.2px;
	margin-top: 40px;
	margin-bottom: 0px;
}

section#contents5 .FutureWrapper h2::before{
	width:min(86.6vw,325px);
	bottom: -1px;
}

section#contents5 .FutureWrapper div{
	width:min(90vw,325px);
}

section#contents5 .FutureWrapper div h3{
	font-size:14px;
	letter-spacing: 0.7px;
	margin-top:28px;
}

section#contents5 .FutureWrapper div p{
	font-size:10px;
	letter-spacing: 0.5px;
	margin-top:21px;
}

section#contents5 .FutureWrapper div .banner{
	width:min(90vw,325px);
	height:207px;
	margin-top: 25px;
	margin-bottom: 31px;
	background:url(../img/bannerBG_sp.png) no-repeat center center;
	background-size: 100%;
}

section#contents5 .FutureWrapper div .banner.banner2{
	background:url(../img/banner2BG_sp.png) no-repeat center center;
}


section#contents5 .FutureWrapper div .banner a{
	height:208px;
}

section#contents5 .FutureWrapper div .banner div{
	flex-direction:column;
	margin:15px 0 0px 18px;
}

section#contents5 .FutureWrapper div .banner div h4 img{
	margin:20px 0 18px 6px;
	line-height: 1.5;
	width:min(73.3vw,275px);
	height:auto;
}

section#contents5 .FutureWrapper div .banner.banner2 div h4 img{
	width:min(73.3vw,272px);
	height:auto;
	margin-top: 18px;
	margin-bottom: 11px;
}

section#contents5 .FutureWrapper div .banner div ul{
	width:min(82vw,290px);
}

section#contents5 .FutureWrapper div .banner.banner2 div ul{
	margin-top: 2px;
}


section#contents5 .FutureWrapper div .banner div ul li,
section#contents5 .FutureWrapper div .banner div ul li div,
section#contents5 .FutureWrapper div .banner div ul li img.face{
	width:89px;
}

section#contents5 .FutureWrapper div .banner div ul li img.voice{
	height:35px;
	margin-top: 0px;
	margin-left: 3px;
}

section#contents5 .FutureWrapper div .banner div ul li:nth-child(2) img.voice,
section#contents5 .FutureWrapper div .banner div ul li:nth-child(3) img.voice{
	margin-left:3px;
}

section#contents5 .FutureWrapper div .banner.banner2 div ul li img.voice{
	width:min(27vw,91px);
	height:auto;
	margin-left: 0px;
	margin-top: 5px;
}


section#contents5 .FutureWrapper div .banner p{
	bottom: 179px;
	left: 256px;
	font-size:9px;
	letter-spacing: 0.9px;
}

section#contents5 .FutureWrapper div .banner p::after{
	right: -15px;
}



section#contents5 .FutureWrapper nav{
	width:min(90vw,325px);
	margin-top:32px;
	flex-direction:column;
}

section#contents5 .FutureWrapper nav a{
	width:min(90vw,325px);
	height:117px;
	background-image:url(../img/number_BG_sp.png);
	margin-bottom: 20px;
	display:flex;
}

section#contents5 .FutureWrapper nav a:nth-child(2){
	background-image:url(../img/real_BG_sp.png);
}

section#contents5 .FutureWrapper nav a:nth-child(3){
	background-image:url(../img/channel_BG_sp.png);
}

section#contents5 .FutureWrapper nav a img{
	width: 155px;
	height: fit-content;
	margin: 7px 0px 0px 5px;
}

section#contents5 .FutureWrapper nav a.real img{
	width: 130px;
	margin: 14px 0 0 0px;
}

section#contents5 .FutureWrapper nav a.channel img{
	width: 145px;
	margin: 7px 0px 0px -7px;
}



section#contents5 .FutureWrapper nav a div{
	width: fit-content;
	margin-right: 40px;
	margin-top: 0px;
}


section#contents5 .FutureWrapper nav a.channel div{
	margin-right: 19px;
	margin-top: 5px;
}


section#contents5 .FutureWrapper nav a div p.linkTitle{
	font-size:18px;
	letter-spacing: 2.7px;
	margin-top: 15px;
}

section#contents5 .FutureWrapper nav a div p.linkComent{
	margin-top: 4px;
}

#pagetopbtn{
	margin: 20px auto 35px;
}

#pagetopbtn a {
    width: 64px;
    height: 34.5px;
    font-size:12px;
    letter-spacing: 0.6px;
  }

#pagetopbtn a img {
    width: 21px;
    height: 11px;
	margin-bottom: -2px;
}


}
@media screen and (max-width: 374px){
.sp_s{
	display:block;
}

section#contents1 #parent_intro h1{
	font-size:49px;
}

.Label.CP {	
	height: calc(77px - 17px);
	padding-top: 17px;
}

.Label.CP::before{	
    top: 69px;
}

section#contents3 #programs ul li:nth-child(7) p.programName {
	letter-spacing: 1.4px;
}

section#contents3 #programs ul li:nth-child(2)::before,
section#contents3 #programs ul li:nth-child(4)::before,
section#contents3 #programs ul li:nth-child(8)::before{
	left: 60vw;
}

section#contents3 #programs ul li:nth-child(6)::before{
	left: 57vw;
}


section#contents5 .FutureWrapper div h3{
	letter-spacing: 0px;
}

section#contents5 .FutureWrapper div .banner{
	margin-top: 20px;
    margin-bottom: 20px;
}

section#contents5 .FutureWrapper div .banner div{
	margin:15px 0 0px 4vw;
}

section#contents5 .FutureWrapper div .banner p{
	bottom: 174px;
	left: 71vw;
}


section#contents5 .FutureWrapper nav{
    margin-top: 17px;
}

section#contents5 .FutureWrapper nav a img{
	width: 148px;
}


section#contents5 .FutureWrapper nav a.channel img{

	margin: 7px -19px 0px -7px;
}


section#contents5 .FutureWrapper nav a div{
	margin-right: 3vw;
}


section#contents5 .FutureWrapper nav a.channel div{
	margin-right: 3vw;
}


footer a img{
    width: 60vw;
    height:auto;
}



	
}

@media screen and (max-width: 355px){
section#contents1 #parent_intro h2{
	font-size:20px;
}

section#contents1 #parent_intro h2 span::after {
	width: 251px;
}

section#contents1 #parent_intro h2 span:nth-child(3)::after {
	width: 289px;
}




section#contents1 #parent_intro div.profile{
	padding-bottom: 8px;
}


section#contents1 .Label h3 {
	margin-left: 21px;
	padding-left: 17px;
}

.AccordionContents .BGyellow p.text {
    letter-spacing: 0.79px;
}

#contents2 div label p.point{
	padding-left: 19px;
}

#contents2 div label p.point::after{
	right: -13px;
}

section#contents2 .Label h3{
	margin-left: 28px;
	font-size: 15px;
}

section#contents2 #accordion5 .Label h3 {
    margin-top: 9px;
}

#accordion4 .Label.c2 p.more {
	margin-top: 31px;
}

#accordion5 .Label p.more{
	margin-top: 17px;
}



}

@media screen and (max-width: 330px){

section#contents1 #parent_intro h2{
	margin-left: 5px;
}


section#contents1 #parent_intro div.profile p.data {
	letter-spacing: .4px;
}

/*accordion*/
.Label {	
	font-size: 15px;
}

.Label p.more{
	margin-top: 25px
}


.AccordionContents .BGyellow p.text {
	letter-spacing: 0.4px;
}

.Label.CP {	
	font-size: 13px;
}

}





