[data-anime].is-show {
  opacity: 1;
  filter: none;
  transform: none;
}

[data-anime=c-anime-box].is-show [data-anime] {
  opacity: 1;
  filter: none;
  transform: none;
}

[data-anime=c-fade] {
  opacity: 0;
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-fade-in] {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-blur] {
  filter: blur(2px);
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),filter 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-blur-in] {
  filter: blur(2px);
  opacity: 0;
  transform: translateY(5px) scale(1.01);
  transition: opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),filter 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-scale] {
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#onetrust-consent-sdk {
  display: none;
}

.content {
  padding: 0;
  max-width: none;
  color: #000;
  font-family: "Noto Sans JP","Original Yu Gothic","Yu Gothic",YuGothic,"Hiragino Sans",sans-serif;
  -webkit-font-smoothing: auto;
}

.str-renew {
  position: relative;
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

.localnavi {
  position: relative;
  z-index: 1;
}

.localnavi>p {
  width: 250px;
}

.localnavi>p a img {
  width: 179px;
}

.localnavi-box {
  width: calc(100% - 250px);
}

#onetrust-banner-sdk {
  display: none;
}

.gradation-bg {
  background-color: #011428;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.gradation-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.info-gradation-bg {
  background-color: #011428;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.info-gradation-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.page-system {
  padding-top: var(--nav-height, 0);
  position: relative;
  z-index: 0;
}

.page-system .section-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
}

