@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/*78追加インポート先
---------------------------------------------------------------------------*/
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);

/* reset */
html {
  -webkit-overflow-scrolling: touch;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

body {
  /*  font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
  font: メイリオ, sans-serif, Arial, Meiryo, YuGothic, 'Yu Gothic', Verdana, 游ゴシック, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN'; */
  font-family: 'メイリオ',sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #e9e9e9;
}

body {
  /*  font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
  font: メイリオ, sans-serif, Arial, Meiryo, YuGothic, 'Yu Gothic', Verdana, 游ゴシック, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN'; */
  font-family: 'メイリオ',sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #e9e9e9;
}

a {
  color: #0066ff;
  text-decoration: none;
}

a:hover, .active {
  text-decoration: none;
}

a:active, a:focus, input:active, input:focus {
  outline: 0;
}


/* ヘッダー
------------------------------------------------------------*/

#header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  /*    height:960px;*/
}


/*****
#header img{
    position:absolute;
    left:0;
    width:1920px;
    height:960px;
}
*****/

#slogan {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

#slogan h1 {
  font-size: 40px;
  font-family: 'メイリオ',sans-serif margin-bottom: 20px;
  font-weight: normal;
}

#slogan h2 {
  font-size: 20px;
  font-family: 'メイリオ',sans-serif;
  font-weight: normal;
}


/* フッター
------------------------------------------------------------*/

#footer {
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #716c6c;
}

#footer_drone {
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #9cd3f3;
}


/* 共通
------------------------------------------------------------*/

h1, h2 {
  font-family: 'メイリオ',sans-serif;
}

img {
  width: 100%;
  height: auto;
}

h1 img {
  width: 50%;
  height: auto;
}

section {
  clear: both;
}

section h2 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}

section h3 {
  font-size: 18;
  font-weight: normal;
  text-align: center;
  margin: 5px 0 10px 0;
}

.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.inner_free {
  width: 60%;
  margin: 0 auto;
}

.col2 li {
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px 0;
}


/* SEC01 VISION
------------------------------------------------------------*/

#sec01 {
  width: 100vw;
  height: 100vh;
  display: flex;  /* 要素をflexboxに対応させる */
  align-items: center;  /* 縦方向の中央揃え */
  justify-content: center;  /* 横方向の中央揃え */
  flex-direction: column;  /* 子要素の並びを上から下にする（要素の改行に対応） */
}

#sec01 img {
  width: 10%;
}

.vision {
  margin: 0 auto;
  text-align: center;  /* 縦方向の中央揃え */
}


/* SEC02 MESSAGE
------------------------------------------------------------*/

.wrap {
  clear: both;
  width: 100%;
  background: #bdbdbd;
}

.bg {
  line-height: 0;
}

.txt h2 {
  padding: 0 0 20px !important;
}


/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
#sec03 {
  height: 100vh;
}

#sec03_drone1 {
  height: 100vh;
  background: #9cd3f3;
}

#sec03_drone2 {
  height: 100vh;
  background: #fff;
}

.col3 li {
  margin-bottom: 50px;
}

.col3 img {
/*  max-width: 288px;*/
  max-width: 200px;
  display: block;
  margin: -5px auto 20px;
}


/* SEC04 SERVICE MESSAGE STORY
------------------------------------------------------------*/

.col4 li {
  margin-bottom: 50px;
}

.col4 img {
  max-width: 300px;
  display: block;
  margin: -5px auto 20px;
}
.p_box th{
  text-align: right;
  }
.col4 th {
  text-align: right;
}


/* PALLAX
------------------------------------------------------------*/

#sec04 {
  background: url(../images/para3_100.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  height: 100vh;
  display: flex;  /* 要素をflexboxに対応させる */
  align-items: center;  /* 縦方向の中央揃え */
  justify-content: center;  /* 横方向の中央揃え */
  flex-direction: column;  /* 子要素の並びを上から下にする（要素の改行に対応） */
}

