@charset "UTF-8";
*:not(#foo) .globalNavWrap .globalNavSubLink {
  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 {
  --nav-item-s: 38px;
}

*:not(#foo) .globalNavWrap .acrBlock {
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
.acrBlock__cnt {
  --scope-bdw: 1px;
  --scope-bdc: #ccc;
}
*:not(#foo) .globalNavWrap .acrBlock__cnt {
  z-index: 1;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: -ms-grid;
  display: grid;
  justify-items: end;
  width: 230px;
  -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;
}
*:not(#foo) .globalNavWrap .acrBlock__cnt::before {
  content: "";
  display: block;
  height: 5px;
}
*:not(#foo) .globalNavWrap .acrBlock:hover .acrBlock__cnt {
  z-index: 5;
  opacity: 1;
  visibility: visible;
}
.acrBlock__triangle {
  z-index: 1;
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 50%;
}
.acrBlock__triangle::before, .acrBlock__triangle::after {
  --scope-w: 12px;
  --scope-h: calc(var(--scope-w) / 2 * 1.7320508076);
  --scope-bdc: #ccc;
  content: "";
  display: block;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.acrBlock__triangle::before {
  width: var(--scope-w);
  height: var(--scope-h);
  background-color: var(--scope-bdc);
}
.acrBlock__triangle::after {
  position: absolute;
  width: calc(var(--scope-w) - var(--scope-bdw));
  height: calc(var(--scope-h) - var(--scope-bdw));
  background-color: #fff;
}

*:not(#foo) .globalNavWrap .globalNavSubList {
  position: relative;
  top: calc(var(--scope-bdw) * -1);
  display: -ms-grid;
  display: grid;
  justify-items: center;
  border-radius: 4px;
  border: var(--scope-bdw) solid var(--scope-bdc);
  padding: 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
*:not(#foo) .globalNavWrap .globalNavSubList__item {
  display: block;
  margin: 0;
  width: 100%;
}
*:not(#foo) .globalNavWrap .globalNavSubList__item:not(:last-of-type) {
  border-bottom: var(--scope-bdw) solid var(--scope-bdc);
}

*:not(#foo) .globalNavWrap .globalNavSubLink {
  --scope: 14px;
  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;
  padding: 0 var(--scope);
  padding-right: calc(var(--scope) * 0.4);
  height: var(--nav-item-s);
  font-weight: bold;
  font-size: 13px;
  -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;
  color: #333;
}
*:not(#foo) .globalNavWrap .globalNavSubLink:active {
  opacity: 0.7;
}
@media (hover: hover) {
  *:not(#foo) .globalNavWrap .globalNavSubLink:hover {
    opacity: 0.7;
  }
}
*:not(#foo) .globalNavWrap .globalNavSubLink:visited, *:not(#foo) .globalNavWrap .globalNavSubLink:focus, *:not(#foo) .globalNavWrap .globalNavSubLink:active {
  color: #333;
}
*:not(#foo) .globalNavWrap .globalNavSubLink:active {
  color: #F7A100;
}
*:not(#foo) .globalNavWrap .globalNavSubLink:active:visited, *:not(#foo) .globalNavWrap .globalNavSubLink:active:focus, *:not(#foo) .globalNavWrap .globalNavSubLink:active:active {
  color: #F7A100;
}
*:not(#foo) .globalNavWrap .globalNavSubLink:active::after {
  opacity: 0.8;
}
@media (hover: hover) {
  *:not(#foo) .globalNavWrap .globalNavSubLink:hover {
    color: #F7A100;
  }
  *:not(#foo) .globalNavWrap .globalNavSubLink:hover:visited, *:not(#foo) .globalNavWrap .globalNavSubLink:hover:focus, *:not(#foo) .globalNavWrap .globalNavSubLink:hover:active {
    color: #F7A100;
  }
  *:not(#foo) .globalNavWrap .globalNavSubLink:hover::after {
    opacity: 0.8;
  }
}
*:not(#foo) .globalNavWrap .globalNavSubLink::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;
}
@media (min-width: 834.02px) {
  *:not(#foo) .globalNavWrap .globalNavSubLink.active {
    position: relative;
  }
}
@media (min-width: 834.02px) {
  *:not(#foo) .globalNavWrap .globalNavSubLink.active::before {
    content: "";
    z-index: -1;
    position: absolute;
    display: block;
    border: 1px solid #fff;
    width: 150%;
    height: 35px;
  }
}

.backToTheTop {
  --scope: 24px;
  display: -ms-grid;
  display: grid;
  justify-items: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(var(--scope) / 2) 0;
  padding-right: var(--scope);
}
.backToTheTop__logo {
  display: block;
  width: 150px;
  -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;
}
.backToTheTop__logo:active {
  opacity: 0.7;
}
@media (hover: hover) {
  .backToTheTop__logo:hover {
    opacity: 0.7;
  }
}

.serviceLogoList {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .serviceLogoList {
    gap: 10px;
  }
}
.serviceLogoList > a {
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.serviceLogoList > a > img {
  -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;
}
.serviceLogoList > a > img:active {
  opacity: 0.6;
}
@media (hover: hover) {
  .serviceLogoList > a > img:hover {
    opacity: 0.6;
  }
}

#under-top {
  position: relative;
}
#under-top header#hd-corporate {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 750px) {
  #under-top header#hd-corporate {
    position: fixed;
  }
}
@media (max-width: 750px) {
  #under-top + #kv-intermediate {
    margin-top: 56px;
  }
}
/*# sourceMappingURL=topGlobalNavStyle.css.map */