@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:#E3F7E2;
	text-align:center;
    padding-bottom: 100px;
    z-index: 1;
    position: relative;
}

section#contents1 #teacher_intro h1{
	font-size:96px;
	font-weight:800;
	letter-spacing: 4.8px;
	color: #FFFFFF;
	padding-top: 29px; 
}

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

section#contents1 #teacher_intro h1 span{
	display:block;
	width:214px;
	height:35px;
	background:#4DB243;
	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 #teacher_intro h1 span::before,
section#contents1 #teacher_intro h1 span::after{
	content:"";
	display:block;
	width:320px;
    height: 1px;
	background:#707070;
	position:absolute;
    top: 17px;
    left: -345px;
}

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


section#contents1 #teacher_intro .SIinner{
    transition-delay: 0.4s; 
}

section#contents1 #teacher_intro h2{
	letter-spacing: 1.25px;
	font-size:25px;
	margin-top: 50px;
}

section#contents1 #teacher_intro ul.talk{
	width: 858px;
	margin:59px auto 0px;	
}

section#contents1 #teacher_intro ul.talk li{
	width:408px;
	height:373px;
	justify-content: start;
}

section#contents1 #teacher_intro ul.talk li:nth-child(2){
	margin-left: auto;
	margin-right: 0;
	justify-content: end;
}



section#contents1 #teacher_intro ul.talk li div img{
	width:200px;
	height:200px;
	margin-top: 0px;
    margin-right: 0px;
    margin-left:auto;
}


section#contents1 #teacher_intro ul.talk li div.teacher2 img,
section#contents1 #teacher_intro ul.talk li div.teacher4 img{
	margin-top: -10px;    
    margin-left:0;
    margin-right: auto;
}


section#contents1 #teacher_intro ul.talk li div p{
	position: absolute;
	letter-spacing:1.7px;
	z-index: 10;
	font-weight: 500;
	margin-left:28px;
	margin-top:30px;
}

section#contents1 #teacher_intro ul.talk li div.teacher2 p{
    margin-left: 171px;
    margin-top: 110px;
}

section#contents1 #teacher_intro ul.talk li div.teacher4 p{
	margin-left: 180px;
    margin-top: 110px;
}


section#contents1 #teacher_intro ul.talk li div p::before{
	content:"";
	display:block;
	width:239px;
    height: 62px;
	background:url(../img/TSB.svg) no-repeat center center;
	position:absolute;
    top: -7.5px;
    left:-28px ;
    z-index: -1;
}

section#contents1 #teacher_intro ul.talk li div.teacher2 p::before{
	background:url(../img/TSB2.svg) no-repeat center center;
	width:268px;	
	top: -19px;
    left: -22px;
}


section#contents1 #teacher_intro ul.talk li div.teacher4 p::before{
	background:url(../img/TSB4.svg) no-repeat center center;
	width:221px;
	top: -19px;
    left: -25px;	
}



section#contents1 #teacher_intro img.arrows{
	width:13px;
    margin-top: 68px;
}

section#contents1 #teacher_intro .ASgroup{
    transition-delay: 0.6s; 
}



section#contents1 #teacher_intro .red{
	width:820px;
	height:calc(132px - 31px);
	border-radius: 66px;
	text-align: center;
	letter-spacing: 2.1px;
	font-size:21px;
	font-weight:600;
	padding-top:31px; 
	position:relative;
	margin: 43px auto 77px;
}


section#contents1 div.message{
	letter-spacing: 1.27px;
    line-height: 2;
    margin: 0 auto 98px;
    font-weight: 400;
    width: 820px;
    text-align: justify;
    font-size: 15px;
}

section#contents1 div.message p{
	width:410px;	
	text-align: justify;
}

section#contents1 div.message img{
	width:362px;
	height:244px;
	margin-right:0px;		
}



#teacher_contents1 div.femaleStudent, 
#teacher_contents2 div.papertest{
	width:100vw;
	height:370px;
	background: url(../img/femaleStudent.png) no-repeat top center;
    background-size: cover;
	margin-bottom:60px;
}

#teacher_contents1 div.femaleStudent h2,
#teacher_contents2 div h2{
	font-weight:bold;
	font-size:37px;
	text-shadow: 5px 5px 5px #00000080;
	letter-spacing: 2.96px;
	display:block;
	margin:0 auto;
	width:900px;
	padding-top: 122px;
    text-align: left;
}

#teacher_contents2 div h2{
    padding-top: 177px;
}

#teacher_contents1 div.femaleStudent h2 span{
	display:block;
	font-size:21px;	
	font-weight:350;
	text-shadow: 0px 0px 0px;
	width:calc(300px - 10px);
	height:	38px;
	letter-spacing: 1.9px;
    padding-left: 10px;
    margin-bottom: 29px;
}



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

#teacher_contents1  div#supportProgram h3.blackTab{
   position:absolute;
   left: 100px;
   top: -54px;
   width:700px;
   height:calc(54px - 4px);;
   border-radius: 10px 10px 0px 0px;
   background:#000;
   text-align: center;
   font-size:23px;
   letter-spacing: 1.84px;
   font-weight:bold;
   padding-top:4px;
	display:block;
	color:#fff;
	text-decoration: none;
	margin-left: 0px;
}

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


/*accordion*/

.toggle {
	display: none;
}
.Label,
#point3{		
	display: block;
	width:900px;
    height: calc(165px - 40px);
    padding-top: 40px;
	background:#fff;
	position:relative;
	margin:88px auto 0;
	text-align:center;
	font-size:23px;
	z-index:1;
	box-shadow: 5px 5px 10px #00000029;
 	border: 1px solid #707070;
}

