@charset "UTF-8";


#course-index {padding: 0 0 100px 100px;}
#course-index .kv {padding: 0;}
#course-index .kv__inner {position: relative;background:#000;height:590px;overflow:hidden;} /*edit*/
#course-index .kv__inner .kv__img {min-width:1520px;width:100%;min-height:590px;height:auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);} /*edit*/


#course-index .kv__textContainer {position: absolute;top: 50%;left: 0;padding:0 40px;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
#course-index .kv__hd1 {color: #fff;margin-bottom: 2rem;}
#course-index .kv__en {display: block;font-size: 2.4rem;line-height: 1.4;font-weight:bold;}
#course-index .kv__ja {display: block;font-size: 5rem;line-height:1.4;font-weight: bold;}
#course-index .kv__lead {font-size: 1.6rem;font-weight: bold;color: #fff;max-width:710px;}



#course-index .sec1 {
  width:1280px;margin: 0 auto;padding: 0 40px 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
#course-index .sec1__container {position: relative;margin-bottom: 5rem;
    display: grid;
    grid-template-rows: min-content 1fr;
    margin: 0;
  }
#course-index .sec1__imgContainer {position: absolute;width: 45%;
    width: 100%;
    position: relative;
  }
#course-index .sec1__textContainer {width: 100%;padding-left: 15%;padding-top: 3rem;
    width: 100%;
    margin: 0;
    padding: 0;
  }

#course-index .sec1__up {
    padding: 1rem 1rem;
    margin: 0;
    min-height: 0;
    height: 100%;
  }
#course-index .entertainment .sec1__up {background:linear-gradient(270deg, #faaabb 0%, #fc809b 100%);}
#course-index .entertainmentstaff .sec1__up {    background: linear-gradient(270deg, #c683de 0%, #aa4dcc 100%);}
#course-index .animation .sec1__up {    background: linear-gradient(270deg, #519ceb 0%, #1a6ec7 100%);}
#course-index .digitalanimation .sec1__up {background-color: #c98a78;}
#course-index .creator .sec1__up {    background: linear-gradient(270deg, #5ecb83 0%, #16a245 100%);}
#course-index .manga .sec1__up {background-color: #7a83ac;}
#course-index .game .sec1__up {background-color: #ab7ca2;}
#course-index .kodomo .sec1__up {background-color: #e2a275;}
#course-index .yakan .sec1__up {background: linear-gradient(270deg, #ebc96b 0%, #e1b231 100%);}
#course-index .entertainmentstaff-yakan .sec1__up {background-color: #5555c5;}
#course-index .full_remote .sec1__up {background: linear-gradient(270deg, #7ccdcf 0%, #05a6a8 100%);}
#course-index .remote .sec1__up {background: linear-gradient(270deg, #7ccdcf 0%, #05a6a8 100%);}

#course-index .sec1__under {padding: 2rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack:justify;
justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#course-index .entertainment .sec1__under {background: #fbe0e6;}
#course-index .entertainmentstaff .sec1__under {background-color: #e8d3ef;}
#course-index .animation .sec1__under {background-color: #e0e8f1;}
#course-index .digitalanimation .sec1__under {background-color: #ededed;}
#course-index .creator .sec1__under {background-color: #d0e1d6;}
#course-index .manga .sec1__under {background-color: #ededed;}
#course-index .game .sec1__under {background-color: #ededed;}
#course-index .kodomo .sec1__under {background-color: #ededed;}
#course-index .yakan .sec1__under {background-color: #ebe4d1;}
#course-index .entertainmentstaff-yakan .sec1__under {background-color: #d5d5ef;}
#course-index .full_remote .sec1__under {background-color: #d7e5e5;}
#course-index .remote .sec1__under {background-color: #d7e5e5;}

#course-index .sec1__hd2 {color: #fff;font-weight: bold;padding-left: 40%;margin-bottom: 2rem;
    padding: 0;
    margin-bottom: 0rem;
  }
#course-index .sec1__en {font-size: 2rem;line-height: 1;display: block;}
#course-index .sec1__ja {font-size: 4rem;display: block;
    text-decoration: underline;
    line-height: 1;
    margin-bottom: 1rem;
    font-size: 2rem;
  }
#course-index .sec1__ja a {
  color:#fff;
}
#course-index .sec1__cap {font-size: 1.6rem;color: #fff;padding-left: 40%;}
#course-index .sec1__ul {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
    gap: 0.5rem;
  }
#course-index .sec1__ul li{
    margin: 0;
  }

#course-index .sec1__li {font-size: 1.4rem;margin-right: 1.5rem;margin-top: 0.5rem;margin-bottom: 0.5rem;background:#fff;padding:5px 5px;}
#course-index .sec1__li a{text-decoration:none;color:#333 !important;}

#course-index .entertainment .sec1__li a{color: #e60012 ;}
#course-index .entertainmentstaff .sec1__li a{color: #e60012 ;}
#course-index .animation .sec1__li a{color: #e60012 ;}
#course-index .digitalanimation .sec1__li a{color: #e60012 ;}
#course-index .creator .sec1__li a{color: #e60012 ;}
#course-index .manga .sec1__li a{color: #e60012 ;}
#course-index .game .sec1__li a{color: #e60012 ;}
#course-index .kodomo .sec1__li a{color: #e60012 ;}
#course-index .yakan .sec1__li a{color: #e60012 ;}
#course-index .entertainmentstaff-yakan .sec1__li a{color: #e60012 ;}
#course-index .full_remote .sec1__li a{color: #e60012 ;}
#course-index .remote .sec1__li a{color: #e60012 ;}

#course-index .sec1__viewmore {display: block;width: 180px;font-size: 1.6rem;line-height: 1.4;font-weight: 600;background: #e60012 url(../img/common/arw_ico2.png) right 10px center no-repeat;color: #fff;padding: 9px 50px 10px 30px;margin: 4px 0 0 5px;background-size: 26px;}













#course {
  padding: 0 0 100px 100px;
}
#course .kv {
  padding: 0;
}
#course .kv__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course .kv__left {
  width: 50%;
  padding: 13rem 4rem 10rem;
}
#course.entertainment .kv__left {
  background-color: #8f9bc8;
}
#course.entertainmentstaff .kv__left {
  background-color: #8dc191;
}
#course.animation .kv__left {
  background-color: #d69298;
}
#course.digitalanimation .kv__left {
  background-color: #c98a78;
}
#course.creator .kv__left {
  background-color: #cbb076;
}
#course.manga .kv__left {
  background-color: #7a83ac;
}
#course.game .kv__left {
  background-color: #ab7ca2;
}
#course.kodomo .kv__left {
  background-color: #e2a275;
}

#course .kv__up {
  color: #fff;
  padding-bottom: 6rem;
  border-bottom: 1px solid #fff;
}

#course .kv__hd1 {
  margin-bottom: 2rem;
}

#course .kv__en {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  font-weight:bold;
}

#course .kv__ja {
  display: block;
  font-size: 5rem;
  line-height:1.4;
  font-weight: bold;
}

#course .kv__lead {
  font-size: 1.6rem;
  font-weight: bold;
  /*width: 75%;*/
}

#course .kv__under {
  padding-top: 6rem;
  font-size: 1.6rem;
}

#course .kv__text {
  font-weight: bold;
  margin-bottom: 2.5rem;
}

#course .kv__dl {
  color: #fff;
}

#course .kv__dt {
  display: inline-block;
  font-weight: bold;
  color: #000;
  line-height: 1;
  border-bottom: 1px solid #000;
}

#course .kv__dd {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

#course .kv__dd:last-of-type {
  margin-bottom: 0;
}

#course .kv__right {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#course.entertainment .kv__right {
  background-image: url("../img/course/entertainment/kv.webp");
}
#course.entertainmentstaff .kv__right {
  background-image: url("../img/course/entertainmentstaff/kv.webp");
}
#course.animation .kv__right {
  background-image: url("../img/course/animation/kv.webp");
}
#course.digitalanimation .kv__right {
  background-image: url("../img/course/digitalanimation/kv.png");
}

#course.creator .kv__right {
  background-image: url("../img/course/creator/kv.webp");
}
#course.manga .kv__right {
  background-image: url("../img/course/manga/kv.png");
}
#course.game .kv__right {
  background-image: url("../img/course/game/kv.png");
}
#course.kodomo .kv__right {
  background-image: url("../img/course/kodomo/kv.png");
}



#course .sec1 {
  padding: 5rem 4rem 12rem;
}
#course.entertainment .sec1 {
  background: url("../img/course/entertainment/bg1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.entertainmentstaff .sec1 {
  background: url("../img/course/entertainmentstaff/bg1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.animation .sec1 {
  background: url("../img/course/animation/bg1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.digitalanimation .sec1 {
  background: url("../img/course/digitalanimation/bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.creator .sec1 {
  background: url("../img/course/creator/bg1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.manga .sec1 {
  background: url("../img/course/manga/bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.game .sec1 {
  background: url("../img/course/game/bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.kodomo .sec1 {
  background: url("../img/course/kodomo/bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#course .sec1__container {
  position: relative;
  width:1200px;
  margin:0 auto 5rem auto;
}

#course .sec1__imgContainer {
  position: absolute;
  width: 45%;
}

#course .sec1__textContainer {
  width: 100%;
  padding-left: 15%;
  padding-top: 3rem;
}

#course .sec1__up {
  min-height: 340px;
  padding: 3rem 4rem 5rem 0;
}

#course.entertainment .sec1__up {
  background:linear-gradient(270deg, #faaabb 0%, #fc809b 100%);
}

#course.entertainmentstaff .sec1__up {
      background: linear-gradient(270deg, #c683de 0%, #aa4dcc 100%);
}
#course.animation .sec1__up {
      background: linear-gradient(270deg, #519ceb 0%, #1a6ec7 100%);
}
#course.digitalanimation .sec1__up {
  background-color: #c98a78;
}
#course.creator .sec1__up {
      background: linear-gradient(270deg, #5ecb83 0%, #16a245 100%);
}
#course.manga .sec1__up {
  background-color: #7a83ac;
}
#course.game .sec1__up {
  background-color: #ab7ca2;
}
#course.kodomo .sec1__up {
  background-color: #e2a275;
}

#course .sec0 {
  margin-bottom: 15rem;
}

#course .sec0__img {
  width: 100%;
  height: auto;
}

#course .sec0__secondContainer {
  width: calc(1280px * 0.8);
  margin: 0 auto;
  padding:0 40px;
}


#course .sec1__hd2 {
  color: #fff;
  font-weight: bold;
  padding-left: 40%;
  margin-bottom: 2rem;
}

#course .sec1__en {
  font-size: 2rem;
  line-height: 1;
  display: block;
}

#course .sec1__ja {
  font-size: 4rem;
  display: block;
}

#course .sec1__cap {
  font-size: 1.6rem;
  color: #fff;
  padding-left: 40%;
}

#course .sec1__under {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#course.entertainment .sec1__under {
  background: #eef0f7;
}
#course.entertainmentstaff .sec1__under {
  background: #eef6ef;
}
#course.animation .sec1__under {
  background: #f9eff0;
}
#course.digitalanimation .sec1__under {
  background: #f7edea;
}
#course.creator .sec1__under {
  background: #f7f3ea;
}
#course.manga .sec1__under {
  background: #ebedf3;
}
#course.game .sec1__under {
  background: #f3ebf1;
}
#course.kodomo .sec1__under {
  background: #fbf1ea;
}

#course .sec1__text {
  font-size: 1.6rem;
  font-weight: bold;
}

#course .sec1__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course .sec1__li {
  font-size: 1.4rem;
  margin-right: 1.5rem;
}

#course .sec1__li::before {
  content: "→";
  display: inline-block;
}

#course .sec1__viewmore {
  display: block;
  width: 180px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  background: #e60012 url(../img/common/arw_ico2.png) right 10px center no-repeat;
  color: #fff;
  padding: 9px 50px 10px 30px;
  margin: 4px 0 0 5px;
  background-size: 26px;
}

