@charset "UTF-8";

/****************************************
ソーシャルプルーフ
****************************************/

.social-proof {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #fff;
}

.sp-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
}

.sp-title span {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  margin-left: 8px;
}

/* 参加者の声 */
.voices {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.voice-card {
  flex: 1;
  background: #f8f9ff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.voice-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.voice-name {
  font-size: 14px;
  color: #666;
}

/* SNS埋め込み（仮） */
.sns-embed {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.sns-item {
  flex: 1;
  background: #eee;
  padding: 60px 0;
  text-align: center;
  border-radius: 12px;
}

/* ハッシュタグ */
.hashtag {
  text-align: center;
}

.hashtag h3 {
  font-size: 28px;
  font-weight: 800;
  margin: 10px 0;
  color: #2563eb;
}

/* SP対応 */
@media (max-width: 768px) {
  .voices,
  .sns-embed {
    flex-direction: column;
  }
}

/****************************************
プレスリリース
****************************************/
/* セクション背景（淡い青） */
.news {
  background: #f5f8ff;
  padding: 80px 20px;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* タイトル */
.news-title {
  max-width: 1200px;
  margin: 0 auto 40px;
  font-size: 42px;
  font-weight: 800;
  color: #111;
}

.news-title span {
  font-size: 24px;
  font-weight: 400;
  color: #555;
  margin-left: 8px;
}

/* 白いカード */
.news-card {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

/* 2カラム */
.news-columns {
  display: flex;
  gap: 60px;
  flex-wrap: nowrap;
}

.news-column {
  flex: 1;
}

/* 見出し */
.news-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* リスト */
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-item {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.news-date {
  flex: 0 0 100px;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
}

.news-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* SP対応 */
@media (max-width: 768px) {
  .news {
	  
    padding: 150px 16px;
  }

  .news-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .news-card {
    padding: 30px 20px;
  }

  .news-columns {
    flex-direction: column;
    gap: 40px;
  }

  .news-item {
    flex-direction: column;
    gap: 4px;
  }

  .news-date {
    flex: none;
  }
}

/****************************************
  共創パートナー セクション（第2版）
  - 近未来グラデ背景（明るめ）
  - スマホ横はみ出し修正
  - 他セクションに干渉なし
****************************************/

/* セクション全体 */
.co-create {
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    width: 100%;
}

/* ふんわりグラデ + ぼかし背景 */
.co-create::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 70%;
  height: 60%;
  background: radial-gradient(ellipse at center,
     rgba(96,165,250,0.5), rgba(167,139,250,0.4), transparent 70%);
  filter: blur(80px);
  z-index: -1;
}

.co-create::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 60%;
  height: 50%;
  background: radial-gradient(ellipse at center,
     rgba(167,139,250,0.4), rgba(96,165,250,0.4), transparent 70%);
  filter: blur(80px);
  z-index: -1;
}

/* コンテナ */
.co-container {
  max-width: 1080px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

/* ヘッダー */
.co-header {
  margin-bottom: 40px;
}

.co-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.25);
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
}

.co-title {
  font-size: clamp(1.8rem, 1.2rem + 2vw, 2.4rem);
  line-height: 1.2;
  margin: 12px 0;
  color: #0f172a;
}

.co-lead {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
}

/* 2カラムレイアウト */
.co-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: end;
}

@media (max-width: 880px) {
  .co-grid {
    grid-template-columns: 1fr;
  }
}

/* 左コンテンツ */
.co-content p {
  margin-bottom: 1rem;
}

/* リスト */
.co-ways {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.co-ways li {
  background: #ffffff;
  padding: 12px 14px 12px 32px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  position: relative;
}

.co-ways li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 8px;
  height: 8px;
  background: #2563eb;
  border-radius: 2px;
}

.co-ways li strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}

.co-ways li br {
  display: none;
}

/* CTAカード */
.co-cta {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(2,6,23,0.08);
}

.co-cta h3 {
  margin-top: 0;
  font-size: 1.2rem;
}

.co-cta p {
  color: #475569;
  margin-bottom: 16px;
}

