.con .col000 {
  color: #000;
}
.con .textCen {
  text-align: center;
}
.con .gap5 {
  gap: 5%;
}
.con .col666 {
  color: #666;
}
.con .section_misson .mes {
  padding: 210px 80px 240px 80px;
  position: relative;
  display: flex;
  background: rgba(217, 217, 217, 0.1);
}
.con .section_misson .mes .c_l {
  width: 50%;
  max-width: 560px;
  text-align: left;
}
.con .section_misson .mes .c_r {
  position: absolute;
  left: auto;
  right: -170px;
  bottom: 0;
  width: 60%;
}
.con .section_misson .mes .c_r img {
  width: 100%;
}
.con .section_values {
  background: #F7F7F7;
}
.con .section_values .swiper {
  width: 100%;
}
.con .section_values .swiper .swiper-slide {
  width: 1440px;
  overflow: hidden;
}
.con .section_values .swiper .swiper-slide img{
    transition: all 0.4s linear;
}
.con .section_values .swiper .swiper-slide:hover img{
      transform: scale(1.05);
}
.con .section_values .swiper .sw_btn_all {
  position: absolute;
  right: calc((100% - 1400px)/2 + 60px);
  bottom: 120px;
}
.con .section_values .swiper .sw_btn_all .swiper_button {
  background-color: #fff;
}
.con .section_values .swiper .sw_btn_all .swiper_button::after {
  color: #000;
}
.con .section_values .swiper .sw_btn_all .swiper_button:hover {
  opacity: 0.5;
}
.con .section_values .swiper .info {
  display: flex;
  gap: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 80px 60px;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.con .section_values .swiper .info > div {
  max-width: calc(100% - 380px);
}
.con .section_values .swiper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s linear;
}
.con .section_statement .wrap {
  background: url(../img/about_vision7.png) no-repeat;
  background-size: 100%;
  background-position: 10%;
}
.con .section_statement .mes {
  text-align: center;
}
@media only screen and (max-width: 1800px) {
  .con .section_misson .mes {
    padding: 10.5vw 4vw 12vw 4vw;
  }
  .con .section_values .swiper .info {
    padding: 4vw 3vw;
  }
  .con .section_values .swiper .sw_btn_all {
    right: 16vw;
    bottom: 4vw;
  }
  .con .section_misson .mes .c_r {
    right: -8vw;
  }
}
@media only screen and (max-width: 1600px) {
  .con .section_values .swiper .swiper-slide {
    width: 80vw;
  }
}
@media only screen and (max-width: 1440px) {
  .con .section_misson .mes .c_r {
    right: -6vw;
  }
  .con .section_values .swiper .info > div {
    max-width: calc(100% - 280px);
  }
  .con .section_misson .mes .c_l {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .con .section_misson .mes .c_r {
    right: -4vw;
  }
}
@media only screen and (max-width: 768px) {
  .con .section_misson .mes .c_r {
    right: 0;
    margin-top: 4vw;
    width: 100%;
    position: static;
  }
  .con .section_misson .mes {
    flex-wrap: wrap;
  }
  .con .section_misson .mes {
    padding: 10vw 8vw 0 8vw;
  }
  .con .section_misson .mes .c_l {
    width: 100%;
  }
  .con .section_values .swiper .info > div {
    max-width: 100%;
    width: 100%;
  }
  .con .section_values .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .con .section_values .swiper img {
    height: 160px;
  }
  .con .section_values .swiper .info {
    position: static;
    gap: 0;
    background: #fff;
    color: #000;
    padding: 6vw;
    flex: 1;
  }
  .con .section_values .swiper .sw_btn_all {
    position: static;
    margin-top: 6vw;
  }
  .con .section_values .swiper .swiper_button {
    border-color: #000;
  }
  .con .section_values .swiper .swiper_button:after {
    color: #000;
  }
  .con .section_values .swiper .swiper_button:hover {
    background: #000;
  }
  .con .section_values .swiper .swiper_button:hover:after {
    color: var(--Secondary-color);
  }
  .con .section_statement .wrap {
    background-position: center 10%;
  }
}
