@charset "utf-8";



/**¥³¥ó¥Æ¥ó¥Ä
----------------------------------------------*/
/**¥¿¥¤¥È¥ë*/
.pagetitle2wrap{
    
}
#mechanical .pagetitle2wrap{
    background: url("/educate/gse/common/img/mechanical/pagetitle.png") no-repeat top center;
    background-size: cover;
}
#electrical .pagetitle2wrap{
    background: url("/educate/gse/common/img/electrical/pagetitle.png") no-repeat top center;
    background-size: cover;
}
#information .pagetitle2wrap{
    background: url("/educate/gse/common/img/information/pagetitle.png") no-repeat top center;
    background-size: cover;
}
.pagetitle2{
    width: 90%;
    max-width:1100px;
    margin: 0 auto;
    height: 380px;
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    
}
.pagetitle2 h2{
font-size: 110%;
border-bottom: 2px solid #fff;
width: 600px;
max-width: 90%;
margin: 0 auto 25px;
padding: 0 0 25px;
position: relative;
font-weight: 400;
}
.pagetitle2 h2 span{
display: inline-block;
background: #008b5e;
padding: 2px 30px;
}
#electrical .pagetitle2 h2 span{
    background: #2997ce;
}
#information .pagetitle2 h2 span{
    background: #ff8000;
}

.pagetitle2 h2:after{
    content: "";
    display: block;
    height: 2px;
    width: 200px;
    background: #008b5e;
   position: absolute;
   bottom: -2px;
   left: 50%;
transform: translate(-50%);
}
#electrical .pagetitle2 h2:after{
    background: #2997ce;
}
#information  .pagetitle2 h2:after{
    background: #ff8000;
}


.pagetitle2 p{
    font-size: 170%;
    letter-spacing: .35em;
}


/**½ÌÓýÄ¿˜Ë?¥«¥ê¥­¥å¥é¥à****/
/**½ÌÓýÄ¿˜Ë*/
.edugoalwrap{
    background: url("/educate/gse/common/img/bg_edugoalwrap.jpg") no-repeat top center;
    background-size: cover;
    padding: 80px 0;
}
#engineering .edugoalwrap{
 background: url("/educate/gse/common/img/engineering/bg_edugoalwrap.jpg") no-repeat top center;
    background-size: cover;
}

.edugoalwrap .ttlBox{
    color: #fff;
}
.edugoaltitle{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 28px 0;
    font-size: 140%;
    font-weight: 400;
    margin: 0 0 60px;
    letter-spacing: .2em;
}
.edugoalbox{
    display: flex;
    justify-content: space-between;
}
.goalbox{
    flex-basis: 42%;
    
}
.goalimg{
    flex-basis: 53%;
}
.goalbox dl{
    padding: 0 0 35px;
    text-align: left;
}
#engineering  .goalbox dl{
    padding: 0 0 25px;
}

.goalbox dt{
    display: inline-block;
    padding: 0px 30px 2px 20px;
	position: relative;
	color: #fff;
	z-index: 1;  
   font-family: "Times New Roman", Times, "serif";
   line-height: 100%;
   vertical-align: bottom;
}
.goalbox dt big{
    font-size: 150%;
}
.goalbox dt:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #008b5e;
	transform: scaleY(1.5) perspective(.6em) rotateX(3deg);
	transform-origin: bottom left;
}
#electrical .goalbox dt:before {
background: #2997ce;
}
#information .goalbox dt:before {
    background: #ff8000;
}
#engineering  .goalbox dt:before {
    background: #6f0000;
}

.goalbox dd{
    background: #fff;
    padding:15px 20px;
    font-size: 90%;
	color: #4d4d4d;
    line-height: 160%;
}

/***/
.edupointwrap{
    background: #002756;
    padding: 50px 0;
}
#engineering .edupointwrap{
    background: #000;
}
.edupointbox{
    background: url("/educate/gse/common/img/bg_edupoint02.png") repeat-y;
    background-size: 100% auto;
    text-align: left;
    position: relative;
}
.edupointbox:before{
  content: "";
  display: block;
  background: url("/educate/gse/common/img/bg_edupoint01.png") no-repeat #002756;
  background-size: 100% auto;
  height: 40px;
}
#engineering .edupointbox:before{
background: url("/educate/gse/common/img/bg_edupoint01.png") no-repeat #000;
  background-size: 100% auto;
}
.edupointbox:after{
  content: "";
  display: block;
  background: url("/educate/gse/common/img/bg_edupoint03.png") no-repeat bottom #002756;
  background-size: 100% auto;
  height: 40px;
}
#engineering .edupointbox:after{
  background: url("/educate/gse/common/img/bg_edupoint03.png") no-repeat bottom #000;
  background-size: 100% auto;
}

