@charset "UTF-8";
.column2025 .responsivebox {
  max-width: 920px;
}

.column2025haeding {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  margin-top: 1em;
}
@media screen and (max-width: 1039px) {
  .column2025haeding {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .column2025haeding {
    font-size: 5.4vw;
  }
}

.column2025cate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 8px 13px;
  margin: 2em auto 1em;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .column2025cate ul {
    margin-top: 1.5em;
    max-width: 90%;
  }
}
.column2025cate ul .cat-item {
  display: grid;
}
.column2025cate ul .cat-item a {
  font-size: 1.4rem;
  /* font-size: 0.875rem; */
  color: #333;
  text-decoration: none;
  background: #dedede;
  padding: 3px 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column2025cate ul .cat-item a {
    font-size: 3.8vw;
  }
}
.column2025cate ul .cat-item a::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background: #dedede;
  clip-path: polygon(0% 0%, 5% 0, 60% 50%, 5% 100%, 0% 100%);
}
.column2025cate ul .cat-item a:hover {
  background: #bbb;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .column2025cate ul .cat-item a:hover {
    opacity: 1;
    background: #dedede;
  }
}

.column2025tag-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 8px;
  margin: 2em auto 1em;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .column2025tag-lst {
    margin-top: 1.5em;
    max-width: 90%;
  }
}
.column2025tag-lst-itm a {
  font-size: 1.4rem;
  /* font-size: 0.875rem; */
  color: #333;
  text-decoration: none;
  background: #dedede;
  border-radius: 10px;
  padding: 3px 8px;
  border: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
  .column2025tag-lst-itm a {
    font-size: 3.8vw;
  }
}
.column2025tag-lst-itm a:hover {
  background: #bbb;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .column2025tag-lst-itm a:hover {
    opacity: 1;
    background: #dedede;
  }
}

.column2025post {
  margin-top: 3em;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .column2025post {
    margin-top: 2em;
    max-width: 90% !important;
    width: auto;
    margin-inline: auto;
  }
}
.column2025post-lst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
@media screen and (max-width: 768px) {
  .column2025post-lst {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 4vw;
  }
}
.column2025post-lst-crd {
  background: #dfdfdf;
}
.column2025post-lst-crd img {
  width: 100%;
  max-width: 287px;
  height: auto;
  max-height: 162px;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
.column2025post-lst-crd-inf {
  background: #dfdfdf;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .column2025post-lst-crd-inf {
    padding: 0.5em;
  }
}
.column2025post-lst-crd-ttl {
  font-size: 1.6rem;
  /* font-size: 1rem; */
  height: 5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
@media screen and (max-width: 768px) {
  .column2025post-lst-crd-ttl {
    font-size: 4vw;
    height: 8rem;
  }
}
.column2025post-lst-crd-tag {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 8px;
  margin: 1em auto 1em;
  height: auto;
  min-height: 4rem;
}
@media screen and (max-width: 768px) {
  .column2025post-lst-crd-tag {
    min-height: 28vw;
  }
}
.column2025post-lst-crd-tag-itm {
  font-size: 1.4rem;
  /* font-size: 0.875rem; */
  color: #333;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  padding: 3px 8px;
  border: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
  .column2025post-lst-crd-tag-itm {
    font-size: 3.8vw;
  }
}
.column2025post-lst-crd-lnk {
  color: #d51b28;
  font-weight: 700;
  font-size: 1.6rem;
  /* font-size: 1rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .column2025post-lst-crd-lnk {
    font-size: 3.5vw;
  }
}
.column2025post-lst-crd-lnk::after {
  content: "\f054";
  padding-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 80%;
  margin-top: 2px;
}

.columnsSingle.responsivebox {
  max-width: 920px;
}

.columnsSingle-cnt {
  width: 100%;
  margin-inline: auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .columnsSingle-cnt {
    width: 90%;
  }
}
.columnsSingle-cnt h2 {
  margin-bottom: 20px;
}
.columnsSingle-cnt h2::before {
  content: "";
  display: block;
  height: 180px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -180px; /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}
.columnsSingle-cnt h3 {
  margin-bottom: 15px;
}
.columnsSingle-cnt h4 {
  margin-bottom: 10px;
}
.columnsSingle-cnt p + p {
  margin-top: 1em;
}
.columnsSingle-cnt img {
  width: 100%;
  height: auto;
}
.columnsSingle-cnt ul > li {
  list-style-type: disc;
  list-style-position: inside;
}
.columnsSingle-cnt ul > li + li {
  margin-top: 1em;
}

.pagination {
  margin: 90px auto 120px;
}
@media screen and (max-width: 1039px) {
  .pagination {
    margin: 60px auto 90px;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 8vw auto 15vw;
  }
}
.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;
  gap: 12px 24px;
}
.pagination .wp-pagenavi .page,
.pagination .wp-pagenavi .current {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
.pagination .wp-pagenavi .page:hover {
  color: #d51b28;
}
.pagination .wp-pagenavi .current {
  color: #d51b28;
}
.pagination .wp-pagenavi .previouspostslink::before,
.pagination .wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  height: 12px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
  background: #222;
}
@media screen and (max-width: 768px) {
  .pagination .wp-pagenavi .previouspostslink::before,
  .pagination .wp-pagenavi .nextpostslink::before {
    height: 3.2vw;
  }
}
.pagination .wp-pagenavi .previouspostslink:hover::before,
.pagination .wp-pagenavi .nextpostslink:hover::before {
  background: #d51b28;
}
.pagination .wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

.columns2025relpost {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2em 0;
  margin-bottom: 50px;
}
.columns2025relpost .common__heading {
  margin-bottom: 1em;
}/*# sourceMappingURL=column.css.map */