* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #f8fbff;
  color: #071d4d;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden;
}

.lp {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  display: flex;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 9%, rgba(207, 230, 255, 0.68) 0 8%, rgba(255, 255, 255, 0) 23%),
    radial-gradient(circle at 65% 52%, rgba(211, 232, 255, 0.42) 0 12%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.fv {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 11%, rgba(216, 235, 255, 0.56) 0 7%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 80% 45%, rgba(223, 239, 255, 0.72) 0 13%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 8% 75%, rgba(225, 241, 255, 0.65) 0 11%, rgba(255, 255, 255, 0) 29%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 62%, #eef7ff 100%);
  transform-origin: top center;
}

.fv::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1012px;
  bottom: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(223, 239, 255, 0.72) 0 17%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(245, 251, 255, 0.86) 0%, rgba(235, 247, 255, 0.94) 35%, rgba(248, 252, 255, 0.98) 100%);
  z-index: 1;
}

.art {
  position: absolute;
  background-image: url("./design/lp1.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
  pointer-events: none;
  z-index: 2;
}

.art-top {
  left: 568px;
  top: 0;
  width: 456px;
  height: 882px;
  background-position: -568px 0;
}

.art-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 505px;
  width: 122px;
  height: 166px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.97) 88%, rgba(255, 255, 255, 0) 100%);
}

.art-bottom {
  left: 407px;
  top: 720px;
  width: 617px;
  height: 326px;
  background-position: -407px -720px;
}

.art-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 128px;
  height: 145px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.97) 72%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(0 0, 116px 0, 78px 100%, 0 100%);
}

.fv-badge {
  position: absolute;
  z-index: 3;
  left: 43px;
  top: 122px;
  width: 400px;
  height: 79px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 34px;
  border: 2px solid #2b71ff;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.93);
  color: #005eff;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 1.7px;
  line-height: 1;
  white-space: nowrap;
}

.fv-badge span:last-child {
  white-space: nowrap;
}

.beginner-mark {
  position: relative;
  width: 34px;
  height: 42px;
  flex: 0 0 34px;
  display: block;
  background: url("./design/lp1.png") no-repeat -80px -144px / 1024px 1536px;
}

.beginner-mark::before,
.beginner-mark::after {
  content: none;
}

.beginner-mark::before {
  left: 0;
  background: #ffe025;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 78%);
  border-right: 0;
}

.beginner-mark::after {
  right: 0;
  background: #0066ff;
  clip-path: polygon(0 20%, 100% 0, 100% 78%, 0 100%);
  border-left: 0;
}

.fv-title {
  position: absolute;
  z-index: 3;
  left: 52px;
  top: 261px;
  margin: 0;
  color: #071d4d;
  font-weight: 900;
  letter-spacing: 6px;
  line-height: 1.86;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.65);
}

.fv-title .line {
  display: block;
  font-size: 75px;
}

.fv-title .blue,
.fv-title .num {
  color: #005eff;
}

.fv-title .income {
  margin-top: 5px;
  letter-spacing: 5px;
}

.fv-title .num {
  display: inline-block;
  margin: 0 5px 0 7px;
  font-size: 110px;
  line-height: 0.86;
  letter-spacing: 1px;
}

.yellow-line {
  position: absolute;
  z-index: 3;
  left: 209px;
  top: 638px;
  width: 355px;
  height: 14px;
  border-radius: 999px;
  background: #ffc400;
}

.fv-lead {
  position: absolute;
  z-index: 3;
  left: 52px;
  top: 699px;
  margin: 0;
  color: #071d4d;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.68;
}

.features {
  position: absolute;
  z-index: 3;
  left: 35px;
  top: 1067px;
  width: 956px;
  height: 166px;
  display: grid;
  grid-template-columns: 282px 1px 292px 1px 300px;
  align-items: center;
  column-gap: 20px;
}

.feature {
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
  gap: 21px;
}

.feature-circle {
  width: 124px;
  height: 124px;
  flex: 0 0 124px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.86);
  background-image: url("./design/lp1.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
  box-shadow: none;
}

.feature:nth-child(1) .feature-circle {
  background-position: -34px -1081px;
}

.feature:nth-child(3) .feature-circle {
  background-position: -358px -1081px;
}

.feature:nth-child(5) .feature-circle {
  background-position: -690px -1081px;
}

.feature-circle .icon {
  display: none;
}

.feature p {
  margin: 5px 0 0;
  color: #071d4d;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 1.52;
}

.divider {
  width: 1px;
  height: 82px;
  background: #c7d6ea;
}

.check {
  position: absolute;
  left: 139px;
  top: 0;
  width: 40px;
  height: 31px;
  background-image: url("./design/lp1.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
  background-position: -174px -1088px;
}

.feature:nth-child(3) .check {
  background-position: -497px -1088px;
}

.feature:nth-child(5) .check {
  background-position: -826px -1088px;
}

.icon {
  width: 68px;
  height: 68px;
  fill: none;
  stroke: #0b59d7;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-chart rect {
  fill: #66a0ff;
  stroke: none;
}

.icon-chart rect:nth-of-type(2) {
  fill: #2d78e9;
}

.icon-chart rect:nth-of-type(3) {
  fill: #0055d9;
}

.fv-message {
  position: absolute;
  z-index: 3;
  left: 112px;
  top: 1304px;
  margin: 0;
  width: 800px;
  color: #071d4d;
  text-align: center;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.4;
}

.fv-message::before,
.fv-message::after {
  content: "";
  position: absolute;
  top: 19px;
  width: 21px;
  height: 49px;
  border-left: 3px solid #071d4d;
}

.fv-message::before {
  left: 21px;
  transform: rotate(-33deg);
}

.fv-message::after {
  right: 20px;
  transform: rotate(33deg);
}

.blue {
  color: #005eff;
}

.scroll {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0066ff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 6px;
  line-height: 1;
}

.scroll i {
  position: relative;
  display: block;
  width: 2px;
  height: 49px;
  margin-top: 17px;
  background: #0066ff;
}

.scroll i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 24px;
  height: 24px;
  border-right: 3px solid #0066ff;
  border-bottom: 3px solid #0066ff;
  transform: translateX(-50%) rotate(45deg);
}

@media (max-width: 1024px) {
  .fv {
    transform: scale(calc(100vw / 1024));
  }
}

.empathy-section {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 40%, rgba(226, 240, 255, 0.68) 0 13%, rgba(255, 255, 255, 0) 31%),
    radial-gradient(circle at 20% 73%, rgba(228, 242, 255, 0.58) 0 11%, rgba(255, 255, 255, 0) 29%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 64%, #f6fbff 100%);
}

.empathy-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 39%, rgba(226, 240, 255, 0.7) 0 13%, rgba(255, 255, 255, 0) 32%),
    radial-gradient(circle at 21% 72%, rgba(226, 240, 255, 0.55) 0 11%, rgba(255, 255, 255, 0) 29%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 66%, #f7fbff 100%);
  transform-origin: top center;
}

.empathy-bubble {
  position: absolute;
  left: 240px;
  top: 36px;
  width: 543px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2b71ff;
  border-radius: 37px;
  background: rgba(255, 255, 255, 0.96);
  color: #0066ff;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 3.6px;
  line-height: 1;
}

.empathy-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-right: 2px solid #2b71ff;
  border-bottom: 2px solid #2b71ff;
  transform: translateX(-50%) rotate(45deg);
}

.empathy-title {
  position: absolute;
  left: 0;
  top: 145px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-weight: 900;
  letter-spacing: 4.4px;
  line-height: 1.32;
}

.empathy-title span {
  display: block;
  font-style: normal;
  font-size: 62px;
  white-space: nowrap;
}

.empathy-title span + span {
  margin-top: 10px;
  font-size: 57px;
  letter-spacing: 1.6px;
}

.empathy-title em {
  color: #0066ff;
  font-style: normal;
}

.empathy-title-line {
  position: absolute;
  left: 467px;
  top: 314px;
  width: 90px;
  height: 10px;
  border-radius: 999px;
  background: #ffc400;
}

.empathy-hero-art {
  position: absolute;
  left: 43px;
  top: 339px;
  width: 939px;
  height: 449px;
  overflow: hidden;
  border-radius: 0 0 92px 92px;
  background-image: url("./design/lp2.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
  background-position: -43px -339px;
}

.worry-grid {
  position: absolute;
  left: 43px;
  top: 810px;
  width: 938px;
  display: grid;
  grid-template-columns: 454px 468px;
  column-gap: 14px;
  row-gap: 10px;
}

.worry-card {
  position: relative;
  height: 178px;
  border: 1px solid rgba(204, 222, 244, 0.7);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(36, 89, 162, 0.08);
}

.worry-icon {
  position: absolute;
  left: 20px;
  top: 27px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background-image: url("./design/lp2.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.worry-card-1 .worry-icon {
  background-position: -66px -835px;
}

.worry-card-2 .worry-icon {
  background-position: -533px -835px;
}

.worry-card-3 .worry-icon {
  background-position: -66px -1022px;
}

.worry-card-4 .worry-icon {
  background-position: -533px -1022px;
}

.worry-card-5 .worry-icon {
  background-position: -66px -1206px;
}

.worry-card-6 .worry-icon {
  background-position: -533px -1206px;
}

.worry-divider {
  position: absolute;
  left: 160px;
  top: 37px;
  width: 1px;
  height: 95px;
  background: #d7e2f1;
}

.worry-card p {
  position: absolute;
  left: 183px;
  top: 30px;
  margin: 0;
  color: #071d4d;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 1.1px;
  line-height: 1.56;
  white-space: nowrap;
}

.worry-card p span {
  color: #f52a7f;
}

.worry-card-4 p {
  top: 25px;
  font-size: 26px;
  letter-spacing: 0.7px;
}

.worry-card-6 p {
  top: 26px;
  font-size: 26px;
  letter-spacing: 0.7px;
}

.worry-card-3 p,
.worry-card-5 p {
  font-size: 26px;
  letter-spacing: 0.8px;
}

.empathy-down {
  position: absolute;
  left: 498px;
  top: 1374px;
  width: 30px;
  height: 32px;
}

.empathy-down::before,
.empathy-down::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-right: 5px solid #ffc400;
  border-bottom: 5px solid #ffc400;
  transform: rotate(45deg);
}

.empathy-down::before {
  top: -12px;
}

.empathy-down::after {
  top: 8px;
}

.empathy-bottom-message {
  position: absolute;
  left: 165px;
  top: 1425px;
  margin: 0;
  width: 700px;
  color: #071d4d;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1.48;
}

.empathy-bottom-message span {
  color: #f52a7f;
}

.empathy-bottom-message::before,
.empathy-bottom-message::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 50px;
  height: 50px;
  background-image: url("./design/lp2.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.empathy-bottom-message::before {
  left: -67px;
  background-position: -183px -1420px;
}

.empathy-bottom-message::after {
  right: -67px;
  background-position: -801px -1420px;
}

@media (max-width: 1024px) {
  .empathy-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

.choice-section {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(226, 240, 255, 0.7) 0 16%, rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 50% 86%, rgba(227, 241, 255, 0.55) 0 17%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 66%, #f6fbff 100%);
}

.choice-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 51% 50%, rgba(221, 237, 255, 0.72) 0 17%, rgba(255, 255, 255, 0) 39%),
    radial-gradient(circle at 48% 83%, rgba(227, 241, 255, 0.62) 0 18%, rgba(255, 255, 255, 0) 39%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 64%, #f8fcff 100%);
  transform-origin: top center;
}

.choice-bubble {
  position: absolute;
  left: 240px;
  top: 50px;
  width: 554px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1464ff;
  border-radius: 37px;
  background: rgba(255, 255, 255, 0.96);
  color: #0066ff;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 2.4px;
  line-height: 1;
  white-space: nowrap;
}

.choice-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-right: 2px solid #1464ff;
  border-bottom: 2px solid #1464ff;
  transform: translateX(-50%) rotate(45deg);
}

