.tiger-event-report {
  --tiger-red: #c62828;
  --tiger-red-dark: #9f1f1f;
  --tiger-red-light: #fff2f2;
  --text-main: #333;
  --text-sub: #666;

  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 20px 70px;
  color: var(--text-main);
  font-size: 17px;
  line-height: 1.9;
  box-sizing: border-box;
}

.tiger-event-report,
.tiger-event-report div,
.tiger-event-report nav,
.tiger-event-report header,
.tiger-event-report ol,
.tiger-event-report ul,
.tiger-event-report li,
.tiger-event-report a,
.tiger-event-report span,
.tiger-event-report p,
.tiger-event-report h1,
.tiger-event-report h2,
.tiger-event-report h3,
.tiger-event-report label,
.tiger-event-report input,
.tiger-event-report img,
.tiger-event-report iframe,
.tiger-event-report strong {
  box-sizing: border-box;
}

.tiger-event-report p {
  margin: 0 0 1.45em;
}

.tiger-event-report strong.normal2 {
  font-weight: 700;
}

.tiger-event-report h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.45;
  color: #222;
}

.tiger-event-report h3 {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 700;
  color: #222;
}

.tiger-event-report img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tiger-event-report iframe {
  max-width: 100%;
}

.tiger-event-report h1,
.tiger-event-report h3,
.tiger-section-title,
.tiger-session-company,
.tiger-event-archive-title {
  overflow-wrap: anywhere;
  word-break: normal;
}


/* ==================================================
   ページ上部
================================================== */

.tiger-event-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 38px;
  padding: 42px 38px;
  border: 1px solid #f4d5d5;
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 194, 145, 0.48),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #fff0f0 0%,
      #fff7ec 100%
    );
}

.tiger-event-hero::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  top: -75px;
  right: -45px;
  border-radius: 50%;
  background: rgba(198, 40, 40, 0.07);
}

.tiger-event-hero::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  bottom: -55px;
  left: -35px;
  border-radius: 50%;
  background: rgba(255, 152, 0, 0.08);
}

.tiger-event-hero-inner {
  position: relative;
  z-index: 1;
}

.tiger-event-label {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 14px;
  border-radius: 30px;
  background: var(--tiger-red);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.tiger-event-hero h1 {
  margin-bottom: 24px;
}

.tiger-event-hero p:last-child {
  margin-bottom: 0;
}


/* ==================================================
   目次
================================================== */

#blog-menu-area {
  width: 100%;
  margin: 38px 0 48px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ead4d4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.045);
}

#blog-menu-area header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  border: none;
  border-bottom: 1px solid #eedada;
  background: linear-gradient(
    90deg,
    #fff0f0 0%,
    #fff8f5 100%
  );
}

#blog-menu-area header h2 {
  position: relative;
  flex: 1;
  min-width: 0;
  margin: 0 !important;
  padding: 0 0 0 15px !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: #222 !important;
  font-size: 21px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

#blog-menu-area header h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 22px;
  border-radius: 3px;
  background: var(--tiger-red);
  transform: translateY(-50%);
}

#blog-menu-area header h2::after {
  display: none !important;
}

#blog-menu-area #close-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

#blog-menu-area label {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #e2bebe;
  border-radius: 6px;
  background: #fff;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

#blog-menu-area label:hover {
  border-color: #cf9292;
  background: #fff7f7;
  color: var(--tiger-red);
}

#blog-menu-area #open {
  display: none;
}

#blog-menu-area:has(#close-btn:checked) #close {
  display: none;
}

#blog-menu-area:has(#close-btn:checked) #open {
  display: inline;
}

#blog-menu-area:has(#close-btn:checked) .mokuji {
  display: none;
}

#blog-menu-area .mokuji {
  width: 100%;
  margin: 0;
  padding: 18px 24px 20px 58px;
  background: #fff;
}

#blog-menu-area .mokuji li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  color: var(--tiger-red);
}

#blog-menu-area .mokuji li:last-child {
  border-bottom: none;
}

