.mv {
  position: relative;
  z-index: 9;
}
.mv-img {
  width: 100%;
}
.mv-ttl {
  position: absolute;
  left: 60px;
  bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .mv-ttl {
    left: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}

.news-header {
  position: relative;
}
.news-ttl {
  position: absolute;
  z-index: 9;
  top: 160px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .news-ttl {
    position: relative;
    top: 0;
    color: inherit;
  }
}
.news-ttl .ttl-sub {
  color: white;
}
@media only screen and (max-width: 768px) {
  .news-ttl .ttl-sub {
    color: #CF0000;
  }
}
.news-bg {
  background-color: #CF0000;
  height: 100%;
  margin: -160px 0;
  padding: 160px 0 320px;
  transform: scaleY(1.2) skewY(-7.5deg);
}
@media only screen and (max-width: 768px) {
  .news-bg {
    display: none;
  }
}
.news .archive-header {
  /* border-bottom: dashed 1px $color-primary; */
  padding: 0 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .news .archive-header {
    padding: 0 2.6666666667vw;
  }
}

.search-btn {
  border-radius: 5px;
  height: 80px;
  line-height: 80px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #333333;
  font-size: 2.1rem;
  justify-content: space-between;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .search-btn {
    height: 14.2222222222vw;
    line-height: 14.2222222222vw;
    font-size: 4.2666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.search-btn .btn-inner {
  width: 90%;
  text-align: center;
}
.search-btn .fal {
  font-size: 1.8rem;
  color: #CF0000;
}

.recruit {
  position: relative;
}
.recruit::after {
  content: "";
  display: block;
  background-color: #CF0000;
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.recruit .l-inner {
  position: relative;
  z-index: 9;
}
.recruit-btn {
  position: absolute;
  bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .recruit-btn {
    position: static;
    margin-top: 8vw;
  }
}
.recruit-ttl {
  color: white;
}
.recruit-ttl .ttl-sub {
  color: white;
}

.links-link {
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .links-link {
    height: 53.3333333333vw;
  }
}

.jsTab > span {
  height: 80px;
  line-height: 80px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .jsTab > span {
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}