.p-message__top {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-message__top {
    flex-direction: row;
    gap: 10rem;
    align-items: center;
  }
}
.p-message__title {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-message__title {
    text-align-last: left;
  }
}
.p-message__highlight {
  color: #024BAD;
}
.p-message__text {
  margin-top: 2.5rem;
}
.p-message__img {
  width: 90%;
  margin: 0 auto;
  padding: 0.5rem 0.5rem 0 0;
  margin-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    margin-bottom: 0;
    padding: 1.25rem 1.25rem 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-message__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5rem;
  background-color: #2563EB;
  width: 100%;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .p-message__img::before {
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
    height: 1.25rem;
  }
}
.p-message__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #808080;
  clip-path: polygon(0 8px, 100% 0, 100% calc(100% - 8px), 0 100%);
}
@media screen and (min-width: 768px) {
  .p-message__img::after {
    clip-path: polygon(0 20px, 100% 0, 100% calc(100% - 20px), 0 100%);
    width: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message__bottom {
    width: 70vw;
    margin-top: 7.5rem;
    margin: 7.5rem auto 0;
    background-color: #F6F5FA;
    padding: 2.5rem 5rem;
    border-left: 8px solid #2563EB;
  }
}
@media screen and (min-width: 768px) {
  .p-message__bottom .p-message__text {
    margin-top: 0;
    line-height: 2;
  }
}

.p-interview {
  position: relative;
  background-color: #F6F5FA;
}

.p-career__list {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-career__list {
    max-width: 50rem;
    margin: 3.75rem auto 0;
  }
}
.p-career__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  height: 16.25rem;
  border: 2px solid #2563EB;
  padding: 0 1rem;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-career__item {
    padding: 2.5rem;
    flex-direction: row;
    height: auto;
    align-items: start;
  }
}
.p-career__item--primary {
  background-color: #2563EB;
  color: #FFFFFF;
}
.p-career__item--outline {
  background-color: #F6F5FA;
}
.p-career__item--outline .p-career__head {
  color: #2563EB;
}
.p-career__item--outline .p-career__head::after {
  background-color: #2563EB;
}
.p-career__head {
  display: flex;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  position: relative;
}
.p-career__head::after {
  content: "";
  top: 0;
  right: 0;
  flex: 1;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-career__head::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-career__description {
    max-width: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-requirements {
    padding-bottom: 5rem;
  }
}
.p-requirements__table {
  margin-top: 3.75rem;
  width: 100%;
}
.p-requirements tr {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid #808080;
}
@media screen and (min-width: 768px) {
  .p-requirements tr {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    padding: 0;
    border-bottom: none;
  }
  .p-requirements tr:first-child td {
    border-top: 1px solid #808080;
  }
}
.p-requirements th {
  padding-left: 0.25rem;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  position: relative;
  font-weight: normal;
  color: #024BAD;
}
.p-requirements th:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #2563EB;
}
@media screen and (min-width: 768px) {
  .p-requirements th {
    width: 12.5rem;
    min-width: 12.5rem;
    padding: 1.75rem 1.25rem;
    background-color: #2563EB;
    color: #FFFFFF;
    font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 400;
  }
  .p-requirements th:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-requirements td {
    flex: 1;
    padding: 1.75rem 2.5rem;
    border-bottom: 1px solid #808080;
  }
}

.p-training__panels {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(6, 1fr);
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-training__panels {
    display: none;
  }
}
.p-training__panel {
  background-color: #2563EB;
  transform-origin: top center;
  transform: scaleY(1);
  transition: transform 0.6s ease var(--panel-delay, 0s);
}
.p-training__list.is-animating .p-training__panel {
  transform: scaleY(0);
}
@media screen and (min-width: 768px) {
  .p-training__panel {
    display: none;
  }
}
.p-training__list {
  padding: 2.5rem 1rem;
  background-color: #2563EB;
  background-image: url(../../imgs/top/bg-texture.svg);
  color: #FFFFFF;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-training__list {
    background-color: transparent;
    background-image: none;
    color: #303030;
    border-radius: 0;
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding: 0;
  }
}
.p-training__item {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-training__item {
    border: 2px solid #2563EB;
    background-color: #F6F5FA;
    padding: 2.5rem 1rem;
    display: flex;
    gap: 1.25rem;
    border-radius: 20px;
  }
}
.p-training__item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-training__item:first-child {
    padding-top: 2.5rem;
  }
}
.p-training__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-training__title {
    font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
    color: #2563EB;
    font-weight: 400;
  }
}

.p-cta {
  position: relative;
  height: 21.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-cta {
    height: 27.5rem;
  }
}
.p-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 21.75rem;
  background-image: url("../../imgs/recruit/cta-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../../imgs/recruit/recruit-cta-mask-sp.svg");
  mask-image: url("../../imgs/recruit/recruit-cta-mask-sp.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .p-cta::before {
    height: 27.5rem;
    -webkit-mask-image: url("../../imgs/recruit/recruit-cta-mask-pc.svg");
    mask-image: url("../../imgs/recruit/recruit-cta-mask-pc.svg");
  }
}
.p-cta .c-button {
  position: relative;
  z-index: 1;
  padding: 1.625rem 0;
  max-width: 17.5rem;
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-cta .c-button {
    max-width: 20rem;
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  }
}

/*# sourceMappingURL=recruit.css.map */
