@charset "UTF-8";
/* メインビジュアル */
.p-er-mainVisual {
  position: relative;
  width: 100%;
  height: 57.94vw;
  background: center/contain url(../images/employee-retention/mv.png);
}
@media screen and (max-width: 768px) {
  .p-er-mainVisual {
    height: 91.47vw;
    background: center/cover url(../images/employee-retention/mv_sp.png);
  }
}
.p-er-mainVisual .inner {
  position: absolute;
  top: 244px;
  left: 184px;
}
@media screen and (min-width: 769px) and (max-width: 1130px) {
  .p-er-mainVisual .inner {
    top: 200px;
    left: 100px;
  }
}
.p-er-mainVisual .inner .text {
  margin-block: 32px 64px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-er-mainVisual-bottom {
    margin-top: 38px;
    padding-inline: 32px;
  }
  .p-er-mainVisual-bottom .text {
    margin-block: 24px 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .p-er-mainVisual-bottom .c-button {
    margin-inline: auto;
  }
}

/* メインビジュアル下　説明文  */
.p-er-main-description {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-top: 74px;
}
@media screen and (max-width: 1130px) {
  .p-er-main-description {
    flex-direction: column;
    gap: 24px;
    margin: 80px auto 0;
  }
}
.p-er-main-description img {
  width: 41.67vw;
  height: 31.75vw;
  border-radius: 0 24px 24px 0;
}
@media screen and (max-width: 1130px) {
  .p-er-main-description img {
    margin-left: -32px;
    width: 100%;
    height: 74.4vw;
  }
}
.p-er-main-description .text-box {
  padding-top: 40px;
}
@media screen and (max-width: 1130px) {
  .p-er-main-description .text-box {
    padding-top: 0;
    padding-inline: 32px;
  }
}
.p-er-main-description .text-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .p-er-main-description .text-box p {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}
.p-er-main-description .text-box p + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-er-main-description .text-box p + p {
    margin-top: 36px;
  }
}

/* 悩みの例 */
.p-er-worries {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-er-worries {
    margin-top: 69px;
  }
}
.p-er-worries img {
  width: 100%;
}

