/* メインビジュアル下テキスト */
.new-house-title {
  text-align: center;
  margin-bottom: 80px;
}

/* 新築イメージ */
.new-house-image {
  margin-bottom: 90px;
}

.new-house-image img {
  width: 100%;
}

/* はじまりの住まい、新しい暮らし */
.new-house-life {
  margin-bottom: 70px;
}

.new-house-life-title {
  text-align: center;
}

.new-house-life-title h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.new-house-life-title p {
  margin-bottom: 80px;
}

.new-house-life-image-box {
  display: flex;
  gap: 20px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1300 / 650;
  width: 90%;
}

.new-house-life-image {
  width: 980px;
  height: 100%;
}

.new-house-life-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.new-house-right-image {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.new-house-right-image img {
  width: 100%;
  height: calc(50% - 10px);
  object-fit: cover;
  display: block;
}

/* 様々な新築住宅 */
.new-house-various {
  margin-bottom: 150px;
}

.new-house-various-title {
  text-align: center;
  margin-bottom: 60px;
}

.new-house-various-box {
  display: flex;
  justify-content: center;
  gap: 4.23%;
  width: 90%;
  min-width: 950px;
  margin: auto;
}

.new-house-various-item {
  width: 625px;
}

.new-house-various-item-image {
  margin-bottom: 30px;
}

.new-house-various-item-image img {
  width: 100%;
}

.new-house-various-item-text h3 {
  margin-bottom: 30px;
  font-weight: 600;
}

.new-house-various-item-text p {
  letter-spacing: 2px;
}

/* 家づくりは、もっと身近に、もっと楽しく */
.new-house-enjoy {
  width: 90%;
  margin: auto auto 100px;
}

.new-house-enjoy-title {
  text-align: center;
  margin-bottom: 90px;
}

.new-house-enjoy-title h2 {
  font-weight: 600;
  margin-bottom: 50px;
}

.new-house-enjoy-title p {
  text-align: center;
}

.new-house-enjoy-big {
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  /* 新築イメージ */
  .new-house-image {
    margin-bottom: 50px;
  }

  /* はじまりの住まい、新しい暮らし */
  .new-house-life {
    margin-bottom: 50px;
  }

  .new-house-life-title h2 {
    margin-bottom: 20px;
  }

  .new-house-life-title {
    width: 95%;
    margin: auto;
    text-align: left;
  }

  .new-house-life-title br {
    display: none;
  }

  .new-house-life-title p {
    margin-bottom: 50px;
  }

  .new-house-life-image-box {
    flex-direction: column;
    gap: 10px;
    min-width: auto;
    width: 90%;
  }

  .new-house-life-image {
    width: 100%;
    margin: auto;
  }

  .new-house-right-image img {
    height: auto;
  }

  .new-house-right-image {
    flex-direction: unset;
    margin: auto;
    width: 100%;
    gap: 10px;
  }

  /* 様々な新築住宅 */
  .new-house-various {
    margin-bottom: 0px;
  }

  .new-house-various-title {
    margin-bottom: 0;
  }

  .new-house-various-box {
    flex-direction: column;
    min-width: auto;
  }

  .new-house-various-item {
    width: 100%;
    margin: auto auto 100px;
  }

  .new-house-various-item-image {
    margin-bottom: 50px;
  }

  .new-house-various-item-text h3 {
    font-size: 26px;
  }
  /* 家づくりは、もっと身近に、もっと楽しく */
  .new-house-enjoy-title {
    text-align: left;
    margin-bottom: 50px;
  }

  .new-house-enjoy-title h2 {
    margin-bottom: 30px;
  }

  .new-house-enjoy-title p {
    text-align: left;
  }

  .new-house-enjoy-big {
    font-size: 20px;
  }
}
