@charset "UTF-8";
/* =====================
  個人情報の利用目的に関する通知書および同意書
===================== */
.recruit_policy {
  .recruit_mv {
    padding-top: calc((100 / 750) * 78 * 1vw);
    &::before {
      display: none;
    }
    & > h1 {
      font-size: calc((100 / 750) * 36 * 1vw);
      font-weight: 500;
      line-height: 2;
      text-align: center;
      color: #24845b;
    }
  }
}
.article[data-id='1'] {
  position: relative;
  padding-top: calc((100 / 750) * 52 * 1vw);
  padding-bottom: calc((100 / 750) * 128 * 1vw);
  .inner {
    & > ul {
      .policy_unit {
        & > h3 {
          font-size: calc((100 / 750) * 30 * 1vw);
          font-weight: 500;
          line-height: 1.9;
          color: #24845b;
        }
        & > p {
          line-height: 1.9;
          &:first-of-type {
            margin-top: calc((100 / 750) * 14 * 1vw);
          }
        }
        & > ul {
          line-height: 1.9;
        }
        & + .policy_unit {
          margin-top: calc((100 / 750) * 39 * 1vw);
        }
      }
    }
  }
}
