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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

*,
*::before,
*::after {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: 700;
}

input,
button,
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Montserrat", serif;
  font-weight: 400;
  background-color: #F1F1F1;
  color: #0C0C0C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
  font-weight: 700;
  line-height: 1.4;
}

.hide {
  display: none;
}

.hide-txt {
  font-size: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.flex-auto {
  flex: 1 0 auto;
}

.ali-center {
  align-items: center;
}

.ali-start {
  align-items: flex-start;
}

.ali-end {
  align-items: flex-end;
}

.jus-start {
  justify-content: start;
}

.jus-end {
  justify-content: flex-end;
}

.jus-center {
  justify-content: center;
}

.jus-around {
  justify-content: space-around;
}

.jus-between {
  justify-content: space-around;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.flex-grow {
  flex-grow: 1;
}

.row-reverse {
  flex-direction: row-reverse;
}

.container {
  display: block;
  width: 100%;
  margin: 0 auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.highlight {
  color: #EA4335;
}

.bg-black {
  background-color: #000;
}

.view-link {
  color: #0C0C0C;
  font-weight: 500;
}

.card {
  position: relative;
  background-color: transparent;
  width: 100%;
  height: auto;
  perspective: 1000px;
}
.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  transform-style: preserve-3d;
}
.card-front {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.card-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tailored-work--wrap.active:hover .card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.team__item.active:hover .card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.block__header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 10px;
}
.block__body {
  padding: 0 10px;
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.block__action {
  width: 100%;
  height: auto;
  padding: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #0C0C0C;
  border: 1px solid #D9D9D9;
  text-decoration: none;
}

.btn-view--arrow {
  line-height: 0;
}
.btn-view--arrow img {
  width: 100%;
  height: auto;
}

.scrolldown__but {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .main {
    padding-top: clamp(40px, 5.7291666667vw, 90px);
  }
  .scrolldown__but::before {
    content: "";
    width: 3.125vw;
    height: 3.125vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../images/scroll-down-arrow.1825bee47f96.svg") no-repeat center center;
    background-size: 100% auto;
  }
  .sp {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .container.fullscreen {
    height: calc(100vh - clamp(40px, 5.7291666667vw, 90px));
  }
  .view-link {
    font-size: 1.4583333333vw;
  }
  .btn-view {
    font-size: 0.9375vw;
    width: 8.8541666667vw;
    height: 2.2916666667vw;
  }
  .btn-view--arrow {
    width: 1.1458333333vw;
    margin-left: 0.4166666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .main {
    padding-top: 16vw;
  }
  .pc {
    display: none !important;
  }
  .scrolldown__but::before {
    content: "";
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../images/scroll-down-arrow.1825bee47f96.svg") no-repeat center center;
    background-size: 100% auto;
  }
  .view-link {
    font-size: 4.2666666667vw;
  }
  .btn-view {
    font-size: 4.8vw;
    width: 45.3333333333vw;
    height: 11.7333333333vw;
  }
  .btn-view--arrow {
    width: 5.8666666667vw;
    margin-left: 2.1333333333vw;
  }
  .container {
    width: 100%;
  }
  .container.fullscreen {
    height: calc(100vh - 16vw);
  }
}
.scrolldown__but img {
  animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  background-color: #fff;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header.fixed {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header__wrap {
  width: 100%;
}
.header__logo a {
  line-height: 0;
  display: block;
  position: relative;
}
.header__logo a img {
  width: 100%;
  height: auto;
}
.header__logo--white {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.header__nav a {
  font-weight: 500;
  color: #0C0C0C;
  text-decoration: none;
}
.header__nav li.active a {
  color: #EA4335;
}
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  font-weight: 500;
  color: #0C0C0C;
}

@media screen and (min-width: 1024px) {
  .header__container {
    padding: 0 5.1041666667%;
  }
  .header__wrap {
    display: grid;
    height: clamp(40px, 5.7291666667vw, 90px);
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  .header__nav {
    display: flex;
    align-items: center;
  }
  .header__nav ul {
    display: flex;
    align-items: center;
    gap: 3.125vw;
  }
  .header__nav li {
    flex-grow: 1;
  }
  .header__nav a {
    font-size: 1.0416666667vw;
    line-height: 3.125vw;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
  }
  .header__nav a:hover {
    color: #EA4335;
    border-bottom-color: #EA4335;
  }
  .header__logo {
    width: 8.3333333333vw;
  }
  .header__logo--white {
    opacity: 0;
  }
  .header__btn {
    margin-left: auto;
    width: 8.3333333333vw;
    height: 2.6041666667vw;
    font-size: 1.0416666667vw;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .header__btn:hover {
    background-color: #EA4335;
    color: #fff;
  }
  body[data-page=about-us] .header {
    background-color: #000;
  }
  body[data-page=about-us] .header .header__logo--normal {
    opacity: 0;
  }
  body[data-page=about-us] .header .header__logo--white {
    opacity: 1;
  }
  body[data-page=about-us] .header__btn {
    color: #fff;
  }
  body[data-page=about-us] .header__nav li:not(.active) a {
    color: #fff;
  }
  body[data-page=about-us] .header__nav li:not(.active) a:hover {
    color: #EA4335;
  }
}
@media screen and (max-width: 1023px) {
  .header__container {
    padding: 0 5.3333333333%;
  }
  .header__wrap {
    display: flex;
    align-items: center;
    height: 16vw;
  }
  .header__nav {
    position: fixed;
    right: 0;
    top: 16vw;
    width: 100%;
    height: calc(var(--height-16vw));
    padding: 0 5.3333333333%;
    background-color: #000;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    z-index: 10;
  }
  .header__nav ul {
    width: 100%;
    padding: 21.3333333333vw 0;
  }
  .header__nav li {
    margin-bottom: 12.8vw;
  }
  .header__nav li:last-child {
    margin-bottom: 0;
  }
  .header__nav li.active a {
    color: #EA4335;
  }
  .header__nav li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background-color: #EA4335;
  }
  .header__nav a {
    position: relative;
    padding: 5px 0;
    font-size: 7.4666666667vw;
    line-height: 1.2;
    color: #fff;
    font-family: "Anybody", serif;
    font-weight: 400;
  }
  .header__logo {
    position: relative;
    top: 1.3333333333vw;
    width: 32vw;
    z-index: 11;
  }
  .header__logo--white {
    opacity: 0;
  }
  .header__btn {
    margin-left: auto;
    width: 25.6vw;
    height: 8.5333333333vw;
    font-size: 4.2666666667vw;
    z-index: 11;
    position: relative;
  }
  .header__burger {
    position: relative;
    width: 8vw;
    height: 8vw;
    margin-left: 3.7333333333vw;
    cursor: pointer;
    color: #343434;
    z-index: 11;
  }
  .header__burger--close {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .header__burger svg {
    width: 100%;
    height: 100%;
  }
  .header .copyright__top {
    font-family: "Anybody", serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 4.2666666667vw;
    margin-top: auto;
    padding-bottom: 10.6666666667vw;
  }
  .open__menu {
    height: 100%;
    overflow: hidden;
  }
  .open__menu .header {
    background-color: #000;
    height: 100%;
  }
  .open__menu .header__logo--normal {
    opacity: 0;
  }
  .open__menu .header__logo--white {
    opacity: 1;
  }
  .open__menu .header__nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .open__menu .header__btn {
    color: #fff;
  }
  .open__menu .header__burger {
    color: #fff;
  }
  .open__menu .header__burger--normal {
    opacity: 0;
  }
  .open__menu .header__burger--close {
    opacity: 1;
  }
}
.effect {
  background: url("../images/about-why.8103c7fdaf85.jpg") repeat left top;
  background-size: 100% auto;
}
.effect h1,
.effect h2,
.effect h3,
.effect .our-goal__txt {
  font-family: "Anybody", serif;
}
.effect h1,
.effect h2 {
  font-weight: 700;
}
.effect h3 {
  font-weight: 600;
}
.effect-img {
  line-height: 0;
}
.effect-img img {
  width: 100%;
  height: auto;
}
.effect .our-goals {
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
}
.effect .our-goal__txt {
  font-weight: 400;
  line-height: 1.4;
}
.effect-txt {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .effect .container {
    padding: 5.1041666667vw 5.2083333333%;
  }
  .effect h1,
  .effect h2 {
    font-size: 3.75vw;
    line-height: 1.2;
  }
  .effect .our-goal__title h3,
  .effect .our-goal__txt {
    font-size: 2.0833333333vw;
  }
  .effect-box {
    position: relative;
    width: 44.2708333333vw;
    margin: 0 auto;
    margin-bottom: 5.1041666667vw;
  }
  .effect-txt {
    position: absolute;
  }
  .effect-txt__top {
    width: 24.4791666667vw;
    top: 6.7708333333vw;
    left: -15.1041666667vw;
  }
  .effect-txt__bot {
    width: 38.4375vw;
    bottom: 4.1666666667vw;
    left: 25vw;
  }
  .effect-img {
    width: 100%;
  }
  .effect .our-goals {
    padding: 4.7916666667vw 5.2083333333vw;
  }
  .effect .our-goal__title {
    flex: 0 0 17.1875vw;
    max-width: 17.1875vw;
  }
  .effect .our-goal__txt {
    flex-grow: 1;
    max-width: calc(100% - 17.1875vw);
    padding-left: 2.1875vw;
  }
}
@media screen and (max-width: 1023px) {
  .effect {
    padding: 10.6666666667vw 5.3333333333%;
  }
  .effect h1,
  .effect h2 {
    font-size: 8.5333333333vw;
    line-height: 1.2;
    margin-bottom: 10.6666666667vw;
  }
  .effect-img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10.6666666667vw;
  }
  .effect .our-goals {
    padding: 12vw 5.3333333333vw;
  }
  .effect .our-goal__title h3 {
    margin-bottom: 7.4666666667vw;
  }
  .effect .our-goal__title h3,
  .effect .our-goal__txt {
    font-size: 6.4vw;
  }
}
.achievement {
  position: relative;
  background-color: #000;
  min-height: 100vh;
}
.achievement .waves {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.achievement canvas {
  opacity: 0.2;
}
.achievement .container {
  position: relative;
  z-index: 1;
}
.achievement h2 {
  font-family: "Anybody", serif;
  font-weight: 700;
}
.achievement__item {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.achievement__item.active {
  background-color: rgba(255, 255, 255, 0.15);
}
.achievement__item.active .achievement__arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #EA4335;
}
.achievement__item.active .achievement__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.achievement__txt {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  color: #fff;
  align-items: center;
}
.achievement__img {
  line-height: 0;
  overflow: hidden;
}
.achievement__img img {
  width: 100%;
  height: auto;
}
.achievement__name {
  font-family: "Anybody", serif;
}
.achievement__cate {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.achievement__arrow {
  line-height: 0;
  color: #343434;
}
.achievement__arrow svg {
  width: 100%;
  height: 100%;
}
.achievement-extra {
  display: flex;
  flex-wrap: wrap;
}
.achievement-extra li {
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.achievement-extra li.active {
  border-color: #EA4335;
  background-color: #EA4335;
}
.achievement-brief {
  font-weight: 400;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .achievement .container {
    padding: 5.7291666667vw 5.2083333333%;
  }
  .achievement h2 {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }
  .achievement-box {
    width: 100%;
  }
  .achievement__list {
    width: 100%;
  }
  .achievement__item {
    width: 100%;
    padding: 1.3020833333vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .achievement__item:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .achievement__item:hover .achievement__arrow {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #EA4335;
  }
  .achievement__item:hover .achievement__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .achievement__item:not(:last-child) {
    margin-bottom: 1.0416666667vw;
  }
  .achievement__img {
    flex: 0 0 15.6976744186%;
    max-width: 15.6976744186%;
  }
  .achievement__img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .achievement__txt {
    position: relative;
    flex-grow: 1;
    max-width: 84.3023255814%;
    padding-left: 6.25vw;
  }
  .achievement__name {
    font-size: 1.4583333333vw;
    flex: 0 0 18.75vw;
    max-width: 18.75vw;
    padding-right: 3.125vw;
  }
  .achievement__cate {
    font-size: 1.0416666667vw;
    padding: 0.46875vw 0.78125vw;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
  .achievement__year {
    margin-left: auto;
    font-size: 1.0416666667vw;
  }
  .achievement__arrow {
    color: #343434;
    margin-left: 4.6875vw;
    flex: 0 0 3.125vw;
    max-width: 3.125vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .achievement-extra {
    margin-bottom: 4.1666666667vw;
  }
  .achievement-extra li:hover {
    border-color: #343434;
    background-color: #343434;
  }
  .achievement-cate {
    flex: 0 0 67.4418604651%;
    max-width: 67.4418604651%;
  }
  .achievement-cate ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.9375vw;
  }
  .achievement-cate li {
    font-size: 1.0416666667vw;
    display: inline-flex;
    padding: 0.5208333333vw 0.78125vw;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
  .achievement-brief {
    flex: 0 0 32.5581395349%;
    max-width: 32.5581395349%;
    font-size: 1.0416666667vw;
    padding-left: 3.125vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1023px) {
  .achievement .container {
    padding: 16vw 5.3333333333%;
  }
  .achievement h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 9.6vw;
  }
  .achievement-box {
    width: 100%;
  }
  .achievement__list {
    width: 100%;
  }
  .achievement__item {
    width: 100%;
  }
  .achievement__item:not(:last-child) {
    margin-bottom: 9.6vw;
  }
  .achievement__img, .achievement__txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .achievement__txt {
    position: relative;
    padding-top: 4vw;
  }
  .achievement__name {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .achievement__cate {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 4vw;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 3.2vw;
  }
  .achievement__year {
    font-size: 4.2666666667vw;
  }
  .achievement__arrow {
    color: #EA4335;
    width: 10.6666666667vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .achievement .achievement-cate,
  .achievement .achievement-brief {
    flex-wrap: wrap;
    width: 100%;
  }
  .achievement .achievement-brief {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    margin-bottom: 10.6666666667vw;
  }
  .achievement .filter-title, .achievement .filter-block {
    display: flex;
    align-items: center;
    font-family: "Anybody", serif;
    font-size: 4.8vw;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 3.7333333333vw 0;
  }
  .achievement .filter-block {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10.6666666667vw;
    cursor: pointer;
  }
  .achievement .filter-add, .achievement .filter-close {
    flex: 0 0 8vw;
    max-width: 30px;
    line-height: 0;
    cursor: pointer;
    margin-left: auto;
    align-items: center;
  }
  .achievement .filter-add img, .achievement .filter-close img {
    width: 100%;
    height: auto;
  }
  .achievement .filter-action {
    display: flex;
    justify-content: center;
  }
  .achievement .achievement-extra {
    position: relative;
    z-index: 2;
  }
  .achievement .achievement-cate {
    position: absolute;
    width: 106%;
    left: -3%;
    top: -5px;
    display: none;
    background-color: #fff;
    -webkit-border-radius: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    padding: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .achievement .achievement-cate.show {
    display: block;
  }
  .achievement .achievement-cate ul {
    display: flex;
    gap: 2.6666666667vw;
    flex-wrap: wrap;
    padding: 5.3333333333vw;
    border-top: 1px solid #0C0C0C;
    border-bottom: 1px solid #0C0C0C;
    margin-bottom: 5.3333333333vw;
  }
  .achievement .achievement-cate li {
    color: #0C0C0C;
    display: inline-flex;
    border-color: #0C0C0C;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 2.6666666667vw 4vw;
  }
  .achievement .achievement-cate li:hover, .achievement .achievement-cate li.active {
    border-color: #EA4335;
  }
}
.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle-container .circles {
  opacity: 0;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%) 10%, hsla(0, 0%, 100%, 0) 56%);
  animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-1;
  animation-duration: 22376ms;
  animation-delay: 2298ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(36vw, 102vh, 0);
  }
  to {
    transform: translate3d(77vw, -115vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  animation-delay: 2120ms;
}
.circle-container:nth-child(2) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-2;
  animation-duration: 23313ms;
  animation-delay: 1999ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(95vw, 107vh, 0);
  }
  to {
    transform: translate3d(62vw, -112vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  animation-delay: 3227ms;
}
.circle-container:nth-child(3) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-3;
  animation-duration: 22018ms;
  animation-delay: 2686ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(24vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -132vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  animation-delay: 216ms;
}
.circle-container:nth-child(4) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-4;
  animation-duration: 22382ms;
  animation-delay: 7922ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(49vw, 108vh, 0);
  }
  to {
    transform: translate3d(58vw, -115vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  animation-delay: 3325ms;
}
.circle-container:nth-child(5) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-5;
  animation-duration: 20523ms;
  animation-delay: 8355ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(9vw, 108vh, 0);
  }
  to {
    transform: translate3d(97vw, -118vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  animation-delay: 1495ms;
}
.circle-container:nth-child(6) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-6;
  animation-duration: 22192ms;
  animation-delay: 462ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(76vw, 110vh, 0);
  }
  to {
    transform: translate3d(92vw, -129vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  animation-delay: 941ms;
}
.circle-container:nth-child(7) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-7;
  animation-duration: 22620ms;
  animation-delay: 9323ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(86vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -116vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  animation-delay: 3413ms;
}
.circle-container:nth-child(8) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-8;
  animation-duration: 23333ms;
  animation-delay: 5474ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(48vw, 107vh, 0);
  }
  to {
    transform: translate3d(83vw, -122vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  animation-delay: 3378ms;
}
.circle-container:nth-child(9) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-9;
  animation-duration: 21912ms;
  animation-delay: 5901ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(40vw, 103vh, 0);
  }
  to {
    transform: translate3d(81vw, -131vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  animation-delay: 417ms;
}
.circle-container:nth-child(10) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-10;
  animation-duration: 23868ms;
  animation-delay: 2322ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(79vw, 106vh, 0);
  }
  to {
    transform: translate3d(46vw, -130vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  animation-delay: 109ms;
}
.circle-container:nth-child(11) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-11;
  animation-duration: 22087ms;
  animation-delay: 7763ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(38vw, 104vh, 0);
  }
  to {
    transform: translate3d(57vw, -116vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  animation-delay: 1491ms;
}
.circle-container:nth-child(12) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-12;
  animation-duration: 20252ms;
  animation-delay: 3217ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(47vw, 105vh, 0);
  }
  to {
    transform: translate3d(32vw, -124vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  animation-delay: 3389ms;
}
.circle-container:nth-child(13) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-13;
  animation-duration: 21416ms;
  animation-delay: 3531ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(12vw, 101vh, 0);
  }
  to {
    transform: translate3d(82vw, -108vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  animation-delay: 2642ms;
}
.circle-container:nth-child(14) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-14;
  animation-duration: 23374ms;
  animation-delay: 530ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(4vw, 104vh, 0);
  }
  to {
    transform: translate3d(73vw, -121vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  animation-delay: 3111ms;
}
.circle-container:nth-child(15) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-15;
  animation-duration: 21734ms;
  animation-delay: 9553ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(52vw, 110vh, 0);
  }
  to {
    transform: translate3d(30vw, -136vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  animation-delay: 3007ms;
}
.circle-container:nth-child(16) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-16;
  animation-duration: 20027ms;
  animation-delay: 8252ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(24vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -138vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  animation-delay: 3093ms;
}
.circle-container:nth-child(17) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-17;
  animation-duration: 21996ms;
  animation-delay: 8864ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(89vw, -107vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  animation-delay: 2462ms;
}
.circle-container:nth-child(18) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-18;
  animation-duration: 23498ms;
  animation-delay: 10853ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(71vw, 110vh, 0);
  }
  to {
    transform: translate3d(26vw, -113vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  animation-delay: 575ms;
}
.circle-container:nth-child(19) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-19;
  animation-duration: 20855ms;
  animation-delay: 10248ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(76vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -124vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  animation-delay: 330ms;
}
.circle-container:nth-child(20) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-20;
  animation-duration: 20002ms;
  animation-delay: 5645ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -117vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  animation-delay: 3827ms;
}
.circle-container:nth-child(21) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-21;
  animation-duration: 22685ms;
  animation-delay: 6548ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(5vw, 104vh, 0);
  }
  to {
    transform: translate3d(14vw, -113vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  animation-delay: 2158ms;
}
.circle-container:nth-child(22) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-22;
  animation-duration: 20838ms;
  animation-delay: 6746ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(13vw, -125vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  animation-delay: 1841ms;
}
.circle-container:nth-child(23) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-23;
  animation-duration: 23849ms;
  animation-delay: 9822ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(10vw, 104vh, 0);
  }
  to {
    transform: translate3d(59vw, -127vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  animation-delay: 448ms;
}
.circle-container:nth-child(24) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-24;
  animation-duration: 23478ms;
  animation-delay: 6059ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(15vw, 105vh, 0);
  }
  to {
    transform: translate3d(11vw, -133vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  animation-delay: 2879ms;
}
.circle-container:nth-child(25) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-25;
  animation-duration: 23482ms;
  animation-delay: 3550ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(56vw, 102vh, 0);
  }
  to {
    transform: translate3d(100vw, -105vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  animation-delay: 3501ms;
}
.circle-container:nth-child(26) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-26;
  animation-duration: 21068ms;
  animation-delay: 3177ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(24vw, 103vh, 0);
  }
  to {
    transform: translate3d(54vw, -127vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  animation-delay: 3897ms;
}
.circle-container:nth-child(27) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-27;
  animation-duration: 20663ms;
  animation-delay: 4381ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(10vw, 106vh, 0);
  }
  to {
    transform: translate3d(87vw, -110vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  animation-delay: 2696ms;
}
.circle-container:nth-child(28) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-28;
  animation-duration: 20145ms;
  animation-delay: 9084ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(7vw, 103vh, 0);
  }
  to {
    transform: translate3d(74vw, -113vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  animation-delay: 2914ms;
}
.circle-container:nth-child(29) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-29;
  animation-duration: 22471ms;
  animation-delay: 1168ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(89vw, 101vh, 0);
  }
  to {
    transform: translate3d(53vw, -102vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  animation-delay: 1885ms;
}
.circle-container:nth-child(30) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-30;
  animation-duration: 22908ms;
  animation-delay: 7539ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(97vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -120vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  animation-delay: 2388ms;
}
.circle-container:nth-child(31) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-31;
  animation-duration: 23178ms;
  animation-delay: 7385ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(60vw, 102vh, 0);
  }
  to {
    transform: translate3d(13vw, -130vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  animation-delay: 3610ms;
}
.circle-container:nth-child(32) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-32;
  animation-duration: 21947ms;
  animation-delay: 759ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(27vw, 109vh, 0);
  }
  to {
    transform: translate3d(46vw, -113vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  animation-delay: 1369ms;
}
.circle-container:nth-child(33) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-33;
  animation-duration: 22164ms;
  animation-delay: 4372ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(88vw, 108vh, 0);
  }
  to {
    transform: translate3d(58vw, -128vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  animation-delay: 2368ms;
}
.circle-container:nth-child(34) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-34;
  animation-duration: 20311ms;
  animation-delay: 877ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(42vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -133vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  animation-delay: 3939ms;
}
.circle-container:nth-child(35) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-35;
  animation-duration: 21669ms;
  animation-delay: 4284ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(100vw, 101vh, 0);
  }
  to {
    transform: translate3d(27vw, -119vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  animation-delay: 3765ms;
}
.circle-container:nth-child(36) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-36;
  animation-duration: 20972ms;
  animation-delay: 9599ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(4vw, 110vh, 0);
  }
  to {
    transform: translate3d(74vw, -120vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  animation-delay: 2608ms;
}
.circle-container:nth-child(37) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-37;
  animation-duration: 23245ms;
  animation-delay: 1097ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(41vw, 107vh, 0);
  }
  to {
    transform: translate3d(37vw, -112vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  animation-delay: 793ms;
}
.circle-container:nth-child(38) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-38;
  animation-duration: 20246ms;
  animation-delay: 6251ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(11vw, 106vh, 0);
  }
  to {
    transform: translate3d(78vw, -120vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  animation-delay: 2994ms;
}
.circle-container:nth-child(39) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-39;
  animation-duration: 22256ms;
  animation-delay: 6710ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(61vw, -104vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  animation-delay: 31ms;
}
.circle-container:nth-child(40) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-40;
  animation-duration: 22602ms;
  animation-delay: 6660ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(29vw, 103vh, 0);
  }
  to {
    transform: translate3d(61vw, -131vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  animation-delay: 2143ms;
}
.circle-container:nth-child(41) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-41;
  animation-duration: 23632ms;
  animation-delay: 3582ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(73vw, 106vh, 0);
  }
  to {
    transform: translate3d(74vw, -124vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  animation-delay: 3282ms;
}
.circle-container:nth-child(42) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-42;
  animation-duration: 21206ms;
  animation-delay: 7226ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(69vw, 108vh, 0);
  }
  to {
    transform: translate3d(1vw, -129vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  animation-delay: 2867ms;
}
.circle-container:nth-child(43) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-43;
  animation-duration: 20737ms;
  animation-delay: 9078ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(56vw, -110vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  animation-delay: 1989ms;
}
.circle-container:nth-child(44) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-44;
  animation-duration: 23862ms;
  animation-delay: 4867ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(61vw, 103vh, 0);
  }
  to {
    transform: translate3d(97vw, -131vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  animation-delay: 2880ms;
}
.circle-container:nth-child(45) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-45;
  animation-duration: 22543ms;
  animation-delay: 4442ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(21vw, -108vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  animation-delay: 2591ms;
}
.circle-container:nth-child(46) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-46;
  animation-duration: 20191ms;
  animation-delay: 8965ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(11vw, 106vh, 0);
  }
  to {
    transform: translate3d(67vw, -112vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  animation-delay: 930ms;
}
.circle-container:nth-child(47) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-47;
  animation-duration: 23397ms;
  animation-delay: 253ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(77vw, 109vh, 0);
  }
  to {
    transform: translate3d(47vw, -115vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  animation-delay: 135ms;
}
.circle-container:nth-child(48) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-48;
  animation-duration: 21617ms;
  animation-delay: 2129ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(77vw, 109vh, 0);
  }
  to {
    transform: translate3d(18vw, -132vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  animation-delay: 2498ms;
}
.circle-container:nth-child(49) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-49;
  animation-duration: 20782ms;
  animation-delay: 5597ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(92vw, 106vh, 0);
  }
  to {
    transform: translate3d(82vw, -114vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  animation-delay: 995ms;
}
.circle-container:nth-child(50) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-50;
  animation-duration: 21803ms;
  animation-delay: 7780ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(72vw, 109vh, 0);
  }
  to {
    transform: translate3d(76vw, -139vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  animation-delay: 101ms;
}
.circle-container:nth-child(51) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-51;
  animation-duration: 22746ms;
  animation-delay: 912ms;
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(93vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -123vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  animation-delay: 1065ms;
}
.circle-container:nth-child(52) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-52;
  animation-duration: 21287ms;
  animation-delay: 3660ms;
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(64vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -118vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  animation-delay: 1715ms;
}
.circle-container:nth-child(53) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-53;
  animation-duration: 22310ms;
  animation-delay: 6440ms;
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(73vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -128vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  animation-delay: 895ms;
}
.circle-container:nth-child(54) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-54;
  animation-duration: 21142ms;
  animation-delay: 7633ms;
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(69vw, 108vh, 0);
  }
  to {
    transform: translate3d(23vw, -128vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  animation-delay: 589ms;
}
.circle-container:nth-child(55) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-55;
  animation-duration: 20369ms;
  animation-delay: 10663ms;
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(56vw, 105vh, 0);
  }
  to {
    transform: translate3d(59vw, -131vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  animation-delay: 3206ms;
}
.circle-container:nth-child(56) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-56;
  animation-duration: 22240ms;
  animation-delay: 7398ms;
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(93vw, 107vh, 0);
  }
  to {
    transform: translate3d(73vw, -123vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  animation-delay: 3859ms;
}
.circle-container:nth-child(57) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-57;
  animation-duration: 20516ms;
  animation-delay: 9689ms;
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(1vw, 107vh, 0);
  }
  to {
    transform: translate3d(93vw, -116vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  animation-delay: 3635ms;
}
.circle-container:nth-child(58) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-58;
  animation-duration: 23172ms;
  animation-delay: 10137ms;
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(49vw, 110vh, 0);
  }
  to {
    transform: translate3d(87vw, -137vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  animation-delay: 566ms;
}
.circle-container:nth-child(59) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-59;
  animation-duration: 23158ms;
  animation-delay: 4984ms;
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(19vw, 102vh, 0);
  }
  to {
    transform: translate3d(26vw, -117vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  animation-delay: 2430ms;
}
.circle-container:nth-child(60) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-60;
  animation-duration: 22191ms;
  animation-delay: 10391ms;
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(29vw, 109vh, 0);
  }
  to {
    transform: translate3d(84vw, -116vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  animation-delay: 2916ms;
}
.circle-container:nth-child(61) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-61;
  animation-duration: 22033ms;
  animation-delay: 7386ms;
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(57vw, 103vh, 0);
  }
  to {
    transform: translate3d(57vw, -105vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  animation-delay: 3991ms;
}
.circle-container:nth-child(62) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-62;
  animation-duration: 23733ms;
  animation-delay: 2355ms;
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(29vw, 109vh, 0);
  }
  to {
    transform: translate3d(21vw, -132vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  animation-delay: 3158ms;
}
.circle-container:nth-child(63) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-63;
  animation-duration: 20012ms;
  animation-delay: 5633ms;
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(96vw, -120vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  animation-delay: 462ms;
}
.circle-container:nth-child(64) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-64;
  animation-duration: 22676ms;
  animation-delay: 1964ms;
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(60vw, 103vh, 0);
  }
  to {
    transform: translate3d(17vw, -127vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  animation-delay: 3725ms;
}
.circle-container:nth-child(65) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-65;
  animation-duration: 23103ms;
  animation-delay: 4938ms;
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(9vw, -137vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  animation-delay: 170ms;
}
.circle-container:nth-child(66) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-66;
  animation-duration: 21215ms;
  animation-delay: 2397ms;
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(33vw, 110vh, 0);
  }
  to {
    transform: translate3d(16vw, -135vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  animation-delay: 162ms;
}
.circle-container:nth-child(67) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-67;
  animation-duration: 22710ms;
  animation-delay: 10591ms;
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(11vw, -132vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  animation-delay: 3060ms;
}
.circle-container:nth-child(68) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-68;
  animation-duration: 22355ms;
  animation-delay: 8845ms;
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(77vw, 104vh, 0);
  }
  to {
    transform: translate3d(58vw, -134vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  animation-delay: 157ms;
}
.circle-container:nth-child(69) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-69;
  animation-duration: 21044ms;
  animation-delay: 5728ms;
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(40vw, 105vh, 0);
  }
  to {
    transform: translate3d(70vw, -123vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  animation-delay: 2425ms;
}
.circle-container:nth-child(70) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-70;
  animation-duration: 22438ms;
  animation-delay: 5269ms;
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(3vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -125vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  animation-delay: 17ms;
}
.circle-container:nth-child(71) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-71;
  animation-duration: 22904ms;
  animation-delay: 3006ms;
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(78vw, 104vh, 0);
  }
  to {
    transform: translate3d(5vw, -115vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  animation-delay: 1435ms;
}
.circle-container:nth-child(72) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-72;
  animation-duration: 21039ms;
  animation-delay: 5905ms;
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(23vw, 110vh, 0);
  }
  to {
    transform: translate3d(41vw, -120vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  animation-delay: 3858ms;
}
.circle-container:nth-child(73) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-73;
  animation-duration: 23823ms;
  animation-delay: 1868ms;
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(32vw, 106vh, 0);
  }
  to {
    transform: translate3d(44vw, -135vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  animation-delay: 93ms;
}
.circle-container:nth-child(74) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-74;
  animation-duration: 21180ms;
  animation-delay: 336ms;
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(93vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -119vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  animation-delay: 2712ms;
}
.circle-container:nth-child(75) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-75;
  animation-duration: 21861ms;
  animation-delay: 6252ms;
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(54vw, 103vh, 0);
  }
  to {
    transform: translate3d(81vw, -123vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  animation-delay: 346ms;
}
.circle-container:nth-child(76) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-76;
  animation-duration: 22556ms;
  animation-delay: 2572ms;
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(64vw, 101vh, 0);
  }
  to {
    transform: translate3d(96vw, -107vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  animation-delay: 3299ms;
}
.circle-container:nth-child(77) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-77;
  animation-duration: 22189ms;
  animation-delay: 5116ms;
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(19vw, -136vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  animation-delay: 1423ms;
}
.circle-container:nth-child(78) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-78;
  animation-duration: 22764ms;
  animation-delay: 7221ms;
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(64vw, 105vh, 0);
  }
  to {
    transform: translate3d(7vw, -132vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  animation-delay: 2026ms;
}
.circle-container:nth-child(79) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-79;
  animation-duration: 21100ms;
  animation-delay: 7452ms;
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(92vw, 104vh, 0);
  }
  to {
    transform: translate3d(4vw, -122vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  animation-delay: 2651ms;
}
.circle-container:nth-child(80) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-80;
  animation-duration: 20853ms;
  animation-delay: 5180ms;
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(77vw, 101vh, 0);
  }
  to {
    transform: translate3d(63vw, -127vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  animation-delay: 1153ms;
}
.circle-container:nth-child(81) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-81;
  animation-duration: 21757ms;
  animation-delay: 1897ms;
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(41vw, -123vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  animation-delay: 2189ms;
}
.circle-container:nth-child(82) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-82;
  animation-duration: 21263ms;
  animation-delay: 3208ms;
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(51vw, 103vh, 0);
  }
  to {
    transform: translate3d(6vw, -133vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  animation-delay: 3937ms;
}
.circle-container:nth-child(83) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-83;
  animation-duration: 20742ms;
  animation-delay: 8478ms;
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(42vw, -121vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  animation-delay: 2734ms;
}
.circle-container:nth-child(84) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-84;
  animation-duration: 20627ms;
  animation-delay: 2814ms;
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(85vw, 103vh, 0);
  }
  to {
    transform: translate3d(90vw, -111vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  animation-delay: 2385ms;
}
.circle-container:nth-child(85) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-85;
  animation-duration: 22617ms;
  animation-delay: 7692ms;
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(57vw, 108vh, 0);
  }
  to {
    transform: translate3d(46vw, -131vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  animation-delay: 2768ms;
}
.circle-container:nth-child(86) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-86;
  animation-duration: 22316ms;
  animation-delay: 2947ms;
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(98vw, 103vh, 0);
  }
  to {
    transform: translate3d(1vw, -114vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  animation-delay: 1003ms;
}
.circle-container:nth-child(87) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-87;
  animation-duration: 23191ms;
  animation-delay: 1601ms;
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(5vw, 108vh, 0);
  }
  to {
    transform: translate3d(26vw, -118vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  animation-delay: 2017ms;
}
.circle-container:nth-child(88) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-88;
  animation-duration: 23702ms;
  animation-delay: 9765ms;
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(59vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -109vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  animation-delay: 1976ms;
}
.circle-container:nth-child(89) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-89;
  animation-duration: 21927ms;
  animation-delay: 2615ms;
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(38vw, -124vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  animation-delay: 2971ms;
}
.circle-container:nth-child(90) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-90;
  animation-duration: 23411ms;
  animation-delay: 4152ms;
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(91vw, -126vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  animation-delay: 956ms;
}
.circle-container:nth-child(91) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-91;
  animation-duration: 21826ms;
  animation-delay: 10783ms;
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(81vw, -120vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  animation-delay: 279ms;
}
.circle-container:nth-child(92) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-92;
  animation-duration: 23435ms;
  animation-delay: 6270ms;
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(42vw, 101vh, 0);
  }
  to {
    transform: translate3d(40vw, -131vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  animation-delay: 388ms;
}
.circle-container:nth-child(93) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-93;
  animation-duration: 21342ms;
  animation-delay: 2358ms;
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -124vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  animation-delay: 62ms;
}
.circle-container:nth-child(94) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-94;
  animation-duration: 22413ms;
  animation-delay: 2240ms;
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(32vw, 102vh, 0);
  }
  to {
    transform: translate3d(97vw, -122vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  animation-delay: 1315ms;
}
.circle-container:nth-child(95) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-95;
  animation-duration: 22455ms;
  animation-delay: 9381ms;
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(83vw, -125vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  animation-delay: 2107ms;
}
.circle-container:nth-child(96) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-96;
  animation-duration: 20456ms;
  animation-delay: 538ms;
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(83vw, 107vh, 0);
  }
  to {
    transform: translate3d(45vw, -117vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  animation-delay: 3673ms;
}
.circle-container:nth-child(97) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-97;
  animation-duration: 23256ms;
  animation-delay: 3375ms;
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(66vw, 107vh, 0);
  }
  to {
    transform: translate3d(71vw, -109vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  animation-delay: 670ms;
}
.circle-container:nth-child(98) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-98;
  animation-duration: 23048ms;
  animation-delay: 2513ms;
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(1vw, 104vh, 0);
  }
  to {
    transform: translate3d(78vw, -122vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  animation-delay: 3214ms;
}
.circle-container:nth-child(99) {
  width: 10px;
  height: 10px;
  animation-name: move-frames-99;
  animation-duration: 21652ms;
  animation-delay: 5532ms;
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(26vw, 104vh, 0);
  }
  to {
    transform: translate3d(17vw, -131vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  animation-delay: 748ms;
}
.circle-container:nth-child(100) {
  width: 9px;
  height: 9px;
  animation-name: move-frames-100;
  animation-duration: 20158ms;
  animation-delay: 2085ms;
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -133vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  animation-delay: 1217ms;
}

@-webkit-keyframes headerAnim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes headerAnim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-txt__top,
.effect-img__top,
.effect-txt__bot,
.our-goals,
.achievement-title,
.achievement-extra,
.achievement__list,
.being-title,
.being-item,
.job-box,
.tag-title,
.development-title,
.development-txt,
.clients-box .title,
.clients-list,
.explore-title,
.explore-box,
.overview-img__top,
.overview-img__bot,
.overview-content h1,
.intro-title,
.intro-txt,
.why-title,
.reason,
.team-title,
.partners-box .title,
.partners-list,
.projects-box .title,
.projects-list {
  opacity: 0;
}

.projects-box .title.in-view,
.projects-list.in-view,
.clients-box .title.in-view,
.clients-list.in-view,
.partners-box .title.in-view,
.partners-list.in-view,
.being-title.in-view,
.being-item.in-view {
  -webkit-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.being-title.in-view .being-icon {
  -webkit-animation: rotate360 1.2s forwards;
  animation: rotate360 1.2s forwards;
}

.footer {
  position: relative;
  background-color: #000;
  color: #fff;
  font-family: "Anybody", serif;
  font-weight: 400;
  line-height: 1.4;
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.footer__container {
  width: 100%;
}
.footer__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer .side__info {
  display: flex;
  flex-wrap: wrap;
}
.footer .company--name {
  font-weight: 700;
  text-transform: uppercase;
}
.footer .side__email {
  display: flex;
}
.footer .side__email span.icon svg {
  width: 100%;
  height: 100%;
}
.footer .slogan,
.footer .copyright {
  text-transform: uppercase;
}
.footer__happen {
  line-height: 0;
  opacity: 0.3;
}
.footer__happen img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 3.9583333333vw;
    height: calc(100vh - clamp(40px, 5.7291666667vw, 90px));
    min-height: 460px;
    font-size: 0.8333333333vw;
  }
  .footer__container {
    padding: 0 5.1041666667%;
  }
  .footer__wrap .slogan {
    flex: 0 0 29.7916666667vw;
    max-width: 29.7916666667vw;
  }
  .footer__wrap .side {
    flex: 0 0 calc(100% - 29.7916666667vw);
    max-width: calc(100% - 29.7916666667vw);
  }
  .footer__happen {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64.8666666667%;
  }
  .footer .slogan {
    font-size: 1.875vw;
  }
  .footer .company {
    flex: 0 0 15.1041666667vw;
    max-width: 15.1041666667vw;
  }
  .footer .menu {
    flex-grow: 1;
    display: flex;
  }
  .footer .menu ul {
    padding-left: 7.5vw;
  }
  .footer .side__email {
    font-size: 3.125vw;
    padding-top: 1.1458333333vw;
    padding-bottom: 4.1666666667vw;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer .side__email:hover .txt {
    opacity: 1;
  }
  .footer .side__email:hover span.icon {
    opacity: 1;
    color: #EA4335;
  }
  .footer .side__email span.txt,
  .footer .side__email span.icon {
    opacity: 0.3;
  }
  .footer .side__email span.icon {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    margin-left: 2.1875vw;
  }
  .footer .company--name,
  .footer .company--address,
  .footer .company--tax,
  .footer .menu ul li {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 26.6666666667vw;
    padding-bottom: 27.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
  .footer__container {
    padding: 0 5.3333333333%;
  }
  .footer__happen {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66.6666666667vw;
  }
  .footer .slogan {
    font-size: 5.3333333333vw;
    margin-bottom: 12.8vw;
  }
  .footer .side__email {
    display: flex;
    font-size: 6.4vw;
    padding-bottom: 21.3333333333vw;
    word-break: break-word;
    align-items: center;
  }
  .footer .side__email span.txt {
    opacity: 0.3;
  }
  .footer .side__email span.icon {
    color: #EA4335;
    flex: 0 0 9.6vw;
    max-width: 9.6vw;
    height: 9.6vw;
    margin-left: 8vw;
  }
  .footer .company--name,
  .footer .company--address,
  .footer .company--tax,
  .footer .menu ul li {
    margin-bottom: 5.3333333333vw;
  }
  .footer .company--address {
    padding-right: 15%;
  }
  .footer .menu {
    padding: 5.3333333333vw 0;
  }
  .footer__happen {
    width: 95%;
  }
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
}
.modal.open__modal {
  display: block;
}
.modal h2 {
  font-family: "Anybody", serif;
  font-weight: 700;
}
.modal-inr {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.modal-close {
  cursor: pointer;
  line-height: 0;
}
.modal-close img {
  width: 100%;
  height: auto;
}
.modal-body {
  font-weight: 400;
  line-height: 1.4;
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.modal-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
.modal .cate-list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
}
.modal-list {
  display: flex;
  flex-direction: column;
}
.modal-list .achieve__item {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.modal-list .achieve__txt {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  color: #0C0C0C;
  align-items: center;
}
.modal-list .achieve__img {
  line-height: 0;
  overflow: hidden;
}
.modal-list .achieve__img img {
  width: 100%;
  height: auto;
}
.modal-list .achieve__name {
  font-family: "Anybody", serif;
}
.modal-list .achieve__arrow {
  line-height: 0;
  color: #343434;
}
.modal-list .achieve__arrow svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .modal-inr {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    padding-top: 3.125vw;
    padding-bottom: 1.8229166667vw;
  }
  .modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 1.5625vw;
  }
  .modal h2 {
    font-size: 2.9166666667vw;
  }
  .modal .cate-list {
    font-size: 1.0416666667vw;
    display: flex;
  }
  .modal .cate-list span {
    margin-right: 1.5625vw;
  }
  .modal-header {
    padding: 0 1.8229166667vw 1.0416666667vw 1.8229166667vw;
  }
  .modal-body {
    font-size: 1.0416666667vw;
    padding: 0 1.8229166667vw;
  }
  .modal-body__content > * {
    margin: 0.5208333333vw 0;
  }
  .modal-action {
    padding: 1.0416666667vw 1.8229166667vw 1.0416666667vw 0;
  }
  .modal .other-title {
    padding: 2.0833333333vw 0 1.0416666667vw 0;
    font-size: 1.4583333333vw;
  }
  .modal-list .achieve__item {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .modal-list .achieve__item:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .modal-list .achieve__item:hover .achieve__arrow {
    transform: rotate(-45deg);
    color: #EA4335;
  }
  .modal-list .achieve__item:hover .achieve__img img {
    transform: scale(1.1);
  }
  .modal-list .achieve__item:not(:last-child) {
    margin-bottom: 2.0833333333vw;
  }
  .modal-list .achieve__img {
    flex: 0 0 30.7867730901%;
    max-width: 30.7867730901%;
  }
  .modal-list .achieve__img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .modal-list .achieve__txt {
    position: relative;
    flex-grow: 1;
    max-width: 69.2132269099%;
    padding-left: 2.0833333333vw;
  }
  .modal-list .achieve__name {
    font-size: 1.4583333333vw;
    flex: 0 0 18.75vw;
    max-width: 18.75vw;
    padding-right: 3.125vw;
  }
  .modal-list .achieve__cate {
    font-size: 1.0416666667vw;
  }
  .modal-list .achieve__year {
    margin-left: auto;
    font-size: 1.0416666667vw;
  }
  .modal-list .achieve__arrow {
    color: #343434;
    margin-left: 4.6875vw;
    flex: 0 0 3.125vw;
    max-width: 3.125vw;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1023px) {
  .modal-inr {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 16vw;
    padding-bottom: 9.3333333333vw;
  }
  .modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 8vw;
    padding: 4px;
  }
  .modal h2 {
    font-size: 6.4vw;
  }
  .modal .cate-list {
    font-size: 5.3333333333vw;
    display: flex;
  }
  .modal .cate-list span {
    margin-right: 5.3333333333vw;
  }
  .modal-header {
    padding: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .modal-body {
    font-size: 4.2666666667vw;
    padding: 0 5.3333333333vw;
  }
  .modal-body__content > * {
    margin: 2.6666666667vw 0;
  }
  .modal-action {
    padding: 5.3333333333vw 0 0 0;
  }
  .modal .other-title {
    padding: 10.6666666667vw 0 5.3333333333vw 0;
    font-size: 7.4666666667vw;
  }
  .modal-list .achieve__item {
    width: 100%;
  }
  .modal-list .achieve__item:not(:last-child) {
    margin-bottom: 9.6vw;
  }
  .modal-list .achieve__img, .modal-list .achieve__txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-list .achieve__txt {
    position: relative;
    padding-top: 4vw;
  }
  .modal-list .achieve__name {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .modal-list .achieve__cate {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 4vw;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 3.2vw;
    border: 1px solid #000;
  }
  .modal-list .achieve__year {
    font-size: 4.2666666667vw;
  }
  .modal-list .achieve__arrow {
    color: #EA4335;
    width: 10.6666666667vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.no__scroll {
  height: 100%;
  overflow: hidden;
}

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