@charset "UTF-8";
/*
Theme Name: Shiuchi Primary Care Clinic
Theme URI: https://example.com/
Author: 
Description: Theme for しうちプライマリ・ケアクリニック
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: shiuchi-clinic
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
param {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background: #FDFBF8;
  color: #000;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  border: 0;
  outline: 0;
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}

html {
  font-size: 10px;
}

body {
  line-height: 1.7;
  font-family: "Noto Sans JP", serif;
  color: #535353;
  word-break: break-all;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}

a:hover,
a:focus,
a:visited {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.clear {
  clear: both;
}

br {
  font-size: 0;
}

.hv-o:hover {
  opacity: 0.7;
}

.cs-fadein {
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 0.5s ease;
}

.cs-fadein.show {
  opacity: 1;
  transform: none;
}

.btn-hamberger {
  width: 5rem;
  height: 5rem;
  position: relative;
  cursor: pointer;
}

.btn-hamberger span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10rem;
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-hamberger::before,
.btn-hamberger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}

.btn-hamberger::before {
  top: 20%;
  left: 0;
}

.btn-hamberger::after {
  bottom: 20%;
  left: 0;
}

.btn-hamberger.is-active span {
  opacity: 0;
}

.btn-hamberger.is-active::before {
  transform: rotate(45deg);
  top: 50%;
}

.btn-hamberger.is-active::after {
  transform: rotate(-45deg);
  top: 50%;
  bottom: auto;
}

@media (max-width: 1700px) {
  html {
    font-size: 0.55vw;
  }
}
@media (max-width: 999px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.67vw;
  }
  .view-pc {
    display: none !important;
  }
}
main {
  background-color: #FDFBF8;
}

.d-block {
  display: block;
}

.btn,
.btn :hover,
.btn :focus,
.btn :visited {
  border: 1px solid #A8978D;
}

.btn {
  min-width: 24.8rem;
  width: -moz-max-content;
  width: max-content;
  padding: 0 6rem 0 2rem;
  height: 6rem;
  border-radius: 10rem;
  background: #fff;
  color: #7A6953;
  font-size: max(1.8rem, 16px);
  line-height: 1.7;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .btn {
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: -moz-max-content;
    width: max-content;
    min-width: 17rem;
    height: 5rem;
    padding: 0 5rem 0 2rem;
    font-size: max(1.5rem, 16px);
  }
}
.btn:hover {
  color: #fff;
  background: #F08300;
  border: 1px solid #F08300;
  transition: all 0.3s ease-in-out;
}
.btn:hover::before {
  background: url("./assets/img/btn-white.png") no-repeat center/cover;
  transition: all 0.2s ease-in-out;
}
.btn .icon-arrow {
  position: absolute;
}
.btn::before {
  position: absolute;
  content: "";
  width: max(2rem, 20px);
  height: max(2rem, 20px);
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  background: url("./assets/img/btn.png") no-repeat center/cover;
  transition: all 0.2s ease-in-out;
}

.h1-flow {
  display: none;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5rem 0;
  text-align: center;
  right: 0;
  line-height: 1.3;
  background-color: rgb(143, 195, 31);
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .h1-flow {
    padding: 0.6rem 1.5rem;
    font-size: 1.4rem;
  }
}

.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 13rem;
}
@media screen and (max-width: 1500px) {
  .banner-page {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 10.6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    margin-top: 6rem;
  }
}
.banner-page img {
  width: 100%;
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .banner-page img {
    height: 35rem;
  }
}
.banner-page .banner-page-title {
  padding: 0.6rem 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: rgb(143, 195, 31);
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  max-width: 50rem;
  width: -moz-max-content;
  width: max-content;
}

.brecum-page-ul {
  font-size: max(1.6rem, 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  color: rgb(143, 195, 31);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.brecum-page-ul .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #535353;
  border-right: 1px solid #535353;
  transform: rotate(45deg);
}
.brecum-page-ul a {
  color: #535353;
  transition: all 0.3s ease-in-out;
}
.brecum-page-ul a:hover {
  color: rgb(143, 195, 31);
}

.cont-1200 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.cont {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.under-list-ul {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  border: max(0.2rem, 1px) solid rgb(143, 195, 31);
  border-radius: 1rem;
  padding: 1.8rem 4rem 3.8rem;
  background-color: #fff;
  line-height: 1.4;
}
.under-list-ul a {
  padding-left: 0.3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 3.5rem;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #cec9c6;
  transition: all 0.3s ease-in-out;
}
.under-list-ul a:before {
  content: "";
  position: absolute;
  width: max(1rem, 8px);
  height: max(1rem, 8px);
  background: rgb(143, 195, 31);
  -webkit-mask: url("./assets/img/icon_arrow.svg") center/100% no-repeat;
          mask: url("./assets/img/icon_arrow.svg") center/100% no-repeat;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
}
.under-list-ul a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s ease-in-out;
  background-color: rgb(143, 195, 31);
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: rgb(143, 195, 31);
    padding-left: 0.7rem;
  }
  .under-list-ul a:hover:after {
    width: 100%;
  }
  .under-list-ul a:hover:before {
    animation: arrowMove 0.6s ease 0s 1 both;
  }
}

.setting-title h3 {
  letter-spacing: 0.3rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 4rem;
  position: relative;
}
.setting-title h3::first-letter {
  color: rgb(240, 131, 0);
}
@media screen and (max-width: 999px) {
  .setting-title h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    margin-bottom: 2.5rem;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h3.sp-ls0 {
    letter-spacing: 0;
  }
}

.setting-title h2 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .setting-title h2 {
    font-size: 3rem;
    margin-bottom: 3.3rem;
  }
}

.setting-title h4 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  background-color: rgb(153, 218, 250);
  padding: 1rem 1.5rem;
  border-bottom: max(0.3rem, 1px) dashed #fff;
  color: #fff;
  padding-top: 0;
}
.setting-title h4:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-image: url(./assets/img/logo-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1rem;
  transform: translateY(0.7rem);
}
@media screen and (max-width: 999px) {
  .setting-title h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .setting-title h4 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
    letter-spacing: 0.1rem;
  }
}

.setting-title h6 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.setting-title h6:before {
  content: "";
  display: block;
  width: 2rem;
  height: max(0.4rem, 2px);
  background-color: rgb(143, 195, 31);
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .setting-title h6 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.pt {
  padding-top: 7.6rem;
}

.pb {
  padding-bottom: 10rem;
}

.txt-bold {
  font-weight: bold !important;
}

.default-txt a {
  text-decoration: underline;
  color: rgb(143, 195, 31);
}
@media screen and (min-width: 768px) {
  .default-txt a:hover {
    text-decoration: none;
  }
}
.default-txt {
  font-size: max(1.8rem, 16px);
  color: #7A6953;
}
@media screen and (max-width: 767px) {
  .default-txt {
    font-size: max(1.5rem, 16px);
  }
}

.white-txt {
  font-size: max(1.8rem, 16px);
  color: #fff;
}
.white-txt--interview {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .white-txt {
    font-size: max(1.5rem, 16px);
  }
}

.endoscopy {
  display: grid;
  grid-template-columns: 58.5% 38.2%;
  justify-content: space-between;
  align-items: flex-start;
}
.endoscopy .endoscopy__image img {
  border-radius: 1.5rem;
  width: 100%;
}

.endoscopy.endoscopy-row-reque {
  grid-template-columns: 38.2% 58.5%;
  grid-template-areas: "right left";
}

.endoscopy.endoscopy-row-reque .endoscopy__text {
  grid-area: left;
}

.endoscopy.endoscopy-row-reque .endoscopy__image {
  grid-area: right;
}

.setting-title h5 {
  font-size: 2.3rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2.2rem;
  margin-top: 4rem;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.3rem;
  color: rgb(233, 113, 123);
  padding-top: 0;
  border-bottom: 6px double rgb(233, 113, 123);
}

.m_kakomi__checklist {
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 2;
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
}
.m_kakomi__checklist li {
  padding-left: 3.4rem;
  background-image: url(./assets/img/icon_check.png);
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: top 0.8rem left 0.1rem;
}
.m_kakomi__checklist li a {
  text-decoration: underline;
  color: rgb(143, 195, 31);
}
@media screen and (min-width: 768px) {
  .m_kakomi__checklist li a:hover {
    text-decoration: none;
  }
}

.m_kakomi {
  border-radius: 1rem;
  padding: 3rem 3rem;
  background-color: #e1f5ff;
  border: 0.6rem solid #209DDC;
}

.m_kakomi__alltext--pt {
  margin-top: 1.7rem;
}
.m_kakomi__alltext--pt li + li {
  margin-top: 1.7rem;
}

.m_kakomi__checklist--3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.m_kakomi__checklist--1col {
  grid-template-columns: 1fr;
}

.setting-mgt0 {
  margin-top: 0 !important;
}

.m_kakomi02 {
  padding: 3rem 3rem 4rem;
  margin-top: 3rem;
  background-color: rgb(246, 244, 239);
  border-radius: 1rem;
}
.m_kakomi02 h1,
.m_kakomi02 h2,
.m_kakomi02 h3,
.m_kakomi02 h4,
.m_kakomi02 h5,
.m_kakomi02 h6 {
  margin-top: 0 !important;
}

.m_kakomi02_box-stiker {
  font-size: 2rem;
  padding: 0.3em 0.5em 0.3em;
  margin-bottom: 1.9rem;
  background-color: rgb(156, 101, 185);
  color: #fff;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .m_kakomi02_box-stiker {
    font-size: max(1.5rem, 16px);
  }
}

.default-txt-mini {
  font-size: max(1.4rem, 10px);
  line-height: 2;
}

.m_kakomi02-img {
  padding-top: 1.4rem;
}

.m_kakomi02-img img {
  border-radius: 2rem;
  width: 100%;
}

.m_kakomi02-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 36.36%;
  -moz-column-gap: 5.8%;
       column-gap: 5.8%;
}

.m_kakomi02_box_list li + li {
  margin-top: 2.9rem;
  padding-top: 3rem;
  border-top: 1px dashed rgb(143, 195, 31);
}

.import-youtube iframe {
  width: 100%;
  height: 49.7rem;
}

.m_flow {
  padding-left: 2rem;
  margin-top: 6.5rem;
}
.m_flow h2,
.m_flow h3,
.m_flow h4,
.m_flow h5,
.m_flow h6 {
  margin-top: 0 !important;
}
.m_flow li {
  border-radius: 2rem;
  padding: 3.9rem 6rem 6rem;
  border: 2px solid #cec9c6;
  position: relative;
}
.m_flow li + li {
  margin-top: 6.5rem;
}
.m_flow li + li:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #535353;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #535353;
  margin-bottom: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.15rem;
}

.m_flow_step {
  width: 8rem;
  height: 8rem;
  top: -3.7rem;
  left: -2.2rem;
  padding-top: 1rem;
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  border-radius: 100rem;
  background-color: rgb(143, 195, 31);
  color: #fff;
  letter-spacing: 0.2rem;
}
.m_flow_step span {
  font-size: 3rem;
  line-height: 1;
}

.m_flow-img {
  padding-top: 1.4rem;
}

.m_flow-img img {
  width: 100%;
  border-radius: 2rem;
}

.m_flow-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 39.7%;
  -moz-column-gap: 6.1%;
       column-gap: 6.1%;
}

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(120%, -50%);
  }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .banner-page img {
    height: 25rem;
    -o-object-position: center center;
       object-position: center center;
  }
  .banner-page .banner-page-title {
    padding: 0.6rem 1.5rem;
    font-size: 2.2rem;
    max-width: 32rem;
    top: 50%;
  }
  .brecum-page-ul {
    font-size: 1.4rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .under-list-ul {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    display: block;
    border: 0.1rem solid rgb(143, 195, 31);
    padding-left: 1.8rem;
    padding-top: 1.3rem;
    padding-bottom: 2.5rem;
    padding-right: 1.8rem;
  }
  .under-list-ul a {
    min-height: 4.4rem;
    padding-left: 0.5rem;
    padding-top: 0.7rem;
    padding-right: 3rem;
    padding-bottom: 0.7rem;
    border-bottom: 0.1rem solid #cec9c6;
  }
  .under-list-ul a:before {
    width: 0.8rem;
    height: 0.8rem;
    right: 0.6rem;
  }
  .under-list-ul a:after {
    bottom: -0.1rem;
    height: 0.1rem;
  }
  .pt {
    padding-top: 3.7rem;
  }
  .pb {
    padding-bottom: 4.5rem;
  }
  .endoscopy {
    display: flex;
    flex-direction: column-reverse;
  }
  .endoscopy .endoscopy__image {
    width: 100%;
    margin-bottom: 1.8rem;
  }
  .endoscopy .endoscopy__image img {
    aspect-ratio: 16/11;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .setting-title h5 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
  }
  .m_kakomi {
    padding: 2.25rem 1.5rem;
  }
  .m_kakomi__checklist {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .m_kakomi__checklist li {
    padding-left: 2.5rem;
    background-image: url(./assets/img/icon_check.png);
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    background-position: top 0.5rem left 0.1rem;
  }
  .m_kakomi__checklist li + li {
    margin-top: 1.1rem;
  }
  .m_kakomi__alltext--pt {
    margin-top: 1.3rem;
  }
  .m_kakomi__alltext--pt li + li {
    margin-top: 1.3rem;
  }
  .m_kakomi02 {
    padding: 3rem 1.5rem;
    margin-top: 1.8rem;
  }
  .m_kakomi02_box-stiker {
    padding-top: 0.29rem;
    padding-bottom: 0.43rem;
    padding-left: 1.45rem;
    padding-right: 1.45rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .m_kakomi02_box_list li + li {
    margin-top: 3rem;
    border-top: 0.1rem dashed rgb(143, 195, 31);
  }
  .m_kakomi02-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_kakomi02-img {
    padding-top: 0;
    margin-bottom: 1.3rem;
  }
  .default-txt-mini {
    font-size: 1rem;
  }
  .import-youtube iframe {
    height: 50rem;
  }
  .m_flow {
    padding-left: 0;
    margin-top: 4.5rem;
  }
  .m_flow li {
    padding: 2.25rem;
    padding-top: 3rem;
    border: 0.2rem solid #cec9c6;
  }
  .m_flow li + li {
    margin-top: 6.7rem;
  }
  .m_flow_step {
    width: 5.2rem;
    height: 5.2rem;
    top: -2.6rem;
    left: -1rem;
    padding-top: 0.7rem;
    font-size: 0.9rem;
  }
  .m_flow_step span {
    font-size: 2rem;
  }
  .tlt-style-line {
    font-size: 1.8rem;
    padding-bottom: 1.1rem;
    border-bottom: 0.2rem solid #423e3e;
    margin-bottom: 2.2rem;
  }
  .m_flow-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_flow-img {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.m_page_links-item {
  font-size: max(1.8rem, 14px);
  line-height: 1.4;
  background-color: #fff;
  padding: 1.2rem 1.8rem;
  border: max(1px, 0.1rem) solid rgb(143, 195, 31) !important;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.m_page_links-item:hover, .m_page_links-item.is-active {
  background-color: rgb(143, 195, 31);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m_page_links-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    height: 100%;
    text-align: center;
    font-size: max(1.4rem, 14px);
    letter-spacing: 0.1rem;
  }
}

.m_page_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .m_page_links {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .m_page_links {
    gap: 1rem;
    justify-content: flex-start;
  }
  .m_page_links li {
    width: calc((100% - 1rem) / 2);
  }
}

.under-list-style2-ul-item {
  display: flex;
  align-items: center;
  background-color: rgb(143, 195, 31);
  padding: 0.9rem 4rem 1rem 2rem;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.3rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul-item {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.under-list-style2-ul-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: max(0.8rem, 5px);
  height: max(0.8rem, 5px);
  border-right: max(1px, 0.2rem) solid #fff;
  border-bottom: max(1px, 0.2rem) solid #fff;
  transform: translateY(-75%) rotate(45deg);
}

.under-list-style2-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul {
    display: block;
  }
  .under-list-style2-ul li + li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .under-list-style2.col1 .under-list-style2-ul {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .under-list-style2.col2 .under-list-style2-ul {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  .under-list-style2.col2 .under-list-style2-ul li {
    width: calc((100% - 1rem) / 2);
  }
  .under-list-style2.col3 .under-list-style2-ul li {
    width: calc((100% - 2rem) / 3);
  }
  .under-list-style2.col4 .under-list-style2-ul li {
    width: calc((100% - 3rem) / 4);
  }
}

.address__map {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .address__map {
    height: 30rem;
  }
}

.q_box {
  position: relative;
  cursor: pointer;
}
.q_box .toggle-iconplus {
  position: absolute;
  top: 1.3rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .q_box .toggle-iconplus {
    top: 1rem;
    right: 0;
  }
}
.q_box .toggle-iconplus:before, .q_box .toggle-iconplus:after {
  content: "";
  width: 3rem;
  height: max(2px, 0.4rem);
  background-color: rgb(143, 195, 31);
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .q_box .toggle-iconplus:before, .q_box .toggle-iconplus:after {
    width: 2rem;
  }
}
.q_box .toggle-iconplus:after {
  transform: rotate(90deg);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.q_box.is-active .toggle-iconplus:after {
  opacity: 0;
  transform: rotate(0);
  visibility: hidden;
}

.qa_box-gr {
  font-size: max(1.8rem, 16px);
  color: #7A6953;
}
@media screen and (max-width: 767px) {
  .qa_box-gr {
    font-size: max(1.5rem, 16px);
  }
}
.qa_box-gr .qa_box_item .q_box-tlt {
  font-weight: 400;
  line-height: 1.7;
  color: rgb(143, 195, 31);
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: rgba(92, 194, 215, 0.2588235294);
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt {
    padding-right: 3.5rem;
  }
}
.qa_box-gr .qa_box_item .q_box-tlt:before {
  content: "Q.";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  color: rgb(143, 195, 31);
  display: inline-block;
  transform: translateY(-0.3rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box-tlt {
  padding: 0 6rem 0 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt {
    padding-right: 0;
  }
}
.qa_box-gr .qa_box_item .a_box-tlt:before {
  content: "A.";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  display: inline-block;
  transform: translateY(-1rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box {
  padding-top: 1.5rem;
  display: none;
}
.qa_box-gr .qa_box_item + .qa_box_item {
  border-top: max(1px, 0.1rem) solid rgb(143, 195, 31);
  padding-top: 2rem;
  margin-top: 2rem;
}

.archive-post-list {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .archive-post-list {
    font-size: 1.6rem;
  }
}
.archive-post-list li {
  display: grid;
  grid-template-columns: 14rem 1fr;
  padding: 2rem 2rem;
  border-bottom: max(1px, 0.1rem) solid #333333;
}
@media screen and (max-width: 767px) {
  .archive-post-list li {
    display: block;
    padding: 1.5rem;
  }
}

.archive-main {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .archive-main {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .archive-post-right {
    padding-top: 3rem;
  }
}

.title-category {
  font-size: 2.2rem;
  color: #fff;
  background-color: rgb(143, 195, 31);
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.archive-post-category {
  font-size: 1.8rem;
  color: rgb(143, 195, 31);
  font-weight: 500;
  border: max(1px, 0.1rem) solid rgb(143, 195, 31);
}
.archive-post-category li {
  padding: 0 2rem;
}
.archive-post-category li a {
  display: block;
  padding: 1rem 1rem;
}

.wrap-pagi .wp-pagenavi {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}
.wrap-pagi .wp-pagenavi a,
.wrap-pagi .wp-pagenavi span {
  padding: 1rem;
  font-size: 1.5rem;
  border-color: rgb(143, 195, 31);
}
.wrap-pagi .wp-pagenavi a:hover,
.wrap-pagi .wp-pagenavi span.current {
  background-color: rgb(143, 195, 31);
  color: #fff;
  border-color: rgb(143, 195, 31);
}

.single-post1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .single-post1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.single-post-tlt {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-post-tlt {
    font-size: 2rem;
  }
}

.single-post-date {
  font-size: 1.6rem;
  font-weight: 500;
}

.single-content-post {
  font-size: max(1.8rem, 16px);
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .single-content-post {
    font-size: max(1.5rem, 16px);
  }
}

.parent-pre-list-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.parent-pre-list-next span.link-arline-page {
  opacity: 0.5;
  background-color: rgb(143, 195, 31) !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .parent-pre-list-next {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .parent-pre-list-next .link-arline-page {
    width: 30%;
  }
}

.menu-global {
  font-size: 1em;
  display: none;
  padding-top: 3em;
}
.menu-global.menu-global-1column {
  width: 35em;
}
@media screen and (max-width: 1300px) {
  .menu-global.menu-global-1column {
    width: 33em;
  }
}
.menu-global.menu-global-3column {
  width: 120em;
}
.menu-global.menu-global-3column .menu-colum-global {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1em 2em 2em;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
@media screen and (max-width: 1500px) {
  .menu-global.menu-global-3column .menu-colum-global {
    padding: 5em 5em;
  }
}

.menu-colum-global {
  background-color: rgb(143, 195, 31);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu-colum-global a {
  display: block;
  line-height: 1.5;
  padding: 1em 2em;
  background-image: url(./assets/img/vettor16.svg);
  background-size: 0.7em auto;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
}
.menu-colum-global a span {
  font-size: 1.7em;
}
@media screen and (max-width: 1500px) {
  .menu-colum-global a span {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1300px) {
  .menu-colum-global a span {
    font-size: 2em;
  }
}
.menu-colum-global a:hover {
  opacity: 0.7;
}
.menu-colum-global li:not(:last-child) {
  border-bottom: max(1px, 0.1em) solid rgba(108, 52, 18, 0.4784313725);
}

.dropmenu1column {
  position: relative;
}
.dropmenu1column .menu-global-1column {
  position: absolute;
  top: calc(100% - 0em);
  left: -4em;
}
.dropmenu1column:hover .menu-global-1column {
  display: block !important;
}

.dropmenu3column .menu-global-3column {
  position: absolute;
  top: calc(100% - 0em);
  left: -31em;
  right: 0;
}
.dropmenu3column:hover .menu-global-3column {
  display: block !important;
}

.footer-mgt-page {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer-mgt-page {
    margin-top: 5rem !important;
  }
}

.link-arline-page {
  width: 22rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  font-size: 1.8rem;
  border: max(1px, 0.1rem) solid rgb(143, 195, 31) !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: rgb(143, 195, 31);
}
.link-arline-page:hover {
  background-color: #fff;
  color: rgb(143, 195, 31);
}
@media screen and (max-width: 767px) {
  .link-arline-page {
    font-size: 1.6rem;
  }
}

.archive-post--column {
  display: block;
}

.archive-post-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}
.archive-post-column li {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.14);
}
.archive-post-column li img {
  width: 100%;
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .archive-post-column li img {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column li img {
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2rem;
  }
}

.content-box-sub-column {
  padding: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .content-box-sub-column {
    padding: 1rem;
  }
}

.list-post-topics-txt-date {
  font-size: 1.7rem;
  color: rgb(143, 195, 31);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-date {
    font-size: 1.5rem;
  }
}

.list-post-topics-txt-tlt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-tlt {
    font-size: 1.5rem;
  }
}

.list-post-topics-txt-dect {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-dect {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.list-post-topics-txt-dect a {
  display: inline-block;
  color: rgb(143, 195, 31);
  border-bottom: max(1px, 0.1rem) solid rgb(143, 195, 31);
  line-height: 1.2;
}

.h1-none-page {
  display: none;
}

.table-normal-style {
  width: 100%;
}
.table-normal-style tr td:first-child {
  width: 15rem;
  background-color: rgb(143, 195, 31);
  color: #fff;
  font-weight: 500;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-bottom-color: #fff;
}
.table-normal-style tr:last-child td:first-child {
  border-bottom-color: rgb(143, 195, 31);
}
.table-normal-style tr td:last-child {
  width: calc(100% - 15rem);
  padding-left: 1.5rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td:last-child {
    padding: 1rem 0;
  }
}
.table-normal-style tr td {
  border: max(1px, 0.1rem) solid rgb(143, 195, 31);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style2 tr td:first-child {
    width: 35rem;
  }
  .table-normal-style.table-style2 tr td:last-child {
    width: calc(100% - 35rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style3 tr td:first-child {
    width: 43rem;
  }
  .table-normal-style.table-style3 tr td:last-child {
    width: calc(100% - 43rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style4 tr td:first-child {
    width: 25rem;
  }
  .table-normal-style.table-style4 tr td:last-child {
    width: calc(100% - 25rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style5 tr td:first-child {
    width: 25rem;
    border-right-color: #fff;
  }
  .table-normal-style.table-style5 tr td:last-child {
    width: calc(100% - 25rem);
  }
  .table-normal-style.table-style5 tr:first-child td {
    text-align: center;
  }
  .table-normal-style.table-style5 tr:first-child td:last-child {
    color: #fff;
    background-color: rgb(143, 195, 31);
    border-bottom-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style6 tr td {
    color: #7A6953;
  }
  .table-normal-style.table-style6 tr td:first-child {
    width: calc(100% - 15rem);
    background-color: transparent;
    border-bottom-color: rgb(143, 195, 31);
  }
  .table-normal-style.table-style6 tr td:last-child {
    width: 15rem;
    border-bottom-color: rgb(143, 195, 31);
  }
  .table-normal-style.table-style6 tr:first-child td {
    background-color: rgb(143, 195, 31);
    border-bottom-color: #fff;
    text-align: center;
    color: #fff;
  }
  .table-normal-style.table-style6 tr:first-child td:first-child {
    border-right-color: #fff;
  }
  .table-normal-style.table-row-reque tr td:first-child {
    width: 15rem;
    border-bottom-color: rgb(143, 195, 31);
  }
  .table-normal-style.table-row-reque tr td:last-child {
    width: calc(100% - 15rem);
    border-bottom-color: rgb(143, 195, 31);
  }
}

.table-calender-style {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-calender-style {
    font-size: 1.4rem;
  }
}
.table-calender-style tr td:first-child {
  width: 28rem;
  text-align: left;
  background-color: rgb(143, 195, 31);
  color: #fff;
  padding-left: 2rem;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td:first-child {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td:first-child {
    width: 10rem;
    padding-left: 1rem;
  }
}
.table-calender-style tr td {
  width: calc((100% - 28rem) / 8);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td {
    width: calc((100% - 30rem) / 8);
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td {
    width: calc((100% - 10rem) / 8);
  }
}
.table-calender-style tr:first-child td {
  background-color: rgb(143, 195, 31);
  color: #fff;
}
.table-calender-style tr:first-child td:last-child {
  border-right: max(1px, 0.1rem) solid rgb(143, 195, 31);
}
.table-calender-style tr:first-child td + td {
  border-left: max(1px, 0.1rem) solid #fff;
}
.table-calender-style tr + tr td:first-child {
  border-top: max(1px, 0.1rem) solid #fff;
}
.table-calender-style tr:not(:first-child) td:not(:first-child) {
  border-left: max(1px, 0.1rem) solid rgb(143, 195, 31);
  border-bottom: max(1px, 0.1rem) solid rgb(143, 195, 31);
}
.table-calender-style tr:not(:first-child) td:not(:first-child):last-child {
  border-right: max(1px, 0.1rem) solid rgb(143, 195, 31);
}

.table-pricem {
  width: 100%;
  table-layout: fixed;
}
.table-pricem tr:first-child td {
  background-color: rgb(143, 195, 31);
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-color: #fff;
  border-bottom-color: rgb(143, 195, 31);
}
.table-pricem tr:first-child td:first-child {
  border-left-color: rgb(143, 195, 31);
}
.table-pricem tr:first-child td:last-child {
  border-right-color: rgb(143, 195, 31);
}
.table-pricem tr td {
  padding: 1rem 1.5rem;
  border: max(1px, 0.1rem) solid rgb(143, 195, 31);
}
.table-pricem tr td:first-child {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .table-pricem tr td:first-child {
    width: 60%;
  }
}
.table-pricem tr td:nth-child(2) {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .table-pricem tr td:nth-child(2) {
    width: 40%;
  }
}

.table-pricem-style2 tr td:first-child {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .table-pricem-style2 tr td:first-child {
    width: 60%;
  }
}
.table-pricem-style2 tr td:nth-child(2) {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .table-pricem-style2 tr td:nth-child(2) {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .table-price {
    padding-bottom: 2rem;
  }
}

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

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

@media screen and (max-width: 999px) {
  .tl-hidden {
    display: none;
  }
}

.tl-show {
  display: none;
}
@media screen and (max-width: 999px) {
  .tl-show {
    display: block;
  }
}

#toc_container {
  border: 0 !important;
  position: relative;
  color: #344d6d;
  width: 66rem !important;
  margin-bottom: 0 !important;
  padding: 2rem 1.5rem !important;
  background-color: rgba(92, 194, 215, 0.2588235294) !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  background-color: #fff;
  color: rgb(143, 195, 31);
  padding: 0.5rem 1.5rem !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  font-size: 1.8rem !important;
}
#toc_container .toc_list {
  font-size: 1.6rem;
  font-weight: 500;
  text-underline-offset: 0.5rem;
}
#toc_container a {
  display: inline-block;
  text-decoration: underline !important;
  position: relative;
  padding-left: 2rem;
  font-size: max(1.8rem, 16px);
}
@media screen and (max-width: 767px) {
  #toc_container a {
    font-size: max(1.5rem, 14px);
  }
}
#toc_container a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#toc_container a:hover {
  opacity: 0.7;
}
#toc_container li + li {
  margin-top: 1rem;
}

.google-map-iframe iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .google-map-iframe iframe {
    height: 25rem;
  }
}

.list-paradai {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 999px) {
  .list-paradai {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-paradai {
    display: block;
  }
  .list-paradai .list-paradai-item + .list-paradai-item {
    margin-top: 3rem;
  }
}

.list-paradai-item {
  display: flex;
  flex-direction: column;
}
.list-paradai-item .list-paradai-item-img {
  flex-shrink: 0;
}
.list-paradai-item .list-paradai-item-content {
  flex: 1;
}
.list-paradai-item .default-txt {
  text-align: left;
}

.list-paradai-item-img img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 25.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list-paradai-item-img img {
    height: 23rem;
  }
}

.list-paradai-item-content {
  background-color: rgb(143, 195, 31);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 3.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list-paradai-item-content {
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}
.list-paradai-item-content p.no-hiden {
  border-bottom: max(1px, 0.2rem) solid #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.scrool-link-parent {
  position: relative;
}
.scrool-link-parent .scrool-link-child {
  position: absolute;
  top: -7rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .scrool-link-parent .scrool-link-child {
    top: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .txt-centersp {
    text-align: center;
  }
}

.ud_point-item-number {
  position: relative;
}

.ud_point-item-number-txt {
  font-size: 8rem;
  color: rgb(143, 195, 31);
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ud_point-item-number-txt {
    font-size: 6rem;
    bottom: -2rem;
  }
}
.ud_point-item-number-txt:before {
  content: "POINT";
  font-size: 2rem;
  font-weight: 500;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ud_point-item-number-txt:before {
    font-size: 1.8rem;
  }
}

.ud_point-item {
  padding: 3rem 4rem;
  padding-top: 1rem;
  background-image: url(./assets/img/image072.png), url(./assets/img/image082.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
  background-color: #f0f8ff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
}
@media screen and (max-width: 767px) {
  .ud_point-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-size: 27rem auto, 37rem auto;
  }
}

.ud_point {
  padding-top: 5rem;
}
.ud_point .ud_point-item + .ud_point-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .ud_point {
    padding-top: 4rem;
  }
  .ud_point .ud_point-item + .ud_point-item {
    margin-top: 7rem;
  }
}

.mgt3 {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .mgt1-sp {
    margin-top: 1rem;
  }
}

.mgb {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mgb {
    margin-bottom: 0;
  }
}

.ud_step {
  padding-top: 3rem;
}
.ud_step .ud_step-item + .ud_step-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item {
    margin-top: 7rem;
  }
}
.ud_step .ud_step-item + .ud_step-item:after {
  content: "";
  position: absolute;
  top: -6rem;
  width: 3rem;
  height: 3rem;
  background-color: rgb(156, 101, 185);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item:after {
    width: 2rem;
    height: 2rem;
    top: -5rem;
  }
}

.ud_step-item {
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
  width: calc(100% - 1.5rem);
  padding: 3rem 2.5rem;
  padding-top: 0.2rem;
  position: relative;
  background-image: url(./assets/img/image07.png), url(./assets/img/image08.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .ud_step-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 0.6rem);
    background-size: 27rem auto, 37rem auto;
  }
}
.ud_step-item:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: -1.5rem;
  bottom: -2rem;
  background-color: rgb(156, 101, 185);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ud_step-item:before {
    right: -0.6rem;
    bottom: -1rem;
  }
}
.ud_step-item .ud_step-item-step {
  position: absolute;
  font-size: 3rem;
  font-weight: 500;
  width: 20rem;
  padding: 1rem 0;
  background-color: rgb(156, 101, 185);
  color: #fff;
  letter-spacing: 0.5rem;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ud_step-item .ud_step-item-step {
    font-size: 2.5rem;
    width: 15rem;
    letter-spacing: 0.3rem;
  }
}

.list-select-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .list-select-table {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 3rem;
  }
}

.list-select-table-btn {
  width: 30rem;
  height: 6rem;
  background-color: rgb(143, 195, 31);
  border: max(1px, 0.1rem) solid rgb(143, 195, 31);
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list-select-table-btn {
    font-size: 1.7rem;
    width: 48%;
    height: 5rem;
  }
}
.list-select-table-btn:hover, .list-select-table-btn.is-active {
  background-color: #fff;
  color: rgb(143, 195, 31);
}

.informetab {
  display: none;
}

#tab1 {
  display: block;
}

.mgt5 {
  margin-top: 5rem;
}

.fade-top {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.fade-top.show {
  opacity: 1;
  transform: translateY(0);
}

.alower-secmer {
  border: max(1rem, 5px) solid rgb(143, 195, 31);
  padding: 3rem 3rem;
  background-color: #ebfff9;
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid rgb(143, 195, 31);
  }
}

.alower-secmer-grid {
  display: grid;
  grid-template-columns: 63% 35%;
  justify-content: space-between;
  align-items: flex-start;
}
.alower-secmer-grid .alower-secmer-img img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .alower-secmer-grid {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}

.disadvantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .disadvantages {
    display: block;
  }
}
.disadvantages .disadvantages-item {
  border: max(0.2rem, 2px) solid #1FB1E8;
}
.disadvantages .disadvantages-item h1,
.disadvantages .disadvantages-item h2,
.disadvantages .disadvantages-item h3,
.disadvantages .disadvantages-item h4,
.disadvantages .disadvantages-item h5,
.disadvantages .disadvantages-item h6 {
  margin-top: 0;
}
.disadvantages .disadvantages-item .disadvantages-acres {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .disadvantages .disadvantages-item + .disadvantages-item {
    margin-top: 3rem;
  }
}

.skin-metamax {
  font-size: 2.6rem;
  font-weight: 500;
  color: rgb(143, 195, 31);
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.skin-metamax:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.5rem;
  background-color: rgb(143, 195, 31);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  transform: translateY(1rem);
}
@media screen and (max-width: 767px) {
  .skin-metamax:before {
    height: 2rem;
    transform: translateY(0.7rem);
  }
}
@media screen and (max-width: 767px) {
  .skin-metamax {
    font-size: 2.1rem;
  }
}

.clnumberzen {
  color: rgb(143, 195, 31);
  font-weight: 500;
}

.doctor-single-name {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: right;
  color: rgb(143, 195, 31);
}
@media screen and (max-width: 999px) {
  .doctor-single-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .doctor-single-name {
    font-size: 1.8rem;
  }
}

.inter-view-single-tlt {
  position: relative;
  margin-bottom: 1rem;
}
.inter-view-single-tlt .inter-view-single-icon {
  text-align: center;
}
.inter-view-single-tlt .inter-view-single-icon img {
  width: 4.4rem;
}
.inter-view-single-tlt .inter-view-single-small {
  font-size: 2rem;
  padding-top: 0.4rem;
  position: relative;
  z-index: 2;
  color: rgb(143, 195, 31);
  text-align: center;
}
.inter-view-single-tlt h1,
.inter-view-single-tlt h2,
.inter-view-single-tlt h3,
.inter-view-single-tlt h4,
.inter-view-single-tlt h5,
.inter-view-single-tlt h6 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  color: rgb(143, 195, 31);
}
@media screen and (max-width: 999px) {
  .inter-view-single-tlt h1,
  .inter-view-single-tlt h2,
  .inter-view-single-tlt h3,
  .inter-view-single-tlt h4,
  .inter-view-single-tlt h5,
  .inter-view-single-tlt h6 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .inter-view-single-tlt h1,
  .inter-view-single-tlt h2,
  .inter-view-single-tlt h3,
  .inter-view-single-tlt h4,
  .inter-view-single-tlt h5,
  .inter-view-single-tlt h6 {
    font-size: 2rem;
  }
}
.inter-view-single-tlt .inter-view-single-big {
  font-size: 7rem;
  line-height: 1;
  opacity: 0.08;
  letter-spacing: 0.5rem;
  margin-top: -7rem;
  color: #001743;
}
@media screen and (max-width: 1500px) {
  .inter-view-single-tlt .inter-view-single-big {
    font-size: 7rem;
    margin-top: -4rem;
  }
}
@media screen and (max-width: 999px) {
  .inter-view-single-tlt .inter-view-single-big {
    font-size: 5rem;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .inter-view-single-tlt .inter-view-single-big {
    font-size: 3.5rem;
    margin-top: -2.5rem;
    letter-spacing: 0.3rem;
  }
}
.inter-view-single-tlt.center {
  text-align: center;
}

.inter-view-content-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .inter-view-content-img.recovery {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .inter-view-content-img.recovery .inter-view-img img {
    box-shadow: -1.5rem 1.5rem rgb(143, 195, 31);
  }
}
@media screen and (max-width: 767px) {
  .inter-view-content-img {
    flex-direction: column-reverse;
  }
}
.inter-view-content-img .inter-view-content {
  width: 58.5%;
}
@media screen and (max-width: 767px) {
  .inter-view-content-img .inter-view-content {
    width: 100%;
    padding-top: 3rem;
  }
}
.inter-view-content-img .inter-view-img {
  width: 38.2%;
}
@media screen and (max-width: 767px) {
  .inter-view-content-img .inter-view-img {
    width: 100%;
  }
}
.inter-view-content-img .inter-view-img img {
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .inter-view-content-img .inter-view-img img {
    box-shadow: 1.5rem 1.5rem rgb(143, 195, 31);
  }
}

.layout-inter-view .layout-inter-view-item + .layout-inter-view-item {
  margin-top: 6rem;
}
@media screen and (max-width: 999px) {
  .layout-inter-view .layout-inter-view-item + .layout-inter-view-item {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-inter-view .layout-inter-view-item + .layout-inter-view-item {
    margin-top: 5.5rem;
  }
}

.inter-view-content-single {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 4rem 1.5rem;
  color: #fff;
}
.inter-view-content-single .inter-view-single-tlt .inter-view-single-small,
.inter-view-content-single .inter-view-single-tlt h1,
.inter-view-content-single .inter-view-single-tlt h2,
.inter-view-content-single .inter-view-single-tlt h3,
.inter-view-content-single .inter-view-single-tlt h4,
.inter-view-content-single .inter-view-single-tlt h5,
.inter-view-content-single .inter-view-single-tlt h6,
.inter-view-content-single .inter-view-single-tlt .inter-view-single-big {
  color: #fff;
}
.inter-view-content-single .inter-view-content-single-center {
  position: relative;
  z-index: 2;
  text-align: center;
}
.inter-view-content-single .inter-view-content-single-img {
  position: absolute;
  inset: 0;
}
.inter-view-content-single .inter-view-content-single-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(143, 195, 31);
  opacity: 0.9;
}
.inter-view-content-single .inter-view-content-single-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.inter-view-content-single-wprp {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inter-view-content-single-wprp {
    text-align: left;
  }
}

.box-mencie {
  background-color: #d8e8f8;
  padding: 4.5rem;
  margin-bottom: 5rem;
}

.box-mencie-item {
  background-color: #fff;
  border: max(1px, 0.1rem) solid #014099;
  padding: 3rem;
}

.box-mencie-doctor-left1 {
  color: #014099;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.box-mencie-doctor-left2-first {
  font-size: 1.6rem;
}

.box-mencie-doctor-left2-last {
  font-size: 2.4rem;
  font-weight: 700;
}

.box-mencie-doctor-left2 {
  border-bottom: #171717 dashed 1px;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

.box-mencie-doctor-norise {
  color: #014099;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.box-mencie-doctor-norise-ul {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.box-mencie-doctor-norise-ul ul li + li {
  margin-top: 0.5rem;
}

.box-mencie-doctor-norise-ul ul li {
  position: relative;
  padding-left: 1.6rem;
}

.box-mencie-doctor-norise-ul ul li:before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 1.2rem;
  left: 0;
  border-radius: 100%;
  background: #014099;
}

.box-mencie-doctor-history {
  margin-bottom: 4rem;
  background-color: #d8e8f8;
  padding: 2rem 2.5rem;
  margin-bottom: 3rem;
}

.box-mencie-doctor-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
}

.box-mencie-doctor-3cloumn {
  grid-template-columns: 1fr 1fr 1fr;
}

.box-mencie-doctor-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(143, 195, 31);
  color: #fff;
  height: 6rem;
  font-size: 1.6rem;
}

.box-mencie-doctor {
  display: grid;
  grid-template-columns: 1fr 33rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.box-mencie-item--last {
  margin-top: 3rem;
}

@media screen and (max-width: 999px) {
  .box-mencie {
    padding: 2rem;
    margin-bottom: 4rem;
  }
  .box-mencie-doctor {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .box-mencie-doctor-left1 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .box-mencie-doctor-left2-last {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-norise {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-history {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .box-mencie-doctor {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-mencie {
    padding: 2rem 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .box-mencie-item {
    padding: 2rem 1.5rem;
  }
  .box-mencie-doctor-right {
    padding-bottom: 2rem;
  }
  .box-mencie-doctor-left1 {
    font-size: 2.2rem;
  }
  .box-mencie-doctor-left2-last,
  .box-mencie-doctor-norise {
    font-size: 2rem;
  }
  .box-mencie-doctor-norise-ul {
    font-size: 1.5rem;
  }
  .box-mencie-doctor-link {
    display: block;
  }
  .box-mencie-doctor-link li + li {
    margin-top: 1rem;
  }
}
.single-content-post .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .single-content-post .alignleft {
    float: left;
    margin-right: 1.5rem;
  }
  .single-content-post .alignright {
    float: right;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .single-content-post .alignleft,
  .single-content-post .alignright,
  .single-content-post .aligncenter {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.list-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 5rem;
}
@media screen and (max-width: 999px) {
  .list-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .list-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5rem;
  }
}

.card-equipment {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-flex-align: flex-start;
  flex-direction: row;
  grid-gap: 0;
  flex-direction: column;
}
.card-equipment__img img {
  border-radius: 1rem;
}
.card-equipment__title {
  width: 100%;
  margin: 2rem 0 1rem;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: rgb(143, 195, 31);
}
.card-equipment__desc {
  color: #7A6953;
}

.doctor {
  position: relative;
}
.doctor__image {
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .doctor__image {
    border-radius: 1rem;
  }
}
.doctor__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor__name {
  margin-bottom: 3rem;
  padding: 1.5rem;
  background-color: #DDDDDD;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .doctor__name {
    position: relative;
    margin-top: 2rem;
  }
}
.doctor__name.left {
  padding-right: 4rem;
  left: 3rem;
  border-radius: 1rem 0 0 1rem;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}
.doctor__name.center {
  border-radius: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.doctor__name.right {
  padding-left: 4rem;
  right: 3rem;
  border-radius: 0 1rem 1rem 0;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.doctor__name .txt {
  font-size: 2rem;
  color: rgb(143, 195, 31);
}
@media screen and (max-width: 767px) {
  .doctor__name .txt {
    font-size: 1.6rem;
  }
}

.if-table {
  font-size: max(1.8rem, 16px);
  color: #7A6953;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .if-table {
    overflow-x: auto;
    font-size: max(1.5rem, 16px);
  }
}
.if-table__row {
  display: grid;
  grid-template-columns: 17% 1fr;
}
@media screen and (max-width: 767px) {
  .if-table__row {
    grid-template-columns: 30% 1fr;
  }
}
.if-table__row:first-child {
  border-top: 1px solid rgb(143, 195, 31);
}
.if-table__row:last-child {
  border-bottom: 1px solid rgb(143, 195, 31);
}
.if-table__row:last-child .if-table__head, .if-table__row:last-child .if-table__body {
  border-bottom: unset;
}
.if-table__head {
  padding: 1rem 2rem;
  text-align: center;
  color: #FFFFFF;
  background-color: rgb(143, 195, 31);
  border-right: 1px solid #FFFFFF;
}
.if-table__head:not(:last-child) {
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .if-table__head {
    padding: 1rem;
  }
}
.if-table__body {
  padding: 1rem 2rem;
  border-right: 1px solid rgb(143, 195, 31);
  border-bottom: 1px solid rgb(143, 195, 31);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .if-table__body {
    padding: 1rem;
  }
}
.if-table__body:first-child {
  border-left: 1px solid rgb(143, 195, 31);
}

.phone-btn {
  width: 30.5rem;
  height: 8.5rem;
  background: rgb(240, 131, 0);
  color: #fff;
  padding: 1rem 2rem 0 2.4rem;
  border-radius: 2rem;
  transition: 0.3s;
}
.phone-btn p {
  background-color: #fff;
  width: 25.2rem;
  height: 2.6rem;
  border-radius: 6.9rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #7A6953;
}
.phone-btn span {
  font-family: "Noto Sans";
  font-size: 3.5em;
  font-weight: 600;
  color: #fff;
  margin-left: 0.5rem;
  line-height: 3.7rem;
}
.phone-btn span:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1500px) {
  .phone-btn span {
    font-size: 3.2rem;
  }
}
.phone-btn img,
.phone-btn span {
  vertical-align: middle;
}
.phone-btn img {
  width: 2.5rem;
}

.home .h1-flow {
  display: none;
}

.grid-layout {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-columns: 24.2% 76.5%;
  grid-template-areas: "right left";
}

.sec-tlt-lv3 h1,
.sec-tlt-lv3 h2,
.sec-tlt-lv3 h3,
.sec-tlt-lv3 h4,
.sec-tlt-lv3 h5,
.sec-tlt-lv3 h6 {
  font-size: 3rem;
  line-height: 1.3;
  color: #373434;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .sec-tlt-lv3 h1,
  .sec-tlt-lv3 h2,
  .sec-tlt-lv3 h3,
  .sec-tlt-lv3 h4,
  .sec-tlt-lv3 h5,
  .sec-tlt-lv3 h6 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt-lv3 h1,
  .sec-tlt-lv3 h2,
  .sec-tlt-lv3 h3,
  .sec-tlt-lv3 h4,
  .sec-tlt-lv3 h5,
  .sec-tlt-lv3 h6 {
    font-size: 2rem;
  }
}

.section-heading {
  position: relative;
  margin: 0;
  display: flex;
}
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6 {
  font-size: 2.8rem;
  line-height: 1.3;
  color: #7A6953;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-heading h1,
  .section-heading h2,
  .section-heading h3,
  .section-heading h4,
  .section-heading h5,
  .section-heading h6 {
    font-size: 2rem;
  }
}
.section-heading p {
  padding-top: 5px;
  font-size: max(1.8rem, 14px);
  line-height: 2.2222222222;
  font-weight: 400;
  color: #a8978d;
  position: relative;
  z-index: 2;
}
.section-heading p::after {
  position: absolute;
  content: attr(data-bg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 6rem;
  line-height: 0.6666666667;
  font-weight: 600;
  color: rgba(168, 151, 141, 0.1);
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .section-heading p::after {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section-heading p::after {
    font-size: 2.6rem;
    color: rgba(168, 151, 141, 0.2);
  }
}
.section-heading img {
  margin-top: -0.7rem;
  width: 9.2rem;
  height: 9.5rem;
}
.section-heading.vertical {
  flex-direction: column;
  align-items: center;
}
.section-heading.vertical .heading-title {
  text-align: center;
}
.section-heading.vertical p::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .banner-top {
    height: 40vw;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-top img {
    transform: scale(2.5) rotate(-12deg);
  }
}

.top-mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .top-mv {
    margin-top: 2rem;
  }
}
.top-mv__wrapper {
  display: flex;
  overflow: hidden;
}
.top-mv__track {
  display: flex;
  animation: infinity-scroll-left 150s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top-mv__slide {
  margin: 0 1.25rem;
  display: flex;
  flex-direction: column;
  max-width: 60rem;
  height: 76.9rem;
  width: 33.3333333333vw;
  border-radius: 10.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-mv__slide {
    height: calc(100vh - 25rem);
    border-radius: 5rem;
    width: 100vw;
    margin: 0 0.7rem;
  }
}
.top-mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-mv__box {
  position: absolute;
  right: 17.7rem;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv__box {
    display: none;
  }
}
.top-mv__box::before {
  content: "";
  position: absolute;
  background: url("assets/img/trigle.png") center top/100% auto no-repeat, url("assets/img/trigle-2.png") center bottom/100% auto no-repeat;
  width: 5.8rem;
  height: 100%;
  left: -14%;
  top: 0;
}
.top-mv__box::after {
  content: "";
  position: absolute;
  background: url("assets/img/trigle-3.png") center top/100% auto no-repeat, url("assets/img/trigle-4.png") center bottom/100% auto no-repeat;
  width: 5.8rem;
  height: 100%;
  right: -14%;
  top: 0;
}
.top-mv__box-sp {
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-mv__box-sp {
    margin-top: 5rem;
    text-align: center;
  }
}
.top-mv__box-sp .txt-title {
  font-size: 1.5rem;
  color: #373434;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-mv__box-sp .txt-title {
    font-size: 1.8rem;
  }
}
.top-mv__box-sp .txt-desc {
  font-size: 1.5rem;
  font-weight: 400;
  color: #7A6953;
}
.top-mv__content {
  width: 33.7rem;
  background-color: #FDFBF8;
  height: 100%;
  position: relative;
}
.top-mv__col--vertical {
  display: flex;
  justify-content: center;
  gap: 2.6rem;
}
.top-mv__col--vertical p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.top-mv__col--vertical p:first-child {
  font-size: 2rem;
  color: #7A6953;
  line-height: 1.5;
  letter-spacing: 0.5rem;
  padding-top: 12rem;
}
.top-mv__col--vertical p:last-child {
  font-size: 3.5rem;
  font-weight: 500;
  color: #373434;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}

.floating-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 999px) {
  .floating-menu {
    display: flex;
    width: 100%;
    max-height: 8rem;
    top: unset;
    bottom: 0;
    transform: unset;
  }
}
@media screen and (max-width: 999px) {
  .floating-menu > div {
    max-width: 50%;
    flex-basis: 50%;
  }
}
.floating-menu .phone {
  display: none;
}
@media screen and (max-width: 999px) {
  .floating-menu .phone {
    display: block;
  }
}
.floating-menu .phone__link {
  height: 100%;
  background-color: rgb(240, 131, 0);
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .floating-menu .phone__link {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-flex-align: center;
    flex-direction: column;
    grid-gap: 0;
    gap: 0.5rem;
  }
}
.floating-menu .phone-icon {
  filter: brightness(0) invert(1);
  width: 2.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .floating-menu .phone__content {
    font-size: max(1.3rem, 14px);
  }
}
.floating-menu .floating__page-top {
  display: none;
  background-image: url(./assets/img/vettor17.svg);
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 17%;
}
@media screen and (max-width: 999px) {
  .floating-menu .floating__page-top {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-flex-align: center;
    flex-direction: row;
    grid-gap: 0;
    background-color: rgb(240, 131, 0);
  }
  .floating-menu .floating__page-top:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .floating-menu .floating__page-top {
    display: none;
  }
}

.floating-menu__item {
  width: 9rem;
  height: 7.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border-radius: 0.5rem 0 0 0.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 999px) {
  .floating-menu__item {
    width: 100%;
    border-radius: unset;
    height: 7rem;
  }
  .floating-menu__item .text {
    font-size: 1.3rem;
  }
}
.floating-menu__item img {
  width: 2.2rem;
}
@media screen and (max-width: 999px) {
  .floating-menu__item img {
    margin-top: 0.5rem;
  }
}

.floating-menu__item--green {
  background: rgb(143, 195, 31);
  gap: 1.2rem;
}
@media screen and (max-width: 999px) {
  .floating-menu__item--green {
    gap: 0.5rem;
  }
}

.floating-menu__item--purple {
  background: rgb(156, 101, 185);
  gap: 0.5rem;
}

.text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 300;
}

.floating-banner {
  position: fixed;
  z-index: 110;
  right: 5%;
  bottom: 2%;
  z-index: 99;
}
@media screen and (max-width: 1300px) {
  .floating-banner {
    right: 8%;
  }
}
@media screen and (max-width: 999px) {
  .floating-banner {
    bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .floating-banner {
    top: auto;
    bottom: 9rem;
  }
}

.floating-banner__close {
  position: absolute;
  top: -14%;
  right: -4%;
  width: min(2.8rem, 28px);
  height: min(2.8rem, 28px);
  border-radius: 50%;
  border: 0.5px solid #fff;
  background: #004EA2;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .floating-banner__close {
    width: min(4rem, 28px);
    height: min(4rem, 28px);
  }
}
@media screen and (max-width: 767px) {
  .floating-banner__close {
    top: -5%;
  }
}
.floating-banner__close img {
  width: 90%;
}

.news {
  position: relative;
  padding: 6.9rem 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 2.9rem 0 3.3rem;
  }
}
.news .container {
  max-width: 148.6rem;
}
@media screen and (max-width: 767px) {
  .news .container {
    max-width: 100%;
  }
}
.news::before {
  position: absolute;
  content: "";
  background: url("assets/img/cloud-bg.png") no-repeat;
  top: 10.5rem;
  right: 12.8rem;
  width: 22.631rem;
  height: 47.918rem;
}
@media screen and (max-width: 999px) {
  .news::before {
    display: none;
  }
}
.news::after {
  position: absolute;
  z-index: -1;
  content: "";
  background: url("assets/img/cloud-2-bg.png") no-repeat;
  top: 22.5rem;
  left: 12rem;
  width: 24.024rem;
  height: 8.118rem;
}
@media screen and (max-width: 999px) {
  .news::after {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .news .grid-layout {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    justify-items: center;
  }
}
@media screen and (max-width: 767px) {
  .news .grid-layout {
    display: block;
  }
}
.news__arrow {
  width: 1.9rem;
  height: 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .news__arrow {
    width: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .news__arrow {
    position: absolute;
    right: 1rem;
    top: 35%;
    transform: translateY(50%);
  }
}

.bg-news {
  position: absolute;
  top: 15rem;
  right: 13.9rem;
  width: 25.6rem;
}
@media screen and (max-width: 999px) {
  .bg-news {
    right: 6.9rem;
  }
}
@media screen and (max-width: 767px) {
  .bg-news {
    display: none;
  }
}

/* notice */
.news__notice {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  flex-direction: row;
  grid-gap: 0;
}

