@charset "UTF-8";
@media screen and (max-width: 750px) {

    * {
        font-size:calc(0.520833333333vw * 5); /*初期値を10pxとする場合：10/2560*100=0.396（表示させたい文字サイズ÷width×100*/
      }


/*共通*/
.mainimg{
    width:100vw;
    height:30vh;
  }
  .mainimg img{
    width:auto;
    height:100%;
    margin:0 calc(-50% + 50vw)
  }
  .service .catch, .company .catch, .inquiry .catch{
    top:17rem
  }
  .index .catch{
   top:18rem; 
  }
  .cnt_bottom{
    height:25rem;
  }
  .buttonA{
    padding:2rem;
  }
/*header*/
header .logo{
  width:80% !important;
}
header .info{
  bottom:0;
  position: fixed;
  z-index: 9;
  background:#c12a2d;
  color: #fff;
  width:100% !important;
  text-align: center;
  padding:2rem;
}
header .info a{
  color: #fff;
}
header .info *{
  font-size:1.6rem;
}
header{
    width:100%;
    padding:2rem 5%;
    display:flex;
    align-items: center;
    justify-content: space-around;
    height:10rem;
    position:initial;
    top:0;
    background:#fff;
    z-index:9999;
  }
  header h1{
    font-size:1.2rem;
    font-weight:bold;
  }
  header nav ul{
    display: block;
  }
  .index header nav ul li:nth-of-type(1),
  .service header nav ul li:nth-of-type(2),
  .company header nav ul li:nth-of-type(3),
  .inquiry header nav ul li:nth-of-type(4){
    border-bottom:none;
    border-left: 1rem solid #000;
  }
  header nav ul li {
    height:auto;
  }
  header nav ul li a{
    height:auto
  }






  /*footer*/
footer nav ul{
  display: none;
}





  /*index.html*/
  p.subA{
    top:13rem;
    left:16%;
    font-size:2rem;
  }
  .slider{
    width:100%;
    height:30vh;
    overflow: hidden;
  }
  .slider img{
    width:auto;
    height:100%;
    margin:-25% -200%;
  }
  .index_cnt1{
    padding:4rem 10%;
  }
  .index_cnt1 .col3{
    display:block;
    width:100%;
  }
  .index_cnt1 .col3 dl{
    margin:0 0 4rem 0;
    align-content: center;
  }
  .index_cnt2{
    padding:4rem 10%;
    top:0;
  }
  .index_cnt2 .col2{
    display: block;
  }
  .index_cnt2 h4 br{
    display:none;
  }
  .index_cnt2 .col2 .left,
  .index_cnt2 .col2 .right{
    width:100%;
    margin:0 0 10rem 0;
  }
  .index_cnt2 .col2 .left{
    transform: translate(0,0);
  }
  .index_cnt3{
    padding:4rem 10%;
    background-size: 100%;
  }
  .index_cnt3 .pic{
    width:100%;
  }
  .index_cnt3 .col2{
    display: block;
    width:100%;
  }
  
  .index_cnt3 .col2 .left,
  .index_cnt3 .col2 .right{
    width:100%;
    margin:0 0 10rem 0;
    padding:0;
    border: none;
  }
  .index_cnt1 .col3 dd{
    line-height: 1.5;
  }



  /*service*/
  .service_cnt1{
    padding:4rem 10%;
    background-size: 100%;
  }
  .service_cnt2{
    padding:3.5rem 10%;
    background-size: 100%;
    margin: 0;
    background: none;
  }
  .service_cnt2 dl{
    display: block;
    margin:0 0 14rem 0;
  }
  .service_cnt2 dl::after {
    top:-10rem;
  }
  
.service_cnt2 dl:last-of-type::after{
  background: url(../img/index_cnt1_arrow.png) no-repeat;
}




  /*company*/
  .company_cnt1{
    padding:4rem 10%;
    background-size: 100%;
    background: none;
  }
  .company_cnt2{
    padding:4rem 10%;
    background-size: 100%;
  }
  .company_cnt2 .col2{
    display:block;
  }
  .company_cnt2 .col2 .left{
    width:100%;
    margin:0 0 3rem 0;
  transform: translate(0,0);
}
.company_cnt2 h4 br{
  display: none;
}
  .company_cnt2 .col2 .right{
    width:100%;
    margin:0 0 10rem 0;
    color:#000;
  }
  .company_cnt2 .col2 .left img{
    width: 100%;
  }
  .company_cnt3{
    margin: 0;
    padding:4rem 10%;
    background-size: 100%;
  }
  .company_cnt3 dl{
    display: block;
    padding:1rem;
  }
  .company_cnt3 dt{
    width:100%;
    font-weight:bold;
    border: none !important;
    line-height: 1;
  }
  .company_cnt3 dd{
    width:100%;
    border: none !important;
    line-height: 1.5;
  }
  .company_cnt4{
    padding:4rem 10%;
    background-size: 100%;
  }






  /*inquiry*/
  .inquiry_cnt1{
    padding:4rem 10%;
    background:none;
  }
  .inquiry_cnt1 .info{
    width:100%;
  }
  .inquiry_cnt1 .tel a{
    font-size:3rem;
  }
  .inquiry_cnt2{
    padding:4rem 10%;
    background-size: 100%;
  }
  .inquiry_cnt2 dl{
    display: block;
    padding:1rem;
  }
  .inquiry_cnt2 dt{
    width:100%;
    border:none;
    line-height:1.5;
    font-weight: bold;
  }
  .inquiry_cnt2 dd{
    width:100%;
    line-height:1.5;
  }
    /*-----以下ハンバーガーメニュー-----*/


    nav.globalMenuSp {
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      background:rgba(255,255,255,0.9);
      color: #000;
      text-align: center;
      transform: translateY(-100%);
      transition: all 0.6s;
      width: 100%;
padding:0 0 1rem 0;
border-bottom:2rem solid #c12a2d;
border-radius:0 0 1em 1em;
  }
  
  nav.globalMenuSp ul {
      /*background: #ccc;*/
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height:auto;
  }
  
  nav.globalMenuSp ul li {
      font-size: 1.1em;
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid rgba(255,255,255,0.3);
      margin-bottom:initial;
  }
  
  /* 最後はラインを描かない */
  nav.globalMenuSp ul li:last-child {
  }
  
  nav.globalMenuSp ul li a {
      display: block;
      color: rgba(0,0,0,0.9);
      padding: 1em 0;
      font-size:1.6rem;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
      transform: translateY(0%);
  }
  
  
  .navToggle {
      display: block;
      position: fixed;    /* bodyに対しての絶対位置指定 */
      right: 13px;
      top: 12px;
      width: 42px;
      height: 51px;
      cursor: pointer;
      z-index: 30;
      /*background: #666;*/
      text-align: center;
  }
  
  .navToggle span {
      display: block;
      position: absolute;    /* .navToggleに対して */
      width: 30px;
      border-bottom: solid 3px #000;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      left: 6px;
  }
  
  .navToggle span:nth-child(1) {
      top: 9px;
  }
  
  .navToggle span:nth-child(2) {
      top: 18px;
  }
  
  .navToggle span:nth-child(3) {
      top: 27px;
  }
  
  .navToggle span:nth-child(4) {
      border: none;
      color: #000;
      font-size: 9px;
      font-weight: bold;
      top: 34px;
  }
  
  
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
      top: 18px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
  }
}




}