@charset "utf-8";
/*  CSS Custom Properties Around Colors  */
:root {
  /*  Elemental color  */
  --light-blue: #e7ecff;
  --blue: #2041bf;
  --light-navy: #6d9bcb;
  --navy: #115686;
  --deep-navy: #1c2a60;
  --dark-navy: #061224;
  --emerald: #61b7a5;
  --red: #b50900;
  --white: #fff;
  --gray01: #c2c2c2;
  --gray02: #767676;
  --gray03: #494949;
  --gray: var(--gray01, #9a9a9a);
  --black: #061224;
  --rich-black: #000;
  /*  Role color  */
  --main: var(--deep-navy);
  --accent: var(--emerald);
  --title: var(--rich-black);
  --text: var(--black);
  --link: var(--black);
  --visited: var(--link);
  --hover: var(--blue);
  --focus: var(--blue);
  --alert: var(--red);
  --error: var(--alert);
  --notice: var(--emerald);
  --marker: rgba(0, 135, 249, 0.3);
  --shadow: rgba(0, 0, 0, 0.6);
  --confirm: var(--link);
  --submit: var(--blue);
}
:root::-moz-selection {
  color: var(--black);
  background-color: var(--marker);
}
:root::selection {
  color: var(--black);
  background-color: var(--marker);
}
body:has(.header.is-open) {
  height: 100svh;
  overflow: hidden;
}
.header {
  padding-bottom: 44px;
}
@media screen and (max-width: 736px) {
  .header {
    overflow-x: clip;
    padding-block: 10px;
  }
}
@media screen and (min-width: 737px) {
  .header-logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 736px) {
  .header-menu {
    justify-content: flex-start;
    padding-bottom: 20px;
    overflow-y: scroll;
  }
}
.header-menu-item,
.fixed-menu-item {
  margin-inline: 0;
  position: static;
}
@media screen and (max-width: 736px) {
  .is-open .header-menu-item,
  .is-open .fixed-menu-item {
    margin-block: 10px;
  }
}
.fixed-menu .header-menu-item,
.fixed-menu .fixed-menu-item {
  margin: 0;
}
.header-menu-item.is-lang,
.fixed-menu-item.is-lang {
  width: 131px;
  height: auto;
  position: relative;
}
.header-menu-link,
.fixed-menu-link {
  display: block;
  padding: 10px 1ic 10px 1ic;
}
@media (hover: hover) {
  .header-menu-link:hover {
    --hover: #333;
  }
  .header-menu.is-recruitment-show .header-menu-item.is-recruitment .header-menu-link:hover {
    color: var(--white) !important;
  }
}
.header-lang {
  width: auto;
  height: 1lh;
  box-sizing: content-box;
  padding: 10px 30px 10px 20px;
  top: auto;
  left: auto;
}
.header-lang .header-lang-arrow {
  top: 10px;
  right: 10px;
}
.fixed-menu .header-lang {
  position: relative;
  height: 14px;
}
.fixed-menu .header-lang.is-show {
  height: 85px;
  transform: translateY(35%);
}
.header-lang.is-show .header-lang-arrow {
  top: 15px;
}
.header-lang .header-lang-text {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 736px) {
  .header-lang {
    position: relative;
  }
}
.header-recruitment,
.fixed-recruitment {
  cursor: pointer;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 736px) {
  .header-recruitment,
  .fixed-recruitment {
    justify-content: center;
  }
}
.header-menu-item.is-recruitment-show .header-recruitment,
.fixed-menu-item.is-recruitment-show .fixed-recruitment {
  position: relative;
}
@media screen and (min-width: 737px) {
	.header-menu-item.is-recruitment-show .header-recruitment::before,
	.fixed-menu-item.is-recruitment-show .fixed-recruitment::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--deep-navy);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
  }
  .fixed-menu-item.is-recruitment-show .fixed-recruitment::before {
    height: 50px;
    padding-block: 0;
    background: rgba(28, 42, 96, 0.5);
  }
}
.header-menu-item.is-recruitment-show .header-recruitment .header-menu-link,
.fixed-menu-item.is-recruitment-show .fixed-recruitment .fixed-menu-link {
  color: var(--white);
  --hover: var(--white);
}
.header-recruitment > .header-recruitment-item,
.fixed-recruitment > .fixed-recruitment-item {
  order: 1;
}
.header-recruitment > .header-recruitment-item .header-menu-link,
.fixed-recruitment > .fixed-recruitment-item .fixed-menu-link {
  padding-right: 10px;
}
.header-recruitment > .header-recruitment-arrow,
.fixed-recruitment > .fixed-recruitment-arrow  {
  order: 2;
}
.header-recruitment-arrow,
.fixed-recruitment-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-25%) rotate(135deg);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 736px) {
  .header-recruitment-arrow,
  .fixed-recruitment-arrow {
    border-color: var(--white);
  }
}
.header-menu-item.is-recruitment-show .header-recruitment-arrow,
.fixed-menu-item.is-recruitment-show .fixed-recruitment-arrow {
  border-color: var(--white);
  top: 5px;
  transform: translateY(25%) rotate(-45deg);
}
.fixed-menu .fixed-recruitment-arrow {
  border-color: var(--white);
}
.header-recruitment-text,
.fixed-recruitment-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
.recruitment-submenu {
  display: flex;
  justify-content: center;
  width: 100svw;
  padding: 10px 20px;
  background: var(--deep-navy);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fixed-menu .recruitment-submenu {
  background: rgba(6, 18, 36, 0.85);
  bottom: auto;
  top: 100%;
}
.header-menu-item.is-recruitment-show .recruitment-submenu,
.fixed-menu-item.is-recruitment-show .recruitment-submenu {
  pointer-events: fill;
  opacity: 1;
  z-index: 0;
}
.recruitment-submenu .header-menu-item,
.recruitment-submenu .fixed-menu-item {
  margin-inline: 20px;
  position: relative;
}
.recruitment-submenu .header-menu-link,
.recruitment-submenu .fixed-menu-link {
  --hover: var(--deep-navy);
  --hover-bg: var(--white);
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  color: var(--white);
  background: transparent;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) {
  .recruitment-submenu .header-menu-link:hover,
  .recruitment-submenu .fixed-menu-link:hover {
    color: var(--deep-navy);
    background: var(--white);
  }
}
@media screen and (max-width: 736px) {
  .recruitment-submenu {
    width: 100%;
    height: 0;
    padding: 0;
    background: rgba(6, 18, 36, 0.95);
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    position: static;
  }
  .header-menu-item.is-recruitment-show .recruitment-submenu,
  .fixed-menu-item.is-recruitment-show .recruitment-submenu {
    height: -moz-max-content;
    height: max-content;
    padding: 10px 20px;
  }
}
.recruitment-interview-submenu {
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}
.recruitment-interview-submenu::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 15px);
  background: rgba(28, 42, 96, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.fixed-menu .recruitment-interview-submenu::after {
	background: rgba(6, 18, 36, 0.85);
}
.header-menu-item.is-show .recruitment-interview-submenu,
.fixed-menu-item.is-show .recruitment-interview-submenu {
  opacity: 1;
  pointer-events: fill;
}
.recruitment-interview-submenu .header-menu-link .small,
.recruitment-interview-submenu .fixed-menu-link .small {
  font-size: 75%;
  font-weight: 400;
  margin-right: 1em;
}