.choice-title {
  position: absolute;
  left: 0;
  top: 156px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.28;
}

.choice-title span {
  display: block;
  font-size: 77px;
  white-space: nowrap;
}

.choice-title span + span {
  margin-top: 8px;
  font-size: 67px;
  letter-spacing: 5px;
}

.choice-title em {
  color: #0066ff;
  font-style: normal;
}

.choice-title-line {
  position: absolute;
  left: 432px;
  top: 377px;
  width: 160px;
  height: 8px;
  border-radius: 999px;
  background: #f083b8;
}

.choice-lead {
  position: absolute;
  left: 0;
  top: 415px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 2.6px;
  line-height: 1.62;
}

.choice-lead span {
  color: #f52a7f;
}

.choice-main-art {
  position: absolute;
  left: 221px;
  top: 521px;
  width: 584px;
  height: 660px;
  background-image: url("./design/lp3.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
  background-position: -221px -521px;
  pointer-events: none;
}

.choice-cards {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.choice-card {
  position: absolute;
  width: 207px;
  height: 100px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(39, 88, 155, 0.09);
  text-align: left;
}

.choice-card-1 {
  left: 47px;
  top: 609px;
}

.choice-card-2 {
  left: 47px;
  top: 824px;
}

.choice-card-3 {
  left: 47px;
  top: 1038px;
}

.choice-card-4 {
  left: 773px;
  top: 609px;
}

.choice-card-5 {
  left: 791px;
  top: 824px;
}

.choice-card-6 {
  left: 773px;
  top: 1038px;
}

.choice-icon {
  position: absolute;
  left: 56px;
  top: -84px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-image: url("./design/lp3.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.choice-card-1 .choice-icon {
  background-position: -101px -527px;
}

.choice-card-2 .choice-icon {
  background-position: -101px -743px;
}

.choice-card-3 .choice-icon {
  background-position: -101px -956px;
}

.choice-card-4 .choice-icon {
  background-position: -829px -527px;
}

.choice-card-5 .choice-icon {
  background-position: -829px -742px;
}

.choice-card-6 .choice-icon {
  background-position: -829px -956px;
}

.choice-card p {
  margin: 18px 0 0 21px;
  color: #071d4d;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1.1px;
  line-height: 1.52;
  white-space: nowrap;
}

.choice-card p span {
  color: #f52a7f;
}

.choice-card-4 p,
.choice-card-5 p,
.choice-card-6 p {
  margin-left: 24px;
}

.choice-bottom-box {
  position: absolute;
  left: 66px;
  top: 1200px;
  width: 892px;
  height: 252px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(39, 88, 155, 0.08);
  text-align: center;
}

.choice-bottom-small {
  margin: 39px 0 0;
  color: #071d4d;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 1.9px;
  line-height: 1.3;
}

.choice-dots {
  width: 300px;
  height: 10px;
  margin: 17px auto 0;
  background-image: radial-gradient(circle, #f18fbc 2px, transparent 3px);
  background-size: 22px 8px;
  background-position: center;
}

.choice-bottom-main {
  margin: 15px auto 0;
  width: 840px;
  color: #071d4d;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1.1px;
  line-height: 1.68;
  white-space: nowrap;
}

.choice-bottom-main span {
  color: #0066ff;
}

.choice-bottom-main .pink {
  color: #f52a7f;
}

.choice-down {
  position: absolute;
  left: 500px;
  top: 1485px;
  width: 34px;
  height: 34px;
}

.choice-down::before,
.choice-down::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  border-right: 4px solid #0066ff;
  border-bottom: 4px solid #0066ff;
  transform: rotate(45deg);
}

.choice-down::before {
  top: -9px;
}

.choice-down::after {
  top: 11px;
}

@media (max-width: 1024px) {
  .choice-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

.work-section {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(226, 240, 255, 0.55) 0 16%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 65%, #f8fcff 100%);
}

.work-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 51%, rgba(224, 239, 255, 0.58) 0 16%, rgba(255, 255, 255, 0) 39%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 64%, #f8fcff 100%);
  transform-origin: top center;
}

.work-bubble {
  position: absolute;
  left: 282px;
  top: 45px;
  width: 460px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1464ff;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.96);
  color: #0066ff;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 2.2px;
  line-height: 1;
  white-space: nowrap;
}

.work-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-right: 2px solid #1464ff;
  border-bottom: 2px solid #1464ff;
  transform: translateX(-50%) rotate(45deg);
}

.work-title {
  position: absolute;
  left: 0;
  top: 142px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1.1;
}

.work-title span {
  color: #0066ff;
}

.work-title-line {
  position: absolute;
  left: 462px;
  top: 264px;
  width: 101px;
  height: 8px;
  border-radius: 999px;
  background: #ffc400;
}

.work-lead {
  position: absolute;
  left: 0;
  top: 301px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 2.1px;
  line-height: 1.72;
}

.work-role-card {
  position: absolute;
  left: 39px;
  top: 410px;
  width: 946px;
  height: 432px;
  margin: 0;
  border: 1px solid rgba(214, 229, 248, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 10px 30px rgba(37, 85, 153, 0.08);
}

.work-role-card h3 {
  margin: 45px 0 0;
  color: #071d4d;
  text-align: center;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 2px;
}

.work-role-card h3 span {
  color: #0066ff;
}

.work-role-art {
  position: absolute;
  left: 72px;
  top: 122px;
  width: 802px;
  height: 276px;
  background-image: url("./design/lp4.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
  background-position: -111px -535px;
}

.work-role-art::after {
  content: "";
  position: absolute;
  left: 338px;
  top: 242px;
  width: 132px;
  height: 34px;
  background: rgba(255, 255, 255, 0.98);
}

.work-role-left,
.work-role-center,
.work-role-right {
  position: absolute;
  margin: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.94);
  color: #071d4d;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 1.45;
}

.work-role-left small,
.work-role-right small {
  font-size: 16px;
  font-weight: 900;
}

.work-role-left {
  left: 58px;
  top: 333px;
  width: 205px;
}

.work-role-center {
  left: 416px;
  top: 383px;
  width: 110px;
  font-size: 24px;
}

.work-role-right {
  right: 42px;
  top: 333px;
  width: 270px;
}

.work-list-heading {
  position: absolute;
  left: 0;
  top: 886px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 2.2px;
}

.work-list-heading::before,
.work-list-heading::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 42px;
  margin: 0 24px -12px;
  background: #0066ff;
}

.work-list-heading::before {
  transform: rotate(-29deg);
}

.work-list-heading::after {
  transform: rotate(29deg);
}

.work-list-heading span {
  color: #0066ff;
}

.work-job-grid {
  position: absolute;
  left: 39px;
  top: 944px;
  width: 946px;
  display: grid;
  grid-template-columns: repeat(5, 178px);
  column-gap: 11px;
}

.work-job-card {
  position: relative;
  height: 339px;
  border: 1px solid rgba(219, 231, 247, 0.78);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(39, 88, 155, 0.07);
  text-align: center;
}

.work-job-icon {
  width: 94px;
  height: 94px;
  margin: 27px auto 0;
  border-radius: 50%;
  background-image: url("./design/lp4.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.work-job-1 .work-job-icon {
  background-position: -81px -970px;
}

.work-job-2 .work-job-icon {
  background-position: -271px -970px;
}

.work-job-3 .work-job-icon {
  background-position: -461px -970px;
}

.work-job-4 .work-job-icon {
  background-position: -650px -970px;
}

.work-job-5 .work-job-icon {
  background-position: -840px -970px;
}

.work-job-card h4 {
  margin: 22px 0 0;
  color: #071d4d;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.9px;
  line-height: 1.55;
}

.work-job-card p {
  margin: 24px auto 0;
  width: 140px;
  color: #071d4d;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 1.82;
  text-align: left;
}

.work-job-3 h4 {
  font-size: 18px;
}

.work-job-3 p {
  margin-top: 22px;
}

.work-job-4 p {
  width: 162px;
}

.work-bottom-box {
  position: absolute;
  left: 39px;
  top: 1316px;
  width: 946px;
  height: 127px;
  border: 1px solid #b8d4ff;
  border-radius: 13px;
  background: rgba(248, 252, 255, 0.92);
}

.work-bottom-icon {
  position: absolute;
  left: 89px;
  top: 18px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-image: url("./design/lp4.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
  background-position: -128px -1333px;
}

.work-bottom-box p {
  position: absolute;
  left: 220px;
  top: 27px;
  margin: 0;
  color: #071d4d;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 1.5;
}

.work-bottom-box p span {
  color: #0066ff;
}

.work-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 1462px;
  color: #0066ff;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 5px;
}

.work-scroll i {
  position: relative;
  display: block;
  width: 48px;
  height: 34px;
  margin: 0 auto 14px;
}

.work-scroll i::before,
.work-scroll i::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 27px;
  height: 27px;
  border-right: 3px solid #0066ff;
  border-bottom: 3px solid #0066ff;
  transform: translateX(-50%) rotate(45deg);
}

.work-scroll i::before {
  top: -3px;
}

.work-scroll i::after {
  top: 14px;
}

@media (max-width: 1024px) {
  .work-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

.salary-section {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(226, 240, 255, 0.55) 0 16%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 66%, #f8fcff 100%);
}

.salary-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 47%, rgba(225, 240, 255, 0.62) 0 17%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 65%, #f8fcff 100%);
  transform-origin: top center;
}

.salary-bubble {
  position: absolute;
  left: 225px;
  top: 34px;
  width: 574px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1464ff;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.96);
  color: #0066ff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1;
  white-space: nowrap;
}