.Label p.more{
	display:block;	
	border-radius: 5px;	
	background:#D00B13;
	width: calc(176px - 17px);
	padding-right: 17px;
	height: calc(53px - 9px);
    padding-top: 9px;
	color:#FFF;
	text-align: center;
	font-size:14px;
	letter-spacing: 1.4px;
	position:absolute;
	top:56px;
	right:40px;
	font-weight: 400;
}

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

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

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


.toggle:checked + .Label{
	border-bottom:0px;
	z-index: 0;
}

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

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

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

/*accordion-end*/


#teacher_contents1 h3{
	margin-left:40px;
	text-align: left;
	text-decoration:underline #D00B13;
	-webkit-text-decoration:underline #D00B13;
	color:#D00B13;
	font-weight: 600;
    line-height: 2;
    letter-spacing: 2px;
}

#teacher_contents1 div p.pointTab{   
   position:absolute;
   left: -1px;
   top: -39px;
   width:132px;
   height:36px;
   border-radius: 10px 10px 0px 0px;
   background:#000;
   text-align: center;
   font-size:15px;
   letter-spacing: 1.5px;
   font-weight:500;
   padding-top:2px;
}


#teacher_contents1 .Label img{
	position:absolute;
	width:96px;
	height:auto;
	top:-58px;
	left: 513px;
}


#teacher_contents1 #accordion2 .Label img{
	width:183px;
	top:-38px;
	left:437px;
}


.AccordionContents{	
	width:900px;
	margin: -1px auto 0;
	background: #FFFFFF;
	position:relative;
	border: 1px solid #707070;
	border-top:0px;
	box-shadow: 5px 9px 10px #00000029;
}

.AccordionContents div.inner{
	width:820px;
	margin:0px auto 45px;
}


.AccordionContents div.inner p.comment{
	letter-spacing: 1.8px;
	font-size:16px;
	display:block;
	width:375px;
	text-align: justify;
	line-height: 1.9;
}


.AccordionContents div.inner img{
	width:410px;
	height:199px;
	object-position: center -14px;
}

#accordion2 .AccordionContents div.inner img{
    object-position: center -36px;
}


#accordion2 h4.programs_title{
	width:820px;
	display:block;
	font-size:20px;
	text-align:center;
	position:relative;
	font-weight: 450;
    margin: 0 auto;
    letter-spacing: 2px;
}



#accordion2 h4.programs_title::before,
#accordion2 h4.programs_title::after{
	content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 156px;
    height: 1px;
    z-index: 10;
}


#accordion2 h4.programs_title.example::before,
#accordion2 h4.programs_title.example::after{
    width: 205px;
}

#accordion2 h4.programs_title::after{
    right: 0px;
    left:auto;
}




#accordion2 div#programs ul{
	margin:34px auto 42px;
	width:800px;
	justify-content:start;
	flex-wrap: wrap;
}

#accordion2 div#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;
}

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

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

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

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

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

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

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

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

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

#accordion2 div#programs ul li p.pTitle,
#accordion2 div.inner div.box 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;
}

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

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

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

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

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

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

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

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

#accordion2 div#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;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

#accordion2 div#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;
}

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

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

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

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

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

#accordion2 div.inner div.box{
	width:380px;
	position:relative;
	margin-bottom:10px;
}


#accordion2 div.inner div.box.BIP::after{
	content: "";
    position: absolute;
    height: 1px;
    width: 412px;
    background: url(../img/Pdashed.svg) no-repeat center center;
    top: 233px;
    right: -233px;
    z-index: 10;
    transform: rotate(90deg);
    background-size: 100%;
}	


#accordion2 div.inner div.box p.pTitle{
    width: calc(144px - 2px);
    height: calc(38px - 2px);
    margin-left: 0px;
    padding: 1px;
}

#accordion2 div.inner div.box.OBOG p.pTitle{
	background: #DD6464;
}

#accordion2 div.inner div.box p.programName{
	text-align: left;
	letter-spacing: 2.2px;
	color: #4C9EB0;
	font-size:22px;
	font-weight:500;
	margin-top:19px;
}

#accordion2 div.inner div.box.OBOG p.programName{
	color: #DD6464;
}

#accordion2 div.inner div.box p.comment{
	display:block;
	width:380px;
	height:144px;
	font-size:14px;
	letter-spacing: 1.12px;
	line-height: 1.9;
    margin-top: 13px;
}


#accordion2 div.inner div.box div img{
	width: 186px;
	height: 141px;
	object-position: center;
    margin-top: 16px;
}



#point3{
	 height:auto;
     margin-bottom: 100px;
}

#point3 img.illust{
	position:absolute;
	width:191px;
	height:auto;
	top:-49px;
	right:230px;
}

/*accordion p3*/ 

.Label.p3{		
	width:820px;
    height: 53px;
	padding-top: 0px;
	margin:46px auto 30px;
	font-size:19px;
	letter-spacing: 1.9px;	
	box-shadow: none;
 	border: 0px;
}

.Label#ac4Title.p3{	
	margin-top: 5px;
}




/*accordion p3-end*/

#teacher_contents1 #point3 h4{
	display:block;
	position:relative;
	width:calc(612px - 50px);
	height:calc(51px - 21px);
	padding:8px 0px 13px 50px;
	font-weight:450;
	text-align:left;
	letter-spacing: 1.9px;
	border-top:1px solid #707070;
	border-bottom:1px solid #707070;
}

#teacher_contents1 #point3 h4::before{
	content:"";
	background:url(../img/redarrows.svg)no-repeat center center;
	background-size: auto;
    transform: rotate(270deg);
    width: 13px;
    height: 32px;
    position: absolute;
    left: 11px;
    top: 10px;
}


