.l-header {
  top: 59px;
}
@media screen and (max-width: 1023px) {
  .l-header {
    top: 49px;
  }
}

.l-contents {
  padding-top: 49px;
}

.c-bnr {
  background: #CFDAFF;
  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: #000048;
}
@media screen and (max-width: 1023px) {
  .c-bnr__txt {
    font-size: 0.8125rem;
    text-align: center;
  }
}

.c-kv__link {
  max-width: 402px;
  gap: min(24px, 24 / var(--design-width) * 100vw);
}
@media screen and (max-width: 1023px) {
  .c-kv__link {
    font-size: min(16px, 16 / var(--design-width) * 100vw);
    line-height: 1.5;
  }
}

.c-start__link {
  gap: min(23px, 23 / var(--design-width) * 100vw);
  padding: 10px 26px 10px 29px;
  font-size: calc(16 * var(--px));
}
@media screen and (max-width: 1023px) {
  .c-start__link {
    font-size: calc(14 * var(--px));
    padding: 10px 20px 10px 23px;
    gap: min(16px, 16 / var(--design-width) * 100vw);
  }
}
.c-start__link {
  line-height: 1.5;
}

.c-start__inner {
  padding-left: 84px;
  gap: clamp(4px, 4vw, 22px);
}
@media screen and (max-width: 1023px) {
  .c-start__inner {
    padding: 40px 16px;
  }
}

.c-start__copy {
  max-width: 740px;
}

@media screen and (min-width: 1024px) {
  .c-start__sub {
    width: min(324px, 324 / var(--design-width) * 100vw);
    margin-left: min(52px, 52 / var(--design-width) * 100vw);
  }
}

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

.c-footer__link {
  border-radius: 46px;
  padding: 11px 35px 11px 36px;
  gap: min(25px, 25 / var(--design-width) * 100vw);
}
@media screen and (max-width: 1023px) {
  .c-footer__link {
    padding: 11px 25px 11px 26px;
    gap: min(16px, 16 / var(--design-width) * 100vw);
  }
}

.c-footer__link span {
  line-height: 1.5;
  text-align: left;
}

.c-block-start__txt-small {
  font-size: 1.0625rem;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .c-block-start__txt-small {
    font-size: 1rem;
    text-align: center;
  }
}

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