@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: ハイコムキャリアクリエイト株式会社 公式サイト用子テーマ - 就労継続支援A型・スマートファーム
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/* ============================================================
   Google Fonts - Noto Sans JP
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #E8001A;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #1B3267;
}

h1 { font-size: 2.4rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.3rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

p {
  margin-bottom: 1.2em;
  line-height: 1.9;
}

p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.hcc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.hcc-container--narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}

.hcc-section {
  padding: 100px 0;
}

.hcc-section--dark {
  background-color: #1B3267;
  color: #FFFFFF;
}

.hcc-section--dark h1,
.hcc-section--dark h2,
.hcc-section--dark h3,
.hcc-section--dark h4,
.hcc-section--dark h5,
.hcc-section--dark h6 {
  color: #FFFFFF;
}

.hcc-section--red {
  background-color: #E8001A;
  color: #FFFFFF;
}

.hcc-section--red h1,
.hcc-section--red h2,
.hcc-section--red h3,
.hcc-section--red h4,
.hcc-section--red h5,
.hcc-section--red h6 {
  color: #FFFFFF;
}

.hcc-section--gray {
  background-color: #F5F6F8;
}

.hcc-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.hcc-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.hcc-grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.hcc-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

.hcc-flex--center {
  justify-content: center;
}

.hcc-text-center {
  text-align: center;
}

.hcc-text-white {
  color: #FFFFFF;
}

/* ============================================================
   SECTION LABELS & HEADINGS
   ============================================================ */
.hcc-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E8001A;
  background-color: transparent;
  border-bottom: 2px solid #E8001A;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.hcc-section-label--white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.hcc-section-label--green {
  color: #2FA82B;
  border-color: #2FA82B;
}

.hcc-section-heading {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  color: #1B3267;
  margin-bottom: 20px;
}

.hcc-section-heading--white {
  color: #FFFFFF;
}

.hcc-section-subtext {
  font-size: 1rem;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 50px;
}

.hcc-section-subtext--white {
  color: rgba(255, 255, 255, 0.85);
}

/* ============================================================
   CUSTOM HEADER
   ============================================================ */
.hcc-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  box-shadow: 0 2px 20px rgba(27, 50, 103, 0.08);
  transition: box-shadow 0.3s ease;
}

.hcc-header.is-sticky {
  box-shadow: 0 4px 30px rgba(27, 50, 103, 0.15);
}

.hcc-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 80px;
  max-width: 1400px;
  margin: 0 auto;
}

.hcc-header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.hcc-header__logo-mark {
  width: 48px;
  height: 48px;
  background-color: #1B3267;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.hcc-header__logo-mark::before {
  content: 'H';
  color: #E8001A;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.hcc-header__logo-mark::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 28px;
  width: 3px;
  height: 32px;
  background-color: #E8001A;
  transform: skewX(-15deg);
}

.hcc-header__logo-text {
  display: flex;
  flex-direction: column;
}

.hcc-header__logo-en {
  display: block;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}

.hcc-header__logo-en .hicom {
  color: #E8001A;
}

.hcc-header__logo-en .career {
  color: #1B3267;
}

.hcc-header__logo-ja {
  display: block;
  font-size: 0.65rem;
  color: #333333;
  letter-spacing: 0.05em;
  margin-top: 2px;
}

/* Main Navigation */
.hcc-nav {
  display: flex;
  align-items: center;
}

.hcc-nav__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hcc-nav__item {
  position: relative;
}

.hcc-nav__link {
  display: block;
  padding: 28px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.hcc-nav__link:hover {
  color: #E8001A;
  opacity: 1;
}

.hcc-nav__item--has-dropdown:hover .hcc-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hcc-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px rgba(27, 50, 103, 0.15);
  border-top: 3px solid #E8001A;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 100;
}

.hcc-nav__dropdown-item {
  border-bottom: 1px solid #F5F6F8;
}

