@charset "utf-8";
/* ******************************************************************
 *	File name		: interviews.css
 *  /activities/interviews/
 *	Summary			: css style
 * ******************************************************************
 */

/* ----------------------------------------------------------------------
   h2
---------------------------------------------------------------------- */

#main_contents h2{
	position:relative;
	width:100%;
	min-height:70px;
	margin:0 0 20px;
	padding:0px !important;
	font-weight:bold;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:left;
	background:#DCDFC7;
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	}
	#main_contents h2 *{
		font-family:inherit;
		font-style:inherit;
		font-weight:inherit;
	}
	#main_contents h2::before,
	#main_contents h2::after{
		display:none;
}
/* --- responsive --- */
@media screen and (max-width:767px){
	#main_contents h2{
		left:-100px;
		min-height:0px;
		width:calc(100% + 200px);
		padding:0px !important;
	}
}

/* ----------------------------------------------------------------------
   interviews_contents
---------------------------------------------------------------------- */

#interviews_contents{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	margin:0 0 30px;
	padding:20px 40px;
	background:#FFF;
}
#ic_menu{
	width:210px;
}
#ic_main{
	width:calc(100% - 248px);/*673*/
}
/* --- responsive --- */
@media screen and (max-width:767px){
	#interviews_contents{
		padding:20px 10px;
	}
	#ic_menu{
		display:none;
		width:100%;
	}
	#ic_main{
		width:100%;
	}
}

/* ----------------------------------------------------------------------
   ic_menu PC
---------------------------------------------------------------------- */

#ic_menu h3{
	display:-webkit-flex;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:100%;
	height:70px;
	margin:0px;
	padding:0 5px 0 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight:bold;
	font-size:1.1rem;
	background:#555;
	color:#FFF;
	}
	#ic_menu h3::before,
	#ic_menu h3::after{
		display:none;
	}
	#ic_menu #menu_front_runner h3{
		background:#005F94;
		color:#FFF;
	}
	#ic_menu #menu_wakate h3{
		background:#C0D8F0;
		color:#000;
	}
	#ic_menu #menu_f_researcher h3{
		background:#D2E7BE;
		color:#000;
	}
	#ic_menu #menu_youth_interview h3{
		background:#F0E900;
		color:#002A6C;
	}
	#ic_menu #menu_jimm h3{
		background:#696693;
		color:#FFF;
}
/* ul */
#ic_menu ul{
	position:relative;
	margin:0 0 20px;
	list-style:none;
	}
	#ic_menu ul li{
		position:relative;
		margin:0px;
		border-bottom:1px solid #555;
	}
	#ic_menu #menu_front_runner ul li{
		border-bottom:1px solid #005F94;
	}
	#ic_menu #menu_wakate ul li{
		border-bottom:1px solid #0098E1;
	}
	#ic_menu #menu_f_researcher ul li{
		border-bottom:1px solid #2DB697;
	}
	#ic_menu #menu_youth_interview ul li{
		border-bottom:1px solid #CDD200;
	}
	#ic_menu #menu_jimm ul li{
		border-bottom:1px solid #696693;
	}
	#ic_menu ul li a{
		display: block;
		padding:8px 10px;
		font-size:1.0rem;
		text-decoration:none;
		background:none;
		color:#000;
		line-height:1.5;
		transition-duration:0.5s;
	}
	#ic_menu #menu_jimm ul li a{
		text-indent:-10px;
		padding:8px 10px 8px 20px;
	}
	#ic_menu ul li a:hover{
		background:rgba(0,0,0,0.1);
	}

/* ----------------------------------------------------------------------
   sub_navi_list SP
---------------------------------------------------------------------- */

#sub_navi_list{
	display:none;
	position:relative;
	width:100%;
	margin:40px 0 20px;
	border:3px solid rgba(255,255,255,0.4);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	}
	#sub_navi_list::before{
		content:"JIMM Interviews List";
		position:absolute;
		top:-25px;
		left:0px;
		color:#FFF;
	}
	#sub_navi_list select{
		position:relative;
		width:100%;
		padding:10px;
		font-weight:bold;
		font-family: 'Noto Serif JP', serif;
		background:rgba(255,255,255,0.95);
		border:1px solid #005F94;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		color:#000;
	}
	#sub_navi_list select option[selected][disabled]{
		display:none;
}
/* --- responsive --- */
@media screen and (max-width:767px){
	#sub_navi_list{
		display:block;
	}
}

