@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}


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


/* department
-----------------------------------------------------------------*/
.page-ttl+section{
  background: url(../image/bg_content_pc.svg) bottom center no-repeat,#fff;
  background-size: 100%;
}
.department .department-list{
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: auto;
}
.department-list li{
  max-width: 440px;
  width: calc((100% - 30px)/2);  
  margin-bottom: 5%;
}
.department-list .pic{
  overflow:hidden;  
}
.department-list .pic img{
  transition:.5s;  
}
.department-list a:hover .pic img{
  transform: scale(1.1,1.1);
}
.department-list .txt-area{
  position: relative;
  z-index:5;
  max-width: 380px; 
  width: 86.4%;
  padding: 25px 15px;
  margin: -40px auto 0;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,.08);
  text-align:center;
}
.department-list .txt-area h3{
  margin-bottom: 25px;
  line-height:1;
  font-size: 2.6rem;
}
.department-list li:nth-child(1) .txt-area h3{
  color: #EE78B0;
}
.department-list li:nth-child(2) .txt-area h3{
  color: #58C3C5;
}
.department-list li:nth-child(3) .txt-area h3{
  color: #20AEE5;
}
.department-list li:nth-child(4) .txt-area h3{
  color: #F4AB3C;
}
.department-list li:nth-child(5) .txt-area h3{
  color: #8800ff;
}
.department-list .txt-area .btn-detail{
  max-width: 280px;
  margin: 0 auto;
  padding: 10px 10px 12px;
  border-radius:25px;
  background:url(../../common/image/arw_btn_circle.svg) no-repeat right 20px center;
  background-size:20px auto;
  line-height:1;
  color: #FFF;
}
.department-list li:nth-child(1) .txt-area .btn-detail{
  background-color: #EE78B0;
}
.department-list li:nth-child(2) .txt-area .btn-detail{
  background-color: #58C3C5;
}
.department-list li:nth-child(3) .txt-area .btn-detail{
  background-color: #20AEE5;
}
.department-list li:nth-child(4) .txt-area .btn-detail{
  background-color: #F4AB3C;
}
.department-list li:nth-child(5) .txt-area .btn-detail{
  background-color: #8800ff;
}


/* department
-----------------------------------------------------------------*/
.department{
  padding: 50px 0 100px;  
}
.department .txt-lead{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #F55267;  
}
.department .txt-lead + .txt{
  margin-bottom: 50px;
  font-size: 1.8rem;
  text-align:center  
}
.department .course-list{
  display: flex;
  justify-content: space-between;
  max-width: 1338px;
  margin: 50px auto 0;
}
.department .course-list li{
  max-width: 420px;
  width: calc((100% - 30px)/3);
}
.department .course-list .txt-area{
  position: relative;
  margin: -15% 20px 0;
  border-radius: 10px;
  background: #FFF; 
}
.department .course-list .txt-area .txt{
  margin-bottom: 15px;
  text-align:center;
  font-size: 2.6rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1;  
}
.department .course-list .txt-area .btn span{
  max-width: 280px;
  height: 45px;
  line-height: 43px;
  font-size: 1.6rem;
  background-size: 20px auto;
  background-position: right 15px center;  
}

/*--------------------------------------------------------------------------
   tablet
---------------------------------------------------------------------------*/

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


.department .course-list h3 {
	font-size: 2.4rem;
}

}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }    
  
  .department .txt-lead {
    font-size: 1.8rem;
}
  
  .department .txt-lead + .txt {
    font-size: 1.4rem;
}


/* department
-----------------------------------------------------------------*/
  .page-ttl+section{
    background: url(../image/bg_content_sp.svg) top 120% center no-repeat,#fff;
    background-size: 100%;
  }
  .department{
    padding: 50px 0;  
  }
  #Page .department .sec-ttl img{
    width: auto;
    height: 24px; 
  }
  .department .sec-ttl + .txt{
    margin-bottom: 25px;
  }
  .department .department-list{
    display: block;
    margin-top: 40px;
  }
  .department-list li{
    max-width: none;
    width: 100%;  
  }
  .department-list li:nth-child(n+2){
    margin-top: 40px; 
  }
  .department-list a:hover .pic img{
    transform: none;
  }
  .department-list .txt-area{
    max-width: none; 
    width: auto;
    padding: 20px 15px;
    margin: -40px 15px 0;
  }
  .department-list .txt-area h3{
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .department-list .txt-area .btn-detail{
    background:url(../../common/image/arw_btn_circle.svg) no-repeat right 15px center;
    background-size:18px auto;
  }




}



