.p-recruit .u-mv {
  min-height: 40rem;
  margin-bottom: 9rem;
}
.p-recruit .u-mv__cach {
  padding-top: 2.5rem;
}
.p-recruit .u-content {
  margin-bottom: 9rem;
}
.p-recruit .u-content p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
.p-recruit .u-content p + p {
  margin-top: 3rem;
}
.p-recruit .u-content__bnr {
  margin-top: 5rem;
}
.p-recruit .u-content__bnr img {
  width: 100%;
}
.p-recruit .c-banner {
  margin: 16rem 0 0;
  padding: 7rem 0;
}
.p-recruit .c-footer {
  margin-top: 0;
}
.p-recruit .u-entry h2 {
  font-size: 4rem;
  margin-bottom: 9rem;
  padding-bottom: 7rem;
  text-align: center;
  position: relative;
}
.p-recruit .u-entry h2::before, .p-recruit .u-entry h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.15rem);
  width: 0.3rem;
  height: 12rem;
  border-radius: 9999px;
  background-color: var(--c-red);
  transform-origin: 50% calc(100% - 0.15rem);
}
.p-recruit .u-entry h2::before {
  transform: rotate(68deg);
}
.p-recruit .u-entry h2::after {
  transform: rotate(-68deg);
}
.p-recruit .u-entry .c-grid {
  align-items: baseline;
  gap: 0 3rem;
}
.p-recruit .u-entry__item {
  position: relative;
  transition: 0.3s;
}
.p-recruit .u-entry__item:nth-child(1) .u-entry__img {
  margin-left: -1.8rem;
}
.p-recruit .u-entry__item:nth-child(2) .u-entry__img {
  margin-left: -1rem;
}
.p-recruit .u-entry__item:nth-child(3) .u-entry__img {
  margin-left: -1.5rem;
}
.p-recruit .u-entry__item:nth-child(4) .u-entry__img {
  margin-left: -0.8rem;
}
.p-recruit .u-entry__item:nth-child(n+5) {
  margin-top: 5rem;
}
.p-recruit .u-entry__item:nth-child(3) .u-entry__inner {
  padding-top: 7.5rem;
}
.p-recruit .u-entry__item:has(.u-entry__bottombtn--link:hover) {
  opacity: 0.9;
}
.p-recruit .u-entry__img img {
  width: 100%;
}
.p-recruit .u-entry__img > a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-recruit .u-entry__img > a:hover {
    opacity: 0.9;
  }
}
.p-recruit .u-entry__inner {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.p-recruit .u-entry__item--title {
  font-size: 4.4rem;
  color: #717071;
  line-height: 1.2727;
  margin-left: 24rem;
}
.p-recruit .u-entry__btnflex {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-right: 3rem;
  margin-top: auto;
}
.p-recruit .u-entry__btnflex .c-btn {
  position: relative;
  z-index: 3;
}
.p-recruit .u-entry__btnflex .c-btn::before, .p-recruit .u-entry__btnflex .c-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--c-white);
  border: 2px solid #717071;
  border-radius: 0.6rem;
  position: absolute;
  z-index: -1;
}
.p-recruit .u-entry__btnflex .c-btn::before {
  top: 0.1rem;
  left: 0.1rem;
}
.p-recruit .u-entry__btnflex .c-btn::after {
  top: 0.4rem;
  left: 0.4rem;
  z-index: -2;
}
.p-recruit .u-entry__btnflex .c-btn .c-btn__link {
  font-size: 1.2rem;
  min-width: 9.2rem;
  min-height: 4.2rem;
  border-radius: 0.6rem;
  color: var(--c-white);
  background: linear-gradient(to left, #f29600 50%, var(--c-white) 50%) right;
}
@media (hover: hover) {
  .p-recruit .u-entry__btnflex .c-btn .c-btn__link:hover {
    color: #f29600;
  }
}
.p-recruit .u-entry__bottombtn {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
}
.p-recruit .u-entry__bottombtn--link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff697;
  font-size: 4rem;
  font-weight: 500;
  height: 6rem;
}
.p-recruit .u-entry__bottombtn--link span {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-recruit .u-entry__bottombtn--link span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.4rem solid transparent;
  border-bottom: 1.4rem solid transparent;
  border-left: 1.8rem solid #fff697;
  border-right: 0;
  margin-top: 0.2rem;
}

@media screen and (max-width: 1360px) {
  .p-recruit .u-entry__inner {
    padding-top: 3vw;
    padding-bottom: 8vw;
  }
  .p-recruit .u-entry__item--title {
    font-size: 3.2vw;
    margin-left: 18vw;
  }
  .p-recruit .u-entry__bottombtn--link {
    font-size: 3vw;
    aspect-ratio: 575/60;
    height: auto;
  }
  .p-recruit .u-entry__bottombtn--link span::before {
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-left: 1.4vw solid #fff697;
    margin-top: 0.2vw;
  }
  .p-recruit .u-entry__item:nth-child(3) .u-entry__inner {
    padding-top: 5.5vw;
  }
  .p-recruit .u-entry__item:nth-child(4) .u-entry__inner {
    padding-top: 3.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-recruit .u-entry__btnflex .c-btn .c-btn__link {
    min-width: 8rem;
    min-height: 3rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 750px) {
  .p-recruit .u-mv {
    min-height: 54rem;
    margin-bottom: 6.5rem;
    background-image: url("../images/recruit/sp-mv.jpg") !important;
  }
  .p-recruit .u-mv__cach {
    padding-top: 3.5rem;
  }
  .p-recruit .u-content h2 {
    font-size: 4.4rem;
    margin-bottom: 4rem;
  }
  .p-recruit .u-content p {
    font-size: 3.4rem;
  }
  .p-recruit .u-content .c-btn {
    margin-top: 15.5rem;
  }
  .p-recruit .u-content .c-btn .c-btn__link {
    font-size: 3.3rem;
    min-height: 11rem;
    max-width: 61rem;
    border-radius: 3rem;
  }
  .p-recruit .c-banner.u-bg-light-gray {
    margin: 10rem 0 0;
    background-color: transparent !important;
  }
  .p-recruit .u-entry .c-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-recruit .u-entry__item--title {
    font-size: 4.8rem;
    margin-left: 28rem;
  }
  .p-recruit .u-entry__inner {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
  .p-recruit .u-entry__btnflex {
    gap: 2rem;
  }
  .p-recruit .u-entry__btnflex .c-btn .c-btn__link {
    min-width: 17rem;
    min-height: 6rem;
    font-size: 2.4rem;
  }
  .p-recruit .u-entry__item:nth-child(3) .u-entry__inner {
    padding-top: 10rem;
  }
  .p-recruit .u-entry__item:nth-child(4) .u-entry__inner {
    padding-top: 8rem;
  }
  .p-recruit .u-entry__bottombtn--link {
    font-size: 4rem;
  }
  .p-recruit .u-entry__bottombtn--link span::before {
    border-top: 1.6rem solid transparent;
    border-bottom: 1.6rem solid transparent;
    border-left: 2rem solid #fff697;
  }
}