.v-warranty .v-inner__title {
  position: relative;
}
.v-warranty .v-inner__title .v-title {
  background-image: url("/data/img/views/warranty/pc/text_bg.png");
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 81% 86%;
  position: absolute;
  bottom: 0;
  top: -3rem;
}
.v-warranty__md-3 {
  background: #F5F5F5;
  padding: 80px 0 60px;
}
.v-warranty__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-warranty__md-3__recruit__text {
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.v-warranty__md-3__recruit__text h3 {
  font-size: 31px;
  font-weight: normal;
  line-height: 2.2;
}
.v-warranty__md-3__recruit__text p {
  font-size: 14.5px;
  line-height: 2;
}
.v-warranty__md-3__recruit:hover {
  opacity: 0.6;
}
.v-warranty__content {
  padding: 150px 0 0;
}
.v-warranty__content__section {
  margin-bottom: 10rem;
}
.v-warranty__content__section .v-title {
  margin-bottom: 5rem;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.v-warranty__content__section .v-title > p {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.4;
}
.v-warranty__content__section .v-title > p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #DD0000;
  margin: 0 auto;
}
.v-warranty__content__section > ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.v-warranty__content__section > ul li {
  list-style: none;
  float: left;
  width: 327px;
}
.v-warranty__content__section > ul li .v-text > p {
  font-size: 15px;
  line-height: 30px;
}
.v-warranty__content__section > ul li .v-text > p:first-child {
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: bold;
}
.v-warranty__content__section > ul li .v-text > p > span {
  color: #887535;
  font-size: 35px;
  padding-top: 15px;
  display: block;
}
.v-warranty__content__section > ul li:nth-child(2) {
  width: 490px;
  width: 490px;
  position: absolute;
  right: 0;
}
.v-warranty__content__section-2 {
  margin-bottom: 10rem;
}
.v-warranty__content__section-2 .v-title {
  margin-bottom: 5rem;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.v-warranty__content__section-2 .v-title > p {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.4;
}
.v-warranty__content__section-2 .v-title > p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #DD0000;
  margin: 0 auto;
}
.v-warranty__content__section-2 .v-ul-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.v-warranty__content__section-2 .v-ul-1:last-child {
  margin-bottom: 0;
}
.v-warranty__content__section-2 .v-ul-1 li {
  list-style: none;
  width: 490px;
  float: left;
}
.v-warranty__content__section-2 .v-ul-1 li .v-text > p {
  font-size: 15px;
}
.v-warranty__content__section-2 .v-ul-1 li .v-text > p:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.v-warranty__content__section-2 .v-ul-1 li:nth-child(2) {
  width: 450px;
}
.v-warranty__content__section-3 {
  margin-bottom: 10rem;
}
.v-warranty__content__section-3 .v-title {
  margin-bottom: 5rem;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.v-warranty__content__section-3 .v-title > p {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.4;
}
.v-warranty__content__section-3 .v-title > p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #DD0000;
  margin: 0 auto;
}
.v-warranty__content__section-3 > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.v-warranty__content__section-3 > ul li {
  list-style: none;
  width: 450px;
  float: left;
}
.v-warranty__content__section-3 > ul li .v-text > p {
  font-size: 15px;
}
.v-warranty__content__section-3 > ul li .v-text > p:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.v-warranty__content__section-3 > ul li:nth-child(2) {
  width: 490px;
}
.v-warranty__content__section-3__img {
  margin-top: 7rem;
}
.v-warranty__content__last {
  background: #F5F5F5;
  padding: 80px 0 60px;
}

@media screen and (max-width: 750px) {
  .v-warranty .v-inner__title .v-title {
    width: 100%;
    height: 8rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    top: 0;
  }
  .v-warranty__md-3 {
    background: #F5F5F5;
    padding: 8rem 0 6rem;
  }
  .v-warranty__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-warranty__md-3__recruit__text {
    text-align: center;
    font-weight: normal;
    color: #fff;
  }
  .v-warranty__md-3__recruit__text h3 {
    font-size: 1.9rem;
    line-height: 2.7;
  }
  .v-warranty__md-3__recruit__text p {
    font-size: 1.2rem;
    line-height: 2;
  }
  .v-warranty__md-3__recruit:hover {
    opacity: 0.6;
  }
  .v-warranty__content {
    padding: 80px 0 0;
  }
  .v-warranty__content__section {
    margin-bottom: 5rem;
  }
  .v-warranty__content__section .v-title {
    margin-bottom: 0;
  }
  .v-warranty__content__section .v-title > p {
    font-size: 2rem;
  }
  .v-warranty__content__section .v-title > p::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #DD0000;
    margin: 0 auto;
  }
  .v-warranty__content__section > ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .v-warranty__content__section > ul li {
    list-style: none;
    float: none;
    width: 100%;
  }
  .v-warranty__content__section > ul li .v-text {
    margin-top: 3rem;
  }
  .v-warranty__content__section > ul li .v-text > p {
    font-size: 13px;
    line-height: 30px;
    text-align: left;
  }
  .v-warranty__content__section > ul li .v-text > p:first-child {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 15px;
  }
  .v-warranty__content__section > ul li .v-text > p > span {
    color: #887535;
    font-size: 35px;
    padding-top: 15px;
    display: block;
  }
  .v-warranty__content__section > ul li:nth-child(2) {
    width: 100%;
    position: inherit;
    right: inherit;
  }
  .v-warranty__content__section__img {
    margin-top: 3rem;
  }
  .v-warranty__content__section-2 {
    margin-bottom: 5rem;
  }
  .v-warranty__content__section-2 .v-title {
    margin-bottom: 0;
  }
  .v-warranty__content__section-2 .v-title > p {
    font-size: 2rem;
  }
  .v-warranty__content__section-2 .v-title > p::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #DD0000;
    margin: 0 auto;
  }
  .v-warranty__content__section-2 .v-ul-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .v-warranty__content__section-2 .v-ul-1 li {
    list-style: none;
    width: 100%;
    float: none;
  }
  .v-warranty__content__section-2 .v-ul-1 li .v-text {
    margin-top: 3rem;
  }
  .v-warranty__content__section-2 .v-ul-1 li .v-text > p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .v-warranty__content__section-2 .v-ul-1 li .v-text > p:first-child {
    font-size: 15px;
    text-align: center;
  }
  .v-warranty__content__section-2 .v-ul-1 li:nth-child(2) {
    width: 100%;
  }
  .v-warranty__content__section-3 {
    margin-bottom: 5rem;
  }
  .v-warranty__content__section-3 .v-title {
    margin-bottom: 0;
  }
  .v-warranty__content__section-3 .v-title > p {
    font-size: 2rem;
  }
  .v-warranty__content__section-3 .v-title > p::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #DD0000;
    margin: 0 auto;
  }
  .v-warranty__content__section-3 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .v-warranty__content__section-3 > ul li {
    list-style: none;
    width: 100%;
    float: none;
  }
  .v-warranty__content__section-3 > ul li .v-text {
    margin-top: 3rem;
  }
  .v-warranty__content__section-3 > ul li .v-text > p {
    font-size: 13px;
  }
  .v-warranty__content__section-3 > ul li .v-text > p:first-child {
    font-size: 15px;
    text-align: center;
  }
  .v-warranty__content__section-3 > ul li:nth-child(2) {
    width: 100%;
  }
  .v-warranty__content__section-3__img {
    margin-top: 3rem;
  }
  .v-warranty__content__last {
    padding: 5rem 0 3rem;
  }
}
/*# sourceMappingURL=index.css.map */