.desktop {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  min-width: 1440px;
  min-height: 5194px;
  position: relative;
}

.desktop .image {
  position: absolute;
  top: 4794px;
  left: 0;
  width: 1440px;
  height: 400px;
  object-fit: cover;
}

.desktop .view {
  position: absolute;
  top: 1600px;
  left: 0;
  width: 1440px;
  height: 800px;
  background-color: #b4b2b2;
}

.desktop .img {
  top: 4000px;
  left: 0;
  height: 800px;
  object-fit: cover;
  position: absolute;
  width: 1440px;
}

.desktop .image-2 {
  top: 2400px;
  left: 0;
  height: 800px;
  object-fit: cover;
  position: absolute;
  width: 1440px;
}

.desktop .image-3 {
  top: 0;
  left: 0;
  height: 811px;
  position: absolute;
  width: 1440px;
}

.desktop .image-4 {
  top: 800px;
  left: 0;
  height: 800px;
  object-fit: cover;
  position: absolute;
  width: 1440px;
}

.desktop .images {
  left: 0;
  width: 534px;
  height: 800px;
  aspect-ratio: 0.67;
  position: absolute;
  top: 1600px;
}

.desktop .images-2 {
  left: 534px;
  width: 906px;
  height: 801px;
  aspect-ratio: 1.5;
  position: absolute;
  top: 1600px;
}

.desktop .text-wrapper {
  position: absolute;
  top: 1646px;
  left: calc(50.00% - 384px);
  font-family: "Noto Sans-Black", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .div {
  position: absolute;
  top: 4955px;
  left: calc(50.00% - 543px);
  font-family: "DNPShueiShogoMinStd-Hv", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .p {
  position: absolute;
  top: 1780px;
  left: calc(50.00% - 656px);
  width: 1252px;
  font-family: "Noto Sans-Black", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .span {
  font-weight: 900;
}

.desktop .text-wrapper-2 {
  font-family: "Noto Sans-Regular", Helvetica;
}

.desktop .div-2 {
  position: absolute;
  top: 1962px;
  left: calc(50.00% - 654px);
  width: 1346px;
  font-family: "Noto Sans-Black", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .element {
  position: absolute;
  top: 2171px;
  left: calc(50.00% - 654px);
  width: 1252px;
  font-family: "Noto Sans-Black", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .text-wrapper-3 {
  position: absolute;
  top: 836px;
  left: calc(50.00% - 478px);
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 64px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .cs {
  position: absolute;
  top: 0;
  left: 6px;
  width: 255px;
  height: 127px;
  aspect-ratio: 2;
  object-fit: cover;
}

.desktop .header-auth {
  display: flex;
  width: 178px;
  align-items: center;
  gap: var(--size-space-300);
  position: absolute;
  top: 48px;
  left: 1227px;
}

.desktop .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-200);
  padding: var(--size-space-200);
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--color-background-brand-default);
  border-radius: var(--size-radius-200);
  overflow: hidden;
  border: 1px solid;
  border-color: var(--color-border-brand-default);
}

.desktop .button-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--single-line-body-base-font-family);
  font-weight: var(--single-line-body-base-font-weight);
  color: var(--color-text-brand-on-brand);
  font-size: var(--single-line-body-base-font-size);
  letter-spacing: var(--single-line-body-base-letter-spacing);
  line-height: var(--single-line-body-base-line-height);
  white-space: nowrap;
  font-style: var(--single-line-body-base-font-style);
}

.desktop .navigation-pill-list {
  display: flex;
  flex-wrap: wrap;
  width: 423px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--size-space-200);
  position: absolute;
  top: 48px;
  left: 712px;
}

.desktop .navigation-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-200);
  padding: var(--size-space-200);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--color-background-brand-tertiary);
  border-radius: var(--size-radius-200);
}

.desktop .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--single-line-body-base-font-family);
  font-weight: var(--single-line-body-base-font-weight);
  color: var(--color-text-brand-on-brand-secondary);
  font-size: var(--single-line-body-base-font-size);
  letter-spacing: var(--single-line-body-base-letter-spacing);
  line-height: var(--single-line-body-base-line-height);
  white-space: nowrap;
  font-style: var(--single-line-body-base-font-style);
}

.desktop .title-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-200);
  padding: var(--size-space-200);
  position: relative;
  flex: 0 0 auto;
  background-color: #f5f5f5;
  border-radius: var(--size-radius-200);
}

.desktop .title-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--single-line-body-base-font-family);
  font-weight: var(--single-line-body-base-font-weight);
  color: var(--color-text-default-default);
  font-size: var(--single-line-body-base-font-size);
  letter-spacing: var(--single-line-body-base-letter-spacing);
  line-height: var(--single-line-body-base-line-height);
  white-space: nowrap;
  font-style: var(--single-line-body-base-font-style);
}

