@media all and (max-width: 767px) {
  .showcase-01 {
    background: #ECEAFA; }
    .showcase-01 .c-wrapper {
      width: 100%; }
      .showcase-01 .c-wrapper .c-container-01 {
        width: 100%;
        height: auto; }
        .showcase-01 .c-wrapper .c-container-01 .c-item-01 {
          width: 100%;
          height: auto; }
          .showcase-01 .c-wrapper .c-container-01 .c-item-01 > img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            object-position: center; }
      .showcase-01 .c-wrapper .c-container-02 {
        padding: 32px 24px 48px 24px; }
        .showcase-01 .c-wrapper .c-container-02 .c-item-01 {
          width: calc(100% - 16px);
          color: #221F44;
          font-feature-settings: 'liga' off, 'clig' off;
          font-family: 'Outfit';
          font-size: 48px;
          font-style: normal;
          font-weight: 500;
          line-height: 56px; }
        .showcase-01 .c-wrapper .c-container-02 .c-item-02 {
          width: calc(100% - 16px);
          margin-top: 16px;
          color: #4E4C69;
          font-feature-settings: 'liga' off, 'clig' off;
          font-family: 'Outfit';
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px; } }
@media all and (min-width: 768px) {
  .showcase-01 {
    display: flex;
    justify-content: center;
    background: #ECEAFA;
    padding: 0px 0px 128px 0px; }
    .showcase-01 .c-container-01 {
      width: 100%;
      height: 100%;
      min-height: 440px; }
      .showcase-01 .c-container-01 .c-item-01 > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .showcase-01 .c-container-02 {
      text-align: center;
      position: absolute;
      top: 40%;
      left: 10%; }
      .showcase-01 .c-container-02 .c-item-01 {
        width: 1020px;
        color: #FFF;
        text-align: center;
        font-family: 'Outfit';
        font-size: 60px;
        font-style: normal;
        font-weight: 500;
        line-height: 72px; }
      .showcase-01 .c-container-02 .c-item-02 {
        width: 1020px;
        margin-top: 16px;
        color: #FFFFFF;
        font-family: 'Outfit';
        font-size: 1.25em;
        font-weight: 500;
        letter-spacing: -0.01em;
        line-height: 28px; } }

/*# sourceMappingURL=Showcase01.css.map */
