.Drone__btn {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  filter: brightness(1);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: filter 0.3s ease;
}
.Drone__btn:hover {
  filter: brightness(1.1);
}
.-max.Drone__btn {
  max-width: 100% !important;
}
.-yellow.Drone__btn {
  background-color: #FFCB00;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-yellow.Drone__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-yellow.-arrowRight.Drone__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowRight.Drone__btn::before, .-yellow.-arrowRight.Drone__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-yellow.-arrowRight.Drone__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-arrowLeft.Drone__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowLeft.Drone__btn::before, .-yellow.-arrowLeft.Drone__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-yellow.-arrowLeft.Drone__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-plusRight.Drone__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-plusRight.Drone__btn::after {
  content: url("/shared/images/icon_plus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-yellow.-minusRight.Drone__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-minusRight.Drone__btn::after {
  content: url("/shared/images/icon_minus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-white.Drone__btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-white.Drone__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-white.-arrowRight.Drone__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowRight.Drone__btn::before, .-white.-arrowRight.Drone__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-white.-arrowRight.Drone__btn::after {
  transform: rotate(-32deg);
}
.-white.-arrowLeft.Drone__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowLeft.Drone__btn::before, .-white.-arrowLeft.Drone__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-white.-arrowLeft.Drone__btn::after {
  transform: rotate(-32deg);
}
.-red.Drone__btn {
  background-color: #D52323;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-red.Drone__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-red.-arrowRight.Drone__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowRight.Drone__btn::before, .-red.-arrowRight.Drone__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-red.-arrowRight.Drone__btn::after {
  transform: rotate(-32deg);
}
.-red.-arrowRight.-down.Drone__btn::before, .-red.-arrowRight.-down.Drone__btn::after {
  top: calc(50% + 4px);
  transform: rotate(122deg);
}
.-red.-arrowRight.-down.Drone__btn::after {
  transform: rotate(58deg);
}
.-red.-arrowLeft.Drone__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowLeft.Drone__btn::before, .-red.-arrowLeft.Drone__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-red.-arrowLeft.Drone__btn::after {
  transform: rotate(-32deg);
}

.Drone__bubble {
  background-color: #FFCB00;
  padding: 20px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Drone__bubble {
    padding: 20px;
    width: 100%;
  }
}
.Drone__bubble:after {
  content: "";
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.-right.Drone__bubble:after {
  border-color: transparent transparent transparent #FFCB00;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -19.5px;
  transform: translateY(50%);
}
.-right.-miniTry.Drone__bubble:after {
  border-width: 5px 0 5px 10px;
  right: -9.5px;
}
@media screen and (max-width: 767px) {
  .-rightSp.Drone__bubble:after {
    border-color: transparent transparent transparent #FFCB00 !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -19.5px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-rightSp.-miniTrySp.Drone__bubble:after {
    border-width: 5px 0 5px 10px !important;
    right: -9.5px !important;
  }
}
.-left.Drone__bubble:after {
  border-color: transparent #FFCB00 transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -19.5px;
  transform: translateY(50%);
}
.-left.-miniTry.Drone__bubble:after {
  border-width: 5px 10px 5px 0;
  left: -9.5px;
}
@media screen and (max-width: 767px) {
  .-leftSp.Drone__bubble:after {
    border-color: transparent #FFCB00 transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -19.5px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-leftSp.-miniTrySp.Drone__bubble:after {
    border-width: 5px 10px 5px 0 !important;
    left: -9.5px !important;
  }
}
.-bottom.Drone__bubble:after {
  border-color: #FFCB00 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-bottom.-miniTry.Drone__bubble:after {
  border-width: 10px 5px 0 5px;
  bottom: -9.5px;
}
@media screen and (max-width: 767px) {
  .-bottomSp.Drone__bubble:after {
    border-color: #FFCB00 transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -19.5px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-bottomSp.-miniTrySp.Drone__bubble:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -9.5px !important;
  }
}
.-top.Drone__bubble:after {
  border-color: transparent transparent #FFCB00 transparent;
  border-width: 0 10px 20px 10px;
  top: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-top.-miniTry.Drone__bubble:after {
  border-width: 0 5px 10px 5px;
  top: -9.5px;
}
@media screen and (max-width: 767px) {
  .-topSp.Drone__bubble:after {
    border-color: transparent transparent #FFCB00 transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -19.5px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-topSp.-miniTrySp.Drone__bubble:after {
    border-width: 0 5px 10px 5px !important;
    top: -9.5px !important;
  }
}
.-white.Drone__bubble {
  background-color: #fff;
}
.-white.-right.Drone__bubble:after {
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -19.5px;
  transform: translateY(50%);
}
.-white.-right.-miniTry.Drone__bubble:after {
  border-width: 5px 0 5px 10px;
  right: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-rightSp.Drone__bubble:after {
    border-color: transparent transparent transparent #fff !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -19.5px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-rightSp.-miniTrySp.Drone__bubble:after {
    border-width: 5px 0 5px 10px !important;
    right: -9.5px !important;
  }
}
.-white.-left.Drone__bubble:after {
  border-color: transparent #fff transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -19.5px;
  transform: translateY(50%);
}
.-white.-left.-miniTry.Drone__bubble:after {
  border-width: 5px 10px 5px 0;
  left: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-leftSp.Drone__bubble:after {
    border-color: transparent #fff transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -19.5px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-leftSp.-miniTrySp.Drone__bubble:after {
    border-width: 5px 10px 5px 0 !important;
    left: -9.5px !important;
  }
}
.-white.-bottom.Drone__bubble:after {
  border-color: #fff transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-white.-bottom.-miniTry.Drone__bubble:after {
  border-width: 10px 5px 0 5px;
  bottom: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-bottomSp.Drone__bubble:after {
    border-color: #fff transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -19.5px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-bottomSp.-miniTrySp.Drone__bubble:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -9.5px !important;
  }
}
.-white.-top.Drone__bubble:after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 10px 20px 10px;
  top: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.-white.-top.-miniTry.Drone__bubble:after {
  border-width: 0 5px 10px 5px;
  top: -9.5px;
}
@media screen and (max-width: 767px) {
  .-white.-topSp.Drone__bubble:after {
    border-color: transparent transparent #fff transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -19.5px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .-white.-topSp.-miniTrySp.Drone__bubble:after {
    border-width: 0 5px 10px 5px !important;
    top: -9.5px !important;
  }
}
.-msg.Drone__bubble {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.-z1.Drone__bubble {
  z-index: 1;
}
.-z2.Drone__bubble {
  z-index: 2;
}
.-z3.Drone__bubble {
  z-index: 3;
}

.Drone__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Drone__img img {
  max-width: 100%;
  height: auto;
}
.Drone__img img.-max {
  width: 100%;
}
.Drone__img img.-cover {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-keyVisual.Drone__img {
  margin: 0px -6%;
}

.Drone .commonForm, .Drone__flex, .Drone__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Drone .commonForm, .Drone__flex, .Drone__main {
    gap: 20px;
  }
}
.Drone .-row.commonForm, .-row.Drone__flex, .-row.Drone__main {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .Drone .-row.-colSp.commonForm, .-row.-colSp.Drone__flex, .-row.-colSp.Drone__main {
    flex-direction: column;
  }
}
.Drone .-wrap.commonForm, .-wrap.Drone__flex, .-wrap.Drone__main {
  flex-wrap: wrap;
}

.Drone__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Drone__title {
    font-size: 20px;
  }
}
.-center.Drone__title {
  text-align: center;
}
.-main.Drone__title {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .-main.Drone__title {
    margin: 20px 0;
  }
}
.-sub.Drone__title {
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .-sub.Drone__title {
    font-size: 20px;
  }
}
ca .-white.Drone__title {
  color: #fff;
}
.-red.Drone__title {
  color: #D52323;
}
.-yellowBg.Drone__title {
  background-color: #FFCB00;
}
.-hasNumWrap.Drone__title {
  align-items: center;
  display: flex;
  gap: 10px;
}
.-num.Drone__title {
  width: 60px;
  height: 60px;
}
.-num.Drone__title img {
  width: 100%;
  height: auto;
}
.-size18.Drone__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .-size18.Drone__title {
    font-size: 14px;
  }
}

.Drone__txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Drone__txt {
    font-size: 14px;
  }
}
.-red.Drone__txt {
  color: #D52323;
}
.-white.Drone__txt {
  color: #fff;
}
.-blackBg.Drone__txt {
  background-color: #000;
  color: #fff;
}
.-redBg.Drone__txt {
  background-color: #D52323;
  color: #fff;
}
.-yellowBg.Drone__txt {
  background-color: #FFCB00;
  font-weight: 500;
}
.-bold.Drone__txt {
  font-weight: 700;
}
.-fit.Drone__txt {
  line-height: 1;
}

.Drone__flex.-creamBg, .Drone__sec {
  background-color: #F9F7F2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .Drone__flex.-creamBg, .Drone__sec {
    gap: 20px;
    padding: 20px;
  }
}

.Drone .CommonContactLinks {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .Drone .CommonContactLinks {
    gap: 40px;
  }
}
.Drone .CommonContactLinks .CommonContactLinks__wrap {
  width: initial;
}
.Drone .commonForm .modal_input_date_area {
  position: relative;
}
.Drone .commonForm .modal_input_date_area::after {
  content: "";
  border-style: solid;
  height: 0;
  position: absolute;
  transform: translateY(50%);
  width: 0;
  border-color: #000 transparent transparent transparent;
  border-width: 14px 7px 0 7px;
  bottom: 50%;
  right: 10px;
}
.Drone .commonForm .modal_date {
  width: 200px !important;
}
.Drone .commonForm .modal_time {
  width: 80px !important;
}
.Drone.-creamBgSp {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .Drone.-creamBgSp {
    background-color: #F9F7F2;
    margin: 40px 0;
    padding: 40px 0;
  }
}
.Drone.-bottom0 {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .Drone.-bottom0 {
    background-color: #F9F7F2;
    margin: 40px 0 0;
  }
}
.Drone.-logoBgSp {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .Drone.-logoBgSp {
    background: url("../images/slide_bg.png");
    margin: 40px 0;
    padding: 40px 0;
  }
}
.Drone.-top0 {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .Drone.-top0 {
    background-color: #F9F7F2;
    margin: 0 0 40px;
  }
}
.Drone .-gap20Sp10 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .Drone .-gap20Sp10 {
    gap: 10px;
  }
}
.Drone .-gap10Sp5 {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .Drone .-gap10Sp5 {
    gap: 5px;
  }
}
.Drone .-halfGap10Sp5 {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 767px) {
  .Drone .-halfGap10Sp5 {
    width: calc((100% - 5px) / 2);
  }
}
.Drone .-halfGap40 {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .Drone .-halfGap40 {
    width: 100%;
  }
}
.Drone .-halfGap20 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .Drone .-halfGap20 {
    width: 100%;
  }
}
.Drone #captcha {
  margin: 0 auto 15px 0;
}
@media screen and (max-width: 767px) {
  .Drone #captcha {
    margin: 0 auto;
  }
}