.eduline01{
    position: absolute;
    left: 0;
    bottom: 20%;
}
.eduline02{
    position: absolute;
    right: 0;
    top: 20%;
}


.edupointbox h3{
    display: inline-block;
    padding: 5px 40px 5px 30px;
	position: relative;
	color: #fff;
	z-index: 1;
    width: 80%;
    max-width: 770px;
    font-size: 120%;
    letter-spacing: .1em;
    position: absolute;
    top: -0px;
    left: 20px; 
}
.edupointbox h3:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #008b5e;
	transform: scaleY(1.2) perspective(.6em) rotateX(1deg);
	transform-origin: bottom left;
}
#electrical .edupointbox h3:before {
    background: #2997ce;
}
#information .edupointbox h3:before {
    background: #ff8000;
}
#engineering .edupointbox h3:before {
    background: #6f0000;
}
.edupointcase{
    padding: 50px 0;
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}
#engineering .edupointcase{
    max-width: 750px;
}



/**™CÐµ¥·¥¹¥Æ¥à**/
.edupoint01{
    background: #fff;
    padding:20px 50px;
}
.edupoint01 h4{
    font-weight: 400;
    font-size: 120%;
    padding: 0 0 10px;
}
.edupoint01 ul{
    display: flex;
    justify-content: space-between;
}
.edupoint01 li{
    flex-basis: 31%;
    background: #00ab9f;
    color: #fff;
    text-align: center;
    border-radius: 99px;
    font-size: 120%;
    padding: 10px 0;
}
.edupoint01 li:nth-child(2){
    background: #ff8900;
}
.edupoint01 li:nth-child(3){
    background: #0071ce;
}
.eduarrow {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width:15px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  text-align: center;
  margin:20px auto;
}
.edupoint02{
    border: 1px solid #fff;
   border-radius: 99px;
    font-size: 120%;
    color: #fff;
    padding: 10px 0;
}
.edupoint03{
    background: #fff;
    padding:40px 50px 20px;
    position: relative;
    margin: 50px 0 0;
}
.edupoint03 h4{
    position: absolute;
left: 50%;
transform: translateX(-50%);
top: -25px;
    display: inline-block;
    background: #008b5e;
    border-radius: 99px;
    font-size: 120%;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    width: 500px;
    max-width: 90%;
}
.edupoint03 p{
   font-size: 120%;
}
/**ëŠšÝëŠ×Ó**/
.edupoint04 ul{
    display: flex;
    justify-content: space-between;
}
.edupoint04 li{
    flex-basis:49%;
    background: #2997ce;
    color: #fff;
    text-align: center;
    border-radius: 99px;
    font-size: 120%;
    padding: 10px 0;
}
.edupoint05{
    background: #2997ce;
    color: #fff;
   border-radius: 99px;
    font-size: 120%;
    color: #fff;
    padding: 10px 0;
}
#engineering .edupoint05{
background: #6f0000;
}

.edupoint06{
    border: 1px solid #fff;
    border-radius: 10px;
    padding:20px 50px;
}
.edupoint06 h4{
    font-weight: 400;
    font-size: 120%;
    padding: 0 0 10px;
    color: #fff;
}
.edupoint06 ul{
    display: flex;
    justify-content: space-between;
   
}
.edupoint06 li{
    flex-basis: 100%;
    margin: 0 2px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 110%;
    padding: 10px 0;
    display: flex;
    justify-content:center;
    align-items: center;
    line-height: 120%;
    
}
.edupoint07{
    background: #fff;
    font-size: 120%;
    padding: 10px 0;
}
/**²©Ê¿ááÆÚÕn³Ì**/
.edupoint08{
    background: #fff;
    padding:20px 50px;
}
.edupoint08 h4{
    font-weight: 400;
    font-size: 120%;
    padding: 0 0 10px;
}
.edupoint08 ul{
    display: flex;
    justify-content:center;
    flex-wrap: wrap; 
}
.edupoint08 li{
    background: #4d4d4d;
    color: #fff;
    text-align: center;
    border-radius: 99px;
    font-size: 120%;
    padding: 10px 30px;
    margin: 5px;
}



