@charset "UTF-8";
/* ----------------------------------------------------------------------------------
初めての家探しが成功するページ。
---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------
TOPページ
---------------------------------------------------------------------------------- */
#page_hajimete .mv_wrap{
    background-image: url(../img/top/hajimete_top_mv_bg@2x.jpg);
    background-image: image-set(url(../img/top/hajimete_top_mv_bg.jpg) 1x, url(../img/top/hajimete_top_mv_bg@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/top/hajimete_top_mv_bg.jpg) 1x, url(../img/top/hajimete_top_mv_bg@2x.jpg) 2x);
}

#page_hajimete .hajimete_next_btn_tx{
    padding:30px;
}

@media screen and (max-width:700px){
    #page_hajimete .hajimete_next_btn_tx{
        padding:10px;
    }
}


/*#page_hajimete .hajimete_top_step_wrap*/

#page_hajimete .hajimete_top_step_wrap{
    margin-top: 140px;
}

#page_hajimete .hajimete_top_step_area{
    position:relative;
    padding-bottom: 70px;
    margin-bottom: 30px;
}

#page_hajimete .hajimete_top_step_area:last-child{
    margin-bottom: 0;
    padding-bottom:0;
}

#page_hajimete .hajimete_top_step_arrow{
    position:absolute;
    z-index:0;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    max-width: 120px;
}

@media screen and (max-width:700px){
    #page_hajimete .hajimete_top_step_wrap{
        margin-top: 40px;
    }
    
    #page_hajimete .hajimete_top_step_area{
        position:relative;
        padding-bottom: 50px;
        margin-bottom: 20px;
    }
    
    #page_hajimete .hajimete_top_step_arrow{
        max-width: 80px;
    }
}

/*#page_hajimete .hajimete_top_step_box*/

#page_hajimete .hajimete_top_step_box{
    position:relative;
    z-index:1;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#page_hajimete .hajimete_top_step_box_content{
    display: flex;
    padding:60px 60px 40px;
}

#page_hajimete .hajimete_top_step_box_content_tx{
    width:55%;
    letter-spacing: 0;
}

#page_hajimete .hajimete_top_step_box_content_tx p.lead{
    max-width: 490px;
    margin-top: 30px;
}

#page_hajimete .hajimete_top_step_box_content_tx ul{
    margin-top: 30px;
}

#page_hajimete .hajimete_top_step_box_content_tx ul li{
    color:#009646;
    margin-top: 10px;
    padding-left:76px;
    position: relative;
}

#page_hajimete .hajimete_top_step_box_content_tx ul li p{
    font-size: 16px;
    font-weight: 500;
}

#page_hajimete .hajimete_top_step_box_content_tx ul li p.num{
    position:absolute;
    top:2px;
    left:0;
    display: block;
    width:66px;
    height:26px;
    border-radius: 4px;
    background-color: #3CB478;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding:2px 0;
    font-size: 14px;
    text-align: center;
}

#page_hajimete .hajimete_top_step_box_title{
    padding-left: 72px;
    position: relative;
    font-weight: 500;
    line-height: 1.4;
}

#page_hajimete .hajimete_top_step_box_title p.num{
    position: absolute;
    top:0;
    left:0;
    display: block;
    width:60px;
    height:60px;
    background-color: #1D993E;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    padding:5px 0;
}

#page_hajimete .hajimete_top_step_box_title p.sub{
    font-size: 12px;
    color:#5668BF;
    letter-spacing: 0.03em;
}

#page_hajimete .hajimete_top_step_box_title h2{
    font-size: 32px;
}

#page_hajimete .hajimete_top_step_box_content_img{
    width:43%;
    margin-left: 40px;
    text-align: right;
}

#page_hajimete .hajimete_top_step_box_content_img img{
    border-radius: 28px;
}
@media screen and (max-width:1100px){
    #page_hajimete .hajimete_top_step_box_content{
        flex-wrap: wrap;
    }

    #page_hajimete .hajimete_top_step_box_content_tx p.lead{
        max-width: 100%;
    }
    
    #page_hajimete .hajimete_top_step_box_content_tx{
        width:100%;
    }

    #page_hajimete .hajimete_top_step_box_content_img{
        max-width: 320px;
        width:100%;
        margin: 40px auto 0;
    }
}

@media screen and (max-width:700px){ 
    #page_hajimete .hajimete_top_step_box_content{
        padding:20px 20px 10px;
    }
    
    #page_hajimete .hajimete_top_step_box_content_tx p.lead{
        margin-top: 10px;
    }
    
    #page_hajimete .hajimete_top_step_box_content_tx ul{
        margin-top: 10px;
    }
    
    #page_hajimete .hajimete_top_step_box_content_tx ul li{
        margin-top: 10px;
        padding:32px 0 0;
    }

    #page_hajimete .hajimete_top_step_box_title{
        padding-left: 50px;
    }
    
    #page_hajimete .hajimete_top_step_box_title p.num{
        width:40px;
        height:40px;
        font-size: 20px;
        padding:8px 0;
    }
    
    #page_hajimete .hajimete_top_step_box_title h2{
        font-size: 18px;
    }
    
    #page_hajimete .hajimete_top_step_box_content_img{
        margin: 20px auto 0;
    }
    
    #page_hajimete .hajimete_top_step_box_content_img img{
        border-radius: 8px;
    }
}

#page_hajimete .hajimete_top_step_btn_wrap{
    padding:14px 30px 30px;
    background-color: #FCFCFC;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0;
}

