#top .sidenav .top,
#management .sidenav .management,
#topmessage .sidenav .topmessage,
#overview .sidenav .overview,
#directors .sidenav .directors,
#global .sidenav .global {
	color: #EF9B59;
}

.pc_none {
	display: none;
}

@media screen and (max-width:768px) {
	.pc_none {
		display: block;
	}
}

.sp_none {
	display: block;
}

@media screen and (max-width:768px) {
	.sp_none {
		display: none;
	}
}

figure img {
	max-width: 100%;
}

.ind2 {
	display: block;
	text-indent: -20px;
	padding-left: 20px;
}

@media screen and (max-width:768px) {
	.ind2 {
		text-indent: -18px;
		padding-left: 18px;
	}
}

.ind3 {
	display: block;
	text-indent: -32px;
	padding-left: 32px;
}

@media screen and (max-width:480px) {
	.ind3 {
		text-indent: -28px;
		padding-left: 28px;
	}
}

.white_line {
	padding: 40px 0;
	margin: 0 0 100px;
	background: #fff;
}

@media screen and (max-width:768px) {

	.white_line {
		margin: 0 0 80px;
	}

}

@media screen and (max-width:480px) {

	.white_line {
		padding: 30px 0 0;
		margin: 0 0 60px;
	}

}

.page_title_box {
	position: relative;
	background-image: url("../images/main_visual.jpg");
}

.page_title_box.advance {
	position: relative;
	background-image: url("../images/advance/advance_visual.jpg");
}

.page_title_box .title {
	padding: 0 10%;
	background: none;
}

.page_title_box.white .title p {
	color: #fff;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:1124px) {

	.page_title_box .title {
		padding: 0 5%;
	}

}

.page_title_box .title h1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
}

@media screen and (max-width:768px) {

	.page_title_box .title h1 {
		font-size: 30px;
	}

}

@media screen and (max-width:480px) {

	.page_title_box .title h1 {
		font-size: 24px;
	}
}

.thumb_link_list {
	justify-content: flex-start;
	gap: 20px;
}

.thumb_link_list.col3 {
	gap: 40px 120px;
}

@media screen and (max-width:768px) {
	.thumb_link_list.col3 {
		gap: 40px;
	}
}

@media screen and (max-width:480px) {
	.thumb_link_list.col3 {
		gap: 15px;
	}
}

.thumb_link_list.col03 {
	gap: 20px;
}

@media screen and (max-width:768px) {
	.thumb_link_list.col03 {
		gap: 15px;
	}
}

.thumb_link_list.col6 {
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {
	.thumb_link_list.col6 {
		gap: 20px;
	}
}

@media screen and (max-width:480px) {
	.thumb_link_list.col6 {
		gap: 15px;
	}
}

.thumb_link_list li {
	position: relative;
	width: calc(100% / 5 - 20px);
	margin-bottom: 0;
	background: #bbb;
}

.thumb_link_list.col3 li {
	width: calc(100% / 3 - 80px);
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	.thumb_link_list.col3 li {
		width: calc(100% / 3 - 27.5px);
	}
}

@media screen and (max-width:480px) {
	.thumb_link_list.col3 li {
		width: calc(50% - 7.5px);
	}
}

.thumb_link_list.col03 li {
	width: calc(100% / 3 - 13.4px);
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	.thumb_link_list.col03 li {
		width: calc(50% - 7.5px);
	}
}

@media screen and (max-width:480px) {
	.thumb_link_list.col03 li {
		width: 100%;
	}
}

.thumb_link_list.col6 li {
	width: calc(100% / 6 - 16.7px);
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	.thumb_link_list.col6 li {
		width: calc(100% / 3 - 13.4px);
	}
}

@media screen and (max-width:480px) {
	.thumb_link_list.col6 li {
		width: calc(50% - 7.5px);
	}
}

@media screen and (max-width:768px) {

	.thumb_link_list li {
		width: calc(100% / 2 - 10px);
	}

}

@media screen and (max-width:480px) {

	.thumb_link_list li {
		width: calc(100% / 2 - 10px);
		margin-bottom: 10px;
	}

}

@media screen and (max-width:320px) {

	.thumb_link_list li {
		width: 100%;
		margin-bottom: 20px;
	}

}

.thumb_link_list li a {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.thumb_link_list li a .wrap {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all .3s ease;
}

.thumb_link_list li a .wrap img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .7s ease;
}

.thumb_link_list li a:hover .wrap img {
	width: 100%;
	transform: scale(1.2);
}

.thumb_link_list li a .text_box {
	display: block;
	padding: 10px;
	text-align: center;
}

.thumb_link_list li a .text_box h3 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	margin: 0;
}

