@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*-------------------------------------------/
    ページ共通要素
/-------------------------------------------*/
/* 表示切替 ----------------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none !important;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
}
/*=====================================================
		メイン設定
======================================================*/
* {
  min-height: 0vw; /* Safari clamp関数対策 */
}

body {
  position: relative;
  font-weight: normal;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 1.3;
  max-width: 100%;
  height: 100%;
  animation: fade 1s ease forwards;
}

.wrapper {
  overflow-x: clip;
}

/*=================================================

		共通設定

==================================================*/
:root {
  --white: #fff;
  --ovision-red: #c6000b;
  --ovision-blue: #003476;
  --dark-color: #4a515a;
  --line-color: #98a0ab;
  --base-color: rgba(118, 96, 0, 0.1);
  --gray: #e6ebf1;
  --bg-color01: #f5f3ef;
  --bg-color02: #f8f7f1;
  --brown: #6d573c;
  --light-brown: #966842;
  --font-ShipporiMincho: "Shippori Mincho", serif;
  --font-NotoSansJP: "Noto Sans JP", sans-serif;
}

.bg-clr01 {
  background-color: var(--bg-color01);
}

.bg-clr02 {
  background-color: var(--bg-color02);
}

.bg-clr03 {
  background-color: #f3f0ee;
}

/*=================================================
		共通部分のLP用調整
==================================================*/
@media screen and (max-width: 767px) {
  .footer {
    padding: 1rem;
  }
}

