@charset "utf-8";
/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
	box-sizing: border-box;
}
 
/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class],
ul,
ol  {
	padding: 0;
	margin: 0;
}
 
/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
text-align: justify;
    letter-spacing: 0.075em;
    font-feature-settings: "palt";	
}
 
/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
	width: 100%;
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	color: #000000;
	font-family: source-han-sans-japanese, sans-serif;
/*	font-family: din-condensed, sans-serif;*/
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.03em;
/*	font-feature-settings : "palt";*/
	opacity: 0;
}

.scroll-stop {
	overflow: hidden;
}
 
/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class],
ul,
ol {
	list-style: none;
}
 
/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
	text-decoration-skip-ink: auto;
}
 
/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
	display: block;
	vertical-align: bottom;
}
 
/* Natural flow and rhythm in articles by default */

 
/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
	font: inherit;
	appearance: none;
	-webkit-appearance: none;
}
 
/* その他 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{
	margin: 0px;
	padding: 0px;
}
a{
	outline:none;
	text-decoration:none;
}
a img{
	border:none;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
 
/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}


}
/* PC ================================================== */
@media all and (min-width:960px){
.tablet,
.sp {
	display: none;
}
.pc {
	display: inline-block;
}
.view_pc {
	display: block;
}
.view_sp {
	display: none;
}
body {
	font-size: 16px;
	position: relative;
}
h1{}

h2{}

h3{}

h4{}

h5{}

.cp_cat-item_active a {
	pointer-events: none;
}

header {
	width: 100%;
	height: 105px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	pointer-events: none;
}
	.header--inner {
		width: 100%;
		height: 100%;
		position: relative;
	}
		.header-logo {
			display: block;
			width: 200px;
			height: auto;
			position: absolute;
			top: 50%;
			left: 30px;
			transform: translate(0%,-50%);
			-webkit-transform: translate(0%,-50%);
			pointer-events: auto;
		}
			.header-logo img {
				width: 100%;
				height: auto;
			}

		.header-menu_container {
			width: auto;
			min-width: 1000px;
			height: 60px;
			border-radius: 8px;
			background-color: #DF610F;
			display: flex;
			justify-content: space-between;
			align-items: center;
			box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
			position: absolute;
			top: 50%;
			right: 45px;
			transform: translate(0%,-50%);
			-webkit-transform: translate(0%,-50%);
			pointer-events: auto;
		}
			.header-menu_list {
				height: 100%;
				padding: 20px 0px !important;
				margin: 0 !important;
				display: flex;
				justify-content: center;
				align-items: center;
			}
				.header-menu_item {
					height: 100%;
					padding: 0px 10px;
					border-right: solid 1px #C65105;
					display: flex;
					justify-content: center;
					align-items: center;
				}
				.header-menu_item:nth-of-type(1) {
					padding: 0px 30px !important;
				}
					.header-menu_item a {
						font-size: 14px;
						line-height: 1.2;
						font-weight: 500;
						color: #ffffff;
					}

			.header-menu_btn {
				width: 55px;
				height: 55px;
				margin-right: 5px;
			}
				.nav_open_btn {
					width: 100%;
					height: 100%;
					padding: 0;
					margin: 0;
					border: none;
					outline: none;
					background-color: rgb(0,0,0,0);
					display: flex;
					justify-content: center;
					align-items: center;
					cursor: pointer;
				}
					.nav_open_btn span {
						display: block;
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: relative;
					}
					.nav_open_btn span:before {
						content: '';
						display: block;
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						top: -7px;
					}
					.nav_open_btn span:after {
						content: '';
						display: block;
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						bottom: -7px;
					}

		.globalmenu {
			display: none;
			width: 100%;
			height: 100vh;
			position: absolute;
			top: 0;
			left: 0;
			background-color: #DF610F;
			z-index: 51;
			overflow: scroll;
			pointer-events: auto;
		}
			.globalmenu-btn {
				width: 60px;
				height: 60px;
				position: absolute;
				top: 20px;
				right: 25px;
			}
				.nav_close_btn {
					width: 100%;
					height: 100%;
					padding: 0;
					margin: 0;
					border: none;
					outline: none;
					background-color: rgb(0,0,0,0);
					display: flex;
					justify-content: center;
					align-items: center;
					cursor: pointer;
				}
					.nav_close_btn span {
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: rgba(0,0,0,0);
						position: relative;
					}
					.nav_close_btn span:before {
						content: '';
						display: block;
						width: 39px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%,-50%) rotate(-45deg);
						-webkit-transform: translate(-50%,-50%) rotate(-45deg);
					}
					.nav_close_btn span:after {
						content: '';
						display: block;
						width: 39px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%,-50%) rotate(45deg);
						-webkit-transform: translate(-50%,-50%) rotate(45deg);
					}

			.globalmenu--inner {
				width: 90%;
				max-width: 1000px;
				padding: 80px 0px 170px;
				margin: auto auto;
			}
				.globalmenu-logo {
					display: block;
					width: 210px;
					height: auto;
					margin: auto auto 65px 0px;
				}
					.globalmenu-logo img {
						width: 100%;
						height: auto;
					}
				.globalmenu-navi_container {
					width: 100%;
					display: flex;
					justify-content: space-between;
				}
					.globalmenu-navi {
						width: 80%;
					}
						.navi-list {
							width: 100%;
							padding: 0;
							margin: 0;
						}
							.navi-item {
								width: 100%;
								border-bottom: solid 1px #EA9258;
							}
								.navi-item_box {
									width: 100%;
								}
									.nav-item_heading {
										display: block;
										width: 100%;
										padding: 23px 0px 25px;
										font-size: 24px;
										font-weight: 500;
										color: #ffffff;
										cursor: pointer;
										position: relative;
									}
										.plus {
											display: block;
											width: 20px;
											height: 1px;
											background-color: #EA9258;
											position: absolute;
											top: 50%;
											right: 10px;
											transform: translate(0%,-50%);
											-webkit-transform: translate(0%,-50%);
										}
										.plus:after {
											content: '';
											width: 20px;
											height: 1px;
											background-color: #EA9258;
											position: absolute;
											top: 0px;
											left: 0px;
											-webkit-transform-origin: 50% 50%;
											transform-origin: 50% 50%;
											transform: translate(-50%,-50%);
											-webkit-transform: translate(-50%,-50%);
											transition: .2s;
											-webkit-transition: .2s;
											transform: rotate(90deg);
											-webkit-transform: rotate(90deg);
										}
										.plus.spin:after {
											transform: rotate(0deg);
											-webkit-transform: rotate(0deg);
										}

									.nav-item_contents {
										display: none;
										width: 100%;
										padding: 10px 0px 30px;
									}
										.item_contents-flex {
											width: 100%;
											display: flex;
											justify-content: flex-start;
										}
											.item_contents-listbox {
												margin-right: 70px;
											}
												.nav-item_contents-linktxt {
													width: 100%;
													margin-bottom: 20px;
												}
												/*.nav-item_contents-linktxt:last-of-type {
													margin-bottom: 0px;
												}*/
													.nav-item_contents-linktxt a {
														font-size: 18px;
														font-weight: 400;
														letter-spacing: 0.06em;
														color: #ffffff;
														position: relative;
													}
														.nav-item_contents-linktxt a:after {
															content: '';
															width: 100%;
															height: 1px;
															background-color: #ffffff;
															position: absolute;
															bottom: 0;
															left: 0;
														}
												.menu_list-box_flex {
													display: flex;
													justify-content: flex-start;
												}
													.nav-item_contents-menu_list {
														padding: 0 0px 5px 20px !important;
													}
														.nav-item_contents-menu_item {
															padding-right: 30px;
															margin-bottom: 13px;
														}
															.nav-item_contents-menu_item a {
																font-size: 15px;
																font-weight: 400;
																letter-spacing: 0.06em;
																color: #ffffff;
																position: relative;
															}
																.nav-item_contents-menu_item a:after {
																	content: '';
																	width: 100%;
																	height: 1px;
																	background-color: #ffffff;
																	position: absolute;
																	bottom: -1px;
																	left: 0;
																	opacity: 0.0;
																	transition: .1s;
																	-webkit-transition: .1s;
																}
																.nav-item_contents-menu_item a:hover:after {
																	opacity: 1.0;
																}

					.globalmenu-copy {
						width: 20%;
					}
						.globalmenu-copy_txt {
						    margin: 0px -55px 0px auto;
							font-size: 38px;
							font-weight: 500;
							line-height: 1.8;
							color: #ffffff;
							letter-spacing: 0.3em;
							-ms-writing-mode: tb-rl;
							writing-mode: vertical-rl;
						}

				.globalmenu-recruitment {
					width: 100%;
					padding: 35px 0px 50px;
					background-color: #F9F9F9;
				}
					.gl_recruitment-heading {
						width: 100%;
						margin-bottom: 20px;
						font-family: din-condensed, sans-serif;
						font-size: 42px;
						text-align: center;
						color: #DF610F;
						letter-spacing: 0.06em;
						text-indent: 0.06em;
					}
					.gl_recruitment-btn_container {
						width: 90%;
						max-width: 900px;
						height: 90px;
						margin: auto auto;
						display: flex;
						justify-content: space-between;
					}
						.gl_recruitment-btn {
							display: block;
							width: 50%;
							height: 100%;
							font-size: 16px;
							font-weight: 700;
							text-align: center;
							line-height: 90px;
							letter-spacing: 0.06em;
							color: #ffffff;
							position: relative;
						}
						.gl_recruitment-btn-contact {
							background-color: #DF610F;
						}
						.gl_recruitment-btn-essential_point {
							background-color: #000000;
						}
							.gl_recruitment-btn-arrow {
								width: 20px;
								height: auto;
								position: absolute;
								top: 50%;
								right: 35px;
								transform: translate(0%, -50%);
								-webkit-transform: translate(0%, -50%);
								transition: .1s;
								-webkit-transition: .1s;
							}
							.gl_recruitment-btn:hover > .gl_recruitment-btn-arrow {
								right: 30px;
							}

