html,
body,
figure {
  margin: 0;
  padding: 0;
}
/* ================================
  fv
================================ */
.fv {
  background-image: url(../images/pc-fv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 54.2vw;
  position: relative;
}
.fv__content {
  font-family: "Noto Sans JP";
}
.fv-logo {
  width: 11.46vw;
  position: absolute;
  top: 3.7%;
  left: 2.4%;
}
.license-number {
  position: absolute;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 8px;
  top: 5.5%;
  right: 3%;
}
.fv__eyebrow {
  position: absolute;
  top: 16%;
  left: 17%;
  font-family: "Noto Sans JP";
  font-size: 2.13vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.1px;
  padding-bottom: 0.53vw;
  /* border-bottom: 1px solid #303030; */
  display: inline-block;
}
.fv__eyebrow::after {
  content: "";
  position: absolute;
  left: 1.5px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #303030;
}
.fv__eyebrow-sp {
  display: none;
}

.fv__title {
  display: flex;
  flex-direction: column;
  gap: 1.46vw;
  position: absolute;
  top: 25%;
  left: 17%;
}
.c-heading__line {
  font-size: 5.13vw;
  line-height: 1;
  letter-spacing: 0.7px;
}

.c-heading__line-emphasis {
  padding: 0 0.6vw 1vw;
  background-color: #ffffff;
}
.c-heading__line-top,
.c-heading__line-mid,
.c-heading__line-bottom {
  display: block;
  width: fit-content;
}
.c-heading__line-sp {
  display: none;
}
.ff-Manrope {
  font-family: "Manrope";
  font-size: 5.73vw;
}
.fv__title-from {
  font-size: 4.8vw;
}
.fv__title-small {
  font-size: 4.53vw;
}
.benefit-list {
  position: absolute;
  top: 65.5%;
  left: 18%;
  display: flex;
  font-size: 1.2vw;
  text-align: center;
  gap: 18px;
  font-weight: 500;
}
.fv-label-journaling {
  position: absolute;
  top: -4%;
  left: 71%;
}
.fv-label-journaling__img {
  width: 100%;
}
.c-feature {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 11.708vw;
  aspect-ratio: 1 / 1;
  z-index: 0;
}
.c-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #f3f0e8;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
  z-index: -1;
}
.c-feature__desc-strong {
  font-weight: 700;
}
.c-feature__desc-marker {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding: 0;
  z-index: 0;
}
.c-feature__desc-marker::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 0.9vw;
  background: #e5dacc;
  z-index: -1;
}
.fv__note {
  position: absolute;
  font-size: 2vw;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.27px;
  bottom: 3px;
  left: 23.5%;
}
.fv__note-small {
  font-size: 1.6vw;
  line-height: 0.24px;
  font-weight: 400;
}
.sp-br {
  display: none;
}
/* ================================
  20秒でカンタン登録
================================ */
.section--signup {
  position: relative;
  padding-top: 20px;
}
.signup__bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/section--signup-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 0;
}
.u-flex {
  position: relative;
  padding-block: 20px clamp(94px, 12.86vw, 193px);
}
.signup-badge {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.6px;
  background-color: #ebd964;
  padding: 6px 10px 8px;
  display: inline-block;
  border-radius: 10px;

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.signup-title {
  font-family: "Noto Sans JP";
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  background-color: #d9a0a0;
  padding: 19px 37px 17px 38px;
  display: inline-block;
  border-radius: 999px;

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 36px;
  z-index: 1;
}
.signup-title span {
  font-family: "Manrope";
  font-size: 50px;
}
.signup-form {
  background-color: #ffffff;
  width: 64.1%;
  margin: 49px auto 0;
  border-radius: 40px;
  height: 699px;
}
.signup-form__img {
  width: 186px;
  position: absolute;
  bottom: 0;
  left: -3.5%;
}
.signupCard__img {
  width: 179px;
  position: absolute;
  bottom: 9%;
  right: -7%;
  box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
  transform: rotate(5deg);
  border-radius: 7px;
}
.signupCard {
  text-align: center;
  padding: 35px 145px 30px 144px;
  border: 10px solid #f3efe6;
  border-radius: 20px;
  width: 30vw;
  margin: 0 auto;

  position: absolute;
  top: 167px;
  left: 50%;
  transform: translateX(-50%);
}
.signupCard__lead {
  font-family: "Noto Sans JP";
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
}
.signupCard__lead::before,
.signupCard__lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 26px;
  background: #2f2f2f;
  transform: translateY(-50%) rotate(-22deg);
  border-radius: 2px;
}

