@charset "UTF-8";
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
売却LP
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*
  共通
ーーーーーーーーーーーーーーーーーー*/

.text-blue {
    color: #36586B;
}
.text-gray {
  color: #A0A0A0;
}


@media (max-width: 750px) {
  .text-gray {
    font-size: 12px;
  }
}

.note {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .note{
    font-size: 12px;
  }
}
/*
  ファーストビュー
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .page-ttl {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (max-width: 750px) {
  .page-ttl {
    margin-top: 0px;
    margin-bottom: 60px;

    /**/
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 24px;
  }
}

.sellLp-kv {
  position: relative;
}

@media (min-width: 751px) {
  .sellLp-kv {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}

@media (max-width: 750px) {
  .sellLp-kv {
    margin-bottom: 68px;
  }
}

.sellLp-kvImg {
  position: relative;
  overflow: hidden;
}

@media (min-width: 751px) {
  .sellLp-kvImg {
    width: 86.363636vw;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .sellLp-kvImg {
    height: 100vw;
  }
}

.sellLp-kvImg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(175, 181, 185, 0.4);
}

.sellLp-kvImg img{
  width: 100%!important;
}

@media (max-width: 750px) {
  .sellLp-kvImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.sellLp-kvTextWrap {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

@media (min-width: 751px) {
  .sellLp-kvTextWrap {
    width: 50.07565vw;
    min-width: 500px;
    max-width: 750px;
    margin-top: -340px;
    padding: 60px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .sellLp-kvTextWrap {
    padding: 42px 34px;
  }
}

@media (max-width: 750px) {
  .sellLp-kvTextWrap {
    padding: 32px 24px;
    margin: -150px 24px 0px 0px;
  }
}

.sellLp-kvTtl {
  line-height: 1.8;
}

@media (min-width: 751px) {
  .sellLp-kvTtl {
    font-size: 1.71428em;
    letter-spacing: 0.2em;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .sellLp-kvTtl {
    margin-bottom: 24px;
    font-size: 1.28571em;
  }
}

@media (max-width: 750px) {
  .sellLp-kvTtl {
    font-size: 1.14285em;
  }
}

.sellLp-kvText {
  font-size: 1.71428em;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

@media (min-width: 750px) and (max-width: 1024px) {
  .sellLp-kvText {
    font-size: 13px;
  }
}

@media (max-width: 750px) {
  .sellLp-kvText{
    font-size: 1.14285em;
    line-height: 1.5;
  }
}

.sellLp-kvText__num{
  font-size: 64px;
  color: #36586B;

}

@media (max-width: 750px) {
  .sellLp-kvText__num{
    font-size: 40px;
  }
}

.sellLp-kvText__num:last-child{
  padding-left: 20px;
}


.sellLp-kv__mLabel {
  position: absolute;
  top: 30px;
  left: -86px;
  z-index: 12;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  background: #698596;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1024px) {
  .sellLp-kv__mLabel {
    height: 55px;
    padding: 1px 80px 0;
  }
}

@media (max-width: 1023px) {
  .sellLp-kv__mLabel {
    height: 42px;
    font-size: 10px;
    padding: 1px 80px 0;
  }
}


/*
  3つのポイント
ーーーーーーーーーーーーーーーーーー*/

.sellLp-point{
  width: calc(100% - 60px);
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .sellLp-point {
    width: 100%;
    max-width: 100%;
  }
}

.sellLp-pointWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack:space-between;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 180px;

}
@media (max-width: 750px) {
  .sellLp-pointWrap {
    display: block;
    justify-content: initial;
    margin-bottom: 140px;
  }
}


.sellLp-pointItem {
  position: relative;
  display: inline-block;
  max-width: 342px;
  max-height: 342px;
  width: 25.9090vw;
  height: 25.9090vw;
  border-radius: 50%;
  background:#36586B;
}
@media (max-width: 1024px) {
  .sellLp-pointItem {
    width: 28.9090vw;
    height: 28.9090vw;
  }
}
@media (max-width: 750px) {
  .sellLp-pointItem {
    max-width: 100%;
    width: 100%;
    max-height: initial;
    height: initial;
    border-radius: initial;
    margin-bottom: 3px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sellLp-pointText {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 342px;
  width: 25.9090vw;
  text-align:center;
  font-size: 1.71428em;
  color: #ffffff;
  letter-spacing: 0.2em;
  line-height: 1.447em;
}
@media (max-width: 1024px) {
  .sellLp-pointText {
    width: 28.9090vw;
    padding: 0 15px;
  }
}

@media (max-width: 750px) {
  .sellLp-pointText {
    position: initial;
    max-width: 100%;
    width: 100%;
    font-size: 1.28571em;
    padding: 0;
    -webkit-transform: initial;
    transform: initial;
  }
}


.sellLp-pointText__num {
  font-size: 54px;
}
@media (max-width: 750px) {
  .sellLp-pointText__num {
    font-size: 1.71428em;
  }
}


/*
  コンバージョンエリア
ーーーーーーーーーーーーーーーーーー*/
.sellLp-cvarea {
  background-color: #ffffff;
}
.sellLp-cvareaWrap {
  max-width: 1320px;
  width: calc(100% - 60px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack:space-between;
    justify-content: space-between;
  -ms-flex-align: center;
    align-items: center;
  margin: 0 auto 200px;
  padding: 4vw;

}
@media (max-width: 750px) {
  .sellLp-cvareaWrap {
    width: calc(100% - 24px);
    padding: 0;
    display: block;
    justify-content: initial;
    margin: 0 auto 150px
  }

}

.sellLp-cvareaText {
  width: 50%;
}
@media (max-width: 750px) {
  .sellLp-cvareaText {
    width: 100%;
    margin-bottom: 40px;
  }
}

.sellLp-cvareaText .note-gray {
  padding-left: 60px;
}
@media (max-width: 750px) {
  .sellLp-cvareaText .note-gray {
    padding-left: 0px;
  }
}

.sellLp-cvareaTextWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
    justify-content: center;
  -ms-flex-align: center;
    align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .sellLp-cvareaTextWrap {
    margin-bottom: 0px;
  }
}





.sellLp-cvareaText__item {
  font-size: 1.14285em;
  letter-spacing: 0.2em;
  line-height: 1.4;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 750px) {
  .sellLp-cvareaText__item {
    padding: 60px 0;
    width: 50%;
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .sellLp-cvareaText__item img{
    height: 110px;
    width: auto;
  }
}


.sellLp-cvareaText__item p {
  margin-bottom: 40px;
}


.sellLp-cvareaText__num {
  font-size: 40px;
  color: #36586B;
  letter-spacing: 0.2em;
}

.sellLp-cvareaBtn {
  width: 50%;
}
@media (max-width: 750px) {
  .sellLp-cvareaBtn {
    width: 100%;
    padding-bottom: 70px;
  }
}

.sellLp-cvareaBtn .c-btn {
  position: relative;
  text-align: center;
  /* max-width: 525px!important; */
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  .sellLp-cvareaBtn .c-btn {
    max-width: 100%;
    width: 100%;
    height: 80px;
  }
}

.sellLp-cvareaBtn .c-btn.-s {
  max-width: 525px;
}
@media (max-width: 750px) {
  .sellLp-cvareaBtn .c-btn.-s {
    max-width: 100%;
    width: 100%;
    height: 80px;
  }
}



.sellLp-cvareaBtn .c-btn__link {
  height: 100px;
}
@media (max-width: 750px) {
  .sellLp-cvareaBtn .c-btn__link {
    height: 80px;
  }
}
.sellLp-cvareaBtn .c-btn::after {
  height: 100px;
}
@media (max-width: 750px) {
  .sellLp-cvareaBtn .c-btn::after {
    height: 80px;
  }
}

.sellLp-cvareaBtn .fs-sm {
  font-size: 12px;
}
@media (max-width: 750px) {
  .sellLp-cvareaBtn .c-btn__link {
    font-size: 10px;
  }
}

.sellLp-cvareaBtn .fs-md {
  font-size: 14px;
}
@media (max-width: 750px) {
  .sellLp-cvareaBtn .fs-md {
    font-size: 12px;
  }
}

.sellLp-cvareaBtn .sellLp-cvareaBtn__label {
  position: absolute;
  left: -10px;
  top: -20px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  line-height: 57px;
  font-size: 12px;
  text-align:center;
  color: #ffffff;
  background-color: #36586B;
  z-index: 1;
}
@media (max-width: 750px) {
  .sellLp-cvareaBtn .sellLp-cvareaBtn__label {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 10px;
  }
}




/*
  お喜びの声
ーーーーーーーーーーーーーーーーーー*/

.sellLp-voice {
  width: calc(100% - 60px);
  max-width: 1320px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .sellLp-voice {
    width: 100%;
    max-width: 100%;
  }
}

.sellLp-title {
  text-align: center;
  font-size: 1.71428em;
  line-height: 1.5;
  padding: 0 0 70px;
}

@media (max-width: 750px) {
  .sellLp-title {
    padding: 0 24px 70px;
    font-size: 1.28571em;
  }
}

.sellLp-voiceWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 751px) {
  .sellLp-voiceWrap {
    margin-bottom: 120px;
  }
}

.sellLp-voiceItem {
  width: 48%;
  max-width: 645px;
  padding: 4.5vw;
  margin-bottom: 40px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .sellLp-voiceItem {
    padding: 4vw 3vw;
  }
}
@media (max-width: 750px) {
  .sellLp-voiceItem {
    width: 100%;
    padding: 70px 24px;
  }
}

.sellLp-voiceItem__title {
  font-size: 1.28571em;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .sellLp-voiceItem__title {
    padding: 20px 0;

  }
}
@media (max-width: 750px) {
  .sellLp-voiceItem__title {
    font-size: 1.14285em;
    letter-spacing: 0.2em;

  }
}

.sellLp-voiceItem__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 30px 0;
}


.sellLp-voiceItem__name {
  font-size: 1.14285em;
  padding-right: 15px;
}
@media (max-width: 750px) {
  .sellLp-voiceItem__name {
    font-size: 14px;
  }
}

.sellLp-voiceItem__name span {
  display: inline-block;
  font-size: 1.71428em;
}
@media (max-width: 750px) {
  .sellLp-voiceItem__name span {
    font-size: 22px;

  }
}

.sellLp-voiceItem__tag {
  text-align: left;
  display: inline-block;
}


.sellLp-voiceItem__tag span {
  font-size: 12px;
  color: #36586B;
  border: 1px solid #36586B;
  display: inline;
  padding: 6px 11px;
}
@media (max-width: 750px) {
  .sellLp-voiceItem__tag span {
    font-size: 10px;
    padding: 3px 10px;
  }
}

.sellLp-voiceItem__text {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .sellLp-voiceItem__text {
    font-size: 12px;
  }
}

/*
  不動産売却の際に起こる様々なトラブル
ーーーーーーーーーーーーーーーーーー*/
.sellLp-trouble {
  width: calc(100% - 60px);
  max-width: 1320px;
  margin: 230px auto 0;
}
@media (max-width: 750px) {
  .sellLp-trouble {
    width: 100%;
    max-width: 100%;
  }
}

.sellLp-troubleWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 751px) {
  .sellLp-troubleWrap {
    margin-bottom: 200px;
  }
}

@media (max-width: 750px) {
  .sellLp-troubleWrap {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
}

.sellLp-troubleItem {
  width: calc((100% - 60px)/3);
  max-width: 420px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .sellLp-troubleItem {
    width: 100%;
    max-width: 100%;
    padding: 50px 24px;
    margin-bottom: 30px;
  }
}

.sellLp-troubleItem__img {
  text-align: center;
  padding-bottom: 40px;
}

.sellLp-troubleItem__text {
  font-size: 1.28571em;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .sellLp-troubleItem__text {
    font-size: 14px;
  }
}

/*
  東宝ハウス王子なら高く、早く売却可能です
ーーーーーーーーーーーーーーーーーー*/

.sellLp-compare {
  width: calc(100% - 60px);
  max-width: 1380px;
  margin: 230px auto 170px;
}
@media (max-width: 750px) {
  .sellLp-compare {
    width: 100%;
    max-width: 100%;
  }
}
.sellLp-compareItem {
  position: relative;
  margin-top: 125px;
  padding-bottom: 60px;
}
@media (max-width: 750px) {
  .sellLp-compareItem {
    margin-top: 0;
    padding-bottom: 0px;
  }
}

.sellLp-columnL {
  position: absolute;
  top: -125px;
  left: 0;
  width: 40.7391vw;
  max-width: 645px;
  padding: 4vw;
  color: #ffffff;
  background-color: #36586B;
}
@media (max-width: 750px) {
  .sellLp-columnL {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    max-width: 100%;
    padding: 70px 24px;
  }
}

.sellLp-columnL__title {
  font-size: 1.71428em;
  padding-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  .sellLp-columnL__title {
    font-size: 1.28571em;
    padding-bottom: 14px;
  }
}

.sellLp-columnL__lead {
  font-size: 1.14285em;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .sellLp-columnL__lead {
    font-size: 14px;
    padding-bottom: 14px;
  }
}

.sellLp-columnL__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1;
}
@media (max-width: 750px) {
  .sellLp-columnL__text {
    font-size: 12px;
  }
}


.sellLp-columnR {
  width: 63.4782vw;
  max-width: 876px;
  margin-top: 125px;
  padding: 4vw;
  margin: auto 0 auto auto;
  background-color: #BBC3C8;
}
@media (max-width: 750px) {
  .sellLp-columnR {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 50px 24px;
    margin: auto;

  }
}

.sellLp-columnR__evidence {
  width: 44.5652vw;
  max-width: 580px;
  padding: 30px;
  text-align: left;
  margin: auto 0 auto auto;
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .sellLp-columnR__evidence {
    width: 100%;
    max-width: 100%;
    padding: 40px 17px;
    margin: auto;
  }
}

.sellLp-columnR__title {
  font-size: 1.71428em;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding-bottom: 40px;
}
@media (max-width: 750px) {
  .sellLp-columnR__title {
    font-size: 1.14285em;
    line-height: 1.8;
  }
}

.sellLp-columnR__graph .pc,
.sellLp-columnR__graph .sp {
  margin: 0 auto;
}


.sellLp-compareItem .note {
  width: 63.4782vw;
  max-width: 876px;
  margin: auto 0 auto auto;
  line-height: 2;
}
@media (max-width: 750px) {
  .sellLp-compareItem .note {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding:  15px 24px 0;
  }
}



/*
  このように東宝ハウス王子の売却が
「高く、早く」を実現できる理由とは
ーーーーーーーーーーーーーーーーーー*/


.sellLp-reasonTit {
  background-color: #36586B;
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
  margin-bottom: 130px;
}
@media (max-width: 750px) {
  .sellLp-reasonTit {
    padding: 30px 0;
    margin-bottom: 70px;
  }
}
.sellLp-reasonTit__en {
  display: block;
  font-size: 1.14285em;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  .sellLp-reasonTit__en {
    font-size: 14px;
  }
}

.sellLp-reasonTit__num {
  display: block;
  font-size: 1.71428em;
  font-family: proxima-nova, sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  .sellLp-reasonTit__num {
    font-size: 22px;
  }
}

.sellLp-reasonTit__title {
  display: block;
  font-size: 1.28571em;
  padding-top: 20px;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  .sellLp-reasonTit__title {
    font-size: 1.14285em;
  }
}

.sellLp-reasonTit .note {
  padding-top: 20px;
  display: block;
}



.sellLp-reasonWrap {
  width: calc(100% - 60px);
  max-width: 1320px;
  margin: 0 auto 200px;
}
@media (max-width: 750px) {
  .sellLp-reasonWrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 80px;
  }
}

.sellLp-reasonRow {
  margin-bottom: 150px;
}
@media (max-width: 750px) {
  .sellLp-reasonRow {
    margin-bottom: 70px;
  }
}

.sellLp-reasonRow.rowFlex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
      justify-content: space-between;
  -ms-flex-align: bottom;
      align-items: bottom;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 750px) {
  .sellLp-reasonRow.rowFlex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .sellLp-reasonRow img {
    width: 100%;
    height: auto;
  }
}

.sellLp-reasonMsg {
  width: 49.6212vw;
  max-width: 655px;
}
@media (max-width: 750px) {
  .sellLp-reasonMsg {
    width: 100%;
    max-width: 100%;
  }
}
.sellLp-reasonMsg__first {
  width: 54.1666vw;
  max-width: 715px;
}
@media (max-width: 750px) {
  .sellLp-reasonMsg__first {
    width: 100%;
    max-width: 100%;
  }
}

.sellLp-reasonMsgWrap {
  padding: 4vw;
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .sellLp-reasonMsgWrap {
    padding: 70px 24px;
  }
}

.sellLp-reasonMsg__title {
  font-size: 1.28571em;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #36586B;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .sellLp-reasonMsg__title {
    font-size: 1.14285em;
    margin-bottom: 15px;
  }
}

.sellLp-reasonMsg__first .sellLp-reasonMsg__title {
  font-size: 1.71428em;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #36586B;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .sellLp-reasonMsg__first .sellLp-reasonMsg__title {
    font-size: 1.28571em;
    margin-bottom: 15px;
  }
}

.sellLp-reasonMsg__text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .sellLp-reasonMsg__text {
    font-size: 12px;
  }
}