#sec04_sub {
  background: url(../images/para3_100.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  height: 60vh;
  display: flex;  /* 要素をflexboxに対応させる */
  align-items: center;  /* 縦方向の中央揃え */
  justify-content: center;  /* 横方向の中央揃え */
  flex-direction: column;  /* 子要素の並びを上から下にする（要素の改行に対応） */
}

#sec_app01 {
  background: url(../images/para3_100.jpg) no-repeat 100% 100%;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  height: 20vh;
  display: flex;  /* 要素をflexboxに対応させる */
  align-items: center;  /* 縦方向の中央揃え */
  justify-content: center;  /* 横方向の中央揃え */
  flex-direction: column;  /* 子要素の並びを上から下にする（要素の改行に対応） */
}

#sec04_01 {
  background: url(../images/para3_100.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  height: 60vh;
  display: flex;  /* 要素をflexboxに対応させる */
  align-items: center;  /* 縦方向の中央揃え */
  justify-content: center;  /* 横方向の中央揃え */
  flex-direction: column;  /* 子要素の並びを上から下にする（要素の改行に対応） */
}

#sec04_02 {
  background-color: #f0f0f0;
  color: #000;
  height: 100vh;
  display: flex;  /* 要素をflexboxに対応させる */
  align-items: center;  /* 縦方向の中央揃え */
  justify-content: center;  /* 横方向の中央揃え */
  flex-direction: column;  /* 子要素の並びを上から下にする（要素の改行に対応） */
}

/*  PROFILE
------------------------------------------------------------*/

#sec05 {
  padding-top: 30px;
}

#sec05_drone {
  padding-top: 30px;
  background: #9cd3f3;
}

#sec05 dl {
  line-height: 1.2;
}

#sec05_drone dl {
  line-height: 1.2;
}

#sec05 dt {
  clear: left;
  float: left;
  display: block;
  width: 30%;
  margin-right: 10%;
  margin-bottom: 20px;
  text-align: right;
  line-height: 1.2em;
}

#sec05_drone dt {
  clear: left;
  float: left;
  display: block;
  width: 30%;
  margin-right: 10%;
  margin-bottom: 20px;
  text-align: right;
  line-height: 1.2em;
}

#sec05 dd {
  width: 60%;
  float: left;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.2em;
}

#sec05_drone dd {
  width: 60%;
  float: left;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.2em;
}


/****
#sec05 header{
	display: none;
}
****/

#map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {
  .inner {
    width: 1024px;
    padding-bottom: 120px;
  }
  section h2 {
    padding: 70px 0 20px;
  }
  .txt h2 {
    padding: 0 0 20px !important;
  }
}

@media only screen and (min-width: 800px) {
  body {
    font-family: 'メイリオ',sans-serif;
    font-size: 14px;
  }
  a#menu {
    display: none;
  }
  .panel {
    display: block !important;
  }
  #mainnav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
  }
  #mainnav ul {
    font-family: 'メイリオ',sans-serif;
    text-align: right;
    padding-right: 30px;
  }
  #mainnav li {
    display: inline-block;
    padding: 20px 10px 20px;
    font-size: 14px;
    font-weight: 600;
  }
  #mainnav a {
    color: #000;
/*    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9), 3px 3px 0 rgba(0, 0, 0, 0.8);*/
    text-shadow: 
    #fff 1px 1px 10px, #fff -1px 1px 10px,
    #fff 1px -1px 10px, #fff -1px -1px 10px;
  }
  #mainnav.changeNav {
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #d1d1d1;
  }
  #mainnav.changeNav li {
    padding: 20px 10px;
  }
  /* SEC02 MESSAGE
	-----------------*/
  .txt, .bg {
    width: 50%;
    float: left;
    display: table;
    background: #bdbdbd;
  }

  #sec02_02 .txt, #sec02_02 .bg {
    float: right;
  }

  .vMid {
    display: table-cell;
/*    height: 60vh;*/
    padding: 0 100px;
    vertical-align: middle;
  }
  /* SEC03 SERVICE MESSAGE STORY
	-----------------*/
  #sec03 {
    height: auto;
  }
  .col3 {
    text-align: center;
  }
  .col3 li {
    display: inline-block;
    width: 15%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }
  /* SEC04 SERVICE MESSAGE STORY
	-----------------*/
  .col4 {
    text-align: center;
  }
  .col4 li {
    display: inline-block;
    width: 45%;
    padding: 0 1.5%;
    margin-bottom: 20px;
    vertical-align: top;
    text-align: left;
  }
  /* SEC05 PROFILE
	-----------------*/
  #sec05 {
    padding-top: 60px;
  }
  #footer {
    padding: 30px 10px 70px 0;
  }
}

