/* リスタ! 診断ツール */
.resta-tool {
	margin: 1.5em 0;
	padding: 1.6em 1.4em;
	border: 1px solid #d8dee7;
	border-radius: 12px;
	background: #f7f9fc;
}
.resta-tool__intro {
	font-size: 0.92rem;
	color: #4a5568;
	margin: 0 0 1.2em;
}
.resta-tool__progress {
	font-weight: 700;
	color: #1e3a5f;
	margin: 0 0 0.8em;
}
.resta-tool__options {
	display: grid;
	gap: 0.7em;
}
.resta-tool__option {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0.9em 1.1em;
	border: 1px solid #c3cddb;
	border-radius: 10px;
	background: #fff;
	font-size: 0.95rem;
	line-height: 1.5;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.resta-tool__option:hover {
	border-color: #1e3a5f;
	background: #eef3fa;
	transform: translateY(-1px);
}
.resta-tool__back {
	margin-top: 1em;
	background: none;
	border: none;
	color: #4a5568;
	font-size: 0.85rem;
	cursor: pointer;
	text-decoration: underline;
	padding: 0.3em 0;
}
.resta-tool__form .resta-tool__field {
	margin-bottom: 1em;
}
.resta-tool__label {
	display: block;
	font-weight: 700;
	margin-bottom: 0.35em;
	color: #1e3a5f;
}
.resta-tool__select {
	width: 100%;
	max-width: 28em;
	padding: 0.65em 0.8em;
	border: 1px solid #c3cddb;
	border-radius: 8px;
	background: #fff;
	font-size: 0.95rem;
}
.resta-tool__submit {
	display: inline-block;
	margin-top: 0.6em;
	padding: 0.8em 2em;
	border: none;
	border-radius: 999px;
	background: #1e3a5f;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.15s ease;
}
.resta-tool__submit:hover {
	background: #2c4f7c;
	transform: translateY(-1px);
}
.resta-tool__error {
	color: #b91c1c;
	font-weight: 700;
	margin-top: 0.8em;
}
.resta-tool__result {
	margin-top: 1.4em;
	padding: 1.4em 1.3em;
	border: 2px solid #1e3a5f;
	border-radius: 12px;
	background: #fff;
}
.resta-tool__result-eyebrow {
	margin: 0;
	font-size: 0.85rem;
	color: #4a5568;
}
.resta-tool__result-title {
	margin: 0.15em 0 0.8em;
	font-size: 1.35rem;
	color: #1e3a5f;
}
.resta-tool__result p {
	margin: 0.5em 0;
	line-height: 1.8;
}
.resta-tool__next {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6em;
	margin: 1.1em 0 0.4em;
}
.resta-tool__career {
	margin-top: 1.2em;
	padding-top: 1em;
	border-top: 1px dashed #c3cddb;
}
.resta-tool__career-title {
	font-weight: 700;
	color: #1e3a5f;
	margin: 0 0 0.6em;
}
.resta-tool__career-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.resta-tool__career-list li {
	margin-bottom: 0.6em;
}
.resta-tool__career-desc {
	font-size: 0.85rem;
	color: #4a5568;
}
.resta-tool__note {
	font-size: 0.78rem;
	color: #6b7280;
	margin-top: 0.8em;
}
