@charset "shift_jis";
/* Updated 2022/04/26.T */
/* Updated 2022/03/03.T */

/*-------------------------------------------
parts
-------------------------------------------*/
[class*=column-layoutB]>* {
  margin-top: 48px;
}
header {
  z-index: 0;
}
.housingTop .housingTopInner {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
}

/* title */
.housingTop .htTitleBlock01 .title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
.housingTop .htTitleBlock01 .title .smallTitle {
  font-size: 40px;
}

/* btn */
.housingTop .htBtnBlock01 {
  text-align: center;
}
.housingTop .htBtnBlock01 .htBtn {
  display: inline-block;
  width: 366px;
  padding: 17px 36px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #004831;
  border-radius:5px;
  box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
  position: relative;
  text-decoration: none;
}
.housingTop .htBtnBlock01 .htBtn:before {
  content: "";
  width: 8px;
  height: 13px;
  background: url('/kojin/jutaku_loan/column/imgs/index_ico_arrow01.png') 0 0 no-repeat;
  -ms-background-size: 8px 13px;
  -moz-background-size: 8px 13px;
  -webkit-background-size: 8px 13px;
  background-size: 8px 13px;
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -7px;
}

/* htBalloonBlock */
.housingTop .htPositionWrap {
  position: relative;
}
.housingTop .htBalloonBlock01 {
  position: absolute;
}
.housingTop .htBalloonBlock01 .htBalloonElm {
  position: relative;
}
.housingTop .htBalloonBlock01 .htBalloonElm .htBalloon,
.housingTop .htBalloonBlock01 .htBalloonElm .htChara {
  position: absolute;
}
/* type01 */
.housingTop .htBalloonBlock01.type01 {
  top: 176px;
  right: 5px;
}
.housingTop .htBalloonBlock01.type01 .htBalloonElm {
  width: 212px;
  height: 312px;
}
.housingTop .htBalloonBlock01.type01 .htBalloon {
  top: 0;
  left: 0;
}
.housingTop .htBalloonBlock01.type01 .htChara {
  bottom: 0;
  right: 0;
}
/* type02 */
.housingTop .htBalloonBlock01.type02 {
  top: 140px;
  left: 10px;
}
.housingTop .htBalloonBlock01.type02 .htBalloonElm {
  width: 238px;
  height: 274px;
}
.housingTop .htBalloonBlock01.type02 .htBalloon {
  top: 0;
  left: 0;
}
.housingTop .htBalloonBlock01.type02 .htChara {
  bottom: 0;
  right: 0;
}
/* type03 */
.housingTop .htBalloonBlock01.type03 {
  top: 253px;
  right: 22px;
}
.housingTop .htBalloonBlock01.type03 .htBalloonElm {
  width: 225px;
  height: 307px;
}
.housingTop .htBalloonBlock01.type03 .htBalloon {
  top: 0;
  left: 0;
}
.housingTop .htBalloonBlock01.type03 .htChara {
  bottom: 0;
  right: 21px;
}

/* MV */
.housingTop .htMvBlock01 {
  height: 394px;
  background:#9bd4e6 url('/kojin/jutaku_loan/column/imgs/index_bg_mv01_repeat.gif') repeat center center;
  background-size: 100px;
  position: relative;
}
.housingTop .htMvBlock01:before,
.housingTop .htMvBlock01 .htMvBlockInner:before  {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}
.housingTop .htMvBlock01:before {
  height: 168px;
  background: url('/kojin/jutaku_loan/column/imgs/index_bg_mvFlow01.png') repeat-x;
  background-size: 573px 168px;
  background-position: 0 0;
  -webkit-animation: flowRoop01 20s linear infinite;
  -moz-animation: flowRoop01 20s linear infinite;
  animation: flowRoop01 20s linear infinite;
  top: 37px;
}
.housingTop .htMvBlock01 .htMvBlockInner:before {
  height: 146px;
  background: url('/kojin/jutaku_loan/column/imgs/index_bg_mvFlow02.png') repeat-x bottom center;
  background-size: 810px 146px;
  bottom: 0;
}
.housingTop .htMvBlock01 .htMvBox {
  width: 100%;
  height: 100%;
  padding-top: 136px;
  background: url('/kojin/jutaku_loan/column/imgs/index_bg_mv01.png') no-repeat bottom center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.housingTop .htMvBlock01 .htMvBox .htMvText01 {
  margin-top: 35px;
  font-size: 16px;
  font-weight: bold;
  color: #009275;
  line-height: 1.8;
}

/* animation */
/* flow */
@-webkit-keyframes flowRoop01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -573px 0;
  }
}
@-moz-keyframes flowRoop01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -573px 0;
  }
}
@keyframes flowRoop01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -573px 0;
  }
}

