.maker{
  background: linear-gradient(transparent 50%, #FCF16E 50%);
}

.course-heading.-esports{
  position: relative;
  background-image: linear-gradient(270deg, #E9B5C9, #F095B7);
}

.appeal{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap:20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .appeal{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.course-heading.-esports.esports_a div.pc-wrap::after{
  content:"";
  position: absolute;
  background: url(../img/course/esports01/heading_ttl.svg) no-repeat;
    width: 660px;
    height: 127px;
    bottom: -78px;
    /* left: 80px; */
    right: -20px;
  background-size: contain;
}

.course-heading.-koumuin div.pc-wrap::after{
  background: url(../img/course/koumuin01/heading_ttl.svg) no-repeat;
  width: 570px;
  height: 126px;
  background-size: contain;
}
.course-heading.-koumuin.ko_b div.pc-wrap::after{
  background: url(../img/course/koumuin02/heading_ttl.svg) no-repeat;
  width: 663px;
  height: 110px;
  background-size: contain;
}
.course-heading.-business.bu_c div.pc-wrap::after{
  background: url(../img/course/business04/heading_ttl.svg) no-repeat;
    width: 516px;
    height: 153px;
    bottom: -58px;
    /* left: 80px; */
    right: 20px;
  background-size: contain;
}
.course-heading.-business.bu_a div.pc-wrap::after {
    background: url(../img/course/business05/heading_ttl.svg) no-repeat;
    width: 773px;
    height: 107px;
    bottom: -72px;
    /* left: 80px; */
    right: 20px;
  background-size: contain;
}
.course-heading.-it.it_b div.pc-wrap::after {
    background: url(../img/course/it05/heading_ttl.svg) no-repeat;
    width: 660px;
    height: 116px;
    bottom: -62px;
    /* left: 80px; */
    right: 20px;
  background-size: contain;
}
.course-heading.-it.it_c div.pc-wrap::after {
    background: url(../img/course/it06/heading_ttl.svg) no-repeat;
    width: 654px;
    height: 115px;
    bottom: -22px;
    /* left: 80px; */
    right: 20px;
  background-size: contain;
}
.course-heading.-cg.cg_a div.pc-wrap::after {
    background: url(../img/course/it03/heading_ttl.svg) no-repeat;
    width: 541px;
    height: 100px;
    bottom: -62px;
    /* left: 80px; */
    right: 20px;
  background-size: contain;
}
.course-heading.-it.ai div.pc-wrap::after {
    background: url(../img/course/it01/heading_ttl.svg) no-repeat;
    width: 730px;
    height: 151px;
    bottom: -74px;
    /* left: 80px; */
    right: 20px;
  background-size: contain;
}


@media screen and (max-width: 767px) {
  .course-heading.-esports div.sp-wrap::after{
    content:"";
    position: absolute;
    background: url(../img/course/esports01/heading_ttl.svg) no-repeat;
    width: 330px;
    height: 64px;
    bottom: -46px;
    /* left: 80px; */
    right: 0;
    background-size: contain;
  }
  .course-heading.-koumuin div.sp-wrap::after {
    background: url(../img/course/koumuin01/heading_ttl.svg) no-repeat;
    width: 310px;
    height: 68px;
    bottom: -26px;
    right: 0px;
    background-size: contain;
  }
  .course-heading.-koumuin.ko_b div.sp-wrap::after {
    background: url(../img/course/koumuin02/heading_ttl.svg) no-repeat;
    width: 300px;
    height: 50px;
    bottom: -20px;
    right: 0px;
    background-size: contain;
  }
  .course-heading.-business.bu_c div.sp-wrap::after {
    background: url(../img/course/business04/heading_ttl.svg) no-repeat;
    width: 310px;
    height: 92px;
    bottom: -26px;
    right: 0px;
    background-size: contain;
  }
  .course-heading.-business.bu_a div.sp-wrap::after {
    background: url(../img/course/business05/heading_ttl.svg) no-repeat;
    width: 320px;
    height: 44px;
    bottom: -26px;
    right: 0px;
    background-size: contain;
  }
  .course-heading.-it.it_b div.sp-wrap::after {
    background: url(../img/course/it05/heading_ttl.svg) no-repeat;
    width: 320px;
    height: 56px;
    bottom: -36px;
    right: 0px;
    background-size: contain;
  }
  .course-heading.-it.it_c div.sp-wrap::after {
    background: url(../img/course/it06/heading_ttl.svg) no-repeat;
    width: 300px;
    height: 53px;
    bottom: -46px;
    right: 0;
    background-size: contain;
  }
  .course-heading.-cg.cg_a div.sp-wrap::after {
    background: url(../img/course/it03/heading_ttl.svg) no-repeat;
    width: 310px;
    height: 57px;
    bottom: -36px;
    right: 0px;
    background-size: contain;
  }
  .course-heading.-it.ai div.sp-wrap::after {
    background: url(../img/course/it01/heading_ttl.svg) no-repeat;
    width: 320px;
    height: 66px;
    bottom: -38px;
    /* left: 80px; */
    right: 0;
    background-size: contain;
  }
}

.course-number{
  padding: 1px 8px 2px;
  background-color: #fff;
  color: #47bbaa;
}
.collabo-roject-checkbox{
  display: flex;
  justify-content: center;
  align-items:center;
  gap:20px;
  margin-top: 30px;
  position: relative;
}
.project-icon{
  position: absolute;
  left: -20px;
  top:0;
}

.collabo-roject .recommend-list{
  background-color: #D8E9CF;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
}
.collabo-roject span.bubble{
  position: relative;
    flex-shrink: 0;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background: #00942C;
    rotate: -5deg;
  border-radius: 50vh;
}
.collabo-roject span.bubble::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #00942C transparent transparent transparent;
}
.c-col-3.gap20 > ul{
  gap:20px 0;
}

@media screen and (max-width: 767px) {
  .collabo-roject-checkbox{
    padding-top: 70px;
    flex-direction: column;
    gap:0;
    margin-bottom: 20px;
  }
  .project-icon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:0;
  }
}

.school-flow{
  max-width: 1000px;
  width: 100%;
  padding: 0 15px;
  margin: 60px auto 0;
}
.school-flow img{
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .js-scrollable .school-flow{
    width: 1000px;
    max-width: 1000px;
  }
}

.course-point-catch{
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-top: 40px;
  color: #47bbaa;
}
.course-point-catch span{
  background: linear-gradient(transparent 60%, #fff59d 60%);
}

@media screen and (max-width: 767px) {
  .course-point-catch{
    font-size: 1.5rem;
  }
}

.it-career{
  background-color: #eae3f0;
  padding: 32px;
}
.it-career .c-col-2 dl{
  padding: 16px;
  background-color: #fff;
}
.it-career .c-col-2 dl > dt{
  font-size: 1.25rem;
  text-align: center;
  color: #6b60a8 !important;
}
.it-career .c-col-2 li::first-letter {
  color: #6b60a8 !important;
}

@media screen and (max-width: 767px) {
  .it-career dl > dt{
    font-size: 1rem;
  }
}