@charset "UTF-8";
.news-sec__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 965px;
  width: 100%;
}
.news-sec__inner .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .news-sec__inner .webgene-blog {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .news-sec__inner .webgene-blog {
    gap: 20px;
    margin-top: 60px;
  }
}
.news-sec .webgene-item a {
  align-items: center;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .news-sec .webgene-item a {
    gap: 25px;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .webgene-item a {
    gap: 10px;
  }
}
.news-sec .webgene-item a .img {
  aspect-ratio: 1/1;
  flex-shrink: 0;
  overflow: hidden;
  width: 18.65%;
}
@media screen and (max-width: 576px) {
  .news-sec .webgene-item a .img {
    width: 25.45%;
  }
}
.news-sec .webgene-item a .img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.news-sec .webgene-item a .blogItemBox {
  flex-grow: 1;
}
.news-sec .webgene-item a .blogItemBox__flex {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .news-sec .webgene-item a .blogItemBox__flex {
    gap: 20px;
  }
}
.news-sec .webgene-item a .date {
  color: #808080;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .news-sec .webgene-item a .date {
    font-style: 14px;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .webgene-item a .date {
    font-size: 11px;
  }
}
.news-sec .webgene-item a .cat {
  color: #333333;
  font-size: 18px;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .news-sec .webgene-item a .cat {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .webgene-item a .cat {
    font-size: 12px;
  }
}
.news-sec .webgene-item a .blogItemTitle {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .news-sec .webgene-item a .blogItemTitle {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .webgene-item a .blogItemTitle {
    font-size: 14px;
    margin-top: 5px;
  }
}

/*----------------------------------------------------------
記事ページ
------------------------------------------------------------*/
.news-detail .webgene-item {
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .news-detail {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .news-detail {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .news-detail {
    width: 100%;
  }
}
.news-detail .common-btn {
  margin-top: 120px;
}
@media screen and (max-width: 1080px) {
  .news-detail .common-btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .common-btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .common-btn {
    margin-top: 60px;
  }
}
.news-detail .item {
  overflow: hidden;
}
.news-detail img {
  display: block;
  overflow: hidden;
}
.news-detail .txt-box {
  font-size: 20px;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 40px;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .news-detail .txt-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .txt-box {
    font-size: 14px;
    margin-top: 20px;
  }
}
.news-detail .txt-box img {
  display: block;
  margin-inline: auto;
  max-width: 60% !important;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box img {
    max-width: 75% !important;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .txt-box img {
    max-width: 90% !important;
  }
}

.news-detail-flex__ttls {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news-detail-flex__ttls {
    gap: 20px;
    margin-top: 15px;
  }
}
.news-detail-flex__ttls .date {
  color: #808080;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-detail-flex__ttls .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail-flex__ttls .date {
    font-size: 14px;
  }
}

.news-detail .contents .webgene-blog .webgene-item .cate-txt {
  flex-shrink: 0;
  padding: 0px 21px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .news-detail .contents .webgene-blog .webgene-item .cate-txt {
    padding: 0px 15px;
  }
}

.cate-txt p {
  color: #808080;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cate-txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .cate-txt p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=sourcemaps/news.css.map */