@charset "UTF-8";

/* *******************************************************************************************
*
*	誕生秘話
*
******************************************************************************************* */
/* -------------------------------------------------------------------------------------------
*
* 一覧
*
* ----------------------------------------------------------------------------------------- */
.interview {
	padding-top: 70px;
	min-width: 980px;
}

.interview_ttl {
	margin-bottom: 11px;
	font-size: 36px;
	line-height: 56px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-align: center;
}

.interview_sub {
	margin-bottom: 60px;
	color: #cc0000;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.12em;
	text-align: center;
}

.interview_index {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 980px;
}

.interview_index_item {
	width: 50%;
}

.interview_index_item a {
	position: relative;
	display: block;
	height: 100%;
	background: #fff;
	transition: all .3s ease;
}

.interview_index_item a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #cc0000;
	z-index: 1;
}

.interview_index_item_img {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.interview_index_item:nth-child(even) .interview_index_item_img:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 11;
}

.interview_index_item_img_holder {
	transition: all .3s ease;
}

.interview_index_item_info {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 60px;
	height: 135px;
	z-index: 10;
}

.interview_index_item_info:after {
	position: absolute;
	content: "\f054";
	top: 50%;
	right: 30px;
	height: 16px;
	color: #c00;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 16px;
	transform: translate(0, -50%) scaleX(.9);
	transition: all .3s ease;
}

.interview_index_item_info_copy {
	margin-bottom: 5px;
	color: #c00;
	font-size: 16px;
	line-height: 28px;
}

