  .col-01
{
    color: #ef8982;
}

.col-02
{
    color: #6dba91;
}

.col-03
{
    color: #77a3d7;
}

.col-04
{
    color: #f29544;
}
.col-05
{
    color: #9a4998;
}



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

PCレイアウト
width:769 以上

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


@media screen and (min-width: 769px)
{
    nav li a,
    nav li span
    {
        z-index: 200;

        color: #000 !important;
    }

    /*----------------MAIN VISUAL-----------------*/

    .main-v .image-sub
    {
        overflow: hidden;

        width: 100vw;
        height: 498px;

        background: url(../img/interview/detail/main_visual_ogata.jpg) no-repeat top center;
        background-position: center;
        background-size: cover;
    }

       .main-v .image-sub.okada
    {

        background: url(../img/interview/detail/main_visual_okada.jpg) no-repeat top center;

    }

       .main-v .image-sub.kanda
    {

        background: url(../img/interview/detail/main_visual_kanda.jpg) no-repeat top center;

    }
       .main-v .image-sub.kata
    {

        background: url(../img/interview/detail/main_visual_kata.jpg) no-repeat top center;

    }
       .main-v .image-sub.ueda
    {

        background: url(../img/interview/detail/main_visual_ueda.jpg) no-repeat top center;

    }
       .main-v .image-sub.tage
    {

        background: url(../img/interview/detail/main_visual_tage.jpg) no-repeat top center;

    }

       .main-v .image-sub.jr
    {

        background: url(../img/interview/detail/main_visual_jr.jpg) no-repeat top center;

    }
       .main-v .image-sub.date
    {

        background: url(../img/interview/detail/main_visual_date.jpg) no-repeat top center;

    }
       .main-v .image-sub.muramoto
    {

        background: url(../img/interview/detail/main_visual_muramoto.jpg) no-repeat top center;

    }

    .main-v ul
    {
        position: relative;

        width: 1400px;
        margin: 0 auto;
    }


    .main-v .copy
    {
        font-size: 170%;
        line-height: 1.7;

        position: absolute;
        top: 120px;
        left: 0;

        display: block;

        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
       	width: 800px;
        height: 215px;
        padding: 35px;

        color: white;
        background-color: #6dba91;
    }


    .main-v .okada .copy
    {

        background-color: #EF8982;
    }

    .main-v .kanda .copy
    {

        background-color: #77A3D7;
    }

        .main-v .kata .copy
    {

        background-color: #F29544;
    }
        .main-v .ueda .copy
    {

        background-color: #9A4998;
    }

        .main-v .muramoto .copy
    {

        background-color: #77A3D7;
    }
        .main-v .jr .copy
    {

        background-color: #EF8982;
    }    
        .main-v .date .copy
    {

        background-color: #6DBA91;
    }
        .main-v .tage .copy
    {

        background-color: #6DBA91;
    }

    /*----------------CONTENTS-----------------*/

    #content
    {
        clear: both;
		font-size: 90%;
    }


    .box
    {
        margin-bottom: 100px;
    }

    .box .ttl
    {
        font-size: 150%;
        font-weight: bold;
    }
    .info-box
    {
        font-size: 40%;

        position: relative;
        top: 45px;
        left: 30px;

        text-align: right;

        color: #000;
    }

    .info-box .name
    {
        font-size: 170%;
    }
    .info-box .eng
    {
        position: relative;
        top: -5px;

        display: block;
    }
    .info-box .join
    {
        position: relative;
        top: -5px;
    }


    #interview .inner ul li .join
    {
        font-size: 90%;

        color: #848484;
    }

    .slider-nav ul
    {
        text-align: center;

		width: 960px;
    }
    .slider-nav ul li
    {
        display: inline-block;

        width: 176px;
        margin: 0 10px;
    }

    .slider-nav ul li:hover
    {
        -webkit-transition: .3s ease-out;
           -moz-transition: .3s ease-out;
             -o-transition: .3s ease-out;
                transition: .3s ease-out;

        opacity: .7;
        text-decoration: none;
    }
        .slider-nav a  {
            text-decoration: none;
        }
    .slider-nav ul li .info-box
    {
        font-size: 50%;

        width: 106px;
        margin-top: -45px;

        text-align: center;
    }

    .slider-nav ul li .info-box .eng
    {
        font-size: 70%;

        white-space: nowrap;
    }
}


















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

