@media screen and (max-width: 1500px) {
  .intro-about-contents img,
  .recruit-contents img {
    width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .intro-about-contents img,
  .recruit-contents img {
    width: 500px;
  }
}
@media(max-width:1024px) {
  .kv-ph {
    background-size: 50%, 80%, cover;
  }

  h2 {
    margin-bottom: 10px;
  }
  h3 {
    letter-spacing: 5px;
  }
  .intro-about-contents-img {
    margin-right: 80px;
  }
  
  .intro-about-contents img,
  .recruit-contents img {
    width: 400px;
  }
  .intro-about-contents-txt {
    width: 44%;
  }
  
  .drone-contents {
    margin-top: 50px;
    padding: 0 0 100px 0;
  }
  
  /*company.html*/
  .table {
    width: 90%;
  }
}


@media(max-width:770px){
/* -------------------------------------------
   index.html
---------------------------------------------- */
/* -------------------------------------------
   general style
---------------------------------------------- */
input,textarea {
  -webkit-appearance: none;
}
.pc-none{
  display: none;
}
.sp-none{
  display: block;
}
.btn{
  padding: 13px 89px;
  font-size: 16px;
}
h1 {
  font-size: 1.1rem;
  letter-spacing: 10px;
  line-height: 1.4;
}
h2 {
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 1.4;
}
h3 {
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 24px;
}
h4, h5 {
  line-height: 1.4;
  margin: 0 auto 5px;
}
p {
  line-height: 1.4;
}
.intro-wrap {
  width: calc(100% - 40px);
}
.page-title {
  margin-bottom: 30px;
}
.page-title2 {
  margin: 60px auto 0;
}
.head-border::before {
  content: none;
}
/* -----------------------------------
   header
-------------------------------------- */
/*------------ humberger menu ------------*/
.ScrollUnder {
  padding: 10px 0 10px 10px;
}
.ScrollTop.isActive {
  padding: 10px;
}
.hd-menu{
  display:none;
}
.hd-logo{
  width: 260px;
}
.hd-logo img {
width: 260px;
}
.hamburger-menu{
  display:block;
}
.menu-btn {
  position: fixed;
  top: 12px;
  right: 15px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 4px;
  width: 31px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #3584bb;
}
.menu-content ul {
  padding: 200px 10px 0;
}
.menu-content ul li{
  margin-bottom: 26px;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #3584bb;
  transition: all 0.5s;/*アニメーション設定*/
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
/*------------ about ------------*/
.intro-about-contents{
  width: 100%;
  display: block;
}
.intro-about-contents-img{
  width: 100%;
}
.intro-about-contents img {
  width: 100%;
}
.intro-about-contents-txt{
  width: 100%;
  margin: 0 auto;;
}
.intro-about-contents-txt p{
  line-height: 2;
}
/*------------ works ------------*/
.intro-works-contents p{
  text-align: left;
  line-height: 2;
  width: 100%;
 }
 .intro-works-list-wrap{
   display: block;
 }
 .intro-works-list{
  width: 100%;
}
.intro-works-list:not(:last-child) {
  margin-bottom: 60px;
}
/*------------ drone ------------*/

.page-title-drone h5 {
  margin-bottom: 15px;
}
.drone-wrap {
  background-image: url(../images/drone_bg_pc.png);
  background-size: 400%;
  background-position: left 7% bottom -146px;
}
.drone-contents{
  width: 90%;
  margin: 0 auto;
  padding: 0 0 200px 0;
}
.head-border-white::before {
  content: none;
}
.drone-contents-txt{
  width: 100%;
}
.drone-contents-txt p{
  width: 100%;
}
/*------------ recruit ------------*/
.recruit-contents{
  width: 100%;
  display: block;
  margin: 0 auto 60px;
  height: auto;
}
.recruit-contents-img{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.recruit-contents img{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.recruit-contents-txt{
  width: 90%;
  margin: 0 auto;;
}
.recruit-contents-txt h3{
  width: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
}
.recruit-btn {
  margin: 40px auto;
}
/* -----------------------------------
   footer
-------------------------------------- */
.footer-wrap {
  height: auto;
}
.footer-ph {
  background-size: 150%;
  height: auto;
}
.footer-adress{
  text-align: center;
  padding-top: 250px;
  margin: 0 auto 30px;
}
.map-sp{
  overflow: hidden;
  height: 300px;
}
.footer-menu {
  width: 100%;
  padding-bottom: 40px;
  margin: 0 auto;
}
/* -------------------------------------------
   company.html
---------------------------------------------- */

/* -----------------------------------
   top
-------------------------------------- */
/*------------ company ------------*/
.table td{
  padding: 0 10px;
}
/*------------ message------------*/
.c-message-contents{
  display: block;
  justify-content:flex-start;
}

.c-message-contents-img{
  width: 100%;
}
.c-message-contents img{
  width: 100%;
 display: block;
 margin: 0 auto;
}
.c-message-contents-txt{
  width: 100%;
}

}

@media screen and (max-width: 599px) {
  .kv-ph {
    background-image: url(../images/kv_logo.svg), url(../images/kv_text_sp.svg), url(../images/kv_pc.png);
    background-size: 65%, 80%, cover;
  }

  .footer-ph {
    background-size: 300%;
  }

}