.sellLp-reasonMsg__text span {
  display: block;
  padding: 20px 0;
}

.sellLp-reasonMsg__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 40px;
}
.sellLp-reasonMsg__logo span{
  width: calc(100% / 5);
  padding-bottom: 3px;
}
@media (max-width: 750px) {
  .sellLp-reasonMsg__logo {
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sellLp-reasonMsg__logo span{
    width: calc(100% / 3);
    padding-bottom: 3px;
  }
  .sellLp-reasonMsg__logo span img{
    width: 100%;
    height: auto;
  }
}

.sellLp-reasonMsg .note{
  text-align: right;
  line-height: 2;
}


/* ーーー POINT 01 ーーー*/

.point01_row01 .sellLp-reasonImg {
  margin-top: -30px;
  text-align: right;
}



.point01_row02 .sellLp-reasonImg {
  margin: 150px auto auto;
  padding: 0 60px;
  text-align: right;
}
@media (max-width: 750px) {
  .point01_row02 .sellLp-reasonImg {
    margin: 0 auto;
    padding: 60px 24px 0;
    text-align: center;
  }
}

 .point01_row03 .sellLp-reasonMsg {
  margin: 0 0 auto auto;
}

.point01_row03 .sellLp-reasonImg {
  margin-top: 150px;
  padding: 0 60px;
  text-align: left;
}
@media (max-width: 750px) {
  .point01_row03 .sellLp-reasonImg {
    margin: 0 auto;
    padding: 60px 24px 0;
    text-align: center;
  }
}

.point01_row04 .sellLp-reasonImg {
  margin-top: 150px;
  padding: 0 60px;
  text-align: right;
}
@media (max-width: 750px) {
  .point01_row04 .sellLp-reasonImg {
    margin: 0 auto;
    padding: 60px 24px 0;
    text-align: center;
  }
}


.point01_row05 .sellLp-reasonMsg {
  margin: 0 0 auto auto;
}

.point01_row05 .sellLp-reasonImg {
  margin-top: 150px;
  padding: 0 60px;
  text-align: left;
}
@media (max-width: 750px) {
  .point01_row05 .sellLp-reasonImg {
    margin: 0 auto;
    padding: 60px 24px 0;
    text-align: center;
  }
}


/* ーーー POINT 02 ーーー*/
.point02_row01 .sellLp-reasonImg {
  margin-top: -30px;
  text-align: right;
}

.point02_row02 .sellLp-reasonImg {
  margin-top: 290px;
  padding: 0 60px;
  text-align: right;
}
@media (max-width: 750px) {
  .point02_row02 .sellLp-reasonImg {
    margin: 0 auto;
    padding: 60px 24px 0;
    text-align: center;
  }
}

 .point02_row03 .sellLp-reasonMsg {
  margin: 0 0 auto auto;
}

.point02_row03 .sellLp-reasonImg {
  margin-top: 150px;
  padding-right: 60px;
  text-align: left;
}
@media (max-width: 750px) {
  .point02_row03 .sellLp-reasonImg {
    margin: 0 auto;
    padding: 60px 24px 0;
    text-align: center;
  }
}

/* ーーー POINT 03 ーーー*/
.point03_row01 .sellLp-reasonImg {
  margin-top: -30px;
  text-align: right;
}

.point03_row02 .sellLp-reasonImg {
  width: 86.5151vw;
  max-width: 1142px;
  margin: -30px 0 auto auto;
  text-align: right;
}
@media (max-width: 750px) {
  .point03_row02 .sellLp-reasonImg {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}



.point03_row02 .sellLp-reasonImg .note {
  padding: 20px 0 80px;
  text-align: left;
}
@media (max-width: 750px) {
  .point03_row02 .sellLp-reasonImg .note {
    padding: 20px 24px 40px;
  }
}

 .point03_row03 .sellLp-reasonMsg {
  margin: 0 auto 0 0;
}


.point03_row04 .sellLp-reasonMsg {
  margin: 0 0 auto auto;
}


/* ーーー POINT 04 ーーー*/
.point04_row01 .sellLp-reasonImg {
  margin-top: -30px;
  text-align: right;
}


.sellLp-reasonImgWrap{
  margin: 0 auto;
}

/* ーーー 画像比較部分 ーーー*/
.sellLp-Comparision {
  height: 44.44444vw;
  margin-left: auto;
}

.sellLp-Comparision .text-before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 30px;
  font-size: 1.71428em;
  background-color: #36586B;
  color: #FAFBFC;
}
@media (max-width: 750px) {
  .sellLp-Comparision .text-before {
    z-index: 10;
    padding: 3px 5px;
    font-size: 12px;
  }
}
.sellLp-Comparision .text-after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 10px 30px;
  font-size: 1.71428em;
  background-color: #36586B;
  color: #FAFBFC;
}
@media (max-width: 750px) {
  .sellLp-Comparision .text-after {
    z-index: 10;
    padding: 3px 5px;
    font-size: 12px;
  }
}