#course .sec2 {
  padding: 10rem 4rem 10rem;
}
#course.entertainment .sec2 {
  background: url("../img/course/entertainment/bg2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.entertainmentstaff .sec2 {
  background: url("../img/course/entertainmentstaff/bg2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.animation .sec2 {
  background: url("../img/course/animation/bg2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.digitalanimation .sec2 {
  background: url("../img/course/digitalanimation/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.creator .sec2 {
  background: url("../img/course/creator/bg2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.manga .sec2 {
  background: url("../img/course/manga/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.game .sec2 {
  background: url("../img/course/game/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.kodomo .sec2 {
  background: url("../img/course/kodomo/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#course .sec2__firstContainer {
  width: 100%;
  margin: 0 auto 9rem;
}

#course .sec2__hd2 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5rem;
}

#course .sec2__firstFlexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#course .sec2__firstFlexItem {
  width: 32%;
}

#course .sec2__firstFlexUp {
  color: #fff;
  padding: 3rem 2rem 2rem 2rem;
  border-radius:10px 10px 0 0;
}

#course.entertainment .sec2__firstFlexUp {
  background: #8f9bc8;
}

#course.entertainmentstaff .sec2__firstFlexUp {
  background: #8dc191;
}
#course.animation .sec2__firstFlexUp {
  background: #d69298;
}
#course.digitalanimation .sec2__firstFlexUp {
  background: #c98a78;
}
#course.creator .sec2__firstFlexUp {
  background: #cbb076;
}
#course.manga .sec2__firstFlexUp {
  background: #7a83ac;
}
#course.game .sec2__firstFlexUp {
  background: #ab7ca2;
}
#course.kodomo .sec2__firstFlexUp {
  background: #e2a275;
}

#course .sec2__hd3First {
  font-size: 2.4rem;
  text-align: center;
}

#course .sec2__number {
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 2rem;
}

#course .sec2__numberBig {
  font-size: 12rem;
  line-height: 1;
}

#course .sec2__note {
  text-align: right;
}

#course .sec2__firstFlexUnder {
  font-size: 1.6rem;
  background: #fff;
  padding: 2rem 2rem 1rem;
  border-radius:0 0 10px 10px;
}
#course.entertainment .sec2__firstFlexUnder {
  border:1px solid #8f9bc8;
}
#course.entertainmentstaff .sec2__firstFlexUnder {
  border:1px solid #8dc191;
}
#course.entertainmentstaff .sec2__firstFlexUnder {
  border:1px solid #d69298;
}

#course .sec2__secondContainer {
  width: 100%;
  margin: 0 auto;
}

#course .sec2__secondFlexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width:1200px;
  margin:0 auto;
}

#course .sec2__secondFlexItem {
  width: 48%;
  margin-bottom: 5rem;
}

#course .sec2__imgContainer {
  width: 100%;
}

#course .sec2__img {
  width: 100%;
  height: auto;
}

#course .sec2__textContainer {
  padding: 2rem 5rem 4rem;
  color: #fff;
}

#course.entertainment .sec2__textContainer {
  background: #8f9bc8;
}

#course.entertainmentstaff .sec2__textContainer {
  background: #8dc191;
}

#course.animation .sec2__textContainer {
  background: #d69298;
}
#course.digitalanimation .sec2__textContainer {
  background: #c98a78;
}
#course.creator .sec2__textContainer {
  background: #cbb076;
}
#course.manga .sec2__textContainer {
  background: #7a83ac;
}
#course.game .sec2__textContainer {
  background: #ab7ca2;
}
#course.kodomo .sec2__textContainer {
  background: #e2a275;
}

#course .sec2__hd3Second {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#course .sec2__hd3SecondBig {
  display: block;
  font-size: 6rem;
  font-weight: normal;
  margin-right: 2rem;
}

#course .sec2__secondCap {
  font-size: 1.6rem;
}

#course .sec3 {
  margin-bottom: 15rem;
}

#course .sec3__firstContainer {
  padding: 7rem 4rem 10rem;
  position: relative;
  margin-bottom: 10rem;
}
#course.entertainment .sec3__firstContainer {
  background-image: url("../img/course/entertainment/bg3.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.entertainmentstaff .sec3__firstContainer {
  background-image: url("../img/course/entertainmentstaff/bg3.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.animation .sec3__firstContainer {
  background-image: url("../img/course/animation/bg3.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.digitalanimation .sec3__firstContainer {
  background-image: url("../img/course/digitalanimation/bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.creator .sec3__firstContainer {
  background-image: url("../img/course/creator/bg3.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.manga .sec3__firstContainer {
  background-image: url("../img/course/manga/bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.game .sec3__firstContainer {
  background-image: url("../img/course/game/bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course.kodomo .sec3__firstContainer {
  background-image: url("../img/course/kodomo/bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#course .sec3__hd2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 7rem;
}

#course .sec3__fukidashi {
  width: 85%;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 2rem 0 2rem;
  position: relative;
  width:1200px;
  margin:0 auto 5rem auto;
}
#course.entertainment .sec3__fukidashi {
  background-color: #8f9bc8;
}
#course.entertainmentstaff .sec3__fukidashi {
  background-color: #8dc191;
}
#course.animation .sec3__fukidashi {
  background-color: #d69298;
}
#course.digitalanimation .sec3__fukidashi {
  background-color: #c98a78;
}
#course.creator .sec3__fukidashi {
  background-color: #cbb076;
}
#course.manga .sec3__fukidashi {
  background-color: #7a83ac;
}
#course.game .sec3__fukidashi {
  background-color: #ab7ca2;
}
#course.kodomo .sec3__fukidashi {
  background-color: #e2a275;
}

#course .sec3__fukidashi::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
#course.entertainment .sec3__fukidashi::after {
  background-color: #8f9bc8;
}
#course.entertainmentstaff .sec3__fukidashi::after {
  background-color: #8dc191;
}
#course.animation .sec3__fukidashi::after {
  background-color: #d69298;
}
#course.digitalanimation .sec3__fukidashi::after {
  background-color: #c98a78;
}
#course.creator .sec3__fukidashi::after {
  background-color: #cbb076;
}
#course.manga .sec3__fukidashi::after {
  background-color: #7a83ac;
}
#course.game .sec3__fukidashi::after {
  background-color: #ab7ca2;
}
#course.kodomo .sec3__fukidashi::after {
  background-color: #e2a275;
}

#course .sec3__hd3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.5rem;
}

#course .sec3__text {
  font-size: 2.4rem;
  line-height: 1;
}

#course .sec3__ul {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

#course .sec3__li::after {
  content: "↓";
  display: block;
  text-align: center;
}

#course .sec3__li:last-of-type::after {
  display: none;
}

#course .sec3__circle {
  width: 250px;
  height: 250px;
  font-size: 1.8rem;
  font-weight:bold;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 5rem;
  bottom: 5rem;
}

#course.entertainment .sec3__circle {
  background-color: #8f9bc8;
}

#course.entertainmentstaff .sec3__circle {
  background-color: #8dc191;
}

#course.animation .sec3__circle {
  background-color: #d69298;
}
#course.digitalanimation .sec3__circle {
  background-color: #c98a78;
}
#course.creator .sec3__circle {
  background-color: #cbb076;
}
#course.manga .sec3__circle {
  background-color: #7a83ac;
}
#course.game .sec3__circle {
  background-color: #ab7ca2;
}
#course.kodomo .sec3__circle {
  background-color: #e2a275;
}

#course .sec3__secondContainer {
  width: 1280px;
  margin: 0 auto;
  padding:0 40px;
}

#course .sec3__secondContainer.guidebook {
  padding-left:15px;
}
#course .sec3__secondContainer.guidebook .sec3__imgPicture {
  display:flex;gap:1rem;font-size:1.6rem;line-height:1.4;
}

#course .sec3__img {
  width: 100%;
  height: auto;
}

#course .sec4 {
  padding: 7rem 4rem 16rem;
  margin-bottom: 9rem;
  background: url("../img/course/entertainment/bg4.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

#course .sec4__hd2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 1;
  margin-bottom: 7rem;
}

#course .sec4__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  width: 1200px; /*1280px*/
  margin: 0 auto;
  padding:0; /*0 40px*/
}

#course .sec4__li {
  width: 23%; /*22%*/
  background-color: #e60012;
  text-align: center;
  margin-left: 2%;
  margin-bottom: 2rem;
  padding: 1rem 0;
}

#course .sec4__link {
  font-size: 1.6rem;
  color: #fff;
  display:block;
}

#course .gakubu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 9.845rem; /*0 4rem*/
  width: 1120px; /*1280px*/
  margin: 0 auto 10rem auto;
}

#course .gakubu__item {
  width: 15.6%;
}

#course .gakubu__img {
  width: 100%;
  height: auto;
}


#course-lower {
  padding: 0 0 100px 100px;
}
#course-lower .kv {
  padding: 0;
}


#course-lower .kv__inner {
  position: relative;
  background:#000;
  height:590px;
  overflow:hidden;
} /*edit*/

#course-lower .kv__inner .kv__img {min-width:1520px;width:100%;min-height:590px;height:auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);} /*edit*/



#course-lower .kv__textContainer {
  position: absolute;
  top: 50%;
  left: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#course-lower .kv__hd1 {
  color: #fff;
  margin-bottom: 2rem;
}

#course-lower .kv__en {
  display: block;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight:bold;
}

#course-lower .kv__ja {
  display: block;
  font-size: 50px;
  line-height:1.4;
  font-weight: bold;
}

#course-lower .kv__lead {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  max-width:710px;
}

#course-lower .kv__circleContainer {
  position: absolute;
  bottom: 5rem;
  right: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course-lower .kv__circle {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  width: 8rem;
  height: 8rem;
  background-color: #e50012;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
}

#course-lower .kv__circle:nth-of-type(2) {
  background: #22a14a;
}

#course-lower .kv__circle:nth-of-type(3),
#course-lower .kv__circle.college{
  background: #eea822;
}

#course-lower .kv__circle:nth-of-type(4) {
  background: #187ab9;
  margin-right: 0;
}


#course-lower .breadcrumb__right {
  float: right;
  color: #fff;
  padding: 2rem 3.5rem;
  border-radius: 0.7rem;
  margin: 2rem auto 0 auto;
  max-width:680px;
}
#course-lower.entertainment .breadcrumb__right {
  background-color: #8f9bc8;
}
#course-lower.entertainmentstaff .breadcrumb__right {
  background-color: #8dc191;
}
#course-lower.animation .breadcrumb__right {
  background-color: #d69298;
}
#course-lower.digitalanimation .breadcrumb__right {
  background-color: #c98a78;
}
#course-lower.creator .breadcrumb__right {
  background-color: #cbb076;
}
#course-lower.manga .breadcrumb__right {
  background-color: #7a83ac;
}
#course-lower.game .breadcrumb__right {
  background-color: #ab7ca2;
}
#course-lower.kodomo .breadcrumb__right {
  background-color: #e2a275;
}

#course-lower .breadcrumb__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.5rem;
}

#course-lower .breadcrumb__text {
  font-size: 1.6rem;
}

#course-lower .sec1__inner {
  padding: 8.5rem 4rem 10.5rem;
}
#course-lower.entertainment .sec1__inner {
  background: url("../img/course/entertainment/bg-line.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.entertainmentstaff .sec1__inner {
  background: url("../img/course/entertainmentstaff/bg-line.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.animation .sec1__inner {
  background: url("../img/course/animation/bg-line.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.creator .sec1__inner {
  background: url("../img/course/creator/bg-line.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.manga .sec1__inner {
  background: url("../img/course/manga/bg-line.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.game .sec1__inner {
  background: url("../img/course/game/bg-line.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.kodomo .sec1__inner {
  background: url("../img/course/kodomo/bg-line.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#course-lower .sec1__hd2 {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 7rem;
}

#course-lower .sec1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width:1200px;
  margin:0 auto;
}

#course-lower .sec1__containerItem {
  width: 48.5%;
  padding: 3.5rem 3rem;
  background: #fff;
  margin-bottom: 2.5%;
}




#course-lower .sec1__container.scenario-novel .sec1__containerItem_out {
  width: 48.5%;
  margin-bottom: 7.5rem;
}
#course-lower .sec1__container.scenario-novel .sec1__containerItem_out .sec1__containerItem {
  width: 100%;
}

#course-lower .sec1__container .sec1__imgbox{
  display:flex;
  padding:10px 0 0 0;
}
#course-lower .sec1__container .sec1__imgbox_l{
  width:180px;
  flex:none;
}
#course-lower .sec1__container .sec1__imgbox_r{
  padding:0 0 0 20px;
}
#course-lower .sec1__container .sec1__imgbox_r .name{
  padding:0 0 15px 0;
  font-size:24px;
  font-weight:bold;
}
#course-lower .sec1__container .sec1__imgbox_r .txt{
  font-size:16px;
}
#course-lower .sec1__container .sec1__message h4{
  font-size:24px;
  font-weight:bold;
  border-bottom:1px solid #cbb076;
  color:#cbb076;
  margin:20px 0 15px 0;
}

