/******************************
Home Style
*******************************/
/*
Hero Header
*/
.hero {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .hero {
      background: linear-gradient(to bottom, #f6f6f6 92%, #FFF); } }
  .hero__container {
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 100; }
    @media screen and (max-width: 1024px) {
      .hero__container {
        height: calc(100vh - 58px); } }
    @media screen and (min-width: 1025px) {
      .hero__container {
        height: 100vh; } }
    .hero__container .slide-img {
      object-fit: cover;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
@keyframes zoomOut {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
    .hero__container .swiper-slide-active .slide-img,
    .hero__container .swiper-slide-duplicate-active .slide-img,
    .hero__container .swiper-slide-prev .slide-img {
      animation: zoomOut 15s linear 0s;
      animation-fill-mode: both; }
    @media screen and (max-width: 1024px) {
      .hero__container .sp-img {
        display: block; }
      .hero__container .pc-img {
        display: none; } }
    @media screen and (min-width: 1025px) {
      .hero__container .sp-img {
        display: none; }
      .hero__container .pc-img {
        display: block; } }
  .hero__title {
    position: absolute;
    z-index: 999;
    left: 5%;
    color: #fff;
    letter-spacing: 0.5rem; }
    @media screen and (max-width: 1024px) {
      .hero__title {
        bottom: 10%;
        padding-left: 2rem; } }
    @media screen and (min-width: 1025px) {
      .hero__title {
        bottom: 10%;
        padding-left: 3.5rem; } }
    @media screen and (max-width: 1024px) {
      .hero__title {
        border-left: 5px solid #fff; } }
    @media screen and (min-width: 1025px) {
      .hero__title {
        border-left: 10px solid #fff; } }
    .hero__title__text {
      font-family: 'Poppins', sans-serif;
      font-weight: 700; }
      @media screen and (max-width: 1024px) {
        .hero__title__text {
          font-size: 5rem;
          line-height: 5.5rem; } }
      @media screen and (min-width: 1025px) {
        .hero__title__text {
          font-size: 7.6rem;
          line-height: 7.6rem;
          margin-bottom: 1rem; } }
    .hero__title__subtext {
      font-weight: 700;
      margin-bottom: 0;
      padding-left: 0;
      line-height: 1.8;
      border: none; }
      @media screen and (max-width: 1024px) {
        .hero__title__subtext {
          font-size: 1.6rem; } }
      @media screen and (min-width: 1025px) {
        .hero__title__subtext {
          font-size: 2rem; } }

/*
intro
*/
@media screen and (max-width: 1024px) {
  .h_intro {
    margin-top: 3rem; } }
@media screen and (min-width: 1025px) {
  .h_intro {
    margin-top: 10rem; } }
@media screen and (min-width: 1025px) {
  .h_intro__container {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 1025px) {
  .h_intro__text {
    width: 45%;
    order: 1; } }
.h_intro__text h2 {
  border-color: #EC6519;
  line-height: 5rem; }
  @media screen and (max-width: 1024px) {
    .h_intro__text h2 {
      padding-left: 1rem;
      font-size: 2.4rem; } }
@media screen and (max-width: 1024px) {
  .h_intro__video {
    margin-bottom: 3rem; } }
@media screen and (min-width: 1025px) {
  .h_intro__video {
    width: 50%;
    order: 2; } }
.h_intro__video__content {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/*
news
*/
@media screen and (max-width: 1024px) {
  .news {
    margin-top: 7rem; } }
@media screen and (min-width: 1025px) {
  .news {
    margin-top: 10rem; } }
.news__title h2 {
  border-color: #69C2EE; }
  .news__title h2 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700; }
.news__container a {
  display: block; }
.news__imgcontainer {
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-bottom: 1rem; }
  .news__imgcontainer__img {
    width: 100%;
    padding-top: 75%;
    transition-duration: 1s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
.news__date {
  margin-top: 1rem;
  font-size: 1.2rem; }
.news__subject p {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, to(#944A3C));
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background: linear-gradient(#944A3C 100%);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-size 0.4s cubic-bezier(0.39, 0.575, 0.565, 1); }
  a:hover .news__subject p {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, to(#000));
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background: linear-gradient(#000 100%);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-transition: background-size 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background-size 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    will-change: background-size, background; }
.news__pagenavi {
  margin-top: 1rem; }
  @media screen and (min-width: 1025px) {
    .news__pagenavi {
      display: flex;
      justify-content: space-between;
      height: 8rem; } }
  @media screen and (max-width: 1024px) {
    .news__pagenavi__btn {
      display: none; } }
  @media screen and (min-width: 1025px) {
    .news__pagenavi__btn {
      width: 10%;
      position: relative; } }
  .news__pagenavi__bar {
    position: relative; }
    @media screen and (max-width: 1024px) {
      .news__pagenavi__bar {
        width: 100%;
        height: 2rem; } }
    @media screen and (min-width: 1025px) {
      .news__pagenavi__bar {
        width: 80%; } }
.news .swiper-pagination {
  bottom: 40px;
  color: #FCFAED; }
.news .swiper-scrollbar {
  position: absolute;
  width: 95%;
  height: 10px;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #E2E2E2; }
@media screen and (max-width: 1024px) {
  .news .swiper-button-prev,
  .news .swiper-button-next {
    display: none; } }
.news .swiper-button-prev {
  left: 0;
  border-radius: 50%;
  background-color: #69C2EE;
  width: 50px;
  height: 50px;
  color: #fff; }
.news .swiper-button-next {
  right: 0;
  border-radius: 50%;
  background-color: #69C2EE;
  width: 50px;
  height: 50px;
  color: #fff; }
.news__btn {
  padding-top: 2rem;
  text-align: center; }

/*
drone
*/
.drone {
  position: relative; }
  @media screen and (max-width: 1024px) {
    .drone {
      margin-top: 20rem; } }
  @media screen and (min-width: 1025px) {
    .drone {
      margin-top: 14rem; } }
  .drone__bgimg {
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .drone__bgimg {
        top: -15rem;
        right: -2rem;
        text-align: right; }
        .drone__bgimg img {
          width: 70%;
          height: auto; } }
    @media screen and (min-width: 1025px) {
      .drone__bgimg {
        top: -5rem;
        right: -5rem; } }
  .drone__title h2 {
    border-color: #359239; }
  .drone__title__main {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 1024px) {
      .drone__title__main {
        font-size: 5rem;
        line-height: 5.5rem; } }
    @media screen and (min-width: 1025px) {
      .drone__title__main {
        font-size: 7.6rem;
        line-height: 8.2rem; } }
  .drone__title__sub {
    display: block;
    margin-top: 1rem;
    font-weight: 700; }
    @media screen and (max-width: 1024px) {
      .drone__title__sub {
        font-size: 2.4rem; } }
    @media screen and (min-width: 1025px) {
      .drone__title__sub {
        font-size: 3.6rem; } }
  @media screen and (max-width: 1024px) {
    .drone__text {
      margin-top: 2rem; } }
  @media screen and (min-width: 1025px) {
    .drone__text {
      margin-top: 3.7rem; } }
  @media screen and (max-width: 1024px) {
    .drone__container {
      margin-top: 2rem; } }
  @media screen and (min-width: 1025px) {
    .drone__container {
      margin-top: 3.8rem; } }
  .drone__item {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-bottom: 1rem;
    a: hover; }
    .drone__item__bgimg {
      width: 100%;
      padding-top: 75%;
      transition-duration: 1s;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (max-width: 1024px) {
        .drone__item__bgimg {
          height: 315px; } }
      @media screen and (min-width: 1025px) {
        .drone__item__bgimg {
          height: 425px; } }
    .drone__item__main {
      position: relative;
      top: -1.5rem;
      background-color: #fff; }
      @media screen and (max-width: 1024px) {
        .drone__item__main {
          margin: 1rem;
          padding: 1rem; } }
      @media screen and (min-width: 1025px) {
        .drone__item__main {
          margin: 1.2rem;
          padding: 1.5rem; } }
      .drone__item__main__title {
        border-bottom: 2px solid #B4B4B4;
        font-weight: 700;
        margin-bottom: 0.6rem; }
        @media screen and (max-width: 1024px) {
          .drone__item__main__title {
            font-size: 1.6rem; } }
        @media screen and (min-width: 1025px) {
          .drone__item__main__title {
            font-size: 2.4rem; } }
      @media screen and (max-width: 1024px) {
        .drone__item__main__text {
          font-size: 1.4rem;
          line-height: 2.0rem; } }
      .drone__item__main__text p {
        display: inline;
        background: -webkit-gradient(linear, left top, left bottom, to(#944A3C));
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background: linear-gradient(#944A3C 100%);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 0 1px;
        -webkit-transition: background-size 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: background-size 0.4s cubic-bezier(0.39, 0.575, 0.565, 1); }
        a:hover .drone__item__main__text p {
          display: inline;
          background: -webkit-gradient(linear, left top, left bottom, to(#000));
          background-position-x: 0%;
          background-position-y: 0%;
          background-repeat: repeat;
          background-size: auto;
          background: linear-gradient(#000 100%);
          background-position: left bottom;
          background-repeat: no-repeat;
          background-size: 100% 1px;
          -webkit-transition: background-size 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: background-size 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
          will-change: background-size, background; }
  .drone__pagenavi {
    margin-top: 1rem; }
    @media screen and (min-width: 1025px) {
      .drone__pagenavi {
        display: flex;
        justify-content: space-between;
        height: 8rem; } }
    @media screen and (max-width: 1024px) {
      .drone__pagenavi__btn {
        display: none; } }
    @media screen and (min-width: 1025px) {
      .drone__pagenavi__btn {
        width: 10%;
        position: relative; } }
    .drone__pagenavi__bar {
      position: relative; }
      @media screen and (max-width: 1024px) {
        .drone__pagenavi__bar {
          width: 100%;
          height: 2rem; } }
      @media screen and (min-width: 1025px) {
        .drone__pagenavi__bar {
          width: 80%; } }
  .drone .swiper-pagination {
    bottom: 40px;
    color: #FCFAED; }
  .drone .swiper-scrollbar {
    position: absolute;
    width: 95%;
    height: 10px;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #E2E2E2; }
  @media screen and (max-width: 1024px) {
    .drone .swiper-button-prev,
    .drone .swiper-button-next {
      display: none; } }
  .drone .swiper-button-prev {
    left: 0;
    border-radius: 50%;
    background-color: #69C2EE;
    width: 50px;
    height: 50px;
    color: #fff; }
  .drone .swiper-button-next {
    right: 0;
    border-radius: 50%;
    background-color: #69C2EE;
    width: 50px;
    height: 50px;
    color: #fff; }
  .drone__btn {
    padding-top: 2rem;
    text-align: center; }

/*
manufacturing
*/
@media screen and (max-width: 1024px) {
  .manufacturing {
    margin-top: 11rem; } }
@media screen and (min-width: 1025px) {
  .manufacturing {
    margin-top: 18rem; } }
.manufacturing__title {
  padding-left: 0;
  text-align: right; }
  .manufacturing__title h2 {
    border-left: none;
    padding-left: 0; }
    @media screen and (max-width: 1024px) {
      .manufacturing__title h2 {
        padding-right: 1.5rem;
        border-right: 5px solid #F5C53A;
        font-size: 4rem;
        line-height: 4.5rem; } }
    @media screen and (min-width: 1025px) {
      .manufacturing__title h2 {
        padding-right: 2rem;
        border-right: 10px solid #F5C53A;
        font-size: 7.6rem;
        line-height: 8rem; } }
    .manufacturing__title h2 span {
      display: block; }
      @media screen and (max-width: 1024px) {
        .manufacturing__title h2 span {
          font-size: 2.8rem; } }
      @media screen and (min-width: 1025px) {
        .manufacturing__title h2 span {
          font-size: 3.2rem; } }
@media screen and (min-width: 1025px) {
  .manufacturing__main {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem; } }
@media screen and (min-width: 1025px) {
  .manufacturing__main__img {
    width: 45%; } }
@media screen and (max-width: 1024px) {
  .manufacturing__main__text {
    margin-top: 2rem; } }
@media screen and (min-width: 1025px) {
  .manufacturing__main__text {
    width: 50%; } }
@media screen and (max-width: 1024px) {
  .manufacturing__btn {
    margin-top: 4rem;
    text-align: center; } }
@media screen and (min-width: 1025px) {
  .manufacturing__btn {
    margin-top: 9rem;
    text-align: right; } }

/*
recruit
*/
@media screen and (max-width: 1024px) {
  .recruit {
    margin-top: 11rem; } }
@media screen and (min-width: 1025px) {
  .recruit {
    margin-top: 18rem; } }
.recruit__title h2 {
  border-color: #EC6519; }
  .recruit__title h2 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700; }
@media screen and (min-width: 1025px) {
  .recruit__main {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 1025px) {
  .recruit__main__text {
    width: 50%;
    padding: 0 4rem; } }
.recruit__main__text__strong {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem; }
.recruit__main__text ul {
  margin-left: 3rem; }
@media screen and (max-width: 1024px) {
  .recruit__main__img {
    display: none; } }
@media screen and (min-width: 1025px) {
  .recruit__main__img {
    width: 45%; } }

/*
footer
*/
@media screen and (min-width: 1025px) {
  .footer {
    margin-top: 26rem; } }
