@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&display=swap");
:root {
  --text-color: #191919;
  --wh: #fff;
  --bk: #191919;
  --gray: #f4f4f4;
  --green: #45b035;
  --border-color: #f2f2f2;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .pc-xsl {
    display: none !important;
  }
}

@media screen and (min-width:500px) {
  .sp-xsl {
    display: none !important;
  }
}

@media screen and (max-width: 376px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 377px) {
  .sp-xs {
    display: none !important;
  }
}

.ai-link-banner {
  background-color: var(--wh);
  border-radius: 1rem;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: clamp(30rem, 30vw, 38rem);
}
@media screen and (max-width: 1024px) {
  .ai-link-banner {
    max-width: none;
  }
}
@media screen and (max-width: 834px) {
  .ai-link-banner {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .ai-link-banner {
    padding: 3rem 1.5rem;
    gap: 1.5rem;
  }
}
.ai-link-banner__title {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ai-link-banner__title {
    font-size: 2.1rem;
  }
}
.ai-link-banner__text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  .ai-link-banner__text {
    font-size: 1.3rem;
  }
}
.ai-link-banner__img {
  flex-shrink: 0;
  width: 100%;
  max-width: clamp(10rem, 20vw, 20rem);
  height: auto;
  margin: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .ai-link-banner__img {
    width: 8rem;
  }
}
.ai-link-banner__start {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--wh);
  background-color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 20rem;
  height: 5rem;
  border-radius: 100vmax;
  margin-top: 2.5rem;
}
@media screen and (max-width: 640px) {
  .ai-link-banner__start {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=ai-link-banner.css.map */