@charset "UTF-8";
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
body:has(#sw-main) {
  color: #241A13;
}

body:has(#sw-main) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以下で非表示*/
.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/*モバイルのみ表示*/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/*画像の縦横比設定*/
#sw-main img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
#sw-main a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  #sw-main a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  #sw-main a:hover {
    opacity: 0.8;
  }
}
.mw_wp_form_input .open-area {
  display: none;
}

/* 数値計算関連の関数を使うために必要 (math.divなど)*/
#sw-main .inner {
  width: 100%;
  margin-inline: auto;
  max-width: 1170px;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  #sw-main .inner {
    padding-inline: 16px;
    max-width: 60rem;
  }
}

#sw-main .sw-fv {
  padding-block: 11rem 11rem;
  background-color: #EFEFED;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-fv {
    padding-block: 4rem 4rem;
  }
}

#sw-main .sw-fv::before {
  content: "";
  position: absolute;
  bottom: -45rem;
  left: -43rem;
  width: 110.4rem;
  height: 110.4rem;
  background-image: url(../images/sowood/sowood-wood.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-fv::before {
    width: 74.8rem;
    height: 74.8rem;
    left: -40rem;
    bottom: -48rem;
  }
}

#sw-main .sw-fv__inner.inner {
  text-align: center;
  max-width: 61rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-fv__inner.inner {
    max-width: 60rem;
  }
}

#sw-main .sw-fv__title {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-fv__title {
    font-size: 3.2rem;
    line-height: 1.209375;
  }
}

#sw-main .sw-fv__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 24rem;
  height: 1.563rem;
  background-image: url(../images/sowood/fv_under-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -1.3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-fv__title::after {
    width: 16rem;
  }
}

#sw-main .sw-fv__subtitle {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-fv__subtitle {
    margin-top: 3.68rem;
  }
}

#sw-main .sw-fv__text {
  font-size: 1.6rem;
  line-height: 2.4;
  margin-top: 2.4rem !important;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-fv__text {
    line-height: 2;
    margin-top: 2rem !important;
  }
}

#sw-main .sw-property {
  background-color: #EFEFED;
}

#sw-main .sw-property__inner {
  position: relative;
  max-width: 143rem;
  padding-block: 3.1rem 2.8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-property__inner {
    max-width: 100%;
    padding-block: 1.5rem;
  }
}

#sw-main .sw-property__image {
  aspect-ratio: 1380/660;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-property__image {
    aspect-ratio: 361/210;
  }
}

#sw-main .sw-property__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#sw-main .sw-property__details {
  position: absolute;
  bottom: 2rem;
  right: 25px;
  background: #EFEFED;
  padding: 2rem 1.6rem;
  border-radius: 2rem 0 0 0;
  max-width: 43.2rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-property__details {
    border-radius: 0;
    padding: 1.6rem;
    position: static;
    width: 100%;
  }
}

#sw-main .sw-property__price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sw-main .sw-property__info-box {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 0.6rem;
}

#sw-main .sw-property__info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4.1rem;
  width: 1px;
  height: 100%;
  background-color: #E0CFC2;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-property__info-box::before {
    left: -4.3rem;
  }
}

#sw-main .sw-property__payment {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

#sw-main .sw-property__price {
  font-size: 4.8rem;
  font-weight: 600;
  color: #AE896D;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-property__price {
    font-size: 2.4rem;
    line-height: 1.2083333333;
  }
}

#sw-main .sw-property__price.sw-property__price--under {
  margin-top: 0.8rem !important;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-property__price.sw-property__price--under {
    margin-top: 1.6rem !important;
  }
}

#sw-main .sw-property__price span {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2083333333;
  color: #241A13;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-property__price span {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

#sw-main .sw-property__info {
  display: -ms-grid;
  display: grid;
  gap: 0.4rem;
}

#sw-main .sw-property__label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

#sw-main .sw-property__label span {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

#sw-main .sw-property__description {
  font-size: 1.4rem;
  margin-top: 0.8rem !important;
  line-height: 1.6;
  background-color: #FFFFFF;
  padding: 0.8rem 1.4rem 0.8rem 2.4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-property__description {
    font-size: 1.2rem;
    padding: 0.8rem 1.4rem;
  }
}

