@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;
      @media (max-width: 768px) {
        position: fixed;
        left: 2.666666666666667vw;
        top: unset;
        bottom: 24px;
        width: 226px;
        margin-bottom: 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;
          }
        }
      } 
      .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;
          letter-spacing: 0.08em;
          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 {
      position: relative;
      max-width: 1280px;
      margin: max(-226px, -17.65625vw) 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 {
        position: relative;
        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;
          text-align: justify;
          word-break: break-all;
          margin-top: 3.125cqw;
          @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: 110px 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;
          }
        }
        .deco {
          position: absolute;
          width: 2.5cqw;
          top: 6.796874999999999cqw;
          right: 5.234375cqw;

          @media (max-width: 768px) {
            display: none;
          }
        }
        .intro-head {
          font-size: 2.1875cqw;
          font-weight: 700;
          letter-spacing: 0.1em;
          margin-top: 5cqw;
          color: var(--color-navy);
          @media (max-width: 768px) {
            font-size: 2.0rem;
            margin-top: 40px;
            line-height: 2;
          }
          .js-line {
            padding-bottom: 0.9375cqw;
            @media (max-width: 768px) {
              padding-bottom: 4px;
            }
          }
        }
        .block {
          + .block {
            position: relative;
            margin-top: 5cqw;
            padding-top: 5cqw;
            @media (max-width: 768px) {
              margin-top: 32px;
              padding-top: 32px;
            }
            &::after {
              content: '';
              position: absolute;
              translate: -50% 0;
              top: 0;
              left: 50%;
              width: 24.375cqw;
              height: 1px;
              background-image: repeating-linear-gradient(90deg, #052275, #052275 2px, transparent 2px, transparent 4px);
              background-repeat: repeat-x;
              background-size: 100% 1px;
              @media (max-width: 768px) {
                width: 100%;
              }
            }
            .image {
              width: 31.874999999999996cqw;
              margin: 0.78125cqw auto 0;
              @media (max-width: 768px) {
                width: 250px;
                margin: 32px auto 0;
                picture {
                  width: 100%;
                }
              }
            }
          }
          .block-head_wrap {
            .num {
              font-size: 0.9375cqw;
              font-family: var(--text-poppins);
              color: var(--color-navy);
              @media (max-width: 768px) {
                font-size: 1.2rem;
              }
            }
            .block-head {
              font-size: 1.5625cqw;
              font-weight: 700;
              letter-spacing: 0.1em;
              color: var(--color-navy);
              margin-top: 0.3125cqw;
              @media (max-width: 768px) {
                font-size: 1.6rem;
                margin-top: 8px;
              }
            }
          }
          .cap {
            font-size: 1.25cqw;
            font-weight: 700;
            margin-top: 1.25cqw;
            @media (max-width: 768px) {
              font-size: 1.5rem;
              margin-top: 30px;
            }
          }
          .image {
            width: 54.37499999999999cqw;
            margin-top: 1.875cqw;
            @media (max-width: 768px) {
              width: 100%;
              margin-top: 32px;
              overflow-x: scroll;
              picture {
                display: block;
                width: 745px;
              }
            }
          }
          .scrollhint {
            display: none;
            @media (max-width: 768px) {
              display: block;
              position: absolute;
              translate: -50% 0;
              top: 280px;
              left: 50%;
              width: 160px;
              pointer-events: none;
            }
          }
          .flow {
            position: relative;
            width: 100%;
            padding: 2.5cqw 3.75cqw;
            background-color: #F0F0F0;
            margin-top: 2.96875cqw;
            border-radius: 20px;
            @media (max-width: 768px) {
              padding: 32px 16px 24px;
              margin-top: 46px;
            }
            &::after {
              content: '';
              position: absolute;
              translate: -50% 0;
              top: -1.015625cqw;
              left: 50%;
              width: 1.25cqw;
              height: 1.09375cqw;
              background: url(../img/vision/flow-triangle.png) no-repeat;
              background-size: cover;
              @media (max-width: 768px) {
                top: -13px;
                width: 16px;
                height: 14px;
              }
            }
            .flow-head {
              font-size: 1.40625cqw;
              font-weight: 700;
              color: var(--color-navy);
              text-align: center;
              @media (max-width: 768px) {
                font-size: 1.5rem;
                line-height: 1.86666666;
                .js-line {
                  background-size: 0% 2px;
                  &.-active {
                    background-size: 100% 2px;
                  }
                }
              }
            }
            .card-wrap {
              margin-top: 2.5cqw;
              @media (max-width: 768px) {
                margin-top: 16px;
              }
              .card {
                position: relative;
                width: 100%;
                display: flex;
                align-items: center;
                gap: 1.25cqw;
                padding: 0.625cqw 1.875cqw;
                background-color: #fff;
                border-radius: 8px;
                border: 1px solid var(--color-navy);
                @media (max-width: 768px) {
                  gap: 15px;
                  padding: 16px;
                  border-radius: 8px;
                  align-items: flex-start;
                }
                &::after {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 3.4375cqw;
                  width: 1px;
                  height: calc(100% + 1.25cqw);
                  background-image: repeating-linear-gradient(180deg, #052275, #052275 2px, transparent 2px, transparent 4px);
                  background-repeat: repeat-y;
                  background-size: 1px 100%;
                  @media (max-width: 768px) {
                    left: 34px;
                    height: calc(100% + 16px);
                  }
                }
                &:first-of-type, &:last-of-type {
                  &::after {
                    height: calc(50% + 1.25cqw);
                    @media (max-width: 768px) {
                      height: calc(70% + 16px);
                    }
                  }
                }

                &:first-of-type {
                  &::after {
                    top: unset;
                    bottom: -1.25cqw;
                    @media (max-width: 768px) {
                      bottom: -16px;
                    }
                  }
                }

                @media (max-width: 768px) {
                  &:last-of-type {
                    &::after {
                      height: calc(28%);
                    }
                  }
                }
                + .card {
                  margin-top: 1.25cqw;
                  @media (max-width: 768px) {
                    margin-top: 16px;
                  }
                } 
                .num {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 3.125cqw;
                  aspect-ratio: 1 / 1;
                  height: fit-content;
                  font-size: 1.40625cqw;
                  font-family: var(--text-poppins);
                  letter-spacing: 0.048em;
                  font-weight: 500;
                  color: #fff;
                  border-radius: 50%;
                  background-color: var(--color-navy);
                  position: relative;
                  z-index: 2;
                  @media (max-width: 768px) {
                    width: 36px;
                    font-size: 16px;
                    margin-top: 7px;
                  }
                }
                .text {
                  flex: 1;
                  display: flex;
                  font-size: 1.171875cqw;
                  letter-spacing: 0.04em;
                  .-bold {
                    font-weight: 700;
                    color: var(--color-navy);
                  }
                  @media (max-width: 768px) {
                    flex-direction: column;
                    font-size: 1.5rem;
                  }
                }
              }
            }
            .note {
              width: fit-content;
              position: relative;
              font-size: 1.171875cqw;
              font-weight: 700;
              color: var(--color-navy);
              padding-inline: 1.5625cqw;
              margin: 2.03125cqw auto 0;
              @media (max-width: 768px) {
                font-size: 1.5rem;
                padding-inline: 16px;
                margin-top: 24px;
                text-align: center;
              }
              &::before, &::after {
                content: '';
                position: absolute;
                width: 1px;
                height: 2.03125cqw;
                bottom: 0;
                background-color: var(--color-navy);
                @media (max-width: 768px) {
                  height: 104px;
                }
              }
              &::before {
                left: 0;
                rotate: -18deg;
                @media (max-width: 768px) {
                  rotate: -10deg;
                }
              }
              &::after {
                right: 0;
                rotate: 18deg;
                @media (max-width: 768px) {
                  rotate: 10deg;
                }
              }  
            }
          }
          .service {
            margin-top: 3.90625cqw;
            @media (max-width: 768px) {
              margin-top: 32px;
            }
            .service-head {
              font-size: 1.40625cqw;
              font-weight: 700;
              color: #fff;
              padding: 0.625cqw 1.875cqw;
              background-color: var(--color-navy);
              border-radius: 8px;
              @media (max-width: 768px) {
                font-size: 1.8rem;
                padding: 8px 24px;
              }
            }
            .container {
              display: flex;
              flex-wrap: wrap;
              gap: 1.25cqw;
              margin-top: 1.875cqw;
              @media (max-width: 768px) {
                flex-direction: column;
                gap: 16px;
                margin-top: 24px;
              }
              .card {
                display: flex;
                gap: 1.875cqw;
                width: 26.5625cqw;
                border: 1px solid var(--color-navy);
                border-radius: 8px;
                padding: 1.7968749999999998cqw;
                @media (max-width: 768px) {
                  flex-direction: column;
                  width: 100%;
                  gap: 24px;
                  padding: 19px;
                }
                .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: 0.9375cqw;
                    padding-left: 1.5625cqw;
                    text-align: justify;
                    word-break: break-all;
                    @media (max-width: 768px) {
                      font-size: 1.5rem;
                      margin-top: 8px;
                      padding-left: 20px;
                    }
                  }
                }
                .image {
                  width: 18.671875cqw;
                  @media (max-width: 768px) {
                    width: 100%;
                  }
                }
              }
            }
            .attention {
              font-size: 1.015625cqw;
              letter-spacing: 0.04em;
              line-height: 1.53846;
              margin-top: 0.9375cqw;
              @media (max-width: 768px) {
                font-size: 1.3rem;
                margin-top: 12px;
              }
            }
          }
        }
        .text01 {
          width: 47.65625cqw;
          font-size: 1.40625cqw;
          font-weight: 700;
          line-height: 1.555555555;
          letter-spacing: 0.1em;
          text-align: center;
          margin: 3.75cqw auto 0;
          @media (max-width: 768px) {
            width: 100%;
            font-size: 1.6rem;
            line-height: 1.75;
            margin: 40px auto 0;
          }
        }
        .text02 {
          position: relative;
          font-size: 2.5cqw;
          font-weight: 700;
          color: var(--color-navy);
          text-align: center;
          margin-top: 5.625cqw;
          @media (max-width: 768px) {
            font-size: 2.0rem;
            margin-top: 63px;
            line-height: 2;
          }
          &::after {
            content: '';
            position: absolute;
            translate: -50% 0;
            top: -4.375cqw;
            left: 50%;
            width: 1.875cqw;
            height: 3.75cqw;
            background: url(../img/vision/under-arrow.svg) no-repeat;
            background-size: cover;
            @media (max-width: 768px) {
              top: -46px;
              width: 15px;
              height: 31px;
            }
          }
        }
      }
      &#anchor02 {
        .head {
          font-size: 2.5cqw;
          font-weight: 700;
          text-align: center;
          color: #fff;
          margin-top: 5cqw;
          line-height: 2.2;
          letter-spacing: 0.1em;
          @media (max-width: 768px) {
            font-size: 1.6rem;
            margin-top: 56px;
            line-height: 2.8;
            .-sp {
              display: inline-block;
            }
          }
          .marker {
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
            padding: 0.625cqw 0.9375cqw;
            background-color: var(--color-navy);
            @media (max-width: 768px) {
              padding: 8px 12px;
            }
          }
        }
        .text {
          font-size: 1.40625cqw;
          font-weight: 500;
          line-height: 1.7777777;
          margin-top: 3.75cqw;
          text-align: center;
          @media (max-width: 768px) {
            font-size: 1.5rem;
            line-height: 2.1333333;
            margin-top: 40px;
          }
        }
        .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;
              }
            }
          }
        }
        .message-btn {
          display: flex;
          align-items: center;
          position: relative;
          width: 100%;
          aspect-ratio: 840/200;
          font-size: 2.34375cqw;
          font-weight: 700;
          letter-spacing: 0.1em;
          color: #fff;
          border-radius: 20px;
          overflow: hidden;
          margin-top: 5cqw;
          padding-inline: 5.625cqw;
          @media (max-width: 768px) {
            aspect-ratio: unset;
            height: 138px;
            font-size: 2.0rem;
            margin-top: 40px;
            padding-inline: 24px;
          }
          &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--color-navy);
            z-index: -1;
          }
          &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--grad01);
            z-index: -1;
            transition: opacity 300ms ease;
          }
          .ex-link {
            position: absolute;
            translate: 0 -50%;
            top: 50%;
            right: 3.75cqw;
            width: 6.25cqw;
            height: 6.25cqw;
            background-color: #fff;
            border-radius: 50%;
            @media (max-width: 768px) {
              right: 24px;
              width: 54px;
              height: 54px;
            }
            &::after {
              content: '';
              position: absolute;
              translate: -50% -50%;
              top: 50%;
              left: 50%;
              width: 1.328125cqw;
              height: 1.015625cqw;
              background: url(../img/vision/ex-link.svg) no-repeat;
              background-size: cover;
              @media (max-width: 768px) {
                width: 17px;
                height: 13px;
              }
            }
          }
          @media (min-width: 769px) {
            &:hover {
              &::after {
                opacity: 0;
              }
            } 
          }
        }
        div[class*="deco"] {
        position: absolute;
        }
        .deco01 {
          top: 4.21875cqw;
          right: 13.359375cqw;
          width: 3.75cqw;
          @media (max-width: 768px) {
            top: 0;
            right: 40px;
            width: 30px;
          }
        }
        .deco02 {
          top: 25.9375cqw;
          left: 22.890625cqw;
          width: 7.8125cqw;
          @media (max-width: 768px) {
            top: 31.876%;
            left: -8px;
            width: 68px;
          }
        }
        .deco03 {
          top: 22.03125cqw;
          right: -2.8125cqw;
          width: 15.625cqw;
          @media (max-width: 768px) {
            top: 28.656%;
            right: -44px;
            width: 128px;
          }
        }
        .deco04 {
          top: 39.21875cqw;
          left: 33.4375cqw;
          width: 2.5cqw;
          @media (max-width: 768px) {
            top: 47.866%;
            left: 24px;
            width: 21px;
          }
        }
        .deco05 {
          top: 43.28125cqw;
          right: 9.609375cqw;
          width: 3.75cqw;
          @media (max-width: 768px) {
            top: 50.657%;
            right: 33px;
            width: 38px;
          }
        }
        .deco06 {
          bottom: 15.3125cqw;
          left: 26.796874999999996cqw;
          width: 10.9375cqw;
          @media (max-width: 768px) {
            bottom: 29.622%;
            left: -24px;
            width: 94px;
          }
        }
        .deco07 {
          bottom: 23.125cqw;
          right: 16.171875cqw;
          width: 3.125cqw;
          @media (max-width: 768px) {
            bottom: 31.553%;
            right: 30px;
            width: 29px;
          }
        }
      }
      &#anchor03 {
        .container {
          margin-top: 5cqw;
          @media (max-width: 768px) {
            margin-top: 56px;
          }
          .card-wrap {
            padding-bottom: 3.125cqw;
            border-bottom: 1px solid var(--color-navy);
            @media (max-width: 768px) {
              padding-bottom: 40px;
            }
            + .card-wrap {
              margin-top: 3.125cqw;
              @media (max-width: 768px) {
                margin-top: 40px;
              }
            }
            .card {
              display: flex;
              align-items: flex-end;
              gap: 5.625cqw;
              @media (max-width: 768px) {
                flex-direction: column;
                gap: 40px;
              }
              .text-wrap {
                flex: 1;
                .num {
                  font-size: 0.9375cqw;
                  font-family: var(--text-poppins);
                  font-weight: 500;
                  color: var(--color-navy);
                  @media (max-width: 768px) {
                    font-size: 1.2rem;
                  }
                }
                .head {
                  font-size: 1.875cqw;
                  font-weight: 700;
                  letter-spacing: 0.1em;
                  color: var(--color-navy);
                  margin-top: 0.625cqw;
                  @media (max-width: 768px) {
                    font-size: 2.0rem;
                    margin-top: 8px;
                  }
                }
                .text {
                  font-size: 1.171875cqw;
                  text-align: justify;
                  word-break: break-all;
                  line-height: 1.866666666;
                  letter-spacing: 0.1em;
                  margin-top: 1.875cqw;
                  @media (max-width: 768px) {
                    font-size: 1.5rem;
                    margin-top: 24px;
                  }
                }
              }
              .image {
                width: 20.625cqw;
                @media (max-width: 768px) {
                  width: 100%;
                }
              }
            }
            .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.125cqw 0 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: 40px auto 0;
              }
              &::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;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
/* ↑↑↑ content-box ↑↑↑ */
/* ↓↓↓ other ↓↓↓ */
.other {
  margin-block: min(120px, 9.375cqw) 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 ↑↑↑ */