@charset "utf-8";
.officer_wrap {
		padding: 45px 95px 45px 45px;
		background: #fff;
		margin: 0 0 70px;
}
.officer_cont_upper {
		display: flex;
		align-items: center;
		justify-content: space-between;
}
.officer_thumb_caption {
		display: flex;
		align-items: flex-start;
		margin: 0 0 40px
}
.officer_cont_upper_left {
		flex: 1
}
.officer_cont_upper_left p {
		line-height: 1.8;
}
.officer_position {
		margin-right: 25px;
		display: flex;
}
.officer_position_hd {
		font-size: 20px;
		color: #fff;
		background: #D3372D;
		padding: 12px 15px;
}
.officer_thumb_caption .officer_name {
		font-size: 32px;
		font-weight: 500;
		letter-spacing: 0.03em;
		margin-block: calc((1em - 1lh) / 2);
}
p.plus {
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 14px;
		padding-top: 3px;
}
.officer_thumb {
		width: 260px;
		border: 1px solid #B7B7B7;
		margin-left: 45px;
}
.officer_thumb img {
		width: 100%;
		height: auto;
}
.officer_sb {
		font-size: 22px;
		font-weight: 600;
		margin: 0 0 20px
}
.officer_sb span {
		padding-left: 20px;
		display: inline-block;
		position: relative;
}
.officer_sb span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 3px);
		left: 0;
		width: 10px;
		height: 10px;
		background: #D3372D;
}
.officer_cont_caption p {
		line-height: 1.8;
		margin: 0 0 1em;
}
.hr {
		position: relative;
		height: 1px;
		background: #E2E2E2;
		margin: 40px 0;
}
.hr::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 35%;
		height: 1px;
		background: #D3372D;
}
.officer_cont_caption table {
		width: 100%;
		border-top: 1px solid #DBDBDB;
}
.officer_cont_caption th, .officer_cont_caption td {
		padding: 10px 0;
		border-bottom: 1px solid #DBDBDB;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.6;
}
.officer_cont_caption th {
		width: 1%;
		white-space: nowrap;
		padding-right: 30px;
}
.officer_cont_caption ul {
		margin-left: 15px;
		list-style: none
}
.officer_cont_caption ul li {
		position: relative;
		margin: 0 0 3px;
		line-height: 1.6;
}
.officer_cont_caption ul li::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 2px);
		left: -15px;
		width: 5px;
		height: 5px;
		background: #D3372D;
}
.officer_cont {
		position: relative;
}
.officer_cont .officer_plus {
		position: absolute;
		right: -70px;
		top: calc(50% - 20px);
		width: 40px;
		height: 40px;
		cursor: pointer;
		background: #000;
		border-radius: 50%;
}
.officer_plus::before, .officer_plus::after {
		content: '';
		display: block;
		position: absolute;
		top: 18px;
		left: 11px;
		width: 18px;
		height: 4px;
		background: #fff;
		pointer-events: none;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s;
}
.officer_plus::after {
		transform: rotate(90deg)
}
.officer_plus.isOpen::before {
		transform: rotate(180deg);
}
.officer_plus.isOpen::after {
		transform: rotate(270deg);
		opacity: 0;
}
.officer_cont_caption {
		display: none
}
@media(max-width: 1300px) {
		.officer_wrap {
				padding: 30px 70px 30px 30px;
				background: #fff;
				margin: 0 0 70px;
		}
		.officer_thumb {
				width: 35%;
				margin-left: 30px;
		}
		.officer_cont .officer_plus {
				right: -55px;
		}
}
@media(min-width: 841px) {
		.officer_plusSP {
				display: none;
		}
}
@media(max-width: 840px) {
		.officer_wrap {
				padding: 25px 25px 80px;
				margin: 0 0 50px;
		}
		.officer_thumb_caption {
				margin-bottom: 15px;
		}
		.officer_position {
				margin-right: 15px;
		}
		.officer_position_hd {
				font-size: 16px;
				padding: 4px 6px;
		}
		.officer_thumb_caption .officer_name {
				font-size: 26px;
		}
		.officer_sb {
				font-size: 18px;
				margin: 0 0 10px;
		}
		.officer_sb span::before {
				top: calc(50% - 3.5px);
		}
		.officer_plusPC {
				display: none;
		}
		.officer_plusSP {
				background: #000;
		}
		.officer_col {
				position: relative;
		}
		.officer_col .officer_plus {
				position: absolute;
				right: inherit;
				left: calc(50% - 20px);
				top: inherit;
				bottom: -65px;
				width: 40px;
				height: 40px;
				cursor: pointer;
				background: #000;
				border-radius: 50%;
		}
		.officer_plus::before, .officer_plus::after {
				content: '';
				display: block;
				position: absolute;
				top: 18px;
				left: 11px;
				width: 18px;
				height: 4px;
				background: #fff;
				pointer-events: none;
				transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s;
		}
}
@media(max-width: 767px) {
		.officer_wrap {
				padding: 20px 20px 80px;
				margin: 0 0 50px;
		}
		.officer_wrap.last {
				margin-bottom: 0;
		}
		.officer_cont_upper {
				display: flex;
				flex-direction: column-reverse;
		}
		.officer_thumb {
				width: 100%;
				margin: 0 0 20px;
		}
		.officer_thumb_caption .officer_name {
				font-size: 22px;
		}
		.officer_cont_upper_left p, .officer_cont_caption p {
				font-size: 15px;
		}
		.officer_thumb_caption {
				display: flex;
				align-items: center;
		}
		.officer_position_hd {
				font-size: 14px;
				padding: 4px 5px;
		}
		.name_flex {
				display: flex;
				align-items: center
		}
		p.plus {
				margin-left: 5px;
				padding-top: 0;
				font-size: 12px;
		}
}