#scroll_container {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}
	#scroll_container span {
		padding: 0px 20px 190px;
		overflow: hidden;
		font-family: din-condensed, sans-serif;
		font-size: 12px;
		font-weight: 400;
		color: #DF610F;
		line-height: 1;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		text-decoration: none;
		writing-mode: vertical-lr;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#scroll_container span:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 1px;
		height: 30px;
		background: #DF610F;
		animation: sdl 3s ease infinite;
	}
	#scroll_container span:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 1px;
		height: 175px;
		background: #DEDEDE;
	}
	@keyframes sdl {
		0% {
			transform: translateY(-145px);
		}
		50%, 100% {
			transform: translateY(30px);
		}
	}

footer {
	width: 100%;
	padding: 75px 0px 0px;
	background-color: #F9F9F9;
}
	.footer--inner {
		width: 90%;
		max-width: 1200px;
		margin: auto auto;
	}
		.footer-logo {
			display: block;
			width: 230px;
			height: auto;
			margin: auto auto 70px 0px;
		}
			.footer-logo img {
				width: 100%;
				height: auto;
			}

		.footer-list_container {
			width: 100%;
			padding: 0px 0px 115px;
			border-bottom: solid 1px #DEDEDE;
			display: flex;
			justify-content: space-between;
		}
			.footer-list_box {

			}
				.footer-list_heading {
					width: 100%;
					margin-bottom: 20px;
					font-size: 16px;
					font-weight: 500;
					letter-spacing: 0.06em;
				}
				.footer-list_heading a{
					color: #000;
				}
					.footer-list_heading a:hover{
						text-decoration: underline
					}
				.footer-menu_list {
					width: 100%;
					margin-top: 12px !important;
				}
					.footer-menu_item {
						width: 100%;
						margin-bottom: 25px;
					}
					.footer-menu_item:last-of-type {
						margin-bottom: 0px;
					}
						.footer-menu_item-heading {
							font-size: 16px;
							letter-spacing: 0.06em;
							color: #999999;
							transition: .1s;
							-webkit-transition: .1s;
						}
						.footer-menu_item-heading:hover {
							color: #000000;
						}
						.footer-menu_item-list {
							padding-left: 20px !important;
							margin-top: 15px !important;
							margin-bottom: 15px !important;
						}
							.footer-menu_item-item {
								margin-bottom: 5px;
							}
							.footer-menu_item-item:last-of-type {
								margin-bottom: 0px;
							}
								.footer-menu_item-item a {
									font-size: 14px;
									letter-spacing: 0.06em;
									color: #999999;
									transition: .1s;
									-webkit-transition: .1s;
									position: relative;
								}
								.footer-menu_item-item a:after {
									content: '';
									width: 100%;
									height: 1px;
									background-color: #000000;
									position: absolute;
									bottom: -1px;
									left: 0;
									opacity: 0.0;
								}
								.footer-menu_item-item a:hover {
									color: #000000;
								}
								.footer-menu_item-item a:hover:after {
									opacity: 1.0;
								}

		.footer-bottom {
			width: 100%;
			padding: 45px 0px;
			display: flex;
			justify-content: space-between;
		}
			.pp-link {
				font-size: 12px;
				font-weight: 500;
				color: #999999;
				letter-spacing: 0.06em;
			}
			.pp-link a{
				color: #999999;
				text-decoration: none
			}

			.pp-link a:hover{
				color: #000;
				text-decoration: underline
			}
			.footer-copyright {
				font-family: din-condensed, sans-serif;
				font-size: 14px;
				letter-spacing: 0.06em;
			}
		.person-btn {
			display: block;
			width: 100%;
			height: 74px;
			margin: auto auto;
			border-radius: 43px;
			background-color: #DF610F;
			font-family: din-condensed, sans-serif;
			font-size: 18px;
			font-weight: 600;
			text-align: center;
			line-height: 74px;
			letter-spacing: 0.0em;
			color: #ffffff;
			position: relative;
		}
			.person-btn_arrow {
				width: 20px;
				height: auto;
				position: absolute;
				top: 50%;
				right: 20px;
				transition: .1s;
				-webkit-transition: .1s;
				transform: translate(0%, -50%);
				-webkit-transform: translate(0%, -50%);
			}
			.person-btn:hover .person-btn_arrow {
				right: 15px;
			}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
