@charset "UTF-8";
/* ==========================================================================//
//
// 施工実績
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
main {
  overflow: hidden;
}

@media all and (min-width: 1401px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 clamp(151px, 12.95vw, 248px);
  }
}

.page_head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 940px) {
  .page_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 940px) {
  .page_head .page_ttl {
    margin-bottom: 60px;
  }
}

/* カテゴリー
---------------------------------------------------------- */
.cate_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 750px) {
  .cate_list {
    width: min(270px, 100%);
  }
}
@media all and (max-width: 940px) {
  .cate_list {
    margin-inline: auto;
  }
}
@media all and (min-width: 751px) {
  .cate_list {
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: min(518px, 100%);
  }
}
@media all and (min-width: 751px) {
  .cate_list .cate_detail {
    width: calc((100% - 16px) / 3);
  }
}
.cate_list .cate_detail a {
  padding: 16px;
  display: block;
  background-color: #D9D8D8;
  font-family: "Outfit", sans-serif;
  text-align: center;
}
@media all and (min-width: 751px) {
  .cate_list .cate_detail a {
    padding: 11px;
    font-size: 12.7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .cate_list .cate_detail a:hover {
    background-color: #262424;
    color: #fff;
  }
}
.cate_list .cate_detail.current a {
  background-color: #262424;
  color: #fff;
}

/* 一覧
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .projects_all .page_head {
    margin-bottom: 110px;
  }
}

.projects_contents {
  margin-top: 60px;
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  .projects_contents {
    margin-top: 120px;
    width: min(1225px, 100%);
  }
}
.projects_contents .projects_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 751px) {
  .projects_contents .projects_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media all and (min-width: 751px) and (min-width: 1401px) {
  .projects_contents .projects_list {
    gap: 80px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .projects_contents .projects_list {
    margin-inline: auto;
    width: min(900px, 100%);
  }
}
@media all and (min-width: 751px) {
  .projects_contents .projects_list .projects_detail {
    width: calc((100% - 40px) / 2);
  }
}
@media all and (min-width: 751px) and (min-width: 1201px) {
  .projects_contents .projects_list .projects_detail {
    width: calc((100% - 80px) / 3);
  }
}
@media all and (min-width: 751px) and (min-width: 1401px) {
  .projects_contents .projects_list .projects_detail {
    width: calc((100% - 160px) / 3);
  }
}
@media (min-width: 751px) and (hover: hover) {
  .projects_contents .projects_list .projects_detail a:hover .thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.projects_contents .projects_list .projects_detail a .thumbnail {
  overflow: hidden;
}
.projects_contents .projects_list .projects_detail a .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.623;
}
@media all and (min-width: 751px) {
  .projects_contents .projects_list .projects_detail a .thumbnail img {
    aspect-ratio: 1/0.66;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.projects_contents .projects_list .projects_detail a .name {
  margin-top: 15px;
  font-size: 16.6px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .projects_contents .projects_list .projects_detail a .name {
    margin-top: 20px;
    font-size: 14px;
  }
}
.projects_contents .projects_list .projects_detail a .cate {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 300;
}
@media all and (min-width: 751px) {
  .projects_contents .projects_list .projects_detail a .cate {
    margin-top: 5px;
    font-size: 11px;
  }
}

/* 詳細
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .project_single .page_head {
    margin-bottom: 110px;
  }
}
.project_single .page_head .page_ttl .en {
  font-size: 26px;
}
@media all and (min-width: 751px) {
  .project_single .page_head .page_ttl .en {
    font-size: 33px;
  }
}
.project_single .page_head .page_ttl .jp {
  font-size: 11px;
}
@media all and (min-width: 751px) {
  .project_single .page_head .page_ttl .jp {
    font-size: 13px;
  }
}
.project_single .single_contents {
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  .project_single .single_contents {
    width: min(879px, 100%);
  }
}
.project_single .detail_splide {
  position: relative;
}
@media all and (max-width: 750px) {
  .project_single .detail_splide {
    padding-bottom: 20px;
    width: 89.05%;
    margin-inline: auto;
  }
}
@media all and (min-width: 751px) {
  .project_single .detail_splide {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  .project_single .detail_splide {
    width: 90%;
    margin-inline: auto;
  }
}
.project_single {
  /* スライド 矢印 */
}
.project_single .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project_single .splide__arrows .splide__arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-image: url(../images/projects/splide_arrow_sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 40.38px;
  z-index: 1;
}
@media all and (min-width: 751px) {
  .project_single .splide__arrows .splide__arrow {
    background-image: url(../images/projects/splide_arrow_pc.svg);
    width: 32px;
    height: 99.42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .project_single .splide__arrows .splide__arrow:hover {
    opacity: 0.4;
  }
}
.project_single .splide__arrows .splide__arrow svg {
  opacity: 0;
  width: 14px;
  height: 40.38px;
}
@media all and (min-width: 751px) {
  .project_single .splide__arrows .splide__arrow svg {
    width: 32px;
    height: 99.42px;
  }
}
.project_single .splide__arrows .splide__arrow.splide__arrow--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 40%;
  left: -26px;
}
@media all and (min-width: 751px) {
  .project_single .splide__arrows .splide__arrow.splide__arrow--prev {
    top: 42.3%;
    left: clamp(-69px, -3.6vw, -40px);
  }
}
.project_single .splide__arrows .splide__arrow.splide__arrow--next {
  top: 48%;
  right: -26px;
}
@media all and (min-width: 751px) {
  .project_single .splide__arrows .splide__arrow.splide__arrow--next {
    top: 48%;
    right: clamp(-69px, -3.6vw, -40px);
  }
}
.project_single {
  /* ページナビ(線) */
}
.project_single .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  position: absolute;
  z-index: 1;
  width: 80%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 751px) {
  .project_single .splide__pagination {
    gap: 0 10px;
  }
}
.project_single .splide__pagination .splide__pagination__page {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  background-color: #BCBCBC;
  width: 13px;
  height: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .project_single .splide__pagination .splide__pagination__page {
    width: 12px;
  }
}
.project_single .splide__pagination .splide__pagination__page.is-active {
  background-color: #262424;
}
.project_single .list_contents {
  margin-top: 85px;
}
@media all and (min-width: 751px) {
  .project_single .list_contents {
    margin-top: 50px;
    width: min(1253px, 100%);
  }
}
.project_single .list_contents .project_name {
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media all and (min-width: 751px) {
  .project_single .list_contents .project_name {
    font-size: 19px;
  }
}
@media all and (min-width: 751px) and (min-width: 1001px) {
  .project_single .list_contents .project_name {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1001px) {
  .project_single .list_contents .detail_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 750px) {
  .project_single .list_contents .detail_list .detail_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media all and (min-width: 751px) {
  .project_single .list_contents .detail_list .detail_item {
    display: -ms-grid;
    display: grid;
    gap: 0 39px;
    -ms-grid-columns: 110px 39px 1fr;
    grid-template-columns: 110px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 751px) {
  .project_single .list_contents .detail_list .detail_item:first-child {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.project_single .list_contents .detail_list .detail_item:not(:first-child) {
  margin-top: 10px;
}
.project_single .list_contents .detail_list .detail_item .contents_name {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.01em;
}
@media all and (max-width: 750px) {
  .project_single .list_contents .detail_list .detail_item .contents_name {
    width: 110px;
  }
}
@media all and (min-width: 751px) {
  .project_single .list_contents .detail_list .detail_item .contents_name {
    font-size: 12px;
  }
}
.project_single .list_contents .detail_list .detail_item .detail {
  font-size: 13px;
  letter-spacing: 0.02em;
}
@media all and (max-width: 750px) {
  .project_single .list_contents .detail_list .detail_item .detail {
    width: 65.5%;
  }
}
@media all and (min-width: 751px) {
  .project_single .list_contents .detail_list .detail_item .detail {
    font-size: 13px;
  }
}
.project_single .btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
@media all and (min-width: 751px) {
  .project_single .btn {
    margin-top: 90px;
    gap: 10px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .project_single .btn a:hover::after {
    background-size: 100% 1px;
  }
  .project_single .btn a:hover span {
    color: #E60013;
  }
}
.project_single .btn span {
  font-family: "Outfit", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #262424;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-left: auto;
}
@media all and (max-width: 750px) {
  .project_single .btn span {
    font-size: 18px;
  }
}
@media all and (min-width: 751px) {
  .project_single .btn span {
    font-size: 17px;
  }
}
@media all and (min-width: 751px) and (min-width: 751px) {
  .project_single .btn span {
    color: #BCBCBC;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.project_single .btn .back,
.project_single .btn .prev,
.project_single .btn .next {
  position: relative;
}
.project_single .btn .back::before, .project_single .btn .back::after,
.project_single .btn .prev::before,
.project_single .btn .prev::after,
.project_single .btn .next::before,
.project_single .btn .next::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
}
.project_single .btn .back::before,
.project_single .btn .prev::before,
.project_single .btn .next::before {
  background-color: #262424;
}
@media all and (min-width: 751px) {
  .project_single .btn .back::before,
  .project_single .btn .prev::before,
  .project_single .btn .next::before {
    background-color: #BCBCBC;
  }
}
@media all and (min-width: 751px) {
  .project_single .btn .back::after,
  .project_single .btn .prev::after,
  .project_single .btn .next::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#E60013), to(#E60013));
    background-image: linear-gradient(90deg, #E60013, #E60013);
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s;
    transition: background-size 0.4s;
  }
}
.project_single .btn .nopage,
.project_single .btn .nopage::before {
  pointer-events: none;
  opacity: 0.4;
}
.project_single .btn .back {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 751px) and (hover: hover) {
  .project_single .btn .back:hover::after {
    background-position: left bottom;
  }
}
@media all and (max-width: 750px) {
  .project_single .btn .back::before {
    width: 135px;
    right: 125px;
  }
}
@media all and (min-width: 751px) {
  .project_single .btn .back::before {
    right: 117px;
    width: 173px;
  }
}
@media all and (max-width: 750px) {
  .project_single .btn .back::after {
    width: 135px;
    right: 125px;
  }
}
@media all and (min-width: 751px) {
  .project_single .btn .back::after {
    right: 117px;
    width: 173px;
    background-position: right bottom;
  }
}
.project_single .btn .prev {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 751px) and (hover: hover) {
  .project_single .btn .prev:hover::after {
    background-position: left bottom;
  }
}
@media all and (max-width: 750px) {
  .project_single .btn .prev::before {
    width: 85px;
    right: 175px;
  }
}
@media all and (min-width: 751px) {
  .project_single .btn .prev::before {
    right: 170px;
    width: 120px;
  }
}
@media all and (min-width: 751px) {
  .project_single .btn .prev::after {
    right: 170px;
    width: 120px;
    background-position: right bottom;
  }
}
.project_single .btn .next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 751px) and (hover: hover) {
  .project_single .btn .next:hover::after {
    background-position: left bottom;
  }
}
@media all and (max-width: 750px) {
  .project_single .btn .next::before {
    width: 121px;
    right: 140px;
  }
}
@media all and (min-width: 751px) {
  .project_single .btn .next::before {
    width: 156px;
    right: 135px;
  }
}
@media all and (max-width: 750px) {
  .project_single .btn .next::after {
    right: 230px;
  }
}
@media all and (min-width: 751px) {
  .project_single .btn .next::after {
    width: 156px;
    right: 135px;
    background-position: right bottom;
  }
}