/*
** .c-header__page
*/

.c-header__page-contents {
  background-image: url(../image/corp/bg_header-recruitment.jpg) !important;
}


/*
** .job
*/

.job__post-list {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-gap: 9rem;
}

.job__post-overview {
  margin-bottom: 2rem;
}


/*
** .entry
*/

.entry__inner {
  border: 0.1rem solid var(--main);
  padding: 2rem;
}

.entry__guidance {
  margin-bottom: 2rem;
}

.entry__inquiry-label {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--main);
  line-height: 1.25;
  padding-left: 1.25em;
  margin-bottom: 1.3rem;
}

.entry__inquiry-label::before {
  content: '\25a0';
  margin-left: -1.25em;
}

.entry__inquiry-body {
  font-size: 1.6rem;
  font-weight: 500;
}