@media screen and (min-width: 440px) {
  .main {
    margin-left: auto;
    margin-right: auto;
    width: var(--main-width);
    margin-top: 4rem;
  }

  .jobs-id__firstview {
    display: flex;
  }

  .jobs-id__firstview__image {
    border-radius: 10px;
    width: 300px;
    height: 180px;
    object-fit: cover;
  }

  .jobs-id__firstview__content {
    margin-left: 2rem;
  }

  .jobs-id__title {
    font-size: 1.5rem;
  }

  .jobs-id__detail {
    line-height: 2rem;
  }

  .jobs-id__content {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 440px) {
  .main {
    width: 100%;
    padding: 1rem;
  }

  .jobs-id__firstview {
    display: flex;
    flex-wrap: wrap;
  }

  .jobs-id__firstview__image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .jobs-id__firstview__content {
  }

  .jobs-id__title {
    margin-top: 1rem;
    font-size: 1.3rem;
  }

  .jobs-id__detail {
    line-height: 2rem;
  }

  .jobs-id__content {
    margin-top: 2rem;
  }
}

.jobs-id__header {
  color: gray;
  font-size: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-id__section {
  white-space: pre-wrap;
}
