@charset "UTF-8";

/* =====================
MV
===================== */
.mv::before {
  background-image: url('../../img/sdgs/mv.png');
}
.h2-title {
  & p[lang='en'] {
    &::before {
      background-color: #0099d9;
    }
  }
}
/* =====================
  SDGs（持続可能な開発目標）とは？
===================== */
.article[data-id='1'] {
  position: relative;
  padding-top: 120px;
  padding-bottom: 70px;
  .inner {
    .sdgs-about_wrap {
      padding-inline: 80px;
      margin-top: 48px;
      & > p {
        margin-top: 40px;
        line-height: 2;
      }
    }
  }
}

/* =====================
  アクシス・クリエイトの活動
===================== */
.article[data-id='2'] {
  padding-top: 70px;
  padding-bottom: 70px;
  .action_unit {
    padding-block: 52px 80px;
    border-bottom: 1px dashed #757587;
    & > h3 {
      font-size: 32px;
      font-weight: 600;
      line-height: 1.7;
      letter-spacing: 2.56px;
      color: #0099d9;
    }
    & > p {
      margin-top: 32px;
      line-height: 2;
    }
    & > ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
      margin-top: 64px;
      & > li {
        & picture {
          & img {
            border-radius: 24px;
          }
        }
        & h4 {
          font-weight: 600;
          line-height: 2;
          letter-spacing: 0.48px;
          text-align: center;
          margin-top: 16px;
        }
      }
    }
    &[data-id='1'] {
      padding-block: 47px 80px;
    }
  }
}

/* =====================
  取り組んでいるSDGsの目標
===================== */
.article[data-id='3'] {
  padding-top: 70px;
  padding-bottom: 96px;
  &::after {
    background-color: #fff;
  }
  .initiative_unit {
    padding-block: 80px 80px;
    padding-inline: 80px;
    background-color: #f4f6f8;
    border-radius: 48px;
    & > h3 {
      font-size: 32px;
      font-weight: 600;
      line-height: 1.7;
      letter-spacing: 2.56px;
      color: #0099d9;
    }
    .initiative_content {
      display: flex;
      gap: 80px;
      margin-top: 32px;
      & > picture {
        display: block;
        flex-shrink: 0;
        & img {
          border-radius: 24px;
        }
      }
      .initiative_p {
        display: grid;
        gap: 16px;
        & h4 {
          font-size: 22px;
          font-weight: 600;
          letter-spacing: 1.76px;
          &:not(:first-of-type) {
            margin-top: 8px;
          }
        }
        & > ul {
          padding-left: 0.6em;
          & > li {
            position: relative;
            line-height: 2;
            display: flex;
            align-items: center;
            gap: 0.5em;
            &::before {
              content: '';
              display: inline-block;
              width: 4px;
              aspect-ratio: 1/1;
              border-radius: 50rem;
              background-color: var(--black);
              flex-shrink: 0;
            }
          }
        }
      }
    }
    &[data-id='1'] {
      margin-top: 48px;
    }
    & + .initiative_unit {
      margin-top: 32px;
    }
    &[data-id='3'],
    &[data-id='4'] {
      .initiative_content {
        align-items: center;
      }
    }
  }
}
