/* ============================================================
   レンカノ【全国】共通求人応募フォーム
   Shocking Pink Edition — 2026
   ============================================================ */
:root {
	--primary: #ff1493;        /* shocking pink */
	--primary-dark: #d10077;
	--primary-deep: #b30062;
	--primary-light: #ffe0f0;
	--primary-lighter: #fff5fa;
	--accent: #ff66c4;
	--accent-bright: #ff007f;
	--bg: #fff8fb;
	--card-bg: #ffffff;
	--text: #2d2d2d;
	--text-muted: #6b7280;
	--border: #f3d4e5;
	--error: #dc2626;
	--success: #059669;
	--shadow: 0 1px 3px rgba(255,20,147,.06), 0 1px 2px rgba(0,0,0,.04);
	--shadow-lg: 0 14px 40px rgba(255,20,147,.22);
	--shadow-pink: 0 8px 24px rgba(255,20,147,.18);
	--radius: 16px;
	--radius-sm: 10px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: var(--text);
	background: var(--bg);
}

a { color: var(--primary-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ===== Hero header ===== */
.hero {
	background:
		radial-gradient(ellipse at top left, rgba(255,255,255,.18), transparent 50%),
		radial-gradient(ellipse at bottom right, rgba(255,255,255,.12), transparent 50%),
		linear-gradient(135deg, #ff007f 0%, #ff1493 35%, #ff66c4 100%);
	color: #fff;
	padding: 56px 20px 64px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.hero::before {
	content: "";
	position: absolute;
	width: 240px;
	height: 240px;
	background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%);
	top: -60px;
	right: -60px;
	border-radius: 50%;
	pointer-events: none;
}
.hero::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 36px;
	background: var(--bg);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.hero .badge {
	display: inline-block;
	background: rgba(255,255,255,.22);
	backdrop-filter: blur(6px);
	color: #fff;
	padding: 6px 16px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	margin-bottom: 14px;
	border: 1px solid rgba(255,255,255,.28);
}
.hero h1 {
	margin: 0;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-shadow: 0 4px 16px rgba(0,0,0,.18);
}
.hero .lead {
	margin: 12px 0 0;
	font-size: 14px;
	opacity: .95;
	font-weight: 500;
}
.hero .areas {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}
.hero .areas span {
	background: rgba(255,255,255,.24);
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 999px;
	padding: 4px 13px;
	font-size: 12px;
	font-weight: 600;
	backdrop-filter: blur(4px);
}

/* ===== Container ===== */
.container { max-width: 760px; margin: 0 auto; padding: 8px 16px 40px; }
.container-narrow { max-width: 600px; margin: 0 auto; padding: 8px 16px 40px; }

/* ===== Notice box ===== */
.notice {
	background: linear-gradient(135deg, var(--primary-light), var(--primary-lighter));
	border-left: 5px solid var(--primary);
	border-radius: var(--radius-sm);
	padding: 18px 22px;
	margin: 20px 0 24px;
	font-size: 14px;
	line-height: 1.7;
	box-shadow: var(--shadow);
}
.notice strong { color: var(--primary-dark); }
.notice .req-mark {
	display: inline-block;
	color: var(--primary);
	font-weight: 700;
}

.warning-box {
	background: #fff;
	border: 2px solid var(--primary);
	border-radius: var(--radius);
	padding: 16px 20px;
	margin: 20px 0 24px;
	font-size: 14px;
	line-height: 1.7;
	box-shadow: var(--shadow-pink);
}
.warning-box .warn-title {
	display: inline-block;
	background: var(--primary);
	color: #fff;
	padding: 4px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 10px;
}

/* ===== Card sections ===== */
.card {
	background: var(--card-bg);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 26px 24px 22px;
	margin-bottom: 16px;
	border: 1px solid var(--border);
	position: relative;
}
.card-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 17px;
	font-weight: 800;
	color: var(--primary-dark);
	border-bottom: 2px solid var(--primary-light);
	padding-bottom: 12px;
	margin: -4px 0 18px;
	letter-spacing: .02em;
}
.card-title::before {
	content: "";
	width: 6px;
	height: 22px;
	background: linear-gradient(180deg, var(--primary), var(--accent-bright));
	border-radius: 3px;
	display: inline-block;
}
.card-title-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: linear-gradient(135deg, var(--primary), var(--accent));
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 800;
	box-shadow: var(--shadow-pink);
}

/* ===== Field ===== */
.field { margin-bottom: 22px; }
.field:last-child { margin-bottom: 0; }
.label {
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 8px;
	color: var(--text);
}
.required {
	display: inline-block;
	background: var(--primary);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 4px;
	margin-left: 6px;
	letter-spacing: .04em;
	vertical-align: 2px;
}
.help {
	font-size: 12px;
	color: var(--text-muted);
	margin-top: 6px;
	line-height: 1.6;
}
.help strong { color: var(--text); }
.help .em { color: var(--primary-dark); font-weight: 700; }

/* ===== Inputs ===== */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea,
select {
	width: 100%;
	padding: 13px 14px;
	font-size: 16px;
	font-family: inherit;
	color: var(--text);
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--radius-sm);
	transition: border-color .15s, box-shadow .15s;
	-webkit-appearance: none;
	appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: var(--primary);
	box-shadow: 0 0 0 4px rgba(255,20,147,.18);
}
textarea { min-height: 90px; resize: vertical; line-height: 1.6; }