@media screen and (max-width:1124px) {

	.thumb_link_list li a .text_box h3 {
		font-size: 16px;
	}

}

@media screen and (max-width:480px) {

	.thumb_link_list li a .text_box h3 {
		font-size: 14px;
	}

}

.thumb_link_list li a .text_box h3 span {
	display: block;
	font-size: 14px;
}

@media screen and (max-width:480px) {

	.thumb_link_list li a .text_box h3 span {
		font-size: 12px;
	}

}

.thumb_link_list li a .btn_blue {
	display: block;
	padding: 15px 30px;
	margin: auto 0 0;
	transition: all .3s ease;
}

.thumb_link_list li a:hover .btn_blue {
	color: #002855;
	background: #fff;
}

.thumb_link_list li a:hover .btn_blue::after {
	border-color: #002855;
}

.directors_box {
	display: flex;
	padding: 99px 0 0;
	margin: -99px 0 80px;
}

@media screen and (max-width:1124px) {

	.directors_box {
		padding: 72px 0 0;
		margin: -72px 0 60px;
	}

}

@media screen and (max-width:767px) {

	.directors_box {
		display: block;
	}

}

.directors_box .thumb_box {
	width: 250px;
	min-width: 250px;
	text-align: center;
	margin: 0 40px 0 0;
}

@media screen and (max-width:768px) {

	.directors_box .thumb_box {
		width: 180px;
		min-width: 180px;
		margin: 0 20px 0 0;
	}

}

@media screen and (max-width:767px) {

	.directors_box .thumb_box {
		width: 100%;
		min-width: auto;
		margin: 0 0 20px;
	}

}

.directors_box .thumb_box img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.directors_box .thumb_box span {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}

