.underlayer:not(.career-item) {
  display: none;
}

.main-bg.--main03:before {
  background-position: center center !important;
  background-image: url("../images/common/main03.jpg") !important;
}
@media (min-width: 769px) {
  .main-bg.--main03:before {
    background-position: center 40% !important;
  }
}

.career-support:last-child {
  margin-bottom: 0;
}

.career-support__wrap:nth-child(n+2) {
  margin: 60px auto 0;
}

.career-support__text {
  width: calc(100% - 40px);
  max-width: 800px;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .career-support__text {
    width: 100%;
  }
}

.career-support__figure {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .career-support__figure {
    width: 100%;
  }
}

.career-support__img {
  width: 100%;
}

.career-system__list {
  width: calc(100% - 100px);
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .career-system__list {
    width: 100%;
  }
}

@media screen and (max-width: 1129px) {
  .career-support__list {
    width: 100%;
  }
}
.career-system__item {
  border-bottom: 1px dashed #1A1A1A;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .career-system__item {
    display: block;
  }
}

.career-system__number {
  position: relative;
  vertical-align: top;
  font-size: 14vmin;
  line-height: 0.8;
  display: inline-block;
  text-align: center;
  width: 100px;
  color: #00A7EA;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
}
@media screen and (max-width: 1129px) {
  .career-system__number {
    font-size: 5em;
  }
}
@media screen and (max-width: 768px) {
  .career-system__number {
    font-size: 4em;
    width: 50px;
  }
}
.career-system__number:before {
  content: "system";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .career-system__number:before {
    font-size: 18px;
  }
}

.career-system__set {
  width: calc(100% - 130px);
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .career-system__set {
    width: 100%;
  }
  .career-system__set.--text {
    width: calc(100% - 60px);
  }
}

.career-system__box {
  display: block;
}
@media screen and (max-width: 1129px) {
  .career-system__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.career-system__text {
  width: 100%;
  text-align: justify;
  margin-left: 0;
}

.career-system__linkImg {
  margin: 20px 0 0;
}

.career-system__figure {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .career-system__figure {
    width: 100%;
  }
}

.career-system__img {
  width: 100%;
}