@charset "utf-8";


a{
  text-decoration: none;
  color:white;
}


.top-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:96px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left:5%;
  padding-right: 5%;
  font-family:"Noto Serif", san-selif ;
  font-style: italic;
  font-weight: bold;
  z-index: 15;
}

#js-top-header.header-color{
  background-color: #282F35;
}

.header-logo{
  font-size: 26px;
}

.top-header .btn-nav {
  position:absolute;/* position: fixed; */
  top: 36px;
  right: 15px;
  width: 30px;
  height: 24px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.top-header .btn-nav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.top-header .btn-nav span:nth-child(1) {
  top: 0;
}

.top-header .btn-nav span:nth-child(2) {
  top: 10px;
}

.top-header .btn-nav span:nth-child(3) {
  top: 20px;
}

.top-header .btn-nav.open span:nth-child(1) {
  background: #ffffff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-header .btn-nav.open span:nth-child(2),
.top-header .btn-nav.open span:nth-child(3) {
  top: 6px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-nav {
  display: none;
}

.nav-list{
  list-style-type:none;
  display:flex;
  gap: 30px;
  font-size: 16px;
}

.top-view{
  width:100%;
  /* height:752px; */
  color: white;
  /* background-color: pink; */
  position:relative;
}

.top-slider div{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width:100%;
  height:752px;
  /* height:752px; */
  /* height: 100vh; */
}

.top-slider .img1{
  background-image:url("img/fv-bgi_01@2x.jpg");
}

.top-slider .img2{
  background-image:url("img/fv-bgi_02@2x.jpg");
}

.top-slider .img3{
  background-image:url("img/fv-bgi_03@2x.jpg");
}

.top-msg{
  position:absolute;
  top: 409px;
  left: 5%;
  font-weight: bold;
}

.top-msg h1{
  font-size: 70px;
  font-family:"Noto Serif", san-selif ;

}

.top-msg h2{
  font-size: 40px;
  padding-left: 30px;
  font-family:"Noto Serif JP", san-selif ;
}

.change-line-sp{
  display: none;
}

.change-line-pc{
  display: block;
}

.concept-container{
  width:85%;
  /* padding-top: 100px; */
  padding-top:100px;
  margin-bottom: 70px;
  margin-left:10%;
  /* background-color: pink; */
}

.concept-container-sub{
  width: 92%;
}

.content-title{
  display: flex;
  align-items:center;
  font-family:"Noto Serif", san-selif ;
  font-style: italic;
  font-weight: bold;
  font-size: 60px;
  /* background-color: gray; */
}

.content-title::after{
  content:'';
  border-top: 4px solid black;
  margin-top:10px;
  width: 200px;
  margin-left: 0.5em;
}

.content-subtitle{
  padding-top: 70px;
  text-align: center;
  font-family:"Noto Serif JP", san-selif ;
  font-weight: bold;
  font-size: 30px;
}

.concept-article{
  padding-top: 60px;
  /* background-color: blue; */
  display: flex;
  justify-content: space-between;
  align-items:start
}

.concept-article p{
  font-family:"Noto Serif JP", san-selif ;
  font-weight: bold;
  font-size: 16px;
  width: 45%;
  padding-top: 20px;
}

.concept-article img{
  width:45%;
  object-fit: cover;
}

.content-footer{
  padding-top: 70px;
  /* padding-bottom: 70px; */
  font-family:"Noto Serif JP", san-selif ;
  font-weight: bold;
  font-size: 90px;
  text-align: right;
  color:#F3F3F3;
}

.work{
  background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0,0,0,0.7)), url("img/fv-bgi_02@2x.jpg");
  background-size: cover;
}


.work-container{
  width: 90%;
  padding-top:100px;
  padding-bottom: 70px;
  margin: 0 auto; 
  /* background-color: pink; */
}

.title-work{
  justify-content: end;
  color: white;
}

.title-work::after{
  border-color: white;
}

.work-list{
 padding-top: 80px;
 width: 90%;
 margin: 0 auto;
 display: flex; 
 justify-content: space-between;
}

.work-member{
  width: 32%;
  background-color: white;
}

.work-member img{
  width: 100%;
  object-fit: cover;
}

.work-member p{
  padding:25px 20px;
  font-size: 16px;
  font-family:"Noto Serif JP", san-selif ;
}

.button{
  display: block;
  margin: 80px auto 0;
  text-align: center;
  padding-top: 16px;
  width: 235px;
  height: 60px;
  color: black;
  font-size: 16px;
  font-family:"Noto Serif JP", san-selif ;
  font-weight: bold;
  background-color: #F7D43F;
  border-radius: 30px;
}

.work-footer{
  color:#444;
  text-align: left;
}

.service-container-top{
   width: 80%;
   padding-top: 100px;
   margin:0 auto 70px;
   /* background-color: pink; */
}

.service-container-middle{
  width: 100%;
  display:flex ;
  justify-content: space-between;
  /* background-color: gray; */
}

.service-member{
  display: block;
  width: 33.33%;
  height:320px;
  text-align: center;
  font-family:"Noto Serif", san-selif ;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  padding-top: 140px;
  color: white;
  background-size: cover;
}

.service-member.hearing{
  background-image: url("img/service-img01@2x.jpg");
}

.service-member.hearing:hover{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0,0,0,0.7)),url("img/service-img01@2x.jpg");
}

.service-member.planning{
  background-image: url("img/service-img02@2x.jpg");
}

