.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;
  }
}

@media screen and (max-width: 768px) {
  .bg-white {
    background-color: #E9F6FD;
  }
}

.p-career {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-career__contents {
  padding: 0 0 80px;
  margin-bottom: 0;
}