@charset "UTF-8";
/*----------------------------------------------------------
一覧ページ
------------------------------------------------------------*/
.archive {
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .archive {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .archive {
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .archive {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
.archive .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .archive .webgene-blog {
    gap: 35px 15px;
  }
}
.archive .webgene-item {
  width: calc((100% - 15px * 3) / 4);
}
@media screen and (max-width: 768px) {
  .archive .webgene-item {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    width: calc((100% - 15px * 1) / 2);
  }
}
@media screen and (max-width: 576px) {
  .archive .webgene-item {
    width: 100%;
  }
}
.archive .webgene-item a {
  display: block;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .archive .webgene-item a:hover {
    color: #fff;
    cursor: pointer;
    opacity: 0.6;
  }
  .archive .webgene-item a .blogItemTitle {
    color: #fff;
  }
}
.archive .blogItemimg {
  aspect-ratio: 280/220;
  overflow: hidden;
}
.archive .blogItemimg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.archive .blogItemBox__txts {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .archive .blogItemBox__txts {
    margin-top: 21px;
  }
}
.archive .blogItemBox__txts .date {
  color: #b7c6dd;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .archive .blogItemBox__txts .date {
    display: none;
  }
}
.archive .blogItemBox__txts .blogItemTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #b7c6dd;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.66;
  margin-top: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .archive .blogItemBox__txts .blogItemTitle {
    font-size: 14px;
    margin-top: 0;
  }
}
.archive .blogItemBox__txts .txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
  margin-top: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .archive .blogItemBox__txts .txt {
    font-size: 12px;
  }
}
.archive .c-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .archive .c-btn {
    margin-top: 45px;
  }
}
@media screen and (max-width: 576px) {
  .archive .c-btn {
    margin-top: 40px;
  }
}

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

body.on .archive {
  position: relative;
}
body.on .archive > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .archive > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/*----------------------------------------------------------
記事ページ
------------------------------------------------------------*/
.works-detail {
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .works-detail {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail {
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
.works-detail .contents {
  border-top: 1px solid #b7c6dd;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .works-detail .contents {
    padding-top: 20px;
  }
}
.works-detail .contents .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  width: 100%;
}
.works-detail .contents .webgene-pagination-detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
.works-detail .webgene-item .date {
  color: #b7c6dd;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .works-detail .webgene-item .date {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail .webgene-item .date {
    font-size: 12px;
  }
}
.works-detail .webgene-item h1 {
  color: #fff;
  font-family: "shippori-mincho", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .works-detail .webgene-item h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail .webgene-item h1 {
    font-size: 22.5px;
    margin-top: 5px;
  }
}
.works-detail .webgene-item .img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .works-detail .webgene-item .img {
    margin-top: 28px;
  }
}
.works-detail .txt-box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box {
    margin-top: 40px;
  }
}
.works-detail .txt-box h2,
.works-detail .txt-box h3,
.works-detail .txt-box h4,
.works-detail .txt-box h5,
.works-detail .txt-box h6 {
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 70px;
}
@media screen and (max-width: 1080px) {
  .works-detail .txt-box h2,
.works-detail .txt-box h3,
.works-detail .txt-box h4,
.works-detail .txt-box h5,
.works-detail .txt-box h6 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box h2,
.works-detail .txt-box h3,
.works-detail .txt-box h4,
.works-detail .txt-box h5,
.works-detail .txt-box h6 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail .txt-box h2,
.works-detail .txt-box h3,
.works-detail .txt-box h4,
.works-detail .txt-box h5,
.works-detail .txt-box h6 {
    margin-top: 30px;
  }
}
.works-detail .txt-box h2 {
  background-color: #09090a;
  border-top: 3px solid #38414e;
  font-size: 30px;
  padding: 16px 24px;
  position: relative;
}
.works-detail .txt-box h2::before {
  background-color: #b7c6dd;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box h2::before {
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box h2 {
    font-size: 20px;
    padding: 8px 14px;
  }
}
.works-detail .txt-box h3 {
  border-bottom: 1px solid #4a4c4d;
  border-top: 1px solid #4a4c4d;
  font-size: 28px;
  padding: 11px 0px 11px 37px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box h3 {
    padding: 6px 0px 11px 30px;
  }
}
.works-detail .txt-box h3::before {
  background-color: #b7c6dd;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box h3::before {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box h3 {
    font-size: 19px;
  }
}
.works-detail .txt-box h4 {
  border-top: 1px solid #b7c6dd;
  font-size: 26px;
  padding: 11px 5px 11px 5px;
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box h4 {
    font-size: 18px;
    padding: 6px 5px 6px 5px;
  }
}
.works-detail .txt-box h5 {
  border-left: 2px solid #b7c6dd;
  font-size: 24px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box h5 {
    font-size: 17px;
  }
}
.works-detail .txt-box h6 {
  align-items: baseline;
  display: flex;
  font-size: 22px;
  gap: 9px;
  position: relative;
}
.works-detail .txt-box h6::before {
  background-color: #b7c6dd;
  content: "";
  flex-shrink: 0;
  height: 9px;
  width: 9px;
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box h6 {
    font-size: 16px;
  }
}
.works-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) {
  .works-detail .txt-box p {
    font-size: 14px;
    line-height: 1.96;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail .txt-box p {
    font-size: 12px;
  }
}

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

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