/* *******************
  FV
********************* */
#contents .introduction .fv-img {
  background-image: url(/images/payment/fv.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

#contents .introduction .fv-title-cap {
  color: var(--ColorFamily-Gray-900, var(--ColorFamily-Gray-900, #1F2023));
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

#contents .introduction .fv-inner {
  background-image: none !important;
  background-size: initial !important;
  background-position: initial !important;
  background-repeat: initial !important;
}

#contents .introduction .fv-text-inner {
  padding: 16px;
}

#contents .introduction .fv-title {
  color: var(--ColorFamily-Gray-900, var(--ColorFamily-Gray-900, #1F2023));
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

#contents .introduction .fv-desc {
  color: var(--ColorFamily-Gray-600, var(--ColorFamily-Gray-600, #727478));
  font-family: "Noto Sans JP";
  font-weight: 400;
}

#contents .introduction .fv-img img {
  max-width: 241px;
  margin: 0 auto;
}

.introduction .fv-cv {
  margin-top: 24px;
}

@media (min-width: 960px) {
  #contents .introduction .fv-img {
    background-image: none;
    max-width: 480px;
    width: 100%;
  }

  #contents .introduction .fv-img img {
    max-width: initial;
  }

  #contents section.fv {
    background-image: url(/images/payment/fv.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 496px;
    padding: 40px 0;
  }

  #contents .introduction .fv-inner {
    background-image: none !important;
    background-size: initial !important;
    background-position: initial !important;
    background-repeat: initial !important;
  }

  #contents .introduction .fv-title-cap {
    font-size: 32px;
  }

  #contents .introduction .fv-title {
    font-size: 48px;
    line-height: 64px;
  }
}

/* *******************
  Feature
********************* */
.introduction .feature-child-img {
  width: 100%;
  padding: 0 56px;
}

/* *******************
  About
********************* */
.introduction .about {
  padding: 0 16px;
}

.introduction .about-inner {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 56px 0px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.introduction .about-overview {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 24px 0px;
  border: 1px solid var(--ColorFamily-Gray-400, #BABCC0);
  background: #FFF;
}

.introduction .about-overview-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.introduction .about-overview-inner p {
  max-width: 440px;
}

.introduction .about-cv {
  margin-top: 16px;
}

@media (min-width: 960px) {
  .introduction .about-overview {
    display: flex;
    width: 960px;
    padding: 32px 16px;
    gap: 24px;
    margin: 0 auto;
  }

  .introduction .about-overview-inner {
    flex-direction: row;
  }

  .introduction .about-overview-inner img {
    width: 296px;
    height: auto;
  }
}

.introduction .about-child,
.introduction .about-child_reverse {
  max-width: 1168px;
  padding: 0px 16px;
  gap: 16px;
}

.introduction .about-child-img {
  width: 100%;
  max-width: 576px;
}

/* *******************
  apply
********************* */
#contents .target-position {
  padding-top: 200px;
  margin-top: -200px;
}

#contents .apply {
  margin-top: 26px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  background: var(--color-family-blue-600-primary, #0695F0);
  margin: 0 auto;
}

#contents .apply-inner {
  width: 100%;
  max-width: 480px;
  display: flex;
  padding: 24px 0px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  background: #FFF;
  margin: 0 auto;
}

#contents .apply-title {
  color: var(--ColorFamily-Gray-900, var(--ColorFamily-Gray-900, #1F2023));
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

#contents .input-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  width: 100%;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

#contents .apply-form {
  display: flex;
  padding: 0px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#contents .apply-form-title {
  color: var(--ColorFamily-Gray-900, var(--ColorFamily-Gray-900, #1F2023));
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (min-width: 960px) {
  #contents .target-position {
    padding-top: 100px;
    margin-top: -100px;
  }

  #contents .apply-form-title {
    margin-bottom: 8px;
  }
}

#contents .apply-form-desc {
  color: var(--ColorFamily-Gray-900, var(--ColorFamily-Gray-900, #1F2023));
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

#contents .apply-form input {
  display: flex;
  padding: 8px 12px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--ColorFamily-Gray-300, #DDDFE3);
  background: var(--ColorFamily-Gray-0, #FFF);
}

#contents .apply-form input::placeholder {
  flex: 1 0 0;
  color: var(--ColorFamily-Gray-400, var(--ColorFamily-Gray-400, #BABCC0));
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

#contents .apply-submit {
  width: 100%;
}

#contents .apply-submit button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 100px;
  background: var(--color-family-blue-600-primary, #0695F0);
  border: 1px solid #0695F0;
  width: 100%;
  max-width: 368px;
  color: #FFF;
  margin: 0 auto;
}

.introduction .flow {
  padding: 56px 0 80px;
}

/*----------------------------
 other
------------------------------*/
.introduction .other {
  display: flex;
  padding: 80px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.introduction .other-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 596px;
}

.introduction .other-cp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.introduction .other-cp-text {
  font-family: "Noto Sans CJK JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

.introduction .other-cp-text-cl {
  background: linear-gradient(180deg, #1ABCFE 0%, #A259FF 27.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.introduction .other-cp img.other-logo {
  width: 138px;
}

.introduction .other-cp img {
  width: 276px;
  height: auto;
}

.introduction .other-cv button {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  line-height: calc(56px - 2px);
  height: 56px;
  width: 280px;
  border-radius: 100px;
  border: 1px solid #0695F0;
  background-color: #0695F0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction .other-cv button:hover {
  border: 1px solid #045D97;
  background-color: #045D97;
}

.introduction .other-new {
  display: flex;
  width: 343px;
  height: 36px;
  padding: 8px 16px 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.introduction .other-new a,
.introduction .other-new a:active,
.introduction .other-new a:visited {
  color: var(--color-family-blue-600-primary, var(--color-family-blue-600-primary, #0695F0));
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

@media (min-width: 960px) {
  .introduction .other-cp {
    flex-direction: row;
    gap: 24px;
  }
}

/* -----------------
done
-------------------*/
#contents .done {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 16px;
  gap: 16px;
  width: 400px;
  height: 84px;
  background: #FFFFFF;
  flex: none;
  order: 1;
  flex-grow: 0;
}

#contents .done-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 368px;
  height: 60px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

#contents .done-message p {
  width: 368px;
  height: 60px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #1F2023;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

/* -----------------
alert
-------------------*/
#contents .error {
  border: 1px solid #FA2953 !important;
}

#contents .aplly-alert {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

#contents .aplly-alert svg {
  width: 14px;
  height: 14px;
}

#contents .aplly-alert p {
  color: var(--color-family-red-500-error-distractive, var(--color-family-red-500-error, #FA2953));
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Noto Sans CJK JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

/* -----------------
button
-------------------*/
#contents .btn-cv {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 16px;
  gap: 8px;
  width: 343px;
  height: 56px;
  background: #0695F0;
  box-shadow: 0px 0px 24px rgba(31, 32, 35, 0.1);
  border-radius: 100px;
  flex: none;
  order: 1;
  flex-grow: 0;
}