/* --------------------------------------------------------
-----------------------------------------------------------
 Page-customer
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-works .Page-head .page-head-inner .page-title-illust {
  bottom: 8px;
  left: 62px;
  width: 86px;
  height: auto;
}

.Page-works .Page-head h1.page-title img {
  width: 205px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 /customer/index
-----------------------------------------------------------
----------------------------------------------------------- */
#works-index .Page-head {
  margin-bottom: 32px;
}

#works-index .article-block {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

#works-index .article-block .article {
  width: calc((100% - 43px) / 3);
  margin-left: 21px;
}

#works-index .article-block .article:nth-of-type(3n + 1) {
  margin-left: 0;
}

#works-index .article-block .article:nth-of-type(n + 4) {
  margin-top: 21px;
}

#works-index .article-block .article .link {
  background: #efefef;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 5px 20px 37px;
  height: 100%;
  position: relative;
}

#works-index .article-block .article .link .title {
  background-color: #F8B62D;
  padding: 3px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#works-index .article-block .article .link .img-wrap {
  position: relative;
  /* margin-top: 10px; */
  height: 0;
  padding-bottom: 78%;
}

#works-index .article-block .article .link .img-wrap img {
  /* max-height: 100%; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

#works-index .article-block .article .link .text-wrap {
  text-align: center;
  padding: 0 35px;
}

#works-index .article-block .article .link .icon-arrow {
  position: absolute;
  bottom: 9px;
  right: 10px;
  width: 19px;
}


/*
-----------------------------------------------------------
 Blog-archive-block
----------------------------------------------------------- */
#works-index .Blog-archive-block {
  margin-top: 53px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 /customer/detail
-----------------------------------------------------------
----------------------------------------------------------- */
#works-index .detail-block {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#works-index .detail-block .text-block .title-wrap {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 22px;
}

#works-index .detail-block .text-block .text-wrap {
  width: 623px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto;
}

#works-index .detail-block .text-block .text-wrap {
  display: flex;
  justify-content: center;
}

#works-index .detail-block .text-block .text-wrap .left-wrap {
  background-color: #F8B62D;
  padding: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

#works-index .detail-block .text-block .text-wrap .right-wrap {
  background-color: #FDEDCA;
  text-align: center;
  width: 100%;
}

#works-index .detail-block .text-block .text-wrap .right-wrap .text:nth-child(2) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#works-index .detail-block .text-block .text-wrap .right-wrap .text {
  padding: 5px 20px 5px 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 /customer/detail slider-block
-----------------------------------------------------------
----------------------------------------------------------- */

#works-index .detail-block .slider-block .slider-wrap {
  width: 743px;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}

#works-index .detail-block .slider-block .slider-wrap img {
  width: 100%;
}

#works-index .detail-block .slider-block .slider-wrap .arrow.prev.slick-arrow,
#works-index .detail-block .slider-block .slider-wrap .arrow.next.slick-arrow {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow_works.svg);
  background-repeat: no-repeat;
  background-size: 31px auto;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#works-index .detail-block .slider-block .slider-wrap .arrow.prev.slick-arrow {
  left: 0;
}

#works-index .detail-block .slider-block .slider-wrap .arrow.next.slick-arrow {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 /customer/detail thumbnail-block
-----------------------------------------------------------
----------------------------------------------------------- */
#works-index .detail-block .thumbnail-block {
  padding: 25px 0;
  background-color: #efefef;
  margin-bottom: 60px;
}

#works-index .detail-block .thumbnail-block .thumbnail-wrap .slick-track {
  display: flex;
  gap: 17px;
}

#works-index .detail-block .thumbnail-block .thumbnail-wrap .img-wrap {
  width: 173px;
  padding: 5px;
  background-color: #fff;
  opacity: 0.4;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

#works-index .detail-block .thumbnail-block .thumbnail-wrap .img-wrap.is-active {
  opacity: 1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
/customer/detail editor-block
-----------------------------------------------------------
----------------------------------------------------------- */
#works-index .detail-block .editor-block {
  display: flex;
  gap: 30px;
  flex-direction: column;
  max-width: 664px;
  margin-bottom: 70px;
}

#works-index .detail-block .editor-block .HTMLeditor p {
  padding: 0 20px;
          font-size: 16px;
}

#works-index .detail-block .editor-block .HTMLeditor img {
  width: 100%;
  padding: 20px;
  background-color: #FDEDCA;
  margin-bottom: 10px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
/customer/detail editor-block
-----------------------------------------------------------
----------------------------------------------------------- */


/* #works-index .detail-block > div {
  display: table-cell;
  vertical-align: top;
}

#works-index .detail-block .img-wrap {
  text-align: center;
  width: 39.9%;
  padding-right: 2.9%;
}

#works-index .detail-block .date-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  font-weight: 900;
  background: #f8b62d;
  line-height: 1.2;
  font-size: 20px;
  padding: 7px 20px;
  margin-bottom: 16px;
}

#works-index .detail-block .date {
  margin-right: 20px;
}

#works-index .detail-block .title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 11px;
}

#works-index .detail-block .information {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

#works-index .detail-block .information p {
  margin: 0 8px;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
} */