/* ============================================================
   real-estate-notary.css — 宅地建物取引士採用ページ 追加スタイル
   ============================================================ */

/* ---------- 共通ユーティリティ（インラインスタイル置き換え） ---------- */
.real-estate-notary .rose {
	color: var(--rose-500);
}

.real-estate-notary .blue {
	color: var(--pink-600);
}

.real-estate-notary .emph-ink {
	color: var(--ink);
	font-weight: 800;
}

.real-estate-notary .emph-blue {
	color: var(--pink-600);
	font-weight: 800;
}

.real-estate-notary .hero-title.hero-title--notary {
	font-size: 40px;
	line-height: 1.4;
	margin: 0 0 24px;
	letter-spacing: 0.04em;
}

@media (max-width: 768px) {
	.real-estate-notary .hero-title.hero-title--notary {
		font-size: 28px !important;
		line-height: 1.4 !important;
	}

	.real-estate-notary .section-title {
		margin-bottom: 16px;
	}
}

.real-estate-notary .sv-statement-intro__ttl.sv-statement-intro__ttl--notary {
	margin: 0 0 24px;
}

.real-estate-notary .about-content__detail.about-content__detail--muted {
	color: var(--ink-2);
}

.real-estate-notary .catch.catch--tight {
	margin-bottom: 24px;
}

.real-estate-notary .entry-card--notary {
	max-width: 960px;
	margin: 0 auto;
}

.real-estate-notary .entry-card__inner--notary {
	background: #fff;
	border-radius: 12px;
	position: relative;
}

.real-estate-notary .entry-card .recruit-head.recruit-head--notary {
	margin-bottom: 16px;
}

.real-estate-notary .entry-cta-wrap.entry-cta-wrap--job {
	margin: 36px auto 0;
}

.real-estate-notary .msg-outro.msg-outro--closing {
	margin-top: 0;
	padding-top: 0;
}

.real-estate-notary .entry-cta-wrap.entry-cta-wrap--closing {
	margin: 32px auto 0;
}

/* ============================================================
   lp-recruit-psychologist-new.css より（本ページで使用する範囲のみ）
   ============================================================ */

/* ---------- 背景の装飾 ---------- */
.real-estate-notary .bg-decor {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	overflow: hidden;
	background-image: radial-gradient(circle at 50% 50%, rgba(45, 133, 179, 0.06) 1px, transparent 1.4px);
	background-size: 28px 28px;
}

.real-estate-notary .bg-decor svg {
	position: absolute;
	opacity: 0.08;
}