.doctorallist{
    display: flex;
    color: #fff;
    justify-content: space-between;
    margin: 50px 0 0;
}
.doctorallist dl{
    border: 1px solid #fff;
    flex-basis: 32%;
    padding: 20px;
}
.doctorallist figure{
    position: relative;
    margin: 0 0 20px;
   
}
.doctorallist figcaption{
    position: absolute;
   top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 120%;
    
}
.doctorallist dt {
    position: relative;
}
.doctorallist dd{
    text-align:left;
}








/**¥«¥ê¥­¥å¥é¥à***/
.curiwrap{
    padding: 100px 0;
}

.curtable{
    width: 100%;
    border-spacing:5px;
    border-collapse: separate;
   
}
.curtable th{
	letter-spacing: .1em;
    padding: 10px;
}
.curtable small{
    font-weight: 400;
    font-size: 77%;
}
.curtable td{
    padding: 10px;
    background: #f1f1f1;
    font-size: 95%;
}

.curtable .bgwhite{
    background: #fff;
}
.curtable .bgth1{
	letter-spacing: .1em;
    background: #002756;
    color: #fff;
    font-weight: 800;
}
#engineering .curtable .bgth1{
    background: #000;
}
.curtable .bgth2{
    background: #666666;
     color: #fff;
     font-size: 105%;
}
.curtable .bgth3{
    background: #00ab9f;
     color: #fff;
}
.curtable .bgth4{
   background: #ff8900;
     color: #fff;
     padding: 30px 10px;
}
.curtable .bgth5{
 background: #0071ce;
     color: #fff;
     padding: 30px 10px;
}
.curtable .bgth6{
    background: #fff;
    border: 2px solid #00ab9f;
    color:  #00ab9f;
}
.curtable .bgth7{
    background: #fff;
    border: 2px solid #ff8900;
    color:  #ff8900;
}
.curtable .bgth8{
    background: #fff;
    border: 2px solid #0071ce;
    color:  #0071ce;
}
.curtable .bgth9{
 background: #e85564;
 color: #fff;
 padding: 30px 10px;
}
.curtable .bgth10{
 background: #54ac5d;
 color: #fff;
 padding: 30px 10px;
}
.curtable .bgth11{
    background: #fff;
    border: 2px solid #e85564;
    color:  #e85564;
}
.curtable .bgth12{
    background: #fff;
    border: 2px solid #54ac5d;
    color:  #54ac5d;
}
.curtable .bgth13{
 background: #1d8b5e;
 color: #fff;
 padding: 30px 10px;
}
.curtable .bgth14{
 background: #459bd4;
 color: #fff;
 padding: 30px 10px;
}
.curtable .bgth15{
 background: #392a85;
 color: #fff;
 padding: 30px 10px;
}
.curtable .bgth16{
    background: #fff;
    border: 2px solid #1d8b5e;
    color:  #1d8b5e;
}
.curtable .bgth17{
    background: #fff;
    border: 2px solid #459bd4;
    color:  #459bd4;
}
.curtable .bgth18{
    background: #fff;
    border: 2px solid #392a85;
    color:  #392a85;
}


.curtable .bgtd1{
    background: #d5eeeb;
}
.curtable .bgtd2{
    background: #fde7d4;
}
.curtable .bgtd3{
    background: #d6e1f4;
}
.curtable .bgtd4{
    background: #fadde0;
}
.curtable .bgtd5{
    background: #ddeedf;
}
.curtable .bgtd6{
    background: #d2e8df;
}
.curtable .bgtd7{
    background: #daebf6;
}
.curtable .bgtd8{
    background: #d7d5e6;
}
/**td*/
.curtable .bgtd01{
    background: #dddddd;
}


 .scroll-wrap table{
    width: 100%;
}
  .scroll-wrap{
    width: 100%;
    padding: 0%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .scroll-wrap::-webkit-scrollbar {
    height: 10px;
  }
  .scroll-wrap::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .scroll-wrap::-webkit-scrollbar-track-piece {
    background: #efefef;
  }  


.teacherlinkbtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 700px;
    margin: 50px auto 0;
    padding: 5px 0;
    background: #008b5e;
    color: #fff;
}
#electrical .teacherlinkbtn a{
    background: #2997ce;
}
#information .teacherlinkbtn a{
    background: #ff8000;
}
#engineering .teacherlinkbtn a{
    background: #6f0000;
}

