.red {
	color: #c3303c;
}

.keyvisual {
	background-color: #ddd;
	background-image: url(/group/recruit/staff/staff_discussion/management/images/bg_kv_sp.jpg);
}

.keyvisual__title {
	color: #fff;
}

.relationLink__text a {
	border-radius: 4px;
}

strong {
	font-weight: bold;
}

.mgb0 {
	margin-bottom: 0!important;
}

.mgb20 {
	margin-bottom: 10px!important;
}

.staff {
	margin-bottom: 50px;
}

.staff .tbl {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
}

.staff .tbl .img,
.staff .tbl .txt {
	display: table-cell;
	vertical-align: top;
	color: #000;
}

.staff .tbl .img {
	width: 82px;
	padding-right: 20px;
}

.staff .tbl .img img {
	width: 100%;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
}

.imgType1 img {
	border-color: #4d4398;
}
.imgType2 img {
	border-color: #e60012;
}
.imgType3 img {
	border-color: #ab951d;
}
.imgType4 img {
	border-color: #0ba789;
}
.imgType5 img {
	border-color: #1172bc;
}

.staff .tbl .title {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.staff .tbl p {
	margin-bottom: 0;
}

.imageBlock {
	margin-bottom: 26px;
}

.imageBlock img {
	border-radius: 8px;
}

.staff--blocktxt {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.staff--inittxt {
	margin-bottom: 90px;
}

.staff--block {
	color: #000;
}

.staff--block .block {
	display: flex;
	margin-bottom: 19px;
} 

.staff--block .block--center {
	align-items: center;
}

.staff--block .block .column .image {
	width: 62px;
	display: inline-block;
	margin-left: -9px;
	vertical-align: top;
	position: relative;
}

.staff--block .block .column .image span {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.staff--block .block .column .image:first-child {
	margin-left: 0;
}

.staff--block .block .column .image:nth-child(1){
	z-index: 5;
}
.staff--block .block .column .image:nth-child(2){
	z-index: 4;
}
.staff--block .block .column .image:nth-child(3){
	z-index: 3;
}
.staff--block .block .column .image:nth-child(4){
	z-index: 2;
}
.staff--block .block .column .image:nth-child(5){
	z-index: 1;
}

.staff--block .block .column {
	flex: 1 1 auto;
}

.staff--block .block .column:first-child {
	flex: 0 0 auto;
	margin-top: 7px;
}

.staff--block .block .column .image:last-child {
	margin-right: 15px;
}

.staff--block .block .column .image img {
	width: 100%;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
}

.staff--block .block .column p {
	margin-bottom: 0;
}

.staff--block {
	max-width: 800px;
	margin: 0 auto;
}

.staff--block .block--center .column p {
	margin-bottom: 20px;
}

.staff--block .highlight {
	font-weight: bold;
	text-indent: 25px;
	position: relative;
}

.staff--block .highlight:before {
	width: 22px;
	height: 1px;
	content: '';
	position: absolute;
	top: 12px;
	background: #000;
	left: 0;
}

.staff--block .block .imageSet2 span {
	margin-left: -58px;
}

.snsList {
	margin-bottom: 32px;
}

.title--l2 {
	font-family: 'Hannari';
	font-size: 2.1rem;
}

@media screen and (min-width: 960px) {
	.keyvisual {
		background-image: url(/group/recruit/staff/staff_discussion/management/images/bg_kv.jpg);
		height: 500px;
	}
	
	.sp-br {
		display: none;
	}

	.mgb20 {
		margin-bottom: 20px!important;
	}

	.imageBlock {
		margin-bottom: 56px;
	}

	.mainTxt {
		font-size: 20px;
		margin-bottom: 85px;
	}
	.snsList {
		margin-bottom: 109px;
	}
}

@media screen and (min-width: 960px) {
	.title--xl {
		margin-bottom: 45px;
		margin-top: 33px;
	}
	.title--l {
		margin-top: 64px;
		margin-bottom: 40px;
	}
	.title--l2 {
		font-size: 3.6rem;
		margin-top: 0;
		margin-bottom: 45px;
	}
	.relationLink__text a {
		font-size: 16px;
		border: 1px solid #ccc;
	}

	.staff {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.staff .column {
		width: 47%;
		margin-bottom: 60px;
	}

	.staff .tbl {
		margin-bottom: 0;
	}

	.staff .tbl .img {
		width: 156px;
		padding-right: 30px;
	}

	.staff .tbl .img img,
	.staff--block .block .column .image img {
		border-width: 4px;
	}

	.staff .tbl .title {
		font-size: 24px;
	}

	.staff--block {
		margin-bottom: 54px;
	}

	.staff--block .block {
		margin-bottom: 41px;
	}

	.staff--block .block .column .image {
		width: 70px;
	}

	.staff--block .block .column .image {
		margin-left: -18px;
	}

	.staff--block .block .column .image:last-child {
		margin-right: 30px;
	}

	.staff--block .block .column .image span {
		font-size: 16px;
	}

	.staff--block .highlight {
		text-indent: 34px;
	}

	.staff--block .highlight:before {
		width: 30px;
		height: 1px;
		top: 15px;
	}
}

@media screen and (max-width: 959px) {
	.keyvisual__title {
		font-size: 2.4rem;
	}
	.mainTxt, .staff, .staff--block {
		padding-left: 5px;
		padding-right: 5px;
	}

	.keyvisual {
		margin-bottom: 24px;
	}

	.mainTxt {
		margin-bottom: 42px;
	}

	.title--xl {
		margin-bottom: 25px;
	}

	.title--l {
		margin-top: 27px;
		margin-bottom: 20px;
	}

	.staff--inittxt {
		margin-bottom: 45px;
	}

	.title--l2 {
		margin-top: 22px;
	}

	.staff--block2 .block {
		display: block;
	}

	.staff--block2 .block .column:first-child {
		text-align: center;
	}

	.staff--block2 .block .column .image:last-child {
		margin-right: 0;
	}
}

/* other-seniorVoice */
.other-seniorVoice .title--xl {
	margin: 110px 0 82px;
	line-height: 1;
}
.other-seniorVoice__linkBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 110px;
}
.linkBlock__items {
	-ms-flex-preferred-size: calc( 50% - 29px );
	flex-basis: calc( 50% - 29px );
	display: block;
}
.linkBlock__items:nth-child(n+3) {
	margin-top: 44px;
}
.linkBlock__items__imageBlock {
	position: relative;
	background: linear-gradient( rgba( 0, 0, 0, 0 ) 40%, rgba( 0, 0, 0, 0.4 ) 100% );
	border-radius: 8px;
}
.imageBlock__container {
	position: relative;
	height: 0;
	padding-top: 23.8%;
	border-radius: 8px;
	overflow: hidden;
	z-index: 0;
}
.imageBlock__container__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}
.imageBlock__text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding-left: 1em;
	padding-bottom: 14px;
}
.imageBlock__text--position {
	font-weight: bold;
}
.imageBlock__text--name {
	padding-left: 1em;
}
.linkBlock__items__catch {
	font-size: 16px;
	margin: 14px 0 0;
	line-height: 1.4;
}
@media screen and (min-width: 959px){
	.imageBlock__container__img  {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden; /* 画像のちらつきを防止 */
		-webkit-transition: -webkit-transform 0.5s ease-out;
		transition: -webkit-transform 0.5s ease-out;
		transition: transform 0.5s ease-out;
		transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
		-webkit-transform: rotate( 0.001deg );
		transform: rotate( 0.001deg );
	}
	.linkBlock__items:hover .imageBlock__container__img {
		-webkit-transform: scale( 1.075 ) rotate( 0.001deg );
		transform: scale( 1.075 ) rotate( 0.001deg ); /* IEでのアニメーションがカクつくためrotateの指定を入れ描画の処理をGPUで行う */
		-webkit-transition: -webkit-transform 2s ease-out;
		transition: -webkit-transform 2s ease-out;
		transition: transform 2s ease-out;
		transition: transform 2s ease-out, -webkit-transform 2s ease-out;
	}
	.linkBlock__items:hover {
		color: inherit;
		text-decoration: none;
	}
}
@media screen and (max-width: 959px) {
	.other-seniorVoice .title--xl {
		margin: 60px 0 42px;
	}
	.linkBlock__items {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.linkBlock__items:nth-child(n+2) {
		margin-top: 30px;
	}
	.linkBlock__items__catch {
		margin: 12px 0 0;
		font-size: 12px;
	}
	.imageBlock__text {
		font-size: 12px;
		padding-bottom: 10px;
	}
	.other-seniorVoice__linkBlock {
		margin-bottom: 60px;
	}
}

.linkBlock__itemsVideo {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.linkBlock__itemsVideo > iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}