/* ===============================
追加CSS　四国で暮らす
※テーマアップデート後に全体設計を再確認すること
=============================== */
/* ===============================
画像キャプション
=============================== */
/* 画像説明（キャプション用） */
.sk-img-caption {
	font-size: 14px;
	font-weight: 500;
/* medium相当 */
	color: #333;
	text-align: center;
	line-height: 1.6;
	margin-top: 10px;
}

/* スマホ調整 */
@media screen and (max-width: 630px) {
	.sk-img-caption {
		font-size: 14px;
		margin-top: 8px;
	}
}

/* =========================
画像カード（汎用）
========================= */
.sk-img-card {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 16px;
	margin: 24px 0;
	background: #fff;
	text-align: center;
}

/* 画像 */
.sk-img-card img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 6px;
}

/* キャプション（説明文） */
.sk-img-card .sk-img-caption {
	font-size: 14px;
	font-weight: 500;
	color: #444;
	line-height: 1.6;
	margin-top: 12px;
}

/* 補助テキスト（任意で小さく） */
.sk-img-card .sk-img-subtext {
	font-size: 13px;
	color: #777;
	margin-top: 6px;
	line-height: 1.5;
}

/* スマホ対応 */
@media screen and (max-width: 630px) {
	.sk-img-card {
		padding: 12px;
		margin: 20px 0;
	}
	
	.sk-img-card .sk-img-caption {
		font-size: 14px;
	}
	
	.sk-img-card .sk-img-subtext {
		font-size: 12px;
	}
}

/* =========================
画像カード用ボタン
========================= */
.sk-img-card-button {
	display: inline-block;
	margin-top: 12px;
	padding: 12px 24px;
	background-color: #0071bb;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 999px;
	transition: .3s;
}

.sk-img-card-button:hover {
	background-color: #005a90;
	text-decoration: none;
}

/* スマホ */
@media screen and (max-width: 630px) {
	.sk-img-card-button {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 12px 0;
		font-size: 15px;
	}
}

/* ===============================
画像2枚横並び
=============================== */
.sk-img-row {
	display: flex;
	margin: 24px -8px;
}

.sk-img-item {
	width: 50%;
	padding: 0 8px;
	box-sizing: border-box;
}

#main .sk-img-item img {
	display: block;
	width: 100%;
	height: auto;
}

.sk-img-item .sk-img-caption {
	margin-top: 10px;
}

/* スマホ */
@media screen and (max-width:630px) {
	.sk-img-row {
		display: block;
		margin: 20px 0;
	}
	
	.sk-img-item {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	
	.sk-img-item:last-child {
		margin-bottom: 0;
	}
}

/* ===============================
基本ボタンスタイル
=============================== */
.btn {
	display: inline-block;
	background-color: #0071bb;
	color: #fff;
	padding: 16px 24px;
	border-radius: 12px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px;
	transition: background-color .3s ease;
}

.btn:hover {
	background-color: #005a90;
}

/* btn-consult クラスだけ色を白に */
a.btn-consult,
a.btn-consult:visited {
	color: #fff !important;
/* 既存の a:visited より優先 */
	background-color: #007acc;
/* 必要なら背景色も */
	border-radius: 12px;
	text-decoration: none;
	display: inline-block;
}

a.btn-consult:hover {
	color: #fff;
/* ホバー時も白 */
	opacity: .8;
/* 任意でホバー効果 */
}

/* スマホ表示用ボタン調整 */
@media screen and (max-width: 630px) {
	.btn {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		font-size: 16px;
		margin-top: 12px;
	}
}

/* ===============================
イベントCTAボタン
=============================== */
.sk-event-button-wrap {
	margin: 32px 0;
	text-align: center;
}

.sk-event-button {
	display: inline-block;
	padding: 16px 40px;
	background: #0071bb;
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 999px;
	transition: .25s;
}

.sk-event-button:hover {
	background: #005b96;
	text-decoration: none;
}

@media screen and (max-width:630px) {
	.sk-event-button-wrap {
		margin: 24px 0;
	}
	
	.sk-event-button {
		display: block;
		width: 100%;
		padding: 14px 0;
		box-sizing: border-box;
		font-size: 16px;
	}
}

/* ===============================
CTAエリア
=============================== */
/* ---- PC用 ---- */
.cta-box {
	border: 2px solid #0071bb;
/* 枠線 */
	border-radius: 8px;
/* 角丸 */
	padding: 24px;
/* 内側余白 */
	margin: 32px 0;
/* 上下余白 */
	background-color: #f9fcff;
/* 背景色（ほんのり） */
	text-align: center;
}

.cta-title {
	font-size: 20px;
	font-weight: 700;
	color: #0071bb;
	margin-bottom: 12px;
}

/* タイトル下の画像 */
.cta-image {
	display: block;
	margin: 0 auto 16px;
/* 上0 / 左右自動 / 下16px */
	max-width: 80%;
/* 横幅は最大80％ */
	height: auto;
/* 高さは自動 */
}

@media screen and (max-width: 630px) {
	.cta-image {
		max-width: 100%;
	/* スマホでは幅いっぱい */
		margin: 0 auto 12px;
	/* 上0 / 左右自動 / 下12px */
	}
}

/* リスト全体 */
.cta-points {
	list-style: none !important;
/* 強制リセット */
	padding: 0;
	margin: 0 0 20px;
	text-align: left;
	display: inline-block;
/* 中央ブロックの中で左揃えにする */
}

/* 各項目 */
.cta-points li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 1.5em;
/* マーク分余白 */
}