#blog-menu-area .mokuji li::marker {
  color: var(--tiger-red);
  font-weight: 700;
}

#blog-menu-area .mokuji li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 6px;
  color: #444 !important;
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none !important;
  word-break: normal;
  overflow-wrap: break-word;
  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}

#blog-menu-area .mokuji li a:hover {
  padding-left: 11px;
  color: var(--tiger-red) !important;
}


/* ==================================================
   アンカーリンク位置
================================================== */

#archive,
#seminar-about,
#will-smart,
#logicross,
#telenishi-smartphone,
#navitime,
#aisolink,
#telenishi-tenko,
#tiger-session,
#nauto,
#enstem,
#subsidy-portal,
#summary,
#sumatora {
  scroll-margin-top: 100px;
}


/* ==================================================
   章タイトル
================================================== */

.tiger-section-title {
  margin: 60px 0 26px;
  padding: 13px 18px;
  border-left: 6px solid var(--tiger-red);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(
    90deg,
    #fff1f1 0%,
    #fff8f5 100%
  );
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
}


/* ==================================================
   アーカイブ
================================================== */

.tiger-event-archive {
  position: relative;
  overflow: hidden;
  margin: 30px 0;
  padding: 30px;
  border: 2px solid #f0b429;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    #fffbea 0%,
    #fff5d6 100%
  );
  box-shadow: 0 5px 18px rgba(130, 100, 20, 0.08);
}

.tiger-event-archive::after {
  content: "▶";
  position: absolute;
  right: 24px;
  top: 16px;
  font-size: 58px;
  line-height: 1;
  color: rgba(240, 180, 41, 0.12);
  pointer-events: none;
}

.tiger-event-archive-title {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 700;
  color: #8d5b00;
}

.tiger-event-deadline {
  position: relative;
  z-index: 1;
  margin: 22px 0;
  padding: 16px 20px;
  border: 1px dashed #e5a922;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #b42626;
}

.tiger-event-button-wrap {
  position: relative;
  z-index: 2;
  margin: 27px 0 8px;
  text-align: center;
}

.tiger-event-button {
  display: inline-block;
  min-width: 300px;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    #d23838 0%,
    #a91f1f 100%
  );
  box-shadow: 0 5px 13px rgba(198, 40, 40, 0.22);
  color: #fff !important;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.tiger-event-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.tiger-event-note {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  text-align: center;
  font-size: 14px;
  color: #777;
}


/* ==================================================
   各セッション共通
================================================== */

