@charset "UTF-8";
/*;
* Copyright(c) 2008- All Rights Reserved
* Tecto co.,ltd.
* http://www.tec-tec.co.jp/
*/
/* Scss Document */
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Regular-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Regular-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Medium-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Medium-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Bold-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSansJP-Bold-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Light-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Light-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Regular-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Regular-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Medium-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Medium-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Bold-subset.woff2") format("woff2"), url("/bunjo/info/frestier-funabashi-natsumidai/font/NotoSerifJP-Bold-subset.woff") format("woff");
}
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/Oswald-Regular.ttf") format("truetype");
}
.concept-first-view__area {
  aspect-ratio: 1440/800;
  background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/concept-first-view.webp");
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .concept-first-view__area {
    aspect-ratio: 991/650;
  }
}
@media screen and (max-width: 767px) {
  .concept-first-view__area {
    height: auto;
    aspect-ratio: 767/500;
  }
}
@media screen and (max-width: 575px) {
  .concept-first-view__area {
    aspect-ratio: 375/400;
  }
}

.concept__title-group {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(var(--container) + var(--padding-side) * 2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .concept__title-group {
    top: 34px;
  }
}

.concept__title {
  width: 100%;
  max-width: 169px;
}
@media screen and (max-width: 767px) {
  .concept__title {
    max-width: 121px;
  }
}

.concept__title-text {
  font-size: 1.25rem;
  color: var(--c-white01);
}
@media screen and (max-width: 767px) {
  .concept__title-text {
    font-size: 0.875rem;
  }
}

.concept-copy__img-wrap {
  position: absolute;
  width: 100%;
  padding-left: 37px;
  max-width: 268px;
  top: 149px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  filter: blur(1.5rem);
}
@media screen and (max-width: 767px) {
  .concept-copy__img-wrap {
    padding-left: 17px;
    max-width: 128px;
    top: 113px;
  }
}
.concept-copy__img-wrap.active {
  opacity: 1;
  filter: blur(0);
}

.concept-first-view__text {
  font-size: 0.8125rem;
  color: var(--c-white01);
  position: absolute;
  left: 15px;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .concept-first-view__text {
    font-size: 0.625rem;
  }
}

.concept-introduction__area {
  padding-inline: var(--padding-side);
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .concept-introduction__area {
    margin-top: 39px;
  }
}

.concept-introduction__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .concept-introduction__wrap {
    flex-direction: column;
    align-items: center;
  }
}

.concept-introduction__text-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 991px) {
  .concept-introduction__text-wrap {
    padding-inline: var(--padding-side);
    gap: 31px;
  }
}

.concept-introduction__text {
  font-size: 1rem;
  line-height: 2.4;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .concept-introduction__text {
    text-align: justify;
    font-size: 0.84375rem;
    line-height: 2.38;
  }
}

