@media screen and (max-width: 1000px) {

  .header-top{
    display: none;
  }

  .menu-div{
    display: none;
  }

  /*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #000;
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 0.9;
  display: block;
}


}


@media screen and (max-width: 900px) {

.br-pc{
  display: none;
}

.br-sp{
  display: block;
}


/*================================ About ================================*/
.about{
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.about-left{
  width: 100%;
  margin: 0;
}

.about-title{
  font-size: 2rem;
}

.about-p{
  width: 100%;
  padding: 20px 0 30px;
  line-height: 1.8;
}

.about-btn{
  padding: 20px;
  margin-bottom: 40px;
}

.about-right{
  width: 100%;
  margin: 0 auto;
}

/*================================ Service ================================*/
.service-inner{
  width: 90%;
}

.service-box{
  position: static;
  margin-bottom: 50px;
}

.service-box-img{
  width: 100%;
}

.service-box-text{
  width: 100%;
  position: static;
  bottom: 0;
  right: 0;
}

.service-box-2nd{
  display: block;
  position: static;
  margin-bottom: 50px;
}

.service-box-text-2nd{
  width: 100%;
  position: static;
  bottom: 0;
  left: 0;
}

/*================================ Office ================================*/
.office{
  width: 90%;
}

.office-flex{
  display: block;
}

.office-box{
  width: 100%;
  margin-bottom: 50px;
}

.office-img{
  height: 300px;
  object-fit: cover;
}

/*================================ News ================================*/
.news{
  width: 90%;
  margin: 0 auto;
  padding: 0 0 80px;
}

.article{
  padding: 20px;
  line-height: 0;
}

.article-text{
  display: block;
  padding-top: 10px;
}

.arrow{
  display: none;
}

/*================================ Recruit ================================*/

.recruit-btn-wrapper{
  width: 80%;
  margin: 0 auto;
  display: block;
}

.recruit-btn{
  text-align: center;
  width: 50%;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 0 auto 40px;
}

/*================================ Company ================================*/
.company-inner{
  width: 90%;
}

.company-box{
  padding: 25px;
}

/*================================ Contact ================================*/

.tel-form-wrapper{
  display: block;
  width: 90%;
  margin: 0 auto;
}

.contact-tel{
  text-align: center;
}

.contact-mail{
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

/*================================ Footer ================================*/
.footer{
  padding: 60px 0 10px;
}

.footer-inner{
  width: 90%;
}

.footer-banners{
  display: block;
  width: 50%;
  margin: 0 auto 50px;
  text-align: center;
}

.footer-banner{
  display: block;
  margin-bottom: 20px;
}

.footer-banners img{
  width: 200px;
}

}


@media screen and (max-width: 600px) {

/*================================ MV ================================*/

.mv {
  height: 60vh;
}

.mv img {
  width: 90%;
  height: 60vh;
}

.catchcopy{
  top: 25%;
}

.title-p{
  margin-bottom: 0;
  font-size: 3rem;
}

.title-p-span{
  letter-spacing: 4px;
}

/*================================ About ================================*/
.about{
  padding: 60px 0;
}

/*================================ Service ================================*/
.service{
  padding: 60px 0;
}

.service-box-text{
  padding: 20px;
}

.service-box-text-2nd{
  padding: 20px;
}

/*================================ Office ================================*/
.office{
  padding: 60px 0;
}

.office-img{
  height: 180px;
}

/*================================ News ================================*/
.news{
  padding: 0 0 60px;
}

.news-wrapper{
  padding-bottom: 30px;
}

.news-button{
  width: 100%;
  text-align: center;
  display: block;
}

/*================================ Recruit ================================*/
.recruit-p{
  text-align: left;
  line-height: 1.8;
}


.recruit-btn{
  width: 80%;
}

.recruit-bg{
  background-position: 40%;
}

/*================================ Company ================================*/
.company{
  padding: 60px 0;
}

.company-box-wrapper{
  display: block;
}

.company-box{
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}

  /*================================ Footer ================================*/
.footer-inner{
  display: none;
}

.footer-inner-sp{
  width: 70%;
  margin: 0 auto 40px;
  display: block;
  color: #000;
}

.footer-menu-sp{
  padding: 10px;
  color: #000;
}

.footer-logo{
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo img{
  width: 180px;
}

/* アコーディオン */
  .toggle {
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 4px;
  }
  .title,
  .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .title {
  padding: 10px;
  display: block;
  color: #000;
  }
  .title::after,
  .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #000;
  transition: all 0.3s;
  }
  .title::after {
  transform: rotate(90deg);
  }
  .content {
  max-height: 0;
  overflow: hidden;
  }
  .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  color: #000;
  }
  .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1s;
  }
  .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
  }

  .copyright{
    font-size: 1.2rem;
  }

  .footer-banners img{
    width: 150px;
  }

}