#course-lower .sec1__mangabox{
  background:#d7dae6;
  padding:35px 20px;
  font-size:16px;
}
#course-lower .sec1__mangabox .h4_1{
  text-align:center;
  font-weight:bold;
  padding:0 0 20px 0;
  font-size:28px;
}
#course-lower .sec1__mangabox .h4_2{
  text-align:center;
  background:#fff;
  font-weight:bold;
  padding:3px;
  font-size:24px;
  position: relative;
  display: inline-block;
  margin:0 0 1.5em 0;
  width:100%;
}
#course-lower.manga .h4_3{
  text-align:center;
  font-weight:bold;
  font-size:24px;
  padding:10px 0 30px 0;
}

#course-lower .sec1__mangabox .h4_2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

#course-lower .sec1__mangaimg1{
  max-width:410px;
  margin:0 auto 20px auto;
}
#course-lower .sec1__mangaimg2{
  max-width:220px;
  margin:30px auto 40px auto;
}



#course-lower .sec1__containerItem:nth-of-type(n + 3) {
  margin-bottom: 7.5rem;
}

#course-lower .sec1__hd3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#course-lower .sec1__hd3::before {
  content: attr(data-num);
  display: block;
  font-size: 4rem;
  line-height: 7rem;
  color: #fff;
  min-width:70px;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 1.5rem;
}
#course-lower.entertainment .sec1__hd3::before {
  background: #8f9bc8;
}
#course-lower.entertainmentstaff .sec1__hd3::before {
  background: #8dc191;
}
#course-lower.animation .sec1__hd3::before {
  background: #d69298;
}
#course-lower.creator .sec1__hd3::before {
  background: #cbb076;
}
#course-lower.manga .sec1__hd3::before {
  background: #7a83ac;
}
#course-lower.game .sec1__hd3::before {
  background: #ab7ca2;
}
#course-lower.kodomo .sec1__hd3::before {
  background: #e2a275;
}

#course-lower .sec1__imgContainer {
  margin-bottom: 3rem;
}

#course-lower .sec1__img {
  width: 100%;
  height: auto;
}

#course-lower .sec1__cap {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 2rem;
}

#course-lower .sec1__btn {
  display: table;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 2.5rem 6rem 2.5rem 4rem;
  color: #fff;
  background: #e60012;
  position: relative;
}

#course-lower .sec1__btn::after {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 1rem;
  background: url("../img/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.9rem;
  right: 1rem;
}

#course-lower .sec2__inner {
  padding: 7.5rem 4rem 0;
  width:1280px;
  margin:0 auto;
}

#course-lower .sec2__hd2 {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8.5rem;
}

#course-lower .sec2__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#course-lower .sec2__containerItem {
  width: 48.5%;
  padding: 10.5rem 3rem 3rem;
  position: relative;
}
#course-lower.entertainment .sec2__containerItem {
  background: #d3dbf6;
  border-radius:5px;
}
#course-lower.entertainmentstaff .sec2__containerItem {
  background: #d1e6d3;
  border-radius:5px;
}
#course-lower.animation .sec2__containerItem {
  background: #f3dee0;
  border-radius:5px;
}
#course-lower.creator .sec2__containerItem {
  background: #e5d7ba;
  border-radius:5px;
}
#course-lower.manga .sec2__containerItem {
  background: #d3dbf6;
  border-radius:5px;
}
#course-lower.game .sec2__containerItem {
  background: #d5bdd0;
  border-radius:5px;
}
#course-lower.kodomo .sec2__containerItem {
  background: #f1d4b9;
  border-radius:5px;
}

#course-lower.entertainment .sec2__containerItem:last-of-type {
  color: #fff;
  background: #8f9bc8;
}
#course-lower.entertainmentstaff .sec2__containerItem:last-of-type {
  color: #fff;
  background: #8dc191;
}
#course-lower.animation .sec2__containerItem:last-of-type {
  color: #fff;
  background: #d69298;
}
#course-lower.creator .sec2__containerItem:last-of-type {
  color: #fff;
  background: #cbb076;
}
#course-lower.manga .sec2__containerItem:last-of-type {
  color: #fff;
  background: #7a83ac;
}
#course-lower.game .sec2__containerItem:last-of-type {
  color: #fff;
  background: #ab7ca2;
}
#course-lower.kodomo .sec2__containerItem:last-of-type {
  color: #fff;
  background: #e2a275;
}

#course-lower .sec2__hd3 {
  font-size: 2.8rem;
  font-weight: bold;
  width: 22rem;
  height: 9.3rem;
  line-height: 7rem;
  text-align: center;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
#course-lower.entertainment .sec2__hd3 {
  background: url("../img/course/entertainment/pentagon1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.entertainmentstaff .sec2__hd3 {
  background: url("../img/course/entertainmentstaff/pentagon1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.animation .sec2__hd3 {
  background: url("../img/course/animation/pentagon1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.creator .sec2__hd3 {
  background: url("../img/course/creator/pentagon1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.manga .sec2__hd3 {
  background: url("../img/course/manga/pentagon1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.game .sec2__hd3 {
  background: url("../img/course/game/pentagon1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.kodomo .sec2__hd3 {
  background: url("../img/course/kodomo/pentagon1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#course-lower .sec2__hd3::first-letter {
  font-size: 4.6rem;
}

#course-lower.entertainment .sec2__hd3--second {
  color: #8f9bc8;
  background: url("../img/course/entertainment/pentagon2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.entertainmentstaff .sec2__hd3--second {
  color: #8dc191;
  background: url("../img/course/entertainmentstaff/pentagon2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.animation .sec2__hd3--second {
  color: #e19097;
  background: url("../img/course/animation/pentagon2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.creator .sec2__hd3--second {
  color: #cbb076;
  background: url("../img/course/creator/pentagon2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.manga .sec2__hd3--second {
  color: #7a83ac;
  background: url("../img/course/manga/pentagon2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.game .sec2__hd3--second {
  color: #ab7ca2;
  background: url("../img/course/game/pentagon2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.kodomo .sec2__hd3--second {
  color: #db9e73;
  background: url("../img/course/kodomo/pentagon2.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#course-lower .sec2__imgContainer {
  width: 100%;
}

#course-lower .sec2__img {
  width: 100%;
  height: auto;
}

#course-lower .sec2__dl {
  padding: 4rem 0 0;
  font-size: 1.6rem;
}

#course-lower .sec2__dt {
  line-height: 1;
  font-weight: bold;
  padding-top: 3rem;
}

#course-lower .sec2__dt:first-of-type {
  padding-top: 0;
}

#course-lower .sec2__dd {
  border-bottom: 1px solid #fff;
  padding: 2rem 0 3rem;
}
#course-lower .sec2__dd .smltxt{
  font-size: 11px;
  padding: 2rem 0 0 0;
}

#course-lower .sec2__dd:last-child {
  border: none;
  padding-bottom: 6rem;
}

#course-lower .sec2__advice {
  color: #000;
  background: #fff;
  padding: 3.5rem 3rem;
}

#course-lower .sec2__hd4 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.5rem;
}

#course-lower .sec2__cap {
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
}

#course-lower .sec2__imgContainer2 {
  width: 100%;
  margin-bottom: 1.5rem;
}

#course-lower .sec2__img2 {
  width: 100%;
  height: auto;
}

#course-lower .sec2__name {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#course-lower .sec3__inner {
  padding: 7.5rem 4rem 8.5rem;
  color: #000;
  width:1280px;
  margin:0 auto;
}

#course-lower .sec3__hd2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 7rem;
}

#course-lower .sec3__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#course-lower .sec3__imgContainer {
  width: 48.5%;
}

#course-lower .sec3__img {
  width: 100%;
  height: auto;
}

#course-lower .sec3__textContainer {
  width: 48.5%;
  padding-right: 3rem;
  font-size: 1.6rem;
}

#course-lower .sec3__dt {
  font-weight: bold;
}

#course-lower .sec3__dd {
  margin-bottom: 20px;
}
#course-lower .sec3__dd:last-child {
  margin-bottom: 0;
}

#course-lower .sec3__li {
  list-style: disc inside;
}

#course-lower.entertainment .bgArea.talent {
  background: url("../img/course/entertainment/talent/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.entertainment .bgArea.acting25d {
  background: url("../img/course/entertainment/25d/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.entertainment .bgArea.animesongartist {
  background: url("../img/course/entertainment/animesongartist/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.entertainment .bgArea.youtuber {
  background: url("../img/course/entertainment/youtuber/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}

#course-lower.entertainmentstaff .bgArea.management {
  background: url("../img/course/entertainmentstaff/management/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.entertainmentstaff .bgArea.costumemaking {
  background: url("../img/course/creator/costume/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}

#course-lower.animation .bgArea.animator {
  background: url("../img/course/animation/animator/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.animation .bgArea.background {
  background: url("../img/course/animation/background/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.animation .bgArea.director {
  background: url("../img/course/animation/director/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.animation .bgArea.sound {
  background: url("../img/course/animation/sound/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.animation .bgArea.anime3dcg {
  background: url("../img/course/digitalanimation/anime3dcg/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}

#course-lower.creator .bgArea.illust {
  background: url("../img/course/creator/illust/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.creator .bgArea.scenario-novel {
  background: url("../img/course/creator/scenario-novel/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.creator .bgArea.manga {
  background: url("../img/course/manga/manga/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.creator .bgArea.digital-comic {
  background: url("../img/course/manga/digital-comic/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}

#course-lower.game .bgArea.gamesynthesis {
  background: url("../img/course/game/gamesynthesis/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}
#course-lower.game .bgArea.gameprograming {
  background: url("../img/course/game/gameprograming/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 4rem 9.5rem;
}


#course-lower .movearea {
  max-width: 710px;
  margin: 10px auto 120px;
  padding: 0;
}
#course-lower .moveimg {
  width: 100%;
  margin: auto;
  position: relative;
  padding-top: 56.25%;
}
#course-lower .moveimg iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#course-lower .movearea_txt {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  padding:0 0 10px 0;
}
#course-lower .movearea_txt span{
  display: block;
  font-size: 16px;
  font-weight: 500;
}



#course-lower .sec3box_out {
  padding: 4rem 4rem 0;
}
#course-lower .sec3box_out .sec3box {
  background: #bbdabd;
  border-radius:5px;
  padding: 8rem 4rem 9.5rem;
  width:1200px;
  margin:0 auto;
}
#course-lower .sec3box_out .sec3box h3{
  font-size: 40px;
  font-weight:700;
  text-align:center;
  padding:0 0 60px 0;
}
#course-lower .sec3box_out .sec3box h3 span{
  font-size: 30px;
  display:block;
  padding:20px 0 0 0;
}
#course-lower .sec3box_out .sec3box .sec3box_in {
  display: flex;
  -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
  margin:-40px 0 0 0;
}
#course-lower .sec3box_out .sec3box .sec3box_in .sec3box_in_in {
  width: 50%;
  padding:40px 0 0 40px;
}
#course-lower .sec3box_out .sec3box .sec3box_in .sec3box_in_in .img1 img{
  width: 100%;
}
#course-lower .sec3box_out .sec3box .sec3box_in .sec3box_in_in .txt1{
  padding:20px 0 10px 0;
  font-size:30px;
  font-weight:700;
}
#course-lower .sec3box_out .sec3box .sec3box_in .sec3box_in_in .txt2{
  font-size:16px;
}

/* 芸能マネジメント科 management .sec3box */
#course-lower.entertainmentstaff .sec3box_out .sec3box h3{
  font-size: 40px;
  font-weight:700;
  text-align:center;
  padding:0 0 30px 0;
}
#course-lower.entertainmentstaff .sec3box_out .sec3box .ltxt {
  font-size:1.6rem;
  font-weight:bold;
  text-align:center;
}
#course-lower.entertainmentstaff .sec3box_out .sec3box .sttl {
  font-size:24px;
  font-weight:700;
  text-align:center;
  padding:20px 0;
}


