@font-face {
	font-family: "Noto Sans JP Bold";
	font-style: normal;
	font-weight: normal;
	src: local("Noto Sans JP Bold"),url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans JP Medium";
	font-style: normal;
	font-weight: normal;
	src: local("Noto Sans JP Medium"),url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans JP Regular";
	font-style: normal;
	font-weight: normal;
	src: local("Noto Sans JP Regular"),url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Poppins Bold";
	font-style: normal;
	font-weight: normal;
	src: local("Poppins Bold"),url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "KozGoPr6N-heavy";
	font-style: normal;
	font-weight: normal;
	src: local("KozGoPr6N-Heavy"),url("../fonts/KozGoPr6N-Heavy.otf") format("opentype");
}

@font-face {
	font-family: "KozGoPr6N-medium";
	font-style: normal;
	font-weight: normal;
	src: local("KozGoPr6N-Heavy"),url("../fonts/KozGoPr6N-Medium.otf") format("opentype");
}

@font-face {
	font-family: "ZenKakuGothicAntique-Black";
	font-style: normal;
	font-weight: normal;
	src: local("ZenKakuGothicAntique-Black"),url("../fonts/ZenKakuGothicAntique-Black.ttf") format("truetype");
}

@font-face {
	font-family: "Adobe Handwriting Ernie";
	font-style: normal;
	font-weight: normal;
	src: local("Adobe Handwriting Ernie"),url("../fonts/AdobeHandwriting-Ernie.ttf") format("truetype");
}

@font-face {
	font-family: "Apple SD Gothic Neo";
	font-style: normal;
	font-weight: normal;
	src: local("Apple SD Gothic Neo"),url("../fonts/AppleSDGothicNeoR.ttf") format("truetype");
}

.happiness_project_body {
	background-color: #f2e4d1;
}

.happiness_project_main,
.happiness_project_main .fv {
	background-color: #fffaf4;
}

.happiness_project_main .fv {
	margin-bottom: 72px;
}

.happiness_project .subpage_title_wrapper {
	margin-bottom: 64px;
	margin-left: 40px;
}

.happiness_project .subpage_title {
	color: #f2e4d1;
	line-height: 88px;
	margin-bottom: 20px;
}

.happiness_project_image {
	width: 100%;
}

.happiness_project_message_wrapper {
	margin: 100px 0;
	text-align: center;
}

.happiness_project_message_highlight {
	color: #ff7900;
	font-size: 26px;
	line-height: 36px;
}

.happiness_project_message_highlight_second {
	margin-bottom: 46px;
}

.happiness_project_message {
	color: #4d2c0c;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 46px;
}

.attempt {
	background-color: #f2e4d1;
	padding-bottom: 120px;
	padding-top: 360px;
	position: relative;
}

.attempt_top_background {
	background-image: url(../img/attempt_top_background.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 800px;
	position: absolute;
	top: -1px;
	width: 100%;
}

.attempt .section_title,
.attempt .section_subtitle {
	position: relative;
	z-index: 10;
}

.attempt .section_subtitle {
	color: #4d2c0c;
	font-size: 26px;
	margin-bottom: 72px;
	text-align: center;
}

.attempt_image {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.recruit_information {
	padding-top: 0;
}

