.area_kv.recruit::before {
  background-image: url(../../img/recruit/specialcontents/kv_pc.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .area_kv.recruit {
    background-image: url(../../img/recruit/specialcontents/kv_sp.jpg);
    background-size: 84.4%;
  }
}

main#specialcontents {
  padding-bottom: 0;
}
main#specialcontents .tit_content .en {
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  main#specialcontents {
    margin-top: 2vw;
  }
}

.area_specialcontents {
  padding-bottom: 100px;
}
.area_specialcontents .box_wrap {
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area_specialcontents .box {
  width: 570px;
}
.area_specialcontents .box .img {
  border-radius: 20px;
  overflow: hidden;
}
.area_specialcontents .box .img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.area_specialcontents .box .box_text {
  height: 50px;
  margin-top: 16px;
  line-height: 1;
  position: relative;
}
.area_specialcontents .box .box_text .title,
.area_specialcontents .box .box_text .time {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.area_specialcontents .box .box_text .title {
  font-size: 20px;
  line-height: 50px;
}
.area_specialcontents .box .box_text .go {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.area_specialcontents .box .box_text .go::before, .area_specialcontents .box .box_text .go::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
}
.area_specialcontents .box .box_text .go::before {
  width: 200%;
  right: -100%;
  z-index: 0;
  background: linear-gradient(135deg, #37bef0 0%, #85f9ae 60%, #37bef0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.area_specialcontents .box .box_text .go::after {
  width: 100%;
  background: url(../../img/recruit/specialcontents/icon_triangle.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .area_specialcontents .box a:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .area_specialcontents .box a:hover .title,
  .area_specialcontents .box a:hover .time {
    color: #5bdea4;
  }
  .area_specialcontents .box a:hover .go::before {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .area_specialcontents {
    padding-bottom: 27vw;
  }
  .area_specialcontents .box_wrap {
    margin-top: 12vw;
  }
  .area_specialcontents .box {
    width: 100%;
  }
  .area_specialcontents .box + .box {
    margin-top: 9.8vw;
  }
  .area_specialcontents .box .img {
    border-radius: 10px;
  }
  .area_specialcontents .box .box_text {
    height: 9.3333333333vw;
    margin-top: 3.5vw;
  }
  .area_specialcontents .box .box_text .title {
    font-size: 4.2666666667vw;
    line-height: 9.3333333333vw;
  }
  .area_specialcontents .box .box_text .go {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    bottom: 1vw;
  }
}

.lity-active {
  overflow: hidden;
}

.lity {
  z-index: 99999;
  background: rgba(34, 34, 34, 0.6);
}
.lity .lity-container {
  position: relative;
  left: 2px;
}
.lity .lity-content {
  width: 1040px;
}
@media screen and (max-width: 768px) {
  .lity .lity-content {
    width: 94vw;
  }
}
.lity .lity-content::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 60%;
}
.lity .lity-content::after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity .lity-content > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lity .lity-content iframe {
  width: 100%;
  height: 100%;
}
.lity .lity-content .text {
  margin-top: 20px;
  color: #fff;
}
.lity .lity-close {
  width: 80px;
  height: 80px;
  position: absolute;
  font-size: 70px;
  text-shadow: none;
  background: linear-gradient(135deg, #37bef0 0%, #85f9ae 100%);
  border-radius: 50%;
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lity .lity-close:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.lity .lity-close::before, .lity .lity-close::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 50;
}
.lity .lity-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .lity .lity-close {
    width: 12vw;
    height: 12vw;
    font-size: 10.6666666667vw;
    right: -2%;
    top: -6vw;
    font-size: 0;
  }
  .lity .lity-close::before, .lity .lity-close::after {
    width: 21px;
    height: 2px;
  }
}