.c-kv {
  padding-top: 126px;
}
@media screen and (max-width: 1023px) {
  .c-kv {
    padding-top: 99px;
  }
}

@media screen and (max-width: 1023px) {
  .l-header-nav__link-sp {
    background: #F77911;
  }
}

@media screen and (max-width: 1023px) {
  .c-kv-note {
    display: none;
  }
}

.c-bnr {
  background: #215cff;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-bnr__icon {
    display: none;
  }
}
.c-bnr__txt {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .c-bnr__txt {
    font-size: 0.8125rem;
    text-align: center;
  }
}

.l-header {
  top: 49px;
}
@media screen and (min-width: 1024px) {
  .l-header.bgWhite {
    top: 49px;
  }
}

@media screen and (min-width: 1024px) {
  .c-cta__btn {
    max-width: 304px;
    text-align: center;
  }
}

.c-kv__btn {
  text-align: center;
}
.c-kv__link {
  padding-inline: 0;
  max-width: 314px;
  margin-inline: auto;
}

.c-small-copy {
  font-size: 0.75rem;
  font-family: "LINESeedJPStd Bold", sans-serif;
}
.c-small-copy.white {
  color: #ffffff;
}

.c-block-step__h3title-num {
  font-size: 1.75rem;
}

.c-block-step__h3title h3 {
  font-size: 1.125rem;
}

.c-block-step__txt {
  font-size: 0.875rem;
}

.c-acc__title {
  font-size: 0.9375rem;
}

.c-acc__detail {
  font-size: 0.875rem;
}

.c-block-step__txt-wrap .whiteBtn {
  margin-block: 37px;
  text-align: center;
}

.c-block-step__txt-wrap .whiteBtn a {
  min-height: 46px;
  padding: 3px 58px 3px 28px;
  display: inline-flex;
  position: relative;
  font-size: 14px;
  font-family: "LINESeedJPStd Bold";
  line-height: 1.5;
  text-align: left;
  border-radius: 40px;
  background-image: linear-gradient(135deg, #000048 50%, #fff 50%);
  background-position: 100%;
  background-size: 300%;
  border: 2px solid #000048;
  text-decoration: none;
  transition: background 600ms ease-in-out;
  min-width: 187px;
  justify-content: center;
  align-items: center;
}

.whiteBtn a span {
  color: #000048;
  transition: 0.6s;
}

.c-block-step__txt-wrap .whiteBtn__arrow01:after {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 13px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(/static/jp/common/img/ico_rightArrow01.svg) 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: 0.5s;
}

.whiteBtn a:hover {
  background-position: 0;
  text-decoration: none;
  transition: background 600ms;
}

.whiteBtn a:hover span {
  color: #fff;
  transition: 0.6s;
}

.whiteBtn a:hover .whiteBtn__arrow01:after {
  background: url("/static/jp/common/img/ico_rightArrow02.svg") 0 0 no-repeat;
  transition: 0.5s;
}

.c-cta__link {
  width: 304px;
  margin-top: 9px;
}

.c-cta__txtBlock--inner {
  padding: 135px 6.94% 136px 13.89%;
}