@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;
	position: relative;
	text-align: center;
}

p, li, dt, dd, select, input, textarea, figcaption, th, td, h2, h3, h4  {
	/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic','sans-serif';
	line-height: 1.8;
}


.container {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
.container-fluid {
	position: relative;
	margin: 0 auto;
}
@media screen and (max-width: 992px) {
	.container {
		width: 100%;
	}
}

img.fix_img {
	width: 100%;
}
@media screen and (max-width: 992px) {
	img.fix_img_tb {
		width: 100%;
	}
}

/* #nav_sp_menu */
#nav_sp_menu {
	display: none;
}
#nav_sp_menu .pushy ul {
	margin-top: 10px;
}
#nav_sp_menu .pushy ul li {
	text-align: left;
	font-size: 14px;
}
#nav_sp_menu .pushy ul li span {
	display: block;
}
#nav_sp_menu .pushy ul li.sns img {
	width: 30px;
}

/* Header */
header {
	background-image: url(../../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#utility {
	height: 65px;
	background-color: #F2F2F2;
}
#utility .container {
	display: flex;
	justify-content: space-between;
}


#utility h1 {
	width: 280px;
	float: left;
	margin-top: 7px;
	margin-right: auto;
}
#utility h1 img {
	width: 280px;
}
#utility nav {
	height: 65px;
	background-color: #1A1A1A;
}
#utility nav ul {
	display: flex;
}
#utility nav li {
	display: flex;
	align-items: center;
	border-right: solid 1px #FFF;
	height: 65px;
}
#utility nav li img {
	margin: 0 15px;
}
#utility nav li.sns img {
	width: 30px;
}
#utility nav li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* Navigation */
#nav_pc {
}
#nav_pc img.logo_mark {
	float: left;
	margin-top: 10px;
}
#nav_pc ul {
	display: inline-block;
	float: right;
	margin-top: 50px;
}
#nav_pc ul li {
	float: left;
	padding-left: 35px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
#nav_pc ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#nav_pc ul li a:before{
  position: absolute;
  top: 1.7em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  transition: all .3s ease;
  background-color: #CCC;
}
#nav_pc ul li a:hover:before{
  width: 100%;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #nav_pc ul li { font-size: 1.0em;  } /* IE11 */
}

/*nav_pc*/
#head_sp {
	display: none;
}
#head_sp h1 {
	float: left;
	width: 280px;
	margin:10px 15px;
}
#head_sp h1 img {
	width: 280px;
}
#head_sp .menu-btn {
	float: right;
	width: 35px;
	margin: 20px 15px 0;
	cursor: pointer;
}
#head_sp .menu-btn img {
	width: 35px;
}

@media screen and (max-width: 992px) {
	#nav_sp_menu {
			display: block;
	}
	header {
		height: inherit;
		padding-bottom: 66%;
		background-size: 150%;
		background-position: bottom;
	}
	/*nav_pc*/
	#utility, #nav_pc {
		display: none;
	}
	/*nav_sp*/
	#head_sp {
		display: block;
	}
}

#mainimg {
	position: relative;
	text-align: center;
	z-index: 0;
	height: 560px;
}
#slideshow_area {
	position: absolute;
	top: 0;
	right: 15px;
	width: 700px;
	height: 440px;
}
#mainimg #slideshow img {
	width: 700px;
	height: 440px;
}
/*初期表示対策*/
	#slideshow {
	  display: none;
	}
	.bx-viewport #slideshow {
	  display: block !important;
	}
#mainimg .bx-pager {
	position: absolute;
	bottom:  -40px;
}

#mainimg p.text {
	position: absolute;
	top: 100px;
	left: 15px;
	z-index: 200;
	text-align: left;
	font-size: 3.0em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 2.5;

	color: #FFF;
}
#mainimg p.text span {
	background-color: rgba(0,0,0,0.7);
	padding: 10px 20px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #mainimg p.text span { padding:  } /* IE11 */
}


@media screen and (max-width: 992px) {
	#mainimg {
		height: inherit;
	}
	#slideshow_area {
		position: absolute;
		top: 20px;
		right: 15px;
		width: 70%;
		height: inherit;
	}
	#mainimg #slideshow img {
		width: 100%;
		height: inherit;
	}
	#mainimg p.text span {
		padding: 10px;
	}
}
@media screen and (max-width: 544px) {
	#mainimg p.text {
		top: 50px;
		left: 15px;
		font-size: 1.2em;
		line-height: 3.0;
	}
}

/* Contents */
main {
	position: relative;
	padding-bottom: 80px;
}
article {
		padding-top: 80px;
}
section {
	margin-bottom: 80px;
	position: relative;
}