/* ----------------------------------------------------------------------
   ic_main
---------------------------------------------------------------------- */

#ic_main{
}
#ic_main ul{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	width:100%;
	list-style:none;
	}
	#ic_main ul *{
		transition-duration:0.5s;
	}
	#ic_main ul li{
		position:relative;
		width:320px;
		max-width:49%;
		margin:0 0 30px;
		padding:40px 15px 10px;
		text-align:center;
		background:#CCC;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		}
		#ic_main ul li::before,
		#ic_main ul li::after{
			content:" ";
			position:absolute;
		}
		#ic_main ul li::before{
			top:0px;
			left:15px;
			width:7px;
			height:33px;
			background:#FFF;
		}
		#ic_main ul li::after{
			top:7px;
			left:30px;
			font-weight:bold;
			font-family:'Noto Serif JP', serif;
	}
	#ic_main ul li .photo{
		position:relative;
		width:290px;
		max-width:100%;
		height:15.3vw;
		max-height:168px;
		margin:0 auto 5px;
		background:url(../../image/activities/interviews/blank.jpg) no-repeat center center #B7B8B8;
	}
	#ic_main ul li p{
		width:100% !important;
		margin:0px !important;
		font-size:0.87rem;
		text-align:left;
		padding-top: 10px;
	}
	#ic_main ul li a{
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		text-indent:-999px;
		font-size:0.87rem;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		z-index:10;
		overflow:hidden;
		}
		#ic_main ul li a::after{
			content:" ";
			display:block;
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
			border:7px solid rgba(0,0,0,0.2);
			border:7px solid rgba(255,255,255,0.6);
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			transition-duration:0.5s;
			opacity:0;
		}
		#ic_main ul li a:hover::after{
			opacity:1;
	}

	#ic_main ul li.front_runner{
		background:#005F94;
		}
		#ic_main ul li.front_runner p{
			color:#FFF;
		}
		#ic_main ul li.front_runner::before{
			background:#90AFDC;
		}
		#ic_main ul li.front_runner::after{
			content:"フロントランナー";
			color:#FFF;
	}
	#ic_main ul li.wakate{
		background:#C0D8F0;
		}
		#ic_main ul li.wakate p{
			color:#000;
		}
		#ic_main ul li.wakate::before{
			background:#0098E1;
		}
		#ic_main ul li.wakate::after{
			content:"未来を担う研究者たち";
			color:#000;
	}
	#ic_main ul li.f_researcher{
		background:#D2E7BE;
		}
		#ic_main ul li.f_researcher p{
			color:#000;
		}
		#ic_main ul li.f_researcher::before{
			background:#2DB697;
		}
		#ic_main ul li.f_researcher::after{
			content:"金属研究にかける夢";
			color:#000;
	}

	#ic_main ul li.youth_interview{
		background:#F0E900;
		}
		#ic_main ul li.youth_interview p{
			color:#000;
		}
		#ic_main ul li.youth_interview::before{
			background:#002A6C;
		}
		#ic_main ul li.youth_interview::after{
			content:"ユース・学生会員たちの挑戦";
			color:#000;
	}
	#ic_main ul li.jimm{
		background:#696693;
		}
		#ic_main ul li.jimm p{
			color:#FFF;
		}
		#ic_main ul li.jimm::before{
			background:#F1EF83;
		}
		#ic_main ul li.jimm::after{
			content:"JIMM対談";
			color:#FFF;
	}

/* --- responsive --- */
@media screen and (max-width:870px){
	#ic_main ul li{
		width:100%;
		max-width:100%;
		margin:0 0 20px;
	}
	#ic_main ul li .photo{
		height:auto;
		max-height:auto;
	}
	#ic_main ul li p{
		font-size:0.77rem;
	}
}

/* ----------------------------------------------------------------------
   lr_box
---------------------------------------------------------------------- */

