#mv-body{
  height: 730px;
}
#mv {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 80vh;
}

.mv-bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  animation: anime 10s 0s infinite;
}
#mv01 {
  z-index: 20;
}
#mv02 {
  z-index: 18;
  animation-delay: 5s;
}
#mv03 {
  z-index: 16;
  animation-delay: 10s;
}
#mv04 {
  z-index: 14;
  animation-delay: 15s;
}

@keyframes anime {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
  100% { transform: scale(1.06); }
}

#top-text {
  position: relative;
  z-index: 123;
  padding-left: 17vw;
  line-height: 1.1;
}

#greeting {
  padding: 10vw 0 8vw;
  /*background: linear-gradient(135deg, #122a88 0%,#5583cc 49%,#3970ce 52%,#a8d9ff 100%);*/
  line-height: 1.8;
}
#logo-greeting {
  padding: 0 2.5vw;
  opacity: .3;
}
#logo-greeting img {
  filter: grayscale(1) brightness(20);
}

#greeting-text {
  height: 100%;
  transition: .6s ease-out;
  transform: translateY(40px);
  opacity: 0;
	position: relative;
	z-index: 1234;
}
#greeting-text.delighter.started {
  transform: translateY(0);
  opacity: 1;
}
#products .position-absolute{
  left: 0;
}
.products-list{
  margin-top: 6vw;
}
#service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 51, 101,.3);
  z-index: 1;
}
#service > div, #service > header {
  position: relative;
  z-index: 123;
}
#service header {
  height: 16vw;
}
#service .list-wrapp {
  padding: 0 17vw;
}

#service dl {
  height: 15vw;
  padding: 1vw;
  background-color: rgba(255,255,255,.9) !important;
}
#service dt {
  padding-left: .5vw;
  padding-bottom: .7vw;
  margin-bottom: 1.6vw;
}
#service dd {
  padding: 0 .3vw;
}
#service li {
  padding: 0 .5vw 1vw;
}
#service a {
  text-decoration: none;
}
#sankaku {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 123;
  overflow: hidden;
}
#sankaku > div div {
  width: 0;
  height: 0;
  border-style: solid;
  /*border-top-width: 5vw;
  border-bottom-width: 5vw;*/
}
.sankaku-b div {
  border-width: 7vw 50.3vw 0 49.7vw;
  border-color: #f8f9fa transparent transparent transparent;
}
.sankaku-l div {
  border-left-width: 50vw;
  border-right-width: 0;
  border-color: transparent transparent transparent #78a1cc;
}
.sankaku-r div {
  border-left-width: 0;
  border-right-width: 50vw;
  border-color: transparent #78a1cc transparent transparent;
}
li#s-detail {
  margin-top: 1.7vw;
  padding-bottom: 2vw
}
#contents li {
  padding: 0 1vw;
}
#contents .bg-cover {
  height: 18vw;
}
#banner .bg-cover {
  height: 18vw;
  position: relative;
}
#banner .bg-cover::after {
  content: "";
  background-color: rgba(0, 51, 101,.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .4;
  transition: 0.2s ease-out;
}
#banner h2 {
  display: inline-block;
  padding: 3vw 1vw;
  margin-top: -4vw;
  line-height: 1.7;
  transition: 0.2s ease-out;
  position: relative;
  z-index: 123;
}
#banner a:hover h2 {
  margin-top: -5vw;
}
#banner a:hover .bg-cover::after {
  opacity: 1;
}
#bnr-contact {
  margin: 7vw 0 5vw;
}
#bnr-contact a {
  padding: .5vw 6vw;
}
.list-box {
  height: 17vw;
  overflow: auto;
}
#news li {
  padding-bottom: .3vw;
  margin-bottom: 1.7vw;
}
#contents li{
  background-size:cover;
  height: 40vh;
}
#contents div{
  width:100%;
  background-color:rgb(255,255,255,75%);
}
@media (min-width: 768px){
  #service header {
    text-shadow: 1px 1px 1px rgba(50, 85, 136,.8);
  }
}
@media (min-width:1300px){
  #products{
    font-size:0.9rem;
  }
}
@media (max-width: 1199px){
  .bnr-rellax {
    top: -15vw;
    left: 0;
    height: 62vw;
  }
  #service li a > dl {
    height: 19vw;
  }
}
@media (min-width: 992px){
  #products .position-absolute {
      top: 0;
      left: 0;
  }
}
@media (max-width: 991px){
  .bnr-rellax {
    top: -15vw;
    left: 0;
    height: 62vw;
  }
  #service li a > dl {
    height: 19vw;
  }
  #products .position-absolute{
    position: inherit!important;
  }
  #products figcaption {
    height: 2vh;
  }
}

@media (max-width: 767px){
  #mv {
    height: 80vw;
    min-height: 0;
  }
  #top-text {
    font-size: 200%;
    padding: 0;
  }
  #greeting p {
    font-size: 100%;
  }
  #products {
    padding: 7vw 0;
  }
  #contents h2 {
    font-size: 80%;
  }
  #banner .bg-cover {
    height: 50vw;
  }
  #banner li {
    height: 65vw;
  }
  #banner h2 {
    padding: 3vw 10vw;
    margin-top: 0;
    position: relative;
    top: -7vw;
  }
  #bnr-contact a {
    padding: .7vw 14vw;
  }
  .list-box {
    height: 50vw;
  }
}

@media (max-width: 575px){
  
}


