/* Scss Document */
/* Scss Document */
.kv_bg {
  background: url("../images/sale&purchase/kv-sale&purchase.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 640px) {
  .kv_bg {
    height: 300px;
    background-position: 56% bottom;
  }
}

.breadcrumb-space {
  padding-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumb-space {
    padding-top: calc(20 / 640 * 100vw);
  }
}

@media only screen and (max-width: 640px) {
  .page_ttl_en-small {
    font-size: calc(22 / 640 * 100vw);
  }
}

.intro .content {
  padding-top: 8.8rem;
}
@media only screen and (max-width: 640px) {
  .intro .content {
    padding-top: calc(60 / 640 * 100vw);
  }
}

.intro__ttl {
  color: #004ca2;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media only screen and (max-width: 640px) {
  .intro__ttl {
    font-size: calc(42 / 640 * 100vw);
  }
}

.intro__txt {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-top: 3.8rem;
}
@media only screen and (max-width: 640px) {
  .intro__txt {
    font-size: calc(23 / 640 * 100vw);
    margin-top: calc(30 / 640 * 100vw);
    text-align: left;
  }
}

.life-nav .content {
  margin-top: 5.6rem;
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 640px) {
  .life-nav .content {
    margin-bottom: calc(50 / 640 * 100vw);
  }
}

.life-nav__list {
  display: flex;
  justify-content: center;
  gap: 3.3rem;
}
@media only screen and (max-width: 640px) {
  .life-nav__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(20 / 640 * 100vw);
  }
}

.life-nav__item {
  display: block;
  text-align: center;
  width: 260px;
  padding-top: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .life-nav__item {
    width: calc(260 / 640 * 100vw);
  }
}
.life-nav__item::after {
  content: "";
  position: absolute;
  width: 7.796px;
  height: 7.796px;
  border-right: 2px solid rgba(0, 0, 0, 0.75);
  border-bottom: 2px solid rgba(0, 0, 0, 0.75);
  transform: rotate(45deg);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: 18px;
}
.life-nav__item.is-active {
  border-bottom: 1px solid #004ca2;
}
.life-nav__item p {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .life-nav__item p {
    font-size: calc(18 / 640 * 100vw);
  }
}

.border-blue {
  border-bottom: 1px solid #004ca2;
}

.sell-high__button {
  margin: 6.5rem auto 0;
}
@media only screen and (max-width: 640px) {
  .sell-high__button {
    margin-top: calc(40 / 640 * 100vw);
  }
}
.sell-high__button .c_button_wrap-white {
  display: block;
  width: 432px;
  height: 61.2px;
}
@media only screen and (max-width: 640px) {
  .sell-high__button .c_button_wrap-white {
    margin: 0 auto;
    width: 80%;
  }
}
.sell-high__button .c_button_wrap-white::after {
  transform: translateY(-50%) rotate(45deg);
  right: 28px;
  left: auto;
  top: 50%;
}
@media only screen and (max-width: 640px) {
  .sell-high__button .c_button_wrap-white::after {
    right: calc(22 / 640 * 100vw);
  }
}
.sell-high__button .c_button-white {
  line-height: 61.2px;
}
@media only screen and (max-width: 640px) {
  .sell-high__button .c_button-white {
    font-size: 1.6rem;
  }
}

.sell-high .content {
  padding-top: 8.6rem;
}
@media only screen and (max-width: 640px) {
  .sell-high .content {
    padding-top: calc(60 / 640 * 100vw);
  }
}

.sell-high__ttl {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin-top: 6.2rem;
}
@media only screen and (max-width: 640px) {
  .sell-high__ttl {
    font-size: calc(28 / 640 * 100vw);
    margin-top: calc(50 / 640 * 100vw);
  }
}

.sell-high__txt {
  color: #000;
  text-align: center;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .sell-high__txt {
    font-size: calc(25 / 640 * 100vw);
    text-align: left;
  }
}

.sell-high__img {
  width: 36.0526315789%;
  margin: 4rem auto 5rem;
}
@media only screen and (max-width: 640px) {
  .sell-high__img {
    width: 70%;
    margin: calc(40 / 640 * 100vw) auto;
  }
}

.sell-high__list {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}

.sell-high__item {
  border-radius: 12px;
  background: #ecf7fb;
  padding: 3.3rem 3.6rem 3.2rem 5.8rem;
}
@media only screen and (max-width: 640px) {
  .sell-high__item {
    padding: calc(30 / 640 * 100vw);
  }
}

.sell-high__card {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .sell-high__card {
    flex-direction: column;
    gap: calc(20 / 640 * 100vw);
  }
}

