@charset "utf-8";

/* 
===============================================
1140px 
===============================================
*/
@media screen and (max-width:1140px) {
  .top-01-block .txt{
    font-size: 1.88rem;
  }
}
/* 
===============================================
1080px 
===============================================
*/
@media screen and (max-width:1080px) {
  .inner-left{
    margin: 0 3%;
  }
  .page-header-area{
    mix-blend-mode:unset;
  }
  .top-02-img::after{
    bottom: -64px;
    right: 20px;
  }
  .facility-wrap{
    gap: 1rem;
  }
  .facility-box {
    max-width: 255px;
}
.works-item-list{
  width: 100%;
}
}

/*  ===============================================
スマホ版 
=============================================== */
@media screen and (max-width:767px) {
  .inner {
    max-width: calc(1080px + 8%);
    margin: 0 auto;
    padding: 0 3%;
  }
  .header-inner{
    margin: 0 3%;
    margin-top: 1rem;
  }
  .cta-wrap {
    flex-direction: column;
  }
  .cta-wrap .left{
    text-align: center;
  }
  .cta-wrap .left h4{
    font-size: 9rem;
    letter-spacing: -6px;
  }
  .footer-wrap {
    flex-direction: column;
    gap: 6rem;
  }
  .footer-wrap .left{
    border:none;
  }
  .cta-wrap .right .img{
    width: 27rem;
  }
  .lange-btn{
    right: 65px;
  }
  .lange-btn a{
    width: 5.5rem;
    height: 5.5rem;
    display: flex;
    justify-content: center;
    padding-top: 9px;
    font-size: 1.8rem;
  }
  /*  ===============================================
top
=============================================== */
  .top-01-block{
    flex-direction: column;
  }
  .top-02-img::after{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-about-block {
    flex-direction: column;
    gap: 12rem;
  }
  .top-section_03{
    padding-top: 0;
  }
  .top-section_03 .img-wrap{
    gap: 2rem;
  }
  .top-section_03 .img-wrap .img_02 img{
    margin-top: 0;
  }
  .img-wrap_04 .right{
    max-width: 100%;
  }
  .img-wrap_02{
    gap: 2rem;
    flex-direction: column;
  }
  .img-wrap_04 .left{
    max-width: 100%;
  }
  .img-wrap_04 .left p{
    max-width: 100%;
  }
  .img-wrap_04 .left p::after{
    display: none;
  }
  .top-works-wrap{
    flex-direction: column;
  }
  .top-works-wrap .right{
    justify-content: flex-start;
  }
  .top-facility-img-wrap{
    flex-direction: column;
    gap: 3rem;
  }
  .top-facility-block {
    flex-direction: column;
    gap: 12rem;
  }
  .top-facility-block .img{
    width: 100%;
    height: 60rem;
    background-position-y: -45px;
  }
  .top-section_07{
    margin-bottom: 6rem;
    padding-top: 14rem;
    padding-bottom: 0;
  }
  .top-section_06{
    padding-top: 6rem;
  }
  .top-facility-img-wrap .left{
    padding-top: 0;
  }
  .img-wrap_04{
    flex-direction: column;
  }
  .title .f-size-65{
    font-size: 10vw;
  }
  .top-about-block .img{
    height: 60rem;
    width: 100%;
  }
  .mv-txt{
    width: 50%;
    display: flex;
    justify-content: center;
  }

  /*  ===============================================
下層ページ共通
=============================================== */
  .global-img-bg{
    height: 18rem;
  }
  .global-top-txt span{
    font-size: 10vw;
  }
  .global-top-txt h2{
    margin-top: -0.5rem;
    font-size: 2rem;
  }
  .global-top-cach p{
    font-size: 1.8rem;
  }

    /*  ===============================================
aboutus
=============================================== */
  .aboutus-section_01-wrap{
    flex-direction: column;
  }
  .aboutus-section_01-wrap .right{
    width: 100%;
  }
  .aboutus-section_01-wrap:nth-child(2){
    flex-direction: column-reverse;
  }
  .company-list{
    padding: 0 4%;
    padding-top: 4rem;
  }
  .company-list-item{
    flex-direction: column;
  }
  .company-list-title{
    width: 100%;
    font-weight: 600;
  }
  .aboutus-section_04 .company-list .company-list-item{
    padding: 2rem 4rem;
    padding-top: 3rem;
  }
  .map-wrap.flex.align-center{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
  .aboutus-section_03-wrap{
    flex-direction: column;
    gap: 0rem;
  }
  .aboutus-section_03-wrap .img-02{
    margin-top: 3rem;
  }
    /*  ===============================================
works
=============================================== */
  .works-box-wrap{
    flex-direction: column-reverse;
    gap: 6rem;
  }
  .works-box:first-child{
    border-top: none;
  }
  .works-list{
    flex-direction: column;
  }
  .works-list-item{
    border: solid 1px #707070;
  }
  .works-list-item .img{
    height: auto;
  }
      /*  ===============================================
facility
=============================================== */
.facility-box{
  width: 48%;
}
      /*  ===============================================
お問い合わせ
=============================================== */
.contact .check-inner .dl-list .row{
  margin-top: 4rem;
    gap: 1rem;
}
.step-buttons{
  flex-direction: column-reverse;
    gap: 1rem;
    align-items: center;
}
}

