<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* slickslider */
.slickslider {overflow: hidden;height:387px;}
.kv {background-position : right 0px top 0px;width:100%;height:387px;}
@media only screen and (max-width:800px) {.kv {background-position : right -120px top 0px;}}
@media only screen and (max-width:690px) {.kv {background-position : right -240px top 0px;}}
.kv.img01 {background-image:url(/assets/slide_images/slide01.jpg);}
.kv.img02 {background-image:url(/assets/slide_images/slide02.jpg);}
.kv.img03 {background-image:url(/assets/slide_images/slide03.jpg);}
.kv.img04 {background-image:url(/assets/slide_images/slide04.jpg);}
.kv.img05 {background-image:url(/assets/slide_images/slide05.jpg);}
.kv.img06 {background-image:url(/assets/slide_images/slide06.jpg);}
.kv.img07 {background-image:url(/assets/slide_images/slide07.jpg);}
.kv.img08 {background-image:url(/assets/slide_images/slide08.jpg);}
@media only screen and (max-width:690px) {
	.kv.img01 {background-image:url(/assets/slide_images/slide01_sp.jpg);background-position: left -190px top 0px;}
	.kv.img02 {background-image:url(/assets/slide_images/slide02_sp.jpg);background-position: left -260px top 0px;}
	.kv.img03 {background-image:url(/assets/slide_images/slide03_sp.jpg);background-position: left -160px top 0px;}
	.kv.img04 {background-image:url(/assets/slide_images/slide04_sp.jpg);background-position: left -200px top 0px;}
	.kv.img05 {background-image:url(/assets/slide_images/slide05_sp.jpg);background-position: left -200px top 0px;}
	.kv.img06 {background-image:url(/assets/slide_images/slide06_sp.jpg);background-position: left -200px top 0px;}
	.kv.img07 {background-image:url(/assets/slide_images/slide07_sp.jpg);background-position: left -200px top 0px;}
	.kv.img08 {background-image:url(/assets/slide_images/slide08_sp.jpg);background-position: left -200px top 0px;}
}


/* Common */
.container.top {width: 100%;margin: 0 auto 20px;position: relative;}
@media only screen and (max-width:800px) {.news_notice {width: 96%;float: none;margin:0 auto;}}
.news_content {background: url('/assets/images/news_bg.png');position: static;top: 10px;z-index: 1;padding: 12px 12px 20px 12px;min-height: auto;overflow:hidden;}
.news_btn {position: static;margin-top: 20px;width:100%;}
.news_btn a{max-width:300px;}
.news_facebook {width: 28%;float: right;}
@media only screen and (max-width:800px) {.news_facebook {width: 96%;float: none;margin:0 auto;}}
.news_fb_btn {position: static;margin-top: 20px;width:100%;}
.news_fb_btn a{width:100%;max-width:300px;}
.slickslider-navi .navi-inner {top: -42px;}

/* .message {margin-top:-14px;} */
hr.copy{width:100px;margin:0 auto 0px auto;border:0;border-bottom:1px solid rgba(0, 140, 230, 1.0);}
.message p{
	width:100%;
	margin:15px auto 0 auto;
	padding:1rem 2rem;
	text-align:center;
	font-size:130%;
	color:rgba(0, 140, 230, 1.0);
	line-height:180%;
	letter-spacing:0.5px;
	/* background:linear-gradient(to right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.8) 100%);box-shadow: inset 0 0 15px rgba(0, 140, 230, 1.0); */
	/* border-bottom:2px solid rgba(0, 140, 230, 1.0); */
	text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
.message p strong{display:block;padding-bottom:0.6rem;font-size:120%;line-height:180%;}
@media only screen and (max-width:1340px) {
	.message {text-align:left;}
	.message p{text-align:left;padding:1rem 1rem;border-radius:0;}
}
@media only screen and (max-width:800px) {
	.message {letter-spacing:2px;text-align:left;}
	.message p{font-size:100%;line-height:180%;margin:40px auto 0 auto;width:100%;text-align:left;padding:1rem 1rem;border-radius:0;}
}


div.rebbon {
 	position: relative;
  margin: 30px auto 0px auto;
  text-align: center;
	max-width:1440px;
	font-size:160%;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	letter-spacing:2px;
	box-shadow: 0px 15px 10px 0px rgb(0 0 0 / 30%);
}
					@media only screen and (max-width:800px) {div.rebbon {font-size:120%;box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);}}

