.p-ai-profile__hero {
  background: url("../img/ai_profile/hero-bg_sp.png") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 14rem;
  position: relative;
}

.p-ai-profile__hero__title {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  width: 23.5rem;
}
.p-ai-profile__hero__title img {
  width: 100%;
}

.p-ai-profile__hero__img {
  position: absolute;
  left: -2rem;
  bottom: 0;
  width: 16rem;
  translate: 0 29%;
}
.p-ai-profile__hero__img img {
  width: 100%;
}

.p-ai-profile__contents {
  background: #fff;
  padding-block: 2.3rem 4rem;
}

.p-ai-profile__info {
  position: relative;
  z-index: 2;
}

.p-ai-profile__info__heading {
  width: 30.3rem;
  margin: 0 auto;
  text-align: center;
}
.p-ai-profile__info__heading::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 303/35;
  background: url("../img/ai_profile/profile_balloon_sp.png") no-repeat center center/contain;
  margin-top: -1.9rem;
}

.p-ai-profile__info__heading__text {
  display: inline-block;
  text-align: center;
  color: #009686;
  font-size: 1.436rem;
  line-height: 1.6;
  font-weight: 700;
  rotate: -2.5deg;
  letter-spacing: 0;
}

.p-ai-profile__info__emphasis {
  font-size: 1.825rem;
  font-weight: inherit;
}

.p-ai-profile__info__body {
  width: 32.5rem;
  aspect-ratio: 650/708;
  background: url("../img/ai_profile/profile_bk_sp.png") no-repeat center center/contain;
  margin: 0.5rem auto 0;
  position: relative;
}

.p-ai-profile__info__body__text-area {
  position: absolute;
  left: 4rem;
  top: 9.7rem;
  width: 24.5rem;
  rotate: -2.5deg;
}

.p-ai-profile__info__description {
  display: inline-block;
  color: #104961;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

.p-ai-profile__check {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}

.p-ai-profile__check__heading {
  width: 27.3rem;
  margin: 0 auto 1.5rem;
}
.p-ai-profile__check__heading img {
  width: 100%;
}

.p-ai-profile__check__sub-heading {
  width: 31.5rem;
  margin: 0 auto;
  text-align: center;
}
.p-ai-profile__check__sub-heading::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 630/58;
  background: url("../img/ai_profile/check_balloon_sp.png") no-repeat center center/contain;
  margin-top: -1.2rem;
}

.p-ai-profile__check__sub-heading__text {
  display: inline-block;
  font-size: 1.732rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #137581;
}

.p-ai-profile__check__sub-heading__small {
  font-size: 1rem;
}

.p-ai-profile__check__figure {
  width: 29.5rem;
  margin: 2rem auto 0;
}

.p-ai-profile__utilization {
  border-radius: 1.5rem;
  border: 0.3rem solid #0E8E84;
  width: 32.1rem;
  box-shadow: 0.5rem 0.5rem 0 0 #E5E5E5;
  margin: 4rem auto 0;
  padding: 0 1.3rem 1.6rem;
}

.p-ai-profile__utilization__head {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1rem;
}

.p-ai-profile__utilization__heading {
  width: 30.3rem;
  margin: 0 0 0 -2.9rem;
}

.p-ai-profile__utilization__lead-text {
  color: #137581;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0;
}

.p-ai-profile__utilization__lead-text__emphasis {
  font-size: 1.8rem;
  font-weight: inherit;
  color: #22B2C4;
}

.p-ai-profile__utilization__examples {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.7rem;
  margin-top: 3.7rem;
}

.p-ai-profile__utilization__examples__item {
  border-radius: 2rem;
  background: #DEFFF8;
}

.p-ai-profile__utilization__examples__heading {
  width: 26rem;
  margin: -2.7rem 0 0 0.9rem;
}

.p-ai-profile__utilization__examples__text {
  padding: 1.3rem 1.6rem 1.6rem;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #137581;
}

.p-ai-profile__utilization__examples__emphasis {
  font-weight: 700;
}

.p-ai-profile__utilization__notice {
  color: #137581;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 1.8rem 0 0 0.5rem;
}

