@charset "utf-8";

/* スマートフォン */

/*---------------------
    common
---------------------*/

@media screen and (max-width:599px) {

  .w600_dis {
    display: none !important;
  }

}

* {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.005em;
}

html, body {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 360px;
  font-size: 62.5%;
}

html {
  overflow: overlay;
}

html::-webkit-scrollbar {
  width: 16px;
}

html::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html.wf-active, html.loading-delay {
  visibility: visible;
}

body {
  background-color: #fff;
  color: #000;
}

a, button {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover, button:hover {
  opacity: 0.7;
}

.font_nsj {
  font-family: "Noto Serif JP", serif;
}

#header_nav_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 30;
}

#header_nav_overlay.hamburger {
  visibility: visible;
}

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

.modal_inner {
  width: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.common_o_s01 {
  overflow: scroll;
}

.common_o_s01::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.common_o_s01::-webkit-scrollbar-track {
}

.common_o_s01::-webkit-scrollbar-thumb {
  background: #C0C0C0;
  border-radius: 1.5px;
}



.cf-turnstile {
  text-align: center;
}

/*---------------------
    header
---------------------*/

header {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  border-bottom: 1px solid #D0D0D0;
}

.header_div01 {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.header_div01_a01 {
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 33;
}

#header_nav {
  position: fixed;
  z-index: 32;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
}

#header_nav.hamburger {
  padding-top: 70px;
  transform: translateY(0%);
}

.header_nav_ul01 {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #D0D0D0;
}

.header_nav_li01 {
  width: 50%;
  height: 50px;
  border-bottom: 1px solid #D0D0D0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_nav_li01:nth-of-type(odd) {
  border-right: 1px solid #D0D0D0;
}

#hamburger {
  position: relative;
  width: 35px;
  cursor: pointer;
  z-index: 33;
  height: 70px;
}

#hamburger span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 3px #0E2540;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#hamburger span:nth-of-type(1) {
  top: 22px;
  right: 0;
}

#hamburger span:nth-of-type(2) {
  top: 33.5px;
  right: 0;
}

#hamburger span:nth-of-type(3) {
  top: 45px;
  right: 0;
}

#hamburger.hamburger span:nth-of-type(1) {
  top: 34px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.hamburger span:nth-of-type(2), #hamburger.hamburger span:nth-of-type(3) {
  top: 34px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*---------------------
    footer
---------------------*/

footer {
  padding: 10px 0;
  margin-bottom: 50px;
  color: #0E2540;
}

.footer_sml01 {
  display: block;
  text-align: center;
  font-size: 1.3rem;
}


.drone_div02 {
  position: fixed;
  bottom: 0;
  z-index: 30;
  width: 100%;
  display: flex;
}

.drone_div02_btn01 {
  height: 50px;
  width: 50%;
  background-color: #0E2540;
  color: #fff;
}

.drone_div02_a01 {
  height: 50px;
  width: 50%;
  background-color: #fff;
  color: #0E2540;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D0D0D0;
}

.drone_div02_a01 i {
  margin-right: 5px;
  color: #5AA3E0;
}

/*---------------------
    home
---------------------*/

/*---------------------
    drone
---------------------*/

.drone_div01_div01 {
  width: 100%;
  max-height: 90vh;
  position: relative;
  background-color: #FAFAFA;
  border: 1px solid #EAEAEA;
  padding: 10px;
}

.drone_h201 {
  display: flex;
  flex-flow: column;
  font-size: 1.3rem;
  color: #5AA3E0;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.drone_spn01 {
  font-size: 2rem;
  color: #0E2540;
  line-height: 1.5;
}

#home_frm {
  margin-top: 20px;
}

.drone_frm01_div01 {
  display: flex;
  flex-flow: column;
  margin-bottom: 15px;
}

.drone_frm01_lbl01 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.drone_frm01_spn01 {
  color: #F38F32;
  margin-left: 5px;
}

.drone_frm01_ipt01 {
  font-size: 1.3rem;
  padding: 5px;
  border: 1px #D9D9D9 solid;
  width: 100%;
}

.drone_frm01_div02 {
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}

.drone_frm01_tar01 {
  height: 100px;
  font-size: 1.3rem;
  padding: 5px;
  border: 1px #D9D9D9 solid;
  width: 100%;
}

.drone_frm01_atc01 {
  margin-bottom: 20px;
}

.drone_frm01_h301 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  text-align: center;
}

