.mybreadcrumb {
    display: none;
}

html {
    scroll-behavior: smooth !important;
}

.site-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.intro {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.daiseikai10 .intro .container .head-intro {
    padding-top: 70px;
}

.daiseikai10 .intro .intro-titles {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 800px
}

.daiseikai10 .intro .intro-titles h1 {
    font-size: 80px;
    color: #000;
}

.daiseikai10 .intro .intro-titles h3 {
    font-size: 24px;
    font-weight: 400;
    color: lightgray;
}

.daiseikai10 .intro .intro-titles .contact-button a {
    border: 1px solid;
    border-color: #000;
    border-radius: 8px;
    padding: 20px;
    font-size: 2.5vh;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.daiseikai10 .intro .intro-titles .contact-button a:hover {
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
}

.daiseikai10 .intro .intro-titles .contact-button {
    position: absolute;
    bottom: 100px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    left: 50%;
}

.daiseikai10 .iframe-container-desktop {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
}

.daiseikai10 .iframe-container-desktop iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 750px;
    transform: translate(-50%, -50%);
}

.daiseikai10 .sustainability .sustainability-title {
    height: 250px;
}

.daiseikai10 .sustainability .sustainability-description {
    height: 300px;
    background-color: #e1e1e1;
    padding-left: 70px;
    padding-right: 70px;
}

.daiseikai10 .sustainability .sustainability-title h1,
.daiseikai10 .silence .silence-title h1,
.daiseikai10 .incomparable,
.incomparable-title h1 {
    font-size: 48px;
}

.daiseikai10 .sustainability .sustainability-description h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: justify;
}

.daiseikai10 .sustainability .sustainability-title h1,
.daiseikai10 .sustainability .sustainability-description h3,
.daiseikai10 .silence .silence-title h1,
.daiseikai10 .incomparable,
.incomparable-title h1 {
    margin: auto;
}

/* .daiseikai10 .sliders .brandname {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 204px;
} */

/* CONTROLS SLIDER */

.slider {
    background: #fff;
    height: 200px;
    margin: auto;
    /* margin-top: 0px !important; */
    overflow: hidden;
    position: relative;
    margin-top: 100px;
    padding-bottom: 100px;
}

.slider-2 {
    background: #e1e1e1;
    height: 300px;
    margin: auto;
    margin-top: 0px !important;
    overflow: hidden;
    position: relative;
    /* margin-top: 100px; */
    /* padding-bottom: 100px; */
}

.slider::before,
.slider::after,
.slider-2::before,
.slider-2::after {
    /* background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    height: 100%;
    position: absolute;
    width: 100px;
    z-index: 2;
}

.slider::after,
.slider-2::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before,
.slider-2::before {
    left: 0;
    top: 0;
}


.slider .slide-track {
    animation: scroll 12s linear infinite;
    display: flex;
    width: calc(280px * 25);
}

.slider-2 .slide-2-track {
    animation: scroll 12s linear infinite;
    display: flex;
    width: calc(280px * 25);
    padding-top: 71px;
}

.slider .slide {
    height: 120px;
    width: 100%;
}

.slide,
.slide-2 {
    background-repeat: no-repeat;
    background-size: 100%;
}


.slider-2 .slide-2 {
    height: 145px;
    width: 100%;
}



@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 9));
    }
}


.daiseikai10 .sliders .sliders-description {
    height: 250px;
    padding-left: 70px;
    padding-right: 70px;
}

.daiseikai10 .sliders .sliders-description h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: justify;
}

.daiseikai10 .sliders .sliders-description h3 {
    margin: auto;
}

.daiseikai10 .sliders-contact-button a {
    border: 1px solid;
    border-color: #000;
    /* border-radius: 8px; */
    padding: 20px;
    font-size: 2.5vh;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.daiseikai10 .sliders-contact-button a:hover {
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
}

.daiseikai10 .champion-title {
    padding: 100px;
}

.daiseikai10 .champion-title h3 {
    font-size: 48px;
    /* font-weight: 300; */
    text-align: justify;
}

.daiseikai10 .reliability {
    background-color: #252d3c;
}

.daiseikai10 .reliability .left-background {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px !important;
    height: 800px;

}

.daiseikai10 .reliability .right-background h1 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    /* padding-left: 40px; */
    padding-right: 60px;
}

