@charset "UTF-8";

 .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.bg-video-wrap video {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.bg-video-wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-background-size: 2px 2px;
    -moz-background-size: 2px 2px;
    background-size: 2px 2px;
    background-color: rgba(51, 51, 51, 0.2);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, rgba(51, 51, 51, 0.5)), color-stop(0.5, transparent), to(transparent));
    background-image: -moz-linear-gradient(left, rgba(51, 51, 51, 0.5) 50%, transparent 50%, transparent);
    background-image: -o-linear-gradient(left, rgba(51, 51, 51, 0.5) 50%, transparent 50%, transparent);
    background-image: -ms-linear-gradient(left, rgba(51, 51, 51, 0.5) 50%, transparent 50%, transparent);
    background-image: linear-gradient(left, rgba(51, 51, 51, 0.5) 50%, transparent 50%, transparent);
}


.balloon2{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	    position: relative;
}
.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}



  .balloon2::before {
  z-index: 5;
    position: absolute;
    /* left: calc(50% - 717px); */
    width: 100%;
    height: 134.2px;
    left: -152px;
    top: 25%;
    bottom: 25%;
    background: url(../img/index/01_car.png) no-repeat;
    background-size: 149px;
    content: ''; }
    @media (max-width: 1460px) {
      .balloon2::before {
      } }
    @media (max-width: 767px) {
		.balloon2{

	display: block;

}
		.balloon2-left {

  margin: 0;

}
		  .balloon2::before {

    background: none;
 }
		
		
	.balloon2-left:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 63%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;top: auto;
}
.balloon2-left:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 63%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;top: auto;
}
     }

.spicon{

	display: none;
}
    @media (max-width: 767px) {
.spicon{
text-align: center;
    margin: auto;
    display: block;
    max-width: 180px;
}

}