.teacherlinkbtn img{
    max-width: 95%;
}
.teacherlinkbtn dt{
    flex-basis: 50%;
}
.teacherlinkbtn dd{
    flex-basis: 50%;
}
.teacherlinkbtn h3{
    font-size: 80%;
    font-weight: 400;
    display: inline-block;
    background:rgba(255,255,255,.2);
    padding: 0 30px;
    margin: 0 0 5px;
}
.teacherlinkbtn h4{
font-family: trajan-pro-3, serif;
font-weight: 600;
font-style: normal;
font-size: 120%;
letter-spacing: .1em;
}
.teacherlinkbtn p{
    font-size: 90%;
    letter-spacing: .25em;
}

/**ÐÞÊ¿Õn³Ì¥Ð¥Ê©`£¨¥È¥Ã¥×¤Î¤â¤Î¤òÀûÓÃ£©***/
.mastercoursewrap #topCoures{
    padding: 100px 0 1px;
    background: #000000;
    margin: 0 0 100px;
}


/*½Ì†T½B½é
******************************************/

.professorwrap{
    background: #002756;
    padding: 100px 0;
}
.professorwrap .ttlBox{
    color: #fff;
}

.professorbox{
    background: #fff;
    padding: 40px 50px;

    margin: 0 0 50px 0;
}
.professorbox:nth-child(even){
    background: #ebf0f0;
}
.professortitle{
    background: #000;
    font-size: 140%;
    color: #fff;
    margin: 0 0 30px;
    padding: 10px;
}


.professorprofile{
     display: flex;
     justify-content: space-between;
     padding: 0 0 20px;
}
.professorprofile figure{
    flex-basis: 18%;
}
.professorinfo{
    flex-basis: 80%;
    text-align: left;
}
.professorname{
    border-bottom: 1px solid #000;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
}

.professorname h2{
    font-size: 80%;
    font-weight: 400;
    vertical-align: middle;
    margin: 0 0 10px 0;
}
.professorname h2 strong{
    font-size: 180%;
    font-weight: 800;
     vertical-align: middle;
     margin-left: 20px;
}
.professorinfo dl{
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px;
    justify-content: space-between;
}
.professorinfo dt{
    text-align: center;
    color: #fff;
    background: #002756;
    font-size: 80%;
    padding: 5px 0;
    flex-basis: 14%;
}
.professorinfo dd{
    padding: 5px 0;
    flex-basis: 83%;
}
.professorprofile li{
    text-align: center;
    border: 2px solid #333;
    border-radius: 99px;
    padding: 3px 0;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 80%;
}
.professorprofile a[target="_blank"]{
    display: inline-block;
    padding: 0 15px 0 0;
    background: url("/educate/gse/common/img/icon_blank.png") no-repeat center right;
    background-size: 10px
}
.professorcase h2{
    text-align: center;
     background: #008b5e;
     color: #fff;
     padding: 5px 10px;
     font-size: 110%;
     margin: 0 0 20px 0;
}
#electrical .professorcase h2{
    background: #2997ce;
}
#information .professorcase h2{
    background: #ff8000;
}
#engineering .professorcase h2{
    background: #6f0000;
}


.professorcase h3{
    text-align: center;
    font-size: 140%;
    padding: 0 0 20px 0;
    letter-spacing: .1em;
}
.professorcont dl{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 30px 0;
}
.professorcont dt{
   flex-basis: 70%;
   text-align: left;
}
.professorcont dd{
    flex-basis: 27%;
    text-align: left
}
.professorcont dd p{
    padding: 5px 0;
     font-size: 80%;
}


.professorlinkwrap{
    padding: 0 0 80px;
}

.professorlinkwrap .teacherlinkbtn dt{
    flex-basis: 65%;
}
.professorlinkwrap .teacherlinkbtn dd{
    flex-basis: 35%;
}










/*ie¥Ï¥Ã¥¯*/
@media screen\0  {
}

