@charset "UTF-8";

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

.btn_first.btn_wrap{
    margin: 55px auto 50px auto;
}
.btn_first.btn_wrap .btn a{
    margin: 0 auto;
    font-weight: 700;
    padding: 24px 0 23px 0;
}
@media screen and (max-width: 767px) {
    .btn_first.btn_wrap{
        margin: 8% 0 10% 0;
    }
    .btn_first.btn_wrap .btn a{
        width: 70%;
        max-width: inherit;
        padding: 5% 0;
    }

}


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

.sec01 .main-img{ margin-bottom:60px;}
.sec01 .box{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.sec01 .box .img{
    width: 53%;
    max-width: 620px;
}
.sec01 .box .txt{
    position: relative;
    width: 47%;
    padding-top: 15px;
    box-sizing: border-box;
}
.sec01 .box .txt:after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    background: url("../img/branch-office/text_sec01.png") no-repeat center center;
    background-size: 100% auto;
    width: 32vw;
    max-width: 441px;
    min-width: 440px;
    height: 122px;
}

.sec01 .box .txt h2{
    font-size: 4.0rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.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: 35px;
}



@media screen and (max-width: 767px) {
    .sec01{
        padding: 0 0 8% 0;
    }
    .sec01:after{
        right: auto;
        top: 0;
        width: 80%;
        height: 180vw;
    }

    .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: -14vw;
        width: 70vw;
        max-width: 441px;
        min-width: inherit;
        height: 19vw;
        z-index: -1;
    }

    .sec01 .box .img h2{
        font-size: 7vw;
        font-weight: 700;
        text-align: center;
        margin-bottom: 7%;
    }

    .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.8vw;
        line-height: 1.85;
        margin-bottom: 4%;
    }


}


/*  sec02 -------------------------------------------*/
.sec02{
    position: relative;
    padding: 50px 0 0 0;
    box-sizing: border-box;
}

.sec02 .img_wrap02{ position: relative;}
.sec02 .img_wrap01:before,
.sec02 .img_wrap02:before{
    position: absolute;
    left: 0;
    margin: 0 auto;
    display: block;
    content: '';
    background: #f5f5f5;
    width: 0;
    z-index: -1;
	transition: 1s;
}

.sec02 .img_wrap01:before{
    top: 0;
    height: 330px;
}
.sec02 .img_wrap02:before{
    top: -8%;
    height: 250px;
}
.sec02 .img_wrap01.is-active:before,
.sec02 .img_wrap02.is-active:before{
    width: 1000px;
}

.sec02 .imgList{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec02 .imgList .img{
    width: 49%;
    max-width: 570px;
    margin-right: 2%;
    margin-bottom: 75px;
}
.sec02 .imgList .img:nth-of-type(2n){ margin-right: 0;}

.sec02 .imgList .img h3{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}
.sec02 .imgList .img p{
    font-size: 1.4rem;
    line-height: 2.14;
    text-align: left;
}


@media screen and (max-width: 767px) {
    .sec02{
        padding: 20% 0 0 0;
    }
    .sec02 .secTitle{ margin-bottom: 14%;}

	.sec02 .img_wrap01:before,
	.sec02 .img_wrap02:before{
		display: none;
	}
    .sec02 .imgList{
        display: block;
    }
    .sec02 .imgList .img{
        position: relative;
        width: 100%;
        max-width: inherit;
        margin: 0 auto 14% auto;
        text-align: center;
    }
    .sec02 .imgList .img img{
        width: 100%;
        max-width: 570px;
    }
    .sec02 .imgList .img:nth-of-type(2n){ margin-right: auto;}

    .sec02 .imgList .img:after{
        position: absolute;
        left:-8%;
        top: -5vw;
        margin: 0 auto;
        display: block;
        content: '';
        background: #f5f5f5;
        width: 60%;
        height: 30vw;
        z-index: -1;
    }
    .sec02 .imgList .img h3{
        font-size: 4.6vw;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .sec02 .imgList .img p{
        font-size: 3.7vw;
        margin-top: 10px;
    }


}


/*  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: 320px;
    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: 8% 0 10% 0;
    }
    .sec03.wrap{ width: 100%;}

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

    .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;
        line-height: 1.6;
        padding: 7px 0;
    }
    .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: 3.0rem;
    font-weight: 700;
}
.sec04 .secTitle span{
    font-size: 2.0rem;
    margin-left: 25px;
}
.sec04 .secTitle span.en-bold{
    font-size: 2.5rem;
    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: 4vw;
        margin-left: 0;
    }
    .sec04 .secTitle span.en-bold:before {
        display: block;
        content: '';
        width: 62vw;
        height: 1px;
        margin: 4% auto;
        background: #646464;
    }
    .sec04 .secTitle span:after{
        display: none;
    }
    .sec04 .secTitle span.en-bold{
        font-size: 5.4vw;
        margin-left: 0;
        margin-bottom: 3%;
    }


    .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 .box .txt dd{ letter-spacing: -0.05rem;}

    .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;
    }

}





