@charset "UTF-8";

/* --- リセットCSS & 変数定義 --- */
:root {
  --gmo-blue: #005bac;
  --deep-blue: #003366;
  --tech-cyan: #00b9ef;
  --accent-orange: #f39800;
  --text-main: #222222;
  --text-sub: #383838;
  --bg-body: #f4f8fb;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text-main);
  line-height: 1.8;
  background-color: var(--bg-body);
  background-image: radial-gradient(circle at 10% 20%, rgba(0, 185, 239, 0.05) 0%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(0, 86, 150, 0.05) 0%, transparent 40%);
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* --- 共通コンポーネント --- */
.section {
  padding: clamp(40px, calc((100vw - 768px) * (40 / 192) + 40px), 80px) 0;
}
.content-card {
  background: #fff;
  border-radius: 12px;
  padding: clamp(40px, calc((100vw - 768px) * (20 / 192) + 40px), 60px) clamp(0px, calc((100vw - 768px) * (60 / 192) + 0px), 60px);
  box-shadow: 0 10px 40px rgba(0, 86, 150, 0.05);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 185, 239, 0.1);
  margin-bottom: clamp(20px, calc((100vw - 768px) * (20 / 192) + 20px), 40px);
}
.content-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gmo-blue), var(--tech-cyan));
}

.section-title {
  text-align: center;
  margin-bottom: clamp(20px, calc((100vw - 768px) * (30 / 192) + 20px), 50px);
}
.section-title .en {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: var(--tech-cyan);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: clamp(0px, calc((100vw - 768px) * (10 / 192) + 0px), 10px);
  text-transform: uppercase;
}
.section-title .ja {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(45deg, var(--deep-blue), var(--gmo-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.entry-wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: clamp(15px, calc((100vw - 768px) * (15 / 192) + 15px), 30px);
}

.btn-cv {
  display: block;
  background: linear-gradient(135deg, #ffaa00, var(--accent-orange));
  color: #fff;
  font-weight: 700;
  padding: 18px 0;
  border-radius: 50px;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(243, 152, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  max-width: 380px;
  margin-inline: auto;
}
.btn-cv:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 10px 25px rgba(243, 152, 0, 0.5);
}

/* --- ヘッダー (Sticky) --- */
.jointlp-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 86, 150, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 80px;
  display: flex;
  align-items: center;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(10px, calc((100vw - 768px) * (10 / 192) + 10px), 20px);
}

.logo img {
  height: 31px;
  width: auto;
}

.header-btn {
  background: linear-gradient(90deg, var(--gmo-blue), #0075c2);
  color: #fff;
  padding: 10px clamp(0px, calc((100vw - 320px) * (50 / 640) + 0px), 50px);
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
}

/* --- FV --- */
.hero {
  padding: 0;
  background-image: url('bg_red_fv-pc.png');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: clamp(20px, calc((100vw - 768px) * (20 / 192) + 20px), 40px);
}

.hero-left {
  flex: 1;
  max-width: 48%;
}
.hero-title img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  display: block;
}
.hero-date img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-right {
  flex: 1;
  max-width: 48%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.hero-speaker {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

.hero-bottom-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* 画像をなくし、10pxの黒ラインにする */
.banner-subtitle-area {
  width: 100%;
  background-color: #2b2b2b;
  height: 3px;
}
.banner-company-area {
  width: 100%;
  background-color: #fff;
  line-height: 0;
  text-align: center;
  padding: 20px 0;
}
.banner-company-area img {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
}

.banner-cta-area {
  width: 100%;
  background-color: var(--bg-body);
  text-align: center;
  padding: clamp(20px, calc((100vw - 768px) * (20 / 192) + 20px), 40px) 15px;
  border-top: 1px solid #e0ebf0;
  border-bottom: 1px solid #e0ebf0;
}

/* --- Intro (CONCEPT) --- */
.section-concept {
  background-color: var(--gmo-blue);
  color: #fff;
  position: relative;
}
.section-concept::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
  pointer-events: none;
}
.section-concept .section-title .en {
  color: var(--tech-cyan);
}
.section-concept .section-title .ja {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.intro p {
  max-width: 900px;
  margin: 0 auto clamp(20px, calc((100vw - 768px) * (12 / 192) + 20px), 32px);
  text-align: justify;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  line-height: 2;
  color: inherit;
}
.intro p:last-child {
  margin-bottom: 0;
}

/* --- Timetable (背景画像設定) --- */
/* 新しく追加したクラス */
.section-timetable {
  background-image: url('bg_red_fv_tate.png');
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
/* 背景画像を少し明るくして文字の視認性を高めるオーバーレイ（任意） */
.section-timetable::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4); /* 画像の上に薄い白を重ねる */
  z-index: 0;
}
/* コンテンツを前面に出す */
.section-timetable .container {
  position: relative;
  z-index: 1;
}

.timetable-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* 新しいカードデザイン */
.timetable-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: clamp(15px, calc((100vw - 768px) * (15 / 192) + 15px), 30px); /* 余白を追加 */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.timetable-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 185, 239, 0.1);
  border-color: var(--tech-cyan);
}

.session-main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.session-left {
  flex: 1;
}
/* 登壇者情報（右側エリア） */
.session-right {
  width: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* 画像を含めて右端に寄せる */
  text-align: right; /* テキストを右寄せにする */
}

/* 青い時刻バッジ */
.time-badge {
  display: inline-flex;
  align-items: center;
  background-color: #005bac;
  color: #fff;
  padding: 4px 16px;
  border-radius: 4px; /* ▼ 50pxから4pxに変更（お好みで6px等にしてもOKです） */
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
}
.time-badge svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  fill: currentColor;
}