.concept-introduction__img-wrap {
  width: 100%;
  max-width: 549.0304px;
  aspect-ratio: 549.0304/655.8104;
  margin-top: -189px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
@media screen and (max-width: 1199px) {
  .concept-introduction__img-wrap {
    margin-top: -119px;
  }
}
@media screen and (max-width: 991px) {
  .concept-introduction__img-wrap {
    margin-top: 5px;
  }
}
.concept-introduction__img-wrap.active {
  opacity: 1;
  transform: translateY(0);
}

.concept-speciality__area {
  margin-top: -37px;
}
@media screen and (max-width: 1199px) {
  .concept-speciality__area {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .concept-speciality__area {
    margin-top: 25px;
  }
}

.concept-speciality__wrap {
  width: 100%;
  padding-left: calc((100% - var(--container)) / 2);
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1190px) {
  .concept-speciality__wrap {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .concept-speciality__wrap {
    flex-direction: column-reverse;
    padding-left: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 90px;
  }
}
@media screen and (max-width: 767px) {
  .concept-speciality__wrap {
    gap: 45px;
  }
}

.concept-speciality__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  text-indent: 1.5em hanging;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}
@media screen and (max-width: 767px) {
  .concept-speciality__title {
    font-size: 0.875rem;
  }
}

.concept-speciality__list {
  display: flex;
  flex-direction: column;
  gap: 83px;
  margin-top: 66px;
}
@media screen and (max-width: 1199px) {
  .concept-speciality__list {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  .concept-speciality__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .concept-speciality__list {
    margin-top: 36px;
    gap: 37px;
  }
}

.concept-speciality__item {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .concept-speciality__item {
    width: calc(50% - 15px);
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .concept-speciality__item {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .concept-speciality__item {
    flex-direction: column;
    align-items: center;
    gap: 17px;
  }
}

.concept-speciality__text-area {
  width: 100%;
  max-width: 670px;
}
@media screen and (max-width: 1199px) {
  .concept-speciality__text-area {
    padding-inline: calc(var(--padding-side) * 2);
    max-width: 100%;
  }
}

.concept-speciality-detail__text-wrap {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .concept-speciality-detail__text-wrap {
    max-width: 100%;
  }
}

.concept-speciality-detail__title {
  font-size: 1.25rem;
  color: var(--c-blue01);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .concept-speciality-detail__title {
    font-size: 1rem;
  }
}

.concept-speciality-detail__subtitle {
  font-size: 1.625rem;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  margin-top: 9px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .concept-speciality-detail__subtitle {
    font-size: 1.3125rem;
  }
}

.concept-speciality-detail__text {
  font-size: 0.875rem;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .concept-speciality-detail__text {
    font-size: 0.8125rem;
    margin-top: 8px;
  }
}

.concept-speciality__link {
  flex-shrink: 0;
  width: 100%;
  max-width: 220px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border: solid 1px var(--c-black01);
  border-radius: 40px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  transition: all 0.15s ease-out 0s;
}
@media screen and (max-width: 1199px) {
  .concept-speciality__link {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .concept-speciality__link {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .concept-speciality__link {
    min-height: 65px;
    font-size: 0.78125rem;
    max-width: 170px;
    gap: 7px;
  }
}
.concept-speciality__link .arrow {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--c-black01);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .concept-speciality__link .arrow {
    width: 6px;
    height: 6px;
  }
}
@media (any-hover: hover) {
  .concept-speciality__link:hover {
    background-color: var(--c-black01);
    color: var(--c-white01);
  }
  .concept-speciality__link:hover .arrow {
    border-color: var(--c-white01);
  }
}

.concept-speciality__img-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 1199px) {
  .concept-speciality__img-area {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
  }
}

.concept-speciality__img-wrap {
  aspect-ratio: 1/1;
  opacity: 0;
  filter: blur(1.5rem);
  transition: all 0.5s ease-out 0s;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .concept-speciality__img-wrap {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .concept-speciality__img-wrap {
    width: 50%;
  }
}
.concept-speciality__img-wrap img {
  transform: scale(1.003);
}
.concept-speciality__img-wrap.active {
  opacity: 1;
  filter: blur(0);
}

.landscape-first-view__area {
  aspect-ratio: 1440/800;
  background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/landscape-first-view.webp");
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .landscape-first-view__area {
    aspect-ratio: 991/650;
  }
}
@media screen and (max-width: 767px) {
  .landscape-first-view__area {
    height: auto;
    aspect-ratio: 767/500;
  }
}
@media screen and (max-width: 575px) {
  .landscape-first-view__area {
    aspect-ratio: 375/400;
  }
}

.landscape__title-group {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(var(--container) + var(--padding-side) * 2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .landscape__title-group {
    top: 34px;
  }
}

.landscape__title {
  width: 100%;
  max-width: 369px;
}
@media screen and (max-width: 767px) {
  .landscape__title {
    max-width: 263px;
  }
}

.landscape__title-text {
  font-size: 1.25rem;
  color: var(--c-white01);
}
@media screen and (max-width: 767px) {
  .landscape__title-text {
    font-size: 0.875rem;
  }
}

.landscape-copy__img-wrap {
  position: absolute;
  width: 100%;
  max-width: 28.6787px;
  top: 153px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  filter: blur(1.5rem);
  transition: all 0.5s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .landscape-copy__img-wrap {
    max-width: 17px;
    top: 108px;
  }
}
.landscape-copy__img-wrap.active {
  opacity: 1;
  filter: blur(0);
}

.landscape-first-view__text {
  font-size: 0.8125rem;
  color: var(--c-white01);
  position: absolute;
  right: 30px;
  bottom: 24px;
}
@media screen and (max-width: 767px) {
  .landscape-first-view__text {
    font-size: 0.625rem;
    right: 15px;
    bottom: 11px;
  }
}

.landscape-introduction__area {
  margin-top: 38px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .landscape-introduction__area {
    margin-top: 42px;
    padding-inline: calc(var(--padding-side) * 2);
  }
}

.landscape-introduction__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .landscape-introduction__wrap {
    gap: 13;
  }
}

.landscape-introduction-copy__text {
  text-align: center;
  font-size: 1.375rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .landscape-introduction-copy__text {
    font-size: 1rem;
    line-height: 1.9;
  }
}

.landscape-introduction__text {
  font-size: 0.875rem;
  text-align: justify;
  width: -moz-fit-content;
  width: fit-content;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .landscape-introduction__text {
    font-size: 0.78125rem;
    line-height: 2;
  }
}

.landscape-kukaku__area {
  padding-inline: var(--padding-side);
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .landscape-kukaku__area {
    padding-inline: 0;
    margin-top: 0;
  }
}

.landscape-kukaku__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: 1000px;
}
.landscape-kukaku__wrap image {
  width: 100%;
}
.landscape-kukaku__wrap svg {
  display: block;
}

.landscape-feature__area {
  padding-inline: var(--padding-side);
  padding-block: 65px 150px;
}
@media screen and (max-width: 767px) {
  .landscape-feature__area {
    margin-top: 49px;
    padding-block: 45px 72px;
    padding-inline: calc(var(--padding-side) * 2);
  }
}
.landscape-feature__area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.landscape-feature__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.landscape-feature__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  text-indent: 1.5em hanging;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}
@media screen and (max-width: 767px) {
  .landscape-feature__title {
    font-size: 0.875rem;
  }
}

.landscape-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 65px;
}
@media screen and (max-width: 1199px) {
  .landscape-feature__list {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .landscape-feature__list {
    margin-top: 45px;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .landscape-feature__list {
    gap: 20px;
  }
}

.landscape-feature__item {
  width: calc(33.3333333333% - 33.3333333333px);
}
@media screen and (max-width: 1199px) {
  .landscape-feature__item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .landscape-feature__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 575px) {
  .landscape-feature__item {
    width: 100%;
  }
}
.landscape-feature__item:nth-of-type(4), .landscape-feature__item:nth-of-type(5), .landscape-feature__item:nth-of-type(6), .landscape-feature__item:nth-of-type(7) {
  width: calc(50% - 25px);
}
@media screen and (max-width: 1199px) {
  .landscape-feature__item:nth-of-type(4), .landscape-feature__item:nth-of-type(5), .landscape-feature__item:nth-of-type(6), .landscape-feature__item:nth-of-type(7) {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .landscape-feature__item:nth-of-type(4), .landscape-feature__item:nth-of-type(5), .landscape-feature__item:nth-of-type(6), .landscape-feature__item:nth-of-type(7) {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575px) {
  .landscape-feature__item:nth-of-type(4), .landscape-feature__item:nth-of-type(5), .landscape-feature__item:nth-of-type(6), .landscape-feature__item:nth-of-type(7) {
    width: 100%;
  }
}

.life-first-view__area {
  aspect-ratio: 1440/400;
  background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/life-first-view.webp");
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .life-first-view__area {
    background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/life-first-view-sp.webp");
    aspect-ratio: 750/400;
  }
}

.life__title-group {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(var(--container) + var(--padding-side) * 2);
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .life__title-group {
    top: 34px;
    gap: 8px;
  }
}

.life__title {
  width: 100%;
  max-width: 325px;
}
@media screen and (max-width: 767px) {
  .life__title {
    max-width: 231px;
  }
}

.life__title-text {
  font-size: 1.25rem;
  color: var(--c-white01);
}
@media screen and (max-width: 767px) {
  .life__title-text {
    font-size: 0.875rem;
  }
}

.life-copy__img-wrap {
  position: absolute;
  width: 100%;
  max-width: 476.279px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .life-copy__img-wrap {
    width: 63.0077333333%;
    bottom: -1px;
  }
}

.life-contents__title-wrap {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .life-contents__title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
}

.life-contents__title {
  height: var(--section-title-height);
}
.life-contents__title > img {
  width: auto;
  height: 100%;
}

.life-contents__title-text {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .life-contents__title-text {
    font-size: 0.875rem;
  }
}

.life-contents-head__area {
  padding-left: calc((100% - var(--container)) / 2);
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1190px) {
  .life-contents-head__area {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .life-contents-head__area {
    padding-left: 0;
    flex-direction: column;
    gap: 24px;
  }
}

.life-contents-head__text-area {
  margin-top: 70px;
  max-width: 670px;
}
@media screen and (max-width: 991px) {
  .life-contents-head__text-area {
    padding-inline: calc(var(--padding-side) * 2);
    margin-top: 35px;
    max-width: 100%;
  }
}

.life-contents-head__text-wrap {
  margin-top: 59px;
}
@media screen and (max-width: 991px) {
  .life-contents-head__text-wrap {
    margin-top: 23px;
  }
}

.life-contents-head-copy__text {
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .life-contents-head-copy__text {
    font-size: 1.09375rem;
    letter-spacing: 0.1em;
  }
}

.life-contents-head__text {
  margin-top: 24px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .life-contents-head__text {
    font-size: 0.78125rem;
    margin-top: 10px;
  }
}

.life-contents-head__img-area {
  width: 100%;
  max-width: 575px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .life-contents-head__img-area {
    max-width: 475px;
  }
}
@media screen and (max-width: 991px) {
  .life-contents-head__img-area {
    max-width: 100%;
    padding-left: calc(var(--padding-side));
  }
}
@media screen and (max-width: 767px) {
  .life-contents-head__img-area {
    padding-left: calc(var(--padding-side) * 2);
  }
}

.life-contents-head__img-wrap {
  width: 100%;
}

.life-contents-head__img-text {
  position: absolute;
  bottom: 10px;
  left: 14px;
  font-size: 0.8125rem;
  color: var(--c-white01);
}
@media screen and (max-width: 991px) {
  .life-contents-head__img-text {
    left: calc(var(--padding-side) + 10px);
    font-size: 0.5625rem;
    bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .life-contents-head__img-text {
    left: calc(var(--padding-side) * 2 + 10px);
  }
}

.life-contents__title--high {
  height: var(--section-title-height-high);
}

.life-contents__title-text--high {
  padding-bottom: 0.2em;
}

.life-introduction__area {
  margin-top: 47px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .life-introduction__area {
    margin-top: 41px;
    padding-inline: calc(var(--padding-side) * 2);
  }
}

.life-introduction__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.life-introduction__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .life-introduction__text-wrap {
    gap: 11px;
  }
}

.life-introduction-copy__text {
  text-align: center;
  font-size: 1.375rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .life-introduction-copy__text {
    font-size: 1rem;
  }
}

.life-introduction__text {
  font-size: 0.875rem;
  text-align: justify;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .life-introduction__text {
    font-size: 0.78125rem;
    line-height: 2;
  }
}

.life-page-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 47px 50px;
  margin-top: 110px;
}
@media screen and (max-width: 1199px) {
  .life-page-link__list {
    gap: 19px;
  }
}
@media screen and (max-width: 767px) {
  .life-page-link__list {
    margin-top: 48px;
    gap: 24px 25px;
  }
}

.life-page-link__item {
  width: calc(33.3333333333% - 33.3333333333px);
}
@media screen and (max-width: 1199px) {
  .life-page-link__item {
    width: calc(33.3333333333% - 12.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .life-page-link__item {
    width: calc(50% - 12.5px);
  }
}

.life-page-link__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px var(--c-black01);
  font-size: 1rem;
  height: 100%;
  padding-bottom: 10px;
  padding-right: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .life-page-link__link {
    font-size: 0.78125rem;
    padding-bottom: 5px;
  }
}
@media (any-hover: hover) {
  .life-page-link__link:hover .arrow {
    transform: translateY(5px) rotate(45deg);
  }
}
.life-page-link__link .arrow {
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--c-black01);
  transform: rotate(45deg);
  transition: all 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .life-page-link__link .arrow {
    width: 6px;
    height: 6px;
  }
}

.life-outroduction__area {
  margin-top: 140px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .life-outroduction__area {
    margin-top: 93px;
    padding-inline: calc(var(--padding-side) * 2);
  }
}
.life-outroduction__area .life-page-link__list {
  margin-top: 0;
}
.life-outroduction__area .life-page-link__link .arrow {
  border-width: 1px 0 0 1px;
}
@media (any-hover: hover) {
  .life-outroduction__area .life-page-link__link:hover .arrow {
    transform: translateY(-5px) rotate(45deg);
  }
}

.life-outroduction__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.life-recommendation__area {
  margin-top: 79px;
  padding-inline: var(--padding-side);
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .life-recommendation__area {
    margin-top: 66px;
    padding-top: 35px;
  }
}

.life-recommendation__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

@media screen and (max-width: 767px) {
  .life-recommendation__title-wrap {
    padding-inline: var(--padding-side);
  }
}

.life-recommendation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .life-recommendation__list {
    margin-top: 32px;
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .life-recommendation__list {
    gap: 18px;
  }
}

.life-recommendation__item {
  width: calc(50% - 25px);
  padding: 50px min(40px, 2.7777777778vw) 50px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .life-recommendation__item {
    padding: 30px min(40px, 2.7777777778vw) 30px 0;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .life-recommendation__item {
    width: 100%;
    padding-inline: var(--padding-side);
    padding-block: 25px;
  }
}
.life-recommendation__item::before {
  content: "";
  width: calc(50vw - 15px);
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .life-recommendation__item::before {
    width: calc(100% + var(--padding-side));
  }
}
.life-recommendation__item:nth-of-type(2n) {
  padding: 50px 0 50px min(40px, 2.7777777778vw);
}
@media screen and (max-width: 767px) {
  .life-recommendation__item:nth-of-type(2n) {
    padding: 30px 0 30px min(40px, 2.7777777778vw);
  }
}
@media screen and (max-width: 575px) {
  .life-recommendation__item:nth-of-type(2n) {
    padding-inline: var(--padding-side);
    padding-block: 25px;
  }
}
.life-recommendation__item:nth-of-type(2n)::before {
  right: auto;
  left: 0;
}

.life-safety__area {
  margin-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .life-safety__area {
    margin-top: 78px;
    padding-bottom: 74px;
  }
}
.life-safety__area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.life-safety__wrap {
  padding-inline: var(--padding-side);
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .life-safety__wrap {
    padding-inline: calc(var(--padding-side) * 2);
  }
}

.life-safety__inner {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.life-safety__list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .life-safety__list {
    flex-direction: column;
    margin-inline: auto;
    width: 100%;
    max-width: 550px;
  }
}

.life-safety__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .life-safety__item {
    width: 100%;
  }
}

.life-safety__img-wrap {
  width: 100%;
}

.life-safety__item-title {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 17px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .life-safety__item-title {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .life-safety__item-title {
    font-size: 1.09375rem;
  }
}

.life-safety__text {
  font-size: 0.75rem;
  text-indent: 1.1em hanging each-line;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .life-safety__text {
    font-size: 0.625rem;
    margin-top: 21px;
  }
}

.life-safety-earthquake__area {
  margin-top: 36px;
}

.life-safety-earthquake__text {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .life-safety-earthquake__text {
    font-size: 1.09375rem;
    line-height: 1.775;
  }
}
@media (max-width: 371px) {
  .life-safety-earthquake__text {
    font-size: 0.9375rem;
  }
}

.life-safety-earthquake__img-area {
  background-color: var(--c-white01);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  margin-inline: auto;
  width: 100%;
  max-width: 925px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .life-safety-earthquake__img-area {
    flex-direction: column;
    margin-top: 43px;
    gap: 20px;
    max-width: 550px;
  }
}

.life-safety-earthquake__img-wrap {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .life-safety-earthquake__img-wrap {
    max-width: 100%;
  }
}

.life-safety-earthquake__img-text {
  font-size: 1.375rem;
  font-weight: 500;
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .life-safety-earthquake__img-text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .life-safety-earthquake__img-text {
    font-size: 0.84375rem;
    padding-inline: 25px;
    padding-top: 19px;
  }
}
.life-safety-earthquake__img-text span {
  display: inline-block;
}

.life-quiet-peaceful__area {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .life-quiet-peaceful__area {
    padding-bottom: 74px;
  }
}

.life-quiet-peaceful__wrap {
  padding-inline: var(--padding-side);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .life-quiet-peaceful__wrap {
    padding-inline: calc(var(--padding-side) * 2);
    margin-top: 40px;
  }
}

.life-quiet-peaceful__inner {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.life-quiet-peaceful__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .life-quiet-peaceful__list {
    gap: 20px;
  }
}

.life-quiet-peaceful__item {
  width: calc(25% - 22.5px);
  min-height: 265px;
  background-color: var(--c-blue01);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .life-quiet-peaceful__item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .life-quiet-peaceful__item {
    min-height: 150px;
    width: calc(50% - 10px);
  }
}

.life-quiet-peaceful__item-title {
  color: var(--c-white01);
  font-size: 1.625rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .life-quiet-peaceful__item-title {
    font-size: 1.09375rem;
  }
}

.life-quiet-peaceful__text {
  color: var(--c-white01);
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .life-quiet-peaceful__text {
    font-size: 0.78125rem;
  }
}

.life-outdoor-activities__area {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities__area {
    padding-bottom: 75px;
  }
}
.life-outdoor-activities__area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.life-outdoor-activities__wrap {
  padding-inline: var(--padding-side);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities__wrap {
    padding-inline: calc(var(--padding-side) * 2);
  }
}

.life-outdoor-activities__inner {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.life-outdoor-activities__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities__list {
    gap: 25px;
  }
}

.life-outdoor-activities__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 991px) {
  .life-outdoor-activities__item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .life-outdoor-activities__item {
    width: 100%;
  }
}

.life-outdoor-activities__img-area {
  position: relative;
}

.life-outdoor-activities__img-text {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.75rem;
  color: var(--c-white01);
  line-height: 1.6;
  font-weight: 500;
  background-color: var(--c-blue01);
  padding-block: 11px 9px;
  min-width: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities__img-text {
    font-size: 0.65625rem;
    min-width: 72px;
  }
}

.life-outdoor-activities__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities__item-title {
    font-size: 1rem;
  }
}

.life-outdoor-activities__text {
  font-size: 0.875rem;
  margin-top: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities__text {
    font-size: 0.78125rem;
    margin-top: 9px;
  }
}

.life-outdoor-activities-spot__area {
  margin-top: 65px;
  background-color: var(--c-white01);
  padding: 57px var(--padding-side);
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities-spot__area {
    margin-top: 45px;
    padding: 22px var(--padding-side);
  }
}

.life-outdoor-activities-spot__title {
  font-size: 1.375rem;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities-spot__title {
    font-size: 1.09375rem;
  }
}

.life-outdoor-activities-spot__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.8252427184%;
  margin-top: 53px;
  margin-inline: auto;
  width: 100%;
  max-width: 1030px;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities-spot__list {
    margin-top: 20px;
    gap: 15px;
  }
}

.life-outdoor-activities-spot__item {
  width: 47.0873786408%;
}
@media screen and (max-width: 575px) {
  .life-outdoor-activities-spot__item {
    width: 100%;
  }
}

.life-outdoor-activities-spot__img-area {
  position: relative;
}

.life-outdoor-activities-spot__img-text {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.75rem;
  color: var(--c-white01);
  line-height: 1.6;
  font-weight: 500;
  background-color: var(--c-blue01);
  padding-block: 11px 9px;
  min-width: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities-spot__img-text {
    font-size: 0.65625rem;
    min-width: 70px;
  }
}

.life-outdoor-activities-spot__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities-spot__item-title {
    font-size: 1rem;
  }
}

.life-outdoor-activities-spot__text {
  font-size: 0.875rem;
  margin-top: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .life-outdoor-activities-spot__text {
    font-size: 0.78125rem;
    margin-top: 8px;
  }
}

.life-shopping__area {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .life-shopping__area {
    padding-bottom: 75px;
  }
}

.life-shopping__wrap {
  padding-inline: var(--padding-side);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .life-shopping__wrap {
    padding-inline: calc(var(--padding-side) * 2);
  }
}

.life-shopping__inner {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.life-shopping__list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 30px;
}
@media screen and (max-width: 767px) {
  .life-shopping__list {
    gap: 21px 16px;
  }
}

.life-shopping__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 991px) {
  .life-shopping__item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .life-shopping__item {
    width: calc(50% - 8px);
  }
}

.life-shopping__img-area {
  position: relative;
}
@media screen and (max-width: 575px) {
  .life-shopping__img-area {
    padding-bottom: 32px;
  }
}

.life-shopping__img-text {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.75rem;
  color: var(--c-white01);
  line-height: 1.6;
  font-weight: 500;
  background-color: var(--c-blue01);
  padding-block: 11px 9px;
  min-width: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .life-shopping__img-text {
    font-size: 0.65625rem;
    min-width: 70px;
  }
}

.life-shopping__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .life-shopping__item-title {
    font-size: 0.8125rem;
    margin-top: 8px;
  }
}

.life-shopping-spot__area {
  margin-top: 65px;
  background-color: var(--c-gray02);
  padding: 57px var(--padding-side);
}
@media screen and (max-width: 767px) {
  .life-shopping-spot__area {
    margin-top: 45px;
    padding: 22px var(--padding-side);
  }
}

.life-shopping-spot__title {
  font-size: 1.375rem;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .life-shopping-spot__title {
    font-size: 1.09375rem;
  }
}

.life-shopping-spot__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.8252427184%;
  margin-top: 53px;
  margin-inline: auto;
  width: 100%;
  max-width: 1030px;
}
@media screen and (max-width: 767px) {
  .life-shopping-spot__list {
    margin-top: 20px;
    gap: 15px;
  }
}

.life-shopping-spot__item {
  width: 47.0873786408%;
}
@media screen and (max-width: 575px) {
  .life-shopping-spot__item {
    width: 100%;
  }
}

.life-shopping-spot__img-area {
  position: relative;
}

.life-shopping-spot__img-text {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.75rem;
  color: var(--c-white01);
  line-height: 1.6;
  font-weight: 500;
  background-color: var(--c-blue01);
  padding-block: 11px 9px;
  min-width: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .life-shopping-spot__img-text {
    font-size: 0.65625rem;
    min-width: 70px;
  }
}

.life-shopping-spot__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .life-shopping-spot__item-title {
    font-size: 1rem;
  }
}

