/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 7.5%;
  background-image: url(/realestate/lp-vs/asset/image/main_visual.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    padding: 0 16px 5vw;
    background-image: url(/realestate/lp-vs/asset/image/main_visual_sp.svg);
  }
}
#main_visual .title_box figcaption h1 {
  font-size: clamp(2.25rem, 1.821rem + 2.14vw, 3.75rem);
  font-weight: 700;
  line-height: 1.4;
}
#main_visual .title_box figcaption h1 small {
  position: relative;
  display: inline-block;
  font-size: clamp(1.25rem, 0.975rem + 1.38vw, 2.625rem);
  padding: 0 0 clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
  background-image: url(/realestate/lp-vs/asset/image/item_border.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
#main_visual .title_box figcaption h1 span {
  color: #007dc4;
}
#main_visual .title_box i {
  display: block;
  margin: 1.25vw 0 0;
}
#main_visual .title_box i img {
  width: clamp(11.25rem, 8.75rem + 12.5vw, 20rem);
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  #main_visual {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    padding: 0 7.5%;
    background-image: url(/realestate/lp-vs/asset/image/main_visual.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 768px), only screen and (min-resolution: 1.25dppx) and (max-width: 768px), only screen and (min-resolution: 120dpi) and (max-width: 768px) {
  #main_visual {
    padding: 0 16px 5vw;
    background-image: url(/realestate/lp-vs/asset/image/main_visual_sp.svg);
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  #main_visual .title_box {
    padding: 0 5%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 768px), only screen and (min-resolution: 1.25dppx) and (max-width: 768px), only screen and (min-resolution: 120dpi) and (max-width: 768px) {
  #main_visual .title_box {
    padding: 0 0 5vw;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  #main_visual .title_box figcaption h1 {
    font-size: clamp(2.25rem, 1.821rem + 2.14vw, 3.75rem);
    font-weight: 700;
    line-height: 1.4;
  }
  #main_visual .title_box figcaption h1 small {
    position: relative;
    display: inline-block;
    font-size: clamp(1.5rem, 1.429rem + 0.36vw, 1.75rem);
    padding: 0 0 clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
    background-image: url(/realestate/lp-vs/asset/image/item_border.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
  }
  #main_visual .title_box figcaption h1 span {
    color: #007dc4;
  }
  #main_visual .title_box i {
    display: block;
    margin: 1.25vw 0 0;
  }
  #main_visual .title_box i img {
    width: clamp(11.25rem, 10rem + 6.25vw, 17.5rem);
  }
}
/*--------------------------
section01
---------------------------*/
#section01 {
  padding: clamp(3.75rem, 3.375rem + 1.88vw, 5.625rem) 0 clamp(5rem, 4.5rem + 2.5vw, 7.5rem);
  background: #eef9ff;
}
#section01 .title_box {
  text-align: center;
  padding: 0 16px;
  margin: 0 0 clamp(1.875rem, 1.75rem + 0.63vw, 2.5rem);
}
#section01 .title_box h2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.5rem, 1rem + 2.5vw, 4rem);
  font-weight: 700;
  line-height: 1.25;
}
#section01 .title_box h2::before, #section01 .title_box h2::after {
  content: "";
  display: inline-block;
  width: clamp(0.125rem, 0.088rem + 0.19vw, 0.313rem);
  height: clamp(2rem, 1.5rem + 2.5vw, 3.75rem);
  background: #007dc4;
}
#section01 .title_box h2::before {
  margin: 0 0.5vw 0 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
#section01 .title_box h2::after {
  margin: 0 0 0 0.5vw;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
#section01 .title_box h2 span {
  color: #007dc4;
}
#section01 .flex_box,
#section01 .flex_box_reverse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 0 7.5%;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box,
  #section01 .flex_box_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1170px) {
  #section01 .flex_box.animation:not(:last-child),
  #section01 .flex_box_reverse.animation:not(:last-child) {
    margin: 0 0 40px;
  }
}
#section01 .flex_box::after,
#section01 .flex_box_reverse::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 90%;
  max-height: 473px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box::after,
  #section01 .flex_box_reverse::after {
    height: 100%;
    max-height: 33%;
    top: auto;
    bottom: 1.25%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
