@charset "UTF-8";
/* CSS Document */
.aboutArea .inner {
  max-width:900px;
  padding: 90px 20px;
  text-align: center;
  font-family: a-otf-ryumin-pr6n,serif;
  font-weight:600;
}
.aboutArea .inner h3 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
  word-break: normal;
}
.aboutArea .inner .about01 {
 margin-bottom: 70px;
}
.aboutArea .inner .about01 .ttl01{
  background-color: #009EE2;
  color: #FFF;
  display: inline-block;
  padding: 6px;
  font-size: 16px;
}
.aboutArea .inner .about01 .ttl02{
  font-size: 52px;
}
.aboutArea .inner .about01 .ttl03{
  font-size: 21px;
}
.aboutArea .inner .about02 p {
  font-size: 18px;
  line-height: 3rem;
  word-break: normal;
}
.aboutArea .inner .about02 p:nth-of-type(2) {
  margin-top: 30px;
}

/* // MARK : maxW 767px */
@media screen and (max-width: 767px) {
  .aboutArea .inner {
   padding: 60px 5vw 30px;
 }
 .aboutArea .inner h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.aboutArea .inner .about01 {
    margin-bottom: 50px;
}
.aboutArea .inner .about01 .ttl01 {
    display: block;
font-size: 14px;
}
.aboutArea .inner .about01 .ttl02 {
    font-size: 36px;
}
.aboutArea .inner .about01 .ttl03 {
    font-size: 15px;
}
.aboutArea .inner .about02 p {
    font-size: 14px;
    line-height: 2rem;
}
}