#teacher_contents1 #point3 label.p3 p.more{
	top: 0px;
    right: 0px;
}





#teacher_contents1 #point3 .AccordionContents{
	width:820px;
	border: 0px;
	box-shadow: none;
}

#teacher_contents1 #point3 .AccordionContents .acBox{
	width: calc(820px - 80px);
    height: calc(389px - 69px);
	background: #F2F2F2;
	text-align:left;
	margin: 0px auto 30px;
    padding: 28px 40px 41px 40px;
}

#teacher_contents1 #point3 .AccordionContents .acBox p.subtitle{
	letter-spacing: 1.52px;
	font-weight: 500;
    font-size: 19px;
}
 
#teacher_contents1 #point3 .AccordionContents .acBox h5{
	display:block;
	width: calc(740px - 34px);
    height: calc(48px - 6px);
	background: #fff;
	border-left:10px solid #D00B13;
	padding-top:6px;
	letter-spacing: 1.68px;
	font-size:21px;
	font-weight: 450;
    padding-left: 24px;
    margin: 19px 0 30px;
}
 
 #teacher_contents1 #point3 .AccordionContents .acBox p.comment{
 	letter-spacing: 1.28px;
 	font-size:16px;
 	display:block;
 	width:464px;	
 	line-height: 2;
    text-align: justify;
 }

 
 #teacher_contents1 #point3 .AccordionContents .acBox p.comment span{
 	color:#D00B13;
 }
 
 .remarks{
 	font-size:12px;
 	letter-spacing: 0.96px;
	text-align: left; 
	line-height: 2;
    margin-top: 3px;
}
 
a.checkbtn{
	display: block;
	width: calc(312px - 22px);
    height: calc(53px - 8px);
    background: #D00B13;
    border-radius: 5px;
	text-align: left;
    margin: 20px auto 41px 0;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding-top: 8px;
    padding-left: 22px;
    position: relative;	
 }
 
a.checkbtn::after{
    content: "＞";
    font-size: 11px;
    position: absolute;
    top: 16%;
    right: 18px;
 }
 
#teacher_contents1 #point3 .AccordionContents .acBox img.image{
 	width: 245px;
	height: 196px;
 }
 
/*teacher_contents2*/
 
#teacher_contents2 div.papertest{
	background:url(../img/papertest.png) no-repeat top center;
	background-size: 100%;
} 
 
#teacher_contents2 div.inner,
#teacher_contents2 div.inner ul{
  	width:820px;	
  }

#teacher_contents2 div.inner p{  
 	letter-spacing: 1.27px;
 	font-size:15px;
	text-align: left;
 }
 
#teacher_contents2 div.inner div.examBox{
  	width:820px;	
  	border-top: 1px solid #707070;	
  	margin-top:40px;
	margin-bottom: 69px;
}
 
#teacher_contents2 div.inner div.examBox h3{
	letter-spacing: 1.76px;
	font-size:22px;
	text-align:center;
	margin-top:17px;
	margin-bottom:28px;
	text-decoration: none;
    color: #000;
	margin-left: 0px;
}
 
#teacher_contents2 div.inner div.examBox ul li{
	width: 260px;
	height: 182px;
	border-radius: 20px;
	background: #FFFFFF;
	position:relative;
	text-align: center;
}
 
#teacher_contents2 div.inner div.examBox ul li::before{
	content:"";
	position:absolute;
	width: 11.5px;
    height: 20.5px;
	top:0px;
	left:26px;
	background:url(../img/ribbon.svg) no-repeat center center;
	background-size: contain;
}
 
 #teacher_contents2 div.inner div.examBox ul li p.sub{
 	letter-spacing: 1.04px;
 	font-size:13px;
 	margin-top:26px;
	text-align: center;	
 }
 
#teacher_contents2 div.inner div.examBox ul li h4{
	letter-spacing: 2.08px;
	color: #D00B13;	
	font-size:26px;
	margin-top:10px;
	margin-bottom:22px;
	font-weight: 600;
 }  
  
#teacher_contents2 div.inner div.examBox ul li div.flexRow{
	justify-content: center;
}

#teacher_contents2 div.inner div.examBox ul li div p.tag{
 	display:block;
 	background: #FFEE24;
	border-radius: 33px;
	height: 28px;
	width:auto;
	letter-spacing: 1.04px;
	font-size:13px;
	margin-right:10px;
	padding: 0px 10px;
    line-height: 2.1;
 } 
  
#teacher_contents2 div.inner div.examBox ul li div p.tag:nth-child(2){
	margin-right:0px;
}
  
  
#teacher_contents2 div.inner div.examBox ul li p.remarks{
 	font-size:11px;
	letter-spacing: 0.88px;
	text-align:right;
	margin-top: 27px;
 }
  
  
#teacher_contents2 div.inner div.examBox ul li.last{
  	width: 540px;
} 
  
#teacher_contents2 div.inner div.examBox ul li.last p.new{
	display:block;
	width: 62px;
	height: calc(62px - 14px);
	background: #D00B13;
	border-radius:50%;
	letter-spacing: 1.2px;
	font-size:15px;
	padding-top:14px;
	text-align:center;
	position: absolute;
    top: -32px;
    right: 6px;
}  
  
#teacher_contents2 div.inner div.examBox ul li.last div.flexRow{
	width: 490px;
	border-bottom:1px solid #000000;
	margin: 0 auto;
}



#teacher_contents2 div.inner div.examBox ul li.last p.sub {
    line-height: 1.6;
    margin-top: 18px;
}


