@charset "UTF-8";

@keyframes zoomIN {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
.goodneighborstown {
  font-family: "Josefin Sans", sans-serif;
}
.goodneighborstown .mv {
  overflow: clip;
}
.goodneighborstown__mv-img {
  width: 100%;
  height: 100%;
  animation: zoomIn 10s ease forwards;
  object-fit: cover;
}

@media (max-width: 767px) {
  .goodneighborstown__mv-img {
    height: auto;
  }
}
.goodneighborstown .mv__content {
  top: 13.1388888889vw;
  bottom: unset;
  left: 8.8194444444vw;
}
@media (max-width: 767px) {
  .goodneighborstown .mv__content {
    top: 22.4vw;
    left: 2.13vw;
  }
}
.goodneighborstown__mv-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.goodneighborstown__mv-content-txt {
  color: var(--Text-alternate, #fff);
  font-size: 34px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.741px;
  writing-mode: vertical-lr;
  overflow: hidden;
  /* clip-path: inset(0% 0% 100% 0%);
  -webkit-clip-path: inset(0% 0% 100% 0%); */
}
@media (max-width: 767px) {
  .goodneighborstown__mv-content-txt {
    color: var(--Text-alternate, #fff);
    text-align: center;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0.85px;
  }
}
.goodneighborstown__mv-content-txt.-big {
  padding: 10px 21px 0 9px;
  background: #1f311a;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-content-txt.-big {
    padding: 8px 9px 8px 0px;
  }
}
.goodneighborstown__mv-content-txt:first-child {
  margin-top: 38px;
}
.goodneighborstown__mv-content-txt span {
  font-size: 30px;
  letter-spacing: 1.52px;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-content-txt span {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.75px;
  }
}
.goodneighborstown__mv-content-txt.-small {
  color: #fff;
  /* text-shadow: 0 0 16px #1f311a; */
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.9px;
  margin-left: 4px;
  filter: drop-shadow(0 0 6px #1f311a);
}
@media (max-width: 767px) {
  .goodneighborstown__mv-content-txt.-small {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.55px;
  }
}
.goodneighborstown__mv-content-right {
  position: absolute;
  right: 2.7777777778vw;
  bottom: 3.125vw;
  z-index: 1;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-content-right {
    max-width: 46.67vw;
    right: 2.13vw;
    bottom: 2.13vw;
  }
}
.goodneighborstown__mv-contact {
  border-radius: 130px;
  border: 1px solid #ea5620;
  background: #ea5620;
  color: var(--color-white);
  text-align: center;
  font-family:
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  position: absolute;
  bottom: -7.9861111111vw;
  right: 1.3888888889vw;
  display: flex;
  width: 136px;
  height: 136px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.goodneighborstown__mv-contact.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-contact {
    width: 86px;
    height: 86px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }
}
.goodneighborstown__mv-contact:hover {
  opacity: 0.7;
}
.goodneighborstown__mv-banner {
  padding: 12px 64px;
  position: relative;
  z-index: 1;
  background: #61a502;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-banner {
    padding: 8px 10px;
  }
}
.goodneighborstown__mv-banner-txt {
  color: var(--color-white);
  text-align: center;
  font-family:
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .goodneighborstown__mv-banner-txt {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.65px;
  }
}
.goodneighborstown__mv-price {
  background-color: #1f311a;
  padding: 20px 64px;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-price {
    padding: 14px 16px;
  }
}
.goodneighborstown__mv-price-inner {
  max-width: 1196px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goodneighborstown__mv-price-txt {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 14px 48px;
  color: #fff;
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.goodneighborstown__mv-price-label {
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-price-txt {
    font-size: 16px;
    gap: 8px;
    padding: 10px 16px;
  }
}
.goodneighborstown__mv-price-lot {
  font-size: 44px;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-price-lot {
    font-size: 18px;
  }
}
.goodneighborstown__mv-price-num {
  color: #fff32b;
  font-size: 60px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-price-num {
    font-size: 38px;
  }
}
.goodneighborstown__mv-price-suffix {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  margin-left: -10px;
}
.goodneighborstown__mv-price-man {
  color: #fff32b;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-price-man {
    font-size: 22px;
  }
}
.goodneighborstown__mv-price-unit {
  font-size: 26px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-price-unit {
    font-size: 16px;
  }
}
.goodneighborstown__mv-note {
  background-color: #1f311a;
}
.goodneighborstown__mv-note-inner {
  max-width: 1196px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 24px 72px;
}
@media (max-width: 991px) {
  .goodneighborstown__mv-note-inner {
    padding: 16px;
    flex-wrap: wrap;
    gap: 16px 0;
  }
}
.goodneighborstown__mv-note-box {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
.goodneighborstown__mv-note-box:nth-of-type(2) {
  border-inline: 1px solid #c8dfd9;
}
@media (max-width: 991px) {
  .goodneighborstown__mv-note-box {
    justify-content: flex-start;
  }

  .goodneighborstown__mv-note-box:nth-of-type(2) {
    border-left: none;
    border-right: none;
    order: 3;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #c8dfd9;
  }
}
@media (max-width: 991px) {
  .goodneighborstown__mv-note-box:nth-of-type(1) {
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .goodneighborstown__mv-note-box:nth-of-type(3) {
    order: 2;
  }
}
@media (max-width: 991px) {
  .goodneighborstown__mv-note-box {
    width: 50%;
    gap: 8px;
  }
  .goodneighborstown__mv-note-box:last-of-type {
    padding-left: 16px;
    border-left: 1px solid #c8dfd9;
  }
}
.goodneighborstown__mv-note-title {
  color: #1f311a;
  text-align: center;
  font-family:
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  width: 100%;
  max-width: 268px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: #fff;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-note-title {
    color: #1f311a;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
  }
}
.goodneighborstown__mv-note-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8L0 0H16L8 8Z' fill='white'/%3E%3C/svg%3E%0A");
}
.goodneighborstown__mv-note-txt {
  color: #fff32b;
  text-align: center;
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-note-txt {
    color: #fff32b;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }
}
.goodneighborstown__mv-note-txt-num {
  font-size: 48px;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-note-txt-num {
    font-size: 38px;
  }
}
.goodneighborstown__mv-note-txt-big {
  font-size: 32px;
}
@media (max-width: 767px) {
  .goodneighborstown__mv-note-txt-big {
    font-size: 18px;
  }
}
.goodneighborstown__about {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .goodneighborstown__about {
    padding-top: 40px;
  }
}
.goodneighborstown__about::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  right: -25px;
  width: 873px;
  height: 582px;
  background-image: url("../img/goodneighbortown/tree-3.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .goodneighborstown__about::after {
    background-image: url("../img/goodneighbortown/tree-3-sp.webp");
    width: 321px;
    height: 214px;
    right: -80px;
    top: -25px;
  }
}
.goodneighborstown__about-inner {
  /* max-width: 1440px; */
  margin: 0 auto;
}
.goodneighborstown__about-title {
  position: relative;
  z-index: 1;
  color: #1f311a;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.2px;
  margin-bottom: 40px;
  text-shadow: 0 0 20px rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .goodneighborstown__about-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.9px;
    margin-bottom: 24px;
  }
}
.goodneighborstown__about-title .goodneighborstown__about-title-sub {
  font-size: 36px;
  letter-spacing: 3.6px;
}
@media (max-width: 767px) {
  .goodneighborstown__about-title .goodneighborstown__about-title-sub {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.goodneighborstown__about-btn {
  width: 100%;
  max-width: 484px;
  margin: 0 auto;
  display: flex;
  padding: 18px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 48px;
  background: #ea5620;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .goodneighborstown__about-btn {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.7px;
    padding: 14px 16px 14px 24px;
    max-width: 346px;
  }
}
.goodneighborstown__about-btn-arrow {
  width: 48px;
  height: 32px;
  border-radius: 70px;
  background-color: var(--color-white);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .goodneighborstown__about-btn-arrow {
    width: 40px;
    height: 26px;
  }
}
.goodneighborstown__about-btn-arrow::before,
.goodneighborstown__about-btn-arrow::after {
  content: "";
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 22px;
  height: 16px;
  transition: all 0.15s ease;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .goodneighborstown__about-btn-arrow::before,
  .goodneighborstown__about-btn-arrow::after {
    width: 14px;
    height: 10px;
  }
}
.goodneighborstown__about-btn-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M17.2769 7.37945C17.7066 6.94977 17.7066 6.25195 17.2769 5.82227L11.7769 0.322266C11.3472 -0.107422 10.6494 -0.107422 10.2197 0.322266C9.79 0.751953 9.79 1.44977 10.2197 1.87945L13.8428 5.50258L1.1 5.50258C0.491562 5.50258 0 5.99414 0 6.60258C0 7.21102 0.491562 7.70258 1.1 7.70258L13.8428 7.70258L10.2197 11.3257C9.79 11.7554 9.79 12.4532 10.2197 12.8829C10.6494 13.3126 11.3472 13.3126 11.7769 12.8829L17.2769 7.38289V7.37945Z' fill='%23EA5620'/%3E%3C/svg%3E");
  left: -50%;
}
.goodneighborstown__about-btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M17.2769 7.37945C17.7066 6.94977 17.7066 6.25195 17.2769 5.82227L11.7769 0.322266C11.3472 -0.107422 10.6494 -0.107422 10.2197 0.322266C9.79 0.751953 9.79 1.44977 10.2197 1.87945L13.8428 5.50258L1.1 5.50258C0.491562 5.50258 0 5.99414 0 6.60258C0 7.21102 0.491562 7.70258 1.1 7.70258L13.8428 7.70258L10.2197 11.3257C9.79 11.7554 9.79 12.4532 10.2197 12.8829C10.6494 13.3126 11.3472 13.3126 11.7769 12.8829L17.2769 7.38289V7.37945Z' fill='%23EA5620'/%3E%3C/svg%3E");
  left: 50%;
}
.goodneighborstown__about-btn:hover
  .goodneighborstown__about-btn-arrow::before {
  transition: all 0.3s ease;
  left: 50%;
}
.goodneighborstown__about-btn:hover .goodneighborstown__about-btn-arrow::after {
  left: 150%;
  transition: all 0.3s ease;
}
.goodneighborstown__about-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .goodneighborstown__about-block {
    flex-direction: column;
    gap: 24px;
    margin-top: 0;
  }
}
.goodneighborstown__about-left {
  width: 61.708333vw;
  margin-left: -135px;
  margin-right: -62px;
  margin-top: -30px;
}

