@media screen and (min-width: 768px) {
  .tt-line div:nth-child(4) {
    display: none;
  }
}

.tt-content-inner.tt-job {
  margin-bottom: 40px;
}
.tt-content-inner.tt-job .tt-wrapper {
  margin-bottom: 64px;
}
.tt-content-inner.tt-job .tt-wrapper .body {
  margin: 0 0 24px 0;
}
.tt-content-inner.tt-job .tt-wrapper .sub {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 24px 0;
}
.tt-content-inner.tt-job .tt-wrapper .sub dt {
  margin-bottom: 6px;
}
.tt-content-inner.tt-job .tt-wrapper .sub dd {
  margin: 0 0 6px 0;
}
.tt-content-inner.tt-job .tt-wrapper .tt-schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 32px 0;
}
.tt-content-inner.tt-job .tt-wrapper .tt-schedule dt {
  width: 27%;
  padding-right: 25px;
  text-align: right;
  font-weight: 700;
  color: #0068B6;
}
.tt-content-inner.tt-job .tt-wrapper .tt-schedule dd {
  width: 73%;
  margin-left: 0;
  padding-left: 25px;
  padding-bottom: 40px;
  line-height: 1.8;
  /*border-left: 1px solid variables.$color-tt;*/
  position: relative;
  background-image: linear-gradient(90deg, #0068B6 0, #0068B6 1px, transparent 1px, transparent 100%);
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
}
.tt-content-inner.tt-job .tt-wrapper .tt-schedule dd.top {
  background-position-y: 18px;
}
.tt-content-inner.tt-job .tt-wrapper .tt-schedule dd.bottom {
  background-size: 18px 18px;
}
.tt-content-inner.tt-job .tt-wrapper .tt-schedule dd:before {
  content: url(../../img/recruit/job/dot-schedule.png);
  position: absolute;
  left: -3.5px;
  top: -2px;
}
.tt-content-inner.tt-job .tt-wrapper .tt-schedule :last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tt-content-inner.tt-job .tt-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .tt-content-inner.tt-job .tt-wrapper .txt-left {
    width: 50%;
  }
  .tt-content-inner.tt-job .tt-wrapper .photo-right {
    width: 47%;
    padding-top: 10px;
  }
  .tt-content-inner.tt-job .tt-wrapper .tt-schedule {
    width: 70%;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .tt-content-inner.tt-job .tt-wrapper .tt-schedule dt {
    width: 20%;
  }
  .tt-content-inner.tt-job .tt-wrapper .tt-schedule dd {
    width: 80%;
  }
  .tt-content-inner.tt-job .tt-wrapper .tt-schedule-photo {
    width: 30%;
  }
  .tt-content-inner.tt-job :last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=job.css.map */
