@charset "UTF-8";
.header-back {
  background-color: rgba(50, 50, 50, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
  transition: 0.4s;
}
.header-back.bg-right {
  opacity: 1;
}
@media (max-width: 980px) {
  .header-back.bg-right {
    opacity: 0;
  }
}

.header__boxlink {
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  border: 1px solid #242424;
}
.header__boxlink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: right center;
  backface-visibility: hidden;
  transform: scale(0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.05, 1);
  background: #28294F;
}
.header__boxlink span {
  padding: 12px 20px;
  display: block;
  position: relative;
  z-index: 2;
}
.header__boxlink i {
  position: absolute;
  right: 10px;
  font-size: 12px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
.header__boxlink:hover {
  color: #fff;
}
.header__boxlink:hover::before {
  transform-origin: left center;
  transform: scale(1, 1);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #ededf0;
  transition: background-color ease 0.3s, border-bottom-color ease 0.3s;
}
.header.--transparent_bg {
  background-color: transparent;
  border-bottom-color: transparent;
}
.header.--white_bg {
  background-color: #fff;
  border-bottom: 1px solid #ededf0;
}
.header.--transparent_bg:not(.--white_bg) .cmn-link__border.--black {
  color: #fff !important;
  background-image: linear-gradient(#fff, #fff);
}
.header.--transparent_bg:not(.--white_bg) .header-nav__link._box {
  color: #fff;
  border-color: #fff;
}
.header.--transparent_bg:not(.--white_bg) .header-nav__link._box:hover {
  color: #28294f;
}
@media (min-width: 981px) {
  .header.--transparent_bg:not(.--white_bg) .cmn-button__slide-blue::before {
    background-color: #fff;
  }
}

.header-inner {
  display: flex;
  width: 100%;
  padding: 0 2.431% 0 3%;
  z-index: 9998;
}
@media (max-width: 980px) {
  .header-inner {
    padding: 20px 2.431% 20px 3%;
  }
}

.header-logo {
  padding: 30px 0;
  flex: none;
  position: relative;
  z-index: 9998;
}
@media (max-width: 980px) {
  .header-logo {
    padding: 0;
  }
}

.header-logo__img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 475px) {
  .header-logo__img {
    height: 40px;
  }
}

.header-logo__img.--light {
  display: none;
}

.--transparent_bg:not(.--white_bg) .header-logo__img.--light {
  display: block;
}
.--transparent_bg:not(.--white_bg) .header-logo__img.--dark {
  display: none;
}

.header-nav {
  margin-left: auto;
}
@media (max-width: 980px) {
  .header-nav {
    display: none;
  }
}
.header-nav .has-sub-menu .sub-menu {
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
  position: absolute;
  width: 100vw;
  top: 100%;
  left: 0;
  padding: 0;
  margin-top: -43px;
  padding-top: 43px;
}
.header-nav .has-sub-menu .sub-menu:hover {
  opacity: 1;
}
.header-nav .has-sub-menu .sub-menu_back {
  background: #fff;
}
.header-nav .has-sub-menu .sub-menu_flex {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  padding: 40px 20px 50px;
}
.header-nav .has-sub-menu .sub-menu_flex.--l {
  max-width: 1440px;
}
.header-nav .has-sub-menu .sub-menu_flex_link {
  min-width: 120px;
  position: relative;
  font-size: 14px;
  color: #242424;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededf0;
  background-image: linear-gradient(#28294f, #28294f);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: block;
  transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.header-nav .has-sub-menu .sub-menu_flex_link:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.header-nav .has-sub-menu .sub-menu_flex_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: right center;
  backface-visibility: hidden;
  transform: scale(0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.05, 1);
  background: #242424;
}
.header-nav .has-sub-menu .sub-menu_flex_link::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 11px;
  right: 10px;
  display: inline-block;
  width: 25px;
  height: 4px;
  transform: skew(74deg);
  border-right: 3px solid #242424;
  border-bottom: 1px solid #242424;
}
.header-nav .has-sub-menu .sub-menu_flex_left {
  flex-shrink: 0;
  padding-right: 60px;
}
.header-nav .has-sub-menu .sub-menu_flex_left h2 {
  font-size: 20px;
}
.header-nav .has-sub-menu .sub-menu_flex_left .sub-menu_flex_link {
  display: inline-block;
  margin-top: 10px;
  padding-right: 40px;
}
.header-nav .has-sub-menu .sub-menu_flex_center {
  padding: 0 30px;
  border-left: 1px solid #ededf0;
}
.header-nav .has-sub-menu .sub-menu_flex_center_flex {
  display: flex;
  gap: 30px;
}
.header-nav .has-sub-menu .sub-menu_flex_center_flex._col-2 .sub-menu_flex_center_flex_item {
  width: 194px;
}
.header-nav .has-sub-menu .sub-menu_flex_center_flex_item .img-wrap {
  overflow: hidden;
}
.header-nav .has-sub-menu .sub-menu_flex_center_flex_item .img-wrap img {
  transition: 1s all;
}
.header-nav .has-sub-menu .sub-menu_flex_center_flex_item .img-wrap img:hover {
  transform: scale(1.1, 1.1);
}
.header-nav .has-sub-menu .sub-menu_flex_center_flex_item p {
  margin-top: 10px;
  font-size: 14px;
  color: #242424;
}
.header-nav .has-sub-menu .sub-menu_flex_right {
  padding-left: 20px;
  display: grid;
  flex-shrink: 0;
  border-left: 1px solid #ededf0;
}
.header-nav .has-sub-menu .sub-menu_flex_links {
  padding-left: 20px;
  flex-shrink: 0;
  flex-grow: 1;
  border-left: 1px solid #ededf0;
}
.header-nav .has-sub-menu .sub-menu_flex_links + .sub-menu_flex_links {
  margin-left: 20px;
}
.header-nav .has-sub-menu .sub-menu_flex_links .sub-menu_flex_link {
  margin-bottom: 10px;
  letter-spacing: 0;
}
.header-nav .has-sub-menu .sub-menu_flex_links__title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.header-nav .has-sub-menu .sub-menu_flex_links.--column {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.header-nav .has-sub-menu .sub-menu_flex_links.--column .sub-menu_flex_link {
  width: calc((100% - 30px) / 2);
}
.header-nav .header__boxlinks {
  margin-top: 20px;
}
.header-nav .header__boxlink {
  margin-top: 20px;
  font-size: 14px;
  color: #28294F;
  background: #fff;
  border: 1px solid #28294F;
}
.header-nav .header__boxlink:hover {
  color: #fff;
}
.header-nav.open {
  left: 0;
}

@media (max-width: 1380px) {
  .header-nav .has-sub-menu .sub-menu_flex_links.--column {
    display: block;
  }
  .header-nav .has-sub-menu .sub-menu_flex_links.--column .sub-menu_flex_link {
    width: 100%;
  }
}
.header-nav__inner {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  gap: clamp(18px, 1.83486vw, 30px);
}
.header-nav__inner li {
  display: flex;
  align-items: center;
}

@media (min-width: 981px) {
  .header-nav .header-nav__inner > .has-sub-menu:hover ul {
    pointer-events: initial;
    opacity: 1;
  }
}
.header-nav__link {
  display: table;
  color: #28294f;
  cursor: pointer;
}
.header-nav__link._box {
  width: 160px;
  height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #28294f;
}

/* SPメニュー
----------------------------------------------------- */
.header-sp-menu {
  display: none;
}
@media (max-width: 980px) {
  .header-sp-menu {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: -100%;
    top: 0;
    transition: all 0.6s;
    background-color: #ededf0;
    z-index: 9997;
    overflow-y: auto;
  }
  .header-sp-menu.open {
    left: 0;
  }
}
.header-sp-menu .header-sp-menu__inner {
  max-width: 380px;
  margin: 0 auto;
  padding: 120px 50px 120px;
  min-width: 200px;
}
.header-sp-menu .header-sp-menu__link,
.header-sp-menu .header-sp-menu__toggle,
.header-sp-menu .header-sp-sub-menu__link,
.header-sp-menu .header-sp-sub-menu__child {
  display: block;
  font-size: 1.6rem;
}
.header-sp-menu .header-sp-menu__link:hover .header-sp-menu__link-text,
.header-sp-menu .header-sp-menu__link:hover .header-sp-sub-menu__link-text,
.header-sp-menu .header-sp-menu__toggle:hover .header-sp-menu__link-text,
.header-sp-menu .header-sp-menu__toggle:hover .header-sp-sub-menu__link-text,
.header-sp-menu .header-sp-sub-menu__link:hover .header-sp-menu__link-text,
.header-sp-menu .header-sp-sub-menu__link:hover .header-sp-sub-menu__link-text,
.header-sp-menu .header-sp-sub-menu__child:hover .header-sp-menu__link-text,
.header-sp-menu .header-sp-sub-menu__child:hover .header-sp-sub-menu__link-text {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.header-sp-menu .header-sp-menu__link-text,
.header-sp-menu .header-sp-sub-menu__link-text {
  background-image: linear-gradient(#242424, #242424);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: inline;
  transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.header-sp-menu .header-sp-menu__list {
  margin-bottom: 40px;
}
.header-sp-menu .header-sp-menu__item {
  border-bottom: 1px solid #28294f;
}
.header-sp-menu .header-sp-menu__link,
.header-sp-menu .header-sp-menu__toggle {
  padding: 1em 0;
}
.header-sp-menu .header-sp-menu__toggle {
  position: relative;
}
.header-sp-menu .header-sp-menu__toggle .header-sp-menu__toggle-icon {
  width: 17px;
  height: 17px;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 5px;
  transition: transform ease 0.5s;
}
.header-sp-menu .header-sp-menu__toggle .header-sp-menu__toggle-icon::before, .header-sp-menu .header-sp-menu__toggle .header-sp-menu__toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #28294f;
  transition: transform ease 0.5s 0.1s;
}
.header-sp-menu .header-sp-menu__toggle .header-sp-menu__toggle-icon::before {
  width: 100%;
  height: 1px;
  top: 8px;
  left: 0;
}
.header-sp-menu .header-sp-menu__toggle .header-sp-menu__toggle-icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 8px;
}
.header-sp-menu .header-sp-menu__toggle.--open .header-sp-menu__toggle-icon {
  transform: rotate(90deg);
}
.header-sp-menu .header-sp-menu__toggle.--open .header-sp-menu__toggle-icon::before {
  transform: rotate(90deg);
}
.header-sp-menu .header-sp-sub-menu {
  display: none;
  margin-bottom: 0.4em;
}
.header-sp-menu .header-sp-sub-menu__list {
  padding-bottom: 1em;
}
.header-sp-menu .header-sp-sub-menu__link {
  margin-bottom: 0.4em;
  padding: 0.4em 0;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.header-sp-menu .header-sp-sub-menu__link .header-sp-sub-menu__link-arrow {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #28294f;
  border-radius: 50%;
}
.header-sp-menu .header-sp-sub-menu__link .header-sp-sub-menu__link-arrow::before {
  content: "";
  width: 30%;
  height: 30%;
  margin-right: 10%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.header-sp-menu .header-sp-sub-menu__child {
  padding: 0.4em 0;
  font-size: 1.2rem;
}
.header-sp-menu .header__boxlinks {
  margin-bottom: 30px;
}
.header-sp-menu .header__boxlink {
  margin-top: 10px;
  font-size: 14px;
}
.header-sp-menu .header-sp-menu__button-frame {
  width: 100%;
}
.header-sp-menu .header-sp-menu__button {
  width: 100%;
}
.header-sp-menu .header-sp-menu__button::after {
  display: none;
}

/* ハンバーガー
----------------------------------------------------- */
.hamburger {
  display: none;
}
@media (max-width: 980px) {
  .hamburger {
    display: block;
    position: fixed;
    top: 20px;
    right: 17px;
    z-index: 9999;
    cursor: pointer;
    width: 56px;
    height: 49px;
    padding: 13px;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #28294f;
    transition: all 0.5s;
  }
  .hamburger span:nth-of-type(1) {
    top: 13px;
  }
  .hamburger span:nth-of-type(2) {
    top: 23px;
  }
  .hamburger span:nth-of-type(3) {
    top: 33px;
  }
  .hamburger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}

header.--transparent_bg:not(.--white_bg) .hamburger span {
  background-color: #fff;
}
header.--transparent_bg:not(.--white_bg) .hamburger.active span {
  background-color: #28294f;
}
header.--transparent_bg:not(.--white_bg).open .header-logo__img.--light {
  display: none;
}
header.--transparent_bg:not(.--white_bg).open .header-logo__img.--dark {
  display: block;
}

.mask {
  display: none;
  position: fixed;
  z-index: 9998;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}/*# sourceMappingURL=header.css.map */