@charset "UTF-8";
/*------------------------------------
全体設定　ここから
-------------------------------------*/
#top .section-title{
  background: linear-gradient(90deg, rgb(23, 45, 169), rgb(155, 168, 241));
  background: -webkit-linear-gradient(0deg, rgb(23, 45, 169), rgb(155, 168, 241));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 3em;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
  #top .section-title{
    margin-bottom: 2em;
  }
}

/** -----------------------------------
メインビジュアル
-------------------------------------**/
#mainvisual{
  width: 100%;
  height: 100vh;
  position: relative;
}
#mainvisual .mainvisual-img{
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}
#mainvisual .mainvisual-img video{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#mainvisual .title-wrap{
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#mainvisual .title-wrap p{
  font-weight: 700;
  line-height: 1;
  font-size: 9rem;
}
#mainvisual .title-wrap span{
  font-size: 2rem;
  display: block;
  font-weight: 500;
  margin-bottom: 1em;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  #mainvisual .title-wrap p{
    font-size: clamp(1rem,9vw,9rem);
  }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
  #mainvisual .title-wrap span{
    font-size: 1.6rem;
  }
}


/** -----------------------------------
どんなお悩みもドローンの専門家に全てお任せください
-------------------------------------**/
#about{
  background: linear-gradient(90deg, rgb(23, 45, 169), rgb(155, 216, 241));
}
#about .section-title{
  font-size: clamp(2rem,4.5vw,5.2rem);
  line-height: 1.75;
  font-weight: 800;
  width: 50%;
  margin-top: 0;
  /*
  background: linear-gradient(90deg, rgb(255, 255, 255), rgb(186, 197, 255));
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255), rgb(186, 197, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
  color: #fff;
  -webkit-text-fill-color: unset;
  text-shadow: 1px 1px 15px rgba(23, 45, 169, 0.5);
}
#about p{
  font-size: 1.8rem;
  width: 50%;
  margin-top: 17rem;
  color: #fff;
  text-shadow: 1px 1px 15px rgba(23, 45, 169, 0.5);
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  #about .section-title{
    width: 100%;
    margin-bottom: 1.3em;
    text-align: center;
    font-size: clamp(2rem,6.5vw,5.2rem);
    line-height: 1.4;
  }
  #about p{
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  #about p{
    font-size: 16px;
  }
}
@media screen and (max-width: 570px){
}


/** -----------------------------------
まずはご相談ください
-------------------------------------**/
#consultation{
  text-align: center;
}
#consultation .section-title{
  display: inline-block;
  font-size: 4.8rem;
  line-height: 1.5;
  margin-bottom: 0.8em;
  background: linear-gradient(90deg, rgb(23, 45, 169), rgb(155, 216, 241));
  background: -webkit-linear-gradient(0deg, rgb(23, 45, 169), rgb(155, 216, 241));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#consultation .balloon-wrap{
  position: relative;
}
#consultation .balloon-wrap .title-balloon{
  display: inline-block;
  border-radius: 5rem;
  font-weight: 500;
  padding: 0.5rem 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}
#consultation .balloon-wrap .title-balloon_after{
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(90deg, rgb(23, 45, 169), rgb(155, 216, 241));
  bottom: 0.5rem;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  transform-origin: center;
}
#consultation .flex-container{
  margin-top: 8rem;
}
#consultation .flex-item.img{
  width: 25%;
}
#consultation .flex-item.img .title{
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
}
#consultation .flex-item.img .img-box{
  height: 15rem;
}
#consultation .flex-item.img .img-box img{
  object-fit: contain;
}
#consultation .flex-item.text{
  width: 75%;
  padding-bottom: 4rem;
}
#consultation .flex-item.text .swiper-wrapper .swiper-slide{
  background-color: #fff;
  font-weight: 500;
  padding: 2rem;
  border-radius: 1rem;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#consultation .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
#consultation .swiper-pagination-bullet{
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
#consultation .swiper-pagination-bullet-active{
  background: rgba(236, 159, 24, 0.9);
  width: 1.0rem;
  height: 1.0rem;
}

#consultation .onecoin-area{
  margin-top: 8rem;
}
#consultation .onecoin-area p{
  position: relative;
  font-weight: 600;
  margin-bottom: 0.5em;
  display: inline-block;
}
#consultation .onecoin-area p::before,
#consultation .onecoin-area p::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 2rem;
  background-color: #424242;
  top: 48%;
}
#consultation .onecoin-area p::before{
  transform: rotate(-35deg) translateY(-50%);
  left: -0.5rem;
}
#consultation .onecoin-area p::after{
  transform: rotate(35deg) translateY(-50%);
}

