@media screen and (max-width: 500px) {
  .l-header__entry {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .p-pageMv__wrap::before {
    width: 250%;
    transform: rotate(-20deg) translate(-280px, -200px);
  }
}
@media screen and (max-width: 500px) {
  .p-pageMv__triangle:first-child {
    height: 40%;
  }
}
@media screen and (max-width: 500px) {
  .p-pageMv__triangle:nth-child(2) {
    height: 35%;
  }
}
.p-selection__title {
  width: 820px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .p-selection__title {
    width: 85%;
  }
}
@media screen and (max-width: 810px) {
  .p-selection__title {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .p-selection__title {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__title {
    width: 275px;
    max-width: 90%;
  }
}
.p-selection__title__box {
  font-size: 8.6rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: bold;
  display: table;
  color: #555;
}

@media screen and (max-width: 1080px) {
  .p-selection__title__box {
    font-size: 8rem;
  }
}
@media screen and (max-width: 810px) {
  .p-selection__title__box {
    font-size: 7rem;
  }
}
@media screen and (max-width: 650px) {
  .p-selection__title__box {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__title__box {
    font-size: 3.4rem;
  }
}
.p-selection__title__box:nth-child(2) {
  margin-left: auto;
}

.p-selection__title__box .small {
  font-size: 6.8rem;
  font-weight: bold;
  color: #555;
}

@media screen and (max-width: 1080px) {
  .p-selection__title__box .small {
    font-size: 6rem;
  }
}
@media screen and (max-width: 810px) {
  .p-selection__title__box .small {
    font-size: 5rem;
  }
}
@media screen and (max-width: 650px) {
  .p-selection__title__box .small {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__title__box .small {
    font-size: 2.8rem;
  }
}
.p-selection__title__box .red {
  color: #d0231f;
  font-weight: bold;
}

.p-selection__triangle {
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: #d0231f;
  height: 520px;
  width: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 1080px) {
  .p-selection__triangle {
    height: 50vw;
  }
}
@media screen and (max-width: 810px) {
  .p-selection__triangle {
    height: 45vw;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__triangle {
    height: 58vw;
  }
}
.p-selection__desc {
  position: relative;
  margin: 70px auto 0;
  width: 580px;
  max-width: 100%;
}

.p-selection__desc .reception {
  position: absolute;
}

.p-selection__desc .reception:first-child {
  top: -35px;
  left: -140px;
  width: 80px;
}

@media screen and (max-width: 810px) {
  .p-selection__desc .reception:first-child {
    left: -60px;
    width: 70px;
  }
}
@media screen and (max-width: 650px) {
  .p-selection__desc .reception:first-child {
    top: -35px;
    left: -25px;
    width: 60px;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__desc .reception:first-child {
    left: -20px;
    width: 55px;
  }
}
.p-selection__desc .reception:nth-child(2) {
  right: -105px;
  bottom: 0;
  width: 55px;
}

@media screen and (max-width: 810px) {
  .p-selection__desc .reception:nth-child(2) {
    right: -70px;
    width: 55px;
  }
}
@media screen and (max-width: 650px) {
  .p-selection__desc .reception:nth-child(2) {
    right: -30px;
    bottom: -30px;
    width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__desc .reception:nth-child(2) {
    right: -20px;
    bottom: -25px;
    width: 45px;
  }
}
.p-selection__heading {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
  color: #707070;
}

.p-selection__read {
  color: #707070;
}

.p-selection__wrapper {
  position: relative;
  margin: 80px auto 0;
  width: 870px;
  max-width: 100%;
  padding-left: 20px;
}

@media screen and (max-width: 810px) {
  .p-selection__wrapper {
    margin-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__wrapper {
    margin-top: 50px;
    padding-left: 0px;
  }
}
.p-selection__icon {
  position: absolute;
  top: 280px;
  right: -35px;
  width: 290px;
}

@media screen and (max-width: 810px) {
  .p-selection__icon {
    right: -30px;
    width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__icon {
    width: 120px;
    right: 0;
    top: 300px;
  }
}
.p-selection__contents {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 15px;
}

@media screen and (max-width: 500px) {
  .p-selection__contents {
    gap: 0 12px;
  }
}
.p-selection__contents:nth-child(n+2) {
  margin-top: 30px;
}

.p-selection__contents:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 98px;
  height: 120%;
  width: 5px;
  background-color: #b20805;
}

@media screen and (max-width: 810px) {
  .p-selection__contents:not(:last-child)::before {
    left: 88px;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__contents:not(:last-child)::before {
    left: 48px;
    top: 60%;
  }
}
.p-selection__item {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  width: 200px;
  min-width: 200px;
  height: 90px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  background-color: #b20805;
  transition: background-color 0.3s;
  clip-path: polygon(50% 18%, 100% 0, 100% 82%, 50% 100%, 0 82%, 0 0);
  cursor: pointer;
}

@media screen and (max-width: 810px) {
  .p-selection__item {
    width: 180px;
    min-width: 180px;
    height: 85px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__item {
    font-size: 1.6rem;
    width: 100px;
    min-width: 100px;
    height: 50px;
    gap: 0 8px;
    padding-top: 5px;
    clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  }
}
.p-selection__item:hover {
  background-color: #d0231f;
}

.p-selection__item .arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 500px) {
  .p-selection__item .arrow {
    width: 8px;
    height: 8px;
    margin-top: -2px;
  }
}
.p-selection__text {
  color: #707070;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 14px;
}

@media screen and (max-width: 810px) {
  .p-selection__text {
    padding-top: 8px;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__text {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-top: 5px;
  }
}
.p-selection__text .small {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 300;
  color: #707070;
  display: block;
  margin-top: 5px;
}

.p-selection__supplement {
  margin-top: 45px;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .p-selection__supplement {
    color: #333;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__supplement {
    margin-top: 40px;
  }
}
.p-selection__cards {
  position: absolute;
  top: 0;
  left: 0;
}

.p-selection__cards.view {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  pointer-events: all;
  z-index: 10;
}

.p-selection__cards::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.p-selection__card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 850px;
  max-width: 90%;
  display: flex;
  align-items: center;
  gap: 0 50px;
  padding: 10px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 810px) {
  .p-selection__card {
    gap: 0 4vw;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__card {
    flex-wrap: wrap;
    gap: 25px 0;
    padding-bottom: 20px;
  }
}
.p-selection__card.view {
  opacity: 1;
  pointer-events: all;
  margin-top: 45px;
}

.p-selection__close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #c8c8c8;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

@media screen and (max-width: 500px) {
  .p-selection__close {
    top: -10px;
    right: -10px;
  }
}
.p-selection__close::before, .p-selection__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 15px;
  background-color: #fff;
}

.p-selection__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-selection__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-selection__close:hover {
  background-color: #868383;
}

.p-selection__image {
  width: 425px;
  height: 350px;
}

@media screen and (max-width: 810px) {
  .p-selection__image {
    width: 43vw;
    height: 36vw;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__image {
    width: 100%;
    height: 55vw;
  }
}
.p-selection__texts {
  width: 37.5%;
}

@media screen and (max-width: 810px) {
  .p-selection__texts {
    width: 41%;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__texts {
    width: 100%;
  }
}
.p-selection__cardTitle {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 810px) {
  .p-selection__cardTitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-selection__cardText {
  color: #565654;
  font-size: 1.4rem;
  margin-top: 25px;
}

@media screen and (max-width: 810px) {
  .p-selection__cardText {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-selection__cardText {
    margin-top: 15px;
  }
}
.p-recruiter {
  padding: 120px 0 30px;
  background-color: #d0231f;
}

@media screen and (max-width: 500px) {
  .p-recruiter {
    padding-top: 100px;
  }
}
.p-recruiter .c-inner {
  max-width: 1005px;
}

.p-recruiter .c-title__en {
  width: 450px;
  margin: auto;
}

@media screen and (max-width: 1080px) {
  .p-recruiter .c-title__en {
    width: 440px;
  }
}
@media screen and (max-width: 810px) {
  .p-recruiter .c-title__en {
    width: 380px;
  }
}
@media screen and (max-width: 650px) {
  .p-recruiter .c-title__en {
    width: 70vw;
  }
}
.p-recruiter .reception {
  position: absolute;
}

.p-recruiter .reception:first-child {
  top: 30px;
  left: 70px;
  width: 55px;
}

@media screen and (max-width: 1080px) {
  .p-recruiter .reception:first-child {
    left: 5vw;
  }
}
@media screen and (max-width: 810px) {
  .p-recruiter .reception:first-child {
    width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-recruiter .reception:first-child {
    width: 40px;
    left: 3vw;
    top: 70px;
  }
}
.p-recruiter .reception:nth-child(2) {
  right: 20px;
  top: 160px;
  width: 60px;
}

@media screen and (max-width: 1080px) {
  .p-recruiter .reception:nth-child(2) {
    right: 1vw;
    top: 180px;
  }
}
@media screen and (max-width: 810px) {
  .p-recruiter .reception:nth-child(2) {
    top: 160px;
    width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-recruiter .reception:nth-child(2) {
    top: 165px;
    width: 40px;
  }
}
.p-recruiter__heading {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 1080px) {
  .p-recruiter__heading {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 810px) {
  .p-recruiter__heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 650px) {
  .p-recruiter__heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  .p-recruiter__heading {
    font-size: 2.4rem;
  }
}
.p-recruiter__wrap {
  display: flex;
  gap: 0 3.5%;
  margin-top: 80px;
}

@media screen and (max-width: 810px) {
  .p-recruiter__wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .p-recruiter__wrap {
    flex-wrap: wrap;
    gap: 50px 0;
  }
}
.p-recruiter__contents {
  width: 33%;
}

@media screen and (max-width: 500px) {
  .p-recruiter__contents {
    width: 100%;
  }
}
.p-recruiter__image {
  height: 400px;
}

@media screen and (max-width: 1080px) {
  .p-recruiter__image {
    height: 35vw;
  }
}
@media screen and (max-width: 500px) {
  .p-recruiter__image {
    height: 60vw;
  }
}
.p-recruiter__desc {
  margin-top: 10px;
}

.p-recruiter__desc .c-button {
  width: 155px;
  justify-content: flex-start;
  padding-left: 8px;
}

@media screen and (max-width: 650px) {
  .p-recruiter__desc .c-button {
    width: 145px;
  }
}
@media screen and (max-width: 500px) {
  .p-recruiter__desc .c-button {
    margin-top: 30px;
  }
}
.p-recruiter__desc .c-button .text {
  font-size: 1.3rem;
}

.p-recruiter__name {
  font-weight: bold;
  color: #fff;
}

.p-recruiter__text {
  color: #fff;
  margin-top: 10px;
  line-height: 1.4;
}

.p-voice {
  padding: 200px 0 250px;
  background-color: #d0231f;
}

@media screen and (max-width: 500px) {
  .p-voice {
    padding: 120px 0 160px;
  }
}
.p-voice .c-inner {
  max-width: 1005px;
}

.p-voice .reception {
  position: absolute;
  z-index: 2;
}

.p-voice .reception:first-child {
  top: 90px;
  left: 120px;
  width: 48px;
}

@media screen and (max-width: 810px) {
  .p-voice .reception:first-child {
    width: 40px;
    left: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .p-voice .reception:first-child {
    width: 30px;
    left: 7vw;
  }
}
.p-voice .reception:nth-child(2) {
  top: 215px;
  left: 300px;
  width: 105px;
}

@media screen and (max-width: 1080px) {
  .p-voice .reception:nth-child(2) {
    left: 25vw;
  }
}
@media screen and (max-width: 810px) {
  .p-voice .reception:nth-child(2) {
    left: 19vw;
    width: 95px;
  }
}
@media screen and (max-width: 500px) {
  .p-voice .reception:nth-child(2) {
    top: 190px;
    left: 6vw;
    width: 70px;
  }
}
.p-voice .reception:nth-child(3) {
  top: 340px;
  left: 260px;
  width: 20px;
}

@media screen and (max-width: 810px) {
  .p-voice .reception:nth-child(3) {
    left: 12vw;
  }
}
@media screen and (max-width: 500px) {
  .p-voice .reception:nth-child(3) {
    left: 1vw;
  }
}
.p-voice .reception:nth-child(4) {
  top: 450px;
  left: 34px;
  width: 32px;
}

@media screen and (max-width: 500px) {
  .p-voice .reception:nth-child(4) {
    top: 470px;
    left: -2px;
    width: 25px;
  }
}
.p-voice .reception:nth-child(5) {
  bottom: 70px;
  left: 45px;
  width: 105px;
}

@media screen and (max-width: 810px) {
  .p-voice .reception:nth-child(5) {
    width: 90px;
    left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p-voice .reception:nth-child(5) {
    width: 70px;
    left: 20px;
  }
}
.p-voice .reception:nth-child(6) {
  bottom: 95px;
  left: 340px;
  width: 22px;
}

@media screen and (max-width: 810px) {
  .p-voice .reception:nth-child(6) {
    left: 31vw;
    width: 20px;
  }
}
.p-voice .reception:nth-child(7) {
  top: 240px;
  right: 270px;
  width: 105px;
}

@media screen and (max-width: 1080px) {
  .p-voice .reception:nth-child(7) {
    right: 20vw;
  }
}
@media screen and (max-width: 810px) {
  .p-voice .reception:nth-child(7) {
    right: 14vw;
    width: 95px;
  }
}
@media screen and (max-width: 500px) {
  .p-voice .reception:nth-child(7) {
    top: 190px;
    right: 4vw;
    width: 70px;
  }
}
.p-voice .reception:nth-child(8) {
  top: 400px;
  right: 78px;
  width: 15px;
}

@media screen and (max-width: 500px) {
  .p-voice .reception:nth-child(8) {
    top: 410px;
    right: 5px;
    width: 15px;
  }
}
.p-voice .reception:nth-child(9) {
  top: 480px;
  right: 8px;
  width: 65px;
}

@media screen and (max-width: 810px) {
  .p-voice .reception:nth-child(9) {
    right: 4px;
    width: 55px;
  }
}
@media screen and (max-width: 500px) {
  .p-voice .reception:nth-child(9) {
    right: -4px;
    top: 68%;
    width: 50px;
  }
}
.p-voice .reception:nth-child(10) {
  bottom: 120px;
  right: 430px;
  width: 38px;
}

@media screen and (max-width: 810px) {
  .p-voice .reception:nth-child(10) {
    right: 33vw;
    width: 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-voice .reception:nth-child(10) {
    right: 25vw;
    width: 22px;
  }
}
.p-voice__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 650px) {
  .p-voice__bg {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  }
}
.p-voice__bg.is-view::before {
  width: 100%;
}

.p-voice__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 0.8s;
}

.p-voice__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
  margin-top: 90px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 810px) {
  .p-voice__wrap {
    gap: 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .p-voice__wrap {
    gap: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .p-voice__wrap {
    margin-top: 60px;
  }
}
.p-voice__contents {
  width: 33%;
  padding: 25px 40px;
  gap: 0 15px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 810px) {
  .p-voice__contents {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-voice__contents {
    width: 100%;
  }
}
.p-voice__contents.--yellow {
  background-color: #fff5d9;
}

.p-voice__contents.--yellow .p-voice__desc .year {
  color: #ffba00;
}

.p-voice__contents.--red {
  background-color: #f8dedd;
}

.p-voice__contents.--red .p-voice__desc .year {
  color: #d0231f;
}

.p-voice__contents.--green {
  background-color: #def8e7;
}

.p-voice__contents.--green .p-voice__desc .year {
  color: #27cd5d;
}

.p-voice__contents.--blue {
  background-color: #daf1fd;
}

.p-voice__contents.--blue .p-voice__desc .year {
  color: #0da4f1;
}

.p-voice__icon {
  width: 80px;
  min-width: 80px;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (max-width: 810px) {
  .p-voice__icon {
    width: 75px;
    min-width: 75px;
  }
}
@media screen and (max-width: 650px) {
  .p-voice__icon {
    width: 65px;
    min-width: 65px;
  }
}
.p-voice__desc {
  width: 72%;
}

.p-voice__desc .year {
  font-weight: bold;
  display: table;
  margin: 4px 0 0 auto;
  transform: translateX(5px);
}

.p-voice__text {
  font-size: 1.4rem;
  color: #565654;
}

.p-jobs {
  margin-top: -170px;
  padding: 120px 0 190px;
  background-color: #d0231f;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}

@media screen and (max-width: 500px) {
  .p-jobs {
    margin-top: -100px;
    padding: 100px 0 150px;
    clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0% 100%);
  }
}
.p-jobs .c-inner {
  max-width: 1005px;
}

.p-jobs .reception {
  position: absolute;
}

.p-jobs .reception:first-child {
  width: 42px;
  left: -55px;
  bottom: -100px;
}

@media screen and (max-width: 500px) {
  .p-jobs .reception:first-child {
    width: 35px;
    left: -15px;
    bottom: -80px;
  }
}
.p-jobs .reception:nth-child(2) {
  width: 55px;
  top: 25px;
  right: -15px;
}

@media screen and (max-width: 500px) {
  .p-jobs .reception:nth-child(2) {
    width: 40px;
    right: -10px;
  }
}
.p-jobs__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-top: 45px;
}

@media screen and (max-width: 500px) {
  .p-jobs__wrap {
    gap: 20px 0;
  }
}
.p-jobs__contents {
  width: 47%;
  padding: 10px;
  background-color: #fff;
}

@media screen and (max-width: 810px) {
  .p-jobs__contents {
    width: 33%;
  }
}
@media screen and (max-width: 500px) {
  .p-jobs__contents {
    width: 48.5%;
    padding: 8px;
  }
}
.p-jobs__contents:hover .p-jobs__image::before {
  background-color: rgba(208, 35, 31, 0.5);
}

.p-jobs__image {
  position: relative;
  height: 300px;
}

@media screen and (max-width: 1080px) {
  .p-jobs__image {
    height: 27vw;
  }
}
.p-jobs__image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 35, 31, 0);
  transition: background-color 0.4s;
  z-index: 2;
}

.p-jobs__classification {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #b20805;
  padding: 0 10px;
  display: table;
  margin: 20px 0 5px;
}

@media screen and (max-width: 500px) {
  .p-jobs__classification {
    margin-top: 15px;
  }
}
.p-jobs__occupation {
  color: #6e6e6f;
  font-size: 1.4rem;
}

.p-jobs__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  width: 100%;
  background-color: #feb903;
  border: 1px solid #feb903;
  transition: background-color 0.4s;
  margin-top: 50px;
}

@media screen and (max-width: 810px) {
  .p-jobs__button {
    height: 140px;
  }
}
@media screen and (max-width: 500px) {
  .p-jobs__button {
    height: 80px;
    margin-top: 40px;
  }
}
.p-jobs__button:hover {
  background-color: #fff;
}

.p-jobs__button:hover .c-bold {
  color: #feb903;
}

.p-jobs__button:hover .arrowButton {
  border: 1px solid #feb903;
}

.p-jobs__button .c-bold {
  color: #fff;
  font-size: 3rem;
  transition: color 0.4s;
}

@media screen and (max-width: 810px) {
  .p-jobs__button .c-bold {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 500px) {
  .p-jobs__button .c-bold {
    font-size: 1.8rem;
  }
}
.p-jobs__button .arrowButton {
  position: absolute;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.3s;
  border: 1px solid #fff;
  transition: border 0.4s;
}

@media screen and (max-width: 810px) {
  .p-jobs__button .arrowButton {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-jobs__button .arrowButton {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
.p-jobs__button .arrowButton:before {
  content: "";
  position: absolute;
  right: 32%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #feb903;
  border-right: 2px solid #feb903;
}

@media screen and (max-width: 810px) {
  .p-jobs__button .arrowButton:before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-jobs__button .arrowButton:before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #feb903;
    border-right: 1px solid #feb903;
  }
}
.p-jobs__button .arrowButton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 2px;
  background-color: #feb903;
}

@media screen and (max-width: 810px) {
  .p-jobs__button .arrowButton::after {
    width: 18px;
  }
}
@media screen and (max-width: 500px) {
  .p-jobs__button .arrowButton::after {
    width: 10px;
    height: 1px;
  }
}/*# sourceMappingURL=archive.min.css.map */