.news__notice-btn {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  flex-direction: row;
  grid-gap: 0;
  width: 56.2rem;
  height: 7.9rem;
  margin-bottom: 5.8rem;
  border-radius: 1rem;
  background: rgb(240, 131, 0);
  position: relative;
  cursor: pointer;
}
.news__notice-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .news__notice-btn {
    width: 100%;
  }
}
.news__notice-btn span {
  color: #FFFFFF;
}
.news__notice-btn img {
  width: 1.7rem;
  position: absolute;
  top: 50%;
  right: 1.9rem;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}

.news__content {
  width: 85.1rem;
}
@media screen and (max-width: 1200px) {
  .news__content {
    width: 100rem;
  }
}
@media screen and (max-width: 999px) {
  .news__content {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .news__content {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "tabs" "list" "btn";
  }
}

.news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2.7rem;
}
@media screen and (max-width: 767px) {
  .news__header {
    padding-right: 0;
    flex-direction: column;
    grid-gap: 1rem;
    display: contents;
  }
}

.news__tabs {
  display: flex;
  gap: 12px;
  padding: 0.7rem 0;
}
@media screen and (max-width: 767px) {
  .news__tabs {
    padding-right: 0;
    grid-gap: 1rem;
    grid-area: tabs;
    justify-content: center;
  }
}