.Drone__btn.-banner {
  max-width: 480px;
  margin: 0 auto;
}
.Drone__btn.-disabled {
  background-color: #c0c0c0 !important;
}
.Drone__btn.-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .Drone__btn.-fit {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .Drone__bubble.-insSp5 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .Drone__bubble.-insSp-15 {
    margin-bottom: -15px;
  }
}

.Drone__flex.-alignCenter {
  align-items: center;
}
.Drone__flex.-alignTop {
  align-items: flex-start;
}
.Drone__flex.-shouei {
  align-items: center;
  margin: 40px 0 -80px;
}
@media screen and (max-width: 767px) {
  .Drone__flex.-shouei {
    margin: 20px 0 -40px;
  }
}
.Drone__flex.-border {
  border-top: 1px dashed #000;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .Drone__flex.-border {
    padding-top: 20px;
  }
}
.Drone__flex.-center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .Drone__flex.-creamBg {
    padding: 0;
  }
}
.Drone__flex.-logoBg {
  background: url("../images/slide_bg.png");
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .Drone__flex.-logoBg {
    background: initial;
    padding: 0;
  }
}
.Drone__flex.-time {
  gap: 5px;
  align-items: center;
}
.Drone__flex.-whiteBg {
  background-color: #fff;
  padding: 20px;
}
.Drone__flex.-worryWrap {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .Drone__flex.-worryWrap {
    gap: 15px;
  }
}
.Drone__flex.-worry {
  border-bottom: 1px dashed #000;
  gap: 20px;
  padding: 0 0 20px;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .Drone__flex.-worry {
    gap: 10px;
    width: calc((100% - 15px) / 2);
  }
}

.Drone__img.-alignTop {
  justify-content: flex-start;
}
.Drone__img.-cons3 {
  width: 33.3333333333%;
}
.Drone__img.-shouei {
  width: 40.5%;
  max-width: 250px;
}
.Drone__img.-staffIcon {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .Drone__img.-staffIcon {
    gap: 60px;
  }
}
.Drone__img.-maxWidthPcHalf {
  margin: 0 auto;
  max-width: 430px;
}
.Drone__img.-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.Drone__img.-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Drone__main {
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .Drone__main {
    gap: 40px;
  }
}

.Drone__title.-lineheightShouei {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Drone__title.-yellowBg {
    height: 1.5rem;
    display: inline-flex;
    line-height: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */