.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4695 .elementor-element.elementor-element-553e254 .elementor-heading-title{color:var( --e-global-color-6d998ec );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for heading, class: .elementor-element-553e254 */h2 {
	background-color: #ef858c; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	padding: 10px; /* 余白 */
	position: relative;
}
h2:before {
	background-color: #fff; /* 大きな円の色 */
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.6; /* 大きな円の不透明度 */
	position: absolute;
	top: -20px;
	left: 0px;
	width: 200px; /* 大きな円の幅 */
	height: 200px; /* 大きな円の高さ */
}
h2:after {
	background-color: #fff; /* 小さな円の色 */
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.6; /* 小さな円の不透明度 */
	position: absolute;
	bottom: -50px;
	left: 180px;
	width: 100px; /* 小さな円の幅 */
	height: 100px; /* 小さな円の高さ */
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-c3405c5 */h3 {
	background: -webkit-linear-gradient(left, #ef858c, #f3cbd0); /* 文字のグラデーション(Chrome、Safari) */
	background: -moz-linear-gradient(left, #ef858c, #f3cbd0); /* 文字のグラデーション(Firefox) */
	background: linear-gradient(left, #ef858c, #f3cbd0); /* 文字のグラデーション */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}h3:before, h3:after {
	background: -webkit-gradient(linear, left top, right bottom, from(#ef858c), to(#f3cbd0));  /* 線のグラデーション(Chrome、Safari) */
	background: -moz-linear-gradient(left, #ef858c, #f3cbd0); /* 線のグラデーション(Firefox) */
	background: linear-gradient(left, #ef858c, #f3cbd0); /* 線のグラデーション */
	content: '';
	margin: 10px 0px;
	display: block;
	height: 1px; /* 線の太さ */
	width: 100%;
}/* End custom CSS */