@charset "utf-8";
/* CSS Document */
.page-ttl .bg-ttl{
    background: url("../img/common/pagettl.png") no-repeat center center;
}
.section-title{
    position: relative;
    opacity: 0;
}
.section-title.slide_in{ opacity: 1;}
.sec-title--text{
    position: relative;
    font-size: 1.6rem;
    color: #073190;
    line-height: 1.3;
    padding: 25px 0 25px 15px;
    box-sizing: border-box;
}
.sec-title--text:before{
    position: absolute;
    top: 72%;
    left: -150px;
    display: block;
    content: '';
    width: 258px;
    height: 2px;
    background: #073190;
}
.sec-title--text span{
    display: block;
    font-size: 10.0rem;
    margin-left: -10px;
}


@media(max-width:767px) {
    .sec-title--text{
        font-size: 1.3rem;
        padding: 3% 0;
    }
    .sec-title--text:before{
        top: 64%;
        left: -4%;
        width: 55px;
    }
    .sec-title--text span{
        font-size: 3.8rem;
        margin-bottom: 8px;
        margin-left: 0;
    }

}


/* ---------------------------------------------
  sec01
-----------------------------------------------*/
.sec01{
    padding-bottom: 200px;
    box-sizing: border-box;
}
.sec01 p.lead{
    font-size: 1.6rem;
    line-height: 1.75;
}

.sec01 .tbl{
    margin: 40px 0 42px 0;
}
.sec01 .tbl th{
    width: 210px;
}
.sec01 .tbl td{
    padding: 22px 22px 35px 75px;
}

.sec01 .tbl td dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sec01 .tbl td dl dt{
    width: 157px;
    font-size: 1.6rem;
    color: #073190;
    font-weight: 400;
}
.sec01 .tbl td dl dd{
    font-size: 2.4rem;
    color: #073190;
    font-weight: 700;
}
.sec01 .tbl td dl dd .free{ color: #CF000E;}
.sec01 .tbl td p{
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.75;
}

.sec01 .fee_box{
    display: flex;
    justify-content: space-between;
}
.sec01 .fee_box dl{
    width: 22%;
    max-width: 210px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.sec01 .fee_box dt{
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    background: #EFF3F9;
    padding: 22px 0;
    box-sizing: border-box;
}
.sec01 .fee_box dd{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    padding: 22px;
    box-sizing: border-box;
}

.sec01 .btn_wrap{ margin-top: 80px;}
.sec01 .btn{
    max-width: 460px;
}


@media(max-width:767px) {
    .sec01{
        padding-bottom: 18%;
        box-sizing: border-box;
    }
    .sec01 p.lead{
        font-size: 1.4rem;
    }

    .sec01 .tbl{
        margin: 8% 0;
    }
    .sec01 .tbl th{
        width: 100%;
    }
    .sec01 .tbl td{
        padding: 5%;
    }

    .sec01 .tbl td dl{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .sec01 .tbl td dl dt{
        width: 84px;
        font-size: 1.4rem;
    }
    .sec01 .tbl td dl dd{
        font-size: 1.9rem;
    }
    .sec01 .tbl td p{
        margin-top: 4%;
        font-size: 1.4rem;
    }

    .sec01 .fee_box{
        display: block;
    }
    .sec01 .fee_box dl{
        width: 100%;
        max-width: inherit;
    }
    .sec01 .fee_box dl+dl{ margin-top: 8%;}
    .sec01 .fee_box dt{
        font-size: 1.4rem;
        padding: 5% 0;
    }
    .sec01 .fee_box dd{
        font-size: 1.4rem;
        padding: 4%;
    }

    .sec01 .btn_wrap{ margin-top: 12%;}
    .sec01 .btn{
        width: 80%;
        max-width: inherit;
    }


}


/* ---------------------------------------------
  sec02
-----------------------------------------------*/
.sec02{
    margin-bottom: 100px;
    overflow: hidden;
}

.sec02 .subtitle--container__needs{
    margin-bottom: 78px;
}
.sec02 .subtitle--text__mirror{
    display: flex;
    align-items: center;
    width: 400px;
    position: relative;
    font-size: 3.8rem;
    font-weight: 700;
    color: #073190;
    background: #EFF3F9;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 1.1;

}
.sec02 .subtitle--text__mirror span.num{
    position: relative;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
.sec02 .subtitle--text__mirror span.num{
    position: relative;
    font-size: 6.6rem;
    line-height: 1.1;
}
.sec02 .subtitle--text__mirror:after{
    position: absolute;
    left: -200%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: '';
    width: 200%;
    height: 100%;
    background: #EFF3F9;
    z-index: -1;
}
.sec02 .subtitle--text__mirror span.num:before,
.sec02 .subtitle--text__mirror span.num:after{
    position: absolute;
    bottom: -10px;
    display: block;
    content: '';
    height: 2px;
    background: #073190;
}
.sec02 .subtitle--text__mirror span.num:before{
    width: 90px;
    left: 0;
}
.sec02 .subtitle--text__mirror span.num:after{
    width: 50vw;
    left: -50vw;
}

.sec02 .box{
    display: flex;
    justify-content: space-between;
}
.sec02 .box.reverse{
    flex-direction: row-reverse;
}

.sec02 .box+.section--left-text{ margin-top: 120px;}

.sec02 .box .img{
    width: 40%;
    max-width: 380px;
}

.sec02 .box .txt{
    width: 60%;
    padding-left: 50px;
    box-sizing: border-box;
}
.sec02 .box.reverse .txt{
    padding-right: 50px;
    padding-left: 0;
}

.sec02 .box .txt p{
    font-size: 1.6rem;
    line-height: 1.75;
}
.sec02 .box .txt a{
    font-weight: 700;
    color: #073190;
}

.cnts_btn_wrap{
    margin-top: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cnts_btn_wrap .btn{
    width: 46%;
    margin: 0;
}
.cnts_btn_wrap .btn+.btn{ margin-left: 60px;}


@media(max-width:767px) {
    .sec02{
        margin-bottom: 18%;
    }
    .sec02 .animation_title_slide_in_mirror{
        margin-bottom: 12%;
    }
    .sec02 .subtitle--text__mirror{
        font-size: 2.2rem;
        width: 70%;
    }
    .sec02 .subtitle--text__mirror span{
        font-size: 4.6rem;
    }
    .sec02 .subtitle--text__mirror span.num{
        font-size: 2.6rem;
    }
    
    .sec02 .subtitle--text__mirror:after{
        left: -100%;
        width: 100%;
    }

    .sec02 .subtitle--text__mirror span.num:before{
        width: 70px;
    }
    .sec02 .subtitle--text__mirror span.num:after{
        width: 100%;
        left: -100%;
    }
    .sec02 .box{
        display: block;
    }
    .sec02 .box+.section--left-text{ margin-top: 14%;}

    .sec02 .box .img{
        width: 100%;
        max-width: 380px;
        text-align: center;
        margin: 0 auto 6% auto;
    }

    .sec02 .box .txt{
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .sec02 .box.reverse .txt{
        padding-right: 0;
    }

    .sec02 .box .txt p{
        font-size: 1.4rem;
        line-height: 1.75;
    }
    .cnts_btn_wrap{ margin-top: 14%;}
    .cnts_btn_wrap .btn{
        width: 48%;
        margin: 0 auto;
    }
    .cnts_btn_wrap .btn+.btn{ margin-left: 4%;}
    .cnts_btn_wrap.btn_wrap .btn:after{ left: 69%;}
}

