/* page-mtg_follow — キービジュアル（DESIGN.md: Primary #104a13, コンテナ max 1366px） */
#mtg_follow_key.mtg_follow_keyvisual {
  background: linear-gradient(
    145deg,
    #ecf4ed 0%,
    #f9fafb 42%,
    #ddeee0 100%
  );
  background-size: cover;
  height: auto;
  min-height: 380px;
  margin-bottom: 35px;
  padding: clamp(24px, 4vw, 48px) clamp(16px, 3vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#mtg_follow_key .mtg_follow_keyvisual_inner.keyvisual_inner {
  max-width: 1366px;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 48px);
  flex-wrap: wrap;
}

#mtg_follow_key .mtg_follow_kv_book {
  flex: 0 1 auto;
  max-width: min(340px, 88vw);
  filter: drop-shadow(8px 12px 24px rgba(16, 74, 19, 0.12));
}

#mtg_follow_key .mtg_follow_kv_book img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 2px;
}

#mtg_follow_key .mtg_follow_kv_copy {
  flex: 1 1 280px;
  min-width: 0;
  max-width: 640px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(12px, 2vw, 20px);
}

#mtg_follow_key .sub_copy {
  align-self: flex-start;
  text-align: left;
  position: static;
  transform: none;
  left: auto;
  top: auto;
  margin: 0;
  padding: 10px 18px;
  font-size: clamp(1.4rem, 0.6vw + 1.1rem, 1.75rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #111827;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  max-width: 100%;
}

#mtg_follow_key .mtg_follow_kv_title {
  position: static;
  transform: none;
  left: auto;
  top: auto;
  margin: 0;
  padding: 0;
  border: none;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(0.957em, 0.891em + 1.848vw, 3.069em);
  font-family: "Baumans", system-ui;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.03em;
  font-weight: bold;

  color: #104a13;
  text-shadow: none;
  font-feature-settings: "palt" 1, "kern" 1;
}

/* 2行目：改行・強調色。文字数差をフォントサイズで補い、1行目と視覚的な行幅が近づくようにする */
#mtg_follow_key .mtg_follow_kv_title .linetwo {
  font-size: clamp(1.45em, 1.35em + 2.8vw, 4.65em);
  color: #b71840;
  letter-spacing: 0.15em;
}
.mtg_follow_kv_copy_text{
  font-size: clamp(1.125em, 0.585em + 1.62vw, 1.485em);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #104a13;
  text-shadow: none;
  font-feature-settings: "palt" 1, "kern" 1;
}

#mtg_follow_key .mtg_follow_kv_figure {
  width: 100%;
  max-width: 420px;
  margin-top: 4px;
}

#mtg_follow_key .mtg_follow_kv_figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

@media screen and (max-width: 768px) {
  #mtg_follow_key.mtg_follow_keyvisual {
    min-height: 0;
    padding: 28px 16px 32px;
  }

  #mtg_follow_key .mtg_follow_keyvisual_inner.keyvisual_inner {
    flex-direction: column;
    gap: 24px;
  }

  #mtg_follow_key .mtg_follow_kv_book {
    max-width: 165px;
  }

  #mtg_follow_key .mtg_follow_kv_copy {
    max-width: 100%;
    flex: 1 1 170px;
  }
  #mtg_follow_key .mtg_follow_kv_title {
    align-self: center;
    text-align: center;
    line-height: 1.5;
  }
  
  /* 2行目：改行・強調色。文字数差をフォントサイズで補い、1行目と視覚的な行幅が近づくようにする */
  #mtg_follow_key .mtg_follow_kv_title .linetwo {
    letter-spacing: 0.25em;
  }
}


/*
 * ファシリテーター認定講座 マスターコース 専用スタイル
 * 対談誘導セクション
 */

/* 対談ページ インタビュー画像 */
.interview-image-center {
  text-align: center;
  margin: 2em 0;
}

.interview-image-center-flex {
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2em 0;
}
@media (max-width: 600px) {
  .interview-image-center-flex {
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
  }
}

.interview-image-center-flex figure {
  flex: 1;
  min-width: 200px;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 600px) {
  .interview-image-center-flex figure {
    width: 95%;
    max-width: 95%;
    min-width: unset;
  }
}

.interview-image-center-flex figure figcaption {
  font-size: 1.15em;
  font-weight: bold;
  color: #104a13;
  margin-top: 0.75em;
  line-height: 1.4;
}

/* インタビューセクション：画像を右に配置し、テキストを左に */
.interview-section-with-image {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5em;
}

.interview-section-with-image .fcc_interview {
  flex: 1;
  min-width: 0;
  order: 1;
}

.interview-section-with-image .interview-image-right {
  flex: 0 0 320px;
  margin: 0;
  max-width: 320px;
  order: 2;
}

.interview-image-right img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 対談誘導セクション */
.f_master_interview_cta {
  max-width: 1366px;
  margin: 0 auto;
}

.f_master_interview_cta_link {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 2px solid #104a13;
  overflow: visible;
  background: linear-gradient(135deg, #104a13 0%, #1a6b20 40%, #2d8a3a 100%);
  transition: all 0.3s ease;
}

.f_master_interview_cta_link:hover {
  box-shadow: 0 16px 32px rgba(16, 74, 19, 0.4);
  border-color: #1a6b20;
  transform: translateY(-5px);
}

.f_master_interview_cta_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 40px 100px;
  position: relative;
}

