:root {
  --pc-canvas-width: 100%;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
}

body {
  min-width: 100%;
}

.lp-pc {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

.lp-pc .lp-section {
  position: relative;
  width: 100vw;
  margin: 0;
  padding: 0;
}

.lp-pc img {
  display: block;
  width: 100vw;
  height: auto;
  margin: 0;
  max-width: none;
}

.overlay-link {
  position: absolute;
  z-index: 3;
  display: block;
  background: transparent;
}

.overlay-link:focus-visible {
  outline: 3px solid #06c755;
  outline-offset: 2px;
}

.pc04-top-plan {
  left: 20.64%;
  top: 13.59%;
  width: 58.73%;
  height: 1.35%;
  border-radius: 4px;
}

.pc04-line-1 {
  left: 19.27%;
  top: 33.74%;
  width: 61.82%;
  height: 1.06%;
  border-radius: 14px;
}

.pc04-line-2 {
  left: 18.91%;
  top: 56.64%;
  width: 61.82%;
  height: 1.06%;
  border-radius: 14px;
}

.pc04-line-3 {
  left: 19%;
  top: 79.5%;
  width: 61.82%;
  height: 1.06%;
  border-radius: 14px;
}

.pc07-line-1 {
  left: 19.09%;
  top: 72.29%;
  width: 61.82%;
  height: 0.93%;
  border-radius: 14px;
}

.line-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: #06c755;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}
