@charset "UTF-8";
.c-visual__img-holder--about {
  background: url("/data/img/views/recruit/recruitment/pc/visual.png") no-repeat center center;
  background-size: cover;
}

.v-section1 {
  margin-top: 120px;
}
.v-section1 .u-layout > ul {
  display: flex;
  justify-content: space-between;
}
.v-section1 .u-layout > ul > li {
  list-style: none;
  width: 560px;
}
.v-section1 .u-layout > ul > li > p {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  line-height: 1.8;
  margin-top: 18px;
}
.v-section1 .u-flex {
  margin-top: 21px;
  justify-content: space-between;
}
.v-section1__txt {
  font-size: 14px;
  font-weight: bold;
  color: #00A73C;
}
.v-section1__txt > span {
  font-size: 30px;
  font-weight: 900;
  color: #000;
  display: block;
}
.v-section1__btn > a {
  height: 60px;
  width: 240px;
  position: relative;
  background-color: #00A73C;
  border: 1px solid #00A73C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}
.v-section1__btn > a::before {
  content: "›";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  display: block;
  margin: auto;
  top: 11px;
  right: 30px;
}
.v-section1__btn > a:hover {
  background-color: #fff;
  color: #00A73C;
}
.v-section1__btn > a:hover::before {
  color: #00A73C;
}

.v-link-section {
  margin: 110px 0 170px;
}
.v-link-section__list {
  display: flex;
}
.v-link-section__list > li {
  list-style: none;
  width: calc(100% / 3);
  height: 340px;
}
.v-link-section__list > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
.v-link-section__list > li > a > p {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
.v-link-section__list > li > a > p > span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-top: 20px;
}
.v-link-section__list > li > a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.2s;
}
.v-link-section__list > li > a:hover::before {
  background-color: transparent;
}
.v-link-section__list--1 {
  background: url("/data/img/views/recruit/work/pc/list1.png") no-repeat center center;
  background-size: cover;
}
.v-link-section__list--2 {
  background: url("/data/img/views/recruit/about/pc/list2.png") no-repeat center center;
  background-size: cover;
}
.v-link-section__list--3 {
  background: url("/data/img/views/recruit/about/pc/list3.png") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .v-section1 {
    margin-top: 5.5rem;
  }
  .v-section1 .u-layout > ul {
    display: block;
  }
  .v-section1 .u-layout > ul > li {
    width: 100%;
  }
  .v-section1 .u-layout > ul > li > p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .v-section1 .u-layout > ul > li + li {
    margin-top: 5rem;
  }
  .v-section1 .u-flex {
    margin-top: 1rem;
  }
  .v-section1__txt {
    font-size: 1.4rem;
  }
  .v-section1__txt > span {
    font-size: 3rem;
    margin-top: 1rem;
    line-height: 1;
  }
  .v-section1__btn > a {
    width: 24rem;
    height: 6rem;
    margin: 2rem auto 0;
    font-size: 2.4rem;
  }
  .v-section1__btn > a::before {
    font-size: 2rem;
    right: 2.9rem;
    top: 1.2rem;
  }

  .v-link-section {
    margin: 10rem 0 12rem;
    padding: 0 3rem;
  }
  .v-link-section > ul {
    display: block;
  }
  .v-link-section > ul > li {
    width: 100%;
    height: 19.2rem;
  }
  .v-link-section > ul > li > a > p {
    font-size: 2.1rem;
  }
  .v-link-section > ul > li > a > p > span {
    font-size: 0.8rem;
    margin-top: 1.5rem;
  }
  .v-link-section > ul > li + li {
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=index.css.map */