@charset "UTF-8";
img {
  max-width: 100%;
}

main {
  overflow: hidden;
}
main * {
  box-sizing: border-box;
}

.box_sdw {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0901960784);
  border-radius: 14px;
  background: #fff;
}

.inner-box {
  width: 1200px;
  max-width: 100%;
  padding: 0px 20px;
}
@media (min-width: 600px) {
  .inner-box {
    padding: 0px 40px;
  }
}

.inner-box60 {
  width: 1200px;
  max-width: 100%;
  padding: 0px 20px;
}
@media (min-width: 600px) {
  .inner-box60 {
    padding: 0px 60px;
  }
}

.top_fv {
  position: relative;
  width: 100%;
  background: url("../../images/index/fv_pc.webp") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top_fv {
    height: 100vh;
    background: url("../../images/index/fv_sp.jpg") no-repeat top center;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top_fv .wrapper {
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 600px) {
  .top_fv .wrapper {
    width: 740px;
  }
}
@media (min-width: 600px) {
  .top_fv .wrapper {
    padding: 40px 40px 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_fv .wrapper {
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: auto;
  }
}
.top_fv .wrapper h1.top_fv__title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_fv .wrapper h1.top_fv__title {
    margin-bottom: 20px;
  }
}
.top_fv .wrapper h1.top_fv__title span.top_fv__title-sub {
  border: 1px solid #FFF;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .top_fv .wrapper h1.top_fv__title span.top_fv__title-sub {
    padding: 5px 60px;
  }
}
@media (min-width: 600px) {
  .top_fv .wrapper h1.top_fv__title span.top_fv__title-sub {
    font-size: 22px;
  }
}
.top_fv .wrapper h1.top_fv__title p.top_fv__title-main {
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .top_fv .wrapper h1.top_fv__title p.top_fv__title-main {
    font-size: 38px;
  }
}
.top_fv .wrapper h1.top_fv__title p.top_fv__title-main span {
  font-size: 16px;
  margin-right: 10px;
}
@media (min-width: 600px) {
  .top_fv .wrapper h1.top_fv__title p.top_fv__title-main span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_fv .wrapper h1.top_fv__title p.top_fv__title-main span {
    display: block;
    margin-right: 0px;
  }
}
.top_fv .event-info-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  color: #fff;
  padding: 20px 15px;
  text-align: center;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media (min-width: 600px) {
  .top_fv .event-info-card {
    padding: 20px 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .top_fv .event-info-card {
    width: 500px;
  }
}
.top_fv .event-info-card__date {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .top_fv .event-info-card__date {
    font-size: 26px;
  }
}
.top_fv .event-info-card__date span {
  font-size: 21px;
}
@media (min-width: 600px) {
  .top_fv .event-info-card__date span {
    font-size: 40px;
  }
}
.top_fv .event-info-card__time {
  font-size: 13px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .top_fv .event-info-card__time {
    font-size: 16px;
  }
}
.top_fv .event-info-card__location {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.top_fv .event-info-card__location a {
  color: #fff;
}
.top_fv .event-info-card__map-icon {
  width: 20px;
  height: auto;
  margin-right: 8px;
}
@media (min-width: 600px) {
  .top_fv .event-info-card__map-icon {
    width: 25px;
  }
}
.top_fv .event-info-card__place {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 600px) {
  .top_fv .event-info-card__place {
    font-size: 20px;
  }
}
.top_fv .event-info-card__organizer {
  font-size: 12px;
  margin-top: 20px;
  opacity: 0.8;
}
@media (min-width: 600px) {
  .top_fv .event-info-card__organizer {
    font-size: 14px;
  }
}
.top_fv .asia_img, .top_fv .kyusyu_img {
  position: absolute;
  z-index: 3;
  width: 300px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .top_fv .asia_img, .top_fv .kyusyu_img {
    max-width: 50%;
  }
}
.top_fv .asia_img {
  right: 10%;
  top: 10%;
}
@media screen and (max-width: 767px) {
  .top_fv .asia_img {
    top: auto;
    bottom: 5%;
    right: -30px;
  }
}
.top_fv .kyusyu_img {
  left: 10%;
  top: 30%;
}
@media screen and (max-width: 767px) {
  .top_fv .kyusyu_img {
    top: 5%;
    left: -30px;
  }
}

.about {
  padding: 0px 20px;
}
@media (min-width: 600px) {
  .about {
    padding: 0px 40px;
  }
}
.about .wrapper {
  width: 770px;
  max-width: 100%;
  margin: 80px auto;
}
.about .wrapper h2 {
  text-align: center;
  margin: 0px auto 20px auto;
  line-height: 1.6em;
  font-size: 2rem;
}
@media (min-width: 600px) {
  .about .wrapper h2 {
    margin: 0px auto 40px auto;
  }
}
@media (min-width: 600px) {
  .about .wrapper h2 {
    font-size: 2.8rem;
  }
}
.about .wrapper h2 span {
  background: #FFF2E1;
  padding: 4px;
}
.about .wrapper p {
  margin-bottom: 20px;
  line-height: 1.6;
}

/* --- メインセクション定義 --- */
.merit-promo-section {
  background-color: #f7f8fa; /* 全体の薄いグレー背景 */
  padding: 60px 20px 140px 20px;
  padding: 60px 10px 180px 10px;
  /* コンテナ（幅制限） */
  /* タイトル */
  /* 左右カラムのレイアウト */
  /* --- 左側エリア：メリットアイコン --- */
  /* --- 右側エリア：プロモーションボックス --- */
}
@media (min-width: 600px) {
  .merit-promo-section {
    padding: 60px 20px 160px 20px;
  }
}
.merit-promo-section .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.merit-promo-section .section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
  color: #000;
}
@media (min-width: 600px) {
  .merit-promo-section .section-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .merit-promo-section .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.merit-promo-section .content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  /* タブレット以下で縦積みに変更 */
}
@media (max-width: 960px) {
  .merit-promo-section .content-wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
.merit-promo-section .merit-grid-area {
  flex: 1;
  width: 100%;
  /* 3列グリッド */
  /* 個別のアイテム */
}
.merit-promo-section .merit-grid-area .merit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  /* スマホでは2列に変更 */
}
@media (max-width: 575px) {
  .merit-promo-section .merit-grid-area .merit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}
.merit-promo-section .merit-grid-area .merit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.merit-promo-section .merit-grid-area .merit-item .icon-circle {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .merit-promo-section .merit-grid-area .merit-item .icon-circle {
    width: 80px;
    height: 80px;
  }
}
.merit-promo-section .merit-grid-area .merit-item .icon-circle .merit-icon {
  width: 80%;
  height: auto;
  object-fit: contain;
  /* SVGの色変更ができないimgタグのため、元画像がオレンジであることを想定 */
}
.merit-promo-section .merit-grid-area .merit-item .merit-text {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
}
@media (max-width: 768px) {
  .merit-promo-section .merit-grid-area .merit-item .merit-text {
    font-size: 12px;
  }
}
.merit-promo-section .promo-box-area {
  width: 480px; /* PCでの固定幅目安 */
  flex-shrink: 0;
  /* タブレット以下で幅100% */
  /* 吹き出し風キャッチコピー */
  /* 白いカード部分 */
}
@media (max-width: 960px) {
  .merit-promo-section .promo-box-area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; /* 中央寄せ */
  }
}
.merit-promo-section .promo-box-area .promo-catch {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .merit-promo-section .promo-box-area .promo-catch {
    font-size: 12px;
  }
}
.merit-promo-section .promo-box-area .promo-catch .highlight {
  color: #E68B2D; /* オレンジ */
}
.merit-promo-section .promo-box-area .promo-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  /* バイヤーロゴセクション */
  /* CTAボタン */
}
@media (max-width: 575px) {
  .merit-promo-section .promo-box-area .promo-card {
    padding: 25px 15px;
  }
}
.merit-promo-section .promo-box-area .promo-card .promo-title {
  font-size: 2rem;
  color: #E68B2D; /* オレンジ */
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .merit-promo-section .promo-box-area .promo-card .promo-title {
    font-size: 2.8rem;
  }
}
.merit-promo-section .promo-box-area .promo-card .promo-subtitle {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.merit-promo-section .promo-box-area .promo-card .promo-desc {
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 10px;
}
.merit-promo-section .promo-box-area .promo-card .buyer-section {
  margin-bottom: 10px;
}
.merit-promo-section .promo-box-area .promo-card .buyer-section .buyer-label {
  display: block;
  border: 1px solid #E68B2D;
  color: #E68B2D;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 30px;
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: #fff;
}
.merit-promo-section .promo-box-area .promo-card .buyer-section .buyer-image {
  width: 100%;
  height: auto;
  display: block;
  /* 画像の下マージン調整 */
}
.merit-promo-section .promo-box-area .promo-card .cta-button {
  display: block;
  width: 100%;
  background-color: #E68B2D; /* オレンジ */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 18px;
  border-radius: 50px; /* 丸いボタン */
  font-size: 16px;
  transition: opacity 0.3s, transform 0.2s;
  position: relative;
  /* 矢印アイコン（疑似要素で簡易作成） */
}
.merit-promo-section .promo-box-area .promo-card .cta-button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
  vertical-align: 1px;
}
.merit-promo-section .promo-box-area .promo-card .cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .merit-promo-section .promo-box-area .promo-card .cta-button {
    font-size: 14px;
    padding: 15px;
  }
}

