.talk-item {
	padding: 16px;
	border-style: solid !important;
	cursor: pointer;
	position: relative;
	transition: scale 0.25s ease;
}
.talk-item:after, .talk-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.talk-item:before {
	width: 100%;
	background: #fff;
	z-index: -2;
}
.talk-item:after {
	width: 0;
	transition: 0.25s ease;
	background: var(--color_htag);
	opacity: 0.25;
	z-index: -1;
}
.talk-item:hover {
	scale: 1.01;
}
.talk-item:hover:after {
	width: 100%;
}
.talk-item h3 {
	margin: 0.1em 0;
	font-weight: 700 !important;
}
.talk-item h2 {
	margin: 0.5em 0 0;
	color: var(--color_htag);
	font-size: 2.25em;
	padding: 0;
	font-family: serif;
}
.talk-item h2:before {
	display: none;
}
.talk-item h4 {
	padding: 0.5em 0 0;
	margin-bottom: 0.1em;
	border-width: 0;
}
.talk-item .wp-block-cover {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 200px !important;
}
.talk-item_info::before {
	content: "理事長・特別対談";
	padding: 0.25em;
	font-size: 1em;
	color: var(--color_htag);
	border: 0.5px solid var(--color_htag);
}