@charset "UTF-8";
/*-- globalフォルダの中の_index.scss --*/
.pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}
.sp-hidden {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}
/*-- baseフォルダの中の_index.scss --*/
html {
  font-family: "Zen Maru Gothic", sans-serif;
  scroll-padding-top: 75px;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
a {
  transition: opacity 0.3s ease;
}

a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  /* backface-visibility: hidden; */
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
  a:hover img {
    opacity: 0.8;
  }
}
img {
  max-width: 100%;
  height: auto;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  height: 100%;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*-- componentフォルダの中の_index.scss --*/
.consultation-button {
  text-align: center;
}

.consultation-button .btn-copy {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  color: #333333;
}

.consultation-button .btn-copy:before {
  color: #ff4d4d;
  margin-right: 0.5rem;
  font-weight: 700;
  content: "＼";
}

.consultation-button .btn-copy:after {
  color: #ff4d4d;
  margin-left: 0.5rem;
  content: "／";
}

.pc-width {
  width: 100%;
  height: 100vh;
  position: relative;
}

.pc-width:before {
  position: absolute;
  content: "";
  background-image: url(../img/pc-wave-top.webp);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 44px;
  left: 0;
  top: 0;
}

.pc-width::after {
  position: absolute;
  content: "";
  background-image: url(../img/pc-wave-bottom.webp);
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 44px;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .pc-width:before,
  .pc-width::after {
    display: none;
  }
}
.bg-square {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f7f9fb calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f7f9fb calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
}

.pc-logo {
  z-index: 1;
  transition: 0.3s;
  width: 305px;
  height: 155.5px;
  /* left: 110px; */
  margin: 0 auto;
}

@media (max-width: 1299px) {
  .pc-left,
  .pc-right {
    display: none !important;
  }
}
.pc-left {
  width: calc(50% - 195px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* pcメニュー */
.pc-right {
  width: calc(50% - 195px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pc-menu-wrap {
  background-color: white;
  width: 375px;
}

.pc-menu-wrap__logo {
  width: 97.85px;
  padding: 10px;
}

.pc-menu__item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #e74683;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.pc-menu__item__icon {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #e74683;
  border-radius: 50%;
}

.pc-menu__item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -28%);
  width: 12px;
  height: 5px;
  background: white;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.pageFlex-container {
  height: 86vh;
  position: absolute;
  width: 390px;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .pageFlex-container {
    height: 100%;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: transparent;
    border-radius: 0;
    top: auto;
    left: auto;
    overflow: visible;
    transform: translate(0, 0);
  }
}
.pageFlex-container__footer {
  margin-top: auto;
}

.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  margin-right: 4.375%;
  margin-left: 4.375%;
}

/*-- layoutフォルダの中の_index.scss --*/
.l-footer {
  background-color: #f7f9fb;
  padding-block: 56px 160px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    /* margin-bottom: clamp(4.688rem, 20vw, 9.375rem); */
  }
}
.l-footer .l-footer__container {
  text-align: center;
}

.l-footer .l-footer__logo {
  width: 132px;
  margin-inline: auto;
}

.l-footer .l-footer-links {
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .l-footer .l-footer-links {
    margin-top: clamp(2.188rem, 9.33vw, 4.375rem);
  }
}
.l-footer .l-footer-links .link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
}

@media screen and (max-width: 768px) {
  .l-footer .l-footer-links .link {
    margin-top: 0.2em;
  }
}
.l-footer .l-footer-links .link::first-child {
  margin-top: 0;
}

.l-footer .small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 3.2em;
}

