@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/* font */
.zen {
	font-family: "Zen Maru Gothic", sans-serif;
}
.poppins {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 116rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
		margin: 0 2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.9rem;
	width: fit-content;
	color: transparent;
	font-size: 8rem;
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(90deg, #f1707f 0%, #dbdcff 49.75%, #43c7f4 100%);
	-webkit-background-clip: text;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2rem;
		font-size: 4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2rem;
	font-size: 4.8rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1rem;
		font-size: 2.4rem;
	}
}