.container {
  background-position: center 10%;
}

.job {
  position: relative;
  padding-bottom: 18.4375%;
  background-image: url("../img/job/job_bg_bottom.jpg"), url("../img/job/job_bg_repeat.jpg");
  background-position: center bottom, center 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 20% auto;
}

.job-list {
  width: 93.75%;
  margin: 0 auto;
}

.job-list:after {
  content: '';
  clear: both;
  display: block;
}

.job-item {
  position: relative;
  width: 48.33%;
  width: calc(100% * 290 / 600);
}

.job-item.icon-new:after {
  width: 43px;
  width: 13.4375vw;
  height: 23px;
  height: 7.1875vw;
  bottom: 28px;
  bottom: 8.75vw;
  left: 6px;
  left: 1.875vw;
}

.job-item:nth-child(odd) {
  float: left;
}

.job-item:nth-child(even) {
  float: right;
}

.job-item:nth-child(n+3) {
  padding-top: 10%;
}

.job-item.coming-soon:nth-child(n+3) {
  padding-top: 6.6%;
}

.job-item.coming-soon .job-box {
  background-image: url("../img/job/job_frame_coming_soon.png");
}

.job-box {
  width: 100%;
  height: 0;
  padding-top: 78.62%;
  position: relative;
  background: url("../img/job/job_frame01.png") 0 0 no-repeat;
  background-size: 100% auto;
}

.job-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 6.8%;
  text-align: center;
}

.job-label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 75.1724%;
  margin: -7.2413% 0 0 -37.5862%;
}

.youtube-area {
  position: absolute;
  top: 0;
  left: 0;
}

.youtube-frame {
  width: 86.2%;
  margin-left: -43.1%;
  padding-top: 6.2%;
}

.youtube-box {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
