@charset "UTF-8";

/* =========================================
   1. 全体のリセットとベース設定
   ========================================= */
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background-color: #f4f8fa; 
  /* 新しいフォント設定で見やすく */
  font-family: 'Helvetica Neue', Arial, 'Hiragino Sans', 'Yu Gothic', Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden; 
  position: relative; 
}

/* 背景画像ぼかし設定 */
body::before {
  content: "";
  position: fixed; 
  top: -5%; 
  left: -5%; 
  width: 110%; 
  height: 110%;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), 
    url('../index_files/bk_image.jpg'); 
  background-size: cover;          
  background-position: center center; 
  filter: blur(4px); 
  z-index: -1; 
}

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

/* メインビジュアルのラッパー */
.mv-wrapper {
  position: relative;
  line-height: 0; 
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1); 
  z-index: 90;
}

.mb40 { margin-bottom: 40px; }

.secret_item { display: none; }

/* =========================================
   2. メインコンテナ（SP幅600px）
   ========================================= */
.l-container {
  max-width: 600px;
  margin: 0 auto; 
  background-color: #ffffff;
  min-height: 100vh;
  position: relative;
  box-shadow: 0 0 30px rgba(0,0,0,0.15);
  z-index: 10;
}

/* =========================================
   3. セクションの重なり順（Z-index）とシャドウ設定
   ========================================= */
