/*
Theme Name: Meishin ELec
Theme URI: https://wordpress.org/themes/meishinelec/
Author: Steven Cayco
Author URI: https://stevencayco.com
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Site Editor features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meishinelec
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, accessibility-ready


*/

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background-color: var(--white); */
    /* font-family: "Poppins", sans-serif; */
    /* background-color: #e9e7e2; */
    overflow-x: hidden;
    position: relative;
}

body.sub {
    
}

.sub-bg {
    background-color: #e9e7e2;
}

.bg-gray {
    background: #e9e7e2;
}

.modal-header .btn-close {
    padding: 0rem 0rem;
    /* margin: -3.5rem -0.5rem 0.5rem auto; */
    margin: -1.5rem -0.5rem 0.5rem
}

.btn-close {
    background-color: white;
    width: 1.7em;
    height: 1.7em;
}

.modal-content {
    background-color: #e9e7e2;
}

h2 {
    font-weight: 700;
}
p {
    font-weight: 400;
}
ul {
    list-style: none;
}

a {
    /* color: white; */
    color: black;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
  }

.nav-link {
    color: white;
}

.red-font {
    color: #be0008;
}

.white-font {
    color: white;
}

.black-font {
    color: black;
}

.bg-white {
    background-color: white;
}

.big-number {
    font-size: 170px;
    font-family: 'Istok Web', sans-serif;
}

.wide-letter-spacing {
    letter-spacing: 10px;
}

.slightly-wide-letter-spacing {
    letter-spacing: 4px;
}

.border-box {
    border-width: 1px;
    border-style: solid;
    border-color: black
}

/* MODAL RELATED */
.modal-header {
    border-bottom: none;
}

.modal-header h2 {
    margin-right: 0em;
    color: #be0008;
    margin-left: 20px;
}

.modal-description p {
    font-size: 12px;
}

.modal-description .small-text {
    font-size: 10px;
}

.modal-body {
    padding: 0;
}

.modal-body h3 {
    font-size: 16px;
}

.modal-top-image-container {
    position: relative;
}

.modal-top-image-container img {
    width: 60px;
}

.maker-notes {
    border: 1px solid black;
    font-size: 11px;
    background-color: white;
    padding: 10px;
    margin-top: 50px;
}


.maker-notes h3 {
    color: white;
    font-size: 11px;
    padding: 10px 0px;
    /* background-color: #04AA6D; */
}

.oval-shape {
    background-color: teal;
    border-color: teal;
    border-radius: 2.3rem;
    color: white;
    padding: 5px;

}

body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 700;
    /* background-color: #e9e7e2; */
    line-height: 1.25 !important;
}

/* header  */

header {
    /* background-color: #e9e7e2; */
}

header {
    /* background-color: #414141; */
    color: white;
    /* padding-bottom: 10px; */
}

header.index {
    padding-bottom: 15px;
}

header .sub {
    background-color: #414141;
    color: white;
}

header .sub .company-name {
    color: white;
    ;
}

header .sub .company-japan-name {
    font-size: 15px;
}

header .logo img {
    width: 180px;
}

