/* =============================================
   MEET OUR TEAM SECTION
============================================= */
.team-section {
  background: linear-gradient(to right, rgba(27,161,221,0.1), rgba(104,59,148,0.1));
  padding-bottom: 150px;
  overflow: hidden;
}

.team-header {
  padding-top: 150px;
  padding-bottom: 52px;
  position: relative;
}

.team-header .lewths-watermark-left {
  position: absolute;
  left: -100px;
  top: 0;
  width: 535px;
  opacity: 0.1;
  pointer-events: none;
}

.team-heading {
  font-size: clamp(60px, 8.3vw, 120px);
  line-height: 0.8;
}

/* Slider */
.team-slider-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.team-slider-area:active { cursor: grabbing; }

/* Slick Ã¥Ë†ÂÃ¦Å“Å¸Ã¥Å’â€“Ã¥Â¾Å’Ã£ÂÂ®Ã£â€šÂªÃ£Æ’Â¼Ã£Æ’ÂÃ£Æ’Â¼Ã£Æ’Â©Ã£â€šÂ¤Ã£Æ’â€° */
.team-slider-track.slick-initialized {
  margin-left: 120px;
}
.team-slider-track.slick-initialized .slick-list { overflow: visible; }
.team-slider-track.slick-initialized .slick-slide {margin-right: 34px;}

.team-card {
  flex: 0 0 320px;
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.team-card-photo {
  height: 440px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}

.team-card-photo img {
  width: 100%;
  height: 109.09%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: -3.95%;
  left: 0;
}

.team-card-photo--placeholder {
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-card-photo--placeholder span {
  font-family: var(--font-display);
  font-size: 16px;
  color: #999;
  letter-spacing: 0.05em;
}

.team-card-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.team-card-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  font-family: var(--font-body-ja);
  font-size: 13px;
  line-height: 0.8;
}

.tag--gray {
  background: #eee;
  color: #333;
}

.tag--grad {
  background: linear-gradient(to right, rgba(27,161,221,0.9), rgba(83,87,168,0.9) 47.6%, rgba(101,64,151,0.9));
  color: #fff;
}

.team-card-quote {
  font-family: var(--font-body-ja);
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  text-align: justify;
}

.team-card-name {
  font-family: var(--font-body-ja);
  font-size: 14px;
  color: #666;
  line-height: 0.8;
}

/* Navigation */
.team-nav {
  display: flex;
  align-items: flex-end;
  gap: 42px;
}

.team-nav-arrows {
  display: flex;
  gap: 12px;
}

.team-prev,
.team-next {
  width: 33px;
  height: 33px;
  background: #222;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: opacity 0.3s;
}

.team-prev:hover,
.team-next:hover { opacity: 0.75; }
.team-prev:disabled,
.team-next:disabled { opacity: 0.3; cursor: default; }


/* =============================================
   BUSINESS HIGHLIGHTS SECTIONÃ¯Â¼Ë†Ã§â€¹Â¬Ã§Â«â€¹Ã£â€šÂ»Ã£â€šÂ¯Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³Ã¯Â¼â€°
============================================= */
.highlights-section {
  background: #fff;
  padding: 150px 0;
}

.highlights-heading-block {
  margin-bottom: 100px;
}

.highlights-heading {
  font-size: clamp(60px, 8.3vw, 120px);
  line-height: 0.8;
}

/* =============================================
   EVALUATION SYSTEM SECTION
============================================= */
.eval-section {
  background: #fff;
  padding: 150px 0;
}

.eval-heading-block {
  margin-bottom: 100px;
}

.eval-heading {
  font-size: clamp(60px, 8.3vw, 120px);
  line-height: 0.8;
}

/* Sub-section title */
.eval-sub {
  margin-bottom: 100px;
}

.eval-sub:last-child {
  margin-bottom: 0;
}

.eval-sub-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.eval-sub-en {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  color: #444;
  line-height: 0.8;
  letter-spacing: 0.02em;
}

.eval-sub-sep {
  display: block;
  width: 22px;
  height: 1px;
  background: #444;
  flex-shrink: 0;
}

.eval-sub-ja {
  font-family: var(--font-body-ja);
  font-size: 16px;
  color: #444;
}

/* OUTLINE */
.eval-outline-lead {
  font-family: var(--font-body-ja);
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
}

.text-grad {
  color: #654097;
  font-weight: 700;
}

.eval-outline-text {
  font-family: var(--font-body-ja);
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}

.eval-outline-grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}

