* {
  box-sizing: border-box;
  max-width: 390px;
}

html,
header,
footer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  margin: 0 auto;
}

body {
  overflow: auto;
}

main {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 50px 5px rgba(17, 17, 26, 0.08);
}

h1,
h2,
h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #E27E7E;
}

h2,
h3 {
  text-align: center;
}

p {
  color: #3B3B3B;
}

a {
  transition: all 0.5s 0s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  a:hover:not(.page-top__btn) {
    opacity: 0.6;
    color: #FFF;
  }
}

img:not(.deco-img, .logo) {
  width: 100%;
  height: auto;
}

dt {
  font-weight: 400;
}

.show-pc {
  display: block !important;
}
@media screen and (width >= 390px) {
  .show-pc {
    display: none !important;
  }
}

.show-sp {
  display: none !important;
}
@media screen and (width >= 390px) {
  .show-sp {
    display: block !important;
  }
}

.show-sp-ex {
  display: none !important;
}
@media screen and (width < 427px) {
  .show-sp-ex {
    display: block !important;
  }
}

.show-xs {
  display: none !important;
}
@media screen and (width < 390px) {
  .show-xs {
    display: block !important;
  }
}

@media screen and (width < 390px) {
  .hide-xs {
    display: none !important;
  }
}

.highlight-red {
  font-weight: 500;
  line-height: 1.8;
  padding: 0px 12px 0 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(6.4102564103vw, 25px);
  font-weight: 500;
  display: block;
  background: #E18787;
  color: #FFF;
}

.p-cta {
  padding: 20px 19px;
  display: block;
  border-radius: 13px;
  border: 1.5px solid #E27E7E;
  background: #FFF;
}
.p-cta h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (width < 390px) {
  .p-cta h3 {
    font-size: 16px;
  }
}
.p-cta img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.p-cta ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.p-cta ul li {
  font-size: max(4.6153846154vw, 16px);
  color: #3B3B3B;
  display: flex;
  border-bottom: 1px dashed #CCC9C9;
  padding-bottom: 9px;
}
@media screen and (width >= 390px) {
  .p-cta ul li {
    font-size: 16px;
  }
}
.p-cta ul li span {
  font-weight: 700;
  color: #E27E7E;
}
.p-cta ul li::before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../img/recruit-pilates/check.svg");
  mask-image: url("../img/recruit-pilates/check.svg");
  background: #E27E7E;
  width: 19px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}
.p-cta ul li:last-of-type {
  border-bottom: none;
}
.p-cta > p {
  font-size: min(3.8461538462vw, 15px);
  font-weight: 500;
  line-height: 2.4;
  color: #3B3B3B;
}

