body,
html {
  width: 100%;
  height: 100%;
  /*font-family: "YuMincho", serif;*/
  /*font-family: 'Kiwi Maru', serif;*/

  font-family: 'M PLUS Rounded 1c', sans-serif;

  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  color:  #555;
}

/* general purpose */
.no-margin{
  margin: 0;
}

.no-padding{
  padding: 0;
}

.top-spacer{
height: 100px;
width:  100%;
}

@media screen and (max-width: 992px) {
  .top-spacer{
  height: 60px;
  }
}

/* ////////////////////////  navigation ////////////////////////  */

.navbar{
  display: block;
}
.nav-upperpart{
  width: 100%;
  height: 60px;
  /*background-color: #796;*/
}
.nav-lowerpart{
  height: 60px;
  position: relative;
  display: flex;
  width: 100%;
  /*background-color: #99a;*/
  /*height:   0px;*/
  /*margin-top: 24px;*/
}
.navbar-nav {
  width:  100%;
  display: flex;
  /*background-color: #88b;*/
  /*justify-content: space-evenly;*/
  justify-content: space-between;
  /*flex-direction: row;*/
}
.nav-item {
  text-align: center;
  background-color: #fff;
  /*border-bottom: 2px solid #fff;*/
}

.nav-item:hover {
  /*border-bottom: 2px solid #435D33;*/
}


.nav-item a {
  color: #435D33;

  /*font-family: 'Kiwi Maru', serif;*/
  font-family: 'M PLUS Rounded 1c', sans-serif;


  font-size: 1.4em;
  font-weight: 600;
  /*padding: 12px;*/
  padding: 6px 12px 6px 12px;
  background-color: #fff;
  text-align: center;
  /*min-width:  100px;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-bottom: none;
}
.nav-item a:hover {
  color: #55773f;
}


.navbar-nav .nav-item:first-child a{
  margin-top: 0px;
  border-top: none; 
}
.navbar-nav .nav-item:last-child a{

  /*border-bottom: none; */

  margin-bottom: 0px;

}


.nav-link {
  /*color: #435D33;*/
}

.navbar-custom .navbar-nav .nav-link {
    /*color: #435D33;*/
}

.navbar-custom {
    background-color: #ffffff;
}

.navbar-custom .navbar-toggler-icon {
  background: url("../img/nav/hamburger.png");
  background-size: 100% 100%;
}

.container-fluid .navbar-toggler{
padding: 0.25rem 0.75rem 0.25rem 0rem;
}

.navbar-brand {
  display: block;
  color: #435D33;
  padding-left: 12px;
  font-size: 1.8em;
  /*border-bottom: 2px solid #fff;*/

}
.navbar-brand:hover{
  color: #435D33;
  /*border-bottom: 2px solid #435D33;*/
  color: #55773f;
}

.navbar-custom .phone-number, .navbar-custom .phone-number a:link, .navbar-custom .phone-number a:visited {
  position: relative;
  font-family: "geneva", "arial", sans-serif;
  display: block;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 4px;
  padding-left: 40px;
  padding-right: 24px;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bolder;
  background-color: #B9DCA3;
  height: 40px;
  border-radius: 20px;
  color: #333;
  margin-bottom: -6px;
  text-decoration: none;
}

.navbar-custom .phone-number a:link, .navbar-custom .phone-number a:visited {
   background-color: transparent;
}

.phone-number img{

  position: absolute;
  top: 12px;
  left: 15px;
  margin-top: -6px;
  margin-right: 8px;
  height: 28px;
  width: 22px;
}

.icon-phone, .icon-mail{
  display: none;
  width: 40px;
  height: 35px;
}

.icon-phone img, .icon-mail img{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .navbar-custom .phone-number, .navbar-custom .phone-number a:link, .navbar-custom .phone-number a:visited {
    padding-top: 4px;
    padding-bottom: 0px;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-left: 26px;
    padding-right: 12px;
  }
  .navbar-custom .phone-number a:link, .navbar-custom .phone-number a:visited {
   background-color: transparent;
  }

  .phone-number img{
    position: absolute;
    top: 12px;
    left: 8px;
    margin-top: -6px;
    margin-right: 8px;
    height: 26px;
    width: 20px;
  }
}

