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

.pt0{padding-top: 0 !important;}
.margin-t-60{
	margin-top:60px; 
}

.ti_img_float_l{
	margin: 10px;
}

.ti_img_float_r{
	margin: 10px;
}

.cb{
	clear: both;
}

.ti_img_m{
	width: calc(100% - 20px);
	margin-top:5px;
}

#p6 .img_p6{
	text-align: center;
	/*padding-top: 2em;*/
}
#p6 .img_p6 img{
	width: 100%;
	max-width: 230px;
	/*max-width: 270px;*/
}

#p5 .img_p5{
	text-align: center;
	/*padding-top: 2em;*/
}
#p5 .img_p5-l{
	text-align: left;
	/*padding-top: 2em;*/
}
#p5 .img_p5 img,.img_p5-l img{
	width: 100%;
	max-width: 600px;
}

.ti_img_mv{
	width: 75%;
	margin: 0 auto;
}

.view-s{
	display: block;
}

.hidden-s{
	display: none;
}

.ti_img_m img{
	width: 100%;
	border-radius: 10px;
}

.ti_img_mv img{
	width: 100%;
	border-radius: 10px;
}

.ti_img_mv2 img{
	width: 100%;
	border-radius: 10px;
}


#header-logo{
	width: 100%;
	max-width: 200px;
}

.ti_head_img{
	max-width: 70%;
	margin: 20px auto 10px;
}
.ti_head_img img{
	width: 100%;
	border-radius: 10px;
}
.ti_head_title{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}
.ti_head_name{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}
.ti_head_name-color{
	color:#c00000;
	margin-right: 1em;
	font-size: 0.8em;
	line-height: 150%;
}

.ti_head_pos{
	font-size: 0.7em;
}

.ti_main_lead{
	margin-top: 30px;
	color: #555;
	font-size: 1.0em;
	padding: 1.25em;
}

.ti_main_topic{
	display: block;
}

.ti_main_topic_no{
	margin-top: 20px;
	font-size: 1.7em;
	margin-bottom: 10px;
	display: inline-block;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffe1b2 50%, #949eb7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= 'rgba(255,255,255,0)', endColorstr='#ffeb00',GradientType=0 );
}

.ti_main_topic_title{
	font-size: 1.6em;
	line-height: 140%;
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: #555 dotted 1px;
}
.interview-q{
	color: #698AB9;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 2em;
	margin-bottom: 0.25em;
}
.interview-q::before{
	content:"――";
}
.interview-a{
	color: #7f888f;
	margin-bottom: 1em;
}
.interview-name{
	font-weight: bold;
	color: #3d4449;
}

#interview-profile{
	position: relative;
	background-color: #e1e6f4;
	color: #231815;
	display: flex;
	justify-content: space-between;
	margin: calc((40 / 977) * 100%) auto;
	padding: calc((40 / 977) * 100%);
	max-width: 620px;
}
#interview-profile::before{
	content:"";
	display:block;
	width:47%;
	height:2px;
	background-color:#ffffff;
	position:absolute;
	top:25px;
	right: calc((50 / 977) * 100%);
}
#interview-profile::after{
	content: url(/next_2023_east/img/img_profile.png);
	position: absolute;
	display: inline-block;
	top: -15px;
	right: calc((40 / 977) * 100%);
}
#interview-profile .interview-profile_imgv{
	margin: auto;
	width: calc((352 / 777) * 100%);
}

#interview-profile .interview-profile_imgv img{
	max-width: 100%;
}
#interview-profile .interview-profile_txt{ 
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 55%;
	margin-left: calc((40 / 817) * 100%);
}

#interview-profile h3{
	line-height: 150%;
	margin-top: 20px;
	padding-bottom: 10px;
	font-size: .88em;
}

#interview-profile p{
	padding-top: 10px;
	font-size: .82em;
}
figcaption{
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 150%;
	color: #7f888f;
	}

/*2カラムの時*/
#interview-profile.col2{
	max-width: 100%;
	padding: calc((40 / 977) * 100%) calc((20 / 977) * 100%) calc((20 / 977) * 100%);
}

#interview-profile.col2 h3{
	height: 110px;
	padding-bottom: 0;
}
#interview-profile.col2 .interview-box{
	display: flex;
	width: 50%;
}
#interview-profile.col2 .interview-profile_imgv{
	margin: auto 0 10px;
	width: calc((300 / 777) * 100%);
}
#interview-profile.col2 .interview-profile_txt{ 
	margin-left: 15px;
	justify-content: flex-start;
}

