.t_hide {
  width: 0px;
  height: 0px;
  line-height: 0;
  text-indent: -9999px;
  position: absolute;
  left: 0px;
  top: 0px;
}

:root {
  --c-tsRed: hsl(346 100% 41.8%);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 0%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-grayCCC: hsl(0 0% 80%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

header .header_wrap_new {
  -webkit-transition: translate 0.5s var(--easeOutQuart);
  transition: translate 0.5s var(--easeOutQuart);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  width: 100vw;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  header .header_wrap_new {
    width: 1000px;
  }
}
@media screen and (max-width: 770px) {
  header .header_wrap_new {
    display: none;
  }
}
header .header_wrap_new::before {
  content: "";
  display: inline-block;
  background-color: var(--c-white);
  position: absolute;
  inset: 0;
}
header .header_wrap_new .global_nav_new {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  pointer-events: none;
  height: 100vh;
  height: 100dvh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
header .header_wrap_new .global_nav_new .global_nav_new_bg {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  background-color: var(--c-white);
  position: absolute;
  inset: 0;
}
header .header_wrap_new .global_nav_new #global_nav_ul {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}
header .header_wrap_new .logo_recruitment {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 20px;
  position: relative;
}
header .header_wrap_new .logo_recruitment a {
  display: inline-block;
}
header .header_wrap_new .logo_recruitment a .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_wrap_new .logo_recruitment a .container .logo img {
  width: auto;
  height: 24px;
}
header .header_wrap_new .logo_recruitment a .container .recruitment_new {
  margin-left: 20px;
  line-height: 0;
  translate: 0 1px;
}
header .header_wrap_new .nav_switch {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: center;
      align-self: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  row-gap: 6px;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
header .header_wrap_new .nav_switch span {
  -webkit-transition: background-color 0.3s, rotate 0.5s var(--easeOutQuart), translate 0.5s var(--easeOutQuart), clip-path 0.5s var(--easeOutQuart);
  transition: background-color 0.3s, rotate 0.5s var(--easeOutQuart), translate 0.5s var(--easeOutQuart), clip-path 0.5s var(--easeOutQuart);
  -ms-grid-column-align: center;
      justify-self: center;
  width: 20px;
  height: 1px;
  background-color: var(--c-black);
}
header .header_wrap_new .nav_switch span:nth-of-type(2) {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
header .header_wrap_new .nav_switch:hover span {
  background-color: var(--c-grayCCC);
}
header .header_wrap_new.hide {
  translate: 0 -100%;
}
header .header_wrap_new.hide.open {
  translate: 0 0;
}
header .header_wrap_new.open .global_nav_new {
  pointer-events: auto;
}
header .header_wrap_new.open .global_nav_new .global_nav_new_bg {
  opacity: 0.93;
}
header .header_wrap_new.open .global_nav_new #global_nav_ul {
  opacity: 1;
}
header .header_wrap_new.open .nav_switch span:nth-of-type(1) {
  rotate: -225deg;
  translate: 0 7px;
}
header .header_wrap_new.open .nav_switch span:nth-of-type(2) {
  clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
}
header .header_wrap_new.open .nav_switch span:nth-of-type(3) {
  rotate: 225deg;
  translate: 0 -7px;
}

#header_wrap {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

#header_02 #logo_02 {
  margin-top: 15px;
  margin-left: 15px;
}
#header_02 #logo_02 a {
  display: inline-block;
}
#header_02 #logo_02 a .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header_02 #logo_02 a .container .logo img {
  width: auto;
  height: 25px;
}
#header_02 #logo_02 a .container .recruitment_new {
  margin-left: 15px;
  line-height: 0;
  translate: 0 1px;
}
#contents {
  opacity: 0;
  margin-left: 0;
  padding-top: 50px;
}
@media screen and (max-width: 770px) {
  #contents {
    padding-top: 0;
  }
}
#contents #page_photo #recruitment {
  display: none;
  top: auto;
}

footer {
  opacity: 0;
  margin-left: 0;
  width: 100%;
}
/*# sourceMappingURL=common_new.css.map */