@charset "utf-8";
#lottie-outer{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#lottie{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 80.5%;
}

#lottie svg{
  position: absolute;
  top: 0;
  left: 0;
}
/*
.bg-box{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #154a6a;
}*/
.txt-box{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #154a6a;
}
.txt-box div,.txt-box div img{
  width: 100%;
}
.txt-box div+div{
  margin-top: 2%;
}
.txt-box .txt1{
  margin-left:-100%;
}
.txt-box .txt2{
  margin-left:100%;
}
.img-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.is-ie11 .img-box{
  background-image: url(/ourstory/plugin/gsap/img/img1.jpg);
	background-size: cover;
}

.alph{
  display: none;
}
.img-svg,.sgv-rect,.img-svg image{
  width: 100%;
  height: 100%;
  display: block;
}
.img-svg image{
  display: block;
}
.img-svg{
  width: 100%;
  height: 100%;
  position: relative;

}
.sgv-rect{
  position: absolute;
  height: 100%;
  transform: skewX(-10deg) translateX(-50%);
  width: 30%;
}
.appear-separately .letter1,.appear-separately .letter2{
  opacity: 0;
  display: inline-block;
}
.appear-separately .letter1+.letter1,.appear-separately .letter2+.letter2{
  padding-left: 2px;
}
.line::after{
  display: inline-block;
  content: "";
  width: 3em;
  height: 1px;
  background-color: #000;
  margin-left: 5px;
  margin-bottom: 0.3em;
}
.fade-in{
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.7s ease-in-out,opacity 2.5s ease-in-out;
}

.fade-in.active{
  opacity: 1;
  transform: translateY(0);
}

@media print,screen and (min-width:1230){
}

@media print,screen and (min-width:751px){
  main h4.appear-separately{
    font-size: 3.5rem;
    line-height: 1.45;
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 70px;
    font-weight: 600;
  }
}
@media screen and (max-width:750px){
  main h4.appear-separately{
    font-size: 2.5rem;
    line-height: 1.45;
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-height: 50px;
    font-weight: 600;
  }
}