/* ----------------------------
reset
------------------------------- */
body,
h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd,
form, fieldset, legend, pre, blockquote {
  margin: 0px;
  padding: 0px;
}

ul, li {
  list-style: none;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  color: #111111;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #282828;
  -webkit-text-size-adjust: 100%;
}

a {
  word-break: break-all;
}

a,
a:link,
a:visited {
  color: #484848;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

a img {
  margin: 0;
  padding: 0;
  border-style: none;
}

/* footer */
footer {
  background-color: #000006;
  padding: 0px 0px 0;
  width: 100%;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  margin: 0px 0 0;
  padding: 10px 0;
  color: #ffffff;
}

footer a,
footer a:link,
footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover,
footer a:active {
  color: #202020;
  text-decoration: underline;
}

/**************************************************************
【配置設定】
**************************************************************/
.img_c {
  text-align: center;
  margin: 0px auto 50px;
}

.img_c2 {
  text-align: center;
  margin: 20px auto;
}

.img_c2 img {
  width: 70%;
}

/* バナー */
.banner {}

.banner img:hover {
  opacity: 0.8;
  filter: alpha(opacity=60);
}

/* 共通 */
#wrapper {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.inner2 {
  width: 900px;
  margin: 0 auto;
}

.banner_pc {
  display: block;
}

.banner_sp {
  display: none;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}



/*ここからタブレット用（600px～1200px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:600px) and (max-width:1200px) {
  body {
    font-size: 1.6rem;
    line-height: 1.7;
  }

  /* 共通 */
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .banner_pc {
    display: block;
  }

  .banner_sp {
    display: none;
  }

  .pc {
    display: inline;
  }

  .sp {
    display: none;
  }

  
}

/*ここからスマートフォン用（599px以下）環境の設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:599px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 auto 0;
    background-size: auto;
  }

  /* 共通 */
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .banner_pc {
    display: none;
  }

  .banner_sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }

  img{
    width: 100%;
  }

}

/*************************************************************
【marginの設定】
*************************************************************/
.m0 {
  margin: 0 !important
}

.mt0 {
  margin-top: 0 !important
}

.mr0 {
  margin-right: 0 !important
}

.mb0 {
  margin-bottom: 0 !important
}

.ml0 {
  margin-left: 0 !important
}

.m5 {
  margin: 5px !important
}

.mt5 {
  margin-top: 5px !important
}

.mr5 {
  margin-right: 5px !important
}

.mb5 {
  margin-bottom: 5px !important
}

.ml5 {
  margin-left: 5px !important
}

.m10 {
  margin: 10px !important
}

.mt10 {
  margin-top: 10px !important
}