.daiseikai10 .reliability .right-background h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}


.daiseikai10 .efficiency {
    background-color: #252d3c;
}

.daiseikai10 .efficiency .right-background {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px !important;
    height: 800px;

}

.daiseikai10 .efficiency .left-background h1 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    /* padding-left: 40px; */
    padding-right: 60px;
}

.daiseikai10 .efficiency .left-background h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.daiseikai10 .silence .silence-title,
.daiseikai10 .incomparable,
.incomparable-title {
    height: 200px;
}

.daiseikai10 .silence-content {
    background-color: #dddcd8;
}

.daiseikai10 .silence-content .left-background {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px !important;
    height: 800px;

}

.daiseikai10 .silence-content .right-background h2 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
}


.daiseikai10 .silence-contact-button a,
.daiseikai10 .inside-contact-button a,
.daiseikai10 .smart-contact-button a,
.daiseikai10 .features-contact-button a {
    border: 1px solid;
    border-color: #000;
    /* border-radius: 8px; */
    padding: 20px;
    font-size: 2.5vh;
    color: #000;
    font-weight: 400;
    margin: 60px auto;
    text-decoration: none;
}

.daiseikai10 .silence-contact-button a:hover,
.daiseikai10 .inside-contact-button a:hover,
.daiseikai10 .smart-contact-button a:hover,
.daiseikai10 .features-contact-button a:hover {
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
}

.daiseikai10 .esthetics {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 1081px;
}

.daiseikai10 .esthetics-title {
    font-size: 48px;
    color: #fff;
    width: 40%;
    margin: 250px auto;
}

.daiseikai10 .inside .inside-title,
.daiseikai10 .smart .smart-title {
    font-size: 48px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.daiseikai10 .inside .inside-description {
    font-size: 28px;
    margin-bottom: 50px;
    color: grey;
}

.daiseikai10 .inside .inside-img {
    padding: 0px 200px 0px 200px;
}

.daiseikai10 .incomparable-background {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 1360px;
}

.daiseikai10 .incomparable-background .the-box {
    max-width: 750px !important;
}

.daiseikai10 .incomparable-background h1 {
    padding: 20px 85px 20px 85px;
    margin: auto;
    font-size: 32px;
    font-weight: 400;
}

.daiseikai10 .incomparable-background h2 {
    padding: 20px 85px 20px 85px;
    margin: auto;
    font-size: 26px;
    font-weight: 300;
}

.additional {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 900px
}

.additional .container-fluid {
    width: 80%;
}

.additional .additional-title {
    font-size: 48px;
    color: #ffffff;
    padding: 70px;
    margin-bottom: 100px;
}

.additional .boxes-top,
.additional .boxes-bottom {
    background-color: #ffffffa8;
}

.additional .boxes-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 170px !important;
}

.additional .boxes-bottom {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 300px !important;
}

.additional .boxes-top .img-fluid {
    padding: 20px;
}

.additional .boxes-bottom h3 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    padding: 20px 10px 10px;
}

.daiseikai10 .smart .smart-description {
    font-size: 28px;
    margin-bottom: 50px;
    color: #000;
}

.beige-box {
    background-color: #eee6de;
    padding: 120px;
    text-align: center;
}

.beige-box .smartphone-title,
.beige-box .apps-title {
    font-size: 32px;
    padding: 15px;
}

.beige-box .smartphone-description,
.beige-box .apps-description {
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
}

.smart .box-padding-1 {
    padding-left: 50px;
}

.smart .box-padding-2 {
    padding-left: 50px;
    padding-right: 50px;
}

.beige-box img {
    object-fit: cover;
    /* width: 100px; */
}

