.story-section {
  padding: 88px 0 96px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaef), to(#ffffff));
  background: linear-gradient(180deg, #fffaef 0%, #ffffff 100%);
}

.story-content {
  max-width: 760px;
  margin: 48px auto 0;
}
.story-content p {
  font-size: 16px;
  color: #444444;
  line-height: 2.05;
  margin-bottom: 20px;
}
.story-content__lead {
  margin-top: 32px !important;
  padding: 24px 28px;
  background: rgba(255, 221, 35, 0.18);
  border-left: 4px solid #FFDD23;
  font-size: 16px !important;
  font-weight: 500;
  color: #0d1035 !important;
  line-height: 1.95 !important;
}

.ceo-section {
  padding: 88px 0;
}

.ceo-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .ceo-inner {
    grid-template-columns: 220px 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .ceo-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.ceo-inner--no-photo {
  display: block;
  max-width: 820px;
  margin: 48px auto 0;
}

.ceo-img img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .ceo-img {
    max-width: 240px;
    margin: 0 auto;
  }
  .ceo-img img {
    aspect-ratio: 3/4;
  }
}

.ceo-photo-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f8fc), to(#e5e7eb));
  background: linear-gradient(180deg, #f7f8fc 0%, #e5e7eb 100%);
  border: 1px dashed #9ca3af;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  color: #9ca3af;
}
@media (max-width: 768px) {
  .ceo-photo-placeholder {
    aspect-ratio: 3/4;
  }
  .ceo-photo-placeholder i {
    font-size: 44px;
  }
}
.ceo-photo-placeholder i {
  font-size: 56px;
}
.ceo-photo-placeholder span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ceo-name {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #2d2d3a;
  text-align: center;
}
.ceo-name strong {
  font-size: 18px;
  font-weight: 700;
  color: #0d1035;
  display: block;
  margin-top: 4px;
}

.ceo-signature {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  text-align: right;
  font-size: 14px;
  color: #2d2d3a;
  letter-spacing: 0.04em;
}
.ceo-signature strong {
  font-size: 18px;
  font-weight: 700;
  color: #0d1035;
  margin-left: 8px;
}

.ceo-msg-title {
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 900;
  color: #0d1035;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #FFDD23;
}

.ceo-msg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ceo-msg-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 16px;
  color: #333;
  line-height: 1.95;
}
.ceo-msg-list li i {
  font-size: 22px;
  color: #132381;
  line-height: 1.4;
}

.ceo-text p {
  font-size: 16px;
  color: #444444;
  line-height: 2;
  margin-bottom: 18px;
}
.ceo-text p:last-child {
  margin-bottom: 0;
}

.business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.business-list li {
  font-size: 14px;
  padding: 4px 12px;
  background: rgba(19, 35, 129, 0.06);
  color: #0d1035;
  border: 1px solid rgba(19, 35, 129, 0.15);
}

.company-info {
  padding: 88px 0;
  background: #f7f8fc;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 640px) {
  .company-table {
    display: block;
  }
  .company-table tbody {
    display: block;
  }
  .company-table tr {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #e5e7eb;
  }
  .company-table th, .company-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .company-table th {
    background: rgba(19, 35, 129, 0.06);
  }
}
.company-table th, .company-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 768px) {
  .company-table th, .company-table td {
    padding: 14px 16px;
  }
}
.company-table th {
  width: 200px;
  font-weight: 700;
  color: #132381;
  background: rgba(19, 35, 129, 0.04);
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .company-table th {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .company-table th {
    width: 120px;
  }
}
.company-table td a {
  color: #132381;
  text-decoration: underline;
}
.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: none;
}

.area-section {
  padding: 88px 0;
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .area-grid {
    grid-template-columns: 1fr;
  }
}

.area-group h3 {
  font-size: 16px;
  font-weight: 700;
  color: #132381;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #132381;
}

.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.area-list li {
  font-size: 14px;
  padding: 5px 14px;
  background: rgba(19, 35, 129, 0.06);
  color: #0d1035;
  border: 1px solid rgba(19, 35, 129, 0.15);
}

.area-note {
  font-size: 14px;
  color: #9ca3af;
  margin-top: 32px;
}/*# sourceMappingURL=company.css.map */