/* ********************************************************
トップ埋め込みフォーム
*/
/* フォームタイトル */
.reg-topForm .reg-registerForm-title {
  background: var(--main-color);
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .reg-topForm .reg-registerForm-title {
    font-size: 23px;
    padding: 20px 16px;
  }
}
/* たった1分 */
.reg-topForm .reg-registerForm-title-circle {
  position: absolute;
  left: 13px;
  bottom: 8px;
  height: 80px;
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 80px;
  background: var(--accent-color);
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 0.4em;
}
@media (max-width: 767px) {
  .reg-topForm .reg-registerForm-title-circle {
    bottom: 80%;
    left: 8px;
  }
}
.reg-topForm .reg-registerForm-title-circle span:not([class]) {
  font-size: 22px;
}
.reg-topForm .reg-registerForm-title-big {
  font-size: 38px;
  letter-spacing: 0;
}
/* 見出し矢印 */
.reg-topForm .reg-arrows {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .reg-topForm .reg-arrows {
    position: absolute;
    left: calc(74px + 8px + 1em);
    right: 0;
    top: -0.5em;
    width: calc(100% - (108px + 8px + 1em));
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: flex;
    justify-content: space-around;
  }
}
.reg-topForm .reg-arrows img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .reg-topForm .reg-arrows img {
    width: 48px;
    height: 48px;
  }
}
.reg-topForm .reg-arrows.reg-left {
  visibility: hidden;
}
/* 2025.4.30修正 以下92-95行目を削除 */
/* .reg-topForm.register.reg-registerForm-wrap {
  max-width: 553px;
  width: 100%;
} */
.reg-topForm .reg-registerForm-slide-item {
  padding: 47px 32px calc(24px + var(--nextButton-height));
  padding: 60px 32px calc(24px + var(--nextButton-height));
  position: relative;
}
@media (max-width: 767px) {
  .reg-topForm .reg-registerForm-slide-item {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 991px) {
  .registerAndInfo .register {
      width: 100%;
  }
}