#sw-main .sw-about {
  margin-top: 7.1rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-about {
    margin-top: 5.6rem;
  }
}

#sw-main .sw-about__inner.inner {
  max-width: 93rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-about__inner.inner {
    max-width: 60rem;
  }
}

#sw-main .sw-about__title {
  text-align: center;
}

#sw-main .sw-about__text {
  margin-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-about__text {
    margin-top: 2.4rem !important;
  }
}

#sw-main .sw-about__button {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-about__button {
    margin-top: 2.4rem;
  }
}

#sw-main .sw-life {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-life {
    margin-top: 5.6rem;
  }
}

#sw-main .sw-life__title,
#sw-main .sw-life__description {
  text-align: center;
}

#sw-main .sw-life__description {
  margin-top: 0.8rem !important;
}

#sw-main .sw-access {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-access {
    margin-top: 2.4rem;
  }
}

#sw-main .sw-access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
  width: 100%;
  border-radius: 2rem;
  background-color: #EFEFED;
  padding: 8rem 4.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.4rem 1.6rem;
    gap: 2.4rem;
  }
}

#sw-main .sw-access__wrap.sw-access__wrap--reverse {
  background-color: #EDE6DC;
}

#sw-main .sw-access__wrap.sw-access__wrap--reverse .sw-access__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-access__wrap.sw-access__wrap--reverse .sw-access__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#sw-main .sw-access__content {
  max-width: 48rem;
  width: 100%;
}

#sw-main .sw-access__title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-access__title {
    font-size: 2.4rem;
  }
}

#sw-main .sw-access__description {
  font-size: 1.8rem;
  line-height: 200%;
  font-weight: 500;
  margin-top: 2.2rem !important;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-access__description {
    font-size: 1.6rem;
  }
}

#sw-main .sw-access__description-item {
  list-style: disc;
  margin-left: 2.4rem;
}

#sw-main .sw-access__list {
  margin-top: 1.4rem;
  border-bottom: 1px solid #241A13;
}

#sw-main .sw-access__item {
  font-size: 1.6rem;
  line-height: 160%;
  padding-left: 4rem;
  padding-block: 0.8rem;
}

#sw-main .list-text.sw-access__item::before {
  left: 0.8rem;
}

#sw-main .sw-access__item + .sw-access__item {
  border-top: 1px dotted #241A13;
}

#sw-main .sw-access__button {
  margin-top: 2.4rem;
  text-align: center;
}

#sw-main .sw-access__image {
  aspect-ratio: 480/360;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(36, 26, 19, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(36, 26, 19, 0.1));
  max-width: 48rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-access__image {
    aspect-ratio: 330/247;
  }
}

#sw-main .sw-access__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 2rem;
}

#sw-main .section-title__sub {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1;
  position: relative;
  padding-left: 3.6rem;
  display: inline-block;
}

#sw-main .section-title__sub::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1.6rem;
  height: 1.6rem;
  background-color: #AE896D;
}
@media screen and (max-width: 767px) {
  #sw-main .section-title__sub::before {
    left: 0.4rem;
  }
}

#sw-main .section-title__main {
  font-size: clamp(2.4rem, 1.371rem + 2.5vw, 4rem);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sw-main .section-title__main {
    line-height: 1.6;
  }
}

#sw-main .section-title__main.section-title__main--lh {
  line-height: 1.4;
}

#sw-main .section-title__main span {
  font-size: 8rem;
  font-weight: 700;
  color: #AE896D;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sw-main .section-title__main span {
    font-size: 4.8rem;
    line-height: 120%;
  }
}

#sw-main .section-title__main.section-title__main--gradient {
  background: linear-gradient(87.71deg, #241a13 1.93%, #ae896d 165.87%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#sw-main .sw-banner {
  background-color: #EFEFED;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-banner {
    padding-block: 5.6rem;
  }
}

