@charset "Shift_JIS";

/*=============================
// variable
===============================*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-hide-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .d-hide-sp {
    display: none;
  }
}

.d-nowrap {
  display: inline-block;
  word-break: break-all;
}

.d-mt-10 {
  margin-top: 10px;
}

.d-mt-20 {
  margin-top: 20px;
}

.d-mt-30 {
  margin-top: 30px;
}

.d-mt-40 {
  margin-top: 40px;
}

.d-mt-50 {
  margin-top: 50px;
}

.d-mt-60 {
  margin-top: 60px;
}


.d-mt-70 {
  margin-top: 70px;
}


.d-mt-80 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .d-mt-sp10 {
    margin-top: 10px;
  }

  .d-mt-sp20 {
    margin-top: 20px;
  }

  .d-mt-sp30 {
    margin-top: 30px;
  }

  .d-mt-sp40 {
    margin-top: 40px;
  }

  .d-mt-sp50 {
    margin-top: 50px;
  }

  .d-mt-sp60 {
    margin-top: 60px;
  }
}

/*=============================
// common
===============================*/
#breadCrumbArea {
  margin-top: 142px;
}
@media screen and (max-width: 767px) {
  #breadCrumbArea {
    margin: 0;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 768px) {
  #package, #price {
    margin-top: -111px;
    padding-top: 111px;
  }
}

#footer {
  margin-top: 0;
}

.main_content {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  color: #262626;
}

@media screen and (min-width: 768px) {
  .main_content {
    min-width: 1100px;
  }
}

.main_content * {
  box-sizing: border-box;
  text-align: left;
}
.main_content figure, .main_content picture {
  display: block;
  margin: 0;
}
.main_content img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main_content a {
  text-decoration: none;
}

/*=============================
// mv
===============================*/
.d-mv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .d-mv {
    padding-top: 2%;
    padding-bottom: 20%;
    background-image: url('../img/mv_bg.jpg');
    background-position: top 57% center;
  }

  .d-mv__logo {
    min-width: 305px;
    width: 21.18%;
  }
}

@media screen and (max-width: 767px) {
  .d-mv {
    padding-top: 10%;
    padding-bottom: 50%;
    background-image: url('../img/mv_bg_sp.jpg');
    background-position: top 88% center;
  }

  .d-mv__logo {
    width: 36.153%;
  }
}

.d-mv__title {
  color: #fff;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  font-size: clamp(1.25rem, 0.971rem + 1.14vw, 2rem);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .d-mv__title {
    margin-top: 1.2%;
  }
}

@media screen and (max-width: 767px) {
  .d-mv__title {
    margin-top: 6.5%;
    line-height: 1.5;
  }
}

.d-mv__note {
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), -1px -2px 4px rgba(0, 0, 0, 0.4);
  font-feature-settings: "palt";
  letter-spacing: .07em;
  line-height: 1.75;
  font-size: clamp(0.875rem, 0.736rem + 0.57vw, 1.25rem);
}

.d-mv__strong {
  letter-spacing: .2em;
  font-size: clamp(1.125rem, 0.986rem + 0.57vw, 1.5rem);
}

@media screen and (min-width: 768px) {
  .d-mv__note {
    margin-top: 1.2%;
  }
}

@media screen and (max-width: 767px) {
  .d-mv__note {
    margin-top: 5.5%;
  }
}

/*=============================
// ドローン・マッピングの各料金
===============================*/
.d-emotion {
  position: relative;
  overflow: hidden;
}