.real-estate-notary .bg-decor .c-cyan { color: #5DAFCC; }
.real-estate-notary .bg-decor .c-blue { color: #2D85B3; }
.real-estate-notary .bg-decor .c-teal { color: #6FC8C0; }
.real-estate-notary .bg-decor .c-pink { color: #F26C8B; }

.real-estate-notary .bg-decor .pos { width: 140px; height: 140px; }
.real-estate-notary .bg-decor .pos.lg { width: 220px; height: 220px; }
.real-estate-notary .bg-decor .pos.sm { width: 90px; height: 90px; }
.real-estate-notary .bg-decor .pos.xs { width: 60px; height: 60px; }

.real-estate-notary .bg-decor .L0 { top: 6vh; left: 2vw; }
.real-estate-notary .bg-decor .L1 { top: 22vh; left: 1.5vw; }
.real-estate-notary .bg-decor .L2 { top: 42vh; left: 3vw; }
.real-estate-notary .bg-decor .L3 { top: 62vh; left: 1.5vw; }
.real-estate-notary .bg-decor .L4 { top: 82vh; left: 3vw; }
.real-estate-notary .bg-decor .L5 { top: 105vh; left: 2vw; }
.real-estate-notary .bg-decor .L6 { top: 130vh; left: 1.5vw; }
.real-estate-notary .bg-decor .L7 { top: 158vh; left: 3vw; }
.real-estate-notary .bg-decor .L8 { top: 188vh; left: 2vw; }
.real-estate-notary .bg-decor .L9 { top: 220vh; left: 2vw; }
.real-estate-notary .bg-decor .L10 { top: 252vh; left: 1.5vw; }
.real-estate-notary .bg-decor .L11 { top: 285vh; left: 3vw; }

.real-estate-notary .bg-decor .R0 { top: 8vh; right: 2vw; }
.real-estate-notary .bg-decor .R1 { top: 26vh; right: 1.5vw; }
.real-estate-notary .bg-decor .R2 { top: 50vh; right: 3vw; }
.real-estate-notary .bg-decor .R3 { top: 72vh; right: 1.5vw; }
.real-estate-notary .bg-decor .R4 { top: 96vh; right: 3vw; }
.real-estate-notary .bg-decor .R5 { top: 122vh; right: 2vw; }
.real-estate-notary .bg-decor .R6 { top: 150vh; right: 1.5vw; }
.real-estate-notary .bg-decor .R7 { top: 180vh; right: 3vw; }
.real-estate-notary .bg-decor .R8 { top: 210vh; right: 2vw; }
.real-estate-notary .bg-decor .R9 { top: 240vh; right: 1.5vw; }
.real-estate-notary .bg-decor .R10 { top: 272vh; right: 3vw; }
.real-estate-notary .bg-decor .R11 { top: 300vh; right: 2vw; }

@media (max-width: 768px) {
	.real-estate-notary .bg-decor .pos { width: 70px !important; height: 70px !important; }
	.real-estate-notary .bg-decor .pos.lg { width: 100px !important; height: 100px !important; }
	.real-estate-notary .bg-decor .pos.sm { width: 50px !important; height: 50px !important; }
	.real-estate-notary .bg-decor .pos.xs { width: 36px !important; height: 36px !important; }
}

/* ---------- Hero ---------- */
.real-estate-notary .hero {
	position: relative;
	background: radial-gradient(60% 80% at 100% 0%, var(--pink-75), transparent 60%), linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
	padding: 56px 0 80px;
	overflow: hidden;
	z-index: 0;
}

.real-estate-notary .hero::before,
.real-estate-notary .hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
	background-image: radial-gradient(circle, var(--pink-200) 1.2px, transparent 1.6px);
	background-size: 14px 14px;
	opacity: .5;
	z-index: -1;
}

.real-estate-notary .hero::before { 
	width: 140px;
	height: 100px;
	right: 6%;
	top: 36%; 
}
.real-estate-notary .hero::after { 
	width: 90px;
	height: 70px;
	left: 4%;
	bottom: 18%; 
}

.real-estate-notary .hero-grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 56px;
	align-items: flex-start;
}

.real-estate-notary .hero-title {
	font-size: 48px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0 0 28px;
}

.real-estate-notary .hero-title .pink {
	color: var(--rose-500);
}

.real-estate-notary .hero-body {
	font-size: 18px !important;
	color: var(--ink-2);
	line-height: 2.0;
	max-width: 600px;
	margin-bottom: 36px;
}

@media (max-width: 960px) {
	.real-estate-notary .hero {
		padding: 32px 0 56px !important;
	}
	.real-estate-notary .hero-grid {
		display: flex;
		flex-direction: column-reverse;
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.real-estate-notary .hero .photo {
		max-width: 577px;
	}
	.real-estate-notary .hero-title {
		font-size: 28px;
	}
	.real-estate-notary .hero-body {
		font-size: 16px !important;
	}
}

@media (max-width: 768px) {
	.real-estate-notary .hero-title {
		font-size: 28px !important;
		line-height: 1.4 !important;
	}
	.real-estate-notary .hero-body {
		font-size: 15px !important;
		line-height: 1.9 !important;
	}
}

/* ---------- 画像プレースホルダー ---------- */
.real-estate-notary .photo {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: repeating-linear-gradient(135deg, #E4F1F9 0 14px, #D0E6F2 14px 28px);
	aspect-ratio: 5 / 4;
	width: 100%;
	max-width: 100%;
	max-height: 480px;
}

.real-estate-notary .photo .label {
	position: absolute;
	inset: auto 0 14px 0;
	text-align: center;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 11px;
	color: var(--pink-600);
	letter-spacing: 0.14em;
	font-weight: 700;
}

.real-estate-notary .photo.wide {
	aspect-ratio: 16 / 10;
	max-height: 460px;
}

.real-estate-notary .photo.wide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---------- Hero quick-link cards ---------- */
.real-estate-notary .hero-cards {
	margin-top: 56px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.real-estate-notary .hero-card {
	background: #fff;
	border: 1px solid var(--line-2);
	border-radius: 16px;
	padding: 22px 26px;
	display: flex;
	align-items: center;
	gap: 20px;
	box-shadow: 0 2px 0 rgba(180, 210, 230, 0.25);
	transition: transform .15s ease, box-shadow .2s, border-color .2s;
	cursor: pointer;
}

.real-estate-notary .hero-card:hover {
	transform: translateY(-2px);
	border-color: var(--pink-200);
	box-shadow: 0 14px 30px -18px rgba(45, 133, 179, 0.35);
}

.real-estate-notary .hero-card .ic {
	width: 72px;
	height: 72px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--pink-50);
	display: grid;
	place-items: center;
	color: var(--pink-500);
}

.real-estate-notary .hero-card .t {
	font-weight: 700;
	font-size: 17px;
	line-height: 1.5;
	flex: 1;
}

@media (max-width: 960px) {
	.real-estate-notary .hero-cards {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 32px;
	}
}

@media (max-width: 768px) {
	.real-estate-notary .hero-card .t {
		font-size: 16px;
	}
}

/* ---------- MESSAGE section ---------- */
.real-estate-notary .message-section {
	background: #fff;
}

/* ---------- 01-04 ブロック共通 ---------- */
.real-estate-notary .msg-block {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 56px;
	align-items: start;
	padding: 56px 20px;
}

.real-estate-notary .msg-block .msg-header {
	display: flex;
	align-items: baseline;
	gap: 18px;
	margin-bottom: 22px;
}

.real-estate-notary .msg-block .num {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 80px;
	font-weight: 900;
	color: var(--rose-500);
	letter-spacing: -0.01em;
	line-height: 1;
}

.real-estate-notary .msg-block h3 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	color: var(--ink);
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.real-estate-notary .msg-block .msg-body p {
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 2.0;
	color: var(--ink-2);
}

.real-estate-notary .msg-block .msg-body p:last-child {
	margin-bottom: 0;
}

.real-estate-notary .msg-block .msg-body strong {
	color: var(--rose-500);
	font-weight: 700;
}

@media (max-width: 960px) {
	.real-estate-notary .msg-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.real-estate-notary .msg-block .num {
		font-size: 40px;
	}
	.real-estate-notary .msg-block h3 {
		font-size: 19px;
	}
	.real-estate-notary .msg-block .msg-body p {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.real-estate-notary .msg-block {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.real-estate-notary .msg-block .msg-header {
		margin-bottom: 18px;
		gap: 9px;
	}
	.real-estate-notary .msg-block h3 {
		font-size: 18px;
	}
}

/* ---------- メッセージ末尾の強調 ---------- */
.real-estate-notary .msg-outro {
	margin-top: 72px;
	text-align: center;
	padding: 56px 24px 16px;
}

.real-estate-notary .msg-outro p {
	margin: 0 0 18px;
	font-size: 28px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.real-estate-notary .msg-outro p.lead-emph {
	font-size: 38px;
}

.real-estate-notary .msg-outro p .pink {
	color: var(--rose-500);
}

.real-estate-notary .msg-outro p.signature {
	margin-top: 26px;
	font-size: 18px;
	color: var(--ink-3);
	font-weight: 500;
	letter-spacing: 0.06em;
}

@media (max-width: 768px) {
	.real-estate-notary .msg-outro {
		padding: 0;
	}
	.real-estate-notary .msg-outro p {
		font-size: 15px !important;
	}
	.real-estate-notary .msg-outro p.lead-emph {
		font-size: 20px !important;
	}
	.real-estate-notary .msg-outro p.signature {
		font-size: 12px !important;
	}
}

/* ---------- About / about-content ---------- */
.real-estate-notary .about-content {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 30px 64px;
	align-items: center;
}

.real-estate-notary .about-content__detail {
	font-size: 17px;
	line-height: 2.0;
	color: var(--ink);
	margin: 0 0 24px;
}

.real-estate-notary .about-content__detail strong {
	font-weight: 700;
}

.real-estate-notary .about-photo {
	aspect-ratio: 4 / 3;
	max-height: none;
	border-radius: 18px;
	overflow: hidden;
}

.real-estate-notary .about-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.real-estate-notary .about-content {
		display: flex;
		flex-direction: column-reverse;
	}
	.real-estate-notary .about-content__detail {
		font-size: 16px;
		margin-bottom: 1em;
	}
}

/* ---------- Feature（背景トーン） ---------- */
.real-estate-notary .feature {
	background: var(--bg-soft);
}

/* ---------- キャッチ／リード ---------- */
.real-estate-notary .catch {
	font-size: 22px;
	line-height: 1.8;
	color: var(--ink);
	text-align: center;
	margin: 0 0 48px;
	font-weight: 700;
	letter-spacing: 0.06em;
	position: relative;
}

.real-estate-notary .catch--normal {
	font-size: 18px;
	font-weight: 400;
}

.real-estate-notary .catch--left {
	text-align: left;
}

.real-estate-notary .catch strong {
	color: var(--rose-500);
}

@media (max-width: 960px) {
	.real-estate-notary .catch {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.real-estate-notary .catch {
		font-size: 16px;
		margin-bottom: 24px;
	}
}

/* ---------- 求める人物像 チェックリスト ---------- */
.real-estate-notary .needs-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	max-width: 1000px;
}

.real-estate-notary .needs-list li {
	background: #fff;
	border: 2px solid var(--pink-200);
	border-radius: 14px;
	padding: 22px 28px 22px 80px;
	position: relative;
	font-size: 18px;
	line-height: 1.7;
	color: var(--ink);
	font-weight: 700;
}

.real-estate-notary .needs-list li::before {
	content: "";
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: var(--pink-500);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
	background-size: 24px 24px;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.real-estate-notary .needs-list li {
		font-size: 15px !important;
		padding: 18px 22px 18px 70px !important;
	}
	.real-estate-notary .needs-list li::before {
		width: 30px !important;
		height: 30px !important;
		left: 20px !important;
		background-size: 20px 20px !important;
	}
}

/* ---------- Career & Entry ---------- */
.real-estate-notary .entry-card {
	background: var(--pink-50);
	border-radius: 16px;
	padding: 32px 32px 28px;
	position: relative;
}

.real-estate-notary .entry-card > div > p,
.real-estate-notary .entry-card > div > table {
	text-align: left;
}

.real-estate-notary .entry-card__inner {
	padding: 36px 40px;
}

.real-estate-notary .entry-card .recruit-head {
	display: flex;
	justify-content: center;
	align-items: baseline;
	column-gap: 14px;
	margin-bottom: 10px;
}

.real-estate-notary .entry-card .recruit-head .en {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: var(--pink-500);
	letter-spacing: 0.04em;
}

.real-estate-notary .entry-card .recruit-head h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}

.real-estate-notary .entry-card p.intro {
	font-size: 17px !important;
	line-height: 2.0;
	color: var(--ink-2);
	margin: 0 0 26px;
	position: relative;
	z-index: 1;
}

@media (max-width: 960px) {
	#job {
		padding-bottom: 0 !important;
	}
	.real-estate-notary .entry-card p.intro {
		font-size: 16px !important;
	}
}

@media (max-width: 768px) {
	#job .container {
		padding-inline: 0;
	}
	.real-estate-notary .entry-card {
		padding: 32px 16px 0;
		border-radius: 0;
	}
	.real-estate-notary .entry-card__inner {
		padding: 20px 20px 36px;
	}
	.real-estate-notary .entry-card .recruit-head {
		flex-direction: column;
		align-items: center;
	}
	.real-estate-notary .entry-card .recruit-head h3 {
		width: 100%;
		text-align: center;
		line-height: 1.5;
	}
}

/* ---------- Entry table ---------- */
.real-estate-notary .entry-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	font-size: 17px !important;
}

.real-estate-notary .entry-table tr + tr {
	border-top: 1px solid var(--line-2);
}

.real-estate-notary .entry-table th,
.real-estate-notary .entry-table td {
	padding: 18px 20px;
	text-align: left;
	vertical-align: top;
	line-height: 1.85;
}

.real-estate-notary .entry-table th {
	background: var(--pink-75);
	color: var(--pink-600);
	font-weight: 700;
	width: 130px;
	letter-spacing: 0.06em;
	font-size: 16px !important;
}

.real-estate-notary .entry-table td {
	color: var(--ink-2);
	font-size: 17px !important;
}

@media (max-width: 960px) {
	.real-estate-notary .entry-table {
		font-size: 16px !important;
	}
}

@media (max-width: 768px) {
	.real-estate-notary .entry-table {
		font-size: 13.5px !important;
	}
	.real-estate-notary .entry-table tbody {
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}
	.real-estate-notary .entry-table tr {
		display: flex;
		flex-direction: column;
	}
	.real-estate-notary .entry-table tr + tr {
		border-top: none;
	}
	.real-estate-notary .entry-table th {
		width: 100%;
		display: block;
		background: var(--pink-100) !important;
		border-radius: 6px;
	}
	.real-estate-notary .entry-table th,
	.real-estate-notary .entry-table td {
		padding: 12px 14px !important;
		font-size: 13.5px !important;
	}
}

/* ---------- エントリー CTA 拡大 ---------- */
.real-estate-notary .entry-cta-wrap {
	text-align: center;
	margin: 0 auto 64px;
}

.real-estate-notary .btn-entry-big {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 16px;
	background: var(--pink-500) !important;
	color: #fff !important;
	padding: 28px 80px !important;
	border-radius: 999px !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	letter-spacing: 0.12em;
	min-width: 420px;
	box-shadow: 0 18px 38px -16px rgba(45, 133, 179, 0.65);
	transition: transform .15s ease, box-shadow .2s;
	text-decoration: none;
}

.real-estate-notary .btn-entry-big:hover {
	transform: translateY(-2px);
	box-shadow: 0 24px 48px -18px rgba(45, 133, 179, 0.8);
	color: #fff !important;
}

.real-estate-notary .btn-entry-big .arrow {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	display: grid;
	place-items: center;
	font-size: 18px !important;
	position: relative;
}

.real-estate-notary .btn-entry-big .arrow::before {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 0;
	left: 46%;
	bottom: 0;
	transform: translate(-50%, -50%) rotate(45deg);
}

.real-estate-notary .entry-cta-wrap .sub {
	margin-top: 14px;
	font-size: 14px;
	color: var(--ink-3);
	letter-spacing: 0.08em;
}

@media (max-width: 960px) {
	.real-estate-notary .btn-entry-big {
		min-width: auto;
		width: 100%;
		padding: 18px 24px !important;
		font-size: 18px !important;
	}
}

@media (max-width: 768px) {
	.real-estate-notary .btn-entry-big {
		min-width: 0 !important;
		width: 100% !important;
		max-width: 360px;
		padding: 18px 24px !important;
		font-size: 17px !important;
	}
	.real-estate-notary .btn-entry-big .arrow {
		width: 28px !important;
		height: 28px !important;
	}
	.real-estate-notary .entry-cta-wrap .sub {
		font-size: 12px;
	}
}

/* ---------- Closing CTA ---------- */
.real-estate-notary .closing {
	position: relative;
	background: radial-gradient(50% 80% at 0% 50%, var(--pink-75), transparent 60%), radial-gradient(40% 70% at 100% 50%, var(--pink-75), transparent 60%), var(--pink-50);
	padding: 96px 0 96px;
	text-align: center;
	overflow: hidden;
}

.real-estate-notary .closing::before,
.real-estate-notary .closing::after {
	content: "";
	position: absolute;
	pointer-events: none;
	background-image: radial-gradient(circle, var(--pink-200) 1.2px, transparent 1.6px);
	background-size: 14px 14px;
	opacity: .55;
}

.real-estate-notary .closing::before { width: 160px; height: 110px; left: 4%; bottom: 14%; }
.real-estate-notary .closing::after { width: 160px; height: 110px; right: 5%; top: 18%; }

@media (max-width: 768px) {
	.real-estate-notary .closing {
		padding: 64px 0 !important;
	}
	.real-estate-notary .closing::before {
		left: 18px;
		bottom: 7%;
		z-index: -1;
	}
	.real-estate-notary .closing::after {
		right: 18px;
		top: 9%;
	}
}

/* ============================================================
   sv.css より（本ページで使用する範囲のみ）
   ============================================================ */

.real-estate-notary .hero-card--nohover {
	cursor: initial;
	position: relative;
	z-index: 10;
}

.real-estate-notary .hero-card--nohover:hover {
	transform: none;
	border-color: var(--line-2);
	box-shadow: 0 2px 0 rgba(180, 210, 230, 0.25);
}

.real-estate-notary .sv-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--rose-50);
	color: var(--rose-600);
	border: 1px solid var(--rose-200);
	padding: 8px 18px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.real-estate-notary .sv-statement-intro {
	text-align: center;
	margin: 0 0 64px;
	padding: 0 16px;
}

.real-estate-notary .sv-statement-intro__ttl {
	font-size: 58px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.04em;
	color: var(--ink);
	margin: 0 0 24px;
}

.real-estate-notary .sv-statement-intro__ttl .pink {
	color: var(--rose-500);
}

.real-estate-notary .sv-statement-intro__body {
	font-size: 18px;
	line-height: 2.1;
	color: var(--ink-2);
	max-width: 860px;
	margin: 0 auto;
	font-weight: 500;
}

@media (max-width: 768px) {
	.real-estate-notary .sv-hero-badge {
		font-size: 12px;
	}
	.real-estate-notary .sv-statement-intro {
		padding-inline: 0;	
	}
	.real-estate-notary .sv-statement-intro__ttl {
		font-size: 26px;
		line-height: 1.5;
	}
	.real-estate-notary .sv-statement-intro__body {
		text-align: left;
		font-size: 15px;
	}
}

/* ============================================================
   marketing.css より（本ページで使用する範囲のみ）
   ============================================================ */

.real-estate-notary .photo .label {
	font-weight: 700;
}

/* ---------- SKILL セクション内の小見出し ---------- */
.real-estate-notary .skill-subsec {
	margin-top: 56px;
	padding-top: 40px;
	border-top: 1px dashed var(--line);
}

.real-estate-notary .skill-subsec__ttl {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	color: var(--pink-600);
	letter-spacing: 0.08em;
	margin: 0 0 8px;
}

@media (max-width: 768px) {
	.real-estate-notary .skill-subsec {
		margin-top: 32px;
		padding-top: 24px;
	}
	.real-estate-notary .skill-subsec__ttl {
		font-size: 14px;
	}
	.real-estate-notary .skill-subsec .catch--normal {
		text-align: left;
	}
}

/* ---------- 必須条件（アイコン付きカード） ---------- */
.real-estate-notary .skill-must-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	max-width: 1000px;
	margin: 0 auto;
}

