/*---------------------------------

  共通

---------------------------------*/


@media screen and (max-width:1023px){

}
@media screen and (max-width:767px){

}

/*---------------------------------

  bloc_service_flow

---------------------------------*/

.bloc_service_flow{
    padding: 190px 0 0;
}

.bloc_service_flow .title{
    font-size: 120px;
    font-weight: 700;
    text-align: center;
}

.bloc_service_flow .box{
    width: 516px;
}
.bloc_service_flow .box a{
    position: relative;
    display: block;
    width: 100%;
    padding: 32px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px #00000026;
}
.bloc_service_flow .box .ttl{
    position: relative;
    padding: 12px 0 12px 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
    z-index: 1;
}
.bloc_service_flow .box .ttl::before{
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: var(--main);
    border-radius: 50%;
}

.bloc_service_flow .box .txt{
    line-height: 1.8;
}
.bloc_service_flow .box .pic{
    margin: 30px 0 0;
}

.bloc_service_flow .box a .view{
    position: absolute;
    top: 44px;
    right: 32px;
}
.bloc_service_flow .box a:hover .view{
    background: var(--main);
    border-color: var(--main);
}

@media screen and (max-width:767px){

    .bloc_service_flow{
        padding: 100px 0 0;
    }

    .bloc_service_flow .title{
        font-size: 60px;
    }
    .bloc_service_flow .box{
        width: 330px;
    }
    .bloc_service_flow .box a{
        position: relative;
        display: block;
        width: 100%;
        padding: 20px;
        background: #fff;
        box-shadow: 0px 0px 30px 0px #00000026;
    }
    .bloc_service_flow .box .ttl{
        font-size: 21px;
        line-height: 1.6;
    }
    .bloc_service_flow .box a .view{
        position: absolute;
        top: inherit;
        bottom: 32px;
        right: 32px;
    }
    
}


/*---------------------------------

  flow_top

---------------------------------*/

.flow_top .box{
    margin: auto;
}
.flow_top::before{
    content: '01';
    display: block;
    padding: 78px 0 0;
    color: var(--main);
    font-size: 62px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

@media screen and (max-width:767px){
 
    .flow_top::before{
        padding: 50px 0 0;
        font-size: 62px;
    } 
    
}

/*---------------------------------

  flow_middle

---------------------------------*/

.flow_middle{
    padding: 0 0 70px;
    background: url(../img/services/services_bg_01.png) no-repeat bottom;
    background-size: cover;
}
.flow_middle::before{
    content: '02';
    display: block;
    padding: 88px 0 0;
    color: var(--main);
    font-size: 72px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
.flow_middle .flex{
    justify-content: center;
    gap: 40px;
}

.flow_middle .inner:last-of-type .box{
    margin: auto;
}
.flow_middle .inner:last-of-type::before{
    content: '03';
    display: block;
    padding: 78px 0 0;
    color: var(--main);
    font-size: 88px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

@media screen and (max-width:767px){
 
    .flow_middle{
        padding: 0 0 50px;
    }
    .flow_middle::before{
        padding: 50px 0 0;
        font-size: 72px;
    }
    .flow_middle .inner:last-of-type::before{
        padding: 50px 0 0;
        font-size: 88px;
    }
    
}

/*---------------------------------

  flow_bottom

---------------------------------*/

.flow_bottom{
    padding: 0 0 120px;
    background: #E7FFF9 url(../img/services/services_bg_02.png) no-repeat top center;
    background-size: cover;
}
.flow_bottom::before{
    content: '04';
    display: block;
    color: var(--main);
    font-size: 96px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
.flow_bottom .box{
    margin: auto;
}


@media screen and (max-width:767px){
 
    .flow_bottom{
        padding: 0 0 80px;
    }
    .flow_bottom::before{
        font-size: 96px;
    }
    
}



