@charset "UTF-8";
.p-hr-message__profile {
  padding: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__profile {
    padding: 16rem 0 120rem;
  }
}
.p-hr-message__profile-heading {
  font-size: 12rem;
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
.p-hr-message__profile-role {
  font-size: 12rem;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__profile-role {
    font-size: 15rem;
  }
}
.p-hr-message__profile-name {
  font-size: 16rem;
  font-weight: 500;
  color: #EF7C03;
  margin: 20rem 0;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__profile-name {
    font-size: 20rem;
    margin: 20rem 0 32rem;
  }
}
.p-hr-message__interview {
  background: #F4F4F4;
  color: #171717;
  padding: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__interview {
    padding: 100rem 0;
  }
}
.p-hr-message__person {
  background: linear-gradient(to bottom right, #ea9900 0%, #ef7c03 100%);
  padding: 40rem 0;
  color: #171717;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__person {
    padding: 120rem 0 76rem;
  }
}
.p-hr-message__person-title {
  font-size: 16rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__person-title {
    font-size: 28rem;
  }
}
.p-hr-message__person-heading {
  font-size: 28rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__person-heading {
    font-size: 46rem;
  }
}
.p-hr-message__person-lead {
  margin: 0.5em 0 1.5em 0;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__person-lead {
    font-size: 20rem;
  }
}
.p-hr-message__card-list {
  display: grid;
  gap: 20rem;
  margin-top: 40rem;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__card-list {
    margin-top: 70rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 38rem;
  }
}
.p-hr-message__card-item {
  padding: 20rem 16rem;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__card-item {
    padding: 32rem;
  }
}
.p-hr-message__card-item::before {
  content: "";
  background: linear-gradient(to bottom, rgba(234, 153, 0, 0.3) 0 0%, rgba(239, 124, 3, 0.3) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  display: block;
}
.p-hr-message__card-item > * {
  position: relative;
}
.p-hr-message__card-label {
  font-size: 12rem;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__card-label {
    text-align: left;
  }
}
.p-hr-message__card-title {
  font-size: 24rem;
  font-weight: 500;
  text-align: center;
  margin: 16rem 0;
}
@media screen and (min-width: 768px), print {
  .p-hr-message__card-title {
    font-size: 28rem;
    text-align: left;
    margin: 13rem 0 40rem;
  }
}/*# sourceMappingURL=hr-message.css.map */