/* セッションタイトル */
.session-title {
  font-size: 21px;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.5;
  margin-bottom: 0;
}

/* 折りたたみ説明文 */
.session-desc-wrapper {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee; /* 上部の区切り線 */
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.8;
  display: none;
}

/* READ MORE ボタン */
.read-more-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #444;
  font-weight: bold;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
}
.read-more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #444;
  color: #fff;
  border-radius: 50%;
}

/* 登壇者情報（右側） */
.speaker-img {
  width: 100px;
  height: 100px;
  background-color: #e0ebf0;
  border-radius: 8px; /* 角丸の四角形に変更 */
  object-fit: cover;
  margin-bottom: 12px;
}

/* ▼ 追加: 画像を囲むラッパーと虫眼鏡アイコン ▼ */
.speaker-img-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 12px;
  transition: opacity 0.3s;
}
.speaker-img-wrap:hover {
  opacity: 0.8;
}

.speaker-zoom-icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #444;
}

.speaker-company {
  font-size: 13px;
  color: #383838;
  margin-bottom: 2px;
  line-height: 1.4;
}
.speaker-position {
  font-size: 13px;
  color: #383838;
  margin-bottom: 3px;
}
.speaker-name {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-main);
}

/* --- Outline --- */
.outline-table {
  width: 100%;
  border-collapse: collapse;
}
.outline-table th,
.outline-table td {
  padding: clamp(15px, calc((100vw - 768px) * (9 / 192) + 15px), 24px);
  border-bottom: 1px solid #e0ebf0;
  text-align: left;
}
.outline-table th {
  width: 25%;
  color: var(--gmo-blue);
  font-weight: bold;
}

/* --- Entry (統合セクション) --- */
#entry {
  background: linear-gradient(135deg, var(--gmo-blue) 0%, #002244 100%);
  color: #fff;
  padding: clamp(40px, calc((100vw - 768px) * (40 / 192) + 40px), 80px) 0;
  text-align: center;
}
#entry .section-title .ja {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
#entry p.lead-text {
  font-size: 18px;
  margin-bottom: clamp(20px, calc((100vw - 768px) * (20 / 192) + 20px), 40px);
  opacity: 0.9;
}

