@charset "UTF-8";
/*!
 * Grits-Themes v2.1.0
 * @Author: phamcuong96
 */
/*==========================================================================*/
/* START VARIABLE                                                           */
/*==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kaisei+Opti:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&family=Yomogi&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
:root {
  --gl-bp-bigscreen: 1920;
  --gl-bp-desktops: 1440;
  --gl-bp-laptops: 1280;
  --gl-bp-small-laptops: 1024;
  --gl-bp-tablets: 900;
  --gl-bp-phones: 540;
  --gl-bp-small-phones: 320;
  --gl-trans-5e: 500ms ease;
  --gl-trans-4e: 400ms ease;
  --gl-trans-3e: 300ms ease;
  --gl-trans-2e: 200ms ease;
  --gl-trans-1e: 100ms ease;
  --gl-trans-all-1: all .3s ease-in-out;
  --gl-trans-cube-1: all 0.3s cubic-bezier(1, 0.49, 0.16, 0.96);
  --gl-trans-cube-2: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  --gl-font-kais: "Kaisei Opti", serif;
  --gl-font-cant: "Cantarell", sans-serif;
  --gl-font-jose: "Josefin Sans", sans-serif;
  --gl-font-zen: "Zen Maru Gothic", sans-serif;
  --gl-font-yomo: "Yomogi", cursive;
  --gl-header-height: clamp(5.40791rem, 4.45303rem + 4.77441vw, 8.75rem);
  --gl-themes-main-color: #555555;
  --gl-themes-main-color-rgb: 85, 85, 85;
  --gl-themes-main-color-2: #e17d98;
  --gl-themes-main-color-2-rgb: 225, 125, 152;
  --gl-boxshadow-1: 0px 20px 50px 0px rgba(47, 63, 82, 0.05);
  --wy-base-color-1: var(--gl-themes-main-color);
  --zindex-promax: 9999;
  --zindex-pro: 999;
  --zindex-plus: 99;
  --zindex-fixed: 9;
  --gl-main-visual-height: 80.5vh;
  --gl-main-visual-width: calc(100% - clamp(2.5rem, -5.85807rem + 14.8423vw, 7.5rem));
  --gl-default-text-color: #555555;
  --gl-default-paragraph-line-height: 2.25;
  --gl-default-title-line-height: 1.5;
  --gl-default-font: 'Noto Sans JP', sans-serif;
  --gl-default-background-rgb: 255, 255, 255;
  --gl-sec-heading-2-color: var(--gl-themes-main-color);
  --gl-sec-heading-2-align: center;
  --gl-sec-heading-2-font-size: clamp(1.625rem, 1.375rem + 1.25vw, 2.5rem);
  --gl-sec-heading-3-font-size: clamp(1.375rem, 1.23214rem + 0.71429vw, 1.875rem);
  --gl-sec-heading-4-font-size: clamp(1.125rem, 1.01786rem + 0.53571vw, 1.5rem);
  --gl-sec-heading-5-font-size: clamp(1.0625rem, 1.00893rem + 0.26786vw, 1.25rem);
  --gl-sec-heading-6-font-size: clamp(0.9375rem, 0.88393rem + 0.26786vw, 1.125rem);
  --gl-sec-heading-weight: 500;
  --gl-sec-heading-font: var(--gl-font-kais);
}

@media only screen and (max-width: 900px) {
  :root {
    --gl-main-visual-height: calc(100vh - 20px);
    --gl-header-height: clamp(3.75rem, 2.80815rem + 2.78552vw, 4.375rem);
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fade-out-down {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fade-out-down {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes scroll-down {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}

@keyframes scroll-down {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}

@-webkit-keyframes scroll-up {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes scroll-up {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*==========================================================================*/
/* END VARIABLE                                                             */
/*==========================================================================*/
/*==========================================================================*/
/* START RESET TAG HTML                                                     */
/*==========================================================================*/
body {
  background: rgba(var(--gl-default-background-rgb), 1);
  min-width: 320px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
}

object {
  width: 100% !important;
  height: 100% !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: normal;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

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

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: inherit;
}

abbr {
  cursor: help;
}

label {
  cursor: pointer;
}

img {
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

table, input, textarea, select, option {
  line-height: 1.5;
}

strong, th {
  font-weight: bold;
}

em {
  font-style: italic;
}

th, td {
  border: 1px solid;
  padding: 1em;
}

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

@media only screen and (max-width: 900px) {
  th, td {
    padding: 0.5em;
  }
}

/*==========================================================================*/
/* END RESET TAG HTML                                                       */
/*==========================================================================*/
/*==========================================================================*/
/* START SET'UP FONTS                                                       */
/*==========================================================================*/
html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  font-size: clamp(0.8125rem, 0.75893rem + 0.26786vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--gl-default-text-color);
  font-family: var(--gl-default-font);
}

body p {
  letter-spacing: .1em;
  line-height: var(--gl-default-paragraph-line-height);
}

select, input, button, textarea {
  font-family: inherit;
  color: inherit;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, table, tr, th, td {
  font-size: 100%;
  font-weight: inherit;
}

/*==========================================================================*/
/* END SET'UP FONTS                                                         */
/*==========================================================================*/
/*==========================================================================*/
/* START UTILITIES                                                          */
/*==========================================================================*/
@media only screen and (max-width: 900px) {
  .pc-only {
    display: none !important;
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 901px) {
  .sp-only {
    display: none !important;
    visibility: hidden !important;
  }
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.invisible {
  visibility: hidden;
}

.ovh,
.ovl {
  overflow: hidden;
}

.fullwidthbreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.imgset img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-animate {
  -webkit-animation: unset !important;
          animation: unset !important;
  visibility: visible !important;
}

.no-animate-child * {
  -webkit-animation: unset !important;
          animation: unset !important;
  visibility: visible !important;
}

.el-hidden {
  display: none !important;
  visibility: hidden !important;
}

.el-pt-0 {
  padding-top: 0 !important;
}

.el-pb-0 {
  padding-bottom: 0 !important;
}

.el-pl-0 {
  padding-left: 0 !important;
}

.el-pr-0 {
  padding-right: 0 !important;
}

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

.el-mb-0 {
  margin-bottom: 0 !important;
}

.el-ml-0 {
  margin-left: 0 !important;
}

.el-mr-0 {
  margin-right: 0 !important;
}

.el-mw-unset {
  max-width: unset !important;
}

.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.fade-in-up {
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}

.fade-in-left {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
}

.fade-in-right {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
}

.animate-prepared {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.container {
  overflow: hidden;
}

.container-lg,
.container-md,
.container-sm,
.container-ssm {
  max-width: calc(var(--container-width) * 1px);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto !important;
  margin-right: auto !important;
}

.container-lg:not(.container-lg),
.container-md:not(.container-lg),
.container-sm:not(.container-lg),
.container-ssm:not(.container-lg) {
  padding: 0 clamp(1.25rem, 0.875rem + 1.11111vw, 1.875rem);
}

.container-lg {
  --container-width: var(--gl-bp-desktops);
}

.container-md {
  --container-width: var(--gl-bp-laptops);
}

.container-sm {
  --container-width: var(--gl-bp-small-laptops);
}

.container-ssm {
  --container-width: var(--gl-bp-tablets);
}

.card-link-setup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--zindex-fixed);
}

.card-link-setup a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  z-index: var(--zindex-plus);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: hidden;
}

.overlay.active {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.overlay.no-active {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  gap: 60px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

.preloader__logo {
  max-width: clamp(9.96601rem, 8.2063rem + 8.79856vw, 16.125rem);
  -webkit-animation: ease preloader 2s both;
          animation: ease preloader 2s both;
  opacity: 0;
}

.preloader__loader {
  font-size: clamp(1.25rem, 1.14286rem + 0.53571vw, 1.625rem);
  font-family: var(--gl-font-jose);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  -webkit-animation: ease fade-in 0.3s both;
          animation: ease fade-in 0.3s both;
  opacity: 0;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
  position: absolute;
  color: var(--gl-themes-main-color-2);
}

.preloader__loader::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.preloader__loader::before {
  --c: no-repeat linear-gradient(#fff 0 0);
  height: 2px;
  background: var(--c), var(--c), var(--gl-themes-main-color-2);
  background-size: 40% 100%;
  -webkit-animation: l16 3s infinite;
          animation: l16 3s infinite;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(calc(100% + 15px));
          transform: translateY(calc(100% + 15px));
}

@-webkit-keyframes l16 {
  0% {
    background-position: -100% 0, -100% 0;
  }
  66% {
    background-position: 166.67% 0, -100% 0;
  }
  100% {
    background-position: 166.67% 0, 166.67% 0;
  }
}

@keyframes l16 {
  0% {
    background-position: -100% 0, -100% 0;
  }
  66% {
    background-position: 166.67% 0, -100% 0;
  }
  100% {
    background-position: 166.67% 0, 166.67% 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.border-dotted-multi-color {
  --dot1: #f9d7d9;
  --dot2: #f7e5bd;
  --dot3: #f6f2b4;
  --dot4: #e2f5e9;
  --dot5: #d8edef;
  --dot6: #e8d9e4;
  --dot7: #ffdbe5;
  --dotsize: clamp(0.23177rem, 0.19084rem + 0.20462vw, 0.375rem);
  --dotgap: clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem);
  --dotoffset: clamp(1.69963rem, 1.39952rem + 1.50053vw, 2.75rem);
  position: relative;
}

.border-dotted-multi-color::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: -webkit-radial-gradient(circle, var(--dot1) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), -webkit-radial-gradient(circle, var(--dot2) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), -webkit-radial-gradient(circle, var(--dot3) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), -webkit-radial-gradient(circle, var(--dot4) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), -webkit-radial-gradient(circle, var(--dot5) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), -webkit-radial-gradient(circle, var(--dot6) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), -webkit-radial-gradient(circle, var(--dot7) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2));
  background-image: radial-gradient(circle, var(--dot1) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), radial-gradient(circle, var(--dot2) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), radial-gradient(circle, var(--dot3) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), radial-gradient(circle, var(--dot4) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), radial-gradient(circle, var(--dot5) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), radial-gradient(circle, var(--dot6) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2)), radial-gradient(circle, var(--dot7) calc(var(--dotsize) / 2), transparent calc(var(--dotsize) / 2));
  background-size: calc((var(--dotsize) + var(--dotgap)) * 7) 100%;
  background-repeat: repeat-x;
  background-position: calc(0px - var(--dotoffset)) center, calc( (var(--dotsize) + var(--dotgap)) * 1 - var(--dotoffset)) center, calc( (var(--dotsize) + var(--dotgap)) * 2 - var(--dotoffset)) center, calc( (var(--dotsize) + var(--dotgap)) * 3 - var(--dotoffset)) center, calc( (var(--dotsize) + var(--dotgap)) * 4 - var(--dotoffset)) center, calc( (var(--dotsize) + var(--dotgap)) * 5 - var(--dotoffset)) center, calc( (var(--dotsize) + var(--dotgap)) * 6 - var(--dotoffset)) center;
}

.tit-kazari {
  position: relative;
}

.tit-kazari::after {
  display: block;
  content: "";
  aspect-ratio: 86 / 83;
  width: clamp(3.322rem, 2.73543rem + 2.93285vw, 5.375rem);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 1;
  background: var(--tit-kazari-color, #e8f1f3);
  -webkit-mask-image: url(../images/balloon-kazari-sky.webp);
          mask-image: url(../images/balloon-kazari-sky.webp);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transform: translate(-57%, -28%);
          transform: translate(-57%, -28%);
}

.tit-kazari.-sky {
  --tit-kazari-color: #e8f1f2;
}

.tit-kazari.-mint {
  --tit-kazari-color: #e8f2ec;
}

.tit-kazari.-yellow {
  --tit-kazari-color: #fdf1d7;
}

.tit-kazari.-purple {
  --tit-kazari-color: #f1e6ee;
}

.tit-kazari.-pink {
  --tit-kazari-color: #feeff0;
}

.wave-kazari {
  position: relative;
}

.wave-kazari::before {
  display: block;
  content: '';
  position: absolute;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 311"><path fill-rule="evenodd" fill="%23F5E1C8" d="M0,0 L960,0 L1920,0 L1920,260 C1920,260 1481.149,374.19 960,260 C438.851,145.81 0,260 0,260 L0,0 Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 311"><path fill-rule="evenodd" fill="%23F5E1C8" d="M0,0 L960,0 L1920,0 L1920,260 C1920,260 1481.149,374.19 960,260 C438.851,145.81 0,260 0,260 L0,0 Z"/></svg>');
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -99;
  height: clamp(2.5rem, -0.88501rem + 10.01112vw, 8.125rem);
  width: 100%;
}

@media only screen and (max-width: 1920px) and (min-width: 901px) {
  .wave-kazari::before {
    -webkit-mask-size: 1920px auto;
            mask-size: 1920px auto;
    height: 130px;
  }
}

@media only screen and (min-width: 1921px) {
  .wave-kazari::before {
    height: 6vw;
  }
}

/*==========================================================================*/
/* END UTILITIES                                                            */
/*==========================================================================*/
/*==========================================================================*/
/* START HEADER                                                             */
/*==========================================================================*/
.header {
  --header-background: #fff;
  --header-background-dynamic: #fff;
  --header-boxshadow: none;
  --header-boxshadow-dynamic: rgba(0, 0, 0, 0.35) 0px 0px 4px;
  --header-logo-maxwidth: 146;
  --header-logo-maxwidth-dynamic: 273;
  --header-logo-content: none;
  --header-logo-content-dynamic: url(../images/header-logo-dyn.webp);
  --header-menu-item-font: var(--gl-default-font);
  --header-menu-item-hover-color: var(--gl-themes-main-color-2);
  --header-menu-item-title-font: var(--gl-default-font);
  --header-menu-item-title-color: var(--gl-themes-main-color);
  --header-menu-item-title-weight: 600;
  --header-main-menu-gap: clamp(1.25rem, -1.46637rem + 4.82375vw, 2.875rem);
  --header-main-menu-item-color: var(--gl-themes-main-color);
  --header-main-menu-item-color-dynamic: var(--gl-themes-main-color);
  --header-dropdown-background: #fff;
  --header-dropdown-boxshadow: var(--header-boxshadow-dynamic);
  --header-dropdown-padding: 1rem;
  --header-dropdown-radius: 0.5rem;
  --header-dropdown-top-offset: -0.5rem;
  --header-dropdown-show: hidden;
  --header-dropdown-opa: 0;
  --header-dropdown-tranx: unset;
  --header-dropdown-trans-delay: 0s;
  --header-dropdown-posi-left: unset;
  --header-dropdown-posi-right: unset;
  --header-dropdown-item-background: rgba(var(--gl-themes-main-color-rgb), 0.1);
  --header-dropdown-item-radius: var(--header-dropdown-radius);
  --header-dropdown-item-opacity: 1;
  --header-dropdown-item-color: var(--gl-themes-main-color);
  --header-dropdown-item-padd-tb: 0.4rem;
  --header-dropdown-item-padd-lr: 1rem;
  --header-dropdown-item-af-show: "";
  --header-dropdown-item-af-opa: 0;
  --header-dropdown-item-width: 100%;
  --header-dropdown-sub-menu-radius: var(--header-dropdown-radius);
  --header-dropdown-sub-menu-padd-tb: 0rem;
  --header-dropdown-sub-menu-padd-lr: 0rem;
  --header-dropdown-lv1-column: 1;
  --header-dropdown-lv1-gap: 0.6rem;
  --header-dropdown-lv1-background: transparent;
  --header-dropdown-lv1-boxshadow: none;
  --header-dropdown-lv2-column: 1;
  --header-dropdown-lv2-gap: 0.6rem;
  --header-dropdown-lv2-background: rgba(var(--gl-themes-main-color-rgb), 0.1);
  --header-dropdown-lv2-boxshadow: none;
  --header-hamburger-color: var(--gl-themes-main-color);
  --header-hamburger-color-dynamic: var(--gl-themes-main-color);
  --header-hamburger-background: transparent;
  --header-hamburger-background-dynamic: transparent;
  --header-toggle-background: #fff;
}

.header.scroll-active, .header.hamburger-active {
  --header-logo-maxwidth: var(--header-logo-maxwidth-dynamic);
  --header-logo-content: var(--header-logo-content-dynamic);
  --header-logo-trany: 0;
  --header-logo-ml: clamp(1.25rem, -1.88428rem + 5.56586vw, 3.125rem);
  --header-kazari-visibility: hidden;
  --header-background: var(--header-background-dynamic);
  --header-boxshadow: var(--header-boxshadow-dynamic);
  --header-main-menu-item-color: var(--header-main-menu-item-color-dynamic);
  --header-hamburger-color: var(--header-hamburger-color-dynamic);
  --header-hamburger-background: var(--header-hamburger-background-dynamic);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: clamp(1.54512rem, 1.27229rem + 1.36412vw, 2.5rem);
  width: 100%;
  height: var(--gl-header-height);
  background: var(--header-background);
  position: absolute;
  z-index: var(--zindex-pro);
  top: 0;
  left: 0;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.header__inner.-floating {
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
  position: fixed;
}

.header__inner .kazari {
  width: clamp(17.5rem, 6.29185rem + 33.14794vw, 36.125rem);
  left: 0;
  top: 0;
  -webkit-transform: translate(-33%, -21.8%);
          transform: translate(-33%, -21.8%);
  visibility: var(--header-kazari-visibility, visible);
}

.header__logo {
  max-width: calc(var(--header-logo-maxwidth) * 1px);
  width: calc(var(--header-logo-maxwidth) * 100% / var(--gl-bp-desktops));
  margin-left: var(--header-logo-ml, clamp(1.25rem, -2.92904rem + 7.42115vw, 3.75rem));
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 900px) {
  .header__logo {
    max-width: calc((var(--header-logo-maxwidth) * 1px) / (1.618 * 1.2));
    width: auto;
  }
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  content: var(--header-logo-content);
  -webkit-transform: translateY(var(--header-logo-trany, 29%));
          transform: translateY(var(--header-logo-trany, 29%));
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.header .imposter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 clamp(1.25rem, -1.00667rem + 6.67408vw, 5rem);
}

.header .imposter .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 0.79867rem + 1.33482vw, 2rem);
}

.header .imposter .row.-r2 {
  -webkit-transform: translateY(clamp(0.07726rem, 0.06361rem + 0.06821vw, 0.125rem));
          transform: translateY(clamp(0.07726rem, 0.06361rem + 0.06821vw, 0.125rem));
}

.header__nav {
  max-width: calc(var(--gl-bp-desktops) * 1px);
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: var(--header-main-menu-gap);
}

.header__menu a {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--header-menu-item-font);
}

.header__menu .menu-item-has-children {
  position: relative;
}

.header__menu > .menu-item-has-children:has(.-xl) {
  position: static;
}

.header__menu > .menu-item-has-children .main-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.23177rem, 0.19084rem + 0.20462vw, 0.375rem);
}

.header__menu > .menu-item-has-children .main-menu-link::after {
  --s: 1px;
  display: block;
  content: '';
  width: clamp(0.3125rem, 0.10355rem + 0.37106vw, 0.4375rem);
  margin-top: 4px;
  aspect-ratio: 5/3;
  -webkit-clip-path: polygon(0 0, 0 var(--s), 50% 100%, 100% var(--s), 100% 0, 50% calc(100% - var(--s)));
          clip-path: polygon(0 0, 0 var(--s), 50% 100%, 100% var(--s), 100% 0, 50% calc(100% - var(--s)));
  background: var(--gl-themes-main-color-2);
}

@media only screen and (max-width: 1280px) {
  .header__menu > .menu-item-has-children .main-menu-link::after {
    position: absolute;
    margin-top: 3em;
  }
}

.header__menu .main-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu .main-menu-item:first-child {
  --header-dropdown-posi-left: 0;
  --header-dropdown-tranx: -10%;
}

.header__menu .main-menu-item:last-child {
  --header-dropdown-posi-right: 0;
  --header-dropdown-tranx: 10%;
}

.header__menu .main-menu-item:nth-last-child(2):not(:first-child) {
  --header-dropdown-posi-right: 0;
  --header-dropdown-tranx: 20%;
}

.header__menu .main-menu-item:nth-child(2):nth-last-child(2) {
  --header-dropdown-posi-left: 50%;
  --header-dropdown-tranx: -50%;
}

.header__menu .main-menu-item:not(:first-child):not(:last-child):not(:nth-last-child(2)):not(.menu-item-dropdown-right) {
  --header-dropdown-posi-left: 50%;
  --header-dropdown-tranx: -50%;
}

.header__menu .main-menu-item.menu-item-dropdown-right {
  --header-dropdown-posi-right: 0;
  --header-dropdown-tranx: 10%;
}

.header__menu .main-menu-item:hover > .header__dropdown {
  --header-dropdown-top-offset: 0rem;
  --header-dropdown-show: visible;
  --header-dropdown-opa: 1;
  --header-dropdown-trans-delay: 0.15s;
}

.header__menu .main-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--header-main-menu-item-color);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
  font-size: var(--header-main-menu-item-fs, clamp(0.6875rem, 0.59821rem + 0.44643vw, 1rem));
  height: var(--header-main-menu-item-height, auto);
  letter-spacing: 0.05em;
  padding: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem) 0;
}

.header__menu .main-menu-link:hover {
  color: var(--header-menu-item-hover-color);
}

.header__menu.-social-menu {
  --header-main-menu-item-fs: clamp(0.6875rem, 0.61607rem + 0.35714vw, 0.9375rem);
  --header-main-menu-item-height: clamp(1.73826rem, 1.43133rem + 1.53463vw, 2.8125rem);
  gap: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
}

.header__menu.-social-menu .main-menu-item:not(.menu-item-no-bg) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--header-main-menu-social-item-bg, #ddd);
  min-width: clamp(6.72126rem, 5.53448rem + 5.93391vw, 10.875rem);
  border-radius: clamp(7.72559rem, 6.36147rem + 6.82059vw, 12.5rem);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
  border: 1px solid RGBA(var(--gl-themes-main-color-2-rgb), var(--menu-item-opa, 0));
  padding: 0 clamp(0.9657rem, 0.79518rem + 0.85257vw, 1.5625rem);
  position: relative;
}

.header__menu.-social-menu .main-menu-item:not(.menu-item-no-bg):hover {
  --menu-item-opa: 1;
}

.header__menu.-social-menu .main-menu-item:not(.menu-item-no-bg) a {
  line-height: 1.2;
  letter-spacing: 0.05em;
  min-height: var(--header-main-menu-item-height);
  height: auto;
}

.header__menu.-social-menu .main-menu-item:not(.menu-item-no-bg) a::after {
  --s: 1px;
  display: block;
  content: '';
  width: clamp(0.25rem, 0.14552rem + 0.18553vw, 0.3125rem);
  aspect-ratio: 3/5;
  position: absolute;
  right: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, var(--s) 0, 100% 50%, var(--s) 100%, 0 100%, calc(100% - var(--s)) 50%);
          clip-path: polygon(0 0, var(--s) 0, 100% 50%, var(--s) 100%, 0 100%, calc(100% - var(--s)) 50%);
  background: var(--gl-themes-main-color-2);
}

.header__menu.-social-menu .main-menu-link {
  letter-spacing: 0.1em;
}

.header__menu.-social-menu .main-menu-link .gg-io {
  margin-right: clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem);
}

.header__menu.-social-menu .menu-item-postpartum {
  --header-main-menu-social-item-bg: #e8f1f2;
}

.header__menu.-social-menu .menu-item-breastfeeding {
  --header-main-menu-social-item-bg: #feeff0;
}

.header__menu.-social-menu .menu-item-salon {
  --header-main-menu-social-item-bg: #fdfac6;
}

.header__menu.-social-menu .menu-item-email .main-menu-link, .header__menu.-social-menu .menu-item-instagram .main-menu-link {
  height: 100%;
}

.header__menu.-social-menu .menu-item-email {
  margin-left: clamp(0.625rem, -0.41976rem + 1.85529vw, 1.25rem);
}

.header__menu.-social-menu .menu-item-instagram {
  margin-left: clamp(0rem, -1.04476rem + 1.85529vw, 0.625rem);
}

.header__menu.-main-menu .main-menu-item:last-child .main-menu-link::before {
  content: none;
}

.header__menu.-main-menu .main-menu-link {
  position: relative;
}

.header__menu.-main-menu .main-menu-link::before {
  display: block;
  content: '';
  width: 1px;
  height: 1em;
  position: absolute;
  right: calc(var(--header-main-menu-gap) / -2);
  background: #d4d4d4;
}

.header__dropdown {
  width: var(--header-dropdown-width);
  background: var(--header-dropdown-background);
  position: absolute;
  z-index: var(--zindex-fixed);
  top: calc(100% - var(--header-dropdown-top-offset));
  left: var(--header-dropdown-posi-left);
  right: var(--header-dropdown-posi-right);
  padding: var(--header-dropdown-padding);
  -webkit-box-shadow: var(--header-dropdown-boxshadow);
          box-shadow: var(--header-dropdown-boxshadow);
  border-radius: 10px;
  visibility: var(--header-dropdown-show);
  opacity: var(--header-dropdown-opa);
  -webkit-transform: translateX(var(--header-dropdown-tranx));
          transform: translateX(var(--header-dropdown-tranx));
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
  -webkit-transition-delay: var(--header-dropdown-trans-delay);
          transition-delay: var(--header-dropdown-trans-delay);
}

.header__dropdown .sub-menu {
  padding: var(--header-dropdown-sub-menu-padd-tb) var(--header-dropdown-sub-menu-padd-lr);
  border-radius: var(--header-dropdown-sub-menu-radius);
}

.header__dropdown .sub-menu.-lv1 {
  --header-dropdown-item-width: calc((100% - (var(--header-dropdown-sub-menu-padd-lr) * 2) - (var(--header-dropdown-lv1-gap) * (var(--header-dropdown-lv1-column) - 1))) / var(--header-dropdown-lv1-column));
  background: var(--header-dropdown-lv1-background);
  -webkit-box-shadow: var(--header-dropdown-lv1-boxshadow);
          box-shadow: var(--header-dropdown-lv1-boxshadow);
}