#course-lower .sec4__inner {
  padding: 8.5rem 0 0;
  width:1200px;
  margin:0 auto;
}

#course-lower .sec4__hd2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 1;
  margin-bottom: 5rem;
}

#course-lower .sec4__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin:0 0 0 -3%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-bottom: 3rem;
}

#course-lower .sec4__containerItem {
  width: 30%;
  margin:0 0 0 3%;
  background: #fff;
  padding: 5rem 2.5rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#course-lower .sec4__imgContainer {
  margin: 0 auto 3.5rem;
}

#course-lower .sec4__img {
  width: 100%;
  height: auto;
}

#course-lower .sec4__hd3 {
  text-align: center;
  margin-bottom: 3rem;
}

#course-lower .sec4__title {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1rem;
}

#course-lower .sec4__name {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}

#course-lower .sec4__cap {
  font-size: 1.6rem;
}

#course-lower .sec4__btn {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 2.5rem 6rem 2.5rem 4rem;
  color: #fff;
  background: #e60012;
  position: relative;
}

#course-lower .sec4__btn::after {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 1rem;
  background: url("../img/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.9rem;
  right: 1rem;
}

#course-lower .sec5__inner {
  padding: 12rem 0 0;
  color: #000;
  width:1200px;
  margin:0 auto;
}

#course-lower .sec5__hd2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 4rem;
}

#course-lower .sec5__container {
  background: #fff;
  margin-bottom: 4rem;
}

#course-lower .sec5__container2 {
  display: flex;
  justify-content: center;
  margin:0 0 4rem -3.3%;
}
#course-lower .sec5__container2_in {
  width:30%;
  background: #fff;
  margin:0 0 0 3.3%;
  padding:40px;

}
#course-lower .sec5__container2_in .name{
  font-size: 28px;
  padding:10px 0 10px 0;
  text-align:center;
  font-weight:700;
}
#course-lower .sec5__container2_in .txt{
  font-size: 16px;
}

#course-lower .sec5__name {
  width: 95%;
  text-align:center;
  margin: 0 auto;
  padding: 5rem 0;
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: bold;
}
#course-lower.animation .sec5__name, {
  padding: 2rem 0;
  line-height: 2;
}

#course-lower.animation .sec5__name .sec5__name_txt1{
  color:#f80303;
  display: block;
}
#course-lower.manga .sec5__name .sec5__name_txt1{
  color:#f80303;
  display: block;
}

#course-lower .sec5__text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.5rem;
}

#course-lower .sec5__btn {
  text-align: center;
  display: block;
  width: 32rem;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 2.5rem 0 2.5rem;
  color: #fff;
  background: #e60012;
  position: relative;
}

#course-lower .sec5__btn::after {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 1rem;
  background: url("../img/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.9rem;
  right: 1rem;
}

#course-lower .sec6__inner {
  padding: 9.5rem 4rem 12.5rem;
  color: #000;
}
#course-lower .sec6__inner.digitalanimation_sec6 {
  padding: 1.5rem 4rem 12.5rem;
}
#course-lower .sec6__inner.manga_sec6 {
  padding: 1.5rem 4rem 12.5rem;
}


#course-lower .sec6__hd2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 7rem;
}

#course-lower .sec6__container,
.school .school__inner  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start; /*space-between*/
  gap:1.1%; /*add*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width:880px;
  margin:0 auto;
}

#course-lower .sec6__figure{
  width: 19%;
}
.school__inner .sec6__figure{
  width: 19%;
}

#course-lower .sec6__figure:nth-of-type(n + 5),
.school__inner .sec6__figure:nth-of-type(n + 5) {
  margin-bottom: 0;
}

#course-lower .sec6__img,
.school__inner .sec6__img {
  width: 100%;
  height: auto;
}

#course-lower .sec6__cap,
.school__inner .sec6__cap {
  font-size: 1.6rem;
  margin: 2rem 0;
  text-align: center;
}

.school__inner .coursebox_in_in{
  height: auto !important;
}

#course-lower.entertainment .sec7__inner {
  padding: 7rem 4rem 11rem;
  color: #000;
  background: url("../img/course/entertainment/bg-ami.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.entertainmentstaff .sec7__inner {
  padding: 7rem 4rem 11rem;
  color: #000;
  background: url("../img/course/entertainmentstaff/bg-ami.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.animation .sec7__inner {
  padding: 7rem 4rem 11rem;
  color: #000;
  background: url("../img/course/animation/bg-ami.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.digitalanimation .sec7__inner {
  padding: 7rem 4rem 11rem;
  color: #000;
  background: url("../img/course/digitalanimation/bg-ami.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.creator .sec7__inner {
  padding: 7rem 4rem 11rem;
  color: #000;
  background: url("../img/course/creator/bg-ami.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.manga .sec7__inner {
  padding: 7rem 4rem 11rem;
  color: #000;
  background: url("../img/course/manga/bg-ami.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.game .sec7__inner {
  padding: 7rem 4rem 11rem;
  color: #000;
  background: url("../img/course/game/bg-ami.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#course-lower.kodomo .sec7__inner {
  padding: 7rem 4rem 11rem;
  color: #000;
  background: url("../img/course/kodomo/bg-ami.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#course-lower .sec7__hd2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4rem;

}

#course-lower .sec7__cap {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-bottom: 7rem;

}

#course-lower .sec7__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-left: -1%;
  width:1200px;
  margin:0 auto;
}

#course-lower .sec7__btn {
  display: block;
  text-align: center;
  width: 24%;
  min-width: 17.5rem;
  margin: 0 0 1% 1%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 2rem 0 2rem;
  color: #fff;
  background: #e60012;
  position: relative;
}

#course-lower .sec7__btn::after {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.6rem;
  background: url("../img/course/arrow2.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.2rem;
  right: 1rem;
}


#course-lower .gakubu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 9.845rem;/*4rem*/
  margin-bottom: 10rem;
  width:1120px;/*1280px*/
  margin:0 auto;

}

#course-lower .gakubu__item {
  width: 15.6%;/*12%*/
}

#course-lower .gakubu__img {
  width: 100%;
  height: auto;
}

#course .kodomohimitsu{
  background:#fff9e3;
  margin:0 0 60px 0;
}
#course-lower .kodomohimitsu{
  background:#fff9e3;
  margin:100px 0 20px 0;
}

