@charset "utf-8";
/* CSS Document */ 
:root {
  --bs-heading-color: #2c3e50;
  --color-pink: #FB4C88;
  --color-blue: #2BA9D2;
  --color-ygreen: #A9B63F;
  --color-green: #8AB93E;
  --color-dkgreen: #3C913F;
  --color-yellow: #F7D606;
  --color-orange: #FF5B16;
  --color-white: #FFFFFF;
  --color-gray: #707070;
  --line: #e8e8e8;
  --trmotion-02: 0.2s ease-in-out;
  --trmotion-03: 0.3s ease-in-out;
  --bg-gradient: linear-gradient(to right, #69bcf4, #30cc8b);
  --bs-shadow-color: rgba(0, 0, 0, 0.16);
  --bs-shadow: 0 10px 20px var(--bs-shadow-color);
  --bs-gradient-color: linear-gradient(to right, #149bde, #4ec9e7);
  --rb-gradient-color: linear-gradient(126deg, rgba(255, 0, 96, 0.6) 0%, rgba(186, 6, 251, 0.6) 25%, rgba(51, 0, 255, 0.6) 50%, rgba(146, 0, 255, 0.6) 75%, rgba(191, 0, 255, 0.6) 100%);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
}
html {
  line-height: 1
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}
q, blockquote {
  quotes: none
}
q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none
}
a {
  color: inherit
}
a img {
  border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
img {
  vertical-align: bottom
}
textarea, input, select, button {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  margin: 0
}
button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
  padding: 0;
}
button,.ui.button {
  font-family: "Noto Sans JP", sans-serif;
}
hr {
  height: 0;
  margin: 0;
  border: 0
}
a {
  text-decoration: none
}
img, svg {
  max-width: 100%;
  height: auto
}
b, strong {
  font-weight: bold
}
sup {
  font-size: 75%;
  vertical-align: top
}
sub {
  font-size: 75%;
  vertical-align: bottom
}
i {
  font-style: italic
}
h1 {
  font-size: 2.0rem;
  font-weight: bolder;
}
h2 {
  font-size: 1.8rem;
  font-weight: bolder;
}
h3 {
  font-size: 1.6rem;
  font-weight: bolder;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.2rem;
}
body {
  color: #000;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  --size: 16;
  font-size: 1rem;
}
body.is-loading {
  overflow: hidden;
}
body.is-loading .site-header, body.is-loading .site-main, body.is-loading .site-footer {
  opacity: 0;
  pointer-events: none;
}
body.is-loaded .site-header, body.is-loaded .site-main, body.is-loaded .site-footer {
  animation: page-reveal .32s ease-out both;
}
/*--- common ---*/
.container {
  max-width: 1120px;
  padding: 0 16px;
  margin: 0 auto;
}
.fl_container {
  padding: 0 1.6rem;
  margin: 0 auto;
}
.svg_icon {
  line-height: 0;
}
.mg-l05 {
  margin-left: 0.5rem;
}
.t_large_, .t_large_ span {
  font-size: clamp(42px, 6vw, 72px);
}
.t_big {
  font-size: clamp(16px, 1.4vw, 22px);
}
.t_pink {
  color: var(--color-pink) !important;
}
.t_blue {
  color: var(--color-blue) !important;
}
.t_ygreen {
  color: var(--color-ygreen) !important;
}
.t_green {
  color: var(--color-green) !important;
}
.t_white {
  color: var(--color-white) !important;
}
.t_yellow {
  color: var(--color-yellow) !important;
}
.t_orange {
  color: var(--color-orange) !important;
}
.t_dkgreen {
  color: var(--color-dkgreen) !important;
}
.t_gray {
  color: var(--color-gray) !important;
}
.section-pad {
  padding: clamp(72px, 9vw, 132px) 0;
}
.section-heading {
  position: relative;
  padding-bottom: 3.6rem;
}
.icon__ {
  line-height: 0;
}
/*--- loader ----*/
body.is-loaded .site-loader {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}
.site-loader::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 44%, rgba(233, 97, 144, 0.08), transparent 34%), linear-gradient(180deg, #fff 0%, #fff7f9 100%);
}
.site-loader::after {
  display: none;
}
.loader-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(72vw, 260px);
  gap: 18px;
}
.loader-stage::after {
  display: none;
}
.loader-spinner {
  position: relative;
  width: 94px;
  height: 94px;
  animation: loader-spin 1.25s linear infinite;
}
.loader-spinner span {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 8px 18px rgba(233, 97, 144, 0.22);
}
.loader-spinner span:nth-child(1) {
  left: 36px;
  top: 0;
  background: var(--color-pink);
}
.loader-spinner span:nth-child(2) {
  right: 4px;
  top: 26px;
  background: var(--color-orange);
}
.loader-spinner span:nth-child(3) {
  right: 16px;
  bottom: 6px;
  background: var(--color-yellow);
}
.loader-spinner span:nth-child(4) {
  left: 16px;
  bottom: 6px;
  background: var(--color-green);
}
.loader-spinner span:nth-child(5) {
  left: 4px;
  top: 26px;
  background: var(--color-blue);
}
.loader-label {
  margin: 0;
  color: #555;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.loader-progress {
  position: relative;
  width: min(58vw, 220px);
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(233, 97, 144, 0.14);
}
.loader-progress::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  content: "";
  border-radius: inherit;
  background: linear-gradient(90deg, var(--color-pink), var(--color-orange), var(--color-yellow));
  animation: loader-progress 1.35s ease-in-out infinite;
}
#wrapper {
  overflow: hidden;
}
/*--- header ----*/
.header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 100000;
  padding: 20px 0 0;
}
.header-inr {
  position: relative;
  margin: 0 20px;
  z-index: 3;
}
.header-bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 30px;
  transition: min-height .3s;
  box-sizing: border-box;
  background: transparent;
  color: #000;
  border-radius: 10px;
  box-shadow: 0px 5px 10px #c9c9c9;
  backdrop-filter: blur(5px);
  background-color: hsla(0, 0%, 100%, .90);
}
.header-logo-a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hover_op_:hover {
  opacity: 0.8;
  transition: .3s ease-in-out;
}
.header-logo-img {
  width: 60px;
}
.header-logo-title {
  font-size: 1.2rem;
  color: #000000 !important;
  margin-left: 1.0rem;
}
.menu_contents_ {
  display: flex;
  column-gap: 2.5rem;
}
.header-nav {
  color: var(--color-gray) !important;
  font-weight: bolder;
  display: flex;
  align-items: center;
}
.header-nav ol {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5rem;
}
.header-contact-inr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--color-pink);
  color: var(--color-white) !important;
  border: 2px solid var(--color-pink);
}
.header-contact .svg_icon.mail_ {
  width: 25px;
}
.header-contact-txt {
  margin-left: 0.8rem;
  white-space: nowrap;
}
.header-nav a {
  transition: var(--trmotion-02);
  position: relative;
  white-space: nowrap;
}
.header-nav a::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: var(--color-pink);
  transition: transform 0.2s ease;
}
.header-nav a:hover::after {
  transform: scaleX(1);
}
.header-contact-txt, .header-contact a, .header-contact a #icon-mail path {
  transition: var(--trmotion-03);
}
.header-contact a:hover .header-contact-txt {
  margin-left: 0.4rem;
}
.header-contact a:hover {
  background-color: var(--color-white);
  color: var(--color-pink);
}
.header-contact a:hover .header-contact-txt {
  color: var(--color-pink);
}
.header-contact a:hover #icon-mail path {
  stroke: var(--color-pink) !important;
}
#header_hamburger_menu_ {
  display: none;
}
/**-- main contents ---*/
#Hero {
  height: 100vh;
  position: relative;
}
.hero_head__ {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 100%;
}
.hero_head_title_ {
  text-shadow: 3px 3px 3px #fff;
}
#home_hero::before {
  content: "";
  position: absolute;
  left: -10vw;
  right: -10vw;
  top: 50vw;
  height: 30.66vw;
  background: var(--color-pink);
  transform: rotate(-13deg);
  transform-origin: center;
  z-index: 2;
}
#home_hero::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 2.6667vw;
  right: -20.67vw;
  height: 40.6vw;
  width: 40.6vw;
  _background: #FFA300;
  z-index: 1;
}
.hero_head_catch_ {
  margin-top: 2.6rem;
  font-weight: 600;
}
.hero-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.hero-img, .hero-svg {
  position: absolute;
  object-fit: cover;
  will-change: transform;
}
.hero-mouse-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero-img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 24px 54px;
}
.circle__ {
  width: min(34vw, 360px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
#hero-img-01 {
  left: 41px;
  top: 10px;
}
#hero-img-02 {
  width: min(32vw, 280px);
  left: 32.667vw;
  top: 12px;
}
#hero-img-03 {
  width: min(32vw, 500px);
  left: 0.667vw;
  bottom: -12.666vw;
  z-index: 3;
}
#hero-img-04 {
  width: min(32vw, 800px);
  left: 50%;
  transform: translateX(-50%);
  bottom: -25.666vw;
  z-index: 3;
}
#hero-img-05 {
  width: min(36vw, 760px);
  right: -0.66vw;
  top: 1.7vw;
  z-index: 3;
}
.hero-decoration {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
.hero-wind-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.hero-deco {
  position: absolute;
  z-index: 4;
  display: block;
  width: var(--deco-size);
  left: var(--deco-left);
  top: var(--deco-top);
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}
.hero-deco.is-ready {
  visibility: visible;
}
.hero-deco svg {
  display: block;
  width: 100%;
  height: auto;
}
#hero-deco-01 {
  --deco-size: clamp(72px, 8.4vw, 160px);
  --deco-left: clamp(-18px, 0.7vw, 16px);
  --deco-top: clamp(220px, 55.7vw, 300px);
}
#hero-deco-02 {
  --deco-size: clamp(64px, 7vw, 132px);
  --deco-left: clamp(420px, 27vw, 630px);
  --deco-top: clamp(50px, 10.7vw, 150px);
}
#hero-deco-03 {
  --deco-size: clamp(128px, 14vw, 268px);
  --deco-left: clamp(96px, 24vw, 420px);
  --deco-top: clamp(220px, 30.7vw, 470px);
}
#hero-deco-04 {
  --deco-size: clamp(76px, 8.6vw, 165px);
  --deco-left: clamp(860px, 683.7vw, 1100px);
  --deco-top: clamp(10px, 0.2vw, 64px);
}
#hero-deco-05 {
  --deco-size: clamp(92px, 10vw, 192px);
  --deco-left: clamp(20px, 5.7vw, 110px);
  --deco-top: clamp(860px, 63.7vw, 1060px);
}
#hero-deco-06 {
  --deco-size: clamp(190px, 21vw, 408px);
  --deco-left: auto;
  --deco-top: 880px;
  right: clamp(24px, 13.7vw, 240px);
}
#Hero_sub_visual {
  padding-top: clamp(79px, 40vw, 65vh);
  position: relative;
  z-index: 5;
  padding-bottom: 5.6rem;
}
#square_conts {
  position: relative;
}
.square_inr_ {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#square_inr_01 {
  width: 300px;
  z-index: -1;
}
#square_inr_01 .sc_tit_ {
  font-size: clamp(12px, 3vw, 16px);
  font-weight: bolder;
  color: var(--color-blue);
}
#square_inr_02 {
  width: 338px;
  z-index: 0;
  position: absolute;
  top: -98px;
  left: 140px;
}
#square_inr_02 .sc_tit_ {
  font-size: clamp(18px, 6vw, 24px);
  font-weight: bolder;
  color: var(--color-ygreen);
}
#square_inr_03 {
  position: absolute;
  top: 103px;
  left: 187px;
  z-index: 0;
  width: 227px;
}
#square_inr_03 .sc_tit_ {
  font-size: clamp(24px, 8vw, 28px);
  font-weight: bolder;
  color: var(--color-dkgreen);
}
#square_inr_04 {
  position: absolute;
  top: 57px;
  left: 335px;
  z-index: -1;
  width: 240px;
}
#square_inr_04 .sc_tit_ {
  font-size: clamp(12px, 3vw, 16px);
  font-weight: bolder;
  color: var(--color-orange);
}
.sc_tit_ {
  position: absolute;
  z-index: 2;
}
.sc_box_ {
  position: relative;
}
#hero_desc_ {}
.hero_desc_inr_ {
  background-color: hsla(0, 0%, 100%, .60);
  padding: 1.6rem 2.6rem;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px #c9c9c9;
  backdrop-filter: blur(3px);
}
.hdi_tit_ {
  padding-bottom: 1.6rem;
}
.t_tit_jp_ {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--pink);
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 600;
}
.t_tit_en_ {
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 900;
}
.business-card {
  position: relative;
}
.b_grid_img {
  height: 500px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.b_grid_img img {
  position: absolute;
  height: 100%;
  width: auto;
  object-fit: cover;
  max-width: 100%;
  display: block;
}
.b_grid_btn_ {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0 0.8rem;
}
.b_grid_btn_ a {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 30px;
  padding: 15px 10px;
  justify-content: center;
}
.b_grid_btn_ a:hover {
  background: var(--color-orange) !important;
  color: #ffffff;
}
.bgb_t_ {
  color: var(--color-orange) !important;
  font-weight: 500;
  font-size: 14px;
}
.b_grid_btn_ a, .bgb_t_ {
  transition: var(--trmotion-03);
}
.right_arrow_c_ {
  width: 20px;
  margin-left: 0.5rem;
}
.b_grid_btn_ a:hover {
  background: var(--color-orange) !important;
}
.b_grid_btn_ a:hover .bgb_t_ {
  color: #ffffff !important;
}
.msc_sub_tit_ {
  position: relative;
}
.msc_sub_tit_ h4 {
  padding-bottom: 1.5rem;
  font-weight: 600;
  font-size: clamp(20px, 5vw, 26px)
}
.msc_sub_tit_ p {
  padding-bottom: 1.5rem;
  font-weight: 500;
  font-size: clamp(16px, 2.4vw, 20px)
}
.msc_desc_ {
  line-height: 2.4;
  margin-top: 1.8rem;
}
.msc_sub_tit_::after {
  display: block;
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background: var(--color-ygreen);
  bottom: 0;
  left: 0;
}
#News {
  background: linear-gradient(120deg, var(--color-pink), var(--color-orange));
  color: #fff;
}
#News .news-title,
a:hover .news-title {
  color: #fff !important;
}
.news-title,
a.news-item {
  transition: var(--trmotion-02);
}
#News a:hover .news-title {
  text-decoration: underline;
}

