.services-flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 7rem 6rem;
    margin-bottom: 9rem;

    @media screen and (max-width: 767px) {
        gap: 4rem;
        margin-bottom: 6rem;
    }

    .service-box {
        width: 69rem;

        .service-img-container {
            width: 100%;
            height: 38.6rem;
            margin-bottom: 4rem;

            @media screen and (max-width: 767px) {
                height: 18rem;
                margin-bottom: 2rem;
            }

            & img {
                width: 100%;
                height: 100%;
                border-radius: 2.4rem;
            }
        }

        .service-title {
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 700;
            font-size: 2.2rem;
            line-height: 3.2rem;
            letter-spacing: 0.08em;
            color: #242328;
            margin-bottom: 1.6rem;

            @media screen and (max-width: 767px) {
                font-size: 1.8rem;
                line-height: 2.8rem;
                margin-bottom: 1rem;
            }
        }

        .service-text {
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 400;
            font-size: 1.6rem;
            line-height: 2.6rem;
            letter-spacing: 0.08em;
            color: #242328;

            @media screen and (max-width: 767px) {
                font-size: 1.4rem;
                line-height: 2.2rem;
            }
        }
    }
}

.service-grey-bk {
    background-color: #F0F0F0;
    padding: 7rem 0;

    .flex-container-exemple {
        display: flex;
        flex-wrap: wrap;
        gap: 3.3rem 5.8rem;

        @media screen and (max-width: 767px) {
            flex-direction: column;
            gap: 2rem;
        }

        .box-exemple {
            width: 44.1rem;

            @media screen and (max-width: 767px) {
                width: 100%;
            }

            .exemple-box-title {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 3.2rem;
                letter-spacing: 0.08em;
                color: #242328;
                margin-bottom: 1.6rem;

                @media screen and (max-width: 767px) {
                    font-size: 1.8rem;
                    line-height: 3rem;
                    margin-bottom: 1rem;
                }
            }

            .exemple-box-txt {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 400;
                font-size: 1.6rem;
                line-height: 2.6rem;
                letter-spacing: 0.08em;
                color: #242328;
                height: 14.1rem;
                width: 40.3rem;

                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                    line-height: 2.4rem;
                    height: auto;
                    width: 100%;
                    padding-bottom: 2rem;
                    border-bottom: 1px solid #000000;
                }
            }
        }

        .bd-right {
            border-right: 1px solid #000000;

            @media screen and (max-width: 767px) {
                border-right: none;
            }

            .exemple-box-txt {
                /* padding-right: 5.8rem; */
            }
        }

        .bd-bot {
            .exemple-box-txt {
                border-bottom: 1px solid #000000;
                /* padding-bottom: 3.3rem; */
                /* position: relative;

                &::after {
                    width: 40.3rem;
                    height: 0.1rem;
                    background: #000000;
                    bottom: 1rem;
                    left: 0;
                    z-index: 1;
                    position: absolute;
                    content: "";
                } */
            }
        }
    }
}

.history-section {
    padding: 11rem 0;

    @media screen and (max-width: 767px) {
        padding: 8rem 0;
    }

    .history-flex-container {
        display: flex;
        flex-wrap: wrap;
        gap: 9.2rem 7rem;

        @media screen and (max-width: 767px) {
            gap: 3rem;
        }

        .history-box {
            width: 43.3rem;

            .history-title {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 3.2rem;
                letter-spacing: 0.08em;
                color: #242328;
                height: 6.4rem;
                margin-bottom: 3rem;

                @media screen and (max-width: 767px) {
                    font-size: 1.8rem;
                    line-height: 2.8rem;
                    height: auto;
                    margin-bottom: 2rem;
                }
            }

            .history-img-container {
                width: 100%;
                height: 43.3rem;
                margin-bottom: 3rem;

                @media screen and (max-width: 767px) {
                    height: 18rem;
                    margin-bottom: 2rem;
                }

                & img {
                    width: 100%;
                    height: 100%;
                    border-radius: 2.4rem;
                }
            }

            .history-description {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 400;
                font-size: 1.6rem;
                line-height: 2.6rem;
                letter-spacing: 0.08em;
                color: #242328;
                padding: 2.8rem;
                background-color: #F0F0F0;
                margin-bottom: 1.6rem;

                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                    line-height: 2.1rem;
                    padding: 2rem;
                    margin-bottom: 1rem;
                }
            }

            .history-tag-container {
                display: flex;
                gap: 2rem;

                @media screen and (max-width: 767px) {
                    gap: 1rem;
                }

                & p {
                    font-family: 'Noto Sans JP';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 1.6rem;
                    line-height: 2.6rem;
                    letter-spacing: 0.08em;
                    color: #1863C5;

                    @media screen and (max-width: 767px) {
                        font-size: 1.2rem;
                        line-height: normal;
                    }
                }
            }
        }
    }
}

