/* =============================================================================


    project


============================================================================= */
.project-list {
  gap: 60px 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}

.project-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.project-img:before {
  content: "";
  display: block;
  padding-top: 66.7%;
}

.project-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.project-ttl {
  font-size: 2.4rem;
  margin-top: 16px;
}

.project-link {
  gap: 0;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.project-link:hover {
  opacity: 0.7;
}

.category-list {
  gap: 20px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
  margin-top: 20px;
}

.project-box-cat,
.category-ttl {
  background: #1e1e1e;
  color: #fff;
  margin-top: 12px;
  max-width: 400px;
  padding: 0.5em 0.75em;
}

.category-head {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.work-category-ttl {
  font-size: 2.8rem;
  margin-top: 48px;
}

.work-category-ttl span {
  border-bottom: 1px solid #000;
}

/* **************************************


     swiper


***************************************/
.nouson-box {
  position: relative;
  width: 100%;
}

.swiper {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}

.swiper-fade .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.swiper-fade .swiper-slide-active {
  opacity: 1;
  z-index: 2;
}

.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  color: #1e1e1e;
  height: 3em;
  padding: 1em;
  position: absolute;
  right: -1.5em;
  top: calc(50% - 1em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 3em;
  z-index: 2;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  border-right: solid 2px #1e1e1e;
  border-top: solid 2px #1e1e1e;
  content: "";
  height: 12px;
  position: absolute;
  right: 20px;
  top: calc(50%);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 12px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-button-prev {
  left: -1.5em;
  right: auto;
}

.swiper-button-prev:before {
  left: 20px;
  right: auto;
  -webkit-transform: scale(-1, 1) translateY(-50%) rotate(45deg);
          transform: scale(-1, 1) translateY(-50%) rotate(45deg);
}

.swiper-img {
  max-width: 100%;
}

.swiper-img img {
  width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2.4rem;
}

.swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-wrapper p {
  margin-top: 0.5em;
  text-align: right;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination {
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  width: 100%;
}

.swiper-pagination span {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 10px;
}

.swiper-pagination span:hover, .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000;
}

.nouson-table {
  margin: 40px auto;
}

.nouson-table th,
.nouson-table td {
  padding: 0.5em 0.5em;
}

.nouson-table th {
  width: 30%;
}

.single-conatiner {
  background: #f2f2f2;
  margin: auto;
  max-width: 1000px;
  padding: 40px 24px;
}

.nouson-box {
  max-width: 100%;
}

.nouson-box + .nouson-box {
  margin: 60px auto 0;
}

.single-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.single-term {
  background: #000;
  color: #fff;
  display: inline-block;
  margin: 12px 0 12px auto;
  padding: 0.25em 0.5em;
  text-align: right;
}

.single-ttl {
  font-size: 4rem;
  margin-top: 8px;
}

.single-box {
  margin-top: 40px;
  width: 100%;
}

.single-head {
  font-size: 2.2rem;
  font-weight: normal;
  margin-top: 8px;
}

.imglist {
  position: relative;
}

.single-txt {
  font-size: 2rem;
  margin-top: 4px;
}

.single-btnbox {
  margin: 60px auto 0;
  max-width: 600px;
  text-align: center;
}

.nouson-head {
  border-bottom: 1px solid #000;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.single-img {
  margin: auto;
}

.ex-content + .ex-content {
  margin-top: 32px;
}

.ex-content p {
  margin-top: 0.5em;
  text-align: center;
}

.nouson-box {
  padding: 0 0 60px;
}

.nouson-box-img img {
  width: 100%;
}

.nouson-box-txt {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 750px) {
  .project-list {
    gap: 40px 0px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
  .project-ttl {
    font-size: 1.8rem;
  }
  .category-head {
    font-size: 2rem;
  }
  .work-category-ttl {
    font-size: 2rem;
  }
  .swiper-button-next:before,
  .swiper-button-prev:before {
    right: 10px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    height: 2em;
    right: -1em;
    width: 2em;
  }
  .swiper-button-prev {
    left: -1em;
  }
  .swiper-button-prev:before {
    left: 10px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.4rem;
  }
  .swiper-wrapper p {
    font-size: 1.2rem;
  }
  .nouson-table {
    font-size: 1.2rem;
    margin-top: 28px;
  }
  .nouson-box + .nouson-box {
    margin-top: 30px;
  }
  .single-ttl {
    font-size: 2.2rem;
  }
  .single-box {
    margin-top: 24px;
    overflow-x: auto;
  }
  .single-head {
    font-size: 1.6rem;
  }
  .single-txt {
    font-size: 1.4rem;
  }
  .nouson-head {
    font-size: 2rem;
  }
  .ex-content + .ex-content {
    margin-top: 24px;
  }
  .ex-content p {
    font-size: 1.2rem;
  }
}


/*# sourceMappingURL=project.css.map*/