.salary-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-right: 2px solid #1464ff;
  border-bottom: 2px solid #1464ff;
  transform: translateX(-50%) rotate(45deg);
}

.salary-title {
  position: absolute;
  left: 0;
  top: 125px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: 4.5px;
  line-height: 1.3;
}

.salary-title span {
  color: #0066ff;
}

.salary-title-line {
  position: absolute;
  left: 462px;
  top: 289px;
  width: 101px;
  height: 8px;
  border-radius: 999px;
  background: #ffc400;
}

.salary-lead {
  position: absolute;
  left: 0;
  top: 324px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 1.8;
}

.salary-chart-card {
  position: absolute;
  left: 39px;
  top: 365px;
  width: 946px;
  height: 455px;
  margin: 0;
  border: 1px solid rgba(214, 229, 248, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(37, 85, 153, 0.08);
  overflow: hidden;
}

.salary-chart-card h3 {
  margin: 29px 0 0;
  color: #071d4d;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 2.2px;
}

.salary-chart-image {
  position: absolute;
  left: 31px;
  top: 72px;
  width: 884px;
  height: 380px;
  display: block;
  object-fit: contain;
}

.salary-chart {
  position: absolute;
  left: 44px;
  top: 80px;
  width: 856px;
  height: 317px;
}

.salary-stage {
  position: absolute;
  bottom: 0;
}

.salary-stage-1 {
  left: 0;
  width: 191px;
}

.salary-stage-2 {
  left: 211px;
  width: 194px;
}

.salary-stage-3 {
  left: 425px;
  width: 191px;
}

.salary-stage-4 {
  left: 638px;
  width: 206px;
}

.salary-stage-icon,
.salary-reason-icon,
.salary-bottom-icon {
  background-image: url("./design/lp5.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.salary-stage-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.salary-stage-1 .salary-stage-icon {
  left: 49px;
  top: 142px;
  background-position: -126px -627px;
}

.salary-stage-2 .salary-stage-icon {
  left: 47px;
  top: 94px;
  background-position: -339px -579px;
}

.salary-stage-3 .salary-stage-icon {
  left: 49px;
  top: 49px;
  background-position: -552px -534px;
}

.salary-stage-4 .salary-stage-icon {
  left: 55px;
  top: -11px;
  background-position: -776px -474px;
}

.salary-arrow {
  position: absolute;
  width: 66px;
  height: 26px;
  border-top: 4px dotted #a8c5f7;
}

.salary-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -10px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #7da4e8;
  border-right: 4px solid #7da4e8;
  transform: rotate(45deg);
}

.salary-arrow-1 {
  left: 170px;
  top: 183px;
  transform: rotate(-18deg);
}

.salary-arrow-2 {
  left: 178px;
  top: 135px;
  transform: rotate(-18deg);
}

.salary-arrow-3 {
  left: 173px;
  top: 88px;
  transform: rotate(-18deg);
}

.salary-rise {
  position: absolute;
  left: -458px;
  top: 158px;
  width: 620px;
  height: 132px;
  border-top: 8px solid #ffd42a;
  border-radius: 0 100% 0 0;
  transform: rotate(-13deg);
  transform-origin: right top;
}

.salary-rise::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -24px;
  width: 0;
  height: 0;
  border-left: 26px solid #ffd42a;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  transform: rotate(-18deg);
}

.salary-bar {
  position: absolute;
  bottom: 0;
  border-radius: 7px 7px 0 0;
}

.salary-bar-1 {
  left: 0;
  width: 191px;
  height: 109px;
  background: linear-gradient(180deg, #eff4fd 0%, #e4ecf8 100%);
}

.salary-bar-2 {
  left: 0;
  width: 194px;
  height: 156px;
  background: linear-gradient(180deg, #dbe8ff 0%, #a9c5ff 100%);
}

.salary-bar-3 {
  left: 0;
  width: 191px;
  height: 203px;
  background: linear-gradient(180deg, #bcd0ff 0%, #7ea1ef 100%);
}

.salary-bar-4 {
  left: 0;
  width: 206px;
  height: 258px;
  background: linear-gradient(180deg, #0044d8 0%, #0067ff 100%);
}

.salary-chart-label {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
}

.salary-chart-label p,
.salary-chart-label strong {
  margin: 0;
  display: block;
}

.salary-chart-label p {
  font-size: 21px;
  line-height: 1.3;
}

.salary-chart-label strong {
  margin-top: 13px;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.salary-chart-label strong span {
  font-size: 31px;
}

.salary-chart-label-1 {
  left: 55px;
  top: 333px;
  width: 180px;
}

.salary-chart-label-2 {
  left: 236px;
  top: 335px;
  width: 232px;
}

.salary-chart-label-2 p,
.salary-chart-label-2 strong span,
.salary-chart-label-3 strong span {
  color: #0066ff;
}

.salary-chart-label-2 strong,
.salary-chart-label-3 strong {
  font-size: 18px;
}

.salary-chart-label-2 strong span,
.salary-chart-label-3 strong span {
  font-size: 24px;
}

.salary-chart-label-3 {
  left: 474px;
  top: 336px;
  width: 232px;
}

.salary-chart-label-4 {
  left: 713px;
  top: 321px;
  width: 210px;
  color: #fff;
}

.salary-chart-label-4 strong span,
.salary-chart-label-4 strong {
  color: #ffd21c;
}

.salary-reason-heading {
  position: absolute;
  left: 0;
  top: 903px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 2.4px;
}

.salary-reason-heading::before,
.salary-reason-heading::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 42px;
  margin: 0 25px -12px;
  background: #0066ff;
}

.salary-reason-heading::before {
  transform: rotate(-29deg);
}

.salary-reason-heading::after {
  transform: rotate(29deg);
}

.salary-reason-heading span {
  color: #0066ff;
}

.salary-reason-grid {
  position: absolute;
  left: 39px;
  top: 953px;
  width: 946px;
  display: grid;
  grid-template-columns: repeat(4, 232px);
  column-gap: 5px;
}

.salary-reason-card {
  position: relative;
  height: 337px;
  border: 1px solid rgba(219, 231, 247, 0.78);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(39, 88, 155, 0.07);
  text-align: center;
}

.salary-num {
  width: 62px;
  height: 62px;
  margin: 18px auto 0;
  border-radius: 50%;
  background: #edf4ff;
  color: #005de8;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 62px;
}

.salary-reason-icon {
  width: 82px;
  height: 82px;
  margin: 20px auto 0;
}

.salary-reason-1 .salary-reason-icon {
  background-position: -110px -1040px;
}

.salary-reason-2 .salary-reason-icon {
  background-position: -348px -1040px;
}

.salary-reason-3 .salary-reason-icon {
  background-position: -585px -1040px;
}

.salary-reason-4 .salary-reason-icon {
  background-position: -823px -1040px;
}

.salary-reason-card h4 {
  margin: 17px 0 0;
  color: #0066ff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.salary-reason-card p {
  margin: 20px auto 0;
  width: 206px;
  color: #071d4d;
  text-align: left;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.78;
  white-space: nowrap;
}

.salary-reason-3 h4,
.salary-reason-4 h4 {
  font-size: 19px;
}

.salary-bottom-box {
  position: absolute;
  left: 39px;
  top: 1316px;
  width: 946px;
  height: 127px;
  border: 1px solid #b8d4ff;
  border-radius: 13px;
  background: rgba(248, 252, 255, 0.92);
}

.salary-bottom-icon {
  position: absolute;
  left: 99px;
  top: 17px;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background-position: -128px -1333px;
}

.salary-bottom-box p {
  position: absolute;
  left: 259px;
  top: 27px;
  margin: 0;
  color: #071d4d;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 1.3px;
  line-height: 1.52;
  white-space: nowrap;
}

.salary-bottom-box p span {
  color: #0066ff;
}

.salary-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 1462px;
  color: #0066ff;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 5px;
}

.salary-scroll i {
  position: relative;
  display: block;
  width: 48px;
  height: 34px;
  margin: 0 auto 14px;
}

.salary-scroll i::before,
.salary-scroll i::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 27px;
  height: 27px;
  border-right: 3px solid #0066ff;
  border-bottom: 3px solid #0066ff;
  transform: translateX(-50%) rotate(45deg);
}

.salary-scroll i::before {
  top: -3px;
}

.salary-scroll i::after {
  top: 14px;
}

@media (max-width: 1024px) {
  .salary-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

.beginner-section {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(226, 240, 255, 0.55) 0 16%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 66%, #f8fcff 100%);
}

.beginner-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(225, 240, 255, 0.62) 0 17%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 65%, #f8fcff 100%);
  transform-origin: top center;
}

.beginner-bubble {
  position: absolute;
  left: 227px;
  top: 32px;
  width: 570px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1464ff;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.96);
  color: #0066ff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 2.2px;
  line-height: 1;
  white-space: nowrap;
}

.beginner-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-right: 2px solid #1464ff;
  border-bottom: 2px solid #1464ff;
  transform: translateX(-50%) rotate(45deg);
}

