/* topへボタン */
.crHP-footer--top-btn {
	width: 55px;
	height: 55px;
	background: #1CB5D7;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-size: 0.65rem;
	font-weight: 700;
	text-decoration: none;

}

/* 上向き矢印 */
.crHP-footer--top-btn-arrow {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	margin-bottom: 3px;
}

.crHP-footer--top-btn-dec {
	position: relative;
}

.crHP-footer--top-btn-dec::before {
	content: '';
	display: block;
	width: 3rem;
	height: 3rem;
	background-image: url(https://mirai-lab.work/wp/wp-content/uploads/2025/12/dec_orange-2.png);
	background-size: 6px;
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: -1;
}