.p-serviceIndex .p-about {
  position: relative;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-about {
    padding: 6rem 8rem 1rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-about {
    padding: 6rem 2rem 1rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-aboutWave {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-aboutWave {
    display: block;
    position: absolute;
    min-width: 7rem;
    top: 2rem;
    left: 0;
  }
}
.p-serviceIndex .p-aboutHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-aboutHead {
    margin-bottom: 4rem;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-aboutHead {
    margin-bottom: 4rem;
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-aboutHead-image {
    width: 14rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-aboutHead-image {
    width: 11.4rem;
  }
}
.p-serviceIndex .p-aboutBody p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-aboutBody-attentionTxt {
    text-align: right;
  }
}
.p-serviceIndex .p-aboutFV {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-aboutFV {
    width: 24.7rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-aboutFV {
    width: 19.8rem;
    height: 14rem;
    top: 14.8rem;
    bottom: 0;
  }
}
.p-serviceIndex .p-blockCta {
  background-color: #d5ef8b;
  border-radius: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-blockCta {
    padding: 3rem 4rem 4rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-blockCta {
    padding: 3rem 2rem 2rem;
  }
}
.p-serviceIndex .p-blockCtaHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-blockCtaHead {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-blockCtaHead {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-serviceIndex .p-blockCtaHead-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-blockCtaHead-left {
    gap: 0 1.9rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-blockCtaHead-left {
    margin-bottom: 1rem;
  }
}
.p-serviceIndex .p-blockCtaHead-right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.p-serviceIndex .p-blockCtaHead-right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-blockCtaHead-right ul li {
    padding: 1rem 2.7rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-blockCtaHead-right ul li {
    gap: 0 0.8rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-blockCtaHead-right ul li .m-textSub {
    margin-bottom: -0.5rem;
  }
}
.p-serviceIndex .p-blockCtaHead-right ul li .p-blockCtaCompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-serviceIndex .p-blockCtaHead-right ul li .p-blockCtaCompanyNum {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.064rem;
  font-size: 3.2rem;
}
.p-serviceIndex .p-blockCtaHead-right ul li .p-blockCtaCompanyOver {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 100%;
  margin-bottom: 0.5rem;
}
.p-serviceIndex .p-blockCtaHead-attentionTxt {
  text-align: right;
  margin-bottom: 1rem;
}
.p-serviceIndex .p-blockCtaResult {
  width: 12.1rem;
}
.p-serviceIndex .p-blockCtaBox {
  background-color: #fff;
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-blockCtaBox {
    padding: 3rem 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-blockCtaBox {
    padding: 3rem 2rem;
  }
}
.p-serviceIndex .p-surport {
  background-color: #eff9f7;
  margin-top: -3rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-surport {
    padding: 9rem 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-surport {
    padding: 9rem 2rem;
  }
}
.p-serviceIndex .p-surportHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-surportHead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-surportHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-surportHead h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-surportHeadImg {
    width: 32rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-surportHeadImg {
    width: 100%;
  }
}
.p-serviceIndex .p-surportBody {
  position: relative;
  background-color: #fff;
  border-radius: 1.5rem;
  margin: 6rem 0 0;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-surportBody {
    padding: 3rem 5rem 2rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-surportBody {
    padding: 3rem 2rem 2rem;
  }
}
.p-serviceIndex .p-surportBodyImg {
  position: absolute;
  top: -4rem;
  margin: auto;
  width: 10rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-surportBodyImg {
    right: 42.5%;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-surportBodyImg {
    right: 36%;
  }
}
.p-serviceIndex .p-surportBodyTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  margin-bottom: 1rem;
}
.p-serviceIndex .p-surportBodyTitleIcon {
  width: 4.833rem;
  height: 5.397rem;
}
.p-serviceIndex .p-stage {
  background-color: #fff;
  border-radius: 3rem;
  margin-top: -4rem;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 4rem 0 #dff3ee;
  box-shadow: 0 0 4rem 0 #dff3ee;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageHeadWrap {
    padding: 0 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageHeadWrap {
    padding: 0 2rem;
  }
}
.p-serviceIndex .p-stageHeadImg {
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageHeadImg {
    width: 46rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageHeadImg {
    width: 100%;
  }
}
.p-serviceIndex .p-stageHeadGrbox {
  background-color: #f5fbe5;
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageHeadGrbox {
    padding: 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageHeadGrbox {
    padding: 2rem;
  }
}
.p-serviceIndex .p-stageHeadGrbox h4 {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageBody {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageBody {
    padding-top: 3.7rem;
  }
}
.p-serviceIndex .p-stageBody li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-serviceIndex .p-stageBodyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageBodyBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageBodyBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-serviceIndex .p-stageBodySquare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2.8rem;
}
.p-serviceIndex .p-stageBodyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-serviceIndex .p-stageBodyWrapTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-serviceIndex .p-stageBodyWrapTitle h2 {
  margin-left: 1rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageBody li:nth-child(odd) .p-stageBodyDescription {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageBody li:nth-child(odd) .p-stageBodyDescription {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageBody li:nth-child(even) .p-stageBodyDescription {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageBody li:nth-child(even) .p-stageBodyDescription {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageBody li:nth-child(even) .p-stageBodyBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageBody li:nth-child(even) .p-stageBodyBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-serviceIndex .p-stageBody li + li {
  margin-top: 6rem;
}
.p-serviceIndex .p-stageBodyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageBodyBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageBodyBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-serviceIndex .p-stageBodyDescription {
  margin-bottom: 4rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageBodyDescription {
    width: 52.4390243902%;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageBodyDescription {
    width: 100%;
  }
}
.p-serviceIndex .p-stageBodySquare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 1.5rem;
  margin-bottom: 1.5rem;
}
.p-serviceIndex .p-stageBodyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-serviceIndex .p-stageBodyWrapTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-serviceIndex .p-stageBodyWrapTitle h2 {
  margin-left: 1rem;
}
.p-serviceIndex .p-stageBodyList {
  width: 10.4rem;
}
.p-serviceIndex .p-stageBodyList.--short {
  width: 7.8rem;
}
.p-serviceIndex .p-stageBodyList li + li {
  margin-top: 1rem;
  margin-bottom: 0;
}
.p-serviceIndex .p-stageBodyContentsTitle {
  background-color: #eff9f7;
  padding: 1rem 2rem 1rem;
  border-radius: 1.5rem 1.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.1rem solid #dff3ee;
}
.p-serviceIndex .p-stageBodyContentsTitle p {
  padding: 0.95rem 1.5rem;
  -webkit-box-shadow: 0 0.3rem 0.5rem 0 #e7e7e7;
  box-shadow: 0 0.3rem 0.5rem 0 #e7e7e7;
}
.p-serviceIndex .p-stageBodyContentsTxt {
  background-color: #eff9f7;
  padding: 1.5rem 2rem;
  border-radius: 0 0 1.5rem 1.5rem;
  gap: 1rem;
}
.p-serviceIndex .p-stageBodyContentsTxt.--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-serviceIndex .p-stageBodyContentsTxt.--row figure {
  width: 22rem;
}
.p-serviceIndex .p-stageBodyContentsTxt.--row img {
  width: 100%;
}
.p-serviceIndex .p-stageBodyContentsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.p-serviceIndex .p-stageBodyContentsList li {
  padding: 0.5rem 0;
  color: #fff;
  background-color: #95be1f;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.p-serviceIndex .p-stageBodyContentsList li + li {
  margin: 0;
}
.p-serviceIndex .p-stageBody li:nth-child(even) .p-stageBodyContentsTitle {
  background-color: #f5fbe5;
  border-bottom: 0.1rem solid #e2f4b0;
}
.p-serviceIndex .p-stageBody li:nth-child(even) .p-stageBodyContentsTxt {
  background-color: #f5fbe5;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-stageBodyImg {
    width: 47.5609756098%;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-stageBodyImg {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.p-serviceIndex .p-stageBodyImg img {
  width: 100%;
}
.p-serviceIndex .p-image {
  background-color: #eff9f7;
  margin-top: -3rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-image {
    padding: 9rem 8rem 6rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-image {
    padding: 6rem 2rem;
  }
}
.p-serviceIndex .p-imageHead {
  margin-bottom: 4rem;
}
.p-serviceIndex .p-imageHead h2 {
  margin-bottom: 1rem;
}
.p-serviceIndex .p-image .p-imageListItem + .p-imageListItem {
  margin-top: 2rem;
}
.p-serviceIndex .p-imageExample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-serviceIndex .p-imageList {
  margin-bottom: 4rem;
}
.p-serviceIndex .p-imageListItem {
  background-color: #fff;
  border-radius: 1.5rem;
}
.p-serviceIndex .p-imageOverview {
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-imageOverview {
    padding: 3rem 5rem 0;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-imageOverview {
    padding: 3rem 2rem 0;
  }
}
.p-serviceIndex .p-imageOverviewHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0 1.5rem;
  padding-bottom: 1.5rem;
}
.p-serviceIndex .p-imageClosed {
  -webkit-transition: max-height 250ms ease-out;
  transition: max-height 250ms ease-out;
  overflow: hidden;
}
.p-serviceIndex .p-imageGoal {
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-imageGoal {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-imageGoal {
    padding: 3rem 2rem;
  }
}
.p-serviceIndex .p-imageGoalBox {
  background-color: #f5fbe5;
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-imageGoalBox {
    padding: 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-imageGoalBox {
    padding: 2rem 1.5rem;
  }
}
.p-serviceIndex .p-imageGoalBox h5 {
  margin-bottom: 0.5rem;
}
.p-serviceIndex .p-imageDetail {
  border-top: 0.1rem solid #eee;
  border-bottom: 0.1rem solid #eee;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-imageDetailListItem {
    padding: 4rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-imageDetailListItem {
    padding: 3rem 2rem;
  }
}
.p-serviceIndex .p-imageDetailListItemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.p-serviceIndex .p-imageDetailListItemHead h3 span {
  margin-right: 0.5rem;
}
.p-serviceIndex .p-imageDetailListItemHead p {
  font-size: 1.2rem;
}
.p-serviceIndex .p-imageDetailListItemBody {
  background-color: #f5fbe5;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-imageDetailListItemBody {
    padding: 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-imageDetailListItemBody {
    padding: 2rem 1.5rem;
  }
}
.p-serviceIndex .p-imageDetailListItemBody img {
  margin-right: 1rem;
  width: 3rem;
}
.p-serviceIndex .p-imageDetailListItemBody h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-serviceIndex .p-imageDetailListItemBodyList {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  padding-left: 1.4rem;
  margin-top: 1rem;
}
.p-serviceIndex .p-imageDetailListItemComment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-imageDetailListItemComment figure {
    width: 7.1428571429%;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-imageDetailListItemComment figure {
    width: 12.9032258065%;
  }
}
.p-serviceIndex .p-imageDetailListItemComment p {
  position: relative;
  padding: 1rem 1.5rem;
  margin-left: 1.5rem;
  border-radius: 1.5rem;
  line-height: 150%;
  background-color: #95be1f;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-imageDetailListItemComment p {
    width: 90.1785714286%;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-imageDetailListItemComment p {
    width: 82.2580645161%;
  }
}
.p-serviceIndex .p-imageDetailListItemComment p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -0.7rem;
  top: 0.9rem;
  border-right: 2rem solid #95be1f;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-radius: 0.1rem;
}
.p-serviceIndex .p-imageDetailList .p-imageDetailListItem + .p-imageDetailListItem {
  border-top: 0.1rem solid #eee;
  position: relative;
}
.p-serviceIndex .p-imageDetailList .p-imageDetailListItem + .p-imageDetailListItem::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 15.1rem;
  width: 4.8rem;
  height: 2.4rem;
  background: url(/assets/img/new/service/index/image_arrow.svg) no-repeat right center/100% auto;
}
.p-serviceIndex .p-imageDetailMerit {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
}
.p-serviceIndex .p-imageDetail .c-ctaSec {
  padding: 0 1em 4rem;
}
.p-serviceIndex .p-imageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-imageLink {
    padding: 2rem 5rem 3rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-imageLink {
    padding: 2rem 2rem 3rem;
  }
}
.p-serviceIndex .p-imageLinkButton {
  padding: 1.3rem;
  position: relative;
  cursor: pointer;
}
.p-serviceIndex .p-imageLinkButton::before {
  background-image: url(/assets/img/new/service/index/arrow_gr_b.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.9rem;
  right: 2rem;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.p-serviceIndex .p-imageLinkButton.--open::before {
  background-image: url(/assets/img/new/service/index/arrow_gr_t.svg);
}
.p-serviceIndex .p-imageLinkButton:hover {
  opacity: 0.6;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.p-serviceIndex .p-strength {
  background-color: #f5fbe5;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthHead {
    padding: 6rem 8rem 4rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthHead {
    padding: 6rem 2rem 4rem;
  }
}
.p-serviceIndex .p-strengthHead h2 {
  margin-bottom: 1rem;
}
.p-serviceIndex .p-strengthBox {
  background-color: #fff;
  position: relative;
  border-radius: 3rem;
  -webkit-box-shadow: 0 0 4rem 0 #edf8cd;
  box-shadow: 0 0 4rem 0 #edf8cd;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthBox {
    padding: 4rem 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthBox {
    padding: 20.7rem 2rem 4rem;
  }
}
.p-serviceIndex .p-strengthBox::before {
  content: "";
  position: absolute;
  top: 0;
}
.p-serviceIndex .p-strengthBox.--yourself::before {
  width: 36.6rem;
  height: 18.7rem;
  right: 0;
  border-radius: 0 3rem 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthBox.--yourself::before {
    background-image: url(/assets/img/new/service/index/strength_bg_01_pc.png);
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthBox.--yourself::before {
    background-image: url(/assets/img/new/service/index/strength_bg_01_sp.png);
  }
}
.p-serviceIndex .p-strengthBox.--impoertant::before {
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthBox.--impoertant::before {
    width: 33.9rem;
    height: 19.9rem;
    border-radius: 0 3rem 0 0;
    right: 0;
    background-image: url(/assets/img/new/service/index/strength_bg_02_pc.png);
    background-position: right;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthBox.--impoertant::before {
    width: 36.7rem;
    height: 19.1rem;
    border-radius: 3rem 0 0 0;
    left: 0;
    background-image: url(/assets/img/new/service/index/strength_bg_02_sp.png);
    background-position: left;
  }
}
.p-serviceIndex .p-strengthBoxMain {
  margin-bottom: 4rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthBoxMain {
    width: 53.0303030303%;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthBoxMain {
    width: 100%;
  }
}
.p-serviceIndex .p-strengthBoxMain figure {
  margin-bottom: 0.6rem;
}
.p-serviceIndex .p-strengthBoxMain h3 {
  margin-bottom: 2rem;
}
.p-serviceIndex .p-strengthBoxList {
  display: grid;
  gap: 2rem 0;
}
.p-serviceIndex .p-strengthBoxListItem {
  background-color: #eff9f7;
  padding: 2rem;
  border-radius: 1.5rem;
}
.p-serviceIndex .p-strengthBoxListItem h4 {
  margin-bottom: 1rem;
}
.p-serviceIndex .p-strengthBoxListItemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthBoxListItemTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthBoxListItemTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthBoxListItemTitle figure {
    margin-bottom: 1.5rem;
  }
}
.p-serviceIndex .p-strengthBoxListItem ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem 0.5rem;
}
.p-serviceIndex .p-strengthBoxListItem ul li {
  background-color: transparent;
}
.p-serviceIndex .p-strength .p-strengthBox + .p-strengthBox {
  margin-top: 4rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNum {
    padding: 6rem 8rem 9rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNum {
    padding: 4rem 2rem 9rem;
  }
}
.p-serviceIndex .p-strengthNumTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNumTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 1.5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 1rem;
  }
}
.p-serviceIndex .p-strengthNumTitle figure {
  width: 9rem;
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumTitle figure {
    margin-bottom: 0.9rem;
  }
}
.p-serviceIndex .p-strengthNumTitleOne {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08em;
  font-size: 4rem;
}
.p-serviceIndex .p-strengthNumList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNumList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-serviceIndex .p-strengthNumListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4rem 0 #edf8cd;
  box-shadow: 0 0 4rem 0 #edf8cd;
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNumListItem {
    width: 48.4848484848%;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumListItem {
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNumListItemTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumListItemTxt {
    font-size: 2rem;
  }
}
.p-serviceIndex .p-strengthNumListItemEmploed {
  width: 14.6rem;
}
.p-serviceIndex .p-strengthNumListItemPeople {
  width: 11.7rem;
}
.p-serviceIndex .p-strengthNumListItemSatisfy {
  width: 9.5rem;
}
.p-serviceIndex .p-strengthNumBox {
  background-color: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 4rem 0 #edf8cd;
  box-shadow: 0 0 4rem 0 #edf8cd;
  margin-bottom: 3rem;
}
.p-serviceIndex .p-strengthNumBoxJob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNumBoxJob {
    padding: 3rem 5rem 0;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumBoxJob {
    padding: 3rem 2rem 0;
  }
}
.p-serviceIndex .p-strengthNumBoxJobList {
  display: grid;
  gap: 0.4rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNumBoxJobList {
    max-width: 23.6rem;
    grid-template-columns: repeat(5, 4.4rem);
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumBoxJobList {
    max-width: 14rem;
    grid-template-columns: repeat(3, 4.4rem);
  }
}
.p-serviceIndex .p-strengthNumBoxJobList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #95be1f;
  color: #fff;
  padding: 0 0.95rem;
  border-radius: 5rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.048rem;
  height: 2rem;
}
.p-serviceIndex .p-strengthNumBoxJobCompany {
  width: 15.5rem;
}
.p-serviceIndex .p-strengthNumBoxScroll {
  overflow-x: scroll;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNumBoxScroll {
    padding: 0 0 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumBoxScroll {
    padding: 0 0 2rem 2rem;
  }
}
.p-serviceIndex .p-strengthNumBoxCompany {
  display: grid;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
  grid-template-columns: repeat(10, 8.5rem);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNumBoxCompany {
    width: 104rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumBoxCompany {
    width: 98rem;
  }
}
.p-serviceIndex .p-strengthNumBoxCompany li {
  aspect-ratio: 1/0.647;
  border: 0.1rem solid #eee;
  border-radius: 0.5rem;
}
.p-serviceIndex .p-strengthNumBoxCompanyText {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNumBoxCompanyText {
    width: 104.1rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumBoxCompanyText {
    width: 98.1rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-strengthNumBoxAnnotation {
    padding: 0 0 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-strengthNumBoxAnnotation {
    padding: 0 0 2rem 2rem;
  }
}
.p-serviceIndex .p-strengthInterview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-serviceIndex .p-aCta {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-aCta {
    padding-top: 5.7rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-aCta .c-accentCtaInr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-serviceIndex .p-aCtaHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-serviceIndex .p-aCtaHeadIcon {
  color: #1ca987;
  background-color: #d5ef8b;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
  width: 7rem;
  height: 7rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-aCtaResult {
    width: 32.3rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-aCtaResult {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-serviceIndex .p-aCta .p-aCtaText {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-aCta .p-aCtaText {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-aCta .p-aCtaText {
    margin-top: 1rem;
  }
}
.p-serviceIndex .p-aCta .c-accentCtaBoxInr {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-serviceIndex .p-staff {
  position: relative;
}
.p-serviceIndex .p-staff::before {
  background: url(/assets/img/new/service/index/staff_bg.svg) no-repeat right;
  content: "";
  position: absolute;
  width: 11.5rem;
  height: 5.8em;
  right: 0;
  top: 4rem;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-staff {
    padding: 6rem 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-staff {
    padding: 6rem 2rem;
  }
}
.p-serviceIndex .p-staffHead {
  margin-bottom: 4rem;
}
.p-serviceIndex .p-staffHead h4 {
  margin-bottom: 0.5rem;
}
.p-serviceIndex .p-staffHead h2 {
  margin-bottom: 1rem;
}
.p-serviceIndex .p-staffBody {
  border-radius: 3rem;
}
.p-serviceIndex .p-staffBodyPic {
  border-radius: 1.5rem 1.5rem 0 0;
}
.p-serviceIndex .p-staffBodyWrap {
  background-color: #f5fbe5;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-staffBodyWrap {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-staffBodyWrap {
    padding: 3rem 2rem;
  }
}
.p-serviceIndex .p-staffBodyWrap h4 {
  margin-bottom: 1.5rem;
}
.p-serviceIndex .p-staffBodyWrapList {
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-staffBodyWrapList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-staffBodyWrapList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-serviceIndex .p-staffBodyWrapList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.064rem;
  background-color: #95be1f;
  color: #fff;
  padding: 0.5rem 0.9rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-staffBodyWrapList li:nth-child(4) {
    position: relative;
  }
  .p-serviceIndex .p-staffBodyWrapList li:nth-child(4)::before {
    content: "";
    position: absolute;
    top: -3.8rem;
    right: 1.5rem;
    width: 6.4rem;
    height: 4.1rem;
    background: url(/assets/img/new/service/index/staff_person.svg) no-repeat right center/100% auto;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-staffBodyWrapList li:nth-child(2) {
    position: relative;
  }
  .p-serviceIndex .p-staffBodyWrapList li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: -3.8rem;
    right: 1.5rem;
    width: 6.4rem;
    height: 4.1rem;
    background: url(/assets/img/new/service/index/staff_person.svg) no-repeat right center/100% auto;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-staffVoiceHead {
    padding: 0 8rem 4rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-staffVoiceHead {
    padding: 0 2rem 4rem;
  }
}
.p-serviceIndex .p-staffVoiceHead h2 {
  margin-bottom: 1rem;
}
.p-serviceIndex .p-staffVoiceList {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-serviceIndex .p-staffVoiceItem {
  background-color: #eff9f7;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0.6rem 0.8rem 0 #e7e7e7;
  box-shadow: 0 0.6rem 0.8rem 0 #e7e7e7;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-staffVoiceItem:first-of-type {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-staffVoiceItem:first-of-type {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-staffVoiceItem:last-of-type {
    margin-right: 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-staffVoiceItem:last-of-type {
    margin-right: 2rem;
  }
}
.p-serviceIndex .p-staffVoiceItemTxt {
  padding: 3rem 2rem;
}
.p-serviceIndex .p-staffVoiceItemTxt h4 {
  margin-bottom: 1rem;
}
.p-serviceIndex .p-staffVoiceInr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-staffVoiceInr {
    width: 32rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-staffVoiceInr {
    width: 29rem;
  }
}
.p-serviceIndex .p-staffVoiceInr figure {
  border-radius: 1.5rem 1.5rem 0 0;
}
.p-serviceIndex .p-staffLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4rem 0 6rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-flow {
    padding: 6rem 8rem 4rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-flow {
    padding: 6rem 2rem 4rem;
  }
}
.p-serviceIndex .p-flowHead {
  margin-bottom: 1.1rem;
}
.p-serviceIndex .p-flow figure {
  margin: 0 auto 4rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-flow figure {
    width: 42rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-flow figure {
    width: 100%;
  }
}
.p-serviceIndex .p-flowLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-serviceIndex .p-try {
  background-color: #f5fbe5;
  border-radius: 3rem 3rem 0 0;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-try {
    padding: 5rem 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-try {
    padding: 5rem 2rem;
  }
}
.p-serviceIndex .p-tryHead {
  margin-bottom: 4rem;
}
.p-serviceIndex .p-tryHead h3 {
  margin-bottom: 1rem;
}
.p-serviceIndex .p-tryHeadList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.p-serviceIndex .p-tryFlowList {
  position: relative;
}
.p-serviceIndex .p-tryFlowList::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #c3e85a transparent transparent transparent;
  border-bottom: 0;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-tryFlowList::before {
    border-width: 3.6rem 5rem 0 5rem;
    bottom: -3.5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-tryFlowList::before {
    border-width: 2.5rem 3.5rem 0 3.5rem;
    bottom: -2.5rem;
  }
}
.p-serviceIndex .p-tryFlowListHead figure {
  border-radius: 1.5rem 1.5rem 0 0;
}
.p-serviceIndex .p-tryFlowListWrap {
  background-color: #fff;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-tryFlowListWrap {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-tryFlowListWrap {
    padding: 3rem 2rem;
  }
}
.p-serviceIndex .p-tryFlowListWrapTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.p-serviceIndex .p-tryFlowListWrapTitle figure {
  width: 6.4rem;
}
.p-serviceIndex .p-tryFlowListWrapLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-serviceIndex .p-tryFlow .p-tryFlowList + .p-tryFlowList {
  margin-top: 4.5rem;
}
.p-serviceIndex .p-serviceCta {
  background-color: #d5ef8b;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-serviceCta {
    padding: 3rem 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-serviceCta {
    padding: 3rem 2rem;
  }
}
.p-serviceIndex .p-serviceCtaWrap {
  background-color: #fff;
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-serviceCtaWrap {
    padding: 3rem 8rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-serviceCtaWrap {
    padding: 3rem 2rem;
  }
}
.p-serviceIndex .p-serviceCtaWrap figure {
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-serviceCtaWrap figure {
    width: 34rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-serviceCtaWrap figure {
    width: 100%;
  }
}
.p-serviceIndex .p-serviceCtaWrap h3 {
  margin-bottom: 1rem;
}
.p-serviceIndex .p-questionsImg {
  margin: 1rem auto 2rem;
}
.p-serviceIndex .p-questionsImg.--large {
  width: 46rem;
  height: 27.16rem;
}
.p-serviceIndex .p-questionsImg.--small {
  width: 22rem;
  height: 25.77rem;
}
.p-serviceIndex .p-others {
  background-color: #f5fbe5;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-others {
    padding: 6rem 8rem 9rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-others {
    padding: 6rem 2rem 9rem;
  }
}
.p-serviceIndex .p-othersHead {
  margin-bottom: 4rem;
}
.p-serviceIndex .p-othersHead h2 {
  margin-bottom: 1rem;
}
.p-serviceIndex .p-othersList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-othersList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-othersList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
}
.p-serviceIndex .p-othersListItem {
  -webkit-box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
  box-shadow: 0 0.6rem 0.8rem 0 rgba(68, 68, 68, 0.09);
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .p-serviceIndex .p-othersListItem {
    width: 47.7272727273%;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceIndex .p-othersListItem {
    width: 100 .p-serviceIndex .p-othersListItem;
  }
}
.p-serviceIndex .p-othersListItemTxt {
  background-color: #fff;
  padding: 3rem 2rem;
}
.p-serviceIndex .p-othersListItemTxt h3 {
  margin-bottom: 1.5rem;
}
.p-serviceIndex .p-othersListItemTxt h5 {
  margin-bottom: 0.5rem;
}
.p-serviceIndex .p-accentCtaBottom {
  margin-top: -3rem;
}
/*# sourceMappingURL=index.css.map */