@media (max-width: 1024px) {
/* #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%, -100%);
}

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

.fvLink {
  /* position: absolute; */
  bottom: 8vh;
  /* left: 50%;
  transform: translateX(-50%);
  display: flex; */
  gap: 30px 0px;
  flex-direction: column;
}

.fvLink li {
  min-width: 400px;
  height: 60px;
  background: var(--primaryColor);
  border: none;
  border-radius: 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: 19px;
  color: #fff;
}







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

.serviceLeft {
  width: 84%;
  max-width: 500px;
  margin-top: 40px;
  padding-bottom: 0px;
  /* box-sizing: border-box; */
  position: static;
  top: auto;
}

.serviceLeft p {
  /* font-size: 27px;
  color: var(--fontColor2);
  font-weight: 600; */
  text-align: center;
}

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

.serviceRight {
  flex: 0 1 84%;
  max-width: 500px;
  padding: 80px 0 100px;
  /* box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75); */
}

h2 {
  font-size: 35px;
  /* 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: 84%;
  /* max-width: 1055px; */
  margin: 100px auto 0;
}

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

.property {
  flex: 0 1 48%;
}

/* .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: 84%;
  /* max-width: 1055px; */
  margin: 90px 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 4%;
}






/* ニュース */
#newsContainer {
  width: 84%;
  /* max-width: 1055px; */
  margin: 90px 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: 84%;
  /* max-width: 776px; */
  /* margin: 100px auto 0; */
}





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

.companyContents {
  width: 84%;
  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: 110px;
}

/* .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: 84%;
  /* max-width: 1055px; */
  margin: 80px auto 0;
}

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

#accessContainer iframe {
  /* width: 100%; */
  height: 400px;
  margin-top: 20px;
}

/* .accessText {
  font-size: 17px;
}

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

}
















@media (max-width: 560px) {
#fvContainer {
  /* width: 100%;
  height: 100vh;
  position: relative; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#fvContainer > img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fvText {
  width: 90%;
  margin: 170px auto 0;
  position: static;
  top: auto;
  left: auto;
  transform: translate(0);
}

.fvText p {
  font-size: 23px;
  color: #fff;
  /* font-weight: 600;
  line-height: 1.6;
  letter-spacing: 4px;
  text-align: center; */
}

.fvLink {
  margin-top: 40px;
  position: static;
  bottom: auto;
  left: auto;
  transform: translateX(0);
  /* display: flex;
  gap: 30px 0px;
  flex-direction: column; */
}

.fvLink li {
  min-width: 305px;
  height: 45px;
  /* background: var(--primaryColor);
  border: none;
  border-radius: 0; */
  /* box-sizing: border-box; */
}

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







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

/* .serviceLeft {
  width: 84%;
  max-width: 500px;
  margin-top: 40px;
  padding-bottom: 0px; */
  /* box-sizing: border-box; */
  /* position: static;
  top: auto;
} */

.serviceLeft p {
  font-size: 18px;
  /* color: var(--fontColor2);
  font-weight: 600;
  text-align: center; */
}

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

.serviceRight {
  width: 84%;
  /* max-width: 500px; */
  padding: 30px 0 40px;
  /* box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75); */
}

h2 {
  font-size: 19px;
  letter-spacing: 2px;
}

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

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

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

.serviceImg {
  margin: 0 auto;
} */
.service:first-of-type .serviceImg {
  width: 95px;
}
.service:nth-of-type(2) .serviceImg {
  width: 108px;
}
.service:nth-of-type(3) .serviceImg {
  width: 143px;
}

/* .serviceText {
  margin-top: 20px;
} */

.serviceText dt {
  /* text-align: center; */
  font-size: 20px;
  line-height: 1.6;
  /* font-weight: 600; */
  letter-spacing: 2px;
  /* color: var(--primaryColor); */
}

.serviceText dd {
  /* margin-top: 15px; */
  font-size: 15px;
}





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

#noConditionsContainer h2 {
  text-align: center;
}

.noConditionsContents {
  /* margin-top: 30px;
  display: flex;
  flex-wrap: wrap; */
  gap: 40px;
}

.property {
  flex: 0 1 100%;
}

/* .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: 84%;
  /* max-width: 1055px; */
  margin: 60px 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 0;
}






/* ニュース */
#newsContainer {
  width: 84%;
  /* max-width: 1055px; */
  margin: 70px 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: 20px 0px;
  /* box-sizing: border-box;
  border-bottom: 1px solid var(--fontColor2); */
}

.news a {
  /* font-size: 16px;
  font-weight: 600;
  display: flex; */
  gap: 0;
  flex-direction: column;
}

.date {
  flex: 0 1 auto;
}

.newsText {
  flex: 0 1 auto;
}





#bannerContainer {
  /* width: 84%; */
  /* max-width: 776px; */
  margin: 50px auto 0;
}





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

.companyContents {
  /* width: 84%;
  max-width: 840px; */
  margin:  0 auto;
}

.companyContents h3 {
  font-size: 18px;
  /* font-weight: 600; */
  letter-spacing: 1px;
  /* text-align: center; */
}

.companyContents p:first-of-type {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 0.8px;
}

.companyContents p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 15px;
  /* text-align: right; */
}

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

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

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

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





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

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

#accessContainer iframe {
  /* width: 100%; */
  height: 380px;
  margin-top: 16px;
}

.accessText {
  font-size: 14px;
}

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



}