#teacher_contents2 div.inner div.examBox ul li.last h4{
	margin-top: 22px;
	margin-left: 16px;
	margin-bottom: 16px;
}

  
#teacher_contents2 div.inner div.examBox ul li.last p.comment{
	letter-spacing: 2px;
	font-size:17px;
	text-align:left;
	margin-left: 70px;
    margin-top: 11px;
    line-height: 1.7;
    font-weight: 450;
}
  
#teacher_contents2 div.inner div.examBox ul li.last p.comment span{
	color: #D00B13;
	letter-spacing: 1.36px;
} 
  
#teacher_contents2 div.inner div.examBox ul li.last p.remarks{ 
	text-align:center;
	margin-top: -1px;
}
  
  
#teacher_contents2 a.checkbtn{
	display: block;
	width: calc(820px - 81px);
    height: calc(66px - 15px);
    margin: 69px auto 0px;
    font-size: 21px;
    letter-spacing: 2.1px;
    padding-top: 15px;
    position: relative;	
	padding-left: 81px;
 }
 
#teacher_contents2 a.checkbtn::after{
    top: 15px;
    right: 22px;
 }
 
  
  
  
/*section contents2*/
section#contents2 {
	background:#E3E3E3;
    padding-bottom: 1px;
	z-index: 0;
    position: relative;
}

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


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

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



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

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

section#contents2 #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#contents2 #menuFor{
	margin: 76px auto 120px;
	width:900px;
}

section#contents2 #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#contents2 #menuFor ul li.parents{
	background:#F7EEE2;
}

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

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


section#contents2 #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#contents2 #menuFor ul li.parents h4{
	background:#D59138;
}

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

section#contents2 #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#contents2 #menuFor ul li h5 p{
	position:relative;
	display:block;
	text-align:left;
}
section#contents2 #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#contents2 #menuFor ul li.parents h5 p::after{
	left: -8%;
}

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

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

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


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

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

section#contents2 #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#contents2 #menuFor ul li.student ul.tag li:last-child{
	margin-left:7px;
}

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

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

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

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

section#contents2 #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;
	padding-left: 0px;
}

section#contents2 #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 contents3*/

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

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


section#contents3 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#contents3 .FutureWrapper h2::before{
	content: "";
    width:1198px;
    border-top: 1px solid #D00C12;
    position: absolute;
    top: -17px;
    left:0;
}	

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

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

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

section#contents3 .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#contents3 .FutureWrapper div .banner.banner2{
	background:url(../img/banner2BG.png) no-repeat center center;
}

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

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

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


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


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

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

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

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

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


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

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


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



section#contents3 .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#contents3 .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#contents3 .FutureWrapper nav{
	width:780px;
	margin-top:35px;
}

section#contents3 .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#contents3 .FutureWrapper nav a:nth-child(2){
	background-image:url(../img/real_BG.png);
}

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


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


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

}

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

section#contents3 .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 (any-hover: hover) {
a:hover{
	opacity:.5;
}


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

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


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



a.checkbtn:hover,
#teacher_contents2 a.checkbtn:hover{
	background:#000;
	opacity:1;
}

a.checkbtn:hover::after,
#teacher_contents2 a.checkbtn:hover::after{
	color:#D00B13;
}



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


section#contents2 #menuFor ul li a.checkbtn:hover::after{
	background: url(../img/redarrow.svg) no-repeat center center;
}
	
section#contents3 .FutureWrapper div .banner a:hover{
		opacity:.85;
}

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


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








}

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

.pc,.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: 79px;
}

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

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

section#contents1 #teacher_intro ul.talk{
	width: max(79vw,608px);
	display:block;
}


section#contents1 #teacher_intro ul.talk li,
section#contents1 #teacher_intro ul.talk li:nth-child(2){
	width:608px;
	height:232px;
	margin: 18px auto;
}




section#contents1 #teacher_intro ul.talk li div {
	 width:375px;
	 margin-left: 233px;
}
		
section#contents1 #teacher_intro ul.talk li div.teacher2 {
	 width:397px;
	 margin-left:0px;
	margin-top: -103px;
}


section#contents1 #teacher_intro ul.talk li div.teacher3 {
	 width:347px;
	 margin-left: 262px;
}

section#contents1 #teacher_intro ul.talk li div.teacher4 {
	 width:351px;
	 margin-left:0px;
	 margin-top: -100px;
}





section#contents1 #teacher_intro ul.talk li div img{
	width:187px;
	height:187px;
}

section#contents1 #teacher_intro ul.talk li div.teacher2 img,
section#contents1 #teacher_intro ul.talk li div.teacher4 img{
	margin-top: -40px;    
}

section#contents1 #teacher_intro ul.talk li div p{
	font-size:15px;
	letter-spacing: 1.5px;
}

section#contents1 #teacher_intro ul.talk li div.teacher2 p{
    margin-top: 75px;
}


section#contents1 #teacher_intro ul.talk li div.teacher3 p{
    margin-top: 23px;

}

section#contents1 #teacher_intro ul.talk li div.teacher4 p{
    margin-left: 173px;
    margin-top: 75px;
}

section#contents1 #teacher_intro ul.talk li div p::before{
	width:222px;
    height: 59px;
    background-size: contain;
    top: -5px;
}

section#contents1 #teacher_intro ul.talk li div.teacher2 p::before{
	width:250px;
	background-size: contain;	
	top: -18px;
}

section#contents1 #teacher_intro ul.talk li div.teacher4 p::before{
	width:205px;
	background-size: contain;
	top: -18px;
}


section#contents1 #teacher_intro img.arrows {
    margin-top: 25px;
}


