@charset "UTF-8";
/*-----------------------------------

	base

-----------------------------------*/
#contents {
	padding-top: 190px;
}
@media screen and (max-width: 1250px) {
	#contents {
		padding-top: 120px;
	}
}
@media screen and (max-width: 640px) {
	#contents {
		padding-top: 90px;
	}
}
/*-----------------------------------

	headline_block

-----------------------------------*/
#headline_block {
	margin-bottom: 120px;
}
#headline_block .contents_inner {
	width: calc(1200px + (50vw - 600px));
	max-width: none;
	margin: 0 auto 0 0;
	padding: 127px 0 127px calc(50vw - 600px);
	background: #F7F1E7;
	border-radius: 0 50px 50px 0;
	position: relative;
}
#headline_block .contents_inner::before {
	content: "";
	width: 427px;
	height: 403px;
	background: url(../img/common/headline_img.svg) no-repeat center/contain;
	position: absolute;
	top: -44px;
	right: 32px;
}
#headline_block h1 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1;
}
#headline_block h1::after {
	font-size: 80px;
	font-family: "Barlow", sans-serif;
	color: #59C8F2;
	letter-spacing: 0.02em;
	display: block;
	margin-top: 15px;
}
@media screen and (max-width: 1250px) {
	#headline_block .contents_inner {
		width: 95%;
		padding: 127px 0 127px 5%;
	}
	#headline_block .contents_inner::before {
		width: 34.16vw;
		height: 32.24vw;
		top: calc(50% - 16.12vw);
		right: 2.56vw;
	}
	#headline_block h1 {
		font-size: 1.44vw;
	}
	#headline_block h1::after {
		font-size: 6.4vw;
	}
}
@media screen and (max-width: 640px) {
	#headline_block {
		margin-bottom: 60px;
	}
	#headline_block .contents_inner {
		height: 160px;
		padding: 0 0 0 5%;
		border-radius: 0 25px 25px 0;
	}
	#headline_block .contents_inner::before {
		width: 128px;
		height: 121px;
		top: auto;
		bottom: -20px;
		right: 0;
	}
	#headline_block h1 {
		font-size: 14px;
		position: absolute;
		top: 20px;
		left: 5%;
	}
	#headline_block h1::after {
		font-size: 40px;
		margin-top: 10px;
	}
}
