/* === Auto-generated split from style.css (team.css) === */
/* Generated by /tmp/css_split_v2.py using HTML class-usage analysis */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 30px; border-radius: 50px;
  font-size: 14px; font-weight: 700;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,0.18); }
.btn-primary { background: var(--yellow); color: #fff; }
.btn-secondary { background: var(--teal); color: #fff; }

@media (max-width: 480px) {
.hero-btns .btn {
    width: auto;
    align-self: flex-start;
    padding: 12px 22px;
    font-size: 14px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
  }
}
.team-hero-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.team-hero-sub {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.9;
}
.team-section {
  padding: 48px 28px;
}
.team-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.team-section-inner.narrow {
  max-width: 760px;
}
.team-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.team-grid-2.reverse > :first-child {
  order: 1;
}
.team-grid-2.reverse > :last-child {
  order: 0;
}
.sec-title-left {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(22px, 3vw, 30px);
  color: #2a2a2a;
  line-height: 1.45;
  margin-bottom: 22px;
}
.team-text p {
  font-size: 16px;
  line-height: 1.95;
  color: var(--text);
  margin-bottom: 14px;
}
.team-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.team-img img,
.team-hero-img img,
.profile-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.team-values {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.team-values li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--text);
}
.team-values li::before {
  content: '';
  position: absolute;
  left: 0; top: 11px;
  width: 16px; height: 2px;
  background: var(--yellow);
  border-radius: 2px;
}
.team-values strong {
  font-weight: 700;
  color: #2a2a2a;
  margin-right: 6px;
}
.team-doings {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
}
.doing-item {
  text-align: center;
  padding: 8px;
}
.doing-icon {
  width: 104px; height: 104px;
  margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  background: var(--cream);
  border-radius: 50%;
  color: var(--teal-dk);
  box-shadow: 0 6px 18px rgba(77,189,170,0.10);
}
.doing-icon svg { width: 60px; height: 60px; }
.doing-item:nth-child(1) .doing-icon { color: #c25b50; background: #fcecee; }
.doing-item:nth-child(2) .doing-icon { color: var(--yellow-dk); background: #fdf3d7; }
.doing-item:nth-child(3) .doing-icon { color: #2a4a6a; background: #e6eef5; }
.doing-item:nth-child(4) .doing-icon { color: var(--teal-dk); background: #d8efe9; }
.doing-item h3 {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 8px;
}
.doing-item p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
}
.profile-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  color: #2a2a2a;
  margin-bottom: 12px;
}
.team-cta {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dk) 100%);
  padding: 72px 28px;
  text-align: center;
}
.team-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.team-cta h2 {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(20px, 3vw, 26px);
  color: #2a2a2a;
  margin-bottom: 14px;
  line-height: 1.5;
}
.team-cta p {
  font-size: 14px;
  color: #666;
  line-height: 1.95;
  margin-bottom: 28px;
}
.team-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
.team-hero-inner,
  .team-grid-2,
  .team-grid-2.reverse,
  .team-profile {
    grid-template-columns: 1fr;
    gap: 24px;
  }
.team-grid-2.reverse > :first-child,
  .team-grid-2.reverse > :last-child {
    order: initial;
  }
.team-grid-2 .team-img { order: 1; }
.team-grid-2 .team-text { order: 2; }
.team-doings {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
.team-section { padding: 40px 20px; }
}
.team-values.poetic li {
  padding-left: 0;
  font-family: 'Shippori Mincho', serif;
  font-size: 14.5px;
  line-height: 2;
  color: #555;
}
.team-values.poetic li::before {
  display: none;
}
.tone-yellow { color: var(--yellow-dk) !important; }
.team-hero-full {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6;
  min-height: 360px;
  max-height: 520px;
  overflow: hidden;
  background: #1a2030;
}
.team-hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

@media (max-width: 768px) {
.team-hero-bg { object-position: left center !important; }
}
.team-hero-full::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to left, rgba(0,0,0,.40) 0%, rgba(0,0,0,.12) 40%, rgba(0,0,0,0) 70%);
  z-index: 1;
  pointer-events: none;
}
.team-hero-overlay {
  position: absolute;
  right: 5%; top: 50%;
  transform: translateY(-50%);
  text-align: right;
  color: #fff;
  z-index: 2;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}
.team-hero-overlay .team-hero-title {
  font-family: 'Shippori Mincho','Shippori Mincho',serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
  color: #fff;
}
.team-hero-overlay .team-hero-sub {
  font-family: 'Shippori Mincho','Shippori Mincho',serif;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
}
.team-doings-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 30px;
}
.team-doings-5 .doing-item h3 {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 10px;
}
.team-doings-5 .doing-item p {
  font-size: 12.5px;
  line-height: 1.85;
}
.team-doings-5 .doing-icon {
  width: 78px; height: 78px;
}
.team-doings-5 .doing-icon svg { width: 44px; height: 44px; }
.team-doings-5 .doing-item:nth-child(5) .doing-icon {
  color: #4a8db0; background: #e2eef5;
}
.profile-name-reading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: var(--muted);
  margin-left: 12px;
  letter-spacing: 0.1em;
}
.profile-motto-label {
  margin-top: 18px !important;
  font-size: 13px !important;
  color: var(--muted);
}
.profile-motto {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(17px, 1.9vw, 20px) !important;
  color: #2a2a2a;
  line-height: 1.7 !important;
  letter-spacing: 0.04em;
  margin-top: 4px !important;
  font-weight: 500;
}
.team-cta h2 { letter-spacing: 0.06em; }
.team-cta .btn { min-width: 180px; }

@media (max-width: 1024px) {
.team-doings-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
.team-hero-full {
    aspect-ratio: auto;
    min-height: 0;
    max-height: none;
    background: transparent;
    display: flex;
    flex-direction: column;
  }
.team-hero-bg {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 65% 50%;
  }
.team-hero-full::after { display: none; }
.team-hero-overlay {
    position: relative;
    left: auto; top: auto; right: auto;
    transform: none;
    color: #2a2a2a;
    text-shadow: none;
    padding: 28px 22px 8px;
  }
.team-hero-overlay .team-hero-title {
    color: #2a2a2a;
    font-size: 28px;
    margin-bottom: 12px;
  }
.team-hero-overlay .team-hero-sub {
    color: #555;
    font-size: 14px;
    line-height: 1.9;
  }
.team-doings-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
.team-doings-5 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
.team-doings-5 .doing-item h3 { font-size: 14px; }
.team-doings-5 .doing-item p { font-size: 12.5px; }
}
.team-section h2.sec-title-left {
  padding-left: 0;
}
.team-section:has(.tone-teal) .team-tagline { color: var(--teal-dk); }
.team-section:has(.tone-red) .team-tagline { color: var(--red); }
.team-section:has(.tone-pink) .team-tagline { color: #d97a8a; }
.team-section:has(.tone-sky) .team-tagline { color: #4a8db0; }
.team-hero-title {
  font-family: 'Shippori Mincho', 'Shippori Mincho', serif !important;
  font-size: clamp(34px, 5.5vw, 56px) !important;
  letter-spacing: 0.08em !important;
  line-height: 1.35 !important;
}
.profile-name {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.profile-name-reading {
  font-family: 'Shippori Mincho', serif;
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.profile-motto-label {
  margin-top: 18px;
  font-size: 13px;
  color: var(--muted);
}
.profile-motto {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(17px, 1.9vw, 20px);
  color: #2a2a2a;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 500;
}