@media (max-width: 750px) {
  .sellLp-Comparision {
    height: 300px;
  }
}

.ComparisonSlider__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* background: #afb5b9; */
  /* opacity: 0.4; */

  /* 
  追記 (2021/03/11)
  マスクを外しました。
  */
  opacity: 0;
  pointer-events: none;
}

.ComparisonSlider__Handle {
  -webkit-filter: none;
          filter: none;
  background: #36586b;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 1px;
  padding-left: 2px;
}

@media (min-width: 751px) {
  .ComparisonSlider__Handle {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 750px) {
  .ComparisonSlider__Handle {
    width: 60px;
    height: 60px;
  }
}

.ComparisonSlider__Handle::before,
.ComparisonSlider__Handle::after {
  background: #36586b;
}

.ComparisonSlider__Text {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fafbfc;
}

@media (min-width: 751px) {
  .ComparisonSlider__Text {
    font-size: 12px;
  }
}

@media (max-width: 750px) {
  .ComparisonSlider__Text {
    font-size: 10px;
  }
}


/*
　※　アコーディオン
  このように東宝ハウス王子の売却が
「高く、早く」を実現できる理由とは
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .sellLp-about {
    margin-bottom: 180px;
  }
}

@media (max-width: 750px) {
  .sellLp-about {
    margin-bottom: 200px;
  }
}

.sellLp-aboutOpen__btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  font-family: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  background: #dcdcdc;
  transition: background 0.3s;
}

.sellLp-aboutOpen__btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.sellLp-aboutOpen__btn::before, .sellLp-aboutOpen__btn::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 1px;
  height: 11px;
  background: #000;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sellLp-aboutOpen__btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sellLp-aboutOpen__btn.is-show::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sellLp-aboutOpen__btn.is-show::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 751px) {
  .sellLp-aboutOpen__btn {
    height: 80px;
  }
}

@media (max-width: 750px) {
  .sellLp-aboutOpen__btn {
    height: 50px;
  }
}

.sellLp-aboutOpen__btn::before, .sellLp-aboutOpen__btn::after {
  z-index: 10;
  transition: background 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.2s;
  transition: transform 0.3s, background 0.2s, -webkit-transform 0.3s;
}

.sellLp-aboutOpen.is-over .sellLp-aboutOpen__btn::before, .sellLp-aboutOpen.is-over .sellLp-aboutOpen__btn::after {
  background: #fafbfc;
}

.sellLp-aboutBox {
  display: none;
}

@media (min-width: 751px) {
  .sellLp-aboutBoxIn {
    padding: 26px 60px 78px;
    margin-bottom: 56px;
  }
}


.sellLp-aboutBox .c-table tr:first-child {
  border-top: none;
}

@media (min-width: 751px) {
  .sellLp-aboutTable__tr {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 750px) {
  .sellLp-aboutTable__tr {
    border-bottom: 1px solid #38393b;
    padding: 30px 0;
  }
}

.sellLp-aboutTable__th,
.sellLp-aboutTable__td {
  letter-spacing: 0.1em;
}

@media (min-width: 751px) {
  .sellLp-aboutTable__th,
  .sellLp-aboutTable__td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 84px;
    border-bottom: 1px solid #38393b;
  }
}

.sellLp-aboutTable__th {
  color: #36586b;
}

@media (min-width: 751px) {
  .sellLp-aboutTable__th {
    width: 166px;
    -ms-flex: none;
        flex: none;
    font-size: 12px;
  }
}

@media (max-width: 750px) {
  .sellLp-aboutTable__th {
    margin-bottom: 16px;
    font-size: 12px;
  }
}

.sellLp-aboutTable__td {
  width: 100%;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .sellLp-aboutTable__td {
    font-size: 12px;
  }
}

.sellLp-aboutTable__td:nth-last-child(3) {
  width: 50%;
}

@media (max-width: 750px) {
  .sellLp-aboutTable__tr.-fourColumn {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 751px) {
  .sellLp-aboutTable__tr.-fourColumn .sellLp-aboutTable__trIn + .sellLp-aboutTable__trIn {
    margin-left: 60px;
  }
}

.sellLp-aboutTable__tr.-fourColumn .sellLp-aboutTable__trIn {
  width: 50%;
}

@media (min-width: 751px) {
  .sellLp-aboutTable__tr.-fourColumn .sellLp-aboutTable__trIn {
    width: 50%;
  }
}

@media (min-width: 751px) {
  .sellLp-aboutTable__tr.-fourColumn .sellLp-aboutTable__td + .sellLp-aboutTable__th {
    margin-left: 60px;
  }
}

@media (min-width: 751px) {
  .sellLp-aboutTable__td {
    padding: 34px 0;
  }
}

@media (min-width: 751px) {
  .sellLp-aboutTable__trIn {
    display: -ms-flexbox;
    display: flex;
  }
}


/*
  その他コスト負担
ーーーーーーーーーーーーーーーーーー*/


.sellLp-cost {
  background-color: #ffffff;
  padding: 60px 0;
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .sellLp-cost {
    padding: 40px 24px;
  }
}



.sellLp-costWrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack:space-between;
  justify-content: space-between;
  width: calc(100% - 60px);
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .sellLp-costWrap {
    width: 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


.sellLp-costItem {
  width: 17.4242vw;
  max-width: 230px;
}
@media (max-width: 750px) {
  .sellLp-costItem {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.sellLp-costItem__title {
  font-size: 1.28571em;
  letter-spacing: 0.2em;
  color: #36586B;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .sellLp-costItem__title {
    font-size: 1.14285em;
    padding-bottom: 15px;
  }
}
.sellLp-costItem__text{
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}




.sellLp-offerWrap {
  width: calc(100% - 60px);
  max-width: 1320px;
  padding: 60px 0;
  margin: 0 auto 200px;
  color: #ffffff;
  background-color: #698596;
  text-align: center;
}


@media (max-width: 750px) {
  .sellLp-offerWrap {
    width: 100%;
    max-width: 100%;
    padding: 30px 24px;
    margin: 0 auto 80px;
  }
}

.sellLp-offerLead{
  font-size: 1.28571em;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-bottom: 20px;
}


.sellLp-offerLead{
  font-size: 1.28571em;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-bottom: 20px;
}



.sellLp-reasonMsgWrap .c-btn.-s{
  max-width: 480px;
  height: 100px;
  margin: 0 auto;
}

.sellLp-reasonMsgWrap .c-btn__link {
  margin-top: 50px;
  width: 480px;
  height: 100px;
}
@media (max-width: 750px) {
  .sellLp-reasonMsgWrap .c-btn__link {
    height: 80px;
    width: 100%;
  }
}

.sellLp-reasonMsgWrap .c-btn::after {
  width: 480px;
  height: 100px;
}

@media (max-width: 750px) {
  .sellLp-reasonMsgWrap .c-btn::after {
    height: 80px;
    width: 100%;
  }
}

.external_link{
  position: relative;
}
.external_icon{
  position: absolute;
  right: 30px;
  width: 15px;
}




/*
  よくある質問集
ーーーーーーーーーーーーーーーーーー*/
.sellLp-qa {
  width: calc(100% - 60px);
  max-width: 1380px;
  margin: 0 auto 200px;
}
@media (max-width: 750px) {
  .sellLp-qa {
    width: 100%;
    max-width: 100%;
    margin: 160px auto 90px;
  }
}


.sellLp-qa h2.sellLp-title {
  font-size: 32px;
  color: #36586B;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 140px;
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .sellLp-qa h2.sellLp-title {
    font-size: 20px;
    margin-bottom: 90px;
    padding-bottom: 0;
  }
}

.sellLp-qa h3 {
  text-align: center;
  font-size: 1.71428em;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 140px;
}
@media (max-width: 750px) {
  .sellLp-qa h3 {
    font-size: 1.28571em;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}


.sellLp-qaItem {
  position:relative;
  padding-top: 120px;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .sellLp-qaItem {
    padding-top: 0px;
  }
}

.sellLp-qaQuestion {
  position: absolute;
  top: 0;
  left: 0;
  width: 44.1666vw;
  max-width: 715px;
  padding: 70px;
  font-size: 1.71428em;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin: auto auto auto 30px;
  background-color: #36586B;
  color: #ffffff;
}

@media (max-width: 750px) {
  .sellLp-qaQuestion {
    font-size: 1.28571em;
    position: initial;
    top: initial;
    left: initial;
    width: 100%;
    max-width: 100%;
    padding: 40px 24px;
    margin-bottom: 60px;
    margin: 0 auto 50px;
  }
}

.sellLp-qaQuestion::before {
  content: "Q";
  position: absolute;
  top: -45px;
  left: 30px;
  font-size: 60px;
  font-family: proxima-nova, sans-serif;
  color: #ffffff;
}

@media (max-width: 750px) {
  .sellLp-qaQuestion::before {
    font-size: 50px;
    left: 24px;
    top: -35px;
  }
}


.sellLp-qaAnswer {
  width: 54.3939vw;
  max-width: 718px;
  margin: 50px 0 auto auto;
  padding: 70px 70px 70px 120px;
  font-size: 1.28571em;
  letter-spacing: 0.2em;
  line-height: 1.8;
  background-color: #BBC3C8;
  color: #38393B;
  position: relative;
  z-index: -1;
}
@media (max-width: 750px) {
  .sellLp-qaAnswer {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 24px;
    margin-bottom: 100px;
  }
}

.sellLp-qaAnswer::before {
  content: "A";
  position: absolute;
  top: -40px;
  left: 110px;
  font-size: 60px;
  font-family: proxima-nova, sans-serif;
  color: #38393B;
}
@media (max-width: 750px) {
  .sellLp-qaAnswer::before {
    top: -40px;
    left: 24px;
    font-size: 50px;
  }
}


/*
  売却までの流れ
ーーーーーーーーーーーーーーーーーー*/
.sellLp-flow {
  width: calc(100% - 60px);
  max-width: 1320px;
  margin: 0 auto 350px;
}
@media (max-width: 750px) {
  .sellLp-flow {
    width: 100%;
    max-width: 100;
    padding: 0;
    margin-bottom: 30px;
  }
}

.sellLp-flowWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack:space-between;
  justify-content: space-between;
}

.sellLp-flowItem {
  width: 31.8181vw;
  max-width: calc((100% - 60px) / 3);
  padding: 40px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .sellLp-flowItem {
    width: 100%;
    max-width: 100%;
    padding: 40px 24px;
    margin-bottom: 30px;
  }
}


.sellLp-flowItem__num {
  font-size: 40px;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  color: #36586B;
}
@media (max-width: 750px) {
  .sellLp-flowItem__num {
    font-size: 32px;
  }
}

.sellLp-flowItem__tit {
  font-size: 1.14285em;
  letter-spacing: 0.2em;
  padding-bottom: 30px;
  color: #38393B;
}
@media (max-width: 750px) {
  .sellLp-flowItem__tit {
    font-size: 14px;
    padding-bottom: 40px;
  }
}

.sellLp-flowItem__img {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  .sellLp-flowItem__img {
    padding-bottom: 40px;
  }
}

.sellLp-flowItem__text {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .sellLp-flowItem__text {
    font-size: 12px;
  }
}



/*
  対応エリア
ーーーーーーーーーーーーーーーーーー*/
.sellLp-area {
  width: calc(100% - 60px);
  max-width: 1320px;
  margin: 0 auto 220px;
}
@media (max-width: 750px) {
  .sellLp-area {
    width: 100%;
    max-width: 100;
    margin: 0 auto;
  }
}

.sellLp-areaWrap {
  position: relative;
}


.sellLp-areaDisc {
  width: 54.1666vw;
  max-width: 715px;
  padding: 70px;
  margin-bottom: 100px;
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .sellLp-areaDisc {
    width: 100%;
    max-width: 100%;
    padding: 40px 24px;
    margin-bottom: 40px;
    background-color: #36586B;

  }
}

.sellLp-areaDisc__title {
  font-size: 1.71428em;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  color: #36586B;
}
@media (max-width: 750px) {
  .sellLp-areaDisc__title {
    font-size: 1.28571em;
    color: #ffffff;
    padding-bottom:20px;
  }
}

.sellLp-areaDisc__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  color: #38393B;
}
@media (max-width: 750px) {
  .sellLp-areaDisc__text {
    font-size: 14px;
    padding-bottom: 0px;
    color: #ffffff;
  }
}


.sellLp-areaArea {
  width: 49.6212vw;
  max-width: 655px;
  padding: 40px;
  margin-bottom: 100px;
  background-color: #BBC3C8;
}
@media (max-width: 750px) {
  .sellLp-areaArea {
    width: 100%;
    max-width: 100%;
    padding: 40px 24px;
    margin-bottom: 150px;
  }
}


.sellLp-areaArea__title {
  font-size: 1.28571em;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  color: #36586B;
}


.sellLp-areaArea__pref {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  color: #36586B;
}


.sellLp-areaArea__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  color: #38393B;
}


.sellLp-areaImage {
  max-width: 620px;
  width: 42.6212vw;
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media (max-width: 750px) {
  .sellLp-areaImage {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 24px;
    position: initial;
    right: initial;
    bottom: initial;
  }
}
.sellLp-areaImage img{
  height: auto;
}
@media (max-width: 750px) {
  .sellLp-areaImage img{
    width: 100%;
    height: auto;
  }
}
