.SP.div {
  display: flex;
  flex-direction: column;
  min-width: 390px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.SP .header {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
}

.SP .logo-INE {
  position: relative;
  width: 50px;
  height: 22px;
  aspect-ratio: 2.27;
}

.SP .vector {
  position: absolute;
  width: 11.6%;
  height: 94.62%;
  top: 4.27%;
  left: 0;
}

.SP .img {
  position: absolute;
  width: 32.69%;
  height: 61.29%;
  top: 37.59%;
  left: 21.89%;
}

.SP .vector-2 {
  position: absolute;
  width: 31.97%;
  height: 62.4%;
  top: 37.6%;
  left: 60.29%;
}

.SP .vector-3 {
  position: absolute;
  width: 8.48%;
  height: 19.27%;
  top: 9.74%;
  left: 71.54%;
}

.SP .vector-4 {
  position: absolute;
  width: 12.1%;
  height: 32.01%;
  top: 0;
  left: 53.94%;
}

.SP .vector-5 {
  position: absolute;
  width: 13.46%;
  height: 32.96%;
  top: 0;
  left: 86.54%;
}

.SP .txt {
  display: flex;
  flex-direction: column;
  width: 233px;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.SP .element {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 10px;
  text-align: right;
  letter-spacing: 0;
  line-height: 15px;
}

.SP .span {
  color: #0c1219;
}

.SP .text-wrapper-2 {
  font-weight: 700;
  color: #fc1a78;
  font-size: 14px;
  line-height: 21px;
}

.SP .text-wrapper-3 {
  font-weight: 700;
  color: #fc1a78;
}

.SP .com {
  align-self: stretch;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 10px;
  text-align: right;
  letter-spacing: 0;
  line-height: 15px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.SP .text-wrapper-4 {
  font-weight: 700;
  color: #18b7cd;
}

.SP .mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
  flex: 0 0 auto;
  background-color: #dbfaff;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .ARROW {
  position: absolute;
  top: 20px;
  left: 0;
  width: 390px;
  height: 330px;
  overflow: hidden;
}

.SP .group {
  position: relative;
  top: calc(50% - 165px);
  left: calc(50% - 243px);
  width: 413px;
  height: 329px;
}

.SP .vector-6 {
  position: absolute;
  top: calc(50% - 165px);
  left: calc(50% - 158px);
  width: 304px;
  height: 116px;
}

.SP .vector-7 {
  position: absolute;
  top: calc(50% - 165px);
  left: calc(50% - 7px);
  width: 214px;
  height: 329px;
}

.SP .frame {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.SP .frame-2 {
  display: flex;
  flex-direction: column;
  width: 357.9px;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.SP .p {
  align-self: stretch;
  height: 42px;
  margin-top: -1px;
  font-weight: 900;
  color: var(--collection-1-gray-gray-700);
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.SP .underline {
  padding-bottom: 0.1em;
  background: linear-gradient(transparent 82%, #FFF680 82%);
}

.SP .text-wrapper-5 {
  color: #3a434c;
}

.SP .text-wrapper-6 {
  color: #fc1a78;
}

.SP .img-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .frame-3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.SP .item {
  padding: 0px 0px 4px;
  display: flex;
  flex-direction: column;
  width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 9999px;
  border: none;
  box-shadow: inset 0px 0px 10px #0000004c;
  aspect-ratio: 1;
  background: linear-gradient(
    144deg,
    rgba(142, 104, 4, 1) 0%,
    rgba(255, 217, 101, 1) 19%,
    rgba(191, 142, 10, 1) 27%,
    rgba(126, 88, 5, 1) 42%,
    rgba(137, 98, 7, 1) 73%,
    rgba(249, 215, 127, 1) 85%,
    rgba(155, 109, 9, 1) 99%
  );
}

.SP .item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 9999px;
  background: linear-gradient(
    180deg,
    rgba(174, 133, 28, 1) 0%,
    rgba(255, 236, 195, 1) 17%,
    rgba(181, 151, 63, 1) 49%,
    rgba(255, 240, 209, 1) 79%,
    rgba(174, 128, 28, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.SP .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 0px 2px #694c0a;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.6px;
}

.SP .element-2 {
  position: relative;
  width: 110px;
  text-shadow: 0px 0px 2px #694c0a;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
}

.SP .text-wrapper-8 {
  font-weight: 800;
}

.SP .text-wrapper-9 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
}

.SP .group-2 {
  position: absolute;
  width: 21.36%;
  height: 59.08%;
  top: 20.91%;
  left: 6.36%;
  mix-blend-mode: soft-light;
}

.SP .group-3 {
  position: absolute;
  width: 21.36%;
  height: 59.08%;
  top: 20.91%;
  left: 72.27%;
  mix-blend-mode: soft-light;
}

.SP .element-3 {
  position: relative;
  width: 110px;
  text-shadow: 0px 0px 2px #694c0a;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
}

.SP .text-wrapper-10 {
  font-weight: 900;
}

.SP .text-wrapper-11 {
  font-family: "Poppins", Helvetica;
  font-weight: 800;
  font-size: 22px;
  line-height: 22px;
}

.SP .item-2 {
  display: flex;
  flex-direction: column;
  width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 9999px;
  border: none;
  box-shadow: inset 0px 0px 10px #0000004c;
  aspect-ratio: 1;
  background: linear-gradient(
    144deg,
    rgba(142, 104, 4, 1) 0%,
    rgba(255, 217, 101, 1) 19%,
    rgba(191, 142, 10, 1) 27%,
    rgba(126, 88, 5, 1) 42%,
    rgba(137, 98, 7, 1) 73%,
    rgba(249, 215, 127, 1) 85%,
    rgba(155, 109, 9, 1) 99%
  );
}

.SP .item-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 9999px;
  background: linear-gradient(
    180deg,
    rgba(174, 133, 28, 1) 0%,
    rgba(255, 236, 195, 1) 17%,
    rgba(181, 151, 63, 1) 49%,
    rgba(255, 240, 209, 1) 79%,
    rgba(174, 128, 28, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.SP .frame-4 {
  display: flex;
  flex-direction: column;
  width: calc(100% - 32px);
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.SP .frame-5 {
  position: relative;
  width: 190px;
  height: 78px;
}

.SP .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  position: absolute;
  top: 28px;
  left: calc(50% - 10px);
  background-color: var(--collection-1-accent-pink-500);
  border-radius: 8px;
}

.SP .element-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.SP .text-wrapper-12 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
}

.SP .vector-8 {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 60px);
  width: 8px;
  height: 10px;
}

.SP .image-woman {
  position: absolute;
  right: 125px;
  bottom: -6px;
  width: 80px;
  height: 88px;
  aspect-ratio: 0.9;
}

.SP .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 4px;
}

.SP .div-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-900);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 27px;
}

.SP .text-wrapper-13 {
  color: #fc1a78;
}

.SP .input {
  flex-direction: column;
  gap: 12px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .div-3 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.SP .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--collection-1-accent-pink-300);
  border-radius: 2px;
}

.SP .text-wrapper-15 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  line-height: 10px;
  white-space: nowrap;
}

.SP .label-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-300);
  border-radius: 2px;
}

.SP .frame-6 {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .label-4 {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 6px;
  position: relative;
  border-radius: 9999px;
  border: 1px solid;
  border-color: var(--collection-1-gray-gray-100);
  aspect-ratio: 1;
}

.SP .ellipse {
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: -1px;
  margin-right: -1px;
  background-color: var(--collection-1-main-blue-500);
  border-radius: 5px;
}

.SP .btn {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .txt-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .border {
  position: relative;
  align-self: stretch;
  width: 8px;
}

.SP .rectangle {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 18px;
  background-color: var(--collection-1-accent-pink-500);
  transform: rotate(-20deg);
}

.SP .text-wrapper-18 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-accent-pink-500);
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
}