.life-shopping-spot__text {
  font-size: 0.875rem;
  margin-top: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .life-shopping-spot__text {
    font-size: 0.78125rem;
    margin-top: 8px;
  }
}

.life-future__area {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .life-future__area {
    padding-bottom: 75px;
  }
}
.life-future__area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.life-future__wrap {
  padding-inline: var(--padding-side);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .life-future__wrap {
    padding-inline: calc(var(--padding-side) * 2);
  }
}

.life-future__inner {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.life-future__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .life-future__list {
    margin-inline: auto;
    width: 100%;
    max-width: 550px;
  }
}

.life-future__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .life-future__item {
    width: 100%;
  }
}

.life-future__item-title {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 17px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .life-future__item-title {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .life-future__item-title {
    font-size: 1rem;
  }
}

.life-future__text {
  font-size: 0.875rem;
  margin-top: 12px;
  line-height: 2;
  letter-spacing: -0.01em;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}
@media screen and (max-width: 767px) {
  .life-future__text {
    font-size: 0.78125rem;
    margin-top: 6px;
    letter-spacing: -0.03em;
  }
}

.location-first-view__area {
  aspect-ratio: 1440/400;
  background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/location-first-view.webp");
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .location-first-view__area {
    background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/location-first-view-sp.webp");
    aspect-ratio: 750/400;
  }
}

.location__title-group {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(var(--container) + var(--padding-side) * 2);
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .location__title-group {
    top: 34px;
    gap: 8px;
  }
}

.location__title {
  width: 100%;
  max-width: 358px;
}
@media screen and (max-width: 767px) {
  .location__title {
    max-width: 269px;
  }
}

.location__title-text {
  font-size: 1.25rem;
  color: var(--c-white01);
}
@media screen and (max-width: 767px) {
  .location__title-text {
    font-size: 0.875rem;
  }
}

.location-copy__img-wrap {
  position: absolute;
  width: 100%;
  max-width: 476.279px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.location-contents__title-wrap {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .location-contents__title-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: calc(var(--padding-side) * 2);
    gap: 7px;
  }
}

.location-contents__title {
  height: var(--section-title-height);
}
.location-contents__title > img {
  width: auto;
  height: 100%;
}

.location-contents__title-text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .location-contents__title-text {
    font-size: 0.875rem;
  }
}