.header__dropdown .sub-menu.-lv2 {
  --header-dropdown-item-background: #fff;
  --header-dropdown-item-opacity: 0.7;
  --header-dropdown-item-width: 100%;
  --header-dropdown-sub-menu-padd-tb: 0.5rem 0.6rem;
  --header-dropdown-sub-menu-padd-lr: 1rem 0.6rem ;
  display: grid;
  grid-template-columns: repeat(var(--header-dropdown-lv2-column), 1fr);
  gap: var(--header-dropdown-lv2-gap);
  background: var(--header-dropdown-lv2-background);
  -webkit-box-shadow: var(--header-dropdown-lv2-boxshadow);
          box-shadow: var(--header-dropdown-lv2-boxshadow);
}

.header__dropdown .menu-item-gap {
  width: var(--header-dropdown-lv1-gap);
}

.header__dropdown .sub-menu-item {
  width: var(--header-dropdown-item-width);
}

.header__dropdown .sub-menu-item.menu-item-has-children {
  --header-dropdown-item-af-show: none;
}

.header__dropdown .sub-menu-item.menu-item-has-children > .sub-menu-link {
  font-size: clamp(0.625rem, 0.48214rem + 0.71429vw, 1.125rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--gl-themes-main-color-2);
  font-family: var(--header-menu-item-title-font);
  font-weight: var(--header-menu-item-title-weight);
}

.header__dropdown .sub-menu-item.menu-item-has-children > .sub-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.header__dropdown .sub-menu-item.col-d {
  --header-dropdown-item-width: calc((100% - (var(--header-dropdown-sub-menu-padd-lr) * 2) - (var(--header-dropdown-lv1-gap) * ((var(--header-dropdown-lv1-column) / 2) - 1))) / (var(--header-dropdown-lv1-column) / 2));
  --header-dropdown-lv2-column: 2;
}

.header__dropdown .sub-menu-item.col-t {
  --header-dropdown-item-width: calc((100% - (var(--header-dropdown-sub-menu-padd-lr) * 2) - (var(--header-dropdown-lv1-gap) * ((var(--header-dropdown-lv1-column) - 3) / 2))) * ((var(--header-dropdown-lv1-column) - 1) / var(--header-dropdown-lv1-column)));
  --header-dropdown-lv2-column: 3;
}

.header__dropdown .sub-menu-item.col-f {
  --header-dropdown-item-width: calc(100% - (var(--header-dropdown-sub-menu-padd-lr) * 2));
  --header-dropdown-lv2-column: var(--header-dropdown-lv1-column);
}

.header__dropdown .sub-menu-link {
  font-size: clamp(0.625rem, 0.55357rem + 0.35714vw, 0.875rem);
  padding: var(--header-dropdown-item-padd-tb) var(--header-dropdown-item-padd-lr);
  color: var(--header-dropdown-item-color);
  border-radius: var(--header-dropdown-item-radius);
  background: var(--header-dropdown-item-background);
  opacity: var(--header-dropdown-item-opacity);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.header__dropdown .sub-menu-link::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.header__dropdown .sub-menu-link::after {
  content: var(--header-dropdown-item-af-show);
  top: 0;
  left: 0;
  background: var(--header-menu-item-hover-color);
  opacity: var(--header-dropdown-item-af-opa);
  z-index: -9;
  -webkit-transition: inherit;
  transition: inherit;
}

.header__dropdown .sub-menu-link[href="#"], .header__dropdown .sub-menu-link[href=""] {
  cursor: text;
}

.header__dropdown .sub-menu-link[href]:not([href="#"]):not([href=""]):hover {
  --header-dropdown-item-opacity: 1;
  --header-dropdown-item-af-opa: 0;
  color: var(--header-menu-item-hover-color);
}

.header__dropdown.-sm {
  --header-dropdown-width: clamp(9.2707rem, 7.63376rem + 8.18471vw, 15rem);
  --header-dropdown-lv1-column: 1;
}

.header__dropdown.-md {
  --header-dropdown-width: clamp(19.31397rem, 15.90367rem + 17.05147vw, 31.25rem);
  --header-dropdown-lv1-column: 2;
}

.header__dropdown.-lg {
  --header-dropdown-width: clamp(20rem, 12.32143rem + 38.39286vw, 46.875rem);
  --header-dropdown-lv1-column: 3;
}

.header__dropdown.-xl {
  --header-dropdown-width: clamp(20rem, 0.71429rem + 96.42857vw, 87.5rem);
  --header-dropdown-lv1-column: 4;
  --header-dropdown-posi-left: 50%;
  --header-dropdown-tranx: -50%;
  overflow-y: auto;
  max-height: calc(100vh - var(--gl-header-height) - var(--header-dropdown-top-offset));
}

.header__hamburger {
  --hamburger-active-trans-value: 4px;
  --hamburger-lines-height: 1px;
  --hamburger-lines-gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--header-hamburger-background);
  position: relative;
  z-index: 1;
  height: 100%;
  width: 32px;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.header__hamburger .hamburger-btn {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--hamburger-lines-gap);
}

