@charset "utf-8";

body {
  overflow-x: clip;
  position: relative;
  background-color: #F0F0F0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 6.25vw 6.25vw;

  @media (max-width: 768px) {
    background-size: 80px 80px;
  }
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
  margin-top: min(80px, 6.25vw);
  height: min(640px, 50vw);
  overflow-x: clip;
  @media (max-width: 768px) {
    margin-top: 64px;
    height: fit-content;
    padding-inline: 24px;
  }
  .inner {
    position: relative;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    container-type: inline-size;
    @media (max-width: 768px) {
      max-width: 100%;
    }
    .fv-ttl-group {
      position: relative;
      margin: 4.6875cqw 0 0 9.6875cqw;
      z-index: 1;
      @media (max-width: 768px) {
        margin: 56px 0 0;
      }
    }
    .text {
      width: 18.75cqw;
      font-size: 1.171875cqw;
      letter-spacing: 0.1em;
      line-height: 1.8666666;
      text-align: justify;
      word-break: break-all;
      margin: 3.125cqw 0 0 9.6875cqw;
      @media (max-width: 768px) {
        width: 100%;
        font-size: 1.5rem;
        margin: 32px 0 0;
      }
    }
    .image {
      position: absolute;
      bottom: 4.6875cqw;
      right: 6.640625cqw;
      width: 60cqw;
      @media (max-width: 768px) {
        position: relative;
        bottom: unset;
        right: unset;
        width: 327px;
        margin: 32px auto 0;
      }
    }
    div[class*="deco"] {
      position: absolute;
    }
    .deco01 {
      top: -6.25cqw;
      left: 25.234374999999996cqw;
      width: 10.9375cqw;
      @media (max-width: 768px) {
        top: -54px;
        left: 86px;
        width: 99px;
      }
    }
    .deco02 {
      top: 4.375cqw;
      right: 46.25cqw;
      width: 3.75cqw;
      @media (max-width: 768px) {
        top: 50px;
        right: 76px;
        width: 34px;
      }
    }
    .deco03 {
      top: 4.765625cqw;
      right: 27.5cqw;
      width: 7.8125cqw;
      @media (max-width: 768px) {
        top: unset;
        bottom: 142px;
        right: 3px;
        width: 56px;
      }
    }
    .deco04 {
      top: 11.328125cqw;
      right: 11.484375cqw;
      width: 2.5cqw;
      @media (max-width: 768px) {
        top: 50px;
        right: 23px;
        width: 16px;
      }
    }
    .deco05 {
      top: 18.28125cqw;
      left: 0;
      width: 7.8125cqw;
      @media (max-width: 768px) {
        top: unset;
        bottom: 98px;
        left: -31px;
        width: 57px;
        z-index: -1;
      }
    }
    .deco06 {
      bottom: 9.296875cqw;
      right: -4.53125cqw;
      width: 21.09375cqw;
      @media (max-width: 768px) {
        translate: 120px 0;
        bottom: 26px;
        left: 50%;
        width: 110px;
      }
    }
    .deco07 {
      bottom: -10.15625cqw;
      left: 4.453125cqw;
      width: 15.625cqw;
      @media (max-width: 768px) {
        bottom: -54px;
        left: -32px;
        width: 124px;
        z-index: -1;
      }
    }
  }
}
/* ↑↑↑ fv ↑↑↑ */
/* ↓↓↓ content-box ↓↓↓ */
.content-box {
  margin-top: min(120px, 9.375vw);
  .content-box_inner {
    width: 100%;
    .side-menu {
      position: sticky;
      height: fit-content;
      top: 200px;
      left: min(40px, 3.046875vw);
      width: min(212px, 16.5625vw);
      margin-bottom: 100px;
      background-color: #fff;
      border-radius: 0 20px 20px 0;
      z-index: 5;
      &::before, &::after {
        content: '';
        position: absolute;
        top: max(-19px, -1.484375cqw);
        left: 0;
        width: min(20px, 1.5625cqw);
        height: min(20px, 1.5625cqw);
        background: url(../img/common/side-menu-deco.png) no-repeat;
        background-size: cover;
        @media (max-width: 768px) {
          &::before, &::after {
            top: -19px;
            left: 0;
            width: 20px;
            height: 20px;
          }
        }
      }
      &::after {
        scale: 1 -1;
        top: unset;
        bottom: max(-19px, -1.484375cqw);
        @media (max-width: 768px) {
          &::after {
            scale: 1 -1;
            top: unset;
            bottom: -19px;
          }
        }
      } 
      @media (max-width: 768px) {
        position: fixed;
        left: 2.666666666666667vw;
        top: unset;
        bottom: 24px;
        width: 226px;
        margin-bottom: 0;
      }
      .head {
        display: none;
        @media (max-width: 768px) {
          position: relative;
          display: block;
          font-size: 1.5rem;
          font-family: var(--text-poppins);
          font-weight: 500;
          padding: 14px 16px;
          color: var(--color-navy);
          background-color: #fff;
          border-radius: 0 20px 20px 0;
          &.-active {
            .deco {
              &::before {
                rotate: 0deg;
              }
            }
          }
        }
        .deco {
          position: absolute;
          translate: 0 -50%;
          top: 50%;
          right: 16px;
          width: 24px;
          height: 24px;
          background-color: var(--color-navy);
          border-radius: 50%;
          &::after, &::before {
            content: '';
            position: absolute;
            translate: -50% -50%;
            top: 50%;
            left: 50%;
            width: 14px;
            height: 2px;
            background-color: #fff;
            border-radius: 10px;
          }
          &::before {
            rotate: 90deg;
            transition: rotate 300ms ease;
          }
        }
      }
      .list {
        display: block;
        padding: min(24px, 1.875vw) min(16px, 1.25vw);
        @media (max-width: 768px) {
          display: none;
          position: relative;
          padding: 16px 16px 32px;
          &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 16px;
            width: 194px;
            height: 1px;
            background-image: repeating-linear-gradient(90deg, var(--color-navy), var(--color-navy) 2px, transparent 2px, transparent 4px);
            background-size: 100% 1px;
          }
        }
        .anchor {
          display: block;
          position: relative;
          font-size: min(1.2rem, 0.9375vw);
          font-weight: 500;
          padding-left: min(16px, 1.25vw);
          line-height: 1.5;
          opacity: 0.3;
          transition: opacity 300ms ease;
          @media (max-width: 768px) {
            font-size: 1.2rem;
            padding-left: 16px;
            opacity: 1;
          }
          &::after {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: min(8px, 0.625vw);
            height: min(8px, 0.625vw);
            background-image: var(--grad02);
            border-radius: 50%;
            opacity: 0;
            transition: opacity 300ms ease;
            @media (max-width: 768px) {
              top: 5px;
              width: 8px;
              height: 8px;
              opacity: 1;
            }
          }
          &.is-crrent {
            opacity: 1;
            &::after {
              opacity: 1;
            }
          }
          @media (min-width: 769px) {
            &:hover {
              opacity: 1;
            }
          }
        }
        li + li {
          margin-top: min(12px, 0.9375vw);
          @media (max-width: 768px) {
            margin-top: 12px;
          }
        }
      }
    }
    .sec-box {
      max-width: 1280px;
      margin: max(-292px, -22.8125vw) auto 0;
      container-type: inline-size;
      overflow-x: clip;
      + .sec-box {
        margin-top: min(120px, 9.375cqw);
        @media (max-width: 768px) {
          margin-top: 80px;
        }
      }
      @media (max-width: 768px) {
        max-width: 100%;
        margin: 90px auto 0;
        padding-inline: 25px;
      }
      .sec-box_inner {
        width: 65.625cqw;
        margin-inline: auto 6.875cqw;
        @media (max-width: 768px) {
          width: 100%;
          margin: 0;
        }
        .intro-text {
          width: 48.75cqw;
          font-size: 1.171875cqw;
          letter-spacing: 0.1em;
          line-height: 1.8666666;
          margin-top: 3.125cqw;
          text-align: justify;
          word-break: break-all;
          @media (max-width: 768px) {
            width: 100%;
            font-size: 1.5rem;
            margin-top: 32px;
          }
        }
        .content {
          position: relative;
          width: 100%;
          padding: 6.25cqw 5.625cqw 4.375cqw;
          background-color: #fff;
          border-radius: 20px;
          margin-top: 5cqw;
          @media (max-width: 768px) {
            padding: 80px 24px 24px;
            margin-top: 56px;
          }
          .ttl {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 1.5625cqw;
            font-weight: 700;
            color: #fff;
            letter-spacing: 0.1em;
            line-height: 1.3;
            padding: 0.9375cqw 1.875cqw;
            background-image: var(--grad01);
            border-radius: 20px 0 20px 0;
            @media (max-width: 768px) {
              font-size: 1.8rem;
              padding: 12px;
            }
          }
        }
      }

      &#anchor01 {
        position: relative;
        .deco {
          position: absolute;
          width: 2.5cqw;
          top: 2.03125cqw;
          right: 5.234375cqw;

          @media (max-width: 768px) {
            display: none;
          }
        }
        .head {
          width: fit-content;
          font-size: 2.5cqw;
          font-weight: 700;
          color: var(--color-navy);
          letter-spacing: 0.1em;
          margin: 0 auto;
          padding-bottom: 1.25cqw;
          @media (max-width: 768px) {
            font-size: 2.4rem;
            padding-bottom: 4px;
          }
        }
        .sub-head {
          font-size: 1.171875cqw;
          margin-top: 1.875cqw;
          letter-spacing: 0.1em;
          font-weight: 700;
          text-align: center;
          @media (max-width: 768px) {
            font-size: 1.6rem;
            margin-top: 16px;
          }
        }
        .block {
          position: relative;
          padding: 3.125cqw 3.75cqw;
          background-color: #F0F0F0;
          border-radius: 20px;
          margin-top: 3.75cqw;
          @media (max-width: 768px) {
            padding: 32px 24px 24px;
            margin-top: 48px;
          }
          &:nth-of-type(2) {
            position: relative;
            background-color: #fff;
            border: 1px solid var(--color-navy);
            margin-top: 8.125cqw;
            padding: 3.125cqw 3.671875cqw;
            @media (max-width: 768px) {
              margin-top: 80px;
              padding: 32px 23px 23px;
            }
            &::after {
              content: '';
              position: absolute;
              translate: -50% 0;
              top: -6.25cqw;
              left: 50%;
              width: 1.875cqw;
              height: 3.75cqw;
              background: url(../img/about/under-arrow.svg) no-repeat;
              background-size: cover;
              @media (max-width: 768px) {
                top: -63px;
                width: 15px;
                height: 31px;
              }
            }
            .block-head {
              background: var(--grad02);
            }
            .text01 {
              margin-top: 0.625cqw;
              @media (max-width: 768px) {
                margin-top: 16px;
              }
            }
          }
          .block-head {
            position: absolute;
            translate: -50% 0;
            top: -1.25cqw;
            left: 50%;
            width: 9.375cqw;
            aspect-ratio: 120/32;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.171875cqw;
            font-weight: 700;
            color: #fff;
            line-height: 1.1;
            background: var(--color-navy);
            border-radius: 9999px;
            @media (max-width: 768px) {
              top: -16px;
              width: 120px;
              font-size: 1.5rem;
            }
          }
          .text01 {
            font-size: 1.171875cqw;
            letter-spacing: 0.1em;
            line-height: 1.8666666;
            text-align: justify;
            word-break: break-all;
            @media (max-width: 768px) {
              font-size: 1.5rem;
            }
            &.-center {
              text-align: center;
            }
          }
          .text02 {
            position: relative;
            font-size: 1.40625cqw;
            font-weight: 700;
            line-height: 1.555555;
            letter-spacing: 0.1em;
            text-align: center;
            padding-bottom: 2.5cqw;
            margin-bottom: 2.5cqw;
            @media (max-width: 768px) {
              font-size: 1.6rem;
              line-height: 1.75;
              padding-bottom: 24px;
              margin-bottom: 24px;
            }
            &::after {
              content: '';
              position: absolute;
              translate: -50% 0;
              bottom: 0;
              left: 50%;
              width: 24.375cqw;
              height: 1px;
              background-image: repeating-linear-gradient(90deg, var(--color-navy), var(--color-navy) 2px, transparent 2px, transparent 4px);
              background-size: 100% 1px;
              @media (max-width: 768px) {
                width: 100%;
              }
            }
          }
          .container {
            display: flex;
            gap: 1.875cqw;
            width: 100%;
            @media (max-width: 768px) {
              flex-direction: column;
              gap: 8px;
            }
            .card {
              position: relative;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 14.374999999999998cqw;
              aspect-ratio: 184/88;
              background-color: #F0F0F0;
              font-size: 1.171875cqw;
              letter-spacing: 0.1em;
              line-height: 1.8666666;
              font-weight: 700;
              border-radius: 8px;
              z-index: 0;
              @media (max-width: 768px) {
                width: 100%;
                height: 88px;
                aspect-ratio: unset;
                font-size: 1.5rem;
              }
              &::before {
                content: '';
                position: absolute;
                translate: -50% -50%;
                top: 50%;
                left: 50%;
                width: 5.9375cqw;
                height: 5.9375cqw;
                background: url(../img/about/sec-box01-deco.png);
                background-size: cover;
                z-index: -1;
                @media (max-width: 768px) {
                  width: 76px;
                  height: 76px;
                }
              }
            } 
          }
          .case {
            position: relative;
            width: 20.625cqw;
            aspect-ratio: 264/80;
            font-size: 1.015625cqw;
            font-weight: 500;
            letter-spacing: 0.1em;
            margin: 6.25cqw auto 0;
            color: #fff;
            background-image: var(--grad02);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 9999px;
            @media (max-width: 768px) {
              width: 186px;
              aspect-ratio: 186/56;
              font-size: 1.2rem;
              margin: 63px auto 0;
            }
            span {
              display: block;
              font-size: 3.75cqw;
              font-family: var(--text-poppins);
              font-weight: 500;
              letter-spacing: 0.24em;
              line-height: 1;
              margin-top: -0.390625cqw;
              @media (max-width: 768px) {
                font-size: 3.2rem;
                margin-top: -5px;
              }
            }
            &::after {
              content: '';
              position: absolute;
              translate: -50% 0;
              top: -5cqw;
              left: 50%;
              width: 1.875cqw;
              height: 3.75cqw;
              mask-image: url(../img/about/under-arrow.svg);
              mask-repeat: no-repeat;
              background-color: var(--color-navy);
              mask-size: cover;
              @media (max-width: 768px) {
                top: -47px;
                width: 15px;
                height: 31px;
              }
            }
          }
          .image {
            margin-top: 1.875cqw;
            @media (max-width: 768px) {
              width: 246px;
              translate: -10px 0;
              margin-top: 16px;
            }
          }
        }
      }
      &#anchor02 {
        .container {
          display: flex;
          flex-wrap: wrap;
          gap: 1.875cqw;
          @media (max-width: 768px) {
            flex-direction: column;
            gap: 16px;
          }
          .card {
            display: flex;
            gap: 1.875cqw;
            width: 26.25cqw;
            border: 1px solid var(--color-navy);
            border-radius: 20px;
            padding: 1.7968749999999998cqw;
            @media (max-width: 768px) {
              flex-direction: column;
              width: 100%;
              gap: 24px;
              padding: 19px;
            }
            &.-long {
              width: 100%;
            }
            .text-wrap {
              flex: 1;
              .point {
                position: relative;
                font-size: 1.40625cqw;
                font-weight: 700;
                letter-spacing: 0.1em;
                padding-left: 1.5625cqw;
                @media (max-width: 768px) {
                  font-size: 1.8rem;
                  padding-left: 20px;
                }
                &::after {
                  content: '';
                  position: absolute;
                  top: 0.703125cqw;
                  left: 0;
                  width: 0.9375cqw;
                  height: 0.9375cqw;
                  background-image: var(--grad02);
                  border-radius: 50%;
                  @media (max-width: 768px) {
                    top: 9px;
                    width: 12px;
                    height: 12px;
                  }
                }
              }
              .text {
                font-size: 1.171875cqw;
                letter-spacing: 0.1em;
                line-height: 1.8666666;
                margin-top: 1.25cqw;
                padding-left: 1.5625cqw;
                text-align: justify;
                word-break: break-all;
                @media (max-width: 768px) {
                  font-size: 1.5rem;
                  margin-top: 10px;
                  padding-left: 20px;
                }
              }
            }
            .image {
              width: 18.671875cqw;
              @media (max-width: 768px) {
                width: 100%;
              }
            }
          }
          .block {
            position: relative;
            width: 26.25cqw;
            padding: 3.125cqw 1.875cqw 1.875cqw;
            border-radius: 20px;
            margin-top: 1.5625cqw;
            background-color: #F0F0F0;
            @media (max-width: 768px) {
              width: 100%;
              padding: 32px 24px 24px;
              margin-top: 46px;
              &:nth-of-type(2) {
                margin-top: 0;
              }
            }
            .head {
              position: absolute;
              translate: -50% 0;
              top: -1.25cqw;
              left: 50%;
              width: 9.375cqw;
              aspect-ratio: 120/32;
              font-size: 1.171875cqw;
              font-weight: 700;
              color: #fff;
              line-height: 1.1;
              display: flex;
              align-items: center;
              justify-content: center;
              background: var(--color-navy);
              border-radius: 9999px;
              @media (max-width: 768px) {
                top: -16px;
                width: 120px;
                font-size: 1.5rem;
              }
            }
            .list {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              gap: 0.625cqw;
              @media (max-width: 768px) {
                gap: 4px;
              }
              .item {
                font-size: 1.171875cqw;
                font-weight: 700;
                padding: 0.390625cqw 1.171875cqw;
                color: var(--color-navy);
                border: 1px solid var(--color-navy);
                border-radius: 32px;
                background-color: #F0F0F0;
                line-height: 1.35;
                @media (max-width: 768px) {
                  font-size: 1.5rem;
                  padding: 5px 9px;
                }
              }
            }
            .text {
              font-size: 1.171875cqw;
              letter-spacing: 0.1em;
              line-height: 1.8666666;
              margin-top: 1.25cqw;
              @media (max-width: 768px) {
                font-size: 1.5rem;
                margin-top: 16px;
              }
            }
            &:nth-of-type(2) {
              padding-inline: 1.7968749999999998cqw;
              background-color: #fff;
              border: 1px solid var(--color-navy);
              @media (max-width: 768px) {
                padding-inline: 23px;
                margin-top: 24px;
              }
              .head {
                width: 15cqw;
                aspect-ratio: 192/32;
                background: var(--grad01);
                @media (max-width: 768px) {
                  width: 192px;
                }
              }
              .list {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 0.625cqw;
                .item {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 100%;
                  aspect-ratio: 288/112;
                  font-size: 1.5625cqw;
                  border-radius: 9999px;
                  @media (max-width: 768px) {
                    font-size: 1.3rem;
                    width: 100%;
                    height: 64px;
                    aspect-ratio: unset;
                  }
                }
              }
            }
          }
        }
      }
      &#anchor03 {
        .image {
          width: 100%;
          margin-top: 5cqw;
          @media (max-width: 768px) {
            margin-top: 56px;
          }
        }
        .text {
          position: relative;
          font-size: 1.5625cqw;
          letter-spacing: 0.1em;
          line-height: 2;
          font-weight: 700;
          color: var(--color-navy);
          text-align: center;
          margin-top: 6.25cqw;
          @media (max-width: 768px) {
            font-size: 1.6rem;
            margin-top: 80px;
            line-height: 1.75;
          }
          &::after {
            content: '';
            position: absolute;
            translate: -50% 0;
            top: -5cqw;
            left: 50%;
            width: 1.875cqw;
            height: 3.75cqw;
            background: url(../img/about/under-arrow.svg) no-repeat;
            background-size: cover;
            @media (max-width: 768px) {
              top: -54px;
              width: 24px;
              height: 48px;
            }
          }
        }
      }
      &#anchor04 {
        .text {
          position: relative;
          font-size: 1.5625cqw;
          letter-spacing: 0.1em;
          line-height: 2;
          font-weight: 700;
          color: var(--color-navy);
          text-align: center;
          @media (max-width: 768px) {
            font-size: 1.6rem;
            margin-top: 30px;
            line-height: 1.75;
          }
        }
        .container {
          display: flex;
          flex-wrap: wrap;
          gap: 3.125cqw 1.875cqw;
          margin-top: 4.375cqw;
          @media (max-width: 768px) {
            flex-direction: column;
            gap: 40px;
            margin-top: 48px;
          }
          .card {
            position: relative;
            width: 26.25cqw;
            background-color: #F0F0F0;
            border-radius: 16px;
            @media (max-width: 768px) {
              width: 100%;
            }
            .head {
              position: absolute;
              translate: -50% 0;
              top: -1.25cqw;
              left: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 298px;
              aspect-ratio: 298/32;
              font-size: 1.171875cqw;
              color: #fff;
              font-weight: 700;
              line-height: 1.2;
              background-color: var(--color-navy);
              border-radius: 9999px;
              @media (max-width: 768px) {
                translate: -50% -50%;
                top: 0;
                width: 214px;
                aspect-ratio: unset;
                font-size: 1.5rem;
                padding-block: 5px;
                text-align: center;
                line-height: 1.5;
              }
            }
            &:nth-of-type(1) {
              padding-block: 3.125cqw 1.25cqw;
              @media (max-width: 768px) {
                padding-block: 52px 18px;
              }
              .text01 {
                font-size: 1.875cqw;
                text-align: center;
                letter-spacing: 0.1em;
                font-weight: 700;
                color: var(--color-navy);
                @media (max-width: 768px) {
                  font-size: 2.1rem;
                }
              }
              .num-wrap {
                display: flex;
                justify-content: center;
                align-items: flex-end; 

                @media (max-width: 768px) {
                  margin-top: 10px;
                }

                .top {
                  font-size: 3.125cqw;
                  font-family: var(--text-poppins);
                  font-weight: 600;
                  color: var(--color-navy);
                  line-height: 1.0; 
                  padding-bottom: 0.78125cqw;
                  margin-right: -0.78125cqw;
                  @media (max-width: 768px) {
                    font-size: 3.5rem;
                    padding-bottom: 10px;
                  }
                }

                .num {
                  display: flex; 
                  justify-content: center;
                  align-items: flex-start;
                  background: var(--grad02);
                  -webkit-background-clip: text;
                  background-clip: text;
                  -webkit-text-fill-color: transparent;
                  color: transparent;
                  font-size: 6.875cqw;
                  font-family: var(--text-poppins);
                  font-weight: 600;
                  letter-spacing: -0.05em;
                  height: 1em;
                  overflow: hidden;
                  line-height: 1;
                  width: auto;

                  @media (max-width: 768px) {
                    font-size: 7.8rem;
                    width: auto;
                  }

                  .digit-column {
                    display: flex;
                    flex-direction: column;
                    width: 0.6em;

                    span {
                      display: flex;
                      justify-content: flex-end;
                      align-items: center;
                      font-size: 6.875cqw;
                      height: 1em;
                      background: var(--color-navy);
                      -webkit-background-clip: text;
                      background-clip: text;
                      -webkit-text-fill-color: transparent;
                      @media (max-width: 768px) {
                        font-size: 7.8rem;
                      }
                    }
                  }

                  .comma, .decimal {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 0.3em;
                    height: 1.2em;
                    background: inherit;
                    -webkit-background-clip: text;
                    background-clip: text;
                  }
                }

                .init {
                  font-size: 1.25cqw;
                  font-weight: 700;
                  letter-spacing: 0.1em;
                  color: var(--color-navy);
                  padding: 0 0 0.78125cqw 0.5em;

                  @media (max-width: 768px) {
                    font-size: 1.4rem;
                    padding-bottom: 14px;
                    padding-left: 10px;
                  }
                }
              }
              .note {
                text-align: center;
                font-size: 0.9375cqw;
                letter-spacing: 0;
                margin-top: 1.875cqw;
                @media (max-width: 768px) {
                  font-size: 1.2rem;
                  margin-top: 16px;
                }
              }
            }
            &:nth-of-type(2) {
              padding-block: 3.671875cqw 1.25cqw;
              @media (max-width: 768px) {
                padding-block: 32px 16px;
              }
              .text01 {
                font-size: 1.875cqw;
                text-align: center;
                letter-spacing: 0.1em;
                font-weight: 700;
                color: var(--color-navy);
                @media (max-width: 768px) {
                  font-size: 2.4rem;
                }
                .-small {
                  font-size: 1.40625cqw;
                  @media (max-width: 768px) {
                    font-size: 1.8rem;
                  }
                }
              }
              .image {
                width: 19.6875cqw;
                margin: 2.5cqw auto 0;
                @media (max-width: 768px) {
                  width: 222px;
                  margin: 24px auto 0;
                }
              }
            }
            &:nth-of-type(3) {
              padding-block: 5.234375cqw 1.25cqw;
              @media (max-width: 768px) {
                padding-block: 42px 16px;
              }
              .num-wrap {
                display: flex;
                justify-content: center;
                align-items: flex-end;
                gap: 0.2em;

                .num {
                  display: inline-flex;
                  align-items: flex-start;
                  width: auto;
                  height: 1em;
                  overflow: hidden;
                  line-height: 1;
                  font-size: 5cqw;
                  font-family: var(--text-poppins);
                  font-weight: 600;
                  letter-spacing: 0;
                  font-variant-numeric: tabular-nums;

                  .digit-column {
                    display: flex;
                    flex-direction: column;
                    width: 0.65em;                    
                    span {
                      display: block;
                      height: 1em;
                      text-align: right;
                      background: var(--color-navy);
                      -webkit-background-clip: text;
                      background-clip: text;
                      -webkit-text-fill-color: transparent;
                      color: transparent;
                    }
                  }

                  /* カンマとドット */
                  .comma, .decimal {
                    display: block;
                    width: 0.3em;
                    height: 1em;
                    text-align: center;
                    background: var(--color-navy);
                    -webkit-background-clip: text;
                    background-clip: text;
                    -webkit-text-fill-color: transparent;
                    color: transparent;
                  }

                  @media (max-width: 768px) {
                    font-size: 5.1rem;
                    width: auto;
                  }
                }

                .init {
                  font-size: 1.25cqw;
                  font-weight: 700;
                  letter-spacing: 0.1em;
                  color: var(--color-navy);
                  padding-bottom: 0.390625cqw;

                  @media (max-width: 768px) {
                    font-size: 2.2rem;
                    padding-bottom: 0px;
                  }
                }
              }
              .note {
                text-align: center;
                font-size: 0.9375cqw;
                letter-spacing: 0;
                margin-top: 3.90625cqw;
                @media (max-width: 768px) {
                  font-size: 1.2rem;
                }
              }
            }
            &:nth-of-type(4) {
              padding-block: 3.125cqw 1.25cqw;
              @media (max-width: 768px) {
                padding-block: 32px 16px;
              }
              .text01 {
                font-size: 1.875cqw;
                text-align: center;
                letter-spacing: 0.1em;
                font-weight: 700;
                color: var(--color-navy);
                @media (max-width: 768px) {
                  font-size: 2.0rem;
                }
                .-small {
                  font-size: 1.5625cqw;
                  @media (max-width: 768px) {
                    font-size: 1.5rem;
                  }
                }
              }
              .text02 {
                font-size: 1.171875cqw;
                letter-spacing: 0.1em;
                text-align: center;
                margin-top: 1.25cqw;
                @media (max-width: 768px) {
                  font-size: 1.5rem;
                  margin-top: 21px;
                }
              }
            }
          }
        }
        .block {
          width: 100%;
          @media (max-width: 768px) {
            margin-top: 30px;
          }
          .company-wrap {
            display: flex;
            justify-content: space-between;
            @media (max-width: 768px) {
              flex-direction: column;
              gap: 16px;
            }
            .company {
              position: relative;
              width: 26.25cqw;
              aspect-ratio: 336/80;
              border-radius: 9999px;
              background-color: #F0F0F0;
              @media (max-width: 768px) {
                width: 100%;
                height: 72px;
                aspect-ratio: unset;
              }
              &::after {
                content: '';
                position: absolute;
                translate: -50% 0;
                left: 50%;
                bottom: -10.390625cqw;
                width: 0.9375cqw;
                height: 10.46875cqw;
                background: url(../img/about/dot-arrow01.svg) no-repeat;
                background-size: cover;
                @media (max-width: 768px) {
                  display: none;
                }
              }
              &:nth-of-type(1) {
                &::before {
                  display: none;
                  @media (max-width: 768px) {
                    display: block;
                    content: '';
                    position: absolute;
                    translate: -50% 0;
                    top: 70px;
                    left: 50%;
                    width: 12px;
                    height: 234px;
                    background: url(../img/about/dot-arrow01_sp.svg) no-repeat;
                    background-size: cover;
                  }
                }
              }
              .year {
                display: flex;
                gap: 0.625cqw;
                align-items: center;
                justify-content: center;
                margin-top: 0.9375cqw;
                @media (max-width: 768px) {
                  gap: 8px;
                  margin-top: 11px;
                }
                .yaer-text {
                  font-size: 1.015625cqw;
                  font-weight: 700;
                  color: #fff;
                  padding: 0.3125cqw 0.625cqw;
                  background-color: #000;
                  border-radius: 9999px;
                  line-height: 1.1;
                  @media (max-width: 768px) {
                    font-size: 1.3rem;
                    padding: 4px 8px;
                  }
                }
                .yaer-num {
                  font-size: 1.25cqw;
                  font-weight: 600;
                  font-family: var(--text-poppins);
                  line-height: 1;
                  @media (max-width: 768px) {
                    font-size: 1.6rem;
                  }
                }
              }
              .company-text {
                font-size: 1.40625cqw;
                font-weight: 700;
                margin-top: 0.15625cqw;
                letter-spacing: 0.1em;
                color: var(--color-navy);
                text-align: center;
                @media (max-width: 768px) {
                  font-size: 1.5rem;
                  margin-top: 2px;
                }
              }
            }
          }
          .change {
            position: relative;
            z-index: 1;
            width: 100%;
            margin-top: 3.125cqw;
            background-color: var(--color-navy);
            border-radius: 9999px;
            padding-block: 1.5625cqw 1.71875cqw;
            @media (max-width: 768px) {
              width: 100%;
              margin-top: 40px;
              padding-block: 16px 20px;
              border-radius: 48px;
            }
            .change-text {
              font-size: 1.5625cqw;
              font-weight: 700;
              color: #fff;
              letter-spacing: 0.1em;
              text-align: center;
              @media (max-width: 768px) {
                font-size: 2.0rem;
              }
              .-small {
                display: block;
                font-size: 1.171875cqw;
                margin-top: 0.3125cqw;
                @media (max-width: 768px) {
                  font-size: 1.5rem;
                  margin-top: 8px;
                }
              }
            }
            &::after,&::before {
              content: '';
              position: absolute;
              bottom: -7.890625cqw;
              width: 13.593749999999998cqw;
              height: 7.890625cqw;
              background: url(../img/about/dot-arrow02.svg) no-repeat;
              background-size: cover;
              @media (max-width: 768px) {
                translate: -50% 0;
                bottom: -43px;
                width: 12px;
                height: 106px;
                background: url(../img/about/dot-arrow02_sp.svg) no-repeat;
                background-size: cover;
              }
            }
            &::after {
              left: 13.125cqw;
              scale: -1 1;
              @media (max-width: 768px) {
                left: 50%;
                scale: 1 1;
              }
            }
            &::before {
              right: 13.125cqw;
              @media (max-width: 768px) {
                display: none;
              }
            }
          }
          .company-wrap_large {
            position: relative;
            width: 43.125cqw;
            aspect-ratio: 552/120;
            background-image: var(--grad01);
            border-radius: 9999px;
            margin: 5.625cqw auto 0;
            z-index: 1;
            @media (max-width: 768px) {
              width: 100%;
              height: 116px;
              aspect-ratio: unset;
              margin: 40px auto 0;
            }
            .year {
              font-size: 1.5625cqw;
              font-family: var(--text-poppins);
              font-weight: 700;
              color: #fff;
              padding-top: 1.5625cqw;
              letter-spacing: 0.1em;
              text-align: center;
              @media (max-width: 768px) {
                font-size: 1.6rem;
                padding-top: 10px;
              }
            }
            .company-text {
              font-size: 2.421875cqw;
              font-weight: 700;
              color: #fff;
              letter-spacing: 0.16em;
              line-height: 1;
              text-align: center;
              @media (max-width: 768px) {
                font-size: 24px;
                line-height: 1.6;
              }
            }
          }
          .text01 {
            font-size: 1.171875cqw;
            font-weight: 700;
            letter-spacing: 0.1em;
            margin-top: 3.75cqw;
            line-height: 1.8666666;
            text-align: center;
            @media (max-width: 768px) {
              font-size: 1.5rem;
              margin-top: 24px;
            }
          }
          .text02 {
            font-size: 1.5625cqw;
            font-weight: 700;
            letter-spacing: 0.1em;
            line-height: 2;
            text-align: center;
            color: var(--color-navy);
            @media (max-width: 768px) {
              font-size: 1.6rem;
              line-height: 1.75;
            }
            + .text01 {
              margin-top: 1.25cqw;
              @media (max-width: 768px) {
                margin-top: 14px;
              }
            }
          }
        }
        .btn {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 30.15625cqw;
          aspect-ratio: 386/64;
          background-color: #fff;
          border: 1px solid #fff;
          border-radius: 9999px;
          font-size: 1.171875cqw;
          font-weight: 700;
          letter-spacing: 0.1em;
          color: var(--color-navy);
          margin: 3.75cqw auto 0;
          transition: color 300ms ease, background-color 300ms ease;
          @media (max-width: 768px) {
            width: 322px;
            height: 64px;
            aspect-ratio: unset;
            font-size: 1.5rem;
            margin: 32px auto 0;
          }
          &::after, &::before {
            content: '';
            position: absolute;
            translate: 0 -50%;
            top: 50%;
            left: 1.25cqw;
            width: 0.9375cqw;
            height: 0.9375cqw;
            border-radius: 50%;
            @media (max-width: 768px) {
              left: 22px;
              width: 12px;
              height: 12px;
            }
          }
          &::after {
            background-image: var(--grad02);
            transition: opacity 300ms ease;
          }
          &::before {
            background-color: #fff;
          }
          @media (min-width: 769px) {
            &:hover {
              color: #fff;
              background-color: var(--color-navy);
              &::after {
                opacity: 0;
              }
            }
          }
        }
      }
    }
  }
}
/* ↑↑↑ content-box ↑↑↑ */
/* ↓↓↓ other ↓↓↓ */
.other {
  margin-block: min(120px, 9.375cqw) min(160px, 12.5cqw);
  @media (max-width: 768px) {
    margin-block: 72px 80px;
    padding-inline: 26px;
  }
  .inner {
    max-width: 1280px;
    margin: 0 auto;
    container-type: inline-size;
    @media (max-width: 768px) {
      max-width: 100%;
    }
    .content {
      width: 75cqw;
      margin: 0 auto;
      @media (max-width: 768px) {
        width: 100%;
      }
      .container {
        display: flex;
        gap: 1.875cqw;
        margin-top: 3.125cqw;
        @media (max-width: 768px) {
          flex-direction: column;
          gap: 8px;
          margin-top: 40px;
        }
        .card {
          position: relative;
          width: 17.34375cqw;
          aspect-ratio: 222/266;
          border: 1px solid var(--color-navy);
          border-radius: 12px;
          overflow: hidden;
          @media (max-width: 768px) {
            width: 100%;
            height: 160px;
            aspect-ratio: unset;
          }
          &:not([href]) {
            .arrow-wrap {
              display: none;
            }
            @media (min-width: 769px) {
              &:hover {
                .image {
                  scale: 1.0;
                }
              }
            }
          }
          .image {
            position: absolute;
            top: -1px;
            left: -1px;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            z-index: -1;
            transition: scale 300ms ease;
            @media (max-width: 768px) {
              img {
                width: 100%;
                height: auto;
                object-position: center center;
                display: block;
              }
            }
          }
          .head {
            font-size: 1.25cqw;
            font-weight: 700;
            color: #fff;
            letter-spacing: 0.1em;
            padding: 0.9375cqw 0 0 0.9375cqw;
            @media (max-width: 768px) {
              font-size: 1.6rem;
              padding: 12px 0 0 12px;
            }
          }
          .arrow-wrap {
            position: absolute;
            bottom: -1px;
            right: -1px;
            width: 3.75cqw;
            aspect-ratio: 1/1;
            border-radius: 20px 0 0 0;
            border: 1px solid var(--color-navy);
            overflow: hidden;
            @media (max-width: 768px) {
              width: 48px;
            }
            &::before {
              content: '';
              position: absolute;
              top: -1px;
              left: -1px;
              width: calc(100% + 2px);
              height: calc(100% + 2px);
              background: var(--grad02);
            }
            &::after {
              content: '';
              position: absolute;
              top: -1px;
              left: -1px;
              width: calc(100% + 2px);
              height: calc(100% + 2px);
              background-color: var(--color-navy);
              transition: opacity 300ms ease;
            }
            .arrow {
              display: block;
              position: absolute;
              top: 36%;
              left: 50%;
              translate: -50% 0%;
              width: 1.71875cqw;
              height: 1.015625cqw;
              z-index: 2;
              mask-image: url(../img/about/other-arrow.svg);
              mask-repeat: no-repeat;
              mask-size: cover;
              background-color: #fff;
              transition: background-color 300ms ease;
              @media (max-width: 768px) {
                width: 22px;
                height: 13px;
              }
            }
          }
          @media (min-width: 768px) {
            &:hover {
              .image {
                scale: 1.1;
              }
              .arrow-wrap {
                &::after {
                  opacity: 0;
                }
              }
            }
          }
        }
      }
    }
  }
}
/* ↑↑↑ other ↑↑↑ */