.mana-section {
    margin-bottom: 10rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 5rem;
    }

    .graph-container {
        width: 57.3rem;
        margin: 0 auto 12rem;
        @media screen and (max-width: 767px) {
            width: 27.5rem;
            margin: 0 auto 3.4rem;
        }
    }

    .text-flex-container-top {
        display: flex;
        justify-content: space-between;

        @media screen and (max-width: 767px) {
            flex-direction: column;
        }

        .mana-wrap {
            position: relative;

            &::after {
                position: absolute;
                content: "";
                background-color: #000000;
                width: 0.1rem;
                height: 100%;
                top: 0;
                right: -3.6rem;

                @media screen and (max-width: 767px) {
                    display: none;
                }
            }
        }

         .mana-wrap:nth-child(3) {
             &::after {
                display: none;
            }
        }


        .mana-top-txt {
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 400;
            font-size: 1.4rem;
            line-height: 2.8rem;
            letter-spacing: 0.08em;
            color: #242328;
            max-width: 35.5rem;

            @media screen and (max-width: 767px) {
                margin-bottom: 3rem;
            }
        }

        .mana-top-title-txt {
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 700;
            font-size: 1.6rem;
            line-height: 1.6rem;
            letter-spacing: 0.08em;
            color: #242328;
            position: relative;
            margin-left: 2rem;
            margin-bottom: 1.3rem;
            @media screen and (max-width: 767px) {
                margin-bottom: 0.8rem;
            }

            &::before {
                content: "";
                position: absolute;
                width: 1.2rem;
                height: 1.2rem;
                border-radius: 0.2rem;
                top: 0;
                bottom: 0;
                left: -1.9rem;
                margin: auto;
            }
        }

        .green {
            &::before {
                background-color: #5BA57D;
            }
        }

        .red {
            &::before {
                background-color: #C75353;
            }
        }

        .blue {
            &::before {
                background-color: #387ACE;
            }
        }
    }
}

.infos-section {
    background-color: #F0F0F0;
    padding: 11rem 0;

    .history-container {
        position: relative;

        &::after {
            content: "";
            position: absolute;
            width: 0.1rem;
            height: 53.9rem;
            background-color: #1863C5;
            top: 1rem;
            left: -0.2rem;

            @media screen and (max-width: 767px) {
                height: 69.2rem;
            }
        }

        .history-box-flex {
            padding-left: 1.5rem;
            display: flex;
            gap: 3.9rem;
            margin-bottom: 3rem;

            @media screen and (max-width: 767px) {
                gap: 1.5rem;
                flex-direction: column;
            }

            .box-date {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 2rem;
                letter-spacing: 0.1em;
                color: #1863C5;
                position: relative;

                @media screen and (max-width: 767px) {
                    font-size: 1.8rem;
                }

                &::after {
                    position: absolute;
                    content: "";
                    width: 0.8rem;
                    height: 0.8rem;
                    left: -2rem;
                    top: 0.7rem;
                    background: #1863C5;
                    border-radius: 50%;
                }
            }

            .history-txt {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 400;
                font-size: 1.8rem;
                line-height: 2.4rem;
                letter-spacing: 0.1em;
                color: #000000;

                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                    line-height: 2rem;
                }
            }

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

}

.about-section {
    margin-top: 11rem;

    @media screen and (max-width: 767px) {
        margin-top: 8rem;
    }

    .top-txt {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 3.2rem;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.08em;
        color: #242328;
        margin: 0 auto 7.6rem;
        width: 88.7rem;
    }

    .about-imgbk-container {
        width: 90rem;
        height: 44.3rem;
        background: url(../../img/page/company/company-img04.png) no-repeat;
        background-size: 100%;
        border-radius: 2.4rem;
        padding: 11.5rem 0 10.8rem;
        margin: 0 auto 9rem;

        .title-img {
            font-family: 'Outfit';
            font-style: normal;
            font-weight: 600;
            font-size: 2.8rem;
            line-height: 164%;
            letter-spacing: 0.08em;
            color: #FFFFFF;
            text-align: center;
            margin-bottom: 4.7rem;
        }

        .txt-img {
            font-style: normal;
            font-weight: 700;
            font-size: 3.3rem;
            line-height: 156%;
            text-align: center;
            letter-spacing: 0.1em;
            color: #FFFFFF;
        }
    }

    .group-flex-container {
        display: flex;
        flex-wrap: wrap;
        gap: 2.6rem;

        .group-box {
            width: 58.7rem;
            height: 13.1rem;
            padding: 2.6rem 3.5rem 0;
            border: #e0ebf7 1px solid;
            background-color: #FFFFFF;
            border-radius: 0.8rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
            transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s ease, border-color 0.4s ease;

            &:hover {
                transform: translateY(-5px);
                box-shadow: 0 12px 30px rgba(24, 99, 197, 0.12);
                border-color: #1863C5;
            }

            .group-box-title {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 700;
                font-size: 1.8rem;
                line-height: 2.4rem;
                letter-spacing: 0.1em;
                color: #1863C5;
                margin-bottom: 1.2rem;
            }

            .group-box-txt {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 400;
                font-size: 1.6rem;
                line-height: 2.2rem;
                letter-spacing: 0.1em;
                color: #000000;
            }

            @media screen and (max-width: 767px) {
                width: 100%;
                height: auto;
                padding: 2rem;
            }
        }
    }
}