@charset "UTF-8";

.hero {
  position: relative;
  width: calc(100vw - 10px);
  max-width: 468px;
  height: 520px;
  background: url(/assets/img/top/img_hero.png) no-repeat;
  background-size: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 auto;
  padding: 0 20px
}

.hero__text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px
}

.hero__title {
  width: 290px;
  margin: 0 0 24px
}

.hero__cap {
  position: relative;
  font-size: var(--fs-strong);
  font-weight: 500;
  line-height: 1.8
}

.hero__cap p {
  display: inline-block;
  background: #ffffff80;
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 4px
}

.intro {
  padding: 32px 40px 64px
}