.header__hamburger .hamburger-btn span {
  display: block;
  width: 100%;
  height: var(--hamburger-lines-height);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 200px;
  background: var(--header-hamburger-color);
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.header__hamburger .hamburger-btn.active span:nth-child(1) {
  -webkit-animation-name: active-lines-1;
          animation-name: active-lines-1;
}

.header__hamburger .hamburger-btn.active span:nth-child(2) {
  -webkit-animation-name: active-lines-3;
          animation-name: active-lines-3;
}

.header__hamburger .hamburger-btn.no-active span:nth-child(1) {
  -webkit-animation-name: no-active-lines-1;
          animation-name: no-active-lines-1;
}

.header__hamburger .hamburger-btn.no-active span:nth-child(2) {
  -webkit-animation-name: no-active-lines-3;
          animation-name: no-active-lines-3;
}

@-webkit-keyframes active-lines-1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes active-lines-1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes no-active-lines-1 {
  0% {
    top: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes no-active-lines-1 {
  0% {
    top: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes active-lines-2 {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes active-lines-2 {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes no-active-lines-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes no-active-lines-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes active-lines-3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    bottom: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes active-lines-3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    bottom: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@-webkit-keyframes no-active-lines-3 {
  0% {
    bottom: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    bottom: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes no-active-lines-3 {
  0% {
    bottom: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    bottom: var(--hamburger-active-trans-value);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.header__hamburger .hamburger-btn-text {
  -webkit-transform: translateY(var(--header-hamburger-text-trany, 3px));
          transform: translateY(var(--header-hamburger-text-trany, 3px));
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.header__hamburger .hamburger-btn-text p {
  font-size: clamp(0.75rem, 0.71429rem + 0.17857vw, 0.875rem);
  font-family: var(--gl-font-jose);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: lowercase;
}

.header__hamburger .hamburger-btn-text.active {
  --header-hamburger-text-trany: 10px;
}

.header__toggle {
  position: fixed;
  z-index: var(--zindex-plus);
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  top: 0;
  left: 0;
  background: var(--header-toggle-background);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: hidden;
  padding: 0 20px;
}

.header__toggle.active {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.header__toggle.no-active {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}

.customize-menu {
  --cusme-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  --cusme-main-gap: 3rem;
  --cusme-sub-gap: 1rem;
  --cusme-total-columns: 4;
  --cusme-main-menu-item-column: 1;
  --cusme-sub-menu-item-lv2-column: 2;
  --cusme-sub-menu-item-background: none;
  --cusme-sub-menu-item-color: currentColor;
  --cusme-sub-menu-item-opa: 1;
  --cusme-sub-menu-item-padding: 0rem;
  --cusme-sub-menu-item-lv1-padding: 0.6rem 0.6rem 1rem;
  --cusme-sub-menu-item-lv1-background: rgba(var(--gl-themes-main-color-rgb), 0.1);
  max-width: 1118px;
}

@media only screen and (max-width: 1024px) {
  .customize-menu {
    --cusme-main-gap: 2rem;
    --cusme-sub-gap: 0.6rem;
  }
}

@media only screen and (max-width: 900px) {
  .customize-menu {
    --cusme-radius: 0.3rem;
    --cusme-total-columns: 2;
    --cusme-main-menu-item-column: 2;
  }
}

@media only screen and (max-width: 360px) {
  .customize-menu {
    --cusme-total-columns: 1;
    --cusme-main-menu-item-column: 1;
    --cusme-sub-menu-item-lv2-column: 1;
  }
}

.customize-menu .main-menu-item-gap {
  width: var(--cusme-main-gap);
}

.customize-menu .sub-menu-item-gap {
  width: var(--cusme-sub-gap);
}

.customize-menu .main-menu-item {
  width: calc((100% * (var(--cusme-main-menu-item-column) / var(--cusme-total-columns))) - ((var(--cusme-main-gap) * (var(--cusme-total-columns) - var(--cusme-main-menu-item-column))) / var(--cusme-total-columns)));
}

@media only screen and (min-width: 901px) {
  .customize-menu .main-menu-item.col-d {
    --cusme-main-menu-item-column: 2;
    --cusme-sub-menu-item-lv2-column: 1 !important;
  }
  .customize-menu .main-menu-item.col-t {
    --cusme-main-menu-item-column: 3;
  }
  .customize-menu .main-menu-item.col-f {
    --cusme-main-menu-item-column: 4;
  }
}

.customize-menu .main-menu-item.menu-item-has-children:not(.col-d):not(.col-t):not(.col-f) .sub-menu-item.menu-item-has-children {
  --cusme-main-menu-item-column: 1;
  --cusme-sub-menu-item-lv2-column: 1;
}

.customize-menu .main-menu-link {
  font-size: clamp(1.25rem, 1.03571rem + 1.07143vw, 2rem);
  font-family: var(--gl-font-cant);
  text-transform: uppercase;
  color: var(--gl-themes-main-color-2);
}

.customize-menu .main-menu-link[href="#"], .customize-menu .main-menu-link[href=""] {
  cursor: text;
}

.customize-menu .sub-menu-item {
  width: calc((100% - (var(--cusme-sub-gap) * (var(--cusme-main-menu-item-column) - 1)) ) / (var(--cusme-main-menu-item-column)));
}

.customize-menu .sub-menu-item.menu-item-has-children {
  --cusme-main-menu-item-column: 2;
  padding: var(--cusme-sub-menu-item-lv1-padding);
  border-radius: var(--cusme-radius);
  background: var(--cusme-sub-menu-item-lv1-background);
  backdrop-filter: blur(5px);
}

@media only screen and (max-width: 900px) {
  .customize-menu .sub-menu-item.menu-item-has-children {
    --cusme-main-menu-item-column: 1;
  }
}

.customize-menu .sub-menu-item.menu-item-has-children > .sub-menu-link {
  font-size: clamp(1rem, 0.85714rem + 0.71429vw, 1.5rem);
  color: var(--gl-themes-main-color-2);
}

.customize-menu .sub-menu-item:not(.menu-item-has-children) .sub-menu-link {
  font-size: clamp(0.6875rem, 0.61607rem + 0.35714vw, 0.9375rem);
  letter-spacing: 0.05em;
  padding: var(--cusme-sub-menu-item-padding);
  background: var(--cusme-sub-menu-item-background);
  color: var(--cusme-sub-menu-item-color);
  opacity: var(--cusme-sub-menu-item-opa);
}

.customize-menu .sub-menu-link {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.customize-menu .sub-menu-link[href="#"], .customize-menu .sub-menu-link[href=""] {
  cursor: text;
}

.customize-menu .sub-menu-link[href]:not([href="#"]):not([href=""]):hover {
  --cusme-sub-menu-item-opa: 1;
  color: var(--header-menu-item-hover-color);
}

.customize-menu .sub-menu {
  margin-top: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

.customize-menu .sub-menu.-lv2 {
  --cusme-sub-menu-item-opa: 0.7;
  --cusme-sub-menu-item-color: var(--gl-themes-main-color);
  display: grid;
  grid-template-columns: repeat(var(--cusme-sub-menu-item-lv2-column), 1fr);
  gap: var(--cusme-sub-gap);
}

.customize-menu .sub-menu.-lv2 .sub-menu-item {
  width: 100%;
}

.customize-menu.-list-style-dotted {
  --dot-size: 0.3rem;
  --dot-color: var(--gl-themes-main-color);
  --cusme-sub-menu-item-padding: 0rem 0.8rem;
}

@media only screen and (max-width: 900px) {
  .customize-menu.-list-style-dotted {
    --dot-size: 0.25rem;
  }
}

.customize-menu.-list-style-dotted .sub-menu-item:not(.menu-item-has-children) .sub-menu-link::after {
  display: block;
  content: '';
  position: absolute;
  width: var(--dot-size);
  height: var(--dot-size);
}

.customize-menu.-list-style-dotted .sub-menu-item:not(.menu-item-has-children) .sub-menu-link::after {
  z-index: -1;
  top: 0.58rem;
  left: 0;
  background: var(--dot-color);
  border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
  .customize-menu.-list-style-dotted .sub-menu-item:not(.menu-item-has-children) .sub-menu-link::after {
    top: 0.45rem;
  }
}

.customize-menu.-list-style-dotted .sub-menu-item:not(.menu-item-has-children) .sub-menu-link:hover {
  color: var(--gl-themes-main-color);
}

.customize-menu.-list-style-card {
  --cusme-sub-menu-item-padding: 0.5rem 0.8rem;
  --cusme-sub-menu-item-background: rgba(var(--gl-themes-main-color-rgb), 0.1);
  --cusme-sub-menu-item-color: var(--gl-themes-main-color);
  --af-opa: 0;
  --ad-show: none;
}

@media only screen and (max-width: 1024px) {
  .customize-menu.-list-style-card {
    --cusme-sub-menu-item-padding: 0.4rem 0.6rem;
  }
}

.customize-menu.-list-style-card .sub-menu.-lv1 {
  --ad-show: '';
}

.customize-menu.-list-style-card .sub-menu.-lv2 {
  --ad-show: none;
}

.customize-menu.-list-style-card .sub-menu-link::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.customize-menu.-list-style-card .sub-menu-link::after {
  content: var(--ad-show);
  top: 0;
  left: 0;
  background: var(--gl-themes-main-color);
  z-index: -1;
  border-radius: inherit;
  opacity: var(--af-opa);
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.customize-menu.-list-style-card .sub-menu-link[href="#"], .customize-menu.-list-style-card .sub-menu-link[href=""] {
  --ad-show: none;
}

.customize-menu.-list-style-card .sub-menu-link[href]:not([href="#"]):not([href=""]):hover {
  --af-opa: 0.25;
}

.customize-menu.-list-style-card .sub-menu-item:not(.menu-item-has-children) .sub-menu-link {
  display: block;
  border-radius: var(--cusme-radius);
}

.customize-menu.-list-style-card .sub-menu-item.menu-item-has-children {
  --cusme-sub-menu-item-background: #fff;
}

.customize-menu.-hamburger {
  margin: calc(var(--gl-header-height) * 1.35) auto var(--gl-header-height);
}

@media only screen and (max-width: 900px) {
  .customize-menu.-hamburger {
    margin: calc(var(--gl-header-height) * 1.618) auto var(--gl-header-height);
  }
}

.customize-menu.-footer.-sm {
  --cusme-total-columns: 2;
  --cusme-main-menu-item-column: 2;
}

@media only screen and (min-width: 901px) {
  .customize-menu.-footer.-sm .main-menu-item {
    --cusme-main-menu-item-column: 2;
    --cusme-sub-menu-item-lv2-column: 1 !important;
  }
}

.customize-menu.-footer .menu-item-banners {
  display: none !important;
  visibility: hidden !important;
}

.customize-menu.-nosubmenu:not(.-footer) {
  --cusme-total-columns: 1;
  --cusme-main-menu-item-column: 1;
}

.customize-menu.-nosubmenu:not(.-footer) .main-menu-item {
  text-align: center;
}

@media only screen and (min-width: 901px) {
  .customize-menu .menu-item-clinic {
    --cusme-total-columns: 4.3;
    --cusme-main-menu-item-column: 2;
  }
}

@media only screen and (min-width: 901px) {
  .customize-menu .menu-item-menu {
    --cusme-total-columns: 5.6;
  }
}

.customize-menu .menu-item-banners {
  --cusme-sub-gap: clamp(0.46354rem, 0.38169rem + 0.40924vw, 0.75rem);
}

@media only screen and (min-width: 541px) {
  .customize-menu .menu-item-banners {
    --cusme-total-columns: 5;
  }
  .customize-menu .menu-item-banners.col-f {
    --cusme-main-menu-item-column: 5;
  }
}

.customize-menu .menu-item-banners .main-menu-link {
  display: none;
  visibility: hidden;
}

.customize-menu .menu-item-banners .sub-menu-link:hover {
  -webkit-transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
          transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
}

.menu-item-is-banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--cusme-radius);
  border: clamp(0.07726rem, 0.06361rem + 0.06821vw, 0.125rem) solid #f1efe5;
}

.menu-item-is-banner > a {
  padding: 0 !important;
}

.menu-item-is-custom-html {
  position: relative;
}

.menu-item-is-custom-html > a {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  z-index: var(--zindex-fixed) !important;
  background: unset !important;
}

.menu-item-is-custom-html > a::before, .menu-item-is-custom-html > a::after {
  content: none !important;
}

/*==========================================================================*/
/* END HEADER                                                               */
/*==========================================================================*/
/*==========================================================================*/
/* START MAIN VISUAL                                                        */
/*==========================================================================*/
.main-visual {
  --main-visual-mask-color: rgba(0,0,0,0.4);
  --main-visual-background-color: #000;
  --main-visual-title-margin-lr: clamp(1.25rem, -5.01855rem + 11.13173vw, 5rem);
  --main-visual-title-margin: calc(var(--gl-header-height) * 1.5) var(--main-visual-title-margin-lr);
  --main-visual-radius: clamp(1.875rem, -1.25928rem + 5.56586vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: var(--gl-main-visual-width);
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--main-visual-radius);
  margin-top: var(--gl-header-height);
  height: calc(var(--gl-main-visual-height) - var(--gl-header-height));
}

@media only screen and (max-width: 900px) {
  .main-visual {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.main-visual__catch {
  margin: clamp(2.5rem, 1.74778rem + 2.22469vw, 3.75rem) clamp(1.25rem, -9.71997rem + 19.48052vw, 7.8125rem);
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 540px;
  -webkit-transform: translateY(clamp(0rem, -0.83581rem + 1.48423vw, 0.5rem));
          transform: translateY(clamp(0rem, -0.83581rem + 1.48423vw, 0.5rem));
}

.main-visual__catch .__catch {
  font-size: clamp(1.125rem, 0.91071rem + 1.07143vw, 1.875rem);
  font-family: var(--gl-font-yomo);
  line-height: 1.62;
  padding-bottom: clamp(1.00433rem, 0.82699rem + 0.88668vw, 1.625rem);
  display: inline-block;
}

.main-visual__catch .__sub {
  font-size: clamp(1.125rem, 0.94643rem + 0.89286vw, 1.75rem);
  font-weight: 500;
  line-height: 2.5;
  margin-top: clamp(0.50216rem, 0.4135rem + 0.44334vw, 0.8125rem);
  color: var(--gl-themes-main-color-2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem) clamp(4.21044rem, 3.467rem + 3.71722vw, 6.8125rem);
}

.main-visual__title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: var(--main-visual-title-margin);
  max-width: calc(var(--gl-bp-laptops) * 1px);
}

.main-visual__banner {
  --bnt-size: clamp(1.46786rem, 1.20868rem + 1.29591vw, 2.375rem);
  --bnt-fs: clamp(0.81119rem, 0.66795rem + 0.71616vw, 1.3125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(11.08622rem, 9.12871rem + 9.78755vw, 17.9375rem);
  min-height: clamp(4.24907rem, 3.49881rem + 3.75132vw, 6.875rem);
  position: absolute;
  left: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
  bottom: clamp(2.27905rem, 1.87663rem + 2.01207vw, 3.6875rem);
  z-index: var(--zindex-fixed);
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.main-visual__banner .__image {
  position: absolute;
  z-index: -999;
  width: 100%;
  height: 100%;
  border-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  overflow: hidden;
  border: clamp(0.07726rem, 0.06361rem + 0.06821vw, 0.125rem) solid #f3c9cc;
}

.main-visual__banner .__image::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-visual__banner .__image::after {
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.7;
  z-index: 1;
}

.main-visual__banner .__image img {
  height: 100%;
}

.main-visual__banner .__title p {
  font-size: clamp(0.9375rem, 0.84821rem + 0.44643vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.main-visual__banner .__title p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  font-size: clamp(0.75rem, 0.71429rem + 0.17857vw, 0.875rem);
  font-weight: 400;
  margin-top: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
  letter-spacing: 0.1em;
}

.main-visual__banner .__title p i {
  color: var(--gl-themes-main-color-2);
}

.main-visual__banner .__btnclose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--bnt-size);
  height: var(--bnt-size);
  border-radius: 50%;
  background: #e17d98;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transform: translate(-30%, -30%) scale(var(--btn-scale, 1));
          transform: translate(-30%, -30%) scale(var(--btn-scale, 1));
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.main-visual__banner .__btnclose:hover {
  --btn-scale: 1.08;
}

.main-visual__banner .__btnclose p {
  font-size: var(--bnt-fs);
  font-weight: 100;
  color: #fff;
  line-height: 1;
  -webkit-transform: translate(clamp(0.03863rem, 0.03181rem + 0.0341vw, 0.0625rem), clamp(-0.0625rem, -0.03181rem + -0.0341vw, -0.03863rem));
          transform: translate(clamp(0.03863rem, 0.03181rem + 0.0341vw, 0.0625rem), clamp(-0.0625rem, -0.03181rem + -0.0341vw, -0.03863rem));
}

.main-visual__banner.-floating {
  --bnt-size: clamp(1.15884rem, 0.95422rem + 1.02309vw, 1.875rem);
  --bnt-fs: clamp(0.65667rem, 0.54072rem + 0.57975vw, 1.0625rem);
  width: clamp(9.65698rem, 7.95184rem + 8.52574vw, 15.625rem);
  min-height: clamp(3.47651rem, 2.86266rem + 3.06927vw, 5.625rem);
  position: fixed;
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
  left: clamp(0.9657rem, 0.79518rem + 0.85257vw, 1.5625rem);
  bottom: clamp(0.9657rem, 0.79518rem + 0.85257vw, 1.5625rem);
}

.main-visual .carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -999;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: var(--main-visual-radius);
  overflow: hidden;
}

.main-visual .carousel::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-visual .carousel::after {
  top: 0;
  left: 0;
}

.main-visual .carousel .carousel-cell {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}

.main-visual .carousel .carousel-cell::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-visual .carousel .carousel-cell::after {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.main-visual .carousel .carousel-cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-visual .carousel .carousel-cell.is-selected img, .main-visual .carousel .carousel-cell.is-selected::after {
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.main-visual .carousel .carousel-cell.is-selected img {
  -webkit-animation-name: mv-zoom-out;
          animation-name: mv-zoom-out;
}

.main-visual .carousel .carousel-cell.is-selected::after {
  -webkit-animation-name: mv-blur;
          animation-name: mv-blur;
}

.main-visual .background-videos {
  position: absolute;
  z-index: -999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--main-visual-radius);
}

.main-visual .background-videos video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@-webkit-keyframes mv-zoom-out {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  71% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mv-zoom-out {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  71% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes mv-blur {
  0% {
    backdrop-filter: blur(32px);
  }
  13% {
    backdrop-filter: blur(0);
  }
}

@keyframes mv-blur {
  0% {
    backdrop-filter: blur(32px);
  }
  13% {
    backdrop-filter: blur(0);
  }
}

.main-visual.-mask::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-visual.-mask::after {
  top: 0;
  left: 0;
  background: var(--main-visual-mask-color);
  z-index: 0;
  border-radius: var(--main-visual-radius);
}

.main-visual.-color {
  background-color: var(--main-visual-background-color);
}

.main-visual.-image {
  background-image: url(../images/under-mainvisual-pic-1-1920.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1440px) {
  .main-visual.-image {
    background-image: url(../images/under-mainvisual-pic-1-1440.webp);
  }
}

@media only screen and (max-width: 900px) {
  .main-visual.-image {
    background-image: url(../images/under-mainvisual-pic-1-900.webp);
  }
}

.main-visual.-custom-height {
  --gl-main-visual-height: 440px;
  min-height: var(--gl-main-visual-height);
  height: auto;
}

@media only screen and (max-width: 900px) {
  .main-visual.-custom-height {
    min-height: calc(var(--gl-main-visual-height) / 1.618);
  }
}

.main-visual .kazari {
  z-index: 1;
  opacity: 1;
}

.main-visual .kazari.-k1 {
  width: clamp(7.5rem, 5.35714rem + 10.71429vw, 15rem);
  -webkit-transform: translate(-77%, 29%);
          transform: translate(-77%, 29%);
  left: 0;
  top: 0;
}

.main-visual .kazari.-k2 {
  width: clamp(7.625rem, 5.42857rem + 10.98214vw, 15.3125rem);
  -webkit-transform: translate(-34%, 53%);
          transform: translate(-34%, 53%);
  bottom: 0;
  right: 0;
}

.main-visual .kazari.-k3 {
  width: clamp(10rem, 7.16071rem + 14.19643vw, 19.9375rem);
  -webkit-transform: translate(47%, 36.5%);
          transform: translate(47%, 36.5%);
  bottom: 0;
  right: 0;
}

.main-visual .kazari.-k4 {
  width: clamp(2.8125rem, 2.02679rem + 3.92857vw, 5.5625rem);
  -webkit-transform: translate(45%, 173%);
          transform: translate(45%, 173%);
  bottom: 0;
  right: 0;
}

/*==========================================================================*/
/* END MAIN VISUAL                                                          */
/*==========================================================================*/
/*==========================================================================*/
/* START FOOTER                                                             */
/*==========================================================================*/
.footer-banner {
  padding: 80px 0 40px;
}

@media only screen and (max-width: 900px) {
  .footer-banner {
    padding: 60px 0 40px;
  }
}

.footer-banner .list-banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem) clamp(0.46354rem, 0.38169rem + 0.40924vw, 0.75rem);
}

@media only screen and (max-width: 540px) {
  .footer-banner .list-banner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-banner .list-banner .banner {
  width: 100%;
  position: relative;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.footer-banner .list-banner .banner.-mask {
  background: pink;
  max-width: 350px;
  justify-self: center;
  grid-column: span 2;
}

@media only screen and (min-width: 541px) {
  .footer-banner .list-banner .banner.-mask {
    grid-column: span 4;
  }
}

.footer-banner .list-banner .banner:hover {
  -webkit-transform: translateY(clamp(-0.1875rem, -0.09542rem + -0.10231vw, -0.11588rem));
          transform: translateY(clamp(-0.1875rem, -0.09542rem + -0.10231vw, -0.11588rem));
  -webkit-box-shadow: var(--gl-boxshadow-1);
          box-shadow: var(--gl-boxshadow-1);
}

.footer-contents {
  padding: 200px 0 40px;
  position: relative;
}

@media only screen and (max-width: 900px) {
  .footer-contents {
    padding: 80px 0 130px;
  }
}

.footer-contents .container-md {
  max-width: 1118px;
  position: relative;
}

.footer-contents__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1062px;
  margin: 0 auto;
}

.footer-contents__info {
  width: 100%;
}

@media only screen and (min-width: 901px) {
  .footer-contents__info {
    width: 49%;
    padding-right: clamp(0rem, -11.38787rem + 20.22263vw, 6.8125rem);
  }
}

.footer-contents__logo {
  max-width: clamp(11.43387rem, 9.41497rem + 10.09447vw, 18.5rem);
  margin: 0 auto;
}

.footer-contents__addr {
  margin-top: clamp(1.15884rem, 0.95422rem + 1.02309vw, 1.875rem);
}

.footer-contents__addr p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.57942rem, 0.47711rem + 0.51154vw, 0.9375rem);
}

.footer-contents__tel {
  margin-top: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

.footer-contents__tel a {
  font-size: clamp(1rem, 0.85714rem + 0.71429vw, 1.5rem);
  font-family: var(--gl-font-zen);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  max-width: clamp(15.7602rem, 12.9774rem + 13.914vw, 25.5rem);
  min-height: clamp(2.70396rem, 2.22651rem + 2.38721vw, 4.375rem);
  width: 100%;
  background: #fff;
  border-radius: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
  color: var(--gl-themes-main-color-2);
  margin: 0 auto;
}

.footer-contents__tel i {
  margin-top: clamp(0.15451rem, 0.12723rem + 0.13641vw, 0.25rem);
}

.footer-contents__wktime {
  margin-top: clamp(1.00433rem, 0.82699rem + 0.88668vw, 1.625rem);
}

.footer-contents__group {
  width: 100%;
}

@media only screen and (min-width: 901px) {
  .footer-contents__group {
    width: 51%;
  }
}

.footer-contents__gmap {
  margin-top: clamp(0rem, -2.29847rem + 4.08163vw, 1.375rem);
}

.footer-contents__gmap iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  height: clamp(9.65698rem, 7.95184rem + 8.52574vw, 15.625rem);
  border-radius: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

.footer-contents .list-card {
  --card-gap: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  margin: clamp(1.35198rem, 1.11326rem + 1.1936vw, 2.1875rem) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--card-gap);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-contents .list-card .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 clamp(4.13319rem, 3.40339rem + 3.64902vw, 6.6875rem);
          flex: 1 1 clamp(4.13319rem, 3.40339rem + 3.64902vw, 6.6875rem);
  position: relative;
  border-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  border: clamp(0.07726rem, 0.06361rem + 0.06821vw, 0.125rem) solid #f1efe5;
  overflow: hidden;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
  background: #fff;
}

@media only screen and (max-width: 540px) {
  .footer-contents .list-card .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - var(--card-gap));
            flex: 1 1 calc(50% - var(--card-gap));
  }
}

.footer-contents .list-card .card__image {
  max-width: clamp(7.22342rem, 5.94797rem + 6.37725vw, 11.6875rem);
}

.footer-contents .list-card .card:hover {
  -webkit-transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
          transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
  -webkit-box-shadow: var(--gl-boxshadow-1);
          box-shadow: var(--gl-boxshadow-1);
}

.footer-contents .list-card .card.-fullwidth {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.footer-contents__menu {
  margin-top: clamp(3.39926rem, 2.79905rem + 3.00106vw, 5.5rem);
}

.footer-contents__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(2.5rem, 1.60714rem + 4.46429vw, 5.625rem);
  gap: clamp(0.625rem, 0.44643rem + 0.89286vw, 1.25rem);
}

.footer-contents__copyright img {
  width: clamp(5.48517rem, 4.51664rem + 4.84262vw, 8.875rem);
}

.footer-contents__copyright p {
  font-size: clamp(0.5rem, 0.46429rem + 0.17857vw, 0.625rem);
  line-height: 1.5;
  border-left: 1px solid currentColor;
  padding-left: clamp(0.625rem, 0.44643rem + 0.89286vw, 1.25rem);
}

.footer-contents .kazari.-k1 {
  inset: 0;
  z-index: -999;
}

.footer-contents .kazari.-k1::after, .footer-contents .kazari.-k1::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-contents .kazari.-k1::after, .footer-contents .kazari.-k1::before {
  top: 0;
  left: 0;
  z-index: -2;
}

.footer-contents .kazari.-k1::after {
  background: #fffbf1;
}

.footer-contents .kazari.-k1::before {
  background: url(../images/footer-contents-bg.webp) center/cover no-repeat;
  z-index: -1;
  opacity: 0.5;
}

.footer-contents .kazari.-k2 {
  width: clamp(7.49382rem, 6.17063rem + 6.61597vw, 12.125rem);
  top: 0;
  right: 0;
  -webkit-transform: translate(31%, -111%);
          transform: translate(31%, -111%);
}

.footer-contents .kazari.-k3 {
  width: clamp(12.09054rem, 9.9557rem + 10.67422vw, 19.5625rem);
  top: 0;
  right: 0;
  -webkit-transform: translate(87%, -51%);
          transform: translate(87%, -51%);
  z-index: -2;
}

.footer-contents .kazari.-k4 {
  width: clamp(6.14184rem, 5.05737rem + 5.42237vw, 9.9375rem);
  top: 0;
  left: 0;
  -webkit-transform: translate(-94%, -50%);
          transform: translate(-94%, -50%);
}

@media only screen and (max-width: 900px) {
  .footer-contents .kazari.-k4 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*==========================================================================*/
/* END FOOTER                                                               */
/*==========================================================================*/
/*==========================================================================*/
/* START FLICKITY DEFAULT                                                   */
/*==========================================================================*/
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/*==========================================================================*/
/* END FLICKITY DEFAULT                                                     */
/*==========================================================================*/
/*==========================================================================*/
/* START ICONS                                                              */
/*==========================================================================*/
.gg-io {
  display: inline-block;
  width: clamp(0.9657rem, 0.79518rem + 0.85257vw, 1.5625rem);
  aspect-ratio: 25/var(--h, 25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: var(--url);
}

.gg-arrow-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: clamp(0.46354rem, 0.38169rem + 0.40924vw, 0.75rem);
  height: clamp(0.54079rem, 0.4453rem + 0.47744vw, 0.875rem);
}

.gg-arrow-right::after,
.gg-arrow-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
}

.gg-arrow-right::after {
  width: clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem);
  height: clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem);
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 1px;
}

.gg-arrow-right::before {
  width: 100%;
  height: 1px;
  background: currentColor;
}

.gg-link-arrow {
  position: relative;
}

.gg-link-arrow::after, .gg-link-arrow::before {
  display: block;
  content: '';
  aspect-ratio: 1 / 1;
  width: clamp(1.661rem, 1.36772rem + 1.46643vw, 2.6875rem);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.gg-link-arrow::after {
  border-radius: 50%;
  background: var(--gg-link-arrow-bg, var(--gl-themes-main-color));
}

.gg-link-arrow::before {
  -webkit-mask: url(../images/gg-arrow.webp) center/clamp(0.50216rem, 0.4135rem + 0.44334vw, 0.8125rem) no-repeat;
          mask: url(../images/gg-arrow.webp) center/clamp(0.50216rem, 0.4135rem + 0.44334vw, 0.8125rem) no-repeat;
  background: #fff;
  z-index: 2;
  position: absolute;
}

.gg-link-arrow.-hover-ani::before {
  -webkit-animation-name: var(--gg-link-arrow-ani, unset);
          animation-name: var(--gg-link-arrow-ani, unset);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.gg-link-arrow.-onepart::after {
  width: clamp(2.93572rem, 2.41736rem + 2.59182vw, 4.75rem);
}

.gg-link-arrow.-onepart::before {
  margin-top: clamp(0.07726rem, 0.06361rem + 0.06821vw, 0.125rem);
}

@-webkit-keyframes arrow-slide-fade {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  29% {
    opacity: 0;
    -webkit-transform: translate(clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem), 0);
            transform: translate(clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem), 0);
  }
  30% {
    -webkit-transform: translate(clamp(-0.5rem, -0.25446rem + -0.27282vw, -0.30902rem), 0);
            transform: translate(clamp(-0.5rem, -0.25446rem + -0.27282vw, -0.30902rem), 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes arrow-slide-fade {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  29% {
    opacity: 0;
    -webkit-transform: translate(clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem), 0);
            transform: translate(clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem), 0);
  }
  30% {
    -webkit-transform: translate(clamp(-0.5rem, -0.25446rem + -0.27282vw, -0.30902rem), 0);
            transform: translate(clamp(-0.5rem, -0.25446rem + -0.27282vw, -0.30902rem), 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.gg-postpartum {
  --url: url(../images/gg-postpartum.webp);
  aspect-ratio: 18 / 20;
  width: clamp(0.6953rem, 0.57253rem + 0.61385vw, 1.125rem);
}

.gg-breastfeeding {
  --url: url(../images/gg-breastfeeding.webp);
  aspect-ratio: 10 / 19;
  width: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
}

.gg-salon {
  --url: url(../images/gg-salon.webp);
  aspect-ratio: 17 / 19;
  width: clamp(0.65667rem, 0.54072rem + 0.57975vw, 1.0625rem);
}

.gg-email {
  --url: url(../images/gg-email.webp);
  aspect-ratio: 29 / 24;
  width: clamp(1.12021rem, 0.92241rem + 0.98899vw, 1.8125rem);
}

.gg-instagram {
  --url: url(../images/gg-insta.webp);
  aspect-ratio: 26 / 26;
  width: clamp(1.00433rem, 0.82699rem + 0.88668vw, 1.625rem);
}

.gg-tel-border {
  --url: url(../images/gg-tel-border.webp);
  aspect-ratio: 35 / 35;
  width: clamp(0.92707rem, 0.76338rem + 0.81847vw, 1.5rem);
}

.gg-tree {
  --url: url(../images/fabs-tree.webp);
  aspect-ratio: 45 / 30;
  width: clamp(1.5625rem, 1.47321rem + 0.44643vw, 1.875rem);
}

.gg-clock {
  --url: url(../images/fabs-clock.webp);
  aspect-ratio: 35 / 35;
  width: clamp(1.25rem, 1.16071rem + 0.44643vw, 1.5625rem);
}

.gg-book {
  --url: url(../images/fabs-book.webp);
  aspect-ratio: 40 / 32;
  width: clamp(1.25rem, 1.16071rem + 0.44643vw, 1.5625rem);
}

.gg-location {
  --url: url(../images/gg-location.webp);
  aspect-ratio: 15 / 18;
  width: clamp(0.57942rem, 0.47711rem + 0.51154vw, 0.9375rem);
}

.gg-tel {
  --url: url(../images/gg-tel.webp);
  aspect-ratio: 1 / 1;
  width: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

.gg-close-o {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 40px;
}

.gg-close-o::after,
.gg-close-o::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 2px;
  background: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 3px;
}

.gg-close-o::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*==========================================================================*/
/* END ICONS                                                                */
/*==========================================================================*/
/*==========================================================================*/
/* FLOATING ACTION BUTTONS (FABS)                                           */
/*==========================================================================*/
:root {
  --fabs-btn-height: clamp(3.09023rem, 2.54459rem + 2.72824vw, 5rem);
}

@media only screen and (max-width: 900px) {
  :root {
    --fabs-btn-height: 50px;
  }
}

.fabs-sidebar {
  --fabs-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  --fabs-btn-width-offset: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  --fabs-icon-width: clamp(0.9657rem, 0.79518rem + 0.85257vw, 1.5625rem);
  --fabs-btn-width: clamp(3.09023rem, 2.54459rem + 2.72824vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: var(--zindex-fixed);
}

@media only screen and (min-width: 901px) {
  .fabs-sidebar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 45.6%;
    right: 0;
    gap: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
    -webkit-transform: translate(calc(100% - var(--fabs-btn-width)), -50%);
            transform: translate(calc(100% - var(--fabs-btn-width)), -50%);
  }
}

@media only screen and (max-width: 900px) {
  .fabs-sidebar {
    --fabs-radius: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.fabs-sidebar .fabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: var(--fabs-btn-height);
  border-radius: var(--fabs-radius) 0 0 var(--fabs-radius);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
  position: relative;
  z-index: 1;
  gap: clamp(0.3125rem, 0.25893rem + 0.26786vw, 0.5rem);
}

@media only screen and (min-width: 901px) {
  .fabs-sidebar .fabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(var(--fabs-btn-width) + var(--fabs-btn-width-offset));
    padding-right: var(--fabs-btn-width-offset);
  }
  .fabs-sidebar .fabs:hover {
    -webkit-transform: translateX(calc(var(--fabs-btn-width-offset) * -1)) !important;
            transform: translateX(calc(var(--fabs-btn-width-offset) * -1)) !important;
  }
}

@media only screen and (max-width: 900px) {
  .fabs-sidebar .fabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .fabs-sidebar .fabs.-aichat .fabs__title p, .fabs-sidebar .fabs.-rese-3 .fabs__title p {
    color: #fff;
  }
}

.fabs-sidebar .fabs__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fabs-sidebar .fabs__icon img {
  width: var(--fabs-icon-width);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fabs-sidebar .fabs__title p {
  font-size: clamp(0.75rem, 0.71429rem + 0.17857vw, 0.875rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .fabs-sidebar .fabs__title p {
    color: var(--gl-themes-main-color);
    font-weight: 400;
  }
}

@media only screen and (max-width: 360px) {
  .fabs-sidebar .fabs__title p {
    font-size: clamp(0.6875rem, 0.63393rem + 0.26786vw, 0.875rem);
  }
}

.fabs-sidebar .fabs__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.fabs-sidebar .fabs__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.fabs-sidebar .fabs.-bg-lg, .fabs-sidebar .fabs.-aichat {
  background: -webkit-gradient(linear, left top, right top, from(var(--c1)), color-stop(85%, var(--c2))) !important;
  background: -webkit-linear-gradient(left, var(--c1) 0%, var(--c2) 85%) !important;
  background: linear-gradient(90deg, var(--c1) 0%, var(--c2) 85%) !important;
}

.fabs-sidebar .fabs.-rese-1 {
  --c1: #f187af;
  --c2: #f19c8b;
}

.fabs-sidebar .fabs.-rese-1 .fabs__icon img {
  width: clamp(1.15884rem, 0.95422rem + 1.02309vw, 1.875rem);
}

.fabs-sidebar .fabs.-rese-2 {
  --c1: #fcb58c;
  --c2: #f9cb78;
}

.fabs-sidebar .fabs.-rese-2 .fabs__icon img {
  width: clamp(0.88844rem, 0.73157rem + 0.78437vw, 1.4375rem);
}

.fabs-sidebar .fabs.-rese-3 {
  --c1: #97c8e8;
  --c2: #bbd9ba;
}

.fabs-sidebar .fabs.-rese-3 .fabs__icon img {
  width: clamp(1.00433rem, 0.82699rem + 0.88668vw, 1.625rem);
}

@media only screen and (max-width: 900px) {
  .fabs-sidebar .fabs.-rese-3 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}

.fabs-sidebar .fabs.-aichat {
  --c1: #88a9ed;
  --c2: #a1beef;
  cursor: pointer;
}

.fabs-sidebar .fabs.-aichat .fabs__icon img {
  width: clamp(0.92707rem, 0.76338rem + 0.81847vw, 1.5rem);
}

@media only screen and (max-width: 900px) {
  .fabs-sidebar .fabs.-aichat .fabs__icon img {
    width: clamp(0.9657rem, 0.63643rem + 1.64635vw, 1.5625rem);
  }
}

.fabs-sidebar .fabs.-rese {
  background-color: #fff;
}

.fabs-sidebar .fabs.-rese .fabs__icon img {
  width: clamp(1rem, 0.93103rem + 0.34483vw, 1.125rem);
}

.fabs-sidebar .fabs.-insta {
  background-color: #faf9f5;
}

.fabs-sidebar .fabs.-insta .fabs__icon img {
  width: clamp(1.0625rem, 0.95905rem + 0.51724vw, 1.25rem);
}

.fabs-sidebar .fabs.-group {
  --fabs-icon-width: clamp(0.92707rem, 0.76338rem + 0.81847vw, 1.5rem);
  background-color: #fff;
}

.fabs-sidebar .fabs.-group .fabs__icon img {
  width: clamp(1.125rem, 1.05603rem + 0.34483vw, 1.25rem);
}

.fabs-sidebar .fabs.-postpartum {
  --fabs-icon-width: clamp(0.92707rem, 0.76338rem + 0.81847vw, 1.5rem);
  background-color: #e8f1f2;
}

.fabs-sidebar .fabs.-postpartum .fabs__icon img {
  width: clamp(1.1875rem, 1.08405rem + 0.51724vw, 1.375rem);
}

.fabs-sidebar .fabs.-breastfeeding {
  --fabs-icon-width: clamp(0.92707rem, 0.76338rem + 0.81847vw, 1.5rem);
  background-color: #feeff0;
}

.fabs-sidebar .fabs.-breastfeeding .fabs__icon img {
  width: clamp(0.6875rem, 0.58405rem + 0.51724vw, 0.875rem);
}

.fabs-sidebar .fabs.-salon {
  --fabs-icon-width: clamp(0.92707rem, 0.76338rem + 0.81847vw, 1.5rem);
  background-color: #fdfac6;
}

.fabs-sidebar .fabs.-salon .fabs__icon img {
  width: clamp(1rem, 0.86207rem + 0.68966vw, 1.25rem);
}

.fabs-sidebar .fabs.-classroom {
  background-color: #d7eee9;
}

.fabs-sidebar .fabs.-classroom .fabs__icon img {
  width: clamp(1.00433rem, 0.82699rem + 0.88668vw, 1.625rem);
}

.fabs-sidebar.scroll-active {
  -webkit-animation-name: scroll-up;
          animation-name: scroll-up;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.fabs-sidebar.scroll-no-active {
  -webkit-animation-name: scroll-down;
          animation-name: scroll-down;
}

/*==========================================================================*/
/* END FLOATING ACTION BUTTONS (FABS)                                       */
/*==========================================================================*/
/*==========================================================================*/
/* START INFINITE SLIDER                                                    */
/*==========================================================================*/
.infinite-slider {
  --slider-direction: column;
  --slider-radius: clamp(0rem, 0rem + 0vw, 0rem);
  --slider-gap: clamp(0rem, 0rem + 0vw, 0rem);
  --slider-animation-name: scroll-x;
  --slider-animation-direction: normal;
  --slider-animation-duration: 80s;
  --slider-animation-duration-offset: 0s;
  --slider-scroll-start: 0;
  --slider-scroll-end: calc(-100% - var(--slider-gap));
  --slider-mask-color: rgba(0, 0, 0, 0.2);
  --slider-background-rgb: var(--gl-default-background-rgb);
  --slider-line-height: auto;
  --slider-line-width: auto;
  --slider-line-direction: row;
  --slider-slides-direction: row;
  --slider-slide-width: 250;
  --slider-slide-height: auto;
  --slider-slide-ratio: 16 / 9;
  --slider-slide-width-resp: calc(var(--slider-slide-width) * 100vw / var(--gl-bp-desktops));
  --slider-smooth-width-resp: clamp(2.5rem, -0.5rem + 8.88889vw, 7.5rem);
  --slider-smooth-width: var(--slider-smooth-width-resp);
  --slider-smooth-height: 100%;
  --slider-smooth-direction-af: to left;
  --slider-smooth-direction-be: to right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: var(--slider-direction);
          flex-direction: var(--slider-direction);
  gap: var(--slider-gap);
  position: relative;
  z-index: 1;
  background: rgba(var(--slider-background-rgb), 1);
}

@media only screen and (max-width: 1024px) {
  .infinite-slider {
    --slider-slide-width-resp: calc((var(--slider-slide-width) * 2 / 3) * 1px);
  }
}

@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translate3d(var(--slider-scroll-start), 0, 0);
            transform: translate3d(var(--slider-scroll-start), 0, 0);
  }
  to {
    -webkit-transform: translate3d(var(--slider-scroll-end), 0, 0);
            transform: translate3d(var(--slider-scroll-end), 0, 0);
  }
}

@keyframes scroll-x {
  from {
    -webkit-transform: translate3d(var(--slider-scroll-start), 0, 0);
            transform: translate3d(var(--slider-scroll-start), 0, 0);
  }
  to {
    -webkit-transform: translate3d(var(--slider-scroll-end), 0, 0);
            transform: translate3d(var(--slider-scroll-end), 0, 0);
  }
}

@-webkit-keyframes scroll-y {
  from {
    -webkit-transform: translate3d(0, var(--slider-scroll-start), 0);
            transform: translate3d(0, var(--slider-scroll-start), 0);
  }
  to {
    -webkit-transform: translate3d(0, var(--slider-scroll-end), 0);
            transform: translate3d(0, var(--slider-scroll-end), 0);
  }
}

@keyframes scroll-y {
  from {
    -webkit-transform: translate3d(0, var(--slider-scroll-start), 0);
            transform: translate3d(0, var(--slider-scroll-start), 0);
  }
  to {
    -webkit-transform: translate3d(0, var(--slider-scroll-end), 0);
            transform: translate3d(0, var(--slider-scroll-end), 0);
  }
}

.infinite-slider .slider-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: var(--slider-line-direction);
          flex-direction: var(--slider-line-direction);
  gap: var(--slider-gap);
  overflow: hidden;
  height: var(--slider-line-height);
  width: var(--slider-line-width);
}

.infinite-slider .slider-line.-reverse {
  --slider-animation-direction: reverse;
}

.infinite-slider .slider-line:nth-child(2) {
  --slider-animation-delay: -1.2s;
  --slider-animation-duration-offset: 4s;
}

.infinite-slider .slider-line:nth-child(3) {
  --slider-animation-delay: 2.6s;
  --slider-animation-duration-offset: -5s;
}

.infinite-slider .slider-line:nth-child(4) {
  --slider-animation-delay: 3.4s;
  --slider-animation-duration-offset: 2.5s;
}

.infinite-slider .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: var(--slider-slides-direction);
          flex-direction: var(--slider-slides-direction);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: var(--slider-gap);
  min-width: 100%;
  -webkit-animation-name: var(--slider-animation-name);
          animation-name: var(--slider-animation-name);
  -webkit-animation-duration: calc(var(--slider-animation-duration) + var(--slider-animation-duration-offset));
          animation-duration: calc(var(--slider-animation-duration) + var(--slider-animation-duration-offset));
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: var(--slider-animation-direction);
          animation-direction: var(--slider-animation-direction);
  -webkit-animation-delay: var(--slider-animation-delay);
          animation-delay: var(--slider-animation-delay);
}

.infinite-slider .__slide {
  font-size: clamp(1.25rem, 0.71429rem + 2.67857vw, 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--slider-slide-width-resp);
  height: var(--slider-slide-height);
  border-radius: var(--slider-radius);
  aspect-ratio: var(--slider-slide-ratio);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.infinite-slider .__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.infinite-slider .slider-contents {
  position: absolute;
  z-index: var(--zindex-fixed);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - clamp(2.5rem, 1.75rem + 2.22222vw, 3.75rem));
  height: auto;
  max-width: 1024px;
}

.infinite-slider .slider-contents.-wrapbox {
  padding: clamp(2.5rem, 1.75rem + 2.22222vw, 3.75rem) clamp(1.25rem, -0.25rem + 4.44444vw, 3.75rem);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: clamp(17.5rem, 4.21429rem + 66.42857vw, 64rem);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: var(--slider-radius);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.infinite-slider.-vertical {
  --slider-animation-name: scroll-y;
  --slider-direction: row;
  --slider-line-height: 100vh;
  --slider-line-width: var(--slider-slide-width-resp);
  --slider-line-direction: column;
  --slider-slides-direction: column;
  --slider-slide-ratio: 0.5;
  --slider-smooth-width-resp: clamp(4.375rem, 1.75rem + 7.77778vw, 8.75rem);
  --slider-smooth-direction-af: to top;
  --slider-smooth-direction-be: to bottom;
  --slider-smooth-height: var(--slider-smooth-width-resp);
  --slider-smooth-width: 100%;
}

.infinite-slider.-vertical .__slide {
  width: 100%;
}

.infinite-slider.-mask .__slide::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.infinite-slider.-mask .__slide:after {
  background: var(--slider-mask-color);
  top: 0;
  left: 0;
  z-index: 2;
}

.infinite-slider.-smooth .slider-line {
  position: relative;
  z-index: 1;
}

.infinite-slider.-smooth .slider-line::after, .infinite-slider.-smooth .slider-line::before {
  display: block;
  content: '';
  position: absolute;
  width: var(--slider-smooth-width);
  height: var(--slider-smooth-height);
}

.infinite-slider.-smooth .slider-line::after, .infinite-slider.-smooth .slider-line::before {
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--slider-smooth-direction)), color-stop(40%, transparent), color-stop(rgba(var(--slider-background-rgb), 0.3)), color-stop(rgba(var(--slider-background-rgb), 0.6)), to(rgba(var(--slider-background-rgb), 1)));
  background: -webkit-linear-gradient(var(--slider-smooth-direction), transparent 40%, rgba(var(--slider-background-rgb), 0.3), rgba(var(--slider-background-rgb), 0.6), rgba(var(--slider-background-rgb), 1));
  background: linear-gradient(var(--slider-smooth-direction), transparent 40%, rgba(var(--slider-background-rgb), 0.3), rgba(var(--slider-background-rgb), 0.6), rgba(var(--slider-background-rgb), 1));
}

.infinite-slider.-smooth .slider-line::after {
  --slider-smooth-direction: var(--slider-smooth-direction-af);
  left: 0;
  top: 0;
}

.infinite-slider.-smooth .slider-line::before {
  --slider-smooth-direction: var(--slider-smooth-direction-be);
  right: 0;
  bottom: 0;
}

/*==========================================================================*/
/* END INFINITE SLIDER                                                      */
/*==========================================================================*/
/*==========================================================================*/
/* ACF LAYOUT TEMPLATES                                                     */
/*==========================================================================*/
.acf-space .acf-space {
  margin: 1.5em 0 1em;
}

.acf-space .acf-space:first-of-type {
  padding-top: 0 !important;
  margin-top: 0;
}

.acf-space .acf-space:last-of-type {
  margin-bottom: 0;
}

.acf-sech3.acf-space {
  padding-top: clamp(3.75rem, 2.67857rem + 5.35714vw, 7.5rem);
}

.acf-sech4.acf-space:not(:first-child) {
  padding-top: clamp(1.875rem, 1.33929rem + 2.67857vw, 3.75rem);
}

.acf-ht {
  --headding-title-color: var(--gl-themes-main-color);
  --headding-border-color: var(--gl-themes-main-color-2);
  font-family: var(--gl-sec-heading-font);
  font-weight: var(--gl-sec-heading-weight);
  color: var(--headding-title-color);
  line-height: 1.5;
  position: relative;
}

.acf-ht.-h2 {
  font-size: var(--gl-sec-heading-2-font-size);
  color: var(--gl-sec-heading-2-color);
  text-align: var(--gl-sec-heading-2-align);
  text-transform: uppercase;
  font-weight: 400;
}

.acf-ht.-h3 {
  font-size: var(--gl-sec-heading-3-font-size);
  text-align: center;
  margin-bottom: clamp(3.75rem, 2.67857rem + 5.35714vw, 7.5rem);
}

.acf-ht.-h3::before {
  display: block;
  content: "";
  position: absolute;
  width: clamp(8.53677rem, 7.02942rem + 7.53675vw, 13.8125rem);
  aspect-ratio: 221 / 183;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/h3-kazari.webp) center/cover no-repeat;
  z-index: -1;
}

.acf-ht.-h3 span {
  display: block;
  font-size: clamp(0.8125rem, 0.75893rem + 0.26786vw, 1rem);
  font-family: var(--gl-font-cant);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--gl-themes-main-color-2);
}

.acf-ht.-h4 {
  font-size: var(--gl-sec-heading-4-font-size);
  border-bottom: 2px solid var(--headding-border-color);
  padding-bottom: clamp(0.875rem, 0.76786rem + 0.53571vw, 1.25rem);
  margin-bottom: clamp(0.875rem, 0.76786rem + 0.53571vw, 1.25rem);
}

.acf-ht.-h5 {
  font-size: var(--gl-sec-heading-5-font-size);
  padding-left: clamp(0.9375rem, 0.75893rem + 0.89286vw, 1.5625rem);
  margin-bottom: clamp(0.875rem, 0.76786rem + 0.53571vw, 1.25rem);
}

.acf-ht.-h5::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.acf-ht.-h5::after {
  width: clamp(0.125rem, 0.10714rem + 0.08929vw, 0.1875rem);
  height: 100%;
  background: var(--headding-border-color);
  top: 0;
  left: 0;
  border-radius: 100vw;
}

.acf-ht.-h5:not(:first-child) {
  margin-top: clamp(2.5rem, 2.14286rem + 1.78571vw, 3.75rem);
}

.acf-ht.-h6 {
  --h6-af-size: clamp(0.5625rem, 0.50893rem + 0.26786vw, 0.75rem);
  font-size: var(--gl-sec-heading-6-font-size);
  padding-left: clamp(0.9375rem, 0.75893rem + 0.89286vw, 1.5625rem);
  margin-bottom: clamp(0.875rem, 0.76786rem + 0.53571vw, 1.25rem);
}

.acf-ht.-h6::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.acf-ht.-h6::after {
  width: var(--h6-af-size);
  height: var(--h6-af-size);
  background: var(--headding-border-color);
  top: 0.55rem;
  left: 0;
  border-radius: 100%;
}

.acf-ht.-h6:not(:first-child) {
  margin-top: clamp(2.5rem, 2.14286rem + 1.78571vw, 3.75rem);
}

.acf-ht.-desc {
  text-align: center;
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.125rem);
  font-weight: 400;
  margin-top: clamp(0.61805rem, 0.50892rem + 0.54565vw, 1rem);
}

.archive-blog {
  --archive-theme-color: var(--gl-themes-main-color-rgb);
  --archive-theme-color-2: var(--gl-themes-main-color-2-rgb);
  --archive-head-background: RGBA(var(--archive-theme-color), 1);
  --archive-head-padding: clamp(3.125rem, 2.58929rem + 2.67857vw, 5rem);
  --archive-cat-item-gap: 10px;
  --archive-cat-item-color: RGBA(var(--archive-theme-color), 1);
  --archive-cat-item-children-top-offset: 0.5rem;
  --archive-cat-item-children-opa: 0;
  --archive-cat-item-children-show: hidden;
  --archive-cat-item-children-trans-delay: 0s;
  --archive-search-radius: 100vw;
  --archive-search-border-color: RGBA(var(--archive-theme-color), 0.3);
  --archive-hamburger-btn-af-size: 40px;
  --archive-hamburger-btn-height: 16px;
  --archive-post-width: 100%;
  --archive-post-gap: 30px;
  --archive-post-fd: row;
  --archive-post-thumbnail-width: 250px;
  --archive-post-title-fz: clamp(0.875rem, 0.82143rem + 0.26786vw, 1.0625rem);
  --archive-post-af-show: '';
  --archive-pagination-number-width: 30px;
}

@media only screen and (max-width: 540px) {
  .archive-blog {
    --archive-post-fd: column;
    --archive-post-thumbnail-width: 100%;
  }
}

.archive-blog .archive-name {
  background: var(--archive-head-background);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(var(--archive-head-padding) * 1.5) clamp(1.25rem, -3.04769rem + 8.94188vw, 5rem);
  margin-top: var(--gl-header-height);
}

.archive-blog .archive-list-taxonomy {
  background: RGBA(var(--archive-theme-color), 0.1);
  padding: 0.4rem 0;
}

.archive-blog .archive-list-taxonomy .container-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 0.89286rem + 1.78571vw, 2.5rem);
}

.archive-blog .archive-hamburger-btn {
  width: 26px;
  height: var(--archive-hamburger-btn-height);
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.archive-blog .archive-hamburger-btn::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.archive-blog .archive-hamburger-btn::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: RGBA(var(--archive-theme-color), 0.2);
  z-index: -1;
  border-radius: 50%;
  width: var(--archive-hamburger-btn-af-size);
  height: var(--archive-hamburger-btn-af-size);
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 4px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 4px;
  opacity: 0;
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.archive-blog .archive-hamburger-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: RGBA(var(--archive-theme-color), 1);
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.archive-blog .archive-hamburger-btn span:nth-child(1) {
  top: 0;
}

.archive-blog .archive-hamburger-btn span:nth-child(2) {
  top: 7px;
}

.archive-blog .archive-hamburger-btn span:nth-child(3) {
  top: 15px;
}

.archive-blog .archive-hamburger-btn.is-open {
  position: fixed;
  z-index: var(--zindex-promax);
  top: calc(((var(--gl-header-height) * 1.2) - var(--archive-hamburger-btn-height)) / 2);
  left: 1.5rem;
}

.archive-blog .archive-hamburger-btn.is-open::after {
  opacity: 1;
}

.archive-blog .archive-hamburger-btn.is-open span:nth-child(1) {
  top: 11px;
  width: 0;
  left: 50%;
}

.archive-blog .archive-hamburger-btn.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.archive-blog .archive-hamburger-btn.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}

.archive-blog .list-custom-taxonomy-widget {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 900px) {
  .archive-blog .list-custom-taxonomy-widget {
    background: RGBA(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: var(--zindex-pro);
    backdrop-filter: blur(10px);
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    visibility: hidden;
  }
  .archive-blog .list-custom-taxonomy-widget::after, .archive-blog .list-custom-taxonomy-widget::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .archive-blog .list-custom-taxonomy-widget::after, .archive-blog .list-custom-taxonomy-widget::before {
    background: -webkit-gradient(linear, , from(RGBA(255, 255, 255, 0)), color-stop(50%, RGBA(255, 255, 255, 0.5)), to(RGBA(255, 255, 255, 1)));
    background: -webkit-linear-gradient(var(--ab-deg), RGBA(255, 255, 255, 0) 0%, RGBA(255, 255, 255, 0.5) 50%, RGBA(255, 255, 255, 1) 100%);
    background: linear-gradient(to var(--ab-deg), RGBA(255, 255, 255, 0) 0%, RGBA(255, 255, 255, 0.5) 50%, RGBA(255, 255, 255, 1) 100%);
    height: calc(var(--gl-header-height) * 1.2);
    left: 0;
    z-index: 1;
  }
  .archive-blog .list-custom-taxonomy-widget::after {
    --ab-deg: top;
    top: 0;
    backdrop-filter: blur(5px);
  }
  .archive-blog .list-custom-taxonomy-widget::before {
    --ab-deg: bottom;
    bottom: 0;
  }
  .archive-blog .list-custom-taxonomy-widget.is-open {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
  .archive-blog .list-custom-taxonomy-widget.is-close {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
  }
}

.archive-blog .list-custom-taxonomy-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--archive-cat-item-gap);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  .archive-blog .list-custom-taxonomy-widget ul {
    padding: calc(var(--gl-header-height) * 1.8) 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: auto;
    height: 100%;
  }
}

.archive-blog .list-custom-taxonomy-widget ul.children {
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--archive-cat-item-gap);
  position: absolute;
  z-index: 1;
  top: calc(100% + var(--archive-cat-item-children-top-offset));
  left: 0;
  padding: 10px;
  width: 200px;
  opacity: var(--archive-cat-item-children-opa);
  visibility: var(--archive-cat-item-children-show);
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
  -webkit-transition-delay: var(--archive-cat-item-children-trans-delay);
          transition-delay: var(--archive-cat-item-children-trans-delay);
  border-radius: clamp(0.125rem, 0.08929rem + 0.17857vw, 0.25rem);
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px;
}

.archive-blog .list-custom-taxonomy-widget ul.children::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 900px) {
  .archive-blog .list-custom-taxonomy-widget ul.children {
    position: unset;
    opacity: 1;
    visibility: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-radius: 0;
    width: auto;
    background: none;
  }
}

.archive-blog .list-custom-taxonomy-widget ul.children::after {
  background: RGBA(var(--archive-theme-color), 0.2);
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  .archive-blog .list-custom-taxonomy-widget ul.children::after {
    content: none;
  }
}

.archive-blog .list-custom-taxonomy-widget .cat-item {
  position: relative;
}

.archive-blog .list-custom-taxonomy-widget .cat-item a {
  font-size: clamp(0.75rem, 0.67857rem + 0.35714vw, 1rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-size: clamp(0.625rem, 0.41012rem + 0.44709vw, 0.8125rem);
  display: block;
  text-transform: capitalize;
  padding: 0.5rem 0.5rem;
  color: var(--archive-cat-item-color);
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

@media only screen and (max-width: 900px) {
  .archive-blog .list-custom-taxonomy-widget .cat-item a {
    font-size: clamp(0.875rem, 0.83929rem + 0.17857vw, 1rem);
    padding: 0.5rem 0;
  }
}

.archive-blog .list-custom-taxonomy-widget .cat-item .cat-item a {
  font-size: clamp(0.5625rem, 0.50893rem + 0.26786vw, 0.75rem);
  font-weight: 400;
  position: relative;
  padding: 0;
  padding-left: 10px;
}

.archive-blog .list-custom-taxonomy-widget .cat-item .cat-item a::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 900px) {
  .archive-blog .list-custom-taxonomy-widget .cat-item .cat-item a {
    font-size: clamp(0.75rem, 0.71429rem + 0.17857vw, 0.875rem);
  }
}

.archive-blog .list-custom-taxonomy-widget .cat-item .cat-item a::after {
  width: 2px;
  border-radius: 10px;
  height: 1em;
  left: 0;
  top: 0.125rem;
  background: currentColor;
}

.archive-blog .list-custom-taxonomy-widget .cat-item.current-cat > a {
  --archive-cat-item-color: RGBA(var(--archive-theme-color-2), 1);
}

.archive-blog .list-custom-taxonomy-widget .cat-item.current-cat-parent > a {
  --archive-cat-item-color: RGBA(var(--archive-theme-color-2), 1);
}

.archive-blog .list-custom-taxonomy-widget .cat-item.has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.archive-blog .list-custom-taxonomy-widget .cat-item.has-children > a::after {
  display: block;
  content: '';
  height: 6px;
  aspect-ratio: 1/cos(30deg);
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: currentColor;
  margin-top: 0.25rem;
}

.archive-blog .list-custom-taxonomy-widget .cat-item.has-children:hover {
  --archive-cat-item-children-top-offset: 0rem;
  --archive-cat-item-children-opa: 1;
  --archive-cat-item-children-show: visible;
  --archive-cat-item-children-trans-delay: 0.15s;
}

.archive-blog .list-custom-taxonomy-widget .cat-item:not(.current-cat):not(.current-cat-parent):hover > a {
  opacity: 0.6;
}

.archive-blog .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--archive-search-radius);
  overflow: hidden;
  border: 1px solid var(--archive-search-border-color);
  padding-left: 0.6rem;
  margin-left: auto;
}

.archive-blog .search-form .search-io {
  --ggs: 0.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: translateY(10%) scale(var(--ggs, 1));
          transform: translateY(10%) scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
  margin-right: 0.5rem;
  color: RGBA(var(--archive-theme-color), 1);
}

.archive-blog .search-form .search-io::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}

.archive-blog .search-form .search-field, .archive-blog .search-form .search-submit {
  font-size: clamp(0.5625rem, 0.50893rem + 0.26786vw, 0.75rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 0 !important;
  min-height: 25px;
  border: 0;
  outline: 0;
}

.archive-blog .search-form .search-field {
  padding: 0rem 0.5rem;
  width: 160px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: var(--archive-search-border-color);
  color: RGBA(var(--archive-theme-color), 1);
  background: transparent;
}

.archive-blog .search-form .search-field::-webkit-input-placeholder {
  color: RGBA(var(--archive-theme-color), 0.7);
}

.archive-blog .search-form .search-field::-moz-placeholder {
  color: RGBA(var(--archive-theme-color), 0.7);
}

.archive-blog .search-form .search-field:-ms-input-placeholder {
  color: RGBA(var(--archive-theme-color), 0.7);
}

.archive-blog .search-form .search-field::-ms-input-placeholder {
  color: RGBA(var(--archive-theme-color), 0.7);
}

.archive-blog .search-form .search-field::placeholder {
  color: RGBA(var(--archive-theme-color), 0.7);
}

.archive-blog .search-form .search-submit {
  letter-spacing: 0em;
  padding: 0 0.5rem;
  cursor: pointer;
  background: RGBA(var(--archive-theme-color), 0.1);
  color: RGBA(var(--archive-theme-color), 1);
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.archive-blog .search-form .search-submit:hover {
  background: RGBA(var(--archive-theme-color), 0.2);
}

.archive-blog__posts {
  margin-top: clamp(1.875rem, 1.69643rem + 0.89286vw, 2.5rem);
}

.archive-blog .archive-post-gap {
  width: var(--archive-post-gap);
}

.archive-blog .archive-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: calc(var(--archive-post-gap) / 2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: var(--archive-post-fd);
          flex-direction: var(--archive-post-fd);
  width: var(--archive-post-width);
}

.archive-blog .archive-post::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.archive-blog .archive-post::after {
  content: var(--archive-post-af-show);
  top: calc(var(--archive-post-gap) / -2);
  left: 0;
  height: 1px;
  background: RGBA(var(--archive-theme-color), 0.3);
}

.archive-blog .archive-post__thumbnail {
  max-width: var(--archive-post-thumbnail-width);
}

.archive-blog .archive-post__thumbnail img {
  aspect-ratio: 16/ 9;
}

.archive-blog .archive-post__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.archive-blog .archive-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: calc(var(--archive-post-gap) / 2);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive-blog .archive-post__info .__date, .archive-blog .archive-post__info a {
  font-size: clamp(0.625rem, 0.58929rem + 0.17857vw, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: RGBA(var(--archive-theme-color), 1);
  text-transform: capitalize;
  opacity: 0.7;
}

.archive-blog .archive-post__info .__date {
  font-weight: 500;
  opacity: 0.85;
}

.archive-blog .archive-post__info a {
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.archive-blog .archive-post__info a::before {
  display: inline-block;
  content: '#';
}

.archive-blog .archive-post__info a:hover {
  opacity: 1;
}

.archive-blog .archive-post__title {
  margin-top: calc(var(--archive-post-gap) / 2);
}

.archive-blog .archive-post__title a {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--gl-sec-heading-font);
  text-transform: capitalize;
  font-size: var(--archive-post-title-fz);
}

.archive-blog .archive-post__description {
  margin-top: 0.5rem;
}

.archive-blog .archive-post__description p {
  font-size: clamp(0.6875rem, 0.65179rem + 0.17857vw, 0.8125rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.archive-blog .archive-post.-post-1 {
  --archive-post-af-show: none;
}

@media only screen and (min-width: 901px) {
  .archive-blog .archive-post.-post-1, .archive-blog .archive-post.-post-3 {
    --archive-post-width: calc((100% - var(--archive-post-gap)) * 2 / 3);
  }
  .archive-blog .archive-post.-post-2, .archive-blog .archive-post.-post-4 {
    --archive-post-width: calc((100% - var(--archive-post-gap)) * 1 / 3);
  }
  .archive-blog .archive-post.-post-1 {
    --archive-post-title-fz: clamp(1rem, 0.92857rem + 0.35714vw, 1.25rem);
    --archive-post-fd: column;
    --archive-post-thumbnail-width: 100%;
  }
  .archive-blog .archive-post.-post-2 {
    --archive-post-fd: column;
    --archive-post-thumbnail-width: 100%;
    --archive-post-af-show: none;
  }
  .archive-blog .archive-post.-post-3 {
    --archive-post-fd: row;
  }
  .archive-blog .archive-post.-post-4 {
    --archive-post-fd: column;
    --archive-post-thumbnail-width: 100%;
  }
}

.archive-blog .archive-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

.archive-blog .archive-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.625rem, 0.55357rem + 0.35714vw, 0.875rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: RGBA(var(--archive-theme-color), 1);
  width: var(--archive-pagination-number-width);
  height: var(--archive-pagination-number-width);
  border: 1px solid RGBA(var(--archive-theme-color), 0.3);
}

.archive-blog .archive-pagination .page-numbers:not(:last-child) {
  border-right: 0;
}

.archive-blog .archive-pagination .page-numbers.prev::after, .archive-blog .archive-pagination .page-numbers.next::after {
  --s: 2px;
  display: block;
  content: '';
  height: 10px;
  aspect-ratio: 3/5;
  -webkit-clip-path: polygon(0 0, var(--s) 0, 100% 50%, var(--s) 100%, 0 100%, calc(100% - var(--s)) 50%);
          clip-path: polygon(0 0, var(--s) 0, 100% 50%, var(--s) 100%, 0 100%, calc(100% - var(--s)) 50%);
  background: RGBA(var(--archive-theme-color), 0.7);
}

.archive-blog .archive-pagination .page-numbers.prev::after {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.archive-blog .archive-pagination .page-numbers.current {
  background: RGBA(var(--archive-theme-color), 0.2);
}

.archive-blog .archive-pagination a.page-numbers {
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.archive-blog .archive-pagination a.page-numbers:hover {
  background: RGBA(var(--archive-theme-color), 0.1);
}

.archive-blog.-head-image {
  --archive-head-background: url(../images/under-mainvisual-pic-1-1920.webp);
}

.archive-blog.-head-image .archive-name {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.archive-blog.-head-image .archive-name::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.archive-blog.-head-image .archive-name::after {
  top: 0;
  left: 0;
  background: RGBA(0, 0, 0, 0.1);
  z-index: -9;
  backdrop-filter: blur(8px);
}

.archive-blog.-search-page .archive-name {
  --gl-sec-heading-2-font-size: clamp(1.25rem, 1.03571rem + 1.07143vw, 2rem) !important;
}

.archive-blog.-search-page .archive-post:nth-child(2) {
  --archive-post-af-show: none;
}

.blog-content {
  padding-top: clamp(3.75rem, 2.67857rem + 5.35714vw, 7.5rem);
}

.blog-content > .acf-ht.-h3 {
  margin-bottom: clamp(0.9375rem, 0.75893rem + 0.89286vw, 1.5625rem);
}

.blog-content .acf-sech3.acf-space:nth-child(3) {
  padding-top: 0;
}

.blog-content__date {
  font-size: clamp(0.875rem, 0.80357rem + 0.35714vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: clamp(2.5rem, 2.14286rem + 1.78571vw, 3.75rem);
  font-family: var(--gl-sec-heading-font);
  color: RGBA(var(--gl-themes-main-color-rgb), 0.7);
}

.blog-content__navbar {
  --blog-navbar-theme-color: var(--gl-themes-main-color-rgb);
  --blog-navbar-btn-af-scale: 1;
  --blog-navbar-btn-af-r: unset;
  --blog-navbar-btn-af-l: unset;
  --blog-navbar-btn-af-value: clamp(0.5rem, 0.46429rem + 0.17857vw, 0.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: clamp(3.75rem, 3.03571rem + 3.57143vw, 6.25rem) auto 0;
  max-width: 640px;
}

.blog-content__navbar .btn {
  border: 1px solid RGBA(var(--blog-navbar-theme-color), 0.4);
  overflow: hidden;
  background: RGBA(var(--blog-navbar-theme-color), 0.05);
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
  width: calc(100% / 3);
  position: relative;
}

.blog-content__navbar .btn::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.blog-content__navbar .btn::after {
  --s: 2px;
  width: unset;
  height: 10px;
  aspect-ratio: 3/5;
  -webkit-clip-path: polygon(0 0, var(--s) 0, 100% 50%, var(--s) 100%, 0 100%, calc(100% - var(--s)) 50%);
          clip-path: polygon(0 0, var(--s) 0, 100% 50%, var(--s) 100%, 0 100%, calc(100% - var(--s)) 50%);
  background: RGBA(var(--blog-navbar-theme-color), 0.7);
  right: var(--blog-navbar-btn-af-r);
  left: var(--blog-navbar-btn-af-l);
  top: 50%;
  -webkit-transform: translateY(-50%) scale(var(--blog-navbar-btn-af-scale));
          transform: translateY(-50%) scale(var(--blog-navbar-btn-af-scale));
}

.blog-content__navbar .btn.-prev {
  --blog-navbar-btn-af-scale: -1;
  --blog-navbar-btn-af-l: var(--blog-navbar-btn-af-value);
  border-top-left-radius: 100vw;
  border-bottom-left-radius: 100vw;
}

.blog-content__navbar .btn.-cat {
  border-left: 0;
  border-right: 0;
}

.blog-content__navbar .btn.-cat::after {
  content: none;
}

.blog-content__navbar .btn.-next {
  --blog-navbar-btn-af-r: var(--blog-navbar-btn-af-value);
  border-top-right-radius: 100vw;
  border-bottom-right-radius: 100vw;
}

.blog-content__navbar .btn:hover {
  background: RGBA(var(--blog-navbar-theme-color), 0.15);
}

.blog-content__navbar a {
  font-size: clamp(0.5625rem, 0.50893rem + 0.26786vw, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
  color: RGBA(var(--blog-navbar-theme-color), 1);
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: clamp(0.5rem, 0.46429rem + 0.17857vw, 0.625rem) clamp(1.125rem, 1.01786rem + 0.53571vw, 1.5rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.acf-gmap {
  --gmap-height: clamp(13.1335rem, 10.8145rem + 11.595vw, 21.25rem);
  margin: 0.7em 0 0.5em;
}

.acf-gmap:last-child {
  margin-bottom: 0;
}

.acf-gmap iframe {
  width: 100% !important;
  height: var(--gmap-height) !important;
}

.acf-gmap.-filter-grayscale iframe {
  -webkit-filter: grayscale(100%) !important;
          filter: grayscale(100%) !important;
}

.acf-sechindex {
  --text-color: var(--gl-themes-main-color);
  --text-fonts: var(--gl-sec-heading-font);
  --border-color: var(--gl-themes-main-color-2);
  position: relative;
  margin-top: 40px;
}

.acf-sechindex::before {
  font-size: clamp(0.75rem, 0.69643rem + 0.26786vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.2;
  content: '目次';
  position: absolute;
  z-index: 1;
  background: var(--border-color);
  color: #fff;
  top: 0;
  left: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: clamp(0.23177rem, 0.19084rem + 0.20462vw, 0.375rem) clamp(0.57942rem, 0.47711rem + 0.51154vw, 0.9375rem);
  font-family: var(--text-fonts);
}

.acf-sechindex ul {
  counter-reset: sechindex;
  list-style-type: none;
}

.acf-sechindex .__sechindex {
  border: 1px solid var(--border-color);
  padding: clamp(0.9657rem, 0.79518rem + 0.85257vw, 1.5625rem) clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

.acf-sechindex .__secheading {
  counter-increment: sechindex;
}

.acf-sechindex .__sech3 {
  font-size: clamp(0.875rem, 0.80357rem + 0.35714vw, 1.125rem);
  font-weight: 500;
}

.acf-sechindex .__sech3:not(:first-child) {
  margin-top: clamp(0.57942rem, 0.47711rem + 0.51154vw, 0.9375rem);
}

.acf-sechindex .__sech4 {
  font-size: clamp(0.75rem, 0.69643rem + 0.26786vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
}

.acf-sechindex .__sech4:not(:first-child) {
  margin-top: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
}

.acf-sechindex .__sech4 .__indexlink {
  opacity: 0.8;
}

.acf-sechindex .__sech4 .__indexlink::before {
  border-left: clamp(0.11588rem, 0.09542rem + 0.10231vw, 0.1875rem) solid var(--border-color);
  padding-left: 0.5rem;
  line-height: 1;
  margin-top: 0.2rem;
}

.acf-sechindex .__haschildren ul {
  padding: clamp(0.57942rem, 0.47711rem + 0.51154vw, 0.9375rem);
  padding-bottom: 0;
}

.acf-sechindex .__indexlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.23177rem, 0.19084rem + 0.20462vw, 0.375rem);
  vertical-align: top;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--text-color);
  font-family: var(--text-fonts);
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.acf-sechindex .__indexlink:hover {
  color: var(--border-color);
}

.acf-sechindex .__indexlink::before {
  content: counters(sechindex, ".", decimal) " ";
  display: inline-block;
}

.acf-list {
  --list-theme-color: var(--gl-themes-main-color-rgb);
  --list-theme-direction: row;
  --list-item-color: var(--gl-default-text-color);
  --list-item-font: var(--gl-default-font);
  --list-item-radius: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: var(--list-theme-direction);
          flex-direction: var(--list-theme-direction);
  margin: 0.7em 0 0.5em;
}

.acf-list:last-child {
  margin-bottom: 0;
}

.acf-list .litem {
  font-size: clamp(0.75rem, 0.71429rem + 0.17857vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: clamp(0.23177rem, 0.19084rem + 0.20462vw, 0.375rem) clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  position: relative;
  font-family: var(--list-item-font);
  border-radius: var(--list-item-radius);
  color: var(--list-item-color);
}

.acf-list.-default, .acf-list.-number {
  --list-theme-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.acf-list.-default .litem, .acf-list.-number .litem {
  background: RGBA(var(--list-theme-color), 0.15);
}

.acf-list.-default .litem {
  --be-size: clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem);
  padding-left: clamp(1.5625rem, 1.47321rem + 0.44643vw, 1.875rem);
}

.acf-list.-default .litem::before {
  display: block;
  content: '';
  position: absolute;
  top: 0.95em;
  left: 0.85em;
  z-index: 1;
  width: var(--be-size);
  height: var(--be-size);
  border-radius: 50%;
  background: RGBA(var(--list-theme-color), 1);
  opacity: 0.8;
}

.acf-list.-number {
  counter-reset: litem-count;
}

.acf-list.-number .litem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.1875rem, 0.15179rem + 0.17857vw, 0.3125rem);
}

.acf-list.-number .litem::before {
  font-size: clamp(0.875rem, 0.83929rem + 0.17857vw, 1rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  counter-increment: litem-count;
  content: counter(litem-count) ".";
  display: block;
  color: RGBA(var(--list-theme-color), 1);
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

.acf-list.-step {
  --list-theme-direction: column;
  --step-theme-color: RGBA(var(--list-theme-color), 0.2);
  --step-af-size: clamp(1.25rem, 1.17857rem + 0.35714vw, 1.5rem);
  --step-padding-left: clamp(1.6875rem, 1.59821rem + 0.44643vw, 2rem);
  padding-left: var(--step-padding-left) !important;
  gap: 0;
  counter-reset: litem-count;
  position: relative;
}

.acf-list.-step::after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: RGBA(var(--list-theme-color), 1);
  -webkit-transform: translateX(calc((var(--step-af-size) - 1px) / 2));
          transform: translateX(calc((var(--step-af-size) - 1px) / 2));
}

.acf-list.-step::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.6875rem, 0.63393rem + 0.26786vw, 0.875rem);
  font-weight: 300;
  line-height: 1;
  content: '#';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid currentColor;
  color: RGBA(var(--list-theme-color), 1);
  width: var(--step-af-size);
  height: var(--step-af-size);
  border-radius: 50%;
  padding-bottom: 0.05em;
}

.acf-list.-step .litem {
  counter-increment: litem-count;
  border-radius: 0;
  padding: 1.2em 1em;
  background: var(--step-theme-color);
}

.acf-list.-step .litem::before {
  font-size: clamp(0.75rem, 0.69643rem + 0.26786vw, 0.9375rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  content: "step " counter(litem-count) ":";
  margin-right: clamp(0.3125rem, 0.25893rem + 0.26786vw, 0.5rem);
  text-transform: uppercase;
}

.acf-list.-step .litem::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.6875rem, 0.63393rem + 0.26786vw, 0.875rem);
  font-weight: 300;
  line-height: 1;
  content: counter(litem-count);
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid currentColor;
  color: RGBA(var(--list-theme-color), 1);
  width: var(--step-af-size);
  height: var(--step-af-size);
  border-radius: 50%;
  -webkit-transform: translate(calc(-100% - (var(--step-padding-left) - var(--step-af-size))), 0);
          transform: translate(calc(-100% - (var(--step-padding-left) - var(--step-af-size))), 0);
  padding-bottom: 0.05em;
}

.acf-list.-step .litem:nth-child(even) {
  --step-theme-color: RGBA(var(--list-theme-color), 0.1);
}

.acf-list.-step .litem:first-child {
  border-top-left-radius: var(--list-item-radius);
  border-top-right-radius: var(--list-item-radius);
}

.acf-list.-step .litem:last-child {
  border-bottom-left-radius: var(--list-item-radius);
  border-bottom-right-radius: var(--list-item-radius);
}

.acf-list.-step.has-controller .litem:nth-child(2) {
  border-top-left-radius: var(--list-item-radius);
  border-top-right-radius: var(--list-item-radius);
}

.acf-list.-paper {
  --paper-dot-size: clamp(0.625rem, 0.57143rem + 0.26786vw, 0.8125rem);
  border-radius: var(--list-item-radius);
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 0;
  background: RGBA(var(--list-theme-color), 0.1);
  padding: 0.5em 0;
}

.acf-list.-paper .litem {
  padding: clamp(0.4375rem, 0.38393rem + 0.26786vw, 0.625rem) clamp(1.75rem, 1.625rem + 0.625vw, 2.1875rem);
  background: none;
  border-radius: 0;
  position: relative;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  width: 50%;
  border-bottom: 1px solid RGBA(var(--list-theme-color), 0.4);
}

@media only screen and (min-width: 541px) {
  .acf-list.-paper .litem:nth-child(odd):last-child, .acf-list.-paper .litem:nth-child(even):last-child, .acf-list.-paper .litem:nth-child(odd):nth-last-child(2) {
    border-width: 0;
  }
}

@media only screen and (max-width: 540px) {
  .acf-list.-paper .litem {
    width: 100%;
  }
  .acf-list.-paper .litem:last-child {
    border-width: 0;
  }
}

.acf-list.-paper .litem::after, .acf-list.-paper .litem::before {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  left: 0.85em;
  border-radius: 50%;
  width: var(--paper-dot-size);
  height: var(--paper-dot-size);
}

.acf-list.-paper .litem::after {
  border: 1px solid RGBA(var(--list-theme-color), 1);
}

.acf-list.-paper .litem::before {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  background: RGBA(var(--list-theme-color), 1);
}

@media only screen and (min-width: 541px) {
  .acf-list.-paper.has-controller .litem:nth-child(odd):last-child, .acf-list.-paper.has-controller .litem:nth-child(even):last-child, .acf-list.-paper.has-controller .litem:nth-child(even):nth-last-child(2) {
    border-width: 0;
  }
  .acf-list.-paper.has-controller .litem:nth-child(odd):nth-last-child(2) {
    border-width: 1px;
  }
}

.acf-link {
  --link-padding-right: 0;
  --link-padding-left: 0;
  --link-padding-value: clamp(1.625rem, 1.51786rem + 0.53571vw, 2rem);
  --link-posi-left: unset;
  --link-posi-right: unset;
  --link-posi-value: clamp(0.0625rem, 0.04464rem + 0.08929vw, 0.125rem);
  --link-io-af-opa: 0.1;
  color: RGBA(var(--gl-themes-main-color-2-rgb), 1);
  font-weight: 500;
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 var(--link-padding-right) 0 var(--link-padding-left) !important;
  display: inline-block;
}

@media only screen and (min-width: 901px) {
  .acf-link:hover {
    --link-io-af-opa: 0.3;
  }
}

.acf-link .acf-link-io {
  width: clamp(1.5rem, 1.44643rem + 0.26786vw, 1.6875rem);
  height: clamp(1.125rem, 1.08929rem + 0.17857vw, 1.25rem);
  display: inline-block;
  position: absolute;
  border-radius: 100vw;
  left: var(--link-posi-left);
  right: var(--link-posi-right);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.acf-link .acf-link-io::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.acf-link .acf-link-io::after {
  background: currentColor;
  opacity: var(--link-io-af-opa);
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.acf-link .acf-link-io i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%) scale(var(--ggs, 1));
          transform: translate(-50%, -50%) scale(var(--ggs, 1));
}

.acf-link.-default {
  --ggs: 0.68;
  --link-padding-right: var(--link-padding-value);
  --link-posi-right: var(--link-posi-value);
}

.acf-link.-default i {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(var(--ggs, 1));
          transform: translate(-50%, -50%) rotate(-45deg) scale(var(--ggs, 1));
  width: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 4px;
}

.acf-link.-default i::after, .acf-link.-default i::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 8px;
  height: 10px;
  border: 2px solid;
  top: -4px;
}

.acf-link.-default i::before {
  border-right: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  left: -6px;
}

.acf-link.-default i::after {
  border-left: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  right: -6px;
}

.acf-link.-tel {
  --ggs: 0.67;
  --link-padding-left: var(--link-padding-value);
  --link-posi-left: 0;
}

@media only screen and (max-width: 900px) {
  .acf-link.-tel {
    --ggs: 0.6;
  }
}

.acf-link.-tel i {
  width: 22px;
  height: 22px;
}

.acf-link.-tel i::after, .acf-link.-tel i::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}

.acf-link.-tel i::after {
  width: 16px;
  height: 16px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 12px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  left: 2px;
  bottom: 2px;
  background: -webkit-linear-gradient(right, currentColor 10px, transparent 0) no-repeat right 11px/6px 4px, -webkit-linear-gradient(right, currentColor 10px, transparent 0) no-repeat -1px 0/4px 6px;
  background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat right 11px/6px 4px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat -1px 0/4px 6px;
}

.acf-link.-tel i::before {
  width: 20px;
  height: 20px;
  border: 6px double;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 2px;
  left: 2px;
}

.acf-link.-email {
  --ggs: 0.75;
  --link-padding-left: var(--link-padding-value);
  --link-posi-left: 0;
}

@media only screen and (max-width: 900px) {
  .acf-link.-email {
    --ggs: 0.7;
  }
}

.acf-link.-email i {
  overflow: hidden;
  width: 18px;
  border-radius: 2px;
}

.acf-link.-email i::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 3px;
  left: 0;
}

.acf-link.-email i, .acf-link.-email i::after {
  height: 14px;
  border: 2px solid;
}

.acf-link.-aichat {
  --ggs: 0.6;
  --link-padding-right: var(--link-padding-value);
  --link-posi-right: var(--link-posi-value);
}

@media only screen and (max-width: 900px) {
  .acf-link.-aichat {
    --ggs: 0.52;
  }
}

.acf-link.-aichat i {
  margin-top: -0.05em;
  width: 20px;
  height: 16px;
  border: 2px solid;
  border-bottom: 0;
  -webkit-box-shadow: -6px 8px 0 -6px, 6px 8px 0 -6px;
          box-shadow: -6px 8px 0 -6px, 6px 8px 0 -6px;
}

.acf-link.-aichat i::after, .acf-link.-aichat i::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 8px;
}

.acf-link.-aichat i::before {
  border: 2px solid;
  border-top-color: transparent;
  border-bottom-left-radius: 20px;
  right: 4px;
  bottom: -6px;
  height: 6px;
}

.acf-link.-aichat i::after {
  height: 2px;
  background: currentColor;
  -webkit-box-shadow: 0 4px 0 0;
          box-shadow: 0 4px 0 0;
  left: 4px;
  top: 4px;
}

table:not(.default-table):not(.table-style-1):not(.mce-item-table) {
  --table-color: RGBA(var(--gl-themes-main-color-rgb), 0.4);
  --table-radius: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
  --table-th-bg: RGBA(var(--gl-themes-main-color-rgb), 0.1);
  border-radius: var(--table-radius);
  -webkit-box-shadow: 0 0 0 1px var(--table-color);
          box-shadow: 0 0 0 1px var(--table-color);
  border-style: hidden;
  margin: 0.7em 0 0.5em;
}

table:not(.default-table):not(.table-style-1):not(.mce-item-table):last-child {
  margin-bottom: 0;
}

table:not(.default-table):not(.table-style-1):not(.mce-item-table) tr th, table:not(.default-table):not(.table-style-1):not(.mce-item-table) tr td {
  font-size: clamp(0.6875rem, 0.63393rem + 0.26786vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 1px solid var(--table-color);
  padding: clamp(0.3125rem, 0.22321rem + 0.44643vw, 0.625rem) clamp(0.5rem, 0.375rem + 0.625vw, 0.9375rem);
}

table:not(.default-table):not(.table-style-1):not(.mce-item-table) tr th {
  background: var(--table-th-bg);
  font-weight: 500;
}

table:not(.default-table):not(.table-style-1):not(.mce-item-table) tr:first-child th:first-child {
  border-top-left-radius: var(--table-radius);
}

table:not(.default-table):not(.table-style-1):not(.mce-item-table) tr:first-child th:last-child {
  border-top-right-radius: var(--table-radius);
}

table:not(.default-table):not(.table-style-1):not(.mce-item-table) tr:last-child th:first-child {
  border-bottom-left-radius: var(--table-radius);
}

table:not(.default-table):not(.table-style-1):not(.mce-item-table) tr:last-child th:last-child {
  border-bottom-right-radius: var(--table-radius);
}

table.table-style-1 caption {
  font-size: clamp(0.6875rem, 0.65179rem + 0.17857vw, 0.8125rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  caption-side: bottom;
  margin-top: clamp(0.61805rem, 0.50892rem + 0.54565vw, 1rem);
}

table.table-style-1 tr th, table.table-style-1 tr td {
  font-size: clamp(0.75rem, 0.67857rem + 0.35714vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--gl-themes-main-color-2);
  border-color: #d9cbcb;
  border-width: 0 0 1px 0;
}

table.table-style-1 tr th:first-child, table.table-style-1 tr td:first-child {
  width: clamp(5.71693rem, 4.70749rem + 5.04724vw, 9.25rem);
  color: var(--gl-themes-main-color-1);
}

table.table-style-1 tr th:last-child, table.table-style-1 tr td:last-child {
  padding-right: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
}

table.table-style-1 tr th {
  padding: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem) 0;
  color: var(--gl-themes-main-color-1);
}

table.table-style-1 tr td {
  padding: clamp(0.65667rem, 0.54072rem + 0.57975vw, 1.0625rem) 0;
}

@media only screen and (max-width: 900px) {
  table.horizontal-scroll-table {
    overflow: auto;
    display: block;
  }
  table.horizontal-scroll-table tr th, table.horizontal-scroll-table tr td {
    min-width: clamp(6.95303rem, 4.58229rem + 11.85371vw, 11.25rem);
  }
}

.re-btn {
  --rebtn-width: clamp(13.75rem, 13.28571rem + 2.32143vw, 15.375rem);
  --rebtn-height: clamp(3.125rem, 2.94643rem + 0.89286vw, 3.75rem);
  --rebtn-radius: 2000px;
  --rebtn-arrow-size: clamp(1.31335rem, 1.08145rem + 1.1595vw, 2.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  margin: 0.7em 0 0.5em;
}

.re-btn:last-child {
  margin-bottom: 0;
}

.re-btn .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: var(--rebtn-width);
  max-width: 408px;
  min-height: var(--rebtn-height);
  padding: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem) clamp(0.46354rem, 0.38169rem + 0.40924vw, 0.75rem) clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem) clamp(1.08158rem, 0.89061rem + 0.95488vw, 1.75rem);
  height: 100%;
  width: 100%;
  border-radius: var(--rebtn-radius);
  background: var(--rebtn-bg, #fff);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
  border: 1px solid var(--rebtn-border-color, #f3c9cc);
  gap: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

.re-btn .btn a:hover {
  --rebtn-color: #fff;
  --rebtn-bg: var(--gl-themes-main-color-2);
  --rebtn-border-color: var(--gl-themes-main-color-2);
  --rebtn-arrow-ani: arrow-slide-fade;
  --rebtn-arrow-bg: #fff;
  --rebtn-arrow-color: var(--gl-themes-main-color-2);
}

.re-btn .btn a:hover span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.re-btn .btn span {
  font-size: clamp(0.75rem, 0.67857rem + 0.35714vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: var(--gl-trans-cube-1);
  transition: var(--gl-trans-cube-1);
  color: var(--rebtn-color, var(--gl-themes-main-color-2));
}

.re-btn .btn .btn-icon {
  background: var(--rebtn-arrow-bg, var(--gl-themes-main-color-2));
  width: var(--rebtn-arrow-size);
  height: var(--rebtn-arrow-size);
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
  border: 1px solid var(--gl-themes-main-color-2);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.re-btn .btn .btn-icon::after {
  display: block;
  content: "";
  position: absolute;
  background: var(--rebtn-arrow-color, #fff);
  inset: 0;
  -webkit-mask-image: url(../images/gg-arrow.webp);
          mask-image: url(../images/gg-arrow.webp);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: clamp(0.42491rem, 0.34988rem + 0.37513vw, 0.6875rem);
          mask-size: clamp(0.42491rem, 0.34988rem + 0.37513vw, 0.6875rem);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
  -webkit-animation-name: var(--rebtn-arrow-ani, unset);
          animation-name: var(--rebtn-arrow-ani, unset);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.re-btn.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.re-btn.-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@keyframes arrow-slide-fade {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  29% {
    opacity: 0;
    -webkit-transform: translate(clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem), 0);
            transform: translate(clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem), 0);
  }
  30% {
    -webkit-transform: translate(clamp(-0.5rem, -0.25446rem + -0.27282vw, -0.30902rem), 0);
            transform: translate(clamp(-0.5rem, -0.25446rem + -0.27282vw, -0.30902rem), 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.contact-form {
  --ct-theme-color: var(--gl-themes-main-color-rgb);
  --ct-field-gap: clamp(0.625rem, 0.53571rem + 0.44643vw, 0.9375rem);
  --ct-field-width: 25%;
  --ct-warning-color: 244, 80, 80;
  --ct-required-width: clamp(0.8125rem, 0.77679rem + 0.17857vw, 0.9375rem);
  background: RGBA(var(--ct-theme-color), 0.1);
  padding: 40px clamp(1.25rem, 0.89286rem + 1.78571vw, 2.5rem);
  margin: 0.7em 0 0.5em;
}

.contact-form:last-child {
  margin-bottom: 0;
}

.contact-form .screen-reader-response, .contact-form .wpcf7-response-output, .contact-form .wpcf7-spinner {
  display: none;
}

.contact-form .contact-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.9375rem, 0.75893rem + 0.89286vw, 1.5625rem) var(--ct-field-gap);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form .contact-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--ct-field-gap) * 2);
  margin-top: 1rem;
}

@media only screen and (max-width: 540px) {
  .contact-form .contact-panel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-form .ct-submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.contact-form .ct-submit-btn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.8125rem, 0.77679rem + 0.17857vw, 0.9375rem);
  letter-spacing: 0.14em;
  background: RGBA(var(--ct-theme-color), 1);
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 100vw;
  min-width: 120px;
  min-height: 45px;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.contact-form .ct-submit-btn input[value="送信内容を確認する"] {
  margin-left: auto;
}

.contact-form .ct-submit-btn input:hover {
  background: RGBA(var(--ct-theme-color), 0.8);
}

.contact-form .ct-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: RGBA(var(--ct-warning-color), 1);
  color: #fff;
  border-radius: 100vw;
  position: relative;
  width: calc(var(--ct-required-width) + 5px);
  height: var(--ct-required-width);
  -webkit-transform: translateY(0.05rem);
          transform: translateY(0.05rem);
}

.contact-form .ct-required::after {
  content: "*";
  display: block;
  position: absolute;
  line-height: 1;
  margin-top: 0.28rem;
  margin-left: 0.12em;
}

.contact-form .wpcf7-not-valid-tip {
  font-size: clamp(0.5625rem, 0.52679rem + 0.17857vw, 0.6875rem);
  line-height: 1;
  letter-spacing: 0.14em;
  color: RGBA(var(--ct-warning-color), 1);
  margin-top: 0.4rem;
}

.contact-form .ct-field {
  width: calc(var(--ct-field-width) - var(--ct-field-gap));
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.contact-form .ct-field dt {
  font-size: clamp(0.8125rem, 0.77679rem + 0.17857vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.14em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.375rem, 0.30357rem + 0.35714vw, 0.625rem);
  padding-bottom: clamp(0.375rem, 0.33929rem + 0.17857vw, 0.5rem);
  color: RGBA(var(--ct-theme-color), 1);
}

.contact-form .ct-field dd {
  color: RGBA(var(--ct-theme-color), 1);
}

.contact-form .ct-field dd span {
  width: 100%;
}

.contact-form .ct-field input, .contact-form .ct-field textarea, .contact-form .ct-field select {
  font-size: clamp(0.75rem, 0.71429rem + 0.17857vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 0.3rem 0.6rem;
  border: 0;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: RGBA(var(--ct-theme-color), 0.85);
  display: block;
}

.contact-form .ct-field input::-webkit-input-placeholder, .contact-form .ct-field textarea::-webkit-input-placeholder, .contact-form .ct-field select::-webkit-input-placeholder {
  font-size: 85%;
  letter-spacing: 0.2em;
  color: RGBA(var(--ct-theme-color), 0.5);
}

.contact-form .ct-field input::-moz-placeholder, .contact-form .ct-field textarea::-moz-placeholder, .contact-form .ct-field select::-moz-placeholder {
  font-size: 85%;
  letter-spacing: 0.2em;
  color: RGBA(var(--ct-theme-color), 0.5);
}

.contact-form .ct-field input:-ms-input-placeholder, .contact-form .ct-field textarea:-ms-input-placeholder, .contact-form .ct-field select:-ms-input-placeholder {
  font-size: 85%;
  letter-spacing: 0.2em;
  color: RGBA(var(--ct-theme-color), 0.5);
}

.contact-form .ct-field input::-ms-input-placeholder, .contact-form .ct-field textarea::-ms-input-placeholder, .contact-form .ct-field select::-ms-input-placeholder {
  font-size: 85%;
  letter-spacing: 0.2em;
  color: RGBA(var(--ct-theme-color), 0.5);
}

.contact-form .ct-field input::placeholder, .contact-form .ct-field textarea::placeholder, .contact-form .ct-field select::placeholder {
  font-size: 85%;
  letter-spacing: 0.2em;
  color: RGBA(var(--ct-theme-color), 0.5);
}

.contact-form .ct-field.-name, .contact-form .ct-field.-furigana, .contact-form .ct-field.-tel {
  --ct-field-width: calc(100% / 3);
  min-width: 150px;
}

.contact-form .ct-field.-email, .contact-form .ct-field.-confirm-email {
  --ct-field-width: calc(100% / 2);
}

.contact-form .ct-field.-postalcode {
  --ct-field-width: 25%;
  min-width: 150px;
}

.contact-form .ct-field.-postalcode dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--ct-field-gap) / 2);
}

.contact-form .ct-field.-zip {
  --ct-field-width: 20%;
  min-width: 150px;
}

.contact-form .ct-field.-zip dd {
  position: relative;
}

.contact-form .ct-field.-zip dd::after, .contact-form .ct-field.-zip dd::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.contact-form .ct-field.-zip dd select {
  cursor: pointer;
}

.contact-form .ct-field.-zip dd::after, .contact-form .ct-field.-zip dd::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.contact-form .ct-field.-zip dd::after {
  width: 1px;
  height: 45%;
  right: 28px;
  background: currentColor;
  opacity: 0.4;
}

.contact-form .ct-field.-zip dd::before {
  width: 8px;
  height: auto;
  aspect-ratio: 1/cos(30deg);
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: currentColor;
  right: 10px;
}

.contact-form .ct-field.-addr {
  --ct-field-width: 55%;
}

.contact-form .ct-field.-mess {
  width: 100%;
}

.contact-form .ct-field.-mess textarea {
  height: 10em;
  resize: none;
}

.contact-form .ct-field.-mess .wpcf7-character-count {
  font-size: clamp(0.75rem, 0.71429rem + 0.17857vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--ct-field-gap) / 3);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: RGBA(var(--ct-warning-color), 0.8);
  margin-top: 0.4rem;
}

.contact-form .ct-field.-mess .wpcf7-character-count::before, .contact-form .ct-field.-mess .wpcf7-character-count::after {
  color: RGBA(var(--ct-theme-color), 1);
}

.contact-form .ct-field.-mess .wpcf7-character-count::before {
  content: "残り:";
  display: inline-block;
}

.contact-form .ct-field.-mess .wpcf7-character-count::after {
  content: "文字";
  display: inline-block;
}

.contact-form .ct-field.-note dt {
  font-size: clamp(0.6875rem, 0.65179rem + 0.17857vw, 0.8125rem);
}

.list-posts .post-item {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: clamp(1.04295rem, 0.8588rem + 0.92078vw, 1.6875rem);
}

.list-posts .post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.list-posts .post-item:not(:first-child) {
  margin-top: clamp(1.12021rem, 0.92241rem + 0.98899vw, 1.8125rem);
}

.list-posts a {
  font-size: clamp(0.75rem, 0.67857rem + 0.35714vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: block;
  padding: 0 clamp(1.54512rem, 1.27229rem + 1.36412vw, 2.5rem) 0 clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  position: relative;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.list-posts a::after {
  --s: 1px;
  display: block;
  content: '';
  width: clamp(0.25rem, 0.23214rem + 0.08929vw, 0.3125rem);
  aspect-ratio: 3/5;
  -webkit-clip-path: polygon(0 0, var(--s) 0, 100% 50%, var(--s) 100%, 0 100%, calc(100% - var(--s)) 50%);
          clip-path: polygon(0 0, var(--s) 0, 100% 50%, var(--s) 100%, 0 100%, calc(100% - var(--s)) 50%);
  background: var(--news-tit-en-color);
  position: absolute;
  right: clamp(0.125rem, -0.25111rem + 1.11235vw, 0.75rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-posts a:hover {
  color: var(--news-tit-en-color);
}

.list-posts span {
  display: block;
  letter-spacing: 0.1em;
}

.list-posts .__date {
  font-size: clamp(0.75rem, 0.71429rem + 0.17857vw, 0.875rem);
  line-height: 1;
  color: #c3c3c3;
}

.list-posts .__title {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
}

.list-posts .__desc {
  font-size: 90%;
  display: none !important;
  visibility: hidden !important;
}

@media only screen and (min-width: 541px) {
  .list-posts .__desc {
    margin-top: 10px;
  }
}

.protected-posts {
  --protected-theme-color: var(--gl-themes-main-color-rgb);
}

.protected-posts form {
  background: RGBA(var(--protected-theme-color), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 20px clamp(1.25rem, 0.89286rem + 1.78571vw, 2.5rem) 35px;
}

.protected-posts p, .protected-posts input {
  color: RGBA(var(--protected-theme-color), 1);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 0;
  outline: unset;
}

.protected-posts input {
  font-size: clamp(0.75rem, 0.73214rem + 0.08929vw, 0.8125rem);
  line-height: 1;
  padding: 0.1rem 0.5rem;
  height: 25px;
  background: #fff;
}

.protected-posts .__title {
  font-size: clamp(1.5rem, 1.39286rem + 0.53571vw, 1.875rem);
  width: 100%;
}

.protected-posts .__desc {
  font-size: clamp(0.75rem, 0.71429rem + 0.17857vw, 0.875rem);
  width: 100%;
}

.protected-posts .__pass {
  width: 100%;
  max-width: clamp(9.375rem, 8.48214rem + 4.46429vw, 12.5rem);
}

.protected-posts .__submit {
  margin-left: auto;
  cursor: pointer;
  width: 70px;
  border-radius: 100vw;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.protected-posts .__submit:hover {
  background: RGBA(var(--protected-theme-color), 0.3);
}

.breadcrumbs {
  --bread-theme-color: var(--gl-themes-main-color-2-rgb);
  padding: clamp(0.5rem, 0.39286rem + 0.53571vw, 0.875rem) 0;
}

.breadcrumbs .aioseo-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.breadcrumbs .aioseo-breadcrumb,
.breadcrumbs .aioseo-breadcrumb-separator {
  font-size: clamp(0.6875rem, 0.66964rem + 0.08929vw, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.breadcrumbs .aioseo-breadcrumb a,
.breadcrumbs .aioseo-breadcrumb-separator a {
  color: RGBA(var(--bread-theme-color), 1);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.aichat {
  --ai-posi-r: unset;
  --ai-posi-l: unset;
  --ai-close-btn-r: unset;
  --ai-close-btn-l: unset;
  --ai-posi-lr-value: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  --ai-posi-b-value: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  --ai-im-width: clamp(9.65698rem, 7.95184rem + 8.52574vw, 15.625rem);
  position: fixed;
  max-width: var(--ai-im-width);
  width: 100%;
  bottom: 0;
  right: var(--ai-posi-r);
  left: var(--ai-posi-l);
  bottom: var(--ai-posi-b-value);
  z-index: calc(var(--zindex-fixed) + 1);
  cursor: pointer;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

@media only screen and (max-width: 900px) {
  .aichat {
    bottom: calc(var(--ai-posi-b-value) + var(--fabs-btn-height));
  }
}

.aichat.-right {
  --ai-posi-r: var(--ai-posi-lr-value);
  --ai-close-btn-r: 0;
}

.aichat.-left {
  --ai-posi-l: var(--ai-posi-lr-value);
  --ai-close-btn-l: 0;
}

.aichat .aichat-close-btn {
  color: var(--gl-themes-main-color);
  background: #fff;
  position: absolute;
  top: -5px;
  right: var(--ai-close-btn-r);
  left: var(--ai-close-btn-l);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transform: scale(var(--ggs, 1)) translateY(-100%);
          transform: scale(var(--ggs, 1)) translateY(-100%);
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.aichat .aichat-close-btn::after, .aichat .aichat-close-btn::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 1px;
  background: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 5px;
  top: 0.6rem;
  left: 0.25rem;
}

.aichat .aichat-close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.aichat .aichat-close-btn:hover {
  opacity: 0.7;
}

.scroll {
  --scr-size: clamp(3.4375rem, 2.49722rem + 2.78087vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--scr-size);
  height: var(--scr-size);
  background: #fff;
  position: absolute;
  z-index: calc(var(--zindex-fixed) - 1);
  cursor: pointer;
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.scroll i {
  color: var(--gl-themes-main-color-2);
  -webkit-transform: rotate(var(--scr-arrow-rotate));
          transform: rotate(var(--scr-arrow-rotate));
}

.scroll a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.scroll p {
  font-size: clamp(0.6875rem, 0.63393rem + 0.26786vw, 0.875rem);
  font-family: var(--gl-font-zen);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  color: var(--gl-themes-main-color-2);
}

.scroll.-down {
  --scr-arrow-rotate: 90deg;
  bottom: 0;
  left: 0;
}

.scroll.-up {
  --scr-arrow-rotate: -90deg;
}

.scroll.-totop {
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.scroll.-st1 {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  right: 0;
  gap: clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem);
  border-top-left-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
}

@media only screen and (max-width: 900px) {
  .scroll.-st1 {
    bottom: 105px;
    border-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
    right: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
    -webkit-box-shadow: var(--gl-boxshadow-1);
            box-shadow: var(--gl-boxshadow-1);
  }
}

.scroll.-st2 {
  -webkit-transition: unset;
  transition: unset;
  opacity: 0;
  bottom: 0;
  right: clamp(0.625rem, 0.44643rem + 0.89286vw, 1.25rem);
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  .scroll.-st2.-is-active {
    margin-bottom: 80px;
  }
}

.scroll.-is-active {
  -webkit-animation: fade-in-up 0.5s forwards;
          animation: fade-in-up 0.5s forwards;
  visibility: visible;
}

.scroll.-is-no-active {
  -webkit-animation: fade-out-down 0.5s forwards;
          animation: fade-out-down 0.5s forwards;
}

.scroll.-is-bottom {
  position: absolute;
  bottom: calc(100% - 55px);
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .scroll.-is-bottom {
    bottom: calc(100% - 108px);
  }
}

/*==========================================================================*/
/* End ACF LAYOUT TEMPLATES                                                 */
/*==========================================================================*/
/*==========================================================================*/
/* CUSTOMIZE BY PAGES                                                       */
/*==========================================================================*/
.under {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 254, 0.6)), color-stop(50%, rgba(254, 223, 230, 0.4)), color-stop(80%, rgba(215, 235, 167, 0.4)), to(rgba(244, 244, 254, 0.6)));
  background: -webkit-linear-gradient(top, rgba(244, 244, 254, 0.6) 0%, rgba(254, 223, 230, 0.4) 50%, rgba(215, 235, 167, 0.4) 80%, rgba(244, 244, 254, 0.6) 100%);
  background: linear-gradient(180deg, rgba(244, 244, 254, 0.6) 0%, rgba(254, 223, 230, 0.4) 50%, rgba(215, 235, 167, 0.4) 80%, rgba(244, 244, 254, 0.6) 100%);
  background-size: 100% 1920px;
}

.under #main-contents {
  padding-bottom: 100px;
}

@media only screen and (max-width: 900px) {
  .under #main-contents {
    padding-bottom: 50px;
  }
}

.under #preloader {
  display: none !important;
  visibility: hidden !important;
}

.under .home-slider .infinite-slider {
  background: none;
}

.under .home-slider .infinite-slider .slider-line {
  padding: 60px 0;
}

@media only screen and (min-width: 901px) {
  .under .footer-contents {
    padding: 120px 0 40px;
  }
}

.under .footer-contents.wave-kazari::before {
  content: none;
}

@media only screen and (min-width: 901px) {
  .under .footer-banner {
    padding: 60px 0;
  }
}

.home .acf-sech3, .home .acf-sechindex {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 0.53372rem + 1.49031vw, 1.875rem);
  padding-right: clamp(1.25rem, 0.53372rem + 1.49031vw, 1.875rem);
}

.home footer .home-slider {
  display: none !important;
  visibility: hidden !important;
}

.home .main-visual {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home #main-contents .acf-ht, footer .acf-ht {
  display: none !important;
  visibility: hidden !important;
}

/*==========================================================================*/
/* END CUSTOMIZE BY PAGES                                                   */
/*==========================================================================*/
.wysrccode .card-link-setup {
  height: auto;
}

.wysrccode .card-link-setup a {
  height: auto;
  width: auto;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  top: 0.5rem !important;
}

.wysrccode .card-link-setup a::before {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  content: 'Empty href';
  color: white;
  background: #F45050;
  padding: 0.2rem 0.5rem;
  border: 1px solid #fff;
  font-size: clamp(0.625rem, 0.58929rem + 0.17857vw, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0em;
}

.wysrccode .card-link-setup a[href]::before {
  content: 'Change link...';
  background: #1F4172;
}

.wysrccode .card-link-setup a[href="#"]::before, .wysrccode .card-link-setup a[href=""]::before {
  content: '+ Add link';
  background: #3CCF4E;
}

.wysrccode .list-card-wpsetup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wysrccode .list-card-wpsetup > div {
  float: unset;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.wysrccode .reserve-modal {
  -webkit-animation: unset;
          animation: unset;
  visibility: visible;
}

/*==========================================================================*/
/* START INDEX                                                              */
/*==========================================================================*/
/*==========================================================================*/
/* END INDEX                                                                */
/*==========================================================================*/
.kazari {
  position: absolute;
  z-index: -1;
}

.tit-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.42491rem, 0.34988rem + 0.37513vw, 0.6875rem);
}

.tit-sec p {
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.tit-sec .__jp {
  font-size: clamp(1.375rem, 1.05357rem + 1.60714vw, 2.5rem);
  font-family: var(--gl-font-kais);
  display: inline-block;
  position: relative;
  z-index: 1;
}

.tit-sec .__en {
  font-size: clamp(0.875rem, 0.76786rem + 0.53571vw, 1.25rem);
  font-family: var(--gl-font-cant);
  color: var(--gl-themes-main-color-2);
  text-transform: uppercase;
}

@media only screen and (min-width: 901px) {
  .tit-sec.-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tit-sec.-left p {
    text-align: left;
  }
}

.reserve-modal {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  position: fixed;
  z-index: var(--zindex-promax);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: RGBA(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: hidden;
}

.reserve-modal .imposter {
  background-color: #fff;
  border-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  width: calc(100% - 30px);
  max-width: 500px;
  position: relative;
  -webkit-box-shadow: var(--gl-boxshadow-1);
          box-shadow: var(--gl-boxshadow-1);
  overflow: hidden;
}

.reserve-modal .btn-close {
  position: absolute;
  top: 0;
  right: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  font-size: clamp(1.875rem, 1.70259rem + 0.86207vw, 2.1875rem);
  font-weight: bold;
  cursor: pointer;
  color: var(--gl-themes-main-color-2);
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
  font-weight: 100;
}

.reserve-modal .btn-close:hover {
  color: var(--gl-themes-main-color-2);
}

.reserve-modal__title {
  background: #feeff0;
  padding: clamp(1.875rem, 1.53017rem + 1.72414vw, 2.5rem) clamp(1.15884rem, 0.76371rem + 1.97562vw, 1.875rem);
}

.reserve-modal__title p {
  text-align: center;
  line-height: 1.5;
}

.reserve-modal__title p.__title {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.9181rem + 1.03448vw, 1.5rem);
}

.reserve-modal__title p.__para {
  margin-top: 0.5rem;
  font-size: clamp(0.8125rem, 0.70905rem + 0.51724vw, 1rem);
}

.reserve-modal .list-card {
  padding: clamp(2.5rem, 2.12389rem + 1.11235vw, 3.125rem) clamp(1.25rem, 0.87389rem + 1.11235vw, 1.875rem);
}

.reserve-modal .list-card .card {
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.reserve-modal .list-card .card:not(:first-child) {
  margin-top: clamp(0.57942rem, 0.47711rem + 0.51154vw, 0.9375rem);
}

.reserve-modal .list-card .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(var(--c1)), color-stop(var(--c1)), color-stop(45%, var(--c2)), to(var(--c1))) var(--x, 0)/200%;
  background: -webkit-linear-gradient(left, var(--c1), var(--c1), var(--c2) 45%, var(--c1)) var(--x, 0)/200%;
  background: linear-gradient(90deg, var(--c1), var(--c1), var(--c2) 45%, var(--c1)) var(--x, 0)/200%;
  color: #fff;
  position: relative;
  max-width: clamp(18.75rem, 17.24555rem + 4.44939vw, 21.25rem);
  width: 100%;
  min-height: clamp(3.4375rem, 2.87333rem + 1.66852vw, 4.375rem);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem) clamp(3.75rem, 2.99778rem + 2.22469vw, 5rem);
  border-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

@media only screen and (min-width: 901px) {
  .reserve-modal .list-card .card a:hover {
    --x: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .reserve-modal .list-card .card a {
    background: -webkit-gradient(linear, left top, right top, from(var(--c1)), color-stop(85%, var(--c2)));
    background: -webkit-linear-gradient(left, var(--c1) 0%, var(--c2) 85%);
    background: linear-gradient(90deg, var(--c1) 0%, var(--c2) 85%);
  }
}

.reserve-modal .list-card .card span {
  font-size: clamp(0.75rem, 0.67857rem + 0.35714vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(0.8125rem, 0.70905rem + 0.51724vw, 1rem);
}

.reserve-modal .list-card .card i {
  position: absolute;
  left: clamp(1.25rem, 0.87389rem + 1.11235vw, 1.875rem);
}

.reserve-modal .list-card .card.-c1 {
  --c1: #f187af;
  --c2: #f19c8b;
}

.reserve-modal .list-card .card.-c2 {
  --c1: #fcb58c;
  --c2: #f9cb78;
}

.reserve-modal .list-card .card.-c3 {
  --c1: #97c8e8;
  --c2: #bbd9ba;
}

@-webkit-keyframes modalFadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes modalFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes modalFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.reserve-modal.active {
  -webkit-animation-name: modalFadeIn;
          animation-name: modalFadeIn;
}

.reserve-modal.no-active {
  -webkit-animation-name: modalFadeOut;
          animation-name: modalFadeOut;
}

.home-news {
  padding: 120px 0;
}

@media only screen and (max-width: 900px) {
  .home-news {
    padding: 80px 0 60px;
  }
}

.home-news .container-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: clamp(5rem, 3.1163rem + 5.57103vw, 6.25rem);
}

@media only screen and (max-width: 900px) {
  .home-news .container-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-news .imposter {
  --news-head-width: clamp(2.51082rem, 2.06748rem + 2.21669vw, 4.0625rem);
  --news-head-column-gap: clamp(1.25rem, 0.30972rem + 2.78087vw, 2.8125rem);
  width: 49%;
  padding: 0 clamp(0rem, -8.35807rem + 14.8423vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.54512rem, 1.27229rem + 1.36412vw, 2.5rem) var(--news-head-column-gap);
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1280px) {
  .home-news .imposter {
    width: 47%;
  }
}

@media only screen and (max-width: 900px) {
  .home-news .imposter {
    width: 100%;
  }
}

.home-news .imposter.-i1 {
  --news-tit-en-color: #ebbd58;
  --news-tit-arrow-bg: #f7dea7;
}

.home-news .imposter.-i2 {
  --news-tit-en-color: #85cbd1;
  --news-tit-arrow-bg: #b8dade;
}

@media only screen and (min-width: 901px) {
  .home-news .imposter.-i2 {
    top: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
  }
}

.home-news__head {
  width: var(--news-head-width);
}

.home-news__head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: clamp(3.09023rem, 2.54459rem + 2.72824vw, 5rem);
  position: relative;
}

.home-news__head a:hover {
  --gg-link-arrow-ani: arrow-slide-fade;
  --news-tit-kazari-trans: -20%, -20%;
}

.home-news__head .gg-link-arrow {
  position: absolute;
  bottom: clamp(0.46354rem, 0.38169rem + 0.40924vw, 0.75rem);
  left: clamp(0.03863rem, 0.03181rem + 0.0341vw, 0.0625rem);
  z-index: 1;
}

.home-news__head .gg-link-arrow::after {
  background: var(--news-tit-arrow-bg);
}

.home-news__head span {
  line-height: 1.5;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.home-news__head .__jp {
  font-size: clamp(1rem, 0.82143rem + 0.89286vw, 1.625rem);
  font-family: var(--gl-font-kais);
  line-height: 1;
}

.home-news__head .__jp::after {
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

@media only screen and (min-width: 901px) {
  .home-news__head .__jp::after {
    -webkit-transform: translate(var(--news-tit-kazari-trans, -47%, -44%));
            transform: translate(var(--news-tit-kazari-trans, -47%, -44%));
  }
}

@media only screen and (max-width: 900px) {
  .home-news__head .__jp::after {
    -webkit-transform: translate(-20%, -44%);
            transform: translate(-20%, -44%);
  }
}

.home-news__head .__en {
  font-size: clamp(0.75rem, 0.67857rem + 0.35714vw, 1rem);
  font-family: var(--gl-font-cant);
  text-transform: uppercase;
  color: var(--news-tit-en-color);
  margin-left: clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem);
}

.home-news__litem {
  width: calc(100% - var(--news-head-width) - var(--news-head-column-gap));
}

.home-group {
  padding: 215px 0 100px;
}

.home-group::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 900px) {
  .home-group {
    padding: 100px 0 60px;
  }
}

.home-group::after {
  top: 0;
  left: 0;
  background: #faf9f5;
  z-index: -999;
}

.home-group .container-md {
  position: relative;
}

.home-group .tit-sec .__jp {
  font-size: clamp(0.875rem, 0.48214rem + 1.96429vw, 2.25rem);
  padding-bottom: clamp(1.08158rem, 0.89061rem + 0.95488vw, 1.75rem);
}

.home-group .tit-sec span {
  color: var(--gl-themes-main-color-2);
}

.home-group__para {
  margin-top: clamp(1.35198rem, 1.11326rem + 1.1936vw, 2.1875rem);
}

.home-group__para p {
  text-align: center;
}

.home-group .list-card {
  --card-gap: clamp(0.46354rem, 0.38169rem + 0.40924vw, 0.75rem);
  margin: clamp(2.08591rem, 1.7176rem + 1.84156vw, 3.375rem) auto 0;
  max-width: 1118px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--card-gap);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-group .list-card .card {
  width: clamp(8.26638rem, 6.80677rem + 7.29803vw, 13.375rem);
  position: relative;
  border-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  border: clamp(0.07726rem, 0.06361rem + 0.06821vw, 0.125rem) solid #f1efe5;
  overflow: hidden;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.home-group .list-card .card:hover {
  -webkit-transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
          transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
  -webkit-box-shadow: var(--gl-boxshadow-1);
          box-shadow: var(--gl-boxshadow-1);
}

.home-group .kazari.-k1 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-20%, -120%);
          transform: translate(-20%, -120%);
  width: clamp(7.30068rem, 6.01159rem + 6.44546vw, 11.8125rem);
}

.home-group .kazari.-k2 {
  top: 0;
  left: 0;
  -webkit-transform: translate(57%, -78%);
          transform: translate(57%, -78%);
  width: clamp(6.10321rem, 5.02556rem + 5.38827vw, 9.875rem);
}

.home-group .kazari.-k3 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-56%, -31%);
          transform: translate(-56%, -31%);
  width: clamp(12.05192rem, 9.92389rem + 10.64012vw, 19.5rem);
  z-index: -2;
}

.home-group .kazari.-k4 {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(19%, 185%);
          transform: translate(19%, 185%);
  width: clamp(3.43789rem, 2.83085rem + 3.03516vw, 5.5625rem);
  z-index: 2;
}

.home-group .kazari.-k5 {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(54%, 86%);
          transform: translate(54%, 86%);
  width: clamp(10.08189rem, 8.30172rem + 8.90087vw, 16.3125rem);
  z-index: 2;
}

.home-group .kazari.-k6 {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-48%, 208%);
          transform: translate(-48%, 208%);
  width: clamp(4.94438rem, 4.07134rem + 4.36518vw, 8rem);
  z-index: 2;
}

.home-slider .infinite-slider {
  --slider-gap: clamp(1.15884rem, 0.34037rem + 1.70515vw, 1.875rem);
  --slider-slide-width: 260;
  --slider-slide-ratio: 1 / 1;
}

.home-slider .infinite-slider .slider-line {
  padding: 106px 0 120px;
}

@media only screen and (max-width: 900px) {
  .home-slider .infinite-slider .slider-line {
    padding: 60px 0 70px;
  }
}

.home-slider .infinite-slider .__slide {
  background: paleturquoise;
  height: auto;
  overflow: visible;
  border-radius: 50% !important;
}

.home-slider .infinite-slider .__slide img {
  border-radius: 50% !important;
}

.home-slider .infinite-slider .__slide img, .home-slider .infinite-slider .__slide::after {
  border-radius: var(--slider-radius);
}

.home-slider .infinite-slider .__slide::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--slider-kazari-color, #b8dade);
  width: calc(226 * 100% / 260);
  aspect-ratio: 226 / 245;
  z-index: -9;
  -webkit-mask-image: url(../images/home-silider-kazari.webp);
          mask-image: url(../images/home-silider-kazari.webp);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transform: translate(5.5%, 4.5%);
          transform: translate(5.5%, 4.5%);
}

.home-slider .infinite-slider .__slide:nth-child(even) {
  top: clamp(1.15884rem, 0.95422rem + 1.02309vw, 1.875rem);
}

.home-slider .infinite-slider .__slide:nth-child(8n + 1) {
  --slider-kazari-color: #fdf1d7;
}

.home-slider .infinite-slider .__slide:nth-child(8n + 2) {
  --slider-kazari-color: #e8f1f2;
}

.home-slider .infinite-slider .__slide:nth-child(8n + 3) {
  --slider-kazari-color: #e8f1f2;
}

.home-slider .infinite-slider .__slide:nth-child(8n + 4) {
  --slider-kazari-color: #e8f2ec;
}

.home-slider .infinite-slider .__slide:nth-child(8n + 5) {
  --slider-kazari-color: #f1e6ee;
}

.home-slider .infinite-slider .__slide:nth-child(8n + 6) {
  --slider-kazari-color: #fff9d3;
}

.home-slider .infinite-slider .__slide:nth-child(8n + 7) {
  --slider-kazari-color: #e8eef7;
}

.home-slider .infinite-slider .__slide:nth-child(8n + 8) {
  --slider-kazari-color: #ffeee6;
}

.home-clinic {
  padding: 44px 0 80px;
}

@media only screen and (max-width: 900px) {
  .home-clinic {
    padding: 20px 0 60px;
  }
}

.home-clinic .container-md {
  position: relative;
  z-index: 1;
}

.home-clinic .imposter {
  padding: clamp(3.125rem, -2.30775rem + 9.6475vw, 6.375rem) clamp(1.25rem, -8.04835rem + 16.51206vw, 6.8125rem);
  background: #fffbf1;
  border-radius: clamp(1.54512rem, 1.27229rem + 1.36412vw, 2.5rem);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home-clinic .imposter::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-clinic .imposter::after {
  top: 0;
  left: 0;
  background: url(../images/home-clinic-bg.webp) center/cover no-repeat;
  z-index: -999;
  opacity: 0.5;
}

.home-clinic__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-clinic__info {
  width: 100%;
}

@media only screen and (min-width: 901px) {
  .home-clinic__info {
    width: 49%;
    padding-right: clamp(1.875rem, -6.37859rem + 14.65677vw, 6.8125rem);
  }
}

.home-clinic__info .re-btn {
  margin-top: clamp(1.77689rem, 1.46314rem + 1.56874vw, 2.875rem);
}

@media only screen and (max-width: 900px) {
  .home-clinic__info .re-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-clinic__logo {
  max-width: clamp(11.43387rem, 9.41497rem + 10.09447vw, 18.5rem);
  margin: 0 auto;
}

.home-clinic__addr {
  margin-top: clamp(1.15884rem, 0.95422rem + 1.02309vw, 1.875rem);
}

.home-clinic__addr p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.57942rem, 0.47711rem + 0.51154vw, 0.9375rem);
}

.home-clinic__tel {
  margin-top: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

.home-clinic__tel a {
  font-size: clamp(1rem, 0.85714rem + 0.71429vw, 1.5rem);
  font-family: var(--gl-font-zen);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  max-width: clamp(15.7602rem, 12.9774rem + 13.914vw, 25.5rem);
  min-height: clamp(2.70396rem, 2.22651rem + 2.38721vw, 4.375rem);
  width: 100%;
  background: #fff;
  border-radius: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
  color: var(--gl-themes-main-color-2);
  margin: 0 auto;
}

.home-clinic__tel i {
  margin-top: clamp(0.15451rem, 0.12723rem + 0.13641vw, 0.25rem);
}

.home-clinic__wktime {
  margin-top: clamp(1.00433rem, 0.82699rem + 0.88668vw, 1.625rem);
}

.home-clinic__gmap {
  width: 100%;
}

@media only screen and (min-width: 901px) {
  .home-clinic__gmap {
    width: 51%;
  }
}

.home-clinic__gmap iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  height: clamp(22.44283rem, 18.48007rem + 19.81381vw, 36.3125rem);
  border-radius: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

@media only screen and (max-width: 900px) {
  .home-clinic__gmap iframe {
    height: clamp(15.625rem, 13.90086rem + 8.62069vw, 18.75rem);
  }
}

.home-clinic__gmap .re-btn {
  margin-top: clamp(1.81551rem, 1.49495rem + 1.60284vw, 2.9375rem);
}

@media only screen and (min-width: 901px) {
  .home-clinic__gmap .re-btn {
    --rebtn-width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 900px) {
  .home-clinic__gmap .re-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-clinic .list-banner {
  --banner-gap: clamp(1.08158rem, 0.89061rem + 0.95488vw, 1.75rem);
  margin-top: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--banner-gap);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-clinic .list-banner .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - var(--banner-gap));
          flex: 1 1 calc(50% - var(--banner-gap));
  border-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  background: var(--banner-bg);
  overflow: hidden;
  padding: 25px clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  position: relative;
  z-index: 1;
  min-height: clamp(7.72559rem, 6.36147rem + 6.82059vw, 12.5rem);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

@media only screen and (max-width: 900px) {
  .home-clinic .list-banner .banner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.home-clinic .list-banner .banner__logo {
  max-width: var(--banner-logo-width);
}

.home-clinic .list-banner .banner__text p {
  text-align: center;
  line-height: 1.5;
}

.home-clinic .list-banner .banner__text .__title {
  font-size: clamp(0.875rem, 0.80357rem + 0.35714vw, 1.125rem);
  font-weight: 500;
}

.home-clinic .list-banner .banner__text .__para {
  font-size: clamp(0.6875rem, 0.61607rem + 0.35714vw, 0.9375rem);
}

.home-clinic .list-banner .banner__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(44%, 46%);
          transform: translate(44%, 46%);
}

.home-clinic .list-banner .banner.-b1 {
  --banner-bg: #edf6f1;
  --banner-logo-width: clamp(8.69129rem, 7.15665rem + 7.67316vw, 14.0625rem);
  --gg-link-arrow-bg: #bee4dd;
}

.home-clinic .list-banner .banner.-b2 {
  --banner-bg: #ebf7f8;
  --banner-logo-width: clamp(6.60538rem, 5.43906rem + 5.8316vw, 10.6875rem);
  --gg-link-arrow-bg: #b8e2e7;
}

.home-clinic .list-banner .banner:hover {
  --gg-link-arrow-ani: arrow-slide-fade;
  -webkit-transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
          transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
  -webkit-box-shadow: var(--gl-boxshadow-1);
          box-shadow: var(--gl-boxshadow-1);
}

.home-clinic .kazari.-k1 {
  width: clamp(8.45952rem, 6.96581rem + 7.46855vw, 13.6875rem);
  top: 0;
  left: 0;
  -webkit-transform: translate(-5%, -44%);
          transform: translate(-5%, -44%);
}

.home-clinic .kazari.-k2 {
  width: clamp(11.12485rem, 9.16052rem + 9.82165vw, 18rem);
  top: 0;
  left: 0;
  -webkit-transform: translate(-80%, -9%);
          transform: translate(-80%, -9%);
  z-index: -2;
}

.home-clinic .kazari.-k3 {
  width: clamp(12.74722rem, 10.49642rem + 11.25397vw, 20.625rem);
  bottom: 0;
  right: 0;
  -webkit-transform: translate(58%, 64%);
          transform: translate(58%, 64%);
}

.home-feature {
  padding: 66px 0 60px;
}

@media only screen and (max-width: 900px) {
  .home-feature {
    padding: 30px 0 60px;
  }
}

.home-feature .feature-media {
  margin-top: var(--feature-mt, clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .home-feature .feature-media {
    margin-top: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 901px) {
  .home-feature .feature-media.-imleft {
    --feature-num-r: 0;
    --feature-num-tranx: clamp(-3.75rem, 9.60807rem + -14.8423vw, 1.25rem);
    --feature-im-tranx: clamp(1.25rem, -5.01855rem + 11.13173vw, 5rem);
    --feature-body-pr: clamp(1.25rem, -8.04835rem + 16.51206vw, 6.8125rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home-feature .feature-media.-imright {
    --feature-num-l: 0;
    --feature-num-tranx: clamp(1.25rem, -2.92904rem + 7.42115vw, 3.75rem);
    --feature-im-tranx: clamp(-5rem, 5.01855rem + -11.13173vw, -1.25rem);
    --feature-body-pl: clamp(1.25rem, -8.04835rem + 16.51206vw, 6.8125rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home-feature .feature-media.-imleft .feature-media__image, .home-feature .feature-media.-imright .feature-media__image {
    width: 51%;
    -webkit-transform: translateX(var(--feature-im-tranx, 0));
            transform: translateX(var(--feature-im-tranx, 0));
  }
  .home-feature .feature-media.-imleft .feature-media__body, .home-feature .feature-media.-imright .feature-media__body {
    width: 49%;
    padding: clamp(2.70396rem, 2.22651rem + 2.38721vw, 4.375rem) var(--feature-body-pr, clamp(1.25rem, -5.01855rem + 11.13173vw, 5rem)) clamp(2.70396rem, 2.22651rem + 2.38721vw, 4.375rem) var(--feature-body-pl, clamp(1.25rem, -5.01855rem + 11.13173vw, 5rem));
  }
}

@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .home-feature .feature-media.-imleft .feature-media__body, .home-feature .feature-media.-imright .feature-media__body {
    margin-top: unset;
  }
}

@media only screen and (min-width: 901px) {
  .home-feature .feature-media.-imleft .feature-media__num, .home-feature .feature-media.-imright .feature-media__num {
    left: var(--feature-num-l, unset);
    right: var(--feature-num-r, unset);
    -webkit-transform: translate(var(--feature-num-tranx, 0), -30%);
            transform: translate(var(--feature-num-tranx, 0), -30%);
  }
  .home-feature .feature-media.-imleft .feature-media__num p, .home-feature .feature-media.-imright .feature-media__num p {
    font-size: clamp(5.625rem, 4.01786rem + 8.03571vw, 11.25rem);
  }
  .home-feature .feature-media.-imleft .feature-media__title p, .home-feature .feature-media.-imright .feature-media__title p {
    font-size: clamp(1rem, 0.82143rem + 0.89286vw, 1.625rem);
  }
  .home-feature .feature-media.-f1 {
    --feature-mt: clamp(1.15884rem, 0.95422rem + 1.02309vw, 1.875rem);
    --feature-body-mt: clamp(5.17614rem, 4.26218rem + 4.5698vw, 8.375rem);
  }
  .home-feature .feature-media.-f2 {
    --feature-mt: clamp(0.92707rem, 0.76338rem + 0.81847vw, 1.5rem);
    --feature-body-mt: clamp(3.70828rem, 3.05351rem + 3.27388vw, 6rem);
  }
  .home-feature .feature-media.-f3 {
    --feature-mt: clamp(1.54512rem, 1.27229rem + 1.36412vw, 2.5rem);
    --feature-body-mt: clamp(3.01298rem, 2.48097rem + 2.66003vw, 4.875rem);
  }
  .home-feature .feature-media.-f4 {
    --feature-mt: clamp(0rem, 0rem + 0vw, 0rem);
    --feature-body-mt: clamp(3.70828rem, 3.05351rem + 3.27388vw, 6rem);
  }
  .home-feature .feature-media.-f4 .feature-media__image {
    min-width: 51%;
  }
  .home-feature .feature-media.-f4 .feature-media__body {
    min-width: calc(49% + 109px);
    -webkit-transform: translateX(109px);
            transform: translateX(109px);
    padding-top: clamp(1.9314rem, 1.59037rem + 1.70515vw, 3.125rem);
  }
  .home-feature .feature-media.-f4 .feature-media__para p {
    line-height: 2;
  }
  .home-feature .feature-media.-f5 {
    --feature-mt: clamp(0rem, 0rem + 0vw, 0rem);
  }
  .home-feature .feature-media.-f6 {
    --feature-mt: clamp(2.93572rem, 2.41736rem + 2.59182vw, 4.75rem);
  }
  .home-feature .feature-media.-f7 {
    --feature-mt: clamp(1.39061rem, 1.14506rem + 1.22771vw, 2.25rem);
  }
}

.home-feature .feature-media__body {
  background: #fff;
  padding: clamp(2.70396rem, 2.22651rem + 2.38721vw, 4.375rem) clamp(0rem, 0rem + 0vw, 0rem) clamp(2.00865rem, 1.65398rem + 1.77335vw, 3.25rem) clamp(1.08158rem, 0.89061rem + 0.95488vw, 1.75rem);
  border-radius: clamp(1.54512rem, 1.27229rem + 1.36412vw, 2.5rem);
  position: relative;
  z-index: 2;
  margin-top: var(--feature-body-mt, clamp(-4.875rem, -2.48097rem + -2.66003vw, -3.01298rem));
}

@media only screen and (max-width: 900px) {
  .home-feature .feature-media__body {
    padding: clamp(3.125rem, 0.29944rem + 8.35655vw, 5rem) clamp(1.25rem, 0.30815rem + 2.78552vw, 1.875rem) 0;
    margin-top: clamp(-6.25rem, -3.18073rem + -3.41029vw, -3.86279rem);
  }
}

.home-feature .feature-media__num {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(-25%, 5%);
          transform: translate(-25%, 5%);
}

@media only screen and (max-width: 900px) {
  .home-feature .feature-media__num {
    -webkit-transform: translate(-25%, 15%);
            transform: translate(-25%, 15%);
  }
}

.home-feature .feature-media__num p {
  font-size: clamp(3.75rem, 2.67857rem + 5.35714vw, 7.5rem);
  font-family: var(--gl-font-zen);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #faf9f5;
}

.home-feature .feature-media__title p {
  font-size: clamp(1.125rem, 1.01786rem + 0.53571vw, 1.5rem);
  font-family: var(--gl-font-kais);
  font-weight: 500;
  line-height: 1.78;
  padding-bottom: clamp(0.84981rem, 0.69976rem + 0.75026vw, 1.375rem);
}

.home-feature .feature-media__title p::before {
  --dotoffset: clamp(1.69963rem, 1.39952rem + 1.50053vw, 2.75rem);
  width: clamp(3.86279rem, 3.18073rem + 3.41029vw, 6.25rem);
}

.home-feature .feature-media__para {
  margin-top: clamp(0.50216rem, 0.4135rem + 0.44334vw, 0.8125rem);
}

.home-feature .feature-media__para span {
  font-size: clamp(0.9375rem, 0.84821rem + 0.44643vw, 1.25rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  color: var(--gl-themes-main-color-2);
  padding: clamp(0.81119rem, 0.66795rem + 0.71616vw, 1.3125rem) clamp(1.39061rem, 1.14506rem + 1.22771vw, 2.25rem) clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem);
}

.home-feature .feature-media__para span::after {
  width: clamp(0.84981rem, 0.69976rem + 0.75026vw, 1.375rem);
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 63%;
  z-index: 1;
}

.home-feature .feature-media__para span:not(:first-child) {
  margin-top: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
}

.home-feature .list-feature-media {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem) clamp(1.08158rem, 0.89061rem + 0.95488vw, 1.75rem);
  margin-top: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
}

@media only screen and (min-width: 901px) {
  .home-feature .list-feature-media {
    margin-top: clamp(1.31335rem, 1.08145rem + 1.1595vw, 2.125rem);
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-feature .list-feature-media .feature-media {
  width: 100%;
}

@media only screen and (min-width: 901px) {
  .home-feature .list-feature-media .feature-media {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (min-width: 901px) {
  .home-feature .list-feature-media .feature-media__body {
    width: calc(100% - clamp(0rem, -5.6417rem + 10.01855vw, 3.375rem));
  }
}

@media only screen and (max-width: 900px) {
  .home-feature .list-feature-media .feature-media {
    margin-top: 0;
  }
}

.home-feature .re-btn {
  margin-top: clamp(0.61805rem, 0.50892rem + 0.54565vw, 1rem);
}

@media only screen and (max-width: 900px) {
  .home-feature .re-btn {
    margin-top: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
  }
}

.home-feature .kazari.-k1 {
  top: 0;
  left: 0;
  width: clamp(22.6746rem, 18.67091rem + 20.01843vw, 36.6875rem);
  -webkit-transform: translate(-59.5%, -25%);
          transform: translate(-59.5%, -25%);
}

.home-feature .kazari.-k2 {
  top: 0;
  left: 0;
  width: clamp(16.06922rem, 13.23186rem + 14.18683vw, 26rem);
  -webkit-transform: translate(-2.5%, 49%);
          transform: translate(-2.5%, 49%);
}

@media only screen and (max-width: 900px) {
  .home-feature .kazari.-k2 {
    -webkit-transform: translate(20%, -5%);
            transform: translate(20%, -5%);
    left: unset;
    right: 0;
  }
}

.home-feature .kazari.-k3 {
  top: 0;
  right: 0;
  width: clamp(6.14184rem, 5.05737rem + 5.42237vw, 9.9375rem);
  -webkit-transform: translate(-108%, -91%);
          transform: translate(-108%, -91%);
  opacity: 1;
}

.home-feature .kazari.-k4 {
  top: 0;
  right: 0;
  width: clamp(10.08189rem, 8.30172rem + 8.90087vw, 16.3125rem);
  -webkit-transform: translate(55%, 35%);
          transform: translate(55%, 35%);
}

@media only screen and (max-width: 900px) {
  .home-feature .kazari.-k4 {
    -webkit-transform: translate(55%, -20%);
            transform: translate(55%, -20%);
  }
}

.home-feature .kazari.-k5 {
  top: 0;
  right: 0;
  width: clamp(15.29666rem, 12.59571rem + 13.50477vw, 24.75rem);
  -webkit-transform: translate(-2%, 44%);
          transform: translate(-2%, 44%);
  z-index: -2;
}

@media only screen and (max-width: 900px) {
  .home-feature .kazari.-k5 {
    -webkit-transform: translate(20%, 20%);
            transform: translate(20%, 20%);
  }
}

.home-feature .kazari.-k6 {
  bottom: 0;
  right: 0;
  width: clamp(5.9487rem, 4.89833rem + 5.25185vw, 9.625rem);
  -webkit-transform: translate(37%, 57%);
          transform: translate(37%, 57%);
  z-index: 1;
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .home-feature .kazari.-k6 {
    -webkit-transform: translate(0%, -27%);
            transform: translate(0%, -27%);
    bottom: unset;
    top: 0;
    right: unset;
    left: 0;
  }
}

.home-feature .kazari.-k7 {
  top: 0;
  left: 0;
  width: clamp(14.71724rem, 12.1186rem + 12.99322vw, 23.8125rem);
  -webkit-transform: translate(-13%, -10%);
          transform: translate(-13%, -10%);
}

.home-feature .kazari.-k8 {
  top: 0;
  left: 0;
  width: clamp(10.08189rem, 8.30172rem + 8.90087vw, 16.3125rem);
  -webkit-transform: translate(-83%, 92%);
          transform: translate(-83%, 92%);
}

.home-feature .kazari.-k9 {
  bottom: 0;
  left: 0;
  width: clamp(5.9487rem, 4.89833rem + 5.25185vw, 9.625rem);
  -webkit-transform: translate(34%, -47%);
          transform: translate(34%, -47%);
  z-index: 1;
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .home-feature .kazari.-k9 {
    -webkit-transform: translate(34%, -20%);
            transform: translate(34%, -20%);
    bottom: unset;
    top: 0;
    left: unset;
    right: 0;
  }
}

.home-feature .kazari.-k10 {
  top: 0;
  right: 0;
  width: clamp(5.09889rem, 4.19857rem + 4.50159vw, 8.25rem);
  -webkit-transform: translate(-38%, 23%);
          transform: translate(-38%, 23%);
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .home-feature .kazari.-k10 {
    -webkit-transform: translate(0%, -23%);
            transform: translate(0%, -23%);
  }
}

.home-feature .kazari.-k11 {
  top: 0;
  right: 0;
  width: clamp(16.14648rem, 13.29547rem + 14.25503vw, 26.125rem);
  -webkit-transform: translate(20%, 35%);
          transform: translate(20%, 35%);
}

.home-feature .kazari.-k12 {
  bottom: 0;
  right: 0;
  width: clamp(11.70426rem, 9.63763rem + 10.33319vw, 18.9375rem);
  -webkit-transform: translate(5%, -35%);
          transform: translate(5%, -35%);
}

@media only screen and (max-width: 900px) {
  .home-feature .kazari.-k12 {
    -webkit-transform: translate(-20%, -5%);
            transform: translate(-20%, -5%);
    bottom: unset;
    top: 0;
    right: unset;
    left: 0;
  }
}

.home-feature .kazari.-k13 {
  bottom: 0;
  right: 27.5%;
  width: clamp(3.51514rem, 2.89447rem + 3.10337vw, 5.6875rem);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.home-feature .kazari.-k14 {
  top: 0;
  left: 0;
  width: clamp(12.12917rem, 9.98751rem + 10.70833vw, 19.625rem);
  -webkit-transform: translate(-17%, -11%);
          transform: translate(-17%, -11%);
}

.home-feature .kazari.-k15 {
  top: 0;
  left: 0;
  width: clamp(5.9487rem, 4.89833rem + 5.25185vw, 9.625rem);
  -webkit-transform: translate(19%, -45%);
          transform: translate(19%, -45%);
  z-index: 1;
  opacity: 1;
}

.home-feature .kazari.-k16 {
  top: 0;
  right: 0;
  width: clamp(10.08189rem, 8.30172rem + 8.90087vw, 16.3125rem);
  -webkit-transform: translate(26%, 5%);
          transform: translate(26%, 5%);
}

.home-treatment {
  padding: 191px 0 118px;
  position: relative;
}

.home-treatment::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 900px) {
  .home-treatment {
    padding: 100px 0 60px;
  }
}

.home-treatment::after {
  top: 0;
  left: 0;
  background: #faf9f5;
  z-index: -999;
}

.home-treatment .container-md {
  position: relative;
}

.home-treatment input[type="radio"] {
  display: none !important;
  visibility: hidden !important;
}

.home-treatment .tm-buttons {
  --tm-btn-gap: clamp(0.54079rem, 0.4453rem + 0.47744vw, 0.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 clamp(0rem, -3.0089rem + 8.89878vw, 5rem);
  gap: var(--tm-btn-gap);
  margin-top: clamp(2.08591rem, 1.7176rem + 1.84156vw, 3.375rem);
}

.home-treatment .tm-buttons label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1rem, 0.85714rem + 0.71429vw, 1.5rem);
  font-family: var(--gl-font-kais);
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: var(--tm-btn-bg, #fae8ea);
  color: var(--tm-btn-text-color, var(--gl-themes-main-color-2));
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
  min-height: clamp(3.47651rem, 2.86266rem + 3.06927vw, 5.625rem);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - var(--tm-btn-gap));
          flex: 1 1 calc(50% - var(--tm-btn-gap));
  border-radius: 200px;
  cursor: pointer;
  padding: clamp(0.625rem, 0.44643rem + 0.89286vw, 1.25rem);
  position: relative;
}

.home-treatment .tm-buttons label::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, var(--tm-btn-arrow-trany, 0));
          transform: translate(-50%, var(--tm-btn-arrow-trany, 0));
  height: clamp(0.42491rem, 0.34988rem + 0.37513vw, 0.6875rem);
  aspect-ratio: 1.6;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: var(--gl-themes-main-color-2);
  z-index: -1;
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.home-treatment .tm-contents {
  border-radius: clamp(1.54512rem, 1.27229rem + 1.36412vw, 2.5rem);
  overflow: hidden;
  background: #fff;
  margin-top: clamp(1.15884rem, 0.95422rem + 1.02309vw, 1.875rem);
  border: clamp(0.07726rem, 0.06361rem + 0.06821vw, 0.125rem) solid #f1efe5;
  padding: clamp(3.09023rem, 2.54459rem + 2.72824vw, 5rem) clamp(1.25rem, -5.01855rem + 11.13173vw, 5rem);
}

.home-treatment .ct-obstetrics, .home-treatment .ct-gynecology {
  display: none;
}

.home-treatment #obstetrics-btn:checked ~ .tm-contents #ct-obstetrics,
.home-treatment #gynecology-btn:checked ~ .tm-contents #ct-gynecology {
  display: block;
}

.home-treatment #obstetrics-btn:checked ~ .tm-buttons label[for="obstetrics-btn"],
.home-treatment #gynecology-btn:checked ~ .tm-buttons label[for="gynecology-btn"] {
  --tm-btn-bg: var(--gl-themes-main-color-2);
  --tm-btn-text-color: #fff;
  --tm-btn-arrow-trany: calc(100% - 1px);
}

.home-treatment #obstetrics-btn:checked ~ .tm-buttons label[for="obstetrics-btn"]::before,
.home-treatment #gynecology-btn:checked ~ .tm-buttons label[for="gynecology-btn"]::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.home-treatment .treatment-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem) clamp(1.875rem, -3.34879rem + 9.27644vw, 5rem);
}

@media only screen and (max-width: 900px) {
  .home-treatment .treatment-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-treatment .treatment-media__image {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 901px) {
  .home-treatment .treatment-media__image {
    width: clamp(17.92336rem, 14.75861rem + 15.82377vw, 29rem);
  }
}

.home-treatment .treatment-media__image .__picture img {
  border-radius: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

.home-treatment .treatment-media__image .__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  position: absolute;
  z-index: 2;
  top: clamp(-2.125rem, -1.08145rem + -1.1595vw, -1.31335rem);
  left: clamp(1.08158rem, 0.89061rem + 0.95488vw, 1.75rem);
}

.home-treatment .treatment-media__image .__catch p {
  font-size: clamp(1rem, 0.82143rem + 0.89286vw, 1.625rem);
  font-family: var(--gl-font-kais);
  line-height: 1.5;
  letter-spacing: 0.16em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #fff;
  padding: clamp(0.92707rem, 0.76338rem + 0.81847vw, 1.5rem) clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
  border-radius: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
}

.home-treatment .treatment-media__image .__catch p:nth-child(2) {
  margin-top: clamp(2.24042rem, 1.84483rem + 1.97797vw, 3.625rem);
}

.home-treatment .treatment-media__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home-treatment .treatment-media__title p {
  font-size: clamp(1rem, 0.89286rem + 0.53571vw, 1.375rem);
  font-family: var(--gl-font-kais);
  font-weight: 500;
  line-height: 1.8;
  color: var(--gl-themes-main-color-2);
}

@media only screen and (max-width: 900px) {
  .home-treatment .treatment-media__title p br {
    display: none;
  }
}

.home-treatment .treatment-media__para {
  margin-top: clamp(0.6953rem, 0.57253rem + 0.61385vw, 1.125rem);
}

.home-treatment .treatment-media .re-btn {
  margin-top: clamp(2.00865rem, 1.65398rem + 1.77335vw, 3.25rem);
}

@media only screen and (max-width: 900px) {
  .home-treatment .treatment-media .re-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-treatment .list-card {
  --card-column-gap: clamp(0.57942rem, 0.47711rem + 0.51154vw, 0.9375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: clamp(2.24042rem, 1.84483rem + 1.97797vw, 3.625rem) auto 0;
  gap: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem) var(--card-column-gap);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1062px;
}

.home-treatment .list-card .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% / 3) - var(--card-column-gap));
          flex: 1 1 calc((100% / 3) - var(--card-column-gap));
  background: var(--card-bg, #fffbf1);
  position: relative;
  z-index: 1;
  border-radius: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
  gap: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(1.875rem, 1.49889rem + 1.11235vw, 2.5rem) clamp(0.625rem, 0.24889rem + 1.11235vw, 1.25rem);
  min-height: clamp(10.42954rem, 8.58798rem + 9.2078vw, 16.875rem);
  min-width: clamp(7.72559rem, 6.36147rem + 6.82059vw, 12.5rem);
  overflow: hidden;
}

.home-treatment .list-card .card::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-treatment .list-card .card::after {
  top: 0;
  left: 0;
  background: url(../images/home-treatment-card-bg.webp) center/cover no-repeat;
  z-index: -999;
  opacity: var(--card-af-opa, 0.5);
  -webkit-transition: var(--gl-trans-2e);
  transition: var(--gl-trans-2e);
}

.home-treatment .list-card .card__io {
  width: clamp(4.63535rem, 3.81688rem + 4.09235vw, 7.5rem);
  aspect-ratio: 1 / 1;
  background: var(--card-io-bg, #fff);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.home-treatment .list-card .card__io::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-mask: var(--card-io-af-url) center/var(--card-io-af-size) no-repeat;
          mask: var(--card-io-af-url) center/var(--card-io-af-size) no-repeat;
  background: var(--card-io-af-bg, var(--gl-themes-main-color-2));
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.home-treatment .list-card .card__title p {
  text-align: center;
  line-height: 1.5;
  color: var(--card-title-color, var(--gl-themes-main-color-2));
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.home-treatment .list-card .card__title .__jp {
  font-size: clamp(0.875rem, 0.80357rem + 0.35714vw, 1.125rem);
  font-family: var(--gl-font-kais);
}

.home-treatment .list-card .card__title .__en {
  font-size: clamp(0.5rem, 0.46429rem + 0.17857vw, 0.625rem);
  font-family: var(--gl-font-cant);
  text-transform: uppercase;
  margin-top: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
}

.home-treatment .list-card .card__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(45%, 45%);
          transform: translate(45%, 45%);
}

.home-treatment .list-card .card__arrow .gg-link-arrow::after {
  background: var(--card-arrow-be-bg, var(--gl-themes-main-color-2));
}

.home-treatment .list-card .card:hover {
  --gg-link-arrow-ani: arrow-slide-fade;
  --card-bg: #e17d98;
  --card-af-opa: 0;
  --card-title-color: #fff;
  --card-io-bg: #e994ab;
  --card-arrow-be-bg: #e994ab;
  --card-io-af-bg: #fff;
  -webkit-transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
          transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
  -webkit-box-shadow: var(--gl-boxshadow-1);
          box-shadow: var(--gl-boxshadow-1);
}

.home-treatment .list-card.-l1 .card.-c1 {
  --card-io-af-url: url(../images/home-treatment-listcard-1-io-1.webp);
  --card-io-af-size: clamp(2.3563rem, 1.94025rem + 2.08028vw, 3.8125rem);
}

.home-treatment .list-card.-l1 .card.-c2 {
  --card-io-af-url: url(../images/home-treatment-listcard-1-io-2.webp);
  --card-io-af-size: clamp(2.54944rem, 2.09928rem + 2.25079vw, 4.125rem);
}

.home-treatment .list-card.-l1 .card.-c3 {
  --card-io-af-url: url(../images/home-treatment-listcard-1-io-3.webp);
  --card-io-af-size: clamp(2.04728rem, 1.68579rem + 1.80746vw, 3.3125rem);
}

.home-treatment .list-card.-l1 .card.-c4 {
  --card-io-af-url: url(../images/home-treatment-listcard-1-io-4.webp);
  --card-io-af-size: clamp(2.66533rem, 2.19471rem + 2.3531vw, 4.3125rem);
}

.home-treatment .list-card.-l1 .card.-c5 {
  --card-io-af-url: url(../images/home-treatment-listcard-1-io-5.webp);
  --card-io-af-size: clamp(2.51082rem, 2.06748rem + 2.21669vw, 4.0625rem);
}

.home-treatment .list-card.-l1 .card.-c6 {
  --card-io-af-url: url(../images/home-treatment-listcard-1-io-6.webp);
  --card-io-af-size: clamp(2.54944rem, 2.09928rem + 2.25079vw, 4.125rem);
}

.home-treatment .list-card.-l2 .card.-c1 {
  --card-io-af-url: url(../images/home-treatment-listcard-2-io-1.webp);
  --card-io-af-size: clamp(2.81984rem, 2.32194rem + 2.48952vw, 4.5625rem);
}

.home-treatment .list-card.-l2 .card.-c2 {
  --card-io-af-url: url(../images/home-treatment-listcard-2-io-2.webp);
  --card-io-af-size: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
}

.home-treatment .list-card.-l2 .card.-c3 {
  --card-io-af-url: url(../images/home-treatment-listcard-2-io-3.webp);
  --card-io-af-size: clamp(2.66533rem, 2.19471rem + 2.3531vw, 4.3125rem);
}

.home-treatment .list-card.-l2 .card.-c4 {
  --card-io-af-url: url(../images/home-treatment-listcard-2-io-4.webp);
  --card-io-af-size: clamp(1.42923rem, 1.17687rem + 1.26181vw, 2.3125rem);
}

.home-treatment .list-card.-l2 .card.-c5 {
  --card-io-af-url: url(../images/home-treatment-listcard-2-io-5.webp);
  --card-io-af-size: clamp(2.3563rem, 1.94025rem + 2.08028vw, 3.8125rem);
}

.home-treatment .list-card.-l2 .card.-c6 {
  --card-io-af-url: url(../images/home-treatment-listcard-2-io-6.webp);
  --card-io-af-size: clamp(2.54944rem, 2.09928rem + 2.25079vw, 4.125rem);
}

.home-treatment .kazari.-k1 {
  width: clamp(5.98733rem, 4.93014rem + 5.28596vw, 9.6875rem);
  top: 0;
  right: 0;
  -webkit-transform: translate(33%, -18%);
          transform: translate(33%, -18%);
}

.home-treatment .kazari.-k2 {
  width: clamp(7.1848rem, 5.91617rem + 6.34315vw, 11.625rem);
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-31%, 16%);
          transform: translate(-31%, 16%);
}

.home-treatment .kazari.-k3 {
  width: clamp(7.1848rem, 5.91617rem + 6.34315vw, 11.625rem);
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -20%);
          transform: translate(30%, -20%);
}

.home-treatment .kazari.-k4 {
  width: clamp(5.98733rem, 4.93014rem + 5.28596vw, 9.6875rem);
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-28%, 16%);
          transform: translate(-28%, 16%);
  z-index: 1;
}

.home-treatment .kazari.-k5 {
  top: 0;
  left: 0;
  width: clamp(7.45519rem, 6.13882rem + 6.58187vw, 12.0625rem);
  -webkit-transform: translate(80%, -148%);
          transform: translate(80%, -148%);
}

@media only screen and (max-width: 900px) {
  .home-treatment .kazari.-k5 {
    -webkit-transform: translate(50%, -120%);
            transform: translate(50%, -120%);
  }
}

.home-treatment .kazari.-k6 {
  top: 0;
  left: 0;
  width: clamp(10.08189rem, 8.30172rem + 8.90087vw, 16.3125rem);
  -webkit-transform: translate(-28%, -93%);
          transform: translate(-28%, -93%);
  z-index: -2;
}

.home-treatment .kazari.-k7 {
  top: 0;
  left: 0;
  width: clamp(6.10321rem, 5.02556rem + 5.38827vw, 9.875rem);
  -webkit-transform: translate(-18%, -31%);
          transform: translate(-18%, -31%);
}

.home-treatment .kazari.-k8 {
  bottom: 0;
  right: 0;
  width: clamp(7.30068rem, 6.01159rem + 6.44546vw, 11.8125rem);
  -webkit-transform: translate(52%, 36%);
          transform: translate(52%, 36%);
}

.home-attempt {
  padding: 106px 0 115px;
}

@media only screen and (max-width: 900px) {
  .home-attempt {
    padding: 60px 0;
  }
}

.home-attempt .container-md {
  position: relative;
}

.home-attempt .list-card {
  --card-gap: clamp(0.625rem, -0.052rem + 2.00222vw, 1.75rem);
  margin-top: clamp(2.04728rem, 1.68579rem + 1.80746vw, 3.3125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1.15884rem, 0.95422rem + 1.02309vw, 1.875rem) var(--card-gap);
}

.home-attempt .list-card .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - var(--card-gap));
          flex: 1 1 calc(50% - var(--card-gap));
  min-width: clamp(11.58838rem, 9.5422rem + 10.23088vw, 18.75rem);
  background: var(--card-bg);
  border-radius: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem) clamp(1.25rem, -5.01855rem + 11.13173vw, 5rem) clamp(1.9314rem, 1.59037rem + 1.70515vw, 3.125rem);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

@media only screen and (min-width: 901px) {
  .home-attempt .list-card .card {
    min-height: clamp(18.54141rem, 15.26753rem + 16.36942vw, 30rem);
  }
}

@media only screen and (max-width: 900px) {
  .home-attempt .list-card .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 901px) {
  .home-attempt .list-card .card__title, .home-attempt .list-card .card__para, .home-attempt .list-card .card__listcircle {
    max-width: 285px;
    width: 100%;
  }
}

.home-attempt .list-card .card__title p {
  font-size: clamp(1rem, 0.82143rem + 0.89286vw, 1.625rem);
  font-family: var(--gl-font-kais);
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--card-title-text-color, var(--card-theme-color));
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.home-attempt .list-card .card__image {
  width: var(--card-im-width);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(var(--card-im-tranx, 0), var(--card-im-trany, 0));
          transform: translate(var(--card-im-tranx, 0), var(--card-im-trany, 0));
  z-index: -9;
}

.home-attempt .list-card .card__para {
  margin-top: clamp(0.46354rem, 0.38169rem + 0.40924vw, 0.75rem);
}

@media only screen and (max-width: 900px) {
  .home-attempt .list-card .card__para {
    margin-top: clamp(0.9657rem, 0.63643rem + 1.64635vw, 1.5625rem);
  }
}

.home-attempt .list-card .card__para p {
  line-height: 2;
  text-shadow: 1px 1px 2px var(--card-bg);
  color: var(--card-para-text-color, var(--gl-default-text-color));
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.home-attempt .list-card .card__listcircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(0.84981rem, 0.69976rem + 0.75026vw, 1.375rem);
  gap: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
}

.home-attempt .list-card .card__listcircle .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.6875rem, 0.58036rem + 0.53571vw, 1.0625rem);
  font-family: var(--gl-font-kais);
  line-height: 1.5;
  letter-spacing: clamp(0.00063rem, -0.00009rem + 0.00357vw, 0.00313rem);
  width: clamp(6.25rem, 5.58929rem + 3.30357vw, 8.5625rem);
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 50%;
  border: clamp(0.07726rem, 0.06361rem + 0.06821vw, 0.125rem) solid #f1efe5;
  padding: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
  color: var(--card-theme-color);
  text-align: center;
}

.home-attempt .list-card .card__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(45%, 45%);
          transform: translate(45%, 45%);
}

.home-attempt .list-card .card.-c1 {
  --card-bg: #edf3f3;
  --card-theme-color: #2c89ab;
  --gg-link-arrow-bg: #b8e2e7;
  --card-im-width: clamp(9.00031rem, 7.41111rem + 7.94599vw, 14.5625rem);
  --card-im-trany: 12.5%;
  --card-im-tranx: -7%;
}

.home-attempt .list-card .card.-c2 {
  --card-bg: #fcf3e0;
  --card-theme-color: #e99d25;
  --gg-link-arrow-bg: #f0cf8a;
  --card-im-width: clamp(8.49815rem, 6.99762rem + 7.50265vw, 13.75rem);
  --card-im-trany: 4.5%;
  --card-im-tranx: -10.5%;
}

.home-attempt .list-card .card.-c3 {
  --card-bg: #edf4ef;
  --card-theme-color: #22a3a3;
  --gg-link-arrow-bg: #bee4dd;
  --card-im-width: clamp(6.45087rem, 5.31183rem + 5.69519vw, 10.4375rem);
  --card-im-trany: 1%;
  --card-im-tranx: -31%;
}

.home-attempt .list-card .card.-c4 {
  --card-bg: #fdf2f2;
  --card-theme-color: #e17d98;
  --gg-link-arrow-bg: #f3a6bb;
  --card-im-width: clamp(7.33931rem, 6.0434rem + 6.47956vw, 11.875rem);
  --card-im-trany: 4%;
  --card-im-tranx: -24%;
}

.home-attempt .list-card .card:hover {
  --gg-link-arrow-ani: arrow-slide-fade;
  --card-kazari-opa: 0.35;
  --card-bg: var(--card-theme-color);
  --card-title-text-color: #fff;
  --card-para-text-color: #fff;
  -webkit-transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
          transform: translateY(clamp(-0.3125rem, -0.15904rem + -0.17051vw, -0.19314rem));
  -webkit-box-shadow: var(--gl-boxshadow-1);
          box-shadow: var(--gl-boxshadow-1);
}

.home-attempt .kazari {
  width: clamp(19.66162rem, 16.18994rem + 17.3584vw, 31.8125rem);
  -webkit-transform: translate(var(--card-kazari-tranx, 0), var(--card-kazari-trany, 0));
          transform: translate(var(--card-kazari-tranx, 0), var(--card-kazari-trany, 0));
  z-index: -99;
  opacity: var(--card-kazari-opa, 1);
  -webkit-transition: var(--gl-trans-5e);
  transition: var(--gl-trans-5e);
}

.home-attempt .kazari.-k1 {
  --card-kazari-tranx: 24.5%;
  --card-kazari-trany: -38%;
  top: 0;
  right: 0;
}

.home-attempt .kazari.-k2 {
  --card-kazari-tranx: -56%;
  --card-kazari-trany: 41%;
  bottom: 0;
  left: 0;
}

.home-attempt .kazari.-k3 {
  --card-kazari-tranx: 35%;
  --card-kazari-trany: -22.5%;
  top: 0;
  right: 0;
}

.home-attempt .kazari.-k4 {
  --card-kazari-tranx: -71%;
  --card-kazari-trany: 18.5%;
  bottom: 0;
  left: 0;
}

.home-attempt .kazari.-k5 {
  --card-kazari-tranx: -12%;
  --card-kazari-trany: -53%;
  top: 0;
  left: 0;
}

.home-attempt .kazari.-k6 {
  --card-kazari-tranx: 26%;
  --card-kazari-trany: 41%;
  bottom: 0;
  right: 0;
}

.home-attempt .kazari.-k7 {
  --card-kazari-tranx: 30%;
  --card-kazari-trany: -72%;
  top: 0;
  right: 0;
}

.home-attempt .kazari.-k8 {
  --card-kazari-tranx: 25%;
  --card-kazari-trany: 50%;
  bottom: 0;
  left: 0;
}

.home-attempt .kazari.-k9 {
  --card-kazari-tranx: -122%;
  --card-kazari-trany: -104%;
  top: 0;
  right: 0;
  width: clamp(6.14184rem, 5.05737rem + 5.42237vw, 9.9375rem);
  z-index: -10;
}

.home-attempt .kazari.-k10 {
  --card-kazari-tranx: 27%;
  --card-kazari-trany: -76%;
  top: 0;
  right: 0;
  width: clamp(12.09054rem, 9.9557rem + 10.67422vw, 19.5625rem);
}

.home-attempt .kazari.-k11 {
  --card-kazari-tranx: 67%;
  --card-kazari-trany: 40%;
  top: 0;
  right: 0;
  width: clamp(4.48084rem, 3.68965rem + 3.95594vw, 7.25rem);
}

.home-attempt .kazari.-k12 {
  --card-kazari-tranx: -49%;
  --card-kazari-trany: 84%;
  bottom: 0;
  left: 0;
  width: clamp(10.08189rem, 8.30172rem + 8.90087vw, 16.3125rem);
}

.home-attempt .kazari.-k13 {
  --card-kazari-tranx: 58%;
  --card-kazari-trany: 147%;
  bottom: 0;
  left: 0;
  width: clamp(4.94438rem, 4.07134rem + 4.36518vw, 8rem);
}

.home-movie {
  padding: 120px 0 70px;
  position: relative;
}

.home-movie::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-movie::after {
  top: 0;
  left: 0;
  background: #faf9f5;
  z-index: -999;
}

@media only screen and (max-width: 900px) {
  .home-movie {
    padding: 60px 0;
  }
}

.home-movie .imposter {
  background: #fff;
  padding: clamp(3.322rem, 2.73543rem + 2.93285vw, 5.375rem) clamp(1.25rem, -5.01855rem + 11.13173vw, 5rem) clamp(3.125rem, 1.24444rem + 5.56174vw, 6.25rem);
  border: clamp(0.07726rem, 0.06361rem + 0.06821vw, 0.125rem) solid #f1efe5;
  border-radius: clamp(1.54512rem, 1.27229rem + 1.36412vw, 2.5rem);
  position: relative;
  z-index: 1;
}

.home-movie .list-movie {
  --movie-gap: clamp(1.08158rem, 0.89061rem + 0.95488vw, 1.75rem);
  margin-top: clamp(1.9314rem, 1.59037rem + 1.70515vw, 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.54512rem, 1.27229rem + 1.36412vw, 2.5rem) var(--movie-gap);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-movie .list-movie .youtube-video-modal {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - var(--movie-gap));
          flex: 1 1 calc(50% - var(--movie-gap));
  min-width: clamp(15.45117rem, 12.72294rem + 13.64118vw, 25rem);
  border-radius: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  overflow: hidden;
}

.home-movie .kazari {
  top: 0;
  left: 0;
  width: clamp(3.43789rem, 2.83085rem + 3.03516vw, 5.5625rem);
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
}

.youtube-video-modal {
  --playbtn-width: clamp(2.8971rem, 2.38555rem + 2.55772vw, 4.6875rem);
  --thumb-scale: 1;
  --thumb-blur: 0px;
}

.youtube-video-modal .video-thumb {
  width: 100%;
  cursor: pointer;
  position: relative;
}

.youtube-video-modal .video-thumb:hover {
  --thumb-scale: 1.05;
  --thumb-blur: 5px;
}

.youtube-video-modal .__title {
  --yt-logo-size: clamp(1.39061rem, 1.14506rem + 1.22771vw, 2.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: clamp(0.46354rem, 0.38169rem + 0.40924vw, 0.75rem);
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem) 0 clamp(0.46354rem, 0.38169rem + 0.40924vw, 0.75rem);
  gap: clamp(0.38628rem, 0.31807rem + 0.34103vw, 0.625rem);
}

.youtube-video-modal .__title::before {
  display: block;
  content: "";
  width: var(--yt-logo-size);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url(../images/home-movie-yt-logo.webp) center/cover no-repeat;
}

.youtube-video-modal .__title p {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  width: calc(100% - var(--yt-logo-size));
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.youtube-video-modal .__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.youtube-video-modal .__thumb::after, .youtube-video-modal .__thumb::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.youtube-video-modal .__thumb::after {
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: var(--playbtn-width);
  aspect-ratio: 1 / 1;
  height: auto;
  z-index: 1;
  background: url(../images/gg-play-button.webp) center/cover no-repeat;
}

.youtube-video-modal .__thumb::before {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(185, 209, 214, 0.8)), to(rgba(135, 186, 220, 0.8)));
  background: -webkit-linear-gradient(bottom, rgba(185, 209, 214, 0.8), rgba(135, 186, 220, 0.8));
  background: linear-gradient(to top, rgba(185, 209, 214, 0.8), rgba(135, 186, 220, 0.8));
  z-index: 1;
  backdrop-filter: blur(var(--thumb-blur));
  -webkit-backdrop-filter: blur(var(--thumb-blur));
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
}

.youtube-video-modal .__thumb img {
  -webkit-transition: var(--gl-trans-3e);
  transition: var(--gl-trans-3e);
  -webkit-transform: scale(var(--thumb-scale));
          transform: scale(var(--thumb-scale));
}

.video-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translate(500%, 0%);
          transform: translate(500%, 0%);
}

.video-modal .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background: rgba(35, 39, 46, 0.5);
  backdrop-filter: blur(10px);
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.video-modal .video-modal-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  background: #000;
}

@media (min-aspect-ratio: 16 / 9) {
  .video-modal .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
  }
}

@media only screen and (max-width: 900px) {
  .video-modal .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
  }
}

.video-modal .close-video-modal {
  position: absolute;
  z-index: 2;
  right: 2px;
  top: 0;
  -webkit-transform: scale(1.3) translateY(-120%);
          transform: scale(1.3) translateY(-120%);
  color: #fff;
  cursor: pointer;
}

.video-modal iframe#youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.show-youtube-video-modal .video-modal {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  visibility: visible;
}

.show-youtube-video-modal .video-overlay {
  opacity: 1;
}

.show-youtube-video-modal .video-modal-content {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.home-greeting {
  padding: 58px 0 136px;
  position: relative;
}

.home-greeting::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 900px) {
  .home-greeting {
    padding: 30px 0 60px;
  }
}

.home-greeting::after {
  top: 0;
  left: 0;
  background: #faf9f5;
  z-index: -999;
}

.home-greeting .container-md {
  position: relative;
}

.home-greeting__doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  row-gap: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  .home-greeting__doctor {
    margin-top: clamp(2.31768rem, 1.90844rem + 2.04618vw, 3.75rem);
  }
}

.home-greeting__image {
  width: 100%;
}

@media only screen and (min-width: 901px) {
  .home-greeting__image {
    width: 49%;
  }
}

.home-greeting__image .imposter {
  max-width: clamp(23.17676rem, 19.08441rem + 20.46177vw, 37.5rem);
  position: relative;
}

@media only screen and (max-width: 900px) {
  .home-greeting__image .imposter {
    margin: 0 auto;
  }
}

.home-greeting__image .__tagname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: var(--tagname-fd, row);
          flex-direction: var(--tagname-fd, row);
  gap: clamp(0.23177rem, 0.19084rem + 0.20462vw, 0.375rem);
}

.home-greeting__image .__tagname p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #fff;
  padding: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem) clamp(0.23177rem, 0.19084rem + 0.20462vw, 0.375rem);
  border-radius: clamp(0.19314rem, 0.15904rem + 0.17051vw, 0.3125rem);
  line-height: 1.5;
}

