/* Heroセクション */
.about-hero {
  position: relative;
  background: #f9f9f9;
  padding: 60px 20px 100px;
  text-align: center;
  overflow: hidden;
}

.about-heading h1 {
  font-size: 2.5rem;
  color: #3B40FF;
  font-weight: bold;
}

.about-heading .sub {
  font-size: 1rem;
  color: #333;
  margin-top: 0.5rem;
}

.about-heading .breadcrumb {
  font-size: 0.85rem;
  color: #999;
  margin-top: 1rem;
}

.about-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 0;
}
.about-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* About説明セクション */
.about-message {
  background: #fff;
  padding: 80px 20px;
}

.about-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 2;
  color: #222;
  margin-bottom: 2rem;
}

.about-text .highlight {
  color: #e60073;
  font-weight: bold;
}

.cta-button {
  display: inline-block;
  background: #FFEB00;
  color: #000;
  font-weight: bold;
  padding: 0.6em 1.4em;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.2s;
}

.cta-button:hover {
  background: #ffe000;
}

.about-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.about-image img {
  max-width: 100%;
  height: auto;
}
.company-profile {
  background: #fff;
  padding: 80px 20px;
  max-width: 880px;
  margin: 0 auto;
}

.profile-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3B40FF;
  margin-bottom: 2rem;
  text-align: center;
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.profile-table th,
.profile-table td {
  border-top: 1px solid #eee;
  padding: 1rem 0.5rem;
  text-align: left;
  vertical-align: top;
}

.profile-table th {
  width: 150px;
  font-weight: bold;
  color: #3B40FF;
  font-size: 0.95rem;
}

.profile-table td {
  color: #333;
  line-height: 1.6;
}
