@charset "UTF-8";
@font-face {
  font-family: "A-OTF Ryumin Pro", serif;
  src: url("../font/A-OTF-RyuminPro-Regular.otf") format("opentype");
  src: url("../font/A-OTF-RyuminPro-Light.otf") format("opentype");
}
@font-face {
  font-family: "A-OTF Shin Go Pro", sans-serif;
  src: url("../font/A-OTF-ShinGoPro-Light.otf") format("opentype");
}
/*! 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;
}

@font-face {
  font-family: "A-OTF Ryumin Pro", serif;
  src: url("../font/A-OTF-RyuminPro-Regular.otf") format("opentype");
  src: url("../font/A-OTF-RyuminPro-Light.otf") format("opentype");
}
@font-face {
  font-family: "A-OTF Shin Go Pro", sans-serif;
  src: url("../font/A-OTF-ShinGoPro-Light.otf") format("opentype");
}
@font-face {
  font-family: "A-OTF Ryumin Pro", serif;
  src: url("../font/A-OTF-RyuminPro-Regular.otf") format("opentype");
  src: url("../font/A-OTF-RyuminPro-Light.otf") format("opentype");
}
@font-face {
  font-family: "A-OTF Shin Go Pro", sans-serif;
  src: url("../font/A-OTF-ShinGoPro-Light.otf") format("opentype");
}
/* =============================================
色
============================================= */
/* =============================================
フォント種類
============================================= */
/* =============================================
サイズ基準
============================================= */
:root {
  font-size: 1px;
  gap: 1px;
}
@media (max-width: 1280px) {
  :root {
    font-size: 0.078125vw;
    gap: 0.078125vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 0.1302083333vw;
    gap: 0.1302083333vw;
  }
}
@media (max-width: 480px) {
  :root {
    font-size: 0.2272727273vw;
    gap: 0.2272727273vw;
  }
}

/* =============================================
全体に対して
============================================= */
html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

body {
  zoom: 0.8;
  -moz-transform: scale(0.8);
}
@media (max-width: 768px) {
  body {
    zoom: 1;
    -moz-transform: scale(1);
  }
}

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

body {
  background-color: #fff;
  overflow-x: hidden;
  font-variant-ligatures: none;
  font-family: "A-OTF Ryumin Pro", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16rem;
  font-feature-settings: "palt" 1;
  color: #000;
  letter-spacing: 0.1em;
}

#chamo-window .chamo-chatlog-wrapper {
  overscroll-behavior: auto;
}

/* =============================================
htmlタグに対して
============================================= */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
}

/* =============================================
各所共通で使う用
============================================= */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    max-width: 92.1875vw;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

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

.hidden {
  display: none !important;
}

/* =============================================
レスポンシブ対応用
============================================= */
.none {
  display: none !important;
}

.block {
  display: block !important;
}

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

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

.pc-flex {
  display: flex !important;
}
@media (max-width: 768px) {
  .pc-flex {
    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;
  }
}

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

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.pc-nowrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pc-nowrap {
    white-space: unset;
  }
}

.pc-ls-small {
  letter-spacing: -0.08em;
}
@media (max-width: 768px) {
  .pc-ls-small {
    letter-spacing: normal;
  }
}

.tab-ls-small {
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .tab-ls-small {
    letter-spacing: -0.08em;
  }
}

@media (max-width: 768px) {
  .recruit {
    padding-top: 17.7083333333vw;
  }
}

/* =============================================
フレックス要素用
============================================= */
.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;
}
@media (max-width: 768px) {
  .fixed {
    top: unset;
    bottom: 0;
    transition: bottom 0.3s ease-in-out;
  }
}

.button-sales {
  display: block;
  text-align: center;
  width: 31%;
  margin: 0 auto 0.5em;
  padding: 12px 0;
  background-color: #f0687b;
  color: #fff;
  font-size: 13rem;
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
@media (hover: hover) {
  .button-sales:hover {
    background-color: #686868;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .button-sales {
    width: 50%;
    margin: 0 auto 1em;
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .button-sales {
    width: 60%;
    font-size: 18rem;
  }
}

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

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

/* =============================================
アニメーション用
============================================= */
.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: 1280px) {
  #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%;
  }
}
/* =============================================
ハンバーガーボタン
============================================= */
.hamburger-header {
  position: relative;
  margin: 0 auto;
  color: #793b00;
  width: 2.24vw;
  height: 1.92vw;
  z-index: 100;
}
.hamburger-header:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .hamburger-header {
    width: 11.71875vw;
  }
}
.hamburger-header span {
  position: absolute;
  width: 100%;
  height: 0.4vw;
  left: 0px;
  background: #f66464;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 768px) {
  .hamburger-header span {
    height: 1.0416666667vw;
  }
}
.hamburger-header span:nth-of-type(1) {
  top: 0vw;
}
.hamburger-header span:nth-of-type(2) {
  top: 0.72vw;
}
.hamburger-header span:nth-of-type(3) {
  top: 1.44vw;
}
.hamburger-header-active:nth-of-type(1) {
  width: 90% !important;
  top: 0.78125vw !important;
  left: 0vw;
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  .hamburger-header-active:nth-of-type(1) {
    top: 4.1666666667vw !important;
  }
}
.hamburger-header-active:nth-of-type(2) {
  width: 90% !important;
  top: 0.78125vw !important;
  left: 0vw;
  transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .hamburger-header-active:nth-of-type(2) {
    top: 4.1666666667vw !important;
  }
}
.hamburger-header-active:nth-of-type(3) {
  background-color: transparent !important;
}

.hamburger-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
.hamburger-footer:hover {
  cursor: pointer;
}
.hamburger-footer span {
  width: 7.421875vw;
  height: 1.3020833333vw;
  background: #f66464;
  border-radius: 1em;
}
.hamburger-footer span:first-child {
  transition: transform 0.3s ease;
}
.hamburger-footer span:nth-of-type(2) {
  transition: opacity 0.3s ease;
}
.hamburger-footer span:last-child {
  position: relative;
  transition: transform 0.3s ease;
}
.hamburger-footer-active {
  width: 7.2916666667vw;
}
.hamburger-footer-active:nth-of-type(1) {
  position: absolute;
  top: 0vw;
  transform: rotate(-45deg);
}
.hamburger-footer-active:nth-of-type(2) {
  position: absolute;
  top: 0vw;
  transform: rotate(45deg);
}
.hamburger-footer-active:nth-of-type(3) {
  background-color: transparent;
}