.pc,
.sp {
	display: none;
}
.tablet {
	display: inline-block;
}
.view_pc {
	display: none;
}
.view_sp {
	display: block;
}
body {
	font-size: 16px;
}
h1{}

h2{}

h3{}

h4{}

h5{}

header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
	.header--inner {
		width: 100%;
		height: 100%;
		margin: auto auto;
		position: relative;
	}
		.header-logo {
			display: block;
			width: 165px;
			height: auto;
			position: absolute;
			top: 50%;
			left: 5%;
			transform: translate(0%,-50%);
			-webkit-transform: translate(0%,-50%);
		}
			.header-logo img {
				width: 100%;
				height: auto;
			}

		.header-menu_container {
			width: 50px;
			height: 50px;
			border-radius: 8px;
			background-color: #DF610F;
			display: flex;
			justify-content: space-between;
			align-items: center;
			box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
			position: absolute;
			top: 50%;
			right: 5%;
			transform: translate(0%,-50%);
			-webkit-transform: translate(0%,-50%);
		}
			.header-menu_list {
				display: none;
			}

			.header-menu_btn {
				width: 50px;
				height: 50px;
				border-radius: 8px;
			}
				.nav_open_btn {
					width: 100%;
					height: 100%;
					padding: 0;
					margin: 0;
					border: none;
					outline: none;
					background-color: rgb(0,0,0,0);
					display: flex;
					justify-content: center;
					align-items: center;
					cursor: pointer;
				}
					.nav_open_btn span {
						display: block;
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: relative;
					}
					.nav_open_btn span:before {
						content: '';
						display: block;
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						top: -7px;
					}
					.nav_open_btn span:after {
						content: '';
						display: block;
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						bottom: -7px;
					}

		.globalmenu {
			display: none;
			width: 100%;
			height: 100vh;
			height: calc(var(--vh, 1vh) * 100);
			position: absolute;
			top: 0;
			left: 0;
			background-color: #DF610F;
			z-index: 51;
			overflow: scroll;	
		}
			.globalmenu-flex {
				width: 100%;
				height: 100%;
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}
			.globalmenu-btn {
				width: 40px;
				height: 40px;
				position: absolute;
				top: 25px;
				right: 5%;
				z-index: 10;
			}
				.nav_close_btn {
					width: 100%;
					height: 100%;
					padding: 0;
					margin: 0;
					border: none;
					outline: none;
					background-color: rgb(0,0,0,0);
					display: flex;
					justify-content: center;
					align-items: center;
					cursor: pointer;
				}
					.nav_close_btn span {
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: rgba(0,0,0,0);
						position: relative;
					}
					.nav_close_btn span:before {
						content: '';
						display: block;
						width: 55px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%,-50%) rotate(-45deg);
						-webkit-transform: translate(-50%,-50%) rotate(-45deg);
					}
					.nav_close_btn span:after {
						content: '';
						display: block;
						width: 55px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%,-50%) rotate(45deg);
						-webkit-transform: translate(-50%,-50%) rotate(45deg);
					}

			.globalmenu--inner {
				width: 90%;
				padding: 105px 0px 80px;
				margin: 0px auto auto;
				position: relative;
			}
				.globalmenu-logo {
					display: block;
					width: 165px;
					height: auto;
					position: absolute;
					top: 40px;
					left: 0;
					transform: translate(0%,-50%);
					-webkit-transform: translate(0%,-50%);
				}
					.globalmenu-logo img {
						width: 100%;
						height: auto;
					}
				.globalmenu-navi_container {
					width: 100%;
					display: flex;
					justify-content: space-between;
				}
					.globalmenu-navi {
						width: 71.5%;
					}
						.navi-list {
							width: 100%;
							padding: 0;
							margin: 0;
						}
							.navi-item {
								width: 100%;
								border-bottom: solid 1px #EA9258;
							}
								.navi-item_box {
									width: 100%;
								}
									.nav-item_heading {
										display: block;
										width: 100%;
										padding: 13px 0px 15px;
										font-size: 16px;
										font-weight: 500;
										color: #ffffff;
										cursor: pointer;
										position: relative;
									}
										.plus {
											display: block;
											width: 20px;
											height: 1px;
											background-color: #EA9258;
											position: absolute;
											top: 50%;
											right: 10px;
											transform: translate(0%,-50%);
											-webkit-transform: translate(0%,-50%);
										}
										.plus:after {
											content: '';
											width: 20px;
											height: 1px;
											background-color: #EA9258;
											position: absolute;
											top: 0px;
											left: 0px;
											-webkit-transform-origin: 50% 50%;
											transform-origin: 50% 50%;
											transform: translate(-50%,-50%);
											-webkit-transform: translate(-50%,-50%);
											transition: .2s;
											-webkit-transition: .2s;
											transform: rotate(90deg);
											-webkit-transform: rotate(90deg);
										}
										.plus.spin:after {
											transform: rotate(0deg);
											-webkit-transform: rotate(0deg);
										}

									.nav-item_contents {
										display: none;
										width: 100%;
										padding: 10px 0px 20px;
									}
										.item_contents-flex {
											width: 100%;
										}
											.item_contents-listbox {
												width: 100%;
											}
												.nav-item_contents-linktxt {
													width: 100%;
													margin-bottom: 15px;
												}
												.nav-item_contents-linktxt:last-of-type {
													margin-bottom: 0px;
												}
													.nav-item_contents-linktxt a {
														font-size: 16px;
														font-weight: 400;
														letter-spacing: 0.06em;
														color: #ffffff;
														position: relative;
													}
														.nav-item_contents-linktxt a:after {
															content: '';
															width: 100%;
															height: 1px;
															background-color: #ffffff;
															position: absolute;
															bottom: 0;
															left: 0;
														}
												.menu_list-box_flex {
													width: 100%;
												}
													.nav-item_contents-menu_list {
														padding: 15px 0px 0px !important;
														margin-bottom: 30px !important;
													}
													.menu_list-box_flex .nav-item_contents-menu_list:nth-of-type(n+2) {
														padding: 0px 0px 0px !important;
													}
													.menu_list-box_flex .nav-item_contents-menu_list:nth-of-type(-n+1) {
														margin-bottom: 0px !important;
													}
														.nav-item_contents-menu_item {
															padding-right: 30px;
															margin-bottom: 10px;
														}
															.nav-item_contents-menu_item a {
																font-size: 14px;
																font-weight: 400;
																letter-spacing: 0.06em;
																color: #ffffff;
																position: relative;
															}
																.nav-item_contents-menu_item a:after {
																	content: '';
																	width: 100%;
																	height: 1px;
																	background-color: #ffffff;
																	position: absolute;
																	bottom: -1px;
																	left: 0;
																	opacity: 0.0;
																	transition: .1s;
																	-webkit-transition: .1s;
																}
																.nav-item_contents-menu_item a:hover:after {
																	opacity: 1.0;
																}

					.globalmenu-copy {
						width: 28.5%;
					}
						.globalmenu-copy_txt {
						    margin: 13px 0px auto auto;
							font-size: 22px;
							font-weight: 500;
							line-height: 1.6;
							color: #ffffff;
							letter-spacing: 0.35em;
							-ms-writing-mode: tb-rl;
							writing-mode: vertical-rl;
						}

				.globalmenu-recruitment {
					width: 100%;
					padding: 20px 0px;
					background-color: #F9F9F9;
				}
					.gl_recruitment-heading {
						width: 90%;
						margin: auto auto 10px;
						font-family: din-condensed, sans-serif;
						font-size: 30px;
						text-align: left;
						color: #DF610F;
						line-height: 1.0;
						letter-spacing: 0.06em;
					}
					.gl_recruitment-btn_container {
						width: 90%;
						height: 70px;
						margin: auto auto;
						display: flex;
						justify-content: space-between;
					}
						.gl_recruitment-btn {
							display: block;
							width: calc(50% - 1px);
							height: 100%;
							font-size: 14px;
							font-weight: 700;
							text-align: center;
							line-height: 70px;
							letter-spacing: 0.06em;
							text-indent: 0.06em;
							color: #ffffff;
							position: relative;
						}
						.gl_recruitment-btn-contact {
							background-color: #DF610F;
						}
						.gl_recruitment-btn-essential_point {
							background-color: #000000;
						}
							.gl_recruitment-btn-arrow {
								display: none;
							}

