@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
/*contents-lp.cssを編集しないでください*/
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.grecaptcha-badge {
  z-index: 9;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

#lp-renovation-wrap {
  position: relative;
  z-index: 1;
}

.lp-font-family-defo {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.lp-efont {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.lp-font-weight-light {
  font-weight: 300;
}

.lp-font-weight-regular {
  font-weight: 400;
}

.lp-font-weight-medium {
  font-weight: 500;
}

.lp-font-weight-bold {
  font-weight: 700;
}

.lp-common-bfont {
  line-height: 1.6;
}

.lp-lh-18 {
  line-height: 1.8;
}

@media screen and (max-width: 1199px) {
  .lp-common-tagline {
    font-size: 1.2857rem;
  }
  .lp-common-bfont {
    font-size: 0.9286rem;
  }
  .lp-common-bfont .lp-efont {
    font-size: 2.2857rem;
  }
  .lp-common-bfont .lp-efont.d-block {
    padding-bottom: 0.5714rem;
  }
  .lp-common-renovation-faq-ttl {
    font-size: 1.1429rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp-font-size-defo {
    font-size: 1.1429rem;
  }
  .lp-common-tagline {
    font-size: 1.8571rem;
  }
  .lp-common-bfont {
    font-size: 1.0714rem;
    letter-spacing: 0.1em;
  }
  .lp-common-bfont .lp-efont {
    font-size: 3.4286rem;
  }
  .lp-common-renovation-faq-ttl {
    font-size: 1.2857rem;
  }
}
.lp-c-fff {
  color: #fff;
}

.lp-c-000 {
  color: #000;
}

.lp-c-828282 {
  color: #828282;
}

.lp-c-a0a0a0 {
  color: #a0a0a0;
}

.lp-bc-fff {
  background-color: #fff;
}

.lp-bc-000 {
  background-color: #000;
}

.lp-bc-f5f5f5 {
  background-color: #f5f5f5;
}

.lp-container-single, .lp-container-small, .lp-container-large, .lp-container-single-small, .lp-container-small-small, .lp-container-small-100, .lp-container-large-small {
  margin-right: auto;
  margin-left: auto;
}

.lp-m-mr {
  margin-right: -0.5em;
}

.lp-m-ml {
  margin-left: -0.5em;
}

@media screen and (max-width: 1199px) {
  .lp-container-single-small, .lp-container-small-small, .lp-container-large-small {
    width: 76.9231%;
  }
  .lp-container-single, .lp-container-small, .lp-container-large {
    width: 87.1795%;
  }
  .lp-container-small-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .lp-container-single, .lp-container-single-small {
    width: 55.5556%;
  }
  .lp-container-small, .lp-container-small-small, .lp-container-small-100 {
    width: 72.2222%;
  }
  .lp-container-large, .lp-container-large-small {
    width: 85.5556%;
  }
}
.lp-common-contact-btn {
  width: 88.2353%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.lp-common-contact-btn a {
  display: block;
  background-color: #000;
  border: 1px #000 solid;
  color: #fff;
  border-radius: 1.9286rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-common-contact-btn a:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 1199px) {
  .lp-common-contact-ttl {
    font-size: 1.4286rem;
    margin-bottom: 1.4286rem;
  }
  .lp-common-contact-txt {
    margin-bottom: 2.8571rem;
    line-height: 1.8;
  }
  .lp-common-contact-btn {
    max-width: 21.4286rem;
  }
  .lp-common-contact-btn a {
    font-size: 0.9286rem;
    line-height: 3.8571rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp-common-contact-ttl {
    font-size: 1.8571rem;
    margin-bottom: 2.2857rem;
  }
  .lp-common-contact-txt {
    margin-bottom: 3.4286rem;
    line-height: 2.1;
  }
  .lp-common-contact-btn {
    max-width: 18.5714rem;
  }
  .lp-common-contact-btn a {
    font-size: 1.0714rem;
    line-height: 3.4286rem;
  }
}
#lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
}

.lp-header-logo {
  margin-bottom: 0;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-header-logo svg {
  max-width: 100%;
  height: auto;
}
.fixed .lp-header-logo svg path, .fixed .lp-header-logo svg polygon {
  fill: #fff;
}

.lp-header-navi-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lp-header-navi-inner-contact-btn {
  width: 9.2857rem;
}
.lp-header-navi-inner-contact-btn a {
  display: block;
  line-height: 2.2857rem;
  border-radius: 1.1429rem;
  font-size: 0.9286rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 1px #000 solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-header-navi-inner-contact-btn a:hover {
  background-color: #fff;
  color: #000;
}
.fixed .lp-header-navi-inner-contact-btn a {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.fixed .lp-header-navi-inner-contact-btn a:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  #lp-header {
    padding-top: 1.8571rem;
    padding-right: 6.4103%;
    padding-left: 5.1282%;
  }
  .lp-header-logo {
    width: 7.1429rem;
  }
  .lhnicb-us {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #lp-header {
    padding-top: 4.2857rem;
    padding-right: 4.4444%;
    padding-left: 4.4444%;
  }
  .lp-header-logo {
    width: 10rem;
  }
}
.lp-Toggle {
  width: 2.8571rem;
  height: 2.5714rem;
  position: relative;
}
.lp-Toggle span {
  display: block;
  background-color: #000;
  height: 1px;
  width: 50%;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-Toggle span:first-of-type {
  top: 30.5556%;
}
.lp-Toggle span:nth-of-type(2) {
  top: 44.4444444444%;
}
.lp-Toggle span:nth-of-type(3) {
  top: 58.3333%;
}
.lp-Toggle.tgl-active span {
  background-color: #fff;
}
.lp-Toggle.tgl-active span:first-of-type {
  top: 44%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lp-Toggle.tgl-active span:nth-of-type(2) {
  opacity: 0;
}
.lp-Toggle.tgl-active span:nth-of-type(3) {
  top: 44%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lp-scroll_tgl_wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
}
.lp-scroll_tgl_wrap.active {
  opacity: 1;
  visibility: visible;
}

.lp-togglewrap {
  width: 76.9231%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8.5714rem;
  padding-bottom: 7.1429rem;
}

.lp-toggle-navi-list {
  margin-bottom: 0;
  padding-left: 0;
}
.lp-toggle-navi-list li {
  list-style: none;
  border-bottom: 1px rgba(230, 230, 230, 0.25) solid;
  font-size: 0.9286rem;
}
.lp-toggle-navi-list li a {
  color: #fff;
  display: block;
  padding-top: 1.8571rem;
  padding-bottom: 2.2857rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-toggle-navi-list li a .lp-efont {
  font-size: 2.2857rem;
}
.lp-toggle-navi-list li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 992px) {
  .lp-Toggle, .lp-scroll_tgl_wrap {
    display: none;
  }
}
#lp-header-navi-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-header-navi-inner-list {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.1429rem;
}
.lp-header-navi-inner-list li {
  list-style: none;
}
.lp-header-navi-inner-list li:not(:last-of-type) {
  margin-right: 3.4286rem;
}
.lp-header-navi-inner-list li a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-header-navi-inner-list li a:hover {
  opacity: 0.6;
}

.hgnil-sns {
  width: 1.4286rem;
}

@media screen and (max-width: 991px) {
  .lp-header-navi-inner-list {
    display: none;
  }
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-pagination .swiper-pagination-bullet {
  padding-right: 0.7143rem;
  padding-left: 0.7143rem;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: " ";
  border: 1px rgba(0, 0, 0, 0.25) solid;
  width: 0.4286rem;
  height: 0.4286rem;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #000;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.lp-page-header {
  position: relative;
}

.lp-page-header-jttl {
  line-height: 1.6;
}

.lp-page-header-ettl {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .lp-page-header {
    padding-top: 11.4286rem;
    padding-bottom: 5rem;
  }
  .lp-page-header-jttl {
    font-size: 1.5714rem;
    margin-bottom: 1.4286rem;
  }
  .lp-page-header-ettl {
    font-size: 0.9286rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp-page-header {
    padding-top: 21.4286rem;
    padding-bottom: 7.8571rem;
  }
  .lp-page-header-jttl {
    font-size: 3rem;
    margin-bottom: 2.1429rem;
  }
  .lp-page-header-ettl {
    font-size: 1.4286rem;
  }
}
.lp-page-header-scroll {
  position: absolute;
}

.lp-page-header-scroll-inner {
  position: relative;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}

.lphsi-ani {
  position: relative;
}
.lphsi-ani::before, .lphsi-ani::after {
  content: " ";
  display: block;
  position: absolute;
  right: 50%;
  width: 1px;
}
.lphsi-ani::before {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: scrollAni 6s ease 0s infinite normal;
          animation: scrollAni 6s ease 0s infinite normal;
}
.lphsi-ani::after {
  background-color: rgba(200, 200, 200, 0.5);
  top: 0;
  height: 100%;
}

@-webkit-keyframes scrollAni {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  51% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}

@keyframes scrollAni {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  51% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}
@media screen and (max-width: 1199px) {
  .lp-page-header-scroll {
    bottom: 2.1429rem;
    right: 5.1282%;
  }
  .lp-page-header-scroll-inner {
    height: 7.8571rem;
  }
  .lp-page-header-scroll-inner .lp-efont {
    font-size: 0.9286rem;
  }
  .lphsi-ani {
    height: 4.2857rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp-page-header-scroll {
    bottom: 8.5714rem;
    right: 7.2222%;
  }
  .lp-page-header-scroll-inner {
    height: 10rem;
  }
  .lp-page-header-scroll-inner .lp-efont {
    font-size: 1.0714rem;
  }
  .lphsi-ani {
    height: 5.7143rem;
  }
}
.lp-para-img {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/lp/lp-para-renovation-img.webp);
}

@media screen and (max-width: 575px) {
  .lp-para-wrap {
    aspect-ratio: 1/1.436;
  }
}
@media screen and (min-width: 576px) {
  .lp-para-wrap {
    aspect-ratio: 1/0.5;
  }
}
@media screen and (max-width: 1199px) {
  #lp-first {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #lp-first {
    padding-top: 9.2857rem;
    padding-bottom: 7.8571rem;
  }
}
@media screen and (max-width: 991px) {
  .page-renovation-second-txt {
    text-align: center;
    padding-top: 4.2857rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .lp-renovation-second-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-renovation-second-img {
    width: 53.8462%;
  }
  .page-renovation-second-txt {
    width: 46.1538%;
    padding-left: 9.2308%;
  }
}
@media screen and (max-width: 1199px) {
  .page-renovation-second-txt .lp-common-tagline {
    margin-bottom: 1.4286rem;
  }
  .prst-txt {
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .page-renovation-second-txt .lp-common-tagline {
    margin-bottom: 2.1429rem;
  }
  .prst-txt {
    line-height: 2.1;
  }
}
#lp-reason {
  padding-top: 4.2857rem;
  padding-bottom: 2.1429rem;
  margin-bottom: 5rem;
}
#lp-reason .lp-common-bfont {
  margin-bottom: 3.5714rem;
}

.lp-renovation-reason-contents-item {
  margin-bottom: 3.5714rem;
}

.lrrci-img {
  margin-bottom: 1.8571rem;
}

.lrrci-ttl {
  line-height: 1.5;
  margin-bottom: 1.2857rem;
}

@media screen and (min-width: 992px) {
  .lp-renovation-reason-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp-renovation-reason-contents-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1599px) {
  .lp-renovation-reason-contents {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
  .lp-renovation-reason-contents-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  #lp-reason {
    padding-top: 4.2857rem;
    padding-bottom: 2.1429rem;
    margin-bottom: 5rem;
  }
  #lp-reason .lp-common-bfont {
    margin-bottom: 3.5714rem;
  }
  .lrrci-ttl {
    font-size: 1.2857rem;
  }
}
@media screen and (min-width: 1200px) {
  #lp-reason {
    padding-top: 9.2857rem;
    padding-bottom: 5.7143rem;
    margin-bottom: 9.2857rem;
  }
  #lp-reason .lp-common-bfont {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .lrrci-ttl {
    font-size: 1.2143rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1799px) {
  .lrrci-ttl {
    font-size: 1.4286rem;
  }
}
@media screen and (min-width: 1600px) {
  .lp-renovation-reason-contents {
    margin-right: -3.1rem;
    margin-left: -3.1rem;
  }
  .lp-renovation-reason-contents-item {
    padding-right: 3.1rem;
    padding-left: 3.1rem;
  }
}
@media screen and (min-width: 1800px) {
  .lrrci-ttl {
    font-size: 1.5714rem;
  }
}
#lp-renovation {
  position: relative;
}

.lp-renovation-renovation-ttl-inner {
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .lp-renovation-renovation-ttl-inner {
    text-align: center;
    width: 76.9231%;
    margin-right: auto;
    margin-bottom: 4.2857rem;
  }
  .lp-renovation-renovation-ttl-inner .lp-common-bfont {
    margin-bottom: 2.1429rem;
  }
  .lrrti-txt-br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .lp-renovation-renovation-ttl-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 8.3871%;
    margin-bottom: 5rem;
  }
  .lp-renovation-renovation-ttl-inner .lp-common-bfont {
    width: 31.4286rem;
    margin-bottom: 0;
  }
  .lp-renovation-renovation-ttl-inner .lp-common-bfont + p {
    width: calc(100% - 31.4286rem);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .lp-renovation-renovation-ttl-inner {
    width: 93.5897%;
  }
}
@media screen and (max-width: 1199px) {
  #lp-renovation {
    padding-bottom: 3.5714rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #lp-renovation {
    padding-bottom: 5.7143rem;
    margin-bottom: 9.2857rem;
  }
  .lp-renovation-renovation-ttl-inner {
    width: 86.1111%;
  }
}
.lp-renovation-renovation-swiper-wrap {
  margin-left: auto;
}
.lp-renovation-renovation-swiper-wrap .swiper {
  position: inherit;
}

.lp-renovation-renovation-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .lp-renovation-renovation-swiper-wrap {
    width: 93.5897%;
  }
  .lrrs-img {
    margin-bottom: 1.5714rem;
  }
  .lcrft-sp-none {
    display: none;
  }
  .lp-renovation-renovation-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .lrrs-img {
    margin-bottom: 1.8571rem;
  }
  .lp-renovation-renovation-swiper-wrap {
    width: 86.1111%;
  }
  .lp-renovation-renovation-pagination {
    width: calc(86.1111% + 0.7143rem);
  }
}
@media screen and (max-width: 1199px) {
  #lp-works {
    margin-bottom: 3.5714rem;
  }
  #lp-works .lp-common-bfont {
    margin-bottom: 3.5714rem;
  }
}
@media screen and (min-width: 1200px) {
  #lp-works {
    margin-bottom: 6.4286rem;
  }
  #lp-works .lp-common-bfont {
    margin-bottom: 5rem;
  }
}
.lp-renovation-works-before-after .twentytwenty-overlay {
  background-color: rgba(0, 0, 0, 0) !important;
}
.lp-renovation-works-before-after .twentytwenty-before-label, .lp-renovation-works-before-after .twentytwenty-after-label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.lp-renovation-works-before-after .twentytwenty-before-label::before, .lp-renovation-works-before-after .twentytwenty-after-label::before {
  border-radius: 0.3571rem;
}
.lp-renovation-works-before-after .twentytwenty-before-label::before {
  background-color: #1a1a1a;
}
.lp-renovation-works-before-after .twentytwenty-after-label::before {
  background-color: #fff;
  color: #000;
}
.lp-renovation-works-before-after .twentytwenty-handle {
  border: none;
  background-color: #fff;
}
.lp-renovation-works-before-after .twentytwenty-handle::before, .lp-renovation-works-before-after .twentytwenty-handle::after {
  display: none;
}
.lp-renovation-works-before-after .twentytwenty-handle .twentytwenty-left-arrow, .lp-renovation-works-before-after .twentytwenty-handle .twentytwenty-right-arrow {
  border: none;
  display: block;
}