.home-greeting__image .__tagname .__posi {
  font-size: clamp(0.6875rem, 0.65179rem + 0.17857vw, 0.8125rem);
  line-height: 1.22;
}

.home-greeting__image .__tagname .__name {
  font-size: clamp(0.875rem, 0.80357rem + 0.35714vw, 1.125rem);
  letter-spacing: 0.18em;
  -webkit-transform: translateY(clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem));
          transform: translateY(clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem));
}

.home-greeting__image .__tagname span {
  font-size: clamp(0.5rem, 0.48214rem + 0.08929vw, 0.5625rem);
  font-family: var(--gl-font-cant);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gl-themes-main-color-2);
  margin-top: clamp(0.30902rem, 0.25446rem + 0.27282vw, 0.5rem);
}

.home-greeting__image .__tagname.-left {
  top: 48.2%;
  left: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

.home-greeting__image .__tagname.-right {
  --tagname-fd: row-reverse;
  top: 35.9%;
  right: clamp(1.46786rem, 1.20868rem + 1.29591vw, 2.375rem);
}

.home-greeting__textarea {
  width: 100%;
}

@media only screen and (min-width: 901px) {
  .home-greeting__textarea {
    width: 49%;
    padding-right: clamp(0rem, -8.35807rem + 14.8423vw, 5rem);
  }
}

.home-greeting__title p {
  font-size: clamp(1.125rem, 0.875rem + 1.25vw, 2rem);
  font-family: var(--gl-font-kais);
  line-height: 1.5;
  padding-bottom: clamp(1.08158rem, 0.89061rem + 0.95488vw, 1.75rem);
  display: inline-block;
}

@media only screen and (max-width: 900px) {
  .home-greeting__title p {
    text-align: center;
  }
}

@media only screen and (max-width: 900px) {
  .home-greeting__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home-greeting__para {
  margin-top: clamp(1.00433rem, 0.82699rem + 0.88668vw, 1.625rem);
}

@media only screen and (max-width: 900px) {
  .home-greeting__para p {
    text-align: center;
  }
}

.home-greeting .re-btn {
  margin-top: clamp(1.97002rem, 1.62217rem + 1.73925vw, 3.1875rem);
}

@media only screen and (max-width: 900px) {
  .home-greeting .re-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-greeting .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.34765rem, 0.28627rem + 0.30693vw, 0.5625rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: clamp(3.70828rem, 3.05351rem + 3.27388vw, 6rem) auto 0;
  max-width: 1118px;
  min-height: clamp(12.36094rem, 10.17835rem + 10.91294vw, 20rem);
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
  background: #fdf1d7;
  padding: clamp(1.54512rem, 1.27229rem + 1.36412vw, 2.5rem) clamp(1.25rem, -2.0974rem + 9.89989vw, 6.8125rem);
}

.home-greeting .staff__image {
  position: absolute;
  inset: 0;
  z-index: -999;
  overflow: hidden;
  border-radius: clamp(0.77256rem, 0.63615rem + 0.68206vw, 1.25rem);
}

.home-greeting .staff__image img {
  position: absolute;
}

.home-greeting .staff__image .im-1 {
  width: clamp(35.30593rem, 29.07191rem + 31.1701vw, 57.125rem);
  height: 100%;
  right: 0;
  -o-object-position: 0% 31%;
     object-position: 0% 31%;
  opacity: 0.7;
  -webkit-transform: translateX(6.3%);
          transform: translateX(6.3%);
}

@media only screen and (max-width: 900px) {
  .home-greeting .staff__image .im-1 {
    -webkit-transform: translateX(clamp(6.25rem, 14.00862rem + -13.7931vw, 11.25rem));
            transform: translateX(clamp(6.25rem, 14.00862rem + -13.7931vw, 11.25rem));
  }
}

.home-greeting .staff__image .im-2 {
  width: clamp(36.69654rem, 30.21698rem + 32.3978vw, 59.375rem);
  top: 50%;
  left: 0;
  -webkit-transform: translate(-23.8%, -32%);
          transform: translate(-23.8%, -32%);
  opacity: 0.8;
}

@media only screen and (max-width: 900px) {
  .home-greeting .staff__image .im-2 {
    -webkit-transform: translate(clamp(-18.75rem, -22.19828rem + 17.24138vw, -12.5rem), -32%);
            transform: translate(clamp(-18.75rem, -22.19828rem + 17.24138vw, -12.5rem), -32%);
  }
}

.home-greeting .staff__title p {
  font-size: clamp(1.125rem, 0.80357rem + 1.60714vw, 2.25rem);
  font-family: var(--gl-font-kais);
  line-height: 1.5;
  color: var(--gl-themes-main-color-2);
}

.home-greeting .staff__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-13.5%, 41.5%);
          transform: translate(-13.5%, 41.5%);
}