.drone_frm01_div03 {
  background-color: #fff;
  padding: 5px;
  border: 1px #D9D9D9 solid;
  height: 250px;
  margin-bottom: 10px;
}

.drone_frm01_p01 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#drone_body .drone_frm01_sct01 {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

#drone_body .drone_frm01_sct01:nth-last-of-type(n + 2) {
  margin-bottom: 10px;
}

.drone_frm01_h401 {
  font-size: 1.2rem;
}

.drone_frm01_p02 {
  font-size: 1.2rem;
}

.drone_frm01_li01 {
  font-size: 1.2rem;
  list-style: disc;
  margin-left: 15px;
}

.drone_frm01_p03 {
  font-size: 1.2rem;
  text-align: center;
}

.drone_frm01_btn01 {
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 40px;
  background-color: #0E2540;
}

.drone_frm01_spn2 {
  margin-left: 10px;
}

.drone_frm01_btn02 {
  margin-top: 20px;
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
  width: 100%;
  height: 40px;
  border: 1px solid;
}

#drone_body section {
  padding: 50px 0;
  border-bottom: 1px solid #D0D0D0;
}

#drone_body #drone_sct01 {
  padding-top: 0;
}

.drone_sct01_div01 {
  position: relative;
  margin-bottom: 30px;
}

.drone_sct01_div06 {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 10px 15px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
}

.drone_sct01_spn06 {
  font-size: 1rem;
  color: #808181;
  display: block;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 3px;
  margin-bottom: 4px;
}

 .drone_sct01_spn07 {
  font-size: 1.2rem;
  color: #0E2540;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

.drone_sct01_p01 {
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.4);
  display: flex;
  flex-flow: column;
  font-size: 1.1rem;
  color: #808181;
}

.drone_sct01_spn01 {
  color: #0E2540;
  font-size: 1.7rem;
}

.drone_sct01_div02 {
  margin: 0 10px;
}

#drone_h1 {
  display: flex;
  flex-flow: column;
  color: #0E2540;
  margin-bottom: 20px;
}

.drone_sct01_spn02 {
  font-size: 1.1rem;
  padding-left: 10px;
  border-left: 2px solid #4B97D6;
  margin-bottom: 10px;
}

.drone_sct01_spn03 {
  font-weight: bold;
  font-size: 2rem;
}

.drone_p01 {
  font-size: 1.3rem;
}

.drone_sct01_div03 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.drone_sct01_p02 {
  display: flex;
  padding: 10px 8px;
  border: 1px solid #E5E5E5;
  font-size: 1rem;
  align-items: center;
}

.drone_sct01_p02 i {
  color: #5AA3E0;
  margin-right: 5px;
}

.drone_sct01_spn04 {
  font-size: 1rem;
  text-align: center;
}

.drone_sct01_div04 {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.drone_sct01_div04 button {
  padding: 15px 20px;
  font-weight: bold;
}

.drone_sct01_btn01 {
  color: #fff;
  background-color: #0E2540;
}

.drone_sct01_spn05 {
  margin-left: 10px;
}

.drone_sct01_btn02 {
  color: #0E2540;
  border: 1px solid;
}

.drone_sct01_p03 {
  color: #808181;
  font-size: 1.2rem;
}

#drone_sct02 {
  background-color: #FAFAFA;
}

.drone_sct02_div01 {
  margin: 0 10px;
}

.drone_sct02_ul01 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D0D0D0;
  display: flex;
  justify-content: center;
}

.drone_sct02_li01 {
  display: flex;
  flex-flow: column;
  font-size: 1.3rem;
  align-items: center;
}

.drone_sct02_li01:nth-last-of-type(n + 2) {
  border-right: 1px solid #D0D0D0;
  padding-right: 15px;
  margin-right: 15px;
}

.drone_sct02_spn01 {
  font-size: 1.8rem;
  color: #0E2540;
  line-height: 1.5;
  font-weight: bold;
}

.drone_sct03_div01 {
  margin: 0 10px;
}

.drone_sct03_ul01 {
  margin-top: 20px;
}

.drone_sct03_li01 {
  border: 1px solid #D0D0D0;
  padding: 10px;
}

.drone_sct03_li01:nth-last-of-type(n + 2) {
  margin-bottom: 15px;
}

.drone_sct03_fgr01 {
  margin-bottom: 10px;
}

.drone_sct03_img01 {
  margin-bottom: 10px;
}

.drone_sct03_fct01 {
  font-size: 1.3rem;
}

