

@import url(./common/_variable.css);

/* top */
/* ============================================ */

.area__visual {
  width: 100%;
  position: relative;
  .splide__pagination {
    counter-reset: pagination-num;
    position: absolute;
    bottom: 3vw;
    right: 3vw;
    text-align: center;
    line-height: 1em;
    @media (width < 896px) {
      bottom: 20px;
      right: 14px;
    }
  }
  .splide__pagination__page::before {
    content: counter( pagination-num, decimal-leading-zero );
    counter-increment: pagination-num;
  }
  .your-class-page {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    margin: 0 6px;
    padding: 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2rem;
  }
  .your-class-page.is-active {
    background-color:  rgba(234, 85, 20, 0.6);
    color: #FFF;
  }
}

.img_slide {
  width: 100%;
  height: calc(100dvh - 140px);
  position: relative;
  overflow: hidden;
  @media (width < 896px) {
    height: calc(100dvh - 80px);
  }
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .sp {
    display: none;
  }
  @media (width < 480px) {
    .pc {
      display: none;
    }
    .sp {
      display: block;
    }
  }
}
.txt_slide {
  position: absolute;
  bottom: 4vw;
  left: 3vw;
  @media (width < 896px) {
    bottom: 30px;
    left: 20px;
    width: calc(100vw - 40px);
  }
  .btn_andmore {
    padding: 20px 0 0;
    a {
      padding: 7px 20px 12px;
    }
  }
}
.txt_slide_txt {
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.4em;
  padding: 5px 10px;
}



.area__copy {
  position: relative;
  container-type: inline-size;
  overflow: hidden;
}

.hd_andbrand {
  font-family: "Roboto", sans-serif;
  position: absolute;
  bottom: -2vw;
  left: -10px;
  font-size: 48.5cqh;
  line-height: 1em;
  color: var(--gray_01);
  opacity: 0.5;
}

.block__copy {
  padding: 5vw 0 8vw;
  position: relative;
  @media (width < 480px) {
    padding: 30px 0 40px;
  }
  .btn_andmore {
    padding: 80px 0 0;
    @media (width < 480px) {
      padding: 50px 0 0;
    }
  }
}

.btn_contact_visual {
  position: absolute;
  box-sizing: border-box;
  top: 3vw;
  right: 0px;
  text-align: right;
  z-index: 5;
  @media (width < 896px) {
    position: relative;
    text-align: center;
    padding-top: 40px;
  }
  a {
    background-color: var(--main_c);
    color: #FFF;
    display: inline-block;
    text-align: center;
    width: 180px;
    aspect-ratio: 1 / 1;
    align-content: center;
    border-radius: 100px;
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 700;
    position: relative;
    @media (width < 896px) {
      width: 140px;
      font-size: 1.8rem;
    }
    &::after {
      content: "";
      display: block;
      width: 0em;
      height: 3.5em;
      border-bottom: #FFF solid 1px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      transition: all 0.3s ease-out;
    }
    &:hover {
      &::after {
        width: 4em;
      }
    }
  }
}


.area__pickup {
  background-color: #000;
  padding: 16px 0;
  @media (width < 480px) {
    padding: 10px 0 16px;
  }
}

.area__pickup--column {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  container-type: inline-size;
}

.ttl_pickup_circle {
  color: #FFF;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4em;
  padding: 4px 0;
  width: 70px;
  @media (width < 480px) {
    width: 100cqw;
    text-align: center;
  }
}

.list_pickup {
  width: calc(100cqw - 70px);
  @media (width < 480px) {
    width: 100cqw;
  }
}

.item_pickup {
  a {
    color: #FFF;
    &:hover {
      .box_ttl {
        color: var(--main_c);
      }
    }
  }
  .box_ttl {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0;
  }
}

.date_pickup {
  font-size: 1.3rem;
  line-height: 1.4em;
  white-space: nowrap;
  margin-right: 1.3rem;
}

.headline_pickup {
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: justify;
  @media (width < 480px) {
    width: 100cqw;
  }
}


.area__about {
  padding: 5vw 0 0;
  position: relative;
  .wrap_andmore {
    text-align: center;
    margin: -7vw 0 10vw;
    @media (width < 896px) {
      margin: 0px 0 70px;
    }
    .btn_andmore {
      a {
        &::after {
          height: 31px;
        }
      }
    }
  }
}

