@charset "UTF-8";
/* CSS Document */
.only-sp {
	display:inherit;
}
.only-pc {
	display:none;
}

.v-sp {
  display: inline;
  font-size: 3rem !important;
}
.h-sp {
  display: none;
}


html {
	font-size:1.5vw !important;
}

.wrapper {
  position: relative;
  width:100vw;
  overflow-x: hidden;
}

section {
  position: relative;
}

#floatingBtn {
  position: fixed;
  right: 5%;
  bottom: -12%;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease-out;
  width:10.6rem;
}
#floatingBtn img {
  display: block;
  width:100%;
}
#floatingBtn .hands {
  display: none;
}
.move #floatingBtn {
  opacity: 1;
  bottom:3%;
}

.inner {
  width: 100%;
  margin:0 auto;
  position: relative;
}

.section01 {
  height:91rem;
  background: #20383F url("../img/img01.png") no-repeat center top 12vh;
  background-size: 160vw;;
  min-width: auto;
}
.logo01 {
  width: 26rem;
  position: absolute;
  left:5%;
  top:3.6rem;
}
.logo01 img {
  display: block;
  width:100%;
}
.bg01 {
  width: 139.8rem;
  position: absolute;
}
.bg02 {
  width: 171.4rem;
  top: 34rem;
}
.bg03 {
  width: 180rem;
  position: absolute;
  top: 84rem;
	left: 50%;
	-webkit-transform: translate(-37%, 0%);
	-moz-transform: translate(-37%, 0%);
	-ms-transform: translate(-37%, 0%);
	-o-transform: translate(-37%, 0%);
	transform: translate(-37%, 0%);
}
.bg04 {
  width: 170rem;
  position: absolute;
  top: auto;
  bottom: -63rem;
	left: 50%;
	-webkit-transform: translate(-52%, 0%);
	-moz-transform: translate(-52%, 0%);
	-ms-transform: translate(-52%, 0%);
	-o-transform: translate(-52%, 0%);
	transform: translate(-52%, 0%);
}

.bg05 {
  width: 270rem;
  position: absolute;
  top: -10rem;
	left: 50%;
	-webkit-transform: translate(-57%, 0%);
	-moz-transform: translate(-57%, 0%);
	-ms-transform: translate(-57%, 0%);
	-o-transform: translate(-57%, 0%);
	transform: translate(-57%, 0%);
}


.title01 {
  width: 90vw;
  position: absolute;
  top: 22.2rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.img05 {
  width:14rem;
  top:48rem;
}

.img06 {
  width:14.2rem;
  top:85.8rem;
  right: 12.3rem;
}

.section01 .p01 {
  font-size: 2.2rem;
  line-height: 2.1;
  top:50rem;
}
.section01 .p01 span {
  color: #E1E04A;
  font-size: 3rem;
  line-height: 1.53;
  display: inline-block;
}

.section02 {
  padding-top: 0;
}
.section02 .htag01 {
  font-size: 3.6rem;
  line-height: 2.68;
  font-weight: 900;
}
.section02 .p02 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.53;
}
.section02 .p02 + .p02 {
  margin-top:1em;
}
.section02 .p02 span {
  font-size: 2.2rem;
  line-height: 2.09;
}


.img07 {
  width: 11.1rem;
  display: block;
  position: absolute;
  top: 30.4rem;
  right: 5.6rem;
}

.bukken-boxes {
  padding:11.5vh 0 0;
}
.bukken-box {
  border: 0.8rem solid #20383F;
  border-radius: 5rem;
  background-color: #fff;
  box-shadow: 1rem 1rem 0 0 rgba(32,56,63,1);
}
.bukken-box + .bukken-box {
  margin-top:6rem;
}
.bukken-box-inner {
  padding:3.2rem 5.2rem 7.2rem;
}
.bukken-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.4rem;
}
.bukken-title .title {
  width:22.3rem;
}
.bukken-title .num {
  width:9.5rem;
  margin-left: 3.4rem;
}
.bukken-body {
  background: url("/lp/real-estate/img/img11.svg") no-repeat 0 0;
  background-size: cover;
}
.bukken-body-num1 {
  display: flex;
  justify-content: space-around;
}
.bukken-body-row1 img {
  margin-top: 3rem;
  width: 50.9vw;
  margin-bottom: -1.6rem;
  display: block;
  margin-left: -8vw;
}
.bukken-body-row2 {
  width: 30vw;
  margin: 3rem 0 0;
}
.bukken-body-row2 img {
  display: block;
  width:100%;
}
.bukken-body ul {
  width:40vw;
  padding-top: 3vh;
  margin-left: 5vw;
}
.bukken-body li {
  font-size: 2.4rem;
  line-height: 1.46;
  font-weight: 800;
}
.bukken-body li + li {
  margin-top: 0.6em;
}
.bukken-body-num2 {
  position: relative;
}
.bukken-body-num2 ul {
  margin-left: 5rem;
}
.bukken-body-num2 ul li:nth-of-type(1) {
  margin-right: 4em;
}
.bukken-body-num2 ul li:nth-of-type(2) {
  margin-right: 1em;
}

