@charset "UTF-8";
/*----------------------------------------------------------
一覧ページ
------------------------------------------------------------*/
.page-archive {
  padding-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .page-archive {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive {
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
.page-archive .top {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .page-archive .top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive .top {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .top {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.page-archive .c-ttl .ttl,
.page-archive .c-ttl .en {
  text-align: center;
}
.page-archive .archive {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-archive .archive {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .archive {
    margin-top: 30px;
  }
}
.page-archive .archive .img-box .slide .item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-archive .archive .img-box .slide-navigation {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  padding-top: 30px;
}
.page-archive .archive .img-box .slide-navigation .item {
  width: calc((100% - 20px * 4) / 5);
}
.page-archive .archive .txt-box {
  text-align: justify;
}
.page-archive .archive .txt-box a {
  color: #2e2e2e;
}
@media screen and (max-width: 576px) {
  .page-archive .archive .txt-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive .archive .img-box .slide-navigation {
    gap: 10px;
    padding-top: 15px;
  }
  .page-archive .archive .img-box .slide-navigation .item {
    width: calc(100% / 5 - 50px / 5);
  }
}
@media screen and (max-width: 576px) {
  .page-archive .archive .img-box .slide-navigation {
    gap: 15px;
    padding-top: 15px;
  }
  .page-archive .archive .img-box .slide-navigation .item {
    width: calc(100% / 2 - 15px / 2);
  }
}
.page-archive .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .page-archive .webgene-blog {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive .webgene-blog {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .webgene-blog {
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .webgene-blog {
    gap: 20px 5px;
  }
}
.page-archive .webgene-blog .webgene-item {
  width: calc((100% - 10px * 2) / 3);
}
@media screen and (max-width: 768px) {
  .page-archive .webgene-blog .webgene-item {
    width: calc((100% - 10px * 1) / 2);
  }
}
@media screen and (max-width: 576px) {
  .page-archive .webgene-blog .webgene-item {
    width: calc((100% - 5px * 1) / 2);
  }
}
.page-archive .webgene-blog .webgene-item .blogItemBox img {
  display: block;
}
.page-archive .webgene-blog .webgene-item .blogItemBox .cat {
  border: 1px solid #dedede;
  border-radius: 2px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 3px 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .page-archive .webgene-blog .webgene-item .blogItemBox .cat {
    font-size: 12px;
    padding: 3px 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-archive .webgene-blog .webgene-item .blogItemBox .cat {
    font-size: 11px;
    padding: 2px 8px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .webgene-blog .webgene-item .blogItemBox .cat {
    font-size: 10px;
    padding: 2px 6px;
  }
}
.page-archive .webgene-blog .webgene-item .blogItemBox .blogItemTitle {
  color: #033792;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 7px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page-archive .webgene-blog .webgene-item .blogItemBox .blogItemTitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .page-archive .webgene-blog .webgene-item .blogItemBox .blogItemTitle {
    font-size: 12px;
  }
}

/*----------------------------------------------------------
記事ページ
------------------------------------------------------------*/
.works-detail {
  padding-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .works-detail {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail {
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
.works-detail h1 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .works-detail h1 {
    margin-top: 15px;
  }
}
.works-detail .item {
  overflow: hidden;
}
.works-detail .contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
.works-detail .contents .webgene-item {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .works-detail .contents .webgene-item {
    flex-direction: column;
  }
}
.works-detail .contents .webgene-item .img-box {
  width: 50.9%;
}
@media screen and (max-width: 1080px) {
  .works-detail .contents .webgene-item .img-box {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .works-detail .contents .webgene-item .img-box {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .works-detail .contents .webgene-item .img-box {
    width: 100%;
  }
}
.works-detail .contents .webgene-item .txt-box {
  padding-top: 40px;
  width: 42.72%;
}
@media screen and (max-width: 1080px) {
  .works-detail .contents .webgene-item .txt-box {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .works-detail .contents .webgene-item .txt-box {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .works-detail .contents .webgene-item .txt-box {
    width: 100%;
  }
}
.works-detail .contents .webgene-item .txt-box .cat {
  border: 1px solid #dedede;
  border-radius: 2px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 3px 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .works-detail .contents .webgene-item .txt-box .cat {
    font-size: 12px;
    padding: 3px 10px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail .contents .webgene-item .txt-box .cat {
    font-size: 11px;
    padding: 2px 8px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail .contents .webgene-item .txt-box .cat {
    font-size: 10px;
    padding: 2px 6px;
  }
}
.works-detail .contents .webgene-item .txt-box .blogTitle {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .works-detail .contents .webgene-item .txt-box .blogTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail .contents .webgene-item .txt-box .blogTitle {
    font-size: 20px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail .contents .webgene-item .txt-box .blogTitle {
    font-size: 16px;
  }
}
.works-detail .contents .webgene-item .txt-box .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.175;
  margin-top: 30px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .works-detail .contents .webgene-item .txt-box .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .works-detail .contents .webgene-item .txt-box .txt {
    font-size: 12px;
    margin-top: 15px;
  }
}
.works-detail .bt-wrap{
	padding: 100px 50px 0;
	gap: 20px 30px;
}
.works-detail .c-btn {
	margin: 0;
	/*
  margin-top: 80px;
	*/
}
@media screen and (max-width: 1080px) {
  .works-detail .c-btn {
    margin-top: 60px;
  }
.works-detail .bt-wrap{
	padding: 60px 50px 0;
	gap: 20px 30px;
}
}
@media screen and (max-width: 768px) {
  .works-detail .c-btn {
    margin-top: 40px;
  }
.works-detail .bt-wrap{
	padding: 40px 50px 0;
	gap: 20px 30px;
}
}
@media screen and (max-width: 576px) {
  .works-detail .c-btn {
    margin-top: 30px;
  }
.works-detail .bt-wrap{
	padding: 30px 20px 0;
	gap: 20px 30px;
}
}

/* ーーーーーーーーーーーー'//メインスライド'ーーーーーーーーーーーーーー*/
.works-detail .img-box .slide {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works-detail .img-box .slide {
    width: 100%;
  }
}

.works-detail .img-box .slide .item {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
  aspect-ratio: 920/575;
  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;
  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: 5px;
  justify-content: initial;
  width: 100%;
}
/* ーーーーーーーーーーーー'//サムネイルスライド1枚ずつ'ーーーーーーーーーーーーーー*/
.works-detail .slide-navigation {
  margin-top: 10px;
}

.works-detail .img-box .slide-navigation .item {
  aspect-ratio: 184/123;
  transition: all 0.3s;
  width: calc((100% - 10px * 2) / 3);
}
@media screen and (max-width: 768px) {
  .works-detail .img-box .slide-navigation .item {
    width: calc((100% - 10px * 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;
  display: block;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .works-detail .img-box .slide-navigation .item:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

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

/*----------------------------------------------------------
worksページネーション
------------------------------------------------------------*/
.works-sec .webgene-pagination ul {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .works-sec .webgene-pagination ul {
    justify-content: center;
  }
}
/*# sourceMappingURL=sourcemaps/works.css.map */