main {
  max-width: 532px;
  margin: 40px auto 0;
  padding: 0 16px 0;
}

/* アーカイブページ */
/* -------------------------------------- */
.archive-content {
  margin-top: 40px;
}

/* タイトル */
.archive-title p {
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
}

/* カード */
.archive-card {
  display: block;
  cursor: pointer;
  transition: opacity .3s;
  position: relative;
  padding: 16px 8px 0;
}

.image-frame {
  position: absolute;
  top: 0;
  left: 0;
}

.archive-card:hover {
  opacity: .7;
}

.archive-card img {
  width: 100%;
  display: block;
}

.archive-card + .archive-card {
  margin-top: 40px
}

.archive-description h2 {
  margin-top: 8px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
}

.archive-description-sub {
  margin-top: 4px;
  display: flex;
  gap: 6px;
  align-items: center;
  letter-spacing: 0.04em;
  color: #787880;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
}

.archive-description-labels {
  margin-top: 8px;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}

.archive-description-labels div {
  border: 1px solid #FFA620;
  padding: 6px;
}

.archive-description-labels div > p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #FFA620;
}

/* ページネーション */
/* ---------------------------------- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.page-numbers {
  border: 1px solid #2E2E2E;
  padding: 10px 0px;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #2E2E2E;
  transition: opacity .3s;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.page-numbers:hover {
  opacity: .7;
}

.current {
  background: #F9BF11;
  color: #ffffff;
  border: 1px solid #F9BF11;
}

.current:hover {
  opacity: 1;
}

.next,
.prev {
  display: none;
}

.dots {
  border: none;
}

/* ボタン */
/* ---------------------------------- */
main .site-btn {
  height: 56px;
  margin-top: 32px;
}

/* 社員の声 */
/* ---------------------------------- */
.shain-voice {
  position: relative;
  background: #f6f6f6;
  width: 100vw;
  margin: 60px calc(50% - 50vw) 0;
  padding: 60px 0 80px;
}

.content-voice-button {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1024px) {
  main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 96px 92px 0;
  }

  /* アーカイブページ */
  /* -------------------------------------- */
  .archive {
    max-width: 1136px;
    margin: 0 auto;
    display: flex;
    gap: 60px 44px;
    flex-wrap: wrap;
    align-items: center;
  }

  .archive-content {
    margin-top: 0;
    width: calc((100% - 88px) / 3);
    height: 345px;
  }

  /* カード */
  .archive-card {
    padding: 18px 8px 0;
    width: 100%;
  }

  .archive-card + .archive-card {
    margin-top: 0;
  }

  /* ページネーション */
  /* ---------------------------------- */
  .pagination {
    margin: 64px auto 0;
  }

  /* ボタン */
  /* ---------------------------------- */
  main .site-btn {
    margin: 40px auto 0;
  }

  /* 社員の声 */
  /* ---------------------------------- */
  .shain-voice {
    width: 100vw;
    margin: 120px calc(50% - 50vw) 0;
    padding: 60px 0 96px;
  }

  .main-bg-left {
    position: absolute;
    left: 0;
  }

  .main-bg-left--1 {
    left: 0;
    top: 0
  }

  .main-bg-right {
    position: absolute;
    right: 0;
  }

  .main-bg-right--6 {
    top: 10%;
    width: 230px;
    height: 434px;
  }
}
