@charset "UTF-8";

.about-recruit .about-recruit__wpr.-top .heading-normal,
.about-recruit .about-recruit__wpr .heading-normal {
    margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .about-recruit .about-recruit__wpr.-top .heading-normal,
  .about-recruit .about-recruit__wpr .heading-normal,
  .about-recruit .about-recruit__wpr:last-child .heading-normal {
      margin-bottom: 20px;
  }
}
.about-recruit .about-recruit__wpr.-top .newgrad-btn {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
  width: 482px;
  height: 219px;
  transition: opacity 300ms ease;
}
@media screen and (min-width: 768px) {
  .about-recruit .about-recruit__wpr.-top .newgrad-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .about-recruit .about-recruit__wpr.-top .newgrad-btn {
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    width: 319px;
    height: 147px;
  }
}
.about-recruit .about-recruit__wpr.-top .newgrad-btn .image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.about-recruit .about-recruit__wpr.-top .newgrad-btn .image img {
  width: 100%;
  height: 100%;
}
.about-recruit .about-recruit__wpr.-top .newgrad-btn .text {
  position: relative;
  width: fit-content;
  font-size: 32px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.05em;
  padding: 74px 0 0 119px;
}
@media screen and (max-width: 767px) {
  .about-recruit .about-recruit__wpr.-top .newgrad-btn .text {
    font-size: 22px;
    padding: 45px 0 0 92px;
  }
}
.about-recruit .about-recruit__wpr.-top .newgrad-btn .arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 32px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .about-recruit .about-recruit__wpr.-top .newgrad-btn .arrow {
    right: 16px;
    bottom: 16px;
    width: 38px;
    height: 25px;
  }
}
.about-recruit .about-recruit__wpr.-top .newgrad-btn .arrow::after {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 12px;
  mask-image: url('../img/recruitment/arrow.svg');
  mask-repeat: no-repeat;
  mask-size: 18px 12px;
  background-color: #2E7048;
}
@media screen and (max-width: 767px) {
  .about-recruit .about-recruit__wpr.-top .newgrad-btn .arrow::after {
    width: 15px;
    height: 10px;
    mask-image: url('../img/recruitment/arrow_sp.svg');
    mask-repeat: no-repeat;
    mask-size: 15px 10px;
  }
}
.about-recruit .about-recruit__wpr .mid-career-btn {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0 auto 74px;
  width: 482px;
  height: 219px;
  background-color: #2E7048;
  transition: opacity 300ms ease;
}
@media screen and (min-width: 768px) {
  .about-recruit .about-recruit__wpr .mid-career-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .about-recruit .about-recruit__wpr .mid-career-btn {
    margin: 0 auto 50px;
    width: 319px;
    height: 146px;
  }
}
.about-recruit .about-recruit__wpr .mid-career-btn .text {
  position: relative;
  width: fit-content;
  font-size: 32px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.05em;
  padding: 65px 0 0 109px;
}
@media screen and (max-width: 767px) {
  .about-recruit .about-recruit__wpr .mid-career-btn .text {
    font-size: 22px;
    padding: 40px 0 0 69px;
  }
}
.about-recruit .about-recruit__wpr .mid-career-btn .arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 32px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .about-recruit .about-recruit__wpr .mid-career-btn .arrow {
    right: 16px;
    bottom: 16px;
    width: 38px;
    height: 25px;
  }
}
.about-recruit .about-recruit__wpr .mid-career-btn .arrow::after {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 12px;
  mask-image: url('../img/recruitment/arrow.svg');
  mask-repeat: no-repeat;
  mask-size: 18px 12px;
  background-color: #2E7048;
}
@media screen and (max-width: 767px) {
  .about-recruit .about-recruit__wpr .mid-career-btn .arrow::after {
    width: 15px;
    height: 10px;
    mask-image: url('../img/recruitment/arrow_sp.svg');
    mask-repeat: no-repeat;
    mask-size: 15px 10px;
  }
}