.page-system .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.page-system .section-title-en {
  color: #194399;
  font-size: 2rem;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.page-system .section-title-en else {
  font-weight: 500;
}

.page-system .section-title-ja {
  color: #000;
  font-size: 4.2rem;
  letter-spacing: .02em;
  line-height: 1.2380952381;
  font-feature-settings: "palt";
  font-weight: 600;
}

.page-system .section-title-ja b {
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-system .section-title-ja b else {
  font-weight: 500;
}

.page-system .section-title-ja b {
  font-size: 5rem;
  letter-spacing: .02em;
  padding-inline: .2em;
  font-feature-settings: "palt";
  vertical-align: unset;
  position: relative;
  top: 1px;
}

.page-system .float-bg {
  width: 100%;
  height: 796px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.page-system .float-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.page-system .float-bg .float-bg-overlay {
  display: block;
  width: 100vw;
  height: 100vw;
  background-color: #011428;
  position: fixed;
  inset: 0;
  opacity: 0;
}

.page-system .--skeleton-box {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid hsla(0,0%,100%,.2);
}

.page-system .--skeleton-box::before,
.page-system .--skeleton-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-system .--skeleton-box::before {
  content: "";
  background-color: #fff;
  opacity: .05;
  z-index: -2;
}

.page-system .--skeleton-box::after {
  content: "";
  background: linear-gradient(0deg, #6391c1, #132537);
  opacity: .25;
  z-index: -1;
}

.page-system .--gradation-border {
  position: relative;
  isolation: isolate;
  z-index: 0;
}

.page-system .--gradation-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, #194399 0%, #215ace 25%, #6391c1 50%, #87b5ea 75%, #6391c1 90%, #215ace 100%);
  background-size: 200% 200%;
  animation: gradationBorder 3s ease-in-out infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(2px);
  z-index: 1;
}

@keyframes gradationBorder {
  0% {
    background-position: 0% 0%;
  }

  25% {
    background-position: 50% 50%;
  }

  50% {
    background-position: 100% 100%;
  }

  75% {
    background-position: 50% 50%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.page-system .hero {
  height: 460px;
  margin: 0 auto;
  position: relative;
}

.page-system .hero::before {
  content: "";
  width: 100%;
  height: 540px;
  background-image: url("../img/hero_bg.png");
  background-repeat: no-repeat;
  background-size: 1700px 540px;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  pointer-events: none;
}

.page-system .hero .hero-inner {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  max-width: 1070px;
  width: 77.7777777778%;
  padding-inline: 0;
  height: 100%;
  position: relative;
  padding-block: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-system .hero .hero-title {
  color: #fff;
  font-size: 4.4rem;
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
  font-weight: 600;
  grid-area: title;
}

.page-system .hero .hero-title b {
  font-size: 5.2rem;
  line-height: 1.1538461538;
  letter-spacing: 0.02em;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-system .hero .hero-title b else {
  font-weight: 500;
}

.page-system .hero .hero-title b {
  position: relative;
  top: 1px;
  padding-inline: 0 .1em;
}

.page-system .hero .hero-title span {
  font-weight: 600;
  background: linear-gradient(0deg, transparent 0px, transparent 4px, rgba(135, 181, 234, 0.6) 4px, rgba(135, 181, 234, 0.6) 13px, transparent 9px, transparent 100%);
}

.page-system .hero .hero-text {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 30px;
  grid-area: text;
  font-feature-settings: "palt";
}

.page-system .system {
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.page-system .system::before {
  content: "";
  width: 700px;
  height: 700px;
  background: linear-gradient(-30deg, #194399, #6391c1);
  border-radius: 50%;
  position: absolute;
  opacity: .4;
  filter: blur(200px);
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.page-system .system .section-inner {
  padding-block: 100px 140px;
  position: relative;
}

.page-system .system .system-lead {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.page-system .system .system-lead a {
  color: #87b5ea;
  text-decoration: underline;
}

.page-system .system .system-lead a:hover {
  text-decoration: none;
}

.page-system .system .system-button-block {
  gap: 16px;
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.page-system .system .system-button-box {
  border-radius: 20px;
  background-color: #f2f2f2;
  min-height: 230px;
  padding: 38px 20px 48px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-items: center;
  gap: 26px;
}

.page-system .system .system-title {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-family: "Poppins",sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-system .system .system-title else {
  font-weight: 500;
}

.page-system .system .system-title {
  text-align: center;
}

.page-system .system .system-button.--black a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  width: 298px;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  border-radius: calc(infinity*1px);
  margin: auto;
  position: relative;
  z-index: 1;
}

.page-system .system .system-button.--black a::after {
  content: "";
  width: 6px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMCwgMCwgMCkiCiBkPSJNLTAuMDA0LC0wLjAwOCBMNS45OTUsNC41MDAgTC0wLjAwNCw5LjAxMSAiLz4KPC9zdmc+");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-system .system .system-button.--black a.--arrow-white::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmIgogZD0iTS0wLjAwNCwtMC4wMDggTDUuOTk1LDQuNTAwIEwtMC4wMDQsOS4wMTEgIi8+Cjwvc3ZnPg==");
}

.page-system .system .system-button.--black a.--plus::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-image: none;
  background-color: #fff;
  position: absolute;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-system .system .system-button.--black a.--plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

.page-system .system .system-button.--black a[target=_blank]::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjE1LjVweCIgaGVpZ2h0PSIxMi41cHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBzdHJva2U9InJnYigyNTUsIDI1NSwgMjU1KSIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBmaWxsPSJub25lIgogZD0iTTMuNTAwLDAuNTAwIEwxNC41MDAsMC41MDAgTDE0LjUwMCw4LjUwMCBMMy41MDAsOC41MDAgTDMuNTAwLDAuNTAwIFoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgc3Ryb2tlPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0cm9rZS13aWR0aD0iMXB4IiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgZmlsbD0ibm9uZSIKIGQ9Ik0xMS41MDAsMTEuNTAwIEwwLjUwMCwxMS41MDAgTDAuNTAwLDMuNTAwICIvPgo8L3N2Zz4=");
  width: 14px;
  height: 11px;
  border: none;
}

.page-system .system .system-note {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 26px;
}

@media only screen and (max-width: 1420px) {
  .local-menu li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .localnavi-box .local-menu li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1050px) {
  .localnavi-box .local-menu li a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .content {
    padding: 0;
  }

  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }

  .localnavi {
    display: none;
  }

  .page-system .section-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
  }

  .page-system .section-title {
    gap: 0;
  }

  .page-system .section-title-en {
    font-size: 1.2rem;
    line-height: 2.1666666667;
  }

  .page-system .section-title-ja {
    font-size: 2.2rem;
    line-height: 1.33;
  }

  .page-system .section-title-ja b {
    font-size: 2.6rem;
  }

  .page-system .hero {
    height: 280px;
  }

  .page-system .hero::before {
    background-image: url("../img/hero_bg_sp.png");
    background-size: cover;
    background-position: bottom;
  }

  .page-system .hero .hero-inner {
    width: 90.625%;
    margin: auto;
    padding: 0;
  }

  .page-system .hero .hero-title {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
  }

  .page-system .hero .hero-title b {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .page-system .hero .hero-text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0.05em;
    margin-top: 13px;
  }

  .page-system .system {
    border-radius: 10px 10px 0 0;
  }

  .page-system .system::before {
    width: 335px;
    height: 335px;
  }

  .page-system .system .section-inner {
    padding-block: 35px 55px;
  }

  .page-system .system .system-lead {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }

  .page-system .system .system-button-block {
    margin-top: 30px;
    gap: 15px;
    grid-template-columns: 100%;
  }

  .page-system .system .system-button-box {
    min-height: 145px;
    padding: 28px 25px 32px;
    gap: 17px;
    border-radius: 10px;
  }

  .page-system .system .system-title {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    padding-inline: 50px;
  }

  .page-system .system .system-button.--black a {
    width: 240px;
    height: 44px;
    font-size: 14px;
    padding: 0 20px;
  }

  .page-system .system .system-button.--black a::after {
    width: 4px;
    height: 7px;
    right: 16px;
  }

  .page-system .system .system-button.--black a.--plus::before {
    right: 20px;
  }

  .page-system .system .system-button.--black a.--plus::after {
    right: 14px;
  }

  .page-system .system .system-button.--black a {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    text-align: center;
    width: 240px;
    height: 44px;
  }

  .page-system .system .system-button.--black a[target=_blank]::after {
    width: 11px;
    height: 10px;
  }

  .page-system .system .system-note {
    font-size: 1rem;
    line-height: 1.1;
    margin-top: 12px;
  }
}

@media (hover: hover) {
  .page-system .system .system-button.--black a {
    transition: opacity .2s;
  }

  .page-system .system .system-button.--black a:hover {
    opacity: .7;
  }
}