@media screen and (max-width: 1199px) {
  .lp-renovation-works-before-after .twentytwenty-before-label, .lp-renovation-works-before-after .twentytwenty-after-label {
    display: none;
  }
  .lp-renovation-works-before-after .twentytwenty-handle .twentytwenty-left-arrow, .lp-renovation-works-before-after .twentytwenty-handle .twentytwenty-right-arrow {
    border-top: 1px #000 solid;
    border-right: 1px #000 solid;
    width: 0.4286rem;
    height: 0.4286rem;
    top: 1.5714rem;
  }
  .lp-renovation-works-before-after .twentytwenty-handle .twentytwenty-left-arrow {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-left: -0.8571rem;
  }
  .lp-renovation-works-before-after .twentytwenty-handle .twentytwenty-right-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: -0.8571rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp-renovation-works-before-after .twentytwenty-before-label::before, .lp-renovation-works-before-after .twentytwenty-after-label::before {
    width: 7.8571rem;
    height: 2.8571rem;
    line-height: 2.8571rem;
  }
  .lp-renovation-works-before-after .twentytwenty-before-label::before {
    left: 2.1429rem;
  }
  .lp-renovation-works-before-after .twentytwenty-after-label::before {
    right: 2.1429rem;
  }
  .lp-renovation-works-before-after .twentytwenty-handle {
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
  }
  .lp-renovation-works-before-after .twentytwenty-handle .twentytwenty-left-arrow, .lp-renovation-works-before-after .twentytwenty-handle .twentytwenty-right-arrow {
    width: 0.7143rem;
    height: 1.1429rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/lp/befor-after-arrow.svg);
    top: 2.4286rem;
  }
  .lp-renovation-works-before-after .twentytwenty-handle .twentytwenty-left-arrow {
    margin-left: -1.5714rem;
  }
  .lp-renovation-works-before-after .twentytwenty-handle .twentytwenty-right-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: -1.5714rem;
  }
}
@media screen and (max-width: 1199px) {
  .lp-renovation-contact-after-works {
    margin-bottom: 5.7143rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp-renovation-contact-after-works {
    margin-bottom: 10rem;
  }
}
.lp-renovation-performance-contents {
  padding-top: 4.2857rem;
}

@media screen and (min-width: 576px) {
  .lp-renovation-performance-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .lp-renovation-performance-contents {
    margin-right: -0.7143rem;
    margin-left: -0.7143rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .lp-renovation-performance-contents {
    margin-right: -1.0714rem;
    margin-left: -1.0714rem;
  }
}
@media screen and (max-width: 1199px) {
  #lp-performance {
    padding-top: 5rem;
    padding-bottom: 1.4286rem;
    margin-bottom: 3.8571rem;
  }
  #lp-performance .lp-common-bfont {
    margin-bottom: 2.1429rem;
  }
}
@media screen and (min-width: 1200px) {
  #lp-performance {
    padding-top: 9.2857rem;
    padding-bottom: 7.1429rem;
    margin-bottom: 8.5714rem;
  }
  #lp-performance .lp-common-bfont {
    margin-bottom: 2.8571rem;
  }
}
@media screen and (min-width: 1600px) {
  .lp-renovation-performance-contents {
    margin-right: -2.1429rem;
    margin-left: -2.1429rem;
  }
}
.lp-renovation-performance-swiper {
  margin-bottom: 1.5714rem;
}

