.p-kv {
  background-image: url('../images/sale/sale-owner-change_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-kv .contents {
  margin: 0;
}

.p-kv .txt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.p-kv .hdg {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}

@media (min-width: 768px) {
  .p-kv {
    background-image: url('../images/sale/sale-owner-change_bg_md.jpg') no-repeat center center;
  }

  .p-kv .contents {
    text-align: center;
  }

  .p-kv .txt {
    display: inline;
    font-size: 30px;
    line-height: 1.45;
  }

  .p-kv .hdg {
    display: inline;
    font-size: 42px;
    line-height: 1.45;
  }
}

.p-introduction {
  background: #f7f5f4;
  padding: 40px 0 45px;
}

@media (min-width: 768px) {
  .p-introduction {
    padding: 60px 0 80px;
  }
}

.p-introduction .hdg {
  font-size: 18px;
  text-align: center;
  color: #aa9e92;
  font-weight: 500;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .p-introduction .hdg {
    font-size: 34px;
  }
}

.p-introduction .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  justify-content: center;
  margin: 20px 0 0;
}

.p-introduction .list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: center;
  background: url('../images/sale/sale-owner-change_introduction_circle-bg.png') no-repeat center/cover;
}

@media (min-width: 768px) {
  .p-introduction .list {
    gap: 0 40px;
    margin: 35px 0 0;
  }

  .p-introduction .list__item {
    width: 230px;
    height: 230px;
    font-size: 22px;
  }
}

.p-introduction .img {
  mix-blend-mode: multiply;
  text-align: center;
  margin: 20px 0 0;
}

.p-introduction .img img {
  width: 287px;
}

@media (min-width: 768px) {
  .p-introduction .img img {
    width: 567px;
  }
}

.p-introduction .txt {
  margin: 25px 0 0;
  color: var(--color-orange);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 768px) {
  .p-introduction .txt {
    margin: 30px 0 0;
    font-size: 30px;
  }
}

.p-about {
  position: relative;
  padding: 110px 0 45px;
  background: #ef7333;
}

.p-about::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 202px;
  height: 55px;
  background: #f6f5f4;
  content: '';
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (min-width: 768px) {
  .p-about {
    padding: 80px 0 60px;
  } 
}

.p-about .about {
  background: #fff;
  border-radius: 25px;
  padding: 20px 15px 25px;
}

.p-about .about__head {
  text-align: center;
}

@media (min-width: 768px) {
  .p-about .about {
    padding: 35px 0 40px 50px;
  }
}

.p-about .about__head .about-ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-orange);
}

@media (min-width: 768px) {
  .p-about .about__head .about-ttl {
    font-size: 34px;
  }
}

.p-about .about__body {
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .p-about .about__body {
    display: flex;
    gap: 0 30px;
  }
}

.p-about .about__body .about-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .p-about .about__body .about-img {
    width: 473px;
  }
}

.p-about .about__body .about-txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  margin: 20px 0 0;
}

.p-about .about__body .about-txt .strong {
  font-weight: 700;
  color: var(--color-orange);
}

@media (min-width: 768px) {
  .p-about .about__body .about-txt {
    font-size: 20px;
  }
}

.p-about .point {
  margin: 35px 0 0;
}

.p-about .point__head {
  text-align: center;
}

@media (min-width: 768px) {
  .p-about .point {
    margin: 50px 0 0;
  }
}

.p-about .point .point-ttl {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
}

.p-about .point .point-ttl::before,
.p-about .point .point-ttl::after {
  position: absolute;
  top: 2px;
  content: '';
  background: #fff;
  width: 2px;
  height: 20px;
}

.p-about .point .point-ttl::before {
  left: -15px;
  transform: rotate(-20deg);
}

.p-about .point .point-ttl::after {
  right: -15px;
  transform: rotate(20deg);
}

@media (min-width: 768px) {
  .p-about .point .point-ttl {
    font-size: 30px;
  }

  .p-about .point .point-ttl::before,
  .p-about .point .point-ttl::after {
    top: 7px;
    height: 30px;
    width: 3px;
  }

  .p-about .point .point-ttl::before {
    left: -20px;
  }

  .p-about .point .point-ttl::after {
    right: -20px;
  }
}

.p-about .point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
}

.p-about .point-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 110px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--color-orange);
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-about .point-list {
    gap: 0 20px;
    margin: 25px 0 0;
  }

  .p-about .point-list__item {
    width: 245px;
    height: 135px;
    font-size: 22px;
    line-height: 1.35;
  } 
}

.p-feature {
  padding: 40px 0 45px;
}

@media (min-width: 768px) {
  .p-feature {
    padding: 70px 0 65px;
  }

  .p-feature__container {
    display: flex;
    gap: 0 50px;
  }
}

.p-feature .hdg {
  color: #aa9e92;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .p-feature .hdg {
    font-size: 34px;
  }
}

.p-feature .point-list {
  margin: 25px 0 0;
}

.p-feature .point-list__item {
  display: flex;
  align-items: center;
  gap: 0 15px;
}

.p-feature .point-list__item + .point-list__item {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .p-feature .point-list {
    margin: 40px 0 0;
  }

  .p-feature .point-list__item {
    gap: 0 25px;
  }

  .p-feature .point-list__item + .point-list__item {
    margin: 65px 0 0;
  } 
}

.p-feature .point-list__item .head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 27px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.65;
  background-image: url('../images/sale/sale-owner-change_feature-point.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #fff;
}

.p-feature .point-list__item .head .num {
  font-size: 19px;
}

@media (min-width: 768px) {
  .p-feature .point-list__item .head {
    width: 90px;
    height: 41px;
    font-size: 22px;
    background-image: url('../images/sale/sale-owner-change_feature-point_md.svg');
  }

  .p-feature .point-list__item .head .num {
    font-size: 29px;
  }
}

.p-feature .point-list__item .body {
  flex: 1;
}

.p-feature .point-list__item .body .ttl {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #aa9e92;
}

.p-feature .point-list__item .body .txt {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-feature .point-list__item .body .ttl {
    font-size: 22px;
  }

  .p-feature .point-list__item .body .txt {
    font-size: 15px;
    margin: 5px 0 0;
  }
}

.p-feature .img {
  margin: 45px 0 0;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .p-feature .img {
    padding: 0;
    margin: 0;
  }

  .p-feature .img img {
    width: 473px;
  }
}

.p-feature .lead {
  margin: 40px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0;
  text-align: center;
}

.p-feature .lead .strong {
  font-weight: 700;
  color: var(--color-orange);
}

@media (min-width: 768px) {
  .p-feature .lead {
    margin: 70px 0 0;
    font-size: 26px;
    line-height: 1.75;
  }
}