.section {
  padding: 10rem 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;

  .c-heading__area,
  .c-heading__content {
    margin-top: 0;
    padding: 0;
  }

  .heading__area {
    margin-bottom: 8rem;
  }

  &.section--bg-01 {
    background: url(https://bijinrakan.jp/wp-content/themes/bijin-theme/assets/images/back/back-01.png)
      no-repeat top center;
    background-size: cover;
  }

  &.section--bg-02 {
    background: url(https://bijinrakan.jp/wp-content/themes/bijin-theme/assets/images/back/back-02.png)
      no-repeat top center;
    background-size: cover;
  }

  &.section--bg-03 {
    background: url(https://bijinrakan.jp/wp-content/themes/bijin-theme/assets/images/back/back-03.png)
      no-repeat top center;
    background-size: cover;
  }
}

.section__footer {
  margin: 10rem 0 0;
}

.archive-list {
  @media (max-width: 767px) {
    flex-direction: column;
    justify-content: center;
  }
  &.archive-list--center {
    display: flex;
    justify-content: center;
  }
}
