.p-home-hero__mainVidual_light {
  position: absolute;
  top: 50svh;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -176px);
  transform: translate(-50%, calc(1300px * (380px / 960px) * -0.5 + 34px));
  max-width: 1300px;
}
@media screen and (max-width:1300px){
  .p-home-hero__mainVidual_light {
    transform: translate(-50%, calc(90vw * (380px / 960px) * -0.5));
  }
}
#light_mark {
  /*
  margin-left: 1.4vw;
  */
  /*
  width: 893.24px;
  height: 192px;
  */
}

#light_mark {
  width: 100%;
  /*
  transform: scale(1.06);
  transform-origin: top center;
  */
}
#light_mark path,
#light_mark ellipse {
  fill:#9bf0ff;
}

.p-home-about {
  background: none;
}
.l-wrapper {
  overflow: clip;
}

.p-home-hero__mainVidual_logo {
  position: absolute;
  left: 8.5%;
  top: 0;
  right: 13%;
  padding-top: 16%;
}
.p-home-hero__mainVidual_logo img {
  width: 100%;
  height: auto;
}

/* ヒーロー内ボタン（資料ダウンロード・ログイン） 旧WP実装(/lightblue/)から移植 */
.p-home-hero__btns {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 30px 0;
}
.p-home-hero__btns > * {
  flex: 1;
  display: flex;
}
.p-home-hero__btns .p-home-cta__btn,
.p-home-hero__btns .p-home-login__btn {
  display: flex;
  width: 100%;
}
.p-home-hero__btns .p-home-cta__btn a {
  width: 100%;
  border-radius: 200px;
}
.p-home-hero__btns .p-home-login__btn a {
  margin: 0 auto;
  padding: 8px;
  background: #fff;
  border: 2px solid var(--primary);
  color: #000;
  font-weight: 500;
  border-radius: 200px;
  white-space: nowrap;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.p-home-hero__btns .p-home-login__btn a span:nth-child(1) {
  font-size: clamp(17px, 3.864vw, 30px);
}
.p-home-hero__btns .p-home-login__btn a span:nth-child(2) {
  font-size: clamp(12px, 2vw, 16px);
}
.p-home-hero {
  min-height: min(120vw, 800px);
}
@media screen and (max-width: 950px) {
  .p-home-hero__btns {
    flex-direction: column;
    gap: 20px;
  }
  .p-home-hero {
    min-height: 600px;
  }
  .p-home-hero__mainVidual_light {
    transform: translate(-50%, calc(90vw * (680px / 960px) * -0.5));
  }
}