@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-Bold.ttf') format("truetype"), url('../fonts/Rebeqa-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Rebeqa-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rebeqa;
  src: url('../fonts/Rebeqa-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --royal-blue: #306cc7;
  --firebrick: #b42b2b;
  --white-smoke: #f1f1f1;
  --white: white;
  --dark-goldenrod: #c79230;
  --dark-green: #071603;
  --white-smoke-3: #f4f4efe6;
  --black: #333;
  --white-smoke-2: #f6f5f5;
  --gold: #fae43a;
  --medium-blue: #2c34c5;
}

body {
  color: #333;
  letter-spacing: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}

.contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 10px;
  border-color: var(--royal-blue) var(--firebrick) var(--firebrick) var(--royal-blue);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.ths11-header {
  z-index: 20;
  background-color: #00000073;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ths11-nav-link {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.ths11-nav-link:hover {
  opacity: 1;
}

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

.ths11-logo {
  opacity: .73;
  width: 70px;
  min-width: 70px;
  min-height: 70px;
}

.ths11-social-icon {
  width: 20px;
}

.ths11-hero-blocks-wrapper {
  width: 28.5vw;
}

.ths11-hero-blocks-wrapper.ths11-width-b {
  width: 14.5vw;
}

.ths11-hero-slider-wrapper {
  height: 65vh;
}

.ths11-hero-block {
  justify-content: space-between;
  align-items: stretch;
  height: 35vh;
  display: flex;
}

.ths11-hero-block.ths11-height-32-5vh {
  height: 32.5vh;
}