.directors_box .thumb_box h3 {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.directors_box .prof_box h4 {
	font-weight: 500;
	margin: 0 0 5px;
}

.directors_box .prof_box dl {
	display: flex;
	margin: 0 0 10px;
}

@media screen and (max-width:480px) {

	.directors_box .prof_box dl {
		display: block;
	}

}

.directors_box .prof_box dl dt,
.directors_box .prof_box dl dd {
	line-height: 1.75;
}

@media screen and (max-width:480px) {

	.directors_box .prof_box dl dt,
	.directors_box .prof_box dl dd {
		font-size: 14px;
	}

}

.directors_box .prof_box dl dt {
	width: 100px;
	min-width: 100px;
}

@media screen and (max-width:480px) {

	.directors_box .prof_box dl dt {
		width: auto;
		min-width: auto;
	}

}

.prof_area {
	display: flex;
}

@media screen and (max-width:480px) {
	.prof_area {
		flex-direction: column-reverse;
	}
}

.prof_area .txt_box {
	margin: 0 60px 0 0;
}

@media screen and (max-width:768px) {
	.prof_area .txt_box {
		width: 70%;
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width:480px) {
	.prof_area .txt_box {
		width: 100%;
		margin: 20px 0 0;
	}
}

@media screen and (max-width:768px) {
	.prof_area .img_box {
		width: 30%;
	}
}

@media screen and (max-width:480px) {
	.prof_area .img_box {
		width: 100%;
	}
}

.prof_area .img_box img {
	display: block;
	width: auto;
	max-width: none;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.prof_area .img_box img {
		width: 100%;
	}
}

.prof_area .img_box figcaption {
	text-align: center;
	margin: 8px 0 0;
}

.pdf_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width:768px) {
	.pdf_list {
		display: block;
	}
}

.pdf_list li {
	width: calc(50% - 60px);
	margin: 0 0 20px;
}

@media screen and (max-width:768px) {
	.pdf_list li {
		width: 100%;
	}
}

.pdf_list li a {
	width: 100%;
	box-sizing: border-box;
}

.bg_box {
	padding: 40px 20px;
	background: #efefef;
}

@media screen and (max-width:768px) {
	.bg_box {
		padding: 20px 16px;
	}
}

.bg_white_box {
	padding: 40px 20px;
	background: #fff;
}

@media screen and (max-width:768px) {
	.bg_white_box {
		padding: 20px 16px;
	}
}

.infographics_wrap .infographics_box>div {
	padding: 55px;
	padding: clamp(20px, 2.8645833333vw, 55px);
	background: #fff;
}

.infographics_wrap .infographics_box {
	display: flex;
	gap: 40px;
	margin: 0 0 40px;
}

@media screen and (max-width:1124px) {
	.infographics_wrap .infographics_box {
		flex-direction: column;
		gap: 10px;
		margin: 0 0 10px;
	}
}

.infographics_wrap .infographics_box>div {
	width: 100%;
}

.infographics_wrap .infographics_box.col2>div {
	width: 50%;
}

@media screen and (max-width:1124px) {
	.infographics_wrap .infographics_box.col2>div {
		width: 100%;
	}
}

.infographics_wrap h3 {
	position: relative;
	display: flex;
	gap: 12px;
	font-size: 24px;
	font-weight: 700;
	white-space: nowrap;
}

@media screen and (max-width:768px) {
	.infographics_wrap h3 {
		font-size: clamp(14px, 3.2558139535vw, 28px);
		gap: 6px;
	}
}

.infographics_wrap h3::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-block: calc((1lh - 8px) / 2);
	background: #0D3583;
}

@media screen and (max-width:768px) {
	.infographics_wrap h3::before {
		width: 6px;
		height: 6px;
		margin-block: calc((1lh - 6px) / 2);
	}
}

.infographics_wrap .infographics_box .infographics01 {
	background-image: url("../images/top/grid_icon01.svg");
	background-repeat: no-repeat;
	background-position: right 25px bottom;
}

@media screen and (max-width:980px) {
	.infographics_wrap .infographics_box .infographics01 {
		background-size: 76px 81px;
	}
}

.infographics_wrap .infographics_box .infographics03 {
	background-image: url("../images/top/grid_icon12.svg");
	background-repeat: no-repeat;
	background-position: right 40px center;
}

@media screen and (max-width:980px) {
	.infographics_wrap .infographics_box .infographics03 {
		background-position: right 30px top 20px;
		background-size: 83px 51px;
	}
}

.num_lg {
	display: inline-block;
	width: 183px;
	font-size: 71px;
	font-family: "Roboto";
	font-weight: 700;
	color: #0D3583;
	line-height: 1;
	text-align: right;
}

@media screen and (max-width:768px) {
	.num_lg {
		display: inline-block;
		width: 99px;
		font-size: 43px;
	}
}

.num_md {
	font-size: 51px;
	font-family: "Roboto";
	font-weight: 700;
	color: #0D3583;
	line-height: 1;
	margin: 0 0 0 13px;
}

@media screen and (max-width:768px) {
	.num_md {
		font-size: 32px;
	}
}

.txt_lg {
	font-size: 34px;
	font-weight: 700;
	color: #0D3583;
	margin: 0 0 0 6px;
}

@media screen and (max-width:768px) {
	.txt_lg {
		font-size: 21px;
	}
}

.txt_md {
	font-size: 25px;
	font-weight: 700;
	color: #0D3583;
	margin: 0 0 0 3px;
}

@media screen and (max-width:768px) {
	.txt_md {
		font-size: 15px;
	}
}

.infographics02 {
	display: flex;
	gap: 40px;
}

