.section-hero {
  position: relative;
  max-height: 362px;
  min-height: auto;
  padding: 96px 0 64px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 119, 255, 0.7) 0%, rgba(0, 208, 255, 0.6) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 120px);
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-hero-title,
.service-hero-title,
.news-hero-title,
.contact-hero-title,
.recruit-hero-title,
.member-hero-title,
.privacy-hero-title,
.worker-hero-title,
.declaration-hero-title {
  text-align: center;
  color: white;
}

.about-hero-title .hero-subtitle,
.service-hero-title .hero-subtitle,
.news-hero-title .hero-subtitle,
.contact-hero-title .hero-subtitle,
.recruit-hero-title .hero-subtitle,
.member-hero-title .hero-subtitle,
.privacy-hero-title .hero-subtitle,
.worker-hero-title .hero-subtitle,
.declaration-hero-title .hero-subtitle {
  display: block;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}

.about-hero-title .hero-main,
.service-hero-title .hero-main,
.news-hero-title .hero-main,
.contact-hero-title .hero-main,
.recruit-hero-title .hero-main,
.member-hero-title .hero-main,
.privacy-hero-title .hero-main,
.worker-hero-title .hero-main,
.declaration-hero-title .hero-main {
  display: block;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.news-hero-lead,
.contact-hero-lead,
.recruit-hero-lead,
.member-hero-lead {
  text-align: center;
  color: white;
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-top: 24px;
  opacity: 0.9;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--muted-foreground);
  margin-bottom: 32px;
}

.breadcrumb a {
  color: var(--muted-foreground);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--primary);
}

.breadcrumb span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.recruit-banner {
  position: relative;
  min-height: 400px;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit-bg {
  position: absolute;
  inset: 0;
}

.recruit-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 119, 255, 0.85) 0%, rgba(0, 208, 255, 0.75) 50%, rgba(0, 176, 255, 0.8) 100%);
}

.recruit-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding: 60px 24px;
}

.recruit-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  margin: 0 0 8px;
  letter-spacing: 0.05em;
}

.recruit-sub {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin: 0 0 32px;
  opacity: 0.9;
}

.recruit-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-section {
  position: relative;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  overflow: hidden;
}

.contact-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 119, 255, 0.85) 0%, rgba(0, 208, 255, 0.75) 50%, rgba(0, 176, 255, 0.8) 100%);
}

.contact-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  max-width: 900px;
  padding: 80px 24px;
}

.contact-title {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
  line-height: 1.2;
}

.contact-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin: 0 0 40px;
  opacity: 0.9;
  line-height: 1.6;
}

.btn-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 48px;
  background: white;
  color: var(--primary);
  border-radius: 999px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-contact:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.btn-contact svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn-contact:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.article-single {
  padding: 80px 0;
}

.article-header {
  padding: 64px 0;
  background: color-mix(in oklch, var(--muted), transparent 70%);
}

.article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.article-date {
  color: var(--muted-foreground);
  font-size: 0.875rem;
}

.article-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.category-badge {
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  background: var(--primary);
  color: white;
}

.category-badge.press {
  background: #ff6b6b;
}

.category-badge.news {
  background: #4ecdc4;
}

.category-badge.media {
  background: #ff8c42;
}

.category-badge.event {
  background: #a594f9;
}

.article-title {
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  font-weight: 700;
}

.article-featured-image {
  margin-top: 40px;
  border-radius: 16px;
  overflow: hidden;
}

.article-featured-image img {
  width: 100%;
  height: auto;
}

.article-content {
  padding: 64px 0;
}

.article-content p {
  line-height: 1.8;
  margin: 1.5em 0;
}

.article-content h2, .article-content h3, .article-content h4 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2em 0;
}

.article-footer {
  padding: 48px 0;
  border-top: 1px solid var(--border);
}

.article-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.article-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.article-nav-link:hover {
  border-color: var(--primary);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.article-nav-link .nav-label {
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

.article-nav-link .nav-title {
  font-weight: 600;
}

.article-nav-link.prev {
  text-align: left;
}

.article-nav-link.next {
  text-align: right;
}

.back-to-archive {
  text-align: center;
}
/*# sourceMappingURL=common.css.map */