/* =========================================================
   プライバシーポリシーページ
========================================================= */

.tks-policy-page {
	position: relative;
	z-index: 3;
	background: #fff;
	color: #111;
}

.tks-page-hero {
	position: relative;
	overflow: hidden;
	padding: 190px 40px 120px;
	color: #fff;
}

.tks-page-hero--policy {
	background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url("/wp-content/uploads/2026/04/inquiry-bg.webp") center / cover no-repeat;
}

.tks-page-hero__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.tks-page-hero__heading {
	position: relative;
	display: inline-block;
	margin-bottom: 28px;
}

.tks-page-hero__heading-bg {
	position: absolute;
	top: -12px;
	left: -10px;
	z-index: 3;
	width: calc(100% + 20px);
	height: 72px;
	background: linear-gradient(90deg, #4689ca 0%, #133a7a 100%);
	transform: scaleX(0);
	transform-origin: left center;
	animation: tksHeadingBgBox 1.05s cubic-bezier(0.76, 0, 0.24, 1) 0.25s forwards;
}

.tks-page-hero__title {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0.04em;
	opacity: 0;
	animation: tksHeadingText 0.01s linear 0.87s forwards;
}

.tks-page-hero__subtitle {
	position: relative;
	z-index: 2;
	margin-top: 10px;
	color: #2f72b8;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.12em;
	opacity: 0;
	filter: blur(10px);
	animation: tksBlurFade 0.8s ease 1.2s forwards;
}

.tks-page-hero__lead {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.04em;
	opacity: 0;
	transform: translateY(28px);
	animation: tksFadeUp 0.75s ease 1.37s forwards;
}

.tks-policy-section {
	position: relative;
	padding: 110px 40px 120px;
	background: linear-gradient(180deg, #f7f9fc 0%, #fff 22%, #fff 100%);
}

.tks-policy-section__inner {
	width: min(960px, 100%);
	margin: 0 auto;
}

.tks-policy-content {
	padding: 58px 62px;
	background: #fff;
	border: 1px solid rgba(19, 58, 122, 0.12);
	border-radius: 24px;
	box-shadow: 0 18px 46px rgba(19, 58, 122, 0.08);
}

.tks-policy-content > p:first-child {
	margin: 0 0 42px;
	padding: 24px 26px;
	color: #16325f;
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.03em;
	background: linear-gradient(135deg, #f7fbff 0%, #edf5fc 58%, #e5f0fa 100%);
	border: 1px solid rgba(47, 114, 184, 0.14);
	border-radius: 16px;
}

.tks-policy-block {
	margin-top: 42px;
}

.tks-policy-block:first-of-type {
	margin-top: 0;
}

.tks-policy-block h2 {
	position: relative;
	margin: 0 0 16px;
	padding-left: 18px;
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.tks-policy-block h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 6px;
	height: calc(100% - 10px);
	background: linear-gradient(180deg, #5aa4e8 0%, #174f9f 100%);
	border-radius: 999px;
}

.tks-policy-block p {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.03em;
}

.tks-policy-block ul {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.tks-policy-block li {
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: 0.03em;
}

.tks-policy-block li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.82em;
	width: 9px;
	height: 9px;
	background: #2f72b8;
	border-radius: 50%;
}

.tks-policy-contact {
	margin-top: 18px;
	padding: 24px 26px;
	color: #fff;
	background: linear-gradient(135deg, #5c9fe0 0%, #1f4f98 100%);
	border-radius: 16px;
	box-shadow: 0 16px 34px rgba(19, 58, 122, 0.14);
}

.tks-policy-contact p {
	margin: 0;
	color: #fff;
	font-weight: 800;
	line-height: 1.9;
}

.tks-policy-contact p + p {
	margin-top: 4px;
}

.tks-policy-contact a {
	color: #fff;
	text-decoration: none;
}

.tks-policy-date {
	margin: 48px 0 0;
	padding-top: 24px;
	color: rgba(0, 0, 0, 0.62);
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	border-top: 1px solid rgba(19, 58, 122, 0.12);
}

@media (max-width: 959px) {
	.tks-page-hero {
		padding: 140px 24px 82px;
	}

	.tks-page-hero__title {
		font-size: 32px;
	}

	.tks-page-hero__subtitle {
		font-size: 14px;
	}

	.tks-page-hero__lead {
		font-size: 14px;
		line-height: 1.9;
	}

	.tks-policy-section {
		padding: 78px 20px 86px;
	}

	.tks-policy-content {
		padding: 28px 20px;
		border-radius: 18px;
	}

	.tks-policy-content > p:first-child {
		margin-bottom: 34px;
		padding: 20px 18px;
		font-size: 14px;
		line-height: 1.9;
	}

	.tks-policy-block {
		margin-top: 34px;
	}

	.tks-policy-block h2 {
		font-size: 20px;
	}

	.tks-policy-block p,
	.tks-policy-block li {
		font-size: 14px;
		line-height: 1.9;
	}

	.tks-policy-contact {
		padding: 20px 18px;
		border-radius: 14px;
	}

	.tks-policy-date {
		text-align: left;
	}
}