.SP .rectangle-2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 18px;
  background-color: var(--collection-1-accent-pink-500);
  transform: rotate(-160deg);
}

.SP .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-accent-pink-500);
  border-radius: 9999px;
  border: 4px solid;
  border-color: var(--collection-1-gray-gray-0-white);
  box-shadow: 0px 0px 10px #0000001a;
  cursor: pointer;
}

.SP .text-wrapper-19 {
  position: relative;
  width: fit-content;
  margin-top: -4px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.SP .caption {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .text-wrapper-20 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-500);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .text-wrapper-21 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-500);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .mv-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 16px;
  flex: 0 0 auto;
  background-color: #002850;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .ellipse-2 {
  position: absolute;
  top: 241px;
  left: calc(50% - 532px);
  width: 1063px;
  height: 1063px;
  background-color: #99ddff;
  border-radius: 531.5px;
  filter: blur(200px);
}

.SP .div-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
}

.SP .div-5 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.56px;
  line-height: 21px;
}

.SP .text-wrapper-23 {
  letter-spacing: 0.08px;
}

.SP .text-wrapper-24 {
  font-weight: 700;
  letter-spacing: 0.08px;
}

.SP .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-main-blue-50);
  border-radius: 8px;
}

.SP .div-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.SP .text-wrapper-25 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 800;
  color: var(--collection-1-gray-gray-900);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.SP .frame-8 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.SP .group-wrapper {
  position: relative;
  align-self: stretch;
  width: 20px;
}

.SP .group-4 {
  position: relative;
  top: 3px;
  width: 19px;
  height: 26px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  transform: rotate(180deg);
  aspect-ratio: 0.74;
}

.SP .vector-9 {
  margin-left: 0;
  width: 10.11px;
  height: 10.16px;
  margin-top: 0;
  transform: rotate(-180deg);
}

.SP .vector-10 {
  margin-left: 4.3px;
  width: 14.82px;
  height: 14.88px;
  transform: rotate(-180deg);
}

.SP .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-900);
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 33px;
  white-space: nowrap;
}

.SP .group-5 {
  position: relative;
  top: 3px;
  width: 19px;
  height: 26px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  aspect-ratio: 0.74;
}

.SP .vector-11 {
  margin-left: 4.3px;
  width: 14.82px;
  height: 14.88px;
}

.SP .vector-12 {
  margin-left: 0;
  width: 10.11px;
  height: 10.16px;
}

.SP .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
}

.SP .div-7 {
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .text-wrapper-27 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-500);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.56px;
  line-height: 14px;
}

.SP .element-5 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-accent-pink-500);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .text-wrapper-28 {
  font-weight: 700;
  color: #0c1219;
}

.SP .text-wrapper-29 {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #fc1a78;
  font-size: 26px;
  line-height: 26px;
}

.SP .text-wrapper-30 {
  font-weight: 700;
  color: #fc1a78;
}

.SP .div-8 {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .ppl-wrapper {
  width: 60px;
  height: 60px;
  background-color: var(--collection-1-gray-gray-900);
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
}

.SP .ppl {
  position: absolute;
  height: 100%;
  top: 0;
  left: calc(50% - 30px);
  width: 60px;
  aspect-ratio: 1;
  object-fit: cover;
}

.SP .label-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--collection-1-gray-gray-50);
  border-radius: 8px;
}

.SP .text-wrapper-31 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.SP .vector-13 {
  position: absolute;
  top: calc(50% - 6px);
  left: -6px;
  width: 6px;
  height: 12px;
}

.SP .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 4px 0px 0px 0px;
  overflow: hidden;
  aspect-ratio: 1;
}

.SP .rectangle-3 {
  position: absolute;
  height: 100%;
  top: 0;
  left: calc(50% - 22px);
  width: 44px;
  aspect-ratio: 1;
}

.SP .text-wrapper-32 {
  position: absolute;
  top: 3px;
  left: 9px;
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.SP .arrow {
  position: absolute;
  top: -12px;
  left: 80%;
  width: 84px;
  height: 84px;
  background-image: url(../img/union-18.svg);
  background-size: 100% 100%;
}

.SP .element-6 {
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 26px);
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-50);
  font-size: 19px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26.6px;
}

.SP .text-wrapper-33 {
  font-weight: 600;
}

.SP .text-wrapper-34 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 11px;
  line-height: 15.4px;
}

.SP .div-9 {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  aspect-ratio: 1;
  background-image: url(../img/photo-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.SP .text-wrapper-35 {
  position: absolute;
  top: 3px;
  left: 7px;
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.SP .element-7 {
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 22px);
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-50);
  font-size: 19px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26.6px;
}

.SP .photo {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  aspect-ratio: 1;
  background-image: url(../img/photo-4.png);
  background-size: cover;
  background-position: 50% 50%;
}

.SP .element-8 {
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 23px);
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-50);
  font-size: 19px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26.6px;
}

.SP .group-6 {
  position: absolute;
  top: 0;
  left: 19px;
  width: 352px;
  height: 124px;
}

.SP .mv-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 16px;
  flex: 0 0 auto;
  background-color: #002850;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .text-wrapper-36 {
  position: relative;
  width: 358px;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 26px;
  text-align: center;
  letter-spacing: 0;
  line-height: 39px;
}

.SP .div-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .bbl {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
}

.SP .frame-10 {
  width: 80px;
  height: 80px;
  position: relative;
  aspect-ratio: 1;
}

.SP .label-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 8px;
}

.SP .div-11 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
}

.SP .text-wrapper-37 {
  font-weight: 700;
  color: #1392a4;
}

.SP .vector-14 {
  position: absolute;
  top: calc(50% - 7px);
  left: -6px;
  width: 6px;
  height: 12px;
  aspect-ratio: 2;
}

.SP .vector-15 {
  position: absolute;
  top: calc(50% - 6px);
  right: -12px;
  width: 6px;
  height: 12px;
  aspect-ratio: 2;
}

.SP .vector-16 {
  position: absolute;
  top: calc(50% - 7px);
  right: -12px;
  width: 6px;
  height: 12px;
  aspect-ratio: 2;
}

.SP .vector-17 {
  position: absolute;
  top: calc(50% - 6px);
  left: -6px;
  width: 6px;
  height: 12px;
  aspect-ratio: 2;
}

.SP .mv-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0px 16px 40px;
  flex: 0 0 auto;
  background-color: var(--collection-1-utility-yellow-light);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .vector-18 {
  position: relative;
  width: 390px;
  height: 40px;
  margin-left: -16px;
  margin-right: -16px;
}

.SP .com-2 {
  align-self: stretch;
  font-weight: 800;
  color: var(--collection-1-gray-gray-900);
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.SP .text-wrapper-38 {
  color: #0c1219;
  letter-spacing: 0;
}

.SP .text-wrapper-39 {
  color: #0c1219;
  letter-spacing: -1.6px;
}

.SP .text-wrapper-40 {
  color: #fc1a78;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 45px;
}

.SP .text-wrapper-41 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.56px;
  line-height: 21px;
}

.SP .div-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 20px;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  position: relative;
  align-self: stretch;
}

.SP .dot {
  position: relative;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}

.SP .text-wrapper-42 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-main-blue-500);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.SP .text-wrapper-43 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 21px;
}

.SP .dot-2 {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: var(--collection-1-main-blue-50);
  border-radius: 9999px;
  overflow: hidden;
  border: 4px solid;
  border-color: var(--collection-1-accent-pink-300);
  aspect-ratio: 1;
}

.SP .vector-19 {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 12px);
  width: 23px;
  height: 28px;
  aspect-ratio: 0.82;
}

.SP .rectangle-4 {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 2px);
  width: 4px;
  height: 100px;
  background-color: var(--collection-1-accent-pink-300);
  transform: rotate(-45deg);
}

