@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap");
/*==================================================
sp pc
==================================================*/
@media all and (max-width: 769px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.p-mv {
  padding-bottom: 0;
}
.p-mv.-bottom {
  margin-top: -14rem;
  padding-top: 0;
}
@media all and (max-width: 768px) {
  .p-mv.-bottom {
    margin-top: -17rem;
  }
}
.p-mv.-bottom::after {
  content: none;
}
.p-mv__inner {
  height: 64rem;
}
.-bottom .p-mv__inner {
  height: 51rem;
}
@media all and (max-width: 768px) {
  .p-mv__inner {
    height: 69rem;
    overflow-x: hidden;
  }
  .-bottom .p-mv__inner {
    height: 61rem;
  }
}
.p-mv__read {
  align-self: center;
  display: flex;
  gap: 1.6rem;
  margin-top: 2rem;
  padding-left: 2rem;
}
.-bottom .p-mv__read {
  margin-top: 0;
  padding-left: 0;
}
@media all and (max-width: 768px) {
  .p-mv__read {
    gap: 1rem;
    margin: 6rem -2.5rem 0 -1rem;
    padding-left: 0;
  }
  .-bottom .p-mv__read {
    position: relative;
    z-index: 5;
  }
}
.p-mv__read-ttl {
  color: var(--main-color);
  font-size: 5.6rem;
  font-weight: var(--font-weight-base);
  letter-spacing: 0.15em;
  line-height: 1.6;
}
@media all and (max-width: 768px) {
  .p-mv__read-ttl {
    letter-spacing: 0.1em;
    font-size: 4rem;
  }
}
.p-mv__read-ttl-sm {
  font-size: 4.8rem;
}
@media all and (max-width: 768px) {
  .p-mv__read-ttl-sm {
    font-size: 3.2rem;
  }
}
.p-mv__read-ttl-lg {
  font-size: 6.4rem;
  background-image: radial-gradient(circle at center, var(--main-color) 10%, transparent 10%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.15em 0.3em;
  padding-top: 0.1em;
}
@media all and (max-width: 768px) {
  .p-mv__read-ttl-lg {
    background-size: 1.1em 0.3em;
    font-size: 4.8rem;
  }
}
.p-mv__read-medal {
  background-color: var(--main-color);
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  height: 22rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-top: 4rem;
  text-align: center;
  white-space: nowrap;
  width: 22rem;
}
.-bottom .p-mv__read-medal {
  margin-top: 19rem;
}
@media all and (max-width: 768px) {
  .p-mv__read-medal {
    font-size: 1.5rem;
    height: 14rem;
    padding-top: 2.5rem;
    width: 14rem;
  }
}
.p-mv__read-medal-num {
  font-size: 4rem;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .p-mv__read-medal-num {
    font-size: 3.1rem;
  }
}
.p-mv__circles {
  bottom: 0;
  display: flex;
  position: absolute;
  right: 4rem;
}
@media all and (max-width: 768px) {
  .p-mv__circles {
    bottom: 3rem;
    right: -2rem;
  }
}
.p-mv__circle {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0.4rem 0.4rem 2.4rem rgba(0, 0, 0, 0.16);
  color: var(--main-color);
  display: grid;
  font-size: 2rem;
  font-weight: 300;
  height: 23.2rem;
  letter-spacing: 0.1em;
  place-content: center;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 23.2rem;
}
@media all and (max-width: 1080px) {
  .p-mv__circle {
    font-size: 1.4rem;
    letter-spacing: 0;
    height: 16rem;
    width: 16rem;
  }
}
.p-mv__circle + .p-mv__circle {
  margin-left: -5rem;
}
@media all and (max-width: 768px) {
  .p-mv__circle + .p-mv__circle {
    margin-left: -9.5rem;
  }
}
.p-mv__circle:nth-child(even) {
  margin-top: -10rem;
}
.p-mv__circle:nth-child(1) {
  z-index: 4;
}
.p-mv__circle:nth-child(2) {
  z-index: 3;
}
@media all and (max-width: 768px) {
  .p-mv__circle:nth-child(2) {
    margin-top: -11rem;
  }
}
.p-mv__circle:nth-child(3) {
  z-index: 2;
}
@media all and (max-width: 768px) {
  .p-mv__circle:nth-child(3) {
    margin-top: 5rem;
    z-index: 1;
  }
}
.p-mv__circle:nth-child(4) {
  z-index: 1;
}
@media all and (max-width: 768px) {
  .p-mv__circle:nth-child(4) {
    margin-top: -6rem;
    z-index: 2;
  }
}
.-bottom .p-mv__bg {
  top: 0;
}
@media all and (max-width: 768px) {
  .-bottom .p-mv__bg {
    top: 6rem;
  }
}

.m-ff-serif {
  font-family: "Noto Serif JP", serif;
}

/*==================================================
inspection
==================================================*/
.inspection__ttl {
  position: relative;
  z-index: -1;
  height: 37rem;
  padding-top: 12rem;
}
@media all and (max-width: 1080px) {
  .inspection__ttl {
    height: 22rem;
    padding-top: 8rem;
  }
}
.inspection__ttl::after {
  background: url(/new_assets/img/page/house/inspection/inspection-illust.jpg) center bottom/contain no-repeat;
  bottom: 0;
  content: "";
  height: 32rem;
  position: absolute;
  right: 0;
  width: 26.5rem;
  z-index: -1;
}
@media all and (max-width: 1280px) {
  .inspection__ttl::after {
    height: 16.3rem;
    width: 13.5rem;
  }
}
@media all and (max-width: 768px) {
  .inspection__ttl::after {
    right: -1.5rem;
  }
}
.inspection__ttl .m-ttl {
  font-weight: var(--font-weight-base);
}
@media all and (min-width: 1081px) {
  .inspection__ttl .m-ttl {
    text-align: center;
  }
}
@media all and (max-width: 1080px) {
  .inspection__ttl .m-ttl {
    font-size: 1.8rem;
  }
  .inspection__ttl .m-ttl::before {
    font-size: 5.4rem;
  }
}
@media all and (max-width: 768px) {
  .inspection__ttl .m-ttl::before {
    font-size: 3rem;
    letter-spacing: 0.06em;
  }
}
.inspection__report {
  position: relative;
  margin-top: -14rem;
  padding: 6rem 0 10rem;
}
@media all and (max-width: 1280px) {
  .inspection__report {
    margin-top: -5rem;
  }
}
@media all and (max-width: 1080px) {
  .inspection__report {
    padding: 6rem 0 14rem;
  }
}
@media all and (max-width: 768px) {
  .inspection__report {
    padding: 3rem 0 8rem;
  }
}
.inspection__report::after {
  background-color: var(--main-color-lt);
  -webkit-clip-path: polygon(0 0, 100% 14rem, 100% 100%, 0 calc(100% - 14rem));
          clip-path: polygon(0 0, 100% 14rem, 100% 100%, 0 calc(100% - 14rem));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 1280px) {
  .inspection__report::after {
    -webkit-clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
            clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 calc(100% - 4rem));
  }
}
.inspection__report-inner {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 48.5rem;
}
@media all and (max-width: 1080px) {
  .inspection__report-inner {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 1081px) {
  .inspection__report-img, .inspection__report-body {
    margin-left: -3rem;
  }
}
@media all and (max-width: 1080px) {
  .inspection__report-img {
    max-width: 60.5rem;
    margin: 0 auto;
    width: 100%;
  }
}
@media all and (max-width: 1080px) {
  .inspection__report-body {
    margin-top: -2rem;
  }
}
.inspection__report-ttl {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.56;
}
@media all and (max-width: 768px) {
  .inspection__report-ttl {
    font-size: 2.4rem;
  }
}
.inspection__report-txt {
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
.inspection__points {
  margin-top: -9rem;
}
@media all and (max-width: 1080px) {
  .inspection__points {
    margin-top: 0;
    margin-right: calc(-1 * var(--site-padding));
  }
}
.inspection__point {
  align-items: center;
  display: flex;
  min-height: 36rem;
  position: relative;
}
@media all and (max-width: 1080px) {
  .inspection__point {
    display: block;
    min-height: auto;
  }
}
@media all and (min-width: 1081px) {
  .inspection__point:nth-child(odd) {
    justify-content: flex-end;
    padding-right: 34rem;
  }
}
@media all and (min-width: 1081px) {
  .inspection__point:nth-child(even) {
    padding-left: 34rem;
  }
}
.inspection__point:not(:last-child) {
  margin-bottom: 6rem;
}
@media all and (max-width: 1080px) {
  .inspection__point:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.inspection__point-box {
  padding: 0 6rem 4rem;
  position: relative;
  width: 58rem;
}
@media all and (max-width: 768px) {
  .inspection__point-box {
    padding: 0 10rem 2.5rem 2.5rem;
    width: 100%;
  }
}
.inspection__point-box::before, .inspection__point-box::after {
  background-color: #92A9BE;
  content: "";
  display: block;
  height: 8rem;
  position: absolute;
  width: 8rem;
}
@media all and (max-width: 768px) {
  .inspection__point-box::before, .inspection__point-box::after {
    height: 5rem;
    width: 5rem;
  }
}
.inspection__point-box::before {
  -webkit-clip-path: polygon(0 0, 0 0.1rem, calc(100% - 0.1rem) 0.1rem, calc(100% - 0.1rem) 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 0.1rem, calc(100% - 0.1rem) 0.1rem, calc(100% - 0.1rem) 100%, 100% 100%, 100% 0);
  right: 0;
  top: 1.2rem;
}
@media all and (max-width: 768px) {
  .inspection__point-box::before {
    content: none;
  }
}
.inspection__point-box::after {
  -webkit-clip-path: polygon(0 0, 0.1rem 0, 0.1rem calc(100% - 0.1rem), 100% calc(100% - 0.1rem), 100% 100%, 0 100%);
          clip-path: polygon(0 0, 0.1rem 0, 0.1rem calc(100% - 0.1rem), 100% calc(100% - 0.1rem), 100% 100%, 0 100%);
  left: 0;
  bottom: 0;
}
.inspection__point-label {
  color: #fff;
  display: block;
  font-weight: 300;
  height: 4rem;
  line-height: 4rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 22.5rem;
  font-size: 1.8rem;
}
.inspection__point-label::after {
  background-color: #4DAFEB;
  -webkit-clip-path: polygon(1rem 0%, 100% 0%, calc(100% - 1rem) 100%, 0% 100%);
          clip-path: polygon(1rem 0%, 100% 0%, calc(100% - 1rem) 100%, 0% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .inspection__point-label {
    margin-left: -1.5rem;
  }
}
.inspection__point-label-em {
  background-image: radial-gradient(circle at center, #fff 10%, transparent 10%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 0.1em;
}
.inspection__point-ttl {
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
@media all and (max-width: 768px) {
  .inspection__point-ttl {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.inspection__point-txt {
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
.inspection__point-img {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1080px) {
  .inspection__point-img {
    right: 0;
    top: -4.6rem;
    transform: none;
    width: 26%;
  }
}
@media all and (max-width: 768px) {
  .inspection__point-img {
    width: 14rem;
  }
}
@media all and (min-width: 1081px) {
  .inspection__point:nth-child(odd) .inspection__point-img {
    right: 0;
  }
}
@media all and (min-width: 1081px) {
  .inspection__point:nth-child(even) .inspection__point-img {
    left: 0;
  }
}
.inspection-cta {
  margin-top: 6rem;
}
.inspection-cta.-bottom {
  margin-top: 9rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .inspection-cta {
    margin-top: 1rem;
  }
  .inspection-cta.-bottom {
    margin-top: 6rem;
  }
}
.inspection-cta__read {
  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.09em;
  line-height: 1.78;
  text-align: center;
}
@media all and (max-width: 768px) {
  .inspection-cta__read {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.inspection-cta__read::after {
  background: url(/new_assets/img/page/house/inspection/cta-illust.jpg) center bottom/contain no-repeat;
  content: "";
  display: block;
  height: 14.8rem;
  margin: 1.6rem auto 0;
  width: 58rem;
}
@media all and (max-width: 768px) {
  .inspection-cta__read::after {
    height: 7.65rem;
    margin: 1.6rem auto 0;
    width: 30rem;
  }
}
.inspection-cta__read-inner {
  align-items: center;
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}
.inspection-cta__read-inner::before, .inspection-cta__read-inner::after {
  background: url(/new_assets/img/page/house/inspection/cta-deco.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 4.6rem;
  width: 2rem;
}
@media all and (max-width: 768px) {
  .inspection-cta__read-inner::before, .inspection-cta__read-inner::after {
    background-image: url(/new_assets/img/page/house/inspection/cta-deco-sp.svg);
    height: 10rem;
  }
}
.inspection-cta__read-inner::after {
  transform: scale(-1, 1);
}
.inspection-cta__box {
  align-items: start;
  background-image: var(--main-color-gr);
  border-radius: 1.6rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 38rem;
  padding: 2.4rem 2.4rem 2.4rem 4rem;
}
@media all and (max-width: 1080px) {
  .inspection-cta__box {
    grid-template-columns: 1fr;
    padding: 2.4rem;
  }
}
@media all and (max-width: 768px) {
  .inspection-cta__box {
    gap: 2rem;
    padding: 1.5rem 1.5rem 2.4rem;
  }
}
.inspection-cta__box-head {
  display: grid;
}
.inspection-cta__box-ttl {
  color: #fff;
  font-size: 4.8rem;
  font-weight: var(--font-weight-base);
  grid-area: 1/1/2/3;
  letter-spacing: 0.1em;
  line-height: 1.33;
  margin-right: -4rem;
}
@media all and (max-width: 768px) {
  .inspection-cta__box-ttl {
    font-size: 1.8rem;
    grid-area: 1/1/2/3;
    line-height: 1.5;
    margin: -0.5rem 0 1rem 0;
  }
}
.inspection-cta__box-ttl-lg {
  font-size: 5.6rem;
  background-image: radial-gradient(circle at center, #fff 10%, transparent 10%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 0.1em;
}
@media all and (max-width: 768px) {
  .inspection-cta__box-ttl-lg {
    font-size: 4rem;
    background-size: 1.05em 0.3em;
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .inspection-cta__box-ttl-last {
    font-size: 3.6rem;
  }
}
.inspection-cta__box-img {
  grid-area: 2/1/3/2;
  margin: 0 0 -3rem -1rem;
}
@media all and (max-width: 768px) {
  .inspection-cta__box-img {
    font-size: 1.4rem;
    grid-area: 1/2/2/3;
    line-height: 1.64;
    margin: -3rem 0 0 0;
    transform: translateX(1.5rem);
    width: 13rem;
  }
}
.inspection-cta__box-txt {
  align-self: center;
  color: #fff;
  font-weight: var(--font-weight-bold);
  grid-area: 2/2/3/3;
  line-height: 1.75;
}
@media all and (max-width: 768px) {
  .inspection-cta__box-txt {
    font-size: 1.4rem;
    grid-area: 2/1/3/3;
    line-height: 1.64;
    margin-top: -0.5rem;
  }
}
.inspection-cta__box-body {
  display: grid;
  gap: 2rem;
}
@media all and (max-width: 768px) {
  .inspection-cta__box-body {
    gap: 1.6rem;
  }
  .inspection-cta__box-body .m-freedial {
    height: 7.6rem;
  }
  .inspection-cta__box-body .m-freedial__tel {
    font-size: 3.1rem;
  }
  .inspection-cta__box-body .m-freedial__tel::before {
    width: 4.6rem;
    height: 2.6rem;
  }
  .inspection-cta__box-body .m-freedial__hour {
    font-size: 1.5rem;
  }
  .inspection-cta__box-body .m-btn {
    height: 7rem;
  }
  .inspection-cta__box-body .m-btn__minute {
    font-size: 1.4rem;
  }
  .inspection-cta__box-body .m-btn__web {
    font-size: 2rem;
  }
}

.house-service {
  margin-bottom: 9rem;
}
/*# sourceMappingURL=inspection.css.map */