header.l-header {
  position: fixed;
  top: calc(7vh + 2px);
  left: calc(50% - 193px);
  width: 386px;
  background: #fff;
  border-radius: 14px 14px 0 0;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  header.l-header {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
}

header.l-header.visible {
  opacity: 1;
  pointer-events: auto;
}

header.l-header .l-header__logo {
  margin-left: 5px;
}

.l-header .l-header__container {
  display: none;
}

@media screen and (max-width: 1299px) {
  .l-header .l-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 1100px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header .l-header__container {
    width: 98%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1299px) {
  .l-header .l-header__container {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: flex-end;
  }
}

body.tab .l-header .l-header__container,
body.sp .l-header .l-header__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 98%;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1100px;
}
@media screen and (max-width: 1299px) {
  .l-header .l-header__logo {
    width: min(100%, 76px);
    margin-right: auto;
  }
}
.tab .l-header .l-header__logo {
  width: min(100%, 76px);
  margin-right: auto;
  justify-content: flex-end;
}

.l-header .l-header_innerlink {
  display: flex;
  justify-content: space-evenly;
  max-width: 750px;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 1299px) {
  .l-header .l-header_innerlink {
    display: none;
  }
}
.l-header .l-header_innerlink li {
  margin-left: 20px;
}

.l-header .l-header_innerlink li:first-child {
  color: #e74683;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 700;
}

body.tab .l-header .l-header_innerlink,
body.sp .l-header .l-header_innerlink {
  display: none;
}

.l-header .l-header-consultation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 16px;
}

.l-header .l-header-consultation .text {
  display: block;
  font-size: 15px;
  padding: 0.45em 1.4em;
  border-radius: 20px;
  color: #fff;
  background-color: #e74683;
  box-shadow: 0px 0px 8px 0px rgba(79, 79, 79, 0.3215686275);
}

@media screen and (max-width: 1000px) {
  .l-header .l-header-consultation {
    padding: 0.45em 0.5em;
    white-space: nowrap;
    margin-right: 7px;
    margin-left: 10px;
  }
  .l-header .l-header-consultation .text {
    font-size: 13px;
  }
}
body.tab .l-header .l-header-hamburger-btn,
body.sp .l-header .l-header-hamburger-btn {
  display: block;
}
@media screen and (min-width: 1300px) {
  .l-header .l-header-hamburger-btn {
    display: none;
  }
}
.l-header-hamburger-menu {
  position: fixed;
  opacity: 0;
  width: 386px;
  height: calc(86vh - 4px - var(--header-height, 64px));
  left: calc(50% - 193px);
  right: auto;
  bottom: auto;
  top: calc(7vh + 2px + var(--header-height, 64px));
  border-radius: 0 0 14px 14px;
  overflow-y: auto;
  transition: 0.4s;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-header-hamburger-menu {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--header-height, 64px);
    border-radius: 0;
  }
}

.ham_active .l-header-hamburger-menu {
  opacity: 1;
  transition: 0.4s;
  background-color: #fff;
  pointer-events: auto;
}

ul.l-header_innerlink-h-open {
  margin: auto;
}

ul.l-header_innerlink-h-open li {
  font-size: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  padding: 7px 20px;
  color: #e74683;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.l-header_innerlink-h-open li span {
  display: inline-block;
}

ul.l-header_innerlink-h-open li span.icon {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #e74683;
  border-radius: 50%;
}

ul.l-header_innerlink-h-open li span.icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -28%);
  width: 12px;
  height: 5px;
  background: white;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.l-header-hamburger-btn {
  position: relative;
  width: 24px;
  height: 16px;
  cursor: pointer;
  display: block;
  transition: 0.4s;
  transform: translateY(-3px);
}

.l-header-hamburger-btn span:nth-child(1) {
  top: 0px;
}

.l-header-hamburger-btn span:nth-child(2) {
  top: 8px;
}

.l-header-hamburger-btn span:nth-child(3) {
  top: 16px;
}

.l-header-hamburger-btn span:hover {
  color: #fff;
}

.l-header-hamburger-btn span {
  width: 24px;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0px;
  height: 3px;
  border-radius: 2px;
  background: #424242;
}

.ham_active .l-header-hamburger-btn {
  z-index: 100;
  transition: 0.4s;
}

.ham_active .l-header-hamburger-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-135deg);
}

.ham_active .l-header-hamburger-btn span:nth-child(2) {
  width: 0px;
}

.ham_active .l-header-hamburger-btn span:nth-child(3) {
  transform: translateY(-6px) rotate(135deg);
}

