/* ===== Reset & Base ===== */
*
{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body
{
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  color: rgb(15, 23, 42);
  line-height: 1.7;
  background: #ffffff;
}

a
{
  text-decoration: none;
  color: inherit;
}

ul,
li
{
  list-style: none;
}

.wrap
{
  font-size: 100%;
}

/* ===== Common ===== */
.section
{
  padding: 80px 24px;
}

.section.plus
{
  padding: 100px 24px 80px
}

.section-light
{
  background: #f8fafc;
}

.section-title
{
  line-height: 1;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
}

.section-title::after
{
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  background: #4caf50;
  margin: 16px auto 0;
  border-radius: 2px;
}

.section-dark .section-title::after
{
  background-color: rgb(250, 204, 21);
}

.section-title-light
{
  color: #ffffff;
}

.section-sub
{
  text-align: center;
  color: rgb(167, 243, 208);
  margin-bottom: 48px;
  font-size: 17px;
  margin-top: 20px;
}

.badge
{
  display: inline-block;
  background-color: rgb(209, 250, 229);
  color: rgb(6, 78, 59);
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.badge img
{
  width: 18px;
  margin-right: 0.5em;
}

.pill
{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
}

.pill-green
{
  background: #e8f8ec;
  color: rgb(65, 179, 20);
}

.pill-form
{
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 15em;
  text-align: center;
  margin: auto;
  background-color: rgb(65, 179, 20);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0;
  border-radius: 999px;
}

.pill-yellow
{
  background: #fdf3c7;
  color: #92660a;
}

.pill-center
{
  display: block;
  width: fit-content;
  margin: 0 auto 16px;
}

.btn
{
  display: inline-block;
  border: none;
  cursor: pointer;
  font-weight: 700;
  border-radius: 15px;
  text-align: center;
}

.btn-primary
{
  background-image: linear-gradient(to right, rgb(65, 179, 20), rgb(5, 150, 105));
  color: #ffffff;
}

.btn-primary:hover
{
  filter: brightness(1.05);
}

.btn-block
{
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 18px;
  font-size: 16.5px;
  margin-top: 24px;
}

.btn-block img
{
  width: 20px;
  margin-right: 10px;
}

/* ===== Hero ===== */
.hero
{
  background: #f5fbf6;
  background-image: radial-gradient(#c7e8d2 1px, transparent 1px);
  background-size: 18px 18px;
  padding: 64px 24px 0;
}

.hero-inner
{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
}

.hero-main h1
{
  font-size: 48px;
  font-weight: 800;
  color: #0f2e26;
  line-height: 1.2;
  margin-bottom: 15px;
}

.highlight
{
  color: rgb(65, 179, 20);
}

.lead
{
  font-size: 38.4px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1;
}

.hero-main .btn-large
{
  width: 416px;
  height: 88px;
  font-size: 48px;
  line-height: 88px;
  transform: rotateZ(-1deg);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}

.hero-text
{
  margin-top: 24px;
  max-width: 560px;
  font-size: 19px;
}

.hero-card
{
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 12px 30px rgba(15, 46, 38, 0.08);
}

.hero-card h2
{
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(226, 232, 240);
}

.hero-main .promiss
{
  border: 2px solid rgb(65, 179, 20);
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-top: 16px;
}

.hero-main .promiss h2
{
  display: flex;
  font-size: 14.5px;
  color: rgb(30, 82, 10);
  font-weight: 700;
  border-bottom: 1px solid rgb(241, 245, 249);
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.hero-main .promiss h2 img
{
  width: 15PX;
  margin-right: 7px;
}

.hero-main .promiss ul
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.hero-main .promiss ul li
{
  display: block;
  background-color: rgb(236, 253, 245);
  width: 32%;
  text-align: center;
  padding: 10px 0 5px;
  border-radius: 10px;
  border: 1px solid rgb(209, 250, 229);
}

.hero-main .promiss ul li.last
{
  background-color: rgb(254, 252, 232);
  border: 1px solid rgb(250, 204, 21);
}

.hero-main .promiss ul li h3
{
  font-size: 11.2px;
  font-weight: 500;
  color: #475569;
  line-height: 1;
}

.hero-main .promiss ul li span
{
  font-weight: 700;
  color: rgb(30, 82, 10);
  line-height: 1;
}

.hero-main .promiss ul li.last span
{
  color: rgb(220, 38, 38);
  font-size: 14.5px;
}

.hero-main .promiss p
{
  font-size: 13.6px;
  color: #64748b;
  line-height: 1.4;
}

.info-list li
{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f1;
}

.info-list li:last-child
{
  border-bottom: none;
}

.info-list .icon img
{
  width: 32px;
  height: 32px;
  margin-top: 3px;
}

.info-label
{
  display: block;
  font-size: 12.8px;
  color: #94a3b8;
}

.info-value
{
  display: block;
  font-weight: 700;
  font-size: 17px;
  color: rgb(30, 41, 59);

}

.hero-card-quote
{
  background: #f0faf2;
  border: 2px solid rgba(65, 179, 20, 0.2);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 16px;
  margin-top: 10px;
  font-size: 15.5px;
  font-weight: 600;
  color: rgb(30, 82, 10);
}

.fuukei
{
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hero-cta
{
  max-width: 1100px;
  margin: 48px auto 0;
  text-align: center;
  padding-bottom: 64px;
}

.hero-cta .btn-large
{
  width: 611px;
  height: 69px;
  line-height: 69px;
  font-size: 22.4px;
  background: #4caf50;
  box-shadow: 0 8px 20px rgba(46, 125, 50, 0.25);
}

.hero-cta .btn-large:hover
{
  background: #2e7d32;
  transition-duration: 0.8s;
}

@media screen and (max-width: 1100px)
{}

/* ===== 経営の悩み ===== */
.problem-list
{
  max-width: 800px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.problem-card
{
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px 24px;
  font-size: 17px;
  font-weight: 600;
}

.problem-icon
{
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fde8e8;
  color: #e53e3e;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Message banner ===== */
.message-banner
{
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 48px 32px;
  border-radius: 16px;
  background-image: linear-gradient(to right, rgb(5, 150, 105), rgb(65, 179, 20));
  color: #ffffff;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 2;
}

.underline-text
{
  text-decoration: underline;
  font-weight: 700;
  color: rgb(253, 224, 71);
}

/* ===== 5つのメリット ===== */
.merit-grid
{
  max-width: 1000px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.merit-card
{
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px;
}

.merit-card-wide
{
  grid-column: 1 / -1;
}

.merit-tag
{
  display: inline-block;
  background: #e8f8ec;
  color: rgb(65, 179, 20);
  font-weight: 700;
  font-size: 13.6px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.merit-card h3
{
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
}

.merit-card p
{
  color: #475569;
  font-size: 17px;
}

/* ===== 報告者・解説者 ===== */
.speaker-list
{
  max-width: 800px;
  margin: 48px auto 0;
}

.speaker-card
{
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.speaker-card.last
{
  margin-bottom: 0;
}

.speaker
{
  width: 96px;
  text-align: center;
}

.outline
{
  width: calc(100% - 130px);
}

.speaker-tag
{
  display: inline-block;
  background: #4caf50;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.speaker-head
{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.avatar
{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.avatar img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.speaker-head h3
{
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.speaker-role
{
  font-size: 13.6px;
  color: #64748b;
}

.speaker-business
{
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(51, 65, 85);
  margin-bottom: 14px;
}

.speaker-card p:last-child
{
  color: #475569;
  font-size: 15.2px;
}

/* ===== 開催日程 (dark) ===== */
.section-dark
{
  background-color: #0e2c20;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 18px 18px;
}

.schedule-grid
{
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.schedule-card
{
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
}

.schedule-head
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.schedule-num
{
  font-weight: 800;
  color: rgb(65, 179, 20);
}

.schedule-date
{
  font-size: 28.5px;
  font-weight: 800;
  color: #0f2e26;
}

.schedule-date span
{
  font-size: 16px;
  font-weight: 600;
  color: #64748b;
  margin-left: 4px;
}

.schedule-time
{
  font-weight: 800;
  color: #2e7d32;
  margin: 4px 0 14px;
}

.schedule-place
{
  font-size: 13.6px;
  color: #64748b;
  border-top: 1px solid #eef2f1;
  padding-top: 12px;
}

.schedule-place img
{
  width: 20px;
  margin-right: 5px;
}

.join-info
{
  max-width: 1000px;
  margin: 40px auto 0;
  background: #143b2c;
  border-radius: 14px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  color: #ffffff;
}

.join-label
{
  display: block;
  font-size: 12.8px;
  color: #8fd6a3;
  font-weight: 700;
  margin-bottom: 8px;
}

.join-value
{
  font-weight: 800;
  font-size: 16.5px;
}

.join-free
{
  color: #ffd54f;
  font-size: 22.4px;
}

/* ===== FAQ ===== */
.faq-list
{
  max-width: 800px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq-card
{
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px 28px;
}

.faq-sub
{
  text-align: center;
  font-size: 16px;
  color: rgb(100, 116, 139);
}

.faq-q
{
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 16.5px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(226, 232, 240);
  ;
}

.faq-card ul
{
  margin-left: 1em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.faq-card ul li
{
  list-style-type: disc;
}

.q-icon
{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #4caf50;
  color: #ffffff;
  font-size: 13.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-a
{
  color: #475569;
}

.faq-note
{
  margin-top: 16px;
  border: 1px solid #c8e6c9;
  border-radius: 10px;
  padding: 16px;
  background: #f4fbf5;
}

.faq-note-title
{
  font-weight: 800;
  color: #2e7d32;
  margin-bottom: 8px;
}

/* ===== Form ===== */
.section-form
{
  background: #f0faf2;
}

.form-wrap
{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 48px;
  box-shadow: 0 12px 30px rgba(15, 46, 38, 0.08);
}

.form-title
{
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}

.form-sub
{
  text-align: center;
  color: #94a3b8;
  margin-bottom: 32px;
}

.form-wrap label
{
  display: block;
  align-items: center;
  font-weight: 700;
  font-size: 14.5px;
}

.form-wrap input,
.form-wrap textarea,
.form-wrap select
{
  position: static;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 15.2px;
  font-family: inherit;
}

.form-row p
{
  display: flex;
}

.form-wrap label
{
  padding-bottom: 15px;
}

.form-wrap .form-row label
{
  margin-right: 15px;
}

.required
{
  color: #e53e3e;
  font-size: 12px;
  font-weight: 700;
  margin-left: 4px;
}

.form-wrap .checkbox-row
{
  display: block;
  gap: 10px;
  font-weight: 400;
  font-size: 13.6px;
  color: #475569;
}

.checkbox-row label
{
  display: flex;
  align-items: center;
}



.wpcf7-acceptance input[type="checkbox"]
{
  margin-top: 0;
}

/* ===== Footer ===== */
.footer
{
  background: #0b1320;
  color: #cbd5e1;
  padding: 48px 24px 24px;
}

.footer-inner
{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #1e293b;
}

.footer-inner h3
{
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 8px;
}

.footer-inner p
{
  font-size: 12.8px;
  color: rgb(148, 163, 184);
}

.footer-contact
{
  text-align: right;
}

.footer-contact a
{
  color: #fff
}

.footer-copy
{
  text-align: center;
  margin-top: 24px;
  font-size: 11.2px;
  color: #64748b;
}

/* ===== Responsive ===== */
@media (max-width: 1100px)
{
  .hero
  {
    padding: 60px 24px 0
  }

  .hero-inner
  {
    grid-template-columns: 1.2fr 1fr
  }

  .hero-main h1
  {
    font-size: 40px;
    padding: 0
  }

  .lead
  {
    font-size: 30px;
  }

  .hero-main .btn-large
  {
    font-size: 25px;
    width: 300px;
    height: 80px;
    line-height: 80px;
  }

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

  .hero-card h2
  {
    font-size: 22.4px;
  }

  .hero-main .promiss ul li
  {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media (max-width: 860px)
{
  .section
  {
    padding: 40px 24px
  }

  .section-title
  {
    line-height: 1.3;
  }

  .hero-inner,
  .merit-grid,
  .speaker-list,
  .schedule-grid,
  .join-info,
  .form-row
  {
    grid-template-columns: 1fr;
  }

  .hero-main .btn-large
  {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .hero-cta
  {
    margin: 35px 0 0
  }

  .hero-cta .btn-large
  {
    width: 100%;
    font-size: 16px;
  }

  .message-banner
  {
    width: 90%;
    margin: 0 auto 30px;
    padding: 28px 20px 20px
  }

  .hero-inner,
  .merit-grid,
  .speaker-list,
  .schedule-grid,
  .join-info,
  .faq-list
  {
    margin: 30px auto 0
  }

  .problem-list
  {
    margin: 20px auto 0
  }

  .form-row
  {
    margin: 0 auto
  }

  .form-row p
  {
    display: block;
  }

  .merit-card h3
  {
    font-size: 20px;
  }

  .speaker
  {
    width: 100%;
  }

  .avatar
  {
    margin: 0 auto 20px
  }

  .outline
  {
    width: 100%;
  }

  .schedule-time
  {
    margin: 0
  }

  .speaker-head
  {
    margin-bottom: 10px;
  }

  .speaker-head h3
  {
    font-size: 19px;
  }

  .section.plus
  {
    padding: 50px 24px 50px
  }

  .footer-inner
  {
    flex-direction: column;
  }

  .footer-contact
  {
    text-align: left;
  }

  .section-title
  {
    font-size: 25px;
  }

  .form-wrap
  {
    padding: 48px 20px;
  }

  .form-wrap label
  {
    padding-bottom: 15px;
  }

  .form-wrap label.checkbox-row
  {
    padding-bottom: 0;
  }

  .form-wrap .form-row label
  {
    margin-right: 0;
  }

  .wpcf7-acceptance
  {
    margin: 0
  }

}