.top-past {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  background: #FFF2E1;
  border-radius: 30px 30px 0px 0px;
  padding: 60px 0px 30px 0px;
}
@media (min-width: 600px) {
  .top-past {
    padding: 80px 0px;
  }
}
.top-past h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}
@media (min-width: 600px) {
  .top-past h2 {
    font-size: 2.8rem;
  }
}
.top-past .container {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
.top-past .container .grid-2col {
  margin-bottom: 40px;
  gap: 20px;
}
.top-past .container .grid-2col div {
  position: relative;
}
.top-past .container .grid-2col div p {
  position: absolute;
  top: -35px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.top-past .container .past-image {
  margin-bottom: 40px;
}
.top-past .container .past-image .grid {
  gap: 20px;
}
.top-past .container .past-seminar .grid {
  gap: 30px;
}
.top-past .container .past-cta {
  padding: 80px 0px 0px 0px;
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
}
.top-past .container iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto 5px auto;
}
.top-past .container .past-video .center {
  display: flex;
  justify-content: center;
}
.top-past .container .past-video .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top-past .container .past-video .item {
    margin-bottom: 15px;
  }
}

/* --- 
２つの展示会　　=======================================================
--- */
.main-exhibiting {
  background-color: #2D2D2D; /* 背景色 */
  color: #ffffff;
  line-height: 1.6;
  position: relative;
  padding-bottom: 120px;
  /* グリッドレイアウト */
  /* カラム内のFlex設定 */
  /* 上部コンテンツを伸長 */
  /* =========================================
     テキスト & 装飾
     ========================================= */
  /* リストスタイル */
  /* =========================================
     カラーテーマ (Orange & Red)
     ========================================= */
  /* 下部リストアイテム */
  /* =========================================
     無限スクロールなしver
     ========================================= */
  /* =========================================
     無限スクロール (Banner)
     ========================================= */
  /* カードデザイン */
  /* ホバー時の拡大効果（ドラッグ中以外） */
}
@media screen and (max-width: 767px) {
  .main-exhibiting {
    padding-bottom: 40px;
  }
}
.main-exhibiting .header-title {
  position: absolute;
  top: -120px;
  width: 100%;
  text-align: center;
}
.main-exhibiting .header-title h2 {
  color: #000;
  line-height: 1.2;
}
.main-exhibiting .header-title h2 span {
  color: #EA7022;
  font-size: 2em;
  display: inline;
}
.main-exhibiting .top-banner {
  position: relative;
  top: -30px;
  width: 1200px;
  max-width: 96%;
  margin: 0px auto 0 auto;
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(2, 1fr);
}
.main-exhibiting .top-banner .banner {
  overflow: hidden;
}
.main-exhibiting .top-banner .banner.left {
  border-radius: 10px 0px 0px 10px;
}
.main-exhibiting .top-banner .banner.right {
  border-radius: 0px 10px 10px 0px;
}
.main-exhibiting .top-banner .banner a:hover {
  opacity: 1;
}
.main-exhibiting .top-banner .banner a:hover img {
  opacity: 1;
  filter: brightness(0.7);
  transform: scale(1.1);
}
.main-exhibiting .top-banner .banner img {
  max-width: 100%;
  object-fit: cover; /* 画像の比率を保ちつつ枠を埋める */
  transition: 0.3s ease; /* アニメーションの速度と動き */
}
.main-exhibiting .container {
  margin: 0 auto;
  width: 100%;
  max-width: 96%;
}
.main-exhibiting .main-grid {
  display: flex;
  gap: 3rem;
  width: 1200px;
  max-width: 98%;
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) {
  .main-exhibiting .main-grid {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .main-exhibiting .main-grid {
    flex-direction: column;
  }
}
.main-exhibiting .col-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-exhibiting h2 {
  text-align: center;
  margin: 0px 0px 40px 0px;
  font-size: 2rem;
}
@media (min-width: 600px) {
  .main-exhibiting h2 {
    font-size: 2.8rem;
  }
}
.main-exhibiting h2 span {
  font-weight: normal;
  display: block;
  margin-top: 0.5rem;
  font-size: 16px;
}
@media (min-width: 600px) {
  .main-exhibiting h2 span {
    font-size: 18px;
  }
}
.main-exhibiting h3 {
  font-weight: bold;
  margin-top: 0;
}
.main-exhibiting ul.custom-list {
  list-style: none;
  padding: 0;
  color: #e5e7eb;
}
.main-exhibiting ul.custom-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
  font-size: 14px;
}
@media (min-width: 600px) {
  .main-exhibiting ul.custom-list li {
    font-size: 16px;
  }
}
.main-exhibiting ul.custom-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.main-exhibiting .text-orange {
  color: #E5A33B;
}
.main-exhibiting .border-orange {
  border-left: 4px solid #E5A33B;
  padding-left: 1rem;
}
.main-exhibiting .text-red {
  color: #D34641;
}
.main-exhibiting .border-red {
  border-left: 4px solid #D34641;
  padding-left: 1rem;
}
.main-exhibiting .list-group-item {
  margin-bottom: 1rem;
}
.main-exhibiting .list-group-item p.title {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
@media (min-width: 600px) {
  .main-exhibiting .list-group-item p.title {
    font-size: 16px;
  }
}
.main-exhibiting .list-group-item p.desc {
  font-size: 12px;
  color: #d1d5db;
  margin: 0;
}
@media (min-width: 600px) {
  .main-exhibiting .list-group-item p.desc {
    font-size: 14px;
  }
}
.main-exhibiting .event-section .grid {
  margin: 0 auto;
  width: 1200px;
  max-width: 98%;
  justify-content: center;
}
.main-exhibiting .event-section .grid .item {
  text-align: center;
}
.main-exhibiting .event-section .grid .item img {
  border-radius: 10px;
  max-width: 100%;
}
.main-exhibiting .scroll-section-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}
.main-exhibiting .scroll-container {
  width: 100%;
  overflow: hidden; /* JSで制御するためスクロールバーは隠す */
  position: relative;
  cursor: grab; /* ドラッグ可能であることを示すカーソル */
  touch-action: pan-y; /* 横スクロールはJSで、縦スクロールはブラウザに任せる */
}
.main-exhibiting .scroll-container:active {
  cursor: grabbing;
}
.main-exhibiting .scroll-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  /* CSSアニメーションは削除し、transformはJSで操作する */
  will-change: transform;
}
.main-exhibiting .scroll-group {
  display: flex;
  gap: 1.5rem;
}
.main-exhibiting .scroll-card {
  width: 300px;
  height: 200px;
  flex-shrink: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  /* ドラッグ操作とクリックの競合を防ぐため、JSで制御する場合はpointer-eventsの調整が必要だが、今回は簡易実装のためこのまま */
  user-select: none; /* テキスト選択防止 */
}
.main-exhibiting .scroll-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
  pointer-events: none; /* 画像ドラッグ防止 */
}
.main-exhibiting .scroll-container:not(:active) .scroll-card:hover img {
  transform: scale(1.1);
}
.main-exhibiting .card-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.main-exhibiting .card-content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 10;
  pointer-events: none;
}
.main-exhibiting .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
}
.main-exhibiting .card-subtitle {
  font-size: 0.75rem;
  color: #d1d5db;
  margin: 0;
}
.main-exhibiting .badge {
  position: absolute;
  top: 0;
  right: 1rem;
  background-color: #E5A33B;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  z-index: 20;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.main-exhibiting .mt-4 {
  margin-top: 20px;
}

