@charset "UTF-8";
/************/
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../font/NotoSansJP-Regular.woff2) format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../font/NotoSansJP-Bold.woff2) format("woff");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Inter_Medium";
  src: url(../font/Inter_Medium.woff2) format("woff");
  font-weight: Medium;
  font-display: swap;
}
/* レスポ  基本スマホ*/
:root {
  --white-color: #ebebeb;
  --gray-color: #201f2c;
  --gray-color2: #444444;
  --gray-color3: #959595;
  --black-color: #010108;
  --color1: #69ebe9;
  --color2: #ec39da;
  --color3: #451348;
  --color4: #224f5d;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  line-height: 1.25;
  line-break: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p,
li {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.wb-none {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* リスト ●とチェック */
ul.c_list,
ul.check_list {
  list-style-position: outside;
  list-style-image: url(../../img/list-c.png);
}
ul.c_list li,
ul.check_list li {
  line-height: 1.3;
  margin-bottom: 0.8rem;
  margin-left: 1rem;
  padding-left: 5px;
}
ul.c_list li:last-child,
ul.check_list li:last-child {
  margin-bottom: 0;
}

ul.check_list {
  list-style-image: url(../../img/list-check.png);
}

/* アイコン チェック */
.ico_check {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ico_check::before {
  content: "";
  background: url(../../img/list-check.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.english {
  font-family: "Inter_Medium", sans-serif;
  font-optical-sizing: auto;
  font-weight: Medium;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

html {
  font-family: "Inter_Medium", "NotoSansJP-Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  background-color: var(--black-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  scroll-snap-type: y proximity;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

p {
  line-height: 160%;
}

a {
  color: var(--color1);
}

.only_pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .only_pc {
    display: inherit;
  }
}

@media screen and (min-width: 1025px) {
  .only_sp {
    display: none;
  }
}

.pd {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .pd {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mb_s {
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .mb_s {
    margin-bottom: 24px;
  }
}

.mb_ss {
  margin-bottom: 8px;
}

.mb_m {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .mb_m {
    margin-bottom: 48px;
  }
}

.mb_mb {
  margin-bottom: 48px;
}
@media screen and (min-width: 1025px) {
  .mb_mb {
    margin-bottom: 82px;
  }
}

.mb_b {
  margin-bottom: 64px;
}
@media screen and (min-width: 1025px) {
  .mb_b {
    margin-bottom: 120px;
  }
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.bold {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.fs_small {
  font-size: 10px;
}

.fs_80 {
  font-size: 80%;
}

.fs_150 {
  font-size: 150%;
  letter-spacing: -0.3px;
}

.fs_120 {
  font-size: 120%;
}

.fc_1 {
  color: var(--color1);
}

.fc_gray {
  color: #959595;
}

.fc_white {
  color: var(--white-color);
}

/**********必ずspanで囲う**********/
.fc_grad {
  background: linear-gradient(to right, #ef32d9, #89fffd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.fc_bggrad {
  background: linear-gradient(to right, #ef32d9, var(--color4));
  color: var(--white-color);
  display: inline-block;
  padding: 5px 10px;
}

.max_900 {
  max-width: 900px;
  margin-inline: auto;
}

.only_sptab {
  display: inherit;
}
@media screen and (min-width: 1025px) {
  .only_sptab {
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .only_sptab {
    display: none;
  }
}

.btn-blue a {
  display: inline-block;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(180deg, #56ccf2 0%, #2f80ed 100%);
  box-shadow: 0px 4px 6px rgba(47, 128, 237, 0.3);
  border: 1px solid rgba(237, 237, 237, 0.5);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  margin-inline: auto;
}

.btn-blue a:hover {
  background: linear-gradient(180deg, #5ec9f5 0%, #2c78e5 100%);
  box-shadow: 0px 6px 10px rgba(47, 128, 237, 0.5);
}

.btn-blue a:active {
  transform: translateY(2px);
  box-shadow: 0px 3px 5px rgba(47, 128, 237, 0.3);
}

/*
シンプル・矢印ボタン
<p class="btn_simple btn_arrow_simple"><a href="/">お問い合わせ</a></p>
*/
.btn_simple a {
  display: inline-block;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid var(--white-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  margin-inline: auto;
}

.btn_s a {
  font-size: 13px;
  padding: 5px 15px;
}

.btn_m a {
  font-size: 17px;
  width: 70vw;
  max-width: 350px;
}
@media screen and (min-width: 1025px) {
  .btn_m a {
    padding: 20px;
    font-size: 20px;
  }
}

.btn_b a {
  font-size: 19px;
  padding: 10px;
  width: 70vw;
  max-width: 500px;
}
@media screen and (min-width: 1025px) {
  .btn_b a {
    padding: 20px;
    font-size: 25px;
  }
}

.btn_arrow a {
  display: grid;
  grid-template-columns: 20px auto;
  align-items: center;
  grid-column-gap: 5px;
  justify-content: center;
}

.btn_arrow a::before {
  background: url(../../img/arrow_right-circle.png) no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
}

/*シンプルなボタン（矢印付き）は全て指定→btn_s btn_simple btn_arrow_simple */
.btn_arrow_simple {
  display: inline-block;
}

.btn_arrow_simple a {
  display: grid;
  grid-template-columns: 25px auto;
  align-items: center;
  vertical-align: bottom;
  text-align: left;
}

.btn_arrow_simple a::before {
  background: url(../../img/arrow_right-circle.png) no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

.video iframe {
  aspect-ratio: 16/9;
}

/*************************************HEADER***************************************/
.header {
  height: 65px;
  display: grid;
  grid-template-columns: 1fr auto 50px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 5px 0 16px 16px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media screen and (min-width: 1025px) {
  .header {
    height: auto;
    grid-template-columns: 300px 1fr;
    max-width: 1100px;
    margin-inline: auto;
    font-size: 15px;
    padding: 30px 10px;
  }
}
.header .logo h1 {
  font-size: 10px;
  margin-bottom: 6px;
  line-height: 1.2;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .header .logo h1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .header .logo h1 {
    font-size: 11px;
  }
}
.header .logo h1 img {
  width: 150px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .header .logo h1 img {
    width: 250px;
  }
}
@media screen and (min-width: 1025px) {
  .header .logo h1 img {
    width: 250px;
  }
}

.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .hamburger-menu {
    display: none;
  }
}

.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #eae8e8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.hamburger-menu__bar:first-child {
  top: 16px;
}

.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}

.hamburger-menu__bar:last-child {
  top: 32px;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.navigation {
  display: none;
  background: linear-gradient(270deg, #250a27 0%, #17343d 100%);
  position: absolute;
  top: 65px;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .navigation {
    top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .navigation {
    display: flex !important; /* PC時は強制的に表示 */
    background: transparent;
    position: static;
    width: auto;
    align-items: center;
    justify-content: flex-end;
  }
}

.sp_mame_menu {
  background-color: var(--gray-color);
}
@media screen and (min-width: 1025px) {
  .sp_mame_menu {
    background-color: transparent;
  }
}

.navigation__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .navigation__list {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}

.navigation__list-item {
  border-bottom: solid 1px #474747;
}

.navigation__list-item:first-child {
  border-top: solid 1px #ededed;
}

.navigation__list li {
  position: relative;
}

.navigation__list li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 16px;
  transition: 0.5s;
  border-top: rgba(237, 237, 237, 0.2) 1px solid;
}
@media screen and (min-width: 1025px) {
  .navigation__list li a {
    border: none;
    padding: 14px 0;
  }
}

@media screen and (min-width: 1025px) {
  .navigation__list > li:not(:last-child) > a {
    position: relative;
  }
  .navigation__list > li:not(:last-child) > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0%;
    height: 3px;
    background: linear-gradient(to right, #69ebe9, #ec39da);
    transition: all 0.4s ease-out;
    transform: none;
  }
  .navigation__list > li:not(:last-child) > a:hover::after {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
.sub-menu {
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .sub-menu {
    position: absolute;
    margin-left: -6px;
    padding: 15px;
    display: none;
    background-color: var(--gray-color);
    border-radius: 10px;
    font-size: 14px;
  }
}

.sub-menu li a {
  padding-left: 42px;
}
@media screen and (min-width: 1025px) {
  .sub-menu li a {
    padding: 10px 0;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: var(--gray-color);
    text-align: left;
    width: 200px;
    transition: 0.5s;
    display: grid;
    grid-template-columns: 1fr 20px;
    align-items: center;
  }
  .sub-menu li a:hover {
    color: var(--gray-color3);
  }
  .sub-menu li a::after {
    content: "";
    background: url("../../img/arrow_right-circle.png") 0% 0%/contain no-repeat;
    width: 15px;
    height: 15px;
    display: block;
  }
}

/*************************************FOOTER***************************************/
.contact_follow_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  transform: translate(-50%, -50%);
  animation: jellyfish-move 10s infinite ease-in-out;
}
.contact_follow_btn img {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .contact_follow_btn img {
    width: 150px;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .contact_follow_btn {
    bottom: 50px;
    right: 50px;
  }
}

@keyframes jellyfish-move {
  0% {
    transform: translate(0, 0) scale(1);
  }
  15% {
    transform: translate(5px, -3px) scale(1.02);
  }
  30% {
    transform: translate(-4px, 6px) scale(1.01);
  }
  45% {
    transform: translate(3px, -5px) scale(0.99);
  }
  60% {
    transform: translate(-6px, 4px) scale(1.01);
  }
  75% {
    transform: translate(2px, 5px) scale(0.98);
  }
  90% {
    transform: translate(-3px, -4px) scale(1.02);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
footer {
  background: var(--gray-color);
  padding: 3rem 1rem 0 1rem;
}
@media screen and (min-width: 1025px) {
  footer {
    padding: 80px 1rem 0px 1rem;
  }
}

.footer_logo {
  max-width: 300px;
}

.footer_logotxt {
  font-size: 18px;
}

.footer_wrap {
  margin-inline: auto;
  max-width: 1100px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .footer_wrap {
    display: grid;
    grid-template-columns: 500px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .footer_nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.footer_nav li {
  list-style: none;
  margin-bottom: 0;
}
.footer_nav a {
  list-style: none;
  color: var(--white-color);
  text-decoration: none;
  display: block;
  border-bottom: 1px dotted var(--white-color);
  line-height: 1.2;
  padding: 1rem 0.5rem;
}

/****************************SIDE*************************************/
.sidebar_wrap {
  border: 1px solid var(--gray-color2);
  padding: 1rem;
}
@media screen and (min-width: 1025px) {
  .sidebar_wrap {
    padding: 25px;
  }
}

.sidebar_title {
  font-size: 17px;
}

.side_latest-posts > li {
  list-style: none;
  display: grid;
  grid-template-columns: 80px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.side_latest-posts > li h3 {
  font-size: 15px;
  margin-bottom: 6px;
}
.side_latest-posts > li img {
  border-radius: 5px;
}
.side_latest-posts > li:not(:last-child) {
  margin-bottom: 20px;
}
.side_latest-posts li a {
  color: var(--white-color);
  text-decoration: none;
  align-items: center;
}

.latest_category li {
  list-style: none;
  margin-bottom: 2px;
  display: inline-block;
  margin-right: 2px;
}
.latest_category li a {
  border: 1px solid var(--white-color);
  font-size: 10px;
  padding: 3px 5px;
  display: block;
}

/**************TOP*****************/
@keyframes flicker {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* 画像にアニメーションを適用 */
.flickering {
  /* 必要に応じてサイズ指定 */
  width: 800px;
  height: auto;
  /* アニメーションを1秒間隔で無限に実行 */
  animation: flicker 3s infinite;
  position: absolute;
}

/* ローディング画面のスタイル */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-color); /* お好みの背景色 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  /* フェードアウトのための初期設定 */
  opacity: 1;
  transition: opacity 800ms cubic-bezier(0.42, 0, 1, 1);
}

/* ローディング画像のスタイル（サイズなどは調整してください） */
#loader img {
  width: 80vw; /* 例: 横幅150px */
  height: auto;
  max-width: 400px;
}

/* メインコンテンツは初期状態で非表示 */
#top_content,
#drone_top header,
#drone_top footer {
  display: none;
}

.top_fade-in {
  opacity: 0;
  transition: opacity 800ms ease-in-out;
}

.top_fade-in.show {
  opacity: 1;
}

#drone_top header {
  background: url(../../img/sp_topbg.webp) no-repeat center bottom;
  background-size: 100%;
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  #drone_top header {
    background: url(../../img/pc/pc_topbg.webp) no-repeat center top;
    margin-bottom: 0;
  }
}

.top_txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top_txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .top_txt {
    text-align: left;
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.top_txt2 {
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top_txt2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .top_txt2 {
    text-align: left;
    font-size: 24px;
    margin-top: 32px;
  }
}

.top_topwrap {
  padding: 40px 0 280px 0;
  background-size: 100%;
  position: relative;
}
@media screen and (min-width: 580px) and (max-width: 800px) {
  .top_topwrap {
    padding: 60px 0 400px 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .top_topwrap {
    padding: 100px 0 500px 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_topwrap {
    padding: 80px 0 120px 0;
  }
}

@media screen and (min-width: 1025px) {
  .top_topwrapin {
    max-width: 1100px;
    margin-inline: auto;
    width: 100%;
    padding: 1rem;
  }
}
.topwrap_logo {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .topwrap_logo {
    text-align: left;
  }
}

.top_contactbtn a {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  max-width: 70vw;
  line-height: 1.2;
  font-size: 14px;
  z-index: 99;
}
.top_contactbtn a img {
  height: 20px;
  width: auto;
}
@media screen and (min-width: 1025px) {
  .top_contactbtn a img {
    height: 25px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  .top_contactbtn a {
    position: relative;
    transform: inherit;
    margin-top: 32px;
    width: 400px;
    z-index: 9999;
    left: auto;
    bottom: auto;
  }
}

@media screen and (min-width: 1025px) {
  .navigation__list li.pc_top_contact a {
    display: inline-block;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #56ccf2 0%, #2f80ed 100%);
    box-shadow: 0px 4px 6px rgba(47, 128, 237, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.8px;
  }
  .navigation__list li.pc_top_contact a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .trtitle {
    font-size: 35px;
  }
}

.top_tr_list {
  position: relative;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 40px;
}

.top_tr_list li {
  list-style: none;
  position: relative;
  margin-bottom: 6px;
}
.top_tr_list li span {
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ef32d9, #89fffd);
  background: linear-gradient(to right, #250a27, #17343d);
  padding: 10px;
  display: inline-block;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .top_tr_list li span {
    padding: 10px 30px;
    font-size: 18px;
  }
}

.top_tr_list li:nth-child(2) {
  text-align: right;
}

.top_tr_list li:nth-child(3) {
  left: 10px;
}

.top_tr_list li:nth-child(4) {
  text-align: right;
  right: 10px;
}

.title_droneshow {
  position: relative;
}
.title_droneshow span.title_uptxt {
  position: absolute;
  top: 20px;
  font-size: 17px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .title_droneshow span.title_uptxt {
    font-size: 21px;
    top: 40px;
  }
}
.title_droneshow img {
  width: 250px;
}
@media screen and (min-width: 1025px) {
  .title_droneshow img {
    width: 500px;
  }
}

.title_dronem {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .title_dronem {
    margin-bottom: 40px;
  }
}
.title_dronem img {
  mix-blend-mode: lighten;
  width: 250px;
}
@media screen and (min-width: 1025px) {
  .title_dronem img {
    width: 500px;
  }
}
.title_dronem span.title_uptxt {
  position: absolute;
  top: 10px;
  font-size: 17px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .title_dronem span.title_uptxt {
    font-size: 21px;
    top: 40px;
  }
}
.title_dronem span.title_downtxt {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ef32d9, #89fffd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 17px;
}
@media screen and (min-width: 1025px) {
  .title_dronem span.title_downtxt {
    font-size: 33px;
    bottom: 20px;
  }
}

.top_r_wrap {
  border: 2px solid var(--white-color);
  max-width: 1100px;
  margin-inline: auto;
  padding: 1.5rem;
  background-color: var(--gray-color);
}
@media screen and (min-width: 1025px) {
  .top_r_wrap {
    padding: 50px 30px;
  }
}
.top_r_wrap > li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .top_r_wrap > li {
    grid-template-columns: 250px 150px 1fr;
    grid-template-rows: 1fr;
    gap: 30px;
  }
}
.top_r_wrap .top_r_wt,
.top_r_wrap .top_r_wt2 {
  grid-area: 1/1/2/2;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.top_r_wrap .top_r_wt::before,
.top_r_wrap .top_r_wt2::before {
  background: url(../../img/ico_personal.png) no-repeat center;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 5px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top_r_wrap .top_r_wt,
  .top_r_wrap .top_r_wt2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .top_r_wrap .top_r_wt,
  .top_r_wrap .top_r_wt2 {
    grid-area: 1/1/2/2;
    font-size: 30px;
  }
}
.top_r_wrap .top_r_wt2::before {
  background: url(../../img/ico_company.png) no-repeat center;
  background-size: contain;
}
.top_r_wrap .top_r_wli {
  grid-area: 1/2/2/3;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .top_r_wrap .top_r_wli {
    grid-area: inherit;
    font-size: 15px;
  }
}
.top_r_wrap .top_r_wimg {
  grid-area: 2/1/3/3;
}
@media screen and (min-width: 1025px) {
  .top_r_wrap .top_r_wimg {
    grid-area: inherit;
  }
}

.top_tokui {
  font-size: 22px;
}
.top_tokui > span {
  border-bottom: 3px solid var(--white-color);
  padding-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .top_tokui {
    font-size: 38px;
    letter-spacing: 2px;
  }
}

.top_tokui_img {
  background: var(--gray-color);
  padding: 1rem;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .top_tokui_img {
    padding: 30px;
  }
}

.bg_grad {
  background: linear-gradient(to right, #250a27, #17343d);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .bg_grad {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bg_img {
  background: url(../../img/AdobeStock_891876463.webp) no-repeat center top;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .bg_img {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.top_hight {
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ef32d9, #89fffd);
  position: relative;
  padding: 2rem 1rem;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top_hight {
    padding: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .top_hight {
    padding: 60px;
  }
}
.top_hight h3 {
  font-size: 23px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top_hight h3 {
    font-size: 29px;
  }
}
@media screen and (min-width: 1025px) {
  .top_hight h3 {
    font-size: 33px;
  }
}
.top_hight h4 span {
  border: 1px solid var(--white-color);
  padding: 5px 10px;
}

.top_hight_img {
  aspect-ratio: 1000/563;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 200px;
}
@media screen and (min-width: 1025px) {
  .top_hight_img {
    height: 300px;
  }
}
.top_hight_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (min-width: 1025px) {
  .top_hight_img img {
    height: 300px;
  }
}

.top_hight_ico {
  position: absolute;
  top: -50px;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .top_hight_ico {
    width: 200px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .top_step {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_step {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    max-width: 1100px;
    margin-inline: auto;
  }
}
.top_step .top_step1,
.top_step .top_step2,
.top_step .top_step3 {
  background: url(../../img/nagare1.jpg) no-repeat var(--white-color);
  background-size: 100px 100%;
  color: #010108;
  align-items: center;
  line-height: 1.3;
  padding: 0px 20px 0px 120px;
  display: grid;
  align-items: center;
  min-height: 100px;
  align-content: center;
  list-style: none;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .top_step .top_step1,
  .top_step .top_step2,
  .top_step .top_step3 {
    background-size: 210px 100%;
    min-height: 210px;
    padding: 0 20px 0 220px;
  }
}
.top_step .top_step1 p,
.top_step .top_step2 p,
.top_step .top_step3 p {
  line-height: 1.2;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .top_step .top_step1 p,
  .top_step .top_step2 p,
  .top_step .top_step3 p {
    font-size: 15px;
  }
}
.top_step .top_step1 img,
.top_step .top_step2 img,
.top_step .top_step3 img {
  width: 80px;
}
.top_step .top_step2 {
  background: url(../../img/nagare2.jpg) no-repeat var(--white-color);
  background-size: 100px 100%;
}
@media screen and (min-width: 1025px) {
  .top_step .top_step2 {
    background-size: 210px 100%;
  }
}
.top_step .top_step3 {
  background: url(../../img/nagare3.jpg) no-repeat var(--white-color);
  background-size: 100px 100%;
}
@media screen and (min-width: 1025px) {
  .top_step .top_step3 {
    background-size: 210px 100%;
  }
}
.top_step .top_step4 {
  position: relative;
  width: 100%;
  list-style: none;
  color: #010108;
  line-height: 1.3;
  margin-top: 60px;
  display: grid;
  align-items: center;
  align-content: center;
  background: var(--white-color);
}
@media screen and (min-width: 1025px) {
  .top_step .top_step4 {
    grid-column: 1/4;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 654px 1fr;
  }
}
.top_step .top_step4 .step4_wrap {
  padding: 20px;
}
.top_step .top_step4 .step_img img {
  width: 80px;
}
@media screen and (min-width: 1025px) {
  .top_step .top_step4 .step_img img {
    width: 120px;
  }
}
.top_step .top_step4 .top_step_goal {
  position: absolute;
  top: -30px;
}
@media screen and (min-width: 1025px) {
  .top_step .top_step4 .top_step_goal {
    right: 10px;
  }
}
.top_step .top_step4 .top_step_goal img {
  width: 100px;
}
@media screen and (min-width: 1025px) {
  .top_step .top_step4 .top_step_goal img {
    width: 194px;
  }
}
@media screen and (min-width: 1025px) {
  .top_step .top_step_txt {
    background-color: var(--white-color);
    padding: 10px;
    margin-left: -50px;
  }
}

.top_step_goal_t {
  font-size: 33px;
}
@media screen and (min-width: 1025px) {
  .top_step_goal_t {
    font-size: 38px;
  }
}

.top_point {
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ef32d9, #89fffd);
  padding: 40px 1.5rem 1.5rem;
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .top_point {
    padding: 60px;
    margin-bottom: 60px;
  }
}

.top_point_ico {
  width: 120px;
  position: absolute;
  top: -30px;
}

.top_point_t {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
}

.top_qa {
  max-width: 700px;
  margin-inline: auto;
}
.top_qa dt {
  border: 1px solid var(--white-color);
  font-size: 110%;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.top_qa dd:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .top_qa dd:not(:last-child) {
    margin-bottom: 50px;
  }
}

.copy {
  padding: 1rem;
}

/***********************アニメーション******************************/
/* ふわりと表示アニメーション */
.animate-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-content.inview {
  opacity: 1;
  transform: translateY(0);
}

.animate-blende_light {
  mix-blend-mode: lighten;
}

/* ニョキっと背景が広がるアニメーション */
@keyframes bg-expand {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grad-bg .grad-bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  line-height: 1.2 !important;
}

.grad-bg.grad-bg-is-animated .grad-bg-wrap::before {
  animation: bg-expand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  background: linear-gradient(90deg, rgba(239, 50, 217, 0.8), rgba(137, 255, 253, 0.8), rgba(200, 19, 210, 0.8));
  background-size: 200% 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.grad-bg .grad-bg-wrap .grad-bg-wrap-inn {
  opacity: 0;
  animation: fadeInText 1.5s ease 1s forwards;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

.top_fade-in {
  opacity: 0;
  transition: opacity 800ms ease-in-out;
}

.top_fade-in.show {
  opacity: 1;
}

/* 画像を流れるように表示 */
.scroll-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #000;
}
@media screen and (min-width: 1025px) {
  .scroll-container {
    height: 300px;
  }
}

.scroll-content {
  display: flex;
  position: absolute;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content; /* 自動調整 */
}

.scroll-content img {
  width: 180px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .scroll-content img {
    width: auto;
    height: 100%;
  }
}

/*
.scroll-container {
    overflow: hidden;
    width: calc(180 * 4) px;
    position: relative;
    @include mq(pc) {
        width: calc(290 * 4) px;
    }
}

.scroll-content {
    display: flex;
    width: calc(180 * 8) px;
    animation: marquee 20s linear infinite;
    @include mq(pc) {
        width: calc(290 * 8) px;
        animation: marquee 20s linear infinite;
    }
}
.scroll-content img {
    width: 180px;
    display: block;
    flex-shrink: 0;
    @include mq(pc) {
        width: 290px;
    }
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-180px * 4));
        @include mq(pc) {
            transform: translateX(calc(-290px * 4));
        }
    }
}
    */
/*****************************固定ページ*************************************/
.page_title_wrap {
  background: url("/content/wp-content/themes/drone/img/AdobeStock_559616795.webp") no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 1025px) {
  .page_title_wrap {
    padding: 100px 0;
  }
}
.page_title_wrap h1 {
  font-size: 18px;
  color: var(--gray-color);
  max-width: 1100px;
  margin-inline: auto;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .page_title_wrap h1 {
    font-size: 28px;
  }
}
.page_title_wrap p {
  font-size: 42px;
  padding: 0 15px;
  line-height: 1.1;
  max-width: 1100px;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .page_title_wrap p {
    font-size: 82px;
  }
}

.page_contents_list {
  background: var(--gray-color);
  padding: 1.5rem;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto !important;
  font-size: 14px;
}
.page_contents_list ul {
  list-style: none;
  margin-top: 15px !important;
  margin-left: 0 !important;
}
.page_contents_list li:not(:last-child) {
  margin-bottom: 1rem;
}
.page_contents_list li a {
  display: grid;
  grid-template-columns: 18px auto;
  align-items: center;
  grid-column-gap: 5px;
  text-decoration: none;
  color: var(--white-color);
}
.page_contents_list li a::before {
  background: url(../../img/arrow_g_right-circle.png) no-repeat;
  background-size: contain;
  content: "";
  width: 18px;
  height: 18px;
  display: block;
}

.page_contents h2 {
  font-size: 35px;
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .page_contents h2 {
    font-size: 42px;
    margin-top: 100px;
  }
}
.page_contents h3 {
  font-size: 28px;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .page_contents h3 {
    margin-top: 60px;
    font-size: 34px;
  }
}
.page_contents h4 {
  font-size: 23px;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .page_contents h4 {
    font-size: 28px;
  }
}
.page_contents h5 {
  font-size: 18px;
  margin-top: 40px;
}
.page_contents p {
  margin-top: 30px;
}
.page_contents ul,
.page_contents ol {
  margin-top: 30px;
  margin-left: 1em;
}
.page_contents div {
  margin-top: 30px;
}

.max_w_800 {
  max-width: 800px;
  margin-inline: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.max_w_1100 {
  max-width: 1100px;
  margin-inline: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page_heading_wrap {
  margin: 60px auto 60px auto !important;
}
@media screen and (min-width: 1025px) {
  .page_heading_wrap {
    margin: 100px auto 80px auto !important;
  }
}
.page_heading_wrap .grad-bg {
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .page_heading_wrap .grad-bg {
    font-size: 28px;
  }
}

.page_heading {
  position: relative;
  margin-top: 30px !important;
  font-size: 32px !important;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page_heading {
    font-size: 44px !important;
  }
}
.page_heading::before {
  background: linear-gradient(to right, var(--color2), var(--color1));
  bottom: -20px; /* 線の位置 */
  content: "";
  height: 5px; /* 線の高さ */
  position: absolute;
  width: 50px; /* 線の長さ */
  left: 50%;
  transform: translateX(-50%);
}

ul.grid_3,
ul.grid_2,
ul.grid_4 {
  list-style: none;
  margin-left: auto;
}
ul.grid_3 > li > *:first-child,
ul.grid_2 > li > *:first-child,
ul.grid_4 > li > *:first-child {
  margin-top: 0px;
}
ul.grid_3 > li:not(:first-child),
ul.grid_2 > li:not(:first-child),
ul.grid_4 > li:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  ul.grid_3 > li:not(:first-child),
  ul.grid_2 > li:not(:first-child),
  ul.grid_4 > li:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .grid_3,
  .grid_2,
  .grid_4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .grid_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bg_gray {
  background-color: var(--gray-color);
  padding: 2rem;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .bg_gray {
    padding: 30px;
  }
}

.bg_grad2 {
  background: linear-gradient(to right, #250a27, #17343d);
  padding: 2rem;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .bg_grad2 {
    padding: 30px;
  }
}

/* グラデ 黒から透明 背景写真の時などに*/
.bg_black_grd {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
  padding: 2rem 2rem 80px 2rem;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1025px) {
  .bg_black_grd {
    padding: 60px;
  }
}

.ico_drone {
  width: 40px;
  height: auto;
  margin-right: 5px;
}

/* ドローンマッチとは service wordpress トップページ*/
.service_title {
  background: #757575 url(../../img/is/AdobeStock_1302567381.webp) no-repeat center;
  background-size: cover;
  background-blend-mode: overlay;
}

.service1 {
  background: #c6ddd7 url(../../img/service/service_bg1_sp.webp) no-repeat top/auto;
  background-size: contain;
  border-radius: 20px;
  color: var(--black-color);
  padding: 45dvw 20px 20px 20px;
}
@media screen and (min-width: 1025px) {
  .service1 {
    padding: 40px 50% 40px 40px;
    background: url(../../img/service/service_bg1.webp) no-repeat center/cover;
  }
}

.service2 {
  background: #f8da86 url(../../img/service/service_bg2_sp.webp) no-repeat top/auto;
  background-size: contain;
  border-radius: 20px;
  color: var(--black-color);
  padding: 45dvw 20px 20px 20px;
}
@media screen and (min-width: 1025px) {
  .service2 {
    padding: 40px 50% 40px 40px;
    background: url(../../img/service/service_bg2.webp) no-repeat center/cover;
  }
}

.service3 {
  background: #9fe2fc url(../../img/service/service_bg3_sp.webp) no-repeat top/auto;
  background-size: contain;
  border-radius: 20px;
  color: var(--black-color);
  padding: 40dvw 20px 20px 20px;
}
@media screen and (min-width: 1025px) {
  .service3 {
    padding: 40px 50% 40px 40px;
    background: url(../../img/service/service_bg3.webp) no-repeat center/cover;
  }
}

.service4 {
  background: #f5f5f5 url(../../img/service/service_bg4_sp.webp) no-repeat top/auto;
  background-size: contain;
  border-radius: 20px;
  color: var(--black-color);
  padding: 40dvw 20px 20px 20px;
}
@media screen and (min-width: 1025px) {
  .service4 {
    padding: 40px 50% 40px 40px;
    background: url(../../img/service/service_bg4.webp) no-repeat center/cover;
  }
}

.service_step_wrap {
  display: grid;
  grid-template-columns: 30px 1fr;
}
@media screen and (min-width: 1025px) {
  .service_step_wrap {
    grid-template-columns: 100px 1fr;
  }
}

.service_arrow {
  position: relative;
  display: inline-block;
  width: 1px;
  height: auto;
  margin-left: 11.3px;
  border-radius: 9999px;
  background-color: var(--color1);
}
@media screen and (min-width: 1025px) {
  .service_arrow {
    margin-left: 31.1px;
  }
}

.service_arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 17px;
  border-radius: 9999px;
  background-color: var(--color1);
  transform: rotate(-45deg);
  transform-origin: 50% calc(100% - 0.5px);
}
@media screen and (min-width: 1025px) {
  .service_arrow::before {
    height: 45px;
  }
}

.service_offer_top {
  aspect-ratio: 1200/497; /* アスペクト比固定 */
  overflow: hidden; /* はみ出した部分を隠す */
  width: 100%; /* 必要に応じて調整 */
  position: relative;
  height: 300px;
}
@media screen and (min-width: 1025px) {
  .service_offer_top {
    height: 400px;
  }
}

.service_offer_top img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover; /* クロップしてフィット */
  -o-object-position: center;
     object-position: center; /* 中央を基準に表示 */
  display: block;
}
@media screen and (min-width: 1025px) {
  .service_offer_top img {
    height: 400px;
  }
}

/* ドローンショーとは */
.droneshow_is {
  background: #374447 url(../../img/is/AdobeStock_284483528_sp.jpg) no-repeat center;
  background-size: cover;
  background-blend-mode: overlay;
}

.is_what_do_list {
  position: relative;
}
@media screen and (max-width: 767px) {
  .is_what_do_list::before {
    content: "";
    display: block;
    width: 100vw;
    height: 300px;
    background: url("../../img/is/AdobeStock_284483528_sp.jpg") center/cover no-repeat;
  }
}
@media screen and (min-width:768px) {
  .is_what_do_list {
    background: url(../../img/is/AdobeStock_284483528.jpg) no-repeat center;
    background-size: cover;
    padding: 2rem 0;
  }
}
.is_what_do_list ul {
  margin: 1rem 1rem 0 1rem !important;
}
@media screen and (min-width:768px) {
  .is_what_do_list ul {
    padding: 40px;
    margin: 0 !important;
    max-width: 60vw;
    position: relative;
    left: 50%;
    transform: translateX(-100%);
    border-radius: 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .is_what_do_list ul {
    left: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .is_what_do_list ul {
    max-width: 500px;
    left: 50%;
  }
}
.is_what_do_list li {
  list-style: none;
}

.is_drone_work1,
.is_drone_work2 {
  padding: 0 0 120px;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .is_drone_work1,
  .is_drone_work2 {
    padding: 0 0 250px;
  }
}

.is_drone_work1 {
  background: url(../../img/is/AdobeStock_163392433.webp) no-repeat center;
  background-size: cover;
}

.is_drone_work2 {
  background: url(../../img/is/AdobeStock_707366977.jpg) no-repeat center;
  background-size: cover;
}

.is_safty {
  width: 100vw;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1025px) {
  .is_safty {
    height: 300px;
  }
}

.is_momentsimg {
  aspect-ratio: 1147/278;
  overflow: hidden;
  width: 100%;
  height: 150px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .is_momentsimg {
    height: 300px;
  }
}
.is_momentsimg img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (min-width: 1025px) {
  .is_momentsimg img {
    height: 300px;
  }
}

/* 料金 */
.price_cost1,
.price_cost2,
.price_cost3,
.price_cost4 {
  padding: 0 0 200px;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .price_cost1,
  .price_cost2,
  .price_cost3,
  .price_cost4 {
    padding: 0 0 150px;
  }
}

.price_cost1 {
  background: url(../../img/price/AdobeStock_531372200_Preview.jpeg) no-repeat center/cover;
}

.price_cost2 {
  background: url(../../img/price/AdobeStock_1037852794_Preview.jpeg) no-repeat center/cover;
}

.price_cost3 {
  background: url(../../img/price/AdobeStock_859136285_Preview.jpeg) no-repeat center/cover;
}

.price_cost4 {
  background: url(../../img/price/AdobeStock_1000626732_Preview.jpeg) no-repeat center/cover;
}

/* 問い合わせ */
.contact_form {
  background: var(--gray-color);
  padding: 2rem;
}
@media screen and (min-width: 1025px) {
  .contact_form {
    padding: 40px;
  }
}
.contact_form > div {
  margin-top: 0;
}
.contact_form button,
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #b7b7b7;
}
.contact_form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #b7b7b7;
}
.contact_form input:focus {
  border: 4px solid var(--white-color);
  outline: none;
}
.contact_form .wpcf7-list-item {
  margin: 0 2rem 0 0rem;
}
@media screen and (min-width: 1025px) {
  .contact_form .wpcf7-list-item {
    margin: 0 3rem 0 0rem;
  }
}
.contact_form .wpcf7-list-item.last {
  margin: 0;
}
.contact_form input[type=submit] {
  background-color: #1865f0;
  padding: 15px 100px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .contact_form input[type=submit] {
    max-width: 400px;
  }
}
.contact_form input[type=submit]:focus {
  border: none;
}
.contact_form input[type=submit]:hover {
  background-color: #0140b7;
}

@media screen and (min-width: 1025px) {
  .form_grid {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
}

.form_grid2 {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .form_grid2 {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
}

.hissu {
  font-size: 80%;
  background-color: crimson;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  margin: 0 5px;
}

/* 流れ */
.flow_top {
  background: #374447 url(../../img/flow/how_top.webp) no-repeat center;
  background-size: cover;
  background-blend-mode: overlay;
}

.flow_arrow_wrap {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0px;
}
@media screen and (min-width:768px) {
  .flow_arrow_wrap {
    gap: 100px;
  }
}

.flow_arrow {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 100%;
  margin-left: 17.7px;
  border-radius: 9999px;
  background-color: var(--color4);
}

.flow_arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 29px;
  border-radius: 9999px;
  background-color: var(--color3);
  transform: rotate(-45deg);
  transform-origin: 50% calc(100% - 2px);
}

/* 活用 */
.usage_top {
  background: #374447 url(../../img/usage/AdobeStock_1141513565.webp) no-repeat center;
  background-size: cover;
  background-blend-mode: overlay;
}

.usage_img {
  border-radius: 20px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .usage_img {
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .usage_wrap {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .usage_wrap2 {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
  }
  .usage_wrap2 > div:first-child {
    order: 2;
  }
}

.usage_comment {
  position: relative;
  padding: 30px 0;
}

.usage_comment::before,
.usage_comment::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px; /* ボーダーの太さ */
  background: linear-gradient(to right, #ff00cc, #3333ff);
  z-index: -1;
}

.usage_comment::before {
  top: 0;
}

.usage_comment::after {
  bottom: 0;
}

/* ドローンショーの値段 drone-price*/
.price_feat {
  padding: 15px;
  border: 2px solid var(--gray-color2);
}
.price_feat h5 {
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .price_feat {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding: 30px;
    align-items: center;
  }
  .price_feat h5 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
  }
}

/* ドローンショーの見積もり */
.quo {
  background: #374447 url(../../img/quotatio/top.webp) no-repeat center;
  background-size: cover;
  background-blend-mode: overlay;
}/*# sourceMappingURL=style.css.map */