@charset "UTF-8";
html {
  font-size: 62.5%;
}
@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1399.98px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1349.98px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1159.98px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 812.98px) {
  html {
    font-size: 62.5%;
  }
}
.p-service-theme .mt-20 {
  margin-top: 20px;
}
.p-service-theme .mt-30 {
  margin-top: 30px;
}
.p-service-theme .mt-40 {
  margin-top: 40px;
}
.p-service-theme .mt-50 {
  margin-top: 50px;
}
.p-service-theme .mt-60 {
  margin-top: 60px;
}
.p-service-theme .mt-70 {
  margin-top: 70px;
}
.p-service-theme .mt-80 {
  margin-top: 80px;
}
.p-service-theme .mt-90 {
  margin-top: 90px;
}
.p-service-theme .mt-100 {
  margin-top: 100px;
}
.p-service-theme .rel-30 {
  position: relative;
  top: -30px;
}
.p-service-theme .rel-50 {
  position: relative;
  top: -50px;
}
.p-service-theme .rel-80 {
  position: relative;
  top: -80px;
}
.p-service-theme .rel_30 {
  position: relative;
  top: 30px;
}
.p-service-theme .rel_50 {
  position: relative;
  top: 50px;
}

.p-service-theme .pb-0 {
  padding-bottom: 0;
}

.p-service-theme__contents__2col {
  display: flex;
  gap: 0 40px;
  flex-wrap: wrap;
}
.p-service-theme__contents__2colItem {
  flex: 1;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__2colItem {
    flex: initial;
    width: 100%;
  }
}

.p-service-theme .bg-gray {
  background: #f5f4ef;
}
.p-service-theme__contents {
  counter-reset: section 0;
  background: #fff;
  padding: 100px 0;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents {
    padding: 60px 0;
  }
}
.p-service-theme__contents__box__img {
  position: relative;
}
.p-service-theme__contents.--gray {
  background: #f5f4ef;
}
.p-service-theme__contents__intro {
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__intro {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.p-service-theme__contents__intro.--center {
  text-align: center;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__intro.--center {
    text-align: left;
  }
}
.p-service-theme__contents .c-conversion-block__link {
  margin-top: 100px;
  display: block;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents .c-conversion-block__link {
    margin-top: 80px;
  }
}
.p-service-theme__contents__box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__box {
    gap: 20px;
  }
}
.p-service-theme__contents__box__img {
  width: calc(50% - 40px);
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__box__img {
    width: 100%;
    order: 2;
  }
}
.p-service-theme__contents__box__imgItem {
  display: block;
  width: 100%;
}
.p-service-theme__contents__box__detail {
  width: 50%;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__box__detail {
    width: 100%;
  }
}
.p-service-theme .c-conversion-block.--mt40 {
  margin-top: 40px;
}

.p-service__column.bg-white {
  background: white !important;
}

.p-service-theme__contents__flexList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  counter-reset: list;
}
.p-service-theme__contents__flexList__item {
  background: #f0f7ff;
  width: calc(50% - 5px);
  border-radius: 8px;
  padding: 15px 20px 15px 60px;
  font-size: 1.05em;
  position: relative;
  color: #0060e3;
  font-weight: 500;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__flexList__item {
    width: 100%;
  }
}
.p-service-theme__contents__flexList__item:before {
  counter-increment: list;
  content: counter(list);
  width: 2em;
  height: 2em;
  position: absolute;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: 10px;
  font-size: 1.05em;
  top: 0.7em;
}

.p-service-theme .c-spImgZoom {
  pointer-events: none;
}
@media (max-width: 812.98px) {
  .p-service-theme .c-spImgZoom {
    pointer-events: auto;
  }
}
.p-service-theme .c-spImgZoom__note {
  background: rgba(0, 0, 0, 0.6);
}
.p-service-theme__contents__imageWrap {
  padding: 10px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: auto;
  width: 100%;
  display: block;
  margin: 40px 0 0;
}
.p-service-theme__contents__imageWrap.--p10 {
  padding: 10px;
}
.p-service-theme__contents__imageWrap.--noBg {
  background: none;
}
.p-service-theme__contents__imageWrap__scroll {
  position: relative;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__imageWrap__scroll {
    padding-top: 60px;
  }
  .p-service-theme__contents__imageWrap__scroll:before {
    content: "";
    width: 120px;
    height: 30px;
    background: url(/hrm/service/management/src/images/ico-scroll.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(100vw - 140px);
    top: 30px;
  }
}
.p-service-theme__contents__imageWrap.--noBg {
  background: initial;
}
.p-service-theme__contents__imageWrap.--noPadding {
  padding: 0;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__imageWrap.--noPadding {
    padding: 10px 4%;
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__imageWrap {
    padding: 10px 4%;
    margin: 10px -4% 0 -4%;
    width: 108%;
    max-width: initial;
  }
}
.p-service-theme__contents__imageWrapItem {
  width: 100%;
}
.p-service-theme__contents__imageWrapCaption {
  margin-top: 20px;
  font-size: 0.9em;
}
.p-service-theme__contents__imageWrapTable {
  width: 100%;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__imageWrapTable {
    min-width: 900px;
  }
}

.p-service-theme__contents__lead {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__lead {
    font-size: 1.8rem;
  }
}

.p-service-theme__contents__list__item {
  position: relative;
  padding-left: 1.3em;
}
.p-service-theme__contents__list__item:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  background: #0160e3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.p-service-theme__contents__model {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background: #f5f4ef;
  border-radius: 10px;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__model {
    flex-wrap: wrap;
    gap: 40px 10px;
  }
}
.p-service-theme__contents__model__img {
  width: 25%;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__model__img {
    width: 100%;
    border-radius: 10px;
  }
}
.p-service-theme__contents__model__imgItem {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.3s transform;
}
.p-service-theme__contents__model__detail {
  width: 75%;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__model__detail {
    width: 100%;
    padding: 0;
  }
}
.p-service-theme__contents__model__titleWrap {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.4;
  display: block;
}
.p-service-theme__contents__model__titleWrap:before {
  content: "";
  position: absolute;
  left: 0;
  width: 9px;
  height: 100%;
  background-image: url(/hrm/src/images/ico-title-dot-top.png), url(/hrm/src/images/ico-title-dot.png);
  background-position: top left;
  background-repeat: no-repeat, repeat-y;
  background-size: 10px 10px;
  top: 0;
}
.p-service-theme__contents__model__subTitle {
  font-size: 0.9em;
  margin-bottom: 5px;
}
.p-service-theme__contents__model__title {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  gap: 8px;
}
.p-service-theme__contents__model__title .icon {
  width: 0.8em;
}
.p-service-theme__contents__model__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}
.p-service-theme__contents__model__tabItem {
  background: white;
  border: 1px solid #7c7c7c;
  color: #7c7c7c;
  font-size: 0.9em;
  border-radius: 50px;
  padding: 5px 10px;
  line-height: 1;
}
.p-service-theme__contents__model__icon {
  width: 123px;
  height: 123px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__model__icon {
    margin: 0 auto;
    width: 70px;
    height: 70px;
  }
}
.p-service-theme__contents__model__iconItem {
  display: block;
  width: 70%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.3s transform;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__model__iconItem {
    width: 90%;
    height: 90%;
  }
}
.p-service-theme__contents__model__detail2 {
  flex: 1;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__model__detail2 {
    width: calc(100% - 80px - 10px);
    padding: 0;
  }
}

