@charset "UTF-8";
/* =====================
  個人情報の利用目的に関する通知書および同意書
===================== */
.recruit_policy {
  .recruit_mv {
    padding-top: 78px;
    &::before {
      display: none;
    }
    & > h1 {
      font-size: 24px;
      font-weight: 500;
      line-height: 1;
      text-align: center;
      color: #24845b;
    }
  }
}
.article[data-id='1'] {
  position: relative;
  padding-top: 61px;
  padding-bottom: 120px;
  .inner {
    & > ul {
      .policy_unit {
        & > h3 {
          font-size: 18px;
          font-weight: 500;
          line-height: 1.9;
          color: #24845b;
        }
        & > p {
          line-height: 1.8;
          &:first-of-type {
            margin-top: 9px;
          }
        }
        & > ul {
          line-height: 1.8;
        }
        & + .policy_unit {
          margin-top: 32px;
        }
      }
    }
  }
}