.bukken-body-num2 .img13 {
  position: absolute;
  width: 31.9rem;
  top: -4vw;
  right: -3vw;
}
.bukken-body-num2 .img15 {
  width: 48.6rem;
  margin: 3rem auto 0;
  z-index: 10;
  position: relative;
}
.bukken-body-num2 .img15 img {
  width: 100%;
  display: block;
  position: relative;
  top:2.6rem;
}

area {
  cursor: default;
}

.section03 .inner {
  padding:0;
}
.challenge {
  margin: 3.45rem 0 0;
  padding:1.5rem 2rem;
  border: 8px solid #20383F;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 10px 10px 0 0 rgba(32,56,63,1);
}
.challenge-inner {
  padding: 0;
  border-width: 5rem;
  border-image-slice: 160;
}
.challenge-inner .img19 {
  width: 18vw;
  top: -6.5rem;
  left: -6.5rem;
}

.htag02 {
  font-size: 2.8rem;
  line-height: 2.27;
  margin: 5rem 0 0.6rem;
}
.htag02 .arrow {
  display: inline-block;
  background: url("/lp/real-estate/img/img27.svg") no-repeat center bottom;
  padding-bottom: 0.5em;
}
span.color1 {
  color: #D97D2F;
}
.htag03 {
  font-size: 3.3rem;
  line-height: 1.58;
}
.htag04 {
  font-size: 4.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.52;
  margin: 0 0 2.4rem;
}

.p03 {
  font-size: 2.6rem;
  line-height: 1.6;
  margin-right: -1em;
}
.p04 {
  margin-top:3rem;
  border-radius: 2rem;
  padding:2rem 3rem;
  font-size: 2.4rem;
  line-height: 1.71;
  font-weight: 500;
}
.img20 {
  width: 100%;
  margin: -5rem 0 4rem 0;
}

.challenge-inner dt {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 1.56rem;
}
.challenge-inner dd {
  font-size: 2.6rem;
  line-height: 1.6;
}
.challenge-inner .btn01 {
  margin-top: 3rem;
}
.challenge-inner .btn01 a {
  width:49%;
  list-style-type: none;
  display: block;
  border-radius: 1rem;
  background-color: #F0F3F4;
  position: relative;
  padding:1rem 1.5rem 1.5rem calc(1.5rem + 1em);
  color: inherit;
  text-decoration: none;
  line-height: 1.67;
  font-size: 1.7rem;
  text-indent: -1em;
  min-height: 15rem;
  cursor: pointer;
}
.challenge-inner .btn01 a:hover {
  opacity: 0.65;
  transition: opacity 0.2s linear;
}
.challenge-inner .btn01 a span {
  color: #62CB5F;
}
.challenge-inner .btn01 a img {
  position: absolute;
}
.challenge-inner .btn01 a:nth-of-type(1) img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -28%);
  -moz-transform: translate(-50%, -28%);
  -ms-transform: translate(-50%, -28%);
  -o-transform: translate(-50%, -28%);
  transform: translate(-50%, -28%);
  width: 48%;
}
.challenge-inner .btn01 a:nth-of-type(2) img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(28%, -45%);
  -moz-transform: translate(28%, -45%);
  -ms-transform: translate(28%, -45%);
  -o-transform: translate(28%, -45%);
  transform: translate(28%, -45%);
  width: 27%;
}
.challenge-inner .btn01 a:nth-of-type(3) img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-48%, -38%);
  -moz-transform: translate(-48%, -38%);
  -ms-transform: translate(-48%, -38%);
  -o-transform: translate(-48%, -38%);
  transform: translate(-48%, -38%);
  width: 48%;
}
.challenge-inner .btn01 a:nth-of-type(4) img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  width: 60%;
}
.challenge-inner .btn01 a:nth-of-type(5) img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -38%);
  -moz-transform: translate(-50%, -38%);
  -ms-transform: translate(-50%, -38%);
  -o-transform: translate(-50%, -38%);
  transform: translate(-50%, -38%);
  width: 60%;
}
.challenge-inner .btn01 a:nth-of-type(6) img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 55%;
}
.challenge-inner .btn01 a:nth-child(n+3) {
  margin-top: 3%;
}

