.career_head {
  position: relative;
  z-index: 2;
  max-width: 256rem;
  margin: 0 auto;
  padding: 27.8rem 0 15.6rem;
  overflow: hidden;
}
.career_head .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.career_head h1 {
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 6.8rem;
}
.career_head .metas {
  color: var(--text);
  font-size: 2rem;
  margin-top: 2.8rem;
}
.career_head .metas li {
  position: relative;
  padding-left: 4.2rem;
}
.career_head .metas li + li {
  margin-top: 1.8rem;
}
.career_head .metas li::before {
  content: '';
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
  background: no-repeat center / contain;
}
.career_head .metas .address::before {
  background-image: url(../img/icon-address.svg);
}
.career_head .metas .position::before {
  background-image: url(../img/icon-position.svg);
}
.career_main {
  padding: 7rem 0 13.5rem;
}
.career_main tr {
  border-bottom: 1px solid #DCE1E5;
}
.career_main td {
  width: auto;
  vertical-align: top;
  padding: 1.9rem 0;
  padding-right: 2rem;
}
.career_main td:first-child {
  color: var(--title);
  font-weight: 500;
  font-size: 2.2rem;
  width: 27.5%;
}
.career_main td:first-child p {
  color: var(--title);
  font-weight: 500;
  font-size: 2.2rem;
}
.career_main li {
  position: relative;
  padding-left: 3.8rem;
}
.career_main ul li::before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.4rem;
  background-color: var(--secondary);
}
.career_main ol li::before {
  content: '';
  display: block;
  width: 1.4rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 1.3rem;
  background: url(../img/icon-gou-s.svg) no-repeat center / contain;
}
.career_main td,
.career_main p,
.career_main li {
  color: var(--text);
  font-size: 2rem;
  line-height: 3.6rem;
}
.career_main p + p,
.career_main li + li {
  margin-top: 0.6rem;
}
.career_main .btn {
  margin-top: 8.8rem;
}
@media screen and (max-width: 768px) {
  .career_head {
    padding: 130px 0 50px;
  }
  .career_head h1 {
    font-size: 22px;
    line-height: 1.3;
  }
  .career_head .metas {
    margin-top: 20px;
  }
  .career_head .metas li {
    font-size: 14px;
    padding-left: 30px;
  }
  .career_head .metas li::before {
    width: 15px;
    height: 15px;
  }
  .career_head .metas li + li {
    margin-top: 12px;
  }
  .career_main {
    padding: 30px 0 50px;
  }
  .career_main td,
  .career_main p,
  .career_main li {
    font-size: 14px;
    line-height: 1.5;
  }
  .career_main td {
    padding: 12px 0;
    padding-right: 10px;
  }
  .career_main td:first-child {
    font-size: 15px;
  }
  .career_main ul li {
    padding-left: 20px;
  }
  .career_main ul li::before {
    top: 7px;
  }
  .career_main ol li {
    padding-left: 20px;
  }
  .career_main ol li::before {
    width: 12px;
    height: 12px;
    top: 5px;
  }
  .career_main .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .career_head {
    padding: 30px 0 50px;
  }
  .career_head .bg img {
    width: 140%;
    margin: 0 -20%;
  }
}