select {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='%23ff1493'><path d='M6 8L0 0h12z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 12px;
	padding-right: 36px;
}

/* ===== File input ===== */
.file-field {
	border: 2px dashed var(--primary);
	background: var(--primary-lighter);
	border-radius: var(--radius-sm);
	padding: 18px 16px;
	text-align: center;
	transition: background .15s, border-color .15s;
	cursor: pointer;
	position: relative;
}
.file-field:hover { background: var(--primary-light); }
.file-field input[type=file] {
	width: 100%;
	font-size: 14px;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
}
.file-field input[type=file]::-webkit-file-upload-button {
	background: var(--primary);
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
	margin-right: 12px;
	font-size: 13px;
}
.file-field .file-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: var(--primary);
	color: #fff;
	border-radius: 50%;
	line-height: 36px;
	font-size: 18px;
	margin-bottom: 8px;
}

/* ===== Radio / Checkbox group ===== */
.radio-group, .checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.radio-group label, .checkbox-group label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 16px;
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--radius-sm);
	cursor: pointer;
	transition: background .15s, border-color .15s;
	font-size: 14px;
	line-height: 1.5;
}
.radio-group label:hover, .checkbox-group label:hover {
	background: var(--primary-lighter);
	border-color: var(--primary);
}
.radio-group input[type=radio], .checkbox-group input[type=checkbox] {
	accent-color: var(--primary);
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 2px;
}
.radio-group label:has(input:checked),
.checkbox-group label:has(input:checked) {
	background: var(--primary-light);
	border-color: var(--primary);
	font-weight: 700;
}

/* Area grid (radio buttons displayed as grid) */
.area-radio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 8px;
}
.area-radio-grid label {
	justify-content: center;
	text-align: center;
	font-weight: 600;
}
.area-radio-grid label:has(input:checked) {
	background: linear-gradient(135deg, var(--primary), var(--accent));
	color: #fff;
	border-color: var(--primary-deep);
}
.area-radio-grid input[type=radio] {
	display: none;
}

/* ===== Error message ===== */
.error {
	color: var(--error);
	font-size: 13px;
	margin-top: 8px;
	font-weight: 600;
	background: #fef2f2;
	padding: 8px 12px;
	border-radius: 6px;
	border-left: 3px solid var(--error);
}

/* ===== Submit row ===== */
.btn-row {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 28px 0 8px;
}
.btn {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 17px;
	font-weight: 800;
	padding: 16px 40px;
	border-radius: 999px;
	transition: transform .12s, box-shadow .15s, background .15s;
	min-width: 200px;
	letter-spacing: .06em;
}
.btn-primary {
	background: linear-gradient(135deg, var(--accent-bright), var(--primary));
	color: #fff;
	box-shadow: var(--shadow-lg);
}
.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 48px rgba(255,20,147,.32);
}
.btn-primary:active { transform: translateY(0); }
.btn-secondary {
	background: #fff;
	color: var(--text);
	border: 1.5px solid var(--border);
}
.btn-secondary:hover {
	background: var(--primary-lighter);
	border-color: var(--primary);
}

