.c-visual.has-image {
  height: 435px;
}

.c-slider ul > li figure {
  height: auto;
}

.v-inner {
  margin-top: 10rem;
  position: relative;
}
.v-inner__title {
  position: relative;
}
.v-inner__title .v-title {
  background-image: url("/data/img/views/renovation/pc/text_bg.png");
  width: 100%;
  height: 242px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 85%;
  position: absolute;
  bottom: 0;
  top: -13rem;
}
.v-inner__inner1 {
  padding-top: 50px;
}
.v-inner__inner1 .div0 {
  margin-bottom: 10rem;
}
.v-inner__inner1 .div0 .title {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -0.1em;
  text-align: center;
  margin-bottom: 50px;
}
.v-inner__inner1 .div0 h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 39px 0 30px;
}
.v-inner__inner1 .div0 p {
  margin-bottom: 3rem;
}
.v-inner__inner1 .row {
  margin-bottom: 100px;
}
.v-inner__inner1 .row .c-headline-h2 {
  padding-bottom: 33px;
  margin-bottom: 50px;
}
.v-inner__inner1 .row p {
  line-height: 2;
  margin-top: 30px;
}
.v-inner__inner1 .div1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 70px;
}
.v-inner__inner1 .div1 li {
  list-style: none;
}
.v-inner__inner1 .div1 li:last-child {
  margin-left: 2rem;
}
.v-inner__inner1 .div2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 70px;
}
.v-inner__inner1 .div2 li {
  list-style: none;
}
.v-inner__inner1 .div2 li:last-child {
  margin-left: 2rem;
}
.v-inner__inner1 .div3 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 70px;
}
.v-inner__inner1 .div3 li {
  list-style: none;
}
.v-inner__inner1 .div3 li:last-child {
  margin-left: 2rem;
}
.v-inner__inner2 {
  margin-bottom: 10rem;
}
.v-inner__inner2 .swiper-holder {
  position: relative;
}
.v-inner__inner2 .swiper-holder .swiper-container .swiper-wrapper {
  justify-content: center;
}
.v-inner__inner2 .swiper-holder .swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin-top: 1rem;
}
.v-inner__inner2 .swiper-holder .swiper-button-next {
  background-image: url("/data/img/common/pc/arrow_next.png");
  background-size: 15px 23px;
  right: -65px;
}
.v-inner__inner2 .swiper-holder .swiper-button-prev {
  background-image: url("/data/img/common/pc/arrow_prev.png");
  background-size: 15px 23px;
  left: -65px;
}
.v-inner__inner2 .v-button {
  margin-top: 5rem;
}
.v-inner__inner3 {
  background-color: #F5F5F5;
  padding: 80px 0;
  margin-top: 10rem;
}

img {
  max-width: 100%;
}

.mov-yt {
  margin-bottom: 10rem;
}
.mov-yt iframe {
  width: 960px;
  height: 540px;
}