.c-button {
  width: 100%;
  height: 92px;
  border-radius: 6px;
  background: #7FC1AE;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: min(4.6153846154vw, 18px);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 3px 3px 0px 0px #609586;
  padding-inline: 5px;
}
@media screen and (width < 390px) {
  .c-button {
    font-size: 15px;
  }
}
.c-button span {
  font-size: 18px;
  border-radius: 50%;
  color: #7FC1AE;
  background: #FFF;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
@media screen and (width < 390px) {
  .c-button span {
    font-size: 15px;
  }
}
.c-button::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.u-lh-155 {
  line-height: 1.55;
}

.u-lh-2 {
  line-height: 2;
}

.u-ai-start {
  align-items: start;
}
.u-ai-start::before {
  margin-top: 5px;
}

.u-ai-center {
  align-items: center;
}

.p-fv--upper {
  position: relative;
}
.p-fv--upper img:first-of-type {
  width: 100%;
  height: auto;
}
.p-fv--upper img:last-of-type {
  position: absolute;
  bottom: 23.6px;
  right: 15px;
  z-index: 2;
  width: min(34.6153846154vw, 135px);
  height: auto;
}
.p-fv--lower {
  margin-top: -27.6px;
  position: relative;
  z-index: 1;
  background-image: url("../img/recruit-pilates/mextr-bg1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 26px;
}
.p-fv__content {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-fv__content h2 {
  font-size: min(5.641025641vw, 22px);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.p-fv__content h2:first-of-type {
  padding-top: 9px;
}
.p-fv__content h2:nth-of-type(2) {
  margin-top: 13px;
}
.p-fv__content .points {
  margin: 19px 0 20px;
  display: flex;
  gap: 0px 8px;
}
@media screen and (width < 390px) {
  .p-fv__content .points {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-fv__content .points .point {
  width: 115px;
  height: 115px;
  border: 1px solid #E26671;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 3px 2px 0px 0px #fff;
  background: #fff;
}
.p-fv__content .points .point:first-of-type {
  font-size: 16px;
}
.p-fv__content .points .point:nth-of-type(n + 2) {
  font-size: 15px;
}
.p-fv__content .points .point p {
  text-align: center;
  line-height: 1.5;
}
.p-fv__content .points .point p span {
  background: linear-gradient(transparent 60%, #FDFFCD 60%);
}

.p-probrem {
  background: #5A5959;
  padding: 16px 0px 35px;
  position: relative;
}
.p-probrem__inner {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-probrem__inner > p {
  color: #FDFFCD;
  font-weight: 700;
  font-size: min(5.1025641026vw, 19.9px);
  line-height: 1.6;
  text-align: center;
  margin-top: 25px;
}
.p-probrem__title p,
.p-probrem__title h2 {
  text-align: center;
}
.p-probrem__title p {
  color: #FDFFCD;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Oooh Baby", serif;
  margin-bottom: 2px;
}
.p-probrem__title p::before, .p-probrem__title p::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 0.6px;
  background: #FDFFCD;
  vertical-align: middle;
}
.p-probrem__title p::before {
  margin-right: 5px;
}
.p-probrem__title p:after {
  margin-left: 5px;
}
.p-probrem__title h2 {
  color: #FDFFCD;
  font-weight: 700;
}
.p-probrem__title h2:first-of-type {
  font-size: 17px;
}
.p-probrem__title h2:last-of-type {
  font-size: min(6.6666666667vw, 26px);
}
.p-probrem__list {
  margin-top: 22px;
  background: #fff;
  border-radius: 11px;
  padding-top: 26px;
}
.p-probrem__list ul {
  padding: 0px 18px 0px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-probrem__list li {
  font-size: 18px;
  color: #3B3B3B;
  display: flex;
  border-bottom: 1px dashed #CCC9C9;
  padding-bottom: 9px;
  font-weight: 500;
}
@media screen and (width < 390px) {
  .p-probrem__list li {
    font-size: 16px;
  }
}
.p-probrem__list li span {
  background: linear-gradient(transparent 60%, #FDFFCD 60%);
}
.p-probrem__list li::before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../img/recruit-pilates/check.svg");
  mask-image: url("../img/recruit-pilates/check.svg");
  background: #646364;
  width: 19px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}
.p-probrem__list li:last-of-type {
  border-bottom: none;
}
.p-probrem__list img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  border-radius: 0 0 11px 11px;
  background: linear-gradient(0deg, #B6B6B6 0%, rgba(255, 255, 255, 0) 100%);
}
.p-probrem::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 59px;
  height: 25px;
  background: #5A5959;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-work-merit {
  background-image: url("../img/recruit-pilates/mextr-bg2.webp");
  background-size: cover;
  background-position-y: -81px;
  padding: 64px 0 23px;
}
@media screen and (width < 390px) {
  .p-work-merit {
    padding-top: 32px;
  }
}
.p-work-merit__inner {
  text-align: center;
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-work-merit__inner p:not(.highlight-red) {
  color: #3B3B3B;
  font-weight: 500;
}
.p-work-merit__inner p:not(.highlight-red):first-of-type {
  font-size: min(6.1538461538vw, 24px);
  line-height: 1.5;
}
.p-work-merit__inner p:not(.highlight-red):nth-of-type(n+2) {
  font-size: min(5.641025641vw, 22px);
  line-height: 1.64;
}
.p-work-merit__inner p:not(.highlight-red):nth-of-type(5) {
  margin-top: 17px;
}
.p-work-merit__inner p:not(.highlight-red):nth-of-type(9) {
  margin-top: 21px;
}
.p-work-merit__inner .highlight-red {
  font-size: min(6.1538461538vw, 24px);
  line-height: normal;
  margin: 0 auto;
}
.p-work-merit__inner .highlight-red:nth-of-type(2), .p-work-merit__inner .highlight-red:nth-of-type(3) {
  margin-top: min(4.8717948718vw, 19px);
}
.p-work-merit__inner .highlight-red:nth-of-type(4) {
  margin-top: min(5.3846153846vw, 21px);
}
.p-work-merit__inner .highlight-red:nth-of-type(6) {
  margin-top: min(6.1538461538vw, 24px);
}
.p-work-merit__inner .highlight-red:nth-of-type(7) {
  margin-top: min(4.8717948718vw, 19px);
}
.p-work-merit__inner .highlight-red:nth-of-type(8) {
  margin-top: min(5.1282051282vw, 20px);
}
.p-work-merit__inner img {
  margin-top: 21px;
}

.p-reason {
  padding: 33px 0 43px;
  background: #F7EAEE;
}
.p-reason__inner {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-reason__title {
  text-align: center;
  font-size: min(6.1538461538vw, 24px);
}
.p-reason__item img {
  display: block;
  margin: 0 auto;
}
.p-reason__item img:not(.deco-img) {
  width: min(83.8461538462vw, 327px);
}
.p-reason__item img:first-of-type {
  position: relative;
  z-index: 1;
}
.p-reason__item img:nth-of-type(2) {
  margin-top: -32px;
}
.p-reason__item:first-of-type, .p-reason__item:nth-of-type(2) {
  margin-top: 18px;
}
.p-reason__item:nth-of-type(3) {
  margin-top: 21px;
}
.p-reason__item:nth-of-type(4) {
  margin-top: 24px;
}
.p-reason__item:nth-of-type(5) {
  margin-top: 17px;
}
.p-reason__item .text-area {
  padding: 110px 16px 32px;
  border-radius: 15px;
  background: #FFF;
  margin-top: -92px;
}
.p-reason__item .text-area h3 {
  font-size: min(5.641025641vw, 22px);
  line-height: 1.64;
}
.p-reason__item .text-area p {
  font-size: min(4.6153846154vw, 18px);
  font-weight: 300;
  line-height: 1.78;
  color: #000;
  margin-top: 18px;
}

.p-cta-clone {
  padding: 27px 0 40px;
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}

.p-worries {
  padding-top: 20px;
  position: relative;
  background: #5A5959;
  height: 575px;
}
@media screen and (width < 390px) {
  .p-worries {
    height: 690px;
  }
}
.p-worries::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 67px;
  height: 33px;
  background: #5A5959;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-worries__inner {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-worries__inner > p {
  color: #FDFFCD;
  font-weight: 700;
  font-size: 19.9px;
  line-height: 1.6;
  text-align: center;
  margin-top: 25px;
}
.p-worries__inner > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-62%);
  z-index: 1;
}
.p-worries__title h2 {
  color: #FDFFCD;
  line-height: 1.71;
  font-size: min(5.3846153846vw, 21px);
}
.p-worries__list {
  position: relative;
  margin-top: 21px;
}
.p-worries__list .cloud {
  position: absolute;
}
.p-worries__list .cloud img {
  position: absolute;
}
.p-worries__list .cloud:first-of-type {
  width: 215px;
  top: 0;
  left: 0;
}
.p-worries__list .cloud:first-of-type img {
  left: 88px;
}
.p-worries__list .cloud:nth-of-type(2) {
  width: 162px;
  top: 59px;
  right: 0;
}
.p-worries__list .cloud:nth-of-type(2) img {
  left: 61px;
}
@media screen and (width < 390px) {
  .p-worries__list .cloud:nth-of-type(2) {
    top: 99px;
  }
  .p-worries__list .cloud:nth-of-type(2) img {
    left: 100px;
  }
}
.p-worries__list .cloud:nth-of-type(3) {
  width: 222px;
  top: 129px;
  left: 0;
}
.p-worries__list .cloud:nth-of-type(3) img {
  left: 77px;
}
@media screen and (width < 390px) {
  .p-worries__list .cloud:nth-of-type(3) {
    top: 199px;
  }
  .p-worries__list .cloud:nth-of-type(3) img {
    left: 45px;
  }
}
.p-worries__list .cloud:nth-of-type(4) {
  width: 162px;
  top: 196px;
  right: 0;
}
.p-worries__list .cloud:nth-of-type(4) img {
  left: 49px;
}
@media screen and (width < 390px) {
  .p-worries__list .cloud:nth-of-type(4) {
    top: 296px;
  }
  .p-worries__list .cloud:nth-of-type(4) img {
    left: 70px;
  }
}
.p-worries__list .cloud:nth-of-type(3) img, .p-worries__list .cloud:nth-of-type(4) img {
  width: 27px;
  height: 30px;
}
.p-worries__list .cloud:nth-of-type(2) img, .p-worries__list .cloud:nth-of-type(4) img {
  transform: rotateY(180deg);
}
.p-worries__list li {
  width: 100%;
  height: 85px;
  border-radius: 42.5px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.53;
  color: #3B3B3B;
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (width < 390px) {
  .p-worries__list li {
    font-size: 16px;
  }
}

.p-resolution {
  background-image: url("../img/recruit-pilates/mextr-bg3.webp");
  background-size: cover;
  padding: 37px 0 42px;
  position: relative;
}
.p-resolution__inner {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
  text-align: center;
}
.p-resolution__inner p {
  font-size: min(5.641025641vw, 22px);
  font-weight: 500;
  line-height: 1.63;
  color: #3B3B3B;
}
.p-resolution__inner p:nth-of-type(2) {
  margin-top: 27px;
  line-height: 1.5;
}
.p-resolution__inner p:nth-of-type(2) span {
  font-size: min(10.2564102564vw, 40px);
  color: #E26671;
}
.p-resolution__inner p:nth-of-type(2) .ls-adjust1 {
  font-size: min(6.1538461538vw, 24px);
  color: #3B3B3B;
  letter-spacing: 0.22em;
}
.p-resolution__inner p:nth-of-type(2) .ls-adjust2 {
  letter-spacing: -0.16em;
}
.p-resolution__inner p:nth-of-type(3) {
  margin-top: 16px;
  font-size: min(5.3846153846vw, 21px);
  font-weight: 700;
  line-height: 1.62;
}
.p-resolution__inner p:nth-of-type(3) span {
  color: #E26671;
}
.p-resolution__inner .word-group {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: min(5.1282051282vw, 20px);
  color: #3B3B3B;
  margin-top: 16px;
  font-weight: 500;
}
.p-resolution__inner .word-group p {
  width: 160px;
  height: 74px;
  background: #E27E7E;
  color: #fff;
  margin-top: 0;
  line-height: 1.27;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-resolution__inner img {
  margin-top: 20px;
}
.p-resolution > img {
  position: absolute;
  bottom: 26px;
  left: 9px;
}

.p-strengths {
  padding-bottom: 42px;
}
.p-strengths__title {
  height: 115px;
  background: #E27E7E;
  padding: 17px 0 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-strengths__title h2 {
  font-size: min(6.1538461538vw, 24px);
  font-weight: 700;
  color: #fff;
}
.p-strengths__title h2 span {
  color: #E27E7E;
  background: #fff;
  margin-right: 12px;
  font-weight: 500;
}
.p-strengths__title h2 span:first-of-type {
  padding-right: 15px;
  padding-left: 12px;
}
.p-strengths__title h2 span:last-of-type {
  padding-right: 16px;
  padding-left: 15px;
}
.p-strengths__title h2:nth-of-type(2) {
  margin-top: 10px;
}
.p-strengths__content {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
  color: #3B3B3B;
}
.p-strengths__content:nth-of-type(2) p {
  margin-top: 25px;
}
.p-strengths__content:nth-of-type(3) {
  padding-top: 49px;
}
.p-strengths__content:nth-of-type(3) .title h3 {
  font-size: 19px;
  line-height: 1.47;
  gap: 19px;
  margin-left: 16px;
}
.p-strengths__content:nth-of-type(3) img {
  margin-top: 29px;
}
.p-strengths__content:nth-of-type(3) p {
  margin-top: 29px;
}
.p-strengths__content:nth-of-type(4) {
  margin-top: 61px;
}
.p-strengths__content:nth-of-type(4) .title h2 {
  font-size: min(7.1794871795vw, 28px);
  font-weight: 700;
  line-height: 1.14;
  color: #E27E7E;
}
.p-strengths__content > img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-strengths__content .title h3 {
  display: flex;
  align-items: center;
  gap: 29px;
  text-align: left;
  font-size: min(5.3846153846vw, 21px);
  font-weight: 500;
  line-height: 1.71;
  margin-left: 21px;
  color: #3B3B3B;
}
.p-strengths__content .title h3 span {
  color: #E27E7E;
  font-size: 64px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.p-strengths__content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.77;
}
@media screen and (width < 390px) {
  .p-strengths__content p {
    font-size: 16px;
  }
}
.p-strengths .training-list {
  margin-top: 30px;
  display: flex;
  gap: 31px;
  flex-direction: column;
}
.p-strengths .training-item {
  border: 2px solid #E27E7E;
}
.p-strengths .training-item:first-of-type .content > p {
  margin-top: 13px;
}
.p-strengths .training-item:nth-of-type(n+2) .content {
  padding-top: 14px;
  padding-bottom: 20px;
}
.p-strengths .training-item h3 {
  background: #E27E7E;
  color: #fff;
  font-size: min(5.641025641vw, 22px);
  font-weight: 500;
  line-height: 1.45;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-strengths .training-item p {
  font-weight: 500;
  color: #3B3B3B;
}
.p-strengths .training-item .content {
  padding: 22px 13px 18px 14px;
}
.p-strengths .training-item .content > p {
  font-size: min(4.8717948718vw, 19px);
  line-height: 1.68;
  text-align: center;
}
.p-strengths .training-item ul {
  background: #F7EAEE;
  padding: 23px 0px 19px 8px;
}
.p-strengths .training-item ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  display: flex;
}
.p-strengths .training-item ul li::before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../img/recruit-pilates/check.svg");
  mask-image: url("../img/recruit-pilates/check.svg");
  background: #E27E7E;
  width: 19px;
  height: 20px;
  margin-right: 9px;
  flex-shrink: 0;
}
.p-strengths .training-item ul li:nth-of-type(2) {
  margin-top: 24px;
}

.p-interview {
  padding: 35px 0 39px;
  background: #F7EAEE;
}
.p-interview__inner {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-interview__title {
  margin-bottom: 37px;
}
.p-interview__title h2 {
  font-size: min(7.1794871795vw, 28px);
  font-weight: 700;
  color: #E26671;
  text-align: center;
  line-height: 1.14;
}
.p-interview__item {
  width: 100%;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 24px 16px;
}
.p-interview__item h3 {
  font-size: min(5.1282051282vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #3B3B3B;
}
.p-interview__item img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 18px;
}
.p-interview__item p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  color: #000;
  margin-top: 21px;
}
@media screen and (width < 390px) {
  .p-interview__item p {
    font-size: 16px;
  }
}
.p-interview__item a {
  margin-top: 32px;
  height: 72px;
  border-radius: 6px;
  background: #7FC1AE;
  font-size: min(6.1538461538vw, 24px);
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-interview__item a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: 18px;
}
.p-interview .splide__slide {
  padding: 2px;
}
.p-interview .splide__arrow--prev {
  left: -0.8em;
}
.p-interview .splide__arrow--next {
  right: -0.8em;
}

.p-career {
  padding-bottom: 63px;
}
.p-career__title {
  background: #E27E7E;
  padding: 14px 0 24px;
}
.p-career__title p,
.p-career__title h2 {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.p-career__title p {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Oooh Baby", serif;
  margin-bottom: 6px;
}
.p-career__title p::before, .p-career__title p::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 0.6px;
  background: #fff;
  vertical-align: middle;
}
.p-career__title p::before {
  margin-right: 5px;
}
.p-career__title p:after {
  margin-left: 5px;
}
.p-career__title h2 {
  font-size: 18.9px;
  line-height: 1.47;
}
@media screen and (width < 390px) {
  .p-career__title h2 {
    font-size: 16px;
  }
}
.p-career__list {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-career__item h3 {
  font-size: min(6.1538461538vw, 24px);
  line-height: 1.33;
  color: #E27E7E;
}
.p-career__item h3 span {
  background: #E27E7E;
  font-size: min(4.8717948718vw, 19px);
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 9px;
  padding-inline: 10px;
  line-height: 1.68;
  color: #fff;
}
.p-career__item img {
  display: block;
  margin: 20px auto 0;
}
.p-career__item p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin-top: 19px;
  line-height: 1.77;
}
@media screen and (width < 390px) {
  .p-career__item p {
    font-size: 16px;
  }
}
.p-career__item:first-of-type {
  margin-top: 38px;
}
.p-career__item:nth-of-type(2) {
  margin-top: 50px;
}
.p-career__item:nth-of-type(3), .p-career__item:nth-of-type(4) {
  margin-top: 43px;
}

.p-about {
  background-image: url("../img/recruit-pilates/mextr-bg4.webp");
  background-size: cover;
  padding: 35px 0 53px;
}
.p-about__inner {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-about__inner > img {
  margin-top: 28px;
}
.p-about__title h2 {
  font-size: min(7.6923076923vw, 30px);
}
.p-about__list {
  margin-top: 28px;
}
.p-about__item h3 {
  background-image: url("../img/recruit-pilates/marker.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #3B3B3B;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-about__item:first-of-type h3 {
  font-size: min(5.641025641vw, 22px);
  line-height: 1.45;
}
.p-about__item:first-of-type p {
  margin-top: 21px;
  font-size: min(6.1538461538vw, 24px);
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.p-about__item:nth-of-type(2) {
  margin-top: 35px;
}
.p-about__item:nth-of-type(2) h3 {
  font-size: min(6.6666666667vw, 26px);
  line-height: 1.23;
}
.p-about__item:nth-of-type(2) p {
  margin-top: 20px;
  font-size: min(5.1282051282vw, 20px);
  line-height: 1.7;
  text-align: center;
}
.p-about__item:nth-of-type(3) {
  margin-top: 43px;
}
.p-about__item:nth-of-type(3) h3 {
  font-size: min(5.1282051282vw, 20px);
  line-height: 1.6;
}
.p-about__item:nth-of-type(3) p {
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.77;
}
@media screen and (width < 390px) {
  .p-about__item:nth-of-type(3) p {
    font-size: 16px;
  }
}
.p-about__item:nth-of-type(4) {
  margin-top: 25px;
}
.p-about__item:nth-of-type(4) h3 {
  font-size: min(5.641025641vw, 22px);
  line-height: 1.45;
}
.p-about__item:nth-of-type(4) p {
  font-size: 18px;
  line-height: 1.77;
}
@media screen and (width < 390px) {
  .p-about__item:nth-of-type(4) p {
    font-size: 16px;
  }
}
.p-about__item:nth-of-type(4) p:first-of-type {
  margin-top: 37px;
}
.p-about__item:nth-of-type(4) p:nth-of-type(2) {
  margin-top: 16px;
}
.p-about__item:nth-of-type(4) p:nth-of-type(3) {
  margin-top: 25px;
}

.p-guidelines {
  padding: 36px 0;
}
.p-guidelines__inner {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-guidelines__title h2 {
  font-size: min(7.6923076923vw, 30px);
  color: #E26671;
}
.p-guidelines__table {
  margin-top: 32px;
}
.p-guidelines__table dl {
  display: flex;
  border: 1px solid #E26671;
  border-bottom: 0;
  flex-direction: column;
}
.p-guidelines__table dl:first-of-type dt {
  line-height: 2;
  padding: 15px 18px;
}
.p-guidelines__table dl:first-of-type .dd-group {
  padding: 14px 16px 16px;
}
.p-guidelines__table dl:first-of-type .dd-group dd:nth-of-type(n+2) {
  margin-top: 30px;
}
.p-guidelines__table dl:nth-of-type(2) dt {
  line-height: 2;
  padding: 15px 18px;
}
.p-guidelines__table dl:nth-of-type(2) .dd-group {
  padding: 22px 17px 25px 25px;
}
.p-guidelines__table dl:nth-of-type(2) .dd-group dd:nth-of-type(n+2) {
  margin-top: 18px;
}
.p-guidelines__table dl:last-of-type {
  border-bottom: 1px solid #E26671;
}
.p-guidelines__table dl:last-of-type dt {
  line-height: 1.77;
  font-size: 18px;
  padding: 15px 18px;
}
@media screen and (width < 390px) {
  .p-guidelines__table dl:last-of-type dt {
    font-size: 16px;
  }
}
.p-guidelines__table dl:last-of-type .dd-group {
  padding: 14px 23px;
}
.p-guidelines__table dl:last-of-type .dd-group dd:nth-of-type(n+2) {
  margin-top: 8px;
}
.p-guidelines__table dt {
  background: #E26671;
  color: #fff;
  width: 100%;
  font-weight: 500;
}
.p-guidelines__table .dd-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-guidelines__table .dd-group dd {
  font-size: 16px;
  line-height: 1.88;
}

.p-faq {
  padding: 40px 0 52px;
  background: #F7EDEC;
}
.p-faq__inner {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-faq__title h2 {
  font-size: min(7.6923076923vw, 30px);
  color: #E26671;
}
.p-faq__list {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.p-faq__item h3 {
  height: 58px;
  display: flex;
  align-items: center;
  background: #E26671;
  color: #fff;
  font-size: min(5.1282051282vw, 20px);
  text-align: left;
}
.p-faq__item p {
  background: #fff;
  font-size: 18px;
  line-height: 1.77;
}
@media screen and (width < 390px) {
  .p-faq__item p {
    font-size: 16px;
  }
}
.p-faq__item:first-of-type h3 {
  gap: 12px;
  padding-left: 17px;
}
.p-faq__item:first-of-type p {
  padding: 11px 14px 8px 15px;
}
.p-faq__item:nth-of-type(2) h3 {
  gap: 15px;
  padding-left: 19px;
}
.p-faq__item:nth-of-type(2) p {
  padding: 14px 16px;
}
.p-faq__item:nth-of-type(3) h3 {
  gap: 15px;
  padding-left: 19px;
}
.p-faq__item:nth-of-type(3) p {
  padding: 11px 17px 8px;
}
.p-faq__item:nth-of-type(4) h3 {
  gap: 16px;
  padding-left: 18px;
  font-size: 18px;
}
@media screen and (width < 390px) {
  .p-faq__item:nth-of-type(4) h3 {
    font-size: 16px;
  }
}
.p-faq__item:nth-of-type(4) p {
  padding: 10px 12px 10px 17px;
}

.p-steps {
  padding: 36px 0 21px;
}
.p-steps__inner {
  width: min(92.3076923077vw, 360px);
  margin: 0 auto;
}
.p-steps__title h2 {
  font-size: min(7.6923076923vw, 30px);
  color: #E26671;
}
.p-steps__list {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.p-steps__item {
  border-radius: 15px;
  border: 2px solid #E26671;
  position: relative;
}
.p-steps__item h3 {
  color: #3B3B3B;
  font-size: min(5.1282051282vw, 20px);
  line-height: 1.6;
}
.p-steps__item p {
  font-size: 18px;
  line-height: 1.77;
}
@media screen and (width < 390px) {
  .p-steps__item p {
    font-size: 16px;
  }
}
.p-steps__item .step-label {
  font-size: min(5.1282051282vw, 20px);
  line-height: 1.6;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-top: -2px;
  background-image: url("../img/recruit-pilates/step.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-steps__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 18px;
  background: #E26671;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-steps__item:first-of-type {
  padding: 0 18px 25px;
}
.p-steps__item:first-of-type h3 {
  margin-top: 13px;
}
.p-steps__item:first-of-type p:not(.step-label) {
  margin-top: 16px;
}
.p-steps__item:first-of-type a {
  margin-top: 13px;
  height: 82px;
  font-size: min(6.1538461538vw, 24px);
  line-height: 1.33;
  gap: 16px;
  justify-content: left;
  padding-left: 33px;
}
@media screen and (width < 390px) {
  .p-steps__item:first-of-type a {
    padding-left: 22px;
  }
}
.p-steps__item:nth-of-type(2) {
  padding: 0 22px 25px;
}
.p-steps__item:nth-of-type(2) h3 {
  margin-top: 19px;
}
.p-steps__item:nth-of-type(2) p:not(.step-label) {
  margin-top: 17px;
}
.p-steps__item:nth-of-type(3) {
  padding: 0 33px 23px 21px;
}
.p-steps__item:nth-of-type(3) h3 {
  margin-top: 16px;
}
.p-steps__item:nth-of-type(3) p:not(.step-label) {
  margin-top: 16px;
}
.p-steps__item:nth-of-type(4) {
  padding: 0 21px 26px;
}
.p-steps__item:nth-of-type(4) h3 {
  margin-top: 12px;
}
.p-steps__item:nth-of-type(4) p:not(.step-label) {
  margin-top: 17px;
}
.p-steps__item:nth-of-type(5) {
  padding: 0 24px 22px;
}
@media screen and (width < 390px) {
  .p-steps__item:nth-of-type(5) {
    padding: 0 18px 22px;
  }
}
.p-steps__item:nth-of-type(5) h3 {
  margin-top: 15px;
}
.p-steps__item:nth-of-type(5) p:not(.step-label) {
  margin-top: 17px;
}
.p-steps__item:nth-of-type(6) {
  padding: 0 23px 23px 27px;
}
.p-steps__item:nth-of-type(6) h3 {
  margin-top: 13px;
}
.p-steps__item:nth-of-type(6) p:not(.step-label) {
  margin-top: 19px;
}
.p-steps__item:nth-of-type(6)::after {
  display: none;
}

header {
  height: 62px;
  background: #E18787;
  display: flex;
  align-items: center;
}
header .logo {
  width: min(51.2820512821vw, 200px);
  height: auto;
  padding-left: 28px;
  margin-top: -5px;
}/*# sourceMappingURL=style.css.map */
