#top-main {
  #top-1 {
    position: relative;
    width: 100%;
    /* height: 70vh;
    min-height: 750px; */

    h1 {
      /* position: absolute;
      z-index: 2;
      top: 0;
      left: 0; */
      width: 100%;
      background-color: var(--orange);
      color: var(--lorange);
      text-align: center;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      flex-wrap: wrap;
      /* border-radius: 0 0 15px 15px; */
      font-weight: 700;

      .h1-sub {
        font-size: 75%;
        color: var(--navy);
      }
    }

    /* .t1-back {
      width: 100%;
      
      object-fit: cover;
    } */

    /* .br-img {
      position: absolute;
      bottom: 0;
      right: 0;
      width: clamp(350px, 45%, 800px);
      height: auto;
      z-index: 3;
    } */

    /* .top-gala {

      position: absolute;
      width: clamp(350px, 50%, 800px);
      top: 0;
      left: 0;
      padding: 70px  20px 10px 20px;
      background-color: var(--blorange);
      z-index: 1;
      border-radius: 0 0 10px 0;

      .school-slider {
        width: 100%;
        margin: 0 auto;

        .school-slider-main {
          overflow: hidden;
          cursor: grab;
          user-select: none;
          touch-action: pan-y;

          &:active {
            cursor: grabbing;
          }
        }

        .school-slider-track {
          display: flex;
          gap: 20px;
          transition: transform 0.4s ease;
        }

        .school-slide {
          flex: 0 0 min(100%, 700px);

          a {
            display: block;
            -webkit-user-drag: none;
            user-select: none;
            transition: opacity 0.3s;

            &:hover {
              opacity: 0.7;
            }
          }

          img {
            display: block;
            width: 100%;
            aspect-ratio: 297 / 210;
            object-fit: contain;
            
            pointer-events: none;
            -webkit-user-drag: none;
            user-select: none;
          }
        }

        .slider-prev,
        .slider-next {
          position: absolute;
          top: 45%;
          transform: translateY(-50%);
          z-index: 10;
          width: 40px;
          height: 40px;
          border: none;
          border-radius: 50%;
          background: rgba(0, 0, 0, 0.35);
          color: #fff;
          font-size: 30px;
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .slider-prev {
          left: 12px;
        }

        .slider-next {
          right: 12px;
        }

        .school-slider-thumbs {
          display: flex;
          gap: 10px;
          margin-top: 15px;
          flex-wrap: wrap;
          padding-bottom: 5px;
        }

        .slider-thumb {
          width: 110px;
          flex-shrink: 0;
          border: 5px solid transparent;
          cursor: pointer;
          border-radius: 10px;
          overflow: hidden;
          transition: opacity 0.3s;

          &:hover {
            opacity: 0.7;
          }

          &.active {
            border: 5px solid var(--orange);
          }

          img {
            display: block;
            width: 100%;
            aspect-ratio: 4 / 3;
            object-fit: cover;
          }
        }
      }
    }

    @media screen and (max-width: 950px) {
      .top-gala {
        
        width: 100%;
        max-width: 475px;
        left: 50%;
        transform: translateX(-50%);
        padding: 75px 10px 10px 10px;

        .school-slider{
          .school-slider-thumbs {
          gap:  2px;
        }

        .slider-thumb {
          width: 90px;
        }
        }

        
      }
    } */

    .t1-flex {
      width: 100%;
      justify-content: space-between;
      overflow: hidden;

      .t1-1 {
        width: 63%;

        max-width: 1000px;
        /* test */
        width: 100%;
        max-width: none;
        .top-gala {
          width: 100%;

          padding: 70px 0 10px 5%;
          background-color: var(--blorange);

          border-radius: 0 0 10px 0;

          .school-slider {
            width: 100%;
            margin: 0 auto 0 0;
            position: relative;
            /* test */
            display: flex;
            gap: 50px;
            align-items: start;
            justify-content: center;
            max-width: 1200px;
            z-index: 2;

            .school-slider-main {
              overflow: hidden;
              cursor: grab;
              user-select: none;
              touch-action: pan-y;
              /* test */
              width: calc(75% - 50px);
              position: relative;
              aspect-ratio: 297 / 210;
              max-height: 70vh;

              &:active {
                cursor: grabbing;
              }

              &::before,
              &::after {
                content: "";
                position: absolute;
                width: 20px;
                height: 100%;
                pointer-events: none;
                top: 0;
                z-index: 2;
              }

              &::before {
                left: 0;
                background: linear-gradient(
                  to right,
                  rgba(0, 0, 0, 0.35),
                  rgba(0, 0, 0, 0)
                );
              }

              &::after {
                right: 0;
                background: linear-gradient(
                  to left,
                  rgba(0, 0, 0, 0.35),
                  rgba(0, 0, 0, 0)
                );
              }
            }

            .school-slider-track {
              display: flex;
              gap: 20px;
              transition: transform 0.4s ease;
            }

            .school-slide {
              flex: 0 0 min(100%, 830px);

              a {
                display: block;
                -webkit-user-drag: none;
                user-select: none;
                transition: opacity 0.3s;

                &:hover {
                  opacity: 0.7;
                }
              }

              img {
                display: block;
                width: 100%;
                aspect-ratio: 297 / 210;
                object-fit: contain;

                pointer-events: none;
                -webkit-user-drag: none;
                user-select: none;
              }
            }

            .slider-prev,
            .slider-next {
              position: absolute;
              top: 45%;
              transform: translateY(-50%);
              z-index: 10;
              width: 40px;
              height: 40px;
              border: none;
              border-radius: 50%;
              background: rgba(0, 0, 0, 0.35);
              color: #fff;
              font-size: 30px;
              cursor: pointer;
              display: flex;
              justify-content: center;
              align-items: center;
            }

            .slider-prev {
              left: 12px;
            }

            .slider-next {
              right: 12px;
            }

            .school-slider-thumbs {
              margin-top: 15px;

              /* test */
              width: clamp(110px, 25%, 360px);
              /* Firefox */
              scrollbar-width: none;

              /* IE / Edge旧 */
              -ms-overflow-style: none;
              overflow-y: scroll;
              max-height: var(--a-height);

              &::-webkit-scrollbar {
                display: none;
              }

              .sst-in {
                width: 100%;
                display: flex;
                align-items: start;
                gap: 10px;
                flex-wrap: wrap;
                padding-bottom: 5px;
              }
            }

            .slider-thumb {
              width: 110px;
              flex-shrink: 0;
              border: 5px solid transparent;
              cursor: pointer;
              border-radius: 10px;
              overflow: hidden;
              transition: opacity 0.3s;

              &:hover {
                opacity: 0.7;
              }

              &.active {
                border: 5px solid var(--orange);
              }

              img {
                display: block;
                width: 100%;
                aspect-ratio: 4 / 3;
                object-fit: cover;
              }
            }
          }
        }
      }

      .t1-2 {
        display: flex;
        /* test */
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        flex-direction: column;
        justify-content: end;
        align-items: end;
        width: 30%;
        opacity: 0.5;

        .t12-logo {
          width: clamp(200px, 80%, 400px);

          margin-inline: 20px auto;
          margin-bottom: 20px;
        }

        .br-img {
          width: clamp(200px, 98%, 700px);
        }
      }

      @media screen and (min-width: 1750px) and (min-height: 751px) {
        .t1-2 {
          opacity: 1;
        }
      }

      @media screen and (max-width: 1300px) {
        .t1-2 {
          display: none;
        }
      }
    }

    @media screen and (max-width: 750px) {
      .t1-flex {
        flex-direction: column;

        .t1-1 {
          width: 100%;
          .top-gala {
            width: 100%;
            padding: 30px 10px;

            .school-slider {
              flex-direction: column;
              align-items: center;
              gap: 20px;

              .school-slider-main {
                width: 100%;
                max-width: 650px;
              }
              .school-slider-thumbs {
                width: 100%;
                overflow: auto;
                max-width: none;
                .sst-in {
                  align-items: center;
                  justify-content: center;
                  gap: 2px;
                }
              }

              .slider-thumb {
                width: 80px;
              }
            }
          }
        }

        .t1-2 {
          width: 100%;
          position: relative;
          padding-top: 50px;

          .t12-logo {
            position: absolute;
            z-index: 1;
            top: 10px;
            left: 10px;
            width: 200px;
          }

          .br-img {
            position: relative;
            z-index: 2;
            width: 80%;
          }
        }
      }
    }
  }

  #t-news {
    border-top: 5px solid var(--morange);
    border-bottom: 5px solid var(--morange);
    padding: 10px 5%;
    background-color: var(--lorange);

    .tn-inner {
      gap: 50px;
      max-width: 1300px;
      margin: 0 auto;
      align-items: center;

      .tni-title {
        span {
          display: block;
        }
        .tni-1 {
          color: var(--orange);
          font-weight: 700;
          font-size: 2rem;
        }
        h2 {
          font-size: 1rem;
        }
      }

      .tn-wrap {
        gap: 30px;

        .tn-content {
          gap: 10px;
          padding: 5px 0;

          flex: 1;
          align-items: center;
          position: relative;

          .t2n-date {
            display: block;
            font-size: 0.75rem;
            white-space: nowrap;
          }

          .tn-title {
            font-size: 1rem;
            white-space: nowrap;
            transition: all 0.3s;
          }
        }
        .tn-content::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background-color: var(--orange);
          transition: all 0.4s;
          height: 3px;
        }
        .tn-content:hover {
          .tn-title {
            color: #747677;
          }
        }
        .tn-content:hover::after {
          width: 0;
        }
      }
    }
    @media screen and (max-width: 1300px) {
      .tn-inner {
        .tn-wrap {
          .tn-content {
            flex-direction: column;
            align-items: start;
          }
        }
      }
    }
    @media screen and (max-width: 1050px) {
      .tn-inner {
        justify-content: center;

        .tn-wrap {
          width: 400px;
          gap: 10px;
          flex-direction: column;
          align-items: start;
          .tn-content {
            width: 100%;
          }
        }
      }
    }
    @media screen and (max-width: 680px) {
      .tn-inner {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        .tn-wrap {
          margin-left: 20px;
          width: calc(90% - 20px);
        }
      }
    }
  }

  #top-2 {
    padding-bottom: 20px;
    width: 100%;
    .t2-title {
      width: fit-content;
      margin: 60px auto;
      margin-top: 0;
      position: relative;
      h2 {
        font-size: 2.4rem;
        text-align: center;
        width: fit-content;
      }
      span {
        width: clamp(45px, 8vw, 70px);
        height: auto;
        aspect-ratio: 1/1;
        position: absolute;
        top: 50%;
        right: calc(100% + 20px);
        transform: translateY(-50%);
        svg {
          width: 100%;
          height: 100%;
          fill: var(--orange);
        }
      }
    }

    .t2-area {
      width: 100%;
      max-width: 1200px;
      margin: 50px auto;
      justify-content: center;
      align-items: center;
      gap: clamp(50px, 10%, 200px);

      .t2-1 {
        width: 100%;
        aspect-ratio: 1/1;
        position: relative;
        background-color: var(--bblue);
        border-radius: 15px;
        border: 3px solid var(--navy);
        padding: 20px;

        svg {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1;

          .cls-1 {
            fill: #67ca64;
          }
          .cls-2 {
            fill: none;
            stroke: gray;
            stroke-miterlimit: 10;
            stroke-width: 3px;
          }

          g {
            transform: scale(0.9);
            transition: all 0.6s;
            transform-origin: 50% 70%;
            .cls-1 {
              transition: all 0.8s;
            }
          }

          g.posi {
            transform: scale(1);
            .cls-1 {
              fill: var(--orange);
              stroke: var(--navy);
              stroke-miterlimit: 10;
              stroke-width: 3px;
            }
          }

          g.nega {
            .cls-1 {
              fill: #b6dab5;
              stroke: none;
            }
          }
        }

        .school-area-links {
          position: relative;
          z-index: 2;
          width: 100%;
          height: 100%;

          a {
            position: absolute;
            display: block;
            width: fit-content;
            padding: 10px 20px;
            border-radius: 10px;
            background-color: var(--navy);
            border: 3px solid var(--navy);
            transform: translate(-50%, -50%);
            white-space: nowrap;
            transition: all 0.3s;
            color: white;
          }

          .t2-b-all {
            top: -10px;
            left: 50%;
            width: 50%;
            text-align: center;
            max-width: 400px;
            color: var(--navy);
            background-color: var(--lblue);
          }

          a:hover {
            background-color: white;
            color: var(--navy);
          }

          a.nega {
            background-color: #535557;
            border: 3px solid #535557;
          }

          #ho-to-btn {
            top: 20%;
            left: 42%;
          }

          #kanto-btn {
            top: 65%;
            left: 91%;
          }

          #tokai-btn {
            top: 45%;
            left: 37%;
          }

          #kansai-btn {
            top: 89%;
            left: 65%;
          }

          #kyu-oki-btn {
            top: 105%;
            left: 18%;
          }
        }
      }

      .t2-2 {
        width: 100%;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;

        .t22-wrap {
          background-color: var(--borange);
          padding: 20px;
          border-radius: 30px;
          border: 3px solid var(--orange);
          width: 100%;
          position: relative;
          margin-top: 60px;

          img {
            position: absolute;
            width: 120px;
            height: auto;
            bottom: calc(100% - 6px);
            right: 30px;
          }
          h3 {
            margin-bottom: 15px;
            text-align: center;
          }

          .t22-form {
            display: flex;

            input {
              border: 3px solid var(--navy);
              background-color: rgb(239, 246, 248);
              padding: 7px 12px;
              font-size: 1.2rem;
              border-radius: 10px;
              width: calc(90% - 2.6rem - 17px);
            }
            input::placeholder {
              color: #afafaf;
              font-size: 0.9rem;
            }

            button {
              margin-left: 10px;
              padding: 7px 15px;
              border-radius: 10px;
              font-size: 1.2rem;
              color: white;
              background-color: var(--navy);
              transition: all 0.3s;
              border: 3px solid var(--navy);
              white-space: nowrap;
            }

            button:hover {
              background-color: white;
              color: var(--navy);
            }
          }

          .t22-exa {
            margin: 0 auto;
            font-size: 1rem;
            margin-top: 10px;
            display: block;
            width: fit-content;
          }
        }

        .t2-newopen {
          width: 100%;
          h3 {
            text-align: left;
            font-size: 1.6rem;
            padding: 5px 20px;
            border-bottom: 3px solid var(--orange);
            width: fit-content;
            /* margin: 0 auto; */
            margin-bottom: 20px;
          }
          .t2no-flex {
            /* flex-direction: column; */
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
            width: 100%;

            a {
              width: calc(50% - 8px);
              padding: 20px;
              border-radius: 30px;
              border: 3px solid var(--navy);
              background-color: var(--borange);
              max-width: 400px;
              transition: all 0.3s;
              position: relative;
              overflow: hidden;
              flex: 1;
              min-width: 140px;
              .t2no-flex-inner {
                position: relative;
                z-index: 2;
                span {
                  font-size: 1rem;
                }
                .t2no-1 {
                  font-size: 1.1rem;
                  margin: 5px 0;
                }
                /* .t2no-2{
                font-size: 0.9rem;
              } */
              }
              img {
                position: absolute;
                z-index: 1;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                object-position: 50% 50%;
                opacity: 0.15;
                transition: all 0.3s;
                transform-origin: 50% 50%;
              }
            }
            a:hover {
              background-color: var(--mblue);
              img {
                transform: scale(1.2);
                opacity: 0.25;
              }
            }
          }
        }
      }
    }
  }

  .t2u-wrap {
    width: 100%;
    overflow: hidden;

    img {
      width: 100%;
      min-height: 80px;
      object-fit: cover;
      object-position: 50% 0;
    }
  }

  #top-3 {
    background-color: var(--navy);
    position: relative;

    h2 {
      font-size: 2.4rem;
      width: fit-content;
      padding: 10px;
      border-bottom: 4px solid var(--orange);
      margin: 0 auto 50px auto;
      color: var(--lorange);
    }

    .t3-text {
      padding: 30px 15px;
      background-color: #31404e;
      border-radius: 15px;
      max-width: 700px;
      margin: 0 auto;
      p {
        color: var(--lorange);
        text-align: center;
        line-height: 170%;
        span {
          color: var(--lorange);
        }
        .C_o {
          color: var(--orange);
        }
      }
      ul {
        padding-left: 15px;
        margin-bottom: 30px;
        max-width: fit-content;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        li {
          color: var(--lorange);
          font-size: 1rem;
          position: relative;
          span {
            display: inline-block;
            color: var(--lorange);
          }
        }
        li::before {
          content: "";
          position: absolute;
          width: 8px;
          aspect-ratio: 1/1;
          background-color: var(--morange);
          display: block;
          top: calc(0.7rem - 4px);
          left: -15px;
          border-radius: 50%;
        }
      }
    }

    .t3t-1 {
      margin-bottom: 30px;
    }

    .t3-tri {
      position: absolute;
      display: block;
      bottom: 40px;
      left: calc(50% - 10px);
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-top: 20px solid var(--orange);
      animation: t3-tri 1.5s ease-in-out alternate infinite;
    }
  }

  #top-4 {
    background-color: var(--lorange);
    border-radius: 0 0 100px 100px;
    padding-bottom: 0;

    h2 {
      margin-bottom: 50px;
      text-align: center;
      .t4-sub {
        margin-bottom: 5px;
        font-size: 1.2rem;
      }
      .t4-ma {
        font-size: 3.6rem;
        color: var(--orange);
        font-weight: 900;
        display: block;
      }
    }

    .t4-wrap {
      justify-content: center;
      align-items: start;
      gap: 5%;
      .t4-content {
        flex-direction: column-reverse;
        width: 30%;

        .t4c-1 {
          h3 {
            margin-block: 10px 30px;
            padding-left: 20px;
            border-left: 10px solid var(--morange);
            .t4-ti-1 {
              font-size: 1.2rem;
              color: var(--orange);
              margin-bottom: 5px;
            }
            .t4-ti-2 {
              display: block;
              font-size: 1.6rem;
              color: var(--navy);
            }
          }
          p {
            font-size: 1rem;
            margin-bottom: 20px;
            span {
              display: inline;
              color: var(--orange);
            }
          }
        }

        .t4c-2 {
          width: 100%;
          height: auto;
          aspect-ratio: 1.2/0.8;
          object-fit: cover;
          border-radius: 15px;
        }
      }
    }

    .t4-li-flex {
      max-width: 700px;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 50px;
      margin: 100px auto 30px auto;

      .R-btn {
        width: fit-content;
        font-size: 2rem;
        height: calc(2rem + 7px);
        text-align: center;
      }
    }

    .t4-under {
      margin: 0 auto;
      margin-top: 50px;
      width: calc(100% - 200px);
      max-width: 600px;
    }
  }

  #top-5 {
    padding-top: 100px;
    .t5-wrap {
      padding: 0 5%;
      width: 100%;

      h2 {
        text-align: center;
        font-size: 2rem;
        line-height: 130%;
      }

      .t5-flex {
        width: 100%;
        max-width: 1200px;
        margin: 50px auto;
        align-items: center;
        justify-content: center;
        gap: 30px;
      }

      .t5-1 {
        width: 100%;
        margin-top: 58px;
        position: relative;
        p {
          width: calc(100% - 40px);
          text-align: right;
        }

        .t5-tri {
          position: absolute;
          display: block;
          bottom: calc(50% - 10px);
          left: calc(100% - 10px);
          border-top: 16px solid transparent;
          border-bottom: 16px solid transparent;
          border-left: 20px solid var(--orange);
          animation: t5-tri 1.5s ease-in-out alternate infinite;
        }
      }

      .t5-2 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

        .t22-wrap {
          background-color: var(--borange);
          padding: 20px;
          border-radius: 30px;
          border: 3px solid var(--orange);
          width: 100%;
          position: relative;
          margin-top: 60px;
          max-width: 500px;

          img {
            position: absolute;
            width: 120px;
            height: auto;
            bottom: calc(100% - 6px);
            right: 30px;
          }
          h3 {
            margin-bottom: 15px;
            text-align: center;
          }

          .t22-form {
            display: flex;

            input {
              border: 3px solid var(--navy);
              background-color: rgb(239, 246, 248);
              padding: 7px 12px;
              font-size: 1.2rem;
              border-radius: 10px;
              width: calc(90% - 2.6rem - 17px);
            }
            input::placeholder {
              color: #afafaf;
            }

            button {
              margin-left: 10px;
              padding: 7px 15px;
              border-radius: 10px;
              font-size: 1.2rem;
              color: white;
              background-color: var(--navy);
              transition: all 0.3s;
              border: 3px solid var(--navy);
              white-space: nowrap;
            }

            button:hover {
              background-color: white;
              color: var(--navy);
            }
          }

          .t22-exa {
            margin: 0 auto;
            font-size: 1rem;
            margin-top: 10px;
            display: block;
            width: fit-content;
          }
        }
      }
    }

    .t5-slide {
      width: 100%;

      .t5s-inner {
        width: 100%;
        overflow: hidden;
      }

      .t5s-flex {
        width: fit-content;
        flex-wrap: nowrap;
        animation: t5s 70s linear infinite;
        flex-shrink: 0;

        img {
          width: clamp(160px, 20vw, 500px);
          max-height: 220px;
          object-fit: cover;
          object-position: 50% 50%;
          height: auto;
        }
      }
    }
  }

  @media screen and (max-width: 1450px) {
    #top-4 {
      h2 {
        text-align: left;
      }
      .t4-wrap {
        flex-direction: column;
        gap: 60px;

        .t4-content {
          flex-direction: row-reverse;
          justify-content: left;
          width: 100%;
          gap: 30px;

          .t4c-1 {
            p {
              max-width: 600px;
            }
          }
          .t4c-2 {
            width: 350px;
          }
        }
      }
    }
  }

  @media screen and (max-width: 970px) {
    #top-2 {
      .t2-area {
        flex-direction: column-reverse;
        max-width: 600px;

        .t2-1 {
          .school-area-links {
            a {
              font-size: 1rem;
              padding: 10px;
            }
          }
        }

        .t2-2 {
          aspect-ratio: unset;
          margin-top: 20px;
        }
      }
    }

    #top-4 {
      border-radius: 0 0 60px 60px;
      .t4-wrap {
        align-items: center;
        gap: 100px;
        .t4-content {
          flex-direction: column-reverse;

          width: 100%;
          max-width: 500px;
          .t4c-2 {
            width: 100%;
          }
        }
      }
      .t4-under {
        width: calc(100% - 60px);
      }
    }

    #top-5 {
      .t5-wrap {
        .t5-flex {
          flex-direction: column;
          margin-top: 20px;

          .t5-1 {
            margin-top: 0;
            position: relative;
            margin-bottom: 50px;
            p {
              width: 100%;
              text-align: center;
            }

            .t5-tri {
              position: absolute;
              display: block;
              bottom: -60px;
              left: calc(50% - 10px);
              border-left: 16px solid transparent;
              border-right: 16px solid transparent;
              border-top: 20px solid var(--orange);
              animation: t3-tri 1.5s ease-in-out alternate infinite;
            }
          }
        }
      }
    }
  }

  @media screen and (max-width: 560px) {
    #top-1 {
      h1 {
        gap: 7px;
      }
    }

    #top-2 {
      .t2-area {
        .t2-2 {
          .t22-wrap {
            .t22-form {
              input::placeholder {
                font-size: 0.8rem;
              }
            }
          }
        }
      }
    }

    #top-5 {
      .t5-wrap {
        .t5-flex {
          .t5-2 {
            .t22-wrap {
              input::placeholder {
                font-size: 0.8rem;
              }
            }
          }
        }
      }
    }
  }

  @media screen and (min-width: 1100px) and (max-height: 650px) {
    #top-1 {
      .t1-flex {
        .t1-1 {
          .top-gala {
            padding-top: 10px;

            .school-slider {
              max-width: 600px;
              margin: 0 auto;

              /* test */
              max-width: none;
              height: 73vh;

              .school-slider-main {
                height: 100%;
                width: auto;
                .school-slider-track {
                  height: 100%;
                  .school-slide {
                    flex: 0 0 auto;
                    height: 100%;
                    width: auto;

                    a {
                      height: 100%;
                    }

                    img {
                      height: 100%;
                    }
                  }
                }
              }
            }

            .t1-2 {
              width: 23%;
            }
          }
        }
      }
    }

    #top-2 {
      .t2-area {
        max-width: 900px;
      }
    }
  }
}

@keyframes t3-tri {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes t5-tri {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes t5s {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
