#housing .housingBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
  width: 100%;
  height: 70px;
  padding: 12px;
  border: 2px solid #ffecec;
  border-radius: 6px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #housing .housingBtn {
    max-width: 77.3333333333vw;
    height: 12vw;
    padding: 3.2vw;
    font-size: 6.4vw;
    border-width: 0.5333333333vw;
  }
}
#housing .housingBtn--sugoi {
  background: linear-gradient(to bottom, #194cc6 50%, #0f2f7c 50%);
}
#housing .housingBtn--maji {
  background: linear-gradient(to bottom, #c61919 50%, #ab1414 50%);
}
#housing .housingBtn--cta {
  border: none;
  max-width: 394px;
  height: 106px;
  font-size: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #housing .housingBtn--cta {
    max-width: 89.3333333333vw;
    height: 24vw;
    font-size: 6.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
#housing .housingBtn--cta .housingBtn__icon {
  right: 40px;
  width: 25px;
}
@media screen and (max-width: 767px) {
  #housing .housingBtn--cta .housingBtn__icon {
    right: 9.8666666667vw;
    width: 4.5333333333vw;
  }
}
#housing .housingBtn--fixedCta {
  max-width: 330px;
  height: 60px;
  font-size: min(2.5vw, 32px);
}
#housing .housingBtn--fixedCta .housingBtn__icon {
  right: 33px;
  width: 17px;
}
#housing .housingBtn:hover {
  opacity: 0.9;
  box-shadow: none;
}
#housing .housingBtn__icon {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  width: 19px;
}
@media screen and (max-width: 767px) {
  #housing .housingBtn__icon {
    right: 10.6666666667vw;
    width: 3.4666666667vw;
  }
}
#housing .wrap {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  #housing .wrap {
    padding-top: 40px;
  }
}
#housing .mv {
  background-image: url("../../img/housing/bg_mv.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
  border-bottom: 20px solid #24187a;
}
@media screen and (max-width: 767px) {
  #housing .mv {
    aspect-ratio: 375/166;
    height: auto;
    border-bottom-width: 10px;
  }
}
#housing .mv__inner {
  display: flex;
  align-items: center;
  max-width: 1272px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #housing .mv__inner {
    max-width: 85.8666666667vw;
  }
}
#housing .mv__ttl {
  max-width: 1232px;
  margin: 0 auto;
}
#housing .mv__ttl img {
  width: 100%;
}
#housing .intro__ttl img {
  width: 100%;
}
#housing .strength__lead {
  margin-bottom: -28px;
  font-size: 190px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  #housing .strength__lead {
    font-size: min(14vw, 190px);
    margin-bottom: -1vw;
  }
}
@media screen and (max-width: 767px) {
  #housing .strength__lead {
    margin-bottom: 2.6666666667vw;
    font-size: 13.8666666667vw;
  }
}
#housing .strength__contentPc {
  display: block;
  padding: 14px 0 81px;
  background: linear-gradient(to right, #00a0e9 50%, #d60067 50%);
}
@media screen and (max-width: 767px) {
  #housing .strength__contentPc {
    display: none;
  }
}
#housing .strength__contentSp {
  display: none;
}
@media screen and (max-width: 767px) {
  #housing .strength__contentSp {
    display: block;
  }
}
#housing .strength__contentSp .strength__head {
  padding: 1.0666666667vw 0 8vw;
  background: linear-gradient(to right, #00a0e9 50%, #d60067 50%);
}
#housing .strength__contentSp .strength__sugoi {
  background: #00a0e9;
}
#housing .strength__contentSp .strength__maji {
  background: #d60067;
}
#housing .strength__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #housing .strength__btns {
    grid-template-columns: repeat(1, 1fr);
  }
}
#housing .strength__btns__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 0;
  padding: 4px 20px;
  border: 5px solid #fff;
}
@media screen and (max-width: 767px) {
  #housing .strength__btns__item {
    justify-content: flex-start;
    gap: 1.6vw 0;
    padding: 1.0666666667vw;
    border-width: 1.3333333333vw;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
  }
}
#housing .strength__btns__item--sugoi {
  background: #0071e9;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  #housing .strength__btns__item--sugoi {
    border-width: 1.3333333333vw;
  }
}
#housing .strength__btns__item--maji {
  background: #d60039;
  border-left: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  #housing .strength__btns__item--maji {
    border-width: 1.3333333333vw;
  }
}
#housing .strength__btns__itemImg {
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  #housing .strength__btns__itemImg {
    margin-top: 0;
  }
}
#housing .strength__btns__itemImg--sugoi {
  width: min(34.5138888889vw, 497px);
}
@media screen and (max-width: 767px) {
  #housing .strength__btns__itemImg--sugoi {
    width: 79.7333333333vw;
    margin-top: -1.6vw;
  }
}
#housing .strength__btns__itemImg--maji {
  width: min(25vw, 360px);
}
@media screen and (max-width: 767px) {
  #housing .strength__btns__itemImg--maji {
    width: 60.5333333333vw;
    margin-top: -4.2666666667vw;
  }
}
#housing .strength__ttl {
  max-width: 1175px;
  margin: 0 auto 27px;
}
@media screen and (max-width: 767px) {
  #housing .strength__ttl {
    max-width: 81.8666666667vw;
    margin-bottom: 0;
  }
}
#housing .strength__ttl img {
  width: 100%;
}
#housing .strength__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 120px;
}
@media screen and (max-width: 960px) {
  #housing .strength__list {
    gap: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  #housing .strength__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4vw 0;
    padding: 12.5333333333vw 20px 13.3333333333vw;
  }
}
#housing .strength__item {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media screen and (max-width: 767px) {
  #housing .strength__item {
    gap: 2.6666666667vw 0;
  }
}
#housing .strength__item__txt {
  flex: 1;
  padding: 20px;
  background: #000;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #housing .strength__item__txt {
    padding: 3.2vw;
    font-size: 5.3333333333vw;
  }
}
#housing .strength__item__txt--lg {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
  #housing .strength__item__txt--lg {
    padding: 3.2vw;
  }
}
#housing .cta {
  padding-top: 60px;
  background-image: url("../../img/housing/bg_cta.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #housing .cta {
    padding-top: 14.9333333333vw;
    background-image: url("../../img/housing/bg_cta_sp.png");
  }
}
#housing .cta__inner {
  padding: 0 20px;
}
#housing .cta__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 8px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #housing .cta__list {
    flex-direction: column;
    align-items: center;
    gap: 10.6666666667vw 0;
    margin-bottom: 14.6666666667vw;
  }
}
#housing .cta__item {
  width: 394px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #housing .cta__item {
    width: 89.3333333333vw;
  }
}
#housing .cta__item:last-child .housingBtn {
  justify-content: flex-start;
  padding-left: 42px;
}
@media screen and (max-width: 767px) {
  #housing .cta__item:last-child .housingBtn {
    justify-content: center;
    padding-left: 0;
  }
}
#housing .cta__item:last-child .housingBtn__icon {
  right: 24px;
}
@media screen and (max-width: 767px) {
  #housing .cta__item:last-child .housingBtn__icon {
    right: 5.6vw;
  }
}
#housing .cta__item__label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 70px;
  margin: 0 auto 25px;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #housing .cta__item__label {
    height: 16vw;
    margin-bottom: 4.8vw;
    font-size: 5.3333333333vw;
  }
}
#housing .cta__item__label:before, #housing .cta__item__label:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 66px;
  background: #000;
}
@media screen and (max-width: 767px) {
  #housing .cta__item__label:before, #housing .cta__item__label:after {
    width: 1.0666666667vw;
    height: 16vw;
  }
}
#housing .cta__item__label:before {
  left: -30px;
  transform: translateY(-50%) rotate(-18deg);
}
@media screen and (max-width: 767px) {
  #housing .cta__item__label:before {
    left: -9.6vw;
  }
}
#housing .cta__item__label:after {
  right: -30px;
  transform: translateY(-50%) rotate(18deg);
}
@media screen and (max-width: 767px) {
  #housing .cta__item__label:after {
    right: -9.6vw;
  }
}
#housing .cta__txt {
  padding: 14px 14px 17px;
  background: #43bd5d;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #housing .cta__txt {
    padding: 2.4vw;
    font-size: 5.3333333333vw;
  }
}
#housing .fixedCta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 80px;
  background: linear-gradient(to right, #00a0e9 50%, #d60067 50%);
  border: 2px solid #fff;
}
@media screen and (max-width: 960px) {
  #housing .fixedCta {
    height: auto;
    background: none;
    border: none;
  }
}
#housing .fixedCta .inner {
  height: 100%;
}
@media screen and (max-width: 960px) {
  #housing .fixedCta .inner {
    max-width: none;
    width: 100%;
  }
}
#housing .fixedCta__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #housing .fixedCta__list {
    height: auto;
    justify-content: flex-end;
  }
}
#housing .fixedCta__item {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  #housing .fixedCta__item {
    padding: 0;
  }
}
#housing .fixedCta__item--sugoi {
  justify-content: flex-end;
  gap: 0 11px;
  padding-right: 22px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  #housing .fixedCta__item--sugoi {
    justify-content: unset;
    gap: 0;
    padding-right: 0;
    border: none;
  }
}
#housing .fixedCta__item--maji {
  gap: 0 50px;
  padding-left: 44px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  #housing .fixedCta__item--maji {
    gap: 0;
    padding-left: 0;
    border: none;
  }
}
@media screen and (max-width: 960px) {
  #housing .fixedCta__item__img {
    display: none;
  }
}
#housing .fixedCta__item__img--sugoi {
  margin-top: -37px;
}
@media screen and (max-width: 960px) {
  #housing .fixedCta__item__img--sugoi {
    width: 100%;
    margin-top: 0;
  }
}
#housing .fixedCta__item__img--maji {
  margin-top: -44px;
}
@media screen and (max-width: 960px) {
  #housing .fixedCta__item__img--maji {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  #housing .fixedCta__item .housingBtn {
    display: none;
  }
}
#housing .fixedCta__btnSp {
  display: none;
}
@media screen and (max-width: 960px) {
  #housing .fixedCta__btnSp {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }
}
#housing .fixedCta__btnSp .fixedCta__item__img {
  display: block;
}

.site_header--housing {
  height: 70px;
  background: #24187a;
  align-items: flex-start;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .site_header--housing {
    height: 40px;
    padding-top: 4px;
  }
}
.site_header--housing .site_header__logo {
  width: 217px;
}
@media screen and (max-width: 767px) {
  .site_header--housing .site_header__logo {
    width: 125px;
  }
}

.site_footer--housing {
  padding-bottom: 110px;
}
@media screen and (max-width: 960px) {
  .site_footer--housing {
    padding-bottom: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .site_footer--housing {
    padding-bottom: 19.4666666667vw;
  }
}
.site_footer--housing #toTop {
  bottom: 100px;
}
@media screen and (max-width: 960px) {
  .site_footer--housing #toTop {
    bottom: 18vw;
  }
}
@media screen and (max-width: 767px) {
  .site_footer--housing #toTop {
    bottom: 18.6666666667vw;
  }
}/*# sourceMappingURL=housing.css.map */