* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  background: #fff;
}

a {
  color: #5a8c3c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

#social-trend {
  padding: 60px 0;
  background: #fff;
}
#social-trend h2 {
  text-align: center;
  font-family: "EB Garamond", "Georgia", serif;
  font-size: 28px;
  font-weight: 400;
  color: #b5a67a;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
#social-trend ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#social-trend li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}
#social-trend li:first-child {
  border-top: 1px solid #ddd;
}
#social-trend time {
  flex-shrink: 0;
  font-size: 13px;
  color: #666;
}
#social-trend li p {
  margin: 0;
  font-size: 14px;
}
#social-trend li p a {
  color: inherit;
  text-decoration: none;
}
#social-trend li p a:hover {
  text-decoration: underline;
}
#social-trend .new {
  color: #c8452e;
  font-weight: 700;
  font-size: 13px;
  margin-left: 4px;
}
#social-trend .backnumber {
  text-align: right;
  margin-top: 16px;
  font-size: 14px;
}
#social-trend .backnumber a {
  color: #666;
}
#social-trend .backnumber a:hover {
  color: #333;
}

#headline {
  padding: 0;
  background: #fff;
}
#headline h1 {
  margin: 0;
  line-height: 0;
}
#headline h1 img {
  width: 100%;
  height: auto;
  display: block;
}
#headline .headline-copy {
  padding: 40px 0;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
#headline .headline-copy p {
  margin: 0 0 8px;
}
#headline .headline-copy-heading {
  font-weight: 700;
}
#headline .headline-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#headline .headline-copy li {
  margin: 0;
}
#headline .headline-copy li::before {
  content: "・";
}

#logo-list {
  padding: 60px 0;
  background: #fff;
}
#logo-list .logo-description {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
#logo-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
#logo-list .logo-card {
  border: 1px solid #ddd;
  border-left: 3px solid #3a7bd5;
  background: #fff;
}
#logo-list .logo-card a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: #333;
}
#logo-list .logo-card a:hover {
  background: #fafafa;
}
#logo-list .card-logo {
  margin-bottom: 12px;
  text-align: center;
}
#logo-list .card-logo img {
  max-height: 40px;
  width: auto;
}
#logo-list .card-info {
  text-align: center;
}
#logo-list .card-title {
  display: block;
  font-size: 11px;
  color: #666;
  margin-bottom: 8px;
}
#logo-list .card-photo {
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  overflow: hidden;
}
#logo-list .card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#logo-list .card-signature img {
  max-height: 24px;
  width: auto;
}
#logo-list .copyright-link {
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
}
#logo-list .copyright-link a {
  color: #666;
}
#logo-list .card-logo-text {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#logo-list .card-sig-text {
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
/* カード画像（合成済み1枚画像）用スタイル */
#logo-list .card-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
#logo-list .logo-card:has(.card-image) {
  border-left: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
#logo-list .logo-card:has(.card-image) a {
  padding: 0;
}
#logo-list .logo-card:has(.card-image):hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-2px);
  transition: all 0.2s ease;
}

#about {
  padding: 60px 0;
  background: #fff;
}
#about .message {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
#about .headline-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
#about .headline-badge {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: block;
}
#about .headline-badge img {
  display: block;
  width: 100px;
  height: auto;
}
#about .headline-badge .badge-text-top {
  font-size: 12px;
  font-weight: 700;
}
#about .headline-badge .badge-number {
  font-size: 32px;
  font-weight: 900;
}
#about .headline-badge .badge-percent {
  font-size: 18px;
}
#about .headline-badge .badge-text-bottom {
  font-size: 11px;
  font-weight: 700;
}
#about .message h2 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
}
#about .message h2 .catch-line {
  display: block;
}
#about .headline-body p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
#about .about-item {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #ddd;
}
#about .about-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#about .about-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  padding-left: 14px;
  border-left: 4px solid #aaa;
}
#about .about-item p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.9;
}
#headline .cta-wrap,
#about .cta-wrap {
  text-align: center;
  margin-top: 20px;
}
#headline .cta-button,
#about .cta-button {
  display: inline-block;
  background: #8fae7e;
  color: #fff;
  padding: 14px 48px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: background 0.2s;
}
#headline .cta-button:hover,
#about .cta-button:hover {
  background: #6e9460;
  text-decoration: none;
}

#company-list {
  padding: 60px 0;
  background: #fff;
}
#company-list > .inner > h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 14px;
  border-left: 4px solid #aaa;
}
#company-list .company-entry {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
#company-list .company-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 10px 16px;
  border-left: 4px solid #333;
  background: #f5f5f5;
}
#company-list .company-header {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
#company-list .company-card-image {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
}
#company-list .company-photo {
  flex-shrink: 0;
  width: 140px;
}
#company-list .company-photo img {
  width: 100%;
  height: auto;
}
#company-list .company-logo-sig {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#company-list .company-logo-sig .company-logo {
  max-height: 50px;
  width: auto;
  margin-bottom: 12px;
}
#company-list .company-logo-sig .company-rep-title {
  font-size: 13px;
  color: #666;
  margin: 0 0 8px;
}
#company-list .company-logo-sig .company-signature {
  max-height: 40px;
  width: auto;
}
#company-list .company-logo-sig .company-sig-text {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
#company-list .company-message {
  margin-bottom: 30px;
}
#company-list .company-message h4 {
  font-size: 15px;
  font-weight: 700;
  padding-left: 14px;
  border-left: 4px solid #5a8c3c;
  margin: 0 0 12px;
}
#company-list .company-message p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}
#company-list .company-data {
  margin-bottom: 30px;
}
#company-list .company-data h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px;
}
#company-list .data-tables {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
#company-list .data-table-group {
  flex: 1;
  min-width: 200px;
}
#company-list .data-table-group h5 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 8px;
}
#company-list .data-table-group table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
#company-list .data-table-group thead th {
  background: #f5f5f5;
  padding: 6px 8px;
  text-align: center;
  border-bottom: 2px solid #999;
  font-weight: 600;
}
#company-list .data-table-group tbody td {
  padding: 6px 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#company-list .company-initiatives h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}
#company-list .company-initiatives p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

#copyright {
  padding: 60px 0;
  background: #f5f5f5;
}
#copyright h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  padding-left: 14px;
  border-left: 4px solid #aaa;
}
#copyright p {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 16px;
  color: #666;
}
#copyright a {
  color: #5a8c3c;
}

@media (max-width: 768px) {
  #logo-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #about .headline-header {
    flex-direction: column;
    text-align: center;
  }
  #about .message h2 {
    font-size: 20px;
  }
  .data-tables {
    flex-direction: column;
  }
  .company-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #logo-list ul {
    grid-template-columns: 1fr;
  }
  #about .headline-badge {
    width: 80px;
    height: 80px;
  }
  #about .headline-badge .badge-number {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