.beginner-title {
  position: absolute;
  left: 0;
  top: 122px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-size: 68px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1.28;
}

.beginner-title span {
  color: #0066ff;
}

.beginner-title-line {
  position: absolute;
  left: 462px;
  top: 295px;
  width: 101px;
  height: 8px;
  border-radius: 999px;
  background: #ffc400;
}

.beginner-lead {
  position: absolute;
  left: 0;
  top: 326px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1.7;
  white-space: nowrap;
}

.beginner-proof-card {
  position: absolute;
  left: 39px;
  top: 388px;
  width: 946px;
  height: 404px;
  margin: 0;
  border: 1px solid rgba(214, 229, 248, 0.8);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(37, 85, 153, 0.08);
}

.beginner-proof-card h3 {
  margin: 29px 0 0;
  color: #071d4d;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1.25;
}

.beginner-rate {
  position: absolute;
  left: 69px;
  top: 84px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 43%, transparent 44%),
    conic-gradient(#b5c9ff 0 82%, #eef3fb 82% 100%);
}

.beginner-rate::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 44px;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: #fff;
}

.beginner-rate-text {
  position: absolute;
  left: 0;
  top: 80px;
  width: 240px;
  text-align: center;
  z-index: 1;
}

.beginner-rate-text strong {
  display: block;
  color: #0066ff;
  font-size: 66px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
}

.beginner-rate-text strong span {
  font-size: 27px;
}

.beginner-rate-text p {
  margin: 15px 0 0;
  color: #071d4d;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.8px;
  line-height: 1;
}

.beginner-people,
.beginner-point-icon,
.beginner-bottom-art {
  background-image: url("./design/lp6.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.beginner-people {
  position: absolute;
  left: 386px;
  top: 99px;
  width: 539px;
  height: 242px;
  background-position: -386px -486px;
}

.beginner-note {
  position: absolute;
  left: 0;
  top: 356px;
  width: 946px;
  margin: 0;
  color: #7385a6;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1.1px;
  line-height: 1;
}

.beginner-point-heading {
  position: absolute;
  left: 0;
  top: 828px;
  margin: 0;
  width: 1024px;
  color: #071d4d;
  text-align: center;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 2.4px;
}

.beginner-point-heading::before,
.beginner-point-heading::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 42px;
  margin: 0 24px -12px;
  background: #0066ff;
}

.beginner-point-heading::before {
  transform: rotate(-29deg);
}

.beginner-point-heading::after {
  transform: rotate(29deg);
}

.beginner-point-heading span {
  color: #0066ff;
  font-size: 42px;
}

.beginner-point-grid {
  position: absolute;
  left: 39px;
  top: 880px;
  width: 946px;
  display: grid;
  grid-template-columns: repeat(5, 185px);
  column-gap: 7px;
}

.beginner-point-card {
  position: relative;
  height: 350px;
  border: 1px solid rgba(219, 231, 247, 0.78);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(39, 88, 155, 0.07);
  text-align: center;
}

.beginner-num {
  width: 62px;
  height: 62px;
  margin: 11px auto 0;
  border-radius: 50%;
  background: #edf4ff;
  color: #005de8;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 62px;
}

.beginner-point-icon {
  width: 82px;
  height: 82px;
  margin: 17px auto 0;
}

.beginner-point-1 .beginner-point-icon {
  background-position: -92px -968px;
}

.beginner-point-2 .beginner-point-icon {
  background-position: -284px -968px;
}

.beginner-point-3 .beginner-point-icon {
  background-position: -476px -968px;
}

.beginner-point-4 .beginner-point-icon {
  background-position: -668px -968px;
}

.beginner-point-5 .beginner-point-icon {
  background-position: -861px -968px;
}

.beginner-point-card h4 {
  margin: 18px 0 0;
  color: #0066ff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.3px;
  line-height: 1.45;
}

.beginner-point-card p {
  margin: 20px auto 0;
  width: 154px;
  color: #071d4d;
  text-align: left;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.78;
  white-space: nowrap;
}

.beginner-point-4 h4,
.beginner-point-5 h4 {
  font-size: 19px;
}

.beginner-point-4 p,
.beginner-point-5 p {
  width: 164px;
}

.beginner-bottom-box {
  position: absolute;
  left: 39px;
  top: 1255px;
  width: 946px;
  height: 193px;
  border: 1px solid rgba(214, 229, 248, 0.8);
  border-radius: 15px;
  background: rgba(248, 252, 255, 0.92);
  box-shadow: 0 8px 24px rgba(37, 85, 153, 0.06);
  overflow: hidden;
}

.beginner-bottom-art {
  position: absolute;
  left: 54px;
  top: -6px;
  width: 278px;
  height: 192px;
  background-position: -54px -1250px;
}

.beginner-bottom-main {
  position: absolute;
  left: 384px;
  top: 35px;
  margin: 0;
  color: #071d4d;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1.45;
  white-space: nowrap;
}

.beginner-bottom-main span {
  color: #0066ff;
}

.beginner-bottom-sub {
  position: absolute;
  left: 385px;
  top: 128px;
  margin: 0;
  color: #071d4d;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 1;
  white-space: nowrap;
}

.beginner-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 1462px;
  color: #0066ff;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 5px;
}

.beginner-scroll i {
  position: relative;
  display: block;
  width: 48px;
  height: 34px;
  margin: 0 auto 14px;
}

.beginner-scroll i::before,
.beginner-scroll i::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 27px;
  height: 27px;
  border-right: 3px solid #0066ff;
  border-bottom: 3px solid #0066ff;
  transform: translateX(-50%) rotate(45deg);
}

.beginner-scroll i::before {
  top: -3px;
}

.beginner-scroll i::after {
  top: 14px;
}

@media (max-width: 1024px) {
  .beginner-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

.recommend-section {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(226, 240, 255, 0.55) 0 16%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 66%, #f8fcff 100%);
}

.recommend-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(225, 240, 255, 0.62) 0 17%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 65%, #f8fcff 100%);
  transform-origin: top center;
}

.recommend-bubble {
  position: absolute;
  left: 276px;
  top: 43px;
  width: 469px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1464ff;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.96);
  color: #0066ff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2.4px;
  line-height: 1;
  white-space: nowrap;
}

.recommend-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-right: 2px solid #1464ff;
  border-bottom: 2px solid #1464ff;
  transform: translateX(-50%) rotate(45deg);
}

.recommend-title {
  position: absolute;
  left: 0;
  top: 136px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 68px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1.28;
}

.recommend-title span {
  color: #0066ff;
}

.recommend-title-line {
  position: absolute;
  left: 458px;
  top: 323px;
  width: 108px;
  height: 8px;
  border-radius: 999px;
  background: #ffc400;
}

.recommend-lead {
  position: absolute;
  left: 0;
  top: 360px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1.75;
}

.recommend-card-grid {
  position: absolute;
  left: 39px;
  top: 482px;
  width: 946px;
  display: grid;
  grid-template-columns: repeat(3, 306px);
  gap: 24px 10px;
}

.recommend-card {
  position: relative;
  height: 375px;
  border: 1px solid rgba(219, 231, 247, 0.78);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(39, 88, 155, 0.07);
  text-align: center;
}

.recommend-check {
  position: absolute;
  left: 50%;
  top: -13px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, #9abbff 0%, #6f93e8 100%);
  transform: translateX(-50%);
}

.recommend-check::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 14px;
  height: 8px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
}

.recommend-card-art,
.recommend-bottom-art {
  background-image: url("./design/lp7.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.recommend-card-art {
  width: 235px;
  height: 154px;
  margin: 44px auto 0;
}

.recommend-card-1 .recommend-card-art {
  background-position: -74px -532px;
}

.recommend-card-2 .recommend-card-art {
  background-position: -389px -532px;
}

.recommend-card-3 .recommend-card-art {
  background-position: -705px -532px;
}

.recommend-card-4 .recommend-card-art {
  background-position: -74px -922px;
}

.recommend-card-5 .recommend-card-art {
  background-position: -389px -922px;
}

.recommend-card-6 .recommend-card-art {
  background-position: -705px -922px;
}

.recommend-card h3 {
  margin: 17px 0 0;
  color: #071d4d;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.55;
}

.recommend-card h3 span {
  color: #0066ff;
}

.recommend-card p {
  margin: 19px auto 0;
  width: 254px;
  color: #071d4d;
  text-align: left;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.8;
  white-space: nowrap;
}

.recommend-card-4 h3,
.recommend-card-5 h3,
.recommend-card-6 h3 {
  margin-top: 18px;
}

.recommend-card-4 p,
.recommend-card-5 p,
.recommend-card-6 p {
  margin-top: 18px;
}

.recommend-bottom-box {
  position: absolute;
  left: 39px;
  top: 1264px;
  width: 946px;
  height: 199px;
  border-radius: 16px;
  background: rgba(242, 248, 255, 0.94);
  box-shadow: 0 8px 24px rgba(37, 85, 153, 0.05);
  overflow: hidden;
}

.recommend-bottom-art {
  position: absolute;
  left: 72px;
  top: -3px;
  width: 260px;
  height: 199px;
  background-position: -72px -1261px;
}

.recommend-bottom-main {
  position: absolute;
  left: 409px;
  top: 39px;
  margin: 0;
  color: #071d4d;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 1.7px;
  line-height: 1.62;
  white-space: nowrap;
}

.recommend-bottom-main span {
  color: #0066ff;
  font-size: 38px;
}

.recommend-bottom-sub {
  position: absolute;
  left: 409px;
  top: 139px;
  margin: 0;
  color: #071d4d;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}

.recommend-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 1480px;
  color: #0066ff;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 5px;
}

.recommend-scroll i {
  position: relative;
  display: block;
  width: 48px;
  height: 34px;
  margin: 0 auto 14px;
}

.recommend-scroll i::before,
.recommend-scroll i::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 27px;
  height: 27px;
  border-right: 3px solid #0066ff;
  border-bottom: 3px solid #0066ff;
  transform: translateX(-50%) rotate(45deg);
}

.recommend-scroll i::before {
  top: -3px;
}

