@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

.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.hoverpsy:hover,
.btn_line_round._w span.hoverpsy:hover{
 color:#EC7A9A;
}
.btn_line_round._w a.course01:hover{
 color:#46B2E7;
}
.btn_line_round._w a.course02:hover{
 color:#988BC2;
}
.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:70%;
  left:26%;
}

#Kv .student{
  width: 30%;
  height:40vh;
  position: absolute;
  bottom:15px;
  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: #ED7A9B;
  font-weight:800;
}
.intro .txt{
  font-size: 1.8rem;   
}
.intro .btn-detail{
  margin-top:40px;
} 


/* reason
-----------------------------------------------------------------*/
.reason{
  padding: 110px 0 80px;
  background:url(../image/top/bg_reason_border.jpg) repeat left top;
  background-size: 20px;
  position: relative;
  background-attachment: fixed;
}
.reason::after{
  content:"";
  display: block;
  width: 100%;
  padding-top: 13%;
  background:url(../image/top/bg_reason_pc.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top:0;
  left:0;
}

.reason h2{
  margin-bottom: 30px;
  text-align:center;
  font-size: 2rem;
  font-weight: 700;
}
.reason h2 span{
  margin-right: 7px;
  padding: 0 15px 2px;
  border-radius:24px;  
  font-size: 1.8rem;
  color: #FFF;   
}
.reason h2 .course01{
  background: #FFF362;
  color:#ED7A9B;
}
.reason h2 .txt-reason{
  display: block;
  margin-top: 12px;  
}



/* course
-----------------------------------------------------------------*/
.course{
  padding: 80px 0;
}
.course .sec-ttl{
  margin-bottom: 30px;  
}
.course .sec-ttl span{
  color: #EB7A99;  
}
.course-box{
}
.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;
  color:#EB7A99;
  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;
  text-align: center;
}
.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;      
}
.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; 
}
.course-list .btn-detail a{
  max-width: 240px;
  height: 45px;
  line-height: 41px;
  background-position: right 15px center;
  font-size: 1.6rem; 
}

/* course */
.course-list .course01-01{
  background: #46B2E7;
}
.course-list .course01-02{
  background: #988BC2;
}

.course-box .bnr{
  margin-top:40px;
  text-align: center;
}


/* flow */
.flowWrap.pc{
  max-width: 1200px;
  margin:0 auto;
}
.flowWrap.pc .flow{
  display: flex;
  padding-top:3.4%;
}
.flowWrap.pc .flow.top{
  background: url(../image/top/img_flow01_top01_pc.png) top left no-repeat;
  background-size: contain;
}
.flowWrap.pc .flow.bottom{
  background: url(../image/top/img_flow02_top01_pc.png) top left no-repeat;
  background-size: 95%;
}
.flowWrap.pc .flow p{
  margin-left:-1.2%;
}
.flowWrap.pc .flow p:first-of-type{
  margin-left:0;
}
.flowWrap.pc .flow.bottom p:last-of-type{
  margin-top:-3.4%;
  margin-left:0;
}


/* information
-----------------------------------------------------------------*/
.information {
  background:url(../image/top/bg_reason_border.jpg) top left repeat;
  background-size: 20px;
  background-attachment: fixed;
}
.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);
}
.information h3{
  background: #FFF362;
}
@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.wht a, .btn_line_round.wht 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) {

  #Kv .ttl{
    width: 74%;
    position: absolute;
    top:50%;
  }
  #Kv .faculty{
    width: 30%;
    z-index: 3;
    position: absolute;
  }
  #Kv .faculty.n01{
    top:70%;
    left:5%;
    transform: translate(0,-50%);
  }

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

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
  #Content{
    padding-top:0;
  }  

/* 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;
  }
  
  .reason h2{
    margin-bottom: 20px;
    font-size: 1.6rem; 
  }
  .reason h2 span:nth-child(1),
  .reason h2 span:nth-child(2){
    padding: 0 10px 2px;  
    font-size: 1.6rem; 
  }
  .reason h2 .txt-reason{
    margin: 10px auto 0;
    width: 77%;  
  }



/* course
-----------------------------------------------------------------*/
  .course{
    padding: 60px 0 40px;
  }
  .course .sec-ttl{
    margin-bottom: 45px;  
  }
  #Page .course .sec-ttl img{
    width: auto;
    height: 25px; 
  }  
  .course-box{
    position: relative;
  }
  .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:12.4%;
  }
  .flowWrap .flow{
    background: url(../image/top/img_flow01_left_sp.png) top left no-repeat;
    background-size: 10%;
  }
  .flowWrap .flow p{
    margin-top:-5%;
  }
  .flowWrap .flow p:first-of-type,{
    margin-top:0;
  }
  .flowWrap .flow p:last-of-type{
    width: 113.8%;
    margin-top:2%;
    margin-left:-13.8%;
  }


}

