.eight-job-favorite-button-wrap{margin-top:24px}.eight-job-favorite-button{display:inline-flex;align-items:center;justify-content:center;gap:.45em;min-height:44px;padding:.68em 1.15em;border:1px solid #d8d8d8;border-radius:8px;background:#fff;color:#333;font-size:14px;font-weight:700;line-height:1.3;cursor:pointer;transition:.2s}.eight-job-favorite-button:hover{border-color:#e54848;color:#e54848}.eight-job-favorite-button.is-active{border-color:#e54848;background:#fff5f5;color:#e54848}.eight-job-favorite-button__icon{font-size:1.45em;line-height:1}.eight-job-favorite-button.is-icon{width:44px;height:44px;min-height:44px;padding:0;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.12)}.eight-job-favorite-button.is-icon .eight-job-favorite-button__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.eight-job-favorite-thumbnail{position:relative}.eight-job-favorite-thumbnail__button{position:absolute;z-index:4;top:10px;right:10px}.eight-job-favorite-count{display:inline-flex;align-items:center;gap:.4em;color:inherit;text-decoration:none}.eight-job-favorite-count__heart{font-size:1.5em;line-height:1}.eight-job-favorite-count__number{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#555;color:#fff;font-size:12px;font-weight:700}.eight-job-favorite-count.has-favorites .eight-job-favorite-count__heart{color:#e54848}.eight-job-favorite-count.has-favorites .eight-job-favorite-count__number{background:#e54848}.eight-job-favorite-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.eight-job-favorite-card{overflow:hidden;border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.05)}.eight-job-favorite-card__image{display:block;aspect-ratio:16/9;background:#f1f1f1;overflow:hidden}.eight-job-favorite-card__image img{width:100%;height:100%;object-fit:cover}.eight-job-favorite-card__noimage{display:grid;place-items:center;width:100%;height:100%;color:#999;font-size:12px}.eight-job-favorite-card__body{padding:18px}.eight-job-favorite-card__title{margin:0 0 10px;font-size:18px;line-height:1.55}.eight-job-favorite-card__title a{color:inherit;text-decoration:none}.eight-job-favorite-card__excerpt{color:#666;font-size:14px;line-height:1.8}.eight-job-favorite-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.eight-job-favorite-card__more{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:6px;background:#333;color:#fff;text-decoration:none;font-size:14px;font-weight:700}.eight-job-favorite-list__empty,.eight-job-favorite-list__loading,.eight-job-favorite-list__error{padding:28px;border-radius:10px;background:#f6f6f6;text-align:center}.eight-job-favorite-button:focus-visible,.eight-job-favorite-count:focus-visible{outline:3px solid rgba(229,72,72,.25);outline-offset:3px}@media(max-width:600px){.eight-job-favorite-grid{grid-template-columns:1fr}.eight-job-favorite-button-wrap.-single .eight-job-favorite-button{width:100%}.eight-job-favorite-count__label{display:none}}

/* v2.1: アイコン型ボタンのラベル */
.eight-job-favorite-button.is-icon{
	width:auto;
	height:auto;
	min-width:58px;
	min-height:58px;
	padding:6px 8px;
	border-radius:9px;
	flex-direction:column;
	gap:2px;
}
.eight-job-favorite-button__label{
	display:block;
	font-size:10px;
	font-weight:700;
	line-height:1.2;
	white-space:nowrap;
}
.eight-job-favorite-button.is-icon .eight-job-favorite-button__icon{
	font-size:24px;
	line-height:1;
}
