@charset "UTF-8";
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}


@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*-- Top --*/
.mv {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.mv__mov {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  background-size: 22vw, cover;
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .mv__mov {
    display: none;
  }
}
.mv__catch {
  font-family: "Shippori Mincho", serif;
  position: absolute;
  left: clamp(20px, 8.1vw, 117px);
  bottom: clamp(60px, 5.5vw, 79px);
  z-index: 2;
  color: #fff;
  font-size: clamp(42px, 4.3vw, 62px);
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .mv__catch {
    bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .mv__catch {
    left: 20px;
    bottom: 130px;
    font-size: 55px;
    width: 4.2em;
  }
}
.mv__wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.mv__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ami.png) repeat;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.mv__wrapper::after {
  display: none;
}
.mv__sp {
  position: relative;
  background-size: 39vw, 100%;
  margin-top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.mv__cover {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  background: url(../images/ami.png) repeat;
  margin-top: 110px;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .mv__cover {
    margin-top: 0px;
  }
}

.mv__ttl {
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 6.1vw;
  letter-spacing: 5px;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  top: 31%;
  left: 9%;
}

.mv__ttl--small {
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 1.8vw;
  letter-spacing: 1.5px;
  color: #fff;
}

.maincatch {
  color: #666666;
  text-align: center;
  padding: 70px 70px;
}

@media screen and (max-width: 1050px) {
  .maincatch {
    padding: 50px 20px;
    font-size: 14px;
  }
}
.mv__cover {
  display: none;
}
.mv__mov {
  margin-top: 0;
}

.contents {
  margin-top: 180px;
  margin-bottom: 190px;
}

@media screen and (max-width: 1050px) {
  .contents {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .contents {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.contents__inner {
  max-width: 1370px;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .contents__inner {
    max-width: 1286px;
  }
}

.contents__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1050px) {
  .contents__items {
    flex-direction: column;
  }
}

.contents__name {
  color: #00b9ef;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}

.contents__name::before {
  content: "■";
  margin-right: 6px;
}

@media screen and (max-width: 1050px) {
  .contents__name {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contents__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.contents__item {
  max-width: 603px;
  width: calc(50% - 62px);
}

@media screen and (max-width: 1439px) {
  .contents__item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 1050px) {
  .contents__item {
    width: 100%;
    margin: auto;
  }
}

.contents__item:nth-child(2n) {
  margin-left: 124px;
}

@media screen and (max-width: 1439px) {
  .contents__item:nth-child(2n) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1050px) {
  .contents__item:nth-child(2n) {
    margin-left: 0;
    margin: 40px auto 0;
  }
}

.contents__item:nth-child(n + 3) {
  margin-top: 107px;
}

@media screen and (max-width: 1050px) {
  .contents__item:nth-child(n + 3) {
    margin: 40px auto 0;
  }
}

.contents__attention {
  width: 1306px;
  border: 1px solid #00b9ef;
  min-height: 258px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b9ef;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 73px;
}

@media screen and (max-width: 1050px) {
  .contents__attention {
    width: 100%;
    font-size: 22px;
    padding: 5vw 0;
    text-align: center;
    margin-bottom: 30px;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .contents__attention {
    width: 100%;
    margin: auto;
    padding: 18px 0;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
    min-height: auto;
  }
}

.contents__imgWrap {
  max-height: 342px;
  overflow-y: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.contents__textWrap {
  width: 100%;
  min-height: 150px;
  background: #00b9ef;
  color: #ffffff;
  padding: 19px 27px;
}

@media screen and (max-width: 767px) {
  .contents__textWrap {
    padding: 20px 15px;
    min-height: 124px;
  }
}

.contents__time,
.contents__title {
  font-size: 22px;
  line-height: 1.31;
}

@media screen and (max-width: 767px) {
  .contents__time,
  .contents__title {
    font-size: 13px;
  }
}

.contents__category {
  display: inline-block;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #00b9ef;
  background: #fff;
  padding: 7px 13px 6px;
  line-height: 1;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contents__category {
    font-size: 13px;
  }
}

.pagination {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.pagination__items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pagination__items {
    flex-direction: column;
  }
}

.pagination__left {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .pagination__left {
    margin: auto;
  }
}

.pagination__right {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .pagination__right {
    margin: 20px auto 0;
  }
}

.pagination__link {
  width: 250px;
  height: 47px;
  border: 1px solid #00b9ef;
  background: #fff;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00b9ef;
}

.pagination__link:hover {
  background: #abdfef;
  color: #fff;
  transition: 0.3s ease;
}

.pagination__btn {
  width: 480px;
  min-height: 174px;
  color: #fff;
  font-weight: 500;
}

.news .contents__textWrap {
  background: #afd14f;
  min-height: 110px;
}

@media screen and (max-width: 767px) {
  .news .contents__textWrap {
    padding: 12px 15px 8px;
    min-height: 68px;
  }
}

.top-contact__btn {
  width: 480px;
  min-height: 174px;
  color: #fff;
  font-weight: 500;
  margin: 150px auto;
}

@media screen and (max-width: 1050px) {
  .top-contact__btn {
    min-height: 125px;
    margin: 50px auto 70px;
  }
}

@media screen and (max-width: 767px) {
  .top-contact__btn {
    width: 100%;
    min-height: 136px;
    margin: 50px auto 0;
  }
}

.top-contact__mail {
  background:
    url(../images/icon_mail.svg) 7% center no-repeat,
    #ff9300;
  font-size: 2.3rem;
  font-weight: 600;
  padding: 56px 0 0 221px;
  line-height: 1.4;
  display: block;
}

.top-contact__mail:hover {
  background:
    url(../images/icon_mail_o.svg) 7% center no-repeat,
    #ffe3bc;
  color: #ff9300;
  transition: ease 0.3s;
}

@media screen and (max-width: 1050px) {
  .top-contact__mail {
    padding: 32px 0 0 30px;
    text-align: center;
    background-size: 20%;
  }
}

@media screen and (max-width: 767px) {
  .top-contact__mail {
    background-size: 24%;
    width: 100%;
    margin-top: 60px;
    min-height: 136px;
    font-size: 2rem;
    text-align: center;
    padding: 37px 0 0 53px;
  }
}

.works .contents__item:hover,
.news .contents__item:hover {
  opacity: 0.8;
  transition: ease 0.3s;
  box-shadow: 0px 0px 3px #aaa;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================
  Drone Intro
========================= */
.drone-contents {
  position: relative;
  background: #fff;
}
.drone__ttl.mainttl {
  display: block;
}

.drone__ttl .section-label {
  position: relative;
  display: inline-block;
  padding-left: 14px;
}
.drone-contents .breadcrumb {
  position: absolute;
  top: 40px;
  right: 120px;
  z-index: 1;
}

.drone-btn {
  margin-bottom: 180x;
}
.drone__ttl {
  width: min(100%, 1180px);
  margin: 178px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  color: #666;
  line-height: 1.2;
  text-align: left;
  margin-top: 178px;
}
@media screen and (max-width: 767px) {
  .drone__ttl {
    margin-top: 80px;
  }
}

.drone-lead {
  width: min(100%, 1180px);
  margin: 26px auto 230px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  color: #666;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: 500;
}

.drone__ttl--small {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #666;
  text-align: left;
}

.mainttl {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: #666;
  font-family: "Marcellus", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: left;
}

.subttl {
  color: #666;
  font-family: "Shippori Mincho", serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .drone-contents {
    padding: 0;
  }

  .drone-contents .breadcrumb {
    position: static;
    padding: 20px 24px 0;
    text-align: right;
  }

  .subttl {
    font-size: 32px;
  }

  .drone-lead {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 80px;
  }
}

.drone__ttl .section-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a39161;
  transform: translateY(-50%);
  opacity: 0.5;
}

.drone-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.drone-slider_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
@media screen and (max-width: 767px) {
  .drone-slider {
    height: 507px;
  }

  .drone-slider .slide,
  .drone-slider .slider-1,
  .drone-slider .slider-1 li,
  .drone-slider picture {
    height: 100%;
  }

  .drone-slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .drone-contents .breadcrumb {
    top: 10px;
    right: 0px;
  }
}

.drone-reason {
  padding: 230px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .drone-reason {
    padding: 80px 0 100px;
  }
}
.drone-reason__ttl {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  letter-spacing: 0.05em;
  margin-bottom: 86px;
}
.drone-reason__ttl--small {
  margin-top: 6px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.01em;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}
.drone-reason__ttl--small-01 {
  color: #a39161;
}
.drone-reason__ttl--small-02 {
  color: #666;
}
.drone-reason_list {
  margin: 86px auto 0;
  width: 1154px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 1050px) {
  .drone-reason_list {
    width: 100%;
    padding: 0 18px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .drone-reason_list {
    flex-wrap: wrap;
  }
}
.drone-reason_list_item {
  width: 340px;
  min-height: 426px;
  border: 1px solid #bebebe;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1050px) {
  .drone-reason_list_item {
    width: calc((100% - 36px) / 3);
    min-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .drone-reason_list_item {
    width: 100%;
    margin-bottom: 90px;
  }

  .drone-reason_list_item:last-of-type {
    margin-bottom: 0;
  }
}

/* 数字の後ろでborderを隠す白いマスク */
.drone-reason_list_item::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 40px;
  background: #fff;
  z-index: 0;
}
/* 数字 */
.drone-reason_list_item::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 105px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
}
.drone-reason_list_item.item_1::before {
  background: url(../images/drone/drone_reason_1.png) center center / contain
    no-repeat;
}

.drone-reason_list_item.item_2::before {
  background: url(../images/drone/drone_reason_2.png) center center / contain
    no-repeat;
}

.drone-reason_list_item.item_3::before {
  background: url(../images/drone/drone_reason_3.png) center center / contain
    no-repeat;
}
/* タイトルは数字より上 */
.drone-reason_list_ttl {
  font-size: 20px;
  color: #a39161;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 23px 0 12px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.drone-reason_list_text {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 0 10px 28px;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1050px) {
  .drone-reason_list_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .drone-reason_list_text {
    font-size: 14px;
  }
}
.drone-reason_list_img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .drone-reason_list_img {
    height: 160px;
    object-fit: cover;
    object-position: center center;
  }
}

.performance {
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .performance {
    margin-bottom: 80px;
  }
}

.performance_title {
  color: #666;
  position: relative;
  width: 295px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .performance_title {
    font-size: 18px;
    width: 100%;
    margin: 0;
    padding: 0 0 25px;
    line-height: 1;
  }
}

.section-title__en {
  display: block;
  margin-top: 6px;
  color: #a39161;
  font-family: "Marcellus", serif;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.performance_inner {
  width: 1050px;
  margin: auto;
  padding: 99px 0 80px;
  display: flex;
  /* flex-wrap: nowrap; */
  gap: 80px;
}

.performance_list {
  /* width: 50%; */
  width: calc((100% - 100px) / 2);
  min-width: 0;
}

@media screen and (max-width: 1050px) {
  .performance_inner {
    width: 100%;
    padding: 83px 22px 65px;
  }
}
@media screen and (max-width: 767px) {
  .performance_inner {
    padding: 24px 22px 20px;
    /* flex-wrap: wrap; */
    display: block;
  }
  .performance_list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .drone-btn {
    margin-bottom: 59px;
  }
}
.performance_list li {
  line-height: 2;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.top-service__stitch {
  border: 0;
  height: 14px;
  background-image:
    repeating-linear-gradient(
      45deg,
      #666 0px,
      #666 0.5px,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%
    ),
    repeating-linear-gradient(
      135deg,
      #666 0px,
      #666 0.5px,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%
    );
  background-size: 14px 14px;
}

.youtube-banner {
  margin: 107px auto 96px;
  width: 1004px;
}
.youtube-banner:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1050px) {
  .youtube-banner {
    padding: 22px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .youtube-banner {
    margin: 67px auto 50px;
    width: 100%;
    padding: 0 25px;
  }
  .youtube-banner_img {
    width: 100%;
  }
}
.equipment_list {
  width: 760px;
  margin: 90px auto 0px;
}
.equipment_list th,
.equipment_list td {
  padding: 10px 0;
}
.equipment_list tr {
  border-bottom: 1px solid #666;
  width: 100%;
}
.equipment_list .item {
  width: 148px;
}
@media screen and (max-width: 767px) {
  .equipment_list {
    width: 90%;
    margin: 35px auto 0px;
    font-size: 11px;
  }
  .equipment_list .item {
    width: 97px;
  }
}

/* service contents */
.contents {
  margin-top: 140px;
  margin-bottom: 175px;
  position: relative;
  max-width: 1217px;
  margin: auto;
}

@media screen and (max-width: 1439px) {
  .contents {
    width: 90%;
  }
}

@media screen and (max-width: 1050px) {
  .contents {
    margin-top: 80px;
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .contents {
    margin-top: 40px;
    width: 100%;
  }
}

.contents--right {
  padding-left: 118px;
}

@media screen and (max-width: 767px) {
  .contents--right {
    padding-left: 0;
  }
}

.contents__title {
  display: grid;
  place-content: center;
  padding-bottom: 14px;
  color: #ffffff;
  position: absolute;
  top: -5%;
  left: 0;
  width: 295px;
  height: 122px;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .contents__title {
    width: 180px;
    height: 75px;
    font-size: 23px;
    left: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .contents__title {
    font-size: 23px;
    height: auto;
    padding-bottom: 0;
    line-height: 57px;
    text-align: center;
    width: 100%;
    background: #e9450a;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
  }
}

.contents__title--left::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/service/title_bg-red.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contents__title--left::before {
    background: none;
  }
}

.contents__items {
  width: 100%;
  max-width: 1013px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .contents__items {
    margin-top: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .contents__inner {
    width: calc(100% - 40px);
    margin: 0 20px 0 20px;
  }
}

.contents__catch {
  margin-top: 80px;
  letter-spacing: 0.3rem;
  font-size: 20px;
  line-height: 1.6;
  color: #666666;
  font-weight: 800;
}

@media screen and (max-width: 1050px) {
  .contents__catch {
    margin-top: 32px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .contents__catch {
    letter-spacing: 0;
    font-size: 18px;
  }
}

.contents__lead {
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .contents__lead {
    font-size: 14px;
    margin: 20px auto 0;
  }
}

/*DJI CAMPインストラクター紹介*/
.contents__btn {
  width: 250px;
  margin: 24px 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contents__btn {
    width: 150px;
    height: auto;
    font-size: 14px;
    display: block;
  }
}

.contents__btn.--wide {
  width: 370px;
  margin-left: 20px;
}
@media screen and (max-width: 801px) {
  .contents__btn {
    margin: 15px 0;
  }
  .contents__btn.--wide {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents__btn.--wide {
    width: 100%;
    margin-left: 0;
  }
}

.contents__btnLink {
  display: block;
  width: 100%;
  color: #e9450a;
  border: 1px solid #e9450a;
  text-align: center;
  transition: 0.3s ease;
  padding: 6px 0;
}

.contents__btnLink:hover {
  background: #f4c0ac;
  color: #fff;
  transition: 0.3s ease;
}

.service_box__title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #e9450a;
}

.service_box__description {
  font-size: 19px;
}

.service_box__tel {
  display: inline-block;
  background-color: #e9450a;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 8px;
}

.service_box__youtube__wrapper {
  margin: 40px auto;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
}

.service_box__youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .service_box {
    font-size: 14px;
    margin-top: 15px;
  }

  .service_box__title {
    font-size: 14px;
    line-height: 1.5;
  }

  .service_box__description {
    font-size: 14px;
  }

  .service_box__youtube__wrapper {
    margin: 20px auto;
  }
}

.drone-school {
  max-width: none;
  margin: 230px 0;
  padding-left: 0;
}

.drone-inspection__ttl {
  width: auto;
  max-width: none;
  margin: 0 0 0 120px;
  padding: 0;
}
.drone-inspection__ttl .drone__ttl--small {
  display: block;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .drone-inspection__ttl .drone__ttl--small {
    font-size: 30px;
  }
  .drone-inspection__ttl {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.drone-inspection__content {
  max-width: 994px;
  margin: 80px 117px 0 auto;
  padding: 0;
}
.drone-school.contents {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 1250px) {
  .drone-inspection__ttl {
    margin-left: 20px;
    margin-right: 20px;
  }

  .drone-inspection__content {
    max-width: none;
    width: auto;
    margin: 60px 20px 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .drone-inspection__ttl {
    margin-left: 20px;
    margin-right: 20px;
  }

  .drone-inspection__content {
    margin: 32px 20px 0;
  }
}

.drone-inspection__content .contents__catch {
  margin-top: 0;
}

.drone-inspection__content .service_box__youtube__wrapper {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .drone-inspection__content .service_box__youtube__wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .drone-school {
    margin-bottom: 100px;
    margin-top: 95px;
  }
}
@media screen and (max-width: 1050px) {
  .drone-school .contents__title {
    top: -5%;
    font-size: 1em;
    letter-spacing: -0.8px;
  }
}

/* slider */
.slide-items {
  width: 50%;
  height: 50%;
  margin: auto;
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-dots li button:before {
  top: -32px;
  font-size: 10px;
  color: #ccc;
  opacity: 0.8;
}
.slick-prev,
.slick-next {
  z-index: 10;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.slick-prev {
  left: 12px;
}
.slick-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 50px;
  background: url(../images/arrow_left.svg) no-repeat;
}
.slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 50px;
  background: url(../images/arrow_right.svg) no-repeat;
}
.slick-next {
  right: 25px;
}

/*# sourceMappingURL=maps/works.css.map */