@media screen and (min-width:480px){
	.ti_img_float_l{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: inherit;
		margin-top: inherit;
	}
	
	.ti_img_float_r{
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		margin-right: inherit;
		margin-top: inherit;
	}

	.ti_img_m{
		width:400px;
		max-width: 50%;
		margin-top:5px;
	}
	
	.ti_img_mv{
		width: 320px;
		max-width: 50%;
		margin-top:5px;
	}
	
	.ti_img_mv2{
		width: 240px;
		max-width: 50%;
		margin-top:5px;
	}

	.view-s{
		display: none;
	}

	.hidden-s{
		display: block;
	}
}
@media screen and (min-width:980px){
	.ti_img_m,.ti_img_mv,.ti_img_mv2{
		padding-top: 2em;
	}
	.ti_main_topic{
		display: flex;
		align-items: center;
	}
	.ti_main_topic_no{
		font-size: 1.8em;
		width:5em;
		margin: 10px 10px 10px 0px;
	}
	.ti_main_topic_title{
		border-top: none;
		flex:1;
		margin: 10px;
		padding-left: 10px;
		border-left: dotted #000 1px;
	}
}

@media screen and (max-width:1500px){
	/*2カラムの時*/
	#interview-profile.col2{
		max-width: 620px;
		flex-direction: column;
	}
	#interview-profile.col2 h3{
		height: auto;
		padding-bottom: 10px;
	}
	#interview-profile.col2 .interview-box{
		width: 100%;
		justify-content: center;
	}
	#interview-profile.col2 .interview-profile_imgv{
		margin: auto;
	}
	#interview-profile.col2 .interview-box + .interview-box{
		margin-top: 20px;
	}
	#interview-profile.col2 .interview-profile_txt{ 
		justify-content: flex-end;
	}
}
@media screen and (max-width:1024px){
	#interview-profile{
		display: block;
		max-width: 488px;
		margin: 0 auto;
		padding: 20px;
	}

	#interview-profile::before,
	#interview-profile::after{
		display:none;
	}
	.interview-profile_imgv{
		width: 100%;
		text-align: center;
	}
	#interview-profile .interview-profile_txt{ 
		position: relative;
		display: block;
		width: 100%;
		margin-left: 0;
		padding-top: 85px;
	}
	#interview-profile .interview-profile_txt::before{
		content:"";
		display:block;
		width:100%;
		height:2px;
		background-color:#ffffff;
		position:absolute;
		top:50px;
		right: 0;
	}
	#interview-profile .interview-profile_txt::after{
		content: url(/next_2023_east/img/img_profile.png);
		position: absolute;
		display: inline-block;
		top: 10px;
		right: 10px;
	}
	#interview-profile .interview-profile_imgv{
		width: 100%;
	}
	#interview-profile .interview-profile_txt img{ 
		padding-top: 10px;
	}
	#interview-profile h3{
		margin-top: auto;
		padding-bottom: 10px;
		font-size: .92em;
	}
	#interview-profile p {
		font-size: .9em;
	}
	/*2カラムの時*/
	#interview-profile.col2 .interview-box{
		flex-direction: column;
	}
	#interview-profile.col2 .interview-profile_imgv{
		margin: auto;
		width: 100%;
	}
	#interview-profile.col2 .interview-box + .interview-box{
		margin-left: 0;
		margin-top: 30px;
	}
	#interview-profile.col2 .interview-profile_txt{ 
		margin-left: 0;
	}
}

@media screen and (max-width:480px){
	.ti_head_name{
		display: block;
	}
}
@media print{
	.ti_main_topic{
		page-break-before: auto;
	}
	
	.ti_img_float_l{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: inherit;
		margin-top: inherit;
	}
	
	.ti_img_float_r{
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		margin-right: inherit;
		margin-top: inherit;
	}

	.ti_img_m{
		width:400px;
		max-width: 50%;
		margin-top:5px;
	}
	
	.ti_img_mv{
		width: 320px;
		max-width: 50%;
		margin-top:5px;
	}
	
	.ti_img_mv2{
		width: 240px;
		max-width: 50%;
		margin-top:5px;
	}

	.view-s{
		display: none;
	}

	.hidden-s{
		display: block;
	}
	
	.ti_img_m,.ti_img_mv{
		padding-top: 2em;
	}
	.ti_main_topic{
		display: flex;
		align-items: center;
	}
	.ti_main_topic_no{
		font-size: 1.8em;
		width:5em;
		margin: 10px 10px 10px 0px;
	}
	.ti_main_topic_title{
		border-top: none;
		flex:1;
		margin: 10px;
		padding-left: 10px;
		border-left: dotted #000 1px;
	}
}