.news__tab {
  width: 15rem;
  height: 4.6rem;
  border: 0;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", serif;
  font-size: max(1.8rem, 16px);
  color: #A8978D;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background: #F8F0E6;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .news__tab {
    width: 10rem;
    font-size: max(1.6rem, 16px);
  }
}
.news__tab:hover {
  background: #A8978D;
  color: #fff;
}

.news__tab.active {
  background: #b2a195;
  color: #fff;
}

.news__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .news__btn {
    grid-area: btn;
    margin-top: 2rem;
    text-align: center;
  }
}

/* list */
.news__list-wrap {
  max-height: 25.5rem;
  overflow-y: auto;
  padding-right: 2.7rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .news__list-wrap {
    grid-area: list;
    padding-right: 0;
  }
}

/* Chrome, Edge, Safari */
.news__list-wrap::-webkit-scrollbar {
  width: 4px;
}

.news__list-wrap::-webkit-scrollbar-track {
  background: transparent;
}

.news__list-wrap::-webkit-scrollbar-thumb {
  background-color: #f08300;
  border-radius: 999px;
}

.news__list-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #f08300;
}

.news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news__item .news__link {
  display: flex;
  align-items: center;
  min-height: 8.5rem;
  border-bottom: 1px solid #A8978D;
  padding: 0 2rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .news__item .news__link {
    padding: 0.6rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 0.5rem;
    position: relative;
  }
}
.news__item-title {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.news__item-content {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  flex-direction: row;
  grid-gap: 0;
  flex: 1;
}
.news__item-content .default-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .news__item-content {
    flex: unset;
    max-width: 90%;
  }
}
.news__item .news__tab.blog, .news__item .news__tab.new {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 1rem;
}
.news__item a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.news__item:hover {
  background: #F6F4EF;
}

