.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;
        flex-direction: row;
        gap: 10px;

        padding: 10px 5px;
        background-color: #823a38;
    }

        .mobile-section-menu-logo {
            flex: 0 0 45px;
        }
            .mobile-section-menu-logo img {
                display: block;
                width: 100%;
            }
        .mobile-section-menu-content {
            flex: 1 1 auto;
        }
        .mobile-section-menu-wrapper {
            flex: 0 0 auto;
            margin: 5px 10px;

            display: flex;
            flex-direction: row;
            gap: 10px;
        }
            .mobile-section-menu-contact-cta {
                display: flex;
                
                width: calc(121 * 100cqi / 375);
                height: calc(30 * 100cqi / 375);
                max-height: 44px;
                padding: 0px calc(30 * 100cqi / 375);

                justify-content: center;
                align-items: center;
                gap: 9.22px;

                border-radius: 999px;
                background: linear-gradient(90deg, #92FFAF 0%, #0DDBFF 100%);
            }
                .mobile-section-menu-contact-cta-text {
                    color: #FFF;
                    font-size: calc(10 * 100cqi / 375);
                    font-weight: 500;
                }
            .mobile-section-menu-cta {
                display: flex;
                align-items: center;
                justify-content: center;
                flex: 0 0 47px;
                width: 47px;
                height: 44px;
                padding: 0px;
                border: 0px;
                background: transparent;
                cursor: pointer;
            }
                .mobile-section-menu-cta img {
                    display: block;
                    width: 100%;
            }

    .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), 420px);
            margin: 76px 15px 0px auto;
            padding: 26px 28px;

            border-radius: 8px;
            background: #823a38;
            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);
        }
            .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;

        width: 100%;
        height: 100%;

        background-color: #fbf1e8;
    }
        .mobile-section-top-right-background {
            display: flex;
        }
            .mobile-section-top-right-background img {
                display: block;
                width: 100%;
            }


        .mobile-section-top-text-wrapper {
            position: absolute;

            display: flex;
            flex-direction: column;

            margin-top: calc(380 * 100cqi / 375);
            margin-left: calc(20 * 100cqi / 375);
        }
            .mobile-section-top-text-1 {
                color: #823A38;
                font-size: calc(14 * 100cqi / 375);
                font-weight: 700;
            }

            .mobile-section-top-text-2-wrapper {
                display: flex;
                flex-direction: column;
            }

                .mobile-section-top-text-2-row {
                    color: #823A38;
                    font-size: calc(14 * 100cqi / 375);
                    font-weight: 400;
                }


        .mobile-section-top-cta-wrapper {
            position: absolute;
            display: flex;

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

            width: calc(296 * 100cqi / 375);
            height: calc(50 * 100cqi / 375);

            border-radius: 999px;
            background: linear-gradient(90deg, #92FFAF 0%, #0DDBFF 100%);

            margin-top: calc(466 * 100cqi / 375);
        }
            .mobile-section-top-cta-border {
                border-radius: 50px;
                border: 2.595px solid rgba(255, 255, 255, 0.30);

                flex: 1 0 auto;
                margin: calc(5 * 100cqi / 375);
                height: 80%;
                display: flex;
                justify-content: center;
            }
                .mobile-section-top-cta {
                    color: #fff;
                    font-size: calc(17 * 100cqi / 375);
                    font-weight: 700;

                    display: flex;
                    align-items: center;
                }




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

        width: 100%;
        height: 100%;

        background-color: #fbf1e8;

        padding-top: calc(15 * 100cqi / 375);
        padding-bottom: calc(50 * 100cqi / 375);
    }
        .mobile-section-case-title-wrapper {
            display: flex;
            width: calc(242 * 100cqi / 375);

            margin: 0 auto;
        }
            .mobile-section-case-title-wrapper img {
                display: block;
                width: 100%;
            }


        .mobile-section-case-item-wrapper {
            position: relative;
            display: flex;
            flex-direction: column;
        }

            .mobile-section-case-item {
                position: relative;

                display: flex;
                flex-direction: column;

                width: 100%;
                padding: 0px calc(18 * 100cqi / 375);
            }

                .mobile-section-case-text-item-wrapper {
                    position: absolute;
                    top: 50%;

                    display: flex;
                    flex-direction: column;
                    gap: calc(20 * 100cqi / 375);

                    padding: 0px calc(20 * 100cqi / 375);
                }
                    .mobile-section-case-text-row {

                    }

                        .mobile-section-case-text-title {
                            color: #823A38;
                            font-size: calc(19 * 100cqi / 375);
                            font-weight: 700;
                        }
                        .mobile-section-case-text-description {
                            color: #E2A19F;
                            font-size: calc(16 * 100cqi / 375);
                            font-weight: 400;
                        }

            .mobile-section-case-image {
                display: flex;
                width: 100%;
            }
                .mobile-section-case-image img {
                    display: block;
                    width: 100%;
                }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .mobile-section-assignment {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 100%;
        height: 100%;

        background-color: #fbf1e8;

        padding-top: calc(15 * 100cqi / 375);
    }

        .mobile-section-assignment-title-wrapper {
            display: flex;
            flex-direction: column;
        }
            .mobile-section-assignment-title-wrapper img {
                width: 100%;
            }


        .mobile-section-assignment-item-wrapper {
            position: absolute;
            top: calc(200 * 100cqi / 375);

            display: flex;
            flex-direction: column;
            gap: calc(5 * 100cqi / 375);

            padding: calc(8 * 100cqi / 375) calc(20 * 100cqi / 375);
            margin: 0px calc(17 * 100cqi / 375);

            background: #FFF;
            box-shadow: 4px 4px 8px 0 rgba(130, 58, 56, 0.50);
        }
            .mobile-section-assignment-item {
                display: flex;
                gap: calc(10 * 100cqi / 375);
            }
                .mobile-section-assignment-item-checkbox {
                    width: calc(20 * 100cqi / 375);
                }
                    .mobile-section-assignment-item-checkbox img {
                        display: block;
                        width: 100%;
                    }

                .mobile-section-assignment-item-text {
                    color: #823A38;
                    font-size: calc(17 * 100cqi / 375);
                    font-weight: 400;
                }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .mobile-section-choice {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 100%;
        height: 100%;

        background-color: #fbf1e8;

        margin-top: calc(15 * 100cqi / 375);

        padding-bottom: calc(50 * 100cqi / 375);
    }

        .mobile-section-choice-item-wrapper {
            position: absolute;
            z-index: 1;

            top: 54cqi;
            left: 0;
            right: 0;
            width: 100%;

            display: flex;
            flex-direction: column;
            gap: 22cqi;
        }
            .mobile-section-choice-item {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: calc(14 * 100cqi / 375);

                margin: 0px calc(10 * 100cqi / 375);
            }
            .mobile-section-choice-item:nth-child(even) {
                align-items: flex-end;
            }

                .mobile-section-choice-item-title {
                    position: relative;

                    color: #FFF;
                    font-size: calc(19 * 100cqi / 375);
                    font-weight: 700;

                    padding: calc(20 * 100cqi / 375);

                    border-radius: 5px;
                    background: linear-gradient(90deg, #823A38 0%, #F1AEAC 100%);
                    box-shadow: 7px 8px 15.7px 0 #FFF;
                }
                .mobile-section-choice-item-description {
                    display: flex;
                    flex-direction: column;
                }
                    .mobile-section-choice-item-description-row {
                        color: #823A38;
                        text-shadow: 0 0 5.7px #FFF;
                        font-size: calc(17 * 100cqi / 375);
                        font-weight: 500;
                        line-height: 1.35;
                    }

        .mobile-section-choice-title-wrapper {
            position: relative;
            display: flex;
            width: 100%;
        }
            .mobile-section-choice-title-wrapper img {
                display: block;
                width: 100%;
                height: auto;
            }



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .mobile-section-faq {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 100%;
        height: 100%;

        background-color: #fbf1e8;

        padding-bottom: calc(50 * 100cqi / 375);
    }

        .mobile-section-faq-item-wrapper {
            position: absolute;
            z-index: 1;

            display: flex;
            flex-direction: column;
            gap: calc(30 * 100cqi / 375);

            padding-top: 31cqi;
        }
            .mobile-section-faq-item {
                display: flex;
                flex-direction: column;
                gap: calc(10 * 100cqi / 375);

                padding: 0px calc(15 * 100cqi / 375);
            }
                .mobile-section-faq-item-question {
                    display: flex;
                }
                    .mobile-section-faq-item-question-image {
                        width: calc(43 * 100cqi / 375);
                        height: calc(43 * 100cqi / 375);

                        margin-right: calc(20 * 100cqi / 375);
                    }
                        .mobile-section-faq-item-question-image img {
                            display: block;
                            width: 100%;
                        }
                    .mobile-section-faq-item-question-text {
                        color: #000;
                        font-size: 18px;
                        font-weight: 500;
                    }

                .mobile-section-faq-item-border {
                    background-color: #823A38;
                    height: 1px;
                }

                .mobile-section-faq-item-answer {
                    margin-left: calc(25 * 100cqi / 375);
                }
                    .mobile-section-faq-item-answer-text-wrapper {
                        color: #823A38;
                        font-size: 17px;
                        font-weight: 500;
                    }


        .mobile-section-faq-background-wrapper {
            position: relative;
            display: flex;
            width: 100%;
        }
            .mobile-section-faq-background-wrapper img {
                display: block;
                width: 100%;
                height: auto;
            }



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

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(30 * 100cqi / 375);

        width: 100%;
        height: 100%;

        background: linear-gradient(90deg, #E2A19F 0%, #823A38 50%, #E2A19F 100%);

        padding-top: calc(32 * 100cqi / 375);
        padding-bottom: calc(50 * 100cqi / 375);
    }

        .mobile-section-contact-title-wrapper {
            color: #FFF;

            text-align: center;
            font-size: 17px;
            font-weight: 700;
        }

        .mobile-section-contact-description-wrapper {
            color: #FFF;

            text-align: center;
            font-size: 14px;
            font-weight: 400;
        }



        .mobile-section-contact-cta-wrapper {
            position: relative;
            display: flex;

            width: calc(296 * 100cqi / 375);
            height: calc(50 * 100cqi / 375);

            border-radius: 999px;
            background: linear-gradient(90deg, #92FFAF 0%, #0DDBFF 100%);
        }
            .mobile-section-contact-cta-border {
                border-radius: 50px;
                border: 2.595px solid rgba(255, 255, 255, 0.30);

                flex: 1 0 auto;
                margin: calc(5 * 100cqi / 375);
                height: 80%;
                display: flex;
                justify-content: center;
            }
                .mobile-section-contact-cta {
                    color: #fff;
                    font-size: calc(17 * 100cqi / 375);
                    font-weight: 700;

                    display: flex;
                    align-items: center;
                }




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

        width: 100%;
        height: 50px;

        background-color: #fbf1e8;

    }



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .mobile-section-foot {
        position: relative;
        background-color: #823a38;
        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;
        }
