
@charset "UTF-8";
#eyecatch {
  background-image: url(/assets/images/drone/eyecatch.jpg);
 }
 #gNav .drone::before {
  background: #0e10d9;
  height: 20px;
  width: 10px;
  content: "";
  display: block;
  margin: 0 auto 10px;
}

/* ========
  #FAQ
================ */ 
.ac {
  width: 100%;
  margin: 0 auto;
}
.ac-parent {
	position: relative;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.ac-parent:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 15px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #151515;
	border-bottom: 2px solid #151515;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
.ac-parent.open:after {
	transform: rotate(225deg);
}
.ac-child {
  display: none;
  padding: 2em 1em;
  background-color: #FDFBFB;
}

.drone-Illust {
  top: -60px;
  right: 10%;
  width: 90px;
}



@media screen and (min-width: 768px) {
  #top-main {
    height: 98vh;
    background-position: center;
  }
  #main-message {
    background-position: right -50%;
    background-size: 36%;
  }
  .drone-Illust {
    top: 0;
    right: 10%;
    width: 120px;
  }
  .ac-parent:after {
    right: 30px;
  }
}