@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
/*$font-default:"游ゴシック Medium",YuGothic,YuGothicM, "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
/*$font-default: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
/*$font-default:  -apple-system, BlinkMacSystemFont, 'M PLUS Rounded 1c', sans-serif;*/
/*
/* = Top Page Style 20260710add
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
/*
/* = modal
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.top_drone_service_bnr {
  margin-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .top_drone_service_bnr {
    margin-top: 60px;
  }
}
.top_drone_service_bnr a {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px 40px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  border: 1px solid #00de76;
  font-size: 24px;
  font-weight: bold;
  background-image: url(../images/top/top_drone_service_bnr.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  transition: 0.3s all;
}
@media print, screen and (max-width: 767px) {
  .top_drone_service_bnr a {
    padding-bottom: 56px;
    flex-direction: column;
    align-items: stretch;
    font-size: 1.3rem;
    background-size: cover;
  }
}
.top_drone_service_bnr a:hover {
  background-size: 110% auto;
}
.top_drone_service_bnr a .fig {
  width: 280px;
}
@media print, screen and (max-width: 767px) {
  .top_drone_service_bnr a .fig {
    width: 100%;
  }
}
.top_drone_service_bnr a .fig img {
  width: 100%;
}
.top_drone_service_bnr a .txt {
  width: calc(100% - 320px);
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .top_drone_service_bnr a .txt {
    width: 100%;
  }
}
.top_drone_service_bnr a .txt span {
  margin-top: 0.5em;
  font-size: 18px;
  color: #00de74;
  display: block;
  font-weight: normal;
}
@media print, screen and (max-width: 767px) {
  .top_drone_service_bnr a .txt span {
    font-size: 0.8rem;
  }
}
.top_drone_service_bnr a .btn {
  position: absolute;
  right: 24px;
  bottom: 8px;
  width: 180px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #00de74;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
@media print, screen and (max-width: 767px) {
  .top_drone_service_bnr a .btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.top_drone_service_bnr a .btn span {
  display: inline-block;
  transform: translateY(-1px);
  line-height: 1;
  transition: 0.3s;
}
.top_drone_service_bnr a .btn::after {
  position: absolute;
  right: -16px;
  top: 50%;
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  background-color: #00de74;
  transition: 0.3s;
}
.top_drone_service_bnr a:hover .btn span {
  color: #00de74;
}
.top_drone_service_bnr a:hover .btn::after {
  right: -20px;
}

/*
/* = modal
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.modal-close {
  position: absolute;
  right: 40px;
  top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .modal-close {
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
  }
}

.modal-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.modal-content {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=page_top.css.map */