/* reset.css start */
* {
    border: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.contact_base_contaier{
    align-items: center;
    background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(9, 193, 228, 1));
    color: white;
    display: flex;
    height: 150px;
    justify-content: center;
}

.contact_footer_contaier{
    align-items: center;
    background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(9, 193, 228, 1));
    color: white;
    display: flex;
    height: 50px;
    justify-content: center; 
}

.base_section_textarea{
    margin: 0 auto;
    text-align: center;
}

.main_mesaage_text{
    font-size: 3vw;
    font-weight: 500;
}

.sub_message_text{
    font-size: 1vw;
    font-weight: 300;
    /* margin-top: -0.2rem; */
}

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

    .main_mesaage_text{
        font-size: 6vw;
        font-weight: 500;
    }

    .sub_message_text{
        font-size: 4vw;
        margin-top: 0.2rem;
    }

    .footer_text{
        font-size: 3vw;
        font-weight: 100;
    }
}
