@charset "utf-8";
@media screen and (max-width: 576px) {
  .fv_side_text {
display: none;
  }
}

.news_g .cate-wrap {
  width: min(100%, 1280px);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(30px, 4.5vw, 48px) clamp(26px, 5vw, 70px);
  background: #C1CDD5;
  border-radius: 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(32px, 5vw, 62px);
}

.news_g .cate-wrap .cate-wrap__title {
  flex: 0 0 auto;
  padding-right: clamp(30px, 5vw, 58px);
  border-right: 1px dashed #333;
  box-sizing: border-box;
}

.news_g .cate-wrap .cate-wrap__title .en_title2 {
  color: #333;
  font-family: "Cormorant Infant", sans-serif;
  line-height: 1;
  letter-spacing: .22em;
  white-space: nowrap;
}

.news_g .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: flex-start;
  align-items: center;
  flex-direction: row;
  gap: clamp(10px, 1.4vw, 20px);
  position: relative;
  padding-left: 0;
  min-width: 0;
}

.news_g .cate-wrap .webgene-blog .webgene-item a {
  min-width: clamp(104px, 10vw, 132px);
  border: 1px solid #333;
  padding: 5px 18px;
  border-radius: 100px;
  font-weight: 500;
  background: transparent;
  box-sizing: border-box;
  justify-content: center;
  transition: background-color .3s ease, border-color .3s ease, opacity .3s ease;
}

.news_g .cate-wrap .webgene-blog .webgene-item a.on,
.news_g .cate-wrap .webgene-blog .webgene-item a:hover {
  background-color: #333;
  border-color: #333;
}

.news_g .cate-wrap .webgene-blog .webgene-item a.on p,
.news_g .cate-wrap .webgene-blog .webgene-item a:hover p {
  color: #fff;
}

.news_g .cate-wrap .webgene-blog .webgene-item a p {
  color: #222;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

/* ---------- 768px ---------- */
@media screen and (max-width: 768px) {
  .news_g .cate-wrap {
    flex-direction: column;
    gap: 24px;
    padding: 32px 24px;
  }

  .news_g .cate-wrap .cate-wrap__title {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: none;
    border-bottom: 1px dashed #333;
  }

  .news_g .cate-wrap .webgene-blog {
    justify-content: center;
  }
}

/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .news_g .cate-wrap .webgene-blog {
    gap: 10px;
  }

  .news_g .cate-wrap .webgene-blog .webgene-item a {
    min-width: auto;
    padding: 4px 14px;
  }
}
.news_g .webgene-pagination {
  width: 100%;
  padding-top: 50px;
}

.news_g .webgene-pagination ul {
  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: 30px;
}

.news_g .webgene-pagination ul a {
  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;
  color: #333;
  text-align: center;
  letter-spacing: 0;
  background-color: transparent;
  width: 46px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 22px;
  font-weight: 500;
  border: 1px solid #333;
}

.news_g .webgene-pagination ul a:hover {}

.news_g .webgene-pagination ul .selected a {
  pointer-events: none;
  background-color: #333;
  border-color: #333;
  border: none;
  color: #fff;
}

.news_g.news_list .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: flex-start;
  flex-direction: row;
  gap: 50px 40px;
}

.news_g.news_list .contents .webgene-blog .webgene-item {
  position: relative;
  width: calc((100% - 40px * 3) / 4);
  box-sizing: border-box;
}

.news_g.news_list .contents .webgene-blog .webgene-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #333;
}

.news_g.news_list .contents .webgene-blog .webgene-item:nth-child(4n)::after {
  content: none;
}

.news_g.news_list .contents .webgene-blog .webgene-item .imgbox {
  border-radius: 0;
  margin-bottom: 18px;
}

.news_g.news_list .contents .webgene-blog .webgene-item .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_g .webgene-blog .webgene-item .date {
  font-family: "Cormorant Infant", sans-serif;
  line-height: 1;
  font-size: 15px;
  color: #999;
}

.news_g .webgene-blog .webgene-item .catename {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px;
  background-color: transparent !important;
  border: 1px solid #333;
  border-radius: 200px;
  color: #333 !important;
  font-size: 14px;
  line-height: 1.2;
}



/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .news_g.news_list .contents .webgene-blog {
    gap: 60px 40px;
  }

  .news_g.news_list .contents .webgene-blog .webgene-item {
    width: calc((100% - 40px * 2) / 3);
  }

  .news_g.news_list .contents .webgene-blog .webgene-item::after {
    right: -20px;
  }

  .news_g.news_list .contents .webgene-blog .webgene-item:nth-child(4n)::after {
    content: "";
  }

  .news_g.news_list .contents .webgene-blog .webgene-item:nth-child(3n)::after {
    content: none;
  }
}

/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}

/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {

  .news_g.news_list .contents .webgene-blog {
    gap: 60px 50px;
  }

  .news_g.news_list .contents .webgene-blog .webgene-item {
    width: calc((100% - 50px) / 2);
  }

  .news_g.news_list .contents .webgene-blog .webgene-item::after {
    right: -25px;
  }

  .news_g.news_list .contents .webgene-blog .webgene-item:nth-child(3n)::after,
  .news_g.news_list .contents .webgene-blog .webgene-item:nth-child(4n)::after {
    content: "";
  }

  .news_g.news_list .contents .webgene-blog .webgene-item:nth-child(2n)::after {
    content: none;
  }
}

/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .news_g .webgene-pagination {
    padding-top: 0;
  }

  .news_g .webgene-pagination ul {
    gap: 20px;
  }

  .news_g .webgene-pagination ul a {
    width: 36px;
    font-size: 18px;
  }


  .news_g.news_list .contents .webgene-blog {
    width: 90%;
    margin: 0 auto;
    gap: 40px;
  }

  .news_g.news_list .contents .webgene-blog .webgene-item {
    width: 100%;
  }

  .news_g.news_list .contents .webgene-blog .webgene-item::after,
  .news_g.news_list .contents .webgene-blog .webgene-item:nth-child(2n)::after,
  .news_g.news_list .contents .webgene-blog .webgene-item:nth-child(3n)::after,
  .news_g.news_list .contents .webgene-blog .webgene-item:nth-child(4n)::after {
    content: none;
  }
}

.newspage_a .webgene-blog .webgene-item .catename {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px;
  background-color: transparent;
  border: 1px solid #222;
  border-radius: 999px;
  color: #222;
  line-height: 1.2;
  box-sizing: border-box;
}

/* ---------- 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){
}

