/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --base-width: 555;
}

@media (min-width: 768px) {
  :root {
    --base-width: 1000;
  }
}
/** Global **/
@font-face {
  font-family: "TsukuBRdGothicStd";
  src: url("../fonts/TsukuBRdGothicStd-Regular/TsukuBRdGothicStd-Regular.woff2") format("woff2"), url("../fonts/TsukuBRdGothicStd-Regular/TsukuBRdGothicStd-Regular.woff") format("woff"), url("../fonts/TsukuBRdGothicStd-Regular/TsukuBRdGothicStd-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "TsukuBRdGothicStd";
  src: url("../fonts/TsukuBRdGothicStd-Medium/TsukuBRdGothicStd-Medium.woff2") format("woff2"), url("../fonts/TsukuBRdGothicStd-Medium/TsukuBRdGothicStd-Medium.woff") format("woff"), url("../fonts/TsukuBRdGothicStd-Medium/TsukuBRdGothicStd-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "TsukuBRdGothicStd";
  src: url("../fonts/TsukuBRdGothicStd-Bold/TsukuBRdGothicStd-Bold.woff2") format("woff2"), url("../fonts/TsukuBRdGothicStd-Bold/TsukuBRdGothicStd-Bold.woff") format("woff"), url("../fonts/TsukuBRdGothicStd-Bold/TsukuBRdGothicStd-Bold.ttf") format("truetype");
  font-weight: 700;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #d83d96;
  --second: #f3716d;
  --third: #5654a2;
  --text-body: #595857;
  --radius: 0;
}

/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "TsukuBRdGothicStd", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
}

p:last-of-type {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TsukuBRdGothicStd", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

.container-fluid, .container {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-inline: calc(24 / var(--base-width) * 100vw);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .container-fluid, .container {
    padding-inline: 20px;
  }
}

.treatment-prevention__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.heading-arrow {
  font-size: calc(31.5 / var(--base-width) * 100vw);
  line-height: 1.2;
  padding-bottom: calc(30 / var(--base-width) * 100vw);
  margin: 0 0 calc(36 / var(--base-width) * 100vw);
  text-align: center;
  font-weight: 700;
  background: url("../images/arrow-heading-sp.svg") no-repeat 50% 100%/calc(457 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .heading-arrow {
    margin: 0 0 40px;
    padding-bottom: 40px;
    font-size: 43px;
    background: url("../images/arrow-heading.svg") no-repeat 50% 100%/623px;
  }
}

.heading-line {
  font-size: calc(31.5 / var(--base-width) * 100vw);
  line-height: 1.2;
  padding-bottom: calc(13 / var(--base-width) * 100vw);
  margin: 0 0 calc(34 / var(--base-width) * 100vw);
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .heading-line {
    margin: 0 0 45px;
    padding-bottom: 10px;
    font-size: 43px;
  }
}
.heading-line::before {
  content: "";
  width: calc(228 / var(--base-width) * 100vw);
  height: calc(2.19 / var(--base-width) * 100vw);
  background: #d82f8b;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .heading-line::before {
    height: 3px;
    width: 296px;
  }
}

.heading-cloud {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: url("../images/cloud-bg.svg") no-repeat 50% 50%/100%;
  min-height: calc(130 / var(--base-width) * 100vw);
  color: #d82f8b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(31.64 / var(--base-width) * 100vw);
  padding-bottom: calc(16 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .heading-cloud {
    font-size: calc(57 / var(--base-width) * 100vw);
    min-height: calc(232 / var(--base-width) * 100vw);
    line-height: 1.578;
    padding-bottom: calc(26 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .heading-cloud {
    font-size: 57px;
    min-height: 232px;
    padding-bottom: 26px;
  }
}
.heading-cloud small {
  font-size: calc(23.89 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .heading-cloud small {
    font-size: calc(43 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .heading-cloud small {
    font-size: 43px;
  }
}
.heading-cloud small small {
  font-size: calc(19.42 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .heading-cloud small small {
    font-size: calc(35 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .heading-cloud small small {
    font-size: 35px;
  }
}

.bg-wave-1 {
  background: url("../images/wave-bg-1-top.png") no-repeat 50% 0/100%, url("../images/wave-bg-1-bottom.png") no-repeat 50% 100%/100%;
  position: relative;
  z-index: 1;
  padding-block: calc(80 / var(--base-width) * 100vw) calc(90 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .bg-wave-1 {
    padding-block: calc(130 / var(--base-width) * 100vw) calc(155 / var(--base-width) * 100vw);
  }
}
.bg-wave-1::before {
  content: "";
  z-index: -1;
  background: #FAE5E8;
  background: linear-gradient(180deg, #fae5e8 0%, #eae6f2 100%);
  position: absolute;
  height: calc(100% - 35vw);
  width: 100%;
  top: calc(100 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .bg-wave-1::before {
    top: calc(190 / var(--base-width) * 100vw);
    height: calc(100% - 38vw);
  }
}

.bg-wave-2 {
  background: url("../images/wave-bg-2-top.png") no-repeat 50% 0/100%, url("../images/wave-bg-2-bottom.png") no-repeat 50% 100%/100%;
  position: relative;
  z-index: 1;
  padding-block: calc(90 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .bg-wave-2 {
    padding-block: calc(130 / var(--base-width) * 100vw) calc(142 / var(--base-width) * 100vw);
  }
}
.bg-wave-2::before {
  content: "";
  z-index: -1;
  background: #DFF2FC;
  position: absolute;
  height: calc(100% - 35vw);
  width: 100%;
  top: calc(100 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .bg-wave-2::before {
    top: calc(190 / var(--base-width) * 100vw);
    height: calc(100% - 38vw);
  }
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}
.site-header {
  position: sticky;
  top: 0;
  background: var(--white);
  z-index: 999;
  padding-block: calc(22 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .site-header {
    padding-block: calc(22 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .site-header {
    padding-block: 22px;
  }
}
.site-header__inner {
  display: flex;
  gap: calc(20 / var(--base-width) * 100vw);
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .site-header__inner {
    gap: calc(17 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .site-header__inner {
    gap: 17px;
  }
}
.site-header__logo {
  font-size: calc(18 / var(--base-width) * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(10 / var(--base-width) * 100vw);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .site-header__logo {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 950px) {
  .site-header__logo {
    font-size: 18px;
    gap: 10px;
  }
}
.site-header__logo p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .site-header__logo p {
    display: none;
  }
}
.site-header__logo img {
  width: 100%;
  max-width: calc(359 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .site-header__logo img {
    max-width: calc(300 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .site-header__logo img {
    max-width: 300px;
  }
}
.site-header__hotline {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .site-header__hotline {
    display: none;
  }
}
.site-header__hotline a {
  border-radius: calc(13.5 / var(--base-width) * 100vw);
  background: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(19 / var(--base-width) * 100vw);
  font-weight: 700;
  color: var(--white);
  padding: calc(8 / var(--base-width) * 100vw) calc(15 / var(--base-width) * 100vw);
  line-height: 1.4;
}
@media only screen and (min-width: 950px) {
  .site-header__hotline a {
    border-radius: 13.5px;
    font-size: 19px;
    padding: 8px 15px;
  }
}
.site-header__hotline a span {
  background: url("../images/lines-heading-left.svg") no-repeat 0 50%/calc(19 / var(--base-width) * 100vw), url("../images/lines-heading-right.svg") no-repeat 100% 50%/calc(19 / var(--base-width) * 100vw);
  padding-inline: calc(21 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 950px) {
  .site-header__hotline a span {
    padding-inline: 21px;
    background-size: 19px;
  }
}
.site-header__hotline a strong {
  font-size: calc(37 / var(--base-width) * 100vw);
  font-weight: 700;
  letter-spacing: calc(2 / var(--base-width) * 100vw);
  display: flex;
  align-items: center;
  gap: calc(8 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 950px) {
  .site-header__hotline a strong {
    font-size: 37px;
    letter-spacing: 2px;
    gap: 8px;
  }
}
.site-header__hotline a img {
  width: calc(39 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 950px) {
  .site-header__hotline a img {
    width: 39px;
  }
}
.site-header__right {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.site-header__right > a {
  display: none;
}
@media only screen and (min-width: 768px) {
  .site-header__right > a {
    display: flex;
    font-size: calc(18 / var(--base-width) * 100vw);
    font-weight: 700;
    border: calc(2 / var(--base-width) * 100vw) solid var(--third);
    gap: calc(7 / var(--base-width) * 100vw);
    align-items: center;
    line-height: 1.2;
    padding: calc(4 / var(--base-width) * 100vw) calc(5 / var(--base-width) * 100vw);
    justify-content: center;
  }
}
@media only screen and (min-width: 950px) {
  .site-header__right > a {
    font-size: 18px;
    border-width: 2px;
    gap: 7px;
    padding: 4px 5px;
  }
}
.site-header__right > a img {
  width: calc(22 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 950px) {
  .site-header__right > a img {
    width: 22px;
  }
}
.site-header__social {
  display: grid;
  gap: calc(10 / var(--base-width) * 100vw);
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .site-header__social {
    gap: calc(10 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .site-header__social {
    gap: 10px;
  }
}
.site-header__social img {
  width: calc(52 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .site-header__social img {
    width: calc(51 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .site-header__social img {
    width: 51px;
  }
}

.site-footer {
  text-align: center;
  border-top: 1px solid #d82f8b;
  padding-block: calc(26 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: calc(36 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .site-footer {
    padding-block: 36px;
  }
}
.site-footer img {
  width: 100%;
  max-width: calc(358 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .site-footer img {
    max-width: calc(348 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .site-footer img {
    max-width: 348px;
  }
}
.site-footer__btn {
  margin-bottom: calc(18 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 950px) {
  .site-footer__btn {
    margin-bottom: 18px;
  }
}

.fixed-contact {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: var(--white);
  display: flex;
}
@media only screen and (min-width: 768px) {
  .fixed-contact {
    display: none;
  }
}
.fixed-contact__phone {
  width: 73.7%;
  background: #d82f8b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(4 / var(--base-width) * 100vw);
  font-size: calc(40.5 / var(--base-width) * 100vw);
  font-weight: 700;
  color: var(--white);
  text-align: center;
  padding: calc(8 / var(--base-width) * 100vw);
  line-height: 1.33;
}
.fixed-contact__phone img {
  width: calc(73 / var(--base-width) * 100vw);
}
.fixed-contact__phone span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixed-contact__phone small {
  font-size: calc(21 / var(--base-width) * 100vw);
  background: url("../images/lines-heading-left.svg") no-repeat 0 50%/calc(21 / var(--base-width) * 100vw), url("../images/lines-heading-right.svg") no-repeat 100% 50%/calc(21 / var(--base-width) * 100vw);
  padding-inline: calc(32 / var(--base-width) * 100vw);
}
.fixed-contact__time {
  width: 26.3%;
  background: #5654a2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(18 / var(--base-width) * 100vw);
  font-weight: 700;
  color: var(--white);
  gap: calc(6 / var(--base-width) * 100vw);
  padding: calc(8 / var(--base-width) * 100vw);
}
.fixed-contact__time img {
  width: calc(22 / var(--base-width) * 100vw);
}

/** pages */
.banner {
  padding-top: calc(10 / var(--base-width) * 100vw);
  margin-bottom: calc(-25 / var(--base-width) * 100vw);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .banner {
    padding-top: calc(16 / var(--base-width) * 100vw);
    margin-bottom: calc(-45 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1040px) {
  .banner {
    padding-top: 16px;
  }
}
.banner picture {
  display: block;
}
.banner picture img {
  width: 100%;
  max-width: 1000px;
}

.suffering-symptoms {
  padding-bottom: calc(55 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .suffering-symptoms {
    padding-bottom: 53px;
  }
}
.suffering-symptoms__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(40 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .suffering-symptoms__inner {
    gap: 40px;
  }
}
.suffering-symptoms figure {
  width: calc(181 / var(--base-width) * 100vw);
  height: calc(181 / var(--base-width) * 100vw);
  background: #ec6d65;
  border-radius: 100%;
  font-size: calc(27.6 / var(--base-width) * 100vw);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  line-height: 1.33;
  gap: calc(5 / var(--base-width) * 100vw);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .suffering-symptoms figure {
    width: calc(197 / var(--base-width) * 100vw);
    height: calc(197 / var(--base-width) * 100vw);
    font-size: calc(30 / var(--base-width) * 100vw);
    gap: calc(5 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .suffering-symptoms figure {
    width: 197px;
    height: 197px;
    font-size: 30px;
    gap: 5px;
  }
}
.suffering-symptoms figure img {
  max-width: 60%;
  max-height: 50%;
}

.hotline {
  text-align: center;
}
.hotline a {
  display: inline-block;
  flex-direction: column;
  background: var(--white);
  border: calc(2.7 / var(--base-width) * 100vw) solid #d82f8b;
  position: relative;
  width: 100%;
  max-width: calc(395 / var(--base-width) * 100vw);
  font-weight: 700;
  letter-spacing: 1px;
  color: #d82f8b;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: calc(25.12 / var(--base-width) * 100vw);
  margin-right: calc(42 / var(--base-width) * 100vw);
  border-radius: calc(12.7 / var(--base-width) * 100vw);
  padding: calc(10 / var(--base-width) * 100vw) calc(56 / var(--base-width) * 100vw) calc(6 / var(--base-width) * 100vw) calc(15 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .hotline a {
    font-size: calc(45 / var(--base-width) * 100vw);
    max-width: calc(681 / var(--base-width) * 100vw);
    margin-right: calc(70 / var(--base-width) * 100vw);
    border-radius: calc(22.8 / var(--base-width) * 100vw);
    padding: calc(20 / var(--base-width) * 100vw) calc(90 / var(--base-width) * 100vw) calc(12 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw);
    border-width: calc(5 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .hotline a {
    font-size: 45px;
    max-width: 681px;
    margin-right: 70px;
    border-radius: 22.8px;
    padding: 20px 90px 12px 30px;
    border-width: 5px;
  }
}
.hotline a::before, .hotline a::after {
  content: "";
  position: absolute;
  bottom: calc(-40 / var(--base-width) * 100vw);
  z-index: -1;
  height: calc(60 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .hotline a::before, .hotline a::after {
    bottom: calc(-80 / var(--base-width) * 100vw);
    height: calc(109 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .hotline a::before, .hotline a::after {
    bottom: -80px;
    height: 109px;
  }
}
.hotline a::before {
  width: calc(35 / var(--base-width) * 100vw);
  left: calc(-38 / var(--base-width) * 100vw);
  background: url("../images/bouble-1.svg") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
  .hotline a::before {
    left: calc(-70 / var(--base-width) * 100vw);
    width: calc(64 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .hotline a::before {
    left: -70px;
    width: 64px;
  }
}
.hotline a::after {
  width: calc(36.2 / var(--base-width) * 100vw);
  right: calc(-70 / var(--base-width) * 100vw);
  background: url("../images/bouble-2.svg") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
  .hotline a::after {
    right: calc(-128 / var(--base-width) * 100vw);
    width: calc(66 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .hotline a::after {
    right: -128px;
    width: 66px;
  }
}
.hotline a img {
  position: absolute;
  right: calc(-42 / var(--base-width) * 100vw);
  bottom: calc(-2.7 / var(--base-width) * 100vw);
  width: calc(85 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .hotline a img {
    width: calc(153.5 / var(--base-width) * 100vw);
    right: calc(-70 / var(--base-width) * 100vw);
    bottom: calc(-5 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .hotline a img {
    width: 153.5px;
    right: -70px;
    bottom: -5px;
  }
}
.hotline a small {
  font-size: calc(14.67 / var(--base-width) * 100vw);
  line-height: 1.3;
  border-radius: calc(5.5 / var(--base-width) * 100vw);
  background: #ec6d65;
  color: var(--white);
  width: 100%;
  padding: calc(4 / var(--base-width) * 100vw) calc(20 / var(--base-width) * 100vw);
  min-height: calc(25 / var(--base-width) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hotline a small {
    font-size: calc(26.4 / var(--base-width) * 100vw);
    border-radius: calc(10 / var(--base-width) * 100vw);
    padding: calc(4 / var(--base-width) * 100vw) calc(20 / var(--base-width) * 100vw);
    min-height: calc(44 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .hotline a small {
    font-size: 26.4px;
    border-radius: 10px;
    padding: 4px 20px;
    min-height: 44px;
  }
}
.hotline a strong {
  font-size: calc(32.64 / var(--base-width) * 100vw);
  margin-left: calc(5 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .hotline a strong {
    font-size: calc(58.75 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .hotline a strong {
    font-size: 58.75px;
    margin-left: 5px;
  }
}
.hotline h4 {
  font-size: calc(22.78 / var(--base-width) * 100vw);
  line-height: 1.3;
  color: #d82f8b;
  font-weight: 700;
  text-align: center;
  margin: calc(16 / var(--base-width) * 100vw) 0 0;
}
@media only screen and (min-width: 768px) {
  .hotline h4 {
    font-size: calc(41 / var(--base-width) * 100vw);
    margin: calc(28 / var(--base-width) * 100vw) 0 0;
  }
}
@media only screen and (min-width: 950px) {
  .hotline h4 {
    font-size: 41px;
    margin: 28px 0 0;
  }
}
.hotline h4 span {
  position: relative;
}
.hotline h4 span::before {
  content: "";
  width: 4.2px;
  height: 4.2px;
  border-radius: 50%;
  background: #ec6d65;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .hotline h4 span::before {
    width: calc(7.6 / var(--base-width) * 100vw);
    height: calc(7.6 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .hotline h4 span::before {
    width: 7.6px;
    height: 7.6px;
  }
}

.consult .heading-cloud {
  margin-bottom: calc(35 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .consult .heading-cloud {
    margin-bottom: 64px;
  }
}
.consult__inner h3 {
  text-align: center;
  margin: 0 0 calc(12 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .consult__inner h3 {
    margin: 0 0 20px;
  }
}
.consult__inner h3 img {
  max-width: 346px;
}
@media only screen and (min-width: 768px) {
  .consult__inner h3 img {
    max-width: 624px;
  }
}
.consult__inner h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.33;
  margin: 0 0 calc(54 / var(--base-width) * 100vw);
  font-family: "ReimPr6", "Noto Serif JP", sans-serif;
  font-size: calc(34 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .consult__inner h2 {
    font-size: calc(63 / var(--base-width) * 100vw);
    margin: 0 0 calc(70 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .consult__inner h2 {
    font-size: 63px;
    margin: 0 0 70px;
  }
}
.consult .hotline {
  margin-bottom: calc(36 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .consult .hotline {
    margin-bottom: 70px;
  }
}

.about-symptoms {
  padding-block: calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-symptoms {
    padding-block: 30px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .about-symptoms__inner {
    display: flex;
    justify-content: space-between;
  }
}
.about-symptoms__content {
  font-size: calc(22 / var(--base-width) * 100vw);
  line-height: 1.8;
  font-weight: 100;
  color: #231916;
}
@media only screen and (min-width: 768px) {
  .about-symptoms__content {
    width: 59%;
    font-size: 21px;
  }
}
.about-symptoms__content p {
  margin-bottom: calc(35 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-symptoms__content p {
    margin-bottom: 38px;
  }
}
.about-symptoms__content p:last-of-type {
  margin-bottom: 0;
}
.about-symptoms figure {
  text-align: center;
  margin-top: calc(70 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-symptoms figure {
    width: 35%;
    margin-top: 0;
  }
}
.about-symptoms figure img {
  width: 100%;
  border-radius: calc(31.6 / var(--base-width) * 100vw);
  max-width: calc(338 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-symptoms figure img {
    border-radius: 30px;
    max-width: none;
  }
}

.causes-symptoms {
  font-weight: 100;
  color: #231916;
  position: relative;
  z-index: 2;
  line-height: 1.59;
  font-size: calc(22 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .causes-symptoms {
    font-size: 21px;
    line-height: 1.8;
  }
}
.causes-symptoms picture {
  background: var(--white);
  display: block;
  border-radius: calc(30 / var(--base-width) * 100vw);
  padding: calc(15 / var(--base-width) * 100vw) calc(10 / var(--base-width) * 100vw);
  margin-top: calc(32 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .causes-symptoms picture {
    border-radius: 30px;
    margin-top: 56px;
    padding: 35px 60px;
  }
}
.causes-symptoms picture img {
  width: 100%;
}

.treatment-prevention {
  margin-top: calc(-65 / var(--base-width) * 100vw);
  background: #fcebef;
  padding-block: calc(80 / var(--base-width) * 100vw) 32px;
}
@media only screen and (min-width: 768px) {
  .treatment-prevention {
    padding-block: calc(150 / var(--base-width) * 100vw) 50px;
    margin-top: calc(-120 / var(--base-width) * 100vw);
  }
}
.treatment-prevention__content {
  line-height: 1.86;
  color: #595857;
  font-weight: 700;
  text-align: center;
  font-size: calc(24 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .treatment-prevention__content {
    font-size: calc(30 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .treatment-prevention__content {
    font-size: 30px;
  }
}
.treatment-prevention__content span {
  color: #d82f8b;
}
.treatment-prevention__content ul {
  margin-block: calc(36 / var(--base-width) * 100vw) calc(40 / var(--base-width) * 100vw);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: calc(22 / var(--base-width) * 100vw) calc(17 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .treatment-prevention__content ul {
    margin-block: calc(50 / var(--base-width) * 100vw) calc(80 / var(--base-width) * 100vw);
    gap: calc(20 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .treatment-prevention__content ul {
    margin-block: 50px 80px;
    gap: 20px;
  }
}
.treatment-prevention__content ul li {
  background: #5654a2;
  color: var(--white);
  font-size: calc(25.5 / var(--base-width) * 100vw);
  line-height: 1.33;
  font-weight: 700;
  width: calc(140 / var(--base-width) * 100vw);
  height: calc(140 / var(--base-width) * 100vw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .treatment-prevention__content ul li {
    width: calc(165 / var(--base-width) * 100vw);
    height: calc(165 / var(--base-width) * 100vw);
    font-size: calc(30 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .treatment-prevention__content ul li {
    width: 165px;
    height: 165px;
    font-size: 30px;
  }
}
.treatment-prevention__content ul li.special {
  background: #3b82c5;
}
.treatment-prevention .heading-cloud {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .treatment-prevention .heading-cloud {
    margin-bottom: 60px;
  }
}

.ceo {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  .ceo {
    padding-block: 64px 44px;
  }
}
.ceo__inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ceo__inner {
    padding-right: calc(194 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .ceo__inner {
    padding-right: 194px;
  }
}
.ceo__inner figure {
  text-align: center;
  font-weight: 700;
  color: #595857;
  font-size: 22px;
  width: calc(270 / var(--base-width) * 100vw);
  margin: calc(-50 / var(--base-width) * 100vw) auto 0;
}
@media only screen and (min-width: 768px) {
  .ceo__inner figure {
    width: calc(230 / var(--base-width) * 100vw);
    position: absolute;
    bottom: calc(-12 / var(--base-width) * 100vw);
    right: 0;
    font-size: calc(24 / var(--base-width) * 100vw);
    margin: 0;
  }
}
@media only screen and (min-width: 950px) {
  .ceo__inner figure {
    width: 230px;
    bottom: -12px;
    font-size: 24px;
  }
}
.ceo__inner figure img {
  width: 100%;
}
.ceo__content {
  background: url("../images/ceo-bg.svg") no-repeat 0 0/100%;
  font-size: calc(21.21 / var(--base-width) * 100vw);
  line-height: 1.86;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding-bottom: calc(20 / var(--base-width) * 100vw);
  min-height: calc(200 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .ceo__content {
    min-height: calc(300 / var(--base-width) * 100vw);
    padding-bottom: calc(30 / var(--base-width) * 100vw);
    font-size: calc(30 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 950px) {
  .ceo__content {
    min-height: 285px;
    padding-bottom: 30px;
    font-size: 30px;
  }
}

.clinic-introduction {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .clinic-introduction {
    padding-bottom: 40px;
  }
}
.clinic-introduction__inner {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
@media only screen and (min-width: 768px) {
  .clinic-introduction__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}
.clinic-introduction__item {
  max-width: 413px;
  text-align: center;
  font-size: 15.65px;
  font-weight: 700;
  color: #595857;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .clinic-introduction__item {
    max-width: none;
    margin-inline: 0;
  }
}
.clinic-introduction__item > img {
  margin-bottom: 12px;
}
.clinic-introduction__item h3 {
  font-size: 16.13px;
  line-height: 1.3;
  font-weight: 700;
  background: #5654a2;
  color: var(--white);
  padding: 3px 20px;
  border-radius: 100px;
  display: inline-block;
  margin: 24px 0 5px;
}
.clinic-introduction__item h4 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: #595857;
  text-align: center;
  letter-spacing: 3px;
}
@media only screen and (min-width: 768px) {
  .clinic-introduction__item h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 950px) {
  .clinic-introduction__item h4 {
    letter-spacing: 8px;
    font-size: 22px;
  }
}
.clinic-introduction__item figure img {
  width: 100%;
}
.clinic-introduction__item figure figcaption {
  font-size: 16.13px;
  line-height: 1.3;
  font-weight: 700;
  color: #595857;
  border-left: 9.7px solid #5654a2;
  padding-left: 7px;
  text-align: left;
  display: inline-block;
  margin-top: 15px;
}
.clinic-introduction__images {
  display: grid;
  gap: calc(16 / var(--base-width) * 100vw);
  margin-bottom: calc(48 / var(--base-width) * 100vw);
  grid-template-columns: 1fr 1fr 1fr;
  margin-inline: calc(-24 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .clinic-introduction__images {
    margin-inline: 0;
    margin-bottom: 60px;
    gap: 28px;
  }
}
.clinic-introduction__images figure img {
  width: 100%;
  border-radius: calc(16 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .clinic-introduction__images figure img {
    border-radius: 26.5px;
  }
}
.clinic-introduction__more {
  padding-inline: calc(34 / var(--base-width) * 100vw);
  display: grid;
  gap: calc(35 / var(--base-width) * 100vw);
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .clinic-introduction__more {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-inline: 0;
  }
}
.clinic-introduction__more a img {
  width: 100%;
}

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