@charset "UTF-8";
/*!
v0.0.1
Last Updated: 2024-11-06
Author: Operations Team
*/
/*color*/
body {
  background: #fff;
}

.header {
  background: none;
  padding: 0;
}

.header__inner {
  max-width: none;
  padding: 0;
  background: #fff;
}

.header__logo {
  width: 45.4rem;
  padding: 2.2rem 0 0 2.7rem;
}
@media screen and (max-width: 1400px) {
  .header__logo {
    width: 40rem;
  }
}

.header__buttons {
  width: 36.6rem;
}
@media screen and (max-width: 1400px) {
  .header__buttons {
    width: 32rem;
  }
}

.header__call {
  display: none;
}

.header__contact a {
  border-radius: 0;
  border: 0;
  font-size: 0;
  background: #333;
  padding: 0;
}

.header__contact a::before {
  content: "店舗相談";
  font-size: 2rem;
  padding: 1.8rem;
  line-height: 1.5em;
  color: #fff;
  height: 9.2rem;
  width: 9.2rem;
  display: block;
}
@media screen and (max-width: 1400px) {
  .header__contact a::before {
    font-size: 1.8rem;
    height: 8rem;
    width: 8rem;
  }
}

.header__tel {
  padding: 0;
  font-size: 0;
  background: none;
}

.header__tel a {
  height: 9.2rem;
  width: 9.2rem;
  border-radius: 0;
  border: 0;
  padding: 0;
  font-size: 0;
  background: url(../images/sell/icon_tel.png) no-repeat center/100%;
  display: block;
}
@media screen and (max-width: 1400px) {
  .header__tel a {
    height: 8rem;
    width: 8rem;
  }
}

