@charset "utf-8";
/* CSS Document */

.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: 115px;
    box-sizing: border-box;
}

.btn_wrap{
    margin-top: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_wrap .btn{
    width: 46%;
    margin: 0;
}
.btn_wrap .btn+.btn{ margin-left: 60px;}


@media(max-width:767px) {
    .sec01{
        padding-bottom: 18%;
        box-sizing: border-box;
    }

    .btn_wrap .btn{
        width: 48%;
        margin: 0 auto;
    }
    .btn_wrap .btn+.btn{ margin-left: 4%;}
    .btn_wrap.btn_wrap .btn:after{ left: 69%;}
}


/* ---------------------------------------------
  link01
-----------------------------------------------*/
#link01{
    padding-top: 160px;
    margin-bottom: 100px;
    overflow: hidden;
}
#link01 .box{
    position: relative;
    background: #EFF3F9;
    padding: 20px 15px 40px 44px;
    box-sizing: border-box
}
#link01 .box:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #EFF3F9;
}
#link01 .box .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
#link01 .box .txt{
    position: relative;
    width: 50%;
    text-align: right;
    padding-right: 25px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

#link01 .box .txt:before,
#link01 .box .txt:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #28469B;
}
#link01 .box .txt:before{
    right: 25px;
}
#link01 .box .txt:after{
    width: 200%;
    left: -200%;
}

#link01 .box .txt h2{
    display: inline-block;
    color: #28469B;
    font-size: 4.0rem;
}
#link01 .box .txt h2 span{
    display: block;
    font-size: 1.6rem;

}
#link01 .box .flex .img{
    width: 50%;
    max-width: 480px;
    margin-top: -100px;
}

#link01 .box p{
    font-size: 1.6rem;
    line-height: 1.75;
}

@media(max-width:767px) {
    #link01{
        padding-top: 38%;
        margin-bottom: 10%;
    }
    #link01 .box{
        padding: 4% 5% 6% 6%;
    }

    #link01 .box .flex{
        display: block;
        margin-bottom: 5%;
    }
    #link01 .box .txt{
        width: 100%;
        text-align: right;
        padding-right: 0;
        padding-bottom: 4%;
    }
    #link01 .box .txt h2{
        font-size: 2.4rem;
    }
    #link01 .box .txt h2 span{
        display: block;
        font-size: 1.4rem;

    }
    #link01 .box .flex .img{
        width: 100%;
        max-width: 480px;
        margin: -50% auto 0 auto;
    }

    #link01 .box p{
        margin-top: 6%;
        font-size: 1.4rem;
    }

}


/* ---------------------------------------------
  link02
-----------------------------------------------*/
#link02{
    padding-top: 100px;
    margin-bottom: 200px;
    overflow: hidden;
}
#link02 .animation_title_slide_in_mirror{
    margin-bottom: 78px;
}
#link02 .subtitle--text__mirror{
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    color: #073190;
    line-height: 1.2;

}
#link02 .subtitle--text__mirror span{
    position: relative;
    font-size: 4.6rem;
    display: block;
    background: #EFF3F9;
    padding: 8px 20px 10px 0;
    margin-bottom: 15px;
    box-sizing: border-box;
}
#link02 .subtitle--text__mirror span:after{
    position: absolute;
    left: -200%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: '';
    width: 200%;
    height: 100%;
    background: #EFF3F9;
}
#link02 .subtitle--text__mirror:before,
#link02 .subtitle--text__mirror:after{
    position: absolute;
    bottom: 32px;
    display: block;
    content: '';
    height: 2px;
    background: #073190;
}
#link02 .subtitle--text__mirror:before{
    width: 100px;
    left: 0;
}
#link02 .subtitle--text__mirror:after{
    width: 200%;
    left: -200%;
}

#link02 .tbl_wrap{
    position: relative;
}
#link02 .tbl_wrap:before,
#link02 .tbl_wrap:after{
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    height: 93%;
    background: #EFF3F9;
    z-index: -1;
}
#link02 .tbl_wrap:before{
    width: 214px;
    left: 0;
}
#link02 .tbl_wrap:after{
    width: 200%;
    left: -200%;
}

#link02 .tbl{ margin-top: 22px;}

#link02 .tbl th{ width: 214px;}

#link02 .tbl a.link{
    font-weight: 700;
    color: #073190;
}

.cnts_btn_wrap{
    margin-top: 120px;
    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) {
    #link02{
        padding-top: 10%;
        margin-bottom: 16%;
    }
    #link02 .animation_title_slide_in_mirror{
        margin-bottom: 12%;
    }
    #link02 .subtitle--text__mirror{
        font-size: 1.4rem;

    }
    #link02 .subtitle--text__mirror span{
        font-size: 2.6rem;
        padding: 8px 20px 10px 0;
        margin-bottom: 4%;
    }
    #link02 .subtitle--text__mirror span:after{
        left: -100%;
        width: 100%;
    }
    #link02 .subtitle--text__mirror:before,
    #link02 .subtitle--text__mirror:after{
        bottom: 23px;
    }
    #link02 .subtitle--text__mirror:before{
        width: 70px;
    }
    #link02 .subtitle--text__mirror:after{
        width: 100%;
        left: -100%;
    }
    #link02 .tbl_wrap:before,
    #link02 .tbl_wrap:after{
        height: 90%;
    }

    #link02 .tbl_wrap:after{
        width: 100%;
        left: -100%;
    }
    #link02 .tbl{ margin-top: 5%;}
    #link02 .tbl_wrap:before,
    #link02 .tbl th{ width: 24%;}

    #link02 .tbl th,
    #link02 .tbl td{
        display: table-cell;
        border-bottom: 1px solid #073190;
    }
    #link02 .tbl_wrap .img{text-align: center;}
    .cnts_btn_wrap{ margin-top: 12%;}
    .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%;}
}
@media(max-width:454px) {
    #link02 .tbl_wrap:before,
    #link02 .tbl th{ width: 120px;}
}

