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

/*==================================================
mv
================================================== */

#mv{
    text-align: center;
    padding-top: 110px;
    position: relative;
    height: 80vh;
    background: url("../image/mv_pc.png") no-repeat;
    background-size: 100%;
    background-position: 50% 70%;
}

#mv-copy{
    display: block;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
}

#mv-txt{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.8;
    margin: 0;
}


@media only screen and (max-width: 1024px) {
    
#mv{
    padding-top: 100px;
}

#mv-copy{
    font-size: 34px;
}

#mv-txt{
    font-size: 18px;
}	
    
}

@media screen and (max-width: 1024px) and (orientation: portrait){
    
#mv{
    height: 46vh;
}
    
}


@media only screen and (max-width: 768px) {
    
#mv{
    padding-top: 90px;
}

#mv-copy{
    font-size: 25px;
}

#mv-txt{
    font-size: 14px;
    bottom: 35px;
}



}

/*----------

学校施設開放DX

------------*/

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

#mv{
    text-align: left;
    height: 70vh;
    background: url("../images/mv_sp.png") no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 95px 15px 0;
}

#mv-copy{
    font-size: 6.5vw;
}

#mv-txt{
    bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 15px;
    font-size: 13px;
    text-align: right;
}



}

/*==================================================
top-slider
================================================== */

#top-slider{
    width: 100%;
    margin-top: 60px;
    position: relative;
    z-index: -1;
}

#top-slider ul li{
    height: 25vh;
}

#top-slider ul li img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.name-lg{
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: inline-block;
    border: 5px solid #fff;
    font-size: 38px;
    color: #16447c;
    background-color: rgba(255,255,255,0.64);
    z-index: 1 !important;
    padding: 10px 50px;
    font-weight: 600 !important;
}

.flex-direction-nav{
    display: none;
}


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

@media screen and (max-width: 1024px) and (orientation: portrait){

#top-slider ul li{
    height: 22vh;
}
  
}
    



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

.name-lg{
    font-size: 5vw;
    min-width: 50%;
    padding: 4px 12px;
}

}

@media screen and (max-width: 768px) and (orientation: portrait){   
    
    
}

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

#top-slider ul li{
    height: 20vh;
}

.name-lg{
    border: 4px solid #fff;
    font-size: 6.4vw;
    padding: 8px 14px;
    min-width: 80%;
}
    
}


/*==================================================
icn
================================================== */

.icn{
    display: inline;
    vertical-align: middle;
    margin-right: 6px;
    width: 16px;
}

#drop-menu > li > a:hover .icn{
    filter: brightness(0) invert(1);
}

.icn.c-w{
   filter: brightness(0) invert(1); 
}




/*==================================================
下層ページ共通
================================================== */

.bottom-line{
	text-align: center;
	font-size: 24px;
}

.box-tate-scroll-line{
    height: 220px;
    position: relative;
    text-align: center;
}

.tate-scroll-line {
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 0;
    background-color: #fff;
    transition: 1.5s;
    content: "";
}

.tate-scroll-line.expand{
    height: 100%;
}

.bottom-line p{
	letter-spacing: 0.2em;
	margin: 0;
}


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


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


}

@media only screen and (max-width: 480px) {
.bottom-line{
	font-size: 21px;
}

.box-tate-scroll-line{
    height: 160px;
}

.bottom-line p{
	letter-spacing: 0.1em;
	margin: 0;
}
    
}

/*==================================================
news
================================================== */

#news-list{
    width: 800px;
    margin: 35px auto 0;
    height: 320px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 25px;
    box-sizing: border-box;
}

#news .btn-area{
    padding: 35px 0 60px;
}

#news-list article{
    display: flex;
    border-bottom: 1px solid #999;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.news-date{
    width: 15%;
    margin: 0 !important;
}

.news-title{
    width: 85%;
    margin: 0 !important;
}

.news-title a{
    text-decoration: none;
}


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

#news-list{
    width: 90%;
    height: 280px;
} 
}

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

#news .btn-area{
    padding: 25px 0 50px;
}

#news-list article{
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.news-date{
    width: 20%;
}

.news-title{
    width: 80%;
}  
    
}

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

#news-list{
    margin: 25px auto 0;
    padding-right: 15px;
}

