@charset "utf-8";

@media (max-width:768px){
  body{
    min-width: 32rem;
  }
  .container{
    max-width: 76.8rem;
    padding: 0 1.2rem;
  }
  .l-section{
    margin-top: 12rem;
  }
  .titleWrap{
    margin: 4.8rem auto 8rem;
  }
  .sp{
    display: block;
  }
  /*ーーーーー
    header
  ーーーーーー*/
  #header{
    top: 0;
    padding: 0 0 1.2rem;
  }
  .headerWrap{
    max-width: 76.8rem;
    width: 90%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .topTitle{
    flex-direction: column;
    align-items: flex-start;
  }
  .headerAdd{
    display: none;
  }
  .hamburger{
    display: block;
    position: fixed;
    top: 2.5%;
    right: 3%;
    z-index: 1000;
  }
  .headerNav{
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    padding-top: 4.8rem;
    margin-left: 0;
  }
  .headerNav.active {
    display: block;
    padding-top: 12.8rem;
    background-color: rgba(255,255,255,0.8);
  }
  .headerNav li{
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.2rem 0;
  }
  .mainTitle{
    line-height: 1;
  }
  /*ーーーーー
    topView
  ーーーーーー*/
  .topView{
    max-width: 100%;
    padding-top: 6.4rem;
  }
  .topView .splide{
    width: 100%;
    border-radius: 0;
  }
  .mainLogo{
    display: none;
  }
  /*ーーーーー
    about
  ーーーーーー*/
  .conceptContent{
    margin-top: 6.4rem;
  }
  /*ーーーーー
    service
  ーーーーーー*/
  .serviceList{
    width: 100%;
  }
  .serviceList .txt, .serviceContent .txt{
    width: 98%;
  }
  /*ーーーーー
    price
  ーーーーーー*/
  .priceContentWrap{
    flex-wrap: wrap;
  }
  .priceContent{
    background-size: contain;
  }
  .priceWrap,
  .flowWrap{
    width: 100%;
  }
  .price{
    display: inline-block;
    text-align: right;
    width: 90%;
  }
  .extension{
    margin-bottom: 2.4rem;
  }
  .flowTxt{
    letter-spacing: -0.4px;
  }
  /*ーーーーー
    info
  ーーーーーー*/
  .infoContent{
    margin: 4.8rem auto;
    border-radius: 4rem;
    height: 48rem;
  }
  .infoContent .contentWrap{
    padding: 0 1.2rem;
    height: auto;
  }
  /*ーーーーー
    contact
  ーーーーーー*/
  .contactFormWrap,
  .formWrap,
  .formLabel,
  .wpcf7-form-control-wrap{
    width: 100%;
    max-width: 100%;
  }
  .contactForm{
    flex-wrap: wrap;
  }
  .privacyHead,
  .privacyTxtWrap{
    margin: 1.2rem;
  }
  .wpcf7-submit{
    width: 50%;
  }
  /*ーーーーー
    footer
  ーーーーーー*/
  .backToTop{
    width: 4.8rem;
    height: 4.8rem;
    right: 2%;
  }
  .footWrap{
    flex-wrap: wrap;
    justify-content: center;
    padding: 4.8rem 0;
  }
  .footerLinkBtn li{
    width: 32rem;
    margin-bottom: 2.4rem;
  }
  .topMap iframe,
  .footerAddWrap{
    width: 100%;
  }
  .footerLogo {
    width: 50%;
    margin: 0 auto 2.4rem;
  }
}