.header {
  width: calc(100% - 40px);
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #1d2362;
  position: fixed;
  display: flex;
  z-index: 99;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .header {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: 60px;
    border-radius: 0;
    justify-content: space-between;
  }
}
.header-logo {
  align-self: center;
  width: 150px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 115px;
    margin-left: 20px;
  }
}
.header-nav {
  margin-left: auto;
  margin-top: 10px;
  margin-right: 35px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 0;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1034px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav__menu-lists {
  position: relative;
}
.header-nav__menu-lists__item {
  position: relative;
  white-space: nowrap;
  padding-left: 11px;
}
.header-nav__menu-lists__item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header-nav__menu-lists__item a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all;
}
.header-nav__menu-lists__item::before {
  background: var(--header-primary-color, #fff302);
}
@media screen and (min-width: 768px) {
  .header-nav__menu-lists__item__link:hover {
    color: var(--header-primary-color, #fff302);
  }
}
.header-nav__menu-lists .js-mega-trigger {
  position: relative;
  cursor: pointer;
  border-bottom: 1.5px solid transparent;
}
.header-nav__menu-lists .js-mega-trigger:before {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1d2362 transparent transparent transparent;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s opacity;
}
.header-nav__menu-lists .js-mega-trigger:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1d2362 transparent transparent transparent;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s opacity;
}
@media screen and (min-width: 768px) {
  .header-nav__menu-lists .js-mega-trigger:hover, .header-nav__menu-lists .js-mega-trigger.is-active {
    border-color: var(--header-primary-color, #fff302);
    color: var(--header-primary-color, #fff302);
  }
  .header-nav__menu-lists .js-mega-trigger:hover::before, .header-nav__menu-lists .js-mega-trigger.is-active::before {
    border-color: var(--header-primary-color, #fff302) transparent transparent transparent;
    opacity: 1;
  }
  .header-nav__menu-lists .js-mega-trigger:hover::after, .header-nav__menu-lists .js-mega-trigger.is-active::after {
    border-color: #1d2362 transparent transparent transparent;
    opacity: 1;
  }
}
.header-nav__menu-lists__link {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .header-nav__menu-lists__link:hover {
    border-color: #ffffff;
  }
}
.header-nav__menu-lists__contents {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 260px;
  top: calc(100% + 10px);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
  padding: 18px 0 25px 0;
  background: #1d2362;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transform: translateX(-50%);
  transition: 0.3s all;
}
.header-nav__menu-lists__contents figure {
  width: 185px;
}
.header-nav__menu-lists__contents figure.catch {
  width: 118%;
  margin: 0 0 3px 0;
  margin-left: -9%;
}
.header-nav__menu-lists__contents__list {
  width: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  margin-bottom: 0;
}
.header-drawer {
  position: relative;
  z-index: 101;
  width: 80px;
  height: 100%;
  background: #53c2f1;
  cursor: pointer;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .header-drawer {
    width: 60px;
    border-bottom-right-radius: 0;
  }
}
.is-open .header-drawer {
  border-bottom-right-radius: 0;
}

.header-drawer span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 4px;
  background: #ffffff;
  border-radius: 1em;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .header-drawer span {
    width: 22px;
    height: 3px;
  }
}
.header-drawer span:first-of-type {
  transform: translate(-50%, -50%) translateY(-10px);
}
@media screen and (max-width: 767px) {
  .header-drawer span:first-of-type {
    transform: translate(-50%, -50%) translateY(-7px);
  }
}
.is-open .header-drawer span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-open .header-drawer span:nth-of-type(2) {
  opacity: 0;
}

.header-drawer span:last-of-type {
  transform: translate(-50%, -50%) translateY(10px);
}
@media screen and (max-width: 767px) {
  .header-drawer span:last-of-type {
    transform: translate(-50%, -50%) translateY(7px);
  }
}
.is-open .header-drawer span:last-of-type {
  transform: translate(-50%, -50%) rotate(135deg);
}

.header-content {
  position: fixed;
  top: 0;
  left: -20px;
  width: 100vw;
  height: 100vh;
  background: #1d2362;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .header-content {
    left: 0;
  }
}
.is-open .header-content {
  opacity: 1;
  visibility: visible;
}

.header-content__sp-wrap {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 100px;
  text-align: left;
}
.header-content__sp-wrap__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 0;
}
.header-content__sp-wrap__list__link {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 20px;
  text-decoration: none;
  transition: 0.3s all;
}
.header-content__sp-wrap__list__link::before {
  content: "";
  position: absolute;
  width: 6.25px;
  height: 6.25px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header-content__sp-wrap__list__link:hover {
    opacity: 0.7;
  }
}
.header-content__sp-wrap__list__link-sub {
  text-decoration: none;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 20px;
  margin-left: 10px;
}
.header-content__sp-wrap__list__link-sub::before {
  content: "";
  position: absolute;
  width: 6.25px;
  height: 6.25px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
.header-content__sp-wrap__logo {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header-content__sp-wrap__logo figure {
  width: 100px;
}
.header-pc-wrap {
  width: 100%;
  max-width: 840px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  text-align: left;
}
.header-pc-wrap__menu {
  margin-top: 17px;
}
.header-pc-wrap__menu__link {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 16px;
  text-decoration: none;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .header-pc-wrap__menu__link {
    font-size: 20px;
  }
}
.header-pc-wrap__menu__link::before {
  content: "";
  position: absolute;
  width: 7.52px;
  height: 7.52px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header-pc-wrap__menu__link:hover {
    opacity: 0.7;
  }
}
.header-pc-wrap__menu__link-sub {
  text-decoration: none;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 20px;
  margin-left: 10px;
}
.header-pc-wrap__menu__link-sub::before {
  content: "";
  position: absolute;
  width: 6.25px;
  height: 6.25px;
  left: 0;
  top: 50%;
  border: 1.6px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}
.header-pc-wrap > div > figure {
  width: 207px;
}
.header-pc-wrap > div > ul {
  margin-bottom: 0;
}
.header-pc-wrap > div > ul:nth-child(n+2) {
  margin-top: 20px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.header-pc-wrap > div:first-of-type {
  grid-row: span 2;
}
.header-pc-wrap > div:first-of-type > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 25px;
}
.header-pc-wrap > div:last-of-type {
  grid-column: span 2;
}
.header-pc-wrap > div:last-of-type > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}/*# sourceMappingURL=page-terms.css.map */