/* ===== Confirm table ===== */
.confirm-banner {
	background: linear-gradient(135deg, var(--primary), var(--accent));
	color: #fff;
	border-radius: var(--radius);
	padding: 18px 22px;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	box-shadow: var(--shadow-pink);
}
.confirm-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.confirm-table th, .confirm-table td {
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--border);
	word-break: break-word;
}
.confirm-table th {
	width: 36%;
	background: var(--primary-lighter);
	font-weight: 700;
	color: var(--primary-dark);
	font-size: 13px;
}
.confirm-table tr:last-child th,
.confirm-table tr:last-child td {
	border-bottom: none;
}

/* ===== Finish page ===== */
.finish-card {
	background: #fff;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 44px 28px;
	text-align: center;
	margin: 24px 0;
	border: 1px solid var(--border);
}
.finish-icon {
	width: 84px;
	height: 84px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary), var(--accent-bright));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 42px;
	color: #fff;
	font-weight: 800;
	box-shadow: var(--shadow-lg);
}
.finish-title {
	font-size: 24px;
	font-weight: 800;
	color: var(--primary-dark);
	margin: 8px 0 6px;
}
.finish-sub {
	font-size: 14px;
	color: var(--text-muted);
	margin-bottom: 26px;
}
.finish-body {
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
	color: var(--text);
	background: var(--primary-lighter);
	padding: 18px;
	border-radius: var(--radius-sm);
	border-left: 4px solid var(--primary);
}
.finish-body + .finish-body { margin-top: 12px; }

/* ===== Area site grid ===== */
.area-section { margin-top: 16px; }
.area-lead {
	font-size: 13px;
	color: var(--text-muted);
	margin: -8px 0 16px;
	text-align: center;
}
.area-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 10px;
}
.area-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 14px 10px;
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--radius-sm);
	text-decoration: none;
	color: var(--text);
	transition: transform .12s, border-color .12s, box-shadow .15s, background .15s;
	text-align: center;
	gap: 4px;
}
.area-btn:hover {
	background: linear-gradient(135deg, var(--primary), var(--accent));
	border-color: var(--primary-deep);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: var(--shadow-pink);
	text-decoration: none;
}
.area-btn .area-name {
	font-size: 15px;
	font-weight: 800;
	color: var(--primary-dark);
}
.area-btn:hover .area-name { color: #fff; }
.area-btn .area-host {
	font-size: 10px;
	color: var(--text-muted);
	letter-spacing: .02em;
	word-break: break-all;
}
.area-btn:hover .area-host { color: rgba(255,255,255,.85); }

/* ===== Footer ===== */
.site-footer {
	background: linear-gradient(135deg, #2d1f2c, #1f1119);
	color: #d1d5db;
	padding: 36px 16px 28px;
	text-align: center;
	font-size: 13px;
	margin-top: 24px;
}
.site-footer .tel-cta {
	display: inline-block;
	margin: 12px 0;
	font-size: 19px;
	font-weight: 800;
	color: #fff;
	letter-spacing: .04em;
}
.site-footer .tel-cta a { color: #ff8fc6; }
.site-footer .footer-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px 18px;
	margin: 14px 0 12px;
	font-size: 12px;
}
.site-footer .footer-links a { color: #d1d5db; }
.site-footer .copyright { font-size: 11px; opacity: .7; margin-top: 12px; }

/* ===== Photo example image ===== */
.photo-example {
	margin: 16px 0;
	text-align: center;
}
.photo-example img {
	max-width: 100%;
	height: auto;
	border-radius: var(--radius-sm);
	box-shadow: var(--shadow);
}

/* ===== Mobile ===== */
@media (max-width: 480px) {
	body { font-size: 15px; }
	.hero { padding: 42px 16px 50px; }
	.hero h1 { font-size: 21px; }
	.hero .lead { font-size: 13px; }
	.hero .areas span { font-size: 11px; padding: 3px 10px; }
	.card { padding: 20px 16px; border-radius: 12px; }
	.card-title { font-size: 16px; }
	.container, .container-narrow { padding: 4px 12px 32px; }
	.btn { font-size: 16px; padding: 14px 28px; min-width: 150px; }
	.btn-row .btn { flex: 1; }
	.confirm-table th, .confirm-table td { padding: 11px 10px; font-size: 13px; }
	.confirm-table th { width: 38%; }
	.finish-card { padding: 34px 18px; }
	.finish-title { font-size: 20px; }
	.area-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.area-btn { padding: 12px 8px; }
	.area-btn .area-name { font-size: 14px; }
	.area-btn .area-host { font-size: 9px; }
	.area-radio-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