.about-section { position: relative; z-index: 80; background-color: #ffffff; }
.slider-section { position: relative; z-index: 75; background-color: #ffffff; padding-top: 0; }
.section-bg-light { position: relative; z-index: 70; background-color: #fff1f5; }
.recommend-section { position: relative; z-index: 60; background-color: #ffffff; }
.feature-section { position: relative; z-index: 50; background-color: #e0f5e7; }
.voice-section { position: relative; z-index: 40; background-color: #fff1f5; }
.summary-section { position: relative; z-index: 30; background-color: #e0f5e7; }
.company-section { position: relative; z-index: 20; background-color: #ffffff; }
.cta-section-pre-registration { position: relative; z-index: 15; background-color: #FFD700; } 
.consultation-section { position: relative; z-index: 14; background-color: #fdfafb; }
.our_company-section { position: relative; z-index: 13; background-color: #0099e5; }
.form-area { position: relative; z-index: 10; background-color: #FFD700; }

/* 下向きの影 */
.has-bottom-shadow {
  box-shadow: 0 15px 20px -15px rgba(0,0,0,0.15);
}

/* 斜めの影（ナナメデザイン用） */
.has-angled-shadow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: inherit;
  transform-origin: bottom right;
  transform: skewY(-5deg);
  z-index: -1;
  box-shadow: 0 15px 20px -10px rgba(0,0,0,0.15);
}

/* =========================================
   4. 各セクションの共通デザイン・個別設定
   ========================================= */
.section { padding: 50px 20px; }

/* 共通タイトル */
.sec-title { 
  font-family: 'Zen Maru Gothic', sans-serif; 
  text-align: center; 
  font-size: 34px; 
  font-weight: 900; 
  margin-bottom: 35px; 
  color: #333; 
  line-height: 1.4; 
}
.sec-title span { color: #ff5a5f; }

/* -----------------------------------------
   おしごと博とは？セクション
----------------------------------------- */
.about-section { text-align: center; }
.about-sub { font-family: 'Zen Maru Gothic', sans-serif; font-size: 40px; color: #ff5a5f; margin-bottom: 5px; }
.about-title { font-family: 'Zen Maru Gothic', sans-serif; font-size: 80px; font-weight: 900; color: #333; margin-bottom: 35px; line-height: 1.2; }
.about-title span { font-size: 28px; display: inline-block; vertical-align: middle; }
.about-ill { margin: 0 auto 40px; }

.about-photo-container { display: flex; flex-direction: column; align-items: center; margin-bottom: 60px; }
.about-photo { background-color: #fff; padding: 10px; border: 1px solid #eee; box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.12); width: 80%; max-width: 400px; }
.photo-left { transform: rotate(-4deg); position: relative; z-index: 2; }
.photo-right { transform: rotate(3deg); margin-left: 0; margin-top: -10px; position: relative; z-index: 1; }
.about-text { font-family: 'Zen Maru Gothic', sans-serif; text-align: left; display: inline-block; max-width: 500px; line-height: 1.8; font-weight: bold; font-size: 1.3em; color:#555; }
.slider-section { background-color: #f0f4f9; }

/* -----------------------------------------
   スライダーセクション
----------------------------------------- */
.slider-container {
  width: 90%;
  max-width: 500px; /* 横長にするため幅を広げる */
  margin: 0 auto;
  background-color: #fff;
  padding: 12px;
  box-shadow: 2px 4px 15px rgba(0,0,0,0.15);
  border-radius: 4px;
}

.slider-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* line-height: 0; を削除してレイアウト崩れ防止 */
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  align-items: center; /* 縦横比が違う写真が来ても中央に配置 */
}

.slider-track img {
  flex: 0 0 100%; /* これで1枚の画像が確実に枠幅100%を取り、押し潰されない */
  width: 100%;
  aspect-ratio: 3 / 2; /* 3:2のきれいな横長長方形に固定 */
  object-fit: contain; /* はみ出さずに全体が見えるようにする */
  background-color: #fff; /* 余白が出た場合は白枠で埋める */
  display: block;
}

/* -----------------------------------------
   実績セクション
----------------------------------------- */
.record-container { position: relative; max-width: 440px; margin: 20px auto; }
.record-ill { position: absolute; left: -50px; bottom: -15px; max-height: 320px; width: auto; z-index: 2; }
.record-box { background-color: #fff; border-radius: 20px; border: 3px solid #332121; box-shadow: 6px 6px 0px #332121; padding: 35px 30px; position: relative; z-index: 1; }
.record-title { text-align: center; font-size: 24px; font-weight: 900; margin-bottom: 30px; color: #333; }
.record-title .marker { background: linear-gradient(transparent 50%, #fff700 50%); padding: 0 5px; }
.record-row { display: flex; align-items: baseline; justify-content: space-evenly; margin-bottom: 15px; }
.record-row:last-child { margin-bottom: 0; }
.record-label { font-size: 1.5em; font-weight: bold; color: #333; }
.record-num { font-family: 'Zen Maru Gothic', sans-serif; font-size: 64px; font-weight: 900; color: #ff5a5f; line-height: 1; }
.record-unit { font-size: 0.7em; color: #333; font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: bold; margin-left: 4px; }

.recommend-section { padding: 80px 0; }

/* -----------------------------------------
   特徴セクション
----------------------------------------- */
.feature-section { padding: 100px 20px 80px; margin: 0; text-align: center; }
.badge-grid-2x2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 20px; justify-items: center; max-width: 500px; margin: 40px auto; }
.circle-badge.feature-badge { width: 220px; height: 220px; background: #fff; border: 3px solid #333; box-shadow: 3px 4px 0px rgba(0,0,0,0.1); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 15px; box-sizing: border-box; font-family: 'Zen Maru Gothic', sans-serif; font-size: 1.8em; font-weight: 900; color: #333; line-height: 1.4; text-align: center; }
.feature-footer { text-align: center; font-family: 'Zen Maru Gothic', sans-serif; font-weight: 900; line-height: 1.8; }
.feature-footer .highlight-yellow { display: inline-block; background-color: #fff100; padding: 4px 20px; font-size: 2.1em; color: #333; margin-bottom: 15px; }
.feature-footer p { font-size: 1.8em; color: #333; }
.feature-footer .text-accent { color: #ff5a5f; font-size: inherit; }
.text-accent { color: #ff5a5f; }

/* -----------------------------------------
   参加者の声セクション
----------------------------------------- */
.voice-section { padding: 100px 20px 80px; }
.voice-box { display: flex; align-items: center; justify-content: space-between; background-color: #fff; border-radius: 12px; padding: 20px; margin-bottom: 25px; border: 2px solid #eee; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.voice-box:last-child { margin-bottom: 0; }
.voice-box.reverse { flex-direction: row-reverse; }

.voice-ill { width: 30%; flex-shrink: 0; background-color: #eee; border-radius: 50%; aspect-ratio: 1/1; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.voice-ill img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); }
.voice-text { font-family: 'Zen Maru Gothic', sans-serif; width: 65%; font-size: 1.3em; line-height: 1.6; color: #555; }

/* -----------------------------------------
   開催概要セクション
----------------------------------------- */
.summary-section { padding: 80px 20px; }
.summary-card { max-width: 500px; margin: 0 auto; background-color: #fff; border: 4px solid #332121; border-radius: 12px; overflow: hidden; box-shadow: 8px 8px 0px #332121; }
.card-header { background-color: #0099e5; color: #fff; display: flex; align-items: center; justify-content: center; padding: 15px 20px; border-bottom: 4px solid #332121; }
.card-header img { width: 28px; margin-right: 12px; }
.card-header span { font-size: 26px; font-weight: 900; font-family: 'Zen Maru Gothic', sans-serif; }
.card-body { padding: 30px 20px; }
.card-item { margin-bottom: 25px; }
.card-item:last-child { margin-bottom: 0; }

.item-date { text-align: center; }
.item-date .year { font-size: 32px; font-weight: bold; color: #666; margin-bottom: 5px; }
.item-date .date { font-size: 64px; font-weight: 900; color: #333; font-family: 'Zen Maru Gothic', sans-serif; line-height: 1.1; }
.item-date .day { font-size: 32px; font-weight: 900; margin-left: 5px; }
.item-date .day.text-blue { color: #0099e5; } 

.item-time { text-align: center; padding: 15px 0; border-top: 2px solid #eee; border-bottom: 2px solid #eee; }
.item-time .time { font-size: 48px; font-weight: 900; color: #333; font-family: 'Zen Maru Gothic', sans-serif; }

.label-row { display: flex; align-items: start; gap: 20px; }
.label-box { display: flex; align-items: center; justify-content: center; border-radius: 6px; padding: 8px 12px; white-space: nowrap; }
.label-box.bg-blue { background-color: #0099e5; color: #fff; } 
.label-box .label { font-size: 16px; font-weight: bold; }

.text-box { font-size: 18px; line-height: 1.6; color: #333; font-family: 'Zen Maru Gothic', sans-serif; }
.text-box .building { font-size: 20px; font-weight: bold; margin-bottom: 4px; }
.text-box .address { font-size: 18px; color: #666; }

/* -----------------------------------------
   参加企業一覧セクション
----------------------------------------- */
.company-section { padding: 80px 20px; }
.table-scroll-note { text-align: right; font-size: 13px; color: #666666; margin-bottom: 6px; font-weight: bold; }
.table-scroll-wrapper { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 10px; border-radius: 8px; box-shadow: 0 0 12px rgba(0, 153, 229, 0.1) inset; }
.company-table { width: 100%; min-width: 800px; border-collapse: collapse; background-color: #fff; }
.company-table th, .company-table td { padding: 18px 15px; border: 1px solid #c9ebf9; vertical-align: middle; }
.company-table th { background-color: #e4f5fc; color: #0099e5; font-family: 'Zen Maru Gothic', sans-serif; font-weight: 900; font-size: 18px; text-align: center; white-space: nowrap; }
.company-table td { color: #333; font-size: 16px; font-weight: bold; line-height: 1.5; }
.company-table th:nth-child(1) { width: 220px; text-align: center; }
.company-table td:nth-child(1) { width: 220px; text-align: left; }
.company-table th:nth-child(2) { width: auto; text-align: center; }
.company-table td:nth-child(2) { width: auto; text-align: left; }
.company-table th:nth-child(3) { width: 100px; text-align: center; }
.company-table td:nth-child(3) { width: 100px; text-align: center; }
.company-table td img { width: 32px; height: auto; display: inline-block; vertical-align: middle; transition: opacity 0.2s; }
.company-table td a:hover img { opacity: 0.7; }
.company-table tbody tr { transition: background-color 0.2s ease; }
.company-table tbody tr:hover, .company-table tbody tr:active { background-color: #f2fbff; }

/* テーブルの横スクロールラッパー */
.table-scroll-wrapper { 
  width: 100%; 
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch; 
  margin-top: 10px; 
  border-radius: 8px; 
  box-shadow: 0 0 12px rgba(0, 153, 229, 0.1) inset; 
  /* ↓ここから追加↓ */
  cursor: grab; 
}

/* クリックして掴んでいる時のカーソル */
.table-scroll-wrapper:active {
  cursor: grabbing;
}

/* =========================================
   5. CTAセクション
   ========================================= */
.cta-section-pre-registration { padding: 80px 20px; }
.cta-section-pre-registration .l-content { max-width: 600px; margin: 0 auto; }
.btn-jump-hover { transition: transform 0.2s ease-out; }
.btn-jump-hover:hover { transform: translateY(-3px); }
.form-area { padding: 60px 20px; text-align: center; }
.btn-cta-main { display: block; width: 80%; background: #06C755; color: #fff; text-align: center; padding: 22px; border-radius: 70px; text-decoration: none; font-weight: 900; font-size: 22px; line-height: 1.4; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); transition: transform 0.2s; margin: 25px auto; max-width: 450px; }
.btn-cta-main:active { transform: scale(0.96); }
.cta-section-pre-registration .btn-cta-main { background-color: #ffffff; color: #ff5a5f; border: 4px solid #ff5a5f; max-width: none; }
.feature-footer .highlight-white { display: inline-block; background-color: #ffffff; padding: 4px 20px; font-size: 40px; color: #ff5a5f; margin-bottom: 15px; }

/* =========================================
   6. プレゼント枠のデザイン
   ========================================= */
.present-wrapper { padding: 15px; max-width: 500px; margin: 40px auto; }
.present-inner { border: 4px solid rgb(54, 65, 72); padding: 45px 15px 30px; position: relative; }
.present-header { position: absolute; top: -34px; left: -50px; background-color: #FFD700; padding: 0 20px 20px 20px; display: flex; align-items: center; }
.present-header .present-icon { width: 60px; height: auto; }
.present-white-box { text-align: center; }
.present-gift-text { color: #ff5a5f; font-size: 38px; font-family: 'Zen Maru Gothic', sans-serif; font-weight: 900; line-height: 1.3; margin-bottom: 20px; }
.present-gift-text .big { font-size: 76px; display: inline-block; margin: 5px 0; }
.present-note { color: #333333; font-size: 16px; font-weight: bold; line-height: 1.5; }

/* =========================================
   7. 相談ブースセクション
   ========================================= */
.consultation-section { text-align: center; }
.consultation-text { font-family: 'Zen Maru Gothic', sans-serif; font-size: 32px; font-weight: 900; color: #333; line-height: 1.5; }
.consultation-text .text-accent { color: #ff5a5f; }
.consultation-photo { margin: 40px auto; display: block; }
.consultation-logos { display: flex; justify-content: space-evenly; align-items: center; gap: 20px; }
.consultation-logos img { width: 45%; max-width: 220px; }

/* =========================================
   8. 問い合わせセクション
   ========================================= */
.our_company-section { padding: 20px; }
.contact-box { color: #ffffff; }
.contact-label { font-family: 'Zen Maru Gothic', sans-serif; display: inline-block; background-color: #ffffff; color: #0099e5; font-size: 16px; font-weight: 900; padding: 8px 16px; border-radius: 8px; margin-bottom: 10px; }
.contact-simple-text { font-size: 18px; font-weight: bold; margin-bottom: 4px; line-height: 1.4; }
.contact-methods-simple { margin-top: 12px; margin-bottom: 16px; }
.contact-flex { display: flex; align-items: baseline; gap: 5px; }
.method-prefix { font-size: 16px; font-weight: bold; }
.contact-link { color: #ffffff; text-decoration: none; }
.large-text { font-size: 26px; font-weight: 900; font-family: 'Arial Black', 'Zen Maru Gothic', sans-serif; letter-spacing: 1px; }
.contact-note { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.5; }
.note-text { font-weight: 900; }
.note-icon { display: inline-flex; align-items: center; justify-content: center; background-color: #FFD700; color: #333333; width: 20px; height: 20px; border-radius: 50%; font-weight: 900; flex-shrink: 0; margin-top: 2px; }

/* =========================================
   9. PC閲覧時のレイアウト・アニメーション
   ========================================= */
.pc-fixed-card { display: none; }
@media (min-width: 1100px) {
  .l-container { margin: 0; margin-left: calc(50vw - 100px); }
  .pc-fixed-card { display: flex; flex-direction: column; position: fixed; top: 50%; transform: translateY(-50%); left: calc(50vw - 520px); width: 380px; background-color: #ff4747; border-radius: 24px; padding: 25px; z-index: 5; box-shadow: 0 12px 30px rgba(255, 71, 71, 0.35); }
  .schedule-box { background-color: #fff; border-radius: 16px; padding: 25px 20px; margin-bottom: 18px; }
  .schedule-item { margin-bottom: 15px; text-align: center; border-bottom: 2px dotted #eee; padding-bottom: 15px; }
  .schedule-item:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
  .place-badge { display: inline-block; background-color: #0099e5; color: #fff; padding: 6px 18px; border-radius: 20px; font-size: 14px; font-weight: bold; margin-bottom: 8px; }
  .date { font-size: 32px; font-weight: 900; color: #333; font-family: 'Arial Black', sans-serif; line-height: 1.4; }
  .card-cta-area { text-align: center; color: #fff; }
  .card-cta-text { font-size: 16px; font-weight: 900; margin-bottom: 12px; letter-spacing: 1px;}
  .card-cta-btn { display: flex; align-items: center; justify-content: center; width: 100%; background: #fff; color: #333; text-decoration: none; padding: 18px 0; border-radius: 40px; font-weight: 900; font-size: 18px; box-shadow: 0 5px 15px rgba(0,0,0,0.15); transition: transform 0.2s; }
  .card-cta-btn:hover { transform: translateY(-3px); }
}
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.fade-in.is-visible { opacity: 1; transform: translateY(0); }