@media only screen and (min-width: 641px) {
  body {
    font-family: 'メイリオ',sans-serif;
  }
  #sec03 {
    height: auto;
  }
  #sec03_drone1 {
    height: auto;
  }
  #sec03_drone2 {
    height: auto;
  }
  #sec04 {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #sec04_sub {
    height: 50vh;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #sec_app01 {
    height: 20vh;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #sec04_01 {
    height: 60vh;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  .col2 li {
    width: 40%;
    padding: 0 4.85%;
    vertical-align: top;
  }
  #sec05 {
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-family: 'メイリオ',sans-serif;
  }
  #sec03 {
    height: auto;
  }
  #sec03_drone1 {
    height: auto;
  }
  #sec03_drone2 {
    height: auto;
  }
  #sec04 {
    height: 100vh;
    background: url(../images/mid_nja.jpg) no-repeat center center;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #sec04_sub {
    height: 50vh;
    background: url(../images/mid_nja.jpg) no-repeat center center;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #sec_app01 {
    height: 20vh;
    background: url(../images/mid_nja.jpg) no-repeat center center;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
 #sec04_01 {
    background: url(../images/para2_100.jpg?) no-repeat center center;
    height: auto;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #sec05 {
    height: auto;
  }
  #map iframe {
    width: 96% !important;
    left: 2%;
  }
}

@media only screen and (max-width: 799px) {
  body {
    font-family: 'メイリオ',sans-serif;
  }
  #slogan h1 {
    font-size: 31px;
  }
  #slogan h2 {
    font-size: 16px;
  }
  #sec03 {
    height: auto;
  }
  #sec03_drone1 {
    height: auto;
  }
  #sec03_drone2 {
    height: auto;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }
  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  #menuBtn:before {
    margin-top: -7px;
  }
  #menuBtn:after {
    margin-top: 5px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #mainnav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }
  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }
  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000000;
/*    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9), 3px 3px 0 rgba(0, 0, 0, 0.8);*/
    font-weight: 400;
  }
  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sec04 {
    background: url(../images/mid_nja2.jpg) no-repeat center center;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #sec04_01 {
    height: auto;
    background: url(../images/para3_100.jpg) no-repeat center center;
    height: auto;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #sec04_sub {
    height: 50vh;
    background: url(../images/mid_nja2.jpg) no-repeat center center;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #sec_app01 {
    height: 15vh;
    background: url(../images/mid_nja2.jpg) no-repeat center center;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #sec05 {
    height: auto;
  }
  .col3 li {
    margin: 0 auto;
    display: block;
  }
  .col3 li img {
    max-width: 20%;
  }
  .col4 li {
    margin: 10% auto;
    display: block;
    max-width: 90%;
  }
  .col4 img {
    max-width: 90%;
  }
  #sec02 li{
    max-width: 90%;
  }
  .inner_free {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1100px) {
  body {
    font-family: 'メイリオ',sans-serif;
  }
  section h2 {
    padding: 50px 0 20px 0;
  }
  #sec01 h2 {
    padding: 70px 0 20px;
  }
  .vMid {
    padding: 0 20px;
  }
	.p_box table,tbody,tr,td,th {
		display: block;
	}
  .p_box th {
    text-align: left;
  }
  .col4 table,tbody,tr,td,th {
		display: block;
	}
  .col4 th {
    text-align: left;
  }
  .p_box th {
    font-size: 110%;
    }
  .col4 th {
    font-size: 110%;
  }
  .p_box td {
    font-size: 90%;
    }
  .col4 td {
    font-size: 90%;
  }
}