.goodneighborstown__about-left img {
  width: 100%;
}

@media (max-width: 991px) {
  .goodneighborstown__about-left {
    width: 130%;
    margin-left: -55px;
    display: flex;
    justify-content: center;
  }
}
.goodneighborstown__about-right {
  width: 52.2916666667vw;
  padding: 60px 80px;
  border-radius: 60px 0 0 60px;
  background: #61a502;
}
@media (max-width: 991px) {
  .goodneighborstown__about-right {
    width: 100%;
    margin-left: 16px;
    padding: 24px 25px;
    border-radius: 24px 0 0 24px;
  }
}
.goodneighborstown__about-right-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 64%;
  letter-spacing: 3px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .goodneighborstown__about-right-title {
    color: #fff;
    font-family: "Josefin Sans";
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    /* 28px */
    letter-spacing: 1.4px;
    margin-bottom: 25px;
  }
}
.goodneighborstown__about-right-title-sub {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 991px) {
  .goodneighborstown__about-right-title-sub {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.7px;
  }
}
.goodneighborstown__about-right-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.9px;
}
@media (max-width: 991px) {
  .goodneighborstown__about-right-txt {
    font-size: 13px;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: 0.65px;
  }
}
.goodneighborstown__about-right-txt-span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media (max-width: 991px) {
  .goodneighborstown__about-right-txt-span {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
  }
}
.goodneighborstown__about-swiper-wrp {
  position: relative;
  padding: 110px 0 90px;
}
@media (max-width: 767px) {
  .goodneighborstown__about-swiper-wrp {
    padding: 24px 0 40px;
  }
}
.goodneighborstown__about-swiper .swiper-slide {
  width: auto;
}
.goodneighborstown__about-swiper .swiper-slide img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .goodneighborstown__about-swiper .swiper-slide img {
    border-radius: 12px;
  }
}
.goodneighborstown__about-swiper .swiper-slide.bottom-align {
  align-self: flex-end !important;
}
.goodneighborstown__about-marquee {
  position: absolute;
  bottom: 0;
  overflow-x: clip;
  width: 100%;
  color: #fff;
}
.goodneighborstown__about-marquee-inner {
  display: flex;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.goodneighborstown__about-marquee-inner p {
  color: #f2f6ed;
  font-size: 200px;
  font-weight: 700;
  line-height: 50%;
  letter-spacing: 10px;
}
@media (max-width: 767px) {
  .goodneighborstown__about-marquee-inner p {
    font-size: 80px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 4px;
  }
}
.goodneighborstown__feature {
  background: #f2f6ed;
  position: relative;
}
.goodneighborstown__feature-block {
  max-width: 925px;
  margin: 0 auto;
}
.goodneighborstown__feature-row {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 767px) {
  .goodneighborstown__feature-row {
    gap: 24px;
  }
}
.goodneighborstown__feature-row:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .goodneighborstown__feature-row:not(:last-child) {
    margin-bottom: 40px;
  }
}
.goodneighborstown__feature-row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.goodneighborstown__feature-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2d391b;
  margin-top: 16px;
}
.goodneighborstown__feature-number {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .goodneighborstown__feature-number {
    margin-bottom: 8px;
  }
}
.goodneighborstown__feature-number-text {
  color: #1f311a;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
  border-bottom: 4px solid #1f311a;
}
@media (max-width: 767px) {
  .goodneighborstown__feature-number-text {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
  }
}
.goodneighborstown__feature-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #1f311a;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 767px) {
  .goodneighborstown__feature-title {
    gap: 8px;
  }
}
.goodneighborstown__feature-title .typing-vertical {
  display: block;
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  font-size: 30px;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .goodneighborstown__feature-title .typing-vertical {
    font-size: 18px;
    font-weight: 700;
  }
}
.goodneighborstown__feature-title .typing-vertical.line-2 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .goodneighborstown__feature-title .typing-vertical.line-2 {
    padding-top: 20px;
  }
}
.goodneighborstown__feature-img img {
  border-radius: 75px;
}
@media (max-width: 767px) {
  .goodneighborstown__feature-img img {
    border-radius: 32px;
  }
}