.SP .mv-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 16px;
  flex: 0 0 auto;
  background-color: var(--collection-1-main-blue-50);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .vector-20 {
  position: absolute;
  left: calc(50% - 195px);
  bottom: 1px;
  width: 390px;
  height: 1212px;
}

.SP .div-13 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-900);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
}

.SP .div-14 {
  padding: 32px 24px 28px;
  border-top-width: 4px;
  border-color: var(--collection-1-main-blue-500);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-top-style: solid;
}

.SP .div-15 {
  position: relative;
  align-self: stretch;
  margin-top: -4px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.SP .text-wrapper-44 {
  font-weight: 700;
  color: #1392a4;
}

.SP .number-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 12px;
  position: absolute;
  top: -12px;
  left: calc(50% - 44px);
  background-color: var(--collection-1-main-blue-500);
  border-radius: 99999px;
}

.SP .text-wrapper-45 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.SP .group-7 {
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-right: -2px;
}

.SP .div-16 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-900);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

.SP .text-wrapper-46 {
  color: #0c1219;
  font-size: 14px;
  line-height: 21px;
}

.SP .frame-11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 8px;
}

.SP .text-wrapper-48 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: #0c1219;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.SP .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-utility-yellow-light);
  border-radius: 4px;
}

.SP .div-17 {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .dot-3 {
  position: relative;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
}

.SP .text-wrapper-49 {
  position: relative;
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-main-blue-900);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.SP .div-18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 8px;
}

.SP .text-wrapper-50 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.SP .txt-3 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0px 0px 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .ellipse-wrapper {
  display: inline-flex;
  flex-direction: column;
  height: 18px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.SP .ellipse-3 {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: var(--collection-1-main-blue-500);
  border-radius: 4px;
  aspect-ratio: 1;
}

.SP .div-19 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .polygon {
  position: relative;
  width: 15.59px;
  height: 9px;
}

.SP .image-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 9999px;
  overflow: hidden;
  aspect-ratio: 1;
  border-color: var(--collection-1-main-blue-500);
}

.SP .image {
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 25px);
  width: 50px;
  height: 8px;
  aspect-ratio: 6.4;
  object-fit: cover;
}

.SP .text-wrapper-51 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-main-blue-900);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.SP .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 8px;
}

.SP .mv-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 16px;
  flex: 0 0 auto;
  background: linear-gradient(180deg, rgba(255, 250, 252, 1) 0%, rgba(255, 232, 242, 1) 100%);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .ellipse-4 {
  position: absolute;
  top: 0;
  left: 310px;
  width: 80px;
  height: 80px;
  background-color: #fec1da;
  border-radius: 40px;
  filter: blur(40px);
  aspect-ratio: 1;
}

.SP .ellipse-5 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #fec1da;
  border-radius: 40px;
  filter: blur(40px);
  aspect-ratio: 1;
}

.SP .com-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: var(--collection-1-gray-gray-900);
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42px;
}

.SP .text-wrapper-52 {
  color: #fc1a78;
  font-size: 38px;
  line-height: 57px;
}

.SP .div-20 {
  padding: 28px 24px 20px;
  border-top-width: 2px;
  border-color: var(--collection-1-accent-pink-500);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-top-style: solid;
}

.SP .number-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 12px;
  position: absolute;
  top: -12px;
  left: calc(50% - 19px);
  background-color: var(--collection-1-accent-pink-500);
  border-radius: 99999px;
}

.SP .text-wrapper-53 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.SP .frame-13 {
  position: relative;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
}

.SP .div-21 {
  flex: 1;
  margin-top: -1px;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.SP .number-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 12px;
  position: absolute;
  top: -12px;
  left: calc(50% - 20px);
  background-color: var(--collection-1-accent-pink-500);
  border-radius: 99999px;
}

.SP .div-22 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .text-wrapper-54 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 21px;
}

.SP .text-wrapper-55 {
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 21px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.SP .frame-14 {
  position: relative;
  width: 305px;
  height: 519px;
}

.SP .rectangle-5 {
  position: absolute;
  top: 187px;
  left: 44px;
  width: 261px;
  height: 152px;
  background-color: var(--collection-1-main-blue-50);
}

.SP .rectangle-6 {
  position: absolute;
  top: 363px;
  left: 44px;
  width: 261px;
  height: 156px;
  background-color: var(--collection-1-main-blue-500);
}

.SP .text-wrapper-56 {
  position: absolute;
  top: 252px;
  left: 68px;
  width: 129px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .text-wrapper-57 {
  position: absolute;
  top: 409px;
  left: 103px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.SP .frame-15 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: absolute;
  top: 220px;
  left: 68px;
  background-color: var(--collection-1-main-blue-500);
  border-radius: 9999px;
}

.SP .text-wrapper-58 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 18px;
  white-space: nowrap;
}

.SP .frame-16 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: absolute;
  top: 379px;
  left: 123px;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 9999px;
}

.SP .text-wrapper-59 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-main-blue-600);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 18px;
  white-space: nowrap;
}

.SP .group-8 {
  position: absolute;
  top: 0;
  left: 44px;
  width: 122px;
  height: 163px;
}

.SP .rectangle-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 163px;
  background-color: var(--collection-1-gray-gray-50);
}

.SP .group-9 {
  position: absolute;
  top: 73px;
  left: 22px;
  width: 76px;
  height: 74px;
}

.SP .text-wrapper-60 {
  position: absolute;
  top: 46px;
  left: 34px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 15px;
  white-space: nowrap;
}

.SP .frame-17 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: absolute;
  top: 16px;
  left: 21px;
  background-color: var(--collection-1-gray-gray-500);
  border-radius: 9999px;
}

.SP .group-10 {
  position: absolute;
  top: 0;
  left: 185px;
  width: 122px;
  height: 163px;
}

.SP .rectangle-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 163px;
  background-color: var(--collection-1-utility-yellow-light);
}

.SP .group-11 {
  position: absolute;
  top: 76px;
  left: 18px;
  width: 83px;
  height: 68px;
}

.SP .frame-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  position: absolute;
  top: 16px;
  left: 21px;
  background-color: var(--collection-1-accent-pink-500);
  border-radius: 9999px;
}

.SP .vector-21 {
  position: absolute;
  top: 162px;
  left: 99px;
  width: 6px;
  height: 24px;
}

.SP .vector-22 {
  position: absolute;
  top: 162px;
  left: 241px;
  width: 12px;
  height: 25px;
}

.SP .vector-23 {
  position: absolute;
  top: 338px;
  left: 169px;
  width: 12px;
  height: 25px;
}

.SP .union {
  position: absolute;
  top: 199px;
  left: 217px;
  width: 64px;
  height: 128px;
  aspect-ratio: 0.5;
}

.SP .group-12 {
  position: absolute;
  top: 439px;
  left: 120px;
  width: 110px;
  height: 64px;
  aspect-ratio: 1.72;
}

.SP .icon {
  width: 24px;
  height: 170px;
  gap: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--collection-1-main-blue-100);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SP .text-wrapper-61 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-main-blue-600);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 18px;
}

.SP .icon-2 {
  width: 24px;
  height: 182px;
  gap: 4px;
  position: absolute;
  top: 170px;
  left: 0;
  background-color: var(--collection-1-main-blue-300);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SP .text-wrapper-62 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 18px;
}

.SP .vector-24 {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 12px;
}

