@charset "utf-8";


/*
Theme Name: 
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
*/


.top-courseItem:nth-of-type(3) .top-courseItem_inner::before{
    background: url("img/top/top-course03_illust02.png") no-repeat center center / contain;
}
@media screen and (min-width: 1200px) {
  .l-naviCourse {
    width: 800px;
  }
    .top-course{
    gap: 3rem;
    }
    .top-courseItem:nth-of-type(3){
        transition-delay: 0.4s;
    }
}

@media screen and (min-width: 768px) {
    .top-course{
        gap: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .top-courseWrap{
        background: linear-gradient(to top, #b4cd67 75%, #fff 25%);
    }
    .top-course{
        gap: 1.5rem;
        flex-direction: column;
    }
    .top-courseItem{
        width: 100%;
        margin: 0 auto;
        max-width: 16rem;
    }
    .sectionbox{
        margin-top: 40px;
    }
}