@charset "UTF-8";
#wanted {
    background: rgba(0,0,0,.7);
    color: #ffffff;
}
#wanted section div {
    background:none;
}
#wanted h3{
    text-align: center;
}
header[role=global]>div ul{
    display: none;
}
.btn-menu{
    display: none;
}
footer[role=global]>:nth-child(2n+1) {
    background: rgba(0,0,0,.7);
}
@media (min-width: 641px){
    #lead{
        margin: 64px 0;
    }
    #lead p {
        padding: 60px 0;
    }
    #page>header h2 {
        top: 86px;
        left: calc(50% + 250px);
        width: 170px;
    }
    .btn-primary{
        margin: 0 auto;
    }
    #interview section img + span{
        width: 630px;
        margin: 10px -40px 0;
        font-size: 13px;
        display: block;
    }
    #interview section img + img,
    #interview section span + img{
        margin-top: 30px;
    }
    #wanted h3{
        font-size: 19px;
    }
    #wanted h4{
        font-size: 38px;
        line-height: 1.71;
        margin-top: -.38em;
    }
    #wanted h4 span{
        font-size: 24px;
        line-height: 1.96;
        letter-spacing: .03em;
        margin-left: .17em;
        display: block;
    }
    #wanted {
        padding: 80px 0;
        margin-bottom: 260px;
    }
    #wanted section {
        width: 1000px;
    }
    #wanted section div{
        padding: 0;
    }
    #wanted section > div{
        display: flex;
        padding: 80px 0;
    }
    #wanted section > div > div:first-of-type{
        width: 480px;
        margin-right: 70px;
    }
    #wanted section img {
        margin-top: 0;
    }
}
@media screen and (max-width: 640px){
    #page>header h2 {
        top: 1.5%;
        right: auto;
        left: 40%;
        margin: 0 auto;
        width: 27.2%;
    }
    #lead {
        padding: 32.94% 0;
    }
    #lead p span.center{
        display: block;
        text-align: center;
        margin-bottom: -1em;
    }
    #interview section img + span{
        font-size: 10px;
    }
    #interview section img + img,
    #interview section span + img{
        margin-top: 15px;
    }
    #wanted {
        margin-bottom: 260px;
    }
    #wanted section div{
        padding: 0;
    }
    #wanted h3{
        font-size: 112.5%;
        margin-bottom: 1em;
    }
    #wanted h4 {
        font-size: 245.83%;
        line-height: 1.71;
        text-align: center;
    }
    #wanted h4 span {
        font-size: 55.93%;
        line-height: 1.97;
        margin-left: .12em;
        display: block;
        letter-spacing: .03em;
    }
}