@charset "UTF-8";
/*------- color -------*/
/* layout/_header 等で使用 */
/* デメリット見出し・inheritance-mdbox --demerit 等 */
/*------- mixin -------*/
.blog-archive__list {
  list-style: none;
}
.blog-archive__list__item {
  border-top: 1px solid #e0e0e0;
}
.blog-archive__list__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.blog-archive__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.56vw;
  padding: 1.56vw 0;
  color: inherit;
  text-decoration: none;
}
@media not all and (min-width: 782px) {
  .blog-archive__list__item__link {
    gap: 4vw;
    padding: 5.33vw 0;
  }
}
.under-page__section .blog-archive__list__item__link {
  text-decoration: none;
  color: inherit;
}
.blog-archive__list__item__thumb {
  width: 10.42vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f5f5f5;
}
@media not all and (min-width: 782px) {
  .blog-archive__list__item__thumb {
    width: 26.67vw;
  }
}
.blog-archive__list__item__thumb__img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive__list__item__thumb__img.--noimg {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1.04vw;
  background-color: #fff;
}
@media not all and (min-width: 782px) {
  .blog-archive__list__item__thumb__img.--noimg {
    padding: 2.67vw;
  }
}
.blog-archive__list__item__body {
  width: 100%;
}
.blog-archive__list__item__body__date {
  display: block;
  font-size: 0.73vw;
  line-height: 1.5;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .blog-archive__list__item__body__date {
    font-size: 3.2vw;
  }
}
.blog-archive__list__item__body__title {
  margin-top: 0.42vw;
  font-size: 1.04vw;
  line-height: 1.6;
  font-weight: 700;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .blog-archive__list__item__body__title {
    margin-top: 1.6vw;
    font-size: 4.27vw;
  }
}
.blog-archive__list__item__body__excerpt {
  margin-top: 0.63vw;
  font-size: 0.83vw;
  line-height: 1.75;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .blog-archive__list__item__body__excerpt {
    margin-top: 2.13vw;
    font-size: 3.73vw;
  }
}
.blog-archive__empty {
  margin-top: 2.6vw;
  font-size: 0.83vw;
  line-height: 1.75;
  text-align: center;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .blog-archive__empty {
    margin-top: 8vw;
    font-size: 3.73vw;
  }
}
.blog-archive__pagenavi {
  margin-top: 2.6vw;
}
@media not all and (min-width: 782px) {
  .blog-archive__pagenavi {
    margin-top: 8vw;
  }
}
.blog-archive__pagenavi .wp-pagenavi {
  gap: 0.42vw;
}
@media not all and (min-width: 782px) {
  .blog-archive__pagenavi .wp-pagenavi {
    gap: 1.6vw;
  }
}
.blog-archive__pagenavi .wp-pagenavi a,
.blog-archive__pagenavi .wp-pagenavi span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.08vw;
  min-height: 2.08vw;
  padding: 0 0.42vw;
  border: 1px solid #d0d0d0;
  font-size: 0.73vw;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .blog-archive__pagenavi .wp-pagenavi a,
  .blog-archive__pagenavi .wp-pagenavi span {
    min-width: 8.53vw;
    min-height: 8.53vw;
    font-size: 3.2vw;
  }
}
.blog-archive__pagenavi .wp-pagenavi span.current {
  border-color: #008c32;
  background-color: #008c32;
  color: #fff;
}
.blog-archive__pagenavi .wp-pagenavi a:hover {
  border-color: #008c32;
  color: #008c32;
}
/*# sourceMappingURL=blog.css.map */