#fvContainer {
  width: 100%;
  height: 100vh;
  position: relative;
}

#fvContainer > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fvText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fvText p {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 4px;
  text-align: center;
}

.fvLink {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0 20px;
}

.fvLink li {
  min-width: 367.8px;
  height: 51.3px;
  background: #fff;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
}

.fvLink li a {
  display: block;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}







/* サービス */
#serviceContainer {
  width: 100%;
  border-radius: 0 0 0 160px;
  background: url(../img/serviceBack.png) center bottom / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 80px;
}

.serviceLeft {
  flex: 0 1 42%;
  max-width: 400px;
  margin-top: 300px;
  padding-bottom: 150px;
  box-sizing: border-box;
  position: sticky;
  top: 200px;
}

.serviceLeft p {
  font-size: 27px;
  color: var(--fontColor2);
  font-weight: 600;
}

.serviceLeft img {
  margin-top: 60px;
}

.serviceRight {
  flex: 0 1 47.5%;
  max-width: 452px;
  padding: 100px 0 120px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
}

h2 {
  font-size: 35.1px;
  letter-spacing: 4px;
}

.serviceRight h2 {
  color: var(--primaryColor);
  font-weight: 600;
  text-align: center;
}

.serviceRightContents {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}

.service {
  width: 84%;
  margin: 0 auto;
}

.serviceImg {
  margin: 0 auto;
}
.service:first-of-type .serviceImg {
  width: 146px;
}
.service:nth-of-type(2) .serviceImg {
  width: 148px;
}
.service:nth-of-type(3) .serviceImg {
  width: 196.4px;
}

.serviceText {
  margin-top: 20px;
}

.serviceText dt {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--primaryColor);
}

.serviceText dd {
  margin-top: 15px;
}





/* 建築条件なし */
#noConditionsContainer {
  width: 90%;
  max-width: 1055px;
  margin: 120px auto 0;
}

.noConditionsContents {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}

.property {
  flex: 0 1 331.6px;
}

.propertyInfo {
  margin-top: 12px;
}

.area {
  font-size: 17px;
  font-weight: 600;
}

.price {
  font-size: 19px;
  font-weight: 600;
}

.meter, .station {
  font-size: 14px;
  color: var(--fontColor2);
}





/* その他の物件 */
#otherProoertyContainer {
  width: 90%;
  max-width: 1055px;
  margin: 100px auto 0;
}

#otherProoertyContainer h2 {
  text-align: center;
  position: relative;
}
#otherProoertyContainer h2 span {
  cursor: pointer;
}

#otherProoertyContainer h2::after {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-bottom: 1px solid var(--fontColor2);
  border-right: 1px solid var(--fontColor2);
  transform: translateX(-50%) rotate(30deg) skew(-30deg);
  cursor: pointer;
}

.otherProoertyContents {
  margin-top: 60px;
  display: none;
}

.otherProoertyContents > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}






/* ニュース */
#newsContainer {
  width: 90%;
  max-width: 1055px;
  margin: 120px auto 0;
}

#newsContainer h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}

#newsContainer h2 span {
  padding: 0 10px;
  background: #fff;
}

.newsContents {
  margin-top: -16px;
  border-top: 1px solid var(--fontColor2);
}

.news {
  padding: 26px 60px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--fontColor2);
}

.news a {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 0 20px;
}

.date {
  flex: 0 0 100px;
}

.newsText {
  flex: 1 1 auto;
}





#bannerContainer {
  width: 90%;
  max-width: 776px;
  margin: 100px auto 0;
}





#companyContainer {
  width: 100%;
  margin-top: 100px;
  padding: 130px 0 50px;
  background: url(../img/companyBack.png) bottom center / cover no-repeat;
  border-radius: 0 200px 0 0;
}

.companyContents {
  width: 90%;
  max-width: 840px;
  margin:  0 auto;
}

.companyContents h3 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}

.companyContents p:first-of-type {
  margin-top: 40px;
  letter-spacing: 1.6px;
}

.companyContents p:nth-of-type(2) {
  margin-top: 30px;
  text-align: right;
}

.companyContents .more {
  margin-top: 200px;
}

.companyContents .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fontColor2);
  transition: 0.3s;
}

.companyContents .more img {
  width: 74px;
  margin-left: 10px;
}

.companyContents .more:hover a {
  color: var(--primaryColor);
}
.companyContents .more:hover img {
  opacity: 1;
}





/* アクセス */
#accessContainer {
  width: 90%;
  max-width: 1055px;
  margin: 150px auto 0;
}

#accessContainer h2 {
  text-align: center;
  font-weight: bolder;
  letter-spacing: 2px;
  color: var(--fontColor2);
}

#accessContainer iframe {
  width: 100%;
  height: 530px;
  margin-top: 30px;
}

.accessText {
  font-size: 17px;
}

.accessText dt {
  margin-top: 20px;
}