@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.83333vw;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  max-width: 1980px;
  margin: 0 auto;
  font-size: 1.6rem;
  background-color: #fbf5ea;
  color: #553c16;
}

.Inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .Inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.Inner--mini {
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .Inner--mini {
    max-width: 100%;
    padding: 0;
  }
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.Btn {
  background: #ed6c00;
  padding: 0 1.8rem;
  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;
  border-radius: 3rem;
  height: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Btn {
    padding: 0 1.4rem;
    height: 4rem;
    border-radius: 2.4rem;
  }
}
.Btn span {
  font-size: 1.6rem;
  color: #ffffff;
  padding-left: 3.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Btn span {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.Btn:hover {
  background: #ede100;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #553c16;
}
.Btn::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Btn::before {
    width: 2.8rem;
    height: 2.8rem;
    left: 0.4rem;
  }
}
.Btn::after {
  content: "+";
  position: absolute;
  left: 0.5rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  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;
  color: #ed6c00;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Btn::after {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
    left: 0.4rem;
  }
}
.Btn:hover::before {
  background-color: #ffffff;
}
.Btn:hover::after {
  color: #553c16;
}

.Btn--01 {
  background: #ed6c00;
  border-radius: 1.6rem;
  padding: 0.8rem 0.2rem 0.8rem 0.8rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .Btn--01 {
    padding: 0.6rem 0.2rem 0.6rem 0.6rem;
    border-radius: 1.2rem;
  }
}
.Btn--01 span {
  color: #fff;
  position: relative;
  padding-right: 2.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Btn--01 span {
    font-size: 1.4rem;
    padding-right: 2.2rem;
  }
}
.Btn--01 span::before {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.4rem;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .Btn--01 span::before {
    font-size: 1.2rem;
    right: 0.8rem;
  }
}
.Btn--01:hover {
  background-color: #ede100;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Btn--01:hover span {
  color: #553c16;
}
.Btn--01:hover span::before {
  right: 0.5rem;
  color: #553c16;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .Btn--01:hover span::before {
    right: 0.3rem;
  }
}

.Btn--02 {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff8f1;
}
.Btn--02 span {
  color: #553c16;
}
.Btn--02::before {
  background-color: #553c16;
}
.Btn--02::after {
  color: #fff8f1;
}
.Btn--02:hover {
  background-color: #ed6c00;
}
.Btn--02:hover span {
  color: #fff8f1;
}
.Btn--02:hover::before {
  background-color: #fff8f1;
}
.Btn--02:hover::after {
  color: #ed6c00;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #999; /* 背景色 */
  /*動き*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%; /* menuの範囲 */
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: red;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px; /*  線の位置*/
  height: 3px; /*  線の太さ*/
  border-radius: 2px;
  background-color: #666; /* ボタンの色*/
  width: 45%; /*  ボタンに対する線の長さ*/
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*-----スライダーのためのcss------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  padding: 0;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 50%; /*矢印の位置*/
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid red; /*矢印の色*/
  border-right: 2px solid red; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .Title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Title__en {
  color: #ed6c00;
  font-size: 6.4rem;
  margin-right: 2rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .Title__en {
    font-size: 6.4rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.Title__ja {
  color: #553c16;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Title__ja {
    font-size: 1.8rem;
  }
}

.Title__sub {
  font-size: 1.8rem;
  color: #ed6c00;
  font-weight: 700;
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Title__sub {
    font-size: 1.8rem;
  }
}
.Title__sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(51%, #ed6c00), color-stop(51%, #ffc18e)) red;
  background: linear-gradient(90deg, #ed6c00 51%, #ffc18e 51%) red;
}

.Header__blank {
  height: 7.5rem;
}
@media screen and (max-width: 768px) {
  .Header__blank {
    height: 4.5rem;
  }
}

.Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  z-index: 100;
  background-color: #fbf5ea;
}
@media screen and (max-width: 768px) {
  .Header {
    padding: 0rem 0 1rem 0;
  }
}
.Header .Inner {
  max-width: 180rem;
  padding: 0 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Header .Inner {
    padding: 0 0rem;
  }
}
.Header__container__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
}
.Header__container__head__left {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .Header__container__head__left {
    background-color: #fff;
    font-size: 1.1rem;
    padding: 0.3rem 2rem;
    width: 100%;
  }
}
.Header__container__head__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .Header__container__head__menu {
    display: none;
  }
}
.Header__container__head__menu__item {
  border-right: 0.1rem solid #ed6c00;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  line-height: 0.8rem;
}
.Header__container__head__menu__item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.Header__container__head__menu__item a {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3rem;
}
.Header__container__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .Header__container__body {
    padding: 0 2rem;
  }
}
.Header__container__body__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Header__container__body__logo a .ja {
  font-size: 2.9rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Header__container__body__logo a .ja {
    font-size: 2.9rem;
  }
}
.Header__container__body__logo a .en {
  font-size: 1rem;
  color: #ed6c00;
}
@media screen and (max-width: 768px) {
  .Header__container__body__logo a .en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__body__menu {
    position: fixed;
    top: 7.5rem;
    right: 2rem;
    width: 16ewm;
    max-width: 40rem;
    background-color: #fff;
    border-radius: 1.6rem;
    -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.15);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1000;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .Header__container__body__menu.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.Header__container__body__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .Header__container__body__menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .Header__container__body__menu__list__item {
    border-bottom: 0.1rem solid rgba(237, 108, 0, 0.1);
  }
  .Header__container__body__menu__list__item:last-child {
    border-bottom: none;
  }
}
.Header__container__body__menu__list__item--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .Header__container__body__menu__list__item--sp {
    display: block;
  }
}
.Header__container__body__menu__list__item a {
  font-size: 1.6rem;
  padding-left: 4.5rem;
  margin-right: 2rem;
  line-height: 1.6rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Header__container__body__menu__list__item a {
    padding: 1rem 2rem;
    margin-right: 0;
    display: block;
    font-size: 1.5rem;
    color: #553c16;
    font-weight: 600;
    padding-left: 3rem;
  }
  .Header__container__body__menu__list__item a::before, .Header__container__body__menu__list__item a::after {
    display: none;
  }
  .Header__container__body__menu__list__item a:hover {
    background-color: rgba(237, 108, 0, 0.05);
  }
}
.Header__container__body__menu__list__item a:hover {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #ed6c00;
}
.Header__container__body__menu__list__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Header__container__body__menu__list__item a::after {
  content: "+";
  position: absolute;
  left: 0;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  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;
  color: #553c16;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Header__container__body__menu__list__item a::after {
    top: 50%;
  }
}
.Header__container__body__menu__list__item a:hover::before {
  background-color: #ed6c00;
}
.Header__container__body__menu__list__item a:hover::after {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .Header__container__body__menu__list__item .Btn {
    margin: 0;
    width: calc(100% - 4rem);
  }
}
.Header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 3.8rem;
  height: 3.8rem;
  background: #ed6c00;
  border: none;
  cursor: pointer;
  padding: 0.9rem;
  z-index: 101;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.Header__hamburger span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(45deg);
          transform: translateY(0.8rem) rotate(45deg);
}
.Header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.Header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(-45deg);
          transform: translateY(-0.8rem) rotate(-45deg);
}
.Header__overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .Header__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .Header__overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
  }
}

.Fv {
  padding: 5rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .Fv {
    padding: 27rem 0 0 0;
    margin-top: 6rem;
  }
}
.Fv__slick li {
  height: 65rem;
  padding: 0rem 2rem;
}
@media screen and (max-width: 768px) {
  .Fv__slick li {
    height: 42rem;
  }
}
.Fv__slick li img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.Fv {
  position: relative;
}
.Fv__container__content {
  position: absolute;
  padding: 2rem 6.4rem;
  height: 65rem;
  top: 5rem;
  right: 20rem;
  background: #fbf5ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .Fv__container__content {
    background: transparent;
    padding: 1rem;
    height: auto;
    right: 0;
    top: 0;
    height: 100%;
  }
}
.Fv__container__content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 2rem;
}
.Fv__container__content h2 span {
  font-size: 4.8rem;
  font-weight: 700;
  color: #553c16;
  background-color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 0.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .Fv__container__content h2 span {
    font-size: 3.2rem;
    line-height: 4.8rem;
    font-weight: 700;
    padding: 0.5rem;
  }
}
.Fv__container__content p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .Fv__container__content p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.News__container {
  padding-top: 12rem;
  max-width: 89.2rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .News__container {
    padding-top: 8rem;
  }
}
.News__container__content {
  border-radius: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .News__container__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
}
.News__container__content__title {
  background-color: #f9ebdd;
  border-radius: 2.4rem 0 0 2.4rem;
  width: 20%;
  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;
}
@media screen and (max-width: 768px) {
  .News__container__content__title {
    width: 100%;
    border-radius: 2.4rem 2.4rem 0 0;
    padding: 2rem 0;
  }
}
.News__container__content__title h2 {
  font-size: 1.9rem;
  color: #ed6c00;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .News__container__content__title h2 {
    font-size: 1.9rem;
    padding-left: 3rem;
  }
}
.News__container__content__title h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/error.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .News__container__content__title h2::before {
    width: 2rem;
    height: 2rem;
  }
}
.News__container__content__list {
  background-color: #fff;
  padding: 2rem 4rem;
  border-radius: 0 2.4rem 2.4rem 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .News__container__content__list {
    width: 100%;
    border-radius: 0 0 2.4rem 2.4rem;
    padding: 2rem;
  }
}
.News__container__content__list__item {
  padding: 1.3rem 0;
}
@media screen and (max-width: 768px) {
  .News__container__content__list__item {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .News__container__content__list__item:last-of-type {
    margin-bottom: 0;
  }
}
.News__container__content__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .News__container__content__list__item__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 4rem;
  }
}
.News__container__content__list__item__link__time {
  color: #553c16;
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .News__container__content__list__item__link__time {
    font-size: 1.4rem;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.News__container__content__list__item__link__title {
  color: #ed6c00;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .News__container__content__list__item__link__title {
    font-size: 1.4rem;
    width: calc(100% - 4rem);
  }
}
.News__container__content__list__item__link__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 0.1rem;
  background-color: #ed6c00;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.News__container__content__list__item__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .News__container__content__list__item__link::before {
    width: 3rem;
    height: 3rem;
  }
}
.News__container__content__list__item__link::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  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;
  color: #ed6c00;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .News__container__content__list__item__link::after {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
