main {
  overflow: hidden;
}

#fvContainer {
  padding: 150px 0 0;
  text-align: center;
  color: var(--primaryColor);
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.fvContents {
  position: relative;
  color: var(--primaryColor);
}

.fvTitle span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}

.fvTitle span:first-of-type::after {
  content: "";
  display: block;
  width: 183px;
  height: 5px;
  background: var(--primaryColor);
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.fvTitle span:last-of-type {
  margin-top: 45px;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
}

.fvImg {
  width: 220px;
  position: absolute;
  top: 40px;
  left: calc(100% + 20px);
}







#propertyTitleContainer {
  padding: 120px 0 600px;
}

.propertyTitleContents {
  width: calc(50% + 450px);
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
}

.propertyTitleText {
  flex: 0 0 430px;
}

.propertyTitleText dt {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}

.propertyTitleText dd {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
}

.propertyTitleImg {
  flex: 1 1 auto;
}









#searchContainer {
  margin: -500px 0 0;
  padding: 120px 0 150px;
  position: relative;
  z-index: 1;
}

#searchContainer > img {
  width: 100%;
  min-width: 1920px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

h2 span:first-of-type {
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
}

h2 span:last-of-type {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}

.searchContents {
  width: 90%;
  max-width: 900px;
  margin: 50px auto 0;
  padding: 60px 50px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50px;
}

#searchContainer .vkfs__labels > div {
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 4px dotted #C8C8C8;
  box-sizing: border-box;
}
#searchContainer .vkfs__labels > div:last-of-type {
  border-bottom: none;
}

#searchContainer .vkfs__label-name {
  margin-bottom: 10px;
  line-height: 1;
}

#searchContainer .searchContents ul li label {
  display: flex;
  align-items: center;
}

#searchContainer .vkfs .btn[type=submit] {
  width: 90%;
  max-width: 350px;
  margin: 30px auto;
  height: 70px;
  border: none;
  border-radius: 35px;
  background: var(--primaryColor);
  color: #fff;
}








#propertyContainer {
  width: 90%;
  max-width: 900px;
  margin: 100px auto 0;
}

.propertyContents {
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 36px;
}

.property {
  flex: 0 1 276px;
}

.propertyImg {
  aspect-ratio: 1 / 1;
}

.propertyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.propertyInfoContainer {
  margin-top: 10px;
}

.property h3 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
}

.propertyInfoContainer dl {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  font-size: 11px;
}

.propertyInfoContainer dt {
  flex: 0 0 98px;
  padding: 0px 5px 1px 5px;
  box-sizing: border-box;
  background: #000;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.propertyInfoContainer dd {
  flex: 1 1 auto;
  font-weight: 500;
}

#propertyContainer h2 span:first-of-type {
  color: var(--primaryColor);
}

#propertyContainer h2 span:last-of-type {
  color: #000;
}






@media (max-width: 1024px) {
#fvContainer {
  padding: 100px 0 0;
  /* background: var(--primaryColor);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center; */
}

.fvContents {
  /* position: relative; */
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.fvTitle {
  margin-top: 20px;
}

/* .fvTitle span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}

.fvTitle span:first-of-type::after {
  content: "";
  display: block;
  width: 183px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.fvTitle span:last-of-type {
  margin-top: 45px;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
} */

.fvImg {
  width: 160px;
  position: static;
  /* top: 30px;
  left: calc(100% + 20px); */
}







#propertyTitleContainer {
  padding: 80px 0 600px;
  /* background: var(--primaryColor);
  color: #fff; */
}

.propertyTitleContents {
  width: 95%;
  /* margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between; */
  gap: 36px 0;
  flex-direction: column-reverse;
}

.propertyTitleText {
  flex: 0 1 auto;
  width: 95%;
}

/* .propertyTitleText dt {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
} */

.propertyTitleText dd {
  margin-top: 25px;
  /* font-size: 20px;
  font-weight: 500; */
}

/* .propertyTitleImg {
  flex: 1 1 auto;
} */







#searchContainer {
  margin: -530px 0 0;
  padding: 120px 0 120px;
  /* position: relative;
  z-index: 1; */
}

/* #searchContainer > img {
  width: 100%;
  min-width: 1920px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
} */

h2 span:first-of-type {
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
}

h2 span:last-of-type {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}

.searchContents {
  /* width: 90%;
  max-width: 900px;
  margin: 50px auto 0; */
  padding: 50px 40px;
  /* box-sizing: border-box;
  background: #fff;
  border-radius: 50px; */
}







#propertyContainer {
  margin-top: 80px;
  padding: 0;
  /* background: var(--secondaryColor); */
}