/* ★ここが重要：■を強制表示 */
.cta-points li::before {
	content: "■";
/* ←これなら確実に出る */
	position: absolute;
	left: 0;
	color: #0071bb;
	font-weight: bold;
}

/* キャッチ */
.cta-catch {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666;
	margin-bottom: 4px;
/* 間隔を狭く調整 */
}

/* ボタン */
.cta-button {
/* margin-top: 0; 元の余白を消す */
	display: inline-block;
	background-color: #0071bb;
	color: #fff !important;
	padding: 14px 24px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	transition: .3s;
	margin-bottom: 16px;
}

.cta-button:hover {
	background-color: #005a90;
}

/* ---- スマホ用 ---- */
@media screen and (max-width: 630px) {
	.cta-box {
		padding: 16px;
		margin: 24px 0;
	}
	
	.cta-title {
		font-size: 18px;
	}
	
	.cta-points li {
		font-size: 14px;
	}
	
	.cta-button {
		display: block;
		width: 100%;
		padding: 12px 0;
		font-size: 16px;
	}
}

/* ===============================
目次スタイル（Table of Contents, TOC）
PC &amp; スマホ対応・階層マーク付き
※テーマが古いため階層マークは表示されない
　テキストでマークを入れる（アプデ後に再検討）
=============================== */
/* ---- PC用 ---- */
.toc {
	border: 1px solid #0071bb;
/* 外枠線 */
	border-radius: 6px;
/* 角丸 */
	padding: 16px;
/* 内側余白 */
	margin-bottom: 32px;
/* 下余白 */
	background-color: #fff;
/* 背景色 */
}

.toc strong {
	display: block;
/* ブロック表示で改行 */
	font-size: 18px;
/* タイトル文字サイズ */
	margin-bottom: 12px;
/* タイトル下の余白 */
	color: #0071bb;
/* タイトル色 */
}

/* 親リスト全体の設定 */
.toc ul {
	padding-left: 20px;
/* リスト全体のインデント */
	margin: 0;
/* デフォルト余白リセット */
}

/* 親リスト項目 */
.toc &gt; ul &gt; li {
	margin-bottom: 8px;
/* 各項目下の余白 */
	position: relative;
/* マーク表示用の基準位置 */
	padding-left: 1.5em;
/* ■マーク分の余白 */
	list-style: none;
/* リセットCSSで消されるので明示 */
}

/* 親リストマーク「■」 */
.toc &gt; ul &gt; li &gt; a::before {
	content: "■";
	margin-right: .3em;
}

/* 子リスト */
.toc ul li ul li {
	margin-bottom: 4px;
/* 子リスト項目下の余白 */
	padding-left: 1.2em;
/* ・マーク分の余白 */
	position: relative;
/* ・マーク表示用基準 */
	list-style: none;
/* リセットCSSで消されるため明示 */
}

/* 子リストマーク「・」 */
.toc ul li ul li::before {
	content: "・" !important;
/* 表示文字 */
	position: absolute !important;
/* 左に固定 */
	left: 0 !important;
	top: 0;
	color: #0071bb !important;
/* マーク色 */
	font-weight: bold;
/* 太字 */
}