.area__about--txt {
  container-type: inline-size;
  position: relative;
  z-index: 200;
}

.wrap_txt_about {
  position: absolute;
  width: 100%;
  @media (width < 896px) {
    position: relative;
  }
}

.hd_about {
  font-family: "Roboto", sans-serif;
  font-size: clamp(4.0rem,9cqw,10rem);
  font-weight: 300;
  line-height: 1.2em;
  color: var(--main_c);
}

.bold_ttl {
  font-weight: 900;
}

.txt_about {
  padding: 1.8cqw 0 0 10px;
  font-size: clamp(1.8rem, 0.39vw + 1.654rem, 2.4rem);
  line-height: 1.8em;
  max-width: 800px;
}


.area__about--slide {
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 120dvh;
  min-height: 900px;
  @media (width < 1025px) {
    min-height: 800px;
  }
  @media (width < 896px) {
    height: auto;
    padding: 10px 20px 0;
  }

  .wrap_slide {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);
    width: 120vw;
    @media (width < 896px) {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 100%;
    }
    @media (height < 840px) {
      top: 40%;
    }
    .splide {
      width: 100%;
      margin: auto;
      position: relative;
      overflow: visible;
    }

    .wrap_deg {
      position: relative;
    }
    .splide__track {
      width: 100%;
      overflow: visible;
      transform: rotate(-20deg);
      @media (width < 896px) {
        transform: none;
      }
    }

    .splide__list {
      display: flex;
      gap: 5vw;
      overflow: visible;
      position: relative;
      @media (width < 896px) {
        display: block;
        gap: 0vw;
      }
    }

    .splide__slide {
      text-align: center;
      align-content: center;
      font-size: 1.5em;
      position: relative;
      z-index: 1;
      padding: 20% 0;
      overflow: visible;
      box-sizing: border-box;
      @media (width < 896px) {
        padding: 8px 0;
      }
      &.is-active {
        z-index: 2;
        .box_element {
          transform: scale(1.2) skewX(0deg) rotate(20deg);
          background-color: var(--main_c);
          filter: blur(0px);
        }
        .slide2 {
          .box_element {
            transform: scale(1.2) skewX(0deg) rotate(20deg) translate(-6%,3%);
          }
        }
        .slide3 {
          .box_element {
            transform: scale(1.2) skewX(0deg) rotate(20deg) translate(-11%,6%);
          }
        }
        .slide4 {
          .box_element {
            transform: scale(1.2) skewX(0deg) rotate(20deg) translate(-17%,9%);
          }
        }
        .slide5 {
          .box_element {
            transform: scale(1.2) skewX(0deg) rotate(20deg) translate(-23%,12%);
          }
        }
      }

      /* 左のスライド */
      &.is-prev {
        z-index: 1; /* 中央より後ろに表示 */
        .slide1 {
          .box_element {
            transform: scaleY(0.6) skewX(-15deg) rotate(27deg) translate(-8%,5%);
          }
        }
        .slide2 {
          .box_element {
            transform: scaleY(0.6) skewX(-15deg) rotate(27deg) translate(-14%,9%);
          }
        }
        .slide3 {
          .box_element {
            transform: scaleY(0.6) skewX(-15deg) rotate(27deg) translate(-21%,15%);
          }
        }
        .slide4 {
          .box_element {
            transform: scaleY(0.6) skewX(-15deg) rotate(27deg) translate(-28%,20%);
          }
        }
        /* .slide5 {
          .box_element {
            transform: scaleY(0.6) skewX(-15deg) rotate(27deg) translate(-20%,16%);
          }
        } */
      }

      /* 右のスライド */
      &.is-next {
        z-index: 1; /* 中央より後ろに表示 */
        .slide1 {
          .box_element {
            transform: scaleY(0.6) skewX(-15deg) rotate(27deg) translate(-27%,21%);
          }
        }
        .slide2 {
          .box_element {
            transform: scaleY(0.6) skewX(-15deg) rotate(27deg);
          }
        }
        .slide3 {
          .box_element {
            transform: scaleY(0.6) skewX(-15deg) rotate(27deg) translate(-7%,5%);
          }
        }
        .slide4 {
          .box_element {
            transform: scaleY(0.6) skewX(-15deg) rotate(27deg) translate(-14%,11%);
          }
        }
        .slide5 {
          .box_element {
            transform: scaleY(0.6) skewX(-15deg) rotate(27deg) translate(-20%,16%);
          }
        }
      }
    }

    .wrap_element {
      position: relative;
      aspect-ratio: 3 / 2;
      box-sizing: border-box;
      margin: 3vw;
      @media (width < 896px ) {
        margin: 0vw;
      }
    }

    .box_element {
      text-align: left;
      color: #FFF;
      padding: 3vw 3vw 2vw 4vw;
      box-sizing: border-box;
      width: 100%;
      aspect-ratio: 3 / 2;
      background-color: var(--gray_01);
      transition: transform 0.5s ease, opacity 0.5s ease;
      position: absolute;
      top: 0%;
      left: 24%;
      transform: scaleY(0.6) skewX(-15deg) rotate(27deg);
      filter: blur(3px);
      @media (width < 896px) {
        padding: 16px 16px 14px 32px;
        background-color: var(--main_c);
        transition: transform 0.5s ease, opacity 0.5s ease;
        position: relative;
        top: auto;
        left: auto;
        transform: scaleY(1) skewX(0deg) rotate(0deg);
        filter: blur(0px);
      }
      &::after {
        content: "";
        display: block;
        background-color: #FFF;
        width: 1px;
        height: 85%;
        position: absolute;
        top: 0px;
        left: 2vw;
        @media (width < 896px) {
          left: 16px;
        }
      }
    }

    .splide__arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
    }
    .splide__arrow--next {
      right: 12vw;
    }
    .splide__arrow--prev {
      left: 12vw;
      transform: rotate(180deg) translateY(50%);
    }
    .splide__pagination {
      position: absolute;
      left: 20vw;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      @media (width < 480px) {
        left: 22.5vw;
      }
      li {
        padding: 5px 0;
      }
    }
    .splide__pagination__page {
      background-color: var(--gray_02);
      width: 10px;
      height: 10px;
      border-radius: 50px;
      &.is-active {
        background-color: var(--main_c);
      }
    }
  }
}

