/* ======================================
   FV CTA
====================================== */
.page_droneSolution {
    --hero-link-top-pc: 71%;
    --hero-link-left-pc: 11%;
    --hero-link-width-pc: 19%;
    --hero-link-height-pc: 15%;
    --hero-link-top-sp: 45%;
    --hero-link-left-sp: 50%;
    --hero-link-width-sp: 64%;
    --hero-link-height-sp: 10%;
}
.page_droneSolution .bl_droneHero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.page_droneSolution .bl_droneHero_imgWrap {
  display: block;
  width: 100%;
}

.page_droneSolution .bl_droneHero_img {
  display: block;
  width: 100%;
  height: auto;
}

/* 画像内ボタンのクリック領域 */
.page_droneSolution .bl_droneHero_btnLink {
  position: absolute;
  top: var(--hero-link-top-pc);
  left: var(--hero-link-left-pc);
  width: var(--hero-link-width-pc);
  height: var(--hero-link-height-pc);
  transform: translate(0, -50%);
  z-index: 2;
  display: block;
  background: transparent;
}

/* 確認用：位置調整時だけ使う
.page_droneSolution .bl_droneHero_btnLink {
  background: rgba(255, 0, 0, 0.25);
}
*/

@media screen and (max-width: 767px) {
  .page_droneSolution .bl_droneHero_btnLink {
    top: var(--hero-link-top-sp);
    left: var(--hero-link-left-sp);
    width: var(--hero-link-width-sp);
    height: var(--hero-link-height-sp);
    transform: translate(-50%, -50%);
  }
}

/* ======================================
   drone-solution page only
====================================== */
span.font-black {
    display: block;
    font-size: 2.2rem;
    color: #333333;
    margin-bottom: 10px;
}

ul.list-droneCaseFlow {
    list-style: inside;
    padding: 1.0rem 2.0rem 2.0rem;
}

.pg_droneSolution .ly_droneCont {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
  color: #333333;
}

.pg_droneSolution .bl_droneAboutSect {
  position: relative;
  padding: 100px 0 120px;
  background-color: #eaf6fb;
  overflow: hidden;
  z-index: 0;
}

.pg_droneSolution .bl_droneAboutSect::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/image/service/drone-solution/bg-about-pc.png") no-repeat center center / cover;
  opacity: 1;
  pointer-events: none;
}

.pg_droneSolution .bl_droneAboutSect .ly_droneCont {
  position: relative;
  z-index: 1;
}

.pg_droneSolution .bl_droneAbout_head {
  text-align: center;
}

.pg_droneSolution .bl_droneAbout_subTtl {
  margin: 0;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
}

.pg_droneSolution .bl_droneAbout_ttl {
  position: relative;
  margin: 10px 0 0;
  padding-bottom: 22px;
  color: #1d55b7;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.pg_droneSolution .bl_droneAbout_ttl::before {
  content: none;
}

.pg_droneSolution .bl_droneAbout_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 5px;
  background-color: #18a5df;
  transform: translateX(-50%);
}

.pg_droneSolution .bl_droneAbout_intro {
  margin: 38px auto 0;
  text-align: center;
}

.pg_droneSolution .bl_droneAbout_intro p {
  margin: 0;
  color: #333;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.02em;
}

.pg_droneSolution .bl_droneAbout_fig {
  max-width: 70%;
  margin: 48px auto 0;
}

.pg_droneSolution .bl_droneAbout_img {
  display: block;
  width: 100%;
  height: auto;
}

.pg_droneSolution .bl_droneServiceIntro {

  padding: 40px;
  background-color: rgba(255, 255, 255, 0.75);
}

.pg_droneSolution .bl_droneServiceIntro_ttl {
  margin: 30px 0 0;
  text-align: center;
  color: #333;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.pg_droneSolution .bl_droneServiceIntro_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pg_droneSolution .bl_droneServiceIntro_item {
  margin: 0;
}

.pg_droneSolution .bl_droneServiceCard {
  height: 100%;
  padding: 24px 18px 22px;
  background-color: #fff;
  border: 1px solid #d9e5ec;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.pg_droneSolution .bl_droneServiceCard_fig {
  margin: 0 0 18px;
  text-align: center;
}