/* リンク装飾 */
.toc a {
	color: #0071bb;
/* リンク色 */
	text-decoration: none;
/* 下線なし */
}

.toc a:hover {
	text-decoration: underline;
/* ホバーで下線 */
}

/* ---- スマホ用 ---- */
@media screen and (max-width: 630px) {
	/* TOCボックス調整 */
	.toc {
		padding: 12px;
	/* 内側余白を少し小さく */
		margin-bottom: 24px;
	/* 下余白も少し減らす */
	}
	
	/* タイトル文字サイズ調整 */
	.toc strong {
		font-size: 16px;
	/* タイトルを少し小さく */
		margin-bottom: 8px;
	/* 下余白も小さく */
	}
	
	/* リスト全体のインデント調整 */
	.toc ul {
		padding-left: 16px;
	}
	
	/* 親リスト */
	.toc &gt; ul &gt; li {
		margin-bottom: 6px;
		padding-left: 1.2em;
	/* ■マーク分の余白 */
	}
	
	/* 子リスト */
	.toc ul li ul li {
		margin-bottom: 3px;
		padding-left: 1em;
	/* ・マーク分の余白 */
	}
	
	.toc ul li ul li::before {
		left: 0;
		top: 0;
	/* 縦位置調整 */
	}
}

/* ===============================
【暫定】余白ユーティリティ（2026/04）
クラシックエディタ対応のため追加
※アプデ後に全体の余白設計を見直すこと
=============================== */
.mb-16 {
	margin-bottom: 16px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-64 {
	margin-bottom: 64px;
}

/* ===============================
強調（テキスト/サイズ大）
=============================== */
.emphasis-text {
	font-size: 20px;
/* PC表示用 */
	font-weight: bold;
/* 太字 */
	color: #000000;
	margin: 0 0 1em;
}

/* スマホなど小さい画面用 */
@media screen and (max-width: 630px) {
	.emphasis-text {
		font-size: 18px;
	/* フォントを少し小さく調整 */
	}
}

/* ==============================
強調（テキスト/標準サイズ）
============================== */
.sk-em {
	font-weight: bold;
}

.sk-em-red {
	color: #F03F49;
}

.sk-em-blue {
	color: #1e88e5;
}

/* ==============================
マーカー
============================== */
.sk-marker {
	font-weight: bold;
	padding: 0 2px;
}

.sk-marker-yellow {
	background: linear-gradient(transparent 60%,#fff59d 60%);
}

.sk-marker-green {
	background: linear-gradient(transparent 60%,#a5d6a7 60%);
}

/* =============================
応用（少しリッチな強調）
============================ */
/* 重要ポイント（赤＋少し強め） */
.sk-important {
	color: #e53935;
	font-weight: bold;
}

/* 補足・安心感（青） */
.sk-note-blue {
	color: #1e88e5;
}

/* 注釈（グレー） */
.sk-note {
	font-size: 13px;
	color: #777;
	margin-top: 6px;
	line-height: 1.5;
}

/* 注意書き（やや控えめ赤） */
.sk-caution {
	color: #d32f2f;
	font-weight: bold;
}

/* =========================
    出典表記
   ========================= */
/*
    ・記事下部やデータ直下に使用
    ・本文より少し小さめで補足感を出す
    ・色は薄めにして主張を抑える
*/
.source {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.6;
	color: #666;
}

/* 出典リンク */
.source a {
	color: #666;
	text-decoration: underline;
}

/* hover時 */
.source a:hover {
	opacity: .7;
}

/* ==============================
番号付きリスト（ol）のスタイル復活
----------------------------
リセットCSSで list-style: none; が指定されているため、
このクラスを付けたリストのみ番号を表示させる
============================== */
.number-list {
	list-style-type: decimal;
/* 番号（1,2,3…）を表示 */
	padding-left: 1.5em;
/* 番号の表示スペースを確保 */
}

/* 各リスト項目の調整 */
.number-list li {
	margin-bottom: .5em;
/* 項目ごとの余白 */
	line-height: 1.6;
/* 読みやすさ向上 */
}

/* 最後の項目だけ余白を消す（見た目調整） */
.number-list li:last-child {
	margin-bottom: 0;
}

/* ==============================
汎用：強調ボックス（ハイライト）
------------------------------
リスト・文章どちらにも使える
記事内で重要な部分を目立たせる
============================== */
.box-highlight {
	padding: 1.5em;
/* 内側余白 */
	margin: 1.5em 0;
/* 上下余白 */
	background-color: #f9f9f9;
/* 背景（薄グレー） */
	border: 1px solid #ddd;
/* 枠線 */
	border-radius: 8px;
/* 角丸 */
}

/* ボックス内のリスト調整（リセット対策も兼ねる） */
.box-highlight ol {
	list-style-type: decimal;
/* 番号復活 */
	padding-left: 1.5em;
}

.box-highlight ul {
	list-style-type: disc;
/* ・復活 */
	padding-left: 1.5em;
}

/* リストの余白調整 */
.box-highlight li {
	margin-bottom: .5em;
}

.box-highlight li:last-child {
	margin-bottom: 0;
}

/* ==============================
コメントボックス
------------------------------
コーディネーター・担当者コメントなど
============================== */
.box-comment {
	padding: 20px;
	margin: 24px 0;
	background: #f4f8fc;
	border: 1px solid #d8e8f3;
	border-left: 5px solid #0071bb;
	border-radius: 8px;
}

.box-comment-title {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: bold;
	color: #0071bb;
	line-height: 1.5;
}

.box-comment p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:630px) {
	.box-comment {
		padding: 16px;
		margin: 20px 0;
	}
	
	.box-comment-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

/* ==============================
コメントボックス（メモ風）
============================== */
.box-comment-note {
	position: relative;
	padding: 20px;
	margin: 24px 0;
	background: #fffdf6;
	border: 1px solid #e7dcc0;
	border-radius: 8px;
	overflow: hidden;
}

/* 折り返し（左上） */
.box-comment-note::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 24px 0 0;
	border-color: #e6c980 transparent transparent;
}

/* タイトル */
.box-comment-note .box-comment-title {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #8b6b2e;
}

.box-comment-note p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:630px) {
	.box-comment-note {
		padding: 16px;
		margin: 20px 0;
	}
	
	.box-comment-note::before {
		border-width: 20px 20px 0 0;
	}
	
	.box-comment-note .box-comment-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

/* ==============================
汎用：特徴リスト
------------------------------
本文になじむ軽めの箇条書き
============================== */
.feature-list {
	margin: 16px 0 24px;
	padding: 0;
}

/* 各項目 */
.feature-list li {
	position: relative;
	padding-left: 1.4em;
	margin-bottom: 10px;
	line-height: 1.8;
	list-style: none;
}

/* 「・」を少し強調 */
.feature-list li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	color: #0071bb;
	font-weight: bold;
	font-size: 1.1em;
}

/* 最後だけ余白調整 */
.feature-list li:last-child {
	margin-bottom: 0;
}

/* スマホ */
@media screen and (max-width: 630px) {
	.feature-list {
		margin: 14px 0 20px;
	}
	
	.feature-list li {
		margin-bottom: 8px;
		line-height: 1.7;
	}
}

/* ===============================
テーブル（基本）
シンプルな黒線テーブル
=============================== */
/*
    ・スマホ時の横スクロール対応
    ・table単体ではなくラッパーで囲む
*/
.table-wrap {
	width: 100%;
	overflow-x: auto;
	margin: 24px 0;
}

/* テーブル本体 */
.table-basic {
	width: 100%;
	min-width: 600px;
/* スマホ時に潰れすぎ防止 */
	border-collapse: collapse;
	background-color: #fff;
/* iPhone Safariの文字サイズ自動調整を防止 */
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/* 見出しセル */
.table-basic th {
	background-color: #f5f5f5;
	font-weight: bold;
}

/* セル共通 */
.table-basic th,
.table-basic td {
	border: 1px solid #333;
	padding: 12px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}

/* スマホ調整 */
@media screen and (max-width:630px) {
	.table-wrap {
		margin: 20px 0;
	}
	
	.table-basic th,
		.table-basic td {
		padding: 10px;
		font-size: 14px;
	}
}

/* ===============================
テーブル（下線のみ）
シンプル・読みやすい
=============================== */
.table-line {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	background-color: #fff;
/* iPhone Safariの文字サイズ自動調整を防止 */
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/* セル共通 */
.table-line th,
.table-line td {
	padding: 12px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}

/* 見出し */
.table-line th {
	font-weight: bold;
	background-color: #f8f8f8;
}

/* スマホ */
@media screen and (max-width:630px) {
	.table-line th,
		.table-line td {
		padding: 10px;
		font-size: 14px;
	}
}

/* ===============================
テーブル内リスト
=============================== */
.table-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.table-list li {
	position: relative;
	padding-left: 1.4em;
	margin-bottom: 6px;
	line-height: 1.7;
}

.table-list li:last-child {
	margin-bottom: 0;
}

.table-list li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	color: #0071bb;
	font-weight: bold;
}

/* ===============================
チェックリスト
=============================== */
.sk-checklist-box {
	margin: 24px 0;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.sk-checklist-title {
	background: #f8f8f8;
	padding: 12px 16px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}

.sk-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sk-checklist li {
	padding: 12px 16px;
	border-bottom: 1px solid #eee;
	line-height: 1.8;
}

.sk-checklist li:last-child {
	border-bottom: none;
}

.sk-checklist li::before {
	content: "□";
	margin-right: .5em;
	font-weight: bold;
	color: #0071bb;
}

@media screen and (max-width: 630px) {
	.sk-checklist-title {
		font-size: 16px;
		padding: 10px 12px;
	}
	
	.sk-checklist li {
		font-size: 14px;
		padding: 10px 12px;
		line-height: 1.7;
	}
}

/* ==========================
職種詳細ボックス
========================== */
.sk-job-detail-box {
	margin: 20px 0 40px;
	padding: 24px;
	background: #fafcfe;
	border: 1px solid #d9e6ee;
	border-radius: 8px;
}

.sk-job-detail-title {
	margin: 0 0 12px;
	padding: 8px 12px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	background: #e8f4fa;
	border-left: 4px solid #29aae1;
}

.sk-job-detail-title:not(:first-child) {
	margin-top: 24px;
}

.sk-job-detail-box ul {
	margin: 0 0 24px 20px;
}

.sk-job-detail-box li {
	margin-bottom: 8px;
	line-height: 1.8;
}

@media screen and (max-width: 630px) {
	.sk-job-detail-box {
		padding: 16px;
		margin: 16px 0 32px;
	}
	
	.sk-job-detail-title {
		font-size: 16px;
		padding: 6px 10px;
	}
}

/* ==========================================================
監修者（共通）
========================================================== */
/* 名前 */
.sk-author-name {
	font-size: 13px;
	margin: 0 0 4px;
	line-height: 1.5;
}

/* 肩書 */
.sk-author-role {
	font-size: 10px;
	color: #666;
	margin: 0;
}

/* 紹介文 */
.sk-author-text {
	font-size: 12px;
	line-height: 1.8;
	color: #444;
	margin: 0;
}

/* アイコン＋プロフィール（共通） */
.sk-author-head {
	display: flex;
	align-items: center;
}

/* プロフィール */
.sk-author-profile {
	flex: 1;
}

/* ==========================================================
監修者（カード）
========================================================== */
.sk-author-box {
	margin: 32px 0;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fafafa;
}

/* アイコン */
#main .sk-author-box .sk-author-image {
	width: 96px;
	height: 96px;
	max-width: 96px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	margin-right: 24px;
}

/* タイトル */
.sk-author-title {
	font-size: 13px;
	font-weight: bold;
	color: #0071bb;
	margin: 0 0 4px;
}

/* アイコン＋プロフィール */
.sk-author-box .sk-author-head {
	margin-bottom: 16px;
}

/* 肩書 */
.sk-author-box .sk-author-role {
	margin: 4px 0 12px;
}

/* ==========================================================
監修者（カード）スマホ
========================================================== */
@media screen and (max-width:630px) {
	.sk-author-box {
		padding: 16px;
		margin: 24px 0;
	}
	
	.sk-author-box .sk-author-head {
		align-items: flex-start;
		margin-bottom: 12px;
	}
	
	#main .sk-author-box .sk-author-image {
		width: 64px;
		height: 64px;
		max-width: 64px;
		margin-right: 16px;
	}
	
	.sk-author-box .sk-author-profile {
		text-align: left;
	}
}

/* ==========================================================
監修者（シンプル）
========================================================== */
.sk-author-simple {
	border-top: 1px solid #ddd;
	padding-top: 24px;
	margin: 40px 0;
}

/* タイトル */
.sk-author-heading {
	font-size: 13px;
	font-weight: 700;
	color: #0071bb;
	margin: 0 0 20px;
}

/* アイコン */
#main .sk-author-simple .sk-author-image {
	width: 72px;
	height: 72px;
	max-width: 72px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	margin-right: 20px;
}