.lrps-txt {
  position: absolute;
  right: 0;
  bottom: -1.8571rem;
  line-height: 1;
}

.lp-renovation-performance-pagination {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.4286rem;
}

.page-renovaton-performance-ttl {
  font-size: 1.2857rem;
  margin-bottom: 1.1429rem;
  line-height: 1.5;
}
.page-renovaton-performance-ttl + p {
  line-height: 1.5;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .lp-renovation-performance-contents-item {
    width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .lp-renovation-performance-contents-item {
    margin-bottom: 3.5714rem;
  }
  .lrps-txt {
    font-size: 0.9286rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp-renovation-performance-contents-item {
    margin-bottom: 4.2857rem;
  }
  .lrps-txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .lp-renovation-performance-contents-item {
    width: 33.3333333333%;
    padding-right: 1.0714rem;
    padding-left: 1.0714rem;
  }
}
@media screen and (min-width: 1600px) {
  .lp-renovation-performance-contents-item {
    width: 25%;
    padding-right: 2.1429rem;
    padding-left: 2.1429rem;
  }
}
.lp-renovation-contact-after-performance {
  border-bottom: 1px rgba(180, 180, 180, 0.25) solid;
}

@media screen and (max-width: 1199px) {
  .lp-renovation-contact-after-performance {
    padding-bottom: 5.7143rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp-renovation-contact-after-performance {
    padding-bottom: 11.4286rem;
    margin-bottom: 9.2857rem;
  }
}
@media screen and (max-width: 1199px) {
  #lp-faq {
    margin-bottom: 5rem;
  }
  #lp-faq .lp-common-bfont {
    margin-bottom: 3.5714rem;
  }
}
@media screen and (min-width: 1200px) {
  #lp-faq {
    margin-bottom: 9.2857rem;
  }
  #lp-faq .lp-common-bfont {
    margin-bottom: 5.7143rem;
  }
}
.lp-renovation-faq-contents {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.lp-renovation-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.lrfi-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.lrfi-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  line-height: 1.6;
}