.kodomohimitsu_in{
  max-width:1030px;
  margin:0 auto;
}
.kodomohimitsu_in h2{
  font-size:40px;
  text-align:center;
  font-weight:bold;
  line-height:1.6;
  padding:30px 0 0 0;
}
.kodomohimitsu_in_in{
  display:flex;
  padding:60px 0 0 0;
}
.kodomohimitsu_in_in h3{
  background:#f6942a;
  padding:10px;
  text-align:center;
  color:#fff;
  font-size:26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:bold;
  border-radius:10px;
  line-height:1.4;
  margin:0 0 20px 0;
}
.kodomohimitsu_in_in p{
  font-size:16px;
}
.kodomohimitsu_in_in_l{
  width:50%;
  padding:0 20px;
}
.kodomohimitsu_in_in_r{
  width:50%;
  padding:0 20px;
}
.kodomohimitsu_in_in2{
  display:flex;
  padding:80px 20px 0 20px;
}
.kodomohimitsu_in_in2 div{
  width:345px;
  flex:none;
}
.kodomohimitsu_in_in2 p{
  padding:0 0 0 40px;
  font-size:16px;
}
.kodomohimitsu .requestWrap {
  padding: 8rem 0;
}
.kodomohimitsu .requestWrap__btn {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 2.5rem 6rem 2.5rem 4rem;
  color: #fff;
  background: #e60012;
  position: relative;
}
.kodomohimitsu .requestWrap__btn::after {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 1rem;
  background: url(../img/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.9rem;
  right: 1rem;
}






@media only screen and (max-width: 1010px) {
  #course .sec3__circle {
    width: 250px;
    height: 250px;
    font-size: 1.8rem;
    border: 4px solid #fff;
    position: static;
    margin: 5rem auto 0;
  }
  #course .sec3__secondContainer {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 940px) {
  #course-lower .kv__circleContainer {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

@media only screen and (max-width: 768px) {
  #course-index {padding: 0;}

  #course-index .kv__inner {height:auto;}
  #course-index .kv__inner .kv__img {min-width:0;min-height:0;position: static;top: auto;left: auto;transform: translate(0, 0);}


  #course-index .kv__textContainer {position: static;transform: none;}
  #course-index .kv__hd1 {position: absolute;top: 50%;left: 1.5rem;margin-bottom: 0;transform: translateY(-50%);-webkit- transform: translateY(-50%);}
  #course-index .kv__lead {position: static;color: #000;padding: 5rem 1.5rem 5rem;}
  #course-index .kv__circleContainer {bottom: 2rem;right: 1.5rem;}
  #course-index .kv__splead {color: #000;padding: 0rem 1.5rem 0rem;font-size: 1.6rem;font-weight: bold;display: none;}
  #course-index .breadcrumb__right {float: none;padding: 2rem 1.5rem;border-radius: 0;margin-top: 0;margin-bottom: 10rem;}
  #course-index .breadcrumb__title {font-size: 2rem;line-height: 1;margin-bottom: 1.5rem;}
  #course-index .breadcrumb__text {font-size: 1.6rem;}
  #course-index .sec1 {padding: 0rem 1.5rem 9.5rem;margin-bottom: 3.5rem;width:100%;gap:2rem;}

  #course-index .sec1__container {position: static;margin-bottom: 2rem;}
  #course-index .sec1__container:last-of-type {margin-bottom: 0;}
  #course-index .sec1__imgContainer {position: static;width: 100%;}
  #course-index .sec1__img {width: 100%;height: auto;}
  #course-index .sec1__textContainer {width: 100%;padding-left: 0;padding-top: 0;}
  #course-index .sec1__up {
    min-height: 0;
    padding: 1.5rem 1.5rem 1.5rem;
  }
  #course-index .sec1__hd2 {padding-left: 0;
    padding-bottom:2rem;
  }
  #course-index .sec1__en {font-size: 2rem;}
  #course-index .sec1__ja {
    font-size: 2rem;
    margin: 8px 0;
    padding: 0;
    line-height: 1;
    text-decoration: underline;
  }
  #course-index .sec1__cap {font-size: 1.6rem;padding-left: 0;}
  #course-index .sec1__under {padding: 2rem 1.5rem 5rem;display: block;}
  #course-index .sec1__text {font-size: 1.6rem;}
  #course-index .sec1__ul {
    display: flex;
    gap: 0.5rem;
    margin: 0rem;
  }
  #course-index .sec1__ul::after {content: "";display: block;clear: both;margin:0 0 0 -2%;}
  #course-index .sec1__li {
    font-size: 1.6rem;
    float: none;
    width: calc(50% - 0.25rem);
    margin: 0rem;
    position: relative;
    line-height: 1.4;
    padding:0;
  }
  #course-index .sec1__li a {
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding:6px;
    padding-right: 16px;
}
  #course-index .sec1__li a:after {
    background: url(/wp-content/themes/theme1/assets/img/common/arrow_right_black.svg) 0 0 / contain no-repeat;
    content: "";
    height: 2rem;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}
  #course-index .sec1__viewmoreWrap {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  #course-index .sec1__viewmore {font-size: 1.6rem;margin: 0;}


  #course {
    padding: 0;
  }

  #course .spkv__firstContainer {
    position: relative;
    margin-bottom: 5rem;
  }
  #course .spkv__img {
    width: 100%;
    height: auto;
  }
  #course .spkv__textContainer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2rem 1.5rem 3.5rem;
  }
  #course.entertainment .spkv__textContainer {
    background-color: rgba(143, 155, 200, 0.8);
  }
  #course.entertainmentstaff .spkv__textContainer {
    background-color: rgba(141, 193, 145, 0.8);
  }
  #course.animation .spkv__textContainer {
    background-color: rgba(214, 146, 152, 0.8);
  }
  #course.digitalanimation .spkv__textContainer {
    background-color: rgba(201, 138, 120, 0.8);
  }
  #course.creator .spkv__textContainer {
    background-color: rgba(203, 176, 118, 0.8);
  }
  #course.manga .spkv__textContainer {
    background-color: rgba(122, 131, 172, 0.8);
  }
  #course.game .spkv__textContainer {
    background-color: rgba(171, 124, 162, 0.8);
  }
  #course.kodomo .spkv__textContainer {
    background-color: rgba(226, 162, 117, 0.8);
  }
  #course .spkv__hd1 {
    color: #fff;
    margin-bottom: 2.4rem;
  }
  #course .spkv__en {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1rem;
  }
  #course .spkv__ja {
    display: block;
    font-size: 10vw;
    font-weight: bold;
    line-height: 1;
  }
  #course .spkv__lead {
    font-size: 1.6rem;
    color: #fff;
  }
  #course .spkv__secondContainer {
    padding: 5rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5rem;
  }
  #course.entertainment .spkv__secondContainer {
    background-color: #8f9bc8;
  }
  #course.entertainmentstaff .spkv__secondContainer {
    background-color: #8dc191;
  }
  #course.animation .spkv__secondContainer {
    background-color: #d69298;
  }
  #course.digitalanimation .spkv__secondContainer {
    background-color: #c98a78;
  }
  #course.creator .spkv__secondContainer {
    background-color: #cbb076;
  }
  #course.manga .spkv__secondContainer {
    background-color: #7a83ac;
  }
  #course.game .spkv__secondContainer {
    background-color: #ab7ca2;
  }
  #course.kodomo .spkv__secondContainer {
    background-color: #e2a275;
  }
  #course .spkv__text {
    color: #fff;
    margin-bottom: 2.5rem;
  }
  #course .spkv__dt {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
  #course .spkv__dd {
    color: #fff;
    margin-bottom: 2rem;
  }
  #course .sec1 {
    padding: 5rem 1.5rem 9.5rem;
    margin-bottom: 3.5rem;
  }

  #course.entertainment .sec1 {
    background: url("../img/course/entertainment/bg1_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.entertainmentstaff .sec1 {
    background: url("../img/course/entertainmentstaff/bg1_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.animation .sec1 {
    background: url("../img/course/animation/bg1_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.digitalanimation .sec1 {
    background: url("../img/course/digitalanimation/bg1_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.creator .sec1 {
    background: url("../img/course/creator/bg1_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.manga .sec1 {
    background: url("../img/course/manga/bg1_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.game .sec1 {
    background: url("../img/course/game/bg1_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.kodomo .sec1 {
    background: url("../img/course/kodomo/bg1_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }


  #course .sec0 {
    margin-bottom: 7.5rem;
  }

  #course .sec0__secondContainer {
    width: 100%;
    padding-left: 0;
    padding:0 15px;
  }

  #course .sec1__container {
    position: static;
    margin-bottom: 4rem;
    width:100%;
  }
  #course .sec1__container:last-of-type {
    margin-bottom: 0;
  }
  #course .sec1__imgContainer {
    position: static;
    width: 100%;
  }
  #course .sec1__img {
    width: 100%;
    height: auto;
  }
  #course .sec1__textContainer {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  #course .sec1__up {
    min-height: 0;
    padding: 3rem 1.5rem 5rem;
  }
  #course .sec1__hd2 {
    padding-left: 0;
  }
  #course .sec1__en {
    font-size: 2rem;
  }
  #course .sec1__ja {
    font-size: 4rem;
  }
  #course .sec1__cap {
    font-size: 1.6rem;
    padding-left: 0;
  }
  #course .sec1__under {
    padding: 2rem 1.5rem 5rem;
    display: block;
  }
  #course .sec1__text {
    font-size: 1.6rem;
  }
  #course .sec1__ul {
    display: block;
    margin-bottom: 3rem;
  }
  #course .sec1__ul::after {
    content: "";
    display: block;
    clear: both;
  }
  #course .sec1__li {
    font-size: 1.6rem;
    float: left;
    margin-right: 1rem;
  }
  #course .sec1__li::before {
    content: "→";
    display: inline-block;
  }
  #course .sec1__viewmoreWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #course .sec1__viewmore {
    font-size: 1.6rem;
    margin: 0;
  }
  #course .sec2 {
    padding: 0;
    background: none;
  }
  #course.entertainment .sec2 {
    background: url("../img/course/entertainment/bg2_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.entertainmentstaff .sec2 {
    background: url("../img/course/animation/bg2_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.animation .sec2 {
    background: url("../img/course/animation/bg2_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.creator .sec2 {
    background: url("../img/course/creator/bg2_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.game .sec2 {
    background: url("../img/course/game/bg2_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.kodomo .sec2 {
    background: url("../img/course/kodomo/bg2.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  #course .sec2__firstContainer {
    width: 100%;
    padding: 11rem 1.5rem 5rem;
    margin: 0 auto 5rem;
    background: url("../img/course/entertainment/bg2_sp.webp");
  }
  #course .sec2__hd2 {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 5rem;
  }
  #course .sec2__firstFlexContainer {
    display: block;
  }
  #course .sec2__firstFlexItem {
    width: 100%;
    margin-bottom: 4.5rem;
  }
  #course .sec2__firstFlexItem:last-of-type {
    margin-bottom: 0;
  }
  #course .sec2__firstFlexUp {
    padding: 2rem;
  }
  #course .sec2__hd3First {
    font-size: 2.4rem;
  }
  #course .sec2__number {
    font-size: 4rem;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
  }
  #course .sec2__numberBig {
    font-size: 20rem;
    line-height: 1;
  }
  #course .sec2__numberSmall {
    position: absolute;
    bottom: 0;
    font-size: 4rem;
    line-height: 1;
  }
  #course .sec2__note {
    font-size: 1.4rem;
  }
  #course .sec2__firstFlexUnder {
    font-size: 1.6rem;
    padding: 2rem 1.5rem 1rem;
  }
  #course .sec2__secondContainer {
    width: 100%;
    padding: 0 5%;
  }
  #course .sec2__secondFlexContainer {
    display: block;
    width:100%;
  }
  #course .sec2__secondFlexItem {
    width: 100%;
    margin-bottom: 4.5rem;
  }
  #course .sec2__textContainer {
    padding: 2rem 1.5rem 4rem;
    height:auto!important;
  }
  #course .sec2__hd3Second {
    font-size: 4rem;
    line-height: 1.5;
    align-items: flex-start;
  }
  #course .sec2__hd3SecondBig {
    font-size: 6rem;
  }
  #course .sec2__secondCap {
    font-size: 1.6rem;
  }
  #course .sec3 {
    margin-bottom: 7.5rem;
  }
  #course .sec3__firstContainer {
    /*background-image: url("../img/course/entertainment/bg3_sp.webp");*/
    padding: 10rem 5% 7rem;
    margin-bottom: 5rem;
  }
  #course.entertainment .sec3__firstContainer {
    background-image: url("../img/course/entertainment/bg3_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.entertainmentstaff .sec3__firstContainer {
    background-image: url("../img/course/entertainmentstaff/bg3_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.animation .sec3__firstContainer {
    background-image: url("../img/course/animation/bg3_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.creator .sec3__firstContainer {
    background-image: url("../img/course/creator/bg3_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.game .sec3__firstContainer {
    background-image: url("../img/course/game/bg3_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course.kodomo .sec3__firstContainer {
    background-image: url("../img/course/kodomo/bg3_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  #course .sec3__hd2 {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
  #course .sec3__fukidashi {
    width: 100%;
    padding: 2rem 12% 2rem;
    margin-bottom: 5rem;
  }
  #course .sec3__hd3 {
    font-size: 3rem;
  }
  #course .sec3__text {
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.8;
  }
  #course .sec3__ul {
    font-size: 2rem;
  }
  #course .sec3__circle {
    width: 200px;
    height: 200px;
    font-size: 1.8vw;
    border: 4px solid #fff;
    position: static;
    margin: 5rem auto 0;
  }
  #course .sec3__secondContainer {
    width: 100%;
    padding-left: 0;
    padding:0 15px;
  }
  #course .sec4 {
    padding: 7rem 5% 7rem;
    margin-bottom: 9rem;
  }
  #course .sec4__hd2 {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
  #course .sec4__li {
    width: 48%;
  }
  #course .sec4__link {
    font-size: 1.6rem;
  }

  #course-lower .sec5__container2 {
    display: block;
    margin:0 0 4rem 0;
  }
  #course-lower .sec5__container2_in {
    width:100%;
    background: #fff;
    margin:0 0 40px 0;
    padding:15px;
  }
  #course-lower .sec5__container2_in img{
    max-width:100%;
    margin:0 auto;
    display:block;
  }


  #course .gakubu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5rem;
    margin-bottom: 10rem;
    margin-left: -1.33333%;
    width:100%;
  }
  #course .gakubu__item {
    width: 32%;
    margin-left: 1.33333%;
    margin-bottom: 1rem;
  }
  #course .gakubu__item:nth-of-type(n + 7) {
    margin-bottom: 0;
  }

  #course-lower {padding: 0;}

  #course-lower .kv__inner {height:auto;}
  #course-lower .kv__inner .kv__img {min-width:0;min-height:0;position: static;top: auto;left: auto;transform: translate(0, 0);}


  #course-lower .kv__textContainer {
    position: static;
    transform: none;
  }
  #course-lower .kv__hd1 {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    margin-bottom: 0;
  }
  #course-lower .kv__lead {
    position: static;
    color: #000;
    padding: 5rem 1.5rem 5rem;
  }
  #course-lower .kv__circleContainer {
    bottom: 2rem;
    right: 1.5rem;
  }
  #course-lower .kv__splead {
    color: #000;
    padding: 5rem 1.5rem 5rem;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #course-lower .breadcrumb__right {
    float: none;
    padding: 2rem 1.5rem;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 10rem;
  }
  #course-lower .breadcrumb__title {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
  #course-lower .breadcrumb__text {
    font-size: 1.6rem;
  }
  #course-lower .sec1__inner {
    padding: 8rem 1.5rem 15rem;
  }
  #course-lower .sec1__container {
    display: block;width:100%;
  }
  #course-lower .sec1__containerItem {
    width: 100%;
    margin-bottom: 5%;
  }
  #course-lower .sec1__containerItem:nth-of-type(n + 3) {
    margin-bottom: 5%;
  }

  #course-lower .sec1__container .sec1__imgbox{
    display:block;
  }
  #course-lower .sec1__container .sec1__imgbox_l{
    width:180px;
    margin:0 auto;
  }
  #course-lower .sec1__container .sec1__imgbox_r{
    padding:20px 0 0 0;
  }
  #course-lower .sec1__container .sec1__imgbox_r .name{
    text-align:center;
  }

  #course .sec4__ul {
    width: 100%;
    padding:0 15px;
  }

  #course-lower .sec2__inner {
    padding: 7.5rem 1.5rem 0;width:100%;
  }
  #course-lower .sec2__hd2 {
    line-height: 1.5;
  }
  #course-lower .sec2__container {
    display: block;
  }
  #course-lower .sec2__containerItem {
    width: 100%;
    padding: 8.5rem 1.5rem 3rem;
    margin-bottom: 10%;
  }
  #course-lower .sec3__inner {
    padding: 7.5rem 1.5rem 8.5rem;width:100%;
  }
  #course-lower .sec3__container {
    display: block;
  }
  #course-lower .sec3__imgContainer {
    width: 100%;
    margin-bottom: 5rem;
  }
  #course-lower .sec3__textContainer {
    width: 100%;
    padding-right: 0;
    font-size: 1.6rem;
  }
  #course-lower .sec3__dd:first-of-type {
    margin-bottom: 6rem;
  }


  #course-lower .sec3box_out {
    padding: 4rem 1.5rem 0;
  }
  #course-lower .sec3box_out .sec3box {
    background: #bbdabd;
    border-radius:5px;
    padding: 4rem 1.5rem 8.5rem;
    width:100%;
  }
  #course-lower .sec3box_out .sec3box h3{
    font-size: 7.5vw;
    padding:0;
  }
  #course-lower .sec3box_out .sec3box h3 span{
    font-size: 5.5vw;
  }
  #course-lower .sec3box_out .sec3box .sec3box_in {
    display: block;
    margin:0;
  }
  #course-lower .sec3box_out .sec3box .sec3box_in .sec3box_in_in {
    width: 100%;
    padding:40px 0 0 0;
  }
  #course-lower .sec3box_out .sec3box .sec3box_in .sec3box_in_in .txt1{
    padding:20px 0 10px 0;
    font-size:5.5vw;
  }
  /*#course-lower .sec3box_out .sec3box .sec3box_in .sec3box_in_in .txt2{
    font-size:3.3vw;
  }*/

  /* 芸能マネジメント科 management .sec3box */
  #course-lower.entertainmentstaff .sec3box_out .sec3box h3{
    font-size: 7.5vw;
    padding:0 0 20px;
  }
  #course-lower.entertainmentstaff .sec3box_out .sec3box .ltxt {
    font-size:4.25vw;
    font-weight:bold;
    text-align:center;
  }
  #course-lower.entertainmentstaff .sec3box_out .sec3box .sttl {
    font-size:5.5vw;
    font-weight:700;
    text-align:center;
    padding:20px 0 0;
    margin-bottom: -10px;
  }


  #course-lower .bgArea {
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.entertainment .bgArea.talent {
    background: url("../img/course/entertainment/talent/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.entertainment .bgArea.acting25d {
    background: url("../img/course/entertainment/25d/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.entertainment .bgArea.animesongartist {
    background: url("../img/course/entertainment/animesongartist/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.entertainment .bgArea.youtuber {
    background: url("../img/course/entertainment/youtuber/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }

  #course-lower.entertainmentstaff .bgArea.management {
    background: url("../img/course/entertainmentstaff/management/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.entertainmentstaff .bgArea.costumemaking {
    background: url("../img/course/creator/costume/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }

  #course-lower.animation .bgArea.animator {
    background: url("../img/course/animation/animator/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.animation .bgArea.background {
    background: url("../img/course/animation/background/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.animation .bgArea.director {
    background: url("../img/course/animation/director/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.animation .bgArea.sound {
    background: url("../img/course/animation/sound/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.animation .bgArea.anime3dcg {
    background: url("../img/course/digitalanimation/anime3dcg/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }

  #course-lower.creator .bgArea.illust {
    background: url("../img/course/creator/illust/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.creator .bgArea.scenario-novel {
    background: url("../img/course/creator/scenario-novel/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.creator .bgArea.manga {
    background: url("../img/course/manga/manga/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.creator .bgArea.digital-comic {
    background: url("../img/course/manga/digital-comic/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }

  #course-lower.game .bgArea.gamesynthesis {
    background: url("../img/course/game/gamesynthesis/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }
  #course-lower.game .bgArea.gameprograming {
    background: url("../img/course/game/gameprograming/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 9.5rem;
  }

  #course-lower .sec4__inner {
    padding: 8.5rem 1.5rem 0;width:100%;
  }
  #course-lower .sec4__container {
    display: block;
    margin-bottom: 3rem;
  }

  #course-lower .sec4__imgContainer {
    height:auto!important;
  }


  #course-lower .sec4__containerItem {
    width: 100%;
    padding: 5rem 1.5rem 6rem;
    margin-bottom: 4rem;
  }
  #course-lower .sec4__containerItem:last-of-type {
    margin-bottom: 0;
  }
  #course-lower .sec5__inner {
    padding: 12rem 1.5rem 0;width: 100%;
  }
  #course-lower .sec6__inner {
    padding: 9.5rem 1.5rem 12.5rem;
  }
  #course-lower .sec6__inner.digitalanimation_sec6 {
    padding: 1.5rem 1.5rem 12.5rem;
  }
  #course-lower .sec6__inner.manga_sec6 {
    padding: 1.5rem 1.5rem 12.5rem;
  }

  #course-lower .sec6__container,
  .school .school__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.33333%;
  }
  #course-lower .sec6__figure,
  .school .sec6__figure {
    width: 31%;
    margin-left: 1.33333%;
    margin-bottom: 1rem;
  }
  #course-lower .sec6__figure:nth-of-type(n + 5),
  .school .sec6__figure:nth-of-type(n + 5) {
    margin-bottom: 1rem;
  }
  #course-lower .sec6__figure:last-of-type,
  .school .sec6__figure:last-of-type {
    margin-bottom: 0;
  }
  #course-lower .sec7__inner {
    padding: 7rem 1.5rem 11rem;
  }
  #course-lower .sec7__container {
    padding: 0rem;width:100%;
  }
  #course-lower .sec7__btn {
    min-width: none;
    margin-bottom: 4rem;
  }
  #course-lower .sec7__btn:nth-of-type(n + 3) {
    margin-bottom: 0;
  }
  #course-lower .gakubu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5rem;
    margin-bottom: 10rem;
    margin-left: -1.33333%;
    width:100%;
  }
  #course-lower .gakubu__item {
    width: 32%;
    margin-left: 1.33333%;
    margin-bottom: 1rem;
  }
  #course-lower .gakubu__item:nth-of-type(n + 7) {
    margin-bottom: 0;
  }

  .kodomohimitsu_in{
    padding:0 20px;
  }
  .kodomohimitsu_in_in{
    display:block;
    padding:60px 0 0 0;
  }
  .kodomohimitsu_in_in_l{
    width:100%;
    padding:0 0 40px 0;
  }
  .kodomohimitsu_in_in_r{
    width:100%;
  }
  .kodomohimitsu_in_in2{
    display:block;
    padding:60px 0 0 0;
  }
  .kodomohimitsu_in_in2 div{
    margin:0 auto;
  }
  .kodomohimitsu_in_in2 p{
    padding:40px 0 0 0;
  }
  .kodomohimitsu .requestWrap {
    padding: 6rem 0;
  }


}

