.sidebar {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

.sidebar-btn {
  display: block;
}

.kv {
  position: relative;
  height: 68.1rem;
  background: url(../images/job/kv.webp) no-repeat center top/cover;
}

.kv-head {
  padding-top: 21.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.kv-head::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 1px;
  background-color: #000;
  margin-right: 1.7rem;
}

.kv-title {
  font-size: 3.6rem;
  font-weight: 700;
  padding-top: 56rem;
}

@media screen and (max-width: 768px) {
  .kv-title {
    padding-top: 48rem;
  }
}

.kv .tagline {
  margin-top: 1.8rem;
  font-size: 4.1rem;
  font-weight: 700;
  width: 43.5rem;
  line-height: 1.97;
}

@media screen and (max-width: 768px) {
  .kv .tagline {
    width: 66%;
    font-size: 2.4rem;
    margin-top: 1rem;
    line-height: 1.75;
  }
}

.kv .profile {
  margin-top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .kv .profile {
    margin-top: 3rem;
  }
}

.kv .profile span {
  display: block;
}

.kv .profile span:nth-child(1) {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .kv .profile span:nth-child(1) {
    font-size: 1.4rem;
  }
}

.kv .profile span:nth-child(2) {
  font-size: 2.4rem;
  margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
  .kv .profile span:nth-child(2) {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}

.sv-inner {
  padding-top: 5.4rem;
  padding-bottom: 18.8rem;
}

@media screen and (max-width: 768px) {
  .sv-inner {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

.sv-items {
  padding-top: 8rem;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .sv-items {
    width: 100%;
  }
}

.sv-item {
  position: relative;
}

.sv-item:not(:first-child) {
  padding-top: 14rem;
}

@media screen and (max-width: 768px) {
  .sv-item:not(:first-child) {
    padding-top: 10rem;
  }
}

.sv-box {
  margin-top: 12rem;
  padding-bottom: 12rem;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sv-box {
    width: 100%;
    margin-top: 2rem;
    padding-top: 2.2rem;
    padding-bottom: 2rem;
    height: auto;
  }
}

.sv-box::before {
  content: "";
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -6rem;
  left: 3rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sv-box::before {
    width: calc(100% + 1.8rem);
    top: -10rem;
    left: 1rem;
  }
}

.sv-box::after {
  content: "";
  background-size: cover;
  width: 60.6rem;
  aspect-ratio: 606/341;
  border-top: 0.68rem solid #bebebe;
  position: absolute;
  top: 11rem;
  left: -4rem;
  z-index: -1;
}

.sv-item.--logistics .sv-box::after {
  background: url(../images/job/job01.webp) no-repeat center;
}

.sv-item.--lift .sv-box::after {
  background: url(../images/job/job02.webp) no-repeat center;
  /* background-size: contain; */
}

.sv-item.--cad .sv-box::after {
  background: url(../images/job/job03.webp) no-repeat center;
  /* background-size: contain; */
}

.sv-item.--sales .sv-box::after {
  background: url(../images/job/job04.webp) no-repeat center;
  /* background-size: contain; */
}

@media screen and (max-width: 768px) {
  .sv-box::after {
    content: none;
  }
}

.sv-title {
  margin-left: 10rem;
  margin-bottom: 5rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.047em;
}

@media screen and (max-width: 768px) {
  .sv-title {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 4.5vw;
  }
}

.sv-inbox {
  border-top: 0.5rem solid #283e99;
  padding: 4rem 3.6rem;
  margin-left: auto;
  width: 50%;
  min-width: 50rem;
  background-color: rgba(255, 255, 255, 0.95);

}

@media screen and (max-width: 768px) {
  .sv-inbox {
    min-height: auto;
    margin-top: 2rem;
    width: 100%;
    min-width: 100%;
    padding-top: 2.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1.8rem;
  }
}

.sv-inbox p {
  margin-bottom: 2rem;
  line-height: 1.666;
  letter-spacing: 0.1rem;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .sv-inbox p {
    margin-bottom: 3vw;
  }
}

.sv-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .sv-img {
    display: block;
    position: static;
    width: 100%;
    border-top: 0.4rem solid #bebebe;
  }
}

.sv-img img {
  width: 100%;
}

.sv-head {
  font-weight: 500;
  position: relative;
  padding-left: 7.7rem;
}

@media screen and (max-width: 768px) {
  .sv-head {
    padding-left: 4.6rem;
  }
}

.sv-head::before {
  top: 1.3rem;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  width: 5.3rem;
  height: 1px;
  background-color: #000;
  margin-right: 1.7rem;
}

@media screen and (max-width: 768px) {
  .sv-head::before {
    width: 3.6rem;
  }
}

.sv-head-jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.047em;
}

@media screen and (max-width: 768px) {
  .sv-head-jp {
    font-size: 4.5vw;
  }
}

.sv-head-en {
  padding-top: 0.8rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #606060;
}

@media screen and (max-width: 768px) {
  .sv-head-en {
    font-size: 3.5vw;
  }
}

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