.contents-body-job-type {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.jt-header-text {
  text-align: center;
  margin: 10px;
}

.jt-header-text-1 {
  font-size: 6vw;
}

.jt-header-text-2 {
  color: #fca29f;
  font-size: 2.5vw;
}

.jt-category-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.jt-sale-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgb(255, 244, 244);
  padding: 6vw 0;
}

.jt-category-content {
  width: 45%;
  padding-bottom: 6vw;
}

.jt-category-header-text {
  text-align: center;
}

.jt-category-contents {
  display: flex;
  margin: 0 5vw;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
}

.jt-bottom-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.jt-factory-box {
  width: 100%;
  padding-top: 6vw;
}

.jt-other-box {
  width: 100%;
  /*height: 430px;*/
  background-color: rgb(242, 242, 242);
  padding-top: 6vw;
}

.jt-category-content-line {
  margin: 20px auto;
  width: 100%;
}

.jt-category-content-other {
  margin: auto;
}

.header-pc, .side-menu, .footer-pc {
  display: none;
}

.jt-form-bottom-space {
  height: 50px;
}

.jt-header-text-box {
  margin: 80px 0px;
}

.contact-form-sp {
  width: 80%;
  margin: auto;
  margin-bottom: 7vw;
}