.lrfi-tgl {
  position: absolute;
  top: 0;
  right: 0;
}
.lrfi-tgl span {
  display: block;
  position: relative;
}
.lrfi-tgl span::before, .lrfi-tgl span::after {
  content: " ";
  display: block;
  width: 0.8571rem;
  height: 1px;
  background-color: #000;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lrfi-tgl span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.lrfi-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lrfi-content-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lrfi-input {
  display: none;
}
.lrfi-input:checked + .lrfi-label .lrfi-tgl span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.lrfi-input:checked + .lrfi-label + .lrfi-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1199px) {
  .lrfi-label {
    padding-top: 1.5714rem;
    padding-bottom: 1.5714rem;
  }
  .lrfi-icon {
    font-size: 1.4286rem;
    width: 2.5714rem;
    line-height: 1.2;
  }
  .lrfi-main {
    padding-right: 2.8571rem;
  }
  .lrfi-tgl {
    width: 3.4286rem;
  }
  .lrfi-tgl span::before, .lrfi-tgl span::after {
    top: 0.8571rem;
    right: 0.7143rem;
  }
  .lrfi-content-main {
    padding-right: 3.4286rem;
    padding-bottom: 2.1429rem;
  }
  .lrfi-input:checked + .lrfi-label + .lrfi-content {
    margin-top: -0.4286rem;
  }
}
@media screen and (min-width: 1200px) {
  .lrfi-label {
    padding-top: 1.9286rem;
    padding-bottom: 1.7857rem;
  }
  .lrfi-icon {
    font-size: 1.5714rem;
    width: 3.8571rem;
    line-height: 1.1;
    text-align: right;
    padding-right: 0.9286rem;
  }
  .lrfi-main {
    padding-right: 6.7857rem;
  }
  .lrfi-tgl {
    width: 6.7857rem;
  }
  .lrfi-tgl span::before, .lrfi-tgl span::after {
    top: 1.0714rem;
    right: 2.8571rem;
  }
  .lrfi-content-main {
    padding-right: 6.7857rem;
    padding-bottom: 3.5714rem;
  }
}
.lp-renovation-flow-list {
  padding-left: 0;
  margin-bottom: 0;
}
.lp-renovation-flow-list li {
  list-style: none;
}
.lp-renovation-flow-list li:not(:last-of-type) {
  margin-bottom: 1.4286rem;
}