#news .btn-area{
    padding: 25px 0 40px;
}

#news-list article{
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news-date{
    width:100%;
}

.news-title{
    width: 100%;
}
    
}





/*==================================================
function
================================================== */

#ul-func{
    list-style: none;
    width: 1024px;
    margin: 50px auto 80px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#ul-func li{
    width: 239px;
    border: 1px solid #16447c;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 15px -5px #777777;
    padding-bottom: 18px;
}

#ul-func li:nth-of-type(4n){
    margin-right: 0;
}

#ul-func li h3{
    display: block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #16447c;
    padding: 12px 0;
}

.func-icn{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.func-icn img{
    height: 60px;
}

.icn-01{
    height: 40px !important;
}


#ul-func li p{
    margin: 0;
    padding: 0 12px;
    line-height: 1.4;
}

#ul-func li:nth-child(2){transition-delay: 100ms;}
#ul-func li:nth-child(3){transition-delay: 300ms;}
#ul-func li:nth-child(4){transition-delay: 400ms;}
#ul-func li:nth-child(5){transition-delay: 0ms;}
#ul-func li:nth-child(6){transition-delay: 100ms;}
#ul-func li:nth-child(7){transition-delay: 200ms;}
#ul-func li:nth-child(8){transition-delay: 300ms;}
#ul-func li:nth-child(9){transition-delay: 0ms;}
#ul-func li:nth-child(10){transition-delay: 100ms;}
#ul-func li:nth-child(11){transition-delay: 200ms;}
#ul-func li:nth-child(12){transition-delay: 300ms;}
#ul-func li:nth-child(13){transition-delay: 0ms;}
#ul-func li:nth-child(14){transition-delay: 100ms;}
#ul-func li:nth-child(15){transition-delay: 200ms;}
#ul-func li:nth-child(16){transition-delay: 300ms;}


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

#ul-func{
    width: 90%;
}

#ul-func li{
    width: calc(100%/4 - 17px);
}

#ul-func li h3{
    font-size: 2vw;
}
    
#ul-func li h3 small{
    font-size: 60%;
}
    
}


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

#ul-func{
    margin: 40px auto 50px;
}

#ul-func li{
    width: calc(100%/4 - 11px);
    margin-right: 13px;
    margin-bottom: 13px;
}

#ul-func li:nth-of-type(4n){
    margin-right: 0;
}

.func-icn{
    height: 70px;
}

.func-icn img{
    height: 50px;
}

.icn-01{
    height: 34px !important;
}


#ul-func li p{
    font-size: 14px;
}
    
}


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

#ul-func{
    margin: 30px auto;
}

#ul-func li{
    width: calc(100%/2 - 9.5px);
    margin-right: 15px;
    margin-bottom: 15px;
}

#ul-func li:nth-of-type(2n){
    margin-right: 0;
}

#ul-func li h3{
    font-size: 4vw;
}

    
}


/*==================================================
feature
================================================== */

#feature{
    padding-bottom: 50px;
}

.box-feature{
    position: relative;
    margin-bottom: 35px;
    min-height: 330px;
}

.box-feature img{
    position: absolute;
    width: 50%;
    top: 0;
    left: 50%;
    border-radius: 24px;
}

.box-feature h3{
    width: 45%;
    padding-top: 50px;
}

.box-feature p{
    width: 45%;
    line-height: 2.0;
}

#feature02 img, #feature04 img{
    left: 0;
}

#feature02 h3, #feature04 h3,
#feature02 p, #feature04 p{
    margin-left: 55%;
}



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

.box-feature{
    min-height: 300px;
}
    
}



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

.box-feature{
    min-height: 230px;
}

.box-feature h3{
    padding-top: 30px;
}

.box-feature img{
    border-radius: 18px;
}
    
}


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

#feature{
    padding-bottom: 50px;
}

.box-feature{
    position: relative;
    margin-bottom: 25px;
    min-height: auto;
}

.box-feature img{
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    border-radius: 12px;
}

.box-feature h3{
    width: 100%;
    padding-top: 0;
}

.box-feature p{
    line-height: 1.8;
    margin: 10px auto 0;
    width: 96%;
}

#feature02 img, #feature04 img{
    left: inherit;
}