div.rebbon:before,
div.rebbon:after {
  position: absolute;
  z-index: 0;
  bottom: -30px;
  display: block;
  content: '';
  border: 1.8em solid #d90606;
}
				@media only screen and (max-width:800px) {div.rebbon:before, div.rebbon:after {display:none;}}

div.rebbon:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

div.rebbon:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

div.rebbon span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
	background: linear-gradient(-135deg, rgba(250, 66, 66, 1.0), rgba(250, 66, 66, 0.8), rgba(250, 66, 66, 0.8), rgba(250, 66, 66, 1.0));
	/* background:linear-gradient(to bottom, rgba(250, 66, 66, 1.0), rgba(250, 66, 66, 0.8) 100%); */
  /* background: #fa4141; */
	border-radius:5px 5px 0 0;
}
					@media only screen and (max-width:1400px) {div.rebbon span {border-radius:0;}}

div.rebbon span:before,
div.rebbon span:after {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 15px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}
@media only screen and (max-width:800px) {div.rebbon span:before,div.rebbon span:after {display:none;}}

div.rebbon span:before {
  left: 0;
  border-width: 30px 0 0 25px;
}

div.rebbon span:after {
  right: 0;
  border-width: 30px 25px 0 0;
}



/* New 4 Contents */
.gloval_btn.renew {
	box-shadow: 2px 2px 20px 0px rgb(0 0 0 / 20%);
	padding: 3rem 0;
	margin: 30px 0 10px 0;
	background-color: #fff;
	border-top:1px solid rgba(0, 140, 230, 0.2);
	border-bottom:1px solid rgba(0, 140, 230, 0.2);
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(0, 140, 230, 0.1)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(0, 140, 230, 0.1)),color-stop(.75, rgba(0, 140, 230, 0.1)), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
@media only screen and (max-width: 690px) {
.gloval_btn ul.contents li {margin: 10px 5px 10px 5px;width: 100%;}}
@media only screen and (max-width: 840px) {.gloval_btn.renew .Gnav_text03 {display:block;padding:0.2rem 1rem 0.6rem 1rem;}}

