/* ヒーローセクション */
.section-purpose {
  color: #333;
  background: #fff7e6;
  padding: 40px 20px;
  margin: 0 auto 40px;
  max-width: 960px;
  border-radius: 12px;
  text-align: center;
}

.section-purpose h2 {
  font-size: 2em;
  color: #222;
  padding-left: 12px;
  margin-bottom: 16px;
}

.section-purpose p {
  margin-bottom: 1em;
}

.section-purpose img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 20px auto;
}

/* 対象者の悩み例セクション */
.section-problems {
  line-height: 1.7;
  color: #333;
  background: #f0f4ff;
  padding: 40px 20px;
  margin: 0 auto 40px;
  max-width: 960px;
  border-radius: 12px;
}

.section-problems h2 {
  font-size: 2em;
  color: #222;
  border-left: 5px solid #ff9900;
  padding-left: 12px;
  margin-bottom: 16px;
}

.section-problems p {
  margin-bottom: 1em;
}

.section-problems ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 1em;
}

.section-problems__images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.section-problems__img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}

/* セッションの流れセクション */
.section-flow {
  line-height: 1.7;
  color: #333;
  background: #f8f8f8;
  padding: 40px 20px;
  margin: 0 auto 40px;
  max-width: 960px;
  border-radius: 12px;
}

.section-flow__images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.section-flow__img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}

.section-flow h2 {
  font-size: 2em;
  color: #222;
  border-left: 5px solid #ff9900;
  padding-left: 12px;
  margin-bottom: 16px;
}

.section-flow p {
  margin-bottom: 1em;
}

.section-flow ul {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 1em;
}

.section-flow small {
  display: block;
  color: #777;
  margin-top: 8px;
}

/* 募集条件・定員・締切セクション */
.section-conditions {
  line-height: 1.7;
  color: #333;
  background: #e9f8f1;
  padding: 40px 20px;
  margin: 0 auto 40px;
  max-width: 960px;
  border-radius: 12px;
}

.section-conditions h2 {
  font-size: 2em;
  color: #222;
  border-left: 5px solid #ff9900;
  padding-left: 12px;
  margin-bottom: 16px;
}

.section-conditions p {
  margin-bottom: 1em;
}

.section-conditions ul {
  list-style: none;
  padding-left: 0;
}

.section-conditions ul>li {
  margin-bottom: 1em;
}

.section-conditions ul>li>ul {
  list-style-type: none;
  padding-left: 20px;
}

/* 注意事項セクション */
.caution-notice {
  line-height: 1.7;
  color: #333;
  background: #ffeaea;
  padding: 40px 20px;
  margin: 0 auto 40px;
  max-width: 960px;
  border-radius: 12px;
  border: 2px dashed #e74c3c;
}

.caution-notice__title {
  font-size: 1.5em;
  color: #c0392b;
  margin-bottom: 16px;
  border-left: 5px solid #e74c3c;
  padding-left: 12px;
}

.caution-notice__intro,
.caution-notice__footer {
  margin-bottom: 1em;
  font-size: 0.95em;
  color: #555;
}

.caution-notice__list {
  padding-left: 20px;
  list-style-type: square;
}

/* お申し込みセクション */
.section-cta {
  line-height: 1.7;
  color: #333;
  background: #fffbe6;
  padding: 40px 20px;
  margin: 0 auto 40px;
  max-width: 960px;
  border-radius: 12px;
  text-align: center;
}

.section-cta h2 {
  font-size: 2em;
  color: #222;
  padding-left: 12px;
  margin-bottom: 16px;
}

.section-cta p {
  margin-bottom: 1em;
}

.btn-line {
  display: inline-block;
  padding: 12px 24px;
  background: #06c755;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.3s;
}

.btn-line:hover {
  background: #04a64f;
}

/* Q&Aセクション */
.section-qa {
  line-height: 1.7;
  color: #333;
  background: #eef5ff;
  padding: 40px 20px;
  margin: 0 auto 40px;
  max-width: 960px;
  border-radius: 12px;
}

.section-qa h2 {
  font-size: 2em;
  color: #222;
  border-left: 5px solid #ff9900;
  padding-left: 12px;
  margin-bottom: 16px;
}

.section-qa dt {
  font-weight: bold;
  margin-top: 1em;
}

.section-qa dd {
  margin: 0 0 1em 1em;
}

/* プロフィールセクション */
.section-profile {
  line-height: 1.7;
  color: #333;
  background: #f3f3f3;
  padding: 40px 20px;
  margin: 0 auto 40px;
  max-width: 960px;
  border-radius: 12px;
}

.section-profile h2 {
  font-size: 2em;
  color: #222;
  border-left: 5px solid #ff9900;
  padding-left: 12px;
  margin-bottom: 16px;
}

.profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.profile-photo {
  width: 120px;
  border-radius: 50%;
}

.profile-text p {
  margin: 4px 0;
  text-align: center;
}

/* 最後のメッセージセクション */
.section-final-message {
  line-height: 1.7;
  color: #333;
  background: #f5f5f5;
  padding: 40px 20px;
  margin: 0 auto 20px;
  max-width: 960px;
  border-radius: 12px;
  text-align: center;
}

.section-final-message h2 {
  font-size: 2em;
  color: #222;
  padding-left: 12px;
  margin-bottom: 16px;
}

.section-final-message p {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* profile-container responsive */
@media (min-width: 768px) {
  .profile-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .profile-text {
    text-align: left;
  }
}