  @charset "utf-8";
/* CSS Document */

.officer_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5%;
	margin-top: 40px;
}
.officer_list ul li{
	width: 29.5%;
	margin-bottom: 15%;
	text-align: left;
}
.officer_list ul li:nth-child(4n){
	margin-right: 0;
}
.officer_list ul li:nth-child(13),
.officer_list ul li:last-child{
	margin-bottom: 5%;
}
.officer_list ul li p.significant_txt{
	margin-top: 10px;
	font-size: 13px;
	font-weight: normal;
    line-height: 1.8;
}
.officer_list ul li p.officer_position{
	margin-top: 10px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
}
.officer_list ul li p.officer_name{
	font-size: 22px;
	font-weight: bold;
	line-height: calc(25 / 18);
}
.officer_list ul li p.officer_name sub{
	font-size: 14px;
}

.officer_list ul li .career-box{
	margin-top: 30px;
}
.officer_list ul li .career-box li{
	display: flex;
	margin-bottom: 0;
	margin-left: 0;
	width: auto;
}
.officer_list ul li .career-box span{
	margin-right: 5px;
	min-width: 78px;
	font-size: 1.4rem;
}
.officer_list ul li .career-box span + span{
	margin-right: 0;
}

.operating-officer{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.operating-officer li{
	font-weight: 600;
	font-size: 2.2rem;
	width: calc(100% / 4);
	line-height: 1;
}
.operating-officer li:nth-child(n+5):nth-child(-n+8){
	margin-top: 1.4em;
}
.operating-officer li:nth-child(n+9){
	margin-top: 1.4em;
}
.operating-officer li.operating-officer_en{
	width: calc(100% / 2);
}


@media screen and (max-width: 950px){
	.operating-officer li{
		width: 50%;
	}
	.operating-officer li:nth-child(n+5):nth-child(-n+8),
	.operating-officer li:nth-child(n+9){
		margin-top: 1em;
	}
	.operating-officer li:nth-of-type(n+3){
		margin-top: 1em;
	}
}
@media screen and (max-width: 768px){
	.officer_list ul{
		gap: 0;
	}
	.officer_list ul li{
		width: 48%;
	}
	.officer_list ul li:nth-child(2n){
		margin-left: 4%;
	}
	.officer_list ul li figure{
		text-align: center;
	}
}
@media screen and (max-width: 610px){
	.officer_list ul.career-box{
		display: none;
	}
}
@media screen and (max-width: 600px){
	.operating-officer li,
	.operating-officer li.operating-officer_en{
		width: 100%;
		font-size: 1.8rem;
		font-weight: normal;
		margin-top: 1em !important;
	}
	.operating-officer li:nth-child(n+5):nth-child(-n+8),
	.operating-officer li:nth-child(n+9){
		margin-top: 1em;
	}
	.operating-officer li:nth-of-type(n+3){
		margin-top: 1em;
	}
	
}
@media screen and (max-width: 480px){
	.officer_list ul li{
		margin-bottom: 10.72%;
	}
	
	.officer_list ul li:nth-child(2n){
		margin-right: 0;
	}
	.officer_list ul li p {
		margin-top: 5px;
		font-size: 1.8rem;
	}
}