@media(min-width: 1024px) {
	.list_container {
		max-width: 1038px;
		width: 57.67rem
	}
}
.list_inner {
	margin-bottom: 2rem;
	display: grid;
	grid-template-columns: 6fr 7fr;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	align-items: center
}
@media(min-width: 1024px) {
	.list_inner {
		grid-template-columns: 4fr 7fr;
		margin-bottom: 3rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
		max-width: 540px;
		margin-inline: auto
	}
}
.list_ttl {
	display: flex;
	flex-direction: column;
	width: 100%
}
.list_ttl .role {
	display: block;
	padding-left: 1rem;
	padding-top: .38rem;
	padding-bottom: .38rem;
	border-left: .38rem solid #023366;
	border-bottom: 1px solid #023366;
	color: #023366;
	font-size: 1rem;
	letter-spacing: .05em
}
@media(min-width: 1024px) {
	.list_ttl .role {
		padding-top: .28rem;
		padding-bottom: .28rem;
		border-left: .44rem solid #023366
	}
}
.list_ttl .name {
	display: block;
	padding-left: 1rem;
	padding-top: .38rem;
	padding-bottom: .38rem;
	border-left: .38rem solid #023366;
	color: #023366;
	font-size: 1rem;
	letter-spacing: .05em
}
@media(min-width: 1024px) {
	.list_ttl .name {
		padding-top: .28rem;
		padding-bottom: .28rem;
		border-left: .44rem solid #023366
	}
}
.list_ttl .name .en {
	margin-left: .78rem;
	font-size: .78rem
}
@media(max-width: 1023px) {
	.list_ttl .name .en {
		margin-top: .2rem;
		margin-left: unset;
		display: block
	}
}
.list_lead {
	margin-bottom: 1.5rem;
	color: #023366;
	font-weight: 500
}
@media(min-width: 1024px) {
	.list_lead {
		margin-bottom: 2.5rem
	}
}
.list_lead.noneimg {
	margin-bottom: 1rem
}
@media(min-width: 1024px) {
	.list_lead.noneimg {
		margin-bottom: 2rem
	}
}
.list_img {
	margin-inline: auto;
	width: 100%;
	aspect-ratio: 1/1
}
@media(min-width: 1024px) {
	.list_img {
		width: 100%
	}
}
.list_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}
.list_img img.noimage {
	-o-object-fit: cover;
	object-fit: cover
}
.list_list {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: unset;
	row-gap: 1.5rem
}
@media(min-width: 1024px) {
	.list_list {
		row-gap: 1.56rem
	}
}
.list_list_item {
	display: grid;
	row-gap: 1rem;
	border-bottom: dotted 2px #c1c1c1;
	padding-bottom: 1.5rem
}
@media(min-width: 1024px) {
	.list_list_item {
		padding-bottom: 1.56rem
	}
}
.list_item_link {
	display: grid;
	row-gap: .3rem;
	transition: all .3s
}
@media(min-width: 1024px) {
	.list_item_link {
		grid-template-columns: 3fr 5fr;
		-moz-column-gap: 1.44rem;
		column-gap: 1.44rem
	}
}
.list_link_img {
	display: flex;
	margin-inline: auto;
	margin-bottom: unset;
	aspect-ratio: 337/225;
	overflow: hidden;
	width: 80%;
	border: 1px solid #c1c1c1
}
@media(min-width: 1024px) {
	.list_link_img {
		width: 100%
	}
}
.list_link_img figure {
	margin-bottom: unset;
	position: relative;
	flex: 1;
	overflow: hidden
}
.list_link_img img {
	position: absolute;
	margin: auto;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center
}
.list_link_img img.padding {
	padding: 1rem
}
.list_link_img img.noimage {
	-o-object-fit: cover;
	object-fit: cover
}
.list_item_ttl {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: dotted 2px #023366;
	color: #023366;
	font-size: 1.13rem;
	font-weight: 700;
	letter-spacing: .05em
}
@media(min-width: 1024px) {
	.list_item_ttl {
		margin-top: 1.5rem;
		margin-bottom: 1.56rem;
		padding-bottom: 1.56rem;
		font-size: 1.11rem
	}
}
.list_item_lead {
	display: grid;
	grid-template-columns: 1fr 2.5fr;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	color: #023366;
	width: 100%;
	font-size: 1rem;
	transition: .3s color ease-in-out
}
@media(min-width: 560px) {
	.list_item_lead {
		grid-template-columns: 1fr 3fr
	}
}
@media(min-width: 1024px) {
	.list_item_lead {
		grid-template-columns: 1fr 4fr
	}
}
.list_item_lead .head {
	display: grid;
	place-content: center;
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
	padding: .13rem .88rem;
	background-color: #9f8643;
	color: #fff;
	font-size: .88rem
}
@media(min-width: 1024px) {
	.list_item_lead .head {
		padding: .06rem .72rem;
		font-size: .89rem
	}
}
.list_item_lead .body {
	color: #023366;
	font-size: 1.06rem
}
@media(min-width: 1024px) {
	.list_item_lead .body {
		font-size: 1rem
	}
}
.list_item_lead .body.content {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 1rem;
	overflow: hidden
}
.list_item_lead.content {
	display: grid
}
.person_img {
	margin: 1rem 0 0 0;
	display: block;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	height: 9rem;
	width: fit-content;
	overflow: hidden;
	border: 1px solid #c1c1c1
}
@media(min-width: 1024px) {
	.person_img {
		height: 12rem
	}
}
.person_img img {
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	animation-name: fadeIn;
	animation-fill-mode: forwards;
	opacity: 0
}
.modal.remove {
	animation-name: fadeOut;
	animation-fill-mode: forwards;
	opacity: 0
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.modal__container {
	margin: auto;
	position: relative;
	width: calc(100% - 4rem);
	height: calc(100% - 4rem);
	background-color: #fff;
	border: solid #023366 2px;
	overflow-y: auto
}
@media(min-width: 1024px) {
	.modal__container {
		width: 53.33rem;
		max-width: 960px;
	}
}
.modal__close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239.828%22%20height%3D%2239.83%22%20viewBox%3D%220%200%2039.828%2039.83%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_63933%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2063933%22%20transform%3D%22translate(9100.914%2018940.914)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_63932%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2063932%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_45%22%20data-name%3D%22%E7%B7%9A%2045%22%20d%3D%22M35.586%2C38.414l-37-37L1.414-1.414l37%2C37Z%22%20transform%3D%22translate(-9099.5%20-18939.5)%22%20fill%3D%22%23023366%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_46%22%20data-name%3D%22%E7%B7%9A%2046%22%20d%3D%22M35.586%2C38.414l-37-37L1.414-1.414l37%2C37Z%22%20transform%3D%22translate(-9062.5%20-18939.498)%20rotate(90)%22%20fill%3D%22%23023366%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.5rem;
	height: auto;
	aspect-ratio: 1/1;
	cursor: pointer;
	z-index: 999;
	opacity: 1;
	margin: 1rem
}
.modal__close:hover {
	opacity: .75;
	transition: .3s all ease-in-out
}
.modal__inner {
	position: relative;
	padding: 1.44rem
}
@media(min-width: 560px) {
	.modal__inner {
		padding: 2.39rem
	}
}
@media(min-width: 1285px) {
	.modal__inner {
		padding: 2.39rem 8.83rem
	}
}
.modal__ttl {
	margin-bottom: 2rem;
	font-size: 1.1rem;
	letter-spacing: .05em;
	text-align: center;
	font-weight: 700;
	color: #023366
}
@media(min-width: 1024px) {
	.modal__ttl {
		font-size: 1.3rem
	}
}
.modal__img {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	aspect-ratio: 390/520;
	max-width: 200px;
	max-height: 600px;
	width: 100%;
	overflow: hidden
}
.modal__img img {
	position: absolute;
	margin: auto;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}