#fr_main .lr_box{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	}
	#fr_main .lr_box p{
		flex:1;
	}
	#fr_main .lr_box.img_before_l,
	#fr_main .lr_box.img_after_r{
	}
	#fr_main .lr_box.img_before_r,
	#fr_main .lr_box.img_after_l{
		flex-direction:row-reverse;
	}
	#fr_main .lr_box div.imgbox{
		position:relative;
		margin-top:5px;
	}
	#fr_main .lr_box.img_before_r div.imgbox,
	#fr_main .lr_box.img_after_r div.imgbox{
		margin-left:20px;
	}
	#fr_main .lr_box.img_before_l div.imgbox,
	#fr_main .lr_box.img_after_l div.imgbox{
		margin-right:20px;
}

/* --- responsive --- */
@media screen and (max-width:767px){
	#fr_main .lr_box{
		display:block;
		}
		#fr_main .lr_box p{
			flex:0;
		}
		#fr_main .lr_box div.imgbox{
			margin-top:10px;
			margin-bottom:10px;
			text-align:center;
		}
		#fr_main .lr_box.img_before_r div.imgbox,
		#fr_main .lr_box.img_after_r div.imgbox{
			margin-left:0px;
		}
		#fr_main .lr_box.img_before_l div.imgbox,
		#fr_main .lr_box.img_after_l div.imgbox{
			margin-right:0px;
	}
}

/* ----------------------------------------------------------------------
   introduction_movie
---------------------------------------------------------------------- */

.introduction_movie{
	position:relative;
	padding:50px 10px 10px;
	text-align:center;
	background:#D0D9E7;
	}
	.introduction_movie h4{
		position:absolute !important;
		top:10px;
		left:10px;
		margin:0px !important;
		padding:0px !important;
		font-weight:normal;
		font-family: 'Noto Serif JP', serif;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		font-size:2.2rem !important;
		text-align:left;
		border:none;
		color:#FFF !important;
		line-height:1.0 !important;
		z-index:0;
	}
	.introduction_movie *{
		position:relative;
		z-index:1;
	}
	.introduction_movie a{
		display:inline-block;
		margin:0 0 5px;
	}
	.introduction_movie p{
		font-size:0.77rem;
		margin:0px !important;
}
/* --- responsive --- */
@media screen and (max-width:767px){
	.introduction_movie{
		padding:10px;
		}
		.introduction_movie h4{
			position:relative !important;
			top:0px;
			left:0px;
			font-size:1.2rem !important;
			color:#555 !important;
			line-height:1.5 !important;
		}
		.introduction_movie h4 br{
			display:none;
		}
		.introduction_movie p{
			font-size:0.70rem;
	}
}

/* ----------------------------------------------------------------------
   profile
---------------------------------------------------------------------- */

#profile{
	position:relative;
	width:calc(100% - 10px);
	margin:0 0 20px;
	padding:20px 30px;
	background:#005F94;
	}
	#profile::after{
		content:" ";
		position:absolute;
		right:-10px;
		bottom:-10px;
		width:82px;
		height:70px;
		background:url(../../image/activities/front_runner/profile_try.png) no-repeat 0 0;
}
#fr_main #profile h3{
	margin:0px 0 7px !important;
	padding:0 0 6px !important;
	color:#B2E0F8;
	border-bottom:1px solid #B2E0F8;
	}
	#fr_main #profile h3::before{
		display:none;
}
#fr_main #profile table,
#fr_main #profile table th,
#fr_main #profile table td{
	margin:0px;
	padding:0px;
	border:none;
	background:none;
	font-weight:normal;
	color:#FFF;
	}
	#fr_main #profile table th{
		vertical-align:text-top;
		min-width:60px;
}
#fr_main #profile p{
	color:#FFF;
}

/* --- responsive --- */
@media screen and (max-width:767px){
	#profile{
		width:100%;
		padding:10px 10px;
	}
	#fr_main #profile table th,
	#fr_main #profile table td{
		padding:0 0 5px;
	}
}



#attention{
	margin:0px !important;
	font-size:0.84rem !important;
}


