.about-con {
  width: 682px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  .about-con {
    width: 100%;
  }
}
.about-con__ttl {
  margin: 0 auto 60px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 36px;
  line-height: 3em;
  line-height: 1.8em;
}
@media screen and (max-width: 599px) {
  .about-con__ttl {
    font-size: 32px;
    line-height: 1.7em;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto 40px auto;
  }
}
.about-con__ttl img {
  width: 100%;
}
.about-con__message {
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 599px) {
  .about-con__message {
    margin: 0 auto 60px auto;
    padding: 0px 20px;
  }
}
.about-con__message p {
  font-size: 18px;
  margin-bottom: 36px;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .about-con__message p {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.about-con__logo {
  text-align: right;
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .about-con__logo {
    padding-bottom: 80px;
  }
}
.about-con__logo img {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .about-con__logo img {
    width: 90px;
    margin-right: 30px;
  }
}