.p-service-theme__contents__panel {
  display: flex;
  gap: 15px;
  background: #f5f4ef;
  margin-top: 60px;
  border-radius: 10px;
  transition: box-shadow 0.3s ease-in-out;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__panel {
    flex-wrap: wrap;
    padding: 24px 20px;
  }
}
.p-service-theme__contents__panel:hover .p-service-theme__contents__panel__imgItem {
  transform: scale(1.1);
}
.p-service-theme__contents__panel:hover {
  z-index: 1;
  box-shadow: 0 0 80px #d9e2ea;
}
.p-service-theme__contents__panel__img {
  width: 25%;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__panel__img {
    width: 100%;
    border-radius: 10px;
  }
}
.p-service-theme__contents__panel__imgItem {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.3s transform;
}
.p-service-theme__contents__panel__detail {
  width: 75%;
  padding: 20px;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__panel__detail {
    width: 100%;
    padding: 0;
  }
}
.p-service-theme__contents__panel__titleWrap {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.4;
  display: block;
}
.p-service-theme__contents__panel__titleWrap:before {
  content: "";
  position: absolute;
  left: 0;
  width: 9px;
  height: 100%;
  background-image: url(/hrm/src/images/ico-title-dot-top.png), url(/hrm/src/images/ico-title-dot.png);
  background-position: top left;
  background-repeat: no-repeat, repeat-y;
  background-size: 10px 10px;
  top: 0;
}
.p-service-theme__contents__panel__subTitle {
  font-size: 0.9em;
  margin-bottom: 5px;
}
.p-service-theme__contents__panel__title {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  gap: 8px;
}
.p-service-theme__contents__panel__title .icon {
  width: 0.8em;
}
.p-service-theme__contents__panel__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}
.p-service-theme__contents__panel__tabItem {
  background: white;
  border: 1px solid #7c7c7c;
  color: #7c7c7c;
  font-size: 0.9em;
  border-radius: 50px;
  padding: 5px 10px;
  line-height: 1;
}

.p-service-theme__contents__pickup {
  position: relative;
  padding-left: 40px;
  font-size: 32px;
  line-height: 1;
  margin-top: 60px;
  margin-bottom: -40px;
  font-weight: 500;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__pickup {
    font-size: 28px;
  }
}
.p-service-theme__contents__pickup:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 32px;
  background: url(/hrm/service/management/src/images/ico-pickup.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__pickup:before {
    width: 9px;
    height: 1.2em;
  }
}

