@charset "UTF-8";
/*--------------------------------------------------------------
c-heading
--------------------------------------------------------------*/
.c-heading .container h1 {
	font-size: 1.75em;
}
.c-heading .container h1::after {
	color: #ff5a5f;
}
@media (max-width: 769px) {

}




.c-heading.circle .container h3 span {
	position: relative;
	display: flex;
	padding: 0 1.75em;
	height: auto;
}
.c-heading.circle .container h3 span::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	background-color: #f5f5f5;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-heading.circle .container h3 span::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	background-color: #ff5a5f;
	border-radius: 50%;
	-webkit-transform: translateY(-50%) scale(0.25);
	transform: translateY(-50%) scale(0.25);
}