@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(-304px, -23.75vw) 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: 82px 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;
          }
        }
        .block {
          display: flex;
          gap: 3.125cqw;
          position: relative;
          padding: 4.6875cqw 5.625cqw 4.375cqw;
          background-color: #fff;
          border-radius: 20px;
          margin-top: 5cqw;
          @media (max-width: 768px) {
            flex-direction: column;
            gap: 16px;
            padding: 36px 24px 24px;
            margin-top: 56px;
          }
          &::after {
            content: '';
            position: absolute;
            translate: -50% 0;
            top: 0;
            left: 50%;
            width: 20.625cqw;
            height: 0.3125cqw;
            background-image: var(--grad01);
            @media (max-width: 768px) {
              width: 210px;
              height: 4px;
            }
          }
          + .block {
            margin-top: 3.125cqw;
            @media (max-width: 768px) {
              margin-top: 40px;
            }
          }
          .icon {
            width: 9.375cqw;
            @media (max-width: 768px) {
              width: 96px;
              margin: 0 auto;
            }
          }
          .text-wrap {
            flex: 1;
            .head {
              font-size: 2.1875cqw;
              font-weight: 700;
              color: var(--color-navy);
              @media (max-width: 768px) {
                font-size: 2.0rem;
                text-align: center;
              }
            }
            .text {
              font-size: 1.171875cqw;
              letter-spacing: 0.1em;
              line-height: 1.86666666;
              margin-top: 0.9375cqw;
              text-align: justify;
              word-break: break-all;
              @media (max-width: 768px) {
                font-size: 1.5rem;
                margin-top: 12px;
              }
            }
            .point {
              position: relative;
              font-size: 1.40625cqw;
              font-weight: 700;
              letter-spacing: 0.1em;
              padding-left: 1.5625cqw;
              margin-top: 3.75cqw;
              @media (max-width: 768px) {
                font-size: 1.8rem;
                padding-left: 20px;
                margin-top: 32px;
              }
              &::after {
                content: '';
                position: absolute;
                top: 0.703125cqw;
                left: 0;
                width: 0.9375cqw;
                height: 0.9375cqw;
                background-color: var(--color-navy);
                border-radius: 50%;
                @media (max-width: 768px) {
                  top: 9px;
                  width: 12px;
                  height: 12px;
                }
              }
            }
            .voice {
              display: flex;
              gap: 2.5cqw;
              margin-top: 1.25cqw;
              @media (max-width: 768px) {
                gap: 20px;
                margin-top: 20px;
              }
              .voice-icon {
                width: 7.5cqw;
                @media (max-width: 768px) {
                  width: 64px;
                }
              }
              .text {
                flex: 1;
                position: relative;
                padding: 1.875cqw;
                border-radius: 8px;
                background-color: #F0F0F0;
                margin: 0;
                @media (max-width: 768px) {
                  padding: 16px;
                }
                &::after {
                  content: '';
                  position: absolute;
                  top: 1.875cqw;
                  left: -1.171875cqw;
                  width: 1.25cqw;
                  height: 0.9375cqw;
                  background: url(../img/welfare/voice-triangle.png) no-repeat;
                  background-size: cover;
                  @media (max-width: 768px) {
                    top: 16px;
                    left: -15px;
                    width: 16px;
                    height: 12px;
                  }
                }
              }
            }
          }
        }
        .image {
          width: 49.6875cqw;
          margin: 3.90625cqw auto 0;
          @media (max-width: 768px) {
            width: 322px;
            margin: 32px auto 0;
          }
        }
        .lead {
          font-size: 1.875cqw;
          font-weight: 700;
          line-height: 2;
          letter-spacing: 0.1em;
          color: var(--color-navy);
          text-align: center;
          margin-top: 2.34375cqw;
          @media (max-width: 768px) {
            font-size: 1.8rem;
            line-height: 1.777777777;
            margin-top: 24px;
          }
          .js-line {
            padding-bottom: 0.78125cqw;
            @media (max-width: 768px) {
              padding-bottom: 5px;
            }
          }
        }
        .btn {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 20.625cqw;
          aspect-ratio: 264/64;
          font-size: 1.171875cqw;
          font-weight: 700;
          color: var(--color-navy);
          margin: 3.75cqw auto 0; 
          border-radius: 9999px;
          border: 1px solid #fff;
          background-color: #fff;
          transition: background-color 300ms ease, color 300ms ease;
          @media (max-width: 768px) {
            width: 264px;
            font-size: 1.5rem;
            margin-top: 40px;
          }
          &::before,&::after {
            content: '';
            position: absolute;
            translate: 0 -50%;
            top: 50%;
            left: 1.25cqw;
            width: 0.9375cqw;
            height: 0.9375cqw;
            border-radius: 50%;
            @media (max-width: 768px) {
              width: 12px;
              height: 12px;
              left: 16px;
            }
          }
          &::before {
            background-color: #fff;
          }
          &::after {
            background-image: var(--grad02);
            transition: opacity 300ms ease;
          }
          .ex-link {
            position: absolute;
            translate: 0 -50%;
            top: 50%;
            right: 1.25cqw;
            width: 1.484375cqw;
            height: 1.171875cqw;
            mask-image: url(../img/business/ex-link.svg);
            mask-repeat: no-repeat;
            mask-size: cover;
            background-color: var(--color-navy);
            transition: background-color 300ms ease;
            @media (max-width: 768px) {
              right: 16px;
              width: 19px;
              height: 15px;
            }
          }
          @media (min-width: 769px) {
            &:hover {
              background-color: var(--color-navy);
              color: #fff;
              &::after {
                opacity: 0;
              }
              .ex-link {
                background-color: #fff;
              }
            }
          }
        }        
      }

      &#anchor02,
      &#anchor03,
      &#anchor04 {
        .lead {
          display: flex;
          gap: 1.875cqw;
          justify-content: center;
          align-items: center;
          margin-top: 5cqw;
          background-color: var(--color-navy);
          border-radius: 20px;
          padding-block: 1.71875cqw;
          @media (max-width: 768px) {
            flex-direction: column;
            gap: 0.625cqw;
            padding-block: 24px;
            margin-top: 56px;
          }
          .text01 {
            font-size: 1.5625cqw;
            font-weight: 700;
            letter-spacing: 0.1em;
            color: #fff;
            @media (max-width: 768px) {
              font-size: 2.0rem;
            }
          }
          .image {
            width: 3.2031249999999996cqw;
            @media (max-width: 768px) {
              width: 53px;
            }

            img {
              width: 100%;
              height: 100%;
              vertical-align: middle;
            }
          }
          .text02 {
            font-size: 1.25cqw;
            letter-spacing: 0.1em;
            font-weight: 700;
            color: #fff;
            @media (max-width: 768px) {
              font-size: 1.5rem;
              text-align: center;
            }
          }
        }
        .block {
          margin-top: 3.125cqw;
          padding: 5cqw 5.625cqw 5.625cqw;
          background-color: #fff;
          border-radius: 20px;
          @media (max-width: 768px) {
            margin-top: 40px;
            padding: 24px;
          }
          .table-wrap {
            + .table-wrap {
              margin-top: 5cqw;
              @media (max-width: 768px) {
                margin-top: 40px;
              }
            }
            + .btn {
              margin-top: 2.5cqw;
              border: 1px solid var(--color-navy);
              @media (max-width: 768px) {
                margin-top: 32px;
              }
            }
            .num {
              font-size: 0.9375cqw;
              font-family: var(--text-poppins);
              color: var(--color-navy);
              @media (max-width: 768px) {
                font-size: 1.2rem;
              }
            }
            .head {
              position: relative;
              width: fit-content;
              font-size: 1.5625cqw;
              font-weight: 700;
              letter-spacing: 0.1em;
              margin-top: 0.3125cqw;
              padding-bottom: 0.3125cqw;
              @media (max-width: 768px) {
                font-size: 1.6rem;
                margin-top: 5px;
                padding-bottom: 4px;
                letter-spacing: 0.04em;
              }
              &::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 0.234375cqw;
                background-image: var(--grad01);
                @media (max-width: 768px) {
                  height: 4px;
                }
              }
            }
            table {
              width: 100%;
              border-collapse: separate;
              border-spacing: 0;
              border: 1px solid var(--color-navy); 
              border-radius: 8px;
              overflow: hidden;
              margin-top: 1.875cqw;
              @media (max-width: 768px) {
                margin-top: 24px;
              }
              th {
                font-size: 1.015625cqw;
                font-weight: 500;
                color: #fff;
                background-color: var(--color-navy);
                padding-block: 0.46875cqw;
                @media (max-width: 768px) {
                  font-size: 1.3rem;
                  padding-block: 6px;
                }
                &:nth-of-type(1) {
                  border-right: 1px solid #fff;
                }
              }
              td {
                font-size: 1.015625cqw;
                letter-spacing: 0.1em;
                line-height: 1.5384615;
                padding: 1.40625cqw 1.875cqw;
                text-align: justify;
                word-break: break-all;
                @media (max-width: 768px) {
                  font-size: 1.3rem;
                  padding: 12px;
                  letter-spacing: 0.04em;
                  vertical-align: baseline;
                }
                &.head-cell {
                  font-weight: 500;
                  color: var(--color-navy);
                  border-right: 1px solid #D5D5D5;
                  width: 16.875cqw;
                  @media (max-width: 768px) {
                    width: 38.62815884476534%;
                  }
                }
              }
              tbody tr {
                background-color: #F0F0F0;
                &:nth-of-type(even) {
                  background-color: #fff;
                }
              }
            }
          }
          .point {
            position: relative;
            font-size: 1.40625cqw;
            font-weight: 700;
            letter-spacing: 0.1em;
            padding-left: 1.5625cqw;
            margin-top: 3.75cqw;
            @media (max-width: 768px) {
              font-size: 1.8rem;
              padding-left: 20px;
              margin-top: 32px;
            }
            &::after {
              content: '';
              position: absolute;
              top: 0.703125cqw;
              left: 0;
              width: 0.9375cqw;
              height: 0.9375cqw;
              background-color: var(--color-navy);
              border-radius: 50%;
              @media (max-width: 768px) {
                top: 9px;
                width: 12px;
                height: 12px;
              }
            }
          }
          .voice {
            display: flex;
            gap: 2.5cqw;
            margin-top: 1.25cqw;
            @media (max-width: 768px) {
              gap: 20px;
              margin-top: 20px;
            }
            + .voice {
              margin-top: 1.328125cqw;
              @media (max-width: 768px) {
                margin-top: 16px;
              }
            }
            .voice-icon {
              width: 7.5cqw;
              @media (max-width: 768px) {
                width: 64px;
              }
            }
            .text {
              flex: 1;
              position: relative;
              font-size: 1.171875cqw;
              letter-spacing: 0.1em;
              line-height: 1.86666666;
              margin-top: 0.9375cqw;
              text-align: justify;
              word-break: break-all;
              padding: 1.875cqw;
              border-radius: 8px;
              background-color: #F0F0F0;
              margin: 0;
              @media (max-width: 768px) {
                font-size: 1.5rem;
                padding: 16px;
              }
              &::after {
                content: '';
                position: absolute;
                top: 1.875cqw;
                left: -1.171875cqw;
                width: 1.25cqw;
                height: 0.9375cqw;
                background: url(../img/welfare/voice-triangle.png) no-repeat;
                background-size: cover;
                @media (max-width: 768px) {
                  top: 16px;
                  left: -15px;
                  width: 16px;
                  height: 12px;
                }
              }
            }
          }
        }
        .btn {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 20.625cqw;
          aspect-ratio: 264/64;
          font-size: 1.171875cqw;
          font-weight: 700;
          color: var(--color-navy);
          margin: 3.75cqw auto 0; 
          border-radius: 9999px;
          border: 1px solid #fff;
          background-color: #fff;
          transition: background-color 300ms ease, color 300ms ease;
          @media (max-width: 768px) {
            width: 264px;
            font-size: 1.5rem;
            margin-top: 40px;
          }
          &::before,&::after {
            content: '';
            position: absolute;
            translate: 0 -50%;
            top: 50%;
            left: 1.25cqw;
            width: 0.9375cqw;
            height: 0.9375cqw;
            border-radius: 50%;
            @media (max-width: 768px) {
              width: 12px;
              height: 12px;
              left: 16px;
            }
          }
          &::before {
            background-color: #fff;
          }
          &::after {
            background-image: var(--grad02);
            transition: opacity 300ms ease;
          }
          +.table-wrap {
            margin-top: 5cqw;
            @media (max-width: 768px) {
              margin-top: 40px;
            }
          }
          .ex-link {
            position: absolute;
            translate: 0 -50%;
            top: 50%;
            right: 1.25cqw;
            width: 1.484375cqw;
            height: 1.171875cqw;
            mask-image: url(../img/business/ex-link.svg);
            mask-repeat: no-repeat;
            mask-size: cover;
            background-color: var(--color-navy);
            transition: background-color 300ms ease;
            @media (max-width: 768px) {
              right: 16px;
              width: 19px;
              height: 15px;
            }
          }
          @media (min-width: 769px) {
            &:hover {
              background-color: var(--color-navy);
              color: #fff;
              &::after {
                opacity: 0;
              }
              .ex-link {
                background-color: #fff;
              }
            }
          }
        }   
      }
      &#anchor05 {
        .container {
          display: flex;
          flex-wrap: wrap;
          gap: 1.875cqw;
          margin-top: 5cqw;
          @media (max-width: 768px) {
            gap: 16px;
            margin-top: 40px;
          }
          .card {
            width: 31.874999999999996cqw;
            padding: 1.875cqw 2.5cqw;
            background-color: #fff;
            border-radius: 20px;
            @media (max-width: 768px) {
              width: 100%;
              padding: 24px;
            }
            .head {
              position: relative;
              width: fit-content;
              font-size: 1.5625cqw;
              font-weight: 700;
              padding-bottom: 0.3125cqw;
              color: var(--color-navy);
              margin: 0 auto;
              @media (max-width: 768px) {
                font-size: 2.0rem;
                padding-bottom: 4px;
              }
              &::after {
                content: '';
                position: absolute;
                translate: -50% 0;
                bottom: 0;
                left: 50%;
                width: 100%;
                height: 0.3125cqw;
                background-image: var(--grad01);
                @media (max-width: 768px) {
                  height: 4px;
                }
              }
            }
            .flex {
              display: flex;
              gap: 1.5625cqw;
              margin-top: 2.5cqw;
              align-items: center;
              @media (max-width: 768px) {
                gap: 24px;
                margin-top: 25px;
                justify-content: center;
              }
              .icon {
                width: 6.875cqw;
                height: fit-content;
                @media (max-width: 768px) {
                  width: 64px;
                }
              }
              .num-wrap {
                display: flex;
                overflow: hidden;
                font-size: 6.875cqw;
                height: 1.0em; 
                line-height: 1;
                @media (max-width: 768px) {
                  font-size: 6.0rem;
                }
                .num {
                  display: inline-flex; 
                  align-items: flex-start;
                  font-size: 6.875cqw;
                  font-family: var(--text-poppins);
                  font-weight: 700;
                  color: var(--color-navy);
                  line-height: 1;
                  letter-spacing: 0;
                  @media (max-width: 768px) {
                    font-size: 6.0rem;
                    justify-content: center;
                  }
                  .decimal {
                    font-size: 5cqw;
                    @media (max-width: 768px) {
                      font-size: 5.0rem;
                    }
                    span {
                      margin-top: 1.5625cqw;
                      @media (max-width: 768px) {
                        margin-top: 10px;
                      }
                    }
                  }
                  .digit-column {
                    display: inline-flex;
                    flex-direction: column;
                    width: 0.6em;
                    transition: none;
                  }
                  .digit-column span {
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    height: 1em;
                  }
                  & > span:not(.digit-column) {
                    display: inline-block;
                    width: 0.3em;
                    text-align: center;
                    margin-top: 1.5625cqw;
                    @media (max-width: 768px) {
                      margin-top: 10px;
                    }
                  }
                }
                .init {
                  height: fit-content;
                  font-size: 2.5cqw;
                  font-weight: 700;
                  color: var(--color-navy);
                  margin: 3.28125cqw 0 0 0.390625cqw;
                  @media (max-width: 768px) {
                    font-size: 3.0rem;
                    margin: 20px 0 0 5px;
                  }
                }
              }
            }
            &:nth-of-type(2) {
              padding: 1.875cqw 1.25cqw;
              @media (max-width: 768px) {
                padding: 24px 6px;
              }
              .flex {
                gap: 0;
              }
            }
            &:nth-of-type(3) {
              .flex {
                gap: 3.515625cqw;
              }
            }
            &:nth-of-type(4) {
              .flex {
                display: flex;
                gap: 2.734375cqw;
                @media (max-width: 768px) {
                  gap: 24px;
                }
                .num-wrap {
                  display: flex;
                  overflow: hidden;
                  font-size: 3.75cqw;
                  height: 1.0em; 
                  line-height: 1;
                  @media (max-width: 768px) {
                    font-size: 4.0rem;
                  }
                  + .num-wrap {
                    margin-top: 0.390625cqw;
                    @media (max-width: 768px) {
                      margin-top: 5px;
                    }
                    .category {
                      margin: 1.015625cqw 0.78125cqw 0 0;
                      @media (max-width: 768px) {
                        margin: 10px 10px 0 0;
                      }
                    }
                  }
                  .category {
                    height: fit-content;
                    font-size: 1.171875cqw;
                    line-height: 1;
                    padding: 0.3125cqw 0.9375cqw;
                    background-color: var(--color-navy);
                    border-radius: 9999px;
                    color: #fff;
                    font-weight: 700;
                    margin: 1.015625cqw 1.640625cqw 0 0;
                    @media (max-width: 768px) {
                      font-size: 1.5rem;
                      padding: 4px 12px;
                      margin: 10px 20px 0 0;
                    }
                  }
                  .num {
                    display: inline-flex; 
                    align-items: flex-start;
                    font-size: 3.75cqw;
                    @media (max-width: 768px) {
                      font-size: 4.0rem;
                    }
                    .decimal {
                      font-size: 3.125cqw;
                      @media (max-width: 768px) {
                        font-size: 3.2rem;
                      } 
                      span {
                        margin-top: 0.46875cqw;
                        @media (max-width: 768px) {
                          margin-top: 5px;
                        } 
                      }
                    }
                    .digit-column {
                      display: inline-flex;
                      flex-direction: column;
                      width: 0.65em;
                      transition: none;
                    }
                    .digit-column span {
                      display: flex;
                      align-items: center;
                      justify-content: flex-end;
                      height: 1em;
                    }
                    & > span:not(.digit-column) {
                      margin-top: 0.46875cqw;
                      @media (max-width: 768px) {
                        margin-top: 5px;
                      }
                    }
                    &.-man {
                      .digit-column {
                        width: 0.55em;
                      }
                    }
                  }
                  .init {
                    height: fit-content;
                    font-size: 1.875cqw;
                    font-weight: 700;
                    color: var(--color-navy);
                    margin: 1.171875cqw 0 0 0.390625cqw;
                    @media (max-width: 768px) {
                      font-size: 2.0rem;
                      margin: 12px 0 0 4px;
                    }
                  }
                }
              }
            }
          }
        }
        .attention {
          font-size: 1.015625cqw;
          letter-spacing: 0.04em;
          line-height: 1.53846;
          margin-top: 0.625cqw;
          text-align: right;
          @media (max-width: 768px) {
            font-size: 1.3rem;
            margin-top: 8px;
          }
        }
      }
    }
  }
}
/* ↑↑↑ content-box ↑↑↑ */
/* ↓↓↓ other ↓↓↓ */
.other {
  margin-block: min(112px, 8.75cqw) min(160px, 12.5cqw);
  @media (max-width: 768px) {
    margin-block: 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 ↑↑↑ */