.p-ai-profile__back-button {
  text-align: center;
  margin: 3rem auto 0;
  width: 60vw;
}
.p-ai-profile__back-button a {
  display: block;
}
.p-ai-profile__back-button img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-ai-profile.c-subpage-section {
    width: 100%;
    padding-inline: 0;
  }
  .p-ai-profile__heading {
    margin-inline: var(--sidePaddingSp1);
  }
  .p-ai-profile__info__description:first-child {
    padding-right: 7.2rem;
  }
}
@media (min-width: 769px) {
  .p-ai-profile__hero {
    background-image: url("../img/ai_profile/hero-bg.png");
    height: clamp(0px, 33.615625vw, 34.7rem);
  }
  .p-ai-profile__hero__title {
    right: calc(50% - clamp(0px, 37.78125vw, 39rem));
    width: clamp(0px, 54.83125vw, 56.6rem);
    margin-top: 0.8rem;
  }
  .p-ai-profile__hero__img {
    left: calc(50% - clamp(0px, 45.53125vw, 47rem));
    width: clamp(0px, 33.13125vw, 34.2rem);
    translate: 0 25.5%;
  }
  .p-ai-profile__contents {
    padding-block: 7rem 8rem;
  }
  .p-ai-profile__info {
    width: clamp(0px, 85.153125vw, 87.9rem);
    margin-inline: auto;
  }
  .p-ai-profile__info__heading {
    width: clamp(0px, 45.046875vw, 46.5rem);
    margin: 0 0 0 3.5rem;
  }
  .p-ai-profile__info__heading::after {
    aspect-ratio: 93/16;
    background-image: url("../img/ai_profile/profile_balloon_pc.png");
    margin-top: clamp(-3.4rem, -3.29375vw, 0px);
  }
  .p-ai-profile__info__heading__text {
    font-size: clamp(0px, 2.13125vw, 2.2rem);
  }
  .p-ai-profile__info__emphasis {
    font-size: clamp(0px, 2.7125vw, 2.8rem);
  }
  .p-ai-profile__info__body {
    aspect-ratio: 1758/1112;
    width: 100%;
    background-image: url("../img/ai_profile/profile_bk_pc.png");
    margin-top: -11.7%;
  }
  .p-ai-profile__info__body__text-area {
    width: clamp(0px, 45.434375vw, 46.9rem);
    top: clamp(0px, 28.578125vw, 29.5rem);
    left: clamp(0px, 7.94375vw, 8.2rem);
    rotate: -2.7deg;
  }
  .p-ai-profile__info__description {
    font-size: clamp(0px, 1.453125vw, 1.5rem);
    letter-spacing: 0.02em;
  }
  .p-ai-profile__check {
    margin-top: 8rem;
  }
  .p-ai-profile__check::after {
    content: "";
    display: block;
    width: clamp(0px, 36.425vw, 37.6rem);
    aspect-ratio: 752/1638;
    background: url("../img/ai_profile/guide_bk_pc.png") no-repeat center center/contain;
    position: absolute;
    right: 0;
    top: 0;
    translate: 0 -38.5%;
    z-index: -1;
  }
  .p-ai-profile__check__heading {
    width: clamp(0px, 80.01875vw, 82.6rem);
    margin-bottom: 3rem;
  }
  .p-ai-profile__check__sub-heading {
    width: clamp(0px, 47.565625vw, 49.1rem);
  }
  .p-ai-profile__check__sub-heading::after {
    aspect-ratio: 982/88;
    background-image: url("../img/ai_profile/check_balloon_pc.png");
    margin-top: clamp(-1.2rem, -1.1625vw, 0px);
  }
  .p-ai-profile__check__sub-heading__text {
    font-size: clamp(0px, 2.615625vw, 2.7rem);
  }
  .p-ai-profile__check__sub-heading__small {
    font-size: clamp(0px, 1.646875vw, 1.7rem);
  }
  .p-ai-profile__check__figure {
    width: clamp(0px, 84.378125vw, 87.1rem);
    margin-top: 4rem;
  }
  .p-ai-profile__utilization {
    border-width: 0.6rem;
    width: clamp(0px, 83.11875vw, 85.8rem);
    border-radius: 3rem;
    box-shadow: 0.6rem 0.6rem 0 0 #FFF, 2.6rem 2.6rem 0 0 #E5E5E5;
    margin-top: 8rem;
    padding-bottom: 1.4rem;
  }
  .p-ai-profile__utilization__head {
    flex-direction: row;
    align-items: center;
  }
  .p-ai-profile__utilization__heading {
    width: clamp(0px, 45.628125vw, 47.1rem);
    flex: none;
    margin: 0 0 0 clamp(-3.2rem, -3.1vw, 0px);
  }
  .p-ai-profile__utilization__lead-text {
    font-size: clamp(0px, 1.74375vw, 1.8rem);
  }
  .p-ai-profile__utilization__lead-text__emphasis {
    font-size: clamp(0px, 2.13125vw, 2.2rem);
  }
  .p-ai-profile__utilization__examples {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-top: 4.3rem;
  }
  .p-ai-profile__utilization__examples__heading {
    width: calc(100% - 2rem);
    margin: -2.5rem 0 0 0.9rem;
  }
  .p-ai-profile__utilization__examples__text {
    font-size: clamp(0px, 1.646875vw, 1.7rem);
    line-height: 1.41;
    padding: 1.3rem 1rem 1.6rem;
  }
  .p-ai-profile__utilization__notice {
    font-size: clamp(0px, 1.646875vw, 1.7rem);
    margin-top: clamp(0px, 1.74375vw, 1.8rem);
    margin-left: 0;
  }
  .p-ai-profile__back-button {
    margin-top: 8rem;
    width: clamp(0px, 39.621875vw, 40.9rem);
  }
}