#page_hajimete .hajimete_top_step_btn{
    width:370px;
    margin-top: 16px;
    margin-right: 16px;
}

#page_hajimete .hajimete_top_step_btn:nth-child(2){
    order: 3;
}
#page_hajimete .hajimete_top_step_btn:nth-child(3){
    order: 2;
}
#page_hajimete .hajimete_top_step_btn:nth-child(4){
    order: 4;
}

#page_hajimete .hajimete_top_step_btn_link{
    box-shadow:0 3px 6px rgba(0,0,0,0.16);
    display: block;
    width: 100%;
    height:100%;
    border-radius: 6px;
    padding:10px;
    text-decoration: none;
}

#page_hajimete .hajimete_top_step_btn_link:hover{
    transition: all 0.4s ease 0s;
    background: #f5f5f5;
}

#page_hajimete .hajimete_top_step_btn_label{
    display: inline-block;
    margin-right: 12px;
    position:relative;
    padding:0 14px 0 26px;
    border-right: 1px solid rgba(78,92,161,0.1); 
}

#page_hajimete .hajimete_top_step_btn_label p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color:#4E5CA1;
    padding:10px 0;
}

#page_hajimete .hajimete_top_step_btn_label_icon{
    position: absolute;
    top:2px;
    left:0;
    width:18px;
}

#page_hajimete .hajimete_top_step_btn p{
    display: inline-block;
    font-size: 14px;
    color:#484848;
    vertical-align: middle;
    line-height: 1.4;
}

@media screen and (max-width:1100px){
    #page_hajimete .hajimete_top_step_btn:nth-child(2){
        order: 2;
    }
    #page_hajimete .hajimete_top_step_btn:nth-child(3){
        order: 3;
    }
}

@media screen and (max-width:700px){ 
    #page_hajimete .hajimete_top_step_btn_wrap{
        padding:10px 20px 20px;
    }
    
    #page_hajimete .hajimete_top_step_btn{
        margin-top: 10px;
        margin-right: 0;
    }

    #page_hajimete .hajimete_top_step_btn_link{
        padding:8px;
    }
    
    #page_hajimete .hajimete_top_step_btn_label{
        margin-right: 4px;
        padding:0 6px 0 18px;
    }
    
    #page_hajimete .hajimete_top_step_btn_label p{
        font-size: 12px;
        padding:10px 0;
    }
    
    #page_hajimete .hajimete_top_step_btn_label_icon{
        top:-2px;
        width:12px;
    }
    
    #page_hajimete .hajimete_top_step_btn p{
        display: inline-block;
        font-size: 11px;
        color:#484848;
        vertical-align: middle;
        line-height: 1.4;
    }
}

#page_hajimete .box1 .hajimete_top_step_box_content{
    padding:60px 0 60px 60px;
}

#page_hajimete .box1 .hajimete_top_step_box_content_tx{
    width:50%;
}

#page_hajimete .box1 .hajimete_top_step_box_content_img{
    margin:-60px 0 -60px 40px;
    width:52%;
}

#page_hajimete .box1 .hajimete_top_step_box_content_img img{
    border-radius: 0;
}

#page_hajimete .box1 .hajimete_top_step_btn{
    width: 280px;
    margin-top: 40px;
}

#page_hajimete .box1 .hajimete_top_step_btn_link{
    display: block;
    width: 100%;
    height:100%;
    border-radius: 6px;
    padding:14px 0;
    background-color: #E8B427;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    line-height: 1.2;
}

#page_hajimete .box1 .hajimete_top_step_btn_link:hover{
    -moz-transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    -ms-filter: "alpha(opacity=70)" ;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
    background-color: #E8B427;
}

#page_hajimete .box1 .hajimete_top_step_btn_icon{
    display: inline-block;
    width:18px;
    margin-right: 8px;
    vertical-align: middle;
}

#page_hajimete .box1 .hajimete_top_step_btn p{
    display: inline-block;
    line-height: 1.2;
    color:#fff;
}

#page_hajimete .box2 .hajimete_top_step_box_content_img{
    margin-left: 70px;
}

@media screen and (max-width:1100px){
    #page_hajimete .box1 .hajimete_top_step_box_content{
        padding-right:60px;
    }

    #page_hajimete .box1 .hajimete_top_step_box_content_tx{
        width:100%;
    }
    
    #page_hajimete .box1 .hajimete_top_step_box_content_img{
        margin:40px auto 0;
        width:100%;
    }

    #page_hajimete .box1 .hajimete_top_step_btn{
        margin: 40px auto 0;
    }

    #page_hajimete .box2 .hajimete_top_step_box_content_img{
        margin:40px auto 0;
    }
}

@media screen and (max-width:700px){ 
    #page_hajimete .box1 .hajimete_top_step_box_content{
        padding:20px;
    }
    
    #page_hajimete .box1 .hajimete_top_step_box_content_img{
        margin:20px auto 0;
    }
    
    #page_hajimete .box1 .hajimete_top_step_btn{
        margin: 20px auto 0;
    }
    
    #page_hajimete .box1 .hajimete_top_step_btn_icon{
        display: inline-block;
        margin-right: 8px;
    }
    
    #page_hajimete .box1 .hajimete_top_step_btn p{
        font-size: 14px;
    }
    
    #page_hajimete .box2 .hajimete_top_step_box_content_img{
        margin:20px auto 0;
    }
}