section#contents1 #teacher_intro .red{
	width:max(79vw,608px);
	height: calc(98px - 18px);
	padding-top: 18px;
	letter-spacing: 1.5px;
	font-size:15px;
	margin: 43px auto 48px;
	line-height: 1.9;
}


section#contents1 div.message{
    font-size: 14px;
	letter-spacing: 1.12px;
    width: max(79vw,608px);
    display:block;
    text-align: center;
}
   
section#contents1 div.ASgroup div.message p{
	width:max(79vw,608px);	
	margin:0 auto;
}
   
section#contents1 div.ASgroup div.message img{
	width:421px;
	height:284px;
	margin:50px auto 0;		
}

#teacher_contents1 div.femaleStudent, 
#teacher_contents2 div.papertest{   
 	height:258px;  
}   
   
#teacher_contents1 div.femaleStudent h2,
#teacher_contents2 div h2{   
   	font-size:27px;
   	letter-spacing: 2.16px;
   	width:max(79vw,608px);	
   	padding-top: 88px;
}
   
   
 #teacher_contents2 div h2{
    padding-top: 110px;
}
  
 #teacher_contents1 div.femaleStudent h2 span{  
   	font-size:16px;	
   	width:calc(232px - 6px);
   	padding-left: 6px;
	height:	30px;
    margin-bottom: 16px;
	line-height: 1.85;
}
   
section#contents1 #teacher_contents1 div.message{
    display:flex;
}

section#contents1 div.message p{
	width:max(37vw,285px);	
	margin-right:39px;
}

section#contents1 div.message img{
	width:max(37vw,284px);
	height:246px;
	margin-right:0;		
}


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

#teacher_contents1  div#supportProgram h3.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;
}


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

/*accordion*/

.Label,
#point3{
	width:max(79vw,608px);
 	height:calc(524px - 42px);
    padding-top: 42px;
	margin:93px auto 0;
	font-size:21px;	
}

#point3{
 	height:auto;
 	margin-bottom:98px;
}


.Label p.more{
	width: calc(206px - 17px);
	height: calc(61px - 13px);
	padding-top: 13px;
	top:400px;
	right:calc(50% - 103px);
}


/*accordion-end*/



#teacher_contents1 h3{
	letter-spacing: 1.68px;
	margin-left:50px;
}


#teacher_contents1 .Label img{
	width:151px;
	top:140px;
	left: calc(50% - 75px);
}

#teacher_contents1 #accordion2 .Label img{
	width:307px;
	top:170px;
	left:calc(50% - 150px);
}

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

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

.AccordionContents div.inner p.comment{
	width:max(65vw,500px);
	margin-bottom: 44px;
}

.AccordionContents div.inner img{
	width:max(65vw,500px);
	height:320px;
	object-position: center top;
}

#accordion2 .AccordionContents div.inner img{
    object-position: center top;
}

#accordion2 h4.programs_title{
	width:max(65vw,500px);
	height:59px;
	font-size:18px;
	margin: 100px auto 0;
}

#accordion2 h4.programs_title::before,
#accordion2 h4.programs_title::after,
#accordion2 h4.programs_title.example::before,
#accordion2 h4.programs_title.example::after{
    bottom: 69px;
    left: 0px;
    width: max(65vw,500px);
}

#accordion2 h4.programs_title::after,
#accordion2 h4.programs_title.example::after{
    bottom: 10px;
}


#accordion2 div#programs ul{
	flex-direction:column;
	width:450px;
}

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

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

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

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

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

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


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

#accordion2 div#programs ul li::before{
	bottom: 50px;
    left: -34px;
}

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

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

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

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


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

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

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

}

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



#accordion2 div.inner div.box{
	width:max(65vw,500px);
	margin-bottom:30px;
}

#accordion2 div.inner div.box.OBOG{
	margin-top: 60px;
}



#accordion2 div.inner div.box.BIP::after{
    transform: rotate(0deg);
	width: 500px;
	top: auto;
	bottom: -34px;
	right: calc(50% - 250px);
}


#accordion2 div.inner div.box p.comment{
	width:max(65vw,500px);
	height:auto;
	margin-bottom: 29px;
}

#accordion2 div.inner div.box div img{
	width: max(32vw,245px);
	height: 186px;
	margin-top: 0px;
}

#point3 img.illust{
	width:245px;
	top:148px;
	right:calc(50% - 123px);
}


/*accordion p3*/ 
.Label.p3{		
	width: max(65vw,500px);
	height: 186px;
	font-size:20px;
	letter-spacing: 2px;
	margin: 283px auto 0px;
}

#teacher_contents1 #point3 label.p3 p.more{
    top: 94px;
    right: calc(50% - 103px);
}


/*accordion p3-end*/

#teacher_contents1 #point3 h4{
	width:calc(max(65vw,500px) - 50px);
	height: calc(63px - 32px);
	padding: 14px 0px 18px 50px;
	letter-spacing: 2px;
}


#teacher_contents1 #point3 h4::before{
	width: 12px;
	height: 23px;
	background-size: contain;
	top: 21.5px;
}



#teacher_contents1 #point3 .AccordionContents{
	width:max(79vw,608px);
	margin-top: 1px;
}

#teacher_contents1 #point3 .AccordionContents .acBox{
	width:calc( max(65vw,500px) - 60px);
	height:auto;
    padding: 25px 30px 30px 30px;
}

#teacher_contents1 #point3 .AccordionContents .acBox div.flexRow{
	display:block;
	text-align: center;
}

#teacher_contents1 #point3 .AccordionContents .acBox p.subtitle{
    font-size: 17px;
    letter-spacing: 1.36px;
}

#teacher_contents1 #point3 .AccordionContents .acBox h5{
	width: calc( max(57vw,440px) - 34px);
}

