@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700);

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	line-height: 1.5;
  vertical-align:middle;
  color: #444444;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a{
  color: inherit;
}
a:hover, a:focus {
  color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.listopen li{
  margin:  0.5em 0 0.5em 1em;
  list-style-type: disc;
}

/* ------------------------------------------------------------------------------
	トップのスクリーン画像
-------------------------------------------------------------------------------*/
.banner-area {
	position: relative;
}
.banner-area-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background: rgb(27,19,19);
}
.banner-text {
	padding-top: 13%;
	padding-bottom: 23%;
}
.banner-text h1 {
	margin-top:10%;
	color: #fff;
  font-family: helvetica;
	letter-spacing: 6px;
	font-size: 20px;
}
.banner-text p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing:3px;
	margin-bottom: 5%;
}
.strong{
	font-size: 130%;
}

/* ------------------------------------------------------------------------------
	カウントダウン
-------------------------------------------------------------------------------*/
#countdown {
	padding:0;
	position:relative;
	margin-top:5%;
	margin-bottom:5%;
	color: #ffffff;
  /* -text-shadow: 0px 0px 1px #ffffff;*/
}
.item {
	display: inline-block;
	position: relative;
	text-align:center;
	margin:0 10px;
	padding:2%;
	text-transform:uppercase;
	font-size:13px;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.item p {
	/*font-family: "Dosis", sans-serif;*/
	text-align:center;
	margin:0;
	font-size:40px;
  font-weight: 900;
	padding:0;
  color: #ffffff;
}

/* ------------------------------------------------------------------------------
	　トップページのテキスト
-------------------------------------------------------------------------------*/
/*
.toppage {
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}*/
.toppage-text {
  text-align: center;
  background-color: #ddd;
	padding-top: 60px;
	padding-bottom: 60px;
}
h2{
	font-size: 1.6em;
	padding-bottom: 1.2em;
}
.toppage-text ul{
  font-size: 16px;
}
.pad-b-20{
	padding-bottom: 20px;
}
#allinterview {
  text-align: center;
  background-color: #ffffff;
	padding-top: 70px;
	padding-bottom: 80px;
}
h6{
  font-size: 2em;
  padding-bottom: 0.3em;
  letter-spacing: 0.1em;
}
a:hover{
	opacity: 0.7;
}

/* ------------------------------------------------------------------------------
	　トップページのバナー
-------------------------------------------------------------------------------*/

