@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;
    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;
    margin: 0 1rem 2rem 1rem;
}

.recruit-btn-area-bt li a
{
    /*color: #fff;*/
    /*border: 1px solid #fff;*/
    color: #1F1F1F;
    border: 1px solid #1F1F1F;
    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;*/
    background-color: #F4F4F4;
}


@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: #1F1F1F;
}

h4
{
    font-size: 2.4rem;
    font-family: 'Go-bold';
    padding-bottom: 3rem;
    color: #1F1F1F;
}

h4 small
{
    font-weight: normal;
}

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

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

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

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

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



/*メンバー*/
.mem-txt
{
    display: flex;
    font-size: 2rem;
    font-family: 'Go-bold';
    letter-spacing: 0.17em;
    margin-bottom: 5rem;
    align-items: center;
    justify-content: space-between;
}

.mem-txt::after
{
    border-top: #1F1F1F 2px solid;
    content: "";
    width: 90%;
    margin-left: 1em;
}

.member ul
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.member ul li
{
    width: 47%;
    padding-right: 4rem;
    border-right: solid 1px #A8A8A8;
    padding-bottom: 4rem;
    border-bottom: solid 1px #A8A8A8;
    margin-bottom: 5rem;
}

.member ul li .top
{
    display: flex;
    margin-bottom: 2.2rem;
}

.member ul li .top img
{
    width: 80px;
}

.member ul li .top p
{
    font-size: 2rem;
    font-family: 'Go-bold';
    line-height: 2;
    border-left: #1F1F1F 2px solid;
    padding-left: 1.8rem;
    margin-left: 1.8rem;
}

.member ul li .bottom .midashi
{
    font-family: 'Go-normal';
    margin-bottom: 1rem;
}

.member ul li .bottom .bold
{
    font-family: 'Go-bold';
    margin-bottom: 1rem;
}

.member ul li .bottom .cont
{
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 780px)
{
    .mem-txt
    {
        font-size: 1.6rem;
        margin-bottom: 2.5rem;
    }

    .member ul
    {
        display: block;
    }

    .member ul li
    {
        width: 100%;
        height: auto;
        padding-right: 0;
        border-right: none;
        padding-bottom: 2.5rem;
        border-bottom: solid 1px #A8A8A8;
        margin-bottom: 3rem;
    }

    .member ul li .top img
    {
        width: 60px;
    }

    .member ul li .top p
    {
        font-size: 1.6rem;
        padding-left: 1.8rem;
        margin-left: 1.8rem;
    }

    .member ul li .bottom .midashi
    {
        margin-bottom: 0.6rem;
    }

    .member ul li .bottom .bold
    {
        margin-bottom: 0.6rem;
    }

    .member ul li .bottom .cont
    {
        margin-bottom: 1rem;
    }
}



/*目次*/
#mokuji
{
    background-color: #fff;
    padding: 3rem;
    margin-bottom: 6rem;
}

.mokuji-txt
{
    font-size: 2rem;
    font-family: 'Go-bold';
    margin-bottom: 2rem;
}

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

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

#mokuji li:last-child
{
    margin-bottom: 0;
}

#mokuji li a span
{
    color: #0071BE;
    margin-right: 8px;
}

@media screen and (max-width: 780px)
{
    #mokuji
    {
        margin-bottom: 3rem;
    }

    #mokuji li a
    {
        font-size: 1.4rem;
    }

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


/*トーク*/
.thema
{
    position: relative;
}

.thema img
{
    position: absolute;
    top: -100px;
    left: 0;
}

.gr-bk .thema h5.ft-wt
{
    font-size: 3rem;
    font-family: 'Go-bold';
    color: #fff;
    letter-spacing: 0.17em;
    text-align: center;
    margin-bottom: 5rem;
}

.comment-area .comment
{
    display: flex;
}

.comment-area .comment .img-area
{
    width: 80px;
}

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

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

.comment-area .comment .txt-area
{
    margin-left: 1.5rem;
}

.comment-area .comment-right .txt-area
{
    margin-left: 0;
    margin-right: 1.5rem;
    text-align: right;
}

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

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

.comment-area .comment-right
{
    justify-content: right;
}

.comment-area .comment .txt-area .txt-right
{
    background-color: #fff;
    color: #1F1F1F;
    border-top-right-radius: 0px;
    border-top-left-radius: 20px;
}

.comment-area .comment .txt-area .bl-bk
{
    background-color: #0071BE;
    color: #fff;
}

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

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

.comment-area .comment .txt-area .txt-img
{
    width: 30px;
    margin: 0;
    margin-right: 5px;
}




@media screen and (max-width: 1030px)
{
    .thema img
    {
        position: absolute;
        top: -91px;
        left: 0;
    }
}

@media screen and (max-width: 780px)
{
    .thema img
    {
        position: absolute;
        top: -50px;
        left: 0;
        width: 60px;
    }

    .bg-bk .thema h5
    {
        font-size: 2rem;
        font-family: 'Go-bold';
        color: #fff;
        letter-spacing: 0.17em;
        text-align: center;
        margin-bottom: 3rem;
    }

    .comment-area .comment .img-area
    {
        width: 60px;
    }

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

    .bg-bk .comment-area .comment .img-area .name
    {
        font-size: 1rem;
        margin-top: 5px;
        margin-left: 5px;
    }

    .comment-area .comment .txt-area .txt
    {
        margin-top: 15px;
        padding: 2rem;
        background-color: #fff;
        color: #1F1F1F;
        font-family: 'Go-normal';
    }

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

    .comment-area .comment
    {
        margin-bottom: 1.5rem;
    }

    .comment-area .comment .txt-area .bl-bk
    {
        background-color: #0071BE;
        color: #fff;
    }

    .comment-area .comment .txt-area img
    {
        width: 99%;
    }

    .comment-area .comment .txt-area .txt-img
    {
        width: 30px;
        margin: 0;
        margin-right: 5px;
    }


}


/*グレー背景の場合*/
.gr-bk .thema h5
{
    font-size: 3rem;
    font-family: 'Go-bold';
    color: #1F1F1F;
    letter-spacing: 0.17em;
    text-align: center;
    margin-bottom: 5rem;
}

.gr-bk .comment-area .comment .img-area .name
{
    font-size: 1.4rem;
    font-family: 'Go-normal';
    margin-top: 7px;
    margin-left: 7px;
    color: #1F1F1F;
}

.bg-bk .comment-area .comment .img-area .name
{
    color: #fff;

}

.gr-bk .mokuji-back p
{
    font-family: 'Go-bold';
    padding-right: 12px;
    color: #1F1F1F;
}

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

@media screen and (max-width: 780px)
{
    .gr-bk .thema h5
    {
        font-size: 2rem;
        font-family: 'Go-bold';
        color: #1F1F1F;
        letter-spacing: 0.17em;
        text-align: center;
        margin-bottom: 3rem;
    }

    .gr-bk .thema h5.ft-wt
    {
        font-size: 2rem;
        letter-spacing: 0.17em;
        text-align: center;
        margin-bottom: 3rem;
    }

    .gr-bk .comment-area .comment .img-area .name
    {
        font-size: 1rem;
        margin-top: 5px;
        margin-left: 5px;
    }
}