.c-visual--2 {
  background: url("/data/img/views/recruit/about/message/pc/visual.png") no-repeat center center;
  background-size: cover;
}
.c-visual__txt--2 > h3 {
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.v-section1 {
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  transition: all 500ms;
}
.v-section1__div1 {
  display: flex;
}
.v-section1__img-holder {
  width: 50%;
  height: 700px;
  position: relative;
  background: url("/data/img/views/recruit/about/message/pc/img1.png") no-repeat center center;
  background-size: cover;
}
.v-section1__txt-right {
  width: 520px;
  margin-left: 50px;
  padding-top: 50px;
}
.v-section1__txt-right__txt1 {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.v-section1__txt-right__txt2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.v-section1__txt-right__txt2 > span {
  font-size: 14px;
  color: #00A73C;
  margin-left: 18px;
}
.v-section1__txt-right__txt3 {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 1.8;
  margin-top: 40px;
  text-align: justify;
}
.v-section1.is-fade-up-view {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}

.v-section2 {
  margin-top: 100px;
  position: relative;
  height: 800px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
  transition: all 500ms;
}
.v-section2__img-holder {
  background: url("/data/img/views/recruit/about/message/pc/img2.png") no-repeat center center;
  background-size: cover;
  height: 700px;
  width: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.v-section2__txt-holder {
  width: 520px;
  position: relative;
  padding-top: 100px;
}
.v-section2__txt1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  position: relative;
  z-index: 4;
}
.v-section2__txt2 {
  font-size: 200px;
  font-weight: 900;
  line-height: 1.4;
  line-height: 0.9;
  color: #33B863;
  position: absolute;
  z-index: 3;
  top: 110px;
  left: -100px;
}
.v-section2__txt3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 40px;
  color: #fff;
  text-align: justify;
  position: relative;
  z-index: 4;
}
.v-section2::before {
  content: "";
  width: 66%;
  height: 800px;
  background-color: #00A73C;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.v-section2.is-fade-up-view {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}

.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) {
  .c-visual--2 {
    background: url("/data/img/views/recruit/about/message/sp/visual.png") no-repeat center center;
    background-size: cover;
    padding-top: 11rem;
    align-items: baseline;
  }
  .c-visual__txt--2 > h3.is-mt-top1 {
    margin-top: 10rem;
  }
  .c-visual__txt--2 > h3.is-mt-top2 {
    margin-top: 1rem;
  }

  .v-section1 {
    margin-top: -4rem;
  }
  .v-section1__div1 {
    display: block;
  }
  .v-section1__img-holder {
    width: 34.5rem;
    height: 24.8rem;
  }
  .v-section1__txt-right {
    margin-left: 0;
    padding: 3.5rem 3rem 0;
    width: 100%;
  }
  .v-section1__txt-right__txt1 {
    font-size: 1.6rem;
  }
  .v-section1__txt-right__txt2 {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
  .v-section1__txt-right__txt2 > span {
    font-size: 1.4rem;
    margin-left: 1.8rem;
  }
  .v-section1__txt-right__txt3 {
    font-size: 1.4rem;
    margin-top: 2.5rem;
  }

  .v-section2 {
    margin-top: 5rem;
    height: 97.2rem;
  }
  .v-section2__img-holder {
    position: relative;
    width: 34.5rem;
    height: 24.8rem;
  }
  .v-section2__txt-holder {
    width: 100%;
    padding: 0;
    margin-top: 2.7rem;
  }
  .v-section2__txt1 {
    font-size: 2.4rem;
    line-height: 2;
  }
  .v-section2__txt2 {
    font-size: 10rem;
    line-height: 1;
    top: -1rem;
    left: -2rem;
  }
  .v-section2__txt3 {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .v-section2::before {
    width: 100%;
    top: 19.3rem;
    height: 78rem;
  }

  .v-section3 {
    margin: 7rem 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 */