.title-1 {
  color: #D8A300;
  font-size: 60px;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  text-align: center;
  margin: 80px 0 40px;
}

.title-2 {
  font-size: 42px;
  color: #D8A300;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.title-3 {
  font-size: 20px;
  font-weight: bold;
  color: #D8A300;
  line-height: 200%;
  margin: 20px 0 10px;
  letter-spacing: 3px;
}

.about-block {
  padding-bottom: 100px;
}
.about-block .wrapper {
  max-width: 1300px;
}
.about-block .content {
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1px;
}
.about-block-list .flex {
  justify-content: space-between;
  margin-top: 86px;
}
.about-block-list .flex figure {
  width: 525px;
}
.about-block-list .flex figure img {
  width: 100%;
}
.about-block-list .flex .word {
  width: 700px;
}
.about-block-list .flex .word p {
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 1px;
}
.about-block-list .flex .word p.strong{
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}
.about-block-list .box1 {
  margin-top: 50px;
}
.about-block-list .box1 p {
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 1px;
}
.about-block .btn {
  padding-top: 95px;
}

@media screen and (max-width: 1240px) {
  .about-block-list .flex figure {
    width: 40%;
  }

  .about-block-list .flex .word {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .title-1 {
    font-size: 26px;
    margin: 40px 0 30px;
  }

  .title-2 {
    font-size: 20px;
  }

  .title-3 {
    font-size: 16px;
  }

  .about-block .content {
    font-size: 12px;
  }

  .about-block-list .flex {
    flex-wrap: wrap;
  }

  .about-block-list .flex figure, .about-block-list .flex .word {
    width: 100%;
  }

  .about-block-list .flex figure {
    margin-bottom: 20px;
  }

  .about-block-list .flex .word p, .about-block-list .box1 p {
    font-size: 11px;
  }

  .about-block-list .box1 {
    margin-top: 20px;
  }
}