.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 {
  align-items: center;
  background: #215cff;
  display: flex;
  gap: 12px;
  height: 49px;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-bnr__icon {
    display: none;
  }
}
.c-bnr__txt {
  color: #fff;
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 1.125rem;
}
@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 {
  margin-inline: auto;
  max-width: 314px;
  padding-inline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-step__acc--detail,

.c-acc__detail {
  display: grid !important;
  grid-template-rows: 0fr;
  overflow: hidden;
  padding-block: 0;
  transition: grid-template-rows 0.3s ease;
}

.c-faq__item--a > *,

.c-step__acc--detail > *,

.c-acc__detail > * {
  min-height: 0;
  overflow: hidden;

}
.c-faq__item--a{
  border-bottom: unset;
}
.c-faq__item--q.open + .c-faq__item--a{
  border-bottom: 1.5px solid var(--color-black);
}
.c-faq__item--q.open + .c-faq__item--a,

.c-step__acc--title.open + .c-step__acc--detail

{
  grid-template-rows: 1fr;
  padding: 24px 68px 24px 118px;

}
@media screen and (max-width: 1023px) {
  .c-faq__item--q.open + .c-faq__item--a,

.c-step__acc--title.open + .c-step__acc--detail
{
  padding: 16px 18px 16px 70px;
  }
}
.c-acc__title.open + .c-acc__detail{
  grid-template-rows: 1fr;
}