@charset "UTF-8";
/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
}

/*=========================================== 
スマホ向けのレイアウトの指定：～960px 
===========================================*/
@media only screen and (min-width: 0px) {
	
#container{
	margin:0 auto;
	width:100%;
	color: rgb(75,75,75);
}

#wrapper{
	margin:0 auto;
	width:100%;
}

/* メインビジュアル */
.mv_sp img{
	width:100%;
	height:auto;
	display: block;
}
	
.mv{
	display: none;
}

.index_btn{
	display: none;
}

/* タイトル周り */
.head{
	margin:45px auto 36px;
	width:90%;
}

h2{
	font-size:24px;
	text-align: center;
}

h2 p{
	letter-spacing:3px;
	line-height: 1.5;
}

p.title_text{
	font-size: 14px;
	text-align: center;
	margin-top: 36px;
	line-height: 1.5;
}

span.br{
	display: inline-block;
	line-height: 1.5;
}

.head_content-box{
	width:90%;
	margin: 0 auto;
}

.head_content {
	margin: 0 auto;
}

.head_content_2{
	margin: 36px 0;
}

.head_content img{
	width: 50%;
	min-width: 216px;
	height: auto;
}

.content_inner{
	width: 50%;
	min-width: 216px;
	margin: 0 auto;
}

.head_content h3{
	font-size: 40px;
	margin: 45px 0 25px 0;
}

.head_content p{
	text-align: center;
}

.head_content .content_btn{
	width: 190px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color:rgb(255,255,255);
	background-color: rgb(169,169,169);
	display: inline-block;
}

a.content_btn{
	display: block;
	color:rgb(255,255,255);
	margin: 0 auto;
}

a.content_btn:hover{
	opacity:0.8;
	filter:alpha(opacity=85); /* IE 6,7*/
	-ms-filter: "alpha(opacity=85)"; /* IE 8,9 */
	-moz-opacity:0.85; /* FF , Netscape */
	-khtml-opacity: 0.85; /* Safari 1.x */
	zoom:1; /*IE*/
}

/* 各インタビューのリンク */
ul li img{
	width: 100px;
	margin:0 auto 10px;
	height: auto;
}

ul{
	text-align: center;
}

ul.list_2{
	margin-bottom: 45px;
}

ul li.list{
	margin:0 9px 0 0;
	display: inline-block;
}

ul li.list:last-child{
	margin:0;
	display: inline-block;
}

/* インタビュー */
#interview_1{
	margin: 0 auto;
	width:100%;
}

#interview_1 .visual{
	width: 100%;
	height: 327px;
	background:url(../images/intaview_img1-1_sp.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}

#interview_2,#interview_3,#interview_4,#interview_5,#interview_6,#interview_7{
	margin: 36px auto 0;
	width:100%;
}

#interview_2 .visual{
	width: 100%;
	height: 327px;
	background:url(../images/intaview_img2-1_sp.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}

#interview_3 .visual{
	width: 100%;
	height: 327px;
	background:url(../images/intaview_img3-1_sp.jpg) no-repeat center top;
	background-size:cover;
	position: relative;
}
	
#interview_4 .visual{
	width: 100%;
	height: 327px;
	background:url(../images/intaview_img4-1_sp.jpg) no-repeat center top;
	background-size:cover;
	position: relative;
}
	
#interview_5 .visual{
	width: 100%;
	height: 327px;
	background:url(../images/intaview_img5-1_sp.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}
	
#interview_6 .visual{
	width: 100%;
	height: 327px;
	background:url(../images/intaview_img6-1_sp.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}
	
#interview_7 .visual{
	width: 100%;
	height: 327px;
	background:url(../images/intaview_img7-1_sp.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}

/*ページトップ ボタン*/
#page_top{
	color:rgb(220,220,220);
	position:fixed;
	bottom:15px;
	right:15px;
	font-size:1.4rem;
	z-index: 9999;
}

#page_top a{
	background:rgb(100,100,100);
	color:rgb(255,255,255);
	width:50px;
	padding:15px 5px;
	text-align:center;
	display:block;
	border-radius:5px;
}

#page_top a:hover{
	background:rgba(100,100,100,0.7);
}
}

