@charset "UTF-8";
/* CSS Document */

/* *{
  outline: solid 2px #0000ff;
} */
html{
	font-size: 62.5%;
}
body{
	color: #111111;
  font-family: 'Noto Sans JP', s  ans-serif;
  font-size: 1.4rem;
	line-height: 2.8;
	-weblit-font-smoothing:antiliased;
  -moz-osx-font-smoothing:grayscale;
}
  img{
    max-width: 100%;
    height: auto;
  }
  h2,h4{
    font-family: 'Lato', 'Noto Sans JP', sans-serif;
    text-transform: uppercase;
   }

   h2{
     font-size: 2.4rem;
     font-weight: bold;
     color: #073A59;
   }

   h3{
     font-size: 1.6rem;
     font-weight: bold;
     text-transform: uppercase;
     text-align: center;
     margin-bottom: 32px;     
   }

   h4{
     font-weight: bold;
    color: #073A59;
   }

  .section-inner{
    padding: 112px 0 204px 0;
  }

  .section-inner.contact{
    padding: 112px 0 0;
  }

  /* -----------------------------
  header
  -----------------------------*/
  .header{
    background-image: url(../images/kv.jpg);
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    height: 100vh;
    justify-content: center;
  }
  .header-inner{
    position: relative;
  }
  /* .mainvisual{
    width: 100%; */
  .header-logo{
    max-width: 191px;
    width: 100%;
    left: 56px;;
    margin-top: 16px;
    position: absolute;
  }
  .navigation{
    position: absolute;
    right: 56px;
    margin-top: 16px;
    top: 0;
  }
  .nav-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }


  /* -----------------------------
  nav
  -----------------------------*/
.nav-list{
  display: flex;
}
.nav-list a:hover {
  opacity: 0.6;
}

.nav-item{
  margin-right: 24px;
  font-size: 1.6rem;
  text-transform: uppercase;
}


  /* -----------------------------
  about
  -----------------------------*/
.about-inner{
  margin: 136px 0 450px 0;
  position: relative;
  line-height: 28px;
}
.about-inner::after{
  display: block;
  content: '';
  position: absolute;
  top: 9%;
  left: 0;
  width: 71.5%;
  height: 125%;
  background-color: #F7F7F7;;
  z-index: -10;
}
.title-right{
  margin-right: 0;
  text-align: right;
  width: 60%;
  margin: 0 auto;
  }

.about-text{
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
}
.note{
  margin-top: 72px;
  font-size: 1.4rem;
  font-weight: medium;
}
.intro{
  max-width: 550px;
  width: 100%;
  margin-top: 56px;
}
.name-wrapper{
  margin-top: 32px;
  text-align: right;
  max-width: 550px;
  width: 100%;
}
.name{
  text-align: left;
  display: inline-block;
}

