* {
  color: #3E3E3E;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
* img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  padding-left: 266px;
  background: #F28936;
  overflow-x: hidden;
}

.section__title-jp {
  font-size: 36px;
  font-weight: 700;
  display: block;
}

.path__root-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}
.path__root-el a {
  transition: opacity 0.4s ease;
}
.path__root-el a:hover {
  opacity: 0.6;
}
.path__root-el:not(:last-child)::after {
  content: ">";
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
}
.path__root-txt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Fugaz One", sans-serif;
}

.header {
  width: 266px;
  height: 100%;
  padding: 20px 26px 10px 20px;
  background: #F28936;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__wrap {
  height: 100%;
  max-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__logo-wrap a {
  transition: opacity 0.4s ease;
}
.header__logo-wrap a:hover {
  opacity: 0.6;
}
.header__menu {
  display: none;
}
.header__nav-content {
  margin-bottom: 34px;
}
.header__nav-el a {
  display: block;
}
.header__nav-el a:hover .header__nav-text, .header__nav-el a:hover .header__nav-en {
  color: #fff;
}
.header__nav-el a:hover::after {
  width: 100%;
}
.header__nav-el a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  margin-top: 5px;
  transition: width 0.4s ease;
}
.header__nav-el:not(:last-child) {
  margin-bottom: 28px;
}
.header__nav-text {
  font-size: 16px;
  font-weight: 700;
  transition: color 0.4s ease;
}
.header__nav-en {
  display: block;
  font-size: 12px;
  font-weight: 900;
  transition: color 0.4s ease;
}
.header__nav-corp a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: opacity 0.4s ease;
}
.header__nav-corp a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icn_blank.png) no-repeat center/contain;
}
.header__nav-corp a:hover {
  opacity: 0.6;
}
.header__modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.is-hidden {
  display: none;
}

@media (min-width: 1366px) {
  main {
    display: grid;
    place-content: center;
  }
}
@media (max-width: 1280px) {
  [class*=__section] {
    scroll-margin-top: 77px;
  }
  body {
    padding: 60px 0 0;
  }
  .header {
    width: 100%;
    height: unset;
    padding: 10px;
  }
  .header__menu {
    display: block;
    margin-top: 4px;
  }
  .header__menu-icon {
    width: 32px;
    height: 18px;
    margin-bottom: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header__menu-line {
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .header__menu-text {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: "Fugaz One", sans-serif;
  }
  .header__wrap {
    flex-direction: unset;
  }
  .header__logo {
    display: block;
    max-width: 287px;
  }
  .header__nav-wrap {
    display: none;
  }
  .header__modal {
    width: 100%;
    height: 100lvh;
    background: #F28936;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header__modal.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .header__modal-inner {
    padding: 10px;
    height: 100%;
  }
  .header__modal-head {
    display: flex;
    justify-content: space-between;
  }
  .header__modal-close {
    height: 26px;
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    align-items: end;
  }
  .header__modal-close .header__menu-icon {
    position: relative;
  }
  .header__modal-close .header__menu-line {
    position: absolute;
  }
  .header__modal-close .header__menu-line:nth-child(1) {
    rotate: 45deg;
  }
  .header__modal-close .header__menu-line:nth-child(2) {
    rotate: -45deg;
  }
  .header__modal-close .header__menu-text {
    margin-top: 13px;
  }
  .header__modal-wrap {
    height: 100%;
    display: grid;
    place-content: center;
  }
  .header__modal-nav {
    margin-bottom: 40px;
  }
  .header__modal-el a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  .header__modal-el a::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 10px;
    background: #fff;
  }
  .header__modal-el:not(:last-child) {
    margin-bottom: 20px;
  }
  .header__modal-en {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
  }
  .header__modal-corp a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header__modal-corp a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/icn_blank.png) no-repeat center/contain;
  }
}/*# sourceMappingURL=header.css.map */