.l-main {
  overflow: hidden;
}

.left {
  opacity: 0;
  transition: all 0.5s ease;
  width: 100%;
}

.left.show {
  opacity: 1;
  transform: none;
}

.line-fixed-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  right: 10px;
  width: min(100%, 280px);
  padding: 10px;
  color: #fff;
  border-radius: 48px;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .line-fixed-button {
    width: min(92%, 376px);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 48px;
  }
}
.line-fixed .icon {
  display: block;
  margin-right: 10px;
}

.line-fixed .text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  margin-left: 0.7em;
}

@media screen and (max-width: 768px) {
  .line-fixed .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    margin-left: 0;
  }
}
.l-main .consultation-button .btn-copy {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-main .consultation-button .btn-copy {
    font-size: clamp(0.75rem, 3.2vw, 1.5rem);
  }
  .l-main .consultation-button img {
    width: 100%;
  }
}
.l-header .consultation-button {
  margin-top: 29px;
}

.l-main .consultation-button a {
  display: inline-block;
  margin-top: -15px;
}

.l-header .consultation-button a {
  display: inline-block;
  margin-top: -15px;
}

.p-fv {
  width: 100%;
}

.p-fv__inner {
  position: relative;
  width: 100%;
}

.p-fv__image {
  display: block;
  width: 100%;
  height: auto;
}