.SP .icon-3 {
  width: 24px;
  height: 167px;
  gap: 4px;
  position: absolute;
  top: 352px;
  left: 0;
  background-color: var(--collection-1-main-blue-500);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SP .polygon-2 {
  position: absolute;
  top: 76px;
  left: 171px;
  width: 9px;
  height: 10px;
}

.SP .btn-2 {
  height: 83px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .mv-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 16px;
  flex: 0 0 auto;
  background-color: var(--collection-1-utility-yellow-light);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .com-4 {
  align-self: stretch;
  margin-top: -1px;
  font-weight: 400;
  color: var(--collection-1-accent-pink-500);
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 33px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.SP .text-wrapper-63 {
  font-weight: 800;
  color: #0c1219;
}

.SP .text-reason {
  text-decoration: underline;
}

.SP .text-wrapper-64 {
  font-weight: 800;
  color: #fc1a78;
  font-size: 32px;
  line-height: 48px;
}

.SP .text-wrapper-65 {
  font-family: "Poppins", Helvetica;
  font-weight: 800;
  color: #fc1a78;
  font-size: 32px;
  line-height: 48px;
}

.SP .div-23 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .div-24 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 24px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
}

.SP .text-wrapper-66 {
  position: relative;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-main-blue-500);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.SP .people {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 155px;
}

.SP .number-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 12px;
  position: absolute;
  top: -12px;
  left: calc(50% - 48px);
  background-color: var(--collection-1-main-blue-500);
  border-radius: 100px;
}

.SP .table-PC-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .frame-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .frame-20 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--collection-1-gray-gray-100);
}

.SP .frame-21 {
  display: flex;
  width: 90px;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  position: relative;
  align-self: stretch;
  background-color: var(--collection-1-gray-gray-50);
}

.SP .text-wrapper-67 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-800);
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: 18px;
}

.SP .frame-22 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0px 12px 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  margin-left: -1px;
}

.SP .frame-23 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--collection-1-gray-gray-100);
}

.SP .text-wrapper-68 {
  position: relative;
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-800);
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: 18px;
}

.SP .rectangle-wrapper {
  transform: rotate(180deg);
  position: relative;
  align-self: stretch;
  width: 8px;
}

.SP .rectangle-9 {
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 1px;
  height: 18px;
  background-color: var(--collection-1-accent-pink-500);
  transform: rotate(-20deg);
}

.SP .mv-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 16px;
  flex: 0 0 auto;
  background-color: var(--collection-1-accent-pink-50);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .text-wrapper-69 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-900);
  font-size: 30px;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 30px;
}

.SP .frame-24 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
}

.SP .frame-25 {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
}

.SP .div-25 {
  gap: 12px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .txt-4 {
  display: inline-flex;
  align-items: baseline;
  position: relative;
  flex: 0 0 auto;
}

.SP .text-wrapper-70 {
  position: relative;
  width: fit-content;
  margin-top: -7px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--collection-1-gray-gray-900);
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.48px;
  line-height: 24px;
  white-space: nowrap;
}

.SP .text-wrapper-71 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.SP .polygon-wrapper {
  position: relative;
  width: 16px;
  height: 21px;
}

.SP .polygon-3 {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 4px;
  height: 8px;
  aspect-ratio: 1.5;
}

.SP .text-wrapper-72 {
  position: relative;
  width: fit-content;
  margin-top: -7px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--collection-1-accent-pink-500);
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.48px;
  line-height: 24px;
  white-space: nowrap;
}

.SP .text-wrapper-73 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-accent-pink-500);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.56px;
  line-height: 14px;
  white-space: nowrap;
}

.SP .text-wrapper-74 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-500);
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 13px;
}

.SP .label-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-50);
  border-radius: 8px;
}

.SP .text-wrapper-75 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.SP .text-wrapper-76 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.SP .arrow-2 {
  position: absolute;
  top: -20px;
  left: 286px;
  width: 84px;
  height: 84px;
  background-image: url(../img/union-18.svg);
  background-size: 100% 100%;
}

.SP .text-wrapper-77 {
  position: absolute;
  top: 16px;
  left: 6px;
  width: 72px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-50);
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  line-height: 10px;
}

.SP .element-9 {
  left: 18px;
  position: absolute;
  top: 30px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--collection-1-gray-gray-50);
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 20px;
  white-space: nowrap;
}

.SP .text-wrapper-78 {
  letter-spacing: -0.08px;
}

.SP .text-wrapper-79 {
  font-size: 12px;
  letter-spacing: -0.03px;
  line-height: 12px;
}

.SP .element-10 {
  left: 22px;
  position: absolute;
  top: 30px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--collection-1-gray-gray-50);
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 20px;
  white-space: nowrap;
}

.SP .element-11 {
  left: 19px;
  position: absolute;
  top: 30px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--collection-1-gray-gray-50);
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 20px;
  white-space: nowrap;
}

.SP .mv-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
  padding: 40px 16px;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-0-white);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .text-wrapper-80 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 30px;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 30px;
}

.SP .card {
  max-width: 900px;
  gap: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-50);
  border-radius: 8px;
}

.SP .lamp-duotone-line {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 9999px;
  aspect-ratio: 1;
}

.SP .image-2 {
  position: absolute;
  top: 9px;
  left: 12px;
  width: 17px;
  height: 23px;
  aspect-ratio: 0.74;
}

.SP .text-wrapper-81 {
  position: relative;
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 16px;
}

.SP .card-2 {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-50);
  border-radius: 8px;
}

.SP .ttl {
  gap: 8px;
  padding: 12px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-main-blue-500);
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.SP .icon-4 {
  width: 24px;
  height: 24px;
  gap: 10px;
  position: relative;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 9999px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SP .text-wrapper-82 {
  position: relative;
  align-self: stretch;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  color: var(--collection-1-main-blue-500);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
}

.SP .text-wrapper-83 {
  position: relative;
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.SP .expand-up {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  transition: all 0.2s;
}

.SP .label-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-0-white);
  height: 0;
  padding: 0 14px;
  opacity: 0;
  visibility: hidden;
  transition: height 0.2s, padding 0.2s;
}

.SP .card-2.is-open .expand-up {
  transform: rotate(180deg);
}

.SP .card-2.is-open .label-8 {
  height: auto;
  padding: 12px 14px;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}

.SP .text-wrapper-84 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.SP .img-3 {
  position: relative;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}

.SP .mv-10 {
  padding: 40px 16px;
  background-color: var(--collection-1-utility-yellow-light);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .text-wrapper-85 {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 30px;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 30px;
}

.SP .frame-26 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 8px;
}

