@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

html {
  margin: 0;
}

body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.75;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fit-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
}

/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
body {
  min-width: 1200px;
  padding-top: 100px;
}

.menuopen {
  display: none;
}

.header {
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header--inner {
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 34px 0 0;
}
.header--logo {
  height: 82px;
}
.header--nav {
  text-align: right;
}
.header--nav__main {
  display: flex;
  justify-content: flex-end;
  gap: 0 40px;
}
.header--nav__main a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: block;
  position: relative;
}
.header--nav__main .toiawase {
  color: #000;
  background: #FBFF00;
  padding: 14px 40px;
  text-align: center;
}

.footer--address {
  padding: 67px 0 50px 0;
  text-align: center;
}
.footer--address img {
  width: 180px;
  margin: 0 auto 50px auto;
}
.footer--address__address {
  font-size: 20px;
  font-weight: bold;
}
.footer--address__contact {
  font-size: 18px;
}
.footer .copyright {
  background: #333333;
  padding: 18px;
  color: #FFF;
  text-align: center;
}

.mv--top {
  background: url(../img/fv_bg.jpg) no-repeat center top;
  background-size: cover;
  height: 800px;
  margin-bottom: -20px;
}
.mv--top__grad {
  background: linear-gradient(to bottom, rgb(251, 255, 0) 0%, rgba(251, 255, 0, 0.69) 31%, rgba(251, 255, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 177px;
}
@media (max-width: 1200px) {
  .mv--top__grad {
    font-size: 60px;
  }
}
.mv--top h1 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 63px;
}
.mv--top h1 img {
  margin: 0 auto 15px auto;
}
.mv--top__point {
  max-width: 1080px;
  margin: auto;
}
.mv--top__point li {
  background: #333333;
  width: 449px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}
.mv--bottom {
  background: url(../img/fv_bg_bottom.png) no-repeat center top;
  background-size: 100%;
  padding-top: 150px;
  padding-bottom: 74px;
  position: relative;
}
.mv--bottom h2 {
  text-align: center;
  position: relative;
  width: 537px;
  margin: 0 auto;
}
.mv--bottom h2::before {
  content: "";
  width: 3px;
  height: 76px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-20deg);
}
.mv--bottom h2::after {
  content: "";
  width: 3px;
  height: 76px;
  background: #ffffff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(20deg);
}
.mv--bottom h2 small {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  display: block;
}
.mv--bottom h2 .yellow {
  font-size: 32px;
  font-weight: bold;
  color: #FBFF00;
}
.mv--bottom__case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px auto 0 auto;
  max-width: 1080px;
}
.mv--bottom__case dl {
  padding: 20px 44px 30px 44px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
}
.mv--bottom__case dl:first-child {
  border-left: 1px solid #ffffff;
}
.mv--bottom__case dl dt {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}
.mv--bottom__case dl dt span {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px;
}
.mv--bottom__case dl dd {
  width: 272px;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
}
.mv--bottom__drone {
  width: 752px;
  height: 169px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mv--bottom__pc {
  width: 548px;
  height: 394px;
  margin: 30px auto 0 auto;
}
.mv--bottom__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
}
.mv--bottom__text img {
  width: 270px;
}

