@charset "utf-8";

/* page.css */

/* 基本設定 ---- */
.wp-block-group__inner-container p,
.wp-block-group__inner-container table,
.wp-block-group__inner-container ul {
	line-height: 1.75;
}

/* メインビジュアル ---- */
.mv-area {
	padding-top: var(--space-m);
	padding-bottom: var(--space-xl12);
}

.mv-area-inr {
}

.mv-area h1 {
	text-align: center;
	font-size: var(--ft-size48);
	font-weight: 700;
	color: var(--text-color);
}

main > .width-base:not(:last-of-type) {
	margin-bottom: var(--space-xl);
}

/* 見出し */
main h2 {
	width: fit-content;
	margin: 0 auto 1em auto;
	font-size: var(--ft-size30);
	font-weight: 500;
}

main h3,
main h4 {
	width: fit-content;
	margin: 0 auto 1em auto;
	font-size: var(--ft-size30);
	font-weight: 500;
	line-height: 1.2;
}

main p + p {
	margin-top: 1em;
}

.lead-box {
	margin: 0 auto 1.5em auto;
	width: fit-content;
	font-size: var(--ft-size20);
}

.link-box {
	gap: 0;
}

.link-box > div:nth-of-type(1) figure {
	height: 100%;
}

.link-box > div:nth-of-type(1) p {
	height: 100%;
}

.link-box > div:nth-of-type(1) a {
	font-size: var(--ft-size30);
	font-weight: 400;
	color: #ffffff;
	background-color: var(--sub-color);
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.link-box > div:nth-of-type(1) img {
	width: 35%;
	min-width: 150px;
}

/* ================================================ */
@media (max-width: 1000px) {
}

/* ================================================ */
@media (max-width: 768px) {
}

/* ================================================ */
@media (max-width: 640px) {
}

/* ================================================ */
@media (max-width: 480px) {
}