/* 1_1 */
.intro1 {
  text-align: center;
  margin: 0 auto;
  max-width: 530px;
}
.intro1 h2 {
  font-size: 36px;
  font-weight: 400;
  color: #131313;
  line-height: 54px;
  margin: 0 0 125px;
}
.intro1 h2 strong {
  font-weight: 800;
}
.intro1 p {
  font-size: 18px;
  font-weight: 400;
  color: #131313;
  line-height: 30px;
  margin: 0 0 29px;
  text-align: justify;
  letter-spacing: -0.04em;
  word-break: keep-all;
}
.intro1 p.sign {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 0;
  font-size: 16px;
}
.intro1 p.sign span {
  display: inline-block;
  margin: 0 0 0 20px;
  padding-top: 15px;
}
