body {
  font-family: "ヒラギノ丸ゴPro N",
               Meiryo;
}

.navbar{
  background: rgba(225, 225, 225, 0.7);
  
}

.nav-item .nav-link{
    color: #669999;
}

.navbar-nav img{
    width: 100px;
}

.jigyoulogo{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.container-j{
    padding-top:10px;
    padding-bottom:10px;
}

.sanyuulogo{
    width: 9rem;
}

.background-fir{
  background-color: #dce4e3;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 25px;
}

.background-sec{
  background-color: #dce4e3;
  background-size: cover;
  padding-top: 15px;
}

.home_gaiyou{
  margin-top: 30px;
  margin-bottom:30px;
}

.footer{
  background-color: #008bbb;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

h1{
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
}
address{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    
}
.copyright{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
}


@media (min-width: 992px) {
  .navbar-nav li a {
    font-size: 1.2rem;
  }
 }
 @media (max-width: 991.98px) {
  .navbar-nav li a {
    font-size: 1.2rem;
  }
 }
 
 @media (max-width: 767.98px) {
  .navbar-nav li a {
    font-size: 1rem;
  }
 }
 @media (max-width: 575.98px) {
  .navbar-nav li a{
    font-size: 0.5rem;
  }
 }

 @media (min-width: 992px) {
  .philosophy{
    margin-bottom: -8rem;
    margin-right: 0px;
    width: 90%;
  }
 }

 @media (max-width: 991.98px) {
  .philosophy{
    margin-bottom: -4rem;
    width: 400px;
  }
 }
 
 @media (max-width: 767.98px) {
  .philosophy{
    margin-bottom: 1rem;
    width: 390px;
  }
 }
 @media (max-width: 575.98px) {
  .philosophy{
    margin-bottom: 1rem;
    width: 225px;
  }
 }

 @media (min-width: 992px) {
  .mituba{
    padding-top: 10px;
    margin-left:  2rem;
  }
 }

 @media (max-width: 991.98px) {
  .mituba{
    padding-top: 10px;
    margin-left:  1.5rem;
  }
 }
 
 @media (max-width: 767.98px) {
  .mituba{
    padding-top: 1.5rem;
    margin-left: 1rem;
  }
 }
 @media (max-width: 575.98px) {
  .mituba{
    padding-top: 2rem;
  }
 }
 
 @media (min-width: 992px) {
  .text-blue{
    font-size: 1.4rem;
    padding-top: 4rem;
    padding-left: 2rem;
  }
 }
 @media (max-width: 991.98px) {
  .text-blue{
    padding-top: 3rem;
    padding-left: 1.5rem;
  }
 }
 @media (max-width: 767.98px) {
  .text-blue{
    padding-top: 2rem;
    padding-left: 1.5rem;
  }
 }
 @media (max-width: 575.98px) {
  .text-blue{
    padding-top: 0rem;
    padding-left: 1rem;
  }
 }

@media (min-width: 992px) {
  .blue{
    color: #669999;
    font-size: 1.2rem;
  }
 }
 @media (max-width: 991.98px) {
  .blue{
    color: #669999;
  }
 }
 @media (max-width: 767.98px) {
  .blue{
    color: #669999;
    font-size: 0.9rem;
  }
 }
 @media (max-width: 575.98px) {
  .blue{
    color: #669999;
  }
 }

 @media (min-width: 992px) {
  .button{
    margin-top: 1rem;
  }
 }
 @media (max-width: 991.98px) {
  .button{
    margin-top: 0rem;
  }
 }
 @media (max-width: 767.98px) {
  .button{
    margin-top: 0rem;
  }
 }
 @media (max-width: 575.98px) {
  .button{
    margin-top: 0rem;
  }
 }


/*ここからcssアニメーション*/

#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
#loader .loader-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #efefef;
 
}
#loader .loader-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  
}
#loader .loader-slide.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
/*一個目*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-delay: 0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

 
.fadeUpTrigger{
    opacity: 0;
}


/*二個目*/
.fadeUpsec{
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-delay: 1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnimesec{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUpTriggersec{
    opacity: 0;
}

/*三個目*/
.fadeUpthr{
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-delay: 1.4s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnimethr{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUpTriggerthr{
    opacity: 0;
}

/*四個目*/
.fadeUpfou{
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-delay: 1.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnimefou{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUpTriggerfou{
    opacity: 0;
}


/* フッターの波 */
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px;
  min-height:100px;
  max-height:150px;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  
  }
