.company-wrap {
  margin-top: 40px;
  background: #fff;
  padding: 80px 56px;
}
.service-mission {
  margin-top: 56px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 48px;
  color: #1f2c32;
}
.company-image {
  margin-top: 70px;
}
.company-content {
}
.company-content-title {
  width: 25%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 21px;
  text-align: left;
  color: #1f2c32;
}
.company-content-text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 28px;
  text-align: left;
  color: #1f2c32;
}
.company-content-hr {
  border: 1px solid #c0c1c4;
}
.company-content-detail {
  width: 75%;
}
.company-content-detail-left {
  width: 40%;
}
.company-content-detail-right {
  width: 60%;
}
.company-content-text-left {
  width: 20%;
}
.company-content-text-right {
  width: 80%;
}

@media screen and (max-width: 769px){
  .company-wrap {
    margin-top: 36px;
    padding: 40px 5vw;
  }
  .service-mission {
    margin-top: 40px;
    font-size: 14px;
  }
  .company-image {
    margin-top: 40px;
  }
  .company-content {
  }
  .company-content-title {
    width: 20%;
    font-size: 11px;
    letter-spacing: 0.07em;
  }
  .company-content-title.last-content {
    width: 100%;
    margin-bottom: 10px;
  }
  .company-content-text {
    line-height: 24px;
    font-size: 11px;
  }
  .company-content-hr {
    border: 1px solid #c0c1c4;
    margin: 1.2rem 0;
  }
  .company-content-detail {
    width: 80%;
  }
  .company-content-detail-left {
    width: 100%;
  }
  .company-content-detail-right {
    width: 100%;
  }
  .company-content-text-left {
    width: 25%;
  }
  .company-content-text-right {
    width: 75%;
  }
}
