@import url(reset.css);
@import url(font.css);
@import url(column.css);
@import url(common.css);
@import url(pc.css);
@import url(mobile.css);
.career .first h2 {
  margin-top: 7vw;
  margin-bottom: 5.6vw;
  font-size: 2.08vw;
  line-height: 3.13vw;
  color: #141414;
}
.career .first .value p {
  font-size: 0.94vw;
  line-height: 1.25vw;
  letter-spacing: 0.05vw;
  color: #141414;
  padding-right: 3vw;
}
.career .first .ceo {
  margin: 10vw 0;
}
.career .first .ceo h3 {
  margin-top: 13vw;
  margin-left: 7.24vw;
  margin-right: 6.5vw;
  font-size: 2.08vw;
  line-height: 3.13vw;
  color: #141414;
}
.career .first .ceo p {
  margin-left: 7.24vw;
  margin-top: 7.5vw;
  font-size: 0.94vw;
  line-height: 1.25vw;
  color: #141414;
}
.career .best,
.career .job {
  padding: 6vw 0;
}
.career .best dl,
.career .job dl {
  width: 63.7vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.career .best dl dt,
.career .job dl dt {
  flex: none;
  width: 16vw;
  font-size: 2.08vw;
  line-height: 1.88vw;
  color: #141414;
}
.career .best dl dd,
.career .job dl dd {
  flex: 1;
  padding-bottom: 2vw;
  overflow: hidden;
}
.career .best {
  border-bottom: 1px solid rgba(18, 26, 43, 0.2);
}
.career .best .points li {
  margin-bottom: 2vw;
  font-size: 0.94vw;
  line-height: 1.25vw;
  color: #141414;
}
.career .best .points li em {
  font-weight: 600;
}
.career .best .pictures {
  position: relative;
}
.career .best .pictures img {
  width: 14.95vw;
  height: 10vw;
}
.career .best .pictures .swiper-scrollbar {
  bottom: -1vw;
  background-color: rgba(18, 26, 43, 0.2);
  height: 1px;
}
.career .best .pictures .swiper-scrollbar-drag {
  top: -0.25vw;
  height: 0.52vw;
  background-color: #243456;
  border-radius: 0;
}
.career .job {
  padding-bottom: 0;
}
.career .job ul {
  margin-bottom: 3.2vw;
}
.career .job ul li {
  padding: 2vw 0;
  border-bottom: 1px solid rgba(18, 26, 43, 0.2);
}
.career .job .link {
  display: flex;
  flex-direction: row;
  font-size: 0.83vw;
  line-height: 1.25vw;
  letter-spacing: 0.04vw;
  color: #141414;
}
.career .job .link:hover {
  color: #3bb183;
}
.career .job .link h4 {
  width: 16vw;
  flex: none;
}
.career .job .link p {
  flex: 1;
  color: inherit;
}
.career .job .link img {
  flex: none;
  margin-left: 5vw;
  width: 0.83vw;
  height: 0.83vw;
}
.career .job .hr {
  font-size: 0.83vw;
  line-height: 1.25vw;
  color: #141414;
}
@media screen and (max-width: 960px) {
  .career .first {
    padding: 15vw 4vw;
  }
  .career .first h2 {
    font-size: 5.33vw;
    line-height: 150%;
  }
  .career .first .value p {
    margin-bottom: 11vw;
    font-size: 3.47vw;
    line-height: 150%;
  }
  .career .first .img {
    position: relative;
    left: -4vw;
    right: -4vw;
    width: 100vw;
    height: 128vw;
    object-fit: cover;
  }
  .career .first .ceo h3 {
    margin: 16vw 0;
    font-size: 5.33vw;
    line-height: 150%;
  }
  .career .first .ceo p {
    margin-left: 0;
    font-size: 3.47vw;
    line-height: 150%;
  }
  .career .best,
  .career .job {
    padding: 16vw 4vw;
  }
  .career .best dl,
  .career .job dl {
    flex-direction: column;
    width: auto;
    margin: 0;
  }
  .career .best dl dt,
  .career .job dl dt {
    width: 100%;
    font-size: 5.33vw;
    line-height: 150%;
  }
  .career .best dl dd,
  .career .job dl dd {
    padding-left: 22.8vw;
    font-size: 3.2vw;
    line-height: 150%;
  }
  .career .best .points {
    margin-top: 15vw;
  }
  .career .best .points li {
    font-size: 3.47vw;
    line-height: 150%;
    margin-bottom: 8vw;
  }
  .career .best .pictures {
    position: relative;
    left: -22.8vw;
    right: 0;
    width: 100vw;
    padding-bottom: 10vw;
  }
  .career .best .pictures img {
    width: 38.27vw;
    height: 25.6vw;
  }
  .career .best .pictures .swiper-scrollbar-drag {
    height: 1.33vw;
  }
  .career .job a {
    display: block;
  }
  .career .job .link {
    position: relative;
    padding: 9vw 0;
    flex-direction: column;
    width: 100%;
  }
  .career .job .link h4 {
    font-size: 4vw;
    width: 56.67vw;
    line-height: 150%;
    margin-bottom: 2vw;
  }
  .career .job .link p {
    font-size: 3.2vw;
    width: 56.67vw;
    line-height: 150%;
  }
  .career .job .link img {
    position: absolute;
    top: 11vw;
    right: 0;
    width: 4.67vw;
    height: 4.67vw;
  }
  .career .job .hr {
    font-size: 3.47vw;
    line-height: 150%;
  }
}
/*# sourceMappingURL=./career.css.map */