.drone_sct03_fct01 i {
  color: #5AA3E0;
  margin-right: 5px;
}

.drone_sct03_h301 {
  font-size: 1.8rem;
  color: #0E2540;
  font-weight: bold;
}

.drone_sct03_btn01  {
  margin-top: 10px;
  color: #0E2540;
  font-weight: bold;
  font-size: 1.3rem;
  border-bottom: 1px solid;
}

.drone_sct03_spn01 {
  margin-left: 10px;
}

#drone_sct04 {
  background-color: #0E2540;
  color: #fff;
}

.drone_sct04_div01 {
  margin: 0 10px;
}

#drone_sct04 .drone_spn01 {
  color: #fff;
}

.drone_sct04_ol01 {
  margin-top: 20px;
}

.drone_sct04_li01 {
  padding: 10px;
  border: 1px solid #D0D0D0;
}

.drone_sct04_li01:nth-last-of-type(n + 2) {
  border-bottom: none;
}

.drone_sct04_h301 {
  display: flex;
  flex-flow: column;
  font-weight: bold;
  margin-bottom: 5px;
}

.drone_sct04_spn01 {
  font-weight: 500;
  color: #5AA3E0;
}

.drone_sct05_div01 {
  margin: 0 10px;
}

.drone_sct05_ul01 {
  margin: 20px 0 0;
}

.drone_sct05_li01 {
  border: 1px solid #D0D0D0;
}

.drone_sct05_li01:nth-last-of-type(n + 2) {
  margin-bottom: 15px;
}

.drone_sct05_img01 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.drone_sct05_fct01 {
  margin: 10px;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drone_sct05_fct01 i {
  color: #5AA3E0;
  margin: 0 5px 0 auto;
}

#drone_sct06 {
  background-color: #FAFAFA;
}

.drone_sct06_div01 {
  margin: 0 10px;
}

.drone_sct06_div02 {
  margin-bottom: 20px;
}

.drone_sct06_div03 {
  display: flex;
  justify-content: space-between;
}

.drone_sct06_div03 button {
  padding: 15px 20px;
  font-weight: bold;
}

.drone_sct06_btn01 {
  color: #fff;
  background-color: #0E2540;
}

.drone_sct06_btn02 {
  color: #0E2540;
  border: 1px solid;
}

.drone_sct07_div01 {
  margin: 0 10px;
}

.drone_sct07_ol01 {
  margin-top: 20px;
}

.drone_sct07_li01 {
  padding: 10px 0;
  border-top: 1px solid #D0D0D0;
}

.drone_sct07_h301 {
  font-size: 1.8rem;
  color: #0E2540;
  font-weight: bold;
}

.drone_sct07_spn01 {
  color: #5AA3E0;
  margin-right: 10px;
}

.drone_sct07_li01:last-of-type {
  border-bottom: 1px solid #D0D0D0;
}

#drone_sct08 {
  background-color: #FAFAFA;
}

.drone_sct08_div03 {
  margin: 0 10px;
}

.drone_sct08_ul01 {
  margin-top: 20px;
}

.drone_sct08_li01 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
}

.drone_sct08_spn01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #0E2540;
  cursor: pointer;
  user-select: none;
}

.drone_sct08_spn01::after {
  content: "+";
  /*position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);*/
  font-size: 22px;
  font-weight: normal;
  color: #5AA3E0;
  transition: all 0.2s ease;
}

.drone_sct08_spn01.open::after {
  content: "−";
}

.drone_sct08_div01 {
  display: none;
}

.drone_sct08_div02 {
  display: flex;
  font-size: 1.3rem;
}

.drone_sct08_spn02 {
  margin-right: 5px;
  flex-shrink: 0;
}

.drone_sct08_li01:last-of-type {
  margin-bottom: 0;
}

/*---------------------
    thanks
---------------------*/

#thanks_atc01 {
  padding: 50px 0;
  background-color: #fff;
  text-align: center;
}

.thanks_atc01_h1 {
  margin-bottom: 10px;
}

.thanks_atc01_spn01 {
  font-weight: bold;
  font-size: 2rem;
  text-decoration: underline;
}

.thanks_atc01_btn01 {
  color: #fff;
  margin: 30px auto 0;
  display: block;
  font-weight: bold;
  text-indent: 0.3em;
  width: 300px;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  text-align: center;
  height: 40px;
  background-color: #0E2540;
}

/*---------------------
    index
---------------------*/

#index_sec01 {
  padding-top: 120px;
  margin: 0 10px;
}