/* アイコン＋プロフィール */
.sk-author-simple .sk-author-head {
	margin-bottom: 12px;
}

/* ==========================================================
監修者（シンプル）スマホ
========================================================== */
@media screen and (max-width:630px) {
	.sk-author-simple {
		padding-top: 20px;
		margin: 32px 0;
	}
	
	.sk-author-heading {
		margin-bottom: 16px;
		text-align: left;
	}
	
	.sk-author-simple .sk-author-head {
		align-items: flex-start;
		margin-bottom: 8px;
	}
	
	.sk-author-simple .sk-author-profile {
		text-align: left;
	}
	
	#main .sk-author-simple .sk-author-image {
		width: 64px;
		height: 64px;
		max-width: 64px;
		margin-right: 16px;
	}
}

/* ==========================================================
フロントページ
========================================================== */
/* =========================
FV
========================= */
.sk-home-fv {
	padding: 0 0 24px;
	border-bottom: 1px solid #e6e6e6;
}

/* キャッチコピー */
.sk-home-copy {
	margin: 0 0 40px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: .03em;
	color: #222;
}

/* 本文 */
.sk-home-fv p {
	font-size: 16px;
	line-height: 2.1;
	color: #555;
	margin: 0 0 22px;
}

/* キャッチだけ上書き */
.sk-home-copy {
	font-size: 34px;
	color: #222;
	margin-bottom: 40px;
}

