.mobile-container {
    margin: 0 auto;

    max-width: 900px;
    min-width: 375px;

    position: relative;

    background-color: #fff;

    container-type: inline-size;
}




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .mobile-section-menu {
        overflow: hidden;
        position: relative;
        z-index: 20;
        display: flex;
        align-items: center;
        gap: 10px;

        padding: 10px 5px;

        background-color: #fff;
    }

        .mobile-section-menu-logo {
        }
            .mobile-section-head-lang-wrapper {
                display: flex;
                display: none;
                gap: calc(4 * 100cqi / 375);
                padding: calc(2 * 100cqi / 375);
                height: fit-content;

                border-radius: 100px;
                border: 1px solid #EEE;
                background: #FFF;
            }
                .mobile-section-lang-item {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-shrink: 0;

                    width: calc(40 * 100cqi / 375);
                    height: calc(24 * 100cqi / 375);

                    color: #222;
                    font-size: calc(12 * 100cqi / 375);
                    font-weight: 500;

                    border-radius: 100px;
                }
                .mobile-section-lang-item.active {
                    color: #fff;
                    background: var(--fe-6-d-01, #FE6D01);
                }

        .mobile-section-menu-content {
            flex: 1 1 auto;
        }
        .mobile-section-menu-wrapper {
            margin: 0px 10px;

            flex: 0 0 auto;
            margin: 5px 10px;

            display: flex;
            align-items: center;
            gap: 10px;
        }
            .mobile-section-menu-contact-cta {
                display: flex;

                width: fit-content;
                min-width: calc(110 * 100cqi / 375);
                height: calc(21 * 100cqi / 375);
                padding: calc(14.4 * 100cqi / 375) calc(25.2 * 100cqi / 375);
                justify-content: center;
                align-items: center;
                gap: 9px;

                justify-content: center;
                align-items: center;

                border-radius: 90px;
                background: linear-gradient(270deg, #00F577 0%, #C3D100 100%);
            }
                .mobile-section-menu-contact-cta-text {
                    color: #fff;
                    font-size: calc(12 * 100cqi / 375);
                    font-weight: 500;
                    letter-spacing: calc(0.6 * 100cqi / 375);
                    white-space: nowrap;
                }
    .mobile-section-menu-popup {
        position: fixed;
        inset: 0px;
        z-index: 15;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        background: rgba(26, 26, 26, 0);
        transition: opacity 0.2s ease, visibility 0.2s ease, background-color 0.2s ease;
    }
    .mobile-section-menu-popup.is-active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        background: rgba(26, 26, 26, 0.18);
    }
        .mobile-section-menu-popup-panel {
            width: min(calc(100% - 30px), 450px);
            margin: 76px 15px 0px auto;
            padding: 26px 28px;

            border-radius: 8px;
            background: #37a71f;
            box-shadow: 0px 12px 28px rgba(26, 26, 26, 0.18);

            transform: translateY(-8px);
            transition: transform 0.2s ease;
        }
        .mobile-section-menu-popup.is-active .mobile-section-menu-popup-panel {
            transform: translateY(0px);
        }
        @media (min-width: 700px) and (max-width: 900px) {
            .mobile-section-menu-popup-panel {
                margin-top: calc(76 * 100cqi / 375);
            }
        }
            .mobile-section-menu-popup-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                column-gap: 18px;
                row-gap: 24px;
            }
                .mobile-section-menu-popup-item {
                    display: block;
                    color: #fff;
                }
                .mobile-section-menu-popup-item:hover {
                    color: #fff;
                }
                    .mobile-section-menu-popup-item-ja {
                        font-size: calc(20 * 100cqi / 375);
                        font-weight: 700;
                    }
                    .mobile-section-menu-popup-item-en {
                        font-size: calc(12 * 100cqi / 375);
                        font-weight: 400;
                    }

    body.mobile-menu-popup-open {
        overflow: hidden;
    }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .mobile-section-top {
        position: relative;
        display: flex;
        flex-direction: column;

        height: calc(361 * 100cqi / 375);

        background-color: #fff;
        
        background-image: url('../img/m-top-background.png');
        background-position: left top;
        background-size: 100%;
        background-repeat: no-repeat;
    }

        .mobile-section-top-text-1 {
            position: absolute;
            top: calc(42 * 100cqi / 375);
            left: calc(18 * 100cqi / 375);

            display: flex;
            width: fit-content;

            color: #000;
            font-size: calc(14 * 100cqi / 375);
            font-weight: 500;
            line-height: 171.429%;
            letter-spacing: calc(0.7 * 100cqi / 375);
        }
        .mobile-section-top-text-2 {
            position: absolute;
            top: calc(82 * 100cqi / 375);
            left: calc(18 * 100cqi / 375);

            display: flex;
            flex-direction: column;
            width: fit-content;

            color: #000;
            font-size: calc(34 * 100cqi / 375);
            font-weight: 700;
            line-height: 120%; /* 40.8px */
            letter-spacing: 1.7px;
        }
        .mobile-section-top-text-3 {
            position: absolute;
            top: calc(227 * 100cqi / 375);
            left: calc(18 * 100cqi / 375);

            display: flex;
            flex-direction: column;
            width: fit-content;

            font-size: calc(13 * 100cqi / 375);
            font-weight: 500;
            line-height: 171.429%;
            letter-spacing: calc(0.7 * 100cqi / 375);
        }
            .mobile-section-top-text-3 div {
                -webkit-text-stroke: calc(2 * 100cqi / 375) #fff;
                paint-order: stroke fill;
                text-shadow:
                    calc(-1 * 100cqi / 375) calc(-1 * 100cqi / 375) 0 #fff,
                    calc(1 * 100cqi / 375) calc(-1 * 100cqi / 375) 0 #fff,
                    calc(-1 * 100cqi / 375) calc(1 * 100cqi / 375) 0 #fff,
                    calc(1 * 100cqi / 375) calc(1 * 100cqi / 375) 0 #fff,
                    0 calc(-1 * 100cqi / 375) 0 #fff,
                    0 calc(1 * 100cqi / 375) 0 #fff,
                    calc(-1 * 100cqi / 375) 0 0 #fff,
                    calc(1 * 100cqi / 375) 0 0 #fff;
            }