.real-estate-notary .skill-must-card {
	background: #fff;
	border: 2px solid var(--rose-200);
	border-radius: 16px;
	padding: 26px 24px;
	display: flex;
	align-items: center;
	gap: 18px;
	box-shadow: 0 10px 26px -18px rgba(224, 86, 122, 0.45);
	transition: transform .15s ease, box-shadow .2s, border-color .2s;
}

.real-estate-notary .skill-must-card .ic {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--rose-50);
	color: var(--rose-500);
	display: grid;
	place-items: center;
}

.real-estate-notary .skill-must-card .ic svg {
	width: 28px;
	height: 28px;
}

.real-estate-notary .skill-must-card p {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.6;
}

@media (max-width: 768px) {
	.real-estate-notary .skill-must-grid {
		max-width: none;
		gap: 14px;
	}
	.real-estate-notary .skill-must-card {
		padding: 20px 18px;
		gap: 16px;
	}
	.real-estate-notary .skill-must-card .ic {
		width: 46px;
		height: 46px;
	}
	.real-estate-notary .skill-must-card .ic svg {
		width: 24px;
		height: 24px;
	}
	.real-estate-notary .skill-must-card p {
		font-size: 14.5px;
	}
}

/* ---------- 仕事内容：チェックリスト（work-main__list） ---------- */
.real-estate-notary .work-main__list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 32px;
}