.p-case-carousel {
  position: absolute;
  top: 35%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.p-case-carousel__track {
  width: 100%;
  overflow: hidden;
}

.p-case-carousel__list {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-case-carousel__item {
  flex-shrink: 0;
  width: 52.6315789474%;
}

.p-case-carousel__item > img {
  display: block;
  width: 100%;
  height: auto;
}

.p-cv {
  padding: 24px 20px 24px;
  background-color: #fffdd7;
}

.p-cv__features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-cv__feature {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  max-width: 104px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #f58277;
  background-color: #fff;
}

.p-cv__feature-text {
  margin: 0;
  line-height: 1.1;
  text-align: center;
  color: #f58277;
}

.p-cv__button {
  margin-top: 8px;
  display: block;
}

.p-cv__button img {
  display: block;
  width: 100%;
  height: auto;
}

.p-cv__notes {
  margin-top: 16px;
  text-align: center;
}

.p-cv__notes p {
  margin: 0;
}

@media screen and (max-width: 360px) {
  .p-cv__features {
    gap: 6px;
  }
  .p-cv__feature {
    max-width: 90px;
  }
  .p-cv__feature-text .u-fs-14 {
    font-size: 12px;
  }
  .p-cv__feature-text .u-fs-16 {
    font-size: 14px;
  }
  .p-cv__feature-text .u-fs-22 {
    font-size: 18px;
  }
  .p-cv__feature-text .u-fs-26 {
    font-size: 22px;
  }
}
.p-concerns {
  background-color: #FCE2DE;
  padding-block: 20px 40px;
}

.p-concerns__body {
  margin-top: 10px;
  padding-inline: 32px;
}

.p-concerns__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86%;
  max-width: 400px;
  margin-top: 16px;
  padding: 0.9em 1.2em;
  border-radius: 0.9em;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #484848;
}

.p-concerns__item:first-child {
  margin-top: 0;
}

.p-concerns__item:nth-child(even) {
  margin-left: auto;
}

@media screen and (max-width: 360px) {
  .p-concerns__container {
    padding-inline: 16px;
  }
  .p-concerns__item {
    font-size: 13px;
    margin-top: 10px;
  }
}
.p-mechanism {
  padding-bottom: 40px;
  background-color: #FCE2DE;
}

.p-mechanism__head {
  text-align: center;
  background-color: #fff;
  padding: 10px 20px 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
  border-top: 2px solid #CD5951;
  border-bottom: 2px solid #CD5951;
}

.p-mechanism__head-text {
  display: inline-block;
  border-bottom: 2px dashed #E1DADA;
}

.p-mechanism__body {
  margin-top: 20px;
  margin-inline: 10px;
}

.p-mechanism__block {
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #E49590;
  box-shadow: 0 0 12px rgba(251, 184, 194, 0.94);
  max-width: 300px;
  margin-inline: auto;
}

.p-mechanism__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-mechanism__item:not(:first-child) {
  margin-top: 38px;
}

.p-mechanism__image {
  width: 148px;
  margin-top: 10px;
}

.p-mechanism__label {
  width: 146px;
  height: 28px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.p-mechanism__label--blue {
  background-color: #83A6D7;
}
.p-mechanism__label--red {
  background-color: #CD5951;
}

.p-mechanism__description {
  margin-top: 20px;
  text-align: center;
}

.p-treatment-comparison {
  padding-block: 24px 30px;
}

.p-treatment-comparison__inner {
  padding-inline: 24px;
}

.p-treatment-comparison__head {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  padding: 10px 4px 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background-color: #CD5951;
  border-radius: 40px;
}

.p-treatment-comparison__body {
  margin-top: 14px;
}

.p-treatment-comparison__text {
  text-align: center;
}

.p-treatment-comparison__image {
  margin-top: 20px;
  text-align: center;
}

.p-treatment-intro {
  padding-block: 40px;
  background-color: #FFEAE9;
}

.p-treatment-intro__inner {
  padding-inline: 24px;
}

.p-treatment-intro__body {
  margin-top: 18px;
}

.p-treatment-intro__block {
  padding: 20px 14px;
  background-color: #fff;
  border-radius: 8px;
}

.p-treatment-intro__title {
  text-align: center;
}

.p-treatment-intro__text {
  margin-top: 14px;
  text-align: center;
}

.p-treatment-intro__fda {
  margin-top: 14px;
  text-align: center;
}

.p-treatment-mechanism {
  padding-block: 44px 30px;
  background-color: #FFFFF0;
}

.p-treatment-mechanism__inner {
  padding-inline: 24px;
}

.p-treatment-mechanism__top {
  text-align: center;
}

.p-treatment-mechanism__bottom {
  margin-top: 20px;
  text-align: center;
}

.p-case-achievement {
  padding-block: 10px 40px;
  background-color: #FFE9ED;
}

.p-case-achievement__head {
  text-align: center;
  background-color: #fff;
  padding: 10px 20px 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
  border-top: 2px solid #E74683;
  border-bottom: 2px solid #E74683;
}

.p-case-achievement__head-text {
  display: inline-block;
  border-bottom: 2px dashed #E1DADA;
}

.p-case-achievement__body {
  margin: 22px 14px 0;
}

.p-case-achievement__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-case-achievement__category {
  padding: 0 10px;
  background-color: #fff;
  border-radius: 24px;
  font-weight: 500;
  border: 1px solid #E74683;
  color: #E74683;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-case-achievement__category:hover {
  background-color: #E74683;
  color: #fff;
}
.p-case-achievement__category.is-active {
  background-color: #E74683;
  color: #fff;
}

.p-case-achievement__content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-case-achievement__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 16px 10px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

.p-case-achievement__item-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-case-achievement__age {
  background-color: #E74683;
  color: #fff;
  padding: 0 6px;
  font-weight: 500;
}

.p-case-achievement__value {
  font-weight: 600;
  color: #E74683;
}

.p-case-achievement__item-bottom {
  display: flex;
  gap: 6px;
}

.p-case-achievement__image {
  width: 46%;
}

.p-case-achievement__list-item {
  font-size: 14px;
  font-weight: 500;
}
.p-case-achievement__list-item img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
}

.p-case-achievement__more {
  display: block;
  background-color: #83A6D7;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  width: 312px;
  height: 57px;
  border-radius: 28px;
  cursor: pointer;
  margin: 28px auto 0;
  transition: all 0.3s ease;
  text-align: center;
}
.p-case-achievement__more:hover {
  background-color: #668EC4;
}

.p-why-mimipo {
  padding: 30px 20px;
  background-color: #FFFFF0;
}

.p-why-mimipo__inner {
  margin-inline: auto;
}

.p-why-mimipo__head {
  width: fit-content;
  margin-inline: auto;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px dashed #E1DADA;
}

.p-why-mimipo__body {
  margin-top: 20px;
}

.p-why-mimipo__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.p-why-mimipo__list {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 36px;
}

.p-why-mimipo__item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.p-why-mimipo__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  min-width: 74px;
  min-height: 74px;
  background-color: #FF8180;
  color: #fff;
  font-weight: 600;
  border-radius: 14px;
}

