@charset "UTF-8";

@media screen and (max-width: 767px) {
    .wrap{
        width: 86%;
        max-width: inherit;
    }
}

#ui-datepicker-div{
    width: 350px;
}


/*  sec-lead -------------------------------------------*/
.sec-lead{
    position: relative;
    padding: 55px 0 65px 0;
    background: #f5f5f5;
    text-align: center;
    box-sizing: border-box;
}
.sec-lead h2{
    text-align: center;
    font-size: 3.0rem;
    line-height: 1.63;
    font-weight: 700;
    letter-spacing: .75rem;
    margin-bottom: 10px;
}
.sec-lead p{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.14;
}
.btn_first.btn_wrap{
    margin: 20px auto 0 auto;
}
.btn_first.btn_wrap .btn a{
    margin: 0 auto;
    font-weight: 700;
    padding: 24px 0 23px 0;
    background: #FFF;
}
@media screen and (max-width: 767px) {
    .sec-lead{
        padding: 10.833vw 7% 12.167vw 7%;
    }
    .sec-lead h2{
        font-size: 4.583vw;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
    .sec-lead p{
        font-size: 3.75vw;
        text-align: left;
    }
    .btn_first.btn_wrap{
        margin: 6.25vw auto 0 auto;
    }
    .btn_first.btn_wrap .btn a{
        width: 70%;
        max-width: inherit;
        padding: 5% 0;
    }
    .btn_first.btn_wrap .btn a:after {
        top: 0.2vw;
    }

}

/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 60px 0 80px 0;
    box-sizing: border-box;
}
.sec01:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    margin: 0 auto;
    display: block;
    content: '';
    width: 100%;
    height: 400px;
    background: #f5f5f5;
    z-index: -1
}

.sec01 .main-img{ margin-bottom: 85px;}
.sec01 .box{
    display: flex;
    justify-content: space-between;
}
.sec01 .box .img{
    width: 53%;
    max-width: 620px;
}
.sec01 .box .txt{
    position: relative;
    width: 47%;
    padding-left: 45px;
    box-sizing: border-box;
}
.sec01 .box .txt:after{
    display: block;
    content: '';
    position: absolute;
    left: 8%;
    bottom: -10px;
    background: url("../img/modelhouse/text_sec01.png") no-repeat center center;
    background-size: 100% auto;
    width: 32vw;
    max-width: 469px;
    min-width: 440px;
    height: 60px;
}

.sec01 .box .txt h2{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.75;
    color: #86a3d1;
    margin-bottom: 35px;
}
.sec01 .box .txt h2 span{
    font-size: 2.0rem;
    margin-right: 15px;
}

