@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700");
@media (min-width: 768px) {
  .post-type-archive-news .c-pageHeader_title,
  .tax-news-ct .c-pageHeader_title {
    position: fixed;
    z-index: 1;
    width: 100%;
    max-width: 350px;
  }
  .post-type-archive-news .c-pageHeader_title .last,
  .tax-news-ct .c-pageHeader_title .last {
    top: 5px;
  }
}
.post-type-archive-news .l-col.-left,
.tax-news-ct .l-col.-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
  bottom: 100px;
}
@media (max-width: 767px) {
  .post-type-archive-news .l-col.-left,
  .tax-news-ct .l-col.-left {
    position: fixed;
    top: inherit;
    left: var(--sidePadding);
    right: var(--sidePadding);
    bottom: 17.4358974359vw;
    z-index: 2;
  }
}
.post-type-archive-news.footer-in .l-col.-left,
.tax-news-ct.footer-in .l-col.-left {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
@media (max-width: 767px) {
  .post-type-archive-news.footer-in .l-col.-left,
  .tax-news-ct.footer-in .l-col.-left {
    -webkit-transform: translateY(-12.0512820513vw);
            transform: translateY(-12.0512820513vw);
  }
}
.post-type-archive-news .news_categories,
.tax-news-ct .news_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em;
  margin-bottom: 20px;
}
.post-type-archive-news .news_categories li a,
.tax-news-ct .news_categories li a {
  display: inline-block;
  padding: 0 0.1em;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}
.post-type-archive-news .news_categories li.current a,
.tax-news-ct .news_categories li.current a {
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .post-type-archive-news .news_categories,
  .tax-news-ct .news_categories {
    margin-bottom: 5.1282051282vw;
  }
  .post-type-archive-news .news_categories li a,
  .tax-news-ct .news_categories li a {
    font-size: 3.5897435897vw;
  }
}
.post-type-archive-news .news_searchForm_input,
.tax-news-ct .news_searchForm_input {
  display: block;
  width: 100%;
  max-width: 350px;
  border-bottom: solid 1px #000;
  font-weight: 500;
}
.post-type-archive-news .news_searchForm_input::-webkit-input-placeholder, .tax-news-ct .news_searchForm_input::-webkit-input-placeholder {
  color: #d9d9d9;
}
.post-type-archive-news .news_searchForm_input::-moz-placeholder, .tax-news-ct .news_searchForm_input::-moz-placeholder {
  color: #d9d9d9;
}
.post-type-archive-news .news_searchForm_input:-ms-input-placeholder, .tax-news-ct .news_searchForm_input:-ms-input-placeholder {
  color: #d9d9d9;
}
.post-type-archive-news .news_searchForm_input::-ms-input-placeholder, .tax-news-ct .news_searchForm_input::-ms-input-placeholder {
  color: #d9d9d9;
}
.post-type-archive-news .news_searchForm_input::placeholder,
.tax-news-ct .news_searchForm_input::placeholder {
  color: #d9d9d9;
}
@media (max-width: 767px) {
  .post-type-archive-news .news_searchForm_input,
  .tax-news-ct .news_searchForm_input {
    max-width: 100%;
  }
}
.post-type-archive-news .news_article,
.tax-news-ct .news_article {
  padding-top: 76px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .post-type-archive-news .news_article,
  .tax-news-ct .news_article {
    padding-bottom: 3.8461538462vw;
  }
}
.post-type-archive-news .news_article:nth-of-type(n+2),
.tax-news-ct .news_article:nth-of-type(n+2) {
  padding-top: 15px;
  border-top: solid 1px #d9d9d9;
}
@media (max-width: 767px) {
  .post-type-archive-news .news_article:nth-of-type(n+2),
  .tax-news-ct .news_article:nth-of-type(n+2) {
    padding-top: 3.8461538462vw;
  }
}
.post-type-archive-news .news_article_title,
.tax-news-ct .news_article_title {
  display: grid;
  grid-template-columns: 5px 1fr;
  gap: 6px;
  font-size: 18px;
  font-family: "helvetica-neue-lt-pro", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.post-type-archive-news .news_article_title::before,
.tax-news-ct .news_article_title::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: translateY(0.8em);
          transform: translateY(0.8em);
}
@media (max-width: 767px) {
  .post-type-archive-news .news_article_title,
  .tax-news-ct .news_article_title {
    grid-template-columns: 1.2820512821vw 1fr;
    gap: 1.5384615385vw;
    font-size: 4.1025641026vw;
  }
}
.post-type-archive-news .news_article_meta,
.tax-news-ct .news_article_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 3px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 767px) {
  .post-type-archive-news .news_article_meta,
  .tax-news-ct .news_article_meta {
    gap: 0.6em;
    margin-bottom: 0.7692307692vw;
    font-size: 3.0769230769vw;
  }
}
.post-type-archive-news .news_article_excerpt,
.tax-news-ct .news_article_excerpt {
  display: -webkit-box;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
}
@media (max-width: 767px) {
  .post-type-archive-news .news_article_excerpt,
  .tax-news-ct .news_article_excerpt {
    margin-bottom: 1.2820512821vw;
    font-size: 3.0769230769vw;
  }
}
.post-type-archive-news .news_article_thumbnail,
.tax-news-ct .news_article_thumbnail {
  margin-top: 3px;
}
.post-type-archive-news .news_article_thumbnail img,
.tax-news-ct .news_article_thumbnail img {
  max-width: 294px;
}
@media (max-width: 767px) {
  .post-type-archive-news .news_article_thumbnail,
  .tax-news-ct .news_article_thumbnail {
    max-width: 75.3846153846vw;
  }
}
.post-type-archive-news .news_notfound,
.tax-news-ct .news_notfound {
  display: grid;
  place-content: center;
  height: calc(100vh - 200px);
}

.single-news .c-pageHeader_title .last {
  -webkit-transform: translateX(-0.5px);
          transform: translateX(-0.5px);
}
@media (max-width: 767px) {
  .single-news .c-pageHeader_title .anm {
    top: 1.0256410256vw;
  }
  .single-news .c-pageHeader_title .last {
    -webkit-transform: translateX(-0.0512820513vw);
            transform: translateX(-0.0512820513vw);
  }
}
.single-news .newsPost {
  padding-top: 120px;
}
.single-news .newsPost_title {
  margin-bottom: 8px;
}
.single-news .newsPost_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 64px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 500;
}
.single-news .newsPost_thumbnail {
  margin-bottom: 2em;
}
.single-news .newsPost_content {
  margin-left: 364px;
  font-weight: 500;
}
.single-news .newsPost_content > * {
  margin-bottom: 2em;
}
.single-news .newsPost_content .wp-block-image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .single-news .newsPost {
    padding-top: 0;
  }
  .single-news .newsPost_title {
    margin-bottom: 2.0512820513vw;
  }
  .single-news .newsPost_meta {
    margin-bottom: 6.1538461538vw;
    font-size: 3.0769230769vw;
  }
  .single-news .newsPost_content {
    margin-left: 0;
  }
}