.real-estate-notary .work-main__list li {
	position: relative;
	padding-left: 28px;
	font-size: 15px;
	line-height: 1.8;
	color: var(--ink);
	font-weight: 600;
}

.real-estate-notary .work-main__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--pink-500);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 960px) {
	.real-estate-notary .work-main__list {
		grid-template-columns: 1fr;
	}
}

/* ---------- 区切り線（work-sub-divider） ---------- */
.real-estate-notary .work-sub-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 0 0 28px;
	text-align: center;
}

.real-estate-notary .work-sub-divider::before,
.real-estate-notary .work-sub-divider::after {
	content: "";
	flex: 1;
	max-width: 160px;
	height: 1px;
	background: var(--line);
}

.real-estate-notary .work-sub-divider span {
	font-size: 22px;
	font-weight: 700;
	color: var(--pink-600);
	letter-spacing: 0.04em;
	white-space: nowrap;
}

@media (max-width: 960px) {
	.real-estate-notary .work-sub-divider span {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media (max-width: 768px) {
	.real-estate-notary .work-sub-divider {
		gap: 10px;
		margin-bottom: 16px;
	}
	.real-estate-notary .work-sub-divider::before,
	.real-estate-notary .work-sub-divider::after {
		max-width: 40px;
	}
}

/* ---------- この仕事の特徴（work-sub-grid / work-sub-card） ---------- */
.real-estate-notary .work-sub-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.real-estate-notary .work-sub-card {
	background: #fff;
	border: 1px solid var(--line-2);
	border-radius: 16px;
	padding: 30px 20px 26px;
	position: relative;
	box-shadow: 0 2px 0 rgba(180, 210, 230, 0.18);
}

.real-estate-notary .work-sub-card .ic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: var(--pink-50);
	color: var(--pink-500);
	display: grid;
	place-items: center;
	margin: 0 auto 16px;
}

.real-estate-notary .work-sub-card .ic svg {
	width: 46px;
	height: 46px;
}

.real-estate-notary .work-sub-card h5 {
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 700;
	color: var(--pink-600);
	letter-spacing: 0.04em;
	text-align: center;
}

.real-estate-notary .work-sub-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.real-estate-notary .work-sub-card li {
	font-size: 15px;
	line-height: 1.8;
	color: var(--ink-2);
	padding: 5px 0 5px 16px;
	position: relative;
}

.real-estate-notary .work-sub-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--pink-400);
}