#teacher_contents1 #point3 .AccordionContents .acBox p.comment{
	width:max(57vw,440px) ;
}

#teacher_contents1 #point3 .AccordionContents .acBox img.image{
 	width: max(57vw,441px);
	height: 289px;
	margin-top: 30px;
	object-position: top;
 }
 
 
 a.checkbtn{
 	margin: 20px auto 41px;
 }


#teacher_contents2 div.inner,
#teacher_contents2 div.inner ul{
  	width:max(79vw,608px);	
 }


#teacher_contents2 div.inner p{  
	font-size:14px;
	letter-spacing: 1.12px;
}

#teacher_contents2 div.inner div.examBox{
  	width:max(79vw,608px);	
	margin-bottom: 84px;
}


#teacher_contents2 div.inner div.examBox.last{
	margin-bottom: 47px;
}


#teacher_contents2 div.inner div.examBox h3{
	font-size:23px;
	letter-spacing: 1.84px;
	margin-top:24px;
	margin-bottom:27px;
}

#teacher_contents2 div.inner div.examBox ul {
	display:block;
	width: 499px;
	margin: 0 auto;
}


#teacher_contents2 div.inner div.examBox ul li{
	width:499px;
}

#teacher_contents2 div.inner div.examBox ul li.last{
	height: auto;
	width:499px;
	padding-bottom: 32px;
}

#teacher_contents2 div.inner div.examBox ul li.last p.comment{
	margin-left: 54px;
}


#teacher_contents2 div.inner div.examBox ul li p.sub{
	padding-top: 21px;
	margin-top: 29px;
} 	
 	
 	
#teacher_contents2 div.inner div.examBox ul li p.remarks{
 	font-size:10px;
 	letter-spacing: 0.8px;
	margin-top: 34px;
 }


#teacher_contents2 div.inner div.examBox ul li.last p.new{
	top: -15px;
	right: 18px;
}

#teacher_contents2 div.inner div.examBox ul li.last div.flexRow{
	width: 427px;
	display:block;
}

#teacher_contents2 div.inner div.examBox ul li.last p.sub {
   margin-top: 35px;
   padding-top: 33px;
}

#teacher_contents2 div.inner div.examBox ul li.last h4{
	margin: 22px auto 24px;
}


#teacher_contents2 div.inner div.examBox ul li.last p.remarks{ 
	text-align:left;
	margin-left: 54px;
	line-height: 1.8;
	margin-top: 16px;
	text-indent: -1em;
	padding-left: 1em;
}

#teacher_contents2 a.checkbtn{
	width:calc(499px - 13px);
	height: calc(57px - 10px);
  	font-size: 14px;
    margin: 41px auto 0px;
    padding-top: 10px;
	padding-left:13px;
}

#teacher_contents2 a.checkbtn::after{
    top: 10px;
    right: 12px;
 }
 

/*section contents3*/

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

section#contents3 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#contents3 .FutureWrapper h2::before{
	width:608px;
	top: auto;
    bottom: -13px;
}

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

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

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

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

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

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

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


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


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

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

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


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

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


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

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




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

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

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

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

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

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

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

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

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


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

.sp,.pcsp{
	display:block;
}

.pctb{
	display:none;
}



#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 #teacher_intro h1{
	font-size:54px;
	letter-spacing:2.7px;
	padding-top: 12px;
    margin-top: -2px;
}

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


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

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


section#contents1 #teacher_intro h2{
	letter-spacing: 0.9px;
	font-size:18px;
	margin-top: 34px;
}


section#contents1 #teacher_intro ul.talk{
	width: min(90vw, 325px);
	margin:54px auto 25px;	
}

section#contents1 #teacher_intro ul.talk li,
section#contents1 #teacher_intro ul.talk li:nth-child(2){
	width:min(90vw, 325px);
	height:auto;
	margin: 10px auto;
}
	
section#contents1 #teacher_intro ul.talk li div {
	width:309px;
	margin-left: 1px;
}
	
section#contents1 #teacher_intro ul.talk li div.teacher2 {
	width:319px;
	margin-top: 12px;
}
	
section#contents1 #teacher_intro ul.talk li div.teacher3 {
	 width:278px;
	margin-left: 45px;
}

section#contents1 #teacher_intro ul.talk li div.teacher4 {
	 width:289px;	
	margin-top: -3px; 
}

section#contents1 #teacher_intro ul.talk li div img{
	width:154px;
	height:154px;
}

section#contents1 #teacher_intro ul.talk li div p{
	font-size:13px;
	letter-spacing: 1.3px;
	margin-top: 13px;
}

section#contents1 #teacher_intro ul.talk li div.teacher2 p {
	margin-top: 49px;
	margin-left: 130px;
}


section#contents1 #teacher_intro ul.talk li div.teacher3 p {
	margin-left: 18px;
}

section#contents1 #teacher_intro ul.talk li div.teacher4 p {
	margin-left: 143px;
	margin-top: 49px;
}



section#contents1 #teacher_intro ul.talk li div p::before{
	width:184px;
    height: 48px;
    top: -1px;
	left: -23px;
}
    
section#contents1 #teacher_intro ul.talk li div.teacher2 p::before{
	width:205px;
	top: -11px;
	left: -17px;
}
    
section#contents1 #teacher_intro ul.talk li div.teacher4 p::before{
	width:169px;
	top: -10px;
	left: -21px;
}	  
    
section#contents1 #teacher_intro .red{
	width:min(90vw,325px);
	height: calc(136px - 19px);
	padding-top: 19px;
	letter-spacing: 1.3px;
	font-size:13px;
}    
    	
section#contents1 #teacher_intro img.arrows {
    margin-top: 32px;
}    	
    	
    	
   