.SP .frame-27 {
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .icon-5 {
  width: 40px;
  gap: 3.92px;
  position: relative;
  align-self: stretch;
  background-color: var(--collection-1-main-blue-50);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SP .text-wrapper-86 {
  color: var(--collection-1-gray-gray-900);
  position: relative;
  align-self: stretch;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
}

.SP .text-wrapper-87 {
  position: relative;
  align-self: stretch;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 19.6px;
  text-align: center;
  letter-spacing: 0;
  line-height: 19.6px;
}

.SP .frame-wrapper {
  gap: 8px;
  padding: 36px 20px 20px;
  flex: 1;
  flex-grow: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--collection-1-gray-gray-100);
  display: flex;
  align-items: center;
  position: relative;
}

.SP .frame-28 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.SP .ttl-2 {
  gap: 10.78px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.SP .credit-card-duotone {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--collection-1-gray-gray-50);
  border-radius: 9797.93px;
  aspect-ratio: 1;
}

.SP .group-13 {
  position: relative;
  top: calc(50% - 11px);
  left: calc(50% - 7px);
  width: 14px;
  height: 22px;
  background-color: #adddf5;
  border-radius: 1.96px;
}

.SP .vector-25 {
  position: absolute;
  width: 36.45%;
  height: 0;
  top: 10.16%;
  left: 31.14%;
}

.SP .ellipse-6 {
  position: absolute;
  top: 18px;
  left: 6px;
  width: 2px;
  height: 2px;
  background-color: var(--fillicon);
  border-radius: 0.98px;
}

.SP .text-wrapper-88 {
  font-weight: 800;
  color: var(--collection-1-main-blue-600);
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 24px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.SP .text-wrapper-89 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .frame-29 {
  display: flex;
  height: 180px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .icon-6 {
  width: 40px;
  height: 180px;
  gap: 3.92px;
  position: relative;
  background-color: var(--collection-1-main-blue-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SP .text-wrapper-90 {
  position: relative;
  align-self: stretch;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 19.6px;
  text-align: center;
  letter-spacing: 0.78px;
  line-height: 19.6px;
}

.SP .vector-26 {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 20px;
}

.SP .ttl-3 {
  gap: 8px;
  padding: 20px;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--collection-1-gray-gray-100);
  display: flex;
  align-items: center;
  position: relative;
}

.SP .icon-7 {
  width: 40px;
  height: 180px;
  gap: 3.92px;
  position: relative;
  background-color: var(--collection-1-main-blue-300);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SP .icon-8 {
  width: 40px;
  height: 180px;
  gap: 3.92px;
  position: relative;
  background-color: var(--collection-1-main-blue-400);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SP .icon-9 {
  width: 40px;
  height: 180px;
  gap: 3.92px;
  position: relative;
  background-color: var(--collection-1-main-blue-500);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SP .frame-30 {
  display: flex;
  height: 180px;
  align-items: flex-start;
  padding: 0px 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .icon-10 {
  width: 40px;
  height: 180px;
  gap: 3.92px;
  position: relative;
  margin-bottom: -16px;
  background-color: var(--collection-1-accent-pink-500);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.SP .text-wrapper-91 {
  color: var(--collection-1-gray-gray-0-white);
  position: relative;
  align-self: stretch;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
}

.SP .text-wrapper-92 {
  position: relative;
  align-self: stretch;
  font-family: "Roboto", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 19.6px;
  text-align: center;
  letter-spacing: 0.78px;
  line-height: 19.6px;
}

.SP .ttl-4 {
  gap: 8px;
  padding: 20px;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.SP .frame-31 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  margin-top: -6px;
  margin-bottom: -6px;
}

.SP .line {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 11px);
  width: 21px;
  height: 16px;
  aspect-ratio: 0.67;
}

.SP .mv-11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  flex: 0 0 auto;
  background-color: var(--collection-1-accent-pink-50);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .frame-32 {
  position: relative;
  width: 190px;
  height: 77.96px;
}

.SP .label-9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  position: absolute;
  top: 28px;
  left: calc(50% - 11px);
  background-color: var(--collection-1-accent-pink-500);
  border-radius: 8px;
}

.SP .element-12 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "A P-OTF UD Shin Go Pr6N-Regular", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 22px;
  text-align: center;
  line-height: 22px;
  white-space: nowrap;
}

.SP .text-wrapper-93 {
  letter-spacing: 0;
}

.SP .text-wrapper-94 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

.SP .text-wrapper-95 {
  font-size: 16px;
  letter-spacing: -0.77px;
  line-height: 16px;
}

.SP .vector-27 {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 61px);
  width: 8px;
  height: 10px;
}

.SP .text-wrapper-96 {
  position: relative;
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.SP .arrow-drop-down-big {
  position: relative;
  width: 24px;
  height: 24px;
}

.SP .vector-28 {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 6px);
  width: 12px;
  height: 8px;
  aspect-ratio: 0.62;
}

.SP .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-800);
}

.SP .inner {
  display: inline-flex;
  max-width: 1080px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -18.5px;
  margin-right: -18.5px;
}

.SP .text-wrapper-97 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--textjp-12-w6-font-family);
  font-weight: var(--textjp-12-w6-font-weight);
  color: var(--collection-1-gray-gray-0-white);
  font-size: var(--textjp-12-w6-font-size);
  letter-spacing: var(--textjp-12-w6-letter-spacing);
  line-height: var(--textjp-12-w6-line-height);
  white-space: nowrap;
  font-style: var(--textjp-12-w6-font-style);
}

.SP .text-wrapper-98 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-left: -86px;
  margin-right: -86px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 10px;
  letter-spacing: 0.4px;
  line-height: 15px;
  white-space: nowrap;
}