#feature02 p, #feature04 p{
    margin: 10px auto 0;
    width: 96%;
}
    
#feature02 h3, #feature04 h3{
    text-align: right;
    margin-left: 0;
}
    
    
}


/*==================================================
about
================================================== */

.box-about{
    position: relative;
}

.img-imac{
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    z-index: -1;
}

.box-about h3{
    padding-top: 50px;
    width: 65%;
    line-height: 1.6;
}

.box-about p{
    width: 52%;
    line-height: 2.0;
    margin: 0;
}

.ill-about{
    text-align: center;
    padding: 50px 0;
}

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

.box-about h3{
    width: 60%;
}
    
}

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

.img-imac{
    top: -70px;
    width: 36%;
}

.box-about h3{
    padding-top: 30px;
    width: 58%;
}

.box-about p{
    width: 100%;
}

.ill-about{
    padding: 30px 0;
}
    
}

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

.img-imac{
    position: relative;
    top: inherit;
    right: inherit;
    width: 80%;
    display: block;
    margin: 0 auto 12px;
}

.box-about h3{
    padding-top: 20px;
    width: 100%;
}

.box-about p{
    width: 100%;
    line-height: 1.8;
    margin: 0;
}

.ill-about{
    padding: 25px 0 40px;
}
    
}

/*==================================================
banner
================================================== */

#banner{
    padding-bottom: 100px;
}

.swiper-slide img{
    width: 100%;
}

.swiper-slide{
    pointer-events: none;
}

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

#banner{
    padding-bottom: 50px;
}
    
}

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

#banner{
    padding-bottom: 30px;
}
    
}

/*==================================================
accordion
================================================== */


dl.accordion{
    padding-bottom: 20px;
}


dl.accordion dt{
}

dl.accordion dt .icn-up{
    display: none;
}

dl.accordion dt.open .icn-down{
    display: none;
}

dl.accordion dt.open .icn-up{
    display: inline;
}

dl.accordion dt:hover{
    cursor:pointer;
}
 
dl.accordion dd {
    display:none; 
    border-left: 1px solid #999;
    padding-left: 20px;
    margin: 15px 0 15px 6px;
}



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


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

 
dl.accordion dd {
    padding-left: 14px;
}
	
}


/*==================================================
search
================================================== */

#search{
    background-color: #e7f0fa;
    padding-bottom: 65px;
}

#dl-search{
    border: 2px solid #16447c;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -5px #777777;
    margin: 65px 0 0;
}

.bl_accordion {

}

#dl-search .bl_accordionTitle:first-child{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#dl-search .bl_accordionContent:last-child,
#dl-search .bl_accordionTitle:nth-child(7){
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}


#dl-search .bl_accordionTitle.active:nth-child(7){
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bl_accordionTitle {
  font-size: 24px;
  background-image: -moz-linear-gradient( 90deg, rgba(197,197,197,0.99608) 0%, rgb(252,254,254) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(197,197,197,0.99608) 0%, rgb(252,254,254) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(197,197,197,0.99608) 0%, rgb(252,254,254) 100%);
    padding: 14px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}

.bl_accordionTitle.active{
  background-image: -moz-linear-gradient( 90deg, rgba(22,68,124,0.99608) 0%, rgb(46,100,165) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(22,68,124,0.99608) 0%, rgb(46,100,165) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(22,68,124,0.99608) 0%, rgb(46,100,165) 100%);
    color: #fff;
}

.bl_accordionTitle .icn{
    width: 24px;
    vertical-align: middle;
}

.icn-updown-search{
    width: 24px;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
}

.bl_accordionTitle .icn-up{
    display: none;
}

.bl_accordionTitle.active .icn-up{
    display: inline;
    filter: brightness(0) invert(1);
}

.bl_accordionTitle.active .icn{
    filter: brightness(0) invert(1);
}

.bl_accordionTitle.active .icn-down{
    display: none;
}


.bl_accordionContent {
  padding: 0 30px;
  opacity: 0;
  height: 0;
  line-height: 0;
  transition: 0.3s;
    background-color: #fff;
    margin: 0 !important;
}



.bl_accordionContent.open {
  padding: 30px;
  opacity: 1;
  line-height: normal;
  height: auto;
}

