.fv {
  position: relative;
  background-color: #c6d5d4;
  z-index: 3;
}
@media (min-width: 768px) {
  .fv {
    height: 300px;
    margin-bottom: 8.78vw;
  }
}
@media (max-width: 767px) {
  .fv {
    height: 34.67vw;
    margin: 70px 0 13.33vw;
  }
}
.fv::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/common/co_gr1_fr_btm_2x.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 101% auto;
}
@media (min-width: 768px) {
  .fv::after {
    height: 8.78vw;
    bottom: -8.65vw;
  }
}
@media (max-width: 767px) {
  .fv::after {
    height: 13.33vw;
    bottom: -13vw;
  }
}
.fv__wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv__wrapper {
    padding-top: 220px;
  }
}
@media (max-width: 767px) {
  .fv__wrapper {
    padding-top: 12vw;
  }
}
.fv__head {
  color: #2FC986;
  line-height: 1;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__head {
    font-size: 6vw;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .fv__head {
    font-size: 13.33vw;
  }
}
.fv__subtitle {
  color: #fff;
}

.recruit {
  color: #484848;
}
@media (min-width: 768px) {
  .recruit {
    padding: 70px 0 100px;
  }
}
@media (max-width: 767px) {
  .recruit {
    padding: 25px 0 75px;
  }
}
@media (min-width: 768px) {
  .recruit__wrapper {
    max-width: 1040px;
    padding: 0 30px;
  }
}
.recruit__p {
  line-height: 44px;
}
.recruit__table {
  border-top: 2px solid #2fc986;
  border-bottom: 2px solid #2fc986;
}
@media (min-width: 768px) {
  .recruit__table {
    display: table;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .recruit__table {
    display: block;
    width: 85.33vw;
  }
}
.recruit__table tbody,
.recruit__table tr {
  width: 100%;
}
@media (min-width: 768px) {
  .recruit__table tbody,
  .recruit__table tr {
    display: table;
  }
}
@media (max-width: 767px) {
  .recruit__table tbody,
  .recruit__table tr {
    display: block;
  }
}
@media (max-width: 767px) {
  .recruit__table tr {
    padding: 20px 5px;
  }
}
.recruit__table tr:not(:last-child) {
  border-bottom: 1px solid #bbb;
}
@media (min-width: 768px) {
  .recruit__table th, .recruit__table td {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .recruit__table th, .recruit__table td {
    display: block;
  }
}
.recruit__table th {
  color: #2fc986;
  text-align: left;
}
@media (min-width: 768px) {
  .recruit__table th {
    width: 140px;
  }
}
.recruit__table td span {
  color: #2fc986;
}
.recruit__table td ul {
  list-style: none;
}
.recruit__table td li {
  position: relative;
  padding-left: 14px;
}
.recruit__table td li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #2fc986;
  transform: rotate(45deg);
}
.recruit__table td li:not(:last-child) {
  margin-right: 30px;
}
.entry {
  position: relative;
  background-color: #2fc986;
  color: #fff;
  margin: 11vw 0;
}
.entry::before, .entry::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry::before {
  background-position: top center;
  background-image: url(../img/common/co_gr2_fr_top_2x.png);
  height: 10.98vw;
  top: -10.8vw;
}
.entry::after {
  background-position: bottom center;
  background-image: url(../img/common/co_gr2_fr_btm_2x.png);
  height: 10.98vw;
  bottom: -10.8vw;
}
.entry__wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .entry__wrapper {
    max-width: 1040px;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .entry__wrapper {
    width: 80vw;
  }
}
.entry__head {
  position: relative;
  line-height: 44px;
  margin-top: -4vw;
}
.entry__body {
  position: relative;
  margin-bottom: -4vw;
}
.entry__btn {
  background-color: #fff;
  color: #2fc986;
  border: 1px solid transparent;
  border-radius: 100px;
  line-height: 40px;
  letter-spacing: 0.12rem;
}
@media (min-width: 768px) {
  .entry__btn {
    width: 400px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .entry__btn {
    width: 100%;
    max-width: 300px;
    height: 90px;
  }
}
.entry__btn:hover {
  background-color: #2fc986;
  color: #fff;
  border-color: #fff;
  opacity: 1;
}