/* ==============================================
   Company Archive （企業ガイド）
   ============================================== */

/* --- Category section --- */
.co-section {
  margin-bottom: 56px;
}

.co-section__head {
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 4px solid #b8903a;
  padding: 4px 0 4px 14px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #222;
}

.co-section__head-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.co-section__head-name {
  font-size: 17px;
  font-weight: bold;
}

.co-section__head-count {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  white-space: nowrap;
}

/* --- Grid ---
   メインエリア幅に応じて 3列→2列→1列 と変化
   - 1340px以上（メイン約900px）: 3列
   - 1100px〜1339px（メイン約680px）: 2列
   - 1100px未満（サイドバーなし）: 2列
   - 560px未満: 1列
------------------------------------- */
.co-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* --- Card base --- */
.co-card {
  flex: 1 1 calc(50% - 8px);
  max-width: calc(50% - 8px);
  background: #fff;
  border: 1px solid #dde0db;
  border-radius: 8px;
  padding: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}

/* 1340px以上は3列 */
@media (min-width: 1340px) {
  .co-card {
    flex: 1 1 calc(33.333% - 11px);
    max-width: calc(33.333% - 11px);
  }
}

@media (max-width: 560px) {
  .co-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.co-card--premium {
  border-color: #2d6e3e;
  box-shadow: 0 2px 10px rgba(45,110,62,.1);
}

a.co-card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow .2s, transform .15s;
}

a.co-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  transform: translateY(-2px);
}

.co-card--recruit {
  background: #fafafa;
  border-color: #e8e8e8;
}

/* PREMIUM badge */
.co-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #2d6e3e;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 3px 10px;
  border-radius: 0 8px 0 6px;
}

/* Card head */
.co-card__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.co-card__logo {
  flex-shrink: 0;
  width: 84px;
  height: 60px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.co-card__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.co-card__logo-ph {
  font-size: 9px;
  color: #aaa;
  text-align: center;
  line-height: 1.4;
}

.co-card__meta {
  flex: 1;
  min-width: 0;
}

.co-card__name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.45;
  color: #222;
  margin: 0 0 4px;
  padding-right: 56px;
}

.co-card--basic .co-card__name,
.co-card--recruit .co-card__name {
  padding-right: 0;
}

.co-card__cat {
  font-size: 11px;
  color: #2d6e3e;
}

/* Text */
.co-card__excerpt {
  font-size: 13px;
  color: #444;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.co-card__body {
  font-size: 12px;
  color: #888;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.co-card__recruit-title {
  font-size: 13px;
  color: #777;
  margin: 0 0 4px;
}

.co-card__recruit-desc {
  font-size: 12px;
  color: #aaa;
  line-height: 1.6;
  margin: 0;
}

/* Tags */
.co-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.co-card__tag {
  font-size: 11px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  padding: 2px 7px;
  color: #555;
}

/* Footer */
.co-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

.co-card__phone {
  font-size: 12px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 4px;
}

.co-card__phone::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d32f2f' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 10.8 19.79 19.79 0 01.01 2.2 2 2 0 012 .01h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L6.09 7.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 14v2.92z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.co-card__pr {
  font-size: 12px;
  color: #d32f2f;
  font-weight: bold;
  white-space: nowrap;
}

.co-card__web {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #555;
}

.co-card__web svg {
  color: #2d6e3e;
  flex-shrink: 0;
}

.co-card__basic {
  font-size: 11px;
  color: #aaa;
  white-space: nowrap;
}

/* Recruit CTA button */
.co-card__recruit-btn {
  display: inline-flex;
  align-items: center;
  background: #2d6e3e;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 16px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: auto;
  white-space: nowrap;
  transition: opacity .2s;
}

.co-card__recruit-btn:hover {
  opacity: .85;
}

