@charset "UTF-8";
/* =========================================================
   トップページ v8（2026-08-19 モック準拠）
   影を使わず1px罫線と背景色差で面を作る。
   色・余白はトークン（cs-tokens.css）を参照する。
   ========================================================= */

.fp {
	background: var(--cs-bg);
	color: var(--cs-text);
}

/* ---- 共通: セクション ---- */
.fp-sec { padding: 64px 0; background: var(--cs-bg); }
.fp-sec--soft { background: var(--cs-bg-soft); border-top: 1px solid var(--cs-border); border-bottom: 1px solid var(--cs-border); }

.fp-sechead { margin-bottom: 28px; }
.fp-sechead--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.fp-kicker {
	margin: 0 0 6px;
	color: var(--cs-green);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .14em;
}
.fp-sechead h2 { margin: 0; color: var(--cs-navy); font-size: 28px; font-weight: 800; line-height: 1.4; }
.fp-pr { margin: 10px 0 0; color: var(--cs-text-muted); font-size: 13px; }

.fp-more {
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--cs-green); font-size: 14px; font-weight: 700; text-decoration: none;
}
.fp-more:hover { text-decoration: underline; }

/* ---- 共通: 記事メタ（緑タグ + 日付） ---- */
.fp-meta { display: flex; align-items: center; gap: 10px; margin: 0 0 8px; }
.fp-tag {
	display: inline-block; padding: 3px 10px;
	background: var(--cs-green); color: #fff;
	border-radius: 4px; font-size: 12px; font-weight: 700; line-height: 1.4;
}
.fp-meta time { color: var(--cs-text-muted); font-size: 12.5px; }

/* =========================================================
   1. ファーストビュー
   ========================================================= */
.fp-hero { padding: 40px 0 56px; background: var(--cs-bg); }
.fp-hero__grid { display: grid; gap: 24px; }

.fp-feature a,
.fp-sub a,
.fp-item a,
.fp-pickup a { color: inherit; text-decoration: none; display: block; }

.fp-feature__media,
.fp-sub__media,
.fp-item__media { overflow: hidden; border-radius: 12px; border: 1px solid var(--cs-border); background: var(--cs-bg-mute); }
.fp-feature__media img,
.fp-sub__media img,
.fp-item__media img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; }
.fp-feature__media { margin-bottom: 14px; }
.fp-feature__media img { aspect-ratio: 16 / 10; }

.fp-feature__title {
	margin: 2px 0 0;
	color: var(--cs-text);
	font-size: 30px; font-weight: 800; line-height: 1.45; letter-spacing: .01em;
}
.fp-feature a:hover .fp-feature__title { color: var(--cs-navy); text-decoration: underline; text-underline-offset: .18em; }

.fp-subs { display: grid; gap: 20px; align-content: start; }
.fp-sub__media { margin-bottom: 10px; }
.fp-sub__title { margin: 0; font-size: 16.5px; font-weight: 700; line-height: 1.55; color: var(--cs-text); }
.fp-sub a:hover .fp-sub__title { text-decoration: underline; text-underline-offset: .18em; }