.hcc-nav__dropdown-link {
  display: block;
  padding: 14px 20px;
  font-size: 0.875rem;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hcc-nav__dropdown-link:hover {
  background-color: #F5F6F8;
  color: #E8001A;
  opacity: 1;
}

.hcc-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hcc-header__phone {
  font-size: 0.8rem;
  color: #333333;
  text-align: right;
  line-height: 1.4;
}

.hcc-header__phone-number {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1B3267;
  letter-spacing: 0.05em;
}

/* Hamburger Button */
.hcc-hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 36px;
  height: 26px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.hcc-hamburger__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1B3267;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hcc-hamburger.is-active .hcc-hamburger__line:nth-child(1) {
  transform: translateY(11.5px) rotate(45deg);
}

.hcc-hamburger.is-active .hcc-hamburger__line:nth-child(2) {
  opacity: 0;
}

.hcc-hamburger.is-active .hcc-hamburger__line:nth-child(3) {
  transform: translateY(-11.5px) rotate(-45deg);
}

/* Mobile Drawer */
.hcc-mobile-nav {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  overflow-y: auto;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.hcc-mobile-nav.is-open {
  transform: translateX(0);
}

.hcc-mobile-nav__list {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

.hcc-mobile-nav__item {
  border-bottom: 1px solid #F5F6F8;
}

.hcc-mobile-nav__link {
  display: block;
  padding: 18px 30px;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
}

.hcc-mobile-nav__sub {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #F5F6F8;
}

.hcc-mobile-nav__sub-link {
  display: block;
  padding: 14px 30px 14px 48px;
  font-size: 0.9rem;
  color: #555555;
  text-decoration: none;
  border-bottom: 1px solid #EBEBEB;
}

.hcc-body-spacer {
  height: 80px;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hcc-hero {
  position: relative;
  background-color: #1B3267;
  background-image: url('assets/images/hero-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hcc-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(135deg, rgba(232, 0, 26, 0.15) 0%, rgba(47, 168, 43, 0.1) 100%);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.hcc-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.3), transparent);
}

.hcc-hero__bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(232, 0, 26, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(47, 168, 43, 0.06) 0%, transparent 50%);
}

.hcc-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  width: 100%;
}

.hcc-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(27, 50, 103, 0.75);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hcc-hero__tag::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #E8001A;
}

.hcc-hero__heading {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3;
  color: #1A1A2E;
  margin-bottom: 30px;
  max-width: 700px;
}

.hcc-hero__heading em {
  font-style: normal;
  color: #E8001A;
}

.hcc-hero__subtext {
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(30, 30, 30, 0.8);
  max-width: 560px;
  margin-bottom: 50px;
}

.hcc-hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hcc-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hcc-hero__scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.hcc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  white-space: nowrap;
}

.hcc-btn--primary {
  background-color: #E8001A;
  color: #FFFFFF;
  border-color: #E8001A;
}

.hcc-btn--primary:hover {
  background-color: #C8001A;
  border-color: #C8001A;
  opacity: 1;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 0, 26, 0.35);
}

.hcc-btn--outline {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.6);
}

.hcc-btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
  color: #FFFFFF;
  opacity: 1;
}

.hcc-btn--outline-dark {
  background-color: transparent;
  color: #1B3267;
  border-color: #1B3267;
}

.hcc-btn--outline-dark:hover {
  background-color: #1B3267;
  color: #FFFFFF;
  opacity: 1;
}

.hcc-btn--outline-white {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.hcc-btn--outline-white:hover {
  background-color: #FFFFFF;
  color: #E8001A;
  opacity: 1;
}

.hcc-btn--green {
  background-color: #2FA82B;
  color: #FFFFFF;
  border-color: #2FA82B;
}

.hcc-btn--green:hover {
  background-color: #258A22;
  border-color: #258A22;
  opacity: 1;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(47, 168, 43, 0.35);
}

.hcc-btn--large {
  padding: 20px 48px;
  font-size: 1.05rem;
}

.hcc-btn--icon::after {
  content: '→';
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.hcc-btn--icon:hover::after {
  transform: translateX(4px);
}

/* ============================================================
   CARDS
   ============================================================ */
.hcc-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(27, 50, 103, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hcc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(27, 50, 103, 0.16);
}

.hcc-card__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.hcc-card__image-placeholder {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.hcc-card__body {
  padding: 32px;
}

.hcc-card__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 16px;
}

.hcc-card__tag--red {
  background-color: rgba(232, 0, 26, 0.1);
  color: #E8001A;
}

.hcc-card__tag--green {
  background-color: rgba(47, 168, 43, 0.1);
  color: #2FA82B;
}

.hcc-card__tag--navy {
  background-color: rgba(27, 50, 103, 0.1);
  color: #1B3267;
}

.hcc-card__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1B3267;
  margin-bottom: 12px;
  line-height: 1.4;
}

.hcc-card__text {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 24px;
}

.hcc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E8001A;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.hcc-card__link::after {
  content: '→';
}

.hcc-card__link:hover {
  gap: 12px;
  opacity: 1;
}

/* ============================================================
   MISSION SECTION
   ============================================================ */
.hcc-mission__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: mission;
}

.hcc-mission__item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(27, 50, 103, 0.1);
  counter-increment: mission;
}

.hcc-mission__item:first-child {
  border-top: 1px solid rgba(27, 50, 103, 0.1);
}

.hcc-mission__number {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(27, 50, 103, 0.08);
  line-height: 1;
  flex-shrink: 0;
  width: 70px;
  text-align: right;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: -0.05em;
}

.hcc-mission__content {
  flex: 1;
}

.hcc-mission__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1B3267;
  margin-bottom: 8px;
  line-height: 1.4;
}

.hcc-mission__text {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ============================================================
   BUSINESS CARDS (FEATURE CARDS)
   ============================================================ */
.hcc-feature-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(27, 50, 103, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.hcc-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 50px rgba(27, 50, 103, 0.18);
}

/* 事業カード上部写真エリア */
.hcc-feature-card__img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #E8E8E8;
}

.hcc-feature-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hcc-feature-card:hover .hcc-feature-card__img-wrap img {
  transform: scale(1.05);
}