.tiger-session {
  position: relative;
  overflow: hidden;
  margin: 34px 0;
  padding: 31px 32px;
  border: 1px solid var(--card-border, #ddd);
  border-radius: 14px;
  background: var(--card-bg, #fff);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.045);
}

.tiger-session::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: var(--card-accent, #aaa);
}

.tiger-session-company {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 30px;
  background: var(--card-accent, #777);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  white-space: normal;
}

.tiger-session h3,
.tiger-session p,
.tiger-session ul,
.tiger-session .tiger-flow,
.tiger-session .tiger-dialogue {
  position: relative;
  z-index: 1;
}


/* ==================================================
   各セッションカラー
================================================== */

.session-blue {
  --card-accent: #3878b8;
  --card-bg: #f5faff;
  --card-border: #cfe2f4;
}

.session-purple {
  --card-accent: #7657a6;
  --card-bg: #faf7ff;
  --card-border: #ddd2ee;
}

.session-green {
  --card-accent: #37866a;
  --card-bg: #f3fbf7;
  --card-border: #c8e5d9;
}

.session-sky {
  --card-accent: #1687a7;
  --card-bg: #f1fbfd;
  --card-border: #c6e6ed;
}

.session-orange {
  --card-accent: #d67b22;
  --card-bg: #fff8f1;
  --card-border: #efd5b7;
}

.session-navy {
  --card-accent: #44627f;
  --card-bg: #f5f8fb;
  --card-border: #d0dce7;
}

.session-yellow {
  --card-accent: #b68914;
  --card-bg: #fffbed;
  --card-border: #eadca9;
}

.session-teal {
  --card-accent: #278c8a;
  --card-bg: #f2fbfa;
  --card-border: #c7e5e3;
}

.session-pink {
  --card-accent: #b84d74;
  --card-bg: #fff6f9;
  --card-border: #ebcbd6;
}


/* ==================================================
   タイガーセッション
================================================== */

.tiger-session.tiger-own {
  --card-accent: #c62828;
  --card-bg: #fff4f4;
  --card-border: #e6a6a6;

  border-width: 2px;
  box-shadow: 0 7px 22px rgba(198, 40, 40, 0.11);
}

.tiger-session.tiger-own::after {
  content: "TIGER";
  position: absolute;
  right: 18px;
  top: 2px;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 4px;
  color: rgba(198, 40, 40, 0.045);
  pointer-events: none;
}


/* ==================================================
   会話・強調
================================================== */

.tiger-dialogue {
  margin: 23px 0;
  padding: 19px 22px;
  border-left: 4px solid var(--card-accent, #aaa);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
}

.tiger-flow {
  margin: 24px 0;
  padding: 19px 20px;
  border: 1px dashed var(--card-accent, #bbb);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 700;
  line-height: 2;
  overflow-wrap: anywhere;
}

.tiger-point-list {
  margin: 22px 0;
  padding: 20px 25px 20px 46px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
}

.tiger-point-list li {
  margin-bottom: 10px;
}

.tiger-point-list li:last-child {
  margin-bottom: 0;
}


/* ==================================================
   まとめ
================================================== */

.tiger-summary-box {
  margin: 30px 0;
  padding: 30px;
  border: 1px solid #cbdfe8;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    #f1f9fc 0%,
    #f8fbff 100%
  );
}

.tiger-summary-lines {
  margin: 24px 0;
  padding: 22px 24px;
  border: 1px solid #dce9ef;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 2;
}


/* ==================================================
   スマトラCTA
================================================== */

.tiger-product-box {
  position: relative;
  overflow: hidden;
  margin-top: 58px;
  padding: 36px 34px;
  border: 1px solid #edbaba;
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 189, 189, 0.35),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #fff1f1 0%,
      #fff8f5 100%
    );
}

.tiger-product-box::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -80px;
  bottom: -90px;
  border-radius: 50%;
  background: rgba(198, 40, 40, 0.06);
  pointer-events: none;
}

.tiger-product-box .tiger-section-title {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.tiger-product-box p,
.tiger-product-box .tiger-event-button-wrap {
  position: relative;
  z-index: 2;
}


/* ==================================================
   タブレット
================================================== */

@media screen and (max-width: 1024px) {

  .tiger-event-report {
    width: 100%;
    max-width: 100%;
    padding: 22px 24px 60px;
  }

  .tiger-event-hero {
    padding: 36px 30px;
  }

  .tiger-event-report h1 {
    font-size: 30px;
  }

  .tiger-section-title {
    margin-top: 52px;
    font-size: 23px;
  }

  .tiger-session {
    padding: 28px 27px;
  }

  .tiger-product-box {
    padding: 30px 28px;
  }

  .tiger-summary-box {
    padding: 27px;
  }

  #blog-menu-area .mokuji {
    padding-right: 22px;
  }
}


/* ==================================================
   スマートフォン
================================================== */

@media screen and (max-width: 767px) {

  .tiger-event-report {
    width: 100%;
    padding: 12px 14px 45px;
    font-size: 16px;
    line-height: 1.85;
  }


  /* ページ上部 */

  .tiger-event-hero {
    margin-bottom: 28px;
    padding: 25px 19px;
    border-radius: 12px;
  }

  .tiger-event-hero::before {
    width: 120px;
    height: 120px;
    top: -55px;
    right: -40px;
  }

  .tiger-event-hero::after {
    width: 80px;
    height: 80px;
    bottom: -40px;
  }

  .tiger-event-label {
    margin-bottom: 12px;
    padding: 5px 11px;
    font-size: 12px;
  }

  .tiger-event-report h1 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.5;
  }


  /* 目次 */

  #blog-menu-area {
    width: 100%;
    margin: 28px 0 38px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ead4d4;
    border-radius: 10px;
    background: #fff;
  }

  #blog-menu-area header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 12px 14px;
    gap: 10px;
  }

  #blog-menu-area header h2 {
    flex: 1;
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 0 12px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #222 !important;
  }

  #blog-menu-area header h2::before {
    top: 50%;
    left: 0;
    width: 4px;
    height: 19px;
    transform: translateY(-50%);
  }

  #blog-menu-area header h2::after {
    display: none !important;
  }

  #blog-menu-area label {
    display: block;
    flex: 0 0 auto;
    margin: 0;
    padding: 4px 7px;
    border: 1px solid #e2bebe;
    border-radius: 5px;
    background: #fff;
    color: #666;
    font-size: 11px;
    line-height: 1.4;
    white-space: nowrap;
  }

  #blog-menu-area .mokuji {
    width: 100%;
    margin: 0;
    padding: 10px 14px 14px 38px;
    background: #fff;
  }

  #blog-menu-area .mokuji li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
  }

  #blog-menu-area .mokuji li:last-child {
    border-bottom: none;
  }

  #blog-menu-area .mokuji li::marker {
    color: var(--tiger-red);
    font-size: 12px;
    font-weight: 700;
  }

  #blog-menu-area .mokuji li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 2px;
    color: #444 !important;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none !important;
    word-break: normal;
    overflow-wrap: break-word;
  }

  #blog-menu-area .mokuji li a:hover {
    padding-left: 2px;
    color: var(--tiger-red) !important;
  }


  /* 章タイトル */

  .tiger-section-title {
    margin: 43px 0 21px;
    padding: 11px 13px;
    border-left-width: 5px;
    border-radius: 0 6px 6px 0;
    font-size: 21px;
    line-height: 1.5;
  }


  /* アーカイブ */

  .tiger-event-archive {
    margin: 24px 0;
    padding: 21px 18px;
    border-radius: 11px;
  }

  .tiger-event-archive::after {
    top: 12px;
    right: 10px;
    font-size: 40px;
  }

  .tiger-event-archive-title {
    padding-right: 35px;
    font-size: 20px;
  }

  .tiger-event-deadline {
    margin: 19px 0;
    padding: 13px 10px;
    font-size: 17px;
    line-height: 1.55;
  }

  .tiger-event-button-wrap {
    margin-top: 22px;
  }

  .tiger-event-button {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 14px 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  .tiger-event-note {
    font-size: 13px;
  }


  /* 各セッション */

  .tiger-session {
    margin: 27px 0;
    padding: 22px 18px;
    border-radius: 11px;
  }

  .tiger-session::before {
    width: 5px;
  }

  .tiger-session-company {
    max-width: 100%;
    margin-bottom: 11px;
    padding: 5px 10px;
    border-radius: 18px;
    font-size: 13px;
    line-height: 1.5;
    white-space: normal;
  }

  .tiger-event-report h3 {
    margin-bottom: 17px;
    font-size: 19px;
    line-height: 1.55;
  }

  .tiger-session.tiger-own::after {
    top: 5px;
    right: 7px;
    font-size: 39px;
  }


  /* 会話 */

  .tiger-dialogue {
    margin: 20px 0;
    padding: 15px 14px;
    line-height: 1.85;
  }


  /* フロー */

  .tiger-flow {
    margin: 20px 0;
    padding: 15px 12px;
    font-size: 15px;
    line-height: 1.9;
    overflow-wrap: anywhere;
  }


  /* 補助金リスト */

  .tiger-point-list {
    margin: 20px 0;
    padding: 17px 14px 17px 33px;
  }

  .tiger-point-list li {
    margin-bottom: 9px;
    line-height: 1.7;
  }


  /* まとめ */

  .tiger-summary-box {
    margin: 24px 0;
    padding: 21px 18px;
    border-radius: 11px;
  }

  .tiger-summary-lines {
    margin: 20px 0;
    padding: 16px 12px;
    line-height: 1.9;
  }


  /* スマトラ */

  .tiger-product-box {
    margin-top: 44px;
    padding: 22px 18px;
    border-radius: 11px;
  }

  .tiger-product-box::after {
    width: 130px;
    height: 130px;
    right: -60px;
    bottom: -65px;
  }

  .tiger-product-box .tiger-section-title {
    margin-top: 0;
  }


  /* 長い文字列 */

  .tiger-event-report a {
    overflow-wrap: anywhere;
  }

  .tiger-event-report strong.normal2 {
    overflow-wrap: anywhere;
  }


  /* アンカー位置 */

  #archive,
  #seminar-about,
  #will-smart,
  #logicross,
  #telenishi-smartphone,
  #navitime,
  #aisolink,
  #telenishi-tenko,
  #tiger-session,
  #nauto,
  #enstem,
  #subsidy-portal,
  #summary,
  #sumatora {
    scroll-margin-top: 75px;
  }
}


