@charset "UTF-8";
/* ----------------------------------------------------------------------------------
初めての家探しが成功するページ。
---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------
共通パーツ
---------------------------------------------------------------------------------- */
.hajimete .main_content{
    max-width: 1080px;
}

@media screen and (min-width:701px){
    .hajimete .c-sp{
        display: none;
    }
}

@media screen and (max-width:700px){
    .hajimete .c-pc{
        display: none;
    }
}

/*.hajimete .mv_wrap*/

.hajimete .mv_wrap{
    padding:60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    height:512px;
    background-image: url(../img/hajimete_mv_bg@2x.jpg);
    background-image: image-set(url(../img/hajimete_mv_bg.jpg) 1x, url(../img/hajimete_mv_bg@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/hajimete_mv_bg.jpg) 1x, url(../img/hajimete_mv_bg@2x.jpg) 2x);
}

.hajimete .mv_area{
    margin:0 auto;
    padding:40px 50px;
    display: block;
    width:fit-content;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
}

.hajimete .mv_area h1,
.hajimete .mv_area h2{
    font-size: 40px;
    font-weight: 500;
    color:#1F2B65;
    line-height: 1.5;
}

.hajimete .mv_area p{
    font-size: 18px;
    font-weight: 500;
    color:#6E79B2;
}

.hajimete .mv_area p.sub{
    font-size: 21px;
    color:#009646;
    letter-spacing: 0;
}

.hajimete .mv_area p.top{
    font-size: 21px;
    color:#009646;
    letter-spacing: 0;
    font-weight: bold;
    position:relative;
    width:fit-content;
    margin:0 auto;
}

.hajimete .mv_area p.top::before, .hajimete .mv_area p.top:after{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    content:"";
    width:20px;
    height:2px;
    background-color: #009646;
}

.hajimete .mv_area p.top::before{
    left:-18px;
    transform: rotate(60deg);
}

.hajimete .mv_area p.top::after{
    right:-18px;
    transform: rotate(-60deg);
}

.hajimete .mv_logo{
    position:absolute;
    top:30px;
    left:30px;
    width:200px;
}

.hajimete .mv_illust{
    position:absolute;
    bottom:0;
    left:49%;
    transform: translateX(-50%);
}

@media screen and (max-width:1100px){
    .hajimete .mv_wrap{
        padding-top:120px;
    }

    .hajimete .mv_illust{
        width:30%;
        text-align: center;
    }
}

@media screen and (max-width:700px){
    .hajimete .mv_wrap{
        height:auto;
        padding:80px 20px 110px;
    }

    .hajimete .mv_area{
        width:100%;
        margin:0 auto;
        padding:20px;
    }
    
    .hajimete .mv_area h2{
        font-size: 24px;
        font-weight: 500;
    }
    
    .hajimete .mv_area p{
        font-size: 15px;
    }

    .hajimete .mv_area p.sub{
        font-size: 16px;
    }

    .hajimete .mv_area p.top{
        font-size: 16px;
    }
    
    .hajimete .mv_logo{
        top:20px;
        left:20px;
        width:120px;
    }
}

@media screen and (max-width:400px){
    .hajimete .mv_illust{
        width:50%;
    }
}

/*.hajimete .hajimete_area_title*/

.hajimete .hajimete_area_title_wrap{
    margin-top: 80px;
}

.hajimete .hajimete_area_title{
    text-align: center;
}

.hajimete .hajimete_area_title h2{
    font-size: 32px;
    font-weight: 500;
    width:fit-content;
    margin:0 auto;
    position: relative;
    line-height: 1.4;
}

