@charset "utf-8";
/* all
-------------------------------------------------------------------*/
:root {
  --black: #282828;
  --white: #fff;
  --sub_white: #f2f2f2;
  --main_color: #2e5ab2;
  --sub_color: #2c3e53;
  --contact_color: #b51130;
  --fitler_white: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(24deg) brightness(113%) contrast(111%);
  --fitler_main: brightness(0) saturate(100%) invert(65%) sepia(6%) saturate(1602%) hue-rotate(1deg) brightness(97%) contrast(95%);
}
html,
body {
  background: var(--white);
  color: var(--black);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  scroll-behavior: smooth;
  scroll-padding-top: 6em;
}
body {
  width: 100%;
  font-size: 100%;
  text-align: center;
  min-width: 1200px;
  text-size-adjust: none;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: none;
}
.audiowide {
  font-family: "Audiowide", sans-serif;
}
main {
  overflow: clip;
  width: 100%;
}
main>*:first-child {
  padding-top: 80px;
}
.sitewrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.image_fit img {
  object-fit: cover;
  max-width: inherit;
  width: 100%;
  height: 100%;
}
*:has(>wbr) {
  word-break: keep-all;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width:1270px) {
  body,
  .sitewrap {
    width: 100%;
    min-width: 0;
  }
  .sitewrap>* {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:767px) {
  html {
    font-size: 14px;
  }
  main>*:first-child {
    padding-top: 70px;
  }
  .sitewrap>* {
    padding-left: 15px;
    padding-right: 15px;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/* header
-------------------------------------------------------------------*/
header {
	position: fixed;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	inset: 0 0 auto;
	padding-right: 1.5em;
}
header.fixedMenu{
	background:rgba(255,255,255,0.6);
}
header #site_ttl {
	position: relative;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
}
header #site_ttl a {
	display: flex;
	align-items: flex-end;
	gap: 1em;
	transition: filter 0.3s;
}
header #site_ttl a img{
  vertical-align: middle;
  width: 190px;
  aspect-ratio: 300/72;
}
header #site_ttl a span{
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	color: #282828;
}
header#fix_menu #site_ttl a {
	filter: drop-shadow(1px 1px 3px rgb(255 255 255 / 100%))  drop-shadow(1px 1px 5px rgb(255 255 255 / 100%));
}
header .drop_menu{
	display:flex;
	justify-content:center;
	align-items:center;
	padding-right:2em;
}
@media screen and (max-width:767px) {
	header #site_ttl {
		padding: 15px;
	}
	header #site_ttl a img{
		max-height: 30px;
		width: 125px;
	}
	header .drop_menu{
		padding-right:0;
		position:fixed;
		inset:auto 0 0 0;
		margin:auto;
		width:100%;
	}
	header .drop_menu .contact-btn_box,
	header .drop_menu .contact-btn{
		width:100%;
		display: block;
	}
	body.post-name-recruit header .drop_menu .contact-btn a{
		width:100%;
		max-width: 97%;
		border-radius: 10px 10px 0 0;
		min-height: 4.006em;
		font-size: 1.07rem;
		justify-content: center;
		margin: 0 auto;
		box-shadow: none;
		border-width: 2px;
		bottom: -2px;
	}
	body.post-name-recruit header .drop_menu .contact-btn a em{
		font-size:1.79rem;
		line-height: 1;
	}

}
/* contents
-------------------------------------------------------------------*/
.section,
section {
  position: relative;
  z-index: 10;
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
  position: fixed;
  z-index: 900;
  bottom: 3em;
  right: 2em;
}
#pageTop a {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10em;
  font-size: 1rem;
  font-weight: bold;
  color: #f05357;
  text-transform: uppercase;
  text-decoration: none;
  gap: 1em;
	filter:drop-shadow(1px 1px 0px rgb(255 255 255 / 100%)) drop-shadow(-1px 1px 0px rgb(255 255 255 / 100%)) drop-shadow(1px -1px 0px rgb(255 255 255 / 100%)) drop-shadow(-1px -1px 0px rgb(255 255 255 / 100%));
}
#pageTop a i {
	aspect-ratio:1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #f05357;
	border-radius:50%;
	width:3.75em;
	transform: rotate(-90deg);
}
#pageTop a i img{
	filter: brightness(0) saturate(100%) invert(48%) sepia(73%) saturate(3887%) hue-rotate(327deg) brightness(104%) contrast(99%);
}

#pageTop a:hover img {
  rotate: 360deg;
}
footer {
  background: #fff;
  padding-block: 2em;
}
footer .footer_area{
  display: flex;
  justify-content: space-between;
}
footer .footer_area .link_area{
  display: flex;
}
footer .footer_area .link_area .footer_link{
	margin: 0;
}
footer .footer_area .link_area .footer_link a{
	padding-inline: 1.5em;
	text-decoration: none;
	transition:background 0.3s, color 0.3s;
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: unset;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
}
footer .footer_area .link_area .footer_link:not(:first-child) a::before{
	display: block;
	content: "";
	margin: auto;
	position: absolute;
	z-index: 0;
	background: #282828;
	height: 1em;
	width: 1px;
	inset: 0 auto 0 0;
}
footer .footer_area .link_area .footer_link a::after{
	position: absolute;
	z-index: 0;
	content: "";
	display:inline-block;
	inset: auto 1.5em -0.2em;
	width: calc(100% - 3em);
	height: 1px;
	background: #282828;
	transition: all .4s;
	scale: 1 1;
	transform-origin:right;
}
@media (any-hover: hover) {
	footer .footer_area .link_area .footer_link a:hover::after{
	    transform: scale(0, 1);
	}
}
@media screen and (max-width: 767px) {
	  #pageTop {
	    bottom: 2em;
	    right: 1em;
	  }
	  body.post-name-recruit #pageTop {
	    bottom: 5em;
	    right: 1em;
	  }
	  #pageTop a {
	    width: 5.5em;
	    font-size: 0.5rem;
	    flex-direction: column-reverse;
	    gap: 0.5em;
	  }
	  #pageTop a i{
	    width: 5em;
	  }
	  #pageTop a:hover img{
	    width: 10px;
	  }
	footer {
	  padding-block: 3em;
	}
	body.post-name-recruit footer{
		padding-block: 3em 5em;
	}
	footer .footer_area{
		flex-direction: column;
		align-items: center;
		gap: 1.5em;
	}
	footer .footer_area .link_area{
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em 0;
	}
	footer .footer_area .link_area .footer_link a{
		padding-inline: 1em;
	}
}
@media screen and (max-width: 375px) {
	footer .footer_area .link_area .footer_link:last-child a::before{
		content: none;
	}
}
