body {
  background: #ffffff;
  font-family: 'Avenir','Noto Sans Japanese', sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}



/*---------------------------------------
  Typorgraphy
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0px;
}

h1 {
  color: #3d3d3f;
  font-size: 50px;
  font-weight:400;
  line-height: normal;
  margin-top: 100px;
}

h2 {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  font-size: 40px;
  font-weight:bold;
  line-height: 52px;
  margin-top: 0px;
  padding-bottom: 40px;
  background-image: url("../images/decoration-line.png");
  background-repeat: no-repeat;
  background-size: 274px;
  background-position: 0px 56px;
}

h4 {
  color: #797979;
  font-size: 18px;
  font-weight: normal;
}

p {
    color: #4d515a;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.2px;
}

strong, span {
  color: #878787;
  font-weight: bold;
}



/*---------------------------------------
  Buttons
-----------------------------------------*/

.section-btn {
  background: #d7b065;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 14px 32px 18px 32px;
  margin-top: 32px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.section-btn:focus,
.section-btn:hover {
  background: #000000;
  color: #ffffff;
}



/*---------------------------------------
    General
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #575757;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding-bottom: 32px;
}

#Mind, #Services, #Stance, #Works {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#About{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

#Contact {
  position: relative;
  padding-bottom: 80px;
  text-align: center;
  }

#footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}

#Notfound{
    padding-top:200px;
    padding-bottom: 40px;
    text-align:center;
    margin:0 auto;
}

#Notfound h2{
  font-family: 'Roboto', sans-serif;
  color: #444444;
  font-size: 40px;
  line-height: 52px;
  margin-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

#Notfound .txt-404 {
    padding-bottom: 30px;
}

#Notfound img{
    width:60%;
    padding-bottom:40px;
}

#about img, #team img {
  border-radius: 5px;
}

#work {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

#footer {
	margin: 40px 0;
	text-align: center;
}

.br-sp{
  display:none;
}

.right-txt{
padding-top:50px;
}

.txt-middle {
    padding-top:30px;
}

/*---------------------------------------
  Navigation section
-----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: rgba(255,255,255,0.98);
  padding-top: 16px;
  padding-bottom:14px;
  box-shadow: 0 0 24px rgba(0,0,0,.1);
}

.custom-navbar .navbar-brand {
  color: #444;
  font-weight: normal;
  font-size: 20px;
   padding: 10px 15px;
}

.custom-navbar .nav li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #656565;
  letter-spacing: 1px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 15px;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #454545;
}

.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 1px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active > a:after {
  background: #cccccc;
  color: #ffffff;
  width: 100%;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #454545;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 12px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #000000;
  border-color: transparent;
}

.navbar-brand>img {
    height:40px;
}

@media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      /*background: 0 0;*/
    }
    .custom-navbar .top-nav-collapse {
      background: #ffffff;
      box-shadow:0 40px 100px rgba(0,0,0,.2);
      padding: 10px 0;
    }

.navbar-brand>img {
    height:32px;
  }
}

@media(max-width:768px) {
    .navbar-brand>img {
    height:28px;
  }
    
}


/*---------------------------------------
  Home section
-----------------------------------------*/

#home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	position: relative;
}

#home img {
  width: 120px;
  height: 120px;
}

.swiper-container{
 width: 100%;
 height: auto;
 min-height:60vh;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;

 /* 左右中央寄せ */
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;

 /* 上下中央寄せ */
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.swiper-slide {
    text-align:center;
}

.swiper-slide img {
    width:50%;
}

/*.kv_txt01{
    padding-top:5vh;
}*/

.kv_txt02{
    padding-top:1vh;
}

.kv_txt02 h1{
    font-size:32px;
    font-weight:200;
    line-height: normal;
    margin-top: 80px;
}

  #Mind .right-txt {
  padding-top:14px;
  }

/*---------------------------------------
  Mind section
-----------------------------------------*/
  #Mind .grad-trigger, #Mind .grad-btn{
  visibility: hidden;
  }


/*---------------------------------------
  Services section
-----------------------------------------*/

#Services h3{
    margin-top:0px;
}

.service-title {
    font-weight: bold;
    margin-bottom:0px;
    line-height: 1.5em;
}

