/*採用情報*/
main.contact{
    background-image: url(../img/contact/bg.png);
    background-size: cover;
    /* background-color: #B3C3C3; */
    font-weight: 600;
    text-align: center;
    overflow: hidden;
}

main.contact p{
    position: relative;
    line-height: 2em;
    font-size: 1.1rem;
    z-index: 10;
    text-align: justify;
    margin: 20px 0;
}


main.contact .form{
    position: relative;
    text-align: left;
    line-height: 1.6em;
    z-index: 10;
    width: 90%;
    max-width: 850px;
    margin: auto;
}

label,
select,
textarea,
input,
button{
    display: block;
}

.form-group{
    padding: 20px 0;
}

select{
    width: 450px;
    height: 80px;
    text-align: center;
}

textarea{
    width: calc(100% - 40px);
    height: 160px;
    padding:20px;
}

input {
    width: 410px;
    height: 80px;
    padding: 0 20px;
}



button{
    display: block;
    background-color: black;
    color: #fff;
    width: 115px;
    border-radius: 20px;
    padding: 5px 0;
    margin-top: 30px;
}


/**/


@media screen and (max-width:1200px) {
    .kv>.title>img {
        margin-left: 5%;
    }

    .breadcrumb {
        margin-left: 5%;
    }

}

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

    main.contact{
        background-image: url(../img/contact/bg_tab.png);
    }

    main.contact .form{
        width: 80%;
    }

    select{
        width: 100% ;
    }
    
    textarea{
        width: calc(100% - 40px);
        height: 160px;
        padding:20px;
    }
    
    input {
        width: calc(100% - 40px);
    }
    
}

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



}


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

    .tl {
        display: block;
        width: 60vw;
        margin: 50px auto;
        position: relative;
        z-index: 10;
    }

    main.contact{
        background-image: url(../img/contact/bg_sp.png);
    }
    
    main.contact .form{
        width: 90%;
    }


}

@media screen and (max-width:480px) {
    body{
        font-size: 0.9em;
    }


} 