.location-contents-copy__text {
  margin-top: 57px;
  font-size: 1.375rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .location-contents-copy__text {
    font-size: 1.09375rem;
    padding-inline: calc(var(--padding-side) * 2);
    margin-top: 20px;
  }
}

.location-contents__title--high {
  height: var(--section-title-height-high);
}

.location-contents__title-text--high {
  padding-bottom: 0.2em;
}

.location-introduction__area {
  margin-top: 47px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .location-introduction__area {
    margin-top: 41px;
    padding-inline: calc(var(--padding-side) * 2);
  }
}

.location-introduction__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.location-introduction__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .location-introduction__text-wrap {
    gap: 11px;
  }
}

.location-introduction-copy__text {
  text-align: center;
  font-size: 1.375rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .location-introduction-copy__text {
    font-size: 1rem;
  }
}

.location-introduction__text {
  font-size: 0.875rem;
  text-align: justify;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .location-introduction__text {
    font-size: 0.78125rem;
    line-height: 2;
  }
}

.location-page-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 47px 50px;
  margin-top: 110px;
}
@media screen and (max-width: 1199px) {
  .location-page-link__list {
    gap: 19px;
  }
}
@media screen and (max-width: 767px) {
  .location-page-link__list {
    margin-top: 48px;
    gap: 24px 25px;
  }
}

