.bannerbg{
  display: block;
  position: relative;
  width: 100%;
  background: url(../images/about-us.webp) no-repeat center center;
  background-size: cover;
  padding: 90px 0 10px;
}
.bannerbg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.90);
}
.widthsmall{
  width: 700px;
  max-width: 100%;
  margin:0 auto;
  position: relative;
  margin-bottom: 7rem;
  position: relative;
  z-index: 1;
}
.widthsmall::after{
  content: '';
  display: block;
  clear: both;
}
.maintitle{
  color: #000000;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}
.subtitle{
  color: #000000;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.04em;
    display: block;
    margin-bottom: 1rem;
}
.subtitle span{
  color: #CBA969;
}
.widthsmall P{
  font-size: 17px;
    line-height: 1.4em;
    color: #000000CC;
}
.bannerbg .maintitle{
  color: #fff;
}
.bannerbg p{
  color: #fff;
}
.divider{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00000073;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin:1rem 0;
}
.divider::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.divider span{
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.dividerblack{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    word-spacing: 0.1em;
    line-height: 1;
    position: relative;
    margin: 1rem 0;
}
.dividerblack::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dividerblack span {
    display: inline-block;
    padding: 0 10px;
    background: #000;
    position: relative;
    z-index: 1;
}
.abouttop{
  display: block;
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.abouttop .figure{
  display: block;
  width: 100%;
}
.abouttop .figure img{
  width: 100%;
  height: auto;
}
.abouttop .caption{
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 20%;
}
.abouttop p{
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  color: #3d3d3d;
}
.complexmediabg{
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 160px;
}
.complexmediabg::before{
  content: '';
  width: 83.33%;
  height: 100%;
  position: absolute;
  top: 15%;
  left: 0;
  background: #000928;
}
.complexmediabg .figure{
  width: 66.66%;
  left: 25%;
  z-index: 1;
  position: relative;
}
.complexmediabg .figure img{
  width: 100%;
  height: auto;
}
.complexmediabg .container{
  position: relative;
  z-index: 1;
  padding-top: 3rem;
}
.complexmediabg .caption{
  display: block;
  width: 41.11%;
  margin:0 auto;
  position: relative;
  z-index: 1;
  padding-top: 3rem;
}
.complexmediabg .maintitle{
  color: #fff;
  text-align: left;
}
.complexmediabg p{
  color: #fff;
  line-height: 1.8;
  font-size: 1.1rem;
}
.leaderbg{
  display: block;
  position: relative;
  width: 100%;
  background: #EDEEEE;
  padding: 60px 0;
}
.leaderbg .figure{
  display: block;
  width: 100%;
}
.leaderbg .figure img{
  width: 100%;
  height: auto;
}
.leaderbg .caption{
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px){
  .abouttop .caption{
    padding-right: 0;
    padding-top: 2rem;
  }
  .complexmediabg .caption{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .complexmediabg::before{
    width: 100%;
  }
  .complexmediabg p{
    font-size: 1rem;
  }
}