/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .mobile-section-business {
        position: relative;
        display: flex;
        flex-direction: column;

        border-radius: 30px;
        background: #FE6D01;
    }

        .mobile-section-business-text-1 {
            display: flex;
            width: fit-content;

            padding: calc(29 * 100cqi / 375) 0 0 calc(29 * 100cqi / 375);

            color: #FFF;
            font-size: calc(28 * 100cqi / 375);
            font-weight: 700;
            line-height: 120%; /* 33.6px */
            letter-spacing: 0.84px;
        }
        .mobile-section-business-text-2 {
            display: flex;
            width: fit-content;

            padding: 0 0 0 calc(29 * 100cqi / 375);

            color: #FFF;
            font-size: calc(14 * 100cqi / 375);
            font-weight: 500;
            line-height: 150%; /* 21px */
            letter-spacing: 1.4px;
        }


        .mobile-section-business-item-wrapper {
            position: relative;

            align-self: stretch;
            width: auto;

            margin: calc(26 * 100cqi / 375) calc(18 * 100cqi / 375);

            display: flex;
            flex-direction: column;
            gap: 25px;
        }

            .mobile-section-business-item {
                position: relative;
                display: flex;
                flex-direction: column;

                width: 100%;
                height: calc(281.379 * 100cqi / 375);

                overflow: hidden;
                border-radius: 9.114px;
                background: #D9D9D9;

                background-color: #fff;

                background-image: url('../img/m-business-item-1.png');
                background-position: left top;
                background-size: 100%;
                background-repeat: no-repeat;
            }
            .d-business-item-1-background {
                background-image: url('../img/m-business-item-1.png');
            }
            .d-business-item-2-background {
                background-image: url('../img/m-business-item-2.png');
            }
            .d-business-item-3-background {
                background-image: url('../img/m-business-item-3.png');
            }
            .d-business-item-4-background {
                background-image: url('../img/m-business-item-4.png');
            }
            .d-business-item-5-background {
                background-image: url('../img/m-business-item-5.png');
            }
            .d-business-item-6-background {
                background-image: url('../img/m-business-item-6.png');
            }

                .mobile-section-business-item-title {
                    position: absolute;

                    top: calc(126 * 100cqi / 375);
                    left: 0px;

                    width: fit-content;
                    padding: calc(5 * 100cqi / 375) calc(12 * 100cqi / 375);

                    display: flex;

                    background-color: #fff;
                    border-top-right-radius: 9.114px;

                    color: var(--TEXT, #222);
                    text-align: justify;
                    font-size: calc(22 * 100cqi / 375);
                    font-weight: 700;
                }
                .mobile-section-business-item-background {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;

                    display: flex;
                    flex-direction: column;

                    width: 100%;
                    height: 43%;
                    background-color: #fff;
                }
                    .mobile-section-business-item-category {
                        position: absolute;

                        top: calc(10 * 100cqi / 375);
                        left: calc(17 * 100cqi / 375);

                        width: fit-content;

                        display: flex;

                        color: #000;
                        font-size: calc(12 * 100cqi / 375);
                        font-weight: 500;
                        line-height: 120%; /* 14.4px */
                        letter-spacing: 0.36px;
                    }
                    .mobile-section-business-item-description {
                        position: absolute;

                        top: calc(40 * 100cqi / 375);
                        left: calc(17 * 100cqi / 375);

                        width: fit-content;

                        display: flex;
                        flex-direction: column;

                        color: var(--TEXT, #222);
                        text-align: justify;
                        font-size: calc(14 * 100cqi / 375);
                        font-weight: 500;
                        line-height: 140%; /* 19.6px */
                    }
                    .mobile-section-business-item-link {
                        position: absolute;

                        bottom: calc(9 * 100cqi / 375);
                        right: calc(9 * 100cqi / 375);

                        width: fit-content;

                        display: flex;
                        padding: calc(3 * 100cqi / 375) calc(11 * 100cqi / 375);
                        justify-content: center;
                        align-items: center;
                        gap: 10px;

                        border-radius: 999px;
                        background: #000;

                        color: #FFF;
                        font-size: calc(9.1 * 100cqi / 375);
                        font-weight: 500;
                        line-height: 120%;
                        letter-spacing: 0.273px;
                    }
                    .mobile-section-business-item-link:hover {
                        color: #FFF;
                    }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .mobile-section-monitors {
        position: relative;
        display: flex;
        flex-direction: column;

        width: 100%;
        height: calc(377 * 100cqi / 375);

        margin: calc(77 * 100cqi / 375) auto;

        border-radius: 0 20px 20px 20px;
        border: 1px solid #FFF;
        background: #00446C;
    }


            .mobile-section-monitors-title {
                position: absolute;

                top: -8%;
                left: 0px;

                width: fit-content;

                display: flex;
                padding: calc(11 * 100cqi / 375) calc(18 * 100cqi / 375);
                justify-content: center;
                align-items: flex-start;
                gap: calc(10 * 100cqi / 375);

                border-radius: 30px 30px 0 30px;
                background: #FE6D01;

                color: #FFF;
                font-size: calc(20 * 100cqi / 375);
                font-weight: 700;
                line-height: 150%; /* 60px */
                letter-spacing: calc(4 * 100cqi / 375);
            }
                .mobile-section-monitors-title span {
                    padding-top: calc(15 * 100cqi / 375);

                    color: #FFF;
                    font-size: calc(10 * 100cqi / 375);
                    font-weight: 400;
                    line-height: 150%;
                    letter-spacing: calc(2 * 100cqi / 375);
                }


            .mobile-section-monitors-text-1 {
                position: absolute;

                top: 12%;
                left: calc(20 * 100cqi / 375);

                width: fit-content;

                display: flex;
                flex-direction: column;

                color: #FFF;
                font-size: calc(20 * 100cqi / 375);
                font-weight: 700;
                line-height: 140%; /* 28px */
                letter-spacing: calc(2 * 100cqi / 375);
            }
            
            .mobile-section-monitors-text-2 {
                position: absolute;

                top: 33%;
                left: calc(20 * 100cqi / 375);

                width: fit-content;

                display: flex;
                flex-direction: column;

                color: #FFF;
                text-align: center;
                font-size: calc(14 * 100cqi / 375);
                font-weight: 400;
                line-height: 200%; /* 28px */
                letter-spacing: 0.7px;
            }
            
            .mobile-section-monitors-button {
                position: absolute;

                top: 77%;
                left: 50%;
                transform: translateX(-50%);

                display: flex;
                width: calc(250 * 100cqi / 375);
                height: calc(43 * 100cqi / 375);
                padding: calc(10 * 100cqi / 375) calc(15 * 100cqi / 375);
                justify-content: center;
                align-items: center;
                gap: 14px;

                border-radius: 1274.235px;
                background: #FFF;

                color: #000;
                text-align: center;
                font-size: calc(16 * 100cqi / 375);
                font-weight: 500;
                line-height: 150%; /* 24px */
            }
                .mobile-section-monitors-button img {
                }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .mobile-section-post {
        position: relative;

        width: 100%;
        height: 50px;

        background-color: #fff;

    }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .mobile-section-foot {
        position: relative;
        background-color: #585858;
        width: 100%;

        display: flex;
        flex-direction: column;

        padding: 0px 0px 20px 0px;        
    }

        .mobile-section-foot-grid {
            position: relative;
            width: 100%;

            display: flex;
            flex-direction: column;

            padding: 50px 50px;

            gap: 30px;
        }
            .mobile-section-foot-company {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
                .mobile-section-foot-company-logo {
                    margin-bottom: 7px;
                }
                    .mobile-section-foot-company-logo-image {
                        display: block;
                    }

                .mobile-section-foot-company-address {
                    color: #fff;
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 140%; /* 21px */

                    margin-left: 22px;
                }
                    .mobile-section-foot-company-address-text {

                    }

            .mobile-section-foot-menu {
                display: flex;
                flex-direction: column;
                gap: 30px;

                width: 100%;
                align-items: center;
            }
                .mobile-section-foot-menu-row {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    width: 80%;
                }
                    .mobile-section-foot-menu-row-item {
                        color: #fff;
                    }
                    .mobile-section-foot-menu-row-item:hover {
                        color: #fff;
                    }
                        .mobile-section-foot-menu-row-item-ja {
                            font-size: calc(20 * 100cqi / 375);
                            font-weight: 700;
                        }
                        .mobile-section-foot-menu-row-item-en {
                            font-size: calc(12 * 100cqi / 375);
                            font-weight: 400;
                        }

        .mobile-section-foot-copyright {
            display: block;
            color: #fff;
            text-align: center;
        }
