.p-top-blueradical {
  margin-top: 80px;
}

.p-top-blueradical__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  background: linear-gradient(90deg, #DDF4F3 0%, #C6E3F9 100%);
}

.p-top-blueradical__headline {
  margin-bottom: 30px;
}

.p-top-blueradical__title {
  color: #36838C;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-top-blueradical__lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-top-blueradical__link {
  display: block;
  width: fit-content;
  margin: 0 auto 18px;
  text-align: center;
  text-decoration: none !important;
}

.p-top-blueradical__link-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #36838C;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-top-blueradical__link-caption::before,
.p-top-blueradical__link-caption::after {
  content: "";
  display: block;
  width: 22px;
  height: 12px;
  background-color: #36838C;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.p-top-blueradical__note {
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  text-indent: -1em;
}

@media screen and (max-width:47.99em) {
  .p-top-blueradical {
    margin-top: 10vw;
  }

  .p-top-blueradical__box {
    padding: 16px;
  }

  .p-top-blueradical__headline {
    margin-bottom: 16px;
  }

  .p-top-blueradical__title {
    margin-bottom: 4px;
    font-size: 5vw;
  }

  .p-top-blueradical__lead {
    font-size: 4vw;
  }

  .p-top-blueradical__link {
    margin-bottom: 8px;
  }

  .p-top-blueradical__link-caption {
    gap: 8px;
    margin-bottom: 8px;
    font-size: 3.5vw;
  }

  .p-top-blueradical__link-caption::before,
  .p-top-blueradical__link-caption::after {
    width: 16px;
    height: 8px;
  }

  .p-top-blueradical__note {
    font-size: 3vw;
    line-height: 1.5;
    text-align: left;
  }
}