@charset "UTF-8";
body {
  color: #000 !important;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

main {
  padding-top: unset !important;
}

.l-inner-nurse {
  position: relative;
  width: 100%;
  max-width: 126rem;
  height: inherit;
  padding: 0 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner-nurse {
    padding: 0 5.3333333333vw;
  }
}

.c-cta {
  display: none;
}

.l-footer {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-following-bnr-wrap.is-lp-nurse .l-following-bnr {
    background-color: rgba(0, 0, 0, 0.45);
    padding: 2.6666666667vw 0;
    height: 16vw;
  }
  .l-following-bnr-wrap.is-lp-nurse .c-btn {
    min-height: unset;
    height: unset;
  }
  .l-following-bnr-wrap.is-lp-nurse .c-btn.-green a {
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#41ac40), to(#00b7b0));
    background: linear-gradient(90deg, #41ac40 0%, #00b7b0 100%);
  }
  .l-following-bnr-wrap.is-lp-nurse .c-btn.-orange a {
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#ff790c), color-stop(23.3%, #ff6e25), color-stop(50.8%, #ff643c), color-stop(76.92%, #ff5e49), to(#ff5c4e));
    background: linear-gradient(90deg, #ff790c 0%, #ff6e25 23.3%, #ff643c 50.8%, #ff5e49 76.92%, #ff5c4e 100%);
  }
  .l-following-bnr-wrap.is-lp-nurse .c-btn.-orange .c-btn__inn::after {
    background: url(../images/lp-nurse/img_icon_arrow02.png) no-repeat center center/contain;
  }
  .l-following-bnr-wrap.is-lp-nurse .c-btn__inn {
    position: relative;
    color: #ffffff;
    font-size: 3.4666666667vw;
    width: 43.4666666667vw;
    padding-block: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    min-height: unset;
    height: unset;
  }
  .l-following-bnr-wrap.is-lp-nurse .c-btn__inn:hover {
    color: #ffffff;
    opacity: 0.7;
  }
  .l-following-bnr-wrap.is-lp-nurse .c-btn__inn::after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 3.2vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    background: url(../images/lp-nurse/img_icon_arrow01.png) no-repeat center center/contain;
    border: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

/* p-header-nurse
---------------------------------------------------------------------------- */
.p-header-nurse {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  height: 8rem;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .p-header-nurse {
    width: 100%;
    height: 16vw;
    max-height: unset;
    min-width: auto;
    background: unset;
  }
}
.p-header-nurse__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header-nurse__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2.1333333333vw;
  }
}
.p-header-nurse__logo a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-header-nurse__logo a {
    font-size: 2.4vw;
    line-height: 1.5;
    gap: 5.3333333333vw;
  }
}
.p-header-nurse__logo img {
  width: 7.3rem;
  min-width: 40px;
}
@media screen and (max-width: 767px) {
  .p-header-nurse__logo img {
    width: 16vw;
  }
}

.p-header-nurse:has(.drbtn.is-action) {
  background: #ffffff !important;
}

.p-header-nurse__list {
  gap: 2.6rem;
}

.p-header-nurse__btn-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.6666666667vw;
     -moz-column-gap: 2.6666666667vw;
          column-gap: 2.6666666667vw;
}

.p-header-nurse__btns {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-header-nurse__btns {
    display: none;
  }
}

.p-header-nurse__btn.-green a {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#41ac40), to(#00b7b0));
  background: linear-gradient(90deg, #41ac40 0%, #00b7b0 100%);
}
.p-header-nurse__btn.-orange a {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#ff790c), color-stop(23.3%, #ff6e25), color-stop(50.8%, #ff643c), color-stop(76.92%, #ff5e49), to(#ff5c4e));
  background: linear-gradient(90deg, #ff790c 0%, #ff6e25 23.3%, #ff643c 50.8%, #ff5e49 76.92%, #ff5c4e 100%);
}

.p-header-nurse__btn-link {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  text-align: center;
  color: #ffffff;
  width: 19rem;
  padding-block: 1.6rem;
  border-radius: 1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .p-header-nurse__btn-link {
    width: 16rem;
    padding-block: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header-nurse__btn-link {
    width: 42.6666666667vw;
    padding-block: 2.6666666667vw;
  }
}
.p-header-nurse__btn-link:hover {
  color: #ffffff;
  opacity: 0.7;
}
.p-header-nurse__btn-link img {
  width: 2rem;
}
@media screen and (max-width: 1440px) {
  .p-header-nurse__btn-link img {
    width: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header-nurse__btn-link img {
    width: 5.3333333333vw;
  }
}

/* p-fv
---------------------------------------------------------------------------- */
.p-fv {
  position: relative;
  z-index: 50;
  background: url(../images/lp-nurse/img_fv-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: url(../images/lp-nurse/img_fv-bg.webp) no-repeat top left/cover;
  }
}

.p-fv__img {
  text-align: right;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    -webkit-margin-start: -5.3333333333vw;
            margin-inline-start: -5.3333333333vw;
  }
}
.p-fv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  width: 82.5520833333%;
  max-width: 2000px;
  height: auto;
  margin-right: -1.0416666667%;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    width: 110%;
    margin-right: unset;
    -o-object-position: unset;
       object-position: unset;
  }
}

/* p-problem
---------------------------------------------------------------------------- */
.p-problem {
  background: url(../images/lp-nurse/img_problem_bg.webp) no-repeat center center/cover;
  height: 120.4rem;
  -webkit-padding-after: 12rem;
          padding-block-end: 12rem;
}
@media screen and (max-width: 767px) {
  .p-problem {
    height: unset;
    -webkit-margin-before: 27.2vw;
            margin-block-start: 27.2vw;
    -webkit-padding-after: 5.3333333333vw;
            padding-block-end: 5.3333333333vw;
  }
}

.p-problem__inner {
  max-width: 127rem;
  padding: 0 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-problem__inner {
    padding: 0 5.3333333333vw;
  }
}

.p-problem__box-wrap {
  position: relative;
  top: -3rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-problem__box-wrap {
    top: -6.6666666667vw;
  }
}

.p-problem__box {
  position: relative;
  background: url(../images/lp-nurse/deco_problem.webp) no-repeat top center/contain;
  padding-block: 16rem 13rem;
}
@media screen and (max-width: 767px) {
  .p-problem__box {
    background: url(../images/lp-nurse/deco_problem_sp.webp) no-repeat center center/contain;
    padding-block: 18.6666666667vw 21.3333333333vw;
  }
}

.p-problem__heading {
  position: absolute;
  top: -5rem;
  left: 50%;
  translate: -50%;
  text-align: center;
  font-weight: Bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-problem__heading {
    top: -5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.5;
    width: 100%;
  }
}
.p-problem__heading span {
  color: #153e8f;
  font-size: 3.6rem;
  font-weight: Bold;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .p-problem__heading span {
    font-size: 4.8vw;
  }
}

.p-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-problem__list {
    width: unset;
    white-space: unset;
    padding-inline: 9.3333333333vw 2.6666666667vw;
  }
}

.p-problem__item {
  position: relative;
  font-weight: Bold;
  font-size: 3rem;
  letter-spacing: 0.1em;
  -webkit-padding-start: 8.4033613445%;
          padding-inline-start: 8.4033613445%;
}
@media screen and (max-width: 767px) {
  .p-problem__item {
    font-size: 3.7333333333vw;
    -webkit-padding-start: 10.6666666667%;
            padding-inline-start: 10.6666666667%;
  }
}
.p-problem__item span {
  color: #153e8f;
  font-weight: Bold;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-problem__item span {
    font-size: 3.7333333333vw;
  }
}
.p-problem__item .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-problem__item .sp-show {
    display: block;
  }
}
.p-problem__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../images/lp-nurse/icon_check.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-problem__item::before {
    bottom: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__item.-item01::before {
    bottom: 5.3333333333vw;
  }
}

