
@charset "UTF-8";
.spotfire-copilot-page img {
  max-width: 100%;
  height: auto;
  display: block;
}
.spotfire-copilot-page a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
.spotfire-copilot-page button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  transition: 0.3s ease;
}
.spotfire-copilot-page ul, .spotfire-copilot-page ol {
  list-style: none;
}
.spotfire-copilot-page *:focus {
  outline: 2px solid #5680C8;
  outline-offset: 2px;
}
.spotfire-copilot-page ::-webkit-scrollbar {
  width: 8px;
}
.spotfire-copilot-page ::-webkit-scrollbar-track {
  background: #dee2e6;
}
.spotfire-copilot-page ::-webkit-scrollbar-thumb {
  background: #adb5bd;
  border-radius: 4px;
}
.spotfire-copilot-page ::-webkit-scrollbar-thumb:hover {
  background: #F8FAFC;
}
.spotfire-copilot-page h1,
.spotfire-copilot-page h2,
.spotfire-copilot-page h3 {
  font-weight: 700;
  color: #333333;
}
.spotfire-copilot-page h1 {
  font-size: clamp(3rem, 1.73vw + 2.31rem, 4.8rem);
  line-height: 1.4;
}
.spotfire-copilot-page h2 {
  font-size: clamp(3rem, 0.58vw + 2.77rem, 3.6rem);
  line-height: 1.2;
  margin-bottom: clamp(2.5rem, 1.92vw + 1.73rem, 4.5rem);
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}
@media (max-width: 374px) {
  .spotfire-copilot-page h2 {
    font-size: clamp(2.8rem, 0.37vw + 2.61rem, 3rem);
    line-height: 1.3;
  }
}
.spotfire-copilot-page h3 {
  font-size: clamp(1.8rem, 0.58vw + 1.57rem, 2.4rem);
  line-height: 1.42;
}
.spotfire-copilot-page .section-subtitle {
  font-size: clamp(1.6rem, 0.38vw + 1.45rem, 2rem);
  line-height: 1.8;
  margin-bottom: clamp(2.5rem, 1.92vw + 1.73rem, 4.5rem);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .section-subtitle {
    padding: 0 1rem;
    font-size: clamp(1.6rem, 0.5vw + 1.2rem, 1.8rem);
    line-height: 1.7;
  }
}
.spotfire-copilot-page a.text-link {
  color: #5680C8;
  text-decoration: underline;
  transition: 0.3s ease;
}
.spotfire-copilot-page a.text-link:hover {
  color: #5680C8;
  text-decoration: none;
}
.spotfire-copilot-page ul,
.spotfire-copilot-page ol {
  margin-bottom: 2.4rem;
}
.spotfire-copilot-page ul li,
.spotfire-copilot-page ol li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
}
.spotfire-copilot-page strong,
.spotfire-copilot-page b {
  font-weight: 700;
}
.spotfire-copilot-page em,
.spotfire-copilot-page i {
  font-style: italic;
}
.spotfire-copilot-page small {
  font-size: clamp(1.2rem, 0.8vw + 0.8rem, 1.4rem);
  color: #999999;
}
.spotfire-copilot-page code {
  font-family: "Courier New", monospace;
  background: #dee2e6;
  padding: 2px 4px;
  border-radius: 0.4rem;
  font-size: clamp(1.1rem, 0.8vw + 0.7rem, 1.3rem);
}
.spotfire-copilot-page blockquote {
  border-left: 4px solid #F8FAFC;
  padding-left: 2.4rem;
  margin: 3.2rem 0;
  font-style: italic;
  color: #999999;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .spotfire-copilot-page .hidden-desktop {
    display: none !important;
  }
}
.spotfire-copilot-page .container {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 2.4rem;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .container {
    padding: 0 1.6rem;
  }
}
.spotfire-copilot-page .hero {
  background: var(--main-bg, linear-gradient(90deg, #EBEFFF 0.12%, #F4F5FD 47.13%, #FCF5F7 99.9%));
  position: relative;
  overflow: hidden;
}
.spotfire-copilot-page .hero-container {
  max-width: 1152px;
}
.spotfire-copilot-page .hero-layout {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .hero-layout {
    grid-template-columns: 1fr;
    gap: 4.4rem;
    min-height: auto;
  }
}
.spotfire-copilot-page .hero-content {
  position: relative;
  z-index: 3;
  text-align: left;
  padding: 4.4rem 0 5rem;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .hero-content {
    text-align: center;
    padding: 4.4rem 0;
  }
}
.spotfire-copilot-page .hero-logo {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw + 1.2rem, 4.4rem);
  color: #333C66;
  margin-bottom: 1.6rem;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .hero-logo {
    font-size: 3.6rem;
  }
}
.spotfire-copilot-page .hero-title {
  margin-bottom: 1.6rem;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .hero-title {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 374px) {
  .spotfire-copilot-page .hero-title {
    font-size: clamp(2rem, 0.37vw + 1.81rem, 2.4rem);
  }
}
.spotfire-copilot-page .hero-title-emphasis {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .hero-title-emphasis {
    font-size: 3rem;
  }
}
@media (max-width: 374px) {
  .spotfire-copilot-page .hero-title-emphasis {
    font-size: clamp(2.8rem, 0.37vw + 2.61rem, 3rem);
  }
}
.spotfire-copilot-page .hero-description {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 2.8rem;
}
.spotfire-copilot-page .hero-buttons {
  display: flex;
  gap: 2.4rem;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.spotfire-copilot-page .hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .hero-image {
    order: -1;
  }
}
.spotfire-copilot-page .hero-demo-image {
  max-width: 100%;
  height: auto;
  border-radius: 1.2rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.spotfire-copilot-page .hero-demo-image:hover {
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .spotfire-copilot-page .hero-demo-image {
    max-width: 80%;
  }
}
.spotfire-copilot-page .hero-kv__bg {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: min(55vw, 660px);
  min-width: 525px;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .hero-kv__bg {
    display: none;
  }
}
.spotfire-copilot-page .problems {
  padding: 8.8rem 0;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problems {
    padding: 6.4rem 0;
  }
}
.spotfire-copilot-page .problems-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problems-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 200px;
    column-gap: 1.6rem;
  }
}
.spotfire-copilot-page .problem-card {
  background: #5680C8;
  border-radius: 0.8rem;
  padding: 4.4rem 2.4rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card {
    padding: 1.6rem;
  }
}
.spotfire-copilot-page .problem-card h3 {
  line-height: 1.29;
  margin-bottom: 2.4rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card h3 {
    margin-bottom: 0.8rem;
  }
}
.spotfire-copilot-page .problem-card p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #ffffff;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card p {
    font-size: 1.4rem;
  }
}
.spotfire-copilot-page .problem-card:hover::before {
  opacity: 1;
}
.spotfire-copilot-page .problem-card:nth-child(1), .spotfire-copilot-page .problem-card:nth-child(4) {
  transform: translateY(80px);
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card:nth-child(1), .spotfire-copilot-page .problem-card:nth-child(4) {
    transform: translateY(0);
  }
}
.spotfire-copilot-page .problem-card {
  /* 大きい丸 */
}
.spotfire-copilot-page .problem-card::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #5680C8;
  width: 20px;
  height: 20px;
}
.spotfire-copilot-page .problem-card {
  /* 小さい丸 */
}
.spotfire-copilot-page .problem-card::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #5680C8;
  width: 10px;
  height: 10px;
}
@media (min-width: 768px) {
  .spotfire-copilot-page .problem-card:nth-child(1)::before {
    right: -10px;
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card:nth-child(1)::before {
    left: 20px;
    bottom: -10px;
  }
}
@media (min-width: 768px) {
  .spotfire-copilot-page .problem-card:nth-child(1)::after {
    right: -20px;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card:nth-child(1)::after {
    left: 40px;
    bottom: -20px;
  }
}
@media (min-width: 768px) {
  .spotfire-copilot-page .problem-card:nth-child(2)::before {
    left: 30px;
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card:nth-child(2)::before {
    right: 20px;
    bottom: -10px;
  }
}
@media (min-width: 768px) {
  .spotfire-copilot-page .problem-card:nth-child(2)::after {
    left: 50px;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card:nth-child(2)::after {
    right: 40px;
    bottom: -20px;
  }
}
@media (min-width: 768px) {
  .spotfire-copilot-page .problem-card:nth-child(3)::before {
    right: 30px;
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card:nth-child(3)::before {
    left: 20px;
    top: -10px;
  }
}
@media (min-width: 768px) {
  .spotfire-copilot-page .problem-card:nth-child(3)::after {
    right: 50px;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card:nth-child(3)::after {
    left: 40px;
    left: 40px;
    top: -20px;
  }
}
@media (min-width: 768px) {
  .spotfire-copilot-page .problem-card:nth-child(4)::before {
    left: -10px;
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card:nth-child(4)::before {
    right: 20px;
    top: -10px;
  }
}
@media (min-width: 768px) {
  .spotfire-copilot-page .problem-card:nth-child(4)::after {
    left: -20px;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problem-card:nth-child(4)::after {
    right: 40px;
    top: -20px;
  }
}
.spotfire-copilot-page .person-images-container {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
  position: relative;
  z-index: 1;
}
.spotfire-copilot-page .person-images-container::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 680px;
  height: 370px;
  background: radial-gradient(50% 50% at 50% 50%, #D4EAFF 0%, rgb(255, 255, 255) 80%);
  border-radius: 50%;
  z-index: -1;
  margin: auto;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .person-images-container::after {
    width: 360px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .spotfire-copilot-page .person-images-container::after {
    width: 300px;
    height: 200px;
  }
}
.spotfire-copilot-page .person-image {
  width: 300px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .person-image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .spotfire-copilot-page .problems-layout {
    display: grid;
    place-items: center;
    /* 横・縦ともに中央揃え */
    position: relative;
    /* 重なりを制御しやすくするため */
  }
  .spotfire-copilot-page .problems-grid,
  .spotfire-copilot-page .person-images-container {
    grid-column: 1;
    grid-row: 1;
    /* 同じグリッドセルに配置 */
  }
}
.spotfire-copilot-page .innovation {
  padding: 8.8rem 0;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .innovation {
    padding: 6.4rem 0;
  }
}
.spotfire-copilot-page .innovation {
  background: #F8FAFC;
}
.spotfire-copilot-page .innovation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .innovation-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.spotfire-copilot-page .innovation-item {
  text-align: center;
  padding: 3.2rem 0.8rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .innovation-item {
    padding: 1.5rem 1.5rem;
  }
}
.spotfire-copilot-page .innovation-icon {
  margin-bottom: clamp(1.6rem, 0.38vw + 1.45rem, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.spotfire-copilot-page .innovation-icon img {
  aspect-ratio: 1;
}
.spotfire-copilot-page .innovation-item h3 {
  margin-bottom: clamp(1.6rem, 0.38vw + 1.45rem, 2rem);
}
.spotfire-copilot-page .innovation-item p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.86;
  color: #333333;
}
.spotfire-copilot-page .chat-experience {
  padding: 8.8rem 0;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .chat-experience {
    padding: 6.4rem 0;
  }
}
.spotfire-copilot-page .chat-interface {
  max-width: 1024px;
  margin: 0 auto;
  background: #F3F4F6;
  border: 1px solid #D9D8D7;
  border-radius: 0.8rem;
  padding: 4.4rem 4.4rem 0.8rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .spotfire-copilot-page .chat-interface {
    padding: 1.6rem;
  }
}
.spotfire-copilot-page .chat-header {
  text-align: center;
  margin-bottom: 3.2rem;
}
.spotfire-copilot-page .chat-header h3 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #333C66;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .chat-header h3 {
    font-size: 2.4rem;
  }
}
.spotfire-copilot-page .chat-messages {
  display: flex;
  flex-direction: column;
}
.spotfire-copilot-page .chat-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .chat-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    gap: 0.8rem;
  }
}
@media (max-width: 480px) {
  .spotfire-copilot-page .chat-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    gap: 0.8rem;
    gap: 0.8rem;
  }
}
.spotfire-copilot-page .chat-bubble {
  max-width: 85%;
  padding: 1rem 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  word-wrap: break-word;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .copilot-bubble--first {
    max-width: 100%;
  }
}
.spotfire-copilot-page .user-bubble {
  background-color: #dbeafe;
  color: #1e40af;
  align-self: flex-end;
  border-bottom-right-radius: 0.25rem;
}
.spotfire-copilot-page .copilot-bubble {
  background-color: #ffffff;
  color: #1f2937;
  align-self: flex-start;
  border: 1px solid #e5e7eb;
  border-bottom-left-radius: 0.25rem;
}
.spotfire-copilot-page .chat-demo-window {
  height: 544px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .chat-demo-window {
    height: 300px;
  }
}
.spotfire-copilot-page .chart-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  max-height: 400px;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .chart-container {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .spotfire-copilot-page .chart-container {
    height: 350px;
  }
}
.spotfire-copilot-page .chat-note {
  max-width: 1024px;
  margin: 1.6rem auto 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .chat-note {
    font-size: 1.4rem;
  }
}
.spotfire-copilot-page .manufacturing-scenarios {
  padding: 8.8rem 0;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .manufacturing-scenarios {
    padding: 6.4rem 0;
  }
}
.spotfire-copilot-page .manufacturing-scenarios {
  background: #F8FAFC;
}
.spotfire-copilot-page .scenarios-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6.4rem;
  max-width: 1200px;
  margin: 0 auto;
}
.spotfire-copilot-page .scenario-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .scenario-item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.spotfire-copilot-page .scenario-item-content h3 {
  margin-bottom: 2.4rem;
}
.spotfire-copilot-page .scenario-problem,
.spotfire-copilot-page .scenario-solution {
  display: flex;
  margin-bottom: 2.4rem;
}
.spotfire-copilot-page .scenario-problem h4,
.spotfire-copilot-page .scenario-solution h4 {
  font-weight: 500;
  font-size: 1.6rem;
  color: #5680C8;
  margin-bottom: 0.8rem;
  width: 4em;
}
.spotfire-copilot-page .scenario-problem p,
.spotfire-copilot-page .scenario-solution p {
  flex: 1;
}
.spotfire-copilot-page .scenario-video {
  text-align: center;
  width: 562px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .scenario-video {
    width: 100%;
    max-width: 562px;
  }
}
.spotfire-copilot-page .demo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}
.spotfire-copilot-page .play-btn {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 0.8rem;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.spotfire-copilot-page .play-btn:hover {
  background: rgba(86, 128, 200, 0.9);
  transform: translate(-50%, -50%) scale(1.05);
}
.spotfire-copilot-page .rag-architecture {
  padding: 8.8rem 0;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .rag-architecture {
    padding: 6.4rem 0;
  }
}
.spotfire-copilot-page .rag-process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
  gap: 3.2rem;
  max-width: 1072px;
  margin: 6.4rem auto 4.4rem;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .rag-process {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 6.4rem;
  }
}
.spotfire-copilot-page .process-step {
  background: #ffffff;
  border: 5px solid #C1CFE2;
  border-radius: 0.4rem;
  padding: 3.2rem 1.6rem;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .spotfire-copilot-page .process-step::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid #5680C8;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 10;
  }
  .spotfire-copilot-page .process-step:last-child::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .spotfire-copilot-page .process-step::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid #5680C8;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    z-index: 10;
  }
  .spotfire-copilot-page .process-step:last-child::after {
    display: none;
  }
}
.spotfire-copilot-page .step-number {
  background: #5680C8;
  color: #ffffff;
  padding: 0.8rem 2.4rem;
  border-radius: 0.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 2.4rem;
  width: 110px;
  height: 48px;
  position: absolute;
  top: -24px;
  left: calc(50% - 55px);
}
.spotfire-copilot-page .step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  height: 100%;
}
.spotfire-copilot-page .step-content h4 {
  font-weight: 700;
  font-size: 2rem;
  color: #333333;
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .step-content {
    flex-direction: row;
  }
  .spotfire-copilot-page .step-content h4 {
    height: auto;
  }
}
.spotfire-copilot-page .step-content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .step-content-icon {
    max-width: 66px;
    width: 20%;
  }
}
.spotfire-copilot-page .step-content-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.spotfire-copilot-page .step-content-text p {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  margin: 0;
}
.spotfire-copilot-page .rag-note {
  font-weight: 500;
  font-size: clamp(1.6rem, 0.38vw + 1.45rem, 2rem);
  line-height: 1.8;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  background-color: #F8FAFC;
  padding: 2.4rem;
}
.spotfire-copilot-page .rag-note-strong {
  color: #5680C8;
  font-weight: 700;
}
.spotfire-copilot-page .faq {
  padding: 8.8rem 0;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .faq {
    padding: 6.4rem 0;
  }
}
.spotfire-copilot-page .faq {
  background: #F8FAFC;
}
.spotfire-copilot-page .faq-list {
  max-width: 1024px;
  margin: 0 auto;
}
.spotfire-copilot-page .cta {
  padding: 8.8rem 0;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .cta {
    padding: 6.4rem 0;
  }
}
.spotfire-copilot-page .cta {
  background: linear-gradient(89deg, rgb(235, 239, 255) 0%, rgb(244, 245, 253) 47%, rgb(252, 245, 247) 100%);
  text-align: center;
}
.spotfire-copilot-page .cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  flex-wrap: wrap;
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.spotfire-copilot-page .cta-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  min-width: 300px;
  height: 60px;
  padding: 10px;
  background: linear-gradient(90deg, #197DF5 0%, #1CA0C2 100%);
  border: none;
  border-radius: 60px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(25, 125, 245, 0.3);
}
.spotfire-copilot-page .cta-button-primary:hover {
  opacity: 0.7;
}
.spotfire-copilot-page .cta-button-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  min-width: 300px;
  height: 60px;
  padding: 10px;
  background: #ffffff;
  border: 3px solid #2B9AF3;
  border-radius: 50px;
  color: #2B9AF3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1 0.8;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.spotfire-copilot-page .cta-button-secondary:hover {
  opacity: 0.7;
}
.spotfire-copilot-page .button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 226px;
  height: 60px;
  padding: 10.66px;
  background: #3B82F6;
  border: none;
  border-radius: 4.26px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.78;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 10.66px;
}
.spotfire-copilot-page .button-primary:hover {
  background: #1473E6;
}
.spotfire-copilot-page .button-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  height: 56px;
  padding: 10.66px;
  background: #ffffff;
  border: 1px solid #D9D8D7;
  border-radius: 50px;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 10.66px;
}
.spotfire-copilot-page .button-secondary:hover {
  background: #5680C8;
  color: #ffffff;
  border-color: #5680C8;
}
.spotfire-copilot-page .button-secondary:hover .button-icon {
  stroke: #ffffff;
}
.spotfire-copilot-page .button-icon {
  width: 6px;
  height: 12px;
  stroke: #333333;
  stroke-width: 2px;
  transition: stroke 0.3s ease;
}
.spotfire-copilot-page .new-buttons-demo {
  padding: 8.8rem 0;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .new-buttons-demo {
    padding: 6.4rem 0;
  }
}
.spotfire-copilot-page .new-buttons-demo {
  background: #e9ecef;
}
.spotfire-copilot-page .button-showcase {
  display: flex;
  flex-direction: column;
  gap: 8.8rem;
  margin-top: 6.4rem;
}
.spotfire-copilot-page .button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.spotfire-copilot-page .button-group h3 {
  font-size: 2rem;
  color: #333333;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.spotfire-copilot-page .button-group .button-description {
  font-size: 1.6rem;
  color: #999999;
  text-align: center;
  margin-bottom: 1.6rem;
}
.spotfire-copilot-page .button-row {
  display: flex;
  gap: 3.2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.spotfire-copilot-page .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 3.2rem;
  border-radius: 1.6rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
  border: none;
}
.spotfire-copilot-page .btn-primary:hover {
  transform: translateY(-2px);
}
.spotfire-copilot-page .btn-primary {
  background: linear-gradient(89deg, rgb(235, 239, 255) 0%, rgb(244, 245, 253) 47%, rgb(252, 245, 247) 100%);
  color: #ffffff;
}
.spotfire-copilot-page .btn-primary:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.spotfire-copilot-page .btn-primary {
  font-size: 2rem;
  padding: 2.4rem 4.4rem;
}
.spotfire-copilot-page .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .spotfire-copilot-page .cta-button-primary,
  .spotfire-copilot-page .cta-button-secondary {
    min-width: 250px;
    height: 50px;
    font-size: 18px;
    padding: 8px;
  }
  .spotfire-copilot-page .button-primary {
    min-width: 200px;
    height: 50px;
    font-size: 16px;
    padding: 8px;
  }
  .spotfire-copilot-page .button-secondary {
    min-width: 140px;
    height: 48px;
    font-size: 14px;
    padding: 8px;
  }
  .spotfire-copilot-page .button-row {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media (max-width: 480px) {
  .spotfire-copilot-page .button-secondary {
    min-width: 125px;
    height: 40px;
    font-size: 12px;
    padding: 6px;
  }
}
.spotfire-copilot-page .icons-demo {
  padding: 8.8rem 0;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .icons-demo {
    padding: 6.4rem 0;
  }
}
.spotfire-copilot-page .icons-demo {
  background: #ffffff;
}
.spotfire-copilot-page .icons-showcase {
  max-width: 1200px;
  margin: 0 auto;
}
.spotfire-copilot-page .icon-container {
  text-align: center;
  margin-bottom: 8.8rem;
  padding: 4.4rem;
  background: #e9ecef;
  border-radius: 0.8rem;
}
.spotfire-copilot-page .icon-container .spotfire-icons {
  max-width: 100%;
  height: auto;
  margin-bottom: 2.4rem;
  transition: 0.3s ease;
}
.spotfire-copilot-page .icon-container .spotfire-icons:hover {
  transform: scale(1.05);
}
.spotfire-copilot-page .icon-container .icon-description {
  font-size: 1.8rem;
  color: #999999;
  font-weight: 500;
}
.spotfire-copilot-page .icon-usage h3 {
  font-size: 2.4rem;
  color: #333333;
  margin-bottom: 3.2rem;
  text-align: center;
  font-weight: 700;
}
.spotfire-copilot-page .icon-examples {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.4rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .icon-examples {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.spotfire-copilot-page .icon-example {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 2.4rem;
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  min-width: 150px;
}
.spotfire-copilot-page .icon-example:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.spotfire-copilot-page .icon-example span {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 500;
  text-align: center;
}
.spotfire-copilot-page .icon-small {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.spotfire-copilot-page .icon-medium {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.spotfire-copilot-page .icon-large {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.spotfire-copilot-page .spotfire-icons,
.spotfire-copilot-page .icon-small,
.spotfire-copilot-page .icon-medium,
.spotfire-copilot-page .icon-large {
  transition: 0.3s ease;
}
.spotfire-copilot-page .spotfire-icons:hover,
.spotfire-copilot-page .icon-small:hover,
.spotfire-copilot-page .icon-medium:hover,
.spotfire-copilot-page .icon-large:hover {
  filter: brightness(1.1);
}
.spotfire-copilot-page .individual-icons {
  margin-bottom: 8.8rem;
}
.spotfire-copilot-page .individual-icons h3 {
  font-size: 2.4rem;
  color: #333333;
  margin-bottom: 3.2rem;
  text-align: center;
  font-weight: 700;
}
.spotfire-copilot-page .icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3.2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .icon-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2.4rem;
  }
}
.spotfire-copilot-page .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 3.2rem;
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  text-align: center;
}
.spotfire-copilot-page .icon-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.spotfire-copilot-page .icon-item span {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 500;
}
.spotfire-copilot-page .icon-item .icon-size {
  font-size: 1.4rem;
  color: #999999;
  margin: 0;
}
.spotfire-copilot-page .individual-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: 0.3s ease;
}
.spotfire-copilot-page .individual-icon:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.spotfire-copilot-page .original-iconset {
  margin-top: 8.8rem;
}
.spotfire-copilot-page .original-iconset h3 {
  font-size: 2.4rem;
  color: #333333;
  margin-bottom: 3.2rem;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .spotfire-copilot-page .icon-container {
    padding: 2.4rem;
  }
  .spotfire-copilot-page .icon-container .spotfire-icons {
    max-width: 90%;
  }
  .spotfire-copilot-page .icon-example {
    min-width: 120px;
    padding: 1.6rem;
  }
  .spotfire-copilot-page .icon-small {
    width: 40px;
    height: 40px;
  }
  .spotfire-copilot-page .icon-medium {
    width: 56px;
    height: 56px;
  }
  .spotfire-copilot-page .icon-large {
    width: 72px;
    height: 72px;
  }
  .spotfire-copilot-page .icon-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .spotfire-copilot-page .icon-item {
    padding: 2.4rem;
  }
  .spotfire-copilot-page .individual-icon {
    width: 60px;
    height: 60px;
  }
}
.spotfire-copilot-page .card {
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 4.4rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}
.spotfire-copilot-page .card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}