.page-news-lower section.content-band {
    padding-top: 20px;
}

.i_circle__ {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.i_circle__ img {
  height: 100%;
  width: auto;
  object-fit: cover;
  position: absolute;
}
.ju_img_inr {
  width: 100%;
}
#JoinUs .tci_thd_tit_.t_tit_thd {
  font-size: clamp(22px, 2.3vw, 32px);
}
.news_view_more_ .right_arrow_c_.icon__ .icon_right_arrow_c_ {
  width: 20px;
  margin-left: 10px;
}
.news_view_more_ {
  margin-top: 3.6rem;
}
.news_view_more_ a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 264px;
  margin: 0 auto;
  padding: 9px;
  border-radius: 40px;
  border: 2px solid #fff;
}
.news_view_more_ a, .news_view_more_ .right_arrow_c_.icon__ .icon_right_arrow_c_ {
  transition: var(--trmotion-03);
}
.news_view_more_ a:hover {
  opacity: 8.5;
}
.news_view_more_ a:hover .icon_right_arrow_c_ {
  transform: translateX(10px);
}
.cta-inner.ju_img {
  _width: 150%;
}
#JoinUs .b_grid_btn_ {
  margin-top: 7.6rem;
  position: relative;
}
#JoinUs .b_grid_btn_ a {
  width: 300px;
  margin: 0 auto;
  border: 2px solid var(--color-orange);
}
#JoinUs {
  overflow: hidden;
}