#scroll_container {
	display: none;
}

footer {
	width: 100%;
	padding: 75px 0px 0px;
	background-color: #F9F9F9;
}
	.footer--inner {
		width: 90%;
		max-width: 1000px;
		margin: auto auto;
	}
		.footer-logo {
			display: block;
			width: 230px;
			height: auto;
			margin: auto auto 70px 0px;
		}
			.footer-logo img {
				width: 100%;
				height: auto;
			}

		.footer-list_container {
			width: 100%;
			padding: 0px 0px 20px;
			border-bottom: solid 1px #DEDEDE;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
			.footer-list_box {
				width: 50%;
				margin-bottom: 50px;
			}
			.footer-list_box:nth-of-type(3),
			.footer-list_box:nth-of-type(4) {
				margin-bottom: 0px;
			}
				.footer-list_heading {
					width: 100%;
					margin-bottom: 25px;
					font-size: 16px;
					font-weight: 700;
					letter-spacing: 0.06em;
				}
				.footer-list_heading a {
					color: #000;
				}
				.footer-menu_list {
					width: 100%;
					margin-top: 20px;
				}
					.footer-menu_item {
						width: 100%;
						margin-bottom: 25px;
					}
					.footer-menu_item:last-of-type {
						margin-bottom: 0px;
					}
						.footer-menu_item-heading {
							margin-bottom: 10px;
							font-size: 16px;
							font-weight: 500;
							letter-spacing: 0.06em;
							color: #999999;
							white-space: nowrap;
							transition: .1s;
							-webkit-transition: .1s;
						}
						.footer-menu_item-heading:hover {
							color: #000000;
						}
						.footer-menu_item-list {
							margin-top: 15px !important;
							margin-bottom: 40px !important;
						}
							.footer-menu_item-item {
								margin-bottom: 7px;
							}
							.footer-menu_item-item:last-of-type {
								margin-bottom: 0px;
							}
								.footer-menu_item-item a {
									font-size: 14px;
									font-weight: 400;
									letter-spacing: 0.06em;
									color: #999999;
									transition: .1s;
									-webkit-transition: .1s;
									white-space: nowrap;
									position: relative;
								}
								.footer-menu_item-item a:after {
									content: '';
									width: 100%;
									height: 1px;
									background-color: #000000;
									position: absolute;
									bottom: -1px;
									left: 0;
									opacity: 0.0;
								}
								.footer-menu_item-item a:hover {
									color: #000000;
								}
								.footer-menu_item-item a:hover:after {
									opacity: 1.0;
								}

		.footer-bottom {
			width: 100%;
			padding: 30px 0px;
			display: flex;
			justify-content: space-between;
		}
			.pp-link {
				font-size: 12px;
				font-weight: 500;
				color: #999999;
				letter-spacing: 0.06em;
			}
			.pp-link a{
				color: #999999;
				text-decoration: none
			}
			.footer-copyright {
				font-family: din-condensed, sans-serif;
				font-size: 14px;
				letter-spacing: 0.06em;
			}
		.person-btn {
			display: block;
			width: 100%;
			height: 74px;
			margin: auto auto;
			border-radius: 43px;
			background-color: #DF610F;
			font-family: din-condensed, sans-serif;
			font-size: 18px;
			font-weight: 600;
			text-align: center;
			line-height: 74px;
			letter-spacing: 0.0em;
			color: #ffffff;
			position: relative;
		}
			.person-btn_arrow {
				width: 20px;
				height: auto;
				position: absolute;
				top: 50%;
				right: 40px;
				transition: .1s;
				-webkit-transition: .1s;
				transform: translate(0%, -50%);
				-webkit-transform: translate(0%, -50%);
			}
			.person-btn:hover .person-btn_arrow {
				right: 35px;
			}
}

