@media screen and (min-width: 769px) {
  [data-page-id=realestate][data-page-class=index] .secQuality .pr-secStyle2_cnt1 ul {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=realestate][data-page-class=index] .secQuality .pr-secStyle2_cnt1 ul li img {
    aspect-ratio: 1/0.6;
  }
}

@media screen and (min-width: 769px) {
  .secSumstock {
    padding-top: 160px;
  }
}

@media screen and (min-width: 769px) {
  .secForSaleList_filter {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .secForSaleList_filter {
    margin-top: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .secForSaleList_cnt1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .secForSaleList_cnt1 {
    margin-top: 15vw;
  }
}

@media screen and (min-width: 769px) {
  .secDealer .pr-secStyle2_cn_t1 ul {
    margin-top: -80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .secDealer .pr-secStyle2_cn_t1 ul::before, .secDealer .pr-secStyle2_cn_t1 ul::after,
  .secDealer .pr-secStyle2_cn_t1 ul li {
    flex-basis: 31%;
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .secDealer .pr-secStyle2_cn_t1 ul::before, .secDealer .pr-secStyle2_cn_t1 ul::after,
  .secDealer .pr-secStyle2_cn_t1 ul li {
    flex-basis: 47%;
  }
}
@media screen and (max-width: 768px) {
  .secDealer .pr-secStyle2_cn_t1 ul::before, .secDealer .pr-secStyle2_cn_t1 ul::after,
  .secDealer .pr-secStyle2_cn_t1 ul li {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .secDealer .pr-secStyle2_cn_t1 ul::before, .secDealer .pr-secStyle2_cn_t1 ul::after {
    content: "";
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .secDealer .pr-secStyle2_cn_t1 ul li {
    order: 1;
  }
}
.secDealer .pr-secStyle2_cn_t1 ul li [class^=co-btn] {
  max-width: 10000px;
}

.secHowTo_nav ul {
  display: flex;
  justify-content: space-between;
}
.secHowTo_nav ul li {
  flex-basis: 48%;
}
.secHowTo_cnt1 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .secHowTo_cnt1 {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .secHowTo_cnt1_item {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .secHowTo_cnt1_item ._img {
    order: 2;
    flex-grow: 1;
  }
}
.secHowTo_cnt1_item ._img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .secHowTo_cnt1_item ._txt {
    order: 1;
    width: 400px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .secHowTo_cnt1_item ._txt {
    margin-top: 5vw;
  }
}
.secHowTo_cnt1_item ._txt .co-txtStyle3 {
  margin-top: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .secHowTo_cnt1_item ._txt .co-txtStyle3 {
    margin-top: 5vw;
    margin-bottom: 1.25vw;
  }
}

.headStyleLan_in {
  position: relative;
}
@media screen and (max-width: 768px) {
  .headStyleLan_in {
    display: flex;
    flex-direction: column;
  }
}
.headStyleLan_img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .headStyleLan_img {
    order: 2;
  }
}
.headStyleLan_img img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 10000px;
}
@media screen and (min-width: 769px) {
  .headStyleLan_img img {
    height: calc(100vh + 200px);
  }
}
@media screen and (max-width: 768px) {
  .headStyleLan_img img {
    height: calc(100svh + 25vw);
    object-position: center bottom;
  }
}
.headStyleLan_logo {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
}
@media screen and (min-width: 769px) {
  .headStyleLan_logo {
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .headStyleLan_logo {
    margin-top: -40vw;
    width: 65vw;
  }
}
@media screen and (min-width: 769px) {
  .headStyleLan_title {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    width: 100%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .headStyleLan_title {
    order: 1;
    line-height: 1;
  }
}
.headStyleLan_title .co-titleStyle1 {
  margin-bottom: 0;
}

.secAbout {
  margin-top: 0px;
}

.secBg img {
  width: 100%;
  max-width: 10000px;
  object-fit: cover;
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  .secBg img {
    height: 50vw;
  }
}/*# sourceMappingURL=realestate.css.map */