.eval-pyramid-wrap {
  flex: 0 0 500px;
}

.eval-pyramid-img {
  width: 100%;
  height: auto;
  display: block;
}

.eval-grade-wrap {
  flex: 0 0 442px;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.eval-grade-note {
  font-family: var(--font-body-ja);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  text-align: center;
}

.eval-grade-pct {
  color: #654097;
  font-size: 31px;
}

.eval-grade-table {
  width: 100%;
  border-collapse: collapse;
}

.eval-grade-table thead th {
  font-family: var(--font-body-en);
  font-size: 18px;
  font-weight: 700;
  color: #654097;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #ccc;
}

.eval-grade-table tbody tr {
  border-bottom: 1px solid #ccc;
}

.eval-grade-table tbody td {
  font-family: var(--font-body-en);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  color: #000;
}

/* BUSINESS HIGHLIGHTS */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px 59px;
}

.hl-card {
  background: #f5f8fa;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 16px;
}

.hl-label {
  font-family: var(--font-body-ja);
  font-size: 20px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
}

.hl-icon {
  height: 90px;
  width: auto;
  object-fit: contain;
}

.hl-chart {
  height: 260px;
  width: auto;
  object-fit: contain;
}

.hl-value {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  font-family: var(--font-body-ja);
  font-weight: 700;
}

.hl-num {
  font-size: 50px;
  line-height: 1;
}

.hl-unit {
  font-size: 30px;
}

.hl-note {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  -webkit-text-fill-color: #000;
  font-family: var(--font-body-en);
}

/* PERSONAL EVALUATION table */
.eval-personal-table-wrap {
  overflow-x: auto;
}

.eval-personal-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.eval-personal-table thead tr {
  background: linear-gradient(to left, #25385f, #24274d 50%, #261a31);
}

.eval-personal-table thead th {
  font-family: var(--font-body-en);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 14px 12px;
}

.eval-personal-table tbody tr:nth-child(even) {
  background: #f1f1f1;
}

.eval-personal-table tbody td {
  font-family: var(--font-body-en);
  font-size: 15px;
  text-align: center;
  padding: 9px 12px;
  color: #000;
}

.eval-personal-table tbody td:first-child {
  font-weight: 600;
}

.eval-personal-note {
  font-family: var(--font-body-ja);
  font-size: 13px;
  color: #666;
  margin-top: 12px;
}


/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 1024px) {
  .team-heading { font-size: 80px; }
  .team-slider-track.slick-initialized { margin-left: 24px; }
  .team-card { width: 280px; }

  .eval-outline-grid { flex-direction: column; align-items: flex-start; }
  .eval-pyramid-wrap { flex: none; width: 100%; }
  .eval-grade-wrap { flex: none; width: 100%; }

  .highlights-grid { gap: 24px; }
}

@media (max-width: 768px) {
  .team-section { padding-bottom: 80px; }
  .team-header { padding-top: 80px; padding-bottom: 32px; }
  .team-heading { font-size: 44px; }
  .team-slider-track.slick-initialized { margin-left: 16px; }
  .team-slider-track.slick-initialized .slick-slide { margin-right: 16px; }
  .team-card { width: 280px; }
  .team-card-photo { height: 308px; }

  .highlights-section { padding: 80px 0; }
  .highlights-heading { font-size: 44px; }
  .highlights-heading-block { margin-bottom: 60px; }

  .eval-section { padding: 80px 0; }
  .eval-heading { font-size: 44px; }
  .eval-sub-en { font-size: 28px; }

  /* pyramid responsive */
  .eval-pyramid-wrap { flex: none; width: 100%; }
  .eval-pyramid-img { width: 100%; height: auto; }

  /* highlights */
  .highlights-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .hl-card { padding: 16px 8px; gap: 10px; }
  .hl-label { font-size: 13px; }
  .hl-num { font-size: 32px; }
  .hl-unit { font-size: 18px; }
  .hl-note { font-size: 11px; }
  .hl-icon { height: 72px; }
  .hl-chart {height: 140px;}

  .eval-personal-table thead th,
  .eval-personal-table tbody td { font-size: 13px; padding: 8px 6px; }
}
