/* course top
------------------------------------------------ */
.topMv {
  width: 100%;
  height: 276px;
  padding: 0 30px;
  position: relative;
}
.topMv::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(50% + 50vw - 107px);
  left: calc(50% - 393px);
  height: 276px;
  z-index: -1;
  border-radius: 0 0 0 40px;
  background-color: #F1FCDD;
}

@media screen and (max-width: 1060px) and (min-width: 721px) {
  .topMv::before {
    width: calc(100% - 137px);
    left: 137px;
  }
}
.topMvHd {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 110px;
}
.topMvHd .en {
  display: inline-block;
  border: 2px solid #000;
  background-color: #fff;
  padding: 6px 17px 7px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 13px;
}
.topMvHd .ja {
  display: block;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.topLink {
  margin-bottom: 100px;
}

.topLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px 101px;
}

@media screen and (max-width: 1060px) and (min-width: 721px) {
  .topLinkList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topLinkListItem a {
  width: 266px;
  display: block;
  color: #000;
  position: relative;
}
.topLinkListItem a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 187px;
  width: 39px;
  height: 39px;
  border: 1px solid #000;
  border-radius: 50%;
  background: url("../../images/common/ico_arrow_right.svg") no-repeat center center #D3D93C;
  background-size: 15px 8px;
}
.topLinkListItem a:hover::before {
  background-image: url("../../images/common/ico_arrow_right_white.svg");
  border-color: #fff;
}
.topLinkListItem a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.topLinkListItem .img {
  display: block;
  width: 100%;
  height: 168px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 27px;
}
.topLinkListItem .img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topLinkListItem .faculty {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 4px;
}
.topLinkListItem .name {
  font-size: 1.8rem;
  line-height: 1.2777777778;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 4px;
}
.topLinkListItem .course {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #9EC83B;
  margin-bottom: 10px;
}
.topLinkListItem .note {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 720px) {
  header {
    position: absolute;
    background-color: transparent;
  }
  .sNavSonodanavi {
    display: none;
  }
  .topMv {
    height: 44.7222222222vw;
    padding: 0;
  }
  .topMv::before {
    width: 88.8888888889vw;
    left: 11.1111111111vw;
    height: 44.7222222222vw;
    border-radius: 0 0 0 11.1111111111vw;
  }
  .topMvHd {
    max-width: none;
    padding-top: 21.6666666667vw;
    margin-left: 5.5555555556vw;
  }
  .topMvHd .en {
    padding: 1.6666666667vw 4.7222222222vw 1.9444444444vw;
    font-size: 2.5vw;
    margin-bottom: 2.7777777778vw;
  }
  .topMvHd .ja {
    font-size: 5vw;
  }
  .topLink {
    margin-bottom: 13.8888888889vw;
  }
  .topLinkList {
    display: block;
  }
  .topLinkListItem {
    margin-bottom: 11.1111111111vw;
  }
  .topLinkListItem:last-child {
    margin-bottom: 0;
  }
  .topLinkListItem a {
    width: 100%;
  }
  .topLinkListItem a::before {
    top: 61.6666666667vw;
    width: 9.7222222222vw;
    height: 9.7222222222vw;
    background-size: 3.6944444444vw 1.9722222222vw;
  }
  .topLinkListItem .img {
    height: 56.1111111111vw;
    border-radius: 4.1666666667vw;
    margin-bottom: 5.75vw;
  }
  .topLinkListItem .faculty {
    font-size: 3.3333333333vw;
    margin-bottom: 1.6666666667vw;
  }
  .topLinkListItem .name {
    font-size: 4.4444444444vw;
    margin-bottom: 1.9444444444vw;
  }
  .topLinkListItem .course {
    font-size: 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .topLinkListItem .note {
    font-size: 3.0555555556vw;
  }
}