.hajimete .hajimete_area_title h2::after{
    position:absolute;
    bottom:0;
    left:0;
    content:"";
    width:100%;
    height:4px;
    background: -moz-linear-gradient(left, #f2de00 0%, #9acc00 100%);
    background: -webkit-linear-gradient(left, #f2de00 0%,#9acc00 100%);
    background: linear-gradient(to right, #f2de00 0%,#9acc00 100%);
}

.hajimete .hajimete_area_title p{
    margin: 40px auto 0;
    font-size: 18px;
    letter-spacing: 0;
    max-width: 804px;
}

.hajimete .hajimete_area_title p.sub{
    margin:0 auto 10px;
    font-size: 24px;
    font-weight: 500;
}

@media screen and (max-width:700px){
    .hajimete .hajimete_area_title_wrap{
        margin-top: 40px;
    }

    .hajimete .hajimete_area_title h2{
        font-size: 20px;
        line-height: 1.8;
    }

    .hajimete .hajimete_area_title p{
        margin: 20px auto 0;
        font-size: 15px;
    }
    
    .hajimete .hajimete_area_title p.sub{
        margin:0 auto 10px;
        font-size: 18px;
    }
}

/*.hajimete .hajimete_area_wrap*/

.hajimete .hajimete_area_wrap{
    margin: -60px -100px 0;
    background-color: #FAFDF2;
}

.hajimete .hajimete_area{
    padding:80px 100px;
}

@media screen and (min-width:769px) and (max-width: 1250px) {
  
   .hajimete .hajimete_area_wrap{
    margin: -60px -30px 0 -100px;
  }

  .hajimete .hajimete_area{
    padding:80px 30px 80px 100px;
  }
  
}

@media screen and (max-width:768px) {
	
  .hajimete .hajimete_area_wrap{
    margin: -16px -20px 0;
  }

  .hajimete .hajimete_area{
    padding:100px 20px;
  }
  
}

@media screen and (max-width:700px) {
    .hajimete .hajimete_area_wrap{
        margin: -16px -20px 0;
    }
    
    .hajimete .hajimete_area{
        padding:30px 20px;
    }
}

.hajimete .hajimete_area_inner{
    max-width: 1080px;
    margin:0 auto;
}

/*.hajimete .hajimete_border_box*/
.hajimete .hajimete_border_box{
    margin-top: 80px;
    background-color: #fff;
    border: 4px solid #3CB478;
    display: flex;
}

.hajimete .hajimete_border_box_img{
    width:34%;
    text-align: center;
    position: relative;
}

.hajimete .hajimete_border_box_img img{
    padding:0 10px 0 30px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:0;
}

.hajimete .hajimete_border_box_tx{
    width:66%;
    padding:40px 60px 30px 0;
}

.hajimete .hajimete_border_box_tx h3{
    font-size: 28px;
    color:#3CB478;
    font-weight: bold;
}

.hajimete .hajimete_border_box_tx h4{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
}

.hajimete .hajimete_border_box_tx p{
    margin-top: 20px;
    letter-spacing: 0;
}

.hajimete .hajimete_border_box_item{
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
}

.hajimete .hajimete_border_box_item_tx{
    width:48%;
}

.hajimete .hajimete_border_box_item_img{
    width:48%;
    margin-left: 28px;
}

@media screen and (max-width:1100px){
    .hajimete .hajimete_border_box_item{
        flex-wrap: wrap;
    }
    
    .hajimete .hajimete_border_box_item_tx{
        width:100%;
    }
    
    .hajimete .hajimete_border_box_item_img{
        width:100%;
        max-width: 370px;
        margin: 20px auto 0;
    }
}

@media screen and (max-width:700px){
    .hajimete .hajimete_border_box{
        margin-top: 40px;
        flex-wrap: wrap;
    }
    
    .hajimete .hajimete_border_box_img{
        width:80%;
        margin:0 auto;
        padding:20px 20px 0;
    }

    .hajimete .hajimete_border_box_img img{
        padding:0;
        position: static;
        transform: translateX(0);
    }
    
    .hajimete .hajimete_border_box_tx{
        width:100%;
        padding:20px;
    }
    
    .hajimete .hajimete_border_box_tx h3{
        font-size: 18px;
    }
    
    .hajimete .hajimete_border_box_tx p{
        margin-top: 4px;
    }

    .hajimete .hajimete_border_box_tx h4{
        font-size: 16px;
    }
    
    .hajimete .hajimete_border_box_item{
        margin-top: 10px;
    }
}

/*.hajimete .hajimete_balloon_title*/
.hajimete .hajimete_balloon_title{
	background-color: #3CB478;
	border: 4px solid #3CB478;
	padding:12px;
	/*height:90px;*/
	position: relative;
	text-align: center;
}

.hajimete .hajimete_balloon_title:after{
	position: absolute;
	content: '';
	/*top:100px;*/
	bottom: -60px;
	left: 50%;
	transform: translate(-50%, -50%);
	border-top: 38px solid #3cb478;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
}

.hajimete .hajimete_balloon_title h2{
    color:#fff;
    font-size: 32px;
    font-weight:500;
}

@media screen and (max-width:700px){
    .hajimete .hajimete_balloon_title{
        height:auto;
    }
    
    .hajimete .hajimete_balloon_title:after{
        top:auto;
        bottom:-28px;
        border-top: 19px solid #3cb478;
        border-right: 12.5px solid transparent;
        border-left: 12.5px solid transparent;
    }
    
    .hajimete .hajimete_balloon_title h2{
        font-size: 20px;
    }
}

/*.hajimete .hajimete_common_arrow*/
.hajimete .hajimete_common_arrow{
    margin:40px auto 0;
    width:200px;
}

@media screen and (max-width:700px){
    .hajimete .hajimete_common_arrow{
        margin:20px auto 0;
        width:100px;
    }
}

/*.hajimete .hajimete_next_btn_wrap*/
.hajimete .hajimete_next_btn_wrap{
    margin-top: 100px;
}

.hajimete .hajimete_next_btn_link{
	padding:10px;
	max-width: 960px;
	width:100%;
	/*height:160px;*/
	min-height: 160px;
	margin:0 auto;
	background-color: #3CB478;
	display: flex;
	line-height: 1.4;
}

.hajimete .hajimete_next_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;
    text-decoration: none;
}

.hajimete .hajimete_next_btn_img{
    width:34%;
    background-color: #5AC690;
    text-align: center;
    position:relative;
}

.hajimete .hajimete_next_btn_img img{
    padding:20px 20px 0;
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:0;
}

.hajimete .hajimete_next_btn_tx{
    width:66%;
    background-color: #037451;
    padding:24px 40px;
    position:relative;
    color:#fff;
    font-weight: 500;
}

.hajimete .hajimete_next_btn_tx h3,
.hajimete .hajimete_next_btn_tx_title{
    margin-top: 4px;
    font-size: 24px;
}

.hajimete .hajimete_next_btn_title p{
    display: inline-block;
    vertical-align:middle;
}

.hajimete .hajimete_next_btn_title p.label{
    font-size: 24px;
    letter-spacing: 0;
    margin-right: 20px;
}

.hajimete .hajimete_next_btn_title p.sub{
    font-size: 16px;
}

.hajimete .hajimete_next_btn_content{
    margin-right: 60px;
    padding-left:80px;
    position:relative;
    margin-top: 6px;
}

.hajimete .hajimete_next_btn_content p.num{
    position:absolute;
    top:0;
    left:0;
    font-size: 21px;
    font-weight: 500;
    color:#01743B;
    padding:6px 16px;
    background-color: #fff;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 2px;
    vertical-align: top;
}

.hajimete .hajimete_next_btn_content h3{
    font-size: 20px;
}

.hajimete .hajimete_next_btn_icon{
    position:absolute;
    top:50%;
    right:30px;
    transform: translateY(-50%);
    width:60px;
}

@media screen and (max-width:1100px){
    .hajimete .hajimete_next_btn_link{
        height:auto;
    }
    
    .hajimete .hajimete_next_btn_content{
        margin-right: 40px;
    }
    .hajimete .hajimete_next_btn_icon{
        right:20px;
        width:40px;
    }
}

@media screen and (max-width:700px){
    .hajimete .hajimete_next_btn_wrap{
        margin-top: 40px;
    }
    
    .hajimete .hajimete_next_btn_link{
        width:100%;
        flex-wrap: wrap;
    }
    
    .hajimete .hajimete_next_btn_img{
        width:100%;
        margin:0 auto;
        height:auto;
    }

    .hajimete .hajimete_next_btn_img img{
        position:static;
        transform: translate(0);
    }
    
    .hajimete .hajimete_next_btn_tx{
        width:100%;
        padding:10px;
    }
    
    .hajimete .hajimete_next_btn_tx h3{
        font-size: 18px;
    }
    
    .hajimete .hajimete_next_btn_title p{
        display: inline-block;
        vertical-align:middle;
    }
    
    .hajimete .hajimete_next_btn_title p.label{
        font-size: 18px;
        margin-right: 8px;
    }
    
    .hajimete .hajimete_next_btn_title p.sub{
        font-size: 14px;
    }

    .hajimete .hajimete_next_btn_content{
        margin-right: 30px;
        padding-left:54px;
    }

    .hajimete .hajimete_next_btn_content p.num{
        font-size: 15px;
        padding:2px 8px;
        margin: 2px 8px 0 0;
    }
    
    .hajimete .hajimete_next_btn_content h3{
        margin-top: 4px;
        font-size: 16px;
    }
    
    .hajimete .hajimete_next_btn_icon{
        right:10px;
        width:30px;
    }
}

/*.hajimete .hajimete_link_wrap*/
.hajimete .hajimete_link_wrap{
    margin-top: 160px;
    height:580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../img/hajimete_link_bg@2x.jpg);
    background-image: image-set(url(../img/hajimete_link_bg.jpg) 1x, url(../img/hajimete_link_bg@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/hajimete_link_bg.jpg) 1x, url(../img/hajimete_link_bg@2x.jpg) 2x);
}

.hajimete .hajimete_link_area{
    padding:60px 40px;
    letter-spacing: 0;
    line-height: 1.4;
}

.hajimete .hajimete_link_area a: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;
}

