@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family&display=swap");
@-webkit-keyframes slideLoop {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideLoop {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

.content {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .content {
    min-width: 1156px;
  }
}

.l-header {
  position: relative;
  height: 51px;
  background-color: #fff;
}

@media print, (min-width: 768px) {
  .l-header {
    height: 84px;
  }
}

.l-header__lg {
  max-width: 290px;
  position: absolute;
  left: 10px;
  top: 14px;
}

@media print, (min-width: 768px) {
  .l-header__lg {
    max-width: 350px;
    left: 30px;
    top: 30px;
  }
}

.l-header__lg img {
  display: block;
  width: 100%;
  height: auto;
}

.l-kv img {
  display: block;
  width: 100%;
  height: auto;
}

.l-kv__in {
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-kv__in {
    padding-bottom: 140px;
  }
}

.l-kv__txt {
  position: absolute;
  z-index: 1;
  width: 206px;
  top: 41px;
  left: calc(50% + 415px);
}

@media screen and (max-width: 1250px) {
  .l-kv__txt {
    left: calc(50% + 333px);
  }
}

@media screen and (max-width: 767px) {
  .l-kv__txt {
    width: 152.5px;
    right: 20px;
    top: 25px;
    left: auto;
  }
}

@media print, (min-width: 768px) {
  .l-kv__bnr {
    position: absolute;
    top: 50%;
    right: calc( 50% + 150px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media print, (min-width: 768px) {
  .l-kv__btn {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .l-kv__btn {
    position: absolute;
    width: calc( 100% - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}

.l-kv__btn .l-btn {
  display: block;
  width: 420px;
  padding-block: 18px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #E45200;
  border-radius: 50px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  box-shadow: 0px -5px 10px 0px #C14500 inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .l-kv__btn .l-btn {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
}

@media print, (min-width: 768px) {
  .l-kv__btn .l-btn > span {
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .l-kv__btn .l-btn > span {
    display: block;
  }
}

.l-kv__btn .l-btn:hover {
  opacity: .8;
}

.l-kv__btn .l-btn::before {
  content: '';
  display: block;
  width: 9px;
  height: 16px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/heimmaison/LP/souzoku/images/icon_arrow01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.l-kv__book {
  width: 190px;
}

@media screen and (max-width: 767px) {
  .l-kv__book {
    position: absolute;
    top: 48vw;
  }
}

@media print, (min-width: 768px) {
  .l-kv__book {
    width: 294px;
    margin-left: 85px;
  }
}

.l-kv__bg {
  width: 100%;
}

.l-kv__bg img {
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .l-kv__bg img {
    min-height: 595px;
    max-height: 660px;
  }
}

.l-intro {
  background: #fbfbfb;
  padding-top: 80px;
  padding-inline: 20px;
}

@media print, (min-width: 768px) {
  .l-intro {
    padding-inline: 40px;
    padding-top: 120px;
  }
}

.l-intro__in {
  max-width: 1240px;
  margin-inline: auto;
  padding-bottom: 80px;
}

.l-intro__ttl {
  width: 290px;
  margin-inline: auto;
}

@media print, (min-width: 768px) {
  .l-intro__ttl {
    width: 966px;
  }
}

.l-intro__col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 22px;
  margin-bottom: 50px;
}

@media print, (min-width: 768px) {
  .l-intro__col {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 72px;
  }
}

.l-intro__col__item > a {
  -webkit-transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-intro__col__item > a:hover {
  opacity: .7;
}

.l-intro__col__item__hd {
  text-align: center;
  background-color: #044D08;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #044D08;
}

@media screen and (max-width: 767px) {
  .l-intro__col__item__hd {
    padding-block: 3px;
  }
}

.l-intro__col__item__hd__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-intro__col__item__hd__ttl {
    font-size: 13px;
    line-height: 1.5;
  }
}

.l-intro__col__item__bd {
  position: relative;
  border: 3px solid #044D08;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  text-align: center;
  padding-block: 17px;
}

@media screen and (max-width: 767px) {
  .l-intro__col__item__bd {
    padding-block: 8px 10px;
  }
}

.l-intro__col__item__bd::after {
  content: '';
  display: block;
  width: 24px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/heimmaison/LP/souzoku/images/icon_arrow02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-intro__col__item__bd::after {
    right: 20px;
  }
}

.l-intro__col__item__bd__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  line-height: 1.3;
  color: #044D08;
}

@media screen and (max-width: 767px) {
  .l-intro__col__item__bd__txt {
    font-size: 15px;
    margin-right: 25px;
  }
}

.l-intro__bd {
  padding-block: 60px;
  padding-inline: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
  .l-intro__bd {
    padding-block: 40px;
  }
}

.l-intro__bd__in {
  max-width: 1040px;
  margin-inline: auto;
}

.l-intro__bd__ul {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .l-intro__bd__ul {
    margin-bottom: 30px;
  }
}

.l-intro__bd__ul > li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .l-intro__bd__ul > li {
    line-height: 1.6;
  }
}

.l-intro__bd__ul > li > span.is-bold {
  color: #EE7200;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .l-intro__bd__ul > li > span.is-bold {
    font-size: 18px;
  }
}

.l-intro__bd__ul > li > span.is-dot {
  color: #044D08;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
}

.l-intro__bd__ul > li:first-child {
  margin-bottom: 7px;
}

.l-intro__bd__at {
  background-color: #F6F6F4;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 14px 20px;
  margin-bottom: 24px;
}

@media print, (min-width: 768px) {
  .l-intro__bd__at {
    padding-block: 32px;
    margin-bottom: 20px;
  }
}

.l-intro__bd__at__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: #044D08;
}

.l-intro__bd__at__txt > span {
  color: #EE7200;
}

@media screen and (max-width: 767px) {
  .l-intro__bd__at__txt {
    font-size: 20px;
    line-height: 1.4;
  }
}

.l-intro__bd__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .l-intro__bd__lead {
    line-height: 1.6;
  }
}

.m-bnr {
  background: #fbfbfb;
}

.m-bnr__ttl {
  max-width: 636px;
  margin-inline: auto;
}

@media print, (min-width: 768px) {
  .m-bnr__ttl {
    margin-bottom: 40px;
  }
}

.m-bnr__ttl img {
  display: block;
  width: 100%;
  height: auto;
}

.m-bnr__bd {
  position: relative;
  width: 100%;
  aspect-ratio: 375 / 500;
  background-image: url("/heimmaison/LP/souzoku/images/pic_bnr01_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

@media print, (min-width: 768px) {
  .m-bnr__bd {
    max-width: 1600px;
    aspect-ratio: 1440 / 450;
    margin-inline: auto;
    background-image: url("/heimmaison/LP/souzoku/images/pic_bnr01.webp");
  }
}

.m-bnr__bd__icon {
  position: absolute;
  width: 193px;
  height: 248px;
  background-image: url("/heimmaison/LP/souzoku/images/icon_human01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 100%;
  right: 91px;
}

@media screen and (max-width: 767px) {
  .m-bnr__bd__icon {
    width: 87px;
    height: 112px;
    right: 20px;
    bottom: calc(100% + 37vw);
  }
}

.m-bnr__bd__item {
  max-width: 418px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .m-bnr__bd__item {
    bottom: 10.66667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc( 100% - 40px);
  }
}

@media print, (min-width: 768px) {
  .m-bnr__bd__item {
    top: 54%;
    left: calc( 50% + 140px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.m-bnr__bd__item__lead {
  margin-bottom: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .m-bnr__bd__item__lead {
    line-height: 1.6;
  }
}

.m-bnr__bd__item__btn {
  position: relative;
}

.m-bnr__bd__item__btn > .m-bnr__icon {
  position: absolute;
  z-index: 2;
  width: 99px;
  top: -40px;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .m-bnr__bd__item__btn > .m-bnr__icon {
    top: -30px;
    left: -20px;
  }
}

.m-bnr__bd__item__btn > .m-bnr__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.m-bnr__bd__item__btn .c-btn {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  font-size: 20px;
  font-weight: 700;
  width: 418px;
  padding-block: 18px;
  background-color: #E45200;
  border-radius: 50px;
  letter-spacing: -0.04em;
  box-shadow: 0px -5px 10px 0px #C14500 inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .m-bnr__bd__item__btn .c-btn {
    width: 100%;
    font-size: 20px;
  }
}

.m-bnr__bd__item__btn .c-btn > span {
  display: block;
  text-align: center;
  margin-inline: 52px 33px;
}

@media screen and (max-width: 767px) {
  .m-bnr__bd__item__btn .c-btn > span {
    margin-inline: 45px 33px;
  }
}

@media print, (min-width: 768px) {
  .m-bnr__bd__item__btn .c-btn:hover {
    opacity: .8;
  }
}

.m-bnr__bd__item__btn .c-btn::before {
  content: '';
  display: block;
  width: 9px;
  height: 16px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/heimmaison/LP/souzoku/images/icon_arrow01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.l-exp {
  background-color: #FBFBFB;
}

@media print, (min-width: 768px) {
  .l-exp {
    padding-top: 120px;
    padding-inline: 40px;
  }
}

@media screen and (max-width: 767px) {
  .l-exp {
    padding-top: 80px;
    padding-inline: 20px;
  }
}

.l-exp.is-bg02 {
  background-color: #F0F2F0;
}

.l-exp.is-bg02 .l-exp__in {
  padding-bottom: 250px;
}

@media screen and (max-width: 767px) {
  .l-exp.is-bg02 .l-exp__in {
    padding-bottom: 160px;
  }
}

.l-exp__in {
  max-width: 1240px;
  margin-inline: auto;
  padding-bottom: 100px;
}

.l-exp__col {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

@media print, (min-width: 768px) {
  .l-exp__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-exp__col.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-exp__col.is-reverse .l-exp__txt-block {
  border-radius: 0px 10px 10px 0px;
}

@media screen and (max-width: 767px) {
  .l-exp__col.is-reverse .l-exp__txt-block {
    border-radius: 10px 10px 0px 0px;
  }
}

.l-exp__col.is-reverse .l-exp__img-block {
  border-radius: 10px 0px 0px 10px;
}

@media screen and (max-width: 767px) {
  .l-exp__col.is-reverse .l-exp__img-block {
    border-radius: 0px 0px 10px 10px;
  }
}

.l-exp__txt-block {
  background-color: #fff;
  padding-inline: 60px;
  padding-block: 40px;
  border-radius: 10px 0px 0px 10px;
}

@media screen and (max-width: 767px) {
  .l-exp__txt-block {
    padding-inline: 20px;
    padding-block: 32px;
    border-radius: 10px 10px 0px 0px;
  }
}

.l-exp__txt-block__ttl img {
  display: block;
  width: 100%;
  height: auto;
}

.l-exp__txt-block__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .l-exp__txt-block__txt {
    line-height: 1.6;
  }
}

.l-exp__txt-block__txt > span {
  font-weight: bold;
  color: #EE7200;
}

.l-exp__img-block {
  background-color: #FFFDE5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0px 10px 10px 0px;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .l-exp__img-block {
    padding-inline: 20px;
    border-radius: 0px 0px 10px 10px;
  }
}

.l-exp__img-block__ttl {
  text-align: center;
}

@media print, (min-width: 768px) {
  .l-exp__img-block__ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .l-exp__img-block__ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}

@media print, (min-width: 768px) {
  .l-exp__img-block__img {
    max-width: 470px;
  }
}

.l-exp__img-block__img img {
  display: block;
  width: 100%;
  height: auto;
}

.l-exp__img-block__cap {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .l-exp__img-block__cap {
    font-size: 12px;
    margin-top: 12px;
  }
}

.l-exp__point-block {
  position: relative;
  text-align: center;
  background: #F6F6F4;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 30px;
}

@media print, (min-width: 768px) {
  .l-exp__point-block {
    padding-block: 32px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .l-exp__point-block {
    padding: 15px 32px;
  }
}

.l-exp__point-block::before {
  position: absolute;
  content: '';
  display: block;
  top: -25px;
  left: -12px;
  width: 100px;
  height: 50px;
  margin-inline: auto;
  background-image: url("/heimmaison/LP/souzoku/images/icon_point01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .l-exp__point-block::before {
    width: 80px;
    height: 36px;
    top: -15px;
    left: -9px;
  }
}

.l-exp__point-block::after {
  position: absolute;
  content: '';
  display: block;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
  margin-inline: auto;
  background-image: url("/heimmaison/LP/souzoku/images/icon_arrow03.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-exp__point-block::after {
    width: 40px;
    height: 40px;
    top: -30px;
  }
}

.l-exp__point-block__icon {
  position: absolute;
  width: 133px;
  height: 200px;
  background-image: url("/heimmaison/LP/souzoku/images/icon_human03.webp");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 98%;
  left: 20px;
}

@media screen and (max-width: 1300px) {
  .l-exp__point-block__icon {
    width: 80px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .l-exp__point-block__icon {
    width: 70px;
    height: 105px;
  }
}

.l-exp__point-block__ttl {
  color: #044D08;
}

@media print, (min-width: 768px) {
  .l-exp__point-block__ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .l-exp__point-block__ttl {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
  }
}

.l-exp__point-block + .l-exp__col {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .l-exp__point-block + .l-exp__col {
    margin-top: 60px;
  }
}

.l-exp__col.is-01 .l-exp__txt-block {
  position: relative;
}

.l-exp__col.is-01 .l-exp__txt-block__icon {
  position: absolute;
  width: 138px;
  height: 202px;
  background-image: url("/heimmaison/LP/souzoku/images/icon_human02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: -19px;
  right: -19px;
}

@media screen and (max-width: 1250px) {
  .l-exp__col.is-01 .l-exp__txt-block__icon {
    top: -125px;
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .l-exp__col.is-01 .l-exp__txt-block__icon {
    width: 72px;
    height: 106px;
    top: calc( 100% - 75px);
    right: 20px;
  }
}

@media print, (min-width: 768px) {
  .l-exp__col.is-01 .l-exp__txt-block__ttl {
    max-width: 440px;
  }
}

@media print, (min-width: 768px) {
  .l-exp__col.is-02 .l-exp__txt-block__ttl {
    max-width: 480px;
    margin-top: 80px;
  }
}

.l-exp__col.is-03 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .l-exp__col.is-03 {
    margin-bottom: 60px;
  }
}

@media print, (min-width: 768px) {
  .l-exp__col.is-03 .l-exp__txt-block__ttl {
    max-width: 519px;
    margin-top: 77px;
    margin-bottom: 32px;
  }
}

@media print, (min-width: 768px) {
  .l-exp__col.is-03 .l-exp__img-block {
    padding-block: 60px;
  }
}

.l-exp__col.is-04 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .l-exp__col.is-04 {
    margin-bottom: 60px;
  }
}

@media print, (min-width: 768px) {
  .l-exp__col.is-04 .l-exp__txt-block__ttl {
    max-width: 360px;
    margin-top: 50px;
    margin-bottom: 32px;
  }
}

@media print, (min-width: 768px) {
  .l-exp__col.is-04 .l-exp__img-block {
    padding-block: 30px;
  }
}

@media print, (min-width: 768px) {
  .l-exp__col.is-05 .l-exp__txt-block__ttl {
    max-width: 400px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media print, (min-width: 768px) {
  .l-exp__col.is-05 .l-exp__img-block {
    padding-block: 60px;
  }
}

@media print, (min-width: 768px) {
  .l-exp__col.is-05 .l-exp__img-block__ttl {
    line-height: 1.8;
  }
}

.l-exp__col.is-05 .l-exp__img-block__ttl > span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  line-height: 1;
}

.l-exp__col.is-05 .l-exp__img-block__ttl__cap {
  font-size: 12px;
}

.l-point {
  position: relative;
}

.l-point::after {
  position: absolute;
  content: '';
  top: 320px;
  left: 0;
  display: block;
  width: 100%;
  height: 400px;
  background: #F0F2F0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .l-point::after {
    top: 265px;
    height: 1000px;
  }
}

.l-point__in {
  max-width: 1330px;
  margin-inline: auto;
}

.l-point__hd {
  text-align: center;
  margin-top: 80px;
}

@media print, (min-width: 768px) {
  .l-point__hd {
    margin-top: 150px;
    margin-bottom: 52px;
  }
}

@media screen and (max-width: 767px) {
  .l-point__bd__thumb {
    margin-inline: 20px;
  }
}

.l-point__bd__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.l-point__bd__ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 20px;
  gap: 12px;
  margin-top: -60px;
  margin-bottom: 42px;
}

@media print, (min-width: 768px) {
  .l-point__bd__ul {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding-inline: 40px;
  }
}

.l-point__bd__ul__item > a {
  -webkit-transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-point__bd__ul__item > a:hover {
  opacity: .7;
}

.l-point__bd__ul__item:first-child .l-point__bd__ul__item__hd {
  background-color: #EE7200;
  border: 1px solid #EE7200;
}

.l-point__bd__ul__item:first-child .l-point__bd__ul__item__bd {
  border: 3px solid #EE7200;
}

.l-point__bd__ul__item:first-child .l-point__bd__ul__item__bd__txt {
  color: #EE7200;
}

.l-point__bd__ul__item:first-child .l-point__bd__ul__item__bd::after {
  background-color: #EE7200;
}

.l-point__bd__ul__item:nth-child(2) .l-point__bd__ul__item__hd {
  background-color: #0067C6;
  border: 1px solid #0067C6;
}

.l-point__bd__ul__item:nth-child(2) .l-point__bd__ul__item__bd {
  border: 3px solid #0067C6;
}

.l-point__bd__ul__item:nth-child(2) .l-point__bd__ul__item__bd__txt {
  color: #0067C6;
}

.l-point__bd__ul__item:nth-child(2) .l-point__bd__ul__item__bd::after {
  background-color: #0067C6;
}

.l-point__bd__ul__item:nth-child(3) .l-point__bd__ul__item__hd {
  background-color: #00A309;
  border: 1px solid #00A309;
}

.l-point__bd__ul__item:nth-child(3) .l-point__bd__ul__item__bd {
  border: 3px solid #00A309;
}

.l-point__bd__ul__item:nth-child(3) .l-point__bd__ul__item__bd__txt {
  color: #00A309;
}

.l-point__bd__ul__item:nth-child(3) .l-point__bd__ul__item__bd::after {
  background-color: #00A309;
}

.l-point__bd__ul__item__hd {
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}

.l-point__bd__ul__item__hd__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-point__bd__ul__item__hd__ttl {
    font-size: 13px;
    line-height: 1.5;
    padding-block: 3px;
  }
}

.l-point__bd__ul__item__bd {
  position: relative;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  padding-block: 14px;
}

.l-point__bd__ul__item__bd::after {
  content: '';
  display: block;
  width: 24px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url("/heimmaison/LP/souzoku/images/icon_arrow04.webp");
          mask-image: url("/heimmaison/LP/souzoku/images/icon_arrow04.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.l-point__bd__ul__item__bd__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .l-point__bd__ul__item__bd__txt {
    font-size: 16px;
    line-height: 1.4;
  }
}

.l-point__bt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-point__bt {
    margin-inline: 20px;
    text-align: left;
  }
}

.l-point__bt__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  line-height: 1.6;
}

.l-btm {
  background: #fbfbfb;
  border-radius: 80px 80px 0px 0px;
}

@media print, (min-width: 768px) {
  .l-btm {
    margin-top: -100px;
  }
}

@media screen and (max-width: 767px) {
  .l-btm {
    border-radius: 40px 40px 0px 0px;
    margin-top: -100px;
  }
}

.l-btm__hd {
  text-align: center;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .l-btm__hd {
    padding-inline: 20px;
  }
}

@media print, (min-width: 768px) {
  .l-btm__hd {
    padding-top: 200px;
  }
}

.l-btm__ttl {
  color: #044D08;
}

@media screen and (max-width: 767px) {
  .l-btm__ttl {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 32px;
  }
}

@media print, (min-width: 768px) {
  .l-btm__ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 1.4;
    margin-bottom: 72px;
  }
}

.l-btm__ttl > span {
  color: #EE7200;
}

.l-btm__bd {
  position: relative;
  margin-inline: auto;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
  padding-block: 30px;
}

@media print, (min-width: 768px) {
  .l-btm__bd {
    max-width: 600px;
    padding-inline: 110px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .l-btm__bd {
    padding-inline: 20px;
    margin-bottom: 110px;
    margin-inline: 20px;
  }
}

.l-btm__bd::after {
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 44px;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  rotate: 180deg;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.l-btm__bd__txt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .l-btm__bd__txt {
    line-height: 2;
    font-size: 20px;
  }
}

.l-btm__bd__txt > span {
  color: #EE7200;
}

.l-btm__slide {
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin-inline: auto;
  overflow: hidden;
}

.l-btm__slide__in {
  position: relative;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .l-btm__slide__in {
    height: 172px;
  }
}

@media print, (min-width: 768px) {
  .l-btm__slide__in::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 283px;
    height: 400px;
    background: -webkit-linear-gradient(left, #FBFBFB 0%, rgba(251, 251, 251, 0) 100%);
    background: linear-gradient(90deg, #FBFBFB 0%, rgba(251, 251, 251, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .l-btm__slide__in::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    width: 283px;
    height: 400px;
    background: -webkit-linear-gradient(right, #FBFBFB 0%, rgba(251, 251, 251, 0) 100%);
    background: linear-gradient(270deg, #FBFBFB 0%, rgba(251, 251, 251, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }
}

.l-btm__slide__thumb {
  position: relative;
}

.l-btm__slide__thumb-img {
  position: absolute;
  width: 350px;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  box-shadow: 7.022px 7.022px 17.556px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .l-btm__slide__thumb-img {
    width: 150px;
    top: -25px;
  }
}

.l-btm__slide__thumb-img::before {
  position: absolute;
  content: '';
  display: block;
  width: 456px;
  height: 78px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("/heimmaison/LP/souzoku/images/pic_slide-thumb-shadow01.webp") no-repeat center center/contain;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-btm__slide__thumb-img::before {
    width: 195px;
    height: 35px;
  }
}

.l-btm__slide__thumb-img img {
  display: block;
  width: 100%;
  height: auto;
}

.l-btm__slide__slider {
  position: relative;
  margin-inline: auto;
  display: inline-block;
  -webkit-animation: slideLoop 70s linear infinite;
          animation: slideLoop 70s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  will-change: transform;
  -webkit-perspective: 1000;
          perspective: 1000;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.l-btm__slide__slider:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.l-btm__slide__slider__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
  height: 172px;
  will-change: transform;
}

@media print, (min-width: 768px) {
  .l-btm__slide__slider__in {
    height: 400px;
  }
}

.l-btm__slide__slider__before {
  position: absolute;
  right: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}

.l-btm__slide__slider__after {
  position: absolute;
  left: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}

.l-btm__slide__slider__item {
  min-width: 283px;
  width: 283px;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .l-btm__slide__slider__item {
    width: 120px;
    min-width: 120px;
    margin-right: 20px;
  }
}

.l-btm__slide__slider__item img {
  display: block;
  width: 100%;
  height: auto;
}

.l-btm__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .l-btm__lead {
    margin-top: 74px;
    margin-inline: 20px;
    line-height: 1.6;
    margin-bottom: 65px;
  }
}

@media print, (min-width: 768px) {
  .l-btm__lead {
    margin-top: 140px;
    margin-bottom: 85px;
  }
}

.l-btm .m-bnr__bd__item__btn {
  width: 418px;
  margin-inline: auto;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .l-btm .m-bnr__bd__item__btn {
    padding-bottom: 80px;
    width: calc(100% - 40px);
    margin-inline: 20px;
  }
}

.l-btm .m-bnr__bd__item__btn .c-btn {
  font-size: 20px;
}

@media print, (min-width: 768px) {
  .l-btm .m-bnr__bd__item__btn .c-btn {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 2;
  }
}

.l-footer {
  margin: 0;
  padding: 120px 0 70px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 17.33333% 6.66667%;
  }
}

.l-footer__logo {
  display: block;
  width: 257px;
  height: 50px;
  margin: 0 auto;
  background: url("/common/images/logo_gs_footer03.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 40.15385%;
    height: auto;
    margin: 0;
    padding-top: 5.53846%;
    background-image: url("/common/images/logo_sekisuiheim01_sp.png");
  }
}

.l-footer__nav {
  margin-top: 50px;
  line-height: 1.1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 10.76923%;
    text-align: left;
  }
}

.l-footer__nav > li {
  display: inline-block;
  margin-left: 30px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .l-footer__nav > li {
    display: block;
    margin: 3.07692% 0 0;
    font-size: 3.46667vw;
  }
}

.l-footer__nav > li > a {
  display: inline-block;
  position: relative;
  padding-right: 19px;
  color: #101010;
  text-decoration: none;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}

@media screen and (max-width: 767px) {
  .l-footer__nav > li > a {
    padding-right: 4.76923%;
  }
}

.l-footer__nav > li > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 9px;
  background: url("/common/images/icon_window01.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .l-footer__nav > li > a::before {
    top: 0;
    width: 3.2vw;
    height: auto;
    margin-top: 0.66667vw;
    padding-top: 2.4vw;
  }
}

.l-footer__nav > li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .l-footer__nav > li:first-child {
    margin-top: 0;
  }
}

.l-footer__copyright {
  margin-top: 50px;
  padding: 0;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  float: none;
  background: no-repeat;
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 10.76923%;
    font-size: 3.2vw;
    text-align: left;
  }
}

.l-footer__copyright small {
  font-size: 1em;
}

@media print, (min-width: 768px) {
  body.pc .l-footer__nav > li > a:hover,
  body.pc .l-footer__nav > li > a:active {
    opacity: 0.65;
  }
}

.m-valuation {
  position: relative;
  background: #654d4a;
}
@media print, (min-width: 768px) {
  .m-valuation {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-valuation {
    margin-top: 40px;
  }
}
@media print, (min-width: 768px) {
  .m-valuation__in {
    max-width: 1240px;
    margin-inline: auto;
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .m-valuation__in {
    padding-bottom: 60px;
  }
}
.m-valuation__tt {
  position: relative;
}
@media print, (min-width: 768px) {
  .m-valuation__tt {
    aspect-ratio: 2480/374;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .m-valuation__tt {
    aspect-ratio: 750/649;
    margin-bottom: 40px;
  }
}
.m-valuation__tt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.m-valuation__cw {
  display: flex;
}
@media print, (min-width: 768px) {
  .m-valuation__cw {
    align-items: center;
    gap: 68px;
  }
}
@media screen and (max-width: 767px) {
  .m-valuation__cw {
    flex-direction: column;
    gap: 30px;
    margin: 0 20px;
  }
}
@media print, (min-width: 768px) {
  .m-valuation__cw__c:nth-child(1) {
    flex: 64.3344709898;
  }
}
@media print, (min-width: 768px) {
  .m-valuation__cw__c:nth-child(2) {
    flex: 35.6655290102;
  }
}
@media print, (min-width: 768px) {
  .m-valuation__cd {
    display: grid;
    grid-template-columns: 433fr 567fr;
    gap: 57px;
  }
}
@media print, (min-width: 768px) {
  .m-valuation__cd__hd {
    padding: 25px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-valuation__cd__hd {
    padding: 20px 0 25px;
  }
}
.m-valuation__cd__tt {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 34px;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.m-valuation__cd__tt sup {
  display: block;
  position: absolute;
  right: -15px;
  top: 5px;
  font-size: 14px;
  line-height: 1;
}
.m-valuation__cd__s {
  margin-top: 5px;
  font-size: 16px;
  font-variation-settings: 'wght' 500;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.m-valuation__cd__p {
  position: relative;
  width: 182px;
  margin: 20px auto 0;
  aspect-ratio: 364/280;
}
.m-valuation__cd__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media print, (min-width: 768px) {
  .m-valuation__cd__bd {
    display: flex;
    align-items: center;
    padding: 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-valuation__cd__bd {
    padding: 20px;
  }
}
.m-valuation__cd__t {
  font-size: 20px;
  line-height: 1.6;
}
.m-valuation__cd__t strong {
  padding-bottom: 3px;
  background: linear-gradient(0deg, #ee7200, #ee7200) no-repeat 0 100%/100% 5px;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  vertical-align: top;
}
.m-valuation__cd__n {
  margin-top: 20px;
  font-size: 15px;
  font-variation-settings: 'wght' 500;
  font-weight: 500;
  line-height: 1.4;
}
.m-valuation__cd__c {
  position: relative;
  border-radius: 10px;
  background: #fff;
}
@media print, (min-width: 768px) {
  .m-valuation__cd__c {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}
.m-valuation__cd__c:nth-child(1) .m-valuation__cd__tt {
  color: #044d08;
}
.m-valuation__cd__c:nth-child(1) .m-valuation__cd__bd {
  background: rgba(4, 77, 8, .1);
}
@media screen and (max-width: 767px) {
  .m-valuation__cd__c:nth-child(2) {
    margin-top: 40px;
  }
}
.m-valuation__cd__c:nth-child(2)::before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
@media print, (min-width: 768px) {
  .m-valuation__cd__c:nth-child(2)::before {
    left: -43px;
    top: 50%;
    width: 32px;
    height: 37px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .m-valuation__cd__c:nth-child(2)::before {
    left: 50%;
    top: -32px;
    width: 29.6px;
    height: 25.6px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
  }
}
.m-valuation__cd__c:nth-child(2) .m-valuation__cd__tt {
  color: #ee7200;
}
.m-valuation__cd__c:nth-child(2) .m-valuation__cd__bd {
  background: rgba(238, 114, 0, .1);
}
.m-valuation__ct__pt__t {
  color: #fff;
  font-variation-settings: 'wght' 900;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .m-valuation__ct__pt__t {
    font-size: clamp(26px, 26px + 4 * (100vw - 1171px) / 163, 30px);
  }
}
@media screen and (max-width: 767px) {
  .m-valuation__ct__pt__t {
    font-size: 24px;
  }
}
.m-valuation__ct__pt__p {
  position: relative;
  aspect-ratio: 420/594;
}
@media print, (min-width: 768px) {
  .m-valuation__ct__pt__p {
    width: 150px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .m-valuation__ct__pt__p {
    width: 180px;
    margin: 20px auto 0;
  }
}
.m-valuation__ct__pt__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.m-valuation__ct__bw {
  position: relative;
  margin-top: 25px;
}
.m-valuation__ct__bw__lb {
  position: absolute;
  z-index: 1;
  width: 99px;
  aspect-ratio: 99/99;
}
@media print, (min-width: 768px) {
  .m-valuation__ct__bw__lb {
    left: -30px;
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .m-valuation__ct__bw__lb {
    left: -20px;
    top: -30px;
  }
}
.m-valuation__ct__bw__lb img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.m-valuation__ct__bw__bt {
  border-radius: 50px;
  background: #fff;
}
.m-valuation__ct__bw__bt a {
  display: block;
  position: relative;
  padding-block: 18px;
  border-radius: 50px;
  background: #e45200;
  box-shadow: 0 -5px 10px 0 #c14500 inset, 0 4px 4px 0 rgba(0, 0, 0, .25);
  font-size: 20px;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  transition: opacity 350ms cubic-bezier(.215, .61, .355, 1);
}
@media screen and (max-width: 767px) {
  .m-valuation__ct__bw__bt a {
    padding-left: 20px;
  }
}
.m-valuation__ct__bw__bt a::before {
  content: '';
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 9px;
  height: 16px;
  background: url('/heimmaison/LP/souzoku/images/icon_arrow01.webp') no-repeat 0 0/contain;
  transform: translateY(-50%);
}
@media print, (min-width: 768px) {
  .m-valuation__ct__bw__bt a:hover,
  .m-valuation__ct__bw__bt a:active {
    opacity: .8;
  }
}
.m-valuation__ct__n {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.7;
}