.lp-renovation-flow-list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2857rem;
}

.lrflt-step-num {
  display: inline-block;
  border-radius: 0.9286rem;
  line-height: 1.8571rem;
  width: 5.7143rem;
  text-align: center;
  margin-right: 0.7143rem;
  font-size: 0.9286rem;
}

@media screen and (max-width: 767px) {
  .lrfi-txt-br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .lp-renovation-flow-list li {
    border-radius: 0.7143rem;
    padding-top: 2.1429rem;
    padding-bottom: 1.8571rem;
    padding-right: 1.4286rem;
    padding-left: 1.4286rem;
  }
  .lp-renovation-flow-list-ttl {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .lp-renovation-flow-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3rem;
    padding-top: 1.2857rem;
    padding-bottom: 1.2857rem;
    padding-right: 2.8571rem;
    padding-left: 2.8571rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-renovation-flow-list-ttl {
    width: 26.2857rem;
    margin-bottom: 0;
    border-right: 1px rgba(255, 255, 255, 0.5) solid;
    padding-top: 0.7143rem;
    padding-bottom: 0.7143rem;
  }
  .lp-renovation-flow-list-txt {
    width: calc(100% - 26.2857rem);
    padding-left: 4.3478%;
    padding-top: 0.7143rem;
    padding-bottom: 0.7143rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  #lp-flow {
    padding-bottom: 5.7143rem;
  }
  #lp-flow .lp-common-bfont {
    margin-bottom: 3.8571rem;
  }
}
@media screen and (min-width: 1200px) {
  #lp-flow {
    padding-bottom: 10rem;
  }
  #lp-flow .lp-common-bfont {
    margin-bottom: 5.7143rem;
  }
}
@media screen and (max-width: 1199px) {
  #lp-contact {
    padding-top: 5rem;
    padding-bottom: 5.7143rem;
  }
  #lp-contact .lp-common-bfont {
    margin-bottom: 2.1429rem;
  }
  .lp-renovation-contact-txt {
    margin-bottom: 2.2857rem;
  }
}
@media screen and (min-width: 1200px) {
  #lp-contact {
    padding-top: 9.2857rem;
    padding-bottom: 10rem;
  }
  #lp-contact .lp-common-bfont {
    margin-bottom: 2.8571rem;
  }
  .lp-renovation-contact-txt {
    margin-bottom: 2.8571rem;
    font-size: 1.2857rem;
  }
}
.lfit-required {
  position: relative;
  padding-right: 1rem;
  line-height: 1.4;
}
.lfit-required::before {
  content: " ";
  width: 0.4286rem;
  height: 0.4286rem;
  background-image: url(../images/lp/icon-required.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
}

.lp-form-item:not(:last-of-type) {
  border-bottom: 1px rgba(180, 180, 180, 0.25) solid;
}
.lp-form-item ::-webkit-input-placeholder {
  color: #b4b4b4;
}
.lp-form-item ::-webkit-input-placeholder, .lp-form-item :-ms-input-placeholder, .lp-form-item ::placeholder {
  color: #b4b4b4;
}

.lp-form-item-input input[type=text], .lp-form-item-input input[type=email], .lp-form-item-input input[type=tel], .lp-form-item-input textarea, .lp-form-item-input select {
  margin: 0;
  border: none;
  background-color: #fff;
}

.lp-form-acceptance .wpcf7-list-item {
  margin: 0;
}
.lp-form-acceptance .wpcf7-list-item label {
  margin-bottom: 0;
}
.lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
}
.lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before, .lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: " ";
  display: block;
  position: absolute;
}
.lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
  background-color: #fff;
  top: 0;
  left: 0;
}
.lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after {
  background-color: #c11111;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0.7143rem;
  left: 0.7143rem;
}
.lp-form-acceptance .wpcf7-list-item label input {
  display: none;
}
.lp-form-acceptance .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.lp-form-submit .wpcf7-submit {
  margin-bottom: 0;
  width: 100%;
  padding: 0;
  border: 1px #000 solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-form-submit .wpcf7-submit:hover {
  background-color: #fff;
  color: #000;
}

