@charset "UTF-8";
#globalNav .globalNav__link, .globalNavFoot__link {
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (min-width: 834.02px) {
  .pcH834 {
    display: none;
  }
}

:root {
  --header-s: 50px;
  --gNavBtn-s: 30px;
}

#recruit {
  z-index: 1;
  position: fixed;
  top: 0;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#recruit {
  padding: 0 20px;
}

#kv-newcareer {
  margin-top: var(--header-s);
}

#globalNav .globalNavBtn {
  z-index: 6;
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 834.02px) {
  #globalNav .globalNavBtn {
    display: none;
  }
}
#globalNav .globalNavBtn__innerWrap {
  --scope: 2px;
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--gNavBtn-s);
  height: calc(var(--gNavBtn-s) * 0.6);
}
#globalNav .globalNavBtn__innerWrap > *, #globalNav .globalNavBtn__innerWrap::before, #globalNav .globalNavBtn__innerWrap::after {
  position: absolute;
  display: block;
  width: var(--gNavBtn-s);
  height: var(--scope);
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#globalNav *:not(#foo) .globalNavBtn.active .globalNavBtn__innerWrap > *, #globalNav *:not(#foo) .globalNavBtn.active .globalNavBtn__innerWrap::before, #globalNav *:not(#foo) .globalNavBtn.active .globalNavBtn__innerWrap::after {
  background-color: #fff;
}
#globalNav .globalNavBtn__innerWrap::before {
  content: "";
  top: 0;
}
#globalNav .globalNavBtn.active .globalNavBtn__innerWrap::before {
  top: calc(50% - var(--scope) / 2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#globalNav .globalNavBtn.active .globalNavBtn__innerWrap > span {
  width: 0;
}
#globalNav .globalNavBtn__innerWrap::after {
  content: "";
  bottom: 0;
}
#globalNav .globalNavBtn.active .globalNavBtn__innerWrap::after {
  bottom: calc(50% - var(--scope) / 2);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#globalNav .globalNavBack {
  position: fixed;
  inset: var(--header-s) 0 0;
  display: block;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 834.02px) {
  #globalNav .globalNavBack {
    display: none;
  }
}
#globalNav .globalNavBtn.active ~ .globalNavBack {
  visibility: visible;
  opacity: 0.3;
}

#globalNav .globalNav {
  --glbNav-s: 45px;
}
@media (max-width: 834px) {
  #globalNav .globalNav {
    --scope: 75%;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: var(--scope);
    height: calc(100% - var(--header-s));
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media (max-width: 834px) {
  #globalNav .globalNavBtn.active ~ .globalNav {
    left: calc(100% - var(--scope));
  }
}
#globalNav .globalNav__list {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 3px;
  padding-bottom: var(--glbNav-s);
  background-color: #fff;
}
@media (min-width: 834.02px) {
  #globalNav .globalNav__list {
    grid-auto-flow: column;
    gap: 50px;
    padding-right: 50px;
    padding-bottom: initial;
    background-color: initial;
  }
}
@media (min-width: 834.02px) {
  #globalNav .globalNav__acrList {
    position: relative;
  }
}
@media (min-width: 834.02px) {
  #globalNav .globalNav__acrCnt {
    position: absolute;
    top: 100%;
    left: -40%;
    width: 260px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
  }
}
#globalNav .globalNav__acrList:hover .globalNav__acrCnt {
  display: block;
  opacity: 1;
  visibility: visible;
}
.globalNav__innerList {
  padding-top: 3px;
}
@media (min-width: 834.02px) {
  .globalNav__innerList {
    background-color: #fff;
  }
}
#globalNav .globalNav__link {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  padding-right: 10px;
  height: var(--glbNav-s);
  font-weight: 400;
  font-size: 14px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#globalNav .globalNav__link:active {
  opacity: 0.7;
}
@media (hover: hover) {
  #globalNav .globalNav__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 834px) {
  #globalNav .globalNav__link {
    font-size: 14px;
  }
}
@media (min-width: 834.02px) {
  #globalNav .globalNav__link {
    height: var(--header-s);
  }
}
#globalNav .globalNav__link--head {
  background-color: #F7A100;
  color: #fff;
}
#globalNav .globalNav__link--head:visited, #globalNav .globalNav__link--head:focus, #globalNav .globalNav__link--head:active {
  color: #fff;
}
@media (min-width: 834.02px) {
  #globalNav .globalNav__link--head {
    padding: 0;
    background-color: initial;
  }
}
#globalNav .globalNav__link--head span {
  color: currentColor;
}
@media (max-width: 834px) {
  #globalNav .globalNav__link--head .spH {
    display: none;
  }
}
@media (min-width: 834.02px) {
  #globalNav .globalNav__link--head .pcH {
    display: none;
  }
}
#globalNav .globalNav__link--item {
  --scope: 2px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: var(--scope);
  color: #333;
}
#globalNav .globalNav__link--item:visited, #globalNav .globalNav__link--item:focus, #globalNav .globalNav__link--item:active {
  color: #333;
}
#globalNav .globalNav__link--item:active::after {
  opacity: 0.8;
}
@media (hover: hover) {
  #globalNav .globalNav__link--item:hover::after {
    opacity: 0.8;
  }
}
#globalNav .globalNav__link--item::after {
  content: "\e5cc";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  font-size: 22px;
  font-family: "Material Symbols Outlined";
  color: #F7A100;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#globalNav .globalNav__innerItem:first-of-type .globalNav__link--item {
  border-top: var(--scope);
}
@media (min-width: 834.02px) {
  #globalNav .globalNav__link.active {
    position: relative;
  }
}
@media (min-width: 834.02px) {
  #globalNav .globalNav__link.active::before {
    content: "";
    z-index: -1;
    position: absolute;
    display: block;
    border: 1px solid #fff;
    width: 150%;
    height: 35px;
  }
}

.globalNavFoot {
  --scope-c: #ccc;
  --scope: 1px solid var(--scope-c);
  margin: 0 auto;
  border-bottom: var(--scope);
  width: 1024px;
}
@media (max-width: 834px) {
  .globalNavFoot {
    width: 100%;
  }
}
.globalNavFoot__list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
}
@media (max-width: 834px) {
  .globalNavFoot__list {
    grid-auto-flow: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 50px 1px 50px 1px 50px;
    grid-template-rows: repeat(3, 50px);
    gap: 1px;
    padding: 0;
    background-color: var(--scope-c);
  }
  .globalNavFoot__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .globalNavFoot__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .globalNavFoot__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .globalNavFoot__list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .globalNavFoot__list > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .globalNavFoot__list > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.globalNavFoot__item {
  display: -ms-grid;
  display: grid;
  background-color: #fff;
}
.globalNavFoot__link {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.globalNavFoot__link:active {
  opacity: 0.7;
}
@media (hover: hover) {
  .globalNavFoot__link:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=globalNavStyle.css.map */