.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: #fff;
    }

        .desktop-section-head-logo-wrapper {
            padding: 10px 0px 10px 10px;
        }
            .desktop-section-head-logo-wrapper img {
                display: block;
                width: 200px;
                height: 61.5px;
            }

        .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;
                    justify-content: flex-end;
                    gap: 30px;

                    color: #2F2F2F;
                    font-size: 15px;
                    font-weight: 500;
                }

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

        .desktop-section-head-lang-wrapper {
            display: flex;
            display: none;
            gap: 8px;
            align-self: flex-start;
            margin-top: 18px;
            padding: 2px;
            height: fit-content;

            border-radius: 100px;
            border: 1px solid #EEE;
            background: #FFF;
        }
            .desktop-section-lang-item {
                display: flex;
                width: 50px;
                height: 25px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 2px;
                flex-shrink: 0;
                color: #222;

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

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

            .desktop-section-contact-item {
                display: flex;
                height: 40px;
                padding: 16px 28px;
                justify-content: center;
                align-items: center;
                gap: 10px;

                margin-top: 0px;
                margin-right: 20px;

                color: #FFF;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: 0.8px;

                border-radius: 5px;
                background: var(--TEXT, #222);
            }

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



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

        width: 100%;
        height: 695px;

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



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

                top: 190px;
                left: 135px;

                width: fit-content;

                display: flex;

                
                color: #000;
                font-size: 16px;
                font-weight: 400;
                line-height: 140%;
                letter-spacing: 0.8px;
            }

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

                top: 222px;
                left: 125px;

                width: fit-content;

                display: flex;
                flex-direction: column;

                color: #000;
                font-size: 60px;
                font-weight: 700;
                line-height: 150%;
                letter-spacing: 3px;
            }
                .desktop-section-top-text-2 div {
                    width: fit-content;
                    background-color: #fff;
                    padding: 0px 20px;
                }

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

                top: 442px;
                left: 125px;

                width: fit-content;

                display: flex;
                flex-direction: column;

                color: #000;
                font-size: 16px;
                font-weight: 400;
                line-height: 200%;
                letter-spacing: 1.6px;
            }
                .desktop-section-top-text-3 div {
                    width: fit-content;
                    background-color: #fff;
                    padding: 0px 20px;
                }





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

        width: 100%;
        height: 948px;

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


            .desktop-section-business-title {
                position: absolute;

                top: 44px;
                left: 118px;

                width: fit-content;

                display: flex;

                color: #FFF;
                font-size: 60px;
                font-weight: 700;
                line-height: 120%;
                letter-spacing: 1.8px;
            }

            .desktop-section-business-title-description {
                position: absolute;

                top: 116px;
                left: 118px;

                width: fit-content;

                display: flex;

                color: #FFF;
                font-size: 16px;
                font-weight: 500;
                line-height: 150%;
                letter-spacing: 1.6px;
            }

            .desktop-section-business-subtitle {
                position: absolute;

                top: 175px;
                left: 379px;

                width: fit-content;

                display: flex;
                flex-direction: column;

                color: #FFF;
                text-align: center;
                font-size: 16px;
                font-weight: 500;
                line-height: 150%; /* 24px */
                letter-spacing: 1.6px;
            }



            .desktop-section-business-item-wrapper {
                position: absolute;

                top: 267px;
                left: 130px;

                width: fit-content;

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

                .desktop-section-business-item-row {
                    width: 100%;

                    display: flex;
                    gap: 25px;
                }
                    .desktop-section-business-item {
                        position: relative;
                        display: flex;
                        flex-direction: column;

                        width: 377px;
                        height: 312px;

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

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

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

                            top: 126px;
                            left: 0px;

                            width: fit-content;
                            padding: 5px 12px;

                            display: flex;

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

                            color: var(--TEXT, #222);
                            text-align: justify;
                            font-size: 25px;
                            font-weight: 700;
                        }
                        .desktop-section-business-item-background {
                            position: absolute;
                            left: 0px;
                            bottom: 0px;

                            display: flex;
                            flex-direction: column;

                            width: 100%;
                            height: 140px;

                            background-color: #fff;
                        }
                            .desktop-section-business-item-category {
                                position: absolute;

                                top: 10px;
                                left: 17px;

                                width: fit-content;

                                display: flex;

                                color: #000;
                                font-size: 14px;
                                font-weight: 500;
                                line-height: 120%; /* 16.8px */
                                letter-spacing: 0.42px;
                            }
                            .desktop-section-business-item-description {
                                position: absolute;

                                top: 40px;
                                left: 17px;

                                width: fit-content;

                                display: flex;
                                flex-direction: column;

                                color: #000;
                                font-size: 14px;
                                font-weight: 500;
                                line-height: 120%; /* 16.8px */
                                letter-spacing: 0.42px;
                            }
                            .desktop-section-business-item-link {
                                position: absolute;

                                bottom: 9px;
                                right: 9px;

                                width: fit-content;

                                display: flex;
                                padding: 3px 11px;
                                justify-content: center;
                                align-items: center;
                                gap: 10px;

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

                                color: #FFF;

                                font-size: 10px;
                                font-weight: 500;
                                line-height: 120%; /* 12px */
                                letter-spacing: 0.3px;
                            }
                            .desktop-section-business-item-link:hover {
                                color: #FFF;
                            }




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

        width: 1300px;
        height: 496px;

        margin: 111px auto;

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


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

                top: -54px;
                left: 0px;

                width: fit-content;

                display: flex;
                padding: 26px 59px;
                justify-content: center;
                align-items: flex-start;
                gap: 10px;

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

                color: #FFF;
                font-size: 40px;
                font-weight: 700;
                line-height: 150%; /* 60px */
                letter-spacing: 4px;
            }
                .desktop-section-monitors-title span {
                    padding-top: 24px;

                    color: #FFF;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 150%;
                    letter-spacing: 2px;
                }


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

                top: 84px;
                left: 50px;

                width: fit-content;

                display: flex;
                flex-direction: column;

                color: #FFF;
                font-size: 32px;
                font-weight: 700;
                line-height: 140%; /* 44.8px */
                letter-spacing: 3.2px;
            }
            
            .desktop-section-monitors-text-2 {
                position: absolute;

                top: 204px;
                left: 50px;

                width: fit-content;

                display: flex;
                flex-direction: column;

                color: #FFF;
                font-size: 16px;
                font-weight: 400;
                line-height: 200%; /* 32px */
                letter-spacing: 0.8px;
            }
            
            .desktop-section-monitors-image {
                position: absolute;

                top: 91px;
                right: 61px;

                width: fit-content;

                display: flex;
            }
                .desktop-section-monitors-image img {
                    border-radius: 20px;
                    background: #D9D9D9;
                    box-shadow: -1px 1px 0 0 rgba(255, 255, 255, 0.80) inset;
                }


            .desktop-section-monitors-button {
                position: absolute;

                top: 392px;
                left: 51px;

                display: flex;
                width: 250px;
                height: 43px;
                padding: 10px 15px;
                justify-content: center;
                align-items: center;
                gap: 14px;

                color: #000;
                text-align: center;
                font-size: 16px;
                font-weight: 500;
                line-height: 150%; /* 24px */

                border-radius: 1274.235px;
                background: #FFF;
            }
                .desktop-section-monitors-button img {
                }










/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
    .desktop-section-foot {
        position: relative;
        background-color: #585858;
        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;
                        width: 182.014px;
                        height: 43px;
                        aspect-ratio: 182.01/43.00;
                    }

                .desktop-section-foot-company-address {
                    color: #fff;
                    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: #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;
    }
}
