body{
   font-family:"游ゴシック体","A1 Gothic R","Zen Kaku Gothic New","Yu Gothic","Hiragino Sans",Meiryo,"MS PGothic",sans-serif;
   letter-spacing: .08em!important;
}
html{
    scroll-behavior: smooth;
}

/* video{
    position: absolute;
    height: 100vh;
    object-fit: cover;
} */

.bg__0f172a{
    background: #0F172A;
}
.color__0f172a{
    color: #0F172A;
}
.color__ffffff{
    color:#ffffff;
}
.bg__ffffff{
    background:#ffffff;
}
.h--fixed{
  position: fixed;
  background: #ffffff;
  z-index: 9999;
  width: 100%;
}

/*===================
FV
===================*/
.fv_css{
    height: 100vh;
    min-height: 600px;
    background:url("https://demo-drone-1.yoshitake-ryota.com/wp-content/uploads/2026/01/fvbg-scaled.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.fvcopy_css_wrap{
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fvtxt_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.fvcta_css_wrap{
    margin-top: 80px;
}
.fvcta_css{
    color:#ffffff;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 2rem;
}
.fvcta_css:hover{
    opacity: 0.6;
    transition: .3s all;
}
.fvcta_css_1{
    background: #FF7444;
}
.fvcta_css_2{
    background: #0C2C55;
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 599px) {
.fvtxt_wrap{
    top: 45%;
    width: 90%;
}
.fvcta_css{
    padding: 10px 30px;
    font-weight: bold;
    font-size: 1.5rem;
}
}
/*===================
ドローン点検とは
===================*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
流れ
===================*/
.a__css{

}
.a__css:hover{
    transition: .3s all;
    color:#FF7444
}
/* .arrow__css{
    position: relative;
}
.arrow__css::after{
} */
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
解決
===================*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
料金
===================*/
.home--table__css{
    font-size: 1.5rem;
}
thead{
    background: #0f172a;
    color:#ffffff;
}
.home--table__css{
    border:1px solid #0f172a;
}
.home--table__css th,
.home--table__css td{
    padding: 15px 40px;
} 
.home--table__css th{
    border-right: solid #0f172a;
}
.th_border,
.td_border{
    border-bottom:1px solid #0f172a;
}
.th_border{
    border-right: solid #0f172a;
    border-left: solid #0f172a;
}
.td_border{
    border-right: solid #0f172a;
}
.home--table__css:last-child{
    border-bottom:none;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
    .home--table__css{
    font-size: 1.1rem;
}
.home--table__css th,
.home--table__css td{
    border:1px solid #0f172a;
    padding: 10px 20px;
}
}
/*===================
事例
===================*/
.color__313131{
    color:#313131;
}
.works_img {
  display: grid;
  gap: 16px;
}
.works_img {
  width: 100%;
  aspect-ratio: 2 / 1; /* 横3：縦1 */
  overflow: hidden;
}
.works_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_img:hover img {
  transform: scale(1.2);
    transition: .3s all;
}
.animation--bg__0f172a {
    border: 1px solid #0F172A;
    background: white;
    z-index: 1;
    color: #0F172A;
}
.animation--bg__0f172a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #0F172A;
    transition: all 0.3s ease;
}
.animation--bg__0f172a:hover {
    color: #ffffff;
}
.animation--bg__0f172a:hover:after {
    content: "";
    left: 0;
    width: 100%;
}
/*タグ*/
.tag-list__css li {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tag_a_pad{
    background:#E0E0E0;
    color: #0F172A;
    font-size: 0.8rem;
    padding: 2px 8px;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width:599px){
    .tag-list__css li {
        font-size: 0.7rem;
        padding: 2px 6px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .tag_a_pad{
        font-size: 0.7rem;
        padding: 2px 6px;
    }
}

/*===================
FAQ
===================*/
.faq__list {
  display: grid;
  gap: 12px;
}
.faq__item {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  margin-top: 16px;
}
.faq__q {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 32px 1fr 24px;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  user-select: none;
}
.faq__q::-webkit-details-marker {
  display: none;
}
.faq__qLabel {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.faq__qText {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  color: #0f172a;
}
.faq__item[open] .faq__qText {
  color: #111827;
}
.faq__q::after {
  content: "";
  width: 10px;
  height: 10px;
  justify-self: end;
  border-right: 2px solid #111827;
  border-bottom: 2px solid #111827;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  margin-right: 6px;
}
.faq__item[open] .faq__q::after {
  transform: rotate(-135deg);
}
.faq__a {
  padding: 0 18px 16px;
}
.faq__a p {
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px solid #eef2f7;
  color: #374151;
  line-height: 1.85;
  font-size: 15px;
}
.faq__aLabel {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #e5e7eb;
  color: #111827;
  font-weight: 800;
  font-size: 12px;
  margin-right: 8px;
}
/* hover（PC） */
@media (hover: hover) {
  .faq__item:hover {
    border-color: #d1d5db;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  }
}
/* SP調整 */
@media (max-width: 599px) {
  .faq__q {
    padding: 14px 14px;
    grid-template-columns: 30px 1fr 22px;
  }
  .faq__qText {
    font-size: 15px;
  }
  .faq__a p {
    font-size: 14px;
  }
.faq__item {
  margin-top: 12px;
}
}

@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
対応エリア
===================*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
会社概要
===================*/
/*会社概要*/
.company_css__title h3{
    font-size: 1.5rem;
}
.company_css dl{
    width: 100%;
    border-bottom: 1px dotted #4b4b4b;
    padding: 1.25em 0;
    font-size: .8rem;
}
.company_css dt{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.2em;
    line-height: 1.5;
}
.company_css dd {
    text-align: center;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
ドローン点検とは
===================*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
ドローン点検とは
===================*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
ドローン点検とは
===================*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
ドローン点検とは
===================*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
お問い合わせ
===================*/
.contact-form {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 32px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* ラベル */
.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

/* 入力系共通 */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fafafa;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

/* フォーカス */
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #1e88e5;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(30,136,229,.15);
}

/* テキストエリア */
.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

/* フィールド間余白 */
.contact-form p {
  margin-bottom: 22px;
}

/* セレクト矢印対策 */
.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

/* 同意チェック */
.contact-form .wpcf7-acceptance {
  font-size: 13px;
  color: #555;
}

.contact-form .wpcf7-acceptance input {
  margin-right: 6px;
}

/* 送信ボタン */
.contact-form input[type="submit"] {
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #1e88e5, #1565c0);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

/* ホバー */
.contact-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(21,101,192,.3);
  opacity: .95;
}

/* 押下 */
.contact-form input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: none;
}

/* エラー */
.contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d32f2f;
  margin-top: 6px;
}

.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-response-output {
  margin-top: 20px;
  padding: 16px;
  font-size: 14px;
  border-radius: 8px;
}

/* エラー時 */
.contact-form .wpcf7-validation-errors {
  background: #fff5f5;
  border: 1px solid #f44336;
  color: #c62828;
}

/* 送信成功 */
.contact-form .wpcf7-mail-sent-ok {
  background: #f1f8ff;
  border: 1px solid #1e88e5;
  color: #0d47a1;
}

@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
      .contact-form {
    padding: 28px 20px;
  }
}
/*===================
下層ページ
===================*/
.site-explain{
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    margin-top: 40px;
}
.site-explain img{
    width: 100%;
}
.single section h1{
    font-size: 1.5rem;
    color: #4b4b4b;
    padding: 10px;
    padding-left: 0;
    margin-bottom: 40px;
    border-bottom: solid 4px #4b4b4b;
}
.single section h2{
    font-size: 1.2rem;
    background: #4b4b4b;
    color: #ffffff;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.single section h3{
    font-size: 1.1rem;
    font-weight: bold;
    color: #4b4b4b;
    padding: 10px;
    padding-left: 0;
    margin-top: 20px;
}
.single section p{
    font-size: 1rem;
    line-height: 1.5;
}
@media screen and (max-width:1023px){
}
@media screen and (max-width:599px){
    .site-explain{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 80px;
        margin-top: 20px;
    }
    .single section h1{
        font-size: 1.2rem;
        color: #4b4b4b;
        padding: 8px;
        padding-left: 0;
        margin-bottom: 20px;
        border-bottom: solid 2px #4b4b4b;
    }
    .single section h2{
        font-size: 1.1rem;
        padding: 6px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .single section h3{
        font-size: 1rem;
        font-weight: bold;
        color: #4b4b4b;
        padding: 8px;
        padding-left: 0;
    }
    .single section p{
        font-size: 1rem;
        line-height: 1.4;
    }
}
/*========
投稿フレックス
=========*/
.single .columns-4{
    display: flex;
    flex-wrap: wrap;
}

/*パンくず*/
.breadcrumb{
  display: flex;
  padding-top: 120px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 99;
  flex-wrap: wrap;
  line-height: 1.5;
}
.breadcrumb li{
  padding: 0 15px;
  position: relative;
  z-index: 100;
}
.breadcrumb li:first-child{
padding-left: 0;
}
.breadcrumb li::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
.breadcrumb li:first-child::after{
  content: '';
  width:0;
  height: 0;
  border-top: solid 0px #333;
  border-right: solid 0px #333;
}
@media screen and (max-width:599px){
.breadcrumb{
  display: flex;
  padding-top: 90px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 99;
}
}

/*=======================================
個別・カテゴリー・アーカイブ・タグページ・404共通
========================================*/
/*.page_wrap,*/
.archive_wrap,
.cat_wrap,
.tag_wrap,
.non_wrap{
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: 40px;
  max-width: 1200px;
  width: 100%;
}
.page h1,
.archive h1,
.category h1,
.tag h1,
.non h1,
.section_title_css h2{
  text-align: center;
}
.page h1,
.archive h1,
.category h1,
.tag h1,
.non h1,
.section_title_css h2{
  color:#4b4b4b;
  font-size: 3rem;
  /*font-family: "Rubik Mono One", monospace!important;*/
  font-weight: bold;
  font-style: normal;
}
.page_content_1,
.archive_centent_1,
.category_centent_1,
.tag_centent_1{
  margin-top: 70px;
}
@media screen and (max-width:1025px){
}
@media screen and (max-width:600px){
  /*.page_wrap,*/
  .archive_wrap,
  .cat_wrap,
  .tag_wrap,
  .non_wrap{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page h1,
  .archive h1,
  .category h1,
  .tag h1,
  .non h1,
  .section_title_css h2{
      font-size: 1.7rem;
  }
  .page_content_1,
  .archive_centent_1,
  .category_centent_1,
  .tag_centent_1{
    margin-top: 30px;
  }
}
/*======================
個別ページ
======================*/
.page h2{
  font-size: 1.2rem;
  background: #4b4b4b;
  color: #ffffff;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.page h3{
  font-size: 1.1rem;
  font-weight: bold;
  color: #4b4b4b;
  padding: 10px;
  padding-left: 0;
  margin-top: 20px;
}
.page p{
  font-size: 1rem;
  line-height: 1.5;
}
.page .wsp-pages-list,
.page .wsp-posts-list{
  line-height: 2;
}
@media screen and (max-width:600px){
  .page h2{
      font-size: 1.1rem;
      padding: 6px;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .page h3{
      font-size: 1rem;
      font-weight: bold;
      color: #4b4b4b;
      padding: 8px;
      padding-left: 0;
  }
  .page p{
      font-size: 1rem;
      line-height: 1.5;
  }
}
/*======================
Category・Archiveページ
======================*/
.cat_ul,
.archive_ul,
.tag_ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cat_ul li,
.archive_ul li,
.tag_ul li{
  width: 27%;
  margin: 0 auto;
  margin-top: 40px;
  border:solid 1px rgba(0,0,0,.3)
}
.cat_img_css,
.archive_img_css,
.tag_img_css{
  width: 100%;
}
.cat_title_wrap,
.archive_title_wrap,
.tag_title_wrap{
  text-align: center;
  margin-top: 10px;
}
.title_a_css a p,
.archive_a_css a p,
.tag_a_css a p{
  text-align: center;
  padding: 10px;
}
@media screen and (max-width:1025px){
  .cat_ul li,
  .archive_ul li,
  .tag_ul li{
    width: 47%;
  }
}
@media screen and (max-width:600px){
  .cat_ul,
  .archive_ul,
  .tag_ul{
    display: block;
  }
  .cat_ul li,
  .archive_ul li,
  .tag_ul li{
    width: 100%;
  }
}
/*======================
個別ページ
======================*/
/*===「page.php」以外の個別ページ見出し====*/
.other_page-section_title_css h2{
  font-size: 3rem!important;
  font-weight: bold!important;
  font-style: normal!important;
  background: none!important;
  text-align: center!important;
  color:#4b4b4b!important;
}
/*===料金表====*/
.page_content_1{
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: 40px;
  max-width: 1200px;
  width: 100%;
}
.page-table_above{
  text-align: center;
  margin:0 auto;
}
.table-under{
  text-align: center;
}
.table-under{
  margin-top: 80px;
}
@media screen and (max-width:1023px){
  .price_css h2{
    text-align: center!important;
    font-size: 1.5rem!important;
    background: none!important;
    font-weight: bold!important;
    color:#4b4b4b!important;
  }
  .table-under{
    margin-top: 40px;
    font-size: 0.8rem!important;
  }
  .page-table_above p,
  .table-under p{
    font-size: 0.8rem!important;
  }
}
@media screen and (max-width:599px){
  .table-under{
    margin-top: 20px;
  }
  .page-table_above p,
  .table-under p{
    font-size: 0.7rem!important;
  }
  .page_content_1{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /*===「page.php」以外の個別ページ見出し====*/
  .other_page-section_title_css h2{
    text-align: center!important;
    font-size: 1.2rem!important;
    background: none!important;
    font-weight: bold!important;
    color:#4b4b4b!important;
  }
}
/*=======================
その他
=======================*/
#contact h2,
.contact h2{
  color: #000000;
  background: none!important;
}

/*footer*/
.footer_bottom{
    padding: 20px;
    text-align: center;
}
@media screen and (max-width:600px){
  .footer_bottom{
    font-size: 0.8rem;
}
}
/*footer--end*/
/*pagetopボタン*/
#page-bottom{
  line-height: 1.5;
}
#page-bottom a{
    display: flex;
    justify-content:center;
    align-items:center;
    /*background:#4b4b4b;*/
    background:#4b4b4b;
    color:#ffffff;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; 
    text-decoration: none;
    font-size:0.6rem;
    transition:all 0.3s;
  }
  #page-bottom a:hover{
    background:#027996;
  }
  #page-bottom {
    position: fixed;
    right: 10px;
    bottom:100px;
    z-index: 2;
    opacity: 0;
    transform: translateX(100px);
  }
  #page-bottom.LeftMove{
    animation: LeftAnime 0.5s forwards;
  }
  @keyframes LeftAnime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }
  #page-bottom.RightMove{
    animation: RightAnime 0.5s forwards;
  }
  @keyframes RightAnime{
    from {
      opacity: 1;
    transform: translateX(0);
    }
    to {
      opacity: 1;
    transform: translateX(100px);
    }
  }