@charset "UTF-8";

/* ヘッダー　白背景の時
-------------------------------------*/
.header-nav li a
{
    color: #1F1F1F;
}

.toggle_btn span
{
    background-color: #1F1F1F;
}

/* トップイラスト
-------------------------------------*/
.top-img img
{
    width: 100%;
    height: auto;
    max-width: 960px;
}

.top-img
{
    width: 85%;
    height: auto;
    max-width: 960px;
    margin: 0 auto;
}


/* 上部ボタン
-------------------------------------*/
.recruit-btn-area
{
    width: 85%;
    max-width: 90rem;
    margin: 4.5rem auto 2.5rem auto;
}

.recruit-btn-area ul
{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.recruit-btn-area li
{
    width: 230px;
    height: 35px;
    margin: 0 1rem 2rem 1rem;
}

.recruit-btn-area li a
{
    border: 1px solid #0071BE;
    color: #0071BE;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 35px;
    font-family: 'Go-normal';
}

.recruit-btn-area li a:hover
{
    color: #fff;
    background-color: #0071BE;
    opacity: 1;
    transition: 0.2s;
}

/*ボタングレーアウト用*/
/*
.recruit-btn-area li:last-child
{
    background: #e0d9d9;
    color: #aaa;
    border-radius: 50px;
    line-height: 35px;
}
*/
/*
.recruit-btn-area-bt li:last-child
{
    background: #676363;
    color: #aaa;
    border-radius: 50px;
    line-height: 35px;
}
*/
@media screen and (max-width: 780px)
{
    .recruit-btn-area
    {
        width: 85%;
        margin: 2.5rem auto;
    }

    .recruit-btn-area ul
    {
        justify-content: space-between;
    }

    .recruit-btn-area li
    {
        width: 49%;
        height: 23px;
        margin: 0 0 1rem 0;
    }

    .recruit-btn-area li a
    {
        font-size: 1.2rem;
        line-height: 23px;
    }

    /*ボタングレーアウト用*/
    /*
    .recruit-btn-area li:last-child
    {
        line-height: 23px;
    }

    .recruit-btn-area-bt li:last-child
    {
        line-height: 23px;
    }
*/
}

/* 下部ボタン
-------------------------------------*/
.recruit-btn-area-bt
{
    width: 85%;
    max-width: 90rem;
    margin: 0 auto;
}

.recruit-btn-area-bt ul
{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.recruit-btn-area-bt li
{
    width: 230px;
    height: 35px;
    margin: 0 1rem 2rem 1rem;
}

.recruit-btn-area-bt li a
{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 35px;
    font-family: 'Go-normal';
}

.recruit-btn-area-bt li a:hover
{
    color: #1F1F1F;
    background-color: #fff;
    opacity: 1;
    transition: 0.2s;
}

.recruit-btn-area-bt li a.wh-bk
{
    color: #1F1F1F;
    background-color: #fff;
    border: 1px solid #fff;
}


@media screen and (max-width: 780px)
{
    .recruit-btn-area-bt
    {
        width: 85%;
        margin: 0 auto;
    }

    .recruit-btn-area-bt ul
    {
        justify-content: space-between;
    }

    .recruit-btn-area-bt li
    {
        width: 49%;
        height: 23px;
        margin: 0 0 1rem 0;
    }

    .recruit-btn-area-bt li a
    {
        font-size: 1.2rem;
        line-height: 23px;
    }
}





/*ページトップへ戻るボタン
-------------------------------------*/
.pagetop-btn
{
    background-color: #1F1F1F;
    opacity: 1;
    color: #fff;
}


/* 求める人物像
-------------------------------------*/
h3
{
    color: #fff;
    padding-top: 10rem;
}

#demand .demand-area
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#demand .demand-area .cont-area
{
    width: 48%;
    background-color: #fff;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 3rem;
}

#demand .concept
{
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 3rem;
    margin: 3rem 0 10rem 0;
}

#demand .concept span
{
    color: #0071BE;
}

#demand .demand-area .cont-area h4
{
    font-size: 2rem;
    font-family: 'Go-bold';
    text-align: center;
}

#demand .illust-area
{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 7rem;
    text-align: center;
}

#demand .illust-area img
{
    width: 600px;
}

#demand .demand-area .cont-area h4 span
{
    color: #0071BE;
}


@media screen and (max-width: 780px)
{
    h3
    {
        padding-top: 5rem;
    }

    #demand .demand-area
    {
        display: block;
    }

    #demand .concept
    {
        padding: 0 0 3rem 0;
        margin-bottom: 5rem;
        padding: 2rem;
    }

    #demand .demand-area .cont-area
    {
        width: 100%;
        padding: 2rem;
        margin-bottom: 3.5rem;
    }

    #demand .demand-area .cont-area h4
    {
        font-size: 1.6rem;
        padding-bottom: 5px;
    }

    #demand .illust-area img
    {
        width: 315px;
    }
}