@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marqueeLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marqueeOppositeDirection {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeatjapan {
  from {
    transform: scale(1) translate(-50%, -50%) rotate(40deg);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1) translate(-50%, -50%) rotate(40deg);
    animation-timing-function: ease-out;
  }
}
@keyframes showDescription {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-120%);
    opacity: 0;
  }
}
@keyframes hideDescription {
  from {
    transform: translateY(-120%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    scale: 1;
  }
  25% {
    scale: 1.4;
  }
  50% {
    scale: 1.5;
  }
  75% {
    scale: 1.4;
  }
  100% {
    scale: 1;
  }
}
@keyframes boxshadow {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 10px 10px 15px rgb(51, 171, 119);
  }
  100% {
    box-shadow: none;
  }
}
@keyframes showYTVideo {
  from {
    transform: translateX(var(--reversedWidth));
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes showYTVideoDescription {
  from {
    transform: translateX(var(--width));
    opacity: 0.5;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes hideYTVideo {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(var(--reversedWidth));
    opacity: 0.5;
  }
}
@keyframes hideYTVideoDescription {
  from {
    transform: translateX(0);
    opacity: 0.1;
  }
  to {
    transform: translateX(var(--width));
    opacity: 0.5;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-19 20:13:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation blink-2
 * ----------------------------------------
 */
@keyframes blink-2 {
  0% {
    scale: 1;
    opacity: 1;
  }
  50% {
    scale: 1.1;
    opacity: 0.5;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-21 21:11:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@keyframes scale-out-center {
  0% {
    transform: scaleY(1) translate(-50%, -50%);
    opacity: 1;
    transform-origin: 100% 0%;
    pointer-events: none;
  }
  100% {
    transform: scaleY(0) translate(-50%, -50%);
    opacity: 1;
    transform-origin: 100% 0%;
    pointer-events: none;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-8-4 19:47:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-right {
  0% {
    transform: translateZ(700px) translateX(400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-8-24 19:2:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation swirl-in-fwd
 * ----------------------------------------
 */
@keyframes swirl-in-fwd {
  0% {
    transform: rotate(-720deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes specialJapaneaseSign {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
@keyframes text-slideIn {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes text-reveal {
  to {
    clip-path: inset(0 0 0 0); /* fully visible */
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #dbdbdb;
  overflow-x: hidden;
  padding-top: var(--navHeight);
}

a,
a:link,
a:visited,
a:active,
a:hover {
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
}

main {
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
}

.section__title {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 4.5rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0 2rem;
}
.section__description {
  width: 100%;
  padding: 0 2rem;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}

section .see__more__button,
section .book__a__service {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3rem;
  background-color: #393e41;
  border-radius: 8px;
  border: 1px solid #000;
  cursor: pointer;
  transition: background-color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section .see__more__button a,
section .book__a__service a {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 4rem;
  text-align: center;
  text-decoration: none;
  font-size: 2.2rem;
  color: #dbdbdb;
  transition: color 0.3s;
}
section .see__more__button:hover,
section .book__a__service:hover {
  background-color: #22272a;
}
section .see__more__button:hover a,
section .book__a__service:hover a {
  color: #fff;
}

.animated__heading {
  transform: translateY(-10rem);
}

.heading__animation {
  clip-path: inset(0 0 100% 0);
  animation: text-reveal 0.4s linear forwards, text-slideIn 0.5s ease forwards;
}

@media ((min-width: 568px) and (max-width: 992px)) {
  .section__title {
    font-size: 6rem;
  }
}
@media ((min-width: 992px) and (max-width: 1200px)) {
  .section__title {
    font-size: 7rem;
  }
}
@media (min-width: 768px) {
  .section__title {
    padding: 0 4rem;
  }
  .section__description {
    padding: 0 4rem;
    font-size: 2.5rem;
  }
  section .see__more__button a,
  section .book__a__service a {
    padding: 4rem;
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .section__description {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .section__title {
    font-size: 7rem;
  }
  .section__description {
    width: 85%;
    margin: 0 auto;
    font-size: 2.5rem;
  }
  section .see__more__button,
  section .book__a__service {
    margin-top: 5rem;
  }
  section .see__more__button a,
  section .book__a__service a {
    font-size: 3.5rem;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .section__description {
    width: 80%;
    font-size: 3rem;
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  background-color: #dbdbdb;
  box-shadow: 3px 0 10px black;
  border-bottom: 1px solid #000;
  transition: top 0.4s;
}
.nav__box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  position: relative;
  z-index: 7;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav__logo a {
  padding-left: 2rem;
  display: block;
  width: 60%;
  height: 80%;
}
.nav__logo a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav__burgericon {
  position: relative;
  width: 40%;
  height: 100%;
}
.nav__burgericon .hamburger {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.nav__external__part {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.5s;
  background-color: #22272a;
  overflow: hidden;
}
.nav__external__part__box {
  position: relative;
  top: 5%;
  width: 90%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.nav__external__part__item {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  padding: 1rem;
  cursor: pointer;
  transition: transform 0.3s;
}
.nav__external__part__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.nav__external__part__item:hover {
  transform: scale(1.1);
}
.nav__external__part__item:hover::after {
  transform: scaleX(1);
}
.nav__socialmedia {
  display: none;
}
.nav .activated {
  transform: translateY(0);
}

.hidden {
  top: calc(-1 * var(--navHeight));
}

@media (min-width: 768px) {
  .nav {
    height: 120px;
  }
  .nav__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav__external__part__item {
    font-size: 4rem;
    padding: 2rem;
  }
  .nav__logo {
    order: 2;
    width: 30%;
  }
  .nav__logo a {
    width: 80%;
    height: 70%;
  }
  .nav__burgericon {
    order: 1;
    width: 30%;
  }
  .nav__burgericon .hamburger {
    left: 5%;
    top: 60px;
  }
  .nav__socialmedia {
    order: 3;
    width: 30%;
    height: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__socialmedia .dot {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
  }
  .nav__socialmedia .dot img {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav {
    height: 150px;
  }
  .nav__burgericon .hamburger {
    top: 75px;
  }
  .nav__burgericon .hamburger .hamburger-box {
    width: 55px;
    height: 50px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner {
    width: 55px;
    height: 6px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::after {
    width: 55px;
    height: 6px;
    bottom: -16px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::before {
    width: 55px;
    height: 6px;
    top: -16px;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
  }
  .nav__external__part__item {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .nav {
    height: 120px;
  }
  .nav__box {
    justify-content: space-between;
  }
  .nav__logo {
    order: 2;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__burgericon {
    order: 1;
  }
  .nav__burgericon .hamburger {
    transform: scale(1.2) translateY(-50%);
    top: 65px;
  }
  .nav__burgericon .hamburger .hamburger-box {
    width: 40px;
    height: 24px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner {
    width: 40px;
    height: 4px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::after {
    width: 40px;
    height: 4px;
    bottom: -10px;
  }
  .nav__burgericon .hamburger .hamburger-box .hamburger-inner::before {
    width: 40px;
    height: 4px;
    top: -10px;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
  }
  .nav__burgericon .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
  }
  .nav__socialmedia {
    padding-right: 5rem;
    height: 100%;
    min-height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 3;
  }
  .nav__socialmedia .dot {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
  }
  .nav__socialmedia .dot img {
    display: block;
  }
  .nav__external__part__box {
    margin-top: 5rem;
    justify-content: space-evenly;
    top: 0;
  }
  .nav__external__part__item {
    font-size: 5rem;
  }
}
@media (min-width: 2000px) {
  .nav {
    height: 150px;
  }
  .nav__burgericon .hamburger {
    top: 75px;
  }
}
.footer {
  width: 100%;
  min-height: 200px;
  border-top: 1px solid black;
  font-size: 1.6rem;
  font-family: "Montserrat-Regular", sans-serif;
}
.footer__box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 1rem 0;
  min-height: 200px;
  margin: 0 auto;
}
.footer__privacypolicy {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__privacypolicy a {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.footer__socialmedia {
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__socialmedia .dot {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
}
.footer__socialmedia .dot img {
  display: block;
}
.footer__phone {
  width: 100%;
  min-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.footer__phone .phone {
  display: block;
  text-decoration: underline;
  color: #000;
}
.footer__copyright {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .footer {
    min-height: 80px;
  }
  .footer__box {
    flex-direction: row;
    justify-content: space-evenly;
    min-height: 100px;
  }
  .footer__privacypolicy {
    width: 25%;
    height: auto;
  }
  .footer__privacypolicy a {
    font-size: 2.3rem;
  }
  .footer__socialmedia {
    width: 50%;
    height: auto;
  }
  .footer__phone {
    display: block;
    width: 25%;
    height: auto;
    font-size: 2.3rem;
  }
  .footer__phone .phone {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .footer__privacypolicy {
    width: 30%;
    height: auto;
  }
  .footer__privacypolicy a {
    font-size: 2.5rem;
  }
  .footer__socialmedia {
    width: 40%;
    height: auto;
  }
  .footer__phone {
    width: 30%;
    height: auto;
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .footer__privacypolicy {
    width: 25%;
    height: auto;
  }
  .footer__privacypolicy a {
    font-size: 2.5rem;
  }
  .footer__socialmedia {
    width: 50%;
    height: auto;
  }
  .footer__phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: auto;
    font-size: 2.5rem;
  }
  .footer__phone .phone {
    margin-top: 0;
  }
}
@font-face {
  font-family: "Lato";
  src: url("../../css/subset-Lato-Regular.woff2") format("woff2"), url("../../css/subset-Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../../css/subset-Lato-Bold.woff2") format("woff2"), url("../../css/subset-Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Black";
  src: url("../../css/subset-Lato-Black.woff2") format("woff2"), url("../../css/subset-Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../css/Montserrat-Regular.woff2") format("woff2"), url("../../css/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("../../css/Montserrat-Black.woff2") format("woff2"), url("../../css/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../css/Raleway-BlackItalic.woff2") format("woff2"), url("../../css/Raleway-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.font {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.title-font {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 900;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato-Black", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat-Black";
  font-weight: 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header .privacy__policy__heading {
  font-size: 3.5rem;
  text-align: center;
  padding: 2rem 2rem;
}

main {
  width: 95%;
  margin: 0 auto;
  padding: 2rem 0;
}
main .last__updated {
  font-size: 2rem;
  padding: 1rem 0;
  text-align: center;
}
main h4 {
  font-size: 2.5rem;
  text-align: center;
  padding: 1.5rem 0;
}
main p {
  font-size: 1.8rem;
  padding: 1rem 2rem;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
main p a {
  color: #000;
}
main b {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: bold;
}
main ul {
  width: 80%;
  margin: 0 auto;
  font-style: normal;
}
main ul li {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.8rem;
  padding: 1rem 0;
  line-height: 1.5;
}
main ul li a {
  color: #000;
}

@media (min-width: 768px) {
  main h4 {
    font-size: 4rem;
  }
  main p {
    font-size: 2.2rem;
  }
  main ul li {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  main {
    max-width: 1200px;
    width: 100%;
  }
  main h4 {
    padding: 3rem 0;
  }
  main p.font {
    padding: 3rem 2rem;
  }
}/*# sourceMappingURL=privacy-policy.css.map */