/*
**
** Corp
**
*/

/*
** .job
*/

.job__post-list {
  grid-gap: calc((108 / var(--standard-font-size)) * 1em);
}

.job__post-overview {
  margin-bottom: calc((27 / var(--standard-font-size)) * 1em);
}


/*
** .entry
*/

.entry__inner {
  padding: calc((36 / var(--standard-font-size)) * 1em);
}

.entry__guidance {
  margin-bottom: calc((27 / var(--standard-font-size)) * 1em);
}

.entry__inquiry-label {
  font-size: calc((18 / var(--standard-font-size)) * 1em);
  margin-bottom: calc((13 / var(--standard-font-size)) * 1em);
}

.entry__inquiry-body {
  font-size: calc((18 / var(--standard-font-size)) * 1em);
}



/*
**
** Children center
**
*/

/*
** .children-recruitment
*/

.children-recruitment__contents {
  grid-row-gap: calc((27 / var(--standard-font-size)) * 1em);
}

.children-recruitment__table-caption {
  margin-top: calc((18 / var(--standard-font-size)) * 1em);
}