#section01 .flex_box.animated::after,
#section01 .flex_box_reverse.animated::after {
  width: 57.5%;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box.animated::after,
  #section01 .flex_box_reverse.animated::after {
    width: 95%;
  }
}
#section01 .flex_box figcaption,
#section01 .flex_box .pic,
#section01 .flex_box_reverse figcaption,
#section01 .flex_box_reverse .pic {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box figcaption,
  #section01 .flex_box .pic,
  #section01 .flex_box_reverse figcaption,
  #section01 .flex_box_reverse .pic {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box .pic,
  #section01 .flex_box_reverse .pic {
    width: 65%;
    margin: 0 auto;
  }
}
#section01 .flex_box figcaption .title,
#section01 .flex_box_reverse figcaption .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  min-width: 778px;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box figcaption .title,
  #section01 .flex_box_reverse figcaption .title {
    gap: 10px;
    min-width: 100%;
  }
}
#section01 .flex_box figcaption .title i,
#section01 .flex_box_reverse figcaption .title i {
  display: block;
  font-size: clamp(1rem, 0.643rem + 1.79vw, 2.25rem);
  font-weight: 700;
  color: #007dc4;
  line-height: 1.5;
  text-align: center;
}
#section01 .flex_box figcaption .title i span,
#section01 .flex_box_reverse figcaption .title i span {
  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;
  width: clamp(2.25rem, 1.196rem + 5.27vw, 5.938rem);
  height: clamp(2.25rem, 1.196rem + 5.27vw, 5.938rem);
  font-size: clamp(0.875rem, 0.268rem + 3.04vw, 3rem);
  font-weight: 700;
  color: #007dc4;
  line-height: 1;
  margin: clamp(0.125rem, -0.018rem + 0.71vw, 0.625rem) auto 0;
  background: #fff;
  border: clamp(0.125rem, 0.1rem + 0.13vw, 0.25rem) solid #007dc4;
  border-radius: 50%;
}
#section01 .flex_box figcaption .title h3,
#section01 .flex_box_reverse figcaption .title h3 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}
#section01 .flex_box figcaption .title h3 span,
#section01 .flex_box_reverse figcaption .title h3 span {
  color: #007dc4;
}
#section01 .flex_box figcaption p,
#section01 .flex_box_reverse figcaption p {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: 500;
}
#section01 .flex_box figcaption p span,
#section01 .flex_box_reverse figcaption p span {
  color: #007dc4;
}
#section01 .flex_box::after {
  right: 0;
  border-top-left-radius: 50vw;
  border-bottom-left-radius: 50vw;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box::after {
    border-top-left-radius: 65vw;
    border-bottom-left-radius: 65vw;
  }
}
#section01 .flex_box_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#section01 .flex_box_reverse::after {
  left: 0;
  border-top-right-radius: 50vw;
  border-bottom-right-radius: 50vw;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box_reverse::after {
    border-top-right-radius: 65vw;
    border-bottom-right-radius: 65vw;
  }
}

/*--------------------------
section02
---------------------------*/
#section02 {
  padding: clamp(3.75rem, 3.375rem + 1.88vw, 5.625rem) 0 clamp(3.75rem, 3rem + 3.75vw, 7.5rem);
}
#section02 .container h2 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
  font-weight: 700;
  color: #007dc4;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
}
#section02 .container dl:not(:last-child) {
  margin: 0 0 clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
#section02 .container dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
  font-weight: 700;
  color: #007dc4;
  margin: 0 0 12px;
}
#section02 .container dl dt::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0;
  margin: 0 0 0 1rem;
  background: #007dc4;
  outline: 1px solid #007dc4;
  z-index: 1;
}
#section02 .container dl dd p {
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
}
#section02 .container dl dd .scroll_table {
  margin: 16px 0 0;
}
#section02 .container dl dd .scroll_table .scroll_table_wrap {
  position: relative;
}
#section02 .container dl dd .scroll_table .scroll_table_wrap::-webkit-scrollbar {
  height: 5px;
}
#section02 .container dl dd .scroll_table .scroll_table_wrap::-webkit-scrollbar-track {
  background: #f0f0f0;
}
#section02 .container dl dd .scroll_table .scroll_table_wrap::-webkit-scrollbar-thumb {
  background: #007dc4;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section02 .container dl dd .scroll_table .scroll_table_wrap {
    width: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .container dl dd .scroll_table .scroll_table_wrap table {
    min-width: 768px;
  }
}
#section02 .container dl dd .scroll_table .scroll_table_wrap table.fixed {
  width: 100%;
  table-layout: fixed;
}
#section02 .container dl dd .scroll_table .scroll_table_wrap table tr th,
#section02 .container dl dd .scroll_table .scroll_table_wrap table tr td {
  line-height: 1.4;
  padding: 12px;
  border: 1px solid #b9b9b9;
}
#section02 .container dl dd .scroll_table .scroll_table_wrap table tr th {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  vertical-align: middle;
}
#section02 .container dl dd .scroll_table .scroll_table_wrap table thead tr th {
  background: #f0f0f0;
}
#section02 .container dl dd .scroll_table .scroll_table_wrap table tbody tr th {
  text-align: left;
}
#section02 .container dl dd .scroll_table .scroll_table_wrap .swipe {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #section02 .container dl dd .scroll_table .scroll_table_wrap .swipe {
    display: block;
  }
}
#section02 .container dl dd .scroll_table .scroll_table_wrap .swipe span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