@media screen and (max-width:980px) {
	.infographics02 {
		justify-content: space-between;
		gap: 0;
	}
}

.infographics02 .txt_wrap {
	margin: 40px 0 0;
	white-space: nowrap;
}

.infographics02 .txt_wrap .bg_txt {
	width: fit-content;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.025em;
	line-height: 1.4;
	padding: 8px 10px;
	background: #0D3583;
}

@media screen and (max-width:768px) {
	.infographics02 .txt_wrap .bg_txt {
		font-size: clamp(16px, 3.7209302326vw, 28px);
		padding: 6px 8px;
	}
}

.infographics02 .txt_wrap .bg_txt:not(:last-child) {
	margin: 0 0 5px;
}

.infographics03 {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

@media screen and (max-width:980px) {
	.infographics03 {
		flex-direction: column;
		gap: 6px;
	}
}

.infographics03 .txt_wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

@media screen and (max-width:768px) {
	.infographics03 .txt_wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.infographics03 .txt_wrap p {
		font-size: 12px;
	}
}

.infographics03 .number {
	margin: 0 125px 0 0;
}

@media screen and (max-width:980px) {
	.infographics03 .number {
		text-align: right;
		margin: 0;
	}
}

.infographics03 .num_lg {
	width: auto;
	font-size: 99px;
}

@media screen and (max-width:768px) {
	.infographics03 .num_lg {
		font-size: 59px;
	}
}

.infographics03 .txt_lg {
	font-size: 45px;
}

@media screen and (max-width:768px) {
	.infographics03 .txt_lg {
		font-size: 25px;
	}
}

.grid_row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
}

@media screen and (max-width:1280px) {
	.grid_row {
		/*grid-template-columns: 2fr 1fr;*/
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"a b";
		/*grid-template-areas:
		"a b"
		"a c";*/
		gap: 40px;
	}
}

@media screen and (max-width:1124px) {
	@media screen and (max-width:1280px) {
		.grid_row {
			gap: 10px;
		}
	}
}

.grid_row>div {
	padding: clamp(20px, 2.8645833333vw, 55px);
}

.grid_row .infographics04 {
	padding: clamp(20px, 2.8645833333vw, 55px);
	background-color: #fff;
	background-image: url("../images/top/grid_icon13.svg");
	background-repeat: no-repeat;
	background-position: right 45px bottom 30px;
}

@media screen and (max-width:1280px) {
	.grid_row .infographics04 {
		grid-area: a;
	}
}

@media screen and (max-width:768px) {
	.grid_row .infographics04 {
		background-position: right 20px bottom 20px;
		background-size: 88px 81px;
	}
}

@media screen and (max-width:768px) {
	.grid_row .infographics04 {
		display: flex;
		flex-direction: column;
	}
}

.grid_row .infographics04 .number {
	white-space: nowrap;
}

@media screen and (max-width:480px) {
	.grid_row .infographics04 .number {
		white-space: wrap;
	}
}

.grid_row .infographics04 h3 {
	margin: 127px 0 0;
}

@media screen and (max-width:768px) {
	.grid_row .infographics04 h3 {
		margin: auto 0 0;
	}
}

.grid_row .infographics04 .num_lg {
	width: auto;
}

@media screen and (max-width:320px) {
	.grid_row .infographics04 .num_lg {
		font-size: 36px;
	}

	.grid_row .infographics04 .txt_lg {
		font-size: 16px;
	}
}

.grid_row .infographics05 {
	padding: 140px 55px 38px;
	background-color: #fff;
	background-image: url("../images/top/grid_icon02.svg");
	background-repeat: no-repeat;
	background-position: right 49px top 46px;
}

@media screen and (max-width:1280px) {
	.grid_row .infographics05 {
		grid-area: b;
	}
}

@media screen and (max-width:768px) {
	.grid_row .infographics05 {
		padding: 20px;
		padding-right: 16px;
		background-position: left 20px bottom -5px;
		background-size: 57px 72px;
	}
}

.grid_row .infographics05 h3 {
	margin: 0;
}