.solar-top-margin {
    margin-top: 120px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.nav-item {
    border-left: 1px solid white;
    /* border-right: 1px solid white; */

}



.catch-phrase h1 {
    margin-top: 3rem;
    line-height: 1.5;
    padding: 10px 20px;
    font-size: 23px;
}

.clouds-and-bird {
    position: relative;
}

/* .clouds-and-bird img{
    position: absolute;
} */

.clouds-and-bird img.cloud-1 {
    position: absolute;
    top: 1.8rem;
    right: 8rem;
    width: 70px;
}

.clouds-and-bird img.cloud-2 {
    position: absolute;
    top: 8rem;
    right: 2rem;
    width: 70px;
}

.clouds-and-bird img.bird {
    position: absolute;
    top: 3rem;
    right: 1rem;
    width: 70px;
}



/* .speech-bubble-sp {
    position: relative;
    cursor: pointer;
}

.speech-bubble-sp img {
    position: absolute;
    width: 150px;
}

.speech-bubble img:hover {
    opacity: 0.7;
}

.speech-bubble-sp img.bubble-sp-taiyou {
    top: -2rem;
    left: 1rem;
}

.speech-bubble-sp img.bubble-sp-antenna {
    top: -2.3rem;
    right: 3rem;
    width: 115px;
}

.speech-bubble-sp img.bubble-sp-ih-cooking {
    top: 6rem;
    left: 0.7rem;
    width: 120px;
}

.speech-bubble-sp img.bubble-sp-shoumei {
    top: 7.5rem;
    right: 5.5rem;
    width: 120px;
}

.speech-bubble-sp img.bubble-sp-aircon {
    top: 9.7rem;
    right: 1.5rem;
    width: 95px;
}

.speech-bubble-sp img.bubble-sp-jidousha {
    top: 21.2rem;
    left: 2rem;
    width: 200px;
}

.speech-bubble-sp img.bubble-sp-v2h {
    top: 24.2rem;
    left: 3.7rem;
}

.speech-bubble-sp img.bubble-sp-denchi {
    top: 20rem;
    right: 2rem;
    width: 75px;
}

.speech-bubble-sp img.bubble-sp-ecocute {
    top: 19.5rem;
    right: 0.5rem;
    width: 100px;
}

.speech-bubble-sp img.bubble-sp-denkikouji {
    top: 5rem;
    left: 3.1rem;
    width: 100px;
}

.speech-bubble-sp img.bubble-sp-maintenance {
    top: 8.2rem;
    right: 6rem;
    width: 110px;
}

.speech-bubble-sp img.bubble-sp-lightup {
    top: 1rem;
    left: 3rem;
    width: 120px;
} */



.service-image-container {
    border: 10px soild #000;
    position: relative;
}

.service-image-container .solar-group {
    margin: 95px 0 0;
    padding: 0 25px;
}

.service-image-container .static {
    width: 100%;
    height: auto;
}

.service-image-container .static.pond {
    width: 100%;
    height: auto;
}

.speech-bubble {
    position: absolute;
    height: auto;
}

img:hover.speech-bubble  {
    opacity: 0.7;
}

.speech-bubble.bubble-taiyou {
    top: -6.1%;
    left: 7.3%;
    width: 37%;
}

.speech-bubble.bubble-antenna {
    top: -9.1%;
    left: 55.3%;
    width: 30%;
}

.speech-bubble.bubble-ihcooking {
    top: 28%;
    left: 4.3%;
    width: 31%;
}

.speech-bubble.bubble-shoumei {
    top: 27.4%;
    right: 26%;
    width: 31%;
}

.speech-bubble.bubble-aircon {
    top: 34.4%;
    right: 7%;
    width: 21%;
}

.speech-bubble.bubble-evconsent {
    top: 75.8%;
    right: 38%;
    width: 55%;
}

.speech-bubble.bubble-chikudenchi {
    top: 71.8%;
    right: 7.5%;
    width: 20%;
}

.speech-bubble.bubble-ecocute {
    top: 70.8%;
    right: 1.5%;
    width: 28%;
    z-index: 200;
}

.speech-bubble.bubble-v2h {
    top: 86.8%;
    right: 45.5%;
    width: 34%;
}

.speech-bubble.bubble-denkikoji {
    top: 19.8%;
    left: 18.5%;
    width: 25%;
}

.speech-bubble.bubble-maintenance {
    top: 34.8%;
    right: 23.5%;
    width: 30%;
}

.speech-bubble.bubble-lightup {
    top: -16.2%;
    right: 53.5%;
    width: 30%;
}

.more-arrow {
    position: relative;
    width: 180px;
    padding: 1px 16px;
    /* left: 15px; */
}

.more-arrow img {
    position: absolute;
    width: 100px;
    left: 15px;
    top: 20px;
}

.blog-part {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.blog-part .more-arrow {
    width: 115px;
    padding: 2px 60px 8px;
}

.more-arrow.blog img {
    right: 0;
}

/* HEADER end */

.section-01 {
    margin-top: -50px;
    /* height: 330vh;
    width: 100vw;
    background: linear-gradient(150deg, #e9e7e2, #e9e7e2 60%, white 60%, white); */
    background-color: #e9e7e2;
}

.section-02 {
    margin-top: -600px;
    background: white;
    position: relative;
    /* margin-top: -900px;
    height: 260vh;
    width: 100vw;
    background: linear-gradient(30deg, #e9e7e2, #e9e7e2 60%, white 60%, white); */
}

.section-02-company {
    /* position: relative;
    top: 5%; */
}

.section-02-company-part {
    position: absolute;
    top: -8%;
    right: 4%;
    /* text-align: right;
    float: right;
    padding: 25px; */
}





/* .section-02-company-part-2 {
    position: absolute;
    top: -30%;
    right: 0%;
} */


.section-03 {
    /* margin-top: -50px; */
    background: #e9e7e2;
    /* margin-top: -900px;
    height: 260vh;
    width: 100vw;
    background: linear-gradient(30deg, #e9e7e2, #e9e7e2 60%, white 60%, white); */
}

.separator {
    width: 0;
    height: 0;
    border-left: 100vw solid #e9e7e2;
    border-bottom: 37.9vw solid white;
    margin-top: -10.9vw;
}

.separator-02 {
    width: 0;
    height: 0;
    border-right: 100vw solid white;
    border-bottom: 37.9vw solid #e9e7e2;
    margin-top: -10.9vw;
}

.separator-mid {
    width: 0;
    height: 0;
    border-left: 100vw solid white;
    border-bottom: 1vw solid white;
    /* padding-top: 38vw; */
    /* padding-top: 59vw; */
    padding-top: 181vw;

}

.service-text {
    font-size: 13px;
    padding-top: 18px;
}

.more-text {
    letter-spacing: 2px;
    font-size: 12px;
}

.image-group-01 {
    margin-top: 60px;
}



.image-container-02 {
    margin-top: 40px;
    padding-top: 50px;
}



.bold-font {
    font-weight: 700;
}

.top-numbers {
    width: 150px;
}

/* sub pages */

.title-underline h2 {
    display: inline-block;
    position: relative;
}

.title-underline h2:after {
    content: "";
    height: 4px;
    width: 65%;
    background-color: #be0008;
    position: absolute;
    bottom: -.5em;
    left: 50%;
    transform: translate(-50%);
}

.title-underline h3 {
    display: inline-block;
    position: relative;
}

.title-underline h3:after {
    content: "";
    height: 4px;
    width: 50%;
    background-color: #be0008;
    position: absolute;
    bottom: -.5em;
    left: 50%;
    transform: translate(-50%);
}

.title-description {
    margin-top: 45px;
}

.title-content {
    margin-top: 45px;
    line-height: 1.75;
}

.service-description {
    line-height: 1.75;
}


.title-description h2 {
    /* color: black; */
}

.title-description p {
    /* color: black; */
}

.modal-link {
    color: #be0008;
    font-size: large;
}

.top-group {
    /* z-index: 1000; */
}

/* Floating images */

.first-group {
    position: relative;
    z-index: -100;
}

.speech-bubble {
    cursor: pointer;
}

.speech-bubble-01 {
    position: absolute;
    top: 0%;
    left: 30%;
    width: 40px;
}

.speech-bubble-02 {
    position: absolute;
    top: -3%;
    left: 40%;
}


div.sticky-drone {
    position: fixed;
    top: 6rem;
    right: 2rem;
    z-index: 1000;
}



/* .cloud-01 {
    position: absolute;
    top: 5rem;
    left: 38rem;
    width: 80px;
} */

.cloud-02 {
    position: absolute;
    top: 10rem;
    left: 50rem;
    width: 80px;
}


/* blog */
/* .blog {
    padding: 40px 20px 0px;
    color: black;
} */

.blog-section .img-box {
    margin: 20px;
    padding: 20px 20px 0px;
    background-color: white;
}

.img-box {
    border: 1px solid black;
}

.text-box {
    padding: 20px 0 10px;
    color: black;
    background-color: white;
    font-size: 13px;
}

.blog .more-link {
    margin-top: 10px;
    text-decoration: underline;
}

/* blog end  */

/* contact form section  */
.contact-section {
    background-color: white;
    padding: 30px;
    color: black;
}

.contact-form {
    margin: 80px 0 0;
    padding: 0 20px;
}

.form-inputs {
    margin: 30px 0;
}

.form-inputs input{
    background-color: #e9e7e2;
}

.form-inputs textarea{
    background-color: #e9e7e2;
}

.contact-form-box {
    border: 1px solid black;
}

.contact-form.instructions {
    padding: 0 30px;
}

.contact-form.instructions p {
    font-weight: 700;
}

.contact-small-text {
    font-size: 10px;
}

.contact-text {
    padding: 40px 20px;
    ;
    width: 50%;
}

.contact-button {
    /* padding: 200px 100px; */
    /* width: 50%; */
}

.contact-button .btn {
    padding: 30px 40px;
    width: 100%;
    font-size: 18px;
}



.submit-button {
    width: 200px;
}


.copyright {
    font-size: 10px;
}

.sub .contact .title-margin {
    margin-top: 40px;
}


/* footer */

body footer {
    /* background-color: #414141; */
    background-color: white;
    /* height: 200px; */
    position: relative;
}

footer .scroll-up {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #be0008;
    color: white;
    border: 1px solid red;
    padding: 0 10px;

}

footer .scroll-up a{
    color: white;
}
.company-representative {
    /* background-color: white; */
    padding: 0 20px;
}


.company-image-description {
    padding-right: 1em;
    font-size: smaller;

}

footer .sp-logo {
    width: 250px;
}

.sp-footer {
    padding: 10px;
    font-size: 20px;
}

.light-gray {
    color: gray
}

.sub .title h2 {
    font-size: calc(1.325rem + 3.9vw);
}

.sub h3 {
    font-weight: 700;
    font-size: calc(1rem + 0.6vw);
}



/* Theming */
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"); import font */

:root {
    --white: #f9f9f9;
    --black: #36383F;
    --gray: #85888C;
}

/* variables*/

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background-color: var(--white);
    font-family: "Poppins", sans-serif; */
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* Header */
.header {
    background-color: #707070;
    color: #707070;
    /* box-shadow: 1px 1px 5px 0px gray; */
    /* position: sticky; */
    top: 0;
    width: 100%;
}

.menu .side-border {
    border-left: 1px solid white;
}

/* .index.header {
    background-color: transparent;
    color: black;
} */
/* Logo */
.logo {
    display: inline-block;
    /* color: black; */
    /* color: var(--white); */
    /* color: white; */
    font-size: 30px;
    margin-left: 10px;
}

.logo.white-font {
    color: white;
}

/* Nav menu */
.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    /* background-color: var(--black); */
    background-color: var(--white);
    z-index: 1000;
    overflow: hidden;
    display: block;

}

.menu a {
    display: block;
    padding: 40px;
    /* margin-top: 20px; */
    color: var(--white);
    color: black;
}

.menu a:hover {
    background-color: var(--gray);
    /* background-color: gray; */
}

.nav {
    max-height: 0;
    transition: max-height .5s ease-out;
    margin-top: 14px;
}

ul {
    padding-left: 0;
}

ul.menu {
    /* margin-top: -24px; */
}

/* Menu Icon */
.hamb {
    cursor: pointer;
    float: right;
    padding: 23px 20px;
}

/* Style label tag */

.hamb-line {
    background: var(--white);
    background: white;
    display: block;
    height: 1px;
    position: relative;
    width: 24px;

}

/* Style span tag */

.hamb-line::before,
.hamb-line::after {
    background: var(--white);
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before {
    top: 8px;
}

.hamb-line::after {
    top: -8px;
}

.side-menu {
    display: none;
}

/* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked~nav {
    max-height: 100%;
}

.side-menu:checked~.hamb .hamb-line {
    background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}

footer .privacy-policy {
    font-size: 12px;
    font-weight: 200;
    margin: 0 0 20px;
}

footer .privacy-policy a {
    color: #707070;
}

footer .privacy-policy a:hover {
    color: #be0008;
}

footer .copyright {
    font-size: 9px;
    font-weight: 200;
    color: #707070;
    margin: 25px 0 0;
    padding-bottom: 30px;
}

.service-pc-padding {
    padding: 0 40px;
}

.sub .title-margin {
    margin-top: 0rem;
}

/* Responsiveness */
@media (min-width: 576px) {


    header.index {
        padding-bottom: 30px;
    }

    .nav {
        /* margin-top: 30px; */
    }

    .separator-mid {
        padding-top: 116vw;

    }
}

@media (min-width: 768px) {



    .sub h2 {
        font-size: calc(1.325rem + .9vw);
    }

    .sub .title-margin {
        margin-top: 3.25rem;
    }

    .header {}

    .bg-gray {
        background-color: transparent;
    }

    header.index {
        padding: 20px 40px;
        background-color: #e9e7e2;
    }

    header.index a {
        color: black;
    }

    header a {
        color: white ;
    }

    .header-contat-btn {
        /* width: 100px; */
        font-size: 12px;
        padding: 5px 0;
    }

    header .nav {
        font-weight: 400;
        margin-top: 5px;
    }

    header.index .menu a {
        color: black;
    }

    header .menu a {
        color: white;
    }

    header .btn {
        border-radius: 0;
        padding: 0.1rem 0.4rem;
        font-size: 11px;
        margin-top: 5px;
    }

    .blog-section-container {
        /* position: absolute;
        top: 45%;
        left: 10%; */
    }

    .section-03-blog-part {
        position: absolute;
        top: 14%;
        left: 8%;
    }

    ul.menu {
        margin-top: 0px;
    }

    .service-pc-padding {
        padding: 0 40px;
    }



    .section-01 {
        /* margin-top: -50px;
        height: 220vh;
        width: 100vw; */
        /* background:linear-gradient(30deg, #e9e7e2, #e9e7e2 60%, white 60%, white); */
    }

    .separator {
        width: 0;
        height: 0;
        border-left: 100vw solid #e9e7e2;
        border-bottom: 53.9vw solid white;
        margin-top: -41.9vw;
    }

    .separator-mid {
        width: 0;
        height: 0;
        border-left: 100vw solid white;
        border-bottom: 19vw solid white;
        /* padding-top: 38vw; */
        /* padding-top: 59vw; */
        padding-top: 137vw;
    }

    .separator-02 {
        width: 0;
        height: 0;
        border-right: 100vw solid white;
        border-bottom: 63.9vw solid #e9e7e2;
        margin-top: -97vw;
    }

    .section-02 {
        margin-top: -400px;
        background: transparent;
        position: relative;
        /* margin-top: -500px; */
        /* height: 100vh;
        width: 100vw; */
        /* background: linear-gradient(30deg, #e9e7e2, #e9e7e2 60%, white 60%, white); */
    }

    .section-02-company {
        position: relative;
        top: 5%;
    }

    .section-02-company-part {
        position: absolute;
        top: -50%;
        right: 7%;
    }

    .section-02-company-part-2 {
        position: absolute;
        top: -30%;
        right: 0%;
    }


    .section-02 .part-02 {
        /* margin-top: -500px; */

    }

    .section-03 {
        /* margin-top: -350px; */
        /* position: relative; */

    }

    .image-container-02 {
        /* margin-top: -200px; */
        padding: 0 90px;

    }

    .home-image-container {
        padding: 0px 25px 10px 150px;
    }




    .slightly-wide-letter-spacing {
        letter-spacing: 5px;
    }



    /* .header-pc-margin-adjustment {
        margin-top: -30px;
    } */

    header .menu {
        font-size: 14px;
    }

    .index .logo img {
        width: 150px;
    }

    header.index .pc-logo-kanji {
        font-size: 14px;
    }

    .pc-logo-kanji {
        font-size: 12px;
        letter-spacing: 2px;

    }

    .catch-phrase h1 {

        padding: 0px 0px;
        font-size: 16px;
    }

    .english-catch-phrase h2 {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .service-text {
        font-size: 14px;
        padding-top: 18px;
    }

    .clouds-and-bird img.cloud-1 {
        position: absolute;
        top: -5rem;
        right: 20rem;
        width: 70px;
    }

    .clouds-and-bird img.cloud-2 {
        position: absolute;
        top: 0rem;
        right: 10rem;
        width: 70px;
    }

    .clouds-and-bird img.bird {
        position: absolute;
        top: -5rem;
        right: 0rem;
        width: 70px;
    }



    .menu a {
        padding: 0 10px;
        margin-top: 10px;
    }

    .nav {
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }

    .menu li {
        float: left;
    }

    .menu a:hover {
        background-color: transparent;
        color: var(--gray);

    }

    .hamb {
        display: none;
    }

    .pc-padding {

        /* padding: 50px; */
    }

    div.sticky-drone img {
        width: 200px;
    }



    .speech-bubble {
        position: absolute;
        height: auto;
    }

    .speech-bubble.bubble-taiyou {
        top: 1.9%;
        left: 32.3%;
        width: 10%;
    }

    .speech-bubble.bubble-antenna {
        top: 2.74%;
        left: 65.3%;
        width: 10%;
    }

    .speech-bubble.bubble-ihcooking {
        top: 27.5%;
        left: 12%;
        width: 12%;
    }

    .speech-bubble.bubble-shoumei {
        top: 13%;
        right: 31.5%;
        width: 9%;
    }

    .speech-bubble.bubble-aircon {
        top: 13.8%;
        right: 21.5%;
        width: 9%;
    }

    .speech-bubble.bubble-evconsent {
        top: 37.8%;
        right: 45%;
        width: 15%;
    }

    .speech-bubble.bubble-chikudenchi {
        top: 34%;
        right: 32.5%;
        width: 9%;
        ;
    }

    .speech-bubble.bubble-ecocute {
        top: 31%;
        right: 21.5%;
        width: 9%;
    }

    .speech-bubble.bubble-v2h {
        top: 43%;
        right: 50.5%;
        width: 7%;
    }

    .speech-bubble.bubble-denkikoji {
        top: 41%;
        left: 11%;
        width: 9%;
    }

    .speech-bubble.bubble-maintenance {
        top: 80%;
        left: 28%;
        width: 9%;
    }

    .speech-bubble.bubble-lightup {
        top: 63%;
        left: 43%;
        width: 9%;
    }

    .contact-form-box .contact-text {
        padding: 30px 0 0;
    }

    .contact-section .btn {
        border-radius: 0;
    }

    .contact-button .btn {
   
        width: 80%;

    }

    .contact-telephone {
        background-color: #e9e7e2;
        padding: 50px 0;
    }

    .phone-border-box {
        border: 1px solid black;
        padding: 2px 10px;
    }

    .contact-phone-number {
        margin: 45px 0 15px;
        font-size: 35px;
        letter-spacing: 3px;
    }

    .contact-working-hours {
        margin: 10px 0;
        font-size: 12px;
        font-weight: 400;
    }

    .contact-recruit-text {
        margin: 50px 0 30px;
    }

    .contact-form-section .title-underline h3:after {
        bottom: -0.8em;
        width: 35%;
    }

    .contact-form-section {
        padding: 0 80px;
    }





    body footer {
        background-color: #414141;
        /* background-color: white; */
        height: 200px;
    }

    footer .logo-container img {
        margin: 20px 0;
    }

    footer .logo-container img {
        width: 200px;
    }

    footer .logo-container .footer-text {
        margin: 15px 0 0 15px;
        font-size: 9px;
    }

    .navbar-nav .nav-item {
        font-size: 12px;
    }

    footer .btn {
        border-radius: 0;
        padding: 0.1rem 0.4rem;
        font-size: 11px;
    }

    footer .navbar-nav a:hover {
        color: #be0008;
    }

    footer .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
        font-weight: 200;
    }

    footer .privacy-policy {
        font-size: 12px;
        font-weight: 200;
        margin: 40px 0;
    }

    footer .privacy-policy a {
        color: white;
    }

    footer .privacy-policy a:hover {
        color: #be0008;
    }

    footer .copyright {
        font-size: 9px;
        font-weight: 200;
    }

}

@media (min-width: 992px) {
    footer .nav-item {
        padding-left: 10px !important;
        padding-right: 10px;
    }
}

/* Responsiveness */
@media (min-width: 1024px) {

    .menu a {
        padding: 0 25px;
        margin-top: 10px;
    }

    .section-01 {
        /* margin-top: -50px;
        height: 300vh;
        width: 100vw; */
        /* background:linear-gradient(150deg, #e9e7e2, #e9e7e2 60%, white 60%, white); */
    }

    .section-02 {
        margin-top: -450px;
    }

    .section-03 {
        /* margin-top: -450px; */
        margin-top: 0;
    }

    div.sticky-drone img {
        width: 280px;
    }

    .speech-bubble-sp img.bubble-sp-taiyou {
        /* top: 1rem;
        left: 28rem;
        width: 120px; */
    }

    .speech-bubble-sp img.bubble-sp-antenna {
        top: 2rem;
        right: 12rem;
        width: 120px;
    }

    .speech-bubble-sp img.bubble-sp-ih-cooking {
        top: 21rem;
        left: 11rem;
        width: 160px;
    }

    .speech-bubble-sp img.bubble-sp-shoumei {
        top: 10rem;
        right: 15rem;
        width: 120px;
    }

    .speech-bubble-sp img.bubble-sp-aircon {
        top: 12rem;
        right: 12rem;
        width: 95px;
    }

    .speech-bubble-sp img.bubble-sp-jidousha {
        top: 33rem;
        left: 33rem;
        width: 160px;
    }

    .speech-bubble-sp img.bubble-sp-v2h {
        top: 36.8rem;
        left: 34rem;
        width: 80px;
    }

    .speech-bubble-sp img.bubble-sp-denchi {
        top: 30rem;
        right: 18rem;
        width: 75px;
    }

    .speech-bubble-sp img.bubble-sp-ecocute {
        top: 27rem;
        right: 9rem;
        width: 100px;
    }

    .speech-bubble-sp img.bubble-sp-denkikouji {
        top: 37em;
        left: 15rem;
        width: 100px;
    }

    .speech-bubble-sp img.bubble-sp-maintenance {
        top: 55rem;
        left: 26rem;
        width: 110px;
    }

    .speech-bubble-sp img.bubble-sp-lightup {
        top: 43rem;
        left: 30rem;
        width: 120px;
    }
}

/* Responsiveness */
@media (min-width: 1200px) {

    .section-01 {
        /* margin-top: -50px;
        height: 440vh;
        width: 100vw; */
        /* background:linear-gradient(150deg, #e9e7e2, #e9e7e2 60%, white 60%, white); */
    }

    .section-02 {
        /* margin-top: -700px;
        height: 200vh;
        width: 100vw;
        background: linear-gradient(30deg, #e9e7e2, #e9e7e2 60%, white 60%, white); */
    }

    .section-02 .part-02 {
        /* margin-top: -800px; */

    }

    .section-03 {
        /* margin-top: -1000px; */

    }

    div.sticky-drone img {
        width: 280px;
    }

    .speech-bubble-sp img.bubble-sp-taiyou {
        /* top: 1rem;
        left: 32rem;
        width: 120px; */
    }

    .speech-bubble-sp img.bubble-sp-antenna {
        top: 2rem;
        right: 18rem;
        width: 120px;
    }

    .speech-bubble-sp img.bubble-sp-ih-cooking {
        top: 20em;
        left: 18rem;
        width: 160px;
    }

    .speech-bubble-sp img.bubble-sp-shoumei {
        top: 12rem;
        right: 23rem;
        width: 100px;
    }

    .speech-bubble-sp img.bubble-sp-aircon {
        top: 13rem;
        right: 17rem;
        width: 95px;
    }

    .speech-bubble-sp img.bubble-sp-jidousha {
        top: 57rem;
        left: 57rem;
        width: 160px;
    }

    .speech-bubble-sp img.bubble-sp-v2h {
        top: 63rem;
        left: 57rem;
        width: 80px;
    }

    .speech-bubble-sp img.bubble-sp-denchi {
        top: 54rem;
        right: 37rem;
        width: 75px;
    }

    .speech-bubble-sp img.bubble-sp-ecocute {
        top: 30rem;
        right: 15rem;
        width: 100px;
    }

    .speech-bubble-sp img.bubble-sp-denkikouji {
        top: 62em;
        left: 22rem;
        width: 100px;
    }

    .speech-bubble-sp img.bubble-sp-maintenance {
        top: 70rem;
        left: 35rem;
        width: 110px;
    }

    .speech-bubble-sp img.bubble-sp-lightup {
        top: 70rem;
        left: 58rem;
        width: 120px;
    }

    .separator-mid {
        padding-top: 128vw;
    }
}

/* Responsiveness */
@media (min-width: 1900px) {

    .section-01 {
        /* margin-top: -50px;
        height: 440vh;
        width: 100vw; */
        /* background:linear-gradient(150deg, #e9e7e2, #e9e7e2 60%, white 60%, white); */
    }

    .section-02 {
        /* margin-top: -700px;
        height: 200vh;
        width: 100vw;
        background: linear-gradient(30deg, #e9e7e2, #e9e7e2 60%, white 60%, white); */
    }

    .section-02 .part-02 {
        /* margin-top: -800px; */

    }

    .section-03 {
        /* margin-top: -1000px; */

    }

    div.sticky-drone img {
        width: 280px;
    }

    .speech-bubble-sp img.bubble-sp-taiyou {
        /* top: 1rem;
        left: 50rem;
        width: 120px; */
    }

    .speech-bubble-sp img.bubble-sp-antenna {
        top: 5rem;
        right: 33rem;
        width: 120px;
    }

    .speech-bubble-sp img.bubble-sp-ih-cooking {
        top: 40em;
        left: 25rem;
        width: 160px;
    }

    .speech-bubble-sp img.bubble-sp-shoumei {
        top: 22rem;
        right: 38rem;
        width: 120px;
    }

    .speech-bubble-sp img.bubble-sp-aircon {
        top: 25rem;
        right: 29rem;
        width: 95px;
    }

    .speech-bubble-sp img.bubble-sp-jidousha {
        top: 57rem;
        left: 57rem;
        width: 160px;
    }

    .speech-bubble-sp img.bubble-sp-v2h {
        top: 63rem;
        left: 57rem;
        width: 80px;
    }

    .speech-bubble-sp img.bubble-sp-denchi {
        top: 54rem;
        right: 37rem;
        width: 75px;
    }

    .speech-bubble-sp img.bubble-sp-ecocute {
        top: 47rem;
        right: 28rem;
        width: 100px;
    }

    .speech-bubble-sp img.bubble-sp-denkikouji {
        top: 62em;
        left: 22rem;
        width: 100px;
    }

    .speech-bubble-sp img.bubble-sp-maintenance {
        top: 115rem;
        left: 43rem;
        width: 110px;
    }

    .speech-bubble-sp img.bubble-sp-lightup {
        top: 90rem;
        left: 58rem;
        width: 120px;
    }
}