/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
}
@media screen and (max-width: 768px){
  #consultation .section-title{
    font-size: clamp(20px,6vw,48px);
  }
  #consultation .flex-item.text{
    width: 65%;
  }
  #consultation .flex-item.img{
    width: 35%;
    padding-right: 2rem;
  }
  #consultation .balloon-wrap .title-balloon{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 570px){
  #consultation .top-text{
    font-size: 3.6vw;
  }
  #consultation .balloon-wrap .title-balloon{
    font-size: 1.6rem;
  }
  #consultation .flex-container{
    margin-top: 4rem;
  }
  #consultation .flex-item.img{
    width: 100%;
  }
  #consultation .flex-item.img .img-box{
    height: 12rem;
  }
  #consultation .flex-item.text{
    width: 100%;
  }
  #consultation .onecoin-area{
    margin-top: 4rem;
  }
}

/** -----------------------------------
国の支援で加速！ドローン技術の発展
-------------------------------------**/
#development .flex-container{
  position: relative;
}
#development .flex-container .flex-item{
  width: 50%;
}
#development .flex-container .flex-item.text{
  padding: 6rem;
}
#development .flex-container .flex-item.text .section-title{
  font-size: 2.8rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #bac3f2;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 1000px){
  #development .flex-container .flex-item{
    width: 100%;
  }
  #development .flex-container .flex-item.text{
    text-align: center;
  }
  #development .flex-container .flex-item.text p:not([class]){
    text-align: justify;
  }
  #development .flex-container .flex-item.img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
  }
  #development .flex-container .flex-item.img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px){
  #development .flex-container .flex-item.text{
    padding: 8rem 4rem;
  }
}
@media screen and (max-width: 570px){
  #development .flex-container .flex-item.text{
    padding: 6rem 2rem;
  }
}

/** -----------------------------------
事業内容
-------------------------------------**/
#service .flex-container .flex-item{
  width: 50%;
  background: #fff;
  padding: 4rem;
  display: flex;
  align-items: center;
  border: 1px solid #f5f7ff;
}
#service .flex-container .flex-item .title-wrap{
  width: 35%;
  text-align: center;
}
#service .flex-container .flex-item .title-wrap img{
  width: 80px;
  height: auto;
  margin-bottom: 2rem;
  display: inline-block;
  object-fit: contain;
}
#service .flex-container .flex-item .title-wrap .title{
  font-size: 1.8rem;
  line-height: 1.2;
  color: #172da9;
  font-weight: 700;
}
#service .flex-container .flex-item .detail-wrap{
  width: 65%;
}
#service .flex-container .flex-item .detail-wrap ul{
  display: flex;
  flex-wrap: wrap;
}
#service .flex-container .flex-item .detail-wrap ul li{
  width: 100%;
  padding-left: 1.0em;
  position: relative;
  line-height: 1.75;
  font-size: clamp(10px,1.2vw,16px);
}
#service .flex-container .flex-item .detail-wrap ul li a{
  color: inherit;
  text-decoration: underline;
  transition: .1s all;
}
#service .flex-container .flex-item .detail-wrap ul li a:hover{
  opacity: 0.5;
}
#service .flex-container .flex-item .detail-wrap ul li.wid-50{
  width: 50%;
}
#service .flex-container .flex-item .detail-wrap ul li::before{
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  background-color: #172da9;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 1000px){
  #service .flex-container .flex-item{
    flex-direction: column;
  }
  #service .flex-container .flex-item .detail-wrap{
    width: 100%;
    margin-top: 2em;
  }
  #service .flex-container .flex-item .detail-wrap ul li{
    font-size: clamp(10px,1.6vw,16px);
  }
  #service .flex-container .flex-item .title-wrap img{
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px){
  #service .flex-container .flex-item{
    width: 100%;
  }
  #service .flex-container .flex-item .detail-wrap ul li{
    font-size: 16px;
  }
}
@media screen and (max-width: 570px){
  #service .flex-container .flex-item{
    padding: 2rem;
  }
  #service .flex-container .flex-item .detail-wrap{
    margin-top: 1.2em;
  }
  #service .flex-container .flex-item .detail-wrap ul li{
    font-size: 14px;
  }
}