.txt_element_en {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.4em;
  font-size: clamp(1.2rem, 0.52vw + 1.006rem, 2rem);
}
.txt_element_jp {
  font-size: clamp(2.2rem, 1.81vw + 1.52rem, 5rem);
  line-height: 1.2em;
  font-weight: 600;
}
.txt_element_txt {
  font-size: clamp(1.4rem, 0.39vw + 1.254rem, 2rem);
  line-height: 1.6em;
  padding: 1vw 0 0;
  @media (width < 480px) {
    line-height: 1.5em;
    padding: 5px 0 0;
  }
}
.icon_element {
  width: 18%;
  position: absolute;
  right: 3vw;
  bottom: 2vw;
  @media (width < 896px) {
    width: 22%;
    right: 16px;
    bottom: 14px;
  }
}


.wrap_guide {
  position: absolute;
  top: 44%;
  transform: translateY(-44%);
  left: 15vw;
  @media (width < 896px) {
    display: none;
  }
  @media (height < 840px) {
    top: 55%;
  }
  .splide {
    position: relative;
    &::before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50px;
      background-color: var(--gray_01);
      position: absolute;
      top: -40px;
      left: -30px;
    }
    &::after {
      content: "";
      display: block;
      width: 4px;
      height: 100%;
      border-radius: 50px;
      background-color: var(--gray_01);
      position: absolute;
      top: -20px;
      left: -18px;
    }
  }
  .splide__slide {
    color: var(--gray_01);
  }
  .is-active {
    color: var(--main_c);
  }
}
.list_guide_element {
}
.guide_element_label {
  display: flex;
  align-items: center;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  &:hover {
    color: var(--gray_02);
  }
}
.guide_element_label_number {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  transform: translateY(1px);
  padding: 0 10px 0 0;
}
.guide_element_label_name {
  font-weight: 700;
}

.etc {
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  position: absolute;
  right: 0px;
  bottom: -1.2em;
}