#sw-main .sw-banner__container {
  background-image: url(../images/sowood/cta-banner_pc.webp), url(../images/sowood/cta-banner_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2rem;
  padding: 14.7rem 4.8rem 16.8rem 4.8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-banner__container {
    background-image: url(../images/sowood/cta-banner_sp.webp), url(../images/sowood/cta-banner_sp.jpg);
    padding: 15.7rem 0 15.8rem 1.9rem;
  }
}

#sw-main .sw-banner__title {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 166%;
  color: #FFFFFF;
}

#sw-main .sw-banner__text {
  font-size: 1.8rem;
  line-height: 200%;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 0.4rem;
}

#sw-main .sw-banner__button {
  margin-top: 1.6rem;
}

#sw-main .land-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .land-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}

#sw-main .land-info__map {
  max-width: 56rem;
}

#sw-main .land-info__details {
  background: #EFEFED;
  padding-block: 2.4rem;
  border-radius: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sw-main .land-info__details {
    margin-top: 1.6rem;
    width: 100%;
  }
}

#sw-main .land-info__detail-image {
  max-width: 30.9rem;
  aspect-ratio: 309/160;
  margin-inline: auto;
}

#sw-main .land-info__detail-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#sw-main .land-info__note {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4375;
  margin-top: 0.8rem;
  padding: 0.4rem 1.6rem;
  border: 1px solid #241A13;
}

#sw-main .land-info__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0.8rem;
  margin-inline: auto;
  text-align: left;
  max-width: 31rem;
}
@media screen and (max-width: 767px) {
  #sw-main .land-info__price {
    max-width: 29.3rem;
  }
}

#sw-main .land-info__price-label {
  max-width: 11rem;
  width: 35.4838709677%;
  padding-left: 3.2rem;
}
@media screen and (max-width: 767px) {
  #sw-main .land-info__price-label {
    width: 37.542662116%;
  }
}

#sw-main .land-info__price-value {
  max-width: 20rem;
  width: 64.5161290323%;
}
@media screen and (max-width: 767px) {
  #sw-main .land-info__price-value {
    max-width: 18.3rem;
    width: 62.457337884%;
  }
}

#sw-main .land-info__price-value span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #AE896D;
  font-size: 4rem;
}

#sw-main .sw-house {
  padding-block: 20rem 15.8rem;
  background-color: #EFEFED;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house {
    padding-block: 5.6rem;
  }
}

#sw-main .sw-house::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140.8rem;
  height: 103.2rem;
  background-image: url(../images/sowood/house_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house::before {
    display: none;
  }
}

#sw-main .sw-house__inner {
  text-align: center;
}

#sw-main .sw-house__title {
  position: relative;
  z-index: 1;
}

#sw-main .sw-house__features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 6rem;
  max-width: 106rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.4rem;
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    max-width: 100%;
    margin-top: 2.4rem;
  }
}

#sw-main .sw-house__feature {
  aspect-ratio: 1/1;
  text-align: center;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__feature {
    display: initial;
    aspect-ratio: initial;
  }
}

#sw-main .sw-house__feature:not(:first-child) {
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__feature:not(:first-child) {
    margin-left: 0;
  }
}

#sw-main .sw-house__feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__feature::after {
    display: none;
  }
}

#sw-main .sw-house__feature:first-child::after {
  background-image: url(../images/sowood/circle1.svg);
}

#sw-main .sw-house__feature:nth-child(2)::after {
  background-image: url(../images/sowood/circle2.svg);
}

#sw-main .sw-house__feature:nth-child(3)::after {
  background-image: url(../images/sowood/circle3.svg);
}

#sw-main .sw-house__feature:nth-child(4)::after {
  background-image: url(../images/sowood/circle4.svg);
}

#sw-main .sw-house__feature-wrap {
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__feature-wrap {
    max-width: 100%;
  }
}

#sw-main .sw-house__number {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2103571429;
  font-family: "Inter", sans-serif;
  color: #AE896D;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__number {
    font-size: 2rem;
  }
}

#sw-main .sw-house__label-wrap {
  position: relative;
}

#sw-main .sw-house__label-wrap::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background-color: rgba(174, 137, 109, 0.2);
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__label-wrap::after {
    font-size: 2rem;
  }
}

#sw-main .sw-house__label {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__label {
    font-size: 2rem;
  }
}