h2 {
		font-size: 2.9em;
		font-weight: bold;
		font-family: 'Libre Franklin', sans-serif;
		line-height: 1.4;
		letter-spacing: 3px;
		margin-bottom: 50px;
		display:  inline-block;
    position: relative;
    padding: 0.5em 2em;
}
h2:before, h2:after{
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
}
h2:before{
    border-left: solid 1px #333;
    border-top: solid 1px #333;
    top:0;
    left: 0;
}
h2:after{
    border-right: solid 1px #333;
    border-top: solid 1px #333;
    top:0;
    right: 0;
}
h2 div {
    margin: 0;
    padding: 0;
		font-family: 'Libre Franklin', sans-serif;
}
h2 span {
		display: block;
		font-size: 60%;
		font-weight: normal;
}
@media screen and (max-width: 992px) {
	h2 {
			font-size: 2.0em;
	}
}

h3 {
		font-size: 1.4em;
		font-weight: bold;
		margin-bottom: 30px;
}
h4 {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 20px;
}
p, figcaption {
	font-size: 1.1em;
}
p.copy {
	font-size: 1.4em;
}
@media screen and (max-width: 992px) {
	p.copy {
		font-size: 1.2em;
	}
}
figure img {
	margin-bottom: 10px;
}
/*custom*/

/*service*/
#service {
	background-image: url(../../images/drone_bg.png);
	background-repeat: no-repeat;
	background-position: -20px -80px;
}
#service p.maincopy {
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 30px;
}

#service .gaihekidashin {
	background-color: #E0F3FB;
	padding: 15px;
	width: 80%;
	margin: 0 auto;
}
#service .gaihekidashin p {
	min-height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#service .gaihekidashin a {
	display: inline-block;
	padding: 5px 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
  border-radius: 25px;
	border: solid 1px #0071BC;
	background-color: #FFF;
	color: #0071BC;
}

ul#service_list li{
	margin-bottom: 40px;
}
ul#service_list figcaption{
	text-align: left;
}
ul#service_supple li{
	margin-bottom: 40px;
}
ul#service_supple figure {
	background-color: #F2F2F2;
	padding: 20px;
}
ul#service_supple figcaption {
	text-align: left;
}
@media screen and (max-width: 992px) {
	#service {
		background-size: 60%;
		background-position: -20px -50px;
	}
	#service p.maincopy {
		font-size: 1.8em;
	}
}
#service div.service_plan {
	border: solid 3px #ddd;
	padding: 20px;
}
#service div.service_plan h4 {
	background: #F2F2F2;
	padding: 10px;
	font-size: 1.4em;
}
#service .dji h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}
#service .dji table {
	width: 100%;
}
#service .dji table th, #service .dji table td {
	border: solid 1px #999;
	padding: 10px;
}
#service .dji table th {
	background-color: #EEE;
	text-align: center;
}
#service .dji table th.col_th {
	width: 7em;
	white-space: nowrap;
}
#service .dji table caption {
	display: none;
	font-size: 1.2rem;
	text-align: left;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
	#service .dji table caption {
		display: block;
	}
}

#service .dji table.basic_fee {
	width: auto;
}
#service .dji table.basic_fee th {
	width: 7em;
}
#service .dji table.basic_fee td {
	width: 10em;
}

/*machine*/
#machine section.title {
	background-image: url(../../images/machine_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	padding: 80px 0;
}
#machine section.title h2 {
	color: #FFF;
}
#machine section.title h2:before{
    border-left: solid 1px #FFF;
    border-top: solid 1px #FFF;
    top:0;
    left: 0;
}
#machine section.title h2:after{
    border-right: solid 1px #FFF;
    border-top: solid 1px #FFF;
    top:0;
    right: 0;
}
#machine section.title p {
	color: #FFF;
}
#machine figcaption {
margin-bottom: 20px;
}
#machine section.tinywhoop figcaption {
margin-top: 50px;
}
@media screen and (max-width: 766px) {
	#machine section.tinywhoop figcaption {
	margin-top: 0;
	}
}

/*safety*/
#safety {
	background-image: url(../../images/safety_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 80px 0　50px 0;
}
#safety h2 {
	color: #FFF;
}
#safety h2:before{
    border-left: solid 1px #FFF;
    border-top: solid 1px #FFF;
    top:0;
    left: 0;
}
#safety h2:after{
    border-right: solid 1px #FFF;
    border-top: solid 1px #FFF;
    top:0;
    right: 0;
}
#safety section.title p {
	color: #FFF;
}
#safety dt {
	background-color: #FFF;
	color: #00A99D;
	font-size: 1.4em;
	padding: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#safety dt img {
	display: inline-block;
	margin-bottom: 10px;
	width: 85px;
	text-align: center;
}

#safety dd, #safety ul.memo_pc li div {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  max-width: 100%;
  color: #FFF;
  font-size: 1.0em;
  background-color: #007265;
	text-align: left;
}
#safety dd:before, #safety ul.memo_pc li div:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #007265;
}
#safety ul.memo_pc li:first-child div:before {
  left: 20%;
}


/*activity*/
#activity {
	background-color: #E0F3FB;
	background-image: url(../../images/drone_bg.png);
	background-repeat: no-repeat;
	background-position: right -20px top 50px;
}
#activity h2 {
	color: #0071BC;
}
#activity h2:before{
    border-left: solid 1px #0071BC;
    border-top: solid 1px #0071BC;
    top:0;
    left: 0;
}
#activity h2:after{
    border-right: solid 1px #0071BC;
    border-top: solid 1px #0071BCF;
    top:0;
    right: 0;
}
#activity section.title p {

}
#activity h3 {
	color: #0071BC;
}