.daiseikai10 .improve {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.daiseikai10 .improve .left-background {
    background-color: #ebd6c2bb;
    height: 100%;

}

.daiseikai10 .improve .left-background h1 {
    font-size: 48px;
}

.daiseikai10 .improve .left-background h2 {
    font-size: 24px;
    font-weight: 400;
}

.daiseikai10 .features {
    margin-top: 200px;
    /* margin-bottom: 200px; */
}


.daiseikai10 .features .container-fluid {
    width: 85%;
}

.daiseikai10 .features .boxes-bottom h1 {
    margin-top: 40px;
    margin-bottom: 25px;
}

.daiseikai10 .features .leaf-bottom {
    margin-left: 250px;
    height: 200px;
}

.features .row [class^="col-"] {
    padding: 0 45px;
    /* Increase the space between columns */
}

.features .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    /* Adjust the height of the icon container */
}

.features .icon-container img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
}

.daiseikai10 .product-form {
    background-color: #F9F9F9;
}

.daiseikai10 .product-form .light-blue {
    color: #00b9ff;
}

.daiseikai10 .product-form .prod-title p {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
}

.daiseikai10 .product-form .wpcf7-list-item label {
    text-align: justify;
    font-size: 18px;
}

.daiseikai10 .product-form .wpcf7-list-item label a {
    color: #151c73;
}

#section_contact_form h2 {
    font-size: 4.0vh;
}

.contact-form-input {
    height: 70px;
    border-radius: 10px;
}

.daiseikai10 #section_contact_form textarea,
.daiseikai10 #section_contact_form input,
.daiseikai10 #section_contact_form select {
    font-size: 18px;
}

.daiseikai10-submit-button {
    border-radius: 8px;
    padding: 20px;
    font-size: 2.5vh;
    font-weight: bold;
    border: 0px !important;
}

.daiseikai10-submit-button:enabled {
    border: 2px solid;
    border-color: #FF1818;
    background-color: #FF1818;
    border-radius: 8px;
    padding: 20px;
    font-size: 2.5vh;
    color: #fff;
}