/*************** 20200625 Add ****************************************/

video {
  width: 100%; // 適宜指定
}

.txt_sha_b01 {
/*  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9), 3px 3px 0 rgba(0, 0, 0, 0.8);*/
  text-shadow: 
    #000000 1px 1px 10px, #000000 -1px 1px 10px,
    #000000 1px -1px 10px, #000000 -1px -1px 10px;
}


/*************** 20200706 Add Return top *****************************/

#page-top {
  position: fixed;
  bottom: 3%;
  right: 2%;
  width: 80px;
  height: 80px;
}

#page-top img {
  transition: 1.0s;
}

#page-top img:hover {
  opacity: 0.5;
}


/*#page-top a{
    padding: 20px;
    border-radius: 50%;
    background: #999999;
    color: #fff;
    line-height: 50px;
} */


/*「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/


/*見出しを含まないお知らせブロック*/

#new dl {
  height: 160px;  /*高さ*/
  overflow: hidden;  /*高さを超えるコンテンツ量部分は非表示に*/
}

/*ブロックのマウスオン時*/

#new dl:hover {
  overflow: auto;  /*スクロールバーを自動で表示*/
}

/*日付設定*/

#new dt {
  float: left;  /*左に回り込み*/
  width: 9em;  /*幅*/
  letter-spacing: 0.1em;  /*文字間隔を少しだけ広くとる設定*/
  line-height: 2.0em;
}

/*記事設定*/

#new dd {
  padding-left: 9em;  /*左に空ける余白*/
  line-height: 2.0em;
}

#new .under_dot {
  padding-left: 9em;  /*左に空ける余白*/
  border-bottom: dotted 1px #8a8a8a;
}

/*「更新情報・お知らせ」ブロック 20200928 Add
---------------------------------------------------------------------------*/

.topics {
  height: 260px;  /*高さ*/
  overflow: auto;  /*スクロールバーを自動で表示*/
  -webkit-overflow-scrolling: touch;
}
.topics dl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.topics dt {
  padding-bottom: 5px;
}

@media screen and (min-width: 800px) {
  .topics dt {
    clear: left;
    float: left;
    width: 10%;
  }
  .topics dd {
    margin-left: 11%;
  }
}

/*「更新情報・お知らせ」ブロック 20200928 Add
---------------------------------------------------------------------------*/

.cont_tit {
  display: block;
  margin: 1.0em auto;
  height: auto;
  width: 90%;
  overflow: auto;  /*スクロールバーを自動で表示*/
  -webkit-overflow-scrolling: touch;
}
.cont_tit dl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.cont_tit dt {
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .cont_tit dt {
    clear: left;
    float: left;
    width: 20%;
  }
  .cont_tit dd {
    margin-left: 21%;
  }
}