.News__container__content__list__item__link:hover::before {
  background-color: #ed6c00;
}
.News__container__content__list__item__link:hover::after {
  color: #ffffff;
}
.News__container__content__list__item__link:hover .News__container__content__list__item__link__title::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.News__container__wrap__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .News__container__wrap__title {
    margin-bottom: 1.5rem;
  }
}
.News__container__wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .News__container__wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.News__container__wrap__flex__box {
  border: 0.1rem solid #ede100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.3rem;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .News__container__wrap__flex__box {
    width: 100%;
  }
}
.News__container__wrap__flex__box:hover {
  opacity: 0.6;
  -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
  -webkit-box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.News__container__wrap__flex__box__title {
  background-color: #ede100;
  padding: 0 0.8rem;
  border-radius: 2.3rem 0 0 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.News__container__wrap__flex__box__title h3 {
  color: #553c16;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .News__container__wrap__flex__box__title h3 {
    font-size: 1.4rem;
  }
}
.News__container__wrap__flex__box__main {
  border-radius: 0 2.3rem 2.3rem 0;
  background-color: #fff;
  width: 100%;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .News__container__wrap__flex__box__main {
    padding: 1.6rem;
  }
}
.News__container__wrap__flex__box__main__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ed6c00;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .News__container__wrap__flex__box__main__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.News__container__wrap__flex__box__main__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .News__container__wrap__flex__box__main__info {
    margin-bottom: 1rem;
  }
}
.News__container__wrap__flex__box__main__info .tip {
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #f9ebdd;
  border: 0.1rem solid #ed6c00;
  color: #553c16;
  padding: 0.1rem 0.7rem;
  border-radius: 0.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .News__container__wrap__flex__box__main__info .tip {
    font-size: 1.2rem;
    padding: 0.1rem 0.5rem;
    margin-right: 0.8rem;
  }
}
.News__container__wrap__flex__box__main__info .price {
  color: #553c16;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .News__container__wrap__flex__box__main__info .price {
    font-size: 1.4rem;
  }
}
.News__container__wrap__flex__box__main__dis {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .News__container__wrap__flex__box__main__dis {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.News__container__wrap__flex__box__main .btn {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  color: #b8a832;
  position: relative;
  padding-left: 0;
  padding-right: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.News__container__wrap__flex__box__main .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 2px;
  background-color: #b8a832;
}
.News__container__wrap__flex__box__main .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #b8a832;
}

.About {
  padding: 12rem 4rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .About {
    padding: 8rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .About .Inner {
    padding: 0 0 2rem 0;
  }
}
.About__bg {
  display: block;
  position: absolute;
  top: 12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 152rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 2.4rem;
  height: 45rem;
  background-color: #f9ebdd;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .About__bg {
    top: 8rem;
    height: 40rem;
    border-radius: 0;
    width: calc(100% - 2rem);
  }
}
.About__container {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .About__container {
    padding-top: 3rem;
  }
}
.About__container .Title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .About__container .Title {
    margin-bottom: 1.5rem;
    padding: 0 2rem;
  }
}
.About__container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .About__container__content {
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 2rem;
    padding: 0 2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .About__container__content::-webkit-scrollbar {
    display: none;
  }
}
.About__container__content__item {
  border-radius: 1.2rem;
  height: 40rem;
  padding: 4rem;
  width: calc(33.3333333333% - 3rem);
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .About__container__content__item {
    width: 28rem;
    min-width: 28rem;
    height: 35rem;
    padding: 3rem 2rem;
  }
}
.About__container__content__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0px;
  border-radius: 1.2rem;
  width: 100%;
  height: 100%;
  background-color: #423727;
  opacity: 0.6;
  z-index: 0;
}
.About__container__content__item:nth-child(1) {
  background-image: url("../images/about_bg_01.webp");
  background-size: cover;
  background-position: center;
}
.About__container__content__item:nth-child(2) {
  background-image: url("../images/about_bg_02.webp");
  background-size: cover;
  background-position: center;
}
.About__container__content__item:nth-child(3) {
  background-image: url("../images/about_bg_03.webp");
  background-size: cover;
  background-position: center;
}
.About__container__content__item__dis {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .About__container__content__item__dis {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.About__container__content__item__title {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 4.3rem;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .About__container__content__item__title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 1.5rem;
  }
}
.About__container__content__item .Btn {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff8f1;
}
.About__container__content__item .Btn span {
  color: #553c16;
}
.About__container__content__item .Btn::before {
  background-color: #553c16;
}
.About__container__content__item .Btn::after {
  color: #fff8f1;
}
.About__container__content__item:hover .Btn {
  background-color: #ed6c00;
}
.About__container__content__item:hover .Btn span {
  color: #fff8f1;
}
.About__container__content__item:hover .Btn::before {
  background-color: #fff8f1;
}
.About__container__content__item:hover .Btn::after {
  color: #ed6c00;
}

@media screen and (max-width: 768px) {
  .Care .Inner {
    padding: 0 0.5rem;
  }
}
.Care__container {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .Care__container {
    padding-top: 8rem;
  }
}
.Care__container .Title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Care__container .Title {
    margin-bottom: 2rem;
    margin-left: 1.5rem;
  }
}
.Care__container__content {
  background-color: #fff;
  border-radius: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem;
}
@media screen and (max-width: 768px) {
  .Care__container__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 1rem;
    gap: 4rem;
  }
}
.Care__container__content__border {
  border-right: 0.1rem dotted #553c16;
}
@media screen and (max-width: 768px) {
  .Care__container__content__border {
    border-right: none;
    border-bottom: 0.1rem dotted #553c16;
    padding-bottom: 0rem;
  }
}
.Care__container__content__item {
  width: calc(50% - 4.7rem);
}
@media screen and (max-width: 768px) {
  .Care__container__content__item {
    width: 100%;
  }
}
.Care__container__content__item .Title__sub {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item .Title__sub {
    margin-bottom: 2rem;
  }
}
.Care__container__content__item__body {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item__body {
    margin-bottom: 2rem;
  }
}
.Care__container__content__item__body--case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item__body--case {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
}
.Care__container__content__item__body--case .Item {
  border-radius: 2.4rem;
  border: 0.1rem solid #f9ebdd;
  aspect-ratio: 1/1;
  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;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item__body--case .Item {
    border-radius: 1.2rem;
    padding: 1rem;
  }
}
.Care__container__content__item__body--case .Item__img {
  width: 11.2rem;
  height: 11.2rem;
  margin: 0 auto;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 50%;
  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;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item__body--case .Item__img {
    width: 5.9rem;
    height: 5.9rem;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.Care__container__content__item__body--case .Item__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.Care__container__content__item__body--case .Item__title {
  font-size: 1.9rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: #553c16;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item__body--case .Item__title {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
}
.Care__container__content__item__body--case .Item:hover {
  background: #ed6c00;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Care__container__content__item__body--case .Item:hover .Item__img {
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.Care__container__content__item__body--case .Item:hover .Item__title {
  color: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Care__container__content__item__body--treatment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item__body--treatment {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
}
.Care__container__content__item__body--treatment .Item {
  border-radius: 2.4rem;
  aspect-ratio: 1/1;
  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;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item__body--treatment .Item {
    border-radius: 1.2rem;
  }
}
.Care__container__content__item__body--treatment .Item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #423727;
  border-radius: 2.4rem;
  opacity: 0.6;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item__body--treatment .Item::before {
    border-radius: 1.2rem;
  }
}
.Care__container__content__item__body--treatment .Item__img {
  width: 11.2rem;
  height: 11.2rem;
  margin: 0 auto;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  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;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item__body--treatment .Item__img {
    width: 7rem;
    height: 7rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.Care__container__content__item__body--treatment .Item__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.Care__container__content__item__body--treatment .Item__title {
  font-size: 1.9rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .Care__container__content__item__body--treatment .Item__title {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
.Care__container__content__item__body--treatment .Item:hover {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Care__container__content__item__body--treatment .Item:hover::before {
  background: #ed6c00;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 1;
}
.Care__container__content__item__body--treatment .Item:hover .Item__img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.Care__container__content__item__body--treatment .Item:hover .Item__title {
  color: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Care__container__content__item .Btn {
  margin: 0 auto;
}

.Voice {
  position: relative;
  margin-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .Voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .Voice .Inner {
    padding: 0 1rem;
  }
}
.Voice__left {
  top: 0;
  left: 0;
  border-radius: 0 2.4rem 2.4rem 0;
  background: url(../images/voice_bg_left.webp) no-repeat center/cover;
  width: 70%;
  height: 56rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .Voice__left {
    width: calc(100% + 0rem);
    position: absolute;
    height: 40rem;
    z-index: -1;
  }
}
.Voice__right {
  top: 0;
  right: 0;
  border-radius: 2.4rem 0 0 2.4rem;
  background: url(../images/voice_bg_right.webp) no-repeat center/cover;
  width: 70%;
  height: 56rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .Voice__right {
    width: 100%;
    display: none;
  }
}
.Voice__container {
  padding-top: 8rem;
  width: 84rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Voice__container {
    width: 100%;
    background-color: #fff;
    padding-top: 5rem;
    width: 35rem;
    border-radius: 4rem;
    padding: 4rem 1rem 3rem 1rem;
    margin-top: 16rem;
  }
}
.Voice__container .Title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .Voice__container .Title {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .Voice__container__content {
    position: relative;
    z-index: 1;
    width: 100%;
  }
}

.Column {
  padding: 12rem 4rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Column {
    padding: 8rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .Column .Inner {
    padding: 0 0 0rem 2rem;
  }
}
.Column__bg {
  display: block;
  position: absolute;
  top: 12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 152rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 2.4rem;
  height: 45rem;
  background-color: #f9ebdd;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .Column__bg {
    top: 8rem;
    height: auto;
    min-height: 50rem;
    border-radius: 0;
    width: calc(100% - 2rem);
    border-radius: 2.4rem;
  }
}
.Column__container {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .Column__container {
    padding-top: 3rem;
  }
}
.Column__container .Title {
  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;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .Column__container .Title {
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
}
.Column__container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Column__container__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
}
.Column__container__content__dis {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.8rem;
  line-height: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .Column__container__content__dis {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    text-align: center;
  }
}
.Column__container__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .Column__container__content__wrap {
    overflow-x: scroll;
    gap: 2rem;
    padding: 0 2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .Column__container__content__wrap::-webkit-scrollbar {
    display: none;
  }
}
.Column__container .Btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Column__container .Btn {
    margin: 2rem auto 0;
  }
}

.Post {
  width: 33.333%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .Post {
    width: 28rem;
    min-width: 28rem;
  }
}
.Post__img {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 1.2rem 1.2rem 0 0;
  overflow: hidden;
  position: relative;
  height: 24rem;
}
.Post__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem 1.2rem 0 0;
  background-color: #EEEEEE;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
.Post__img img {
  width: 100%;
  border-radius: 1.2rem 1.2rem 0 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.Post__text {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0 0 1.2rem 1.2rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .Post__text {
    padding: 1.6rem;
  }
}
.Post__text__title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #553c16;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Post__text__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
  }
}
.Post__text__tag {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .Post__text__tag {
    gap: 0.6rem;
    margin-bottom: 0.8rem;
  }
}
.Post__text__tag span {
  font-size: 1.6rem;
  padding: 0.2rem 0.4rem;
  font-weight: 500;
  color: #553c16;
  border-radius: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Post__text__tag span {
    font-size: 1.3rem;
    padding: 0.2rem 0.6rem;
  }
}
.Post__text__tag .tag {
  background-color: #f9f6c6;
}
.Post__text__tag .category {
  background-color: #ed6c00;
  color: #fff;
}
.Post__text__dis {
  font-size: 1.4rem;
  line-height: 2.9rem;
  font-weight: 700;
  color: #553c16;
}
@media screen and (max-width: 768px) {
  .Post__text__dis {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
.Post:hover .Post__img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Post:hover .Post__img::before {
  opacity: 1;
}
.Post:hover .Post__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Post:hover .Post__text {
  background-color: #f9ebdd;
}

.Faq__container {
  padding-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Faq__container {
    padding-top: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Faq__container__left {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .Faq__container__left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.Faq__container__left .Title {
  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 (max-width: 768px) {
  .Faq__container__left .Title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.Faq__container__body {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .Faq__container__body {
    width: 100%;
  }
}
.Faq__container__body__item {
  margin-bottom: 1.6rem;
  background-color: #fff;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Faq__container__body__item {
    margin-bottom: 1.2rem;
    border-radius: 1.6rem;
  }
}
.Faq__container__body__item__question {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #553c16;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding: 2.4rem;
  padding-left: 4.4rem;
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .Faq__container__body__item__question {
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding: 1.6rem;
    padding-left: 3.2rem;
    padding-right: 4rem;
  }
}
.Faq__container__body__item__question::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(51%, #ed6c00), color-stop(51%, #ffc18e)) red;
  background: linear-gradient(90deg, #ed6c00 51%, #ffc18e 51%) red;
}
@media screen and (max-width: 768px) {
  .Faq__container__body__item__question::before {
    left: 1.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.Faq__container__body__item__question::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #553c16;
  border-bottom: 2px solid #553c16;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .Faq__container__body__item__question::after {
    right: 1.6rem;
    width: 1rem;
    height: 1rem;
  }
}
.Faq__container__body__item__answer {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #553c16;
  padding: 0 2.4rem 0 4.4rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 400ms ease, opacity 400ms ease, padding 400ms ease;
  transition: max-height 400ms ease, opacity 400ms ease, padding 400ms ease;
}
@media screen and (max-width: 768px) {
  .Faq__container__body__item__answer {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 0 1.6rem 0 3.2rem;
  }
}
.Faq__container__body__item.is-active .Faq__container__body__item__question::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.Faq__container__body__item.is-active .Faq__container__body__item__answer {
  max-height: 50rem;
  opacity: 1;
  padding: 0 2.4rem 2.4rem 4.4rem;
}
@media screen and (max-width: 768px) {
  .Faq__container__body__item.is-active .Faq__container__body__item__answer {
    padding: 0 1.6rem 1.6rem 3.2rem;
  }
}
.Faq__container__body__item:hover {
  background-color: #ed6c00;
}
.Faq__container__body__item:hover .Faq__container__body__item__question {
  color: #fff;
}
.Faq__container__body__item:hover .Faq__container__body__item__question::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.Faq__container__body__item:hover .Faq__container__body__item__question::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(51%, #fff), color-stop(51%, #fff));
  background: linear-gradient(90deg, #fff 51%, #fff 51%);
}
.Faq__container__body__item:hover .Faq__container__body__item__answer {
  color: #fff;
}

.Access {
  position: relative;
  margin-top: 12rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .Access {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}
.Access__bg {
  position: absolute;
  top: 8rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9EBDD;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .Access__bg {
    top: 6rem;
  }
}
.Access__container__content {
  border-radius: 2.4rem;
  background-color: #fff;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content {
    padding: 2.4rem 2rem;
    border-radius: 1.6rem;
  }
}
.Access__container__content__title {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 4rem;
  color: #553c16;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content__title {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 2rem;
  }
}
.Access__container__content__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.Access__container__content__main__head {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__head {
    width: 100%;
  }
}
.Access__container__content__main__head__address {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.9rem;
  color: #553c16;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__head__address {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
.Access__container__content__main__head__address span {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #553c16;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__head__address span {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.Access__container__content__main__head__map {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__head__map {
    margin-bottom: 1.5rem;
  }
}
.Access__container__content__main__head__map iframe {
  height: 32rem;
  border-radius: 1.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__head__map iframe {
    height: 25rem;
  }
}
.Access__container__content__main__head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__head__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.Access__container__content__main__head__wrap__item {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__head__wrap__item {
    margin-right: 0;
  }
}
.Access__container__content__main__head__wrap__item__title {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  color: #553c16;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__head__wrap__item__title {
    font-size: 1.3rem;
    line-height: 2rem;
    padding-left: 1.6rem;
  }
}
.Access__container__content__main__head__wrap__item__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(51%, #ed6c00), color-stop(51%, #ffc18e)) red;
  background: linear-gradient(90deg, #ed6c00 51%, #ffc18e 51%) red;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__head__wrap__item__title::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.Access__container__content__main__head__wrap__item__dis {
  font-size: 1.3rem;
  line-height: 2.3rem;
  font-weight: 500;
  color: #553c16;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__head__wrap__item__dis {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.Access__container__content__main__food {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food {
    width: 100%;
  }
}
.Access__container__content__main__food__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.Access__container__content__main__food__wrap__btn {
  border: 0.1rem solid #f9ebdd;
  padding: 2.4rem;
  width: 50%;
  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;
  border-radius: 1.2rem;
  background: #ff8800;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
.Access__container__content__main__food__wrap__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__wrap__btn {
    width: 100%;
    padding: 2rem;
  }
}
.Access__container__content__main__food__wrap__btn .ja {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__wrap__btn .ja {
    font-size: 1.4rem;
  }
}
.Access__container__content__main__food__wrap__btn .en {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__wrap__btn .en {
    font-size: 1.8rem;
  }
}
.Access__container__content__main__food__wrap__btn .big {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__wrap__btn .big {
    font-size: 1.8rem;
  }
}
.Access__container__content__main__food__wrap__btn:hover {
  background: #ff8800;
}
.Access__container__content__main__food__wrap__btn:hover .ja,
.Access__container__content__main__food__wrap__btn:hover .en,
.Access__container__content__main__food__wrap__btn:hover .big {
  color: #fff;
}
.Access__container__content__main__food__table {
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__table {
    margin-bottom: 1.5rem;
    overflow-x: auto;
    display: block;
  }
}
.Access__container__content__main__food__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-bottom: 0.1rem solid #f9ebdd;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__table__row {
    min-width: 100%;
  }
}
.Access__container__content__main__food__table__row--header {
  background-color: #ED6C00;
}
.Access__container__content__main__food__table__row--header .Access__container__content__main__food__table__cell {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.6rem 1rem;
  border-left: 0.1rem solid #f08f3e;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__table__row--header .Access__container__content__main__food__table__cell {
    font-size: 1.2rem;
    padding: 1.2rem 0.6rem;
  }
}
.Access__container__content__main__food__table__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 1.6rem 1rem;
  font-size: 1.4rem;
  color: #553c16;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__table__cell {
    font-size: 1.2rem;
    padding: 1.2rem 0.6rem;
  }
}
.Access__container__content__main__food__table__cell--text {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.Access__container__content__main__food__table__cell--time {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  text-align: left;
  font-weight: 600;
  color: #553c16;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__table__cell--time {
    font-size: 1.1rem;
  }
}
.Access__container__content__main__food__table__cell--active {
  color: #ED6C00;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__table__cell--active {
    font-size: 1.4rem;
  }
}
.Access__container__content__main__food__attention p {
  font-size: 1.3rem;
  font-weight: 500;
  color: rgb(51, 51, 51);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Access__container__content__main__food__attention p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.Footer {
  background-color: #423727;
}
@media screen and (max-width: 768px) {
  .Footer__container {
    padding: 0 0rem;
  }
}
.Footer__container__head {
  padding: 8rem 0;
  border-bottom: 0.1rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Footer__container__head {
    padding: 4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.Footer__container__head__left {
  width: 30rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__left {
    width: 100%;
  }
}
.Footer__container__head__left__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__left__logo {
    margin-bottom: 2rem;
  }
}
.Footer__container__head__left__logo .ja {
  font-size: 2.9rem;
  line-height: 2.9rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__left__logo .ja {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.Footer__container__head__left__logo .en {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  letter-spacing: 0.17rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__left__logo .en {
    font-size: 0.9rem;
  }
}
.Footer__container__head__left__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__left__wrap {
    margin-bottom: 2rem;
  }
}
.Footer__container__head__left__wrap__item {
  width: 50%;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.Footer__container__head__left__wrap__item img {
  width: 100%;
}
.Footer__container__head__left__address__title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.9rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__left__address__title {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.Footer__container__head__left__address__dis {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__left__address__dis {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.Footer__container__head__left__address__tel {
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 2rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__left__address__tel {
    font-size: 1.3rem;
  }
}
.Footer__container__head__left__address__tel::before {
  content: "☎︎";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__left__address__tel::before {
    font-size: 1.4rem;
    width: 1.7rem;
    height: 1.7rem;
  }
}
.Footer__container__head__right {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-left: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-left: 0;
    gap: 3rem 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.Footer__container__head__right__item {
  width: calc(33% - 3.2rem);
}
@media screen and (max-width: 768px) {
  .Footer__container__head__right__item {
    width: calc(50% - 1rem);
  }
}
.Footer__container__head__right__item__title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__right__item__title {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }
}
.Footer__container__head__right__item__title a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__right__item__title a {
    font-size: 1.3rem;
  }
}
.Footer__container__head__right__item__list li {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__right__item__list li {
    margin-bottom: 0.6rem;
  }
}
.Footer__container__head__right__item__list li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Footer__container__head__right__item__list li a {
    font-size: 1.2rem;
  }
}
.Footer__container__head__right__item a {
  position: relative;
}
.Footer__container__head__right__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.Footer__container__head__right__item a:hover {
  opacity: 1;
}
.Footer__container__head__right__item a:hover::after {
  width: 100%;
}
.Footer__container__food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .Footer__container__food {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.Footer__container__food a {
  color: #f9ebdd;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__food a {
    font-size: 1.2rem;
  }
}
.Footer__container__food a:hover {
  opacity: 0.7;
}
.Footer__container__food__copyright {
  color: #f9ebdd;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__food__copyright {
    font-size: 1.1rem;
  }
}

.out_link {
  position: relative;
}
.out_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url(../images/link_allow.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .out_link::before {
    right: -1.6rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

.Page__fv {
  border-radius: 2.4rem;
  height: 32rem;
  padding: 4rem;
  position: relative;
  margin: 8rem auto 10rem auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .Page__fv {
    height: 20rem;
    padding: 3rem 2rem;
    margin: 6rem auto 6rem auto;
    border-radius: 1.6rem;
  }
}
.Page__fv__overlay {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(17%, rgba(115, 91, 68, 0.7137254902)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(115, 91, 68, 0.7137254902) 17%, rgba(255, 255, 255, 0) 100%);
  border-radius: 2.4rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0.6;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .Page__fv__overlay {
    border-radius: 1.6rem;
  }
}
.Page__fv--about {
  background: url(../images/about_fv.png) no-repeat center/cover;
}
.Page__fv--treatment {
  background: url(../images/about_fv.png) no-repeat center/cover;
}
.Page__fv--symptom {
  background: url(../images/about_fv.png) no-repeat center/cover;
}
.Page__fv--registration {
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .Page__fv--registration {
    height: 10rem !important;
  }
}
.Page__fv__text {
  position: relative;
  z-index: 100;
  z-index: 10;
}
.Page__fv__text__en {
  font-size: 6.4rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Page__fv__text__en {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
.Page__fv__text__ja {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .Page__fv__text__ja {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.Page__fv--reservation {
  background: none;
}
.Page__fv--reservation .Page__fv__overlay {
  display: none;
}
.Page__fv--reservation .Page__fv__text__en {
  color: #ed6c00;
}
.Page__fv--reservation .Page__fv__text__ja {
  color: #553c16;
}
@media screen and (max-width: 768px) {
  .Page__fv--reservation {
    height: 10%;
  }
}

.Page__about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .Page__about__container__side {
    display: none;
  }
}
.Page__about__container__side__nav {
  padding: 4rem;
  position: sticky;
  top: 12rem;
  border-radius: 2.4rem;
  left: 0;
  background-color: #fff;
  width: 28rem;
  max-width: 100%;
  z-index: 10;
}
.Page__about__container__side__nav__title {
  margin-bottom: 1.6rem;
}
.Page__about__container__side__nav__list {
  border-top: 0.1rem solid #553c16;
}
.Page__about__container__side__nav__list li a {
  padding: 0.8rem;
  width: 100%;
  border-bottom: 0.1rem dashed #553c16;
  position: relative;
  display: block;
  line-height: 3.2rem;
  font-weight: 700;
}
.Page__about__container__side__nav__list li a::before {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Page__about__container__side__nav__list li a::after {
  content: "+";
  position: absolute;
  right: 0.8rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  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;
  color: #553c16;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Page__about__container__side__nav__list li a:hover {
  background-color: #f9f6c6;
}
.Page__about__container__side__nav__list li a:hover::before {
  background-color: #553c16;
}
.Page__about__container__side__nav__list li a:hover::after {
  color: #ffffff;
}
.Page__about__container__main {
  width: calc(100% - 36rem);
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main {
    width: 100%;
  }
}
.Page__about__container__main__message {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message {
    margin-bottom: 6rem;
  }
}
.Page__about__container__main__message .Page__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message .Page__title {
    margin-bottom: 4rem;
  }
}
.Page__about__container__main__message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
.Page__about__container__main__message__wrap__body {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body {
    width: 100%;
  }
}
.Page__about__container__main__message__wrap__body__head {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body__head {
    margin-bottom: 3rem;
  }
}
.Page__about__container__main__message__wrap__body__head__title {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 7.2rem;
  color: #ed6c00;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body__head__title {
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin-bottom: 2.5rem;
  }
}
.Page__about__container__main__message__wrap__body__head__dis {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.9rem;
  color: #553c16;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body__head__dis {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
  }
}
.Page__about__container__main__message__wrap__body__head__name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  color: #553c16;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body__head__name {
    font-size: 1.5rem;
  }
}
.Page__about__container__main__message__wrap__body__career {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body__career {
    margin-bottom: 3rem;
  }
}
.Page__about__container__main__message__wrap__body__career .Title__circle {
  margin-bottom: 1rem;
}
.Page__about__container__main__message__wrap__body__career__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 2rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body__career__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.Page__about__container__main__message__wrap__body__career__list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #553c16;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body__career__list__item::before {
    top: 1.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.Page__about__container__main__message__wrap__body__career__list__item__left {
  padding-right: 2rem;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body__career__list__item__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
.Page__about__container__main__message__wrap__body__career__list__item__right {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body__career__list__item__right {
    width: 100%;
  }
}
.Page__about__container__main__message__wrap__body__career__list__item p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #553c16;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__body__career__list__item p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.Page__about__container__main__message__wrap__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__img {
    width: 100%;
  }
}
.Page__about__container__main__message__wrap__img__sticky {
  position: sticky;
  top: 12rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__img__sticky {
    position: static;
  }
}
.Page__about__container__main__message__wrap__img__sticky img {
  border-radius: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__message__wrap__img__sticky img {
    border-radius: 1.6rem;
  }
}
.Page__about__container__main__future {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__future {
    margin-bottom: 6rem;
  }
}
.Page__about__container__main__future .Page__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__future .Page__title {
    margin-bottom: 4rem;
  }
}
.Page__about__container__main__future__wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__future__wrap__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4rem;
  }
}
.Page__about__container__main__future__wrap__item:last-of-type {
  margin-bottom: 0;
}
.Page__about__container__main__future__wrap__item__img {
  width: 40%;
  padding-right: 7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__future__wrap__item__img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.Page__about__container__main__future__wrap__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4rem;
  aspect-ratio: 41/27;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__future__wrap__item__img img {
    border-radius: 1.6rem;
  }
}
.Page__about__container__main__future__wrap__item__text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__future__wrap__item__text {
    width: 100%;
  }
}
.Page__about__container__main__future__wrap__item__text__head {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem dotted #d9d0c3;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__future__wrap__item__text__head {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.Page__about__container__main__future__wrap__item__text__head .tip {
  background: #ede100;
  border-radius: 2.4rem;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  padding: 0.2rem 0.8rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__future__wrap__item__text__head .tip {
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem;
    border-radius: 1.6rem;
  }
}
.Page__about__container__main__future__wrap__item__text__head__title {
  font-size: 1.9rem;
  line-height: 2.9rem;
  font-weight: 700;
  color: #ed6c00;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__future__wrap__item__text__head__title {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.Page__about__container__main__future__wrap__item__text__dis {
  font-size: 1.6rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__future__wrap__item__text__dis {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.Page__about__container__main__voice {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__voice {
    margin-bottom: 5rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.Page__about__container__main__voice .Page__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__voice .Page__title {
    margin-bottom: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.Page__about__container__main__voice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__voice__wrap {
    overflow-x: scroll;
    gap: 2rem;
    padding: 0 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .Page__about__container__main__voice__wrap::-webkit-scrollbar {
    display: none;
  }
}
.Page__about__container__main__voice__wrap__item {
  width: calc(33.333% - 4rem);
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__voice__wrap__item {
    width: 28rem;
    min-width: 28rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.Page__about__container__main__voice__wrap__item__img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__voice__wrap__item__img {
    margin-bottom: 1.5rem;
  }
}
.Page__about__container__main__voice__wrap__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4rem;
  aspect-ratio: 334/281;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__voice__wrap__item__img img {
    border-radius: 1.6rem;
  }
}
.Page__about__container__main__voice__wrap__item__text__tip {
  background-color: #ede100;
  border-radius: 1.6rem;
  font-size: 1.4rem;
  color: #553c16;
  margin-bottom: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__voice__wrap__item__text__tip {
    font-size: 1.2rem;
    padding: 0.2rem 0.5rem;
  }
}
.Page__about__container__main__voice__wrap__item__text__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ed6c00;
  line-height: 2.7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__voice__wrap__item__text__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.Page__about__container__main__voice__wrap__item__text__dis {
  font-size: 1.6rem;
  font-weight: 500;
  color: #553c16;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__voice__wrap__item__text__dis {
    font-size: 1.4rem;
  }
}
.Page__about__container__main__introduction {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction {
    margin-bottom: 6rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.Page__about__container__main__introduction .Page__title {
  margin-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction .Page__title {
    margin-bottom: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.Page__about__container__main__introduction__slick__item {
  padding: 0 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick__item {
    padding: 0 1rem;
  }
}
.Page__about__container__main__introduction__slick__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  border-left: 0.1rem dotted #d9d0c3;
}
.Page__about__container__main__introduction__slick__item__img {
  width: 100%;
  margin-bottom: 1rem;
}
.Page__about__container__main__introduction__slick__item__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 327/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick__item__img img {
    border-radius: 1.6rem;
  }
}
.Page__about__container__main__introduction__slick__item__text__post {
  font-size: 1.4rem;
  font-weight: 500;
  color: #553c16;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick__item__text__post {
    font-size: 1.2rem;
  }
}
.Page__about__container__main__introduction__slick__item__text__name {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ed6c00;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick__item__text__name {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.Page__about__container__main__introduction__slick__item__text__name .en {
  color: #d9d0c3;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick__item__text__name .en {
    font-size: 1.3rem;
    margin-left: 0;
    display: block;
    margin-top: 0.5rem;
  }
}
.Page__about__container__main__introduction__slick__item__text__dis {
  font-size: 1.8rem;
  font-weight: 700;
  color: #553c16;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick__item__text__dis {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.Page__about__container__main__introduction__slick__item__text__taiou .Title__circle {
  border-bottom: none;
}
.Page__about__container__main__introduction__slick__item__text__taiou__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.Page__about__container__main__introduction__slick__item__text__taiou__list li {
  background: #f9f6c6;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 1.2rem;
  padding: 0.2rem 0.4rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick__item__text__taiou__list li {
    font-size: 1.2rem;
  }
}
.Page__about__container__main__introduction__slick__item__text__career .Title__circle {
  border-bottom: none;
}
.Page__about__container__main__introduction__slick__item__text__career__dis {
  font-size: 1.6rem;
  font-weight: 500;
  color: #553c16;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick__item__text__career__dis {
    font-size: 1.4rem;
  }
}
.Page__about__container__main__introduction__slick .slick-arrow {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  z-index: 10;
  border-radius: 50%;
  background-color: #553c16;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick .slick-arrow {
    top: -3.5rem;
    right: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.Page__about__container__main__introduction__slick .slick-arrow::before {
  font-size: 2rem;
  color: #fff;
  line-height: 4rem;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick .slick-arrow::before {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
}
.Page__about__container__main__introduction__slick .slick-arrow.slick-prev {
  left: auto;
  right: 6rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick .slick-arrow.slick-prev {
    right: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__introduction__slick .slick-arrow.slick-next {
    right: 2rem;
  }
}
.Page__about__container__main__shisetu {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__shisetu {
    padding: 6rem 0;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.Page__about__container__main__shisetu::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% + 8rem + 35rem);
  height: 100%;
  z-index: -1;
  border-radius: 2.4rem;
  background: url(../images/about_introduction_bg.webp) no-repeat center/cover;
  -webkit-filter: contrast(1.5) sepia(0.7) brightness(0.4) grayscale(0.6);
          filter: contrast(1.5) sepia(0.7) brightness(0.4) grayscale(0.6);
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__shisetu::before {
    right: 0;
    width: 100%;
    border-radius: 0;
  }
}
.Page__about__container__main__shisetu::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% + 8rem + 35rem);
  height: 100%;
  background: #553c16;
  opacity: 0.6;
  z-index: 0;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__shisetu::after {
    right: 0;
    width: 100%;
    border-radius: 0;
  }
}
.Page__about__container__main__shisetu .Page__title {
  margin-bottom: 7rem;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__shisetu .Page__title {
    margin-bottom: 4rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.Page__about__container__main__shisetu .Title__circle {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__shisetu .Title__circle {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.Page__about__container__main__shisetu__slick {
  z-index: 1;
  position: relative;
}
.Page__about__container__main__shisetu__slick__item {
  border: none;
}
.Page__about__container__main__shisetu__slick__item::after {
  display: none;
}
.Page__about__container__main__shisetu__slick__item__img {
  margin-bottom: 1rem;
}
.Page__about__container__main__shisetu__slick__item__img img {
  width: 100%;
  border-radius: 2.4rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 355/240;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__shisetu__slick__item__img img {
    border-radius: 1.6rem;
  }
}
.Page__about__container__main__shisetu__slick__item__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Page__about__container__main__shisetu__slick__item__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.Page__about__container__main__shisetu .Page__about__container__main__introduction__slick__item {
  padding: 0 1rem;
}
.Page__about__banner {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Page__about__banner {
    padding: 6rem 0;
  }
}
.Page__about__banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .Page__about__banner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0 2rem;
  }
}
.Page__about__banner__wrap a {
  display: block;
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .Page__about__banner__wrap a {
    width: 100%;
    max-width: 35rem;
  }
}
.Page__about__banner__wrap a:hover {
  opacity: 0.7;
}
.Page__about__banner__wrap a img {
  width: 100%;
}

.Page__title {
  border-bottom: 0.1rem solid #f9ebdd;
  padding: 0 0 1.2rem 0;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .Page__title {
    padding: 0 0 1rem 0;
    line-height: 2.4rem;
  }
}
.Page__title span {
  border-bottom: 0.1rem solid #ede100;
  font-size: 1.8rem;
  padding: 0 0 1.2rem 0;
  text-align: left;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 3rem;
  color: #ed6c00;
}
@media screen and (max-width: 768px) {
  .Page__title span {
    font-size: 2.2rem;
    line-height: 2.4rem;
    padding: 0 0 1rem 0;
  }
}

.Title__circle {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #ed6c00;
  border-bottom: 0.1rem dashed #d9d0c3;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .Title__circle {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding-left: 1.6rem;
  }
}
.Title__circle::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.4rem);
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(51%, #ed6c00), color-stop(51%, #ffc18e)) red;
  background: linear-gradient(90deg, #ed6c00 51%, #ffc18e 51%) red;
}
@media screen and (max-width: 768px) {
  .Title__circle::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.Page__archive__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .Page__archive__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.56rem;
  }
}
.Page__archive__container__body {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .Page__archive__container__body {
    width: 100%;
  }
}
.Page__archive--treatment__container__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--treatment__container__body {
    gap: 2.56rem;
  }
}
.Page__archive--treatment__container__body .Item {
  width: calc(33.333% - 4rem);
  display: block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .Page__archive--treatment__container__body .Item {
    width: calc((100% - 2.56rem) / 2);
  }
}
.Page__archive--treatment__container__body .Item:hover {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Page__archive--treatment__container__body .Item:hover .Item__img::before {
  background-color: #ed6c00;
  opacity: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Page__archive--treatment__container__body .Item:hover .Item__img__icon {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Page__archive--treatment__container__body .Item:hover .Item__text {
  background-color: #f9ebdd;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Page__archive--treatment__container__body .Item__img {
  border-radius: 2.4rem 2.4rem 0 0;
  position: relative;
  height: 16rem;
  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;
}
@media screen and (max-width: 768px) {
  .Page__archive--treatment__container__body .Item__img {
    border-radius: 1.536rem 1.536rem 0 0;
    height: 10.24rem;
  }
}
.Page__archive--treatment__container__body .Item__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #423727;
  border-radius: 2.4rem 2.4rem 0 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .Page__archive--treatment__container__body .Item__img::before {
    border-radius: 1.536rem 1.536rem 0 0;
  }
}
.Page__archive--treatment__container__body .Item__img__icon {
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 1.6rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  aspect-ratio: 1/1;
  width: 11.2rem;
  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;
}
@media screen and (max-width: 768px) {
  .Page__archive--treatment__container__body .Item__img__icon {
    padding: 1.024rem;
    width: 8.32rem;
  }
}
.Page__archive--treatment__container__body .Item__img__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page__archive--treatment__container__body .Item__text {
  background-color: #fff;
  padding: 1.6rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 0 0 2.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--treatment__container__body .Item__text {
    padding: 1.024rem;
    border-radius: 0 0 1.536rem 1.536rem;
  }
}
.Page__archive--treatment__container__body .Item__text__title {
  font-size: 1.9rem;
  line-height: 1.9rem;
  color: #ed6c00;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--treatment__container__body .Item__text__title {
    font-size: 1.216rem;
    line-height: 1.216rem;
    margin-bottom: 0.64rem;
  }
}
.Page__archive--treatment__container__body .Item__text__dis {
  font-size: 1.6rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: #553c16;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--treatment__container__body .Item__text__dis {
    font-size: 1.024rem;
    line-height: 1.856rem;
    margin-bottom: 0.64rem;
  }
}
.Page__archive--treatment__container__body .Item__text__price {
  font-size: 1.9rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: #553c16;
}
@media screen and (max-width: 768px) {
  .Page__archive--treatment__container__body .Item__text__price {
    font-size: 1.216rem;
    line-height: 1.216rem;
  }
}
.Page__archive--symptom__container__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--symptom__container__body {
    gap: 2.56rem;
  }
}
.Page__archive--symptom__container__body .Item {
  width: calc(33.333% - 4rem);
  background: #fff;
  border-radius: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.6rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .Page__archive--symptom__container__body .Item {
    width: 100%;
    border-radius: 1.536rem;
    padding: 1.024rem;
  }
}
.Page__archive--symptom__container__body .Item:hover {
  background-color: #ed6c00;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Page__archive--symptom__container__body .Item:hover .Item__img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Page__archive--symptom__container__body .Item:hover .Item__text__title {
  color: #fff;
}
.Page__archive--symptom__container__body .Item__img {
  padding: 2rem;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 12rem;
  height: 12rem;
  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;
}
@media screen and (max-width: 768px) {
  .Page__archive--symptom__container__body .Item__img {
    padding: 1.28rem;
    margin-right: 1.28rem;
    width: 7.68rem;
    height: 7.68rem;
  }
}
.Page__archive--symptom__container__body .Item__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page__archive--symptom__container__body .Item__text__title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #ed6c00;
}
@media screen and (max-width: 768px) {
  .Page__archive--symptom__container__body .Item__text__title {
    font-size: 1.152rem;
    line-height: 1.664rem;
  }
}
.Page__archive--column__container__body__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 1.6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 1.536rem;
    padding: 1.024rem;
    margin-bottom: 3.84rem;
  }
}
.Page__archive--column__container__body__category li {
  list-style-type: none;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__category li {
    padding: 0 1.28rem;
  }
}
.Page__archive--column__container__body__category li a {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__category li a {
    font-size: 1.152rem;
  }
}
.Page__archive--column__container__body__category li.is-active {
  position: relative;
}
.Page__archive--column__container__body__category li.is-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ed6c00;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__category li.is-active::before {
    bottom: -1.024rem;
    width: 0.512rem;
    height: 0.512rem;
  }
}
.Page__archive--column__container__body__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__wrap {
    gap: 2.56rem;
  }
}
.Page__archive--column__container__body__wrap .Item {
  border-radius: 2.4rem;
  width: calc(33.333% - 2rem);
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__wrap .Item {
    border-radius: 1.536rem;
    width: 100%;
  }
}
.Page__archive--column__container__body__wrap .Item__img {
  width: 100%;
  overflow: hidden;
  border-radius: 2.4rem 2.4rem 0 0;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__wrap .Item__img {
    border-radius: 1.536rem 1.536rem 0 0;
  }
}
.Page__archive--column__container__body__wrap .Item__img img {
  width: 100%;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Page__archive--column__container__body__wrap .Item__text {
  background-color: #fff;
  border-radius: 0 0 2.4rem 2.4rem;
  padding: 1.6rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__wrap .Item__text {
    padding: 1.024rem;
  }
}
.Page__archive--column__container__body__wrap .Item__text__time {
  font-size: 1.3rem;
  font-weight: 700;
  color: #553c16;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__wrap .Item__text__time {
    margin-bottom: 0.64rem;
  }
}
.Page__archive--column__container__body__wrap .Item__text__tag {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__wrap .Item__text__tag {
    margin-bottom: 0.64rem;
  }
}
.Page__archive--column__container__body__wrap .Item__text__tag span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #553c16;
  padding: 0.2rem 0.4rem;
  border-radius: 1.6rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__archive--column__container__body__wrap .Item__text__tag span {
    padding: 0.128rem 0.256rem;
    border-radius: 1.024rem;
  }
}
.Page__archive--column__container__body__wrap .Item__text__tag .tag {
  background-color: #ede100;
}
.Page__archive--column__container__body__wrap .Item__text__tag .category {
  background-color: #ed6c00;
  color: #fff;
}
.Page__archive--column__container__body__wrap .Item__text__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #ed6c00;
}
.Page__archive--column__container__body__wrap .Item:hover .Item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.Page__archive--column__container__body__wrap .Item:hover .Item__text {
  background-color: #f9ebdd;
}

.Sidebar {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .Sidebar {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .Sidebar {
    width: 100%;
  }
}
.Sidebar__content .Title__sub {
  margin-bottom: 2rem;
}
.Sidebar__content__list {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__list {
    margin-bottom: 1.28rem;
  }
}
.Sidebar__content__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.Sidebar__content__list__item a:hover {
  background-color: #f9ebdd;
  border-radius: 3rem;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__list__item a:hover {
    border-radius: 1.92rem;
    padding: 0 0.64rem;
  }
}
.Sidebar__content__list__item a:hover .icon {
  background-color: #f9ebdd;
}
.Sidebar__content__list__item a .icon {
  padding: 0.8rem;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__list__item a .icon {
    padding: 0.512rem;
    margin-right: 1.28rem;
  }
}
.Sidebar__content__list__item a .icon__item img {
  width: 100%;
  width: 4rem;
  height: 4rem;
}
.Sidebar__content__list__item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  -webkit-column-rule: #553c16;
     -moz-column-rule: #553c16;
          column-rule: #553c16;
  position: relative;
}
.Sidebar__content__list__item a::before {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Sidebar__content__list__item a::after {
  content: "+";
  position: absolute;
  right: 0.5rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  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;
  color: #ed6c00;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Sidebar__content__list__item a:hover::before {
  background-color: #fff;
}
.Sidebar__content__list__item a:hover::after {
  color: #ed6c00;
}
.Sidebar__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__wrap {
    gap: 1.28rem;
  }
}
.Sidebar__content__wrap__item {
  width: 50%;
  background-color: #f9ebdd;
  border-radius: 1.2rem;
  padding: 2rem 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Sidebar__content__wrap__item:hover {
  background-color: #ed6c00;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Sidebar__content__wrap__item:hover h3 {
  color: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Sidebar__content__wrap__item .icon {
  margin: 0 auto;
  padding: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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;
  aspect-ratio: 1/1;
  width: 6.4rem;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__wrap__item .icon {
    padding: 0.768rem;
    margin-bottom: 0.64rem;
  }
}
.Sidebar__content__wrap__item .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.Sidebar__content__wrap__item h3 {
  color: #553c16;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Sidebar__content__news {
  margin-top: 5rem;
}
.Sidebar__content__news__item {
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  border-bottom: 1px dotted #d9d0c3;
}
.Sidebar__content__news__item time {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3rem;
  color: #553c16;
  line-height: 1.3rem;
  margin-bottom: 1rem;
  display: block;
}
.Sidebar__content__news__item h3 {
  font-size: 1.6rem;
  color: #ed6c00;
  line-height: 2.4rem;
  font-weight: 700;
}
.Sidebar__content__news__item:hover {
  background-color: #F9EBDD;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Sidebar__content__column .Item {
  border-radius: 2.4rem;
  width: 100%;
  margin-bottom: 2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__column .Item {
    border-radius: 1.536rem;
    width: calc((100% - 2.56rem) / 2);
    margin-bottom: 2rem;
    width: 100%;
    display: block;
  }
}
.Sidebar__content__column .Item__img {
  width: 100%;
  overflow: hidden;
  border-radius: 2.4rem 2.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__column .Item__img {
    height: 15rem;
  }
}
.Sidebar__content__column .Item__img img {
  width: 100%;
  border-radius: 2.4rem 2.4rem 0 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__column .Item__img img {
    border-radius: 1.536rem 1.536rem 0 0;
  }
}
.Sidebar__content__column .Item__text {
  background-color: #fff;
  border-radius: 0 0 2.4rem 2.4rem;
  padding: 1.6rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__column .Item__text {
    border-radius: 0 0 1.536rem 1.536rem;
    padding: 1.024rem;
  }
}
.Sidebar__content__column .Item__text__time {
  font-size: 1.3rem;
  font-weight: 700;
  color: #553c16;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__column .Item__text__time {
    font-size: 0.832rem;
    margin-bottom: 0.64rem;
  }
}
.Sidebar__content__column .Item__text__tag {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__column .Item__text__tag {
    margin-bottom: 0.64rem;
  }
}
.Sidebar__content__column .Item__text__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Sidebar__content__column .Item__text__tag span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #553c16;
  padding: 0.2rem 0.4rem;
  border-radius: 1.6rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__column .Item__text__tag span {
    font-size: 0.896rem;
    padding: 0.128rem 0.256rem;
    border-radius: 1.024rem;
  }
}
.Sidebar__content__column .Item__text__tag .tag {
  background-color: #ede100;
}
.Sidebar__content__column .Item__text__tag .category {
  background-color: #ed6c00;
}
.Sidebar__content__column .Item__text__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #ed6c00;
}
@media screen and (max-width: 768px) {
  .Sidebar__content__column .Item__text__title {
    font-size: 1.152rem;
    line-height: 1.664rem;
  }
}
.Sidebar__content__column .Item:hover .Item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.Sidebar__content__column .Item:hover .Item__text {
  background-color: #f9ebdd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.Page__fv--reservation {
  height: 18rem;
  margin: 2rem 0;
}

.Page__reservation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Page__reservation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.92rem;
    margin-bottom: 1.92rem;
  }
}
.Page__reservation__wrap__btn {
  background-color: #ed6c00;
  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;
  border-radius: 2.4rem;
  width: calc(50% - 4rem);
  height: 16rem;
}
@media screen and (max-width: 768px) {
  .Page__reservation__wrap__btn {
    border-radius: 1.536rem;
    width: 100%;
    height: 10.24rem;
  }
}
.Page__reservation__wrap__btn .big {
  font-size: 3.2rem;
  font-weight: 700;
  color: #f9ebdd;
}
@media screen and (max-width: 768px) {
  .Page__reservation__wrap__btn .big {
    font-size: 3.2rem;
    margin-bottom: 0.5rem;
  }
}
.Page__reservation__wrap__btn .min {
  font-size: 1.6rem;
  font-weight: 500;
  color: #f9ebdd;
}
.Page__reservation__content {
  background-color: #f9ebdd;
  padding: 4rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__reservation__content {
    padding: 1.56rem;
    border-radius: 1.536rem;
  }
}
.Page__reservation__content__title {
  color: #ED6C00;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__reservation__content__title {
    font-size: 1.856rem;
    line-height: 2.56rem;
    margin-bottom: 1.28rem;
  }
}
.Page__reservation__content__dis {
  color: #ED6C00;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  margin-bottom: 3rem;
}
.Page__reservation__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__reservation__content__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.536rem;
  }
}

