@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Zen+Old+Mincho&display=swap"); /*font-family: "Shippori Mincho", serif;*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --clr-main: #00c8c8;
  --clr-sub: #ff298e;
  --clr-white: #fff;
  --clr-black: #000000;
  --clr-gray: #4b4b4b;
  --clr-lgray: #dedede;
  --clr-lblue: #00ffff;
}

.font-jp, .list li, .check li, .contents .othermenu__sec .note, .bodywork .efficary__box p, .bodywork .flow__box p, .price__sec table .new, .price__sec table .default, .tp_menu__txt-explan ul li {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
}

html.lenis {
  overflow: visible;
}
html.lenis.lenis-smooth {
  scroll-behavior: auto;
}
html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
html.lenis.lenis-stopped {
  overflow: hidden;
}

html, body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-feature-settings: "palt" 1;
  word-break: break-word;
}

html {
  scroll-padding-top: 105px;
  -webkit-font-smoothing: antialiased;
  height: -webkit-fill-available;
  height: auto;
}

body {
  position: relative;
  width: 100vw;
  -webkit-text-stroke: 0;
  counter-reset: number 0;
  font-feature-settings: "palt";
  color: #96986c;
  background: url("../../../../img/bg.png") repeat;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  body {
    font-size: 0.75rem;
    overflow-x: hidden;
  }
}

a {
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
a:link, a:active, a:visited {
  color: var(--clr-gray);
}
a:hover {
  color: var(--clr-main);
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a:link {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements 
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}*/
/* Replace pointer cursor in disabled elements 
[disabled] {
  cursor: default;
}*/
[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .hamburger {
    top: 25px;
  }
}

.hd {
  width: 100%;
  position: relative;
  z-index: 9999;
}
.hd__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.hd__logo {
  width: 65px;
  position: absolute;
  left: 20px;
  top: 13px;
  line-height: 1;
  transition: 0.8s;
  will-change: transform;
}
@media (max-width: 768px) {
  .hd__logo {
    width: 50px;
  }
}
.hd__logo h1 {
  width: 100%;
}
.hd__logo span {
  font-size: var(--font-size12);
  margin-top: 5px;
  font-weight: normal;
  display: block;
  color: var(--clr-main);
}
@media (max-width: 1024px) {
  .hd__logo span {
    font-size: var(--font-size11);
  }
}
@media (max-width: 768px) {
  .hd__logo span {
    margin-top: 2px;
    font-size: var(--font-size9);
  }
}
.hd__logo_eng {
  position: absolute;
  left: 110px;
  top: 15px;
}
.hd__logo_eng img {
  width: 50px;
}
@media (max-width: 768px) {
  .hd__logo_eng {
    display: none;
  }
}
.hd__tel {
  position: absolute;
  left: 174px;
  top: 29px;
}
@media (max-width: 768px) {
  .hd__tel {
    top: 24px;
    left: 85px;
  }
}
.hd__tel img {
  width: 250px;
}
@media (max-width: 1024px) {
  .hd__tel img {
    width: 150px;
  }
}
.hd__submenu {
  position: fixed;
  right: 100px;
  top: 28px;
}
@media (max-width: 768px) {
  .hd__submenu {
    top: 22px;
    right: 88px;
  }
}
.hd__submenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.hd__submenu ul li {
  margin-right: 16px;
  line-height: 1;
}
@media (max-width: 768px) {
  .hd__submenu ul li {
    margin: 0;
  }
}
.hd__submenu ul li svg {
  width: 17px;
  margin-top: 2px;
}
.hd__submenu ul li svg path {
  fill: #fff;
}
.hd__submenu ul li a {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hd__submenu ul li:first-child a {
    position: fixed;
    background: #959e75;
    color: #f7e3af;
    bottom: 0;
    left: 0;
    font-size: 0.875rem;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .hd__submenu ul li:first-child a:hover {
    background: #333;
  }
}
.hd.hd__scroll {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  padding: 10px 0;
  width: calc(100% - 80px);
}
@media (max-width: 1024px) {
  .hd.hd__scroll {
    padding: 12px 0;
  }
}
.hd.hd__scroll {
  animation: fadeDown 0.8s forwards;
}
@keyframes fadeDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hd.hd__scroll .hd__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.hd__spnav-faq {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "South Amsterdam DEMO Regular";
  position: absolute;
  right: 110px;
  letter-spacing: 0.3em;
  top: 27px;
}
@media (max-width: 768px) {
  .hd__spnav-faq {
    font-size: 0.75rem;
    top: 24px;
    right: 80px;
  }
}
.hd__spnav-faq a:active, .hd__spnav-faq a:visited, .hd__spnav-faq a:link {
  color: #fff;
}
.hd__spnav-wrap {
  isolation: isolate;
}

@keyframes loopYoko {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-163px);
  }
}
.ft {
  padding: 80px 40px;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .ft {
    padding: 50px 20px 80px;
  }
}
.ft_lt {
  font-size: max(0.8svw, 0.8rem);
  width: calc(50% - 40px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .ft_lt {
    width: calc(100% - 60px);
  }
}
.ft_lt-copyright {
  font-size: 0.6rem;
  margin-top: auto;
}
.ft_center {
  width: 80px;
}
@media (max-width: 1024px) {
  .ft_center {
    width: 60px;
  }
}
.ft_rt {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: row;
  width: calc(50% - 40px);
}
@media (max-width: 1024px) {
  .ft_rt {
    display: none;
  }
}
.ft_rt-sitemap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
.ft_rt-sitemap li {
  margin-left: 30px;
  font-size: max(0.8svw, 0.8rem);
}

/*
  ハンバーガーメニュー
*/
@media (max-width: 768px) {
  .hamburger {
    top: 25px;
    right: 20px;
  }
}

/*.fat-nav__wrapper{
  >ul{
    >li{
      &:first-of-type{
        position: absolute;
        left: 13px;
        top: 60px;
        width: auto;
        border: none;
        svg{
          width: 17px;
          margin-top: 2px;
          path{
            fill:#fff;
          }
        }
        a{
          color: #fff;
          font-weight: bold;
          padding: 0;
          border: 0;
        }
      }
    }
  }
}*/
.contents {
  width: 100%;
}
.contents main {
  width: 100%;
}

/*
  中面MV
*/
.n_mv {
  height: 340px;
  position: relative;
  /*background: url("../../../img/mv_bg.png") no-repeat #bac3c9;*/
  background: url("/lib/img/mv_bg.png") no-repeat left top #bac3c9;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .n_mv {
    height: 260px;
  }
}
.n_mv h2 {
  position: absolute;
  left: 110px;
  bottom: 25px;
  color: #fff;
  font-size: 5.9375rem;
  font-family: "South Amsterdam DEMO Regular";
}
@media (max-width: 768px) {
  .n_mv h2 {
    left: 20px;
    font-size: 2.75rem;
    bottom: 20px;
  }
}
.n_mv h2 span {
  font-size: 0.9375rem;
  font-family: "Shippori Mincho", serif;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .n_mv h2 span {
    font-size: 0.75rem;
  }
}

/*
  width
*/
.w_1200 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*
  各種メニュー
*/
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.menu__box {
  width: 33.33333%;
  padding: 180px 40px 50px;
  background: rgb(176, 176, 176);
}
.menu__box h3 {
  font-size: 2.375rem;
}
.menu__box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 240px;
}
.menu__box ul li {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 1;
  border-radius: 50px;
  margin-bottom: 6px;
  margin-right: 4px;
}