/*--- page common / lower pages ---*/
.page-lower .hero_catch {
  font-size: clamp(16px, 2.4vw, 26px);
  font-weight: 500;
  margin-top: 1.2rem;
}
.page-lower .site-main {
  _padding-top: 130px;
}
.page-facility .site-main {
  _padding-top: 76px;
  background: #fff;
}
.facility-xd-hero {
  padding: clamp(54px, 10vw, 180px) 0 clamp(54px, 7vw, 106px);
  text-align: center;
}
.facility-xd-title {
  color: #f7508c;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.16;
  font-weight: 600;
}
.facility-xd-catch {
  margin-top: clamp(28px, 4vw, 54px);
  color: #090909;
  font-size: clamp(22px, 3.2vw, 42px);
  line-height: 1.45;
  font-weight: 600;
}
.facility-xd-circles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 1120px;
  margin: clamp(48px, 7vw, 150px) auto clamp(48px, 10vw, 360px);
}
.facility-xd-circles figure {
  overflow: hidden;
  width: min(33vw, 370px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  height: 130%;
}
.facility-xd-circles figure.js-fade-up-in {
  --translate-y: 32px;
  --rotate: 15deg;
  transform:
      translateY(var(--translate-y))
      rotate(var(--rotate))!important;
}
.facility-xd-circles figure.js-fade-up-in.is-active {
    --translate-y: 0;
}
.facility-xd-circles figure img {
  transform: rotate(-15deg);
}
.facility-xd-circles img,
.facility-xd-shop-main img,
.facility-xd-shop-detail img,
.facility-xd-staff img,
.facility-xd-photo-grid img,
.facility-xd-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility-xd-intro {
  max-width: 690px;
  margin: clamp(56px, 7vw, 92px) auto 0;
}
.facility-xd-intro h2 {
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.6;
  font-weight: 600;
}
.facility-xd-intro p,
.facility-xd-intro div {
  margin-top: 18px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.facility-xd-section {
  padding: clamp(44px, 6vw, 88px) 0;
}
.facility-xd-heading {
  margin-bottom: clamp(36px, 5vw, 62px);
  text-align: center;
}
.facility-xd-heading h2 {
  color: #ff560f;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
  font-weight: 600;
}
.facility-xd-heading p {
  margin-top: 8px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}
.facility-xd-shop-main {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1120px;
  aspect-ratio: 1120 / 648;
}
.facility-xd-shop-detail {
  display: grid;
  grid-template-columns: minmax(260px, 410px) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: start;
  max-width: 1120px;
  margin: clamp(44px, 5vw, 66px) auto 0;
}
.facility-xd-shop-detail figure {
  overflow: hidden;
  aspect-ratio: 410 / 246;
}
.facility-xd-text {
  padding-top: 4px;
  font-size: 18px;
  line-height: 2.1;
  font-weight: 500;
}
.facility-xd-reserve {
  margin-top: clamp(34px, 5vw, 62px);
  text-align: center;
}
.facility-xd-reserve a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 48px;
  padding: 12px 34px;
  border-radius: 999px;
  background: #ef4d86;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(239, 77, 134, .24);
}
.facility-xd-reserve a::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border-radius: 3px;
  border: 2px solid currentColor;
  box-shadow: inset 0 -5px 0 rgba(255,255,255,.28);
}
.facility-xd-staff {
  overflow: hidden;
  max-width: 1120px;
  aspect-ratio: 1120 / 628;
  margin: 0 auto;
}
.facility-xd-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px) clamp(34px, 5vw, 70px);
  max-width: 1120px;
  margin: clamp(56px, 7vw, 92px) auto 0;
}
.facility-xd-photo-grid figure {
  overflow: hidden;
  aspect-ratio: 505 / 315;
  border-radius: 8px;
}
.facility-xd-access {
  padding-top: clamp(22px, 4vw, 54px);
}
.facility-xd-access .container {
  max-width: 1120px;
}
.facility-xd-access-text {
  white-space: normal;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
.facility-xd-access-text p {
  margin: 0;
}
.facility-xd-map {
  overflow: hidden;
  margin-top: clamp(28px, 4vw, 50px);
  aspect-ratio: 1120 / 580;
}
.page-staffing .site-main {
  _padding-top: 76px;
  background: #fff;
}
#StaffingHero {
  padding-top: clamp(60px, 20vw, 190px);
}
.staffing-xd-hero {
  overflow: hidden;
  padding: clamp(54px, 6vw, 96px) 0 clamp(42px, 6vw, 82px);
  text-align: center;
}
.staffing-xd-title {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.4;
  font-weight: 600;
}
.staffing-xd-hero-strip {
  width: 100%;
  margin: clamp(48px, 7vw, 86px) 0 0;
  overflow: visible;
}
.staffing-xd-hero-strip .swiper-wrapper {
  align-items: center;
}
.staffing-xd-hero-strip .swiper-slide {
  overflow: hidden;
  width: min(72vw, 1200px);
  aspect-ratio: 520 / 292;
  opacity: .55;
  transition: opacity .45s ease, transform .45s ease;
}
.staffing-xd-hero-strip .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.staffing-xd-hero-strip img,
.staffing-xd-sky img,
.staffing-xd-service img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staffing-xd-lead {
  max-width: 850px;
  margin: clamp(56px, 7vw, 92px) auto 0;
  font-size: clamp(18px, 2.1vw, 26px);
  line-height: 2.05;
  font-weight: 600;
}
.staffing-xd-sky {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1920 / 700;
  margin-top: clamp(24px, 4vw, 56px);
}
.staffing-xd-services {
  padding: clamp(62px, 8vw, 118px) 0 clamp(50px, 7vw, 100px);
}
.staffing-xd-services .container {
  max-width: 1120px;
}
.staffing-xd-service {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 48%);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}
.staffing-xd-service + .staffing-xd-service {
  margin-top: clamp(70px, 9vw, 124px);
}
.staffing-xd-service-copy h2 {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.5;
  font-weight: 600;
}
.staffing-xd-service-sub {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.staffing-xd-service-copy div {
  margin-top: 26px;
  font-size: 16px;
  line-height: 2.05;
  font-weight: 500;
}
.staffing-xd-service figure {
  overflow: hidden;
  aspect-ratio: 520 / 346;
}
.staffing-xd-flow {
  padding: clamp(56px, 8vw, 112px) 0;
  text-align: center;
}
.staffing-xd-flow h2,
.staffing-xd-area h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.35;
  font-weight: 600;
}
.staffing-xd-flow p {
  margin-top: 10px;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
}
.staffing-xd-flow ol {
  display: inline-grid;
  gap: 12px;
  margin-top: clamp(38px, 5vw, 64px);
  padding-left: 0;
  list-style-position: inside;
  text-align: left;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.35;
  font-weight: 600;
}
.staffing-xd-area {
  padding: clamp(52px, 8vw, 112px) 0 clamp(70px, 10vw, 150px);
  text-align: center;
}
.staffing-xd-area h3 {
  margin-top: clamp(38px, 5vw, 70px);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.7;
  font-weight: 600;
}
.staffing-xd-area p {
  margin-top: 34px;
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
}
.staffing-xd-contact-copy {
  margin-top: clamp(58px, 8vw, 108px);
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 2.1;
  font-weight: 600;
}
.page-consulting .site-main {
  _padding-top: 76px;
  background: #fff;
}
.consulting-xd-hero {
  display: grid;
  align-items: center;
  min-height: clamp(360px, 52vw, 650px);
  background-image: linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.04)), var(--consulting-hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.consulting-xd-hero h1 {
  max-width: 1120px;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.45;
  font-weight: 600;
}
.consulting-xd-lead {
  padding: clamp(48px, 7vw, 92px) 0 clamp(42px, 6vw, 76px);
  text-align: center;
}
.consulting-xd-lead .container {
  max-width: 980px;
  font-size: clamp(17px, 2vw, 25px);
  line-height: 2.15;
  font-weight: 600;
}
.consulting-xd-medical {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1920 / 650;
}
.consulting-xd-medical img,
.consulting-xd-area figure img,
.consulting-xd-service figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consulting-xd-services {
  padding: clamp(64px, 9vw, 130px) 0 clamp(52px, 7vw, 96px);
}
.consulting-xd-services .container {
  max-width: 1120px;
}
.consulting-xd-service {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 48%);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}
.consulting-xd-service + .consulting-xd-service {
  margin-top: clamp(56px, 8vw, 104px);
}
.consulting-xd-service-copy h2 {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.45;
  font-weight: 600;
}
.consulting-xd-service-copy p {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.consulting-xd-service-copy div {
  margin-top: 16px;
  font-size: 16px;
  line-height: 2.05;
  font-weight: 500;
}
.consulting-xd-service figure,
.consulting-xd-placeholder {
  overflow: hidden;
  aspect-ratio: 520 / 320;
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
}
.consulting-xd-flow {
  padding: clamp(56px, 8vw, 116px) 0;
  text-align: center;
}
.consulting-xd-flow h2,
.consulting-xd-area h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.35;
  font-weight: 600;
}
.consulting-xd-flow p {
  margin-top: 10px;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
}
.consulting-xd-flow ol {
  display: inline-grid;
  gap: 18px;
  margin-top: clamp(44px, 6vw, 76px);
  padding-left: 0;
  list-style-position: inside;
  text-align: left;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.35;
  font-weight: 600;
}
.consulting-xd-area {
  padding: clamp(52px, 8vw, 112px) 0 clamp(70px, 10vw, 150px);
  text-align: center;
}
.consulting-xd-area p {
  margin-top: clamp(28px, 4vw, 48px);
  font-size: clamp(16px, 1.8vw, 23px);
  line-height: 2;
  font-weight: 600;
}
.consulting-xd-area figure {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1920 / 680;
  margin-top: clamp(52px, 8vw, 104px);
}
.consulting-xd-contact-copy {
  margin-top: clamp(64px, 9vw, 128px);
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 2.1;
  font-weight: 600;
}
.page-biz-partnership .site-main {
  padding-top: 0;
  background: #fff;
}
.partnership-xd-hero {
  display: grid;
  align-items: center;
  min-height: clamp(520px, 62vw, 100vh);
  padding-top: 0;
  background-image: linear-gradient(90deg, rgba(0,0,0,.14), rgba(0,0,0,.02)), var(--partnership-hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.partnership-xd-hero h1 {
  max-width: 1120px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.35;
  font-weight: 600;
}
.partnership-xd-lead {
  padding: clamp(68px, 9vw, 130px) 0 clamp(58px, 8vw, 116px);
  text-align: center;
}
.partnership-xd-lead .container {
  max-width: 990px;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 2.15;
  font-weight: 600;
}
.partnership-xd-about {
  padding: clamp(62px, 8vw, 116px) 0 clamp(58px, 7vw, 102px);
  text-align: center;
}
.partnership-xd-about h2 {
  color: #35ad61;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.3;
  font-weight: 600;
}
.partnership-xd-about h3 {
  margin-top: 20px;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.7;
  font-weight: 600;
}
.partnership-xd-about div {
  max-width: 720px;
  margin: clamp(44px, 5vw, 68px) auto 0;
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
}
.partnership-xd-team {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1920 / 760;
}
.partnership-xd-team img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partnership-xd-companies {
  padding: clamp(68px, 9vw, 130px) 0 clamp(120px, 15vw, 230px);
  text-align: center;
}
.partnership-xd-companies h2 {
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.25;
  font-weight: 600;
}
.partnership-xd-companies > .container > p {
  margin-top: 10px;
  font-size: clamp(12px, 1.0vw, 14px);
  line-height: 1.5;
  font-weight: 500;
}
.partnership-xd-companies table {
  width: 100%;
  margin-top: clamp(54px, 7vw, 92px);
  border-collapse: collapse;
  text-align: left;
}
.partnership-xd-companies th,
.partnership-xd-companies td {
  border: 1px solid #a9a9a9;
  padding: 20px 20px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.8;
}
.partnership-xd-companies thead th {
  text-align: center;
  font-weight: 600;
}
.partnership-xd-companies tbody th {
  width: 250px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.page-company .site-main {
  padding-top: 0;
  background: #fff;
}
.company-xd-hero {
  display: grid;
  align-items: center;
  min-height: clamp(440px, 52vw, 720px);
  padding-top: 0;
  background-image: linear-gradient(180deg, rgba(0,151,220,.04), rgba(0,151,220,.02)), var(--company-hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.company-xd-hero h1 {
  font-size: clamp(30px, 4.4vw, 58px);
  line-height: 1.75;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(0, 130, 200, .22);
}
.company-xd-brand {
  padding: clamp(78px, 10vw, 150px) 0 clamp(56px, 8vw, 110px);
  text-align: center;
}
.company-xd-brand img {
  width: clamp(150px, 20vw, 270px);
  height: auto;
}
.company-xd-brand h2 {
  margin-top: 24px;
  color: #777;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 600;
}
.company-xd-mission {
  padding: clamp(44px, 7vw, 96px) 0 clamp(96px, 14vw, 190px);
  text-align: center;
}
.company-xd-heading {
  text-align: center;
}
.company-xd-heading h2 {
  color: #36b8dd;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.3;
  font-weight: 600;
}
.company-xd-heading.green h2 {
  color: #35ad61;
}
.company-xd-heading p {
  margin-top: 8px;
  color: #111;
  font-size: clamp(12px, 1.0vw, 14px);
  line-height: 1.5;
  font-weight: 600;
}
.company-xd-philosophy {
  max-width: 100%;
  margin: clamp(70px, 9vw, 124px) auto 0;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 2.65;
  font-weight: 600;
}
.company-xd-profile {
  padding: clamp(70px, 9vw, 132px) 0 clamp(100px, 14vw, 200px);
}
.company-xd-profile table {
  width: 100%;
  max-width: 980px;
  margin: clamp(70px, 9vw, 126px) auto 0;
  border-collapse: collapse;
}
.company-xd-profile th,
.company-xd-profile td {
  border-bottom: 1px solid #d7d7d7;
  padding: 24px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.85;
}
.company-xd-profile th {
  position: relative;
  width: 130px;
  font-weight: 600;
}
.company-xd-profile th::after {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -1px;
  height: 2px;
  content: "";
  background: #ff5b65;
}
.company-xd-profile td {
  font-weight: 500;
}
.company-xd-map {
  overflow: hidden;
  max-width: 980px;
  margin: clamp(64px, 9vw, 120px) auto 0;
  aspect-ratio: 980 / 540;
}
.company-xd-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lower-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 11vw, 160px) 0 clamp(70px, 8vw, 120px);
  _background: linear-gradient(135deg, rgba(251, 76, 136, .12), rgba(43, 169, 210, .12) 52%, rgba(169, 182, 63, .14));
  background-image: url(../../assets/images/news/new-main-0.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;	
}
.lower-hero::before, .lower-hero::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  opacity: .65;
}
.lower-hero::before {
  width: 320px;
  height: 320px;
  right: -90px;
  top: -110px;
  background: rgba(255, 91, 22, .18);
}
.page-news .lower-hero::before,
.page-news-lower .lower-hero::before,
.page-contact .lower-hero::before {
    width: 100%;
    height: 100%;
    right: auto;
	left: 0;
    top: 0;
    border-radius: 0;
    z-index: 0;
    background: #1e1e1e;
}
.lower-hero::after {
  width: 220px;
  height: 220px;
  left: -80px;
  bottom: -90px;
  background: rgba(60, 145, 63, .16);
}
.lower-hero .container {
  position: relative;
  z-index: 1;
}
.lower-hero.has-image {
  color: #fff;
  background-image: linear-gradient(90deg, rgba(22, 37, 50, .78), rgba(22, 37, 50, .28)), var(--lower-hero-image);
  background-position: center;
  background-size: cover;
}
.lower-hero.has-image .lower-eyebrow, .lower-hero.has-image .lower-lead {
  color: #fff;
}
.lower-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--color-pink);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .08em;
}
.lower-title {
  font-size: clamp(24px, 3.4vw, 32px);
  line-height: 1.16;
  font-weight: 600;
  color: #ffffff;
}
.lower-lead {
  max-width: 760px;
  margin-top: 24px;
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 500;
  color: #ffffff;
}
.content-band {
  padding: clamp(72px, 8vw, 120px) 0;
}
.content-band.bg-soft {
  background: #f8fbfb;
}
.lead-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.lead-copy h3, .block-title {
  font-size: clamp(24px, 3vw, 28px);
  line-height: 1.35;
  font-weight: 600;
}
.lead-copy p, .body-copy {
  margin-top: 22px;
  line-height: 2.1;
  font-weight: 500;
}
.lead-image, .service-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .10);
}
.lead-image img, .service-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.facility-info-grid {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(280px, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}
.facility-info-grid .lead-image.sub {
  grid-column: 2;
  max-width: 74%;
  margin-left: auto;
}
.reservation-action {
  margin-top: 28px;
}
.facility-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr);
  gap: 18px;
}
.gallery-main, .wide-visual {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .10);
}
.gallery-main img, .wide-visual img {
  display: block;
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}
.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1 / .78;
  object-fit: cover;
  border-radius: 8px;
}
.lower-rich {
  line-height: 2;
  font-weight: 500;
}
.map-embed {
  overflow: hidden;
  margin-top: 34px;
  border-radius: 8px;
}
.map-embed iframe {
  display: block;
  width: 100%;
}
.lower-slider {
  overflow: hidden;
}
.lower-slider-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: lowerSlider 22s linear infinite;
}
.lower-slider-track img {
  width: min(72vw, 520px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}
.lower-service-list {
  gap: 34px;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.partner-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}
.partner-card h3 {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 600;
}
.partner-card div {
  margin-top: 12px;
  line-height: 2;
}
.service-list {
  display: grid;
  gap: 28px;
}
.service-item {
  display: grid;
  grid-template-columns: minmax(260px, 40%) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}
.service-item:nth-child(even) .service-image {
  order: 2;
}
.service-kicker {
  color: var(--color-orange);
  font-weight: 600;
}
.service-item h3 {
  margin-top: 8px;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.4;
  font-weight: 600;
}
.service-item h4 {
  margin-top: 10px;
  color: var(--color-gray);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 700;
}
.service-item p, .service-item ul, .service-item ol {
  margin-top: 18px;
  line-height: 2;
}
.service-item li {
  padding-left: 1em;
  text-indent: -1em;
}
.cta-band {
  padding: clamp(54px, 7vw, 92px) 0;
  background: #ffffff;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.cta-inner h2 {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.35;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: #fff;
  color: var(--color-pink) !important;
  font-weight: 600;
  transition: var(--trmotion-03);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, .16);
}
.news-list {
  display: grid;
  gap: 16px;
}
.news-item {
  display: grid;
  grid-template-columns: 120px 170px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.news-date {
  color: #ffffff;
  font-weight: 700;
}
.news-cat {
  display: inline-flex;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-blue);
  font-size: 13px;
  font-weight: 800;
}
.news-cat.cat-blue {
  color: var(--color-blue);
}
.news-cat.cat-green {
  color: var(--color-green);
}
.news-cat.cat-orange {
  color: var(--color-orange);
}
.news-cat.cat-pink {
  color: var(--color-pink);
}
.news-cat.cat-purple {
  color: #654bb1;
}
.news-cat.cat-teal {
  color: #197b73;
}
.news-title {
  font-size: 18px;
  font-weight: 400;
}
.body-copy + .back-to-list {
  margin-top: 3.6rem;
}
#Post_container {
  line-height: 2;
}
#Post_container h2 {
    font-size: clamp(20px, 3.4vw, 26px);
}
#Post_container h3 {
    font-size: clamp(18px, 2.4vw, 22px);
}
#Post_container ul,
#Post_container ol {
  margin: 1.2em 0 1.2em 1.6em;
  padding-left: 1.2em;
  list-style-position: outside;
}