.Menu__card {
  width: calc((100% - 4.8rem) / 3);
  border: 0.1rem solid #ede100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.3rem;
  height: 15.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Menu__card {
    width: 100%;
  }
}
.Menu__card:hover {
  opacity: 0.6;
  -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
  -webkit-box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.Menu__card__left {
  padding: 0 0.8rem;
  border-radius: 2.3rem 0 0 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ede100;
  width: 3.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Menu__card__left p {
  color: #553c16;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.Menu__card__main {
  padding: 1.8rem 2.4rem 1.8rem 2.4rem;
  background-color: #fff;
  width: 100%;
  border-radius: 0 2.3rem 2.3rem 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Menu__card__main {
    padding: 1.152rem 1.536rem 1.152rem 1.536rem;
  }
}
.Menu__card__main__head__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9rem;
  color: #ed6c00;
  margin-bottom: 1rem;
}
.Menu__card__main__head__dis {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #553c16;
  line-height: 2rem;
}
.Menu__card__main__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.Menu__card__main__btn span {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  color: #b8a832;
  position: relative;
  padding-left: 0;
  padding-right: 5rem;
}
.Menu__card__main__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 2px;
  background-color: #b8a832;
}
.Menu__card__main__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #b8a832;
}

.Page__single {
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .Page__single {
    padding-bottom: 4rem;
  }
}
.Page__single__container {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container {
    padding-top: 4rem;
  }
}
.Page__single__container__title {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #553c16;
  border-radius: 2.4rem;
  padding: 5.6rem 4rem;
  background: linear-gradient(121deg, #ffdc96, #ffebb6 21%, #ffd68e 40%, rgb(255, 217, 139) 56%, rgb(255, 221, 143) 75%, #fbd280 89%);
  position: relative;
  margin-bottom: 12rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .Page__single__container__title {
    font-size: 1.92rem;
    line-height: 2.72rem;
    border-radius: 1.92rem;
    padding: 2.88rem 3.2rem;
    margin-bottom: 4rem;
  }
}
.Page__single__container__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3rem;
  z-index: 10;
  border-radius: 2.4rem;
  z-index: -1;
  background: #ed6c00;
  height: 0.2rem;
  margin: 0px 0px 0px -80px;
  width: 80px;
  max-width: calc(100% + 80px);
}
@media screen and (max-width: 768px) {
  .Page__single__container__title::before {
    left: 2.4rem;
    border-radius: 1.92rem;
    height: 0.16rem;
    margin: 0px 0px 0px -64px;
    width: 64px;
  }
}
.Page__single__container__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Page__single__container__wrap__body {
  width: 80%;
  padding-right: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body {
    width: 100%;
    padding-right: 0;
  }
}
.Page__single__container__wrap__body__dis {
  font-size: 1.9rem !important;
  line-height: 2.9rem !important;
  font-weight: 700 !important;
  color: #ed6c00 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body__dis {
    font-size: 1.52rem !important;
    line-height: 2.32rem !important;
  }
}
.Page__single__container__wrap__body__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body__info {
    margin-bottom: 1.6rem;
  }
}
.Page__single__container__wrap__body__info__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Page__single__container__wrap__body__info__category span {
  background-color: #ede100;
  border-radius: 1.6rem;
  padding: 0.4rem 0.8rem;
  margin-right: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body__info__category span {
    border-radius: 1.28rem;
    padding: 0.32rem 0.64rem;
    margin-right: 0.8rem;
  }
}
.Page__single__container__wrap__body__info__time {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body__info__time {
    font-size: 1.28rem;
  }
}
.Page__single__container__wrap__body .Title__column {
  color: #ed6c00;
  font-weight: 700;
  line-height: 4.8rem;
  font-size: 3.2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Title__column {
    line-height: 3.84rem;
    font-size: 2.56rem;
    margin-bottom: 4rem;
  }
}
.Page__single__container__wrap__body .Thumbnail {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Thumbnail {
    margin-bottom: 2.4rem;
  }
}
.Page__single__container__wrap__body .Thumbnail img {
  width: 100%;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Thumbnail img {
    border-radius: 1.92rem;
  }
}
.Page__single__container__wrap__body .Shop {
  background-color: #f9f6c6;
}
.Page__single__container__wrap__body .Shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.56rem;
  }
}
.Page__single__container__wrap__body .Shop__container__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Shop__container__img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.Page__single__container__wrap__body .Shop__container__img img {
  width: 100%;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Shop__container__img img {
    border-radius: 1.92rem;
  }
}
.Page__single__container__wrap__body .Shop__container__text {
  width: 70%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Shop__container__text {
    width: 100%;
    padding-left: 0;
  }
}
.Page__single__container__wrap__body .Shop__container__text__title {
  font-size: 2.6rem;
  line-height: 2.6rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Shop__container__text__title {
    font-size: 2.08rem;
    line-height: 2.08rem;
    margin-bottom: 0.8rem;
  }
}
.Page__single__container__wrap__body .Shop__container__text__en {
  color: #ed6c00;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  border-bottom: 0.1rem solid #fff;
  margin-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Shop__container__text__en {
    font-size: 0.8rem;
    line-height: 0.8rem;
    border-bottom-width: 0.08rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.Page__single__container__wrap__body .Shop__container__text__dis {
  color: #553c16;
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Shop__container__text__dis {
    font-size: 1.12rem;
    line-height: 2.08rem;
    margin-bottom: 0.8rem;
  }
}
.Page__single__container__wrap__body .Mokuji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Mokuji {
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}
.Page__single__container__wrap__body .Mokuji .Item {
  border: 0.1rem solid #553c16;
  border-radius: 1.2rem;
  width: calc(33.333% - 2rem);
  display: block;
  padding: 1.6rem;
  position: relative;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Mokuji .Item {
    border-width: 0.08rem;
    border-radius: 0.96rem;
    width: calc(50% - 1.6rem);
    padding: 1.28rem;
    width: 100%;
    padding-right: 3rem;
  }
}
.Page__single__container__wrap__body .Mokuji .Item::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 2.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.8rem solid #ed6c00;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Mokuji .Item::before {
    right: 2.16rem;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-top: 0.64rem solid #ed6c00;
  }
}
.Page__single__container__wrap__body .Mokuji .Item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  opacity: 0;
  background-color: #fff;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Mokuji .Item::after {
    right: 1.2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.Page__single__container__wrap__body .Mokuji .Item:hover {
  background-color: #ed6c00;
  border: 0.1rem solid #ed6c00;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Mokuji .Item:hover {
    border-width: 0.08rem;
  }
}
.Page__single__container__wrap__body .Mokuji .Item:hover span {
  color: #fff;
}
.Page__single__container__wrap__body .Mokuji .Item:hover::before {
  border-top: 0.8rem solid #ed6c00;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Mokuji .Item:hover::before {
    border-top: 0.64rem solid #ed6c00;
  }
}
.Page__single__container__wrap__body .Mokuji .Item:hover::after {
  opacity: 1;
}
.Page__single__container__wrap__body .Mokuji .Item span {
  font-size: 1.6rem;
  color: #553c16;
  font-weight: 500;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Mokuji .Item span {
    font-size: 1.28rem;
    line-height: 2.24rem;
  }
}
.Page__single__container__wrap__body h2 {
  background-color: #f9ebdd;
  border-radius: 1.2rem;
  padding: 2.4rem 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #ed6c00;
  padding-left: 2rem;
  margin-top: 12rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body h2 {
    border-radius: 0.96rem;
    padding: 1.92rem 0.64rem;
    font-size: 1.6rem;
    padding-left: 1.6rem;
    margin-top: 4.8rem;
  }
}
.Page__single__container__wrap__body h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ed6c00;
  border-radius: 0 0.4rem 0.4rem 0;
  height: 3.2rem;
  width: 0.4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body h2::before {
    border-radius: 0 0.32rem 0.32rem 0;
    height: 2.56rem;
    width: 0.32rem;
  }
}
.Page__single__container__wrap__body p {
  font-size: 1.6rem;
  color: #553c16;
  line-height: 2.9rem;
  font-weight: 500;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body p {
    font-size: 1.28rem;
    line-height: 2.32rem;
    margin-top: 2.4rem;
  }
}
.Page__single__container__wrap__body ul {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body ul {
    margin-top: 2.4rem;
  }
}
.Page__single__container__wrap__body ul li {
  color: #553c16;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body ul li {
    font-size: 1.28rem;
    padding-left: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.Page__single__container__wrap__body ul li:last-of-type {
  margin-bottom: 0;
}
.Page__single__container__wrap__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #553c16;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body ul li::before {
    top: 0.8rem;
    width: 0.64rem;
    height: 0.64rem;
  }
}
.Page__single__container__wrap__body .Faq {
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 2.4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Faq {
    border-radius: 1.92rem;
    padding: 1.92rem;
    margin-top: 4rem;
  }
}
.Page__single__container__wrap__body .Faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Page__single__container__wrap__body .Faq__header h3 {
  margin-bottom: 0;
  color: #553c16;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Faq__header h3 {
    font-size: 1.28rem;
  }
}
.Page__single__container__wrap__body .Faq__icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Faq__icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.8rem;
  }
}
.Page__single__container__wrap__body .Faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.8rem solid #333;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Faq__icon::before {
    border-left: 0.48rem solid transparent;
    border-right: 0.48rem solid transparent;
    border-top: 0.64rem solid #333;
  }
}
.Page__single__container__wrap__body .Faq__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.Page__single__container__wrap__body .Faq__content p {
  font-size: 1.6rem;
  color: #553c16;
  line-height: 2.9rem;
  font-weight: 500;
  padding-left: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Faq__content p {
    font-size: 1.28rem;
    line-height: 2.32rem;
    padding-left: 1.6rem;
    margin-top: 1.6rem;
  }
}
.Page__single__container__wrap__body .Faq.is-open .Faq__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Page__single__container__wrap__body .Faq.is-open .Faq__content {
  max-height: 100rem;
}
.Page__single__container__wrap__body .Symptom {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Symptom {
    margin-top: 2.4rem;
  }
}
.Page__single__container__wrap__body .Symptom__item {
  background-color: #fff !important;
  border-radius: 1.4rem;
  padding: 1.6rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Symptom__item {
    border-radius: 1.12rem;
    padding: 1.28rem 1.92rem;
  }
}
.Page__single__container__wrap__body .Symptom__item::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  background-color: #553c16;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Symptom__item::before {
    width: 2.56rem;
    height: 2.56rem;
    right: 1.6rem;
    top: 49%;
  }
}
.Page__single__container__wrap__body .Symptom__item::after {
  content: "+";
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  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;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Symptom__item::after {
    width: 2.56rem;
    height: 2.56rem;
    font-size: 1.44rem;
    right: 1.6rem;
  }
}
.Page__single__container__wrap__body .Symptom__item:hover::before {
  background-color: #ed6c00;
}
.Page__single__container__wrap__body .Symptom__item:hover::after {
  color: #fff;
}
.Page__single__container__wrap__body .Symptom__item:hover {
  background-color: #f9ebdd !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.Page__single__container__wrap__body .Symptom__item__img {
  width: 6%;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Symptom__item__img {
    width: 10%;
  }
}
.Page__single__container__wrap__body .Symptom__item__img img {
  width: 100%;
}
.Page__single__container__wrap__body .Symptom__item__text {
  width: 94%;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Symptom__item__text {
    width: 90%;
    padding-right: 2.56rem;
    padding-left: 1rem;
  }
}
.Page__single__container__wrap__body .Symptom__item__text__title {
  margin-top: 0;
  font-weight: bold;
  color: #553c16;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Symptom__item__text__title {
    font-size: 1.28rem;
  }
}
.Page__single__container__wrap__body .Symptom__item__text__dis {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.6rem;
  color: #553c16;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Symptom__item__text__dis {
    font-size: 1.28rem;
  }
}
.Page__single__container__wrap__body .Case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard {
  border-radius: 2.4rem;
  overflow: hidden;
  margin-bottom: 3rem;
  width: calc(33.333% - 2rem);
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard {
    border-radius: 1.92rem;
    margin-bottom: 2.4rem;
    width: 100%;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__image {
  width: 100%;
  height: 15rem;
  overflow: hidden;
  background-color: #e0e0e0;
  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;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__image {
    height: 19.2rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Page__single__container__wrap__body .Case .CaseCard__content {
  padding: 1.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__content {
    padding: 1.12rem;
    border-radius: 0 0 1.92rem 1.92rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__tags {
    gap: 0.64rem;
    margin-bottom: 1.28rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__tag {
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__tag {
    padding: 0.24rem 0.8rem;
    border-radius: 1.6rem;
    font-size: 1.04rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__tag--gender {
  background-color: #FFF200;
  color: #333;
}
.Page__single__container__wrap__body .Case .CaseCard__tag--age {
  background-color: #FFF200;
  color: #333;
}
.Page__single__container__wrap__body .Case .CaseCard__tag--symptom {
  background-color: #FF6B00;
  color: #fff;
}
.Page__single__container__wrap__body .Case .CaseCard__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FF6B00;
  line-height: 1.6;
  margin-bottom: 0.7rem;
  border-bottom: 0.1rem solid #e0e0e0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__title {
    font-size: 1.28rem;
    margin-bottom: 0.56rem;
    border-bottom-width: 0.08rem;
    padding-bottom: 0.8rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__toggle {
  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;
  width: 100%;
  padding: 1.2rem;
  background: none;
  border: none;
  cursor: pointer;
  gap: 0.8rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__toggle {
    padding: 0.96rem;
    gap: 0.64rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__toggle:hover {
  opacity: 0.7;
}
.Page__single__container__wrap__body .Case .CaseCard__toggle-text {
  font-size: 1.4rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__toggle-text {
    font-size: 1.12rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__toggle-icon {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__toggle-icon {
    width: 0.96rem;
    height: 0.96rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.8rem solid #333;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__toggle-icon::before {
    border-left: 0.48rem solid transparent;
    border-right: 0.48rem solid transparent;
    border-top: 0.64rem solid #333;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__detail {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  background-color: #fff;
  margin-top: -2.4rem;
  padding-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__detail {
    margin-top: -1.92rem;
    padding-top: 1.92rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__section:first-child {
  padding-top: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__section:first-child {
    padding-top: 1.92rem;
    margin-bottom: 1.6rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__section:last-child {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__section:last-child {
    padding-bottom: 1.92rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__section-title {
    gap: 0.64rem;
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard__section-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #666;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Case .CaseCard__section-text {
    font-size: 1.12rem;
  }
}
.Page__single__container__wrap__body .Case .CaseCard.is-open .CaseCard__toggle-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Page__single__container__wrap__body .Case .CaseCard.is-open .CaseCard__detail {
  max-height: 200rem;
}
.Page__single__container__wrap__body .Flow {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Flow {
    margin-top: 2.4rem;
  }
}
.Page__single__container__wrap__body .Flow__item {
  border: 0.1rem solid #d9d0c3;
  padding: 1.6rem 2.4rem;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Flow__item {
    border-width: 0.08rem;
    padding: 1.28rem 1.92rem;
    border-radius: 0.96rem;
    margin-bottom: 1.6rem;
  }
}
.Page__single__container__wrap__body .Flow__item__left {
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Flow__item__left {
    width: 20%;
  }
}
.Page__single__container__wrap__body .Flow__item__left span {
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: #ffc18e;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Flow__item__left span {
    font-size: 2.56rem;
    line-height: 2.56rem;
  }
}
.Page__single__container__wrap__body .Flow__item__right {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Flow__item__right {
    width: 80%;
  }
}
.Page__single__container__wrap__body .Flow__item__right__title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #ed6c00;
  margin-bottom: 2rem;
  border-bottom: none;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Flow__item__right__title {
    font-size: 1.44rem;
    line-height: 2.08rem;
    margin-bottom: 1.6rem;
  }
}
.Page__single__container__wrap__body .Flow__item__right__dis {
  font-size: 1.6rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: #553c16;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Flow__item__right__dis {
    font-size: 1.28rem;
    line-height: 2.32rem;
  }
}
.Page__single__container__wrap__body .Price {
  background-color: #ed6c00;
  border-radius: 2.4rem;
  margin: 12rem 0 0 0;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price {
    border-radius: 1.92rem;
    margin: 4.8rem 0 0 0;
    padding: 3.2rem;
  }
}
.Page__single__container__wrap__body .Price__title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__title {
    font-size: 1.36rem;
    margin-bottom: 0.8rem;
    padding-left: 1.6rem;
  }
}
.Page__single__container__wrap__body .Price__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ede100;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__title::before {
    height: 1.12rem;
    width: 1.12rem;
  }
}
.Page__single__container__wrap__body .Price__dis {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 5rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__dis {
    font-size: 1.2rem;
    margin-bottom: 4rem;
  }
}
.Page__single__container__wrap__body .Price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__wrap {
    gap: 1.6rem;
  }
}
.Page__single__container__wrap__body .Price__wrap__box {
  border: 0.1rem solid #ede100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.3rem;
  width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__wrap__box {
    width: 100%;
    border-width: 0.08rem;
    border-radius: 1.84rem;
  }
}
.Page__single__container__wrap__body .Price__wrap__box:hover {
  opacity: 0.6;
  -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
  -webkit-box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.Page__single__container__wrap__body .Price__wrap__box__title {
  background-color: #ede100;
  padding: 0 0.8rem;
  border-radius: 2.3rem 0 0 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__wrap__box__title {
    padding: 0 0.64rem;
    border-radius: 1.84rem 0 0 1.84rem;
  }
}
.Page__single__container__wrap__body .Price__wrap__box__title h3 {
  color: #553c16;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__wrap__box__title h3 {
    font-size: 1.28rem;
  }
}
.Page__single__container__wrap__body .Price__wrap__box__main {
  border-radius: 0 2.3rem 2.3rem 0;
  background-color: #fff;
  width: 100%;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__wrap__box__main {
    border-radius: 0 1.84rem 1.84rem 0;
    padding: 1.92rem;
  }
}
.Page__single__container__wrap__body .Price__wrap__box__main__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ed6c00;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__wrap__box__main__title {
    font-size: 1.44rem;
    margin-bottom: 0.96rem;
  }
}
.Page__single__container__wrap__body .Price__wrap__box__main__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__wrap__box__main__info {
    margin-bottom: 0.96rem;
  }
}
.Page__single__container__wrap__body .Price__wrap__box__main__info .tip {
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #f9ebdd;
  border: 0.1rem solid #ed6c00;
  color: #553c16;
  padding: 0.1rem 0.7rem;
  border-radius: 0.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__wrap__box__main__info .tip {
    font-size: 1.12rem;
    border-width: 0.08rem;
    padding: 0.08rem 0.56rem;
    border-radius: 0.48rem;
    margin-right: 0.8rem;
  }
}
.Page__single__container__wrap__body .Price__wrap__box__main__info .price {
  color: #553c16;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__wrap__box__main__info .price {
    font-size: 1.28rem;
  }
}
.Page__single__container__wrap__body .Price__wrap__box__main__dis {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.2rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Price__wrap__box__main__dis {
    font-size: 1.04rem;
    margin-bottom: 0.96rem;
  }
}
.Page__single__container__wrap__body .Price__wrap__box__main .btn {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
  color: #b8a832;
  position: relative;
  padding-left: 0;
  padding-right: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.Page__single__container__wrap__body .Price__wrap__box__main .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 2px;
  background-color: #b8a832;
}
.Page__single__container__wrap__body .Price__wrap__box__main .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #b8a832;
}
.Page__single__container__wrap__body .List__accordion {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .List__accordion {
    margin-top: 2.4rem;
  }
}
.Page__single__container__wrap__body .List__accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .List__accordion-header {
    padding: 0.4rem 0;
  }
}
.Page__single__container__wrap__body .List__accordion-question {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  padding-left: 2.4rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .List__accordion-question {
    font-size: 1.28rem;
    padding-left: 1.92rem;
  }
}
.Page__single__container__wrap__body .List__accordion-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #333;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .List__accordion-question::before {
    top: 0.72rem;
    width: 0.48rem;
    height: 0.48rem;
  }
}
.Page__single__container__wrap__body .List__accordion-toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  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-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .List__accordion-toggle {
    width: 2.56rem;
    height: 2.56rem;
    margin-right: 0.8rem;
  }
}
.Page__single__container__wrap__body .List__accordion-icon {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .List__accordion-icon {
    width: 0.96rem;
    height: 0.96rem;
  }
}
.Page__single__container__wrap__body .List__accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.8rem solid #666;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .List__accordion-icon::before {
    border-left: 0.48rem solid transparent;
    border-right: 0.48rem solid transparent;
    border-top: 0.64rem solid #666;
  }
}
.Page__single__container__wrap__body .List__accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.Page__single__container__wrap__body .List__accordion-content p {
  background-color: #fff;
  border-radius: 1.4rem;
  padding: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #666;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .List__accordion-content p {
    border-radius: 1.12rem;
    padding: 1.28rem;
    font-size: 1.12rem;
  }
}
.Page__single__container__wrap__body .List__accordion-item.is-open .List__accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Page__single__container__wrap__body .List__accordion-item.is-open .List__accordion-toggle {
  background-color: #FF6B00;
}
.Page__single__container__wrap__body .List__accordion-item.is-open .List__accordion-toggle .List__accordion-icon::before {
  border-top-color: #fff;
}
.Page__single__container__wrap__body .List__accordion-item.is-open .List__accordion-content {
  max-height: 50rem;
  padding: 0 2.4rem 2rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .List__accordion-item.is-open .List__accordion-content {
    padding: 0 1.92rem 1.6rem 1.92rem;
  }
}
.Page__single__container__wrap__body .Treatment {
  background-color: #f9ebdd;
  padding: 4rem;
  border-radius: 2.4rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Treatment {
    padding: 2.56rem;
    border-radius: 1.536rem;
    margin-top: 4.48rem;
  }
}
.Page__single__container__wrap__body .Treatment .Title__circle {
  margin-bottom: 2rem;
  border-bottom: none;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Treatment .Title__circle {
    margin-bottom: 1.28rem;
  }
}
.Page__single__container__wrap__body .Treatment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Treatment__wrap {
    gap: 2.048rem;
  }
}
.Page__single__container__wrap__body .Treatment__wrap .Item {
  border-radius: 2.4rem;
  aspect-ratio: 1/1;
  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;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((100% - 6.4rem) / 3);
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Treatment__wrap .Item {
    border-radius: 1.536rem;
    width: calc((100% - 2.048rem) / 2);
    height: 12.8rem;
  }
}
.Page__single__container__wrap__body .Treatment__wrap .Item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #423727;
  border-radius: 2.4rem;
  opacity: 0.6;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Treatment__wrap .Item::before {
    border-radius: 1.536rem;
  }
}
.Page__single__container__wrap__body .Treatment__wrap .Item__img {
  width: 11.2rem;
  height: 11.2rem;
  margin: 0 auto;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  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;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Treatment__wrap .Item__img {
    width: 7rem;
    height: 7rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.Page__single__container__wrap__body .Treatment__wrap .Item__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page__single__container__wrap__body .Treatment__wrap .Item__title {
  font-size: 1.9rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .Page__single__container__wrap__body .Treatment__wrap .Item__title {
    font-size: 1.216rem;
    line-height: 1.216rem;
  }
}
.Page__single__container__wrap__body .Treatment__wrap .Item:hover {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.Page__single__container__wrap__body .Treatment__wrap .Item:hover::before {
  background: #ed6c00;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 1;
}
.Page__single__container__wrap__body .Treatment__wrap .Item:hover .Item__img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.Page__single__container__wrap__body .Treatment__wrap .Item:hover .Item__title {
  color: #fff;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.Column__relation {
  padding-top: 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Column__relation {
    padding-top: 16rem;
  }
}
.Column__relation::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #d9d0c3;
  margin-bottom: 4rem;
  height: 30rem;
  border-radius: 1.4rem;
  background: #f9ebdd;
  position: absolute;
  top: 10rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .Column__relation::before {
    height: 24rem;
    margin-bottom: 3.2rem;
    border-radius: 1.12rem;
    top: 8rem;
  }
}
.Column__relation .Title__sub {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Column__relation .Title__sub {
    margin-bottom: 1.6rem;
  }
}
.Column__relation__wrap {
  max-width: 90%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .Column__relation__wrap {
    gap: 3.2rem;
  }
}
.Column__relation__wrap .Item {
  border-radius: 2.4rem;
  width: calc(33.333% - 2.67rem);
}
@media screen and (max-width: 768px) {
  .Column__relation__wrap .Item {
    width: 100%;
  }
}
.Column__relation__wrap .Item__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Column__relation__wrap .Item__img {
    height: 15rem;
  }
}
.Column__relation__wrap .Item__img img {
  width: 100%;
  border-radius: 2.4rem 2.4rem 0 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .Column__relation__wrap .Item__img img {
    border-radius: 1.92rem 1.92rem 0 0;
  }
}
.Column__relation__wrap .Item__text {
  background-color: #fff;
  border-radius: 0 0 2.4rem 2.4rem;
  padding: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Column__relation__wrap .Item__text {
    border-radius: 0 0 1.92rem 1.92rem;
    padding: 1.28rem;
  }
}
.Column__relation__wrap .Item__text__time {
  font-size: 1.3rem;
  font-weight: 700;
  color: #553c16;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Column__relation__wrap .Item__text__time {
    font-size: 1.04rem;
    margin-bottom: 0.8rem;
  }
}
.Column__relation__wrap .Item__text__tag {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Column__relation__wrap .Item__text__tag {
    margin-bottom: 0.8rem;
  }
}
.Column__relation__wrap .Item__text__tag span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #553c16;
  background-color: #ede100;
  padding: 0.2rem 0.4rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 768px) {
  .Column__relation__wrap .Item__text__tag span {
    font-size: 1.12rem;
    padding: 0.16rem 0.32rem;
    border-radius: 1.28rem;
  }
}
.Column__relation__wrap .Item__text__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #ed6c00;
}
@media screen and (max-width: 768px) {
  .Column__relation__wrap .Item__text__title {
    font-size: 1.44rem;
    line-height: 2.08rem;
  }
}

.column__body h2 {
  color: #ed6c00;
  background-color: #f9ebdd;
  font-size: 2.9rem;
  line-height: 1.5;
  margin-top: 5.6rem;
  padding: 0.8rem;
}
@media screen and (max-width: 768px) {
  .column__body h2 {
    font-size: 2.32rem;
    margin-top: 4.48rem;
    padding: 0.64rem;
  }
}
.column__body h2::before {
  display: none;
}
.column__body h3 {
  border-bottom: 0.1rem dotted #ed6c00;
  color: #ed6c00;
  font-size: 1.9rem;
  line-height: 2.9rem;
  font-weight: 700;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .column__body h3 {
    border-bottom-width: 0.08rem;
    font-size: 1.52rem;
    line-height: 2.32rem;
    margin-top: 3.2rem;
  }
}
.column__body p {
  margin-top: 2rem;
}/*# sourceMappingURL=style.css.map */