.lower .lp-content {
  color: #1c1c1c;
  font-family: var(--font-ShipporiMincho);
}
.lower .lp-content p {
  font-size: min(1.1764705882vw, 2rem);
  color: inherit;
  letter-spacing: normal;
}
@media screen and (max-width: 1440px) {
  .lower .lp-content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .lower .lp-content p {
    font-size: 1.3rem;
  }
}
.lower .lp-content .content .content_inner {
  width: min(100%, 1700px);
  margin: 0 auto;
}
.lower .lp-content .lp-content-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.lower .lp-content .lp-content-title > span {
  display: block;
  text-align: center;
}
.lower .lp-content .lp-content-title > span.enTxt {
  font-family: var(--font-ShipporiMincho);
  font-size: clamp(4rem, 4.1666666667vw, 8rem);
  font-weight: 400;
  color: #094369;
}
.lower .lp-content .lp-content-title > span.jpTxt {
  font-family: var(--font-ShipporiMincho);
  font-weight: 400;
  font-size: clamp(1.6rem, 1.3020833333vw, 2.5rem);
  line-height: 1.6;
}
.lower .lp-content .lp-content-title > span.jpTxt-line {
  width: min(100%, 1200px);
  position: relative;
  font-family: var(--font-ShipporiMincho);
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.lower .lp-content .lp-content-title > span.jpTxt-line::before, .lower .lp-content .lp-content-title > span.jpTxt-line::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #8f5d59;
  flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  .lower .lp-content .lp-content-title > span.jpTxt-line::before, .lower .lp-content .lp-content-title > span.jpTxt-line::after {
    display: none;
  }
}
.lower .lp-content .lp-content-title > span.jpTxt-line > span {
  min-width: min(100% - 4em, 21.875em);
  padding: 0 1em;
}
@media screen and (max-width: 1023px) {
  .lower .lp-content .lp-content-title {
    gap: 1rem;
  }
  .lower .lp-content .lp-content-title > span.jpTxt-line {
    font-size: 2rem;
  }
}
.lower .lp-content .lp-content-subtitle {
  width: min(100%, 1200px);
  position: relative;
  font-family: var(--font-ShipporiMincho);
  font-size: clamp(2rem, 2.0833333333vw, 4rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.lower .lp-content .lp-content-subtitle::before, .lower .lp-content .lp-content-subtitle::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #8f5d59;
  flex-grow: 1;
}
.lower .lp-content .lp-content-subtitle span {
  min-width: min(100% - 4em, 17.5em);
  padding: 0 1em;
}
@media screen and (max-width: 1023px) {
  .lower .lp-content .lp-content-subtitle {
    font-size: 2rem;
    min-width: unset;
  }
  .lower .lp-content .lp-content-subtitle span {
    padding: 0;
  }
  .lower .lp-content .lp-content-subtitle::before, .lower .lp-content .lp-content-subtitle::after {
    display: none;
  }
}

/*=================================================

		/concept-homes/ コンテンツ

==================================================*/
.concept-homes {
  /* MV */
}
.concept-homes #lp-mv {
  position: relative;
  width: 100%;
}
.concept-homes #lp-mv .lp-mv-slider {
  width: 100%;
  margin-bottom: 5rem;
}
.concept-homes #lp-mv .lp-mv-slider .slick-slide {
  transform: scale(0.875);
  transition: transform 0.3s ease;
}
.concept-homes #lp-mv .lp-mv-slider .slick-slide.is-active-center {
  transform: scale(1);
}
.concept-homes #lp-mv .lp-mv-slider .slick-slide img {
  width: 100%;
}
.concept-homes #lp-mv .lp-mv-slider .slick-dots {
  position: absolute;
  bottom: -5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
  text-align: center;
}
.concept-homes #lp-mv .lp-mv-slider .slick-dots li {
  width: 1em;
  height: 1rem;
  padding: 0;
  margin: 0 0.4rem;
}
.concept-homes #lp-mv .lp-mv-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  background: #c4cdda;
  border-radius: 50%;
  opacity: 0.5;
}
.concept-homes #lp-mv .lp-mv-slider .slick-dots li.slick-active button {
  background: #1e3352;
  opacity: 1;
}
.concept-homes #lp-mv .lp-mv-slider .slick-prev {
  width: min(1.71875vw, 3.3rem);
  height: min(4.2708333333vw, 8.2rem);
  left: 21.5%;
}
.concept-homes #lp-mv .lp-mv-slider .slick-prev:before {
  display: block;
  content: "";
  width: min(1.71875vw, 3.3rem);
  height: min(4.2708333333vw, 8.2rem);
  background: url("../images/concept-homes/arrow_prev.png") no-repeat;
  background-size: 100% 100%;
}
.concept-homes #lp-mv .lp-mv-slider .slick-next {
  width: min(1.71875vw, 3.3rem);
  height: min(4.2708333333vw, 8.2rem);
  right: 21.5%;
}
.concept-homes #lp-mv .lp-mv-slider .slick-next:before {
  display: block;
  content: "";
  width: min(1.71875vw, 3.3rem);
  height: min(4.2708333333vw, 8.2rem);
  background: url("../images/concept-homes/arrow_next.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .concept-homes #lp-mv .lp-mv-slider {
    margin-bottom: 3rem;
  }
  .concept-homes #lp-mv .lp-mv-slider .slick-slide {
    transform: scale(1);
  }
  .concept-homes #lp-mv .lp-mv-slider .slick-dots {
    bottom: -2.5rem;
  }
  .concept-homes #lp-mv .lp-mv-slider .slick-prev,
  .concept-homes #lp-mv .lp-mv-slider .slick-prev:before,
  .concept-homes #lp-mv .lp-mv-slider .slick-next,
  .concept-homes #lp-mv .lp-mv-slider .slick-next:before {
    display: none;
  }
}
.concept-homes {
  /* 作った理由 */
}
.concept-homes #section-01 {
  position: relative;
  z-index: -1;
  padding: 8rem;
}
.concept-homes #section-01 .deco-illust {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  bottom: -5rem;
  right: 0;
  width: 31.3rem;
}
.concept-homes #section-01 .col2-box {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem 5rem;
}
.concept-homes #section-01 .col2-box .title-box {
  flex-shrink: 0;
  padding-top: 6rem;
}
.concept-homes #section-01 .col2-box .title-box .title {
  font-family: var(--font-ShipporiMincho);
  font-size: clamp(2rem, 1.8229166667vw, 3.5rem);
  line-height: 1.4285714286;
}
.concept-homes #section-01 .col2-box .text-box {
  width: min(100%, 96rem);
}
.concept-homes #section-01 .col2-box .text-box p {
  font-family: var(--font-NotoSansJP);
  font-size: 2.2rem;
  line-height: 2.5;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .concept-homes #section-01 {
    padding: 4rem 2.5rem;
  }
  .concept-homes #section-01 .deco-illust {
    width: 10rem;
    bottom: -2.5rem;
  }
  .concept-homes #section-01 .col2-box {
    width: min(100% - 4rem, 600px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.5rem;
  }
  .concept-homes #section-01 .col2-box .title-box {
    flex-shrink: 0;
    padding-top: 0;
  }
  .concept-homes #section-01 .col2-box .title-box .title {
    font-family: var(--font-ShipporiMincho);
    font-size: 2rem;
    line-height: 1.25;
  }
  .concept-homes #section-01 .col2-box .text-box {
    width: 100%;
  }
  .concept-homes #section-01 .col2-box .text-box p {
    font-size: 1.6rem;
    line-height: 1.6666666667;
  }
}
.concept-homes {
  /* ラインナップ */
}
.concept-homes #section-02 {
  padding: 8rem;
}
.concept-homes #section-02 .box-wrap {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.concept-homes #section-02 .lineup-title {
  font-family: var(--font-ShipporiMincho);
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  gap: 9rem;
}
.concept-homes #section-02 .lineup-title::before {
  content: "";
  width: 1px;
  height: 5rem;
  background: #1c1c1c;
  transform: rotate(-30deg);
}
.concept-homes #section-02 .lineup-title::after {
  content: "";
  width: 1px;
  height: 5rem;
  background: #1c1c1c;
  transform: rotate(30deg);
}
.concept-homes #section-02 .lineup-nav {
  width: min(100%, 150rem);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1px;
  clip-path: inset(0 0 round 3rem);
}
.concept-homes #section-02 .lineup-nav .link-item {
  position: relative;
  flex: 1;
  height: min(11.7647058824vw, 20rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.1764705882vw, 2rem);
  padding-bottom: min(3.2352941176vw, 5.5rem);
  background: var(--white);
}
.concept-homes #section-02 .lineup-nav .link-item::after {
  content: "";
  position: absolute;
  bottom: min(1.7647058824vw, 3rem);
  left: 50%;
  transform: translateX(-50%);
  width: min(1.7647058824vw, 3rem);
  height: min(1.7647058824vw, 3rem);
  background: url("../images/concept-homes/icon_arrow_off.png") no-repeat;
  background-size: 100% 100%;
}
.concept-homes #section-02 .lineup-nav .link-item .icon {
  width: min(5.2941176471vw, 9rem);
  aspect-ratio: 90/75;
}
.concept-homes #section-02 .lineup-nav .link-item .icon .mouseOff {
  display: block;
}
.concept-homes #section-02 .lineup-nav .link-item .icon .mouseOn {
  display: none;
}
.concept-homes #section-02 .lineup-nav .link-item .linkTxt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.concept-homes #section-02 .lineup-nav .link-item .linkTxt .jpTxt {
  font-size: min(2.0588235294vw, 3.5rem);
  line-height: 1.1428571429;
}
.concept-homes #section-02 .lineup-nav .link-item .linkTxt .enTxt {
  font-size: min(1.1764705882vw, 2rem);
  font-weight: 500;
  line-height: 2;
  font-family: var(--font-NotoSansJP);
  color: #966842;
}
.concept-homes #section-02 .lineup-nav .link-item:hover {
  background: #1e3250;
}
.concept-homes #section-02 .lineup-nav .link-item:hover .icon .mouseOff {
  display: none;
}
.concept-homes #section-02 .lineup-nav .link-item:hover .icon .mouseOn {
  display: block;
}
.concept-homes #section-02 .lineup-nav .link-item:hover .linkTxt .jpTxt {
  color: var(--white);
}
.concept-homes #section-02 .lineup-nav .link-item:hover::after {
  background: url("../images/concept-homes/icon_arrow_on.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1023px) {
  .concept-homes #section-02 {
    padding: 4rem 2.5rem;
  }
  .concept-homes #section-02 .box-wrap {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .concept-homes #section-02 .lineup-title {
    font-family: var(--font-ShipporiMincho);
    font-size: 2rem;
    display: flex;
    justify-content: center;
    gap: 4.5rem;
  }
  .concept-homes #section-02 .lineup-title::before {
    content: "";
    width: 1px;
    height: 2.5rem;
    background: #1c1c1c;
    transform: rotate(-30deg);
  }
  .concept-homes #section-02 .lineup-title::after {
    content: "";
    width: 1px;
    height: 2.5rem;
    background: #1c1c1c;
    transform: rotate(30deg);
  }
  .concept-homes #section-02 .lineup-nav {
    width: min(100% - 5rem, 600px);
    flex-direction: column;
    align-items: stretch;
    gap: 1px;
    clip-path: inset(0 0 round 1.5rem);
  }
  .concept-homes #section-02 .lineup-nav .link-item {
    width: 100%;
    position: relative;
    justify-content: flex-start;
    height: 10rem;
    gap: 1rem;
    padding: 2rem 3.5rem;
    background: var(--white);
  }
  .concept-homes #section-02 .lineup-nav .link-item::after {
    content: "";
    position: absolute;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 3.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../images/concept-homes/icon_arrow_off.png") no-repeat;
    background-size: 100% 100%;
  }
  .concept-homes #section-02 .lineup-nav .link-item .icon {
    width: 4.5rem;
  }
  .concept-homes #section-02 .lineup-nav .link-item .linkTxt .jpTxt {
    font-size: 2rem;
    line-height: 1.1428571429;
  }
  .concept-homes #section-02 .lineup-nav .link-item .linkTxt .enTxt {
    font-size: 1.6rem;
  }
}
.concept-homes {
  /* オーヴィジョンホームの暮らし方提案型分譲住宅 */
}
.concept-homes #section-03 {
  padding: 10rem 8rem;
}
@media screen and (max-width: 1023px) {
  .concept-homes #section-03 {
    padding: 5rem 2.5rem;
  }
}
.concept-homes #section-03 .box-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 1023px) {
  .concept-homes #section-03 .box-wrap {
    gap: 3rem;
  }
}
.concept-homes #section-03 .lineup-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.concept-homes #section-03 .lineup-content .title-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 3rem;
}
.concept-homes #section-03 .lineup-content .title-box .ttl {
  font-size: clamp(1.8rem, 1.8229166667vw, 3.5rem);
}
.concept-homes #section-03 .lineup-content .title-box .ttl span {
  display: inline-block;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #8f5d59;
}
.concept-homes #section-03 .lineup-content .title-box .icon-tag {
  font-family: var(--font-NotoSansJP);
  color: var(--white);
  font-size: clamp(1rem, 0.9375vw, 1.8rem);
  font-weight: 500;
  line-height: 2.2222222222;
  display: inline-block;
  padding: 0 1em;
}
.concept-homes #section-03 .lineup-content .title-box .icon-tag.tag01 {
  background: #8b9a46;
}
.concept-homes #section-03 .lineup-content .title-box .icon-tag.tag02 {
  background: #8f8a80;
}
@media screen and (max-width: 1023px) {
  .concept-homes #section-03 .lineup-content {
    width: min(100%, 800px);
    margin: 0 auto;
    gap: 1.5rem;
  }
}
.concept-homes #section-03 .content-detail {
  padding: 8rem 10rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 5rem;
  border-radius: 3rem;
}
.concept-homes #section-03 .content-detail.bg01 {
  background: var(--bg-color01);
}
.concept-homes #section-03 .content-detail.bg02 {
  background: #ecedda;
}
.concept-homes #section-03 .content-detail.bg03 {
  background: #e0e1ea;
}
.concept-homes #section-03 .content-detail .image-box {
  align-self: center;
  width: 88rem;
  aspect-ratio: 880/600;
  clip-path: inset(0 0 round 1rem);
}
.concept-homes #section-03 .content-detail .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept-homes #section-03 .content-detail .text-box {
  width: min(34.6666666667%, 52rem);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.concept-homes #section-03 .content-detail .text-box .item-ttl {
  font-size: clamp(2.5rem, 2.6041666667vw, 5rem);
  line-height: 1.6;
}
.concept-homes #section-03 .content-detail .text-box .item-info {
  font-size: clamp(1.8rem, 1.5625vw, 3rem);
}
.concept-homes #section-03 .content-detail .text-box .ttl-group {
  align-self: stretch;
}
.concept-homes #section-03 .content-detail .text-box .line {
  display: block;
  width: 7rem;
  height: 0.3rem;
  background: #b7a36c;
}
.concept-homes #section-03 .content-detail .text-box p {
  font-size: clamp(1.6rem, 1.1458333333vw, 2.2rem);
}
.concept-homes #section-03 .content-detail .text-box p.txt {
  font-family: var(--font-NotoSansJP);
}
.concept-homes #section-03 .content-detail .text-box .link-box {
  margin-top: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1em;
}
.concept-homes #section-03 .content-detail .text-box .link-txt {
  font-family: var(--font-NotoSansJP);
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 1em;
  color: #b7a36c;
}
.concept-homes #section-03 .content-detail .text-box .link-txt::after {
  content: "";
  width: 0.8333333333em;
  height: 0.8333333333em;
  background: url("../images/concept-homes/icon_link.png") no-repeat;
  background-size: 100% 100%;
}
.concept-homes #section-03 .content-detail .text-box .link-txt.external::after {
  background: url("../images/concept-homes/icon_link_external.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1023px) {
  .concept-homes #section-03 .content-detail {
    padding: 3rem 2rem;
    width: min(100%, 800px);
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .concept-homes #section-03 .content-detail .image-box {
    width: 100%;
  }
  .concept-homes #section-03 .content-detail .text-box {
    width: min(100% - 3rem, 800px);
    padding-top: 0;
    padding-bottom: 0;
    gap: 1.5rem;
  }
  .concept-homes #section-03 .content-detail .text-box .line {
    display: block;
    width: 3.5rem;
    height: 0.15rem;
    background: #b7a36c;
  }
  .concept-homes #section-03 .content-detail .text-box .link-box {
    margin-top: auto;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin: 1rem auto;
  }
}
.concept-homes {
  /* FAQ */
}
.concept-homes #section-04 {
  position: relative;
  overflow: clip;
  padding: 8rem 8rem 10rem;
}
.concept-homes #section-04 .deco-illust {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: -5rem;
  right: 0;
  width: 44rem;
}
.concept-homes #section-04 .box-wrap {
  position: relative;
  gap: 4rem;
}
.concept-homes #section-04 .text-box {
  position: relative;
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 3rem;
}
.concept-homes #section-04 .text-box p {
  font-size: clamp(1.8rem, 1.1458333333vw, 2.2rem);
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .concept-homes #section-04 .text-box p {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .concept-homes #section-04 {
    padding: 4rem 2.5rem;
  }
  .concept-homes #section-04 .deco-illust {
    width: 12.4rem;
    top: -1.5rem;
  }
  .concept-homes #section-04 .box-wrap {
    gap: 2rem;
  }
  .concept-homes #section-04 .text-box {
    width: min(100%, 650px);
    margin: 0 auto;
    padding: 0 1.25rem;
  }
  .concept-homes #section-04 .text-box p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.concept-homes #section-04 .faq-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
}
.concept-homes #section-04 .faq-list .item-box {
  width: calc(50% - 1rem);
  background: var(--white);
  border-radius: 1rem;
  padding: 2rem 4rem;
}
.concept-homes #section-04 .faq-list .item-box > div {
  padding: 2rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: first baseline;
  gap: 1rem;
}
.concept-homes #section-04 .faq-list .item-box .question-box {
  color: #16365d;
  border-bottom: 0.3rem solid #f5f3ef;
}
.concept-homes #section-04 .faq-list .item-box .question-box p {
  font-size: clamp(1.6rem, 1.5277777778vw, 2.2rem);
  font-weight: 700;
}
.concept-homes #section-04 .faq-list .item-box .question-box::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "Q";
  font-size: clamp(1.2rem, 1.5277777778vw, 2.2rem);
  font-weight: 700;
  width: 1.8181818182em;
  height: 1.8181818182em;
  color: var(--white);
  background: #16365d;
  border-radius: 50%;
  flex-shrink: 0;
}
.concept-homes #section-04 .faq-list .item-box .answer-box p {
  font-size: clamp(1.5rem, 1.25vw, 1.8rem);
  font-weight: 400;
}
.concept-homes #section-04 .faq-list .item-box .answer-box::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "A";
  font-size: clamp(1.2rem, 1.5277777778vw, 2.2rem);
  font-weight: 700;
  width: 1.8181818182em;
  height: 1.8181818182em;
  color: var(--white);
  background: var(--light-brown);
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .concept-homes #section-04 .faq-list {
    gap: 1rem;
  }
  .concept-homes #section-04 .faq-list .item-box {
    width: 100%;
    border-radius: 0.5rem;
    padding: 1rem 2.5rem;
  }
  .concept-homes #section-04 .faq-list .item-box > div {
    padding: 1rem 0;
    gap: 0.5rem;
  }
}