.c-mv__inner {
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-mv__inner {
    bottom: 1rem;
  }
}

.c-mv__ttl .en {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-mv__ttl .en {
    margin-top: 0;
    padding-top: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-heading__ttl {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}

.l-footer {
  margin-top: 0;
}

.p-intro {
  padding: 5.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro {
    background: #F8F7F7;
    padding: 4rem 0 0;
  }
}
.p-intro__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-intro__inner {
    flex-flow: column;
    gap: 1.6rem 0;
  }
}
.p-intro__txt {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    font-size: 2.8rem;
  }
}
.p-intro__txt span {
  color: #EB6120;
}
.p-intro__img {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    width: 100%;
  }
}
.p-intro-nayami {
  position: relative;
  background: #F8F7F7;
  padding: 6rem 5rem 4rem;
  margin: 6.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami {
    background: #fff;
    margin: 2.4rem 0 0;
    padding: 2.4rem 1.2rem 4rem;
  }
}
.p-intro-nayami::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: 3rem;
  width: 14.8rem;
  height: 15rem;
  background: url(../img/plan/icn_nayami.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami::before {
    content: none;
  }
}
.p-intro-nayami__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami__ttl {
    font-size: 2rem;
  }
}
.p-intro-nayami__ttl span {
  position: relative;
  font-size: 4rem;
  color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami__ttl span {
    font-size: 2.8rem;
  }
}
.p-intro-nayami__ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: #EB6120;
  border-radius: 100%;
  transform: translateX(-50%);
}
.p-intro-nayami-list {
  width: 64rem;
  margin: 2.7rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami-list {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-intro-nayami-list__item {
  position: relative;
  background: #EAEAEA;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0.8rem 1rem 0.8rem 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami-list__item {
    font-size: 1.8rem;
    padding: 0.4rem 0.4rem 0.4rem 3rem;
  }
}
.p-intro-nayami-list__item + .p-intro-nayami-list__item {
  margin-top: 1.6rem;
}
.p-intro-nayami-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_check.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro-nayami-list__item::before {
    left: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-intro-nayami-list__item span {
  font-weight: 700;
}
.p-intro-nayami__txt {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro-nayami__txt {
    margin: 2.4rem 0 0;
  }
}

.p-diagnosis {
  padding: 4rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis {
    padding: 4rem 0;
  }
}
.p-diagnosis.u-bg {
  background: #F8F7F7;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-diagnosis.u-bg {
    padding: 4rem 0 2.4rem;
  }
}
.p-diagnosis.u-bg .f-wrap__inner {
  position: relative;
}
.p-diagnosis__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__ttl {
    font-size: 2.8rem;
  }
}
.is-reverse .p-diagnosis__ttl {
  padding-left: 28.5rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-diagnosis__ttl {
    padding: 0;
  }
}
.p-diagnosis__ttl span {
  font-size: 2.4rem;
}
.p-diagnosis-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block {
    flex-flow: column;
    margin: 2.4rem 0 0;
  }
}
.p-diagnosis-block__img {
  width: 29.4rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__img {
    width: 100%;
  }
}
.is-reverse .p-diagnosis-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-diagnosis-block__img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.p-diagnosis-block__txt {
  width: 56.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__txt {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.is-reverse .p-diagnosis-block__txt {
  width: 61.7rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-diagnosis-block__txt {
    width: 100%;
  }
}
.p-diagnosis-block__sub {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__inner {
    margin: 2.4rem 0 0;
  }
}
.p-diagnosis-block__02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  gap: 48px;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__02 {
    flex-flow: column;
    margin: 2.4rem 0 0;
  }
}
.p-diagnosis-block__02__img {
  width: 37.6rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__02__img {
    width: 100%;
  }
}
.is-reverse .p-diagnosis-block__02__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-diagnosis-block__02__img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.p-diagnosis-block__02__txt {
  width: 56.4rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__02__txt {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.is-reverse .p-diagnosis-block__02__txt {
  width: 61.7rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-diagnosis-block__02__txt {
    width: 100%;
  }
}
.p-diagnosis-block__02__sub {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__02__inner {
    margin: 2.4rem 0 0;
  }
}
.p-diagnosis__img {
  display: block;
  max-width: 80rem;
  margin: 4rem auto 0;
}

.p-commit {
  background: #F8F7F7;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-commit {
    padding: 0 0 4rem 0;
  }
}
.p-commit__inner {
  position: relative;
}
.p-commit__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -42.5rem;
  width: 66rem;
  height: 23rem;
  background: url(../img/exterior-renovation/renovations_img.jpg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-commit__inner::after {
    content: none;
  }
}
.p-commit-service {
  margin: 6.4rem 0 0;
  max-width: 121rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service {
    margin: 4rem 0 0 0;
    padding: 0;
  }
}
.p-commit-service__block {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
  background: #fff;
  padding: 5rem;
  margin-top: 5rem;
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service__block {
    flex-flow: column;
    padding: 2.4rem 2rem;
    margin-top: 2.4rem;
  }
}
.p-commit-service__block .block-img {
  max-width: 28rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-commit-service__block .block-img {
    width: 100%;
    max-width: inherit;
  }
}
.p-commit-service__block .block-inner {
  display: flex;
  flex-flow: column;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service__block .block-inner a {
    display: block;
    text-align: center;
  }
}
.p-commit-service__block .block-inner p {
  line-height: 1.9;
}
.p-commit-service__block .block-inner img {
  max-width: 30rem;
}
.p-commit-service__block h3 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
.p-commit-service__block .or {
  color: #EB6120;
}
.p-commit-service .service-other {
  margin: 4.8rem 0;
  text-align: center;
  max-width: 90rem;
}
.p-commit-service .service-other h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-commit-service .service-other h3 {
    font-size: 1.8rem;
    width: max-content;
  }
}
.p-commit-service .service-other .note {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service .service-other .note {
    text-align: left;
  }
}
.p-commit-service .service-other .note p {
  font-size: 1.4rem;
  color: #404040;
}
.p-commit__photo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-commit__photo {
    display: block;
    margin-bottom: 4rem;
  }
}/*# sourceMappingURL=exterior-renovation.css.map */