.pg_droneSolution .bl_droneServiceCard_img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.pg_droneSolution .bl_droneServiceCard_ttl {
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

.pg_droneSolution .bl_droneServiceCard_txt {
  margin: 16px 0 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 2;
}

.pg_droneSolution .bl_droneServiceCard_noteList {
  margin: 12px 0 0;
}

.pg_droneSolution .bl_droneServiceCard_noteList li {
  font-size: 1.35rem;
  line-height: 1.9;
}

.pg_droneSolution .bl_droneServiceCard_linkWrap {
  margin: 18px 0 0;
  text-align: right;
}

.pg_droneSolution .bl_droneServiceCard_link {
  color: #1d55b7;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: underline;
}

.pg_droneSolution .bl_droneServiceCard_link {
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  color: #1d55b7;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: underline;
}

.pg_droneSolution .bl_droneServiceCard_link:hover {
  text-decoration: none;
}

.pg_droneSolution .bl_droneServiceCard_linkIcon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
h3.bl_droneServiceIntro_ttl {
    border-bottom: none;
}

h4.bl_droneServiceCard_ttl {
    border-bottom: none;
    font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .pg_droneSolution .bl_droneAboutSect {
    padding: 80px 0 100px;
    background-size: 240px auto, 220px auto;
  }

  .pg_droneSolution .bl_droneAbout_ttl {
    font-size: 3.4rem;
  }

  .pg_droneSolution .bl_droneServiceIntro_list {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pg_droneSolution .bl_droneAboutSect {
    padding: 64px 0 72px;
  }

.pg_droneSolution .bl_droneAboutSect::before {
    background-image: url(/image/service/drone-solution/bg-about-sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

  .pg_droneSolution .ly_droneCont {
    width: calc(100% - 32px);
  }

  .pg_droneSolution .bl_droneAboutSect {
    padding: 64px 0 72px;
    background-size: 140px auto, 120px auto;
    background-position: left top, right bottom;
  }

  .pg_droneSolution .bl_droneAbout_subTtl {
    font-size: 1.4rem;
  }

  .pg_droneSolution .bl_droneAbout_ttl {
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: 18px;
  }

  .pg_droneSolution .bl_droneAbout_ttl::after {
    width: 84px;
    height: 4px;
  }

  .pg_droneSolution .bl_droneAbout_intro {
    margin-top: 28px;
    text-align: left;
  }

  .pg_droneSolution .bl_droneAbout_intro p {
    font-size: 1.6rem;
    line-height: 2;
  }

  .pg_droneSolution .bl_droneAbout_intro p br {
    display: none;
  }

  .pg_droneSolution .bl_droneAbout_fig {
    margin-top: 32px;
    max-width: 100%;
  }

  .pg_droneSolution .bl_droneServiceIntro {
    margin-top: 44px;
    padding: 24px 16px;
  }

  .pg_droneSolution .bl_droneServiceIntro_ttl {
    margin-bottom: 0;
    font-size: 2.4rem;
  }

  .pg_droneSolution .bl_droneServiceIntro_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pg_droneSolution .bl_droneServiceCard {
    padding: 20px 16px 18px;
  }

  .pg_droneSolution .bl_droneServiceCard_img {
    max-width: 100%;
  }

  .pg_droneSolution .bl_droneServiceCard_ttl {
    font-size: 2.0rem;
  }

  .pg_droneSolution .bl_droneServiceCard_txt,
  .pg_droneSolution .bl_droneServiceCard_noteList li,
  .pg_droneSolution .bl_droneServiceCard_link {
    font-size: 1.5rem;
  }
  .pg_droneSolution .bl_droneAbout_img {
    width: 100%;
}
}

/* ======================================
   drone merit
====================================== */
h3.bl_droneMerit_itemTtl {
    border-bottom: none;
}

.pg_droneSolution .bl_droneMeritSect {
  padding: 100px 0 120px;
}

.pg_droneSolution .bl_droneMerit_head {
  text-align: center;
}

.pg_droneSolution .bl_droneMerit_ttl {
  position: relative;
  margin: 0;
  padding-bottom: 22px;
  color: #1d55b7;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.pg_droneSolution .bl_droneMerit_ttl::before {
  content: none;
}

.pg_droneSolution .bl_droneMerit_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 5px;
  background-color: #18a5df;
  transform: translateX(-50%);
}

.pg_droneSolution .bl_droneMerit_list {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}

.pg_droneSolution .bl_droneMerit_item {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: center;
}

.pg_droneSolution .bl_droneMerit_item + .bl_droneMerit_item {
  margin-top: 56px;
}

.pg_droneSolution .bl_droneMerit_item:nth-child(even) {
  grid-template-columns: 1fr 320px;
}

.pg_droneSolution .bl_droneMerit_item:nth-child(even) .bl_droneMerit_media {
  order: 2;
}

.pg_droneSolution .bl_droneMerit_item:nth-child(even) .bl_droneMerit_body {
  order: 1;
}

.pg_droneSolution .bl_droneMerit_media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg_droneSolution .bl_droneMerit_img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}

.pg_droneSolution .bl_droneMerit_point {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 0;
  color: #1d55b7;
  line-height: 1;
  font-size:4.0rem;
}

.pg_droneSolution .bl_droneMerit_pointTxt {
    font-size: 2.3rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #1D4294;
}

span.bl_droneMerit_pointTxt {
    border-bottom: 2.5px solid #1D4294;
    padding-bottom: 3px;
}

.pg_droneSolution .bl_droneMerit_pointNum {
  font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #1D4294;
}

.pg_droneSolution .bl_droneMerit_itemTtl {
  margin: 18px 0 0;
  color: #1D4294;
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 1.6;
}

.pg_droneSolution .bl_droneMerit_itemTtl::before {
  content: none;
}

.pg_droneSolution .bl_droneMerit_txt {
  color: #333;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
  .pg_droneSolution .bl_droneMeritSect {
    padding: 80px 0 100px;
  }

  .pg_droneSolution .bl_droneMerit_ttl {
    font-size: 3.4rem;
  }

  .pg_droneSolution .bl_droneMerit_item {
    grid-template-columns: 260px 1fr;
    gap: 32px;
  }

  .pg_droneSolution .bl_droneMerit_item:nth-child(even) {
    grid-template-columns: 1fr 260px;
  }

  .pg_droneSolution .bl_droneMerit_img {
    max-width: 100%;
  }

  .pg_droneSolution .bl_droneMerit_pointTxt {
    font-size: 2.6rem;
  }

  .pg_droneSolution .bl_droneMerit_pointNum {
    font-size: 5rem;
  }

  .pg_droneSolution .bl_droneMerit_itemTtl {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .pg_droneSolution .bl_droneMeritSect {
    padding: 64px 0 50px;
  }

  .pg_droneSolution .bl_droneMerit_ttl {
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: 18px;
  }

  .pg_droneSolution .bl_droneMerit_ttl::after {
    width: 84px;
    height: 4px;
  }

  .pg_droneSolution .bl_droneMerit_list {
    margin-top: 40px;
  }

  .pg_droneSolution .bl_droneMerit_item,
  .pg_droneSolution .bl_droneMerit_item:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pg_droneSolution .bl_droneMerit_item:nth-child(even) .bl_droneMerit_media,
  .pg_droneSolution .bl_droneMerit_item:nth-child(even) .bl_droneMerit_body {
    order: initial;
  }

  .pg_droneSolution .bl_droneMerit_item + .bl_droneMerit_item {
    margin-top: 40px;
  }

  .pg_droneSolution .bl_droneMerit_media {
    justify-content: flex-start;
  }

  .pg_droneSolution .bl_droneMerit_img {
    max-width: 100%;
  }

  .pg_droneSolution .bl_droneMerit_point {
    gap: 8px;
  }

  .pg_droneSolution .bl_droneMerit_pointTxt {
    font-size: 2.2rem;
  }

  .pg_droneSolution .bl_droneMerit_pointNum {
    font-size: 4.2rem;
  }

  .pg_droneSolution .bl_droneMerit_itemTtl {
    margin-top: 14px;
    font-size: 2.0rem;
    line-height: 1.7;
  }

  .pg_droneSolution .bl_droneMerit_txt {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ======================================
   Usecase
====================================== */
.bl_droneUsecaseSect {
  padding: 100px 0 120px;
  background-color: #eaf6fb;
}

.bl_droneUsecase_ttl {
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  background: none;
  border: none;
}

.bl_droneUsecase_ttl::before {
  content: none !important;
}

/* ======================================
   Case panel
====================================== */
.bl_droneCasePanel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 56px 40px;
  background-color: #fff;
}
p.bl_droneCasePanel_label {
    margin: 0;
}

h2.bl_droneUsecase_ttl {
    margin-bottom: 20px;
    font-size: 3.9rem;
}

h3.bl_droneCasePanel_ttl {
    margin: 0;
    padding: 0;
    border-bottom: none;
    font-size: 1.8rem;
    font-weight: 900;
}

.bl_droneCasePanel_fig {
  max-width: 420px;
  margin: 0 auto;
}

.bl_droneCasePanel_img {
  display: block;
  width: 100%;
  height: auto;
}

.bl_droneCasePanel_body {
  margin-top: 20px;
  text-align: center;
}

.bl_droneCasePanel_label {
  display: inline-block;
  margin: 0;
  padding: 6px 14px;
  background-color:#1D4294;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.bl_droneCasePanel_ttl {
  margin: 18px 0 0;
  color: #333;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  background: none;
  border: none;
}

p.bl_droneCaseFlow_txt {
    font-size: 1.6rem;
}

.bl_droneCasePanel_ttl::before {
  content: none !important;
}

h4.bl_droneCaseFlow_ttl {
    font-size: 2.0rem;
    font-weight: bold;
}

p.bl_droneCasePanel_txt {
    font-size: 1.6rem;
}

.bl_droneCasePanel_txt {
  margin: 22px auto 0;
  color: #555;
  font-size: 1.5rem;
  line-height: 2.1;
  text-align: left;
}

.bl_droneCaseFlow {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
}

.bl_droneCaseFlow_box {
  height: 400px;
  padding: 0 0 22px;
  border: 2px solid #20a8e6;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}

.bl_droneCaseFlow_ttl {
  margin: 0;
  padding: 18px 20px;
  background-color: #20a8e6;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-image: none;
  border: none;
}

.bl_droneCaseFlow_ttl::before {
  content: none !important;
}

.bl_droneCaseFlow_txt {
  margin: 0;
  padding: 18px 20px 0;
  color: #555;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}

.bl_droneCaseFlow_arrow {
  color: #1d55b7;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.bl_droneCasePanel {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 48px 56px 40px;
  background-color: #fff;
}

.bl_droneCasePanel_fig {
  max-width: 620px;
  margin: 0 auto;
}

.bl_droneCasePanel_img {
  display: block;
  width: 100%;
  height: auto;
}

.bl_droneCasePanel_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
  margin-bottom: 20px;
}
p.bl_droneSalesIntro_txt {
    text-align: center;
    margin: 0 auto;
}

.bl_droneCasePanel_label {
  margin: 0;
  padding: 7px 16px;
  background-color: #1d55b7;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.bl_droneCasePanel_ttl {
  margin: 0;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  background: none;
  border: none;
}

.bl_droneCasePanel_ttl::before {
  content: none !important;
}

.bl_droneCasePanel_txt {
  margin: 18px auto 0;
  color: #555;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bl_droneCasePanel {
    margin-top: 28px;
    padding: 20px 14px 24px;

  }

section.bl_droneFlowSect {
    padding: 20px 14px 24px;
}
  .bl_droneCasePanel_fig {
    max-width: none;
  }

  .bl_droneCasePanel_head {
    display: block;
    margin-top: 16px;
    text-align: center;
  }

  .bl_droneCasePanel_label {
    display: inline-block;
  }

  .bl_droneCasePanel_ttl {
    margin-top: 12px;
    font-size: 1.8rem;
    line-height: 1.7;
  }

  .bl_droneCasePanel_txt {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ======================================
   Movie
====================================== */
.bl_droneMovieGroup {
  margin-top: 72px;
}

.bl_droneMovieGroup_ttl {
  margin: 0;
  text-align: center;
  color: #1d55b7;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  background: none;
  border: none;
}

.bl_droneMovieGroup_ttl::before {
  content: none !important;
}

.bl_droneMovieFeatured {
  max-width: 720px;
  margin: 28px auto 0;
}

.bl_droneMovieLink {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bl_droneMovieThumb {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ccc;
  aspect-ratio: 16 / 9;
}

.bl_droneMovieThumb__lg {
  width: 100%;
}

.bl_droneMovieThumb_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_droneMoviePlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}

.bl_droneMoviePlay::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #fff;
}

.bl_droneMovieCap {
  display: block;
  margin-top: 10px;
}

.bl_droneMovieCap_ttl {
  display: block;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.7;
}

.bl_droneMovieCap_meta {
  display: block;
  margin-top: 2px;
  color: #555;
  font-size: 1.2rem;
  line-height: 1.6;
}

.bl_droneMovieList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
  max-width: 980px;
  margin: 28px auto 0;
  padding: 0;
  list-style: none;
}

.bl_droneMovieList_item {
  margin: 0;
}

h3.bl_droneMovieGroup_ttl {
    border-bottom: none;
    font-size: 2.0rem;
    font-weight: 900;
}

/* ======================================
   Responsive
====================================== */
@media screen and (max-width: 1024px) {
  .bl_droneUsecaseSect {
    padding: 80px 0 100px;
  }

  .bl_droneUsecase_ttl {
    font-size: 3.4rem;
  }

  .bl_droneCasePanel {
    padding: 40px 32px 36px;
  }

  .bl_droneCasePanel_ttl {
    font-size: 2.4rem;
  }

  .bl_droneCaseFlow_ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_droneUsecaseSect {
    padding: 38px 15px 24px;
  }

  .bl_droneUsecase_ttl {
    font-size: 2.8rem;
    line-height: 1.5;
  }

  .bl_droneCasePanel {
    padding: 20px 14px 24px;
  }

  .bl_droneCasePanel_fig {
    max-width: none;
  }

  .bl_droneCasePanel_body {
    margin-top: 16px;
  }

  .bl_droneCasePanel_label {
    font-size: 1.3rem;
  }

  .bl_droneCasePanel_ttl {
    margin-top: 14px;
    font-size: 1.9rem;
    line-height: 1.7;
  }

  .bl_droneCasePanel_txt {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 2;
  }

  .bl_droneCaseFlow {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .bl_droneCaseFlow_box {
    height: auto;
  }

  .bl_droneCaseFlow_ttl {
    padding: 14px 14px;
    font-size: 1.7rem;
  }

  .bl_droneCaseFlow_txt {
    padding: 14px 14px 0;
    font-size: 1.35rem;
    line-height: 1.9;
  }

  .bl_droneCaseFlow_arrow {
    font-size: 5rem;
    line-height: 1;
    transform: rotate(90deg);
  }

  .bl_droneMovieGroup {
    margin-top: 56px;
    padding: 20px 14px 24px;
  }

  section.bl_droneSalesIntroSect {
    padding: 20px 14px 24px;
    
}

  .bl_droneMovieGroup_ttl {
    font-size: 2.2rem;
    line-height: 1.6;
  }

  .bl_droneMovieFeatured {
    margin-top: 20px;
    
  }

  .bl_droneMoviePlay {
    width: 64px;
    height: 64px;
  }

  .bl_droneMoviePlay::before {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 20px;
  }

  .bl_droneMovieCap_ttl {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .bl_droneMovieCap_meta {
    font-size: 1.15rem;
  }

  .bl_droneMovieList {
    gap: 16px 12px;
    margin-top: 18px;
  }
}

/* ======================================
   Flow
====================================== */
.bl_droneFlowSect {
  position: relative;
  padding: 6.4rem 0 7rem 0;
  background-color: #eaf6fb;
  overflow: hidden;
}

.bl_droneFlowSect::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/image/service/drone-solution/bg-flow-wide.png) no-repeat center top;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

.bl_droneFlowSect .ly_droneCont {
  position: relative;
  z-index: 1;
}

.bl_droneFlow_head {
  text-align: center;
}

.bl_droneFlow_ttl {
  position: relative;
  margin: 0;
  padding-bottom: 22px;
  color: #1d55b7;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: none;
  border: none;
}

.bl_droneFlow_ttl::before {
  content: none !important;
}

.bl_droneFlow_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 5px;
  background-color: #18a5df;
  transform: translateX(-50%);
}

.bl_droneFlow_lead {
  margin: 28px 0 0;
  color: #555;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.bl_droneFlow_fig {
  max-width: 1200px;
  margin: 42px auto 0;
}

.bl_droneFlow_picture {
  display: block;
  width: 100%;
}

.bl_droneFlow_img {
  display: block;
  width: 100%;
  height: auto;
}

/* ======================================
   Responsive
====================================== */
@media screen and (max-width: 1024px) {
  .bl_droneFlowSect {
    padding: 80px 0 100px;
    background-size: 240px auto, 220px auto;
  }

  .bl_droneFlow_ttl {
    font-size: 3.4rem;
  }

  .bl_droneFlow_fig {
    max-width: 860px;
  }
}

@media screen and (max-width: 767px) {
  .bl_droneFlowSect {
    padding: 64px 0 72px;
    background-size: 140px auto, 120px auto;
    background-position: left top, right bottom;
  }

  .bl_droneFlow_ttl {
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: 18px;
  }

  .bl_droneFlow_ttl::after {
    width: 84px;
    height: 4px;
  }

  .bl_droneFlow_lead {
    margin-top: 20px;
    font-size: 1.35rem;
    line-height: 1.9;
    text-align: left;
  }

  .bl_droneFlow_fig {
    max-width: 90%;
    margin-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  .bl_droneFlowSect {
    padding: 72px 0 88px;
  }

  .bl_droneFlowSect::before {
    background-image: url(/image/service/drone-solution/bg-about-sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
}

/* ======================================
   機体販売 intro
====================================== */
.bl_droneSalesIntroSect {
  padding: 90px 0 70px;
  background-color: #fff;
}

.bl_droneSalesIntro {
  text-align: center;
}

.bl_droneSalesIntro_ttl {
  position: relative;
  margin: 0;
  padding-bottom: 22px;
  color: #1d55b7;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: none;
  border: none;
}

.bl_droneSalesIntro_ttl::before {
  content: none !important;
}


.bl_droneSalesIntro_txt {
  max-width: 1200px;
  margin: 34px auto 0;
  color: #555;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
  .bl_droneSalesIntroSect {
    padding: 72px 0 60px;
  }

  .bl_droneSalesIntro_ttl {
    font-size: 3.4rem;
  }

  .bl_droneSalesIntro_txt {
    font-size: 1.45rem;
  }
}

@media screen and (max-width: 767px) {
  .bl_droneSalesIntroSect {
    padding: 56px 0 48px;
  }

  .bl_droneSalesIntro_ttl {
    font-size: 2.8rem;
    line-height: 1.5;
    padding-bottom: 18px;
  }

  .bl_droneSalesIntro_txt {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }

  .bl_droneSalesIntro_txt br {
    display: none;
  }
}

.bl_pickupInfo {
  padding: 22px 24px;

}

.bl_pickupInfo_inner {
  max-width: 1034px;
  margin: 0 auto;
  padding: 34px 40px 36px;
  background: #fff;
  text-align: center;
}

.bl_pickupInfo_ttl {
  margin: 0;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #333;
}

.bl_pickupInfo_ttl::before {
  content: none !important;
}

.bl_pickupInfo_txt {
  margin: 24px 0 0;
  font-size: 1.125rem;
  line-height: 2;
  color: #444;
}

.bl_pickupInfo_linkWrap {
  margin: 18px 0 0;
}

.bl_pickupInfo_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1d4ea3;
  font-size: 1rem;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.bl_pickupInfo_link:hover {
  text-decoration: none;
}

.bl_pickupInfo_linkIcon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}


@media screen and (max-width: 767px) {
  .bl_pickupInfo {
    padding: 16px;
  }

  .bl_pickupInfo_inner {
    padding: 24px 20px 28px;
  }

  .bl_pickupInfo_ttl {
    font-size: 1.375rem;
  }

  .bl_pickupInfo_txt {
    margin-top: 16px;
    font-size: 0.9375rem;
    line-height: 1.9;
  }

  .bl_pickupInfo_link {
    font-size: 0.9375rem;
  }

  .bl_pickupInfo_linkIcon {
    width: 18px;
    height: 18px;
  }
}

.bl_pickupInfo {
  padding: 12px 16px;
}

.bl_pickupInfo_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 14px 30px;
}

.el_pickupInfo_ttl {
  margin: 0;
  padding: 8px 20px;
  background: #dceff7;
  border-radius: 4px;
  color: #234aa5;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.el_pickupInfo_ttl::before {
  content: none !important;
}

.el_pickupInfo_txt {
  margin: 28px 0 0;
  color: #444;
  font-size: 1rem;
  line-height: 2;
}

.el_pickupInfo_linkWrap {
  margin: 18px 0 0;
}

.el_pickupInfo_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #234aa5;
  font-size: 1rem;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.el_pickupInfo_link:hover {
  text-decoration: none;
}

.el_pickupInfo_linkIcon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .bl_pickupInfo {
    padding: 10px 12px;
  }

  .bl_pickupInfo_inner {
    padding: 22px 8px 20px;
  }

  .el_pickupInfo_ttl {
    padding: 8px 12px;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .el_pickupInfo_txt {
    margin-top: 18px;
    font-size: 0.9375rem;
    line-height: 1.9;
  }

  .el_pickupInfo_link {
    font-size: 0.9375rem;
    line-height: 1.8;
  }

  .el_pickupInfo_linkIcon {
    width: 18px;
    height: 18px;
  }
}


.bl_droneMovieUsecase {
  margin-top: 80px;
}

.bl_droneMovieUsecase_block + .bl_droneMovieUsecase_block {
  margin-top: 56px;
}

.bl_droneMovieUsecase_ttl {
  margin: 0 0 24px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #234f9d;
}

.bl_droneMovieUsecase_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 28px;
    padding: 32px;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

h4.bl_droneMovieUsecase_ttl {
    border-bottom: none;
    font-weight: 900;
    color: #1D4294;
    font-size: 2.0rem;
}

.bl_droneMovieUsecase_card {
  min-width: 0;
}

.bl_droneMovieUsecase_movie {
  margin-bottom: 16px;
}

.el_droneMovieDummy {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #c9c9c9;
  overflow: hidden;
}

.el_droneMovieDummy_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #fff;
  transform: translate(-35%, -50%);
}

.bl_droneMovieUsecase_cardTtl {
  margin: 0 0 12px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
  color: #234f9d;
}
h5.bl_droneMovieUsecase_cardTtl:before {
    content: none;
}
h5.bl_droneMovieUsecase_cardTtl::after {
    content: none;
}
h5.bl_droneMovieUsecase_cardTtl {
    padding-left: 0 !important;
    font-size: 1.8rem;
    font-weight: 900;
}


.bl_droneMovieUsecase_txt {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
}

.bl_droneMovieUsecase_time {
  margin: 12px 0 0;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
}

.bl_droneMovieUsecase_notice {
  padding: 28px 32px;
  background: #ffff;
      max-width: 1200px;
    margin: 0 auto;
}

h5.bl_droneMovieUsecase_noticeTtl {
    padding-left: 0;
}

.bl_droneMovieUsecase_noticeTtl {
  margin: 0 0 12px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
  color: #234f9d;
}

h5.bl_droneMovieUsecase_noticeTtl::after {
    content: none;
}
h5.bl_droneMovieUsecase_noticeTtl::before {
    content: none;
}
.bl_droneMovieUsecase_noticeTxt {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
}

.bl_droneMovieUsecase_noticeLink {
  margin: 12px 0 0;
}

.bl_droneMovieUsecase_noticeLink a {
  color: #234f9d;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}

.bl_droneMovieUsecase_noticeLink a:hover {
  text-decoration: none;
}

.el_droneMovieDummy iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 767px) {
  .bl_droneMovieUsecase {
    margin-top: 56px;
  }

  h5.bl_droneMovieUsecase_noticeTtl {
    font-weight: 900;
}

  .bl_droneMovieUsecase_block + .bl_droneMovieUsecase_block {
    margin-top: 40px;
  }

  .bl_droneMovieUsecase_ttl {
    margin-bottom: 16px;
    font-size: 2rem;
  }

  .bl_droneMovieUsecase_grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 20px 16px 24px;
  }

  .bl_droneMovieUsecase_cardTtl,
  .bl_droneMovieUsecase_noticeTtl {
    font-size: 1.7rem;
  }

  .bl_droneMovieUsecase_txt,
  .bl_droneMovieUsecase_noticeTxt,
  .bl_droneMovieUsecase_noticeLink a {
    font-size: 1.6rem;
    line-height: 1.85;
  }

  .bl_droneMovieUsecase_time {
    font-size: 1.2rem;
  }

  .bl_droneMovieUsecase_notice {
    padding: 20px 16px;
  }
  h2.bl_droneUsecase_ttl {
    padding: 0;
}
p.bl_droneSalesIntro_txt {
    text-align: left;
}

h3.mobile_sec_head {
    margin-top: 6.4rem;
}

}

/*追加*/
.bl_btn_area {
    text-align: right;
    margin-top: 1.0rem;
}