.top_keyvisual_section{
  width: 100%;
  height: 500px;
  position: relative;
}
.top_keyvisual_img{
  width: 100%;
  height: 100%;
}
.top_keyvisual_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_keyvisual_midashi{
  position: absolute;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
}



.top_works_section{
  padding-top: 83px;
}
.top_works_items{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top_works_item{
  width: 330px;
  margin-right: 37px;
  margin-bottom: 42px;
}
.top_works_item:nth-child(3n){
  margin-right: 0;
}
.top_works_item:nth-last-child(1),
.top_works_item:nth-last-child(2),
.top_works_item:nth-last-child(3){
  margin-bottom: 0;
}
.top_works_item_img{
  width: 100%;
  height: 220px;
}
.top_works_item_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_works_item_title{
  font-size: 11px;
  margin-top: 2px;
}
.works_link_none a{
  pointer-events: none;
}



.top_works_pagenation{
  margin-top: 72px;
  text-align: center;
}
.top_works_pagenation .page-numbers{
  margin-right: 25px;
  color: #AFAFAF;
}
.top_works_pagenation .page-numbers.current{
  color: #555555;
  font-weight: 700;
}
.top_works_pagenation .page-numbers:last-child{
  margin-right: 0;
}
.prev.page-numbers{
  margin-right: 35px;
}
.next.page-numbers{
  margin-left: 10px;
}




.top_company_section{
  padding-top: 137px;
}
.top_company_service_wrapper{
  margin-bottom: 100px;
}
.top_company_service_midashi{
  margin-bottom: 25px;
}
.top_company_item{
  display: flex;
  align-items: flex-start;
}
.top_company_item_label{
  width: 20%;
}
.top_company_item_txt{
  width: 80%;
}




.top_profile_section{
  padding-top: 140px;
}
.top_profile_item{
  display: flex;
  align-items: flex-start;
  margin-bottom: 73px;
}
.top_profile_item:last-child{
  margin-bottom: 0;
}
.top_profile_item_img{
  width: 220px;
  height: 220px;
  margin-right: 33px;
}
.top_profile_item_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_profile_item_right_wrapper{
  width: 812px;
  margin: 0 0 0 auto;
}
.top_profile_item_name{
  font-weight: 700;
}


.top_access_section{
  padding-top: 140px;
}
.top_access_txt{
  margin-bottom: 22px;
}
.top_access_map{
  width: 100%;
  height: 450px;
}
.top_access_map iframe{
  display: block;
  width: 100%;
  height: 100%;
}



.top_contact_section{
  padding-top: 140px;
  padding-bottom: 260px;
}
.top_contact_item{
  display: flex;
  align-items: flex-start;
}
.top_contact_item_label{
  width: 164px;
}
.top_contact_item_val{
  width: 400px;
}
.top_contact_item_val.top_contact_item_val_textarea{
  width: 761px;
}
.top_contact_item_val input{
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #707070;
  font-size: 15px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
}
.top_contact_item_val textarea{
  width: 100%;
  height: 145px;
  box-sizing: border-box;
  border: 1px solid #707070;
  font-size: 15px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
}
.top_contact_submit_button{
  width: 189px;
  height: 51px;
  position: relative;
  margin-top: 40px;
  margin-left: 324px;
}
.top_contact_submit_button p{
  height: 100%;
}
.top_contact_submit_button input{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: #333333;
  color: #fff;
  font-size: 15px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
}
.top_contact_submit_button input:hover{
  cursor: pointer;
}
.top_contact_submit_button::after{
  content: "＞";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
}
.top_contact_form_wrapper{
  margin-top: 38px;
}
.top_contact_item{
  margin-bottom: 18px;
}
.top_contact_item:last-child{
  margin-bottom: 0;
}


.top_list_wrapper{
  padding-top: 83px;
  top: 57px;
}




@media(max-width: 1800px){

  /* .top_keyvisual_midashi{
    left: calc(235/var(--view-size)*100vw);
  } */
  
  
  
  .top_works_section{
    padding-top: calc(83/var(--view-size)*100vw);
  }
  .top_works_item{
    width: calc(330/var(--view-size)*100vw);
    margin-right: calc(37/var(--view-size)*100vw);
    margin-bottom: calc(42/var(--view-size)*100vw);
  }
  .top_works_item_img{
    height: calc(220/var(--view-size)*100vw);
  }
  .top_works_pagenation{
    margin-top: calc(72/var(--view-size)*100vw);
  }
  .top_works_pagenation .page-numbers{
    margin-right: calc(25/var(--view-size)*100vw);
  }
  .prev.page-numbers{
    margin-right: calc(35/var(--view-size)*100vw);
  }
  .next.page-numbers{
    margin-left: calc(10/var(--view-size)*100vw);
  }
  
  
  
  
  .top_company_section{
    padding-top: calc(137/var(--view-size)*100vw);
  }
  .top_company_service_wrapper{
    margin-bottom: calc(100/var(--view-size)*100vw);
  }
  
  
  
  
  .top_profile_section{
    padding-top: calc(140/var(--view-size)*100vw);
  }
  .top_profile_item{
    margin-bottom: calc(73/var(--view-size)*100vw)
  }
  .top_profile_item_img{
    width: calc(220/var(--view-size)*100vw);
    height: calc(220/var(--view-size)*100vw);
    margin-right: calc(33/var(--view-size)*100vw);
  }
  .top_profile_item_right_wrapper{
    width: calc(812/var(--view-size)*100vw);
  }
  
  
  .top_access_section{
    padding-top: calc(140/var(--view-size)*100vw);
  }
  .top_access_txt{
    margin-bottom: calc(22/var(--view-size)*100vw);
  }
  .top_access_map{
    height: calc(450/var(--view-size)*100vw);
  }
   
  
  .top_contact_section{
    padding-top: calc(140/var(--view-size)*100vw);
    padding-bottom: calc(260/var(--view-size)*100vw);
  }
  .top_contact_item_label{
    width: calc(200/var(--view-size)*100vw);
  }
  .top_contact_item_val{
    width: calc(400/var(--view-size)*100vw);
  }
  .top_contact_item_val.top_contact_item_val_textarea{
    width: calc(761/var(--view-size)*100vw);
  }
  .top_contact_item_val input{
    height: calc(40/var(--view-size)*100vw);
  }
  .top_contact_item_val textarea{
    height: calc(145/var(--view-size)*100vw);
  }
  .top_contact_submit_button{
    width: calc(189/var(--view-size)*100vw);
    height: calc(51/var(--view-size)*100vw);
    margin-top: calc(40/var(--view-size)*100vw);
    margin-left: calc(324/var(--view-size)*100vw);
  }
  .top_contact_submit_button::after{
    right: calc(10/var(--view-size)*100vw);
  }
  .top_contact_form_wrapper{
    margin-top: calc(38/var(--view-size)*100vw);
  }
  .top_contact_item{
    margin-bottom: calc(18/var(--view-size)*100vw);
  }


  .top_list_wrapper{
    padding-top: calc(83/var(--view-size)*100vw);
    top: calc(57/var(--view-size)*100vw);
  }

}




@media(max-width: 1000px){

  .top_keyvisual_section{
    height: calc(350/var(--view-size)*100vw);
  }
  .top_keyvisual_midashi{
    top: calc(150 / var(--view-size)* 100vw);
    /* left: calc(30 / var(--view-size)* 100vw); */
    font-size: calc(17 / var(--view-size)* 100vw);
    text-align: center;
  }

  .top_works_section{
    padding-top: calc(63 / var(--view-size)* 100vw);
    margin-top: calc(-63 / var(--view-size)* 100vw);
    margin-left: calc(15 / var(--view-size)* 100vw);
    margin-right: calc(15 / var(--view-size)* 100vw);
  }
  .top_works_items{
    display: block;
  }
  .top_works_item{
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(20 / var(--view-size)* 100vw);
  }
  .top_works_item:nth-last-child(2),
  .top_works_item:nth-last-child(3){
    margin-bottom: calc(20 / var(--view-size)* 100vw);
  }
  .top_works_item_img{
    height: calc(240/var(--view-size)*100vw);
  }
  .top_works_item_title{
    font-size: calc(11/var(--view-size)*100vw);
    padding-left: calc(15/var(--view-size)*100vw);
    box-sizing: border-box;
  }


  .top_company_section{
    padding-top: calc(100 / var(--view-size)* 100vw);
    margin-left: calc(30 / var(--view-size)* 100vw);
    margin-right: calc(30 / var(--view-size)* 100vw);
  }
  .top_company_service_wrapper{
    margin-bottom: calc(60 / var(--view-size)* 100vw);
  }
  .top_company_service_midashi{
    margin-bottom: calc(20 / var(--view-size)* 100vw);
  }
  .top_company_item_partners{
    display: block;
    margin-top: calc(50 / var(--view-size)* 100vw);
  }
  .top_company_item_partners .top_company_item_label,
  .top_company_item_partners .top_company_item_txt{
    width: 100%;
  }
  .top_company_item_label{
    width: 25%;
  }
  .top_company_item_txt{
    width: 75%;
  }



  .top_profile_section{
    padding-top: calc(100 / var(--view-size)* 100vw);
    margin-left: calc(30 / var(--view-size)* 100vw);
    margin-right: calc(30 / var(--view-size)* 100vw);
  }
  .top_profile_item{
    display: block;
  }
  .top_profile_item_img{
    width: calc(180 / var(--view-size)* 100vw);
    height: calc(180 / var(--view-size)* 100vw);
    margin-right: 0;
    margin-bottom: calc(20 / var(--view-size)* 100vw);
  }
  .top_profile_item_right_wrapper{
    width: 100%;
  }


  .top_access_section{
    padding-top: calc(100 / var(--view-size)* 100vw);
    margin-left: calc(30 / var(--view-size)* 100vw);
    margin-right: calc(30 / var(--view-size)* 100vw);
  }
  .top_access_map{
    width: 100vw;
    height: calc(350 / var(--view-size)* 100vw);
    margin: 0 calc(50% - 50vw);
  }



  .top_contact_section{
    margin-left: calc(30 / var(--view-size)* 100vw);
    margin-right: calc(30 / var(--view-size)* 100vw);
    padding-top: calc(100 / var(--view-size)* 100vw);
    padding-bottom: calc(150 / var(--view-size)* 100vw);
  }
  .top_contact_item{
    margin-bottom: calc(25 / var(--view-size)* 100vw);
    display: block;
  }
  .top_contact_item_label{
    width: 100%;
  }
  .top_contact_item_val{
    width: 100%;
  }
  .top_contact_item_val input{
    height: calc(50 / var(--view-size)* 100vw);
    font-size: calc(15/var(--view-size)*100vw);
  }
  .top_contact_item_val textarea{
    font-size: calc(15/var(--view-size)*100vw);
  }
  .top_contact_item_val.top_contact_item_val_textarea{
    width: 100%;
  }
  .top_contact_submit_button{
    height: calc(64 / var(--view-size)* 100vw);
    margin-top: calc(47 / var(--view-size)* 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .top_contact_submit_button input{
    font-size: calc(15/var(--view-size)*100vw);
  }


  .top_list_wrapper{
    padding-top: 0;
    top: 0;
  }

}
