.recruit {
  background-image: url(../images/common/illust_5.png);
}

#detail picture img {
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  #detail picture img {
    border-radius: 10px;
  }
}

#job p {
  padding: 0 10px;
}
#job #joblist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 10px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 500px) {
  #job #joblist {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#job #joblist section {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--sub-color_3);
}
@media screen and (max-width: 500px) {
  #job #joblist section {
    padding: 20px 10px;
    border-radius: 10px;
  }
}
#job #joblist dl {
  padding: 0 0 5px 0;
  display: flex;
  line-height: 1.5;
  border-bottom: 2px dotted #969696;
}
@media screen and (max-width: 500px) {
  #job #joblist dl {
    font-size: var(--regular);
  }
}
#job #joblist dl dt {
  width: 45%;
  line-height: 1.5;
}
#job #joblist dl:last-child {
  padding: 0;
  border-bottom: none;
}
#job #joblist dl dd {
  width: 55%;
}/*# sourceMappingURL=recruit.css.map */