.hajimete .hajimete_link_area h3,
.hajimete .hajimete_link_area .hajimete_link_area_head{
    font-size: 21px;
    font-weight: 500;
    text-decoration: underline;
}

.hajimete .hajimete_link_list_wrap{
    margin-top: 10px;
    display: flex;
}

.hajimete .hajimete_link_list_box{
    width:50%;
    margin-right: 50px;
}
.hajimete .hajimete_link_list_box:last-child{
    width:48%;
    margin-right: 0;
}

.hajimete .hajimete_link_list{
    margin-top: 30px;
}

.hajimete .hajimete_link_list dt{
    font-size: 18px;
    font-weight: 500;
}

.hajimete .hajimete_link_list dd{
    margin-top: 10px;
    padding-left:20px;
    position: relative;
}

.hajimete .hajimete_link_list dd a{
    text-decoration: underline;
}

.hajimete .hajimete_link_list dd::before{
    position: absolute;
    top:2px;
    left:0;
    content:url(../img/icon_link.png);
}

@media screen and (max-width:700px){
    .hajimete .hajimete_link_wrap{
        margin-top: 40px;
        height:auto;
    }
    
    .hajimete .hajimete_link_area{
        padding:30px 20px 350px;
    }
    
    .hajimete .hajimete_link_area h3{
        font-size: 16px;
    }
    
    .hajimete .hajimete_link_list_wrap{
        margin-top: 10px;
        flex-wrap: wrap;
    }
    
    .hajimete .hajimete_link_list_box{
        width:100%;
        margin-right: 0px;
    }
    .hajimete .hajimete_link_list_box:last-child{
        width:100%;
        margin-right: 0;
    }
    
    .hajimete .hajimete_link_list{
        margin-top: 20px;
    }
    
    .hajimete .hajimete_link_list dt{
        font-size: 16px;
    }
}