.SP.tablet {
  display: flex;
  flex-direction: column;
  min-width: 1080px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.SP .header-2 {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 160px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
}

.SP .txt-5 {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.SP .element-13 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 12px;
  text-align: right;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .text-wrapper-99 {
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #fc1a78;
  font-size: 16px;
  line-height: 24px;
}

.SP .com-5 {
  width: fit-content;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 12px;
  text-align: right;
  line-height: 18px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.SP .text-wrapper-100 {
  font-weight: 800;
  color: #18b7cd;
}

.SP .mv-12 {
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  padding: 40px 160px;
  flex: 0 0 auto;
  background-color: #dbfaff;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .ARROW-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 702px;
  height: 640px;
  overflow: hidden;
}

.SP .group-14 {
  position: relative;
  top: calc(50% - 310px);
  left: calc(50% - 437px);
  width: 743px;
  height: 592px;
}

.SP .vector-29 {
  position: absolute;
  top: calc(50% - 296px);
  left: calc(50% - 285px);
  width: 547px;
  height: 209px;
}

.SP .vector-30 {
  position: absolute;
  top: calc(50% - 296px);
  left: calc(50% - 13px);
  width: 384px;
  height: 592px;
}

.SP .inner-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.SP .div-26 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding: 46px 0px 0px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.SP .ttl-5 {
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.SP .div-27 {
  position: relative;
  align-self: stretch;
  margin-top: -2.12px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: var(--collection-1-gray-gray-700);
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42px;
}

.SP .img-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-left: -19px;
  margin-right: -19px;
}

.SP .medal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .item-3 {
  width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  margin-left: -70px;
  border-radius: 14521.02px;
  border: none;
  box-shadow: inset 0px 0px 14.52px #0000004c;
  aspect-ratio: 1;
  background: linear-gradient(
    144deg,
    rgba(142, 104, 4, 1) 0%,
    rgba(255, 217, 101, 1) 19%,
    rgba(191, 142, 10, 1) 27%,
    rgba(126, 88, 5, 1) 42%,
    rgba(137, 98, 7, 1) 73%,
    rgba(249, 215, 127, 1) 85%,
    rgba(155, 109, 9, 1) 99%
  );
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .item-3::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4.36px;
  border-radius: 14521.02px;
  background: linear-gradient(
    180deg,
    rgba(174, 133, 28, 1) 0%,
    rgba(255, 236, 195, 1) 17%,
    rgba(181, 151, 63, 1) 49%,
    rgba(255, 240, 209, 1) 79%,
    rgba(174, 128, 28, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.SP .div-28 {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 0px 2.9px #694c0a;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}

.SP .text-wrapper-101 {
  line-height: 15.6px;
}

.SP .text-wrapper-102 {
  font-size: 18px;
  line-height: 23.4px;
}

.SP .text-wrapper-103 {
  line-height: 18px;
}

.SP .item-4 {
  width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 5.81px;
  border-radius: 14521.02px;
  border: none;
  box-shadow: inset 0px 0px 14.52px #0000004c;
  aspect-ratio: 1;
  background: linear-gradient(
    144deg,
    rgba(142, 104, 4, 1) 0%,
    rgba(255, 217, 101, 1) 19%,
    rgba(191, 142, 10, 1) 27%,
    rgba(126, 88, 5, 1) 42%,
    rgba(137, 98, 7, 1) 73%,
    rgba(249, 215, 127, 1) 85%,
    rgba(155, 109, 9, 1) 99%
  );
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .item-4::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4.36px;
  border-radius: 14521.02px;
  background: linear-gradient(
    180deg,
    rgba(174, 133, 28, 1) 0%,
    rgba(255, 236, 195, 1) 17%,
    rgba(181, 151, 63, 1) 49%,
    rgba(255, 240, 209, 1) 79%,
    rgba(174, 128, 28, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.SP .text-wrapper-104 {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 0px 2.9px #694c0a;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15.6px;
}

.SP .element-14 {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 0px 2.9px #694c0a;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26px;
}

.SP .text-wrapper-105 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}

.SP .element-15 {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 0px 2.9px #694c0a;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}

.SP .text-wrapper-106 {
  font-weight: 700;
}

.SP .text-wrapper-107 {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
}

.SP .item-5 {
  width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  margin-right: -70px;
  border-radius: 14521.02px;
  border: none;
  box-shadow: inset 0px 0px 14.52px #0000004c;
  aspect-ratio: 1;
  background: linear-gradient(
    144deg,
    rgba(142, 104, 4, 1) 0%,
    rgba(255, 217, 101, 1) 19%,
    rgba(191, 142, 10, 1) 27%,
    rgba(126, 88, 5, 1) 42%,
    rgba(137, 98, 7, 1) 73%,
    rgba(249, 215, 127, 1) 85%,
    rgba(155, 109, 9, 1) 99%
  );
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .item-5::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4.36px;
  border-radius: 14521.02px;
  background: linear-gradient(
    180deg,
    rgba(174, 133, 28, 1) 0%,
    rgba(255, 236, 195, 1) 17%,
    rgba(181, 151, 63, 1) 49%,
    rgba(255, 240, 209, 1) 79%,
    rgba(174, 128, 28, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.SP .form-2 {
  flex-direction: column;
  gap: 20px;
  padding: 28px 24px;
  flex: 1;
  flex-grow: 1;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.SP .div-29 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-900);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

.SP .div-30 {
  gap: 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.SP .input-4 {
  flex-direction: column;
  width: 480px;
  align-items: flex-start;
  gap: 12px;
  flex: 0 0 auto;
  margin-right: -188px;
  display: flex;
  position: relative;
}

.SP .frame-33 {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 24px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .rectangle-10 {
  transform: rotate(20deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 18px;
  background-color: var(--collection-1-accent-pink-500);
}

.SP .text-wrapper-108 {
  align-self: stretch;
  margin-top: -1px;
  font-weight: 400;
  color: var(--collection-1-gray-gray-500);
  font-size: 10px;
  line-height: 15px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.SP .text-wrapper-109 {
  align-self: stretch;
  font-weight: 400;
  color: var(--collection-1-gray-gray-500);
  font-size: 10px;
  line-height: 15px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.SP .image-3 {
  position: absolute;
  left: 130px;
  bottom: 0;
  width: 404px;
  height: 188px;
}

.SP .image-4 {
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: 404px;
  height: 167px;
  display: flex;
  align-items: flex-end;
  gap: 13.1px;
}

.SP .image-woman-2 {
  margin-bottom: -14px;
  width: 171.99px;
  height: 189.27px;
  margin-left: -11.2px;
  aspect-ratio: 0.9;
}

.SP .label-10 {
  display: inline-flex;
  margin-bottom: 41px;
  width: 230px;
  height: 97px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background-color: var(--collection-1-accent-pink-500);
  border-radius: 8px;
}

.SP .element-16 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.SP .text-wrapper-110 {
  font-size: 26px;
  line-height: 31.2px;
}

.SP .text-wrapper-111 {
  font-family: "Poppins", Helvetica;
  font-size: 26px;
  line-height: 31.2px;
}

.SP .vector-31 {
  position: absolute;
  top: calc(50% - 8px);
  left: -12px;
  width: 12px;
  height: 15px;
  aspect-ratio: 1.25;
}

.SP .mv-13 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 80px 160px;
  flex: 0 0 auto;
  background-color: #002850;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .bg {
  position: absolute;
  top: 218px;
  left: calc(50% - 875px);
  width: 1750px;
  height: 863px;
  background-color: #99ddff;
  border-radius: 875px/431.5px;
  filter: blur(329.26px);
}

.SP .text-wrapper-112 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 54.4px;
}

.SP .div-31 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
}

.SP .text-wrapper-113 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.SP .div-32 {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  align-items: center;
  gap: 20px;
  padding: 28px 24px 24px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-main-blue-50);
  border-radius: 8px;
}

.SP .item-6 {
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .text-wrapper-114 {
  align-self: stretch;
  margin-top: -1px;
  font-weight: 400;
  color: var(--collection-1-gray-gray-500);
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.SP .element-wrapper {
  position: absolute;
  top: -12px;
  left: 200px;
  z-index: 1;
  width: 84px;
  height: 84px;
  background-image: url(../img/union-18.svg);
  background-size: 100% 100%;
}

.SP .item-7 {
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .item-8 {
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .bg-2 {
  position: absolute;
  top: 0;
  left: calc(50% - 450px);
  width: 900px;
  height: 218px;
}

.SP .mv-14 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 80px 160px;
  flex: 0 0 auto;
  background-color: #002850;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .h {
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 54.4px;
  position: relative;
  align-self: stretch;
}

.SP .div-33 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .div-34 {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .icon-11 {
  position: absolute;
  right: -33px;
  bottom: -20px;
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
}

.SP .div-35 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .mv-15 {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 120px 160px 80px;
  flex: 0 0 auto;
  background-color: var(--collection-1-utility-yellow-light);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .div-36 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  align-self: stretch;
}

.SP .div-37 {
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: var(--collection-1-gray-gray-900);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 54.4px;
  position: relative;
  align-self: stretch;
}

.SP .text-wrapper-115 {
  align-self: stretch;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.SP .div-38 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .div-39 {
  display: flex;
  flex-direction: column;
  width: 290px;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
}

.SP .text-wrapper-116 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 800;
  color: var(--collection-1-main-blue-500);
  font-size: 18px;
  line-height: 27px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.SP .arrow-3 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 80px;
}

.SP .mv-16 {
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 80px 160px;
  flex: 0 0 auto;
  background-color: var(--collection-1-main-blue-50);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .bg-3 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 716px;
}

.SP .div-40 {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  align-items: center;
  gap: 50px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.SP .div-41 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: var(--collection-1-accent-pink-500);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 54.4px;
}

.SP .frame-34 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .div-42 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 24px 28px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-top-width: 4px;
  border-top-style: solid;
  border-color: var(--collection-1-main-blue-500);
}

.SP .div-43 {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  align-items: center;
  gap: 40px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.SP .h-2 {
  display: flex;
  flex-direction: column;
  height: 112px;
  align-items: center;
  gap: 4px;
  width: 100%;
  position: relative;
  align-self: stretch;
}

.SP .div-44 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: var(--collection-1-gray-gray-900);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 54.4px;
}

.SP .frame-35 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 8px;
}

.SP .text-wrapper-117 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: #0c1219;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.SP .div-45 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .list-2 {
  height: 286px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--collection-1-utility-yellow-light);
  border-radius: 4px;
}

.SP .div-46 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -6px;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 8px;
}

.SP .text-wrapper-118 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--collection-1-gray-gray-900);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .polygon-4 {
  position: relative;
  width: 9px;
  height: 15.59px;
}

.SP .list-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--collection-1-utility-yellow-light);
  border-radius: 4px;
}

.SP .mv-17 {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 160px;
  flex: 0 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 250, 252, 1) 0%, rgba(255, 232, 242, 1) 100%);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .bg-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1760px;
  height: 1823px;
}

.SP .ellipse-7 {
  position: absolute;
  top: 126px;
  left: 427px;
  width: 200px;
  height: 200px;
  background-color: #fec1da;
  border-radius: 100px;
  filter: blur(99.5px);
  aspect-ratio: 1;
}

.SP .ellipse-8 {
  position: absolute;
  top: 0;
  right: 510px;
  width: 200px;
  height: 200px;
  background-color: #fec1da;
  border-radius: 100px;
  filter: blur(100px);
  aspect-ratio: 1;
}

.SP .ellipse-9 {
  position: absolute;
  top: 570px;
  right: -330px;
  width: 890px;
  height: 890px;
  background-color: #fec1da;
  border-radius: 445px;
  filter: blur(445px);
  aspect-ratio: 1;
}

.SP .ellipse-10 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 840px;
  height: 840px;
  background-color: #fec1da;
  border-radius: 420px;
  filter: blur(420px);
  aspect-ratio: 1;
}

.SP .frame-36 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .text-wrapper-119 {
  color: #fc1a78;
  font-size: 42px;
  line-height: 71.4px;
}

.SP .div-47 {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  align-items: center;
  gap: 12px;
  padding: 24px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-top-width: 2px;
  border-top-style: solid;
  border-color: var(--collection-1-accent-pink-500);
}

.SP .div-48 {
  position: relative;
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-900);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.SP .image-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 4.28;
  object-fit: cover;
}

.SP .btn-3 {
  max-width: 480px;
  height: 83px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 100%;
}

.SP .mv-18 {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 160px;
  flex: 0 0 auto;
  background-color: var(--collection-1-utility-yellow-light);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .frame-37 {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.SP .com-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-accent-pink-500);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 54.4px;
}

.SP .text-wrapper-120 {
  font-weight: 800;
  color: #fc1a78;
}

.SP .text-wrapper-121 {
  font-family: "Poppins", Helvetica;
  font-weight: 800;
  color: #fc1a78;
}

.SP .div-49 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
}

.SP .frame-38 {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.SP .people-2 {
  position: relative;
  width: 240px;
  height: 120px;
  aspect-ratio: 2;
}

.SP .frame-39 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.SP .text-wrapper-122 {
  margin-top: -1px;
  font-weight: 800;
  color: var(--collection-1-main-blue-500);
  font-size: 20px;
  line-height: 30px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
  letter-spacing: 0;
}

.SP .number-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 12px;
  position: absolute;
  top: -12px;
  left: calc(50% - 52px);
  background-color: var(--collection-1-main-blue-500);
  border-radius: 100px;
}

.SP .text-wrapper-123 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.SP .text-wrapper-124 {
  position: relative;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-main-blue-500);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

.SP .text-wrapper-125 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-800);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .text-wrapper-126 {
  position: relative;
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-800);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .btn-4 {
  max-width: 480px;
  align-items: flex-start;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 100%;
}

.SP .mv-19 {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 160px;
  flex: 0 0 auto;
  background-color: var(--collection-1-accent-pink-50);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .frame-40 {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  align-items: center;
  gap: 20px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.SP .text-wrapper-127 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 800;
  color: var(--collection-1-gray-gray-900);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 54.4px;
}

.SP .frame-41 {
  display: flex;
  max-width: 900px;
  gap: 14px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.SP .div-50 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 4px;
}

.SP .frame-42 {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
}

.SP .frame-43 {
  position: relative;
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
}

.SP .name {
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .frame-44 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.SP .element-17 {
  position: relative;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--collection-1-gray-gray-900);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
}

.SP .text-wrapper-128 {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #0c1219;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
}

.SP .text-wrapper-129 {
  font-size: 14px;
  line-height: 14px;
}

.SP .img-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0px 0px 36px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.SP .polygon-5 {
  position: relative;
  width: 7.79px;
  height: 4.5px;
  aspect-ratio: 1.5;
}

.SP .element-18 {
  position: relative;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--collection-1-accent-pink-500);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
}

.SP .text-wrapper-130 {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #fc1a78;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
}

.SP .text-wrapper-131 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-500);
  font-size: 10px;
  letter-spacing: 0;
  line-height: 10px;
}

.SP .arrow-4 {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 84px;
  height: 84px;
  background-image: url(../img/union-18.svg);
  background-size: 100% 100%;
}

.SP .element-19 {
  left: 17px;
  position: absolute;
  top: 30px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--collection-1-gray-gray-50);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.SP .text-wrapper-132 {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #f0f5f8;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
}

.SP .text-wrapper-133 {
  font-size: 12px;
  line-height: 12px;
}

.SP .element-20 {
  left: 21px;
  position: absolute;
  top: 30px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--collection-1-gray-gray-50);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.SP .element-21 {
  left: 18px;
  position: absolute;
  top: 30px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--collection-1-gray-gray-50);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.SP .mv-20 {
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 80px 160px;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-0-white);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .text-wrapper-134 {
  margin-top: -1px;
  font-weight: 900;
  color: var(--collection-1-gray-gray-900);
  font-size: 32px;
  text-align: center;
  letter-spacing: 1.28px;
  line-height: 54.4px;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.SP .mv-21 {
  flex-direction: column;
  height: 960px;
  align-items: center;
  gap: 32px;
  padding: 80px 160px;
  background-color: var(--collection-1-utility-yellow-light);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .frame-45 {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  align-items: flex-start;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -6px;
  background-color: #ffffff;
  border-radius: 8px;
}

.SP .ttl-6 {
  flex-wrap: wrap;
  height: 120px;
  gap: 8px 8px;
  padding: 0px 20px;
  flex: 1;
  flex-grow: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--collection-1-gray-gray-100);
  display: flex;
  align-items: center;
  position: relative;
}

.SP .frame-46 {
  align-items: center;
  gap: 20px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.SP .ttl-7 {
  width: 220px;
  gap: 10.78px;
  display: flex;
  align-items: center;
  position: relative;
}

.SP .vector-32 {
  position: absolute;
  width: 36.45%;
  height: 0;
  top: 10.17%;
  left: 31.14%;
}

.SP .text-wrapper-135 {
  position: relative;
  flex: 1;
  margin-top: -0.98px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .icon-12 {
  display: flex;
  flex-direction: column;
  width: 40px;
  align-items: center;
  justify-content: center;
  gap: 3.92px;
  position: relative;
  align-self: stretch;
  background-color: var(--collection-1-main-blue-200);
}

.SP .text-wrapper-136 {
  position: relative;
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-900);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.SP .icon-13 {
  display: flex;
  flex-direction: column;
  width: 40px;
  align-items: center;
  justify-content: center;
  gap: 3.92px;
  position: relative;
  align-self: stretch;
  background-color: var(--collection-1-main-blue-300);
}

.SP .icon-14 {
  display: flex;
  flex-direction: column;
  width: 40px;
  align-items: center;
  justify-content: center;
  gap: 3.92px;
  position: relative;
  align-self: stretch;
  background-color: var(--collection-1-main-blue-400);
}

.SP .icon-15 {
  display: flex;
  flex-direction: column;
  width: 40px;
  align-items: center;
  justify-content: center;
  gap: 3.92px;
  position: relative;
  align-self: stretch;
  background-color: var(--collection-1-main-blue-500);
}

.SP .icon-16 {
  display: flex;
  flex-direction: column;
  width: 40px;
  align-items: center;
  justify-content: center;
  gap: 3.92px;
  position: relative;
  align-self: stretch;
  background-color: var(--collection-1-accent-pink-500);
}

.SP .ttl-8 {
  flex-wrap: wrap;
  height: 120px;
  gap: 8px 8px;
  padding: 0px 20px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.SP .mv-22 {
  flex-direction: column;
  align-items: center;
  padding: 64px 160px;
  flex: 0 0 auto;
  background-color: var(--collection-1-accent-pink-50);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.SP .frame-47 {
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.SP .image-woman-3 {
  position: relative;
  width: 80.31px;
  height: 88.38px;
  margin-top: -5.21px;
  margin-bottom: -5.21px;
  aspect-ratio: 0.9;
}

.SP .label-11 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--collection-1-accent-pink-500);
  border-radius: 8px;
}

.SP .element-22 {
  position: relative;
  width: 89px;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--collection-1-gray-gray-0-white);
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
}

.SP .text-wrapper-137 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.SP .form-3 {
  flex-direction: column;
  max-width: 900px;
  gap: 20px;
  padding: 40px;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-0-white);
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.SP .label-12 {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  border: 1px solid;
  border-color: var(--collection-1-gray-gray-100);
  aspect-ratio: 1;
}

.SP .button-2 {
  all: unset;
  box-sizing: border-box;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-accent-pink-500);
  border-radius: 9999px;
  border: 4px solid;
  border-color: var(--collection-1-gray-gray-0-white);
  box-shadow: 0px 0px 10px #0000001a;
  cursor: pointer;
}

.SP .footer-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 48px;
  padding: 24px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-gray-gray-800);
}

.SP .inner-3 {
  display: inline-flex;
  max-width: 1080px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.SP .text-wrapper-138 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--textjp-12-w3-font-family);
  font-weight: var(--textjp-12-w3-font-weight);
  color: var(--collection-1-gray-gray-0-white);
  font-size: var(--textjp-12-w3-font-size);
  letter-spacing: var(--textjp-12-w3-letter-spacing);
  line-height: var(--textjp-12-w3-line-height);
  white-space: nowrap;
  font-style: var(--textjp-12-w3-font-style);
}

.SP.PC {
  display: flex;
  flex-direction: column;
  min-width: 1920px;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}

.SP .bg-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 593px;
  overflow: hidden;
}

