@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	background: #E4EAEA;
	position: relative;
	z-index: 0;
	padding: 8.79vw 0;
	color: #FFF;
}
#headline::before,
#headline::after {
	content: "";
	width: 97.5vw;
	height: 100%;
	border-radius: 0 0 0 150px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
#headline::after {
	background: rgba(0, 0, 0, 0.1);
}
#headline .contents_inner {
	max-width: none !important;
}
#headline .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
	font-size: 1.47vw;
	line-height: 1;
	margin-bottom: 2.2vw;
}
#headline .breadcrumb li:not(:last-child)::after {
	content: ">";
	margin: 0 10px;
}
#headline .breadcrumb li a {
	color: #FFF;
}
#headline h1 {
	font-size: 5.42vw;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1;
}
#headline h1::after {
	display: block;
	font-size: 2.2vw;
	font-weight: 900;
	margin-top: 1.47vw;
}
@media screen and (max-width: 840px) {
	#headline::before,
	#headline::after {
		border-radius: 0 0 0 75px;
	}
}
@media screen and (max-width: 640px) {
	#headline {
		padding: 131.4666% 0 0;
	}
	#headline::before,
	#headline::after {
		width: 95vw;
		border-radius: 0 0 0 75px;
	}
	#headline .contents_inner {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
		padding: 25px 0 0 25px;
	}
	#headline .breadcrumb {
		margin-bottom: 20px;
		font-size: 4.27vw;
	}
	#headline .breadcrumb li:not(:last-child)::after {
		margin: 0 5px;
	}
	#headline h1 {
		font-size: 13.34vw;
		letter-spacing: -0.05em;
	}
	#headline h1::after {
		margin-top: 15px;
		font-size: 8vw;
		letter-spacing: 0;
	}
}
/*-----------------------------------

	contents

-----------------------------------*/
#contents .contents_inner {
	max-width: 1060px;
}
