@charset "UTF-8";
.back-movie {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -1; }
  .back-movie img, .back-movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    object-fit: cover; }

.common-link {
  display: inline-flex; }
  .common-link.blue a {
    color: #223588; }
  .common-link.blue:hover .arrow {
    background-color: #223588;
    color: #fff;
    transform: translateX(5px); }
  .common-link.blue:hover .arrow.diagonal {
    background-color: #223588;
    color: #fff;
    transform: translateX(5px);
    transform: rotate(-45deg); }
  .common-link.blue .arrow {
    border: 1px solid #223588; }
  .common-link.blanc a {
    color: #fff; }
  .common-link.blanc:hover .arrow {
    background-color: #fff;
    color: #223588;
    transform: translateX(5px); }
  .common-link.blanc .arrow {
    border: 1px solid #fff; }
  .common-link a {
    font-size: 0.85em;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    gap: 10px;
    pointer-events: auto; }
    @media screen and (min-width: 768px) {
      .common-link a {
        font-size: 0.9em;
        gap: 20px; } }
    @media screen and (min-width: 1200px) {
      .common-link a {
        font-size: 1.0em; } }
    .common-link a:hover .arrow {
      background-color: #173c92;
      color: #fff;
      transform: translateX(5px); }
  .common-link .arrow {
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: 1.25em;
    justify-content: center;
    letter-spacing: 0;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    width: 40px;
    height: 40px; }
    @media screen and (min-width: 768px) {
      .common-link .arrow {
        font-size: 1.375em;
        height: 45px;
        width: 45px; } }
    @media screen and (min-width: 1200px) {
      .common-link .arrow {
        height: 50px;
        width: 50px; } }
    .common-link .arrow.diagonal {
      transform: rotate(-45deg); }

/*
---------------------------------------------------------------------------------------------------------------------
社長が語る、パワーソリューションズ。
---------------------------------------------------------------------------------------------------------------------
*/
