.v-company__title {
  position: relative;
}
.v-company__title .v-title {
  background-image: url("/data/img/views/company/pc/text_bg.png");
  width: 100%;
  height: 242px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 86% 86%;
  position: absolute;
  bottom: 0;
  top: -3rem;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.v-company__md-1 {
  padding: 80px 0 0;
}
.v-company__md-1__text {
  padding: 20px 0;
}
.v-company__md-1__text > ul {
  width: 820px;
  margin: 0 auto;
  display: block;
}
.v-company__md-1__text > ul li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.v-company__md-1__text > ul li i {
  color: #707070;
  margin-right: 0.5em;
}
.v-company__md-1__text .v-md-border {
  background-image: url("/data/img/views/company/pc/border_bg.png");
  width: 100%;
  height: 1px;
  display: block;
  margin: 6rem 0 0;
}
.v-company__md-2 {
  padding: 50px 0 40px;
}
.v-company__md-2 .v-headline-h2 {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  color: #887535;
  font-weight: normal;
}
.v-company__md-2 .v-headline-h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #887535;
  margin: 0 auto;
}
.v-company__md-2 > ul {
  display: flex;
  flex-wrap: wrap;
}
.v-company__md-2 > ul li {
  list-style: none;
  float: left;
  width: 327px;
}
.v-company__md-2 > ul li .v-text {
  padding-top: 8rem;
}
.v-company__md-2 > ul li .v-text > p {
  font-size: 15px;
  line-height: 30px;
}
.v-company__md-2 > ul li .v-text > p:nth-child(2) {
  margin-top: 5rem;
}
.v-company__md-2 > ul li .v-text > p > span {
  color: #887535;
  font-size: 35px;
  padding-top: 15px;
  display: block;
}
.v-company__md-2 > ul li:nth-child(2) {
  margin-left: 45px;
  width: 580px;
}
.v-company__md-2__text {
  font-size: 15px;
  font-weight: normal;
  color: #1A1A1A;
  line-height: 30px;
  margin-top: 50px;
}
.v-company__md-3 {
  background: #F5F5F5;
  padding: 80px 0 60px;
}
.v-company__md-3__recruit {
  width: 100%;
  margin-top: 80px;
  height: 300px;
  background: url(/data/img/views/company/pc/recruit.png) no-repeat center center;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
.v-company__md-3__recruit__text {
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.v-company__md-3__recruit__text h3 {
  font-size: 31px;
  font-weight: normal;
  line-height: 2.2;
}
.v-company__md-3__recruit__text p {
  font-size: 14.5px;
  line-height: 2;
}
.v-company__md-3__recruit:hover {
  opacity: 0.6;
}

@media screen and (max-width: 750px) {
  .v-company__title {
    position: relative;
  }
  .v-company__title .v-title {
    background-image: url("/data/img/views/company/sp/text_bg.png");
    width: 218px;
    height: 98px;
    background-position: 50%;
    left: 0;
    right: 0;
  }
  .v-company__md-1 {
    padding: 3rem 0 0;
  }
  .v-company__md-1__text {
    padding: 20px 0;
  }
  .v-company__md-1__text > ul {
    width: auto;
  }
  .v-company__md-1__text > ul li {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  .v-company__md-1__text .v-md-border {
    background-image: url("/data/img/views/company/pc/border_bg.png");
    width: 100%;
    height: 1px;
    display: block;
    margin: 6rem 0 0;
  }
  .v-company__md-2 {
    padding: 5rem 0 4rem;
  }
  .v-company__md-2 .v-headline-h2 {
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
    padding-bottom: 1rem;
    color: #000;
    font-weight: normal;
  }
  .v-company__md-2 .v-headline-h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10rem;
    height: 1px;
    background: red;
    margin: 0 auto;
  }
  .v-company__md-2 > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .v-company__md-2 > ul li {
    list-style: none;
    float: left;
    width: 32.7rem;
  }
  .v-company__md-2 > ul li > img {
    width: 100%;
  }
  .v-company__md-2 > ul li .v-text {
    padding-top: 3rem;
  }
  .v-company__md-2 > ul li .v-text > p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .v-company__md-2 > ul li .v-text > p:nth-child(2) {
    margin-top: 5rem;
  }
  .v-company__md-2 > ul li .v-text > p > span {
    color: #887535;
    font-size: 3.5rem;
    padding-top: 1.5rem;
    display: block;
  }
  .v-company__md-2 > ul li:nth-child(2) {
    margin-left: auto;
    width: 100%;
    display: block;
  }
  .v-company__md-2__text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 5.8rem;
    text-align: justify;
  }
  .v-company__md-3 {
    background: #F5F5F5;
    padding: 8rem 0 6rem;
  }
  .v-company__md-3__recruit {
    width: 100%;
    margin-top: 36px;
    height: 36vw;
    background: url(/data/img/views/company/sp/recruit.png) no-repeat center center;
    background-size: cover;
    background-position: center;
  }
  .v-company__md-3__recruit__text {
    text-align: center;
    font-weight: normal;
    color: #fff;
  }
  .v-company__md-3__recruit__text h3 {
    font-size: 1.9rem;
    line-height: 2.7;
  }
  .v-company__md-3__recruit__text p {
    font-size: 1.2rem;
    line-height: 2;
  }
  .v-company__md-3__recruit:hover {
    opacity: 0.6;
  }
}
/*# sourceMappingURL=index.css.map */