/*-------- スライド -------*/
#loop-wrap{
    position:relative;
    height:auto;
}
#loop-wrap .loopslide {
    position:relative;
    z-index:2;
    width:100vw;
  }
#loop-wrap .loopslide img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    display:block !important;
    overflow: hidden;
    height:320px;
    object-fit:cover;
}

#loop-wrap .sikaku{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 4;

}
#loop-wrap .loop-on{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content:flex-start;
    background: rgba(255, 255, 255, 0.9);
    width:20vw;
    height:20vw;
    max-width:250px;
    max-height:250px;
    text-align: center;
}


#loop-wrap .loop-on p{
    font-size:12px;
    font-weight:bold;
    border-bottom:2px solid #000;
    display:inline-block;
    padding-top:15%;
    letter-spacing:2px;
}
#loop-wrap .loop-on h3{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size:27px;
    line-height:36px;
    font-weight:normal;
    padding-top:9%;
    text-align: left;
    letter-spacing: 3px;
}
#housing-main{
    padding:100px 0;
}
#housing-main .steps{
    margin-bottom:70px;
    background:#fff;
}
#housing-main .steps:last-child{
    margin-bottom:0;
}
#housing-main .item-step{
    display:flex;
    justify-content:space-around;    
    padding:30px;
}

#housing-main .item-step .left{
    display:flex;
    flex-direction: column;
    align-items: center;
}

#housing-main .item-number{
    position:relative;
    font-size:85px;
    display:inline-block;
    padding-bottom:20px;
    line-height:70px;
    border-bottom: 2px solid #000;
    color: #fff;
    text-shadow: #000 1px 1px 0px, #000 -1px 1px 0px, #000 1px -1px 0px, #000 -1px -1px 0px;
}

#housing-main p{
    font-size:12px;
    font-weight:bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 20px;
    letter-spacing: 2px;
}
#housing-main .item-pic{
    width:25%;
}
#housing-main .item-text{
    width:56%;
}
#housing-main .item-text .content-small {
    margin-top: 30px;
    line-height:27px;
}
.other-wrap{
    padding:80px 0 0 0 ;
}
  