/*********************************/
/* ¥¿¥Ö¥ì¥Ã¥ÈÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö */
/*********************************/
@media screen and (max-width: 1350px) {

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

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

}
@media screen and (max-width: 1150px) {
	
}
/*********************************/
/* ¥¹¥Þ©`¥È¥Õ¥©¥óÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö */
/*********************************/
@media screen and (max-width: 620px) {

.pagetitle2 {
  height: 50vw;
}
    
/**½ÌÓýÄ¿˜Ë?¥«¥ê¥­¥å¥é¥à****/
/**½ÌÓýÄ¿˜Ë*/
.edugoalwrap{
    padding: 40px 0;
}

.edugoaltitle{
    padding: 20px 0;
    font-size: 120%;
    margin: 0 0 30px;
    letter-spacing: 0;
}
.edugoalbox{
    display: block;

}
.goalbox{
    padding: 0 0 20px;
}
.goalimg{
  
}


/***/
.edupointwrap{
    padding: 30px 0;
}

.eduline01{
    width: 10px;
}
.eduline02{
    width: 10px;
}


.edupointbox h3{
    display: block;
    padding: 5px 20px 5px 10px;
    width: 90%;
    font-size: 100%;
    top: -10px;
}

.edupointcase{
    padding: 20px 0;
}
.edupoint01{
    background: #fff;
    padding:20px 10px;
}
.edupoint01 h4{
    font-size: 120%;
}
.edupoint01 ul{
    display: block;
}
.edupoint01 li{
    font-size: 120%;
   margin: 0 0 10px;
}
.edupoint03{
    padding:40px 20px 20px;
}


/**ëŠšÝëŠ×Ó**/
.edupoint04 ul{
    display: block;
}
.edupoint04 li{
margin:  0 0 10px;
}

.edupoint06{
    padding:20px 20px;
}

.edupoint06 ul{
    display: block;
   
}
.edupoint06 li{
    margin: 0 0 5px;
}
/**²©Ê¿ááÆÚÕn³Ì**/
.edupoint08{
    padding:20px 20px;
}
.edupoint08 ul{
    display: block;
}




.doctorallist{
    display: block;
    margin: 50px 0 0;
}
.doctorallist dl{
    margin: 0 0 20px;
}
.doctorallist figure{
    position: relative;
    margin: 0 0 20px; 
}






/**¥«¥ê¥­¥å¥é¥à***/
.curiwrap{
    padding: 50px 0;
}






.teacherlinkbtn a{
    display: block;
    width: 90%;
    margin: 30px auto 0;
    padding: 10px 0;
}
.teacherlinkbtn img{
   
}
.teacherlinkbtn dt{
   padding: 0 0 10px;
}


/**ÐÞÊ¿Õn³Ì¥Ð¥Ê©`£¨¥È¥Ã¥×¤Î¤â¤Î¤òÀûÓÃ£©***/
.mastercoursewrap #topCoures{
    padding: 80px 0 1px;
    margin: 0 0 50px;
}

/*½Ì†T½B½é
******************************************/
.professorwrap{
    padding: 40px 0;
}


.professorbox{
    padding: 20px 20px;
    margin: 0 0 30px 0;
}

.professorprofile{
     display: block;
     padding: 0 0 20px;
}
.professorprofile figure{
   margin: 0 auto 20px;
   max-width: 50%;
}
.professorinfo{
    text-align: left;
}
.professorname{
    margin: 0 0 20px;
    display: block;
   text-align: center;
}

.professorname h2{
    font-size: 80%;
    font-weight: 400;
    vertical-align: middle;
    margin: 0 0 10px 0;
    letter-spacing: .2em;
}
.professorname h2 strong{
    font-size: 180%;
    font-weight: 800;
     vertical-align: middle;
     margin-left: 5px;
}
.professorinfo dl{
    display: block;
}
.professorinfo dt{
   
}
.professorinfo dd{
}
.professorprofile li{
    margin: 0 0 10px 0;
    width: 130px;
}
.professorprofile a[target="_blank"]{
    display: inline-block;
    padding: 0 15px 0 0;
    background: url("/educate/gse/common/img/icon_blank.png") no-repeat center right;
    background-size: 10px;
}


.professorcont dl{
    display: block;
    margin: 0 0 10px 0;
}
.professorcont dt{
   padding: 0 0 20px;
}
.professorcont dd{
    flex-basis: 35%;
}


    
	
	
	
	
	
}
