@charset "UTF-8";
/*----------------------------------------------------------
一覧ページ
------------------------------------------------------------*/
.page-archive {
  background-color: #d9d5c7;
}
.page-archive .c-ttl {
  position: relative;
  z-index: 2;
}
.page-archive .c-ttl .ttl,
.page-archive .c-ttl .en {
  text-align: center;
}
.page-archive .archive {
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 200px;
}
@media screen and (max-width: 1080px) {
  .page-archive .archive {
    padding-bottom: 100px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive .archive {
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 125px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .archive {
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-archive .archive .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive .archive .webgene-blog {
    gap: 35px;
    margin-top: 40px;
  }
}
.page-archive .archive .webgene-item {
  width: calc((100% - 55px * 2) / 3);
}
@media screen and (max-width: 768px) {
  .page-archive .archive .webgene-item {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .archive .webgene-item {
    width: 100%;
  }
}
.page-archive .archive .webgene-item a {
  display: block;
}
.page-archive .archive .blogItemBox {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-archive .archive .blogItemBox {
    display: flex;
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .archive .blogItemBox {
    gap: 15px;
  }
}
.page-archive .archive .blogItemBox .blogItemimg {
  aspect-ratio: 340/260;
  border: 2px solid #000000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-archive .archive .blogItemBox .blogItemimg {
    aspect-ratio: 260/220;
    flex-shrink: 0;
    width: 39.09%;
  }
}
.page-archive .archive .blogItemBox .blogItemimg img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page-archive .archive .blogItemBox__flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .page-archive .archive .blogItemBox__flex {
    gap: 8px;
  }
}
.page-archive .archive .blogItemBox__flex .dates {
  align-items: baseline;
  background-color: #111;
  display: flex;
  justify-content: center;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .page-archive .archive .blogItemBox__flex .dates {
    gap: 7px;
    padding: 7px;
  }
}
.page-archive .archive .blogItemBox__flex .date {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-archive .archive .blogItemBox__flex .date {
    font-size: 10px;
  }
}
.page-archive .archive .blogItemBox__flex .line {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-archive .archive .blogItemBox__flex .line {
    font-size: 11px;
  }
}
.page-archive .archive .blogItemBox__flex .cat {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-archive .archive .blogItemBox__flex .cat {
    font-size: 11px;
  }
}
.page-archive .archive .blogItemBox__flex .blogItemTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #222;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.66;
  overflow: hidden;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .page-archive .archive .blogItemBox__flex .blogItemTitle {
    font-size: 13px;
  }
}

body.on .archive .blogItemBox__flex {
  margin-top: -17px;
}
@media screen and (max-width: 768px) {
  body.on .archive .blogItemBox__flex {
    margin-top: 0;
  }
}

/*----------------------------------------------------------
記事ページ
------------------------------------------------------------*/
.news-detail {
  background-color: #d9d5c7;
  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 {
  position: relative;
  z-index: 2;
}
.news-detail .c-ttl .ttl,
.news-detail .c-ttl .en {
  text-align: center;
}
.news-detail .contents {
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 1140px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news-detail .contents {
    margin-top: 60px;
  }
}
.news-detail .contents .inner {
  border-top: 5px solid #222222;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-top: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-detail .contents .inner {
    border-top: 3px solid #222222;
    padding-top: 20px;
  }
}
.news-detail .contents .webgene-pagination-detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
.news-detail .webgene-item .dates {
  align-items: baseline;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .news-detail .webgene-item .dates {
    gap: 7px;
  }
}
.news-detail .webgene-item .dates .date {
  color: #7d4545;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .news-detail .webgene-item .dates .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .webgene-item .dates .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .webgene-item .dates .date {
    font-size: 10px;
  }
}
.news-detail .webgene-item .dates .line {
  color: #7d4545;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .news-detail .webgene-item .dates .line {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .webgene-item .dates .line {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .webgene-item .dates .line {
    font-size: 10px;
  }
}
.news-detail .webgene-item .dates .cat {
  color: #7d4545;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .news-detail .webgene-item .dates .cat {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .webgene-item .dates .cat {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .webgene-item .dates .cat {
    font-size: 10px;
  }
}
.news-detail .webgene-item h1 {
  color: #222222;
  font-size: 38px;
  font-weight: 700;
  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 {
  border: 3px solid #222;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  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: 50px;
}
@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: #222222;
  color: #d9d5c7;
  font-size: 32px;
  padding: 8px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h2 {
    font-size: 20px;
    padding: 9px 12px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .txt-box h2 {
    font-size: 18px;
  }
}
.news-detail .txt-box h3 {
  background-color: #c3beae;
  color: #222222;
  font-size: 29px;
  padding: 5px 20px 5px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h3 {
    font-size: 19px;
    padding: 8px 12px 8px 12px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .txt-box h3 {
    font-size: 17px;
  }
}
.news-detail .txt-box h4 {
  border-top: 5px solid #222222;
  font-size: 26px;
  padding: 20px 5px 0px 5px;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h4 {
    border-top: 3px solid #222222;
    font-size: 18px;
    padding: 16px 5px 6px 5px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .txt-box h4 {
    font-size: 16px;
  }
}
.news-detail .txt-box h5 {
  align-items: baseline;
  border-color: #222222;
  border-left: 8px solid;
  display: flex;
  font-size: 24px;
  gap: 9px;
  padding-left: 7px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h5 {
    border-left: 6px solid;
    font-size: 17px;
    gap: 6px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .txt-box h5 {
    font-size: 15px;
  }
}
.news-detail .txt-box h6 {
  color: #222222;
  font-size: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box h6 {
    font-size: 16px;
    gap: 6px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .txt-box h6 {
    font-size: 14px;
  }
}
.news-detail .txt-box p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.94;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news-detail .txt-box p {
    font-size: 14px;
    line-height: 1.785;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail .txt-box p {
    font-size: 12px;
  }
}

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

body.on .news-detail,
body.on .page-archive {
  position: relative;
}
body.on .news-detail > .pc,
body.on .page-archive > .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,
body.on .page-archive > .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 */