aside#sns {
	padding-top: 80px;
}
aside#sns p.copy {
	font-weight: bold;
	margin-bottom: 50px;
}
aside#sns p.copy span {
	background: linear-gradient(transparent 60%, #A7DCF3 40%);
	padding: 0 10px;
}

aside#sns p.sns_fb {
	background-color: #3b598f;
	padding: 10px;
}
aside#sns img.fig_yt {
	border: solid 1px #CCC;
}
aside#sns figcaption {
	word-wrap: break-word;
}
aside#sns img.logo_inst {
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

@media screen and (max-width: 992px) {
	#activity {
		background-size: 60%;
		background-position: right -20px top -10px;
	}
	aside#sns .fb-page {
		width: 100%;
	}
	aside#sns p.sns_fb img {
		width: 100%;
	}
}
@media screen and (max-width: 544px) {
	#activity .lecture h3 {
		text-align: center;
	}
	aside#sns img.logo_inst {
		width: 50px;
	}
	aside#sns .instagram_qr {
		display: none;
	}
}


/*contact*/
#contact {
	background-color: #E8F4D9;
}
#contact h2 {
	color: #39B54A;
}
#contact h2:before{
    border-left: solid 1px #39B54A;
    border-top: solid 1px #39B54A;
    top:0;
    left: 0;
}
#contact h2:after{
    border-right: solid 1px #39B54A;
    border-top: solid 1px #39B54A;
    top:0;
    right: 0;
}
#contact li img {
	margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
	#contact li img {
		width: 80%;
	}
}

/*about*/
#about p.copy {
	font-weight: bold;
	margin-bottom: 20px;
}
#about table {
	width:100%;
	margin-bottom: 20px;
}
#about table th, #about table td{
	padding: 20px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}
#about table th{
	width: 16em;
}
#about aside{
	text-align: left;
	padding-bottom: 50px;
}
#about aside h3 {
	font-size: 1.2em;
	margin-bottom: 15px;
}
#about aside p {
	margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
	#about table th, #about table td{
		display: block;
		width: 100%;
		padding: 20px 10px;
	}
	#about table th{
	border-bottom: none;
	padding-bottom: 0;
	}
}

/*access*/
#access {
	background-color: #E6E6E6;
}
#access iframe {
	width: 100%;
	height:  400px;
	margin-bottom: 20px;
}

/* Footer */
footer {
	position: relative;
}
footer p.logo_mark img {
	width: 120px;
	margin-bottom: 20px;
}
footer p.logo img {
	width: 370px;
	margin-bottom: 30px;
}
footer p.copyright {
	background-color: #4D4D4D;
	color: #FFF;
	padding: 30px 0;
}
@media screen and (max-width: 992px) {
	footer p.logo img {
		width: 80%;
	}
}


@media screen and (min-width: 993px) {
a[href^="tel:"] {
    pointer-events: none;
}
}

/* Links */
main a:link { color: #0071BC; text-decoration:underline; }
main a:visited,  body#cont #topicpath a:visited { color: #0071BC; text-decoration:underline; }
main a:hover, body#cont #main a:focus, body#cont #main a:active { color: #0071BC; text-decoration:underline; }


/* pagetop */
#pagetop {
	background: url(../images/pagetop.png) no-repeat left;
	width: 50px;
	height: 54px;
	text-indent: -9999px;
	position: fixed ;
	right: 16px ;
	bottom: 20px ;
}
@media screen and (max-width: 992px) {
	#pagetop {
		background-size: 80%;
		width: 40px;
		height: 43px;
		right: 10px ;
		bottom: 10px ;
	}
}


/* arrow links*/
.alink a {
	background: url(../images/link_arrow.png) no-repeat left;
	padding-left: 15px;
}
@media screen and (max-width: 992px) {
	.alink a {
		padding-left: 1.4em;
	}
}

/*txt*/

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }

.mr10 { margin-right: 10px; }

.txt_left { text-align: left; !important}
.txt_right { text-align: right; !important}
.txt_center { text-align: center; !important}
.txt_lc {
	display: inline-block;
	text-align: left;
}

ul.dot_list {
	margin-left: 1em;
}
ul.dot_list li {
	list-style-type: disc;
	list-style-position: outside;
}



/*溝幅 0pxの場合*/
.gutter-0{
margin-left:0;
margin-right:0;
}
.gutter-0 > [class*='col-'] {
padding-left:0 !important;
padding-right:0 !important;
}

/*溝幅 10pxの場合*/
.gutter-10{
margin-left:-5px;
margin-right:-5px;
}
.gutter-10 > [class*='col-'] {
padding-left:5px;
padding-right:5px;
}

/*溝幅 20pxの場合*/
.gutter-20{
margin-left:-10px;
margin-right:-10px;
}
.gutter-20 > [class*='col-'] {
padding-left:10px;
padding-right:10px;
}
