@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Noto+Serif+JP:wght@400;500;700&family=Roboto:wght@300;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
:root {
  --primary: #514737;
  --primary-light: #605441;
  --primary-dark: #332c22;
  --secondary: #cc5e6b;
  --secondary-light: #d2717d;
  --secondary-dark: #bc3b4b;
  --white: white;
  --white-light: white;
  --white-dark: #e6e6e6;
  --red: #cc5e6b;
  --red-light: #d2717d;
  --red-dark: #bc3b4b;
  --width-pc:890px;
  --width-sp:375px;
  --width-gutter:calc(calc(40 / 8.9) * 1vw);
  --font-family: "YakuHanJP","Noto Sans JP","Avenir", "Helvetica Neue", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  --line-height:2;
  --line-height-s:calc(28/16);
  --line-height-m:calc(40/18);
  --line-height-l:calc(45/18);
  --font-size-s:1.6rem;
  --font-size-m:1.8rem;
  --letter-spacing-m:0.2em;
  --letter-spacing-s:0.1em;
  --border-radius:5px;
  --transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

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

em {
  font-style: normal;
}

html {
  height: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, body {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

*:focus-visible {
  outline-width: 2px;
  outline-color: #000;
  outline-style: solid;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--primary);
  line-height: var(--line-height);
  -webkit-text-size-adjust: 100%;
  background-color: var(--background);
  overflow-x: hidden;
}

a {
  cursor: pointer;
}

img {
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
}

strong,
em {
  font-weight: 700;
}

button,
select,
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: inherit;
  font-size: 1.4rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 35px;
}
button:hover,
select:hover,
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=date]:hover,
input[type=number]:hover {
  border: 1px solid var(--border-dark);
}
button:disabled,
select:disabled,
textarea:disabled,
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=number]:disabled {
  background-color: var(--background) !important;
  border: 1px solid var(--border) !important;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: inherit;
  font-size: 1.4rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  scrollbar-gutter: stable;
  overscroll-behavior-y: contain;
  resize: vertical;
}
textarea:hover {
  border: 1px solid var(--border-dark);
}
textarea:disabled {
  background-color: var(--background) !important;
  border: 1px solid var(--border) !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: inherit;
  font-size: 1.4rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 35px;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.654' height='6.451' viewBox='0 0 9.654 6.451'%3E%3Cpath id='Path_18' data-name='Path 18' d='M5.614,6.092,9.4,1.723A1.041,1.041,0,0,0,8.611,0H1.043A1.042,1.042,0,0,0,.256,1.723L4.04,6.092a1.042,1.042,0,0,0,1.574,0' transform='translate(0)' fill='%231b8ec1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-color: #fff;
}
select:hover {
  border: 1px solid var(--border-dark);
}
select:disabled {
  background-color: var(--background) !important;
  border: 1px solid var(--border) !important;
}
select:disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.654' height='6.451' viewBox='0 0 9.654 6.451'%3E%3Cpath id='Path_18' data-name='Path 18' d='M5.614,6.092,9.4,1.723A1.041,1.041,0,0,0,8.611,0H1.043A1.042,1.042,0,0,0,.256,1.723L4.04,6.092a1.042,1.042,0,0,0,1.574,0' transform='translate(0)' fill='%23999'/%3E%3C/svg%3E%0A");
  background-color: var(--background);
  background-border: 1px solid var(--border) !important;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid var(--border);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header {
  z-index: 100;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: transparent;
}
@media screen and (max-width: calc(768px - 1px)) {
  .header {
    position: sticky;
    margin-bottom: -75px;
    position: fixed;
    width: 100%;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header__header {
  height: 74px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (min-width: 992px) {
  .header__header {
    padding-left: 30px;
    padding-right: 30px;
    gap: 27px;
    height: 90px;
  }
}
.header__logo {
  margin-right: auto;
}
.header__inquiry {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__inquiry {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header__humberger {
    display: none;
  }
}
.header__globalnavi {
  display: none;
}
.header__globalnavi--isOpen {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.3s ease-in 0s forwards;
          animation: fadeIn 0.3s ease-in 0s forwards;
}
@media screen and (min-width: 768px) {
  .header__globalnavi {
    display: block;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .header--hasBgc {
    background-color: rgba(84, 70, 51, 0.8);
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .header--hasBgc-white {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.header-logo {
  display: block;
  width: 104px;
}
@media screen and (min-width: 992px) {
  .header-logo {
    width: 100%;
  }
}
.header-logo--primary path {
  fill: #514737;
}
.header-logo--secondary path {
  fill: #CC5E6B;
}
.header-logo--white path {
  fill: #ffffff;
}
.header-logo--red path {
  fill: #CC5E6B;
}

.header-inquiry--primary path {
  fill: #514737;
}
.header-inquiry--secondary path {
  fill: #CC5E6B;
}
.header-inquiry--white path {
  fill: #ffffff;
}
.header-inquiry--red path {
  fill: #CC5E6B;
}

.header-humberger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-humberger span {
  display: block;
  width: 31px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all;
  transition: all;
}
.header-humberger--primary span {
  background-color: #514737;
}
.header-humberger--secondary span {
  background-color: #CC5E6B;
}
.header-humberger--white span {
  background-color: #ffffff;
}
.header-humberger--red span {
  background-color: #CC5E6B;
}
.header-humberger--isOpen span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.header-humberger--isOpen span:nth-child(2) {
  opacity: 0;
}
.header-humberger--isOpen span:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
          transform: translateY(-12px) rotate(-45deg);
}

@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(84, 70, 51, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1000;
  }
}
@media screen and (min-width: 768px) {
  .globalnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi__close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    width: 47px;
    height: 47px;
    padding: 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .globalnavi__close {
    display: none;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi__logo {
    margin-top: 60px;
  }
  .globalnavi__logo svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 768px) {
  .globalnavi__logo {
    display: none;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi__menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    width: calc(100% - var(--width-gutter) * 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .globalnavi__menu li {
    width: 100%;
  }
  .globalnavi__menu li a {
    text-decoration: none;
    display: block;
    padding: 15px var(--width-gutter);
    position: relative;
  }
  .globalnavi__menu li a::after {
    display: block;
    position: absolute;
    height: 1px;
    content: "";
    opacity: 0.25;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .globalnavi__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    gap: 30px;
  }
  .globalnavi__menu-item {
    line-height: 1;
  }
  .globalnavi__menu-item a {
    font-size: 1.4rem;
    display: block;
    padding: 10px 5px;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .globalnavi__menu-item a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    opacity: 0;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .globalnavi__menu-item:not(.\--current):hover a::after, .globalnavi__menu-item.--current a::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi__footer {
    background-color: #fff;
    width: 100%;
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 27px;
  }
  .globalnavi__footer svg {
    fill: var(--primary);
  }
}
@media screen and (min-width: 768px) {
  .globalnavi__footer {
    display: none;
  }
}
.globalnavi--primary .globalnavi__menu-item a {
  color: #514737;
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi--primary .globalnavi__menu-item a {
    color: #fff;
  }
}
.globalnavi--primary .globalnavi__menu-item a::after {
  background-color: #514737;
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi--primary .globalnavi__menu-item a::after {
    background-color: #fff;
  }
}
.globalnavi--secondary .globalnavi__menu-item a {
  color: #CC5E6B;
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi--secondary .globalnavi__menu-item a {
    color: #fff;
  }
}
.globalnavi--secondary .globalnavi__menu-item a::after {
  background-color: #CC5E6B;
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi--secondary .globalnavi__menu-item a::after {
    background-color: #fff;
  }
}
.globalnavi--white .globalnavi__menu-item a {
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi--white .globalnavi__menu-item a {
    color: #fff;
  }
}
.globalnavi--white .globalnavi__menu-item a::after {
  background-color: #ffffff;
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi--white .globalnavi__menu-item a::after {
    background-color: #fff;
  }
}
.globalnavi--red .globalnavi__menu-item a {
  color: #CC5E6B;
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi--red .globalnavi__menu-item a {
    color: #fff;
  }
}
.globalnavi--red .globalnavi__menu-item a::after {
  background-color: #CC5E6B;
}
@media screen and (max-width: calc(768px - 1px)) {
  .globalnavi--red .globalnavi__menu-item a::after {
    background-color: #fff;
  }
}

.keyvisual-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100svh;
  position: relative;
  background-image: url(/asset//img/home/kv_s.jpg);
  background-position: bottom 0 right 0;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .keyvisual-home {
    min-height: 100vh;
  }
}
@media (min-aspect-ratio: 100/130) {
  .keyvisual-home {
    background-image: url(/asset//img/home/kv.jpg);
    background-position: bottom 0 center;
  }
}
.keyvisual-home__filter {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary);
  -webkit-transition: background-color 2s ease-in-out;
  transition: background-color 2s ease-in-out;
}
.keyvisual-home__filter[data-anime=on] {
  background-color: transparent;
}
.keyvisual-home__title {
  width: min(1050px,calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
}
.keyvisual-home__title h1 {
  width: min(70.1333333333vw, 394.5px);
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.keyvisual-home__title h1 svg {
  margin-inline: auto;
  width: 90%;
  height: auto;
}
.keyvisual-home__title h1 svg + svg {
  margin-top: min(5.0561797753vw, 45px);
  width: 100%;
}
@media (min-aspect-ratio: 100/130) {
  .keyvisual-home__title h1 {
    margin-left: 0;
    margin-right: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: min(427px, 43vw);
  }
}
.keyvisual-home__info {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-transition: opacity 2s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 2s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 2s ease-out;
  transition: transform 0.5s ease-out, opacity 2s ease-out, -webkit-transform 0.5s ease-out;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  bottom: 20px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  width: min(1150px,calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.keyvisual-home__info[data-anime=on] {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .keyvisual-home__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.keyvisual-home__info h2 {
  font-size: 1.6rem;
  font-weight: bold;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.634' height='12.576' viewBox='0 0 12.634 12.576'%3E%3Cpath d='M559.446,129.261l.7.7a3.057,3.057,0,0,1,3.091.618,2.9,2.9,0,1,1-4.713,1l-.7-.7-.773.7a2.709,2.709,0,0,1-.618,3.091,2.9,2.9,0,0,1-4.1-4.1,3.058,3.058,0,0,1,3.091-.618l.7-.7-.7-.7a2.929,2.929,0,0,1-3.091-.7,2.847,2.847,0,0,1,0-4.1,2.99,2.99,0,0,1,4.1,0,2.855,2.855,0,0,1,.618,3.168l.773.7.7-.7a2.893,2.893,0,0,1,4.713-3.168,2.846,2.846,0,0,1,0,4.1,2.928,2.928,0,0,1-3.091.7Z' transform='translate(-551.467 -122.964)' fill='%23514737'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: left center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .keyvisual-home__info h2 {
    padding-left: 35px;
  }
}
.keyvisual-home__info p {
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.6;
  max-height: 4.5em;
  overflow-y: auto;
  background: transparent;
  scrollbar-width: 5px;
}
@media screen and (min-width: 768px) {
  .keyvisual-home__info p {
    margin-left: 60px;
  }
}
.keyvisual-home__info p {
  scrollbar-width: auto;
  scrollbar-color: var(--primary) #ffffff;
}
.keyvisual-home__info p::-webkit-scrollbar-track {
  background: #transparent;
}
.keyvisual-home__info p::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}
.keyvisual-home__info p::-webkit-scrollbar {
  width: 5px;
}
.keyvisual-home__info p span {
  word-break: break-all;
}
.keyvisual-home__info p span a {
  color: var(--primary);
}
.keyvisual-home__info p span:first-child {
  margin-right: 20px;
}
@-webkit-keyframes blurOff {
  0% {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
@keyframes blurOff {
  0% {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
.keyvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: calc(768px - 1px)) {
  .keyvisual {
    aspect-ratio: 375/400;
  }
}
@media screen and (min-width: 768px) {
  .keyvisual {
    min-height: 80vh;
  }
}
.keyvisual::after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  width: 100%;
  left: 0;
  background-position: bottom 0 center;
  background-size: cover;
}
@media screen and (max-width: calc(768px - 1px)) {
  .keyvisual::after {
    aspect-ratio: 375/400;
  }
}
@media screen and (min-width: 768px) {
  .keyvisual::after {
    min-height: 80vh;
  }
}
.keyvisual__title > span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.07em;
  position: relative;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.keyvisual__title > span > span {
  display: inline-block;
}
.keyvisual__title > span::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.14em;
  height: 0.14em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.634' height='12.576' viewBox='0 0 12.634 12.576'%3E%3Cpath d='M559.446,129.261l.7.7a3.057,3.057,0,0,1,3.091.618,2.9,2.9,0,1,1-4.713,1l-.7-.7-.773.7a2.709,2.709,0,0,1-.618,3.091,2.9,2.9,0,0,1-4.1-4.1,3.058,3.058,0,0,1,3.091-.618l.7-.7-.7-.7a2.929,2.929,0,0,1-3.091-.7,2.847,2.847,0,0,1,0-4.1,2.99,2.99,0,0,1,4.1,0,2.855,2.855,0,0,1,.618,3.168l.773.7.7-.7a2.893,2.893,0,0,1,4.713-3.168,2.846,2.846,0,0,1,0,4.1,2.928,2.928,0,0,1-3.091.7Z' transform='translate(-551.467 -122.964)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.keyvisual__title h1 {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: calc(576px - 1px)) {
  .keyvisual__title {
    text-align: center;
  }
  .keyvisual__title span {
    font-size: 4rem;
  }
  .keyvisual__title h1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 576px) and (max-width: calc(992px - 1px)) {
  .keyvisual__title {
    width: min(950px, 100% - var(--width-gutter) * 4);
  }
  .keyvisual__title span {
    font-size: 7rem;
  }
  .keyvisual__title h1 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .keyvisual__title {
    width: min(950px, 100% - var(--width-gutter) * 4);
  }
  .keyvisual__title span {
    font-size: 10rem;
  }
  .keyvisual__title h1 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
.keyvisual--forguest::after {
  background-image: url(/asset//img/forguest/kv.jpg);
}
.keyvisual--forguest .keyvisual__title > span::after {
  left: 0.6em;
  top: 0.15em;
}
@media screen and (min-width: 576px) and (max-width: calc(992px - 1px)) {
  .keyvisual--forguest .keyvisual__title {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .keyvisual--forguest .keyvisual__title {
    text-align: right;
  }
}
.keyvisual--course::after {
  background-image: url(/asset//img/course/kv.jpg);
}
.keyvisual--course .keyvisual__title > span::after {
  left: 0.72em;
  top: 0.15em;
}
.keyvisual--homecare::after {
  background-image: url(/asset//img/homecare/kv.jpg);
}
.keyvisual--homecare .keyvisual__title > span::after {
  left: 0.8em;
  top: 0.15em;
}
.keyvisual--shop::after {
  background-image: url(/asset//img/shop/kv.jpg);
}
.keyvisual--shop .keyvisual__title > span::after {
  left: 1em;
  top: 0.3em;
}
@media screen and (min-width: 576px) and (max-width: calc(992px - 1px)) {
  .keyvisual--shop .keyvisual__title {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .keyvisual--shop .keyvisual__title {
    text-align: right;
  }
}

.keyvisual-brand {
  width: 100%;
  min-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.keyvisual-brand__title {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
}
.keyvisual-brand__tab {
  overflow-y: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.08);
  scrollbar-width: 5px;
}
.keyvisual-brand__tab {
  scrollbar-width: auto;
  scrollbar-color: var(--primary) #ffffff;
}
.keyvisual-brand__tab::-webkit-scrollbar-track {
  background: #ffffff;
}
.keyvisual-brand__tab::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
  border: 5px solid #ffffff;
}
.keyvisual-brand__tab::-webkit-scrollbar {
  height: 20px;
}
.keyvisual-brand__title > div {
  display: inline-block;
  text-align: center;
}
.keyvisual-brand__title > div span {
  line-height: 1;
  color: #666666;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-shadow: 0px 0px 6px rgb(255, 255, 255);
}
.keyvisual-brand__title > div h1 svg {
  text-shadow: 0px 0px 6px rgb(255, 255, 255);
}
@media screen and (max-width: calc(576px - 1px)) {
  .keyvisual-brand__title > div span {
    font-size: 1.4rem;
  }
  .keyvisual-brand__title > div h1 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .keyvisual-brand__title > div span {
    font-size: 1.6rem;
  }
  .keyvisual-brand__title > div h1 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .keyvisual-brand__title > div span {
    font-size: 1.8rem;
  }
  .keyvisual-brand__title > div h1 {
    margin-top: 20px;
  }
}
.keyvisual-brand--haab {
  position: relative;
  background-size: cover;
  background-position: left 50% bottom 0;
}
@media screen and (max-width: calc(768px - 1px)) {
  .keyvisual-brand--haab::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .keyvisual-brand--haab {
    background-image: url(/asset/img/homecare/haab/kv_s.jpg);
  }
}
@media screen and (min-width: 768px) {
  .keyvisual-brand--haab {
    background-image: url(/asset/img/homecare/haab/kv.jpg);
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .keyvisual-brand--haab .keyvisual-brand__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .keyvisual-brand--haab .keyvisual-brand__title {
    margin-bottom: -100px;
  }
}
.keyvisual-brand--haab .keyvisual-brand__title > div {
  width: min(267px, 80vw);
}
.keyvisual-brand--haab .keyvisual-brand__title > div img {
  margin-inline: auto;
  width: 200px;
}
.keyvisual-brand--christina {
  background-size: cover;
  background-position: left 50% bottom 0;
}
@media screen and (max-width: calc(768px - 1px)) {
  .keyvisual-brand--christina {
    background-image: url(/asset/img/homecare/christina/kv_s.jpg);
  }
}
@media screen and (min-width: 768px) {
  .keyvisual-brand--christina {
    background-image: url(/asset/img/homecare/christina/kv.jpg);
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .keyvisual-brand--christina .keyvisual-brand__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .keyvisual-brand--christina .keyvisual-brand__title {
    margin-bottom: -50px;
    text-align: right;
  }
}
.keyvisual-brand--christina .keyvisual-brand__title > div {
  width: min(400px, 80vw);
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1120px;
  margin-inline: auto;
}
.tab__item {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
}
.tab__item span {
  color: var(--primary);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.tab__item::after {
  content: "";
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.tab__item--linerepair.--current::after, .tab__item--linerepair:hover::after {
  background-color: #38829B;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.tab__item--linerepair.--current span, .tab__item--linerepair:hover span {
  color: #38829B;
}
.tab__item--unstress.--current::after, .tab__item--unstress:hover::after {
  background-color: #54BEB3;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.tab__item--unstress.--current span, .tab__item--unstress:hover span {
  color: #54BEB3;
}
.tab__item--biophyto.--current::after, .tab__item--biophyto:hover::after {
  background-color: #618F2E;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.tab__item--biophyto.--current span, .tab__item--biophyto:hover span {
  color: #618F2E;
}
.tab__item--illustrious.--current::after, .tab__item--illustrious:hover::after {
  background-color: #A7A8A9;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.tab__item--illustrious.--current span, .tab__item--illustrious:hover span {
  color: #A7A8A9;
}
.tab__item--rosedemer.--current::after, .tab__item--rosedemer:hover::after {
  background-color: #162C7D;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.tab__item--rosedemer.--current span, .tab__item--rosedemer:hover span {
  color: #162C7D;
}
.tab__item--foreveryoung.--current::after, .tab__item--foreveryoung:hover::after {
  background-color: #F7B05B;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.tab__item--foreveryoung.--current span, .tab__item--foreveryoung:hover span {
  color: #F7B05B;
}
.tab__item--muse.--current::after, .tab__item--muse:hover::after {
  background-color: #D76EA8;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.tab__item--muse.--current span, .tab__item--muse:hover span {
  color: #D76EA8;
}
.tab__item span {
  line-height: 1;
}
.tab__item span:nth-of-type(1) {
  font-size: 1.1rem;
}
.tab__item span:nth-of-type(2) {
  display: none;
  font-size: 1.2rem;
  margin-top: 10px;
}
.tab__item span:nth-of-type(3) {
  font-size: 1.5rem;
  margin-top: 15px;
  font-weight: 700;
}
@media screen and (max-width: calc(768px - 1px)) {
  :is(.pic--full) + .table {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  :is(.pic--full) + .table {
    margin-top: 20px;
  }
}

.table {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
  font-size: 1.8rem;
  border-collapse: collapse;
}
@media screen and (max-width: calc(768px - 1px)) {
  .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.table th {
  font-weight: bold;
}
@media screen and (max-width: calc(768px - 1px)) {
  .table th {
    background-color: var(--primary);
    color: #fff;
    font-size: 1.6rem;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .table th {
    width: 150px;
    border-bottom: 1px solid #DEDEDE;
    vertical-align: top;
    text-align: left;
    font-size: 1.8rem;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.table td {
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: calc(768px - 1px)) {
  .table td {
    font-size: var(--font-size-s);
    line-height: var(--line-height-s);
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .table td {
    font-size: var(--font-size-m);
    line-height: var(--line-height-m);
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.text {
  font-weight: 400;
  color: var(--primary);
}
@media screen and (max-width: calc(768px - 1px)) {
  .text {
    font-size: var(--font-size-s);
    line-height: var(--line-height-s);
  }
}
@media screen and (min-width: 768px) {
  .text {
    font-size: var(--font-size-m);
    line-height: var(--line-height-m);
  }
}
.text__txt {
  line-height: 2.5;
}
.text--comingsoon {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
}
@media screen and (max-width: calc(768px - 1px)) {
  .text--comingsoon {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .text--comingsoon {
    font-size: 2rem;
  }
}
.text--fixed {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
}
.text--fixed-nogutter {
  width: 100%;
}
@media screen and (max-width: calc(768px - 1px)) {
  .text--s {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .text--s {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.note {
  color: #535353;
  line-height: 1.7857142857;
}
@media screen and (max-width: calc(768px - 1px)) {
  .note {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .note {
    font-size: 1.4rem;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.btn:hover {
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
}
.btn__text {
  line-height: 1.3;
}
.btn--step-inquery {
  background-color: var(--primary);
  color: #fff;
  height: 75px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.215' height='36.21' viewBox='0 0 36.215 36.21'%3E%3Cpath id='前面オブジェクトで型抜き_7' data-name='前面オブジェクトで型抜き 7' d='M-16521.461-2541.58c-3.127,0-3.785-.022-5.391-.093a13.007,13.007,0,0,1-4.27-.809,8.635,8.635,0,0,1-3.127-2.025,8.644,8.644,0,0,1-2.033-3.113,12.962,12.962,0,0,1-.83-4.271c-.088-1.907-.109-2.537-.115-7.259s.008-5.347.092-7.259a13.089,13.089,0,0,1,.809-4.275,8.583,8.583,0,0,1,2.025-3.121,8.621,8.621,0,0,1,3.113-2.038,13.106,13.106,0,0,1,4.27-.826c1.906-.093,2.555-.108,7.26-.12l1.7,0c3.211,0,3.893.023,5.563.1a12.864,12.864,0,0,1,4.275.809,8.6,8.6,0,0,1,3.121,2.021,8.629,8.629,0,0,1,2.033,3.117,12.964,12.964,0,0,1,.83,4.271c.088,1.847.105,2.407.121,7.259s-.016,5.418-.092,7.259a12.845,12.845,0,0,1-.812,4.271,8.633,8.633,0,0,1-2.021,3.125,8.659,8.659,0,0,1-3.117,2.034,13,13,0,0,1-4.271.83c-1.873.087-2.5.108-7.258.116Zm-2.7-29.511a1.813,1.813,0,0,0-.24.022l-.021,0-.1.013a8.105,8.105,0,0,0-1.439.386,3.96,3.96,0,0,0-1.922,1.274c-.545.7-1.043,1.936-.033,5.371a29.293,29.293,0,0,0,3.465,7.844l.006,0,.008.008a29.2,29.2,0,0,0,5.523,6.553c1.762,1.609,3.162,2.391,4.283,2.391a2.7,2.7,0,0,0,.564-.062,3.906,3.906,0,0,0,1.984-1.17,8.175,8.175,0,0,0,.979-1.125c.014-.021.025-.041.039-.06l.029-.042c.219-.327.35-.525-.209-1.409a17.544,17.544,0,0,0-3.062-3.262,2.3,2.3,0,0,0-1.406-.7,2.2,2.2,0,0,0-.855.219c-.105.044-.205.088-.3.131a2.734,2.734,0,0,1-1.08.322,1.327,1.327,0,0,1-.578-.138,10.757,10.757,0,0,1-2.984-3.49,10.718,10.718,0,0,1-1.83-4.213c.01-.659.393-.983.875-1.393l.027-.024c.078-.066.158-.134.238-.206.74-.645.84-1.042.564-2.241a17.426,17.426,0,0,0-1.59-4.188C-16523.658-2570.959-16523.889-2571.091-16524.16-2571.091Z' transform='translate(16537.73 2577.29)' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: left 15px center;
  padding-left: 65px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 35px;
  padding-right: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--step-inquery > span {
  text-align: center;
}
.btn--step-inquery > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn--step-inquery > span span {
  text-align: center;
}
.btn--step-inquery > span span:nth-child(1) {
  font-size: 1rem;
  line-height: 1;
}
.btn--step-inquery > span span:nth-child(2) {
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2rem;
  font-weight: 700;
}
.btn--step-inquery > span span:nth-child(3) {
  font-size: 0.9rem;
  line-height: 1;
}
.btn--step-hotpepper {
  background-color: var(--primary);
  color: #fff;
  height: 75px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.993' height='35' viewBox='0 0 34.993 35'%3E%3Cpath d='M23.764,0H11.226A11.226,11.226,0,0,0,0,11.229V23.768A11.231,11.231,0,0,0,11.226,35H23.764A11.235,11.235,0,0,0,34.993,23.768V11.229A11.23,11.23,0,0,0,23.764,0' fill='%23fff'%3E%3C/path%3E%3Cpath d='M36.024,30.059c-.931,4.406-4.7,6.2-9.373,5.85a7.716,7.716,0,0,1-4.268-1.648,3.406,3.406,0,0,1-1.511.446c-2.371.156-3.818-1.457-3.222-2.815a2,2,0,0,1,2.547-.946,5.641,5.641,0,0,1,1.746,1.09c.675-1.081.385-2.565.138-4.568a26.5,26.5,0,0,1,.878-12.231c.4.644.993,1.67.993,1.67s.772-.481,1.836-1.026a21.5,21.5,0,0,0-1.423,10.3c.251,2.7.622,5.645-.929,7.166A6.261,6.261,0,0,0,27.1,35.308c3.335.323,4.993-1.528,5.431-5.682a16.583,16.583,0,0,0,.09-2.58c-.124-2.622-1.067-4.328-1.775-4.9a5.585,5.585,0,0,1-1.891.318c-1.214.009-2.276-.231-2.2-1.219.057-.744.976-1.3,2.655-.8.25.078.5.159.734.254h.005l.487.223c.409-.321,1.214-1.14,1.4-3.3.019-.245.04-.917.04-.917,0-4.447-2.029-6.4-5.126-6.4a7.314,7.314,0,0,0-4.339,1.826,14.157,14.157,0,0,0-2.5,3.093c-.142-.9-.263-2.066-.263-2.066s-.918-.179-1.662-.378a12.736,12.736,0,0,1,2.743-1.907,14.166,14.166,0,0,1,6.121-1.5c5.882.111,7.979,4.077,7.957,7.043a7.446,7.446,0,0,1-.06,1,5.237,5.237,0,0,1-3.01,4.2,6.88,6.88,0,0,1,4.245,5.592,10.113,10.113,0,0,1-.159,2.848M18.071,32.327c-.183.508.458,1.278,1.525,1.3a2.122,2.122,0,0,0,1.309-.456,4.729,4.729,0,0,0-1.158-.879c-.957-.53-1.518-.382-1.675.038' transform='translate(-9.642 -5.164)' fill='%23514737'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-position: left 15px center;
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-size: 1.7rem;
  padding-left: 15px;
}
@media screen and (min-width: 576px) {
  .btn--step-hotpepper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn--step-hotpepper::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-image: url("data:image/svg+xml,%3Csvg id='ico-external' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Crect id='area' width='20' height='20' fill='none'/%3E%3Cpath id='path' d='M8.524,4.774H4.8A2.685,2.685,0,0,0,2.12,7.459v8.247A2.685,2.685,0,0,0,4.8,18.391h8.247a2.685,2.685,0,0,0,2.685-2.685V11.987' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline id='path-2' data-name='path' y1='7.053' x2='7.053' transform='translate(10.887 2.136)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='path-3' data-name='path' d='M11.812,2.136H17.94V8.264' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.btn--inquery {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.btn--inquery span {
  font-size: 1.6rem;
  color: var(--primary);
}
.btn--book {
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  width: 104px;
  height: 40px;
  color: var(--primary);
}
@media screen and (min-width: 768px) {
  .btn--book {
    width: 140px;
  }
}
.btn--book span {
  display: block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
}
.btn--book-primary {
  background-color: #514737;
  color: #fff;
}
.btn--book-primary span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20'%3E%3Cpath id='ico-book' d='M20,20H2a2,2,0,0,1-2-2V4A2,2,0,0,1,2,2H3V1A1,1,0,0,1,5,1V2H17V1a1,1,0,0,1,2,0V2h1a2,2,0,0,1,2,2V18a2,2,0,0,1-2,2m-4-7a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1Zm-6,0a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1ZM4,13a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1ZM16,7a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1ZM10,7A1,1,0,0,0,9,8v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1ZM4,7A1,1,0,0,0,3,8v2a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V8A1,1,0,0,0,6,7Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.btn--book-secondary {
  background-color: #CC5E6B;
  color: var(--primary);
}
.btn--book-secondary span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20'%3E%3Cpath id='ico-book' d='M20,20H2a2,2,0,0,1-2-2V4A2,2,0,0,1,2,2H3V1A1,1,0,0,1,5,1V2H17V1a1,1,0,0,1,2,0V2h1a2,2,0,0,1,2,2V18a2,2,0,0,1-2,2m-4-7a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1Zm-6,0a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1ZM4,13a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1ZM16,7a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1ZM10,7A1,1,0,0,0,9,8v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1ZM4,7A1,1,0,0,0,3,8v2a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V8A1,1,0,0,0,6,7Z' fill='%23514737'/%3E%3C/svg%3E%0A");
}
.btn--book-white {
  background-color: #ffffff;
  color: var(--primary);
}
.btn--book-white span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20'%3E%3Cpath id='ico-book' d='M20,20H2a2,2,0,0,1-2-2V4A2,2,0,0,1,2,2H3V1A1,1,0,0,1,5,1V2H17V1a1,1,0,0,1,2,0V2h1a2,2,0,0,1,2,2V18a2,2,0,0,1-2,2m-4-7a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1Zm-6,0a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1ZM4,13a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1ZM16,7a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1ZM10,7A1,1,0,0,0,9,8v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1ZM4,7A1,1,0,0,0,3,8v2a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V8A1,1,0,0,0,6,7Z' fill='%23514737'/%3E%3C/svg%3E%0A");
}
.btn--book-red {
  background-color: #CC5E6B;
  color: var(--primary);
}
.btn--book-red span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20'%3E%3Cpath id='ico-book' d='M20,20H2a2,2,0,0,1-2-2V4A2,2,0,0,1,2,2H3V1A1,1,0,0,1,5,1V2H17V1a1,1,0,0,1,2,0V2h1a2,2,0,0,1,2,2V18a2,2,0,0,1-2,2m-4-7a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1Zm-6,0a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1ZM4,13a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1ZM16,7a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1ZM10,7A1,1,0,0,0,9,8v2a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1ZM4,7A1,1,0,0,0,3,8v2a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V8A1,1,0,0,0,6,7Z' fill='%23514737'/%3E%3C/svg%3E%0A");
}

.error__title {
  color: var(--alert);
  font-weight: 700;
  font-size: 3rem;
}
.error__txt {
  margin-top: 25px;
  word-break: break-all;
}
:is(.back-link) + .hdg--h1 {
  margin-top: 15px;
}

.hdg__filter {
  display: none;
}
.hdg--h1 {
  text-align: center;
}
@media screen and (max-width: calc(576px - 1px)) {
  .hdg--h1 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .hdg--h1 {
    margin-top: 145px;
  }
}
@media screen and (min-width: 768px) {
  .hdg--h1 {
    margin-top: 245px;
  }
}
.hdg--h1 > span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--primary);
  line-height: 1;
  position: relative;
}
.hdg--h1 > span > span {
  display: inline-block;
}
.hdg--h1 > span::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.634' height='12.576' viewBox='0 0 12.634 12.576'%3E%3Cpath d='M559.446,129.261l.7.7a3.057,3.057,0,0,1,3.091.618,2.9,2.9,0,1,1-4.713,1l-.7-.7-.773.7a2.709,2.709,0,0,1-.618,3.091,2.9,2.9,0,0,1-4.1-4.1,3.058,3.058,0,0,1,3.091-.618l.7-.7-.7-.7a2.929,2.929,0,0,1-3.091-.7,2.847,2.847,0,0,1,0-4.1,2.99,2.99,0,0,1,4.1,0,2.855,2.855,0,0,1,.618,3.168l.773.7.7-.7a2.893,2.893,0,0,1,4.713-3.168,2.846,2.846,0,0,1,0,4.1,2.928,2.928,0,0,1-3.091.7Z' transform='translate(-551.467 -122.964)' fill='%23514737'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 375px) {
  .hdg--h1 > span {
    font-size: 3.2rem !important;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .hdg--h1 > span {
    font-size: 4rem;
  }
}
@media screen and (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .hdg--h1 > span {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .hdg--h1 > span {
    font-size: 7rem;
  }
}
.hdg--h1 h1 {
  margin-top: 10px;
  font-size: 3rem;
  line-height: 1;
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: calc(576px - 1px)) {
  .hdg--h1 h1 {
    font-size: 1.4rem;
    margin-top: 10;
  }
}
@media screen and (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .hdg--h1 h1 {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .hdg--h1 h1 {
    font-size: 1.8rem;
    margin-top: 25px;
  }
}
.hdg--h1-faq span::after {
  right: 0em;
  top: 0.1em;
}
.hdg--h1-inquiry span::after {
  left: 0.5em;
  top: 0.1em;
}
.hdg--h1-privacypolicy span::after {
  right: 0em;
  top: 0.1em;
}
.hdg--h2 {
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  margin-top: 50px;
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 576px) {
  .hdg--h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .hdg--h2 {
    margin-bottom: 60px;
    margin-top: 100px;
    font-size: 3rem;
  }
}
.hdg--h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background-color: var(--primary-light);
  bottom: 0;
  left: calc(50% - 23px);
}
.hdg--h2-course {
  margin: 50px 0 0;
  padding: 50px 0 28px;
  text-align: center;
}
.hdg--h2-course span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .hdg--h2-course {
    padding: 50px 0 38px;
  }
}

.pic {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
}
.pic--full {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.pic--full img {
  width: 100%;
}
.pic--3cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.4943820225vw, 40px);
}
@media screen and (max-width: calc(768px - 1px)) {
  .pic--3cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pic--3cols > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.pic--3cols > * img {
  width: 100%;
}

.staff {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
  gap: min(6.7415730337vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .staff {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.staff__item {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.staff__pic img {
  border-radius: var(--border-radius);
}
.staff__name {
  margin-top: min(2.2471910112vw, 20px);
}
.staff__name span {
  display: block;
  line-height: 1;
  letter-spacing: var(--letter-spacing-s);
  text-align: center;
}
.staff__name span:nth-child(1) {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-top: min(0.5617977528vw, 5px);
}
@media screen and (max-width: calc(768px - 1px)) {
  .staff__name span:nth-child(1) {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .staff__name span:nth-child(1) {
    font-size: 2.6rem;
  }
}
.staff__comment {
  margin-top: 20px;
}
.link {
  text-decoration: underline;
  color: var(--primary);
}
.link--map {
  padding-left: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.983' height='14.496' viewBox='0 0 10.983 14.496'%3E%3Cg id='グループ_4628' data-name='グループ 4628' transform='translate(0.498 -23.502)'%3E%3Cpath id='前面オブジェクトで型抜き_5' data-name='前面オブジェクトで型抜き 5' d='M-16124.934-1175.559a.794.794,0,0,1-.745-.465l-1.162-2.619a9.17,9.17,0,0,0-1.813-2.651,4.442,4.442,0,0,1-1.271-3.186,4.831,4.831,0,0,1,4.72-4.57c.089,0,.182,0,.271,0a4.838,4.838,0,0,1,4.991,4.655,4.468,4.468,0,0,1-1.332,3.166,8.645,8.645,0,0,0-1.761,2.6l-1.153,2.611A.8.8,0,0,1-16124.934-1175.559Zm0-11.233a2.146,2.146,0,0,0-2.146,2.141,2.146,2.146,0,0,0,2.146,2.141,2.144,2.144,0,0,0,2.142-2.141A2.144,2.144,0,0,0-16124.934-1186.793Z' transform='translate(16129.928 1213.058)' fill='%23514737' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: left center;
}
.link--directions {
  padding-left: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.5' height='13' viewBox='0 0 11.5 13'%3E%3Crect id='長方形_1009' data-name='長方形 1009' width='2' height='13' rx='1' fill='%23514737'/%3E%3Cpath id='多角形_5' data-name='多角形 5' d='M4.09,2A1,1,0,0,1,5.91,2L9.357,9.586A1,1,0,0,1,8.447,11H1.553a1,1,0,0,1-.91-1.414Z' transform='translate(11.5) rotate(90)' fill='%23514737'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: left center;
}
.link--viewmore-thin {
  color: var(--primary);
  padding-right: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.999' height='10.485' viewBox='0 0 17.999 10.485'%3E%3Cpath d='M27.382,10.408a1.01,1.01,0,0,1-.374.075l-.008,0H11a1,1,0,0,1,0-2H24.586L17.808,1.707A1,1,0,0,1,19.222.293l8.485,8.485,0,0a1,1,0,0,1-.328,1.626' transform='translate(-10 0)' fill='%23514737'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: right 0 top calc(50% + 1px);
}
.link--viewmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--primary);
  gap: 20px;
  font-size: 1.6rem;
  color: var(--primary);
  text-decoration: none;
}
.link--viewmore span:nth-child(2) {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='47' viewBox='0 0 47 47'%3E%3Cg id='グループ_425' data-name='グループ 425' transform='translate(-666 -1853.212)'%3E%3Cg id='楕円形_1' data-name='楕円形 1' transform='translate(666 1853.212)' fill='none' stroke='%23514737' stroke-width='1'%3E%3Ccircle cx='23.5' cy='23.5' r='23.5' stroke='none'/%3E%3Ccircle cx='23.5' cy='23.5' r='23' fill='none'/%3E%3C/g%3E%3Cpath d='M27.382,10.408a1.01,1.01,0,0,1-.374.075l-.008,0H1a1,1,0,0,1,0-2H24.586L17.808,1.707A1,1,0,0,1,19.222.293l8.485,8.485,0,0a1,1,0,0,1-.328,1.626' transform='translate(676 1869.211)' fill='%23514737'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link--viewmore:hover span:nth-child(2) {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.main {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.main:not(.main--home) {
  background-color: #fff;
}
.step {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
}
.steps {
  margin-top: 100px;
  container-type: inline-size;
  position: relative;
}
@media screen and (max-width: calc(768px - 1px)) {
  .steps {
    border-top: 1px solid #DBDBDB;
    padding-top: min(5.6179775281vw, 50px);
    margin-top: min(5.6179775281vw, 50px);
  }
}
@media screen and (min-width: 768px) {
  .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: min(7.8651685393vw, 70px);
       -moz-column-gap: min(7.8651685393vw, 70px);
            column-gap: min(7.8651685393vw, 70px);
  }
}
.step:not(.step--breakdown) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step:not(:last-child) {
  padding-bottom: 145px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105.388' height='45.366' viewBox='0 0 105.388 45.366'%3E%3Cg id='グループ_4541' data-name='グループ 4541' transform='translate(-633.458 -3417.682)'%3E%3Cg id='グループ_3823' data-name='グループ 3823'%3E%3Crect id='長方形_645' data-name='長方形 645' width='1' height='61' transform='translate(686.019 3463.048) rotate(-120)' fill='%237a6a56'/%3E%3Crect id='長方形_646' data-name='長方形 646' width='0.938' height='61' transform='translate(633.458 3432.548) rotate(-60)' fill='%237a6a56'/%3E%3C/g%3E%3Cg id='グループ_3824' data-name='グループ 3824' transform='translate(0 -14)'%3E%3Crect id='長方形_645-2' data-name='長方形 645' width='1' height='61' transform='translate(686.019 3463.048) rotate(-120)' fill='%237a6a56'/%3E%3Crect id='長方形_646-2' data-name='長方形 646' width='0.938' height='61' transform='translate(633.458 3432.548) rotate(-60)' fill='%237a6a56'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom 50px center;
}
.step__link {
  container-type: inline-size;
  margin-top: 30px;
}
.step__link ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@container (max-width: 545px) {
  .step__link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .step__link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.step__link ul li {
  -ms-flex-preferred-size: min(375px, 100%);
      flex-basis: min(375px, 100%);
}
@media screen and (max-width: calc(768px - 1px)) {
  .step__pic {
    margin-left: calc(var(--width-gutter) * -1);
    margin-right: calc(var(--width-gutter) * -1);
    margin-top: min(3.3707865169vw, 30px);
  }
}
@media screen and (min-width: 768px) {
  .step__pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: var(--border-radius);
    overflow: hidden;
  }
}
.step__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .step__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .step__title {
    text-align: center;
  }
  .step__title span {
    display: block;
    line-height: 1;
  }
  .step__title span:nth-child(1) {
    font-size: 4.6rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
  }
  .step__title span:nth-child(2) {
    font-size: 2.3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin-top: min(1.6853932584vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .step__title {
    line-height: 1;
  }
  .step__title span:nth-child(1) {
    font-size: 6.8rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    margin-right: 25px;
  }
  .step__title span:nth-child(2) {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
  }
}
.step__text {
  margin-top: min(5.6179775281vw, 50px);
}
.step__breakdown {
  display: grid;
  row-gap: min(5.6179775281vw, 50px);
  margin-top: min(3.3707865169vw, 30px);
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding-top: min(5.0561797753vw, 45px);
  padding-bottom: min(5.0561797753vw, 45px);
  counter-reset: number 0;
}
@container (min-width: 768px) {
  .step__breakdown {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: min(4.4943820225vw, 40px);
       -moz-column-gap: min(4.4943820225vw, 40px);
            column-gap: min(4.4943820225vw, 40px);
  }
}
.step__breakdown li img {
  width: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.step__breakdown li h3 {
  margin-top: min(3.3707865169vw, 30px);
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.step__breakdown li h3::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background-color: var(--primary);
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  color: #fff;
  line-height: 29px;
}
.step__breakdown li p {
  margin-top: min(3.3707865169vw, 30px);
}
.step--breakdown {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lead {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
}
.faq-list {
  border-top: 1px solid #E8E0D7;
}
@media screen and (min-width: 768px) {
  .faq-list {
    width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
    margin-inline: auto;
  }
}

.faq {
  border-bottom: 1px solid #E8E0D7;
}
.faq[open] .faq__title {
  background-color: #E8E0D7;
}
.faq[open] .faq__title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq[open] .faq__body {
  max-height: var(--max-height);
}
.faq__title {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__title:hover {
  background-color: #E8E0D7;
}
.faq__title::before {
  position: absolute;
  right: 15px;
  top: 32px;
  content: "";
  width: 22px;
  height: 2px;
  display: block;
  background-color: var(--red);
}
.faq__title::after {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  right: 25px;
  top: 22px;
  content: "";
  width: 2px;
  height: 22px;
  display: block;
  background-color: var(--red);
}
.faq__title::-webkit-details-marker {
  display: none;
}
.faq__title span:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  color: var(--red);
  font-weight: 700;
}
.faq__title span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
  padding-right: 50px;
}
@media screen and (max-width: calc(768px - 1px)) {
  .faq__title span:nth-child(1) {
    font-size: 2.4rem;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
  }
  .faq__title span:nth-child(2) {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__title span:nth-child(1) {
    font-size: 2.8rem;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
  }
  .faq__title span:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 2rem;
  }
}
.faq__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  padding-bottom: 40px;
  padding-top: 10px;
}
@media screen and (max-width: calc(768px - 1px)) {
  .faq__body {
    padding-left: var(--width-gutter);
    padding-right: var(--width-gutter);
  }
}
@media screen and (min-width: 768px) {
  .faq__body {
    padding-left: 70px;
  }
}
.inquiry-list {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .inquiry-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: min(5.6179775281vw, 50px);
  }
}

.inquiry {
  -ms-flex-preferred-size: min(50% - var(--width-gutter), 100%);
      flex-basis: min(50% - var(--width-gutter), 100%);
}
.inquiry__pic a {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.inquiry__pic a:hover {
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
}
.inquiry__pic a img {
  aspect-ratio: 420/150;
  margin-inline: auto;
}
.inquiry__pic--external a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-image: url("data:image/svg+xml,%3Csvg id='ico-external' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Crect id='area' width='20' height='20' fill='none'/%3E%3Cpath id='path' d='M8.524,4.774H4.8A2.685,2.685,0,0,0,2.12,7.459v8.247A2.685,2.685,0,0,0,4.8,18.391h8.247a2.685,2.685,0,0,0,2.685-2.685V11.987' fill='none' stroke='%237a6a56' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline id='path-2' data-name='path' y1='7.053' x2='7.053' transform='translate(10.887 2.136)' fill='none' stroke='%237a6a56' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='path-3' data-name='path' d='M11.812,2.136H17.94V8.264' fill='none' stroke='%237a6a56' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.inquiry__title {
  font-weight: 700;
}
@media screen and (max-width: calc(768px - 1px)) {
  .inquiry__title {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .inquiry__title {
    margin-top: 30px;
    font-size: 2rem;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .inquiry__text {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .inquiry__text {
    margin-top: 15px;
  }
}
.inquiry__note {
  margin-top: 20px;
}
.privacypolicy {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
}
.privacypolicy__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 60px;
  font-family: "Noto Serif JP", serif;
}
.privacypolicy__title:nth-of-type(1) {
  margin-top: 0 !important;
}
@media screen and (max-width: 375px) {
  .privacypolicy__title {
    font-size: 2rem !important;
  }
}
.privacypolicy__text {
  font-size: 1.6rem;
  margin-top: 20px;
}
.privacypolicy__date {
  text-align: right;
  margin-top: 50px;
  font-size: 1.6rem;
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
}
.course {
  padding-top: 130px;
}
.course__title span {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
.course__title span::after {
  content: "";
  display: block;
  width: 0.18em;
  height: 0.18em;
  position: absolute;
  right: 0;
  top: 0.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.634' height='12.576' viewBox='0 0 12.634 12.576'%3E%3Cpath d='M559.446,129.261l.7.7a3.057,3.057,0,0,1,3.091.618,2.9,2.9,0,1,1-4.713,1l-.7-.7-.773.7a2.709,2.709,0,0,1-.618,3.091,2.9,2.9,0,0,1-4.1-4.1,3.058,3.058,0,0,1,3.091-.618l.7-.7-.7-.7a2.929,2.929,0,0,1-3.091-.7,2.847,2.847,0,0,1,0-4.1,2.99,2.99,0,0,1,4.1,0,2.855,2.855,0,0,1,.618,3.168l.773.7.7-.7a2.893,2.893,0,0,1,4.713-3.168,2.846,2.846,0,0,1,0,4.1,2.928,2.928,0,0,1-3.091.7Z' transform='translate(-551.467 -122.964)' fill='%23cc5e6b'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.course__title h2 {
  line-height: 1;
  font-weight: 700;
  color: var(--red);
}
@media screen and (max-width: calc(768px - 1px)) {
  .course__title {
    text-align: right;
    width: min(1050px,calc(100% - calc(var(--width-gutter) * 2)));
    margin-inline: auto;
  }
  .course__title span {
    font-size: 3.8rem;
  }
  .course__title h2 {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .course__title {
    width: min(1050px,calc(100% - calc(var(--width-gutter) * 2)));
    margin-inline: auto;
    text-align: right;
  }
  .course__title span {
    font-size: 7rem;
  }
  .course__title h2 {
    font-size: 1.6rem;
  }
}
.course__lead {
  width: min(1050px, 100% - var(--width-gutter) * 2);
  margin-inline: auto;
}
@media screen and (max-width: calc(768px - 1px)) {
  .course__lead {
    margin-top: 40px;
    font-size: var(--font-size-s);
    line-height: var(--line-height-s);
  }
  .course__lead br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .course__lead {
    text-align: right;
    margin-top: 60px;
    font-size: var(--font-size-m);
    line-height: var(--line-height-m);
  }
}
.course__more {
  width: min(1050px, 100% - var(--width-gutter) * 2);
  margin-inline: auto;
}
@media screen and (max-width: calc(768px - 1px)) {
  .course__more {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .course__more {
    margin-top: 40px;
    text-align: right;
  }
}
.course__course {
  display: grid;
  -webkit-column-gap: min(3.3707865169vw, 30px);
     -moz-column-gap: min(3.3707865169vw, 30px);
          column-gap: min(3.3707865169vw, 30px);
  row-gap: min(3.3707865169vw, 30px);
  width: min(1296px, 100% - var(--width-gutter) * 2);
  margin-inline: auto;
}
@media screen and (max-width: calc(768px - 1px)) {
  .course__course {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .course__course {
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .course__course {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 992px) {
  .course__item {
    cursor: pointer;
    border-radius: var(--border-radius);
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
    padding: 60px 40px 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .course__item::before, .course__item::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .course__item:hover::after {
    scale: 1.05;
  }
  .course__item:hover p::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .course__item div {
    z-index: 10;
    text-align: center;
  }
  .course__item div span {
    font-size: 2rem;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    position: relative;
  }
  .course__item div h3 {
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.2;
    min-height: 100px;
    letter-spacing: 0.5rem;
    color: #fff;
    position: relative;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) and (max-width: calc(768px - 1px)) {
  .course__item div h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .course__item p {
    z-index: 10;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2;
    font-size: 1.6rem;
    position: relative;
    color: #fff;
  }
  .course__item p span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .course__item p::after {
    margin-top: 40px;
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg id='グループ_4836' data-name='グループ 4836' transform='translate(-1196 -3151)'%3E%3Cg id='グループ_75' data-name='グループ 75' transform='translate(1196.476 3151.44)'%3E%3Cg id='長方形_272' data-name='長方形 272' transform='translate(-0.476 -0.44)' fill='none' stroke='%23fff' stroke-width='1' opacity='0.9'%3E%3Crect width='80' height='80' rx='40' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='79' height='79' rx='39.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M27.5,10c-.12.049.127,0,0,0h-36a1,1,0,0,1-1-1,1,1,0,0,1,1-1h33L11.5-4c-.391-.391-.391-.61,0-1a1.852,1.852,0,0,1,2,0l14,14h0c.09.091-.05-.121,0,0a1.688,1.688,0,0,1,0,1c-.1.245.245-.1,0,0' transform='translate(1226.501 3184)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .course__item p:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
  .course__item p:nth-of-type(2) a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-indent: -99999px;
    background: none;
    padding: 0;
  }
  .course__item p:nth-of-type(2)::after {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .course__item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(81, 71, 55, 0.35);
    z-index: 2;
  }
}
@media screen and (min-width: 992px) {
  .course__item::after {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 992px) {
  .course__item--peeling {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .course__item--peeling div {
    text-align: left;
  }
  .course__item--peeling div h3 {
    font-size: 5rem;
  }
  .course__item--peeling p {
    margin-top: 215px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .course__item--peeling p::after {
    margin-top: 0;
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 45px;
  }
  .course__item--peeling::after {
    background-image: url(/asset/img/home/course_01.jpg);
  }
  .course__item--headspa::after {
    background-image: url(/asset/img/home/course_02.jpg);
  }
  .course__item--lymphatic::after {
    background-image: url(/asset/img/home/course_03.jpg);
  }
  .course__item--innercare::after {
    background-image: url(/asset/img/home/course_04.jpg);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .course__item {
    cursor: pointer;
    border-radius: var(--border-radius);
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
    padding: 60px 40px 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .course__item:hover p::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .course__item::before, .course__item::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .course__item:hover::after {
    scale: 1.05;
  }
  .course__item div {
    z-index: 10;
    text-align: center;
  }
  .course__item div span {
    font-size: 2rem;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    position: relative;
  }
  .course__item div h3 {
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.2;
    min-height: 100px;
    letter-spacing: 0.5rem;
    color: #fff;
    position: relative;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (max-width: calc(768px - 1px)) {
  .course__item div h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .course__item p {
    z-index: 10;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2;
    font-size: 1.6rem;
    position: relative;
    color: #fff;
  }
  .course__item p span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .course__item p:nth-of-type(2) {
    display: none;
  }
  .course__item p::after {
    margin-top: 40px;
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg id='グループ_4836' data-name='グループ 4836' transform='translate(-1196 -3151)'%3E%3Cg id='グループ_75' data-name='グループ 75' transform='translate(1196.476 3151.44)'%3E%3Cg id='長方形_272' data-name='長方形 272' transform='translate(-0.476 -0.44)' fill='none' stroke='%23fff' stroke-width='1' opacity='0.9'%3E%3Crect width='80' height='80' rx='40' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='79' height='79' rx='39.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M27.5,10c-.12.049.127,0,0,0h-36a1,1,0,0,1-1-1,1,1,0,0,1,1-1h33L11.5-4c-.391-.391-.391-.61,0-1a1.852,1.852,0,0,1,2,0l14,14h0c.09.091-.05-.121,0,0a1.688,1.688,0,0,1,0,1c-.1.245.245-.1,0,0' transform='translate(1226.501 3184)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .course__item div {
    text-align: left;
  }
  .course__item div h3 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .course__item p {
    margin-top: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .course__item p::after {
    margin-top: 0;
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .course__item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(81, 71, 55, 0.35);
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .course__item::after {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .course__item--peeling::after {
    background-image: url(/asset/img/home/course_01.jpg);
  }
  .course__item--headspa::after {
    background-image: url(/asset/img/home/course_02.jpg);
  }
  .course__item--lymphatic::after {
    background-image: url(/asset/img/home/course_03.jpg);
  }
  .course__item--innercare::after {
    background-image: url(/asset/img/home/course_04.jpg);
  }
}
@media screen and (max-width: 375px) {
  .course__item > div span {
    font-size: 1.8rem !important;
  }
  .course__item > div h3 {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .course__item + .course__item {
    margin-top: 20px;
  }
  .course__item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 345/200;
    border-radius: var(--border-radius);
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .course__item > div span {
    font-size: 2rem;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    position: relative;
  }
  .course__item > div h3 {
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5rem;
    color: #fff;
    position: relative;
  }
  .course__item > div::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(81, 71, 55, 0.35);
    border-radius: var(--border-radius);
  }
  .course__item p {
    margin-top: 20px;
  }
  .course__item p + p {
    margin-top: 20px;
  }
  .course__item--peeling div {
    background-image: url(/asset/img/home/course_01.jpg);
  }
  .course__item--headspa div {
    background-image: url(/asset/img/home/course_02.jpg);
  }
  .course__item--lymphatic div {
    background-image: url(/asset/img/home/course_03.jpg);
  }
  .course__item--innercare div {
    background-image: url(/asset/img/home/course_04.jpg);
  }
}
.jsToggle__item--isDisplayed .jsToggle__header {
  background-color: var(--primary);
}
.jsToggle__item--isDisplayed .jsToggle__body {
  max-height: var(--max-height);
}
.jsToggle__body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.jsToggle__switch {
  cursor: pointer;
}
.about {
  width: min(1050px, 100% - var(--width-gutter) * 2);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: calc(768px - 1px)) {
  .about {
    margin-top: -50px;
    padding-top: 65px;
  }
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: -100px;
    padding-top: 85px;
  }
}
.about__tagline {
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__tagline {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .about__tagline {
    font-size: 1.6rem;
  }
}
.about__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.8rem;
  line-height: 1.3;
}
.about__title span {
  margin-left: -2rem;
  margin-right: -1.7rem;
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__title {
    text-align: center;
    font-size: 3.4rem;
  }
  .about__title span {
    font-size: 1.7rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 5.1rem;
  }
  .about__title span {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__lead {
    margin-top: 40px;
    font-size: var(--font-size-s);
    line-height: var(--line-height-s);
  }
  .about__lead br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about__lead {
    margin-top: 70px;
    font-size: var(--font-size-m);
    line-height: var(--line-height-l);
  }
}
.about__subtitle {
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  font-weight: 500;
}
.about__subtitle span {
  display: inline-block;
  white-space: nowrap;
}
.about__subtitle span:nth-of-type(2) {
  margin-top: 8em;
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__subtitle {
    margin-top: -138.6666666667vw;
    margin-bottom: 48vw;
    margin-left: 4vw;
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .about__subtitle {
    margin-top: 160px;
    margin-left: calc(50% + 140px);
    font-size: 3.4rem;
  }
}
.about__text + p {
  margin-top: 1em;
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__text {
    margin-top: 60px;
    font-size: var(--font-size-s);
    line-height: var(--line-height-s);
  }
  .about__text br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about__text {
    margin-top: 100px;
    font-size: var(--font-size-m);
    line-height: var(--line-height-m);
  }
}
.about__effect {
  position: relative;
  z-index: -1;
}
.about__effect--waves > div {
  position: absolute;
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__effect--waves > div:nth-of-type(1) {
    right: -220px;
    top: -85px;
    width: 1652px;
    height: 1779px;
  }
}
@media screen and (min-width: 768px) {
  .about__effect--waves > div:nth-of-type(1) {
    right: -95px;
    top: -85px;
    width: 1652px;
    height: 1779px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__effect--waves > div:nth-of-type(2) {
    left: -450px;
    top: 120vw;
    width: 1500px;
    height: 788px;
  }
}
@media screen and (min-width: 768px) {
  .about__effect--waves > div:nth-of-type(2) {
    left: -750px;
    top: 900px;
    width: 2299px;
    height: 1208px;
  }
}
@media screen and (min-width: 768px) {
  .about__effect--pics {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.about__effect--pics > div {
  position: relative;
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__effect--pics > div {
    height: 160vw;
  }
}
.about__effect--pics > div > img {
  border-radius: var(--border-radius);
  position: absolute;
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__effect--pics > div > img:nth-of-type(1) {
    width: 30.6666666667vw;
    top: 120vw;
    left: -8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .about__effect--pics > div > img:nth-of-type(1) {
    left: calc(65% + 93px);
    top: 200px;
    width: 157px;
  }
}
@media screen and (min-width: 992px) {
  .about__effect--pics > div > img:nth-of-type(1) {
    left: calc(50% + 93px);
    top: 200px;
    width: 157px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__effect--pics > div > img:nth-of-type(2) {
    width: 19.4666666667vw;
    top: 112vw;
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about__effect--pics > div > img:nth-of-type(2) {
    top: 440px;
    right: -94px;
    width: 221px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__effect--pics > div > img:nth-of-type(3) {
    top: 50px;
    right: 0;
    width: 58.4vw;
  }
}
@media screen and (min-width: 768px) {
  .about__effect--pics > div > img:nth-of-type(3) {
    top: 618px;
    left: calc(50% - 389px);
    width: 456px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__effect--pics > div > img:nth-of-type(4) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .about__effect--pics > div > img:nth-of-type(4) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .about__effect--pics > div > img:nth-of-type(4) {
    top: 853px;
    left: -198px;
    width: 198px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .about__effect--pics > div > img:nth-of-type(5) {
    width: 34.4vw;
    top: 98.6666666667vw;
    left: 33.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .about__effect--pics > div > img:nth-of-type(5) {
    top: 1043px;
    right: -20vw;
    width: 217px;
  }
}
@media screen and (min-width: 992px) {
  .about__effect--pics > div > img:nth-of-type(5) {
    top: 1043px;
    right: -65px;
    width: 217px;
  }
}
.effect--rotate::before, .effect--rotate::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.effect--rotate[data-anime=on]::before, .effect--rotate[data-anime=on]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
.effect--tagline path {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.effect--tagline path:nth-child(1) {
  -webkit-transition-delay: calc(1 * 50ms);
          transition-delay: calc(1 * 50ms);
}
.effect--tagline path:nth-child(2) {
  -webkit-transition-delay: calc(2 * 50ms);
          transition-delay: calc(2 * 50ms);
}
.effect--tagline path:nth-child(3) {
  -webkit-transition-delay: calc(3 * 50ms);
          transition-delay: calc(3 * 50ms);
}
.effect--tagline path:nth-child(4) {
  -webkit-transition-delay: calc(4 * 50ms);
          transition-delay: calc(4 * 50ms);
}
.effect--tagline path:nth-child(5) {
  -webkit-transition-delay: calc(5 * 50ms);
          transition-delay: calc(5 * 50ms);
}
.effect--tagline path:nth-child(6) {
  -webkit-transition-delay: calc(6 * 50ms);
          transition-delay: calc(6 * 50ms);
}
.effect--tagline path:nth-child(7) {
  -webkit-transition-delay: calc(7 * 50ms);
          transition-delay: calc(7 * 50ms);
}
.effect--tagline path:nth-child(8) {
  -webkit-transition-delay: calc(8 * 50ms);
          transition-delay: calc(8 * 50ms);
}
.effect--tagline path:nth-child(9) {
  -webkit-transition-delay: calc(9 * 50ms);
          transition-delay: calc(9 * 50ms);
}
.effect--tagline path:nth-child(10) {
  -webkit-transition-delay: calc(10 * 50ms);
          transition-delay: calc(10 * 50ms);
}
.effect--tagline path:nth-child(11) {
  -webkit-transition-delay: calc(11 * 50ms);
          transition-delay: calc(11 * 50ms);
}
.effect--tagline path:nth-child(12) {
  -webkit-transition-delay: calc(12 * 50ms);
          transition-delay: calc(12 * 50ms);
}
.effect--tagline path:nth-child(13) {
  -webkit-transition-delay: calc(13 * 50ms);
          transition-delay: calc(13 * 50ms);
}
.effect--tagline path:nth-child(14) {
  -webkit-transition-delay: calc(14 * 50ms);
          transition-delay: calc(14 * 50ms);
}
.effect--tagline path:nth-child(15) {
  -webkit-transition-delay: calc(15 * 50ms);
          transition-delay: calc(15 * 50ms);
}
.effect--tagline path:nth-child(16) {
  -webkit-transition-delay: calc(16 * 50ms);
          transition-delay: calc(16 * 50ms);
}
.effect--tagline path:nth-child(17) {
  -webkit-transition-delay: calc(17 * 50ms);
          transition-delay: calc(17 * 50ms);
}
.effect--tagline path:nth-child(18) {
  -webkit-transition-delay: calc(18 * 50ms);
          transition-delay: calc(18 * 50ms);
}
.effect--tagline path:nth-child(19) {
  -webkit-transition-delay: calc(19 * 50ms);
          transition-delay: calc(19 * 50ms);
}
.effect--tagline path:nth-child(20) {
  -webkit-transition-delay: calc(20 * 50ms);
          transition-delay: calc(20 * 50ms);
}
.effect--tagline[data-anime=on] path {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.effect--title path {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.effect--title path:nth-child(1) {
  -webkit-transition-delay: calc(1 * 50ms);
          transition-delay: calc(1 * 50ms);
}
.effect--title path:nth-child(2) {
  -webkit-transition-delay: calc(2 * 50ms);
          transition-delay: calc(2 * 50ms);
}
.effect--title path:nth-child(3) {
  -webkit-transition-delay: calc(3 * 50ms);
          transition-delay: calc(3 * 50ms);
}
.effect--title path:nth-child(4) {
  -webkit-transition-delay: calc(4 * 50ms);
          transition-delay: calc(4 * 50ms);
}
.effect--title path:nth-child(5) {
  -webkit-transition-delay: calc(5 * 50ms);
          transition-delay: calc(5 * 50ms);
}
.effect--title path:nth-child(6) {
  -webkit-transition-delay: calc(6 * 50ms);
          transition-delay: calc(6 * 50ms);
}
.effect--title path:nth-child(7) {
  -webkit-transition-delay: calc(7 * 50ms);
          transition-delay: calc(7 * 50ms);
}
.effect--title path:nth-child(8) {
  -webkit-transition-delay: calc(8 * 50ms);
          transition-delay: calc(8 * 50ms);
}
.effect--title path:nth-child(9) {
  -webkit-transition-delay: calc(9 * 50ms);
          transition-delay: calc(9 * 50ms);
}
.effect--title path:nth-child(10) {
  -webkit-transition-delay: calc(10 * 50ms);
          transition-delay: calc(10 * 50ms);
}
.effect--title path:nth-child(11) {
  -webkit-transition-delay: calc(11 * 50ms);
          transition-delay: calc(11 * 50ms);
}
.effect--title path:nth-child(12) {
  -webkit-transition-delay: calc(12 * 50ms);
          transition-delay: calc(12 * 50ms);
}
.effect--title path:nth-child(13) {
  -webkit-transition-delay: calc(13 * 50ms);
          transition-delay: calc(13 * 50ms);
}
.effect--title path:nth-child(14) {
  -webkit-transition-delay: calc(14 * 50ms);
          transition-delay: calc(14 * 50ms);
}
.effect--title path:nth-child(15) {
  -webkit-transition-delay: calc(15 * 50ms);
          transition-delay: calc(15 * 50ms);
}
.effect--title path:nth-child(16) {
  -webkit-transition-delay: calc(16 * 50ms);
          transition-delay: calc(16 * 50ms);
}
.effect--title path:nth-child(17) {
  -webkit-transition-delay: calc(17 * 50ms);
          transition-delay: calc(17 * 50ms);
}
.effect--title path:nth-child(18) {
  -webkit-transition-delay: calc(18 * 50ms);
          transition-delay: calc(18 * 50ms);
}
.effect--title path:nth-child(19) {
  -webkit-transition-delay: calc(19 * 50ms);
          transition-delay: calc(19 * 50ms);
}
.effect--title path:nth-child(20) {
  -webkit-transition-delay: calc(20 * 50ms);
          transition-delay: calc(20 * 50ms);
}
.effect--title[data-anime=on] path {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.effect--fade-continue > span {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  scale: 1.2;
  -webkit-transition: opacity 0.4s ease-in-out, scale 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, scale 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, scale 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, scale 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.effect--fade-continue > span:nth-child(1) {
  -webkit-transition-delay: calc(1 * 50ms);
          transition-delay: calc(1 * 50ms);
}
.effect--fade-continue > span:nth-child(2) {
  -webkit-transition-delay: calc(2 * 50ms);
          transition-delay: calc(2 * 50ms);
}
.effect--fade-continue > span:nth-child(3) {
  -webkit-transition-delay: calc(3 * 50ms);
          transition-delay: calc(3 * 50ms);
}
.effect--fade-continue > span:nth-child(4) {
  -webkit-transition-delay: calc(4 * 50ms);
          transition-delay: calc(4 * 50ms);
}
.effect--fade-continue > span:nth-child(5) {
  -webkit-transition-delay: calc(5 * 50ms);
          transition-delay: calc(5 * 50ms);
}
.effect--fade-continue > span:nth-child(6) {
  -webkit-transition-delay: calc(6 * 50ms);
          transition-delay: calc(6 * 50ms);
}
.effect--fade-continue > span:nth-child(7) {
  -webkit-transition-delay: calc(7 * 50ms);
          transition-delay: calc(7 * 50ms);
}
.effect--fade-continue > span:nth-child(8) {
  -webkit-transition-delay: calc(8 * 50ms);
          transition-delay: calc(8 * 50ms);
}
.effect--fade-continue > span:nth-child(9) {
  -webkit-transition-delay: calc(9 * 50ms);
          transition-delay: calc(9 * 50ms);
}
.effect--fade-continue > span:nth-child(10) {
  -webkit-transition-delay: calc(10 * 50ms);
          transition-delay: calc(10 * 50ms);
}
.effect--fade-continue > span:nth-child(11) {
  -webkit-transition-delay: calc(11 * 50ms);
          transition-delay: calc(11 * 50ms);
}
.effect--fade-continue > span:nth-child(12) {
  -webkit-transition-delay: calc(12 * 50ms);
          transition-delay: calc(12 * 50ms);
}
.effect--fade-continue > span:nth-child(13) {
  -webkit-transition-delay: calc(13 * 50ms);
          transition-delay: calc(13 * 50ms);
}
.effect--fade-continue > span:nth-child(14) {
  -webkit-transition-delay: calc(14 * 50ms);
          transition-delay: calc(14 * 50ms);
}
.effect--fade-continue > span:nth-child(15) {
  -webkit-transition-delay: calc(15 * 50ms);
          transition-delay: calc(15 * 50ms);
}
.effect--fade-continue > span:nth-child(16) {
  -webkit-transition-delay: calc(16 * 50ms);
          transition-delay: calc(16 * 50ms);
}
.effect--fade-continue > span:nth-child(17) {
  -webkit-transition-delay: calc(17 * 50ms);
          transition-delay: calc(17 * 50ms);
}
.effect--fade-continue > span:nth-child(18) {
  -webkit-transition-delay: calc(18 * 50ms);
          transition-delay: calc(18 * 50ms);
}
.effect--fade-continue > span:nth-child(19) {
  -webkit-transition-delay: calc(19 * 50ms);
          transition-delay: calc(19 * 50ms);
}
.effect--fade-continue > span:nth-child(20) {
  -webkit-transition-delay: calc(20 * 50ms);
          transition-delay: calc(20 * 50ms);
}
.effect--fade-continue[data-anime=on] > span {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  scale: 1;
}
.effect--fade {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.effect--fade[data-anime=on] {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.effect--wave path {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}
.effect--wave path:nth-child(1) {
  -webkit-animation-delay: calc((1 * 1) * 1000ms);
          animation-delay: calc((1 * 1) * 1000ms);
}
.effect--wave path:nth-child(2) {
  -webkit-animation-delay: calc((2 * 1) * 1000ms);
          animation-delay: calc((2 * 1) * 1000ms);
}
.effect--wave path:nth-child(3) {
  -webkit-animation-delay: calc((3 * 1) * 1000ms);
          animation-delay: calc((3 * 1) * 1000ms);
}
.effect--wave path:nth-child(4) {
  -webkit-animation-delay: calc((4 * 1) * 1000ms);
          animation-delay: calc((4 * 1) * 1000ms);
}
.effect--wave path:nth-child(5) {
  -webkit-animation-delay: calc((5 * 1) * 1000ms);
          animation-delay: calc((5 * 1) * 1000ms);
}
.effect--wave path:nth-child(6) {
  -webkit-animation-delay: calc((6 * 1) * 1000ms);
          animation-delay: calc((6 * 1) * 1000ms);
}
.effect--wave path:nth-child(7) {
  -webkit-animation-delay: calc((7 * 1) * 1000ms);
          animation-delay: calc((7 * 1) * 1000ms);
}
.effect--wave path:nth-child(8) {
  -webkit-animation-delay: calc((8 * 1) * 1000ms);
          animation-delay: calc((8 * 1) * 1000ms);
}
.effect--wave path:nth-child(9) {
  -webkit-animation-delay: calc((9 * 1) * 1000ms);
          animation-delay: calc((9 * 1) * 1000ms);
}
.effect--wave path:nth-child(10) {
  -webkit-animation-delay: calc((10 * 1) * 1000ms);
          animation-delay: calc((10 * 1) * 1000ms);
}
.effect--wave path:nth-child(11) {
  -webkit-animation-delay: calc((11 * 1) * 1000ms);
          animation-delay: calc((11 * 1) * 1000ms);
}
.effect--wave path:nth-child(12) {
  -webkit-animation-delay: calc((12 * 1) * 1000ms);
          animation-delay: calc((12 * 1) * 1000ms);
}
.effect--wave path:nth-child(13) {
  -webkit-animation-delay: calc((13 * 1) * 1000ms);
          animation-delay: calc((13 * 1) * 1000ms);
}
.effect--wave path:nth-child(14) {
  -webkit-animation-delay: calc((14 * 1) * 1000ms);
          animation-delay: calc((14 * 1) * 1000ms);
}
.effect--wave path:nth-child(15) {
  -webkit-animation-delay: calc((15 * 1) * 1000ms);
          animation-delay: calc((15 * 1) * 1000ms);
}
.effect--wave path:nth-child(16) {
  -webkit-animation-delay: calc((16 * 1) * 1000ms);
          animation-delay: calc((16 * 1) * 1000ms);
}
.effect--wave path:nth-child(17) {
  -webkit-animation-delay: calc((17 * 1) * 1000ms);
          animation-delay: calc((17 * 1) * 1000ms);
}
.effect--wave path:nth-child(18) {
  -webkit-animation-delay: calc((18 * 1) * 1000ms);
          animation-delay: calc((18 * 1) * 1000ms);
}
.effect--wave path:nth-child(19) {
  -webkit-animation-delay: calc((19 * 1) * 1000ms);
          animation-delay: calc((19 * 1) * 1000ms);
}
.effect--wave path:nth-child(20) {
  -webkit-animation-delay: calc((20 * 1) * 1000ms);
          animation-delay: calc((20 * 1) * 1000ms);
}
.effect--wave path:nth-child(21) {
  -webkit-animation-delay: calc((21 * 1) * 1000ms);
          animation-delay: calc((21 * 1) * 1000ms);
}
.effect--wave path:nth-child(22) {
  -webkit-animation-delay: calc((22 * 1) * 1000ms);
          animation-delay: calc((22 * 1) * 1000ms);
}
.effect--wave path:nth-child(23) {
  -webkit-animation-delay: calc((23 * 1) * 1000ms);
          animation-delay: calc((23 * 1) * 1000ms);
}
.effect--wave path:nth-child(24) {
  -webkit-animation-delay: calc((24 * 1) * 1000ms);
          animation-delay: calc((24 * 1) * 1000ms);
}
.effect--wave path:nth-child(25) {
  -webkit-animation-delay: calc((25 * 1) * 1000ms);
          animation-delay: calc((25 * 1) * 1000ms);
}
.effect--wave path:nth-child(26) {
  -webkit-animation-delay: calc((26 * 1) * 1000ms);
          animation-delay: calc((26 * 1) * 1000ms);
}
.effect--wave path:nth-child(27) {
  -webkit-animation-delay: calc((27 * 1) * 1000ms);
          animation-delay: calc((27 * 1) * 1000ms);
}
.effect--wave path:nth-child(28) {
  -webkit-animation-delay: calc((28 * 1) * 1000ms);
          animation-delay: calc((28 * 1) * 1000ms);
}
.effect--wave path:nth-child(29) {
  -webkit-animation-delay: calc((29 * 1) * 1000ms);
          animation-delay: calc((29 * 1) * 1000ms);
}
.effect--wave path:nth-child(30) {
  -webkit-animation-delay: calc((30 * 1) * 1000ms);
          animation-delay: calc((30 * 1) * 1000ms);
}
.effect--wave path:nth-child(31) {
  -webkit-animation-delay: calc((31 * 1) * 1000ms);
          animation-delay: calc((31 * 1) * 1000ms);
}
.effect--wave path:nth-child(32) {
  -webkit-animation-delay: calc((32 * 1) * 1000ms);
          animation-delay: calc((32 * 1) * 1000ms);
}
.effect--wave path:nth-child(33) {
  -webkit-animation-delay: calc((33 * 1) * 1000ms);
          animation-delay: calc((33 * 1) * 1000ms);
}
.effect--wave path:nth-child(34) {
  -webkit-animation-delay: calc((34 * 1) * 1000ms);
          animation-delay: calc((34 * 1) * 1000ms);
}
.effect--wave path:nth-child(35) {
  -webkit-animation-delay: calc((35 * 1) * 1000ms);
          animation-delay: calc((35 * 1) * 1000ms);
}
.effect--wave path:nth-child(36) {
  -webkit-animation-delay: calc((36 * 1) * 1000ms);
          animation-delay: calc((36 * 1) * 1000ms);
}
.effect--wave path:nth-child(37) {
  -webkit-animation-delay: calc((37 * 1) * 1000ms);
          animation-delay: calc((37 * 1) * 1000ms);
}
.effect--wave path:nth-child(38) {
  -webkit-animation-delay: calc((38 * 1) * 1000ms);
          animation-delay: calc((38 * 1) * 1000ms);
}
.effect--wave path:nth-child(39) {
  -webkit-animation-delay: calc((39 * 1) * 1000ms);
          animation-delay: calc((39 * 1) * 1000ms);
}
.effect--wave path:nth-child(40) {
  -webkit-animation-delay: calc((40 * 1) * 1000ms);
          animation-delay: calc((40 * 1) * 1000ms);
}
.effect--wave path:nth-child(41) {
  -webkit-animation-delay: calc((41 * 1) * 1000ms);
          animation-delay: calc((41 * 1) * 1000ms);
}
.effect--wave path:nth-child(42) {
  -webkit-animation-delay: calc((42 * 1) * 1000ms);
          animation-delay: calc((42 * 1) * 1000ms);
}
.effect--wave path:nth-child(43) {
  -webkit-animation-delay: calc((43 * 1) * 1000ms);
          animation-delay: calc((43 * 1) * 1000ms);
}
.effect--wave path:nth-child(44) {
  -webkit-animation-delay: calc((44 * 1) * 1000ms);
          animation-delay: calc((44 * 1) * 1000ms);
}
.effect--wave path:nth-child(45) {
  -webkit-animation-delay: calc((45 * 1) * 1000ms);
          animation-delay: calc((45 * 1) * 1000ms);
}
.effect--wave path:nth-child(46) {
  -webkit-animation-delay: calc((46 * 1) * 1000ms);
          animation-delay: calc((46 * 1) * 1000ms);
}
.effect--wave path:nth-child(47) {
  -webkit-animation-delay: calc((47 * 1) * 1000ms);
          animation-delay: calc((47 * 1) * 1000ms);
}
.effect--wave path:nth-child(48) {
  -webkit-animation-delay: calc((48 * 1) * 1000ms);
          animation-delay: calc((48 * 1) * 1000ms);
}
.effect--wave path:nth-child(49) {
  -webkit-animation-delay: calc((49 * 1) * 1000ms);
          animation-delay: calc((49 * 1) * 1000ms);
}
.effect--wave path:nth-child(50) {
  -webkit-animation-delay: calc((50 * 1) * 1000ms);
          animation-delay: calc((50 * 1) * 1000ms);
}
.effect--wave path:nth-child(51) {
  -webkit-animation-delay: calc((51 * 1) * 1000ms);
          animation-delay: calc((51 * 1) * 1000ms);
}
.effect--wave path:nth-child(52) {
  -webkit-animation-delay: calc((52 * 1) * 1000ms);
          animation-delay: calc((52 * 1) * 1000ms);
}
.effect--wave path:nth-child(53) {
  -webkit-animation-delay: calc((53 * 1) * 1000ms);
          animation-delay: calc((53 * 1) * 1000ms);
}
.effect--wave path:nth-child(54) {
  -webkit-animation-delay: calc((54 * 1) * 1000ms);
          animation-delay: calc((54 * 1) * 1000ms);
}
.effect--wave path:nth-child(55) {
  -webkit-animation-delay: calc((55 * 1) * 1000ms);
          animation-delay: calc((55 * 1) * 1000ms);
}
.effect--wave path:nth-child(56) {
  -webkit-animation-delay: calc((56 * 1) * 1000ms);
          animation-delay: calc((56 * 1) * 1000ms);
}
.effect--wave path:nth-child(57) {
  -webkit-animation-delay: calc((57 * 1) * 1000ms);
          animation-delay: calc((57 * 1) * 1000ms);
}
.effect--wave path:nth-child(58) {
  -webkit-animation-delay: calc((58 * 1) * 1000ms);
          animation-delay: calc((58 * 1) * 1000ms);
}
.effect--wave path:nth-child(59) {
  -webkit-animation-delay: calc((59 * 1) * 1000ms);
          animation-delay: calc((59 * 1) * 1000ms);
}
.effect--wave path:nth-child(60) {
  -webkit-animation-delay: calc((60 * 1) * 1000ms);
          animation-delay: calc((60 * 1) * 1000ms);
}
.effect--wave path:nth-child(61) {
  -webkit-animation-delay: calc((61 * 1) * 1000ms);
          animation-delay: calc((61 * 1) * 1000ms);
}
.effect--wave path:nth-child(62) {
  -webkit-animation-delay: calc((62 * 1) * 1000ms);
          animation-delay: calc((62 * 1) * 1000ms);
}
.effect--wave path:nth-child(63) {
  -webkit-animation-delay: calc((63 * 1) * 1000ms);
          animation-delay: calc((63 * 1) * 1000ms);
}
.effect--wave path:nth-child(64) {
  -webkit-animation-delay: calc((64 * 1) * 1000ms);
          animation-delay: calc((64 * 1) * 1000ms);
}
.effect--wave path:nth-child(65) {
  -webkit-animation-delay: calc((65 * 1) * 1000ms);
          animation-delay: calc((65 * 1) * 1000ms);
}
.effect--wave path:nth-child(66) {
  -webkit-animation-delay: calc((66 * 1) * 1000ms);
          animation-delay: calc((66 * 1) * 1000ms);
}
.effect--wave path:nth-child(67) {
  -webkit-animation-delay: calc((67 * 1) * 1000ms);
          animation-delay: calc((67 * 1) * 1000ms);
}
.effect--wave path:nth-child(68) {
  -webkit-animation-delay: calc((68 * 1) * 1000ms);
          animation-delay: calc((68 * 1) * 1000ms);
}
.effect--wave path:nth-child(69) {
  -webkit-animation-delay: calc((69 * 1) * 1000ms);
          animation-delay: calc((69 * 1) * 1000ms);
}
.effect--wave path:nth-child(70) {
  -webkit-animation-delay: calc((70 * 1) * 1000ms);
          animation-delay: calc((70 * 1) * 1000ms);
}
.effect--wave path:nth-child(71) {
  -webkit-animation-delay: calc((71 * 1) * 1000ms);
          animation-delay: calc((71 * 1) * 1000ms);
}
.effect--wave path:nth-child(72) {
  -webkit-animation-delay: calc((72 * 1) * 1000ms);
          animation-delay: calc((72 * 1) * 1000ms);
}
.effect--wave path:nth-child(73) {
  -webkit-animation-delay: calc((73 * 1) * 1000ms);
          animation-delay: calc((73 * 1) * 1000ms);
}
.effect--wave path:nth-child(74) {
  -webkit-animation-delay: calc((74 * 1) * 1000ms);
          animation-delay: calc((74 * 1) * 1000ms);
}
.effect--wave path:nth-child(75) {
  -webkit-animation-delay: calc((75 * 1) * 1000ms);
          animation-delay: calc((75 * 1) * 1000ms);
}
.effect--wave path:nth-child(76) {
  -webkit-animation-delay: calc((76 * 1) * 1000ms);
          animation-delay: calc((76 * 1) * 1000ms);
}
.effect--wave path:nth-child(77) {
  -webkit-animation-delay: calc((77 * 1) * 1000ms);
          animation-delay: calc((77 * 1) * 1000ms);
}
.effect--wave path:nth-child(78) {
  -webkit-animation-delay: calc((78 * 1) * 1000ms);
          animation-delay: calc((78 * 1) * 1000ms);
}
.effect--wave path:nth-child(79) {
  -webkit-animation-delay: calc((79 * 1) * 1000ms);
          animation-delay: calc((79 * 1) * 1000ms);
}
.effect--wave path:nth-child(80) {
  -webkit-animation-delay: calc((80 * 1) * 1000ms);
          animation-delay: calc((80 * 1) * 1000ms);
}
.effect--wave path:nth-child(81) {
  -webkit-animation-delay: calc((81 * 1) * 1000ms);
          animation-delay: calc((81 * 1) * 1000ms);
}
.effect--wave path:nth-child(82) {
  -webkit-animation-delay: calc((82 * 1) * 1000ms);
          animation-delay: calc((82 * 1) * 1000ms);
}
.effect--wave path:nth-child(83) {
  -webkit-animation-delay: calc((83 * 1) * 1000ms);
          animation-delay: calc((83 * 1) * 1000ms);
}
.effect--wave path:nth-child(84) {
  -webkit-animation-delay: calc((84 * 1) * 1000ms);
          animation-delay: calc((84 * 1) * 1000ms);
}
.effect--wave path:nth-child(85) {
  -webkit-animation-delay: calc((85 * 1) * 1000ms);
          animation-delay: calc((85 * 1) * 1000ms);
}
.effect--wave path:nth-child(86) {
  -webkit-animation-delay: calc((86 * 1) * 1000ms);
          animation-delay: calc((86 * 1) * 1000ms);
}
.effect--wave path:nth-child(87) {
  -webkit-animation-delay: calc((87 * 1) * 1000ms);
          animation-delay: calc((87 * 1) * 1000ms);
}
.effect--wave path:nth-child(88) {
  -webkit-animation-delay: calc((88 * 1) * 1000ms);
          animation-delay: calc((88 * 1) * 1000ms);
}
.effect--wave path:nth-child(89) {
  -webkit-animation-delay: calc((89 * 1) * 1000ms);
          animation-delay: calc((89 * 1) * 1000ms);
}
.effect--wave path:nth-child(90) {
  -webkit-animation-delay: calc((90 * 1) * 1000ms);
          animation-delay: calc((90 * 1) * 1000ms);
}
.effect--wave path:nth-child(91) {
  -webkit-animation-delay: calc((91 * 1) * 1000ms);
          animation-delay: calc((91 * 1) * 1000ms);
}
.effect--wave path:nth-child(92) {
  -webkit-animation-delay: calc((92 * 1) * 1000ms);
          animation-delay: calc((92 * 1) * 1000ms);
}
.effect--wave path:nth-child(93) {
  -webkit-animation-delay: calc((93 * 1) * 1000ms);
          animation-delay: calc((93 * 1) * 1000ms);
}
.effect--wave path:nth-child(94) {
  -webkit-animation-delay: calc((94 * 1) * 1000ms);
          animation-delay: calc((94 * 1) * 1000ms);
}
.effect--wave path:nth-child(95) {
  -webkit-animation-delay: calc((95 * 1) * 1000ms);
          animation-delay: calc((95 * 1) * 1000ms);
}
.effect--wave path:nth-child(96) {
  -webkit-animation-delay: calc((96 * 1) * 1000ms);
          animation-delay: calc((96 * 1) * 1000ms);
}
.effect--wave path:nth-child(97) {
  -webkit-animation-delay: calc((97 * 1) * 1000ms);
          animation-delay: calc((97 * 1) * 1000ms);
}
.effect--wave path:nth-child(98) {
  -webkit-animation-delay: calc((98 * 1) * 1000ms);
          animation-delay: calc((98 * 1) * 1000ms);
}
.effect--wave path:nth-child(99) {
  -webkit-animation-delay: calc((99 * 1) * 1000ms);
          animation-delay: calc((99 * 1) * 1000ms);
}
.effect--wave path:nth-child(100) {
  -webkit-animation-delay: calc((100 * 1) * 1000ms);
          animation-delay: calc((100 * 1) * 1000ms);
}
.effect--wave[data-anime=on] path {
  -webkit-animation: stroke-draw 2.5s ease-in forwards;
          animation: stroke-draw 2.5s ease-in forwards;
}

@-webkit-keyframes stroke-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke-draw {
  to {
    stroke-dashoffset: 0;
  }
}
.fade {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
}
.forguest {
  position: relative;
}
@media screen and (max-width: calc(768px - 1px)) {
  .forguest__banner {
    width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
    margin-inline: auto;
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .forguest__banner {
    width: min(740px, 100% - var(--width-gutter) * 2);
    margin-inline: auto;
    margin-top: 110px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 35px 40px;
    border-radius: var(--border-radius);
    position: relative;
    background-image: url(/asset/img/home/forguest_01.jpg);
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: contain;
    background-color: #fff;
  }
}
.forguest__title span {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
.forguest__title span::after {
  content: "";
  display: block;
  width: 0.18em;
  height: 0.18em;
  position: absolute;
  right: 0;
  top: 0.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.634' height='12.576' viewBox='0 0 12.634 12.576'%3E%3Cpath d='M559.446,129.261l.7.7a3.057,3.057,0,0,1,3.091.618,2.9,2.9,0,1,1-4.713,1l-.7-.7-.773.7a2.709,2.709,0,0,1-.618,3.091,2.9,2.9,0,0,1-4.1-4.1,3.058,3.058,0,0,1,3.091-.618l.7-.7-.7-.7a2.929,2.929,0,0,1-3.091-.7,2.847,2.847,0,0,1,0-4.1,2.99,2.99,0,0,1,4.1,0,2.855,2.855,0,0,1,.618,3.168l.773.7.7-.7a2.893,2.893,0,0,1,4.713-3.168,2.846,2.846,0,0,1,0,4.1,2.928,2.928,0,0,1-3.091.7Z' transform='translate(-551.467 -122.964)' fill='%23cc5e6b'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.forguest__title h2 {
  line-height: 1;
  font-weight: 700;
  color: var(--red);
}
@media screen and (max-width: calc(768px - 1px)) {
  .forguest__title {
    text-align: center;
  }
  .forguest__title span {
    font-size: 3.8rem;
  }
  .forguest__title h2 {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .forguest__title span {
    font-size: 3.2rem;
  }
  .forguest__title h2 {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.forguest__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.forguest__text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .forguest__text br {
    display: block;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .forguest__text {
    line-height: 1.75;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .forguest__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .forguest__link {
    margin-top: 20px;
    display: block;
    aspect-ratio: 345/300;
    background-image: url(/asset/img/home/forguest_02.jpg);
    background-size: cover;
    border-radius: var(--border-radius);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .forguest__link span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: underline;
    padding-right: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.999' height='10.485' viewBox='0 0 17.999 10.485'%3E%3Cpath d='M27.382,10.408a1.01,1.01,0,0,1-.374.075l-.008,0H11a1,1,0,0,1,0-2H24.586L17.808,1.707A1,1,0,0,1,19.222.293l8.485,8.485,0,0a1,1,0,0,1-.328,1.626' transform='translate(-10 0)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: right 0 top calc(50% + 1px);
  }
}
@media screen and (min-width: 768px) {
  .forguest__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  .forguest__link:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .forguest__link::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    content: "";
    right: 20px;
    bottom: 20px;
    width: 28px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.999' height='10.9' viewBox='0 0 27.999 10.9'%3E%3Cpath id='合体_8' data-name='合体 8' d='M1130-7008.382a1,1,0,0,1-1-1,1,1,0,0,1,1-1h23.585l-7.191-7.191a1,1,0,0,1,0-1.415,1,1,0,0,1,1.413,0l8.486,8.486a1,1,0,0,1,.176.237,1,1,0,0,1,.53.883,1,1,0,0,1-1,1Z' transform='translate(-1129.002 7019.282)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.forguest__effect > div {
  position: absolute;
  z-index: -1;
}
.forguest__effect > div:nth-of-type(1) {
  right: calc(50% - 1750px);
  top: calc(50% - 700px);
  width: 3015px;
  height: 1298px;
}
.forguest__effect > div img {
  width: 100%;
}
.homecare {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
  margin-top: 110px;
  position: relative;
}
.homecare__title span {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
.homecare__title span::after {
  content: "";
  display: block;
  width: 0.18em;
  height: 0.18em;
  position: absolute;
  right: 0;
  top: 0.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.634' height='12.576' viewBox='0 0 12.634 12.576'%3E%3Cpath d='M559.446,129.261l.7.7a3.057,3.057,0,0,1,3.091.618,2.9,2.9,0,1,1-4.713,1l-.7-.7-.773.7a2.709,2.709,0,0,1-.618,3.091,2.9,2.9,0,0,1-4.1-4.1,3.058,3.058,0,0,1,3.091-.618l.7-.7-.7-.7a2.929,2.929,0,0,1-3.091-.7,2.847,2.847,0,0,1,0-4.1,2.99,2.99,0,0,1,4.1,0,2.855,2.855,0,0,1,.618,3.168l.773.7.7-.7a2.893,2.893,0,0,1,4.713-3.168,2.846,2.846,0,0,1,0,4.1,2.928,2.928,0,0,1-3.091.7Z' transform='translate(-551.467 -122.964)' fill='%23cc5e6b'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.homecare__title h2 {
  line-height: 1;
  font-weight: 700;
  color: var(--red);
}
@media screen and (max-width: calc(768px - 1px)) {
  .homecare__title {
    text-align: center;
  }
  .homecare__title span {
    font-size: 3.8rem;
  }
  .homecare__title h2 {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .homecare__title span {
    font-size: 7rem;
  }
  .homecare__title h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .homecare__text {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .homecare__text {
    margin-top: 40px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .homecare__more {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .homecare__more {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.homecare__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.homecare__brand li a {
  display: block;
  border-radius: var(--border-radius);
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.homecare__brand li a img {
  width: 100%;
  vertical-align: bottom;
}
.homecare__brand li a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.homecare__brand li a::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 28px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.999' height='10.9' viewBox='0 0 27.999 10.9'%3E%3Cpath d='M1130-7008.382a1,1,0,0,1-1-1,1,1,0,0,1,1-1h23.585l-7.191-7.191a1,1,0,0,1,0-1.415,1,1,0,0,1,1.413,0l8.486,8.486a1,1,0,0,1,.176.237,1,1,0,0,1,.53.883,1,1,0,0,1-1,1Z' transform='translate(-1129.002 7019.282)' fill='%23514737'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.brands {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
}
@media screen and (max-width: calc(768px - 1px)) {
  .brands {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .brands {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .brand {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .brand {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 41.797752809% 1fr;
    grid-template-rows: auto auto;
    -webkit-column-gap: min(8.202247191vw, 73px);
       -moz-column-gap: min(8.202247191vw, 73px);
            column-gap: min(8.202247191vw, 73px);
  }
}
.brand + .brand {
  margin-top: 60px;
}
@media screen and (max-width: calc(768px - 1px)) {
  .brand__pic {
    margin-left: calc(var(--width-gutter) * -1);
    margin-right: calc(var(--width-gutter) * -1);
  }
  .brand__pic a {
    pointer-events: none;
    display: block;
    width: 100%;
  }
  .brand__pic a img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .brand__pic {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .brand__pic a img {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .brand__title {
    margin-top: 40px;
  }
  .brand__title img, .brand__title svg {
    margin-inline: auto;
  }
  .brand__title--haab img {
    width: min(200px, 60%);
  }
  .brand__title--christina svg {
    width: min(346px, 80%);
  }
}
@media screen and (min-width: 768px) {
  .brand__title {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .brand__title img, .brand__title svg {
    margin-inline: auto;
  }
  .brand__title--haab img {
    width: 200px;
  }
  .brand__title--christina svg {
    width: 346px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .brand__text {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .brand__text {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 60px;
  }
}
.brand__more {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .brand__more {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    text-align: right;
    margin-top: 40px;
  }
}
.products {
  width: min(1170px,calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
  display: none;
}
.products.--current {
  display: block;
}
.products__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
.products__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background-color: var(--primary);
  bottom: 0;
  left: calc(50% - 23px);
}
.products__items {
  display: grid;
  -webkit-column-gap: min(6.7415730337vw, 60px);
     -moz-column-gap: min(6.7415730337vw, 60px);
          column-gap: min(6.7415730337vw, 60px);
  row-gap: min(10.6741573034vw, 95px);
}
@media screen and (max-width: calc(768px - 1px)) {
  .products__items {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .products__items {
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) {
  .products__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .products__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.products__items + .products__title {
  margin-top: 100px;
}
.products-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products-item__pic {
  width: 100%;
  border: 1px solid #eee;
}
.products-item__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: calc(768px - 1px)) {
  .products-item__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .products-item__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 576px) {
  .products-item__title {
    min-height: 2.6em;
  }
}
.products-item__amount {
  text-align: center;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
}
.products-item__amount > span {
  color: #666;
}
@media screen and (max-width: calc(768px - 1px)) {
  .products-item__amount {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .products-item__amount {
    font-size: 1.6rem;
  }
}
.products-item__price {
  text-align: center;
  font-weight: 500;
  color: #333333;
  margin-top: 5;
}
@media screen and (max-width: calc(768px - 1px)) {
  .products-item__price {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .products-item__price {
    font-size: 1.6rem;
  }
}
.products-item__text {
  color: #333333;
}
@media screen and (max-width: calc(768px - 1px)) {
  .products-item__text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .products-item__text {
    margin-top: 40px;
  }
}

.footer {
  background-color: var(--primary);
  color: #fff;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
}
.footer__top {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__top {
    width: min(955px,calc(100% - calc(var(--width-gutter) * 2)));
    margin-inline: auto;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__shop {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .footer__shop {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
}
@media screen and (min-width: 992px) {
  .footer__shop {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}
.footer__link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer__copyright {
  margin-top: 100px;
}
.footer-shop {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-shop {
    display: block;
  }
}
.footer-shop__address {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 100px;
}
.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
.footer-link > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-link__title {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-link__title {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.4rem;
    line-height: 1;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 5px;
    letter-spacing: 0.1rem;
    position: relative;
  }
  .footer-link__title::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.44' height='9.396' viewBox='0 0 9.44 9.396'%3E%3Cpath d='M557.429,127.669l.52.52a2.284,2.284,0,0,1,2.309.462,2.164,2.164,0,1,1-3.522.751l-.52-.52-.577.52a2.024,2.024,0,0,1-.462,2.309,2.164,2.164,0,0,1-3.06-3.06,2.285,2.285,0,0,1,2.31-.462l.52-.52-.52-.52a2.189,2.189,0,0,1-2.31-.52,2.127,2.127,0,0,1,0-3.06,2.234,2.234,0,0,1,3.06,0,2.133,2.133,0,0,1,.462,2.367l.577.52.52-.52a2.162,2.162,0,0,1,3.522-2.367,2.127,2.127,0,0,1,0,3.06,2.188,2.188,0,0,1-2.309.52Z' transform='translate(-551.467 -122.964)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-link__menu {
    margin-top: 30px;
  }
}
.footer-link__menu li {
  line-height: 1;
}
@media screen and (max-width: calc(768px - 1px)) {
  .footer-link__menu li {
    border-bottom: 1px solid #827A6F;
  }
}
@media screen and (min-width: 768px) {
  .footer-link__menu li + li {
    margin-top: 15px;
  }
}
.footer-link__menu li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: var(--letter-spacing-s);
}
@media screen and (max-width: calc(768px - 1px)) {
  .footer-link__menu li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-link__inquery {
  margin-top: 30px;
}
.footer-link__sns {
  margin-top: 30px;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: calc(768px - 1px)) {
  .footer-link__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-copyright {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 1.4rem;
    text-align: left;
  }
}
.googlemap {
  width: 100%;
}
@media screen and (max-width: calc(768px - 1px)) {
  .googlemap {
    height: 400px;
  }
  .googlemap iframe {
    width: 100%;
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .googlemap {
    height: 600px;
  }
  .googlemap iframe {
    width: 100%;
    height: 600px;
  }
}
.course-tab {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
  display: grid;
  gap: min(3.3707865169vw, 30px);
}
@media screen and (max-width: calc(768px - 1px)) {
  .course-tab {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .course-tab {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .course-tab li a {
    display: block;
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.429' height='12.448' viewBox='0 0 27.429 12.448'%3E%3Cg id='グループ_3825' data-name='グループ 3825' transform='translate(-633.458 -3417.041)'%3E%3Cg id='グループ_3823' data-name='グループ 3823' transform='translate(633.458 3421.326)'%3E%3Crect id='長方形_645' data-name='長方形 645' width='1' height='15.876' transform='translate(13.68 8.163) rotate(-120)' fill='%23514737'/%3E%3Crect id='長方形_646' data-name='長方形 646' width='1' height='15.876' transform='translate(0 0.225) rotate(-60)' fill='%23514737'/%3E%3C/g%3E%3Cg id='グループ_3824' data-name='グループ 3824' transform='translate(633.458 3417.682)'%3E%3Crect id='長方形_645-2' data-name='長方形 645' width='1' height='15.876' transform='translate(13.68 8.163) rotate(-120)' fill='%23514737'/%3E%3Crect id='長方形_646-2' data-name='長方形 646' width='1' height='15.876' transform='translate(0 0.225) rotate(-60)' fill='%23514737'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: left 0 top 50%;
    padding-left: 40px;
  }
  .course-tab li a span {
    line-height: 1;
  }
  .course-tab li a span:nth-child(1) {
    display: none;
  }
  .course-tab li a span:nth-child(2) {
    font-weight: 600;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .course-tab li a {
    display: block;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.429' height='12.448' viewBox='0 0 27.429 12.448'%3E%3Cg id='グループ_3825' data-name='グループ 3825' transform='translate(-633.458 -3417.041)'%3E%3Cg id='グループ_3823' data-name='グループ 3823' transform='translate(633.458 3421.326)'%3E%3Crect id='長方形_645' data-name='長方形 645' width='1' height='15.876' transform='translate(13.68 8.163) rotate(-120)' fill='%23514737'/%3E%3Crect id='長方形_646' data-name='長方形 646' width='1' height='15.876' transform='translate(0 0.225) rotate(-60)' fill='%23514737'/%3E%3C/g%3E%3Cg id='グループ_3824' data-name='グループ 3824' transform='translate(633.458 3417.682)'%3E%3Crect id='長方形_645-2' data-name='長方形 645' width='1' height='15.876' transform='translate(13.68 8.163) rotate(-120)' fill='%23514737'/%3E%3Crect id='長方形_646-2' data-name='長方形 646' width='1' height='15.876' transform='translate(0 0.225) rotate(-60)' fill='%23514737'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: bottom center;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    color: var(--primary);
  }
  .course-tab li a span {
    line-height: 1;
  }
  .course-tab li a span:nth-child(1) {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.3rem;
    letter-spacing: var(--letter-spacing-m);
    font-weight: 700;
  }
  .course-tab li a span:nth-child(2) {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.course-list {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
  border-bottom: 1px solid rgba(81, 71, 55, 0.36);
}
@media screen and (min-width: 768px) {
  .course-list {
    margin: auto;
    max-width: 772px;
  }
}
.course-list li {
  border-top: 1px solid rgba(81, 71, 55, 0.36);
}
@media screen and (max-width: calc(768px - 1px)) {
  .course-list li {
    padding: 30px 0 28px;
  }
}
@media screen and (min-width: 768px) {
  .course-list li {
    display: grid;
    grid-template-columns: calc(100% - 144px) 144px;
    grid-template-rows: repeat(2, auto);
    padding: 40px 0 26px;
  }
}
.course-list__hdg {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: calc(768px - 1px)) {
  .course-list__hdg {
    padding: 0 5px 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .course-list__hdg {
    padding: 0 37px 28px;
    grid-area: 1/1/2/3;
    font-size: 2.2rem;
    background: no-repeat left 13px top 0.5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.634' height='12.576' viewBox='0 0 12.634 12.576'%3E%3Cpath id='パス_267300' data-name='パス 267300' d='M559.446,129.261l.7.7a3.057,3.057,0,0,1,3.091.618,2.9,2.9,0,1,1-4.713,1l-.7-.7-.773.7a2.709,2.709,0,0,1-.618,3.091,2.9,2.9,0,0,1-4.1-4.1,3.058,3.058,0,0,1,3.091-.618l.7-.7-.7-.7a2.929,2.929,0,0,1-3.091-.7,2.847,2.847,0,0,1,0-4.1,2.99,2.99,0,0,1,4.1,0,2.855,2.855,0,0,1,.618,3.168l.773.7.7-.7a2.893,2.893,0,0,1,4.713-3.168,2.846,2.846,0,0,1,0,4.1,2.928,2.928,0,0,1-3.091.7Z' transform='translate(-551.467 -122.964)' fill='%23514737' opacity='0.73'/%3E%3C/svg%3E%0A");
  }
}
.course-list__price {
  color: #CC5E6B;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.course-list__price span {
  display: inline-block;
  font-size: 2rem;
}
@media screen and (max-width: calc(768px - 1px)) {
  .course-list__price {
    padding: 0 30px;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .course-list__price {
    grid-area: 2/2/3/3;
  }
  .course-list__price span {
    padding: 0 4px 0 0;
  }
}
.course-list__text {
  color: #666;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: calc(768px - 1px)) {
  .course-list__text {
    padding: 16px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .course-list__text {
    padding: 0 38px;
    grid-area: 2/1/3/2;
  }
}
.directions {
  width: min(var(--width-pc),calc(100% - calc(var(--width-gutter) * 2)));
  margin-inline: auto;
  display: grid;
  gap: min(4.4943820225vw, 40px);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .directions {
    grid-template-columns: repeat(3, 1fr);
  }
}
.directions__pic {
  width: 100%;
  border-radius: var(--border-radius);
}
.directions__text {
  margin-top: 10px;
}
.ta- right {
  text-align: right;
}
.ta- left {
  text-align: right;
}

.mt--0 {
  margin-top: 0 !important;
}

.min-s {
  display: none;
}
@media screen and (min-width: 576px) {
  .min-s {
    display: block;
  }
}
.min-m {
  display: none;
}
@media screen and (min-width: 768px) {
  .min-m {
    display: block;
  }
}
.min-l {
  display: none;
}
@media screen and (min-width: 992px) {
  .min-l {
    display: block;
  }
}
.min-xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .min-xl {
    display: block;
  }
}
.min-xxl {
  display: none;
}
@media screen and (min-width: 1400px) {
  .min-xxl {
    display: block;
  }
}

.max-s {
  display: block;
}
@media screen and (min-width: 576px) {
  .max-s {
    display: none;
  }
}
.max-m {
  display: block;
}
@media screen and (min-width: 768px) {
  .max-m {
    display: none;
  }
}
.max-l {
  display: block;
}
@media screen and (min-width: 992px) {
  .max-l {
    display: none;
  }
}
.max-xl {
  display: block;
}
@media screen and (min-width: 1200px) {
  .max-xl {
    display: none;
  }
}
.max-xxl {
  display: block;
}
@media screen and (min-width: 1400px) {
  .max-xxl {
    display: none;
  }
}

.for-s {
  display: block;
}
@media screen and (min-width: 576px) {
  .for-s {
    display: none !important;
  }
}
.for-m {
  display: none;
}
@media screen and (min-width: 576px) {
  .for-m {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .for-m {
    display: none !important;
  }
}
.for-l {
  display: none;
}
@media screen and (min-width: 768px) {
  .for-l {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .for-l {
    display: none !important;
  }
}
.for-xl {
  display: none;
}
@media screen and (min-width: 992px) {
  .for-xl {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .for-xl {
    display: none !important;
  }
}
.for-xxl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .for-xxl {
    display: block !important;
  }
}

.--hide {
  display: none !important;
}
.--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.--clip {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