/* =============================================
ハンバーガーメニュー中身
============================================= */
.hamNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 68%;
  height: 100%;
  background-color: #f0687b;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .hamNav {
    width: 100%;
  }
}
.hamNav-active {
  left: 0 !important;
}
.hamNav__logo {
  width: 10%;
  margin: 5em auto;
}
@media (max-width: 768px) {
  .hamNav__logo {
    width: 80%;
  }
}
.hamNav__flex {
  display: flex;
}
.hamNav__inner {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding-top: 6em;
  gap: 5em;
}
@media (max-width: 768px) {
  .hamNav__inner {
    width: 100%;
    margin-top: -10em;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .hamNav__inner {
    gap: 2em;
  }
}
.hamNav__inner--list {
  text-align: center;
  line-height: 1.4;
}
.hamNav__inner--list-link {
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 47rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 1880px) {
  .hamNav__inner--list-link {
    font-size: 40rem;
  }
}
@media (max-width: 1280px) {
  .hamNav__inner--list-link {
    font-size: 32rem;
  }
}
@media (max-width: 768px) {
  .hamNav__inner--list-link {
    font-size: 35rem;
  }
}
@media (max-width: 480px) {
  .hamNav__inner--list-link {
    font-size: 28rem;
  }
}
@media (max-width: 768px) {
  .hamNav__inner--list-button {
    display: block;
    width: 80%;
    margin: 4em auto 6em;
    padding: 0.3em 0;
    border-radius: 1em;
    background-color: #fff;
    font-family: "A-OTF Shin Go Pro", sans-serif;
    font-size: 33rem;
    letter-spacing: 0.05em;
    color: #f0687b;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .hamNav__inner--list-button {
    margin: 3em auto 3em;
    font-size: 24rem;
  }
}

.hamNavPc {
  display: block;
  width: 50%;
  height: 100%;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .hamNavPc {
    display: none;
  }
}
.hamNavPc__list {
  margin-bottom: 4em;
}
.hamNavPc__list li {
  font-size: 53rem;
  text-align: center;
}
@media (max-width: 1880px) {
  .hamNavPc__list li {
    font-size: 48rem;
  }
}
@media (max-width: 1280px) {
  .hamNavPc__list li {
    font-size: 32rem;
  }
}
.hamNavPc__tel {
  margin-bottom: 5em;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  text-align: center;
}
.hamNavPc__tel p {
  margin-bottom: 0.5em;
}
.hamNavPc__tel p span {
  font-size: 33rem;
  letter-spacing: 0.01em;
  position: relative;
}
@media (max-width: 1880px) {
  .hamNavPc__tel p span {
    font-size: 24rem;
  }
}
@media (max-width: 1280px) {
  .hamNavPc__tel p span {
    font-size: 18rem;
  }
}
.hamNavPc__tel p span:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_tel_white.svg);
  background-size: contain;
  width: 1.4848484848em;
  aspect-ratio: 49/32;
  left: -1em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hamNavPc__tel a {
  font-size: 63rem;
  font-weight: 400;
}
@media (max-width: 1880px) {
  .hamNavPc__tel a {
    font-size: 40rem;
  }
}
@media (max-width: 1280px) {
  .hamNavPc__tel a {
    font-size: 32rem;
  }
}
.hamNavPc__line {
  margin-bottom: 3em;
  text-align: center;
}
.hamNavPc__line p {
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 33rem;
}
@media (max-width: 1880px) {
  .hamNavPc__line p {
    font-size: 24rem;
  }
}
@media (max-width: 1280px) {
  .hamNavPc__line p {
    font-size: 18rem;
  }
}
.hamNavPc__line p:first-child {
  margin-bottom: 0.5em;
}
.hamNavPc__line p:first-child span {
  letter-spacing: 0.01em;
  position: relative;
}
.hamNavPc__line p:first-child span:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_line_white.svg);
  background-size: contain;
  width: 1.3333333333em;
  aspect-ratio: 44/42;
  left: -1em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hamNavPc__line p:nth-child(2) {
  margin-bottom: 1em;
  font-weight: 400;
}
.hamNavPc__line--qr {
  width: 20%;
  margin: 0 auto 3em;
}
.hamNavPc__button {
  display: block;
  width: 80%;
  margin: 0 auto 4em;
  padding: 0.3em 0;
  border-radius: 1em;
  background-color: #fff;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 33rem;
  letter-spacing: 0.05em;
  color: #f0687b;
  text-align: center;
  align-items: center;
}
@media (hover: hover) {
  .hamNavPc__button:hover {
    background-color: #686868;
    color: #fff;
    transition: 0.3s;
  }
}
@media (max-width: 1880px) {
  .hamNavPc__button {
    font-size: 24rem;
  }
}
@media (max-width: 1280px) {
  .hamNavPc__button {
    font-size: 18rem;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #ffeddf;
  padding: 2em 4em 2em 7em;
  position: relative;
}
@media (max-width: 768px) {
  .header {
    padding: 0;
  }
}
.header__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header__content {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
}
.header__content--logo {
  width: 6.8vw;
}
@media (max-width: 768px) {
  .header__content--logo {
    width: 22.1354166667vw;
    margin: 2em auto;
  }
}
.header__content--text {
  margin-left: 2em;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 0.96vw;
  color: #f0687b;
}
@media (max-width: 768px) {
  .header__content--text {
    margin-left: 0;
    margin-bottom: 3em;
    font-size: 28rem;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .header__content--text {
    font-size: 16rem;
  }
}
.header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__menu--text {
  margin-left: 1em;
  color: #f0687b;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 1.28vw;
}
.header__tabNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #f0687b;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow: hidden;
}
.header__tabNav a {
  color: #fff;
  font-weight: 700;
}
.header__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125vw;
  margin-top: -2.8645833333vw;
  vertical-align: middle;
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 6%;
  top: 0%;
  right: 50%;
  width: 100%;
  height: 100%;
  padding: 0vw 0;
  transform: translate(50%);
  text-align: center;
}
.header__tabNav__list-link {
  font-size: 5.859375vw;
  font-weight: bolder;
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
}
.header__tabNav-active {
  right: 0 !important;
}

