@charset "utf-8";

/*-- 
three_reasons

====================================================== --*/

#content_three_reasons .content_body_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0.5rem;
    border-bottom: 1px solid var(--c-beige);
}
#content_three_reasons .content_body_inner .part{
    position: relative;
    border-radius: 50%;
    background-color: var(--c-beige);
    width: 10rem;
    height: 10rem;
    color: var(--c-orange);
    font-size: 1.9rem;
    text-align: center;
}
#content_three_reasons .content_body_inner:last-child{
    border: none;
}
#content_three_reasons .content_body_inner.top{
    padding: 0rem 0rem 4rem 0rem;
}
#content_three_reasons .content_body_inner .part .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 
    white-space: nowrap;
}
#content_three_reasons .content_body_inner .part .inner span{
    font-size: 4.6rem;
}
#content_three_reasons .content_body_inner h2{
    font-size: 2.4rem;
    font-weight: 700;
    padding: 3rem 2rem 3rem 2rem;
}
#content_three_reasons .content_body_inner h3{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 2.0rem;
}
#content_three_reasons .content_body_inner .col p{
    width: 34.8rem;
}
body.lower .lower_base .row.-col_2 .col{
    max-width:unset;
}
#content_three_reasons .content_body_inner .col.max_w60{
    max-width:unset;
}
#content_three_reasons .content_body_inner .col.image{
    margin-bottom: 50px;
}
#content_three_reasons .content_body_inner .col figure{
    width: 57.0rem;
}

/* tb sp */
@media screen and (max-width:1000px){
    #page-three_reasons.lower .lower_content_base {
        padding: 2rem 1rem 2rem 1rem;
    }
    #content_three_reasons .content_body_inner{
        padding: 4rem 0rem;
    }
    #content_three_reasons .content_body_inner.top{
        padding: 0rem 0rem 2rem 0rem;
    }
    /* #content_three_reasons .content_body_inner.last{
        padding: 4rem 0rem 0rem 0rem;
    } */
    #content_three_reasons .content_body_inner h2 {
        font-size: 2.4rem;
        padding: 2rem 0rem;
        text-align: left;
        font-weight: 500;
    }
    #content_three_reasons .content_body_inner .col p{
        width: 100% !important;
    }
    #content_three_reasons .content_body_inner .col figure{
        width: 100%;
    }
    #content_three_reasons .content_body_inner .col.image{
        margin-bottom: 6rem;
    }
    #content_three_reasons .content_body_inner .col:last-child{
        margin-bottom: 2rem;
    }
}
/*--