/* =============================

overwrite

=============================== */
.l-main {
  padding-block: 0;
}
/* =================================== */
/*
  section
---------------------------*/
.purchase {
  margin-top: 6.25vw;
  padding-block: 6.25vw;
  background: #e8f5fc;
}
@media screen and (max-width: 768px) {
  .purchase {
    margin-top: 50px;
    padding-block: 50px;
  }
}

.purchase-service {
  border-radius: 20px;
}
.purchase-flow {
  position: relative;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .purchase-flow {
    margin-top: 30px;
  }
}
.purchase-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75vw;
  margin-top: 2.2222222222vw;
  padding: 0 9.8%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .purchase-flow__list {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .purchase-flow__list {
    margin-top: 30px;
    padding: 0;
    gap: 40px;
  }
}
.purchase-flow__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .purchase-flow__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.purchase-flow__list-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -2.6vw;
  left: 13%;
  width: 48px;
  height: 20px;
  background: #55C2EF;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .purchase-flow__list-item:not(:last-of-type)::after {
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 38px;
    height: 16px;
  }
}
.purchase-flow__list-item .ttl {
  display: inline-block;
  width: 32%;
  padding: 3px 3%;
  border-radius: 30px;
  background: #06c;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .purchase-flow__list-item .ttl {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
}
.purchase-flow__list-item .ttl .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.563rem;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .purchase-flow__list-item .ttl .en {
    font-size: 22px;
  }
}
.purchase-flow__list-item .txt {
  width: 66.4%;
  margin-left: auto;
  padding-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 768px) {
  .purchase-flow__list-item .txt {
    width: auto;
    font-size: 15px;
    line-height: 1.8;
  }
}
.purchase-flow__illust01 {
  max-width: 750px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .purchase-flow__illust01 {
    margin-top: 10px;
  }
}
.purchase-flow__comment {
  max-width: 1140px;
  margin: 26px auto 0;
}
@media screen and (max-width: 768px) {
  .purchase-flow__comment {
    padding-inline: 10px;
  }
}
.purchase-flow__illust02 {
  max-width: 810px;
  margin: 2.0833333333vw auto 0;
}

/* =================================== */
/*
  section
---------------------------*/
.assessment {
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .assessment {
    margin-top: 50px;
  }
}
.assessment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .assessment__list {
    gap: 15px;
  }
}
.assessment__list-item {
  width: 12.5%;
}
@media screen and (max-width: 768px) {
  .assessment__list-item {
    width: 40%;
  }
}
.assessment__btn {
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .assessment__btn {
    max-width: none;
    width: 90%;
    margin-top: 20px;
  }
}
.assessment__btn a {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .assessment__btn a {
    padding: 20px 0;
  }
}
.assessment__btn .em {
  color: #06c;
}

.assessment-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
/* =================================== */
/*
  section
---------------------------*/
.faq {
  margin-top: 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-top: 50px;
  }
}
.faq .m-faq {
  max-width: 830px;
  margin-inline: auto;
}
/* =================================== */
/*
  section
---------------------------*/
.other {
  position: relative;
  padding-block: 6.9444444444vw;
}
/*# sourceMappingURL=realty.css.map */