/*採用情報*/
main.recruit{
    background-image: url(../img/recruit/bg.png);
    background-size: cover;
    /* background-color: #6A93C4; */
    font-weight: 600;
    text-align: center;
    height: 150vw;
    max-height: 1600px;
    overflow: hidden;
}

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


main.recruit h2{
    position: relative;
    line-height: 1.5em;
    font-size: 2.2em;
    z-index: 10;
}

main.recruit h3{
    position: relative;
    line-height: 1.5em;
    font-size: 1rem;
    z-index: 10;
    margin: 27px 0;
}



main.recruit .cnt{
    position: relative;
    width: 90%;
    max-width: 810px;
    margin: auto;
    z-index: 10;
    margin-bottom: 50px;
}


main.recruit .intr{
    position: relative;
    padding: 160px 120px ;    
    line-height: 1.6em;
    z-index: 10;
    width: 560px;
    background-color: #fff;
    border-radius: 25px;
    margin: auto;
}

main.recruit .intr>img{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 105px;
}

main.recruit .intr .flex{
    display: flex;
    border-bottom: #dddddd 2px solid;
}

main.recruit .intr .flex.first{
    border-top: #dddddd 2px solid;
}

main.recruit .intr .flex h3{
    font-weight: 400;
    width: 100px;
    text-align: left;
}

main.recruit .intr .btn{
    display: block;
    margin: auto;
    background-color: black;
    color: #fff;
    width: 90%;
    border-radius: 20px;
    padding: 5px 0;
    margin-top: 100px;
}




/**/


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

    .breadcrumb {
        margin-left: 5%;
    }

}

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

    main.recruit{
        background-image: url(../img/recruit/bg_tab.png);
        height: auto;
        max-height: 16000px;
        overflow: hidden;
        padding-bottom: 200px;
    }

    main.recruit .intr{
        padding: 180px 5vw ;    
        width: 70vw;
    }

    main.recruit .cnt h3{
        width: 80vw;
        text-align: left;
        margin: auto;
        font-size: 1.1rem;
    }

    main.recruit h2{
        font-size: 1.7em;
    }

    main.recruit .intr .btn{
        font-size: 1.1em;
        padding: 10px 0;
        border-radius:30px;
    }

}

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




}


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

    main.recruit{
        background-image: url(../img/recruit/bg_sp.png);
    }

    .tl {
        display: block;
        width: 60vw;
        margin: 50px auto;
        position: relative;
        z-index: 10;
    }
    main.recruit h2{
        font-size: 1.6em;
    }

    main.recruit .intr{
        padding-top: 150px;
        padding-bottom: 100px;
        width: 80vw;
    }

    main.recruit p {
        width: calc(80vw - 100px);
        font-size: 1em;
        margin: 23px 0;
    }
    main.recruit .intr>img{
        left: 5vw;
    }

    
    main.recruit .cnt h3{
        line-height: 2em;
    }


}

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

    main.recruit .intr .flex h3{
        width: 80px;
    }

    main.recruit p {
        width: calc(80vw - 80px);
        margin: 25px 0;
    }


} 