.service-description {
    /*margin-top: 60px;*/
    margin-bottom:40px;
    font-size:14px;
}

#Services .right-txt {
    text-align:center;
}

.skill-thumb strong,
.skill-thumb span {
  color: #575757;
  font-size: 16px;
  padding-bottom: 8px;
  display: inline-block;
}

.skill-thumb .progress {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  height: 4px;
}

.skill-thumb .progress-bar-primary {
  background: #3d3d3f;
}

.remark {
  position: relative;
  display: inline-block;
  margin-top:6vh;
  margin-bottom: 1em;
  font-size:0.9em;
}

.remark:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -5em;/*線の上下位置*/
  display: inline-block;
  width: 60%;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #cccccc;/*線の色*/
  border-radius: 1px;/*線の丸み*/
}

/*---------------------------------------
  Work section
-----------------------------------------*/

#work .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#work .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#work .work-thumb img {
  border-radius: 5px;
}


/*---------------------------------------
  About section
-----------------------------------------*/

#About .section-title {
  padding-bottom: 16px;
}

#About .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#About .about-thumb {
    color: #555555;
}

#About .about-thumb strong {
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding-top: 11px;
}

#About .about-thumb dd p {
	margin-bottom: 10px;
}

#map {
    width:100%;
    height:400px;
}

/*---------------------------------------
  Contact section
-----------------------------------------*/

 #contact_top .grad-wrap {
  position: relative;
}

.grad-btn{
visibility: visible;
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    width: 320px;
    margin: -80px auto;
    padding: 1em 0 0.8em;
    border-radius: 2px;
    background: #ffffff;
    color: #888888;
    border: 1px solid #eee;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,.05);
    transition: all ease-in-out 0.2s;
}
  
.grad-btn:hover{
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid #eee;
    box-shadow: 0px -1px 8px 1px #eeeeee inset;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;

}

#contact .form-control {
  border-radius: 0px;
  border-color: #f0f0f0;
  box-shadow: none;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-bottom: 2px solid #999999;
}

#contact input {
  height: 55px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}

#contact button#submit {
  background: #000000;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 300;
  height: 55px;
  padding-bottom: 10px;
  margin-top: 24px;
}

#contact button#submit:hover {
  background: #d7b065;
  color: #ffffff;
}


div .iframe-wrap {
  position: relative;
  width: 100%;
  margin-top:80px;
  margin-left: auto;
  margin-right: auto;
}

.iframe-wrap iframe {
  position: unset;
  top: 0;
  left: 0;
  width: 100%;
  }

#About div .iframe-wrap {
  position: relative;
  width: 100%;
  margin-top:40px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
  Social icon
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  background: #292929;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 20px 6px 10px 6px;
}

.social-icon li a:hover {
  background: #d7b065;
  transform: scale(1.1);
}

/*---------------------------------------
  Mobile Responsive styles
-----------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {
  #home {
    height: 60vh;
  }
  
}

@media (min-width: 667px) and (max-width: 767px) {
  #home {
	height: 60vh;
  }

}

@media (min-width: 568px) and (max-width: 665px) {
  #home {
    height: 60vh;
  }
}

@media (max-width: 980px) {

 h1 {font-size: 40px;}

 #work .work-thumb {
  margin-top: 30px;
 }

}


@media (max-width: 768px) {

  h1 {
    font-size: 6vw;
    line-height: normal;
  }

  h2  {
    /*font-size: 30px;*/
    padding-bottom:0;
    background:none;
    }

.swiper-container{
    margin-bottom:160px;
    min-height:50vh;
}

.swiper-slide img {
    width:70%;
}

.kv_txt01{
    padding-top:5vh;
}

.kv_txt02{
    padding-top:10vh;
}

.kv_txt02 h1{
    font-size:32px;
    font-weight:200;
    line-height: normal;
    margin-top: 30px;
}

.grad-btn{
    margin:-104px auto;
}

  .br-sp{
    display:inline;
  }
  
  .br-pc{
    display:none;
  }
  
  .txt-middle {
    padding-top:0;
}

  .custom-navbar {
    background-color: rgba(255,255,255,0.98);
    box-shadow: 0 0 8px rgba(0,0,0,.4);
    padding-top: 0px;
    padding-bottom: 0px;
  }

