.c-kv {
  padding-top: 49px;
}

@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;
  }
}

.c-kv__btn-wrap {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .c-btn-1--kv {
    padding-block: min(12px, 12 / var(--design-width) * 100vw);
    width: min(443px, 443 / var(--design-width) * 100vw);
    gap: min(20px, 20 / var(--design-width) * 100vw);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .c-btn-1--kv {
    padding-block: min(12px, 12 / var(--design-width) * 100vw);
  }
}

.c-btn-1--kv .c-btn-1__txt, .c-btn-1__txt {
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .c-box-btns {
    font-size: calc(18 / var(--design-width) * 100vw);
  }
}

@media screen and (min-width: 1024px) {
  .c-btn-1 {
    gap: min(20px, 20 / var(--design-width) * 100vw);
    padding-block: min(12px, 12 / var(--design-width) * 100vw);
    width: 100%;
    padding-inline: min(40px, 40 / var(--design-width) * 100vw) min(30px, 30 / var(--design-width) * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .c-btn-1 {
    padding-block: min(12px, 12 / var(--design-width) * 100vw);
  }
}

.c-btn-1__arrow {
  margin-left: 0;
}

.c-block-start__container {
  gap: 8.4166666667%;
  padding-inline: min(50px, 50 / var(--design-width) * 100vw) min(28px, 28 / var(--design-width) * 100vw);
}

hr#anchor-about {
  padding: 0;
}

.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;
}

.sp_only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 1023px) {
  .pc_only {
    display: none;
  }
}

.c-block-start__txt-small {
  font-size: 1.5rem;
  font-family: var(--ff-line-bold);
  color: #fff;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .c-block-start__txt-small {
    font-size: 1.125rem;
    text-align: center;
  }
}

.c-block-start2__txt-small {
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .c-block-start2__txt-small {
    font-size: 1rem;
  }
}