@import url(reset.css);
@import url(font.css);
@import url(column.css);
@import url(common.css);
@import url(pc.css);
@import url(mobile.css);
.about {
  padding-bottom: 0;
}
.about .pic-block h2 {
  font-size: 3.5vw;
}
.about .first h2 {
  margin: 5vw 0;
  font-size: 2.08vw;
  line-height: 3.13vw;
  color: #141414;
}
.about .first .comp p {
  padding-right: 3vw;
  font-size: 0.94vw;
  line-height: 1.25vw;
  color: #141414;
}
.about .first .gsp {
  margin-top: 7.8vw;
  margin-bottom: 10vw;
}
.about .first .gsp h2 {
  margin: 0 7.24vw;
  margin-top: 13vw;
  font-size: 1.56vw;
  line-height: 2.34vw;
  color: #141414;
}
.about .vision {
  padding: 6vw 0;
}
.about .vision .row {
  width: 58vw;
  margin: 0 auto;
}
.about .vision dl {
  display: flex;
  flex-direction: row;
  margin-right: 3.85vw;
}
.about .vision dl dt {
  width: 5.4vw;
  flex: none;
  font-size: 0.94vw;
  line-height: 1.88vw;
  color: #141414;
}
.about .vision dl dd {
  flex: 1;
  font-size: 1.56vw;
  line-height: 2.34vw;
  color: #141414;
}
.about .vision h2 {
  margin-top: 10vw;
  margin-bottom: 5vw;
  font-size: 4.69vw;
  line-height: 2.34vw;
  color: #141414;
}
.about .vision .green {
  display: flex;
  align-items: center;
}
.about .vision .green .intro {
  flex: 1;
  margin-right: 8.5vw;
  font-size: 0.94vw;
  line-height: 1.25vw;
}
.about .vision .green .intro h5 {
  color: #3bb183;
  margin-bottom: 1.82vw;
}
.about .vision .green .intro p {
  color: #141414;
  margin-bottom: 2vw;
}
.about .vision .green .intro a {
  color: #3bb183;
}
.about .vision .green video {
  flex: none;
  width: 62.86vw;
  height: 34.32vw;
  position: relative;
}
.about .values {
  padding: 7.5vw 0;
  width: 61.82vw;
  margin: 0 auto;
}
.about .values h2 {
  margin-bottom: 1.7vw;
  font-size: 2.08vw;
  line-height: 1.88vw;
  color: #141414;
}
.about .values h2 + p {
  font-size: 0.94vw;
  line-height: 1.25vw;
  color: #141414;
}
.about .values .points {
  margin-top: 10vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about .values .points dl {
  width: 13.91vw;
}
.about .values .points dl dt {
  margin-bottom: 2vw;
  font-size: 0.94vw;
  line-height: 1.25vw;
  color: #cca761;
}
.about .values .points dl dd {
  font-size: 0.83vw;
  line-height: 1.25vw;
  color: #141414;
}
@media screen and (max-width: 960px) {
  .about .first {
    padding: 15vw 4vw;
  }
  .about .first h2 {
    font-size: 8vw;
    line-height: 150%;
  }
  .about .first .comp p {
    font-size: 3.47vw;
    line-height: 150%;
    margin-bottom: 15vw;
  }
  .about .first .gsp {
    margin: 0;
  }
  .about .first .gsp img {
    position: relative;
    left: -4vw;
    right: -4vw;
    width: 100vw;
  }
  .about .first .gsp h2 {
    font-size: 5.33vw;
    line-height: 150%;
    margin: 0;
    padding: 16vw 0;
    font-weight: 400;
  }
  .about .img img {
    height: 75.07vw;
    object-fit: cover;
  }
  .about .vision {
    width: auto;
    padding: 15vw 4vw;
  }
  .about .vision .row {
    width: auto;
    margin: 0;
  }
  .about .vision dl {
    margin-bottom: 15vw;
  }
  .about .vision dl dt {
    width: 22.27vw;
    font-size: 3.47vw;
    line-height: 150%;
  }
  .about .vision dl dd {
    font-size: 5.33vw;
    line-height: 150%;
  }
  .about .vision h2 {
    font-size: 12vw;
    line-height: 150%;
  }
  .about .vision .green {
    flex-direction: column;
  }
  .about .vision .green .intro {
    margin-right: 0;
  }
  .about .vision .green .intro h5 {
    font-size: 3.47vw;
    line-height: 150%;
    margin-bottom: 11.2vw;
  }
  .about .vision .green .intro p {
    font-size: 3.47vw;
    line-height: 150%;
    margin-bottom: 8vw;
  }
  .about .vision .green .intro a {
    font-size: 3.47vw;
    line-height: 150%;
  }
  .about .vision .green video {
    margin-top: 16vw;
    position: relative;
    left: 0;
    width: 100vw;
    right: 0;
    height: 87.87vw;
    object-fit: cover;
  }
  .about .pic-block h2 {
    font-size: 10.67vw;
    line-height: 150%;
  }
  .about .values {
    padding: 15vw 4vw;
    width: auto;
  }
  .about .values h2 {
    font-size: 5.33vw;
    line-height: 150%;
  }
  .about .values h2 + p {
    font-size: 3.47vw;
    line-height: 150%;
  }
  .about .values .points {
    flex-direction: column;
  }
  .about .values .points dl {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15vw;
  }
  .about .values .points dl dt {
    width: 23vw;
    flex: none;
    font-size: 3.47vw;
    line-height: 150%;
  }
  .about .values .points dl dd {
    font-size: 3.47vw;
    line-height: 150%;
  }
}
/*# sourceMappingURL=./about.css.map */