.maps {
  background: url("assets/img/address-bg.png") no-repeat top/cover;
  position: relative;
  z-index: 1;
}
.maps .container {
  max-width: 148.6rem;
}
.maps::before {
  position: absolute;
  content: "";
  background: url("assets/img/top_prevent_flag_2.png") no-repeat center/contain;
  width: 52.7rem;
  height: 13.8rem;
  top: -2rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .maps::before {
    display: none;
  }
}
.maps::after {
  position: absolute;
  content: "";
  background: url("assets/img/top_prevent_flag_1.png") no-repeat center/contain;
  width: 52.7rem;
  height: 13.8rem;
  top: 2.5rem;
  right: 0;
}
@media screen and (max-width: 999px) {
  .maps::after {
    display: none;
  }
}

.maps__inner {
  padding-top: 12.2rem;
  padding-bottom: 14.2rem;
}
@media screen and (max-width: 767px) {
  .maps__inner {
    padding-top: 1.2rem;
    padding-bottom: 2.2rem;
  }
}

.maps__content {
  background-color: #FDFBF8;
  border-radius: 5rem;
  border: 0.5rem solid #F6F4EF;
  padding: 4.6rem 3.7rem 2rem;
}
@media screen and (max-width: 767px) {
  .maps__content {
    padding: 1rem;
    border-radius: 2rem;
  }
}