.goodneighborstown__feature-title .typing-vertical span {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -5px;
}

.goodneighborstown__feature-img-caption {
  color: #1f311a;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .goodneighborstown__feature-img-caption {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 16px;
  }
}
.goodneighborstown__whatsItLike {
  padding-block: 100px;
  background-color: var(--color-sage--light);
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__whatsItLike {
    padding-block: 40px;
  }
}
.goodneighborstown__whatsItLike-grid {
  --gap: 28px;
  --col: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media only screen and (max-width: 992px) {
  .goodneighborstown__whatsItLike-grid {
    --gap: 24px;
    --col: 2;
  }
}
.goodneighborstown__whatsItLike-col {
  flex: 0 0 auto;
  max-width: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .goodneighborstown__whatsItLike-col {
    max-width: 100%;
  }
}
.goodneighborstown__whatsItLike-card__img {
  border-radius: 20px;
  aspect-ratio: 380/240;
  overflow: hidden;
}
.goodneighborstown__whatsItLike-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.25s ease;
}
.goodneighborstown__whatsItLike-card__title {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.3px;
  margin-block: -20px 16px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .goodneighborstown__whatsItLike-card__title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
}
.goodneighborstown__whatsItLike-card__title span {
  background-color: #fff;
  padding: 8px 12px 4px;
  display: inline-block;
  line-height: 100%;
}
.goodneighborstown__whatsItLike-card__title span:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .goodneighborstown__whatsItLike-card__title span:not(:last-child) {
    margin-bottom: 4px;
  }
}
.goodneighborstown__whatsItLike-card__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 1200px) {
  .goodneighborstown__whatsItLike-card__text {
    font-size: 14px;
    letter-spacing: 0.65px;
  }
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__whatsItLike-card__text {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
.goodneighborstown__whatsItLike-card__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.6px;
  margin-top: 4px;
}
.goodneighborstown__gallery {
  padding-block: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__gallery {
    padding-block: 40px 48px;
  }
}
.goodneighborstown__gallery::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 69%;
  width: 100%;
  top: 130px;
  bottom: 53px;
  right: 0;
  background-color: #f2f6ed;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__gallery::after {
    top: 60px;
    bottom: 24px;
    max-width: 84%;
  }
}
.goodneighborstown__gallery .section-title {
  position: relative;
  z-index: 2;
}
.goodneighborstown__gallery-content {
  max-width: 1128px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .goodneighborstown__gallery-content {
    max-width: 940px;
  }
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__gallery-content {
    max-width: 100%;
  }
}
.goodneighborstown__gallery-content .swiper-slide {
  border-radius: 80px;
  overflow: hidden;
  aspect-ratio: 1088/726;
}
@media only screen and (max-width: 1200px) {
  .goodneighborstown__gallery-content .swiper-slide {
    border-radius: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__gallery-content .swiper-slide {
    border-radius: 24px;
  }
}
.goodneighborstown__gallery-content .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.goodneighborstown__gallery [class*="swiper-button"] {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #1f311a;
  border: 1px solid #1f311a;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__gallery [class*="swiper-button"] {
    width: 32px;
    height: 32px;
  }
}
.goodneighborstown__gallery [class*="swiper-button"].swiper-button-disabled {
  pointer-events: initial;
}
.goodneighborstown__gallery [class*="swiper-button"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__gallery [class*="swiper-button"]::after {
    width: 12px;
  }
}
.goodneighborstown__gallery [class*="swiper-button"] svg {
  display: none;
}
.goodneighborstown__gallery .swiper-button-prev {
  left: -92px;
}
@media only screen and (max-width: 1400px) {
  .goodneighborstown__gallery .swiper-button-prev {
    left: -70px;
  }
}
@media only screen and (max-width: 1200px) {
  .goodneighborstown__gallery .swiper-button-prev {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__gallery .swiper-button-prev {
    left: 4px;
  }
}
.goodneighborstown__gallery .swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M16 7H3.83L9.42 1.41L8 0L0 8L8 16L9.41 14.59L3.83 9H16V7Z' fill='white'/%3E%3C/svg%3E");
}
.goodneighborstown__gallery .swiper-button-next {
  right: -92px;
}
@media only screen and (max-width: 1400px) {
  .goodneighborstown__gallery .swiper-button-next {
    right: -70px;
  }
}
@media only screen and (max-width: 1200px) {
  .goodneighborstown__gallery .swiper-button-next {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__gallery .swiper-button-next {
    right: 4px;
  }
}
.goodneighborstown__gallery .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.11959e-07 9L12.17 9L6.58 14.59L8 16L16 8L8 -6.99382e-07L6.59 1.41L12.17 7L7.86805e-07 7L6.11959e-07 9Z' fill='white'/%3E%3C/svg%3E");
}
.goodneighborstown__gallery .swiper-pagination {
  position: static;
  line-height: normal;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__gallery .swiper-pagination {
    margin-top: 24px;
    gap: 8px;
  }
}
.goodneighborstown__gallery .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background-color: #cccccc;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__gallery .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.goodneighborstown__gallery .swiper-pagination-bullet-active {
  background-color: #1f311a;
}
.goodneighborstown__overview {
  padding-block: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__overview {
    padding-block: 40px;
  }
}
.goodneighborstown__overview .tree-img {
  position: absolute;
}
.goodneighborstown__overview .tree-img.-top {
  width: 705px;
  top: 0;
  left: -20px;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .goodneighborstown__overview .tree-img.-top {
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__overview .tree-img.-top {
    width: 175px;
  }
}
.goodneighborstown__overview .tree-img.-bottom {
  height: 835px;
  width: 556px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__overview .tree-img.-bottom {
    height: 202px;
    width: 135px;
  }
}
.goodneighborstown__overview .container {
  position: relative;
  z-index: 2;
}
.goodneighborstown__overview-img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__overview-img {
    margin-bottom: 0;
  }
}
.goodneighborstown__overview-list {
  padding: 40px;
  background: rgba(242, 246, 237, 0.9);
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__overview-list {
    padding: 16px;
  }
}
.goodneighborstown__overview-grid {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.goodneighborstown__overview-item {
  flex: 0 0 calc(50% - 20px);
  color: #1f311a;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  gap: 20px;
  border-bottom: 1px solid #1f311a;
  font-family:
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", Sans-Serif;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__overview-item {
    flex: 0 0 100%;
    padding: 8px 10px;
    gap: 16px;
    font-size: 13px;
  }
}
.goodneighborstown__overview-item dt {
  font-weight: 700;
  max-width: 130px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__overview-item dt {
    max-width: 80px;
  }
}
.goodneighborstown__overview-item dd {
  flex-grow: 1;
}
.goodneighborstown__plan {
  padding-block: 100px;
  background-color: var(--color-sage--light);
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__plan {
    padding-block: 40px;
  }
}
.goodneighborstown__plan-grid {
  --gap: 58px;
  --col: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media only screen and (max-width: 992px) {
  .goodneighborstown__plan-grid {
    --gap: 24px;
    --col: 2;
  }
}
.goodneighborstown__plan-col {
  flex: 0 0 auto;
  max-width: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .goodneighborstown__plan-col {
    max-width: 100%;
  }
}
.goodneighborstown__warranty {
  padding-block: 60px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__warranty {
    padding-block: 40px;
  }
}
.goodneighborstown__warranty-inner img {
  display: block;
  width: 100%;
  height: auto;
}
/* 保証ブロックは本文エリアより横に広げ、HTML／画像どちらも読みやすく */
.goodneighborstown__warranty .container {
  max-width: min(100%, 1460px);
  padding-left: clamp(16px, 3vw, 40px);
  padding-right: clamp(16px, 3vw, 40px);
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__warranty-scroll {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: auto;
    scrollbar-color: #888 #f1f1f1;
    padding-bottom: 8px;
  }
  .goodneighborstown__warranty-scroll::-webkit-scrollbar {
    width: 10px;
    height: 14px;
  }
  .goodneighborstown__warranty-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }
  .goodneighborstown__warranty-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }
  .goodneighborstown__warranty-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .goodneighborstown__warranty-scroll img {
    width: auto;
    max-width: none;
    height: auto;
    max-height: min(36vh, 260px);
  }
}