/* --- 
セミナー　padding調整=======================================================
--- */
.exhibiting-wrap {
  background: #184A9A;
  padding: 40px 0px 80px 0px;
}
.exhibiting-wrap .exhibiting {
  padding: 40px 0px 0px 0px;
}

/* --- 
検討の方へ=======================================================
--- */
.kento {
  background: #F7F7F7;
  padding: 60px 0px;
}
@media (min-width: 600px) {
  .kento {
    padding: 80px 0px;
  }
}

/* --- メインコンテナ --- */
.tab-container {
  width: 1200px;
  max-width: 98%;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
  margin: 0px auto;
  /* --- タブメニュー（ul） --- */
  /* --- コンテンツエリア --- */
}
.tab-container .tab-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  /* --- 個別のタブボタン --- */
}
.tab-container .tab-menu .tab-item {
  width: 50%;
  height: 60px;
  background-color: #9f9f9f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  /* テキスト設定 */
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  /* 左のタブ（出展）の角丸設定 */
  /* 右のタブ（来場）の角丸設定 */
  /* --- タブ内のテキストレイアウト --- */
  /* --- アクティブ時のスタイル（三角形の共通設定） --- */
  /* --- タイプ別設定：左タブ（出展） --- */
  /* --- タイプ別設定：右タブ（来場） --- */
  /* --- レスポンシブ対応（スマホ向け） --- */
}
.tab-container .tab-menu .tab-item:first-child {
  border-top-left-radius: 10px;
  margin-right: 4px;
}
.tab-container .tab-menu .tab-item:last-child {
  border-top-right-radius: 10px;
}
.tab-container .tab-menu .tab-item .tab-content-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tab-container .tab-menu .tab-item .sub-text {
  font-size: 12px;
  font-weight: normal;
}
.tab-container .tab-menu .tab-item.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 0 25px; /* 高さ15px, 横幅合計50px */
  z-index: 10;
}
.tab-container .tab-menu .tab-item[data-tab=exhibitor].active {
  background-color: #dfa642;
  /* 三角形の色 */
}
.tab-container .tab-menu .tab-item[data-tab=exhibitor].active::after {
  border-color: #dfa642 transparent transparent transparent;
}
.tab-container .tab-menu .tab-item[data-tab=visitor].active {
  background-color: #184A9A;
  /* 三角形の色 */
}
.tab-container .tab-menu .tab-item[data-tab=visitor].active::after {
  border-color: #184A9A transparent transparent transparent;
}
@media (max-width: 600px) {
  .tab-container .tab-menu .tab-item {
    font-size: 14px;
    padding: 5px;
  }
  .tab-container .tab-menu .tab-item .tab-content-inner {
    flex-direction: column;
    gap: 2px;
  }
  .tab-container .tab-menu .tab-item .sub-text {
    font-size: 10px;
  }
}
.tab-container .content-wrapper {
  background-color: #FFF2E1;
  padding: 60px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 1200px;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
}
.tab-container .content-wrapper .content-pane {
  display: none;
  animation: fadeIn 0.4s ease;
}
.tab-container .content-wrapper .content-pane.active {
  display: block;
}
.tab-container .content-wrapper .content-heading {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  margin: 0 0 40px 0;
}
@media (min-width: 600px) {
  .tab-container .content-wrapper .content-heading {
    font-size: 2.8rem;
  }
}

