/*! destyle.css v4.0.1 | 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;
  min-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;
}

/**
 * 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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

html {
  font-size: clamp(0.6134969325rem, 0rem + 3.0675vw, 1.3036809819rem);
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.line-draw {
  display: block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.line-draw.is-inview {
  clip-path: inset(0 0 0 0);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}
.fade-in.is-inview {
  opacity: 1;
}

.clip-down {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.6s ease-out;
  transition-delay: 0.5s;
}
.clip-down.is-inview {
  clip-path: inset(0 0 0 0);
}

.float-in {
  opacity: 0;
  translate: 0 -0.8rem;
  transition: opacity 0.6s ease, translate 0.6s ease;
}
.float-in.is-inview {
  opacity: 1;
  translate: 0 0;
}

.stagger-parent > * {
  opacity: 0;
  translate: 0 0.8rem;
  transition: opacity 0.6s ease, translate 0.6s ease;
  transition-delay: calc(var(--stagger-index, 0) * 0.3s);
}
.stagger-parent.is-inview > * {
  opacity: 1;
  translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .line-draw {
    clip-path: inset(0 0 0 0);
    transition: none;
  }
  .fade-in {
    opacity: 1;
    transition: none;
  }
  .float-in {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
  .stagger-parent > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.footer {
  background-color: rgba(0, 160, 197, 0.1);
}
.footer__inner {
  max-width: 680px;
  margin: 0 auto;
  background: url(../img/top/footer-bg.svg) no-repeat top center/cover;
  background-color: #00a0c5;
  padding: 4.5rem 0 1.2rem;
}
.footer__logo {
  width: 12.6rem;
  margin: 0 auto 1.6rem;
}
.footer__text {
  width: 22.6rem;
  margin: 0 auto 3.18rem;
}
.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__item {
  height: 0.4rem;
}
.footer__item img {
  height: 100%;
  width: auto;
}

.top {
  background-color: rgba(0, 160, 197, 0.1);
}
.top .lp-container {
  max-width: 680px;
  margin: 0 auto;
  background-color: #fff;
}
.top .lp-container > section {
  position: relative;
}
.top .fv {
  aspect-ratio: 326/655;
}
.top .fv__title {
  position: absolute;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 28.4rem;
}
.top .fv__title-line {
  position: absolute;
  top: 5rem;
  left: 1.9rem;
  width: 15.7rem;
  height: 0.25rem;
  background-color: #fff100;
}
.top .fv__person {
  width: 100%;
}
.top .fv__product {
  width: 22rem;
  position: absolute;
  bottom: 18.6rem;
  left: 1.8rem;
}
.top .fv__text {
  width: 21.9rem;
  position: absolute;
  bottom: 9.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.top .fv__text-line1 {
  width: 11.9rem;
  height: 0.16rem;
  position: absolute;
  bottom: 14.9rem;
  left: 13.3rem;
  background-color: #fff100;
}
.top .fv__text-line2 {
  width: 12rem;
  height: 0.16rem;
  position: absolute;
  bottom: 8.76rem;
  left: 10.2rem;
  background-color: #fff100;
}
.top .fv__logo {
  width: 25.4rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.top .wish {
  background: linear-gradient(to bottom, #00a0c5, #00a0c5 50%, #73c9de);
  padding: 2.46rem 0 3.9rem;
}
.top .wish__img1 {
  width: 27.2rem;
  margin-bottom: 3.86rem;
}
.top .wish__text {
  width: 25.4rem;
  margin: 0 auto 3.7rem;
}
.top .wish__img2 {
  width: 27.2rem;
  margin: 0 0 0 auto;
}
.top .solution {
  padding: 3.28rem 0 3.8rem;
}
.top .solution__text {
  width: 26rem;
  margin: 0 auto;
}
.top .solution__line1 {
  width: 25.9rem;
  height: 0.38rem;
  position: absolute;
  bottom: 14.7rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff100;
}
.top .doctor-faq__list {
  padding: 3.4rem 0 4.6rem;
}
.top .doctor-faq__item {
  width: 27.7rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  padding-top: 3.85rem;
  padding-bottom: 3.67rem;
  border-bottom: 1px solid #00a0c5;
}
.top .doctor-faq__item:first-child {
  padding-top: 0;
}
.top .doctor-faq__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.top .doctor-faq__question {
  margin: 0 auto;
}
.top .doctor-faq__question--1 {
  width: 19.5rem;
}
.top .doctor-faq__question--2 {
  width: 12.9rem;
}
.top .doctor-faq__question--3 {
  width: 24.5rem;
}
.top .doctor-faq__answer {
  margin: 0 auto;
}
.top .doctor-faq__answer--1 {
  width: 25rem;
}
.top .doctor-faq__answer--2 {
  width: 25.8rem;
}
.top .doctor-faq__answer--3 {
  width: 24.8rem;
}
.top .start {
  padding: 3.6rem 0 3.7rem;
  background: linear-gradient(to bottom, #00a0c5, #00a0c5 58.2382%, #fff);
}
.top .start__title {
  width: 27.6rem;
  margin: 0 auto 2.5rem;
}
.top .start__img {
  width: 26rem;
  margin: 0 auto;
}
.top .cta--1 {
  padding: 0.34rem 0 3.67rem;
}
.top .cta--2 {
  padding: 3.6rem 0 1.6rem;
}
.top .cta--2 .cta__title-line {
  top: 5.8rem;
}
.top .cta--3 {
  padding: 6.9rem 0 2.46rem;
}
.top .cta--3 .cta__title-line {
  top: 8.95rem;
}
.top .cta__title {
  width: 27.8rem;
  margin: 0 auto 2.4rem;
}
.top .cta__title-line {
  width: 9.1rem;
  height: 0.2rem;
  position: absolute;
  top: 2.45rem;
  left: 2.4rem;
  background-color: #fff100;
}
.top .cta__product {
  width: 27.5rem;
  margin: 0 auto 1.5rem;
}
.top .cta__detail {
  width: 28rem;
  margin: 0 auto;
  position: relative;
}
.top .cta__button {
  display: block;
  width: 25.3rem;
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}
.top .cta__button:hover {
  opacity: 0.8;
}
.top .support__top {
  aspect-ratio: 326/554;
  background: url(../img/top/support-top-bg.svg) no-repeat bottom center/cover;
  position: relative;
}
.top .support__top--title {
  width: 23.8rem;
  position: absolute;
  top: 3.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.top .support__top--title-line {
  width: 24.2rem;
  height: 0.36rem;
  position: absolute;
  top: 14rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff100;
}
.top .support__top--img-wrap {
  position: absolute;
  inset: 0;
}
.top .support__top--img1 {
  width: 15.5rem;
  position: absolute;
  bottom: 19rem;
  left: 50%;
  transform: translateX(-50%);
}
.top .support__top--img2 {
  width: 15.5rem;
  position: absolute;
  bottom: 7.36rem;
  left: 1.9rem;
}
.top .support__top--img3 {
  width: 15.5rem;
  position: absolute;
  bottom: 7.36rem;
  right: 1.9rem;
}
.top .support__bottom {
  padding: 3rem 0 4.5rem;
  position: relative;
}
.top .support__bottom--title {
  width: 27.4rem;
  margin: 0 auto 4.5rem;
}
.top .support__bottom--title-line {
  width: 27.4rem;
  height: 0.26rem;
  position: absolute;
  top: 9.5rem;
  left: 49.7%;
  transform: translateX(-50%);
  background-color: #fff100;
}
.top .support__bottom--text1 {
  width: 21.7rem;
  margin: 0 auto 1.38rem;
}
.top .support__bottom--graph-wrap {
  width: 100%;
  margin-bottom: 1.8rem;
  position: relative;
}
.top .support__bottom--graph {
  width: 100%;
  height: auto;
}
.top .support__bottom--graph-circle {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.top .support__bottom--graph-arrow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.top .support__bottom--text2 {
  width: 19.3rem;
  margin: 0 auto 3.9rem;
}
.top .support__bottom--arrow {
  width: 27.6rem;
  margin: 0 auto 3.8rem;
}
.top .support__bottom--list {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
}
.top .support__bottom--item-title1 {
  width: 11.6rem;
  margin: 0 auto 1.7rem;
}
.top .support__bottom--item-text1 {
  width: 18.3rem;
  margin: 0 auto 1.68rem;
}
.top .support__bottom--item-img {
  width: 21.7rem;
  margin: 0 auto;
}
.top .support__bottom--item-img--2 {
  margin-bottom: 2.8rem;
}
.top .support__bottom--item-title2 {
  width: 26.3rem;
  margin: 0 auto 1.7rem;
}
.top .support__bottom--item-text2 {
  width: 19rem;
  margin: 0 auto 1.8rem;
}
.top .support__bottom--item-text3 {
  width: 25.6rem;
  margin: 0 auto;
}
.top .support__bottom--item-line1 {
  width: 11.2rem;
  height: 0.27rem;
  position: absolute;
  bottom: 26.2rem;
  left: 10.08rem;
  background-color: #fff100;
}
.top .support__bottom--item-line2 {
  width: 19.8rem;
  height: 0.27rem;
  position: absolute;
  bottom: 10.2rem;
  left: 5.84rem;
  background-color: #fff100;
}
.top .commitment {
  padding: 3rem 0 7.5rem;
  background: url(../img/top/commitment-bg.svg) no-repeat bottom center/cover;
  background-color: #00a0c5;
}
.top .commitment__title {
  width: 27.4rem;
  margin: 0 auto 3.5rem;
}
.top .commitment__title-line {
  width: 27.7rem;
  height: 0.25rem;
  position: absolute;
  top: 9.4rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff100;
}
.top .commitment__img {
  width: 24.6rem;
  margin: 0 auto 2.1rem;
}
.top .commitment__text {
  width: 24.2rem;
  margin: 0 auto;
}
.top .test__img {
  width: 100%;
  margin-bottom: 2.7rem;
}
.top .test__img--2 {
  margin-bottom: 0;
}
.top .test__text {
  width: 20.8rem;
  margin: 0 auto 4.28rem;
}
.top .reset {
  padding: 4rem 0 4.7rem;
}
.top .reset__title {
  width: 23.6rem;
  margin: 0 auto 4.97rem;
}
.top .reset__title-line {
  width: 24.3rem;
  height: 0.27rem;
  position: absolute;
  top: 20.4rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff100;
}
.top .reset__text1 {
  width: 25.5rem;
  margin: 0 auto 4.7rem;
}
.top .reset__img {
  margin-bottom: 3.4rem;
}
.top .reset__text2 {
  width: 25rem;
  margin: 0 auto;
}
.top .reset__text-line1 {
  width: 11rem;
  height: 0.32rem;
  position: absolute;
  bottom: 17.8rem;
  left: 7.37rem;
  background-color: #fff100;
}
.top .reset__text-line2 {
  width: 14.4rem;
  height: 0.32rem;
  position: absolute;
  bottom: 8.5rem;
  left: 8.24rem;
  background-color: #fff100;
}
.top .review {
  background-color: rgba(0, 160, 197, 0.1);
  padding: 2.6rem 0 3.1rem;
}
.top .review__title {
  width: 14.7rem;
  margin: 0 auto 3.1rem;
}
.top .review__list {
  display: flex;
  flex-direction: column;
  gap: 4.865rem;
}
.top .review__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.93rem;
}
.top .review__person {
  width: 7.1rem;
}
.top .review__content {
  width: 24rem;
}
.top .faq {
  padding: 1.6rem 0 4.25rem;
}
.top .faq__inner {
  border: 0.1rem solid #00a0c5;
  border-radius: 0.5rem;
  width: 27.8rem;
  margin: 0 auto;
}
.top .faq__title {
  padding: 0.8rem 0;
  width: 13.2rem;
  margin: 0 auto;
}
.top .faq__list {
  border-top: 0.1rem solid #00a0c5;
  padding-top: 2.24rem;
  padding-bottom: 2.24rem;
  display: flex;
  flex-direction: column;
  gap: 2.87rem;
}
.top .faq__item {
  margin-left: 1.84rem;
}
.top .faq__text--1 {
  width: 21.4rem;
}
.top .faq__text--2 {
  width: 21.5rem;
}
.top .faq__text--3 {
  width: 23rem;
}
.top .faq__text--4 {
  width: 21.1rem;
}/*# sourceMappingURL=style.css.map */