@charset "UTF-8";
/* =========================================
   IIFES2025 特設ページ専用CSS（最終版・枠デザイン対応）
   ========================================= */

:root {
  --ilc-blue: #0a5ea8;
  --ilc-blue-dark: #084b86;
  --ink: #0f172a;
  --muted: #6b7280;
  --cta: #ef6c00;
  --gray-bg: #f4f5f7;
}

/* =========================================
   全体設定
========================================= */

body.iifes2025 {
  color: var(--ink);
  line-height: 1.8;
  font-feature-settings: "palt";
}

section {
  padding: 70px 20px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* =========================================
   Hero セクション
========================================= */

.hero {
  color: #fff;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(37,195,217,.25), transparent 40%),
    linear-gradient(180deg, #0b4b86 0%, #0a5ea8 60%, #0b4b86 100%);
}

.hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 35px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
}

.hero__logo {
  max-width: 260px;
  margin-bottom: 14px;
}

.hero h1 {
  font-family: Montserrat, system-ui;
  font-weight: 700;
  margin: 10px 0 14px;
  font-size: clamp(24px, 2.8vw, 40px);
}

.hero p {
  opacity: .95;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 12px 20px;
  border-radius: 10px;
  background: var(--cta);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.hero__cta:hover {
  filter: brightness(.95);
}

/* --- 展示会情報 --- */

.hero-exhibit-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 26px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
}

.hero-exhibit-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-exhibit-tag {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 700;
  letter-spacing: .05em;
}

.hero-exhibit-text {
  font-weight: 500;
}

.hero-exhibit-text strong {
  font-weight: 800;
  font-size: 1.15rem;
}

@media (max-width: 768px) {
  .hero-exhibit-info {
    flex-direction: column;
    gap: 10px;
    font-size: .95rem;
  }

  .hero-exhibit-item {
    justify-content: center;
  }
}

/* =========================================
   Concept セクション
========================================= */

.concept {
  background: linear-gradient(180deg, #f6f9fc, #fff);
}

.concept .badge {
  display: inline-block;
  font-size: 12px;
  background: #e6f3fb;
  color: var(--ilc-blue-dark);
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.concept .sec-title {
  color: var(--ilc-blue-dark);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}

.concept .lead {
  color: var(--muted);
  font-size: 15px;
  max-width: 820px;
  line-height: 1.9;
}

/* =========================================
   Booth Info セクション
========================================= */

.booth {
  background: #f8fafc;
}

.grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr !important;
  gap: 24px;
}

.card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,.03);
}

.card__body {
  padding: 24px;
}

.sec-title--booth {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 22px;
  color: #111;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
}

.tbl th,
.tbl td {
  border-bottom: 1px solid #eef2f7;
  padding: 14px 10px;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.8;
}

.tbl th {
  background: #f9fafb;
  color: #64748b;
  width: 25%;
}
/* テーブル全体の余白 */
.tbl td, .tbl th {
  padding: 16px 20px;  /* ← 現状たぶん8〜10px程度なので倍に */
  vertical-align: top;
}

/* 特に展示内容だけ広めにする場合 */
.tbl tr:nth-child(4) td {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* 箇条書きの行間を広げる */
.tbl ul {
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.8;  /* ← デフォルト1.4くらいなら広げると読みやすい */
}

/* 行間をさらにやわらかくしたい場合 */
.tbl td p, .tbl td li {
  margin-bottom: 0.4em;
}

/* =========================================
   Seminars セクション（黒枠パネルデザイン）
========================================= */

.seminars {
  background: #fff;
}

.seminars__title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}

.seminars__bar {
  height: 6px;
  display: flex;
  gap: 12px;
  margin-bottom: 38px;
}

.seminars__bar span {
  height: 6px;
  display: inline-block;
  border-radius: 3px;
  background: #e5e7eb;
}

.seminars__bar span:nth-child(1) {
  width: 80px;
  background: #ef4444;
}

/* --- セミナーカード（枠つき） --- */