.hcc-feature-card__img-wrap--fallback {
  background: linear-gradient(135deg, #CBD2E0 0%, #A8B4C8 100%);
}

.hcc-feature-card__header {
  padding: 24px 32px 20px;
  position: relative;
}

.hcc-feature-card__header--red {
  background: linear-gradient(135deg, #E8001A 0%, #B8001A 100%);
}

.hcc-feature-card__header--navy {
  background: linear-gradient(135deg, #1B3267 0%, #0D1F42 100%);
}

.hcc-feature-card__header--green {
  background: linear-gradient(135deg, #2FA82B 0%, #1E7C1B 100%);
}

.hcc-feature-card__icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
  display: block;
}

.hcc-feature-card__number {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  letter-spacing: -0.05em;
}

.hcc-feature-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 0;
}

.hcc-feature-card__sub {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}

.hcc-feature-card__body {
  padding: 28px 32px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hcc-feature-card__text {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 20px;
}

.hcc-feature-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.hcc-feature-card__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: #333333;
  padding: 6px 0;
  line-height: 1.6;
}

.hcc-feature-card__list-item::before {
  content: '▶';
  font-size: 0.6rem;
  color: #E8001A;
  margin-top: 5px;
  flex-shrink: 0;
}

.hcc-feature-card__footer {
  margin-top: auto;
}

/* ============================================================
   SMART FARM SECTION
   ============================================================ */
.hcc-smartfarm {
  background-color: #0D1F42;
  color: #FFFFFF;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.hcc-smartfarm::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 168, 43, 0.08) 0%, transparent 70%);
}

.hcc-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 60px;
}

.hcc-stat {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px 30px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.hcc-stat:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hcc-stat__number {
  font-size: 3rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.hcc-stat__number em {
  font-style: normal;
  color: #2FA82B;
}

.hcc-stat__label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.hcc-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hcc-feature-list--photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.hcc-feature-list--photo .hcc-feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  border-left: none;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.hcc-feature-list--photo .hcc-feature-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.hcc-feature-item__img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.08);
}

.hcc-feature-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hcc-feature-list--photo .hcc-feature-item:hover .hcc-feature-item__img img {
  transform: scale(1.06);
}

.hcc-feature-item__img--fallback {
  min-height: 200px;
  background: linear-gradient(135deg, rgba(47,168,43,0.2) 0%, rgba(27,50,103,0.3) 100%);
}

.hcc-feature-list--photo .hcc-feature-item__text {
  flex: 1;
  padding: 20px 24px 24px;
}

/* 従来の横並びアイテム（フォトグリッド以外） */
.hcc-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  border-left: 3px solid #2FA82B;
  transition: background-color 0.3s ease;
}

.hcc-feature-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.hcc-feature-item__text {
  flex: 1;
}

.hcc-feature-item__title {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.hcc-feature-item__desc {
  font-size: 0.825rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

/* ============================================================
   AI SYSTEMS GRID
   ============================================================ */
.hcc-ai-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.hcc-ai-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 30px 24px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hcc-ai-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #2FA82B, #1B3267);
}

.hcc-ai-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.hcc-ai-card__icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
  display: block;
}

.hcc-ai-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.hcc-ai-card__desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

/* ============================================================
   PRODUCTS SECTION
   ============================================================ */
.hcc-product-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(27, 50, 103, 0.1);
  margin-bottom: 40px;
}

.hcc-product-card:last-child {
  margin-bottom: 0;
}

.hcc-product-card__image {
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
}

.hcc-product-card__image--green {
  background: linear-gradient(135deg, #2FA82B 0%, #1E7C1B 100%);
}

.hcc-product-card__image--purple {
  background: linear-gradient(135deg, #6B3FA0 0%, #4A2570 100%);
}

.hcc-product-card__content {
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hcc-product-card__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2FA82B;
  border-bottom: 2px solid #2FA82B;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

.hcc-product-card__name {
  font-size: 2rem;
  font-weight: 900;
  color: #1B3267;
  margin-bottom: 6px;
  line-height: 1.2;
}

.hcc-product-card__name-ja {
  font-size: 1rem;
  font-weight: 400;
  color: #777777;
  margin-bottom: 20px;
  display: block;
}

.hcc-product-card__desc {
  font-size: 0.9rem;
  line-height: 1.9;
  color: #555555;
  margin-bottom: 24px;
}

.hcc-product-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.hcc-product-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 100px;
  background-color: rgba(47, 168, 43, 0.08);
  color: #2FA82B;
  border: 1px solid rgba(47, 168, 43, 0.2);
}

.hcc-product-card__price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #E8001A;
  margin-bottom: 20px;
}

.hcc-product-card__price span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #777777;
}

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.hcc-comparison {
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(27, 50, 103, 0.08);
}

.hcc-comparison__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}

.hcc-comparison__table th {
  padding: 20px 24px;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #F5F6F8;
}

.hcc-comparison__table th:first-child {
  background-color: #F5F6F8;
  color: #333333;
  width: 30%;
}

.hcc-comparison__table th:nth-child(2) {
  background-color: #1B3267;
  color: #FFFFFF;
  text-align: center;
}

.hcc-comparison__table th:nth-child(3) {
  background-color: #2FA82B;
  color: #FFFFFF;
  text-align: center;
}

.hcc-comparison__table td {
  padding: 16px 24px;
  font-size: 0.9rem;
  border-bottom: 1px solid #F5F6F8;
  vertical-align: middle;
  line-height: 1.6;
}

.hcc-comparison__table td:nth-child(2) {
  text-align: center;
  color: #777777;
  background-color: rgba(27, 50, 103, 0.02);
}

.hcc-comparison__table td:nth-child(3) {
  text-align: center;
  font-weight: 500;
  color: #2FA82B;
  background-color: rgba(47, 168, 43, 0.03);
}