.sec01 .box .txt p{
    font-size: 1.4rem;
    line-height: 2.1;
}
.sec01 .box .txt p.lead{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (max-width: 1040px) {
    .sec01 {
        padding: 0 0 90px 0;
    }
    .sec01 .box .txt:after {
        bottom: -15%;
    }
}
@media screen and (max-width: 767px) {
    .sec01{
        padding: 12% 0 18% 0;
    }
    .sec01:after{
        right: auto;
        bottom: 9.2%;
        top: auto;
        width: 80%;
        height: 192vw;
    }

    .sec01 .main-img{ margin-bottom: 6%;}
    .sec01 .box{
        display: block;
    }
    .sec01 .box .img{
        width: 100%;
        max-width: 620px;
    }
    .sec01 .box .txt{
        position: relative;
        width: 100%;
        padding-left: 0;
        padding-top: 4%;
    }
    .sec01 .box .txt:after{
        right: 0;
        bottom: -5vw;
        width: 70vw;
        max-width: 494px;
        min-width: inherit;
        height: 13vw;
        z-index: -1;
    }

    .sec01 .box .img h2{
        font-size: 6.8vw;
        font-weight: 700;
        line-height: 1.52;
        text-align: center;
        color: #86a3d1;
        border-bottom: none;
        padding-bottom: 4%;
        margin-bottom: 4%;
    }
    .sec01 .box .img h2 span{
        font-size: 4vw;
        margin-right: 10px;
    }
    .sec01 .box .img .en-bold{
        text-align: center;
        font-feature-settings: 5vw;
        margin-bottom: 8%;
    }

    .sec01 .box .txt p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec01 .box .txt p.lead{
        font-size: 4.583vw;
        line-height: 1.85;
        margin-bottom: 4%;
        text-align: left;
    }
}


/*  sec-highlight -------------------------------------------*/
.sec-highlight{
    position: relative;
    padding: 110px 0 96px 0;
    background: #f5f5f5;
    box-sizing: border-box;
}
.sec-highlight h2{
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 45px;
}
.sec-highlight h2 .en{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 14px;
}
.sec-highlight .box_wrap{
    display: flex;
    justify-content: center;
}
.sec-highlight .box_wrap .box{
    width: 48%;
    max-width: 478px;
    background: #FFF;
}
.sec-highlight .box_wrap .box+.box{ margin-left: 30px;}
.sec-highlight .box_wrap .box .img{}
.sec-highlight .box_wrap .box .txt{
    position: relative;
    padding: 35px 50px 30px 50px;
    box-sizing: border-box;
}

.sec-highlight .circle{
    position: absolute;
    top: -30px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec-highlight .circle .num{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFF;
    background: #86a3d1;
    border-radius: 100%;
    box-sizing: border-box;
}

.sec-highlight .txt .box_ttl{
    position: relative;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.72;
    margin-bottom: 10px;
}
.sec-highlight .txt .box_ttl:before{
    display: block;
    content: '';
    background-size: 100% auto !important;
    margin-bottom: 10px;
}
.sec-highlight .box:nth-of-type(1) .txt .box_ttl:before{
    background: url("../img/modelhouse/txt01_highlight.svg") no-repeat center center;
    width: 87px;
    height: 25px;
}
.sec-highlight .box:nth-of-type(2) .txt .box_ttl:before{
    background: url("../img/modelhouse/txt02_highlight.svg") no-repeat center center;
    width: 66px;
    height: 26px;
}

.sec-highlight .txt .text{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.142;
}

@media screen and (max-width: 767px) {
    .sec-highlight{
        padding: 12% 7% 11% 7%;
    }
    .sec-highlight h2{
        font-size: 5.417vw;
        margin-bottom: 7%;
    }
    .sec-highlight h2 .en{
        font-size: 3.75vw;
        margin-bottom: 10px;
    }
    .sec-highlight .box_wrap{
        display: block;
    }
    .sec-highlight .box_wrap .box{
        width: 100%;
        max-width: inherit;
    }
    .sec-highlight .box_wrap .box+.box{ margin-left: 0; margin-top: 8%;}

    .sec-highlight .box_wrap .box .txt{
        padding: 10% 6.5% 6.5% 6.5%;
    }
    .sec-highlight .circle{
        top: -30px;
    }
    .sec-highlight .circle .num{
        width: 13.542vw;
        height: 13.542vw;
        font-size: 4.583vw;
    }

    .sec-highlight .txt .box_ttl{
        font-size: 4.583vw;
        margin-bottom: 7px;
        text-align: center;
    }
    .sec-highlight .txt .box_ttl:before{
        margin: 0 auto 8px auto;
    }

    .sec-highlight .txt .text{
        font-size: 3.75vw;
    }

}


/*  sec02 -------------------------------------------*/
.sec02{
    position: relative;
    background: url("../img/modelhouse/mv_sec02.jpg") no-repeat center top;
    background-size: 100% auto;
    padding: 265px 0 45px 0;
    margin-top: 0 !important;
    box-sizing: border-box;
}
.sec02 .img{
    margin: 0 auto;
    text-align: center;
    max-width: 1180px;
}

.sec02 .secTitle{
    margin-top: 124px;
}
.sec02 .secTitle h2{
    font-size: 3.0rem;
}
.sec02 .secTitle h2 .small{
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 10px 5px;
}
.sec02 .subttl.wrap{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.sec02 .img_wrap01{ position: relative;}

.sec02 .img_wrap01:before{
    position: absolute;
	top: -260px;
    height: 330px;
    left: 0;
    margin: 0 auto;
    display: block;
    content: '';
    background: #f5f5f5;
    width: 0;
    z-index: -1;
	transition: 1s;
}
.sec02 .img_wrap01.is-active:before{
    width: 1000px;
}
.sec02 .imgList{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec02 .imgList .img{
    width: 92%;
    max-width: 1052px;
    margin: 0 auto;
}
.sec02 .imgList .img p.note:first-of-type{ margin-top: 20px;}
.sec02 .imgList .img p.note{
    text-align: right;
    font-size: 1.4rem;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .sec02{
        margin-top: 0 !important;
        padding: 28% 0 5% 0;
        background: url(../img/modelhouse/mv_sec02_sp.jpg) no-repeat center top;
        background-size: 100% auto;
    }
    .sec02 .img{
        width: 86%;
    }

    .sec02 .secTitle{ margin-bottom: 4%; margin-top: 24%;}
    .sec02 .secTitle h2{
        position: relative;
        font-size: 5.417vw;
    }
    .sec02 .secTitle h2:after {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        margin: 5% auto 0 auto;
        background: #646464;
    }
    .sec02 .secTitle h2 .small{
        font-size: 3.4vw;
        margin: 0 0 4% 0;
    }
    .sec02 .secTitle span:after { display: none;
}
    .sec02 .subttl.wrap{
        text-align: center;
        font-size: 3.4vw;
        margin-bottom: 5%;
    }

    .sec02:before,
    .sec02:after{
        display: none;
    }
	.sec02 .img_wrap01:before{
        top: -47vw;
        height: 60vw;
	}
    .sec02 .img_wrap01.is-active:before {
        width: 100%;
    }

    .sec02 .imgList{
        display: block;
    }
    .sec02 .imgList .img{
        position: relative;
        width: 100%;
        max-width: inherit;
        margin: 0 auto 10% auto;
        text-align: center;
    }
    .sec02 .imgList .img img{
        width: 100%;
        max-width: 570px;
    }
    .sec02 .imgList .img p{
        font-size: 4vw;
        margin-top: 10px;
    }
    .sec02 .imgList .img p.note{ display: none;}
}

/*  sec03 -------------------------------------------*/
.bnr_wrap{
    position: relative;
    text-align: center;
    background: url("../img/modelhouse/bg_bnr.jpg") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    box-sizing: border-box;
}
.bnr_wrap .bnr{
    display: block;
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
}
.bnr_wrap a:hover.bnr img{ opacity: .9;
}

@media screen and (max-width: 767px) {
    .bnr_wrap{
        background: url("../img/modelhouse/bg_bnr_sp.jpg") no-repeat center center;
        background-size: cover;
        padding: 12% 7%;
    }

}


/*  sec03 -------------------------------------------*/
.sec03{
    padding: 55px 0 50px 0;
    box-sizing: border-box;
}

.sec03 .secTitle{ margin-bottom: 40px;}

.sec03 .box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec03 .box .gmap{
    width: 53%;
    max-width: 614px;
    height: 425px;
}
.sec03 .box .gmap iframe{
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
}

.sec03 .box .txt{
    width: 44%;
}
.sec03 .box .txt .tel_box{
    background: #f5f5f5;
    padding: 25px 10px 20px 10px;
    box-sizing: border-box;
}
.sec03 .box .txt .tel_box h3{
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.sec03 .box .txt .tel_box h3:before{
    display: block;
    content: '';
    margin: 0 auto 16px auto;
    background: url("../img/common/icn_tel.png") no-repeat center center;
    background-size: 100% auto;
    width: 22px;
    height: 32px;
}
.sec03 .box .txt .tel_box p.info{
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    background: #646464;
    box-sizing: border-box;
    margin-bottom: 3px;
}
.ie .sec03 .box .txt .tel_box p.info{ padding: 3px 0 0 0;}
.sec03 .box .txt .tel_box p.info span{
    font-size: 1.3rem;
    color: #FFF;
    line-height: 1.4;
}
.sec03 .box .txt .tel_box p.tel{
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.sec03 .box .txt .tel_box p.tel .tel-link{ font-size:2.5rem;}

.sec03 .info_box{ margin-top: 28px;}
.sec03 .info_box dl{
    width: 100%;
    display: table;;
    border-collapse: collapse;
    border-spacing: 0;
}
.sec03 .info_box dl+dl{ margin-top: 8px;}
.ie .sec03 .info_box dl+dl{ margin-top: 10px;}
.sec03 .info_box dt,
.sec03 .info_box dd{
    display: table-cell;
    font-size: 1.4rem;
    padding-bottom: 8px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
}
.ie .sec03 .info_box dt,
.ie .sec03 .info_box dd{ padding-bottom: 6px;}
.sec03 .info_box dt{
    width: 178px;
    font-weight: 700;
    padding-left: 20px;
}


.sec03 .btn_wrap{ margin-top: 55px;}
.sec03 .btn{ width: 100%;}
.sec03 .btn a{
    margin: 0 auto;
    font-weight: 700;
    padding: 24px 0 23px 0;
}
.ie .sec03 .btn a{  padding: 25px 0 22px 0;}


@media screen and (max-width: 767px) {
    .sec03{
        padding: 18% 0 10% 0;
    }
    .sec03.wrap{ width: 100%;}

    .sec03 .secTitle{
        margin-bottom: 12%;
        padding: 0 7%;
    }

    .sec03 .box{
        display: block;
    }
    .sec03 .box .gmap{
        position: relative;
        width: 86%;
        max-width: inherit;
        height: 66vw;
        margin: 0 auto;
        z-index: 3;
    }

    .sec03 .box .txt{
        position: relative;
        width: 100%;
        margin-top: -10vw;
        z-index: 1;
    }

    .sec03 .box .txt .tel_box{ padding-top: 14vw;}
    .sec03 .box .txt .tel_box h3{
        font-size: 5vw;
        margin-bottom: 5%;
    }
    .sec03 .box .txt .tel_box h3:before{
        margin: 0 auto 16px auto;
        width: 5.4vw;
        max-width: 44px;
        height: 9vw;
        max-height: 62px;
    }
    .sec03 .box .txt .tel_box p.info{
        max-width: 80vw;
    }
    .sec03 .box .txt .tel_box p.info span{
        font-size: 3.7vw;
    }
    .sec03 .box .txt .tel_box p.tel{
        font-size: 3.7vw;
    }
    .sec03 .box .txt .tel_box p.tel .tel-link{ font-size:8vw;}

    .sec03 .info_box{
        width: 92%;
        margin: 6% auto 0 auto;
    }

    .sec03 .info_box dl+dl{ margin-top: 8px;}
    .sec03 .info_box dt,
    .sec03 .info_box dd{
        font-size:3.7vw;
    }
    .sec03 .info_box dt{
        width: 32%;
        padding-left: 3%;
    }
    .sec03 .btn_wrap{ margin-top: 6%;}
    .sec03 .btn{ width: 100%;}
    .sec03 .btn a{
        width: 70%;
        max-width: inherit;
        padding: 5% 0;
    }

}

/*  sec04 -------------------------------------------*/
.sec04{
    padding: 0 0 70px 0;
    box-sizing: border-box;
}
.sec04 .ttl_band{
    padding: 52px 20px;
    background: #646464;
    box-sizing: border-box;
    margin-bottom: 55px;
}
.ie .sec04 .ttl_band{ padding: 54px 20px 50px 20px;}


.sec04 .ttl_band h2{
    font-size: 4.0rem;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .3rem;
    text-align: center;
}
.sec04 .ttl_band p{
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-top: 20px;
}

.sec04 .secTitle h3{
    font-size: 2.5rem;
    font-weight: 700;
}
.sec04 .secTitle span{
    font-size: 3.0rem;
    margin-left: 25px;
    margin-right: 0;
    letter-spacing: .2rem;
}

.sec04 .box{
    display: flex;
}
.sec04 .box .img{
    width: 52%;
    max-width: 610px;
}
.sec04 .box .txt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 48%;
    background: #f5f5f5;
    padding: 10px 45px;
    box-sizing: border-box;
}

.sec04 .box .txt dl{
    width: 100%;
    display: table;;
    border-collapse: collapse;
    border-spacing: 0;
}
.sec04 .box .txt dl+dl{ margin-top: 8px;}
.ie .sec04 .box .txt dl+dl{ margin-top: 10px;}
.sec04 .box .txt dt,
.sec04 .box .txt dd{
    display: table-cell;
    font-size: 1.4rem;
    padding-bottom: 8px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
}
.ie .sec04 .box .txt dt,
.ie .sec04 .box .txt dd{ padding-bottom: 6px;}
.sec04 .box .txt dt{
    width: 155px;
    font-weight: 700;
    padding-left: 20px;
}

.sec04 .btn_wrap{ margin-top: 35px;}
.sec04 .btn { width: 100%;}
.sec04 .btn a{
    max-width: 250px;
    color: #FFF;
    background: #646464;
    margin: 0 auto;
    font-weight: 700;
    padding: 19px 0 18px 0;
}

#link03{
    padding-top: 55px;
    box-sizing: border-box;
}
.sec04 #link03 .secTitle h3{
    font-size: 2.5rem;
    font-weight: 700;
}
.sec04 #link03 .secTitle span{
    font-size: 2.0rem;
    color: #f5f5f5;
}

.sec04 .bg_gray{
    width: 92%;
    max-width: 880px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 65px 40px;
    box-sizing: border-box;
}
.sec04 .bg_gray h4{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 75px;
}
.sec04 .bg_gray h4 span{
    display: block;
    font-size: 3.5rem;
    letter-spacing: .3rem;
    margin-bottom: 32px;
}



@media screen and (max-width: 767px) {
    .sec04 .ttl_band{
        padding: 6% 3%;
        margin-bottom: 10%;
    }
    .sec04 .ttl_band h2{
        font-size: 6.4vw;
    }
    .sec04 .ttl_band p{
        font-size: 3.8vw;
        margin-top: 1%;
        font-feature-settings: "palt";
        letter-spacing: .3rem;
    }

    .sec04{
        padding: 0 0 14% 0;
        box-sizing: border-box;
    }

    .sec04 .wrap{ width: 100%;}

    .sec04 .secTitle h3{
        font-size: 6.4vw;
        font-weight: 700;
        text-align: center;
    }

    .sec04 .secTitle span{
        font-size: 5vw;
        margin-left: 0;
    }
    .sec04 .secTitle span:before {
        display: block;
        content: '';
        width: 62vw;
        height: 1px;
        margin: 4% auto;
        background: #646464;
    }
    .sec04 .secTitle span:after {
        display: none;
    }

    .sec04 .box{
        display: block;
    }
    .sec04 .box .img{
        position: relative;
        width: 86%;
        max-width: 610px;
        margin: 0 auto;
        z-index: 3;
    }
    .sec04 .box .txt{
        position: relative;
        top: -10vw;
        display: block;
        width: 100%;
        padding: 14% 7% 6% 7%;
        z-index: 1;
    }

    .sec04 .box .txt dt,
    .sec04 .box .txt dd{
        font-size: 3.7vw;
    }
    .sec04 .box .txt dt{
        width: 32%;
        padding-left: 3%;
    }

    .sec04 .btn_wrap{ margin-top: 8%;}
    .sec04 .btn { width: 100%;}
    .sec04 .btn a{
        width: 70%;
        max-width: inherit;
        padding: 5% 0;
    }

    #link03{
        padding-top: 8%;
    }
    .sec04 #link03 .secTitle h3{
        font-size: 5.4vw;
        text-align: center;
    }
    .sec04 #link03 .secTitle span{
        font-size: 4vw;
    }
    .sec04 #link03 .secTitle span:before {
        display: block;
        content: '';
        width: 62vw;
        height: 1px;
        margin: 4% auto;
        background: #646464;
    }
    .sec04 #link03 .secTitle span:after {
        display: none;
    }

    .sec04 .bg_gray{
        width: 94%;
        max-width: inherit;
        padding: 10% 4%;
    }
    .sec04 .bg_gray h4{
        font-size: 4.6vw;
        margin-bottom: 8%;
    }
    .sec04 .bg_gray h4 span{
        font-size: 8vw;
        line-height: 1.3;
        margin-bottom: 6%;
        word-break: keep-all;
    }

}

.form_style tr:nth-of-type(1) td .mwform-checkbox-field{
    display: inline-block;
    margin-top: 5px;
}



/*  sec-confirm -------------------------------------------*/
.sec-confirm{
    padding: 0 0 70px 0;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .sec-confirm{
        padding: 0;
    }
}










