@media screen and (min-width:1690px) and (max-width:1920px) {
    .main-content {       
        left: 17%;          
    }
}

@media screen and (max-width:1550px) {
   
}

@media screen and (max-width:1380px) {
   
}

@media screen and (max-width:1024px) {
    
}

@media screen and (max-width:834px) {
    #main {
        margin-top: 60px;
    }
}

@media screen and (max-width:768px) {
    .banner-txt {
        left: 25%;
    }
}

@media screen and (max-width:767px) {

    .sp-none {
        display: none;
    }

    .sp-show {
        display: inline-block;
    }

    .main-content-wrapper {
        height: 600px;
        margin-top: 30px;
    }

    #main h2 img {
        height: 600px;
        object-fit: cover;
    }

    .main-content-text p {
        font-size: 24px;
    }

    .main-content-text p span {
        font-size: 40px;
    }

    .greetings-content {
        width: 100%;
    }

    .mission-content {
        width: 100%;
    }

    .standard-content {
        width: 100%;
    }

    .standard-content-img {
        margin-bottom: 20px;
    }

    .articles-wrapper {
        width: 100%;
    }

    .title-jp {
        font-size: 22px;
    }

    .w80 {
        width: 100%
    }

    .message-img {
        margin-bottom: 20px;
    }

    .order1-sp {
        order: 1;
    }

    .order2-sp {
        order: 2;
    }

    .message2-img {
        margin-bottom: 20px;
    }

    table.tbl-company th {
        display: block;
    }

    table.tbl-company td {
        display: block;
    }

    .banner-txt {
        top: 60%;
        left: 30%;
    }

    .banner-lower {        
        height: 350px;
    }
    
    .banner-img img {     
        height: 350px;       
    }
}

@media screen and (max-width:376px) {
    .main-content {
        left: 5%;
    }

    .mission-content h4 {
        font-size: 18px;
    }

    .articles-title {
        font-size: 19px;
    }

    .title-jp {
        font-size: 20px;
    }

    .campaign-contact h4 {
        font-size: 22px;
    }

    .campaign-contact p {
        font-size: 22px;
    }

    footer {
        font-size: 22px;
    }
}

@media screen and (max-width:321px) {
    .main-content-text p {
        font-size: 26px;
    }

    .main-content-text p span {
        font-size: 40px;
    }

    .mission-content h4 {
        text-align: left;
    }

    .campaign-contact h4 {
        font-size: 18px;
    }

    .campaign-contact p {
        font-size: 18px;
    }

    footer {
        font-size: 18px;
    }

}

/* Make the form responsive */
@media (max-width: 768px) {
    .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-group label {
        margin-bottom: 5px;
    }

    .form-group .form-control {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-form {
        width: 88%;
    }

    .form-group p label {
        min-width: 100%;
    }
}


