@charset "utf-8";

@media (min-width: 769px) {

  .interview-mv{
    position: relative;
    width: 100%;
    height: 680px;
    background-image: url(../../img/interview08/mv.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }

  .interview-mv-contents{
    position: relative;
    margin: 0 auto;
    padding: 0 auto;
    width: 96%;
    height: 680px;
  }

  .interview-mv-mc{
    padding-top: 330px;
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    line-height: 1.1;
  }

  .interview-mv-mc span{
    padding-left: 12px;
    font-size: 50px;
  }

  .interview-mv-sc{
    position: absolute;
    left:0;
    bottom:70px;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
  }

  .interview-mv-sc p{
    line-height: 1.0;
  }

  .interview-mv-sc span{
    padding: 8px 32px 12px;
    background-color: rgba(0,0,0,0.6); 
  }

}
/* ==========end:min769========== */




@media (max-width: 768px) {

  .interview-mv{
    position: relative;
    width: 100%;
    height: 480px;
    background-image: url(../../img/interview08/mv-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .interview-mv-contents{
    margin: 0 auto;
    padding: 200px auto 0;
    width: 90%;
    height: 480px;
    text-align: center;
  }
  
  .interview-mv-mc{
    padding-top: 280px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  }

  .interview-mv-mc span{
    font-size: 20px;
  }

  .interview-mv-sc{
    padding-top: 40px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
    text-align: center;
    line-height: 1.8;
  }

  .interview-mv-sc span{
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.6); 
  }



}
/* ==========end:max768========== */