.img16 {
  width:100rem;
  position: absolute;
  top: 6.5rem;
	left: 50%;
	-webkit-transform: translate(-53%, 0%);
	-moz-transform: translate(-53%, 0%);
	-ms-transform: translate(-53%, 0%);
	-o-transform: translate(-53%, 0%);
	transform: translate(-53%, 0%);
}
.img17 {
  width: 30vw;
  margin: 8.5rem auto 2rem;
  display: block;
}
.p05 {
  font-size: 2.6rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 900;
  color: #fff;
}

.close-btn.only-sp {
  display: block;
  width:36vw;
  margin:0 auto;
}
.close-btn.only-sp img {
  display: block;
  width:100%;
}

.modaal-inner {
  padding: 0;
}
.modaal-inner.pat1 {
  background: url("/lp/real-estate/img/img32.svg") no-repeat 0 0;
  background-size: cover;
  padding: 2.2rem 1.4rem 1.4rem 1.4rem;
  margin: 10.2rem 4rem 5.86rem;
}
.modaal-inner.pat2 {
  background: url("/lp/real-estate/img/img32.svg") no-repeat 0 0;
  background-size: cover;
  padding: 2.2rem 1.4rem 1.4rem 1.4rem;
  margin: 10.2rem 4rem 5.86rem;
}
.modaal-inner.pat3 {
  padding: 5rem 4rem 4.2rem;
  margin: 0;
}
.modaal-inner.pat1,
.modaal-inner.pat2 .modaal-row2 {
  display: flex;
  justify-content: space-between;
}
.modaal-inner.pat1 {
  flex-wrap: wrap;
}
.modaal-inner.pat1 .modaal-col1 {
  width:56.5%;
}
.modaal-inner.pat1 .modaal-col2 {
  width:32%;
}
.modaal-inner.pat2 .modaal-col1 {
  width:48%;
}
.modaal-inner.pat2 .modaal-col2 {
  width:48%;
}
.modaal5 .modaal-col2 {
  margin-top: -3rem;
  margin-bottom: -5rem;
}
.modaal-col2 img {
  width:100%;
}
.modaal-inner .htag05 {
  font-size: 3rem;
  line-height: 1.5;
}
.modaal-inner.pat1 dl {
  margin: 3rem 0 5rem;
}
.modaal-inner.pat2 dl {
  margin: 1rem 0 5rem;
}
.modaal-inner.pat1 dt,
.modaal-inner.pat2 dt {
  font-size: 1.8rem;
  line-height: 2;
  color:#fff;
  display: inline-block;
  background-color: #20383F;
  border-radius: 20rem;
  padding:0 1em;
  margin-bottom: 1.5rem;
}
.modaal-inner.pat1 dd,
.modaal-inner.pat2 dd {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
}

.modaal-inner .htag06 {
  position: relative;
  display: inline-block;
  margin: 0 0 0 -2.5rem;
}
.modaal-inner.pat1 .htag06 {
  margin-bottom: 1.5rem;
  margin-right: 4.2rem;
  width:20vw;
}
.modaal-inner.pat2 .htag06 {
  margin-right: 4.2rem;
  width:20vw;
}
.modaal-inner.pat1 .htag06 img,
.modaal-inner.pat2 .htag06 img {
  display: block;
  width:100%;
}
.modaal-inner.pat1 .modaal-col1 {
  margin-top: -10rem;
}

.modaal-inner .htag06 span {
  width:100%;
  text-align: center;
  font-size:4rem;
  color: #D97D2F;
  font-weight: 900;
  display:block;
  position: absolute;
  top: 48%;
  left: 3%;
  -webkit-transform: translate(0%, -50%) rotate(-10deg);
  -moz-transform: translate(0%, -50%) rotate(-10deg);
  -ms-transform: translate(0%, -50%) rotate(-10deg);
  -o-transform: translate(0%, -50%) rotate(-10deg);
  transform: translate(0%, -50%) rotate(-10deg);
}
.modaal {
  cursor: default !important;
}