.SP .group-15 {
  position: absolute;
  top: calc(50% - 286px);
  left: calc(50% - 1046px);
  width: 743px;
  height: 592px;
}

.SP .vector-33 {
  position: absolute;
  top: calc(50% - 296px);
  left: calc(50% - 13px);
  width: 384px;
  height: 583px;
}

.SP .image-6 {
  position: absolute;
  left: 320px;
  bottom: 0;
  width: 395px;
  height: 188px;
  display: flex;
  align-items: flex-end;
}

.SP .image-7 {
  margin-bottom: 0;
  width: 403.9px;
  height: 166.96px;
  margin-left: 0.1px;
  display: flex;
  align-items: flex-end;
  gap: 13.1px;
}

.SP .image-woman-4 {
  margin-bottom: 4px;
  width: 171.99px;
  height: 178.15px;
  margin-left: -11.2px;
  aspect-ratio: 0.9;
}

.SP .ttl-9 {
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.SP .div-51 {
  position: relative;
  align-self: stretch;
  margin-top: -2.12px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: var(--collection-1-gray-gray-700);
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 60px;
}

.SP .item-9 {
  width: 140px;
  height: 140px;
  align-items: center;
  justify-content: center;
  border-radius: 14521.02px;
  border: none;
  box-shadow: inset 0px 0px 14.52px #0000004c;
  aspect-ratio: 1;
  background: linear-gradient(
    144deg,
    rgba(142, 104, 4, 1) 0%,
    rgba(255, 217, 101, 1) 19%,
    rgba(191, 142, 10, 1) 27%,
    rgba(126, 88, 5, 1) 42%,
    rgba(137, 98, 7, 1) 73%,
    rgba(249, 215, 127, 1) 85%,
    rgba(155, 109, 9, 1) 99%
  );
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .item-9::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4.36px;
  border-radius: 14521.02px;
  background: linear-gradient(
    180deg,
    rgba(174, 133, 28, 1) 0%,
    rgba(255, 236, 195, 1) 17%,
    rgba(181, 151, 63, 1) 49%,
    rgba(255, 240, 209, 1) 79%,
    rgba(174, 128, 28, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.SP .div-52 {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 0px 2.9px #694c0a;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
}

.SP .text-wrapper-139 {
  line-height: 18.2px;
}

.SP .text-wrapper-140 {
  font-size: 20px;
  line-height: 26px;
}

.SP .text-wrapper-141 {
  line-height: 21px;
}

.SP .item-10 {
  width: 140px;
  height: 140px;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 5.81px;
  border-radius: 14521.02px;
  border: none;
  box-shadow: inset 0px 0px 14.52px #0000004c;
  aspect-ratio: 1;
  background: linear-gradient(
    144deg,
    rgba(142, 104, 4, 1) 0%,
    rgba(255, 217, 101, 1) 19%,
    rgba(191, 142, 10, 1) 27%,
    rgba(126, 88, 5, 1) 42%,
    rgba(137, 98, 7, 1) 73%,
    rgba(249, 215, 127, 1) 85%,
    rgba(155, 109, 9, 1) 99%
  );
  display: flex;
  flex-direction: column;
  position: relative;
}

.SP .item-10::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4.36px;
  border-radius: 14521.02px;
  background: linear-gradient(
    180deg,
    rgba(174, 133, 28, 1) 0%,
    rgba(255, 236, 195, 1) 17%,
    rgba(181, 151, 63, 1) 49%,
    rgba(255, 240, 209, 1) 79%,
    rgba(174, 128, 28, 1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.SP .text-wrapper-142 {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 0px 2.9px #694c0a;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 18.2px;
}

.SP .element-23 {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 0px 2.9px #694c0a;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.SP .text-wrapper-143 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.SP .element-24 {
  position: relative;
  align-self: stretch;
  text-shadow: 0px 0px 2.9px #694c0a;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 14px;
}

.SP .text-wrapper-144 {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
}

.SP .input-5 {
  flex-direction: column;
  width: 480px;
  align-items: flex-start;
  gap: 12px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.SP .vector-34 {
  width: 10.11px;
  height: 10.16px;
  margin-top: 0;
  transform: rotate(-180deg);
}

.SP .vector-35 {
  width: 10.11px;
  height: 10.16px;
}

.SP .label-13 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--collection-1-accent-pink-50);
  border-radius: 8px;
}

.SP .bg-wrapper {
  position: absolute;
  left: calc(50% - 960px);
  bottom: 0;
  width: 1920px;
  height: 1024px;
}

.SP .bg-6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 2450px;
  height: 1823px;
}

.SP .ellipse-11 {
  position: absolute;
  top: 0;
  right: 360px;
  width: 200px;
  height: 200px;
  background-color: #fec1da;
  border-radius: 100px;
  filter: blur(100px);
  aspect-ratio: 1;
}

.SP .ellipse-12 {
  position: absolute;
  top: 570px;
  right: -480px;
  width: 890px;
  height: 890px;
  background-color: #fec1da;
  border-radius: 445px;
  filter: blur(445px);
  aspect-ratio: 1;
}

.SP .frame-48 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 4px;
}

@media (max-width: 1079px) {
  .SP.tablet {
    display: none !important;
  }
  .SP.PC {
    display: none !important;
  }
}

@media (min-width: 1080px) and (max-width: 1919px) {
  .SP.div {
    display: none !important;
  }
  .SP.PC {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .SP.div {
    display: none !important;
  }
  .SP.tablet {
    display: none !important;
  }
}

/* Input
----------------------------------------- */
/* Text */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="date"],
select,
textarea {
  max-width: 100%;
  padding: 12px 16px;
  background-color: var(--collection-1-gray-gray-50);
  border: none;
  border-radius: 4px;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  line-height: inherit;

  &::placeholder {
    color: var(--collection-1-gray-gray-300);
  }

  &:focus {
    outline: 1px solid var(--collection-1-gray-gray-300);
  }
}

/* Radio */
input[type="radio"] {
  display: none;
  appearance: none;
  outline: none;
}

input[type="radio"] + span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  font-size: 14px;
  cursor: pointer;
}

input[type="radio"] + span:before,
input[type="radio"] + span:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
}
input[type="radio"] + span:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #FFF;
  border: 1px solid var(--collection-1-gray-gray-100);
}

input[type="radio"]:checked + span:after {
  width: 10px;
  height: 10px;
  background-color: var(--collection-1-main-blue-500);
  margin-top: -5px;
  left: 5px;
}

/* Size */
.c-input--small {
  width: calc(138 / 1080 * 100vw);
}

/*
.c-input--medium {
  width: 500px;
  @include sp {
    width: 100%;
  }
}
*/

.c-input--full {
  width: 100%;
}
