@charset "utf-8";
/* CSS Document */
.newspage_d .img-box .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.newspage_d .img-box .slide .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.newspage_d .img-box .slide .item img {
  object-fit: cover;
  border-radius: 10px;
}
.newspage_d .img-box .slide-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding-top: 15px;
}
.newspage_d .img-box .slide-navigation .item {
  width: calc(100% / 5 - 40px / 5);
  border-radius: 5px;
}
.newspage_d .webgene-blog .webgene-item .titleitem {
  justify-content: flex-start;
  gap: 10px 20px;
}
.newspage_d .webgene-blog .webgene-item .contents {
  gap: 40px;
}
.newspage_d .txtbox {}
.newspage_d .webgene-blog .webgene-item .contents .titlebox .title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.newspage_d .titlebox {
  padding: 24px 0;
}
/* タイトル：サイズは触らず、行間と字間だけ */
.newspage_d .titlebox .title {
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
/* 日付＋カテゴリ */
.newspage_d .titlebox .titleitem {
  display: flex;
  align-items: center;
  gap: 12px;
}
.newspage_d .titlebox .date {
  color: #999;
}
.newspage_d .titlebox .cate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px; /* ふっくら感の正体 */
  background-color: #fff;
  border-radius: 999px;
  line-height: 1;
  border: 1px solid #01418E;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
  color: #01418E;
}
@media screen and (max-width: 1280px) {
  .newspage_d .img-box .slide-navigation {
    gap: 10px;
    padding-top: 10px;
  }
  .newspage_d .img-box .slide-navigation .item {
    width: calc(100% / 4 - 30px / 4);
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .newspage_d .webgene-blog .webgene-item .contents {
    gap: 40px;
  }
  .newspage_d .webgene-blog .webgene-item .contents > div {
    width: 100%;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .newspage_d .webgene-blog .webgene-item .img-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .newspage_d .img-box .slide-navigation {
    gap: 10px;
  }
  .newspage_d .img-box .slide-navigation .item {
    width: calc((100% - 10px * 2) / 3);
  }
  .newspage_d .webgene-blog .webgene-item .contents {
    gap: 30px;
  }
}
.news_e .cate-wrap .webgene-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.news_e .cate-wrap .webgene-blog .webgene-item a {
  border: 2px solid #01418E;
  background: #fff;
  padding: 5px 15px;
  border-radius: 100px;
  font-weight: 500;
}
.news_e .cate-wrap .webgene-blog .webgene-item a.on {
  background-color: #01418E;
  border-color: #01418E;
}
.news_e .cate-wrap .webgene-blog .webgene-item a.on p {
  color: #fff;
}
.news_e .cate-wrap .webgene-blog .webgene-item a p {
  font-weight: 500;
  color: #01418E;
}
@media screen and (max-width: 576px) {
  .news_e .cate-wrap .webgene-blog .webgene-item a {
    padding: 3px 12px;
  }
}
/* ---------- news_e ---------- */
.news_e {
  gap: 50px;
  align-items: flex-start;
}
/*  news_list  */
.news_e .contents .webgene-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 80px 40px;
}
.news_e .contents .webgene-blog .webgene-item {
  width: calc((100% - 40px * 2) / 3);
}
.news_e .contents .webgene-blog .webgene-item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news_e .contents .webgene-blog .webgene-item .imgbox {
  border-radius: 15px;
}
.news_e .webgene-blog .webgene-item .date {
  line-height: 1;
  font-size: 15px;
}
.news_e.news_list .contents .webgene-blog .webgene-item h2 {
  line-height: 1;
}
.news_e .news_list .webgene-blog .webgene-item .catename {}
.news_e .webgene-pagination {
  width: 100%;
}
/* list */
.news_e .webgene-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
/* item */
.news_e .webgene-pagination ul .number {
  position: relative; /* 下線用 */
}
/* link */
.news_e .webgene-pagination ul a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #9A9A9A;
  text-align: center;
  background-color: transparent;
  width: 40px;
  aspect-ratio: 1 / 1;
  font-size: clamp(20px, 2.2vw, 22px);
  font-weight: 700;
  line-height: 0;
}
.news_e .webgene-pagination ul a:hover {}
/* selected text */
.news_e .webgene-pagination ul .selected a {
  pointer-events: none;
  color: #01418E;
}
/* selected underline only */
.news_e .webgene-pagination ul .number.selected::after {
  content: "";
  position: absolute;
  bottom: -6px; /* 数字から少し離す（微調整OK） */
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 2px;
  background-color: #01418E;
}
.news_e .contents.news_list .webgene-blog .webgene-item > a {
  display: block;
  text-decoration: none;
}
.news_e .contents.news_list .webgene-blog .webgene-item .imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
/* タイトル・本文を白文字に */
.news_e .contents.news_list .webgene-blog .webgene-item h2, .news_e .contents.news_list .webgene-blog .webgene-item p {
  color: #0E0E0F;
}
/* テキストの行間を見本寄せ */
.news_e .contents.news_list .webgene-blog .webgene-item h2 {
  line-height: 1.4;
}
.news_e .contents.news_list .webgene-blog .webgene-item .default_txt2 {
  line-height: 1.8;
}
/* カテゴリ（白いピルボタン） */
.news_e .contents.news_list .webgene-blog .webgene-item .catename {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 3px 16px;
  background: #fff;
  color: #01418E;
  border-radius: 999px;
  font-weight: 700;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  /* ---------- news_e ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .news_e .contents .webgene-blog {
    gap: 50px 30px;
  }
  .news_e .contents .webgene-blog .webgene-item {
    width: calc((100% - 30px) / 2);
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  /* ---------- news_e ---------- */
  .news_e {
    flex-direction: column;
  }
  .news_e .contents .webgene-blog {
    gap: 20px;
  }
  /* ---------- news_e ---------- */
  .news_e .contents .webgene-blog .webgene-item {
    width: 100%;
  }
  .news_e .contents .webgene-blog {
    gap: 30px;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}