@media (max-width: 1024px) {
#fvContainer {
  padding-top: 150px;
  /* background: var(--secondaryColor);
  position: relative; */
}

.fvTitle {
  font-size: 80px;
  /* line-height: 1;
  position: absolute; */
  top: 100px;
  left: 5%;
  transform: translateX(0);
  /* z-index: 1; */
}

/* .fvImg {
  width: 83%;
  max-width: calc(50% + 460px);
  height: 593px;
  margin: 0 0 0 auto;
  position: relative;
}

.fvImg img {
  height: 100%;
  object-fit: cover;
  border-radius: 60px 0 0 60px;
}

.fvBtn {
  width: 80px;
  position: absolute;
  bottom: 40px;
  right: 0;
} */







#aboutContainer {
  /* width: 100%; */
  padding: 100px 0 0;
  /* background: var(--secondaryColor);
  position: relative; */
}
#aboutContainer::after {
  /* content: "";
  width: 150%; */
  min-width: 1400px;
  /* height: 600px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondaryColor);
  border-radius: 50%;
  z-index: -1; */
}

.aboutContents {
  /* max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; */
  flex-direction: column;
  gap: 60px 0;
}

.aboutImg1 {
  /* flex: 0 1 402px;
  margin-top: 50px; */
  display: none;
}

.aboutText {
  flex: 0 1 auto;
  /* text-align: center; */
}

/* h2 {
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.aboutText dt {
  margin-top: 40px;
  font-size: 30px;
  line-height: 1.7;
  font-weight: bold;
}

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

/* .moreBtn {
  width: 350px;
  height: 70px;
  margin: 70px auto 0;
  background: #000;
  border-radius: 35px;
}

.moreBtn a {
  display: block;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.moreBtn a img {
  width: 32px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
} */

.aboutImg2 {
  flex: 0 1 auto;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}









#newsContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 190px auto 90px;
}

/* #newsContainer .title {
  display: flex;
  align-items: center;
  gap: 0 50px;
}

.title h2 span:last-of-type {
  margin-top: 10px;
  display: block;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: bold;
}

#newsContainer .title img {
  width: 294px;
}

.newsContents {
  margin-top: 70px;
}

.news {
  padding: 30px 0;
  border-bottom: 4px dotted #C8C8C8;
  display: flex;
  font-weight: bold;
}
.news:first-of-type {
  border-top: 4px dotted #C8C8C8;
}

.news dt {
  flex: 0 0 180px;
  margin-top: 6px;
  color: var(--primaryColor);
  line-height: 1.1;
}

.news dt span:first-of-type {
  font-size: 16px;
  display: block;
}

.news dt span:last-of-type {
  font-size: 32px;
} */

#newsContainer .moreBtn {
  margin-right: 0;
  margin-top: 50px;
}








#propertyContainer {
  padding: 90px 0 80px;
  /* 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: 100%;
  max-width: 450px;
  margin: 40px auto 0;
}

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

.propertyContents {
  width: 90%;
  max-width: 600px;
  margin: 60px auto;
  /* 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: 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;
} */








#staffContainer {
  width: 90%;
  max-width: 900px;
  margin: 70px auto 0;
  transform: translateX(0);
  /* display: flex;
  justify-content: space-between;
  gap: 0 95px; */
}

#staffContainer .title {
  flex: 0 1 100%;
}

#staffContainer .title .staffImg {
  display: block;
  max-width: 600px;
  margin: 40px auto 0;
}

#staffContainer .title p {
  max-width: 600px;
  margin: 40px auto 0;
  font-weight: 500;
}

#staffContainer .title .moreBtn {
  margin-left: auto;
}



}
















@media (max-width: 560px) {
#fvContainer {
  padding-top: 100px;
  /* background: var(--secondaryColor);
  position: relative; */
}

.fvTitle {
  font-size: 50px;
  /* line-height: 1;
  position: absolute; */
  top: 68px;
  left: 10%;
  transform: translateX(0);
  /* z-index: 1; */
}

.fvImg {
  width: 90%;
  /* max-width: calc(50% + 460px); */
  height: auto;
  margin: 0 auto;
  /* position: relative; */
}

/* .fvImg img {
  height: 100%;
  object-fit: cover;
  border-radius: 60px 0 0 60px;
} */

.fvBtn {
  /* width: 80px;
  position: absolute;
  bottom: 40px;
  right: 0; */
  display: none;
}







#aboutContainer {
  /* width: 100%; */
  padding: 60px 0 0;
  /* background: var(--secondaryColor);
  position: relative; */
}
#aboutContainer::after {
  /* content: "";
  width: 150%; */
  min-width: 1200px;
  /* height: 600px;
  position: absolute; */
  bottom: -50px;
  /* left: 50%;
  transform: translateX(-50%);
  background: var(--secondaryColor);
  border-radius: 50%;
  z-index: -1; */
}

.aboutContents {
  /* max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; */
  flex-direction: column;
  gap: 60px 0;
}

.aboutImg1 {
  /* flex: 0 1 402px;
  margin-top: 50px; */
  display: none;
}

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

h2 {
  font-size: 38px;
  letter-spacing: 0.3px;
  /* line-height: 1.2; */
}

.aboutText dt {
  margin-top: 20px;
  font-size: 25px;
  /* line-height: 1.7;
  font-weight: bold; */
}

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

.moreBtn {
  width: 300px;
  height: 60px;
  margin: 50px auto 0;
  /* background: #000; */
  border-radius: 30px;
}

.moreBtn a {
  /* display: block;
  height: 100%;
  padding: 0 15px; */
  /* box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; */
  font-size: 17px;
  /* font-weight: bold;
  letter-spacing: 1px; */
}

/* .moreBtn a img {
  width: 32px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.aboutImg2 {
  flex: 0 1 auto;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
} */









#newsContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 110px auto 60px;
}

#newsContainer .title {
  /* display: flex;
  align-items: center; */
  gap: 25px;
}

.title h2 span:last-of-type {
  margin-top: 5px;
  /* display: block; */
  font-size: 20px;
  letter-spacing: 1px;
  /* font-weight: bold; */
}

#newsContainer .title img {
  width: 75px;
  margin-top: 10px;
}

.newsContents {
  margin-top: 30px;
}

.news {
  padding: 28px 0 25px;
  /* border-bottom: 4px dotted #C8C8C8; */
  /* display: flex; */
  /* font-weight: bold; */
  flex-direction: column;
}
/* .news:first-of-type {
  border-top: 4px dotted #C8C8C8;
} */

.news dt {
  flex: 0 1 auto;
  margin-top: 0px;
  /* color: var(--primaryColor);
  line-height: 1.1; */
}

/* .news dt span:first-of-type {
  font-size: 16px;
  display: block;
}

.news dt span:last-of-type {
  font-size: 32px;
} */

.news dd {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.8;
}

#newsContainer .moreBtn {
  margin-right: auto;
  margin-top: 40px;
}








#propertyContainer {
  padding: 60px 0 60px;
  /* 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: 50px 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; */
}

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

#propertyContainer .moreBtn {
  margin-top: 40px;
}








#staffContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 50px auto 0;
  /* transform: translateX(0); */
  /* display: flex;
  justify-content: space-between;
  gap: 0 95px; */
}

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

#staffContainer .title .staffImg {
  display: block;
  max-width: 600px;
  margin: 40px auto 0;
} */

/* #staffContainer .title p {
  max-width: 600px;
  margin: 40px auto 0;
  font-weight: 500;
}

#staffContainer .title .moreBtn {
  margin-left: auto;
} */



}