@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap';
h2,
h3,
ol,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}

data {
  font-size: 0;
}

p {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.7;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 3.7333333333vw;
  }
}
p strong {
  color: #d83563;
  font-weight: bold;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a:hover {
  opacity: var(--hover-opacity);
}

main {
  position: relative;
  background: rgba(0, 133, 206, 0.05);
}

section:not(.kv) {
  margin: 0 auto min(5.6vw, 56px);
}
@media screen and (max-width: 767px) {
  section:not(.kv) {
    margin: 0 auto 8.5333333333vw;
  }
}

article {
  max-width: 1104px;
  margin: 0 auto;
  padding: min(4.8vw, 48px) min(6.4vw, 64px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  article {
    padding: 6.4vw 5.3333333333vw 4.2666666667vw;
  }
}

.wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: var(--header-height-pc) auto 0;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
    padding: 0 5.3333333333vw 8vw;
    background: #fff;
  }
}

.conts {
  position: relative;
  overflow: hidden;
}

.pcDisp {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcDisp {
    display: none;
  }
}

.spDisp {
  display: none;
}
@media screen and (max-width: 767px) {
  .spDisp {
    display: block;
  }
}

.nw {
  white-space: nowrap;
}

.nw-pc {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nw-pc {
    white-space: normal;
  }
}

.nw-sp {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .nw-sp {
    white-space: nowrap;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.c-page-heading,
.c_page-heading {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: min(4vw, 40px);
  padding: min(3.2vw, 32px) 0 min(1.6vw, 16px);
  border-top: 3px solid #0085ce;
  border-bottom: 1px solid #0085ce;
}
@media screen and (max-width: 767px) {
  .c-page-heading,
  .c_page-heading {
    margin-bottom: 6.4vw;
    padding: 6.4vw 0 2.1333333333vw;
    border-top: 0.8vw solid #0085ce;
    border-bottom: 0.2666666667vw solid #0085ce;
  }
}
.c-page-heading h2,
.c_page-heading h2 {
  font-size: clamp(24px, 2.8vw, 28px);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .c-page-heading h2,
  .c_page-heading h2 {
    font-size: 5.6vw;
    letter-spacing: 0.1333333333vw;
  }
}
.c-page-heading h2 span,
.c_page-heading h2 span {
  color: #0085ce;
}
.c-page-heading h2 small,
.c_page-heading h2 small {
  display: block;
  font-size: clamp(11px, 1.3vw, 13px);
}
@media screen and (max-width: 767px) {
  .c-page-heading h2 small,
  .c_page-heading h2 small {
    font-size: 2.9333333333vw;
  }
}
.c-page-heading__category,
.c_page-heading__category {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  min-width: 155px;
  padding: 0 min(1.6vw, 16px);
  border-radius: 0 0 5px 5px;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-feature-settings: "palt" 1;
  color: #fff;
  background-color: #0085ce;
}
@media screen and (max-width: 767px) {
  .c-page-heading__category,
  .c_page-heading__category {
    width: fit-content;
    min-width: inherit;
    margin-bottom: 1.0666666667vw;
    padding: 0 2.1333333333vw 0.5333333333vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 1.5;
    letter-spacing: 0.1333333333vw;
    white-space: nowrap;
  }
}

.notes {
  font-size: clamp(9px, 1.1vw, 11px);
  line-height: 1.2;
  color: #474747;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.4vw;
  }
}

.bnr {
  width: auto;
  display: flex;
  justify-content: center;
  margin-top: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  .bnr {
    width: 100%;
    margin-top: 6.4vw;
  }
}

.overview {
  background-color: #d8d8d8;
  margin: 0 auto min(5.6vw, 56px);
  padding: min(3.2vw, 32px) min(4.8vw, 48px);
  max-width: 984px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 4.2666666667vw 2.1333333333vw 2.1333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.overview h2 {
  font-size: clamp(20px, 2.4vw, 24px);
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overview h2 {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.overview__table {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
}
.overview__table thead tr {
  height: 0 !important;
  min-height: 0;
  overflow: hidden;
  border: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: none !important;
  background-image: none !important;
}
.overview__table thead th {
  padding: 0 !important;
  margin: 0;
  height: 0 !important;
  min-height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0 !important;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .overview__table tbody {
    display: block;
  }
}
.overview__table tr {
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  position: relative;
  background-image: linear-gradient(to right, #aaa, #aaa 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .overview__table tr {
    border-left: 1.3333333333vw solid #fff;
    border-right: 1.3333333333vw solid #fff;
    background-image: linear-gradient(to right, #aaa, #aaa 0.5333333333vw, transparent 0.5333333333vw, transparent 1.6vw);
    background-size: 1.6vw 0.5333333333vw;
  }
}
.overview__table tr:last-child {
  background-image: none;
}
.overview__table tr:first-child th, .overview__table tr:first-child td {
  padding-top: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .overview__table tr:first-child th, .overview__table tr:first-child td {
    padding-top: 4.2666666667vw;
  }
}
.overview__table tr:last-child th, .overview__table tr:last-child td {
  padding-bottom: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .overview__table tr:last-child th, .overview__table tr:last-child td {
    padding-bottom: 4.2666666667vw;
  }
}
.overview__table th {
  background: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 18px;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .overview__table th {
    font-size: 3.7333333333vw;
    padding: 3.4666666667vw 0;
    width: 79%;
    display: block;
    margin-right: 2.2666666667vw;
    min-width: 20vw;
  }
}
.overview__table th.ptd {
  letter-spacing: 0;
}
.overview__table td {
  padding: 18px;
  vertical-align: top;
  line-height: 1.3;
  border-bottom: none !important;
}
@media screen and (max-width: 767px) {
  .overview__table td {
    font-size: 3.7333333333vw;
    padding: 3.2vw;
    line-height: 1.5;
  }
}
.overview__table td:last-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .overview__table td:last-child {
    padding-left: 0.8vw;
    padding-right: 0;
  }
}
.overview ul {
  list-style-type: "・";
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .overview ul {
    padding-left: 2.6666666667vw;
  }
}
.overview ul li {
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .overview ul li {
    margin: 0;
  }
}

.faq__box {
  display: flex;
  flex-direction: column;
  gap: min(1.6vw, 16px);
  margin: 0 auto min(5.6vw, 56px);
  max-width: 984px;
}
@media screen and (max-width: 767px) {
  .faq__box {
    margin-bottom: inherit;
    gap: 2.1333333333vw;
  }
}
.faq__question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: min(1.6vw, 16px) 80px;
  border: #d8d8d8 1px solid;
  background: linear-gradient(180deg, rgb(247, 247, 247) 0%, rgb(249, 249, 249) 46%, rgb(240, 240, 240) 51%, rgb(247, 247, 247) 100%);
  font-size: clamp(18px, 2.1vw, 21px);
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__question {
    min-height: inherit;
    padding: 4.2666666667vw 10.6666666667vw;
    background-color: #fafafa;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.faq__question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #0085ce;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq__question::before {
    top: 50%;
    left: 2.1333333333vw;
    width: 6.4vw;
    height: 6.4vw;
    transform: translateY(-50%);
    font-size: 4.2666666667vw;
  }
}
.faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: linear-gradient(to bottom, transparent 10px, #333 10px, #333 14px, transparent 14px), linear-gradient(to right, transparent 10px, #333 10px, #333 14px, transparent 14px);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__question::after {
    top: 50%;
    right: 2.1333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: linear-gradient(to bottom, transparent 2.2666666667vw, #333 2.2666666667vw, #333 3.0666666667vw, transparent 3.0666666667vw), linear-gradient(to right, transparent 2.2666666667vw, #333 2.2666666667vw, #333 3.0666666667vw, transparent 3.0666666667vw);
  }
}
.faq__question.open::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq__answer {
  position: relative;
  padding: 20px 80px;
  border: #d8d8d8 1px solid;
  border-top: none;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding: 3.2vw 3.2vw 3.2vw 10.6666666667vw;
  }
}
.faq__answer::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(145.304, 176.2891262136, 193.296);
  color: #fff;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq__answer::before {
    top: 3.2vw;
    left: 2.1333333333vw;
    width: 6.4vw;
    height: 6.4vw;
    font-size: 4.2666666667vw;
  }
}
.faq__answer p {
  font-size: clamp(16px, 1.8vw, 18px);
  margin-bottom: min(1.2vw, 12px);
}
@media screen and (max-width: 767px) {
  .faq__answer p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 3.2vw;
  }
}
.faq__answer p:last-child {
  margin-bottom: 0;
}