.signupCard__lead::before {
  left: -11px;
}

.signupCard__lead::after {
  right: -11px;
  transform: translateY(-50%) rotate(22deg);
}
.signupCard__headline {
  font-family: "Noto Sans JP";
  margin-top: 10px;
  color: #303030;
  font-size: 1.26vw;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 500;
}
.signupCard__em,
.signupCard__brand {
  background: linear-gradient(90deg, #d6aeba 0%, #baa1cd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  font-size: 1.73vw;
}
.signupCard__brand {
  font-family: "Manrope";
}
/* フォーム */
.formrun {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateX(-50%);
  width: 64%;
  text-align: center;
}
.fr-step-question {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fr-step__titile {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: clamp(20px, 1.73vw, 27px);
  line-height: 27px;
  letter-spacing: 0;
}
.fr-step__titile-alphanumeric {
  font-family: "Manrope";
  font-size: clamp(22px, 1.93vw, 29px);
  line-height: 1;
  letter-spacing: 0;
}

.career-choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px 28px;
  margin: 20px auto 0;
  width: 79%;
}

.career-choice {
  cursor: pointer;
  display: block;
}
.career-choice > input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.career-choice__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2vw 1.53vw 1.33vw;
  border: 1px solid #d6d3d5;
  border-radius: 8px;
  background: #fff;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #303030;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.career-choice > input:checked + .career-choice__btn {
  background: #f0e5e5;
}
.fr-step-question input {
  font-family: "Noto Sans JP";
  width: 300px;
  margin: 0 auto;
  height: 45px;
  font-size: 18px;
  border: 1px solid #d6d3d5;
  border-radius: 6px;
  padding: 2px 4px;
}

.field.is-error input,
.field.is-error select,
.field.is-error textarea {
  border: 2px solid #e26b6b !important;
  outline: none;
}

input.is-error:focus,
select.is-error:focus,
textarea.is-error:focus {
  box-shadow: 0 0 0 3px rgba(230, 0, 35, 0.2);
}

.input-items {
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 1.2vw, 18px);
}
.input-items span {
  color: #e26b6b;
  font-size: clamp(10px, 0.93vw, 14px);
}

.address-tel {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 38px;
}
.field-company {
  width: 300px;
  margin: 0 auto;
}
.fr-step__error {
  font-family: "Noto Sans JP";
  font-size: clamp(11px, 1vw, 15px);
  color: #e26b6b;
  width: 300px;
  text-align: left;
}
.fr-step__error-job {
  width: 79%;
  margin: 0 auto;
  text-align: center;
}

.address-tel {
  display: grid;
  grid-template-columns: 180px 27vw;
  grid-template-rows: 46px auto;
  column-gap: 32px;
  row-gap: 8px;
}

.address-tel > .input-items {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  text-align: left;
}

.address-tel > .field {
  grid-column: 2;
  grid-row: 1 / 3;
}

.address-tel > .field > input {
  display: block;
  width: 100%;
}

.address-tel > .field > .fr-step__error {
  margin-top: 8px;
}