.modaal-row1 {
  margin-top: -10rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modaal-inner.pat3 {
}
.modaal-inner.pat3 .title {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.modaal-inner.pat3 .title dt {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  background-color: #20383F;
  border-radius: 20rem;
  padding: 0.2rem 0.8em;
  margin-right: 2.36rem;
}
.modaal-inner.pat3 .title dd {
  font-size: 3rem;
  line-height: 1.4;
}
.modaal-inner.pat3 .p06 {
  font-size: 1.8rem;
  line-height: 2;
}
.result {
  display: flex;
  justify-content: center;
  margin: 3.4rem 0 3.4rem;
}
.result dl {
  width:34%;
  margin: 0 1.6rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0.4rem solid #20383F;
  padding: 1rem 1.6rem;
}
.result dt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.result dt::after {
  content: "";
  display: block;
  height: 1px;
  width:100%;
  background-color: #20383F;
  position: absolute;
  bottom:0;
  left:0;
}
.result dd {
  font-size: 4rem;
  text-align: center;
}
.modaal-inner.pat3 .close-btn {
  width:20.4rem;
  display: block;
  margin: 0 auto;
}
.modaal-inner.pat3 .close-btn img {
  display: block;
  width:100%;
}

.section05 {
  padding-top: 46rem;
}
.section05 .inner {
  text-align: center;
}
.htag07 {
  font-size: 5rem;
  text-align: center;
  font-weight: 400;
  padding-top: 1.5em;
}
.htag07 p {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.htag07 span {
  font-weight: 900;
  display: inline-block;
  margin-left: 1.6rem;
}
.htag07 img {
  position: absolute;
  height: 3.5rem;
}
.htag07 img.img28 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -150%);
  -moz-transform: translate(-25%, -150%);
  -ms-transform: translate(-25%, -150%);
  -o-transform: translate(-25%, -150%);
  transform: translate(-25%, -150%);
}
.htag07 img.img29 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -150%);
  -moz-transform: translate(25%, -150%);
  -ms-transform: translate(25%, -150%);
  -o-transform: translate(25%, -150%);
  transform: translate(25%, -150%);
}
.htag08 {
  position: relative;
  display: inline-block;
  font-size: 3.8rem;
  padding: 0.1em 1em 0.5em;
  margin:6.4rem 0 2.4rem;
  font-weight: 900;
}
.htag08 span {
  display: block;
  margin-top: -1rem;
}
.layout01 {
  width:90%;
  margin: 0 auto;
}
.layout01 .p07 {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
}

.major {
  border-width: 35px;
  border-style: solid;
  border-image: url(/lp/real-estate/img/img50.png);
  border-image-slice: 50;
  border-image-repeat: round;
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  padding: 0 1.2em 0 0;
  margin:16rem 0 0;
}
.major .htag09 {
  position: absolute;
  width: 56rem;
  top: -14.5rem;
  left: -15rem;
  -webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.major p {
  position: relative;
}
.major .htag09 span {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  display: block;
  position: absolute;
  top: 47%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:100%;
}
.major dl {
}
.major dt {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  display: flex;
  align-items: center;
}
.major dt img {
  margin-right: 0.3rem;
}
.major dd {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  letter-spacing: 0;
  margin: 1.6rem 0 4rem;
}
.section05 .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin:7.2rem 0 0;
}
.section05 .btns li {
  width:96%;
  list-style-type: none;
  margin:0 1.87rem;
}
.section05 .btns li ~ li {
  margin-top:2.2rem;
}
.section05 .btns a {
  border-radius: 30rem;
  background-color: #E1E04A;
  display: block;
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 2;
  text-align: center;
  color: inherit;
  padding: 1.5em 0;
  position: relative;
  transition: opacity 0.2s linear;
}
.section05 .btns a:hover {
  opacity: 0.65;
}
.section05 .btns img {
  position: absolute;
  right:5%;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#footer {
  background-size: 460rem;
  margin-top: -8rem;
}
#footer .inner {
  padding-top:40rem;
}

.copyright p {
  font-size: 1.8rem;
  line-height: 1.71;
  padding:1em 0;
  font-weight: 500;
}

.img44 {
  display: block;
  width:75vw;
  margin:0 auto;
}
.img44 img {
  width:100%;
}

.info {
  text-align: center;
  margin:6rem 0 8.2rem;
}
.info dl {}
.info dt {
  font-size: 2.6rem;
  color:#fff;
  margin-bottom: 0.6rem;
}
.info dd {
  font-size: 2.4rem;
  font-weight: 500;
  color:#fff;
}
.info .tel {
  display: inline-block;
  font-size: 3.2rem;
  color:#fff;
  margin-top:1.6rem;
  text-decoration: none;
  pointer-events: none;
}

.sns {
  display: flex;
  justify-content: center;
  margin-bottom: 11rem;
}
.sns li {
  margin: 0 1.6rem;
  list-style-type: none;
}
.sns a {
  text-decoration: none;
}
.info .sns img {}