@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.fancybox-type-iframe{	
z-index: 99999;	
}
.btn_line_round._w a:before,
.btn_line_round._w span:before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  transition: all 200ms linear;
}
.btn_line_round._w a:hover,
.btn_line_round._w span:hover{
 border-color: #ffffff;
}
.btn_line_round._w a.hovergreen:hover,
.btn_line_round._w span.hovergreen:hover{
 color:#7FBE26;
}
.btn_line_round._w a.hoverbio:hover,
.btn_line_round._w span.hoverbio:hover{
 color:#20AEE5;
}
.btn_line_round._w a.course01:hover{
 color:#74B4E3;
}
.btn_line_round._w a.course02:hover{
 color:#71C6D0;
}
.btn_line_round._w a.course03:hover{
 color:#718BC6;
}
.btn_line_round._w a.course04:hover{
 color:#4D87AC;
}
.btn_line_round._w a:hover:before,
.btn_line_round._w span:hover:before{
 left: 0;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Kv{
  overflow: hidden;
  position: relative;
}
#Kv .ttl{
  width: 60%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  text-align: center;
}
#Kv .faculty{
  width: 15%;
  position: absolute;
  z-index: 3;
}
#Kv .faculty.n01{
  top:60%;
  left:22%;
}
#Kv .faculty.n02{
  top:60%;
  right:18%;
}

#Kv .student{
  width: 33%;
  height:40vh;
  position: absolute;
  bottom:10px;
  left:50%;
  transform: translateX(-50%);
  z-index: 2;
}
#Kv .student li{
  width: 106%;
  position: absolute;
  bottom:0;
  text-align: center;
}
#Kv .frame{
  width: 100%;
  z-index: 1;
}



/* intro
-----------------------------------------------------------------*/
.intro{
  padding: 50px 0 70px;
  text-align: center; 
}
.intro .txt-lead{
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height:1.5;
  color: #20ADE4;
  font-weight:800;
}
.intro .txt{
  font-size: 1.8rem;   
}
.intro .btn-detail a{
  margin-top:40px;
  color: #221815;
  background: url(../image/arw_circle_bk.svg) no-repeat right 30px center;
  background-size: 20px auto;
  text-align: center;
} 

/* reason
-----------------------------------------------------------------*/
.reason{
  padding: 110px 0 80px;
  background:url(../image/top/bg_reason_pc.png) no-repeat center top #5CC6DF;
  background-size: 100% auto;
  
}

.reason h2{
  margin-bottom: 30px;
  text-align:center;
  font-size: 2rem;  
}
.reason h2 span:nth-child(1),
.reason h2 span:nth-child(2){
  display: inline-block;
  margin-right: 7px;
  padding: 0 15px 2px;
  border-radius:24px;  
  font-size: 1.8rem;
  color: #FFF;   
}
.reason h2 .course01{
  background: #1694D3;
}
.reason h2 .course02{
  background: #004D9F; 
}
.reason h2 .txt-reason{
  display: block;
  margin-top: 12px;  
}
.orc_line{
	text-align: center;
	margin: 20px auto;
	max-width: 90%;
}

.orc_intro{
	max-width: 70%;
	margin: 10px;
}
.insta_line{
	text-align: center;
	margin: 5px auto 50px;
	max-width: 90%;
}

