/* ------------------------------------------
  staff_mv
------------------------------------------ */

.staff_mv {
	background-image: url(../img/staff/staff_mv_img.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 800px;
	position: relative;
	z-index: 0;
}

.staff_mv_02 {
	background-image: url(../img/staff/staff_mv_img02.png);
}

.staff_mv_text_main {
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 162px;
	left: 80px;
}

.staff_mv_text_main_case {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 114px;
	line-height: 1;
	text-align: center;
	color: #fa0314;
}

.staff_mv_text_main_case span {
	font-weight: bold;
	display: block;
	font-size: 191px;
}

.staff_mv_text_main_title {
	font-family: 'Licorice', cursive;
	font-weight: normal;
	font-size: 130px;
	text-align: left;
	color: #fa0314;
	margin-left: 20px;
	margin-bottom: -40px;
}

.staff_mv_text_title {
	position: absolute;
	bottom: 80px;
	left: 0;
}

.staff_mv_text_title span {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 84px;
	background: #fa0314;
	padding: 0 50px;
	display: table;
}

.staff_mv_text_title span+span {
	margin-left: 350px;
	margin-top: 13px;
}

.staff_mv_desc {
	position: absolute;
	right: 40px;
	bottom: -90px;
	background: #fa0314;
	padding: 30px 40px;
}

.staff_mv_desc_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: left;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 2px #fff solid;
	width: 300px;
}

.staff_mv_desc_inner {
	padding-top: 20px;
	display: table;
	margin: 0 auto;
}

.staff_mv_desc_inner_desc {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #fff;
}

.staff_mv_desc_inner_name {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: left;
	color: #fff;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.staff_mv {
		background-position: top center;
		background-size: cover;
		height: 600px;
	}
	.staff_mv_text_main {
		display: block;
		align-items: flex-end;
		position: absolute;
		top: 80px;
		left: 20px;
	}
	.staff_mv_text_main_case {
		font-size: 50px;
		line-height: 1;
	}
	.staff_mv_text_main_case span {
		font-size: 70px;
	}
	.staff_mv_text_main_title {
		font-size: 50px;
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 10px;
		line-height: 1;
	}
	.staff_mv_text_title {
		bottom: 40px;
		left: 0;
	}
	.staff_mv_text_title span {
		font-size: 20px;
		line-height: 50px;
		padding: 0 10px;
	}
	.staff_mv_text_title span+span {
		margin-left: 100px;
		margin-top: 10px;
	}
	.staff_mv_text_title span:nth-child(3) {
		margin-left: 150px;
	}
	.staff_mv_desc {
		position: absolute;
		right: 20px;
		bottom: -140px;
		background: #fa0314;
		padding: 20px;
	}
	.staff_mv_desc_title {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 1;
		text-align: left;
		color: #fff;
		padding-bottom: 10px;
		border-bottom: 2px #fff solid;
		width: 300px;
	}
	.staff_mv_desc_inner {
		padding-top: 20px;
		display: table;
		margin: 0 auto;
	}
	.staff_mv_desc_inner_desc {
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 2;
		text-align: left;
		color: #fff;
	}
	.staff_mv_desc_inner_name {
		font-weight: 500;
		font-size: 20px;
		letter-spacing: 0.05em;
		line-height: 1;
		text-align: left;
		color: #fff;
		margin-top: 10px;
	}
}

/* ------------------------------------------
  staff_interview_lists
------------------------------------------ */

.staff_interview_lists {
	display: flex;
	justify-content: center;
	margin-top: 190px;
}

.staff_interview_lists_item {
	margin-left: 50px;
}

/* .staff_interview_lists_item:nth-child(4n + 1) {
	margin-left: 0;
} */

/* .staff_interview_lists_item:nth-child(n + 5) {
	margin-top: 20px;
} */

