.about-paragraph {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.1em;
    color: #000000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.about-img01-container {
    width: 94.1rem;
    margin: 10.3rem auto 11rem;
    position: relative;
    @media screen and (max-width: 767px) {
        width: 100%;
        margin: 5.3rem auto 4rem;
    }
}

@media screen and (max-width: 767px) {
    .about-img01-container img {
        padding-top: 1rem;
    }      
}

.img-txt-absolute {
    position: absolute;
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    /* line-height: 28px; */
    letter-spacing: 0.1em;
    color: #000000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        text-align: center;
        line-height: 2rem;
        position: unset;
    }
}

.img-about-txt-position01 {
    top: -0.5rem;
    left: -2rem;
    @media screen and (max-width: 767px) {
        top: -2.5rem;
        left: -1.6rem;
    }
}

.img-about-txt-position02 {
    top: -4.5rem;
    left: 37rem;
    font-size: 2.2rem;
    font-weight: bold;
    @media screen and (max-width: 767px) {
        top: -3.5rem;
        left: 11rem;
        font-size: 1.4rem;
    }
}

.img-about-txt-position03 {
    top: -0.5rem;
    right: 2rem;
    @media screen and (max-width: 767px) {
        top: -2.5rem;
        right: 0.4rem;
    }
}


.jigyou-flex-container {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    margin-bottom: 11rem;
    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 3.5rem;
        margin-bottom: 8rem;
    }
}

.jigyo-box-flex-container {
    display: flex;
    gap: 2.9rem;
    align-items: center;
    @media screen and (max-width: 767px) {
        gap: 1.7rem;
    }
}

.jigyo-img-container {
    width: 14.8rem;
    @media screen and (max-width: 767px) {
        width: 38%;
    }
}

.blue-title-jigyou {
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    /* line-height: 30px; */
    text-align: left;
    letter-spacing: 0.1em;
    color: #0033B3;
    margin-bottom: 1.2rem;
    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
    }
}

.black-title-jigyou {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    color: #000000;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.about-img03-container {
    margin: 6rem auto 3.6rem;
    width: 89.9rem;
    @media screen and (max-width: 767px) {
        margin: 4rem auto 1.8rem;
        width: 100%;
    }
}

.about-img03-undertext {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    /* line-height: 30px; */
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
    padding-bottom: 14rem;
    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: center;
        padding-bottom: 7rem;
    }
}

.footer-up {
    margin-top: 9rem;
    @media screen and (max-width: 767px) {
        margin-top: 6rem;
    }
}

.blue-text {
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    /* line-height: 18px; */
    letter-spacing: 0.1em;
    color: #0033B3;
    margin-bottom: 3rem;
}