/* 最後 */
.sk-home-fv p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:630px) {
	.sk-home-fv {
		padding: 12px 0 20px;
	}
	
	.sk-home-copy {
		font-size: 25px;
		line-height: 1.65;
		margin-bottom: 28px;
	}
	
	.sk-home-fv p {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 18px;
	}
}

/* =========================
悩みから探す
========================= */
/* =============共通グリッド============= */
.sk-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.sk-grid-item {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

@media screen and (max-width:630px) {
	.sk-grid-item {
		width: 100%;
	}
}

/* =============悩みカード============= */
.sk-home-trouble {
	margin-bottom: 72px;
}

.sk-trouble-card {
	display: flex;
	align-items: center;
	min-height: 96px;
	padding: 24px;
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #fff;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	text-decoration: none;
	box-sizing: border-box;
	transition: .25s;
}

.sk-trouble-card:hover {
	border-color: #0071bb;
	box-shadow: 0 8px 24px rgba(0,0,0,.03);
	transform: translateY(-3px);
}

@media screen and (max-width:630px) {
	.sk-home-trouble {
		margin-bottom: 48px;
	}
	
	.sk-trouble-card {
		min-height: auto;
		padding: 18px;
		font-size: 16px;
	}
}

/* =========================
カテゴリから探す
========================= */
.sk-home-category {
	margin-bottom: 72px;
}

/* リスト */
.sk-category-list {
	display: flex;
	flex-direction: column;
}

/* カード */
.sk-category-card {
	display: block;
	position: relative;
	margin-bottom: 8px;
	padding: 16px 48px 16px 24px;
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #fff;
	color: #333;
	text-decoration: none;
	box-sizing: border-box;
	transition: .25s;
}

/* 最後だけ余白なし */
.sk-category-card:last-child {
	margin-bottom: 0;
}

/* タイトル */
.sk-category-title {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #333;
}

/* 説明 */
.sk-category-text {
	display: block;
	font-size: 13px;
	line-height: 1.7;
	color: #777;
}

/* 矢印（CSSのみ） */
.sk-category-card::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: translateY(-50%) rotate(45deg);
	transition: .25s;
}

