.page-about .about-intro {
  background: #ffffff;
}

.page-about .about-intro-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.page-about .about-intro-content .intro-text .intro-catchphrase {
  font-size: 24px;
  font-weight: 700;
  color: #0abab5;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-about .about-intro-content .intro-text .intro-description {
  font-size: 18px;
  color: #4a5568;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}

.page-about .philosophy {
  background: #f8fdfc;
}

.page-about .philosophy-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.page-about .philosophy-item {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-left: 6px solid #0abab5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-about .philosophy-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.page-about .philosophy-item .philosophy-label {
  color: #0abab5;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.page-about .philosophy-item .philosophy-text {
  color: #4a5568;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
}

.page-about .message {
  background: #ffffff;
}

.page-about .message-content {
  max-width: 1000px;
  margin: 0 auto;
}

.page-about .message-profile {
  background: linear-gradient(135deg, #f8fdfc 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(10, 186, 181, 0.1);
}

.page-about .message-profile .profile-image {
  text-align: center;
  margin-bottom: 25px;
}

.page-about .message-profile .profile-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 4px solid #0abab5;
  -webkit-box-shadow: 0 8px 25px rgba(10, 186, 181, 0.15);
  box-shadow: 0 8px 25px rgba(10, 186, 181, 0.15);
}

.page-about .message-profile .profile-info {
  text-align: center;
}

.page-about .message-profile .profile-info .profile-name {
  color: #0abab5;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-about .message-profile .profile-info .profile-title {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.page-about .message-text .message-title {
  color: #0abab5;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.5;
}

.page-about .message-text .message-sections .message-section {
  margin-bottom: 35px;
  padding: 25px;
  background: linear-gradient(135deg, #f8fdfc 0%, #ffffff 100%);
  border-radius: 12px;
  border-left: 4px solid #0abab5;
}

.page-about .message-text .message-sections .message-section:last-child {
  margin-bottom: 0;
}

.page-about .message-text .message-sections .message-section p {
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 16px;
}

.page-about .message-text .message-sections .message-section p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1152px) {
  .page-about .about-intro-content .intro-text .intro-catchphrase {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .page-about .about-intro-content .intro-text .intro-description {
    font-size: 17px;
  }

  .page-about .philosophy-items {
    gap: 25px;
  }

  .page-about .philosophy-item {
    padding: 35px 25px;
  }

  .page-about .philosophy-item .philosophy-label {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .page-about .philosophy-item .philosophy-text {
    font-size: 17px;
  }

  .page-about .message-profile {
    padding: 30px;
    margin-bottom: 40px;
  }

  .page-about .message-profile .profile-image img {
    width: 120px;
    height: 120px;
  }

  .page-about .message-profile .profile-info .profile-name {
    font-size: 24px;
  }

  .page-about .message-profile .profile-info .profile-title {
    font-size: 15px;
  }

  .page-about .message-text .message-title {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .page-about .message-text .message-sections .message-section {
    margin-bottom: 30px;
    padding: 20px;
  }

  .page-about .message-text .message-sections .message-section p {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 490px) {
  .page-about .about-intro-content .intro-text .intro-catchphrase {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .page-about .about-intro-content .intro-text .intro-description {
    font-size: 16px;
  }

  .page-about .philosophy-items {
    gap: 20px;
  }

  .page-about .philosophy-item {
    padding: 30px 20px;
  }

  .page-about .philosophy-item .philosophy-label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .page-about .philosophy-item .philosophy-text {
    font-size: 16px;
  }

  .page-about .message-profile {
    padding: 25px 20px;
    margin-bottom: 30px;
  }

  .page-about .message-profile .profile-image {
    margin-bottom: 20px;
  }

  .page-about .message-profile .profile-image img {
    width: 100px;
    height: 100px;
  }

  .page-about .message-profile .profile-info .profile-name {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .page-about .message-profile .profile-info .profile-title {
    font-size: 14px;
  }

  .page-about .message-text .message-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .page-about .message-text .message-sections .message-section {
    margin-bottom: 25px;
    padding: 18px 15px;
  }

  .page-about .message-text .message-sections .message-section p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=page-about.css.map */