/* PICK UP */
.fp-pickup { border: 1px solid var(--cs-border); border-radius: 12px; overflow: hidden; align-self: start; }
.fp-pickup__head { padding: 18px 20px; background: var(--cs-navy); text-align: center; }
.fp-pickup__en { margin: 0; color: #fff; font-size: 22px; font-weight: 800; letter-spacing: .08em; }
.fp-pickup__ja { margin: 2px 0 0; color: rgba(255, 255, 255, .75); font-size: 12.5px; }
.fp-pickup__list { list-style: none; margin: 0; padding: 0 18px; background: #fff; }
.fp-pickup__list li + li { border-top: 1px solid var(--cs-border); }
.fp-pickup__list a { display: flex; gap: 14px; padding: 18px 0; }
.fp-pickup__num {
	flex: 0 0 auto;
	color: var(--cs-navy); font-size: 34px; font-weight: 800; line-height: 1;
	font-feature-settings: "tnum";
}
.fp-pickup__title { display: block; margin-bottom: 8px; font-size: 15px; font-weight: 700; line-height: 1.55; color: var(--cs-text); }
.fp-pickup__list a:hover .fp-pickup__title { text-decoration: underline; text-underline-offset: .18em; }
.fp-pickup .fp-meta { margin: 0; }

@media (min-width: 1000px) {
	.fp-hero__grid { grid-template-columns: minmax(0, 50fr) minmax(0, 24fr) minmax(0, 26fr); }
	.fp-feature__title { font-size: 26px; }
}

/* =========================================================
   2. 実績バー
   ========================================================= */
.fp-stats { padding: 30px 0; background: var(--cs-bg-soft); border-top: 1px solid var(--cs-border); border-bottom: 1px solid var(--cs-border); }
.fp-stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
.fp-stat { text-align: center; }
.fp-stat + .fp-stat { border-left: 1px solid var(--cs-border); }
.fp-stat__val { margin: 0; color: var(--cs-navy); font-size: 30px; font-weight: 800; line-height: 1.2; }
.fp-stat__key { margin: 4px 0 0; color: var(--cs-text-muted); font-size: 13px; }
@media (max-width: 767px) {
	.fp-stat:nth-child(3) { border-left: none; }
}
@media (min-width: 768px) {
	.fp-stats__grid { grid-template-columns: repeat(4, 1fr); }
	.fp-stat__val { font-size: 34px; }
}

/* =========================================================
   2b. 悩みから探す
   ========================================================= */
.fp-concerns { display: grid; gap: 16px; }
.fp-concern {
	display: flex; gap: 16px; padding: 22px;
	border: 1px solid var(--cs-border); border-radius: 12px; background: #fff;
	text-decoration: none; color: inherit;
	transition: border-color .15s ease;
}
.fp-concern:hover { border-color: var(--cs-green); }
.fp-concern__icon { flex: 0 0 auto; color: var(--cs-navy); }
.fp-concern__body { display: flex; flex-direction: column; min-width: 0; }
.fp-concern__title { color: var(--cs-text); font-size: 16.5px; font-weight: 800; line-height: 1.5; }
.fp-concern__desc { margin-top: 6px; color: var(--cs-text-sub); font-size: 13.5px; line-height: 1.75; }
.fp-concern__more {
	display: inline-flex; align-items: center; gap: 5px;
	margin-top: 12px; margin-left: auto;
	color: var(--cs-green); font-size: 13px; font-weight: 700;
}
.fp-concern:hover .fp-concern__more { text-decoration: underline; }
@media (min-width: 768px) { .fp-concerns { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .fp-concerns { grid-template-columns: repeat(3, 1fr); } }

/* =========================================================
   3. 新着記事（横型カード）
   ========================================================= */
.fp-latest { display: grid; gap: 0; }
.fp-item a {
	display: flex; gap: 18px; padding: 22px 0;
	border-bottom: 1px solid var(--cs-border);
}
.fp-latest .fp-item:first-child a { border-top: 1px solid var(--cs-border); }
.fp-item__media { flex: 0 0 160px; align-self: flex-start; }
.fp-item__media img { aspect-ratio: 4 / 3; }
.fp-item__body { min-width: 0; }
.fp-item__title { margin: 0 0 6px; font-size: 16.5px; font-weight: 700; line-height: 1.55; color: var(--cs-text); }
.fp-item a:hover .fp-item__title { text-decoration: underline; text-underline-offset: .18em; }
.fp-item__excerpt {
	margin: 0 0 8px; color: var(--cs-text-sub); font-size: 13.5px; line-height: 1.8;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
@media (min-width: 900px) {
	.fp-latest { grid-template-columns: repeat(2, 1fr); column-gap: 48px; }
	.fp-latest .fp-item:nth-child(2) a { border-top: 1px solid var(--cs-border); }
}
@media (max-width: 599px) {
	.fp-item__media { flex-basis: 118px; }
	.fp-item__excerpt { display: none; }
}

/* =========================================================
   4. サービス比較
   ========================================================= */
.fp-table { border: 1px solid var(--cs-border); border-radius: 12px; overflow: hidden; background: #fff; }
.fp-table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.fp-table thead th {
	padding: 14px 14px; background: var(--cs-navy); color: #fff;
	font-size: 13.5px; font-weight: 700; text-align: left; white-space: nowrap;
}
.fp-table tbody th,
.fp-table tbody td { padding: 16px 14px; border-top: 1px solid var(--cs-border); vertical-align: middle; text-align: left; }
.fp-table tbody th { font-weight: 800; color: var(--cs-text); white-space: nowrap; }
.fp-table__logo img { display: block; width: 110px; height: auto; max-height: 40px; object-fit: contain; }
.fp-table__logotext {
	display: grid; place-items: center; width: 110px; min-height: 38px; padding: 4px 8px;
	border: 1px solid var(--cs-border); border-radius: 6px;
	color: var(--cs-navy); font-size: 11px; font-weight: 800; text-align: center; line-height: 1.4;
}
.fp-btn-outline {
	display: inline-block; padding: 9px 18px; white-space: nowrap;
	border: 1.5px solid var(--cs-green); border-radius: 8px;
	color: var(--cs-green); font-size: 13.5px; font-weight: 700; text-decoration: none;
}
.fp-btn-outline:hover { background: var(--cs-green); color: #fff; }
.fp-note { margin: 12px 0 0; color: var(--cs-text-muted); font-size: 12.5px; }
.fp-note a { color: var(--cs-text-muted); }

/* スマホ: 表をカード化 */
@media (max-width: 899px) {
	.fp-table { border: none; border-radius: 0; background: none; }
	.fp-table table, .fp-table tbody, .fp-table tr, .fp-table th, .fp-table td { display: block; }
	.fp-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
	.fp-table tr {
		margin-bottom: 16px; border: 1px solid var(--cs-border); border-radius: 12px;
		overflow: hidden; background: #fff;
	}
	.fp-table tbody th { padding: 14px 16px 4px; border-top: none; font-size: 16px; }
	.fp-table tbody td { padding: 6px 16px; border-top: none; }
	.fp-table tbody td[data-label]:not([data-label=""])::before {
		content: attr(data-label);
		display: block; margin-bottom: 2px;
		color: var(--cs-text-muted); font-size: 11.5px; font-weight: 700;
	}
	.fp-table__logo { padding-top: 16px !important; }
	.fp-table__act { padding: 12px 16px 16px !important; }
	.fp-btn-outline { display: block; text-align: center; padding: 12px; }
}

/* =========================================================
   5. このメディアについて
   ========================================================= */
.fp-about { display: grid; gap: 32px; }
.fp-about__text { margin: 14px 0 0; color: var(--cs-text-sub); font-size: 15px; line-height: 2.1; }
.fp-owner { padding: 26px; border: 1px solid var(--cs-border); border-radius: 12px; background: #fff; align-self: start; }
.fp-owner__head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.fp-owner__avatar {
	display: grid; place-items: center; flex: 0 0 auto;
	width: 56px; height: 56px; border-radius: 50%; background: var(--cs-navy);
}
.fp-owner__name { margin: 0; color: var(--cs-text); font-size: 16.5px; font-weight: 800; }
.fp-owner__sub { margin: 2px 0 0; color: var(--cs-text-muted); font-size: 12.5px; }
.fp-owner__list { list-style: none; margin: 0 0 16px; padding: 14px 0 0; border-top: 1px solid var(--cs-border); display: grid; gap: 8px; }
.fp-owner__list li { position: relative; padding-left: 18px; color: var(--cs-text-sub); font-size: 14px; }
.fp-owner__list li::before {
	content: ""; position: absolute; left: 2px; top: .62em;
	width: 7px; height: 7px; border-radius: 50%; background: var(--cs-green);
}
@media (min-width: 900px) { .fp-about { grid-template-columns: minmax(0, 58fr) minmax(0, 42fr); } }
