.content01__list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 30px;
  gap: 30px;
  width: 100%;
  max-width: 320px;
}

@media (min-width: 724px) {
  .content01__list {
    width: 670px;
    max-width: 670px;
  }
}

.content01__list > li {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.5s, opacity 0.5s;
  width: 100%;
  max-width: 320px;
}

.content01__list > li > img {
}

.content01__list__txt {
  line-height: 1.5;
  margin-top: 10px;
}

.coin__img {
  padding-top: 40px;
}

.result__pagination-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 60px;
}

.result__pagination-link {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #ffffff;
  font-weight: 500;
  text-decoration: none;
  color: #707070;
  transition: all 0.15s linear;
  border: #707070 1px solid;
  border-radius: 3px;
}

.result__pagination-link-icon {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
}

.result__pagination-link.is-active {
  background-color: #707070;
  color: #fff;
  pointer-events: none;
  border: #707070;
}

.result__pagination-link:not(.is-active):hover {
  background-color: #707070;
  color: #ffffff;
}

.result__pagination-box > * + * {
  margin-left: 10px;
}

.result__pagination-list {
}

.result__pagination-list__dot {
  color: #707070;
}

.no-post {
  margin: 200px 5%;
  text-align: center;
}

.achievements_img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 600/450;
}

.achievements_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform: translateY(-50%) translateX(-50%);
}

.content__wrapper .wp-pagenavi {
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
}

.content__wrapper .wp-pagenavi span.current {
  background-color: #707070;
  color: #fff;
}

.content__wrapper .wp-pagenavi a,
.content__wrapper .wp-pagenavi span.current {
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 3px;
  padding-bottom: 5px;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.content__wrapper .wp-pagenavi a {
  color: #707070;
  background-color: #fff;
  border: solid 1px #707070;
}

.content__wrapper .wp-pagenavi a.previouspostslink {
  background-color: inherit;
  text-indent: -99999px;
  background: url(/wp-content/themes/shigehirogumi/img/arrow-left.svg) 0 0
    no-repeat;
  background-size: 15px auto;
  background-position: center center;
  border: none;
  background-color: inherit;
}

.content__wrapper .wp-pagenavi a.nextpostslink {
  background-color: inherit;
  text-indent: -99999px;
  background: url(/wp-content/themes/shigehirogumi/img/arrow-right.svg) 0 0
    no-repeat;
  background-size: 15px auto;
  background-position: center center;
  border: none;
  background-color: inherit;
}

@media (min-width: 768px) {
  .content__wrapper {
    max-width: none;
  }

  .content01__list {
    display: flex;
    margin: 87px auto 60px;
    flex-wrap: wrap;
    max-width: 1520px;
    column-gap: min(100px, 5.2vw);
    row-gap: min(80px, 4.2vw);
    width: 100%;
    justify-content: center;
    counter-reset: flex-items;
    /* max-width: none; */
  }

  .content01__list::after {
    content: "";
    width: min(440px, 41.67vw);
    max-width: 440px;
  }

  .content01__list > li {
    width: min(440px, 41.67vw);
    max-width: 440px;
    counter-increment: flex-items;
  }

  .content01__list > li:nth-child(odd):last-child ~ .content01__list::after {
    display: block;
  }

  .content01__list > li:last-child:nth-child(even) ~ .content01__list::after {
    display: none;
  }

  .coin__img {
    padding-top: 40px;
  }

  .result__pagination-box {
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 80px;
  }
}

@media (min-width: 1080px) {
  .content__wrapper {
    max-width: none;
    padding: 0 47px;
  }
}