/** -----------------------------------
運営会社
-------------------------------------**/
#management .flex-container{
  gap: 2rem;
}
#management .flex-container .flex-item{
  width: calc(25% - 2rem);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  overflow: hidden;
}
#management .flex-container .flex-item .category{
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
#management .flex-container .flex-item .text-wrap{
  padding: 3rem 2rem;
}
#management .flex-container .flex-item .text-wrap .company-name{
  font-size: clamp(16px,1.3vw,1.8rem);
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 700;
}
#management .flex-container .flex-item .text-wrap .company-name span{
  font-size: 0.75em;
  display: inline-block;
}
#management .flex-container .flex-item .text-wrap p{
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 400;
}
#management .flex-container .flex-item .text-wrap p.tag{
  border: 1px solid rgba(225, 5, 5, 0.83);
  color: rgba(225, 5, 5, 0.83);
  display: inline-block;
  border-radius: 2px;
  padding: 0 0.5em;
  margin-top: 1em;
  line-height: 1.5;
}

#management .flex-container .flex-item.school{
  border: 2px solid rgba(225, 5, 5, 0.83);
}
#management .flex-container .flex-item.school .category{
  background: rgba(225, 5, 5, 0.83);
}

#management .flex-container .flex-item.contract{
  border: 2px solid rgba(23, 45, 169, 0.83);
}
#management .flex-container .flex-item.contract .category{
  background: rgba(23, 45, 169, 0.83);
}

#management .flex-container .flex-item.dispatch{
  border: 2px solid rgba(236, 159, 24, 0.9);
}
#management .flex-container .flex-item.dispatch .category{
  background: rgba(236, 159, 24, 0.9);
}
/** -------- スマホ -------- **/

@media screen and (max-width: 1000px){
  #management .flex-container{
    gap: 2rem;
  }
  #management .flex-container .flex-item{
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 570px){
  #management .flex-container .flex-item{
    width: 100%;
  }
  #management .flex-container .flex-item .text-wrap{
    padding: 2rem;
  }
}

/* contact */
#contact table{
  max-width: 800px;
  width: 100%;
  margin: 8rem auto 0;
  line-height: 2.14;
  text-align: left;
  border-spacing: 0 3rem;
}
#contact table td.top{
  vertical-align: top;
}
#contact table input,
#contact table textarea,
#contact table select,
#contact table date{
  font-size: 1.4rem;
  width: 100%;
  padding: 0.8rem;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 1rem;
}
#contact table input:focus,
#contact table textarea:focus,
#contact table select:focus{
  border: 2px solid #f66500;
  outline: 0;
}
#contact table input[name="tel"],
#contact table input[name="date"],
#contact table select[name="time"],
#contact table select[name="people"]{
  width: 40%;
}
#contact table textarea{
  height: 18rem;
  resize: none;
}
#contact input[type="radio"] {
  position: relative;
  width: 16px;
  height: 20px;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 2px;
  margin-right: 1rem;
}
#contact input[type="radio"]:focus{
  border: 2px solid #fff;
}
#contact input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f66500;
  content: '';
}
#contact .radio{
  width: 100%;
  margin-bottom: 1rem;
}
#contact .radio label{
  width: 30%;
  display: inline-block;
}
#contact table td.title{
  width: 30%;
  padding-right: 20px;
  vertical-align: top;
}
#contact table .label{
  display: inline-block;
  text-align: center;
  width: 5rem;
  background-color: #888;
  padding: .2rem;
  color: #fff;
  font-size: 1.4rem;
  margin-left: 1rem;
  line-height: 1.4;
}
#contact table .label.essential{
  background-color: #f66500;
  border-radius: 5px;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px){
  #contact{
    font-size: 1.4rem;
  }
  #contact table{
    margin-top: 2rem;
  }
  #contact table .label{
    width: 4.3rem;
    padding: .2rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  #contact table th,
  #contact table td,
  #contact table td.title{
    display: block;
    width: 100%;
  }
  #contact table td.title{
    padding-bottom: 0.5rem;
  }
  #contact table input,
  #contact table textarea,
  #contact table select,
  #contact table date{
    padding: 0.4rem 0.8rem;
  }
}
@media screen and (max-width: 570px){
  #contact .radio label{
    width: 48%;
  }
}