@media screen and (max-width: 750px) {
  .c-visual.has-image {
    height: auto;
  }

  .v-inner {
    margin-top: 2rem;
  }
  .v-inner__title > h1 {
    left: 0;
    top: -5rem;
    font-size: 6rem;
  }
  .v-inner__inner1 .div0 {
    margin-bottom: 5rem;
  }
  .v-inner__inner1 .div0 .title {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
  .v-inner__inner1 .div0 h3 {
    margin: 3.9rem 0 3rem;
  }
  .v-inner__inner1 .div0 p {
    margin-bottom: 3rem;
  }
  .v-inner__inner1 .row {
    margin-bottom: 6rem;
  }
  .v-inner__inner1 .row.is-last {
    margin-bottom: 3rem;
  }
  .v-inner__inner1 .row .c-headline-h2 {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
  .v-inner__inner1 .row p {
    margin-top: 3rem;
  }
  .v-inner__inner1 .div1 {
    display: block;
    margin-left: 0;
  }
  .v-inner__inner1 .div1 li {
    list-style: none;
    margin-bottom: 5rem;
  }
  .v-inner__inner1 .div1 li .after .after_img {
    position: relative;
    width: 100%;
    display: block;
  }
  .v-inner__inner1 .div1 li .after .text1 {
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin-top: 1rem;
  }
  .v-inner__inner1 .div1 li .before .before_img {
    position: absolute;
    bottom: 0;
    left: -8rem;
    right: 0rem;
  }
  .v-inner__inner1 .div1 li .before .text2 {
    text-align: left;
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    left: -2rem;
    right: 0;
  }
  .v-inner__inner1 .div1 li > h1 {
    font-size: 35px;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
  }
  .v-inner__inner1 .div1 li > h1::before {
    content: "";
    position: absolute;
    background: red;
    width: 12rem;
    height: 1px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .v-inner__inner1 .div1 li:last-child {
    margin-left: 0rem;
  }
  .v-inner__inner1 .div2 {
    display: block;
    margin-left: 0;
  }
  .v-inner__inner1 .div2 li {
    list-style: none;
    margin-bottom: 5rem;
  }
  .v-inner__inner1 .div2 li .after .after_img {
    position: relative;
    width: 100%;
    display: block;
  }
  .v-inner__inner1 .div2 li .after .text1 {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    margin-top: 1rem;
    margin-left: 20rem;
    position: relative;
    top: 3rem;
  }
  .v-inner__inner1 .div2 li .before .before_img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0rem;
    top: 0;
    display: block;
    width: 60%;
    height: auto;
  }
  .v-inner__inner1 .div2 li .before .text2 {
    text-align: left;
    font-size: 2rem;
    font-weight: normal;
    position: relative !important;
    left: 0;
    right: 0;
    margin-left: 6rem;
  }
  .v-inner__inner1 .div2 li > h1 {
    font-size: 35px;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
  }
  .v-inner__inner1 .div2 li > h1::before {
    content: "";
    position: absolute;
    background: red;
    width: 12rem;
    height: 1px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .v-inner__inner1 .div2 li:last-child {
    margin-left: 0;
  }
  .v-inner__inner1 .div3 {
    display: block;
    margin-left: 0;
  }
  .v-inner__inner1 .div3 li {
    list-style: none;
    margin-bottom: 5rem;
  }
  .v-inner__inner1 .div3 li .after .after_img {
    position: relative;
    width: 100%;
    display: block;
  }
  .v-inner__inner1 .div3 li .after .text1 {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    margin-top: 1rem;
    margin-left: 20rem;
    position: relative;
    top: 3rem;
  }
  .v-inner__inner1 .div3 li .before .before_img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0rem;
    top: 15rem;
    display: block;
    width: 60%;
    height: auto;
  }
  .v-inner__inner1 .div3 li .before .text2 {
    text-align: left;
    font-size: 2rem;
    font-weight: normal;
    position: relative !important;
    left: 0;
    right: 0;
    margin-left: 6rem;
  }
  .v-inner__inner1 .div3 li > h1 {
    font-size: 35px;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
  }
  .v-inner__inner1 .div3 li > h1::before {
    content: "";
    position: absolute;
    background: red;
    width: 12rem;
    height: 1px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .v-inner__inner1 .div3 li:last-child {
    margin-left: 0;
  }
  .v-inner__inner2 {
    margin-bottom: 0;
  }
  .v-inner__inner2 .swiper-holder {
    position: relative;
  }
  .v-inner__inner2 .swiper-holder .swiper-container .swiper-wrapper {
    justify-content: center;
  }
  .v-inner__inner2 .swiper-holder .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 1.2rem;
    margin-left: 8px;
  }
  .v-inner__inner2 .swiper-holder .swiper-button-next {
    right: 0;
    top: 6rem;
  }
  .v-inner__inner2 .swiper-holder .swiper-button-prev {
    left: 0;
    top: 6rem;
  }
  .v-inner__inner2 .v-button {
    margin: 5rem 0;
  }
  .v-inner__inner3 {
    padding: 45px 0;
    margin-top: 5rem;
  }

  .mov-yt {
    margin-bottom: 5rem;
  }
  .mov-yt iframe {
    width: 100%;
    height: 18.2rem;
  }
}
/*# sourceMappingURL=index.css.map */