/* ==========================================================================
   トップページ
   ========================================================================== */

/* --------------------------------------------------- ヒーロー */
.pf-hero { position: relative; overflow: hidden; background: #fff; }
.pf-hero__watermark {
	position: absolute; left: -.05em; top: 50%; transform: translateY(-50%);
	font-size: clamp(4rem, 11vw, 9rem); font-weight: 900; line-height: .95;
	color: #f1f3f2; letter-spacing: -.02em; white-space: pre-wrap;
	max-width: 60%; pointer-events: none; user-select: none; z-index: 0;
}
.pf-hero__inner {
	position: relative; z-index: 1;
	max-width: 1240px; margin: 0 auto;
	display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 2rem;
	min-height: 520px;
}
.pf-hero__body { padding: 3rem 1.25rem; }
.pf-hero__title {
	font-size: clamp(2.4rem, 5.2vw, 4.2rem); font-weight: 900; line-height: 1.2;
	margin: 0 0 1.5rem; letter-spacing: .01em;
}
.pf-hero__title em { font-style: normal; color: var(--pj-accent, #00a383); }
.pf-hero__sub {
	display: inline-block; background: var(--pj-accent, #00a383); color: #fff;
	font-size: 1.05rem; font-weight: 900; padding: .35rem 1rem; margin: 0 0 1.5rem;
}
.pf-hero__visual { align-self: stretch; }
.pf-hero__visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pf-hero__placeholder {
	width: 100%; min-height: 420px;
	background: linear-gradient(135deg, var(--pj-accent-tint, #e6f6f2) 0%, #f5f7f6 100%);
}

/* チェックボックス型のリスト */
.pf-check { list-style: none; margin: 0 0 2rem; padding: 0; }
.pf-check li { position: relative; padding-left: 1.9em; margin-bottom: .5rem; font-weight: 700; font-size: .98rem; }
.pf-check li::before {
	content: ""; position: absolute; left: 0; top: .5em;
	width: 1.05em; height: 1.05em; border: 2px solid var(--pj-accent, #00a383); border-radius: 2px;
}
.pf-check li::after {
	content: ""; position: absolute; left: .3em; top: .7em;
	width: .45em; height: .24em;
	border-left: 2px solid var(--pj-accent, #00a383); border-bottom: 2px solid var(--pj-accent, #00a383);
	transform: rotate(-45deg);
}

/* --------------------------------------------------- セクション */
.pf-section { padding: 4.5rem 0; }
.pf-section--soft { background: var(--pj-bg-soft, #f5f7f6); }
.pf-section__more { text-align: center; margin: 2.5rem 0 0; }

/* --------------------------------------------------- 新着案件 */
.pf-joblist {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.25rem;
}
.pf-jobcard { background: #fff; border: 1px solid var(--pj-line, #e4e6e5); border-top: 4px solid var(--pj-accent, #00a383); }
.pf-jobcard a { display: block; padding: 1.5rem; text-decoration: none; color: inherit; height: 100%; }
.pf-jobcard:hover { box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.pf-jobcard__badge {
	display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .08em;
	color: #fff; background: var(--pj-accent, #00a383); padding: .15rem .6rem; margin-bottom: .75rem;
}
.pf-jobcard__title { font-size: 1.02rem; font-weight: 900; line-height: 1.6; margin: 0 0 1rem; }
.pf-jobcard__spec { margin: 0; display: grid; gap: .6rem; }
.pf-jobcard__spec div { display: grid; grid-template-columns: 6rem 1fr; gap: .5rem; }
.pf-jobcard__spec dt { font-size: .72rem; font-weight: 700; color: var(--pj-ink-3, #8a8a85); margin: 0; }
.pf-jobcard__spec dd { font-size: .85rem; margin: 0; font-feature-settings: "tnum"; }
.pf-jobcard__more {
	display: inline-block; margin-top: 1.1rem; font-size: .8rem; font-weight: 700;
	color: var(--pj-accent, #00a383);
}
.pf-jobcard__more::after { content: " →"; }

/* --------------------------------------------------- 登録訴求バンド */
.pf-band { background: var(--pj-ink, #14140f); color: #fff; padding: 3rem 0; }
.pf-band__inner { text-align: center; }
.pf-band__title { font-size: 1.35rem; font-weight: 900; margin: 0 0 .5rem; }
.pf-band__note { font-size: .85rem; color: rgba(255,255,255,.7); margin: 0 0 1.75rem; }

/* --------------------------------------------------- 特徴 */
.pf-features {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem;
}
.pf-feature { background: #fff; padding: 2rem 1.75rem; position: relative; }
.pf-feature__num {
	display: block; font-size: 1.6rem; font-weight: 900; line-height: 1;
	color: var(--pj-accent, #00a383); opacity: .35; margin-bottom: .75rem;
	font-feature-settings: "tnum";
}
.pf-feature__title { font-size: 1.05rem; font-weight: 900; line-height: 1.6; margin: 0 0 .75rem; }
.pf-feature__body { font-size: .88rem; color: var(--pj-ink-2, #4a4a45); margin: 0; }

/* --------------------------------------------------- 職種 */
.pf-cats {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem;
}
.pf-cat a {
	display: flex; align-items: center; justify-content: space-between; gap: 1rem;
	padding: 1.15rem 1.35rem; background: var(--pj-bg-soft, #f5f7f6);
	text-decoration: none; color: inherit; border-left: 4px solid var(--pj-accent, #00a383);
}
.pf-cat a:hover { background: var(--pj-accent-tint, #e6f6f2); }
.pf-cat__name  { font-weight: 900; font-size: .95rem; }
.pf-cat__count { font-size: .78rem; color: var(--pj-ink-3, #8a8a85); font-feature-settings: "tnum"; }

/* --------------------------------------------------- 流れ */
.pf-flow { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; counter-reset: none; }
.pf-flow__step {
	background: #fff; padding: 1.75rem; position: relative;
	border-left: 4px solid var(--pj-accent, #00a383);
}
.pf-flow__num {
	display: inline-block; font-size: .7rem; font-weight: 900; letter-spacing: .12em;
	color: #fff; background: var(--pj-accent, #00a383); padding: .18rem .7rem; margin-bottom: .75rem;
}
.pf-flow__title { font-size: 1.05rem; font-weight: 900; margin: 0 0 .6rem; line-height: 1.6; }
.pf-flow__body { font-size: .88rem; color: var(--pj-ink-2, #4a4a45); margin: 0; }

/* --------------------------------------------------- FAQ */
.pf-faq { border-top: 1px solid var(--pj-line, #e4e6e5); }
.pf-faq__item { border-bottom: 1px solid var(--pj-line, #e4e6e5); }
.pf-faq__item summary {
	cursor: pointer; list-style: none; padding: 1.25rem 2.5rem 1.25rem 2.25rem;
	font-weight: 700; font-size: .98rem; position: relative;
}
.pf-faq__item summary::-webkit-details-marker { display: none; }
.pf-faq__item summary::before {
	content: "Q"; position: absolute; left: 0; top: 1.25rem;
	font-weight: 900; color: var(--pj-accent, #00a383);
}
.pf-faq__item summary::after {
	content: ""; position: absolute; right: .5rem; top: 1.7rem;
	width: .6rem; height: .6rem;
	border-right: 2px solid var(--pj-ink-3, #8a8a85); border-bottom: 2px solid var(--pj-ink-3, #8a8a85);
	transform: rotate(45deg); transition: transform .15s ease;
}
.pf-faq__item[open] summary::after { transform: rotate(-135deg); }
.pf-faq__a {
	padding: 0 1rem 1.5rem 2.25rem; font-size: .9rem;
	color: var(--pj-ink-2, #4a4a45); position: relative;
}
.pf-faq__a::before {
	content: "A"; position: absolute; left: 0; top: 0;
	font-weight: 900; color: var(--pj-cta-to, #f0592b);
}

/* --------------------------------------------------- レスポンシブ */
@media (max-width: 900px) {
	.pf-hero__inner { grid-template-columns: 1fr; min-height: 0; }
	.pf-hero__body { padding: 2.5rem 1.25rem 2rem; }
	.pf-hero__watermark { max-width: 100%; opacity: .6; }
	.pf-hero__placeholder { min-height: 240px; }
	.pf-section { padding: 3rem 0; }
	.pf-jobcard__spec div { grid-template-columns: 5rem 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.pf-faq__item summary::after { transition: none; }
}

/* --------------------------------------------------- エージェント相談 */
.pf-consult {
	background: var(--pj-accent-tint, #e6f6f2);
	padding: 3.5rem 0;
}
.pf-consult__inner { text-align: center; }
.pf-consult__lead { font-size: .95rem; font-weight: 700; color: var(--pj-accent-dark, #00806a); margin: 0 0 .4rem; }
.pf-consult__title { font-size: 1.5rem; font-weight: 900; line-height: 1.5; margin: 0 0 1.75rem; }

/* --------------------------------------------------- 利用者 */
.pf-users {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.25rem;
}
.pf-user {
	background: #fff; border: 1px solid var(--pj-line, #e4e6e5);
	border-top: 4px solid var(--pj-accent, #00a383); padding: 1.5rem;
	display: flex; flex-direction: column;
}
.pf-user__job { font-size: 1rem; font-weight: 900; line-height: 1.5; margin: 0 0 .6rem; }
.pf-user__body { font-size: .85rem; color: var(--pj-ink-2, #4a4a45); margin: 0 0 1.1rem; flex: 1; }
.pf-user__meta {
	display: inline-block; align-self: flex-start;
	font-size: .82rem; font-weight: 900; font-feature-settings: "tnum";
	color: #fff; background: var(--pj-accent, #00a383); padding: .2rem .75rem; margin: 0;
}

@media (max-width: 900px) {
	.pf-consult { padding: 2.5rem 0; }
	.pf-consult__title { font-size: 1.2rem; }
}
