img {
  max-width: 100vw;
}

@media screen and (max-width: 767px) {
  .imgTitle {
    height: 30px;
    display: block;
    margin: 0 auto;
  }
}

.ourValue {
  display: flex;
  justify-content: center;
  padding: 0 10px 0 10px;
  margin-bottom: 8vw;
  position: relative;
}
.ourValue::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/assets/img/about/bg_ourValue.png) 0 0/cover no-repeat;
  top: 5vw;
  left: 0;
  width: 100%;
  height: 30vw;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .ourValue::after {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .ourValue {
    display: block;
    padding: 0 20px 10vw 20px;
    background: url(/assets/img/about/bg_ourValue.png) right 40%/200% no-repeat;
  }
}
.ourValue__vertical {
  font-weight: bold;
  font-size: 3.2rem;
  color: #22559D;
  line-height: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  text-align: initial;
  margin-right: 4vw;
  line-height: 2.4;
  letter-spacing: 8px;
}
.ourValue__vertical_horizontal {
  writing-mode: horizontal-tb;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 1000px) {
  .ourValue__vertical {
    display: block;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 1.8rem;
  }
}
.ourValue__title {
  margin-bottom: 50px;
}
.ourValue p {
  margin-bottom: 30px;
}

.ourVision {
  padding: 0 0 8vw 42vw;
  position: relative;
}
.ourVision::after {
  position: absolute;
  content: "";
  display: block;
  background: url(/assets/img/about/bg_ourVision.png) 0 0/cover no-repeat;
  top: -5vw;
  left: 0;
  width: 100%;
  height: 30vw;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .ourVision::after {
    display: none;
  }
}
.ourVision__title {
  margin-bottom: 50px;
}
.ourVision .sectionHedding {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .ourVision {
    padding: 5vw 20px 0;
    background: url(/assets/img/about/bg_ourVision.png) left 60%/200% no-repeat;
  }
}

.ourMission {
  max-width: 1240px;
  padding: 100px 20px 180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .ourMission {
    padding: 100px 20px;
  }
}
.ourMission__title {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}
.ourMission__box {
  width: 46%;
  border: 1px solid #D4D4D4;
  padding: 40px 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ourMission__box {
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 30px;
  }
  .ourMission__box--2 {
    margin-bottom: 60px;
  }
}
.ourMission__box .sectionHedding {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .ourMission__box .sectionHedding {
    margin-bottom: 15px;
  }
}

.strength .sectionHedding {
  margin-bottom: 40px;
}
.strength__list {
  margin-top: 80px;
  position: relative;
}
.strength__list::before {
  position: absolute;
  content: "";
  width: 748px;
  height: 175px;
  top: 5%;
  right: -5.5vw;
  background: url(/assets/img/about/bg_strength.png) 0 0/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .strength__list::before {
    width: 200px;
    height: 50px;
    right: 0;
    background: url(/assets/img/about/bg_strength.png) 0 0/50vw no-repeat;
  }
}
.strength__items {
  font-size: 2.4rem;
  margin-bottom: 15px;
  line-height: 2.5;
  color: #3E3E3E;
  position: relative;
  padding-left: 100px;
}
.strength__lead {
  margin-bottom: 15px;
  line-height: 2;
  color: #22559D;
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .strength__items {
    font-size: 1.8rem;
    line-height: 2;
    padding-left: 50px;
  }

  .strength__lead {
    padding-left: 0;
  }
}
.strength__items::before {
  position: absolute;
  content: "";
  width: 72px;
  height: 52px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .strength__items::before {
    width: 36px;
    height: 26px;
    top: 5px;
  }
}
.strength__items--01::before {
  background: url(/assets/img/about/strength_items01.png) 0 0/cover no-repeat;
}
.strength__items--02::before {
  background: url(/assets/img/about/strength_items02.png) 0 0/cover no-repeat;
}
.strength__items--03::before {
  background: url(/assets/img/about/strength_items03.png) 0 0/cover no-repeat;
}
.strength__items--04::before {
  background: url(/assets/img/about/strength_items04.png) 0 0/cover no-repeat;
}
.strength__items--05::before {
  background: url(/assets/img/about/strength_items05.png) 0 0/cover no-repeat;
}
.strength__img {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .strength__img {
    margin-bottom: 70px;
  }
}
.strength__img img {
  width: 100%;
}
.strength__btn .btn {
  margin: 0 auto;
}/*# sourceMappingURL=about.css.map */

.sectionHedding--center.about {
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .sectionHedding--center.about {
    text-align: center;
  }
}