@media only screen and (max-width: 480px) {

  #course-index .kv__textContainer {position: static;transform: none;}
  #course-index .kv__hd1 {position: absolute;top: 50%;transform: translateY(-50%);-webkit- transform: translateY(-50%);left: 1.5rem;margin-bottom: 0;}
  #course-index .kv__en {display: block;font-size: 5vw;line-height: 1.5;}
  #course-index .kv__ja {display: block;font-size: 10vw;line-height:1.4;padding:5px 0 0 0;}
  #course-index .kv__lead {position: static;}
  #course-index .kv__circleContainer {position: absolute;bottom: 2rem;right: 1.5rem;display: -webkit-box;display: -ms-flexbox;display: flex;}
  #course-index .kv__circle {font-size: 3.5vw;text-align: center;line-height: 1.4;color: #fff;width: 7rem;height: 7rem;}
  /*#course-index .kv__splead {font-size: 3.3vw;}*/

  #course-index .sec1 {padding: 0rem 1.5rem 0;background-size: contain;background-repeat: repeat;}
  #course-index .sec1__container {position: static;margin-bottom: 0rem;}
  #course-index .sec1__hd2 {padding-left: 0;}
  #course-index .sec1__en {font-size: 3.5vw;}
  #course-index .sec1__ja {/*font-size: 8vw;*/}
  #course-index .sec1__cap {/*font-size: 3.3vw;*/padding-left: 0;}
  #course-index .sec1__under {display: block;}
  /*#course-index .sec1__text {font-size: 3.3vw;}*/
  #course-index .sec1__li {font-size: 3vw;}
  /*#course-index .sec1__viewmore {font-size: 3.3vw;}*/



  #course .spkv__textContainer {
    padding: 2rem 1.5rem 3.5rem;
  }
  #course .spkv__en {
    font-size: 5vw;
  }
  #course .spkv__ja {
    font-size: 10vw;
    padding:5px 0 0 0;
  }
  /*#course .spkv__lead {
    font-size: 3.3vw;
  }*/
  #course .spkv__secondContainer {
    padding: 5rem 1.5rem;
    font-size: 3.6vw;
  }
  #course .sec1 {
    padding: 5rem 1.5rem 0;
    background-size: contain;
    background-repeat: repeat;
  }
  #course .sec1__container {
    position: static;
    margin-bottom: 4rem;
  }
  #course .sec1__hd2 {
    padding-left: 0;
  }
  #course .sec1__en {
    font-size: 3.5vw;
  }
  #course .sec1__ja {
    font-size: 8vw;
  }
  #course .sec1__cap {
    /*font-size: 3.3vw;*/
    padding-left: 0;
  }
  #course .sec1__under {
    display: block;
  }
  /*#course .sec1__text {
    font-size: 3.3vw;
  }*/
  #course .sec1__li {
    font-size: 3vw;
  }
  /*#course .sec1__viewmore {
    font-size: 3.3vw;
  }*/
  #course .sec2 {
    padding: 0;
    background: none;
  }
  #course .sec2__firstContainer {
    padding: 14rem 1.5rem 5rem;
  }
  #course .sec2__hd2 {
    font-size: 7vw;
  }
  #course .sec2__firstFlexUp {
    padding: 2rem;
  }
  #course .sec2__hd3First {
    font-size: 5.5vw;
  }
  #course .sec2__numberBig {
    font-size: 20vw;
    line-height: 1;
  }
  #course .sec2__numberSmall {
    font-size: 5vw;
    line-height: 1;
  }
  /*#course .sec2__note {
    font-size: 3.3vw;
  }
  #course .sec2__firstFlexUnder {
    font-size: 3.3vw;
  }*/
  #course .sec2__secondContainer {
    padding: 0 1.5rem;
  }
  #course .sec2__textContainer {
    padding: 2rem 1.5rem 4rem;
  }
  #course .sec2__hd3Second {
    font-size: 5.5vw;
  }
  #course .sec2__hd3SecondBig {
    font-size: 9vw;
  }
  /*#course .sec2__secondCap {
    font-size: 3.3vw;
  }*/
  #course .sec3 {
    margin-bottom: 7.5rem;
  }
  #course .sec3__firstContainer {
    padding: 10rem 1.5rem 7rem;
    margin-bottom: 5rem;
  }
  #course .sec3__hd2 {
    font-size: 7vw;
    margin-bottom: 5rem;
  }
  #course .sec3__fukidashi {
    padding: 2rem 12% 2rem;
  }
  #course .sec3__hd3 {
    font-size: 6.5vw;
  }
  #course .sec3__text {
    font-size: 3.6vw;
  }
  #course .sec3__ul {
    font-size: 3.6vw;
  }
  #course .sec3__circle {
    width: 220px;
    height: 220px;
    font-size: 3.7vw;
    border: 4px solid #fff;
    position: static;
    margin: 5rem auto 0;
  }
  #course .sec3__secondContainer {
    padding-left: 0;
  }
  #course .sec4 {
    padding: 5rem 5% 5rem;
    margin-bottom: 5rem;
    background: url("../img/course/entertainment/bg4_sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #course .sec4__hd2 {
    font-size: 7vw;
    margin-bottom: 5rem;
  }
  #course .sec4__li {
    width: 48%;
  }
  /*#course .sec4__link {
    font-size: 3.3vw;
  }*/

  #course-lower .sec5__container2_in .name{
    font-size: 5vw;
  }
  /*#course-lower .sec5__container2_in .txt{
    font-size: 3.3vw;
  }*/


  #course .gakubu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5rem;
    margin-bottom: 10rem;
    margin-left: -1.5%;
  }
  #course .gakubu__item {
    width: 48.5%;
    margin-left: 1.5%;
    margin-bottom: 1rem;
  }
  #course .gakubu__item:nth-of-type(n + 7) {
    margin-bottom: 0;
  }
  #course-lower .kv__textContainer {
    position: static;
    transform: none;
  }
  #course-lower .kv__hd1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    left: 1.5rem;
    margin-bottom: 0;
  }
  #course-lower .kv__en {
    display: block;
    font-size: 5vw;
    line-height: 1.5;
  }
  #course-lower .kv__ja {
    display: block;
    font-size: 10vw;
    padding:5px 0 0 0;
    line-height:1.4;
  }
  #course-lower .kv__lead {
    position: static;
  }
  #course-lower .kv__circleContainer {
    position: absolute;
    bottom: 2rem;
    right: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #course-lower .kv__circle {
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    width: 7rem;
    height: 7rem;
  }
  /*#course-lower .kv__splead {
    font-size: 3.3vw;
  }*/
  #course-lower .breadcrumb__right {
    float: none;
    padding: 2rem 1.5rem;
    border-radius: 0;
    margin-bottom: 10rem;
  }
  #course-lower .breadcrumb__title {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
  /*#course-lower .breadcrumb__text {
    font-size: 3.3vw;
  }*/
  #course-lower .sec1__inner {
    background: url("../img/course/entertainment/bg-line_sp.webp");
    padding: 8rem 1.5rem 15rem;
  }
  #course-lower .sec1__hd2 {
    font-size: 7vw;
    margin-bottom: 6rem;
  }
  #course-lower .sec1__container {
    display: block;
  }
  #course-lower .sec1__containerItem {
    padding: 4rem 1.5rem;
    margin-bottom: 4rem;
  }
  #course-lower .sec1__containerItem:nth-of-type(n + 3) {
    margin-bottom: 4rem;
  }
  #course-lower .sec1__hd3 {
    font-size: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #course-lower .sec1__hd3::before {
    font-size: 5vw;
    line-height: 4.5rem;
    min-width:45px;
    width: 4.5rem;
    height: 4.5rem;
  }
  #course-lower .sec1__imgContainer {
    margin-bottom: 3rem;
  }
  #course-lower .sec1__img {
    width: 100%;
    height: auto;
  }
  /*#course-lower .sec1__cap {
    font-size: 3.3vw;
  }*/
  #course-lower .sec1__copyContainer {
    font-size: 3vw;
  }
  #course-lower .sec1__btn {
    font-size: 3.5vw;
    padding: 2.5rem 5rem 2.5rem 3rem;
  }
  #course-lower .sec1__btn::after {
    content: "";
    width: 2.5rem;
    height: 1rem;
    top: 2.7rem;
    right: 1rem;
  }

  #course-lower .sec1__container .sec1__imgbox_r .name{
    font-size:5vw;
  }
  /*#course-lower .sec1__container .sec1__imgbox_r .txt{
    font-size:3.3vw;
  }*/
  #course-lower .sec1__container .sec1__message h4{
    font-size:5vw;
    text-align:center;
  }

  /*#course-lower .sec1__mangabox{
    font-size:3.3vw;
  }*/
  #course-lower .sec1__mangabox .h4_1{
    font-size:5.5vw;
  }
  #course-lower .sec1__mangabox .h4_2{
    font-size:5vw;
  }
  #course-lower.manga .h4_3{
    font-size:5vw;
  }




  #course-lower .sec2__hd2 {
    font-size: 7vw;
    line-height: 1.5;
    margin-bottom: 6.5rem;
  }
  #course-lower .sec2__container {
    display: block;
  }
  #course-lower .sec2__containerItem {
    padding: 6.5rem 1.5rem 3rem;
    margin-bottom: 8rem;
  }

  #course-lower .sec2__containerItem:last-of-type {
    margin-bottom: 0;
  }
  #course-lower.entertainment .sec2__hd3 {
    font-size: 3.8vw;
    width: 40%;
    height: 10.1rem;
    line-height: 4rem;
    background: url("../img/course/entertainment/pentagon1_sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    top: -1.5rem;
  }
  #course-lower.entertainmentstaff .sec2__hd3 {
    font-size: 3.8vw;
    width: 40%;
    height: 10.1rem;
    line-height: 4rem;
    background: url("../img/course/entertainmentstaff/pentagon1_sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    top: -1.5rem;
  }
  #course-lower.animation .sec2__hd3 {
    font-size: 3.8vw;
    width: 40%;
    height: 10.1rem;
    line-height: 4rem;
    background: url("../img/course/animation/pentagon1_sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    top: -1.5rem;
  }
  #course-lower.creator .sec2__hd3 {
    font-size: 3.8vw;
    width: 40%;
    height: 10.1rem;
    line-height: 4rem;
    background: url("../img/course/creator/pentagon1_sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
    top: -1.5rem;
  }
  #course-lower.manga .sec2__hd3 {
    font-size: 3.8vw;
    width: 40%;
    height: 10.1rem;
    line-height: 4rem;
    background: url("../img/course/manga/pentagon1_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: -1.5rem;
  }
  #course-lower.game .sec2__hd3 {
    font-size: 3.8vw;
    width: 40%;
    height: 10.1rem;
    line-height: 4rem;
    background: url("../img/course/game/pentagon1_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: -1.5rem;
  }
  #course-lower.kodomo .sec2__hd3 {
    font-size: 3.8vw;
    width: 40%;
    height: 10.1rem;
    line-height: 4rem;
    background: url("../img/course/kodomo/pentagon1_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: -1.5rem;
  }



  #course-lower .sec2__hd3::first-letter {
    font-size: 7vw;
  }
  #course-lower.entertainment .sec2__hd3--second {
    color: #8f9bc8;
    background: url("../img/course/entertainment/pentagon2_sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #course-lower.entertainmentstaff .sec2__hd3--second {
    color: #8dc191;
    background: url("../img/course/entertainmentstaff/pentagon2_sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #course-lower.animation .sec2__hd3--second {
    color: #e19097;
    background: url("../img/course/animation/pentagon2_sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #course-lower.creator .sec2__hd3--second {
    color: #e19097;
    background: url("../img/course/creator/pentagon2_sp.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #course-lower.manga .sec2__hd3--second {
    color: #8f9bc8;
    background: url("../img/course/manga/pentagon2_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #course-lower.game .sec2__hd3--second {
    color: #ab7ca2;
    background: url("../img/course/game/pentagon2_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #course-lower.kodomo .sec2__hd3--second {
    color: #db9e73;
    background: url("../img/course/kodomo/pentagon2_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  /*#course-lower .sec2__dl {
    font-size: 3.3vw;
  }*/
  #course-lower .sec2__dt {
    font-size: 3.5vw;
  }
  #course-lower .sec2__hd4 {
    font-size: 5vw;
  }
  /*#course-lower .sec2__cap {
    font-size: 3.3vw;
  }*/
  #course-lower .sec2__name {
    font-size: 4vw;
  }
  #course-lower .sec3__inner {
    padding: 7.5rem 1.5rem 8.5rem;
  }
  #course-lower .sec3__hd2 {
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 4.5rem;
  }
  #course-lower .sec3__container {
    display: block;
  }
  #course-lower .sec3__imgContainer {
    width: 100%;
    margin-bottom: 5rem;
  }
  #course-lower .sec3__textContainer {
    width: 100%;
    padding-right: 0;
    /*font-size: 3.3vw;*/
  }
  #course-lower .sec3__dt {
    font-weight: bold;
  }
  #course-lower .sec3__dd:first-of-type {
    margin-bottom: 6rem;
  }
  #course-lower.entertainment .bgArea.talent {
    background: url("../img/course/entertainment/talent/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.entertainment .bgArea.acting25d {
    background: url("../img/course/entertainment/25d/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.entertainment .bgArea.animesongartist {
    background: url("../img/course/entertainment/animesongartist/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.entertainment .bgArea.youtuber {
    background: url("../img/course/entertainment/youtuber/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }

  #course-lower .bgArea.management {
    background: url("../img/course/managementstaff/management/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.entertainmentstaff .bgArea.costumemaking {
    background: url("../img/course/creator/costume/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }

  #course-lower.animation .bgArea.animator {
    background: url("../img/course/animation/animator/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.animation .bgArea.background {
    background: url("../img/course/animation/background/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.animation .bgArea.director {
    background: url("../img/course/animation/director/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.animation .bgArea.sound {
    background: url("../img/course/animation/sound/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.animation .bgArea.anime3dcg {
    background: url("../img/course/digitalanimation/anime3dcg/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }

  #course-lower.creator .bgArea.illust {
    background: url("../img/course/creator/illust/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.creator .bgArea.scenario-novel {
    background: url("../img/course/creator/scenario-novel/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.creator .bgArea.manga {
    background: url("../img/course/manga/manga/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.creator .bgArea.digital-comic {
    background: url("../img/course/manga/digital-comic/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }

  #course-lower.game .bgArea.gamesynthesis {
    background: url("../img/course/game/gamesynthesis/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }
  #course-lower.game .bgArea.gameprograming {
    background: url("../img/course/game/gameprograming/bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9.5rem 1.5rem 18.5rem;
  }

  #course-lower .sec4__inner {
    padding: 0 1.5rem 0;
  }
  #course-lower .sec4__hd2 {
    font-size: 7vw;
    margin-bottom: 6rem;
  }
  #course-lower .sec4__container {
    display: block;
    margin-bottom: 3rem;
  }
  #course-lower .sec4__containerItem {
    width: 100%;
    padding: 4rem 1.5rem 5rem;
  }
  #course-lower .sec4__containerItem:last-of-type {
    margin-bottom: 0;
  }
  #course-lower .sec4__hd3 {
    margin-bottom: 4rem;
  }
  #course-lower .sec4__title {
    font-size: 3vw;
  }
  #course-lower .sec4__name {
    font-size: 5vw;
  }
  /*#course-lower .sec4__cap {
    font-size: 3.3vw;
  }*/
  #course-lower .sec4__btn {
    font-size: 3.5vw;
    text-align: center;
  }
  #course-lower .sec4__btn::after {
    content: "";
    width: 2.5rem;
    height: 1rem;
    top: 2.7rem;
    right: 1rem;
  }
  #course-lower .sec5__inner {
    padding: 10rem 0 0;
  }
  #course-lower .sec5__hd2 {
    font-size: 7vw;
    line-height: 1.5;
  }
  #course-lower .sec5__name {
    width: 100%;
    padding: 6rem 1.5rem;
    /*font-size: 3.3vw;*/
  }
  #course-lower .sec5__text {
    font-size: 3.7vw;
    margin-bottom: 4rem;
  }
  #course-lower .sec5__btn {
    width: 65%;
    font-size: 3.5vw;
    padding: 2.5rem 0 2.5rem 0;
    text-align: center;
  }
  #course-lower .sec5__btn::after {
    content: "";
    width: 2.5rem;
    height: 1rem;
    top: 2.7rem;
    right: 1rem;
  }
  #course-lower .sec6__inner {
    padding: 9.5rem 1.5rem 8rem;
  }
  #course-lower .sec6__inner.digitalanimation_sec6 {
    padding: 1.5rem 1.5rem 8rem;
  }
  #course-lower .sec6__inner.manga_sec6 {
    padding: 1.5rem 1.5rem 8rem;
  }

  #course-lower .sec6__hd2 {
    font-size: 7vw;
  }
  #course-lower .sec6__container,
  .school__inner .sec6__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }
  #course-lower .sec6__figure,
  .school__inner .sec6__figure {
    width: 48.5%;
    margin-left: 0;
  }
  #course-lower .sec6__figure:nth-of-type(n + 5),
  .school__inner .sec6__figure:nth-of-type(n + 5) {
    margin-bottom: 1rem;
  }
  #course-lower .sec6__figure:last-of-type,
  .school__inner .sec6__figure:last-of-type {
    margin-bottom: 0;
  }
  #course-lower .sec6__cap,
  .school__inner .sec6__cap  {
    font-size: 3vw;
    margin: 1rem 0;
  }
  #course-lower.entertainment .sec7__inner {
    padding: 7rem 1.5rem 6rem;
    background: url("../img/course/entertainment/bg-ami_sp.webp");
  }
  #course-lower.entertainmentstaff .sec7__inner {
    padding: 7rem 1.5rem 6rem;
    background: url("../img/course/entertainmentstaff/bg-ami_sp.webp");
  }
  #course-lower.animation .sec7__inner {
    padding: 7rem 1.5rem 6rem;
    background: url("../img/course/animation/bg-ami_sp.webp");
  }
  #course-lower.digitalanimation .sec7__inner {
    padding: 7rem 1.5rem 6rem;
    background: url("../img/course/digitalanimation/bg-ami_sp.png");
  }
  #course-lower.creator .sec7__inner {
    padding: 7rem 1.5rem 6rem;
    background: url("../img/course/creator/bg-ami_sp.webp");
  }
  #course-lower.manga .sec7__inner {
    padding: 7rem 1.5rem 6rem;
    background: url("../img/course/manga/bg-ami_sp.png");
  }
  #course-lower.game .sec7__inner {
    padding: 7rem 1.5rem 6rem;
    background: url("../img/course/game/bg-ami_sp.png");
  }
  #course-lower.kodomo .sec7__inner {
    padding: 7rem 1.5rem 6rem;
    background: url("../img/course/kodomo/bg-ami_sp.png");
  }


  #course-lower .sec7__hd2 {
    font-size: 7vw;
    margin-bottom: 7rem;
  }
  #course-lower .sec7__cap {
    /*font-size: 3.3vw;*/
    font-weight: bold;
    margin-bottom: 5rem;
    text-align: left;
  }
  #course-lower .sec7__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  #course-lower .sec7__btn {
    width: 48.5%;
    font-size: 3.5vw;
    padding: 2.5rem 0 2.5rem;
    margin: 0 auto 3rem;
  }
  #course-lower .sec7__btn::after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1rem;
    background: url("../img/course/arrow2.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2.7rem;
    right: 1rem;
  }
  #course-lower .sec7__btn:nth-of-type(n + 3) {
    margin-bottom: 3rem;
  }
  #course-lower .gakubu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5rem;
    margin-bottom: 10rem;
    margin-left: -1.5%;
  }
  #course-lower .gakubu__item {
    width: 48.5%;
    margin-left: 1.5%;
    margin-bottom: 1rem;
  }
  #course-lower .gakubu__item:nth-of-type(n + 7) {
    margin-bottom: 0;
  }

  #course-lower .movearea_txt {
    font-size: 6vw;
  }
  /*#course-lower .movearea_txt span{
    font-size: 3.3vw;
  }*/




  .kodomohimitsu_in h2{
    font-size:7vw;
  }
  .kodomohimitsu_in_in h3{
    font-size:4.7vw;
  }
  /*.kodomohimitsu_in_in p{
    font-size:3.3vw;
  }
  .kodomohimitsu_in_in2 p{
    font-size:3.3vw;
  }*/


  /*
	13px　→　3vw
	16px　→　3.3vw
	18px　→　3.5vw
	20px　→　4vw
	22px　→　4.2vw
	24px　→　4.5vw
	26px　→　4.7vw
	28px　→　5vw
	30px　→　5.2vw
	34px　→　5.8vw
	36px　→　6vw
	40px　→　7vw
}
*/

