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

}


/* ---------------------------------------------
  contents
-----------------------------------------------*/
.contents {
	padding-top: 110px;
}

.contents_innner {
    padding-top: 110px;
    margin-top:-110px;
}


/* ---------------------------------------------
  sec01
-----------------------------------------------*/
.sec01{
    padding-bottom: 115px;
    box-sizing: border-box;
}

.btn_wrap{
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.btn_wrap .btn{
    width: 30%;
    max-width: 280px;
    margin: 0 5% 20px 0;
}
.btn_wrap .btn:nth-of-type(3n){ margin-right: 0;}


@media(max-width:767px) {
    .sec01{
        padding-bottom: 18%;
        box-sizing: border-box;
    }
    .sec01 .btn_wrap{ margin-top: 12%;}
    .btn_wrap .btn{
        width: 48%;
        margin: 0 4% 4% 0;
    }
    .btn_wrap .btn:nth-of-type(3n){ margin-right: 4%;}
    .btn_wrap .btn:nth-of-type(2n){ margin-right: 0;}
    .btn_wrap .btn:after{
        width: 18px;
        left: 78%;
    }
    .btn_wrap .btn:hover:after{ width: 26px;}
}


/* ---------------------------------------------
  common
-----------------------------------------------*/
.business_box,
#link08 .business_box{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.business_box:nth-of-type(even),
#link08 .business_box:nth-of-type(odd){
    flex-direction: row;
}
.business_box+.business_box{ margin-top: 150px;}


.business_box .img{
    width: 46%;
    max-width: 440px;
}
.business_box .txt{
    width: 43%;
    max-width: 410px;
    padding-top: 40px;
    box-sizing: border-box;
}

.business_box .txt .box-ttl{
    font-size: 2.8rem;
    color: #073190;
    border-bottom: 2px solid #073190;
    padding-bottom: 14px;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.business_box .txt p{
    font-size: 1.6rem;
    line-height: 1.65;
    letter-spacing: .05rem;
}


@media(max-width:767px) {
    .business_box,
    #link08 .business_box,
    .business_box:nth-of-type(even),
    #link08 .business_box:nth-of-type(odd) {
        flex-direction: column-reverse;
    }
    .business_box+.business_box{ margin-top: 16%;}

    .business_box .img{
        width: 100%;
        max-width: 440px;
        text-align: center;
        margin: 0 auto;
    }
    .business_box .txt{
        width: 100%;
        max-width: inherit;
        margin-bottom: 6%;
        padding-top: 0;
    }

    .business_box .txt .box-ttl{
        font-size: 2.2rem;
        margin-bottom: 5%;
    }
    .business_box .txt p{
        font-size: 1.4rem;
    }



}


/* ---------------------------------------------
  link08
-----------------------------------------------*/
#link08{
    padding-top: 150px;
    margin-bottom: 200px;
    overflow: hidden;
}
#link08 .animation_title_slide_in_mirror{
    margin-bottom: 78px;
}
#link08 .subtitle--text__mirror{
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    color: #073190;
    line-height: 1.2;

}
#link08 .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;
}
#link08 .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;
}
#link08 .subtitle--text__mirror:before,
#link08 .subtitle--text__mirror:after{
    position: absolute;
    bottom: 32px;
    display: block;
    content: '';
    height: 2px;
    background: #073190;
}
#link08 .subtitle--text__mirror:before{
    width: 100px;
    left: 0;
}
#link08 .subtitle--text__mirror:after{
    width: 200%;
    left: -200%;
}


@media(max-width:767px) {
    #link08{
        padding-top: 16%;
        margin-bottom: 25%;
    }
    #link08 .animation_title_slide_in_mirror{
        margin-bottom: 12%;
    }
    #link08 .subtitle--text__mirror{
        font-size: 1.4rem;

    }
    #link08 .subtitle--text__mirror span{
        font-size: 2.6rem;
        padding: 8px 20px 10px 0;
        margin-bottom: 4%;
    }
    #link08 .subtitle--text__mirror span:after{
        left: -100%;
        width: 100%;
    }
    #link08 .subtitle--text__mirror:before,
    #link08 .subtitle--text__mirror:after{
        bottom: 24px;
    }
    #link08 .subtitle--text__mirror:before{
        width: 70px;
    }
    #link08 .subtitle--text__mirror:after{
        width: 100%;
        left: -100%;
    }


}