@media (max-width: 560px) {
  .co-section__head {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */

/* ==============================================
   Single Company Page（sc- prefix）
   ============================================== */

/* --- Wrapper --- */
.sc-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ==============================================
   Hero
   ============================================== */
.sc-hero {
  background: #fff;
  border: 1px solid #dde0db;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

/* category tag + PREMIUM badge row */
.sc-hero__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sc-hero__cat {
  display: inline-block;
  background: #e8f5ee;
  color: #2d6e3e;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 40px;
  text-decoration: none;
}

.sc-hero__badge {
  background: #2d6e3e;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 3px 12px;
  border-radius: 40px;
}

/* logo + company name row */
.sc-hero__identity {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sc-hero__logo {
  flex-shrink: 0;
  width: 100px;
  height: 70px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-hero__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sc-hero__logo-ph {
  font-size: 10px;
  color: #aaa;
  text-align: center;
  padding: 8px;
  line-height: 1.4;
}

.sc-hero__name {
  font-size: 22px;
  font-weight: bold;
  color: #111;
  margin: 0 0 4px;
  line-height: 1.4;
}

.sc-hero__cat-label {
  font-size: 12px;
  color: #2d6e3e;
}

/* short description */
.sc-hero__desc {
  font-size: 13px;
  color: #444;
  line-height: 1.7;
  margin: 0;
}

/* keyword tags */
.sc-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sc-hero__tag {
  font-size: 11px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  padding: 3px 9px;
  color: #555;
  background: #fff;
}

/* action buttons */
.sc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sc-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: bold;
  padding: 9px 20px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .2s;
}

.sc-btn:hover { opacity: .8; }

.sc-btn--primary {
  background: #2d6e3e;
  color: #fff !important;
}

.sc-btn--outline {
  background: #fff;
  color: #333 !important;
  border: 1px solid #bbb;
}

/* ==============================================
   Section common
   ============================================== */
.sc-section {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sc-section__head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.sc-section__head::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  flex-shrink: 0;
}

.sc-section__head--blue::before   { background: #4a90d9; }
.sc-section__head--gray::before   { background: #666; }
.sc-section__head--red::before    { background: #e53935; }
.sc-section__head--orange::before { background: #e67e22; }
.sc-section__head--green::before  { background: #2d6e3e; }

/* ==============================================
   会社概要 table
   ============================================== */
.sc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.sc-table tr {
  border-bottom: 1px solid #f0f0f0;
}

.sc-table tr:last-child {
  border-bottom: none;
}

.sc-table th {
  width: 140px;
  padding: 12px 16px 12px 0;
  color: #666;
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
}

.sc-table td {
  padding: 12px 0;
  color: #222;
  line-height: 1.6;
}

.sc-table td a {
  color: #2d6e3e;
  word-break: break-all;
}

.sc-table__sns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sc-sns {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.sc-sns--fb { background: #1877f2; color: #fff !important; }
.sc-sns--ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: #fff !important; }
.sc-sns--tw { background: #000; color: #fff !important; }

/* ==============================================
   ギャラリー
   ============================================== */
.sc-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.sc-gallery__item:first-child {
  grid-row: 1 / 3;
}

.sc-gallery__item {
  overflow: hidden;
  border-radius: 4px;
  background: #f0f0f0;
  aspect-ratio: 4/3;
}

.sc-gallery__item:first-child {
  aspect-ratio: auto;
}

.sc-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==============================================
   紹介動画
   ============================================== */
.sc-video {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}

.sc-video iframe,
.sc-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ==============================================
   ダウンロード
   ============================================== */
.sc-dl-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sc-dl-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}

.sc-dl-item:last-child { border-bottom: none; }

.sc-dl-badge {
  flex-shrink: 0;
  background: #e53935;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 7px;
  border-radius: 3px;
}

.sc-dl-title {
  flex: 1;
  font-size: 13px;
  color: #222;
  min-width: 0;
}

.sc-dl-meta {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
}

.sc-dl-btn {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 14px;
  border: 1px solid #2d6e3e;
  border-radius: 4px;
  color: #2d6e3e !important;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, color .2s;
}

.sc-dl-btn:hover {
  background: #2d6e3e;
  color: #fff !important;
}

/* ==============================================
   PR記事
   ============================================== */
.sc-pr-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sc-pr-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: inherit;
  transition: opacity .2s;
}

.sc-pr-item:last-child { border-bottom: none; }
.sc-pr-item:hover { opacity: .75; }

.sc-pr-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 56px;
  border-radius: 4px;
  overflow: hidden;
  background: #f0f0f0;
}

.sc-pr-thumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc-pr-thumb__none {
  width: 100%;
  height: 100%;
  background: #e0e0e0;
}

.sc-pr-info { flex: 1; min-width: 0; }

.sc-pr-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
}

.sc-pr-date { font-size: 11px; color: #888; }

.sc-pr-cat {
  font-size: 11px;
  background: #e8f5ee;
  color: #2d6e3e;
  padding: 1px 7px;
  border-radius: 3px;
}

.sc-pr-title {
  font-size: 13px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ==============================================
   お問い合わせ
   ============================================== */
.sc-contact-lead {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

.sc-contact-form {
  margin-top: 8px;
}

/* sc-content: 企業・製品紹介本文エリア */
.sc-content {
  width: 100%;
  line-height: 1.8;
  font-size: 15px;
  color: #333;
}
.sc-content p {
  margin: 1.4em 0;
}
.sc-content p:first-child { margin-top: 0; }
.sc-content p:last-child  { margin-bottom: 0; }
.sc-content h2,
.sc-content h3,
.sc-content h4 {
  font-weight: 700;
  margin: 2em 0 0.8em;
}
.sc-content ul,
.sc-content ol {
  padding-left: 1.5em;
  margin: 1em 0;
}
.sc-content li { margin: 0.4em 0; }
.sc-content ul li { list-style: disc; }
.sc-content ol li { list-style: decimal; }
.sc-content img { max-width: 100%; height: auto; }

/* ==============================================
   Responsive
   ============================================== */
@media (max-width: 600px) {
  .sc-wrap {
    padding: 24px 16px 60px;
    gap: 20px;
  }

  .sc-hero { padding: 18px; }
  .sc-section { padding: 20px 18px; }

  .sc-hero__name { font-size: 18px; }

  .sc-table th {
    width: 100px;
    font-size: 12px;
    padding-right: 10px;
  }

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

  .sc-gallery__item:first-child {
    grid-row: auto;
  }

  .sc-dl-item { flex-wrap: wrap; }
  .sc-dl-meta { display: none; }

  .sc-hero__actions { gap: 8px; }
  .sc-btn { font-size: 12px; padding: 8px 14px; }
}
