/*---------------------------------

  共通

---------------------------------*/



@media screen and (max-width:1023px){

}
@media screen and (max-width:767px){

}

/*---------------------------------

  bloc_consulting_01

---------------------------------*/

.bloc_consulting_01{
    padding: 144px 0 163px;
}

.bloc_consulting_01 .catch{
    position: relative;
    margin: 0 0 60px;
    color: var(--text);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.8;
}

.bloc_consulting_01 .flex{
    gap: 60px;
}
.bloc_consulting_01 .txt{
    width: calc(65% - 30px);
    line-height: 2;
}
.bloc_consulting_01 .pic{
    width: calc(35% - 30px);
    object-fit: cover;
}

.bloc_consulting_01 .green_box{
    padding: 48px 96px;
    margin: 90px 0 0;
}
.bloc_consulting_01 .green_box .ttl{
    margin: 0 0 30px;
    color: var(--main);
    font-size: 24px;
    font-weight: 700;
}
.bloc_consulting_01 .green_box .list li{
    position: relative;
    padding: 0 0 0 20px;
}
.bloc_consulting_01 .green_box .list li + li{
    margin: 5px 0 0;
}
.bloc_consulting_01 .green_box .list li::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: var(--main);
    border-radius: 50%;
    
}

@media screen and (max-width:767px){
    
    .bloc_consulting_01{
        padding: 80px 0;
    }
    .bloc_consulting_01 .catch{
        margin: 0 0 40px;
        font-size: 28px;
        text-align: left;
    }

    .bloc_consulting_01 .flex{
        gap: 30px;
    }
    .bloc_consulting_01 .txt{
        width: 65%;
        line-height: 2;
    }
    .bloc_consulting_01 .green_box{
        padding: 6vw;
        margin: 60px 0 0;
    }
    .bloc_consulting_01 .green_box .ttl{
        margin: 0 0 20px;
        font-size: 21px;
    }
    
}


/*---------------------------------

  bloc_consulting_02

---------------------------------*/

.bloc_consulting_02{
    padding: 0 0;
}
.bloc_consulting_02 .title{
    width: 100%;
    margin: 0 0 40px;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
}

.bloc_consulting_02 .flex{
    gap: 15px;
}
.bloc_consulting_02 .sec > .ttl{
    width: 72px;
    min-height: 216px;
    margin: 50px 5px 0 0;
    padding: 27px;
    background: #5D5D5D;
    border-radius: 10px 0 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    writing-mode: vertical-rl;
}
.bloc_consulting_02 .sec:first-of-type > .ttl{
    margin: 90px 0 0;
}
.bloc_consulting_02 .sec .phase{
    width: calc(50% - 54px);
}
.bloc_consulting_02 .sec .phase .ttl{
    display: none;
    background: #FF5D00;
}

.bloc_consulting_02 .sec:first-of-type .phase .ttl{
    display: block;
    height: 64px;
    padding: 17px 0 0;
    margin: 0 0 24px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}
.bloc_consulting_02 .sec .phase:first-of-type .ttl{
    background: var(--main);
}
.bloc_consulting_02 .sec:first-of-type .phase .ttl .period{
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 0 15px;
    border: 2px solid #fff;
    border-radius: 90px;
    font-size: 15px;
}

.bloc_consulting_02 .sec .phase:first-of-type .flow_list{
    gap: 37px;
}

