@charset "UTF-8";

@media screen and (max-width: 767px) {
    .wrap{
        width: 86%;
        max-width: inherit;
    }
}
/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 0 0 90px 0;
    box-sizing: border-box;
}

.sec01 .lead{
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
}
.sec01 .catch{
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
}
.sec01 .catch span{
    position: relative;
    padding: 0 12px;
    box-sizing: border-box;
}
.sec01 .catch span:before,
.sec01 .catch span:after{
    position: absolute;
    top: 2px;
    display: block;
    content: '';
    width: 2px;
    height: 24px;
    background: #646464;
}

.sec01 .catch span:before{
    left: 0;
    transform: rotate(-30deg);
}
.sec01 .catch span:after{
    right: 0;
    transform: rotate(30deg);
}

.sec01 .box.wrap{
    max-width: 686px;
}
.sec01 .box{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec01 .box .img{
    width: 71%;
    max-width: 486px;
    margin-right: -30px;
}
.sec01 .box .txt{
    position: relative;
    width: 33%;
    box-sizing: border-box;
}
.sec01 .box .txt p{
    font-size: 1.8rem;
    font-weight: 500;
}
.sec01 .box .txt .check_list li{
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 22px;
    box-sizing: border-box;
}
.sec01 .box .txt .check_list li:before{
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    content: '';
    background: url("../img/contact/icn_check.png") no-repeat center center;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
}
.ie .sec01 .box .txt .check_list li:before{ top: 3px;}




@media screen and (max-width: 767px) {
    .sec01{
        padding: 0 0 8% 0;
    }

    .sec01 .lead{
        font-size: 5vw;
    }
    .sec01 .catch{
        font-size: 5vw;
    }
    .sec01 .catch span{
        position: relative;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .sec01 .catch span:before,
    .sec01 .catch span:after{
        position: absolute;
        top: auto;
        bottom: -2vw;
        width: 1px;
        height: 18vw;
    }
    .sec01 .catch span:before{
        left: -2vw;
        transform: rotate(-20deg);
    }
    .sec01 .catch span:after{
        right: -11vw;
        transform: rotate(20deg);
    }

    .sec01 .box{
        margin-top: 8%;
        display: block;
    }
    .sec01 .box .img{
        width: 100%;
        margin: 8% auto 0 auto;
    }
    .sec01 .box .txt{
        position: relative;
        width: 50vw;
        margin: 0 auto;
    }
    .sec01 .box .txt p{
        font-size: 3.7vw;
    }
    .sec01 .box .txt p{
        font-size: 4vw;
    }
    .sec01 .box .txt .check_list li{
        font-size: 4vw;
        padding-left: 5vw;
        box-sizing: border-box;
    }
    .sec01 .box .txt .check_list li:before{
        top: 1.4vw;
        width: 4vw;
        max-width: 35px;
        height: 4vw;
        max-height: 35px;
    }


}


/*  sec02 -------------------------------------------*/
.sec02{
    padding: 0 0 70px 0;
    box-sizing: border-box;
}
.sec02 .ttl_band{
    padding: 100px 20px;
    background: #646464;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.sec02 .ttl_band h2{
    font-size: 4.0rem;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .3rem;
    text-align: center;
}
.sec02 .ttl_band p{
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-top: 20px;
}

.sec02 .secTitle h3{
    font-size: 2.5rem;
    font-weight: 700;
}
.sec02 .secTitle span{
    font-size: 3.0rem;
    margin-left: 25px;
    margin-right: 0;
    letter-spacing: .2rem;
}

.sec02 .bg_gray{
    width: 92%;
    max-width: 880px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 65px 40px;
    box-sizing: border-box;
}
.sec02 .bg_gray h2{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 75px;
}
.sec02 .bg_gray h2 span{
    display: block;
    font-size: 3.5rem;
    letter-spacing: .3rem;
    margin-bottom: 32px;
}


@media screen and (max-width: 767px) {
    .sec02 .ttl_band{
        padding: 16vw 3%;
        margin-bottom: 10%;
    }
    .sec02{
        padding: 0 0 14% 0;
        box-sizing: border-box;
    }

    .sec02 .wrap{ width: 100%;}

    .sec02 .bg_gray{
        width: 94%;
        max-width: inherit;
        padding: 10% 4%;
    }
    .sec02 .bg_gray h2{
        font-size: 4.6vw;
        margin-bottom: 8%;
    }
    .sec02 .bg_gray h2 span{
        font-size: 8vw;
        line-height: 1.3;
        margin-bottom: 6%;
    }

}



