@charset "UTF-8";
/* CSS Document */
	
/*==========ページ固定する設定==========*/

@media all and (min-width: 760px) and (max-width: 1360px) { 
    .content {
    width: 90%;
    }
    
    .box-three {
     width: 100%;
    }
    
    .mv-logo{
        top: 450px;
    }
    
    .sec01, .sec02, .sec03, .sec04, .sec05, .sec06 {
        margin-bottom: 30em;
    }
    
    .home .sec02, .home .sec03 {
        margin-bottom: 40em;
    }
    
    .home .sec02 .box-three{
        max-width: 100%;
        margin-bottom: 1em;
    }
    
    .home .sec02 .box-three p{
        left: 20%;
    }
    
    .home .sec02 .box-three .font-14{
        font-size: 1.6rem;
    }
    
        .home .sec03 .works{
    display: flex;
    align-items: center;
    transform: rotate(90deg);
    margin-top: 2.5em;
}

    .home .sec03 .works::before{
    content: "";
    height: 100px;
    flex-grow: 1;
    background-color: #8197a2;
    margin-right: 3em;
    border: 0.5px solid;
    transform: rotate(90deg);
    }
    
    .footer-contact .box{
        flex-direction: column;
    }
    
    .footer-contact .box-two{
        width: 100%;
    }
    
    .footer-contact .left {
        padding: 5em;
    }
    /*==========ハンバーガーメニューの設定==========*/  
    
      
    
    .header {
    margin-bottom: 30em;
    }
    
    footer .footer_logo img {
        width: 50%; 
    }
    
    .key {
        margin-bottom: 10em;
    }
    
    .thanks_buttun a {
        width: 40%;
    }
    
}/*end*/

@media all and (min-width: 768px) and (max-width: 991px) { 

/* .hamburger {
  display : block;
  position: fixed;
  z-index : 999;
  right : 13px;
  top   : 5px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;

}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #8197a2;
  -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;
  -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;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 999;
  top  : 0;
  left : 100vw;
  color: #fff;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  padding: 2em 5em 10em 5em;
  margin-bottom: 5em;
} 

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-bottom: 3em;
  height:100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

nav.globalMenuSp ul li a {
  display: block;
  padding: 0.7em 0;
  text-decoration :none;
}*/

/* このクラスを、jQueryで付与・削除する */


/* nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
    left: 0;
    padding: 5em;
}
#menu-gnavi{
    flex-direction: column;
}
.header_box img{
    display: none;
} */

}