.grid_row .infographics05 .number {
	white-space: nowrap;
}

@media screen and (max-width:768px) {
	.grid_row .infographics05 .number {
		width: fit-content;
		margin: 0 0 0 auto;
	}
}

@media screen and (max-width:480px) {
	.grid_row .infographics05 .number {
		white-space: wrap;
	}
}

.grid_row .infographics05 .num_lg {
	width: auto;
	font-size: 101px;
}

@media screen and (max-width:768px) {
	.grid_row .infographics05 .num_lg {
		font-size: 45px;
	}
}

@media screen and (max-width:320px) {
	.grid_row .infographics05 .num_lg {
		font-size: 36px;
	}
}

.grid_row .infographics05 .num_md {
	font-size: 59px;
}

@media screen and (max-width:768px) {
	.grid_row .infographics05 .num_md {
		font-size: 26px;
	}
}

@media screen and (max-width:320px) {
	.grid_row .infographics05 .num_md {
		font-size: 14px;
	}
}

.grid_row .infographics06 {
	padding: 36px 55px 50px;
	background-color: #fff;
	background-image: url("../images/top/grid_icon03.svg");
	background-repeat: no-repeat;
	background-position: left -30px bottom 50px;
}

@media screen and (max-width:1280px) {
	.grid_row .infographics06 {
		grid-area: c;
	}
}

@media screen and (max-width:768px) {
	.grid_row .infographics06 {
		padding: 20px;
		background-position: left -10px bottom 20px;
		background-size: 61px;
	}
}

.grid_row .infographics06 .txt_wrap {
	width: fit-content;
	margin: 98px 0 0 auto;
}

@media screen and (max-width:768px) {
	.grid_row .infographics06 .txt_wrap {
		margin: 7px 0 0 auto;
	}
}

.grid_row .infographics06 .txt_wrap h3 {
	margin: 0;
}

.grid_row .infographics06 .number {
	white-space: nowrap;
}

@media screen and (max-width:480px) {
	.grid_row .infographics06 .number {
		white-space: wrap;
	}
}

.grid_row .infographics06 .num_lg {
	width: auto;
	font-size: 101px;
}

@media screen and (max-width:768px) {
	.grid_row .infographics06 .num_lg {
		font-size: 45px;
	}
}

@media screen and (max-width:320px) {
	.grid_row .infographics06 .num_lg {
		font-size: 36px;
	}
}

.grid_row .infographics06 .num_md {
	font-size: 59px;
}

@media screen and (max-width:768px) {
	.grid_row .infographics06 .num_md {
		font-size: 26px;
	}
}

@media screen and (max-width:320px) {
	.grid_row .infographics06 .num_md {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.txt_sm {
		font-size: 12px;
	}
}

.overview_wrap {
	display: flex;
	gap: 40px;
}

@media screen and (max-width:768px) {
	.overview_wrap {
		flex-direction: column;
	}
}

.overview_wrap .overview {
	width: 100%;
	text-align: center;
}

.overview_wrap .overview figure {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 175px;
}

@media screen and (max-width:768px) {
	.overview_wrap .overview figure {
		flex-direction: column;
		height: auto;
	}
}

.overview_wrap .overview:not(:last-child) figure::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 69px;
	top: 50%;
	right: -55px;
	background-image: url("../images/top/top_icon01.png");
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}

@media screen and (max-width:1124px) {
	.overview_wrap .overview:not(:last-child) figure::after {
		width: 40px;
		height: 39px;
		right: -40px;
	}
}

@media screen and (max-width:768px) {
	.overview_wrap .overview:not(:last-child) figure::after {
		position: static;
		display: block;
		width: 40px;
		height: 39px;
		margin: 20px auto 0;
		transform: translateY(0%);
	}
}

.overview_wrap .overview figure strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
}

@media screen and (max-width:1124px) {
	.overview_wrap .overview figure strong {
		font-size: 20px;
	}
}

@media screen and (max-width:768px) {
	.overview_wrap .overview figure strong {
		font-size: clamp(20px, 5vw, 36px);
	}
}