@media screen and (max-width: 992px) {

  .nav-lowerpart{
    position: absolute;
    top: 60px;
    left: 0px;
    margin-top: 0px;
    /*padding-bottom: 12px;*/
  }
  .nav-item {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  .nav-item:hover {
    border-bottom: none;
    /*border-bottom: 2px solid #fff;*/
    /*border-bottom: 2px solid #B9DCA3; */
    
  }




  .nav-item a {
    color: #435D33;
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #435D33; 
    max-width: 300px;

/*    margin-bottom: 0;
    margin-top: 0;*/

  }

  .nav-item:hover a {
    transition: all 0.3s;

    /*background-color: #B9DCA3;*/
    background-color: #435D33;
    color: #fff;

  }
  .navbar-nav .nav-item:first-child a{
    margin-top: 36px;
    border-top: 1px solid #435D33; 

  }
  .navbar-nav .nav-item:last-child a{

    /*border-bottom: none; */

    margin-bottom: 60px;

  }

}


  @media screen and (max-width: 576px) {

  .masthead .masthead-text{
    font-size: 1.8em;

  }

      .navbar-custom .phone-number{
      display: none;
      /*padding-left: 16px;
      padding-right: 16px;
      font-size: 1.3em;
      line-height: 1.3em;
      height: 32px;
      border-radius: 16px;
      margin-bottom: -4px;*/
    }

    .navbar-brand {
    font-size: 1.5em;
    }

    .icon-phone, .icon-mail{
      display: block;
      width: 40px;
      height: 35px;
    }
  }


@media (min-width:576px){
  .nav-upperpart, .nav-lowerpart{
    /*max-width:540px*/
    }}
@media (min-width:768px){
  .nav-upperpart, .nav-lowerpart{
    /*max-width:720px*/
    }}
@media (min-width:992px){
  .nav-upperpart, .nav-lowerpart{
    max-width:960px
    }}
@media (min-width:1200px){
  .nav-upperpart, .nav-lowerpart{
    max-width:1140px
    }}
@media (min-width:1400px){
  .nav-upperpart, .nav-lowerpart{
    max-width:1240px
    }}


.section {
  margin-top: 6px;
  margin-bottom: 18px;
}

@media (min-width:992px){

  .section {
    margin-top: 12px;
    margin-bottom: 36px;
  }
}



.landingpage .masthead-container{
  /*padding: 0px;*/
  min-height: 380px;
  height:  52%;
}
.landingpage .masthead-container .row {
  height: 100%;
}

.landingpage .col-md-12 {
  height: 100%;
 }

.landingpage .masthead {
  /*position: relative;*/
  height:  100%;
}

.landingpage .masthead-image{
 /*height: fit-content;*/
 /*position: absolute;*/
/* top: 0px;
 left: 0px;*/

 /*background-color: #758465;*/
}

.landingpage .masthead-text{
  padding:  0px 24px 12px 24px;
  font-size: 2em;
  line-height: 0.98em;
  color:  #fff;
  width: 100%;
  /*height: fit-content;*/
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
}

.landingpage .masthead-img{
  width:  100%;
}

.img-full{
  width:  100%;
}

.carousel, .carousel-inner, .carousel-item, .carousel-item img{
  height: 100%;
}

.carousel-item img{
  height: 100%;
  width:  100%;
  object-fit: cover;

}


@media (min-width:992px){

  

  .landingpage .masthead-container{
    min-height: 600px;
    height: 56%;
    padding: 0px;
  }

  .landingpage .masthead-container .row {
    height: 100%;
  }

  .landingpage .col-md-12 {

   }
  
  .landingpage .masthead {
    height: 100%;
  }

  .landingpage .masthead-text{
    font-size: 3.6em;
  }

  .carousel, .carousel-inner, .carousel-item, .carousel-item img{
  height: 100%;
  }

  .carousel-item img{
    height: 100%;
    width:  100%;
    object-fit: cover;

  }
}


@media (min-width:1200px){
  .landingpage .masthead-text{
    font-size: 4.6em;

  }
}

/*
.row-top-button {
  padding-left: 15px;
  padding-right: 15px;
}

.btn-concept, .btn-service, .btn-job{
  height:  240px;
  
}

.btn-concept{
  margin:  0px;
  padding-left: 0px;
  padding-right: 12px;
}

.btn-service{
  margin:  0px;
  padding-left: 6px;
  padding-right: 6px;

}

.btn-job{
  margin:  0px;
  padding-left: 12px;
  padding-right: 0px;

}

.btn-concept .btn-image-back{
  position: absolute;
  transform: translate(0px, 10px);
  top: 20px;
  left:  40px;
  background-color: #435D33;

  display: block;
  height: 100%;
  width:  85%;
  border-radius: 30px;
}

.btn-service .btn-image-back{
  position: absolute;
  transform: translate(10px, 0px);
  top: 20px;
  left:  40px;
  background-color: #435D33;

  display: block;
  height: 100%;
  width:  85%;
  border-radius: 30px;
}
.btn-job .btn-image-back{
  position: absolute;
  transform: translate(20px, 0px);
  top: 20px;
  left:  40px;
  background-color: #435D33;

  display: block;
  height: 100%;
  width:  85%;
  border-radius: 30px;
}

.btn-concept .btn-img-container{
  transform: translate(-10px, -10px);
  transition: transform .3s ease-out;
  display: block;
  padding: 12px 12px 12px 12px ;
  height: 100%;
  width:  90%;
  border-radius: 30px;
  background-color: #B9DCA3;
  z-index: 10;
}

.btn-service .btn-img-container{
  transform: translate(0px, -10px);
  transition: transform .3s ease-out;
  display: block;
  padding: 12px 12px 12px 12px ;
  height: 100%;
  width:  90%;
  border-radius: 30px;
  background-color: #B9DCA3;
}

.btn-job .btn-img-container{
  transform: translate(10px, -10px);
  transition: transform .3s ease-out;
  display: block;
  padding: 12px 12px 12px 12px ;
  height: 100%;
  width:  90%;
  border-radius: 30px;
  background-color: #B9DCA3;
  
  
}*/



.btn-concept .btn-img-container:hover, .btn-service .btn-img-container:hover, .btn-job .btn-img-container:hover{
  /*transform: translate(10px, 20px);*/
}

/*.btn-concept{
  min-height: 10px;
  padding: 0 4px 0 16px;
  text-align: left;
  float: left;
  
}
.btn-service{
  min-height: 20px;
  padding: 0 10px 0 10px;
  text-align: center;
  
}
.btn-job{
  min-height: 30px;
  padding: 0 16px 0 4px;
  text-align: right;
  float: right;
  
}*/

.btn-concept img, .btn-service img, .btn-job img{

}
.btn-concept p, .btn-service p, .btn-job p{
/*  padding: 0;
  font-size: 16px;
  display: block;
  min-height: 20px;
  width:  80%;
  text-align: center;
  position: absolute;
  z-index: 5;
  pointer-events: none; !important*/
  
}

/*.btn-concept p {
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%); 
}

.btn-service p {
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%); 
}

.btn-job p {
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%); 
}
*/



@media (min-width:768px){

/*  .btn-concept p, .btn-service p, .btn-job p{
    font-size: 24px;
  }*/
}



@media (min-width:992px){

  /*.btn-concept{
    padding: 0 80px 0 16px;
  }
  .btn-service{
    padding: 0 48px 0 48px;
  }
  .btn-job{
    padding: 0 16px 0 80px;
  }
  .btn-concept p, .btn-service p, .btn-job p{
    font-size: 36px;
  }
  .btn-concept p {
    left: 42%;
  }
  .btn-job p{
    left: 58%;
  }

  .btn-concept figure{
    background-color: #709;
  }

  .btn-concept figure:hover figcaption {
    min-height: 36px;
    min-width: 36px;
    background-color: #990;
    left: 44%;
  }
  .btn-service img:hover p {
    left: 52%;
  }
  .btn-job img:hover p{
    left: 60%;
  }
  .btn-concept:hover p, .btn-service:hover p, .btn-job:hover p{
  }*/

}

.btn-row {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 26px 0px 36px 0px ;
}

.btn-concept{
  min-height: 10px;
  padding: 0 50px 0 4px;
  /*background-color: #56e;*/
}
.btn-service{
  min-height: 20px;
  padding: 0 27px 0 27px;
  /*background-color: #a68;*/
}
.btn-job{
  min-height: 30px;
  padding: 0 4px 0 50px;
  /*background-color: #568;*/
}

@media (max-width:992px){

  .btn-row {
    padding: 8px 0px 8px 0px ;
  }

  .btn-concept{
    min-height: 10px;
    padding: 0 12px 0 18px;
    /*background-color: #56e;*/
  }
  .btn-service{
    min-height: 20px;
    padding: 0 15px 0 15px;
    /*background-color: #a68;*/
  }
  .btn-job{
    min-height: 30px;
    padding: 0 18px 0 12px;
    /*background-color: #568;*/
  }

}


.intro-images-container{
  box-sizing: content-box;
  width: 100%;
  margin-bottom: 120px;
  /*background-color: #912;*/

}

.intro-foreground{
  min-height: 100px;
  width: 60%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 5;
  /*background-color: #957;*/
  
}

.intro-foreground img{
  width: 100%;

  /*display: none;*/
}

.intro-background {
  min-height: 100px;
  width: 60%;
  position: absolute;
  top: 90px;
  right:  15px;
  z-index: 0;

  /*background-color: #28b;*/
}

.intro-background img {
  width: 100%;
  /*display: none;*/
}

.intro-text  {
  padding:  24px 24px 24px 24px;
   margin-bottom: 48px;
}

.regular-title{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.regular-text{
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

@media (min-width:992px){

  .regular-title{
    text-align: center;
    font-size: 2.1rem;
    line-height: 2.3rem;
  }

  .regular-text{
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .intro-text  {
    padding:  24px 0px 24px 24px;
  }

}

.btn-viewmore, .btn-viewmore:visited, .btn-viewmore:link {
  text-decoration: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%); 
  background-color: #435D33;
  color: #fff;
  height: 60px;
  border-radius: 30px;
  padding: 16px 32px 16px 32px;
  font-weight: 400;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  white-space: nowrap;
}

.btn-viewmore:hover {
  background-color: #567045;
  color: #fff;

}

.btn-detail-container {
  padding-top: 42px;
  width: 100%;
 text-align: center;
}
.btn-detail:visited, .btn-detail:link {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  /*position: absolute;*/
  /*right:  24px;*/
  color: #435D33;
  background-color: #B9DCA3;
  height: 64px;
  border-radius: 32px;
  padding: 16px 32px 16px 32px;
  font-weight: 400;
  margin-top: 24px;

  text-align: center;
}

.btn-detail:hover {
  background-color: #CEEABB;
  color: #435D33;
  /*color: #B9DCA3;*/
}




.landing-article{
  text-align: center;
  /*position: relative;*/
  display: flex;
  padding-top: 160px;
  padding-bottom: 20px;
 /* width:  100%;
  margin: 0px;
  padding: 0px;*/
  margin-top: 60px;
  margin-bottom: 60px;
}

.article-1{
 min-height:  400px;
  background-image: url("../img/landing/article01.jpg");
  background-repeat: no-repeat;
  background-position: 50% 10%;
  /*background-size: cover;*/
  background-size: 100% auto ;
}

.article-2{
 min-height:  400px;
  background-image: url("../img/landing/article02.jpg");
  background-repeat: no-repeat;
  background-position: 50% 10%;
  /*background-size: 100% auto;*/
  background-size: 100% auto ;
}

.article-3{
 min-height:  400px;
  background-image: url("../img/landing/article03.jpg");
  background-repeat: no-repeat;
  background-position: 50% 10%;
  /*background-size: cover;*/
  background-size: 100% auto ;
}

.landing-article-text {
  min-height: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: 3%;
  /*position: absolute;*/
  /*top: 100px;*/
  /*left: 100px;*/
  width:  98%;
  /*height: 70%;*/
/*  margin: 0px;
  padding: 0px;*/
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 5;
  padding: 18px 24px 48px 24px;
  text-align: left;
}

.landing-article-text h3 {
  padding: 8px;
}


@media (min-width:992px){

  .btn-viewmore, .btn-viewmore:visited, .btn-viewmore:link {

    height: 68px;
    border-radius: 34px;

  }

  .btn-detail:visited, .btn-detail:link {
    padding: 14px 32px 18px 32px;
  }


  .landing-article-text h3 {
    padding: 18px;
  }

  .landing-article{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 120px;
  margin-bottom: 120px;
  }

  .landing-article-text {
    width:  65%;
    padding: 40px 60px 120px 60px;
  }

  .article-1, .article-2, .article-3 {
     background-size: cover;
  }
  .article-3{
    background-position: 50% 50%;
  }
}





footer {
  margin-top: 60px;
  background-color: #B9DCA3;
}

.footer-upperpart {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}

.footer-corp-logo {
  text-align: center;
  padding: 48px 0 48px 0;

  border-bottom: 2px solid #435D33;

}

.footer-corp-logo img{
  width:  300px;

}
.footer-address {
  font-size: 0.8rem;
  text-align: left;
  padding: 36px 0px 36px 0px;
  width:  300px;
  margin-left: auto;
  margin-right: auto;


}

.footer-links {
  padding: 0px 0 48px 0;
  width:  300px;
  margin-left: auto;
  margin-right: auto;
}
.footer-links ul{
  width: 92%;
  margin: 0;
  padding: 0;
}
.footer-links li{
  display: block;
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
  width: 100%;
  list-style: none;
  border-top: 1px solid #435D33;
  padding: 8px 0px 8px 0px;
}
.footer-links ul:last-child {
  border-bottom: 1px solid #435D33;
}

.footer-links li a, .footer-links li a:link, .footer-links li a:visited {
  display: block;
  color: #555;
  text-decoration: none;

}
.footer-links li a:hover{
  color:  #555;
}
.footer-copyright{
  font-size: 12px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 12px;
}

@media (min-width:992px){

  .footer-upperpart {

    border-bottom: 2px solid #435D33;
  }

  .footer-corp-logo{
    margin-left: auto;
    margin-right: auto;

    border-bottom: none;
    
  }



  .footer-address {
    width:  100%;
    font-size: 1.2rem;
    text-align: left;
    padding: 60px 0px 60px 96px;
    
  }
  .footer-links {
    width:  100%;
    

  }

  .footer-links ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .footer-links li{
    padding: 12px 0px 12px 0px;
    font-size: 1.4rem;
    width: auto;
    display: inline;
    border-top: none;
    border-bottom: 2px solid #B9DCA3;
  }

  .footer-links li:hover{
    border-bottom: 2px solid #435D33;
  }

  .footer-links ul:last-child {
    border-bottom: none;
  }

  .footer-links-left{
    padding-right: 5%;
  }

  .footer-links-right{
    padding-left: 5%;
  }
}

@media (min-width:576px){
  .footer-upperpart, .footer-links {
    /*max-width:540px*/
    }}
@media (min-width:768px){
  .footer-upperpart, .footer-links  {
    /*max-width:720px*/
    }}
@media (min-width:992px){
  .footer-upperpart, .footer-links {
    max-width:960px;
    margin-left: auto;
    margin-right: auto;
    }}
@media (min-width:1200px){
  .footer-upperpart, .footer-links {
    max-width:1140px
    }}
@media (min-width:1400px){
  .footer-upperpart, .footer-links {
    max-width:1240px
    }}