/*
  footer上／予約ボタン
*/
.reserved {
  background: url("/lib/img/reserved_bg.png") repeat left top #959e76;
  background-size: auto 100%;
  padding: 160px;
  text-align: center;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .reserved {
    padding: 100px 30px;
  }
}
@media (max-width: 768px) {
  .reserved {
    padding: 80px 25px;
  }
}
.reserved ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .reserved ul {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .reserved ul li {
    width: 100%;
  }
  .reserved ul li:last-of-type {
    margin-top: 10px;
  }
}
.reserved ul li a {
  display: block;
  padding: 20px 100px;
  color: #959e76;
  font-weight: bold;
  border-radius: 100px;
  background: #fff;
  text-align: center;
  margin: 0 5px;
  font-size: 1.125rem;
  border: 2px solid #cbbd7b;
}
@media (max-width: 1024px) {
  .reserved ul li a {
    padding: 17px 50px;
  }
}
@media (max-width: 768px) {
  .reserved ul li a {
    padding: 15px 50px;
    width: 100%;
    font-size: 0.9375rem;
  }
}
.reserved ul li a:hover {
  background: #cbbd7b;
  color: #fff;
}

.remodal {
  padding: 75px 30px !important;
  background: url("/lib/img/reserved_bg.png") repeat left top #959e76 !important;
  border-radius: 10px !important;
}
@media (max-width: 768px) {
  .remodal {
    padding: 55px 20px !important;
  }
}
.remodal h2 {
  font-size: 1.25rem;
  margin-bottom: 35px;
  color: #fff;
}
@media (max-width: 768px) {
  .remodal h2 {
    font-size: 1rem;
  }
}
.remodal ul {
  flex-wrap: wrap;
}
.remodal ul li {
  width: 50%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .remodal ul li {
    margin-bottom: 10px;
    width: 100%;
  }
}
.remodal ul li a {
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .remodal ul li a {
    display: block;
    width: 100%;
  }
}

.moji, .tp_info__kyu, .tp_info__mogusa, .tp_info__hari, .tp_info__shin {
  font-size: 10vw;
  position: absolute;
  color: #dacd92;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .moji, .tp_info__kyu, .tp_info__mogusa, .tp_info__hari, .tp_info__shin {
    font-size: 5.25rem;
    color: #dad1a7;
  }
}

path {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
}

rect {
  fill: none;
}

