@charset "UTF-8";
.title-company {
  display: inline-block;
  color: #FABE00;
  font-size: 145%;
  letter-spacing: 4px;
  text-shadow: rgb(34, 34, 34) 3px 0px 0px, rgb(34, 34, 34) 2.83487px 0.981584px 0px, rgb(34, 34, 34) 2.35766px 1.85511px 0px, rgb(34, 34, 34) 1.62091px 2.52441px 0px, rgb(34, 34, 34) 0.705713px 2.91581px 0px, rgb(34, 34, 34) -0.287171px 2.98622px 0px, rgb(34, 34, 34) -1.24844px 2.72789px 0px, rgb(34, 34, 34) -2.07227px 2.16926px 0px, rgb(34, 34, 34) -2.66798px 1.37182px 0px, rgb(34, 34, 34) -2.96998px 0.42336px 0px, rgb(34, 34, 34) -2.94502px -0.571704px 0px, rgb(34, 34, 34) -2.59586px -1.50383px 0px, rgb(34, 34, 34) -1.96093px -2.27041px 0px, rgb(34, 34, 34) -1.11013px -2.78704px 0px, rgb(34, 34, 34) -0.137119px -2.99686px 0px, rgb(34, 34, 34) 0.850987px -2.87677px 0px, rgb(34, 34, 34) 1.74541px -2.43999px 0px, rgb(34, 34, 34) 2.44769px -1.73459px 0px, rgb(34, 34, 34) 2.88051px -0.838247px 0px;
}

.title-reason {
  font-size: 155%;
}
.title-reason .title-number {
  font-size: 180%;
}

.title-emphasis::after {
  content: "";
  position: absolute;
  top: 28.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 554px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50% 50%;
  background-image: url(../../assets/img/title-emphasis.svg);
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .title-emphasis::after {
    top: 36%;
  }
}
.title-duble-border::before, .title-duble-border::after {
  content: "";
  position: absolute;
  background-color: #222;
  width: 100%;
  height: 5px;
  border-radius: 50px;
}
.title-duble-border::before {
  top: 0;
  left: 0;
}
.title-duble-border::after {
  bottom: 0;
  right: 0;
}

.title-border-dotto {
  padding: 0.5rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 3px dotted #222;
  font-weight: bold;
}

.title-yellow-border {
  border-bottom: solid 5px #fdd41f;
}

/* 文字の上に点 */
.dots {
  background-image: radial-gradient(circle at center, #222222 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}

/* マーカー風 */
.maker-yellow::after {
  content: "";
  position: absolute;
  display: inline;
  width: 100%;
  height: 14px;
  background-color: #FFDD00;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.maker-sub-yellow::after {
  bottom: 10px;
}

.number-large {
  font-size: 62px;
}

.number-big {
  font-size: 90px;
}

@media screen and (min-width: 576px) {
  .maker-sub-yellow::after {
    bottom: 15px;
    width: 72%;
    left: 50%;
    transform: translateX(-50%);
  }
  .number-large {
    font-size: 80px;
  }
  .number-big {
    font-size: 120px;
  }
  #voice .number-large {
    font-size: 62px;
  }
}
@media screen and (min-width: 768px) {
  .maker-sub-yellow::after {
    width: 52%;
  }
  .number-large {
    font-size: 84px;
  }
  .title-img-man::before, .title-img-womanman::before, .title-salesman::before {
    content: "";
    position: absolute;
    top: 6%;
    right: 0;
    transform: translateY(-50%);
    width: 25%;
    height: 195px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../../assets/img/img-reason.svg);
    z-index: 0;
  }
  .title-img-man::before {
    top: 4.3%;
  }
  .title-salesman::before {
    z-index: 1;
  }
  .title-img-womanman::before {
    bottom: -2px;
    right: 10%;
    background-position: 100% 100%;
    background-image: url(../../assets/img/img-womanman.svg);
  }
  .title-salesman::before {
    top: inherit;
    bottom: -118px;
    right: -68px;
    width: 30%;
    height: 230px;
    background-image: url(../../assets/img/img-salesman.svg);
    background-size: 150% auto;
  }
  .title-duble-border::before, .title-duble-border::after {
    width: 90%;
  }
}/*# sourceMappingURL=headline.css.map */