.section__title {
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .section__title {
    font-size: clamp(22px, 4vw, 28px);
  }
}

.section__text {
  font-size: 15px;
  font-weight: 300;
}

.f14 {
  font-size: 14px;
  font-weight: 500;
}

.property__contents {
  margin-bottom: 0;
}

.property__lead {
  position: relative;
  padding: 23rem 0 21rem;
}
.property__lead:after {
  content: "";
  position: absolute;
  left: 0;
  top: 29%;
  background: url(../img/property/map.webp) no-repeat;
  background-position: left center;
  background-size: contain;
  width: 100vw;
  height: 100vh;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .property__lead:after {
    left: -6%;
    width: 65vw;
  }
}
@media screen and (max-width: 834px) {
  .property__lead:after {
    left: 0;
    width: 100vw;
    top: 23%;
  }
}
@media screen and (max-width: 640px) {
  .property__lead:after {
    left: -30%;
    width: 200vw;
    top: 20%;
  }
}
@media screen and (max-width: 374px) {
  .property__lead:after {
    left: -29%;
    width: 165vw;
    top: 16%;
  }
}
@media screen and (max-width: 1200px) {
  .property__lead {
    padding: 18rem 0 15rem;
  }
}
@media screen and (max-width: 834px) {
  .property__lead {
    padding: 40rem 0 6rem;
  }
}
@media screen and (max-width: 374px) {
  .property__lead {
    padding: 28rem 0 6rem;
  }
}
.property__lead .property__lead-cont {
  margin-left: 45%;
  width: 45%;
}
@media screen and (max-width: 990px) {
  .property__lead .property__lead-cont {
    width: 55%;
  }
}
@media screen and (max-width: 834px) {
  .property__lead .property__lead-cont {
    margin-left: 0;
    width: 100%;
  }
}
.property__lead .property__lead-cont .section__ttl {
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .property__lead .property__lead-cont .section__ttl {
    margin-bottom: 0;
  }
}
.property__lead .property__lead-cont .section__ttl-sub {
  font-weight: 400;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .property__lead .property__lead-cont .section__ttl-sub {
    margin-bottom: 2rem;
  }
}

.property__list {
  background-color: #d4dfec;
  padding: 12rem 0 12rem;
}
@media screen and (max-width: 834px) {
  .property__list {
    padding: 6rem 0;
  }
}
.property__list .property__list-ttl {
  color: #2b5e98;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .property__list .property__list-ttl {
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
.property__list .property__list-text {
  font-size: 16px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .property__list .property__list-text {
    font-size: 14px;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.property__list .property__tbl table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .property__list .property__tbl table {
    width: 1000px;
  }
}
.property__list .property__tbl table th {
  background-color: #2b5e98;
  border: 1px solid #d4dfec;
  color: #fff;
  font-size: 15px;
  padding: 1.5rem;
  text-align: center;
}
.property__list .property__tbl table td {
  border: 1px solid #d4dfec;
  background: #fff;
  padding: 1.5rem 2rem;
  text-align: left;
}
.property__list .property__tbl table td.number {
  text-align: right;
}
.property__list .note {
  font-size: 15px;
  text-align: right;
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .property__list .note {
    font-size: 13px;
  }
}
.property__list .note.first {
  margin-bottom: 12rem;
}
@media screen and (max-width: 834px) {
  .property__list .note.first {
    margin-bottom: 4rem;
  }
}/*# sourceMappingURL=property.css.map */