.price {
  margin: 0 auto min(5.6vw, 56px);
}
.price__table {
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .price__table {
    gap: 4.2666666667vw;
  }
}
.price table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #d8d8d8;
  table-layout: fixed;
}
.price table caption {
  background-color: #0085ce;
  color: #fff;
  font-weight: bold;
  padding: min(1.6vw, 16px) min(2.4vw, 24px);
  text-align: center;
  font-size: clamp(20px, 2.4vw, 24px);
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .price table caption {
    padding: 4.2666666667vw 0;
    font-size: 4.8vw;
  }
}
.price table th {
  background-color: rgb(145.304, 176.2891262136, 193.296);
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px, 2.1vw, 21px);
  text-align: center;
  padding: min(1.6vw, 16px) min(2.4vw, 24px);
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .price table th {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.price table th:first-child:nth-last-child(2) {
  width: 60%;
}
.price table th:first-child:nth-last-child(3), .price table th:first-child:nth-last-child(3) + th {
  width: 30%;
}
.price table th:last-child {
  width: 40%;
}
.price table td {
  padding: min(1.6vw, 16px) min(2.4vw, 24px);
  border: 1px solid #d8d8d8;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .price table td {
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.price table td:last-child {
  text-align: right;
}
.price table tbody tr:first-child {
  background-color: #fff;
}
.price table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.price__cell-left {
  font-size: clamp(18px, 2.1vw, 21px);
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .price__cell-left {
    font-size: 3.7333333333vw;
  }
}
.price__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(0.8vw, 8px);
}
@media screen and (max-width: 767px) {
  .price__row {
    flex-direction: column;
    gap: 1.0666666667vw;
  }
}
.price__row + .price__notice {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: clamp(11px, 1.3vw, 13px);
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .price__row + .price__notice {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.price__detail {
  flex: 1;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price__detail {
    font-size: 2.9333333333vw;
    text-align: center;
  }
}
.price__box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .price__box {
    gap: 0.5333333333vw;
    align-items: center;
  }
}
.price__main {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price__main {
    text-align: center;
  }
}
.price__value {
  font-size: clamp(18px, 2.1vw, 21px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__value {
    font-size: 4.8vw;
  }
}
.price__currency {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price__currency {
    font-size: 3.7333333333vw;
  }
}
.price__tax {
  font-size: clamp(11px, 1.3vw, 13px);
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .price__tax {
    font-size: 2.9333333333vw;
  }
}
.price__notice {
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .price__notice {
    font-size: 2.4vw;
  }
}
.price__area {
  display: flex;
  flex-direction: column;
  gap: min(1.6vw, 16px);
  padding: min(2.4vw, 24px);
  background-color: rgba(0, 133, 206, 0.05);
}
@media screen and (max-width: 767px) {
  .price__area {
    gap: 4.2666666667vw;
    padding: 4.2666666667vw;
  }
}
.price__area-title {
  margin: 0;
  color: #0085ce;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__area-title {
    font-size: 4.8vw;
  }
}
.price__area-list {
  display: flex;
  justify-content: center;
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .price__area-list {
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.price__area-item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .price__area-item {
    flex: 0 0 calc(50% - 1.0666666667vw);
    max-width: none;
  }
}
.price__area-item img {
  width: 100%;
  height: auto;
}
.price__area-item figcaption {
  padding: min(0.8vw, 8px) min(1.6vw, 16px);
  border: 1px solid #0085ce;
  background-color: #fff;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__area-item figcaption {
    padding: 1.6vw 3.2vw;
    border-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.price__course {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .price__course {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.price__course-image {
  flex-shrink: 0;
  margin: 0;
}
.price__course-image img {
  width: 100%;
  max-width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .price__course-image img {
    max-width: 26.6666666667vw;
  }
}
.price__course-name {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price__course-name {
    font-size: 2.9333333333vw;
  }
}

.p-credit {
  background: #e5f3fa;
  max-width: 984px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(2.4vw, 24px);
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  padding: min(2.4vw, 24px) min(4.8vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-credit {
    flex-direction: column;
    position: relative;
    gap: 0;
    padding: 4.2666666667vw;
  }
}
.p-credit__title {
  width: 100%;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: bold;
  color: #0085ce;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-credit__title {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
    text-align: left;
    padding: 4.2666666667vw 0;
  }
}
.p-credit__photo {
  width: 16%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-credit__photo {
    position: absolute;
    top: 0;
    right: 4.2666666667vw;
    width: 32vw;
    height: 27.7333333333vw;
    overflow: hidden;
  }
}
.p-credit__photo picture {
  display: block;
}
.p-credit__photo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.p-credit__photo figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.p-credit__body {
  flex: 1;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .p-credit__body {
    width: 100%;
  }
}
.p-credit__intro {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-credit__intro {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    padding-bottom: 0;
  }
}
.p-credit__message {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-credit__message {
    font-size: 3.4666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}
.p-credit__author {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-credit__author {
    display: none;
  }
}
.p-credit__role, .p-credit__name {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-credit__role, .p-credit__name {
    font-size: 4vw;
  }
}
.p-credit__name {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-credit__name {
    padding-left: 4.2666666667vw;
  }
}
.p-credit__accordion {
  border: 1px solid #0085ce;
  background: #fff;
  padding: 6px 24px;
}
@media screen and (max-width: 767px) {
  .p-credit__accordion {
    max-width: 100%;
    padding: 1.6vw 2.1333333333vw;
    border: 0.2666666667vw solid #0085ce;
  }
}
.p-credit__toggle {
  color: #0085ce;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 12px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-credit__toggle {
    font-size: 4vw;
    margin-left: 4.2666666667vw;
  }
}
.p-credit__toggle::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #0085ce transparent transparent transparent;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-credit__toggle::before {
    top: 1.8666666667vw;
    left: -4.2666666667vw;
    border-width: 2.1333333333vw 1.6vw 0 1.6vw;
  }
}
.p-credit__toggle.open {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-credit__toggle.open {
    padding-bottom: 4.2666666667vw;
  }
}
.p-credit__toggle.open::before {
  transform: rotate(-180deg);
}
.p-credit__toggle.open + .p-credit__panel {
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-credit__toggle.open + .p-credit__panel {
    padding-bottom: 0;
  }
}
.p-credit__panel {
  display: flex;
  gap: 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-credit__panel {
    display: block;
  }
}
.p-credit__group {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-credit__group {
    width: 100%;
  }
  .p-credit__group:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.p-credit__subgroup--spaced {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-credit__subgroup--spaced {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__subgroup .p-credit__record {
    margin-bottom: 1.0666666667vw;
  }
}
.p-credit__group-title {
  color: black;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  font-size: 13px;
  padding: 0 0 8px 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #0085ce;
}
@media screen and (max-width: 767px) {
  .p-credit__group-title {
    font-size: 2.9333333333vw;
    padding: 0 0 2.1333333333vw 1.6vw;
    margin-bottom: 2.1333333333vw;
    border-bottom: 0.2666666667vw dashed #0085ce;
  }
}
.p-credit__group-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 19px;
  background: #0085ce;
}
@media screen and (max-width: 767px) {
  .p-credit__group-title::before {
    width: 0.8vw;
    height: 5.0666666667vw;
  }
}
.p-credit__record {
  display: flex;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-credit__record {
    padding-left: 3.7333333333vw;
  }
}
.p-credit__record:not(:last-of-type) {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-credit__record:not(:last-of-type) {
    margin-bottom: 0.5333333333vw;
  }
}
.p-credit__record::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0085ce;
}
@media screen and (max-width: 767px) {
  .p-credit__record::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 50%;
  }
}
.p-credit__year {
  color: black;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-credit__year {
    font-size: 2.9333333333vw;
    max-width: 21.3333333333vw;
  }
}
.p-credit__detail {
  color: black;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-credit__detail {
    font-size: 2.9333333333vw;
  }
}
.p-credit__detail--wide {
  max-width: 100%;
  width: 100%;
}
.p-credit__link {
  text-align: right;
  margin: 10px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-credit__link {
    margin: 2.6666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
}
.p-credit__link a {
  text-decoration: underline;
}
.p-credit__link a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 6px;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #0085ce;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-credit__link a::before {
    margin-right: 1.6vw;
    border-width: 1.3333333333vw 0 1.3333333333vw 1.8666666667vw;
  }
}
.p-credit__link a:hover {
  text-decoration: none;
}
.p-credit meta[itemprop] {
  display: none !important;
}

.monitor .kv__monitor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  transform: translateY(0.7320644217vw);
  transition: 0.5s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .monitor .kv__monitor {
    transform: translateY(2.1333333333vw);
  }
}
.monitor .kv__monitor.anim {
  opacity: 1;
  transform: none;
}
.monitor .kv__monitor-badge {
  position: absolute;
  bottom: -2vw;
  right: 10vw;
  margin: 0;
  padding: 1.6vw;
  box-sizing: border-box;
  background: radial-gradient(circle at 35% 35%, rgb(42.8, 179.8029126214, 255) 0%, rgb(0, 152.7563106796, 236.6) 25%, #0085ce 50%, rgb(0, 100.072815534, 155) 75%, rgb(0, 73.7310679612, 114.2) 100%);
  color: #fff;
  font-size: 1.5vw;
  border-radius: 50%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset -0.3vw -0.3vw 0.8vw rgba(0, 0, 0, 0.25), inset 0.2vw 0.2vw 0.5vw rgba(255, 255, 255, 0.2), 0 0.4vw 1.2vw rgba(0, 133, 206, 0.4), 0 0.8vw 2vw rgba(0, 133, 206, 0.25);
  animation: kv-monitor-badge-sphere 3s ease-in-out infinite;
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  max-width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.monitor .kv__monitor-badge-inner {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .monitor .kv__monitor-badge {
    bottom: 5.3333333333vw;
    right: 2.1333333333vw;
    padding: 2.6666666667vw;
    font-size: 2.9333333333vw;
    box-shadow: inset -1px -1px 3px rgba(0, 0, 0, 0.25), inset 1px 1px 2px rgba(255, 255, 255, 0.2), 0 2px 6px rgba(0, 133, 206, 0.4), 0 4px 10px rgba(0, 133, 206, 0.25);
  }
}
.monitor .kv__monitor-badge .title {
  margin: 0 0 0.15em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.monitor .kv__monitor-badge .discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 0.08em;
}
.monitor .kv__monitor-badge .row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  line-height: 1;
}
.monitor .kv__monitor-badge .num {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}
.monitor .kv__monitor-badge .unit {
  font-size: 1em;
  font-weight: bold;
  margin-left: 0.08em;
  line-height: 1;
}
.monitor .kv__monitor-badge .off {
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.monitor .kv__monitor-badge .detail {
  margin: 0;
  font-size: 0.35em;
  line-height: 1.2;
  text-align: center;
}
.monitor .kv__monitor-note {
  position: absolute;
  bottom: 1vw;
  left: 10vw;
  margin: 0;
  font-size: min(1vw, 16px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .monitor .kv__monitor-note {
    bottom: 2.1333333333vw;
    left: 5.3333333333vw;
    font-size: 2.4vw;
  }
}

.prp-vulva .kv {
  position: relative;
}
.prp-vulva .kv__inner {
  position: relative;
  width: 100%;
  height: 40.2635431918vw;
  padding-top: 8vw;
  box-sizing: border-box;
  background-image: url(../images/kv-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .prp-vulva .kv__inner {
    height: 88vw;
    padding-top: 8.5333333333vw;
    background-image: url(../images/kv-bg-sp.webp);
    font-feature-settings: "palt" 1;
  }
}
.prp-vulva .kv__img {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 40.2635431918vw;
  margin: auto;
  opacity: 0;
  transform: translateX(2.9282576867vw);
  transition: 0.7s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .prp-vulva .kv__img {
    z-index: 0;
    width: 100%;
    height: 100%;
    transform: translateX(5.3333333333vw);
  }
}
.prp-vulva .kv__img.anim {
  opacity: 1;
  transform: translateX(0vw);
}
.prp-vulva .kv__img img {
  width: 100vw;
  height: 40.2635431918vw;
  max-width: inherit;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .prp-vulva .kv__img img {
    width: 100%;
    height: 100%;
  }
}
.prp-vulva .kv__box {
  position: relative;
  z-index: 1;
  max-width: 80.5270863836vw;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(0.7320644217vw);
  transition: 0.5s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .prp-vulva .kv__box {
    max-width: inherit;
    left: 5.3333333333vw;
  }
}
.prp-vulva .kv__box.anim {
  opacity: 1;
  transform: none;
}
.prp-vulva .kv__ttl {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 2.3426061493vw;
  color: #fff;
  font-family: serif;
  font-size: 4.6852122987vw;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .prp-vulva .kv__ttl {
    margin-bottom: 6.4vw;
    font-size: 6.9333333333vw;
  }
}
.prp-vulva .kv__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 20.3543191801vw;
  width: 146.4128843338vw;
  padding: 3.513909224vw 0;
  box-sizing: border-box;
  background: linear-gradient(to left, rgba(0, 133, 206, 0), #0085ce 16vw, #0085ce 100%);
  box-shadow: 0 0.2928257687vw 1.1713030747vw rgba(51, 51, 51, 0.3);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .prp-vulva .kv__ttl::after {
    right: auto;
    left: -5.3333333333vw;
    width: 81.6vw;
    padding: 6.4vw 0;
    box-shadow: none;
  }
}
.prp-vulva .kv__ttl span {
  font-size: clamp(16px, 1.8vw, 18px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .kv__ttl span {
    font-size: 3.7333333333vw;
  }
}
.prp-vulva .kv__txt-upper, .prp-vulva .kv__txt-lower {
  margin-bottom: 1.756954612vw;
  color: #333;
  font-size: 2.5vw;
  font-weight: bold;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff;
}
@media screen and (max-width: 767px) {
  .prp-vulva .kv__txt-upper, .prp-vulva .kv__txt-lower {
    margin-bottom: 6.4vw;
    font-size: 5.6vw;
    letter-spacing: 0.1em;
  }
}
.prp-vulva .kv__txt-lower {
  color: #0085ce;
  font-size: 2.5vw !important;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .prp-vulva .kv__txt-lower {
    font-size: 4.8vw !important;
    line-height: 1.5;
  }
}
.prp-vulva .kv__txt-lower ruby {
  ruby-align: center;
  ruby-position: over;
}
.prp-vulva .kv__txt-lower ruby rt {
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  top: -0.42em;
}
@media screen and (max-width: 767px) {
  .prp-vulva .kv__txt-lower ruby rt {
    font-size: 0.7em;
    top: -0.2em;
  }
}
.prp-vulva .lead {
  margin-bottom: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .lead {
    margin-bottom: 4.2666666667vw;
  }
}
.prp-vulva .lead__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 984px;
  margin: 0 auto min(3.2vw, 32px);
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .lead__inner {
    padding: 0;
    gap: 6.4vw;
  }
}
.prp-vulva .lead__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .lead__content {
    gap: 6.4vw;
  }
}
.prp-vulva .lead__content-text {
  display: flex;
  flex-direction: column;
  gap: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .lead__content-text {
    gap: 3.2vw;
  }
}
.prp-vulva .lead__content-text p {
  margin-bottom: 0;
}
.prp-vulva .worries {
  margin-bottom: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .worries {
    margin-bottom: 4.2666666667vw;
  }
}
.prp-vulva .worries__inner {
  max-width: 984px;
  margin: 0 auto;
}
.prp-vulva .worries__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: min(3.2vw, 32px);
  overflow: hidden;
  margin-top: min(1.6vw, 16px);
  padding: min(2.4vw, 24px) min(3.2vw, 32px) min(3.2vw, 32px);
  border: 16px solid rgb(145.304, 176.2891262136, 193.296);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .prp-vulva .worries__box {
    gap: 6.4vw;
    margin-top: inherit;
    padding: 4.2666666667vw;
    border: 1.0666666667vw solid rgb(145.304, 176.2891262136, 193.296);
  }
}
.prp-vulva .worries__box-title {
  position: relative;
  z-index: 1;
  color: #0085ce;
  font-size: clamp(28px, 3.2vw, 32px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff;
}
@media screen and (max-width: 767px) {
  .prp-vulva .worries__box-title {
    font-size: 5.6vw;
    text-align: left;
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff;
  }
}
.prp-vulva .worries__box-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: min(1.2vw, 12px);
  padding-left: min(4vw, 40px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .worries__box-list {
    gap: 3.2vw;
    padding-left: 0;
  }
}
.prp-vulva .worries__box-list li {
  display: flex;
  align-items: flex-start;
  gap: min(0.8vw, 8px);
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.3;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff;
}
@media screen and (max-width: 767px) {
  .prp-vulva .worries__box-list li {
    gap: 1.0666666667vw;
    font-size: 4.2666666667vw;
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff;
  }
}
.prp-vulva .worries__box-list li:before {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-color: #d83563;
  mask-image: url("../images/checkmark.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/checkmark.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .prp-vulva .worries__box-list li:before {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.prp-vulva .worries__box-list li > span[itemprop=item] {
  display: contents;
}
.prp-vulva .worries__box-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .prp-vulva .worries__box-image {
    width: 48vw;
    top: 0;
  }
}
.prp-vulva .worries__box-image img {
  display: block;
}
.prp-vulva .why__inner {
  max-width: 984px;
  margin: 0 auto;
}
.prp-vulva .why__box {
  width: 100%;
}
.prp-vulva .why__title {
  position: relative;
  margin: 0;
  padding: min(1.6vw, 16px) min(4.8vw, 48px);
  background-color: #0085ce;
  color: #fff;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__title {
    padding: 3.2vw 4.2666666667vw;
    font-size: 4.8vw;
  }
}
.prp-vulva .why__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #0085ce transparent transparent transparent;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__title::after {
    bottom: 0.2666666667vw;
    border-width: 3.2vw 4.2666666667vw 0 4.2666666667vw;
  }
}
.prp-vulva .why__body {
  display: flex;
  gap: min(4vw, 40px);
  padding: min(4.8vw, 48px) min(4vw, 40px) min(2.4vw, 24px);
  background-color: #fff;
  border: 2px solid #0085ce;
  border-top: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__body {
    flex-direction: column;
    padding: 4.2666666667vw;
    gap: 4.2666666667vw;
    position: relative;
  }
}
.prp-vulva .why__image {
  flex: 0 0 40%;
  margin: 0;
  display: flex;
  align-self: stretch;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__image {
    position: absolute;
    top: 4.2666666667vw;
    right: 4.2666666667vw;
    flex: none;
    max-width: 35.2vw;
    align-self: auto;
    overflow: visible;
  }
}
.prp-vulva .why__image picture {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__image picture {
    height: auto;
  }
}
.prp-vulva .why__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__image img {
    height: auto;
  }
}
.prp-vulva .why__caption {
  margin: 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__caption {
    font-size: 2.4vw;
    line-height: 1.1;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.prp-vulva .why__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__content {
    gap: 4.2666666667vw;
  }
}
.prp-vulva .why__intro {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__intro {
    font-size: 3.7333333333vw;
  }
  .prp-vulva .why__intro:first-of-type {
    padding: 0 37.3333333333vw 0 0;
  }
}
.prp-vulva .why__lead {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__lead {
    font-size: 3.7333333333vw;
    white-space: nowrap;
  }
}
.prp-vulva .why__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: min(0.8vw, 8px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__list {
    gap: 2.1333333333vw;
  }
}
.prp-vulva .why__list li {
  display: flex;
  align-items: flex-start;
  gap: min(0.8vw, 8px);
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: bold;
  line-height: 1.5;
  color: #0085ce;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__list li {
    gap: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
}
.prp-vulva .why__list li::before {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-color: #0085ce;
  mask-image: url("../images/checkmark.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/checkmark.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__list li::before {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.prp-vulva .why__text {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .prp-vulva .why__text {
    font-size: 3.7333333333vw;
  }
}
.prp-vulva .case .c-page-heading h2 small {
  display: block;
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .prp-vulva .case .c-page-heading h2 small {
    font-size: 3.4666666667vw;
  }
}
.prp-vulva .case.js-case-more .per.is-hidden {
  display: none;
  opacity: 0;
  transform: translateY(-20px);
}
.prp-vulva .case.js-case-more .per.is-showing {
  display: block !important;
  animation: prpVulvaCaseSlideDownFadeIn 0.5s ease forwards;
}
.prp-vulva .case.js-case-more .per.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.prp-vulva .case.js-case-more .more-btn {
  background-color: #fff;
  border: solid 1px #0085ce;
  border-radius: 30px;
  color: #0085ce;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  max-width: 300px;
  margin: 24px auto 0;
  display: block;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.prp-vulva .case.js-case-more .more-btn:hover {
  background-color: #0085ce;
  color: #fff;
  transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  .prp-vulva .case.js-case-more .more-btn {
    padding: 10px 0;
    width: 90%;
    font-size: 14px;
    margin: 4.2666666667vw auto 0;
  }
}
.prp-vulva .case.js-case-more .more-btn.is-hiding {
  animation: prpVulvaCaseFadeOutUp 0.3s ease forwards;
}
.prp-vulva .case__inner {
  max-width: 984px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__inner {
    margin: 0 -5.3333333333vw;
  }
}
.prp-vulva .case__list {
  display: flex;
  flex-direction: column;
  gap: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__list {
    gap: 2.1333333333vw;
  }
}
.prp-vulva .case__item {
  background: #ebf2f8;
  padding: min(3vw, 30px) min(5vw, 50px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__item {
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
.prp-vulva .case__images {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: min(0.8vw, 8px);
  gap: min(2.4vw, 24px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__images {
    flex-direction: column;
    gap: 5.8666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.prp-vulva .case__images::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #0085ce;
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__images::before {
    border-top-width: 3.2vw;
    border-bottom-width: 3.2vw;
    border-left-width: 3.2vw;
    transform: rotate(90deg);
  }
}
.prp-vulva .case__image {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0;
  max-width: 423px;
  background: #dce8f2;
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__image {
    max-width: none;
  }
}
.prp-vulva .case__image picture,
.prp-vulva .case__image img {
  display: block;
  width: 100%;
}
.prp-vulva .case__image img {
  height: auto;
}
.prp-vulva .case__label {
  display: block;
  margin: 0;
  background: #595959;
  color: #fff;
  font-size: clamp(18px, 2.1vw, 21px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__label {
    font-size: 4.5333333333vw;
  }
}
.prp-vulva .case__image--after .case__label {
  background: #d85a7f;
}
.prp-vulva .case__warning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.prp-vulva .case__warning::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.prp-vulva .case__warning:hover::before {
  opacity: 0.6;
}
.prp-vulva .case__warning img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prp-vulva .case__warning picture,
.prp-vulva .case__warning img {
  pointer-events: none;
}
.prp-vulva .case__warning.is-hidden {
  display: none;
}
.prp-vulva .case__desc {
  margin-bottom: 7px;
  border: 2px solid #0085ce;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__desc {
    display: block;
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.prp-vulva .case__desc-title {
  margin: 0;
  width: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0085ce;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__desc-title {
    width: 100%;
    padding: 1.6vw 2.6666666667vw;
  }
}
.prp-vulva .case__desc-text {
  margin: 0;
  flex: 1;
  padding: 10px 14px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__desc-text {
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.prp-vulva .case__meta {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .prp-vulva .case__meta {
    font-size: 2.6666666667vw;
    line-height: 1.3;
  }
}
@keyframes prpVulvaCaseSlideDownFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes prpVulvaCaseFadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.prp-vulva .about__inner {
  background: rgba(0, 133, 206, 0.05);
  padding: min(3.2vw, 32px) min(6.4vw, 64px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .about__inner {
    margin: 0 -5.3333333333vw;
    padding: 4.2666666667vw 5.3333333333vw;
    overflow: visible;
  }
}
.prp-vulva .about__note {
  margin: min(2.4vw, 24px) 0 0;
}
@media screen and (max-width: 767px) {
  .prp-vulva .about__note {
    margin-top: 4.2666666667vw;
  }
}
.prp-vulva .about__alert {
  margin: min(2.4vw, 24px) 0 0;
  padding: min(1.2vw, 12px) min(2.4vw, 24px);
  border: 1px solid #0085ce;
  color: #0085ce;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .prp-vulva .about__alert {
    margin-top: 3.2vw;
    padding: 2.6666666667vw 3.2vw;
    border: 0.2666666667vw solid #0085ce;
    font-size: 4.2666666667vw;
  }
}
.prp-vulva .about__steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .about__steps {
    flex-direction: column;
    gap: 4.2666666667vw;
    overflow: visible;
  }
}
.prp-vulva .about__step {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .prp-vulva .about__step {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    overflow: visible;
  }
}
.prp-vulva .about__step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-7px - min(2.4vw, 24px) / 2);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #0085ce;
}
@media screen and (max-width: 767px) {
  .prp-vulva .about__step::after {
    top: auto;
    right: auto;
    bottom: calc(-2.1333333333vw - 5px);
    left: 50%;
    margin-left: -2.6666666667vw;
    transform: none;
    border-top: 2.6666666667vw solid #0085ce;
    border-bottom: 0 solid transparent;
    border-left: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid transparent;
    z-index: 1;
  }
}
.prp-vulva .about__step:last-child::after {
  display: none;
}
.prp-vulva .about__step-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(0.8vw, 8px) min(1.6vw, 16px);
  font-size: clamp(18px, 2.1vw, 21px);
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .prp-vulva .about__step-tag {
    width: 28%;
    padding: 2.1333333333vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.prp-vulva .about__step-tag.is-gray {
  background-color: #888;
}
.prp-vulva .about__step-tag.is-blue {
  background-color: #0085ce;
}
.prp-vulva .about__step-tag.is-pink {
  background-color: #d85a7f;
}
.prp-vulva .about__step-figure {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0;
  padding: min(1.6vw, 16px);
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .prp-vulva .about__step-figure {
    padding: 3.2vw;
    flex: 1;
  }
}
.prp-vulva .about__step-figure picture {
  display: block;
}
.prp-vulva .about__step-figure img {
  display: block;
}
.prp-vulva .compare__inner {
  max-width: 984px;
  margin: 0 auto;
}
.prp-vulva .compare__table {
  width: 100%;
  margin-bottom: min(2.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .compare__table {
    margin-bottom: 4.2666666667vw;
  }
}
.prp-vulva .compare__header, .prp-vulva .compare__row {
  display: grid;
  grid-template-columns: 18% 1fr 1fr 1fr;
  gap: 0 4px;
}
@media screen and (max-width: 767px) {
  .prp-vulva .compare__header, .prp-vulva .compare__row {
    grid-template-columns: 18.6666666667vw 1fr 1fr 1fr;
    gap: 0 0.5333333333vw;
  }
}
.prp-vulva .compare__th {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(2.4vw, 24px) min(1.6vw, 16px);
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 21px);
  text-align: center;
  color: #fff;
  border-radius: 16px 16px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .prp-vulva .compare__th {
    padding: 3.2vw 1.0666666667vw;
    font-size: 3.2vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    white-space: wrap;
  }
}
.prp-vulva .compare__th.is-training, .prp-vulva .compare__th.is-surgery {
  background: #7c838a;
}
.prp-vulva .compare__th.is-primary {
  background: #0085ce;
}
.prp-vulva .compare__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .prp-vulva .compare__body {
    gap: 0.5333333333vw;
    margin-top: 0.5333333333vw;
  }
}
.prp-vulva .compare__row:nth-child(odd) .compare__td.is-training,
.prp-vulva .compare__row:nth-child(odd) .compare__td.is-surgery {
  background: #fff;
}
.prp-vulva .compare__row:nth-child(odd) .compare__td.is-primary {
  background: rgba(0, 133, 206, 0.05);
}
.prp-vulva .compare__row:nth-child(even) .compare__td.is-training,
.prp-vulva .compare__row:nth-child(even) .compare__td.is-surgery {
  background: #f8f8f8;
}
.prp-vulva .compare__row:nth-child(even) .compare__td.is-primary {
  background: rgba(0, 133, 206, 0.15);
}
.prp-vulva .compare__td {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: min(1.2vw, 12px) min(0.8vw, 8px);
  text-align: center;
  font-weight: bold;
  min-height: 72px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .prp-vulva .compare__td {
    padding: 2.1333333333vw 1.0666666667vw;
    min-height: 14.9333333333vw;
  }
}
.prp-vulva .compare__td.is-label {
  font-size: clamp(14px, 1.6vw, 18px);
  color: #fff;
  background: #92b1c1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .prp-vulva .compare__td.is-label {
    font-size: 2.6666666667vw;
  }
}
.prp-vulva .compare__td.is-primary, .prp-vulva .compare__td.is-training, .prp-vulva .compare__td.is-surgery {
  font-size: clamp(16px, 1.8vw, 18px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .compare__td.is-primary, .prp-vulva .compare__td.is-training, .prp-vulva .compare__td.is-surgery {
    font-size: 3.2vw;
  }
}
.prp-vulva .compare__text {
  display: inline-block;
  line-height: 1.4;
}
.prp-vulva .compare__symbol {
  display: block;
  margin-bottom: min(0.4vw, 4px);
  font-size: clamp(42px, 4.6vw, 52px);
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .prp-vulva .compare__symbol {
    margin-bottom: 0.5333333333vw;
    font-size: 6.9333333333vw;
  }
}
.prp-vulva .compare__symbol-positive {
  color: #d83563;
}
.prp-vulva .compare__symbol-neutral, .prp-vulva .compare__symbol-negative {
  color: #333;
}
.prp-vulva .compare__price-main {
  display: block;
}
.prp-vulva .compare__price-note {
  display: block;
  font-size: clamp(10px, 1.2vw, 12px);
  line-height: 1.3;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .prp-vulva .compare__price-note {
    font-size: 2.4vw;
  }
}
.prp-vulva .compare__note {
  margin-top: min(2.4vw, 24px);
  margin-bottom: 0;
}
.prp-vulva .trouble__inner {
  max-width: 984px;
  margin: 0 auto;
  padding: min(2.4vw, 24px) min(4vw, 40px);
  background: #e9f1f6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__inner {
    margin: 0 -5.3333333333vw;
    padding: 4.2666666667vw 5.3333333333vw;
    gap: 4.2666666667vw;
  }
}
.prp-vulva .trouble__visual {
  margin: 0;
  padding: min(2.4vw, 24px) min(4vw, 40px);
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__visual {
    padding: 2.6666666667vw;
  }
}
.prp-vulva .trouble__diagram {
  position: relative;
  width: 100%;
  height: 306px;
  background-image: url("../images/trouble-01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 306px 306px;
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__diagram {
    height: 86.9333333333vw;
    background-image: url("../images/trouble-01-sp.webp");
    background-size: 60.2666666667vw 60.2666666667vw;
    background-position: center 25.6vw;
  }
}
.prp-vulva .trouble__lead {
  position: absolute;
  top: 0;
  left: 0;
  color: #0085ce;
  font-size: clamp(21px, 2.8vw, 28px);
  font-weight: bold;
  line-height: 1.5;
  box-sizing: border-box;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff;
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__lead {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 5.8666666667vw;
    line-height: 1.4;
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff;
  }
}
.prp-vulva .trouble__tag {
  position: absolute;
  margin: 0;
  padding: min(0.8vw, 8px) min(1.6vw, 16px);
  border: 1px solid #333;
  border-radius: 999px;
  background: #fff;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__tag {
    padding: 1.6vw 1.0666666667vw 1.0666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.3;
    white-space: normal;
    border-radius: 2666.4vw;
    text-align: center;
  }
}
.prp-vulva .trouble__tag--left-1 {
  top: 120px;
  right: calc(50% + 118px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__tag--left-1 {
    top: 48vw;
    left: 0;
    width: 29.8666666667vw;
  }
}
.prp-vulva .trouble__tag--left-2 {
  top: 182px;
  right: calc(50% + 118px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__tag--left-2 {
    top: 64vw;
    left: 0;
    width: 29.8666666667vw;
  }
}
.prp-vulva .trouble__tag--right-1 {
  top: 50px;
  left: calc(50% + 94px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__tag--right-1 {
    top: 23.4666666667vw;
    left: 0;
    width: 40vw;
  }
}
.prp-vulva .trouble__tag--right-2 {
  top: 130px;
  left: calc(50% + 94px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__tag--right-2 {
    top: 28.8vw;
    right: 0;
    left: auto;
    width: 33.0666666667vw;
  }
}
.prp-vulva .trouble__tag--right-3 {
  top: 190px;
  left: calc(50% + 94px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__tag--right-3 {
    top: 52.8vw;
    right: 0;
    left: auto;
    width: 27.7333333333vw;
  }
}
.prp-vulva .trouble__tag--right-4 {
  top: 250px;
  left: calc(50% + 94px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .trouble__tag--right-4 {
    top: 77.3333333333vw;
    right: 5.8666666667vw;
    left: auto;
    width: 36.2666666667vw;
  }
}
.prp-vulva .features__inner {
  max-width: 984px;
  margin: 0 auto;
}
.prp-vulva .features__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: min(2.4vw, 24px) 2%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .prp-vulva .features__list {
    flex-direction: column;
    align-items: stretch;
    gap: 2.6666666667vw;
    padding: 0;
  }
}
.prp-vulva .features__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 32%;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .prp-vulva .features__item {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.prp-vulva .features__badge {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1;
  font-weight: bold;
  background: #0085ce;
  padding: min(0.4vw, 4px) min(0.8vw, 8px);
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .prp-vulva .features__badge {
    font-size: 2.9333333333vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}
.prp-vulva .features__figure {
  display: block;
  flex-shrink: 0;
  margin: 0;
  height: 213px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .prp-vulva .features__figure {
    width: 48%;
    height: auto;
  }
}
.prp-vulva .features__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.prp-vulva .features__label {
  flex: 1;
  margin: 0;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
  line-height: 1.5;
  background: #0085ce;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(0.8vw, 8px) min(1.6vw, 16px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .features__label {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw;
    align-items: center;
  }
}
.prp-vulva .features__banner {
  margin-top: min(3.2vw, 32px);
}
@media screen and (max-width: 767px) {
  .prp-vulva .features__banner {
    margin-top: 4.2666666667vw;
  }
}
.prp-vulva .features__banner-link {
  display: block;
}
.prp-vulva .features__banner-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .prp-vulva .features__banner-link:hover {
    opacity: 1;
  }
}
.prp-vulva .flow {
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .prp-vulva .flow {
    margin-bottom: 6.4vw;
  }
}
.prp-vulva .flow .flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 12px 40px;
  margin: 0 auto;
  padding: 24px min(4vw, 40px);
  background: #fff;
  list-style: none;
  background: #f2f9fd;
}
@media screen and (max-width: 767px) {
  .prp-vulva .flow .flow__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 5.3333333333vw;
    padding: 0;
    background: transparent;
  }
}
.prp-vulva .flow .flow__step {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .prp-vulva .flow .flow__step {
    display: block;
    text-align: left;
    grid-row: auto;
  }
}
.prp-vulva .flow .flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 14px #0085ce;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  transform: rotate(-90deg);
  top: 78px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .prp-vulva .flow .flow__step:not(:last-child)::after {
    display: none;
  }
}
.prp-vulva .flow .flow__content {
  display: contents;
}
@media screen and (max-width: 767px) {
  .prp-vulva .flow .flow__content {
    display: flex;
    gap: 3.2vw;
  }
}
.prp-vulva .flow .flow__image {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .prp-vulva .flow .flow__image {
    margin: 0;
    border-radius: 0;
    flex-shrink: 0;
    width: 32vw;
  }
}
.prp-vulva .flow .flow__image img {
  display: block;
}
.prp-vulva .flow .flow__head {
  width: 100%;
  color: #0085ce;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  position: relative;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .prp-vulva .flow .flow__head {
    align-self: auto;
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
    padding-bottom: 1.0666666667vw;
  }
}
.prp-vulva .flow .flow__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0085ce;
}
@media screen and (max-width: 767px) {
  .prp-vulva .flow .flow__head::after {
    height: 0.2666666667vw;
  }
}
.prp-vulva .flow .flow__head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background-color: #0085ce;
  color: #fff;
  font-size: 16px;
  min-width: 28px;
  width: 28px;
  margin-right: 6px;
  border-radius: 2px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .prp-vulva .flow .flow__head span {
    align-self: auto;
    font-size: 3.7333333333vw;
    min-width: 6.9333333333vw;
    width: 6.9333333333vw;
    margin-right: 1.3333333333vw;
    border-radius: 0.5333333333vw;
    height: 6.9333333333vw;
  }
}
.prp-vulva .flow .flow__txt {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .prp-vulva .flow .flow__txt {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .monitor .kv__monitor-badge {
    bottom: 42.6666666667vw;
  }
}
