@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");
}

html {
	font-size: 100%;
	height: 100%;
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	height: 100%;
	min-height: 100vh;
}

img {
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: bottom;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	transition: .4s;
}

a:hover {
	opacity: .7;
}

input,
textarea {
	box-sizing: border-box;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
}

.w_1340 {
	max-width: 1340px;
	padding: 0;
	width: 100%;
}

.w_1240 {
	max-width: 1240px;
	padding: 0 50px;
	width: 100%;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.text_center {
	text-align: center;
}

.text_left {
	margin-left: 0;
	text-align: left;
}

.text_right {
	margin-right: 0;
	text-align: right;
}

.flex {
	display: flex;
}

.flex_reverse {
	display: flex;
	flex-direction: row-reverse;
}

.flex_column {
	flex-direction: column;
}

.flex_wrap {
	flex-wrap: wrap;
}

.flex_align_start {
	align-self: flex-start;
}

.flex_align_end {
	align-self: flex-end;
}

.flex_align_center {
	align-self: center;
}

.grid {
	display: grid;
}

.noto_B {
	font-family: "Noto Sans JP Bold",sans-serif;
}

.noto_M {
	font-family: "Noto Sans JP Medium",sans-serif;
}

.noto_R {
	font-family: "Noto Sans JP Regular",sans-serif;
}

.koz_H {
	font-family: "KozGoPr6N-heavy",sans-serif;
}

.koz_M {
	font-family: "KozGoPr6N-medium",sans-serif;
}

.adobe_H {
	font-family: "Adobe Handwriting Ernie",sans-serif;
}

.hiragino {
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP Medium",sans-serif;
}

.yellow {
	color: #ffc26f !important;
}

.mt_28 {
	margin-top: 28px;
}

.mb_0 {
	margin-bottom: 0 !important;
}

.section_title {
	-webkit-text-stroke: 2px #4d2c0c;
	color: rgba(0,0,0,0);
	font-family: "ZenKakuGothicAntique-Black",sans-serif;
	font-size: 83px;
	letter-spacing: 10px;
	text-align: center;
}

.subpage_title_wrapper {
	color: #4d2c0c;
	position: relative;
	z-index: 10;
}

.subpage_subtitle {
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: 26px;
}

.subpage_title {
	color: #fffaf4;
	font-family: "ZenKakuGothicAntique-Black";
	font-size: 94px;
	letter-spacing: 10px;
}

.top_button {
	background-color: #ff7900;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 20px;
	max-width: 312px;
	padding: 21px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.top_button span {
	display: block;
	position: absolute;
	right: 35px;
	top: 20px;
	width: 20px;
}

.top_button span img {
	width: 100%;
}

.content_wrapper {
	background-color: #fdfaf7;
	box-shadow: rgba(0,0,0,.16) 0 3px 6px;
	color: #4d2c0c;
	margin-bottom: 120px;
	padding: 72px 68px 120px 68px;
	position: relative;
	z-index: 10;
}

.logo_mynavi {
	display: block;
	margin: 0 auto;
	max-width: 572px;
	position: relative;
	width: 100%;
}

.header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: transform .5s ease-in-out;
	z-index: 100;
}

.header_layout {
	justify-content: space-between;
	width: 100%;
}

.hamburger {
	align-items: center;
	background-color: #4c2c0c;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 58px;
	justify-content: center;
	left: 48px;
	position: absolute;
	top: 25px;
	width: 58px;
}

.hamburger_bar_container {
	margin-top: 34px;
}

.hamburger .bar {
	background-color: #fff;
	display: block;
	height: 3px;
	margin: 5px;
	transition: transform .3s ease-in-out;
	width: 22px;
}

.header.active {
	background-color: #4d2c0c;
	height: 160px;
}

.hamburger.active {
	background-color: #fff;
}

.hamburger.active .top-bar {
	background-color: #4d2c0c;
	transform: rotate(390deg) translate(5px, 8px);
}

.hamburger.active .middle-bar {
	opacity: 0;
}

.hamburger.active .bottom-bar {
	background-color: #4d2c0c;
	transform: rotate(-390deg) translate(3px, -6px);
}

.hamburger.active .hamburger_text {
	color: #fff;
}

.hamburger_text {
	color: #4d2c0c;
	font-size: 12px;
	margin-top: 8px;
}

.site_logo {
	display: block;
	position: absolute;
	right: 25px;
	top: 45px;
}

.site_logo img {
	display: block;
	max-width: 240px;
	width: 100%;
}

.header.header.active .site_logo {
	display: none;
}

.site_logo_active {
	display: none;
}

.header.header.active .site_logo_active {
	display: block;
}

.hamburger_menu {
	display: none;
}

.hamburger_menu.active {
	display: block;
}

.navigation_menu {
	background-color: #fffaf4;
	gap: 42px 0;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: repeat(5, 1fr);
	padding: 82px 0 116px 0;
	position: fixed;
	top: 160px;
	width: 100vw;
	z-index: 100;
}

.navigation_list {
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
}

.navigation_link {
	color: #4d2c0c;
}

.navigation_list img {
	height: 30px;
	margin-right: 12px;
	width: 30px;
}

.fv {
	background-color: #f2e4d1;
}

.fv_layout {
	align-items: flex-end;
	justify-content: center;
	margin: 0 52px 0 auto;
	width: calc(100% - 300px);
}

.breadcrumb {
	color: #4d2c0c;
	left: 64px;
	position: absolute;
	text-orientation: upright;
	top: 120px;
	writing-mode: vertical-rl;
}

.breadcrumb-item {
	align-items: center;
	display: flex;
	margin-bottom: 8px;
	position: relative;
}

.breadcrumb-item:not(:last-child)::after {
	background-image: url("../img/below_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	margin-top: 10px;
	width: 18px;
}

.breadcrumb_item_link {
	color: #4d2c0c;
}

.fv_image {
	max-width: 1385px;
	position: relative;
	width: 100%;
}

.mainvisual {
	width: 100%;
}

.concept_heading {
	color: #4c2c0c;
	font-size: 62px;
	font-weight: normal;
	left: -140px;
	position: absolute;
	top: 360px;
}

.fv_concept_image {
	position: absolute;
	right: 36px;
	top: 48px;
}

.fv_menu {
	margin-left: 22px;
	max-width: 196px;
	width: 100%;
}

.fv_menu_list {
	margin-bottom: 22px;
}

.fv_menu_link {
	color: #4d2c0c;
	font-size: 13px;
}

.fv_menu_link_active {
	color: #ff7900;
}

.fv_menu_list img {
	height: 30px;
	width: 30px;
}

.recruit_top_container {
	background-color: #f7f3ed;
	margin-left: 50px;
	margin-top: -24px;
	max-width: 1000px;
	padding: 32px 34px;
	position: relative;
	width: 100%;
	z-index: 10;
}

.recruit_top_layout {
	justify-content: space-between;
}

.recruit_top_menu {
	align-items: center;
}

.recruit_top_list {
	font-size: 20px;
	margin-right: 22px;
}

.recruit_top_menu .recruit_link {
	background-color: #ff7900;
	border-radius: 4px;
	color: #fff;
	flex-direction: row;
	font-size: 20px;
	gap: 0 12px;
	height: 100%;
	justify-content: center;
	letter-spacing: 2px;
	padding: 12px 30px;
	width: 100%;
}

.recruit_top_menu .recruit_link span img {
	vertical-align: initial;
}

.recruit_top_link {
	color: #f68e21;
}

.recruit_banner {
	display: block;
	margin: 0 auto;
	margin-bottom: 200px;
	max-width: 780px;
	width: 100%;
}

.recruit_banner img {
	width: 100%;
}

.footer {
	background-color: #ff7900;
	height: 234px;
}

.footer_layout {
	align-items: flex-start;
	justify-content: space-around;
	padding-top: 50px;
}

.footer_logo {
	display: block;
	-o-object-fit: contain;
	max-width: 190px;
	object-fit: contain;
	width: 100%;
}

.footer_navigation_layout {
	gap: 20px 100px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	height: 100%;
}

.footer_navigation_link {
	color: #fff;
}

.footer_button {
	background-color: #fff;
	border: #ff7900 1px solid;
	color: #ff7900;
	margin-bottom: 38px;
	padding-left: 40px;
	text-align: left;
	width: 192px;
}

.footer_button:hover {
	background-color: #ff7900;
	border: #fff 1px solid;
	color: #fff;
	opacity: 1;
}

.footer_button span {
	right: 38px;
}

.footer_button:hover span {
	transform: translateX(100px);
	transition: all .5s ease;
}

.sns_link_container img {
	display: block;
	height: 31px;
	margin-right: 12px;
	width: 31px;
}

