@charset "UTF-8";
/* ==========================================================================//
//
// information
//
// ========================================================================== */
/* カテゴリー
---------------------------------------------------------- */
.category {
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  .category {
    margin-bottom: 70px;
  }
}
.category_ttl {
  color: #646C7E;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .category_ttl {
    font-size: 15px;
  }
}
.category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 20px;
}
.category_item {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.1em;
  font-size: 13px;
}
@media all and (min-width: 751px) {
  .category_item {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .category_item a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .category_item a:hover {
    color: #DE6C2F;
  }
}
.category_item.current a {
  position: relative;
}
.category_item.current a::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2C2F36;
}

/* 記事一覧
---------------------------------------------------------- */
.post_item {
  border-bottom: 1px solid #e7e9ed;
}
.post_item:first-child {
  border-top: 1px solid #e7e9ed;
}
.post_item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 10px 1fr;
  grid-template-rows: auto 1fr;
  gap: 10px 20px;
  padding: 28px 0;
}
.post_item a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.post_item a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.post_item a > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.post_item a > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media all and (min-width: 751px) {
  .post_item a {
    -ms-grid-columns: auto 40px 114px 40px 1fr;
    grid-template-columns: auto 114px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 36px 0;
  }
  .post_item a > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .post_item a > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .post_item a > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (hover: hover) {
  .post_item a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .post_item a:hover {
    background-color: #F4F4F4;
  }
}
.post_item .date {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.1em;
  font-size: 11px;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  .post_item .date {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.post_item .cat {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.1em;
  color: #646C7E;
  font-size: 11px;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  .post_item .cat {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.post_item .ttl {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .post_item .ttl {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 15px;
    letter-spacing: 0.075em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }
}

/* ページネーション
---------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .wp-pagenavi {
    gap: 20px;
    margin-top: 90px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  width: 28px;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}
.wp-pagenavi .current {
  color: #646C7E;
  border-bottom: 1px solid #2C2F36;
}
.wp-pagenavi .page {
  display: block;
}
@media (hover: hover) {
  .wp-pagenavi .page {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .wp-pagenavi .page:hover {
    color: #DE6C2F;
  }
}