.location-page-link__item {
  width: calc(33.3333333333% - 33.3333333333px);
}
@media screen and (max-width: 1199px) {
  .location-page-link__item {
    width: calc(33.3333333333% - 12.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .location-page-link__item {
    width: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 575px) {
  .location-page-link__item {
    width: 100%;
  }
}

.location-page-link__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px var(--c-black01);
  font-size: 1rem;
  height: 100%;
  padding-bottom: 10px;
  padding-right: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .location-page-link__link {
    font-size: 0.78125rem;
    padding-bottom: 5px;
  }
}
@media (any-hover: hover) {
  .location-page-link__link:hover .arrow {
    transform: translateY(5px) rotate(45deg);
  }
}
.location-page-link__link .arrow {
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--c-black01);
  transform: rotate(45deg);
  transition: all 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .location-page-link__link .arrow {
    width: 6px;
    height: 6px;
  }
}

.location-outroduction__area {
  margin-top: 140px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .location-outroduction__area {
    margin-top: 97px;
    padding-inline: calc(var(--padding-side) * 2);
  }
}
.location-outroduction__area .location-page-link__list {
  margin-top: 0;
}
.location-outroduction__area .location-page-link__link .arrow {
  border-width: 1px 0 0 1px;
}
@media (any-hover: hover) {
  .location-outroduction__area .location-page-link__link:hover .arrow {
    transform: translateY(-5px) rotate(45deg);
  }
}

.location-outroduction__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.location-location-map__area {
  margin-top: 79px;
  padding-inline: var(--padding-side);
  padding-bottom: 150px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .location-location-map__area {
    padding-inline: 0;
    margin-top: 68px;
    padding-bottom: 75px;
    padding-top: 34px;
  }
}

.location-location-map__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.location-location-map-location__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .location-location-map-location__list {
    margin-top: 40px;
    gap: 49px;
  }
}

.location-location-map-location__item {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .location-location-map-location__item {
    flex-direction: column;
    gap: 20px;
  }
}

.location-location-map-location__text-wrap {
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 767px) {
  .location-location-map-location__text-wrap {
    padding-inline: calc(var(--padding-side) * 2);
  }
}

.location-location-map-location__title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .location-location-map-location__title {
    font-size: 0.9375rem;
    padding-bottom: 13px;
  }
}
.location-location-map-location__title::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: var(--c-black01);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .location-location-map-location__title::before {
    width: 13px;
  }
}

.location-location-map-location-summary__text {
  font-size: 1.2725rem;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .location-location-map-location-summary__text {
    font-size: 1rem;
    margin-top: 9px;
    line-height: 1.8;
  }
}

.location-location-map-location__text {
  font-size: 0.875rem;
  margin-top: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .location-location-map-location__text {
    font-size: 0.78125rem;
    line-height: 1.8;
    margin-top: 8px;
  }
}

.location-location-map-location__img-wrap {
  width: 100%;
  max-width: 690px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .location-location-map-location__img-wrap {
    padding-left: calc(var(--padding-side) * 2);
  }
}

.location-location-map-map__img-area {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .location-location-map-map__img-area {
    margin-top: 49px;
  }
}

.location-location-map-map-pin__img-wrap {
  position: absolute;
  width: 31.1078434783%;
  right: 0;
  top: 25.5%;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  transform: translateY(20px);
}
.location-location-map-map-pin__img-wrap.active {
  opacity: 1;
  transform: translateY(0px);
}

.location-access__area {
  padding-block: 70px 150px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .location-access__area {
    padding-block: 34px 75px;
  }
}
.location-access__area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.location-access__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.location-access__head-area {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .location-access__head-area {
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .location-access__title-wrap {
    padding-inline: var(--padding-side);
  }
}

@media screen and (max-width: 767px) {
  .location-access-copy__text {
    padding-inline: var(--padding-side);
  }
}
@media screen and (max-width: 991px) {
  .location-access-copy__text .break-01 {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .location-access-copy__text .break-01 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .location-access-copy__text .break-02 {
    display: none;
  }
}

.location-access__title-text-wrap {
  flex-shrink: 0;
}

.location-access-summary__list {
  width: 100%;
  max-width: 760px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .location-access-summary__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .location-access-summary__list {
    flex-wrap: wrap;
    padding-inline: calc(var(--padding-side));
  }
}

.location-access-summary__item {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 575px) {
  .location-access-summary__item {
    width: calc(50% - 10px);
  }
}

.location-access-contents__title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .location-access-contents__title-wrap {
    gap: 15px;
  }
}

.location-access-train__title-img-wrap {
  width: 100%;
  max-width: 35.0341px;
}
@media screen and (max-width: 767px) {
  .location-access-train__title-img-wrap {
    max-width: 26.27555px;
  }
}

.location-access-bus__title-img-wrap {
  width: 100%;
  max-width: 55.6315px;
}
@media screen and (max-width: 767px) {
  .location-access-bus__title-img-wrap {
    max-width: 41.7236px;
  }
}

.location-access-bicycle__title-img-wrap {
  width: 100%;
  max-width: 55px;
}
@media screen and (max-width: 767px) {
  .location-access-bicycle__title-img-wrap {
    max-width: 41.25px;
  }
}

.location-access-car__title-img-wrap {
  width: 100%;
  max-width: 44.9784px;
}
@media screen and (max-width: 767px) {
  .location-access-car__title-img-wrap {
    max-width: 33.73385px;
  }
}

.location-access-contents__title {
  font-size: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .location-access-contents__title {
    font-size: 0.9375rem;
  }
}

.location-access-contents-copy__text {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 26px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .location-access-contents-copy__text {
    font-size: 1rem;
    margin-top: 17px;
  }
}

.location-access-contents-annotation__list {
  padding-inline: var(--padding-side);
  margin-top: 13px;
}

.location-access-contents-annotation__item {
  line-height: 1.45;
  font-size: 0.5625rem;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}

.location-access-train__area {
  margin-top: 117px;
}
@media screen and (max-width: 767px) {
  .location-access-train__area {
    margin-top: 79px;
  }
}

.location-access-train__img-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .location-access-train__img-wrap {
    margin-top: 15px;
  }
}