.hcc-comparison__table tr:last-child td {
  border-bottom: none;
}

.hcc-comparison__check {
  color: #2FA82B;
  font-weight: 700;
  font-size: 1.1rem;
}

.hcc-comparison__cross {
  color: #E8001A;
  font-size: 1.1rem;
}

/* ============================================================
   SDGs / ENVIRONMENT SECTION
   ============================================================ */
.hcc-sdg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.hcc-sdg-item {
  text-align: center;
  padding: 40px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.hcc-sdg-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hcc-sdg-item__number {
  font-size: 3.5rem;
  font-weight: 900;
  color: #2FA82B;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.hcc-sdg-item__label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.hcc-sdg-item__desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

/* ============================================================
   COMPANY INFO TABLE
   ============================================================ */
.hcc-info-table {
  width: 100%;
  border-collapse: collapse;
}

.hcc-info-table th {
  padding: 18px 24px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #1B3267;
  text-align: left;
  width: 28%;
  vertical-align: top;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hcc-info-table td {
  padding: 18px 24px;
  font-size: 0.9rem;
  color: #333333;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5F6F8;
  vertical-align: top;
  line-height: 1.8;
}

.hcc-info-table tr:last-child th,
.hcc-info-table tr:last-child td {
  border-bottom: none;
}

/* ============================================================
   NEWS ARCHIVE & SINGLE
   ============================================================ */

/* カテゴリーフィルター */
.hcc-news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.hcc-news-filter__btn {
  display: inline-block;
  padding: 6px 18px;
  border: 2px solid #1B3267;
  border-radius: 20px;
  color: #1B3267;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.hcc-news-filter__btn:hover,
.hcc-news-filter__btn.is-active {
  background-color: #1B3267;
  color: #FFFFFF;
}

/* ニュース一覧 */
.hcc-news-list {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
}

.hcc-news-list__item {
  border-bottom: 1px solid #E8E8E8;
}

.hcc-news-list__item:first-child {
  border-top: 1px solid #E8E8E8;
}

.hcc-news-list__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 8px;
  text-decoration: none;
  color: #333333;
  transition: color 0.2s;
}

.hcc-news-list__link:hover {
  color: #E8001A;
}

.hcc-news-list__date {
  flex-shrink: 0;
  font-size: 0.875rem;
  color: #888888;
  font-family: 'Noto Sans JP', sans-serif;
}

.hcc-news-list__cat {
  flex-shrink: 0;
  display: inline-block;
  padding: 3px 10px;
  background-color: #1B3267;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 3px;
}

.hcc-news-list__title {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.hcc-news-list__arrow {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #CCCCCC;
  transition: color 0.2s, transform 0.2s;
}

.hcc-news-list__link:hover .hcc-news-list__arrow {
  color: #E8001A;
  transform: translateX(4px);
}

/* ページネーション */
.hcc-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.hcc-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #E8E8E8;
  border-radius: 4px;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}

.hcc-pagination .page-numbers.current,
.hcc-pagination .page-numbers:hover {
  border-color: #1B3267;
  background-color: #1B3267;
  color: #FFFFFF;
}

.hcc-pagination .page-numbers.prev,
.hcc-pagination .page-numbers.next {
  width: auto;
  padding: 0 16px;
}

/* ニュース空メッセージ */
.hcc-news-empty {
  text-align: center;
  padding: 60px 0;
  color: #888888;
  font-size: 0.95rem;
}

/* ニュース詳細 */
.hcc-news-single {
  max-width: 800px;
  margin: 0 auto;
}

.hcc-news-article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hcc-news-article__date {
  font-size: 0.875rem;
  color: #888888;
}

.hcc-news-article__cat {
  display: inline-block;
  padding: 3px 10px;
  background-color: #1B3267;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 3px;
}

.hcc-news-article__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1A1A2E;
  line-height: 1.5;
  margin: 0 0 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid #E8001A;
}

.hcc-news-article__thumb {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}

.hcc-news-article__thumb-img {
  width: 100%;
  height: auto;
  display: block;
}

.hcc-news-article__body {
  font-size: 1rem;
  line-height: 1.9;
  color: #444444;
  margin-bottom: 64px;
}

.hcc-news-article__body h2,
.hcc-news-article__body h3 {
  color: #1B3267;
  font-weight: 700;
  margin: 2em 0 0.8em;
}

.hcc-news-article__body p {
  margin-bottom: 1.4em;
}

.hcc-news-article__body a {
  color: #E8001A;
  text-decoration: underline;
}

.hcc-news-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* 前後記事ナビ */
.hcc-news-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #E8E8E8;
  margin-top: 16px;
}

.hcc-news-nav__prev {
  text-align: left;
}

.hcc-news-nav__center {
  text-align: center;
  flex-shrink: 0;
}

.hcc-news-nav__next {
  text-align: right;
}

.hcc-news-nav__link {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  transition: color 0.2s;
}

.hcc-news-nav__link:hover {
  color: #E8001A;
}

.hcc-news-nav__dir {
  display: block;
  font-size: 0.75rem;
  color: #888888;
  margin-bottom: 4px;
}

.hcc-news-nav__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}

