/*---------------------------------

  共通

---------------------------------*/

.title{
    position: relative;
    color: var(--text);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.8;
}

@media screen and (max-width:1023px){

}
@media screen and (max-width:767px){
    .page_header .title{
        font-size: clamp(1.75rem, 1.033rem + 3.06vw, 2.5rem);
        /*375 - 767 28px - 40px*/
    }
}

/*---------------------------------

  bloc_outsourcing_01

---------------------------------*/

.bloc_outsourcing_01{
    padding: 144px 0 163px;
}

.bloc_outsourcing_01 .catch{
    position: relative;
    margin: 0 0 60px;
    color: var(--text);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.8;
}
.bloc_outsourcing_01 .flex{
    gap: 60px;
}
.bloc_outsourcing_01 .txt{
    width: calc(65% - 30px);
    line-height: 2;
}
.bloc_outsourcing_01 .pic{
    width: calc(35% - 30px);
    object-fit: cover;
    object-position: right 20% top 0;
}

@media screen and (max-width:767px){

    .bloc_outsourcing_01{
        padding: 80px 0 80px;
    }

    .bloc_outsourcing_01 .catch{
        margin: 0 0 40px;
        font-size: 28px;
        text-align: left;
    }
/*
    .bloc_outsourcing_01 .flex{
        gap: 40px;
    }
    .bloc_outsourcing_01 .txt{
        width: 100%;
        line-height: 2;
    }
    .bloc_outsourcing_01 .pic{
        width: 100%;
        max-width: 500px;
        margin: auto;
        object-fit: cover;
    } 
*/

    .bloc_outsourcing_01 .flex{
        gap: 30px;
    }
    .bloc_outsourcing_01 .txt{
        width: 65%;
        line-height: 2;
    }
}

/*---------------------------------

  bloc_outsourcing_02

---------------------------------*/

.bloc_outsourcing_02{
    padding: 120px 0;
    background: #E2F9F3;
}
.bloc_outsourcing_02 .flex{
    gap: 40px;
}
.bloc_outsourcing_02 .title_underline{
    width: 100%;
}

.bloc_outsourcing_02 .white_box{
    width: calc(50% - 20px);
    padding: 32px;
}

.bloc_outsourcing_02 .white_box dt{
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
}
.bloc_outsourcing_02 .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_outsourcing_02 .white_box dd{
    margin: 5px 0 0;
    line-height: 1.6;
}

@media screen and (max-width:767px){
    
    .bloc_outsourcing_02{
        padding: 80px 0;
    }
    
    .bloc_outsourcing_02 .white_box{
        width: 100%;
        padding: 6vw;
    }

    .bloc_outsourcing_02 .white_box dt{
        margin: 0 0 16px;
        font-size: 21px;
    }

}
