*{
        -webkit-box-sizing: unset;
    -moz-box-sizing: border-box;
    box-sizing: unset;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
.pc{
    display: flex;
}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.footer{
    display: flex;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 2% 5%;
    padding-bottom: 7%;
}
.from_name::placeholder{
    color: white;
    font-size: 1.2em;
}
.contact::placeholder{
    color: white;
    font-size: 1.2em;
}
.message::placeholder{
    color: white;
    font-size: 1.2em;
}
.footer_title{
    font-weight: 700;
}
.footer_bottom{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
}
.footer_bottom p{
    color: #ffffff73;
    font-size: 0.5em;

}
.footer_bottom p:nth-child(1){
}
.footer_bottom p:nth-child(2){
    padding-bottom: 2%;
}
.footer_bottom p:nth-of-type(3){
    color: white;
    font-weight: 600;
    font-size: 0.5em;
}
@media screen and (max-width:1023px) {
    .pc{
        display: none;
    }
    .pc-inline{
        display: none !important;
    }
    .tablet{
        display:flex;
    }
    .mobile{
        display:none;
    }
    .footer {
        padding-bottom: 13%;
        padding-top: 5%;
    }
    .footer_bottom p:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom p:nth-of-type(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom p:nth-of-type(3) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #ffffff73;
        font-size: 0.5em;
    }
    .mobile_background{
        justify-content: space-between !important;
    }
    .mobile_background .tablet_logo{
        width: 23% !important;
    }
    .form-button2{
        width: 26%;
    }
    #contact-form{
        width: 50% !important;
    }
}
@media screen and (max-width: 599px) {
    .pc-mobile {
        display: none;
    }

    .mobile-pc {
        display: flex;
    }
    .footer {
        padding-bottom: 20%;
        padding-top: 5%;
    }
    .footer_bottom p:nth-of-type(3) {
        padding-top: 3%;
    }
    .mobile_background .tablet_logo{
       display: none !important;
    }
    #contact-form{
        width: 69% !important;
    }
    .form-button2 {
        width: 30%;
    }
    .from_name{
        height: 37px !important;
    }
    .contact{
        height: 37px !important;
    }
    .message{
        height: 37px !important;
    }

}