.header {
  margin-bottom: 0;
}

.mv__pc {
  display: none;
}

.about {
  padding-top: 100px;
  padding-bottom: 80px;
}

.about .h__ttl,
.about .h__ttl02,
.service .h__ttl,
.service .h__ttl02 {
  text-align: left;
}

.top__ttl__pc__line {
  display: none;
}

.about__content__wrap {}

.about__img__sp {
  margin: 0 -27px;
  position: relative;
}

.about__img01 {
  margin: 0 27px;
  display: block;
  width: calc(100% - 54px);
  position: relative;
  z-index: 1;
  padding-top: 20px;

  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.6));
}

.about__img02 {
  position: absolute;
  top: 0;
}

.about__img__pc {
  display: none;
}

.about__txtarea {
  margin-top: 30px;
}

.about__txt {
  margin: 20px 11px 30px;
}

.products {
  margin: 0 -27px;
}

.products .h__ttl {
  color: #fff;
}

.products .h__ttl__line {
  border-color: #fff;
}

.products__contnt {
  background-color: #28c3d4;
  color: white;
  padding: 90px 27px;
  mix-blend-mode: multiply;

  clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
}

.products__slider {
  margin-top: 40px;
}

.products__slider__item {
  width: 320px;
  margin: 0 11px;
}

.products__slider__img {
  padding-top: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
}

.products__slider__img>img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform: translateY(-50%) translateX(-50%);
}

.products__slider__txtarea {
  background-color: #fff;
  border-radius: 0px 0px 16px 16px;
  height: 115px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  color: black;
  line-height: calc(32 / 20);
}

.products__slider__ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 行数を指定 */
}

.products__slider__time {
  margin-top: auto;
}

.mv__arrow__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 27px;
}

.mv__arrow-l {
  width: 32px;
  cursor: pointer;
}

.mv__arrow-r {
  width: 32px;
  transform: rotate(180deg);
  cursor: pointer;
}

.products .common__btn {
  background-color: #fff;
}

.products .common__btn>a {
  color: #000;
}

.service {
  margin-top: 80px;
  padding-bottom: 80px;
}

.service__content__wrap {}

.service__img__sp {
  margin: 0 -27px;
  position: relative;
}

.service__img01 {
  margin: 0 27px;
  display: block;
  width: calc(100% - 54px);
  position: relative;
  z-index: 1;
  padding-top: 20px;

  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.6));
}

.service__img02 {
  position: absolute;
  top: 0;
}

.service__img__pc {
  display: none;
}

.service__txtarea {
  margin-top: 30px;
}

.service__txt {
  margin: 20px 11px 30px;
}

.product__no-post {
  padding: 80px 0;
  text-align: center;
}

