
.signup-page {
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
}

.signup-brand {
  position: relative;
  z-index: 10;
  padding-left: 24px;
}

.signup-brand img {
  width: 120px;
  height: auto;
}

.care-hero--signup {
  min-height: auto;
  padding: 24px 0 90px;
}

.hero-image--join {
  margin-top: 32px;
}

.care-hero--with-cta {
  padding-bottom: 24px;
}

.signup-cta {
  min-height: 122px;
  padding: 40px 24px 40px;
}

.signup-cta__inner {
  width: 100%;
}

.signup-cta.is-fixed .signup-cta__inner {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 30;
  width: min(100%, 1200px);
  padding: 12px 24px max(16px, env(safe-area-inset-bottom));
  background: rgba(238, 245, 255, .94);
  box-shadow: 0 -10px 28px rgba(20, 45, 110, .12);
  transform: translateX(-50%);
}

.blue-button,
.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  min-height: 62px;
  margin: 0 auto;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  background: #3d76db;
  box-shadow: inset 0 -4px 0 rgba(20, 45, 110, .3), 0 2px 0 rgba(25, 51, 117, .2);
}

.signup-services {
  padding: 80px 24px;
}

.signup-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 32px;
}

.signup-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 12px 24px;
  border: 1px solid #e1ebfb;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(35, 80, 150, .03);
  overflow: hidden;
}

.service-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.service-image-wrap img {
  width: 100%;
  aspect-ratio: 1170 / 732;
  border-radius: 8px;
  object-fit: cover;
}

.service-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 18px 0 4px;
  padding: 0 12px;
  border-radius: 999px;
  color: #2f6fcb;
  border: 2px solid #2f6fcb;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.signup-service h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 8px 0 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  word-break: keep-all;
}

.signup-service ul {
  display: grid;
  width: min(100%, 500px);
  margin: 0 auto;
  padding: 0;
  gap: 2px;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}

.signup-service li {
  padding: 0 10px;
  text-wrap: balance;
}

.signup-service li::before {
  content: none;
}

.notice {
  padding: 24px;
  color: #000;
  background: #f0f0f0;
}

.notice h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.notice h2::before {
  content: "◇ ";
}

.notice ul {
  margin: 0;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
}

.notice a {
  color: #6b913d;
  text-decoration: underline;
}

.signup-company {
  padding: 50px 24px;
  color: #fff;
  font-size: 19px;
  line-height: 1.48;
  text-align: center;
  background: #000;
  word-break: keep-all;
}

body.has-sticky-signup-cta .signup-company {
  padding-bottom: calc(36px + var(--sticky-signup-cta-space, 112px));
}

.signup-company p {
  margin: 0;
}

.application {
  padding: 80px 24px;
}

.apply-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.field-line {
  position: relative;
  min-height: 112px;
  padding: 0 0 15px;
  border-bottom: 1px solid #dce5f4;
}

.field-line + .field-line {
  margin-top: 26px;
}

.field-line label,
.payment-block h2,
.terms-block h2 {
  display: block;
  margin: 0 0 22px;
  color: #080808;
  font-size: 24px;
  line-height: 1.2;
}

.field-line label {
  font-weight: 600;
}

.payment-block h2,
.terms-block h2 {
  font-weight: 700;
}

.field-line input[type="text"],
.field-line input[type="tel"] {
  width: 100%;
  height: 34px;
  padding: 0;
  border: 0;
  outline: 0;
  color: #142862;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  background: transparent;
}

.field-with-actions input {
  padding-right: 136px;
}

.choice-group {
  display: flex;
  gap: 5px;
}

.gender-choice {
  position: absolute;
  right: 0;
  bottom: 8px;
}

.choice-button {
  min-width: 58px;
  height: 56px;
  padding: 0 12px;
  border: 1px solid #d5e2f5;
  border-radius: 6px;
  color: #142862;
  font-size: 19px;
  font-weight: 600;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.choice-button.is-selected {
  border-color: #3d76db;
  color: #fff;
  background: #3d76db;
}

.gender-choice.is-locked .choice-button {
  pointer-events: none;
  cursor: default;
}

.payment-block {
  padding: 35px 0 10px;
  border-bottom: 1px solid #dce5f4;
}

.payment-block h2 span {
  color: #4f74cb;
  font-size: 17px;
  font-weight: 500;
  vertical-align: 2px;
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.payment-options .choice-button {
  width: 100%;
  height: 56px;
  border-radius: 6px;
}

.terms-block {
  padding: 34px 0 2px;
  border-bottom: 1px solid #dce5f4;
}

.terms-block h2 {
  margin-bottom: 18px;
}

.check-line {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.check-line input {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  background: #fff;
}

.check-line input:checked {
  border-color: #3d76db;
  background-color: #3d76db;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9.2 8.8 16 22 2' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 16px;
}

.check-line span {
  min-width: 0;
}

.check-line button {
  flex: 0 0 auto;
  min-width: 42px;
  height: 24px;
  border: 0;
  border-radius: 8px;
  color: #2e72cc;
  font-size: 14px;
  font-weight: 600;
  background: #eef5ff;
}

.submit-button {
  width: 100%;
  min-height: 62px;
  margin: 78px auto 0;
  border-radius: 8px;
  font-size: 25px;
  background: #3d76db;
  box-shadow: inset 0 -6px 0 rgba(20, 45, 110, .3), 0 2px 0 rgba(25, 51, 117, .2);
}

.complete-message {
  padding: 118px 24px 106px;
  text-align: center;
}

.complete-message h1 {
  margin: 0 0 58px;
  color: #142862;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
}

.complete-message p {
  margin: 0;
  color: #142862;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  word-break: keep-all;
}

.complete-message p a {
  color: #77a83d;
  text-decoration: underline;
}

.complete-message .guide {
  margin-top: 62px;
  color: #2879d9;
}

.complete-message .blue-button {
  margin-top: 82px;
}

@media (max-width: 560px) {
  .care-hero--signup {
    min-height: auto;
    padding: 20px 0 58px;
  }

  .signup-brand {
    padding-left: 18px;
  }

  .signup-brand img {
    width: 108px;
  }

  .hero-image--join {
    margin-top: 24px;
  }

  .care-hero--with-cta {
    padding-bottom: 20px;
  }

  .signup-cta {
    min-height: 118px;
    padding: 34px 14px 0;
  }

  .signup-cta.is-fixed .signup-cta__inner {
    padding: 10px 14px max(12px, env(safe-area-inset-bottom));
  }

  .signup-service-grid {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }

  .signup-service h3 {
    min-height: auto;
    margin: 8px 0 14px;
    font-size: 18px;
  }

  .signup-service ul {
    width: min(100%, 330px);
    font-size: 15px;
    line-height: 1.58;
  }

  .application {
    padding: 56px 24px 70px;
  }

  .field-line label,
  .payment-block h2,
  .terms-block h2 {
    font-size: 21px;
  }

  .field-line input[type="text"],
  .field-line input[type="tel"] {
    font-size: 21px;
  }

  .payment-block h2 span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
  }

  .check-line {
    gap: 10px;
    font-size: 14px;
  }

  .submit-button {
    width: 100%;
    min-height: 62px;
    font-size: 25px;
  }

  .complete-message h1 {
    font-size: 30px;
  }

  .complete-message p {
    font-size: 21px;
  }

  .signup-company {
    font-size: 15px;
  }
}
