/* t_applicants
------------------------------------------------ */
.appMv {
  width: 100%;
  height: 276px;
  padding: 0 30px;
  position: relative;
}
.appMv::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) {
  .appMv::before {
    width: calc(100% - 137px);
    left: 137px;
  }
}
.appMvHd {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 110px;
}
.appMvHd .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;
}
.appMvHd .ja {
  display: block;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.c-news {
  margin-bottom: 71px;
}

.appSection {
  border-top: 1px solid #C3C3C3;
  padding: 27px 0 61px;
}

.appDocumentBtn {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: block;
  margin: 0 auto 60px;
  width: 467px;
  height: 91px;
}
.appDocumentBtn 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: 467px;
  height: 91px;
  border: 1px solid #4A4A4A;
  border-radius: 999px;
  color: #000;
  background: url("../images/common/ico_arrow_right.svg") no-repeat right 44px center #D3D93C;
  background-size: 15px 9px;
}
.appDocumentBtn a:hover {
  background-image: url("../images/common/ico_arrow_right_green.svg");
  background-color: #4A4A4A;
  color: #D3D93C;
}

@media screen and (max-width: 720px) {
  header {
    position: absolute;
    background-color: transparent;
  }
  .sNavSonodanavi {
    display: none;
  }
  .appMv {
    height: 44.7222222222vw;
    padding: 0;
  }
  .appMv::before {
    width: 88.8888888889vw;
    left: 11.1111111111vw;
    height: 44.7222222222vw;
    border-radius: 0 0 0 11.1111111111vw;
  }
  .appMvHd {
    max-width: none;
    padding-top: 21.6666666667vw;
    margin-left: 5.5555555556vw;
  }
  .appMvHd .en {
    padding: 1.6666666667vw 4.7222222222vw 1.9444444444vw;
    font-size: 2.5vw;
    margin-bottom: 2.7777777778vw;
  }
  .appMvHd .ja {
    font-size: 5vw;
  }
  .c-news {
    margin-bottom: 10.5555555556vw;
  }
  .appSection {
    padding: 5vw 0 6.9444444444vw;
  }
  .appDocumentBtn {
    font-size: 3.8888888889vw;
    margin: 0 auto 11.1111111111vw;
    width: 88.8888888889vw;
    height: 16.6666666667vw;
  }
  .appDocumentBtn a {
    width: 88.8888888889vw;
    height: 16.6666666667vw;
    background-position: right 8.6111111111vw center;
    background-size: 4.1666666667vw 2.5vw;
  }
}