.bold-main {
  color: #007ED1;
  font-weight: 700;
}

@media (max-width: 1200px) and (min-width: 769px) {
  .u-pc-only {
    display: none;
  }
}

.button-primary.btn_p_genai {
  padding: 16px 22px 16px 26px;
  gap: 4px;
  margin: 20px 0;
}
.button-primary.btn_p_genai::after {
  content: "download";
  font-family: "Material Symbols Outlined";
  color: #FFFFFF;
  font-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.button-primary.btn_p_genai:hover::after {
  transform: translateY(8px);
}

.button-secondary.btn_s_genai {
  padding: 14px 20px 14px 32px;
  gap: 4px;
}
@media (max-width: 1200px) {
  .button-secondary.btn_s_genai {
    display: none;
  }
}

.genai-section-inner {
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (max-width: 768px) {
  .genai-section-inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.genai-hero {
  position: relative;
  background: linear-gradient(180deg, #FFF 8.23%, #F1F5F6 74.15%);
  padding: 96px 0 80px;
}
@media (max-width: 768px) {
  .genai-hero {
    padding: 72px 0 56px;
  }
}
.genai-hero__inner {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1200px) {
  .genai-hero__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.genai-hero__text {
  flex: 0 0 460px;
}
@media (max-width: 1200px) {
  .genai-hero__text {
    flex: none;
    width: 100%;
    text-align: center;
  }
}
.genai-hero__subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .genai-hero__subtitle {
    font-size: 1.25rem;
  }
}
.genai-hero__title {
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 1.22;
  margin-bottom: 24px;
}
.genai-hero__title em {
  font-style: normal;
  color: #007ED1;
}
@media (max-width: 1024px) {
  .genai-hero__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  .genai-hero__title {
    font-size: 1.875rem;
  }
}
.genai-hero__description {
  line-height: 1.85;
  margin-bottom: 36px;
}
.genai-hero__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .genai-hero__cta {
    justify-content: center;
  }
}
.genai-hero__image {
  flex: 1;
}
@media (max-width: 1200px) {
  .genai-hero__image {
    flex: none;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .genai-hero__image {
    max-width: 100%;
    width: 100%;
  }
}
.genai-hero__notes {
  font-size: 12px;
  color: #666;
  text-align: right;
  margin-top: 8px;
}
.genai-hero__picture {
  position: relative;
  display: block;
  overflow: hidden;
}
.genai-hero__picture::before {
  content: "";
  background: url(../img/mv-circle02.png) center/contain no-repeat;
  position: absolute;
  width: 36%;
  height: 36%;
  z-index: 1;
  left: -3%;
  top: 18%;
  opacity: 0;
  transform: scale(0.8);
  animation: genaiCircleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}
.genai-hero__picture::after {
  content: "";
  background: url(../img/mv-circle01.png) center/contain no-repeat;
  position: absolute;
  width: 40%;
  height: 40%;
  z-index: 1;
  left: 64%;
  top: 0;
  opacity: 0;
  transform: scale(0.8);
  animation: genaiCircleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
}
.genai-hero__picture img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

@keyframes genaiCircleIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.genai-about .heading-group,
.genai-usecase .heading-group {
  margin-bottom: 60px;
}

.genai-about {
  background: #FFFFFF;
}
.genai-about__inner {
  margin-inline: auto;
  text-align: center;
}
.genai-about__text p {
  line-height: 1.9;
}
.genai-about__text p + p {
  margin-top: 16px;
}

.genai-features {
  background: #FFFFFF;
}

.genai-feature {
  display: flex;
  align-items: center;
  gap: 72px;
  padding-bottom: 60px;
}
.genai-feature--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .genai-feature {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .genai-feature {
    flex-direction: column !important;
    gap: 32px;
    padding: 48px 0;
  }
}
.genai-feature__content {
  flex: 1;
}
.genai-feature__number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.genai-feature__badge {
  color: #007ED1;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 0;
}
.genai-feature__title {
  margin-bottom: 16px;
}
.genai-feature__description {
  line-height: 1.85;
  margin-bottom: 24px;
}
.genai-feature__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.genai-feature__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.65;
}
.genai-feature__list li .material-symbols-outlined {
  flex-shrink: 0;
  font-size: 20px;
  color: #007ED1;
  margin-top: 2px;
}
.genai-feature__image {
  flex: 0 0 500px;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .genai-feature__image {
    flex: 0 0 380px;
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  .genai-feature__image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.genai-feature__image img {
  width: 100%;
  height: auto;
  display: block;
}

.genai-usecase {
  background: #F9FAFB;
}
.genai-usecase__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .genai-usecase__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.genai-usecase__card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: transform 0.3s ease;
}
.genai-usecase__card:hover {
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  .genai-usecase__card {
    padding: 24px;
    gap: 16px;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
.genai-usecase__icon {
  flex-shrink: 0;
}
.genai-usecase__icon img {
  width: 150px;
  height: auto;
  display: block;
}
.genai-usecase__body {
  flex: 1;
}
.genai-usecase__title {
  margin-bottom: 10px;
}
.genai-usecase__text {
  line-height: 1.75;
}

.genai-anim {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.genai-anim.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.genai-anim--delay-1 {
  transition-delay: 0.1s;
}
.genai-anim--delay-2 {
  transition-delay: 0.2s;
}
.genai-anim--delay-3 {
  transition-delay: 0.3s;
}
.genai-anim--delay-4 {
  transition-delay: 0.4s;
}

.genai-anim-zoom {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: 0.2s;
}
.genai-anim-zoom.is-visible {
  opacity: 1;
  transform: scale(1);
}

.footer {
  margin-top: 0;
}/*# sourceMappingURL=ai-generative.css.map */