#Post_container ul {
  list-style-type: disc;
}

#Post_container ol {
  list-style-type: decimal;
}

#Post_container li {
  display: list-item;
  margin: .45em 0;
  list-style: inherit;
}

#Post_container li::marker {
  color: var(--color-orange);
  font-weight: 800;
}

#Post_container img {
  max-width: 100%;
  height: auto;
}
.page-lower .news-date {
  color: #000;
  font-weight: 400;
}
.section-heading {
  position: relative;
}
.section-heading-link {
  position: absolute;
  right: 0;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--color-blue);
  font-weight: 800;
  background: #fff;
  transition: var(--trmotion-03);
}
.section-heading-link:hover {
  transform: translateY(-2px);
  border-color: var(--color-blue);
}
.company-table {
  width: 100%;
  border-top: 1px solid var(--line);
}
.company-table th, .company-table td {
  padding: 22px 18px;
  border-bottom: 1px solid var(--line);
  line-height: 1.8;
}
.company-table th {
  width: 210px;
  color: var(--color-gray);
  font-weight: 600;
}
.contact_tbn_ a.button {
  box-shadow: 0px 2px 20px #7b7b7bba;
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.2s ease !important;
  width: 100%;
  max-width: 300px;
}
.contact_tbn_ a.button:hover {
  transform: translateY(2px);
  filter: brightness(1.4);
  box-shadow: 0 10px 20px rgba(0,0,0,0.0);	
}