/* course
-----------------------------------------------------------------*/
.course{
  padding: 80px 0;
  background: #E6EFF9;  
}
.course .sec-ttl{
  margin-bottom: 30px;  
}
.course .sec-ttl span{
  color: #20ADE4;  
}
.course-box{
  padding: 70px 5% 52px;
  background: #FFF;
  border-radius : 10px;
}
.course-box h3{
  display: flex;
  justify-content: center;
  font-size: 2rem;
  align-items: center;
  margin-bottom: 20px;
}
.course-box h3 .icon{
  vertical-align: middle;
  padding-right: 12px;
}
.course-box h3 strong{
  font-weight: 800;  
}
.course-box h3 .course-name{
  font-size: 2.8rem;
}
.course-box h3 .course-year{
  padding: 0 3px;
}
.course-box h4{
  margin-bottom: 10px;
  font-size: 2rem;
  text-align: center;
  font-weight:800;  
}
.course-box h4+.txt{
  margin-bottom: 30px;
  font-size: 1.6rem; 
  text-align: center;  
}
.course-box .flow{
  margin-bottom: 40px;  
}
.course-list{  
  display: flex;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto;
}
.course-list li{
  display: flex;
  flex-wrap: wrap;  
  max-width: 420px;
  width: calc(50% - 5px);
  padding: 18px 25px 20px 20px;
  border-radius : 20px;
  color: #FFF;
  transition: 0.4s;
  cursor: pointer;
}
.course-list .thumb{
  width: 18.4%; 
}
.course-list .txt-area{
  width: 81.5%;  
}
.course-list .txt-area .ttl{
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 2rem;
  border-bottom: 1px solid #FFF;
}
.course-list .txt-area .txt{
  padding-left: 15px;
  font-size: 1.3rem;
}
.course-list .btn-detail{
  width: 100%; 
  margin-top: 10px; 
}
/* add */
.course-list .btn-detail a{
  max-width: 240px;
  height: 45px;
  line-height: 41px;
  background-position: right 15px center;
  font-size: 1.6rem; 
}

/* course01 */
.course01 .course-name,
.course01 h4{
  color: #1694D3;
}
.course01 .course-list .course01-01{
    background: #74B4E3;
}
.course01 .course-list .course01-02{
    background: #71C6D0;
}

/* course02 */
.course02 {
  margin-top: 40px;  
}
.course02 .course-name,
.course02 h4{
  color: #1694D3;
}
.course02 .course-list .course02-01{
    background: #718BC6;
}
.course02 .course-list .course02-02{
    background: #4D87AC;
}

/* flow */
.flowWrap.pc{
  max-width: 1200px;
  margin:0 auto;
}
.flowWrap.pc .flow{
  display: flex;
  padding:3.0% 3.7% 0;
}
.flowWrap.n01.pc .flow{
  background: url(../image/top/img_flow01_01_pc.png) top left no-repeat,url(../image/top/img_flow01_06_pc.png) top right no-repeat,url(../image/top/img_flow01_top_pc.png) top center no-repeat;
  background-size: 3.3%,3.2%,92.5%;
}
.flowWrap.n02.pc .flow{
  background: url(../image/top/img_flow02_01_pc.png) top left no-repeat,url(../image/top/img_flow02_05_pc.png) top right no-repeat,url(../image/top/img_flow02_top_pc.png) top center no-repeat;
  background-size: 3.3%,3.2%,92.5%;
}
.flowWrap.pc .flow p{
  margin-left:-1.0%;
}
.flowWrap.pc .flow p:first-of-type{
  margin-left:0;
}


/* information
-----------------------------------------------------------------*/
.information {
    background:#5CC6DF;
}
.information .sec-ttl span{
    color:rgba(255,255,255,.5);
}
.layout-box{
  justify-content: center;
}
.information .info-box {
    max-width: 1000px;
    width: calc(70% - 15px);
}
@media screen and (max-width: 768px) {
  .information .info-box {
      width: 100%;
  }
}

.information h3 {
    max-width: 420px;
    width: 100%;
    margin:0 auto 20px;
    padding: 5px 10px;
    border-radius: 10px;
    background: #FFD900;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 768px){
  .information h3 {
      max-width: 320px;
      padding: 3px 10px;
      font-size: 1.8rem;
  }
}
.btn_line_round a, .btn_line_round span {
    background: url(../../../common/image/arw_circle_white.svg) no-repeat right 30px center;
    background-size: 20px auto;
    color:#ffffff;
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

  #Kv .ttl{
    width: 90%;
    position: absolute;
    top:40%;
  }
  #Kv .faculty{
    width: 35%;
    z-index: 3;
    position: absolute;
  }
  #Kv .faculty.n01{
    top:55%;
    left:18%;
    transform: translate(-50%,-50%);
  }
  #Kv .faculty.n02{
    top:60%;
    right:4%;
    transform: translate(0,-50%);  
  }

  #Kv .student{
    width: 80%;
    height:40vh;
    bottom:5px;
  }
  #Kv .student li{
    width: 100%;
  }
  

