/**
 * リンクカード
 */
.link-cards {
	display: flex;
}

.link-card {
	width: 720px;
	height: 581px;
	background-color: #ffffff;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid #0000001a;
}

.link-card a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
	padding: 15px 55px 0;
	box-sizing: border-box;
}

/**
 * カードヘッダー
 */
.card-header {
	display: flex;
	align-items: center;
	height: 100px;
	padding: 0 6px;
}

.card-title {
	font-family: "Afacad", sans-serif;
	font-weight: 700;
	font-size: 62px;
	color: #000000;
	letter-spacing: 4px;
	white-space: nowrap;
	margin-right: 24px;
}

.card-subtitle {
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	letter-spacing: 1.92px;
	line-height: 48px;
	white-space: nowrap;
}

/**
 * カード画像
 */
.card-image {
	width: 560px;
	height: 373px;
	margin: 24px auto;
	aspect-ratio: 1.5;
	object-fit: cover;
}