.contact-form {
  display: grid;
  gap: 22px;
  max-width: 840px;
}
.contact-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(248, 251, 251, .96)), radial-gradient(circle at 86% 10%, rgba(43, 169, 210, .14), transparent 34%), radial-gradient(circle at 8% 82%, rgba(251, 76, 136, .10), transparent 32%);
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.contact-intro {
  position: sticky;
  top: 130px;
}
.contact-info-list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.contact-info-list div {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.contact-info-list dt {
  color: var(--color-gray);
  font-size: 13px;
  font-weight: 600;
}
.contact-info-list dd {
  margin-top: 7px;
  line-height: 1.8;
  font-weight: 800;
}
.contact-info-list a {
  color: var(--color-blue);
}
.contact-form-panel {
  max-width: none;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(30, 50, 60, .10);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 56px rgba(28, 49, 60, .10);
}
.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.form-row label {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  font-weight: 600;
}
.required {
  color: var(--color-pink);
}
.form-row input, .form-row textarea, .form-row select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  border-color: var(--color-blue);
  box-shadow: 0 0 0 4px rgba(43, 169, 210, .14);
  outline: none;
}
.form-row textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-privacy {
  color: var(--color-gray);
  font-size: 13px;
  line-height: 1.8;
}
.form-submit {
  justify-self: start;
  min-width: 220px;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: var(--color-pink);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: var(--trmotion-03);
}
.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(251, 76, 136, .22);
}
.shop-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}
.shop-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.shop-card h3 {
  color: var(--color-ygreen);
  font-size: 22px;
  font-weight: 600;
}
.reservation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.reservation-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-weight: 600;
}
.site-footer {
  padding: 64px 0 24px;
  background: radial-gradient(circle at 20% 20%, rgba(251, 76, 136, .14), transparent 28%), radial-gradient(circle at 85% 18%, rgba(43, 169, 210, .16), transparent 24%), #f4f7f8;
  color: #040404;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr);
  gap: 40px;
  align-items: start;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.25rem;
  font-weight: 600;
}
.footer-logo img {
  width: 54px;
  _filter: brightness(0) invert(1);
}
.footer-address {
  margin-top: 18px;
  color: #040404;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  font-weight: 400;
  font-size: 13px;
}
.footer-contact {
  margin-top: 28px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}
