@charset "utf-8";

/*! destyle.css v2.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; /* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: normal;
}

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; /* 2 */
  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 small size in all browsers.
 */

small {
  display: block;
}

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

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: center;
  font-weight: normal;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Blur images when they have no alt attribute */
/* ============================================ */





/*-------------------------------------
元のコード調整用
-------------------------------------*/

.scroll-up a img {
  vertical-align: middle;
}



/*-------------------------------------
変数
-------------------------------------*/

:root {
  --NotoSans: "Noto Sans JP", sans-serif;
  --Hiragino: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}





/*-------------------------------------
共通
-------------------------------------*/

body.no-scroll {
  overflow: hidden;
}

.wave p,
.wave ol,
.wave ul,
.wave-header p,
.wave-header ol,
.wave-header ul,
.wave-lp p,
.wave-lp ol,
.wave-lp ul,
.wave-lp-header p,
.wave-lp-header ol,
.wave-lp-header ul {
  letter-spacing: 0;
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

figure {
  margin: 0;
}



/********************/
/* PC版とsp版で表示非表示の切り替え */
/********************/

.sp-only {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}



/********************/
/* スマホはタップで通話できるが、PCではクリックさせない */
/********************/

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}



/********************/
/* ボタン */
/********************/

a {
  display: inline-block;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

button {
  display: inline-block;
  transition: 0.3s;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}



/********************/
/* インナー */
/********************/

.common-inner {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
}





/*-------------------------------------
WAVEヘッダー
-------------------------------------*/

.wave-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 143px;
  z-index: 999;
}

.wave-header__inner {
  width: 100%;
  height: 100%;
}

.wave-header__logo {
  padding-inline: 80px;
  height: 80px;
  background-color: #646464;
  display: flex;
  align-items: center;
}

.wave-header__logo-link {
  position: relative;
  width: 300px;
}

.wave-header__menu {
  height: 63px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wave-header__nav-list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(calc(100vw / 1280 * 40), 40px);
}

.wave-header__nav-item {
  position: relative;
}

.wave-header__nav-link {
  display: inline-block;
  font-size: min(calc(100vw / 1280 * 15), 15px);
  line-height: calc(18 / 15);
  color: #666;
  letter-spacing: 0.02em;
}

.wave-hamburger {
  display: none;
}


@media screen and (max-width: 767.98px) {

  .wave-header {
    height: 80px;
  }

  .wave-header__logo {
    padding-inline: 20px;
  }

  .wave-header__logo-link {
    width: min(calc(100vw / 390 * 246), 246px);
  }

  .wave-header__menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    padding-top: 40px;
    background-color: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
  .wave-header__menu.is-active {
    opacity: 1;
    visibility: visible;
  }

  .wave-header__menu-close {
    width: 48px;
    height: 48px;
    position: relative;
  }
  .wave-header__menu-close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    width: 4px;
    height: 26px;
    border-radius: 5px;
    background-color: #666;
  }
  .wave-header__menu-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    width: 4px;
    height: 26px;
    border-radius: 5px;
    background-color: #666;
  }

  .wave-header__nav {
    width: 100%;
    margin-top: 38px;
    padding-bottom: 80px;
  }

  .wave-header__nav-list {
    width: 100%;
    padding: 0 20px;
    flex-direction: column;
  }

  .wave-header__nav-item:not(:first-child) {
    margin-top: 38px;
  }

  .wave-header__nav-link {
    font-size: 15px;
    line-height: calc(23 / 15);
  }

  .wave-hamburger {
    display: block;
    position: fixed;
    top: 22px;
    right: 16px;
    width: 44px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }

  @media (hover: hover) {
    .wave-hamburger:hover {
      opacity: 0.7;
    }
  }

  .wave-hamburger__line-zone {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .wave-hamburger__line {
    display: inline-block;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    transition: 0.3s;
  }
  .wave-hamburger__line:nth-child(1) {
    top: 1px;
  }
  .wave-hamburger__line:nth-child(2) {
    top: 13px;
  }
  .wave-hamburger__line:nth-child(3) {
    top: 26px;
  }

}



/*-------------------------------------
WAVE LPヘッダー
-------------------------------------*/

.wave-lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
}

.wave-lp-header__inner {
  width: 100%;
  height: 100%;
  background-color: rgba(169, 162, 147, 1);
  display: flex;
  align-items: center;
}

.wave-lp-header__logo {
  margin-inline: auto;
  width: 400px;
  padding-right: 100px;
}

.wave-lp-header__logo-link {
  display: block;
}

.wave-lp-header__menu {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 80px);
  padding-top: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.wave-lp-header__menu.is-active {
  opacity: 1;
  visibility: visible;
}

.wave-lp-header__nav {
  width: 100%;
  margin-top: 38px;
  padding-bottom: 80px;
  overflow: auto;
}

.wave-lp-header__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wave-lp-header__nav-item {
  position: relative;
}
.wave-lp-header__nav-item:not(:first-child) {
  margin-top: min(calc(100vh / 600 * 38), 38px);
}

.wave-lp-header__nav-link {
  display: inline-block;
  font-size: 15px;
  line-height: calc(23 / 15);
  color: #666;
}

.wave-lp-header__menu-close {
  width: 48px;
  height: 48px;
  position: relative;
}
.wave-lp-header__menu-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 4px;
  height: 26px;
  border-radius: 5px;
  background-color: #666;
}
.wave-lp-header__menu-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 4px;
  height: 26px;
  border-radius: 5px;
  background-color: #666;
}

.wave-lp-hamburger {
  display: block;
  position: fixed;
  top: 25px;
  right: 115px;
  width: 45px;
  height: 45px;
  padding: 5px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 9999;
}