.staff_interview_lists_item a {
	display: block;
	width: 230px;
	height: 230px;
	border: 3px solid #7da4fe;
	padding: 35px 0 57px;
	border-radius: 50%;
	background-image: url(../img/business/business_top_main_lists_item_arrow01.png);
	background-position: bottom 15px center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.staff_interview_lists_item_number {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1;
	color: #7da4fe;
}

.staff_interview_lists_item_number span {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	color: #7da4fe;
}

.staff_interview_lists_item_title {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #7da4fe;
	line-height: 1.5;
	margin-top: 10px;
}

.staff_interview_lists_item:nth-child(2) a {
	background-image: url(../img/business/business_top_main_lists_item_arrow02.png);
	border: 3px solid #E7838C;
}

.staff_interview_lists_item:nth-child(2) .staff_interview_lists_item_number {
	color: #E7838C;
}

.staff_interview_lists_item:nth-child(2) .staff_interview_lists_item_number span {
	color: #E7838C;
}

.staff_interview_lists_item:nth-child(2) .staff_interview_lists_item_title {
	color: #E7838C;
}

.staff_interview_lists_item:nth-child(3) a {
	background-image: url(../img/business/business_top_main_lists_item_arrow03.png);
	border: 3px solid #F1AF2E;
}

.staff_interview_lists_item:nth-child(3) .staff_interview_lists_item_number {
	color: #F1AF2E;
}

.staff_interview_lists_item:nth-child(3) .staff_interview_lists_item_number span {
	color: #F1AF2E;
}

.staff_interview_lists_item:nth-child(3) .staff_interview_lists_item_title {
	color: #F1AF2E;
}

.staff_interview_lists_item:nth-child(4) a {
	background-image: url(../img/business/business_top_main_lists_item_arrow04.png);
	border: 3px solid #00A89C;
}

.staff_interview_lists_item:nth-child(4) .staff_interview_lists_item_number {
	color: #00A89C;
}

.staff_interview_lists_item:nth-child(4) .staff_interview_lists_item_number span {
	color: #00A89C;
}

.staff_interview_lists_item:nth-child(4) .staff_interview_lists_item_title {
	color: #00A89C;
}

@media screen and (max-width: 767px) {
	.staff_interview_lists {
		flex-wrap: wrap;
		margin: 170px auto 0;
		max-width: 350px;
	}
	.staff_interview_lists_item {
		margin-left: 10px;
	}
	.staff_interview_lists_item:nth-child(4n + 1) {
		margin-left: 0;
	}
	.staff_interview_lists_item:nth-child(2n + 1) {
		margin-left: 0;
	}
	.staff_interview_lists_item:nth-child(n + 5) {
		margin-top: 10px;
	}
	.staff_interview_lists_item:nth-child(n + 3) {
		margin-top: 10px;
	}
	.staff_interview_lists_item a {
		display: block;
		width: 145px;
		height: 145px;
		border: 3px solid #7da4fe;
		padding: 24px 0 40px;
		background-position: bottom 10px center;
		background-size: 21px;
	}
	.staff_interview_lists_item_number {
		font-size: 10px;
	}
	.staff_interview_lists_item_number span {
		font-size: 35px;
	}
	.staff_interview_lists_item_title {
		font-size: 14px;
		margin-top: 2px;
	}
}

/* ------------------------------------------
  staff_interview_content
------------------------------------------ */

.staff_interview_content {
	margin-top: 100px;
}

.staff_interview_content_title_main {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.staff_interview_content_title_number {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1;
	color: #7da4fe;
}

.staff_interview_content_title_number span {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 100px;
	line-height: 1;
	text-align: center;
	color: #7da4fe;
	display: block;
}

.staff_interview_content_title_main_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	color: #7da4fe;
	margin-left: 20px;
}

.staff_interview_content_title_full {
	background-color: #F8F8F8;
	margin-top: -40px;
}

.staff_interview_content_title_full_main {
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #7da4fe;
	line-height: 120px;
}

.staff_interview_content_item {
	margin-top: 40px;
}

.staff_interview_content_item_main {
	display: flex;
}

.staff_interview_content_item_main_left {
	width: 50%;
}

.staff_interview_content_item_main_left_item {
	padding: 0 20px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #333;
}

.staff_interview_content_item_main_left_item+.staff_interview_content_item_main_img {
	margin-top: 20px;
}

.staff_interview_content_item_main_img+.staff_interview_content_item_main_left_item {
	margin-top: 20px;
}

.staff_interview_content_item_main_right {
	width: 50%;
}

.staff_interview_content#staff02 .staff_interview_content_title_number {
	color: #E7838C;
}

.staff_interview_content#staff02 .staff_interview_content_title_number span {
	color: #E7838C;
}

.staff_interview_content#staff02 .staff_interview_content_title_main_title {
	color: #E7838C;
}

.staff_interview_content#staff02 .staff_interview_content_title_full_main {
	color: #E7838C;
}

.staff_interview_content#staff03 .staff_interview_content_title_number {
	color: #F1AF2E;
}