.ths11-hero-slider {
  border-right: 1px solid #fff;
  border-bottom: 1px solid var(--white);
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.ths11-hero-slider.ths11-rotated {
  border-style: solid none none solid;
  border-top-width: 1px;
  border-top-color: #fff;
  border-left-width: 1px;
  border-left-color: var(--white);
  transform: rotate(180deg);
}

.ths11-hero-slider.ths11-rotated.ths11-width-50 {
  width: 50%;
}

.ths11-hero-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ths11-hero-slide-image.ths11-rotated {
  transform: rotate(180deg);
}

.ths11-hero-slider-arrow, .ths11-hero-slider-nav {
  display: none;
}

.ths11-overlay {
  z-index: 1;
  background-image: linear-gradient(45deg, #0009, #1d1d1d47);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ths11-wrapper {
  z-index: 8;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: absolute;
  inset: 0%;
}

.ths11-heading-h1 {
  background-image: linear-gradient(to top, var(--dark-goldenrod) 32%, #fff0 32%);
  color: var(--white-smoke);
  text-align: left;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 20px;
  font-size: 70px;
}

.ths11-hero-paragraph {
  color: var(--white-smoke);
  text-align: left;
  margin-top: 34px;
  margin-bottom: 70px;
  margin-left: 0;
}

.ths11-header-bg-line {
  background-color: #f1f1f12e;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 50% 0% auto;
}

.hero-cover {
  -webkit-text-fill-color: inherit;
  background-color: #fafcfc;
  background-clip: border-box;
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
}

.hero-i-can-help {
  margin-top: 20px;
  font-weight: 700;
  line-height: 24px;
}

.logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 28px auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .4s;
  overflow: hidden;
}

.logo:hover {
  opacity: 1;
  color: #fff;
}

.logo.w--current {
  border-radius: 10px;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.logo-text {
  letter-spacing: -.01em;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1;
}

.navigation-item {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navigation-item:hover {
  color: #b8b8b8;
}

.front {
  z-index: 10;
  background-color: #14131166;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-content {
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: flex;
}

.hero-logo {
  margin-bottom: 4vw;
  line-height: 1;
  overflow: hidden;
}

.hero-heading {
  background-image: linear-gradient(to top, var(--royal-blue) 39%, #fff0 40%);
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
  position: relative;
}

.hero-heading._2nd {
  background-image: linear-gradient(to top, var(--firebrick) 39%, #fff0 40%);
  margin-top: 0;
}

.div-block {
  background-color: var(--dark-green);
}

.back {
  z-index: 0;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.black {
  z-index: 10;
  background-color: #00000059;
  display: none;
  position: absolute;
  inset: 0%;
}

.dropdown-innerlist {
  color: #fff;
  background-color: #f4f4efed;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 350px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 4px #b9b9b9;
}

.dropdown-list-2 {
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0 10px 10px;
  overflow: hidden;
}

.div-block-40 {
  background-image: url('../images/bazaar_b.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 60px;
}

.dropdownwrapper {
  height: 100%;
  padding-top: 0;
  display: none;
  position: relative;
}

.dropdownlink-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.down {
  display: none;
}

.nav-link {
  text-align: left;
  position: absolute;
}

.nav-link:hover {
  color: #abad1d;
}

.nav-link.w--current {
  color: #80a90f;
  font-weight: 400;
}

.nav-link.w--current:visited {
  color: #3b3b3b;
}

.navbar {
  z-index: 50;
  background-color: var(--white-smoke-3);
  padding-left: 3vw;
  padding-right: 3vw;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 1px 4px #b9b9b9;
}

.div-block-41 {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.navlink {
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.navlink:hover {
  color: var(--royal-blue);
  text-align: left;
}

.navlink.w--current {
  color: #abad1d;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}

.navlink.sub {
  color: #333;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}

.navlink.sub:hover {
  color: var(--royal-blue);
  text-decoration: none;
}

.brand-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.brand-2.w--current {
  width: 15vw;
  padding: 0 10px 0 1vw;
}

.dropdowncontainer {
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: -10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.div-block-42 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  display: none;
  position: relative;
}

.div-block-43 {
  background-image: url('../images/bazar_c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.navlink-2 {
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.navlink-2:hover {
  color: var(--royal-blue);
  text-align: left;
}

.navlink-2.w--current {
  color: var(--royal-blue);
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}

.navlink-2.sub {
  color: #333;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}

.navlink-2.sub:hover {
  color: var(--royal-blue);
  text-decoration: none;
}

.div-block-44 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  display: none;
  position: relative;
}

.footer-paragraph-2 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
}

.footer-header {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.heading {
  margin-top: 10px;
}

.form-line {
  color: #878897;
  background-color: #0000;
  border: 1px solid #000;
}

.form-line.adjust {
  margin-bottom: 40px;
}

.div-block-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-left: 100px;
  display: flex;
}

.giant-header {
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.giant-header.contact {
  text-align: center;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 9px;
  font-weight: 500;
  line-height: 40px;
}

.giant-header.contact.bold {
  text-align: center;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 100px;
  display: grid;
}

.div-block-27 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-header-wrap.left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
}

.button {
  background-color: var(--black);
  color: #f3f2f2;
  padding: 12px 30px;
  font-size: 16px;
  transition: color .2s, border-color .2s;
}

.button:hover {
  color: #e9e9e9;
  background-color: #505050;
}

.div-block-45 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-content-2 {
  border-style: solid;
  border-width: 10px;
  border-color: var(--royal-blue) var(--firebrick) var(--firebrick) var(--royal-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-info {
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.subtitle-3 {
  z-index: 10;
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-3.white {
  color: #fff;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-scrolling-wrapper {
  width: 100%;
  height: 100%;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  background-color: #fff;
  border-color: #c0c0d333;
}

.section-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.pic {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pic.medical_pic16 {
  background-image: url('../images/尾山台歯科クリニック_静止画05.jpg');
}

.pic.medical_pic15 {
  background-image: url('../images/尾山台歯科クリニック_静止画54.jpg');
}

.pic.medical_pic23 {
  background-image: url('../images/尾山台歯科クリニック_静止画29.jpg');
  background-position: 0%;
}

.banner-items {
  background-color: var(--white-smoke-2);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.subtitle-wrapper-3 {
  margin-bottom: 18px;
}

.subtitle-wrapper-3.clip {
  justify-content: center;
  display: flex;
}

.div-block-161 {
  background-color: #382c1f;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

._10pxmargin {
  height: 10px;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 3px;
  border-color: var(--royal-blue) var(--firebrick) var(--firebrick) var(--royal-blue);
  background-color: var(--white);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 10px 10px 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

._2_contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.div-block-162 {
  background-color: var(--white-smoke-2);
  border-radius: 7px;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.background-banner {
  background-image: url('../images/6348db0ca7fa35ebba63c1e0_創業時の写真_10-min.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.kv_space {
  background-image: url('../images/尾山台歯科クリニック_静止画12.jpg');
}

.background-banner.recruit_kv {
  background-image: url('../images/img_aboutus_01_waifu2x_photo_noise2_scale-min.png');
  background-position: 50% 0;
}

.background-banner.shop_kv {
  background-image: url('../images/6348b91aa7fa35aa1e634bda_20221014_バザール_middle_150kb_ミスドコルトンプラザ店_60-min.jpeg');
  background-position: 50% 24%;
}

.large-heading {
  line-height: 1.15em;
}

.details-of-price-rules {
  border-style: solid;
  border-width: 3px;
  border-color: var(--royal-blue) var(--firebrick) var(--firebrick) var(--royal-blue);
  background-color: #fdfdfd;
  width: 100%;
  margin-bottom: 100px;
  padding: 40px;
}

.heading-23 {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  padding-left: 24px;
  display: grid;
}

.clip {
  width: 100%;
  position: relative;
  overflow: hidden;
}

._2_jump {
  flex-direction: row;
  display: flex;
}

.dark-dot {
  background-color: var(--black);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.jumplink_after_div {
  width: 0;
  height: auto;
  display: block;
}

.body-display-3 {
  text-align: left;
  width: 700px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 23px;
}

.heading-26 {
  margin-bottom: 10px;
}

.service-examples-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 2vw;
  display: flex;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

._100pxmargin {
  height: 100px;
}

.services-wrapper {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  padding-top: 60px;
  display: flex;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vacation-card-arrow {
  width: 14px;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.image-overlay-2 {
  z-index: 1;
  background-color: #090b1969;
  position: absolute;
  inset: 0%;
}

.sticky-services-menu {
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: sticky;
  top: 100px;
  overflow: visible;
}

.sticky-services-menu.extra-top-margin {
  width: 50vw;
  top: 148px;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.banner-intro {
  z-index: 20;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.service-list-item {
  border-bottom: 1px solid #889ea833;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.service-item-top {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.div-block-163 {
  background-color: #fff7ef;
  border-radius: 7px;
  margin-top: 20px;
  padding: 20px;
}

.div-block-160 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.subtitle-4 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
}

.service-item-bottom {
  overflow: hidden;
}

.heading-24 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.div-block-158 {
  border: 1px solid #382c1f;
  border-radius: 7px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.plus-lottie {
  justify-content: center;
  align-items: center;
  width: 18px;
  padding-top: 6px;
  display: flex;
}

.shoppic_01 {
  background-image: url('../images/市川駅前ショップ_min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 11px;
  min-width: 100%;
  min-height: 400px;
  margin-bottom: 10px;
}

.shoppic_01.shoppic_02 {
  background-image: url('../images/本八幡ショップ_min.jpg');
}

.shoppic_01.shoppic_03 {
  background-image: url('../images/ニッケコルトンプラザショップ_min.jpg');
}

.shoppic_01.shoppic_04 {
  background-image: url('../images/行徳駅前ショップ_min.jpg');
}

.shoppic_01.shoppic_05 {
  background-image: url('../images/船橋本町ショップ_min.jpg');
}

.shoppic_01.shoppic_06 {
  background-image: url('../images/船橋FACEショップ_min.jpg');
}

.shoppic_01.shoppic_07 {
  background-image: url('../images/イオンモール船橋ショップ_min.jpg');
}

.shoppic_01.shoppic_08 {
  background-image: url('../images/ららぽーとTB-ショップ_min.jpg');
}

.shoppic_01.shoppic_09 {
  background-image: url('../images/津田沼_color.jpg');
}

.shoppic_01.shoppic_10 {
  background-image: url('../images/ダイバーシティ東京プラザショップ_min.jpg');
}

.shoppic_01.shoppic_11 {
  background-image: url('../images/ららテラス_color.jpg');
}

.page_first {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-165 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lottie-animation-2 {
  min-width: 300px;
  min-height: 300px;
  transform: rotate(315deg);
}

.div-block-166 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-167 {
  background-image: url('../images/bazar_c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100px;
  min-height: 100px;
}

.div-block-168 {
  background-image: url('../images/android-chrome-256x256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 150px;
  min-height: 150px;
}

.link-block {
  background-image: linear-gradient(#fff, #fff);
  border: 3px solid #a3a3a3;
  border-radius: 10px;
  min-width: 60px;
  min-height: 60px;
  padding: 5px;
}

.div-block-169 {
  background-image: url('../images/android-chrome-256x256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  min-height: 60px;
}

._20pxmargin {
  min-width: 20px;
}

.div-block-170, .div-block-171 {
  display: flex;
}

.text-block {
  margin-bottom: 10px;
}

.image {
  position: absolute;
  inset: auto;
}

.text-block-2 {
  font-size: 20px;
  line-height: 50px;
}

.private, .div-block-172 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.private_div {
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.link {
  color: var(--royal-blue);
  text-decoration: none;
}

.slider {
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 390px;
  display: flex;
  position: relative;
}

.image-4, .image-5, .image-6, .image-7 {
  position: relative;
}

.div-block-173 {
  height: 30px;
}

.div-block-174 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-3 {
  font-size: 12px;
}

.text-block-4 {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-5 {
  line-height: 20px;
}

.div-block-175 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer {
  background-color: var(--white-smoke-3);
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  box-shadow: 0 0 4px #97977ea1;
}

.text-block-6 {
  color: var(--black);
  font-size: 12px;
  font-weight: 500;
}

.div-block-176 {
  background-image: url('../images/Frame-69.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .service-item-top {
    grid-column-gap: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-29 {
    width: 100%;
  }

  ._2_contents {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-162 {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-item-top {
    grid-column-gap: 60px;
  }

  .div-block-174 {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .contents {
    border-width: 7px;
  }

  .ths11-hero-blocks-wrapper {
    z-index: 1;
    width: 70vw;
    position: relative;
  }

  .ths11-hero-blocks-wrapper.ths11-width-b {
    width: 30vw;
  }

  .ths11-hero-blocks-wrapper.ths11-width-c {
    width: 40vw;
    position: relative;
  }

  .ths11-hero-blocks-wrapper.ths11-width-d {
    z-index: 1;
    width: 60vw;
    position: relative;
  }

  .ths11-hero-slider-wrapper {
    height: 30vh;
  }

  .ths11-hero-block {
    height: 20vh;
  }

  .ths11-hero-block.ths11-height-32-5vh {
    height: 15vh;
  }

  .hero-i-can-help {
    margin-bottom: 1em;
    margin-left: .4em;
  }

  .logo, .logo-text, .navigation-item {
    font-size: 1em;
  }

  .front {
    padding: 40px;
  }

  .hero-content {
    margin-left: 0;
  }

  .navigation {
    grid-row-gap: 1em;
  }

  .hero-logo {
    margin-bottom: 3em;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .back {
    flex-direction: column;
    justify-content: center;
  }

  .dropdown-innerlist {
    background-color: #b8b8b01f;
    border-radius: 0;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: inset 0 0 8px #b9b9b963;
  }

  .dropdown-list-2 {
    box-shadow: none;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40 {
    align-items: stretch;
    display: flex;
  }

  .dropdownlink-container {
    justify-content: space-between;
    align-items: stretch;
    width: 220px;
    padding-right: 0;
    display: flex;
  }

  .down {
    color: #abad1d;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Varela Round, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .div-block-41 {
    height: 70px;
  }

  .nav-menu {
    z-index: 5;
    background-color: #f4f4efe6;
    align-items: flex-start;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
    top: 0%;
    left: auto;
    right: 0%;
    box-shadow: -3px 6px 10px -6px #0000004d;
  }

  .navlink {
    flex: 1;
    height: 40px;
    padding: 5px 15px;
  }

  .navlink:hover {
    color: #abad1d;
    text-decoration: none;
  }

  .navlink.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .navlink.sub {
    color: #333;
    flex: 1;
    width: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    display: block;
  }

  .navlink.sub:hover {
    text-decoration: none;
  }

  .brand-2.w--current {
    width: 20vw;
  }

  .menu-button-2 {
    object-fit: fill;
    align-self: center;
    padding: 13px;
    overflow: hidden;
  }

  .menu-button-2.w--open {
    z-index: 10;
    background-color: #0000;
  }

  .dropdowncontainer {
    color: #000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-42 {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
  }

  .lottie-animation {
    filter: grayscale();
    width: 30px;
    height: 30px;
    position: relative;
  }

  .div-block-43 {
    align-items: stretch;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .navlink-2 {
    flex: 1;
    height: 40px;
    padding: 5px 15px;
  }

  .navlink-2:hover {
    color: var(--royal-blue);
    text-decoration: none;
  }

  .navlink-2.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .navlink-2.sub {
    color: #333;
    flex: 1;
    width: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    display: block;
  }

  .navlink-2.sub:hover {
    text-decoration: none;
  }

  .div-block-44 {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
  }

  .footer-paragraph-2 {
    font-size: 1em;
  }

  .div-block-28 {
    padding-left: 20px;
  }

  .giant-header.contact {
    margin-bottom: 2px;
    font-size: 3vw;
  }

  .giant-header.contact.bold {
    font-size: 3vw;
  }

  .grid {
    padding-right: 20px;
  }

  .footer-header-wrap {
    width: auto;
  }

  .banner-content-2 {
    border-width: 3px;
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper {
    width: 96vw;
  }

  .section-2 {
    padding: 90px 5vw 80px;
  }

  .subtitle-wrapper-3 {
    margin-bottom: 0;
  }

  .details-of-price-rules {
    border-width: 3px;
    padding: 20px;
  }

  .banner-items-wrapper {
    align-items: center;
    height: 60px;
    display: flex;
  }

  .list-heading-wrapper {
    display: none;
  }

  ._2_jump {
    flex-direction: column;
    align-items: stretch;
  }

  .jumplink_after_div {
    align-items: flex-start;
    width: auto;
    height: 0;
    display: flex;
  }

  .jumplink_after_div:focus-visible, .jumplink_after_div[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 0 solid #fff;
  }

  .body-display-3 {
    margin-left: 0;
  }

  .service-examples-wrapper {
    padding-left: 0;
  }

  .page-info-ribbon {
    grid-template-columns: 1fr;
    display: none;
  }

  ._100pxmargin {
    height: 60px;
  }

  .services-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr .25fr;
    padding-top: 0;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    top: 0;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .link-block {
    margin-left: 0;
  }

  ._20pxmargin {
    min-height: 20px;
  }

  .div-block-170, .div-block-171 {
    height: 50vh;
    position: relative;
  }

  .div-block-173 {
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .contents {
    border-width: 5px;
  }

  .hero-i-can-help {
    margin-left: 2px;
  }

  .navigation-item {
    margin-bottom: 0;
    font-size: .85em;
  }

  .front {
    padding: 20px;
  }

  .hero-content {
    margin-left: 0;
  }

  .navigation {
    grid-auto-columns: 1fr;
    align-self: flex-end;
    width: auto;
  }

  .hero-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .down {
    width: auto;
  }

  .navlink.sub {
    width: 230px;
    font-size: 12px;
    line-height: 20px;
  }

  .brand-2.w--current {
    width: 30vw;
  }

  .navlink-2.sub {
    width: 230px;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-28 {
    margin-bottom: auto;
    padding-left: 0;
  }

  .giant-header.contact, .giant-header.contact.bold {
    font-size: 4vw;
  }

  .grid {
    flex-direction: column;
    padding-left: 20px;
    display: flex;
  }

  .footer-header-wrap.left {
    margin-bottom: 20px;
  }

  .services-info {
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-top: 84px;
    padding-bottom: 60px;
  }

  .banner-items {
    height: 80px;
  }

  .heading-23 {
    font-size: 28px;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .body-display-3 {
    font-size: 14px;
  }

  .service-examples-wrapper {
    grid-template-columns: 1fr;
  }

  ._100pxmargin {
    height: 50px;
  }

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .service-item-top {
    grid-template-columns: 1fr auto;
  }

  .shoppic_01 {
    min-width: auto;
    min-height: 310px;
  }

  .div-block-165 {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .lottie-animation-2 {
    min-width: 150px;
    min-height: 150px;
  }

  .div-block-167 {
    min-width: 80px;
    min-height: 75px;
  }

  .div-block-168 {
    min-width: 110px;
    min-height: 120px;
  }

  .private_div {
    width: 250px;
  }

  .slider {
    width: 100%;
    height: 330px;
  }

  .image-7 {
    max-width: none;
  }

  .image-9 {
    max-width: none;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-i-can-help {
    font-size: 10px;
    line-height: 17px;
  }

  .front {
    padding: 20px;
  }

  .navigation {
    align-self: flex-start;
  }

  .hero-heading {
    font-size: 18px;
    line-height: 30px;
  }

  .navlink.sub {
    width: 220px;
  }

  .brand-2.w--current {
    width: 50vw;
  }

  .navlink-2.sub {
    width: 220px;
  }

  .footer-header {
    margin-bottom: 9px;
  }

  .form-2 {
    flex-direction: column;
    display: flex;
  }

  .form-line.adjust {
    height: 140px;
    margin-bottom: 10px;
  }

  .giant-header {
    text-align: center;
    font-size: 20vw;
  }

  .giant-header.contact {
    font-size: 5vw;
  }

  .giant-header.contact.bold {
    margin-bottom: auto;
    font-size: 5vw;
    line-height: 1.3em;
  }

  .div-block-15 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-header-wrap.left {
    margin-bottom: 2%;
  }

  .button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .banner-content-2 {
    min-height: auto;
    padding: 48px 12px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .section-2 {
    padding-top: 80px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .pic {
    height: 200px;
  }

  .div-block-162 {
    padding: 10px;
  }

  .large-heading {
    font-size: 24px;
  }

  .details-of-price-rules {
    padding: 20px 13px 10px;
  }

  .heading-23 {
    font-size: 23px;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .body-display-3 {
    font-size: 13px;
  }

  ._100pxmargin {
    height: 20px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .shoppic_01 {
    min-height: 180px;
  }

  .slider {
    height: 230px;
  }
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d065-99b8190e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d073-99b8190e {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d083-99b8190e, #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d085-99b8190e, #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d079-99b8190e, #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d07b-99b8190e, #w-node-d57dd75a-926f-fc8c-efdd-7c277386fa40-99b8190e, #w-node-d57dd75a-926f-fc8c-efdd-7c277386fa42-99b8190e {
  align-self: center;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d09b-99b8190e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d065-6e803fcf {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d073-6e803fcf {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_18307c40-a89d-62f1-9bae-3c2d851f5a53-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d083-6e803fcf, #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d085-6e803fcf {
  align-self: center;
}

#w-node-_3cdb002c-745d-97ac-fd84-1ab79fee6931-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d079-6e803fcf, #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d07b-6e803fcf, #w-node-_57c34a6d-aabb-322b-46c8-65473d94ed94-6e803fcf, #w-node-_57c34a6d-aabb-322b-46c8-65473d94ed96-6e803fcf, #w-node-b975776c-bc18-d9c7-ee81-d09ef78729c1-6e803fcf, #w-node-b975776c-bc18-d9c7-ee81-d09ef78729c3-6e803fcf, #w-node-_3549c3f1-6917-1cce-0eb4-e06f4d3f1ed6-6e803fcf, #w-node-_3549c3f1-6917-1cce-0eb4-e06f4d3f1ed8-6e803fcf {
  align-self: center;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d09b-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9832603f-f5dc-4c2a-85d8-98f7fa5763eb-6e803fcf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9832603f-f5dc-4c2a-85d8-98f7fa5763ed-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9832603f-f5dc-4c2a-85d8-98f7fa5763ee-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9832603f-f5dc-4c2a-85d8-98f7fa5763f2-6e803fcf {
  align-self: start;
}

#w-node-_6b3e36a4-34bf-3e3a-a153-70fb1b048900-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b3e36a4-34bf-3e3a-a153-70fb1b048901-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b3e36a4-34bf-3e3a-a153-70fb1b048905-6e803fcf {
  align-self: start;
}

#w-node-c6c1a218-3685-9923-bd97-f3f61fad3143-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6c1a218-3685-9923-bd97-f3f61fad3144-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6c1a218-3685-9923-bd97-f3f61fad3148-6e803fcf {
  align-self: start;
}

#w-node-_9a12fe8f-2dec-c299-0407-c25a2e645110-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a12fe8f-2dec-c299-0407-c25a2e645111-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a12fe8f-2dec-c299-0407-c25a2e645114-6e803fcf {
  align-self: start;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df391-6e803fcf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df395-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df396-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df399-6e803fcf {
  align-self: start;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df3a1-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df3a2-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df3a5-6e803fcf {
  align-self: start;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df3af-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df3b0-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df3b3-6e803fcf {
  align-self: start;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df3bd-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df3be-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_360143ee-0832-8df5-2c09-f694959df3c1-6e803fcf {
  align-self: start;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf0d5-6e803fcf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf0d9-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf0da-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf0dd-6e803fcf {
  align-self: start;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf0e5-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf0e6-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf0e9-6e803fcf {
  align-self: start;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf0f3-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf0f4-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf0f7-6e803fcf {
  align-self: start;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf101-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf102-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eda1badc-3349-cadb-1122-b8f29febf105-6e803fcf {
  align-self: start;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9a7e-6e803fcf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9a82-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9a83-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9a86-6e803fcf {
  align-self: start;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9a8e-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9a8f-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9a92-6e803fcf {
  align-self: start;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9aa1-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9aa2-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9aa5-6e803fcf {
  align-self: start;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9ab2-6e803fcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9ab3-6e803fcf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85e7b268-462a-3615-afd5-e32fbdca9ab6-6e803fcf {
  align-self: start;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d065-9db4704c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d073-9db4704c {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d083-9db4704c, #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d085-9db4704c, #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d079-9db4704c, #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d07b-9db4704c, #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d07e-9db4704c, #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d080-9db4704c, #w-node-_57c34a6d-aabb-322b-46c8-65473d94ed94-9db4704c, #w-node-_57c34a6d-aabb-322b-46c8-65473d94ed96-9db4704c, #w-node-_67bdbba0-5d94-3f2c-24c4-099ece574e46-9db4704c, #w-node-_67bdbba0-5d94-3f2c-24c4-099ece574e48-9db4704c, #w-node-_372524ce-f26b-e33b-7889-071033eb4efe-9db4704c, #w-node-_372524ce-f26b-e33b-7889-071033eb4f00-9db4704c, #w-node-a55a0cd3-3357-9497-3d41-3de38425338d-9db4704c, #w-node-a55a0cd3-3357-9497-3d41-3de38425338f-9db4704c, #w-node-_859335e1-f741-12b8-ba19-7769a10ecaeb-9db4704c, #w-node-_859335e1-f741-12b8-ba19-7769a10ecaed-9db4704c, #w-node-_1315dd03-0884-1374-17e4-c4781ad65844-9db4704c, #w-node-_1315dd03-0884-1374-17e4-c4781ad65846-9db4704c, #w-node-_23c1bc2e-25d4-5c3f-da1b-53964516b6fa-9db4704c, #w-node-_23c1bc2e-25d4-5c3f-da1b-53964516b6fc-9db4704c, #w-node-_820977e7-aea4-7e3d-0203-c4160132245f-9db4704c, #w-node-_820977e7-aea4-7e3d-0203-c41601322463-9db4704c {
  align-self: center;
}

#w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d09b-9db4704c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f70b1b4-f206-4191-d5ee-874546e0086f-9db4704c, #w-node-_1f70b1b4-f206-4191-d5ee-874546e00871-9db4704c, #w-node-_7107eede-e56c-4dae-c4a2-7beeff06dba6-9db4704c, #w-node-_7107eede-e56c-4dae-c4a2-7beeff06dba8-9db4704c, #w-node-_7eb4a325-6c80-0d84-bacd-e5330d0af3b3-9db4704c, #w-node-_7eb4a325-6c80-0d84-bacd-e5330d0af3b5-9db4704c, #w-node-_802a0e62-99da-4fc9-857c-5015fddd4736-9db4704c, #w-node-_802a0e62-99da-4fc9-857c-5015fddd4738-9db4704c, #w-node-e69e15c8-d2ab-4050-6ba3-89ec8c0d18ee-9db4704c, #w-node-e69e15c8-d2ab-4050-6ba3-89ec8c0d18f0-9db4704c, #w-node-e1d4bc94-0e4e-7754-0aa3-9d5bed6276df-9db4704c, #w-node-e1d4bc94-0e4e-7754-0aa3-9d5bed6276e1-9db4704c, #w-node-e8b3fe53-4698-3966-cb3f-d1db14df8ba1-9db4704c, #w-node-e8b3fe53-4698-3966-cb3f-d1db14df8ba3-9db4704c, #w-node-_1d9a621a-f60f-d6cd-ee7a-6a3cdd0eb879-9db4704c, #w-node-_1d9a621a-f60f-d6cd-ee7a-6a3cdd0eb87b-9db4704c, #w-node-db6396b9-0121-da71-cd95-212347e25b33-9db4704c, #w-node-db6396b9-0121-da71-cd95-212347e25b35-9db4704c, #w-node-_2ed3e14d-8b18-3ce5-770d-dc6a12fb6b46-9db4704c, #w-node-_2ed3e14d-8b18-3ce5-770d-dc6a12fb6b48-9db4704c, #w-node-dbf5cb8f-91b5-ca18-60ea-6513f9c6343a-9db4704c, #w-node-dbf5cb8f-91b5-ca18-60ea-6513f9c6343c-9db4704c {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d073-99b8190e {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d09b-99b8190e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d073-6e803fcf {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d09b-6e803fcf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d073-9db4704c {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d09b-9db4704c {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d065-99b8190e {
    grid-column: 1 / 3;
  }

  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d09b-99b8190e {
    grid-column-end: 2;
  }

  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d065-6e803fcf {
    grid-column: 1 / 3;
  }

  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d09b-6e803fcf {
    grid-column-end: 2;
  }

  #w-node-_9832603f-f5dc-4c2a-85d8-98f7fa5763eb-6e803fcf, #w-node-_360143ee-0832-8df5-2c09-f694959df391-6e803fcf, #w-node-eda1badc-3349-cadb-1122-b8f29febf0d5-6e803fcf, #w-node-_85e7b268-462a-3615-afd5-e32fbdca9a7e-6e803fcf {
    grid-column: span 2 / span 2;
  }

  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d065-9db4704c {
    grid-column: 1 / 3;
  }

  #w-node-_7a0eba0f-45ff-319a-c4a4-2e93fd03d09b-9db4704c {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9832603f-f5dc-4c2a-85d8-98f7fa5763ee-6e803fcf, #w-node-_6b3e36a4-34bf-3e3a-a153-70fb1b048901-6e803fcf, #w-node-c6c1a218-3685-9923-bd97-f3f61fad3144-6e803fcf, #w-node-_9a12fe8f-2dec-c299-0407-c25a2e645111-6e803fcf, #w-node-_360143ee-0832-8df5-2c09-f694959df396-6e803fcf, #w-node-_360143ee-0832-8df5-2c09-f694959df3a2-6e803fcf, #w-node-_360143ee-0832-8df5-2c09-f694959df3b0-6e803fcf, #w-node-_360143ee-0832-8df5-2c09-f694959df3be-6e803fcf, #w-node-eda1badc-3349-cadb-1122-b8f29febf0da-6e803fcf, #w-node-eda1badc-3349-cadb-1122-b8f29febf0e6-6e803fcf, #w-node-eda1badc-3349-cadb-1122-b8f29febf0f4-6e803fcf, #w-node-eda1badc-3349-cadb-1122-b8f29febf102-6e803fcf, #w-node-_85e7b268-462a-3615-afd5-e32fbdca9a83-6e803fcf, #w-node-_85e7b268-462a-3615-afd5-e32fbdca9a8f-6e803fcf, #w-node-_85e7b268-462a-3615-afd5-e32fbdca9aa2-6e803fcf, #w-node-_85e7b268-462a-3615-afd5-e32fbdca9ab3-6e803fcf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-Bold.ttf') format('truetype'), url('../fonts/Rebeqa-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Rebeqa-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}