.propertyContents {
  width: 90%;
  max-width: 600px;
  margin: 60px auto 0;
  /* display: flex;
  justify-content: space-between; */
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 50px 0;
}

.property {
  flex: 0 1 auto;
}

.propertyInfoContainer {
  margin-top: 10px;
}

.property h3 {
  margin-bottom: 12px;
  font-size: 20px;
  /* font-weight: bold; */
}

.propertyInfoContainer dl {
  /* margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 0 10px; */
  font-size: 14px;
}

.propertyInfoContainer dt {
  flex: 0 0 150px;
  /* padding: 0px 5px 1px 5px;
  box-sizing: border-box;
  background: #000;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; */
}

/* .propertyInfoContainer dd {
  flex: 1 1 auto;
  font-weight: 500;
} */


}










@media (max-width: 560px) {
#fvContainer {
  padding: 76px 0 0;
  /* background: var(--primaryColor);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center; */
}

.fvContents {
  /* position: relative; */
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.fvTitle {
  margin-top: 20px;
}

.fvTitle span:first-of-type {
  /* display: block; */
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 1;
  /* position: relative; */
}

.fvTitle span:first-of-type::after {
  /* content: "";
  display: block; */
  width: 116px;
  height: 4px;
  /* background: #fff;
  position: absolute;
  left: 50%; */
  bottom: -23px;
  /* transform: translateX(-50%); */
}

.fvTitle span:last-of-type {
  margin-top: 39px;
  /* display: block; */
  font-size: 20px;
  letter-spacing: 0.5px;
  /* line-height: 1.4;
  font-weight: bold; */
}

.fvImg {
  width: 80px;
  position: static;
  /* top: 30px;
  left: calc(100% + 20px); */
}







#propertyTitleContainer {
  padding: 50px 0 600px;
  /* background: var(--primaryColor);
  color: #fff; */
}

.propertyTitleContainer {
  /* width: 95%; */
  /* margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between; */
  gap: 28px 0;
  /* flex-direction: column-reverse; */
}

/* .propertyTitleText {
  flex: 0 1 auto;
  width: 95%;
} */

.propertyTitleText dt {
  font-size: 25px;
  line-height: 1.6;
  font-weight: bold;
}

.propertyTitleText dd {
  margin-top: 20px;
  font-size: 18px;
  /* font-weight: 500; */
}

/* .propertyTitleImg {
  flex: 1 1 auto;
} */








#searchContainer {
  margin: -550px 0 0;
  padding: 65px 0 70px;
  /* position: relative;
  z-index: 1;
  overflow: hidden; */
}

#searchContainer > img {
  /* width: 100%; */
  min-width: 375px;
  height: 100%;
  object-fit: cover;
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1; */
}

/* .title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
} */

h2 span:first-of-type {
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 1;
  /* color: var(--primaryColor); */
}

h2 span:last-of-type {
  /* display: block; */
  margin-top: 3px;
  font-size: 20px;
  line-height: 1.4;
  /* font-weight: bold; */
}

.searchContents {
  /* width: 90%;
  max-width: 900px;
  margin: 50px auto 0; */
  padding: 30px 20px;
  /* box-sizing: border-box;
  background: #fff;
  border-radius: 50px; */
}








#propertyContainer {
  margin-top: 53px;
  /* background: var(--secondaryColor); */
}

/* .propertyTitleContainer {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 90px;
} */

/* .propertyTitleContainer .title {
  flex: 0 1 100%;
} */

/* .propertyTitleContainer .title > img {
  width: 206px;
  margin-bottom: 26px;
} */

.propertyTitleContainer .title .propertyTitleImg {
  /* flex: 0 1 100%; */
  /* display: block; */
  width: 90%;
  /* max-width: 450px;
  margin: 40px auto 0; */
}

.propertyTitleContainer .title > p {
  width: 90%;
  max-width: 600px;
  margin: 30px auto 0;
}

.propertyContents {
  width: 80%;
  /* max-width: 600px; */
  margin: 30px auto 0;
  /* display: flex;
  justify-content: space-between; */
  /* flex-direction: column; */
  gap: 30px 0;
}

.property {
  flex: 0 1 100%;
}

.propertyInfoContainer {
  margin-top: 10px;
}

.property h3 {
  margin-bottom: 12px;
  font-size: 14px;
  /* font-weight: bold; */
}

.propertyInfoContainer dl {
  /* margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 0 10px; */
  font-size: 11px;
}

.propertyInfoContainer dt {
  flex: 0 0 100px;
  /* padding: 0px 5px 1px 5px;
  box-sizing: border-box;
  background: #000;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; */
}


}