@charset "UTF-8";
/* evaluation_6062用スタイル */
.mv__bgInner {
  background-color: #E8F0F2;
}
video.mv__video {
  width: 100%;
  max-width: 756px;
  height: auto;
}

/* 関連資料カード */
.whitepaper {
  margin: 36px 0 24px;
  .whitepaper-list {
    display: flex;
    gap: 40px;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      gap: 16px;
    }
    .whitepaper-list_item {
      flex: 1;

      a {
        display: flex;
        align-items: center;
        gap: 16px;
        min-height: 138px;
        padding: 16px;
        background-color: var(--pa-50);
        border-radius: 16px;
        box-shadow: var(--elevation-2);
        transition: all 0.3s ease;
        &:hover {
          background-color: var(--sun);
        }
      }

      .whitepaper-list_thumb {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 106px;

        img {
          width: auto;
          height: 106px;
          box-shadow: var(--elevation-1);
        }
      }

      .whitepaper-list_title {
        color: var(--pu-400);
        font-weight: 700;
        line-height: 1.5;
      }
    }
  }
}
