.desktop-container {
    margin: 0 auto;

    max-width: 1440px;
    min-width: 600px;

    position: relative;
}




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-head {
        overflow: visible;
        position: relative;
        z-index: 2;

        display: flex;
        gap: 10px;

        width: 100%;
        height: 100%;

        background-color: #fff;
    }

        .desktop-section-head-logo-wrapper {
            padding: 25px 25px;
        }

        .desktop-section-head-menu-wrapper {
            flex: 1 0 auto;
            padding-top: 40px;
        }

            .desktop-section-head-menu-wrapper {
                padding-right: 30px;
            }
                .desktop-section-menu-item-wrapper {
                    display: flex;
                    gap: 30px;

                    color: #1A1A1A;
                    font-size: 15px;
                    font-weight: 500;
                }

                    .desktop-section-menu-item:hover {
                        text-decoration: underline;
                        text-decoration-color: currentColor;
                        text-underline-offset: 4px;
                    }

        .desktop-section-contact-item-wrapper {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .desktop-section-contact-item {
                position: relative;
                display: block;

                padding: 20px 40px 20px 80px;

                font-size: 17.376px;
                font-weight: 500;
                color: #000;

                background-color: #f5ff01;
                border-radius: 50px 0px 0px 50px;
            }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-top {
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;

        width: 100%;
        height: 100%;

        background-color: #E5F4F1;

        padding-top: 80px;

        padding-bottom: 50px;
        padding-left: 115px;
    }
        .desktop-section-top-right-background {
            position: absolute;
            display: block;

            top: 80px;
            right: 0px;
        }
        @media (max-width: 1350px) {
            .desktop-section-top-right-background {
                display: none;
            }
        }

        .desktop-section-top-row-1 {
            color: #1A1A1A;
            font-size: 24px;
            font-weight: 700;

            margin-bottom: 30px;
        }

        .desktop-section-top-row-2 {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            gap: 10px;

            margin-bottom: 50px;
        }
            .desktop-section-row-2-item-type-text {
                color: #1A1A1A;
                font-size: 54px;
                font-weight: 700;
                padding: 5px 20px 5px;
            }
                .desktop-section-row-2-item-type-text-red {
                    color: #FF7676;
                }
        .desktop-section-top-row-3 {
            position: relative;
            color: #437C80;
            font-size: 24px;

            margin-bottom: 87px;
        }

        .desktop-section-top-cta-wrapper {
            position: relative;
            display: flex;

            width: 680px;
            height: 112px;

            border-radius: 1296.254px;
            background: linear-gradient(90deg, #F5FF01 0%, #E5CB23 100%);
            box-shadow: -2.595px 3.893px 13.105px 0 rgba(0, 0, 0, 0.15);
        }
            .desktop-section-top-cta-icon {
                position: absolute;
                left: -40px;
                top: -30px;
            }
                .desktop-section-top-cta-icon img {
                    display: block;
                    width: 100%;
                }

            .desktop-section-top-cta-border {
                border-radius: 44.117px;
                border: 2.595px solid rgba(255, 255, 255, 0.30);

                padding-left: 80px;

                flex: 1 0 auto;
                margin: 10px 10px;
                height: 80%;
                display: flex;
                justify-content: center;
            }
                .desktop-section-top-cta {
                    color: #FF7676;
                    font-size: 31.141px;
                    font-weight: 700;

                    display: flex;
                    align-items: center;
                }



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-reason {
        position: relative;
        display: flex;
        flex-direction: column;

        padding: 50px 120px 110px;
    }
        .desktop-section-reason-title-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
            .desktop-section-reason-title-text-1 {
                color: #6398A4;
                font-size: 28px;
                font-weight: 500;
            }
            .desktop-section-reason-title-text-2 {
                color: #437C80;
                font-size: 42px;
                font-weight: 500;
            }

        .desktop-section-reason-point-wrapper {
            display: flex;
            gap: 50px;
            align-items: flex-start;
        }
            .desktop-section-reason-point-item {
                display: flex;
                flex-direction: column;
                gap: 20px;

                flex: 1 1 0;
                min-width: 0;

                align-items: center;
            }

            .desktop-section-reason-point-item-odd {

            }
            .desktop-section-reason-point-item-even {
                padding-top: 70px;
            }

                .desktop-section-reason-point-wrapper img {
                    display: block;
                    width: 260px;
                }

                .desktop-section-reason-point-item-title {
                    color: #1A1A1A;
                    text-align: center;
                    font-size: 25px;
                    font-weight: 500;
                }
                .desktop-section-reason-point-item-description {
                    color: #1A1A1A;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 500;
                }



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-stripe-border {
        display: block;
        height: 36px;

        background-image: url('../img/d-stripe-border.png');
    }
    .desktop-section-white-border {
        display: block;
        height: 36px;

        background-color: #fff;
    }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-recommend {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 33px;

        background-color: #70BBB3;

        padding: 83px 0px 125px;

        align-items: start;
    }
        .desktop-section-recommend-right-content {
            background-color: #E5F4F1;

            position: absolute;
            display: flex;
            flex-direction: column;
            gap: 26px;

            top: 94px;
            right: 0px;

            border-radius: 50px 0px  0px 50px;
            padding: 34px 0px 34px 34px;
        }
            .desktop-section-recommend-right-content-title {
                color: #5E7F90;
                font-size: 29px;
                font-weight: 500;

                max-width: 590px;

                padding: 0px 10px;
            }

            .desktop-section-recommend-right-content-image-wrapper {

            }
                .desktop-section-recommend-right-content-image-wrapper img {
                    display: block;
                }



        .desktop-section-recommend-title {
            margin-left: 147px;
        }
            .desktop-section-recommend-title img {
                display: block;
            }
        .desktop-section-recommend-list-item-wrapper {
            position: relative;
            margin-left: 85px;

            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
        }
            .desktop-section-recommend-list-item {
                color: #000;
                font-size: 22px;
                font-weight: 500;

                border-radius: 12px;
                background: #FFF;
                box-shadow: 3.217px 3.217px 5.63px 0 rgba(0, 0, 0, 0.34);

                display: flex;
                align-items: center;
                width: fit-content;

                height: 64px;
                padding: 0px 35px;
                margin: 0;

                text-align: center;
            }
                .desktop-section-recommend-list-item-important {
                    color: #FF7676;
                }



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-voice {
        display: flex;
        flex-direction: column;
        background-color: #E5F4F1;

        padding: 83px 0px 125px;
    }
        .desktop-section-voice-top-wrapper {
            display: flex;
            flex-direction: column;
            gap: 18px;
            align-items: center;
        }
            .desktop-section-voice-top-wrapper img {
                display: block;
            }
        .desktop-section-voice-top-text {
            color: #437C80;

            text-align: center;
            font-size: 42px;
            font-weight: 500;
        }

        .desktop-section-voice-card-item-wrapper {
            display: flex;
            gap: 37px;

            margin: 52px auto 0px;
        }
            .desktop-section-voice-card-item {
                display: flex;
                flex-direction: column;
                flex: 1 1 0;
                gap: 18px;
                min-width: 0;

                background-color: #fff;
                border-radius: 20px;

                padding: 30px 0px;
            }
                .desktop-section-voice-card-item-top {
                    display: flex;
                }
                    .desktop-section-voice-card-item-top-image-wrapper {
                        padding-left: 30px;
                    }
                .desktop-section-voice-card-item-top-name-wrapper {
                    padding-top: 30px;
                }

                    .desktop-section-voice-card-item-top-name-text-1 {
                        color: #000;
                        text-align: center;
                        font-size: 21px;
                        font-weight: 700;
                    }
                    .desktop-section-voice-card-item-top-name-text-2 {
                        color: #000;
                        font-size: 17px;
                        font-weight: 400;
                    }



                .desktop-section-voice-card-item-description {
                    display: flex;
                    flex-direction: column;

                    padding: 0px 22px;
                }
                    .desktop-section-voice-card-item-description-row {
                        color: #000;
                        font-size: 16px;
                        font-weight: 400;

                        max-width: 330px;
                    }
                        .desktop-section-voice-card-item-description-row-important {
                            font-weight: 700;
                        }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-flow {
        display: flex;
        flex-direction: column;
        gap: 60px;

        padding: 83px 0px 125px;
    }

        .desktop-section-flow-top-wrapper {

        }
            .desktop-section-flow-top-text {
                color: #437C80;
                text-align: center;
                font-size: 42px;
                font-weight: 500;
            }


        .desktop-section-flow-content-wrapper {
            display: block;
            text-align: center;
        }






/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-faq {
        display: flex;
        flex-direction: column;
        gap: 90px;

        padding: 83px 0px 125px;

        background-color: #70BBB3;
    }

        .desktop-section-faq-top-wrapper {

        }
            .desktop-section-faq-top-text {
                color: #FFF;
                text-align: center;
                font-size: 42px;
                font-weight: 500;
            }


        .desktop-section-faq-content-item-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 40px;
        }
            .desktop-section-faq-content-item {
                width: 900px;
                background-color: #E5F4F1;
                border-radius: 12px;
                overflow: hidden;
            }

                .desktop-section-faq-content-item-question {
                    position: relative;
                    color: #437C80;
                    font-size: 25px;
                    font-weight: 500;

                    padding: 14px 54px 14px 115px;
                }
                    .desktop-section-faq-content-item-question::after {
                        position: absolute;
                        left: 38px;
                        top: 2px;
                        content: 'Q.';

                        text-align: center;
                        font-size: 35px;
                        font-weight: 500;
                    }
                .desktop-section-faq-content-item-answer {
                    position: relative;
                    background-color: #fff;
                    color: #000;
                    font-size: 25px;
                    font-weight: 500;
                    line-height: 54px;

                    padding: 14px 54px 33px 115px;
                }
                    .desktop-section-faq-content-item-answer::after {
                        position: absolute;
                        left: 38px;
                        top: 12px;
                        content: 'A.';

                        text-align: center;
                        font-size: 35px;
                        font-weight: 500;
                    }
                








/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-contact {
        display: flex;
        flex-direction: column;
        align-items: center;

        background-color: #E5F4F1;

        padding: 83px 0px 125px;
    }

        .desktop-section-contact-title {
            display: flex;
            flex-direction: column;

            color: #437C80;
            text-align: center;
            font-size: 30px;
            font-weight: 700;
            line-height: 46px; /* 153.333% */

            margin-bottom: 53px;
        }
            .desktop-section-contact-title-row {

            }
        .desktop-section-contact-description {
            color: #437C80;
            text-align: center;
            font-size: 27px;
            font-weight: 400;
            line-height: 46px; /* 170.37% */

            margin-bottom: 35px;
        }
            .desktop-section-contact-description-row {

            }



        .desktop-section-contact-cta-wrapper {
            display: flex;

            width: 548px;
            height: 90px;

            border-radius: 1296.254px;
            background: linear-gradient(90deg, #F5FF01 0%, #E5CB23 100%);
            box-shadow: -2.595px 3.893px 13.105px 0 rgba(0, 0, 0, 0.15);
        }
            .desktop-section-contact-cta-border {
                border-radius: 44.117px;
                border: 2.595px solid rgba(255, 255, 255, 0.30);

                flex: 1 0 auto;
                margin: 10px 10px;
                height: 80%;
                display: flex;
                justify-content: center;
            }
                .desktop-section-contact-cta {
                    color: #FFF;
                    font-size: 31.141px;
                    font-weight: 700;

                    display: flex;
                    align-items: center;
                }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-foot {
        position: relative;
        background-color: #70bbb3;
        width: 100%;

        display: flex;
        flex-direction: column;

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

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

            display: grid;
            grid-template-columns: 300px 1fr;

            padding: 50px 50px;

            gap: 30px;
        }
            .desktop-section-foot-company {

            }
                .desktop-section-foot-company-logo {
                    margin-bottom: 7px;
                }
                    .desktop-section-foot-company-logo-image {
                        display: block;
                    }

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

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

                    }

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

                width: 100%;
                max-width: 650px;
                margin-left: auto;
            }
                .desktop-section-foot-menu-row {
                    display: grid;
                    grid-template-columns: 1fr 1fr 1fr;
                }
                    .desktop-section-foot-menu-row-item {
                        color: #FFF;
                    }
                    .desktop-section-foot-menu-row-item:hover {
                        color: #FFF;
                    }
                        .desktop-section-foot-menu-row-item-ja {
                            font-size: 25px;
                            font-weight: 700;
                        }
                        .desktop-section-foot-menu-row-item-ja {
                            font-size: 18px;
                            font-weight: 400;
                        }

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



@media (max-width: 1300px) {
    .desktop-section-recommend-right-content {
        display: none;
    }
}
