@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);
  overflow-x: clip;
  .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(-316px, -24.6875vw) auto 0;
      container-type: inline-size;
      + .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: 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;
          }
        }
        .image-wrap {
          position: relative;
          width: 100%;
          margin-top: 6.875cqw;
          @media (max-width: 768px) {
            margin-top: 100px;
          }
          .image {
            width: 54.37499999999999cqw;
            margin: 0 auto;
            @media (max-width: 768px) {
              width: 264px;
            }
          }
          a[class*="anchor"] {
            display: flex;
            align-items: center;
            position: absolute;
            width: 18.75cqw;
            aspect-ratio: 240/48;
            padding-inline: 1.875cqw;
            font-size: 1.171875cqw;
            font-weight: 700;
            border: 1px solid var(--color-navy);
            border-radius: 9999px;
            background-color: #fff;
            transition: background-color 300ms ease, color 300ms ease;
            @media (max-width: 768px) {
              justify-content: center;
              width: 96px;
              aspect-ratio: 1/1;
              font-size: 1.4rem;
              padding: 0;
              border-radius: 50%;
              text-align: center;
              line-height: 1.2;
            }
            .arrow {
              position: absolute;
              translate: 0 -50%;
              top: 50%;
              right: 0.546875cqw;
              width: 2.5cqw;
              height: 2.5cqw;
              background-color: var(--color-navy);
              border-radius: 50%;
              transition: background-color 300ms ease;
              @media (max-width: 768px) {
                translate: -50% 0;
                top: unset;
                bottom: -8px;
                right: unset;
                left: 50%;
                width: 32px;
                height: 32px;
              }
              &::after {
                content: '';
                position: absolute;
                translate: -50% -50%;
                top: 50%;
                left: 50%;
                width: 1.09375cqw;
                height: 1.40625cqw;
                mask-image: url(../img/business/anchor-arrow.svg);
                mask-repeat: no-repeat;
                mask-size: cover;
                background-color: #fff;
                transition: background-color 300ms ease;
                @media (max-width: 768px) {
                  width: 14px;
                  height: 18px;
                }
              }
            }
            @media (min-width: 769px) {
              &:hover {
                background-color: var(--color-navy);
                color: #fff;
                .arrow {
                  background-color: #fff;
                  &::after {
                    background-color: var(--color-navy);
                  }
                }
              }
            }
          }
          .anchor01 {
            top: -1.5625cqw;
            right: 20.3125cqw;
            @media (max-width: 768px) {
              translate: -50% 0;
              top: -46px;
              right: unset;
              left: 50%;
            }
          }
          .anchor02 {
            bottom: 2.734375cqw;
            left: 5.46875cqw;
            @media (max-width: 768px) {
              translate: -115px 0;
              bottom: -17px;
              left: 50%;
            }
          }
          .anchor03 {
            bottom: 0;
            right: 9.375cqw;
            @media (max-width: 768px) {
              translate: 24px 0;
              bottom: -17px;
              left: 50%;
            }
          }
          .anchor04 {
            top: 3.4375cqw;
            left: 0;
            @media (max-width: 768px) {
              translate: -160px 0;
              top: 34px;
              left: 50%;
            }
          }
          .anchor05 {
            top: 7.109375cqw;
            right: 0;
            @media (max-width: 768px) {
              translate: 61px 0;
              top: 34px;
              left: 50%;
            }
          }
        }
      }
      &#anchor02,
      &#anchor03,
      &#anchor04,
      &#anchor05,
      &#anchor06 {
        .content {
          .text01 {
            font-size: 1.5625cqw;
            font-weight: 700;
            text-align: center;
            color: var(--color-navy);
            @media (max-width: 768px) {
              font-size: 2.0rem;
              line-height: 2;
            }
          }
          .text02 {
            font-size: 1.171875cqw;
            line-height: 1.8666666;
            letter-spacing: 0.1em;
            margin-top: 2.8125cqw;
            @media (max-width: 768px) {
              font-size: 1.5rem;
              margin-top: 27px;
            }
          }
        }
        .member {
          margin-top: 3.75cqw;
          @media (max-width: 768px) {
            margin-top: 40px;
          }
          .point {
            position: relative;
            font-size: 1.171875cqw;
            font-weight: 700;
            padding-left: 1.5625cqw;
            @media (max-width: 768px) {
              font-size: 1.5rem;
              padding-left: 20px;
            }
            &::after {
              content: '';
              position: absolute;
              top: 0.625cqw;
              left: 0;
              width: 0.9375cqw;
              height: 0.9375cqw;
              background-color: var(--color-navy);
              border-radius: 50%;
              @media (max-width: 768px) {
                top: 8px;
                width: 12px;
                height: 12px;
              }
            }
          }
          .text {
            font-size: 1.25cqw;
            font-weight: 700;
            color: #fff;
            letter-spacing: 0.1em;
            margin-top: 1.875cqw;
            @media (max-width: 768px) {
              font-size: 1.6rem;
              margin-top: 28px;
              line-height: 3;
              .-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;
              }
            }
          }
          .container {
            display: flex;
            flex-wrap: wrap;
            gap: 1.25cqw;
            margin-top: 0.78125cqw;
            @media (max-width: 768px) {
              flex-direction: column;
              gap: 24px;
              margin-top: 28px;
            }
            .card {
              position: relative;
              display: flex;
              align-items: center;
              gap: 1.5625cqw;
              width: 31.874999999999996cqw;
              padding-bottom: 1.25cqw;
              @media (max-width: 768px) {
                width: 100%;
                gap: 16px;
                padding-bottom: 16px;
              }
              &::before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background-color: var(--color-navy);
                transform-origin: right center;
                transition: scale 300ms 0s ease;
              }
              .image {
                position: relative;
                width: 9.375cqw;
                height: fit-content;
                border-radius: 12px;
                overflow: hidden;
                @media (max-width: 768px) {
                  width: 120px;
                }
                &::before {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background-image: var(--grad02);
                  z-index: -1;
                  border-radius: 15px;
                }
                &::after {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background-color: #fff;
                  z-index: -1;
                  transition: opacity 300ms ease;
                  border-radius: 12px;
                }
              }
              .text-wrap {
                .pos {
                  font-size: 1.40625cqw;
                  font-weight: 700;
                  color: var(--color-navy);
                  @media (max-width: 768px) {
                    font-size: 1.6rem;
                  }
                }
                .year {
                  font-size: 1.015625cqw;
                  font-weight: 500;
                  color: var(--color-navy);
                  @media (max-width: 768px) {
                    font-size: 1.3rem;
                  }
                }
              }
              @media (min-width: 769px) {
                &:hover {
                  &::before {
                    scale: 0 1;
                  }
                  .image {
                    &::after {
                      opacity: 0;
                    }
                  }
                }
              }
            }
          }
        }
        .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;
              }
            }
          }
        }
      }
      &.other {
        position: relative;
        .sec-box_inner {
          padding-top: min(48px, 3.75cqw);
          @media (max-width: 768px) {
            padding-top: 0;
          }
        }
        .text01 {
          width: fit-content;
          font-size: 1.25cqw;
          color: #fff;
          font-weight: 700;
          margin: 0 auto;
          padding: 0.9375cqw 0.625cqw;
          background-color: var(--color-navy);
          line-height: 1;
          @media (max-width: 768px) {
            font-size: 1.5rem;
            padding: 8px 12px;
          }
        }
        .text02 {
          font-size: 1.5625cqw;
          font-weight: 700;
          text-align: center;
          margin-top: 2.5cqw;
          @media (max-width: 768px) {
            font-size: 1.6rem;
            margin-top: 24px;
          }
          .-large {
            font-size: 3.125cqw;
            font-weight: 700;
            color: var(--color-navy);
            @media (max-width: 768px) {
              font-size: 2.4rem;
              margin-top: 10px;
            }
          }
        }
      }
      div[class*="deco"] {
        position: absolute;
      }
      .deco01 {
        top: 0;
        left: 21.015625cqw;
        width: 7.8125cqw;
        @media (max-width: 768px) {
          top: -29px;
          left: -8px;
          width: 58px;
        }
      }
      .deco02 {
        top: 0;
        right: 14.84375cqw;
        width: 3.75cqw;
        @media (max-width: 768px) {
          top: -29px;
          right: 30px;
          width: 33px;
        }
      }
      .deco03 {
        top: 13.75cqw;
        left: 30.078125cqw;
        width: 2.5cqw;
        @media (max-width: 768px) {
          top: 110px;
          left: 0;
          width: 20px;
        }
      }
      .deco04 {
        top: 9.375cqw;
        right: -1.328125cqw;
        width: 15.625cqw;
        @media (max-width: 768px) {
          top: 141px;
          right: -31px;
          width: 106px;
        }
      }
      .deco05 {
        top: 25.390625cqw;
        right: 27.65625cqw;
        width: 3.75cqw;
        @media (max-width: 768px) {
          top: 184px;
          right: 263px;
          width: 32px;
        }
      }
    }
  }
}
/* ↑↑↑ content-box ↑↑↑ */
/* ↓↓↓ other ↓↓↓ */
.other {
  margin-block: min(254px, 19.84375cqw) min(160px, 12.5cqw);
  @media (max-width: 768px) {
    margin-block: 183px 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 ↑↑↑ */