.modal__lead {
	margin-top: 1.5rem;
	color: #023366
}
.modal__lead .bold {
	display: block;
	margin-bottom: .5rem;
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: .05em
}
.accessmenu_list {
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
@media(min-width: 1024px) {
	.accessmenu_list {
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem
	}
}
.accessmenu_link {
	color: #023366;
	text-decoration: underline;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: .05em;
	opacity: 1;
	transition: .3s opacity ease-in-out
}
@media(min-width: 1024px) {
	.accessmenu_link {
		font-size: 1.33rem;
		line-height: 1.5
	}
}
.accessmenu_link:hover {
	opacity: .75
}
.accessmenu_link.none_hover {
	opacity: .5;
	pointer-events: none;
	text-decoration: none
}
.accessmenu_link.none_hover:hover {
	opacity: .5
}
.accessmenu_line {
	width: 2px;
	height: 1.94rem;
	background-color: #023366
}
@media(min-width: 1024px) {
	.accessmenu_line {
		height: 1.88rem
	}
}
.profile_btn {
	cursor: pointer;
	text-decoration: underline;
	display: block
}
.list_item_lead .body span {
	display: block
}
.list_item_ttl a {
	color: #023366;
	opacity: 1;
	transition: .3s all ease-in-out
}
.list_item_ttl a:hover {
	opacity: .75
}
/*# sourceMappingURL=talking-event.min.css.map */