/* ============================================================
   SDGs BADGE ICONS
   ============================================================ */
.hcc-sdg-badge {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hcc-sdg-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hcc-sdg-badge--fallback {
  background: var(--sdg-fallback, #1B3267);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

/* ============================================================
   SVG ICON HELPERS
   ============================================================ */
.hcc-contact-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.hcc-contact-icon--navy { background: rgba(27,50,103,0.1); color: #1B3267; }
.hcc-contact-icon--red  { background: rgba(232,0,26,0.1);  color: #E8001A; }
.hcc-contact-icon--green { background: rgba(47,168,43,0.1); color: #2FA82B; }

.hcc-contact-icon svg { width: 34px; height: 34px; }

.hcc-contact-info-item__icon svg { width: 22px; height: 22px; }

.hcc-feature-svg-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.hcc-feature-svg-icon--white { background: rgba(255,255,255,0.15); color: #FFFFFF; }
.hcc-feature-svg-icon--green { background: rgba(47,168,43,0.1); color: #2FA82B; }
.hcc-feature-svg-icon svg { width: 28px; height: 28px; }

.hcc-staff-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(27,50,103,0.08);
  color: #1B3267;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hcc-staff-icon svg { width: 24px; height: 24px; }

/* AI card icons */
.hcc-ai-card__icon svg { width: 40px; height: 40px; display: block; }

/* ============================================================
   VALUE CARDS (page-about)
   ============================================================ */
.hcc-value-card {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(27,50,103,0.1);
  display: flex;
  flex-direction: column;
}

.hcc-value-card__img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #E8E8E8;
}

.hcc-value-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hcc-value-card:hover .hcc-value-card__img-wrap img { transform: scale(1.05); }

.hcc-value-card__img-wrap--fallback {
  background: linear-gradient(135deg, #CBD2E0 0%, #A8B4C8 100%);
}

.hcc-value-card__body {
  padding: 32px 24px;
  text-align: center;
  flex: 1;
}

.hcc-value-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.hcc-value-icon--green { background: rgba(47,168,43,0.1); color: #2FA82B; }
.hcc-value-icon--navy  { background: rgba(27,50,103,0.1); color: #1B3267; }
.hcc-value-icon--red   { background: rgba(232,0,26,0.1);  color: #E8001A; }
.hcc-value-icon svg { width: 28px; height: 28px; }

.hcc-value-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1B3267;
  margin-bottom: 10px;
}

.hcc-value-card__text {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* ============================================================
   ORDER CARD HEADERS (page-contact)
   ============================================================ */
.hcc-order-card__header {
  position: relative;
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hcc-order-card__header--green { background: linear-gradient(135deg, #2FA82B 0%, #1E7C1B 100%); }
.hcc-order-card__header--purple { background: linear-gradient(135deg, #6B3FA0 0%, #4A2570 100%); }

.hcc-order-card__header-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.5;
  display: block;
}

.hcc-order-card__header-text {
  position: relative;
  z-index: 1;
  padding: 20px 24px;
}

/* ============================================================
   FARM INTRO VISUAL (page-smartfarm hero block)
   ============================================================ */
.hcc-farm-intro-visual {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 340px;
}

.hcc-farm-intro-visual__img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.hcc-farm-intro-visual__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.hcc-farm-intro-visual__img--fallback {
  background: linear-gradient(135deg, #1B3267 0%, #0D1F42 100%);
}

.hcc-farm-intro-visual__overlay {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top, rgba(13,31,66,0.92) 0%, rgba(13,31,66,0.6) 100%);
  padding: 50px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}

/* ============================================================
   WELFARE MODEL CARDS (事業モデル)
   ============================================================ */
.hcc-model-card {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #F5F6F8;
}

.hcc-model-card--navy { background: #1B3267; }

.hcc-model-card__img-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.hcc-model-card__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hcc-model-card:hover .hcc-model-card__img-wrap img { transform: scale(1.05); }

.hcc-model-card__img-wrap--fallback-light { background: linear-gradient(135deg, #CBD2E0 0%, #A8B4C8 100%); }
.hcc-model-card__img-wrap--fallback-dark  { background: linear-gradient(135deg, #2A4080 0%, #0D1F42 100%); }

.hcc-model-card__body {
  padding: 28px 24px;
  flex: 1;
  text-align: center;
}

.hcc-model-card__body--navy ul li { color: rgba(255,255,255,0.75); }

/* ============================================================
   ACTIVITY CARDS WITH PHOTOS
   ============================================================ */
.hcc-activity-card__img-wrap {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: #E8E8E8;
}

.hcc-activity-card__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hcc-activity-card:hover .hcc-activity-card__img-wrap img { transform: scale(1.05); }

.hcc-activity-card__img-wrap--fallback {
  background: linear-gradient(135deg, #CBD2E0 0%, #A8B4C8 100%);
}

.hcc-activity-card__content {
  padding: 24px;
  flex: 1;
}

.hcc-activity-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(27,50,103,0.08);
  color: #1B3267;
  margin-bottom: 12px;
}

.hcc-activity-card__icon svg { width: 22px; height: 22px; }

/* ============================================================
   FACILITY CARD HEADERS WITH PHOTOS (施設外就労)
   ============================================================ */
.hcc-facility-card__header {
  position: relative;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hcc-facility-card__header--red   { background: linear-gradient(135deg, #E8001A 0%, #B8001A 100%); }
.hcc-facility-card__header--green { background: linear-gradient(135deg, #2FA82B 0%, #1E7C1B 100%); }

.hcc-facility-card__header-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.45;
  display: block;
}

.hcc-facility-card__header-text {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
}

/* ============================================================
   LOCATION CARDS (立地)
   ============================================================ */
.hcc-location-card {
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(27,50,103,0.08);
}

.hcc-location-card__img-wrap {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #E8E8E8;
}

.hcc-location-card__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hcc-location-card:hover .hcc-location-card__img-wrap img { transform: scale(1.05); }

.hcc-location-card__img-wrap--fallback {
  background: linear-gradient(135deg, #CBD2E0 0%, #A8B4C8 100%);
}

.hcc-location-card__icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.9);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B3267;
}

.hcc-location-card__icon svg { width: 22px; height: 22px; }

.hcc-location-card__body {
  padding: 24px;
}

.hcc-location-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1B3267;
  margin-bottom: 10px;
}

.hcc-location-card__text {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* ============================================================
   SDGs VISUAL BLOCK
   ============================================================ */
.hcc-sdgs-visual {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}

.hcc-sdgs-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.hcc-sdgs-visual__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%);
  text-align: center;
}

.hcc-sdgs-visual__number {
  font-size: 2.2rem;
  font-weight: 900;
  color: #2FA82B;
  line-height: 1;
  margin: 0 0 6px;
}

.hcc-sdgs-visual__label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
  margin: 0;
}

.hcc-sdgs-visual--fallback {
  min-height: 260px;
  background: linear-gradient(135deg, rgba(47,168,43,0.15) 0%, rgba(27,50,103,0.25) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* 製品カード画像フォールバック */
.hcc-product-card__image--fallback {
  min-height: 300px;
  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

/* ============================================================
   COMPANY OVERVIEW LAYOUT (two-column: media left, table right)
   ============================================================ */
.hcc-company-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.hcc-company-layout__media {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hcc-company-layout__photo {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.hcc-company-layout__photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.hcc-company-layout__photo--fallback {
  min-height: 220px;
  background: #F0F2F5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hcc-company-layout__map {
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}

.hcc-company-layout__map iframe {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.hcc-company-layout__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ============================================================
   CONTACT CTA SECTION
   ============================================================ */
.hcc-contact-cta {
  background-color: #E8001A;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hcc-contact-cta::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
}

.hcc-contact-cta::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -60px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
}

.hcc-contact-cta__inner {
  position: relative;
  z-index: 1;
}

.hcc-contact-cta__heading {
  font-size: 2.2rem;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.4;
}

.hcc-contact-cta__text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  line-height: 1.8;
}

.hcc-contact-cta__phone {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 24px;
}

.hcc-contact-cta__phone a {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hcc-contact-cta__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* ============================================================
   PAGE HEADER (for internal pages)
   ============================================================ */
.hcc-page-header {
  background-color: #1B3267;
  padding: 80px 0 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hcc-page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(232, 0, 26, 0.1) 0%, rgba(47, 168, 43, 0.05) 100%);
}

.hcc-page-header__inner {
  position: relative;
  z-index: 1;
}

.hcc-page-header__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
}

.hcc-page-header__title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 16px;
}

.hcc-page-header__subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.hcc-breadcrumb {
  padding: 16px 0;
  border-bottom: 1px solid #F5F6F8;
}

.hcc-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.hcc-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.825rem;
  color: #777777;
}

.hcc-breadcrumb__item::after {
  content: '/';
  color: #CCCCCC;
}

.hcc-breadcrumb__item:last-child::after {
  display: none;
}

.hcc-breadcrumb__link {
  color: #1B3267;
  text-decoration: none;
}

.hcc-breadcrumb__link:hover {
  color: #E8001A;
}

/* ============================================================
   WELFARE CONTENT SPECIFIC
   ============================================================ */
.hcc-welfare-highlight {
  background-color: #1B3267;
  border-radius: 10px;
  padding: 50px;
  color: #FFFFFF;
  text-align: center;
  margin: 50px 0;
}

.hcc-welfare-highlight__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.hcc-welfare-highlight__number {
  font-size: 4rem;
  font-weight: 900;
  color: #E8001A;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.hcc-welfare-highlight__desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.hcc-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hcc-activity-card {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(27, 50, 103, 0.08);
  border-top: 4px solid #1B3267;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.hcc-activity-card:hover {
  transform: translateY(-4px);
}

.hcc-activity-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1B3267;
  margin-bottom: 10px;
}

.hcc-activity-card__desc {
  font-size: 0.875rem;
  color: #555555;
  line-height: 1.8;
}

/* ============================================================
   FOOTER
   ============================================================ */
.hcc-footer {
  background-color: #1B3267;
  color: rgba(255, 255, 255, 0.8);
}

.hcc-footer__main {
  padding: 80px 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hcc-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
}

.hcc-footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  text-decoration: none;
}

.hcc-footer__logo-mark {
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: #E8001A;
  flex-shrink: 0;
  position: relative;
}

.hcc-footer__logo-mark::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 26px;
  width: 2px;
  height: 26px;
  background-color: #E8001A;
  transform: skewX(-15deg);
}

.hcc-footer__logo-text {
  display: flex;
  flex-direction: column;
}

.hcc-footer__logo-en {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  line-height: 1;
}

.hcc-footer__logo-en .hicom {
  color: #E8001A;
}

.hcc-footer__logo-ja {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 3px;
  letter-spacing: 0.05em;
}

.hcc-footer__info {
  font-size: 0.825rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.65);
}

.hcc-footer__info p {
  margin-bottom: 6px;
}

.hcc-footer__info a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.hcc-footer__info a:hover {
  color: #FFFFFF;
}

.hcc-footer__col-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hcc-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hcc-footer__nav-item {
  margin-bottom: 0;
}

.hcc-footer__nav-link {
  display: block;
  padding: 7px 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.5;
}

.hcc-footer__nav-link:hover {
  color: #FFFFFF;
  opacity: 1;
}

.hcc-footer__bottom {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.hcc-footer__copyright {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.05em;
}

.hcc-footer__bottom-links {
  display: flex;
  gap: 24px;
}

.hcc-footer__bottom-link {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.hcc-footer__bottom-link:hover {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

/* ============================================================
   CONTACT PAGE SPECIFIC
   ============================================================ */
.hcc-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.hcc-contact-info-card {
  background-color: #F5F6F8;
  border-radius: 8px;
  padding: 40px;
}

.hcc-contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(27, 50, 103, 0.08);
}

.hcc-contact-info-item:last-child {
  border-bottom: none;
}

.hcc-contact-info-item__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  width: 40px;
  text-align: center;
}

.hcc-contact-info-item__content {
  flex: 1;
}

.hcc-contact-info-item__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #777777;
  margin-bottom: 4px;
}

.hcc-contact-info-item__value {
  font-size: 1rem;
  color: #333333;
  font-weight: 500;
}

.hcc-contact-info-item__value a {
  color: #1B3267;
}

.hcc-contact-info-item__sub {
  font-size: 0.8rem;
  color: #777777;
  margin-top: 3px;
}

/* WordPress Contact Form 7 styling */
.wpcf7 {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(27, 50, 103, 0.08);
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 14px 18px;
  font-size: 0.9rem;
  font-family: inherit;
  color: #333333;
  background-color: #F5F6F8;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  outline: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  background-color: #FFFFFF;
  border-color: #1B3267;
}

.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  color: #FFFFFF;
  background-color: #E8001A;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #C8001A;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 0, 26, 0.35);
}

/* ============================================================
   FORM ELEMENTS (native)
   ============================================================ */
.hcc-form-group {
  margin-bottom: 24px;
}

.hcc-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
}

.hcc-form-label .required {
  color: #E8001A;
  margin-left: 4px;
  font-size: 0.75rem;
}

.hcc-form-input,
.hcc-form-textarea,
.hcc-form-select {
  width: 100%;
  padding: 14px 18px;
  font-size: 0.9rem;
  font-family: inherit;
  color: #333333;
  background-color: #F5F6F8;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  outline: none;
  appearance: none;
}

.hcc-form-input:focus,
.hcc-form-textarea:focus,
.hcc-form-select:focus {
  background-color: #FFFFFF;
  border-color: #1B3267;
}

.hcc-form-textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.7;
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.hcc-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.hcc-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hcc-animate--delay-1 { transition-delay: 0.1s; }
.hcc-animate--delay-2 { transition-delay: 0.2s; }
.hcc-animate--delay-3 { transition-delay: 0.3s; }
.hcc-animate--delay-4 { transition-delay: 0.4s; }
.hcc-animate--delay-5 { transition-delay: 0.5s; }

/* ============================================================
   UTILITY
   ============================================================ */
.hcc-divider {
  border: none;
  border-top: 1px solid rgba(27, 50, 103, 0.08);
  margin: 40px 0;
}

.hcc-divider--white {
  border-color: rgba(255, 255, 255, 0.1);
}

.hcc-highlight {
  color: #E8001A;
}

.hcc-highlight--green {
  color: #2FA82B;
}

.hcc-note {
  font-size: 0.8rem;
  color: #777777;
  line-height: 1.7;
}

.hcc-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 2px;
  letter-spacing: 0.1em;
}

.hcc-badge--red {
  background-color: #E8001A;
  color: #FFFFFF;
}

.hcc-badge--green {
  background-color: #2FA82B;
  color: #FFFFFF;
}

.hcc-badge--navy {
  background-color: #1B3267;
  color: #FFFFFF;
}

/* ロゴ画像 */
.hcc-header__logo-img {
  height: 40px;
  width: auto;
  display: block;
  object-fit: contain;
}
.hcc-footer__logo-img {
  height: 36px;
  width: auto;
  display: block;
  object-fit: contain;
  margin-bottom: 12px;
}

/* 商品画像 */
.hcc-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Cocoon overrides */
#container,
.container {
  max-width: none;
}

.site-header {
  display: none;
}

.site-footer {
  display: none;
}

/* ============================================================
   RESPONSIVE - TABLET (max-width: 1023px)
   ============================================================ */
@media screen and (max-width: 1023px) {
  body {
    font-size: 18px;
  }

  .hcc-container {
    padding: 0 30px;
  }

  .hcc-container--narrow {
    padding: 0 30px;
  }

  .hcc-section {
    padding: 70px 0;
  }

  .hcc-section-heading {
    font-size: 1.9rem;
  }

  .hcc-hero__heading {
    font-size: 2.4rem;
  }

  .hcc-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hcc-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hcc-ai-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hcc-sdg-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hcc-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .hcc-nav {
    display: none;
  }

  .hcc-hamburger {
    display: flex;
  }

  .hcc-mobile-nav {
    display: block;
  }

  .hcc-header__phone {
    display: none;
  }

  .hcc-product-card {
    grid-template-columns: 1fr;
  }

  .hcc-product-card__image {
    min-height: 240px;
  }

  .hcc-product-card__content {
    padding: 36px;
  }
}

/* ============================================================
   RESPONSIVE - TABLET (max-width: 834px)
   ============================================================ */
@media screen and (max-width: 834px) {
  body {
    font-size: 16px;
  }

  .hcc-container {
    padding: 0 24px;
  }

  .hcc-container--narrow {
    padding: 0 24px;
  }

  .hcc-section {
    padding: 60px 0;
  }

  .hcc-section-heading {
    font-size: 1.7rem;
  }

  .hcc-hero__heading {
    font-size: 2rem;
  }

  .hcc-hero__subtext {
    font-size: 0.95rem;
  }

  .hcc-grid-2 {
    grid-template-columns: 1fr;
  }

  .hcc-grid-3 {
    grid-template-columns: 1fr;
  }

  .hcc-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .hcc-flex {
    flex-direction: column;
  }

  .hcc-mission__number {
    font-size: 2.2rem;
    width: 50px;
  }

  .hcc-feature-list {
    grid-template-columns: 1fr;
  }

  .hcc-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hcc-ai-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hcc-sdg-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hcc-activity-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hcc-contact-grid {
    grid-template-columns: 1fr;
  }

  .hcc-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .hcc-footer__bottom {
    flex-direction: column;
    text-align: center;
  }

  .hcc-page-header__title {
    font-size: 2rem;
  }

  .hcc-contact-cta__heading {
    font-size: 1.7rem;
  }

  .hcc-contact-cta__actions {
    flex-direction: column;
  }

  .hcc-welfare-highlight {
    padding: 36px 24px;
  }
}

/* ============================================================
   RESPONSIVE - MOBILE (max-width: 480px)
   ============================================================ */
@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }

  .hcc-container {
    padding: 0 16px;
  }

  .hcc-container--narrow {
    padding: 0 16px;
  }

  .hcc-section {
    padding: 50px 0;
  }

  .hcc-section-heading {
    font-size: 1.5rem;
  }

  .hcc-hero {
    min-height: auto;
    padding: 40px 0;
  }

  .hcc-hero__inner {
    padding: 40px 16px 60px;
  }

  .hcc-hero__heading {
    font-size: 1.7rem;
  }

  .hcc-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .hcc-hero__actions .hcc-btn {
    width: 100%;
    text-align: center;
  }

  .hcc-header__inner {
    padding: 0 16px;
    height: 64px;
  }

  .hcc-body-spacer {
    height: 64px;
  }

  .hcc-mobile-nav {
    top: 64px;
  }

  .hcc-header__logo-en {
    font-size: 0.95rem;
  }

  .hcc-grid-4 {
    grid-template-columns: 1fr;
  }

  .hcc-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hcc-ai-grid {
    grid-template-columns: 1fr;
  }

  .hcc-sdg-grid {
    grid-template-columns: 1fr;
  }

  .hcc-activity-grid {
    grid-template-columns: 1fr;
  }

  .hcc-footer__grid {
    grid-template-columns: 1fr;
  }

  .hcc-info-table th,
  .hcc-info-table td {
    display: block;
    width: 100%;
  }

  .hcc-info-table th {
    border-bottom: none;
    padding-bottom: 8px;
  }

  .hcc-info-table td {
    padding-top: 8px;
  }

  .hcc-page-header {
    padding: 60px 0 50px;
  }

  .hcc-page-header__title {
    font-size: 1.6rem;
  }

  .hcc-product-card__content {
    padding: 28px 20px;
  }

  .hcc-product-card__name {
    font-size: 1.6rem;
  }

  .hcc-contact-cta {
    padding: 60px 0;
  }

  .hcc-contact-cta__heading {
    font-size: 1.5rem;
  }

  .hcc-btn {
    padding: 14px 28px;
    font-size: 0.9rem;
  }

  .hcc-btn--large {
    padding: 16px 32px;
    font-size: 0.95rem;
  }

  .hcc-mission__item {
    flex-direction: column;
    gap: 12px;
  }

  .hcc-mission__number {
    width: auto;
    font-size: 2rem;
    text-align: left;
  }

  .wpcf7 {
    padding: 24px 20px;
  }

  .hcc-contact-info-card {
    padding: 24px 20px;
  }

  .hcc-company-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hcc-feature-list--photo {
    grid-template-columns: 1fr;
  }

  .hcc-news-list__link {
    flex-wrap: wrap;
    gap: 8px;
  }

  .hcc-news-article__title {
    font-size: 1.3rem;
  }

  .hcc-news-nav {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .hcc-news-nav__prev,
  .hcc-news-nav__next {
    text-align: center;
  }
}