@media (max-width: 960px) {
	.real-estate-notary .work-sub-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* ---------- 歓迎するスキル・経験（welcome-grid / welcome-card） ---------- */
.real-estate-notary .welcome-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 18px;
}

.real-estate-notary .welcome-card {
	background: #fff;
	border: 1px solid var(--line-2);
	border-radius: 12px;
	padding: 18px 18px;
	display: flex;
	align-items: center;
	gap: 14px;
	text-align: left;
}

.real-estate-notary .welcome-card .ic {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--bg-soft);
	color: var(--ink-3);
	display: grid;
	place-items: center;
}

.real-estate-notary .welcome-card .ic svg {
	width: 20px;
	height: 20px;
}

.real-estate-notary .welcome-card__txt {
	min-width: 0;
}

.real-estate-notary .welcome-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: var(--ink-2);
}

@media (max-width: 960px) {
	.real-estate-notary .welcome-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
}

@media (max-width: 768px) {
	.real-estate-notary .welcome-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.real-estate-notary .welcome-card {
		padding: 14px 16px;
	}
	.real-estate-notary .welcome-card .ic {
		width: 36px;
		height: 36px;
	}
	.real-estate-notary .welcome-card .ic svg {
		width: 18px;
		height: 18px;
	}
	.real-estate-notary .welcome-card p {
		font-size: 14px;
	}
}