@media only screen and (max-width: 900px) {
  .home-greeting .staff__btn {
    -webkit-transform: translate(10px, 50%);
            transform: translate(10px, 50%);
  }
}

.home-greeting .staff__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.875rem, 0.80357rem + 0.35714vw, 1.125rem);
  line-height: 1.5;
  color: #fff;
  gap: clamp(0.57942rem, 0.47711rem + 0.51154vw, 0.9375rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: clamp(7.41656rem, 6.10701rem + 6.54777vw, 12rem);
  aspect-ratio: 192 / 176;
  position: relative;
}

.home-greeting .staff__btn a::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-greeting .staff__btn a::after {
  top: 0;
  left: 0;
  background: url(../images/home-greeting-btn-kazari.webp) center/cover no-repeat;
  z-index: -1;
  opacity: 0.95;
}

.home-greeting .staff__btn a:hover {
  --gg-link-arrow-ani: arrow-slide-fade;
}

.home-greeting .staff__btn .gg-link-arrow {
  --gg-link-arrow-bg: #fff;
}

.home-greeting .staff__btn .gg-link-arrow::after, .home-greeting .staff__btn .gg-link-arrow::before {
  width: clamp(1.31335rem, 1.08145rem + 1.1595vw, 2.125rem);
}

.home-greeting .staff__btn .gg-link-arrow::before {
  background: var(--gl-themes-main-color-2);
}

