/*------------------------
  archive
------------------------*/
.article__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.375rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .article__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .article__list {
    grid-template-columns: 1fr;
  }
}
.article__item {
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.article__item a:hover .article__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.article__item a:hover .article__ttl {
  color: #0268B7;
}
.article__img {
  aspect-ratio: 32/18;
  overflow: hidden;
}
.article__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.article__txt {
  position: relative;
}
.article__ttl {
  margin: 1.25rem 1.25rem 1.875rem;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.8;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .article__ttl {
    font-size: 1.125rem;
    margin: 0.625rem 1.25rem 1.25rem;
    line-height: 1.55;
  }
}
.article__date {
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #0268B7;
  line-height: 1.625rem;
  padding: 0 1.5625rem 0 1.25rem;
  top: -1.5625rem;
  left: 0;
}
.article__date span {
  position: relative;
}
.article__date::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.article__detail {
  margin: auto 1.25rem 1.5625rem;
}
.article__detail .tag {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .article__detail .tag {
    margin-top: 0.3125rem;
  }
}

ul.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
ul.cat li {
  background-color: #00243D;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0 0.9375rem;
  color: #FFF;
}
ul.cat.has-link li {
  background-color: transparent;
  padding: 0;
}
ul.cat.has-link li a {
  display: block;
  background-color: #00243D;
  border: 1px solid #00243D;
  padding: 0 0.9375rem;
  color: #FFF;
}
ul.cat.has-link li a:hover {
  background-color: #FFF;
  color: #00243D;
}

ul.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
ul.tag li {
  font-size: 0.8125rem;
  color: #7D8A90;
  white-space: nowrap;
}
ul.tag li::before {
  content: "#";
  display: inline-block;
}
ul.tag.has-link li a {
  color: #7D8A90;
}
ul.tag.has-link li a:hover {
  color: #00243D;
}

/*------------------------
  meta
------------------------*/
.meta__wrap {
  background-color: #FFF;
  padding: 5rem 0 5.625rem;
}
@media screen and (max-width: 768px) {
  .meta__wrap {
    padding: 3.125rem 0 3.75rem;
  }
}
.meta__wrap .content__ttl {
  padding-top: 1.75rem;
  border-top: 0.125rem solid #D9DFE2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .meta__wrap .content__ttl {
    padding-top: 1.25rem;
  }
}
.meta__wrap .content__ttl::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.125rem;
  height: 0.125rem;
  background-color: #0268B7;
  top: -0.125rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .meta__wrap .content__ttl::after {
    width: 5rem;
  }
}
.meta__wrap .l-wrapper > .content__ttl:nth-child(1) {
  margin-bottom: 0.625rem;
}
.meta-cat__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 2.8125rem;
}
@media screen and (max-width: 768px) {
  .meta-cat__wrap {
    gap: 0 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .meta-cat__wrap {
    grid-template-columns: 1fr;
  }
}
.meta-cat__wrap + .content__ttl {
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .meta-cat__wrap + .content__ttl {
    margin-top: 3.75rem;
  }
}
.meta-cat__item a {
  display: block;
  position: relative;
  padding: 0.9375rem 1.875rem 0.9375rem 0;
  border-bottom: 1px solid #D9DFE2;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .meta-cat__item a {
    padding: 1.25rem 1.875rem 0.9375rem 0;
  }
}
.meta-cat__item a:hover {
  color: #0268B7;
}
.meta-cat__item a:hover::after {
  background-color: #0268B7;
}
.meta-cat__item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.9375rem;
  height: 100%;
  display: inline-block;
  background-color: #1C1C1C;
  -webkit-mask: url("../images/common/arrow_double.svg") no-repeat center/100% auto;
          mask: url("../images/common/arrow_double.svg") no-repeat center/100% auto;
}
@media screen and (max-width: 768px) {
  .meta-cat__item a::after {
    width: 0.8125rem;
  }
}
.meta-tag__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.meta-tag__item a {
  border: 1px solid #D9DFE2;
  font-size: 0.9375rem;
  font-weight: 500;
  background-color: #FFF;
  display: block;
  padding: 0.9375rem 1.25rem;
}
.meta-tag__item a::before {
  content: "#";
  display: inline-block;
}
.meta-tag__item a:hover {
  background-color: #D9DFE2;
}

/*------------------------
  page title
------------------------*/
.archive__ttl__wrap {
  margin: 1.25rem 0 4.0625rem;
}
@media screen and (max-width: 768px) {
  .archive__ttl__wrap {
    margin: 0 0 3.125rem;
  }
}
.archive__ttl__wrap .l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .archive__ttl__wrap .l-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.archive__ttl {
  padding: 0.625rem 4.375rem 0.625rem 0;
  border-right: 1px solid #D9DFE2;
}
@media screen and (max-width: 768px) {
  .archive__ttl {
    padding: 0 0 1.5625rem;
    border-right: none;
  }
}
.archive__ttl span {
  display: block;
  white-space: nowrap;
}
.archive__ttl .lg {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .archive__ttl .lg {
    font-size: 1.75rem;
  }
}
.archive__ttl .sub {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .archive__ttl .sub {
    font-size: 0.8125rem;
  }
}
.archive__desc {
  padding-left: 4.375rem;
}
@media screen and (max-width: 768px) {
  .archive__desc {
    padding: 1.5625rem 0 0;
    border-top: 1px solid #D9DFE2;
  }
}
.archive__desc p {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .archive__desc p {
    font-size: 0.8125rem;
  }
}

/*------------------------
  pagination
------------------------*/
.pagination {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 3.125rem 0 0.625rem;
  }
}
.pagination .wp-pagenavi {
  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;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.pagination a, .pagination span {
  display: block;
  padding: 0.625rem 0.5rem 0.9375rem;
  font-family: "Inter", sans-serif;
  color: #A0A6AA;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 768px) {
  .pagination a, .pagination span {
    padding: 0.625rem 0.75rem 0.9375rem;
  }
}
.pagination .current,
.pagination a:hover {
  color: #1C1C1C;
  border-bottom-color: #1C1C1C;
}
.pagination a.previouspostslink, .pagination a.nextpostslink {
  position: relative;
  font-size: 0;
}
.pagination a.previouspostslink:hover, .pagination a.nextpostslink:hover {
  border-bottom-color: transparent;
}
.pagination a.previouspostslink:hover::before, .pagination a.previouspostslink:hover::after, .pagination a.nextpostslink:hover::before, .pagination a.nextpostslink:hover::after {
  background-color: #1C1C1C;
}
.pagination a.previouspostslink::before, .pagination a.nextpostslink::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #A0A6AA;
  -webkit-mask: url(../images/common/arrow_double.svg) no-repeat center/100% auto;
          mask: url(../images/common/arrow_double.svg) no-repeat center/100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pagination a.previouspostslink {
  margin-right: 0.625rem;
}
.pagination a.previouspostslink::before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.pagination a.nextpostslink {
  margin-left: 0.625rem;
}/*# sourceMappingURL=archive.css.map */