/* スマホ向けのレイアウトの指定：481px〜 */
@media only screen and (min-width: 480px) {
.head_content {
	overflow: hidden;
}

.head_content img{
	width: 50%;
	min-width: 216px;
	height: auto;
	float: left;
}

.content_inner{
	width: 50%;
	min-width: 216px;
	float: left;
}
}

/*=========================================== 
PC向けのレイアウトの指定：961px〜
===========================================*/
@media only screen and (min-width: 960px) {

body{
overflow-x: hidden;
}
	
#container{
	margin:0 auto;
	max-width:100vw;
	position: relative;
}

/* メインビジュアル */
.mv{
	width: 100vw;
	height:770px;
	background-image: url(../images/index_mv_2.png),url(../images/index_mv_1.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position:center,center top;
	background-size:cover;
	display: block;
	margin: 0 auto;
}
	
.mv_sp{
	display: none;
}

.index_btn{
	width: 130px;
	position: absolute;
	top:590px;
	left: 0;
	right: 0;
	margin:0 auto;
	
	display: block;
}

.index_btn:hover img {
  opacity: 1;
  -webkit-animation: flash 0.7s;
  animation: flash 0.7s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/* タイトル周り */
.head{
	margin:90px auto 50px;
	width:960px;
}

h2{
	font-size:45px;
}

h2 p{
	letter-spacing:5px;
}

p.title_text{
	margin-top: 50px;
	font-size: 16px;
}

span.br{
	line-height: 1;
}

.head_content-box{
	width:880px;
	margin: 0 auto;
	overflow: hidden;
}

.head_content{
	width: 250px;
	float: left;
	margin: 0 65px 0 0;
}

.head_content_3{
	margin: 0;
}

.head_content img{
	width: 100%;
	height: auto;
	float: none;
}

.content_inner{
	float: none;
	width: 100%;
}

.head_content h3{
	font-size: 38px;
	text-align: center;
	margin: 20px 0;
}

.head_content .content_btn{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color:rgb(255,255,255);
	background-color: rgb(169,169,169);
	display: inline-block;
}

/* 各インタビューのリンク */
ul li img{
	width: 155px;
	height: auto;
	margin:0 auto;
}

ul.list_2{
	margin-bottom: 90px;
}

ul li.list{
	margin:0 14px 0 0;
	display: inline-block;
}
	
ul li.list a:hover{
	opacity:0.85;
	filter:alpha(opacity=85); /* IE 6,7*/
	-ms-filter: "alpha(opacity=85)"; /* IE 8,9 */
	-moz-opacity:0.85; /* FF , Netscape */
	-khtml-opacity: 0.85; /* Safari 1.x */
	zoom:1; /*IE*/
}

/* インタビュー */
#interview_1{
	margin: 0 auto;
	width:100%;
}

#interview_1 .visual{
	width: 100vw;
	height: 327px;
	background:url(../images/intaview_img1-1.jpg) no-repeat center ;
	background-size:cover;
	position: relative;
}

#interview_2,#interview_3,#interview_4,#interview_5,#interview_6,#interview_7{
	margin: 72px auto 0;
	width:100%;
}

#interview_2 .visual{
	width: 100vw;
	height: 327px;
	background:url(../images/intaview_img2-1.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}
	
#interview_3 .visual{
	width: 100vw;
	height: 327px;
	background:url(../images/intaview_img3-1.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}

#interview_4 .visual{
	width: 100vw;
	height: 327px;
	background:url(../images/intaview_img4-1.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}

#interview_5 .visual{
	width: 100vw;
	height: 327px;
	background:url(../images/intaview_img5-1.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}
	
#interview_6 .visual{
	width: 100vw;
	height: 327px;
	background:url(../images/intaview_img6-1.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}
	
#interview_7 .visual{
	width: 100vw;
	height: 327px;
	background:url(../images/intaview_img7-1.jpg) no-repeat center;
	background-size:cover;
	position: relative;
}

/*ページトップ ボタン*/
#page_top{
	color:rgb(220,220,220);
	position:fixed;
	bottom:30px;
	right:30px;
	font-size:1.8rem;
}

#page_top a{
	background:rgb(100,100,100);
	color:rgb(255,255,255);
	width:120px;
	padding:30px 0;
	text-align:center;
	display:block;
	border-radius:5px;
}

#page_top a:hover{
	background:rgba(100,100,100,0.7);
}
}