.staff_interview_content#staff03 .staff_interview_content_title_number span {
	color: #F1AF2E;
}

.staff_interview_content#staff03 .staff_interview_content_title_main_title {
	color: #F1AF2E;
}

.staff_interview_content#staff03 .staff_interview_content_title_full_main {
	color: #F1AF2E;
}

@media screen and (max-width: 767px) {
	.staff_interview_content {
		margin-top: 60px;
	}
	.staff_interview_content_title_main {
		display: block;
	}
	.staff_interview_content_title_number {
		font-size: 18px;
		text-align: center;
	}
	.staff_interview_content_title_number span {
		font-size: 50px;
	}
	.staff_interview_content_title_main_title {
		font-size: 20px;
		text-align: center;
		margin: 10px auto 0;
	}
	.staff_interview_content_title_full {
		margin-top: 10px;
	}
	.staff_interview_content_title_full_main {
		font-size: 20px;
		line-height: 1.5;
		padding: 10px 0;
	}
	.staff_interview_content_item {
		margin-top: 0;
	}
	.staff_interview_content_item_main {
		display: block;
	}
	.staff_interview_content_item_main_left {
		width: 100%;
	}
	.staff_interview_content_item_main_left_item {
		padding: 0;
		font-size: 14px;
	}
	.staff_interview_content_item_main_left_item {
		margin-top: 20px;
	}
	.staff_interview_content_item_main_img {
		margin-top: 20px;
	}
	.staff_interview_content_item_main_right {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
}

/* ------------------------------------------
  staff_schedule
------------------------------------------ */

.staff_schedule {
	margin-top: 100px;
}

.staff_schedule_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fa0314;
	line-height: 1.3;
}

.staff_schedule_switch {
	display: flex;
	justify-content: center;
	margin-top: 56px;
}

.staff_schedule_switch_item {
	width: 300px;
	line-height: 76px;
	background-color: #f8f8f8;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fa0314;
	cursor: pointer;
}

.staff_schedule_switch_item+.staff_schedule_switch_item {
	margin-left: 60px;
}

