/*----------------------------------------------------*/
/*                      vision                        */
/*----------------------------------------------------*/
.lower-mv.company {
  background-image: url(../img/company/company_lower_mv.jpg);
}

.vision__container {
  padding-top: 100px;
  position: relative;
  margin-bottom: 60px;
  align-items: center;
}

.vision__container:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.vision__txt-box {
  width: 600px;
  position: relative;
}

.vision__txt-box p {
  line-height: 1.7;
}

.vision__txt-box::before {
  position: absolute;
  content: '';
  display: block;
  width: 600px;
  height: 600px;
  background-image: url(../img/common/bg_ring.png);
  background-size: cover;
  top: 50%;
  left: -20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 768px) {
  .vision__txt-box::before {
    left: 10%;
  }
}
@media (max-width: 500px) {
  .vision__txt-box::before {
    width: 300px;
    height: 300px;
    top: 18%;
    left: 5%;
  }
}

.right::before {
  left: 20%;
}

@media (max-width: 768px) {
  .right::before {
    left: 10%;
  }
}
@media (max-width: 500px) {
  .right::before {
    left: 5%;
  }
}

@media (max-width: 1024px) {
  .vision__txt-box {
    width: 100%;
  }
}

.vision__ttl-box {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  .vision__ttl-box {
    display: block;
  }
}

.vision__ttl-number {
  background: #e60012;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  font-size: 34px;
  font-weight: bold;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 500px) {
  .vision__ttl-number {
    margin: 0 auto 20px;
  }
}

.vision__ttl {
  color: #e60012;
  font-size: 34px;
  position: relative;
}

@media (max-width: 500px) {
  .vision__ttl {
    font-size: 24px;
    text-align: center;
  }
}

.vision__txt {
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .vision__img {
    width: 100%;
    margin-top: 50px;
  }
}
