.sp_only{
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

html {
	position: relative;
	min-width: 1200px;
	width: 100%;
	scroll-behavior: smooth;
	/* scroll-padding-top: 110px; */
}

body {
	color: #000;
	width: 100%;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	font-feature-settings: 'palt';
	text-justify: distribute;
}

/*
.wf-loading body {
	opacity: 0;
}
.wf-active body {
	opacity: 1;
	transition: opacity 0.3s ease;
}
*/
a {
	color: #f00;
}

a:hover {
	/* transition: 0.2s; */
}

a:hover img {
	/* opacity: 0.7; */
	/* transition: 0.5s; */
}

.eng {
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	font-style: normal;
}

details summary {
	cursor: pointer;
}

header {
	width: 100%;
	padding: 0 15px 20px;
	min-width: 1200px;
	box-sizing: border-box;
	position: fixed;
	display: flex;
	justify-content: space-between;
	left: 0;
	z-index: 10000;
}

#movableHeader {
	transition: transform 0.5s ease;
}

header.bg_white {
	/* background: rgba(255, 255, 255, 0.8); */
	/* background-color: #fff; */
	/* -webkit-backdrop-filter: blur(5px) brightness(110%); */
	/* backdrop-filter: blur(5px) brightness(110%); */
}

header h1 {
	padding: 20px 0 0;
	width: 360px;
}

header h1 a {
	display: flex;
	width: 100%;
	height: 100%;
	gap: 3px;
	color: #222;
	align-items: center;
	text-decoration: none;
	line-height: 1;
}

#gnav ul {
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}

#gnav ul li {}


#gnav ul a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 30px 0 0;
	background: url('../../../../media2025/naviMonkey.svg') no-repeat;
	background-size: 36px auto;
	background-position: 0 30px;
	color: #000000;
	text-decoration: none;
	font-size: 21px;
	text-align: center;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	position: relative;
	transition: all 0.1s;
}

#gnav ul a:hover {
	background-position: 0 0px;
}


#gnav ul a span {
	background-color: #fff;
	height: 100%;
	padding: 0 5px 5px;
	font-weight: 700;
}

#gnav ul a::after {
	content: "";
	background: #808080;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}

#gnav ul a:hover:after {
	transform: scaleX(1);
}

#page_4207 #gnav01 a::after,
#page_26 #gnav02 a::after,
#page_10 #gnav03 a::after,
#page_18 #gnav04 a::after,
#page_30 #gnav05 a::after,
#page_4153 #gnav06 a::after{
	transform: scaleX(1);
	background-position: 0 0px;
}

#page_4207 #gnav01 a,
#page_26 #gnav02 a,
#page_10 #gnav03 a,
#page_18 #gnav04 a,
#page_30 #gnav05 a,
#page_4153 #gnav06 a{
	background-position: 0 0px;
}


#gnav #gnav07 a {
	/* display:flex; */
	/* gap:2px; */
	align-items: center;
	/* background: #000; */
	color: #fff;
	padding: 25px 5px 0 0;
	border-radius: 10px;
}

#gnav #gnav07 a span {
	display: inline-block;
	background-color: #000;
	padding: 5px 8px;
	border-radius: 10px;
}

#gnav #gnav07 a img {
	vertical-align: middle;
	margin: -5px 5px 0 0;
}

#contcatLink {
	position: fixed;
	display: block;
	bottom: 138px;
	right: 0;
	width: 197px;
	height: 145px;
	overflow: hidden;
	z-index: 3;
}

#contcatLink .buttom {
	width: 197px;
	height: 104px;
	object-fit: cover;
	object-position: top;
}

#myNaviLink {
	width: 190px;
	position: fixed;
	right: 0;
	bottom: 10px;
	z-index: 2;
}

#contcatLink .fukidashi {
	width: 197px;
	/* position: absolute; */
	/* top: -40px; */
	object-fit: contain;
}

#contcatLink:hover .buttom {
	object-position: bottom;
}

#recruitBtn {
	position: fixed;
	display: block;
	width: 191px;
	height: 45px;
	right: 0;
	bottom: 83px;
	overflow: hidden;
	z-index: 10;
}

#recruitBtn img {
	width: 191px;
	height: 45px;
	object-fit: cover;
	object-position: top;
}

#recruitBtn:hover img {
	object-position: bottom;
}

#wrapper {
	padding: 0px 0 0;
	line-height: 1.8em;
}

main {
	position: relative;
	width: 100%;
}

#bottom_contact {
	overflow: hidden;
	border-top: 2px solid #000000;
	padding: 85px 0;
	background: url('../images/circle_black.svg') no-repeat center center;
	transition: background-color 0.5s ease;
}

#bottom_contact article {
	width: 900px;
	height: 300px;
	margin: 0 auto;
	background: #000 url('../images/circle_white.svg') no-repeat center center;
}

#bottom_contact a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	margin: 0 auto;
	background: url('../images/arrow_white.svg') no-repeat right 70px center;
}

#bottom_contact a strong {
	font-size: 80px;
	display: block;
	font-weight: normal;
}

#bottom_contact:has(a:hover) {
	background: #000 url('../images/circle_white.svg') no-repeat center center;
}

footer {
	/* border-top: 3px solid #000; */
	padding: 50px calc(3% + 190px) 20px 3%;
	background: #000 url('../images/bg_footer.svg') no-repeat center center;
	background-size: contain;
	color: #fff;
}

#footer_inner {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

footer address {
	font-style: normal;
	font-size: 18px;
	white-space: nowrap;
	line-height: 2em;
	font-style: normal;
	padding: 0 0 0 80px;
}

#fnav {
	display: flex;
	justify-content: flex-end;
	gap: 70px;
	line-height: 2em;
	font-size: 26px;
}

#fnav ul {
	color: #fff;
	list-style: none;
}

#fnav a {
	position: relative;
	display: block;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	position: relative;
}

#fnav ul a::after {
	content: "";
	background: #808080;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}

#fnav ul a:hover:after {
	transform: scaleX(1);
}

.gotop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 4px;
	right: calc(50% - 20px);
	z-index: 10000;
}

.gotop a {
	background: #000;
	display: flex;
	color: #fff;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.gotop a:hover {
	color: #fff;
}

#copyright {
	padding: 0 0 60px;
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	/* line-height: 40px; */
	text-align: center;
}

.sp_only {
	display: none;
}