.staff_schedule_switch_item.current {
	color: #fff;
	pointer-events: none;
	/* background-image: url(../img/staff/staff_schedule_switch_item_current.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #001F68;
}

.staff_schedule_main {
	background-image: url(../img/staff/staff_schedule_main_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 100px;
	display: none;
	margin-top: 40px;
}

.staff_schedule_switch+.staff_schedule_main {
	margin-top: 0;
}

.staff_schedule_main.current {
	display: block;
}

.staff_schedule_main_content {
	background-color: #FFFFFF;
	display: flex;
	padding: 50px;
}

.staff_schedule_main_content_main {
	width: calc(100% - 300px);
	padding-right: 40px;
}

.staff_schedule_main_content_main_item {
	display: flex;
	align-items: center;
}

.staff_schedule_main_content_main_item_time {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fa0314;
	line-height: 1;
	width: 116px;
	border-right: 2px #fa0314 solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 84px;
}

.staff_schedule_main_content_main_item_time span {
	display: block;
}

.staff_schedule_main_content_main_item_text {
	width: calc(100% - 116px);
	height: 100%;
	padding-left: 30px;
}

.staff_schedule_main_content_main_item_text_title {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #fa0314;
	line-height: 1.3;
}

.staff_schedule_main_content_main_item_text_desc {
	margin-top: 5px;
}

.staff_schedule_main_content_main_item_text_desc_item {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #333;
}

.staff_schedule_main_content_main_item_text_desc_item+.staff_schedule_main_content_main_item_text_desc_item {
	margin-top: 10px;
}

.staff_schedule_main_content_main_item+.staff_schedule_main_content_main_item {
	margin-top: 40px;
}

.staff_schedule_main_content_imgs {
	width: 300px;
}

.staff_schedule_main_content_imgs_img+.staff_schedule_main_content_imgs_img {
	margin-top: 40px;
}

.staff_schedule_main_content_imgs_img img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 767px) {
	.staff_schedule {
		margin-top: 60px;
	}
	.staff_schedule_title {
		font-size: 24px;
	}
	.staff_schedule_switch {
		margin-top: 20px;
	}
	.staff_schedule_switch_item {
		width: 120px;
		line-height: 50px;
		font-size: 20px;
	}
	.staff_schedule_switch_item+.staff_schedule_switch_item {
		margin-left: 20px;
	}
	.staff_schedule_main {
		padding: 40px 0;
		margin-top: 20px;
	}
	.staff_schedule_main_content {
		display: block;
		padding: 20px;
	}
	.staff_schedule_main_content_main {
		width: 100%;
		padding-right: 0;
	}
	.staff_schedule_main_content_main_item {
		display: flex;
		align-items: stretch;
	}
	.staff_schedule_main_content_main_item_time {
		font-size: 20px;
		width: 80px;
		min-height: 70px;
	}
	.staff_schedule_main_content_main_item_text {
		width: calc(100% - 80px);
		padding-left: 10px;
	}
	.staff_schedule_main_content_main_item_text_title {
		font-size: 16px;
	}
	.staff_schedule_main_content_main_item_text_desc {
		margin-top: 5px;
	}
	.staff_schedule_main_content_main_item_text_desc_item {
		font-size: 13px;
	}
	.staff_schedule_main_content_main_item_text_desc_item+.staff_schedule_main_content_main_item_text_desc_item {
		margin-top: 10px;
	}
	.staff_schedule_main_content_main_item+.staff_schedule_main_content_main_item {
		margin-top: 20px;
	}
	.staff_schedule_main_content_imgs {
		width: 100%;
		max-width: 335px;
		margin: 40px auto 0;
	}
	.staff_schedule_main_content_imgs_img+.staff_schedule_main_content_imgs_img {
		margin-top: 20px;
	}
}

/* ------------------------------------------
  staff_service
------------------------------------------ */

.staff_service {
	margin-top: 100px;
}

.staff_service_main_title {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #7da4fe;
	display: table;
	padding: 10px 47px 0;
	margin: 0 auto;
	position: relative;
	line-height: 1;
}

.staff_service_main_title::before {
	background-image: url(../img/staff/staff_service_main_title_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 27px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 24px;
}

.staff_service_main_title::after {
	background-image: url(../img/staff/staff_service_main_title_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 27px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 24px;
}

.staff_service_main_lists_item_link {
	display: block;
	position: relative;
	z-index: 0;
	margin: 20px auto 0;
	max-width: 600px;
}

.staff_service_main_lists_item_link_img {
	position: relative;
	z-index: 0;
}

.staff_service_main_lists_item_link_img::after {
	background-image: url(../img/staff/staff_service_main_lists_item_link_img_back.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.staff_service_main_lists_item_link_img img {
	display: block;
}

.staff_service_main_lists_item_link_nubmer {
	position: absolute;
	bottom: 12px;
	left: 20px;
	font-weight: 900;
	font-size: 100px;
	text-align: left;
	color: #7da4fe;
	line-height: 1;
}

.staff_service_main_lists_item_link_title {
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
	position: absolute;
	bottom: 40px;
	right: 20px;
}

.staff_service_main_lists_item_link_bottom {
	height: 25px;
	background-color: #7da4fe;
	padding-right: 40px;
	background-image: url(../img/staff/staff_service_main_lists_item_link_bottom_arrow.png);
	background-position: center right 20px;
	background-repeat: no-repeat;
	background-size: 7px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: right;
	color: #fff;
}

.staff_service_main_lists_item:nth-child(2) .staff_service_main_lists_item_link_nubmer {
	color: #E7838C;
}

.staff_service_main_lists_item:nth-child(2) .staff_service_main_lists_item_link_bottom {
	background-color: #E7838C;
}

.staff_service_main_lists_item:nth-child(3) .staff_service_main_lists_item_link_nubmer {
	color: #F1AF2E;
}

.staff_service_main_lists_item:nth-child(3) .staff_service_main_lists_item_link_bottom {
	background-color: #F1AF2E;
}

.staff_service_main_lists_item:nth-child(4) .staff_service_main_lists_item_link_nubmer {
	color: #00A89C;
}

.staff_service_main_lists_item:nth-child(4) .staff_service_main_lists_item_link_bottom {
	background-color: #00A89C;
}

@media screen and (max-width: 767px) {
	.staff_service {
		margin-top: 60px;
	}
	.staff_service_main_title {
		font-size: 24px;
		padding: 7px 33px 0;
	}
	.staff_service_main_title::before {
		height: 21px;
		width: 19px;
	}
	.staff_service_main_title::after {
		height: 21px;
		width: 19px;
	}
	.staff_service_main_lists_item_link_nubmer {
		bottom: 11px;
		left: 10px;
		font-size: 60px;
	}
	.staff_service_main_lists_item_link_title {
		font-size: 20px;
		bottom: 20px;
		right: 15px;
	}
	.staff_service_main_lists_item_link_bottom {
		height: 18px;
		padding-right: 20px;
		background-position: center right 10px;
		background-size: 5px;
		font-size: 12px;
	}
}

/* ------------------------------------------
  staff_other
------------------------------------------ */

.staff_other {
	background-color: #F8F8F8;
	padding: 100px 0;
	margin-top: 150px;
}

.staff_other_main_title {
	font-family: 'Licorice', cursive;
	font-weight: normal;
	font-size: 100px;
	margin-top: -140px;
	margin-left: -100px;
	color: #fa0314;
	line-height: 1;
}

.staff_other_main_lists {
	max-width: 700px;
	margin: 50px auto 0;
}

/* 
.staff_other_main_lists_item {
	position: relative;
	z-index: 0;
	width: 100%;
	margin-top: 50px;
	margin-right: 0;
}

.staff_other_main_lists_item:nth-child(2n) {
	margin-top: 0;
}

.staff_other_main_lists_item_link {
	display: block;
}

.staff_other_main_lists_item_link_img img {
	width: 100%;
	display: block;
}

.staff_other_main_lists_item_link_top_case {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 1;
	text-align: center;
	color: #fa0314;
	position: absolute;
	top: 20px;
	left: 20px;
}

.staff_other_main_lists_item_link_top_case span {
	font-size: 64px;
	display: block;
}

.staff_other_main_lists_item_link_bottom {
	position: relative;
	z-index: 0;
	padding: 30px 30px 30px;
	background-color: #fa0314;
}

.staff_other_main_lists_item_link_bottom_title {
	font-family: 'Licorice', cursive;
	font-weight: normal;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
	position: absolute;
	top: -25px;
	left: 30px;
}

.staff_other_main_lists_item_link_bottom_info_item {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #fff;
} */

.staff_other_main_lists .slick-prev:before, .staff_other_main_lists .slick-next:before {
	display: none;
}

.staff_other_main_lists .slick-prev, .staff_other_main_lists .slick-next {
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: none;
	z-index: 1;
	transition: .3s;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	top: 50%;
	transform: translateY(-50%);
}

.staff_other_main_lists .slick-prev {
	background-image: url(../img/top/top_staff_main_lists_prev.png);
	left: -60px;
}

.staff_other_main_lists .slick-next {
	background-image: url(../img/top/top_staff_main_lists_next.png);
	right: -60px;
}

@media screen and (max-width: 767px) {
	.staff_other {
		padding: 60px 0;
		margin-top: 60px;
	}
	.staff_other_main_title {
		font-size: 50px;
		margin-top: -80px;
		margin-left: 20px;
	}
	.staff_other_main_lists {
		margin-top: 20px;
	}
	/* .staff_other_main_lists_item {
		position: relative;
		z-index: 0;
		width: 100%;
		margin-top: 0;
		margin-right: 0;
	}
	.staff_other_main_lists_item:nth-child(2n) {
		margin-top: 0;
	}
	.staff_other_main_lists_item_link {
		display: block;
	}
	.staff_other_main_lists_item_link_img img {
		width: 100%;
		display: block;
	}
	.staff_other_main_lists_item_link_top_case {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 20px;
		line-height: 1;
		text-align: center;
		color: #fa0314;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.staff_other_main_lists_item_link_top_case span {
		font-size: 35px;
		display: block;
	}
	.staff_other_main_lists_item_link_bottom {
		position: relative;
		z-index: 0;
		padding: 20px 20px 20px;
		background-color: #fa0314;
	}
	.staff_other_main_lists_item_link_bottom_title {
		font-family: 'Licorice', cursive;
		font-weight: normal;
		font-size: 35px;
		line-height: 1;
		letter-spacing: 0.05em;
		text-align: left;
		color: #fff;
		position: absolute;
		top: -16px;
		left: 20px;
	}
	.staff_other_main_lists_item_link_bottom_info_item {
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 2;
		text-align: left;
		color: #fff;
	} */
	.staff_other_main_lists .slick-prev:before, .staff_other_main_lists .slick-next:before {
		display: none;
	}
	.staff_other_main_lists .slick-prev, .staff_other_main_lists .slick-next {
		width: 20px;
		height: 20px;
	}
	.staff_other_main_lists .slick-prev {
		left: -16px;
	}
	.staff_other_main_lists .slick-next {
		right: -16px;
	}
}