.footer-tel {
  display: inline-block;
  margin-top: 8px;
  font-size: 28px;
  font-weight: 600;
}
.footer-main a {
  color: #040404;
  transition: var(--trmotion-02);
}
.footer-main a:hover {
  color: var(--color-pink);
}
.footer-nav a:hover {
 text-decoration: underline;
}
.copyright {
  margin-top: 6.6667vw;
  color:rgba(4,4,4,0.60);
  font-size: 13px;
  text-align: center;
}

/*--- cookie -----*/
.cookie-banner {
  position: fixed;
  right: clamp(14px, 2.4vw, 30px);
  bottom: clamp(14px, 2.4vw, 30px);
  z-index: 10000;
  width: min(640px, calc(100vw - 28px));
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .22s ease, transform .22s ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 48px 18px 20px;
  border: 1px solid rgba(14, 19, 21, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 46px rgba(14, 19, 21, .16);
}

.cookie-banner-message {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
}

.cookie-banner-icon {
  margin-top: 3px;
}

.cookie-banner-message p {
  margin: 0;
  color: #0e1315;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 600;
}

.cookie-banner-actions {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

.cookie-banner-button {
  min-width: 92px;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid #0e1315;
  border-radius: 4px;
  background: #0e1315;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-banner-button.is-secondary {
  background: #fff;
  color: #0e1315;
}

.cookie-banner-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.pivot-pagination.ui.pagination.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: clamp(34px, 5vw, 58px) auto 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.pivot-pagination.ui.pagination.menu .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 6px !important;
  background: var(--color-white);
  color: var(--bs-heading-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
  transition: background var(--trmotion-02), border-color var(--trmotion-02), color var(--trmotion-02), transform var(--trmotion-02);
}

.pivot-pagination.ui.pagination.menu a.item:hover {
  border-color: var(--color-blue);
  background: var(--bs-gradient-color);
  color: var(--color-white);
  transform: translateY(-2px);
}

.pivot-pagination.ui.pagination.menu .item.is-current,
.pivot-pagination.ui.pagination.menu .item.active.disabled {
  border-color: var(--color-orange);
  background: var(--color-orange);
  color: var(--color-white);
  pointer-events: none;
  opacity: 1 !important;
}

.pivot-pagination.ui.pagination.menu .item.disabled {
  pointer-events: none;
  opacity: .58;
}

.pivot-pagination.ui.pagination.menu .pivot-pagination-dot {
  min-width: 34px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: var(--color-gray);
}

.pivot-pagination.ui.pagination.menu .pivot-pagination-edge {
  min-width: 42px;
  padding-inline: 0;
  border-color: rgba(251, 76, 136, .28);
  color: var(--color-pink);
}

.pivot-pagination.ui.pagination.menu .pivot-pagination-edge .icon {
  width: auto;
  margin: 0;
}

/*--- contact confirmation ---*/
.contact-confirm-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.contact-confirm-list .form-row {
  border-bottom: 1px solid var(--line);
  padding-bottom: 15px;
  margin-bottom: 0;
  display: block;
}
.contact-confirm-list label {
  font-weight: bold;
  color: var(--color-gray);
  margin-bottom: 8px;
  display: block;
}
.confirm-value {
  font-size: 1.1rem;
  color: #000;
  padding-left: 12px;
  border-left: 4px solid var(--color-pink);
  line-height: 1.6;
}
.contact-form .btn-back {
  background: #999 !important;
}
.contact-form .form-buttons .form-submit {
  flex: 1;
  max-width: 240px;
}

@media screen and (max-width:1200px) {
  .header-bl {
    padding: 0 10px;
  }
  .header-logo-img {
    width: 50px;
  }
  .header-logo-title {
    font-size: 1.0rem;
    margin-left: 0.6rem;
  }
  .menu_contents_, .header-nav ol {
    column-gap: 0.8rem;
  }
  .header-nav a, .header-contact-txt {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .header-contact-inr {
    width: 150px;
    height: 35px;
  }
  .header-contact .svg_icon.mail_ {
    width: 20px;
  }
  .header-contact-txt {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width:1024px) {
  #header_hamburger_menu_ {
    display: block;
  }
  .menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    width: 60px;
  }
  .line {
    fill: none;
    stroke: var(--color-pink);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  #hero-img-01 {
    left: 16px;
    top: 130px;
  }
  #hero-img-02 {
    width: min(22vw, 220px);
    left: 37.7vw;
    top: 12px;
  }
  #hero-img-03 {
    width: min(32vw, 500px);
    left: 12.7vw;
    bottom: -6.7vw;
  }
  #hero-img-04 {
    width: min(32vw, 800px);
    left: 87%;
    bottom: -3.7vw;
  }
  #hero-img-05 {
    width: min(40vw, 760px);
    right: -0.66vw;
    top: 6.7vw;
  }
  .home_hero_inr .t_large_ span {
    font-size: clamp(30px, 4.8vw, 62px);
  }
  .hero_head_catch_ {
    margin-top: 2.0rem;
    font-size: clamp(20px, 1.4vw, 26px);
    font-weight: 400;
  }
  #Hero_sub_visual {
    padding-top: 33vh;
  }