/* Privacy Policy Box */
.privacy-box {
  max-width: 800px;
  margin: clamp(40px, calc((100vw - 768px) * (40 / 192) + 40px), 80px) auto 0;
  padding: clamp(20px, calc((100vw - 768px) * (20 / 192) + 20px), 40px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 13px;
  text-align: left;
}
.privacy-box h3 {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.privacy-box p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.privacy-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}
.privacy-links a {
  color: var(--tech-cyan);
  font-weight: bold;
  text-decoration: underline;
}
.privacy-links a:hover {
  color: #fff;
  text-decoration: none;
}

/* --- Footer --- */
.jointlp-footer {
  background: transparent;
  color: var(--text-main);
  text-align: center;
  font-size: 11px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* オープニング・エンディング用レイアウト（PC） */
.session-simple {
  align-items: center;
}
.session-simple .session-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.session-simple .time-badge {
  margin-bottom: 0;
}

/* ▼▼ 追加: モーダル（ポップアップ）用のスタイル ▼▼ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-content {
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 650px;
  padding: clamp(20px, calc((100vw - 768px) * (20 / 192) + 20px), 40px);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  font-size: 28px;
  color: #999;
  line-height: 1;
}
.modal-close:hover {
  color: #333;
}

.modal-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.modal-header svg {
  width: 22px;
  height: 22px;
  fill: #005bac;
  margin-right: 12px;
}
.modal-header h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: var(--deep-blue);
}

.modal-body {
  display: flex;
  gap: 30px;
}
.modal-speaker-img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  background-color: #eee;
}
.modal-speaker-info {
  flex: 1;
}
.modal-company {
  font-size: 15px;
  color: #383838;
  margin-bottom: 4px;
}
.modal-name {
  font-size: 24px;
  font-weight: bold;
  color: var(--text-main);
  margin-bottom: 15px;
}
.modal-profile {
  font-size: 14px;
  color: var(--text-main);
  line-height: 1.8;
  text-align: justify;
}

.read-more-icon {
  transition: transform 0.3s ease;
}

.read-more-btn.is-open .read-more-icon {
  transform: rotate(180deg);
}

/*セキュリティコード */
.securityBusinessContainer {
  background-color: #ffffff;
}

.securityImages {
  padding: 0;
}

.securityImages_inner {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  max-width: 1040px;
}

.securityImages_sns {
  display: flex;
  margin: 19px 0;
  gap: 10px;
}

.securityImages_logo {
  margin: 20px 0 20px 10px;
  min-height: 18px;
  height: 18px;
  /* width: 100px; */
}

.securityImages_logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.securityImages_sns li {
  display: block;
  min-height: 20px;
  height: 20px;
  min-width: 20px;
  width: 20px;
  text-align: center;
  align-content: center;
}

.securityImages_sns li a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.securityImages_sns li a {
  display: block;
  width: 100%;
  height: 100%;
}

.securityBusinessTag a {
  font-size: 9.5px;
  line-height: 1.4;
}

.gs_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 40px 115px;
  background-color: #fff;
}

.gs_wrap img {
  width: 100px;
  height: 50px;
}

.siteSeal {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
  gap: 0 10px;
  background: #ffffff;
}

.siteSeal > div img {
  vertical-align: middle;
}

body.jointlp-finish {
  background: #ffffff;
}
.jointlp-finish-container {
  padding: 16px 15px;
  text-align: center;
}
.jointlp-finish-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.jointlp-finish-btn {
  margin: 1rem auto;
  max-width: 240px;
}
.jointlp-finish-btn a {
  background-color: #004196;
  border-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #ffffff;
  display: block;
}
.jointlp-finish-btn a:hover {
  background-color: #007bff;
}

@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    padding-top: clamp(20px, calc((100vw - 768px) * (20 / 192) + 20px), 40px);
  }
  .hero-left,
  .hero-right {
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
    justify-content: center;
  }
  .hero-title img,
  .hero-date img {
    width: 90%;
    margin: 0 auto 20px;
  }
  .hero-speaker {
    margin: 0 auto;
  }
  .timetable-item {
    flex-direction: column;
  }
  .time-box {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    padding: 15px 20px;
    border-right: none;
    border-bottom: 1px solid #e0ebf0;
    gap: 10px;
  }
  .time-start {
    font-size: 20px;
  }
  .time-end {
    font-size: 16px;
    margin-top: 0;
    opacity: 0.9;
  }
  /* ▼▼▼ 今回追加するコード ▼▼▼ */
  /* 左右のレイアウトを縦並びに変更 */
  .session-main {
    flex-direction: column;
    gap: 15px;
  }
  /* 登壇者情報を左寄せに戻し、上部に少し余白をとる */
  .session-right {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    padding-top: 15px;
    border-top: 1px dashed #eee; /* タイトル部分との区切り線を追加（お好みで外してもOKです） */
  }

  /* ▼ スマホ時のオープニング・エンディングを左寄せ（通常セッションと同じ）にリセット ▼ */
  .session-simple {
    align-items: flex-start;
  }
  .session-simple .session-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .session-simple .time-badge {
    margin-bottom: 12px;
  }

  .outline-table th,
  .outline-table td {
    display: block;
    width: auto;
  }
  .outline-table th {
    border-bottom: none;
  }
  .outline-table tr:first-child th {
    padding-top: 0;
  }
  .outline-table td {
    padding-top: 0;
  }
  .session-right {
    position: relative;
    min-height: 115px;
    padding-left: 120px;
  }
  .speaker-img-wrap {
    position: absolute;
    left: 0;
    top: 15px;
    margin-bottom: 0;
  }
  .speaker-img-wrap img {
    margin-bottom: 0;
  }
  .modal-body {
    flex-direction: column;
    gap: 20px;
  }
  .securityImages_logo {
    margin: 20px 0 20px 0px;
  }

  .securityImages_inner {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .securityImages_sns {
    margin: 0 0 20px;
  }

  .gs_wrap {
    padding: 40px 0;
    align-items: center;
    display: flex;
  }

  .gs_wrapr > div {
    min-width: 100px;
    width: 100px;
    min-height: 50px;
    height: 50px;
  }

  .gs_wrap > div img {
    width: 100%;
    height: 100%;
  }
}
