@charset "UTF-8";

/*-------------------------------------------*/
/*メインイメージ*/
/*-------------------------------------------*/
body {
    overflow-x: hidden;
}

.mainimg {
    position: relative;
    margin-top: 97px;
}

.bgimg img {
    width: 100%;
    object-fit: cover;
    max-height: 252px;
    min-height: 252px;
}

.text_img {
    position: absolute;
    top: 50px;
    right: 0;
    left: 11px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.symbol_wrap {
    position: relative;
}

.symbol {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    bottom: 0;
}

.symbol img {
    margin: 0 auto;
    padding-right: 9px;
}




@media screen and (max-width: 768px) {

    .mainimg {
        margin-top: 72px;
    }
}

@media screen and (max-width: 480px) {
    .mainimg {
        margin-top: 58px;
    }

    .bgimg img {
        min-height: 200px;
    }

    .text_img img {
        max-height: 80px;
    }

    .symbol img {
        max-width: 80px;
        padding-right: 0;
    }

    .text_img {
        left: 0;
    }

}

/*-------------------------------------------*/
/*選ばれる6つの理由*/
/*-------------------------------------------*/
br.pc_none {
    display: none !important;
}

.reason .maxWid, .selection_bnr .maxWid {
    max-width: 800px;
}

.reason {
    margin-bottom: 150px;
    margin-top: 170px;
}

.reason .intro_text {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 123px;
}

.reason .intro_text p {
    font-size: 1.5rem;
    line-height: 1.7;
    width: 80%;
}

.reason .text_block p {
    width: auto;
    margin: auto;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: inherit;
}

.image_block {
    width: 50%;
}

.text_wrap {
    width: 50%;
}

.reason .text_block {
    padding-left: 40px;
    padding-right: 40px;
}

.reason .heading h3 {
    font-size: 25px;
    font-weight: bold;
}

.reason .num {
    margin-bottom: 38px;
}

.reason .heading {
    margin-bottom: 20px;
}

.reason_contents_flex {
    position: relative;
    margin-bottom: 100px;
}

.reason_contents_flex:after {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    background-color: #f6f6f6;
    z-index: -1;
    top: 30px;
}

.reason_contents_flex.even_num:after {
    left: 20px;
}

@media screen and (max-width: 1000px) {
    .sp_none {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .reason .heading h3 {
        font-size: 2.0rem;
    }

    .reason .text_block p {
        font-size: 1.3rem;
    }

    .num img.retina {
        height: 40px;
    }

    .reason_contents_flex:after {
        top: 27px;
    }


}

@media screen and (max-width: 640px) {
    .image_block {
        width: 100%;
        padding: 40px;
    }

    .text_wrap {
        width: 100%;
    }

    .reason_contents_flex.flex.odd_num {
        flex-direction: column;
    }

    .reason_contents_flex:after {
        width: 100%;
    }

    .reason_contents_flex.flex.even_num {
        flex-direction: column-reverse;
    }

    .reason .intro_text p {
        width: 100%;
    }

    .image_block img.retina {
        width: 100%;
    }

    /*画像荒かったら消す*/

    .reason_contents_flex.even_num:after {
        left: 0px;
    }
}


@media screen and (max-width: 480px) {
    .reason {
        margin-bottom: 100px;
        margin-top: 100px;
    }

    .reason .intro_text p {
        font-size: 1.3rem;
    }

    .reason .intro_text {
        margin-bottom: 60px;
    }

    .reason_contents_flex {
        margin-bottom: 60px;
    }

    .reason .text_block, .image_block {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
    }

    .reason .text_wrap {
        margin-bottom: 30px;
    }

    .num img.retina {
        height: 30px;
    }

    .reason .num {
        margin-bottom: 20px;
    }

    .reason .heading {
        margin-bottom: 15px;
    }

    .reason .heading h3 {
        font-size: 2.0rem;
    }

    .reason .text_block p {
        font-size: 1.3rem;
    }

    .reason_contents_flex:after {
        top: 20px;
    }

    .reason_contents_flex.even_num:after {
        left: 0px;
    }
}

/*-------------------------------------------*/
/*バナーエリア*/
/*-------------------------------------------*/
section.selection_bnr {
    margin-bottom: 170px;
}