.seminar-card {
  background: #fff;
  border: 1px solid #e5e7eb;           /* 薄い枠線 */
  border-radius: 12px;                 /* 角丸 */
  box-shadow: 0 3px 10px rgba(0,0,0,.05); /* ふんわり影 */
  padding: 40px 32px;
  margin-bottom: 36px;                 /* カード間に余白 */
  transition: transform .2s ease, box-shadow .2s ease;
  background: #fcfcfc;
  border-top: 4px solid #ef4444;
}
.seminar-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,.08); /* ホバーで少し浮く */

}
.seminar-card__label {
  color: #ef4444;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 18px;
}

.seminar-card__hdg {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 16px;
}

.seminar-card__lead {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 24px;
  color: #111;
}

/* --- 日時・講演者（グレー背景） --- */

.seminar-meta {
  background: #f4f5f7;
  padding: 16px 18px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.seminar-meta dt {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  margin-right: 10px;
  min-width: 70px;
  text-align: center;
}

.seminar-meta dd {
  display: inline;
  font-size: 15px;
  color: #222;
}

/* --- CTAリンク --- */

.seminar-cta {
  display: block;
  border: 2px solid #111;
  border-radius: 6px;
  padding: 12px 16px;
  text-decoration: none;
  color: #111;
  font-weight: 700;
  margin-top: 14px;
  transition: all .2s ease;
}

.seminar-cta:hover {
  background: #f9fafb;
  transform: translateY(-2px);
}

.seminar-cta__mark {
  color: #ef4444;
  margin-right: 6px;
}

/* --- 注意書き --- */

.seminar-notes {
  color: #555;
  font-size: 13.5px;
  line-height: 1.8;
  margin-top: 10px;
}

.seminar-notes li + li {
  margin-top: 4px;
}

/* =========================================
   Contact セクション
========================================= */

.contact {
  background:
    radial-gradient(700px 350px at 25% 35%, rgba(255,255,255,.12), transparent 60%),
    radial-gradient(520px 260px at 68% 65%, rgba(255,255,255,.10), transparent 65%),
    linear-gradient(120deg, #053e7d 0%, #0a66a8 60%, #053e7d 100%);
  color: #fff;
  padding: 60px 0;
}

.contact__wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
  align-items: center;
}

.contact__logo {
  width: 260px !important;
  height: auto;
  display: block;
  margin-bottom: 14px;
}

.cta-item {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(0,0,0,.88);
  border: 2px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

.cta-item + .cta-item {
  margin-top: 14px;
}

.cta-pill {
  height: 60px;
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glyph {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  font-size: 22px;
}

.cta--mail .cta-pill { background: #e45548; }
.cta--book .cta-pill { background: #138b8b; }
.cta--phone .cta-pill { background: #4cb3d5; }

.cta-btn {
  background: #ef6c00;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
}

.cta-btn:hover {
  filter: brightness(.95);
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .contact__wrap {
    grid-template-columns: 1fr;
  }

  .cta-item {
    grid-template-columns: 72px 1fr;
    grid-auto-rows: auto;
  }

  .cta-btn {
    grid-column: 1 / -1;
    justify-self: end;
    margin-top: 8px;
  }

  .seminar-card {
    padding: 28px 20px;
  }
}
@charset "UTF-8";
/* =========================================
   IIFES2025 特設ページ専用CSS（最終版・整形済み）
   ========================================= */

:root {
  --ilc-blue: #0a5ea8;
  --ilc-blue-dark: #084b86;
  --ink: #0f172a;
  --muted: #6b7280;
  --cta: #ef6c00;
  --gray-bg: #f4f5f7;
}

/* =========================================
   全体設定
========================================= */

body.iifes2025 {
  color: var(--ink);
  line-height: 1.8;
  font-feature-settings: "palt";
}

section {
  padding: 70px 20px; /* 余白を広めに設定 */
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* =========================================
   Hero セクション
========================================= */

.hero {
  color: #fff;
  background: url("/assets/images/iifes/iifes-bg.png") no-repeat center center / cover;
}

.hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 20px 45px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
}

.hero__logo {
  width: 260px;
  height:auto;
  margin-bottom: 14px;
}

.hero h1 {
  font-family: Montserrat, system-ui;
  font-weight: 700;
  margin: 10px 0 14px;
  font-size: clamp(24px, 2.8vw, 40px);
}

.hero p {
  opacity: .95;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 12px 20px;
  border-radius: 10px;
  background: var(--cta);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.hero__cta:hover {
  filter: brightness(.95);
}

.hero__visual {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  object-fit: cover;
}

/* --- 展示会情報 --- */

.hero-exhibit-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 26px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
}

.hero-exhibit-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-exhibit-tag {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 700;
  letter-spacing: .05em;
}

.hero-exhibit-text {
  font-weight: 500;
}

.hero-exhibit-text strong {
  font-weight: 800;
  font-size: 1.15rem;
}

@media (max-width: 768px) {
  .hero-exhibit-info {
    flex-direction: column;
    gap: 10px;
    font-size: .95rem;
  }

  .hero-exhibit-item {
    justify-content: center;
  }
}

/* =========================================
   Concept セクション
========================================= */

.concept {
  background: linear-gradient(180deg, #f6f9fc, #fff);
}

.concept .badge {
  display: inline-block;
  font-size: 12px;
  background: #e6f3fb;
  color: var(--ilc-blue-dark);
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.concept .sec-title {
  color: var(--ilc-blue-dark);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}

.concept .lead {
  color: var(--muted);
  font-size: 15px;
  max-width: 820px;
  line-height: 1.9;
}

/* =========================================
   Booth Info セクション
========================================= */

.booth {
  background: #f8fafc;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,.03);
}

.card__body {
  padding: 24px;
}

.sec-title--booth {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #111;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
}

.tbl th,
.tbl td {
  border-bottom: 1px solid #eef2f7;
  padding: 16px 12px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8;
}

.tbl th {
  background: #f9fafb;
  color: #64748b;
  width: 25%;
}

.btn {
  display: inline-block;
  background: var(--ilc-blue);
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
}

.btn:hover {
  background: var(--ilc-blue-dark);
}

.btn-row {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.booth__image {
  min-height: 260px;
  border: 2px solid #cbd5e1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.booth__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.booth__note {
  display: block;
  margin-top: 6px;
  color: #6b7280;
}

/* =========================================
   Exhibits（展示内容・2段×4列の枠）
========================================= */
.exhibits {
  background: #fff;
}

.exhibits__title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}

.exhibits__lead {
  color: var(--muted);
  margin-bottom: 22px;
}

.exhibits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.exhibit-card {
  background: #fff;
  border: 2px solid #111;           /* 「四角で囲う」黒枠 */
  border-radius: 8px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .15s ease, box-shadow .15s ease;
}

.exhibit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.exhibit-card__title {
  font-weight: 800;
  font-size: 16.5px;
  line-height: 1.5;
}

.exhibit-card__text {
  color: #111;
  font-size: 14.5px;
  line-height: 1.8;
}
/* ==== Exhibits Card: 見本カード調に更新 ==== */
.exhibit-card {
  background: #fff;
  border: 1px solid #e6e6e9;      /* 薄いグレー枠 */
  border-radius: 12px;            /* 角丸 */
  padding: 20px;                  /* 余白 */
  box-shadow: 0 2px 8px rgba(0,0,0,.05);  /* ほんのり影 */
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.exhibit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* ラベル（ピル型） */
.exhibit-card__tag {
  align-self: flex-start;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 9999px;
  background: #1e90ff;           /* ブルー。ブランド色に合わせてOK */
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em;
  line-height: 1;
  margin-bottom: 4px;
}

/* 見出し＆本文の整え */
.exhibit-card__title {
  font-weight: 800;
  font-size: 22px;                /* 見本に近い太め大きめ */
  line-height: 1.5;
  color: #111;
  margin-top: 2px;
}
.exhibit-card__text {
  color: #444;                    /* やや淡い本文色 */
  font-size: 15px;
  line-height: 1.9;
}

/* グリッドはそのまま（2段×4列）。レスポンシブだけ再掲 */
.exhibits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .exhibits__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .exhibits__grid { grid-template-columns: 1fr; }
}

/* --- Responsive: タブレット以下で2列、スマホで1列 --- */
@media (max-width: 1024px) {
  .exhibits__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .exhibits__grid { grid-template-columns: 1fr; }
}


/* =========================================
   Seminars セクション
========================================= */

.seminars {
  background: #fff;
}

.seminars__title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}

.seminars__bar {
  height: 6px;
  display: flex;
  gap: 12px;
  margin-bottom: 38px;
}

.seminars__bar span {
  height: 6px;
  display: inline-block;
  border-radius: 3px;
  background: #e5e7eb;
}

.seminars__bar span:nth-child(1) {
  width: 80px;
  background: #ef4444;
}

.seminars__bar span:nth-child(2) {
  width: 60px;
}

.seminars__bar span:nth-child(3) {
  width: 40px;
}

/* --- 各セミナーカード --- */

.seminar-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 40px 0;
  border-top: 2px solid #e5e7eb;
}

.seminar-card:first-of-type {
  border-top: 0;
}

.seminar-card__body {
  min-width: 0;
}

.seminar-card__label {
  color: #ef4444;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 14px;
}

.seminar-card__hdg {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  margin: 8px 0 18px;
}

.seminar-card__lead {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 26px;
}

/* --- 日時・講演者（グレー背景） --- */

.seminar-meta {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
  background: var(--gray-bg);
  padding: 18px 20px;
  border-radius: 8px;
}

.seminar-meta dt {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 700;
  margin-right: 10px;
  min-width: 70px;
  text-align: center;
  font-size: 15px;
}

.seminar-meta dd {
  display: inline;
  font-size: 16px;
}

/* --- CTAボタン --- */

.seminar-cta {
  display: inline-block;
  border: 2px solid #111;
  border-radius: 8px;
  padding: 14px 20px;
  text-decoration: none;
  color: #111;
  font-weight: 700;
  font-size: 15px;
  margin: 10px 0 20px;
  transition: all .2s ease;
}

.seminar-cta:hover {
  background: #f9fafb;
  transform: translateY(-2px);
}

.seminar-cta__mark {
  color: #ef4444;
  margin-right: 8px;
}

/* --- 注意書き --- */

.seminar-notes {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.8;
}

.seminar-notes li + li {
  margin-top: 6px;
}

/* =========================================
   Contact セクション
========================================= */

.contact {
  background:
    radial-gradient(700px 350px at 25% 35%, rgba(255,255,255,.12), transparent 60%),
    radial-gradient(520px 260px at 68% 65%, rgba(255,255,255,.10), transparent 65%),
    linear-gradient(120deg, #053e7d 0%, #0a66a8 60%, #053e7d 100%);
  color: #fff;
  padding: 60px 0;
}

.contact__wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
  align-items: center;
}

.contact__logo {
  width: 260px;
  height: auto;
  display: block;
  margin-bottom: 14px;
}

.contact__lead {
  opacity: .95;
  line-height: 1.9;
}

/* --- 各CTAアイテム --- */

.cta-item {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(0,0,0,.88);
  border: 2px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

.cta-item + .cta-item {
  margin-top: 14px;
}

.cta-pill {
  height: 60px;
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glyph {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  font-size: 22px;
}

.cta--mail .cta-pill { background: #e45548; }
.cta--book .cta-pill { background: #138b8b; }
.cta--phone .cta-pill { background: #4cb3d5; }

.cta-item strong {
  font-weight: 700;
  font-size: 15px;
}

.cta-btn {
  background: #ef6c00;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
}

.cta-btn:hover {
  filter: brightness(.95);
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 900px) {

  .hero__inner {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .contact__wrap {
    grid-template-columns: 1fr;
  }

  .cta-item {
    grid-template-columns: 72px 1fr;
    grid-auto-rows: auto;
  }

  .cta-btn {
    grid-column: 1 / -1;
    justify-self: end;
    margin-top: 8px;
  }

  .seminar-card {
    grid-template-columns: 1fr;
  }
}