/* アニメーション定義 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --- 全体レイアウト --- */
.section-merit {
  padding: 60px 20px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  /* --- ヘッダーエリア --- */
  /* --- 2カラムグリッド --- */
  /* 共通：各カラムの見出し */
  /* --- 左カラム（メリット） --- */
  /* --- 右カラム（実績・動画） --- */
}
@media screen and (max-width: 575px) {
  .section-merit {
    padding: 40px 15px;
  }
}
.section-merit .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.section-merit .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-merit .section-header .main-title {
  font-size: 2rem;
  color: #E67A25; /* オレンジ */
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #E67A25;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .section-merit .section-header .main-title {
    font-size: 2.8rem;
  }
}
.section-merit .section-header .header-lead {
  font-size: 16px;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto;
  color: #000;
}
@media screen and (max-width: 575px) {
  .section-merit .section-header .header-lead {
    font-size: 14px;
    text-align: left;
  }
}
.section-merit .content-grid {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .section-merit .content-grid {
    flex-direction: column;
    gap: 40px;
  }
}
.section-merit .column-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section-merit .column-title .highlight-number {
  color: #E67A25;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin: 0 5px;
}
.section-merit .column-left {
  flex: 1;
  width: 55%;
}
@media screen and (max-width: 960px) {
  .section-merit .column-left {
    width: 100%;
  }
}
.section-merit .column-left .merit-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-merit .column-left .merit-list .merit-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 575px) {
  .section-merit .column-left .merit-list .merit-card {
    flex-direction: column-reverse;
    gap: 15px;
    padding: 20px;
  }
}
.section-merit .column-left .merit-list .merit-card .merit-content {
  flex: 1;
}
.section-merit .column-left .merit-list .merit-card .merit-content .merit-number {
  font-size: 40px;
  color: #FF9650; /* 少し明るいオレンジ */
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  top: -20px;
}
.section-merit .column-left .merit-list .merit-card .merit-content .merit-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .section-merit .column-left .merit-list .merit-card .merit-content .merit-title {
    font-size: 18px;
  }
}
.section-merit .column-left .merit-list .merit-card .merit-content .merit-text {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  text-align: left;
}
.section-merit .column-left .merit-list .merit-card .merit-image-wrapper {
  width: 240px;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .section-merit .column-left .merit-list .merit-card .merit-image-wrapper {
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .section-merit .column-left .merit-list .merit-card .merit-image-wrapper {
    width: 100%;
  }
}
.section-merit .column-left .merit-list .merit-card .merit-image-wrapper .merit-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  background-color: #eee;
}
@media screen and (max-width: 575px) {
  .section-merit .column-left .merit-list .merit-card .merit-image-wrapper .merit-image {
    height: 180px;
  }
}
.section-merit .column-right {
  width: 40%;
  /* 入場者数ボックス */
  /* ブース数・企業数 */
  /* 動画エリア */
}
@media screen and (max-width: 960px) {
  .section-merit .column-right {
    width: 100%;
  }
}
.section-merit .column-right .result-subtitle {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-merit .column-right .result-box-large {
  background-color: #FFF8ED; /* 薄いベージュ */
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .section-merit .column-right .result-box-large {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}
.section-merit .column-right .result-box-large .visitor-label {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .section-merit .column-right .result-box-large .visitor-label {
    justify-content: center;
  }
}
.section-merit .column-right .result-box-large .visitor-label .icon-people {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  fill: #333;
}
.section-merit .column-right .result-box-large .visitor-data {
  text-align: right;
}
@media screen and (max-width: 575px) {
  .section-merit .column-right .result-box-large .visitor-data {
    text-align: center;
  }
}
.section-merit .column-right .result-box-large .visitor-data .visitor-sub {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.section-merit .column-right .result-box-large .visitor-data .visitor-count {
  font-size: 36px;
  color: #E67A25;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .section-merit .column-right .result-box-large .visitor-data .visitor-count {
    font-size: 40px;
  }
}
.section-merit .column-right .result-box-large .visitor-data .visitor-unit {
  font-size: 18px;
  color: #E67A25;
  font-weight: bold;
}
.section-merit .column-right .result-box-large .visitor-data .visitor-note {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  color: #666;
}
.section-merit .column-right .result-grid-small {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.section-merit .column-right .result-grid-small .result-box-small {
  flex: 1;
  background-color: #FFF8ED;
  border-radius: 15px;
  padding: 20px 10px;
  text-align: center;
}
.section-merit .column-right .result-grid-small .result-box-small .box-label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.section-merit .column-right .result-grid-small .result-box-small .box-number {
  font-size: 32px;
  color: #E67A25;
  font-weight: bold;
  line-height: 1;
}
.section-merit .column-right .result-grid-small .result-box-small .box-unit {
  font-size: 16px;
  color: #E67A25;
  font-weight: bold;
}
.section-merit .column-right .note-text {
  font-size: 11px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: left;
}
.section-merit .column-right .video-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.section-merit .column-right .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  background-color: #000;
}
.section-merit .column-right .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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