main {
  overflow: hidden;
}

#fvContainer {
  padding-top: 180px;
  position: relative;
}
#fvContainer::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: var(--secondaryColor);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.fvTitle {
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translateX(-78%);
  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: 130px 0 0;
  background: var(--secondaryColor);
  position: relative;
}
#aboutContainer::after {
  content: "";
  width: 150%;
  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;
  gap: 0 50px;
}

.aboutImg1 {
  flex: 0 1 402px;
  margin-top: 50px;
}

.aboutText {
  flex: 0 0 360px;
  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 408px;
  margin-top: 30px;
}









#newsContainer {
  width: 90%;
  max-width: 900px;
  margin: 220px auto 120px;
}

#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;
}








#propertyContainer {
  padding: 130px 0 130px;
  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 0 372px;
}

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

.propertyTitleContainer .title > p {
  margin-top: 50px;
}

.propertyTitleImg {
  flex: 0 1 438px;
}

.propertyContents {
  width: 90%;
  max-width: 900px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  gap: 0 36px;
}

.property {
  flex: 0 1 276px;
}

.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;
}








#staffContainer {
  width: calc(50% + 450px);
  max-width: 1150px;
  margin: 130px auto 0;
  transform: translateX(3.4%);
  display: flex;
  justify-content: space-between;
  gap: 0 95px;
}

#staffContainer .title {
  flex: 0 0 372px;
}

#staffContainer .title p {
  margin-top: 50px;
  font-weight: 500;
}

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

.staffImg {
  flex: 0 1 683px;
}