.open_sp_menu .header-nav ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.6rem 20px;
  height: auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  box-shadow: 0 5px 10px #c9c9c9;
}

.header-nav ol li {
  flex: 0 0 100%;
  max-width: 100%;
}

.header-nav ol li a {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 600;
  color: var(--color-pink);
  padding: 10px 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateX(-20px);
  filter: blur(4px);
  pointer-events: none;
  transition:
    opacity .4s cubic-bezier(.16, 1, .3, 1),
    transform .4s cubic-bezier(.16, 1, .3, 1),
    filter .4s cubic-bezier(.16, 1, .3, 1);
}

.open_sp_menu .header-nav ol li a {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
  pointer-events: auto;
}

.open_sp_menu .header-nav ol li:nth-child(1) a {
  transition-delay: .15s;
}

.open_sp_menu .header-nav ol li:nth-child(2) a {
  transition-delay: .22s;
}

.open_sp_menu .header-nav ol li:nth-child(3) a {
  transition-delay: .29s;
}

.open_sp_menu .header-nav ol li:nth-child(4) a {
  transition-delay: .36s;
}

.open_sp_menu .header-nav ol li:nth-child(5) a {
  transition-delay: .43s;
}
.open_sp_menu .header-nav ol li:nth-child(6) a {
  transition-delay: .50s;
}
.open_sp_menu .header-nav ol li:nth-child(7) a {
  transition-delay: .57s;
}

#header_hamburger_menu_ {
  position: relative;
  z-index: 99999;
}
.header-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 80px 0 150px;
  text-align: center;
  display: block;
  opacity: 0;
  transform: translateX(-24px);
  pointer-events: none;
  transition:
    opacity .5s cubic-bezier(.16, 1, .3, 1),
    transform .5s cubic-bezier(.16, 1, .3, 1);
}