#sw-main .sw-house__label span {
  font-size: 2.8rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__label span {
    font-size: 2.4rem;
    line-height: 1;
  }
}

#sw-main .sw-house__text {
  font-size: 1.6rem;
  margin-top: 1.2rem;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__text {
    font-size: 1.2rem;
    line-height: 160%;
    margin-top: 0.8rem;
  }
}

#sw-main .sw-house__gx {
  background: #FFFFFF;
  border-radius: 2rem;
  margin-top: 7rem;
  text-align: center;
  padding-bottom: 1.5rem;
  max-width: 80rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__gx {
    margin-top: 4.8rem;
    padding-bottom: 1.6rem;
    max-width: 100%;
  }
}

#sw-main .sw-house__gx-header {
  background-color: #AE896D;
  color: #FFFFFF;
  padding-block: 0.6rem;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__gx-header {
    padding-block: 1.8rem;
    padding-inline: 1rem;
  }
}

#sw-main .sw-house__gx-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 120%;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__gx-title {
    font-size: 2.4rem;
    line-height: 120%;
  }
}

#sw-main .sw-house__gx-title span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__gx-title span {
    font-size: 1.2rem;
    line-height: 160%;
  }
}

#sw-main .sw-house__gx-note {
  margin-top: 1.1rem;
  font-size: 1.2rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__gx-note {
    margin-top: 0.8rem;
  }
}

#sw-main .sw-house__gx-text {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 4.6rem !important;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__gx-text {
    font-size: 2.4rem;
    margin-top: 1.6rem !important;
  }
}

#sw-main .sw-house__gx-text span {
  color: #AE896D;
  font-weight: 700;
  font-size: 8rem;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__gx-text span {
    font-size: 4.8rem;
  }
}

#sw-main .sw-house__gx-description-wrap {
  margin-top: 2.4rem;
  display: -ms-grid;
  display: grid;
  gap: 2.4rem;
  max-width: 48.5rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__gx-description-wrap {
    padding-inline: 0.9rem;
    font-size: 1.2rem;
    margin-top: 0.8rem;
    gap: 0.8rem;
  }
}

#sw-main .sw-house__gx-description-wrap::before,
#sw-main .sw-house__gx-description-wrap::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__gx-description-wrap::before,
#sw-main .sw-house__gx-description-wrap::after {
    display: none;
  }
}

#sw-main .sw-house__gx-description-wrap::before {
  background-image: url(../images/sowood/house_flower01.svg);
  top: -13.2rem;
  left: -15.2rem;
  width: 21.4rem;
  height: 19.3rem;
}

#sw-main .sw-house__gx-description-wrap::after {
  background-image: url(../images/sowood/house_flower02.svg);
  bottom: -2.4rem;
  right: -15.8rem;
  width: 20.6rem;
  height: 20rem;
}

#sw-main .sw-house__gx-description {
  font-size: 1.6rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-house__gx-description {
    font-size: 1.2rem;
  }
}

#sw-main .sw-house__gx-description.sw-house__gx-description--left {
  text-align: left;
}

#sw-main .sw-plan {
  background-color: #EFEFED;
  margin-top: 8rem;
  padding-block: 8.1rem 9.6rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-plan {
    margin-top: 5.6rem;
    padding-block: 5.7rem 7.8rem;
  }
}

#sw-main .sw-plan__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2.4rem;
}

#sw-main .sw-plan__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 5rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-plan__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2.8rem;
  }
}

#sw-main .sw-plan__list::before {
  content: "";
  position: absolute;
  top: -16.8rem;
  left: -14.6rem;
  width: 51.2rem;
  height: 23.696rem;
  background-image: url(../images/sowood/plan_en.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-plan__list::before {
    top: -19rem;
    left: -3.5rem;
    width: 22rem;
    height: 11.2rem;
  }
}