/* ADD 2023.11 Bravi */
/* 入学案内ボタンアイコン表示 */
#course .sec4__ul {
  max-width: 1200px;
  width: 100%;
  column-gap: 2%;
  row-gap: 2rem;
}
#course .sec4__li {
  margin-left: unset;
  margin-bottom: unset;
  height: 50px;
  width: 23%;
  min-width: 170px;
  height: 50px;
}
#course .sec4__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 1rem;
  line-height: 1.7rem;
}

#course .sec4__link span{
  width: 100%;
  flex: 1;
  word-break: keep-all;
}

#course span.icon{
  min-width: 37px;
  width: 20%;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  flex-shrink:0;
  flex-grow:0;
}

#course .icon.icon_info{
  background-image: url(../img/common/icon_info.svg);
}
#course .icon.icon_guide{
  background-image: url(../img/common/icon_guide.svg);
}
#course .icon.icon_ao{
  background-image: url(../img/common/icon_ao_admission.svg);
}
#course .icon.icon_flow{
  background-image: url(../img/common/icon_flow.svg);
}
#course .icon.icon_web_app{
  background-image: url(../img/common/icon_web_application.svg);
}
#course .icon.icon_campus{
  background-image: url(../img/common/icon_open_campus.svg);
}

/* 科リンク色 */
#course .kv__dt a{
  color: inherit;
}

