/*--------------------

目次
    #page-common
    #hero

--------------------*/
/*--------------------

    #page-common

--------------------*/
.container{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {
    #interview{
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media screen and (max-width: 768px) {
    #merit .container,#buttons .container{
        padding-left: 24px;
        padding-right: 24px;
    }
    #interview{
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media screen and (max-width: 480px) {
    #merit .container,#buttons .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    #interview{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 375px) {
    #merit .container,#buttons .container{
        padding-left: 18px;
        padding-right: 18px;
    }
    #interview{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 320px) {

}
/*--------------------

    #hero

--------------------*/
#hero{
    background-image: url(../img/page-employment/1x/hero-100.jpg);
    background-image: image-set(url(../img/page-employment/1x/hero-100.jpg) 1x, url(../img/page-employment/2x/hero@2x-100.jpg) 2x);
    background-image: -webkit-image-set(url(../img/page-employment/1x/hero-100.jpg) 1x, url(../img/page-employment/2x/hero@2x-100.jpg) 2x);
    background-size: cover;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#hero .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#hero h2{
    color:white;
    font-size: 36px;
}
@media screen and (max-width: 1280px) {

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

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

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

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

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

}
/*--------------------

    #merit

--------------------*/
#merit{
    padding: 3.5vw 0 2.3vw;
}
#merit .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#merit .title h2 {
    margin-bottom: 4.5vw;
}
#merit .content .item{
    margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {

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

}
@media screen and (max-width: 768px) {
    #merit .content{
        justify-content: center;
        flex-wrap: wrap;
    }
    #merit .content figure{
        margin-left: 2.5vw;
        margin-right: 2.5vw;
    }
}
@media screen and (max-width: 600px) {
    #merit .content .item {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {

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

}
@media screen and (max-width: 320px) {
    #merit .content .item {
        width: 100%;
    }
    #merit .content figure{
        margin: 0;
    }
    #merit .content figure img{
        margin: 0 auto;
    }
}
/*--------------------

    #buttons

--------------------*/
#buttons{
    background-image: url(../img/page-employment/1x/buttons_bg-100.jpg);
    background-image: image-set(url(../img/page-employment/1x/buttons_bg-100.jpg) 1x, url(../img/page-employment/2x/buttons_bg@2x-100.jpg) 2x);
    background-image: -webkit-image-set(url(../img/page-employment/1x/buttons_bg-100.jpg) 1x, url(../img/page-employment/2x/buttons_bg@2x-100.jpg) 2x);
    background-size: cover;
    height: 170px;
}
#buttons .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
}
#buttons .left-img{
    margin-right: 20px;
}

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

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

}
@media screen and (max-width: 768px) {
    #buttons{
        height: auto;
    }
    #buttons .container{
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    #buttons .left-img {
        margin-right: 0;
        margin-bottom: 3vw;
    }
}
@media screen and (max-width: 480px) {
    #buttons .container{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    #buttons .left-img {
        margin-bottom: 5vw;
    }
}
@media screen and (max-width: 375px) {

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

}
/*--------------------

    #interview

--------------------*/
#interview{
    padding-top: 4.7vw;
    padding-bottom: 4.7vw;
    background: rgba(8,51,103,.2);
}
#interview .container{
    background: white;
    max-width: 856px;
    padding: 24px;
    padding-top: 4vw;
    padding-bottom: 1.5vw;
}
#interview .title h2 {
    margin-bottom: 3.6vw;
}
#interview .content{
    display: flex;
    justify-content: space-around;
}
#interview .content .item{
    margin-bottom: 30px;
}
#interview .content .interview01{
    margin-bottom: 4.6vw;
}
#interview .content .left{
    width: 240px;
} 
#interview .content .right{
    width: 460px;
}
#interview .content .right h3{
    font-size: 24px;
    color: #083367;
    line-height: 1.2;
    margin-bottom: 1vw;
}
#interview .content .right p{
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1em;
}

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

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

}
@media screen and (max-width: 768px) {
#interview .content{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
}
@media screen and (max-width: 480px) {
    #interview .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    #interview .content .interview01{
        margin-bottom: 10vw;
    }
}
@media screen and (max-width: 375px) {
    #interview{
        padding-top: 0;
        padding-bottom: 0;
        background: white;
    }
    #interview .container{
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media screen and (max-width: 320px) {

}
/*--------------------

    #access

--------------------*/
#access .content .items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3vw;
}
#access .content .content02{
    flex-direction: row-reverse;
}
#access .content .items left{
    width: 240px;
}
#access .content .items .right{
    max-width: 500px;
    padding: 20px;
}
@media screen and (max-width: 1280px) {

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

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

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

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

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

}