@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.works {
  padding-bottom: 160px;
}
@media all and (max-width: 896px) {
  .works {
    padding-bottom: 80px;
  }
}
.works__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.works__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works__flex li {
  list-style: none;
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .works__flex li {
    width: 47%;
    margin-right: 6%;
  }
}
@media all and (max-width: 896px) {
  .works__flex li:nth-child(2n) {
    margin-right: 0;
  }
}
.works__flex li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .works__flex li:nth-child(3n) {
    margin-right: 6%;
  }
}
@media all and (max-width: 896px) {
  .works__flex li:nth-child(6) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .works__flex li:nth-child(9) {
    margin-right: 6%;
  }
}
@media all and (max-width: 896px) {
  .works__flex li:nth-child(12) {
    margin-right: 0;
  }
}
.works__flex li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
@media all and (max-width: 600px) {
  .works__flex li img {
    height: 150px;
  }
}
.works__flex li div {
  font-size: 1.8rem;
  font-weight: 700;
}
.works__detail {
  padding: 60px 0 60px;
  margin-top: 30px;
  background: #F4F5F8;
}
@media all and (max-width: 896px) {
  .works__detail {
    padding: 60px 0 60px;
    margin-top: 0px;
  }
}
.works__detail-category {
  font-size: 1.4rem;
  background: #152E55;
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  font-weight: 700;
}
.works__detail-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 30px;
}
@media all and (max-width: 600px) {
  .works__detail-title {
    font-size: 2.4rem;
  }
}
.works__detail-blk {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}

.projects-item-table table {
  border-collapse: separate;
  border-spacing: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
}

@media all and (max-width: 600px) {
  .projects-item-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.projects-item-table th {
  width: 10em;
  background: #152E55;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media all and (max-width: 600px) {
  .projects-item-table th {
    width: 100%;
  }
}

.projects-item-table td {
  padding: 10px;
  background: #fff;
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.pagenation li {
  width: 50px;
  height: 50px;
  background: #152E55;
  color: #fff;
  border-radius: 50%;
  position: relative;
  line-height: 50px;
  margin-right: 20px;
}
@media all and (max-width: 600px) {
  .pagenation li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
  }
}
.pagenation li:first-of-type {
  width: auto;
  height: auto;
  background: none;
  color: #152E55;
}
.pagenation li:last-of-type {
  width: auto;
  height: auto;
  background: none;
  color: #152E55;
  margin-right: 0;
}
.pagenation li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media all and (max-width: 480px) {
  .pagenation li a {
    font-size: 1.1rem;
  }
}

.container {
  margin: 0px auto 0;
  width: 100%;
}

.slick-img {
  height: 600px;
}
@media all and (max-width: 600px) {
  .slick-img {
    height: 200px;
  }
}
.slick-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail-img {
  height: 200px;
}
@media all and (max-width: 600px) {
  .thumbnail-img {
    height: 60px;
  }
}
.thumbnail-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail .slick-current {
  position: relative;
}
.thumbnail .slick-current::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(21, 46, 85, 0.5)), color-stop(90%, rgba(21, 46, 85, 0.2)));
  background-image: linear-gradient(to bottom, rgba(21, 46, 85, 0.5) 20%, rgba(21, 46, 85, 0.2) 90%);
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px !important;
  color: #152E55;
}
@media all and (max-width: 600px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px !important;
  }
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -22px;
}

.prev-arrow {
  left: -40px;
}
@media all and (max-width: 600px) {
  .prev-arrow {
    left: -30px;
  }
}

.next-arrow {
  right: -40px;
}
@media all and (max-width: 600px) {
  .next-arrow {
    right: -30px;
  }
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}

.top-works__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-works__ul li {
  list-style: none;
  width: 31.3333333333%;
  height: 300px;
  margin-right: 3%;
  margin-bottom: 40px;
}
@media all and (max-width: 1025px) {
  .top-works__ul li {
    width: 47%;
    margin-right: 5%;
    height: 240px;
  }
}
@media all and (max-width: 1025px) {
  .top-works__ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.top-works__ul li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 1025px) {
  .top-works__ul li:nth-child(3n) {
    margin-right: 5%;
  }
}
@media all and (max-width: 1025px) {
  .top-works__ul li:nth-child(6) {
    margin-right: 0;
  }
}
@media all and (max-width: 1025px) {
  .top-works__ul li:nth-child(9) {
    margin-right: 5%;
  }
}
@media all and (max-width: 1025px) {
  .top-works__ul li:nth-child(12) {
    margin-right: 0;
  }
}
.top-works__ul li .blk {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 10;
}
@media all and (max-width: 1025px) {
  .top-works__ul li .blk {
    left: 10px;
  }
}
.top-works__ul li a {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  border-bottom: 2px solid #fff;
}
.top-works__ul li a:hover {
  border-bottom: 2px solid #0099C6;
}
.top-works__ul li a:hover #box-box::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(21, 46, 85, 0.2)), color-stop(90%, rgba(21, 46, 85, 0.1)));
  background-image: linear-gradient(to bottom, rgba(21, 46, 85, 0.2) 20%, rgba(21, 46, 85, 0.1) 90%);
}
.top-works__ul li a:hover #box-wrap img {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top-works__ul li a:hover #box-wrap .arrow_btn_wrap {
  background-color: #0099C6 !important;
}
.top-works__ul li a:hover #box-wrap .arrow_btn_wrap .next_btn {
  background-color: #fff;
}
.top-works__ul li a:hover #box-wrap .arrow_btn_wrap .next_btn::before, .top-works__ul li a:hover #box-wrap .arrow_btn_wrap .next_btn::after {
  background-color: #fff;
}

#box-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 1025px) {
  #box-wrap {
    height: 240px;
  }
}
#box-wrap .arrow_btn_wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#box-box {
  width: 100%;
  height: 100%;
  position: relative;
}
#box-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#box-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(21, 46, 85, 0.5)), color-stop(90%, rgba(21, 46, 85, 0.2)));
  background-image: linear-gradient(to bottom, rgba(21, 46, 85, 0.5) 20%, rgba(21, 46, 85, 0.2) 90%);
}

#box-text p {
  font-size: 24px;
  color: white;
  margin: 0 auto;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media all and (max-width: 600px) {
  #box-text p {
    font-size: 1.6rem;
  }
}

.txt__link {
  margin: 100px auto;
}
@media all and (max-width: 896px) {
  .txt__link {
    margin: 50px auto;
  }
}
.txt__link a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}