@media only screen and (max-width: 1024px) {
  #course .sec4__li {
    width: 30%;
  }
}

@media only screen and (max-width: 768px) {
  #course .sec4__li {
    width: 49%;
    min-width: unset;
  }
  #course .sec4__link {
    font-size: 1.3rem;
    line-height: 1.4rem;
    padding: 1rem;
  }

  /* 科リンク色 */
  #course .spkv__dt a{
    color: inherit;
  }
}
/* /ADD 2023.11 Bravi */

/* ADD 2023.11.21 Bravi */
#course .sec4 {
  margin-bottom: 0;
}

article[id^="course"] .infoOC {
  background-color: #E72100;
  padding: 60px 40px;
  margin-bottom: 60px;
}

article[id^="course"] .infoOC__container {
  max-width: 1100px;
  margin: 0 auto;
}

article[id^="course"] .infoOC__heading {
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

article[id^="course"] .infoOC .forSP {
  display: none;
}

article[id^="course"] .infoOC__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

article[id^="course"] .infoOC__list {
  background-color: #fff;
  width: 49%;
  border-radius: 10px;
  position: relative;
}

article[id^="course"] .infoOC__link:hover {
  opacity: 1;
}
article[id^="course"] .infoOC__link:hover .infoOC__card {
  opacity: .7;
}

article[id^="course"] .infoOC__dateWrapper {
  position: absolute;
  background-color: #FFEA39;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  line-height: 1;
  text-align: center;
  top: -8px;
  left: -8px;
  font-size: 22px;
  font-weight: bold;
  padding-top: 8px;
z-index: 1;
}
article[id^="course"] .infoOC__dateWrapper2 {
  line-height: 1;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-top: 8px;
}

article[id^="course"] .infoOC__slash {
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 20px;
}

article[id^="course"] .infoOC__day {
  font-size: 11px;
  padding-top: 6px;
}

article[id^="course"] .infoOC__card {
  padding: 10px;
  display: flex;
  gap: 20px;
transition: .4s;
}

article[id^="course"] .infoOC__figure {
  width: 27%;
  border-radius: 10px;
  overflow: hidden;
  align-self: center;
}

article[id^="course"] .infoOC__img {
  aspect-ratio: 1 / 1;
  width: 100%;
}

article[id^="course"] .infoOC__textArea {
  width: 65.7%;
  align-self: center;
}

article[id^="course"] .infoOC__tagsWrapper {
  display: flex;
  gap: 5px;
  font-size: 14px;
  color: #E72100;
}

article[id^="course"] .infoOC__tag {
  border: 1px solid #E72100;
  border-radius: 5px;
  padding: 1px 10px;
}

article[id^="course"] .infoOC__text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

article[id^="course"] .infoOC__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 49px;
  background-color: #fff;
  color: #E72100;
  margin-top: 60px;
  margin-left: auto;
  font-size: 14px;
  position: relative;
}

article[id^="course"] .infoOC__btn::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 16px;
  right: 10px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%3Crect%20width%3D%2219%22%20height%3D%2216%22%20fill%3D%22url(%23pattern0)%22%2F%3E%0A%3Cdefs%3E%0A%3Cpattern%20id%3D%22pattern0%22%20patternContentUnits%3D%22objectBoundingBox%22%20width%3D%221%22%20height%3D%221%22%3E%0A%3Cuse%20xlink%3Ahref%3D%22%23image0_44_78%22%20transform%3D%22scale(0.0526316%200.0625)%22%2F%3E%0A%3C%2Fpattern%3E%0A%3Cimage%20id%3D%22image0_44_78%22%20width%3D%2219%22%20height%3D%2216%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGoWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuMTQ2Mjg5OTc3NywgMjAyMy8wNi8yNS0yMzo1NzoxNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjAgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIzLTExLTAxVDExOjAyOjA2KzA5OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMy0xMS0wOVQxMTowMzo0NCswOTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMy0xMS0wOVQxMTowMzo0NCswOTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM2ZjY3ODAtOTAxNS00Mzg0LTkzZDctZWYzYzVhOGM0MjM4IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MzlkMjgxZTctOTNlNC0xZjQ1LTg5NDYtZDM1YWI5ZDBiNzUxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDQ2MThjMDYtOGZhYS00NDE2LTk3MjAtZDhlOGIxMWQwMDRhIj4gPHhtcE1NOkhpc3Rvcnk%2BIDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDowNDYxOGMwNi04ZmFhLTQ0MTYtOTcyMC1kOGU4YjExZDAwNGEiIHN0RXZ0OndoZW49IjIwMjMtMTEtMDFUMTE6MDI6MDYrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNS4wIChNYWNpbnRvc2gpIi8%2BIDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo2N2Q0NzMyZS0xNDZjLTQ1MTgtOGM2MS1jNzJkYTgzMGRhNmIiIHN0RXZ0OndoZW49IjIwMjMtMTEtMDlUMDE6NDE6NDArMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNS4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8%2BIDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MzZmNjc4MC05MDE1LTQzODQtOTNkNy1lZjNjNWE4YzQyMzgiIHN0RXZ0OndoZW49IjIwMjMtMTEtMDlUMTE6MDM6NDQrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNS4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8%2BIDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI%2FPt%2Bdk5IAAAEiSURBVDiNndIxSx8xGAfgJxYUHCwIhRtcLm7i1MVBlwoWURzV3dnRT%2BAXcChdurqIi0KhFCcHXbu4yi0KFx1KRRAUJB085Y8o3N0LIQn58fASXjlnbVZdmq5LR3Vp%2FL3MkPb1DQv4lWIYeyvQBVvHOWZwmGIY7Y0VVb7GF1w0%2B36KYbhvZ4oqX2IeV1jGborhQy%2BsAc89%2Fd1frOFHiiH0whrwDEu4xQZ2INSlE8y2dE6LKs89X1IM8%2FiJUWz36myg7gfOI60G9p0h%2FlyX%2FtWlXJe%2Bdx3al0oxTOE3PmIXmxByzl2hSRxjAgdYLar82BlLMUw00CSOsFJU%2BeH5vTWWYvjUQFM4xdeiyneDmS5%2FttdAf7D8GuqKbTWdLRZVvnkr8B%2BzzLQwt4zDoQAAAABJRU5ErkJggg%3D%3D%22%2F%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E") no-repeat center/cover;
}



.sec0__img-picture.movie{
  margin:auto;
  max-width:666px !important;
  width: 100%;
  padding-top:4rem;
}

.sec0__img-picture iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}


@media only screen and (max-width:1000px) {
  article[id^="course"] .infoOC .forSP {
      display: block;
  }

  article[id^="course"] .infoOC__list {
      width: 48%;
  }
}

@media only screen and (max-width:768px) {
  article[id^="course"] .infoOC {
      padding: 15.885vw 6.51vw 17.057vw;
      margin-bottom: 13.021vw;
  }

  article[id^="course"] .infoOC__heading {
      font-size: 6.771vw;
      margin-bottom: 11.719vw;
      width: 100vw;
      margin-left: -6.5vw;
  }

  article[id^="course"] .infoOC__lists {
      gap: 6.901vw;
  }

  article[id^="course"] .infoOC__list {
      width: 100%;
      border-radius: 1.302vw;
  }

  article[id^="course"] .infoOC__dateWrapper {
      width: 15.625vw;
      height: 15.625vw;
      top: -2.865vw;
      left: -3.906vw;
      font-size: 4.948vw;
      padding-top: 1.302vw;
  }
  article[id^="course"] .infoOC__dateWrapper2 {
      font-size: 4.948vw;
  }

  article[id^="course"] .infoOC__slash {
      font-size: 4.948vw;
  }

  article[id^="course"] .infoOC__day {
      font-size: 2.604vw;
      padding-top: 1.302vw;
  }

  article[id^="course"] .infoOC__card {
      padding: 2.734vw;
      gap: 3.125vw;
  }

  article[id^="course"] .infoOC__figure {
      width: 35.6%;
      border-radius: 1.302vw;
  }

  article[id^="course"] .infoOC__textArea {
      width: 60.5%;
  }

  article[id^="course"] .infoOC__tagsWrapper {
      gap: 0.651vw;
      font-size: 2.344vw;
  }

  article[id^="course"] .infoOC__tag {
      border-radius: 0.651vw;
      padding: 0.391vw 3.906vw;
  }

  article[id^="course"] .infoOC__text {
      font-size: 3.906vw;
      margin-top: 1.302vw;
  }

  article[id^="course"] .infoOC__btn {
      width: 66.016vw;
      height: 16.276vw;
      margin: 20vw auto 0;
      font-size: 3.906vw;
  }

  article[id^="course"] .infoOC__btn::after {
      width: 3.125vw;
      height: 2.604vw;
      right: 3.516vw;
  }
  .sec0__img-picture.movie{
    max-width:none;
    padding-top:0rem;
  }


#course-index .sec1 {
  grid-template-columns: 1fr;
}


}

/* /ADD 2023.11.21 Bravi */