/* SP ================================================== */
@media all and (max-width:559px){
.pc,
.tablet {
	display: none;
}
.sp {
	display: inline-block;
}
.view_pc {
	display: none;
}
.view_sp {
	display: block;
}
body {
	font-size: 15px;
}
h1{}

h2{}

h3{}

h4{}

h5{}

header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
	.header--inner {
		width: 100%;
		height: 100%;
		margin: auto auto;
		position: relative;
	}
		.header-logo {
			display: block;
			width: 165px;
			height: auto;
			position: absolute;
			top: 50%;
			left: 5%;
			transform: translate(0%,-50%);
			-webkit-transform: translate(0%,-50%);
		}
			.header-logo img {
				width: 100%;
				height: auto;
			}

		.header-menu_container {
			width: 50px;
			height: 50px;
			border-radius: 8px;
			background-color: #DF610F;
			display: flex;
			justify-content: space-between;
			align-items: center;
			box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
			position: absolute;
			top: 50%;
			right: 5%;
			transform: translate(0%,-50%);
			-webkit-transform: translate(0%,-50%);
		}
			.header-menu_list {
				display: none;
			}

			.header-menu_btn {
				width: 50px;
				height: 50px;
				border-radius: 8px;
			}
				.nav_open_btn {
					width: 100%;
					height: 100%;
					padding: 0;
					margin: 0;
					border: none;
					outline: none;
					background-color: rgb(0,0,0,0);
					display: flex;
					justify-content: center;
					align-items: center;
					cursor: pointer;
				}
					.nav_open_btn span {
						display: block;
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: relative;
					}
					.nav_open_btn span:before {
						content: '';
						display: block;
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						top: -7px;
					}
					.nav_open_btn span:after {
						content: '';
						display: block;
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						bottom: -7px;
					}

		.globalmenu {
			display: none;
			width: 100%;
			height: 100vh;
			height: calc(var(--vh, 1vh) * 100);
			position: absolute;
			top: 0;
			left: 0;
			background-color: #DF610F;
			z-index: 51;
			overflow: scroll;	
		}
			.globalmenu-flex {
				width: 100%;
				height: 100%;
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}
			.globalmenu-btn {
				width: 40px;
				height: 40px;
				position: absolute;
				top: 25px;
				right: 5%;
				z-index: 10;
			}
				.nav_close_btn {
					width: 100%;
					height: 100%;
					padding: 0;
					margin: 0;
					border: none;
					outline: none;
					background-color: rgb(0,0,0,0);
					display: flex;
					justify-content: center;
					align-items: center;
					cursor: pointer;
				}
					.nav_close_btn span {
						width: 21px;
						height: 1px;
						border-radius: 0.5px;
						background-color: rgba(0,0,0,0);
						position: relative;
					}
					.nav_close_btn span:before {
						content: '';
						display: block;
						width: 45px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%,-50%) rotate(-45deg);
						-webkit-transform: translate(-50%,-50%) rotate(-45deg);
					}
					.nav_close_btn span:after {
						content: '';
						display: block;
						width: 45px;
						height: 1px;
						border-radius: 0.5px;
						background-color: #ffffff;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%,-50%) rotate(45deg);
						-webkit-transform: translate(-50%,-50%) rotate(45deg);
					}

			.globalmenu--inner {
				width: 90%;
				padding: 105px 0px 80px;
				margin: 0px auto auto;
				position: relative;
			}
				.globalmenu-logo {
					display: block;
					width: 165px;
					height: auto;
					position: absolute;
					top: 40px;
					left: 0;
					transform: translate(0%,-50%);
					-webkit-transform: translate(0%,-50%);
				}
					.globalmenu-logo img {
						width: 100%;
						height: auto;
					}
				.globalmenu-navi_container {
					width: 100%;
					display: flex;
					justify-content: space-between;
				}
					.globalmenu-navi {
						width: 71.5%;
					}
						.navi-list {
							width: 100%;
							padding: 0;
							margin: 0;
						}
							.navi-item {
								width: 100%;
								border-bottom: solid 1px #EA9258;
							}
								.navi-item_box {
									width: 100%;
								}
									.nav-item_heading {
										display: block;
										width: 100%;
										padding: 13px 0px 15px;
										font-size: 16px;
										font-weight: 500;
										color: #ffffff;
										cursor: pointer;
										position: relative;
									}
										.plus {
											display: block;
											width: 20px;
											height: 1px;
											background-color: #EA9258;
											position: absolute;
											top: 50%;
											right: 10px;
											transform: translate(0%,-50%);
											-webkit-transform: translate(0%,-50%);
										}
										.plus:after {
											content: '';
											width: 20px;
											height: 1px;
											background-color: #EA9258;
											position: absolute;
											top: 0px;
											left: 0px;
											-webkit-transform-origin: 50% 50%;
											transform-origin: 50% 50%;
											transform: translate(-50%,-50%);
											-webkit-transform: translate(-50%,-50%);
											transition: .2s;
											-webkit-transition: .2s;
											transform: rotate(90deg);
											-webkit-transform: rotate(90deg);
										}
										.plus.spin:after {
											transform: rotate(0deg);
											-webkit-transform: rotate(0deg);
										}

									.nav-item_contents {
										display: none;
										width: 100%;
										padding: 0 0px 28px;
									}
										.item_contents-flex {
											width: 100%;
										}
											.item_contents-listbox {
												width: 100%;
											}
												.nav-item_contents-linktxt {
													width: 100%;
													margin-bottom: 10px;
												}
												.nav-item_contents-linktxt:last-of-type {
													margin-bottom: 0px;
												}
													.nav-item_contents-linktxt a {
														font-size: 14px;
														font-weight: 400;
														letter-spacing: 0.06em;
														color: #ffffff;
														position: relative;
													}
														.nav-item_contents-linktxt a:after {
															content: '';
															width: 100%;
															height: 1px;
															background-color: #ffffff;
															position: absolute;
															bottom: 0;
															left: 0;
														}
												.menu_list-box_flex {
													width: 100%;
												}
													.nav-item_contents-menu_list {
														padding: 0 0px 0px 17px !important;
														margin-bottom: 30px !important;
													}
													.menu_list-box_flex .nav-item_contents-menu_list:nth-of-type(n+2) {
														padding: 0px 0px 0px !important;
													}
													.menu_list-box_flex .nav-item_contents-menu_list:nth-of-type(-n+1) {
														margin-bottom: 0px !important;
													}
														.nav-item_contents-menu_item {
															padding-right: 30px;
															margin-bottom: 6px;
														}
															.nav-item_contents-menu_item a {
																font-size: 14px;
																font-weight: 400;
																letter-spacing: 0.06em;
																color: #ffffff;
																position: relative;
															}
																.nav-item_contents-menu_item a:after {
																	content: '';
																	width: 100%;
																	height: 1px;
																	background-color: #ffffff;
																	position: absolute;
																	bottom: -1px;
																	left: 0;
																	opacity: 0.0;
																	transition: .1s;
																	-webkit-transition: .1s;
																}
																.nav-item_contents-menu_item a:hover:after {
																	opacity: 1.0;
																}

					.globalmenu-copy {
						width: 28.5%;
					}
						.globalmenu-copy_txt {
						    margin: 13px 0px auto auto;
							font-size: 22px;
							font-weight: 500;
							line-height: 1.6;
							color: #ffffff;
							letter-spacing: 0.35em;
							-ms-writing-mode: tb-rl;
							writing-mode: vertical-rl;
						}

				.globalmenu-recruitment {
					width: 100%;
					padding: 20px 0px;
					background-color: #F9F9F9;
				}
					.gl_recruitment-heading {
						width: 90%;
						margin: auto auto 10px;
						font-family: din-condensed, sans-serif;
						font-size: 30px;
						text-align: left;
						color: #DF610F;
						line-height: 1.0;
						letter-spacing: 0.06em;
					}
					.gl_recruitment-btn_container {
						width: 90%;
						height: 55px;
						margin: auto auto;
						display: flex;
						justify-content: space-between;
					}
						.gl_recruitment-btn {
							display: block;
							width: calc(50% - 1px);
							height: 100%;
							font-size: 14px;
							font-weight: 700;
							text-align: center;
							line-height: 55px;
							letter-spacing: 0.06em;
							text-indent: 0.06em;
							color: #ffffff;
							position: relative;
						}
						.gl_recruitment-btn-contact {
							background-color: #DF610F;
						}
						.gl_recruitment-btn-essential_point {
							background-color: #000000;
						}
							.gl_recruitment-btn-arrow {
								display: none;
							}