スマホレイアウト
width:768 以下

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


@media screen and (max-width: 768px)
{
    /*----------------MAIN VISUAL-----------------*/

    .main-v
    {
        position: relative;

        width: 100%;
    }
    .main-v .image-sub
    {
        background-size: cover;
    }

    .main-v .image-sub img
    {
    }

     .main-v .copy
    {
        font-size: 105%;
        line-height: 1.6;

        position: absolute;
        top: 23%;
        left: 0;

        display: block;

        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 70%;
        height: 120px;
        padding: 15px;
        color: white;
        background-color: #6dba91;
    }

.main-v .info-box {
    font-size: 70%;
    text-align: right;
    color: #000;
    margin: 30px 50px 0 0;
}

.main-v .info-box .job2 {
    display: inline-block;
}

.main-v .info-box .name {
    display: inline-block;
    font-size: 130%;
}

.main-v .info-box .eng {
    display: block;
}

.main-v .info-box .join {
    display: block;
}
   
    .main-v .okada .copy
    {

        background-color: #EF8982;
    }

    .main-v .kanda .copy
    {

        background-color: #77A3D7;
    }

        .main-v .kata .copy
    {

        background-color: #F29544;
    }
        .main-v .ueda .copy
    {
padding: 15px 0 15px 15px;
        background-color: #9A4998;
    }

        .main-v .muramoto .copy
    {

        background-color: #77A3D7;
    }
        .main-v .jr .copy
    {

        background-color: #EF8982;
    }    
        .main-v .date .copy
    {

        background-color: #6DBA91;
    }
        .main-v .tage .copy
    {

        background-color: #6DBA91;
    }

    /*----------------CONTENTS-----------------*/

    #content
    {
        clear: both;

        width: 90%;
        margin: 45px auto;

        color: #000;
    }



    .box
    {
        line-height: 2;

        margin-bottom: 70px;
    }

    .box .ttl
    {
        font-size: 130%;
        font-weight: bold;
        line-height: 1.6;
    }

    .intro-box
    {
        line-height: 2;

        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding: 30px 30px;

        border: 1px solid #000;
    }

    .intro-box .left-arear
    {
        float: left;

        width: 100%;
    }

    .intro-box .left-arear .name
    {
        font-size: 150%;
        font-weight: bold;
    }

    .intro-box .left-arear .name .eng
    {
        font-size: 60%;
        font-weight: normal;

        position: relative;
        left: 15px;
    }

    .intro-box .left-arear .cate
    {
        font-size: 80%;

        position: relative;
        top: -10px;
    }

    .intro-box .left-arear .ex
    {
        font-size: 90%;

        padding-top: 10px;
    }

    .intro-box .right-arear
    {
        float: right;

        width: 100%;
        padding-top: 25px;

        text-align: right;
    }

    .intro-box .right-arear img
    {
        width: 100%;
    }


    .slider-nav ul
    {
        text-align: center;
    }
    .slider-nav ul li
    {
        display: inline-block;

        width: 90%;
        margin: 0 40px 0 0;
        padding-right: 25px;

        color: #000;
    }

    .slid-in
    {
        width: 120%;
    }

    .slider-nav ul li:hover
    {
        -webkit-transition: .3s ease-out;
           -moz-transition: .3s ease-out;
             -o-transition: .3s ease-out;
                transition: .3s ease-out;

        opacity: .7;
    }
    .slider-nav ul li .info-box
    {
        font-size: 70%;
        line-height: 1.4;

        width: 100%;
        margin-top: 5px;

        text-align: center;
    }

    .slider-nav ul li .info-box .name
    {
        font-size: 140%;
        line-height: 1.2;

        padding-top: 5px;
    }

    .slider-nav ul li .info-box .eng
    {
        font-size: 70%;

        white-space: nowrap;
    }
}

.list-btn a {
    color: #000;
    display: block;
}
.list-btn a:hover {
    text-decoration: none;
}
.list-btn {
    border:1px solid #8B8B8B;
    width: 400px;
    height: 100px;
    font-size: 20px;
    margin: 0 auto;
    line-height: 100px;
    text-align: center;
}

.list-btn img {
    position: relative;
    left: 10px;
    top: 2px;
}

@media screen and (max-width: 768px)
{
.list-btn {
    border:1px solid #8B8B8B;
    width: 80%;
    height: 50px;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
}
    }