.bl_accordionContent .btn-area{
    padding: 20px 0 30px !important;
}



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

#search{
    padding-bottom: 50px;
}

#dl-search{
    margin: 50px 0 0;
}

.bl_accordionTitle {
  font-size: 21px;
    padding: 14px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}

.icn-updown-search{
    width: 20px;
    right: 12px;
    margin-top: -10px;
}

.bl_accordionTitle .icn{
    width: 21px;
}


.bl_accordionContent {
  padding: 0 20px;
}



.bl_accordionContent.open {
  padding: 20px;
}
    
}



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

#search{
    padding-bottom: 30px;
}

#dl-search{
    margin: 30px 0 0;
}

.bl_accordionTitle {
  font-size: 18px;
    padding: 12px 12px;
}

.icn-updown-search{
    width: 18px;
    right: 10px;
    margin-top: -9px;
}

.bl_accordionTitle .icn{
    width: 18px;
}


.bl_accordionContent {
  padding: 0 20px;
}



.bl_accordionContent.open {
  padding: 20px;
}

.bl_accordionContent .btn-area{
    padding: 10px 0 10px !important;
}
    
}


/*==================================================
news detail
================================================== */

#topicpath{
    padding: 0 30px;
    position: relative;
    z-index: 10;
    margin-top: 35px;
	font-size: 13px;
}

#topicpath ul{
    list-style: none;
}

#topicpath ul li{
    display: inline-block;
}

#topicpath ul li::after{
    content: ">";
    padding: 0 6px 0 11px;
}

#topicpath ul li:last-child::after{
    content: none;
}

#blog-detail{
    padding: 150px 0;
}

#blog-header .title-basic{
    margin-bottom: 10px;
}

#blog-mainimg{
    margin: 35px 0 0;
}

#blog-mainimg img{
    vertical-align: bottom;
}

#blog-body{
	padding: 25px 0 0;
	line-height: 2.0;
	letter-spacing: 0.08em;
	word-break: break-all;
}

#blog-body h2{
    display: block;
    border-left: 8px solid #1b2a53;
    font-size: 26px;
    padding-left: 15px;
    margin: 80px 0 50px;
    letter-spacing: 0.08em;
}

#blog-body p{
    margin: 0 0 25px 25px;
	text-align: justify;
}

#blog-body img{
    margin: 50px 0 50px 25px;
    width: 97% !important;
    box-sizing: border-box;
    height: auto !important;
}


.box-blog{
	border: 1px solid #172244;
	padding: 20px 75px 50px;
	margin-top: 100px;
}

.box-blog h2{
	border-color: #e64c72 !important;
}

.box-blog-btn{
	margin: 50px 0 0;
}

.box-blog-btn a{
	display: inline-block;
	border-radius: 8px;
	padding: 20px 0;
	width: 320px;
	color: #fff;
	background-color: #22b373;
	border: 2px solid #22b373;
	margin: 0 0 20px 25px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}

.box-blog-btn a:hover{
	background-color: #fff;
	color: #22b373;
}

.box-blog-btn a.btn-contact{
	background-color: #5c91c3;
	border: 2px solid #5c91c3;
}

.box-blog-btn a.btn-contact:hover{
	background-color: #fff;
	color: #5c91c3;
}


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

#topicpath{
    padding: 0 20px;
    margin-top: 25px;
}

#blog-detail{
    padding: 120px 0;
}


.box-blog{
	padding: 0 45px 30px;
	margin-top: 50px;
}

.box-blog-btn{
	margin: 40px 0 0;
}
	
}

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

#topicpath{
    padding: 0 12px;
    margin-top: 15px;
	font-size: 12px;
	z-index: -1;
}	

#blog-detail{
    padding: 80px 0;
}
    
#blog-body h2{
    border-left: 6px solid #172244;
    font-size: 5.6vw;
    line-height: 1.4;
    padding-left: 12px;
    margin: 60px 0 40px;
}

#blog-body p{
    margin: 0 18px 25px;
}

#blog-body img{
    margin: 0 18px 15px;
    width: 90% !important;
}   


.box-blog{
	padding: 0 25px 20px ;
	margin-top: 30px;
}

