
  
  /*** microsoft365 mv ***/
  .microsoft365.serviceLower #mv {
    background: url('../images/service/assess_consulting/microsoft365/mv_bg.webp') no-repeat center left;
    background-size: cover;
    position: relative;
  }
  .microsoft365.serviceLower #mv:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/service/assess_consulting/microsoft365/mv_img_m365.webp') no-repeat bottom right;
    background-size: auto 100%;
    /* mix-blend-mode: hard-light; */
  }
  .microsoft365.serviceLower .mv-inner {
    padding: 80px 0;
    position: relative;
    z-index: 1;
  }
  .microsoft365.serviceLower #mv .mv-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 40px;
  }
  .microsoft365.serviceLower #mv .mv-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 767px) {
    .microsoft365.serviceLower #mv {
      /* background: url('../images/service/assess_consulting/aws/main_sp.jpg') no-repeat bottom right;
      background-size: cover; */
    }
    .microsoft365.serviceLower #mv:before {
        background-size: 75% auto, cover;
    }
    .microsoft365.serviceLower .mv-inner {
        padding: calc((50 / 750) * 100vw) calc((40 / 750) * 100vw) calc((150 / 750) * 100vw);
    }
    .microsoft365.serviceLower #mv .mv-title {
      font-size: calc((44 / 750) * 100vw);
      margin-bottom: calc((20 / 750) * 100vw);
    }
    .microsoft365.serviceLower #mv .mv-text {
      font-size: calc((24 / 750) * 100vw);
      margin-bottom: calc((40 / 750) * 100vw);
    }
  }
  
  /*** microsoft365 c-btn-download ***/
    .microsoft365.serviceLower .c-btn-download {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 580px;
    height: 88px;
    border-radius: 44px;
    background-color: #BE2121;
    color: #ffffff;
    text-align: center;
    position: relative;
  }
  .microsoft365.serviceLower .c-btn-download:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-block;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M9.42734 3.74117C10.1338 3.24895 11.1642 3.34974 11.7289 3.96579L19.0976 12.0046L11.7273 20.0365C11.162 20.6521 10.1318 20.7513 9.42574 20.2583C8.71995 19.7652 8.6063 18.8666 9.17143 18.2507L14.9023 12.0032L9.16983 5.74879C8.60553 5.13257 8.72108 4.23376 9.42734 3.74117Z" /></svg>');
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    width: 24px;
    height: 24px;
    background-color: currentColor;
  }
  .microsoft365.serviceLower .c-btn-download .c-btn-download-txt-sub {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
  }
  .microsoft365.serviceLower .c-btn-download .c-btn-download-txt-main {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
  }

  .microsoft365.serviceLower section:not(.cvArea) a{
  color: #ffffff;
}
  @media screen and (max-width: 767px) {
    .microsoft365.serviceLower .c-btn-download {
      width: 100%;
      height: 64px;
      border-radius: 32px;
    }
    .microsoft365.serviceLower .c-btn-download .c-btn-download-txt-sub {
      font-size: 14px;
    }
    .microsoft365.serviceLower .c-btn-download .c-btn-download-txt-main {
      font-size: 18px;
    }
    .microsoft365.serviceLower .c-btn-download:after {
      width: 16px;
      height: 16px;
    }
  }
  