@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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*/
  font-size: 16px;
}

/* 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: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
  border: 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 */
}

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =============================================
アニメーション用
============================================= */
.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#page-top.floatAnime {
  background: url("../img/mouse.png") no-repeat center;
  background-size: contain;
  width: 230px;
  height: 230px;
  animation: floatAnime 2s linear infinite;
}
@media (max-width: 1300px) {
  #page-top.floatAnime {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media (max-width: 768px) {
  #page-top.floatAnime {
    width: 19.53125vw;
    height: 19.53125vw;
    right: 0;
    bottom: 0;
  }
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp.show-fadeUp {
  animation: fadeUp 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}

.fadeIn1.show-fadeIn1 {
  animation: fadeIn 1.1s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

.fadeIn3.show-fadeIn3 {
  animation: fadeIn 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 2s 0.6s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

.bound3 {
  opacity: 0;
}

.bound3.show-bound3 {
  animation: bound 2s 1.6s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* =============================================
サイズ基準
============================================= */
:root {
  margin: 1px;
  padding: 1px;
  font-size: 1px;
  gap: 1px;
}
@media (max-width: 1300px) {
  :root {
    margin: 0.078125vw;
    padding: 0.078125vw;
    font-size: 0.078125vw;
    gap: 0.078125vw;
  }
}
@media (max-width: 768px) {
  :root {
    margin: 0.1302083333vw;
    padding: 0.1302083333vw;
    font-size: 0.1302083333vw;
    gap: 0.1302083333vw;
  }
}
@media (max-width: 480px) {
  :root {
    margin: 0.2272727273vw;
    padding: 0.2272727273vw;
    font-size: 0.2272727273vw;
    gap: 0.2272727273vw;
  }
}

html, body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* =============================================
フォント種類
============================================= */
/* =============================================
全体に対して
============================================= */
html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

body.no-scroll {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #fff;
  overflow-x: hidden;
  color: #231815;
  font-variant-ligatures: none;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18rem;
  font-feature-settings: "palt" 1;
}

/* =============================================
htmlタグに対して
============================================= */
footer {
  background-color: #fff;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

/* =============================================
各所共通で使う用
============================================= */
.pc-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .pc-container {
    padding: 0 40rem;
  }
}
@media (max-width: 768px) {
  .pc-container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .tab-container {
    width: 90% !important;
    margin: 0 auto;
  }
}

.hidden {
  display: none !important;
}

/* =============================================
レスポンシブ対応用
============================================= */
.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.tab-inline {
  display: none !important;
}
@media (max-width: 768px) {
  .tab-inline {
    display: inline !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 480px) {
  .sp {
    display: block !important;
  }
}

.sp-inline {
  display: none !important;
}
@media (max-width: 480px) {
  .sp-inline {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  .noTab {
    display: none !important;
  }
}

/* =============================================
フレックス要素用
============================================= */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

/* =============================================
固定表示用
============================================= */
.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: top 0.3s ease-in-out;
}

.hidden {
  opacity: 0; /* 非表示状態 */
}

/* =============================================
ボタンで表示・非表示JSで値操作
============================================= */
[data-display=hide] {
  display: none;
}

[data-display=show] {
  display: block;
}

.navList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .navList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.navList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.2em 0;
  color: #ff4ba6;
  font-size: 21rem;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .navList li a {
    padding: 0.6em 0;
    color: #fff;
    font-size: 37rem;
  }
}
@media (max-width: 480px) {
  .navList li a {
    padding: 1em 0;
    font-size: 24rem;
  }
}
.navList li.active a:hover {
  color: #965628;
  cursor: default;
}
@media (max-width: 768px) {
  .navList li.active a:hover {
    color: #fff;
  }
}

.footer .navList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.footer .navList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.2em 0;
  gap: 12rem;
  font-size: 18rem;
}

/* =============================================
ハンバーガーボタン
============================================= */
.hamburger {
  position: relative;
  width: clamp(56px, 15vw, 116px);
  height: clamp(44px, 12vw, 100px);
  margin-top: 12rem;
  z-index: 100;
}
.hamburger.fixed {
  top: 3%;
  right: 5%;
}
.hamburger.fixed.fixedBg {
  width: clamp(56px, 18vw, 116px);
  height: clamp(44px, 15vw, 100px);
  padding: 1vw;
  background-color: rgba(255, 219, 200, 0.9);
}
.hamburger.fixed.fixedBg span {
  width: 90%;
  left: 5%;
}
.hamburger.fixed.fixedBg span:nth-of-type(1) {
  top: 10%;
}
.hamburger.fixed.fixedBg span:nth-of-type(2) {
  top: 42%;
}
.hamburger.fixed.fixedBg span:nth-of-type(3) {
  top: 50%;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  width: 100%;
  height: clamp(3px, 0.6vw, 4.4px);
  left: 0;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 32%;
}
.hamburger span:nth-of-type(3) {
  position: relative;
  top: 40%;
}
.hamburger span:nth-of-type(3)::after {
  position: absolute;
  content: "menu";
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44rem;
}
@media (max-width: 480px) {
  .hamburger span:nth-of-type(3)::after {
    font-size: 24rem;
  }
}
.hamburger-active {
  background-color: #fff !important;
  position: relative;
  z-index: 9999;
}
.hamburger-active:nth-of-type(1), .hamburger-active:nth-of-type(2) {
  width: 90% !important;
  top: 40% !important;
}
.hamburger-active:nth-of-type(1) {
  transform: rotate(45deg);
}
.hamburger-active:nth-of-type(2) {
  transform: rotate(-45deg);
}
.hamburger-active:nth-of-type(3)::after {
  content: "" !important;
}

/* =============================================
ハンバーガーメニュー中身
============================================= */
.hamNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffdbc8;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .hamNav {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hamNav-active {
  left: 0 !important;
}

.header {
  width: 100%;
  background-color: #ffdbc8;
  color: #f5c2d0;
  position: relative;
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100vw solid #f5c2d0;
  border-top: 5.4166666667vw solid #ffdbc8;
}
@media (max-width: 768px) {
  .header::after {
    border-top: 13.3333333333vw solid #ffdbc8;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__inner--logo {
  width: 28.3333333333%;
  padding: 8rem 12rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .header__inner--logo {
    width: clamp(0px, 70vw, 560px);
    padding: 16rem 0;
  }
}
.header__inner--logo .tel-num {
  width: 80%;
  margin: 4rem auto 8rem;
}
@media (max-width: 768px) {
  .header__inner--logo .tel-num {
    display: none;
  }
}
.header__inner--nav {
  width: 66.6666666667%;
  padding: 0 12rem;
  position: relative;
  z-index: 1;
}

.home {
  padding-top: 40rem;
  padding-bottom: 56rem;
  background-color: #f5c2d0;
}
@media (max-width: 768px) {
  .home {
    padding-top: 80rem;
  }
}
@media (max-width: 480px) {
  .home {
    padding-top: 40rem;
    padding-bottom: 20rem;
  }
}
@media (max-width: 768px) {
  .home .homeContainer {
    padding: 0 2%;
  }
}
.home__box {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 16rem;
  background-color: #fff;
  border-radius: 8rem;
}
@media (max-width: 768px) {
  .home__box {
    width: 100%;
  }
}
.home__box--image {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home__box--image {
    width: 96%;
  }
}
.home__box--image img {
  transform: translateY(-24rem);
}
@media (max-width: 768px) {
  .home__box--image img {
    transform: translateY(-16rem);
  }
}
.home__box--text {
  margin-top: -24rem;
}
@media (max-width: 768px) {
  .home__box--text {
    margin-top: 0;
  }
}
.home__box--text P {
  font-size: 24rem;
  font-weight: 900;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: -0.04em;
}
@media (max-width: 480px) {
  .home__box--text P {
    font-size: 18rem;
  }
}
.home__box--text P:first-child {
  width: 80%;
  margin: 0 auto 2em;
  padding-left: 4em;
  color: #ff4ba6;
}
@media (max-width: 768px) {
  .home__box--text P:first-child {
    width: 90%;
    padding-left: 0;
  }
}
.home__box--text P:nth-child(2) {
  color: #41210c;
  text-align: center;
}

.salary {
  padding-bottom: 100rem;
  background-color: #f5c2d0;
}
.salary__box {
  width: 94%;
  margin: 0 auto;
  padding: 32rem 48rem;
  background-color: #fff;
  border-radius: 8rem;
}
@media (max-width: 768px) {
  .salary__box {
    width: 100%;
    padding: 32rem 0;
    background-color: transparent;
  }
}
.salary__box--list {
  width: 100%;
}
.salary__box--list li {
  margin-bottom: 32rem;
}
@media (max-width: 768px) {
  .salary__box--list li {
    margin-bottom: 100rem;
  }
  .salary__box--list li:last-child {
    margin-bottom: 40rem;
  }
}
@media (max-width: 480px) {
  .salary__box--list li {
    margin-bottom: 40rem;
  }
}
.salary__box--list li img {
  width: 100%;
}

.treatment .treatmentTop {
  padding-top: 40rem;
  padding-bottom: 96rem;
}
@media (max-width: 768px) {
  .treatment .treatmentTop {
    padding-bottom: 80rem;
  }
}
@media (max-width: 480px) {
  .treatment .treatmentTop {
    padding-bottom: 40rem;
  }
}
.treatment .treatmentBottom {
  padding-bottom: 240rem;
}
@media (max-width: 768px) {
  .treatment .treatmentBottom {
    padding-bottom: 80rem;
  }
}
@media (max-width: 480px) {
  .treatment .treatmentBottom {
    padding-bottom: 20rem;
  }
}
.treatment__section--title {
  display: flex;
  align-items: center;
  gap: 16rem;
  margin-bottom: 24rem;
}
.treatment__section--title img {
  width: clamp(38px, 6vw, 74px);
}
@media (max-width: 768px) {
  .treatment__section--title img {
    width: clamp(40px, 10vw, 65px);
  }
}
.treatment__section--title span {
  color: #41210c;
  font-size: 44rem;
}
@media (max-width: 768px) {
  .treatment__section--title span {
    font-size: 50rem;
  }
}
@media (max-width: 480px) {
  .treatment__section--title span {
    font-size: 28rem;
  }
}
.treatment__section--title span.treatment-tMini {
  white-space: nowrap;
  font-size: 40rem;
}
@media (max-width: 768px) {
  .treatment__section--title span.treatment-tMini {
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .treatment__section--title span.treatment-tMini {
    font-size: 22rem;
  }
}
.treatment__section--text {
  color: #231815;
  font-size: 24rem;
  line-height: 1.5185185185;
}
@media (max-width: 768px) {
  .treatment__section--text {
    font-size: 29rem;
  }
}
@media (max-width: 480px) {
  .treatment__section--text {
    font-size: 18rem;
  }
}
.treatment__section01--text {
  margin-bottom: 64rem;
}
@media (max-width: 480px) {
  .treatment__section01--text {
    margin-bottom: 32rem;
  }
}
.treatment__section03 {
  position: relative;
}
@media (max-width: 768px) {
  .treatment__section03 {
    margin-bottom: 80rem;
  }
}
.treatment__section03--text {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .treatment__section03--text {
    margin-bottom: 2em;
  }
}
.treatment__section03--image {
  position: absolute;
  width: clamp(200px, 33vw, 402px);
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .treatment__section03--image {
    position: relative;
    width: 80%;
    max-width: 439px;
    margin: 0 auto 64rem;
  }
}
.treatment__section03--image img {
  width: 100%;
}
.treatment__bg {
  background-color: #f5c2d0;
}
@media (max-width: 768px) {
  .treatment__bg {
    padding-top: 64rem;
  }
}
@media (max-width: 480px) {
  .treatment__bg {
    padding-top: 32rem;
  }
}

.voice__title {
  display: flex;
  align-items: center;
  gap: 40rem;
  margin-top: -240rem;
  margin-bottom: 40rem;
}
@media (max-width: 768px) {
  .voice__title {
    margin-top: -140rem;
    margin-bottom: 0;
    margin-left: 1.8%;
  }
}
@media (max-width: 480px) {
  .voice__title {
    margin-top: -88rem;
  }
}
.voice__title img {
  width: clamp(120px, 26vw, 240px);
  padding-top: 180rem;
}
@media (max-width: 768px) {
  .voice__title img {
    width: clamp(80px, 26vw, 140px);
    padding-top: 100rem;
  }
}
@media (max-width: 480px) {
  .voice__title img {
    padding-top: 56rem;
  }
}
.voice__title span {
  color: #41210c;
  font-size: 44rem;
}
@media (max-width: 768px) {
  .voice__title span {
    font-size: 36rem;
  }
}
@media (max-width: 480px) {
  .voice__title span {
    font-size: 24rem;
  }
}
.voice__top {
  padding-left: 3em;
  padding-bottom: 40rem;
}
@media (max-width: 768px) {
  .voice__top {
    margin-top: -40rem;
    padding-left: 0;
    padding-bottom: 32rem;
  }
}
@media (max-width: 480px) {
  .voice__top {
    padding-bottom: 0;
  }
}
.voice-bg {
  background-color: #f5c2d0;
  padding-top: 60rem;
  padding-bottom: 80rem;
}
@media (max-width: 480px) {
  .voice-bg {
    padding-bottom: 40rem;
  }
}
.voice__bottom--title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16rem;
  margin-bottom: 80rem;
}
@media (max-width: 768px) {
  .voice__bottom--title {
    justify-content: left;
  }
}
@media (max-width: 480px) {
  .voice__bottom--title {
    margin-bottom: 40rem;
  }
}
.voice__bottom--title img {
  width: clamp(38px, 6vw, 74px);
}
@media (max-width: 768px) {
  .voice__bottom--title img {
    width: clamp(38px, 12vw, 65px);
  }
}
.voice__bottom--title span {
  color: #41210c;
  font-size: 44rem;
}
@media (max-width: 768px) {
  .voice__bottom--title span {
    font-size: 50rem;
  }
}
@media (max-width: 480px) {
  .voice__bottom--title span {
    font-size: 28rem;
  }
}
.voice__bottom--image {
  max-width: 800px;
  margin: 0 auto 48rem;
}
@media (max-width: 768px) {
  .voice__bottom--image {
    margin: 0 auto 64rem;
  }
}
@media (max-width: 480px) {
  .voice__bottom--image {
    margin-bottom: 40rem;
  }
}
.voice__bottom--image img {
  width: 100%;
}
.voice__bottom--text {
  margin-bottom: 32rem;
  font-size: 24rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .voice__bottom--text {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .voice__bottom--text {
    font-size: 18rem;
  }
}

.voiceContent {
  display: flex;
  grid-gap: 80rem;
  margin-bottom: 80rem;
}
@media (max-width: 768px) {
  .voiceContent {
    margin-bottom: 56rem;
    grid-gap: 32rem;
  }
}
.voiceContent:nth-child(2n+1) {
  flex-direction: row;
}
@media (max-width: 768px) {
  .voiceContent:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
  .voiceContent:nth-child(2n+1) .voiceContent__info--name {
    padding-left: 2em;
  }
}
.voiceContent:nth-child(2n+2) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .voiceContent:nth-child(2n+2) {
    flex-direction: column-reverse;
  }
  .voiceContent:nth-child(2n+2) .voiceContent__info--name {
    padding-right: 2em;
  }
}
.voiceContent__desc {
  font-size: 22rem;
  line-height: 1.64;
  align-content: center;
}
@media (max-width: 480px) {
  .voiceContent__desc {
    font-size: 18rem;
  }
}
.voiceContent__info {
  display: flex;
  width: clamp(180px, 29vw, 350px);
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .voiceContent__info {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 2%;
  }
}
@media (max-width: 768px) {
  .voiceContent__info-reverse {
    width: 100%;
    flex-direction: row;
  }
}
.voiceContent__info--picture {
  margin-bottom: 16rem;
}
@media (max-width: 768px) {
  .voiceContent__info--picture {
    width: clamp(180px, 50vw, 350px);
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .voiceContent__info--name {
    padding-bottom: 0.4em;
    text-align: center;
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .voiceContent__info--name {
    font-size: 18rem;
  }
}

.contact {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .contact {
    padding-bottom: 40px;
  }
}
.contact__image img {
  width: 100%;
}
.contact__button {
  display: flex;
  justify-content: center;
  gap: 60rem;
  margin-top: -120rem;
  margin-bottom: 40rem;
  padding: 0 80rem;
}
@media (max-width: 768px) {
  .contact__button {
    gap: 20rem;
    margin-top: 0rem;
    margin-bottom: 12rem;
    padding: 0;
  }
}
.contact__button--link {
  width: 50%;
  max-width: 504px;
  padding: 0.8em 0;
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 8px;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 30rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .contact__button--link {
    padding: 0.4em 0;
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .contact__button--link {
    font-size: 18rem;
  }
}
.contact__button--link:nth-child(1) {
  color: #ffad38;
  border: 4px solid #ffad38;
}
@media (max-width: 768px) {
  .contact__button--link:nth-child(1) {
    border: 3px solid #ffad38;
  }
}
@media (max-width: 480px) {
  .contact__button--link:nth-child(1) {
    border: 2px solid #ffad38;
  }
}
.contact__button--link:nth-child(1):hover {
  background-color: #ffad38;
  color: #fff;
  transition: 0.4s;
}
.contact__button--link:nth-child(2) {
  color: #00ad38;
  border: 4px solid #00ad38;
}
@media (max-width: 768px) {
  .contact__button--link:nth-child(2) {
    border: 3px solid #00ad38;
  }
}
@media (max-width: 480px) {
  .contact__button--link:nth-child(2) {
    border: 2px solid #00ad38;
  }
}
.contact__button--link:nth-child(2):hover {
  background-color: #00ad38;
  color: #fff;
  transition: 0.4s;
}
.contact__text {
  display: flex;
  justify-content: center;
  gap: 60rem;
  margin-bottom: 120rem;
  padding: 0 80rem;
}
@media (max-width: 768px) {
  .contact__text {
    gap: 20rem;
    margin-bottom: 80rem;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .contact__text {
    margin-bottom: 40rem;
  }
}
.contact__text--link {
  width: 50%;
  max-width: 504px;
  padding: 0.8em 0;
  text-align: center;
}
.contact__text--link:nth-child(1) img {
  width: 80%;
  max-width: 413px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact__text--link:nth-child(1) img {
    width: 92%;
  }
}
.contact__text--link:nth-child(2) img {
  width: 80%;
  max-width: 363px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact__text--link:nth-child(2) img {
    width: 84%;
  }
}

.form {
  color: #626557;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}
.form__text {
  margin-bottom: 32rem;
  font-size: 30rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .form__text {
    margin-bottom: 80rem;
    font-size: 35rem;
  }
}
@media (max-width: 480px) {
  .form__text {
    margin-bottom: 40rem;
    font-size: 20rem;
  }
}
.form .form-container {
  width: clamp(400px, 66vw, 792px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .form .form-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form__list {
    margin-bottom: 56rem;
  }
}
.form .formList {
  display: grid;
  grid-template-columns: 2fr 7fr;
  margin-bottom: 48rem;
}
@media (max-width: 768px) {
  .form .formList {
    display: flex;
    flex-direction: column;
    margin-bottom: 24rem;
  }
}
.form .formList .markRequired {
  padding-left: 0.4em;
  color: #df8f4a;
  font-size: 18rem;
}
@media (max-width: 768px) {
  .form .formList .markRequired {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .form .formList .markRequired {
    font-size: 18rem;
  }
}
.form .formList .error {
  display: block;
  color: red;
}
.form .formList__title {
  align-content: center;
}
@media (max-width: 768px) {
  .form .formList__title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
}
.form .formList__title .title {
  font-size: 20rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .form .formList__title .title {
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .form .formList__title .title {
    font-size: 18rem;
  }
}
.form .formList__content input,
.form .formList__content select,
.form .formList__content textarea {
  padding: 0.4em;
  font-size: 20rem;
}
@media (max-width: 768px) {
  .form .formList__content input,
  .form .formList__content select,
  .form .formList__content textarea {
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .form .formList__content input,
  .form .formList__content select,
  .form .formList__content textarea {
    font-size: 18rem;
  }
}
.form .formList__content input,
.form .formList__content select {
  width: clamp(300px, 40vw, 530px);
  border: 1px solid #626557;
}
@media (max-width: 768px) {
  .form .formList__content input,
  .form .formList__content select {
    width: 100%;
  }
}
.form .formList__content textarea {
  width: clamp(340px, 51vw, 617px);
  height: clamp(160px, 28vw, 365px);
  padding: 0.8em;
  border: 1px solid #626557;
}
@media (max-width: 768px) {
  .form .formList__content textarea {
    width: 100%;
    height: clamp(200px, 60vw, 438px);
  }
}
.form__submit {
  text-align: center;
}
.form__submit--button {
  padding: 0.3em 3em;
  background-color: #ffdbc8;
  border-radius: 8px;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 25rem;
  font-weight: 200;
}
@media (max-width: 768px) {
  .form__submit--button {
    font-size: 43rem;
  }
}
@media (max-width: 480px) {
  .form__submit--button {
    font-size: 22rem;
  }
}

/* =============================================
recaptcha badge
============================================= */
.grecaptcha-badge {
  margin-bottom: var(--recaptcha-badge-position);
  z-index: 9999;
}
@media (max-width: 768px) {
  .grecaptcha-badge {
    display: none;
  }
}

@media (min-width: 992px) {
  .grecaptcha-badge {
    margin-bottom: 0;
  }
}
/********************************************
* Now Loading
********************************************/
.form #form-load {
  display: none;
}
.form .loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form .load1 {
  animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  text-align: center;
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.8;
  width: 800px;
}
.form .load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.form #result {
  text-align: center;
  margin: 0px auto;
}
@media (max-width: 1300px) {
  .form #result {
    margin: 6.25vw auto;
  }
}
.form #result h4 {
  margin-bottom: 45px;
  font-size: 36px;
}
@media (max-width: 1300px) {
  .form #result h4 {
    margin-bottom: 3.125vw;
    font-size: 3.671875vw;
  }
}
@media (max-width: 768px) {
  .form #result h4 {
    margin-bottom: 4.6875vw;
    font-size: 4.9479166667vw;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
}
.form #result p {
  padding-bottom: 50px;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .form #result p {
    font-size: 2.421875vw;
  }
}
@media (max-width: 768px) {
  .form #result p {
    font-size: 3.90625vw;
    line-height: 1.4;
    padding-bottom: 6.5104166667vw;
  }
}
.form .space {
  height: 30px;
}
@media (max-width: 1300px) {
  .form .space {
    height: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .form .space {
    height: 1.3020833333vw;
  }
}
.form__confirm {
  text-align: center;
}
.form__confirm--title {
  display: inline-block;
  margin-bottom: 1em;
  background: linear-gradient(transparent 80%, #ff6 80%);
  font-size: 32rem;
}
.form__confirm--text {
  font-size: 24rem;
}
@media (max-width: 480px) {
  .form__confirm--text {
    font-size: 18rem;
  }
}

.footer {
  width: 100%;
  padding-bottom: 16rem;
  background-color: #f5c2d0;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    background: none;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: clamp(40px, 4vw, 50px);
  padding-bottom: 32rem;
  position: relative;
  z-index: 1;
}
.footer__inner--logo {
  width: 28.3333333333%;
  padding: 8rem 12rem;
}
.footer__inner--logo .tel-num {
  width: 90%;
  margin: 4rem auto 0;
}
@media (max-width: 768px) {
  .footer__inner--logo .tel-num {
    display: none;
  }
}
.footer__inner--nav {
  width: 71.6666666667%;
  padding: 0 12rem;
}
.footer__sales {
  display: block;
  margin: 32rem auto;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__sales {
    margin-top: 0;
  }
}
.footer__sales a {
  display: inline-block;
  padding: 12rem 48rem;
  color: #fff;
  background-color: #965628;
  font-size: 22rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .footer__sales a {
    font-size: 18rem;
  }
}
.footer__sales a:hover {
  color: #965628;
  background-color: #fff;
}
.footer__banner {
  padding: 32rem 0;
}
@media (max-width: 768px) {
  .footer__banner {
    margin-bottom: 80rem;
    padding: 32rem 2%;
  }
}
@media (max-width: 480px) {
  .footer__banner {
    margin-bottom: 40rem;
  }
}
.footer__copyright {
  padding: 32px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .footer__copyright {
    font-size: 14rem;
  }
}

.footerBg {
  width: 100%;
  background-color: #ffdbc8;
  color: #f5c2d0;
  position: relative;
}
.footerBg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100vw solid #f5c2d0;
  border-top: 5.4166666667vw solid #ffdbc8;
}
@media (max-width: 768px) {
  .footerBg {
    background: none;
  }
  .footerBg::after {
    content: none;
  }
}

.fixedBottom {
  display: none;
}
@media (max-width: 768px) {
  .fixedBottom {
    display: grid;
    width: 100vw;
    height: clamp(40px, 10vw, 74px);
    grid-template-columns: repeat(3, 1fr);
  }
}
.fixedBottom.fixed {
  top: unset;
  bottom: 0;
}
.fixedBottom__list {
  height: 100%;
}
.fixedBottom__list--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fixedBottom__list--button.tel {
  background-color: #725f67;
}
.fixedBottom__list--button.line {
  background-color: #00a346;
}
.fixedBottom__list--button.toTop {
  background-color: #323250;
}
.fixedBottom__list--button.afterHidden {
  background-color: transparent;
}
.fixedBottom__list--button.afterHidden span {
  color: transparent;
}
.fixedBottom__list--button span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  .fixedBottom__list--button span {
    font-size: 18rem;
  }
}/*# sourceMappingURL=style.css.map */