.u-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}
@media only screen and (max-width: 767.98px) {
	.container {
		padding-block: 3.75rem
	}
}
@media print, screen and (min-width: 992px) {
	.container {
		-webkit-padding-after: 6.5rem;
		padding-block-end: 6.5rem
	}
}
.mainVisual {
	contain: content;
	-webkit-margin-after: 4rem;
	margin-block-end: 4rem
}
.home__title {
	-webkit-margin-after: 1.5rem;
	margin-block-end: 1.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5
}
.home__title+* {
	-webkit-margin-before: 0 !important;
	margin-block-start: 0 !important
}
.news__item {
	position: relative;
	display: grid;
	grid-template-rows: repeat(2, auto);
	grid-template-columns: auto 1fr;
	gap: .5rem .75rem;
	padding-block: 1.25rem;
	-webkit-border-after: 1px solid var(--c-hairline);
	border-block-end: 1px solid var(--c-hairline)
}
.news__item:has(a) {
	-webkit-padding-end: 2.25rem;
	padding-inline-end: 2.25rem
}
@media(hover: hover) {
	.news__item:has(a) .news__title {
		-webkit-transition: color .3s;
		transition: color .3s
	}
	.news__item:has(a):hover .news__title {
		color: var(--c-link-hover) !important
	}
}
.news__item:has(a)::after {
	position: absolute;
	top: calc(50% - .5rem);
	right: 0;
	display: inline-block;
	content: "";
	contain: strict;
	content-visibility: auto;
	contain-intrinsic-size: 1rem;
	background-image: url(../../image/home/icon_arrow_next_black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
@supports not (contain-intrinsic-size: 1rem) {
	.news__item:has(a)::after {
		width: 1rem;
		height: 1rem
	}
}
.news__item:has(a[target=_blank])::after {
	background-image: url(../../image/home/icon_external.svg)
}
.news__item a {
	position: absolute;
	inset: 0
}
.news__item a::after {
	content: none !important
}
.news__item a span {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}
.news__date {
	grid-area: 1/1/2/2;
	font-size: .75rem;
	color: var(--c-gray-400)
}
.news__category {
	grid-area: 1/2/2/3;
	font-size: .75rem;
	color: var(--c-gray-400)
}
.news__title {
	grid-area: 2/1/3/3;
	font-weight: 700;
}
@media print, screen and (min-width: 992px) {
    .news__title {
        overflow: hidden;
        text-overflow: ellipsis;
	    white-space: nowrap
    }
}
.card__body {
	gap: .5rem 0
}
.card__hero {
	aspect-ratio: 16/9;
	overflow: hidden
}
.card__hero img {
	width: 100%;
	max-width: none;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.card__title {
	font-size: 1rem
}
@media print, screen and (min-width: 992px) {
	section:has(.home__button) {
		position: relative
	}
}
.home__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-column-gap: .25rem;
	-moz-column-gap: .25rem;
	column-gap: .25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5625rem .75rem;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1;
	color: var(--c-link);
	cursor: pointer;
	border: 1px solid currentColor;
	border-radius: 8px
}
@media print, screen and (min-width: 992px) {
	.home__button {
		position: absolute;
		top: 0;
		right: 0;
		-webkit-margin-before: 0 !important;
		margin-block-start: 0 !important
	}
}
@media(hover: hover) {
	.home__button {
		-webkit-transition: color .3s;
		transition: color .3s
	}
	.home__button:hover {
		color: var(--c-link-hover)
	}
}
.home__button::after {
	contain: strict;
	content-visibility: auto;
	contain-intrinsic-size: 1rem;
	display: inline-block;
	-webkit-margin-start: .25rem;
	margin-inline-start: .25rem;
	vertical-align: middle;
	content: "";
	background-image: url(../../image/home/icon_arrow_next_green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
@supports not (contain-intrinsic-size: 1rem) {
	.home__button::after {
		width: 1rem;
		height: 1rem
	}
}
.home__button[target=_blank]::after {
	background-image: url(../../image/home/icon_external_green.svg)
}
#pickup .card__list--three:not(:has(.card:nth-of-type(3))) .card__hero {
	aspect-ratio: auto
}
@media print, screen and (min-width: 576px) {
	#pickup .card__list--three:not(:has(.card: nth-of-type(3))) {
		grid-template-columns:repeat(2, 1fr)
	}
}
.interview__list {
	-webkit-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem
}
@media only screen and (max-width: 575.98px) {
	.interview__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-margin-end: -1.5rem;
		margin-inline-end: -1.5rem;
		overflow-x: scroll;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory
	}
}
@media print, screen and (min-width: 576px) {
	.interview__list {
		display: grid;
		grid-template-columns: repeat(3, 1fr)
	}
}
@media print, screen and (min-width: 576px) {
	.interview__list {
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem
	}
}
.interview__item {
	position: relative;
	display: grid;
	grid-template-rows: auto auto 1fr;
	row-gap: 1rem
}
@media only screen and (max-width: 575.98px) {
	.interview__item {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		scroll-snap-align: start;
		width: 66.0968%
	}
	.interview__item:last-of-type {
		-webkit-margin-end: 100%;
		margin-inline-end: 100%
	}
}
@media(hover: hover) {
	.interview__item .interview__title {
		-webkit-transition: color .3s;
		transition: color .3s
	}
	.interview__item:hover .interview__title {
		color: var(--c-link-hover)
	}
}
.interview__item a {
	position: absolute;
	inset: 0
}
.interview__item a::after {
	content: none !important
}
.interview__item a span {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}
.interview__hero {
	aspect-ratio: 16/9;
	overflow: hidden
}
.interview__hero img {
	width: 100%;
	max-width: none;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.interview__body {
	display: grid;
	row-gap: .5rem
}
.interview__date {
	grid-area: 1/1/2/2;
	font-size: .75rem;
	color: var(--c-gray-400)
}
.interview__title {
	display: -webkit-box;
	overflow: hidden;
	font-size: 1rem;
	font-weight: 700;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
