.v-visual {
  height: 400px;
  background: url("/data/img/views/recruit/work/career/pc/visual.png") no-repeat center center;
  background-size: cover;
}
.v-visual__txt--1 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.v-visual__txt--2 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.v-visual .u-layout {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  padding-top: 100px;
}

.v-section1 {
  margin-top: 50px;
}
.v-section1__div1 {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.v-section1__div2 {
  margin-top: 100px;
}
.v-section1__div2__p {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 1.6;
  margin-top: 30px;
}
.v-section1__div2__p2 {
  font-size: 24px;
  color: #00A73C;
  font-weight: bold;
  margin-top: 50px;
}
.v-section1__div2 > ul {
  background-color: #F5F5F5;
  padding: 20px 30px 30px 50px;
  margin-top: 20px;
}
.v-section1__div2 > ul > li {
  list-style: none;
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 1.6;
}
.v-section1__div2 > ul > li > p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.v-section1__div2 > ul > li + li {
  margin-top: 20px;
}
.v-section1__div2 > ul > li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00A73C;
  position: absolute;
  left: -15px;
  top: 10px;
  border-radius: 50%;
}
.v-section1__left {
  width: 500px;
}
.v-section1__left > table > tbody > tr > td {
  color: #000000;
  font-size: 14px;
  padding-left: 30px;
}
.v-section1__left > table > tbody > tr > td > p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.v-section1__left > table > tbody > tr:nth-child(n+2) > th {
  padding-top: 30px;
}
.v-section1__left > table > tbody > tr:nth-child(n+2) > td {
  padding-top: 30px;
}

.v-section3 {
  margin: 100px 0 170px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  transition: all 500ms;
}
.v-section3 > a {
  display: flex;
  width: 970px;
  margin: auto;
  text-decoration: none;
}
.v-section3 > a:hover .v-section3__div2 .v-section3__txt .v-section3__txt3 {
  background-color: #fff;
  color: #00A73C;
}
.v-section3 > a:hover .v-section3__div2 .v-section3__txt .v-section3__txt3::before {
  background: url("/data/img/views/recruit/styleguide/pc/nav_arw_green.png") no-repeat center center;
  background-size: cover;
}
.v-section3__div2 {
  border-top: 1px solid #00A73C;
  border-right: 1px solid #00A73C;
  border-bottom: 1px solid #00A73C;
  width: 100%;
}
.v-section3__txt {
  text-align: center;
  padding-top: 40px;
}
.v-section3__txt1 {
  font-size: 16px;
  font-weight: bold;
  color: #00A73C;
}
.v-section3__txt2 {
  font-size: 40px;
  font-weight: 900;
  color: #000;
}
.v-section3__txt3 {
  text-decoration: none;
  border: 1px solid #00A73C;
  background-color: #00A73C;
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  position: relative;
  margin: 20px auto 0;
}
.v-section3__txt3::before {
  content: "";
  width: 7px;
  height: 24px;
  background: url("/data/img/views/recruit/styleguide/pc/nav_arw_white.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  margin: auto;
  top: -3px;
  bottom: 0;
  right: 20px;
}
.v-section3.is-fade-up-view {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}

@media screen and (max-width: 750px) {
  .v-visual {
    height: 20rem;
    background: url("/data/img/views/recruit/work/career/sp/visual.png") no-repeat center center;
    background-size: cover;
  }
  .v-visual__txt--1 {
    font-size: 1.4rem;
  }
  .v-visual__txt--2 {
    font-size: 3rem;
  }
  .v-visual .u-layout {
    padding-top: 5rem;
  }

  .v-section1 {
    margin-top: 5rem;
  }
  .v-section1__div1 {
    display: block;
    margin-top: 3.4rem;
  }
  .v-section1__div2 {
    margin-top: 10rem;
  }
  .v-section1__div2__p {
    font-size: 1.4rem;
    margin-top: 2.7rem;
    text-align: justify;
  }
  .v-section1__div2__p2 {
    font-size: 1.6rem;
    margin-top: 6rem;
  }
  .v-section1__div2 > ul {
    margin-top: 1.3rem;
    padding: 3rem 4rem 3.4rem 5.2rem;
  }
  .v-section1__div2 > ul > li {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }
  .v-section1__div2 > ul > li > p {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .v-section1__div2 > ul > li + li {
    margin-top: 2rem;
  }
  .v-section1__div2 > ul > li::before {
    width: 0.8rem;
    height: 0.8rem;
    top: 1.2rem;
    left: -1.7rem;
  }
  .v-section1__left {
    width: 100%;
  }
  .v-section1__left > table > tbody > tr > th {
    vertical-align: top;
    width: 6rem;
  }
  .v-section1__left > table > tbody > tr > th > img {
    width: 100%;
  }
  .v-section1__left > table > tbody > tr > td {
    padding-left: 3rem;
    font-size: 1.4rem;
  }
  .v-section1__left > table > tbody > tr > td > p {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 1;
  }
  .v-section1__left > table > tbody > tr:nth-child(n+2) > th {
    padding-top: 3rem;
  }
  .v-section1__left > table > tbody > tr:nth-child(n+2) > td {
    padding-top: 3rem;
  }
  .v-section1__right {
    margin-top: 3rem;
  }

  .v-section3 {
    margin: 10rem 0 12rem;
    padding: 0 3rem;
  }
  .v-section3 > a {
    width: 100%;
    display: block;
  }
  .v-section3__div2 {
    border-right: 1px solid #00A73C;
    border-left: 1px solid #00A73C;
    border-top: 0;
  }
  .v-section3__txt {
    padding: 3.2rem 0 3rem;
  }
  .v-section3__txt1 {
    font-size: 1.6rem;
  }
  .v-section3__txt2 {
    font-size: 4rem;
    margin-top: 1rem;
    line-height: 1;
  }
  .v-section3__txt3 {
    width: 24rem;
    height: 6rem;
    font-size: 2.4rem;
    margin: 4rem auto 0;
  }
  .v-section3__txt3::before {
    font-size: 2rem;
    right: 2.9rem;
    top: 1.2rem;
    bottom: inherit;
  }
}
/*# sourceMappingURL=index.css.map */