
  .part01-template-13 {
    padding: calc(200 / 1920 * 100vw) calc(255 / 1920 * 100vw) calc(220 / 1920 * 100vw);
    text-align: center;
    background-position: center;
  }

    .part01-template-13__bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
    }

.part01-template-13__bg .simpleParallax {
      width: 100%;
      height: 100%;
}

    .part01-template-13__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .deco-bar {
    width: calc(9 / 1920 * 100vw);
    height: calc(122 / 1920 * 100vw);
    background-color: #5059bc;
    margin: auto;
  }

  .part01-template-13__title {
    font-family: Montserrat, 'PingFang TC', 'Microsoft JhengHei', sans-serif;
    font-size: calc(70 / 1920 * 100vw);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin: calc(110 / 1920 * 100vw) auto auto;
    max-width: calc(710 / 1920 * 100vw);
  }

  .part01-template-13__subtitle {
    font-size: calc(18 / 1920 * 100vw);
    line-height: 1.6;
    color: #fff;
    margin: calc(88 / 1920 * 100vw) auto auto;
    max-width: calc(430 / 1920 * 100vw);
  }

  /* tablet */
  @media (max-width: 1100px) {
    .part01-template-13 {
      padding: 110px calc(55 / 768 * 100vw);
    }

    .deco-bar {
      width: 4px;
      height: 55px;
    }

    .part01-template-13__title {
      font-size: 40px;
      margin-top: 22px;
      max-width: 420px;
    }

    .part01-template-13__subtitle {
      display: none;
    }
  }

  /* mobile */
  @media (max-width: 700px) {
    .part01-template-13 {
      padding: 106px calc(40 / 320 * 100vw) 122px;
    }

    .part01-template-13__title {
      font-size: 30px;
      margin-top: 30px;
      max-width: 200px;
    }
  }

    /* fire-animation */
    .deco-bar {
      transform: translateY(-10px);
      opacity: 0;
      transition: 0.5s;
    }

    .part01-template-13__title,
    .part01-template-13__subtitle {
      transform: translateY(10px);
      opacity: 0;
      transition: 0.5s 0.5s;
    }

    .part01-template-13.fire-animation .deco-bar,
    .part01-template-13.fire-animation .part01-template-13__title,
    .part01-template-13.fire-animation .part01-template-13__subtitle {
      transform: initial;
      opacity: 1;
    }