.location-access-bus__area {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .location-access-bus__area {
    margin-top: 73px;
  }
}

.location-access-bus-route__img-wrap {
  margin-top: 15px;
}

.location-access-bus-details__img-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .location-access-bus-details__img-wrap {
    padding-inline: var(--padding-side);
    margin-top: 23px;
  }
}

.location-access-bicycle__area {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .location-access-bicycle__area {
    margin-top: 73px;
  }
}

.location-access-bicycle__img-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .location-access-bicycle__img-wrap {
    padding-inline: var(--padding-side);
    margin-top: 27px;
  }
}

.location-access-car__area {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .location-access-car__area {
    margin-top: 70px;
  }
}

.location-access-car__img-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .location-access-car__img-wrap {
    margin-top: 22px;
  }
}

.location-facilities__area {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .location-facilities__area {
    padding-top: 34px;
  }
}

.location-facilities__title-wrap,
.location-facilities-copy__text {
  padding-inline: var(--padding-side);
  margin-inline: auto;
  width: 100%;
  max-width: calc(var(--container) + var(--padding-side) * 2);
}
@media screen and (max-width: 767px) {
  .location-facilities__title-wrap,
  .location-facilities-copy__text {
    padding-inline: calc(var(--padding-side) * 2);
  }
}

.location-facilities-img__list {
  padding-left: calc((100% - var(--container)) / 2);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 60px;
}
@media (max-width: 1190px) {
  .location-facilities-img__list {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .location-facilities-img__list {
    gap: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .location-facilities-img__list {
    padding-left: calc(var(--padding-side) * 2);
    margin-top: 29px;
    gap: 10px 0;
  }
}

.location-facilities-img__item {
  width: 25%;
  padding-bottom: 25px;
}
.location-facilities-img__item:nth-of-type(1), .location-facilities-img__item:nth-of-type(2), .location-facilities-img__item:nth-of-type(3), .location-facilities-img__item:nth-of-type(4) {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .location-facilities-img__item {
    width: 50%;
    padding-bottom: 0;
  }
}

.location-facilities-img__img-wrap {
  width: 100%;
  overflow: hidden;
}
.location-facilities-img__img-wrap img {
  transform: scale(1.004);
}

.location-facilities-img__title {
  margin-top: 18px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .location-facilities-img__title {
    font-size: 0.625rem;
    margin-top: 8px;
  }
}

.location-facilities-img__text {
  font-size: 0.8125rem;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .location-facilities-img__text {
    font-size: 0.625rem;
    margin-top: 2px;
    line-height: 1.6;
  }
}

.location-facilities-text__area {
  padding-inline: var(--padding-side);
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .location-facilities-text__area {
    padding-inline: calc(var(--padding-side) * 2);
    margin-top: 39px;
  }
}

.location-facilities-text-contents__title-wrap {
  display: flex;
  gap: 4px;
  align-items: center;
}

.location-facilities-text-contents__title-img-wrap {
  width: 100%;
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .location-facilities-text-contents__title-img-wrap {
    max-width: 26px;
  }
}

.location-facilities-text-contents__title {
  height: 16px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .location-facilities-text-contents__title {
    height: 10.5px;
    padding-left: 4px;
  }
}
.location-facilities-text-contents__title img {
  width: auto;
  height: 100%;
}

.location-facilities-text__wrap {
  display: flex;
  gap: 98px;
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}
@media screen and (max-width: 991px) {
  .location-facilities-text__wrap {
    flex-direction: column;
    gap: 21px;
  }
}
.location-facilities-text__wrap::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--c-black01);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .location-facilities-text__wrap::before {
    content: unset;
  }
}

.location-facilities-text__inner {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media screen and (max-width: 991px) {
  .location-facilities-text__inner {
    width: 100%;
    gap: 21px;
  }
}

.location-facilities-text-contents__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .location-facilities-text-contents__list {
    margin-top: 13px;
  }
}

.location-facilities-text-contents__item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.location-facilities-text-contents__item::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: dotted 1px var(--c-black01);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.location-facilities-text-contents__text {
  font-size: 0.9375rem;
  font-weight: 500;
  background-color: var(--c-white01);
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .location-facilities-text-contents__text {
    font-size: 0.5625rem;
  }
}

.location-facilities-text-contents-details__text {
  font-size: 0.8125rem;
  background-color: var(--c-white01);
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .location-facilities-text-contents-details__text {
    font-size: 0.5625rem;
  }
}

.location-facilities-text-annotation__text {
  margin-top: 36px;
  font-size: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-indent: 1.1em hanging each-line;
}
@media screen and (max-width: 767px) {
  .location-facilities-text-annotation__text {
    margin-inline: 0;
    font-size: 0.5625rem;
    margin-top: 19px;
  }
}