.gloval_btn.renew ul.contents li a {display: inline-block;background-color: #fff;padding: 18px;margin: 4.6%;height: auto;width: 91%;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%);}
@media only screen and (max-width: 690px) {.gloval_btn.renew ul.contents li a {padding: 1%;margin: 2.6%;width:95%;}}
.gloval_btn.renew ul.contents li.top_Gnav01 {background-image: none;background: linear-gradient(-135deg, #d65c75, #c14c85, #4c7fc3, #00b9cd);}
.gloval_btn.renew ul.contents li.top_Gnav02 {background-image: none;background: linear-gradient(-135deg, #0397e0, #52999f, #7aa09c, #2fa1b4);}
.gloval_btn.renew ul.contents li.top_Gnav03 {background-image: none;background: linear-gradient(-135deg, #ff7a00, #ffb238, #348d33, #4397ff, #ff5184);}
.gloval_btn.renew ul.contents li.top_Gnav03 {background-image: none;background: linear-gradient(-135deg, #ff7a00, #ffb238, #348d33, #4397ff, #ff5184);}
.gloval_btn.renew ul.contents li.top_Gnav04 {background-image: none;background: linear-gradient(-135deg,#3eb160 calc(100% / 3),#33afb5 calc(100% / 3),#ce4c97 calc(200% / 3),#ed2939 calc(200% / 3));}
.Gnav01_icon {width: 100%;height: auto;margin: 0 auto 10px;}
.Gnav01_icon.small {width: 120px;text-align: center;}
.Gnav01_icon.small img{width: 100%;}
.Gnav01_icon.mid {width: 170px;text-align: center;}
.Gnav01_icon.mid img{width: 100%;}
@media only screen and (max-width: 840px) {.Gnav01_icon {width: 100%;max-width:300px;height: auto;margin: 0 auto;}}
.news_list_container {width: 100%;margin: 0 auto;}
.news_list_detail {width: 100%;float: right;border-top: none;border-bottom: solid 1px #028eab;padding: 20px 0;}
@media only screen and (max-width:840px) {.Gnav_text img {margin-bottom:1.0rem;}}
@media only screen and (max-width:840px) {.Gnav_text02, .Gnav_text02_2 {font-size:1.0rem;}}
@media only screen and (max-width:840px) {.news_list_detail {width: 100%;float: none;padding: 40px 0;}}

/* News Image */
.img-area img {/*border:1px solid #ebebeb;*/padding:2px;float:right;max-height:100px;height:100%;margin:0 0 0 2rem;border-radius:6px;}
@media only screen and (max-width:840px) {.img-area img {float:none;max-height:1000px;height:auto;width:100%;margin:0 0 0.6rem 0;}}

/* Footer Nav */
.gloval_btn.ft {margin-bottom:80px; padding:60px 0;box-shadow: 1px -1px 8px 1px rgb(0 0 0 / 10%);
	background-color: #ECECEC;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	}

.gloval_btn.ft ul.contents li.top_Gnav04 {
	background-image:none;
	background: linear-gradient(-135deg, rgba(255, 37, 78, 0.8), rgba(255, 37, 78, 1.0), rgba(255, 37, 78, 1.0), rgba(255, 37, 78, 0.8));
	}
.gloval_btn.ft .Gnav_text02_3 {
    color: rgba(255, 37, 78, 1.0);
}
@media only screen and (max-width:840px) {
.gloval_btn.ft ul.contents li a {
    display: inline-block;
    background-color: #fff;
    padding: 18px;
    margin: 2.6%;
    height: auto;
    width: 95%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%);
}
}
@media only screen and (max-width: 690px) {
.gloval_btn.ft .Gnav_text03 {
    font-size: 90%;
    text-align: center;
    display: block;
		padding:0.8rem 0 0 0;
	}
}
/* Footer Nav */
.sub-gloval_btn {margin-bottom:80px; padding:60px 0;box-shadow: 1px -1px 8px 1px rgb(0 0 0 / 10%);
	background-color: #ECECEC;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	}
@media only screen and (max-width:840px) {.sub-gloval_btn {padding:0 0 60px 0;}}
.sub-gloval_btn p{text-align:center;}
@media only screen and (max-width:800px) {.sub-gloval_btn p {margin:0;}}
.sub-gloval_btn p.ban img{border:3px solid #fff;border-radius:6px;box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 20%);width:90%;max-width:464px;margin-top:30px;}
@media only screen and (max-width:800px) {.sub-gloval_btn p.ban img{margin-top:30px;}}
.sub-gloval_btn ul.contents {width:100%;}
.sub-gloval_btn ul.contents li {box-sizing:border-box;margin: 0 0 0 0;padding: 18px;list-style: none;width: 49%;border-radius: 10px;box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%);float:left;}
.sub-gloval_btn ul.contents li:first-child {margin:0 2% 0 0;}
@media only screen and (max-width:800px) {
.sub-gloval_btn ul.contents li {padding: 10px;margin:20px auto 0 auto;width: 96%;float:none;}
.sub-gloval_btn ul.contents li:first-child {margin:20px auto 0 auto}
}
.sub-gloval_btn ul.contents li a {box-sizing:border-box;display: inline-block;background-color: #fff;padding: 18px;margin: 0;height: auto;width: 100%;border-radius: 10px;box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%);}
.sub-gloval_btn ul.contents li a:hover {text-decoration:none;}
.sub-gloval_btn ul.contents li.top_Gnav01 {background-image: url('/assets/images/gnavi_bg01.png');}
.sub-gloval_btn ul.contents li.top_Gnav02 {background-image: url('/assets/images/gnavi_bg02.png'); }
.sub-gloval_btn .Gnav01_icon {width: 20%;height: auto;margin: 0 auto 10px;box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%);}
.sub-gloval_btn .Gnav_text_desc {display:inline-block;padding:0;text-align:center;}
@media only screen and (max-width:800px) {.sub-gloval_btn .Gnav_text_desc {padding:16px 0 0 0;}}

.edtech_news_c {
	position: relative;
	top: 10px;
	z-index: 1;
	padding: 42px 0;
}
.edtech_news_c ul li {
    margin: 0 10px 10px 0;
    padding: 10px;
    list-style: none;
    /* border: 1px solid #ebebeb; */
    border: 1px solid rgba(4, 156, 180, 0.3);
    width: 24.2%;
    background-color: #fff;
}
@media only screen and (max-width:960px) {
	.edtech_news_c ul li {
    width: 100%;
	}
}

/* Banner Area */
.sdw {box-shadow: 0 6px 5px -3px rgba(0,0,0,.1);}
.flex {display: flex;flex-direction: row;justify-content: space-evenly;margin:10px auto 20px auto;max-width:1330px;}
.flex.set1 p a{display:block;box-shadow: 0 6px 5px -3px rgba(0,0,0,.1);}
.flex.set1 p:nth-child(1){padding:0 5px 0 0;}
.flex.set1 p:nth-child(1) img{border-radius:4px;}
.flex.set1 p:nth-child(2){padding:0 5px;}
.flex.set1 p:nth-child(2) img{border-radius:4px;}
.flex.set1 p:nth-child(3){padding:0 0 0 5px;}
.flex.set1 p:nth-child(3) img{border-radius:4px;}
.flex.set2 p a{display:block;box-shadow: 0 6px 5px -3px rgba(0,0,0,.1);}
.flex.set2 p:nth-child(1){padding:0 5px 0 0;}
.flex.set2 p:nth-child(1) img{border-radius:4px;}
.flex.set2 p:nth-child(2){padding:0 5px;}
.flex.set2 p:nth-child(2) img{border-radius:4px;}
.flex.set2 p:nth-child(3){padding:0 5px;}
.flex.set2 p:nth-child(3) img{border-radius:4px;}
.flex.set2 p:nth-child(4){padding:0 0 0 5px;}
.flex.set2 p:nth-child(4) img{border-radius:4px;}
.flex.set2w p:nth-child(1) img{border-radius:4px;}
.flex.set2w p:nth-child(2) img{border-radius:4px;}
.flex.set3 p a{display:block;box-shadow: 0 6px 5px -3px rgba(0,0,0,.1);}
.flex.set3 p:nth-child(1){padding:0 5px 0 0;}
.flex.set3 p:nth-child(1) img{border-radius:4px;}
.flex.set3 p:nth-child(2){padding:0 5px;}
.flex.set3 p:nth-child(2) img{border-radius:4px;}
.flex.set3 p:nth-child(3){padding:0 5px;}
.flex.set3 p:nth-child(3) img{border-radius:4px;}
.flex.set3 p:nth-child(4){padding:0 0 0 5px;}
.flex.set3 p:nth-child(4) img{border-radius:4px;}
@media only screen and (max-width:690px) {
.flex {display: block;margin:0 0 20px 0;padding:10px;}
.flex p {width:50%;float:left;margin-bottom:10px;}
.flex.set1 p:nth-child(1) {width:100%;padding:0 5px 0 0;}
.flex.set1 p:nth-child(1) img {width:100%;}
		/* .flex.set1.small {width:50%;text-align: center;overflow: hidden;margin-left: 26%;} */
		/* .flex.set1.small p:nth-child(1) img{width:100%;padding:0 ; margin: 0 auto;} */
.flex.set1 p:nth-child(2) {width:100%;padding:0 5px 0 0;}
.flex.set1 p:nth-child(2) img {width:100%;}
.flex.set2 p:nth-child(1){padding:0 5px 0 0;}
.flex.set2 p:nth-child(2){padding:0 5px 0 0;}
.flex.set2 p:nth-child(3){padding:0 5px 0 0;}
.flex.set2w p:nth-child(1){padding:5px;width: 100%;text-align: center;}
.flex.set2w p:nth-child(2){padding:5px;width: 100%;text-align: center;}
.flex.set3 p:nth-child(1){padding:0 5px 0 0;}
.flex.set3 p:nth-child(2){padding:0 5px 0 0;margin-bottom:20px;}
.flex.set3 p:nth-child(3){padding:0 5px 0 0;margin-bottom:20px;}
}
p.h-adjust a{padding-top: 30px;}
p.h-adjust a:hover{background-color: transparent;}
@media only screen and (max-width:800px) {
	p.h-adjust a{padding-top: 7%;}
}

</pre></body></html>