/* ============================================================
   marketing.css — マーケティング・広報スタッフ採用ページ 追加スタイル
   ============================================================ */

/* ---------- 未確定項目（作成中）の表示 ---------- */
.tbd {
	color: var(--ink-3) !important;
	font-style: italic;
	letter-spacing: 0.08em;
}

.hero-grid { 
	align-items: flex-start;
}

/* ---------- SKILL セクション内の「歓迎する経験・スキル」小見出し ---------- */
.skill-subsec {
	margin-top: 56px;
	padding-top: 40px;
	border-top: 1px dashed var(--line);
}

.skill-subsec__ttl {
	font-size: 16px;
	font-weight: 700;
	color: var(--ink-3);
	letter-spacing: 0.08em;
	margin: 0 0 8px;
}

@media (max-width: 768px) {
	.skill-subsec {
		margin-top: 32px;
		padding-top: 24px;
	}

	.skill-subsec__ttl {
		font-size: 14px;
	}
}

/* ---------- 必要なスキル・経験（アイコン付きで目立たせる） ---------- */
.skill-must-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
    max-width: 1000px;
	margin: 0 auto;
}

.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;
}

.skill-must-card:hover {
	transform: translateY(-2px);
	border-color: var(--rose-400);
	box-shadow: 0 16px 32px -16px rgba(224, 86, 122, 0.55);
}

.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;
}

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

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

@media (max-width: 768px) {
	.skill-must-grid {
		max-width: none;
		gap: 14px;
	}

	.skill-must-card {
		padding: 20px 18px;
		gap: 16px;
	}

	.skill-must-card .ic {
		width: 46px;
		height: 46px;
	}

	.skill-must-card .ic svg {
		width: 24px;
		height: 24px;
	}

	.skill-must-card p {
		font-size: 14.5px;
	}
}

/* ---------- ダミー画像プレースホルダーの見た目調整 ---------- */
.photo .label {
	font-weight: 700;
}

/* ---------- 仕事内容：メイン業務カード ---------- */
.work-main {
	background: linear-gradient(135deg, var(--pink-50), #fff 65%);
	border: 2px solid var(--pink-200);
	border-radius: 20px;
	padding: 44px 48px;
	margin: 0 0 40px;
	position: relative;
}

.work-main__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--pink-500);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 7px 20px;
	border-radius: 999px;
	margin-bottom: 22px;
}

.work-main__head {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 18px;
}

.work-main__head .ic {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #fff;
	color: var(--pink-500);
	display: grid;
	place-items: center;
	flex-shrink: 0;
	box-shadow: 0 6px 16px -8px rgba(45, 133, 179, 0.35);
}

.work-main__head .ic svg {
	width: 36px;
	height: 36px;
}

.work-main__head h3 {
	margin: 0;
	font-size: 26px;
	font-weight: 800;
	color: var(--ink);
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.work-main__lead {
	margin: 0 0 26px;
	font-size: 16px;
	line-height: 1.9;
	color: var(--ink-2);
}

.work-main__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 32px;
}

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

.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;
}

/* ---------- 仕事内容：+αでチャレンジできる領域 ---------- */
.work-sub-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 0 0 28px;
}

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

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

.work-sub-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

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

.work-sub-card__num {
	position: absolute;
	top: -14px;
	left: 24px;
	background: var(--rose-500);
	color: #fff;
	font-family: var(--en);
	font-size: 13px;
	font-weight: 800;
	padding: 5px 14px;
	border-radius: 999px;
	letter-spacing: 0.06em;
}

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

.work-sub-card .ic svg {
	width: 28px;
	height: 28px;
}

.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;
}

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

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

.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) {
	.work-main {
		padding: 32px 28px;
	}

	.work-main__head h3 {
		font-size: 21px;
	}

	.work-main__list {
		grid-template-columns: 1fr;
	}

	.work-sub-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.work-sub-divider span {
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.work-main {
		padding: 26px 20px;
	}

	.work-main__badge {
		font-size: 12px;
		padding: 6px 16px;
	}

	.work-main__head {
		gap: 14px;
	}

	.work-main__head .ic {
		width: 56px;
		height: 56px;
	}

	.work-main__head .ic svg {
		width: 28px;
		height: 28px;
	}

	.work-main__head h3 {
		font-size: 18px;
	}

	.work-sub-divider {
		gap: 10px;
	}

	.work-sub-divider::before,
	.work-sub-divider::after {
		max-width: 40px;
	}
}

/* ---------- 未経験歓迎バッジの中央寄せ用ラッパー ---------- */
.badge-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.badge-row.is-left {
	justify-content: flex-start;
}

/* sv-hero-badge を本文中で使い回すための余白リセット */
.badge-row .sv-hero-badge {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.badge-row.is-left {
		justify-content: center;
	}
}

/* ---------- 未経験歓迎 コーナーリボン（写真用） ---------- */
.corner-ribbon {
	position: absolute;
	top: 24px;
	left: -56px;
	width: 220px;
	transform: rotate(-45deg);
	background: var(--rose-500);
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.12em;
	padding: 9px 0;
	box-shadow: 0 6px 16px -6px rgba(224, 86, 122, 0.55);
	z-index: 2;
}

@media (max-width: 768px) {
	.corner-ribbon {
		top: 16px;
		left: -50px;
		width: 190px;
		font-size: 12px;
		padding: 7px 0;
	}
}

/* ---------- 歓迎する経験・スキル（サブ的な見せ方：控えめなチップ調カード） ---------- */
.welcome-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 18px;
}

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

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

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

.welcome-card__txt {
	min-width: 0;
}

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

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

@media (max-width: 768px) {
	.welcome-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.welcome-card {
		padding: 14px 16px;
	}

	.welcome-card .ic {
		width: 36px;
		height: 36px;
	}

	.welcome-card .ic svg {
		width: 18px;
		height: 18px;
	}

	.welcome-card p {
		font-size: 14px;
	}
}