/* ============================================================
   本ページ独自スタイル
   ============================================================ */

/* ---------- 仕事内容：画像なしで全幅表示するブロック ---------- */
.real-estate-notary .msg-block.msg-block--full {
	grid-template-columns: 1fr;
    background: #fff;
    margin-bottom: 30px;
    border: 2px solid var(--pink-500);
    border-radius: 20px;
}

.real-estate-notary .msg-block.msg-block--full .msg-content {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

/* ---------- 求める人物像：強調コールアウト ---------- */
.real-estate-notary #ideal .needs-list {
	margin-inline: auto;
}

.real-estate-notary .re-callout {
	background: var(--rose-50);
	border-left: 6px solid var(--rose-500);
	border-radius: 12px;
	padding: 28px 36px;
	font-size: 18px;
	font-weight: 700;
	color: var(--ink);
	line-height: 1.9;
	margin-top: 40px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.real-estate-notary .re-callout strong {
	color: var(--rose-500);
	font-weight: 800;
}

@media (max-width: 768px) {
	.real-estate-notary .re-callout {
		padding: 22px 18px;
		font-size: 15.5px;
	}
}

/* ---------- 選考で重視すること：不動産を所有する理由（統合ブロック） ---------- */
.real-estate-notary #selection .reason-block {
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px;
	border-radius: 16px;
}
.real-estate-notary #selection .reason-block__sub {
	margin-top: 60px;
}

@media (max-width: 768px) {
	.real-estate-notary #selection .reason-block {
		padding: 36px 20px;
	}
	.real-estate-notary #selection .reason-block__sub {
		margin-top: 40px;
	}
}