.tp .c-ttl__tp h2 {
  font-size: 12vw;
}
@media (max-width: 768px) {
  .tp .c-ttl__tp h2 {
    font-size: 5rem;
  }
}
.tp .js-text-effect span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
  transform: rotateY(90deg);
}
.tp .mv {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 768px) {
  .tp .mv {
    height: 100dvh;
  }
}
.tp .mv__bg {
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tp .mv__bg {
    height: 100%;
    background: #111;
  }
}
.tp .mv__bg img {
  object-fit: cover;
  height: 110%;
}
@media (max-width: 1024px) {
  .tp .mv__bg img {
    opacity: 0.9;
  }
}
.tp .mv__txt {
  position: absolute;
  top: 50%;
  left: 5.5vw;
  width: 88vw;
  transform: translateY(-5vw);
  will-change: transform;
}
@media (max-width: 768px) {
  .tp .mv__txt {
    transform: translateY(0);
    top: 48%;
  }
}
.tp .mv__copy {
  width: 170px;
  bottom: 60px;
  left: 50px;
  position: absolute;
  will-change: transform;
}
@media (max-width: 768px) {
  .tp .mv__copy {
    width: 110px;
    left: 20px;
    bottom: 60px;
  }
}
.tp .mv__ph {
  display: none;
  width: 400px;
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-200px);
}
.tp .mv__anc {
  bottom: 40px;
  right: 40px;
  position: absolute;
  border: 1px #fff solid;
  height: 130px;
  width: 130px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  color: #fff;
  will-change: transform;
}
@media (max-width: 768px) {
  .tp .mv__anc {
    height: 90px;
    width: 90px;
    right: 15px;
    bottom: 20px;
    font-size: 0.625rem;
    display: none;
  }
}
.tp .mv__anc a:link, .tp .mv__anc a:visited, .tp .mv__anc a:active {
  color: #fff;
}
.tp .mv__anc div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.tp .mv__anc div > img {
  width: 20px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .tp .mv__anc div > img {
    width: 14px;
  }
}
.tp_concept {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
@media (max-width: 768px) {
  .tp_concept {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.tp_concept__lt {
  width: 50%;
  will-change: transform;
}
@media (max-width: 768px) {
  .tp_concept__lt {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
}
.tp_concept__lt div {
  overflow: hidden;
}
@media (max-width: 768px) {
  .tp_concept__lt div img {
    transform: translateY(-200px);
  }
}
.tp_concept__rt {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .tp_concept__rt {
    display: flex;
    justify-content: flex-first;
    align-items: flex-end;
    flex-direction: row-reverse;
    width: 100%;
    padding: 40px 20px;
  }
}
.tp_concept__rt-ttl {
  width: 5svw;
  max-width: 100px;
  /*width: 70px;*/
  position: absolute;
  right: 30px;
  top: 50px;
}
@media (max-width: 768px) {
  .tp_concept__rt-ttl {
    top: 25px;
    width: 30px;
    position: static;
    margin-left: auto;
  }
}
.tp_concept__rt-txt {
  position: absolute;
  left: 50px;
  bottom: 0;
  font-size: 1.25svw;
  /*font-size: rem(18);*/
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .tp_concept__rt-txt {
    font-size: 0.875rem;
    line-height: 1.5;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .tp_concept__rt-txt {
    font-size: 0.75rem;
    line-height: 1.45;
    position: static;
  }
}
.tp_concept__rt-txt p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.tp_slide {
  margin: 180px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .tp_slide {
    margin: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .tp_slide {
    margin: 60px 0 80px;
  }
}
.tp_slide img {
  width: 100%;
  height: auto;
}
.tp_slide__lt {
  width: 50%;
  margin-top: 5vw;
}
.tp_slide__lt div {
  width: 76.3888888889%;
  overflow: hidden;
  will-change: transform;
}
.tp_slide__rt {
  width: 50%;
}
.tp_slide__rt div {
  overflow: hidden;
  will-change: transform;
}
.tp_slide__rt div:nth-child(1) {
  width: 60%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .tp_slide__rt div:nth-child(1) {
    width: 50%;
  }
}
.tp_slide__rt div:nth-child(2) {
  width: 40%;
}
@media (max-width: 768px) {
  .tp_slide__rt div:nth-child(2) {
    width: 50%;
  }
}
.tp_slide {
  /*div{
    &:nth-child(1){
      width: 300px;
      position: absolute;
      left: 50px;
      top: 0;
      @include sp{
        width: 300px;
        left: 0;
      }
    }
    &:nth-child(2){
      width: 300px;
      position: absolute;
      left: 40%;
      bottom: 0;
      @include sp{
        width: 220px;
        top: 220px;
        bottom: auto;
        left: auto;
        right: 0;
      }
    }
    &:nth-child(3){
      width: 300px;
      position: absolute;
      right: 50px;
      top: 100px;
      @include sp{
        width: 200px;
        top: 460px;
        right: auto;
        left: 60px;
      }
    }
  }*/
}
.tp_info {
  position: relative;
  padding: 220px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .tp_info {
    padding: 140px 20px;
  }
}
.tp_info__shin {
  left: -10px;
  top: -10px;
}
@media (max-width: 768px) {
  .tp_info__shin {
    top: -20px;
  }
}
.tp_info__hari {
  right: -10px;
  top: -10px;
}
@media (max-width: 768px) {
  .tp_info__hari {
    top: -20px;
  }
}
.tp_info__mogusa {
  left: -10px;
  bottom: -10px;
}
.tp_info__kyu {
  right: -10px;
  bottom: -10px;
}
.tp_info__bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .tp_info__bg img {
    width: 700px;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.tp_info__box {
  padding: 60px 70px;
  border-radius: 2px;
  text-align: center;
  background: #f8f7f5;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .tp_info__box {
    padding: 50px 30px;
  }
}
.tp_info__box:before {
  border: 1px solid #cbbd7b;
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.tp_info__box-txt {
  margin-bottom: 40px;
  font-size: 1.75rem;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 768px) {
  .tp_info__box-txt {
    font-size: 1.375rem;
  }
}
.tp_info__box-txt span {
  font-size: 3.5rem;
  font-family: "South Amsterdam DEMO Regular";
}
.tp_info__box-txt p {
  background: #7d8148;
  padding: 6px;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
}
.tp_info__box-ph {
  width: 230px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .tp_info__box-ph {
    width: 180px;
  }
}
.tp_info__box-data {
  font-size: 0.75rem;
}
.tp_info__box-data p {
  font-size: 1.25rem;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 10px;
}
.tp_info__box-schedule {
  width: 450px;
}
@media (max-width: 768px) {
  .tp_info__box-schedule {
    width: 100%;
  }
}
.tp_trouble {
  margin-bottom: 200px;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .tp_trouble {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
.tp_trouble__ttl {
  margin-bottom: 60px;
}
.tp_trouble__ttl p {
  width: 100px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .tp_trouble__ttl p {
    width: 70px;
    margin: 0 auto 50px;
  }
}
.tp_trouble__ttl h2 {
  width: 530px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tp_trouble__ttl h2 {
    width: 260px;
  }
}
.tp_trouble__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .tp_trouble__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    padding: 0;
  }
}
.tp_trouble__box {
  width: 33%;
  padding: 100px 30px;
  border-bottom: 8px solid #f5f2f6;
}
@media (max-width: 1024px) {
  .tp_trouble__box {
    width: 50%;
    border-bottom: 3px solid #f5f2f6;
  }
}
@media (max-width: 768px) {
  .tp_trouble__box {
    width: 100%;
    padding: 40px 20px;
  }
}
.tp_trouble__box:nth-child(odd) {
  background: #959e76;
  color: #e5d899;
}
.tp_trouble__box:nth-child(even) {
  background: #e6e6e5;
  color: #788144;
}
.tp_trouble__box-inr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.tp_trouble__box-ph {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .tp_trouble__box-ph {
    width: 60px;
    height: 60px;
  }
}
.tp_trouble__box-txt {
  font-size: max(1svw, 0.9rem);
  line-height: 1.7;
}
.tp_menu {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .tp_menu .c-ttl__tp {
    padding-left: 20px;
  }
}
.tp_menu__wrap {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.tp_menu__box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: url("../../../../img/bg.png") repeat;
}
@media (max-width: 768px) {
  .tp_menu__box {
    position: relative;
    display: block;
    margin-bottom: 70px;
    background: url("../../../../img/bg.png") repeat;
  }
}
.tp_menu__box:nth-child(1) {
  margin-block-start: 0;
  z-index: 10;
}
.tp_menu__box:nth-child(2) {
  z-index: 20;
}
.tp_menu__box:nth-child(3) {
  z-index: 30;
}
.tp_menu__box:nth-child(3) .tp_menu__ph {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (max-width: 768px) {
  .tp_menu__box.othermenu .tp_menu__txt-ttl {
    width: 150px;
  }
}
.tp_menu__ph {
  height: 100vh;
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tp_menu__ph {
    height: 340px;
    width: 100%;
  }
}
.tp_menu__ph p {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.tp_menu__ph p img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.tp_menu__txt {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .tp_menu__txt {
    width: 100%;
    padding: 0 20px 0;
  }
}
.tp_menu__txt-ttl {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 150px;
}
@media (max-width: 1024px) {
  .tp_menu__txt-ttl {
    width: 130px;
    right: 25px;
  }
}
@media (max-width: 768px) {
  .tp_menu__txt-ttl {
    width: 100px;
    top: 25px;
    right: 0;
  }
}
.tp_menu__txt-menu {
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .tp_menu__txt-menu {
    display: block;
    height: auto;
  }
}
.tp_menu__txt-explan {
  width: 400px;
  padding-left: 50px;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .tp_menu__txt-explan {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .tp_menu__txt-explan {
    margin-bottom: 0;
    padding: 235px 0 0;
  }
}
.tp_menu__txt-explan p {
  font-size: max(1svw, 0.1rem);
}
@media (max-width: 1024px) {
  .tp_menu__txt-explan p {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .tp_menu__txt-explan p {
    font-size: 0.75rem;
  }
}
.tp_menu__txt-explan ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .tp_menu__txt-explan ul {
    margin-top: 10px;
  }
}
.tp_menu__txt-explan ul li {
  border: 1px solid #ccc;
  padding: 7px 10px;
  line-height: 1;
  font-size: max(0.6svw, 0.8rem);
  margin-top: 10px;
  border-radius: 50px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .tp_menu__txt-explan ul li {
    font-size: 0.6875rem;
  }
}
.tp_menu__txt-lmenu {
  background: #fff;
  padding: 100px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .tp_menu__txt-lmenu {
    padding: 60px 20px;
  }
}
.tp_menu__txt-lmenu p {
  font-size: max(0.8svw, 0.8rem);
  margin-bottom: 10px;
}
.tp_menu__txt-lmenu h3 {
  font-size: max(1.3svw, 1.4rem);
}
.tp_menu__txt .menu03 {
  padding: 100px;
}
@media (max-width: 1024px) {
  .tp_menu__txt .menu03 {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .tp_menu__txt .menu03 {
    padding: 0;
  }
}
.tp_menu__txt .menu03 .tp_menu__txt-lmenu {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .tp_menu__txt .menu03 .tp_menu__txt-lmenu {
    margin-bottom: 10px;
  }
}
.tp_recruit {
  padding: 200px 60px;
}
@media (max-width: 1024px) {
  .tp_recruit {
    padding: 60px 25px;
  }
}
.tp_recruit .c-ttl__tp {
  text-align: center;
}
.tp_recruit__intro {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .tp_recruit__intro {
    margin-bottom: 50px;
  }
}
.tp_recruit__intro-txt {
  font-size: max(1svw, 1rem);
}
.tp_recruit__intro-tag {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .tp_recruit__intro-tag {
    margin-top: 20px;
  }
}
.tp_recruit__intro-tag li {
  border: 1px solid #ccc;
  padding: 10px 25px;
  line-height: 1;
  font-size: max(0.9svw, 0.9rem);
  border-radius: 100px;
  margin: 0 3px;
}
@media (max-width: 1024px) {
  .tp_recruit__intro-tag li {
    padding: 10px 10px;
    font-size: 0.625rem;
    margin: 3px;
  }
}
.tp_recruit__tab-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .tp_recruit__tab-list {
    margin-bottom: 25px;
  }
}
.tp_recruit__tab-list li {
  width: 24.5%;
  border-radius: 3px;
  background: #929b73;
  color: #dcd198;
  line-height: 1;
  padding: 20px 15px;
  text-align: center;
  font-weight: 600;
  font-size: max(1.1svw, 1.1rem);
}
@media (max-width: 1024px) {
  .tp_recruit__tab-list li {
    padding: 15px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .tp_recruit__tab-list li {
    width: 49.5%;
    margin-bottom: 5px;
  }
}
.tp_recruit__tab-list li.current {
  background: #ccc;
  color: #fafae1;
}
.tp_recruit__tab-table {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .tp_recruit__tab-table {
    padding: 0;
  }
}
.tp_recruit__tab-table .tab-table {
  display: none;
}
.tp_recruit__tab-table .tab-table.show {
  display: block;
}
.tp_recruit__tab-table table {
  width: 100%;
}
.tp_recruit__tab-table th, .tp_recruit__tab-table td {
  padding: 3rem 8px;
}
@media (max-width: 768px) {
  .tp_recruit__tab-table th, .tp_recruit__tab-table td {
    display: block;
    padding: 20px 8px;
  }
}
.tp_recruit__tab-table th {
  border-bottom: 1px solid #7a7d45;
  width: 28%;
  font-size: max(1.2svw, 1.2rem);
  text-align: left;
}
@media (max-width: 1024px) {
  .tp_recruit__tab-table th {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .tp_recruit__tab-table th {
    width: 100%;
  }
}
.tp_recruit__tab-table td {
  border-bottom: 1px solid #eaebe2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: max(0.9svw, 1rem);
}
@media (max-width: 1024px) {
  .tp_recruit__tab-table td {
    font-size: 0.8125rem;
  }
}
.tp_access {
  background: #ebe9e2;
  text-align: center;
  padding: 150px 30px 30px;
  font-size: max(1svw, 1rem);
}
@media (max-width: 1024px) {
  .tp_access {
    padding: 90px 0 30px 0;
  }
}
.tp_access__add {
  margin-bottom: 100px;
  line-height: 2;
  color: #bbac65;
}
@media (max-width: 1024px) {
  .tp_access__add {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .tp_access__map iframe {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .tp_access__map iframe {
    height: 300px;
  }
}

.faq main {
  width: 1520px;
  margin: 0 auto;
  padding: 150px 0 80px;
}
@media (max-width: 1600px) {
  .faq main {
    width: 100%;
    padding: 150px 40px;
  }
}
@media (max-width: 768px) {
  .faq main {
    padding: 100px 25px;
  }
}
.faq h3 {
  margin-bottom: 70px;
  font-size: 2.5rem;
  color: #bac3c9;
}
@media (max-width: 768px) {
  .faq h3 {
    font-size: 1.375rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.faq__sec {
  margin-bottom: 140px;
}
.faq__sec:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .faq__sec {
    margin-bottom: 80px;
  }
}
.faq__box {
  margin-bottom: 50px;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .faq__box {
    padding-left: 0;
    margin-bottom: 5px;
    background: #fff;
    padding: 30px 40px 30px 20px;
    border-radius: 5px;
  }
}
.faq__box-ttl {
  position: relative;
  padding: 0 0 0 45px;
  z-index: 99;
  cursor: pointer;
  color: #778187;
}
@media (max-width: 768px) {
  .faq__box-ttl {
    padding: 0 0 0 25px;
  }
}
.faq__box-ttl:before {
  position: absolute;
  content: "Q";
  top: -14px;
  left: 0;
  font-size: 1.875rem;
  z-index: 100;
  font-weight: 700;
  font-family: "South Amsterdam DEMO Regular";
}
@media (max-width: 768px) {
  .faq__box-ttl:before {
    top: -8px;
    font-size: 1.25rem;
  }
}
.faq__box-ttl h4 {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .faq__box-ttl h4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.faq__box-ttl h4:before, .faq__box-ttl h4:after {
  position: absolute;
  content: "";
  top: 1px;
  right: 15px;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  background: #7a7d45;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .faq__box-ttl h4:before, .faq__box-ttl h4:after {
    width: 13px;
    height: 2px;
    right: -20px;
  }
}
.faq__box-ttl h4:after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.faq__box-ttl.active h4:after {
  transform: rotate(0deg);
}
.faq__box-txt {
  position: relative;
  background: #fff;
  color: #778187;
  border-radius: 0 0 10px 10px;
  padding: 35px 45px;
  display: none;
  margin-top: 30px;
  line-height: 2;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .faq__box-txt {
    padding: 20px 15px;
  }
}
.faq__box-txt a {
  text-decoration: underline;
  position: relative;
  padding-left: 23px;
  margin-top: 10px;
}
.faq__box-txt a:before {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: url("../img/cmn/ico_blank_bk.png") no-repeat;
  background-size: 100% auto;
}

.price main {
  width: 1520px;
  margin: 0 auto;
  padding: 120px 0 80px;
}
@media (max-width: 1600px) {
  .price main {
    width: 100%;
    padding: 120px 40px;
  }
}
@media (max-width: 768px) {
  .price main {
    padding: 80px 25px;
  }
}
.price h3 {
  margin-bottom: 25px;
  font-size: 1.75rem;
  color: #bac3c9;
}
@media (max-width: 768px) {
  .price h3 {
    font-size: 1.375rem;
  }
}
.price__sec {
  margin-bottom: 140px;
}
.price__sec:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .price__sec {
    margin-bottom: 80px;
  }
}
.price__sec table {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.price__sec table th, .price__sec table td {
  padding: 14px 15px;
  border: 1px solid #ddd;
  color: #758087;
}
@media (max-width: 768px) {
  .price__sec table th, .price__sec table td {
    padding: 13px 5px;
  }
}
.price__sec table th {
  background: #efefef;
  font-size: 1rem;
  width: 35%;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .price__sec table th {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .price__sec table th {
    font-size: 0.75rem;
    width: 38%;
  }
}
.price__sec table th span {
  font-size: 0.75rem;
  margin: 0 5px;
}
.price__sec table td {
  text-align: right;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .price__sec table td {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .price__sec table td {
    font-size: 0.75rem;
  }
}
.price__sec table td div {
  display: inline-block;
}
@media (max-width: 768px) {
  .price__sec table td div {
    display: block;
    margin-top: 7px;
  }
}
.price__sec table .time {
  text-align: center;
  width: 20%;
}
@media (max-width: 768px) {
  .price__sec table .time span {
    font-size: 0.625rem;
    display: block;
  }
}
.price__sec table .desc {
  background: #f5f5f5;
  font-weight: normal;
  color: #888;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .price__sec table .desc {
    font-size: 0.75rem;
    text-align: left;
  }
}
.price__sec table .new {
  background: #cbbd7b;
  padding: 3px 7px;
  line-height: 1;
  border-radius: 3px;
  font-size: 0.625rem;
  color: #fff;
  margin-right: 10px;
}
.price__sec table .default {
  background: #bac3c9;
  padding: 3px 7px;
  line-height: 1;
  border-radius: 3px;
  font-size: 0.625rem;
  color: #fff;
  margin-right: 10px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .price__sec table .default {
    margin-top: 15px;
  }
}
.price .note {
  margin-top: 15px;
}

.about main {
  margin-top: 160px;
}
@media (max-width: 768px) {
  .about main {
    margin-top: 80px;
  }
}
.about .point__box {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 140px;
}
@media (max-width: 768px) {
  .about .point__box {
    width: 100%;
    margin: 0 auto 80px;
  }
}
.about .point__box-txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .about .point__box-txt {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.about .point__box-txt h3 {
  width: 40%;
  font-size: 2.5rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .about .point__box-txt h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .about .point__box-txt h3 {
    font-size: 1.375rem;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.about .point__box-txt div {
  width: 600px;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .about .point__box-txt div {
    width: 430px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .about .point__box-txt div {
    width: 100%;
  }
}
.about .point__box-txt div ul {
  margin-left: 23px;
  margin-top: 10px;
}
.about .point__box-txt div ul li {
  list-style: disc;
}
.about .point__box-ph ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .about .point__box-ph ul {
    flex-direction: column;
  }
}
.about .point__box-ph ul li {
  width: 50%;
}
@media (max-width: 768px) {
  .about .point__box-ph ul li {
    width: 100%;
  }
}
.about .intro__box {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .about .intro__box {
    font-size: 1rem;
    margin-bottom: 60px;
  }
}
.about .intro__box p {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .about .intro__box p {
    margin-bottom: 30px;
  }
}
.about .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.about .menu__box {
  width: 33.33333%;
  padding: 180px 40px 50px;
  background: rgb(176, 176, 176);
}
.about .menu__box h3 {
  font-size: 2.375rem;
}
.about .menu__box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 240px;
}
.about .menu__box ul li {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 1;
  border-radius: 50px;
  margin-bottom: 6px;
  margin-right: 4px;
}
.about .tp_menu__box:nth-child(3) .tp_menu__ph {
  position: relative !important;
  top: 0;
}

.menustyle {
  width: 100%;
}
.menustyle main {
  margin-top: 90px;
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 1024px) {
  .menustyle main {
    font-size: 0.875rem;
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .menustyle main {
    margin-top: 60px;
    font-size: 0.8125rem;
  }
}
.menustyle main {
  /*h2{
    font-size: rem(40);
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.8;
    color: #cbbd7b;
  }*/
}
.menustyle main .c-ttl__tp {
  text-align: center;
}
.menustyle main .c-ttl__tp p {
  font-size: 1.0625rem;
  display: inline-block;
  background: #cbbd7b;
  color: #fff;
  padding: 4px;
  line-height: 1;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .menustyle main .c-ttl__tp p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 768px) {
  .menustyle main .c-ttl__tp p {
    font-size: 0.6875rem;
  }
}
.menustyle main h3.pagemd {
  font-size: 2.375rem;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .menustyle main h3.pagemd {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .menustyle main h3.pagemd {
    font-size: 1.375rem;
  }
}
.menustyle main h3.md {
  font-size: 1.875rem;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .menustyle main h3.md {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .menustyle main h3.md {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.menustyle main h4.md {
  font-size: 1.125rem;
  background: #959e76;
  color: #e5d899;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .menustyle main h4.md {
    font-size: 0.875rem;
  }
}
.menustyle main section {
  margin-bottom: 220px;
}
@media (max-width: 1024px) {
  .menustyle main section {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .menustyle main section {
    margin-bottom: 100px;
  }
}
.menustyle .intro {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}
.menustyle .intro .ico {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .menustyle .intro .ico img {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .menustyle .intro .ico img {
    height: 110px;
  }
}
.menustyle .intro ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .menustyle .intro ul {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .menustyle .intro ul {
    margin-top: 50px;
  }
}
.menustyle .intro ul li {
  width: 33.333%;
  padding: 70px 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .menustyle .intro ul li {
    width: 50%;
    font-size: 1rem;
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .menustyle .intro ul li {
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 7px;
  }
}
.menustyle .intro ul li:nth-child(odd) {
  background: #959e76;
  color: #e5d899;
}
.menustyle .intro ul li:nth-child(even) {
  background: #e6e6e5;
  color: #788144;
}
.menustyle .intro ul li figure {
  display: block;
  height: 80px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .menustyle .intro ul li figure {
    height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .menustyle .intro ul li figure {
    height: 50px;
  }
}
.menustyle .intro ul li figure img {
  height: 100%;
}
.menustyle .intro__box p {
  font-size: 1.125rem;
  line-height: 2.2;
}
@media (max-width: 1024px) {
  .menustyle .intro__box p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .menustyle .intro__box p {
    font-size: 0.8125rem;
  }
}

.acupuncture .feature__box {
  text-align: center;
}
@media (max-width: 768px) {
  .acupuncture .feature__box {
    text-align: left;
  }
}
.acupuncture .feature__box .illust {
  margin-top: 20px;
}
.acupuncture .feature__box .illust img {
  height: 500px;
}
@media (max-width: 768px) {
  .acupuncture .feature__box .illust img {
    width: 100%;
    height: auto;
  }
}
.acupuncture .feature__box .illust__txt {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .acupuncture .feature__box .illust__txt {
    margin-bottom: 30px;
  }
}
.acupuncture .feature__box .illust2 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .acupuncture .feature__box .illust2 {
    margin-top: 25px;
  }
}
.acupuncture .feature__box .illust2 img {
  height: 630px;
}
@media (max-width: 768px) {
  .acupuncture .feature__box .illust2 img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .acupuncture .feature__box p br {
    display: none;
  }
}
.acupuncture .pulse__list {
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .acupuncture .pulse__list {
    flex-direction: column;
    margin: 30px 0 0;
  }
}
.acupuncture .pulse__list-ph {
  width: 500px;
}
@media (max-width: 1024px) {
  .acupuncture .pulse__list-ph {
    width: 360px;
  }
}
@media (max-width: 768px) {
  .acupuncture .pulse__list-ph {
    width: 100%;
    margin-bottom: 20px;
  }
}
.acupuncture .pulse__list-txt {
  width: calc(100% - 560px);
}
@media (max-width: 1024px) {
  .acupuncture .pulse__list-txt {
    width: calc(100% - 400px);
  }
}
@media (max-width: 768px) {
  .acupuncture .pulse__list-txt {
    width: 100%;
  }
}
.acupuncture .pulse__list-txt p {
  margin-bottom: 30px;
}
.acupuncture .pulse__box {
  text-align: center;
}
@media (max-width: 768px) {
  .acupuncture .pulse__box p br {
    display: none;
  }
}

.bodywork .intro ul li {
  width: 50%;
}
@media (max-width: 768px) {
  .bodywork .intro ul li {
    width: 100%;
  }
}
.bodywork .intro ul li:nth-child(4) {
  background: #959e76;
  color: #e5d899;
}
@media (max-width: 768px) {
  .bodywork .intro ul li:nth-child(4) {
    background: #e6e6e5;
    color: #788144;
  }
}
.bodywork .intro ul li:nth-child(3) {
  background: #e6e6e5;
  color: #788144;
}
@media (max-width: 768px) {
  .bodywork .intro ul li:nth-child(3) {
    background: #959e76;
    color: #e5d899;
  }
}
.bodywork .trouble__wrap {
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .bodywork .trouble__wrap {
    flex-direction: column;
    margin: 40px 0;
  }
}
.bodywork .trouble__box-ph {
  width: 580px;
}
@media (max-width: 1024px) {
  .bodywork .trouble__box-ph {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .bodywork .trouble__box-ph {
    width: 100%;
    margin-bottom: 25px;
  }
}
.bodywork .trouble__box-txt {
  width: calc(100% - 620px);
}
@media (max-width: 1024px) {
  .bodywork .trouble__box-txt {
    width: calc(100% - 420px);
  }
}
@media (max-width: 768px) {
  .bodywork .trouble__box-txt {
    width: 100%;
  }
}
.bodywork .trouble__box-txt p {
  margin-bottom: 30px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .bodywork .trouble__box-txt p {
    font-size: 1.0625rem;
  }
}
.bodywork .efficary__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2% 2%;
}
.bodywork .efficary__box {
  width: 32%;
  padding: 60px 40px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 1%;
  border-radius: 3px;
}
@media (max-width: 1024px) {
  .bodywork .efficary__box {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .bodywork .efficary__box {
    width: 100%;
    padding: 40px 30px;
  }
}
.bodywork .efficary__box h3 {
  font-size: 1.375rem;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .bodywork .efficary__box h3 {
    margin-bottom: 15px;
  }
}
.bodywork .efficary__box h3 span {
  font-size: 0.875rem;
  display: block;
}
@media (max-width: 768px) {
  .bodywork .efficary__box h3 span {
    font-size: 0.75rem;
  }
}
.bodywork .efficary__box p {
  font-size: 0.8125rem;
}
.bodywork .flow .swiper {
  margin: 0 5%;
}
.bodywork .flow__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
.bodywork .flow__box {
  background: #fff;
  padding: 60px 0;
  border: 3px;
  text-align: center;
  position: relative;
}
.bodywork .flow__box > div {
  height: 100%;
}
.bodywork .flow__box figure {
  margin-bottom: 45px;
  height: 120px;
}
.bodywork .flow__box figure img {
  height: 100%;
}
.bodywork .flow__box h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .bodywork .flow__box h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .bodywork .flow__box h3 {
    font-size: 1.25rem;
  }
}
.bodywork .flow__box p {
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .bodywork .flow__box p {
    font-size: 0.75rem;
  }
}
.bodywork .flow__box span {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px 15px;
  border-radius: 100px;
  border: 1px solid #ccc;
  line-height: 1;
  font-size: 0.8125rem;
}

.contents .othermenu__sec {
  margin-bottom: 180px;
}
@media (max-width: 1024px) {
  .contents .othermenu__sec {
    margin-bottom: 110px;
  }
}
@media (max-width: 768px) {
  .contents .othermenu__sec {
    margin-bottom: 60px;
    padding-top: 60px;
    border-top: 1px solid #cbbd7b;
  }
}
.contents .othermenu__sec h2 {
  font-size: 1.625rem;
  margin-bottom: 40px;
  text-align: center;
  color: #cbbd7b;
}
@media (max-width: 768px) {
  .contents .othermenu__sec h2 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.contents .othermenu__sec .note {
  margin-top: 15px;
  font-size: 0.75rem;
  color: #999;
}
.contents .othermenu__wrap {
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .contents .othermenu__wrap {
    flex-direction: column;
  }
}
.contents .othermenu__box-ph {
  width: 580px;
}
@media (max-width: 1024px) {
  .contents .othermenu__box-ph {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .contents .othermenu__box-ph {
    width: 100%;
    margin-bottom: 25px;
  }
}
.contents .othermenu__box-txt {
  width: calc(100% - 620px);
}
@media (max-width: 1024px) {
  .contents .othermenu__box-txt {
    width: calc(100% - 420px);
  }
}
@media (max-width: 768px) {
  .contents .othermenu__box-txt {
    width: 100%;
  }
}
.contents .othermenu__box-txt h3 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .contents .othermenu__box-txt h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .contents .othermenu__box-txt h3 {
    font-size: 1.125rem;
  }
}
.contents .othermenu__box-txt p {
  margin-bottom: 30px;
}

.read-more {
  position: relative;
}

.read-more > div {
  position: relative;
  max-height: 200px; /* 開く前に見せたい高さを指定 */
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.read-more:has(:checked) > div {
  max-height: 790px;
}

.read-more > div::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #f5f5f2);
  content: "";
}

.read-more:has(:checked) > div::after {
  content: none;
}

.read-more label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #cbbd7b;
  padding: 10px;
  border-radius: 100px;
  line-height: 1;
  font-weight: bold;
  font-size: 1em;
}

.read-more label:hover {
  color: #fff;
  background: #666;
  cursor: pointer;
}

.read-more:has(:checked) label {
  display: none;
}

.read-more input {
  display: none;
}

.loading-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.loading-wrap .text-wrap {
  overflow: hidden;
}
.loading-wrap .text-wrap .split {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #f7e3af;
  position: relative;
  z-index: 10020;
}
@media (max-width: 768px) {
  .loading-wrap .text-wrap .split {
    font-size: 20px;
  }
}
.loading-wrap .text-wrap .split span {
  display: inline-block;
}
.loading-wrap .reveal-1, .loading-wrap .reveal-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.loading-wrap .reveal-1 {
  background-color: #e1e0dd;
  z-index: 10030;
}
.loading-wrap .reveal-2 {
  background-color: #959e75;
  z-index: 10010;
}

.slide_img__item figure {
  position: relative;
  overflow: hidden;
}

.fadezoom {
  position: relative;
  display: block;
  opacity: 0;
  transform: scale(1.1);
  transition: 0.35s;
}
.fadezoom:nth-child(2) {
  transition-delay: 0.12s;
}
.fadezoom:nth-child(3) {
  transition-delay: 0.24s;
}
.fadezoom:nth-child(4) {
  transition-delay: 0.36s;
}
.fadezoom:nth-child(5) {
  transition-delay: 0.48s;
}
.fadezoom:nth-child(6) {
  transition-delay: 0.6s;
}
.fadezoom:nth-child(7) {
  transition-delay: 0.72s;
}
.fadezoom:nth-child(8) {
  transition-delay: 0.84s;
}
.fadezoom:nth-child(9) {
  transition-delay: 0.96s;
}
.fadezoom:nth-child(10) {
  transition-delay: 1.08s;
}
.fadezoom:nth-child(11) {
  transition-delay: 1.2s;
}
.fadezoom:nth-child(12) {
  transition-delay: 1.32s;
}
.fadezoom:nth-child(13) {
  transition-delay: 1.44s;
}
.fadezoom:nth-child(14) {
  transition-delay: 1.56s;
}
.fadezoom:nth-child(15) {
  transition-delay: 1.68s;
}
.fadezoom:nth-child(16) {
  transition-delay: 1.8s;
}
.fadezoom:nth-child(17) {
  transition-delay: 1.92s;
}
.fadezoom:nth-child(18) {
  transition-delay: 2.04s;
}
.fadezoom:nth-child(19) {
  transition-delay: 2.16s;
}
.fadezoom:nth-child(20) {
  transition-delay: 2.28s;
}
.fadezoom:nth-child(21) {
  transition-delay: 2.4s;
}
.fadezoom:nth-child(22) {
  transition-delay: 2.52s;
}
.fadezoom:nth-child(23) {
  transition-delay: 2.64s;
}
.fadezoom:nth-child(24) {
  transition-delay: 2.76s;
}
.fadezoom:nth-child(25) {
  transition-delay: 2.88s;
}
.fadezoom:nth-child(26) {
  transition-delay: 3s;
}
.fadezoom:nth-child(27) {
  transition-delay: 3.12s;
}
.fadezoom:nth-child(28) {
  transition-delay: 3.24s;
}
.fadezoom:nth-child(29) {
  transition-delay: 3.36s;
}
.fadezoom:nth-child(30) {
  transition-delay: 3.48s;
}
.fadezoom:nth-child(31) {
  transition-delay: 3.6s;
}
.fadezoom.is_after {
  opacity: 1;
  transform: scale(1);
}

/*scroll animation*/
.fadeup {
  opacity: 0;
  will-change: transform;
}

.fadeup.done {
  animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

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

.zoom.done {
  opacity: 1;
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  will-change: transform;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.btn__bg {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .btn__bg {
    margin-top: 35px;
  }
}
.btn__bg a {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 20px 50px;
  border-radius: 100px;
  background: #cbbd7b;
}
@media (max-width: 1024px) {
  .btn__bg a {
    font-size: 0.8125rem;
    padding: 20px 40px;
  }
}
@media (max-width: 768px) {
  .btn__bg a {
    font-size: 0.8125rem;
    padding: 10px 40px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.btn__bg a:hover {
  background: #999;
}
.btn__bg-s {
  margin-top: 40px;
}
.btn__bg-s a {
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 7px 30px;
  border-radius: 100px;
  background: #cbbd7b;
}
@media (max-width: 768px) {
  .btn__bg-s a {
    font-size: 0.75rem;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.btn__bg-s a:hover {
  background: #999;
}

.c-ttl__tp {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .c-ttl__tp {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .c-ttl__tp {
    margin-bottom: 30px;
  }
}
.c-ttl__tp h2 {
  font-size: 6.875rem;
  color: #cbbd7b;
  font-family: "South Amsterdam DEMO Regular";
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
  .c-ttl__tp h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 768px) {
  .c-ttl__tp h2 {
    font-size: 3.125rem;
  }
}

.js-text-effect span {
  display: inline-block;
  opacity: 0;
  visibility: visible;
  transform: rotateY(90deg);
}

.list {
  margin-left: 35px;
}
.list li {
  list-style: disc;
  line-height: 1.6;
  font-size: 0.8125rem;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .list li {
    font-size: 0.75rem;
  }
}

.check li {
  border: 3px solid rgb(235, 233, 224);
  border-radius: 3px;
  padding: 8px 20px 8px 48px;
  list-style: none;
  margin-bottom: 5px;
  font-size: 0.875rem;
  position: relative;
}
@media (max-width: 768px) {
  .check li {
    font-size: 0.75rem;
  }
}
.check li:before {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/lib/img/ico_check.png") no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 22px;
}

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

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

section .img-fit {
  overflow: hidden;
}

section .img-fit img {
  display: block;
  object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*font-family: "Noto Sans JP", sans-serif;*/
/* @font-face kit by Fonts2u (https://fonts2u.com) */
@font-face {
  font-family: "South Amsterdam DEMO Regular";
  src: url("../font/South_Amsterdam_Demo.eot?") format("eot"), url("../font/South_Amsterdam_Demo.woff") format("woff"), url("../font/South_Amsterdam_Demo.ttf") format("truetype"), url("../font/South_Amsterdam_Demo.svg#SouthAmsterdamDEMO-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
} /*font-family:"South Amsterdam DEMO Regular"*/