.d-emotion__content {
  background-color: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .d-emotion {
    margin-top: -9.5%;
  }

  .d-emotion__content {
    border-top-left-radius: 1000px 200px;
    border-top-right-radius: 1000px 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* 1440px以上の画面に適用 */
@media screen and (min-width: 1441px) {
  .d-emotion {
    margin-top: -7%;
  }
}

@media screen and (max-width: 767px) {
  .d-emotion {
    margin-top: -24.5%;

  }

  .d-emotion__content {
    border-top-left-radius: 350px 150px;
    border-top-right-radius: 350px 150px;
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.d-emotion__inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .d-emotion__content {
    padding-bottom: 100px;
  }

  .d-emotion__inner {
    display: flex;
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1240px;
  }

  .d-emotion-col--drone {
    flex-basis: calc(50% + 4px);
    padding-right: 4.067%;
    background-image: radial-gradient(circle, #707070 2px, transparent 2px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 4px 16px;
  }

  .d-emotion-col--mapping {
    flex-basis: calc(50% - 4px);
    padding-left: 4.067%;
  }

  .d-emotion-col--mapping .d-emotion-panel__note {
    margin-left: auto;
    margin-right: auto;
  }

  .d-emotion-panel__price-lg {
    margin-right: 4px;
  }
}

@media screen and (max-width: 767px) {
  .d-emotion__content {
    padding-bottom: 50px;
  }

  .d-emotion__inner {
    width: 88.461%;
  }

  .d-emotion-title-en--drone {
    width: 53.043%;
  }

  .d-emotion-col--drone {
    padding-top: 60px;
  }

  .d-emotion-tmb {
    margin-top: 24px;
  }

  .d-emotion-tmb--drone {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .d-emotion-title {
    width: 92px;
    height: 92px;
    border-radius: 46px;
    border: 2px solid #fff;
    left: -6px;
    top: -45px;
  }

  .d-emotion-catch dt,
  .d-emotion-catch dd {
    margin-top: 12px;
  }

  .d-emotion-catch dd {
    padding: 20px;
    line-height: 1.35;
    margin-left: 12.5px;
    margin-right: 12.5px;
  }

  .d-emotion-panel {
    margin-top: 20px;
    padding: 16px 20px;
  }

  .d-emotion-panel__title {
    padding-bottom: 8px;
  }

  .d-emotion-panel__inner dt {
    margin-top: 15px;
  }

  .d-emotion-panel__inner dd {
    margin-top: 5px;
    margin-left: -5%;
    margin-right: -5%;
  }

  .d-emotion-panel__label {
    padding: 3px 8px;
    margin-right: 5px;
  }

  .d-emotion-panel__note {
    margin-left: -5%;
    margin-right: -5%;
  }

  .d-emotion-col--mapping {
    margin-top: 25px;
    padding-top: 30px;
    background-image: radial-gradient(circle, #707070 2px, transparent 2px);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 12px 4px;
  }

  .d-emotion-col--mapping .d-emotion-panel__note {
    margin-left: -5px;
  }

  .d-emotion-catch--mapping {
    padding-bottom: 50px;
  }

  .d-emotion-catch--mapping + .d-emotion-panel {
    margin-top: 10px;
  }

  .d-emotion-catch__note {
    bottom: 10px;
    right: 10px;
  }
}

.d-emotion-title {
  position: absolute;
  font-size: clamp(0.875rem, 0.643rem + 0.95vw, 1.5rem);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .d-emotion-title {
    width: 147px;
    height: 147px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #707070;
    top: -70px;
    left: -20px;
  }
}

.d-emotion-title--drone {
  background: #009d96;
  background: linear-gradient(135deg, rgba(0, 157, 150, 1) 0%, rgba(0, 158, 230, 1) 60%, rgba(0, 107, 186, 1) 100%);
}

.d-emotion-title--mapping {
  background: #1c56a7;
  background: linear-gradient(135deg, rgba(28, 86, 167, 1) 0%, rgba(114, 38, 138, 1) 50%, rgba(203, 61, 144, 1) 100%);
}

.d-emotion-title-en {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .d-emotion-title--mapping {
    top: -80px;
  }

  .d-emotion-title-en--drone {
    width: 47.932%;
    padding-bottom: 28px;
  }

  .d-emotion-title-en--mapping {
    width: 92.481%;
    padding-bottom: 49px;
  }

  .d-emotion-col--mapping .d-emotion-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.d-emotion-tmb {
  position: relative;
}

@media screen and (min-width: 768px) {
  .d-emotion-tmb--mapping {
    margin-left: -1.8%;
  }
}

.d-emotion-col--mapping .d-emotion-panel__note {
  display: inline-block;
  width: fit-content;
  text-align: left;
}

.d-emotion-catch {
  position: relative;
}

.d-emotion-catch dt {
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(1.25rem, 1.064rem + 0.76vw, 1.75rem);
}

.d-emotion-catch dd {
  border-radius: 10px;
  font-size: clamp(0.875rem, 0.782rem + 0.38vw, 1.125rem);
  line-height: 1.25;
  font-feature-settings: "palt";
}

.d-emotion-catch__note {
  position: absolute;
  font-size: clamp(0.813rem, 0.766rem + 0.19vw, 0.938rem);
}

.d-emotion-catch--drone dd {
  background-color: #e8f7ff;
}

.d-emotion-catch--mapping dd {
  background-color: #ffeff8;
}

@media screen and (min-width: 768px) {
  .d-emotion-catch {
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .d-emotion-catch dd {
    margin-top: 16px;
    padding: 20px;
  }

  .d-emotion-catch__note {
    right: 0;
    bottom: 15px;
  }
}

.d-emotion-panel {
  background-color: #fff;
  border-radius: 10px;
}

.d-emotion-panel__title {
  text-align: center;
  font-size: clamp(1rem, 0.837rem + 0.67vw, 1.438rem);
  font-weight: 600;
  border-bottom: 1px solid #262626;
}

.d-emotion-panel__title::before {
  content: '・';
  color: #205faf;
  font-weight: 900;
  margin-left: .15em;
}

.d-emotion-panel__inner dt {
  text-align: center;
  font-size: clamp(0.875rem, 0.736rem + 0.57vw, 1.25rem);
}

.d-emotion-panel__inner dd {
  text-align: center;
}

.d-emotion-panel__label {
  color: #fff;
  background-color: #262626;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.657rem + 0.38vw, 1rem);
  border-radius: 8px;
  text-align: center;
  line-height: 1.25;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .d-emotion-panel {
    padding: 28px 20px;
  }

  .d-emotion-panel__title {
    padding-bottom: 18px;
  }

  .d-emotion-panel__inner dt {
    margin-top: 18px;
  }

  .d-emotion-panel__inner dd {
    margin-top: 2px;
  }

  .d-emotion-panel__label {
    padding: 4px 12px;
    margin-right: 10px;
  }
}

.d-emotion-panel__price {
  color: #205faf;
}

.d-emotion-panel__price-lg {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2.188rem, 1.723rem + 1.9vw, 3.438rem);
  font-weight: 900;
  line-height: 1.15;
}

.d-emotion-panel__price-sm {
  font-size: clamp(0.75rem, 0.495rem + 1.05vw, 1.438rem);
  font-weight: 700;
  font-feature-settings: "palt";
}

.d-emotion-panel__note {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: clamp(0.688rem, 0.595rem + 0.38vw, 0.938rem);
  font-feature-settings: "palt";
}

/*=============================
// youtube埋め込み
===============================*/
.d-youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.d-youtube iframe {
  width: 100%;
  height: 100%;
}

.d-youtube__label {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: #205faf;
  padding: 4px 12px;
  font-size: clamp(0.875rem, 0.736rem + 0.57vw, 1.25rem);
}

@media screen and (min-width: 768px) {
  .d-youtube__label {
    border-bottom-right-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .d-youtube__label {
    border-bottom-right-radius: 10px;
  }
}

/*=============================
// お問い合わせボタン
===============================*/
.d-contact-btn {
  position: relative;
  background: #ff003b;
  background: linear-gradient(180deg, rgba(255, 0, 59, 1) 0%, rgba(198, 0, 15, 1) 100%);
  border-radius: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-contact-btn-wrap {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.d-contact-btn__label {
  position: absolute;
  background-color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2), -2px -2px 3px 1px rgba(0, 0, 0, 0.2);
  font-size: clamp(0.75rem, 0.564rem + 0.76vw, 1.25rem);
  z-index: 2;
}

.d-contact-btn__content {
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: clamp(1rem, 0.721rem + 1.14vw, 1.75rem);
}

.d-contact-btn .arrow {
  position: absolute;
  display: inline-block;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .d-contact-btn-wrap {
    max-width: 556px;
  }

  .d-contact-btn {
    border-radius: 30px;
    height: 110px;
    transition: opacity 0.3s ease-in;
  }

  .d-contact-btn:hover {
    opacity: 0.7;
  }

  .d-contact-btn__content {
    height: 100px;
    margin: 5px;
    border-radius: 27px;
  }

  .d-contact-btn__label {
    top: -20px;
    max-width: 318px;
    height: 40px;
    border-radius: 20px;
  }

  .d-contact-btn .arrow {
    width: 6px;
    height: 11px;
    right: 26px;
  }

  .d-contact-btn .arrow::before,
  .d-contact-btn .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 8.1px;
    height: 1px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: calc(100% - 0.5px) 50%;
  }

  .d-contact-btn .arrow::before {
    transform: rotate(45deg);
  }

  .d-contact-btn .arrow::after {
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .d-contact-btn-wrap {
    width: 80.256%;
  }

  .d-contact-btn {
    height: 60px;
    border-radius: 10px;
  }

  .d-contact-btn__label {
    width: 61.179%;
    height: 22px;
    border-radius: 11px;
    top: -11px;
  }

  .d-contact-btn__content {
    margin: 3px;
    height: 54px;
    border-radius: 9px;
  }

  .d-contact-btn .arrow {
    width: 5px;
    height: 6px;
    right: 13px;
  }

  .d-contact-btn .arrow::before,
  .d-contact-btn .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 5.7px;
    height: 1px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: calc(100% - 0.5px) 50%;
  }

  .d-contact-btn .arrow::before {
    transform: rotate(32deg);
  }

  .d-contact-btn .arrow::after {
    transform: rotate(-32deg);
  }
}

/*=============================
// グラデーション背景
===============================*/
@media screen and (min-width: 768px) {
  .d-gradation-bg {
    background: #38B2A0;
    background: linear-gradient(80deg, rgba(56, 178, 160, 1) 0%, rgba(35, 169, 227, 1) 25%, rgba(36, 81, 164, 1) 50%, rgba(123, 96, 163, 1) 75%, rgba(228, 130, 178, 1) 100%);
  }
}

@media screen and (max-width: 767px) {
  .d-gradation-bg {
    background: #38B2A0;
    background: linear-gradient(180deg, rgba(56, 178, 160, 1) 0%, rgba(35, 169, 227, 1) 25%, rgba(36, 81, 164, 1) 50%, rgba(123, 96, 163, 1) 75%, rgba(228, 130, 178, 1) 100%);
  }
}

/*=============================
// オトクなセット料金
===============================*/
.d-set-price__content {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.d-set-price__title {
  text-align: center;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.596rem + 1.14vw, 1.625rem);
  color: #fff;
}

.d-set-price__title-inner:first-child::after {
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
}

.d-set-price-head__right dt {
  font-weight: 600;
  font-size: clamp(1.25rem, 0.786rem + 1.9vw, 2.5rem);
  line-height: 1;
}

.d-set-price-body {
  text-align: center;
  border-top: 1px solid #262626;
}

.d-set-price-body__text {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
}

.d-set-price-body__strong {
  font-weight: 800;
  font-size: clamp(1.75rem, 1.239rem + 2.1vw, 3.125rem);
  color: #205faf;
}

.d-set-price-body__note {
  font-size: clamp(0.625rem, 0.579rem + 0.19vw, 0.75rem);
}

@media screen and (min-width: 768px) {
  .d-set-price {
    padding: 60px 30px;
  }

  .d-set-price__content {
    max-width: 1180px;
    padding: 20px 40px 40px;
    margin-top: 20px;
  }

  .d-set-price__title-inner:first-child::after {
    width: 18.88px;
    height: 18.88px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url('../img/icon_plus.png');
  }

  .d-set-price__movie {
    max-width: 488px;
    margin-left: auto;
    margin-right: auto;
  }

  .d-set-price-head {
    display: flex;
    margin-top: 40px;
  }

  .d-set-price-head__left {
    position: relative;
    flex-basis: 52.2%;
    margin-right: 5.9%;
  }

  .d-set-price-head__left::before {
    display: block;
    position: absolute;
    content: '';
    width: 37px;
    height: 32px;
    background-image: url('../img/icon_arrow_set-price.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -8%;
  }

  .d-set-price-head__right {
    flex-basis: 43.181%;
  }

  .d-set-price-head__right dd {
    margin-top: 10px;
  }

  .d-set-price-head__right .d-emotion-panel__note {
    display: block;
    text-align: right;
  }

  .d-set-price-head__right .d-emotion-panel__label {
    margin-right: 5px;
  }

  .d-set-price-head__right .d-emotion-panel__price-lg {
    margin-right: 0;
  }

  .d-set-price-head__right .d-emotion-panel__note {
    margin-top: 5px;
  }

  .d-set-price-body {
    margin-top: 25px;
    padding-top: 15px;
  }

  .d-set-price-body__note {
    display: block;
    text-align: right;
    margin-right: 3.5em;
  }
}

@media screen and (max-width: 767px) {
  .d-set-price {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .d-set-price__content {
    width: 88.461%;
    padding: 20px;
    margin-top: 15px;
  }

  .d-set-price__title-inner:first-child::after {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background-image: url('../img/icon_plus.png');
  }

  .d-set-price-head__left {
    margin-top: 20px;
  }

  .d-set-price-head__right {
    text-align: center;
  }

  .d-set-price-head__right dt {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding-left: 26px;
  }

  .d-set-price-head__right dt::before {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url('../img/icon_arrow_set-price_sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .d-set-price-head__right dd {
    margin-top: 5px;
    margin-left: -5%;
    margin-right: -5%;
    text-align: center;
  }

  .d-set-price-head__right .d-emotion-panel__note {
    margin-top: 6px;
  }

  .d-set-price-body {
    margin-top: 15px;
    padding-top: 15px;
    font-feature-settings: "palt";
    line-height: 1.45;
  }

  .d-set-price-body__text {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .d-set-price-body__note {
    margin-top: 10px;
  }
}

/*=============================
// 『デジタルスペースショー』とは
===============================*/
/* about */
.d-about {
  background-repeat: no-repeat;
  background-size: cover;
}

.d-about__heading-lv2 {
  font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
  font-weight: 600;
  text-align: center;
}

.d-about__heading-lv2-strong {
  font-size: clamp(1.75rem, 1.239rem + 2.1vw, 3.125rem);
  color: #205faf;
  font-weight: 800;
}

.d-about__lead {
  font-size: clamp(0.875rem, 0.55rem + 1.33vw, 1.75rem);
  text-align: center;
  letter-spacing: .05em;
}

.d-about-panel {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.05), -2px -2px 3px 1px rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-right: auto;
}

.d-about-panel__content {
  position: relative;
  text-align: center;
  font-size: clamp(1.25rem, 0.879rem + 1.52vw, 2.25rem);
  line-height: 1.5;
  letter-spacing: .05em;
}

.d-about-panel__content::before,
.d-about-panel__content::after {
  content: '';
  display: inline-block;
  position: absolute;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-about-panel__strong-sm {
  color: #205faf;
  font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
  font-weight: 800;
}

.d-about-panel__strong-lg {
  color: #205faf;
  font-size: clamp(1.75rem, 1.239rem + 2.1vw, 3.125rem);
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .d-about {
    padding: 100px 30px;
    background-image: url('../img/bg_about.jpg');
  }

  .d-about__heading-lv2 {
    line-height: 1.45;
    letter-spacing: .1em;
  }

  .d-about__lead {
    line-height: 1.71;
    margin-top: 35px;
  }

  .d-about-panel {
    max-width: 1180px;
    margin-top: 55px;
  }

  .d-about-panel__content {
    padding-top: 78px;
    padding-bottom: 70px;
    line-height: 1.45;
  }

  .d-about-panel__content::before {
    background-image: url('../img/icon_about_drone.png');
    left: 7.322%;
  }

  .d-about-panel__content::after {
    background-image: url('../img/icon_about_mapping.png');
    right: 7.322%;
  }

  .d-about-panel__content::before,
  .d-about-panel__content::after {
    width: 61.41px;
    height: 107.37px;
    top: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .d-about {
    background-image: url('../img/bg_about_sp.jpg');
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .d-about__lead {
    margin-top: 20px;
  }

  .d-about-panel {
    margin-top: 30px;
    width: 88.461%;
  }

  .d-about-panel__content {
    padding-top: 85px;
    padding-bottom: 85px;
    line-height: 1.65;
  }

  .d-about-panel__content::before {
    background-image: url('../img/icon_about_drone_sp.png');
    top: 24px;
  }

  .d-about-panel__content::after {
    background-image: url('../img/icon_about_mapping_sp.png');
    bottom: 24px;
  }

  .d-about-panel__content::before,
  .d-about-panel__content::after {
    width: 75px;
    height: 44px;
    left: 0;
    right: 0;
  }
}

/* Merit */
.d-about-merit__content {
  margin-left: auto;
  margin-right: auto;
}

.d-about__heading-lv3 {
  font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
  font-weight: 800;
  color: #205faf;
  text-align: center;
}

.d-about__heading-sm {
  display: inline-block;
  position: relative;
  background-color: #262626;
  color: #fff;
  font-weight: 800;
  font-size: clamp(1.25rem, 0.971rem + 1.14vw, 2rem);
  border-radius: 10px;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  line-height: 1;
  padding: .2em .23em .35em .4em;
}

.d-about__heading-sm::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.d-about-merit__item {
  margin-left: auto;
  margin-right: auto;
}

.d-about-merit-col {
  background-color: #f0f0f0;
  border-radius: 20px;
}

.d-about-merit-list {
  position: relative;
}

.d-about-merit-list::before {
  content: '';
  position: absolute;
  display: inline-block;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
}

.d-about-merit-list dt {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.064rem + 0.76vw, 1.75rem);
}


.d-about-merit-list dd {
  font-size: clamp(0.875rem, 0.782rem + 0.38vw, 1.125rem);
  line-height: 1.45;
}

.d-about-merit-list--cost::before {
  background-image: url('../img/icon_about_cost.png');
}

.d-about-merit-list--support::before {
  background-image: url('../img/icon_about_support.png');
}

.d-about-merit-list--subject::before {
  background-image: url('../img/icon_about_subject.png');
}

.d-about-merit-list--risk::before {
  background-image: url('../img/icon_about_risk.png');
}

@media screen and (min-width: 768px) {
  .d-about-merit {
    margin-top: 5px;
    background-color: #fff;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .d-about-merit__item {
    max-width: 1180px;
  }

  .d-about-merit-col {
    display: flex;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .d-about-merit-list {
    flex-basis: 50%;
    padding: 20px 4.3% 20px 170px;
  }

  .d-about-merit-list dd {
    margin-top: 15px;
  }

  .d-about-merit-list + .d-about-merit-list {
    background-image: radial-gradient(circle, #707070 2px, transparent 2px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 4px 16px;
  }

  .d-about-merit-list::before {
    width: 100px;
    height: 100px;
    left: 45px;
  }

  .d-about__heading-sm {
    margin-bottom: 20px;
  }

  .d-about__heading-sm::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 17px solid #262626;
    border-bottom: 0;
    bottom: -37px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .d-about-merit {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .d-about-merit__item {
    width: 88.461%;
  }

  .d-about-merit-col {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .d-about__heading-lv2-strong {
    display: inline-block;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .d-about__heading-sm {
    margin-bottom: 10px;
  }

  .d-about__heading-sm::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 11px solid #262626;
    border-bottom: 0;
    bottom: -10px;
  }

  .d-about-merit-list {
    padding-left: 92px;
  }

  .d-about-merit-list:nth-child(1) {
    padding-bottom: 20px;
  }

  .d-about-merit-list:nth-child(2) {
    padding-top: 20px;
    background-image: radial-gradient(circle, #707070 2px, transparent 2px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 12px 4px;
  }

  .d-about-merit-list dd {
    margin-top: 8px;
  }

  .d-about-merit-list::before {
    width: 80px;
    height: 80px;
    left: 0;
  }

  .d-about-merit-list:nth-child(1)::before {
    transform: translateY(-10px);
  }

  .d-about-merit-list:nth-child(2)::before {
    transform: translateY(10px);
  }
}

/*=============================
// ハイブリット型没入体験ショー
===============================*/
.d-hybrid {
  text-align: center;
}

.d-hybrid__heading {
  position: relative;
  color: #fff;
  font-size: clamp(1.25rem, 0.786rem + 1.9vw, 2.5rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  display: inline-block;
  padding-left: .9em;
  padding-right: .9em;
  letter-spacing: .05em;
}

.d-hybrid__heading::before,
.d-hybrid__heading::after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  height: 100%;
}

.d-hybrid__panel {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.d-hybrid__panel dt {
  position: relative;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.55rem + 1.33vw, 1.75rem);
  text-align: center;
}

.d-hybrid__panel dt::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #262626;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.d-hybrid__panel-dt {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.d-set-price-head__inner-hybrid {
  font-weight: 600;
  font-size: clamp(1.25rem, 0.786rem + 1.9vw, 2.5rem);
}

@media screen and (min-width: 768px) {
  .d-hybrid {
    padding: 60px 30px 70px;
  }

  .d-hybrid__heading::before {
    background-image: url('../img/icon_hybrid_left.png');
    margin-right: 8px;
    left: 0;
  }

  .d-hybrid__heading::after {
    background-image: url('../img/icon_hybrid_right.png');
    margin-left: 8px;
    right: 0;
  }

  .d-hybrid__heading::before,
  .d-hybrid__heading::after {
    width: 4%;
  }

  .d-hybrid__panel {
    margin-top: 30px;
    max-width: 1180px;
    padding: 40px 45px;
  }

  .d-set-price-head--hybrid {
    align-items: center;
    justify-content: center;
  }

  .d-set-price-head--hybrid .d-set-price-head__right {
    flex-basis: auto;
  }

  .d-set-price-head--hybrid .d-set-price-head__left {
    flex-basis: 53.5%;
  }
}

@media screen and (max-width: 767px) {
  .d-hybrid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .d-hybrid__heading::before {
    background-image: url('../img/icon_hybrid_left_sp.png');
    margin-right: 4px;
    left: 0;
  }

  .d-hybrid__heading::after {
    background-image: url('../img/icon_hybrid_right_sp.png');
    margin-left: 4px;
    right: 0;
  }

  .d-hybrid__heading::before,
  .d-hybrid__heading::after {
    width: 5%;
  }

  .d-set-price-head__inner-hybrid {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding-left: 26px;
    line-height: 1;
    font-feature-settings: "palt";
  }

  .d-set-price-head__inner-hybrid::before {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url('../img/icon_arrow_set-price_sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .d-hybrid__panel {
    margin-top: 15px;
    width: 88.461%;
    padding: 20px;
  }

  .d-hybrid__panel dd {
    margin-top: 20px;
  }

  .d-hybrid__panel-dt {
    line-height: 1.45;
  }
}

/*=============================
// オリジナルプログラムにも対応・実施までの流れ　ほか
===============================*/
/* オリジナルプログラムにも対応・実施までの流れ */
.d-program {
  background-color: #f0f0f0;
}

.d-program__content {
  margin-left: auto;
  margin-right: auto;
}

.d-program__panel {
  border-radius: 20px;
  border: 4px solid #205faf;
  overflow: hidden;
  text-align: center;
  background-color: #205faf;
}

.d-program__panel dt {
  color: #fff;
  font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
  font-weight: 800;
  text-align: center;
}

.d-program__panel dd {
  font-size: clamp(0.875rem, 0.55rem + 1.33vw, 1.75rem);
  font-weight: 600;
  text-align: center;
  background-color: #fff;
}

.d-program__panel-dt {
  position: relative;
  display: inline-block;
  text-align: center;
}

.d-program__panel-dt::before,
.d-program__panel-dt::after {
  position: absolute;
  display: inline-block;
  content: '';
  background-image: url('../img/icon_program_gear.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  top: 0;
  bottom: 0;
}

.d-program-flow__heading {
  font-weight: 800;
  font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
  color: #205faf;
  text-align: center;
}

.d-program-flow-list {
  display: flex;
  list-style: none;
  counter-reset: flow;
  margin-left: -10px;
  margin-right: -10px;
}

.d-program-flow-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: calc(100% / 5 - 20px);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  font-size: clamp(1.25rem, 1.064rem + 0.76vw, 1.75rem);
  font-weight: 600;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 1.3;
}

.d-program-flow-list li:not(:last-child)::after {
  position: absolute;
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}

.d-program-flow-list li::before {
  position: absolute;
  counter-increment: flow;
  content: counter(flow);
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2.25rem, 1.925rem + 1.33vw, 3.125rem);
  font-weight: 800;
  margin: auto;
  left: 0;
  right: 0;
  top: -.75em;
}

.d-program-flow-list--bl {
  color: #205faf;
}

.d-program-flow-list--pk {
  color: #c6398f;
}

.d-program-flow-list--bl li::after {
  background-image: url('../img/icon_flow_arrow_bl.png');
}

.d-program-flow-list--pk li::after {
  background-image: url('../img/icon_flow_arrow_pk.png');
}

.d-program-flow-arrow {
  position: relative;
  font-size: clamp(1rem, 0.907rem + 0.38vw, 1.25rem);
  font-weight: 800;
  color: #fff;
  text-align: right;
}

.d-program-flow-arrow::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

.d-program-flow-arrow--bl {
  background: #205faf;
  background: linear-gradient(90deg, rgba(32, 95, 175, 0) 0%, rgba(32, 95, 175, 1) 33%, rgba(32, 95, 175, 1) 100%);
}

.d-program-flow-arrow--pk {
  background: #c6398f;
  background: linear-gradient(90deg, rgba(198, 57, 143, 0) 0%, rgba(198, 57, 143, 1) 99%, rgba(198, 57, 143, 1) 100%);
}

.d-program-flow__note {
  font-size: clamp(0.813rem, 0.766rem + 0.19vw, 0.938rem);
}

@media screen and (min-width: 768px) {
  .d-program {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .d-program__content {
    max-width: 1180px;
  }

  .d-program__panel dt {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .d-program__panel dd {
    padding: 40px;
    line-height: 1.75;
  }

  .d-program__panel-dt::before,
  .d-program__panel-dt::after {
    width: 58px;
    height: 58px;
  }

  .d-program__panel-dt::before {
    left: -72px;
  }

  .d-program__panel-dt::after {
    right: -72px;
  }

  .d-program-flow {
    margin-top: 100px;
  }

  .d-program-flow-list {
    margin-top: 60px;
  }

  .d-program-flow-list li {
    height: 115px;
  }

  .d-program-flow-arrow {
    margin-top: 30px;
    margin-right: 45px;
    padding-top: .2em;
    padding-bottom: .2em;
  }

  .d-program-flow-arrow::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 45px solid #262626;
    border-right: 0;
    right: -44px;
  }

  .d-program-flow-arrow--bl::after {
    border-left-color: #205faf;
  }

  .d-program-flow-arrow--pk::after {
    border-left-color: #c6398f;
  }

  .d-program-flow__note {
    margin-top: 30px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .d-program {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .d-program__content {
    width: 88.461%;
  }

  .d-program__panel dt {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.5;
  }

  .d-program__panel-dt::before,
  .d-program__panel-dt::after {
    width: 34px;
    height: 34px;
  }

  .d-program__panel-dt::before {
    left: -40px;
  }

  .d-program__panel-dt::after {
    right: -40px;
  }

  .d-program__panel dd {
    padding: 20px;
  }

  .d-program-flow {
    margin-top: 30px;
  }

  .d-program-flow-list {
    width: 900px;
    margin-top: 40px;
  }

  .d-program-flow-list li {
    height: 100px;
  }

  .d-program-flow-arrow {
    width: 855px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 25px;
    padding-top: .05em;
    padding-bottom: .05em;
  }

  .d-program-flow-arrow::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 25px solid #262626;
    border-right: 0;
    right: -24px;
  }

  .d-program-flow-arrow--bl::after {
    border-left-color: #205faf;
  }

  .d-program-flow-arrow--pk::after {
    border-left-color: #c6398f;
  }

  .d-program-flow__scroll-sp {
    margin-right: -5.9%;
    overflow: hidden;
  }

  /* スクロールアイコンのスタイル調整 */
  .d-program-flow .scroll-hint-text,
  .d-program-flow .scroll-hint-icon {
    text-align: center;
  }

  .d-program-flow .scroll-hint-text {
    font-size: clamp(0.75rem, 0.657rem + 0.38vw, 1rem);
    line-height: 1.5;
    margin-top: 10px;
  }

  .d-program-flow .scroll-hint-icon-wrap .scroll-hint-icon {
    border-radius: 20px;
    padding: 15px 20px;
    transform: translateX(-5%) translateY(-40%);
    background-color: rgba(0, 0, 0, .56);
  }

  .d-program-flow .scroll-hint-icon:before {
     background-image: url('../img/icon_scroll.png');
     animation: none !important;
     width: 62.03px;
     height: 62.94px;
     transform: translateX(3px);
  }

  .d-program-flow .scroll-hint-icon:after {
    content: none;
  }
}

/* 実施内容 */
.d-program-detail__heading {
  color: #205faf;
  border-bottom: 1px solid #205faf;
  font-weight: 800;
  font-size: clamp(1.5rem, 1.407rem + 0.38vw, 1.75rem);
  text-align: center;
}

.d-program-detail-list {
  display: flex;
  align-items: center;
}

.d-program-detail-list dt {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.064rem + 0.76vw, 1.75rem);
  line-height: 1.45;
}

.d-program-detail-list dd {
  font-size: clamp(0.75rem, 0.634rem + 0.48vw, 1.063rem);
  font-feature-settings: "palt";
}

.d-program-detail-list--bl dt {
  color: #205faf;
}

.d-program-detail-list--pk dt {
  color: #c6398f;
}

@media screen and (min-width: 768px) { 
  .d-program-detail {
    margin-top: 60px;
  }

  .d-program-detail__heading {
    padding-bottom: 20px;
  }

  .d-program-detail-col {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
  }

  .d-program-detail-col__item {
    flex-basis: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .d-program-detail-list {
    margin-top: 24px;
  }

  .d-program-detail-list dt {
    flex-basis: 220px;
    height: 125px;
  }

  .d-program-detail-list dd {
    flex-basis: calc(100% - 220px);
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .d-program-detail {
    margin-top: 35px;
  }

  .d-program-detail__heading {
    padding-bottom: 20px;
  }

  .d-program-detail-col {
    margin-top: 12px;
  }

  .d-program-detail-list {
    margin-top: 12px;
  }

  .d-program-detail-list dt {
    flex-basis: 140px;
    height: 100px;
  }

  .d-program-detail-list dd {
    flex-basis: calc(100% - 140px);
    padding-left: 12px;
  }
}





