/* -------------------------------------------------------------------------- */
/*                                   Common                                   */
/* -------------------------------------------------------------------------- */
[class*="__wrapper-m"] {
  width: min(100%, 960px);
  margin-inline: auto;
}

.cmn-py {
  padding-block: var(--sp-10);
}

.cmn-border {
  position: relative;
  z-index: 1;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--sp-2);
    padding: 2px;
    background: linear-gradient(
      135deg,
      var(--clr-main),
      var(--clr-secondary),
      var(--clr-accent)
    );
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
  }
}

.cmn-header {
  margin-bottom: var(--sp-4);

  h3 {
    font-size: var(--fz-h1);
    font-weight: var(--fw-bold);
    text-align: center;
  }
}

.cmn-content {
  padding-block: var(--sp-5);

  .cmn-content__header {
    margin-bottom: var(--sp-4);

    h3 {
      width: fit-content;
      margin-inline: auto;
    }
  }

  .cmn-content__text {
    margin-bottom: var(--sp-3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    gap: var(--sp-1);
    font-size: var(--fz-base);
    font-weight: var(--fw-semibold);
    letter-spacing: var(--ls-default);
    color: var(--clr-text-light);

    &::before,
    &::after {
      content: "";
      height: 1px;
      flex-grow: 1;
      background-color: var(--clr-bg);
    }
  }

  .cmn-content__text--black {
    color: var(--clr-text);

    &::before,
    &::after {
      background-color: var(--clr-text);
    }
  }

  .cmn-content__box,
  .cmn-content__box-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--sp-2);
  }

  .cmn-content__box {
    flex-flow: row nowrap;
  }

  .cmn-content__box-item {
    flex-flow: column nowrap;
  }

  .cmn-content__app {
    padding-right: var(--sp-2);
  }
}

/* -------------------------------------------------------------------------- */
/*                                     PC                                     */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- Sec00 --------------------------------- */
.sec00 {
}

/* ---------------------------------- Sec01 --------------------------------- */
.sec01 {
  background: no-repeat center / cover url("/mizuironet/images/sec01_img0.png");

  .sec01__wrapper-m {
    display: flex;
    justify-content: start;
    align-items: end;
    flex-flow: row nowrap;
    gap: var(--sp-3);

    /* &::before {
      content: "";
      position: absolute;
      inset: auto auto 0 0;
      width: 176px;
      height: 422px;
      background: no-repeat center / contain
        url("/mizuironet/images/sec01_deco1.png");
    } */
  }
}

/* ---------------------------------- Sec02 --------------------------------- */
.sec02 {
  .sec02__list {
    margin-bottom: var(--sp-10);
  }

  .sec02__item {
    &:not(:last-child) {
      margin-bottom: var(--sp-10);
    }

    .sec02__item-img {
      margin: 0 auto var(--sp-2) auto;
    }

    .sec02__item-header {
      display: flex;
      justify-content: start;
      align-items: center;
      flex-flow: row nowrap;
      gap: var(--sp-2);

      h3 {
        font-size: var(--fz-h3);
        font-weight: var(--fw-bold);
        flex-shrink: 0;
      }

      p {
        font-size: var(--fz-base);
      }
    }
  }

  .sec02__content {
    background-color: var(--clr-bg2);
    border-radius: var(--sp-1);
    padding: var(--sp-1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
  }

  .sec02__box {
    background-color: var(--clr-bg);
    border-radius: var(--sp-1);
    padding: var(--sp-4) var(--sp-2) var(--sp-4) var(--sp-4);

    .sec02__box-header {
      margin-bottom: var(--sp-2);

      h3 {
        font-size: var(--fz-h4);
        font-weight: var(--fw-semibold);
      }
    }
  }
}

/* ---------------------------------- Sec03 --------------------------------- */
.sec03 {
  padding-top: 0;

  .sec03__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--sp-4);
  }

  .sec03__item {
    width: min(100%, 464px);
    padding: var(--sp-4);

    .sec03__item-header {
      display: flex;
      justify-content: start;
      align-items: center;
      flex-flow: row nowrap;
      gap: var(--sp-2);
      margin-bottom: var(--sp-2);

      h4 {
        font-size: var(--fz-h4);
        font-weight: var(--fw-semibold);
      }
    }

    .sec03__item-text {
      font-size: var(--fz-h5);
      font-weight: var(--fw-semibold);
    }
  }
}

/* ---------------------------------- Sec04 --------------------------------- */
.sec04 {
  height: 1348px;
  background: no-repeat bottom center / cover
    url("/mizuironet/images/sec04_img1.png");
  position: relative;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    width: inherit;
    height: 40%;
    background: linear-gradient(to bottom, #ffffff, #ffffff00);
  }

  .sec04__wrapper-m {
    z-index: 2;
    position: relative;
  }

  .sec04__header {
    h3 {
      width: fit-content;
      margin: 0 auto calc(var(--sp-1) * 6) auto;
    }

    p {
      text-align: center;
      font-size: var(--fz-h6);
      letter-spacing: var(--ls-default);
    }
  }
}

/* ---------------------------------- Sec05 --------------------------------- */
.sec05 {
  padding-top: 130px;

  .sec05__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
    gap: var(--sp-4);
  }

  .sec05__item {
    width: min(100%, 464px);
    padding: var(--sp-2);
    background-color: var(--clr-bg);

    .sec05__item-img {
      margin: 0 auto var(--sp-2) auto;
    }

    .sec05__item-title {
      font-size: var(--fz-h4);
      font-weight: var(--fw-bold);
      margin-bottom: var(--sp-2);
    }

    .sec05__item-text {
      font-size: var(--fz-base);
    }
  }
}

/* ---------------------------------- Sec06 --------------------------------- */
.sec06 {
  background-color: var(--clr-bg3);

  .sec06__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--sp-3);
  }

  .sec06__item {
    width: min(100%, 468px);
    background-color: var(--clr-bg);
    padding: var(--sp-3);
    filter: drop-shadow(0 4 12 rgba(0 0 0 /12));
    border-radius: var(--sp-2);

    .sec06__item-content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: row nowrap;
      gap: var(--sp-2);

      img {
      }
    }

    .sec06__item-header {
      margin-bottom: var(--sp-2);

      h4 {
        font-size: var(--fz-h4);
        font-weight: var(--fw-bold);
        letter-spacing: var(--ls-default);
      }
    }

    .sec06__item-box {
      h5,
      p {
        letter-spacing: var(--ls-default);
      }

      h5 {
        font-size: var(--fz-h5);
        font-weight: var(--fw-bold);
        margin-bottom: var(--sp-2);
      }

      p {
        font-size: var(--fz-small);
      }
    }
  }
}

/* ---------------------------------- Sec07 --------------------------------- */
.sec07 {
  padding-bottom: 60px;

  .sec07__wrapper-m {
  }

  .sec07__text {
    text-align: center;
    font-size: var(--fz-h3);
    font-weight: var(--fw-semibold);
    margin-bottom: var(--sp-2);
  }

  .cmn-content {
    padding-bottom: 0;
    position: relative;
    z-index: 1;

    &::before {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      margin-inline: auto;
      width: 871px;
      height: 458px;
      background: no-repeat center / contain
        url("/mizuironet/images/sec07_deco1.png");
      z-index: -1;
    }

    .cmn-content__text {
      width: min(100%, 575px);
      margin-inline: auto;
    }
  }
}
