@charset "UTF-8";
.anicom {
  text-align: center;
}
.anicom img {
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .anicom {
    padding-top: 3rem;
  }
  .anicom img {
    width: 100%;
  }
}

/* AIバナー */
.btn02_ai {
  width: 19rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.5s ease, border 0.5s ease;
}
@media screen and (max-width: 767px) {
  .btn02_ai {
    width: 25rem;
  }
}

/* 上バナー */
.cta-upper img {
  width: 260px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .cta-upper img {
    width: 25rem;
    bottom: 12.5rem;
    right: 1.5rem;
  }
}
/* PC 表示（768px以上） */
@media screen and (min-width: 768px) {
  .sp_ai {
    display: none;
  }
}
/* SP 表示（768px未満） */
@media screen and (max-width: 767px) {
  .pc_ai {
    display: none;
  }
}
.ai_bnr {
  transition: opacity 0.4s ease;
}/*# sourceMappingURL=update.css.map */