section#contents1 div.message{ 	
	width: min(90vw,325px); 	
	margin: 0 auto 61px
}	

section#contents1 div.ASgroup div.message p{
	width: min(90vw,325px);	
}


section#contents1 div.ASgroup div.message img{
	width:min(90vw,325px);
	height:219px;
}

#teacher_contents1 div.femaleStudent, 
#teacher_contents2 div.papertest{   
 	height:313px; 
	margin-bottom: 47px; 
}   

#teacher_contents1 div.femaleStudent{
    background: url(../img/femaleStudent_sp.png) no-repeat top center;
	background-size: cover;
}

#teacher_contents2 div.papertest{
	background: url(../img/papertest_sp.png) no-repeat top center;
	background-size: cover;
}



   
#teacher_contents1 div.femaleStudent h2{
	width:min(90vw,325px);
	padding-top: 170px;
}


#teacher_contents2 div h2{
	width:min(90vw,325px);
	padding-top: 190px;
	line-height: 1.6;
}

#teacher_contents1 div.femaleStudent h2 span{  
	margin-bottom: 14px;
}    	
   
section#contents1 #teacher_contents1 div.message{
    display:block;
	margin: 0 auto;
}   
   
   
   
section#contents1 div.message p{
	width:min(90vw,325px);
	margin: 0 auto 37px;	 	
}
	
section#contents1 div.message img{
	width:min(90vw,325px);	 	
}

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


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

#teacher_contents1 div#supportProgram img{	
	width: min(78vw, 275px);
	margin: 30px auto 44px;
}	
	
/*accordion*/	
.Label,
#point3{
	width:min(90vw,325px);	 
	height:calc(386px - 28px);
    padding-top: 22px;
	font-size:17px;	
}

#point3{
 	height:auto;
 }
	
	
.Label p.more{
	width: calc(176px - 17px);
	height: calc(53px - 8px);
	padding-top: 8px;
	top:292px;
	right:calc(50% - 88px);
}
	
.Label p.more::before {
    top: calc(50% - 5px);
}	
	
	
/*accordion-end*/	
	
#teacher_contents1 h3{
	letter-spacing: 1.36px;
	line-height: 1.9;
	margin: 0 auto;
	display: block;
	width: 268px;
}
	
	
#teacher_contents1 .Label img{
	width:96px;	
	left: calc(50% - 48px);
	top: 122px;
}
	
#teacher_contents1 #accordion2 .Label img{
	width:182px;	
	top: 141px;
	left: calc(50% - 91px);
}
	
.AccordionContents{	
	width:min(90vw,325px);	
}	
	
.AccordionContents div.inner{
	width:min(78vw,275px);
	margin: 0px auto 25px;
}

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

	
.AccordionContents div.inner p.comment{
	width:min(78vw,275px);
	margin-bottom: 26px;
}
	
.AccordionContents div.inner img{	
	width:min(78vw,275px);
	height:189px;
}	
		
#accordion2 h4.programs_title{
	width:min(78vw,275px);
	height:110px;
	font-size:17px;
	letter-spacing: 1.7px;
	line-height: 1.8;
	margin: 62px auto 0;
}


#accordion2 h4.programs_title::before,
#accordion2 h4.programs_title::after,
#accordion2 h4.programs_title.example::before,
#accordion2 h4.programs_title.example::after{
	bottom: 120px;
    width:min(78vw,275px);
}

#accordion2 h4.programs_title::after{
	bottom: 10px;
}

#accordion2 h4.programs_title.example::after{
	bottom: 35px;
}

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

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

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

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



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

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

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


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

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

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

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

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

#accordion2 div#programs ul li:nth-child(9)::before{
	background-size: contain;
	width: 94px;
	height: 59px;
	bottom: -39px;
	left: 3px;
}


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

#accordion2 div.inner div.box div.flexRow{
	display:block;
}

#accordion2 div.inner div.box.BIP::after{
	width: min(78vw, 275px);
	right: calc(50% - min(38vw, 137px));
	background: url(../img/Pdashed_sp.svg) no-repeat center center;	
}

#accordion2 div.inner div.box p.pTitle{
    margin-top: 1px
}


#accordion2 div.inner div.box p.comment{	
	width:min(78vw, 275px);	
}

#accordion2 div.inner div.box div img{
	width:min(78vw, 275px);	
	height:208px;
	margin-bottom: 10px;
}	

#accordion2 div.inner div.box div img.last{
	margin-bottom: 0px;
}
	
#point3 img.illust{	
	width:169px;
	right:calc(50% - 84px);
	top: 138px;
}

/*accordion p3*/ 
.Label.p3{		
	width:min(78vw, 275px);	
	height: 195px;
	font-size:16px;	
	letter-spacing: 1.6px;
	margin: 224px auto 0px;
}
	
/*accordion p3-end*/

#teacher_contents1 #point3 h4{
	width:calc(min(78vw,274px) -  44px);
	height: calc(82px - 31px);
	padding: 11px 0px 18px  44px;
	line-height: 1.8;
}


#teacher_contents1 #point3 h4::before{
	top: 13px;
	left: 9px;
}


#teacher_contents1 #point3 label.p3 p.more {
	top: 113px;
	right: calc(50% - 88px);
}




#teacher_contents1 #point3 .AccordionContents{
	width:min(78vw, 275px);	
}

#teacher_contents1 #point3 .AccordionContents .acBox{
	width:calc( min(78vw, 275px) - 32px);	
	padding: 18px 16px 16px 16px;
	margin: 0px auto 21px;
}

#teacher_contents1 #point3 .AccordionContents .acBox p.subtitle{
    font-size: 14px;
    letter-spacing: 1.12px;
	line-height: 2;
}