/* 「悩みにお答えします」の箇所 */
.p-er-answer {
  margin-top: -25.13vw;
  padding-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  .p-er-answer {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-er-answer {
    margin-top: 80px;
  }
}
.p-er-answer .pc-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-er-answer .pc-title .title-02 {
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .p-er-answer .pc-title {
    display: none;
  }
}
.p-er-answer .sp-title {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-er-answer .sp-title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.p-er-answer .answer-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 46px;
}
@media screen and (max-width: 900px) {
  .p-er-answer .answer-wrap {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
.p-er-answer .answer-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 47px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-er-answer .answer-wrap .item {
    padding: 32px;
  }
}
.p-er-answer .answer-wrap .item p {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-er-answer .answer-wrap .item .lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media screen and (max-width: 768px) {
  .p-er-answer .answer-wrap .item .lead {
    margin-bottom: 28px;
    font-size: 18px;
  }
}
.p-er-answer .answer-wrap .item .heading {
  margin-top: 54px;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-er-answer .answer-wrap .item .heading {
    margin-top: 25px;
    font-size: 24px;
  }
}
.p-er-answer .answer-wrap .item img {
  border-radius: 130px;
}
.p-er-answer .answer-wrap .item01 {
  background: #0184C9;
}
.p-er-answer .answer-wrap .item02 {
  background: #016BB7;
}
.p-er-answer .answer-wrap .item03 {
  background: #01449B;
}
.p-er-answer .answer-wrap .item03 .heading {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-er-answer .answer-wrap .item03 .heading {
    margin-top: 20px;
  }
}

/* Service */
.p-er-service {
  padding-block: 80px 120px;
  background: #EBF2F9;
}
@media screen and (max-width: 1140px) {
  .p-er-service {
    padding-block: 80px 80px;
    padding-inline: 32px;
  }
}
.p-er-service .service-title {
  padding-left: 184px;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-er-service .service-title {
    padding-left: 0;
    font-size: 64px;
  }
}
.p-er-service .service-lead, .p-er-service .text, .p-er-service .list-title, .p-er-service .item {
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-er-service .item-title, .p-er-service .bottom-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-er-service .item-title, .p-er-service .bottom-text {
    font-size: 18px;
  }
}
.p-er-service .service-lead {
  margin-bottom: 68px;
  padding-left: 184px;
}
@media screen and (max-width: 768px) {
  .p-er-service .service-lead {
    margin-bottom: 40px;
    padding-left: 0;
  }
}
.p-er-service .box-wrap {
  display: flex;
  margin-bottom: 286px;
}
@media screen and (max-width: 1140px) {
  .p-er-service .box-wrap {
    flex-direction: column;
    margin-inline: -32px;
    margin-bottom: -2px;
  }
}
.p-er-service .box-wrap img {
  width: 42.33vw;
  height: 31.75vw;
}
@media screen and (max-width: 1140px) {
  .p-er-service .box-wrap img {
    width: 100%;
    height: auto;
  }
}
.p-er-service .box-wrap .box {
  padding: 64px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-er-service .box-wrap .box {
    padding: 32px;
    width: calc(100% - 32px);
  }
}
.p-er-service .box-wrap .box .item-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-er-service .box-wrap .box .item-title {
    margin-bottom: 10px;
  }
}
.p-er-service .box-wrap .box .text {
  margin-bottom: 24px;
}
.p-er-service .box-wrap .box .list-title {
  margin-bottom: 8px;
  font-weight: 700;
}
.p-er-service .box-wrap .box ol li {
  padding-left: 32px;
  text-indent: -29px;
}
@media screen and (max-width: 768px) {
  .p-er-service .box-wrap .box ol li {
    padding-left: 35px;
    text-indent: -35px;
  }
}
.p-er-service .box-wrap .box ol li span {
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .p-er-service .box-wrap .box ol li span {
    margin-right: 20px;
  }
}
.p-er-service .box-wrap .box ul li {
  padding-left: 22px;
  text-indent: -22px;
}
@media screen and (max-width: 768px) {
  .p-er-service .box-wrap .box ul li {
    padding-left: 26px;
    text-indent: -26px;
  }
}
.p-er-service .box-wrap .box ul li span {
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .p-er-service .box-wrap .box ul li span {
    margin-right: 9px;
  }
}
@media screen and (max-width: 1140px) {
  .p-er-service .box-wrap:nth-child(2n-1) img {
    padding-right: 32px;
  }
}
.p-er-service .box-wrap:nth-child(2n-1) .box {
  transform: translate(-112px, 240px);
}
@media screen and (max-width: 1140px) {
  .p-er-service .box-wrap:nth-child(2n-1) .box {
    transform: translate(0, -42px);
    margin-left: 32px;
    border-radius: 40px 0 0 40px;
  }
}
.p-er-service .box-wrap:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1140px) {
  .p-er-service .box-wrap:nth-child(2n) {
    flex-direction: column;
  }
}
@media screen and (max-width: 1140px) {
  .p-er-service .box-wrap:nth-child(2n) img {
    padding-left: 32px;
  }
}
.p-er-service .box-wrap:nth-child(2n) .box {
  transform: translate(112px, 240px);
}
@media screen and (max-width: 1140px) {
  .p-er-service .box-wrap:nth-child(2n) .box {
    transform: translate(0, -42px);
    margin-right: 32px;
    border-radius: 0 40px 40px 0;
  }
}
.p-er-service .box-wrap01 {
  margin-bottom: 320px;
}
@media screen and (max-width: 1140px) {
  .p-er-service .box-wrap01 {
    margin-bottom: -2px;
  }
}
.p-er-service .box-wrap04 {
  margin-bottom: 304px;
}
@media screen and (max-width: 1140px) {
  .p-er-service .box-wrap04 {
    margin-bottom: 14px;
  }
}
.p-er-service .bottom-text {
  margin-bottom: 48px;
  text-align: center;
}
.p-er-service .c-button {
  margin-inline: auto;
}
/*# sourceMappingURL=employee-retention.css.map */