.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;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__txt {
    width: 100%;
    margin: 2.4rem 0 0;
    font-size: 1.6rem;
  }
}
.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;
  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;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-commit {
    padding: 4rem 0 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/painting-exterior-menu/img_exterior_01.jpg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-commit__inner::after {
    content: none;
  }
}
.p-commit__photo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-commit__photo {
    display: block;
    margin-bottom: 4rem;
  }
}
.p-commit__txt {
  width: 64rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-commit__txt {
    width: 100%;
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-commit .service-top {
    padding-bottom: 3.2rem;
  }
}
.p-commit-service {
  margin: 6.4rem 0 0;
  padding: 6.5rem 0;
  max-width: 90rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-commit-service {
    margin: 4rem 0 0 0;
    padding: 0;
  }
}
.p-commit-service__block {
  margin: 0 auto;
  text-align: center;
}
.p-commit-service__block picture img {
  max-width: 63.2rem;
}
.p-commit-service__block .block-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-commit-service__block .block-img {
    background-color: #F8F7F7;
  }
}
@media screen and (max-width: 767px) {
  .p-commit-service__block .block-img__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.4rem;
  }
}
.p-commit-service__block .block-img .anc {
  position: absolute;
  gap: 1rem;
  padding: 0.8rem 1.1rem;
  border: 1px solid #404040;
  width: 15.2rem;
  height: 4rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-commit-service__block .block-img .anc {
    position: static;
  }
}
.p-commit-service__block .block-img .anc p {
  position: relative;
  display: contents;
}
.p-commit-service__block .block-img .anc p:before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.8rem;
  background: url(../../assets/img/painting-exterior-menu/icon_arrow_bottom.svg) 0 0/100% auto no-repeat;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.p-commit-service__block .block-img .anc-01 {
  top: -1.5rem;
  left: 43.5rem;
}
.p-commit-service__block .block-img .anc-02 {
  top: 1.5rem;
  left: 64rem;
}
.p-commit-service__block .block-img .anc-03 {
  top: 10rem;
  left: 10.7rem;
}
.p-commit-service__block .block-img .anc-04 {
  top: 12.5rem;
  left: 62.8rem;
}
.p-commit-service__block .block-img .anc-05 {
  top: 25.8rem;
  left: 10rem;
}
.p-commit-service__block .block-img .anc-06 {
  top: 17.5rem;
  left: 62.8rem;
}
.p-commit-service__wrap {
  display: none;
}
.p-commit-service__inner {
  position: relative;
  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;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service__inner {
    flex-flow: column;
    gap: 2.4rem 0;
    padding: 0 2rem 2.4rem;
  }
}
.p-commit-service__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 8rem);
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-commit-service__inner::before {
    content: none;
  }
}
.p-commit-service__img {
  width: 33.5rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service__img {
    width: 100%;
  }
}
.p-commit-service__content {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service__content {
    width: 100%;
  }
}
.p-commit-service__btn {
  width: 24rem;
  height: 5.4rem;
  font-weight: 700;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-commit-service__btn {
    font-size: 1.4rem;
  }
}
.p-commit-service__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: 1px solid #808080;
}
.p-commit-service__btn span {
  position: relative;
  padding: 0 2.8rem 0 1.8rem;
}
.p-commit-service__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 0.8rem;
  background: url(../img/common/icn_btn_arrow_or.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-commit-service__column {
  max-width: 121rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service__column {
    padding: 2.4rem 1rem 0;
    background: #fff;
  }
}
.p-commit-service__column .service-bottom {
  max-width: 90rem;
  margin: 0;
  background: #fff;
}
.p-commit-service__column .column-content {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 5rem 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-commit-service__column .column-content {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 0;
  }
}
.p-commit-service__column .column-content__box {
  background-color: #F8F7F7;
  padding: 2.4rem;
  border-radius: 1rem;
}
.p-commit-service__column .column-content__ttl {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
.p-commit-service__column .column-content__ttl img {
  width: 3.2rem;
}
.p-commit-service__column .column-content__ttl h3 {
  font-size: 2.4rem;
  color: #EB6120;
  font-weight: 600;
}
.p-commit-service__column .column-content ul {
  margin-top: 1.3rem;
}
.p-commit-service__column .column-content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-commit-service__column .column-content ul li img {
  width: 1.8rem;
  height: 1.8rem;
}
.p-commit-service__column .column-content ul li p {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-commit-service__column .column-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.p-commit-service__column .column-link a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.p-commit-service__column .column-link a span {
  border-bottom: 1px solid #808080;
}
.p-commit-service__column .column-link img {
  width: 1.5rem;
  height: 1.5rem;
}

.p-schedule {
  background: #F8F7F7;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-schedule {
    margin-top: 2.4rem;
    padding: 4rem 0;
  }
}
.p-schedule__inner {
  position: relative;
}
.p-schedule__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -11.5rem;
  width: 44.7rem;
  height: 31.8rem;
  background: url(../img/painting-exterior-menu/img_schedule_01.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-schedule__inner::after {
    content: none;
  }
}
.p-schedule__photo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-schedule__photo {
    display: block;
    margin: 2.4rem 0 0;
  }
}
.p-schedule__txt {
  width: 64rem;
  margin: 2rem 0 0;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-schedule__txt {
    font-size: 2rem;
    width: 100%;
    margin: 2rem 0 0;
  }
}
.p-schedule__txt span {
  color: #EB6120;
}
.p-schedule-service {
  margin: 6.4rem 0;
  padding: 6.5rem 5rem;
  max-width: 90rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-schedule-service {
    margin: 4rem -2rem 0;
  }
}
.p-schedule-service__block {
  margin: 0 auto;
  text-align: center;
}
.p-schedule-service__block picture img {
  max-width: 75rem;
}
.p-schedule-service__wrap {
  display: none;
}
.p-schedule-service__inner {
  position: relative;
  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;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-schedule-service__inner {
    flex-flow: column;
    gap: 2.4rem 0;
    padding: 0 2rem 2.4rem;
  }
}
.p-schedule-service__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 8rem);
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-schedule-service__inner::before {
    content: none;
  }
}
.p-schedule-service__img {
  width: 33.5rem;
}
@media screen and (max-width: 767px) {
  .p-schedule-service__img {
    width: 100%;
  }
}
.p-schedule-service__content {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-schedule-service__content {
    width: 100%;
  }
}
.p-schedule-service__btn {
  width: 24rem;
  height: 5.4rem;
  font-weight: 700;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-schedule-service__btn {
    font-size: 1.4rem;
  }
}
.p-schedule-service__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: 1px solid #808080;
}
.p-schedule-service__btn span {
  position: relative;
  padding: 0 2.8rem 0 1.8rem;
}
.p-schedule-service__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 0.8rem;
  background: url(../img/common/icn_btn_arrow_or.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-schedule__content {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-schedule__content {
    margin: 2.4rem 0 0;
    padding: 0 0 1rem;
  }
}
.p-schedule__content .scroll-hint-icon {
  top: 50%;
  left: 50%;
  width: 17.5rem;
  border-radius: 0;
  padding: 1.5rem 2.2rem;
  transform: translate(-50%, -50%);
}
.p-schedule__content .scroll-hint-icon::before {
  width: 4.2rem;
  height: 5.4rem;
  background: url(../img/painting-exterior-menu/icn_scroll_f.svg) 0 0/100% auto no-repeat;
}
.p-schedule__content .scroll-hint-icon::after {
  top: 1.5rem;
  right: 6.5rem;
  left: auto;
  margin: 0;
  width: 1.2rem;
  height: 1.7rem;
  background: url(../img/painting-exterior-menu/icn_scroll_a.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-schedule__img {
    width: 77.7rem;
  }
}
.p-schedule__img img {
  width: auto;
}
.p-schedule .c-estimate {
  margin-top: 4.8rem;
}/*# sourceMappingURL=painting-exterior-menu.css.map */