@charset "utf-8";
/* CSS Document */
.videowrap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;   /* 見本と同じ横長 */
  border-radius: 16px;
  overflow: hidden;
  background: #bfbfbf;
    max-width: 900px;
      margin-left: auto;
        margin-right: auto;
}
.newspage_d .webgene-blog .webgene-item .contents iframe {
  position: relative;
  width: 100%;
    height: auto;
  aspect-ratio: 16 / 9;   /* 見本と同じ横長 */
  border-radius: 16px;
  overflow: hidden;
  margin: 50px 0;
}
/* iframeをピッタリ収める */
.videowrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.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;
}
/* 日付＋カテゴリ */
.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; /* 文字を中央に */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04); /* うっすら縁（任意） */
}
@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;
    }
  }

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