/* hover */
.sk-category-card:hover {
	border-color: #0071bb;
	box-shadow: 0 2px 8px rgba(0,0,0,.03);
	transform: translateY(-2px);
}

.sk-category-card:hover::after {
	right: 12px;
	border-top-color: #0071bb;
	border-right-color: #0071bb;
}

/* クラシックエディタ対応で非表示 */
.sk-category-list br {
	display: none;
}

@media screen and (max-width:630px) {
	.sk-home-category {
		margin-bottom: 48px;
	}
	
	.sk-category-card {
		margin-bottom: 8px;
		padding: 14px 40px 14px 18px;
	}
	
	.sk-category-title {
		margin-bottom: 4px;
		font-size: 16px;
	}
	
	.sk-category-text {
		font-size: 12px;
		line-height: 1.6;
	}
	
	.sk-category-card::after {
		right: 16px;
		width: 6px;
		height: 6px;
	}
	
	.sk-category-card:hover::after {
		right: 8px;
	}
}

/* =========================
まず読んでほしい記事
========================= */
.sk-home-pickup {
	margin-bottom: 48px;
}

.sk-pickup-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.sk-pickup-item {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

.sk-pickup-item a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: .25s;
}

.sk-pickup-item img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 12px;
}

.sk-pickup-date {
	margin: 0 0 6px;
	font-size: 12px;
	color: #888;
	line-height: 1.5;
}

