/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  padding-top: min(260px, 20.3125vw);
  @media (max-width: 768px) {
    padding-top: 196px;
  }
  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: min(720px, 56.25cqw);
    background-color: #EDF4F7;
    z-index: -1;
    @media (max-width: 768px) {
      height: 389px;
    }
  }
  .fv-inner {
    max-width: 1280px;
    margin: 0 auto;
    container-type: inline-size;
    @media (max-width: 768px) {
      max-width: 100%;
    }

    .ttl-wrap {
      margin-left: 10cqw;
      @media (max-width: 768px) {
        margin-left: 32px;
      }
      .en {
        position: relative;
        font-size: 1.09375cqw;
        font-family: var(--text-lato);
        font-weight: 700;
        color: #0090BA;
        letter-spacing: 0.08em;
        padding-left: 1.7968749999999998cqw;
        @media (max-width: 768px) {
          font-size: 1.4rem;
          padding-left: 23px;
        }
        &::after {
          content: '';
          position: absolute;
          translate: 0 -50%;
          top: 50%;
          left: 0;
          width: 1.171875cqw;
          height: 1.25cqw;
          background: url(../img/message/en-deco.svg) no-repeat;
          background-size: 1.171875cqw 1.25cqw;
          @media (max-width: 768px) {
            width: 15px;
            height: 16px;
            background-size: 15px 16px;
          }
        }
      }
      .ttl {
        font-size: 3.125cqw;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.08em;
        margin-top: 0.625cqw;
        @media (max-width: 768px) {
          font-size: 2.4rem;
          margin-top: 8px;
        }
      }
    }

    .image {
      width: 90.625cqw;
      margin: 7.8125cqw 0 0 auto;

      @media (max-width: 768px) {
        width: 93.6cqw;
        margin: 48px 0 0 auto;
      }
    }
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ content-box ↓↓↓ */
.contents-box {
  width: 100%;
  padding-top: min(120px, 9.375vw);
  overflow: clip;
  @media (max-width: 768px) {
    padding-top: 80px;
  }
  .contents-box_inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    container-type: inline-size;
    @media (max-width: 768px) {
      width: 100%;
      display: block;
    }
    .float-menu {
      position: sticky;
      top: 120px;
      margin-bottom: 200px;
      left: 9.375cqw;
      width: 14.140625cqw;
      z-index: 2;
      transition: opacity 300ms ease;
      @media (max-width: 768px) {
        position: fixed;
        translate: -50% 290px;
        top: unset;
        bottom: 0;
        left: 50%;
        margin-bottom: 0;
        width: 344px;
        z-index: 2;
        border-radius: 8px 8px 0 0;
        background-color: #fff;
        box-shadow: 0 -2px 5px rgba(4, 142, 197, 0.2);
        padding-bottom: 24px;
        transition: translate 300ms ease;

        &.-active {
          translate: -50% 0;
          .side-navi {
            .sp-head {
              &::before {
                rotate: 180deg;
              }
            }
          }
        }
        @media (max-width: 768px) {
          &.-hide {
            opacity: 0;
            visibility: hidden;
          }
        }
      }

      .side-navi {
        width: 100%;
        
        .sp-head {
          display: none;
          @media (max-width: 768px) {
            position: relative;
            display: block;
            width: 100%;
            padding: 20px 20px 20px 47px;
            font-size: 1.4rem;
            font-family: var(--text-lato);
            font-weight: 700;
            color: #0090BA;
            &::before {
              content: '';
              position: absolute;
              top: 27px;
              right: 24px;
              width: 13px;
              height: 13px;
              background: url(../img/company/arrow_sp.svg) no-repeat;
              background-size: cover;
              transition: rotate 300ms ease;
            }
            &::after {
              content: '';
              position: absolute;
              translate: 0 -50%;
              top: 50%;
              left: 24px;
              width: 15px;
              height: 16px;
              mask-image: url(../img/common/en-deco.svg);
              mask-repeat: no-repeat;
              mask-size: cover;
              background-color: #0090BA;
              transition: opacity 300ms ease;
            }
          }

        }
        @media (max-width: 768px) {
          ul {
            margin-top: 5px;
          }
        }
        li {
          position: relative;
          font-size: 1.09375cqw;
          font-weight: 500;
          letter-spacing: 0.08em;
          padding-left: 1.484375cqw;
          transition: color 300ms ease;
          @media (max-width: 768px) {
            width: 100%;
            font-size: 1.4rem;
            font-weight: 500;
            padding: 0 24px 16px 40px;

            a {
              display: block;
              width: 100%;
            }
          }
          &::after {
            content: '';
            position: absolute;
            translate: 0 -50%;
            top: 50%;
            left: 0;
            width: 0.859375cqw;
            height: 0.9375cqw;
            mask-image: url(../img/common/en-deco.svg);
            mask-repeat: no-repeat;
            mask-size: cover;
            background-color: #0090BA;
            opacity: 0;
            transition: opacity 300ms ease;
            @media (max-width: 768px) {
              translate: unset;
              top: 8px;
              left: 24px;
              width: 8px;
              height: 8px;
              mask: unset;
              background-color: #0090BA;
              border-radius: 50%;
              opacity: 1;
            }
          }

          @media (max-width: 768px) {
            &::before {
              content: '';
              position: absolute;
              translate: -50% 0;
              left: 50%;
              bottom: 0;
              width: 296px;
              height: 1px;
              background-image: repeating-linear-gradient(90deg, #b3dff0, #b3dff0 4px, transparent 4px, transparent 8px);
              background-position: left top;
              background-repeat: repeat-x;
              background-size: 100% 1px;
            }
          }
          + li {
            margin-top: 0.9375cqw;
            @media (max-width: 768px) {
              margin-top: 16px;
            }
          }

          &:has(.is-crrent) {
            color: #0090BA;
            &::after {
              opacity: 1;
            }
          }

          @media (min-width: 769px) {
            &:hover {
              color: #0090BA;
            }
          }
        }
      }
    }

    .breakthrough {
      position: relative;
      width: 100vw;
      margin: 0 calc(50% - 50vw);
      &:has(#anchor03) {
        &::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 104.296875cqw;
          background-color: #EDF4F7;
          z-index: -1;
          @media (max-width: 768px) {
            height: 88.95674300254453%;
          }
        }
      }
      &:has(#anchor04) {
        aspect-ratio: 1280 / 726;
        max-height: 726px;
        background: url(../img/company/sec-image04.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding-block: 6.875cqw 10.9375cqw;

        @media (max-width: 768px) {
          aspect-ratio: 375 / 885;
          max-height: 885px;
          background: url(../img/company/sec-image04_sp.jpg) no-repeat;
          background-size: cover;
          background-position: center center;
          padding: 64px 24px 80px;
        }
      }
      &:has(#anchor05) {
        aspect-ratio: 1280 / 559;
        max-height: 559px;
        background: url(../img/company/sec-image05.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        padding-block: 6.875cqw 12.5cqw;

        @media (max-width: 768px) {
          aspect-ratio: 375 / 578;
          max-height: 578px;
          background: url(../img/company/sec-image05_sp.jpg) no-repeat;
          background-size: cover;
          background-position: center center;
          padding: 64px 24px 150px;
        }
      }
    }

    .sec-box {
      overflow: hidden;
      width: calc(100% - 30cqw);
      margin-left: auto;
      padding-right: 9.375cqw;
      @media (max-width: 768px) {
        width: 100%;
        margin: 0;
        padding: 0 24px;
      }
      .head-wrap {
        margin-left: 0.625cqw;
        @media (max-width: 768px) {
          margin-left: 8px;
        }
        .en {
          position: relative;
          font-size: 0.9375cqw;
          font-family: var(--text-lato);
          font-weight: 700;
          color: #0090BA;
          padding-left: 1.484375cqw;
          @media (max-width: 768px) {
            font-size: 1.4rem;
            padding-left: 19px;
          }
          &::after {
            content: '';
            position: absolute;
            translate: 0 -50%;
            top: 50%;
            left: 0;
            width: 0.859375cqw;
            height: 0.9375cqw;
            mask-image: url(../img/common/en-deco.svg);
            mask-repeat: no-repeat;
            mask-size: cover;
            background-color: #0090BA;
            transition: opacity 300ms ease;
            @media (max-width: 768px) {
              width: 15px;
              height: 16px;
            }
          }
        }
        .head {
          font-size: 2.1875cqw;
          font-weight: 500;
          letter-spacing: 0.08em;
          @media (max-width: 768px) {
            font-size: 24px;
          }
        }
      }

      &#anchor01 {
        .block {
          display: flex;
          gap: 3.125cqw;
          margin-top: 3.75cqw;

          @media (max-width: 768px) {
            flex-direction: column;
            gap: 40px;
            margin-top: 40px;
          }

          .image {
            width: 17.5cqw;
            @media (max-width: 768px) {
              width: 100%;
            }
            picture {
              display: block;
              width: 100%;
            }
          }
          .list {
            width: 40cqw;
            @media (max-width: 768px) {
              width: 100%;
            }
            .item {
              position: relative;
              display: flex;
              gap: 6.328125cqw;
              padding: 0 1.25cqw 1.875cqw;
              @media (max-width: 768px) {
                flex-direction: column;
                gap: 7px;
                padding: 0 0 24px;
              }
              +.item {
                margin-top: 1.875cqw;
                @media (max-width: 768px) {
                  margin-top: 24px;
                }
              }

              &::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background-color: #B3DFF0;
              }
              .txt01 {
                width: 6.640625cqw;
                font-size: 1.25cqw;
                font-weight: 600;
                color: #0090BA;
                letter-spacing: 0.05em;
                @media (max-width: 768px) {
                  width: 100%;
                  font-size: 1.6rem;
                }
              }
              .txt02 {
                width: 23.515625cqw;
                font-size: 1.25cqw;
                letter-spacing: 0.08em;
                @media (max-width: 768px) {
                  width: 100%;
                  font-size: 1.6rem;
                }
                .-pc {
                  display: inline-block;
                  @media (max-width: 768px) {
                    display: none;
                  }
                }
              }
            }
          }
        }
      }
      &#anchor02 {
        margin-top: 7.8125cqw;
        @media (max-width: 768px) {
          margin-top: 80px;
        }
        .block {
          margin-top: 3.75cqw;
          @media (max-width: 768px) {
            margin-top: 40px;
          }

          .list {
            display: flex;
            flex-wrap: wrap;
            gap: 1.875cqw 1.25cqw;
            width: 100%;
            @media (max-width: 768px) {
              flex-direction: column;
              gap: 24px;
            }
          }
          .item {
            position: relative;
            display: flex;
            gap: 3.515625cqw;
            width: 29.6875cqw;
            padding: 0 1.25cqw 1.875cqw;
            @media (max-width: 768px) {
              gap: 40px;
              width: 100%;
              padding: 0 8px 24px;
            }
            &.-large {
              width: 100%;
            }

            &::after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 1px;
              background-color: #B3DFF0;
            }
            .txt01 {
              width: 9.375cqw;
              font-size: 1.25cqw;
              font-weight: 600;
              color: #0090BA;
              letter-spacing: 0.05em;
              @media (max-width: 768px) {
                width: 120px;
                font-size: 1.6rem;
              }
            }
            .txt02 {
              font-size: 1.25cqw;
              letter-spacing: 0.08em;
              @media (max-width: 768px) {
                font-size: 1.6rem;
              }
            }
          }
        }
      }
      &#anchor03 {
        padding-block: 7.8125cqw;
        @media (max-width: 768px) {
          margin-top: 80px;
          padding: 0 24px 80px;
        }

        .map {
          width: 100%;
          margin-top: 3.75cqw;
          @media (max-width: 768px) {
            margin-top: 40px;
          }
          picture {
            display: block;
            width: 100%;
          }
          iframe {
            width: 100%;
            aspect-ratio: 16 / 9; /* PCは横長 */
            height: auto;
            border: 0;
            display: block;
            @media (max-width: 767px) {
              aspect-ratio: 4 / 3; /* SPは少し縦に */
            }
          }
        }

        .block {
          margin-top: 5cqw;
          @media (max-width: 768px) {
            margin-top: 48px;
          }

          + .block {
            margin-top: 4.375cqw;
            @media (max-width: 768px) {
              margin-top: 32px;
            }
          }

          .block-head {
            position: relative;
            font-size: 1.5625cqw;
            font-weight: 600;
            letter-spacing: 0.08em;
            padding-left: 2.96875cqw;
            @media (max-width: 768px) {
              font-size: 1.8rem;
              padding-left: 38px;
            }

            &::after {
              content: '';
              position: absolute;
              translate: 0 -50%;
              top: 50%;
              left: 0;
              width: 1.71875cqw;
              height: 1.875cqw;
              mask-image: url(../img/common/en-deco.svg);
              mask-repeat: no-repeat;
              mask-size: cover;
              background-color: #0090BA;
              @media (max-width: 768px) {
                width: 22px;
                height: 24px;
                translate: 0 0;
                top: 4px;
              }
            }
          }

          .card-wrap {
            display: flex;
            justify-content: space-between;
            margin-top: 2.5cqw;
            @media (max-width: 768px) {
              flex-direction: column;
              gap: 32px;
              margin-top: 32px;
            }
            .card {
              position: relative;
              width: 29.6875cqw;
              background-color: #fff;
              @media (max-width: 768px) {
                width: 100%;
              }
              &.-large {
                width: 100%;
              }
              .icon {
                position: absolute;
                top: -1.25cqw;
                right: 1.25cqw;
                width: 6.875cqw;
                @media (max-width: 768px) {
                  top: -16px;
                  right: 24px;
                  width: 88px;
                }
              }
              .card-head {
                padding: 0.625cqw 0.9375cqw;
                border-radius: 8px 8px 0 0;
                background-color: #0064B4;
                @media (max-width: 768px) {
                  padding: 8px 12px;
                }

                p {
                  position: relative;
                  font-size: 1.25cqw;
                  font-weight: 600;
                  color: #fff;
                  padding-left: 1.25cqw;
                  @media (max-width: 768px) {
                    font-size: 1.6rem;
                    padding-left: 16px;
                  }

                  &::after {
                    content: '';
                    position: absolute;
                    translate: 0 -50%;
                    top: 50%;
                    left: 0;
                    width: 0.625cqw;
                    height: 0.625cqw;
                    background-color: #fff;
                    border-radius: 50%;
                    @media (max-width: 768px) {
                      width: 8px;
                      height: 8px;
                    }
                  }
                }
              }

              .list {
                position: relative;
                padding: 1.875cqw 3.90625cqw 2.5cqw 3.5937499999999996cqw;
                z-index: 0;
                @media (max-width: 768px) {
                  padding: 24px 20px 24px 22px;
                }
                .item {
                  position: relative;
                  font-size: 1.25cqw;
                  letter-spacing: 0.12em;
                  padding:1.25cqw 0 0 1.640625cqw;
                  @media (max-width: 768px) {
                    font-size: 1.6rem;
                    padding: 16px 0 0 21px;
                  }
                  + .item {
                    padding-top: 1.875cqw;
                    @media (max-width: 768px) {
                      padding-top: 24px;
                    }

                    &::after {
                      top: 2.5cqw;
                      @media (max-width: 768px) {
                        top: 31px;
                      }
                    }
                  }
                  &::after {
                    content: '';
                    position: absolute;
                    top: 1.875cqw;
                    left: 0;
                    width: 0.703125cqw;
                    height: 0.703125cqw;
                    background-color: #0090BA;
                    border-radius: 50%;
                    @media (max-width: 768px) {
                      top: 24px;
                      width: 9px;
                      height: 9px;
                    }
                  }
                  &::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0.3125cqw;
                    width: 1px;
                    height: 100%;
                    background-color: #B3DFF0;
                    @media (max-width: 768px) {
                      left: 4px;
                      width: 1px;
                      height: 100%;
                    }
                  }

                  &:last-of-type {
                      &::before {
                      content: '';
                      position: absolute;
                      top: 0;
                      left: 0.3125cqw;
                      width: 1px;
                      height: 3.125cqw;
                      background-color: #B3DFF0;
                      border-radius: 50%;
                      @media (max-width: 768px) {
                        left: 4px;
                        width: 1px;
                        height: 36px;
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
      &#anchor04 {
        margin-block: 7.8125cqw;
        @media (max-width: 768px) {
          margin-block: 80px;
        }

        .btn {
          display: block;
          position: relative;
          width: 24.53125cqw;
          aspect-ratio: 314 / 56;
          font-size: 1.25cqw;
          font-weight: 600;
          letter-spacing: 0.08em;
          color: #fff;
          padding: 1.171875cqw 1.875cqw;
          background-color: #14B1E0;
          border: 1px solid #14B1E0;
          border-radius: 50px;
          margin-top: 3.75cqw;
          transition: background-color 300ms ease, color 300ms ease;
          @media (max-width: 768px) {
            width: 326px;
            aspect-ratio: 326 / 56;
            font-size: 1.6rem;
            padding: 15px 24px;
            margin-top: 40px;
          }
          &::after {
            content: '';
            position: absolute;
            translate: 0 -50%;
            top: 50%;
            right: 1.875cqw;
            width: 1.171875cqw;
            height: 0.9375cqw;
            mask-image: url(../img/common/ex-link.svg);
            mask-repeat: no-repeat;
            mask-size: 1.171875cqw 0.9375cqw;
            background-color: #fff;
            transition: background-color 300ms ease;
            @media (max-width: 768px) {
              right: 24px;
              width: 15px;
              height: 12px;
              mask-size: 15px 12px;
            }
          }

          @media (min-width: 768px) {
            &:hover {
              color: #14B1E0;
              background-color: #fff;
              &::after {
                background-color: #14B1E0;
              }
            }
          }
        }
      }
      &#anchor05 {
        margin-block: 0 9.375cqw;
        @media (max-width: 768px) {
          margin-block: 0 80px;
        }
        .block {
          display: flex;
          gap: 3.125cqw;
          margin-top: 3.75cqw;
          align-items: center;
          @media (max-width: 768px) {
            flex-direction: column;
            gap: 40px;
            margin-top: 48px;
            justify-content: center;
          }
          .image {
            width: 12.5cqw;
            @media (max-width: 768px) {
              width: 160px;
            }
          }
          .txt {
            width: 39.84375cqw;
            font-size: 1.25cqw;
            line-height: 1.75;
            letter-spacing: 0.08em;
            text-align: justify;
            word-break: break-all;
            @media (max-width: 768px) {
              width: 100%;
              font-size: 1.6rem;
            }
          }
        }
      }
    }
  }
}
/* ↑↑↑ content-box ↑↑↑ */


footer {
  .link-box {
    margin: 0 auto;
    @media (max-width: 768px) {
      margin: 0 auto;
    }
  }
}