.p-problem__item + .p-problem__item {
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__item + .p-problem__item {
    -webkit-padding-before: 2.1333333333vw;
            padding-block-start: 2.1333333333vw;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}
.p-problem__item + .p-problem__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: -5rem;
  top: 0;
  height: 0.2rem;
  background: repeating-linear-gradient(to right, #153e8f 0, #153e8f 0.6rem, transparent 0.6rem, transparent 1.2rem);
}
@media screen and (max-width: 767px) {
  .p-problem__item + .p-problem__item::after {
    height: 0.2666666667vw;
    right: 2.6666666667vw;
  }
}

.p-problem__img {
  position: absolute;
  bottom: -8rem;
  left: 50%;
  translate: calc(-50% - 50rem);
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-problem__img {
    bottom: -26.6666666667vw;
    left: 50%;
    translate: calc(-50% - 29.3333333333vw);
    width: 34.6666666667vw;
  }
}
.p-problem__img img {
  width: 100%;
  height: auto;
}

.p-problem__solution {
  text-align: center;
  -webkit-margin-before: 12.5rem;
          margin-block-start: 12.5rem;
  font-size: 5rem;
  letter-spacing: 0.01em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-problem__solution {
    -webkit-margin-before: 26.6666666667vw;
            margin-block-start: 26.6666666667vw;
  }
}
@media screen and (max-width: 400px) {
  .p-problem__solution {
    -webkit-margin-before: 16vw;
            margin-block-start: 16vw;
  }
}

.p-problem__solution-lead {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 2.2px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .p-problem__solution-lead {
    font-size: 5.8666666667vw;
    letter-spacing: 2.2px;
  }
}
.p-problem__solution-lead::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  translate: -50%;
  width: calc(100% + 10px);
  height: 1rem;
  background: #ffff3c;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .p-problem__solution-lead::after {
    height: 1.6vw;
    bottom: 1.3333333333vw;
  }
}

.p-problem__solution-point {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-problem__solution-point {
    font-size: 5.8666666667vw;
  }
}

