@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.mv {
  background-image: url(../images/requirements/mv.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 600px) {
  .mv {
    padding-top: 130px;
  }
}
.mv::after {
  content: "";
  display: block;
  padding-top: 45%;
}
.mv-ttl-en {
  font-weight: 700;
}
.mv-ttl-ja {
  font-weight: 500;
}
.mv__txt {
  margin-top: 60px;
  font-size: 2rem;
  line-height: 2;
}
@media all and (max-width: 1280px) {
  .mv__txt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1025px) {
  .mv__txt {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 600px) {
  .mv__txt {
    width: 95%;
  }
}

.section {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
  padding-top: 160px;
}
@media all and (max-width: 896px) {
  .section {
    padding-top: 130px;
  }
}
.section .first {
  padding-top: 100px;
}
.section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 896px) {
  .section ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section ul li {
  width: 28%;
  margin-right: 6%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .section ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.section ul li:last-child {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .section ul li:last-child {
    margin-bottom: 0;
  }
}
.section ul li h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.section ul li p {
  margin-top: 10px;
}

.section-ttl-blk {
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  .section-ttl-blk {
    margin-bottom: 30px;
  }
}

.section-contents {
  max-width: 1500px;
  width: 85%;
  margin: 150px auto 0;
}
@media all and (max-width: 1025px) {
  .section-contents {
    margin: 100px auto 0;
  }
}
.section-contents .section-bg {
  padding-top: 12%;
  background-image: url(../images/top/bg.svg);
  background-size: cover;
  background-position: -200px top;
}
@media all and (max-width: 1025px) {
  .section-contents .section-bg {
    background-size: contain;
    background-position: top;
  }
}

.main-txt {
  text-align: center;
}

.table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
.table p {
  font-size: 2rem;
  text-align: center;
}
.table h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #807f7f;
  border-left: 1px solid #807f7f;
  border-right: 1px solid #807f7f;
}
@media all and (max-width: 896px) {
  dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
dl:last-child {
  border-bottom: 1px solid #807f7f;
}

dt {
  padding: 10px;
  width: 20%;
  background: rgb(219, 218, 218);
  text-align: center;
}
@media all and (max-width: 896px) {
  dt {
    width: 100%;
  }
}

dd {
  text-align: left;
  padding: 10px 20px;
}

.common-second__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .common-second__link {
    width: 80%;
    margin: 50px auto 0;
  }
}
@media all and (max-width: 600px) {
  .common-second__link {
    width: 90%;
  }
}
.common-second__link a {
  border-bottom: 2px solid #152E55;
  padding-bottom: 8px;
  margin-right: 30px;
  width: 250px;
  position: relative;
}
.common-second__link a::after {
  content: "";
  background-image: url(../images/data/arrow_bottom_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
}
@media all and (max-width: 896px) {
  .common-second__link a {
    width: 100%;
  }
}
.common-second__link a:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.common-second__link a p {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #C6CEDA;
  font-size: 1.4rem;
  font-weight: 700;
}
.common-second__link a div {
  font-size: 1.8rem;
}

.interview__btn {
  margin-top: 40px;
  width: 340px;
}
@media all and (max-width: 600px) {
  .interview__btn {
    width: 100%;
  }
}

#new,
#carrer {
  padding-top: 30px;
  margin-top: -30px;
}