@media screen and (max-width: 767px) {
  #sw-main .sw-plan__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#sw-main .sw-plan__image {
  aspect-ratio: 540/420;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-plan__image {
    aspect-ratio: 363/358;
    margin-top: 0.4rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#sw-main .sw-plan__image img {
  border-radius: 0.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#sw-main .sw-plan__caption-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6rem;
  padding-right: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-plan__caption-wrap {
    display: contents;
  }
}

#sw-main .sw-plan__caption {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-plan__caption {
    font-size: 1.6rem;
    line-height: 160%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#sw-main .sw-plan__button {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-plan__button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
    margin-top: 2.2rem;
  }
}

#sw-main .sw-select {
  padding-top: 8rem;
  text-align: center;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-select {
    padding-top: 6.5rem;
  }
}

#sw-main .sw-select::before {
  content: "";
  position: absolute;
  top: -24rem;
  left: -15rem;
  width: 70rem;
  height: 70rem;
  background-image: url(../images/sowood/select-wood.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-select::before {
    width: 57.4rem;
    height: 57.4rem;
  }
}

#sw-main .sw-select__description {
  margin-top: 0.8rem !important;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-select__description {
    text-align: left;
  }
}

#sw-main .sw-select__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  text-align: left;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-select__list {
    margin-top: 2.4rem;
    -ms-grid-columns: 1fr 3.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }
}

#sw-main .sw-select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.6rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #E0CFC2;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-select__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.6rem;
    gap: 1.6rem;
  }
}

#sw-main .sw-select__image {
  width: 10rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

#sw-main .sw-select__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#sw-main .sw-select__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-select__text {
    font-size: 2rem;
  }
}

#sw-main .sw-select__subtext {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-select__subtext {
    font-size: 1.5rem;
  }
}

#sw-main .sw-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 8rem;
  background-color: #EFEFED;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-contact {
    padding-block: 5.6rem;
  }
}

#sw-main .sw-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  gap: 7.7rem;
  -webkit-box-shadow: 0px -1px 34px rgba(0, 0, 0, 0.09);
          box-shadow: 0px -1px 34px rgba(0, 0, 0, 0.09);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding-left: 4.8rem;
  padding-block: 4.8rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 1.6rem 1.6rem 102.479338843% 1.6rem;
    position: relative;
  }
}

#sw-main .sw-contact__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 54rem;
  width: 48.2142857143%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-contact__content {
    width: 100%;
  }
}

#sw-main .sw-contact__title {
  font-size: clamp(2.4rem, 1.2rem + 2.27vw, 4rem);
  line-height: 1.6;
  font-weight: 700;
  color: #373737;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-contact__title {
    line-height: 1.5833333333;
  }
}

#sw-main .sw-contact__box {
  background-color: #EDE6DC;
  padding: 2rem;
  border-radius: 0.7rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-contact__box {
    margin-top: 2.4rem;
    padding: 1.6rem 1.2rem;
    z-index: 1;
    position: relative;
  }
}

#sw-main .sw-contact__label {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #373737;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-contact__label {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#sw-main .sw-contact__tel {
  font-size: clamp(2.4rem, 1.2rem + 2.27vw, 4rem);
  font-weight: 700;
  margin-top: 0.4rem;
  line-height: 1;
  color: #373737;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-contact__tel {
    line-height: 1.2083333333;
  }
}

#sw-main .sw-contact__tel a {
  color: #373737;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-contact__tel a {
    pointer-events: auto;
  }
}

#sw-main .sw-contact__time {
  font-size: 1.2rem;
  font-weight: 400;
  color: #373737;
  line-height: 1.6;
  margin-top: 0.4rem;
}

#sw-main .sw-contact__note {
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  padding: 0.8rem;
  display: -ms-grid;
  display: grid;
  gap: 0.4rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-contact__note {
    padding: 0.8rem 1.6rem;
  }
}

#sw-main .sw-contact__note-item {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

#sw-main .sw-contact__image {
  position: absolute;
  max-width: 45.2rem;
  width: 40.3571428571%;
  top: -2rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-contact__image {
    max-width: 100%;
    width: 91.1845730028%;
    bottom: 0;
    right: 0;
    top: initial;
  }
}

#sw-main .sw-flow {
  background-color: #EFEFED;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow {
    padding-top: 5.6rem;
    padding-bottom: 0;
  }
}

#sw-main .sw-flow__title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__title {
    text-align: center;
  }
}