.feature {
  background: #333333;
  padding: 40px;
}
.feature--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.feature h2 img {
  margin: auto;
}
.feature--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 54px;
  color: #ffffff;
}
.feature--grid__box {
  position: relative;
  padding-top: 130px;
}
.feature--grid__box img {
  width: 200px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.feature--grid__box:nth-child(3) img {
  width: 282px;
}
.feature--grid__box h3 {
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  margin-bottom: 115px;
  position: relative;
}
.feature--grid__box h3::before {
  content: "";
  width: 324px;
  height: 324px;
  border-radius: 324px;
  background: linear-gradient(to bottom, rgb(251, 255, 0) 0%, rgb(0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 0;
}
.feature--grid__box h3::after {
  content: "";
  width: 316px;
  height: 316px;
  border-radius: 316px;
  background: #333333;
  display: block;
  position: absolute;
  top: -86px;
  left: 4px;
  z-index: 0;
}
.feature--grid__box h3 span {
  position: relative;
  z-index: 1;
}
.feature--grid__box p {
  font-size: 18px;
  line-height: 30px;
}

.lineup {
  background: url(../img/bg_lineup.jpg) no-repeat center center;
  background-size: 100%;
  padding: 77px 0;
}
.lineup--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.lineup h2 {
  margin-bottom: 60px;
}
.lineup h2 img {
  margin: auto;
}
.lineup--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  color: #ffffff;
}
.lineup--grid__box {
  position: relative;
  background: #333333;
}
.lineup--grid__box:nth-child(1) h3 {
  background: url(../img/lineup_drone.png) no-repeat;
  background-size: cover;
}
.lineup--grid__box:nth-child(2) h3 {
  background: url(../img/lineup_drone01.png) no-repeat;
  background-size: cover;
}
.lineup--grid__box:nth-child(3) h3 {
  background: url(../img/lineup_drone02.png) no-repeat;
  background-size: cover;
}
.lineup--grid__box:nth-child(4) h3 {
  background: url(../img/lineup_drone03.png) no-repeat;
  background-size: cover;
}
.lineup--grid__box h3 {
  height: 383px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  position: relative;
}
.lineup--grid__box p {
  font-size: 18px;
  line-height: 27px;
  margin: 0 auto;
  padding: 68px 39px;
}

.cv {
  margin: 100px 0;
}
.cv--btn {
  background: linear-gradient(to bottom, rgb(251, 255, 0) 46%, rgb(224, 228, 5) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 814px;
  height: 100px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.cv--btn span {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 33'%3E%3Cpath d='M0 0V33.0003L25.9288 16.5001L0 0Z' fill='black'/%3E%3C/svg%3E");
  width: 26px;
  height: 33px;
  display: block;
  position: absolute;
  top: 33px;
  right: 39px;
}

.works h2 {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.works h2 .en {
  font-size: 80px;
  background: linear-gradient(to bottom, rgb(251, 255, 0) 31%, rgba(251, 255, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.works h2 .ja {
  font-size: 32px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
}
.works--inner {
  max-width: 1080px;
  margin: auto;
}
.works--result {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
}
.works--slide {
  margin: 40px 0;
}
.works--slide .items {
  height: 157px;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.works--video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px 16px;
}
.works--video a {
  display: block;
}
.works--video a p {
  font-size: 12px;
}
.works--plan {
  margin-top: 80px;
  border: 5px solid #6B7C85;
}
.works--plan h3 {
  color: #ffffff;
  background: #6B7C85;
  text-align: center;
  font-size: 32px;
  padding: 30px;
}
.works--plan__body {
  padding: 50px 70px;
}
.works--plan__body dl {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 225px 50px 225px;
  margin-bottom: 50px;
  border-bottom: 3px solid #6B7C85;
}
.works--plan__body dt,
.works--plan__body dd {
  font-size: 32px;
  font-weight: bold;
}
.works--plan p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.video-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.video-modal__content {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(90vw, 960px);
  aspect-ratio: 16/9;
  background: #000;
}

.video-modal__iframe-wrap {
  width: 100%;
  height: 100%;
}

.video-modal__iframe-wrap iframe {
  width: 100%;
  height: 100%;
}

.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.step {
  background: url(../img/steps_bg.png) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.step h2 {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
  line-height: 1;
}
.step h2 .en {
  font-size: 80px;
  background: linear-gradient(to bottom, rgb(251, 255, 0) 31%, rgba(251, 255, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step h2 .ja {
  font-size: 32px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -60px;
  color: #ffffff;
  line-height: 44px;
}
.step--inner {
  max-width: 1080px;
  margin: auto;
}

.faq {
  padding: 80px 0;
}
.faq h2 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.faq h2 .en {
  font-size: 80px;
  background: linear-gradient(to bottom, rgb(251, 255, 0) 31%, rgba(251, 255, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq h2 .ja {
  font-size: 32px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
}
.faq--inner {
  max-width: 1080px;
  margin: auto;
}
.faq--box.is-open dt::after {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background: url(../img/ac_close.svg);
  position: absolute;
  right: 40px;
  top: 25px;
}
.faq--box dd {
  overflow: hidden;
  height: 0;
  background: #EFEFEF;
  line-height: 26px;
  font-size: 18px;
  position: relative;
}
.faq--box dd::before {
  content: "A";
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  position: absolute;
  left: 40px;
  top: 20px;
}
.faq--box dd div {
  padding: 22px 40px 22px 102px;
}
.faq--box dt {
  cursor: pointer;
  user-select: none;
  background: #6B7C85;
  padding: 17px 102px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  position: relative;
}
.faq--box dt::before {
  content: "Q";
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  position: absolute;
  left: 40px;
}
.faq--box dt::after {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background: url(../img/ac_open.svg);
  position: absolute;
  right: 40px;
  top: 25px;
}

.contact {
  padding: 80px 0;
  background: #333333;
}
.contact h2 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
}
.contact h2 .en {
  font-size: 80px;
  background: linear-gradient(to bottom, rgb(251, 255, 0) 31%, rgba(251, 255, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact h2 .ja {
  font-size: 32px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -13px;
  color: #ffffff;
}
.contact--inner {
  max-width: 1080px;
  margin: 0 auto;
}
.contact .input-unit {
  margin-bottom: 14px;
}
.contact .input-label {
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 10px;
}
.contact .input-label span {
  background: #E83636;
  font-size: 12px;
  width: 41px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .input-area input,
.contact .input-area select {
  width: 100%;
  height: 50px;
  display: block;
  padding: 0 5px;
}
.contact .input-area textarea {
  width: 100%;
  height: 240px;
  display: block;
  padding: 0 5px;
}
.contact .input-agree {
  color: #ffffff;
  font-size: 18px;
}
.contact .input-agree {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
}
.contact .input-agree .checkbox {
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
.contact .input-agree .checkbox_icon {
  appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  border: 3px solid #FBFF00;
  background: #2F2F2F;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.contact .input-agree .checkbox_icon::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 15px;
  height: 7px;
  border-left: 4px solid #FBFF00;
  border-bottom: 4px solid #FBFF00;
  transform: rotate(-45deg);
  opacity: 0;
}
.contact .input-agree .checkbox_icon:checked::after {
  opacity: 1;
}
.contact .input-agree .checkbox_icon:focus-visible {
  outline: 3px solid rgba(242, 255, 0, 0.5);
  outline-offset: 4px;
}
.contact .input-agree a {
  text-decoration: underline;
}
.contact .submit {
  width: 499px;
  height: 75px;
  background: #FBFF00;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 32px;
  font-weight: bold;
  margin: 47px auto 0 auto;
  color: #000;
  cursor: pointer;
}
.contact .submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.policy-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}

.policy-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.policy-modal__panel {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translate(-50%, -50%);
  width: min(92vw, 900px);
  max-height: min(80vh, 664px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.policy-modal__body {
  padding: 100px;
  overflow: auto;
  max-height: calc(min(80vh, 720px) - 56px);
}
.policy-modal__body h3 {
  font-size: 24px;
  margin-bottom: 36px;
}
.policy-modal__body p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 36px;
}

.policy-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.thanks {
  text-align: center;
  padding: 260px 0;
  max-width: 1080px;
  border-bottom: 3px solid #d9d9d9;
  margin: auto;
}
.thanks h2 {
  font-size: 32px;
}
.thanks p {
  font-size: 18px;
  margin: 38px 0;
}
.thanks a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  width: 246px;
  height: 74px;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgb(251, 255, 0) 46%, rgb(224, 228, 5) 100%);
  margin: 0 auto;
}

@media (max-width: 1200px) {
  body {
    min-width: auto;
    padding-top: 8.3333333333vw;
  }
  .header--inner {
    height: 8.3333333333vw;
    padding: 0 2.8333333333vw 0 0;
  }
  .header--logo {
    height: 6.8333333333vw;
  }
  .header--nav__main {
    gap: 0 3.3333333333vw;
  }
  .header--nav__main a {
    font-size: 2vw;
  }
  .header--nav__main .toiawase {
    padding: 1.1666666667vw 3.3333333333vw;
  }
  .footer--address {
    padding: 5.5833333333vw 0 4.1666666667vw 0;
  }
  .footer--address img {
    width: 15vw;
    margin: 0 auto 4.1666666667vw auto;
  }
  .footer--address__address {
    font-size: 1.6666666667vw;
  }
  .footer--address__contact {
    font-size: 1.5vw;
  }
  .footer .copyright {
    padding: 1.5vw;
  }
  .mv--top {
    height: 66.6666666667vw;
    margin-bottom: -1.6666666667vw;
  }
  .mv--top__grad {
    font-size: 5vw;
    margin-bottom: 14.75vw;
  }
  .mv--top h1 {
    margin-bottom: 5.25vw;
    font-size: 2.6666666667vw;
  }
  .mv--top h1 img {
    margin: 0 auto 1.25vw auto;
  }
  .mv--top__point li {
    width: 37.4166666667vw;
    height: 3.4166666667vw;
    font-size: 1.5vw;
    margin-bottom: 1.3333333333vw;
  }
  .mv--bottom {
    padding-top: 12.5vw;
    padding-bottom: 6.1666666667vw;
    background-size: cover;
  }
  .mv--bottom h2 {
    width: 44.75vw;
  }
  .mv--bottom h2::before {
    width: 0.25vw;
    height: 6.3333333333vw;
  }
  .mv--bottom h2::after {
    width: 0.25vw;
    height: 6.3333333333vw;
  }
  .mv--bottom h2 small {
    font-size: 1.5vw;
  }
  .mv--bottom h2 .yellow {
    font-size: 2.6666666667vw;
  }
  .mv--bottom__case {
    margin: 3.3333333333vw auto 0 auto;
  }
  .mv--bottom__case dl {
    padding: 1.6666666667vw 3.6666666667vw 2.5vw 3.6666666667vw;
  }
  .mv--bottom__case dl dt {
    text-align: center;
    font-size: 2vw;
    margin-bottom: 4.1666666667vw;
  }
  .mv--bottom__case dl dt span {
    padding-bottom: 0.4166666667vw;
  }
  .mv--bottom__case dl dd {
    width: 22.6666666667vw;
    font-size: 1.6666666667vw;
  }
  .mv--bottom__drone {
    width: 62.6666666667vw;
    height: 14.0833333333vw;
    top: -2.9166666667vw;
  }
  .mv--bottom__pc {
    width: 45.6666666667vw;
    height: 32.8333333333vw;
    margin: 2.5vw auto 0 auto;
  }
  .mv--bottom__text {
    font-size: 3vw;
  }
  .mv--bottom__text img {
    width: 22.5vw;
  }
  .feature {
    padding: 3.3333333333vw;
  }
  .feature--grid {
    gap: 0 4.5vw;
  }
  .feature--grid__box {
    padding-top: 10.8333333333vw;
  }
  .feature--grid__box img {
    width: 16.6666666667vw;
    top: -2.5vw;
  }
  .feature--grid__box:nth-child(3) img {
    width: 23.5vw;
  }
  .feature--grid__box h3 {
    font-size: 4vw;
    line-height: 5.4166666667vw;
    margin-bottom: 9.5833333333vw;
  }
  .feature--grid__box h3::before {
    width: 27vw;
    height: 27vw;
    border-radius: 27vw;
    top: -7.5vw;
  }
  .feature--grid__box h3::after {
    width: 26.3333333333vw;
    height: 26.3333333333vw;
    border-radius: 26.3333333333vw;
    top: -7.1666666667vw;
    left: 0.3333333333vw;
  }
  .feature--grid__box p {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
  .lineup {
    padding: 6.4166666667vw 0;
  }
  .lineup h2 {
    margin-bottom: 5vw;
  }
  .lineup--grid {
    gap: 3vw;
  }
  .lineup--grid__box h3 {
    height: 31.9166666667vw;
    font-size: 4vw;
    line-height: 5.4166666667vw;
  }
  .lineup--grid__box p {
    font-size: 1.5vw;
    line-height: 2.25vw;
    padding: 5.6666666667vw 3.25vw;
  }
  .cv {
    margin: 8.3333333333vw 0;
  }
  .cv--btn {
    max-width: 67.8333333333vw;
    height: 8.3333333333vw;
    border-radius: 2.5vw;
    font-size: 2.6666666667vw;
  }
  .cv--btn span {
    width: 2.1666666667vw;
    height: 2.75vw;
    top: 2.75vw;
    right: 3.25vw;
  }
  .works h2 {
    margin-bottom: 6.6666666667vw;
  }
  .works h2 .en {
    font-size: 6.6666666667vw;
  }
  .works h2 .ja {
    font-size: 2.6666666667vw;
    bottom: 0.8333333333vw;
  }
  .works--result {
    gap: 0 4.1666666667vw;
  }
  .works--slide {
    margin: 3.3333333333vw 0;
  }
  .works--slide .items {
    height: 13.0833333333vw;
    margin: 0 0.8333333333vw;
  }
  .works--video {
    gap: 2.25vw 1.3333333333vw;
  }
  .works--video a p {
    font-size: 1vw;
  }
  .works--plan {
    margin-top: 6.6666666667vw;
    border: 0.4166666667vw solid #6B7C85;
  }
  .works--plan h3 {
    font-size: 2.6666666667vw;
    padding: 2.5vw;
  }
  .works--plan__body {
    padding: 4.1666666667vw 5.8333333333vw;
  }
  .works--plan__body dl {
    padding: 0 18.75vw 4.1666666667vw 18.75vw;
    margin-bottom: 4.1666666667vw;
    border-bottom: 0.25vw solid #6B7C85;
  }
  .works--plan__body dt,
  .works--plan__body dd {
    font-size: 2.6666666667vw;
  }
  .works--plan p {
    font-size: 2vw;
  }
  .step {
    padding: 4.1666666667vw 0;
  }
  .step h2 {
    margin-bottom: 8.3333333333vw;
  }
  .step h2 .en {
    font-size: 6.6666666667vw;
  }
  .step h2 .ja {
    font-size: 2.6666666667vw;
    bottom: -5vw;
    line-height: 3.6666666667vw;
  }
  .faq {
    padding: 6.6666666667vw 0;
  }
  .faq h2 {
    text-align: center;
    position: relative;
    margin-bottom: 2.5vw;
  }
  .faq h2 .en {
    font-size: 6.6666666667vw;
  }
  .faq h2 .ja {
    font-size: 2.6666666667vw;
    bottom: 0.8333333333vw;
  }
  .faq--box.is-open dt::after {
    content: "";
    width: 1.5833333333vw;
    height: 1.5833333333vw;
    right: 3.3333333333vw;
    top: 2.0833333333vw;
  }
  .faq--box dd {
    line-height: 2.1666666667vw;
    font-size: 1.5vw;
  }
  .faq--box dd::before {
    font-size: 2vw;
    line-height: 2.75vw;
    left: 3.3333333333vw;
    top: 1.6666666667vw;
  }
  .faq--box dd div {
    padding: 1.8333333333vw 3.3333333333vw 1.8333333333vw 8.5vw;
  }
  .faq--box dt {
    padding: 1.4166666667vw 8.5vw;
    font-size: 2vw;
    line-height: 2.75vw;
  }
  .faq--box dt::before {
    font-size: 2vw;
    line-height: 2.75vw;
    left: 3.3333333333vw;
  }
  .faq--box dt::after {
    width: 1.5833333333vw;
    height: 1.5833333333vw;
    right: 3.3333333333vw;
    top: 2.0833333333vw;
  }
  .contact {
    padding: 6.6666666667vw 1.6666666667vw;
  }
  .contact h2 {
    margin-bottom: 2.5vw;
  }
  .contact h2 .en {
    font-size: 6.6666666667vw;
  }
  .contact h2 .ja {
    font-size: 2.6666666667vw;
    bottom: -1.0833333333vw;
  }
  .contact .input-unit {
    margin-bottom: 1.1666666667vw;
  }
  .contact .input-label {
    font-size: 1.5vw;
    gap: 0 0.6666666667vw;
    margin-bottom: 0.8333333333vw;
  }
  .contact .input-label span {
    font-size: 1vw;
    width: 3.4166666667vw;
    height: 1.3333333333vw;
  }
  .contact .input-area input,
  .contact .input-area select {
    height: 4.1666666667vw;
    padding: 0 0.4166666667vw;
  }
  .contact .input-area textarea {
    height: 20vw;
    padding: 0 0.4166666667vw;
  }
  .contact .input-agree {
    font-size: 1.5vw;
  }
  .contact .input-agree {
    gap: 1vw;
  }
  .contact .input-agree .checkbox {
    width: 2.3333333333vw;
    height: 2.3333333333vw;
    flex: 0 0 2.3333333333vw;
  }
  .contact .input-agree .checkbox_icon {
    width: 2.3333333333vw;
    height: 2.3333333333vw;
  }
  .contact .input-agree .checkbox_icon::after {
    left: 0.1666666667vw;
    top: 0.3333333333vw;
    width: 1.25vw;
    height: 0.5833333333vw;
    border-left: 0.3333333333vw solid #FBFF00;
    border-bottom: 0.3333333333vw solid #FBFF00;
  }
  .contact .input-agree .checkbox_icon:focus-visible {
    outline: 3px solid rgba(242, 255, 0, 0.5);
    outline-offset: 0.3333333333vw;
  }
  .contact .submit {
    width: 41.5833333333vw;
    height: 6.25vw;
    font-size: 2.6666666667vw;
    margin: 3.9166666667vw auto 0 auto;
  }
  .policy-modal__body {
    padding: 8.3333333333vw;
    overflow: auto;
  }
  .policy-modal__body h3 {
    font-size: 2vw;
    margin-bottom: 3vw;
  }
  .policy-modal__body p {
    font-size: 1.5vw;
    line-height: 2.1666666667vw;
    margin-bottom: 3vw;
  }
  .policy-modal__close {
    right: 1vw;
    top: 0.8333333333vw;
    font-size: 2.3333333333vw;
  }
  .thanks {
    padding: 21.6666666667vw 1.6666666667vw;
  }
  .thanks h2 {
    font-size: 2.6666666667vw;
  }
  .thanks p {
    font-size: 1.5vw;
    margin: 3.1666666667vw 0;
  }
  .thanks a {
    font-size: 2.6666666667vw;
    width: 20.5vw;
    height: 6.1666666667vw;
    border-radius: 0.8333333333vw;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  body.nav-open {
    overflow: hidden;
    touch-action: none;
  }
  body {
    padding-top: 16.4102564103vw;
  }
  .header--inner {
    height: 16.4102564103vw;
    padding-right: 0;
  }
  .header--logo {
    width: 23.0769230769vw;
    height: auto;
  }
  .header--nav {
    text-align: center;
    width: 66.1538461538vw;
    height: 100%;
    background: #333333;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(66.1538461538vw);
    transition: all 0.3s;
  }
  .header--nav.is-open {
    transform: translateX(0vw);
  }
  .header--nav__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .header--nav__main li {
    margin: 7.6923076923vw 0;
  }
  .header--nav__main a {
    font-size: 6.1538461538vw;
  }
  .header--nav__main .toiawase {
    padding: 3.5897435897vw 10vw;
  }
  .header .menuopen {
    display: block;
  }
  .header .menuopen img {
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
  .footer--address {
    padding: 17.1794871795vw 0 12.8205128205vw 0;
  }
  .footer--address img {
    width: 46.1538461538vw;
    margin: 0 auto 12.8205128205vw auto;
  }
  .footer--address__address {
    font-size: 5.1282051282vw;
  }
  .footer--address__contact {
    font-size: 4.6153846154vw;
  }
  .footer .copyright {
    padding: 4.6153846154vw;
  }
  .mv--top {
    height: 133.3333333333vw;
    margin-bottom: -5.1282051282vw;
    padding: 5.1282051282vw 5.1282051282vw;
  }
  .mv--top__grad {
    font-size: 4.358974359vw;
    margin-bottom: 0vw;
  }
  .mv--top h1 {
    margin-bottom: 10.2564102564vw;
    font-size: 4.1025641026vw;
  }
  .mv--top h1 img {
    margin: 0 auto 3.8461538462vw auto;
  }
  .mv--top__point li {
    width: 71.2820512821vw;
    height: 6.4102564103vw;
    font-size: 3.0769230769vw;
    margin: 0 auto 1.2820512821vw auto;
  }
  .mv--bottom {
    padding-top: 20.5128205128vw;
    padding-bottom: 18.9743589744vw;
    background-size: auto 122%;
    background-position: 51% top;
  }
  .mv--bottom h2 {
    width: 90vw;
  }
  .mv--bottom h2::before {
    width: 0.5128205128vw;
    height: 15.3846153846vw;
  }
  .mv--bottom h2::after {
    width: 0.5128205128vw;
    height: 15.3846153846vw;
  }
  .mv--bottom h2 small {
    font-size: 4.1025641026vw;
  }
  .mv--bottom h2 .yellow {
    font-size: 5.1282051282vw;
  }
  .mv--bottom__case {
    margin: 5.1282051282vw auto 0 auto;
    grid-template-columns: repeat(1, 1fr);
  }
  .mv--bottom__case dl {
    padding: 5.1282051282vw 11.2820512821vw 7.6923076923vw 11.2820512821vw;
    border-bottom: 1px solid #fff;
    border-left: none !important;
    border-right: none !important;
  }
  .mv--bottom__case dl:last-child {
    border-bottom: none;
  }
  .mv--bottom__case dl dt {
    text-align: center;
    font-size: 6.1538461538vw;
    margin-bottom: 12.8205128205vw;
  }
  .mv--bottom__case dl dt span {
    padding-bottom: 1.2820512821vw;
  }
  .mv--bottom__case dl dd {
    width: 69.7435897436vw;
    font-size: 5.1282051282vw;
  }
  .mv--bottom__drone {
    width: 82.3076923077vw;
    height: 18.4615384615vw;
    top: -2.5641025641vw;
  }
  .mv--bottom__pc {
    width: 64.1025641026vw;
    height: 46.4102564103vw;
    margin: 7.6923076923vw auto 0 auto;
  }
  .mv--bottom__text {
    font-size: 4.6153846154vw;
  }
  .mv--bottom__text img {
    width: 25.641025641vw;
  }
  .feature {
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .feature--grid {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .feature--grid__box {
    padding-top: 33.3333333333vw;
    margin-bottom: 20.5128205128vw;
  }
  .feature--grid__box:last-child {
    margin-bottom: 0;
  }
  .feature--grid__box img {
    width: 51.2820512821vw;
    top: -7.6923076923vw;
  }
  .feature--grid__box:nth-child(3) img {
    width: 72.3076923077vw;
  }
  .feature--grid__box h3 {
    font-size: 12.3076923077vw;
    line-height: 16.6666666667vw;
    margin-bottom: 29.4871794872vw;
  }
  .feature--grid__box h3::before {
    width: 83.0769230769vw;
    height: 83.0769230769vw;
    border-radius: 83.0769230769vw;
    top: -23.0769230769vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .feature--grid__box h3::after {
    width: 81.0256410256vw;
    height: 81.0256410256vw;
    border-radius: 81.0256410256vw;
    top: -22.0512820513vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .feature--grid__box p {
    font-size: 4.6153846154vw;
    line-height: 7.6923076923vw;
  }
  .lineup {
    padding: 19.7435897436vw 5.1282051282vw 0 5.1282051282vw;
  }
  .lineup h2 {
    margin-bottom: 15.3846153846vw;
  }
  .lineup--grid {
    gap: 9.2307692308vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .lineup--grid__box h3 {
    height: 51.2820512821vw;
    font-size: 7.6923076923vw;
    line-height: 16.6666666667vw;
  }
  .lineup--grid__box p {
    font-size: 4.6153846154vw;
    line-height: 6.9230769231vw;
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .cv {
    margin: 12.8205128205vw 5.1282051282vw;
  }
  .cv--btn {
    max-width: none;
    height: 17.9487179487vw;
    border-radius: 3.8461538462vw;
    font-size: 5.1282051282vw;
  }
  .cv--btn span {
    width: 6.6666666667vw;
    height: 8.4615384615vw;
    top: 5.1282051282vw;
    right: 5.1282051282vw;
  }
  .works h2 {
    margin-bottom: 10.2564102564vw;
  }
  .works h2 .en {
    font-size: 15.3846153846vw;
  }
  .works h2 .ja {
    font-size: 6.1538461538vw;
    bottom: 2.5641025641vw;
  }
  .works--result {
    grid-template-columns: repeat(1, 1fr);
    gap: 12.8205128205vw;
  }
  .works--result__box img {
    margin: auto;
    width: 64.1025641026vw;
  }
  .works--slide {
    margin: 10.2564102564vw 0;
  }
  .works--slide .items {
    height: 40.2564102564vw;
    margin: 0 2.5641025641vw;
  }
  .works--video {
    gap: 6.9230769231vw 4.1025641026vw;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 5.1282051282vw;
  }
  .works--video a p {
    font-size: 3.0769230769vw;
  }
  .works--plan {
    margin: 20.5128205128vw 5.1282051282vw 0 5.1282051282vw;
    border: 1.2820512821vw solid #6B7C85;
  }
  .works--plan h3 {
    font-size: 5.641025641vw;
    padding: 4.6153846154vw;
  }
  .works--plan__body {
    padding: 6.4102564103vw 5.1282051282vw;
  }
  .works--plan__body dl {
    padding: 0 0vw 6.4102564103vw 0vw;
    margin-bottom: 6.4102564103vw;
    border-bottom: 0.7692307692vw solid #6B7C85;
  }
  .works--plan__body dt,
  .works--plan__body dd {
    font-size: 5.641025641vw;
  }
  .works--plan p {
    font-size: 4.6153846154vw;
  }
  .step {
    padding: 12.8205128205vw 0;
  }
  .step h2 {
    margin-bottom: 25.641025641vw;
  }
  .step h2 .en {
    font-size: 15.3846153846vw;
  }
  .step h2 .ja {
    font-size: 7.6923076923vw;
    bottom: -10.2564102564vw;
    line-height: 8.7179487179vw;
  }
  .step img {
    width: 76.9230769231vw;
    margin: 0 auto;
  }
  .faq {
    padding: 15.3846153846vw 0;
  }
  .faq h2 {
    text-align: center;
    position: relative;
    margin-bottom: 7.6923076923vw;
  }
  .faq h2 .en {
    font-size: 15.3846153846vw;
  }
  .faq h2 .ja {
    font-size: 7.6923076923vw;
    bottom: 2.5641025641vw;
  }
  .faq--box.is-open dt::after {
    content: "";
    width: 4.8717948718vw;
    height: 4.8717948718vw;
    right: 5.1282051282vw;
    top: 6.4102564103vw;
  }
  .faq--box dd {
    line-height: 6.6666666667vw;
    font-size: 4.6153846154vw;
  }
  .faq--box dd::before {
    font-size: 4.6153846154vw;
    line-height: 8.4615384615vw;
    left: 5.1282051282vw;
    top: 4.358974359vw;
  }
  .faq--box dd div {
    padding: 5.641025641vw 5.1282051282vw 5.641025641vw 12.8205128205vw;
  }
  .faq--box dt {
    padding: 4.358974359vw 12.8205128205vw;
    font-size: 4.6153846154vw;
    line-height: 7.1794871795vw;
  }
  .faq--box dt::before {
    font-size: 6.1538461538vw;
    line-height: 8.4615384615vw;
    left: 5.1282051282vw;
    top: 3.0769230769vw;
  }
  .faq--box dt::after {
    width: 4.8717948718vw;
    height: 4.8717948718vw;
    right: 5.1282051282vw;
    top: 6.4102564103vw;
  }
  .contact {
    padding: 20.5128205128vw 5.1282051282vw;
  }
  .contact h2 {
    margin-bottom: 7.6923076923vw;
  }
  .contact h2 .en {
    font-size: 15.3846153846vw;
  }
  .contact h2 .ja {
    font-size: 7.6923076923vw;
    bottom: -3.3333333333vw;
  }
  .contact .input-unit {
    margin-bottom: 6.4102564103vw;
  }
  .contact .input-label {
    font-size: 4.6153846154vw;
    gap: 0 2.0512820513vw;
    margin-bottom: 2.5641025641vw;
  }
  .contact .input-label span {
    font-size: 3.0769230769vw;
    width: 10.5128205128vw;
    height: 4.1025641026vw;
  }
  .contact .input-area input,
  .contact .input-area select {
    height: 12.8205128205vw;
    padding: 0 1.2820512821vw;
  }
  .contact .input-area textarea {
    height: 61.5384615385vw;
    padding: 0 1.2820512821vw;
  }
  .contact .input-agree {
    font-size: 4.6153846154vw;
  }
  .contact .input-agree {
    display: block;
  }
  .contact .input-agree .checkbox {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    flex: 0 0 7.1794871795vw;
  }
  .contact .input-agree .checkbox_icon {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
  }
  .contact .input-agree .checkbox_icon::after {
    left: 0.5128205128vw;
    top: 1.0256410256vw;
    width: 3.8461538462vw;
    height: 1.7948717949vw;
    border-left: 1.0256410256vw solid #FBFF00;
    border-bottom: 1.0256410256vw solid #FBFF00;
  }
  .contact .input-agree .checkbox_icon:focus-visible {
    outline: 3px solid rgba(242, 255, 0, 0.5);
    outline-offset: 1.0256410256vw;
  }
  .contact .submit {
    width: 71.7948717949vw;
    height: 15.3846153846vw;
    font-size: 5.1282051282vw;
    margin: 12.0512820513vw auto 0 auto;
  }
  .policy-modal__body {
    padding: 7.6923076923vw;
    overflow: auto;
  }
  .policy-modal__body h3 {
    font-size: 6.1538461538vw;
    margin-bottom: 9.2307692308vw;
  }
  .policy-modal__body p {
    font-size: 4.6153846154vw;
    line-height: 6.6666666667vw;
    margin-bottom: 9.2307692308vw;
  }
  .policy-modal__close {
    right: 3.0769230769vw;
    top: 2.5641025641vw;
    font-size: 7.1794871795vw;
  }
  .thanks {
    padding: 12.8205128205vw 5.1282051282vw;
  }
  .thanks h2 {
    font-size: 6.1538461538vw;
  }
  .thanks p {
    font-size: 4.6153846154vw;
    margin: 9.7435897436vw 0;
  }
  .thanks a {
    font-size: 6.1538461538vw;
    width: 63.0769230769vw;
    height: 17.9487179487vw;
    border-radius: 2.5641025641vw;
  }
}/*# sourceMappingURL=style.css.map */