.service-member.planning:hover{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0,0,0,0.7)),url("img/service-img02@2x.jpg");
}

.service-member.direction{
  background-image: url("img/sevice-img03@2x.jpg");
}

.service-member.direction:hover{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0,0,0,0.7)),url("img/sevice-img03@2x.jpg");
}


.service-container-end{
  padding-right: 5%;
  padding-bottom: 70px;
}

.contact{
  background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0,0,0,0.7)), url("img/fv-bgi_03@2x.jpg");
  background-size: cover;
}

.contact-msg{
  color:white;
  padding-top: 80px;
  text-align: center;
  font-family:"Noto Serif JP", san-selif ;
  font-weight: bold;
  font-size: 20px;
}

.contact-btn{
  margin-top: 40px;
}

.page-footer{
  text-align: center;
  font-family:"Noto Serif", san-selif ;
  font-weight: bold;
  font-size: 14px;
  padding-top:30px;
  padding-bottom: 30px;

}

.contact-fv{
  background-image:url("img/contact-page-bgi@2x.jpg");
  background-size: cover;
}


.contact-fv-container{
  width: 90%;
  margin: 0 auto; 
  /* background-color: pink; */
}

.contact-top-msg{
  padding-top:185px;
  font-family:"Noto Serif", san-selif ;
  font-weight: bold;
  font-style: italic;
  font-size: 60px;
  color: white;
  text-align: center;
}

.contact-fv-footer{
  padding-top: 30px;
  padding-bottom: 40px;
  font-family:"Noto Serif JP", san-selif ;
  font-weight: bold;
  font-size: 90px;
  text-align: left;
  color:#444;
}

.contact-page{
  position:absolute;
}

.inquiry-container{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-top:100px;
}

.inquiry-content{
  padding-top: 22px;
}

.inquiry-label{
  font-size: 16px;
  font-family:  "Noto Serif", sans-serif;
  display: block;
}

.input-linetext{
  border:1px solid gray;
  width:100%;
}

.input-textarea{
  border:1px solid gray;
  width:100%;
  height:171px;
}

.checkbox-label{
  font-size: 16px;
  font-family:  "Noto Serif JP", sans-serif;
  padding-right: 15px;
}

.contact-submit{
  margin-bottom: 80px;
  text-align: center;
  padding-top: 0px;
  box-shadow: 0 0 8px gray;
}

@media screen and (max-width: 768px) {
  .btn-nav {
      display: block;
  }

  .top-header{
    padding-left: 15px;
    padding-right: 15px;
    position:absolute;
  }


  .site-nav {
      position:fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      background-color: black;
      font-size: 16px;
      box-sizing: border-box;
      z-index: 1;
      padding-top: 50px;
      transition: .3s;
  }

  .site-nav.open {
      right: 0;
  }

  .site-nav .nav-list {
      padding: 0;
      width: 100%;
      height: 100%;
      display: block;
      flex-direction: column;
      text-align: center;
      /*justify-content: center;*/
  }

  .site-nav .nav-list li {
        padding: 50px 0px 0px 0px;
  }

  .top-slider div{
    height:600px;
    /* height:752px; */
    /* height: 100vh; */
  }
  
  .top-msg{
    /* position:absolute; */
    top: 202px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .top-msg h1{
    font-size: 37px;
  }

  .top-msg h2{
    font-size: 30px;
    padding-top: 53px;
    /* padding-left: 30px; */
   }

   .change-line-sp{
    display: block;
  }

  .change-line-pc{
    display: none;
  }
  
  .concept-container{
    width:100%;
    padding-top:100px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right:0;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .concept-container-sub{

    width: 100%;
  }
   
  .content-title{
    font-size:30px ;
  }

  .content-title::after{
    content:'';
    border-top: 4px solid black;
    margin-top:10px;
    width: 90px;
    margin-left: 0.5em;
  }

  .title-work::after{
    border-color:white;
  }
  
  .content-subtitle{
    padding-top: 50px;
    text-align: center;
    font-size: 16px;
  }
  
  .concept-article{
    padding-top: 30px;
    /* background-color: blue; */
    display: block;
  }
  
  .concept-article p{
    font-size: 16px;
    width: 100%;
  }
  
  .concept-article img{
    padding-top: 30px;
    width:100%;
  }
  
  .content-footer{
    padding-top: 40px;
    /* padding-bottom: 70px; */
    font-size: 40px;
 
  }

  .work-list{
    padding-top: 50px;
    width: 96%;
    display: block; 
   }
   
   .work-member{
     width: 100%;
     margin-bottom: 30px;
   }
   
   .work-member img{
     width: 100%;
     vertical-align: bottom;
   }
   
   .work-member p{
     padding:25px 20px;
   }
  
   .service-container-top{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    margin:0 auto 40px;
     }
 
 .service-container-middle{
   width: 100%;
   display:block;
 }
 
 .service-member{
   display: block;
   width: 100%;
   /* height:250px; */
   font-size: 20px;
   color: white;
   background-size: cover;
   margin-top: 30px;
 }

 .service-container-end{
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 65px;
}

.contact-fv-container{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; 
  /* background-color: pink; */
}

.contact-top-msg{
  padding-top:175px;
  font-size: 30px;
  text-align: center;
}

.contact-fv-footer{
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 40px;
}

.inquiry-container{
  width: 100%;
  margin-top:75px;
  padding-left: 15px;
  padding-right: 15px;
}


.checkbox-label{
  display: block;
}


}