.custom-navbar .navbar-brand {
   padding: 12px 15px;
}

  .custom-navbar .nav {
    padding-bottom: 10px;
  }

  .custom-navbar .nav li a {
    display: inline-block;
    margin-bottom: 5px;
  }
  
#Services, #Stance, #Works, #About{
 padding-top:50px;
}

#Mind {
  position: relative;
  padding-top: 50px;
}

  .section-title{
  padding-bottom: 4vh;
  }

  .service-title {
      margin-top: 0vh;
      margin-bottom:0vh;
  }

  .service-description {
    line-height:32px;
      margin-bottom:4vh;
  }

  #Mind .right-txt{
  padding-top:0px;
  }

  .right-txt{
padding-top:0px;
}

  #About .about-thumb dd p {
    padding-top:10px;
  }
  #About .right-txt {
  padding-top: 6vh;
  }
  
  div .iframe-wrap {
  position: relative;
  width: 100%;
  margin-top:0px;
  margin-left: auto;
  margin-right: auto;
}


#Notfound{
    padding-top:72px;
    padding-bottom: 32px;
    text-align:center;
}

#Notfound .txt-404 {
    padding-bottom: 10px;
    width:90%;
    margin: 0 auto;
}

#Notfound img{
    width:90%;
    padding-bottom:20px;
}

#Notfound .grad-btn {
    width:90%
}
  
  
}


@media (max-width: 580px) {

p {
    line-height:32px;
}

.swiper-container{
    margin-bottom:160px;
    min-height:50vh;
}

.kv_txt02{
    padding-top:11vh;
}

.kv_txt02 h1{
    font-size:24px;
    font-weight:200;
    line-height: normal;
    margin-top: 30px;
}

  .swiper-slide img {
    width:80%;
}

  #about .about-thumb {
    margin-top: 0px;
  }

  .about-thumb .social-icon {
    margin-bottom: 15px;
  }

  .grad-btn {
    width:60%;
}

  .grad-wrap {
  position: relative;
}
  .grad-wrap + .grad-wrap {
  margin-top: 40px;
}

    #Mind .grad-trigger {
    visibility: visible;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    width: 57vw;
    margin: auto;
    padding: 1em 0 0.8em;
    border-radius: 2px;
    background: #fff;
    color: #888;
    border: 1px solid #eee;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    transition: 3s linear;
    box-shadow: 0 3px 10px rgba(0,0,0,.05);
  }
  
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 40vh; /*隠した後の高さ*/
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8vh; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}

  .service-description {
    line-height:24px;
      margin-bottom:4vh;
  }

.remark {
    line-height: 24px;
    margin-top: 8vh;
    margin-bottom: 0;
}


  #About .section-title {
    padding-bottom:4vh;
}
  #About .about-thumb dd p {
    padding-top:5px;
  }
  #About .right-txt {
  padding-top: 0vh;
  }
  
   #map {
    width:100%;
    height:50vh;
}

#footer {
	margin: 0;
	}

}


@media (max-width: 375px) {

  h1 {
    font-size: 7vw;
  }
  
    h2 {
    font-size: 32px;
  }

.kv_txt01{
    padding-top:5vh;
}

.kv_txt02{
    padding-top:14vh;
}

.kv_txt02 h1{
    font-size:20px;
    font-weight:200;
    line-height: normal;
    margin-top: 30px;
}

#Services, #Stance, #Works, #About {
  padding-top: 24px;
}

#Mind {
  padding-top: 2vh;
}

#Contact {
    padding-top:16px;
    padding-bottom:40px;
}

#Services h3{
    font-size:20px;
}

  .service-title {
      margin-top: 0vh;
      margin-bottom:0vh;
  }

  .service-description {
      margin-top: 0vh;
      margin-bottom:3vh;
      font-size:12px;
  }
  
  .remark:before{
    width:56vw;
    top:-3em;
}

  #about .col-md-4 a {
    width: 85px;
    height: 85px;
  }
  
  #Contact .grad-btn{
    width:80%;
}

}


@media (max-width: 320px) {
.kv_txt02{
    padding-top:15vh;
}

.kv_txt02 h1{
    font-size:18px;
    font-weight:200;
    line-height: normal;
    margin-top: 30px;
}
}