@media (hover: hover) {
  .wave-lp-hamburger:hover {
    opacity: 0.7;
  }
}

.wave-lp-hamburger__line-zone {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.wave-lp-hamburger__line {
  display: inline-block;
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s;
}
.wave-lp-hamburger__line:nth-child(1) {
  top: 2px;
}
.wave-lp-hamburger__line:nth-child(2) {
  top: 16px;
}
.wave-lp-hamburger__line:nth-child(3) {
  top: 30px;
}


@media screen and (max-width: 767.98px) {

  .wave-lp-header {
    height: 80px;
    background-color: rgba(169, 162, 147, 0.9);
  }

  .wave-lp-header__logo {
    margin-left: 20px;
    width: min(calc(100vw / 390 * 250), 250px);
    padding-right: 0;
  }

  .wave-lp-hamburger {
    top: 18px;
    right: 15px;
  }

  .wave-lp-header__menu {
    top: 80px;
  }

}





/*-------------------------------------
メイン
-------------------------------------*/
/*-------------------------------------
wave
-------------------------------------*/

body .wave.main,
.wave p {
  font-family: var(--Hiragino);
  line-height: 1.5;
  color: #000;
}

.wave-mv{
  margin-top: 143px;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}

.wave-mv__img{
  width: 100%;
  aspect-ratio: 1440/480;
  position: relative;
}

.wave-mv__copyright{
  position: absolute;
  bottom: 7px;
  right: calc(100% *172/1440);
  font-size: 10px;
  line-height: calc(12/10);
}

.wave-mv__title{
  position: absolute;
  top: 50%;
  left: calc(100% * 132/1440);
  transform: translateY(-50%);
  font-size: min(calc(100vw / 1280 * 48), 48px);
  color: #9CAAA0;
  line-height: calc(71/48);
  font-family: "Shippori Mincho",sans-serif;
  letter-spacing: 0.06em;
}



@media screen and (max-width: 767.98px){
  .wave-mv{
    margin-top: 80px;
  }
  .wave-mv__title{
    top: calc(100% * 80/450);
    left: calc(100% *24/390);
    transform: none;
    font-size: max(calc(100vw /390 * 32), 32px);
    line-height: calc(47/32);
  }
  .wave-mv__img{
    aspect-ratio: 390/450;
  }
  .wave-mv__copyright{
    bottom: calc(100% *26/450 );
    right: calc(100% * 19/390);
  }
}
/* wave-about */
.wave-about{
  margin-top: 40px;
}

.wave-section__title{
  font-size: 22px;
  font-weight: 600;
  line-height: calc(33/22);
  color: #fff;
  width: 100%;
  background-color: #9CAAA0;
  padding: 16.5px 24px 14.5px;
  letter-spacing: 0.08em;
}

.wave-about__text-box,
.wave-symptom__text-box{
  margin-top: 20px;
}

.wave-section__block-title{
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #9CAAA0;
  line-height: calc(30/20);
  padding: 15px 0px 15px 34px;
  position: relative;
  letter-spacing: 0.05em;
}

.wave-section__block-title::before{
  position: absolute;
  top: 14px;
  left: 10px;
  content: "";
  width: 4px;
  height: 32px;
  background-color: #9CAAA0;
  border-radius: 2px;
}

.wave__text-box{
  padding: 10px 24px;
}

.wave p.text,
.wave-lp p.text {
  font-size: 16px;
  line-height: 2;
  color: #666666;
}

.wave-about__img-box{
  margin-top: 40px;
  max-width: 600px;
  aspect-ratio: 600/406;
  margin-inline: auto;
}

@media screen and (max-width : 767.98px){
  .wave-title{
    line-height: calc(53/22);
    padding-left: 20px;
  }
  .wave-section__title{
    padding: 10px 20px 10px;
  }
  .wave-section__block-title{
    padding: 9px 0 9px 34px;
  }
  .wave-section__block-title::before{
    top: 8px;
    left: 10px;
  }
  .wave__text-box{
    padding: 0 0;
  }
  .wave-about__img-box{
    margin-top: 50px;
    aspect-ratio: 350/237;
  }
}

/* wave-symptom */
.wave-symptom{
  margin-top: 80px;
}

.wave-symptom__list{
  margin-top: 10px;
  padding-inline: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 52px;
  row-gap: 20px;
}

.wave-symptom__list-title{
  font-size: 18px;
  line-height: calc(31/18);
  text-align: center;
}

.wave-symptom__list-title.symptom--mild{
  color: #404040;
  background-color: #D9D9D9;
}

.wave-symptom__list-title.symptom--moderate{
  color: #fff;
  background-color: #A1A1A1;
}

.wave-symptom__list-title.symptom--severe{
  color: #fff;
  background-color: #666666;
}

.wave-symptom__items{
  margin-left: 5px;
}

.wave-symptom__item.text{
  padding: 0 0;
  font-size: 16px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

.wave-symptom__item:first-child{
  margin-top: 10px;
}

@media screen and (max-width: 767.98px) {
  .wave-symptom{
    margin-top: 50px;
  }
  .wave-symptom .wave-section__block-title{
    margin-top: 50px;
  }
  .wave-symptom__text-box2{
    margin-top: 20px;
  }
  .wave-symptom__list{
    margin-top: 20px;
    padding-inline: 10px;
    grid-template-columns: 1fr;
  }
  .wave-symptom__item:first-child{
    margin-top: 12px;
  }
}

/* wave-check */
.wave-check{
  margin-top: 90px;
}

.wave-check__cards{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 20px;
}

.wave-card__title{
  font-size: 20px;
  line-height: calc(64/20);
  font-weight: 600;
  color: #9CAAA0;
  text-align: center;
}

.wave-card__img-box{
  aspect-ratio: 470/252;
}

@media screen and (max-width: 767.98px) {
  .wave-check{
    margin-top: 50px;
  }
  .wave-check .wave-section__title{
    font-size: 20px;
    line-height: calc(30/20);
  }
  .wave-check__cards{
    display: flex;
    flex-direction: column;
  }
  .wave-card__title{
    line-height: calc(50/20);
  }
  .wave-card__img-box{
    aspect-ratio: 350/252;
  }
}

/* wave-treatment */
.wave-treatment{
  margin-top: 80px;
}

.wave-treatment__text-box{
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}

.wave-treatment__img-drug,
.wave-treatment__img-surgery{
  width: 210px;
  aspect-ratio: 210/160;
}

.wave-treatment__img-container{
  width: 266px;
}

.wave-treatment__copyright{
  margin-top: 4px;
  font-size: 10px;
  line-height: calc(12/10);
}

.wave-treatment__text.text--large{
  font-size: 20px;
  font-weight: 600;
  line-height: calc(46/20);
  color: #9CAAA0;
  padding-left: 24px;
}

.wave-treatment__link{
  margin-top: 24px;
}

.wave-treatment__button{
  display: flex;
  align-items: center;
  width: 446px;
  height: 67px;
  color: #9CAAA0;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-inline: 40px;
  border: 1px solid #9CAAA0;
  position: relative;
  margin-inline: auto;
  font-weight: 600;
}

.wave-treatment__button::after{
  position: absolute;
  content: "";
  top: 21px;
  right: 8px;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/understrap-child/library/img/wave/marketeq_down-arrow.svg);

}

@media screen and (max-width: 767.98px){
  .wave-treatment{
    margin-top: 50px;
  }
  .wave-treatment__text-box{
    display: flex;
    flex-direction: column;
  }
  .wave-treatment__img-drug{
    width: 100%;
    aspect-ratio: 350/233;
  }
  .wave-treatment__img-surgery{
    width: 100%;
    aspect-ratio: 350/267;
  }
  .wave-treatment__img-container{
    width: 100%;
  }
  .wave-treatment__block-title.wave-section__block-title{
    padding: 15px 0 15px 34px;
  }
  .wave-treatment__block-title.wave-section__block-title::before{
    top: 14px;
  }
  .wave-treatment__text.text--large{
    line-height: calc(30/20);
    padding-left: 0;
    padding-block: 8px;
  }
  .wave-treatment__link{
    margin-top: 50px;
  }
  .wave-treatment__button{
    width: auto;
    max-width: 350px;
    height: 63px;
    font-size: 15px;
    padding-inline: 24px 32px;
  }
  .wave-treatment__button::after{
    top: 19px;
    right: 11px;
  }
}
/* wave-faq */
.wave-faq{
  margin-top: 80px;
}

@media screen and (max-width:767.98px){
  .wave-faq{
    margin-top: 50px;
  }
  .wave-faq__text-box{
    padding-block: 10px;
  }
  .wave-faq__block-title.wave-section__block-title{
    padding: 15px 0 15px 34px;
  }
  .wave-faq__block-title.wave-section__block-title::before{
    top: 14px;
  }
  .wave-faq__block-title:nth-child(4).wave-section__block-title{
    padding: 10px 0 10px 34px;
  }
  .wave-faq__block-title:nth-child(4).wave-section__block-title::before{
    top: 10px;
  }
}

/* wave-clinic */
.wave-clinic{
  margin-top: 160px;
  padding-bottom: 50px;
}

.wave-clinic__container{
  display: grid;
  grid-template-columns: 527px auto;
  gap: 60px;
}

.wave-clinic__info{
  width: 527px;
}

.wave-clinic__logo{
  width: 225px;
  height: 39px;
}

.wave-clinic__days{
  margin-top: 32px;
  width: 100%;
}

.wave-clinic__days,
.wave-clinic__days th,
.wave-clinic__days td {
  border: 1px solid #D9D9D9;
}

.wave-clinic__days th{
  height: 54px;
}

.wave-clinic__days tbody th:not(:first-child) {
  font-size: 16px;
}

.wave-clinic__days thead{
  background-color: #646464;
}

.wave-clinic__days thead th{
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}

.wave-clinic__days tbody{
  background-color: #fff;
}

.wave-clinic__days tbody th:first-child{
  font-size: 16px;
  line-height: 1;
  color: #646464;
  width: 170px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}

.wave-clinic__profiles{
  margin-top: 32px;
}

.wave-clinic__profile{
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}

.wave-clinic__profile dt,
.wave-clinic__profile dd{
  padding-block: 16px 15px;
  font-size: 18px;
  line-height: 1;
}

.wave-clinic__profile dt{
  width: 120px;
  color: #646464;
  font-weight: 700;
}

.wave-clinic__profile dd{
  color: #666666;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.wave-clinic__profile:nth-child(3) dd{
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: calc(20/16);
}

.wave-clinic__profile dd span{
  display: inline-block;
}

.wave-clinic__map{
  width: 100%;
}

.wave-clinic__map-container{
  aspect-ratio: 413/424;
}

.wave-clinic__map-container iframe{
  aspect-ratio: 413/424;
  width: 100%;
  height: auto;
}

@media screen and (max-width:899.98px){
  .wave-clinic{
    margin-top: 90px;
    padding-bottom: 80px;
  }
  .wave-clinic__container{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .wave-clinic__info{
    width: 100%;
  }
  .wave-clinic__days,
  .wave-clinic__profiles{
    margin-top: 20px;
  }
  .wave-clinic__days thead th,
  .wave-clinic__days tbody th:first-child{
    font-size: 13px;
  }
  .wave-clinic__days tbody th:first-child{
    width: min(calc(100vw / 390 * 138), 138px);
  }
  .wave-clinic__days tbody th:not(:first-child){
    font-size: min(calc(100vw / 390 * 16), 16px);
  }
  .wave-clinic__profile{
    flex-direction: column;
    padding-block: 15px 15px;
  }
  .wave-clinic__profile dt,
  .wave-clinic__profile dd{
    padding-block: 0;
    font-size: 15px;
    line-height: calc(18/15);
  }
  .wave-clinic__profile dt{
    width: 100%;
  }
  .wave-clinic__profile dd{
    margin-top: 12px;
  }
  .wave-clinic__profile:nth-child(3) dd{
    font-size: 15px;
    line-height: calc(23/15);
  }
  .wave-clinic__map-container{
    aspect-ratio: 350/280;
  }
  .wave-clinic__map-container iframe{
    aspect-ratio: 350/280;
  }
}

/*-------------------------------------
wave-lp
-------------------------------------*/
body .wave-lp.main,
.wave-lp p {
  font-family: "Shippori Mincho",sans-serif;
  color: #404040;
  position: relative;
  z-index: 1;
}
.wave-lp.main {
  margin-bottom: -80px;
}

.wave-lp-mv{
  margin-top: 100px;
  width: 100%;
  position: relative;
  margin-inline: auto;
}

.wave-lp-mv__img{
  width: 100%;
  aspect-ratio: 1440/600;
}

.wave-lp-mv__inner{
  position: relative;
  max-width: 936px;
  margin-right: auto;
}

.wave-lp-mv__title{
  position: absolute;
  top: 13.5%;
  left: 8%;
  width: 57%;
  aspect-ratio: 816/152;
  object-fit: cover;
}

.wave-lp-mv__text-box{
  position: absolute;
  top: 45%;
  left: 0;
  width: 55%;
  padding: calc(100vw / 1440 * 42) calc(100vw / 1440 * 50) calc(100vw / 1440 * 42) calc(100vw / 1440 * 100);
  border-top-right-radius: calc(100vw / 1440 * 20);
  border-bottom-right-radius: calc(100vw / 1440 * 20);
  background-color: rgba(169, 162, 147, 0.7);
}

.wave-lp p.wave-lp-mv__text{
  color: #fff;
  font-size: max(10px, calc(100vw / 1440 * 16));
  line-height: 2;
  letter-spacing: 0.1em;
}

.wave-lp-mv__copyright{
  font-family: var(--Hiragino);
  position: absolute;
  bottom: calc(100% * 7/600);
  right: calc(100% * 22/1440);
  font-size: 10px;
  line-height: calc(12/10);
}

@media screen and (max-width:960px) {
  .wave-lp-mv__text-box{
    width: 64%;
  }
}
@media screen and (max-width:767.98px) {
  .wave-lp-mv__img-sp{
    display: block;
    width: 100%;
    aspect-ratio: 390/260;
    margin-top: -100px;
  }
}

@media screen and (max-width:767.98px) {
  .wave-lp-mv{
    margin-top: 80px;
  }
  .wave-lp-mv__img{
    aspect-ratio: 390/600;
  }
  .wave-lp-mv__title{
    top: calc(100% * 39/768);
    width: min(calc(100vw / 390 * 300), 300px);
    left: calc(100vw * 20/390);
  }
  .wave-lp-mv__text-box{
    top: calc(100% * 256/768);
    width: calc(100vw * 370/390);
    padding: min(calc(100vw / 390 * 20), 20px);
  }
  .wave-lp p.wave-lp-mv__text{
    font-size: min(calc(100vw / 390 * 16), 16px);
    line-height: calc(28/16);
    letter-spacing: 0.04em;
  }
  .wave-lp-mv__copyright{
  bottom: -9px;
  right: calc(100% * 12/390);
  }
}

/* wave-lp-worry */
.wave-lp-worry{
  width: 100%;
  margin-inline: auto;
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-worry-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  position: relative;
}

.wave-lp-worry__container{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 60px;
}

.wave-lp p.wave-lp-worry__text{
  font-size: 24px;
  line-height: calc(35/24);
  padding: 10px 40px;
  color: #fff;
  background-color: #A1A1A1;
  text-align: center;
  letter-spacing: 0.03em;
}

.wave-lp-worry__title{
  font-size: 48px;
  line-height: calc(60/48);
  color: #404040;
  text-align: center;
}

.wave-lp-worry__wrapper{
  margin-top: 95px;
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}

.wave-lp-worry__img{
  width: min(calc(100vw / 1180 * 920), 920px);
  aspect-ratio: 920/530;
  margin-left: 10px;
}

.wave-lp-worry__list{
  position: absolute;
  top: 50%;
  left: calc(100% * 752 / 1440);
  transform: translateY(-50%);
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}

.wave-lp-worry__list-item{
  color: #897354;
  font-size: 24px;
  line-height: calc(35/24);
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
}

.wave-lp-worry__list-item:not(:first-child){
  margin-top: 20px;
}

.wave-lp-worry__list-item::before{
  content: "";
  margin-right: 28px;
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/checkbox.png);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

@media screen and (max-width:1023.98px){
  .wave-lp-worry__list{
    padding: 40px 20px;
    right: calc(100% * 50/1440);
  }
  .wave-lp-worry__list-item{
    font-size: 18px;
    line-height: calc(27/18);
  }
  .wave-lp-worry__list-item:not(:first-child){
    margin-top: 12px;
  }
  .wave-lp-worry__list-item::before{
    margin-right: 12px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width:767.98px){
  .wave-lp-worry{
    margin-top: 40px;
    padding-top: 0;
    background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-worry-bg-sp.jpg);
  }
  .wave-lp-worry__container{
    row-gap: 30px;
  }
  .wave-lp p.wave-lp-worry__text{
    max-width: 100%;
    width: 100%;
    font-size: 22px;
    line-height: calc(32/22);
    padding: 20px;
  }
  .wave-lp-worry__text span{
    display: inline-block;
  }
  .wave-lp-worry__title{
    font-size: 24px;
    line-height: calc(35/24);
  }
  .wave-lp-worry__wrapper{
    margin-top: 30px;
  }
  .wave-lp-worry__img{
    width: 100%;
    aspect-ratio: 390/225;
    margin-left: 0;
  }
  .wave-lp-worry__list{
    position: static;
    width: 100%;
    transform: none;
    background-color: rgba(255, 255, 255, 0.6);

  }
}
/* wave-lp-recommend */
.wave-lp-recommend{
  width: 100%;
  padding-block: 80px 50px;
  max-width: 1440px;
  margin-inline: auto;
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-recomend-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wave-lp-recommend__text{
  text-align: center;
  font-size: 36px;
  line-height: calc(60/36);
  color: #897354;
}

.wave-lp-recommend__title-box{
  margin-top: 50px;
  text-align: center;
}

.wave-lp-recommend__title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: calc(60/48);
  color: #404040;
  text-align: center;
}

.wave-lp-recommend__title-big-left{
  font-size: 68px;
  line-height: calc(60/68);
  margin-right: 40px;
}

.wave-lp-recommend__title-big-right{
  font-size: 68px;
  line-height: calc(60/68);
  margin-left: 40px;
}

.wave-lp-recommend__title-underline{
  background-image: linear-gradient(rgba(178, 166, 135, 0.4) , rgba(178, 166, 135, 0.4));
  background-size: 100% 20px;
  background-repeat: no-repeat;
  width: fit-content;
  background-position: bottom;
  display: inline;
}

.wave-lp-recommend__link{
  margin-top: 100px;
}

.wave-lp-recommend__button{
  display: flex;
  align-items: center;
  width: 440px;
  height: 100px;
  color: #fff;
  background-color: #9CAAA0;
  font-size: 24px;
  letter-spacing: 0.02em;
  padding-inline: 118.5px;
  border: 1px solid #9CAAA0;
  position: relative;
  margin-inline: auto;
}
.wave-lp a.wave-lp-recommend__button:hover {
  color: #fff;
}

.wave-lp-recommend__button::after{
  position: absolute;
  content: "";
  top: 43px;
  right: 15px;
  width: 36px;
  height: 14px;
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/arrow-white.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width:767.98px){
  .wave-lp-recommend{
    padding-block: 40px 60px;
  }

  .wave-lp-recommend__inner.common-inner{
    padding-inline: 18px;
  }

  .wave-lp-recommend__text{
    font-size: 24px;
    line-height: calc(35/24);
  }

  .wave-lp-recommend__text span{
    display: inline-block;
  }

  .wave-lp-recommend__title-box{
    margin-top: 20px;
  }

  .wave-lp-recommend__title{
    font-size: min(calc(100vw / 390 * 28), 28px);
    line-height: calc(41/28);
  }

  .wave-lp-recommend__link{
    margin-top: 40px;
    padding-inline: 2px;
  }

  .wave-lp-recommend__button{
    width: 100%;
    max-width: 440px;
    height: 80px;
    font-size: 22px;
    padding-inline: 45px;
    border-radius: 8px;
    justify-content: center;
  }

  .wave-lp-recommend__button::after{
    top: 32px;
  }
}

@media screen and (max-width:374.98px){
  .wave-lp-recommend__text{
    font-size: 21px;
  }

  .wave-lp-recommend__title{
    font-size: min(calc(100vw / 375 * 26), 26px);
  }
}

/* wave-lp-about */
.wave-lp-about{
  padding-top: 80px;
  max-width: 1440px;
  margin-inline: auto;
}

.wave-lp-about__text-box{
  text-align: center;
  color: #000;
}

.wave-lp-about__text{
  font-size: 20px;
  line-height: calc(44/20);
  color: #000;
}

.wave-lp-about__figure{
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 1000/534;
}

.wave-lp-about__wrapper{
  margin-top: 13px;
  padding-inline: 6px 17px;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.wave-lp-about__img{
  z-index: 1000;
  position: relative;
  aspect-ratio: 839/683;
  width: 839px;
}

.wave-lp-about__copyright{
  font-family: var(--Hiragino);
  position: absolute;
  bottom: calc(100% * 48/683);
  left: calc(100% * 131/839);
  font-size: 10px;
  line-height: calc(12/10);
  z-index: 1000;
}

.wave-lp-about__block-box{
  margin-top: 80px;
  position: relative;
  margin-left: -550px;
  padding: 72px min(calc(100vw * 150/1440),150px) 66px 130px;
  background-color: #F7F2EB;
  max-width: 1178px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.wave-lp-about__block-title{
  font-size: 36px;
  line-height: calc(60/36);
  color: #897354;
}

.wave-lp-about__block-text{
  margin-top: 40px;
  font-size: 20px;
  line-height: calc(44/20);
  letter-spacing: 0.04em;
  color: #000;
}

@media screen and (max-width:1439.98px){
  .wave-lp-about__img{
    padding-bottom: 30px;
  }
  .wave-lp-about__copyright{
    bottom: 10px;
    left: 2.4%;
  }
}

@media screen and (max-width:1023.98px){
  .wave-lp-about__wrapper{
    margin-top: 40px;
    padding-inline: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .wave-lp-about__img-box{
    padding: 40px 16px 0;
    position: relative;
    background-color: #F6F3ED;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .wave-lp-about__img{
    padding-bottom: 0;
    aspect-ratio: 318/258.71;
    width: 100%;
  }

  .wave-lp-about__block-title{
    position: absolute;
    top: calc(100% * 134/299);
    left: calc(100% * 110/350);
    font-size: 36px;
    line-height: calc(35 / 24);
  }

  .wave-lp-about__copyright{
    bottom: calc(100% * 10/299);
    left: calc(100% * 50/350);
  }

  .wave-lp-about__block-box{
    background-color: #F6F3ED;
    margin-left: 0;
    margin-top: 0;
    max-width: none;
    padding: 20px 20px 40px;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .wave-lp-about__block-text{
    margin-top: 0;
    font-size: 16px;
    line-height: calc(28/16);
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width:767.98px){
  .wave-lp-about{
    padding-top: 40px;
  }

  .wave-lp-about__text-box{
    text-align: left;
  }

  .wave-lp-about__text{
    font-size: 16px;
    line-height: calc(28/16);
  }

  .wave-lp-about__figure{
    margin-top: 20px;
    aspect-ratio: 350/231;
  }

  .wave-lp-about__block-title{
    font-size: min(calc(100vw / 390 * 24), 24px);
    line-height: calc(35 / 24);
  }

  .wave-lp-about__block-small{
    display: inline-block;
    font-size: 14px;
  }
}

@media screen and (max-width:374.98px){
  .wave-lp-about .wave-lp-section__title-main{
    font-size: min(calc(100vw / 375 * 22), 25px);
  }
  .wave-lp-about__copyright{
    bottom: 0;
  }
  .wave-lp-about__block-title{
    top: calc(100% * 120/299);
  }
}

/* wave-lp-surgery */
.wave-lp-surgery{
  margin-inline: auto;
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-lp-surgery-recommend-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.wave-lp-surgery__title{
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.wave-lp-surgery__list{
  margin-top: 40px;
  margin-left: 10px;
}

.wave-lp-surgery__list-item{
  font-size: 24px;
  line-height: calc(44/24);
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.02em;
}

@media screen and (max-width:767.98px){
  .wave-lp-surgery{
    background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-lp-surgery-recommend-bg-sp.jpg);
  }
  .wave-lp-surgery__title{
    font-size: 26px;
    line-height: calc(38/26);
  }

  .wave-lp-surgery__list{
    margin-left: 5px;
  }

  .wave-lp-surgery__list-item{
    font-size: 18px;
    line-height: calc(32/18);
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width:767.98px){
  .wave-lp-surgery__title{
    font-size: min(calc(100vw / 375 * 24), 24px);
  }
}

/* wave-lp-achievement */
.wave-lp-achievement{
  margin-inline: auto;
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-achievement-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.wave-lp-achievement__img{
  margin-inline: auto;
  max-width: 284px;
  aspect-ratio: 284/110;
}

.wave-lp p.wave-lp-achievement__text{
  margin-top: 20px;
  font-size: 20px;
  line-height: calc(44/20);
  text-align: center;
  letter-spacing: 0.03em;
}

.wave-lp-achievement__wrapper{
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  align-items: flex-end;
}

.wave-lp p.wave-lp-achievement__graph-text{
  font-family: var(--Hiragino);
  font-size: 14px;
  color: #404040;
  letter-spacing: 0.07em;
  line-height: 1.6;
}

.wave-lp-achievement__graph{
  margin-top: 20px;
  width: 100%;
  aspect-ratio: 480/323;
}

@media screen and (max-width:767.98px){
  .wave-lp-achievement{
    background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-achievement-bg-sp.jpg);
  }
  .wave-lp p.wave-lp-achievement__text{
    font-size: 16px;
    line-height: calc(28/16);
    text-align: left;
    letter-spacing: 0.02em;
  }
  .wave-lp-achievement__wrapper{
    margin-top: 20px;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .wave-lp-achievement__graph{
    aspect-ratio: 350/236;
  }
}

/* wave-lp-flow */
.wave-lp-flow{
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-treatment-flow-bg.jpg);
  background-position: center;
}

.wave-lp-flow__inner.common-inner{
  max-width: 840px;
}

.wave-lp-flow__list-treatment-item{
  display: flex;
  align-items: center;
  padding: 19px 24px;
  background-color: #fff;
  border: 1px solid #897354;
  border-radius: 8px;
}

.wave-lp-flow__list-treatment-item:not(:first-child){
  margin-top: 20px;
}

.wave-lp-flow__list-treatment-number{
  font-size: 48px;
  line-height: calc(44/48);
  color: #F7F2EB;
}

.wave-lp-flow__list-treatment-text{
  display: flex;
  align-items: center;
  margin-left: 40px;
  font-size: 20px;
  line-height: calc(34/20);
}

.wave-lp-flow__list-treatment-text::before{
  content: "";
  width: 36px;
  height: 36px;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
}

.wave-lp-flow__list-treatment-item:nth-child(1)
.wave-lp-flow__list-treatment-text:before{
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-lp-flow-phone.png);
}

.wave-lp-flow__list-treatment-item:nth-child(2)
.wave-lp-flow__list-treatment-text:before{
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-lp-flow-calendar.png);
}
.wave-lp-flow__list-treatment-item:nth-child(3)
.wave-lp-flow__list-treatment-text:before{
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-lp-flow-hospital.png);
}
.wave-lp-flow__list-treatment-item:nth-child(4)
.wave-lp-flow__list-treatment-text:before{
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-lp-flow-bed.png);
}

.wave-lp-flow__wrapper{
  margin-top: 50px;
}

.wave-lp-flow__block-title{
  text-align: center;
  font-size: 36px;
  line-height: calc(60/36);
  color: #9CAAA0;
}

.wave-lp-flow__list-surgery{
  margin-top: 24px;
}

.wave-lp-flow__list-surgery-item{
  display: flex;
  align-items: center;
  padding: 13px 24px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(156, 170, 160, 0.4);
  position: relative;
}

.wave-lp-flow__list-surgery-item:not(:first-child){
  margin-top: 32px;
}

.wave-lp-flow__list-surgery-item:not(:first-child)::before{
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/triangle-bottom.svg);
}

.wave-lp-flow__list-surgery-date{
  width: 100px;
  font-size: 20px;
  line-height: calc(34/20);
  color: #9CAAA0;
}

.wave-lp-flow__list-surgery-text{
  font-size: 18px;
  margin-left: 32px;
}

@media screen and (max-width:767.98px){
  .wave-lp-flow.wave-lp-section{
    padding-block: 40px 60px;
  }
  .wave-lp-flow__list-treatment-item{
    padding: 9px 11px 13px 11px;
  }
  .wave-lp-flow__list-treatment-number{
    font-size: 36px;
    line-height: calc(44/36);
  }
  .wave-lp-flow__list-treatment-text{
    margin-left: 12px;
    font-size: 16px;
    line-height: calc(34/16);
    letter-spacing: 0.06em;
    flex-direction: column;
    width: 100%;
    padding-right: 10%;
    align-items: center;
  }
  .wave-lp-flow__list-treatment-text span{
    font-size: 60%;
    color: #404040;
  }
  .wave-lp-flow__list-treatment-text::before{
    margin-right: 12px;
  }
  .wave-lp-flow__wrapper{
    margin-top: 40px;
  }
  .wave-lp-flow__block-title{
    font-size: 24px;
    line-height: calc(35/24);
  }
  .wave-lp-flow__list-surgery-item{
    display: block;
    padding: 12px 24px;
  }
  .wave-lp-flow__list-surgery-date{
    font-size: 16px;
    line-height: calc(28/16);
  }
  .wave-lp-flow__list-surgery-text{
    font-size: 16px;
    line-height: calc(28/16);
    margin-left: 0px;
    letter-spacing: 0.04em;
  }
}

/* wave-lp-complication */
.wave-lp-complication{
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-complications-bg.jpg);
}

.wave-lp-complication__title-main{
  font-size: 32px;
  line-height: calc(60/32);
  display: flex;
  align-items: center;
}

.wave-lp-complication__title-main::before{
  content: "";
  width: 75px;
  height: 1px;
  background-color: #000;
  margin-right: 40px;
}

.wave-lp p.wave-lp-complication__title-text{
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.wave-lp-complication__list{
  margin-top: 50px;
}

.wave-lp-complication__item:not(:first-child){
  margin-top: 50px;
}

.wave-lp-complication__item-title{
  width: fit-content;
  font-size: 20px;
  line-height: 1.6;
  padding: 4px 24px;
  color: #fff;
  background-color: #B2A687;
  letter-spacing: 0.03em;
}

.wave-lp-complication__item-text{
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.wave-lp-complication__item:nth-child(5) .wave-lp-complication__item-text{
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 5px;
}

@media screen and (max-width:767.98px) {
  .wave-lp-complication{
    background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-complications-bg-sp.jpg);
  }
  .wave-lp-complication__title-main{
    font-size: 24px;
    line-height: calc(35/24);
  }
  .wave-lp-complication__title-main::before{
    display: none;
  }
  .wave-lp p.wave-lp-complication__title-text{
    margin-top: 12px;
    font-size: 16px;
    line-height: calc(28/16);
  }
  .wave-lp-complication__list{
    margin-top: 20px;
  }
  .wave-lp-complication__item:not(:first-child){
    margin-top: 20px;
  }
  .wave-lp-complication__item-title{
    font-size: 17px;
    line-height: calc(25/17);
    padding: 4px 12px;
  }
  .wave-lp-complication__item-text{
    margin-top: 12px;
    line-height: calc(28/16);
  }
}

/* wave-lp-cost */
.wave-lp-cost{
  background-color: #F7F7F7;
}

.wave-lp-cost__container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.wave-lp-cost__cell{
  font-size: 24px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.cost-cell__head{
  color: #F7F2EB;
  background-color: #897354;
}

.wave-lp-cost__wrapper:nth-child(1) .cost-cell__head{
  border-right: 1px solid #D9D9D9;
}

.wave-lp-cost__wrapper:nth-child(2) .cost-cell__head{
  border-left: 1px solid #D9D9D9;
}

.cost-cell__body{
  color: #897354;
  background-color: #F7F2EB;
  border: 1px solid #D9D9D9;
}

.wave-lp-cost__text-box{
  margin-top: 16px;
  text-align: center;
}

.wave-lp p.wave-lp-cost__text{
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

@media screen and (max-width:767.98px) {
  .wave-lp-cost__container{
    display: block;
  }

  .wave-lp-cost__wrapper{
    display: grid;
    grid-template-columns: calc(100% * 130/350) calc(100% * 220/350);
  }

  .wave-lp-cost__cell{
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #D9D9D9;
  }

  .wave-lp-cost__text-box{
    margin-top: 22px;
    text-align: left;
  }
  .wave-lp p.wave-lp-cost__text{
    font-size: 16px;
    line-height: calc(28/16);
  }
}

/* wave-lp-faq */
.wave-lp-faq{
  background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-lp-faq-bg.jpg);
}
.wave-lp-faq .wave-lp-section__title-main{
  font-size: 36px;
  line-height: calc(53/36);
}

.wave-lp-faq__item:not(:first-child){
  margin-top: 50px;
}

.wave-lp-faq__question{
  padding: 23px 40px;
  background-color: #897354;
  display: flex;
  color: #F7F2EB;
  letter-spacing: 0.04em;
}

.wave-lp-faq__question-label,
.wave-lp-faq__answer-label{
  font-size: 40px;
  line-height: calc(34/40);
}

.wave-lp p.wave-lp-faq__question-text{
  margin-left: 20px;
  font-size: 24px;
  line-height: calc(34/24);
  color: #F7F2EB;
}

.wave-lp-faq__answer{
  display: flex;
  padding: 30px 40px;
  background-color: #F7F2EB;
  letter-spacing: 0.04em;
}

.wave-lp-faq__answer-label{
  color: #897354;
}

.wave-lp-faq__answer-text{
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width:767.98px) {
  .wave-lp-faq{
    background-image: url(/wp-content/themes/understrap-child/library/img/wave-lp/wave-lp-faq-bg-sp.jpg);
  }
  .wave-lp-faq__item:not(:first-child){
    margin-top: 40px;
  }

  .wave-lp-faq__question{
    padding: 12px 16px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }

  .wave-lp-faq__question-label,
  .wave-lp-faq__answer-label{
    font-size: 24px;
    line-height: calc(34/24);
  }

  .wave-lp p.wave-lp-faq__question-text{
    margin-left: 12px;
    font-size: 18px;
    line-height: 1.5;
  }

  .wave-lp-faq__answer{
    padding: 16px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .wave-lp-faq__answer-label{
    color: #897354;
  }

  .wave-lp-faq__answer-text{
    margin-left: 12px;
    font-size: 16px;
    line-height: calc(28/16);
  }
}

/* wave-lp-clinic */
.wave-lp-clinic{
  background-color: #F7F7F7;
}

.wave-lp-clinic .wave-clinic__days{
  margin-top: 0;
}

.wave-lp-clinic .wave-clinic__days thead{
  background-color: #897354;
}

.wave-lp-clinic .wave-clinic__days thead th{
  color: #F7F2EB;
  font-weight: normal;
}

.wave-lp-clinic .wave-clinic__days tbody{
  background-color: #F7F2EB;
  color: #897354;
}

.wave-lp-clinic .wave-clinic__days tbody th:first-child{
  letter-spacing: 0.13em;
}

.wave-lp-clinic .wave-clinic__days tbody th:first-child,
.wave-lp-clinic .wave-clinic__profile dt{
  color: #897354;
  font-weight: normal;
}

.wave-lp-clinic .wave-clinic__profile dd{
  letter-spacing: 0.06em;
  color: #404040;
}

.wave-lp-clinic .wave-clinic__profile:nth-child(4) dd{
  line-height: calc(24/18);
}

@media screen and (max-width:767.98px) {
  .wave-lp-clinic .wave-clinic__days tbody th:first-child{
    width: min(calc(100vw / 390 * 130), 130px);
    letter-spacing: 0.07em;
  }

  .wave-lp-clinic .wave-clinic__profile{
    padding-block: 15px 16px;
  }

  .wave-lp-clinic .wave-clinic__profile dt,
  .wave-lp-clinic .wave-clinic__profile dd{
    font-size: 16px;
    line-height: calc(28/16);
  }

  .wave-lp-clinic .wave-clinic__profile dd{
    margin-top: 0;
  }

  .wave-lp-clinic .wave-clinic__profile:nth-child(4) dd{
    line-height: calc(28/16);
  }
  .wave-lp-clinic .wave-clinic__profile:nth-child(4) dd span{
    font-size: 15px;
  }
}

@media screen and (max-width:374.98px) {
  .wave-lp-clinic .wave-clinic__days tbody th:first-child{
    font-size: 12px;
  }
}

/* wave-lp-common */
.wave-lp-section{
  padding-block: 80px;
  margin-inline: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.wave-lp-section__title{
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

.wave-lp-section__title-main{
  font-size: 48px;
  line-height: calc(60/48);
  text-align: center;
}

.wave-lp-section__title-sub{
  font-size: 16px;
  line-height: calc(24/16);
  color: #897354;
  text-align: center;
}

.wave-lp-cost .wave-lp-section__title-main,
.wave-lp-clinic .wave-lp-section__title-main{
  font-size: 36px;
  line-height: calc(60/36);
}

.scroll-btn_sp{
  display: none;
}

@media screen and (max-width:767.98px){
  .wave-lp-section{
    padding-block: 40px;
  }

  .wave-lp-section__title{
    padding-bottom: 40px;
  }

  .wave-lp-section__title-main{
    font-size: 26px;
    line-height: calc(38/26);
  }

  .wave-lp-section__title-sub{
    font-size: 14px;
    line-height: calc(21/14);
  }

  .wave-lp-section__title-small{
    font-size: 15px;
  }

  .wave-lp-cost .wave-lp-section__title-main,
  .wave-lp-faq .wave-lp-section__title-main,
  .wave-lp-clinic .wave-lp-section__title-main{
    font-size: 26px;
    line-height: calc(38/26);
  }

  .scroll-btn_sp{
    display: block;
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    bottom: 8px;
    width: 94%;
    max-width: 350px;
    z-index: 999;
  }
  .scroll-btn_sp img{
    display: block;
    width: 100%;
    height: 100%;
  }

  .scroll-up{
    display: none!important;
  }

}

@media screen and (min-width:767.99px) {
  .scroll-btn_sp{
    display: none!important;
  }
}

@media screen and (max-width:374.98px) {
  .wave-lp-faq .wave-lp-section__title-main{
    font-size: min(calc(100vw / 320 * 22), 22px);
  }
}

.md-show{
  display: none;
}

@media screen and (max-width:1023.98px){
  .md-show{
    display: block;
  }
}

@media screen and (max-width:1023.98px){
  .md-none{
    display: none;
  }
}