/* ==================================================
   小さいスマートフォン
================================================== */

@media screen and (max-width: 480px) {

  .tiger-event-report {
    padding: 8px 9px 40px;
    font-size: 15px;
  }

  .tiger-event-report h1 {
    font-size: 22px;
    line-height: 1.5;
  }

  .tiger-event-hero {
    padding: 22px 16px;
  }

  .tiger-section-title {
    margin-top: 38px;
    padding: 10px 11px;
    font-size: 19px;
  }


  /* 目次 */

  #blog-menu-area {
    margin: 24px 0 34px;
  }

  #blog-menu-area header {
    min-height: 48px;
    padding: 10px 11px;
  }

  #blog-menu-area header h2 {
    padding-left: 10px !important;
    font-size: 17px !important;
  }

  #blog-menu-area header h2::before {
    width: 4px;
    height: 17px;
  }

  #blog-menu-area label {
    padding: 3px 6px;
    font-size: 10px;
  }

  #blog-menu-area .mokuji {
    padding: 8px 10px 12px 32px;
  }

  #blog-menu-area .mokuji li a {
    padding: 9px 1px;
    font-size: 13px;
    line-height: 1.55;
  }


  /* 各カード */

  .tiger-event-archive,
  .tiger-session,
  .tiger-summary-box,
  .tiger-product-box {
    padding: 19px 15px;
  }

  .tiger-event-archive-title {
    font-size: 19px;
  }

  .tiger-event-deadline {
    font-size: 16px;
  }

  .tiger-event-report h3 {
    font-size: 18px;
  }

  .tiger-session-company {
    font-size: 12px;
  }

  .tiger-dialogue {
    padding: 14px 12px;
  }

  .tiger-flow {
    padding: 14px 9px;
    font-size: 14px;
  }

  .tiger-summary-lines {
    padding: 14px 9px;
  }
}


/* ==================================================
   かなり小さいスマートフォン
================================================== */

@media screen and (max-width: 360px) {

  .tiger-event-report {
    padding-left: 6px;
    padding-right: 6px;
  }

  .tiger-event-report h1 {
    font-size: 21px;
  }

  .tiger-event-hero {
    padding: 20px 14px;
  }

  .tiger-section-title {
    font-size: 18px;
  }

  .tiger-event-archive,
  .tiger-session,
  .tiger-summary-box,
  .tiger-product-box {
    padding: 17px 13px;
  }


  /* 目次 */

  #blog-menu-area header {
    padding: 9px 10px;
  }

  #blog-menu-area header h2 {
    font-size: 16px !important;
  }

  #blog-menu-area label {
    padding: 3px 5px;
    font-size: 10px;
  }

  #blog-menu-area .mokuji {
    padding-left: 29px;
    padding-right: 8px;
  }

  #blog-menu-area .mokuji li a {
    font-size: 12px;
  }
}