/*Content CSS*/
#rnd2{overflow: hidden; }
section > article{padding: 90px 0 125px;}
.sub_inner{width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 50px;}

.bar_tit::before{content: '';display: block;width: 35px;height: 5px;background-color: #ed1c24;margin-bottom: 11px;}
.arrow_tit{position: relative; padding-left: 18px; text-align: left; margin-bottom: 25px;}
.arrow_tit::before{content: ''; display: block; width: 9px; height: 13px; background: url('../img/sub_arrow.png') 50% / cover no-repeat; position: absolute; top: 7px; left: 0;}
.fs_55{font-size: 55px; font-weight: 700; color: #000; line-height: 1;}
.fs_30{font-size: 30px; font-weight: 700; letter-spacing: -.6px; line-height: 1;}
.fs_18{font-size: 18px; line-height: 33px;  color: #333;}
.fs_17{font-size: 17px; line-height: 31px; color: #333;}

.tit span{margin-top: 19px;display: block;}

.text_box{background-color: #f7f7f7;padding: 39px 60px;margin-top: 38px;}

.img{overflow: hidden;}
.img img{transition: .3s;}

.wrap{margin-top: 75px;}

.img_list{display: flex; flex-wrap: wrap;}
.img_list .img_box{margin-top: 0; padding: 20px;}
.img_list li{width: calc(50% - 10px); margin-right: 20px; border: solid 1px #ddd; padding: 20px;}
.img_list li:nth-child(2n){margin-right: 0;}
.img_list li:nth-child(n+3){margin-top: 22px;}

@media screen and (min-width:1025px){
    .img:hover img{transform: scale(1.1);}
}

@media screen and (max-width:1400px){
    #rnd2 br:not(.space){display: none;}
}
@media screen and (max-width:1280px){
    .bar_tit::before{width: 35px;height: 5px; margin-bottom: 9px;}
    .arrow_tit{padding-left: 15px; margin-bottom: 20px;}
    .arrow_tit::before{ top: 5px;}
    .fs_55{font-size: 50px;}
    .fs_30{font-size: 25px;}
    .fs_18{font-size: 17px; line-height: 1.7;}
    .fs_17{font-size: 16px; line-height: 1.7;}
    .tit span{margin-top: 14px;}
    .text_box{padding: 30px;margin-top: 30px;}

    .img_list li{padding: 15px;}

    .wrap{margin-top: 50px;}
}


@media screen and (max-width:1024px){
    section > article{padding: 50px 0;}
    .sub_inner{ padding: 0 30px; text-align: center;}

    .bar_tit::before{width: 30px;height: 4px; margin: 0 auto 9px;}
    .arrow_tit{margin-bottom: 15px;}
    .arrow_tit::before{ top: 4px;}

    .fs_55{font-size: 40px;}
    .fs_30{font-size: 22px;}
    .fs_18{font-size: 16px;}
    .fs_17{font-size: 15px;}

    .img_list li{width: calc(50% - 7.5px); margin-right: 15px; padding: 10px;}
    .img_list li:nth-child(n+3){margin-top: 17px;}


    .wrap{margin-top: 40px;}
    .text_box{padding: 20px;margin-top: 20px;}

}

@media screen and (max-width:640px){
    .sub_inner{ padding: 0 20px;}
    .arrow_tit{margin-bottom: 13px; padding-left: 10px;}
    .arrow_tit::before{width: 7px; height: 10px;}
    .bar_tit::before{width: 25px; margin: 0 auto 7px;}
    .fs_55{font-size: 28px; line-height: 1.2;}
    .fs_30{font-size: 20px;}
    .fs_18{font-size: 15px;}
    .fs_17{font-size: 14px;}

    .wrap{margin-top: 30px;}

    .img_list li{width: 100%; margin-right: 0;}
    .img_list li:nth-child(n+2){margin-top: 15px;}
}
