@charset "UTF-8";
/*----------------------------------------------------------
一覧ページ
------------------------------------------------------------*/
.page-archive {
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 200px;
}
@media screen and (max-width: 1080px) {
  .page-archive {
    padding-bottom: 100px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive {
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 125px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive {
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-archive .c-ttl .ttl,
.page-archive .c-ttl .en {
  text-align: center;
}
.page-archive .archive {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .page-archive .archive {
    margin-top: 20px;
  }
}
.page-archive .archive .webgene-blog {
  border-top: 1px solid #3b5976;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .page-archive .archive .webgene-blog {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page-archive .archive .webgene-blog {
    width: 100%;
  }
}
.page-archive .archive .webgene-item a {
  align-items: center;
  border-bottom: 1px solid #3b5976;
  display: flex;
  padding-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 18px;
}
@media screen and (max-width: 576px) {
  .page-archive .archive .webgene-item a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.page-archive .archive .webgene-item a .blogItemBox {
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .page-archive .archive .webgene-item a .blogItemBox {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive .archive .webgene-item a .blogItemBox {
    gap: 13px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .archive .webgene-item a .blogItemBox {
    gap: 10px;
  }
}
.page-archive .archive .webgene-item a .blogItemBox__flex {
  align-items: stretch;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .page-archive .archive .webgene-item a .blogItemBox__flex {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .archive .webgene-item a .blogItemBox__flex {
    gap: 10px;
  }
}
.page-archive .archive .webgene-item a .date {
  color: #6a9dcd;
  flex-shrink: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .page-archive .archive .webgene-item a .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive .archive .webgene-item a .date {
    font-style: 13px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .archive .webgene-item a .date {
    font-size: 11px;
  }
}
.page-archive .archive .webgene-item a .line {
  background-color: #3b5976;
  height: auto;
  width: 1px;
}
.page-archive .archive .webgene-item a .blogItemTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-archive .archive .webgene-item a .blogItemTitle {
    -webkit-line-clamp: 3;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .archive .webgene-item a .blogItemTitle {
    font-size: 14px;
  }
}

/*----------------------------------------------------------
記事ページ
------------------------------------------------------------*/
.news-detail {
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 200px;
}
@media screen and (max-width: 1080px) {
  .news-detail {
    padding-bottom: 100px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 125px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail {
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-detail .c-ttl .ttl,
.news-detail .c-ttl .en {
  text-align: center;
}
.news-detail .contents {
  border-top: 1px solid #0198cd;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 1140px;
  padding-top: 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news-detail .contents {
    margin-top: 60px;
    padding-top: 20px;
  }
}
.news-detail .contents .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  width: 100%;
}
.news-detail .contents .webgene-pagination-detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
.news-detail .webgene-item .date {
  color: #0198cd;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .news-detail .webgene-item .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .webgene-item .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .webgene-item .date {
    font-size: 12px;
  }
}
.news-detail .webgene-item h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .news-detail .webgene-item h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .webgene-item h1 {
    font-size: 22.5px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .webgene-item h1 {
    font-size: 18px;
  }
}
.news-detail .webgene-item .img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 910px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-detail .webgene-item .img {
    margin-top: 22px;
  }
}
.news-detail .webgene-item .img img {
  display: block;
}
.news-detail .txt-box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box {
    margin-top: 40px;
  }
}
.news-detail .txt-box h2,
.news-detail .txt-box h3,
.news-detail .txt-box h4,
.news-detail .txt-box h5,
.news-detail .txt-box h6 {
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 70px;
}
@media screen and (max-width: 1080px) {
  .news-detail .txt-box h2,
.news-detail .txt-box h3,
.news-detail .txt-box h4,
.news-detail .txt-box h5,
.news-detail .txt-box h6 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h2,
.news-detail .txt-box h3,
.news-detail .txt-box h4,
.news-detail .txt-box h5,
.news-detail .txt-box h6 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .txt-box h2,
.news-detail .txt-box h3,
.news-detail .txt-box h4,
.news-detail .txt-box h5,
.news-detail .txt-box h6 {
    margin-top: 30px;
  }
}
.news-detail .txt-box h2 {
  background-color: #083661;
  border-bottom: 3px solid #0198cd;
  font-size: 30px;
  padding: 16px 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h2 {
    font-size: 20px;
    padding: 8px 14px;
  }
}
.news-detail .txt-box h3 {
  background-color: #083661;
  font-size: 28px;
  padding: 11px 0px 11px 37px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h3 {
    padding: 6px 0px 11px 30px;
  }
}
.news-detail .txt-box h3::before {
  background-color: #0198cd;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h3::before {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h3 {
    font-size: 19px;
  }
}
.news-detail .txt-box h4 {
  border-top: 1px solid #0198cd;
  font-size: 26px;
  padding: 11px 5px 11px 5px;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h4 {
    font-size: 18px;
    padding: 6px 5px 6px 5px;
  }
}
.news-detail .txt-box h5 {
  align-items: baseline;
  display: flex;
  font-size: 24px;
  gap: 9px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h5 {
    font-size: 17px;
    gap: 6px;
  }
}
.news-detail .txt-box h5::before {
  background-color: #0198cd;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  flex-shrink: 0;
  height: 16px;
  position: relative;
  width: 16px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h5::before {
    height: 12px;
    width: 12px;
  }
}
.news-detail .txt-box h5::after {
  background-color: #002446;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  flex-shrink: 0;
  height: 6.5px;
  left: 4.5px;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 6.5px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h5::after {
    left: 2.5px;
  }
}
.news-detail .txt-box h6 {
  align-items: baseline;
  display: flex;
  font-size: 22px;
  gap: 9px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h6 {
    font-size: 16px;
    gap: 6px;
  }
}
.news-detail .txt-box h6::before {
  background-color: #0198cd;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  flex-shrink: 0;
  height: 10px;
  position: relative;
  width: 10px;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h6::before {
    height: 6px;
    width: 6px;
  }
}
.news-detail .txt-box p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.18;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box p {
    font-size: 14px;
    line-height: 1.96;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .txt-box p {
    font-size: 12px;
  }
}

body:not(.on) .news-detail > .pc {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
body:not(.on) .news-detail > .sp {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

body.on .news-detail {
  position: relative;
}
body.on .news-detail > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .news-detail > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/*# sourceMappingURL=sourcemaps/news.css.map */