.f_master_interview_cta_title_wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 20px 32px;
}

.f_master_interview_cta_title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #104a13;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.f_master_interview_cta_speakers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  width: 100%;
  max-width: 1100px;
}

.f_master_interview_cta_speaker {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  max-width: 315px;
  position: relative;
}

.f_master_interview_cta_speaker_left {
  flex-direction: row;
}

.f_master_interview_cta_speaker_left .f_master_interview_cta_speaker_info {
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  margin-bottom: 0;
  text-align: right;
  width: max-content;
  z-index: 2;
}

.f_master_interview_cta_speaker_left .f_master_interview_cta_speaker_img {
  order: 2;
}

.f_master_interview_cta_speaker_right {
  flex-direction: row;
}

.f_master_interview_cta_speaker_right .f_master_interview_cta_speaker_info {
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  margin-bottom: 0;
  text-align: left;
  width: max-content;
  z-index: 2;
}

.f_master_interview_cta_speaker_right .f_master_interview_cta_speaker_img {
  order: 1;
}

.f_master_interview_cta_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  min-width: 140px;
}

.f_master_interview_cta_x {
  display: block;
  font-size: 3.5rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.f_master_interview_cta_link:hover .f_master_interview_cta_x {
  transform: scale(1.2);
}

.f_master_interview_cta_summary {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  max-width: 900px;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.f_master_interview_cta_summary p {
  font-size: 2.2rem;
  font-weight: bold;
  color: #104a13;
  line-height: 1.5;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: inline-block;
  transition: all 0.3s ease;
}

.f_master_interview_cta_link:hover .f_master_interview_cta_summary p {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.f_master_interview_cta_summary p:last-child {
  margin-bottom: 0;
}

.f_master_interview_cta_speaker_img {
  width: 315px;
  height: 315px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.f_master_interview_cta_speaker_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.f_master_interview_cta_link:hover .f_master_interview_cta_speaker_img img {
  transform: scale(1.08);
  opacity: 1 !important;
}

.f_master_interview_cta_speaker_info {
  max-width: 240px;
  min-width: 0;
  flex-shrink: 0;
}

.f_master_interview_cta_speaker_title {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.f_master_interview_cta_speaker_name {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.f_master_interview_cta_btn_wrap {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.f_master_interview_cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px;
  background: #fff;
  color: #104a13;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.f_master_interview_cta_btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #104a13;
  border-right: 2px solid #104a13;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
}

.f_master_interview_cta_link:hover .f_master_interview_cta_btn {
  background: #104a13;
  color: #fff;
  transform: translateX(4px);
}

.f_master_interview_cta_link:hover .f_master_interview_cta_btn::after {
  border-color: #fff;
}

/* インタビュー画像のレスポンシブ */
@media screen and (max-width: 768px) {
  .interview-section-with-image {
    flex-direction: column;
  }

  .interview-section-with-image .interview-image-right {
    flex: 0 0 auto;
    max-width: 100%;
    order: -1;
    margin-bottom: 1.5em;
  }
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .f_master_interview_cta_inner {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .f_master_interview_cta_title_wrap {
    position: static;
    padding: 16px 20px;
    margin-bottom: 24px;
    order: 1;
  }

  .f_master_interview_cta_title {
    font-size: 2rem;
  }

  .f_master_interview_cta_speakers {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
    width: 100%;
    order: 2;
  }

  .f_master_interview_cta_summary {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 24px;
    gap: 8px;
    order: 3;
  }

  .f_master_interview_cta_summary p {
    font-size: 1.3rem;
    padding: 10px 20px;
  }

  .f_master_interview_cta_btn_wrap {
    position: static;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    order: 4;
  }

  .f_master_interview_cta_btn {
    padding: 14px 28px;
    font-size: 1.5rem;
  }

  .f_master_interview_cta_speaker {
    flex-direction: column;
    max-width: 45%;
  }

  .f_master_interview_cta_speaker_left .f_master_interview_cta_speaker_img,
  .f_master_interview_cta_speaker_right .f_master_interview_cta_speaker_img {
    order: 1;
    width: 35vw;
    height: 35vw;
    max-width: 140px;
    max-height: 140px;
  }

  .f_master_interview_cta_speaker_left .f_master_interview_cta_speaker_info,
  .f_master_interview_cta_speaker_right .f_master_interview_cta_speaker_info {
    position: static;
    transform: none;
    order: 2;
    margin: 12px 0 0;
    text-align: center;
    width: auto;
  }

  .f_master_interview_cta_center {
    min-width: auto;
    padding-top: 15vw;
  }

  @media (min-width: 400px) {
    .f_master_interview_cta_center {
      padding-top: 60px;
    }
  }

  .f_master_interview_cta_x {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .f_master_interview_cta_speaker_title {
    font-size: 1.2rem;
  }

  .f_master_interview_cta_speaker_name {
    font-size: 1.5rem;
  }

  .f_master_interview_cta_speaker_info {
    max-width: 100%;
  }
}