.sk-pickup-title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	color: #333;
}

.sk-pickup-item a:hover img {
	opacity: .9;
}

.sk-pickup-item a:hover .sk-pickup-title {
	color: #0071bb;
}

@media screen and (max-width:630px) {
	.sk-home-pickup {
		margin-bottom: 24px;
	}
	
	.sk-pickup-list {
		margin: 0;
		overflow-x: auto;
		flex-wrap: nowrap;
	}
	
	.sk-pickup-item {
		width: 85%;
		min-width: 85%;
		padding: 0;
		margin-right: 16px;
		scroll-snap-align: start;
	}
	
	.sk-pickup-item:last-child {
		margin-right: 0;
	}
	
	.sk-pickup-title {
		font-size: 15px;
	}
	
	.sk-pickup-date {
		font-size: 11px;
	}
	
	/* スクロールバー非表示 */
	.sk-pickup-list::-webkit-scrollbar {
		display: none;
	}
	
	.sk-pickup-list {
		-ms-overflow-style: none;
	}
}

/* =========================
CTA
========================= */
.sk-home-cta {
	margin: 72px 0 24px;
	padding: 40px 24px;
	border: 1px solid #d9e6ee;
	border-radius: 16px;
	background: #f8fbfd;
	text-align: center;
}

/* リード */
.sk-home-cta-lead {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	color: #333;
}

/* 本文 */
.sk-home-cta-text {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 2;
	color: #666;
}

/* ボタン */
.sk-home-cta-btn {
	display: inline-block;
	padding: 16px 40px;
	border-radius: 999px;
	background: #0071bb;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: .25s;
}

.sk-home-cta-btn:hover {
	background: #005b96;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

@media screen and (max-width:630px) {
	.sk-home-cta {
		margin: 48px 0 16px;
		padding: 28px 18px;
		border-radius: 12px;
	}
	
	.sk-home-cta-lead {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 1.7;
	}
	
	.sk-home-cta-text {
		margin-bottom: 24px;
		font-size: 13px;
		line-height: 1.9;
	}
	
	.sk-home-cta-btn {
		display: block;
		width: 100%;
		padding: 14px 0;
		box-sizing: border-box;
		font-size: 15px;
	}
}

/* =========================
CTA（画像付き）
========================= */
.sk-home-cta2 {
	display: flex;
	align-items: center;
	margin: 0 0 72px;
	padding: 28px;
	background: #eef7fb;
	border-radius: 16px;
	box-sizing: border-box;
}

.sk-home-cta2-image {
	width: 34%;
	flex-shrink: 0;
	margin-right: 40px;
}

.sk-home-cta2-image img {
	display: block;
	width: 100%;
	height: auto;
}

.sk-home-cta2-content {
	flex: 1;
}

.sk-home-cta2-lead {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	color: #333;
}

.sk-home-cta2-text {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

.sk-home-cta2-btn {
	display: inline-block;
	padding: 16px 40px;
	background: #0071bb;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 999px;
	transition: .25s;
}

.sk-home-cta2-btn:hover {
	background: #005b96;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,0,0,.03);
}

@media screen and (max-width:630px) {
	.sk-home-cta2 {
		display: block;
		margin: 50px 0 0;
		padding: 24px 18px;
		text-align: center;
		border-radius: 12px;
	}
	
	.sk-home-cta2-image {
		width: 70%;
		margin: 0 auto 20px;
	}
	
	.sk-home-cta2-lead {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 1.7;
	}
	
	.sk-home-cta2-text {
		margin-bottom: 24px;
		font-size: 13px;
		line-height: 1.9;
	}
	
	.sk-home-cta2-btn {
		display: block;
		width: 100%;
		padding: 14px 0;
		box-sizing: border-box;
		font-size: 15px;
	}
}