.mr10 {
  margin-right: 10px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.ml10 {
  margin-left: 10px !important
}

.m15 {
  margin: 15px !important
}

.mt15 {
  margin-top: 15px !important
}

.mr15 {
  margin-right: 15px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.ml15 {
  margin-left: 15px !important
}

.m20 {
  margin: 20px !important
}

.mt20 {
  margin-top: 20px !important
}

.mr20 {
  margin-right: 20px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.ml20 {
  margin-left: 20px !important
}

.m25 {
  margin: 25px !important
}

.mt25 {
  margin-top: 25px !important
}

.mr25 {
  margin-right: 25px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.ml25 {
  margin-left: 25px !important
}

.m30 {
  margin: 30px !important
}

.mt30 {
  margin-top: 30px !important
}

.mr30 {
  margin-right: 30px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.ml30 {
  margin-left: 30px !important
}

.m35 {
  margin: 35px !important
}

.mt35 {
  margin-top: 35px !important
}

.mr35 {
  margin-right: 35px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.ml35 {
  margin-left: 35px !important
}

.m40 {
  margin: 40px !important
}

.mt40 {
  margin-top: 40px !important
}

.mr40 {
  margin-right: 40px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.ml40 {
  margin-left: 40px !important
}

.m45 {
  margin: 45px !important
}

.mt45 {
  margin-top: 45px !important
}

.mr45 {
  margin-right: 45px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.ml45 {
  margin-left: 45px !important
}

.m50 {
  margin: 50px !important
}

.mt50 {
  margin-top: 50px !important
}

.mr50 {
  margin-right: 50px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.ml50 {
  margin-left: 50px !important
}

.m55 {
  margin: 55px !important
}

.mt55 {
  margin-top: 55px !important
}

.mr55 {
  margin-right: 55px !important
}

.mb55 {
  margin-bottom: 55px !important
}

.ml55 {
  margin-left: 55px !important
}

.m60 {
  margin: 60px !important
}

.mt60 {
  margin-top: 60px !important
}

.mr60 {
  margin-right: 60px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.ml60 {
  margin-left: 60px !important
}

.m65 {
  margin: 65px !important
}

.mt65 {
  margin-top: 65px !important
}

.mr65 {
  margin-right: 65px !important
}

.mb65 {
  margin-bottom: 65px !important
}

.ml65 {
  margin-left: 65px !important
}

.m70 {
  margin: 70px !important
}

.mr70 {
  margin-right: 70px !important
}

.mb70 {
  margin-bottom: 70px !important
}

.ml70 {
  margin-left: 70px !important
}

.m75 {
  margin: 75px !important
}

.mt75 {
  margin-top: 75px !important
}

.mr75 {
  margin-right: 75px !important
}

.mb75 {
  margin-bottom: 75px !important
}

.ml75 {
  margin-left: 75px !important
}

.m80 {
  margin: 80px !important
}

.mt80 {
  margin-top: 80px !important
}

.mr80 {
  margin-right: 80px !important
}

.mb80 {
  margin-bottom: 80px !important
}

.ml80 {
  margin-left: 80px !important
}

.mlrb30 {
  margin: 10px 30px 30px !important
}

.ml90 {
  margin-left: 90px !important
}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0 {
  padding: 0 !important
}

.pt0 {
  padding-top: 0 !important
}

.pr0 {
  padding-right: 0 !important
}

.pb0 {
  padding-bottom: 0 !important
}

.pl0 {
  padding-left: 0 !important
}

.p5 {
  padding: 5px !important
}

.pt5 {
  padding-top: 5px !important
}

.pr5 {
  padding-right: 5px !important
}

.pb5 {
  padding-bottom: 5px !important
}

.pl5 {
  padding-left: 5px !important
}

.p10 {
  padding: 10px !important
}

.pt10 {
  padding-top: 10px !important
}

.pr10 {
  padding-right: 10px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.pl10 {
  padding-left: 10px !important
}

.p20 {
  padding: 20px !important
}

.pt20 {
  padding-top: 20px !important
}

.pr20 {
  padding-right: 20px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pl20 {
  padding-left: 20px !important
}

.p30 {
  padding: 30px !important
}

.p4050 {
  padding: 40px 50px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.pb80 {
  padding-bottom: 80px !important
}

/**************************************************************
【widthの設定】
**************************************************************/
.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w130 {
  width: 130px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w876 {
  width: 876px;
}

/**************************************************************
【heightの設定】
**************************************************************/
.h10 {
  height: 10px;
}

.h30 {
  height: 30px;
}

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

/**************************************************************
【配置設定】
**************************************************************/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

/**************************************************************
【文字装飾】
**************************************************************/
.red1 {
  color: #FF0000;
}

/*明るい赤 */
.red2 {
  color: #b00000;
}

/*暗い赤 */
.red1_b {
  color: #F00;
  font-weight: bold;
}

/*太字・明るい赤 */
.red2_b {
  color: #d13938;
  font-weight: bold;
}

/*太字・暗い赤 */
.blue {
  color: #00F;
}

/*青 */
.bl {
  color: #1a7ca7;
}

/*青 */
.or {
  color: #ff8a00;
}

/*オレンジ */
.or2 {
  color: #ff6c00;
}

/*オレンジ2 */
.blk {
  color: #000;
}

/*黒 */
.gr {
  color: #999;
}

/*グレー */
.grn {
  color: #50A810;
}

/*みどり */
.pk {
  color: #FE48DA;
}

/*ピンク */
.gld {
  color: #d5b876;
}

/*ゴールド */
.pp {
  color: #8A37BC;
}

/*むらさき */
.underline {
  text-decoration: underline;
}

/*アンダーライン */
strong {
  font-weight: bold;
}

/*太字 */
.bg_y {
  background-color: #F6BD15;
  padding: 0px 5px 0px;
}

.bg_k {
  background-color: #F8FF12;
  padding: 0px 5px 0px;
}

.font0_5 {
  font-size: 0.5em;
}

.font0_6 {
  font-size: 0.6em;
}

.font0_7 {
  font-size: 0.7em;
}

.font0_8 {
  font-size: 0.8em;
}

.font0_9 {
  font-size: 0.9em;
}

.font1 {
  font-size: 1em;
}

.font1_1 {
  font-size: 1.1em;
}

.font1_2 {
  font-size: 1.2em;
}

.font1_3 {
  font-size: 1.3em;
}

.font1_4 {
  font-size: 1.4em;
}

.font1_5 {
  font-size: 1.5em;
}

.font1_6 {
  font-size: 1.6em;
}

.font1_7 {
  font-size: 1.7em;
}

.font1_8 {
  font-size: 1.8em;
}

.font1_9 {
  font-size: 1.9em;
}

.font2 {
  font-size: 2em;
}

.lh160 {
  line-height: 160%;
}

.font_M {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bolder;
}

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**************************************************************
【EXPO LP】不動産投資 EXPO 2026 ランディングページ用スタイル
※各ブロックで利用しているセクションをコメントで明示
**************************************************************/

/* --- EXPO LP：共通（CTAバー・ボタン） --- */
/* page.css の .animation で使用するキーフレーム（animation-scale）を補完 */
@keyframes animation-scale {
  0% { transform: scale(1); }
  50% { transform: scale(0.98); }
  100% { transform: scale(1); }
}
/* CTAエリア：導入/お悩みセクションの上に重なる。背景グラデーション＋影はCSS、文字は画像で重ねる */
.expo-cta-wrap {
  position: relative;
  z-index: 2;
}
.expo-cta-wrap__link {
  display: block;
  position: relative;
  width: 100%;
  min-height: 72px;
  padding: 20px 24px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.expo-cta-wrap__link:hover {
  text-decoration: none;
}
/* 背景（グラデーション＋影）は別レイヤーにし、画像にアニメーションをかける */
.expo-cta-wrap__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  /* 上→下：明るい黄→オレンジ→赤みのオレンジ */
  background: linear-gradient(180deg, #FFEB3B 0%, #FFB300 35%, #FF9800 50%, #F4511E 85%, #E53935 100%);
  background: -webkit-linear-gradient(top, #FFEB3B 0%, #FFB300 35%, #FF9800 50%, #F4511E 85%, #E53935 100%);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.expo-cta-wrap__text {
  display: block;
  position: relative;
  z-index: 1;
}
.expo-cta-wrap__text img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
}
/* CTAバー：オレンジ→赤のグラデーション（CSSで再現） */
.expo-cta-bar {
  display: block;
  padding: 20px 24px;
  background: linear-gradient(90deg, #e87a2e 0%, #e85a2e 30%, #d94a2a 70%, #c93a22 100%);
  background: -webkit-linear-gradient(left, #e87a2e 0%, #e85a2e 30%, #d94a2a 70%, #c93a22 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.expo-cta-bar:hover { opacity: 0.95; text-decoration: none; color: #fff; }
/* 詳しく見るボタン：マルーン系グラデーション */
.expo-btn-detail {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #9d4a6e 0%, #8b3a62 50%, #7a2d52 100%);
  background: -webkit-linear-gradient(top, #9d4a6e 0%, #8b3a62 50%, #7a2d52 100%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
}
.expo-btn-detail:hover {
  background: linear-gradient(180deg, #a84d7a 0%, #954070 50%, #8b3a62 100%);
  background: -webkit-linear-gradient(top, #a84d7a 0%, #954070 50%, #8b3a62 100%);
  color: #fff;
  text-decoration: none;
}

/* --- EXPO LP：ヒーローセクション（.expo-mv） --- */
/* ヒーロー背景：mv.jpg（1カラム全体） */
.expo-mv {
  position: relative;
  background: #1a1a1a url(../images/mv.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
}
.expo-mv__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.expo-mv__left {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* 左側ロゴ：logo.png（テキストロゴを画像に差し替え） */
.expo-mv__logo-left {
  margin: 0 0 16px;
}
.expo-mv__logo-left img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.expo-mv__title {
  margin: 0 0 16px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
/* ヒーロー「高利回り物件」「FIRE」：ゴールド文字グラデーション */
.expo-mv__title-accent {
  font-size: 3.2rem;
  background: linear-gradient(180deg, #ecd45a 0%, #e5c84a 30%, #c9a227 70%, #b8961f 100%);
  background: -webkit-linear-gradient(top, #ecd45a 0%, #e5c84a 30%, #c9a227 70%, #b8961f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.expo-mv__lead {
  margin: 0 0 30px;
  font-size: 1.5rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
}
/* ロゴ下に配置：member.png */
.expo-mv__members img {
  height: auto;
  vertical-align: top;
}
/* --- EXPO LP：導入/お悩みセクション（.expo-intro） --- */
/* 背景画像：read_bg.jpg */
.expo-intro {
  background: #2d2d2d url(../images/read_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0px;
}
.expo-intro__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
/* 見出し画像とリストは左揃え */
.expo-intro__content {
  max-width: 90%;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
/* タイトル：read_tl.png（画像） */
.expo-intro__title {
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
}
.expo-intro__title img {
  width: 52%;
  height: auto;
  vertical-align: top;
}
/* 箇条書き：テキスト（フォントやや大・背景に1文字程度重なる幅） */
.expo-intro__list {
  font-size: 2rem;
  color: #fff;
  text-align: left;
}
.expo-intro__list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 14px;
}
/* リスト頭：文字サイズと同じ□、□と文字の間は半角程度 */
.expo-intro__list li::before {
  content: "□";
  position: absolute;
  left: 10px;
  top: -8px;
  font-size: 1.5em;
  line-height: inherit;
  color: #fff;
}

/* --- EXPO LP：成功の3ポイント（.expo-points） --- */
.expo-points {
  background: #ffffff url(../images/point_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 80px 0 0;
}
.expo-points__inner { width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 20px; text-align: center; }
/* 見出し：point_tl.png */
.expo-points__title {
  margin: 0 0 48px;
  padding: 0;
  text-align: center;
}
.expo-points__title img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.expo-points__list {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.expo-points__item {
  flex: 0 0 260px;
  max-width: 280px;
  text-align: left;
}
/* 各ポイント見出し：point_img01.jpg / point_img02.jpg / point_img03.jpg */
.expo-points__item-head {
  margin: 0 0 16px;
  padding: 0;
  text-align: center;
}
.expo-points__item-head img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.expo-points__circle {
  width: 200px;
  height: 200px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
}
.expo-points__circle img { width: 100%; height: 100%; object-fit: cover; }
.expo-points__indicators {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.expo-points__row {
  display: flex;
  gap: 2px;
}
.expo-points__row span {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  background: transparent;
}
.expo-points__row--filled span:nth-child(-n+4) {
  background: #1a1a1a;
  border-color: #1a1a1a;
}

/* --- EXPO LP：参加特典（画像1枚・中央配置） --- */
.expo-present-img {
  padding: 60px 0 80px;
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
}
.expo-present-img__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.expo-present-img__img {
  margin: 0 auto;
}
.expo-present-img__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* --- EXPO LP：ゲスト出演スケジュール（.expo-schedule） --- */
.expo-schedule {
  background: #2d2d2d url(../images/schedule_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
}
.expo-schedule__inner { width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.expo-schedule__title {
  margin: 0 0 40px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.expo-schedule__list { margin: 0 0 40px; padding: 0; list-style: none; }
.expo-schedule__card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  list-style: none;
}
.expo-schedule__thumb {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #e0e0e0;
}
.expo-schedule__thumb img { width: 100%; height: 100%; object-fit: cover; }
.expo-schedule__body { flex: 1; min-width: 0; }
.expo-schedule__name { margin: 0 0 8px; font-size: 1.8rem; font-weight: bold; color: #282828; }
.expo-schedule__career { margin: 0 0 8px; font-size: 1.4rem; color: #666; }
.expo-schedule__desc { margin: 0 0 12px; font-size: 1.5rem; color: #282828; }

/* --- EXPO LP：CTAセクション（背景 bnr_bg.jpg / ボタン cta02.png） --- */
.expo-cta-section {
  background: url(../images/bnr_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}
.expo-cta-section__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.expo-cta-section__top {
  margin: 0 0 20px;
}
.expo-cta-section__top img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.expo-cta-section__btn {
  display: inline-block;
  transition: opacity 0.2s;
}
.expo-cta-section__btn:hover {
  opacity: 0.9;
}
.expo-cta-section__btn img {
  max-width: 80%;
  height: auto;
  vertical-align: top;
}

/* --- EXPO LP：ゲスト講演スケジュール（.guest） --- */
.guest {
  background: #ffffff url(../images/guest_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 60px 0 80px;
}
.guest__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.guest__heading {
  text-align: center;
  margin: 0 0 8px;
}
.guest__title {
  margin: 0 0 4px;
  padding: 0;
}
.guest__title img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.guest__subtitle {
  margin: 0 0 32px;
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 0.05em;
}
.guest__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guest-card {
  display: flex;
  align-items: stretch;
  min-height: 140px;
  background: transparent;
  border: 5px solid #444;
  border-top: none;
  margin:20px 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  list-style: none;
}
.guest-card{
  border-top: 5px solid #444;
}
.guest-card__image {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: transparent;
  border-right: 5px solid #444;
  overflow: hidden;
}
.guest-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.guest-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #282828;
}
.guest-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 12px;
  margin: 0 0 10px;
  border-bottom: 5px solid #444;
  font-size: 2rem;
  color: #333;
}
.guest-card__lecture {
  font-weight: bold;
  background:#444;
  color:#fff;
  padding:10px 20px;
}
.guest-card__time {
}
.guest-card__heading {
  margin: 0 0 8px;
  padding: 0px 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #282828;
}
.guest-card__text {
  margin: 0 0 8px;
  padding: 0px 20px;
  font-size: 1.5rem;
  color: #555;
  line-height: 1.5;
}
.guest-card__speaker {
  margin: 0 0 auto;
  padding: 0px 20px;
  font-size: 1.5rem;
  color: #333;
}
.guest-card__button {
  margin-bottom: 20px;
  text-align: center;
}
.guest-card__btn {
  display: inline-block;
  width: 350px;
  padding: 12px 16px;
  border: none;
  border-radius: 0;
  background: linear-gradient(180deg, #9d4a6e 0%, #8b3a62 50%, #7a2d52 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.2s;
  text-align: center;
  box-sizing: border-box;
}
.guest-card__btn:hover {
  opacity: 0.9;
}
/* まとめカード（画像なし） */
.guest-card--summary .guest-card__body--full {
  flex: 1;
}
.guest-card--summary .guest-card__meta {
  margin-bottom: 10px;
}
.guest-card--summary .guest-card__heading {
  margin-bottom: 0;
}
.guest-card--summary .guest-card__button {
  margin-top: 12px;
}

/* Coming soonカード（第1・第3講座）：タイトルのみ表示・左寄せ・ボタンのみ中央 */
.guest-card--coming-soon .guest-card__text,
.guest-card--coming-soon .guest-card__speaker {
  display: none;
}
.guest-card--coming-soon .guest-card__heading {
  margin-bottom: 0;
}
.guest-card--coming-soon .guest-card__button {
  text-align: center;
}

/* ゲスト講演モーダル */
.guest-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
.guest-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.guest-modal[hidden] {
  display: none !important;
}
.guest-modal.is-open[hidden] {
  display: flex !important;
}
.guest-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.guest-modal__content {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.guest-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: #eee;
  color: #333;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  z-index: 2;
}
.guest-modal__close:hover {
  background: #ddd;
}
.guest-modal__inner {
  padding: 24px 24px 32px;
}
.guest-modal__image {
  margin: 0 0 16px;
  text-align: center;
}
.guest-modal__image img {
  max-width: 200px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  vertical-align: top;
}
.guest-modal__name {
  margin: 0 0 12px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #282828;
}
.guest-modal__profile {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #555;
}
.guest-modal__profile p {
  margin: 0 0 1em;
}
.guest-modal__profile p:last-child {
  margin-bottom: 0;
}

/* Coming soonモーダル（第1・第3講座）：講師名と画像のみ表示・プロフィール文は非表示 */
.guest-modal--coming-soon .guest-modal__profile {
  display: none;
}

/* 第5講座モーダル：講師2名を上下に配置 */
.guest-modal--dual .guest-modal__speaker {
  margin-bottom: 32px;
}
.guest-modal--dual .guest-modal__speaker:last-child {
  margin-bottom: 0;
}
.guest-modal--dual .guest-modal__speaker .guest-modal__image {
  margin-bottom: 16px;
}
.guest-modal--dual .guest-modal__speaker .guest-modal__name {
  margin-bottom: 12px;
}

/* --- EXPO LP：参加者の声（.voice） --- */
.voice {
  background: #ffffff url(../images/voice_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 80px 0;
}
.voice__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.voice__heading {
  text-align: center;
  margin: 0 0 56px;
}
.voice__heading-main {
  margin: 0;
  padding: 0;
}
.voice__heading-main img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.voice__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ボイスカード */
.voice-card {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 200px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  overflow: visible;
}
.voice-card__left {
  flex: 0 1 50%;
  padding: 28px;
  background: #3d4043;
  border-radius: 24px 0 0 24px;
  color: #fff;
}
.voice-card__header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}
.voice-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  font-size:3rem;
  border-radius: 50%;
}
.voice-card__label--situation {
  background: #fff;
  color: #3d4043;
  border: 1px solid rgba(61, 64, 67, 0.3);
}
.voice-card__label--solution {
  background: #3d4043;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.voice-card__header .voice-card__title {
  margin: 10px;
  flex: 1;
  min-width: 0;
}
.voice-card__title {
  margin: 0 0 12px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.voice-card__left .voice-card__title { color: #fff; }
.voice-card__right .voice-card__title { color: #282828; }
.voice-card__desc {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}
.voice-card__left .voice-card__desc { color: rgba(255, 255, 255, 0.95); }
.voice-card__right .voice-card__desc { color: #555;padding-right: 70px;}
.voice-card__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 48px;
  height: 48px;
}
.voice-card__arrow img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.voice-card__right {
  flex: 0 1 50%;
  padding: 28px;
  background: #fff;
  border-radius: 0 24px 24px 0;
  color: #282828;
}
.voice-card__person {
  position: absolute;
  right: -20px;
  bottom: 0;
  top: auto;
  z-index: 3;
  width: 140px;
  height: 140px;
}
.voice-card__person img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: top;
}

/* --- EXPO LP：参加者の声（.expo-voice） --- */
.expo-voice {
  background: #fff url(../images/voice_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.expo-voice__inner { width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.expo-voice__title {
  margin: 0 0 40px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #282828;
  text-align: center;
}
.expo-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.expo-voice__card {
  padding: 24px;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 12px;
  list-style: none;
}
.expo-voice__header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.expo-voice__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #ddd;
}
/* 星評価：ゴールドグラデーション（疑似要素でグラデーション風の色） */
.expo-voice__stars {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, #ecd45a 0%, #c9a227 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.expo-voice__text { margin: 0 0 8px; font-size: 1.4rem; color: #282828; line-height: 1.6; }
.expo-voice__arrow { color: #8b3a62; font-size: 1.6rem; margin: 4px 0; }
.expo-voice__tag { margin: 0; font-size: 1.4rem; font-weight: bold; color: #8b3a62; }

/* --- EXPO LP：開催概要（.expo-overview） --- */
.expo-overview {
  background: #0d0d0d url(../images/timetable_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 80px 0;
}
.expo-overview__inner { width: 100%; max-width: 700px; margin: 0 auto; padding: 0 20px; }
.expo-overview__title {
  margin: 0 0 32px;
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.expo-overview__list {
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0;
  font-size: 2rem;
  list-style: none;
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
/* 開催概要項目：項目名と内容の行＋点線（左右つながる1本線） */
.expo-overview__list dt {
  margin: 0;
  padding: 12px 24px 12px 0;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
.expo-overview__list dd {
  margin: 0;
  padding: 12px 0;
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
/* 開催概要内CTA（cta02.png・他CTAと同様リンク・animation） */
.expo-overview__cta {
  text-align: center;
  margin: 0 0 40px;
}
.expo-overview__cta-btn {
  display: inline-block;
  transition: opacity 0.2s;
}
.expo-overview__cta-btn:hover {
  opacity: 0.9;
}
.expo-overview__cta-btn img {
  max-width: 80%;
  height: auto;
  vertical-align: top;
}
/* オンライン参加による注意事項 */
.expo-overview__notes-title {
  margin: 0 0 20px;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.expo-overview__notes {
  margin: 0 auto 0 0;
  margin-left: -8rem;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  text-align: left;
  max-width: 100%;
}
.expo-overview__notes li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
  white-space: nowrap;
}
.expo-overview__notes li::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 1em;
  vertical-align: middle;
}
/* 開催概要内リンク（主催URL等） */
.expo-overview a,
.expo-overview a:link,
.expo-overview a:visited {
  color: #e5c84a;
  text-decoration: underline;
}
.expo-overview a:hover,
.expo-overview a:active {
  color: #f0d86d;
  text-decoration: none;
}

/* --- EXPO LP：フッターCTA（.expo-footer） --- */
.expo-footer {
  background: #1a1a1a;
  padding: 48px 0 32px;
}
.expo-footer__inner { width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 20px; text-align: center; }
/* フッターボタン：マルーン系グラデーション */
.expo-footer__btn {
  display: block;
  max-width: 400px;
  margin: 0 auto 16px;
  padding: 18px 24px;
  background: linear-gradient(180deg, #9d4a6e 0%, #8b3a62 50%, #7a2d52 100%);
  background: -webkit-linear-gradient(top, #9d4a6e 0%, #8b3a62 50%, #7a2d52 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}
.expo-footer__btn:hover {
  background: linear-gradient(180deg, #a84d7a 0%, #954070 50%, #8b3a62 100%);
  background: -webkit-linear-gradient(top, #a84d7a 0%, #954070 50%, #8b3a62 100%);
  color: #fff;
  text-decoration: none;
}
.expo-footer__btn::after { content: " →"; margin-left: 4px; }

/* ========== EXPO LP：タブレット版（600px～1200px） ========== */
@media (min-width:600px) and (max-width:1200px) {
  .expo-mv { min-height: auto; overflow-x: hidden; }
  .expo-mv__inner { padding: 40px 20px 0px; max-width: 100%; box-sizing: border-box; }
  .expo-mv__left { width: 100%; }
  .expo-mv__title img { max-width: 100%; height: auto; }
  .expo-mv__members img { max-width: 100%; height: auto; }
  .expo-cta-wrap__text img { max-width: 80%; height: auto; }
  .expo-intro__inner { width: 92%;padding: 0 20px; }
  .expo-cta-wrap__link {}
  .expo-intro__content { max-width: 100%; }
  .expo-points__inner {width: 92%;max-width: 768px;}
  .expo-present-img__inner{width: 92%;max-width: 768px;}
  .expo-points__list { gap: 20px; }
  .expo-points__item { flex: 0 0 220px; }
  .expo-points__circle { width: 180px; height: 180px; }
  .expo-present-img { margin-top: 40px; padding: 40px 0 60px; }
  .expo-schedule__card { padding: 20px; }
  .expo-schedule__thumb { width: 80px; height: 80px; }
  .expo-cta-section { padding: 48px 0; }
  .guest { padding: 48px 0 60px; }
  .guest__inner { max-width: 92%; }
  .guest-card { min-height: 120px; }
  .guest-card__image { flex: 0 0 160px; padding: 5px; }
  .guest-card__body { padding: 0px; }
  .guest-card__meta { font-size: 1.4rem; }
  .guest-card__heading { font-size: 1.7rem; }
  .guest-card__text { font-size: 1.4rem; }
  .guest-card__speaker { font-size: 1.4rem; }
  .voice { padding: 60px 0; }
  .voice__heading { margin-bottom: 40px; }
  .voice__list { gap: 32px; }
  .voice-card { min-height: 180px; }
  .voice-card__left { padding: 24px; }
  .voice-card__right { padding: 24px; padding-right: 52px; }
  .voice-card__arrow { width: 40px; height: 40px;left: 48% }
  .voice-card__person { width: 120px; height: 120px; right: -12px; }
  .expo-voice__list { gap: 20px; }
  .expo-overview__list { grid-template-columns: 120px 1fr; }
  .expo-cta-section__btn img { max-width: 80%; }
  .voice__inner {width: 92%;max-width: 760px;}
  .voice-card__right .voice-card__desc {padding-right: 30px;}
  .expo-overview__inner {width: 92%;}
  .expo-overview__list dt {padding: 12px 0px 12px 0;}
  .expo-overview__notes {margin-left: 0;}
  .expo-overview__notes li {white-space: normal;}
  .expo-cta-section__inner {width: 92%;max-width: 700px;}
}

/* ========== EXPO LP：スマホ版（599px以下） ========== */
@media only screen and (max-width:599px) {
  .expo-mv__inner { padding: 24px 0px 0px;}
  .expo-mv__left { width: 100%; }
  .expo-mv__title { font-size: 1.8rem; }
  .expo-mv__title-accent { font-size: 2.4rem; }
  .expo-mv__lead { font-size: 1.3rem; margin-bottom: 20px; }
  .expo-mv { min-height: auto; }
  .expo-cta-bar { font-size: 1.5rem; padding: 18px 20px; }
  /* CTAボタン：スマホは100% */
  .expo-cta-wrap__text img { max-width: 100%; }
  .expo-cta-section__btn img { max-width: 100%; }
  .expo-intro {padding: 48px 0;background: #2d2d2d url(../images/read_sp_bg.jpg) no-repeat center bottom;background-size: cover;}
  .expo-intro__title img {width: 100%;}
  .expo-intro__inner { width:92%;padding: 0 15px; }
  .expo-intro__content { max-width: 100%; }
  .expo-intro__title { margin-bottom: 24px; }
  .expo-intro__list {font-size: 1.5rem;}
  /* お悩みリスト：スマホでは改行なし（2箇所） */
  .expo-intro__list .expo-intro__br-pc { display: none; }
  .expo-points { padding: 48px 0 0;}
  .expo-points__inner {width: 92%;padding:0px;}
  .expo-points__title { margin-bottom: 32px; }
  .expo-points__list { flex-direction: column; align-items: center; gap: 32px; }
  .expo-points__item { flex: none; max-width: 100%; }
  .expo-points__circle { width: 160px; height: 160px; }
  .expo-present-img { padding: 40px 0 60px;}
  .expo-present-img__inner {width: 92%;padding:0px;}
  .expo-schedule { padding: 48px 0;}
  .expo-schedule__title { margin-bottom: 28px; font-size: 1.8rem; }
  .expo-schedule__list { margin-bottom: 32px; }
  .expo-schedule__card { flex-direction: column; align-items: center; text-align: center; padding: 20px; }
  .expo-schedule__thumb { width: 80px; height: 80px; }
  .expo-schedule__body { width: 100%; }
  .expo-cta-section { padding: 40px 0; }
  .expo-cta-section__inner {width: 92%;padding:0px;}
  /* ゲスト講演スケジュール：スマホ縦積み */
  .guest { padding: 40px 0 56px;}
  .guest__inner { padding: 0 15px; width: 92%; }
  .guest__heading { margin-bottom: 24px; }
  .guest__title img { max-width: 85%; }
  .guest-card {
    flex-direction: column;
    min-height: 0;
    border-top: 5px solid #444;
    background:#ffffff;
  }
  .guest-card__image {
    flex: none;
    width: 50%;
    height: auto;
    padding: 5px;
    border-right: 0px;
    margin:0 auto;
  }
  .guest-card__body { padding: 5px 16px 20px; }
  .guest-card__meta { margin-bottom: 8px; padding-bottom: 8px; font-size: 1.4rem; }
  .guest-card__heading { font-size: 1.6rem; margin-bottom: 8px;padding:0px;}
  .guest-card__text { font-size: 1.4rem; margin-bottom: 8px;padding:0px;}
  .guest-card__speaker { font-size: 1.4rem; margin-bottom: 0;padding:0px;}
  .guest-card__button { margin-top: 12px; text-align: center; }
  .guest-card__btn { 
    width: 250px;
    padding: 10px 12px;
    font-size: 1.5rem; }
  .guest-card--summary .guest-card__body--full { padding: 5px 16px; }
  .guest-modal__content { max-height: 85vh; margin: 10px; }
  .guest-modal__inner { padding: 20px 20px 28px; }
  .guest-modal__image img { max-width: 160px; }
  .guest-modal__name { font-size: 1.6rem; }
  .guest-modal__profile { font-size: 1.3rem; }
  /* 参加者の声 .voice：スマホ縦構成 */
  .voice { padding: 48px 0;}
  .voice__inner { padding: 0 15px;width: 92%;}
  .voice__heading { margin-bottom: 36px; }
  .voice__list { gap: 28px; }
  .voice-card {
    flex-direction: column;
    min-height: 0;
    align-items: stretch;
  }
  .voice-card__left {
    flex: none;
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
  .voice-card__arrow {
    display: none;
  }
  .voice-card__right {
    flex: none;
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
  .voice-card__person {
    position: absolute;
    right: 10px;
    bottom: 0px;
    top: auto;
    transform: none;
    width: 80px;
    height: 80px;
  }
  .voice-card__header { gap: 10px; margin-bottom: 10px; }
  .voice-card__header .voice-card__label { width: 60px; height: 60px; font-size: 1.2rem; }
  .voice-card__title { font-size: 1.6rem; }
  .voice-card__desc { font-size: 1.3rem; }
  .expo-voice { padding: 48px 0; }
  .expo-voice__title { margin-bottom: 28px; font-size: 1.8rem; }
  .expo-voice__list { grid-template-columns: 1fr; gap: 20px; }
  .expo-voice__card { padding: 20px; }
  .expo-overview { padding: 48px 0;background-size: 100%;}
  .expo-overview__inner {width: 92%;padding:0px;}
  .expo-overview__title { margin-bottom: 24px; font-size: 3.5rem;}
  /* スマホでも表レイアウト（2列）を維持 */
  .expo-overview__list {
    grid-template-columns: 110px 1fr;
    gap: 0;
    margin-bottom: 32px;
    font-size: 1.5rem;
  }
  .expo-overview__list dt {
    padding: 10px 12px 10px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  }
  .expo-overview__list dt:first-of-type { border-top: none; }
  .expo-overview__list dd {
    padding: 10px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  }
  /* 開催日時：スマホのみ時間の前で改行 */
  .expo-overview__time {
    display: block;
  }
  .expo-overview__cta { margin-bottom: 32px; }
  .expo-overview__cta-btn img { max-width: 100%; }
  .expo-overview__notes-title { margin-bottom: 16px; font-size: 2rem; }
  .expo-overview__notes { font-size: 1.4rem;margin-left: 0;}
  .expo-overview__notes li {white-space: break-spaces;}
  .expo-footer { padding: 40px 0 24px; }
  .expo-footer__btn { max-width: 100%; padding: 16px 20px; font-size: 1.5rem; }
}