.maps__info-calen {
  display: grid;
  grid-template-columns: 66.3rem 68.1rem;
  gap: 4.7rem;
}
@media screen and (max-width: 1700px) {
  .maps__info-calen {
    grid-template-columns: 69rem 68.1rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .maps__info-calen {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .maps__info-calen {
    grid-template-columns: 1fr;
  }
}

.maps__info {
  min-width: 0;
}

.maps__head {
  padding-left: 4.4rem;
}
@media screen and (max-width: 767px) {
  .maps__head {
    padding-left: 0;
  }
}

.maps__contact {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 4.3rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1500px) {
  .maps__contact {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .maps__contact {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .maps__contact .phone {
    margin: 0 auto;
  }
}
.maps__contact .phone-btn {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  flex-direction: row;
  grid-gap: 1.3rem;
  padding-top: 0;
  width: 30.6rem;
  height: 5.7rem;
  border-radius: 1rem;
  font-family: "Noto Sans";
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 3.7rem;
}
@media screen and (max-width: 1700px) {
  .maps__contact .phone-btn {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .maps__contact .phone-btn {
    height: 6.7rem;
  }
}
@media screen and (max-width: 1500px) {
  .maps__contact .phone-btn {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .maps__contact .phone-btn {
    height: auto;
    width: auto;
    padding: 1rem 2rem;
    font-size: 2.1rem;
  }
}
.maps__contact .phone-btn:hover {
  opacity: 0.8;
}
.maps__contact .address {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .maps__contact .address .default-txt {
    font-size: max(1.5rem, 14px);
  }
}

.schedule-table {
  width: 54.4rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 999px) {
  .schedule-table {
    width: 100%;
  }
}

.schedule-table th {
  background: #8FC31F;
  color: #fff;
  font-size: max(1.8rem, 14px);
  font-weight: 400;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .schedule-table th {
    font-size: 1.5rem;
  }
}

.schedule-table th:first-child {
  width: 15.2rem;
  text-align: left;
  padding-left: 2.6rem;
}
@media screen and (max-width: 999px) {
  .schedule-table th:first-child {
    width: 12rem;
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule-table th:first-child {
    width: 10rem;
    padding-left: 1rem;
  }
}

.schedule-table th:first-child {
  border-top-left-radius: 1rem;
}

.schedule-table th:last-child {
  border-top-right-radius: 1rem;
}

.schedule-table td {
  background: #F6F4EF;
  color: #7A6953;
  font-size: max(1.8rem, 14px);
  padding: 1.5rem 0;
  border-top: 1px solid rgba(83, 83, 83, 0.2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-table td {
    font-size: 1.5rem;
  }
}
.schedule-table td.slash {
  color: #6C3412;
}

.schedule-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}

.schedule-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}

.dot {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #8FC31F;
}

.maps__time {
  margin-top: 1.9rem;
}
.maps__time p:not(:first-child) {
  padding-left: 2.6rem;
}
@media screen and (max-width: 767px) {
  .maps__time p:not(:first-child) {
    padding-left: 0;
  }
}

.maps__time-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.6rem;
  height: 3.4rem;
  padding: 0 2.6rem;
  border-radius: 1rem;
  background: #F6F4EF;
  color: #0099D9;
  font-size: max(1.8rem, 14px);
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .maps__time-label {
    font-size: 1.5rem;
    padding: 0;
  }
}

.google-calender iframe {
  width: 100%;
  height: 100%;
}

.maps__map {
  margin-top: 3rem;
}

.maps__map-img {
  width: 100%;
}
.maps__map-img iframe {
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .maps__map-img iframe {
    border-radius: 1rem;
  }
}

.maps__btn {
  margin-top: 2.3rem;
  text-align: center;
}

.visit {
  position: relative;
}
.visit .container {
  max-width: 152.449rem;
}
.visit .visit-bg {
  position: absolute;
  top: -18rem;
  z-index: 0;
}

.visit {
  padding: 10.7rem 0;
}
@media screen and (max-width: 999px) {
  .visit {
    padding: 0;
  }
}

.visit__inner {
  display: grid;
  grid-template-columns: 43.2rem 1fr;
  align-items: start;
  gap: 4rem;
}
.visit__inner + .visit__inner {
  margin-top: 2.7rem;
}
@media screen and (max-width: 1200px) {
  .visit__inner {
    grid-template-columns: 37rem 1fr;
  }
}
@media screen and (max-width: 999px) {
  .visit__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.visit__heading {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.visit__title h2 {
  font-size: 3.2rem;
  font-weight: 700;
}

.visit__title span {
  display: block;
  margin-top: 0.5rem;
  font-size: 5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
}

.visit__desc {
  position: relative;
  z-index: 1;
}

.visit__btn {
  margin-top: 5.8rem;
}
@media screen and (max-width: 1200px) {
  .visit__btn {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .visit__btn {
    text-align: center;
  }
}

.visit__flow {
  min-width: 0;
  position: relative;
}
.visit__flow .card-bg1,
.visit__flow .card-bg2 {
  position: absolute;
  z-index: 1;
}
.visit__flow .card-bg1 {
  bottom: 3.9%;
  left: -9.1%;
  width: 7.7rem;
}
@media screen and (max-width: 767px) {
  .visit__flow .card-bg1 {
    bottom: -7.1%;
  }
}
.visit__flow .card-bg2 {
  bottom: 6.4%;
  right: -4.1%;
  width: 6.4rem;
}
@media screen and (max-width: 1600px) {
  .visit__flow .card-bg2 {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .visit__flow .card-bg2 {
    bottom: -5.6%;
  }
}

.visit__steps {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 0 2rem;
}
@media screen and (max-width: 999px) {
  .visit__steps {
    margin-top: 3rem;
  }
}

.visit__line {
  position: absolute;
  top: 1rem;
  left: 5rem;
  right: 5rem;
  width: calc(100% - 10rem);
  z-index: 0;
  pointer-events: none;
}

.visit__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.visit__step.nega {
  margin-top: -1.5rem;
}
.visit__step:nth-child(3) {
  margin-left: 0rem;
}
.visit__step:nth-child(4) {
  margin-left: 0rem;
}
.visit__step:nth-child(5) {
  margin-left: -5rem;
}
.visit__step:nth-child(6) {
  margin-left: -8rem;
}

.step-number {
  width: 7.6rem;
  height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.8rem solid #FDFBF8;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300;
  transition: all 0.3s ease;
}

.visit__step:nth-child(2) .step-number {
  background: #D0B1D3;
}
.visit__step:nth-child(2):hover .step-number, .visit__step:nth-child(2).active .step-number {
  background: #9C65B9;
}

.visit__step:nth-child(3) .step-number {
  background: #99DAFA;
}
.visit__step:nth-child(3):hover .step-number, .visit__step:nth-child(3).active .step-number {
  background: #0099D9;
}

.visit__step:nth-child(4) .step-number {
  background: #B1DB56;
}
.visit__step:nth-child(4):hover .step-number, .visit__step:nth-child(4).active .step-number {
  background: #8FC31F;
}

.visit__step:nth-child(5) .step-number {
  background: #EEB066;
}
.visit__step:nth-child(5):hover .step-number, .visit__step:nth-child(5).active .step-number {
  background: #F08300;
}

.visit__step:nth-child(6) .step-number {
  background: #E9717B;
}
.visit__step:nth-child(6):hover .step-number, .visit__step:nth-child(6).active .step-number {
  background: #E60012;
}

.step-name {
  color: #8F7A67;
  font-size: max(1.8rem, 14px);
  font-weight: 400;
  line-height: 1.7;
  white-space: nowrap;
}

.visit__slider {
  position: relative;
}

.visit__viewport {
  overflow: hidden;
  border-radius: 5rem;
}

.visit__track {
  display: flex;
  transition: transform 0.5s ease;
}

.visit__card {
  flex: 0 0 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 41.4rem 1fr;
  gap: 3.5rem;
  padding: 4.5rem;
  align-items: center;
  border-radius: 5rem;
  background: #fff;
  box-shadow: 0.3rem 0.5rem 1.11rem 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
@media screen and (max-width: 1500px) {
  .visit__card {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 999px) {
  .visit__card {
    padding: 2rem 6rem;
    grid-template-columns: 36.4rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .visit__card {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
}
.visit__card::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 47rem;
  width: 4.2rem;
  height: 5.1rem;
  z-index: 11;
}
.visit__card.step-1 {
  border: 0.5rem solid #D0B1D3;
}
.visit__card.step-1::before {
  background: url("assets/img/thumbtack1.png") no-repeat center/cover;
}
.visit__card.step-2 {
  border: 0.5rem solid #99DAFA;
}
.visit__card.step-2::before {
  background: url("assets/img/thumbtack2.png") no-repeat center/cover;
}
.visit__card.step-3 {
  border: 0.5rem solid #B1DB56;
}
.visit__card.step-3::before {
  background: url("assets/img/thumbtack3.png") no-repeat center/cover;
}
.visit__card.step-4 {
  border: 0.5rem solid #EEB066;
}
.visit__card.step-4::before {
  background: url("assets/img/thumbtack4.png") no-repeat center/cover;
}
.visit__card.step-5 {
  border: 0.5rem solid #E9717B;
}
.visit__card.step-5::before {
  background: url("assets/img/thumbtack5.png") no-repeat center/cover;
}

.visit__image {
  position: relative;
  border-radius: 5rem;
  z-index: 0;
}
.visit__image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5rem;
  top: 1.3rem;
  right: -1.3rem;
}
.visit__image.step-1::before {
  background-color: #D0B1D3;
}
.visit__image.step-2::before {
  background-color: #99DAFA;
}
.visit__image.step-3::before {
  background-color: #B1DB56;
}
.visit__image.step-4::before {
  background-color: #EEB066;
}
.visit__image.step-5::before {
  background-color: #E9717B;
}

.visit__image img {
  width: 100%;
  display: block;
  border-radius: 5rem;
  border: 0.3rem solid #F6F4EF;
}

.visit__info {
  padding: 4.5rem 3.9rem;
  border-radius: 5rem;
  background: #F6F4EF;
}
@media screen and (max-width: 1500px) {
  .visit__info {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 999px) {
  .visit__info {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .visit__info {
    padding: 3rem 2rem;
  }
}
.visit__info a {
  text-decoration: none;
  color: #7A6953;
}

.visit__label {
  display: inline-block;
  width: 10.3rem;
  text-align: center;
  border-radius: 0.5rem;
  color: #fff;
  font-size: max(1.8rem, 14px);
}
.visit__label.step-1 {
  background: #9d65ba;
}
.visit__label.step-2 {
  background-color: #0099D9;
}
.visit__label.step-3 {
  background: #8FC31F;
}
.visit__label.step-4 {
  background-color: #F08300;
}
.visit__label.step-5 {
  background: #E9717B;
}

.visit__info {
  height: 40rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .visit__info {
    height: -moz-max-content;
    height: max-content;
  }
}

.visit__step-number-large {
  position: absolute;
  top: 4rem;
  right: 2.6rem;
  font-size: 12rem;
  line-height: 0.7583333333;
  font-weight: 300;
}
@media screen and (max-width: 999px) {
  .visit__step-number-large {
    top: 1rem;
    right: 1.8rem;
  }
}
.visit__step-number-large.step-1 {
  color: rgba(208, 177, 211, 0.4);
}
.visit__step-number-large.step-2 {
  color: rgba(153, 218, 250, 0.4);
}
.visit__step-number-large.step-3 {
  color: rgba(177, 219, 86, 0.4);
}
.visit__step-number-large.step-4 {
  color: rgba(238, 176, 102, 0.4);
}
.visit__step-number-large.step-5 {
  color: rgba(233, 113, 123, 0.4);
}

.visit__sub {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  color: #373434;
  margin: 3.3rem 0 3rem 0;
}
@media screen and (max-width: 999px) {
  .visit__sub {
    font-size: 2rem;
    margin: 2rem 0;
  }
}

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

.visit__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  border: none;
  background: #A8978D;
  cursor: pointer;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.visit__arrow img {
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .visit__arrow img {
    width: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .visit__arrow {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .visit__arrow {
    width: 4rem;
    height: 4rem;
  }
}

.visit__arrow--prev {
  left: -3.9rem;
}
.visit__arrow--prev img {
  padding-right: 0.5rem;
}
@media screen and (max-width: 999px) {
  .visit__arrow--prev {
    left: 0.6rem;
  }
}

.visit__arrow--next {
  right: -3.9rem;
}
.visit__arrow--next img {
  padding-left: 0.5rem;
}
@media screen and (max-width: 999px) {
  .visit__arrow--next {
    right: 0.6rem;
  }
}

.bg-priamry {
  position: relative;
  z-index: 1;
}
.bg-priamry::before {
  position: absolute;
  content: "";
  top: -20rem;
  width: 100%;
  height: 233.1rem;
  background: url(assets/img/treatment-bg.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 2000px) {
  .bg-priamry::before {
    top: 0;
  }
}
@media screen and (max-width: 1500px) {
  .bg-priamry::before {
    top: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .bg-priamry::before {
    height: 300rem;
  }
}

.bg-priamry2 {
  position: relative;
  z-index: 0;
}
.bg-priamry2::before {
  position: absolute;
  content: "";
  top: -83rem;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(assets/img/treatment-bg.png) repeat center/cover;
  z-index: -1;
}

.treatment {
  position: relative;
  padding: 11.4rem 0 2rem;
  z-index: 1;
}
@media screen and (min-width: 2000px) {
  .treatment {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .treatment {
    padding-top: 4.4rem;
  }
}
.treatment::before {
  position: absolute;
  content: "";
  width: 31.206rem;
  height: 30.525rem;
  top: 13.2rem;
  left: 11.3020833333%;
  background: url("assets/img/treatment-bg2.png") no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .treatment::before {
    width: 19.206rem;
    height: 18.525rem;
    top: 31.2rem;
    left: 4.302083%;
  }
}
.treatment::after {
  position: absolute;
  content: "";
  width: 38.721rem;
  height: 39.443rem;
  top: -6.5rem;
  right: 3.502083%;
  background: url("assets/img/treatment-bg3.png") no-repeat center/cover;
}
@media screen and (max-width: 999px) {
  .treatment::after {
    width: 29.399rem;
    height: 34.2rem;
    top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .treatment::after {
    display: none;
  }
}
.treatment .treatment-bg {
  position: absolute;
  top: -10rem;
  z-index: -1;
  height: auto;
}
.treatment .container {
  max-width: 148.6rem;
}

.treatment-desc {
  margin-top: 4.4rem;
  margin-bottom: 6.9rem;
}
@media screen and (max-width: 767px) {
  .treatment-desc {
    margin-bottom: 3rem;
  }
}
.treatment-desc p {
  width: 67.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .treatment-desc p {
    width: 100%;
  }
}

.tab-panel {
  display: none;
  position: relative;
}

.fee:hover {
  opacity: 0.8;
}
.fee .fee-img {
  max-width: 47rem;
}
@media screen and (max-width: 767px) {
  .fee .fee-img {
    width: 100%;
  }
}

.fee-btn {
  text-align: center;
  margin-top: -5rem;
}
@media screen and (max-width: 999px) {
  .fee-btn {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .fee-btn {
    margin-top: 1rem;
  }
}

.tab-panel.active {
  display: block;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  padding: 5.9rem 8.8rem 7.8rem;
  background-color: #ECE5ED;
  border-radius: 0 0 5rem 5rem;
}
@media screen and (max-width: 999px) {
  .treatment-grid {
    gap: 2rem;
    padding: 3rem 3rem 7.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .treatment-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
  }
}

.treatment-tabs {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .treatment-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: -0.3px;
  }
}

.treatment-tab {
  padding: 1.2rem 3rem;
  border-radius: 5rem 5rem 0 0;
  border: 1px solid #A8978D;
  background: #F6F4EF;
  font-size: 2.6rem;
  color: #373434;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  height: 8.9rem;
}
@media screen and (max-width: 767px) {
  .treatment-tab {
    font-size: 1.4rem;
    border-radius: 2rem 2rem 0 0;
    padding: 1rem;
    height: -moz-max-content;
    height: max-content;
  }
  .treatment-tab:first-child {
    grid-column: span 2;
  }
  .treatment-tab:not(:first-child) {
    border-radius: unset;
  }
}
.treatment-tab.active {
  color: #fff;
}
.treatment-tab:nth-child(1):hover {
  background: #ECE5ED;
}
.treatment-tab:nth-child(1).active {
  border-color: #9C65B9;
  background: #9C65B9;
}
.treatment-tab:nth-child(2):hover {
  background: #E0F5FF;
}
.treatment-tab:nth-child(2).active {
  border-color: #0099D9;
  background: #0099D9;
}
.treatment-tab:nth-child(3):hover {
  background: #F8E5E6;
}
.treatment-tab:nth-child(3).active {
  border-color: #E9717B;
  background: #E9717B;
}

/* CARD */
.treatment-card {
  display: block;
  border-radius: 5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .treatment-card {
    padding-bottom: 4rem;
    border-radius: 2rem;
    position: relative;
  }
}
.treatment-card.purple .treatment-title {
  color: #9C65B9;
}
.treatment-card.purple .treatment-btn {
  background-color: #9C65B9;
}
.treatment-card.purple .treatment-btn--icon img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(28%) saturate(972%) hue-rotate(232deg) brightness(89%) contrast(87%);
}
.treatment-card.blue .treatment-title {
  color: #0099D9;
}
.treatment-card.blue .treatment-btn {
  background-color: #0099D9;
}
.treatment-card.blue .treatment-btn--icon img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(96%) saturate(2020%) hue-rotate(169deg) brightness(95%) contrast(101%);
}
.treatment-card.green .treatment-title {
  color: #8FC31F;
}
.treatment-card.green .treatment-btn {
  background-color: #8FC31F;
}
.treatment-card.green .treatment-btn--icon img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(55%) saturate(918%) hue-rotate(35deg) brightness(95%) contrast(88%);
}
.treatment-card.orange .treatment-title {
  color: #EEB066;
}
.treatment-card.orange .treatment-btn {
  background-color: #EEB066;
}
.treatment-card.orange .treatment-btn--icon img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(44%) saturate(692%) hue-rotate(344deg) brightness(101%) contrast(87%);
}
.treatment-card.pink .treatment-title {
  color: #E9717B;
}
.treatment-card.pink .treatment-btn {
  background-color: #E9717B;
}
.treatment-card.pink .treatment-btn--icon img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(36%) saturate(1084%) hue-rotate(306deg) brightness(97%) contrast(89%);
}
.treatment-card.brown .treatment-title {
  color: #B98565;
}
.treatment-card.brown .treatment-btn {
  background-color: #B98565;
}
.treatment-card.brown .treatment-btn--icon img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(25%) saturate(836%) hue-rotate(338deg) brightness(92%) contrast(88%);
}

/* IMAGE */
.treatment-img {
  border: 0.3rem solid #FEFDEA;
  border-radius: 5rem 5rem 0rem 5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .treatment-img {
    border-radius: 2rem 2rem 0rem 2rem;
  }
}
.treatment-img::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(101%);
  transition: transform 0.4s ease;
  z-index: 2;
  opacity: 0.9;
}
.treatment-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5rem 5rem 0rem 5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .treatment-img img {
    border-radius: 2rem 2rem 0rem 2rem;
  }
}

.treatment-card:hover .treatment-img::before {
  transform: translateY(0);
}

.treatment-card.purple .treatment-img::before {
  background: rgba(156, 101, 185, 0.9019607843);
}

.treatment-card.blue .treatment-img::before {
  background: rgba(0, 153, 217, 0.9019607843);
}

.treatment-card.green .treatment-img::before {
  background: rgba(143, 195, 31, 0.9019607843);
}

.treatment-card.orange .treatment-img::before {
  background: rgba(238, 176, 102, 0.9019607843);
}

.treatment-card.pink .treatment-img::before {
  background: rgba(233, 113, 123, 0.9019607843);
}

.treatment-card.brown .treatment-img::before {
  background: rgba(185, 133, 101, 0.9019607843);
}

/* BODY */
.treatment-body {
  padding: 0rem 3rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .treatment-body {
    padding: 0 1rem 1rem 1rem;
  }
}
.treatment-body .default-txt {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .treatment-body .default-txt {
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}

.treatment-icon {
  width: 14.9rem;
  height: 14.9rem;
  border-radius: 50%;
  margin: -5rem auto 1.5rem;
  background: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
@media screen and (max-width: 1500px) {
  .treatment-icon {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1500px) {
  .treatment-icon {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .treatment-icon {
    width: 7rem;
    height: 7rem;
    margin: -2rem auto 1.5rem;
  }
}
.treatment-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1200px) {
  .treatment-icon img {
    width: 8.4rem;
  }
}
@media screen and (max-width: 767px) {
  .treatment-icon img {
    width: 3.4rem;
  }
}
.treatment-icon p {
  margin-top: 1.2rem;
  font-size: max(1.8rem, 14px);
  color: #373434;
  width: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .treatment-icon p {
    font-size: 1.5rem;
    width: 240%;
    margin-top: 0;
  }
}
.treatment-icon .treatment-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  top: 11.6rem;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1500px) {
  .treatment-icon .treatment-title {
    top: 12.2rem;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .treatment-icon .treatment-title {
    top: 6rem;
    font-size: 1.5rem;
  }
}

.treatment-btn {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  flex-direction: row;
  grid-gap: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 5rem 5rem;
  padding: 0.9rem 0;
}
@media screen and (max-width: 767px) {
  .treatment-btn {
    width: 100%;
    border-radius: 0 0 2rem 2rem;
    padding: 0.5rem 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.treatment-btn--icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.treatment-btn--icon img {
  position: absolute;
  top: 44%;
  left: 0;
  transform: translateY(-50%);
  width: 2.294rem;
  height: 0.618rem;
}

.symptom-wrap {
  padding: 9.7rem 6.1rem 6.9rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.1rem;
  border-radius: 0 0 5rem 5rem;
}
@media screen and (max-width: 1300px) {
  .symptom-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .symptom-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .symptom-wrap {
    grid-template-columns: 1fr 1fr;
    padding: 2rem 1rem;
    border-radius: 0 0 1rem 1rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 1.5rem;
  }
}

#symptom {
  border-radius: 0 0 5rem 5rem;
}
#symptom .symptom-wrap {
  background: #E0F5FF;
}

#disease {
  border-radius: 0 0 5rem 5rem;
}
#disease .symptom-wrap {
  background: #F8E5E6;
}

#symptom .symptom-item,
#symptom .symptom-item:hover,
#symptom .symptom-item:focus,
#symptom .symptom-item:visited {
  border: 1px solid #99DAFA;
}

#disease .symptom-item,
#disease .symptom-item:hover,
#disease .symptom-item:focus,
#disease .symptom-item:visited {
  border: 1px solid #F1BFC0;
}

.symptom-item {
  background: #fff;
  height: 7.1rem;
  border-radius: 5rem;
  color: #7A6953;
  font-size: max(1.8rem, 14px);
  line-height: 1.4;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.8rem;
  gap: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .symptom-item {
    height: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .symptom-item {
    height: 5rem;
    font-size: 1.4rem;
    padding: 0 0.4rem;
    gap: 0;
  }
  .symptom-item img {
    width: 1.3rem;
  }
}
.symptom-item a {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .symptom-item a {
    max-width: 100%;
  }
}
.symptom-item:hover {
  background-color: #99DAFA;
  color: #fff;
}
.symptom-item:hover img {
  content: url("assets/img/btn-blue-white.png");
}

#disease .symptom-item img {
  content: url("assets/img/btn-pink.png");
}
#disease .symptom-item:hover {
  background-color: #F1BFC0;
  color: #fff;
}
#disease .symptom-item:hover img {
  content: url("assets/img/btn-pink-white.png");
}

.medical {
  padding: 17rem 0;
  position: relative;
  z-index: 1;
  background: url("assets/img/d.png") no-repeat center/cover;
}
@media screen and (max-width: 999px) {
  .medical {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .medical {
    padding-top: 5rem;
    padding-bottom: 0rem;
  }
}
.medical::before {
  content: "";
  position: absolute;
  width: 122.9rem;
  height: 66.7rem;
  top: 33rem;
  right: 0rem;
  background: url("assets/img/medical-content-bg.png") no-repeat center/cover;
  z-index: 2;
}
@media screen and (max-width: 1800px) {
  .medical::before {
    width: 114.9rem;
    top: 44rem;
  }
}
.medical .c {
  position: relative;
}
.medical .c::after {
  position: absolute;
  content: "";
  width: 52.7rem;
  height: 52.4rem;
  background: url("assets/img/c.png") no-repeat center/cover;
  top: 2rem;
  left: 15rem;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .medical .c::after {
    width: 27.721rem;
    height: 33.443em;
  }
}
@media screen and (max-width: 767px) {
  .medical .c::after {
    display: none;
  }
}
.medical .c::before {
  position: absolute;
  content: "";
  width: 21rem;
  height: 18.3rem;
  background: url("assets/img/b.png") no-repeat center/cover;
  top: 25rem;
  right: 18.3rem;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .medical .c::before {
    width: 27.721rem;
    height: 33.443em;
  }
}
@media screen and (max-width: 767px) {
  .medical .c::before {
    display: none;
  }
}
.medical .container {
  max-width: 152.449rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .medical .container {
    padding-top: 0;
  }
}
.medical__link {
  display: inline-block;
  padding-left: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .medical__link {
    padding-left: 0;
  }
}
.medical__link:hover {
  opacity: 0.8;
}
.medical__banner {
  max-width: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1500px) {
  .medical__banner {
    max-width: 45rem;
  }
}
@media screen and (max-width: 1200px) {
  .medical__banner {
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .medical__banner {
    max-width: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .medical__banner {
    max-width: 100%;
  }
}

.medical-bg2::before {
  content: "";
  position: absolute;
  width: 38.721rem;
  height: 39.443rem;
  top: -13.2rem;
  left: 3.1rem;
  background: url("assets/img/medical-c.png") no-repeat center/cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .medical-bg2::before {
    display: none;
  }
}
.medical-bg2::after {
  content: "";
  position: absolute;
  width: 57.006rem;
  height: 16.518rem;
  top: 15.6rem;
  right: 2.8rem;
  background: url("assets/img/medical-bird.png") no-repeat center/cover;
  z-index: 2;
}

.medical__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 84.1rem 1fr;
  gap: 2.4rem;
  align-items: end;
}
@media screen and (max-width: 999px) {
  .medical__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "image" "text";
  }
}

.medical__img {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .medical__img {
    grid-area: image;
  }
}
.medical__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 5rem;
  background: linear-gradient(to bottom, rgb(253, 251, 248) 0%, rgba(253, 251, 248, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .medical__img::before {
    display: none;
  }
}
.medical__img img {
  border-radius: 5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .medical__img img {
    border-radius: 1rem;
  }
}
.medical__img .large {
  width: 73.6rem;
}
@media screen and (max-width: 999px) {
  .medical__img .large {
    width: 63.6rem;
  }
}
.medical__img .small {
  width: 41.7rem;
  border: 0.3rem solid #FDFBF8;
  position: absolute;
  right: 0;
  bottom: -12.75rem;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .medical__img .small {
    bottom: -4.75rem;
  }
}
@media screen and (max-width: 767px) {
  .medical__img .small {
    width: 20.7rem;
    bottom: -1.75rem;
  }
}

.medical__content .medical-txt {
  margin-top: 4.7rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 999px) {
  .medical__content .medical-txt {
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .medical__content .section-heading {
    grid-area: heading;
  }
  .medical__content .medical-txt {
    grid-area: text;
    margin-top: 2rem;
  }
}

.medical-btn {
  margin-top: 7.4rem;
}
@media screen and (max-width: 1200px) {
  .medical-btn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .medical-btn .btn {
    width: 26rem;
  }
}

.medical-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  padding: 0 9rem;
  margin-top: 16.9rem;
}
@media screen and (max-width: 1700px) {
  .medical-list {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1500px) {
  .medical-list {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .medical-list {
    gap: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .medical-list {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 999px) {
  .medical-list {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .medical-list {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
}

.medical-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2.4rem 2.9rem;
  border-radius: 5rem;
  background: #fff;
  overflow: hidden;
  isolation: isolate;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .medical-card {
    padding: 1.4rem 1.3rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .medical-card {
    padding: 2rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .medical-card {
    flex-direction: column;
    padding: 2rem 0.5rem 5rem 0.5rem;
    border-radius: 1rem;
  }
}
.medical-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--hover-gradient);
  transform: translateX(-101%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .medical-card::before {
    transform: translateX(0);
  }
}
.medical-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0rem;
  width: 35.5rem;
  height: 100%;
  background: var(--hover-image) no-repeat center/cover;
  transform: translate(30%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.6s ease;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .medical-card::after {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
.medical-card:hover {
  cursor: pointer;
}
.medical-card:hover::before {
  transform: translateX(0);
}
.medical-card:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
}
.medical-card:hover .medical-card__content h3,
.medical-card:hover .medical-card__content p,
.medical-card:hover .medical-card__content span {
  color: #fff;
}
.medical-card:hover .medical-card__icon img {
  filter: brightness(0) invert(1);
}
.medical-card:hover .medical-card__arrow {
  background: #fff;
}
.medical-card__heading .default-txt {
  font-size: max(1.8rem, 14px);
}
@media screen and (max-width: 767px) {
  .medical-card__heading .default-txt {
    color: #fff !important;
    font-size: 1.5rem;
  }
}
.medical-card > * {
  position: relative;
  z-index: 2;
}
.medical-card--green {
  --hover-gradient: linear-gradient(90deg,
        rgba(143, 195, 31, 1) 50%,
        rgba(143, 195, 31, 0.5) 90%,
        rgba(143, 195, 31, 0) 100%);
  --hover-image: url("assets/img/medical-bg1.png");
}
@media screen and (max-width: 767px) {
  .medical-card--green {
    --hover-gradient: rgba(143, 195, 31, 0.8);
  }
}
.medical-card--green .medical-card__heading h3, .medical-card--green .medical-card__heading .default-txt {
  color: #8FC31F;
}
.medical-card--orange {
  --hover-gradient: linear-gradient(90deg,
        rgba(238, 176, 102, 1) 50%,
        rgba(238, 176, 102, 0.5) 90%,
        rgba(238, 176, 102, 0) 100%);
  --hover-image: url("assets/img/medical-bg2.png");
}
@media screen and (max-width: 767px) {
  .medical-card--orange {
    --hover-gradient: rgba(238, 176, 102, 0.8);
  }
}
.medical-card--orange .medical-card__heading h3, .medical-card--orange .medical-card__heading .default-txt {
  color: #F08300;
}
.medical-card--pink {
  --hover-gradient: linear-gradient(90deg,
        rgba(233, 113, 123, 1) 50%,
        rgba(233, 113, 123, 0.5) 90%,
        rgba(233, 113, 123, 0) 100%);
  --hover-image: url("assets/img/medical-bg3.png");
}
@media screen and (max-width: 767px) {
  .medical-card--pink {
    --hover-gradient: rgba(233, 113, 123, 0.8);
  }
}
.medical-card--pink .medical-card__heading h3, .medical-card--pink .medical-card__heading .default-txt {
  color: #E9717B;
}
.medical-card__accent {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 9rem;
  border-radius: 99px;
}
.medical-card__icon {
  flex-shrink: 0;
  width: 11rem;
}
.medical-card__icon img {
  width: 9.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .medical-card__icon img {
    filter: brightness(0) invert(1);
  }
}
.medical-card__content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .medical-card__content .default-txt {
    color: #fff;
  }
}
.medical-card__content > .default-txt {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .medical-card__content > .default-txt {
    padding-right: 0;
  }
}
.medical-card__heading {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.medical-card__heading h3 {
  margin: 0;
  font-size: max(2.2rem, 14px);
  font-weight: 500;
  line-height: 1.4;
  color: #373434;
}
@media screen and (max-width: 767px) {
  .medical-card__heading h3 {
    font-size: 1.7rem;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .medical-card__heading {
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.medical-card__arrow {
  position: absolute;
  right: 2.5rem;
  bottom: 2rem;
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .medical-card__arrow {
    bottom: 1rem;
  }
}
.medical-card__arrow img {
  position: absolute;
  top: 37%;
  width: 2.6rem;
}
.medical-card--green {
  border: 1px solid #8FC31F;
}
.medical-card--green .medical-card__accent {
  background: #8FC31F;
}
.medical-card--green .medical-card__arrow {
  background: #EEF5DF;
}
.medical-card--green .medical-card__arrow img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(62%) saturate(827%) hue-rotate(35deg) brightness(94%) contrast(89%);
}
.medical-card--orange {
  border: 1px solid #EEB066;
}
.medical-card--orange .medical-card__accent {
  background: #EEB066;
}
.medical-card--orange .medical-card__heading span {
  color: #EEB066;
}
.medical-card--orange .medical-card__arrow {
  background: #FFF0DE;
}
.medical-card--orange .medical-card__arrow img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(42%) saturate(840%) hue-rotate(336deg) brightness(101%) contrast(87%);
}
.medical-card--pink {
  border: 1px solid #E9717B;
}
.medical-card--pink .medical-card__accent {
  background: #E9717B;
}
.medical-card--pink .medical-card__heading span {
  color: #E9717B;
}
.medical-card--pink .medical-card__arrow {
  background: #FAECED;
}
.medical-card--pink .medical-card__arrow img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(33%) saturate(1284%) hue-rotate(307deg) brightness(96%) contrast(92%);
}
@media screen and (max-width: 767px) {
  .medical-card__heading h3 {
    color: #FFFFFF !important;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .medical-card__content .default-txt {
    font-size: max(1.5rem, 14px);
  }
}

.feature {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-top: 5rem;
}
.feature:before {
  position: absolute;
  content: "";
  background: url("assets/img/bg-news.png") no-repeat center/cover;
  width: 25.6rem;
  height: 10.234rem;
  bottom: 0rem;
  right: 37rem;
  z-index: 1;
}
.feature .cont.container {
  max-width: 161.5rem;
  position: relative;
  z-index: 1;
}
.feature .feature-bg {
  position: absolute;
  content: "";
}
.feature .feature__item {
  display: grid;
  grid-template-columns: 1fr 85.638rem;
  align-items: center;
  gap: 6.1rem;
  margin-top: 8.8rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .feature .feature__item {
    margin-top: 4.15rem;
  }
}
@media screen and (max-width: 999px) {
  .feature .feature__item {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.feature .feature__item::before {
  position: absolute;
  content: "";
  width: 80vw;
  height: 19.6rem;
  bottom: -8.8rem;
  right: 35rem;
  background: url("assets/img/feature-bg-2.png");
  background-repeat: repeat;
  background-size: cover;
  background-position: right;
  border-radius: 0 5rem 5rem 0;
}
@media screen and (max-width: 999px) {
  .feature .feature__item::before {
    bottom: -13.8rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__item::before {
    right: 15rem;
    height: 6.6rem;
    bottom: -3.8rem;
  }
}
.feature .feature__item::after {
  position: absolute;
  content: "";
  bottom: -2.1rem;
  left: 6rem;
  width: 12.6rem;
  height: 16.8rem;
  background: url("assets/img/feature-bg-3.png") no-repeat center/cover;
}
@media screen and (max-width: 999px) {
  .feature .feature__item::after {
    bottom: -8.1rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__item::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature__item .feature-content .feature-desc {
    margin-top: 5rem;
  }
}
.feature .feature-image {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .feature .feature-image {
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  .feature .feature-image {
    margin-bottom: 5rem;
  }
}
.feature .feature-image::before {
  position: absolute;
  content: "";
  width: 91.898rem;
  height: 52.591rem;
  background-color: #E0F5FF;
  top: 8.1rem;
  left: 9.1rem;
  border-radius: 5rem;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .feature .feature-image::before {
    top: 5.1rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature-image::before {
    height: 21rem;
    top: 4rem;
  }
}
.feature .feature-image img {
  border-radius: 5rem;
}

.feature-number {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  flex-shrink: 0;
}
.feature-number .number {
  font-size: 7rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .feature-number .number {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-number .number {
    font-size: 3rem;
  }
}
.feature-number .text {
  margin-top: 0.4rem;
  font-size: max(1.8rem, 14px);
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .feature-number .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-number .text {
    font-size: 1.4rem;
  }
}
.feature-number .feature-number-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.feature-number--01 {
  width: 11.9rem;
  height: 16.674rem;
  padding-top: 1.3rem;
  padding-right: 1.1rem;
}
.feature-number--01 .number {
  padding-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .feature-number--01 {
    width: 11.9rem;
    height: 12.574rem;
    padding-top: 2.3rem;
    padding-right: 0.7rem;
  }
}
.feature-number--02 {
  width: 13.9rem;
  height: 16.074rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .feature-number--02 {
    width: 12rem;
    height: 12rem;
  }
}
.feature-number--03 {
  width: 13.9rem;
  height: 16.074rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .feature-number--03 {
    width: 11rem;
    height: 12rem;
    padding-top: 2rem;
  }
}
.feature-number--04 {
  width: 11.9rem;
  height: 16.674rem;
  padding-top: 1.3rem;
  padding-right: 1.1rem;
}
@media screen and (max-width: 767px) {
  .feature-number--04 {
    width: 11.9rem;
    height: 12.574rem;
    padding-top: 2.3rem;
    padding-right: 0.7rem;
  }
}

.feature-title {
  display: flex;
  gap: 3.1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature-title {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0;
  }
}
.feature-title h3 {
  position: relative;
  z-index: 0;
  color: #7A6953;
}
.feature-title h3::before {
  position: absolute;
  content: "";
  width: 39.961rem;
  height: 11.57rem;
  top: -2.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .feature-title h3::before {
    width: 31.961rem;
    height: 8.57rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-title.f1 {
    align-items: center;
  }
}
.feature-title.f1 h3::before {
  left: -1.9rem;
  background: url("assets/img/f1.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .feature-title.f1 h3::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 999px) {
  .feature-title.f1 {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .feature-title.f2 {
    align-items: center;
  }
}
.feature-title.f2 h3 {
  text-align: center;
}
.feature-title.f2 h3::before {
  left: 0rem;
  background: url("assets/img/f2.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .feature-title.f2 h3::before {
    left: -4rem;
  }
}
.feature-title.f3 {
  margin-top: 8.85rem;
}
@media screen and (max-width: 767px) {
  .feature-title.f3 {
    margin-top: 0;
  }
}
.feature-title.f3 h3::before {
  left: -2rem;
  background: url("assets/img/f3.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .feature-title.f3 h3::before {
    width: 31.961rem;
    height: 8.57rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.feature-title.f4 {
  margin-top: 7.75rem;
}
@media screen and (max-width: 767px) {
  .feature-title.f4 {
    margin-top: 0;
  }
}
.feature-title.f4 h3::before {
  left: -2rem;
  background: url("assets/img/f4.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .feature-title.f4 h3::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.feature-last {
  padding: 9.7rem 0 0;
  position: relative;
  z-index: 10;
}
.feature-last::before {
  position: absolute;
  content: "";
  width: 12.881rem;
  height: 10.059rem;
  top: 0;
  left: 8.9rem;
  background: url("assets/img/tree.png") no-repeat center/cover;
}
.feature-last .container {
  max-width: 174.4rem;
}
@media screen and (max-width: 767px) {
  .feature-last .container {
    width: 100%;
  }
}
.feature-last__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.2rem;
}
@media screen and (max-width: 767px) {
  .feature-last__inner {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .feature-last__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.feature-last__item {
  border-radius: 5rem;
  position: relative;
}
.feature-last__item::before {
  position: absolute;
  content: "";
  width: 160.8rem;
  top: 0;
}
.feature-last__item.feature3 {
  background-color: #F8E5E6;
  margin-left: 5.2rem;
}
@media screen and (max-width: 767px) {
  .feature-last__item.feature3 {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.feature-last__item.feature3::before {
  background: url("assets/img/f3-bg.png") no-repeat center/cover;
  border-radius: 0 5rem 5rem 0;
  right: 0;
  height: 42rem;
}
.feature-last__item.feature4 {
  background-color: #ECE5ED;
  margin-right: 5.2rem;
}
@media screen and (max-width: 767px) {
  .feature-last__item.feature4 {
    margin-right: 0;
  }
}
.feature-last__item.feature4::before {
  background: url("assets/img/f4-bg.png") no-repeat center/cover;
  border-radius: 5rem 0 0 5rem;
  left: 0;
  height: 42rem;
}

.f {
  width: 100%;
  height: 4.9rem;
  border-radius: 0 0 5rem 5rem;
}

.feature3 img {
  top: 3.75rem;
  position: relative;
  right: 5.2rem;
}
@media screen and (max-width: 767px) {
  .feature3 img {
    right: 2.2rem;
  }
}
.feature3__content {
  padding: 0 7.6rem 3rem;
}
@media screen and (max-width: 767px) {
  .feature3__content {
    padding: 2rem;
  }
}
.feature3__content .default-txt {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .feature3__content .default-txt {
    margin-top: 3rem;
    position: relative;
    z-index: 1;
  }
}
.feature3 .f {
  background-color: #E9717B;
}

.feature4 img {
  top: 3.75rem;
  position: relative;
  left: 5.2rem;
}
@media screen and (max-width: 767px) {
  .feature4 img {
    left: 2.2rem;
  }
}
.feature4__content {
  padding: 0 5.5rem 3rem 9.7rem;
}
@media screen and (max-width: 999px) {
  .feature4__content {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .feature4__content {
    padding: 2rem;
  }
}
.feature4__content .default-txt {
  margin-top: 3.8rem;
}
@media screen and (max-width: 999px) {
  .feature4__content .default-txt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .feature4__content .default-txt {
    position: relative;
    z-index: 1;
  }
}
.feature4 .f {
  background-color: #9C65B9;
}

.feature3-4-btn {
  text-align: center;
  margin: 5.2rem 0 3.4rem;
}
@media screen and (max-width: 767px) {
  .feature3-4-btn {
    margin: 1rem 0;
  }
}

.feature-desc {
  padding-left: 15rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .feature-desc {
    width: 80rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .feature-desc {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-desc {
    width: 100%;
  }
  .feature-desc .default-txt {
    margin-top: 3rem;
  }
}

.feature-btn {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .feature-btn {
    margin-top: 2rem;
  }
}

.feature-banner {
  margin-top: 13.1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .feature-banner {
    margin-top: 2rem;
  }
}
.feature-banner::before {
  position: absolute;
  content: "";
  top: 8rem;
  width: 19rem;
  height: 43rem;
  background: url("assets/img/flower1.png") no-repeat center/cover;
}
@media screen and (max-width: 999px) {
  .feature-banner::before {
    width: 9rem;
    height: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-banner::before {
    width: 5rem;
    height: 12rem;
  }
}
.feature-banner::after {
  position: absolute;
  content: "";
  top: 6rem;
  width: 25rem;
  height: 47rem;
  right: 0;
  background: url("assets/img/flower2.png") no-repeat center/cover;
}
@media screen and (max-width: 999px) {
  .feature-banner::after {
    width: 12rem;
    height: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-banner::after {
    width: 7rem;
    height: 10rem;
  }
}
.feature-banner img {
  width: 100vw;
}

.feature2 {
  position: relative;
  z-index: 0;
  padding-bottom: 11rem;
}
@media screen and (max-width: 1800px) {
  .feature2 {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 1200px) {
  .feature2 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .feature2 {
    padding-bottom: 0;
  }
}
.feature2 .f2-bg {
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: -30rem;
}
@media screen and (max-width: 1800px) {
  .feature2 .f2-bg {
    top: -20rem;
  }
}
@media screen and (max-width: 1200px) {
  .feature2 .f2-bg {
    top: -10rem;
  }
}
.feature2__inner {
  position: relative;
}
.feature2__inner::before {
  position: absolute;
  content: "";
  width: 8.931rem;
  height: 6rem;
  top: 23.5rem;
  left: 16.8rem;
  background: url("assets/img/f-cloud.png") no-repeat center/cover;
}
.feature2__inner::after {
  position: absolute;
  content: "";
  width: 15.206rem;
  height: 7.218rem;
  top: 25.1rem;
  right: 15.9rem;
  background: url("assets/img/f-cloud2.png") no-repeat center/cover;
}

.feature2__content {
  width: 80.4rem;
  margin: 0 auto;
}
.feature2__content .feature-desc {
  margin-top: 2.2rem;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .feature2__content {
    width: 100%;
  }
  .feature2__content .feature-btn .btn {
    width: 26rem;
  }
}

.feature2__box {
  width: 109.566rem;
  position: relative;
  margin-right: auto;
  margin-left: 36.1rem;
  z-index: 0;
  margin-top: 5.3rem;
}
@media screen and (max-width: 1200px) {
  .feature2__box {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .feature2__box {
    width: 100%;
    margin: 2rem;
  }
}
.feature2__box .ct {
  position: absolute;
  top: -5.7rem;
  left: -15.4rem;
}
.feature2__box .ct img {
  width: 39.7rem;
}
@media screen and (max-width: 1500px) {
  .feature2__box .ct img {
    width: 35.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .feature2__box .ct img {
    width: 30rem;
  }
}
@media screen and (max-width: 1200px) {
  .feature2__box .ct {
    left: -5.4rem;
  }
}
@media screen and (max-width: 999px) {
  .feature2__box .ct {
    left: 4.6rem;
    top: -3.7rem;
  }
}
@media screen and (max-width: 767px) {
  .feature2__box .ct {
    position: static;
    width: 100%;
  }
}
.feature2__box .txt {
  width: 94.166rem;
  height: 23.6rem;
  padding-top: 3.5rem;
  padding-right: 7rem;
  background: url("assets/img/f-box.png") no-repeat center/cover;
}
.feature2__box .txt p {
  margin-left: 25rem;
}
@media screen and (max-width: 1500px) {
  .feature2__box .txt p {
    margin-left: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .feature2__box .txt p {
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1700px) {
  .feature2__box .txt {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 1500px) {
  .feature2__box .txt {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .feature2__box .txt {
    padding-top: 2.5rem;
    height: 26.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .feature2__box .txt {
    margin: 0 auto;
    width: 100rem;
    padding-top: 1rem;
    padding-right: 4rem;
    height: 30.6rem;
  }
}
@media screen and (max-width: 999px) {
  .feature2__box .txt {
    width: 77rem;
  }
}
@media screen and (max-width: 767px) {
  .feature2__box .txt {
    width: 100%;
    height: auto;
  }
}
.feature2__box .txt .default-txt:first-child {
  color: #8FC31F;
}
.feature2__box .txt p + p {
  margin-top: 1.5rem;
}

.equipment {
  overflow: hidden;
  width: 100%;
  padding-top: 5.3rem;
  padding-bottom: 17.5rem;
  background: url("assets/img/e-bg.png") repeat center/cover;
  position: relative;
}

.equipment-track {
  display: flex;
  gap: 2.8rem;
  width: -moz-max-content;
  width: max-content;
  animation: 30s linear 0s infinite normal none running marquee;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.equipment-card {
  position: relative;
  flex-shrink: 0;
  width: 34.016rem;
  height: 29.049rem;
  border-radius: 5rem 5rem 0 5rem;
  overflow: hidden;
}
.equipment-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.equipment-card:nth-child(5n+1),
.equipment-card:nth-child(5n+3),
.equipment-card:nth-child(5n+5) {
  margin-top: -4.6rem;
}

.equipment-label {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23.7rem;
  min-height: 4.2rem;
  color: #fff;
  font-size: max(1.6rem, 14px);
  border-radius: 5rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.equipment-label--purple {
  background: #a86ccf;
}
.equipment-label--blue {
  background: #0097e8;
}
.equipment-label--green {
  background: #8bcf21;
}
.equipment-label--orange {
  background: #f5b04e;
}
.equipment-label--pink {
  background: #f57b88;
}

.greeting {
  padding: 23rem 0 16rem;
  margin-top: -17.5rem;
  background: url(./assets/img/bg_section-greeting.png);
  background-size: cover;
  background-position: top;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 999px) {
  .greeting {
    padding: 5rem 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting {
    padding-bottom: 5rem;
  }
}
.greeting__wrapper {
  max-width: 1380px;
  width: calc(100% - 3rem);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-flex-align: flex-start;
  flex-direction: row;
  grid-gap: 0;
  background: url(./assets/img/bg_content-greeting.png);
  background-size: cover;
  background-position: center;
  border: 0.5rem solid #F6F4EF;
  border-radius: 50px;
}
@media screen and (max-width: 999px) {
  .greeting__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "image" "banner" "text" "btn";
    justify-items: center;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .greeting__wrapper {
    width: 100%;
  }
}
.greeting__col {
  max-width: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 999px) {
  .greeting__col {
    max-width: 100%;
    flex-basis: 100%;
    display: contents;
  }
}
.greeting__col:first-child {
  align-self: stretch;
  position: relative;
}
@media screen and (max-width: 999px) {
  .greeting__col:first-child {
    padding-top: 53rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting__col:first-child {
    padding-top: 33rem;
  }
}
.greeting__col:last-child {
  padding: 6rem 9rem 4.3rem 0;
}
@media screen and (max-width: 1400px) {
  .greeting__col:last-child {
    padding: 3rem 3rem 3rem 0;
  }
}
@media screen and (max-width: 999px) {
  .greeting__col:last-child {
    padding: 3rem;
    width: 100%;
  }
  .greeting__col:last-child .section-heading {
    grid-area: heading;
  }
  .greeting__col:last-child .default-txt {
    grid-area: text;
  }
}
@media screen and (max-width: 767px) {
  .greeting__col:last-child {
    padding: 3rem 1rem;
  }
}
.greeting__doctor {
  width: 37.8rem;
  position: absolute;
  bottom: 0;
  left: 40%;
  z-index: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .greeting__doctor {
    grid-area: image;
    position: static;
    transform: unset;
  }
}
@media screen and (max-width: 767px) {
  .greeting__doctor {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .greeting__doctor img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .greeting__doctor img {
    width: 50%;
  }
}
.greeting__cards {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-flex-align: flex-end;
  flex-direction: row;
  grid-gap: 2rem;
  height: 100%;
  padding: 0 3rem 3.3rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .greeting__cards {
    padding-bottom: 0;
    grid-area: banner;
    top: -50%;
  }
}
@media screen and (max-width: 767px) {
  .greeting__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .greeting__cards .business-card {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .greeting__cards .doctors-file {
    align-self: stretch;
  }
}
.greeting__cards .doctors-file a:hover {
  opacity: 0.8;
}
.greeting__cards .doctors-file img {
  min-height: 11.5rem;
  height: 115px;
}
@media screen and (max-width: 1300px) {
  .greeting__cards .doctors-file img {
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .greeting__cards .doctors-file img {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
}
.greeting .section-heading {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .greeting .section-heading {
    margin-bottom: 0;
  }
}
.greeting .default-txt {
  margin-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  .greeting .default-txt {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting .default-txt {
    margin: 0 1rem 2rem;
  }
}
.greeting__links {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  flex-direction: row;
  grid-gap: 3rem;
}
@media screen and (max-width: 999px) {
  .greeting__links {
    grid-area: btn;
  }
}
@media screen and (max-width: 767px) {
  .greeting__links {
    grid-gap: 1rem;
  }
}
.greeting__banner {
  width: 37.1rem;
  position: absolute;
  top: -10rem;
  right: 29.3rem;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .greeting__banner {
    right: 2.3rem;
  }
}
@media screen and (max-width: 999px) {
  .greeting__banner {
    right: 13.3rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting__banner {
    right: -3.7rem;
  }
}

.faq-recruit {
  margin-bottom: -5rem;
  padding: 7rem 0 14.5rem;
  background-image: url(./assets/img/bg_faq-recuit.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  .faq-recruit {
    padding: 5rem 0 10rem;
  }
}
.faq-recruit__banner {
  position: absolute;
  right: 14rem;
  top: 22rem;
  z-index: 15;
}
@media screen and (max-width: 1500px) {
  .faq-recruit__banner {
    top: -7rem;
  }
}
@media screen and (max-width: 999px) {
  .faq-recruit__banner {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .faq-recruit__banner {
    right: 0;
    width: 16.6rem;
  }
}
.faq-recruit__wrapper {
  max-width: 1384px;
  width: calc(100% - 3rem);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-flex-align: flex-start;
  flex-direction: row;
  grid-gap: 0;
}
@media screen and (max-width: 999px) {
  .faq-recruit__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .faq-recruit__wrapper {
    width: 100%;
  }
}
.faq-recruit .faq {
  padding-right: 2rem;
  max-width: 50%;
  flex-basis: 50%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .faq-recruit .faq {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 6rem;
  }
}
.faq-recruit .faq__inner {
  min-height: 59.2rem;
  padding: 5rem;
  margin-top: 4rem;
  background: linear-gradient(rgba(108, 52, 18, 0.48), rgba(108, 52, 18, 0.48)), url("./assets/img/banner-overlay_section-faq-recuit.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  border: 5px solid #F6F4EF;
  backdrop-filter: blur(2.5px);
  border-radius: 5rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .faq-recruit .faq__inner {
    min-height: 70rem;
  }
}
@media screen and (max-width: 999px) {
  .faq-recruit .faq__inner {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .faq-recruit .faq__inner {
    padding: 3rem 0.5rem;
  }
}
.faq-recruit .faq__content {
  margin-bottom: 6rem;
}
@media screen and (max-width: 999px) {
  .faq-recruit .faq__content {
    margin-bottom: 0;
  }
}
.faq-recruit .faq__item {
  padding: 0.5rem 2rem;
  background: rgba(255, 255, 255, 0.15);
  border: 0.5px solid #FFFFFF;
  backdrop-filter: blur(3.5px);
  border-radius: 10px;
  color: #fff;
  font-size: max(1.8rem, 14px);
}
@media screen and (max-width: 767px) {
  .faq-recruit .faq__item {
    padding: 0.5rem;
    line-height: 1.4;
    font-size: max(1.6rem, 16px);
  }
}
.faq-recruit .faq__item:not(:last-child) {
  margin-bottom: 2rem;
}
.faq-recruit .faq__item.is-open .faq__ques {
  border-bottom: 1px solid #FFFFFF;
}
.faq-recruit .faq__item.is-open .faq__ques .mark::after {
  transform: rotate(90deg);
  opacity: 1;
  visibility: visible;
}
.faq-recruit .faq__link {
  width: 100%;
  position: absolute;
  bottom: -3rem;
  left: 0;
  text-align: center;
}
.faq-recruit .faq__ques {
  padding: 1.5rem 2rem 1.5rem 6rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-recruit .faq__ques {
    padding-left: 5rem;
  }
}
.faq-recruit .faq__ques::before {
  content: "";
  display: block;
  width: 4rem;
  height: 3.2rem;
  background: url(./assets/img/icon_ques.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.faq-recruit .faq__ques .mark::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1px;
  background-color: #FFFFFF;
  border-radius: 5rem;
  position: absolute;
  right: 1px;
  top: calc(50% - 1px);
}
.faq-recruit .faq__ques .mark::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1px;
  background-color: #FFFFFF;
  border-radius: 5rem;
  position: absolute;
  right: 1px;
  top: calc(50% - 1px);
  transition: all 0.3s ease-in-out;
  transform: rotate(0);
  opacity: 0;
  visibility: hidden;
}
.faq-recruit .faq__ans {
  display: none;
  padding: 1.5rem 0 1.5rem 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-recruit .faq__ans {
    padding-left: 5rem;
  }
}
.faq-recruit .faq__ans::before {
  content: "";
  display: block;
  width: 4rem;
  height: 2.3rem;
  background: url(./assets/img/icon_ans.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.faq-recruit .recruit {
  padding-left: 2rem;
  max-width: 50%;
  flex-basis: 50%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .faq-recruit .recruit {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
}
.faq-recruit .recruit__inner {
  display: flex;
  min-height: 59.2rem;
  margin-top: 4rem;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 5rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .faq-recruit .recruit__inner {
    min-height: 70rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-recruit .recruit__inner {
    min-height: 59.2rem;
    margin: 0 0.5rem;
  }
}
.faq-recruit .recruit__content {
  margin-top: auto;
}
.faq-recruit .recruit__title {
  position: relative;
  top: 2rem;
}
@media screen and (max-width: 767px) {
  .faq-recruit .recruit__title {
    top: 0;
  }
}
.faq-recruit .recruit__title-bg {
  padding-left: 2rem;
  width: 29.7rem;
}
@media screen and (max-width: 767px) {
  .faq-recruit .recruit__title-bg {
    width: 24rem;
  }
}
.faq-recruit .recruit__title-txt {
  position: absolute;
  left: 13rem;
  top: 8rem;
  font-size: 3rem;
  font-family: "Noto Sans";
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .faq-recruit .recruit__title-txt {
    font-size: 2.2rem;
    top: 6.4rem;
    left: 11rem;
  }
}
.faq-recruit .recruit__txt {
  padding: 0 3.7rem 4.7rem 3.7rem;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .faq-recruit .recruit__txt {
    padding: 0 2rem 4.7rem 2rem;
  }
}
.faq-recruit .recruit__banner {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5rem;
}
@media screen and (max-width: 999px) {
  .faq-recruit .recruit__banner {
    -o-object-position: center;
       object-position: center;
  }
}
.faq-recruit .recruit__link {
  width: 100%;
  position: absolute;
  bottom: -3rem;
  left: 0;
  text-align: center;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 99;
  font-size: 10px;
  transition: all 0.3s ease-in-out;
}
.header.is-scrolled {
  top: 0px;
}
@media screen and (max-width: 1700px) {
  .header {
    font-size: 0.55vw;
  }
}
@media screen and (max-width: 999px) {
  .header {
    font-size: 1rem;
  }
}
.header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4980392157);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in;
}
.header.top::before {
  background-color: transparent;
  backdrop-filter: unset;
}
.header .container {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  flex-direction: row;
  grid-gap: 0;
  max-width: 192rem;
  margin: auto;
  padding: 0.7rem 3.3rem 0.7rem 5.5rem;
}
@media screen and (max-width: 1500px) {
  .header .container {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header .container {
    padding: 1rem 1.5rem;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .header-contact .address {
    display: none;
  }
}

.logo img {
  width: 54rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 1800px) {
  .logo img {
    width: 50rem;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .logo img {
    width: 44rem;
  }
}
@media screen and (max-width: 999px) {
  .logo img {
    width: 43.69rem;
  }
}
@media screen and (max-width: 999px) {
  .logo img {
    width: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 26rem;
  }
}

.nav ul {
  display: flex;
  list-style: none;
  gap: 4rem;
}
@media screen and (max-width: 1800px) {
  .nav ul {
    gap: 3em;
  }
}
@media screen and (max-width: 1500px) {
  .nav ul {
    gap: 2em;
  }
}
@media screen and (max-width: 999px) {
  .nav ul {
    display: none;
  }
}

.nav a {
  color: #7A6953;
  font-size: max(1.8em, 14px);
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .nav a {
    font-size: max(2.2em, 14px);
  }
}

.nav li {
  position: relative;
}

.nav li img {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  opacity: 1;
  transition: 0.3s;
}

.nav li.active img {
  opacity: 1;
}

.nav li:hover > img {
  opacity: 1;
}

.nav .menu-colum-global {
  display: flex;
  flex-direction: column;
  grid-gap: 0;
  background-color: #F6F4EF;
  border-radius: 1rem;
}
.nav .menu-colum-global a {
  padding: 1rem;
  display: block;
  line-height: 1.5;
  padding: 1em 2.5em;
  background-image: url(./assets/img/icon_arrow-02.png);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
  filter: brightness(0) saturate(100%) invert(40%) sepia(13%) saturate(780%) hue-rotate(353deg) brightness(92%) contrast(87%);
}
.nav .menu-colum-global a span {
  font-size: max(1.8rem, 14px);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.address {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.address p.default-txt {
  font-size: max(1.8rem, 14px);
}

.menu-btn {
  position: relative;
  border: none;
  width: 4.322rem;
  height: 3rem;
  background-color: transparent;
  cursor: pointer;
}
.menu-btn span {
  position: absolute;
  right: 0;
  height: 2px;
  background: #6C3412;
  transition: 0.3s;
}
.menu-btn span:nth-child(1) {
  width: 4.3rem;
  top: 0;
}
.menu-btn span:nth-child(2) {
  width: 3.6rem;
  top: 1.1rem;
}
.menu-btn span:nth-child(3) {
  width: 3.6rem;
  top: 2.2rem;
}
.menu-btn.active span:nth-child(1) {
  top: 1.1rem;
  transform: rotate(45deg);
  width: 4.3rem;
}
.menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.menu-btn.active span:nth-child(3) {
  top: 1.1rem;
  transform: rotate(-45deg);
  width: 4.3rem;
}

.menu-overlay {
  position: absolute;
  top: 9.1rem;
  width: 100%;
  z-index: 99;
  right: -4.6%;
  background: #fff;
  z-index: 999;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
}
@media screen and (max-width: 999px) {
  .menu-overlay {
    width: calc(100vw + 13px);
    max-height: calc(100vh - 12rem);
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .menu-overlay {
    top: 3.9rem;
  }
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (max-width: 999px) {
  .menu-overlay.active {
    transform: translateX(20px);
  }
}
.menu-overlay .phone-btn {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .menu-overlay .phone-btn {
    text-align: center;
  }
  .menu-overlay .phone-btn p {
    width: 100%;
  }
}

.menu-wrap {
  display: grid;
  grid-tremplate-columns: 1fr 1fr;
  gap: 1rem;
  padding-right: 3rem;
}
@media screen and (min-width: 1000px) {
  .menu-wrap {
    overflow: auto;
    max-height: calc(100vh - 10rem);
  }
}
.menu-wrap::-webkit-scrollbar {
  width: 4px;
}
.menu-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.menu-wrap::-webkit-scrollbar-thumb {
  max-height: 10rem;
  background-color: #f08300;
  border-radius: 999px;
}
.menu-wrap .menu-col:last-child {
  padding-bottom: 5rem;
}

.menu-col h2 {
  font-size: 3.2rem;
  line-height: 1;
  background: #9B6E4A;
  color: #fff;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .menu-col h2 {
    font-size: 2.6rem;
  }
}

.menu-col ul {
  list-style: none;
  padding: 0;
}

.menu-col li {
  margin-bottom: 0.6rem;
  font-size: max(1.8rem, 14px);
}
@media screen and (max-width: 767px) {
  .menu-col li {
    font-size: 1.6rem;
  }
}

.menu-col .menu__item a {
  display: block;
  line-height: 1.5;
  padding: 0.6rem 5rem;
  background-image: url(./assets/img/icon_arrow-02.png);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
  filter: brightness(0) saturate(100%) invert(40%) sepia(13%) saturate(780%) hue-rotate(353deg) brightness(92%) contrast(87%);
}
@media screen and (max-width: 767px) {
  .menu-col .menu__item a {
    padding: 0.6rem 3.5rem;
  }
}
.menu-col .menu__item a:hover {
  opacity: 0.8;
}

.footer {
  padding-top: 9rem;
  background-image: url(./assets/img/bg_footer.png);
  position: relative;
}
.footer .clinic {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  flex-direction: row;
  grid-gap: 0;
  max-width: 1486px;
  width: calc(100% - 3rem);
  margin: 0 auto 2.2rem;
}
@media screen and (max-width: 999px) {
  .footer .clinic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .clinic {
    grid-template-columns: 1fr;
  }
}
.footer .clinic .maps__info {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 4rem 0 3.3rem;
}
@media screen and (max-width: 999px) {
  .footer .clinic .maps__info {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .clinic .maps__head {
    padding-left: 0;
  }
}
@media screen and (max-width: 1500px) {
  .footer .clinic .maps__contact {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer .clinic .maps__contact {
    align-items: flex-start;
    flex-direction: column;
    margin: 2rem 0;
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .clinic .maps__contact .phone {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .clinic .maps__contact .address .default-txt {
    font-size: max(1.5rem, 14px);
  }
}
@media screen and (max-width: 999px) {
  .footer .clinic .schedule-table {
    width: 100%;
  }
}
.footer .clinic .maps__time p {
  padding-left: 1.5rem;
}
@media screen and (max-width: 999px) {
  .footer .clinic .maps__time p {
    padding-left: 0;
  }
}
.footer .clinic .maps__map {
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 999px) {
  .footer .clinic .maps__map {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.footer .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 8.8rem;
       column-gap: 8.8rem;
  row-gap: 0;
  max-width: 1360px;
  width: calc(100% - 3rem);
  margin: 0 auto 5.5rem;
}
@media screen and (max-width: 1200px) {
  .footer .menu {
    -moz-column-gap: 5.8rem;
         column-gap: 5.8rem;
  }
}
@media screen and (max-width: 999px) {
  .footer .menu {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .menu {
    row-gap: 2rem;
  }
}
.footer .menu .col:first-child {
  border-radius: 5rem;
  overflow: hidden;
}
.footer .menu .col:first-child .menu__title {
  background-color: #0099D9;
}
.footer .menu .col:first-child .menu__list {
  background-color: rgba(0, 153, 217, 0.1215686275);
}
.footer .menu .col:last-child {
  border-radius: 5rem;
  overflow: hidden;
}
.footer .menu .col:last-child .menu__title {
  background-color: #8FC31F;
}
.footer .menu .col:last-child .menu__list {
  background-color: #E2F0C3;
}
.footer .menu__title {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  flex-direction: row;
  grid-gap: 3rem;
  padding: 0 6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .menu__title {
    padding: 0 2.5rem;
    grid-gap: 1rem;
  }
}
.footer .menu__title .head {
  font-size: 3rem;
  letter-spacing: 34%;
}
.footer .menu__list {
  display: grid;
  grid-template-rows: repeat(7, auto);
  grid-template-columns: repeat(2, 50%);
  grid-auto-flow: column;
  padding: 2rem 3rem 3.5rem;
}
@media screen and (max-width: 999px) {
  .footer .menu__list {
    padding: 2rem 6rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .menu__list {
    display: block;
    padding: 2rem;
  }
}
.footer .menu__item {
  margin-left: 1.5rem;
  list-style-type: disc;
  line-height: 2;
}
.footer .menu__item::marker {
  color: #7A6953;
}
.footer .menu__link:hover {
  opacity: 0.8;
}
.footer .menu__link {
  font-size: max(1.8rem, 14px);
  color: #7A6953;
}
@media screen and (max-width: 767px) {
  .footer .menu__link {
    font-size: 1.6rem;
  }
}
.footer .copyright {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-flex-align: center;
  flex-direction: row;
  grid-gap: 0;
  padding: 1rem 0;
  font-size: 1.8rem;
  background-color: #77BAC5;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .footer .copyright {
    margin-bottom: 6rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    margin-bottom: 6.9rem;
    flex-direction: column;
  }
}
.footer .copyright__logo {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .footer .copyright__logo {
    margin-right: 0;
  }
}

.page-top {
  position: fixed;
  bottom: 12rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 1500px) {
  .page-top {
    bottom: 18rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-top {
    bottom: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .page-top {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-top.child-btn {
    bottom: 8rem;
    right: 1rem;
  }
}
.page-top img {
  max-width: 7.2rem;
}
@media screen and (max-width: 1500px) {
  .page-top img {
    max-width: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-top img {
    max-width: 10rem;
  }
}
@media screen and (max-width: 999px) {
  .page-top img {
    max-width: 6rem;
  }
}/*# sourceMappingURL=style.css.map */