.overview_wrap .overview figure strong span {
	display: block;
	font-size: 20px;
	font-weight: 500;
}

@media screen and (max-width:1124px) {
	.overview_wrap .overview figure strong span {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.overview_wrap .overview figure strong span {
		font-size: clamp(16px, 3vw, 24px);
	}
}

.bg_white_box h4 {
	font-size: 20px;
	font-weight: 500;
	color: #4a437f;
	line-height: 1.4;
	text-align: center;
	margin: 16px 0 0;
}

@media screen and (max-width:768px) {
	.bg_white_box h4 {
		font-size: clamp(16px, 3vw, 24px);
	}
}



.bg_white_title {
	font-size: 28px;
	font-weight: 500;
	color: #040440;
	line-height: 1.4;
	padding: 8px 16px;
	background: #fff;
}

@media screen and (max-width:768px) {

	.bg_white_title {
		font-size: 20px;
		padding: 6px 12px;
	}
}

div.dotted::before {
	position: absolute;
	content: "・";
	left: 0;
	line-height: 1.75;
}

@media screen and (max-width:768px) {
	div.dotted::before {
		font-size: 14px;
		line-height: 1.68;
	}
}

.directors_list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}


@media screen and (max-width: 1280px) {
	.directors_list {
		gap: 20px;
	}
}

@media screen and (max-width: 480px) {
	.directors_list {
		gap: 10px;
	}
}

.directors_list li {
	width: calc(100% / 3 - 40px);
}

@media screen and (max-width: 1280px) {
	.directors_list li {
		width: calc(100% / 3 - 13.4px);
	}
}

@media screen and (max-width: 768px) {
	.directors_list li {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 480px) {
	.directors_list li {
		width: calc(50% - 5px);
	}
}

.directors_list li a {
	display: block;
}

.directors_list li a:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.125);
}

.directors_list li a figure .pic {
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.directors_list li a figure .pic {
		display: flex;
		flex-direction: column;
	}
}

.directors_list li a figure .pic::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	transition: all 0.5s ease;
	opacity: 0;
}

.directors_list li a:hover figure .pic::after {
	opacity: 0.5;
}

.directors_list li a figure .pic img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.directors_list li a:hover .pic img {
	transform: scale(1.15);
}

.directors_list li a figure .pic .post {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px 12px;
	margin: 0 0 0 25%;
	background: rgba(220, 220, 220, 0.85);
	transition: all 0.5s ease;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.directors_list li a figure .pic .post {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 6px 8px;
		margin: 0;
		background: rgba(220, 220, 220, 1);
		min-height: 40px;
	}
}

.directors_list li a:hover figure .pic .post {
	background: rgba(220, 220, 220, 1);
}

.directors_list li a figure .pic .post h4 {
	font-size: 16px;
	margin: 0;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.directors_list li a figure .pic .post h4 {
		display: flex;
		align-items: center;
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.directors_list li a figure .pic .post h4 {
		font-size: 12px;
	}
}

.directors_list li a figure .pic .post h4 .sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.directors_list li a figure .pic .post h4 .sp {
		display: block;
	}
}

.directors_list li a figure figcaption h3 {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 12px 16px;
	margin: 0;
	background: #212156;
	transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
	.directors_list li a figure figcaption h3 {
		font-size: 18px;
		padding: 8px 12px;
	}
}

@media screen and (max-width: 480px) {
	.directors_list li a figure figcaption h3 {
		font-size: 14px;
		padding: 8px;
	}
}

.directors_list li a:hover figure figcaption h3 {
	color: #212156;
	background: #fff;
}

.directors_list li a figure figcaption h3::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
	right: 16px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.5s ease;
}

@media screen and (max-width: 480px) {
	.directors_list li a figure figcaption h3::after {
		width: 6px;
		height: 6px;
		top: calc(50% - 3px);
		right: 12px;
	}
}

.directors_list li a:hover figure figcaption h3::after {
	top: 50%;
	border-color: #212156;
}