@charset "utf-8";
/* CSS Document */

/* 山崎塾について　*/
.about_message .container {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
.about_message-image {
  flex-shrink: 0;
  margin-bottom: 100px;
}
.about_message-text h2 {
  font-size: 26px;
  margin-bottom: 50px;
}
.about_message-text p + p {
  margin-top: 2em;
}
.about_message-text p:last-child {
  text-align: right;
}
@media (max-width:767px) {
  .about_message .container {
    flex-direction: column;
    gap: 30px;
  }
  .about_message-image {
    text-align: center;
  }
  .about_message-text h2 {
    font-size: 20px;
    margin-bottom: 27px;
  }
}
.about_message-text {
   margin-bottom: 80px;
}