@charset "UTF-8";

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

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

/* 上部ボタン
-------------------------------------*/
.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 a.bl-bk
{
    color: #fff;
    background-color: #0071BE;
}

/*ボタングレーアウト用*/
/*
.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;
}

.recruit-btn-area-bt-bk-br
{
    width: 100%;
    background-color: #1F1F1F;
    padding: 50px 0 0;
}


@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;
    }

    .recruit-btn-area-bt-bk-br
    {
        padding: 30px 0 0;
    }
}





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


/* 先輩インタビュー
-------------------------------------*/
h3
{
    color: #fff;
}

#interview h4
{
    font-size: 3rem;
    font-family: 'Go-bold';
    border-bottom: #fff 2px solid;
    padding-bottom: 3rem;
    margin-bottom: 2.5rem;
    color: #fff;
}

#interview .bg-bk
{
    padding: 10rem 0;
    background-color: #1F1F1F;
}

#interview .gr-bk
{
    padding: 10rem 0;
    background-color: #F4F4F4;
}

@media screen and (max-width: 780px)
{
    #interview h4
    {
        font-size: 2.2rem;
        padding-bottom: 3.5rem;
        margin-bottom: 0;
        line-height: 1.8;
    }

    #interview .bg-bk
    {
        padding: 5rem 0;
    }

    #interview .gr-bk
    {
        padding: 5rem 0;
    }
}



/*目次*/
.mokuji
{
    border-bottom: #fff 2px solid;
    padding: 2.5rem 0;
}

.mokuji li a
{
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-family: 'Go-bold';
    font-size: 2rem;
    letter-spacing: 0.15em;
}

.mokuji li
{
    border-bottom: #fff 1px dashed;
    padding-bottom: 0.6rem;
    margin-bottom: 2.5rem;
}

.mokuji p
{
    margin-left: 5px;
}

@media screen and (max-width: 780px)
{
    .mokuji li a
    {
        font-size: 1.4rem;
    }

    .mokuji li
    {
        margin-bottom: 1.5rem;
    }
}

/*インタビュー グレー背景*/
#interview h5
{
    font-size: 3rem;
    font-family: 'Go-bold';
    margin-bottom: 3rem;
}

.data-area
{
    padding: 4.5rem 0;
    border-top: #A8A8A8 1px solid;
    border-bottom: #A8A8A8 1px solid;
    display: flex;
    justify-content: space-between;
}

.data-area .left
{
    width: 30%;
    display: flex;
    align-items: flex-start;
}

.data-area .left img
{
    width: 80px;
}

.data-area .left p
{
    margin-left: 2.5rem;
    padding-left: 1.5rem;
    border-left: solid 2px #1F1F1F;
    font-size: 2rem;
    font-family: 'Go-bold';
    line-height: 2;
}

.data-area .right
{
    width: 68%;
}

.data-area .right .top
{
    font-family: 'Go-normal';
    margin-bottom: 1rem;
}

.data-area .right .bottom
{
    margin-bottom: 2rem;
}

.data-area .right .bottom:last-child
{
    margin-bottom: 0;
}

.data-area .right .bottom .bold
{
    font-family: 'Go-bold';
    margin-bottom: 1rem;
}

@media screen and (max-width: 780px)
{
    .data-area
    {
        display: block;
        padding: 2.5rem 0;
    }

    .data-area .left
    {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .data-area .left img
    {
        width: 60px;
    }

    .data-area .left p
    {
        margin-left: 2rem;
        padding-left: 1.5rem;
        font-size: 1.6rem;
    }

    .data-area .right
    {
        width: 100%;
    }

    .data-area .right .bottom .bold
    {
        margin-bottom: 0.5rem;
    }

}

/*インタビュー 内容部分*/
.interview
{
    padding-top: 4rem;
}

.interview .question
{
    display: flex;
    align-items: flex-start;
}

.interview .question .img-area
{
    width: 100px;
}

.interview .question .img-area img
{
    width: 80px;
}

.interview .question .img-area .name
{
    font-size: 1.4rem;
    font-family: 'Go-normal';
    margin-top: 7px;
    margin-left: 7px;
}

.bg-bk .interview .question .img-area .name
{
    font-size: 1.4rem;
    font-family: 'Go-normal';
    margin-top: 7px;
    margin-left: 7px;
    color: #fff;
}

.interview .question .txt
{
    margin-top: 35px;
    margin-left: 1.5rem;
    padding: 2rem;
    background-color: #0071BE;
    color: #fff;
    font-family: 'Go-normal';
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.interview .question .txt.long
{
    width: calc(100% - 100px);
}

.interview .comment
{
    display: flex;
    justify-content: right
}

.interview .comment .txt
{
    margin-left: 0;
    margin-right: 1.5rem;
    padding: 2rem;
    background-color: #fff;
    color: #1F1F1F;
    border-top-right-radius: 0px;
    border-top-left-radius: 20px;
    margin-top: 15px;
    font-family: 'Go-normal';
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: left;
    display: inline-block;
}

.interview .comment .txt:first-child
{
    margin-top: 35px;
}

.interview .comment img
{
    width: 80px;
    max-width: 80px;
}

.interview .comment .txt-area
{
    text-align: right;
    width: 600px;
}

.interview .comment .txt-area img
{
    border-radius: 20px;
    width: 315px;
    max-width: 315px;
    margin-top: 15px;
    margin-right: 1.5rem;
}

.mokuji-back
{
    display: flex;
    justify-content: right;
    margin-top: 3.5rem;
}

.mokuji-back p
{
    font-family: 'Go-bold';
    padding-right: 12px;
}

@media screen and (max-width: 780px)
{
    .interview
    {
        padding: 2.5rem 0;
    }

    .interview .question .img-area
    {
        width: 70px;
    }

    .interview .question .img-area img
    {
        width: 60px;
        max-width: 60px;
    }

    .interview .question .img-area .name
    {
        font-size: 1rem;
        margin-top: 5px;
        margin-left: 5px;
    }

    .interview .question .txt.long
    {
        width: calc(100% - 70px);
    }

    .interview .question
    {
        margin-bottom: 1.5rem;
    }

    .interview .comment .txt:first-child
    {
        margin-top: 30px;
    }

    .interview .comment img
    {
        width: 60px;
        max-width: 60px;
    }

    .interview .comment .txt-area
    {
        text-align: left;
    }

    .interview .comment .txt-area img
    {
        width: 95%;
        max-width: 100%;
    }

    .bg-bk .interview .question .img-area .name
    {
        font-size: 1rem;
        font-family: 'Go-normal';
        margin-top: 7px;
        margin-left: 7px;
        color: #fff;
    }

}




/*インタビュー 黒背景*/
#interview .bg-bk h5
{
    font-size: 3rem;
    font-family: 'Go-bold';
    margin-bottom: 3rem;
    color: #F4F4F4;
}

#interview .bg-bk .data-area
{
    color: #fff;
}

#interview .bg-bk .data-area .left p
{
    border-left: solid 2px #fff;
}

#interview .bg-bk .mokuji-back p
{
    font-family: 'Go-bold';
    padding-right: 12px;
    color: #fff;
}