body#about .section .fig01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body#about .section .fig01 figure {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 22%;
  margin-bottom: 0.625em;
}
body#about .section .fig01 figure + figure {
  margin-left: 4%;
}
body#about .section .fig01 figure figcaption {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.625em;
  color: #ffffff;
  font-size: 87.5%;
  text-align: center;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
}
body#about .section .fig02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.25em;
}
body#about .section .fig02 figure {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 48%;
  margin-bottom: 1.25em;
}
body#about .section .fig02 figure:nth-child(2n) {
  margin-left: 4%;
}
body#about .section .fig02 figure img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3125em;
  border: solid 1px #e5e5e5;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
}
body#about .section .fig02 figure figcaption {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -0.3125em;
  padding: 0.625em;
  font-size: 112.5%;
  font-weight: 700;
  background-color: #ffe100;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
body#about .section .fig03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5em;
  margin-bottom: 1.25em;
  padding: 1.875em 1.875em 0.625em;
  background-color: #e84709;
  -moz-border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  border-radius: 1.25em;
}
body#about .section .fig03 figure {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 23%;
  margin: 0 1% 1.25em;
}
body#about .section .fig03 figure figcaption {
  margin-top: 0.625em;
  color: #ffffff;
  font-size: 87.5%;
  text-align: center;
}
body#about .section .attention {
  font-size: 150%;
}
body#about .section .note {
  font-size: 87.5%;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#about .section .pagetitle {
    padding: 1.625em 0.625em 0.9375em;
  }
  body#about .section .fig01 figure {
    width: 48%;
  }
  body#about .section .fig01 figure:nth-child(3) {
    margin-left: 0;
  }
  body#about .section .fig01 figure figcaption {
    font-size: 75%;
  }
  body#about .section .fig02 figure {
    width: 100%;
  }
  body#about .section .fig02 figure:nth-child(2n) {
    margin-left: 0;
  }
  body#about .section .fig02 figure figcaption {
    font-size: 87.5%;
  }
  body#about .section .fig03 {
    padding: 0.9375em;
    -moz-border-radius: 0.625em;
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
  }
  body#about .section .fig03 figure {
    width: 48%;
    margin-bottom: 0.625em;
  }
  body#about .section .fig03 figure figcaption {
    font-size: 60%;
  }
  body#about .section .attention {
    font-size: 125%;
  }
  body#about .section .note {
    font-size: 75%;
  }
}
