body {
  margin: 0;
  padding: 0;
  background: #f4f7fc;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}

.ai-container {
  max-width: 880px;
  margin: 60px auto;
  padding: 50px 40px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
  text-align: center;
}

.ai-header img {
  width: 90px;
  margin-bottom: 10px;
}

.ai-title {
  font-size: 28px;
  font-weight: 600;
  color: #2f6fdd;
  margin: 0;
}

.ai-sub {
  color: #666;
  font-size: 14px;
  margin-top: 6px;
}

.ai-declare {
  margin-top: 30px;
  line-height: 1.9;
  color: #444;
}

.ai-diagnosis {
  margin-top: 50px;
}

.ai-select {
  padding: 8px 14px;
  font-size: 15px;
  border-radius: 6px;
}

.ai-btn {
  padding: 10px 26px;
  background: #2f6fdd;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.ai-btn:hover {
  background: #1f54b5;
}

.ai-result {
  margin-top: 30px;
  line-height: 1.8;
}

.ai-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: linear-gradient(135deg,#2f6fdd,#3f8cff);
  color: #fff !important;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(47,111,221,0.35);
  transition: 0.3s;
}

.ai-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(47,111,221,0.45);
}





/* ===== ヒーロー直下AI導線 ===== */

.hero-ai-entry {
  background: #f4f7fc;
  padding: 40px 0;
}

.hero-ai-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.hero-ai-bear {
  width: 100px;
  height: auto;
}

.hero-ai-text h3 {
  margin: 0;
  font-size: 22px;
  color: #2f6fdd;
}

.hero-ai-text p {
  margin: 5px 0 15px;
  color: #666;
  font-size: 14px;
}

.hero-ai-btn {
  display: inline-block;
  padding: 10px 24px;
  background: linear-gradient(135deg,#2f6fdd,#3f8cff);
  color: #fff;
  text-decoration: none;
  border-radius: 24px;
  font-weight: 600;
  transition: 0.3s;
}

.hero-ai-btn:hover {
  transform: translateY(-2px);
}


/* =====【★結果ﾌﾟﾛｯｸをｶｰﾄﾞ化★】===== */

.ai-result {
  margin-top: 30px;
  padding: 30px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

/* =====【★ﾀｲﾄﾙを少し洗練★】===== */

.ai-title {
  font-weight: 600;
  letter-spacing: 1px;
}

/* =====【★結果CTAを強く★】===== */
.ai-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 36px;
  background: linear-gradient(135deg,#2f6fdd,#4f95ff);
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(47,111,221,0.35);
  transition: 0.3s ease;
}
.ai-cta:hover {
  transform: translateY(-3px);
}

/* =====【★結果ﾌｪｰﾄﾞｲﾝ（AIっぽさ★】===== */
.ai-result {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.ai-result.show {
  opacity: 1;
  transform: translateY(0);
}
/* =====【★★】===== */

/* =====【★★】===== */

/* =====【★★】===== */

/* =====【★★】===== */

/* =====【★★】===== */

/* =====【★★】===== */

/* =====【★★】===== */

/* =====【★★】===== */




