@charset "UTF-8";

/**
 * オリジナルcss
 */

/* features */

.page_info {
  .block_header {
    h1 {
      position: relative;
      padding-right: 200px;
      img {
        position: absolute;
        width: 200px;
        height: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
      }
    }
  }
}

.drone_content_features {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #e7f7ff;
}

.drone_features_elements {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  .drone_features_element {
    width: calc((100% - 24px) / 2);
    background: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    position: relative;
    .features_image {
      width: 200px;
    }
    .features_info {
      width: calc(100% - 224px);
      h3 {
        font-size: 2.4rem;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 8px;
        line-height: 160%;
        span {
          position: absolute;
          top: 15px;
          right: 11px;
          color: rgba(50, 142, 191, 0.1);
          font-family: var(--font-en);
          font-size: 4rem;
          font-weight: 400;
          line-height: 60%;
        }
      }
      P {
        margin-top: 16px;
      }
    }
  }
}

.features_bar {
  margin-top: 64px;
  img {
    width: 100%;
    height: 276px;
    object-fit: cover;
  }
}

/* safety */

.drone_content_safety {
  margin-top: 80px;
  .safety_info {
    margin-top: 32px;
    text-align: center;
  }
}

.safety_elements {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  justify-content: center;
  .safety_element {
    max-width: 300px;
    width: 100%;
    text-align: center;
    .safety_icon {
      img {
        width: 120px;
      }
    }
    h3 {
      margin-top: 16px;
      color: var(--color-theme-sub);
      font-size: 2.4rem;
    }
  }
}

.arrow_content_elements  {
.arrow_content_element {
  .icon {
    img {
      width: 50px;
      height: 50px;
    }
  }
}
}

@media screen and (max-width: 1110px) {
}
@media screen and (max-width: 740px) {
  .page_info {
    .block_header {
      h1 {
        padding-right: 0;
      }
    }
  }
  .page_info_image_sp {
    margin-top: 32px;
  }
  .drone_image_sp {
    margin-top: 24px;
    text-align: center;
    img {
      max-width: 200px;
    }
  }

  .drone_features_elements {
    .drone_features_element {
      width: 100%;
      .features_image {
        width: 100%;
      }
      .features_info {
        width: 100%;
        h3 {
          font-size: 2.1rem;
          text-align: center;
          span {
            position: relative;
            display: block;
            top: auto;
            right: auto;
            margin: 0 auto;
            width: fit-content;
            color: var(--color-theme-sub);
            font-size: 3.2rem;
            margin-bottom: 8px;
          }
        }
      }
    }
  }
  .features_bar {
    img {
      height: auto;
    }
  }
  .drone_content_safety {
    .safety_info {
      text-align: left;
    }
  }
  .safety_elements {
    margin-top: 32px;
  }
  .drone_content_flow {
    padding-bottom: 120px;
    margin-bottom: -93px;
    .arrow_content_detail::before {
      top: 50%;
    }
    .arrow_content_detail::after {
      top: auto;
    }
  }
  .arrow_content_elements {
    padding-top: 40px;
    .arrow_content_element {
      h3 {
        width: calc(100% - 174px);
        text-align: left;
        justify-content: flex-start;
      }
    }
  }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 500px) {
}