/*--------------------------
section03
---------------------------*/
#section03 .title_box {
  background: #2e8fc3;
}
#section03 .title_box h2 {
  font-size: clamp(1.75rem, 1.225rem + 2.63vw, 4.375rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem) 16px;
}
#section03 .bg_wrap {
  padding: clamp(3.75rem, 3rem + 3.75vw, 7.5rem) 0;
  background-image: url(/realestate/lp-vs/asset/image/sec03_bg_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section03 .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 140px;
}
@media only screen and (max-width: 768px) {
  #section03 .container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#section03 .container ul li {
  position: relative;
  display: block;
  width: calc(50% - 70px);
  min-height: 325px;
  padding: clamp(1.25rem, 0.912rem + 1.69vw, 2.938rem) clamp(3.75rem, 3rem + 3.75vw, 7.5rem) clamp(2.5rem, 2.025rem + 2.38vw, 4.875rem) clamp(1rem, 0.825rem + 0.88vw, 1.875rem);
  background: #eef9ff;
  border: 2px solid #007dc4;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  #section03 .container ul li {
    width: calc(100% - 40px);
    min-height: 100%;
  }
}
#section03 .container ul li:nth-child(2n) {
  margin: 70px 0 0;
}
@media only screen and (max-width: 768px) {
  #section03 .container ul li:nth-child(2n) {
    margin: 0;
  }
}
#section03 .container ul li p {
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.75rem);
  font-weight: 700;
}
#section03 .container ul li p span {
  color: #007dc4;
}
#section03 .container ul li i {
  position: absolute;
  display: block;
}
@media only screen and (max-width: 768px) {
  #section03 .container ul li i {
    text-align: right;
  }
}
#section03 .container ul li i.item01 {
  right: -60px;
  bottom: -112px;
}
@media only screen and (max-width: 768px) {
  #section03 .container ul li i.item01 {
    right: -35px;
    bottom: -20px;
  }
}
#section03 .container ul li i.item02 {
  right: -20px;
  bottom: -35px;
}
@media only screen and (max-width: 768px) {
  #section03 .container ul li i.item02 {
    bottom: -30px;
  }
}
#section03 .container ul li i.item03 {
  right: -10px;
  bottom: -50px;
}
@media only screen and (max-width: 768px) {
  #section03 .container ul li i.item03 {
    right: -20px;
    bottom: -20px;
  }
}
#section03 .container ul li i.item04 {
  right: -12px;
  bottom: -60px;
}
@media only screen and (max-width: 768px) {
  #section03 .container ul li i.item04 {
    right: -15px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 768px) {
  #section03 .container ul li i img {
    max-width: 50%;
  }
}

/*--------------------------
section04
---------------------------*/
#section04 {
  padding: clamp(3.75rem, 3.375rem + 1.88vw, 5.625rem) 0 clamp(5rem, 4.5rem + 2.5vw, 7.5rem);
}
#section04 .container h2 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
  font-weight: 700;
  color: #007dc4;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
}
#section04 .container .faq_list li {
  margin: 0 0 clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
#section04 .container .faq_list li h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-weight: 700;
  color: #007dc4;
  line-height: 1.4;
  padding: clamp(1rem, 0.888rem + 0.56vw, 1.563rem) clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section04 .container .faq_list li h3::before {
  content: "Q";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem);
  min-width: clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem);
  height: clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin: 0 clamp(1rem, 0.825rem + 0.88vw, 1.875rem) 0 0;
  background: #007dc4;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section04 .container .faq_list li h3::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e801";
  right: clamp(1rem, 0.825rem + 0.88vw, 1.875rem);
  font-size: clamp(1.5rem, 1.425rem + 0.38vw, 1.875rem);
  color: #999;
}
#section04 .container .faq_list li h3.open {
  color: #fff;
  background: #007dc4;
}
#section04 .container .faq_list li h3.open::before {
  color: #007dc4;
  background: #fff;
}
#section04 .container .faq_list li h3.open::after {
  content: "\e802";
  color: #fff;
}
#section04 .container .faq_list li h3:hover {
  color: #fff;
  background: #007dc4;
}
#section04 .container .faq_list li h3:hover::before {
  color: #007dc4;
  background: #fff;
}
#section04 .container .faq_list li h3:hover::after {
  color: #fff;
}
#section04 .container .faq_list li .accordion-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(0.75rem, 0.7rem + 0.25vw, 1rem) clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
}
#section04 .container .faq_list li .accordion-content::before {
  content: "A";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem);
  min-width: clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem);
  height: clamp(1.875rem, 1.7rem + 0.88vw, 2.75rem);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin: 0 clamp(1rem, 0.825rem + 0.88vw, 1.875rem) 0 0;
  background: #007dc4;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section04 .container .faq_list li .accordion-content p {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
#section04 .container .faq_list li .accordion-content p a {
  font-weight: 500;
  text-decoration: underline;
}
#section04 .container .faq_list li .accordion-content p a:hover {
  color: #007dc4;
}