/* responsive */
@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
  }

  @media only screen and (max-device-width: 1024px) {

      }

   @media only screen and (max-device-width: 820px) {

      .logo_w{
    margin: 2px 0 0 0px;
  }

  .header .nav_menu li a{
    font-size: 12px;
    padding: 25px 10px;
  }

    .header ul{
    margin-right: 0;
  }

  .contact a{
    padding: 11px 10px !important;
  }

  .top_text{
    top:170px;
    left: 30px;
  }

      }

  @media only screen and (max-device-width: 768px) {

  .is_pc{
    display: none;
  }

  .is_sp{
    display: inline-block;
  }

  body{
    overflow-x: hidden;
  }

   /* header */
  header{
    position: fixed;
    width: 100%;
    top:0;
    background: #ffffff;
  }

  .header .nav_menu li a{
    font-size: 13px;
    border-bottom: 1px dashed #c1c1c1;
    color: #333333;
    text-align: left;
    position: relative;
    padding: 20px 10px;
  }

  .header .nav_menu li a:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000000;
    font-size: 12px;
    position: absolute;
    right: 0;
    top:15px;
  }

  .nav_menu i{
    padding-right:10px;
  }

  .menu_logo img{
    width: 65px;
  }

  .hamburger-menu{
    display: block;
  }

  .car_icon_container{
    padding-top:75px;
  }

  .menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    font-size: 10px;
    padding-top: 20px;
    color: #000000;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
    top:15px;
  }

  .fixed .menu-btn span,
  .fixed .menu-btn span:before,
  .fixed .menu-btn span:after{
    background-color: #000000;
  }

  .menu-btn span:before {
    bottom: 7px;
  }

  .menu-btn span:after {
    top: 7px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    top:20px;
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    top:5px;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 5px;
    transform: rotate(-45deg);
  }

  .menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background: #f8f8f8;
    transition: all 0.5s;
    padding:10px;
    margin-top:60px;
    display: block;
    border-top: 1px solid #f0f0f0;
  }

  header{
    height: 60px;
  }

  .header_top{
    background: #ffffff;
    height: 65px;
  }

  .header_top p{
    margin-left:10px;
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 20%;
  }

  #menu-btn-check {
    display: none;
  }

  #menu-btn-check:checked ~ .hamburger_cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    background: rgb(0 0 0 / 40%);
    display: block;
  }

  .header ul{
    display: block;
  }

.nav_menu li{
  width: 100%;
}

.cope{
  font-size: 11px;
  color: #7c7c7c;
  text-align: center;
  padding-top: 100px;
  display: block;
}

.table th, .table td{
  padding:10px;
}

.subpage_h1{
    padding: 40px 20px;
    margin-top: 60px;
    font-size: 29px;
}

.subpage_h1 span{
  bottom:-10px;
  font-size: 60px;
}

footer ul{
      gap: 0.5rem 1rem;
      justify-content: space-between;
}

  }

  @media only screen and (max-device-width: 480px) {
    h2{
      font-size: 22px;
      margin-bottom: 25px;
    }

      .cal_2,.cal_3,.cal_4,.about_section .right,.about_section .left,.message_container .cal_2{
          width:100%;
  }

  p, th, td, li{
        font-size: 14px;
    line-height: 1.8;
  }

  .cal_5{
    width: calc(33.3% - 15px / 3);
    padding-bottom: 10px;
  }

  .top_text{
    width: 270px;
    left: 15px;
    top: 300px;
  }

  .en{
    font-size: 90px;
  }

  .about_section .inner{
    padding: 80px 25px 30px 25px;
  }

  .about_section .box_container{
    flex-direction: column-reverse;
  }

  .about_section .right{
    writing-mode: horizontal-tb;
  }

  .about_section h2{
    position:absolute;
    right: 20px;
    font-size: 17px;
  }

  .about_section h2 span{
    padding:10px;
    writing-mode: vertical-rl;
  }

  .about_section .text01{
    padding:0;
    font-size: 19px;
    padding-top:30px;
  }

  .scroll-infinity__item{
    width: calc(100vw / 0.6);
  }

  .work_section .en{
        top: 5px;
  }

  .about_section .en{
            top: 70px;
  }

  .work_section .inner{
    padding: 80px 25px 120px 25px;
  }

  .work_section .box{
    position: static;
  }

  .work_section h2{
    text-align: center;
    margin:20px 0;
  }

  .btn{
    margin:20px auto;
  }

  .scroll-infinity{
        padding-bottom: 45px;
  }

  .news_section .inner{
    padding: 100px 25px 80px 25px;
  }

  footer .inner {
    padding: 20px 25px 40px 25px;
}

.swiper{
  margin-top:60px;
}

.swiper-slide img{
  max-width: 100%;
  height: auto;
}

.contact a{
  color: #ffffff!important;
        text-align: center!important;
}

.contact{
      margin: 40px 0 0 0;
}

.header .contact a:after{
  display: none;
}

.message_container .cal_left{
margin-bottom:20px
}

  }

  @media only screen and (max-device-width: 320px) {

  }
