/* top
------------------------------------------------ */
.topMv {
  margin: 22px 123px 0;
  position: relative;
}
.topMv .slick-slide img {
  border-radius: 30px;
}

@media screen and (max-width: 1250px) and (min-width: 721px) {
  .topMv {
    margin: 22px 30px 0;
  }
}
.topMvSlide {
  position: relative;
  margin: 0 auto;
}

.topMvCarouselSlide {
  width: 22.47vw;
  height: 18.81vw;
  min-width: 307px;
  min-height: 257px;
  padding: 16px 16px 0;
  background-color: #fff;
  border-radius: 0 30px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.topMvCarouselSlide::before {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  right: -49px;
  bottom: 0;
  background: url("../images/top/mv_bg_lb.svg") no-repeat 0 0;
  background-size: 100%;
}
.topMvCarouselSlide::after {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  left: 0;
  top: -49px;
  background: url("../images/top/mv_bg_lb.svg") no-repeat 0 0;
  background-size: 100%;
}
.topMvCarouselSlide .slick-prev,
.topMvCarouselSlide .slick-next {
  position: absolute;
  bottom: 0;
  display: block;
  width: 37px;
  height: 37px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  font-size: 0;
}
.topMvCarouselSlide .slick-prev {
  right: calc(50% + 48px);
}
.topMvCarouselSlide .slick-next {
  left: calc(50% + 48px);
}
.topMvCarouselSlide .slick-prev::before {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url("../images/common/ico_bullet_left.svg") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 15px;
  top: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.topMvCarouselSlide .slick-prev:hover::before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.topMvCarouselSlide .slick-next::before {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url("../images/common/ico_bullet_right.svg") no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  right: 15px;
  top: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.topMvCarouselSlide .slick-next:hover::before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.topMvCarouselSlide .slick-prev::after {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
  content: "PREV";
  position: absolute;
  left: 46px;
  top: 10px;
  display: inline-block;
  line-height: 14px;
  border-right: 1px solid #000;
  padding-right: 10px;
}
.topMvCarouselSlide .slick-next::after {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
  content: "NEXT";
  position: absolute;
  right: 46px;
  top: 10px;
  display: inline-block;
  line-height: 14px;
  border-left: 1px solid #000;
  padding-left: 10px;
}
.topMvCarouselSlide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topMvCarouselSlideItem {
  width: 275px !important;
  margin: auto;
}
.topMvCarouselSlideItem img {
  width: 100%;
  height: auto;
}

.topNotify {
  padding: 0 30px;
}
.topNotify .inner {
  max-width: 1000px;
  margin: 26px auto 0;
  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;
  gap: 70px;
  border: 1px solid #BABABA;
  border-radius: 43px;
  padding: 21px 78px 18px;
}

.topNotifyHd {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  line-height: 16px;
  color: #EB5F5F;
  padding-left: 25px;
  background: url("../images/common/ico_important.svg") no-repeat left center;
  background-size: 16px auto;
}

.topNotifyListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.topNotifyListItem .date {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 400;
  color: #EB5F5F;
}
.topNotifyListItem .title {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 400;
  color: #333;
}
.topNotifyListItem .title a {
  position: relative;
}
.topNotifyListItem .title a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topNotifyListItem .title a:hover::before {
  width: 100%;
}

.topInfo {
  margin-top: 45px;
  padding: 100px 0;
  background-color: #ECF08C;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"><rect width="160" height="160" fill="%23FFFFFF"/><circle cx="160" cy="160" r="160" fill="%23ECF08C"/></svg>'), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"><rect width="160" height="160" fill="%23FFFFFF"/><circle cx="0" cy="160" r="160" fill="%23ECF08C"/></svg>'), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"><rect width="160" height="160" fill="%23EAF7F6"/><circle cx="0" cy="0" r="160" fill="%23ECF08C"/></svg>');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, right bottom;
  background-size: 160px 160px, 160px 160px, 160px 160px;
}
.topInfo .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topNews {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 485px;
  position: relative;
  left: calc(50% - 500px);
  border-radius: 10px;
  background-color: #fff;
  padding: 36px 56px 41px 53px;
}

.topNewsTitleBlock {
  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;
  margin-bottom: 16px;
}

.topNewsHd {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  color: #333;
}

.topNewsLink a {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topNewsLink a::after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  border: 1px solid #000;
  border-radius: 20px;
  background: url("../images/common/ico_arrow_right.svg") no-repeat center center #fff;
  background-size: 14px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topNewsLink a:hover {
  letter-spacing: 0.1em;
}
.topNewsLink a:hover::after {
  border-color: #9EC83B;
  background-color: #9EC83B;
  background-position: right 10px center;
  background-image: url("../images/common/ico_arrow_right_white.svg");
}

.topNewsListItem {
  padding: 13px 0 17px;
  border-bottom: 1px dotted #D5D5D5;
}
.topNewsListItem .date {
  float: left;
  display: block;
  margin: 3px 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 700;
  color: #B2B2B2;
}
.topNewsListItem .cat {
  display: inline-block;
  padding: 4px 23px;
  border-radius: 100px;
  background-color: #9EC83B;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.topNewsListItem .title {
  clear: both;
  margin-top: 9px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
}
.topNewsListItem .title a {
  position: relative;
}
.topNewsListItem .title a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topNewsListItem .title a:hover::before {
  width: 100%;
}

.topPickEvent {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(50% - 16px);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
}

.topPick {
  border-radius: 10px 0 0 10px;
  background-color: #EAF7F6;
  padding: 36px 0 43px 56px;
}

.topPickHd {
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

.topPickSlide {
  position: relative;
  margin-bottom: 53px;
}
.topPickSlide .slick-prev,
.topPickSlide .slick-next {
  position: absolute;
  bottom: -56px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: 100%;
  cursor: pointer;
  outline: none;
  font-size: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topPickSlide .slick-prev:hover,
.topPickSlide .slick-next:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.topPickSlide .slick-prev {
  background: url("../images/common/ico_circle_left.svg") no-repeat center center;
  left: 0;
}
.topPickSlide .slick-next {
  background: url("../images/common/ico_circle_right.svg") no-repeat center center;
  left: 0;
}
.topPickSlide .slick-dots {
  position: absolute;
  z-index: 9;
  bottom: -50px;
  left: 32px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}
.topPickSlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.topPickSlide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.topPickSlide .slick-dots li button:hover,
.topPickSlide .slick-dots li button:focus {
  outline: none;
}
.topPickSlide .slick-dots li button:hover::before,
.topPickSlide .slick-dots li button:focus::before {
  opacity: 1;
}
.topPickSlide .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  text-align: center;
  background-color: #C9C9C9;
  border-radius: 50%;
}
.topPickSlide .slick-dots li.slick-active button::before {
  background-color: #2996AA;
}

.topPickSlideItem {
  width: 190px;
  margin-right: 32px;
}
.topPickSlideItem .img {
  width: 190px;
  height: 190px;
  overflow: hidden;
  margin-bottom: 8px;
}
.topPickSlideItem .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topPickSlideItem .cat {
  display: inline-block;
  padding: 4px 23px;
  border-radius: 100px;
  background-color: #9EC83B;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.topPickSlideItem .date {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 700;
  color: #B2B2B2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 4px;
}
.topPickSlideItem .title {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topPickSlideItem a {
  display: block;
}
.topPickSlideItem a:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.topPickSlideItem a:hover .date {
  color: #9EC83B;
}
.topPickSlideItem a:hover .title {
  color: #B2B2B2;
}

.topEvent {
  border-radius: 10px 0 0 10px;
  background-color: #EAF7F6;
  padding: 29px 0 36px 56px;
}

.topEventTitleBlock {
  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;
  margin-bottom: 18px;
  max-width: 427px;
}

.topEventHd {
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 700;
  color: #333;
}

.topEventLink a {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topEventLink a::after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  border: 1px solid #000;
  border-radius: 20px;
  background: url("../images/common/ico_arrow_right.svg") no-repeat center center #fff;
  background-size: 14px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topEventLink a:hover {
  letter-spacing: 0.1em;
}
.topEventLink a:hover::after {
  border-color: #9EC83B;
  background-color: #9EC83B;
  background-position: right 10px center;
  background-image: url("../images/common/ico_arrow_right_white.svg");
}

.topEventSlide {
  max-width: 427px;
  position: relative;
  margin-bottom: 49px;
}
.topEventSlide .slick-prev,
.topEventSlide .slick-next {
  position: absolute;
  bottom: -49px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: 100%;
  cursor: pointer;
  outline: none;
  font-size: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topEventSlide .slick-prev:hover,
.topEventSlide .slick-next:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.topEventSlide .slick-prev {
  background: url("../images/common/ico_circle_left.svg") no-repeat center center;
  left: 0;
}
.topEventSlide .slick-next {
  background: url("../images/common/ico_circle_right.svg") no-repeat center center;
  left: 0;
}
.topEventSlide .slick-dots {
  position: absolute;
  z-index: 9;
  bottom: -43px;
  left: 32px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}
.topEventSlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.topEventSlide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.topEventSlide .slick-dots li button:hover,
.topEventSlide .slick-dots li button:focus {
  outline: none;
}
.topEventSlide .slick-dots li button:hover::before,
.topEventSlide .slick-dots li button:focus::before {
  opacity: 1;
}
.topEventSlide .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  text-align: center;
  background-color: #C9C9C9;
  border-radius: 50%;
}
.topEventSlide .slick-dots li.slick-active button::before {
  background-color: #2996AA;
}

.topEventSlideItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 27px 21px 27px 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topEventSlideItem a:hover {
  border-color: #9EC83B;
}
.topEventSlideItem .cat {
  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;
  width: 68px;
  height: 68px;
  border-radius: 10px;
  background-color: #9EC83B;
  font-size: 1.1rem;
  line-height: 1.2727272727;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.topEventSlideItem .titleBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -10px;
}
.topEventSlideItem .date {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  color: #333;
  border-bottom: 1px dotted #D5D5D5;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.topEventSlideItem .dateNum {
  margin-left: 16px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
}
.topEventSlideItem .dateJp {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
}
.topEventSlideItem .title {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 1000px) and (min-width: 721px) {
  .topNews {
    width: 48.5%;
    left: 0;
  }
  .topPickEvent {
    width: 48.5%;
  }
}
.topCourse {
  position: relative;
  padding: 111px 50px 102px;
  background-color: #EAF7F6;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"><rect width="160" height="160" fill="%23ECF08C"/><circle cx="160" cy="160" r="160" fill="%23C6E6EB"/></svg>'), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"><rect width="160" height="160" fill="%23000000"/><circle cx="160" cy="0" r="160" fill="%23C6E6EB"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: 160px 160px, 160px 160px;
}
.topCourse::before {
  content: "";
  display: block;
  width: 280px;
  height: 100%;
  background-color: #C6E6EB;
  border-radius: 160px 0 0 160px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.topCourse .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.topCourseHd {
  position: relative;
  z-index: 2;
  font-family: "M PLUS 1p";
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 55px;
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
.topCourseHd.isActive {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.topCourseEn {
  position: relative;
  z-index: 2;
  font-size: 7.3rem;
  line-height: 1;
  font-weight: 700;
  color: #EAF7F6;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 18px;
  top: 381px;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
.topCourseEn.isActive {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.topCourseList {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px 24px;
}

.topCourseListItem {
  width: 317px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topCourseListItem a {
  display: block;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topCourseListItem a:hover {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.topCourseListItem a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.topCourseListItem a:hover .txtBlock {
  background-position: right 18px bottom 18px;
  background-size: 20px auto;
}
.topCourseListItem .img {
  margin-bottom: 8px;
  overflow: hidden;
  width: 317px;
  height: 208px;
  border-radius: 10px 10px 0px 0px;
}
.topCourseListItem .img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topCourseListItem .txtBlock {
  height: 100px;
  background: url("../images/common/ico_arrow_right.svg") no-repeat right 20px bottom 20px #fff;
  background-size: 14px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topCourseListItem .faculty {
  font-family: "M PLUS 1p";
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  background-color: #ccc;
  padding: 3px 9px;
  display: inline-block;
  margin-bottom: 14px;
}
.topCourseListItem .name {
  margin: 0 0 3px 21px;
  font-family: "M PLUS 1p";
  font-size: 1.9rem;
  line-height: 1.1052631579;
  font-weight: 700;
}
.topCourseListItem .name span {
  font-size: 1.2rem;
  line-height: 1.0833333333;
  font-weight: 400;
}
.topCourseListItem .name span.course {
  margin: 0 0 0 12px;
  font-family: "M PLUS 1p";
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
.topCourseListItem .tagList {
  background-color: #4A4A4A;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6px 10px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
}
.topCourseListItem .tagList li {
  margin-right: 15px;
}
.topCourseListItem.business .faculty {
  background-color: #0099D9;
}
.topCourseListItem.business .tagList {
  color: #0099D9;
  line-height: 0;
}
.topCourseListItem.kyouiku .faculty {
  background-color: #EEA900;
}
.topCourseListItem.kyouiku .tagList {
  color: #EEA900;
}
.topCourseListItem.food .faculty {
  background-color: #8DB634;
}
.topCourseListItem.food .tagList {
  color: #8DB634;
}
.topCourseListItem.nursing .faculty {
  background-color: #5976BA;
}
.topCourseListItem.nursing .tagList {
  color: #98B0E6;
}
.topCourseListItem.sports .faculty {
  background-color: #61C1BE;
}
.topCourseListItem.sports .tagList {
  color: #61C1BE;
}
.topCourseListItem.science .faculty {
  background-color: #E94709;
}
.topCourseListItem.science .tagList {
  color: #FC8557;
}

.topMessage {
  padding: 95px 50px 41px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.44);
  background-image: url("../images/top/message_bg.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 160px 160px;
  position: relative;
}
.topMessage .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.topMessageVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.topMessageVideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.topMessageHd {
  margin-bottom: 27px;
  font-size: 3.6rem;
  line-height: 0.8333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}

.topMessageLead {
  margin-bottom: 28px;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}

.topMessageList {
  display: inline-block;
  padding: 24px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.topMessageTxt {
  width: 710px;
  margin: 0 auto 27px;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}

.topMessageLink a {
  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;
  width: 290px;
  height: 57px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
  background: url("../images/common/ico_arrow_right.svg") no-repeat right 26px center #D3D93C;
  background-size: 12px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topMessageLink a:hover {
  letter-spacing: 0.07em;
  background-position: right 22px center;
}

.topRelNav {
  padding: 87px 50px 200px;
  background-color: #2996AA;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"><rect width="160" height="160" fill="%23000000"/><circle cx="160" cy="160" r="160" fill="%232996AA"/></svg>'), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"><rect width="160" height="160" fill="%23000000"/><circle cx="0" cy="160" r="160" fill="%232996AA"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 160px 160px, 160px 160px;
}
.topRelNav .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.topRelNavHd {
  display: none;
}

.topRelNavSubHd {
  margin-bottom: 13px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}

.topRelNavFacilityList {
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1px 0 19px 1px;
}
.topRelNavFacilityList li {
  width: 33.3%;
}
.topRelNavFacilityList li a {
  display: block;
  border: 1px solid #fff;
  padding: 13px 29px;
  margin: -1px 0 0 -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topRelNavFacilityList li a:hover {
  color: #2996AA;
  background-color: #fff;
}

.topRelNavInfoList {
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1px 0 36px 1px;
}
.topRelNavInfoList li {
  width: 50%;
}
.topRelNavInfoList li a {
  display: block;
  border: 1px solid #fff;
  padding: 12px 29px;
  margin: -1px 0 0 -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topRelNavInfoList li a:hover {
  color: #2996AA;
  background-color: #fff;
}

.topRelNavBnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 52px;
}
.topRelNavBnrList a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topRelNavBnrList a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 720px) {
  .topMv {
    margin: 0 auto;
    height: auto;
  }
  .topMv .slick-slide img {
    border-radius: 20px;
  }
  .topMvSlide {
    position: relative;
    margin: 0 auto 5.2777777778vw;
    max-width: 94.4444444444vw;
    height: 58.3333333333vw;
  }
  .topMvSlideItem {
    height: 58.3333333333vw;
  }
  .topMvCarouselSlide {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
    padding: 0 0 14.1666666667vw;
    border-radius: 0;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .topMvCarouselSlide::before, .topMvCarouselSlide::after {
    display: none;
  }
  .topMvCarouselSlide .slick-prev,
  .topMvCarouselSlide .slick-next {
    bottom: 0;
    width: 10.2777777778vw;
    height: 10.2777777778vw;
  }
  .topMvCarouselSlide .slick-prev {
    right: calc(50% + 13.3333333333vw);
  }
  .topMvCarouselSlide .slick-next {
    left: calc(50% + 13.3333333333vw);
  }
  .topMvCarouselSlide .slick-prev::before {
    width: 1.3888888889vw;
    height: 2.2222222222vw;
    left: 4.1666666667vw;
    top: 3.6111111111vw;
  }
  .topMvCarouselSlide .slick-next::before {
    width: 1.3888888889vw;
    height: 2.2222222222vw;
    right: 4.1666666667vw;
    top: 3.6111111111vw;
  }
  .topMvCarouselSlide .slick-prev::after {
    font-size: 3.0555555556vw;
    left: 12.7777777778vw;
    top: 2.7777777778vw;
    line-height: 3.8888888889vw;
    padding-right: 2.7777777778vw;
  }
  .topMvCarouselSlide .slick-next::after {
    font-size: 3.0555555556vw;
    right: 12.7777777778vw;
    top: 2.7777777778vw;
    line-height: 3.8888888889vw;
    padding-left: 2.7777777778vw;
  }
  .topMvCarouselSlideItem {
    width: 47.5vw !important;
    margin: 0 1.3888888889vw;
  }
  .topNotify {
    margin-top: 3.6111111111vw;
    padding: 0 2.7777777778vw;
  }
  .topNotify .inner {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 22.2222222222vw;
    padding: 7.2222222222vw 11.6666666667vw 7.2222222222vw 15vw;
  }
  .topNotifyHd {
    font-size: 3.6111111111vw;
    line-height: 3.8888888889vw;
    padding-left: 5.8333333333vw;
    background-size: 3.8888888889vw auto;
    margin-bottom: 3.3333333333vw;
  }
  .topNotifyListItem {
    display: block;
  }
  .topNotifyListItem .date {
    font-size: 3.3333333333vw;
  }
  .topNotifyListItem .title {
    font-size: 3.3333333333vw;
  }
  .topInfo {
    margin-top: 8.0555555556vw;
    padding: 10.2777777778vw 0 16.6666666667vw;
    background-color: #ECF08C;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><rect width="60" height="60" fill="%23FFFFFF"/><circle cx="60" cy="60" r="60" fill="%23ECF08C"/></svg>'), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><rect width="60" height="60" fill="%23FFFFFF"/><circle cx="0" cy="60" r="60" fill="%23ECF08C"/></svg>'), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><rect width="60" height="60" fill="%23EAF7F6"/><circle cx="0" cy="0" r="60" fill="%23ECF08C"/></svg>');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, right bottom;
    background-size: 60px 60px, 60px 60px, 60px 60px;
  }
  .topInfo .inner {
    width: 100%;
    display: block;
  }
  .topNews {
    width: auto;
    position: relative;
    left: auto;
    border-radius: 2.7777777778vw;
    padding: 8.6111111111vw 7.2222222222vw 7.2222222222vw;
    margin: 0 5.5555555556vw 5.5555555556vw;
  }
  .topNewsTitleBlock {
    margin-bottom: 3.8333333333vw;
  }
  .topNewsHd {
    font-size: 10vw;
  }
  .topNewsLink a {
    font-size: 3.3333333333vw;
    gap: 4.4444444444vw;
  }
  .topNewsLink a::after {
    width: 9.4444444444vw;
    height: 9.4444444444vw;
    border-radius: 50%;
    background-size: 3.3611111111vw auto;
  }
  .topNewsLink a:hover::after {
    background-position: right 2.7777777778vw center;
  }
  .topNewsListItem {
    padding: 3.0555555556vw 0 4.7222222222vw;
  }
  .topNewsListItem .date {
    margin: 1.1111111111vw 5.5555555556vw 0 0;
    font-size: 3.3333333333vw;
  }
  .topNewsListItem .cat {
    padding: 1.1111111111vw 6.3888888889vw;
    border-radius: 27.7777777778vw;
    font-size: 2.7777777778vw;
  }
  .topNewsListItem .title {
    margin-top: 2.7777777778vw;
    font-size: 3.3333333333vw;
  }
  .topPickEvent {
    width: 100%;
    display: block;
  }
  .topPick {
    border-radius: 2.7777777778vw 0 0 2.7777777778vw;
    padding: 9.1666666667vw 0 9.4444444444vw 7.2222222222vw;
    margin: 0 0 5.8333333333vw 5.5555555556vw;
  }
  .topPickHd {
    font-size: 6.9444444444vw;
    margin-bottom: 5.2777777778vw;
  }
  .topPickSlide {
    position: relative;
    margin-bottom: 14.7222222222vw;
  }
  .topPickSlide .slick-prev,
  .topPickSlide .slick-next {
    bottom: -15.5555555556vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .topPickSlide .slick-dots {
    bottom: -13.8888888889vw;
    left: 8.8888888889vw;
  }
  .topPickSlide .slick-dots li {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1.9444444444vw;
  }
  .topPickSlide .slick-dots li button {
    width: 2.5vw;
    height: 2.5vw;
  }
  .topPickSlide .slick-dots li button::before {
    width: 2.5vw;
    height: 2.5vw;
  }
  .topPickSlideItem {
    width: 44.4444444444vw;
    margin-right: 5.5555555556vw;
  }
  .topPickSlideItem .img {
    width: 44.4444444444vw;
    height: 44.4444444444vw;
    margin-bottom: 2.7777777778vw;
  }
  .topPickSlideItem .cat {
    padding: 1.1111111111vw 6.3888888889vw;
    border-radius: 27.7777777778vw;
    font-size: 2.7777777778vw;
    margin-bottom: 1.6666666667vw;
  }
  .topPickSlideItem .date {
    margin: 0.8333333333vw 5.5555555556vw 0 0;
    font-size: 3.3333333333vw;
    margin-bottom: 1.3888888889vw;
  }
  .topPickSlideItem .title {
    font-size: 3.3333333333vw;
  }
  .topEvent {
    margin-left: 5.5555555556vw;
    border-radius: 2.7777777778vw 0 0 2.7777777778vw;
    padding: 7.5vw 5.5555555556vw 8.3333333333vw 6.9444444444vw;
  }
  .topEventTitleBlock {
    margin-bottom: 5vw;
    margin-right: 3.0555555556vw;
    max-width: none;
  }
  .topEventHd {
    font-size: 6.9444444444vw;
  }
  .topEventLink a {
    font-size: 3.3333333333vw;
    gap: 4.4444444444vw;
  }
  .topEventLink a::after {
    width: 9.4444444444vw;
    height: 9.4444444444vw;
    border-radius: 50%;
    background-size: 3.3611111111vw auto;
  }
  .topEventLink a:hover::after {
    background-position: right 2.7777777778vw center;
  }
  .topEventSlide {
    max-width: none;
    position: relative;
    margin-bottom: 14.7222222222vw;
  }
  .topEventSlide .slick-prev,
  .topEventSlide .slick-next {
    bottom: -13.6111111111vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .topEventSlide .slick-dots {
    bottom: -11.9444444444vw;
    left: 8.8888888889vw;
  }
  .topEventSlide .slick-dots li {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 1.9444444444vw;
  }
  .topEventSlide .slick-dots li button {
    width: 2.5vw;
    height: 2.5vw;
  }
  .topEventSlide .slick-dots li button::before {
    width: 2.5vw;
    height: 2.5vw;
  }
  .topEventSlideItem a {
    gap: 4.7222222222vw;
    padding: 7.5vw 5.8333333333vw 7.5vw 5vw;
  }
  .topEventSlideItem .cat {
    width: 18.8888888889vw;
    height: 18.8888888889vw;
    border-radius: 2.7777777778vw;
    font-size: 3.0555555556vw;
  }
  .topEventSlideItem .titleBlock {
    margin-top: -2.7777777778vw;
  }
  .topEventSlideItem .date {
    font-size: 3.3333333333vw;
    padding-bottom: 1.1111111111vw;
    margin-bottom: 5.5555555556vw;
  }
  .topEventSlideItem .dateNum {
    margin-left: 4.4444444444vw;
    font-size: 5vw;
  }
  .topEventSlideItem .dateJp {
    font-size: 3.8888888889vw;
  }
  .topEventSlideItem .title {
    font-size: 3.8888888889vw;
  }
  .topCourse {
    position: relative;
    padding: 18.0555555556vw 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><rect width="60" height="60" fill="%23ECF08C"/><circle cx="60" cy="60" r="60" fill="%23C6E6EB"/></svg>'), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><rect width="60" height="60" fill="%236E6E6E"/><circle cx="60" cy="0" r="60" fill="%23C6E6EB"/></svg>');
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    background-size: 60px 60px, 60px 60px;
  }
  .topCourse::before {
    width: 23.3333333333vw;
    border-radius: 60px 0 0 60px;
  }
  .topCourse .inner {
    max-width: none;
    margin: 0 auto;
  }
  .topCourseHd {
    font-size: 10vw;
    margin-bottom: 8.5833333333vw;
    margin-left: 7.7777777778vw;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .topCourseEn {
    display: none;
  }
  .topCourseList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.7222222222vw;
  }
  .topCourseListItem {
    width: 88.0555555556vw;
  }
  .topCourseListItem a {
    border-radius: 2.7777777778vw 2.7777777778vw 0px 0px;
  }
  .topCourseListItem a:hover .txtBlock {
    background-position: right 18px bottom 18px;
    background-size: 3.8888888889vw auto;
  }
  .topCourseListItem .img {
    margin-bottom: 2.2222222222vw;
    width: 88.0555555556vw;
    height: 57.7777777778vw;
    border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  }
  .topCourseListItem .txtBlock {
    height: 27.7777777778vw;
    background-position: right 5.5555555556vw bottom 5.5555555556vw;
    background-size: 3.8888888889vw auto;
  }
  .topCourseListItem .faculty {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    line-height: 5.5555555556vw;
    padding: 0.8333333333vw 2.5vw;
    margin-bottom: 3.8888888889vw;
  }
  .topCourseListItem .name {
    margin: 0 0 0.8333333333vw 5.8333333333vw;
    font-size: 5.2777777778vw;
  }
  .topCourseListItem .name span {
    font-size: 3.3333333333vw;
  }
  .topCourseListItem .name span.course {
    margin: 0 0 0 5vw;
    font-size: 3.8888888889vw;
  }
  .topCourseListItem .tagList {
    padding: 1.6666666667vw 2.7777777778vw;
    font-size: 3.3333333333vw;
  }
  .topMessage {
    padding: 3.8888888889vw 0 12.1666666667vw;
    background-color: #6E6E6E;
    background-image: none;
  }
  .topMessage .inner {
    max-width: none;
    margin: 0 auto;
    padding: 0 5.5555555556vw;
  }
  .topMessageVideo {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    z-index: 1;
    margin-bottom: 8.3333333333vw;
  }
  .topMessageVideo video {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
  .topMessageHd {
    margin-bottom: 5.8333333333vw;
    font-size: 6.9444444444vw;
  }
  .topMessageLead {
    margin-bottom: 5.5555555556vw;
    font-size: 5.5555555556vw;
  }
  .topMessageList {
    padding: 5.5555555556vw 4.1666666667vw 5.5555555556vw 6.9444444444vw;
    margin: 0 5vw 11.9444444444vw;
    font-size: 3.3333333333vw;
    line-height: 2;
  }
  .topMessageTxt {
    width: auto;
    margin: 0 auto 13.8888888889vw;
    font-size: 3.3333333333vw;
    line-height: 2.16;
    letter-spacing: 0;
  }
  .topMessageLink a {
    width: 69.5555555556vw;
    height: 13.6944444444vw;
    font-size: 4.1666666667vw;
    background-position: right 6.3055555556vw center;
    background-size: 2.9444444444vw auto;
  }
  .topMessageLink a:hover {
    letter-spacing: 0.07em;
    background-position: right 5vw center;
  }
  .topRelNav {
    padding: 19.4444444444vw 5.5555555556vw 32.2222222222vw;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><rect width="60" height="60" fill="%236E6E6E"/><circle cx="60" cy="60" r="60" fill="%232996AA"/></svg>'), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><rect width="60" height="60" fill="%236E6E6E"/><circle cx="0" cy="60" r="60" fill="%232996AA"/></svg>');
    background-size: 60px 60px, 60px 60px;
  }
  .topRelNav .inner {
    max-width: none;
    margin: 0 auto;
  }
  .topRelNavSubHd {
    margin-bottom: 3.6111111111vw;
    font-size: 3.3333333333vw;
  }
  .topRelNavFacilityList,
  .topRelNavInfoList {
    font-size: 3.3333333333vw;
    line-height: 1.33;
    margin: 1px 0 5.5vw 1px;
  }
  .topRelNavFacilityList li,
  .topRelNavInfoList li {
    width: 50%;
  }
  .topRelNavFacilityList li a,
  .topRelNavInfoList li a {
    padding: 4.1666666667vw 3.0555555556vw;
  }
  .topRelNavBnrList {
    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;
    gap: 3.6111111111vw;
  }
}