#sw-main .sw-flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: calc(50% - 50vi);
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    margin-inline: initial;
    margin-top: 2.4rem;
  }
}

#sw-main .sw-flow__content {
  background-color: #fff;
  border-radius: 0 2rem 2rem 0;
  padding: 8rem 0 11rem 16rem;
  max-width: 77.7rem;
  margin-top: 8.1rem;
  width: 53.9583333333%;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1400px) {
  #sw-main .sw-flow__content {
    padding-left: calc((100vw - 1077px) / 2);
  }
}
@media screen and (max-width: 1120px) {
  #sw-main .sw-flow__content {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__content {
    padding: 4rem 1rem;
    border-radius: 2rem;
    max-width: 100%;
    width: 100%;
    margin-top: initial;
    text-align: center;
    margin-top: -4rem;
  }
}

#sw-main .sw-flow__list {
  display: -ms-grid;
  display: grid;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__list {
    gap: 2.4rem;
    text-align: left;
  }
}

#sw-main .sw-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#sw-main .sw-flow__item:nth-child(2) {
  padding-bottom: 2.9rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__item:nth-child(2) {
    padding-bottom: 0;
  }
}

#sw-main .sw-flow__step {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #AE896D;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__step {
    font-size: 2rem;
  }
}

#sw-main .sw-flow__item:not(:last-child) .sw-flow__step::after {
  content: "";
  position: absolute;
  bottom: -12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #241A13;
  width: 1px;
  height: 11.8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__item:not(:last-child) .sw-flow__step::after {
    display: none;
  }
}

#sw-main .sw-flow__item:nth-child(2) .sw-flow__step::after {
  bottom: -13rem;
}

#sw-main .sw-flow__text-wrap {
  margin-left: 4.8rem !important;
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__text-wrap {
    margin-left: 0.8rem !important;
    max-width: 100%;
  }
}

#sw-main .sw-flow__heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__heading {
    font-size: 2rem;
    line-height: 1.2;
  }
}

#sw-main .sw-flow__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1.6rem;
  line-height: 1.6;
}

#sw-main .sw-flow__note {
  font-size: clamp(2rem, 1.4rem + 1.4vw, 3.2rem);
  line-height: 1.1875;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-top: 8rem !important;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__note {
    margin-top: 2.4rem !important;
  }
}

#sw-main .sw-flow__note::after {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 0;
  background-image: url(../images/sowood/flow_under_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 53.7rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__note::after {
    bottom: -3rem;
  }
}

#sw-main .sw-flow__note span {
  font-size: clamp(2.8rem, 1.6rem + 3vw, 4.8rem);
  line-height: 1.2;
  color: #AE896D;
}

#sw-main .sw-flow__image {
  aspect-ratio: 720/780;
  max-width: 72rem;
  margin-left: -4.8rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__image {
    aspect-ratio: 395/270;
    margin-inline: calc(50% - 50vw);
    max-width: initial;
    width: 100vw;
  }
}

#sw-main .sw-flow__image img {
  border-radius: 2rem 0 0 2rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-flow__image img {
    border-radius: 2rem;
  }
}

#sw-main .sw-common-text {
  font-size: 1.6rem;
  line-height: 1.6;
}

#sw-main .sw-btn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #241A13;
  padding: 2.2rem 6.6rem 2.2rem 3.2rem;
  border-radius: 4rem;
  -webkit-box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

#sw-main .sw-btn.sw-btn--beige {
  background-color: #EDE6DC;
  color: #241A13;
}

#sw-main .sw-btn.sw-btn--under-top {
  background-color: #EDE6DC;
  color: #241A13;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-btn.sw-btn--under-top {
    padding: 1.4rem 6.6rem 1.4rem 3.2rem;
  }
}

#sw-main .sw-btn.sw-btn--brown {
  background-color: #CDB99D;
  color: #241A13;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-btn.sw-btn--brown {
    padding: 1.4rem 6.6rem 1.4rem 3.2rem;
  }
}

#sw-main .sw-btn.sw-btn--transparent {
  background-color: transparent;
  color: #241A13;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  padding-right: 3.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#sw-main .sw-btn span {
  position: relative;
  display: inline-block;
}

