section {
  margin-top: 40px;
  margin-bottom: 60px;
}
.section-title {
  display: flex;
  align-items: center;
}
.section-title span {
  font-size: 22px;
  font-weight: 700;
}
.section-title svg {
  width: 30px;
  height: 30px;
  color: #6caa17;
  flex-shrink: 0;
}
.section-heading {
  line-height: 1.2;
  font-size: 54px;
  font-weight: 700;
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  margin: 10px 0 40px 0;
}
.section-sub-heading {
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  margin: 10px 0 40px 0;
  text-align: center;
}
.section-image-text {
  width: 80%;
  display: block;
  margin: 20px auto;
}
.section-image-portrait {
  width: 100%;
  display: block;
  margin: 20px auto;
}
.section-image-portrait-text {
  text-align: right;
  margin-top: 1em;
}