@media screen and (max-width: 800px) {
    .daiseikai10 .intro .intro-titles h1 {
        font-size: 30px;
    }

    .daiseikai10 .intro .intro-titles .contact-button {
        position: initial;
        /* bottom: 100px; */
        transform: translate(0%, 0%);
        margin: -35px auto;
        padding-top: 30px;
    }

    .daiseikai10 .iframe-container-desktop iframe {
        height: 350px !important;
    }

    .daiseikai10 .iframe-container-desktop {
        height: 350px !important;
    }

    .daiseikai10 .reliability .iframe-container-desktop-2 {
        height: 350px !important;
    }

    .daiseikai10 .sustainability .sustainability-title {
        height: 150px;
    }

    .daiseikai10 .sustainability .sustainability-title h1,
    .daiseikai10 .silence .silence-title h1,
    .daiseikai10 .incomparable,
    .incomparable-title h1 {
        font-size: 24px;
    }

    .daiseikai10 .sustainability .sustainability-description {
        height: 100%;
        background-color: #e1e1e1;
        padding-left: 70px;
        padding-right: 70px;
        padding: 40px;
    }

    .slider {
        background: #fff;
        height: 140px;
        margin: auto;
        /* margin-top: 0px !important; */
        overflow: hidden;
        position: relative;
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .slider-2 {
        background: #e1e1e1;
        height: 250px;
        margin: auto;
        /* margin-top: 0px !important; */
        overflow: hidden;
        position: relative;
        /* margin-top: 100px; */
        /* padding-bottom: 100px; */
    }

    .daiseikai10 .sliders .sliders-description {
        height: 100%;
        /* padding-left: 70px; */
        /* padding-right: 70px;*/
        padding: 40px 20px;
    }

    .daiseikai10 .champion-title {
        padding: 50px 20px;
    }

    .daiseikai10 .champion-title h3 {
        font-size: 26px;
        text-align: center;
    }

    .daiseikai10 .reliability .right-background h1 {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        padding-left: 0px;
        padding-right: 0px;
    }

    .daiseikai10 .efficiency .left-background h1 {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        padding-left: 0px;
        padding-right: 0px;
    }

    .daiseikai10 .silence-content .left-background {
        padding-left: 0px !important;
        padding-right: 0px !important;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 0px !important;
        height: 580px;
    }

    .daiseikai10 .silence-contact-button a,
    .daiseikai10 .inside-contact-button a,
    .daiseikai10 .smart-contact-button a,
    .daiseikai10 .features-contact-button a {
        border: 1px solid;
        border-color: #000;
        /* border-radius: 8px; */
        padding: 12px;
        font-size: 1.5vh;
        color: #000;
        font-weight: 400;
        margin: 21px auto;
    }

    .daiseikai10 .esthetics {
        background-size: cover;
        background-position: center;
        position: relative;
        /* height: 100%; */
        background-repeat: no-repeat;
    }

    .daiseikai10 .esthetics-title {
        font-size: 22px;
        color: #fff;
        width: 100%;
        margin: 250px auto;
    }

    .daiseikai10 .inside .inside-title,
    .daiseikai10 .smart .smart-title {
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .daiseikai10 .inside .inside-description {
        font-size: 18px;
        margin-bottom: 0px;
        color: grey;
    }

    .daiseikai10 .inside .inside-img {
        padding: 0px 0px 0px 0px;
    }

    .daiseikai10 .incomparable-background {
        background-size: cover;
        background-position: center center;
        position: relative;
        height: 100%;
    }

    .additional .additional-title {
        font-size: 22px;
        color: #ffffff;
        padding: 40px;
        margin-bottom: 0px;
    }

    .additional .container-fluid {
        width: 100%;
    }


    .daiseikai10 .smart .smart-description {
        font-size: 18px;
        margin-bottom: 0px;
        color: #000;
        font-weight: 400;
    }


    .daiseikai10 .improve .left-background h1 {
        font-size: 26px;
    }

    .daiseikai10 .improve .left-background h2 {
        font-size: 18px;
        font-weight: 400;
    }

    .daiseikai10 .features {
        margin-top: 0px;
        /* margin-bottom: 200px; */
    }

    .features .row [class^="col-"] {
        padding: 20px 0px;
    }

    .daiseikai10 .sliders .sliders-description h3 {
        font-size: 18px;
        font-weight: 400;
        text-align: justify;
    }

    .daiseikai10 .efficiency .left-background h2 {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }

    .daiseikai10 .reliability .right-background h2 {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }

    .daiseikai10 .incomparable-background h1 {
        /* padding: 15px 85px 20px 85px; */
        margin: auto;
        font-size: 24px;
        font-weight: 400;
        padding: 20px;
    }

    .daiseikai10 .incomparable-background h2 {
        padding: 20px 85px 20px 85px;
        margin: auto;
        font-size: 24px;
        font-weight: 300;
        padding: 20px;
    }



    .daiseikai10 .product-form #section_contact_form {
        padding: 50px 40px;
        border: 2px solid #ececec;
        border-radius: 10px;
        background-color: #fff;
    }

    .daiseikai10 .product-form #section_contact_form {
        padding: 50px 40px;
        border: 2px solid #ececec;
        border-radius: 10px;
        background-color: #fff;
    }


    .daiseikai10 .sustainability .sustainability-description h3 {
        font-size: 18px;
        font-weight: 300;
        text-align: justify;
    }
}

@media screen and (max-width: 1250px) {
    .additional {
        background-size: cover;
        background-position: center center;
        position: relative;
        height: 100%;
    }

    .daiseikai10 .product-form .prod-title p,
    .daiseikai10 .product-form .m--title {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 1300px) {

    .beige-box .smartphone-description,
    .beige-box .apps-description {
        font-size: 18px;
        font-weight: 400;
        text-align: justify;
    }

    .beige-box .smartphone-title,
    .beige-box .apps-title {
        font-size: 24px;
        padding: 15px;
    }

    .beige-box {
        background-color: #eee6de;
        padding: 35px;
        text-align: center;
    }

    .smart .box-padding-1 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .smart .box-padding-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}