.fv {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .fv {
    margin-top: 70px;
  }
}
.fv__head {
  position: absolute;
  color: #2FC986;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.02rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__head {
    font-size: 12.45vw;
    line-height: 10.98vw;
    bottom: -7.17vw;
  }
}
@media (max-width: 767px) {
  .fv__head {
    font-size: 22.67vw;
    line-height: 1;
    bottom: -16.33vw;
  }
}
.fv__subtitle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  .fv__subtitle {
    font-size: 7.17vw;
    line-height: 10.47vw;
  }
}
@media (max-width: 767px) {
  .fv__subtitle {
    font-size: 10.27vw;
    line-height: 14.93vw;
  }
}
.fv__subtitle span {
  display: table;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 1px 15px;
}

.intro {
  background-color: #efefef;
}
@media (min-width: 768px) {
  .intro {
    margin-top: -10.98vw;
    padding: calc(10.98vw + 180px) 0 calc(10.98vw + 130px);
  }
}
@media (max-width: 767px) {
  .intro {
    margin-top: -16vw;
    padding: calc(16vw + 90px) 0 125px;
  }
}
@media (min-width: 768px) {
  .intro__wrapper {
    max-width: 1100px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .intro__wrapper {
    width: 80vw;
  }
}
.intro__body {
  color: #484848;
}
@media (min-width: 768px) {
  .intro__body {
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .intro__body {
    line-height: 50px;
  }
}

.recruit.recruit1, .recruit.recruit3 {
  position: relative;
  background-color: #fff;
}
.recruit.recruit1::before, .recruit.recruit1::after, .recruit.recruit3::before, .recruit.recruit3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit.recruit1::before, .recruit.recruit3::before {
  background-position: top center;
  background-image: url(../img/common/co_w_fr_top_2x.png);
  height: 10.98vw;
  top: -10.8vw;
}
@media (min-width: 768px) {
  .recruit.recruit1 .recruit__img::before, .recruit.recruit3 .recruit__img::before {
    top: -115px;
    left: -150px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .recruit.recruit1 .recruit__img::before, .recruit.recruit3 .recruit__img::before {
    top: -8.42vw;
    left: -10.98vw;
  }
}
.recruit.recruit1 .recruit__box, .recruit.recruit3 .recruit__box {
  background-color: #d8f8ec;
}
@media (min-width: 768px) {
  .recruit.recruit1 .recruit__wrapper {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.recruit.recruit1::after {
  background-position: bottom center;
  background-image: url(../img/common/co_w_fr_btm_2x.png);
  height: 10.98vw;
  bottom: -10.8vw;
}
.recruit.recruit2 {
  background-color: #d8f8ec;
  padding: 11vw 0;
}
@media (min-width: 768px) {
  .recruit.recruit2 .recruit__wrapper {
    padding-top: 200px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .recruit.recruit2 .recruit__wrapper {
    padding-top: 17.33vw;
    padding-bottom: 16vw;
  }
}
@media (min-width: 768px) {
  .recruit.recruit2 .recruit__img::before {
    bottom: -115px;
    right: -150px;
  }
}
.recruit.recruit2 .recruit__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .recruit.recruit3 {
    padding-bottom: 210px;
  }
}
@media (max-width: 767px) {
  .recruit.recruit3 {
    padding-bottom: 33.33vw;
  }
}
@media (min-width: 768px) {
  .recruit__wrapper {
    max-width: 1115px;
    padding: 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .recruit__wrapper {
    max-width: 85.33vw;
  }
}
@media (max-width: 767px) {
  .recruit__wrapper {
    width: 80vw;
    padding-top: 6.67vw;
  }
}
.recruit__img {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .recruit__img {
    flex: 1;
    max-width: 456px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .recruit__img {
    max-width: 33.5vw;
  }
}
@media (max-width: 767px) {
  .recruit__img {
    max-width: 74.67vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .recruit__img img {
    max-width: 456px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .recruit__img img {
    max-width: 33.5vw;
  }
}
@media (max-width: 767px) {
  .recruit__img img {
    width: 74.67vw;
  }
}
.recruit__img::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/recruit/recruit_pt1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 768px) {
  .recruit__img::before {
    width: 382px;
    height: 306px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .recruit__img::before {
    width: 27.96vw;
    height: 22.4vw;
  }
}
@media (max-width: 767px) {
  .recruit__img::before {
    top: -16.67vw;
    left: -29.33vw;
    width: 68vw;
    height: 54.4vw;
  }
}
.recruit__content {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .recruit__content {
    width: 558px;
    margin-left: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .recruit__content {
    width: 40.85vw;
  }
}
.recruit__num {
  color: #2FC986;
  line-height: 1;
  letter-spacing: 0.04rem;
  border: 1px solid #2FC986;
}
@media (min-width: 768px) {
  .recruit__num {
    border-radius: 50px;
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .recruit__num {
    border-radius: 5px;
    padding: 5px 10px;
  }
}
.recruit__tx {
  width: 120px;
  margin-left: 20px;
}
.recruit__p {
  color: #484848;
  line-height: 38px;
}
.recruit__box {
  background-color: #d8f8ec;
  border-radius: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .recruit__box {
    padding: 30px 70px;
  }
}
@media (max-width: 767px) {
  .recruit__box {
    padding: 15px 25px;
  }
}
.recruit__ul {
  list-style: none;
}
@media (min-width: 768px) {
  .recruit__ul {
    gap: 25px 30px;
  }
}
@media (max-width: 767px) {
  .recruit__ul {
    gap: 15px;
  }
}
.recruit__li {
  position: relative;
  padding-left: 15px;
}
.recruit__li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #2FC986;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
.recruit__btn {
  background-color: #fff;
  color: #2FC986;
  border-radius: 100px;
  border: 2px solid #2FC986;
  letter-spacing: 0.12em;
  transition: background 0.3s, color 0.3s;
}
.recruit__btn:hover {
  background-color: #2FC986;
  color: #fff;
  opacity: 1;
}
@media (min-width: 768px) {
  .recruit__btn {
    max-width: 100%;
    width: 400px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .recruit__btn {
    max-width: 320px;
    width: 100%;
    height: 70px;
  }
}

.interview {
  position: relative;
  background-color: #efefef;
}
@media (min-width: 768px) {
  .interview {
    margin-top: 11vw;
    padding: 0 0 120px;
  }
}
@media (max-width: 767px) {
  .interview {
    padding: 20px 0 50px;
  }
}
.interview::before {
  content: "";
  display: block;
  position: absolute;
  top: -10.8vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 10.98vw;
  background-image: url(../img/common/co_gr3_fr_top_2x.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .interview::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(-10.98vw - 210px);
    right: -140px;
    width: 446px;
    height: 396px;
    background-image: url(../img/recruit/recruit_pt2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
  }
}
.interview__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.interview__head {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #2FC986;
  letter-spacing: 0.04rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .interview__head {
    top: -16.1vw;
    font-size: 12.52vw;
    line-height: 10.98vw;
  }
}
@media (max-width: 767px) {
  .interview__head {
    top: -18.67vw;
    line-height: 1;
    font-size: 20vw;
  }
}
@media (max-width: 767px) {
  .interview__head .textanimation {
    line-height: 1;
  }
}
.interview__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .interview__body {
    margin-top: -3.66vw;
  }
}
@media (max-width: 767px) {
  .interview__body {
    max-width: 78vw;
  }
}
.interview__items {
  list-style: none;
}
@media (min-width: 768px) {
  .interview__items {
    gap: 3.5vw 5vw;
  }
}
@media (max-width: 767px) {
  .interview__items {
    gap: 5.33vw 8vw;
  }
}
@media (min-width: 768px) {
  .interview__item {
    width: 16.03vw;
  }
}
@media (max-width: 767px) {
  .interview__item {
    width: 34.67vw;
  }
}
@media (min-width: 768px) {
  .interview__anc {
    width: 16.03vw;
  }
}
@media (max-width: 767px) {
  .interview__anc {
    width: 34.67vw;
  }
}
.interview__1 .interview__img::before {
  background-image: url(../img/recruit/in_item1.png);
}
@media (min-width: 768px) {
  .interview__1 .interview__img::before {
    width: 179px;
    height: 174px;
    bottom: -30px;
    left: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__1 .interview__img::before {
    width: 13.1vw;
    height: 12.74vw;
    bottom: -2.2vw;
    left: -2.93vw;
  }
}
@media (max-width: 767px) {
  .interview__1 .interview__img::before {
    width: 20.53vw;
    height: 19.73vw;
    bottom: -2.67vw;
    left: -4vw;
  }
}
.interview__2 .interview__img::before {
  background-image: url(../img/recruit/in_item2.png);
}
@media (min-width: 768px) {
  .interview__2 .interview__img::before {
    width: 191px;
    height: 160px;
    top: -30px;
    right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__2 .interview__img::before {
    width: 13.98vw;
    height: 11.71vw;
    top: -2.2vw;
    right: -0.73vw;
  }
}
@media (max-width: 767px) {
  .interview__2 .interview__img::before {
    width: 21.87vw;
    height: 18.4vw;
    top: -4vw;
    right: -0.67vw;
  }
}
.interview__3 .interview__img::before {
  background-image: url(../img/recruit/in_item3.png);
}
@media (min-width: 768px) {
  .interview__3 .interview__img::before {
    width: 196px;
    height: 166px;
    bottom: -5px;
    left: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__3 .interview__img::before {
    width: 14.35vw;
    height: 12.15vw;
    bottom: -0.36vw;
    left: -2.93vw;
  }
}
@media (max-width: 767px) {
  .interview__3 .interview__img::before {
    width: 22.4vw;
    height: 17.33vw;
    bottom: -0.67vw;
    left: -4vw;
  }
}
.interview__4 .interview__img::before {
  background-image: url(../img/recruit/in_item4.png);
}
@media (min-width: 768px) {
  .interview__4 .interview__img::before {
    width: 195px;
    height: 165px;
    top: -30px;
    right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__4 .interview__img::before {
    width: 13.98vw;
    height: 11.71vw;
    top: -2.2vw;
    right: -0.73vw;
  }
}
@media (max-width: 767px) {
  .interview__4 .interview__img::before {
    width: 21.87vw;
    height: 18.4vw;
    top: -4vw;
    right: -0.67vw;
  }
}
.interview__5 .interview__img::before {
  background-image: url(../img/recruit/in_item5.png);
}
@media (min-width: 768px) {
  .interview__5 .interview__img::before {
    width: 179px;
    height: 174px;
    bottom: -30px;
    left: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__5 .interview__img::before {
    width: 13.1vw;
    height: 12.74vw;
    bottom: -2.2vw;
    left: -2.93vw;
  }
}
@media (max-width: 767px) {
  .interview__5 .interview__img::before {
    width: 20.53vw;
    height: 19.73vw;
    bottom: -2.67vw;
    left: -4vw;
  }
}
.interview__6 .interview__img::before {
  background-image: url(../img/recruit/in_item6.png);
}
@media (min-width: 768px) {
  .interview__6 .interview__img::before {
    width: 191px;
    height: 160px;
    top: -30px;
    right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__6 .interview__img::before {
    width: 13.98vw;
    height: 11.71vw;
    top: -2.2vw;
    right: -0.73vw;
  }
}
@media (max-width: 767px) {
  .interview__6 .interview__img::before {
    width: 21.87vw;
    height: 18.4vw;
    top: -4vw;
    right: -0.67vw;
  }
}
.interview__7 .interview__img::before {
  background-image: url(../img/recruit/in_item7.png);
}
@media (min-width: 768px) {
  .interview__7 .interview__img::before {
    width: 196px;
    height: 166px;
    bottom: -5px;
    left: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__7 .interview__img::before {
    width: 14.35vw;
    height: 12.15vw;
    bottom: -0.36vw;
    left: -2.93vw;
  }
}
@media (max-width: 767px) {
  .interview__7 .interview__img::before {
    width: 22.4vw;
    height: 17.33vw;
    bottom: -0.67vw;
    left: -4vw;
  }
}
.interview__img {
  position: relative;
}
@media (min-width: 768px) {
  .interview__img {
    width: 16.03vw;
  }
}
@media (max-width: 767px) {
  .interview__img {
    width: 34.67vw;
  }
}
.interview__img::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.interview__img img {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .interview__name {
    line-height: 47px;
    letter-spacing: 0.16rem;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__name {
    font-size: 1.98vw;
    line-height: 3.44vw;
    letter-spacing: 0.08rem;
  }
}
@media (max-width: 767px) {
  .interview__name {
    font-size: 4.27vw;
    line-height: 7.47vw;
    letter-spacing: 0.08rem;
  }
}

.entry {
  position: relative;
  background-color: #2fc986;
}
@media (min-width: 768px) {
  .entry {
    padding: 90px 0 110px;
  }
}
@media (max-width: 767px) {
  .entry {
    padding: 50px 0;
  }
}
.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;
  color: #484848;
  line-height: 44px;
}
.entry__body {
  position: relative;
}
.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: 70px;
  }
}
.entry__btn:hover {
  background-color: #2fc986;
  color: #fff;
  border-color: #fff;
  opacity: 1;
}