.about-img {
  position: absolute;
  right: 20%;
  margin-top: 56px;
  max-width: 504px;
  width: 100%;
  height: auto;
}

 /* -----------------------------
  service
  -----------------------------*/
  .bgc_nv{
    background-color: #073A59;
  }
  .title-center.white{
    text-align: center;
     color: #fff;
     margin-bottom: 72px;
  }
  .service_img{
  margin-bottom: 32px;
  text-align: center;
  }
  .service-list{
   margin: auto;
    max-width: 1152px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .service-item{
    max-width: 360px;
    box-sizing: border-box;
    width: 100%;
    padding: 32px;
    background: #fff;
  
    
   /*  padding: 32px;
    width: 368px;
    height: auto;
    box-sizing: border-box; 
    background-color: #fff; */
  }
  
  .service-text{
    line-height: 24px;
  }

  /* -----------------------------
  works
  -----------------------------*/
  .section-inner.works{
    max-width: 1152px; 
    width: 100%; 
    margin: 0 auto;
    padding: 112px 0 116px 0;
  }
  .title-left{
    text-align: left;
  }
  .works-list{
    display: flex;
    /* justify-content: space-between; */
    }

  .works-item{
    width: 32%;
    padding: 24px 32px;
    display: flex;
    flex-direction:column;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1); 
    margin-right: 2%;
  }

  .works-item a{
    outline:none;
  }
 /*  .works_item a:-webkit-any-link:focus{
    outline-offset: 0px
  } */

  .slick-slide > div{
    margin: 10px;
  }

  .slick-prev,.slick-next {
    display:none;
    }

  .works-item:nth-of-type(3n){
    margin-right: 0;
  }

  .works_img{
    margin-bottom: 16px;
  }

  .works-category{
    padding: 4px 4px;
    background-color: #073A59;
    color: #fff;
    text-transform: uppercase;
  }
  .works-category_text{
    color: #073A59;
    font-size: 1.2rem;
  }
  .works-btn{
    color: #073A59;
    text-transform: uppercase;
    margin-left: auto;
  }

  .works-btn:hover{
  opacity: 0.6;
  }

  .works-btn a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #073A59;
  }
  
  works-btn a:hover{
  opacity: 0.6;
}

  .works-btn a:hover::before{
    margin-right: 2px;
  }

  .works-btn a::before{
    content: '';
    background: url('../images/arrow.svg')  no-repeat bottom center;
    background-size: contain;
    width: 22px;
    height: 5px;
    display: block;
    margin-right: 6px;
    transition: all .8s;
  }

  /* -----------------------------
    contact-btn
  -----------------------------*/
  .contact-btn_wrapper{
    background-color: #F7F7F7;
    padding: 103px 0px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;

  }
  .contact-btn{
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 26px 0 26px 0;
    background-color: #073A59;
    color: #fff;
    letter-spacing: 0.07em;
    text-align: center;
    transition: all .3s;
  }
      
  .contact-btn:hover {
    opacity: .6;
  }

  .contact-btn:hover:after {
    margin-right: 2px;
    }
    
  .works-btn a:hover::before{
    margin-right: 2px;
  }
  .contact-btn::after {
    content: '';
    background: url(../images/arrow_white.svg) no-repeat bottom center;
    background-size: contain;
    width: 50px;
    height: 5px;
    position: absolute;
    margin-right: 6px;
    transition: all .8s;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  

/* -----------------------------
  footer
-----------------------------*/
footer{
  width: 100%;

}
.footer-inner{
 padding: 25px 0 136px;
  background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(left,  #f7f7f7 0%, #f7f7f7 76%, #ffffff 77%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f7f7f7 0%,#f7f7f7 76%,#ffffff 77%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f7f7f7 0%,#f7f7f7 76%,#ffffff 77%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

  .footer-logo{
    max-width: 1152px;
    width: 100%;
    margin: 48px auto 24px;
  }
  .footer-logo img{
    max-width: 112px;
    width: 100%;
  }
  .footer-item{
    margin: 24px auto 0;
    max-width: 1152px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .map{
    margin-top: 48px;
    margin-left: 40%;
  }

  .map a:hover{
    opacity: .6;
  }
  .map a:hover::before{
    margin-right: 2px;
    
  }
  
  .footer-text{
    font-size: 1.4rem;
    line-height: 28px;
  }

.copy{
  margin: 72px auto;
  max-width: 1152px;
  width: 100%;
  display: block;
}

  /*----- ここまでTOPページ -----*/

 /*----- ここから下層works -----*/


/* -----------------------------
  header
-----------------------------*/
  .works header{
    background: none;
    height: auto;
  }
  
/* -----------------------------
  main
-----------------------------*/
  .search_item {
    margin-top: 64px;
    display: inline-block;
    padding: 0px 24px;
    font-size: 1.4rem;
    cursor: pointer;
    text-transform: uppercase;
    
}
.search_item.is-active {
    color: white;
    background-color:#073A59;
    text-transform: uppercase;
}
.is-hide {
    display: none;
}
.works-list.list{
  display: flex;
  flex-wrap: wrap;
  }

.works-item.list_item{
  width: 32%;
  padding: 24px 32px;
  margin-top: 64px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.breadcrumb-btn{
  display: flex;
  max-width: 1152px;
  width: 100%;
  margin: 64px auto;
}

.breadcrumb-btn a{
  color: #073A59;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumb-btn_top a{
  color: #a5abaf;
  display: inline-block;
}

.breadcrumb-btn_link::after{
  content: ">";
  display: inline-block;
  font-size: 12px;
  margin-left: 14px;
}

.breadcrumb-btn_under{
  margin-left: 14px;

}
.breadcrumb-btn_under a:hover{
  opacity: 0.6;
}

/* -----------------------------
  footer
-----------------------------*/
.footer_under{
  padding: 32px;
  background-color: #f7f7f7;
}


/*----- ここまで下層works -----*/

/*----- ここから下層about -----*/


/* -----------------------------
  header
-----------------------------*/

.title-left.about{
  margin-bottom: 64px;

}
.about header {
  background: none;
  height: auto;
}
.company-item{
  width: 700px;
  margin: 0 auto;
}
 
/*----- ここまで下層about -----*/

/*----- ここから下層company -----*/

/* -----------------------------
  header
-----------------------------*/

.company header{
  background: none;
  height: auto;
}


/* -----------------------------
  main
-----------------------------*/
.section-inner.company {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto 72px;
}
.section-inner.company{
  max-width: 1152px;
  width: 100%;
  margin: 0 auto 72px;
}
.company-item{  
  max-width: 700px;
  display: flex;
}
dd{
  width: calc(100% - 110px);
}
dt{
  width: 12%;
  margin-right: 15%;
}
.ceo-text{
line-height: 160%;
}

/*----- ここまで下層company -----*/

/*----- ここから下層contact -----*/

/* -----------------------------
  header
-----------------------------*/
.contact header{
  background: none;
  height: auto;
}

.section-inner.contact{
  max-width: 1152px;
  width: 100%;
  margin: 0 auto 72px;
}

/* -----------------------------
  main
-----------------------------*/
.contact_text{
  margin-top: 64px;
}
.form-input{
  margin: 64px auto;
  max-width: 900px;
  width: 70%;
}

.form-input input{ 
background-color: #E0E0E2;
border: none;
width: 100%;  
padding: 8px 8px;
}

.form-input textarea{
 background-color: #E0E0E2;
 border: none;
 width: 100%;  
}
.form-category{
  padding-top: 0;
  text-align: left;
  width: 150px;
  padding-right: 20px;
  vertical-align: top;
  padding-bottom: 24px;
}



/* -----------------------------
 send-btn
-----------------------------*/
.send-btn{
  position: relative;
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 ;
  background-color: #073A59;
  color: #fff;
  letter-spacing: 0.07em;
  text-align: center;
  transition: all .3s;
}
    
.send-btn:hover {
  opacity: .6;
}

/*----- ここまで下層contact -----*/

/*----- ここからレスポンシブ -----*/
@media screen and (max-width: 847px) {
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

  .btn-trigger {
    -webkit-appearance: none;
    appearance: none;
    position: fixed;
    top: 7px;
    right: 0;
    margin: 20px;
    z-index: 9999;
    width: 24px;
    height: 20px;
    border: none;
}
}

/*----- ここまでレスポンシブ -----*/

/*-----  ここからSP版 ----- */
@media screen and (max-width: 480px){

h2{
  margin-bottom: 24px;
}

.title-center.white{
  margin-bottom: 56px;
}

.about-img {
  position: relative;
  right: 0%;
  margin-top: 56px;
  max-width: 400px;
  width: 90%;
  height: auto;
}
.contact-btn {
  position: relative;
  display: block;
  max-width: 311px;
  width: 100%;
  margin: 0 auto;
  padding: 26px 0 26px 0;
  background-color: #073A59;
  color: #fff;
  letter-spacing: 0.07em;
  text-align: center;
  transition: all .3s;
}
.contact-btn_wrapper {
  background-color: transparent;
  padding: 10px 0px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

/* -----------------------------
 header
-----------------------------*/
.heade{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 16px;
}
.header-logo{
  margin: 16px 16px;
  width: 96px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
/* -----------------------------
 nav
-----------------------------*/
.nav-list {
  display: block;
}

.btn-trigger{
  -webkit-appearance: none;
  appearance: none;
  position: fixed;
  top: 7px;
  right: 0;
  margin: 20px;
  z-index: 9999;
  width: 24px;
  height: 20px;
  border: none;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:#707070;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 8px;
}
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

.navigation{
  position: fixed;
  margin: 0 auto;
  top: 0;
  right: 120%;
  z-index: 100;
  width: 100%;
  height: 120%;
  padding: 120px 88px;
  background-color: rgba(255,255,255,0.90);
  transition: 1s;
}

.navigation.active{
  right: 0;
  transition: 1s;
}


/* -----------------------------
 about
-----------------------------*/
.about-inner{
  margin: 88px 0 72px 0;
}

.about-inner::after {
  top: 25.5%;
  height: 65%;
}

.intro{
  margin-top: 32px;
}

.about-img{
  margin-left: auto;
  width: 75%;
  max-width: auto;
}

/* -----------------------------
 service
-----------------------------*/
.service-list{
  display: block;
}
.service-item {
  max-width: 320px;
  margin: 0 auto 40px;
}
.about-text{
  max-width: 312px;
  width: 100%;
}

/* -----------------------------
 works
-----------------------------*/
.title-left{
  margin-left: 32px;
}
.section-inner.works{
  padding: 64px 0 56px 0;
  box-sizing: border-box;
}
.works-list{
  display: block;
  text-align: center;
}

.works-item {
  width: 90% !important; 
  margin: auto;
  text-align: left;
  padding: 32px 10px;
}




/* -----------------------------
 service
-----------------------------*/
.section-inner {
  padding: 64px 0 72px 0;
}
.contact-btn {
  max-width: 312px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 16px 0;
}
/* -----------------------------
 footer
-----------------------------*/
.footer-logo {
  max-width: 124px;
  width: 100%;
  margin-left: 32px;
}
.footer-text {
  font-size: 1.2rem;
  line-height: 28px;
  margin-left: 32px;
}
.footer-inner{
  padding-top: 24px;
  background: #f7f7f7; /* Old browsers */
 background: -moz-linear-gradient(left,  #f7f7f7 0%, #f7f7f7 76%, #ffffff 77%, #ffffff 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(left,  #f7f7f7 0%,#f7f7f7 76%,#ffffff 77%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to right,  #f7f7f7 0%,#f7f7f7 76%,#ffffff 77%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
 }
 .copy{
   font-size: 1.2rem;
   padding-left: 32px;
   box-sizing: border-box;
 }
 .map {
  margin-top: 82px;
  margin-left: 6%;
  font-size: 1.2rem;
}

.breadcrumb-btn{
  padding-left: 32px;
  box-sizing: border-box;
}

/* ここから下層contact */
.contact_text{
  max-width: 312px;
  margin: 0 auto;
}
.form-category{
  width: 120px;
}
.form-input th{
  display: block;
  width: 100%;
  padding-bottom: 0;
}

.section-inner.contact{
  max-width: 1152px;
  width: 100%;
  margin: 0 auto 40px;
}

.section-inner contact>.form-input{
  margin-bottom: 40px;
}


/* ここから下層about */
.section-inner.company {
  padding: 112px 0 0;
}
.title-left.about {
  margin-bottom: 24px;
}
.company-list{
  max-width: 312px;
  width: 100%;
  margin:32px;
}
.company-item{
  max-width: 321px;
  margin: 0 auto;
  display: block;
}

.company-item dt{
 margin: 0;
}
.company-item dd{
  display: block;
  padding-inline-start: 0;
  width: 100%;
  line-height: 2;
}

 .copy{
   font-size: 1.2rem;
   padding-left: 32px;
   box-sizing: border-box;
 }

/* ここから下層works */
.search{
  display: flex;
  width: 100%;
  padding: 0 10px;
  justify-content: center;
  box-sizing: border-box;
}
}