.interview_topimg{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box{
  width: 20%;
  padding: 3px;
}

.soon{
  position: relative;
  background: #000;
}
.soon p{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: white;
  font-size: 1em;
  margin:0;
  padding:0;
}
.soon img {
  width: 100%;
  }
.filter-img {
 display: block;
 opacity: .2;
}
/* ------------------------------------------------------------------------------
	 フッター
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background-color: #181818;
	padding:20px 0 15px 0;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 0.25);
	font-size:12px;
	line-height:14px;
}
.footer a {
	color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
	color: #e84545;
}
.footer-share{
  padding-top: 0.5em;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 17px;
	letter-spacing:20px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
/* ------------------------------------------------------------------------------
	 各インタビューページ
-------------------------------------------------------------------------------*/
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    background-color: #ddd;
    border-radius: 0;
    font-size: 90%;
}
.breadcrumb>li+li:before {
    padding: 0 2px;
    color: #999;
}
.background_gray{
  background-color: #ddd;
  padding: 5em 0 7em 0;
}
.background_white{
  background-color: #ffffff;
  padding: 7em 0 1em 0;
}
.background_blue{
  background-color: #103944;
  padding: 1em 0 1em 0;
  color: #ffffff;
}
.background_blue a:hover{
  color: #ffffff;
  opacity: 0.6;
}
/* ---１段目---*/
.interviewpage_top01{
  background-image: url('../interview01/images/top.jpg');
  position: relative;
  height: 550px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.interviewpage_top02{
  background-image: url('../interview02/images/top.jpg');
  position: relative;
  height: 550px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.interviewpage_top03{
  background-image: url('../interview03/images/top.jpg');
  position: relative;
  height: 550px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.interviewpage_top04{
  background-image: url('../interview04/images/top.jpg');
  position: relative;
  height: 550px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.interviewpage_top05{
  background-image: url('../interview05/images/top.jpg');
  position: relative;
  height: 550px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.interviewpage_top06{
  background-image: url('../interview06/images/top.jpg');
  position: relative;
  height: 550px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.interviewpage_top07{
  background-image: url('../interview07/images/top.jpg');
  position: relative;
  height: 550px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.interviewpage_top08{
  background-image: url('../interview08/images/top.jpg');
  position: relative;
  height: 550px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.interviewpage_top09{
  background-image: url('../interview09/images/top.jpg');
  position: relative;
  height: 550px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.interviewpage_top10{
  background-image: url('../interview10/images/top.jpg');
  position: relative;
  height: 550px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.interviewpage_top_textinner{
  display: flex;
  max-width: 1080px;
  padding-top: 380px;
}
.interviewpage_top_textinner ul{
  list-style: none;
  color:  #ffffff;
}
.interview_title01{
  margin-bottom: 0.7em;
}
.filebox{
  border: 1px solid #fff;
  padding: 4px 10px;
  font-family: "Dosis", sans-serif;
  font-weight: 100;
  letter-spacing: 3px;
  font-size: 0.8em;
  text-shadow: 0px 0px 10px #3d3d3d;
}
.interview_title02{
  font-size: 3em;
  margin-bottom: 10px;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro';
  text-shadow: 0px 0px 10px #3d3d3d;
  line-height: 1.2em
}
.interview_title03{
  font-size: 1em;
  text-shadow: 0px 0px 10px #3d3d3d;
}
/* ---タイトル---*/
.second_title{
  margin-bottom: 5em;
}
/* ---２段目---*/
.second_filebox{
  border: 1px solid #000;
  padding: 4px 10px;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  letter-spacing: 2.5px;
  font-size: 0.8em;
}
.second_profile{
  font-family: "Dosis", sans-serif;
  padding-left: 0.8em;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1em;
}
/* ---２段目 プロフィール---*/
h3{
  font-size: 1.5em;
  margin-bottom: 1em;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro';
}
h4{
  font-size: 3em;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro';
}
h5{
  font-size: 1.3em;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro';
  padding-bottom: 1em;
}
.addprof{
  margin: 0.5em 0;
}
.addprof li{
  font-size: 0.9em;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro';
}
.top2em{
  margin-top: 2em;
}
.profile_text01{
  font-size: 0.9em;
  margin-bottom: 2em;
}
.profile_text02{
  font-size: 0.9em;
  margin-bottom: 0.5em;
  color: #103944;
}
.profile_text03{
  font-size: 2em;
  color: #103944;
  padding-right: 2px;
}
.profile_text03 i{
  padding-right: 15px;
}
/* ---３段目 インタビュー---*/
.interviewfile{
  padding-bottom: 2em;
}
.faq_q{
  margin-top: 2em;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro';
  font-size: 1.5em;
  padding-bottom:  0.5em;
  font-weight: 600;
  color: #103944;
}
.faq_a{
  font-size: 0.9em;
  margin-bottom: 3em;
}
.pad-b{
  padding-bottom: 20px;
}
.full-img1{
  background-image: url('../interview01/images/background.jpg');
  background-position:center;
  background-size:cover;
  width:100%;
  height: 300px;
}
.full-img2{
  background-image: url('../interview02/images/background.jpg');
  background-position:center;
  background-size:cover;
  width:100%;
  height: 300px;
}
.full-img3{
  background-image: url('../interview03/images/background.jpg');
  background-position:center;
  background-size:cover;
  width:100%;
  height: 300px;
}
.full-img4{
  background-image: url('../interview04/images/background.jpg');
  background-position:center;
  background-size:cover;
  width:100%;
  height: 300px;
}
.full-img5{
  background-image: url('../interview05/images/background.jpg');
  background-position:center;
  background-size:cover;
  width:100%;
  height: 300px;
}
.full-img6{
  background-image: url('../interview06/images/background.jpg');
  background-position:center;
  background-size:cover;
  width:100%;
  height: 300px;
}
.full-img7{
  background-image: url('../interview07/images/background.jpg');
  background-position:right;
  background-size:cover;
  width:100%;
  height: 300px;
}
.full-img8{
  background-image: url('../interview08/images/background.jpg');
  background-position:center;
  background-size:cover;
  width:100%;
  height: 300px;
}
.full-img9{
  background-image: url('../interview09/images/background.jpg');
  background-position:center;
  background-size:cover;
  width:100%;
  height: 300px;
}
.full-img10{
  background-image: url('../interview10/images/background.jpg');
  background-position:center;
  background-size:cover;
  width:100%;
  height: 300px;
}
/* ---readmore---*/
.readmore{
background-color: #ddd;
padding: 8em 10em;
}
