#top header nav ul li:nth-child(1) a {
  font-weight: 500 !important;
}

.l-footer p {
  display: block;
}

.top-mv {
  background-image: url("../img/top/mv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 0 0;
  height: 830px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .top-mv {
    background-image: url("../img/top/mv_bg_sp.jpg");
    height: 76vw;
  }
}

.top-mv__ttl {
  position: absolute;
  top: 52px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .top-mv__ttl {
    width: 64vw;
    top: 10.6666666667vw;
    z-index: 1;
  }
}

.top-index {
  text-align: center;
  max-width: 1100px;
  width: 100%;
  -webkit-box-shadow: 0 0 40px rgba(102, 102, 102, 0.3);
          box-shadow: 0 0 40px rgba(102, 102, 102, 0.3);
  margin: -180px auto 102px;
  background-color: #fff;
  padding: 80px 50px 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .top-index {
    max-width: none;
    width: 90.6666666667vw;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: -4vw auto 10.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
}

.top-index__ttl {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .top-index__ttl {
    width: 29.3333333333vw;
  }
}

.top-index__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0;
}
@media screen and (max-width: 750px) {
  .top-index__listWrap {
    display: block;
    margin: 4.6666666667vw 0 0;
  }
}

.top-index__list {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 48%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top-index__list {
    width: 69.3333333333vw;
  }
}
.top-index__list:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 750px) {
  .top-index__list + .top-index__list {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top-index__list:nth-child(2n) {
    margin-left: auto;
  }
}
.top-index__list img {
  max-width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 751px) {
  .top-index__list.top-index__list--university {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) {
  .top-index__list.top-index__list--career {
    margin-bottom: 40px;
  }
}
.top-index__list a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.top-index__list span {
  display: block;
  background-color: rgba(0, 109, 201, 0.65);
  border: 1px solid #fff;
  width: 360px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 30px 0 0;
}
@media screen and (max-width: 750px) {
  .top-index__list span {
    width: 48vw;
    height: 14.6666666667vw;
    font-size: 4vw;
    padding: 4vw 0 0;
  }
}