.next {
  margin-top: 28px !important;
}
.next-return {
  margin-top: 28px !important;
  width: 73%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.next button {
  width: 35%;
  height: clamp(51px, 4.53vw, 100px);
  padding: 0 64px;
  border: 0;
  border-radius: 8px;
  background: #727272;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  position: relative;
}
.next-return button {
  width: 100%;
  height: clamp(51px, 4.53vw, 100px);
  padding: 0 64px;
  border: 0;
  border-radius: 8px;
  background: #727272;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  cursor: pointer;

  display: block;
  position: relative;
}
.next-arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.return-arrow {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
/* ================================
  sisterplusとは？
================================ */
.about {
  margin-top: 103px;
}

.about__container {
  width: 77.2%;
  margin: 0 auto;
}
.about__grid {
  display: flex;
  gap: 6.13vw;
}
.about__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__eyebrow {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;

  background: linear-gradient(90deg, #d6aeba 0%, #baa1cd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.about__title {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 2vw;
  line-height: 1;
  letter-spacing: 0;

  display: flex;
  align-items: center;
  gap: 14px;
}
.about__title img {
  width: 17.8vw;
}
.about__lead {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: clamp(11px, 1.06vw, 16px);
  line-height: 1.8;
  letter-spacing: -0.2px;
}
.aboutCard {
  position: relative;
}
.aboutCard__img {
  margin-top: -5.33vw;
  width: 42.1vw;
}
.aboutCard__img-sp {
  display: none;
}
.aboutCard__tag {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ffffff;
  padding: 0.6vw 0.66vw 0.66vw;
  display: inline-block;
  border-radius: 6px;
  text-align: center;

  position: absolute;
}
.aboutCard__tag {
  box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.2);
}
.aboutCard__tag-red {
  background-color: rgba(215, 176, 190, 0.8);
  left: -4%;
  bottom: 7%;
}
.aboutCard__tag-purple {
  background-color: rgba(190, 169, 203, 0.8);
  right: 50%;
  bottom: 53%;
}
.aboutCard__tag-blue {
  background-color: rgba(158, 178, 215, 0.7);
  right: 16%;
  bottom: 17%;
  padding: 9px 12px 8px;
}
.letterPromo__container {
  border: 20px solid #f3efe6;
  border-radius: 30px;
  margin: 100px auto;
  width: 75%;
}
.letterPromo__panel {
  padding: 3.2vw 5vw;
}
.letterPromo__content {
  display: flex;
  gap: 4.34vw;
  align-items: center;
}
.letterPromo__text {
  margin: 28.46px 0;
}
.letterPromo__img {
  width: 24.3vw;
  box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.letterPromo__title {
  font-family: "Noto Sans JP";
  font-size: 1.73vw;
  line-height: 1.7;
  letter-spacing: 0.7px;
}
.marker-purple {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding: 0;
  z-index: 0;
}

/* マーカー本体 */
.marker-purple::after {
  content: "";
  position: absolute;
  left: -5px;
  right: 5px;
  bottom: 0px;
  height: 0.45em;

  background: linear-gradient(
    90deg,
    rgba(208, 152, 168, 0.45),
    rgba(181, 148, 206, 0.45)
  );

  z-index: -1;
}
.letterPromo__brand {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.6px;

  background: linear-gradient(90deg, #d6aeba 0%, #baa1cd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.letterPromo__desc {
  margin-top: 22px;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.8;
  letter-spacing: -1.2px;
}

/* ================================
  非公開求人
================================ */
.jobsPanel {
  position: relative;
}
.jobsPanel-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/jobspanel-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 0;
}
.jobsPanel__container {
  position: relative;
  z-index: 1;
  padding-block: 6.66vw 15.86vw;
  height: auto;
  width: 100%;
  display: block;
}
.jobsPanel__panel {
  width: 77.3%;
  margin: 0 11.33vw;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
}
.jobsPanel__header {
  width: 66.8%;
  margin: 0 auto;
  padding: 40px 0 28px;
}
.jobsPanel__header-line {
  width: 100%;
}
.jobsPanel__header-line-sp {
  display: none;
}
.jobsPanel__quoteLead {
  padding: 22px 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: clamp(12px, 1.33vw, 20px);
  line-height: 1.7;
  letter-spacing: 0;
  color: #303030;
}
.jobsPanel__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 94.8%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.jobsCard {
  padding: 2vw 2vw 2.19vw;
  border-radius: 15px;
}
.jobsCard-red {
  background-color: #f9f2f2;
}
.jobsCard-purple {
  background-color: #f6f2f8;
}
.jobsCard-blue {
  background-color: #f2f4f9;
}
.jobsCard__head {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-bottom: 18px;
}
.jobsCard__title {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: clamp(10px, 1.13vw, 17px);
  line-height: 1.5;
  letter-spacing: 0;
  color: #303030;
}
.jobsCard__icon-apparel {
  padding: 1.26vw 1.15vw 1.24vw 1.13vw;
  width: 1.7vw;
}

.jobsCard__icon-wellness {
  padding: 1.33vw 1.06vw 1.29vw 1.13vw;
  width: 1.79vw;
}
.jobsCard__icon-d2c {
  padding: 1.08vw 1.06vw 1.02vw 1.09vw;
  width: 1.83vw;
}
.jobsCard__iconWrap {
  position: relative;
  display: inline-flex;
  border-radius: 999px;
}
.apparel__iconWrap {
  background-color: #d7b0be;
}
.wellness__iconWrap {
  background-color: #bea9cb;
}
.d2c__iconWrap {
  background-color: #9eb2d7;
}

.jobsCard__salary {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 1.13vw 0;
  text-align: center;
  box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.1);
}
.jobsCard__salary-red {
  gap: 6px;
}

.jobsCard__salaryLabel {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: clamp(9px, 1vw, 15px);
  line-height: 1.5;
  letter-spacing: 0;
  color: #303030;
}
.jobsCard__salaryLabel,
.jobsCard__salaryUnit {
  margin-bottom: 5px;
}
.jobsCard__salaryValue {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 2.13vw;
  line-height: 1;
  letter-spacing: 0;
}
.jobsCard__salaryUnit {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: clamp(9px, 1vw, 15px);
  line-height: 1.5;
  letter-spacing: 0;
}
.jobsCard__salaryValue-red,
.jobsCard__salaryUnit-red {
  color: #d7b0be;
}
.jobsCard__salaryValue-red {
  margin-inline: 0.4vw 0.2vw;
}
.jobsCard__salaryValue-purple,
.jobsCard__salaryUnit-purple {
  color: #bea9cb;
}
.jobsCard__salaryValue-purple {
  margin-inline: 1.93vw 0.33vw;
}
.jobsCard__salaryValue-blue,
.jobsCard__salaryUnit-blue {
  color: #9eb2d7;
}
.jobsCard__salaryValue-blue {
  margin-inline: 1.66vw 0.46vw;
}

.jobsCard__perks {
  display: flex;
  gap: 1.2vw;
  margin-top: 18px;
  flex-wrap: wrap;
}
.jobsCard__perkText {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.5;
  letter-spacing: 0;
}
.jobsCard__perk {
  display: flex;
  align-items: center;
  gap: 6px;
}

.section--signup-bottom {
  background-color: #f9f2f2;
}
.copyright {
  display: block;
  text-align: center;
  padding-top: 30px;
  font-family: "Noto Sans JP";
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000;
}
@media (min-width: 1500px) {
  .fv__note {
    bottom: 5%;
  }

  .signupCard__lead,
  .letterPromo__desc {
    font-size: 1vw;
  }

  .signup-form {
    height: clamp(699px, 46.6vw, 1000px);
  }
  .fr-step__titile {
    font-size: 1.79vw;
  }
  .fr-step__titile-alphanumeric {
    font-size: 1.93vw;
  }
  .career-choice__btn {
    font-size: 1.33vw;
  }
  .next button,
  .next-return button {
    font-size: 1.33vw;
  }
  .field-company,
  .fr-step-question input,
  .fr-step__error {
    width: 20vw;
  }
  .fr-step-question input {
    height: 3vw;
    font-size: 1.2vw;
  }
  .next-return {
    margin-top: 60px !important;
  }
  .fr-step__error-job,
  .fr-step__error {
    font-size: 1vw;
  }
  .input-items {
    font-size: 1.2vw;
  }
  .input-items span {
    font-size: 0.93vw;
  }
  .address-tel {
    grid-template-columns: 12vw 27vw;
  }
  .about__eyebrow {
    font-size: 1.2vw;
  }
  .about__lead {
    font-size: 1.06vw;
  }
  .jobsPanel__quoteLead {
    font-size: 1.33vw;
  }
  .jobsCard__title {
    font-size: 1.13vw;
  }
  .jobsCard__salaryLabel,
  .jobsCard__salaryUnit {
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  .signup-title {
    font-size: 3.32vw;
  }
  .signup-form {
    width: 90%;
  }
  .signupCard {
    width: 43vw;
  }
  .signup-form__img {
    width: clamp(186px, 18.16vw, 170px);
  }
  .signupCard__img {
    width: clamp(203px, 22.95vw, 214px);
    right: -10%;
  }
  .signupCard__headline {
    font-size: 1.85vw;
  }
  .signupCard__em,
  .signupCard__brand {
    font-size: 2.53vw;
  }

  .address-tel {
    grid-template-columns: 156px 35vw;
  }
}
@media (max-width: 768px) {
  /* ================================
    fv
    ================================ */
  .fv {
    background-image: url(../images/sp-fv.png);
    height: 104vw;
  }
  .fv-logo {
    width: 28.53vw;
    top: 6%;
    left: 5%;
  }
  .fv__eyebrow-pc {
    display: none;
  }
  .fv__eyebrow-sp {
    display: block;
    top: 21%;
    left: 5%;
    width: 53.3vw;
  }
  .fv__title {
    top: 28%;
    left: 5%;
    gap: 10px;
  }
  .c-heading__line-pc {
    display: none;
  }
  .c-heading__line-sp {
    display: block;
  }
  .c-heading__line-top {
    display: none;
  }

  .c-heading__line-emphasis {
    padding: 5px;
    width: 53.3vw;
  }
  .fv__title-small {
    width: 53.3vw;
  }
  .c-feature {
    width: 27.81vw;
  }
  .benefit-list {
    font-size: 2.94vw;
    top: 56.5%;
    left: 5%;
    gap: 11px;
  }
  .fv-label-journaling {
    r: 0;
  }
  .fv-label-journaling__img {
    width: 95%;
  }
  .sp-br {
    display: block;
  }
  .fv__note {
    font-size: clamp(14px, 4.8vw, 18px);
    text-align: center;
    left: 5.5%;
    top: 87%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .fv__note-small {
    font-size: 14px;
  }
  .license-number {
    position: absolute;
    display: block;
    font-family: "Noto Sans JP";
    font-size: 6px;
    top: 6%;
    right: 4%;
  }
  /* ================================
    20秒でカンタン登録
   ================================ */
  .signup__bg {
    background-image: url(../images/section--signup-bg-sp.png);
  }

  .section--signup {
    padding-top: 5px;
  }
  .u-flex {
    padding-block: 1px clamp(94px, 25vw, 150px);
  }
  .signup-badge {
    font-size: clamp(10px, 2.66vw, 12px);
    border-radius: 3px;
    padding: 6;
  }
  .signup-title {
    font-size: 16px;
    padding: 11px 13px 9px;
    top: 11px;
  }
  .signup-title span {
    font-size: clamp(18px, 5.86vw, 27px);
  }
  .signup-form {
    margin: 31px auto 0;
    border-radius: 20px;
  }
  .signup-form__img {
    display: none;
  }
  .signupCard {
    width: 78vw;
    padding: 0;
    border-radius: 9px;
    border: 6px solid #f3efe6;
    top: 13%;
  }
  .signupCard__img {
    width: clamp(87px, 23.2vw, 150px);
    right: 0;
    bottom: 45%;
    border-radius: 3px;
  }
  .signupCard__lead {
    position: absolute;
    left: 10.5%;
    top: 13%;
    font-size: 2.93vw;
  }
  .signupCard__lead::before,
  .signupCard__lead::after {
    height: 18px;
  }
  .signupCard__headline {
    font-size: 3.2vw;
    margin-block: clamp(30px, 8vw, 50px) clamp(17px, 4.53vw, 30px);
    text-align: left;
    padding-inline: 5.06vw;
  }
  .signupCard__em,
  .signupCard__brand {
    font-size: 4.26vw;
  }
  .signup-form {
    height: clamp(384px, 98.4vw, 530px);
  }
  .formrun {
    top: clamp(182px, 46vw, 310px);
    width: 78%;
  }
  .fr-step-question {
    gap: 0px;
  }
  .address-tel {
    grid-template-columns: clamp(125px, 20.31vw, 156px) 35vw;
    gap: 3px;
  }
  .fr-step__titile {
    font-size: 15px;
  }
  .field-company {
    width: 39vw;
  }
  .fr-step__titile-alphanumeric {
    font-size: 17px;
  }
  .career-choices {
    width: 100%;
    gap: 4px 10px;
    margin: 3px auto 0;
  }
  .career-choice__btn {
    font-size: clamp(8px, 3.46vw, 15px);
    padding: 10px 15px;
    border-radius: 6px;
  }
  .next {
    margin-top: 16px !important;
  }
  .next button {
    width: clamp(155px, 42vw, 200px);
    font-size: clamp(8px, 3.46vw, 15px);
    height: 42px;
    border-radius: 6px;
  }
  .input-items {
    font-size: clamp(12px, 1.95vw, 15px);
  }
  .fr-step-question input {
    width: 39vw;
    height: 30px;
    margin-top: 0 !important;
    font-size: 12px;
  }
  .next-return button {
    width: clamp(125px, 26vw, 200px);
    font-size: clamp(8px, 3.46vw, 15px);
    height: 42px;
    border-radius: 6px;
    padding: 0;
  }
  .next-return {
    width: auto;
    display: inline-flex !important;
    margin-top: 10px !important;
  }
  .input-items-tel {
    margin-left: 47px;
    margin-left: 0;
  }
  .fr-step__error {
    font-size: 10px;
    width: 39vw;
    margin: 0 auto;
  }
  .fr-step__error-job {
    width: 100%;
  }
  /* ================================
  sisterplusとは？
　================================ */
  .about {
    margin-top: 29px;
  }
  .about__container {
    width: 94%;
  }
  .about__grid {
    flex-direction: column;
    gap: 55px;
  }
  .about__header {
    gap: 16px;
    width: 95%;
    margin: 0 auto;
  }

  .about__eyebrow {
    font-size: clamp(15px, 4vw, 25px);
  }
  .about__title img {
    width: clamp(184px, 49vw, 250px);
  }
  .about__title {
    margin-top: 5px;
    font-size: clamp(20px, 5.33vw, 30px);
  }
  .about__lead {
    font-size: clamp(14px, 3.73vw, 18px);
  }
  .aboutCard {
    width: 80%;
    margin: 0 auto;
  }

  .aboutCard__img {
    width: 100%;
  }
  .aboutCard__tag {
    font-size: clamp(8px, 1.56vw, 12px);
    padding: 6px 10px 8px;
    border-radius: 6px;
  }
  .letterPromo__container {
    margin: 46px auto;
    border: 7px solid #f3efe6;
    border-radius: 9px;
    width: 86%;
  }
  .letterPromo__content {
    flex-direction: column-reverse;
  }
  .letterPromo__panel {
    padding: 30px 18px;
  }
  .letterPromo__img {
    width: 58.93vw;
  }
  .letterPromo__text {
    margin: 2px 0;
  }
  .letterPromo__title {
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
  }
  .letterPromo__brand {
    font-size: 38px;
    line-height: 1.3;
  }
  .letterPromo__present {
    font-size: 20px;
  }
  .letterPromo__desc {
    margin-top: 11px;
    font-size: 12px;
  }
  /* ================================
  非公開求人
  ================================ */
  .jobsPanel-bg {
    background-image: url(../images/jobspanel-bg-sp.png);
  }
  .jobsPanel__panel {
    width: 89.3%;
    margin: 0 auto;
    border-radius: 14px;
  }
  .jobsPanel__container {
    padding-block: 40px clamp(86px, 22.9vw, 140px);
  }
  .jobsPanel__header {
    width: 89.3%;
    padding: 20px 0 18px;
  }
  .jobsPanel__quoteLead {
    padding-block: 11px;
    text-align: left;
    margin: 0 auto;
    width: 96%;
  }
  .pc-br {
    display: none;
  }
  .jobsPanel__header-line {
    display: none;
  }
  .jobsPanel__header-line-sp {
    display: block;
    width: 100%;
  }
  .jobsPanel__grid {
    display: flex;
    flex-direction: column;
    width: 88.8%;
    gap: 13px;
    padding-bottom: 22px;
  }
  .jobsCard {
    padding: 20px;
  }
  .jobsCard__head {
    gap: 11px;
    margin-bottom: 10px;
  }
  .jobsCard__perks {
    margin-top: 11px;
    gap: 7px;
  }
  .jobsCard__salary {
    padding-block: 12px 13px;
  }
  .jobsCard__icon-apparel {
    width: clamp(19.23px, 5.1vw, 30px);
    padding: 14.25px 13.02px 14.02px 12.75px;
  }
  .jobsCard__icon-wellness {
    width: clamp(21px, 5.6vw, 29px);
    padding: 15px 12px 14px;
  }
  .jobsCard__icon-d2c {
    width: clamp(19.76px, 5.26vw, 30px);
    padding: 12px 12.24px 12.77px 13px;
  }
  .jobsCard__title {
    font-size: clamp(14px, 3.73vw, 20px);
  }
  .jobsCard__salaryLabel,
  .jobsCard__salaryUnit {
    font-size: 15px;
  }
  .jobsCard__salaryValue {
    font-size: clamp(24px, 7.46vw, 45px);
  }
  .jobsCard__perkIcon {
    width: clamp(16px, 4.26vw, 20px);
  }
  .jobsCard__perkText {
    font-size: clamp(13px, 3.46vw, 17px);
  }
}

@media (max-width: 425px) {
  .fv-img {
    display: none;
  }
  .fv-img-sp {
    display: flex;
  }

  /* ================================
    20秒でカンタン登録
   ================================ */

  .signupCard__img {
    right: 13px;
    bottom: 41%;
  }
  .about__grid {
    gap: 19px;
  }
  .address-tel {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0 !important;
  }
  .fr-step__error {
    width: auto;
    margin: 0;
    margin-top: 0 !important;
  }

  .address-tel .input-items,
  .address-tel .fr-step__error {
    text-align: left;
  }

  /* ================================
  sisterplusとは？
　================================ */
  .aboutCard {
    width: 100%;
  }
  .aboutCard__img {
    display: none;
  }
  .aboutCard__img-sp {
    display: block;
    width: 100%;
  }
  .aboutCard__tag {
    font-size: 3.2vw;
  }
  .aboutCard__tag-red {
    left: 13%;
    bottom: 16%;
  }
  .aboutCard__tag-purple {
    right: 9%;
    bottom: 82%;
  }
  .aboutCard__tag-blue {
    right: 6%;
    bottom: -7%;
    padding: 9px 12px 8px;
  }

  .fv__eyebrow-sp {
    width: auto;
  }

  .fv__title-small {
    width: auto;
  }
}
@media (max-width: 375px) {
  .signup-title {
    font-size: clamp(12px, 4.26vw, 16px);
  }
  .next-return {
    margin-top: 6px !important;
  }
  /* ================================
  sisterplusとは？
　================================ */
  .letterPromo__title {
    font-size: 4.26vw;
  }
  .letterPromo__brand {
    font-size: 10vw;
  }
  .letterPromo__present {
    font-size: 5.33vw;
  }
}
@media (max-width: 374px) {
  .signupCard__img {
    right: 0%;
  }
}
