/*
Theme Name: Tokushikai LP（徳志会 医師採用LP）
Description: 一般社団法人徳志会 精神科医師採用（常勤・非常勤）ランディングページのWordPressテーマ。lp_tokushikai_combined_v1.2.0 をテーマ化したものです。
Author: 一般社団法人徳志会
Version: 1.2.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tokushikai-lp
*/

body {
	margin: 0;
	background: #E9ECF0;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.tk-wrap {
	box-shadow: 0 0 30px rgba(16, 30, 56, 0.12);
}

details summary::-webkit-details-marker { display: none; }
details summary { list-style: none; }

/*
 * PC表示ではLP全体を拡大表示する（スマホはそのまま）。
 * 幅を調整したい場合はこの倍率（1.25）を変更してください。
 * 例: 1.25 → 640px x 1.25 = 約800px幅で表示
 */
@media (min-width: 768px) {
	.tk-wrap,
	.tk-fixedbar,
	.tk-fixedbar-spacer {
		zoom: 1.25;
	}
}

/* ===== 装飾 ===== */

/* アイブロウ（小見出し）の金ライン */
.tk-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
}
.tk-eyebrow::before {
	content: "";
	width: 26px;
	height: 2px;
	flex-shrink: 0;
	background: #F0C557;
}

/* 年収ボックス: 上部の金ライン */
.tk-salary-box {
	position: relative;
	overflow: hidden;
}
.tk-salary-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #F0C557;
}

/*
 * スマホ幅: 年収表記を1行に収める
 * （インラインstyleを上書きするため!important使用）
 */
@media (max-width: 479px) {
	.tk-salary-line {
		flex-wrap: nowrap !important;
		gap: 4px !important;
		white-space: nowrap;
	}
	.tk-salary-num {
		font-size: min(26px, 7vw) !important;
	}
	.tk-salary-unit {
		font-size: min(12px, 3.2vw) !important;
	}
	.tk-salary-label {
		font-size: min(14px, 3.8vw) !important;
	}
	.tk-salary-tilde {
		font-size: min(16px, 4.3vw) !important;
	}
	/* 特徴チップ: 1行に2つずつ収まるサイズに */
	.tk-fv-tags span {
		font-size: 10.5px !important;
		padding: 4px 10px !important;
	}
}

/* CTAボタン: シャイン（光が流れる） */
.tk-btn-shine {
	position: relative;
	overflow: hidden;
}
.tk-btn-shine::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -75%;
	width: 50%;
	transform: skewX(-20deg);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	animation: tk-shine 3.2s ease-in-out infinite;
}
@keyframes tk-shine {
	0% { left: -75%; }
	55% { left: 125%; }
	100% { left: 125%; }
}

/* セクション見出しのアクセントバー */
.tk-h2 {
	position: relative;
	padding-top: 14px;
}
.tk-h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 3px;
	background: #1B3A6B;
}
.tk-h2--gold::before {
	background: #F0C557;
}

/* カード共通 */
.tk-card {
	background: #fff;
	border: 1px solid #EDF1F6;
	border-radius: 14px;
	box-shadow: 0 1px 2px rgba(16, 30, 56, 0.03), 0 10px 26px rgba(16, 30, 56, 0.06);
}

/* 強調カード: 年収ボックスと同じ金のトップライン */
.tk-card--feature {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #FFFEF9 0%, #FFFFFF 55%);
	border: 1px solid #E9DFC4;
	border-radius: 14px;
	box-shadow: 0 2px 4px rgba(16, 30, 56, 0.04), 0 14px 32px rgba(27, 58, 107, 0.10);
}
.tk-card--feature::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #B08A2E 0%, #F0C557 70%, #F6DE9A 100%);
}

/* カード内の番号見出し（根拠 / REASON） */
.tk-cardnum {
	display: flex;
	align-items: baseline;
	gap: 9px;
	margin-bottom: 12px;
}
.tk-cardnum-num {
	font-family: 'Noto Serif JP', serif;
	font-size: 27px;
	font-weight: 900;
	line-height: 1;
	color: #B08A2E;
	letter-spacing: 0.02em;
}
.tk-cardnum-label {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.24em;
	color: #6B7A94;
}
.tk-cardnum::after {
	content: "";
	flex: 1;
	height: 1px;
	align-self: center;
	margin-top: 6px;
	background: linear-gradient(90deg, rgba(227, 197, 103, 0.9) 0%, rgba(227, 197, 103, 0) 100%);
}

/* 根拠02: 成果→報酬のフロー図 */
.tk-flow {
	display: flex;
	align-items: stretch;
	gap: 8px;
}
.tk-flow-box {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #EEF3FA;
	border-radius: 10px;
	padding: 14px 10px;
}
.tk-flow-sign {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #1B3A6B;
	font-weight: 900;
}

/* FV: 小型スマホでも就職祝い金バナーがファーストビューに入るよう圧縮 */
@media (max-width: 479px) {
	.tk-fv-photo {
		height: min(24vw, 110px) !important;
		object-fit: cover;
		object-position: center 32%;
	}
	.tk-fv-lead {
		font-size: 12.5px !important;
		line-height: 1.75 !important;
		margin-bottom: 12px !important;
	}
	.tk-eyebrow {
		margin-bottom: 8px !important;
	}
	h1 {
		font-size: min(23px, 6vw) !important;
		margin-bottom: 10px !important;
	}
}
/* さらに背の低い端末(iPhone SE等)ではリード文を省略気味に */
@media (max-width: 479px) and (max-height: 700px) {
	.tk-fv-photo {
		height: 80px !important;
	}
	.tk-fv-lead {
		display: none !important;
	}
	.tk-fv-tags {
		margin-bottom: 14px !important;
	}
}

/* スマホ幅では縦並びにして折り返しを防ぐ */
@media (max-width: 479px) {
	.tk-flow {
		flex-direction: column;
		gap: 6px;
	}
	.tk-flow-box {
		padding: 12px 10px;
	}
	.tk-flow-box br {
		display: none;
	}
	.tk-flow-sign--arrow {
		transform: rotate(90deg);
	}
}

/* FAQ: 開閉マーク */
details.tk-faq summary {
	position: relative;
	padding-right: 30px;
}
details.tk-faq summary::after {
	content: "＋";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	font-weight: 900;
	color: #1B3A6B;
}
details.tk-faq[open] summary::after {
	content: "−";
}

/* 追従バー: すりガラス */
.tk-fixedbar {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

/* 固定ページ（プライバシーポリシー等）本文 */
.tk-page-body h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 17px;
	font-weight: 700;
	color: #16233C;
	line-height: 1.6;
	margin: 30px 0 10px;
	padding-bottom: 6px;
	border-bottom: 2px solid #EEF3FA;
}

.tk-page-body h3 {
	font-size: 14px;
	font-weight: 700;
	color: #1B3A6B;
	margin: 20px 0 6px;
}

.tk-page-body p {
	font-size: 13px;
	line-height: 2;
	color: #4B5563;
	margin: 0 0 12px;
}

.tk-page-body ul {
	margin: 0 0 14px;
	padding-left: 20px;
}

.tk-page-body li {
	font-size: 13px;
	line-height: 1.9;
	color: #4B5563;
	margin-bottom: 4px;
}