/* bound */
.htBound.active {
  -webkit-animation: bound01 1s;
  -moz-animation: bound01 1s;
  animation: bound01 1s;
}
@-webkit-keyframes bound01 {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  65% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes bound01 {
  from {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -moz-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  50% {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  65% {
    -moz-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  75% {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  to {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes bound01 {
  from {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  65% {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/* bound */
.htDown {
  opacity: 0;
}
.htDown.active {
  opacity: 1;
  -webkit-animation: down01 1s;
  -moz-animation: down01 1s;
  animation: down01 1s;
}
@-webkit-keyframes down01 {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 300px);
    transform: translate(0, 300px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    opacity: 1;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes down01 {
  from {
    opacity: 0;
    -moz-transform: translate(0, 300px);
    transform: translate(0, 300px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    opacity: 1;
    -moz-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  75% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    opacity: 1;
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes down01 {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 300px);
    -moz-transform: translate(0, 300px);
    transform: translate(0, 300px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    opacity: 1;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* htCntWrap */
.housingTop .htCntWrap {
  padding-top: 6px;
  background: url('/kojin/jutaku_loan/column/imgs/index_bg_grass01_top.gif') repeat-x top left;
}
.housingTop .htCntWrap .htCntWrapInner {
  background:#8dc556 url('/kojin/jutaku_loan/column/imgs/index_bg_grass01_mid.gif') repeat top center;
}
.housingTop .htCntWrap .housingTopInner.htGide01 {
  padding-top: 85px;
  position: relative;
}
.housingTop .htCntWrap .housingTopInner.htGide01:before {
  content: "";
  width: 188px;
  height: 173px;
  background: url('/kojin/jutaku_loan/column/imgs/index_img_guide01.png') no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  top: -110px;
  left: 11px;
}
.housingTop .htCntWrap .housingTopInner.htGide01:after {
  content: "";
  width: 159px;
  height: 165px;
  background: url('/kojin/jutaku_loan/column/imgs/index_img_guide02.png') no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  top: -103px;
  right: -1px;
}

/* htStepBox */
.housingTop .htStepBlock01 .htStepBox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 205px;
  position: relative;
}
.housingTop .htStepBlock01 .htStepBox .htStepNumber {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.housingTop .htStepBlock01 .htStepBox .htStepNumber > img {
  width: 150px;
}
.housingTop .htStepBlock01 .htStepBox .htStepCnt {
  text-align: center;
}
.housingTop .htStepBlock01 .htStepBox .htStepCnt > * {
  margin-top: 30px;
}
.housingTop .htStepBlock01 .htStepBox .htStepCnt > *:first-child {
  margin-top: 0;
}
.housingTop .htStepBlock01 .htStepBox .htStepCnt .title {
  font-size: 50px;
  font-weight: bold;
  color: #0c5e4b;
  line-height: 1.2;
}
.housingTop .htStepBlock01 .htStepBox .htStepCnt .txt {
  font-size: 18px;
  line-height: 1.8;
}
.housingTop .htStepBlock01 .htStepBox .htStepCnt .title + .txt {
  margin-top: 10px;
}

/* htStepBtnBlock */
.housingTop .htStepBlock01 .htStepBtnBox {
  letter-spacing: -0.5em;
  text-align: center;
}
.housingTop .htStepBlock01 .htStepBtnBox .htStepLink {
  display: inline-block;
  width: 228px;
  letter-spacing: normal;
  vertical-align: top;
}
.housingTop .htStepBlock01 .htStepBtnBox.htStep3Col .htStepLink {
  margin-left: 60px;
}
.housingTop .htStepBlock01 .htStepBtnBox.htStep4Col .htStepLink {
  margin-left: 22px;
}
.housingTop .htStepBlock01 .htStepBtnBox.htStep3Col .htStepLink:first-child,
.housingTop .htStepBlock01 .htStepBtnBox.htStep4Col .htStepLink:first-child {
  margin-left: 0;
}
.housingTop .htStepBlock01 .htStepBtnBox .htStepBtn01 {
  display: block;
  width: 100%;
  padding-top: 223px;
  background: url('/kojin/jutaku_loan/column/imgs/index_btn_house01_off.png') 0 0 no-repeat;
  background-size: 100% 100%;
  font-size: 19px;
  font-weight: bold;
  color: #004831;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.housingTop .htStepBlock01 .htStepBtnBox .htStepBtn01 .htStepBtnElm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.housingTop .htStepBlock01 .htStepBtnBox .htStepBtn01 .htStepBtnElm .htStepBtnElmHigh {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px 10px 0;
}
.housingTop .htStepBlock01 .htStepBtnBox .htStepBtn01 .htStepBtnElm .htStepBtnElmLow {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.housingTop .htStepBlock01 .htStepBtnBox .htStepBtn01:hover {
  background: url('/kojin/jutaku_loan/column/imgs/index_btn_house01_on.png') 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}

/*-------------------------------------------
contents
-------------------------------------------*/
/* htBgBlock01 */
.housingTop .htBgBlock01 .htBgTop,
.housingTop .htBgBlock01 .htBgMid,
.housingTop .htBgBlock01 .htBgBtm {
  height: 100%;
}
.housingTop .htBgBlock01 .htBgTop {
  position: relative;
}
.housingTop .htBgBlock01 .htBgTop:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* htStepBlock01 */
.housingTop .htBgBlock01 .htStepBlock01 {
  width: 100%;
  position: absolute;
  left: 0;
}

/* htBgBlock01 ptn01 */
.housingTop .htBgBlock01.ptn01 {
  height: 1682px;
}
.housingTop .htBgBlock01.ptn01 .htBgTop:before {
  background: url('/kojin/jutaku_loan/column/imgs/index_bg_cnt01.png') no-repeat top center;
  background-size: 1600px auto;
}
.housingTop .htBgBlock01.ptn01 .htStepBlock01 {
  top: 536px;
}
.housingTop .htBgBlock01.ptn01 .htStepBlock01 .htStepBtnBox {
  margin-top: 12px;
}
.housingTop .htBgBlock01.ptn01 .htStepBlock01 .htStepBtnBox .htStepLink:nth-of-type(2) {
  padding-top: 59px;
}

/* htBgBlock01 ptn02 */
.housingTop .htBgBlock01.ptn02 {
  height: 850px;
}
.housingTop .htBgBlock01.ptn02 .htBgTop:before {
  background: url('/kojin/jutaku_loan/column/imgs/index_bg_cnt02.png') no-repeat top center;
  background-size: 1600px auto;
}
.housingTop .htBgBlock01.ptn02 .htStepBlock01 {
  top: -47px;
}
.housingTop .htBgBlock01.ptn02 .htStepBlock01 .htStepBtnBox {
  margin-top: 15px;
}
.housingTop .htBgBlock01.ptn02 .htStepBlock01 .htStepBtnBox .htStepLink:nth-of-type(2) {
  padding-top: 59px;
}

/* htBgBlock01 ptn03 */
.housingTop .htBgBlock01.ptn03 {
  height: 970px;
}
.housingTop .htBgBlock01.ptn03 .htBgTop:before {
  background: url('/kojin/jutaku_loan/column/imgs/index_bg_cnt03.png') no-repeat top center;
  background-size: 1600px auto;
}
.housingTop .htBgBlock01.ptn03 .htStepBlock01 {
  top: 57px;
}
.housingTop .htBgBlock01.ptn03 .htStepBlock01 .htStepBtnBox {
  margin-top: 40px;
}
.housingTop .htBgBlock01.ptn03 .htStepBlock01 .htStepBtnBox .htStepLink:nth-of-type(2) {
  padding-top: 70px;
}
.housingTop .htBgBlock01.ptn03 .htStepBlock01 .htStepBtnBox .htStepLink:nth-of-type(4) {
  padding-top: 70px;
}

/* htBgBlock01 ptn04 */
.housingTop .htBgBlock01.ptn04 {
  height: 1046px;
}
.housingTop .htBgBlock01.ptn04 .htBgTop:before {
  background: url('/kojin/jutaku_loan/column/imgs/index_bg_cnt04.png') no-repeat top center;
  background-size: 1600px auto;
}

/* customerBlock01 */
.htBgBlock01.ptn04 .customerBlock01 {
  padding-top: 192px;
}

/*-------------------------------------------
sp
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  parts
  -------------------------------------------*/
  .housingTop .housingTopInner {
    width: 100%;
    padding: 0 15px;
  }

  /* title */
  .housingTop .htTitleBlock01 .title {
    font-size: 31px;
  }
  .housingTop .htTitleBlock01 .title .smallTitle {
    font-size: 25px;
  }

  /* btn */
  .housingTop .htBtnBlock01 .htBtn {
    width: 82%;
    max-width: 343px;
    padding: 13px 23px;
    font-size: 18px;
  }
  .housingTop .htBtnBlock01 .htBtn:before {
    width: 7px;
    height: 12px;
    -ms-background-size: 7px 12px;
    -moz-background-size: 7px 12px;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
    right: 10px;
    margin-top: -6px;
  }

  /* htBalloonBlock */
  /* type01 */
  .housingTop .htBalloonBlock01.type01 {
    top: 450px;
    right: 13px;
  }
  .housingTop .htBalloonBlock01.type01 .htBalloonElm {
    width: 184px;
    height: 234px;
  }
  .housingTop .htBalloonBlock01.type01 .htBalloon {
    width: 184px;
  }
  .housingTop .htBalloonBlock01.type01 .htChara {
    width: 93px;
  }
  /* type02 */
  .housingTop .htBalloonBlock01.type02 {
    top: 426px;
    right: 10px;
    left: auto;
  }
  .housingTop .htBalloonBlock01.type02 .htBalloonElm {
    width: 210px;
    height: 235px;
  }
  .housingTop .htBalloonBlock01.type02 .htBalloon {
    width: 210px;
  }
  .housingTop .htBalloonBlock01.type02 .htChara {
    width: 94px;
    right: 9px;
  }
  /* type03 */
  .housingTop .htBalloonBlock01.type03 {
    top: 1210px;
    right: auto;
    left: 8px;
  }
  .housingTop .htBalloonBlock01.type03 .htBalloonElm {
    width: 202px;
    height: 237px;
  }
  .housingTop .htBalloonBlock01.type03 .htBalloon {
    width: 202px;
  }
  .housingTop .htBalloonBlock01.type03 .htChara {
    width: 85px;
    right: 52px;
  }

  /* MV */
  .housingTop .htMvBlock01 {
    height: auto;
    background: none;
    background-size: auto;
  }
  .housingTop .htMvBlock01:before,
  .housingTop .htMvBlock01 .htMvBlockInner:before  {
    display: none;
  }
  .housingTop .htMvBlock01 .htMvBox {
    width: 100%;
    padding: 107px 0 77px;
    background: url('/kojin/jutaku_loan/column/imgs/index_bg_mv01_sp.jpg') no-repeat center center;
    background-size: 100% 100%;
    position: static;
    top: auto;
    left: auto;
  }
  .housingTop .htMvBlock01 .htMvTitleBlock01 .htMvTitle img {
    width: 100%;
    max-width: 340px;
  }
  .housingTop .htMvBlock01 .htMvBox .htMvText01 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.8;
  }

  /* htCntWrap */
  .housingTop .htCntWrap {
    padding-top: 17px;
    background: url('/kojin/jutaku_loan/column/imgs/index_bg_grass01_top_sp.gif') repeat-x top left;
    background-size: 75px 17px;
  }
  .housingTop .htCntWrap .htCntWrapInner {
    background:#8dc556 url('/kojin/jutaku_loan/column/imgs/index_bg_grass01_mid_sp.gif') repeat top center;
    background-size: 55px 55px;
  }
  .housingTop .htCntWrap .housingTopInner.htGide01 {
    padding-top: 72px;
  }
  .housingTop .htCntWrap .housingTopInner.htGide01:before {
    width: 123px;
    height: 114px;
    top: -49px;
    left: 20px;
  }
  .housingTop .htCntWrap .housingTopInner.htGide01:after {
    width: 105px;
    height: 108px;
    top: -44px;
    right: 15px;
  }

  /* htStepBox */
  .housingTop .htStepBlock01 .htStepBox {
    padding-top: 144px;
  }
  .housingTop .htStepBlock01 .htStepBox .htStepNumber > img {
    width: 108px;
  }
  .housingTop .htStepBlock01 .htStepBox .htStepCnt > * {
    margin-top: 25px;
  }
  .housingTop .htStepBlock01 .htStepBox .htStepCnt .title {
    font-size: 31px;
  }
  .housingTop .htStepBlock01 .htStepBox .htStepCnt .txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .housingTop .htStepBlock01 .htStepBox .htStepCnt .title + .txt {
    margin-top: 25px;
  }

  /* htStepBtnBlock */
  .housingTop .htStepBlock01 .htStepBtnBox {
    letter-spacing: normal;
  }
  .housingTop .htStepBlock01 .htStepBtnBox .htStepLink {
    display: block;
    width: 100%;
    text-align: left;
  }
  .housingTop .htStepBlock01 .htStepBtnBox .htStepLink:nth-of-type(2n) {
    text-align: right;
  }
  .housingTop .htStepBlock01 .htStepBtnBox.htStep3Col .htStepLink {
    margin-left: 0;
  }
  .housingTop .htStepBlock01 .htStepBtnBox.htStep4Col .htStepLink {
    margin-left: 0;
  }
  .housingTop .htStepBlock01 .htStepBtnBox .htStepLink .htStepLinkInner {
    display: inline-block;
    width: 200px;
  }
  .housingTop .htStepBlock01 .htStepBtnBox .htStepBtn01 {
    padding-top: 95.5%;
    font-size: 18px;
  }
  .housingTop .htStepBlock01 .htStepBtnBox .htStepBtn01 .htStepBtnElm .htStepBtnElmHigh {
    padding: 7% 5% 0;
  }
  .housingTop .htStepBlock01 .htStepBtnBox .htStepBtn01:hover {
    background: url('/kojin/jutaku_loan/column/imgs/index_btn_house01_off.png') 0 0 no-repeat;
    background-size: 100% 100%;
  }

  /*-------------------------------------------
  contents
  -------------------------------------------*/
  /* htBgBlock01 ptn01 */
  .housingTop .htBgBlock01.ptn01 {
    height: 1626px;
  }
  .housingTop .htBgBlock01.ptn01 .htBgTop:before {
    background: url('/kojin/jutaku_loan/column/imgs/index_bg_cnt01_sp.png') no-repeat top center;
    background-size: 856px auto;
  }
  .housingTop .htBgBlock01.ptn01 .htStepBlock01 {
    top: 391px;
  }
  .housingTop .htBgBlock01.ptn01 .htStepBlock01 > .housingTopInner {
    max-width: 375px;
  }
  .housingTop .htBgBlock01.ptn01 .htStepBlock01 .htStepBtnBox {
    margin-top: 50%;
  }
  .housingTop .htBgBlock01.ptn01 .htStepBlock01 .htStepBtnBox .htStepLink:nth-of-type(2) {
    padding-top: 0;
  }

  /* htBgBlock01 ptn02 */
  .housingTop .htBgBlock01.ptn02 {
    height: 1219px;
  }
  .housingTop .htBgBlock01.ptn02 .htBgTop:before {
    background: url('/kojin/jutaku_loan/column/imgs/index_bg_cnt02_sp.png') no-repeat top center;
    background-size: 856px auto;
  }
  .housingTop .htBgBlock01.ptn02 .htStepBlock01 {
    top: 33px;
  }
  .housingTop .htBgBlock01.ptn02 .htStepBlock01 > .housingTopInner {
    max-width: 375px;
  }
  .housingTop .htBgBlock01.ptn02 .htStepBlock01 .htStepBtnBox {
    margin-top: 48%;
  }
  .housingTop .htBgBlock01.ptn02 .htStepBlock01 .htStepBtnBox .htStepLink:nth-of-type(2) {
    padding-top: 0;
  }

  /* htBgBlock01 ptn03 */
  .housingTop .htBgBlock01.ptn03 {
    height: 1486px;
  }
  .housingTop .htBgBlock01.ptn03 .htBgTop:before {
    background: url('/kojin/jutaku_loan/column/imgs/index_bg_cnt03_sp.png') no-repeat top center;
    background-size: 856px auto;
  }
  .housingTop .htBgBlock01.ptn03 .htStepBlock01 {
    top: 38px;
  }
  .housingTop .htBgBlock01.ptn03 .htStepBlock01 > .housingTopInner {
    max-width: 375px;
  }
  .housingTop .htBgBlock01.ptn03 .htStepBlock01 .htStepBtnBox {
    margin-top: 7.8%;
  }
  .housingTop .htBgBlock01.ptn03 .htStepBlock01 .htStepBtnBox .htStepLink:nth-of-type(2) {
    padding-top: 0;
  }
  .housingTop .htBgBlock01.ptn03 .htStepBlock01 .htStepBtnBox .htStepLink:nth-of-type(4) {
    padding-top: 0;
  }

  /* htBgBlock01 ptn04 */
  .housingTop .htBgBlock01.ptn04 {
    height: auto;
  }
  .housingTop .htBgBlock01.ptn04 .htBgTop:before {
    background: url('/kojin/jutaku_loan/column/imgs/index_bg_cnt04_sp.png') no-repeat top center;
    background-size: 856px auto;
  }

  /* customerBlock01 */
  .htBgBlock01.ptn04 .customerBlock01 {
    padding: 57px 0 24px;
  }
  .intDb {
    display: none !important;
  }

  /*-------------------------------------------
  column-area
  -------------------------------------------*/
  .column-area .column-box {
    max-width: 100%;
  }
  .column-area .column-box .item {
    max-width: 100%;
  }
  .column-area .column-box .item .card-tile03>.inner>.img {
    max-width: 89px;
    width: 26.5%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  .column-area .column-box .item .card-tile03>.inner>.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .column-area .column-box .item .card-tile03>.inner>.text {
    width: 73.5%;
    min-height: auto;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 374px) {
  /* title */
  .housingTop .htTitleBlock01 .title {
    font-size: 28px;
  }
  .housingTop .htTitleBlock01 .title .smallTitle {
    font-size: 22px;
  }

  /* htBalloonBlock */
  /* type01 */
  .housingTop .htBalloonBlock01.type01 {
    top: 470px;
    right: 4px;
  }
  /* type02 */
  .housingTop .htBalloonBlock01.type02 {
    top: 450px;
    right: 7px;
  }

  /* htStepBtnBlock */
  .housingTop .htStepBlock01 .htStepBtnBox .htStepLink .htStepLinkInner {
    display: inline-block;
    width: 190px;
  }
  .intDb {
    display: none !important;
  }
}