#teacher_contents1 #point3 .AccordionContents .acBox h5{
	width: calc( min(65vw,245px) - 23px);
	height: 36px;
	letter-spacing: 1.2px;
	font-size:15px;
	padding-top: 0px;
	margin: 18px 0 20px;
	padding-left: 13px;
}


#teacher_contents1 #point3 .AccordionContents .acBox h5.ngu{
	letter-spacing: 1px;
    padding-left: 12px;
    width: calc(min(65vw, 245px) - 22px);
}


 #teacher_contents1 #point3 .AccordionContents .acBox p.comment{
 	letter-spacing:1.12px;
 	font-size:14px;
 	width: min(65vw,243px) ;	
}

#teacher_contents1 #point3 .AccordionContents .acBox img.image{
  	width:min(65vw,245px);
   	height: 182px;
}

a.checkbtn{
	width: calc(min(65vw,245px) - 22px);
    height: calc(60px - 7px);
    padding-top: 7px;
    padding-left: 22px;
	line-height: 1.6;
	margin: 20px auto 0px;
}

a.checkbtn::after{
    top: 31%;
    right: 15px;
	font-size: 14px;
}



#teacher_contents2 div.inner,
#teacher_contents2 div.inner ul{
  	width:min(90vw,325px);	
}

#teacher_contents2 div.inner p {
	line-height: 2;
}


#teacher_contents2 div.inner div.examBox{
  	width:min(90vw,325px);	
 }
 
#teacher_contents2 div.inner div.examBox.last {
	margin-bottom: 40px;
}

#teacher_contents2 div.inner div.examBox h3{
	font-size:16px;
	letter-spacing: 1.28px;
	width: auto;
}

#teacher_contents2 div.inner div.examBox ul {
 	width:min(90vw,325px);	
}

#teacher_contents2 div.inner div.examBox ul li{
 	width:min(90vw,325px);	
}

#teacher_contents2 div.inner div.examBox ul li.last{
 	width:min(90vw,325px);	
	padding-bottom: 24px;
	height: calc(357px - 24px);
 }


#teacher_contents2 div.inner div.examBox ul li p.sub {
	padding-top: 29px;
}

#teacher_contents2 div.inner div.examBox ul li h4 {
    margin-top: 12px;
}

#teacher_contents2 div.inner div.examBox ul li p.remarks {
	margin-top: 33px;
}



#teacher_contents2 div.inner div.examBox ul li.last p.sub {
	padding-top: 28px;
}

#teacher_contents2 div.inner div.examBox ul li.last h4 {
	margin: 18px auto 22px;
}

#teacher_contents2 div.inner div.examBox ul li.last p.comment{
	margin:21px auto 17px;
	display:block;
	width:268px;
}

#teacher_contents2 div.inner div.examBox ul li.last p.remarks {
	margin: 0px auto;
	display: block;
	width: 253px;
}


#teacher_contents2 div.inner div.examBox ul li.last div.flexRow{
	width:275px;
}

#teacher_contents2 a.checkbtn{
	width: calc(min(90vw, 325px) - max(2vw, 21px));
	height: calc(60px - 7px);
	padding-top: 7px;
	line-height: 1.6;
	padding-left: max(2vw, 21px);
 }	
	
#teacher_contents2 a.checkbtn::after{
	top: 16px;
}

/*section contents3*/

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

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

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

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

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

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

section#contents3 .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#contents3 .FutureWrapper div .banner.banner2{
	background:url(../img/banner2BG_sp.png) no-repeat center center;
}


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

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

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

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

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

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


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

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

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

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


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

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



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

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

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

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

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

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

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



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


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


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

section#contents3 .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 #teacher_intro h1{
	font-size:49px;
}

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

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

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

#teacher_contents1 #point3 .AccordionContents .acBox {
	width: calc(min(82vw, 275px) - 32px);
}

#teacher_contents1 #point3 .AccordionContents .acBox h5.ngu {
	padding-left: 11px;
	width: calc(min(72vw, 245px) - 21px);
}

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

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

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

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


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

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


section#contents3 .FutureWrapper nav a.channel img{

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


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


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


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



	
}

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

section#contents1 #teacher_intro ul.talk {
	width: min(98vw, 325px);
}

section#contents1 #teacher_intro ul.talk li, 
section#contents1 #teacher_intro ul.talk li:nth-child(2) {
	width: min(98vw, 325px);
	margin: 11px auto;
}

section#contents1 #teacher_intro ul.talk li div.teacher2 p {
	margin-left: 126px;
}

section#contents1 #teacher_intro ul.talk li div.teacher3 {
	margin-left: 36px;
}

#teacher_contents1 h3.ac1,
#teacher_contents1 h3.ac2{    
    width: 257px;
}


#teacher_contents2 div.inner div.examBox ul li.last p.comment {
	width: 258px;
}

#teacher_contents2 a.checkbtn {
	width: calc(min(90vw, 325px) - 15px);
padding-left: 15px;
}

#teacher_contents2 a.checkbtn::after{
    right: 11px;
}



#teacher_contents1 #point3 .AccordionContents {
	width: min(90vw, 275px);
}


#teacher_contents1 #point3 .AccordionContents .acBox {
	width: calc(min(82vw, 275px) - 26px);
	padding: 18px 13px 16px 13px;
}

#teacher_contents1 #point3 .AccordionContents .acBox h5.ngu {
	padding-left: 10px;
	width: calc(min(73vw, 245px) - 20px);
}

#teacher_contents1 #point3 .AccordionContents .acBox p.comment {
	width: min(72vw, 243px);
}





}