.course-list.top .ttl:after {
  background: url(/course-list/img/top/mv_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .course-list.top .contents.inner {
    padding: 15px 0 80px;
  }
}
.course-list.top .category-page-list li {
  width: 545px;
  margin-right: 50px;
  margin-bottom: 95px;
  border-radius: 10px;
  /*.course-info{
  	padding: 40px 45px;

  	@include mq(md){
  		padding: 25px;
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.course-list.top .category-page-list li:nth-of-type(even) {
  margin-right: 0;
}
.course-list.top .category-page-list li:nth-child(n+5) {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li:nth-child(n+5) {
    margin-top: 55px;
  }
}
.course-list.top .category-page-list li a {
  display: block;
  color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li a {
    display: flex;
    align-items: flex-end;
    min-height: 345px;
  }
}
.course-list.top .category-page-list li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease;
}
.course-list.top .category-page-list li a .course-info {
  margin-top: 170px;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li a .course-info {
    margin-top: 135px;
    padding: 20px 5% 25px;
  }
}
.course-list.top .category-page-list li a .course-info .page-cate-ttl {
  margin-bottom: 10px;
  /*&:after{
  	content: '';
  	display: block;
  	background: #E0E0E0;
  	width: calc(100% - 90px);
  	height: 1px;
  	position: absolute;
  	left: 45px;
  	bottom: 0;
  }*/
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li a .course-info .page-cate-ttl {
    align-items: center;
  }
}
.course-list.top .category-page-list li a .course-info .page-cate-ttl .txt {
  width: calc(100% - 48px);
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li a .course-info .page-cate-ttl .txt {
    font-size: 1.25rem;
  }
}
.course-list.top .category-page-list li a .course-info .page-cate-ttl .la-arrow-right {
  width: 38px;
  height: 38px;
  margin-left: 10px;
}
.course-list.top .category-page-list li a .course-info p {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
.course-list.top .category-page-list li a:hover:after {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li a:hover:after {
    transform: scale(1);
  }
}
.course-list.top .category-page-list li a:hover .course-info .page-cate-ttl {
  color: #fff;
}
.course-list.top .category-page-list li .course-career {
  padding: 30px 40px 30px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li .course-career {
    padding: 30px 5%;
  }
}
.course-list.top .category-page-list li .course-career .head {
  margin-bottom: 10px;
}
.course-list.top .category-page-list li .course-career .head span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background: #222222;
  padding: 2px 5px;
  position: relative;
}
.course-list.top .category-page-list li .course-career .head span:after {
  content: "";
  display: block;
  width: 348px;
  height: 1px;
  background-image: radial-gradient(circle, #222222 0.5px, transparent 0.8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  position: absolute;
  left: 115px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li .course-career .head span:after {
    width: 100%;
  }
}
.course-list.top .category-page-list li .course-career .career-list {
  display: flex;
  flex-wrap: wrap;
}
.course-list.top .category-page-list li .course-career .career-list li {
  width: auto;
  font-size: 0.9375rem;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 10px;
}
.course-list.top .category-page-list li:nth-of-type(1) a:after {
  background: url(/course-list/img/top/img_course01.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li:nth-of-type(1) a:after {
    background: url(/course-list/img/top/img_course01_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.course-list.top .category-page-list li:nth-of-type(2) a:after {
  background: url(/course-list/img/top/img_course02.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li:nth-of-type(2) a:after {
    background: url(/course-list/img/top/img_course02_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.course-list.top .category-page-list li:nth-of-type(3) a:after {
  background: url(/course-list/img/top/img_course03.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li:nth-of-type(3) a:after {
    background: url(/course-list/img/top/img_course03_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.course-list.top .category-page-list li:nth-of-type(4) a:after {
  background: url(/course-list/img/top/img_course04.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li:nth-of-type(4) a:after {
    background: url(/course-list/img/top/img_course04_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.course-list.top .category-page-list li:nth-of-type(5) a:after {
  background: url(/course-list/img/top/img_course05.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li:nth-of-type(5) a:after {
    background: url(/course-list/img/top/img_course05_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.course-list.top .category-page-list li:nth-of-type(6) a:after {
  background: url(/course-list/img/top/img_course06.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .course-list.top .category-page-list li:nth-of-type(6) a:after {
    background: url(/course-list/img/top/img_course06_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}/*# sourceMappingURL=top.css.map */