/* intro
-----------------------------------------------------------------*/
  .intro{
    padding: 30px 0 35px; 
  }
  .intro .txt-lead{
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height:1.5;
  }
  .intro .txt{
    font-size: 1.4rem;
    text-align: left;   
  }


/* reason
-----------------------------------------------------------------*/
  .reason{
    padding: 65px 0 80px;
    background:url(../image/top/bg_reason_sp.png) no-repeat center top #5CC6DF;
    background-size: 100% auto;
    
  }
  
  .reason h2{
    margin-bottom: 20px;
    font-size: 1.6rem; 
  }
  .reason h2 span:nth-child(1),
  .reason h2 span:nth-child(2){
    margin-right: 5px;
    padding: 0 10px 2px;  
    font-size: 1.6rem; 
  }
  .reason h2 .txt-reason{
    margin: 10px auto 0;
    width: 77%;  
  }



/* course
-----------------------------------------------------------------*/
  .course{
    padding: 30px 0 40px;
  }
  .course .sec-ttl{
    margin-bottom: 45px;  
  }
  #Page .course .sec-ttl img{
    width: auto;
    height: 25px; 
  }  
  .course-box{
    position: relative;
    padding: 45px 15px 30px;
    border-radius : 0;
  }
  .course-box h3{
    display: block;
    font-size: 2.8rem;
    line-height:1.5;
    margin-bottom: 25px;
    text-align: center;
  }

  .course-box h3 .icon{
    position: absolute;
    left:50%;
    top:0;
    transform: translate(-50%,-50%);
    display: block;
    padding-right: 0;
    width: 50px;
  }
  .course-box h3 strong{
    display: block;
    font-size: 1.6rem;
  }
  .course-box h3 .course-name{
    font-size: 2.8rem;
  }
  .course-box h4{
    margin-bottom: 5px;
    font-size: 2.1rem;
  }
  .course-box h4+.txt{
    margin-bottom: 15px;
    font-size: 1.4rem; 
  }
  .course-box .flow{
    margin-bottom: 30px;  
  }
  .course-list{  
    display: block;
    max-width: initial;
  }
  .course-list li{
    max-width: initial;
    width: 100%;
    padding: 18px 20px 20px 20px;
    border-radius : 10px;
  }
   .course-list li+li{
      margin-top: 20px; 
   }
  .course-list .thumb{
    width: 25%; 
  }
  .course-list .txt-area{
    width: 75%;  
  }
  .course-list .txt-area .ttl{
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 1.2;
  }
  .course-list .txt-area .txt{
    padding-left: 10px;
    line-height: 1.4;
  }
  .course-list .btn-detail{
    width: 100%; 
    margin-top: 20px; 
  }
  .course-list .btn-detail a{
    max-width: 220px;
  }

/* course01 */
  .course01 .course-name,
  .course01 h4{
    color: #1694D3;
  }
  .course01 .course-list .course01-01{
      background: #74B4E3;
  }
  .course01 .course-list .course01-02{
      background: #71C6D0;
  }

/* course02 */
  .course02 {
    margin-top: 40px;  
  }
  .course02 .course-name,
  .course02 h4{
    color: #1694D3;
  }
  .course02 .course-list .course02-01{
      background: #718BC6;
  }
  .course02 .course-list .course02-02{
      background: #4D87AC;
  }

    /* flow */
  .flowWrap{
    margin:12% auto;
  }
  .flowWrap .flow{
    display: block;
    margin-top:0;
    padding-top: 0;
    padding-left:0;
    background:none;
  }
  .flowWrap.n01 .flow .inner-wrap{
    padding-left:11.8%;
    background: url(../image/top/img_flow01_top_sp.png) top left no-repeat;
    background-size: 10.1%;
  }
  .flowWrap.n02 .flow .inner-wrap{
    padding-left:11.8%;
    background: url(../image/top/img_flow02_top_sp.png) top left no-repeat;
    background-size: 10.5%;
  }
  .flowWrap .flow p{
    margin-top:0;
  }
  .flowWrap .flow .inner-wrap p{
    margin-top:-5%;
  }
  .flowWrap .flow .inner-wrap p:first-of-type{
    margin-top:0;
  }
  .flowWrap .flow .end{
    margin-top:2%;
  }

}