.box-blog h2{
	margin: 40px 0 25px !important;
}

.box-blog-btn{
	margin: 35px 0 0;
}

.box-blog-btn a{
	padding: 12px 0;
	width: 84%;
	margin: 0 0 10px 20px;
	font-size: 16px;
} 
}


/*==================================================
lecturer
================================================== */

.lecturer .title-basic{
	text-align: right;
}

.box-lecturer{
	display: flex;
	margin-bottom: 80px;
}

.pic-lecturer{
	width: 30%;
	padding-right: 15%;
	display: flex;
}

.pic-lecturer img{
	border-radius: 50%;
}

.info-lecturer{
	width: 55%;
	display: flex;
	align-items: center;
}

.info-lecturer h3{
	display: block;
	font-size: 26px;
}

.info-lecturer p{
	margin: 25px 0;
	text-align: justify;
	line-height: 2.0;
}

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

.box-lecturer{
	display: block;
	margin-bottom: 80px;
}

.pic-lecturer{
	width: 30%;
	float: left;
	padding-right: 0;
}

.pic-lecturer img{
	border-radius: 50%;
}

.info-lecturer{
	width: 60%;
	float: right;
}
	
}

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

.info-lecturer h3{
	font-size: 21px;
}

.info-lecturer p{
	margin: 12px 0;
	text-align:left;
	line-height: 1.6;
}
	
}



/*==================================================
class
================================================== */

.class{
	text-align: center;
}

.a-class{
	text-align: right;
	margin-bottom: 15px;
}

/*==================================================
bottom
================================================== */

.bottom{
	padding: 250px 0;
}

.bottom img{
	height: 140px;
	vertical-align: middle;
}

#bottom-dance{
	background:url("../images/img_dance.jpg") no-repeat center center;
	background-size: cover;
}

#bottom-english{
	background:url("../images/img_english.jpg") no-repeat center center;
	background-size: cover;
}

#bottom-programming{
	background:url("../images/img_programming.jpg") no-repeat center center;
	background-size: cover;
	text-align: right;
}

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

.bottom{
	padding: 150px 0;
}

.bottom img{
	height: 120px;
}
	
}

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

.bottom{
	padding: 120px 0;
}

.bottom img{
	height: 90px;
}
	
}

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

.bottom{
	padding: 70px 0;
}

.bottom img{
	height: 60px;
}
	
}

/*==================================================
privacy-policy
================================================== */

#privacy-policy{
	padding-bottom: 100px;
}

#privacy-policy .title-basic{
	text-align: center;
	margin-bottom: 100px;
}

.box-privacy{
	margin-bottom: 100px;
	text-align: justify;
	line-height: 2.2;
}

.box-privacy h3{
	display: block;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 20px;
}

.box-privacy p{
	margin-bottom: 30px;
}


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

#privacy-policy{
	padding-bottom: 50px;
}

#privacy-policy .title-basic{
	margin-bottom: 50px;
}

.box-privacy{
	margin-bottom: 50px;
	line-height: 2.0
}

.box-privacy h3{
	font-size: 16px;
	margin-bottom: 12px;
}
	
}


/*==================================================
main-dance
================================================== */

.main-contents{
	padding: 100px 0 80px;
}

#main-dance{
  background-image: -moz-linear-gradient( 0deg, rgb(102,187,128) 0%, rgb(0,152,68) 50%, rgb(0,137,67) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(102,187,128) 0%, rgb(0,152,68) 50%, rgb(0,137,67) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(102,187,128) 0%, rgb(0,152,68) 50%, rgb(0,137,67) 100%);
}

#main-english{
  background-image: -moz-linear-gradient( 0deg, rgb(234,112,165) 0%, rgb(227,0,127) 50%, rgb(205,0,128) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(234,112,165) 0%, rgb(227,0,127) 50%, rgb(205,0,128) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(234,112,165) 0%, rgb(227,0,127) 50%, rgb(205,0,128) 100%);
}

#main-programming {
  background-image: -moz-linear-gradient( 0deg, rgb(63,190,239) 0%, rgb(0,160,232) 50%, rgb(0,140,214) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(63,190,239) 0%, rgb(0,160,232) 50%, rgb(0,140,214) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(63,190,239) 0%, rgb(0,160,232) 50%, rgb(0,140,214) 100%);
}