/* ----------------------------------------------------------------------------------
初めての家探しが成功するページ。 lity 画像ポップアップ
---------------------------------------------------------------------------------- */

.hajimete .lityOriginal{
    display: block;
    background-color: #F5F5F5;
    position: relative;
}

.hajimete .lityOriginal img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: auto;
}

.hajimete .lityOriginal img:hover {
    opacity: 0.7;
}

.hajimete .fas {
    position: absolute;
    bottom: 0;
    right: -40px;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    font-size: 18px;
}
.hajimete .fa-search:before {
    color: #fff;
}

@media screen and (max-width:768px){
    .hajimete .lityOriginal{
        background: #F5F5F5;
    }

    .hajimete .fas {
        padding: 5px;
        font-size: 14px;
        right: 0;
        bottom: -24px;
    }
}

/* jQuery
----------*/
#top .lity-close, #top .lity-close:hover, #top .lity-close:focus, #top .lity-close:active, #top .lity-close:visited {
    top: 96%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    width: 4em;
    height: 30px;
}
#top .lity-content img[src*="garden04_big.jpg"],
#top .lity-content img[src*="gd-2018-01_main_img_big.png"],
#top .lity-content img[src*="gd-2018-01_c02_img_big.png"],
#top .lity-content img[src*="garden04_01_big.jpg"],
#top .lity-content img[src*="garden04_02_big.jpg"],
#top .lity-content img[src*="gd-2018-03_c02_img01_big.jpg"] {
    margin: 0 auto;
}
#top .lity-content img[src*="garden04_big.jpg"],
#top .lity-content img[src*="garden04_02_big.jpg"],
#top .lity-content img[src*="garden04_01_big.jpg"],
#top .lity-content img[src*="hajimete_2-1_about_img01_big.jpg"] {
    max-width: 90%;
}
#top .lity-content img[src*="gd-2018-01_main_img_big.png"],
#top .lity-content img[src*="gd-2018-01_c02_img_big.png"] {
    max-width: 88%;
}
.lity.lity-opened {
    z-index: 100000;
}

    @media screen and (max-width: 768px) {
        #top .lity-container,
        #top .lity-content img[src*="gd-2018-01_main_img_big.png"],
        #top .lity-content img[src*="gd-2018-01_c02_img_big.png"],
        #top .lity-content img[src*="garden04_02_big.jpg"],
        #top .lity-content img[src*="hajimete_2-1_about_img01_big.jpg"]{
            max-width: 100%;
        }
        #top .lity-content img[src*="garden04_02_big.jpg"],
        #top .lity-content img[src*="garden04_01_big.jpg"]{
            max-width: 93%;
        }
        #top .lity-close, #top .lity-close:hover, #top .lity-close:focus, #top .lity-close:active, #top .lity-close:visited {
            width: 4em;
            height: 30px;
        }
    }