@charset "utf-8";

#about .page_ttl::before {
  font-size: 2.5rem;
}

#about .inner p,
.message-detail p {
  text-indent: 1em;
  margin-bottom: 16px;
}
#message .page_ttl::before {
  content: "GREETING";
  font-size: 2.5rem;
}

.name {
  text-align: right;
  color: #ff3e98;
}

.name span {
  font-size: 1.25rem;
}

.message-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
}

.message-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  #about .page_ttl::before,
  #message .page_ttl::before {
    font-size: 3.5rem;
  }

  .message-content {
    overflow: hidden; /* フロートの解除 */
  }
  .message-img {
    float: left;
    margin-right: 32px; /* 右側の余白 */
    margin-bottom: 10px; /* 下側の余白 */
  }
}

@media (min-width: 1024px) {
  #about {
    padding: 200px 0 40px;
  }
  section {
    padding-top: 40px;
  }
}