.sell-high__card-number {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  background: #004ca2;
  width: 15rem;
  height: 5rem;
  padding: 0.7rem 2.5rem 0.9rem 2.7rem;
  margin-right: 3.8rem;
  border-radius: 100vw;
}
@media only screen and (max-width: 640px) {
  .sell-high__card-number {
    font-size: calc(28 / 640 * 100vw);
    line-height: 4rem;
    padding: 0 2.8rem 0 2.5rem;
    height: 4rem;
  }
}

.sell-high__card__body {
  color: #000;
}

.sell-high__card-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 640px) {
  .sell-high__card-ttl {
    font-size: calc(28 / 640 * 100vw);
  }
}

.sell-high__card-txt {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .sell-high__card-txt {
    font-size: calc(25 / 640 * 100vw);
    margin-top: calc(15 / 640 * 100vw);
  }
}

.sell-quickly .content {
  padding-top: 11.4rem;
}
@media only screen and (max-width: 640px) {
  .sell-quickly .content {
    padding-top: calc(60 / 640 * 100vw);
  }
}

.sell-quickly__img {
  width: 22.4561403509%;
  margin: 4rem auto 5rem;
}
@media only screen and (max-width: 640px) {
  .sell-quickly__img {
    width: 45%;
    margin: calc(40 / 640 * 100vw) auto;
  }
}

.form .content {
  padding-top: 13rem;
  padding-bottom: 22.2rem;
}
@media only screen and (max-width: 640px) {
  .form .content {
    padding-top: calc(60 / 640 * 100vw);
    padding-bottom: calc(100 / 640 * 100vw);
  }
}

.form__note {
  color: #000;
  text-align: center;
  margin-top: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .form__note {
    margin-top: calc(30 / 640 * 100vw);
    font-size: calc(20 / 640 * 100vw);
  }
}
.form__note span {
  color: #f00;
}

.form__txt {
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 640px) {
  .form__txt {
    font-size: calc(28 / 640 * 100vw);
    margin-bottom: calc(38 / 640 * 100vw);
  }
}

.contact__form {
  margin-top: 3.4rem;
}
@media only screen and (max-width: 640px) {
  .contact__form {
    margin-top: calc(30 / 640 * 100vw);
  }
}

.form-field {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .form-field {
    flex-direction: column;
  }
}

.form-field__head {
  width: 25.6rem;
  border: 1px solid #cdcdcd;
  background: #ecf7fb;
  padding: 1.8rem 0 1.4rem 1.6rem;
}
@media only screen and (max-width: 640px) {
  .form-field__head {
    width: 100%;
    padding: 1rem 0 1rem 1.2rem;
  }
}

.form-field__label {
  color: #000;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.8px;
}

.form-field__tag {
  color: #f00;
  text-align: center;
}

.form-field__item {
  flex: 1;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding: 9px 0 11px 13px;
}
@media only screen and (max-width: 640px) {
  .form-field__item {
    padding: 1rem;
  }
}
.form-field__item span {
  margin-right: 7px;
  color: #000;
  font-family: "Noto Sans JP";
}

.form-text {
  border: 1px solid #cdcdcd;
  background: #f6f6f6;
  width: 40rem;
  height: 4rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .form-text {
    width: 100%;
    font-size: calc(20 / 640 * 100vw);
  }
}
.form-text.postcode {
  width: 13.5rem;
}
.form-text.address {
  width: 56rem;
}
@media only screen and (max-width: 640px) {
  .form-text.address {
    width: 100%;
    margin-top: 1rem;
  }
}
.form-text.narrow {
  width: 18.8rem;
}

.house-info {
  margin-top: 4.3rem;
}

.form-field__note {
  margin-left: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .form-field__note {
    font-size: calc(20 / 640 * 100vw);
    margin-left: 0.5rem;
  }
}

.form-textarea {
  border: 1px solid #cdcdcd;
  background: #f6f6f6;
  width: 56rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .form-textarea {
    width: 100%;
    font-size: calc(20 / 640 * 100vw);
  }
}

.form-button_wrap {
  margin-top: 5.8rem;
}
@media only screen and (max-width: 640px) {
  .form-button_wrap {
    margin-top: calc(40 / 640 * 100vw);
  }
}

.form-button {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 5rem;
  letter-spacing: 1.2px;
  border-radius: 100vw;
  background: #004ca2;
  width: 35.5rem;
  height: 5rem;
  margin: 0 auto;
}

.form-button_wrap-white {
  margin-top: 1.9rem;
}

.form-button-white {
  background: #fff;
  border: 1px solid #004ca2;
  color: #004ca2 !important;
}/*# sourceMappingURL=sale&purchase.css.map */