/* about
---------------------------------------------------------------------------- */
.p-solution-about {
  padding: 8rem 0 10rem;
}

.p-employment-inner {
  display: flex;
  gap: 6rem;
  align-items: center;
  width: calc(100% - 10rem);
  padding: 6rem;
  padding-left: 0;
  margin: 5rem 0 6rem auto;
  margin-left: auto;
  background-color: #fff;
}

.p-employment-visual {
  width: 53rem;
  min-width: 53rem;
  margin-left: -10rem;
}

.p-employment-title {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #EDBB2B;
  margin-bottom: 3rem;
}

.p-employment-category-title {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #0047ba;
  width: fit-content;
  margin: 0 auto 3rem;
}

.p-employment-category-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.p-employment-category-box {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4rem;
  border: 0.2rem solid #EDBB2B;
  background-color: #fff;
}

.p-employment-category-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: 15rem;
  height: 16rem;
  background-color: #EDBB2B;
  position: relative;
}
.p-employment-category-label::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1px;
  transform: translate(100%, -50%);
  width: 1.5rem;
  height: auto;
  aspect-ratio: 15/29;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #EDBB2B;
}

.p-employment-category-items {
  color: #4261B7;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-employment-category-items li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-solution-about {
    padding: 13.3333333333vw 0;
  }
  .p-employment-inner {
    flex-direction: column;
    gap: 5.3333333333vw;
    width: 100%;
    padding: 26.6666666667vw 5.3333333333vw 6.6666666667vw;
    margin: 29.3333333333vw auto 8vw;
  }
  .p-employment-visual {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-top: -49.3333333333vw;
  }
  .p-employment-title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-employment-category-title {
    font-size: 5.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
  .p-employment-category-list {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .p-employment-category-box {
    align-items: normal;
    gap: 6.6666666667vw;
    border: 0.5333333333vw solid #EDBB2B;
  }
  .p-employment-category-label {
    font-size: 4.8vw;
    width: 30.4vw;
    height: auto;
  }
  .p-employment-category-label::before {
    width: 3.2vw;
  }
  .p-employment-category-items {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 0;
  }
  .p-employment-category-items li:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
/* how to
---------------------------------------------------------------------------- */
.p-solution-how {
  padding: 9rem 0 10rem;
  background: #ffffff;
  background: linear-gradient(180deg, #fff 0%, #fff 42%, #FEFCE6 42%, #FEFCE6 100%);
}

.p-solution-how-txt01 {
  text-align: center;
  font-weight: 700;
  line-height: 2.2222222222;
}

.p-type-service-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem 3rem;
  margin: 4.5rem auto 6rem;
  padding: 6rem 10rem;
  background-color: #FFFAC6;
}

.p-type-service-heading-item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: start;
  padding-left: 1.5rem;
}
.p-type-service-heading-item:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 0.2rem dashed #D5D5D5;
}

.p-type-service-heading-label {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  padding: 0.1rem 0.5rem;
  background-color: #EDBB2B;
}

.p-type-service-heading-text {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-type-service-heading-list {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-solution-how {
    padding: 13.3333333333vw 0;
    background: linear-gradient(180deg, #fff 0%, #fff 27%, #FEFCE6 27%, #FEFCE6 100%);
  }
  .p-solution-how-txt01 {
    text-align: left;
  }
  .p-type-service-heading {
    gap: 4vw;
    margin: 6.6666666667vw auto 8vw;
    padding: 8vw 5.3333333333vw;
  }
  .p-type-service-heading-item {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6666666667vw 4vw;
    padding-left: 0;
  }
  .p-type-service-heading-item:not(:last-child) {
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.5333333333vw dashed #D5D5D5;
  }
  .p-type-service-heading-label {
    font-size: 4.2666666667vw;
    min-width: 33.6vw;
    padding: 0.2666666667vw 1.3333333333vw;
  }
  .p-type-service-heading-text {
    font-size: 5.3333333333vw;
  }
  .p-type-service-heading-list {
    font-size: 4.2666666667vw;
  }
}
/* compare
---------------------------------------------------------------------------- */
.p-compare-table-wrapper td:nth-of-type(1) {
  font-weight: 700;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-compare-table-wrapper table {
    width: 266.6666666667vw;
  }
}