.logo-edword{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	text-align: right;
}

.txt-about{
	margin: 50px 0 15px;
	height: 80px;
	vertical-align: bottom;
}

.txt-edword{
	height: 80px;
	vertical-align: bottom;
}

.main-no{
	width: 47%;
	position: relative;
	text-align: right;
	margin-top: -20px;
}

.txt-no{
	width: 80%;
	vertical-align: bottom;
}

.txt-class{
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 0;
}

.kids-class{
	width: 40%;
    vertical-align: top;
    margin: -25px 50px;
}

#main-txt{
	position: relative;
	margin: 80px 0 0;
}

#main-txt article{
	width: 55%;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

#main-txt article .title-basic{
	margin-bottom: 15px;
	color: #fff;
}

#main-txt article img{
	border-radius: 16px;
	vertical-align: bottom;
}

#main-txt p{
	text-align: justify;
	line-height: 2.2;
	margin: 35px 0 0;
	width: 40%;
	color: #fff;
}

.img-earth{
	width: 32%;
	vertical-align: bottom;
}



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

.main-contents{
	padding: 75px 0 50px;
}

.txt-about{
	height: 56px;
}

.txt-edword{
	height: 56px;
}
	
}

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

.main-contents{
	padding: 40px 0 40px;
}

.logo-edword{
	width: 65%;
}

.txt-about{
	margin: 120px 0 15px;
	height: 45px;
}

.txt-edword{
	height: 45px;
}

.main-no{
	width:80%;
	margin-top: -15px;
}

.txt-class{
	height: 29px;
	margin-top: -20px;
}

.kids-class{
	width: 40%;
    vertical-align: top;
    margin: -12px 20px;
}

#main-txt{
	margin: 60px 0 0;
}

#main-txt article{
	width: 100%;
	position: relative;
	top: inherit;
	right: inherit;
}

#main-txt article .title-basic{
	margin-bottom: 8px;
}

#main-txt p{
	line-height: 2.0;
	margin: 20px 0 0;
	width: 100%;
}

.img-earth{
	display: block;
	margin: 25px auto 0;
	width: 60%;
	vertical-align: bottom;
}
	
}

/*==================================================
top-line
================================================== */

#top-line{
	padding-top: 60px;
}

/*==================================================
top-top
================================================== */

#top-top{
	padding-bottom: 30px;
}

#introduction{
	border: 1px solid #fff;
	border-radius: 32px;
	padding: 50px;
	display: flex;
	margin-top: 15px;
	box-sizing: border-box;
}

#top-top .bottom-line .box-tate-scroll-line{
	margin: -30px 0 20px;
}

.ill-e{
	width: 45%;
	text-align: center;
}

.ill-e img{
	width: 62%;
	vertical-align: middle;
}

.txt-intro{
	width: 55%;
	display: flex;
	text-align: left;
	align-items: center;
}

.logo-intro{
	width: 35%;
	vertical-align: bottom;
}

.txt-intro p{
	margin: 35px 0 30px;
	text-align: justify;
	line-height: 2.0;
}

.txt-intro .title-basic{
	margin-bottom: 15px;
}

.box-btn{
	text-align: right;
}

.box-btn a{
	padding: 10px 20px;
}

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

#introduction{
	padding: 50px 30px;
}
	
}

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

#introduction{
	border-radius: 28px;
	padding: 30px;
}

.ill-e img{
	width: 76%;
}

.logo-intro{
	width: 45%;
}

.txt-intro p{
	margin: 25px 0 20px;
	font-size: 13px;
}

.box-btn a{
	padding: 10px 20px;
	min-width: auto;
}
	
}

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

#introduction{
	padding: 30px 25px;
	display: block;
	margin-top: 12px;
}

.ill-e{
	width:100%;
	margin-bottom: 35px;
}

.ill-e img{
	width: 62%;
}

.txt-intro{
	width: 100%;
	display: block;
	text-align: center;
}

.logo-intro{
	width: 60%;
}

.txt-intro p{
    text-align: center;
	margin: 20px 0 14px;
}

.txt-intro .title-basic{
	margin-bottom: 25px;
}

.box-btn{
	text-align: center;
}

