#vision .title {
  margin-bottom: 50px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #vision .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  #vision .title {
    margin-bottom: 30px;
  }
}

#vision .title .container {
  max-width: 960px;
}

@media screen and (max-width: 1024px) {
  #vision .title .container {
    max-width: 95%;
  }
}

#vision .title h1 {
  font-size: 7.5vw;
  color: #f1f1f1;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #vision .title h1 {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #vision .title h1 {
    font-size: 20vw;
  }
}

#vision .title h1 span {
  font-size: 7.5vw;
  color: #ccc;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #vision .title h1 span {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #vision .title h1 span {
    font-size: 20vw;
  }
}

#vision .title_bottom {
  margin-left: 15px;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #vision .title_bottom {
    margin-left: 10px;
    margin-bottom: 17px;
  }
}

#vision .title_bottom h2 {
  font-size: 1.55vw;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  #vision .title_bottom h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  #vision .title_bottom h2 {
    font-size: 3.5vw;
  }
}

#vision .title_arrow {
  width: 156px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #vision .title_arrow {
    width: 17%;
  }
}

#vision .top {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  #vision .top {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 640px) {
  #vision .top {
    margin-bottom: 55px;
  }
}

#vision .vision {
  margin-bottom: 325px;
}

@media screen and (max-width: 1024px) {
  #vision .vision {
    margin-bottom: 250px;
  }
}

@media screen and (max-width: 768px) {
  #vision .vision {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 640px) {
  #vision .vision {
    margin-bottom: 150px;
  }
}

#vision .vision_title {
  padding-top: 30px;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #vision .vision_title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  #vision .vision_title {
    padding-top: 23px;
  }
}

#vision .vision_title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 5px;
  background-color: #000;
}

@media screen and (max-width: 640px) {
  #vision .vision_title::before {
    height: 3px;
  }
}

#vision .vision_title h3 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  #vision .vision_title h3 {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  #vision .vision_title h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 414px) {
  #vision .vision_title h3 {
    font-size: 23px;
  }
}

#vision .vision_txt {
  text-align: center;
  position: relative;
}

#vision .vision_txt::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 398px;
  height: 398px;
  background-image: url(../img/vision/vision_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  #vision .vision_txt::before {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  #vision .vision_txt::before {
    width: 200px;
    height: 200px;
  }
}

#vision .vision_txt p {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #vision .vision_txt p {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #vision .vision_txt p {
    font-size: 17px;
  }
}

@media screen and (max-width: 414px) {
  #vision .vision_txt p {
    font-size: 15px;
  }
}

#vision .message {
  margin-bottom: 210px;
}

@media screen and (max-width: 1024px) {
  #vision .message {
    margin-bottom: 110px;
  }
}

#vision .message_title {
  padding-top: 30px;
  margin-bottom: 107px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #vision .message_title {
    margin-bottom: 95px;
  }
}

@media screen and (max-width: 640px) {
  #vision .message_title {
    padding-top: 23px;
    margin-bottom: 50px;
  }
}

#vision .message_title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 5px;
  background-color: #000;
}

@media screen and (max-width: 640px) {
  #vision .message_title::before {
    height: 3px;
  }
}

#vision .message_title h3 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  #vision .message_title h3 {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  #vision .message_title h3 {
    font-size: 25px;
  }
}

#vision .message_txt {
  text-align: center;
  position: relative;
}

#vision .message_txt::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 705px;
  height: 705px;
  transform: translate(0%, -20%);
  background-image: url(../img/vision/massage_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  #vision .message_txt::before {
    width: 550px;
    height: 550px;
  }
}

@media screen and (max-width: 768px) {
  #vision .message_txt::before {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 640px) {
  #vision .message_txt::before {
    top: 30%;
  }
}

#vision .message_txt h4 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 35px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #vision .message_txt h4 {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  #vision .message_txt h4 {
    font-size: 25px;
  }
}

@media screen and (max-width: 640px) {
  #vision .message_txt h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

#vision .message_txt p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 1.77;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #vision .message_txt p {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  #vision .message_txt p {
    font-size: 15px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  #vision .message_txt p {
    font-size: 13px;
    margin-bottom: 23px;
  }
}

#vision .message_txt p:last-of-type {
  margin-bottom: 0;
}
/*# sourceMappingURL=vision.css.map */