.rentalease_banner {
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .rentalease_banner {
    transform: translateY(-100%);
  }

  .rentalease_banner {
    text-align: center;
  }

  .rentalease_banner img {
    max-width: 728px;
  }

  .header {
    margin-bottom: 80px;
  }

  .content__wrapper {
    overflow: hidden;
  }

  .mv__pc {
    display: block;
  }

  .mv__sp {
    display: none;
  }

  .about {
    padding-top: 200px;
    padding-bottom: 200px;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
  }

  .about .h__ttl,
  .about .h__ttl02,
  .service .h__ttl,
  .service .h__ttl02 {
    text-align: left;
  }

  .about .h__ttl,
  .service .h__ttl {
    padding: 0;
  }

  .about .h__ttl02,
  .service .h__ttl02 {
    margin-top: 10px;
    padding: 0;
  }

  .about__content__wrap {
    display: flex;
    align-items: center;
    position: relative;
  }

  .about::before {
    content: "";
    background-image: url(../img/top/about__img-pc02.png);
    max-width: 906px;
    width: 100%;
    display: block;
    /* aspect-ratio: 1.38; */
    background-size: contain;
    background-repeat: no-repeat;
    /*  height: 300px; */
    height: 656px;
    position: absolute;
    top: 148px;
    margin-left: calc((100% - 100vw) / 2);
  }

  @media screen and (max-width: 1630px) {
    .about::before {
      display: none;
    }

    .about__img__pc::before {
      content: "";
      background-image: url(../img/top/about__img.png);
      max-width: 906px;
      width: 140%;
      display: block;
      /* aspect-ratio: 1.38; */
      background-size: contain;
      background-repeat: no-repeat;
      /*  height: 300px; */
      height: 656px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      margin-left: calc((100% - 100vw) / 2);
      background-position: center;
    }
  }

  @media screen and (max-width: 1100px) {
    .about__img__pc::before {
      background-position: top;
      height: 85%;
      top: -5%;
      bottom: auto;
    }
  }

  .about__img__sp {
    margin: 0 -27px;
    position: relative;
    display: none;
  }

  .about__img01 {
    margin: 0 27px;
    display: block;
    width: calc(100% - 54px);
    position: relative;
    z-index: 1;
    padding-top: 20px;

    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.6));
  }

  .about__img02 {
    position: absolute;
    top: 0;
  }

  .top__ttl__pc__line {
    display: block;
    height: 2px;
    background-color: #28c3d4;
    width: 100vw;
    /*  width: calc(100vw - 50%); */
    margin-left: calc((100% - 100vw) / 2);
    margin-left: -76px;
    /*   margin-left: calc(100% - 100vw + 100%); */
    /*  margin-left: calc((100% - 100vw)/2 - 100%); */
    /*  position: absolute; */
    margin-top: 20px;
  }

  .about .h__ttl__line,
  .service .h__ttl__line {
    border: none;
  }

  .about__img__pc {
    display: block;
    width: calc((100% - 96px) * 0.635);
    position: relative;
    /* margin-left: calc((100% - 100vw)/2); */
    /* width: calc(((100% - 76px)*0.635) + (100vw - 100%)/2); */
  }

  .about__img__pc>img {
    max-width: 552px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .about__txtarea {
    margin-top: 0;
    width: calc((100% - 76px) * 0.365);
    margin-left: 76px;
  }

  .about__txt {
    margin: 32px 0px 32px;
  }

  .about .common__btn,
  .service .common__btn {
    margin-left: 0;
  }

  .products {
    margin: 0 -27px;
  }

  .products .h__ttl {
    color: #fff;
    max-width: 876px;
    margin: 0 auto;
  }

  .products .h__ttl__line {
    border-color: #fff;
  }

  .products__contnt {
    background-color: #28c3d4;
    color: white;
    padding: 200px 0 200px 0;
    mix-blend-mode: multiply;

    clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
  }

  .products__slider {
    margin-top: 64px;
  }

  .products__slider__item {
    width: 456px;
    margin: 0 11px;
  }

  .products__slider__img {
    padding-top: 256px;
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0px 0px;
  }

  .products__slider__img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
  }

  .products__slider__txtarea {
    background-color: #fff;
    border-radius: 0px 0px 16px 16px;
    height: 132px;
    padding: 8.5px 24px 24px;
    display: flex;
    flex-direction: column;
    color: black;
    line-height: calc(32 / 20);
  }

  .products__slider__ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 行数を指定 */
  }

  .products__slider__time {
    margin-top: auto;
  }

  .products__slider__btn__wrap {
    position: relative;
    margin: 0 auto;
    margin-top: 64px;
    max-width: 552px;
  }

  .mv__arrow__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .mv__arrow-l {
    width: 64px;
    cursor: pointer;
  }

  .mv__arrow-r {
    width: 64px;
    transform: rotate(180deg);
    cursor: pointer;
  }

  .products .common__btn {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .products .common__btn>a {
    color: #000;
  }

  .service {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
  }

  .service__content__wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
  }

  .service::before {
    content: "";
    background-image: url(../img/top/service__img-pc02.png);
    max-width: 906px;
    width: 100%;
    display: block;
    /* aspect-ratio: 1.38; */
    background-size: contain;
    background-repeat: no-repeat;
    /*  height: 300px; */
    height: 656px;
    position: absolute;
    top: 148px;
    margin-right: calc((100% - 100vw) / 2);
    right: 0;
  }

  @media screen and (max-width: 1790px) {
    .service::before {
      display: none;
    }

    .service__img__pc::before {
      content: "";
      background-image: url(../img/top/service__img.png);
      max-width: 906px;
      width: 140%;
      display: block;
      /* aspect-ratio: 1.38; */
      background-size: contain;
      background-repeat: no-repeat;
      /*  height: 300px; */
      height: 656px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      margin-right: calc((100% - 100vw) / 2);
      /* margin-left: auto; */
      background-position: center;
      right: 0;
    }
  }

  @media screen and (max-width: 1100px) {
    .about__img__pc::before {
      background-position: top;
      height: 85%;
      top: -5%;
      bottom: auto;
    }
  }

  @media screen and (max-width: 1350px) {
    .service__img__pc::before {
      background-position: top;
      height: 85%;
      top: -5%;
      bottom: auto;
    }
  }

  .service .top__ttl__pc__line {
    display: block;
    height: 2px;
    background-color: #28c3d4;
    width: 100vw;
    width: calc(100vw - 100%);
    margin-left: calc((100% - 100vw) / 2);
    /*   margin-left: auto; */
    /* margin-left: -76px; */
    /* margin-left: calc(100% - 100vw + 100%); */
    /* margin-left: calc((100% - 100vw) / 2 - 100%); */
    /* position: absolute; */
    margin-top: 20px;
    /* margin-right: -76px; */
    /*  margin-left: 0; */
  }

  @media screen and (max-width: 1350px) {
    .service__img__pc::before {
      background-position: top;
      height: 85%;
      top: -5%;
      bottom: auto;
    }

    .service .top__ttl__pc__line {
      display: block;
      height: 2px;
      background-color: #28c3d4;
      width: 100vw;
      width: 100vw;
      margin-left: calc((100% - 100vw) / 2);
      /*   margin-left: auto; */
      /* margin-left: -76px; */
      /* margin-left: calc(100% - 100vw + 100%); */
      /* margin-left: calc((100% - 100vw) / 2 - 100%); */
      /* position: absolute; */
      margin-top: 20px;
      /* margin-right: -76px; */
      /*  margin-left: 0; */
    }
  }

  .service__img__sp {
    margin: 0 -27px;
    position: relative;
    display: none;
  }

  .service__img01 {
    margin: 0 27px;
    display: block;
    width: calc(100% - 54px);
    position: relative;
    z-index: 1;
    padding-top: 20px;

    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.6));
  }

  .service__img02 {
    position: absolute;
    top: 0;
  }

  .service__img__pc {
    display: block;
    width: calc((100% - 96px) * 0.635);
    position: relative;
    /*   margin-right: calc((100% - 100vw)/2); */
    /*  width: calc(((100% - 100px)*0.635) + (100vw - 100%)/2); */
  }

  .service__img__pc>img {
    max-width: 552px;
    margin-right: auto;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .service__txtarea {
    margin-top: 0;
    width: calc((100% - 76px) * 0.365);
    margin-right: 76px;
  }

  .service__txt {
    margin: 32px 0px 32px;
  }

  @media screen and (max-width: 990px) {

    .about .h__ttl,
    .service .h__ttl {
      font-size: 64px;
    }

    .about__txtarea {
      margin-left: 40px;
    }

    .service__txtarea {
      margin-right: 40px;
    }

    .about__content__wrap,
    .service__content__wrap {
      align-items: start;
    }

    .about__img__pc {
      width: calc(((100% - 40px) * 0.635) + (100vw - 100%) / 2);
    }

    .about__txtarea {
      width: calc((100% - 40px) * 0.365);
    }

    .service__img__pc {
      width: calc(((100% - 40px) * 0.635) + (100vw - 100%) / 2);
    }

    .service__txtarea {
      width: calc((100% - 40px) * 0.365);
    }
  }
}