@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/* 上から降りてくるヘッダー */
.global-navi_fixed {
  position: fixed;
  top: -77px;
  left: 0;
  display: flex;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .global-navi_fixed {
    display: none;
  }
}
.global-navi_fixed .nav-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.global-navi_fixed .header-nav {
  height: 100%;
}
.global-navi_fixed .header-nav ul li.header-nav-link-item--hp {
  height: 100%;
}
.global-navi_fixed .header-nav ul li.header-nav-link-item--hp a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-navi_fixed.global-navi_fadein {
  top: 0;
}

.logo-wrap_fixed {
  padding: 10px;
}

.logo-wrap_fixed img {
  width: 251px;
}

.global-navi_notfixed .header-nav {
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .global-navi_notfixed .header-nav {
    display: block;
  }
}

#header {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #header {
    width: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 1023px) {
  #header::before, #header::after {
    content: "";
    width: 32.421875vw;
    height: 24.3489583333vw;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  #header::before {
    background: url(../img/sp-curtain-left.png) no-repeat center center/contain;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  #header::after {
    background: url(../img/sp-curtain-right.png) no-repeat center center/contain;
    right: 0;
  }
}

.logo-wrap {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 1023px) {
  .logo-wrap {
    padding: 0.7rem 1.5rem;
  }
}
.logo-wrap img {
  width: 20rem;
}
@media screen and (max-width: 1023px) {
  .logo-wrap img {
    width: 12rem;
    transition: 0.3s;
  }
}

.nav-wrapper {
  width: auto;
  height: auto;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .nav-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 400;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

.header-nav {
  background-color: transparent;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header-nav {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 80px 30px 65px;
    position: relative;
    z-index: 15;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav.menu-item {
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav.navbar-nav {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.header-nav ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .header-nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav ul {
    display: block;
  }
}
.header-nav ul.d-none {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-nav ul.d-lg-block {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav ul.d-lg-none {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav ul li {
    border-bottom: 1px solid #3c3c3c;
  }
}
.header-nav ul li.header-nav-link-item--hp {
  background-color: #000000;
}
.header-nav ul li.header-nav-link-item--hp a {
  color: #FFFFFF;
  padding: 13px 22px 11px 23px;
  display: block;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .header-nav ul li:not(.header-nav-link-item--hp) a::before {
    content: "";
    width: 2.734375vw;
    height: 3.2552083333vw;
    background: url(../img/icon-arrow-right-blue.png) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 3.90625vw;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav ul li.header-nav-link-item--hp a {
    margin-top: 10.6666666667vw;
    padding: 4.8vw 5.8666666667vw 4.8vw 3.2552083333vw;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav ul li.header-nav-link-item--hp a span {
    position: relative;
    padding-left: 8vw;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav ul li.header-nav-link-item--hp a span::before {
    content: "";
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url(../img/icon-new-tab.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
  }
}
.header-nav ul li a {
  font-family: "HiraginoKakuGothicPro";
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .header-nav ul li a {
    font-weight: 700;
    color: #3c3c3c;
    font-size: 4.1666666667vw;
    padding: 4.53125vw 0;
    display: block;
    padding-left: 3.2552083333vw;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav ul li {
    position: relative;
  }
}
.header-nav .apply-btn-wrapper {
  margin-top: 61px;
}
.header-nav .apply__btn {
  border-radius: 14.34px;
}

#nav-tgl {
  display: none;
}

.burger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .burger-btn {
    display: block;
    width: 7.1614583333vw;
    height: 5.46875vw;
    position: fixed;
    top: 5.2083333333vw;
    right: 5.2083333333vw;
    background-color: transparent;
    border: none;
  }
}

@media screen and (max-width: 1023px) {
  .burger-btn_close {
    z-index: 995;
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) {
  .bar {
    width: 7.1614583333vw;
    height: 0.78125vw;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4b76d1;
    transition: 0.2s;
    visibility: visible;
    border-radius: 100vw;
  }
}

@media screen and (max-width: 1023px) {
  .bar_top {
    top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1023px) {
  .bar_bottom {
    bottom: 0;
  }
}

.menu-black-bg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-black-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    border: none;
  }
}
.menu-black-bg.blackBg_active {
  visibility: hidden;
}

@media screen and (max-width: 1023px) {
  .nav-open .nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.nav-open .nav-wrapper .header-nav {
  overflow-y: inherit;
}
@media screen and (max-width: 1023px) {
  .nav-open .nav-wrapper .header-nav {
    overflow-y: auto;
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .burger-btn .bar_top {
    transform: translate(-50%, 1.0416666667vw) rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .burger-btn .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .burger-btn .bar_bottom {
    transform: translate(-50%, -3.515625vw) rotate(-45deg);
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .burger-btn_close {
    z-index: 1;
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .burger-btn_open {
    z-index: 995;
    opacity: 1;
  }
}
.nav-open .menu-black-bg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .nav-open .menu-black-bg {
    opacity: 0.3;
    visibility: visible;
  }
}

.fixed-cta {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  visibility: visible;
  z-index: 399;
  position: fixed;
  width: min(250px, 13.0208333333vw);
  bottom: min(20px, 1.0416666667vw);
  right: min(20px, 1.0416666667vw);
  animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 1023px) {
  .fixed-cta {
    width: 26.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta {
    bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .fixed-cta {
    bottom: 80px;
  }
}
.fixed-cta a {
  display: block;
}
.fixed-cta a:hover {
  animation: poyo 1s;
  opacity: 1;
  cursor: pointer;
}
.fixed-cta.fixed-cta-fadein {
  opacity: 1;
  pointer-events: visible;
}

.footer {
  padding: 37px 0 45px;
}
.footer .copy-wrapper {
  text-align: center;
}
.footer small {
  font-family: "HiraginoKakuGothicPro";
  font-weight: 300;
  font-size: 0.9375rem;
}/*# sourceMappingURL=style-nav.css.map */