


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

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/main_visual.jpg) no-repeat top center;*/
		/*画像差替*/
		background: url(../img/interview/main_visual05.jpg) no-repeat top center;
        background-position: top -180px right 5px;
        background-size: cover;
    }

    .main-v ul
    {
        width: 1100px;
        margin: 0 auto;
    }


    .main-v .copy .big
    {
        font-size: 260%;
        font-weight: bold;
        line-height: 1.6;
        display: block;
        color: #000;
        text-align: center;
        position: relative;
        top:200px;
    }

.main-v .copy .small {
    font-size: 40%;
    display: block;
    text-align: center;
}

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

    #content
    {
        clear: both;
    }


.main-cop {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 100px;
}

        #interview ul li
    {
        text-align: center;
	
        position: relative;
		
    }

    #interview ul a li
    {
        color: #000;
        display: inline-block;
        width: 270px;
        height: 500px;
	
    }

     #interview ul a li.staff02,
     #interview ul a li.staff05 {
        margin: 0 70px 0 70px; 
     }

    #interview ul li .job
    {
        font-family: 'Poppins', sans-serif;
        font-size: 80%;

        position: relative;
        z-index: 2;
        top: -15px;
        left: -15px;

        display: table-cell;

        width: 72px;
        height: 72px;

        text-align: center;
        vertical-align: middle;

        color: white;
        background-color: rgba(0,0,0,.7);
        line-height: 1.2;
    }

    #interview ul li .photo
    {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;

        overflow: hidden;

        width: 239px;
        height: 348px;
    }

    #interview ul li .info-box
    {
        line-height: 1.6;

        position: absolute;
        top: 340px;
        text-align: left;
    }

    #interview ul li .job2
    {
        font-size: 80%;
    }

    #interview ul li .name
    {
        font-size: 120%;
    }

    #interview ul li .name .eng
    {
        font-size: 60%;

        padding-left: 15px;
    }

    #interview ul li .name .eng.col-01
    {
        color: #ef8982;
    }

    #interview ul li .name .eng.col-02
    {
        color: #6dba91;
    }

    #interview ul li .name .eng.col-03
    {
        color: #77a3d7;
    }

    #interview ul li .name .eng.col-04
    {
        color: #f29544;
    }
    #interview ul li .name .eng.col-05
    {
        color: #9a4998;
    }

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

        color: #848484;
    }




}


















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

スマホレイアウト
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 .big
    {
        font-size: 180%;
        font-weight: bold;
        line-height: 1.6;
        display: block;
        color: #000;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    }

    .main-v .copy .small {
    font-size: 40%;
    display: block;
    text-align: center;
}



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

    #content
    {
        clear: both;

        width: 90%;
        margin: 45px auto;

        color: #000;
    }


.main-cop {
    font-size: 130%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 80px;
    line-height: 1.8;
}


 #interview {
  width: 90%;
  margin: 0 auto;
 }

 #interview ul li
    {
        position: relative;
        height: 300px;
        margin-bottom: 50px;

        text-align: left;
    }

    #interview ul a li
    {
        color: #000;
    }

    #interview ul a li:hover
    {
        text-decoration: none;
    }

    #interview ul li .job
    {
        font-family: 'Poppins', sans-serif;
        font-size: 60%;

        position: relative;
        z-index: 2;
        top: -15px;
        left: -15px;

        display: table-cell;

        width: 55px;
        height: 55px;

        text-align: center;
        vertical-align: middle;

        color: white;
        background-color: rgba(0,0,0,.7);
    }

    #interview ul a:hover
    {
        text-decoration: none;
    }

    #interview ul li .photo
    {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;

        overflow: hidden;

        width: 60%;
    }

    #interview ul li .info-box
    {
        line-height: 1.6;

        position: relative;
        top: -5px;
        left: 70%;

        float: left;

        width: 100%;

        text-align: left;
    }



    #interview ul li .job2
    {
        font-size: 80%;
    }

    #interview ul li .name
    {
        font-size: 130%;
    }

    #interview ul li .name .eng
    {
        font-size: 40%;

        display: block;

        text-align: left;
    }

    #interview ul li .name .eng.col-01
    {
        color: #ef8982;
    }

    #interview ul li .name .eng.col-02
    {
        color: #6dba91;
    }

    #interview ul li .name .eng.col-03
    {
        color: #77a3d7;
    }

    #interview ul li .name .eng.col-04
    {
        color: #f29544;
    }
    #interview ul li .name .eng.col-05
    {
        color: #9a4998;
    }

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

        color: #848484;
    }

}

/*-----------------
width: 1200以上
------------------*/

/*-----main img-----*/
@media screen and (min-width: 1200px)
{
.main-v .image-sub
    {
        overflow: hidden;

        width: 100vw;
        height: 498px;

        /*background: url(../img/interview/main_visual.jpg) no-repeat top center;*/
		/*画像差替*/
		background: url(../img/interview/main_visual02.jpg) no-repeat top center;
        background-size: cover;
    }
}