.open_sp_menu .header-nav {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.site-header::after {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #f2eeee;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity .4s ease;
}

.open_sp_menu .site-header::after {
  opacity: 1;
  pointer-events: auto;
}

.open_sp_menu .header-logo {
  position: relative;
  z-index: 9999999;
}
.header-contact {
  opacity: 0;
  pointer-events: none;
  position: fixed;
}
.open_sp_menu .header-contact {
  display: flex;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(calc(100vh - 120px));
}

.open_sp_menu .header-contact-inr {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border-radius: 50px;
  box-shadow: 0 5px 10px #c9c9c9;
  border: 2px solid #ffffff;
}

.open_sp_menu .header-contact-txt {
  margin-left: .8rem;
  font-size: 20px;
}

.open_sp_menu .header-contact .svg_icon.mail_ {
  width: 35px;
}	
}
@media screen and (max-width:767px) {
  #hero-deco-01 {
    --deco-left: -22px;
    --deco-top: 22svh;
  }
  #hero-deco-02 {
    --deco-left: 48vw;
    --deco-top: 12svh;
  }
  #hero-deco-03 {
    --deco-left: 34vw;
    --deco-top: 46svh;
  }
  #hero-deco-04 {
    --deco-left: 70vw;
    --deco-top: 5svh;
  }
  #hero-deco-05 {
    --deco-left: 2vw;
    --deco-top: 64svh;
  }
  #hero-deco-06 {
    --deco-top: 570px;
  }
  .header {
    padding-top: 10px;
  }
  .header-bl {
    min-height: 66px;
  }
  .hero_svc_inr_ {
    flex-direction: column;
  }
  .hero_svc_inr_ > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #hero-img-01 {
    left: 4px;
    top: 131px;
    width: min(44vw, 360px);
  }
  #hero-img-02 {
    width: min(32vw, 280px);
    left: 13.7vw;
    top: 51px;
  }
  #hero-img-03 {
    width: min(42vw, 500px);
    left: 4.7vw;
    bottom: 43.3vw;
  }
  #hero-img-04 {
    width: min(52vw, 800px);
    left: 71%;
    bottom: -5.7vw;
  }
  #hero-img-05 {
    width: min(46vw, 760px);
    right: 0.3vw;
    top: 16.7vw;
  }
  #home_hero::before {
    left: -53vw;
    right: -71vw;
    top: 196vw;
    height: 91.7vw;
  }
  #Hero_sub_visual {
    padding-top: 40vh;
  }
  #square_inr_01 {
    width: 178px;
    z-index: -1;
    top: -146px;
    position: relative;
  }
  #square_inr_02 {
    width: 255px;
    z-index: 0;
    position: absolute;
    top: -269px;
    left: 71px;
  }
  #square_inr_03 {
    position: absolute;
    top: -57px;
    z-index: 0;
    width: 184px;
    left: 105px;
  }
  #square_inr_04 {
    position: absolute;
    top: -141px;
    left: 173px;
    z-index: -1;
    width: 213px;
  }
  #message_img, #message_conts {
    width: auto;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cta-inner.ju_img {
    width: auto;
  }
  #JoinUs .ju_img_inr .column {
    flex: 0 0 33.333%;
    padding: 0 !important;
  }
  #JoinUs .b_grid_btn_ {
    padding-top: 6.6rem;
    position: relative;
  }
  #JoinUs .b_grid_btn_ a {
    margin: 0 auto;
  }
  #JoinUs .b_grid_btn_ {
    padding-top: 1.6rem;
    position: relative;
    margin-top: 4.6rem;
  }
  .news-cat {
    width: 130px;
    font-size: 12px;
    padding: 2px 5px;
    font-weight: 500;
  }
  .hero_head_title_ {
    font-size: clamp(39px, 5vw, 62px);
  }
  .hero_head_catch_ {
    font-size: clamp(20px, 5vw, 62px);
    font-weight: 500;
  }

  .page-lower .site-main {
    _padding-top: 104px;
  }
  .page-facility .site-main {
    padding-top: 86px;
  }
  .facility-xd-hero {
    padding-top: 42px;
  }
  .facility-xd-circles {
    gap: 10px;
	margin: clamp(48px, 7vw, 150px) auto clamp(60px, 20vw, 460px);
  }
  .facility-xd-circles figure {
    width: 31vw;
  }
  .facility-xd-shop-detail,
  .facility-xd-photo-grid {
    grid-template-columns: 1fr;
  }
  .facility-xd-photo-grid {
    gap: 22px;
  }
  .facility-xd-shop-main,
  .facility-xd-staff,
  .facility-xd-map {
    aspect-ratio: 1.55;
  }
  .page-staffing .site-main {
    padding-top: 86px;
  }
  .staffing-xd-hero-strip {
    overflow: visible;
  }
  .staffing-xd-hero-strip .swiper-slide {
    width: 78vw;
  }
  .staffing-xd-lead {
    font-size: 17px;
    line-height: 1.9;
  }
  .staffing-xd-sky {
    aspect-ratio: 1.45;
  }
  .staffing-xd-service {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .staffing-xd-service figure {
    order: -1;
  }
  .staffing-xd-flow ol {
    font-size: 22px;
  }
  .page-consulting .site-main {
    _padding-top: 86px;
  }
  .consulting-xd-hero {
    min-height: 300px;
  }
  .consulting-xd-medical,
  .consulting-xd-area figure {
    aspect-ratio: 1.45;
  }
  .consulting-xd-service {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .consulting-xd-service figure,
  .consulting-xd-placeholder {
    order: -1;
  }
  .consulting-xd-flow ol {
    font-size: 22px;
  }
  .page-biz-partnership .site-main {
    padding-top: 0;
  }
  .partnership-xd-hero {
    min-height: 420px;
    padding-top: 86px;
  }
  .partnership-xd-team {
    aspect-ratio: 1.45;
  }
  .partnership-xd-companies th,
  .partnership-xd-companies td {
    padding: 14px 12px;
    font-size: 12px;
  }
  .partnership-xd-companies tbody th {
    width: 34%;
  }
  .page-company .site-main {
    padding-top: 0;
  }
  .company-xd-hero {
    min-height: 360px;
  }
  .company-xd-philosophy {
    line-height: 2.2;
  }
  .company-xd-profile th,
  .company-xd-profile td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 10px;
  }
  .company-xd-profile th {
    padding-bottom: 8px;
    border-bottom: 0;
  }
  .company-xd-profile th::after {
    left: 10px;
    right: auto;
    width: 72px;
  }
  .company-xd-profile td {
    padding-top: 8px;
  }
  .company-xd-map {
    aspect-ratio: 1.35;
  }
  .lead-block, .service-item, .shop-info, .contact-layout, .facility-info-grid, .facility-gallery, .partner-grid, .footer-main {
    grid-template-columns: 1fr;
  }
  .facility-info-grid .lead-image.sub {
    grid-column: auto;
    max-width: none;
    margin-left: 0;
  }
  .gallery-thumbs {
    grid-template-columns: 1fr;
  }
  .contact-intro {
    position: static;
  }
  .contact-form-panel {
    padding: 24px 18px;
  }
  .form-grid-2 {
    grid-template-columns: 1fr;
  }
  .service-item:nth-child(even) .service-image {
    order: 0;
  }
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .news-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .section-heading-link {
    position: static;
    margin-top: 14px;
    min-width: 96px;
  }
  .company-table th, .company-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .company-table th {
    padding-bottom: 4px;
    border-bottom: 0;
  }
  .company-table td {
    padding-top: 4px;
  }
  .reservation-grid {
    grid-template-columns: 1fr;
  }
  .footer-nav {
    grid-template-columns: 1fr;
  }
	
  .pivot-pagination.ui.pagination.menu {
    gap: 6px;
  }

  .pivot-pagination.ui.pagination.menu .item {
    min-width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .pivot-pagination.ui.pagination.menu .pivot-pagination-edge {
    min-width: 38px;
    padding-inline: 0;
  }
  .cookie-banner {
    right: 14px;
    bottom: 14px;
  }

  .cookie-banner-inner {
    display: block;
    padding: 18px 42px 18px 18px;
  }

  .cookie-banner-actions {
    margin-top: 14px;
  }

  .cookie-banner-button {
    flex: 1;
  }
	
  .contact-form .form-buttons {
    flex-direction: column-reverse;
  }
  .contact-form .form-buttons .form-submit {
    max-width: none;
  }
	
	
}
/**--- animation css ----**/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes lowerSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.float_animate-2 {
  animation: hero-main-float 2.0s ease-in-out infinite;
}
.float_animate-3 {
  animation: hero-main-float 3.0s ease-in-out infinite;
}
.float_animate-36 {
  animation: hero-main-float 3.6s ease-in-out infinite;
}
.float_animate-4 {
  animation: hero-main-float 4s ease-in-out infinite;
}
.float_animate-5 {
  animation: hero-main-float 5s ease-in-out infinite;
}
.float_animate-6 {
  animation: hero-main-float 6s ease-in-out infinite;
}
@keyframes hero-main-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  35% {
    transform: translateY(-18px) rotate(1.2deg);
  }
  70% {
    transform: translateY(10px) rotate(-.8deg);
  }
}
@keyframes heroDecoFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  35% {
    transform: translate3d(var(--float-x-1), var(--float-y-1), 0) rotate(var(--float-r-1));
  }
  70% {
    transform: translate3d(var(--float-x-2), var(--float-y-2), 0) rotate(var(--float-r-2));
  }
  100% {
    transform: translate3d(var(--float-x-3), var(--float-y-3), 0) rotate(var(--float-r-3));
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-deco.is-floating {
    animation: none;
  }
}
@keyframes loader-stage-breathe {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.015);
  }
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-progress {
  0% {
    transform: translateX(-120%);
  }
  55% {
    transform: translateX(95%);
  }
  100% {
    transform: translateX(260%);
  }
}
@keyframes loader-shadow {
  0%, 100% {
    transform: translateX(-50%) scaleX(.86);
    opacity: .38;
  }
  42%, 56% {
    transform: translateX(-50%) scaleX(.55);
    opacity: .18;
  }
  80% {
    transform: translateX(-50%) scaleX(1);
    opacity: .48;
  }
}
@keyframes loader-ring {
  0%, 100% {
    transform: translate(-50%, -50%) scale(.94);
    opacity: .45;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.04);
    opacity: .9;
  }
}
@keyframes loader-exit {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes page-reveal {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-jump-up-in span {
  display: inline-block;
  opacity: 0;
  transform: translateY(24px);
}
.js-scroll-in.is-active .js-jump-up-in span, .js-jump-up-in.is-active span {
  animation: jumpUpIn 0.55s ease-out forwards;
}
@keyframes jumpUpIn {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translateY(-8px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.js-fade-up-in {
  opacity: 0;
  transform: translateY(32px);
}
.js-scroll-in.is-active .js-fade-up-in, .js-fade-up-in.is-active {
  animation: fadeUpIn 0.7s ease-out forwards;
}
@keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