.recommend-scroll i::after {
  top: 14px;
}

@media (max-width: 1024px) {
  .recommend-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

.workday-section {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 47%, rgba(226, 240, 255, 0.55) 0 17%, rgba(255, 255, 255, 0) 39%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 66%, #f8fcff 100%);
}

.workday-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 47%, rgba(225, 240, 255, 0.62) 0 17%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 65%, #f8fcff 100%);
  transform-origin: top center;
}

.workday-bubble {
  position: absolute;
  left: 291px;
  top: 31px;
  width: 433px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1464ff;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  color: #0066ff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2.7px;
  line-height: 1;
  white-space: nowrap;
}

.workday-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-right: 2px solid #1464ff;
  border-bottom: 2px solid #1464ff;
  transform: translateX(-50%) rotate(45deg);
}

.workday-title {
  position: absolute;
  left: 0;
  top: 115px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 70px;
  font-weight: 900;
  letter-spacing: 6px;
  line-height: 1.15;
}

.workday-title span {
  color: #0066ff;
}

.workday-title-line {
  position: absolute;
  left: 462px;
  top: 213px;
  width: 101px;
  height: 8px;
  border-radius: 999px;
  background: #ffc400;
}

.workday-lead {
  position: absolute;
  left: 0;
  top: 242px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1.65;
}

.workday-timeline {
  position: absolute;
  left: 66px;
  top: 325px;
  width: 892px;
  height: 976px;
}

.workday-line {
  position: absolute;
  left: 7px;
  top: 52px;
  width: 2px;
  height: 842px;
  background: #1464ff;
}

.workday-row {
  position: absolute;
  left: 9px;
  width: 883px;
  height: 164px;
  border: 1px solid rgba(214, 229, 248, 0.82);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 18px rgba(39, 88, 155, 0.07);
  overflow: visible;
}

.workday-row-1 {
  top: 0;
}

.workday-row-2 {
  top: 167px;
}

.workday-row-3 {
  top: 334px;
}

.workday-row-4 {
  top: 501px;
}

.workday-row-5 {
  top: 668px;
}

.workday-row-6 {
  top: 835px;
}

.workday-dot {
  position: absolute;
  left: -9px;
  top: 45px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0066ff;
}

.workday-row time {
  position: absolute;
  left: 34px;
  top: 20px;
  color: #0066ff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1;
}

.workday-icon,
.workday-art,
.workday-bottom-art {
  background-image: url("./design/lp8.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.workday-icon {
  position: absolute;
  left: 31px;
  top: 70px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
}

.workday-row-1 .workday-icon {
  background-position: -106px -397px;
}

.workday-row-2 .workday-icon {
  background-position: -106px -564px;
}

.workday-row-3 .workday-icon {
  background-position: -106px -731px;
}

.workday-row-4 .workday-icon {
  background-position: -106px -898px;
}

.workday-row-5 .workday-icon {
  background-position: -106px -1065px;
}

.workday-row-6 .workday-icon {
  background-position: -106px -1232px;
}

.workday-text {
  position: absolute;
  left: 164px;
  top: 34px;
  width: 390px;
  z-index: 2;
}

.workday-text h3 {
  margin: 0;
  color: #071d4d;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.8px;
  line-height: 1.25;
  white-space: nowrap;
}

.workday-text p {
  margin: 21px 0 0;
  color: #071d4d;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 1.7;
  white-space: nowrap;
}

.workday-art {
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 164px;
}

.workday-row-1 .workday-art {
  background-position: -568px -325px;
}

.workday-row-2 .workday-art {
  background-position: -568px -492px;
}

.workday-row-3 .workday-art {
  background-position: -568px -659px;
}

.workday-row-4 .workday-art {
  background-position: -568px -826px;
}

.workday-row-5 .workday-art {
  background-position: -568px -993px;
}

.workday-row-6 .workday-art {
  background-position: -568px -1160px;
}

.workday-bottom-box {
  position: absolute;
  left: 60px;
  top: 1319px;
  width: 904px;
  height: 158px;
  border: 1px solid #b8d4ff;
  border-radius: 14px;
  background: rgba(248, 252, 255, 0.94);
  box-shadow: 0 8px 24px rgba(37, 85, 153, 0.06);
  overflow: hidden;
}

.workday-bottom-box::before,
.workday-bottom-box::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background:
    linear-gradient(#b9d2ff, #b9d2ff) 50% 0 / 3px 100% no-repeat,
    linear-gradient(90deg, #b9d2ff, #b9d2ff) 0 50% / 100% 3px no-repeat;
  opacity: 0.9;
}

.workday-bottom-box::before {
  left: 38px;
  top: 47px;
  transform: rotate(18deg);
}

.workday-bottom-box::after {
  right: 42px;
  top: 20px;
  transform: rotate(-16deg);
}

.workday-bottom-art {
  position: absolute;
  left: 25px;
  top: -4px;
  width: 195px;
  height: 162px;
  background-position: -84px -1316px;
}

.workday-bottom-icon {
  position: absolute;
  left: 101px;
  top: 37px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: linear-gradient(180deg, #b9d2ff 0%, #7fa2f1 100%);
  box-shadow: 0 10px 24px rgba(56, 105, 190, 0.14);
}

.workday-bottom-icon::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 18px;
  width: 25px;
  height: 31px;
  border: 4px solid #fff;
  border-top-color: transparent;
  border-radius: 50% 50% 44% 44%;
}

.workday-bottom-icon::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 52px;
  width: 22px;
  height: 13px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.workday-bottom-box p {
  position: absolute;
  left: 226px;
  top: 24px;
  margin: 0;
  color: #071d4d;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.6px;
  line-height: 1.55;
  white-space: nowrap;
}

.workday-bottom-box p span {
  color: #0066ff;
  font-size: 31px;
}

.workday-dots {
  position: absolute;
  left: 332px;
  top: 126px;
  width: 320px;
  height: 8px;
  background-image: radial-gradient(circle, #ffc400 3px, transparent 4px);
  background-size: 27px 8px;
  background-repeat: repeat-x;
}

.workday-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 1491px;
  color: #0066ff;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 5px;
}

.workday-scroll i {
  position: relative;
  display: block;
  width: 48px;
  height: 34px;
  margin: 0 auto 14px;
}

.workday-scroll i::before,
.workday-scroll i::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 27px;
  height: 27px;
  border-right: 3px solid #0066ff;
  border-bottom: 3px solid #0066ff;
  transform: translateX(-50%) rotate(45deg);
}

.workday-scroll i::before {
  top: -3px;
}

.workday-scroll i::after {
  top: 14px;
}

@media (max-width: 1024px) {
  .workday-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

.support-section {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(226, 240, 255, 0.55) 0 17%, rgba(255, 255, 255, 0) 39%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 66%, #f8fcff 100%);
}

.support-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(225, 240, 255, 0.62) 0 17%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 65%, #f8fcff 100%);
  transform-origin: top center;
}

.support-bubble {
  position: absolute;
  left: 228px;
  top: 40px;
  width: 572px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1464ff;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.96);
  color: #0066ff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2.3px;
  line-height: 1;
  white-space: nowrap;
}

.support-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-right: 2px solid #1464ff;
  border-bottom: 2px solid #1464ff;
  transform: translateX(-50%) rotate(45deg);
}

.support-title {
  position: absolute;
  left: 0;
  top: 128px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 68px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1.26;
}

.support-title span {
  color: #0066ff;
}

.support-title-line {
  position: absolute;
  left: 462px;
  top: 334px;
  width: 101px;
  height: 8px;
  border-radius: 999px;
  background: #ffc400;
}

.support-lead {
  position: absolute;
  left: 0;
  top: 371px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 2.1px;
  line-height: 1.72;
}

.support-lead span {
  color: #f02682;
}

.support-card-grid {
  position: absolute;
  left: 24px;
  top: 482px;
  width: 974px;
  display: grid;
  grid-template-columns: repeat(2, 474px);
  gap: 13px 13px;
}

.support-card {
  position: relative;
  height: 403px;
  border: 1px solid rgba(214, 229, 248, 0.86);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(39, 88, 155, 0.07);
  overflow: hidden;
}