.modelhouse-first-view__area {
  aspect-ratio: 1440/800;
  background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/modelhouse-first-view.webp");
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .modelhouse-first-view__area {
    aspect-ratio: 991/650;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-first-view__area {
    background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/modelhouse-first-view-sp.webp");
    height: auto;
    aspect-ratio: 750/800;
  }
}

.modelhouse__title-group {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(var(--container) + var(--padding-side) * 2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .modelhouse__title-group {
    top: 34px;
  }
}

.modelhouse__title {
  width: 100%;
  max-width: 267px;
}
@media screen and (max-width: 767px) {
  .modelhouse__title {
    max-width: 189px;
  }
}

.modelhouse__title-text {
  font-size: 1.25rem;
  color: var(--c-white01);
}
@media screen and (max-width: 767px) {
  .modelhouse__title-text {
    font-size: 0.875rem;
  }
}

.modelhouse-copy__wrap {
  position: absolute;
  width: 100%;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
}
@media screen and (max-width: 767px) {
  .modelhouse-copy__wrap {
    gap: 12px;
    bottom: 25px;
  }
}

.modelhouse-copy__img-wrap {
  width: 100%;
  max-width: 150px;
}

.modelhouse-copy__text {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 500;
  color: var(--c-white01);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 991px) {
  .modelhouse-copy__text {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-copy__text {
    font-size: 1.09375rem;
  }
}

.modelhouse-first-view__text {
  font-size: 0.8125rem;
  color: var(--c-white01);
  position: absolute;
  right: 30px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modelhouse-first-view__text {
    font-size: 0.625rem;
    right: 15px;
    bottom: 10px;
  }
}

.modelhouse-introduction__area {
  margin-top: 41px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .modelhouse-introduction__area {
    padding-inline: 0;
  }
}

.modelhouse-introduction__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.modelhouse-introduction__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .modelhouse-introduction__text-wrap {
    padding-inline: calc(var(--padding-side) * 2);
    gap: 32px;
  }
}

.modelhouse-introduction__text {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .modelhouse-introduction__text {
    font-size: 0.84375rem;
    text-align: left;
    line-height: 2.37;
  }
}

.modelhouse-introduction__img-area {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modelhouse-introduction__img-area {
    margin-top: 40px;
  }
}

.modelhouse-introduction__img-wrap {
  width: calc(33.3333333333% - 33.3333333333px);
  opacity: 0;
  filter: blur(1.5rem);
  transition: all 0.5s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .modelhouse-introduction__img-wrap {
    width: calc(33.3333333333% - 10px);
  }
}
.modelhouse-introduction__img-wrap.active {
  opacity: 1;
  filter: blur(0);
}

.modelhouse-mdr__area {
  padding-inline: var(--padding-side);
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .modelhouse-mdr__area {
    margin-top: 70px;
  }
}

.modelhouse-mdr__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.modelhouse-mdr__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  text-indent: 1.5em hanging;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}
@media screen and (max-width: 767px) {
  .modelhouse-mdr__title {
    font-size: 0.875rem;
    padding-inline: var(--padding-side);
  }
}

.modelhouse-mdr__img-wrap {
  margin-top: 58px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modelhouse-mdr__img-wrap {
    margin-inline: auto;
    width: 100%;
    max-width: 550px;
    margin-top: 35px;
  }
}
.modelhouse-mdr__img-wrap svg {
  display: block;
}
.modelhouse-mdr__img-wrap image {
  width: 100%;
}
@media (any-hover: hover) {
  .modelhouse-mdr__img-wrap circle:hover {
    cursor: pointer;
  }
}

.modelhouse-mdr-point__text-wrap {
  position: absolute;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  max-width: 180px;
  width: 100%;
  transition: all 0.15s ease-out 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .modelhouse-mdr-point__text-wrap {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-mdr-point__text-wrap {
    max-width: 130px;
  }
}
.modelhouse-mdr-point__text-wrap.is-show {
  opacity: 1;
}
.modelhouse-mdr-point__text-wrap .triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px solid var(--c-black01);
}

.modelhouse-mdr-point__text {
  background-color: var(--c-black01);
  color: var(--c-white01);
  font-size: 0.9375rem;
  line-height: 21px;
  text-align: justify;
  padding: 10px 15px 13px;
}
@media screen and (max-width: 767px) {
  .modelhouse-mdr-point__text {
    font-size: 0.625rem;
  }
}

.modelhouse-contents__title--high {
  height: var(--section-title-height-high);
}

.modelhouse-contents__title-text--high {
  padding-bottom: 0.2em;
}

.modelhouse-details__area {
  margin-top: 150px;
  padding-block: 44px 94px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .modelhouse-details__area {
    margin-top: 77px;
  }
}
.modelhouse-details__area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.modelhouse-details__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.modelhouse-details__title {
  font-size: 1.25rem;
  line-height: 1.6;
  text-indent: 1.5em hanging;
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .modelhouse-details__title {
    font-size: 0.875rem;
    padding-inline: var(--padding-side);
  }
}

.modelhouse-details__list {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .modelhouse-details__list {
    margin-top: 35px;
    gap: 44px;
  }
}

.modelhouse-details__item {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease-out 0s;
  filter: blur(1.5rem);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .modelhouse-details__item {
    flex-direction: column;
    gap: 28px;
  }
}
.modelhouse-details__item.active {
  filter: blur(0);
  opacity: 1;
}

.modelhouse-details__img-wrap {
  width: 100%;
  max-width: 690px;
}
@media screen and (max-width: 767px) {
  .modelhouse-details__img-wrap {
    max-width: 100%;
  }
}

.modelhouse-details__text-area {
  width: 100%;
  max-width: 380px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .modelhouse-details__text-area {
    max-width: 285px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-details__text-area {
    max-width: 100%;
    padding-inline: var(--padding-side);
  }
}

.modelhouse-details__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--c-blue01);
}
@media screen and (max-width: 1199px) {
  .modelhouse-details__item-title {
    font-size: 1rem;
  }
}

.modelhouse-details-summary__text {
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .modelhouse-details-summary__text {
    font-size: 1.15625rem;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse-details-summary__text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-details-summary__text {
    margin-top: 13px;
  }
}

.modelhouse-details__text {
  font-size: 0.875rem;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 1199px) {
  .modelhouse-details__text {
    font-size: 0.78125rem;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse-details__text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-details__text {
    margin-top: 14px;
  }
}

.modelhouse-details-living__img-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .modelhouse-details-living__img-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .modelhouse-details-living__img-wrap {
    width: 55%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .modelhouse-details-living__img-wrap {
    margin-top: 20px;
    width: 100%;
  }
}

.equipment-first-view__area {
  aspect-ratio: 1440/400;
  background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/equipment-first-view.webp");
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .equipment-first-view__area {
    background-image: url("/bunjo/info/frestier-funabashi-natsumidai/img/equipment-first-view-sp.webp");
    aspect-ratio: 750/400;
  }
}

.equipment__title-group {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(var(--container) + var(--padding-side) * 2);
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment__title-group {
    top: 34px;
    gap: 3px;
  }
}

.equipment__title {
  width: 100%;
  max-width: 215px;
}
@media screen and (max-width: 767px) {
  .equipment__title {
    max-width: 153px;
  }
}

.equipment__title-text {
  font-size: 1.25rem;
  color: var(--c-white01);
}
@media screen and (max-width: 767px) {
  .equipment__title-text {
    font-size: 0.875rem;
  }
}

.equipment-copy__img-wrap {
  position: absolute;
  width: 100%;
  max-width: 476.279px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.equipment-introduction__area {
  margin-top: 48px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment-introduction__area {
    padding-inline: calc(var(--padding-side) * 2);
    margin-top: 40px;
  }
}

.equipment-introduction__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.equipment-introduction__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .equipment-introduction__text-wrap {
    gap: 13px;
  }
}

.equipment-introduction-copy__text {
  text-align: center;
  font-size: 1.375rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .equipment-introduction-copy__text {
    font-size: 1rem;
  }
}

.equipment-introduction__text {
  font-size: 0.875rem;
  text-align: justify;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .equipment-introduction__text {
    font-size: 0.78125rem;
  }
}

.equipment-page-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 50px;
  margin-top: 85px;
}
@media screen and (max-width: 1199px) {
  .equipment-page-link__list {
    gap: 25px 19px;
  }
}
@media screen and (max-width: 767px) {
  .equipment-page-link__list {
    gap: 19px;
    margin-top: 61px;
  }
}

.equipment-page-link__item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 1199px) {
  .equipment-page-link__item {
    width: calc(50% - 9.5px);
  }
}
@media screen and (max-width: 575px) {
  .equipment-page-link__item {
    width: 100%;
  }
}

.equipment-page-link__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px var(--c-black01);
  height: 100%;
  padding-inline: 32px 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .equipment-page-link__link {
    padding-inline: 12px;
    padding-bottom: 2px;
  }
}
@media (any-hover: hover) {
  .equipment-page-link__link:hover .arrow {
    transform: translateY(5px) rotate(45deg);
  }
}
.equipment-page-link__link .arrow {
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--c-black01);
  transform: rotate(45deg);
  transition: all 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .equipment-page-link__link .arrow {
    width: 6px;
    height: 6px;
  }
}

