@charset 'UTF-8';

/*====================
services
====================*/

.services {
    padding: 60px 4%;
}

.services__item {
    margin-top: 60px;
}

.services__item:first-of-type {
    margin-top: 0;
}

.services__tittle__box {
    display: flex;
}

.number {
    color: #103662;
    font-family: Roboto;
    font-size: 2.4rem;
    font-weight: 600;
    width: 40px;
    padding: 6px 10px 18px 0;
    border-right: solid 1px #333;
}

.services__tittle {
    font-size: 2rem;
    margin-left: 15px;
}

.services__txt {
    font-size: 1.6rem;
    margin-top: 20px;
}

.services__txt2 {
    font-size: 1.6rem;
    line-height: 200%; /* 32px */
    padding: 20px;
    border-radius: 15px;
    border: 3px solid #00428C;
    margin-top: 30px;
    max-width: 390px;
}

.services__item img {
    margin-top: 30px;
}

@media screen and (min-width:769px) {
    .services {
        padding: 100px 4%;
    }

    .services__container {
        max-width: 1180px;
        margin-inline: auto;
    }

    .services__item {
        display: flex;
        gap: 80px;
    }

    .row-reverse {
        flex-direction: row-reverse;
    }

    .services__txtBox {
        width: 450px;
    }

    .number {
        font-size: 3.2rem;
        width: 50px;
        padding-bottom: 24px;
    }

    .services__tittle {
        font-size: 2.4rem;
    }

    .services__txt {
        margin-top: 40px;
    }

    .services__txt2 {
        margin-top: 60px;
        padding: 40px;
    }

    .services__item img {
        object-fit: contain;
        width: 45.1vw;
        max-width: 650px;
        margin-top: 0;
    }
    
} /* 769px pc */