.p-problem__solution-emphasis {
  display: inline-block;
  color: #ffffff;
  font-size: 5rem;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#1568ee), to(#002385));
  background: linear-gradient(90deg, #1568ee 0%, #002385 100%);
  padding-inline: 2rem 0rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
@media screen and (max-width: 767px) {
  .p-problem__solution-emphasis {
    font-size: 5.8666666667vw;
    letter-spacing: 2.2px;
    padding-inline: 1.3333333333vw 0vw;
    -webkit-margin-end: unset;
            margin-inline-end: unset;
  }
}

.p-problem__solution-text {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__solution-text {
    font-size: 5.8666666667vw;
    line-height: 1.8181818182;
  }
}
.p-problem__solution-text .u-wave {
  position: relative;
  font-size: 5rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #153e8f;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #153e8f;
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-problem__solution-text .u-wave {
    font-size: 5.8666666667vw;
    text-decoration-thickness: 0.5333333333vw;
    text-underline-offset: 1.0666666667vw;
  }
}

/* p-problem
---------------------------------------------------------------------------- */
.p-strength {
  padding-block: 15.2rem 16rem;
  background: url(../images/lp-nurse/bg_strength.webp) no-repeat top 11rem center/contain;
}
@media screen and (max-width: 767px) {
  .p-strength {
    padding-block: 29.3333333333vw 12.8vw;
    background: url(../images/lp-nurse/bg_strength_sp.webp) no-repeat top 16vw center/contain;
  }
}

.p-strength__inner {
  max-width: 118rem;
}
@media screen and (max-width: 767px) {
  .p-strength__inner {
    padding: 0 5.3333333333vw;
  }
}

.p-strength__heading {
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-strength__heading {
    font-size: 6.6666666667vw;
    letter-spacing: 2.5px;
  }
}
.p-strength__heading .lead {
  display: block;
  font-size: 3rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-strength__heading .lead {
    font-size: 4vw;
  }
}
.p-strength__heading .blue {
  position: relative;
  color: #153e8f;
}
.p-strength__heading .blue::before {
  content: "";
  position: absolute;
  top: -9rem;
  left: 50%;
  translate: -50%;
  width: 20.6rem;
  height: 15rem;
  background: url(../images/lp-nurse/deco_strength.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-strength__heading .blue::before {
    top: -6.6666666667vw;
    width: 26.6666666667vw;
    height: 8.8vw;
  }
}

.p-strength__tag-list {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 2rem;
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
@media screen and (max-width: 767px) {
  .p-strength__tag-list {
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    row-gap: 2.4vw;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}

.p-strength__tag {
  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: 2.4rem;
  letter-spacing: 2.4px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#52b4af), to(#53b191));
  background: linear-gradient(180deg, #52b4af 0%, #53b191 100%);
  border-radius: 40px;
  width: 26rem;
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-strength__tag {
    font-size: 3.7333333333vw;
    width: calc(50% - 10px);
    padding-block: 2.6666666667vw;
  }
}
@media screen and (max-width: 360px) {
  .p-strength__tag {
    font-size: 3.2vw;
  }
}
.p-strength__tag:nth-of-type(5), .p-strength__tag:nth-of-type(6), .p-strength__tag:nth-of-type(7) {
  width: 33rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#60b06a), to(#5fa55a));
  background: linear-gradient(180deg, #60b06a 0%, #5fa55a 100%);
}
@media screen and (max-width: 767px) {
  .p-strength__tag:nth-of-type(5), .p-strength__tag:nth-of-type(6), .p-strength__tag:nth-of-type(7) {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-strength__tag:nth-of-type(1), .p-strength__tag:nth-of-type(2) {
    background: -webkit-gradient(linear, left top, left bottom, from(#52b4af), to(#53b191));
    background: linear-gradient(180deg, #52b4af 0%, #53b191 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-strength__tag:nth-of-type(3), .p-strength__tag:nth-of-type(4) {
    background: -webkit-gradient(linear, left top, left bottom, from(#4fb6a0), to(#5cae6f));
    background: linear-gradient(180deg, #4fb6a0 0%, #5cae6f 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-strength__tag:nth-of-type(5), .p-strength__tag:nth-of-type(6) {
    background: -webkit-gradient(linear, left top, left bottom, from(#60b06a), to(#5fa55a));
    background: linear-gradient(180deg, #60b06a 0%, #5fa55a 100%);
  }
}

.p-strength__note {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.01em;
  -webkit-margin-before: 3.5rem;
          margin-block-start: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-strength__note {
    font-size: 4.8vw;
    letter-spacing: 0.9px;
    -webkit-margin-before: 6.6666666667vw;
            margin-block-start: 6.6666666667vw;
  }
}

/* p-supervision
---------------------------------------------------------------------------- */
.p-supervision {
  background: url(../images/lp-nurse/bg_supervision.webp) no-repeat center center/cover;
  padding-block: 20.5rem 21.6rem;
}
@media screen and (max-width: 767px) {
  .p-supervision {
    padding-block: 12vw 25.3333333333vw;
  }
}

.p-supervision__title {
  text-align: center;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-supervision__title {
    font-size: 6.1333333333vw;
    letter-spacing: 2px;
  }
}
.p-supervision__title .emphasis {
  display: inline-block;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#1568ee), to(#002385));
  background: linear-gradient(90deg, #1568ee 0%, #002385 100%);
  padding-inline: 1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.p-supervision__title .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-supervision__title .sp-show {
    display: block;
  }
}

.p-supervision__note {
  text-align: center;
  -webkit-margin-before: 8rem;
          margin-block-start: 8rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__note {
    -webkit-margin-before: 7.2vw;
            margin-block-start: 7.2vw;
  }
}
.p-supervision__note img {
  width: 61.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-supervision__note img {
    width: 80vw;
  }
}

.p-supervision__team-heading {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  z-index: 50;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__team-heading {
    font-size: 4.5333333333vw;
    letter-spacing: 3.4px;
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
  }
}
.p-supervision__team-heading::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  translate: -50%;
  width: 36rem;
  height: 5rem;
  background: url(../images/lp-nurse/deco_supervision01.webp) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-supervision__team-heading::after {
    width: 48vw;
  }
}
.p-supervision__team-heading.heading02::after {
  background: url(../images/lp-nurse/deco_supervision02.webp) no-repeat center center/contain;
}

.p-supervision__slider-inner {
  height: 88rem;
  max-width: unset;
  padding-inline: 8rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__slider-inner {
    height: 146.6666666667vw;
    position: relative;
    padding-inline: 13.3333333333vw 0;
  }
}

.p-supervision__slider {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__slider {
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}

.p-supervision__list02 {
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__list02 {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-supervision__item {
  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;
  height: 88rem;
  background: #ffffff;
  width: 30.5rem !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-inline: 2rem;
  padding-block: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__item {
    width: 100%;
    height: 146.6666666667vw;
    min-width: unset;
    padding-inline: 2.6666666667vw;
    padding-block: 2.6666666667vw;
  }
}
.p-supervision__item.--item02 {
  height: 80rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__item.--item02 {
    height: 138.6666666667vw;
  }
}

.p-supervision__img {
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__img {
    width: 26.6666666667vw;
  }
}
.p-supervision__img img {
  width: 100%;
  border-radius: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.p-supervision__info {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-supervision__name {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__name {
    font-size: 3.7333333333vw;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}

.p-supervision__qualification-title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__qualification-title {
    font-size: 3.7333333333vw;
    -webkit-margin-before: 1.3333333333vw;
            margin-block-start: 1.3333333333vw;
  }
}
.p-supervision__qualification-title .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-supervision__qualification-title .sp-show {
    display: block;
  }
}

.p-supervision__heading {
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  background: #153e8f;
  width: 100%;
  border-radius: 0.5rem;
  padding-block: 0.2rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__heading {
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
    padding-block: 0.5333333333vw;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}

.p-supervision__heading--gray {
  background: #b3b3b3;
}

.p-supervision__qualification-wrap {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.8rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__qualification-wrap {
    -webkit-column-gap: 1.3333333333vw;
       -moz-column-gap: 1.3333333333vw;
            column-gap: 1.3333333333vw;
    row-gap: 1.3333333333vw;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}

.p-supervision__qualification {
  width: calc(50% - 0.5rem);
  text-align: center;
  color: #153e8f;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border: 1px solid #153e8f;
  border-radius: 2rem;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__qualification {
    width: calc(50% - 1.6vw);
    font-size: 2.1333333333vw;
    border-radius: 5.3333333333vw;
    padding-block: 0.5333333333vw;
  }
}

.p-supervision__history {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__history {
    -webkit-margin-before: 1.3333333333vw;
            margin-block-start: 1.3333333333vw;
  }
}

.p-supervision__history-item {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-supervision__history-item {
    font-size: 2.6666666667vw;
  }
}

.p-supervision__specialties-wrap {
  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-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__specialties-wrap {
    gap: 1.3333333333vw;
  }
}

.p-supervision__specialty {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
  border-radius: 3rem;
  padding-block: 0.4rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-supervision__specialty {
    font-size: 2.6666666667vw;
    border-radius: 8vw;
    padding-block: 0.5333333333vw;
    padding-inline: 2.6666666667vw;
  }
}

.p-supervision__specialty--green {
  background: #41ac40;
}

.p-supervision__specialty--orange {
  background: #fbb03b;
}

.p-supervision__specialty--coral {
  background: #fc7760;
}

.p-supervision__specialty--amber {
  background: #fbce3c;
}

.p-supervision__specialty--lime {
  background: #dde934;
}

.p-supervision__specialty--tomato {
  background: #fb693c;
}

.p-supervision__specialty--pink {
  background: #ff74ae;
}

.p-supervision__specialty--rose {
  background: #ff5e60;
}

.p-supervision__specialty--violet {
  background: #ad50ff;
}

.p-supervision__specialty--lightgreen {
  background: #9fe665;
}

.p-supervision__specialty--apricot {
  background: #ffad4e;
}

/* 矢印ボタン（PCは非表示） */
/* 矢印ボタン：初期は非表示 */
.p-supervision__nav {
  display: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 50;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-supervision__nav {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-supervision__nav::before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 1rem solid #003cff;
  border-right: 1rem solid #003cff;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-supervision__nav::before {
    border-top: 1.3333333333vw solid #003cff;
    border-right: 1.3333333333vw solid #003cff;
  }
}

.p-supervision__nav--prev {
  left: 4rem;
}
.p-supervision__nav--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .p-supervision__nav--prev {
    display: none;
  }
}

.p-supervision__nav--next {
  right: 4rem;
  left: auto;
}
@media screen and (max-width: 767px) {
  .p-supervision__nav--next {
    right: unset;
    left: 5.3333333333vw;
  }
}
.p-supervision__nav--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-supervision__nav--next::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

.p-supervision__nav--left {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-supervision__nav--left {
    display: block;
    left: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-supervision__nav--left::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

/* ----------------------------------------
   supervision swiper（lp-nurse専用）
---------------------------------------- */
.js-nurse-supervision-swiper,
.js-nurse-expert-swiper {
  overflow: hidden;
  /* 連続流しは linear 必須 */
  /* スライド幅を固定して計算を安定化 */
}
.js-nurse-supervision-swiper .swiper-wrapper,
.js-nurse-expert-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.js-nurse-supervision-swiper .swiper-slide,
.js-nurse-expert-swiper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.js-nurse-supervision-swiper .swiper-slide.--slide02,
.js-nurse-expert-swiper .swiper-slide.--slide02 {
  width: 52rem !important;
}
.js-nurse-supervision-swiper .p-supervision__item,
.js-nurse-expert-swiper .p-supervision__item {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .js-nurse-supervision-swiper .swiper-slide,
  .js-nurse-expert-swiper .swiper-slide {
    width: 74.6666666667vw !important;
  }
  .js-nurse-supervision-swiper .swiper-slide.--slide02,
  .js-nurse-expert-swiper .swiper-slide.--slide02 {
    width: 74.6666666667vw !important;
  }
}
/* p-appeal-copy
---------------------------------------------------------------------------- */
.p-appeal-copy {
  background: url(../images/lp-nurse/bg_appeal-copy.webp) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-appeal-copy__inner {
    padding-inline: 0;
  }
}

.p-appeal-copy__heading {
  position: relative;
}
.p-appeal-copy__heading img {
  width: 100%;
  height: auto;
}
.p-appeal-copy__heading::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  translate: -50%;
  width: 15rem;
  height: 15rem;
  background: url(../images/lp-nurse/img_appeal-copy_hukidashi.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-appeal-copy__heading::before {
    top: -9.8666666667vw;
    width: 20vw;
    height: 20vw;
  }
}
.p-appeal-copy__heading::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  right: -2rem;
  width: 20rem;
  min-width: 160px;
  height: 20rem;
  background: url(../images/lp-nurse/icon_appeal-copy.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-appeal-copy__heading::after {
    right: 4vw;
    bottom: -8vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    min-width: unset;
  }
}

.p-appeal-copy__text-wrap {
  position: absolute;
  bottom: 13rem;
  left: 50%;
  translate: -50%;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-appeal-copy__text-wrap {
    bottom: 12.8vw;
  }
}

.p-appeal-copy__text {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #ffffff;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .p-appeal-copy__text {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    letter-spacing: 1px;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}
.p-appeal-copy__text .blue {
  color: #ffff00;
}
.p-appeal-copy__text.-small {
  font-size: 3rem;
  border: 1px solid #ffffff;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-appeal-copy__text.-small {
    font-size: 3.7333333333vw;
  }
}
.p-appeal-copy__text .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-appeal-copy__text .sp-show {
    display: block;
  }
}

/* .p-reason
---------------------------------------------------------------------------- */
.p-reason-nurse {
  background: url(../images/lp-nurse/bg_reason.webp) no-repeat center center/cover;
  padding-block: 5rem 16.3rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse {
    background: url(../images/lp-nurse/bg_reason-sp.webp) no-repeat center center/cover;
    padding-block: 32vw 16.5333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-nurse__inner {
    padding-inline: 0;
  }
}

.p-reason-nurse__content {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  width: 118rem;
  aspect-ratio: 1/1;
  padding-inline: 6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__content {
    border-radius: unset;
    width: 100%;
    padding-inline: 5.3333333333vw;
    -webkit-padding-after: 10.6666666667vw;
            padding-block-end: 10.6666666667vw;
    z-index: 50;
  }
  .p-reason-nurse__content::before {
    content: "";
    position: absolute;
    top: -21.3333333333vw;
    left: 50%;
    translate: -50%;
    width: 100%;
    height: 32vw;
    background: url(../images/lp-nurse/bg_reason_sp.webp) no-repeat top left/100% auto;
    z-index: -1;
  }
}

.p-reason-nurse__heading {
  text-align: center;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-padding-before: 17rem;
          padding-block-start: 17rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__heading {
    font-size: 5.8666666667vw;
    letter-spacing: 2px;
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}
.p-reason-nurse__heading .main {
  display: inline-block;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#1568ee), to(#002385));
  background: linear-gradient(90deg, #1568ee 0%, #002385 100%);
  padding-inline: 1rem;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__heading .main {
    -webkit-margin-before: 1.3333333333vw;
            margin-block-start: 1.3333333333vw;
  }
}

.p-reason-nurse__tag {
  position: absolute;
  top: 30rem;
  left: 0;
  width: 13.3rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__tag {
    top: 26.6666666667vw;
    left: 5.3333333333vw;
    width: 17.6vw;
    min-width: unset;
    z-index: 50;
  }
}
.p-reason-nurse__tag img {
  height: auto;
}

.p-reason-nurse__list {
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 4rem;
  -webkit-margin-before: 8rem;
          margin-block-start: 8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4vw;
    -webkit-margin-before: 13.3333333333vw;
            margin-block-start: 13.3333333333vw;
  }
}

.p-reason-nurse__accordion {
  position: relative;
  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: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__accordion {
    width: 100%;
    row-gap: 5.3333333333vw;
    background: #f7f7f7;
    border-radius: 2.6666666667vw;
    padding-block: 5.3333333333vw 4vw;
    padding-inline: 2.6666666667vw;
  }
}

.p-reason-nurse__icon {
  text-align: center;
  width: 6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__icon {
    position: absolute;
    top: 5.8666666667vw;
    left: 0;
    width: 16.2666666667vw;
    -webkit-padding-before: unset;
            padding-block-start: unset;
  }
}
.p-reason-nurse__icon img {
  width: 100%;
  height: auto;
}
.p-reason-nurse__icon .icon01 {
  width: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__icon .icon01 {
    width: 4.8vw;
  }
}
.p-reason-nurse__icon .icon02 {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__icon .icon02 {
    width: 6.9333333333vw;
  }
}
.p-reason-nurse__icon .icon03 {
  width: 9.1rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__icon .icon03 {
    width: 8vw;
  }
}
.p-reason-nurse__icon .icon04 {
  width: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__icon .icon04 {
    width: 6.4vw;
  }
}
.p-reason-nurse__icon .icon05 {
  width: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__icon .icon05 {
    width: 7.4666666667vw;
  }
}
.p-reason-nurse__icon .icon06 {
  width: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__icon .icon06 {
    width: 5.3333333333vw;
  }
}
.p-reason-nurse__icon .icon07 {
  width: 8.7rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__icon .icon07 {
    width: 8.5333333333vw;
  }
}

.p-reason-nurse__box {
  width: 36.7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-nurse__q {
    position: relative;
    -webkit-padding-start: 12vw;
            padding-inline-start: 12vw;
    -webkit-padding-after: 2.6666666667vw;
            padding-block-end: 2.6666666667vw;
    background: unset;
  }
}
.p-reason-nurse__q .title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #153e8f;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__q .title {
    font-size: 4.2666666667vw;
    letter-spacing: 0.75px;
  }
}
.p-reason-nurse__q .number {
  font-style: italic;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__q .number {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__q::after {
    position: absolute;
    top: 2.9333333333vw;
    right: 2.6666666667vw;
    content: "";
    width: 3.2vw;
    height: 2.6666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    -webkit-border-before: 4px solid #153e8f;
            border-block-start: 4px solid #153e8f;
    -webkit-border-end: 4px solid #153e8f;
            border-inline-end: 4px solid #153e8f;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__q.open::after {
    top: 1.8666666667vw;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-border-before: 4px solid #4d4d4d;
            border-block-start: 4px solid #4d4d4d;
    -webkit-border-end: 4px solid #4d4d4d;
            border-inline-end: 4px solid #4d4d4d;
  }
}
.p-reason-nurse__q:hover {
  cursor: pointer;
}

.p-reason-nurse__a .text {
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.8;
}
@media screen and (max-width: 767px) {
  .p-reason-nurse__a .text {
    -webkit-border-before: 1.5px dashed #000;
            border-block-start: 1.5px dashed #000;
    -webkit-padding-before: 2.6666666667vw;
            padding-block-start: 2.6666666667vw;
  }
}

/* .p-cta-nurse
---------------------------------------------------------------------------- */
.p-cta-nurse {
  background: url(../images/lp-nurse/bg_cta.webp) no-repeat center center/cover;
  padding-block: 12rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse {
    background: url(../images/lp-nurse/bg_cta_sp.webp) no-repeat center center/cover;
    padding-block: 21.3333333333vw 9.3333333333vw;
  }
}

.p-cta-nurse__inner {
  position: relative;
}

.p-cta-nurse__label {
  position: absolute;
  top: -23rem;
  left: 50%;
  translate: -50%;
  width: 110rem;
  z-index: 10;
}
.p-cta-nurse__label img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse__label {
    position: relative;
    top: unset;
    left: unset;
    translate: unset;
    width: 110rem;
    width: 100%;
    z-index: 50;
  }
}

.p-cta-nurse__lead-wrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse__lead-wrap {
    -webkit-margin-before: 4.8vw;
            margin-block-start: 4.8vw;
  }
}

.p-cta-nurse__lead {
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  letter-spacing: 1.7px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse__lead {
    font-size: 4.2666666667vw;
    z-index: 50;
  }
}
.p-cta-nurse__lead .color {
  color: #ffff00;
}

.p-cta-nurse__lead-img {
  position: relative;
  z-index: 50;
  width: 26.9rem;
}
.p-cta-nurse__lead-img img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse__lead-img {
    position: absolute;
    bottom: calc(100% - 2.6666666667vw);
    left: 50%;
    translate: -50%;
    width: 33.3333333333vw;
    z-index: 10;
  }
}

.p-cta-nurse__btns {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-margin-before: 0.3rem;
          margin-block-start: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse__btns {
    -webkit-margin-before: 6.1333333333vw;
            margin-block-start: 6.1333333333vw;
  }
}

.p-cta-nurse__btn.-green a {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#41ac40), to(#00b7b0));
  background: linear-gradient(90deg, #41ac40 0%, #00b7b0 100%);
}
.p-cta-nurse__btn.-orange a {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#ff790c), color-stop(23.3%, #ff6e25), color-stop(50.8%, #ff643c), color-stop(76.92%, #ff5e49), to(#ff5c4e));
  background: linear-gradient(90deg, #ff790c 0%, #ff6e25 23.3%, #ff643c 50.8%, #ff5e49 76.92%, #ff5c4e 100%);
}

.p-cta-nurse__btn-link {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 3rem;
  color: #ffffff;
  width: 53.2rem;
  padding-block: 2.5rem;
  -webkit-margin-before: -0.5rem;
          margin-block-start: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse__btn-link {
    gap: 2.6666666667vw;
    width: 42.6666666667vw;
    font-size: 3.4666666667vw;
    padding-block: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-cta-nurse__btn-link img {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 2rem;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse__btn-link img {
    width: 4.8vw;
    right: 2.6666666667vw;
  }
}

/* .p-service-nurse
---------------------------------------------------------------------------- */
.p-service-nurse__intro {
  background: url(../images/lp-nurse/bg_service01.webp) no-repeat center center/cover;
  -webkit-padding-before: 16.4rem;
          padding-block-start: 16.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__intro {
    background: url(../images/lp-nurse/bg_service01_sp.webp) no-repeat center center/cover;
    -webkit-padding-before: 10.6666666667vw;
            padding-block-start: 10.6666666667vw;
  }
}

.p-service-nurse__intro-inner {
  background: url(../images/lp-nurse/bg_service02.webp) no-repeat top center/cover;
  padding-block: 17rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__intro-inner {
    background: url(../images/lp-nurse/bg_reason_sp.webp) no-repeat top left/100% auto;
    padding-block: 21.3333333333vw 0;
  }
}

.p-service-nurse__heading {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__heading {
    font-size: 5.3333333333vw;
    background: #ffffff;
  }
}
.p-service-nurse__heading .main {
  display: inline;
  color: #153e8f;
}
.p-service-nurse__heading .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__heading .sp-show {
    display: block;
  }
}
.p-service-nurse__heading span {
  display: inline-block;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__heading span {
    -webkit-margin-after: 1.3333333333vw;
            margin-block-end: 1.3333333333vw;
  }
}

.p-service-nurse__highlight {
  display: inline-block;
  font-size: 5rem;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#002385), to(#1568ee));
  background: linear-gradient(90deg, #002385 0%, #1568ee 100%);
  padding-inline: 1rem 1rem;
  -webkit-padding-after: 0rem;
          padding-block-end: 0rem;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__highlight {
    font-size: 6.1333333333vw;
    -webkit-padding-after: 0vw;
            padding-block-end: 0vw;
    padding-inline: 0.5333333333vw;
  }
}

.p-service-nurse__img {
  text-align: center;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__img {
    background: #ffffff;
    -webkit-margin-before: unset;
            margin-block-start: unset;
    padding-block: 8vw 18.6666666667vw;
  }
}
.p-service-nurse__img img {
  width: 94.2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__img img {
    width: 82.6666666667vw;
  }
}

.p-service-nurse__coverage {
  position: relative;
  background: url(../images/lp-nurse/bg_service03.webp) no-repeat top left/cover;
  padding-block: 25.6rem 19rem;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__coverage {
    background: url(../images/lp-nurse/bg_service03_sp.webp) no-repeat top right/100% auto;
    padding-block: 69.3333333333vw 53.3333333333vw;
  }
}
.p-service-nurse__coverage::before {
  content: "";
  position: absolute;
  top: 12rem;
  right: 50%;
  -webkit-transform: translateX(calc(-50% + 93.2rem));
          transform: translateX(calc(-50% + 93.2rem));
  width: 49.3rem;
  height: 54.8rem;
  background: url(../images/lp-nurse/img_service02.webp) no-repeat top left/contain;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__coverage::before {
    top: -2.6666666667vw;
    right: 5.3333333333vw;
    -webkit-transform: unset;
            transform: unset;
    width: 65.6vw;
    height: 73.0666666667vw;
  }
}

.p-service-nurse__coverage-inner {
  max-width: 118rem;
}

.p-service-nurse__lead {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__lead {
    font-size: 5.8666666667vw;
    letter-spacing: 2.3px;
  }
}
.p-service-nurse__lead .main {
  color: #153e8f;
}
.p-service-nurse__lead .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__lead .sp-show {
    display: block;
  }
}

.p-service-nurse__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__list {
    -webkit-margin-before: 8.5333333333vw;
            margin-block-start: 8.5333333333vw;
    row-gap: 6.6666666667vw;
  }
}

.p-service-nurse__item-wrap {
  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-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
    -webkit-margin-before: 0vw;
            margin-block-start: 0vw;
  }
}

.p-service-nurse__head {
  text-align: center;
  background: #ffffff;
  letter-spacing: 1.5px;
  width: 27rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-block: 0.5rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__head {
    font-size: 4vw;
    width: 100%;
    padding-block: 2.1333333333vw;
    border-radius: 5.3333333333vw;
  }
}

.p-service-nurse__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__body {
    text-align: center;
    letter-spacing: 0.7px;
    width: 100%;
  }
}
.p-service-nurse__body .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service-nurse__body .sp-show {
    display: block;
  }
}

/* .p-voice-nurse
---------------------------------------------------------------------------- */
.p-voice-nurse {
  padding-block: 23rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse {
    padding-block: 26.6666666667vw 0;
  }
}

@media screen and (max-width: 767px) {
  .p-voice-nurse__inner {
    position: relative;
    padding-inline: unset;
  }
}

.p-voice-nurse__heading {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__heading {
    position: absolute;
    top: 10.6666666667vw;
    left: 50%;
    translate: -50%;
    text-align: center;
    width: 100%;
    z-index: 50;
  }
}

.p-voice-nurse__en {
  font-style: italic;
  font-size: 7rem;
  color: #94a7cc;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__en {
    font-size: 9.3333333333vw;
    padding-block: unset;
  }
}

.p-voice-nurse__ja {
  font-size: 4rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__ja {
    font-size: 5.3333333333vw;
  }
}
.p-voice-nurse__ja .main {
  color: #153e8f;
}

.p-voice-nurse__list {
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 3rem;
  background: url(../images/lp-nurse/bg_common.webp) no-repeat center center/cover;
  padding-block: 12.2rem;
  padding-inline: 6rem;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__list {
    row-gap: 6.4vw;
    padding-block: 37.8666666667vw 13.3333333333vw;
    padding-inline: 5.3333333333vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    z-index: 10;
  }
}
.p-voice-nurse__list::before {
  content: "";
  position: absolute;
  top: -19.6rem;
  left: 2rem;
  width: 38rem;
  height: 35rem;
  background: url(../images/lp-nurse/icon_voice01.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__list::before {
    top: -42.6666666667vw;
    left: 0vw;
    width: 93.3333333333vw;
    height: 50.6666666667vw;
  }
}

.p-voice-nurse__item {
  background: #ffffff;
  padding-block: 5rem 4rem;
  padding-inline: 8rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__item {
    width: 100%;
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
}

.p-voice-nurse__card {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice-nurse__profile {
  width: 23rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__profile {
    width: 100%;
  }
}

.p-voice-nurse__img {
  text-align: center;
}
.p-voice-nurse__img img {
  width: 14rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__img img {
    width: 18.6666666667vw;
  }
}

.p-voice-nurse__name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__name {
    font-size: 3.2vw;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}

.p-voice-nurse__title {
  color: #000;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2.6px;
  cursor: unset;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__title {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    letter-spacing: 0.7px;
    height: 21.3333333333vw;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-voice-nurse__title:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-voice-nurse__title::before {
    content: "";
    position: absolute;
    left: 50%;
    translate: -50%;
    bottom: 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    -webkit-border-before: 1.0666666667vw solid #003cff;
            border-block-start: 1.0666666667vw solid #003cff;
    -webkit-border-end: 1.0666666667vw solid #003cff;
            border-inline-end: 1.0666666667vw solid #003cff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-voice-nurse__title.open::before {
    -webkit-border-before: 1.0666666667vw solid #4d4d4d;
            border-block-start: 1.0666666667vw solid #4d4d4d;
    -webkit-border-end: 1.0666666667vw solid #4d4d4d;
            border-inline-end: 1.0666666667vw solid #4d4d4d;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.p-voice-nurse__text {
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 1.2px;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-nurse__text {
    font-size: 3.7333333333vw;
    letter-spacing: 0.6px;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}

/* .p-plan-nurse
---------------------------------------------------------------------------- */
.p-plan-nurse {
  background: url(../images/lp-nurse/bg_common.webp) no-repeat center center/cover;
  padding-block: 15rem 22.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse {
    padding-block: 13.3333333333vw 16vw;
    -webkit-margin-before: 40vw;
            margin-block-start: 40vw;
  }
}

.p-plan-nurse__inner {
  position: relative;
  max-width: 115rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__inner {
    padding-inline: 2.6666666667vw;
  }
}
.p-plan-nurse__inner::before {
  content: "";
  position: absolute;
  top: -3rem;
  right: 50%;
  translate: calc(-50% + 68rem);
  width: 29.7rem;
  height: 26.6rem;
  background: url(../images/lp-nurse/img_plan.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__inner::before {
    top: -37.3333333333vw;
    right: 5.3333333333vw;
    translate: unset;
    width: 39.4666666667vw;
    height: 35.4666666667vw;
  }
}

.p-plan-nurse__heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__heading {
    padding-inline: 2.6666666667vw;
  }
}

.p-plan-nurse__en {
  color: #94a7cc;
  font-style: italic;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__en {
    font-size: 9.3333333333vw;
  }
}

.p-plan-nurse__ja {
  color: #153e8f;
  font-size: 4rem;
  letter-spacing: 2px;
  background: #ffffff;
  border-radius: 50px;
  width: 72.5rem;
  margin-inline: auto;
  padding-block: 2rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__ja {
    width: 100%;
    font-size: 5.3333333333vw;
    padding-block: 2.6666666667vw;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}

.p-plan-nurse__tabs {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-margin-before: 4.8rem;
          margin-block-start: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__tabs {
    -webkit-margin-before: 4.5333333333vw;
            margin-block-start: 4.5333333333vw;
    gap: 5.3333333333vw;
  }
}

.p-plan-nurse__tab {
  font-size: 3rem;
  letter-spacing: 1.5px;
  color: #1a1a1a;
  width: 50rem;
  background: #cccccc;
  border-radius: 4rem;
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__tab {
    font-size: 3.7333333333vw;
    border-radius: 10.6666666667vw;
    padding-block: 4vw;
    width: 43.2vw;
  }
}
.p-plan-nurse__tab .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__tab .sp-show {
    display: block;
  }
}
.p-plan-nurse__tab:hover {
  opacity: 0.7;
}
.p-plan-nurse__tab.is-active {
  opacity: unset;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#1568ee), to(#002385));
  background: linear-gradient(90deg, #1568ee 0%, #002385 100%);
}

.p-plan-nurse__box {
  display: none;
  text-align: center;
  background: #ffffff;
  padding-block: 8.5rem 7rem;
  padding-inline: 5rem;
  -webkit-margin-before: 3.2rem;
          margin-block-start: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__box {
    position: relative;
    text-align: left;
    padding-block: 8vw 6.4vw;
    padding-inline: 2.6666666667vw 1.3333333333vw;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
    -webkit-margin-end: -2.6666666667vw;
            margin-inline-end: -2.6666666667vw;
  }
}
.p-plan-nurse__box.js-show {
  display: block;
}

.p-plan-nurse__box-title {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__box-title {
    font-size: 5.3333333333vw;
  }
}

.p-plan-nurse__box-lead {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__box-lead {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 1.5px;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}
.p-plan-nurse__box-lead .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__box-lead .sp-show {
    display: block;
  }
}

.p-plan-nurse__table-wrap {
  width: 97.6rem;
  margin-inline: auto;
  -webkit-padding-before: 21.5rem;
          padding-block-start: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__table-wrap {
    position: relative;
    width: unset;
    margin-inline: unset;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    -webkit-padding-before: 26.6666666667vw;
            padding-block-start: 26.6666666667vw;
  }
}

.p-plan-nurse__scroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__scroll {
    display: block;
    position: absolute;
    top: 58.6666666667vw;
    left: 50%;
    translate: -50% 0;
    z-index: 5;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
}
.p-plan-nurse__scroll.is-hidden {
  display: none !important;
  opacity: 0;
}

.p-plan-nurse__scroll-img {
  width: 17.8666666667vw;
  height: auto;
}

.p-plan-nurse__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__table {
    min-width: 900px;
  }
}
@media screen and (max-width: 400px) {
  .p-plan-nurse__table {
    min-width: 133.3333333333vw;
  }
}

.p-plan-nurse__plan {
  font-size: 1.8rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__plan {
    font-size: 3.7333333333vw;
  }
}

.p-plan-nurse__plan-text {
  position: absolute;
  top: -8rem;
  left: 50%;
  width: 100%;
  translate: -50%;
  display: block;
  font-size: 2.3rem;
  line-height: 1.5;
  letter-spacing: 1.15px;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__plan-text {
    text-align: center;
    font-size: 3.2vw;
    top: -10.6666666667vw;
    left: 50%;
    translate: -50%;
  }
}
.p-plan-nurse__plan-text .color {
  color: #153e8f;
}

.p-plan-nurse__plan-label,
.p-plan-nurse__plan-price {
  display: block;
}

.p-plan-nurse__plan--light,
.p-plan-nurse__plan--basic,
.p-plan-nurse__plan--premium {
  position: relative;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__plan--light,
  .p-plan-nurse__plan--basic,
  .p-plan-nurse__plan--premium {
    width: 26.6666666667vw;
  }
}

.p-plan-nurse__plan--light .p-plan-nurse__plan-label {
  background: #ffff4b;
}

.p-plan-nurse__plan--basic .p-plan-nurse__plan-label {
  background: #b2c0da;
}

.p-plan-nurse__plan--basic {
  position: relative;
}
.p-plan-nurse__plan--basic::before {
  content: "";
  position: absolute;
  top: -17.6rem;
  left: 50%;
  translate: -50%;
  width: 14.6rem;
  height: 9.2rem;
  background: url(../images/lp-nurse/icon_no01.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__plan--basic::before {
    top: -25.3333333333vw;
    left: 50%;
    translate: -50%;
    width: 24vw;
    height: 13.3333333333vw;
  }
}

.p-plan-nurse__plan--premium .p-plan-nurse__plan-label {
  background: #ff9d4d;
}

.p-plan-nurse__plan-label {
  font-size: 2.2rem;
  border-radius: 2.5rem;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__plan-label {
    text-align: center;
    font-size: 2.9333333333vw;
    border-radius: 6.6666666667vw;
    padding-block: 2.6666666667vw;
  }
}

.p-plan-nurse__tbody {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__tbody {
    font-size: 2.9333333333vw;
  }
}

.p-plan-nurse__row-title {
  text-align: left;
  padding-block: 1.5rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__row-title {
    font-size: 3.4666666667vw;
    padding-block: 1.3333333333vw;
    padding-inline: 1.3333333333vw;
  }
}

.p-plan-nurse__price {
  font-size: 2.4rem;
  display: block;
  color: #153e8f;
  padding-block: 0rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__price {
    font-size: 3.2vw;
    padding-block: 1.3333333333vw;
  }
}
.p-plan-nurse__price .big {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__price .big {
    font-size: 6.6666666667vw;
  }
}
.p-plan-nurse__price .small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__price .small {
    font-size: 2.6666666667vw;
  }
}
.p-plan-nurse__price .black {
  color: #000;
}
.p-plan-nurse__price small {
  font-size: 1rem;
  vertical-align: super;
}

/* セル共通：余白・中央寄せ */
.p-plan-nurse__table th,
.p-plan-nurse__table td {
  vertical-align: middle;
}

.p-plan-nurse__table td {
  text-align: center;
}

/* 左列（項目名） */
.p-plan-nurse__table thead th:first-child,
.p-plan-nurse__table tbody th {
  width: 30rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__table thead th:first-child,
  .p-plan-nurse__table tbody th {
    width: 37.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-nurse__table thead th:nth-child(2),
  .p-plan-nurse__table thead th:nth-child(3),
  .p-plan-nurse__table thead th:nth-child(4) {
    width: 40vw;
  }
}

/* 行ボーダー：横線をまっすぐ（全列） */
.p-plan-nurse__tbody .p-plan-nurse__row {
  position: relative;
}

.p-plan-nurse__tbody .p-plan-nurse__row > * {
  -webkit-border-before: 0.05rem solid #999999;
          border-block-start: 0.05rem solid #999999;
}

.p-plan-nurse__tbody .p-plan-nurse__row:first-child > * {
  -webkit-border-before: none;
          border-block-start: none;
}

.p-plan-nurse__table thead th:nth-child(2),
.p-plan-nurse__table tbody td:nth-child(2) {
  background: #fffde1;
}

.p-plan-nurse__table thead th:nth-child(3),
.p-plan-nurse__table tbody td:nth-child(3) {
  background: #eef1f7;
}

.p-plan-nurse__table thead th:nth-child(4),
.p-plan-nurse__table tbody td:nth-child(4) {
  background: #ffe9d6;
}

.p-plan-nurse__table thead th:nth-child(2) {
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__table thead th:nth-child(2) {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}

.p-plan-nurse__table thead th:nth-child(3) {
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__table thead th:nth-child(3) {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}

.p-plan-nurse__table thead th:nth-child(4) {
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__table thead th:nth-child(4) {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}

.p-plan-nurse__table tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 2rem 2rem;
}

.p-plan-nurse__table tbody tr:last-child td:nth-child(3) {
  border-radius: 0 0 2rem 2rem;
}

.p-plan-nurse__table tbody tr:last-child td:nth-child(4) {
  border-radius: 0 0 2rem 2rem;
}

.p-plan-nurse__table thead th:nth-child(2),
.p-plan-nurse__table tbody td:nth-child(2) {
  -webkit-border-start: 0.5rem solid transparent;
          border-inline-start: 0.5rem solid transparent;
  background-clip: padding-box;
}

.p-plan-nurse__table thead th:nth-child(3),
.p-plan-nurse__table tbody td:nth-child(3) {
  -webkit-border-start: 0.5rem solid transparent;
          border-inline-start: 0.5rem solid transparent;
  background-clip: padding-box;
}

.p-plan-nurse__table thead th:nth-child(4),
.p-plan-nurse__table tbody td:nth-child(4) {
  -webkit-border-start: 0.5rem solid transparent;
          border-inline-start: 0.5rem solid transparent;
  background-clip: padding-box;
}

.p-plan-nurse__row-title {
  position: relative;
  display: inline-block;
  line-height: 1.6;
}
.p-plan-nurse__row-title.row-title01 {
  position: relative;
  height: 11rem;
  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: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__row-title.row-title01 {
    height: 12vw;
  }
}
.p-plan-nurse__row-title.row-title01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.05rem;
  background: #999999;
}

.p-plan-nurse__note-pc {
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__note-pc {
    display: none;
  }
}

.p-plan-nurse__note-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__note-sp {
    display: block;
    text-align: right;
    font-size: 2.6666666667vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    -webkit-margin-end: 2.6666666667vw;
            margin-inline-end: 2.6666666667vw;
  }
}

.p-plan-nurse__benefit,
.p-plan-nurse__interview {
  text-align: center;
  background: #ffffff;
  padding-block: 4rem;
  padding-inline: 2rem;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__benefit,
  .p-plan-nurse__interview {
    padding-block: 6.6666666667vw 8vw;
    padding-inline: 2.6666666667vw;
    -webkit-margin-before: 6.6666666667vw;
            margin-block-start: 6.6666666667vw;
  }
}

.p-plan-nurse__benefit-title,
.p-plan-nurse__interview-title {
  font-size: 3rem;
  letter-spacing: 1.5px;
  color: #ffffff;
  background: #999999;
  border-radius: 4rem;
  width: 66.9rem;
  margin-inline: auto;
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__benefit-title,
  .p-plan-nurse__interview-title {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
    border-radius: 10.6666666667vw;
    width: 100%;
    padding-block: 2.6666666667vw;
  }
}

.p-plan-nurse__benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__benefit-list {
    -webkit-margin-before: 7.7333333333vw;
            margin-block-start: 7.7333333333vw;
  }
}

.p-plan-nurse__benefit-item {
  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: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__benefit-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}

.p-plan-nurse__benefit-label {
  display: inline-block;
  font-size: 2.6rem;
  letter-spacing: 1.3px;
  color: #ffffff;
  background: #153e8f;
  padding-inline: 1.5rem;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__benefit-label {
    font-size: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 2.6666666667vw;
    padding-block: 0.5333333333vw;
  }
}

.p-plan-nurse__benefit-text,
.p-plan-nurse__interview-text {
  font-size: 2.6rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__benefit-text,
  .p-plan-nurse__interview-text {
    font-size: 4.8vw;
  }
}
.p-plan-nurse__benefit-text .sp-show,
.p-plan-nurse__interview-text .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__benefit-text .sp-show,
  .p-plan-nurse__interview-text .sp-show {
    display: block;
  }
}

.p-plan-nurse__interview-text {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-nurse__interview-text {
    -webkit-margin-before: 4.8vw;
            margin-block-start: 4.8vw;
  }
}

/* .p-cta-nurse02
---------------------------------------------------------------------------- */
.p-cta-nurse02 {
  background: url(../images/lp-nurse/bg_cta02.webp) no-repeat center center/cover;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse02 {
    padding-block: 10.6666666667vw;
  }
}

.p-cta-nurse02__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse02__inner {
    z-index: 50;
  }
  .p-cta-nurse02__inner::after {
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-cta-nurse02__inner::after {
    position: absolute;
    bottom: calc(100% - 10.6666666667vw);
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 26.6666666667vw));
            transform: translateX(calc(-50% - 26.6666666667vw));
    background: url(../images/lp-nurse/icon_cta02.webp) no-repeat center center/contain;
    width: 31.4666666667vw;
    height: 34.9333333333vw;
    z-index: -1;
  }
}

.p-cta-nurse02__heading {
  position: relative;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 5px;
  background: url(../images/lp-nurse/deco_cta02.webp) no-repeat center center/contain;
  width: 78.5rem;
  margin-inline: auto;
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse02__heading {
    font-size: 5.6vw;
    letter-spacing: 2px;
    width: 100%;
    padding-block: 5.3333333333vw;
  }
}
.p-cta-nurse02__heading .main {
  display: inline-block;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#1568ee), to(#002385));
  background: linear-gradient(90deg, #1568ee 0%, #002385 100%);
  padding-inline: 1rem;
}
.p-cta-nurse02__heading::before {
  content: "";
  position: absolute;
  top: -15rem;
  right: -9.3rem;
  width: 22rem;
  height: 22rem;
  background: url(../images/lp-nurse/deco_cta.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse02__heading::before {
    top: -21.3333333333vw;
    right: -5.3333333333vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}

.p-cta-nurse02__lead {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #ffffff;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse02__lead {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}
.p-cta-nurse02__lead .main {
  color: #ffff4b;
}

.p-cta-nurse02__btns {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-margin-before: 6rem;
          margin-block-start: 6rem;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse02__btns {
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
  }
}
.p-cta-nurse02__btns::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 41rem));
          transform: translateX(calc(-50% - 41rem));
  width: 30.7rem;
  height: 33.9rem;
  background: url(../images/lp-nurse/icon_cta02.webp) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse02__btns::after {
    display: none;
    -webkit-transform: translateX(calc(-50% - 20rem));
            transform: translateX(calc(-50% - 20rem));
    width: 31.4666666667vw;
    height: 34.9333333333vw;
  }
}

.p-cta-nurse__btn-link:hover {
  opacity: 0.7;
}

/* p-step-nurse
---------------------------------------------------------------------------- */
.p-step-nurse {
  padding-block: 16rem 16rem;
}
@media screen and (max-width: 767px) {
  .p-step-nurse {
    padding-block: 9.8666666667vw 15.4666666667vw;
  }
}

.p-step-nurse__heading {
  text-align: center;
}

.p-step-nurse__en {
  font-style: italic;
  font-size: 7rem;
  color: #94a7cc;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__en {
    font-size: 9.3333333333vw;
  }
}

.p-step-nurse__ja {
  color: #ffffff;
  font-size: 3rem;
  letter-spacing: 3px;
  background: #153e8f;
  border-radius: 55px;
  padding-block: 3.5rem;
  width: 72.5rem;
  margin-inline: auto;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__ja {
    font-size: 5.3333333333vw;
    width: 100%;
    padding-block: 2.6666666667vw;
  }
}

.p-step-nurse__list {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 6rem;
  -webkit-margin-before: 4.8rem;
          margin-block-start: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__list {
    row-gap: 8vw;
    -webkit-margin-before: 10.6666666667vw;
            margin-block-start: 10.6666666667vw;
  }
}

.p-step-nurse__item {
  text-align: center;
  width: 100%;
  background: #f3f5f9;
  border-radius: 1.6rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__item {
    text-align: left;
    row-gap: 8vw;
    padding-block: 0;
  }
}

.p-step-nurse__item + .p-step-nurse__item {
  position: relative;
}
.p-step-nurse__item + .p-step-nurse__item::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50%;
  width: 5.1rem;
  height: 5.9rem;
  background: url(../images/lp-nurse/icon_arrow03.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__item + .p-step-nurse__item::before {
    width: 6.6666666667vw;
    height: 8vw;
  }
}

.p-step-nurse__head {
  position: relative;
  font-weight: 500;
  width: 100%;
  height: 9rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
  margin-inline: auto;
  cursor: unset;
}
.p-step-nurse__head:hover {
  opacity: unset;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__head {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: unset;
    row-gap: 6.6666666667vw;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    padding-block: 4vw;
    -webkit-padding-start: 1.3333333333vw;
            padding-inline-start: 1.3333333333vw;
    margin-inline: unset;
    cursor: pointer;
  }
  .p-step-nurse__head:hover {
    opacity: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-step-nurse__head::after {
    content: "";
    position: absolute;
    top: 6.6666666667vw;
    right: 1.3333333333vw;
    width: 1.6vw;
    height: 1.6vw;
    -webkit-border-before: 1.0666666667vw solid #4d4d4d;
            border-block-start: 1.0666666667vw solid #4d4d4d;
    -webkit-border-end: 1.0666666667vw solid #4d4d4d;
            border-inline-end: 1.0666666667vw solid #4d4d4d;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media screen and (max-width: 767px) {
  .p-step-nurse__head.open::after {
    top: 5.8666666667vw;
    -webkit-border-before: 1.0666666667vw solid #003cff;
            border-block-start: 1.0666666667vw solid #003cff;
    -webkit-border-end: 1.0666666667vw solid #003cff;
            border-inline-end: 1.0666666667vw solid #003cff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.p-step-nurse__num {
  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;
  color: #ffffff;
  font-size: 2.6rem;
  border-radius: 50%;
  background: #ff790c;
  width: 4.2rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__num {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.7333333333vw;
    width: 8vw;
  }
}

.p-step-nurse__head-text {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2.6px;
  color: #153e8f;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__head-text {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}

.p-step-nurse__body {
  line-height: 1.5;
  font-weight: normal;
  -webkit-border-before: 1px dashed #000;
          border-block-start: 1px dashed #000;
  padding-block: 2rem 3rem;
  margin-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__body {
    padding-block: 4vw;
    margin-inline: 2.6666666667vw;
  }
}

.p-step-nurse__text {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__text {
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 1.6;
  }
}
.p-step-nurse__text .sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__text .sp-hidden {
    display: none;
  }
}
.p-step-nurse__text .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-step-nurse__text .sp-show {
    display: block;
  }
}

/* .p-cta-nurse03
---------------------------------------------------------------------------- */
.p-faq-nurse {
  background: url(../images/lp-nurse/bg_common.webp) no-repeat center center/cover;
  padding-block: 14rem 18rem;
}
@media screen and (max-width: 767px) {
  .p-faq-nurse {
    padding-block: 12vw;
  }
}

.p-faq-nurse__inner {
  max-width: 118rem;
}

.p-faq-nurse__heading {
  text-align: center;
}

.p-faq-nurse__en {
  color: #ffffff;
  font-style: italic;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .p-faq-nurse__en {
    font-size: 9.3333333333vw;
  }
}

.p-faq-nurse__ja {
  color: #153e8f;
  font-size: 3rem;
  letter-spacing: 1.5px;
  border-radius: 5.5rem;
  background: #ffffff;
  width: 72.5rem;
  margin-inline: auto;
  padding-block: 3.5rem;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-nurse__ja {
    width: 100%;
    font-size: 5.3333333333vw;
    border-radius: 10.6666666667vw;
    padding-block: 2.6666666667vw;
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}

.p-faq-nurse__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-margin-before: 3.8rem;
          margin-block-start: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq-nurse__list {
    gap: 2.6666666667vw;
    -webkit-margin-before: 5.8666666667vw;
            margin-block-start: 5.8666666667vw;
  }
}

.p-faq-nurse__question,
.p-faq-nurse__answer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.p-faq-nurse__question {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-faq-nurse__question:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-faq-nurse__question:hover {
    opacity: unset;
  }
}
.p-faq-nurse__question.open .p-faq-nurse__question-text::after {
  top: 3.5rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-border-before: 0.4rem solid #4d4d4d;
          border-block-start: 0.4rem solid #4d4d4d;
  -webkit-border-end: 0.4rem solid #4d4d4d;
          border-inline-end: 0.4rem solid #4d4d4d;
}
@media screen and (max-width: 767px) {
  .p-faq-nurse__question.open .p-faq-nurse__question-text::after {
    top: 6.6666666667vw;
    -webkit-border-before: 1.0666666667vw solid #4d4d4d;
            border-block-start: 1.0666666667vw solid #4d4d4d;
    -webkit-border-end: 1.0666666667vw solid #4d4d4d;
            border-inline-end: 1.0666666667vw solid #4d4d4d;
  }
}

.p-faq-nurse__label--q,
.p-faq-nurse__label--a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 2.8rem;
  background: #5692f3;
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-block: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-nurse__label--q,
  .p-faq-nurse__label--a {
    font-size: 3.7333333333vw;
    padding-block: 2.6666666667vw;
    width: 13.3333333333vw;
  }
}

.p-faq-nurse__question-text,
.p-faq-nurse__answer-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #000;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: #ffffff;
  padding-inline: 3rem 1rem;
  padding-block: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-nurse__question-text,
  .p-faq-nurse__answer-text {
    font-size: 3.7333333333vw;
    padding-block: 2.6666666667vw;
    padding-inline: 2.6666666667vw 4vw;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.p-faq-nurse__question-text {
  position: relative;
}
.p-faq-nurse__question-text::after {
  content: "";
  position: absolute;
  top: 4.5rem;
  right: 3rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-before: 0.4rem solid #153e8f;
          border-block-start: 0.4rem solid #153e8f;
  -webkit-border-end: 0.4rem solid #153e8f;
          border-inline-end: 0.4rem solid #153e8f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-faq-nurse__question-text::after {
    top: 7.4666666667vw;
    right: 5.3333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    -webkit-border-before: 1.0666666667vw solid #153e8f;
            border-block-start: 1.0666666667vw solid #153e8f;
    -webkit-border-end: 1.0666666667vw solid #153e8f;
            border-inline-end: 1.0666666667vw solid #153e8f;
  }
}
.p-faq-nurse__question-text .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq-nurse__question-text .sp-show {
    display: block;
  }
}

.p-faq-nurse__label--a {
  background: #808080;
}

.p-faq-nurse__answer-text {
  font-size: 1.6rem;
  font-weight: normal;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-faq-nurse__answer-text {
    font-size: 3.7333333333vw;
  }
}

/* .p-cta-nurse03
---------------------------------------------------------------------------- */
.p-cta-nurse03 {
  padding-block: 16rem 19rem;
  background: url(../images/lp-nurse/bg_cta03.webp) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse03 {
    background: url(../images/lp-nurse/bg_cta_sp.webp) no-repeat top center/cover;
    padding-block: 8vw 8vw;
  }
}

.p-cta-nurse03__lead {
  color: #ffffff;
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse03__lead {
    font-size: 4.2666666667vw;
    letter-spacing: 1.7px;
  }
}
.p-cta-nurse03__lead .main {
  color: #ffff00;
}
.p-cta-nurse03__lead .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse03__lead .sp-show {
    display: block;
  }
}

.p-cta-nurse03__btns {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-margin-before: 6rem;
          margin-block-start: 6rem;
}
@media screen and (max-width: 767px) {
  .p-cta-nurse03__btns {
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
  }
}

/* .p-footer-nurse
---------------------------------------------------------------------------- */
.p-footer-nurse {
  color: #ffffff;
  background: #333333;
  padding-block: 15.5rem 16rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse {
    padding-block: 13.3333333333vw 10.6666666667vw;
  }
}

.p-footer-nurse__heading {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__heading {
    font-size: 4.2666666667vw;
    letter-spacing: 1.7px;
  }
}

.p-footer-nurse__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 67.4rem;
  margin-inline: auto;
  -webkit-margin-before: 5.8rem;
          margin-block-start: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__list {
    width: 100%;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}

.p-footer-nurse__item {
  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;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.3333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer-nurse__item + .p-footer-nurse__item {
  -webkit-border-before: 1px dashed #999999;
          border-block-start: 1px dashed #999999;
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__item + .p-footer-nurse__item {
    border: unset;
    -webkit-padding-before: 5.3333333333vw;
            padding-block-start: 5.3333333333vw;
  }
}

.p-footer-nurse__title {
  width: 11.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__title {
    width: unset;
  }
}

.p-footer-nurse__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-footer-nurse__text.-link {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__text {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__text span {
    display: block;
    text-align: center;
  }
}
.p-footer-nurse__text .space {
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__text .space {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    display: inline;
  }
}
.p-footer-nurse__text .sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__text .sp-show {
    display: inline-block;
  }
}

.p-footer-nurse__copyright {
  text-align: center;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__copyright {
    padding-block: 2.6666666667vw 18.6666666667vw;
  }
}
.p-footer-nurse__copyright small {
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-footer-nurse__copyright small {
    font-size: 3.2vw;
  }
}