@charset "UTF-8";
.pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.pc_lg {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .pc_lg {
    display: block !important;
  }
}

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

.btn_more {
  font-family: "Oswald", sans-serif;
}

.heading .en, .footer_copyright {
  font-family: "Roboto", sans-serif;
}

html {
  line-height: 1.6;
  scrollbar-width: thin;
  overflow-y: scroll;
  scroll-padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #545251;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  width: 100%;
  padding-top: 90px;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 153px;
  }
}

@media only screen and (min-width: 768px) {
  a {
    transition: opacity 150ms linear;
  }
  a:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

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

address {
  font-style: normal;
}

.wrapper,
#wrapper {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
}

/** -- ▷ header -- */
.header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .header {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(to right, #fff 0);
    background-size: 100% 61px;
    background-repeat: no-repeat;
    background-position: 0 25px;
    background-position: 0 clamp(23px, (1200px - 100vw) * 1000, 25px);
  }
}
.header_inner {
  display: flex;
  align-items: center;
  padding: 10px 10px 20px 18px;
}
@media only screen and (min-width: 1025px) {
  .header_inner {
    padding-top: 6px;
    padding-left: 23px;
    padding-right: 46px;
    padding-right: clamp(
        2rem,
        calc(2rem + 0.0693333333 * (100vw - 1025px)),
        4.6rem
    );
    padding-bottom: 0;
  }
}
.header_logo {
  margin-right: auto;
}
.header_logo_link {
  width: 179px;
  display: block;
  position: relative;
  top: 8px;
}
@media only screen and (min-width: 1025px) {
  .header_logo_link {
    width: 245.68px;
    width: clamp(
        14rem,
        calc(14rem + 0.2818133333 * (100vw - 1025px)),
        24.568rem
    );
    top: 3px;
  }
}
.header_menu {
  display: none;
  gap: 50.5px;
  gap: clamp(
        2rem,
        calc(2rem + 0.0813333333 * (100vw - 1025px)),
        5.05rem
    );
  align-items: center;
  position: relative;
  padding: 13px 16px 7px 75px;
  padding-left: clamp(
        4rem,
        calc(4rem + 0.0933333333 * (100vw - 1025px)),
        7.5rem
    );
}
@media only screen and (min-width: 1025px) {
  .header_menu {
    display: flex;
  }
}
.header_menu::after {
  content: "";
  width: 1914px;
  height: 61px;
  background-image: url("./../images/common/bg_menu.webp");
  background-size: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.header_menu_item.has_sub_menu {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header_menu_item.has_sub_menu:hover::after {
    rotate: 225deg;
  }
  .header_menu_item.has_sub_menu:hover .header_sub_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header_menu_item.has_sub_menu:hover .header_sub_menu::after {
    scale: 1 1;
  }
  .header_menu_item.has_sub_menu:hover .header_sub_menu_item {
    opacity: 1;
  }
}
.header_menu_item.has_sub_menu::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  rotate: 45deg;
  transition: rotate 300ms ease;
  pointer-events: none;
}
.header_menu_item_link {
  font-weight: 900;
  line-height: 2.4375;
  color: #fff;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .header_menu_item_link {
    font-size: 1.6rem;
    font-size: clamp(
        1.4rem,
        calc(1.4rem + 0.0053333333 * (100vw - 1025px)),
        1.6rem
    );
    transition: 300ms ease;
    transform-origin: bottom center;
  }
  .header_menu_item_link:hover {
    opacity: 1;
    scale: 1.25;
    color: #002c34;
  }
}
.header_sub_menu {
  width: 171px;
  position: absolute;
  top: calc(100% + 7px);
  left: calc(50% - 2px);
  padding: 8px 6px 0;
  translate: -50% 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 500ms ease;
}
.header_sub_menu::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -7px;
  left: 0;
}
.header_sub_menu::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #5eb7e8;
  transform-origin: top center;
  transition: 300ms ease;
  scale: 1 0;
}
.header_sub_menu li:nth-child(1) .header_sub_menu_item_link {
  border: 0;
}
.header_sub_menu_item_link {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: 0;
  border-top: 1px solid currentColor;
  padding-top: 7px;
  padding-bottom: 8px;
}
.header_contact {
  --background-color: #fff;
  --hover-background-color: #fff;
  --icon-width: 0px;
  width: 55px;
  height: 48px;
  position: relative;
  background-color: var(--background-color);
  mask-image: url("./../images/common/img_frame.svg");
  mask-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .header_contact {
    width: 54.93px;
    height: 48.22px;
    transition: background-color 300ms ease;
  }
  .header_contact:hover {
    opacity: 1;
    background-color: var(--hover-background-color);
  }
}
@media only screen and (min-width: 1025px) {
  .header_contact {
    width: 104px;
    height: 92px;
  }
}
.header_contact[data-themes=recruit] {
  --background-color: #588df0;
  --hover-background-color: #3972dd;
  --icon-width: 26.84px;
  right: -14px;
}
@media only screen and (min-width: 1025px) {
  .header_contact[data-themes=recruit] {
    --icon-width: 34.1px;
    top: 40px;
    right: -7px;
    padding-top: 4px;
  }
}
.header_contact[data-themes=mail] {
  --background-color: #fc83b6;
  --hover-background-color: #ef71a7;
  --icon-width: 27.93px;
  top: 27px;
  right: -7px;
}
@media only screen and (min-width: 1025px) {
  .header_contact[data-themes=mail] {
    --icon-width: 35.61px;
    gap: 3px;
    top: -6px;
    right: 0;
    padding-top: 6px;
  }
}
.header_contact img {
  width: var(--icon-width);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav {
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 500ms linear;
  padding: 87px 0px 60px;
}
@media only screen and (min-width: 1025px) {
  .nav {
    transition: none;
  }
}
.nav.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nav.is_open .nav_inner {
  translate: none;
}
.nav_toggler {
  width: 54.93px;
  height: 48.22px;
  position: relative;
  background-color: #5eb7e8;
  mask-image: url("./../images/common/img_frame.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) {
  .nav_toggler {
    display: none;
  }
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(1) {
  top: 50%;
  rotate: 45deg;
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(2) {
  opacity: 0;
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(3) {
  top: 50%;
  rotate: -45deg;
}
.nav_toggler.is_open .nav_toggler_state_txt:nth-child(1) {
  opacity: 0;
}
.nav_toggler.is_open .nav_toggler_state_txt:nth-child(2) {
  opacity: 1;
}
.nav_toggler_box {
  width: 22.72px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.nav_toggler_bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  border-radius: 2px;
  transition: rotate 150ms linear;
}
.nav_toggler_bar:nth-child(1) {
  top: 0;
}
.nav_toggler_bar:nth-child(2) {
  top: 50%;
}
.nav_toggler_bar:nth-child(3) {
  top: 100%;
}
.nav_mask {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #fff;
}
.nav_inner {
  width: 274px;
  position: relative;
  margin-left: auto;
  overflow: hidden;
  padding-top: 70px;
  translate: 100% 0;
  transition: 500ms cubic-bezier(0.02, 0.69, 0.52, 1.26);
}
.nav_decoration {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 150px, #5eb7e8 0);
}
.nav_decoration::before {
  content: "";
  width: 274px;
  height: 192px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./../images/common/bg_menu_sp.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}
.nav_menu {
  display: flex;
  gap: 6px;
  flex-direction: column;
}
.nav_menu_ova {
  width: 100%;
  max-height: calc(100vh - 156px);
  overflow: auto;
}
.nav_menu_inner {
  padding-left: 87px;
  padding-bottom: 60px;
}
.nav_menu_tag {
  font-size: 6.7rem;
  font-weight: 900;
  line-height: 1;
  color: #abd3ea;
  position: absolute;
  top: 36px;
  left: -10px;
  transform-origin: left bottom;
  rotate: 90deg;
}
.nav_menu_item_link {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.nav_menu_item_link.has_sub_menu {
  display: inline-flex;
  gap: 18px;
}
.nav_menu_item_link.has_sub_menu::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  top: 7px;
  rotate: 45deg;
}
.nav_sub_menu {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  display: flex;
  gap: 7.8px;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 8px;
  padding-bottom: 7px;
}
.nav_sub_menu_item_link {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}
.nav_sub_menu_item_link::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 9px;
  flex-shrink: 0;
  position: relative;
  top: 9px;
  left: 1px;
}

/** -- ▷ footer -- */
.footer {
  padding-top: 43px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 96px;
    padding-bottom: 20px;
  }
}
.footer_grid {
  display: flex;
  gap: 6px 37px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .footer_grid {
    gap: 0;
    justify-content: space-between;
    padding-left: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer_grid {
    justify-content: flex-start;
  }
}
.footer_grid_col:nth-child(1) {
  width: 84px;
}
@media only screen and (min-width: 768px) {
  .footer_grid_col:nth-child(1) {
    width: 258px;
    width: clamp(
        15rem,
        calc(15rem + 0.420233463 * (100vw - 768px)),
        25.8rem
    );
  }
}
.footer_grid_col:nth-child(2) {
  width: calc(100% - 84px - 37px);
  margin-top: -3px;
}
@media only screen and (min-width: 768px) {
  .footer_grid_col:nth-child(2) {
    width: 198px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer_grid_col:nth-child(2) {
    margin-top: -8px;
    margin-left: 88px;
    margin-left: clamp(
        6rem,
        calc(6rem + 0.0746666667 * (100vw - 1025px)),
        8.8rem
    );
  }
}
.footer_grid_col:nth-child(3) {
  width: calc(100% - 84px - 37px);
  order: 4;
}
@media only screen and (min-width: 768px) {
  .footer_grid_col:nth-child(3) {
    width: 240px;
    order: 3;
  }
}
@media only screen and (min-width: 1025px) {
  .footer_grid_col:nth-child(3) {
    margin-top: -8px;
    margin-left: 68px;
    margin-left: clamp(
        2rem,
        calc(2rem + 0.128 * (100vw - 1025px)),
        6.8rem
    );
  }
}
.footer_grid_col:nth-child(4) {
  width: 84px;
  order: 3;
  display: flex;
  gap: 7px;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .footer_grid_col:nth-child(4) {
    width: 100%;
    order: 4;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0px 40px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .footer_grid_col:nth-child(4) {
    width: 118px;
    width: clamp(118px, (1025px - 100vw) * 1000, 100%);
    display: block;
    margin-top: -1px;
    margin-left: 41px;
    margin-left: clamp(
        2rem,
        calc(2rem + 0.056 * (100vw - 1025px)),
        4.1rem
    );
  }
}
.footer_logo {
  display: block;
  margin-left: -3.8px;
}
@media only screen and (min-width: 768px) {
  .footer_logo {
    margin-left: 0;
  }
}
.footer_menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .footer_menu {
    gap: 9.7px;
  }
}
@media only screen and (min-width: 768px) {
  .footer_menu li:nth-child(1) .footer_menu_link {
    font-size: 1.7rem;
  }
}
.footer_menu_link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.375;
  display: inline-flex;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .footer_menu_link {
    font-size: 1.7rem;
    gap: 8px;
  }
}
.footer_menu_link::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-color: #5eb7e8;
  mask-image: url("./../images/common/img_frame.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  position: relative;
  top: 2.5px;
}
@media only screen and (min-width: 768px) {
  .footer_menu_link::before {
    width: 17px;
    height: 15px;
    top: 5px;
  }
}
.footer_sub_menu {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  gap: 0;
  flex-direction: column;
  justify-content: center;
  margin-top: -2px;
}
@media only screen and (min-width: 768px) {
  .footer_sub_menu {
    font-size: 1.4rem;
    line-height: 1.4;
    gap: 0.6px;
    margin-top: 3px;
    padding-left: 6px;
  }
}
.footer_sub_menu_link {
  display: inline-flex;
  gap: 4px;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .footer_sub_menu_link {
    gap: 4px;
  }
}
.footer_sub_menu_link::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #5eb7e8;
  border-radius: 99px;
  flex-shrink: 0;
  position: relative;
  top: 7px;
}
@media only screen and (min-width: 768px) {
  .footer_sub_menu_link::before {
    width: 3.33px;
    height: 3.33px;
    top: 8px;
  }
}
.footer_google_partner, .footer_sales_partner, .footer_maces_partner {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_google_partner, .footer_sales_partner, .footer_maces_partner {
    width: clamp(120px, (100vw - 1025px) * 1000, 100%);
  }
}
.footer_copyright {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3333333333;
  margin-top: 8px;
  color: #9b9b9b;
}
@media only screen and (min-width: 768px) {
  .footer_copyright {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .footer_sales_partner {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .footer_maces_partner {
    margin-top: 9px;
  }
}

.totop {
  width: 40px;
  height: 40px;
  background-color: #fff;
  transition: 300ms ease;
  position: relative;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 8px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .totop {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .totop:hover {
    filter: brightness(1.2);
  }
}
.totop.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.totop::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-top: 2px solid #5eb7e8;
  border-right: 2px solid #5eb7e8;
  position: absolute;
  top: 42%;
  left: 50%;
  rotate: -45deg;
  translate: -50% 0;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .totop::after {
    width: 35px;
    height: 35px;
  }
}
.totop_wrap {
  height: 1px;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 54px;
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
  transition: 300ms ease;
}
@media only screen and (min-width: 768px) {
  .totop_wrap {
    max-width: 1200px;
    bottom: 84px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .totop_wrap:has(.is_footer) {
    bottom: 182px;
  }
}

.heading {
  --color: #4c4948;
  display: flex;
  gap: 4px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .heading {
    gap: 0px;
  }
}
.heading[data-align=sm-center] {
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .heading[data-align=sm-center] {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.heading[data-align=center] {
  align-items: center;
  justify-content: center;
}
.heading[data-color-themes="#fff"] {
  --color: #fff;
}
.heading .en,
.heading .jp {
  font-weight: 900;
  color: var(--color);
}
.heading .jp {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .heading .jp {
    font-size: 3.3rem;
  }
}
.heading .en {
  font-size: 3.5rem;
  line-height: 1.12;
}
@media only screen and (min-width: 768px) {
  .heading .en {
    font-size: 7.7rem;
  }
}

.btn_more {
  --btn-width: 109px;
  --btn-height: 29px;
  --btn-bc: #fff0;
  --btn-c: #545251;
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--btn-c);
  width: var(--btn-width);
  height: var(--btn-height);
  background-color: var(--btn-bc);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 99px;
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .btn_more {
    --btn-width: 141px;
    --btn-height: 37px;
    font-size: 2.2rem;
  }
}
.btn_more[data-color-themes="#fff"] {
  --btn-c: #fff;
}
.btn_more::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 50%;
  right: 14px;
  translate: 0 -50%;
  rotate: 45deg;
}
@media only screen and (min-width: 768px) {
  .btn_more::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
.btn_more_wrap {
  display: flex;
}
.btn_more_wrap[data-align=center] {
  justify-content: center;
}
.btn_more__sm {
  --btn-width: 76px;
  --btn-height: 20px;
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .btn_more__sm {
    --btn-width: 107.56px;
    --btn-height: 28.06px;
    font-size: 1.5rem;
  }
}
.btn_more__sm::after {
  width: 4px;
  height: 4px;
  right: 12px;
}
@media only screen and (min-width: 768px) {
  .btn_more__sm::after {
    width: 8px;
    height: 8px;
    right: 12px;
  }
}

.container {
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container_fluid {
  padding-left: 20px;
  padding-right: 20px;
}

html.is_loading #loadding {
  opacity: 1;
  pointer-events: all;
}
html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#loadding {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #5eb7e8;
  opacity: 0;
  transition: opacity 1s ease-out 0.5s;
}

.three-body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.three-body__dot:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}

/*# sourceMappingURL=common.css.map */