#scroll_container {
	display: none;
}

footer {
	width: 100%;
	padding: 75px 0px 0px;
	background-color: #F9F9F9;
}
	.footer--inner {
		width: 90%;
		max-width: 1000px;
		margin: auto auto;
	}
		.footer-logo {
			display: block;
			width: 180px;
			height: auto;
			margin: auto auto 60px 0px;
		}
			.footer-logo img {
				width: 100%;
				height: auto;
			}

		.footer-list_container {
			width: 100%;
			padding: 0px 0px 20px;
			border-bottom: solid 1px #DEDEDE;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
			.footer-list_box {
				width: 100%;
				margin-bottom: 25px;
			}
			.footer-list_box:nth-of-type(4) {
				margin-bottom: 0px;
			}
				.footer-list_heading {
					width: 100%;
					margin-bottom: 12px;
					font-size: 16px;
					font-weight: 700;
					letter-spacing: 0.06em;
				}
				.footer-list_heading a {
					color: #000;
				}
				.footer-menu_list {
					width: 100%;
					margin-left: 13px !important;
					margin-bottom: 13px !important
				}
					.footer-menu_item {
						width: 100%;
						margin-bottom: 25px;
					}
					.footer-menu_item:last-of-type {
						margin-bottom: 0px;
					}
						.footer-menu_item-heading {
							margin-bottom: 10px;
							font-size: 16px;
							font-weight: 500;
							letter-spacing: 0.06em;
							color: #999999;
							white-space: nowrap;
							transition: .1s;
							-webkit-transition: .1s;
						}
						.footer-menu_item-heading:hover {
							color: #000000;
						}
						.footer-menu_item-list {
							margin-top: 15px !important;
							margin-bottom: 0 !important;
						}
							.footer-menu_item-item {
								margin-bottom: 6px;
								    line-height: 1.4rem;
							}
							.footer-menu_item-item:last-of-type {
								margin-bottom: 0px;
							}
								.footer-menu_item-item a {
									font-size: 14px;
									font-weight: 400;
									letter-spacing: 0.06em;
									color: #999999;
									transition: .1s;
									-webkit-transition: .1s;
									white-space: nowrap;
									position: relative;
								}
								.footer-menu_item-item a:after {
									content: '';
									width: 100%;
									height: 1px;
									background-color: #000000;
									position: absolute;
									bottom: -1px;
									left: 0;
									opacity: 0.0;
								}
								.footer-menu_item-item a:hover {
									color: #000000;
								}
								.footer-menu_item-item a:hover:after {
									opacity: 1.0;
								}

		.footer-bottom {
			width: 100%;
			padding: 30px 0px;
			display: flex;
			justify-content: space-between;
		}
			.pp-link {
				font-size: 12px;
				font-weight: 500;
				color: #999999;
				letter-spacing: 0.06em;
			}
			.pp-link a{
				color: #999999;
				text-decoration: none
			}
			.footer-copyright {
				font-family: din-condensed, sans-serif;
				font-size: 14px;
				letter-spacing: 0.06em;
			}
		.person-btn {
			display: block;
			width: 100%;
			height: 55px;
			margin: auto auto;
			border-radius: 43px;
			background-color: #DF610F;
			font-family: din-condensed, sans-serif;
			font-size: 14px;
			font-weight: 600;
			text-align: center;
			line-height: 20px;
			letter-spacing: 0.0em;
			color: #ffffff;
			padding-top: 8px;
			position: relative;
		}
			.person-btn_arrow {
				width: 20px;
				height: auto;
				position: absolute;
				top: 50%;
				right: 15px;
				transition: .1s;
				-webkit-transition: .1s;
				transform: translate(0%, -50%);
				-webkit-transform: translate(0%, -50%);
			}
			.person-btn:hover .person-btn_arrow {
				right: 10px;
			}
}