.company-mv-main-container {
  margin-bottom: 8.8%;
}

.motion-section {
  padding: 5rem 0;
  background-color: var(--color-white);

  @media (width <= 767px) {
    padding: 0;
  }
}

.motion-section-inner {
  display: flex;
  gap: 40px;

  @media (width <= 767px) {
    flex-direction: column-reverse;
  }
}

.motion-section-text {
  display: flex;
  flex: 1;
  flex-direction: column;

  @media (width <= 767px) {
    margin-bottom: 30px;
  }
}

.motion-section-video {
  flex: 1;

  .block_video {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .block_video video {
    display: block;
    width: 100%;
    height: auto;
  }

  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: clamp(35px, 9vw, 70px);
    height: clamp(35px, 9vw, 70px);
    font-size: clamp(35px, 9vw, 70px);
    cursor: pointer;
    background-color: rgb(0 0 0 / 60%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  /* White Triangle */
  .play-button::after {
    position: absolute;
    top: 50%;
    left: 55%;
    width: 0;
    height: 0;
    content: '';
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 0.2em 0 0.2em 0.35em;
    transform: translate(-50%, -50%);
  }

  .block_video.is-playing .play-button {
    pointer-events: none;
    opacity: 0;
  }
}

.motion-section-text-wrap {
  flex-grow: 1;
}

.motion-section-title {
  margin-bottom: 24px;
  font-size: clamp(1.875rem, 1.554rem + 1.61vw, 3rem);
  font-weight: 700;
  line-height: 1.2;

  :is(html[lang='ja'], html[lang='jp']) :is(&:not(.en-label)) {
    font-size: clamp(1.75rem, 1.536rem + 1.07vw, 2.5rem);
  }

  @media (width <= 767px) {
    font-size: 2rem;
  }
}

.motion-section-text p {
  margin-bottom: 30px;
}

.motion-section-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  font-weight: 700;
  color: var(--color-accent);

  .contact-arrow-button {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-color: var(--color-accent);

    &::after {
      width: 8px;
      height: 8px;
      border-top-color: var(--color-accent);
      border-right-color: var(--color-accent);
    }
  }

  &:hover .contact-arrow-button {
    background-color: var(--color-accent);

    &::after {
      border-color: var(--color-white);
    }
  }
}

.motion-section-video video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  vertical-align: middle;
  border-radius: 8px;
}

.ceo-section {
  padding: 5rem 0;
  background-color: var(--color-gray-bg);

  @media (width <= 767px) {
    padding: 3rem 0;
  }
}

.ceo-section-inner {
  display: flex;
  gap: 40px;

  @media (width <= 767px) {
    flex-direction: column;
    gap: 0;
  }
}

.ceo-section-left {
  flex: 0 0 300px;

  @media (width <= 767px) {
    flex: 1;
    width: 70%;
    max-width: 300px;
    margin: 0 auto 2rem;
  }
}

.ceo-section-left img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.ceo-section-pre-title {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-accent);
}

.ceo-section-right {
  flex: 1;
}

.ceo-section-title {
  margin-bottom: 2rem;
  font-size: clamp(1.875rem, 1.554rem + 1.61vw, 3rem);
  font-weight: 700;
  line-height: 1.2;

  :is(html[lang='ja'], html[lang='jp']) :is(&:not(.en-label)) {
    font-size: clamp(1.75rem, 1.536rem + 1.07vw, 2.5rem);
  }

  @media (width <= 767px) {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    text-align: center;
  }
}

.ceo-section-body {
  display: flex;
  gap: 30px;
  font-size: 0.9375rem;
  line-height: 1.7;

  @media (width <= 767px) {
    flex-direction: column;
    gap: 0;
    font-size: 0.875rem;
  }
}

.ceo-section-body-left,
.ceo-section-body-right {
  flex: 1;
}

.ceo-section-body p {
  margin-bottom: 1.5rem;
}

.ceo-section-signature {
  margin-top: 2rem;
  color: var(--color-gray);
}

.ceo-section-signature p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.ceo-section-signature .name {
  font-weight: 400;
}

.demand-section {
  padding: 5rem 0;
  background-color: var(--color-white);

  @media (width <= 767px) {
    padding: 3rem 0;
  }
}

.demand-section-header {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 3rem;

  @media (width <= 767px) {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}

.demand-section-title {
  font-size: clamp(1.875rem, 1.554rem + 1.61vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;

  :is(html[lang='ja'], html[lang='jp']) :is(&:not(.en-label)) {
    font-size: clamp(1.75rem, 1.536rem + 1.07vw, 2.5rem);
  }

  @media (width <= 767px) {
    font-size: 1.75rem;
  }
}

.demand-section-desc {
  padding-top: 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.7;

  @media (width <= 767px) {
    padding-top: 0;
    font-size: 0.875rem;
  }
}

.demand-section-diagram {
  text-align: center;
}

.demand-section-diagram-image {
  max-width: 100%;
  height: auto;
}
