@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background: url(../image/course/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
  padding: 75px 0 40px;  
}
.intro h2{
  font-size: 2.8rem;
  line-height:1.5;
  color: #F4AB3C;
  font-weight:800;
  text-align: center;  
}
.intro .txt{
  margin-top:30px;
  text-align: center;  
}


/* Course 汎用
-----------------------------------------------------------------*/

.course-list{  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 20px auto 0;
}
.course-list > li{
  max-width: 420px;
  width: calc(50% - 5px);
  padding: 18px 25px 20px 20px;
  border-radius : 20px;
  color: #FFF;      
}
.course-list > li .btn-sp{
  display: flex;
  flex-wrap: wrap;  
}
.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 .ttl span{
  font-size: 75%;
}
.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 .course:nth-child(n+3){
  margin-top:20px;
}
.course-list .course:nth-child(1),
.course-list .course:nth-child(4),
.course-list .course:nth-child(5){
  background: url(../image/bg_btnCourse01_pc.svg);
  background-size: 100%;
}
.course-list .course:nth-child(2),
.course-list .course:nth-child(3),
.course-list .course:nth-child(6),
.course-list .course:nth-child(7){
  background: url(../image/bg_btnCourse02_pc.svg);
  background-size: 100%;
}
.course-list .course01-02{
  background: #988BC2;
}

.course-box .bnr{
  margin-top:40px;
  text-align: center;
}

.job-type-wrap{
  margin-top:20px;
}
.job-type-wrap .job-type{
  position: relative;
  margin-top:20px;
  padding: 18px 15px 15px;
  border-radius: 10px;
  background: #FFF6EE;
}
.job-type-wrap .job-type h5{
  position: absolute;
  left:0;
  top:0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.job-type-wrap .job-type h5 span{
  display: inline-block;
  padding: 0 15px 2px;
  background: #A45F3E;
  font-size: 1.3rem;
  color: #FFF;
}
.job-type-wrap .job-type li{
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
  color:#231815;
}
.job-type-wrap .job-type li span{
  padding-right: 3px; 
  color:#F29A63;
}








/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {





/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
  .page-ttl{
    background: url(../image/course/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
/* intro
-----------------------------------------------------------------*/
  .intro{
    padding: 35px 0 0;  
  }
  .intro h2{
    font-size: 1.8rem;
  }
  .intro .txt{
    margin-top:5%;
  }
  
/* Course 汎用
-----------------------------------------------------------------*/

  .course-list{  
    display: block;
    width: 100%;
    max-width: initial;
  }
  .course-list > li{
    max-width: initial;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .course-list .course:nth-child(1), .course-list .course:nth-child(2), .course-list .course:nth-child(3), .course-list .course:nth-child(4), .course-list .course:nth-child(5), .course-list .course:nth-child(6), .course-list .course:nth-child(7) {
    background: none;
  }
  .course-list .course:nth-child(1) .btn-sp, .course-list .course:nth-child(1) .job-type-wrap, 
  .course-list .course:nth-child(3) .btn-sp, .course-list .course:nth-child(3) .job-type-wrap,
  .course-list .course:nth-child(5) .btn-sp, .course-list .course:nth-child(5) .job-type-wrap,
  .course-list .course:nth-child(7) .btn-sp, .course-list .course:nth-child(7) .job-type-wrap{
    background: url(../image/bg_btnCourse01_sp.svg);
    background-size: cover;
  }
  .course-list .course:nth-child(2) .btn-sp, .course-list .course:nth-child(2) .job-type-wrap, 
  .course-list .course:nth-child(4) .btn-sp, .course-list .course:nth-child(4) .job-type-wrap,
  .course-list .course:nth-child(6) .btn-sp, .course-list .course:nth-child(6) .job-type-wrap {
    background: url(../image/bg_btnCourse02_sp.svg);
    background-size: cover;
  }
  .course-list > li .btn-sp{
    display: flex;
    width: 90%;
    margin:0 auto;
    padding: 15px 15px 15px 15px;
    border-radius : 10px;
    border: 2px solid #ffffff;
    align-items: center;
    justify-content: space-between;
  }
  .course-list li:nth-child(n+2){
    margin-top: 3% !important;
   }
  .course-list .thumb{
    width: 20%; 
  }
  .course-list .txt-area{
    width: 65%;  
  }
  .course-list .arrow{
    width: 5%;  
  }
  .course-list .arrow span+span{
    display: none;
  }
  .course-list .open .arrow span{
    display: none;
  }
  .course-list .open .arrow span+span{
    display: block;
  }
  .course-list .txt-area .ttl{
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .course-list .txt-area .ttl span {
    font-size: 55%;
  }
  .course-list .txt-area .txt{
    padding-left: 10px;
    line-height: 1.4;
  }

  .job-type-wrap{
    display: none;
    margin-top:0;
    margin-bottom:-60px;
    padding:80px 5% 5%;
    position: relative;
    top:-60px;
    z-index: -1;
  }
  .open .job-type-wrap{
    display: block;
  }
  .job-type-wrap .job-type{
    position: relative;
    margin-top:20px;
    padding: 18px 15px 15px;
    border-radius: 10px;
    background: #FFF6EE;
  }
  .job-type-wrap .job-type h5{
    position: absolute;
    left:0;
    top:0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  .job-type-wrap .job-type h5 span{
    display: inline-block;
    padding: 0 15px 2px;
    background: #A45F3E;
    font-size: 1.3rem;
    color: #FFF;
  }
  .job-type-wrap .job-type li{
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    font-size: 1.2rem;
    color:#231815;
  }
  .job-type-wrap .job-type li span{
    padding-right: 3px; 
    color:#F29A63;
  }

}