.bloc_consulting_02 .sec .phase:first-of-type .flow_list li:first-child{
    gap: 10px;
    width: 25%;
}
.bloc_consulting_02 .sec .phase:first-of-type .flow_list li:first-child span{
    position: relative;
    display: block;
    height: 110px;
    padding: 40px 0 0 20px;
    background: #D5F7EF;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}
.bloc_consulting_02 .sec .phase:first-of-type .flow_list li:first-child span::after{
    content: '';
    position: absolute;
    top: 0;
    right: -68px;
    display: block;
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-right: 34px solid transparent;
    border-left: 34px solid #D5F7EF;
    border-bottom: 55px solid transparent;
}
.bloc_consulting_02 .sec .phase:first-of-type .flow_list li:not(:first-child){
    position: relative;
    width: 29%;
    height: 230px;
    padding: 100px 5px 0 20px;
    background: #D5F7EF;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}
.bloc_consulting_02 .sec .phase:first-of-type .flow_list li:nth-child(2){
    width: 24%;
}
.bloc_consulting_02 .sec .phase:first-of-type .flow_list li:not(:first-child)::after{
    content: '';
    position: absolute;
    top: 0;
    right: -52px;
    display: block;
    width: 0;
    height: 0;
    border-top: 115px solid transparent;
    border-right: 27px solid transparent;
    border-left: 27px solid #D5F7EF;
    border-bottom: 115px solid transparent;
}

.bloc_consulting_02 .sec .phase:last-of-type .flow_list{
    justify-content: space-between;
}
.bloc_consulting_02 .sec .phase:last-of-type .flow_list li{
    position: relative;
    width: 20%;
    height: 230px;
    padding: 100px 5px 0 20px;
    background: #FFF7E1;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}
.bloc_consulting_02 .sec .phase:last-of-type .flow_list li:first-child{
    padding-top: 75px;
}
.bloc_consulting_02 .sec .phase:last-of-type .flow_list li:last-child{
    padding: 100px 5px 0;
}
.bloc_consulting_02 .sec .phase:last-of-type .flow_list li:not(:last-child)::after{
    content: '';
    position: absolute;
    top: 0;
    right: -52px;
    display: block;
    width: 0;
    height: 0;
    border-top: 115px solid transparent;
    border-right: 27px solid transparent;
    border-left: 27px solid #FFF7E1;
    border-bottom: 115px solid transparent;
}


.bloc_consulting_02 .sec .box{
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 2px dashed #CACACA;
}
.bloc_consulting_02 .sec .box .list{
    min-height: 216px;
    padding: 30px;
    background: #F8F8F8;
}
.bloc_consulting_02 .sec .box .list li{
    position: relative;
    padding: 0 0 0 15px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}
.bloc_consulting_02 .sec .box .list li + li{
    margin: 5px 0 0;
}
.bloc_consulting_02 .sec .box .list li::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #FF5D00;
    border-radius: 50%;
}
.bloc_consulting_02 .sec .phase:first-of-type .box .list li::before{
    background: var(--main);
}

@media screen and (max-width:1100px){

    .bloc_consulting_02 .title{
        margin: 0 0 30px;
        font-size: 24px;
    }

    .bloc_consulting_02 .sec > .ttl{
        width: 100%;
        height: 48px;
        min-height: inherit;
        margin: 50px 0 0;
        padding: 14px 0 0;
        border-radius: 10px;
        writing-mode: inherit;
    }
    .bloc_consulting_02 .sec:first-of-type > .ttl{
        margin: 0 0;
    }
    
    .bloc_consulting_02 .sec .phase{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .bloc_consulting_02 .sec .phase .ttl{
        display: block;
        width: 49px;
        margin: 0;
        padding: 10px 14px;
        border-radius: 10px 0 0 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        writing-mode: vertical-rl;
    }
    .bloc_consulting_02 .sec:first-of-type .phase .ttl{
        height: auto;
        padding: 10px;
        margin: 0;
        background: #FF5D00;
        border-radius: 10px 0 0 10px;
        font-size: 16px;
    }
    .bloc_consulting_02 .sec .phase:first-of-type .ttl{
        background: var(--main);
    }
    .bloc_consulting_02 .sec:first-of-type .phase .ttl .period{
        padding: 10px 5px;
        margin: 15px 0 0;
        border: 2px solid #fff;
        border-radius: 90px;
        font-size: 13px;
    }
    .bloc_consulting_02 .sec:first-of-type .phase .ttl .period .num{
        text-combine-upright: all;
    }
    .bloc_consulting_02 .sec:first-of-type .phase:first-of-type .flow_list li{

    }
    .bloc_consulting_02 .sec .box{
        width: calc(100% - 60px);
        margin: 0;
        padding: 0;
        border-top: none;
    }
    .bloc_consulting_02 .sec .box .list{
        height: 100%;
        min-height: inherit;
        padding: 30px;
    }
    
    /*　フロー
    ---------------------------------*/
    
    .bloc_consulting_02 .sec .phase:first-of-type .flow_list,
    .bloc_consulting_02 .sec .phase:last-of-type .flow_list{
        gap: 35px;
        width: calc(100% - 60px);   
    }
    .bloc_consulting_02 .sec .phase:first-of-type .flow_list{
        padding: 0 0 30px;
    }
    .bloc_consulting_02 .sec .phase:first-of-type .flow_list li:nth-child(1){
        justify-content: center;
        gap: 35px 2%;
        width: 100%;
    }
    .bloc_consulting_02 .sec .phase:first-of-type .flow_list li:nth-child(1) span{
        width: 49%;
        max-width: 200px;
        height: 60px;
        padding: 10px;
    }
    .bloc_consulting_02 .sec .phase:first-of-type .flow_list li:nth-child(2),
    .bloc_consulting_02 .sec .phase:first-of-type .flow_list li:nth-child(3),
    .bloc_consulting_02 .sec .phase:last-of-type .flow_list li,
    .bloc_consulting_02 .sec .phase:last-of-type .flow_list li:first-child{
        width: 100%;
        max-width: 415px;
        height: 48px;
        margin: auto;
        padding: 10px;
    }
    
    .bloc_consulting_02 .sec .phase:last-of-type .flow_list li:last-child {
        padding: 15px 10px;
    }
    
    .bloc_consulting_02 .sec .phase:first-of-type .flow_list li:first-child span::after{
        content: '';
        position: absolute;
        top: inherit;
        bottom: -52px;
        right: calc(50% - 70px);
        display: block;
        width: 0;
        height: 0;
        border-top: 27px solid #D5F7EF;
        border-right: 70px solid transparent;
        border-left: 70px solid transparent;
        border-bottom: 27px solid transparent;
    }
    .bloc_consulting_02 .sec .phase:first-of-type .flow_list li:not(:first-child)::after{
        content: '';
        position: absolute;
        top: inherit;
        bottom: -52px;
        right: calc(50% - 130px);
        display: block;
        width: 0;
        height: 0;
        border-top: 27px solid #D5F7EF;
        border-right: 130px solid transparent;
        border-left: 130px solid transparent;
        border-bottom: 27px solid transparent;
    }
    .bloc_consulting_02 .sec .phase:last-of-type .flow_list li:not(:last-child)::after{
        content: '';
        position: absolute;
        top: inherit;
        bottom: -52px;
        right: calc(50% - 130px);
        display: block;
        width: 0;
        height: 0;
        border-top: 27px solid #FFF7E1;
        border-right: 130px solid transparent;
        border-left: 130px solid transparent;
        border-bottom: 27px solid transparent;
    }

}


/*---------------------------------

  bloc_consulting_03

---------------------------------*/

.bloc_consulting_03{
    padding: 144px 0 120px;
}
.bloc_consulting_03 .title_underline{
    margin: 0 0 48px;
}
.bloc_consulting_03 .task_list li + li{
    margin: 20px 0 0 30px;
}
.bloc_consulting_03 .task_list li{
    position: relative;
    margin: 0 0 0 30px;
    font-size: 16px;
    text-indent: -30px;
}
.bloc_consulting_03 .task_list li::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    vertical-align: -4px;
}
.bloc_consulting_03 .task_list li::after{
    content: '';
    position: absolute;
    left: -25px;
    top: 7px;
    width: 13px;
    height: 7px;
    border-left: 3px solid var(--main);
    border-bottom: 3px solid var(--main);
    transform: rotate(-45deg);
}

@media screen and (max-width:767px){

    .bloc_consulting_03{
        padding: 80px 0 80px;
    }

    
}


/*---------------------------------

  bloc_consulting_04

---------------------------------*/

.bloc_consulting_04{
    padding: 120px 0;
    background: #E2F9F3;
}
.bloc_consulting_04 .flex{
    gap: 40px;
}
.bloc_consulting_04 .title_underline{
    width: 100%;
}

.bloc_consulting_04 .white_box{
    width: calc(50% - 20px);
    padding: 32px;
}

.bloc_consulting_04 .white_box dt{
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}
.bloc_consulting_04 .white_box dt::before{
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: var(--main);
    border-radius: 50%;   
}
.bloc_consulting_04 .white_box dd{
    margin: 5px 0 0;
    line-height: 1.6;
}

@media screen and (max-width:767px){

    .bloc_consulting_04{
        padding: 80px 0;
    }
    .bloc_consulting_04 .flex{
        gap: 30px;
    }
    .bloc_consulting_04 .white_box{
        width: 100%;
        padding: 6vw;
    }

    
}

/*---------------------------------

  bloc_consulting_05

---------------------------------*/

.bloc_consulting_05{
    padding: 144px 0 163px;
}

.bloc_consulting_05 .title_underline{
    margin: 0 0 56px;
}
.bloc_consulting_05 .border_box{
    max-width: 760px;
    padding: 88px 96px;
    margin: auto;
    border: 2px solid #E6E6E6;
    counter-reset: number 0;
}

.bloc_consulting_05 .border_box .sec + .sec{
    padding: 48px 0 0;
    margin: 48px 0 0;
    border-top: 1px solid #F1F1F1;
}

.bloc_consulting_05 .border_box .ttl{
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;
}
.bloc_consulting_05 .border_box .ttl::before{
    counter-increment: number 1;    /* numberカウンタの増加数をセット*/
    content: '0'counter(number)'.';    /* 表示形式を指定 */
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--main);
    font-size: 48px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    vertical-align: -5px;
}
/*
.bloc_consulting_05 .border_box .txt{
    margin: 0 0 40px;
}
*/

@media screen and (max-width:767px){

    .bloc_consulting_05{
        padding: 80px 0;
    }

    .bloc_consulting_05 .title_underline{
        margin: 0 0 40px;
    }
    .bloc_consulting_05 .border_box{
        padding: 6vw;
    }
    .bloc_consulting_05 .border_box .sec + .sec{
        padding: 40px 0 0;
        margin: 40px 0 0;
    }
    .bloc_consulting_05 .border_box .ttl{
        margin: 0 0 20px;
        font-size: 22px;
    }
    .bloc_consulting_05 .border_box .ttl::before{
        font-size: 36px;
        vertical-align: 0;
        line-height: 1;
    }
    
}

