@charset "utf-8";

/* =============================================
	Interview
============================================= */
img{
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

.font_size_l{
	font-size: 1.2em;
}

.font_size_s{
	font-size: 0.8em;
}

.font_red{
	color: #e04536;
}

.mgn_t01{
	margin-top: 1em;
}
.mgn_t02{
	margin-top: 2em;
}
.mgn_t03{
	margin-top: 3em;
}
.mgn_t04{
	margin-top: 4em;
}

.mgn_b01{
	margin-bottom: 1em;
}
.mgn_b02{
	margin-bottom: 2em;
}
.mgn_b03{
	margin-bottom: 3em;
}
.mgn_b04{
	margin-bottom: 4em;
}

/***リンクボタン***/
.btn_normal{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	width: 80%;
	max-width: 420px;
	margin: 1em auto;
	border-radius: 0.25em;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}
.btn_normal::before{
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 0.25em;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s;
}
.btn_normal:hover::before{
	width: 100%;
	opacity: 1;
}
.btn_normal a{
	/*display: block;*/
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	padding: 0.5em 2.5em 0.5em 1em;
	border: solid 2px #fff;
	border-radius: 0.25em;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: right 1em center;
}
.btn_bg_yell a{
	background-color: #ffc000;
  color: #5b4545;
}

/*---------------------------------------------
	インタビューTOP
---------------------------------------------*/
#interview_nav{
	margin-top: 6em;
}
#interview_nav ul{
	display: flex;
	flex-wrap: wrap;
}
#interview_nav ul li{
	text-align: center;
	width: 235px;
	margin: 0 10px 5px 0;
	border-style: solid;
	border-width: 2px;
	border-radius: 1em 1em 0 0;
	box-sizing: border-box;
	transition: background-color 0.5s;
}
#interview_nav ul li:nth-of-type(4n){
	margin: 0 0 5px 0;
}
#interview_nav ul li#nav_voice{
	border-color: #f8cbad;
}
#interview_nav ul li#nav_voice:hover{
	background-color: #f8cbad;
}

#interview_nav ul li#nav_nikkenjin{
	border-color: #dae3f3;
}
#interview_nav ul li#nav_nikkenjin:hover{
	background-color: #dae3f3;
}

#interview_nav ul li#nav_collabo{
	border-color: #e2f0d9;
}
#interview_nav ul li#nav_collabo:hover{
	background-color: #e2f0d9;
}

#interview_nav ul li#nav_celebrate{
	border-color: #ffe9aa;
}
#interview_nav ul li#nav_celebrate:hover{
	background-color: #ffe9aa;
}

#interview_nav ul li#nav_shortest_pass{
	border-color: #a8e6b3;
}
#interview_nav ul li#nav_shortest_pass:hover{
	background-color: #a8e6b3;
}

#interview_nav ul li#nav_sekoukanri{
	border-color: #d3b56c;
}
#interview_nav ul li#nav_sekoukanri:hover{
	background-color: #d3b56c;
}

#interview_nav ul li a{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #555;
	height: 100%;
	padding: 1em;
	border-radius: 1em 1em 0 0;
	box-sizing: border-box;
}
#interview_nav ul li a img{
	width: 100%;
	height: auto;
	margin-bottom: 0.5em;
	border-radius: 0.5em 0.5em 0 0;
}


/*---------------------------------------------
	nikken video枠
---------------------------------------------*/
.nikken_video{
	margin: 2em auto;
}
.nikken_video video{
	display: block;
	width: 94%;
	max-width: 854px;
	margin: 0 auto;
	padding: 2em;
	border: solid 1px #ccc;
}

/*---------------------------------------------
	youtube枠
---------------------------------------------*/
/*** youtube枠 ***/
.movie_cont{
	max-width: 790px;
	margin: 40px auto;
	padding: 20px;
 overflow: hidden;
 border: 1px solid #ccc;
}
.movie_cont h3,
.movie_cont_ttl{
	margin-top: 0;
	padding: 0 0 5px 25px;
 margin-bottom: 5px;
 border-bottom: 1px solid #ddd;
 font-size: 1.4rem;
 position: relative;
}
.movie_cont h3::before,
.movie_cont_ttl::before{
	content: '';
 width: 18px;
 height: 17px;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -26px;
 background-size: 150px 150px;
 position: absolute;
 top: 0;
 left: 0;
}
.movie_time{}
.movie_time::before{
	content: '';
 margin: 0 3px 0 0;
 width: 11px;
 height: 11px;
 display: inline-block;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -43px;
 background-size: 150px 150px;
}
.video_cont{
	position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 box-sizing: border-box;
}
.video_cont iframe,
.video_cont object,
.video_cont embed{
	position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/*****
戻るボタン
*****/
.btn_back{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 1em 0;

}
.btn_back a{
	display: inline-block;
	color: #fff;
	width: 100%;
	max-width: 320px;
  min-width: 15em;
	padding: 1em;
	border-radius: 0.5em;
	background-color: #e87316;
  text-decoration: none;
  transition: all  0.2s ease;
}
.btn_back a:hover{
  opacity: 0.8;
}


/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	
	/*---------------------------------------------
		インタビューTOP
	---------------------------------------------*/
  .base-frame{
    margin: 0;
  }
	#interview_nav{
		margin-top: 1em;
	}
	#interview_nav ul{
		display: block;
	}
	#interview_nav ul li{
		text-align: left;
		width: 100%;
		border-radius: 0.5em;
		position: relative;
	}
	#interview_nav ul li::after{
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.4em 0 0.4em 0.6em;
		border-color: transparent transparent transparent #ed7451;
		position: absolute;
		top: 50%;
		right: 0.5em;
		transform: translateY(-50%);
	}
	#interview_nav ul li a{
		display: flex;
		align-items: center;
		padding: 0.5em;
	}
	#interview_nav ul li a .sp_img{
		width: 25%;
		margin: 0 1em 0 0;
	}
	#interview_nav ul li a img{
		margin: 0;
		border-radius: 0;
	}
	
	/*---------------------------------------------
	nikken video枠
	---------------------------------------------*/
	.nikken_video{}
	.nikken_video video{
		padding: 10px;
		box-sizing: border-box;
	}
	
	/*---------------------------------------------
		youtube枠
	---------------------------------------------*/
	.movie_cont{
		margin: 20px 0 20px;
  padding: 15px;
	}
	
}

/* PC----------------------------- */
@media screen and (min-width: 768px){
  .base-frame{
    margin: 0 15px;
  }
  .article_header{
    display: flex;
  }
  .message_single p.ttl_midashi{
    line-height: 1.5;
  }

  /*****
  戻るボタン
  *****/
  .btn_back a{
    max-width: 420px;
  }
}
