.desktop-container {
    margin: 0 auto;

    width: 1440px;


    position: relative;
}




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

        display: flex;
        gap: 10px;

        width: 100%;
        height: 100%;

        background-color: #62cbff;
    }

        .desktop-section-head-logo-wrapper {
            padding: 10px 0px 10px 10px;
        }
            .desktop-section-head-logo-wrapper img {
                display: block;
                width: 40px;
                aspect-ratio: 1;
            }

        .desktop-section-head-menu-wrapper {
            flex: 1 0 auto;

            padding-top: 21px;
            padding-left: 20px;
        }

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

                    color: #fff;
                    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: 5px 60px;
                margin-right: 76px;

                font-size: 20px;
                font-weight: 500;
                color: #fff;

                border-radius: 10px;
                background: linear-gradient(270deg, #FF4D6D 1.09%, #FF7070 98.58%);
                box-shadow: -2.641px 3.961px 13.336px rgba(0, 0, 0, 0.15);
            }

            .desktop-section-contact-item:hover {
                color: #fff;
            }



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-top {
        position: relative;

        display: flex;

        width: 100%;

        padding: 0px 25px 0px;
        background-color: #62cbff;
    }

        .desktop-section-top-internal-box {
            position: relative;

            display: flex;
            background-color: #fff;

            width: 100%;
            height: 755px;

            background-image: url('../img/d-top-right-image.png');
            background-repeat: no-repeat;
            background-position: right 19px top 84px;
        }


            .desktop-section-top-text-1 {
                position: absolute;

                top: 46px;
                left: 31px;

                width: fit-content;

                display: flex;
                flex-direction: column;
                
                color: #000;
                text-align: center;
                font-size: 24px;
                font-weight: 700;
            }



            .desktop-section-top-text-2 {
                position: absolute;

                top: 142px;
                left: 37px;

                width: fit-content;

                display: flex;
                flex-direction: column;
                
                color: #00446C;
                font-size: 70px;
                font-weight: 700;
                line-height: 85px;
            }

            .desktop-section-top-text-2 span {
                color: #FFA600;
            }

            .desktop-section-top-text-3 {
                position: absolute;

                top: 438px;
                left: 37px;

                width: fit-content;

                display: flex;
                flex-direction: column;
                
                color: #00446C;
                font-size: 20px;
                font-weight: 400;
            }

            .desktop-section-top-text-4 {
                position: absolute;

                top: 537px;
                left: 193px;

                width: fit-content;

                display: flex;
                flex-direction: column;
                
                color: #00446C;
                font-size: 20px;
                font-weight: 400;
            }


            .desktop-section-top-cta-wrapper {
                position: absolute;
                top: 604px;
                left: 695px;

                display: flex;
                
                width: 524px;
                height: 90px;

                padding: 10px;

                border-radius: 28px;
                background: linear-gradient(0deg, #DB0A0D 0%, #FF7070 100%);
                box-shadow: -2.641px 3.961px 13.336px 0 rgba(0, 0, 0, 0.15);
            }
                .desktop-section-top-cta-border {
                    flex: 1 0 auto;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;

                    border-radius: 20px;
                    border: 2.595px solid rgba(255, 255, 255, 0.30);
                }
                    .desktop-section-top-cta-text {
                        color: #FFF;
                        font-size: 31.141px;
                        font-weight: 700;
                    }





/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-about {
        position: relative;

        display: flex;
        flex-direction: column;

        width: 100%;
        height: 879px;

        background-color: #62cbff;
        background-image: url('../img/d-about-background.png');
    }

        .desktop-section-about-title {
            position: absolute;
            top: 30px;
            left: 61px;

            display: flex;
            flex-direction: column;
            
            color: #FFF;
            font-size: 30px;
            font-weight: 700;
        }

        .desktop-section-about-text-1 {
            position: absolute;
            top: 137px;
            left: 56px;

            display: flex;
            flex-direction: column;
            
            color: #00446C;
            font-size: 27px;
            font-weight: 700;
        }
            .desktop-section-about-text-1 span {
                color: #FF4D6D;
            }

        .desktop-section-about-text-2 {
            position: absolute;
            top: 359px;
            left: 95px;

            display: flex;
            flex-direction: column;
            
            color: #00446C;
            font-size: 27px;
            font-weight: 700;
        }
            .desktop-section-about-text-2 span {
                font-size: 24px;
            }

        .desktop-section-about-text-3 {
            position: absolute;
            top: 732px;
            left: 61px;

            display: flex;
            flex-direction: column;
            
            color: #00446C;
            font-size: 27px;
            font-weight: 700;
        }
            .desktop-section-about-text-3 span {
                color: #FF4D6D;
            }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-problem {
        position: relative;

        display: flex;
        flex-direction: column;

        width: 100%;
        height: 1213px;

        background-color: #62cbff;
        background-image: url('../img/d-problem-background.png');
    }

        .desktop-section-problem-title {
            position: absolute;
            top: 36px;
            right: 42px;

            display: flex;
            flex-direction: column;
            
            color: #FFF;
            font-size: 30px;
            font-weight: 700;
        }

        .desktop-section-problem-text-1 {
            position: absolute;
            top: 154px;
            left: 356px;

            display: flex;
            flex-direction: column;
            
            color: #00446C;
            font-size: 27px;
            font-weight: 700;
        }

        .desktop-section-problem-text-2 {
            position: absolute;
            top: 245px;
            left: 389px;

            display: flex;
            flex-direction: column;
            
            color: #00446C;
            font-size: 27px;
            font-weight: 700;
        }
            .desktop-section-problem-text-2 span {
                color: #00446C;
                font-size: 24px;
                font-weight: 400;
            }
            .desktop-section-problem-text-2 span.red {
                color: #FF4D6D;
                font-weight: 700;
            }


        .desktop-section-problem-text-3 {
            position: absolute;
            top: 777px;
            left: 496px;

            display: flex;
            flex-direction: column;
            
            color: #00446C;
            font-size: 30px;
            font-weight: 700;
        }

        .desktop-section-problem-text-4 {
            position: absolute;
            top: 856px;
            
            left: 50%;
            transform: translateX(-50%);

            display: flex;
            flex-direction: column;

            width: 100%;
            text-align: center;
            
            color: #00446C;
            font-size: 24px;
            font-weight: 400;
        }

            .desktop-section-problem-text-4 span {
                color: #00446C;
                text-align: center;
                font-size: 27px;
                font-weight: 700;
            }




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-flow {
        position: relative;

        display: flex;
        flex-direction: column;

        width: 100%;
        height: 737px;

        background-color: #62cbff;
        background-image: url('../img/d-flow-background.png');
    }

        .desktop-section-flow-title {
            position: absolute;
            top: 56px;
            left: 61px;

            display: flex;
            flex-direction: column;
            
            color: #FFF;
            font-size: 30px;
            font-weight: 700;
        }

        .desktop-section-flow-text-1 {
            position: absolute;
            top: 185px;
            left: 61px;

            display: flex;
            flex-direction: column;
            
            color: #00446C;
            font-size: 30px;
            font-weight: 700;
        }


        .desktop-section-flow-text-item-red-wrapper {
            position: absolute;
            top: 359px;

            display: flex;
            flex-direction: column;

            width: 100%;
            
            color: #FF4D6D;
            font-size: 24px;
            font-weight: 700;
        }

            .desktop-section-flow-text-item-red-1 {
                position: absolute;
                left: 73px;
            }
            .desktop-section-flow-text-item-red-2 {
                position: absolute;
                left: 469px;
            }
            .desktop-section-flow-text-item-red-3 {
                position: absolute;
                left: 800px;
            }
            .desktop-section-flow-text-item-red-4 {
                position: absolute;
                left: 1134px;
            }
        
        
        .desktop-section-flow-text-item-black-wrapper {
            position: absolute;
            top: 469px;

            display: flex;
            flex-direction: column;

            width: 100%;
            
            color: #00446C;
            font-size: 18px;
            font-weight: 400;
        }

            .desktop-section-flow-text-item-black-1 {
                position: absolute;
                left: 73px;
            }
            .desktop-section-flow-text-item-black-2 {
                position: absolute;
                left: 428px;
            }
            .desktop-section-flow-text-item-black-3 {
                position: absolute;
                left: 768px;
            }
            .desktop-section-flow-text-item-black-4 {
                position: absolute;
                left: 1111px;
            }



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-faq {
        position: relative;

        display: flex;
        flex-direction: column;

        width: 100%;
        height: 1116px;

        background-color: #62cbff;
        background-image: url('../img/d-faq-background.png');
    }

        .desktop-section-faq-title {
            position: absolute;
            top: 32px;
            right: 50px;

            display: flex;
            flex-direction: column;
            
            color: #FFF;
            font-size: 30px;
            font-weight: 700;
        }

        .desktop-section-faq-text-1 {
            position: absolute;
            top: 123px;
            left: 82px;

            display: flex;
            flex-direction: column;
            
            color: #00446C;
            font-size: 30px;
            font-weight: 700;
        }



        .question {
            color: #00446C;
            font-size: 30px;
            font-weight: 700;
        }
        .answer {
            color: #00446C;
            font-size: 22px;
            font-weight: 400;
        }

        .desktop-section-faq-item-1 {
            position: absolute;
            top: 267px;
            left: 274px;

            display: flex;
            flex-direction: column;
        }
        .desktop-section-faq-item-2 {
            position: absolute;
            top: 332px;
            left: 274px;

            display: flex;
            flex-direction: column;
        }
        .desktop-section-faq-item-3 {
            position: absolute;
            top: 544px;
            left: 274px;

            display: flex;
            flex-direction: column;
        }
        .desktop-section-faq-item-4 {
            position: absolute;
            top: 618px;
            left: 274px;

            display: flex;
            flex-direction: column;
        }
        .desktop-section-faq-item-5 {
            position: absolute;
            top: 830px;
            left: 274px;

            display: flex;
            flex-direction: column;
        }
        .desktop-section-faq-item-6 {
            position: absolute;
            top: 904px;
            left: 274px;

            display: flex;
            flex-direction: column;
        }


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

        display: flex;
        flex-direction: column;

        width: 100%;
        height: 473px;

        background-color: #62cbff;
        background-image: url('../img/d-contact-background.png');
    }

        .desktop-section-contact-title {
            position: absolute;
            top: 69px;
            left: 321px;

            display: flex;
            flex-direction: column;
            
            color: #FF4D6D;
            text-align: center;
            font-size: 32px;
            font-weight: 700;
        }
        .desktop-section-contact-description {
            position: absolute;
            top: 160px;
            left: 342px;

            display: flex;
            flex-direction: column;
            
            color: #00446C;
            text-align: center;
            font-size: 27px;
            font-weight: 400;
        }

        


        .desktop-section-contact-cta-wrapper {
            position: absolute;
            top: 297px;
            left: 458px;

            display: flex;
            
            width: 524px;
            height: 90px;

            padding: 10px;

            border-radius: 28px;
            background: linear-gradient(0deg, #DB0A0D 0%, #FF7070 100%);
            box-shadow: -2.641px 3.961px 13.336px 0 rgba(0, 0, 0, 0.15);
        }
            .desktop-section-contact-cta-border {
                flex: 1 0 auto;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;

                border-radius: 20px;
                border: 2.595px solid rgba(255, 255, 255, 0.30);
            }
                .desktop-section-contact-cta-text {
                    color: #FFF;
                    font-size: 31.141px;
                    font-weight: 700;
                }





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

        background-color: #99ddff;
        padding: 54px 0px;
    }





/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-foot {
        position: relative;
        background-color: #62cbff;
        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 {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }
                .desktop-section-foot-company-logo {
                    margin-bottom: 7px;
                }
                    .desktop-section-foot-company-logo-image {
                        display: block;
                    }

                .desktop-section-foot-company-address {
                    color: #000;
                    font-size: 15px;
                    font-weight: 500;
                }
                    .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: #000;
                    }
                    .desktop-section-foot-menu-row-item:hover {
                        color: #000;
                    }
                        .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: #000;
            text-align: center;
        }



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