/* =========================================================
   会社情報ページ
========================================================= */

.tks-about-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--about {
	background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url("/wp-content/uploads/2026/04/about-overview.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(38px, 4vw, 58px);
	font-weight: 900;
	line-height: 1.1;
	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: 680px;
	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-about-section {
	position: relative;
	padding: 110px 40px;
	background: #fff;
}

.tks-about-section:nth-of-type(even) {
	background: #f7f9fc;
}

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

.tks-about-section__heading {
	margin-bottom: 34px;
}

.tks-about-section__heading h2 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-left: 18px;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.04em;
}

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

.tks-about-section__heading div {
	margin-top: 8px;
	color: #2f72b8;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.12em;
}

.tks-about-table {
	background: #fff;
	border: 1px solid rgba(19, 58, 122, 0.12);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(19, 58, 122, 0.08);
	overflow: hidden;
}

.tks-about-table__row {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	border-bottom: 1px solid rgba(19, 58, 122, 0.1);
}

.tks-about-table__row:last-child {
	border-bottom: none;
}

.tks-about-table__head {
	display: flex;
	align-items: center;
	padding: 22px 28px;
	color: #16325f;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.6;
	background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
	border-right: 1px solid rgba(19, 58, 122, 0.1);
}

.tks-about-table__body {
	padding: 22px 28px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: 0.03em;
}

.tks-about-table__body a {
	color: #2f72b8;
	font-weight: 800;
	text-decoration: none;
}

.tks-about-message__layout {
	position: relative;
	padding: 56px;
	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);
	overflow: hidden;
}

.tks-about-message__layout::after {
	content: "MESSAGE";
	position: absolute;
	right: -8px;
	bottom: -14px;
	color: rgba(47, 114, 184, 0.055);
	font-size: clamp(60px, 9vw, 130px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.06em;
	pointer-events: none;
}

.tks-about-message__content {
	position: relative;
	z-index: 2;
	max-width: 820px;
}

.tks-about-message__content p {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 2.1;
	letter-spacing: 0.03em;
}

.tks-about-message__content p + p {
	margin-top: 18px;
}

.tks-about-message__name {
	margin-top: 34px;
	text-align: right;
}

.tks-about-message__name span {
	display: block;
	margin-bottom: 8px;
	color: #2f72b8;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.08em;
}

.tks-about-message__name strong {
	display: block;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.08em;
}

.tks-about-access__layout {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 40px;
	align-items: stretch;
}

.tks-about-access__info {
	padding: 36px;
	color: #fff;
	background: linear-gradient(135deg, #5c9fe0 0%, #1f4f98 100%);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(19, 58, 122, 0.14);
}

.tks-about-access__info h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
}

.tks-about-access__info p {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.tks-about-access__info h3:not(:first-child) {
	margin-top: 28px;
}

.tks-about-access__button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.tks-about-access__button:hover {
	color: #1f4f98;
	background: #fff;
	transform: translateY(-2px);
}

.tks-about-access__map {
	position: relative;
	min-height: 420px;
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(19, 58, 122, 0.08);
	overflow: hidden;
}

.tks-about-access__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
}

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

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

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

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

	.tks-about-section {
		padding: 78px 24px;
	}

	.tks-about-section__heading {
		margin-bottom: 28px;
	}

	.tks-about-section__heading h2 {
		font-size: 30px;
	}

	.tks-about-table__row {
		display: block;
	}

	.tks-about-table__head {
		padding: 16px 20px 10px;
		border-right: none;
	}

	.tks-about-table__body {
		font-size: 14px;
	}

	.tks-about-message__layout {
		padding: 34px 22px;
		border-radius: 18px;
	}

	.tks-about-message__content p {
		font-size: 14px;
		line-height: 2;
	}

	.tks-about-message__name {
		margin-top: 28px;
	}

	.tks-about-access__layout {
		display: block;
	}

	.tks-about-access__info {
		padding: 28px 22px;
		border-radius: 16px;
	}

	.tks-about-access__map {
		min-height: 320px;
		margin-top: 24px;
		border-radius: 16px;
	}

	.tks-about-access__map iframe {
		min-height: 320px;
	}
}