.home-greeting .kazari.-k1 {
  width: clamp(12.97899rem, 10.68727rem + 11.45859vw, 21rem);
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-39%, 4%);
          transform: translate(-39%, 4%);
}

.home-greeting .kazari.-k2 {
  width: clamp(22.6746rem, 18.67091rem + 20.01843vw, 36.6875rem);
  top: 0;
  left: 0;
  -webkit-transform: translate(-30%, -32%);
          transform: translate(-30%, -32%);
}

.home-greeting .kazari.-k3 {
  width: clamp(19.27534rem, 15.87187rem + 17.01737vw, 31.1875rem);
  top: 0;
  left: 0;
  -webkit-transform: translate(-5.5%, -9%);
          transform: translate(-5.5%, -9%);
}

.home-greeting .kazari.-k4 {
  width: clamp(4.86712rem, 4.00773rem + 4.29697vw, 7.875rem);
  top: 0;
  left: 48.5%;
  -webkit-transform: translate(-50%, -111%);
          transform: translate(-50%, -111%);
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .home-greeting .kazari.-k4 {
    left: unset;
    right: 0;
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
}

.home-greeting .kazari.-k5 {
  top: 0;
  right: 0;
  width: clamp(21.28399rem, 17.52585rem + 18.79072vw, 34.4375rem);
  -webkit-transform: translate(52%, -39%);
          transform: translate(52%, -39%);
}

.home-greeting .kazari.-k6 {
  top: 22%;
  right: 0;
  width: clamp(4.01731rem, 3.30796rem + 3.54671vw, 6.5rem);
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}

.home-greeting .kazari.-k7 {
  top: 54%;
  right: 0;
  width: clamp(5.44654rem, 4.48484rem + 4.80852vw, 8.8125rem);
  -webkit-transform: translate(28%, 0);
          transform: translate(28%, 0);
  opacity: 1;
}

.home-greeting .kazari.-k8 {
  top: 0;
  left: 17.5%;
  width: clamp(3.51514rem, 2.89447rem + 3.10337vw, 5.6875rem);
  -webkit-transform: translate(0, -72%);
          transform: translate(0, -72%);
}

.home-greeting .kazari.-k9 {
  bottom: 0;
  left: 0;
  width: clamp(7.45519rem, 6.13882rem + 6.58187vw, 12.0625rem);
  -webkit-transform: translate(-4%, 40%);
          transform: translate(-4%, 40%);
  opacity: 1;
}