.home {
  width: 100%;
  background-color: #ffeddf;
  padding-bottom: 10.4vw;
}
@media (max-width: 768px) {
  .home {
    display: flex;
    flex-direction: column;
    padding-bottom: 10em;
  }
}
@media (max-width: 480px) {
  .home {
    padding-bottom: 8em;
  }
}
.home__container {
  position: relative;
}
.home__top {
  position: relative;
  z-index: 1;
  width: 100%;
}
.home__top--bg {
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2);
}
@media (max-width: 1280px) {
  .home__top--bg {
    padding-left: 6.25vw;
  }
}
@media (max-width: 768px) {
  .home__top--bg {
    padding-left: 2em;
  }
}
.home__top--bg img {
  width: 100%;
}
.home__top--text {
  position: absolute;
  top: 7.04vw;
  right: 29%;
}
@media (max-width: 1880px) {
  .home__top--text {
    top: 6.3829787234vw;
    right: 34%;
  }
}
@media (max-width: 1280px) {
  .home__top--text {
    top: 10.3125vw;
    right: 36%;
  }
}
@media (max-width: 768px) {
  .home__top--text {
    top: 10%;
    right: 40%;
  }
}
.home__top--text li {
  font-style: italic;
  color: #793b00;
  white-space: nowrap;
}
.home__top--text li:first-child, .home__top--text li:nth-child(2) {
  font-size: 3.8vw;
}
@media (max-width: 1280px) {
  .home__top--text li:first-child, .home__top--text li:nth-child(2) {
    font-size: 4.375vw;
  }
}
@media (max-width: 768px) {
  .home__top--text li:first-child, .home__top--text li:nth-child(2) {
    font-size: 49rem;
  }
}
@media (max-width: 480px) {
  .home__top--text li:first-child, .home__top--text li:nth-child(2) {
    font-size: 22px;
  }
}
.home__top--text li:nth-child(2) {
  margin-bottom: 0.65em;
  text-align: center;
}
.home__top--text li:nth-child(3) {
  padding-left: 5%;
  font-size: 2.88vw;
}
@media (max-width: 1280px) {
  .home__top--text li:nth-child(3) {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .home__top--text li:nth-child(3) {
    margin-bottom: 0.1em;
    font-size: 37rem;
  }
}
@media (max-width: 480px) {
  .home__top--text li:nth-child(3) {
    font-size: 18px;
  }
}
.home__top--text li:nth-child(4) {
  margin-bottom: 1em;
}
.home__top--text li:nth-child(4) .number {
  line-height: 0.8;
  font-size: 6.08vw;
}
@media (max-width: 1280px) {
  .home__top--text li:nth-child(4) .number {
    font-size: 6.875vw;
  }
}
@media (max-width: 768px) {
  .home__top--text li:nth-child(4) .number {
    font-size: 80rem;
  }
}
@media (max-width: 480px) {
  .home__top--text li:nth-child(4) .number {
    font-size: 36rem;
  }
}
.home__top--text li:nth-child(4) .unit {
  font-size: 3.84vw;
}
@media (max-width: 1280px) {
  .home__top--text li:nth-child(4) .unit {
    font-size: 4.375vw;
  }
}
@media (max-width: 768px) {
  .home__top--text li:nth-child(4) .unit {
    font-size: 50rem;
  }
}
@media (max-width: 480px) {
  .home__top--text li:nth-child(4) .unit {
    font-size: 24rem;
  }
}
.home__top--text li:nth-child(5) {
  padding-left: 8%;
  font-size: 1.56vw;
}
@media (max-width: 1280px) {
  .home__top--text li:nth-child(5) {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .home__top--text li:nth-child(5) {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .home__top--text li:nth-child(5) {
    font-size: 18rem;
  }
}
.home__bottom {
  position: absolute;
  z-index: 2;
  top: 26%;
  left: calc((100vw - 1200px) / 2 - 2%);
}
@media (max-width: 1880px) {
  .home__bottom {
    left: max((100vw - 1200px) / 2 - 5%, (1600px - 1200px) / 2 - 5%);
  }
}
@media (max-width: 1280px) {
  .home__bottom {
    left: calc(6.25vw - 2em);
  }
}
@media (max-width: 768px) {
  .home__bottom {
    top: 94%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.home__bottom--list {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .home__bottom--list {
    margin-bottom: 0;
  }
}
.home__bottom--list li {
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .home__bottom--list li {
    margin-bottom: 1em;
  }
}
@media (max-width: 480px) {
  .home__bottom--list li {
    margin-bottom: 0.5em;
  }
}
.home__bottom--list li .list-text {
  background-color: #fff;
  font-size: 2.68vw;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .home__bottom--list li .list-text {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .home__bottom--list li .list-text {
    font-size: 44rem;
  }
}
@media (max-width: 480px) {
  .home__bottom--list li .list-text {
    font-size: 28rem;
  }
}
.home__bottom--list li .list-text .smaller {
  padding: 0 0.1em;
  font-size: 1.92vw;
  vertical-align: bottom;
}
@media (max-width: 1280px) {
  .home__bottom--list li .list-text .smaller {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .home__bottom--list li .list-text .smaller {
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .home__bottom--list li .list-text .smaller {
    font-size: 18rem;
  }
}
.home__bottom--list li .list-text .t-strong {
  color: #793b00;
}
.home__bottom--list li .list-text .d-bottom {
  position: relative;
}
.home__bottom--list li .list-text .d-bottom::after {
  position: absolute;
  content: "";
  width: 10rem;
  height: 10rem;
  background-color: #793b00;
  border-radius: 50%;
  left: 50%;
  bottom: -0.3em;
  transform: translate(-50%, 0);
}
@media (max-width: 1280px) {
  .home__bottom--list li .list-text .d-bottom::after {
    bottom: -0.4em;
  }
}
@media (max-width: 768px) {
  .home__bottom--list li .list-text .d-bottom::after {
    width: 8rem;
    height: 8rem;
    bottom: -0.3em;
  }
}
@media (max-width: 480px) {
  .home__bottom--list li .list-text .d-bottom::after {
    width: 4rem;
    height: 4rem;
  }
}
.home__bottom--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 355px;
  height: 79px;
  background-color: #f0687b;
  border-radius: 40px;
}
@media (hover: hover) {
  .home__bottom--button:hover {
    background-color: #686868;
    color: #fff;
    transition: 0.3s;
  }
}
@media (max-width: 1880px) {
  .home__bottom--button {
    width: 19.7222222222vw;
    height: 4.3888888889vw;
  }
}
@media (max-width: 768px) {
  .home__bottom--button {
    display: block;
    width: 46.2239583333vw;
    height: 10.2864583333vw;
    margin: 13em auto 0;
  }
}
@media (max-width: 480px) {
  .home__bottom--button {
    width: 50%;
    margin: 10em auto 0;
  }
}
.home__bottom--button img {
  width: 7.8873239437%;
}
@media (max-width: 768px) {
  .home__bottom--button img {
    width: 4.8177083333vw;
  }
}
@media (max-width: 480px) {
  .home__bottom--button img {
    width: 10%;
  }
}
.home__bottom--button span {
  padding-left: 0.5em;
  color: #fff;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 0.92vw;
}
@media (max-width: 1880px) {
  .home__bottom--button span {
    font-size: 1.2777777778vw;
  }
}
@media (max-width: 1280px) {
  .home__bottom--button span {
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .home__bottom--button span {
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .home__bottom--button span {
    font-size: 20rem;
  }
}

.treatment {
  background-image: url(../img/bg_peach.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 768px) {
  .treatment {
    background-image: url(../img/bg_peach02.svg);
    position: relative;
    z-index: 1;
  }
}
.treatment__top {
  padding: 0 2em;
}
@media (max-width: 768px) {
  .treatment__top {
    padding: 0;
  }
}
.treatment__top--content {
  position: relative;
  margin-bottom: 4em;
  padding: 25rem;
  border: 1px solid #000;
  border-radius: 64px;
}
@media (max-width: 768px) {
  .treatment__top--content {
    padding: 16rem;
    border-radius: 32px;
  }
}
.treatment__top--content-title {
  display: inline;
  background-color: #ffeddf;
  position: absolute;
  padding: 0 0.5em;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 50rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .treatment__top--content-title {
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .treatment__top--content-title {
    padding: 0 0.2em;
    font-size: 24rem;
  }
}
.treatment__top--content-attachment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0687b;
  position: absolute;
  top: 2%;
  right: 5%;
  transform: translate(0%, -50%);
  width: 244px;
  height: 244px;
  border-radius: 50%;
}
@media (max-width: 1280px) {
  .treatment__top--content-attachment {
    width: 19.0625vw;
    height: 19.0625vw;
  }
}
@media (max-width: 768px) {
  .treatment__top--content-attachment {
    width: 23.4375vw;
    height: 23.4375vw;
    top: -5%;
    right: unset;
    left: 3%;
  }
}
.treatment__top--content-attachment .attachment_title {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 26rem;
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
@media (max-width: 768px) {
  .treatment__top--content-attachment .attachment_title {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .treatment__top--content-attachment .attachment_title {
    font-size: 16rem;
  }
}
.treatment__top--content-attachment .attachment_price {
  display: flex;
  letter-spacing: 0;
  color: #fff;
}
.treatment__top--content-attachment .attachment_price span:first-child {
  font-size: 112rem;
  line-height: 0.6;
}
@media (max-width: 768px) {
  .treatment__top--content-attachment .attachment_price span:first-child {
    font-size: 88rem;
  }
}
@media (max-width: 480px) {
  .treatment__top--content-attachment .attachment_price span:first-child {
    font-size: 48rem;
  }
}
.treatment__top--content-attachment .attachment_price span:nth-child(2) {
  writing-mode: vertical-rl;
  font-size: 40rem;
}
@media (max-width: 768px) {
  .treatment__top--content-attachment .attachment_price span:nth-child(2) {
    font-size: 31rem;
  }
}
@media (max-width: 480px) {
  .treatment__top--content-attachment .attachment_price span:nth-child(2) {
    font-size: 16rem;
  }
}
.treatment__top--content-inner {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 56px;
}
@media (max-width: 768px) {
  .treatment__top--content-inner {
    border-radius: 24px;
  }
}
.treatment__top--content-inner li {
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .treatment__top--content-inner li {
    letter-spacing: 0.15em;
  }
}
.treatment__top--content-inner li:first-child {
  margin-bottom: 0.7em;
  padding-top: 1.1em;
  font-size: 60.3rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .treatment__top--content-inner li:first-child {
    padding-top: 0.8em;
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .treatment__top--content-inner li:first-child {
    font-size: 24rem;
  }
}
.treatment__top--content-inner li:nth-child(2), .treatment__top--content-inner li:nth-child(3) {
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
.treatment__top--content-inner li:nth-child(2) {
  margin-bottom: 0em;
  font-size: 52rem;
}
@media (max-width: 768px) {
  .treatment__top--content-inner li:nth-child(2) {
    font-size: 33rem;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .treatment__top--content-inner li:nth-child(2) {
    font-size: 24rem;
  }
}
.treatment__top--content-inner li:nth-child(2) span {
  color: #f0687b;
  font-size: 60.3rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .treatment__top--content-inner li:nth-child(2) span {
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .treatment__top--content-inner li:nth-child(2) span {
    font-size: 28rem;
  }
}
.treatment__top--content-inner li:nth-child(3) {
  margin-bottom: 0.3em;
  color: #f0687b;
  font-size: 84rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .treatment__top--content-inner li:nth-child(3) {
    margin-bottom: 0.5em;
    font-size: 53rem;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 480px) {
  .treatment__top--content-inner li:nth-child(3) {
    font-size: 32rem;
  }
}
.treatment__top--content-inner li:nth-child(3) span {
  font-size: 1.6666666667em;
}
.treatment__top--sub {
  position: relative;
  width: 85%;
  margin: 0 auto 12em;
}
@media (max-width: 768px) {
  .treatment__top--sub {
    margin-bottom: 9em;
  }
}
@media (max-width: 480px) {
  .treatment__top--sub {
    margin-bottom: 6em;
  }
}
.treatment__top--sub-image {
  width: 45%;
}
@media (max-width: 768px) {
  .treatment__top--sub-image {
    width: 88%;
    margin: 0 auto;
  }
  .treatment__top--sub-image img {
    width: 100%;
  }
}
.treatment__top--sub-text {
  position: absolute;
  top: 1em;
  left: 42%;
}
@media (max-width: 768px) {
  .treatment__top--sub-text {
    position: relative;
    top: -1em;
    left: 0;
  }
}
@media (max-width: 768px) {
  .treatment__top--sub-text li {
    margin-bottom: 0.6em;
  }
}
.treatment__top--sub-text li span {
  background-color: #000;
  padding: 0.1em;
  line-height: 1.5757575758;
  color: #fffa00;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 33rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .treatment__top--sub-text li span {
    letter-spacing: 0.15em;
  }
}
@media (max-width: 480px) {
  .treatment__top--sub-text li span {
    font-size: 20rem;
  }
}
.treatment__main {
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .treatment__main {
    margin-bottom: 7em;
  }
}
.treatment__main--title {
  margin-bottom: 6em;
  text-align: center;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .treatment__main--title {
    margin-bottom: 4em;
  }
}
.treatment__main--title .title01 {
  display: inline-block;
  font-size: 52rem;
}
@media (max-width: 768px) {
  .treatment__main--title .title01 {
    padding-bottom: 0.25em;
    font-size: 59rem;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .treatment__main--title .title01 {
    font-size: 32rem;
  }
}
.treatment__main--title .title01 .tab-small {
  font-size: 52rem;
}
@media (max-width: 768px) {
  .treatment__main--title .title01 .tab-small {
    font-size: 43rem;
  }
}
@media (max-width: 480px) {
  .treatment__main--title .title01 .tab-small {
    font-size: 24rem;
  }
}
.treatment__main--title .title02 {
  font-size: 38rem;
}
@media (max-width: 768px) {
  .treatment__main--title .title02 {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .treatment__main--title .title02 {
    font-size: 20rem;
  }
}
.treatment__main--content01 {
  display: flex;
  margin-bottom: 3.5em;
  gap: 5%;
}
@media (max-width: 768px) {
  .treatment__main--content01 {
    margin-bottom: 5em;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .treatment__main--content01 {
    margin-bottom: 4em;
  }
}
.treatment__main--content01-image {
  width: 48%;
}
@media (max-width: 768px) {
  .treatment__main--content01-image {
    width: 100%;
    margin-bottom: 2.2em;
  }
}
.treatment__main--content01-text {
  width: 47%;
}
@media (max-width: 768px) {
  .treatment__main--content01-text {
    width: 100%;
  }
}
.treatment__main--content01-text .bigger {
  margin-bottom: 0.1em;
  line-height: 1.243902439;
  font-size: 41rem;
}
@media (max-width: 768px) {
  .treatment__main--content01-text .bigger {
    margin-bottom: 0.3em;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 480px) {
  .treatment__main--content01-text .bigger {
    font-size: 28rem;
  }
}
.treatment__main--content01-text ul {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .treatment__main--content01-text ul {
    margin-bottom: 2em;
  }
}
.treatment__main--content01-text ul li span {
  background-color: #969696;
  padding: 0.01em 0.1em;
  line-height: 1.4358974359;
  font-size: 39rem;
  color: #fff;
}
@media (max-width: 480px) {
  .treatment__main--content01-text ul li span {
    font-size: 28rem;
  }
}
.treatment__main--content01-text .smaller {
  font-size: 27rem;
  line-height: 1.3703703704;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .treatment__main--content01-text .smaller {
    font-size: 28rem;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 480px) {
  .treatment__main--content01-text .smaller {
    font-size: 20rem;
  }
}
.treatment__main--content02 {
  display: flex;
  margin-bottom: 3em;
  gap: 7%;
}
@media (max-width: 768px) {
  .treatment__main--content02 {
    flex-direction: column;
    margin-bottom: 4.5em;
  }
}
@media (max-width: 480px) {
  .treatment__main--content02 {
    margin-bottom: 3em;
  }
}
.treatment__main--content02-image {
  width: 45%;
  margin-top: -11.5%;
}
@media (max-width: 768px) {
  .treatment__main--content02-image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5em;
  }
}
.treatment__main--content02-image img {
  width: 74%;
  margin-left: 27%;
}
@media (max-width: 768px) {
  .treatment__main--content02-image img {
    width: 100%;
    margin-left: 0;
  }
}
.treatment__main--content02-image span {
  display: block;
  padding-top: 0.5em;
  text-align: right;
}
.treatment__main--content02-text {
  display: flex;
  width: 48%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .treatment__main--content02-text {
    width: 100%;
  }
}
.treatment__main--content02-text li {
  display: inline-block;
  margin-bottom: 1em;
  padding-right: 1.5em;
  text-decoration: underline;
  color: #f66464;
  font-size: 24rem;
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
@media (max-width: 768px) {
  .treatment__main--content02-text li {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .treatment__main--content02-text li {
    padding-right: 1em;
    font-size: 18rem;
  }
}
.treatment__main--content02-text li:nth-child(3n) {
  padding-right: 0;
}
.treatment__main--content03 {
  display: flex;
  gap: 9%;
}
@media (max-width: 768px) {
  .treatment__main--content03 {
    flex-direction: column;
  }
}
.treatment__main--content03-image01 {
  width: 43%;
}
@media (max-width: 768px) {
  .treatment__main--content03-image01 {
    width: 100%;
    margin-bottom: 8em;
  }
}
@media (max-width: 480px) {
  .treatment__main--content03-image01 {
    margin-bottom: 4em;
  }
}
.treatment__main--content03-image01 span {
  padding-bottom: 0.1em;
}
@media (max-width: 768px) {
  .treatment__main--content03-image01 span {
    display: block;
    font-size: 28rem;
    font-family: "A-OTF Shin Go Pro", sans-serif;
  }
}
@media (max-width: 480px) {
  .treatment__main--content03-image01 span {
    font-size: 18rem;
  }
}
.treatment__main--content03-image02 {
  width: 48%;
  margin-top: -1.5%;
}
@media (max-width: 768px) {
  .treatment__main--content03-image02 {
    width: 100%;
    margin-bottom: 3em;
  }
}
@media (max-width: 480px) {
  .treatment__main--content03-image02 {
    margin-bottom: 0;
  }
}
.treatment__main--content03-image02 img {
  width: 100%;
}
.treatment__main--content03-image02 span {
  display: block;
  padding-bottom: 0.1em;
  text-align: right;
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
@media (max-width: 768px) {
  .treatment__main--content03-image02 span {
    text-align: left;
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .treatment__main--content03-image02 span {
    font-size: 18rem;
  }
}
.treatment__bottom {
  padding: 0 3em;
}
@media (max-width: 768px) {
  .treatment__bottom {
    padding: 0;
  }
}
.treatment__bottom--content {
  position: relative;
  margin-bottom: 0.5em;
  padding: 25rem;
  border: 1px solid #000;
  border-radius: 64px;
}
@media (max-width: 768px) {
  .treatment__bottom--content {
    padding: 16rem;
  }
}
@media (max-width: 768px) {
  .treatment__bottom--content {
    border-radius: 32px;
  }
}
.treatment__bottom--content-title {
  display: inline;
  background-color: #fff;
  position: absolute;
  padding: 0 0.5em;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 50rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .treatment__bottom--content-title {
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--content-title {
    padding: 0 0.2em;
    font-size: 24rem;
  }
}
.treatment__bottom--content-attachment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0687b;
  position: absolute;
  top: 0;
  left: 4.5%;
  transform: translate(0%, -50%);
  width: 244px;
  height: 244px;
  border-radius: 50%;
}
@media (max-width: 1280px) {
  .treatment__bottom--content-attachment {
    width: 19.0625vw;
    height: 19.0625vw;
  }
}
@media (max-width: 768px) {
  .treatment__bottom--content-attachment {
    width: 23.4375vw;
    height: 23.4375vw;
    right: unset;
    left: 5%;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--content-attachment {
    left: 2%;
  }
}
.treatment__bottom--content-attachment .attachment_title {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 42rem;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .treatment__bottom--content-attachment .attachment_title {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--content-attachment .attachment_title {
    font-size: 20rem;
  }
}
.treatment__bottom--content-attachment .attachment_price {
  display: flex;
  letter-spacing: 0;
  color: #fff;
}
.treatment__bottom--content-attachment .attachment_price span:first-child {
  font-size: 112rem;
  line-height: 0.6;
}
@media (max-width: 768px) {
  .treatment__bottom--content-attachment .attachment_price span:first-child {
    font-size: 88rem;
  }
}
.treatment__bottom--content-attachment .attachment_price span:nth-child(2) {
  writing-mode: vertical-rl;
  font-size: 40rem;
}
@media (max-width: 768px) {
  .treatment__bottom--content-attachment .attachment_price span:nth-child(2) {
    font-size: 31rem;
  }
}
.treatment__bottom--content-inner {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 56px;
}
@media (max-width: 768px) {
  .treatment__bottom--content-inner {
    border-radius: 24px;
  }
}
.treatment__bottom--content-list01 {
  margin-bottom: 2.5em;
  padding-top: 4.5em;
}
@media (max-width: 768px) {
  .treatment__bottom--content-list01 {
    margin-bottom: 2em;
    padding-top: 10.4166666667vw;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--content-list01 {
    padding-top: 8.3333333333vw;
  }
}
.treatment__bottom--content-list01 li {
  text-align: center;
  font-size: 60rem;
}
@media (max-width: 768px) {
  .treatment__bottom--content-list01 li {
    font-size: 38rem;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--content-list01 li {
    font-size: 24rem;
  }
}
.treatment__bottom--content-list02 {
  display: flex;
  width: 88.5%;
  margin: 0 auto 1.5em;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .treatment__bottom--content-list02 {
    margin-bottom: 1em;
  }
}
.treatment__bottom--content-list02 li {
  display: flex;
  width: 30%;
  flex-direction: column;
  background-color: #f0687b;
  color: #fff;
}
.treatment__bottom--content-list02 li .time {
  display: inline;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  font-size: 74rem;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .treatment__bottom--content-list02 li .time {
    font-size: 47rem;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--content-list02 li .time {
    font-size: 24rem;
  }
}
.treatment__bottom--content-list02 li .price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.treatment__bottom--content-list02 li .price .number {
  font-size: 196rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .treatment__bottom--content-list02 li .price .number {
    font-size: 126rem;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--content-list02 li .price .number {
    font-size: 56rem;
  }
}
.treatment__bottom--content-list02 li .price .text {
  font-size: 65rem;
}
@media (max-width: 768px) {
  .treatment__bottom--content-list02 li .price .text {
    font-size: 42rem;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--content-list02 li .price .text {
    font-size: 20rem;
  }
}
.treatment__bottom--content-list03 {
  margin-bottom: 1em;
  font-size: 51rem;
  text-align: center;
}
@media (max-width: 768px) {
  .treatment__bottom--content-list03 {
    margin-bottom: 0.5em;
    font-size: 38rem;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 480px) {
  .treatment__bottom--content-list03 {
    font-size: 20rem;
  }
}

.salary {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .salary {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -18%;
    padding-top: 37.3333333333vw;
  }
}
.salary__container {
  position: relative;
}
.salary__bg {
  background-color: #ddeddf;
}
.salary__bg--space {
  width: 100%;
}
@media (max-width: 768px) {
  .salary__bg--space {
    position: absolute;
    top: 0;
    height: 37.3333333333vw;
    z-index: 0;
  }
}
.salary__bg02 {
  width: 100%;
  background: linear-gradient(to bottom, #ddeddf 55%, #fff 55%);
}
@media (max-width: 768px) {
  .salary__bg02 {
    background: linear-gradient(to bottom, #ddeddf 38%, #fff 38%);
  }
}
.salary__bg03 {
  background-color: #fff;
}
.salary__top {
  width: 100%;
  position: relative;
}
.salary__top--bg {
  width: 100%;
  padding-right: calc((100vw - 1200px) / 2);
}
@media (max-width: 1280px) {
  .salary__top--bg {
    padding-right: 6.25vw;
  }
}
@media (max-width: 768px) {
  .salary__top--bg {
    padding-right: 0;
    padding-left: 3em;
  }
}
@media (max-width: 480px) {
  .salary__top--bg {
    padding-left: 2em;
  }
}
.salary__top--bg img {
  width: 100%;
}
.salary__top--text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .salary__top--text {
    top: 7%;
    left: 10%;
    transform: translate(0, 0%);
  }
}
@media (max-width: 480px) {
  .salary__top--text {
    left: 11%;
  }
}
.salary__top--text li {
  font-style: italic;
  color: #15d397;
  white-space: nowrap;
}
.salary__top--text li:first-child {
  font-size: 3.6vw;
}
@media (max-width: 1280px) {
  .salary__top--text li:first-child {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .salary__top--text li:first-child {
    font-size: 43rem;
  }
}
@media (max-width: 480px) {
  .salary__top--text li:first-child {
    letter-spacing: 0.05em;
    font-size: 22px;
  }
}
.salary__top--text li:first-child .number {
  font-size: 6.8vw;
}
@media (max-width: 1280px) {
  .salary__top--text li:first-child .number {
    font-size: 8.125vw;
  }
}
@media (max-width: 768px) {
  .salary__top--text li:first-child .number {
    font-size: 81rem;
  }
}
@media (max-width: 480px) {
  .salary__top--text li:first-child .number {
    letter-spacing: 0.05em;
    font-size: 40px;
  }
}
.salary__top--text li:nth-child(2) {
  margin-bottom: 2em;
  font-size: 2.28vw;
  text-align: center;
}
@media (max-width: 1280px) {
  .salary__top--text li:nth-child(2) {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .salary__top--text li:nth-child(2) {
    margin-bottom: 1em;
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .salary__top--text li:nth-child(2) {
    letter-spacing: 0.05em;
    font-size: 16px;
  }
}
.salary__top--text li:nth-child(3) {
  padding-left: 10%;
  font-size: 2.88vw;
}
@media (max-width: 1280px) {
  .salary__top--text li:nth-child(3) {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .salary__top--text li:nth-child(3) {
    padding-left: 0;
    font-size: 37rem;
  }
}
@media (max-width: 480px) {
  .salary__top--text li:nth-child(3) {
    font-size: 18px;
  }
}
.salary__top--text li:nth-child(4) {
  padding-left: 5%;
}
@media (max-width: 768px) {
  .salary__top--text li:nth-child(4) {
    margin-bottom: 0.5em;
    padding-left: 0;
  }
}
.salary__top--text li:nth-child(4) .number {
  font-size: 5.92vw;
  line-height: 0.8;
}
@media (max-width: 1280px) {
  .salary__top--text li:nth-child(4) .number {
    font-size: 6.875vw;
  }
}
@media (max-width: 768px) {
  .salary__top--text li:nth-child(4) .number {
    font-size: 80rem;
  }
}
@media (max-width: 480px) {
  .salary__top--text li:nth-child(4) .number {
    font-size: 36rem;
  }
}
.salary__top--text li:nth-child(4) .unit {
  font-size: 3.72vw;
}
@media (max-width: 1280px) {
  .salary__top--text li:nth-child(4) .unit {
    font-size: 4.375vw;
  }
}
@media (max-width: 768px) {
  .salary__top--text li:nth-child(4) .unit {
    font-size: 50rem;
  }
}
@media (max-width: 480px) {
  .salary__top--text li:nth-child(4) .unit {
    font-size: 24rem;
  }
}
.salary__top--text li:nth-child(5) {
  padding-left: 10%;
  font-size: 1.56vw;
}
@media (max-width: 1280px) {
  .salary__top--text li:nth-child(5) {
    font-size: 1.875vw;
  }
}
@media (max-width: 768px) {
  .salary__top--text li:nth-child(5) {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .salary__top--text li:nth-child(5) {
    padding-left: 0;
    font-size: 18rem;
  }
}
.salary__bottom {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  z-index: 2;
  bottom: -6%;
  right: calc((100vw - 1200px) / 2 - 13%);
}
@media (max-width: 1880px) {
  .salary__bottom {
    right: max((100vw - 1200px) / 2 - 5%, (1600px - 1200px) / 2 - 5%);
  }
}
@media (max-width: 1280px) {
  .salary__bottom {
    right: calc(6.25vw - 2em);
  }
}
@media (max-width: 768px) {
  .salary__bottom {
    bottom: -40%;
    left: 15%;
    right: unset;
    transform: translate(0%, 0%);
  }
}
.salary__bottom--list {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .salary__bottom--list {
    margin-bottom: 0;
  }
}
.salary__bottom--list li {
  margin-bottom: 1.5em;
  text-align: right;
}
@media (max-width: 768px) {
  .salary__bottom--list li {
    margin-bottom: 1.5em;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .salary__bottom--list li {
    margin-bottom: 0.5em;
  }
}
.salary__bottom--list li .list-text {
  background-color: #fff;
  font-size: 2.56vw;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .salary__bottom--list li .list-text {
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .salary__bottom--list li .list-text {
    font-size: 44rem;
  }
}
@media (max-width: 480px) {
  .salary__bottom--list li .list-text {
    font-size: 28rem;
  }
}
.salary__bottom--list li .list-text .smaller {
  font-size: 1.92vw;
  vertical-align: bottom;
}
@media (max-width: 1280px) {
  .salary__bottom--list li .list-text .smaller {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .salary__bottom--list li .list-text .smaller {
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .salary__bottom--list li .list-text .smaller {
    font-size: 18rem;
  }
}
.salary__bottom--list li .list-text .t-strong {
  color: #15d397;
}
.salary__bottom--list li .list-text .d-bottom {
  position: relative;
}
.salary__bottom--list li .list-text .d-bottom::after {
  position: absolute;
  content: "";
  width: 10rem;
  height: 10rem;
  background-color: #15d397;
  border-radius: 50%;
  left: 50%;
  bottom: -0.3em;
  transform: translate(-50%, 0);
}
@media (max-width: 1280px) {
  .salary__bottom--list li .list-text .d-bottom::after {
    bottom: -0.4em;
  }
}
@media (max-width: 768px) {
  .salary__bottom--list li .list-text .d-bottom::after {
    width: 8rem;
    height: 8rem;
    bottom: -0.3em;
  }
}
@media (max-width: 480px) {
  .salary__bottom--list li .list-text .d-bottom::after {
    width: 4rem;
    height: 4rem;
  }
}
.salary__bottom--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 355px;
  height: 79px;
  background-color: #f0687b;
  border-radius: 40px;
}
@media (hover: hover) {
  .salary__bottom--button:hover {
    background-color: #686868;
    color: #fff;
    transition: 0.3s;
  }
}
@media (max-width: 1880px) {
  .salary__bottom--button {
    width: 19.7222222222vw;
    height: 4.3888888889vw;
  }
}
@media (max-width: 768px) {
  .salary__bottom--button {
    display: block;
    width: 46.2239583333vw;
    height: 10.2864583333vw;
    margin: 3em auto 13em;
  }
}
@media (max-width: 480px) {
  .salary__bottom--button {
    width: 50%;
    margin: 3em auto 8em;
  }
}
.salary__bottom--button img {
  width: 7.8873239437%;
}
@media (max-width: 768px) {
  .salary__bottom--button img {
    width: 4.8177083333vw;
  }
}
@media (max-width: 480px) {
  .salary__bottom--button img {
    width: 10%;
  }
}
.salary__bottom--button span {
  padding-left: 0.5em;
  color: #fff;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 0.92vw;
}
@media (max-width: 1880px) {
  .salary__bottom--button span {
    font-size: 1.2777777778vw;
  }
}
@media (max-width: 1280px) {
  .salary__bottom--button span {
    font-size: 1.40625vw;
  }
}
@media (max-width: 768px) {
  .salary__bottom--button span {
    font-size: 30rem;
  }
}
@media (max-width: 480px) {
  .salary__bottom--button span {
    font-size: 20rem;
  }
}
.salary__message {
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-bottom: 5em;
  font-size: 45rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .salary__message {
    font-size: 40rem;
  }
}
@media (max-width: 768px) {
  .salary__message {
    margin-bottom: 0em;
    padding-top: 7em;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 31rem;
    letter-spacing: 0.22em;
  }
}
@media (max-width: 480px) {
  .salary__message {
    font-size: 20rem;
    letter-spacing: 0.05em;
  }
}
.salary__inquiry--container {
  padding: 0 2em;
}
@media (max-width: 768px) {
  .salary__inquiry--container {
    padding: 0;
  }
}
.salary__inquiry--content {
  position: relative;
  padding: 25rem;
  border: 1px solid #000;
  border-radius: 64px;
}
@media (max-width: 768px) {
  .salary__inquiry--content {
    padding: 16rem;
    border-radius: 32px;
  }
}
.salary__inquiry--content-title {
  display: inline;
  background-color: #ddeddf;
  position: absolute;
  padding: 0 0.5em;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 50rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .salary__inquiry--content-title {
    padding: 0 0.2em;
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .salary__inquiry--content-title {
    padding: 0 0.2em;
    font-size: 24rem;
  }
}
.salary__inquiry--content-attachment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #15d397;
  position: absolute;
  top: 3%;
  right: 3%;
  transform: translate(50%, -50%);
  width: 244px;
  height: 244px;
  border-radius: 50%;
}
@media (max-width: 1880px) {
  .salary__inquiry--content-attachment {
    right: 10%;
  }
}
@media (max-width: 1280px) {
  .salary__inquiry--content-attachment {
    width: 19.0625vw;
    height: 19.0625vw;
  }
}
@media (max-width: 768px) {
  .salary__inquiry--content-attachment {
    width: 23.4375vw;
    height: 23.4375vw;
    top: 0;
    right: unset;
    left: 5%;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 480px) {
  .salary__inquiry--content-attachment {
    left: 2%;
  }
}
.salary__inquiry--content-attachment .attachment_title {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 26rem;
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
@media (max-width: 768px) {
  .salary__inquiry--content-attachment .attachment_title {
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .salary__inquiry--content-attachment .attachment_title {
    font-size: 16rem;
  }
}
.salary__inquiry--content-attachment .attachment_price {
  display: flex;
  letter-spacing: 0;
  color: #fff;
}
.salary__inquiry--content-attachment .attachment_price span:first-child {
  font-size: 112rem;
  line-height: 0.6;
}
@media (max-width: 768px) {
  .salary__inquiry--content-attachment .attachment_price span:first-child {
    font-size: 88rem;
  }
}
@media (max-width: 480px) {
  .salary__inquiry--content-attachment .attachment_price span:first-child {
    font-size: 48rem;
  }
}
.salary__inquiry--content-attachment .attachment_price span:nth-child(2) {
  writing-mode: vertical-rl;
  font-size: 40rem;
}
@media (max-width: 768px) {
  .salary__inquiry--content-attachment .attachment_price span:nth-child(2) {
    font-size: 31rem;
  }
}
@media (max-width: 480px) {
  .salary__inquiry--content-attachment .attachment_price span:nth-child(2) {
    font-size: 16rem;
  }
}
.salary__inquiry--content-inner {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .salary__inquiry--content-inner {
    border-radius: 24px;
  }
}
.salary__inquiry--content-inner .t-strong {
  color: #15d397;
}
.salary__inquiry--content-inner .inquiry_01 {
  margin-bottom: 0.8em;
  padding-top: 1.2em;
  font-size: 63rem;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .salary__inquiry--content-inner .inquiry_01 {
    margin-bottom: 0.5em;
    padding-top: 1em;
    font-size: 38rem;
  }
}
@media (max-width: 480px) {
  .salary__inquiry--content-inner .inquiry_01 {
    font-size: 28rem;
  }
}
.salary__inquiry--content-inner .inquiry_02 {
  margin-bottom: 2.5em;
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
@media (max-width: 768px) {
  .salary__inquiry--content-inner .inquiry_02 {
    margin-bottom: 1.5em;
  }
}
.salary__inquiry--content-inner .inquiry_02 .t-weak {
  margin-bottom: 0.5em;
  font-size: 23rem;
}
@media (max-width: 768px) {
  .salary__inquiry--content-inner .inquiry_02 .t-weak {
    font-size: 25rem;
  }
}
@media (max-width: 480px) {
  .salary__inquiry--content-inner .inquiry_02 .t-weak {
    font-size: 16rem;
  }
}
.salary__inquiry--content-inner .inquiry_02 .t-strong {
  font-size: 80rem;
}
@media (max-width: 768px) {
  .salary__inquiry--content-inner .inquiry_02 .t-strong {
    font-size: 53rem;
  }
}
@media (max-width: 480px) {
  .salary__inquiry--content-inner .inquiry_02 .t-strong {
    font-size: 32rem;
  }
}
.salary__inquiry--content-inner .inquiry_03 {
  display: flex;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .salary__inquiry--content-inner .inquiry_03 {
    margin-bottom: 1.5em;
  }
}
.salary__inquiry--content-inner .inquiry_03_content {
  width: 50%;
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
.salary__inquiry--content-inner .inquiry_03_content .t-weak {
  font-size: 23rem;
}
@media (max-width: 768px) {
  .salary__inquiry--content-inner .inquiry_03_content .t-weak {
    font-size: 25rem;
  }
}
@media (max-width: 480px) {
  .salary__inquiry--content-inner .inquiry_03_content .t-weak {
    font-size: 14rem;
  }
}
.salary__inquiry--content-inner .inquiry_03_content .t-strong {
  font-size: 53rem;
}
@media (max-width: 768px) {
  .salary__inquiry--content-inner .inquiry_03_content .t-strong {
    font-size: 32rem;
  }
}
@media (max-width: 480px) {
  .salary__inquiry--content-inner .inquiry_03_content .t-strong {
    font-size: 20rem;
  }
}
.salary__inquiry--text {
  padding-top: 1em;
  padding-left: 3.5em;
  padding-bottom: 5em;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 30rem;
  line-height: 1.5666666667;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .salary__inquiry--text {
    padding-top: 1.6em;
    padding-left: 0;
    padding-bottom: 3em;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 480px) {
  .salary__inquiry--text {
    font-size: 18rem;
  }
}

.contact__image {
  width: 100%;
  margin-bottom: 4em;
}
.contact__list {
  margin-bottom: 6em;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .contact__list {
    margin-bottom: 7.5em;
    letter-spacing: 0.3em;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .contact__list {
    margin-bottom: 3em;
    letter-spacing: 0.1em;
  }
}
.contact__list li {
  font-size: 58rem;
  color: #2d88a7;
  text-align: center;
}
@media (max-width: 480px) {
  .contact__list li {
    font-size: 32rem;
  }
}
.contact__tel {
  margin-bottom: 9em;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  color: #505050;
  text-align: center;
}
@media (max-width: 480px) {
  .contact__tel {
    margin-bottom: 3em;
  }
}
.contact__tel p {
  margin-bottom: 0.7em;
}
.contact__tel p span {
  font-size: 33rem;
  letter-spacing: 0.01em;
  position: relative;
}
@media (max-width: 480px) {
  .contact__tel p span {
    font-size: 20rem;
  }
}
.contact__tel p span:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_tel.png);
  background-size: contain;
  width: 1.4848484848em;
  aspect-ratio: 49/32;
  left: -1em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact__tel a {
  display: block;
  width: 48%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact__tel a {
    width: 80%;
  }
}
.contact__line {
  margin-bottom: 8.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .contact__line {
    margin-bottom: 7.5em;
  }
}
@media (max-width: 480px) {
  .contact__line {
    margin-bottom: 3em;
  }
}
.contact__line p {
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
.contact__line--title {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .contact__line--title {
    margin-bottom: 3em;
  }
}
.contact__line--title span {
  color: #505050;
  font-size: 33rem;
  letter-spacing: 0.01em;
  position: relative;
}
@media (max-width: 480px) {
  .contact__line--title span {
    font-size: 22rem;
  }
}
.contact__line--title span:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_line.svg);
  background-size: contain;
  width: 1.3333333333em;
  aspect-ratio: 44/42;
  left: -1em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact__line--text {
  margin-bottom: 1em;
  color: #15d397;
  font-weight: 400;
  font-size: 33rem;
}
@media (max-width: 768px) {
  .contact__line--text {
    margin-bottom: 0.3em;
    color: #000;
    font-weight: 500;
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .contact__line--text {
    font-size: 18rem;
  }
}
.contact__line--qr {
  width: 14%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact__line--image {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.contact__form {
  margin-bottom: 0.5em;
  text-align: center;
}
.contact__form span {
  color: #505050;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 33rem;
  letter-spacing: 0.01em;
  position: relative;
}
@media (max-width: 480px) {
  .contact__form span {
    font-size: 20rem;
  }
}
.contact__form span:before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_paper.svg);
  background-size: contain;
  width: 0.9393939394em;
  aspect-ratio: 31/36;
  left: -1em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact__copyright {
  display: none;
}
@media (max-width: 768px) {
  .contact__copyright {
    display: block;
    text-align: center;
    padding-bottom: 10em;
    font-size: 15rem;
    color: #000;
  }
}

.form {
  margin-bottom: 5em;
  padding: 0 2em;
}
.form__border {
  border: 1px solid #505050;
  border-radius: 2em;
}
@media (max-width: 768px) {
  .form__border {
    border: none;
  }
}
.form__flex {
  display: flex;
  flex-direction: column;
  width: 75%;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0em;
  gap: 2.5em;
}
@media (max-width: 768px) {
  .form__flex {
    width: 86%;
    margin-top: 6em;
    gap: 4em;
  }
}
@media (max-width: 480px) {
  .form__flex {
    margin-top: 3em;
    gap: 2em;
  }
}
.form-box {
  position: relative;
  color: #666666;
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 0em;
}
@media (max-width: 768px) {
  .form-box {
    display: block;
  }
}
.form-box .mark_required {
  margin-left: 1em;
  border-radius: 0.3em;
  background-color: #c7000b;
  padding: 0.2em 0.6em;
  letter-spacing: 0.05em;
  font-size: 24rem;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .form-box .mark_required {
    font-size: 23rem;
  }
}
@media (max-width: 480px) {
  .form-box .mark_required {
    padding: 0.2em 0.4em;
    font-size: 14rem;
  }
}
.form-box .error {
  display: block;
  width: 100%;
  padding-top: 0.3em;
  color: red;
  font-size: 16rem;
}
@media (max-width: 480px) {
  .form-box .error {
    font-size: 14rem;
  }
}
.form-box-ttl {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .form-box-ttl {
    margin-bottom: 0.5em;
  }
}
.form-box-ttl .title {
  font-size: 20rem;
  letter-spacing: 0.05em;
  color: #666666;
}
@media (max-width: 768px) {
  .form-box-ttl .title {
    font-size: 28rem;
    font-family: "A-OTF Shin Go Pro", sans-serif;
  }
}
@media (max-width: 480px) {
  .form-box-ttl .title {
    font-size: 18rem;
  }
}
@media (max-width: 768px) {
  .form-box-content {
    margin-bottom: 0vw;
  }
}
.form-box-content.flex_required {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-box-content input,
.form-box-content select {
  width: 45%;
  height: 44px;
  background: #f5f5f5;
  border-radius: 0.5em;
  padding: 0 1em;
  text-align: left;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 20rem;
  color: #000;
}
@media (max-width: 1280px) {
  .form-box-content input,
  .form-box-content select {
    height: 3.4375vw;
  }
}
@media (max-width: 768px) {
  .form-box-content input,
  .form-box-content select {
    width: 100%;
    height: 4em;
  }
}
@media (max-width: 480px) {
  .form-box-content input,
  .form-box-content select {
    height: 2.4em;
    border-radius: 0.3em;
    font-size: 17rem;
  }
}
.form-box-content input.age {
  width: 15%;
}
@media (max-width: 768px) {
  .form-box-content input.age {
    width: 100%;
  }
}
.form-box input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.form .textbox textarea {
  width: 100%;
  height: 15em;
  background: #f5f5f5;
  border-radius: 1em;
  padding: 1.5em 1em;
  resize: none;
  color: #666666;
  font-size: 22rem;
}
@media (max-width: 768px) {
  .form .textbox textarea {
    height: 28.5em;
  }
}
@media (max-width: 480px) {
  .form .textbox textarea {
    height: 15em;
    border-radius: 0.3em;
  }
}
.form-submit {
  margin-top: 4em;
  padding-bottom: 5em;
  text-align: center;
}
@media (max-width: 768px) {
  .form-submit {
    padding-bottom: 4em;
  }
}
.form-submit input {
  padding: 1em 4em;
  border-radius: 1.5em;
  background-color: #f0687b;
  color: #fff;
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 21rem;
}
@media (hover: hover) {
  .form-submit input:hover {
    background-color: #686868;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .form-submit input {
    padding: 0.7em 3em;
    font-size: 34rem;
  }
}
@media (max-width: 480px) {
  .form-submit input {
    font-size: 20rem;
  }
}

/* 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: 1280px) {
  .form #result {
    margin: 6.25vw auto;
  }
}
.form #result h4 {
  margin-bottom: 45px;
  font-size: 36px;
}
@media (max-width: 1280px) {
  .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: 1280px) {
  .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: 1280px) {
  .form .space {
    height: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .form .space {
    height: 1.3020833333vw;
  }
}
.form__confirm {
  text-align: center;
}
.form__confirm--title {
  margin-bottom: 1em;
  font-size: 32rem;
}
.form__confirm--text {
  font-size: 24rem;
}
@media (max-width: 480px) {
  .form__confirm--text {
    font-size: 18rem;
  }
}

.footer {
  background: #ffeddf;
  padding-top: 2.5em;
}
@media (max-width: 768px) {
  .footer {
    background-color: #fff;
    padding-top: 0;
  }
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0em auto 3em;
  gap: 2em;
}
.footer__logo--image {
  width: 21%;
}
.footer__logo--text {
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 21rem;
  color: #f0687b;
}
.footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5em;
  gap: 6em;
}
.footer__list-link {
  text-align: center;
  font-size: 17px;
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
.footer__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 1.5em;
  font-size: 24rem;
  font-family: "A-OTF Shin Go Pro", sans-serif;
}
.footer__copyright {
  display: block;
  text-align: center;
  padding-bottom: 8px;
  font-size: 15px;
  color: #000;
}
@media (max-width: 1280px) {
  .footer__copyright {
    font-size: 1.171875vw;
  }
}
.footer__tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 19.53125vw;
}
.footer__tab--list {
  width: 32%;
}
.footer__tab--list-link {
  display: flex;
  height: 15.8854166667vw;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
  background-color: #f5f5f5;
  border-radius: 1em;
}
.footer__tab--list-link img.footer-tel {
  width: 11.1979166667vw;
  height: 8.8541666667vw;
}
.footer__tab--list-link img.footer-line {
  width: 9.765625vw;
  height: 9.2447916667vw;
}
.footer__tab--list-link span {
  font-family: "A-OTF Shin Go Pro", sans-serif;
  font-size: 35rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #f66464;
}
@media (max-width: 480px) {
  .footer__tab--list-link span {
    font-size: 18rem;
  }
}
.footer__banner {
  width: 1000px;
  margin: 32px auto;
  padding: 15px;
  text-align: left;
  zoom: 1.25;
}
@media (max-width: 1280px) {
  .footer__banner {
    width: 100%;
    padding: 10px;
    border: none;
  }
}
@media (max-width: 768px) {
  .footer__banner {
    zoom: 1;
    -moz-transform: scale(1);
  }
}
.footer__banner img {
  width: unset;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .footer__banner img {
    max-width: 100%;
  }
}