.support-icon,
.support-card-art {
  background-image: url("./design/lp9.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.support-icon {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
}

.support-card-1 .support-icon {
  background-position: -51px -509px;
}

.support-card-2 .support-icon {
  background-position: -534px -509px;
}

.support-card-3 .support-icon {
  background-position: -50px -927px;
}

.support-card-4 .support-icon {
  background-position: -534px -927px;
}

.support-card h3 {
  position: absolute;
  left: 180px;
  top: 42px;
  margin: 0;
  color: #071d4d;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 1.7px;
  line-height: 1.52;
  white-space: nowrap;
}

.support-card h3 span {
  color: #0066ff;
  font-size: 34px;
}

.support-dots {
  position: absolute;
  left: 31px;
  top: 187px;
  width: 150px;
  height: 8px;
  background-size: 16px 8px;
  background-repeat: repeat-x;
}

.support-dots-blue {
  background-image: radial-gradient(circle, #4f98ff 2px, transparent 3px);
}

.support-dots-pink {
  background-image: radial-gradient(circle, #f02682 2px, transparent 3px);
}

.support-card p:not(.support-number) {
  position: absolute;
  left: 31px;
  top: 219px;
  margin: 0;
  color: #071d4d;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.6px;
  line-height: 1.75;
  white-space: nowrap;
}

.support-number {
  position: absolute;
  left: 169px;
  top: 123px;
  margin: 0;
  color: #f02682;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}

.support-number strong {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0;
}

.support-tags {
  position: absolute;
  left: 30px;
  bottom: 36px;
  display: flex;
  gap: 8px;
}

.support-tags span {
  min-width: 78px;
  height: 28px;
  padding: 0 12px;
  border: 1px solid #0066ff;
  border-radius: 999px;
  color: #0066ff;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 26px;
  white-space: nowrap;
}

.support-card-art {
  position: absolute;
  pointer-events: none;
}

.support-card-1 .support-card-art {
  right: 3px;
  bottom: 0;
  width: 224px;
  height: 249px;
  background-position: -270px -637px;
}

.support-card-2 .support-card-art {
  right: 24px;
  bottom: 31px;
  width: 190px;
  height: 169px;
  background-position: -807px -689px;
}

.support-card-3 .support-card-art {
  right: 0;
  bottom: 0;
  width: 217px;
  height: 220px;
  background-position: -280px -1072px;
}

.support-card-4 .support-card-art {
  right: 0;
  bottom: 0;
  width: 268px;
  height: 225px;
  background-position: -729px -1062px;
}

.support-bottom-box {
  position: absolute;
  left: 24px;
  top: 1322px;
  width: 974px;
  height: 194px;
  border: 1px solid rgba(214, 229, 248, 0.86);
  border-radius: 15px;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: 0 8px 24px rgba(39, 88, 155, 0.06);
}

.support-bottom-main {
  position: absolute;
  left: 0;
  top: 29px;
  width: 974px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 1.9px;
  line-height: 1.55;
}

.support-bottom-main span {
  color: #f02682;
  font-size: 38px;
}

.support-bottom-dots {
  position: absolute;
  left: 254px;
  top: 130px;
  width: 520px;
  height: 8px;
  background-image: radial-gradient(circle, #7cb3ff 2px, transparent 3px);
  background-size: 14px 8px;
  background-repeat: repeat-x;
}

.support-bottom-sub {
  position: absolute;
  left: 0;
  top: 153px;
  width: 974px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1;
}

.support-bottom-box::before,
.support-bottom-box::after {
  content: "";
  position: absolute;
  top: 45px;
  width: 27px;
  height: 2px;
  background: #ffc400;
}

.support-bottom-box::before {
  left: 166px;
  transform: rotate(55deg);
  box-shadow: -18px 16px 0 #ffc400;
}

.support-bottom-box::after {
  right: 166px;
  transform: rotate(-55deg);
  box-shadow: 18px 16px 0 #ffc400;
}

@media (max-width: 1024px) {
  .support-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

.method-section {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(226, 240, 255, 0.55) 0 17%, rgba(255, 255, 255, 0) 39%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 66%, #f8fcff 100%);
}

.method-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(225, 240, 255, 0.62) 0 17%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 65%, #f8fcff 100%);
  transform-origin: top center;
}

.method-bubble {
  position: absolute;
  left: 221px;
  top: 32px;
  width: 582px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1464ff;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  color: #0066ff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1;
  white-space: nowrap;
}

.method-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-right: 2px solid #1464ff;
  border-bottom: 2px solid #1464ff;
  transform: translateX(-50%) rotate(45deg);
}

.method-title {
  position: absolute;
  left: 0;
  top: 108px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 59px;
  font-weight: 900;
  letter-spacing: 4.6px;
  line-height: 1.28;
}

.method-title span {
  color: #0066ff;
}

.method-title-line {
  position: absolute;
  left: 472px;
  top: 249px;
  width: 80px;
  height: 8px;
  border-radius: 999px;
  background: #ffc400;
}

.method-lead {
  position: absolute;
  left: 0;
  top: 276px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 1;
  white-space: nowrap;
}

.method-card-grid {
  position: absolute;
  left: 39px;
  top: 344px;
  width: 946px;
  display: grid;
  grid-template-columns: repeat(2, 456px);
  column-gap: 28px;
}

.method-card {
  position: relative;
  height: 897px;
  border: 1px solid rgba(214, 229, 248, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(39, 88, 155, 0.08);
}

.method-card-diagnosis {
  border-color: rgba(245, 184, 28, 0.55);
}

.method-card-icon,
.method-main-art,
.method-bottom-art,
.method-list-icon,
.method-safety-icon {
  background-image: url("./design/lp10.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.method-card-icon {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.method-card-consult .method-card-icon {
  background-position: -198px -316px;
}

.method-card-diagnosis .method-card-icon {
  background-position: -690px -316px;
}

.method-pill {
  position: absolute;
  left: 69px;
  top: 93px;
  width: 317px;
  height: 38px;
  border: 1px solid #0066ff;
  border-radius: 999px;
  color: #0066ff;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.8px;
  line-height: 36px;
  white-space: nowrap;
}

.method-card-diagnosis .method-pill {
  border-color: #f2ad00;
  color: #f2ad00;
}

.method-card h3 {
  position: absolute;
  left: 0;
  top: 153px;
  width: 456px;
  margin: 0;
  color: #0066ff;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.32;
}

.method-card-diagnosis h3 {
  top: 154px;
  color: #f2ad00;
}

.method-subtitle {
  position: absolute;
  left: 0;
  top: 229px;
  width: 456px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1;
}

.method-main-art {
  position: absolute;
  left: 36px;
  top: 247px;
  width: 384px;
  height: 245px;
}

.method-card-consult .method-main-art {
  background-position: -76px -591px;
}

.method-card-diagnosis .method-main-art {
  top: 270px;
  background-position: -586px -590px;
}

.method-copy {
  position: absolute;
  left: 0;
  top: 518px;
  width: 456px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.75;
  white-space: nowrap;
}

.method-card-diagnosis .method-copy {
  top: 517px;
}

.method-list {
  position: absolute;
  left: 31px;
  top: 603px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 62px;
  margin: 0 0 2px;
  color: #071d4d;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1px;
  line-height: 1;
  white-space: nowrap;
}

.method-check {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 18px;
  border-radius: 50%;
  background: #0066ff;
  flex: 0 0 auto;
}

.method-card-diagnosis .method-check {
  background: #f2ad00;
}

.method-check::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.method-list-icon {
  width: 47px;
  height: 47px;
  margin-right: 17px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.method-card-consult .method-list li:nth-child(1) .method-list-icon {
  background-position: -114px -944px;
}

.method-card-consult .method-list li:nth-child(2) .method-list-icon {
  background-position: -114px -1007px;
}

.method-card-consult .method-list li:nth-child(3) .method-list-icon {
  background-position: -114px -1072px;
}

.method-card-diagnosis .method-list li:nth-child(1) .method-list-icon {
  background-position: -588px -944px;
}

.method-card-diagnosis .method-list li:nth-child(2) .method-list-icon {
  background-position: -588px -1007px;
}

.method-card-diagnosis .method-list li:nth-child(3) .method-list-icon {
  background-position: -588px -1072px;
}

.method-button {
  position: absolute;
  left: 21px;
  bottom: 27px;
  width: 414px;
  height: 92px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(180deg, #0a72ff 0%, #005cf2 100%);
  box-shadow: 0 8px 18px rgba(0, 98, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.7px;
  white-space: nowrap;
}

.method-card-diagnosis .method-button {
  background: linear-gradient(180deg, #f6b400 0%, #eba500 100%);
  box-shadow: 0 8px 18px rgba(232, 164, 0, 0.23);
}

.line-mark {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #fff;
  color: #06c755;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -0.5px;
  flex: 0 0 auto;
}

.button-arrow {
  width: 14px;
  height: 14px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.method-bottom-box {
  position: absolute;
  left: 39px;
  top: 1274px;
  width: 946px;
  height: 184px;
  border: 1px solid #b8d4ff;
  border-radius: 14px;
  background: rgba(248, 252, 255, 0.94);
  box-shadow: 0 8px 24px rgba(37, 85, 153, 0.06);
  overflow: hidden;
}

.method-bottom-art {
  position: absolute;
  left: 27px;
  top: -6px;
  width: 219px;
  height: 190px;
  background-position: -67px -1268px;
}

.method-bottom-main {
  position: absolute;
  left: 251px;
  top: 36px;
  margin: 0;
  color: #071d4d;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1;
  white-space: nowrap;
}

.method-bottom-main span {
  color: #0066ff;
  font-size: 35px;
}

.method-safety-list {
  position: absolute;
  left: 282px;
  top: 92px;
  display: grid;
  grid-template-columns: 184px 260px 180px;
  column-gap: 22px;
}

.method-safety {
  position: relative;
  min-height: 62px;
  padding-left: 68px;
}

.method-safety + .method-safety::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 5px;
  width: 1px;
  height: 51px;
  background: #d8e3f4;
}

.method-safety-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.method-safety:nth-child(1) .method-safety-icon {
  background-position: -287px -1364px;
}

.method-safety:nth-child(2) .method-safety-icon {
  background-position: -492px -1364px;
}

.method-safety:nth-child(3) .method-safety-icon {
  background-position: -764px -1364px;
}

.method-safety p {
  margin: 0;
  color: #071d4d;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.4px;
  line-height: 1.75;
  white-space: nowrap;
}

.method-safe-message {
  position: absolute;
  left: 0;
  top: 1480px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2.2px;
  line-height: 1;
  white-space: nowrap;
}

.method-safe-message::before,
.method-safe-message::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  margin: 0 18px -7px;
  background: #0066ff;
}

.method-safe-message::before {
  transform: rotate(-31deg);
}

.method-safe-message::after {
  transform: rotate(31deg);
}

@media (max-width: 1024px) {
  .method-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

.faq-section {
  position: relative;
  width: 100%;
  height: min(150vw, 1536px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(226, 240, 255, 0.55) 0 17%, rgba(255, 255, 255, 0) 39%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 66%, #f8fcff 100%);
}

.faq-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(225, 240, 255, 0.62) 0 17%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 65%, #f8fcff 100%);
  transform-origin: top center;
}

.faq-bubble {
  position: absolute;
  left: 176px;
  top: 43px;
  width: 673px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1464ff;
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.96);
  color: #0066ff;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap;
}

.faq-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-right: 2px solid #1464ff;
  border-bottom: 2px solid #1464ff;
  transform: translateX(-50%) rotate(45deg);
}

.faq-bottom-art {
  background-image: url("./design/lp11.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.faq-title {
  position: absolute;
  left: 0;
  top: 116px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 8px;
  line-height: 1;
}

.faq-title span {
  color: #0066ff;
}

.faq-title-line {
  position: absolute;
  left: 463px;
  top: 209px;
  width: 100px;
  height: 8px;
  border-radius: 999px;
  background: #ffc400;
}

.faq-lead {
  position: absolute;
  left: 0;
  top: 239px;
  width: 1024px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.1px;
  line-height: 1.65;
}

.faq-list {
  position: absolute;
  left: 41px;
  top: 330px;
  width: 943px;
}

.faq-item {
  position: relative;
  width: 943px;
  min-height: 128px;
  margin: 0 0 7px;
  border: 1px solid rgba(214, 229, 248, 0.86);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 18px rgba(39, 88, 155, 0.06);
  overflow: hidden;
  transition: min-height 0.3s ease;
}

.faq-item.is-open {
  min-height: 169px;
}

.faq-question {
  position: relative;
  display: block;
  width: 100%;
  min-height: 128px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-q {
  position: absolute;
  left: 28px;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #9abbff 0%, #6f93e8 100%);
  text-align: center;
  font-size: 31px;
  font-weight: 900;
  line-height: 52px;
}

.faq-question-text {
  position: absolute;
  left: 109px;
  top: 33px;
  width: 560px;
  color: #071d4d;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.25;
  white-space: nowrap;
}

.faq-question-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 500px;
  height: 1px;
  border-bottom: 1px dashed #8bbcff;
}

.faq-arrow {
  position: absolute;
  right: 28px;
  top: 54px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(180deg, #9abbff 0%, #6f93e8 100%);
  transition: transform 0.3s ease;
}

.faq-arrow::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 16px;
  height: 16px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(45deg);
}

.faq-item.is-open .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

.faq-answer p {
  margin: -57px 0 23px 109px;
  color: #071d4d;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 1.65;
  white-space: nowrap;
}

.faq-bottom-box {
  position: absolute;
  left: 41px;
  top: 1326px;
  width: 943px;
  height: 166px;
  border: 1px solid #b8d4ff;
  border-radius: 12px;
  background: rgba(248, 252, 255, 0.94);
  box-shadow: 0 8px 24px rgba(37, 85, 153, 0.06);
  overflow: hidden;
}

.faq-bottom-art {
  position: absolute;
  left: 43px;
  top: 0;
  width: 199px;
  height: 166px;
  background-position: -83px -1326px;
}

.faq-bottom-main {
  position: absolute;
  left: 253px;
  top: 31px;
  margin: 0;
  color: #071d4d;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 1.45;
  white-space: nowrap;
}

.faq-bottom-main span {
  color: #0066ff;
  font-size: 34px;
}

.faq-bottom-dots {
  position: absolute;
  left: 293px;
  top: 102px;
  width: 448px;
  height: 8px;
  background-image: radial-gradient(circle, #ffc400 3px, transparent 4px);
  background-size: 24px 8px;
  background-repeat: repeat-x;
}

.faq-bottom-sub {
  position: absolute;
  left: 253px;
  top: 122px;
  margin: 0;
  color: #071d4d;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.8px;
  line-height: 1;
  white-space: nowrap;
}

.faq-note {
  position: absolute;
  left: 0;
  top: 1512px;
  width: 1024px;
  margin: 0;
  color: #7b8caf;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .faq-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

.faq-section {
  height: min(150vw, 1536px);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 67%, #f8fcff 100%);
}

.faq-canvas {
  background:
    radial-gradient(circle at 4% 0%, #edf4ff 0 13%, rgba(237, 244, 255, 0) 13.2%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 67%, #f8fcff 100%);
}

.faq-bg-circle {
  position: absolute;
  left: -80px;
  top: -80px;
  width: 278px;
  height: 278px;
  border-radius: 50%;
  background: #edf4ff;
}

.faq-bg-dots {
  position: absolute;
  width: 92px;
  height: 92px;
  background-image: radial-gradient(circle, #b8cff8 4px, transparent 5px);
  background-size: 24px 24px;
  background-repeat: repeat;
}

.faq-bg-dots-left {
  left: 37px;
  top: 234px;
}

.faq-bg-dots-right {
  right: 34px;
  top: 151px;
}

.faq-title {
  top: 111px;
  font-size: 70px;
  letter-spacing: 8px;
  line-height: 1;
}

.faq-title-line {
  left: 462px;
  top: 231px;
  width: 101px;
  height: 8px;
}

.faq-lead {
  top: 272px;
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 1;
  white-space: nowrap;
}

.faq-list {
  left: 36px;
  top: 361px;
  width: 952px;
}

.faq-item {
  width: 952px;
  min-height: 143px;
  margin: 0 0 27px;
  border-color: rgba(198, 220, 252, 0.86);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(39, 88, 155, 0.06);
}

.faq-item.is-open {
  min-height: 232px;
}

.faq-question {
  min-height: 143px;
}

.faq-q {
  left: 30px;
  top: 35px;
  width: 66px;
  height: 66px;
  font-size: 41px;
  line-height: 66px;
  background: linear-gradient(135deg, #65a0ff 0%, #2d6cf0 100%);
}

.faq-separator {
  position: absolute;
  left: 120px;
  top: 30px;
  width: 1px;
  height: 83px;
  background-image: linear-gradient(180deg, #a9c9ff 0 3px, transparent 3px 9px);
  background-size: 1px 9px;
  background-repeat: repeat-y;
}

.faq-question-text {
  left: 185px;
  top: 54px;
  width: 690px;
  font-size: 30px;
  letter-spacing: 0.4px;
  line-height: 1.18;
}

.faq-question-text::after {
  display: none;
}

.faq-arrow {
  right: 40px;
  top: 59px;
  width: 36px;
  height: 28px;
  border-radius: 0;
  background: transparent;
}

.faq-arrow::before {
  left: 6px;
  top: 0;
  width: 20px;
  height: 20px;
  border-right: 5px solid #4c83f2;
  border-bottom: 5px solid #4c83f2;
}

.faq-answer p {
  margin: 0 0 25px 185px;
  color: #071d4d;
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 1.7;
  white-space: nowrap;
}

.faq-bottom-box {
  left: 36px;
  top: 1222px;
  width: 952px;
  height: 252px;
  border-color: #ffe08c;
  border-radius: 12px;
  background: rgba(255, 253, 247, 0.96);
}

.faq-bottom-art {
  left: 94px;
  top: 69px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: linear-gradient(180deg, #edf5ff 0%, #dbeaff 100%);
  box-shadow: 0 10px 24px rgba(42, 93, 176, 0.08);
}

.faq-bottom-art::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 31px;
  width: 56px;
  height: 39px;
  border: 5px solid #2d6cf0;
  border-radius: 18px;
  background:
    radial-gradient(circle, #2d6cf0 0 3px, transparent 4px) 16px 16px / 12px 12px no-repeat,
    radial-gradient(circle, #2d6cf0 0 3px, transparent 4px) 29px 16px / 12px 12px no-repeat,
    radial-gradient(circle, #2d6cf0 0 3px, transparent 4px) 42px 16px / 12px 12px no-repeat,
    rgba(255, 255, 255, 0.92);
}

.faq-bottom-art::after {
  content: "";
  position: absolute;
  left: 74px;
  top: 28px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffd84a;
  box-shadow: 12px 12px 0 -5px #ffd84a;
}

.faq-bottom-box::before {
  content: "";
  position: absolute;
  left: 296px;
  top: 42px;
  width: 1px;
  height: 168px;
  background-image: linear-gradient(180deg, #cdd8e8 0 4px, transparent 4px 10px);
  background-size: 1px 10px;
  background-repeat: repeat-y;
}

.faq-bottom-main {
  left: 340px;
  top: 43px;
  width: 585px;
  font-size: 23px;
  letter-spacing: 0.6px;
  line-height: 1.55;
}

.faq-bottom-main span {
  color: #06c755;
  font-size: 33px;
  letter-spacing: 0.2px;
}

.faq-bottom-dots {
  left: 340px;
  top: 139px;
  width: 540px;
  height: 9px;
  background-image: linear-gradient(90deg, #ffd84a 0%, #ffd84a 100%);
  background-size: 100% 9px;
  border-radius: 999px;
}

.faq-bottom-sub {
  left: 340px;
  top: 177px;
  width: 585px;
  font-size: 21px;
  letter-spacing: 0.3px;
}

.faq-section {
  height: var(--faq-section-height, min(150vw, 1536px));
  overflow: visible;
  transition: height 0.3s ease;
}

.faq-canvas {
  height: var(--faq-canvas-height, 1536px);
  overflow: visible;
  transition: height 0.3s ease;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.faq-item {
  margin: 0;
}

.faq-bottom-box {
  top: var(--faq-bottom-top, 1222px);
  transition: top 0.3s ease;
}

.final-section {
  position: relative;
  height: min(150vw, 1536px);
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 70%, #f7fbff 100%);
}

.final-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1024px;
  height: 1536px;
  margin-left: -512px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 9%, rgba(225, 240, 255, 0.86) 0 17%, rgba(225, 240, 255, 0) 31%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 70%, #f8fcff 100%);
  transform-origin: top center;
}

.final-hero-art,
.final-closing-plant {
  background-image: url("./design/lp12.png");
  background-repeat: no-repeat;
  background-size: 1024px 1536px;
}

.final-hero-art {
  position: absolute;
  right: 16px;
  top: 22px;
  width: 288px;
  height: 458px;
  background-position: -690px -22px;
}

.final-thanks {
  position: absolute;
  left: 92px;
  top: 103px;
  width: 500px;
  margin: 0;
  color: #0066ff;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2.7px;
  line-height: 1;
  white-space: nowrap;
}

.final-thanks::before,
.final-thanks::after {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 245px;
  height: 19px;
  border-bottom: 2px solid #0066ff;
}

.final-thanks::before {
  left: 12px;
  border-bottom-left-radius: 80% 24px;
}

.final-thanks::after {
  right: 12px;
  border-bottom-right-radius: 80% 24px;
}

.final-title {
  position: absolute;
  left: 50px;
  top: 181px;
  width: 620px;
  margin: 0;
  color: #071d4d;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.56;
}

.final-title span {
  display: block;
  width: 620px;
  white-space: nowrap;
}

.final-title em {
  color: #0066ff;
  font-style: normal;
  font-size: 56px;
  letter-spacing: 0;
}

.final-lead {
  position: absolute;
  left: 70px;
  top: 374px;
  width: 590px;
  margin: 0;
  color: #071d4d;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.final-lead-line {
  position: absolute;
  left: 307px;
  top: 418px;
  width: 93px;
  height: 7px;
  border-radius: 999px;
  background: #f6bd00;
}

.final-choice-box {
  position: absolute;
  left: 27px;
  top: 506px;
  width: 970px;
  height: 459px;
  border: 1px solid #bdd8ff;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 7px 22px rgba(42, 91, 165, 0.07);
}

.final-choice-heading {
  position: absolute;
  left: 0;
  top: 46px;
  width: 970px;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.8px;
  line-height: 1;
  white-space: nowrap;
}

.final-choice-heading::before,
.final-choice-heading::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 12px;
  height: 46px;
  background-image: radial-gradient(circle, #f6bd00 3px, transparent 4px);
  background-size: 12px 14px;
  background-repeat: repeat-y;
}

.final-choice-heading::before {
  left: 74px;
}

.final-choice-heading::after {
  right: 78px;
}

.final-cta-grid {
  position: absolute;
  left: 21px;
  top: 114px;
  display: grid;
  grid-template-columns: 441px 441px;
  column-gap: 31px;
}

.final-cta-card {
  position: relative;
  width: 441px;
  height: 315px;
  border: 1px solid #8fbaff;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 20px rgba(38, 88, 155, 0.06);
}

.final-cta-card-orange {
  border-color: #f2c55a;
}

.final-cta-label {
  position: absolute;
  left: 84px;
  top: 29px;
  width: 267px;
  height: 45px;
  margin: 0;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1.1px;
  line-height: 45px;
  white-space: nowrap;
}

.final-cta-card-blue .final-cta-label {
  background: linear-gradient(90deg, #1d8dff 0%, #005cff 100%);
}

.final-cta-card-orange .final-cta-label {
  background: linear-gradient(90deg, #f6a000 0%, #ffb600 100%);
}

.final-cta-card h3 {
  position: absolute;
  left: 0;
  top: 98px;
  width: 441px;
  margin: 0;
  color: #0066ff;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.6px;
  line-height: 1;
  white-space: nowrap;
}

.final-cta-card h3 span {
  color: #06c755;
  font-size: 43px;
  letter-spacing: 3px;
}

.final-cta-card-orange h3 {
  color: #f29b00;
  font-size: 34px;
  letter-spacing: 0.1px;
}

.final-cta-button {
  position: absolute;
  left: 18px;
  top: 168px;
  display: flex;
  align-items: center;
  width: 405px;
  height: 120px;
  padding: 0 72px 0 120px;
  border-radius: 17px;
  color: #fff;
  text-decoration: none;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 9px 18px rgba(0, 92, 255, 0.2);
}

.final-cta-button-blue {
  background: linear-gradient(135deg, #0078ff 0%, #004dff 100%);
}

.final-cta-button-orange {
  background: linear-gradient(135deg, #ffb300 0%, #f39800 100%);
  box-shadow: 0 9px 18px rgba(243, 152, 0, 0.22);
}

.final-line-mark,
.final-diagnosis-mark {
  position: absolute;
  left: 18px;
  top: 29px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
}

.final-line-mark {
  font-size: 0;
  color: #fff;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0;
}

.final-line-mark::before {
  content: "LINE";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 35px;
  height: 27px;
  border-radius: 50%;
  background: #06c755;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 27px;
}

.final-line-mark::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 41px;
  width: 10px;
  height: 9px;
  background: #06c755;
  transform: skewX(-26deg);
}

.final-diagnosis-mark::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  width: 27px;
  height: 35px;
  border: 4px solid #0066ff;
  border-radius: 4px;
}

.final-diagnosis-mark::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 30px;
  width: 15px;
  height: 9px;
  border-left: 4px solid #f6bd00;
  border-bottom: 4px solid #f6bd00;
  transform: rotate(-45deg);
}

.final-button-arrow {
  position: absolute;
  right: 30px;
  top: 42px;
  width: 26px;
  height: 26px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-45deg);
}

.final-safety {
  position: absolute;
  left: 0;
  top: 1007px;
  width: 1024px;
}

.final-safety h3 {
  position: relative;
  margin: 0;
  color: #071d4d;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.25;
  white-space: nowrap;
}

.final-safety h3 span {
  color: #0066ff;
  font-size: 34px;
}

.final-safety h3::after {
  content: "";
  display: block;
  width: 208px;
  height: 8px;
  margin: 6px auto 0;
  background-image: radial-gradient(circle, #ffc400 3px, transparent 4px);
  background-size: 21px 8px;
  background-repeat: repeat-x;
}

.final-safety-grid {
  position: absolute;
  left: 14px;
  top: 70px;
  display: grid;
  grid-template-columns: 300px 360px 300px;
  column-gap: 18px;
  align-items: start;
}

.final-safety-item {
  position: relative;
  min-height: 200px;
  padding-left: 110px;
}

.final-safety-item + .final-safety-item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 1px;
  height: 174px;
  background-image: linear-gradient(180deg, #a9c9ff 0 4px, transparent 4px 10px);
  background-size: 1px 10px;
  background-repeat: repeat-y;
}

.final-safety-icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eaf3ff;
}

.final-safety-icon::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 27px;
  width: 43px;
  height: 43px;
  border: 4px solid #0066ff;
}

.final-safety-free .final-safety-icon::before {
  border-radius: 4px;
}

.final-safety-free .final-safety-icon::after {
  content: "";
  position: absolute;
  left: 45px;
  top: 13px;
  width: 17px;
  height: 25px;
  border: 4px solid #0066ff;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.final-safety-privacy .final-safety-icon::before {
  left: 31px;
  top: 23px;
  width: 40px;
  height: 52px;
  border-radius: 0 0 24px 24px;
  transform: skewY(-6deg);
}

.final-safety-no-push .final-safety-icon::before {
  left: 29px;
  top: 33px;
  width: 48px;
  height: 34px;
  border-radius: 5px;
}

.final-safety-no-push .final-safety-icon::after {
  content: "";
  position: absolute;
  left: 42px;
  top: 65px;
  width: 16px;
  height: 16px;
  border-left: 4px solid #0066ff;
  border-bottom: 4px solid #0066ff;
  transform: skewX(-22deg);
}

.final-safety-item h4 {
  margin: 15px 0 28px;
  color: #0066ff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1px;
  line-height: 1.65;
}

.final-safety-item p {
  margin: 0;
  color: #071d4d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.8;
}

.final-safety-item::after {
  content: "";
  position: absolute;
  left: 89px;
  top: 90px;
  width: 31px;
  height: 31px;
  border: 2px solid #f6bd00;
  border-radius: 50%;
  background: #fff;
}

.final-safety-item h4::after {
  content: "";
  position: absolute;
  left: 98px;
  top: 101px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #f6bd00;
  border-bottom: 3px solid #f6bd00;
  transform: rotate(-45deg);
}

.final-closing-box {
  position: absolute;
  left: 27px;
  top: 1298px;
  width: 970px;
  height: 157px;
  border: 1px solid #bdd8ff;
  border-radius: 14px;
  background: rgba(250, 253, 255, 0.95);
  box-shadow: 0 8px 22px rgba(41, 91, 165, 0.06);
}

.final-closing-plant {
  position: absolute;
  left: 51px;
  top: 31px;
  width: 105px;
  height: 100px;
  background-position: -75px -1325px;
}

.final-closing-main {
  position: absolute;
  left: 180px;
  top: 40px;
  width: 785px;
  margin: 0;
  color: #071d4d;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
}

.final-closing-sub {
  position: absolute;
  left: 285px;
  top: 91px;
  margin: 0;
  color: #0066ff;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1;
  white-space: nowrap;
}

.final-closing-sub::after {
  content: "";
  display: block;
  width: 465px;
  height: 8px;
  margin: 13px auto 0;
  background-image: radial-gradient(circle, #ffc400 3px, transparent 4px);
  background-size: 21px 8px;
  background-repeat: repeat-x;
}

.final-footer {
  position: absolute;
  left: 0;
  top: 1487px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1024px;
  color: #0066ff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1;
}

.final-privacy-link {
  color: #0066ff;
  text-decoration: none;
}

.final-footer-divider {
  width: 1px;
  height: 20px;
  margin: 0 29px;
  background: #87adf2;
}

.final-footer small {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .final-canvas {
    transform: scale(calc(100vw / 1024));
  }
}

@media (max-width: 1024px) {
  .fv,
  .empathy-canvas,
  .choice-canvas,
  .work-canvas,
  .salary-canvas,
  .beginner-canvas,
  .recommend-canvas,
  .workday-canvas,
  .support-canvas,
  .method-canvas,
  .faq-canvas,
  .final-canvas {
    transform: scale(var(--lp-scale, 0.366));
  }
}

.policy-page {
  min-width: 0;
  background: #ffffff;
  color: #071d4d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0;
  line-height: 1.9;
}

.policy-header {
  border-bottom: 1px solid #d7e5fb;
  background: rgba(255, 255, 255, 0.96);
}

.policy-header,
.policy-main {
  width: 100%;
}

.policy-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin: 0 20px;
  color: #0066ff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.policy-back-link::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-left: 2px solid #0066ff;
  border-bottom: 2px solid #0066ff;
  transform: rotate(45deg);
}

.policy-main {
  padding: 36px 20px 56px;
}

.policy-article {
  max-width: 880px;
  margin: 0 auto;
}

.policy-article h1 {
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 3px solid #0066ff;
  color: #071d4d;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.policy-article section {
  margin-top: 34px;
}

.policy-article h2 {
  margin: 0 0 14px;
  padding-left: 14px;
  border-left: 5px solid #0066ff;
  color: #071d4d;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

.policy-article p {
  margin: 0 0 18px;
  color: #071d4d;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  overflow-wrap: anywhere;
}

.policy-bottom-nav {
  max-width: 880px;
  margin: 42px auto 0;
  text-align: center;
}

.policy-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #0066ff;
  border-radius: 999px;
  color: #0066ff;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

@media (min-width: 768px) {
  .policy-header {
    padding: 0 calc((100vw - 880px) / 2);
  }

  .policy-main {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .policy-article h1 {
    font-size: 38px;
  }

  .policy-article h2 {
    font-size: 23px;
  }

  .policy-article p {
    font-size: 16px;
  }
}
