.c-entry-btn {
    margin-top: 19rem;
 }
.u-message {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.25rem;
  position: relative;
  margin-top: 7rem;
}
@media screen and (max-width: 1271px) {
  .u-message {
    grid-template-columns: 1fr;
  }
}
.u-message::before {
  aspect-ratio: 46/42;
  content: "";
  display: block;
  background-image: url(../media/images/common/icon-angle-bottom-double.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.6rem;
  height: auto;
  position: absolute;
  bottom: -4.8rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .u-message::before {
    width: 5.5rem;
  }
}
.u-message__item {
  border-radius: 1.6rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.u-message__item:nth-of-type(2) .u-message__head {
  background-color: #00B8FF;
}
.u-message__item:nth-of-type(3) .u-message__head {
  background-color: #FF695B;
}
.u-message__head {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 5.6rem;
  height: 5.6rem;
  text-align: center;
  background-color: #A9CE52;
}
@media screen and (max-width: 1271px) {
  .u-message__head {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .u-message__head {
    font-size: 3.2rem;
    height: 6.4rem;
    line-height: 6.4rem;
  }
}
.u-message__text {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.7777777778;
  font-weight: 700;
  background-color: #F2F2F2;
  padding-block: 2.4rem 3.2rem;
  text-align: center;
  flex-grow: 1;
}
@media screen and (max-width: 1271px) {
  .u-message__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-message__text {
    font-size: 2.6rem;
  }
}

.u-message-end {
  margin-top: 13.8rem;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.u-message-end__text {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.5833333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-message-end__text {
    font-size: 2.8rem;
    margin-right: 4rem;
  }
}
.u-message-end__illust {
  position: absolute;
  top: 50%;
  right: -2.4rem;
  transform: translate(100%, -50%);
  width: 12.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .u-message-end__illust {
    right: 4rem;
    transform: translate(100%, calc(-50% - 4rem));
  }
}

.u-job-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
}
@media screen and (max-width: 1271px) {
  .u-job-list {
    grid-template-columns: 1fr;
  }
}
.u-job-list__item {
  border-radius: 1.6rem;
  overflow: hidden;
  background-color: #F1F7E3;
  padding-block: 4.4rem 4rem;
  padding-inline: 4rem;
}
.u-job-list__img {
  aspect-ratio: 544/340;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.u-job-list__text {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.4583333333;
  font-weight: 700;
}
@media screen and (max-width: 1271px) {
  .u-job-list__text {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-job-list__text {
    font-size: 3.2rem;
  }
}
.u-job-list__btn-parent {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1271px) {
  .u-job-list__btn-parent {
    margin-top: 3.2rem;
  }
}
.u-job-list__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.u-system {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 1271px) {
  .u-system {
    display: block;
  }
}
.u-system__text-wrap {
  flex-basis: 0;
  flex-grow: 1;
  padding-top: 0.6rem;
}
.u-system__text-wrap .c-text--catch {
  margin-bottom: 3.2rem;
}
.u-system__text-wrap .c-btn {
  margin-top: 2.4rem;
  width: fit-content;
  margin-inline: auto;
}
.u-system__img-wrap {
  display: block;
  width: 62rem;
  height: fit-content;
}
@media screen and (max-width: 1271px) {
  .u-system__img-wrap {
    margin-top: 4rem;
    margin-inline: auto;
  }
}
.u-system__img {
  width: 100%;
  height: auto;
}