.business-blue-bk {
    margin-top: 10rem;
    background-color: #E3EFFF;
    padding: 10rem 0;

    @media screen and (max-width: 767px) {
        padding: 8rem 0;
        margin-top: 6rem;
    }

    .security-flex-container {
        display: flex;
        gap: 4.9rem;

        @media screen and (max-width: 767px) {
            flex-direction: column;
            gap: 4rem;
        }

        .security-box {
            width: 32.3rem;

            .secu-img-container {
                width: 100%;
                height: 21rem;
                margin-bottom: 3rem;

                @media screen and (max-width: 767px) {
                    height: 16rem;
                    margin-bottom: 2rem;
                }

                & img {
                    width: 100%;
                    height: 100%;
                    border-radius: 1.2rem;
                }
            }

            .secu-title {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 700;
                font-size: 1.8rem;
                line-height: 2.6rem;
                letter-spacing: 0.08em;
                color: #242328;
                margin-bottom: 1.8rem;

                @media screen and (max-width: 767px) {
                    margin-bottom: 1rem;
                }
            }

            .secu-txt {
                font-family: 'Noto Sans JP';
                font-style: normal;
                font-weight: 400;
                font-size: 1.6rem;
                line-height: 2.6rem;
                letter-spacing: 0.08em;
                color: #242328;

                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                    line-height: 2rem;
                }
            }
        }
    }
}

.blue-section-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    padding: 2.5rem 4.6rem 2.4rem;
    background-color: #1863C5;
    border-radius: 3.8rem;
    margin-bottom: 4rem;

    @media screen and (max-width: 767px) {
        font-size: 2rem;
        line-height: 2rem;
        padding: 1.3rem 3rem;
        margin-bottom: 3rem;
    }
}

.services-img-title-flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4.5rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 0;
    }

    .serv-img-titel-box {
        max-width: 44.8rem;

        .title-box-serv {
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 700;
            font-size: 2rem;
            line-height: 3.2rem;
            letter-spacing: 0.08em;
            color: #242328;
            margin-bottom: 2rem;
            @media screen and (max-width: 767px) {
                margin-bottom: 2rem;
                font-size: 1.8rem;
                line-height: 2.8rem;
            }
        }

        .img-container-serv {
            width: 100%;
            @media screen and (max-width: 767px) {
                margin-bottom: 4rem;
            }
        }
    }
}

.services-img-title-flex-container.contianer02 {
    margin-bottom: 8rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 3rem;
    }
    .title-box-serv {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 700;
        font-size: 2.6rem;
        line-height: 2.6rem;
        text-align: center;
        letter-spacing: 0.08em;
        color: #FFFFFF;
        width: 44.9rem;
        height: 7.5rem;
        background: #1863C5;
        border-radius: 3.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4rem;

        @media screen and (max-width: 767px) {
            margin-bottom: 2rem;
            font-size: 1.8rem;
            line-height: 2.8rem;
            width: 100%;
            height: 4rem;
        }
    }

    .serv-img-titel-box {
        .img-container-serv {
            margin-bottom: 4rem;

            @media screen and (max-width: 767px) {
                margin-bottom: 2rem;
            }
        }

        .title-box-serv02 {
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 700;
            font-size: 2.2rem;
            line-height: 3.2rem;
            letter-spacing: 0.08em;
            color: #242328;
            margin-bottom: 1.4rem;
            @media screen and (max-width: 767px) {
                margin-bottom: 0.4rem;
                font-size: 1.8rem;
                line-height: 2.8rem;
            }
        }

        .txt-box-serv02 {
            font-family: 'Noto Sans JP';
            font-style: normal;
            font-weight: 400;
            font-size: 1.6rem;
            line-height: 2.6rem;
            letter-spacing: 0.08em;
            color: #242328;

            @media screen and (max-width: 767px) {
                font-size: 1.4rem;
                line-height: 2.2rem;
                margin-bottom: 4rem;
            }
        }
    }
}

.other-text {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3.2rem;
    letter-spacing: 0.08em;
    color: #242328;

    @media screen and (max-width: 767px) {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

.grey-content-box {
    padding: 2.8rem 5.3rem;
    background: #F0F0F0;
    margin-bottom: 8rem;

    @media screen and (max-width: 767px) {
        padding: 2.8rem 2rem;
        margin-bottom: 6rem;
    }

    .grey-main-title {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 3.2rem;
        letter-spacing: 0.08em;
        color: #242328;
        padding-bottom: 1.4rem;

        @media screen and (max-width: 767px) {
            font-size: 1.8rem;
            line-height: 2.8rem;
            padding-bottom: 0.8rem;
        }
    }

    .grey-main-txt {
        font-family: 'Noto Sans JP';
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.6rem;
        letter-spacing: 0.08em;
        color: #242328;

        @media screen and (max-width: 767px) {
            font-size: 1.4rem;
            line-height: 2.2rem;
        }
    }
}

/* 
footer {
    margin-top: 0;
} */