#autozip {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .lp-form-item-ttl {
    margin-bottom: 0.5714rem;
  }
}
@media screen and (min-width: 768px) {
  .lp-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp-form-item-ttl {
    width: 18.5714rem;
  }
  .lp-form-item-input, .lp-form-acceptance-submit {
    width: calc(100% - 18.5714rem);
  }
  .lp-form-acceptance-submit {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .lp-form-item-ttl {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .lp-form-item {
    padding-top: 1.4286rem;
    padding-bottom: 1.4286rem;
  }
  .lp-form-item-input input[type=text], .lp-form-item-input input[type=email], .lp-form-item-input input[type=tel], .lp-form-item-input textarea, .lp-form-item-input select {
    padding: 0.9286rem;
  }
  .lfii-zip {
    margin-bottom: 0.5714rem;
    max-width: 14.2857rem;
  }
  .lp-form-acceptance {
    margin-bottom: 2.8571rem;
    padding-top: 0.7143rem;
  }
  .lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    line-height: 2.1429rem;
    padding-left: 2.8571rem;
  }
  .lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 2.1429rem;
    height: 2.1429rem;
  }
  .lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after {
    width: 0.7143rem;
    height: 0.7143rem;
  }
  .lp-form-submit .wpcf7-submit {
    max-width: 21.4286rem;
    line-height: 3.8571rem;
    border-radius: 1.9286rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp-form-item {
    padding-top: 1.7857rem;
    padding-bottom: 1.7857rem;
  }
  .lp-form-item-ttl {
    font-size: 1.2857rem;
    padding-top: 1.7857rem;
  }
  .lp-form-item-input input[type=text], .lp-form-item-input input[type=email], .lp-form-item-input input[type=tel], .lp-form-item-input textarea, .lp-form-item-input select {
    padding: 1.8571rem 2.5rem;
  }
  .lfii-zip {
    margin-bottom: 1.0714rem;
    max-width: 23.5714rem;
  }
  .lp-form-acceptance {
    font-size: 1.2857rem;
    margin-bottom: 6.4286rem;
    padding-top: 0.3571rem;
  }
  .lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    line-height: 2.8571rem;
    padding-left: 4.2857rem;
  }
  .lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 2.8571rem;
    height: 2.8571rem;
  }
  .lp-form-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after {
    width: 1.4286rem;
    height: 1.4286rem;
  }
  .lp-form-submit .wpcf7-submit {
    width: 81.0811%;
    line-height: 6.4286rem;
    border-radius: 3.4286rem;
    font-size: 1.4286rem;
  }
}
#lp-footer {
  padding-top: 4.2857rem;
  padding-bottom: 3.5714rem;
  position: relative;
  z-index: 1;
}

.lp-footer-logo {
  width: 10rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.8571rem;
}

.lp-footer-txt {
  font-size: 0.9286rem;
  margin-bottom: 4.2857rem;
}

.lp-footer-copy {
  font-size: 0.8571rem;
}

@media screen and (max-width: 1199px) {
  #lp-footer {
    padding-top: 4.2857rem;
    padding-bottom: 3.5714rem;
  }
  .lp-footer-logo {
    width: 10rem;
    margin-bottom: 2.8571rem;
  }
  .lp-footer-txt {
    font-size: 0.9286rem;
    margin-bottom: 4.2857rem;
  }
  .lp-footer-copy {
    font-size: 0.8571rem;
  }
}
@media screen and (min-width: 1200px) {
  #lp-footer {
    padding-top: 10rem;
    padding-bottom: 6.4286rem;
  }
  .lp-footer-logo {
    width: 12.8571rem;
    margin-bottom: 2.8571rem;
  }
  .lp-footer-txt {
    font-size: 1rem;
    margin-bottom: 6.4286rem;
  }
  .lp-footer-copy {
    font-size: 0.9286rem;
  }
}/*# sourceMappingURL=contents-lp.css.map */