.interview-list {
	padding: 0;
}

.interview-item {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-bottom: 40px;
}

.interview-imagewrapper {
	position: relative;
	flex: 4;
	border-radius: 10px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.interview-description {
	flex: 6;
}
.interview-description p {
	font-size: min(4vw, 20px);
	color: var(--t-text-color);
}
.interview-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interview-company {
	position: absolute;
	bottom: 16px;
	left: 24px;
	color: #fff;
}

.interview-card__title {
	font-weight: bold;
	margin: 10px 0;
}

.interview-label {
	display: inline-block;
	background: #D9D9D9;
    color: #6B6B6B;
	border-radius: 20px;
	padding: 2px 16px;
	font-size: 14px;
	margin-bottom: 10px;
}

.interview-card__desc {
	font-size: 18px;
	line-height: 1.5;
}


/* ニュース一覧ページ */

.news-list-wrapper {
	padding-top: 40px;
}

.news-list {
	padding-left: 0;
}

.news-list:hover > .news-list__link {
	opacity: 0.7;
}

.news-list:hover > .news-list__link:hover {
	opacity: 1;
}

.news-list__link {
	transition: 0.3s ease-in-out;
}


.news-list__item {
	padding-bottom: 2rem;
	border-bottom: 1px solid #B5B5B5;
	margin-bottom: 2rem;
}

.news-list__item {
	padding-bottom: 2rem;
	border-bottom: 1px solid #B5B5B5;
	margin-bottom: 2rem;
}

.news-item__content {
	color: #6B6B6B;
}

.news-item__title {
	font-size: min(4.5vw, 22px);
	letter-spacing: 0.1em;
}

.pagination {
	margin-top: 40px;
	text-align: center;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 8px 12px;
	margin: 0 4px;
	color: #2d71b7;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-decoration: none;
}

.pagination .current {
	background: #2d71b7;
	color: #fff;
	border-color: #2d71b7;
}

@media screen and (max-width: 479px) {
	.company-container {
		width: 90%;
	}
	.wp-block-table th,
	.wp-block-table td {
		padding-left: 0;
		padding-right: 0;
	}
	.wp-block-table td:first-child {
		width: 100px !important;
	}
	.company-section__content {
		font-size: 3.4vw;
	}
	.wp-block-table table {
		margin-top: 0;
	}
	h2.wp-block-heading {
		font-size: 4.5vw;
		line-height: 1.8em;
	}
	h3.wp-block-heading {
		font-size: 4vw;
		line-height: 1.8em;
	}
}