.desktop .text-wrapper-4 {
  position: absolute;
  top: 368px;
  left: 232px;
  background: linear-gradient(
    90deg,
    rgba(236, 233, 230, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "DNPShueiShogoMinStd-Hv", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 64px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .text-wrapper-5 {
  position: absolute;
  top: 304px;
  left: 363px;
  font-family: "DNPShueiShogoMinStd-Hv", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .frame {
  display: flex;
  flex-direction: column;
  width: 1450px;
  height: 820px;
  align-items: center;
  gap: 30px;
  padding: 22px 73px;
  position: absolute;
  top: 3180px;
  left: -10px;
}

.desktop .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 1460px;
  height: 820px;
}

.desktop .image-5 {
  top: 10px;
  left: 10px;
  height: 800px;
  object-fit: cover;
  position: absolute;
  width: 1440px;
}

.desktop .text-wrapper-6 {
  position: relative;
  width: 320px;
  margin-top: -2.00px;
  -webkit-text-stroke: 1px #ffffff;
  font-family: "Noto Sans-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .frame-2 {
  display: inline-flex;
  align-items: flex-start;
  gap: 45px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -4.50px;
  margin-right: -4.50px;
}

.desktop .view-2 {
  width: 414px;
  gap: 43px;
  padding: 30px 93px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #ffffff87;
  border-radius: 43px;
}

.desktop .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  margin-top: -2.00px;
  margin-left: -1.00px;
  -webkit-text-stroke: 1px #333333;
  font-family: "Noto Sans-Light", Helvetica;
  font-weight: 300;
  color: #333333;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-left: -1.00px;
  -webkit-text-stroke: 1px #333333;
  font-family: "Noto Sans-Light", Helvetica;
  font-weight: 300;
  color: #333333;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  margin-left: -1.00px;
  -webkit-text-stroke: 1px #333333;
  font-family: "Noto Sans-Black", Helvetica;
  font-weight: 900;
  color: #333333;
  font-size: 64px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .element-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
}

.desktop .frame-3 {
  display: flex;
  flex-direction: column;
  width: 414px;
  align-items: center;
  gap: 40px;
  padding: 30px 19px;
  position: relative;
  background-color: #ffffff87;
  border-radius: 43px;
}

.desktop .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  margin-left: -1.00px;
  -webkit-text-stroke: 1px #333333;
  font-family: "Noto Sans-Light", Helvetica;
  font-weight: 300;
  color: #333333;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .element-3 {
  width: 338px;
  height: 219px;
  aspect-ratio: 1.54;
  position: relative;
  object-fit: cover;
}

.desktop .view-3 {
  width: 395px;
  gap: 51px;
  padding: 19px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #ffffff87;
  border-radius: 43px;
}

.desktop .element-4 {
  width: 334px;
  height: 199px;
  aspect-ratio: 1.68;
  position: relative;
  object-fit: cover;
}

.desktop .text-wrapper-11 {
  position: relative;
  width: 684px;
  -webkit-text-stroke: 1px #ffffff;
  font-family: "Noto Sans-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0;
  line-height: normal;
}

.footer {
  background-color: var(--color-background-default-default);
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--color-border-default-default);
  width: 100%;
  min-width: 1440px;
  min-height: 147px;
  position: relative;
  gap: var(--size-space-400);
}

.footer .vector {
  position: absolute;
  top: 60px;
  left: 308px;
  width: 265px;
  height: 44px;
}

.footer .text-link-list-item {
  position: absolute;
  top: 67px;
  left: 1198px;
  width: 89px;
  height: 22px;
  display: flex;
}

.footer .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 64px;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: var(--color-text-default-default);
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  white-space: nowrap;
  font-style: var(--body-base-font-style);
}

.footer .div-wrapper {
  position: absolute;
  top: 66px;
  left: 1072px;
  width: 89px;
  height: 22px;
  display: flex;
}

.footer .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 96px;
  font-family: var(--body-base-font-family);
  font-weight: var(--body-base-font-weight);
  color: var(--color-text-default-default);
  font-size: var(--body-base-font-size);
  letter-spacing: var(--body-base-letter-spacing);
  line-height: var(--body-base-line-height);
  white-space: nowrap;
  font-style: var(--body-base-font-style);
}

.footer .cs {
  position: absolute;
  top: 23px;
  left: 0;
  width: 289px;
  height: 124px;
  aspect-ratio: 2;
  object-fit: cover;
}

.footer .arrow-up {
  position: absolute;
  top: 50px;
  left: 1348px;
  width: 48px;
  height: 48px;
}

.footer .div {
  position: absolute;
  top: 119px;
  left: 1193px;
  width: 386px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.meido {
  filter: brightness(60%);
}