/* ===== 早期発見セクション ===== */

.lp-early-detection {
  position: relative;
  background-color: #fff;
  padding: 60px 0;
  overflow: hidden;
}

.lp-early-detection__container {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 装飾画像 */
.lp-early-detection__decoration {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.lp-early-detection__decoration--left {
  width: 256px;
  height: 256px;
  left: -128px;
  top: -60px;
}

.lp-early-detection__decoration--right {
  width: 176px;
  height: 176px;
  right: -30px;
  bottom: -30px;
}

.lp-early-detection__decoration-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* メッセージコンテンツ */
.lp-early-detection__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lp-early-detection__text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.39;
  margin: 0 0 8px;
}

.lp-early-detection__text:last-child {
  margin-bottom: 0;
}

.lp-early-detection__text:first-child {
  padding-bottom: 1.7em;
}

.lp-early-detection__text-normal {
  font-size: 21.667px;
  color: #3d3d3d;
}

.lp-early-detection__text-highlight {
  font-size: 21.667px;
  color: #017ac6;
}

.lp-early-detection__text-highlight--large {
  font-size: 24px;
  text-emphasis: filled dot;
  -webkit-text-emphasis: filled dot;
  text-emphasis-color: #017ac6;
  -webkit-text-emphasis-color: #017ac6;
}

/* 768px以上: タブレット */
@media (min-width: 768px) {
  .lp-early-detection {
    padding: 80px 0;
  }

  .lp-early-detection__container {
    max-width: 100%;
    padding: 0 40px;
  }

  .lp-early-detection__decoration--left {
    width: 320px;
    height: 320px;
    left: -160px;
    top: -80px;
  }

  .lp-early-detection__decoration--right {
    width: 220px;
    height: 220px;
    right: -40px;
    bottom: -40px;
  }

  .lp-early-detection__text-normal {
    font-size: 26px;
  }

  .lp-early-detection__text-highlight {
    font-size: 26px;
  }

  .lp-early-detection__text-highlight--large {
    font-size: 30px;
  }
}

/* 1024px以上: デスクトップ */
@media (min-width: 1024px) {
  .lp-early-detection {
    padding: 100px 0;
  }

  .lp-early-detection__container {
    max-width: 1200px;
    padding: 0 60px;
  }

  .lp-early-detection__decoration--left {
    width: 400px;
    height: 400px;
    left: -200px;
    top: -100px;
  }

  .lp-early-detection__decoration--right {
    width: 280px;
    height: 280px;
    right: -60px;
    bottom: -60px;
  }

  .lp-early-detection__text-normal {
    font-size: 36px;
  }

  .lp-early-detection__text-highlight {
    font-size: 36px;
  }

  .lp-early-detection__text-highlight--large {
    font-size: 44px;
  }
}