hr.style-four {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

hr.style-line {
  height: 1px;
  background: #bbb;
  background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
  background-image: -moz-linear-gradient(left, #eee, #777, #eee);
  background-image: -ms-linear-gradient(left, #eee, #777, #eee);
  background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

/*「記事」ブロック 20200928 Add
---------------------------------------------------------------------------*/

section.main_parts h2 {
  text-align: left;
}

section.main_parts h3 {
  text-align: left;
  font-size: 180%;
  font-weight: 600;
  padding-left: 40px;
}

section.main_parts h2 span {
  font-size: 50%;
}

/* section.main_parts h3:before {
  content: url("../images/h3_head.png");
} */

.tit_box {
  margin: 0 1.0em;
  line-height: 2.0em;
}

.news_box {
  display: block;
  margin: 1.0em auto;
  height: auto;
  width: 96%;
  line-height: 2.0em;
}
.sns_box {
  display: block;
  margin: 1.0em auto;
  height: auto;
  width: 96%;
  line-height: 2.0em;
}
.parts_box {
  margin: 0 0 5px;
  height: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.p_box {
  margin: 0px;
  padding: 5px;
  width: 48%;
}

.p_box_sns {
  display: block;
  color: #666;
  margin: 0px;
  padding: 5px;
  width: 48%;
  height: 20%;
}

.img_cen {
  text-align: center;
  vertical-align: middle;
}

.p_box p {
  margin: 30px 10px;
}

.p_box_sns p {
  margin: 0px 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 
    #d20b17 1px 1px 10px, #d20b17 -1px 1px 10px,
    #d20b17 1px -1px 10px, #d20b17 -1px -1px 10px;
}

.p_box_sns p.mt_f {
/*  margin-top: 1.6em;*/
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .p_box {
    width: 96%;
  }
  .p_box_sns {
    width: 96%;
  }
  .p_box_sns p {
    text-align: center;
  }
  .p_box_sns p.mt_f {
    text-align: center;
    margin-top: 0;
    font-size: 90%;
    margin-bottom: 1.5em;
  }
  .tit_box h3 {
    text-align: left;
  }
}

@media screen and (min-width: 1530px) {
  .p_box_sns p.mt_f {
    margin-top: 1.6em;
    vertical-align: middle;
  }
}

.label_tit {
  text-align: center;
  font-size: 150%;
  font-weight: 600;
/*  background-color: #fff; */
  color: #333;
  padding: 3px 15px;
  text-decoration: none;
  border-radius: 25px;
  border: 3px solid #333;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.label_tit:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .f_sm {
    font-size: 120%;
  }
}

/*「Youtube表示用」ブロック
---------------------------------------------------------------------------*/

.youtube_video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*「画像」調整ブロック
---------------------------------------------------------------------------*/

.img4 {
  width: 100%;
  height: auto;
  margin: 10px auto;
}

.img4 img {
  width: 80%;
  height: auto;
}
.img4 img:hover {
  opacity: .6;
}
.img4 .imgMT40 {
  margin-top: 3.0em;
}
@media only screen and (max-width: 640px) {
  .img4 .imgMT40 {
    margin-top: 0em;
  }
}

.img20 img{
  width: 20%;
}

.img40 img{
  width: 40%;
}

.img60 img{
  width: 60%;
}

/*「角丸」ブロック
---------------------------------------------------------------------------*/

.btn_rg05 {
  border-radius: 5px;
}

.btn_rg06 {
  border-radius: 6px;
}

.btn_rg07 {
  border-radius: 7px;
}

.btn_rg08 {
  border-radius: 8px;
}

.btn_rg09 {
  border-radius: 9px;
}

.btn_rg10 {
  border-radius: 10px;
}

.box_rg8 {
  background: rgba(255,255,255,0.8);
  border-radius: 8px;
  box-shadow: 2px 2px 4px gray;
}


/*「リンクボタン」ブロック
---------------------------------------------------------------------------*/

.btn {
  background-color: #3a3a3a;  /* 背景色 */
  color: #fff;  /* 文字色 */
  padding: 10px 20px;  /* 上下の余白、左右の余白 */
  text-decoration: none;  /* デフォルトで入る下線を消す */
  border-radius: 20px;  /* 角を丸くする */
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.btn:hover {
  opacity: .6;
}

.btn_or {
  background: -moz-linear-gradient(65deg, #F13F79, #FFC778); 
  background: -webkit-linear-gradient(65deg, #F13F79, #FFC778); 
  background: linear-gradient(25deg, #F13F79, #FFC778);
  color: #fff;  /* 文字色 */
  text-shadow:
    #FF4500 1px 1px 2px, #FF4500 -1px 1px 2px,
    #FF4500 1px -1px 2px, #FF4500 -1px -1px 2px;
  border: solid 1px #FF4500;
  padding: 5px 15px;  /* 上下の余白、左右の余白 */
  text-decoration: none;  /* デフォルトで入る下線を消す */
  border-radius: 14px;  /* 角を丸くする */
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.btn_or:hover {
  opacity: .6;
}

.btn_free {
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.btn_free:hover {
  opacity: .6;
}

.link_box {
  text-align: center;
  padding: 1.0em 0;
}

.btn_name {
  background-color: #3a3a3a;  /* 背景色 */
  color: #fff;  /* 文字色 */
  padding: 5px 15px;  /* 上下の余白、左右の余白 */
  text-decoration: none;  /* デフォルトで入る下線を消す */
  border-radius: 5px;  /* 角を丸くする */
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.p_link{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;
}
/*「共通」ブロック
------- フォントサイズ ----------------------------------------------------*/

.f50 {
  font-size: 50%;
}

.f60 {
  font-size: 60%;
}

.f70 {
  font-size: 70%;
}

.f80 {
  font-size: 80% !important;
}

.f90 {
  font-size: 90%;
}

.f100 {
  font-size: 100%;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f140 {
  font-size: 140%;
}

.f150 {
  font-size: 150%;
}

.f160 {
  font-size: 160%;
}

.f200 {
  font-size: 200%;
}

.f250 {
  font-size: 250%;
}

.f300 {
  font-size: 300%;
}


/*「共通」ブロック
------- フォントウェイト --------------------------------------------------*/

.f_n {
  font-weight: normal;
}

.f_b {
  font-weight: bold;
}

.f_l {
  font-weight: lighter;
}

.f_bd {
  font-weight: bolder;
}

/*「共通」ブロック
------- フォントカラー --------------------------------------------------*/

.col_bl {
  color: #3377ff;
}
.col_red {
  color:#d20b17 !important;
}
.col_black {
  color:#000 !important;
}

/*「共通」ブロック
------- 行間（高さ） ------------------------------------------------------*/

.lh_11 {
  line-heightt: 1.1em;
}

.lh_12 {
  line-heightt: 1.2em;
}

.lh_13 {
  line-heightt: 1.3em;
}

.lh_14 {
  line-heightt: 1.4em;
}

.lh_15 {
  line-heightt: 1.5em;
}

.lh_16 {
  line-heightt: 1.6em;
}

.lh_17 {
  line-heightt: 1.7em;
}

.lh_18 {
  line-heightt: 1.8em;
}

.lh_19 {
  line-heightt: 1.9em;
}

.lh_20 {
  line-heightt: 2.0em;
}

/*「マージン」ブロック
------- 背景色 ------------------------------------------------------*/

.ml5em {
  margin-left: 0.5em;
}

.ml10em {
  margin-left: 1.0em;
}

.ml15em {
  margin-left: 1.5em;
}

.ml20em {
  margin-left: 2.0em;
}


.mr5em {
  margin-right: 0.5em;
}

.mr10em {
  margin-right: 1.0em;
}

.mr15em {
  margin-right: 1.5em;
}

.mr20em {
  margin-right: 2.0em;
}


.mt5em {
  margin-top: 0.5em;
}

.mt10em {
  margin-top: 1.0em;
}

.mt15em {
  margin-top: 1.5em;
}

.mt20em {
  margin-top: 2.0em;
}


.mb5em {
  margin-bottom: 0.5em;
}

.mb10em {
  margin-bottom: 1.0em;
}

.mb15em {
  margin-bottom: 1.5em;
}

.mb20em {
  margin-bottom: 2.0em;
}


/*「パディング」ブロック
------- 背景色 ------------------------------------------------------*/

.pl10em {
  padding-left: 1.0em;
}

.pl15em {
  padding-left: 1.5em;
}

.pl20em {
  padding-left: 2.0em;
}


.pr10em {
  padding-right: 1.0em;
}

.pr15em {
  padding-right: 1.5em;
}

.pr20em {
  padding-right: 2.0em;
}


.pt5em {
  padding-top: 0.5em;
}

.pt10em {
  padding-top: 1.0em;
}

.pt15em {
  padding-top: 1.5em;
}

.pt20em {
  padding-top: 2.0em;
}


.pb5em {
  padding-bottom: 0.5em;
}

.pb10em {
  padding-bottom: 1.0em;
}

.pb15em {
  padding-bottom: 1.5em;
}

.pb20em {
  padding-bottom: 2.0em;
}

/*「共通」ブロック
------- 背景色 ------------------------------------------------------*/

.bg_wh {
  background-color: #ffffff;
}

.r_date {
  text-align: right;
  font-size: 80%;
}

/*「飾り」ブロック
------- ボーダー ------------------------------------------------------*/

.type_01 {
  margin-top: 1.0em;
  width: 96%;		
  background-color: #3a3a3a;  /* 背景色 */
  color: #fff;  /* 文字色 */
  padding: 10px;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  vertical-align: middle;
  border-radius: 30px;/*左側の角を丸く*/
}
.type_01:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.type_appprivacy {
  margin-top: 1.0em;
  width: 96%;		
  background-color: #3a3a3a;  /* 背景色 */
  color: #fff;  /* 文字色 */
  padding: 10px;/*文字周りの余白*/
  padding-left: 20px;
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  vertical-align: middle;
  border-radius: 30px;/*左側の角を丸く*/
}

.type_news {
  font-size: 140%;
  position: relative;
  overflow: hidden;
  padding: 10px 10px 8px 100px;
  border: 2px solid #333;
}

.type_news:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 180px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #333;
}
.type_news span {
  font-size: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 10px;
  padding-left: 16px;
  color: #fff;
}

/*「飾り」ブロック
------- h3ラベル画像  ------------------------------------------------------*/

.logo_a {
  background-image: url('../images/h3_head.png');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.logo_b {
  background-image: url('../images/h3_head_01.png');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

/*78追加
------- 新着情報見出しデザイン  ------------------------------------------------------*/

.type_taisyo {
  position: relative;
  padding: 2em 0 0.5em 0;
}
.type_taisyo:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
.type_taisyo2 {
  position: relative;
  padding: 0 0 0 0.5em;
}
.type_taisyo2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
p.new_symbol img {
  width: 300px;
  height: 300px;
  margin: 10px auto;
}
p.image_size30 img {
  width: 30%;
  height: 30%;
  margin: 10px auto;
}
p.image_size50 img {
  width: 50%;
  height: 50%;
  margin: 10px auto;
}
p.image_size70 img {
  width: 70%;
  height: 70%;
  margin: 10px auto;
}
.btn2 {
  background-color: #3a3a3a;  /* 背景色 */
  color: #fff;  /* 文字色 */
  padding: 10px 20px;  /* 上下の余白、左右の余白 */
  text-decoration: none;  /* デフォルトで入る下線を消す */
  border-radius: 20px;  /* 角を丸くする */
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.btn2:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 5px 0 0;
  background: url("../images/sns_insta_02.png?") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn2:hover {
  opacity: .6;
}
.visual {
	position: relative;
	width: 100%;
	height: 100vh;
}
.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
}
.movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    h1 img {
      width: 80%;
      height: auto;
    }
}

.type_02 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.type_02:before, .type_02:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.type_02:before {
  left:0;
}
.type_02:after {
  right: 0;
}

/*ドローン 撮影の流れ
---------------------------------------------------------------------------*/
/***ステップバーデザイン4***/
.step-wrap4 {
  counter-reset: count;
  margin: 2em 25em;
  position: relative;
 }
 .step-content4 {
  padding: 1em 0 1.3em 2.5em;
  margin: 0;
  position: relative;
 }
 .step-content4::before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background: #6ab5a5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -3px;
 }
 .step-content4::after {
  content: "";
  display: block;
  height: calc(100% - 55px);
  border-left: solid 2px #ddd;
  position: absolute;
  top: 55px;
  left: 10px;
 }
 .step-label4 {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 6px;
  left: 7px;
 }
 .step-label4::after {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  font-size: 30px;
  top: 8px;
  left: 7px;
 }
 .step-title4 {
  font-weight: bold;
  font-size: 120%;
  margin-left: 2em;
 }
 .step-body4 {
  margin-top: 1em;
  padding: 0 0 1em;
  border-bottom: dotted 2px #ddd;
 }
 .step-wrap4 > :last-of-type::after {
  display: none;
 }
 /***ステップバーデザイン４***/



.List-Item {
  border-top: 1px solid #ddd;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .List-Item {
    border-top: 0;
  }
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}
.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}
.List-Item-Content.one {
  padding-top: 0;
}
.List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}
.List-Item-Content-Number-Line {
  position: absolute;
  top: -36%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 4px;
  height: 66px;
  background: #5bc8ac;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line {
    top: -80%;
    width: 2px;
    height: 72px;
  }
}
.List-Item-Content-Title {
  margin-right: 48px;
  flex-basis: 298px;
  color: #5bc8ac;
  font-size: 24px;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Title {
    margin-right: 0;
    max-width: 230px;
    font-size: 18px;
  }
}
.List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 540px) {
  .List-Item-Content-Description {
    margin-left: 60px;
    max-width: 260px;
    font-weight: normal;
    font-size: 13px;
  }
}

/*よくある質問
---------------------------------------------------------------------------*/
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #DDD;
}
.qa-list dl:first-child {
margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #DDD;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #3285bf;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
  margin: 10px 0 0;
}
.qa-list dl:after {
  top: 20px;
  right: 20px;
  width: 7px;
  height: 7px;
}
.qa-list dl dt {
  padding: 16px 16px 16px 50px;
  font-size: 14px;
}
.qa-list dl dt::before {
  font-size: 14px;
  top: 20px;
  left: 20px;
}
.qa-list dl dd::before {
  font-size: 14px;
  left: 20px;
  margin-top: 5px;
}
.qa-list dl dd {
  margin: 0;
  padding: 16px 16px 16px 50px;
  font-size: 14px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}
}

/*お問い合わせボタン
---------------------------------------------------------------------------*/
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

/*ドローンセクション
---------------------------------------------------------------------------*/

#sec04_drone {
  background: url(../drone/images/drone_para.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  height: 100vh;
  display: flex;  /* 要素をflexboxに対応させる */
  align-items: center;  /* 縦方向の中央揃え */
  justify-content: center;  /* 横方向の中央揃え */
  flex-direction: column;  /* 子要素の並びを上から下にする（要素の改行に対応） */
}

@media only screen and (min-width: 641px) {
  #sec04_drone {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
}

@media only screen and (max-width: 640px) {
  #sec04_drone {
    background: url(../drone/images/drone_para.jpg) no-repeat center center;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
}

@media only screen and (max-width: 799px) {
  #sec04_drone {
    background: url(../drone/images/drone_para.jpg) no-repeat center center;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
}

#sec04_drone_sub {
  background: url(../drone/images/drone_para.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  height: 60vh;
  display: flex;  /* 要素をflexboxに対応させる */
  align-items: center;  /* 縦方向の中央揃え */
  justify-content: center;  /* 横方向の中央揃え */
  flex-direction: column;  /* 子要素の並びを上から下にする（要素の改行に対応） */
}

@media only screen and (min-width: 641px) {
  #sec04_drone_sub {
    height: 60vh;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
}

@media only screen and (max-width: 640px) {
  #sec04_drone_sub {
    background: url(../drone/images/drone_para.jpg) no-repeat center center;
    height: auto;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
}

@media only screen and (max-width: 799px) {
  #sec04_drone_sub {
    height: auto;
    background: url(../drone/images/drone_para.jpg) no-repeat center center;
    height: auto;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
}


.pc-only {
  display: block;
}

.sp-only {
  display: none;
}