.box-btn a{
	padding: 10px 20px;
}
	
}



/*==================================================
top-main
================================================== */

.top-main{
	padding: 25px 0 0;
}

.main-title{
	text-align: right;
	padding-right: 50px;
	align-items: center;
	position: relative;
}

#top-english {
	padding-top: 80px;
	padding-bottom: 80px;
}

#top-english .main-title{
	text-align: left;
	padding-right: 0;
}

.top-no{
	width: auto;
	height: 190px;
	vertical-align: middle;
}

.txt-top-main{
	position: absolute;
	right: 230px;
	top: 50%;
	width: auto;
	height: 50px;
	margin-top: -25px;
}

#top-english .txt-top-main{
	right: inherit;
	left: 150px;
}

.sub-title{
	display: block;
	position: relative;
	font-size: 60px;
	margin: -35px 0 50px 0;
	letter-spacing: 0.12em;
	line-height: 1.3;
}

#top-english .sub-title{
	margin: -35px 0 50px 63%;
	letter-spacing: 0.12em;
}

.sub-title small{
	display: block;
	font-size: 42%;
	margin-bottom: 10px;
}

.mainpic{
	position: absolute;
	width: 56%;
	top: 250px;
	right: 0;
	border-radius: 20px;
}

#top-english .mainpic{
	top: 250px;
	right: inherit;
	left: 0;
}

p.ex-main{
	margin: 0 0 50px 8px;
	line-height: 2.0;
}

#top-english p.ex-main{
	margin: 0 0 50px 63%;
}

.top-main a.a-more{
	margin-left: 8px;
}

#top-english a.a-more{
	margin-left: 63% !important;
}

#top-programming .mainpic{
	top: 320px;
}


@media only screen and (max-width: 1024px) {
	
p.ex-main{
	width: 38%;
}	
	
}

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

.main-title{
	padding-right: 20px;
}

#top-english {
	padding-top: 50px;
	padding-bottom: 50px;
}

#top-english .main-title{
	text-align: left;
	padding-right: 0;
}

.top-no{
	height: 120px;
}

.txt-top-main{
	right: 130px;
	height: 40px;
	margin-top: -20px;
}

#top-english .txt-top-main{
	right: inherit;
	left: 110px;
}

.sub-title{
	font-size: 42px;
	margin: -35px 0 50px 0;
}

#top-english .sub-title{
	margin: -35px 0 35px 63%;
	letter-spacing: 0.12em;
}

.mainpic{
	top: 170px;
}

#top-english .mainpic{
	top: 170px;
}

p.ex-main{
	margin: 0 0 35px 8px;
	font-size: 13px;
}

#top-english p.ex-main{
	margin: 0 0 35px 63%;
}

#top-programming .mainpic{
	top: 220px;
}
	
}

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

.main-title{
	padding-right: 0;
}

#top-english {
	padding-top: 50px;
	padding-bottom: 50px;
}

#top-english .main-title{
	text-align: left;
	padding-right: 0;
}

.top-no{
	height: 100px;
}

.txt-top-main{
	right: 94px;
}

#top-english .txt-top-main{
	left: 110px;
}

.sub-title{
	font-size: 32px;
	margin: 0 0 25px 0;
}

#top-english .sub-title{
	margin: 0 0 25px 44%;
	letter-spacing: 0.12em;
}
	
#top-programming .sub-title{
	margin-top: 15px;
}	

.mainpic{
	position: relative;
	top: inherit;
	left: inherit;
	right: inherit;
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 25px;
	border-radius: 12px;
}

#top-english .mainpic{
	top: inherit;
}

p.ex-main{
	margin: 0 10px 25px 10px;
	font-size: 13px;
	width: 94%;
	text-align: justify;
	box-sizing: border-box;
}

#top-english p.ex-main{
	margin: 0 10px 25px 10px;
}

#top-programming .mainpic{
	top: inherit;
}

#top-english a.a-more{
	margin-left: 10px !important;
}
	
}


/*==================================================
contact
================================================== */

#contact{
    border-bottom: 1px solid #ddd;
}

#contact .btn-area{
    padding: 35px 0;
}



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


#contact .btn-area{
    padding: 10px 0;
}
    
}