.header__mypage a {
  height: 9.2rem;
  width: 9.2rem;
  border-radius: 0;
  border: 0;
  font-size: 2rem;
  padding: 1.8rem;
  line-height: 1.5em;
  background: linear-gradient(90deg, #B48C51 0%, #C49F6B 50%, #B48C51 100%);
}
.header__mypage.in a {
  padding: 1.8rem 0;
}
@media screen and (max-width: 1400px) {
  .header__mypage a {
    font-size: 1.8rem;
    height: 8rem;
    width: 8rem;
  }
}
.header__login a,
.header__login span {
  background: url(../images/sell/icon_login.png) no-repeat center/100%;
  font-size: 0;
  height: 9.2rem;
  width: 9rem;
  border-color: #B48952;
  border-radius: 0;
}
.header__login.out a {
  background-image: url(../images/sell/icon_logout.png);
}
@media screen and (max-width: 1400px) {
  .header__login a,
  .header__login span {
    height: 8rem;
    width: 8rem;
  }
}

.gnav__inner {
  width: 100%;
  height: auto;
  background: none;
}

.gnav__list {
  justify-content: space-between;
  padding: 1.6rem 2.5rem 1rem;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .gnav__list {
    padding: 1.6rem 0 1rem;
  }
}

.gnav__item {
  width: 100%;
  height: auto;
}

.gnav__item:first-child {
  display: none;
}

.gnav__item:nth-child(2) {
  width: 12.5%;
}
.gnav__item:nth-child(2) a::after {
  content: "▼";
  padding-left: 1rem;
}
.gnav__item:nth-child(2) .gnav__child a::after {
  content: none;
}

.gnav__item:nth-child(3), .gnav__item:nth-child(4) {
  width: 11%;
}

.gnav__item:nth-child(5) {
  width: 24.5%;
}

.gnav__item:nth-child(6), .gnav__item:nth-child(7) {
  width: 13.5%;
}

.gnav__item:nth-child(8) {
  width: 14%;
}

.gnav__buy, .gnav__sell, .gnav__rent, .gnav__reform, .gnav__column, .gnav__guide {
  width: auto;
  font-size: 2rem;
  border-right: 4px solid #333;
  height: auto;
  padding: 1.3rem 0;
}
@media screen and (max-width: 1600px) {
  .gnav__buy, .gnav__sell, .gnav__rent, .gnav__reform, .gnav__column, .gnav__guide {
    font-size: 1.3vw;
  }
}

.gnav__buy {
  border-left: 4px solid #333;
}

.main__inner2 {
  padding: 0;
}

.sell-lp-firstview {
  width: 100%;
  background: url(../images/sell/sell-mv-bg.jpg) no-repeat center/cover;
  margin: 0;
}

.sell-lp-firstview__inner {
  height: 76.7rem;
  padding: 16rem 0 0 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sell-lp-firstview__inner {
    height: 91vh;
  }
}

.sell-lp-firstview__read {
  font-size: 4.7rem;
  padding-left: 7rem;
  text-align: center;
  color: #fff;
  position: relative;
  width: 17em;
  margin: auto;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1400px) {
  .sell-lp-firstview__read {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sell-lp-firstview__read {
    width: auto;
    padding-left: 3rem;
    font-size: 1.6rem;
  }
}
.sell-lp-firstview__read strong {
  font-size: 7rem;
}
@media screen and (max-width: 1400px) {
  .sell-lp-firstview__read strong {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sell-lp-firstview__read strong {
    font-size: 3.5rem;
  }
}

.sell-lp-firstview__strong {
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 2.7rem;
  top: -12.4rem;
  left: 0;
  line-height: 1.5em;
  background: url(../images/sell/firstview__strong-bg.png) no-repeat top center/100% auto;
  padding: 5rem 2.3rem 8rem;
}
@media screen and (max-width: 1400px) {
  .sell-lp-firstview__strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sell-lp-firstview__strong {
    font-size: 1.4rem;
    padding: 3rem 1.3rem 4rem;
    top: -6.4rem;
    left: 1rem;
  }
}

.sell-lp-firstview__title {
  background: none;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 10rem;
  padding-top: 2rem;
  line-height: 1.4em;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .sell-lp-firstview__title {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sell-lp-firstview__title {
    font-size: 3.5rem;
    padding: 1rem 0 0.5rem;
    letter-spacing: 0.5rem;
  }
}
.sell-lp-firstview__title:nth-child(2) {
  padding-top: 0;
  font-size: 12rem;
}
@media screen and (max-width: 1400px) {
  .sell-lp-firstview__title:nth-child(2) {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1400px) and (max-width: 767px) {
  .sell-lp-firstview__title:nth-child(2) {
    font-size: 4.5rem;
  }
}
.sell-lp-firstview__title:before {
  content: none;
}
.sell-lp-firstview__title span {
  font-size: 7rem;
}
@media screen and (max-width: 1400px) {
  .sell-lp-firstview__title span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sell-lp-firstview__title span {
    font-size: 2rem;
  }
}

.lp-form {
  width: 100%;
  background: none;
  padding: 3.3rem 2.6rem;
  margin: 0;
  background: linear-gradient(90deg, #B48C51 0%, #C49F6B 50%, #B48C51 100%);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .lp-form {
    padding: 4rem 2.6rem;
  }
}
.lp-form::after {
  content: none;
}

.lp-form__title {
  text-align: center;
  font-size: 6.3rem;
  line-height: 1em;
  padding-bottom: 1rem;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .lp-form__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1400px) {
  .lp-form__title {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}

.lp-form__inner {
  width: 100%;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 1rem;
}

.lp-form__inner_in {
  max-width: 1265px;
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 4rem 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .lp-form__inner_in {
    padding: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .lp-form__inner_in {
    padding: 4rem 1rem;
  }
}

.lp-form__item {
  width: 28%;
}
@media screen and (max-width: 1200px) {
  .lp-form__item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .lp-form__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.lp-form__item:nth-child(3) {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .lp-form__item:nth-child(3) .select-lp {
    width: 83%;
  }
}
@media screen and (max-width: 1200px) {
  .lp-form__item:nth-child(3) {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .lp-form__item:nth-child(3) {
    width: 100%;
  }
}

.lp-form__label {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 2.6rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .lp-form__label {
    align-items: flex-start;
  }
}
.lp-form__label .inner {
  width: calc(100% - 5rem);
}
@media screen and (max-width: 767px) {
  .lp-form__label .inner br {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .lp-form__label {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .lp-form__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-form__label {
    font-size: 1.6rem;
  }
}
.lp-form__label::before {
  border-radius: 50%;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  padding: 0;
  width: 4rem;
  height: 4rem;
  background: #333;
  color: #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 1400px) {
  .lp-form__label::before {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .lp-form__label::before {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-form__label::before {
    font-size: 1.6rem;
  }
}

.ob-1 {
  letter-spacing: -1em;
}

.select-lp {
  width: 35.2rem;
  padding: 1.4rem;
}
@media screen and (max-width: 1400px) {
  .select-lp {
    width: 100%;
  }
}

.lp-form__roomnum {
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  bottom: -1rem;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .lp-form__roomnum {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .lp-form__roomnum {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-form__roomnum {
    font-size: 1.6rem;
  }
}

.lp-submit {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 3rem 0 0;
}

.lp-submit__button {
  width: 53rem;
  padding: 2.4rem 1rem;
  font-size: 3.6rem;
  font-weight: bold;
  background-color: #3E7D5E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 9rem;
  letter-spacing: 0.1em;
  box-shadow: 1px 1px 10px #333;
}
@media screen and (max-width: 1400px) {
  .lp-submit__button {
    width: 44rem;
    font-size: 3rem;
    padding: 2rem 0 2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-submit__button {
    width: 100%;
    font-size: 2rem;
  }
}
.lp-submit__button::before {
  content: "今すぐ";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  background: #fff;
  border-radius: 50%;
  font-size: 2rem;
  color: #3E7D5E;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  margin: auto;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .lp-submit__button::before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-submit__button::before {
    font-size: 1.4rem;
    left: 2rem;
  }
}
.lp-submit__button::after {
  content: "?";
  transform: unset;
  border: 0;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  height: 1em;
  line-height: 1em;
  font-size: 2rem;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lp-submit__button::after {
    font-size: 1.6rem;
  }
}

.lp-submit__text {
  margin-top: 2.3rem;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-submit__text {
    font-size: 1.6rem;
  }
}

.lp-section {
  background: none;
}

.lp-section__inner {
  width: 100%;
  margin: auto;
}

.lp-section__title {
  font-size: 6rem;
  text-align: center;
  line-height: 1.5em;
  color: #3E7D5E;
}
@media screen and (max-width: 1400px) {
  .lp-section__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-section__title {
    font-size: 2.5rem;
  }
}

.lp-section__text {
  font-size: 2rem;
  text-align: center;
  line-height: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lp-section__text {
    font-size: 1.8rem;
  }
}

.lp-section__box {
  display: flex;
  justify-content: space-between;
}

.lp-section__box__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .lp-section__box__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.intro .lp-section__inner {
  width: 100%;
  padding: 14rem 0 12rem;
  max-width: 1090px;
}
@media screen and (max-width: 1200px) {
  .intro .lp-section__inner {
    padding: 10rem 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  .intro .lp-section__inner {
    padding: 6rem 0;
  }
}
.intro .lp-section__title {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .intro .lp-section__title {
    padding-bottom: 4rem;
  }
}
.intro .lp-section__box {
  padding: 3.5rem 0 2.5rem;
}
@media screen and (max-width: 1200px) {
  .intro .lp-section__box {
    padding: 3.5rem 2rem 2.5rem;
  }
}
.intro .lp-section__box li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .intro .lp-section__box {
    flex-wrap: wrap;
  }
  .intro .lp-section__box li {
    width: 100%;
  }
}
.intro .lp-section__box__text {
  font-size: 2rem;
  padding: 1.3rem 0;
  text-align: center;
  background: #3E7D5E;
  margin-top: 2rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .intro .lp-section__box__text {
    font-size: 1.8rem;
    min-height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .intro .lp-section__box__text {
    font-size: 1.6rem;
    margin: 0 0 2rem;
  }
}
.intro ruby {
  font-size: 3.8rem;
  line-height: 1em;
  color: #3E7D5E;
}
.intro rt {
  font-size: 2.4rem;
}

.lp-section__title-inner {
  position: relative;
  margin: auto;
  display: block;
}

.point {
  overflow: hidden;
}
.point .lp-section__title {
  position: relative;
  background: linear-gradient(90deg, #B48C51 0%, #C49F6B 50%, #B48C51 100%);
}
.point .lp-section__title-inner {
  max-width: 975px;
  padding: 6.3rem 0 1.5rem;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__title-inner {
    max-width: 850px;
    padding: 9rem 0 3rem;
  }
}
.point .lp-section__title-1 {
  position: absolute;
  top: 4.6rem;
  left: 0;
  font-size: 2.2rem;
  padding: 1.4rem;
  line-height: 1em;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .point .lp-section__title-1 {
    top: 3.6rem;
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__title-1 {
    top: 3rem;
    left: 5rem;
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.point .lp-section__title-1::after {
  content: "";
  display: block;
  height: 2rem;
  width: 1.8rem;
  -webkit-clip-path: polygon(72% 0%, 0 0, 100% 100%);
          clip-path: polygon(72% 0%, 0 0, 100% 100%);
  position: absolute;
  bottom: -1.4rem;
  left: 2.6rem;
  background: #fff;
}
.point .lp-section__title-2 {
  font-size: 3.8rem;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__title-2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__title-2 {
    font-size: 2rem;
  }
}
.point .lp-section__title-2_strong {
  font-size: 7.7rem;
}
.point .lp-section__title-2_strong b {
  font-size: 14.5rem;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__title-2_strong {
    font-size: 6rem;
  }
  .point .lp-section__title-2_strong b {
    font-size: 12.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .point .lp-section__title-2_strong {
    font-size: 4.5rem;
  }
  .point .lp-section__title-2_strong b {
    font-size: 10.5rem;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__title-2_strong {
    font-size: 3rem;
    display: block;
    padding-top: 1rem;
  }
  .point .lp-section__title-2_strong b {
    font-size: 5.5rem;
  }
}
.point .lp-section__box {
  max-width: 1265px;
  margin: 6.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .point .lp-section__box {
    margin-top: 6rem;
    flex-wrap: wrap;
  }
}
.point .lp-section__box .lp-section__box__image {
  width: 36.5%;
}
@media screen and (max-width: 767px) {
  .point .lp-section__box .lp-section__box__image {
    width: 100%;
    height: 20rem;
  }
}
.point .lp-section__box__text {
  width: 63.5%;
  padding: 4rem 0 0 7rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__box__text {
    padding: 4rem 7rem 0 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .point .lp-section__box__text {
    padding: 2rem 0 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__box__text {
    width: 100%;
    background: #DCF1E0;
    padding: 4rem 2rem;
  }
}
.point .lp-section__box__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: #DCF1E0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .point .lp-section__box__text::before {
    content: none;
  }
}
.point .lp-section__box__text .lp-section__box__image {
  width: 100%;
}
.point .lp-section__box__text-1 {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__box__text-1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .point .lp-section__box__text-1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__box__text-1 {
    font-size: 1.6rem;
  }
}
.point .lp-section__box__text-title-1 {
  font-size: 3.6rem;
  display: block;
  padding-top: 1rem;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__box__text-title-1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .point .lp-section__box__text-title-1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__box__text-title-1 {
    font-size: 1.4rem;
  }
}
.point .lp-section__box__text-title-2 {
  font-size: 8.5rem;
  line-height: 1.3em;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__box__text-title-2 {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .point .lp-section__box__text-title-2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__box__text-title-2 {
    font-size: 2.5rem;
  }
}
.point .lp-section__box__text-2 {
  font-size: 2.1rem;
  padding-top: 1.2rem;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__box__text-2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__box__text-2 {
    font-size: 1.6rem;
  }
}
.point .lp-section__box__text-ul {
  padding: 3.2rem 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .point .lp-section__box__text-ul {
    flex-wrap: wrap;
  }
}
.point .lp-section__box__text-ul li {
  width: 31%;
  padding: 3.4rem 0 2.2rem;
  background: #3E7D5E;
  border-radius: 1rem;
}
@media screen and (max-width: 1200px) {
  .point .lp-section__box__text-ul li {
    padding: 2rem 0 1rem;
    width: 33%;
  }
}
.point .lp-section__box__text-ul li img {
  margin: auto;
  width: 60%;
  display: block;
}
@media screen and (max-width: 767px) {
  .point .lp-section__box__text-ul li {
    width: 100%;
    display: flex;
    padding: 1.5rem 0;
    margin-bottom: 1rem;
  }
  .point .lp-section__box__text-ul li img {
    width: 20%;
    margin: 0 2rem;
  }
}
.point .lp-section__box__text-p {
  text-align: center;
  font-size: 2.1rem;
  color: #fff;
  padding: 5rem 0 0;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__box__text-p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .point .lp-section__box__text-p {
    padding-top: 1rem;
    font-size: 1.4rem;
  }
}
.point .reverse .lp-section__box__text {
  padding: 4rem 7rem 0 0;
}
@media screen and (max-width: 1400px) {
  .point .reverse .lp-section__box__text {
    padding: 4rem 7rem 0 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .point .reverse .lp-section__box__text {
    padding: 2rem 2rem 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .point .reverse .lp-section__box__text {
    padding: 4rem 2rem;
    order: 1;
  }
}
.point .reverse .lp-section__box__text::before {
  left: auto;
  right: 0;
}
.point .reverse .lp-section__box__text-ul li {
  background: none;
  border-radius: 50%;
  border: 4px solid #3E7D5E;
  background: #fff;
}
.point .reverse .lp-section__box__text-p {
  color: #3E7D5E;
  padding: 0.5rem 0 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .point .reverse .lp-section__box__text-p {
    font-size: 1.2rem;
    padding: 2rem 0 1rem;
  }
}
.point .reverse .lp-section__box__text-p b {
  font-size: 3.8rem;
}
@media screen and (max-width: 1400px) {
  .point .reverse .lp-section__box__text-p b {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .point .reverse .lp-section__box__text-p b {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .point .reverse .lp-section__box__text-p b {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__box:nth-last-child(3) .lp-section__box__text-ul {
    width: 110%;
    margin-left: -5%;
  }
  .point .lp-section__box:nth-last-child(3) .lp-section__box__text-ul li {
    width: 32.5%;
    justify-content: center;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__box:nth-last-child(2) .lp-section__box__text .lp-section__box__image {
    height: auto;
  }
  .point .lp-section__box:nth-last-child(2) .lp-section__box__text .lp-section__box__image img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.point .lp-section__box:last-child {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1200px) {
  .point .lp-section__box:last-child {
    margin-bottom: 4rem;
  }
}
.point .lp-section__box:last-child .lp-section__box__text {
  padding: 8rem 8rem 0 0;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__box:last-child .lp-section__box__text {
    padding: 8rem 8rem 0 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .point .lp-section__box:last-child .lp-section__box__text {
    padding: 2rem 2rem 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__box:last-child .lp-section__box__text {
    padding: 4rem 2rem;
  }
}
.point .lp-section__box:last-child .lp-section__box__text-ul-2 {
  padding: 3rem 0 0;
}
.point .lp-section__box:last-child .lp-section__box__text-ul-2 li {
  font-size: 2.1rem;
  font-weight: bold;
  padding: 1rem 0 1rem 2rem;
  display: flex;
  align-items: center;
  color: #3E7D5E;
  border: 4px solid #3E7D5E;
  margin-bottom: 2rem;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .point .lp-section__box:last-child .lp-section__box__text-ul-2 li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .point .lp-section__box:last-child .lp-section__box__text-ul-2 li {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .point .lp-section__box:last-child .lp-section__box__text-ul-2 li {
    font-size: 1.6rem;
  }
}
.point .lp-section__box:last-child .lp-section__box__text-ul-2 [class*=icon-] {
  display: inline-block;
  width: 4.7rem;
  height: 4.5rem;
  background: url(../images/sell/point-icon-01.png) no-repeat top center/100% auto;
  margin-right: 1rem;
}
.point .lp-section__box:last-child .lp-section__box__text-ul-2 .icon-2 {
  background-image: url(../images/sell/point-icon-02.png);
}
.point .lp-section__box:last-child .lp-section__box__text-ul-2 .icon-3 {
  background-image: url(../images/sell/point-icon-03.png);
}

.footer {
  background: none;
}

.footer__inner {
  width: 100%;
  max-width: 1280px;
  padding: 11rem 0 0;
}
@media screen and (max-width: 1200px) {
  .footer__inner {
    padding-top: 4rem;
  }
}

.footer-link {
  width: 100%;
}

.footer-link__lists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .footer-link__lists {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-link__lists {
    width: 85%;
  }
}

.footer-link__list {
  width: 37%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .footer-link__list {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .footer-link__list {
    width: 100%;
  }
}
.footer-link__list ::before {
  content: none;
}
.footer-link__list li {
  width: 100%;
}
.footer-link__list:nth-child(2) {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .footer-link__list:nth-child(2) {
    width: 100%;
  }
}
.footer-link__list:nth-child(2) li:nth-child(2) {
  order: 1;
}
.footer-link__list:nth-child(2) li:nth-child(4) {
  font-size: 0;
}
.footer-link__list:nth-child(2) li:nth-child(4)::after {
  content: "中古マンション購入を相談したい";
  font-size: 2rem;
}
@media screen and (max-width: 1400px) {
  .footer-link__list:nth-child(2) li:nth-child(4)::after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer-link__list:nth-child(2) li:nth-child(4)::after {
    font-size: 1.6rem;
  }
}
.footer-link__list:nth-child(3) {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .footer-link__list:nth-child(3) {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .footer-link__list:nth-child(3) {
    width: 100%;
  }
}
.footer-link__list:nth-child(3) li:nth-child(1) {
  order: 1;
}
.footer-link__list:last-child {
  width: 100%;
  justify-content: center;
  padding-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .footer-link__list:last-child {
    padding-top: 1rem;
    justify-content: flex-start;
  }
}
.footer-link__list:last-child li {
  width: 17%;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .footer-link__list:last-child li {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .footer-link__list:last-child li {
    width: 33%;
    text-align: left;
    margin-bottom: 1rem;
  }
}
.footer-link__list:last-child li:nth-child(1) a {
  font-size: 0;
}
.footer-link__list:last-child li:nth-child(1) a::after {
  content: "会社概要TOP";
  font-size: 2rem;
}
@media screen and (max-width: 1400px) {
  .footer-link__list:last-child li:nth-child(1) a::after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer-link__list:last-child li:nth-child(1) a::after {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-link__list:last-child li:nth-child(1) a::after {
    font-size: 1.2rem;
  }
}
.footer-link__list:last-child li:nth-child(2) {
  order: -1;
}
@media screen and (max-width: 767px) {
  .footer-link__list:last-child li:nth-child(2) {
    text-align: right;
  }
}
.footer-link__list:last-child li:nth-child(3) {
  order: -2;
}
.footer-link__list:last-child li:nth-child(4) {
  order: -3;
}

.footer-link__item__title {
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-bottom: 5rem;
  order: -1;
}
.footer-link__item__title::before {
  content: "▼";
  margin-right: 2rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 1200px) {
  .footer-link__item__title {
    font-size: 2rem;
  }
  .footer-link__item__title::before {
    margin-right: 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-link__item__title {
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
  }
}

.footer-link__item {
  padding: 0 0 3.4rem 4rem;
  position: relative;
  font-size: 2rem;
  line-height: 1em;
}
@media screen and (max-width: 1400px) {
  .footer-link__item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer-link__item {
    font-size: 1.6rem;
    padding: 0 0 1.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-link__item {
    font-size: 1.2rem;
  }
}

.bottomnav {
  width: 100%;
  max-width: 1280px;
  margin: 5.7rem auto 0;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .bottomnav {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .bottomnav {
    width: 85%;
    margin-top: 2rem;
  }
}

.bottomnav__list {
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bottomnav__list {
    flex-wrap: wrap;
  }
}

.bottomnav__item {
  margin: 0;
  width: 17.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottomnav__item:last-child {
  width: 41%;
}
@media screen and (max-width: 1200px) {
  .bottomnav__item:last-child {
    width: 45%;
  }
  .bottomnav__item:last-child .bottomnav__link {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bottomnav__item {
    width: 31.5%;
  }
  .bottomnav__item:last-child {
    margin-top: 2rem;
    width: 100%;
  }
}

.bottomnav__link {
  font-size: 2.4rem;
  background: #3E7D5E;
  padding: 1.4rem 0 1rem 2rem;
  width: 100%;
  color: #fff;
  border-radius: 1rem;
}
.bottomnav__link::after {
  content: "?";
  padding-left: 2rem;
}
@media screen and (max-width: 1400px) {
  .bottomnav__link {
    font-size: 2rem;
  }
  .bottomnav__link::after {
    padding-left: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .bottomnav__link {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
  .bottomnav__link::after {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bottomnav__link {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .bottomnav__link::after {
    padding-left: 0.5rem;
    font-size: 1.4rem;
  }
}

.footer__logo {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 6.8rem 0 1.1rem;
}
.footer__logo a {
  width: 43rem;
}
.footer__logo a img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    padding: 4rem 0 2rem;
  }
  .footer__logo a {
    width: 85%;
    display: block;
    margin: auto;
  }
}

.footer__copy {
  font-size: 1.6rem;
  background: none;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .footer__copy {
    font-size: 1.4rem;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tab {
    display: block;
  }
}

.tab-non {
  display: block;
}
@media screen and (max-width: 1200px) {
  .tab-non {
    display: none;
  }
}

.pagetop {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 8px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-non {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-non {
    display: none;
  }
}

.pc-tb {
  display: block;
}