.p-why-mimipo__number-label {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.p-why-mimipo__number-value {
  display: block;
  font-size: 35px;
  line-height: 1;
  margin-top: -3px;
}

.p-why-mimipo__text {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-why-mimipo__text-title {
  display: block;
  font-size: 18px;
}

.p-why-mimipo__text-description {
  display: block;
}

.p-side-effects {
  padding: 50px 20px 32px;
  background-color: #F9F8F6;
}

.p-side-effects__inner {
  margin-inline: auto;
}

.p-side-effects__block {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
}

.p-side-effects__head {
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 500;
  padding-inline: 34px;
  line-height: 40px;
  height: 40px;
  background-color: #83A6D7;
  color: #fff;
  border-radius: 30px;
}

.p-side-effects__body {
  margin-top: 20px;
}

.p-side-effects__text-top {
  text-align: center;
}

.p-side-effects__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.p-side-effects__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.p-side-effects__item-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  border-left: 3px solid #83A6D7;
  padding-left: 10px;
}

.p-side-effects__item-text {
  font-size: 14px;
}

.p-side-effects__text-bottom {
  margin-top: 24px;
  text-align: center;
}

.p-side-effects__cv-btn {
  display: block;
  margin-top: 16px;
}

.p-price-plan {
  padding-block: 16px 35px;
  background-color: #FCE2DE;
}

.p-price-plan__inner {
  margin-inline: auto;
}

.p-price-plan__head {
  text-align: center;
  background-color: #fff;
  padding: 10px 20px 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
  border-top: 2px solid #FD7E5B;
  border-bottom: 2px solid #FD7E5B;
}

.p-price-plan__head-text {
  display: inline-block;
  border-bottom: 2px dashed #E1DADA;
}

.p-price-plan__body {
  margin-top: 20px;
}

.p-price-plan__note {
  text-align: center;
}

.p-price-plan__slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-price-plan__slider {
  position: relative;
  margin-inline: 24px;
}

.p-price-plan__slider-viewport {
  margin-inline: -24px;
  padding-inline: 24px;
  overflow: hidden;
}

.p-price-plan__slider-track {
  display: flex;
  gap: 12px;
  transition: transform 0.4s ease;
}

.p-price-plan__slider-item {
  flex: none;
  width: 100%;
}

.p-price-plan__slider-prev,
.p-price-plan__slider-next {
  position: absolute;
  top: 50%;
  flex: none;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-image: url("/iso-po-lp-v05/assets/img/icon-caret.svg");
  background-size: 14px 21px;
  background-repeat: no-repeat;
  background-position: calc(50% - 2px);
}

.p-price-plan__slider-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.p-price-plan__slider-next {
  right: 0;
  transform: translate(50%, -50%) rotate(180deg);
}

.p-price-plan__slider-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-price-plan__slider-number-item {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: #FD7E5B;
  text-align: center;
  line-height: 20px;
}
.p-price-plan__slider-number-item.is-active {
  background-color: #FD7E5B;
  color: #fff;
}

.p-pricing-plan__lead {
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  margin-block: 30px;
}

.p-pricing-plan__lead-sub {
  font-size: 20px;
}

.p-pricing-plan__lead-main {
  font-size: 30px;
}

.p-pricing-plan__table {
  margin-top: 30px;
  margin-inline: 16px;
}
.p-pricing-plan__table caption {
  position: relative;
  margin-top: 10px;
  font-weight: 500;
  background-color: #FD7E5B;
  color: #fff;
  padding: 0 20px 0 23px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-pricing-plan__table caption::before {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 3px;
  height: 24px;
  background-color: #fff;
}
.p-pricing-plan__table thead {
  background-color: #F7F9FB;
  margin-top: 20px;
}
.p-pricing-plan__table tbody {
  background-color: #fff;
}
.p-pricing-plan__table th, .p-pricing-plan__table td {
  padding: 6px 8px;
  border: 1px solid #CCCCCC;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
}
.p-pricing-plan__table th {
  padding-block: 0;
  height: 40px;
  line-height: 40px;
}
.p-pricing-plan__table th:first-child,
.p-pricing-plan__table td:first-child {
  width: 56%;
}
.p-pricing-plan__table th:last-child,
.p-pricing-plan__table td:last-child {
  width: 44%;
}

.p-pricing-plan__cv-btn {
  display: block;
  margin-inline: 8px;
}

.p-faq__head, .p-clinic__head, .p-doctor-message__head {
  text-align: center;
}

.p-faq__label, .p-clinic__label, .p-doctor-message__label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FD7E5B;
}

.p-faq__title, .p-clinic__title, .p-doctor-message__title {
  margin-top: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.p-step {
  padding-block: 32px 56px;
  background-color: #F9F8F6;
  overflow: hidden;
}

.p-step__inner {
  padding-inline: 16px;
}

.p-step__head {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
}

.p-step__slider {
  margin-top: 24px;
}

.p-step__item {
  position: relative;
  padding: 54px 10px 20px;
  background-color: #fff;
  border-radius: 15px;
  margin-inline: 10px;
}

.p-step__num {
  position: absolute;
  top: 18px;
  left: 16px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #f6847d;
}

.p-step__num-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.p-step__num-value {
  display: block;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.16;
}

.p-step__image {
  width: min(100%, 175px);
  margin-inline: auto;
}

.p-step__subtitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 1.3em;
  color: #f6847d;
}

.p-step__detail {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin-top: 0.9em;
}

.p-step__caution {
  margin: 24px 0 0;
  padding: 25px 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
  color: #fff;
  background-color: #f6847d;
}

.p-step__cv {
  margin-block: 24px 40px;
}
.p-step__cv .line-btn__caption {
  font-weight: 700;
  margin: 10px auto;
  font-size: 20px;
  text-align: center;
}
.p-step__cv .line-btn__caption span {
  background: linear-gradient(transparent 70%, #fff064 70%);
}

.p-step .js-step-slider .slick-prev,
.p-step .js-step-slider .slick-next {
  display: none !important;
}
.p-step .js-step-slider .slick-list {
  overflow: visible;
}
.p-step .js-step-slider .slick-track {
  cursor: grab;
}
.p-step .js-step-slider .slick-track:active {
  cursor: grabbing;
}
.p-step .js-step-slider .dots-class button {
  display: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-step .js-step-slider .dots-class {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.p-step .js-step-slider .dots-class li {
  width: 10px;
  height: 10px;
  background-color: #fcd4d1;
  border-radius: 50%;
  cursor: pointer;
}
.p-step .js-step-slider .dots-class li.slick-active {
  background-color: #f6847d;
}

.p-doctor-message {
  padding-block: 50px;
  background-color: #F9F8F6;
}

.p-doctor-message__inner {
  margin-inline: 50px;
}

.p-doctor-message__photo {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  width: 205px;
  height: 155px;
  margin-inline: auto;
}
.p-doctor-message__photo img {
  object-fit: cover;
}

.p-doctor-message__name {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.p-doctor-message__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #484848;
}

.p-doctor-message__accordion {
  margin-top: 24px;
}

.p-doctor-message__accordion-trigger {
  position: relative;
  display: block;
  width: 160px;
  margin-inline: auto;
  padding: 10px 0;
  border-radius: 24px;
  background-color: #83A6D7;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: opacity 0.3s ease;
  list-style: none;
}
.p-doctor-message__accordion-trigger::-webkit-details-marker {
  display: none;
}
.p-doctor-message__accordion-trigger::before, .p-doctor-message__accordion-trigger::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: "";
  transition: transform 0.3s ease;
}
.p-doctor-message__accordion-trigger::before {
  transform: rotate(90deg);
}
.p-doctor-message__accordion-trigger:hover {
  opacity: 0.8;
}

.p-doctor-message__accordion[open] > .p-doctor-message__accordion-trigger::before {
  transform: rotate(0deg);
}

.p-doctor-message__accordion-panel {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

.p-doctor-message__accordion[open] .p-doctor-message__accordion-panel {
  height: auto;
}

.p-doctor-message__accordion-panel-inner {
  padding-top: 20px;
}

.p-doctor-message__accordion-subheading {
  font-weight: 700;
  font-size: 14px;
}
.p-doctor-message__accordion-subheading:not(:first-child) {
  margin-top: 20px;
}

.p-doctor-message__cv-list {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.9;
}

.p-doctor-message__cv-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 8px;
  padding-block: 2px;
  border-bottom: 1px dashed #83A6D7;
}

.p-doctor-message__accordion-text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.8;
}

.p-clinic {
  padding-block: 40px;
  background-color: #F9F8F6;
}

.p-clinic__inner {
  margin-inline: 50px;
}

.p-clinic__lead {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.p-clinic__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #484848;
}

.p-user-voice {
  padding-block: 40px 48px;
  background-color: #FFFFF0;
  overflow: hidden;
}

.p-user-voice__inner {
  margin-inline: 24px;
}

.p-user-voice__head {
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 4px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px dashed #E1DADA;
}

.p-user-voice__slider {
  margin-top: 30px;
}

.p-user-voice__item {
  margin-inline: 10px;
}

.p-user-voice__card {
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  font-family: "Noto Sans JP", sans-serif;
}

.p-user-voice__profile {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.p-user-voice__profile-icon {
  flex: none;
  color: #333;
}

.p-user-voice__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-weight: 700;
}

.p-user-voice__rating-stars {
  color: #FFC107;
  letter-spacing: 0.1em;
}

.p-user-voice__quote {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
}

.p-user-voice__image {
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
}
.p-user-voice__image img {
  width: 100%;
  height: auto;
}

.p-user-voice .js-user-voice-slider .slick-prev,
.p-user-voice .js-user-voice-slider .slick-next {
  display: none !important;
}
.p-user-voice .js-user-voice-slider .slick-list {
  overflow: visible;
}
.p-user-voice .js-user-voice-slider .slick-track {
  cursor: grab;
}
.p-user-voice .js-user-voice-slider .slick-track:active {
  cursor: grabbing;
}
.p-user-voice .js-user-voice-slider .dots-class button {
  display: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-user-voice .js-user-voice-slider .dots-class {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.p-user-voice .js-user-voice-slider .dots-class li {
  width: 10px;
  height: 10px;
  background-color: #F9CBC0;
  border-radius: 50%;
  cursor: pointer;
}
.p-user-voice .js-user-voice-slider .dots-class li.slick-active {
  background-color: #FD7E5B;
}

.p-faq {
  padding-block: 40px;
  background-color: #FFE9ED;
}

.p-faq__inner {
  margin-inline: 24px;
}

.p-faq__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-faq__accordion {
  background-color: #fff;
  border-radius: 12px;
}

.p-faq__question {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 44px 16px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}
.p-faq__question::-webkit-details-marker {
  display: none;
}

.p-faq__question-icon,
.p-faq__answer-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.p-faq__question-icon {
  background-color: #FD7E5B;
}

.p-faq__answer-icon {
  background-color: #83A6D7;
}

.p-faq__question-text {
  flex: 1;
  min-width: 0;
}

.p-faq__toggle {
  position: absolute;
  top: 22px;
  right: 16px;
  width: 14px;
  height: 14px;
}
.p-faq__toggle::before, .p-faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background-color: #FD7E5B;
  content: "";
  transition: transform 0.3s ease;
}
.p-faq__toggle::before {
  transform: rotate(90deg);
}

.p-faq__accordion[open] .p-faq__toggle::before {
  transform: rotate(0deg);
}

.p-faq__accordion[open] .p-faq__toggle::after {
  background-color: #83A6D7;
}

.p-faq__answer-panel {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

.p-faq__accordion[open] .p-faq__answer-panel {
  height: auto;
}

.p-faq__answer-panel-inner {
  padding: 0 16px 16px;
}

.p-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px dashed #E1DADA;
}

.p-faq__answer-text {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #484848;
}

.p-faq__answer-text p + p,
.p-faq__answer-text p + ul,
.p-faq__answer-text ul + p {
  margin-top: 0.75em;
}

.p-faq__answer-text ul {
  padding-left: 1.4em;
  list-style: disc;
}

.p-faq__answer-text li + li {
  margin-top: 0.375em;
}

.u-fs-10 {
  font-size: 10px;
}

.u-fs-11 {
  font-size: 11px;
}

.u-fs-12 {
  font-size: 12px;
}

.u-fs-14 {
  font-size: 14px;
}

.u-fs-15 {
  font-size: 15px;
}

.u-fs-16 {
  font-size: 16px;
}

.u-fs-18 {
  font-size: 18px;
}

.u-fs-20 {
  font-size: 20px;
}

.u-fs-22 {
  font-size: 22px;
}

.u-fs-24 {
  font-size: 24px;
}

.u-fs-26 {
  font-size: 26px;
}

.u-fs-30 {
  font-size: 30px;
}

.u-fs-32 {
  font-size: 32px;
}

.u-fs-40 {
  font-size: 40px;
}

.u-fs-53 {
  font-size: 53px;
}

.u-fs-80 {
  font-size: 80px;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-600 {
  font-weight: 600;
}

.u-fw-700 {
  font-weight: 700;
}

.u-fw-800 {
  font-weight: 800;
}

.u-fw-900 {
  font-weight: 900;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mt-2 {
  margin-top: 2px;
}

.u-mt-4 {
  margin-top: 4px;
}

.u-mt-6 {
  margin-top: 6px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-12 {
  margin-top: 12px;
}

.u-mt-14 {
  margin-top: 14px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-18 {
  margin-top: 18px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-22 {
  margin-top: 22px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-26 {
  margin-top: 26px;
}

.u-mt-28 {
  margin-top: 28px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mt-34 {
  margin-top: 34px;
}

.u-mt-36 {
  margin-top: 36px;
}

.u-mt-38 {
  margin-top: 38px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-42 {
  margin-top: 42px;
}

.u-mt-44 {
  margin-top: 44px;
}

.u-mt-46 {
  margin-top: 46px;
}

.u-mt-48 {
  margin-top: 48px;
}

.u-text-text {
  color: #333333;
}

.u-text-white {
  color: #ffffff;
}

.u-text-blue {
  color: #067289;
}

.u-text-blue-dark {
  color: #14879f;
}

.u-text-blue-light {
  color: #4cb2e4;
}

.u-text-red {
  color: #f6847d;
}

.u-text-red-coral {
  color: #f58277;
}

.u-text-red-dark {
  color: #f0392e;
}

.u-text-red-accent {
  color: #ff3162;
}

.u-text-red-error {
  color: #ff4d4d;
}

.u-text-orange-dark {
  color: #FD7E5B;
}

.u-text-pink-accent {
  color: #E74683;
}

.u-text-green {
  color: #4dc764;
}

.u-text-blue-accent {
  color: #83A6D7;
}

.u-text-gray {
  color: #666666;
}

.u-text-gray-medium {
  color: #484848;
}

.u-text-gray-dark {
  color: #424242;
}

.u-text-border-light {
  color: #E1DADA;
}

.u-text-bg-cream {
  color: #F9F8F6;
}

.u-text-bg-ivory {
  color: #FFFFF0;
}

.u-text-bg-pink-light {
  color: #FCE2DE;
}

.u-text-red-mid {
  color: #CD5951;
}

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

/*# sourceMappingURL=style.css.map */