/* 保証内容（HTML版・画像に近い可読サイズ／バッジ列はグリッドで揃え） */
.goodneighborstown__warranty-html {
  margin-top: 20px;
  background: #f5f5f5;
  color: #1a1a1a;
  font-family:
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: clamp(14px, 0.28vw + 13px, 16px);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  /* 外枠から左右・下に余白（中身が端に張り付かない） */
  padding-inline: clamp(16px, 3vw, 40px);
  padding-bottom: clamp(20px, 2.5vw, 36px);
}
.goodneighborstown__warranty-html-title-wrap {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.2vw, 28px);
  padding: 18px 0 16px;
}
.goodneighborstown__warranty-html-title-line {
  flex: 1 1 0;
  min-width: 0;
  height: 1px;
  background: #b3b3b3;
}
.goodneighborstown__warranty-html-title {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  text-align: center;
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
}
.goodneighborstown__warranty-html-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
}
.goodneighborstown__warranty-html-col {
  position: relative;
  box-sizing: border-box;
  padding: clamp(18px, 2vw, 26px) clamp(16px, 1.8vw, 28px) clamp(20px, 2.2vw, 30px);
  background: #fff;
}
.goodneighborstown__warranty-html-col--equipment {
  grid-column: 1 / -1;
}
.goodneighborstown__warranty-html-heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 10px;
}
.goodneighborstown__warranty-html-heading-row .goodneighborstown__warranty-html-heading {
  margin-bottom: 0;
  min-width: 0;
}
.goodneighborstown__warranty-html-heading {
  margin: 0 0 10px;
  padding-left: 6px;
  border-left: 4px solid #1a1a1a;
  font-size: clamp(15px, 0.45vw + 13px, 20px);
  font-weight: 700;
  line-height: 1.4;
}
/* 住宅設備の見出し＋リードは定期点検と同じフレックス（改行・余白） */
.goodneighborstown__warranty-html-heading-row.goodneighborstown__warranty-html-heading-row--equipment {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px 28px;
  margin-bottom: 14px;
}
.goodneighborstown__warranty-html-heading-row--equipment .goodneighborstown__warranty-html-heading {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.goodneighborstown__warranty-html-heading-row--equipment .goodneighborstown__warranty-html-intro {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  text-align: left;
}
.goodneighborstown__warranty-html-br-sp {
  display: none;
}
.goodneighborstown__warranty-html-body {
  margin: 0 0 12px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}
.goodneighborstown__warranty-html-note {
  margin: 0;
  font-size: 0.94em;
  font-weight: 500;
  color: #6b6b6b;
  line-height: 1.4;
}
.goodneighborstown__warranty-html-intro {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}
.goodneighborstown__warranty-html-equipment {
  display: block;
  margin-bottom: 14px;
}
.goodneighborstown__warranty-html-equipment-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.goodneighborstown__warranty-html-equipment-list li {
  display: flex;
  align-items: flex-end;
  gap: 0;
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}
/* グリッド行の高さはその行で最も高いセルに揃う。li を flex-end にし年数バッジを行下端で揃える */
.goodneighborstown__warranty-html-item-label {
  flex: 0 1 auto;
  max-width: 100%;
  min-width: 0;
  display: block;
  padding-right: 0;
}
.goodneighborstown__warranty-html-item-dots {
  flex: 1 1 auto;
  min-width: 0.75rem;
  align-self: flex-end;
  height: 0;
  margin: 0 6px 0.52em;
  border-bottom: 1px dotted #9a9a9a;
}
.goodneighborstown__warranty-html-badge {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  min-height: 1.75em;
  background: #f26522;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  padding: 4px 5px;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 3px;
  text-align: center;
}
/* 1・2項目目の10年保証のみ、設備リストの2年間バッジ比 約1.3倍（親フォント＝リスト行と同基準） */
.goodneighborstown__warranty-html-badge.goodneighborstown__warranty-html-badge--head {
  flex: 0 0 auto;
  width: auto;
  min-width: calc(4.8rem * 1.3);
  font-size: calc(1em * 0.85 * 1.3);
  min-height: 1.75em;
  padding: calc(4px * 1.3) calc(5px * 1.3);
  line-height: 1.2;
}
.goodneighborstown__warranty-html-equipment-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  align-items: end;
  margin-top: 6px;
}
.goodneighborstown__warranty-html-footnote {
  margin: 0;
  font-size: 0.92em;
  font-weight: 500;
  color: #6b6b6b;
  line-height: 1.4;
}
.goodneighborstown__warranty-html-footnote--start {
  grid-column: 1;
}
.goodneighborstown__warranty-html-footnote--end {
  grid-column: 1;
  text-align: left;
  margin-top: 2px;
  color: #333;
  font-weight: 700;
}
.goodneighborstown__warranty-html-inspection {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px 28px;
  margin-top: clamp(16px, 2vw, 24px);
  padding: 14px clamp(16px, 1.8vw, 28px);
  background: #fff;
  line-height: 1.4;
}
.goodneighborstown__warranty-html-inspection-title {
  margin: 0;
  flex: 0 0 auto;
  padding-left: 10px;
  border-left: 4px solid #1a1a1a;
  font-size: clamp(15px, 0.45vw + 13px, 18px);
  font-weight: 700;
  line-height: 1.4;
}
.goodneighborstown__warranty-html-inspection-text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 1250px) {
  .goodneighborstown__warranty-html {
    font-size: clamp(12px, 0.28vw + 11px, 14px);
  }
  .goodneighborstown__warranty-html-title {
    font-size: clamp(1.1rem, 2.35vw, 1.45rem);
  }
  .goodneighborstown__warranty-html-heading {
    font-size: clamp(15px, 0.45vw + 11px, 18px);
  }
  .goodneighborstown__warranty-html-inspection-title {
    font-size: clamp(13px, 0.45vw + 11px, 16px);
  }
  .goodneighborstown__warranty-html-equipment-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .goodneighborstown__warranty-html-columns {
    grid-template-columns: 1fr;
    row-gap: clamp(14px, 2vw, 20px);
  }
  .goodneighborstown__warranty-html-col--equipment {
    grid-column: 1;
  }
  .goodneighborstown__warranty-html-col {
    padding: 18px 18px 20px;
  }
  .goodneighborstown__warranty-html-br-sp {
    display: inline;
  }
  .goodneighborstown__warranty-html-equipment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 8px;
  }
  .goodneighborstown__warranty-html-equipment-foot {
    grid-template-columns: 1fr;
  }
  .goodneighborstown__warranty-html-footnote--end {
    grid-column: 1;
    text-align: left;
  }
  .goodneighborstown__warranty-html-inspection {
    flex-wrap: wrap;
  }
  .goodneighborstown__warranty-html-heading-row.goodneighborstown__warranty-html-heading-row--equipment {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 576px) {
  .goodneighborstown__warranty-html-equipment {
    display: block;
  }
  .goodneighborstown__warranty-html-equipment-list {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    column-gap: 0;
    row-gap: 2px;
  }
  .goodneighborstown__warranty-html-equipment-list li {
    gap: 0;
    padding: 4px 0;
  }
  .goodneighborstown__warranty-html-item-label {
    display: block;
    padding-right: 0;
  }
  .goodneighborstown__warranty-html-badge {
    display: flex;
    width: 4.75rem;
    flex: 0 0 auto;
    justify-content: center;
  }
  .goodneighborstown__warranty-html-badge.goodneighborstown__warranty-html-badge--head {
    width: auto;
    min-width: calc(4.75rem * 1);
  }
  .goodneighborstown__warranty-html-heading-row.goodneighborstown__warranty-html-heading-row--equipment {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .goodneighborstown__warranty-html-heading-row--equipment .goodneighborstown__warranty-html-intro {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  .goodneighborstown__warranty-html-inspection {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.goodneighborstown__access {
  padding-top: 100px;
  background-color: #f6f6f6;
}
.goodneighborstown__access-gmap {
  height: 292px;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__access-gmap {
    height: 375px;
  }
}
.goodneighborstown__access-gmap iframe {
  height: 100%;
  width: 100%;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title__primary {
  font-size: 60px;
  line-height: 84px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .section-title__primary {
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.6px;
  }
}
.section-title__jp {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 767px) {
  .section-title__jp {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.plan-card__media {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  aspect-ratio: 360/240;
}
@media only screen and (max-width: 767px) {
  .plan-card__media {
    margin-bottom: 16px;
  }
}
.plan-card__media-icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1f311a;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.plan-card__media img {
  transition: all 0.25s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.plan-card__media:hover img {
  scale: 1.1;
}
.plan-card__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
}
@media only screen and (max-width: 767px) {
  .plan-card__title {
    font-size: 28px;
  }
}
.plan-card__title span {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .plan-card__title span {
    font-size: 18px;
  }
}
.plan-card__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.plan-card__content {
  height: 100%;
}
.plan-card__content-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
@media only screen and (max-width: 767px) {
  .plan-card__content-title {
    font-size: 13px;
  }

  .plan-card__body {
    margin-top: 16px;
  }
}
.plan-card__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .plan-card__lead {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.plan-card__info {
  padding: 8px;
  margin-bottom: 12px;
  background-color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .plan-card__info {
    margin-bottom: 8px;
  }
}
.plan-card__info-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .plan-card__info-item {
    font-size: 13px;
  }
}
.plan-card__hash-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
@media only screen and (max-width: 767px) {
  .plan-card__hash-tag {
    gap: 4px;
  }
}
.plan-card__hash-tag span {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #3d604e;
}
@media only screen and (max-width: 767px) {
  .plan-card__hash-tag span {
    font-size: 13px;
  }
}
.plan-card--consultations-accepted .plan-card__media {
  cursor: default;
}
.plan-card--consultations-accepted .plan-card__media:hover img {
  scale: 1;
}
.plan-card--consultations-accepted .plan-card__media-icon {
  pointer-events: none;
}
.plan-card--consultations-accepted.plan-card--interactive-plan .plan-card__media {
  cursor: pointer;
}
.plan-card--consultations-accepted.plan-card--interactive-plan .plan-card__media:hover img {
  scale: 1.1;
}
.plan-card--consultations-accepted.plan-card--interactive-plan .plan-card__media-icon {
  pointer-events: auto;
}
.plan-card--consultations-accepted .plan-card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  min-height: 193px;
}
@media only screen and (max-width: 576px) {
  .plan-card--consultations-accepted .plan-card__content {
    padding-block: 30px;
    min-height: auto;
  }
}

.plan-modal {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  padding-inline: 15px;
}
.plan-modal-dialog {
  max-width: 1200px;
  width: 100%;
  background-color: white;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .plan-modal-dialog {
    max-width: 1080px;
  }
}
@media only screen and (max-width: 1200px) {
  .plan-modal-dialog {
    max-width: 870px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-modal-dialog {
    max-width: 100%;
  }
}
.plan-modal.show-modal {
  display: flex;
}
.plan-modal .swiper-slide img {
  border-radius: 20px;
}
.plan-modal [class*="swiper-button"] {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: var(--color-white);
  border: 1px solid #1f311a;
}
@media only screen and (max-width: 767px) {
  .plan-modal [class*="swiper-button"] {
    width: 32px;
    height: 32px;
  }
}
.plan-modal [class*="swiper-button"].swiper-button-disabled {
  pointer-events: initial;
}
.plan-modal [class*="swiper-button"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .plan-modal [class*="swiper-button"]::after {
    width: 12px;
  }
}
.plan-modal [class*="swiper-button"] svg {
  display: none;
}
.plan-modal .swiper-button-prev {
  left: -86px;
}
@media only screen and (max-width: 1200px) {
  .plan-modal .swiper-button-prev {
    left: -70px;
  }
}
@media only screen and (max-width: 992px) {
  .plan-modal .swiper-button-prev {
    left: 4px;
  }
}
.plan-modal .swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M16 7L3.83 7L9.42 1.41L8 1.39027e-06L-1.39027e-06 8L8 16L9.41 14.59L3.83 9L16 9L16 7Z' fill='%231F311A'/%3E%3C/svg%3E");
}
.plan-modal .swiper-button-next {
  right: -86px;
}
@media only screen and (max-width: 1200px) {
  .plan-modal .swiper-button-next {
    right: -70px;
  }
}
@media only screen and (max-width: 992px) {
  .plan-modal .swiper-button-next {
    right: 4px;
  }
}
.plan-modal .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.11959e-07 9L12.17 9L6.58 14.59L8 16L16 8L8 -6.99382e-07L6.59 1.41L12.17 7L7.86805e-07 7L6.11959e-07 9Z' fill='%231F311A'/%3E%3C/svg%3E");
}

.goodneighborstown__feature .goodneighborstown__leaf-img {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
.goodneighborstown__feature .goodneighborstown__leaf-img.-small {
  rotate: 30.93deg;
  left: 175px;
  top: 835px;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__feature .goodneighborstown__leaf-img.-small {
    max-width: 14px;
    left: 55px;
    top: 565px;
  }
}
.goodneighborstown__feature .goodneighborstown__leaf-img.-big {
  rotate: 18.71deg;
  left: -25px;
  top: 915px;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__feature .goodneighborstown__leaf-img.-big {
    max-width: 82px;
    left: -5px;
    top: 675px;
  }
}

.goodneighborstown__leaf img {
  will-change: transform;
  -webkit-transform: translateZ(0);
}

.goodneighborstown__feature-wrapper {
  position: relative;
}
.goodneighborstown__feature-wrapper .goodneighborstown__boy {
  position: absolute;
  top: 2080px;
  right: 80px;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__feature-wrapper .goodneighborstown__boy {
    max-width: 54px;
    top: 1070px;
    right: -10px;
  }
}

.goodneighborstown__about-swiper {
  overflow: hidden;
}

.goodneighborstown__about-swiper .swiper-wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.goodneighborstown__about-swiper .swiper-slide {
  flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__about-swiper .swiper-slide {
    margin-right: 14px;
  }
  .goodneighborstown__about-swiper .swiper-slide img {
    max-width: 155px;
  }
}

.goodneighborstown__about-swiper .swiper-slide.bottom-align {
  align-self: flex-end;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__about-swiper .swiper-slide.bottom-align img {
    max-width: 100px;
  }
}

.goodneighborstown__about-swiper .swiper-slide.top-align {
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .goodneighborstown__about-swiper .swiper-slide.top-align img {
    max-width: 120px;
  }
}

.goodneighborstown__about-swiper,
.goodneighborstown__about-swiper * {
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@media (max-width: 767px) {
  .myMosaicSwiper .swiper-slide {
    max-width: 41.6%;
  }
  .myMosaicSwiper .swiper-slide img {
    aspect-ratio: 154/154;
    -o-object-fit: cover;
    object-fit: cover;
  }
} /*# sourceMappingURL=goodneighborstown.css.map */

.kawaimachi__mv-leaf {
  position: absolute;
  right: -50px;
  bottom: -63px;
  max-width: 332px;
}

.kawaimachi__mv-leaf img {
  width: 100%;
}

@media (max-width: 767px) {
  .kawaimachi__mv-leaf {
    right: -36px;
    bottom: -37px;
    max-width: 178px;
  }
}



.plan-modal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.plan-modal-line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.plan-modal-line:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);

}