.p-service-theme__contents__title {
  background: #f5f4ef;
  padding: 15px;
  font-weight: 400;
  padding-left: 40px;
  font-size: 22px;
  position: relative;
  border-radius: 5px;
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 1.4;
  text-wrap: initial;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__title {
    font-size: 18px;
    padding-left: 2em;
  }
}
.p-service-theme__contents__title.--mt100 {
  margin-top: 100px;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__title.--mt100 {
    margin-top: 80px;
  }
}
.p-service-theme__contents__title.--wh {
  background: #fff;
}
.p-service-theme__contents__title:before {
  content: "";
  position: absolute;
  left: 15px;
  width: 9px;
  height: calc(100% - 1.3em);
  background-image: url(/hrm/src/images/ico-title-dot-top.png), url(/hrm/src/images/ico-title-dot.png);
  background-position: top left;
  background-repeat: no-repeat, repeat-y;
  background-size: 10px 10px;
  top: 0.7em;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__title:before {
    width: 9px;
    height: calc(100% - 1.35em);
  }
}
.p-service-theme__contents__title.--number {
  padding-left: 50px;
  overflow: hidden;
}
.p-service-theme__contents__title.--number:before {
  counter-increment: section;
  content: counter(section);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  color: #d64000;
  width: 35px;
  height: 100%;
  background: #efeadc;
  top: 0;
  font-size: 0.9em;
  font-weight: 500;
  font-family: var(--font-english);
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__title.--number:before {
    width: 40px;
    height: 100%;
  }
}
.p-service-theme__contents__titleMid {
  position: relative;
  margin-top: 60px;
  margin-bottom: -20px;
  font-feature-settings: "palt";
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__titleMid {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.p-service-theme__contents__titleMid.--table {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: -20px;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__titleMid.--table {
    margin-bottom: -20px;
  }
}
.p-service-theme__contents__titleMid::after {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.p-service-theme__contents__titleMid span {
  position: relative;
  z-index: 2;
  padding: 5px 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__titleMid span {
    padding: 5px 10px;
  }
}
.p-service-theme__contents__titleMid span::after {
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% + 1px);
  left: 100%;
  height: 2px;
  width: 30px;
  border-radius: 1px;
  background: #d64000;
  content: "";
}
.p-service-theme__contents__titleMid span::before {
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% + 1px);
  right: 100%;
  height: 2px;
  width: 30px;
  border-radius: 1px;
  background: #d64000;
  content: "";
}
.p-service-theme__contents__titleLg {
  position: relative;
  margin-top: 60px;
  font-feature-settings: "palt";
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 812.98px) {
  .p-service-theme__contents__titleLg {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-service-theme__contents__titleLg.--wh:after {
  background: #f5f4ef;
}
.p-service-theme__contents__titleLg::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  top: 100%;
  left: 50%;
}
.p-service-theme__contents__titleLg::before {
  display: block;
  position: absolute;
  transform: translateX(-50%);
  top: 100%;
  left: 50%;
  width: 120px;
  z-index: 4;
  height: 2px;
  border-radius: 1px;
  background: #d64000;
  content: "";
}

.p-service-theme__ability {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
@media (max-width: 812.98px) {
  .p-service-theme__ability {
    flex-wrap: wrap;
  }
}
.p-service-theme__ability__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.p-service-theme__ability__column {
  flex: 1;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 812.98px) {
  .p-service-theme__ability__column {
    flex: initial;
    width: 100%;
  }
}
.p-service-theme__ability__column.--blue {
  background: #e9f1fb;
  color: #0060e3;
}
.p-service-theme__ability__column.--green {
  background: #e3f4eb;
  color: #008845;
}
.p-service-theme__ability__item {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.p-service-theme__ability__item:last-child {
  margin-bottom: 0;
}
.p-service-theme__ability__icon {
  width: 69px;
  height: 69px;
}
.p-service-theme__ability__lead {
  font-weight: 500;
}
.p-service-theme__ability__text {
  color: #787878;
}

.p-service-theme__about {
  padding-top: 40px;
}
.p-service-theme__about__intro {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 812.98px) {
  .p-service-theme__about__intro {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.p-service-theme__about__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.p-service-theme__about__listItem {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}
@media (max-width: 1349.98px) {
  .p-service-theme__about__listItem {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__about__listItem {
    width: calc(100% / 1 - 20px * (1 - 1) / 1);
  }
}
.p-service-theme__about__listItem__title {
  color: var(--color-hrmBlue2);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.p-service-theme__about__listItem__title:before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  bottom: -2px;
  left: 50%;
  background: url(/hrm/service/management/src/images/ico-title.svg) center center no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.p-service-theme__about__listItem__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 330/200;
  margin-bottom: 20px;
  border-radius: 5px;
}
.p-service-theme__about__listItem__btn {
  margin-top: 20px;
}
.p-service-theme__about__listItem__btn a {
  width: 100%;
}
.p-service-theme__about__listItem__btn a:after {
  background-image: url(/hrm/service/management/src/images/ico-arrow-bottom.svg);
  background-size: 20px;
  background-position: center center;
}
.p-service-theme__aboutFlow {
  margin-top: 40px;
}
.p-service-theme__aboutFlow__list {
  display: flex;
  gap: 0 30px;
}
.p-service-theme__aboutFlow__list__title {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #0160e3;
  font-weight: 400;
}
.p-service-theme__aboutFlow__list__imgItem {
  position: relative;
  z-index: 2;
}
.p-service-theme__aboutFlow__list__img {
  width: 167px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 812.98px) {
  .p-service-theme__aboutFlow__list__img {
    width: 80px;
  }
}
.p-service-theme__aboutFlow__list__img:after {
  content: "";
  top: calc(100% - 18px);
  left: 0;
  width: 100%;
  height: 36px;
  position: absolute;
  z-index: 2;
}
.p-service-theme__aboutFlow__list:nth-child(1) .p-service-theme__aboutFlow__list__img {
  background: #1970e6;
  border-radius: 10px 10px 0 0;
}
.p-service-theme__aboutFlow__list:nth-child(1) .p-service-theme__aboutFlow__list__img:after {
  background: url(/hrm/service/leadership/src/images/bg-arrow-01.png) top center;
  background-size: cover;
}
.p-service-theme__aboutFlow__list:nth-child(2) .p-service-theme__aboutFlow__list__img {
  background: #1992e6;
}
.p-service-theme__aboutFlow__list:nth-child(2) .p-service-theme__aboutFlow__list__img:after {
  background: url(/hrm/service/leadership/src/images/bg-arrow-02.png) top center;
  background-size: cover;
}
.p-service-theme__aboutFlow__list:nth-child(3) .p-service-theme__aboutFlow__list__img {
  background: #19b8e6;
}
.p-service-theme__aboutFlow__list:nth-child(3) .p-service-theme__aboutFlow__list__img:after {
  background: url(/hrm/service/leadership/src/images/bg-arrow-03.png) top center;
  background-size: cover;
  top: 100%;
}
.p-service-theme__aboutFlow__list__imgItem {
  margin-bottom: -15px;
}
@media (max-width: 812.98px) {
  .p-service-theme__aboutFlow__list__imgItem {
    width: 60px;
    display: block;
  }
}
.p-service-theme__aboutFlow__list__detail {
  width: calc(100% - 197px);
  padding: 20px 0 20px 0;
}
@media (max-width: 812.98px) {
  .p-service-theme__aboutFlow__list__detail {
    width: calc(100% - 80px);
  }
}

@media (max-width: 812.98px) {
  .p-service-theme__case {
    padding-top: 60px;
  }
}
.p-service-theme__case__intro {
  margin-bottom: 4px;
  line-height: 1.75;
  text-align: center;
}
.p-service-theme__case__list {
  display: flex;
  width: calc(100% + 60px);
  margin: 0 0 40px -30px;
}
.p-service-theme__case__list.-center {
  justify-content: center;
}
.p-service-theme__case__listItem {
  width: 33.3333333333%;
}
.p-service-theme__case__listItem img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-theme__case__listItem .c-documentCard__tagList {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.p-service-theme__case__listItem .c-documentCard__tagList li {
  border: 1px solid #b8b8b8;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 13px;
  color: #545454;
}
.p-service-theme__case__listItem .c-documentCard__tagList li:before {
  content: "# ";
}
.p-service-theme__case__listItem .c-documentCard__tagList li:after {
  content: none;
}
.p-service-theme__case__listItem .c-documentCard__image {
  width: 100%;
}
.p-service-theme__case__listItem .c-documentCard__title {
  margin-bottom: 12px;
}
.p-service-theme__case__listItem .c-documentCard__title span {
  padding: 0;
  background: none;
  line-height: 1.4;
}
.p-service-theme__case__more {
  text-align: center;
}
.p-service-theme__case__more .c-btn {
  width: 340px;
  max-width: 100%;
}
.p-service-theme__case__btn {
  margin-top: 40px;
}
.p-service-theme__case__btn .c-btn {
  display: block;
  margin: 0 auto;
  max-width: 334px;
}
@media (max-width: 812.98px) {
  .p-service-theme__case__list {
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 0 40px -12px;
  }
  .p-service-theme__case__listItem {
    width: 100%;
  }
}

.p-service-theme__mv {
  margin-bottom: 30px;
}
.p-service-theme__mv__prize__list__item {
  height: 115px;
}
.p-service-theme__mv__prize__list__item img {
  height: 100%;
  width: auto;
}
.p-service-theme__mv__box {
  position: relative;
  height: 510px;
  overflow: hidden;
  border-radius: 60px;
}
.p-service-theme__mv__box__wrap {
  position: relative;
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
}
.p-service-theme__mv__box::before, .p-service-theme__mv__box::after {
  display: block;
  z-index: 1;
  position: absolute;
  content: "";
}
.p-service-theme__mv__box::before {
  top: 0;
  left: 0;
  width: 820px;
  height: 100%;
  background: url(/hrm/service/src/images/img-mv-bg-gray-left.png) center/cover no-repeat;
}
.p-service-theme__mv__box::after {
  right: 0;
  bottom: 0;
  width: 219px;
  height: 118px;
  background: url(/hrm/service/src/images/img-mv-bg-gray-right.png) center/cover no-repeat;
}
.p-service-theme__mv__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 845px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-service-theme__mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-theme__mv__content {
  z-index: 2;
  position: relative;
  width: 660px;
  padding: 80px 0 0 110px;
}
.p-service-theme__mv__prize {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.p-service-theme__mv__prize__list {
  gap: 12px;
  display: flex;
  justify-content: center;
}
.p-service-theme__mv__prize__note {
  margin-left: -16px;
  color: #fff;
  font-size: 1rem;
}
.p-service-theme__mv__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-service-theme__mv__title__tag {
  margin-right: 18px;
  padding: 6px 24px;
  background: #fff;
  color: #1672a8;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.p-service-theme__mv__title__en {
  color: #35cceb;
  font-size: 1.6rem;
  letter-spacing: 0.34em;
}
.p-service-theme__mv__title__main {
  width: 100%;
  color: #323232;
  font-size: 7.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.8;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 812.98px) {
  .p-service-theme__mv__title__main {
    line-height: 1;
  }
}
.p-service-theme__mv__title__main.--small {
  font-size: 6rem;
}
@media (max-width: 1349.98px) {
  .p-service-theme__mv__title__main.--small {
    font-size: 4.5rem;
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__mv__title__main.--small {
    font-size: 7vw;
  }
}
.p-service-theme__mv__title__main .is-small {
  font-size: 0.5em;
}
@media (max-width: 812.98px) {
  .p-service-theme__mv__title__main .is-small {
    font-size: 0.6em;
  }
}
.p-service-theme__mv__title__about {
  color: #323232;
  font-size: 2rem;
  white-space: nowrap;
}
.p-service-theme__mv__conversion {
  z-index: 3;
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: -42px auto 0;
  padding: 26px 36px 26px 50px;
  border-radius: 20px;
  background: #fff;
}
.p-service-theme__mv__conversion__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.p-service-theme__mv__conversion__inner::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #323232;
  content: "";
}
.p-service-theme__mv__conversion__title {
  position: relative;
  padding-right: 16px;
  background: #fff;
  color: #323232;
  font-size: 1.8rem;
}
.p-service-theme__mv__conversion__list {
  gap: 20px;
  display: flex;
  position: relative;
  padding-left: 16px;
  background: #fff;
}
.p-service-theme__mv__conversion__list__item .c-btn {
  display: block;
  width: 310px;
  border-color: transparent;
}
.p-service-theme__mv__conversion__list__item .c-btn::before, .p-service-theme__mv__conversion__list__item .c-btn::after {
  background-color: #fff;
}
.p-service-theme__mv__conversion__list__item .c-btn::after {
  background-position: center;
  background-size: 22px 16px;
}
.p-service-theme__mv__conversion__list__item .c-btn span {
  color: #fff;
}
.p-service-theme__mv__conversion__list__item .c-btn.-catalog {
  background: linear-gradient(90deg, #0060e3, #3685f3);
}
.p-service-theme__mv__conversion__list__item .c-btn.-catalog:hover span {
  color: #0060e3;
}
.p-service-theme__mv__conversion__list__item .c-btn.-catalog::after {
  background-image: url(/hrm/service/src/images/ico-book.png);
}
.p-service-theme__mv__conversion__list__item .c-btn.-contact {
  background: linear-gradient(90deg, #db3d0d, #f35a2c);
}
.p-service-theme__mv__conversion__list__item .c-btn.-contact::after {
  background-image: url(/hrm/service/src/images/ico-mail.png);
}
.p-service-theme__mv__conversion__list__item .c-btn.-contact:hover::after {
  background-color: #f8e7e2;
}
.p-service-theme__mv__conversion__list__item .c-btn.-contact:hover span {
  color: #db3d0d;
}
@media (max-width: 1349.98px) {
  .p-service-theme__mv__box {
    height: 360px;
    border-radius: 40px;
  }
  .p-service-theme__mv__box__wrap::after {
    right: -36px;
    bottom: -28px;
    width: 115px;
    height: 216px;
  }
  .p-service-theme__mv__box__wrap.-assess::after {
    right: -30px;
    bottom: -24px;
    width: 148px;
    height: 149px;
  }
  .p-service-theme__mv__box__wrap.-video::after {
    right: -50px;
    bottom: -28px;
    width: 180px;
    height: 216px;
  }
  .p-service-theme__mv__box::before {
    width: 580px;
  }
  .p-service-theme__mv__box::after {
    width: 190px;
    height: 150px;
  }
  .p-service-theme__mv__image picture {
    width: auto;
    height: 100%;
    text-align: right;
  }
  .p-service-theme__mv__image picture img {
    display: inline-block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .p-service-theme__mv__content {
    width: 480px;
    padding: 25px 0 0 48px;
  }
  .p-service-theme__mv__prize__list {
    gap: 10px;
  }
  .p-service-theme__mv__title__tag {
    padding: 6px 16px;
    font-size: 1.5rem;
  }
  .p-service-theme__mv__title__en {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .p-service-theme__mv__title__main {
    font-size: 4.8rem;
  }
  .p-service-theme__mv__title__about {
    font-size: 1.5rem;
  }
  .p-service-theme__mv__conversion {
    max-width: 960px;
    padding: 26px 20px 26px 22px;
  }
  .p-service-theme__mv__conversion__title {
    padding-right: 12px;
    font-size: 1.6rem;
  }
  .p-service-theme__mv__conversion__list {
    gap: 10px;
    padding-left: 12px;
  }
  .p-service-theme__mv__conversion__list__item .c-btn {
    width: auto;
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__mv__box {
    height: 119.22705vw;
    border-radius: 4.83092vw;
    background: #dde7ec;
  }
  .p-service-theme__mv__box__wrap {
    width: 91.78744vw;
  }
  .p-service-theme__mv__box__wrap::after {
    display: none;
  }
  .p-service-theme__mv__box::before {
    width: 100%;
    height: 81.78744vw;
    background: url(/hrm/service/src/images/img-mv-bg-gray-top-sp.png) center bottom/cover no-repeat;
  }
  .p-service-theme__mv__box::after {
    width: 72.46377vw;
    height: 25.36232vw;
    background: url(/hrm/service/src/images/img-mv-bg-gray-bottom-sp.png) center/cover no-repeat;
  }
  .p-service-theme__mv__image {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .p-service-theme__mv__image picture {
    width: 100%;
    height: auto;
  }
  .p-service-theme__mv__image picture img {
    width: 100%;
    height: auto;
  }
  .p-service-theme__mv__content {
    gap: 4.34783vw;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
    padding: 7.72947vw 2.89855vw 0;
  }
  .p-service-theme__mv__prize {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-service-theme__mv__prize__list {
    gap: 2.41546vw;
  }
  .p-service-theme__mv__prize__list__item {
    height: 18.57005vw;
  }
  .p-service-theme__mv__prize__list__item img {
    height: 100%;
    width: auto;
  }
  .p-service-theme__mv__prize__note {
    width: 100%;
    margin: 1.44928vw 0 0;
    font-size: 2.657vw;
    text-align: center;
  }
  .p-service-theme__mv__title {
    justify-content: center;
  }
  .p-service-theme__mv__title__tag {
    margin: 0 auto 1.93237vw;
    padding: 1.44928vw 3.86473vw;
    font-size: 3.62319vw;
  }
  .p-service-theme__mv__title__en {
    display: none;
  }
  .p-service-theme__mv__title__main {
    margin-bottom: 3.86473vw;
    font-size: 8.66184vw;
    text-align: center;
  }
  .p-service-theme__mv__title__about {
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: center;
  }
  .p-service-theme__mv__conversion {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .p-service-theme__mv__conversion__inner::before {
    display: none;
  }
  .p-service-theme__mv__conversion__title {
    display: none;
  }
  .p-service-theme__mv__conversion__list {
    gap: 0;
    width: 100%;
    padding: 0;
  }
  .p-service-theme__mv__conversion__list__item {
    width: 100%;
  }
  .p-service-theme__mv__conversion__list__item .c-btn {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-radius: 0;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .p-service-theme__mv__conversion__list__item .c-btn::before, .p-service-theme__mv__conversion__list__item .c-btn::after {
    display: none;
  }
  .p-service-theme__mv__conversion__list__item .c-btn span {
    display: inline-block;
    position: relative;
    padding-right: 24px;
  }
  .p-service-theme__mv__conversion__list__item .c-btn span::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 12px;
    margin: auto;
    content: "";
  }
  .p-service-theme__mv__conversion__list__item .c-btn.-catalog span::after {
    background: url(/hrm/service/src/images/ico-book-white.png) center/contain no-repeat;
  }
  .p-service-theme__mv__conversion__list__item .c-btn.-contact span::after {
    background: url(/hrm/service/src/images/ico-mail-white.png) center/contain no-repeat;
  }
}

.p-service-theme__pointList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin: 60px auto 0;
}
@media (max-width: 812.98px) {
  .p-service-theme__pointList {
    gap: 0;
  }
}
.p-service-theme__pointList.is-gray .c-documentCard__point {
  background: #f5f4ef;
}
.p-service-theme__pointList.is-gray .c-documentCard__more {
  border-bottom-color: #f5f4ef;
}
.p-service-theme__pointListItem {
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
}
@media (max-width: 812.98px) {
  .p-service-theme__pointListItem {
    width: 100%;
  }
}
.p-service-theme__pointListItem .--twoLine {
  min-height: 2.8em;
}
@media (max-width: 812.98px) {
  .p-service-theme__pointListItem .--twoLine {
    min-height: inherit;
  }
}
.p-service-theme__pointListItem .--twoLine {
  min-height: 2.8em;
}
@media (max-width: 812.98px) {
  .p-service-theme__pointListItem .--twoLine {
    min-height: inherit;
  }
}
.p-service-theme__pointListItem .--threeLine {
  min-height: 5.4em;
}
@media (max-width: 812.98px) {
  .p-service-theme__pointListItem .--threeLine {
    min-height: inherit;
  }
}
.p-service-theme__pointListItem .c-documentCard__image {
  width: 100%;
}
.p-service-theme__pointListItem .c-documentCard__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-theme__pointListItem .c-documentCard__point {
  background: white;
}
.p-service-theme__pointListItem .c-documentCard__title {
  line-height: 1.4;
  margin-bottom: 12px;
}
.p-service-theme__pointListItem a {
  background: none;
  transition: 0.3s;
}
.p-service-theme__pointListItem a:hover {
  background: #eef6ff;
}
.p-service-theme__pointListItem .c-documentCard__more {
  border-bottom-color: white;
}

.p-service-theme__ranking {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .p-service-theme__ranking {
    font-size: 90%;
  }
}
@media (max-width: 1000px) {
  .p-service-theme__ranking {
    font-size: 1.4vw;
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__ranking {
    font-size: 14px;
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__ranking {
    min-width: 1000px;
  }
}
.p-service-theme__ranking__caption {
  text-align: right;
  font-size: 0.8em;
  margin-top: 10px;
}
.p-service-theme__ranking .--r10 {
  border-radius: 10px 0 0 0;
}
.p-service-theme__ranking__thead__rank, .p-service-theme__ranking__thead__th, .p-service-theme__ranking__thead__td {
  padding: 10px 15px;
  text-align: center;
  border: 4px solid #f5f4ef;
  border-top: 0;
}
.p-service-theme__ranking__thead__rank:nth-child(1), .p-service-theme__ranking__thead__th:nth-child(1), .p-service-theme__ranking__thead__td:nth-child(1) {
  border-left: 0;
}
.p-service-theme__ranking__thead__rank:last-child, .p-service-theme__ranking__thead__th:last-child, .p-service-theme__ranking__thead__td:last-child {
  border-right: 0;
}
.p-service-theme__ranking__thead__th.--blue {
  color: #0160e3;
  font-weight: 700;
  background: #daebfb;
}
.p-service-theme__ranking__thead__th.--orange {
  color: #d64000;
  font-weight: 700;
  background: #ffe9df;
}
.p-service-theme__ranking__thead__td.--blue {
  color: #0160e3;
  font-weight: 700;
  background: #daebfb;
}
.p-service-theme__ranking__thead__td.--orange {
  color: #d64000;
  font-weight: 700;
  background: #ffe9df;
}
.p-service-theme__ranking tbody tr:last-child th, .p-service-theme__ranking tbody tr:last-child td {
  border-bottom: none !important;
}
.p-service-theme__ranking__tbody__rank, .p-service-theme__ranking__tbody__th, .p-service-theme__ranking__tbody__td {
  background: #fff;
  border: 4px solid #f5f4ef;
  padding: 15px;
}
.p-service-theme__ranking__tbody__rank:nth-child(1), .p-service-theme__ranking__tbody__th:nth-child(1), .p-service-theme__ranking__tbody__td:nth-child(1) {
  border-left: 0;
}
.p-service-theme__ranking__tbody__rank:last-child, .p-service-theme__ranking__tbody__th:last-child, .p-service-theme__ranking__tbody__td:last-child {
  border-right: 0;
}
.p-service-theme__ranking__tbody__rank {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.p-service-theme__ranking__tbody__th {
  text-align: left;
  font-weight: 400;
}
.p-service-theme__ranking__tbody__th.--blue {
  color: #0160e3;
  font-weight: 700;
}
.p-service-theme__ranking__tbody__th.--orange {
  color: #d64000;
  font-weight: 700;
}
.p-service-theme__ranking__tbody__td {
  text-align: center;
  font-weight: 500;
}
.p-service-theme__ranking__tbody__td.--blue {
  color: #0160e3;
  font-weight: 900;
}
.p-service-theme__ranking__tbody__td.--orange {
  color: #d64000;
  font-weight: 900;
}

.p-service-theme__report__catalog {
  display: block;
  position: relative;
  max-width: 960px;
  margin: 80px auto 0;
  padding: 20px 0 0;
  border: 1px solid #d64000;
  border-radius: 10px;
  background: #fff;
  transition: box-shadow 0.3s ease-in-out;
}
@media (max-width: 812.98px) {
  .p-service-theme__report__catalog {
    margin-top: 60px;
  }
}
.p-service-theme__report__catalog:hover {
  box-shadow: 0 8px 40px #d8bfb6;
}
.p-service-theme__report__catalog__sub {
  display: flex;
  position: absolute;
  top: -44px;
  left: -32px;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #d64000;
  color: #fff;
  font-family: var(--font-english);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.p-service-theme__report__catalog__btn {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  border-radius: 0 0 9px 9px;
  background: #d64000;
  text-align: center;
}
.p-service-theme__report__catalog__btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  content: "";
  transition: height 0.3s ease-in-out;
}
.p-service-theme__report__catalog:hover .p-service-theme__report__catalog__btn::before {
  top: 0;
  height: 100%;
}
.p-service-theme__report__catalog__btn span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-right: 26px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease-in-out;
}
.p-service-theme__report__catalog__btn span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 16px;
  margin: auto;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2036%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A4px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cg%20id%3D%22icon%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%222%2027%202%2034%2038%2034%2038%2027%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2220%22%20y1%3D%2216%22%20x2%3D%2220%22%20y2%3D%222%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2220%22%20y1%3D%2226%22%20x2%3D%2231%22%20y2%3D%2215%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2220%22%20y1%3D%2226%22%20x2%3D%229%22%20y2%3D%2215%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
}
.p-service-theme__report__catalog:hover .p-service-theme__report__catalog__btn span {
  color: #d64000;
}
.p-service-theme__report__catalog:hover .p-service-theme__report__catalog__btn span::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2036%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23d64000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A4px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cg%20id%3D%22icon%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%222%2027%202%2034%2038%2034%2038%2027%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2220%22%20y1%3D%2216%22%20x2%3D%2220%22%20y2%3D%222%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2220%22%20y1%3D%2226%22%20x2%3D%2231%22%20y2%3D%2215%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2220%22%20y1%3D%2226%22%20x2%3D%229%22%20y2%3D%2215%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-service-theme__report__img {
  width: 35%;
}
@media (max-width: 812.98px) {
  .p-service-theme__report__img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .p-service-theme__report__img img {
    width: 100%;
  }
}
.p-service-theme__report__inner {
  padding: 0 20px 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 812.98px) {
  .p-service-theme__report__inner {
    flex-wrap: wrap;
  }
}
.p-service-theme__report__content {
  flex: 1;
}
@media (max-width: 812.98px) {
  .p-service-theme__report__content {
    width: 100%;
    flex: inherit;
  }
}
.p-service-theme__report__titleWrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
@media (max-width: 812.98px) {
  .p-service-theme__report__titleWrap {
    margin: 0 auto 10px;
  }
}
.p-service-theme__report__subTitle {
  margin: 0 auto 5px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: #0060e3;
  text-align: center;
  font-size: 2rem;
  position: relative;
}
@media (max-width: 812.98px) {
  .p-service-theme__report__subTitle {
    font-size: 1.4rem;
  }
}
.p-service-theme__report__subTitle:before, .p-service-theme__report__subTitle:after {
  content: "";
  width: 2px;
  height: 60%;
  background: #0060e3;
  display: block;
  position: absolute;
  top: 50%;
}
.p-service-theme__report__subTitle:before {
  left: calc(100% + 10px);
  transform: translateY(-50%) rotate(25deg);
}
.p-service-theme__report__subTitle:after {
  right: calc(100% + 10px);
  transform: translateY(-50%) rotate(-25deg);
}
.p-service-theme__report__title {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (max-width: 812.98px) {
  .p-service-theme__report__title {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
.p-service-theme__report__tab {
  background: #000;
  padding: 0 10px;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
}
.p-service-theme__report__list {
  font-size: 1.4rem;
  margin-top: 5px;
}
.p-service-theme__report__listItem {
  padding-left: 1em;
  position: relative;
}
.p-service-theme__report__listItem:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #0060e3;
  border-radius: 50%;
  position: absolute;
  left: 0.2em;
  top: 0.8em;
}

.p-service-theme__table {
  width: 100%;
  border-radius: 10px 10px 0 10px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .p-service-theme__table {
    font-size: 80%;
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__table {
    min-width: 850px;
  }
}
.p-service-theme__table .w27 {
  width: 27%;
}
.p-service-theme__table .fs1-3 {
  font-size: 1.3em;
}
.p-service-theme__table__cross {
  display: block;
  margin: 20px auto;
}
@media (max-width: 812.98px) {
  .p-service-theme__table__cross {
    width: 50px;
    margin: 20px auto;
  }
}
.p-service-theme__table .--r10 {
  border-radius: 10px 0 0 0;
}
.p-service-theme__table .w17 {
  width: 17%;
}
.p-service-theme__table__th {
  background: #e9e8e2;
  padding: 10px 10px;
  min-height: 2em;
  line-height: 1.4;
  font-size: 110%;
  border-right: 2px solid #fff;
}
.p-service-theme__table__th:last-child {
  border-right: none;
}
.p-service-theme__table__th.--blue {
  background: #e9f1fb;
  color: #0060e3;
}
.p-service-theme__table__th__border-r {
  border-right: 2px solid #fff;
}
.p-service-theme__table thead td {
  background: none;
}
.p-service-theme__table tbody th, .p-service-theme__table tbody td {
  padding: 15px 8px;
  font-weight: 500;
}
.p-service-theme__table tbody th {
  background: #f7f6f2;
  min-width: 150px;
  border-bottom: 2px solid #fff;
}
.p-service-theme__table tbody tr:last-child th, .p-service-theme__table tbody tr:last-child td {
  border-bottom: 2px solid #f7f6f2;
}
.p-service-theme__table tbody td {
  text-align: center;
  border-bottom: 2px solid #f7f6f2;
  border-right: 2px solid #f7f6f2;
}
.p-service-theme__table tbody td:last-child {
  border-right: none;
}
.p-service-theme__table .text-orange {
  color: #d64000;
}
.p-service-theme__table__td.--center {
  text-align: center;
  min-width: 150px;
}
.p-service-theme__table__td.--left {
  text-align: left;
  max-width: 400px;
  font-size: 95%;
}
.p-service-theme__table__td.--leftText {
  text-align: left;
  padding: 10px 20px;
}
.p-service-theme__table__td.--orange {
  color: #d64000;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
.p-service-theme__table__td.--orange:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../management/src/images/ico-arrow-orange.png) no-repeat center center;
  background-size: contain;
  left: -10px;
  transform: translateY(-50%);
  top: 50%;
  display: block;
  position: absolute;
}
.p-service-theme__table__td.--orange span {
  display: block;
  margin: 0 auto;
  width: 23em;
}
.p-service-theme__table__td.--orange .em26 {
  width: 26em;
}
.p-service-theme__table__td.--blue {
  color: #0060e3;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  max-width: 330px;
}
.p-service-theme__table__td.--blue:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../management/src/images/ico-arrow.png) no-repeat center center;
  background-size: contain;
  left: -10px;
  transform: translateY(-50%);
  top: 50%;
  display: block;
  position: absolute;
}
.p-service-theme__table__td.--blue span {
  display: block;
  margin: 0 auto;
  width: 23em;
}
.p-service-theme__table__td.--blue .em26 {
  width: 26em;
}
.p-service-theme__table__td.--small span {
  display: block;
  margin: 0 auto;
  width: 15em;
}
.p-service-theme__tableLg {
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
}
@media (max-width: 1350px) {
  .p-service-theme__tableLg {
    font-size: 90%;
  }
}
@media (max-width: 1000px) {
  .p-service-theme__tableLg {
    font-size: 1.4vw;
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__tableLg {
    font-size: 14px;
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__tableLg,
 .p-service-theme__contents__imageWrapItem.-miw1000 {
    min-width: 1000px;
  }
}
.p-service-theme__tableLg .--r10 {
  border-radius: 10px 0 0 0;
}
.p-service-theme__tableLg.--fix {
  table-layout: fixed;
}
.p-service-theme__tableLg.--fix th {
  min-width: initial;
  width: initial;
}
.p-service-theme__tableLg .--border-none {
  border: none !important;
}
.p-service-theme__tableLg__header.col5 .p-service-theme__tableLg__header__th {
  padding: 5px 0 10px;
  line-height: 1;
}
.p-service-theme__tableLg__header__td {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 20px;
  font-size: 90%;
}
.p-service-theme__tableLg__header__td:first-child {
  border-left: 0;
}
.p-service-theme__tableLg__header__td:last-child {
  border-right: 0;
}
.p-service-theme__tableLg__header__td h4 {
  text-align: center;
  font-size: 120%;
  margin-bottom: 10px;
}
.p-service-theme__tableLg__header__td.--paleBlue {
  background: #f3fcfb;
}
.p-service-theme__tableLg__header__td.--lightBlue {
  background: #f3f9fb;
}
.p-service-theme__tableLg__header__td.--lightBlue h4 {
  color: #009de1;
}
.p-service-theme__tableLg__header__td.--blue {
  background: #f1f3f8;
}
.p-service-theme__tableLg__header__td.--blue h4 {
  color: #1970e6;
}
.p-service-theme__tableLg__header__td.--deepBlue {
  background: #ebf2f8;
}
.p-service-theme__tableLg__header__td.--deepBlue h4 {
  color: #005bac;
}
.p-service-theme__tableLg__header__td.--darkBlue {
  background: #e2eaf0;
}
.p-service-theme__tableLg__header__th {
  padding: 10px;
  color: #fff;
  font-weight: 500;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 28%;
}
.p-service-theme__tableLg__header__th .text-lg {
  font-size: 1.3em;
  display: block;
  line-height: 1.4;
}
.p-service-theme__tableLg__header__th:first-child {
  border-left: 0;
}
.p-service-theme__tableLg__header__th:last-child {
  border-right: 0;
}
.p-service-theme__tableLg__header__th.--paleBlue {
  background: #3dbef5;
}
.p-service-theme__tableLg__header__th.--lightBlue {
  background: #009de1;
}
.p-service-theme__tableLg__header__th.--lightBlue h4 {
  color: #009de1;
}
.p-service-theme__tableLg__header__th.--blue {
  background: #1970e6;
}
.p-service-theme__tableLg__header__th.--blue h4 {
  color: #1970e6;
}
.p-service-theme__tableLg__header__th.--deepBlue {
  background: #005bac;
}
.p-service-theme__tableLg__header__th.--deepBlue h4 {
  color: #005bac;
}
.p-service-theme__tableLg__header__th.--darkBlue {
  background: #003d73;
}
.p-service-theme__tableLg__tbody__bottom {
  border-bottom: 3px solid #fff;
}
.p-service-theme__tableLg__tbody__bottom:last-child {
  border-bottom: 0;
}
.p-service-theme__tableLg__tbody__th {
  background: #668796;
  color: #fff;
  font-size: 90%;
}
.p-service-theme__tableLg__tbody__thBg {
  background: #cfdde3;
  padding: 20px 0;
  font-size: 90%;
  border-right: 3px solid #fff;
}
.p-service-theme__tableLg__tbody .w50 {
  min-width: 50%;
}
.p-service-theme__tableLg__tbody__th, .p-service-theme__tableLg__tbody__td {
  padding: 20px 3px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  position: relative;
}
.p-service-theme__tableLg__tbody__th:first-child, .p-service-theme__tableLg__tbody__td:first-child {
  border-left: 0;
}
.p-service-theme__tableLg__tbody__th:last-child, .p-service-theme__tableLg__tbody__td:last-child {
  border-right: 0;
}
.p-service-theme__tableLg__tbody__th.--paleBlue, .p-service-theme__tableLg__tbody__td.--paleBlue {
  background: #f3fcfb;
}
.p-service-theme__tableLg__tbody__th.--lightBlue, .p-service-theme__tableLg__tbody__td.--lightBlue {
  background: #f3f9fb;
}
.p-service-theme__tableLg__tbody__th.--blue, .p-service-theme__tableLg__tbody__td.--blue {
  background: #f1f3f8;
}
.p-service-theme__tableLg__tbody__th.--deepBlue, .p-service-theme__tableLg__tbody__td.--deepBlue {
  background: #ebf2f8;
}
.p-service-theme__tableLg__tbody__th.--darkBlue, .p-service-theme__tableLg__tbody__td.--darkBlue {
  background: #e2eaf0;
}
.p-service-theme__tableLg__btn {
  position: absolute;
  width: calc(100% - 10px);
  background: #fff;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  text-align: center;
  padding: 5px;
  padding-right: 25px;
  font-size: 90%;
  border-radius: 50px;
  box-shadow: 0 0 5px 0 #dfdfdf;
  transition: 0.3s background-color;
}
.p-service-theme__tableLg__btn:hover {
  background: #f3f9fb;
}
.p-service-theme__tableLg__btn:has(.p-service-theme__tableLg__btn__subTitle) {
  padding: 10px;
  padding-right: 25px;
}
.p-service-theme__tableLg__btn__subTitle {
  display: block;
  color: #0060e3;
  font-size: 0.9em;
}
.p-service-theme__tableLg__btn.--top {
  top: calc(50% - 12px);
}
.p-service-theme__tableLg__btn.--top1 {
  top: calc(50% - 8px);
}
.p-service-theme__tableLg__btn.--top2 {
  top: calc(50% - 33px);
}
.p-service-theme__tableLg__btn.--left50 {
  left: calc(50% + 5px) !important;
}
.p-service-theme__tableLg__btn.--col1-5 {
  width: calc(150% - 10px + 3px);
  z-index: 4;
  left: 5px;
}
.p-service-theme__tableLg__btn.--col2 {
  width: calc(200% - 10px + 3px);
  z-index: 4;
  left: 5px;
}
.p-service-theme__tableLg__btn.--col2-5 {
  width: calc(250% - 10px + 6px);
  z-index: 4;
  left: 5px;
}
.p-service-theme__tableLg__btn.--col3 {
  width: calc(300% - 10px + 6px);
  z-index: 4;
  left: 5px;
}
.p-service-theme__tableLg__btn.--col4 {
  width: calc(400% - 10px + 9px);
  z-index: 4;
  left: 5px;
}
.p-service-theme__tableLg__btn.--col5 {
  width: calc(500% - 10px + 6px);
  z-index: 4;
  left: 5px;
}
.p-service-theme__tableLg__btn[target=_blank]:after {
  content: "";
  border: 0;
  width: 0.75em;
  height: 0.75em;
  transform: translateY(-50%);
  top: 48.5%;
  right: 0.8em;
  background: url(../../management/src/images/ico-link-wh.svg) center center no-repeat;
  background-size: contain;
}
.p-service-theme__tableLg__btn:after {
  content: "";
  width: 0.55em;
  height: 0.55em;
  transform: rotate(45deg) translateY(-50%);
  top: 49%;
  right: 1.25em;
  line-height: 1;
  position: absolute;
  display: block;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #fff;
}
.p-service-theme__tableLg__btn:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  border-radius: 50%;
  right: 0.45em;
  background: #0060e3;
}
.p-service-theme__tableLg tr {
  padding: 20px 0;
}
.p-service-theme__tableLg__tr__rowspan0, .p-service-theme__tableLg__tr__rowspan1 {
  padding: 0;
}
.p-service-theme__tableLg__tr__rowspan0 td {
  padding: 5px 0;
}
.p-service-theme__tableLg__tr__rowspan1 td {
  padding: 13px 0;
}
.p-service-theme__tableLg__tr__rowspan2 td {
  padding: 37px 0;
}
.p-service-theme__tableLg__cautionBox .p-service-theme__tableLg__btn {
  box-shadow: none;
}
.p-service-theme__tableLg__cautionBox {
  background: #668796;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 812.98px) {
  .p-service-theme__tableLg__cautionBox {
    min-width: 1000px;
  }
  .p-service-theme__tableLg__cautionBox .p-service-theme__tableLg {
    min-width: initial;
  }
}
.p-service-theme__tableLg__cautionBox__title {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 15px;
  font-weight: 500;
}
.p-service-theme__tableLg__cautionBox__arrows span {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: #668796;
  top: -12px;
  transform: translateX(-50%) rotate(-45deg);
}
.p-service-theme__tableLg__cautionBox__arrows span:nth-child(1) {
  left: 10%;
}
.p-service-theme__tableLg__cautionBox__arrows span:nth-child(2) {
  left: 30%;
}
.p-service-theme__tableLg__cautionBox__arrows span:nth-child(3) {
  left: 50%;
}
.p-service-theme__tableLg__cautionBox__arrows span:nth-child(4) {
  left: 70%;
}
.p-service-theme__tableLg__cautionBox__arrows span:nth-child(5) {
  left: 90%;
}
.p-service-theme__tableEmployees {
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}
@media (max-width: 1350px) {
  .p-service-theme__tableEmployees {
    font-size: 90%;
  }
}
@media (max-width: 1000px) {
  .p-service-theme__tableEmployees {
    font-size: 1.4vw;
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__tableEmployees {
    font-size: 14px;
  }
}
@media (max-width: 812.98px) {
  .p-service-theme__tableEmployees {
    min-width: 1000px;
  }
}
.p-service-theme__tableEmployees .--r10 {
  border-radius: 10px 0 0 0;
}
.p-service-theme__tableEmployees .--rt10 {
  border-radius: 0 10px 0 0;
}
.p-service-theme__tableEmployees .--rb10 {
  border-radius: 0 0 10px 0;
}
.p-service-theme__tableEmployees tr {
  border-bottom: 2px solid white;
}
.p-service-theme__tableEmployees tr:last-child {
  border-bottom: 0;
  border-radius: 0 0 0 10px;
  overflow: hidden;
}
.p-service-theme__tableEmployees__theadTh {
  width: 38%;
  background: #668796;
  color: #fff;
  padding: 10px;
  border-right: 2px solid white;
  border-radius: 10px 10px 0 0;
}
.p-service-theme__tableEmployees__theadTh:last-child {
  border-right: 0;
}
.p-service-theme__tableEmployees__th {
  padding: 15px;
  font-size: 1.1em;
  position: relative;
  border-radius: 10px 0 0 10px;
}
.p-service-theme__tableEmployees__th:before {
  content: "";
  display: block;
  background: #000;
  width: 20px;
  height: 13px;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 98%;
}
.p-service-theme__tableEmployees__td {
  position: relative;
  width: 38%;
  padding: 15px 1.5em;
  border-right: 2px solid white;
}
.p-service-theme__tableEmployees__td:last-child {
  border-right: 0;
}
.p-service-theme__tableEmployees.--lightBlue .p-service-theme__tableEmployees__th {
  background: #009de2;
  color: #fff;
}
.p-service-theme__tableEmployees.--lightBlue .p-service-theme__tableEmployees__th:before {
  background: #009de2;
}
.p-service-theme__tableEmployees.--lightBlue .p-service-theme__tableEmployees__td {
  background: #f3f8fb;
}
.p-service-theme__tableEmployees.--blue .p-service-theme__tableEmployees__th {
  background: #1970e6;
  color: #fff;
}
.p-service-theme__tableEmployees.--blue .p-service-theme__tableEmployees__th:before {
  background: #1970e6;
}
.p-service-theme__tableEmployees.--blue .p-service-theme__tableEmployees__td {
  background: #f2f3f8;
}
.p-service-theme__tableEmployees.--darkBlue .p-service-theme__tableEmployees__th {
  background: #005bac;
  color: #fff;
}
.p-service-theme__tableEmployees.--darkBlue .p-service-theme__tableEmployees__th:before {
  background: #005bac;
}
.p-service-theme__tableEmployees.--darkBlue .p-service-theme__tableEmployees__td {
  background: #ebf2f8;
}
.p-service-theme__tableEmployees.--green .p-service-theme__tableEmployees__th {
  background: #008644;
  color: #fff;
}
.p-service-theme__tableEmployees.--green .p-service-theme__tableEmployees__th:before {
  background: #008644;
  content: none;
}
.p-service-theme__tableEmployees.--green .p-service-theme__tableEmployees__td {
  background: #eef8f3;
}

.p-service-theme * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.p-service-theme h2, .p-service-theme h3, .p-service-theme h4, .p-service-theme h5 {
  text-wrap: inherit;
}
.p-service-theme .p-service__search__open {
  display: flex;
  flex-wrap: wrap;
}
.p-service-theme__searchWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-service-theme__management__title {
  background-color: #f4f8f9;
}
.p-service-theme__management__contentsNav {
  padding: 100px 0 20px;
  background: #f5f4ef;
}
@media (max-width: 812.98px) {
  .p-service-theme__management__contentsNav {
    padding: 0;
  }
}
.p-service-theme__management__contentsNavBg {
  background: #fff;
}
.p-service-theme .c-documentCard__image {
  aspect-ratio: 360/220;
}
.p-service-theme a[target=_blank].c-documentCard .c-documentCard__more i::after {
  background-image: url(/hrm/service/management/src/images/ico-link-wh.svg);
  background-size: 14px 14px;
  background-position: center;
}

.p-service__contents-nav__list__item > a span {
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 812.98px) {
  .p-service__contents-nav__list__item > a span {
    text-align: left;
  }
}

@media (max-width: 812.98px) {
  .p-service__detail .c-serviceCard__image {
    border-radius: 5px 5px 5px 5px;
  }
}

.p-service__contents-nav.is-fixed {
  background: #fff;
}