.equipment-page-link__text {
  display: flex;
  gap: 27px;
  align-items: center;
  width: calc(100% - 8px);
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .equipment-page-link__text {
    font-size: 0.78125rem;
    gap: 10px;
  }
}

.equipment-page-link__img-wrap {
  max-width: 52px;
  width: 100%;
  height: 62px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .equipment-page-link__img-wrap {
    padding-bottom: 3px;
    height: 33px;
    max-width: 35px;
  }
}
.equipment-page-link__img-wrap > img {
  width: auto;
  height: 100%;
}

.equipment-outroduction__area {
  margin-top: 150px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment-outroduction__area {
    padding-inline: calc(var(--padding-side) * 2);
    margin-top: 76px;
  }
}
.equipment-outroduction__area .equipment-page-link__link .arrow {
  border-width: 1px 0 0 1px;
}
@media (any-hover: hover) {
  .equipment-outroduction__area .equipment-page-link__link:hover .arrow {
    transform: translateY(-5px) rotate(45deg);
  }
}
.equipment-outroduction__area .equipment-page-link__list {
  margin-top: 0;
}

.equipment-outroduction__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.equipment-contents__title-wrap {
  display: flex;
  gap: 26px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .equipment-contents__title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
}

.equipment-contents__title {
  height: 24.4px;
}
@media screen and (max-width: 767px) {
  .equipment-contents__title {
    height: calc(15.6px + 0.115em);
    padding-bottom: 0.115em;
  }
}
.equipment-contents__title > img {
  width: auto;
  height: 100%;
}

.equipment-contents__title-text {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .equipment-contents__title-text {
    font-size: 0.875rem;
  }
}

.equipment-contents__title--high {
  height: calc(24.4px + 0.17em);
}
@media screen and (max-width: 767px) {
  .equipment-contents__title--high {
    height: calc(15.6px + 0.115em);
    padding-bottom: 0;
  }
}

.equipment-contents__title-text--high {
  padding-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .equipment-contents__title-text--high {
    padding-bottom: 0;
  }
}

.equipment-high-quality-housing__area {
  margin-top: 150px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment-high-quality-housing__area {
    margin-top: 75px;
  }
}

.equipment-high-quality-housing__wrap {
  padding-block: 100px;
  position: relative;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment-high-quality-housing__wrap {
    padding-block: 35px 75px;
  }
}
.equipment-high-quality-housing__wrap::before {
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.equipment-high-quality-housing__inner {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.equipment-high-quality-housing__list {
  margin-top: 60px;
  display: grid;
  gap: 70px;
  grid-template-columns: 30.4347826087fr 63.4782608696fr;
  grid-template-rows: auto auto auto;
}
@media screen and (max-width: 991px) {
  .equipment-high-quality-housing__list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .equipment-high-quality-housing__list {
    gap: 45px;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    margin-top: 30px;
  }
}

.equipment-high-quality-housing__item {
  width: 100%;
}
.equipment-high-quality-housing__item:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .equipment-high-quality-housing__item:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.equipment-high-quality-housing__item:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .equipment-high-quality-housing__item:nth-of-type(2) {
    grid-row: 2/3;
  }
}
.equipment-high-quality-housing__item:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  .equipment-high-quality-housing__item:nth-of-type(3) {
    grid-row: 3/4;
  }
}
.equipment-high-quality-housing__item:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 2/4;
}
@media screen and (max-width: 767px) {
  .equipment-high-quality-housing__item:nth-of-type(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}

.equipment-life-support__area {
  margin-top: 100px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment-life-support__area {
    margin-top: 73px;
  }
}

.equipment-life-support__wrap {
  position: relative;
  padding-block: 100px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment-life-support__wrap {
    padding-block: 35px 75px;
  }
}
.equipment-life-support__wrap::before {
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.equipment-life-support__inner {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.equipment-life-support__list {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .equipment-life-support__list {
    margin-top: 29px;
  }
}

.equipment-life-support__item:nth-of-type(1) {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 767px) {
  .equipment-life-support__item:nth-of-type(1) {
    width: 100%;
  }
}
.equipment-life-support__item:nth-of-type(2) {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 767px) {
  .equipment-life-support__item:nth-of-type(2) {
    width: 100%;
  }
}
.equipment-life-support__item:nth-of-type(3) {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 767px) {
  .equipment-life-support__item:nth-of-type(3) {
    width: 100%;
  }
}
.equipment-life-support__item:nth-of-type(4) {
  width: calc(50% - 22.5px);
}
@media screen and (max-width: 767px) {
  .equipment-life-support__item:nth-of-type(4) {
    width: 100%;
  }
}
.equipment-life-support__item:nth-of-type(5) {
  width: calc(50% - 22.5px);
}
@media screen and (max-width: 767px) {
  .equipment-life-support__item:nth-of-type(5) {
    width: 100%;
  }
}

.equipment-comfortable-everyday__area {
  margin-top: 100px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__area {
    margin-top: 73px;
  }
}

.equipment-comfortable-everyday__wrap {
  position: relative;
  padding-block: 100px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__wrap {
    padding-block: 35px 75px;
  }
}
.equipment-comfortable-everyday__wrap::before {
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.equipment-comfortable-everyday__inner {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.equipment-comfortable-everyday__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__list {
    margin-top: 31px;
    gap: 15px;
  }
}

.equipment-comfortable-everyday__item:nth-of-type(1) {
  width: 100%;
}
.equipment-comfortable-everyday__item:nth-of-type(2) {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(2) {
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(3) {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(3) {
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(4) {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(4) {
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(5) {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(5) {
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(6) {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(6) {
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(7) {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(7) {
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(8) {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(8) {
    width: 100%;
    margin-top: 28px;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(9) {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(9) {
    width: 100%;
    margin-top: 0;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(10) {
  margin-top: 47px;
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(10) {
    width: 100%;
    margin-top: 0;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(11) {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(11) {
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(12) {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(12) {
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(13) {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(13) {
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(14) {
  width: calc(50% - 10px);
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(14) {
    margin-top: 28px;
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(15) {
  width: calc(50% - 10px);
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(15) {
    margin-top: 0;
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(16) {
  width: calc(50% - 10px);
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(16) {
    margin-top: 28px;
    width: 100%;
  }
}
.equipment-comfortable-everyday__item:nth-of-type(17) {
  width: calc(50% - 10px);
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .equipment-comfortable-everyday__item:nth-of-type(17) {
    margin-top: 0;
    width: 100%;
  }
}

.equipment-interior-design__area {
  margin-top: 100px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment-interior-design__area {
    margin-top: 73px;
  }
}

.equipment-interior-design__wrap {
  position: relative;
  padding-block: 100px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .equipment-interior-design__wrap {
    padding-block: 35px 75px;
  }
}
.equipment-interior-design__wrap::before {
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 100%;
  background-color: var(--c-gray02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.equipment-interior-design__inner {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
}

.equipment-interior-design__list {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .equipment-interior-design__list {
    margin-top: 30px;
    gap: 45px;
  }
}

.equipment-interior-design__item:nth-of-type(1) {
  width: 100%;
}
.equipment-interior-design__item:nth-of-type(2) {
  width: 100%;
}/*# sourceMappingURL=frestier-funabashi-natsumidai-contents.css.map */