@charset "UTF-8";

/* ===============================
jobopportunities
=============================== */
.pg_photo_column {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.pg_job_item + .pg_job_item {
  margin-top: 4em;
}
.pg_job_item_title {
  font-size: calc(18 / 16 * 1rem);
  margin-bottom: 1em;
  font-weight: 700;
}
.pg_job_item_center {
  max-width: 370px;
  margin: 2em auto 0;
}
.pg_job_item_center img {
  margin-bottom: .5em;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .pg_photo_column {
    display: block;
    margin-top: 1em;
  }
  .pg_photo_item + .pg_photo_item {
    margin-top: 1em;
  }
  .pg_job_item + .pg_job_item {
    margin-top: 4em;
  }
  .pg_job_item_title {
    font-size: calc(18 / 16 * 1rem);
    margin-bottom: 1em;
    font-weight: 700;
  }
  .pg_job_item_center {
    max-width: 370px;
    margin: 2em auto 0;
  }
  .pg_job_item_center img {
    margin-bottom: .5em;
  }
}