.interview_index_item_info_ttl {
	color: #2b383f;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}

@media screen and (min-width: 737px) {
	.interview_index_item a:hover {
		background: #e6e9eb;
	}

	a:hover .interview_index_item_img_holder {
		transform: scale(1.05, 1.05);
	}

	a:hover .interview_index_item_info:after {
		right: 20px;
	}
}

@media screen and (max-width: 736px) {
	.interview {
		padding-top: 35px;
		min-width: 320px;
	}

	.interview_ttl {
		margin-bottom: 0;
		font-size: 24px;
		line-height: 38px;
		letter-spacing: 0.12em;
	}

	.interview_sub {
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0.12em;
	}

	.interview_index {
		display: block;
		min-width: 320px;
	}

	.interview_index_item {
		width: 100%;
	}

	.interview_index_item:nth-child(even) .interview_index_item_img:before {
		content: none;
	}

	.interview_index_item_info {
		padding: 25px 40px 25px 20px;
		height: auto;
	}

	.interview_index_item_info:after {
		right: 15px;
	}

	.interview_index_item_info_copy {
		margin-bottom: 2px;
		font-size: 14px;
		line-height: 20px;
	}

	.interview_index_item_info_ttl {
		font-size: 18px;
		line-height: 25px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* 下層
*
* ----------------------------------------------------------------------------------------- */
.interview_header {
	padding: 70px 0 55px 0;
	background: #eceff1;
}

.interview_header_ttl {
	margin-bottom: 45px;
	font-size: 36px;
	line-height: 55px;
	font-weight: bold;
}

.interview_header_img {
	margin-bottom: 45px;
}

.interview_header_txt {
	font-size: 18px;
	line-height: 35px;
}

.interview_header_txt small {
	font-size: 14px;
	line-height: 25px;
}

.interview_pioneers {
	padding: 30px 0;
	color: #fff;
	background: #cc0000;
}

.interview_pioneers_ttl {
	margin-bottom: 30px;
	padding-left: 18px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	border-left: 3px solid #fff;
}

.interview_pioneers_clm_item {
	display: flex;
	margin-bottom: 30px;
}

.interview_pioneers_clm_item_img {
	width: 150px;
}

.interview_pioneers_clm_item_info {
	padding-left: 30px;
	width: 830px;
}

.interview_pioneers_clm_item_info_name {
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}

.interview_pioneers_clm_item_info_txt {
	font-size: 14px;
	line-height: 25px;
}

.interview_pioneers_clm_attention {
	font-size: 14px;
	line-height: 25px;
	text-align: right;
}

.interview_section {
	padding: 45px 0 30px 0;
	border-top: 1px solid #d9d9d9;
}

.interview_section:first-child {
	border-top: 0;
}

.interview_section_label {
	position: relative;
	margin-bottom: 30px;
	color: #cc0000;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}

.interview_section_label:after {
	position: absolute;
	content: '';
	top: -46px;
	left: 0;
	right: 0;
	margin: auto;
	width: 90px;
	height: 3px;
	background: #cc0000
}

.interview_section_ttl {
	margin-bottom: 68px;
	font-size: 32px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
}

.interview_section_box {
	padding-bottom: 28px;
}

.interview_section_box_qus {
	position: relative;
	margin-bottom: 40px;
	padding-left: 28px;
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
}

.interview_section_box_qus:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 3px;
	height: 72%;
	background: #cc0000;
	transform: translate(0, -50%);
}

.interview_section_box_comment {
	display: flex;
	margin-bottom: 22px;
}

.interview_section_box_comment_name {
	width: 65px;
	color: #cc0000;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
}

.comment-wide .interview_section_box_comment_name {
	width: 100px;
}

.interview_section_box_comment_txt {
	width: calc(100% - 65px);
	font-size: 18px;
	line-height: 35px;
}

.comment-wide .interview_section_box_comment_txt {
	width: calc(100% - 100px);
}

.interview_section_img {
	padding: 10px 0 60px 0;
}

.interview_section_img_caption {
	margin-top: 16px;
	font-size: 16px;
	line-height: 24px;
}

.interview_section_imgClm {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 60px 0;
}

.interview_section_imgClm_item {
	width: 485px;
}

.interview_links {
	margin: 0 auto;
	padding-top: 60px;
	width: 500px;
}

.interview_links li {
	margin-bottom: 10px;
}

.interview_links li:last-child {
	margin-bottom: 0;
}

.interview_links .detail_btn {
	font-size: 16px;
}

.interview_lineup {
	padding: 74px 0 80px 0;
	background: #eceff1;
}

.interview_lineup_ttl {
	margin-bottom: 34px;
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
}

.interview_lineup_list {
	display: flex;
	justify-content: space-between;
}

.interview_lineup_list_item {
	width: 222px;
}

.interview_lineup_list_item_txt {
	margin-top: 16px;
	font-size: 16px;
	line-height: 24px;
}

.interview_btm {
	padding: 74px 0 50px 0;
}

.interview_btm_ttl {
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
}

.interview_btm_list {
	display: flex;
	flex-wrap: wrap;
}

.interview_btm_list_item {
	margin-right: 30px;
	margin-bottom: 30px;
	width: calc(50% - 15px);
}

.interview_btm_list_item:nth-child(2n) {
	margin-right: 0;
}

.interview_btm_list_item a {
	display: flex;
	background: #fff;
	transition: all .3s ease;
}

.interview_btm_list_item_img {
	width: 150px;
	overflow: hidden;
}

.interview_btm_list_item_img_holder {
	transition: all .3s ease;
}

.interview_btm_list_item_info {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% - 150px);
	padding-left: 28px;
	padding-right: 46px;
	height: 150px;
	border: 1px solid #d9d9d9;
}

.interview_btm_list_item_info:before {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 5px;
	height: calc(100% + 2px);
	background: #cc0000;
	z-index: 10;
}

.interview_btm_list_item_info:after {
	position: absolute;
	content: "\f054";
	top: 50%;
	right: 20px;
	height: 16px;
	color: #c00;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 16px;
	transform: translate(0, -50%) scaleX(.9);
	transition: all .3s ease;
}

.interview_btm_list_item_info_copy {
	margin-bottom: 5px;
	color: #c00;
	font-size: 14px;
	line-height: 20px;
}

.interview_btm_list_item_info_ttl {
	color: #2b383f;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}

@media screen and (min-width: 737px) {
	.interview_btm_list_item a:hover {
		background: #e6e9eb;
	}

	a:hover .interview_btm_list_item_img_holder {
		transform: scale(1.05, 1.05);
	}

	a:hover .interview_btm_list_item_info:after {
		right: 10px;
	}
}

@media screen and (max-width: 736px) {
	.interview_header {
		padding: 42px 0 35px 0;
	}

	.interview_header_ttl {
		margin-bottom: 25px;
		font-size: 24px;
		line-height: 35px;
	}

	.interview_header_img {
		margin-bottom: 23px;
	}

	.interview_header_txt {
		font-size: 16px;
		line-height: 30px;
	}

	.interview_pioneers {
		padding: 30px 0;
	}

	.interview_pioneers_ttl {
		padding-left: 11px;
		font-size: 16px;
		line-height: 20px;
	}

	.interview_pioneers_clm_item {
		align-items: center;
		margin-bottom: 24px;
	}

	.interview_pioneers_clm_item_img {
		width: 30%;
	}

	.interview_pioneers_clm_item_info {
		padding-left: 24px;
		width: 70%;
	}

	.interview_pioneers_clm_item_info_name {
		margin-bottom: 0;
		font-size: 18px;
		line-height: 28px;
	}

	.interview_pioneers_clm_info {
		margin-bottom: 33px;
		font-size: 14px;
		line-height: 23px;
	}

	.interview_pioneers_clm_attention {
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}

	.interview_section {
		padding: 25px 0 10px 0;
	}

	.interview_section_label {
		margin-bottom: 16px;
		font-size: 14px;
		line-height: 25px;
	}

	.interview_section_label:after {
		top: -26px;
		width: 67px;
	}

	.interview_section_ttl {
		margin-bottom: 42px;
		font-size: 20px;
		line-height: 32px;
	}

	.interview_section_box {
		padding-bottom: 10px;
	}

	.interview_section_box_qus {
		margin-bottom: 28px;
		padding-left: 20px;
		font-size: 18px;
		line-height: 30px;
	}

	.interview_section_box_qus:after {
		height: 88%;
	}

	.interview_section_box_comment {
		display: block;
		margin-bottom: 23px;
	}

	.interview_section_box_comment.comment-wide {
		display: block;
	}

	.interview_section_box_comment_name {
		margin-bottom: 6px;
		width: 100%;
		font-size: 16px;
		line-height: 30px;
	}

	.comment-wide .interview_section_box_comment_name {
		margin-bottom: 6px;
		width: 100%;
	}

	.interview_section_box_comment_txt {
		width: 100%;
		font-size: 16px;
		line-height: 30px;
	}

	.comment-wide .interview_section_box_comment_txt {
		width: 100%;
	}

	.interview_section_img {
		margin: 0 -15px;
		padding: 0 0 40px 0;
		width: calc(100% + 30px);
	}

	.interview_section_img_caption {
		padding: 0 15px;
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.interview_section_imgClm {
		margin: 0 -15px;
		padding: 0 0 40px 0;
		width: calc(100% + 30px);
	}

	.interview_section_imgClm_item {
		width: calc(50% - 2px);
	}

	.interview_links {
		padding: 40px 15px 0 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.interview_links .detail_btn {
		font-size: 14px;
	}

	.interview_lineup {
		padding: 45px 0 30px 0;
	}

	.interview_lineup .inner {
		padding: 0;
	}

	.interview_lineup_ttl {
		margin-bottom: 30px;
		padding: 0 15px;
		font-size: 20px;
		line-height: 30px;
	}

	.interview_lineup_list {
		flex-wrap: wrap;
	}

	.interview_lineup_list_item {
		margin-bottom: 15px;
		width: 50%;
	}

	.interview_lineup_list_item_txt {
		margin-top: 10px;
		padding: 0 15px;
		font-size: 14px;
		line-height: 24px;
	}

	.interview_btm {
		padding: 45px 0 0 0;
	}

	.interview_btm .inner {
		padding: 0;
	}

	.interview_btm_ttl {
		margin-bottom: 35px;
		padding: 0 15px;
		font-size: 20px;
		line-height: 30px;
	}

	.interview_btm_list {
		display: block;
	}

	.interview_btm_list_item {
		margin-right: 0;
		margin-bottom: 0;
		width: 100%;
		border-bottom: 1px solid #d9d9d9;
	}

	.interview_btm_list_item:first-child {
		border-top: 1px solid #d9d9d9;
	}

	.interview_btm_list_item_img {
		width: 44%;
	}

	.interview_btm_list_item_info {
		width: 56%;
		padding-left: 20px;
		padding-right: 30px;
		height: auto;
		border: 0;
	}

	.interview_btm_list_item_info:before {
		top: 0;
		left: 0;
		width: 5px;
		height: 100%;
	}

	.interview_btm_list_item_info:after {
		right: 10px;
	}

	.interview_btm_list_item_info_copy {
		margin-bottom: 4px;
		font-size: 12px;
		line-height: 18px;
	}

	.interview_btm_list_item_info_ttl {
		font-size: 16px;
		line-height: 24px;
	}
}

.contents_40th_bnr .voice_ttl {
	margin-bottom: 35px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.contents_40th_bnr .voice_ttl {
		margin-bottom: 2rem;
		font-size: 22px;
		line-height: 1.3;
	}
}