.content-root-1440 {
  overflow: visible;
}

.caption {
  position: relative;
  margin: -10px auto 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  pointer-events: none;
  z-index: 10;
  color: var(--global--color--dark-purple);
}

@media screen and (max-width: 750px) {
  .content-root-1440 {
    overflow: hidden;
  }
  .content-root-1440.content-root-concept-info {
    padding-top: 60px;
    margin-top: -50px;
  }
}
.content-container {
  display: flex;
  gap: 35px;
  margin-bottom: 110px;
  overflow: visible;
}
.content-container .header {
  position: relative;
  flex-shrink: 0;
  font-family: var(--global--font--m-plus);
  color: var(--global--color--purple);
  text-align: start;
  margin-top: -10px;
  line-height: 60px;
}
.content-container .header .text {
  font-size: 48px;
  font-weight: 800;
}
.content-container .header .button {
  margin-top: 29px;
  -webkit-tap-highlight-color: transparent;
}
.content-container .header .button .mic-icon {
  margin: auto;
  width: 96px;
  height: 96px;
  background: url(../img/mic-icon.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}
.content-container .header .button .stop-icon {
  margin: auto;
  width: 96px;
  height: 96px;
  background: url(../img/stop-icon.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}
.content-container .header .button:not(.playing) .stop-icon {
  display: none;
}
.content-container .header .button.playing .mic-icon {
  display: none;
}
.content-container .header .button .text {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  pointer-events: none;
}
.content-container .header .blob {
  position: absolute;
  z-index: -1;
  top: -150px;
  left: -160px;
  width: 760px;
  height: auto;
  opacity: 75%;
}
.content-container .header .blob.blob-0 {
  width: 860px;
  top: -190px;
  left: -240px;
  transform: rotate(20.7deg);
}
.content-container .header .blob.blob-1 {
  width: 860px;
  transform: rotate(105deg);
  top: -190px;
  left: -280px;
}
.content-container .description {
  position: relative;
  padding: 36px;
  border-radius: 20px;
  background-color: var(--global--color--white);
  font-family: var(--global--font--noto-sans);
  font-size: 16px;
  font-weight: 500;
  text-align: start;
  color: var(--global--color--dark-purple);
  line-height: 30px;
  letter-spacing: 1px;
}
.content-container:nth-of-type(odd) .description::before {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 40px solid var(--global--color--white);
  border-bottom: 30px solid transparent;
  border-left: 0 solid transparent;
  content: " ";
  position: absolute;
  left: -30px;
}
.content-container:nth-of-type(even) {
  flex-direction: row-reverse;
}
.content-container:nth-of-type(even) .description::before {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid var(--global--color--white);
  content: " ";
  position: absolute;
  right: -30px;
}
@media screen and (max-width: 750px) {
  .content-container {
    display: block;
  }
  .content-container .header {
    text-align: center;
  }
  .content-container .header .text {
    font-size: 40px;
  }
  .content-container .header .blob.blob-0 {
    top: -180px;
    left: -170px;
  }
  .content-container .header .blob.blob-1 {
    top: -113px;
    left: 74px;
  }
  .content-container .description {
    margin-top: 30px;
    font-size: 24px;
  }
  .content-container:nth-of-type(odd) .description::before, .content-container:nth-of-type(even) .description::before {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid var(--global--color--white);
    border-left: 30px solid transparent;
    content: " ";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=concept.css.map */
