.dep-ttl {
  height: unset;
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .dep-ttl {
  height: unset !important;
  padding-top: 60px;
}
}

.dep-ttl h1 {
  position: unset;
  display: inline-block;
}

.dep-ttl ul {
  position: unset;
  width: unset;
  margin-top: 20px;
}

.a-course {
  display: flex;
  flex-wrap: wrap;
  width: 88%;
  margin: 0 auto;
  padding: 60px 0;
}

.dep-ttl .a-course__left {
  padding-right: 40px;
}

.dep-ttl .a-course__left ul li {
  background: transparent;
  border: 1px solid #fff;
}

.dep-ttl .a-course__left ul li a {
  font-size: 16px;
}

.a-course__left,.a-course__right {
  width: 50%;
}

.a-course__buttonArea {
  margin-top: 40px;
  width: 90%;
}

.a-course__button {
  position: relative;
}

.a-course__buttonArea .a-course__button a {
  background-color: #000;
  color: #fff;
  display: block;
  position: relative;
  padding: 12px 18px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #000;
  box-shadow: 4px 4px 0 #000;
  transition: all .3s;
}

.a-course__buttonArea .a-course__button.button-pink a {
  background-color: #fb7db9;
}

.a-course__buttonArea .a-course__button.button-purple a {
  background-color: #9ea1ef;
}

.a-course__buttonArea .a-course__button a:hover {
  filter:brightness(1.2)
}

.a-course__buttonArea .a-course__button a::before {
  content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.a-course__button + .a-course__button {
  margin-top: 18px;
}

.a-course__button__comment {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  font-size: 12.5px;
  font-weight: bold;
  padding: 4px 15px;
  border: 2px solid #000;
  border-radius: 10px;
  white-space: nowrap;
  z-index: 2;
}

.a-course__button__comment::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

.a-course__button__comment::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  z-index: -1;
}

.a-course__slide__item img {
  width: 100%;
}

.dep-ttl .a-course__slide {
  box-shadow: 12px 12px 0 0 #fff;
  position: relative;
}

.dep-ttl .a-course__slide ul {
  margin-top: 10px;
}
.dep-ttl .a-course__slide ul li {
  background-color: transparent;
  padding: unset;
  margin: unset;
}

.dep-ttl .a-course__slide ul li:before {
  content: none;
}

.dep-ttl .a-course__slide ul li button:before {
  font-size: 14px;
  color: #fff;
}

.dep-ttl .a-course__slide .slick-dots {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  top: unset;
}

@media only screen and (max-width: 980px) {
  .a-course {
    width: calc(100% - 80px);
    padding: 40px 0;
    padding-top: 130px;
  }
  .a-course__left,.a-course__right {
    width: 100%;
  }
  .dep-ttl {
    padding-top: 80px;
  }
  .dep-ttl .a-course__left {
      display: contents;
    }

  .dep-ttl .a-course__right {
    order: 2;
    margin-top: 20px;
  }

  .dep-ttl .a-course__left h1 {
    order: 1;
    display: inline-block;
    position: absolute;
    top: 80px;
    margin-top: 40px;
  }
  .dep-ttl .a-course__left ul {
    order: 1;
    margin-top: 0;
  }
  .dep-ttl .a-course__left ul li a {
    font-size: 12.5px;
  }
  .dep-ttl .a-course__left .a-course__buttonArea {
    order: 3;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
    .a-course {
      width: 100%;
      padding-right: 5%;
      padding-left: 5%;
      flex-direction: column;
      padding-top: calc(40px + 9vw);
        margin-top: 20px;
    }

    .dep-ttl {
      padding-top: 60px;
    }

  .dep-ttl .a-course__left h1 {
    top: 60px;
  }
    
    
}

.pg_music .dep-ttl {
  background: linear-gradient(to right,#944de2,#f99536);
}

.pg_photo .dep-ttl {
  background: linear-gradient(to right,#626eeb,#f3439c);
}

.pg_movie .dep-ttl {
  background: linear-gradient(to right,#1ed195,#004098);
}

.pg_publication .dep-ttl {
  background: linear-gradient(to right, #41b8d3, #1af4b4);
}

.pg_make .dep-ttl {
  background: linear-gradient(to right, #934de2, #cb9dff);
}

.pg_performing .dep-ttl {
  background: linear-gradient(to right,#e85e54,#ff7ab5);
}

.pg_dance .dep-ttl {
  background: linear-gradient(to right,#f3429c,50%,#ac42f3,#43d2ff);
  height: unset;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}