#sw-main .sw-btn span::after {
  content: "→";
  position: absolute;
  right: -3.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 100%;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

@media (any-hover: hover) {
  #sw-main .sw-btn:hover {
    background-color: #FFFFFF;
    color: #241A13;
  }

  #sw-main .sw-btn:hover span::after {
    right: -4.4rem;
  }

  #sw-main .sw-btn.sw-btn--transparent:hover {
    background-color: transparent;
    color: #241A13;
    opacity: 0.8;
  }

  #sw-main .sw-btn.sw-btn--brown:hover {
    background-color: #241A13;
    color: #CDB99D;
  }
}
#sw-main .sw-banner-first {
  margin-top: 7.169rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-banner-first {
    margin-top: 5.6rem;
  }
}

#sw-main .list-text {
  position: relative;
}

#sw-main .list-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/sowood/maru-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#sw-main .sw-banner-second {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-banner-second {
    margin-top: 6.5rem;
  }
}

#sw-main .sw-under-top {
  background-color: #EFEFED;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-top {
    padding-block: 2.2rem 1.6rem;
  }
}

#sw-main .sw-under-top__inner {
  position: relative;
}

#sw-main .sw-under-top__image {
  aspect-ratio: 1120/480;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-top__image {
    aspect-ratio: 363/358;
  }
}

#sw-main .sw-under-top__image img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-top__image img {
    border-radius: 0.8rem;
  }
}

#sw-main .sw-under-top__content {
  position: absolute;
  top: 26.875%;
  left: 4.8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-top__content {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  #sw-main .sw-under-top__text-box {
    position: absolute;
    top: 2rem;
    left: 3.2rem;
    width: 82%;
  }
}

#sw-main .sw-under-top__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 166%;
  text-shadow: 4px 4px 25px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-top__title {
    font-size: 2.4rem;
  }
}

#sw-main .sw-under-top__text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 0.4rem;
  line-height: 2;
  text-shadow: 4px 4px 25px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-top__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

#sw-main .sw-under-top__button {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-top__button {
    margin-top: 0;
    position: absolute;
    bottom: 1.6rem;
    left: 3.2rem;
  }
}

#sw-main .sw-under-floor {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-floor {
    margin-top: 4rem;
  }
}

#sw-main .sw-under-floor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-floor__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}

#sw-main .sw-under-floor__image {
  max-width: 52.8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-floor__image {
    width: 86.2258953168%;
  }
}

#sw-main .sw-under-floor__info {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: right;
  line-height: 1.6;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-floor__info {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }
}

#sw-main .sw-under-video {
  margin-top: 8rem;
  padding-block: 12rem;
  background-color: #EFEFED;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-video {
    margin-top: 4rem;
  }
}

#sw-main .sw-under-video-none {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-video-none {
    margin-top: 4rem;
  }
}

#sw-main .sw-under-video__content {
  width: 100%;
  border-radius: 2rem;
}

#sw-main .sw-under-houses {
  padding-block: 10rem 12rem;
  background-color: #EFEFED;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-houses {
    padding-block: 4rem 8rem;
  }
}

#sw-main .sw-under-houses__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.1rem 1fr 4.1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4.1rem;
     -moz-column-gap: 4.1rem;
          column-gap: 4.1rem;
}
@media screen and (max-width: 767px) {
  #sw-main .sw-under-houses__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#sw-main .house-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  row-gap: 0;
  -ms-grid-row-span: 4;
  grid-row: span 4;
}
@media screen and (max-width: 767px) {
  #sw-main .house-card {
    display: initial;
  }
}

@media screen and (max-width: 767px) {
  #sw-main .house-card:not(:first-child) {
    margin-top: 5.6rem;
  }
}

#sw-main .house-card__img {
  aspect-ratio: 346/201;
}

#sw-main .house-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 2rem;
}

#sw-main .house-card__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  margin-top: 0.8rem;
}

#sw-main .house-card__description {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.4rem;
}

#sw-main .house-card__btn {
  margin-top: 1.6rem;
}
/*# sourceMappingURL=styles.css.map */