/* ボタン */
.co-btn {
  display: inline-block;
  background: linear-gradient(90deg, #2563eb, #7F00FF);
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: bold;
  transition: background 0.2s ease, transform 0.1s ease;
}

.co-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

/* スマホ最適化 */
@media (max-width: 1026px) {
  .co-create {
    padding: 40px 16px;
    margin-bottom: 100px;
  }

  .co-title {
    font-size: 1.8rem;
  }

  .co-cta {
    padding: 20px;
  }

  .co-btn {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 念のための安全策（横スクロール防止） */
.co-create,
.co-container,
.co-grid,
.co-content,
.co-cta {
	
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}


/* =====================================================
   FAQ
===================================================== */
/* ラッパー：白ベース＋中央寄せ＋カード風 */
.faq-wrap{
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 48px 28px;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,.06);
}

/* セクション見出し */
.faq-heading{
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 800;
  letter-spacing: .02em;
  margin: 0 0 20px;
  position: relative;
}


/* 各項目 */
.faq-item{
  border-bottom: 1px dashed #E6E8EB;
}
.faq-item:last-child{ border-bottom: none; }

/* アコーディオンの質問ボタン */
.faq-q{
  width:100%;
  text-align:left;
  background:#fff;
  border:0;
  padding: 20px 0;
  font-weight: 700;
  font-size: clamp(16px, 2.6vw, 18px);
  color:#111;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap:1em;
  cursor:pointer;
}
.faq-q:focus{
  outline: 2px solid rgba(127,0,255,.35);
  outline-offset: 2px;
}

/* 開閉アイコン（＋ → ×） */
.faq-icon{
  flex: 0 0 20px;
  width:20px; height:20px;
  position:relative;
}
.faq-icon::before,
.faq-icon::after{
  content:"";
  position:absolute;
  inset: 9px 0 0 0;
  height:2px;
  background:#8a8f98;
  border-radius:2px;
  transform-origin:center;
  transition: transform .25s ease, opacity .25s ease;
}
.faq-icon::after{
  transform: rotate(90deg);
}
.faq-q[aria-expanded="true"] .faq-icon::after{
  transform: rotate(0deg); /* 縦線が消えてマイナスに見える */
  opacity:0;
}

/* 答え（閉じた状態は高さ0） */
.faq-a{
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .35s ease, opacity .25s ease;
  line-height:1.85;
  color:#333;
  font-size: clamp(14px, 2.4vw, 16px);
  padding-right: 2px; /* 折り返しのにじみ防止 */
  margin-bottom: 0;   /* 開いた時に付与 */
}

/* 開いたとき */
.faq-a.is-open{
  opacity:1;
  margin-bottom: 18px;
}

/* 下線アニメ（重要語だけ） */
.u-anim{
  position:relative;
  display:inline-block;
  padding-bottom:2px;
}
.u-anim::after{
  content:"";
  position:absolute;
  left:0; bottom:0;
  width:100%; height:2px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg,#00AEEF,#7F00FF);
  border-radius:2px;
  animation: drawLine .7s ease forwards;
  animation-delay: var(--d, 0s);
}
@keyframes drawLine{
  to{ transform: scaleX(1); }
}

/* ホバーで追い下線（PCのみの小ワザ） */
@media (hover:hover){
  .u-anim:hover::after{
    transition: transform .25s ease;
    transform: scaleX(1.08);
  }
}

/* スマホ調整 */
@media (max-width: 768px){
  .faq-wrap{
    padding: 36px 18px;
    border-radius: 12px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

/* =====================================================
   会社情報
===================================================== */

.closing-info {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
  animation: fadeIn 0.8s ease forwards;
  opacity: 0;
}

.closing-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  position: relative;
}



.closing-text {
  margin-bottom: 20px;
  font-size: 1rem;
}

.closing-box {
  margin-top: 20px;
  padding: 15px 20px;
  border-left: 4px solid #7F00FF;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  animation: slideUp 0.6s ease forwards;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.venue-images {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.venue-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.venue-info {
  flex: 1;
}

.closing-box h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 700;
}

.closing-link a {
  color: #0056b3;
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow-wrap: anywhere; /* ←ここで折り返し！ */
}

.closing-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #00AEEF, #7F00FF);
  transition: 0.3s;
}

.closing-link a:hover::after {
  width: 100%;
}

.note {
  font-size: 0.9rem;
  color: #666;
  margin-left: 5px;
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* スマホ調整 */
@media (max-width: 1024px) {
  .closing-info {
    padding: 30px 15px;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
  .closing-box {
    padding: 15px;
    flex-direction: column;
    align-items: center;
  }

  .venue-images {
    justify-content: center;
  }

  .venue-image {
    width: 120px;
    height: 120px;
  }
  .closing-title {
    font-size: 1.2rem;
  }
}

/****************************************
講師セクション
****************************************/

/* セクション全体 */
.instructors-section {
  position: relative;
  padding: 80px 20px;
  background: #ffffff;
  overflow: hidden;
}

/* 背景画像 */
.instructors-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.05;
}

.instructors-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ヘッダー部分 */
.instructors-header {
  max-width: 1200px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
  text-align: left;
}

/* タイトル */
.instructors-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.instructors-title .highlight {
  background: linear-gradient(90deg, #2563eb, #7F00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* 説明文エリア */
.instructors-description {
  max-width: 1200px;
  margin: 0;
  text-align: left;
}

.instructors-description p {
  font-size: 16px;
  line-height: 1.9;
  color: #334155;
  margin-bottom: 20px;
}

.intro-text {
  font-weight: 600;
  font-size: 17px;
  color: #1e293b;
}

.detail-text {
  font-size: 15px;
  color: #475569;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .instructors-section {
    padding: 60px 16px;
  }

  .instructors-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .instructors-description {
    text-align: left;
  }

  .instructors-description p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .intro-text {
    font-size: 16px;
  }

  .detail-text {
    font-size: 14px;
  }
}
