@charset "UTF-8";
.works-sec .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 90px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .works-sec .webgene-blog {
    gap: 0px 60px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .works-sec .webgene-blog {
    flex-direction: column;
    gap: 40px;
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .works-sec .webgene-blog {
    gap: 30px;
    width: 80%;
  }
}
.works-sec .webgene-pagination {
  bottom: -100px;
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .works-sec .webgene-pagination {
    bottom: 0;
    position: relative;
  }
}
.works-sec .webgene-item {
  width: calc((100% - 90px * 2) / 3);
}
@media screen and (max-width: 1080px) {
  .works-sec .webgene-item {
    width: calc((100% - 60px * 1) / 2);
  }
}
@media screen and (max-width: 768px) {
  .works-sec .webgene-item {
    width: 100%;
  }
}
.works-sec .webgene-item:nth-child(3n-1) {
  padding-top: 60px;
}
@media screen and (max-width: 1080px) {
  .works-sec .webgene-item:nth-child(3n-1) {
    padding-top: 0;
  }
}
.works-sec .webgene-item:nth-child(3n) {
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .works-sec .webgene-item:nth-child(3n) {
    padding-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .works-sec .webgene-item:nth-child(even) {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .works-sec .webgene-item:nth-child(even) {
    padding-top: 0;
  }
}
.works-sec .webgene-item img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
  width: 100%;
}
.works-sec .webgene-item a {
  display: block;
}
.works-sec .cat-name {
  color: #b4801e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.72;
  margin-top: 14px;
}
@media screen and (max-width: 1080px) {
  .works-sec .cat-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .works-sec .cat-name {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .works-sec .cat-name {
    font-size: 12px;
  }
}
.works-sec .ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #4d4d4d;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .works-sec .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .works-sec .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .works-sec .ttl {
    font-size: 14px;
  }
}
.works-sec .webgene-pagination {
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .works-sec .webgene-pagination {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .works-sec .webgene-pagination {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .works-cat-wrap .webgene-blog a:hover {
    background-color: #b4801e !important;
    border: 1px solid #b4801e !important;
    cursor: pointer;
    opacity: 1;
  }
  .works-cat-wrap .webgene-blog a:hover p {
    color: #fff;
  }
}

.works-cat-wrap .webgene-blog .webgene-item a.on {
  background-color: #b4801e !important;
  border: 1px solid #b4801e !important;
  pointer-events: none;
}
.works-cat-wrap .webgene-blog .webgene-item a.on p {
  color: #fff;
}

/*----------------------------------------------------------
記事ページ
------------------------------------------------------------*/
.works-detail {
  margin-inline: auto;
  width: min(100%, 1600px);
}
.works-detail .webgene-item {
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .works-detail {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .works-detail {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .works-detail {
    width: 100%;
  }
}
.works-detail h1 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .works-detail h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1080px) {
  .works-detail h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail h1 {
    font-size: 18px;
  }
}
.works-detail .webgene-item {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 100px;
}
@media screen and (max-width: 1080px) {
  .works-detail .webgene-item {
    flex-direction: column-reverse;
    gap: 70px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail .webgene-item {
    gap: 50px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail .webgene-item {
    gap: 40px;
  }
}
.works-detail .img-box {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .works-detail .img-box {
    width: 100%;
  }
}
.works-detail .txt-box {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  max-width: 1000px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .works-detail .txt-box {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail .txt-box {
    font-size: 14px;
    margin-top: 20px;
  }
}

.works-detail-flex__ttls {
  align-items: flex-start;
  align-items: center;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1080px) {
  .works-detail-flex__ttls {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail-flex__ttls {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail-flex__ttls {
    gap: 10px;
  }
}

.works-detail .contents .webgene-blog .webgene-item .cate-txt {
  flex-shrink: 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cate-txt p {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .cate-txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cate-txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .cate-txt p {
    font-size: 12px;
  }
}

.works-detail-img {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .works-detail-img {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail-img {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .works-detail-img {
    gap: 10px;
  }
}

/* ーーーーーーーーーーーー'//メインスライド'ーーーーーーーーーーーーーー*/
.works-detail .img-box .slide {
  width: 100%;
}

.works-detail .img-box .slide .item {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.works-detail .img-box .slide .item img {
  -o-object-fit: cover;
  aspect-ratio: 800/500;
  height: 100%;
  object-fit: cover;
}

/* ーーーーーーーーーーーー'//サムネイルスライド'ーーーーーーーーーーーーーー*/
.works-detail .img-box .slide-navigation {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: initial;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: initial;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works-detail .img-box .slide-navigation {
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail .img-box .slide-navigation {
    gap: 10px;
  }
}

/* ーーーーーーーーーーーー'//サムネイルスライド1枚ずつ'ーーーーーーーーーーーーーー*/
.works-detail .img-box .slide-navigation .item {
  aspect-ratio: 1/1;
  transition: all 0.3s;
  width: calc((100% - 18px * 4) / 5);
}
@media screen and (max-width: 768px) {
  .works-detail .img-box .slide-navigation .item {
    width: calc((100% - 15px * 4) / 5);
  }
}
@media screen and (max-width: 576px) {
  .works-detail .img-box .slide-navigation .item {
    width: calc((100% - 10px * 2) / 3);
  }
}
.works-detail .img-box .slide-navigation .item img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .works-detail .img-box .slide-navigation .item:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.slide-navigation .current {
  opacity: 0.6;
}

.works-main-wrap {
  padding-bottom: 270px;
}
@media screen and (max-width: 1080px) {
  .works-main-wrap {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .works-main-wrap {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .works-main-wrap {
    padding-bottom: 60px;
  }
}
/*# sourceMappingURL=sourcemaps/works.css.map */