.area__case {
  background-color: var(--gray_01);
  padding: 5vw 0 8vw;
  @media (width < 480px) {
    padding: 40px 0 70px;
  }
  .wrap_andmore {
    text-align: center;
    .btn_andmore {
      padding: 60px 0 0;
      @media (width < 480px) {
        padding: 50px 0 0;
      }
    }
  }
}

.area__case--ttl {
  text-align: center;
}

.area__case--slide {
  padding: 3vw 0 0;
  .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .splide__arrow--next {
    right: 8.3vw;
  }
  .splide__arrow--prev {
    left: 8.3vw;
    transform: rotate(180deg) translateY(50%);
  }
  .splide__pagination {
    padding: 2vw 0 0;
    @media (width < 480px) {
      padding: 16px 0 0;
    }
    li {
      padding: 0 5px;
    }
  }
  .splide__pagination__page {
    background-color: var(--gray_02);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    &.is-active {
      background-color: var(--main_c);
    }
  }
}

.item_case {
}

.inner_case {
  position: relative;
  background-color: #FFF;
  padding: 2vw;
  border-radius: 16px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  @media (width < 896px) {
    padding: 12px;
    border-radius: 12px;
  }
}

.box_thumb_case {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  width: 100%;
  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.label_case {
  position: absolute;
  top: 2vw;
  left: 2vw;
  background-color: #000;
  color: #FFF;
  padding: 4px 10px;
  font-size: 1.2rem;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  @media (width < 896px) {
  top: 12px;
  left: 12px;
  }
}
.box_txt_case {
  padding: 10px 0 0;
  @media (width < 896px) {
    padding: 8px 0 0;
  }
}

.name_client {
  font-size: clamp(1.4rem, 0.13vw + 1.351rem, 1.6rem);
  line-height: 1.4em;
  padding: 5px 0;
}
.detail_client {
  border-top: #666 dotted 1px;
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
  line-height: 1.4em;
  row-gap: 5px;
  padding: 8px 0 0;
}
.cap_detail_case {
  font-weight: 700;
}
.txt_detail_case {
  padding: 0 0 0 1em;
  text-indent: -1em;
  &::before {
    content: "：";
  }
}


.area__news {
  padding: 5vw 0 6vw;
  @media (width < 480px) {
    padding: 40px 0 70px;
  }
  .wrap_andmore {
    text-align: center;
    .btn_andmore {
      padding: 80px 0 0;
      @media (width < 480px) {
        padding: 50px 0 0;
      }
    }
  }
}

.area__news--ttl {
  text-align: center;
}

.area__news--category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  line-height: 1.2em;
  padding: 3vw 0 0;
}

.hd_category {
  font-weight: 700;
  @media (width < 896px) {
    display: none;
  }
}
.list_category {
  width: 100vw;
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  border-left: #666 solid 1px;
}
.item_category {
  text-align: center;
  border-right: #666 solid 1px;
  a {
    &:hover {
      color: var(--main_c);
    }
  }
}

.area__news--list {
  container-type: inline-size;
}

.list_news {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 3cqw;
  padding: 3cqw 0 0;
}

.item_news {
  a {
    display: block;
    height: 100%;
    border: var(--main_c) solid 1px;
    padding: 1.5cqw;
    @media (width < 896px) {
      padding: 16px;
    }
    &:hover {
      border: #000 solid 1px;
      .box_thumb_news {
        width: 100%;
        overflow: hidden;
        aspect-ratio: 3 / 2;
        position: relative;
        &::before {
          background-color: #000;
        }
      }
    }
  }
}

.label_category {
  display: flex;
  gap: 8px;
  padding: 8px 0;
  .label {
    background-color: #000;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.0em;
    padding: 3px 6px;
  }
}

.ttl_news {
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: justify;
  padding: 0px 0 0;
}

.date_news {
  font-size: 1.2rem;
  text-align: right;
  border-top: #666 dotted 1px;
}

.box_thumb_news {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  position: relative;
  &::before {
    content: "";
    display: block;
    background-color: var(--main_c);
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 16;
    transition: all 0.3s ease-out;
  }
  &::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../images/common/arrow01.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 24;
  }
  img {
    position: relative;
    object-fit: contain;
    width: 100%;
    height: 100%;
    z-index: 8;
  }
}