@charset "UTF-8";
.wrap {
  max-width: 960px;
  margin: 0 var(--spacing-3);
}

.section__inner {
  padding: var(--spacing-9) 0 96px 0;
  display: flex;
  justify-content: center;
}

.container-wrapper {
  margin: var(--spacing-10) 0;
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-6);
}

/* グロナビに初めから下線 */
#next{
  .u-line {
      background-size: 100% 1px !important;
  }
}

/* section-01
----------------------------------- */
.section-01 {
  padding-top: calc(96px + var(--header-height));
}

/* section-02
----------------------------------- */
.section-02 {
  /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),linear-gradient(90deg, rgba(0, 91, 172, 0.15) 0%, rgba(58, 175, 197, 0.15) 100%); */
  background-image: url(/10th-anniversary/img/next/section02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--radius-xxxl);

  .section-02__content {
    margin-top: var(--spacing-7);
    display: flex;
    gap: var(--spacing-5);

    @media screen and (max-width:768px) {
      flex-direction: column;
      align-items: center;
    }

    .col-left {
      letter-spacing: 0;
      line-height: 1.6;
    }

    .col-right {
      flex-shrink: 0;
      width: 180px;
    }
  }
}

/* section-03
----------------------------------- */
.section-03 {
  background-color: var(--color-white);
  border-radius: var(--radius-xxxl);

  .section-03__content {
    display: flex;
    flex-direction: column;
    row-gap: var(--spacing-10);

    .contents {
      display: flex;
      flex-direction: column;
      row-gap: var(--spacing-7);

      .contents__inner {
        display: flex;
        gap: var(--spacing-5);
        align-items: center;

        @media screen and (max-width:768px) {
          flex-direction: column;
          align-items: center;
        }

        .logo {
          width: 180px;
          flex-shrink: 0;
        }

        .fig {
          width: 300px;
          flex-shrink: 0;
        }
      }
    }

    hr {
      border: 1px solid var(--color-secondary);
    }
  }
}

/* section-04
----------------------------------- */
.section-04 {
  background-color: var(--color-white);
  border-radius: var(--radius-xxxl);
  position: relative;
  overflow: hidden;

  .section-04__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    row-gap: var(--spacing-7);

    sup {
      vertical-align: baseline;
      font-size: var(--typo-fz-12);
      line-height: 1.2;
      letter-spacing: 0;
      font-weight: normal;
    }

    .list ul {
      display: flex;
      flex-direction: column;
      align-items: center;

      @media screen and (max-width:840px) {
        align-items: flex-start;
      }

      .list-branch {
        width: 112px;
        height: 80px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;

        &.right {
          background-image: url(/10th-anniversary/img/next/line-branch_right.svg);

          .event {
            left: 112px;
          }
        }

        &.left {
          background-image: url(/10th-anniversary/img/next/line-branch_left.svg);

          .event {
            right: 112px;
            text-align: right;
          }

          @media screen and (max-width:840px) {
            background-image: url(/10th-anniversary/img/next/line-branch_right.svg);

            .event {
              left: 112px;
              text-align: left;
            }
          }
        }

        @media screen and (max-width:560px) {
          width: 60px;

          .event {
            left: 70px !important;
          }
        }

        &.end {
          background-image: url(/10th-anniversary/img/next/line-end.svg);
        }
      }

      .year {
        width: 80px;
        height: 80px;
        margin-inline: auto;
        background-image: url(/10th-anniversary/img/next/hishigata.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: grid;
        place-content: center;
        font-size: var(--typo-fz-20);
        line-height: 1.2;
        letter-spacing: 0;
        text-align: center;
        font-weight: bold;
        font-family: var(--din-font-m);
        color: var(--color-primary);

        @media screen and (max-width:560px) {
          width: 60px;
          height: 60px;
        }
      }

      .event {
        white-space: nowrap;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: var(--typo-fz-18);
        letter-spacing: 0;
        line-height: 1.2;
        font-weight: bold;

        @media screen and (max-width:560px) {
          font-size: var(--typo-fz-14);
        }

        br.sp {
          display: none;
        }

        @media screen and (max-width:560px) {
          br.sp {
            display: block;
          }
        }

        .date {
          font-size: var(--typo-fz-14);
          font-weight: 500;
          display: block;
          margin-bottom: 6px;
          color: var(--color-primary);
        }
      }
    }

    .figure {
      position: relative;
      display: grid;
      place-content: center;

      img {
        max-width: 722px;
      }

      .caption {
        position: absolute;
        bottom: calc(396px + 29px);
        right: 20px;
        width: 208px;

        @media screen and (max-width:768px) {
          width: 150px;
          bottom: 120%;
        }

        @media screen and (max-width:640px) {
          display: none;
        }
      }
    }
  }

  .list_bg_wrap {
    position: absolute;
    top: 0;
    background-image: url(/10th-anniversary/img/next/list_bg.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 101%;
    width: 100%;
    height: 100%;
    z-index: 0;

    @media screen and (max-width:1280px) {
      background-position: center 16%;
    }

    @media screen and (max-width:840px) {
      background-image: url(/10th-anniversary/img/next/list_bg_840.png);
      background-size: cover;
    }
  }
}

[class*="decoration-"] {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: multiply;

  &.decoration-01 {
    top: 18%;
    right: -305px;
    width: 910px;
    height: 910px;
    background-image: url(/10th-anniversary/img/common/gmosign_10th_kazari1.png);
  }

  &.decoration-02 {
    top: 32%;
    left: -184px;
    width: 1214px;
    height: 1214px;
    background-image: url(/10th-anniversary/img/common/gmosign_10th_kazari2.png);
  }

  @media screen and (max-width:1030px) {
    &.decoration-02 {
      right: 10px;
      left: initial;
    }
  }
  @media screen and (max-width:600px) {
    &.decoration-01{
      top: 22%;
      left: 30%;
      width: 600px;
      height: 600px;
    }
    &.decoration-02 {
      top: 50%;
      width: 800px;
      height: 800px;
    }
  }
}