@charset "UTF-8";


/*====================================*  
Functions
/*====================================*/
* {
  -webkit-tap-highlight-color: transparent !important;
  -moz-tap-highlight-color: transparent !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
}

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

html {
  height: 100%;
}

body {
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(../images/bg.jpg) var(--color--bg);
  --color--bg: #e0f4fb;
  --color--white: #FFF;
  --color--black: #000;
  --color--gray: #444;
  --color--lgray: #CCC;
  --color--green: #0ea07f;
  background-size: cover;
  color: var(--color--black);
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
}

button {
  border: none;
  cursor: pointer;
}

i {
  font-style: normal;
}

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

a,
a:visited,
a:active {
  color: inherit;
}

@media only screen and (min-width: 48em) {
  .for-mb {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .for-pc {
    display: none;
  }
}

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

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

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/* Normalization */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {

  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Universal inheritance */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/* Opinionated defaults */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #000;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

.nav-open .contents {
  pointer-events: none;
}

.contents>[class^=section-] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: none;
  padding: 30px 20px;
  overflow: auto;
}

@media only screen and (min-width: 48em) {
  .contents>[class^=section-] {
    padding: 30px;
  }
}

.contents>[class^=section-].active {
  opacity: 0;
  animation: fadein 0.7s forwards;
  display: flex;
}

@keyframes fadein {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeout {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@keyframes showSectionTitle {
  to {
    transform: translateX(0);
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 101;
  opacity: 0;
}

@media only screen and (max-width: 47.9375em) {
  .header {
    margin-top: 20px;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 48em) {
  .header {
    padding: 30px 30px 0 30px;
  }
}

.header.animate-in {
  opacity: 0;
  animation: fadein 0.7s ease-in-out forwards;
}

.header.animate-out {
  animation: fadeout 1.8s 0.5s forwards;
  opacity: 1;
  pointer-events: none;
}

.page-template-contact-success .header,
.page-template-contact-confirm .header {
  display: block;
  animation: fadein 0.7s 0.3s ease-in-out forwards;
}

.logo {
  cursor: pointer;
}

.logo img {
  width: 45px;
}

@media only screen and (max-width: 47.9375em) {
  .logo {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .section1 .logo {
    display: block;
  }
}

.nav-open .logo {
  display: none !important;
}

.nav {
  align-items: center;
  display: none;
  font-size: 13px;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  display: none;
}

@media only screen and (max-width: 61.9375em) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color--white);
    padding: 20px;
    opacity: 1;
    z-index: 1;
  }
}

@media only screen and (min-width: 62em) {
  .nav {
    position: fixed;
    top: 0;
    right: 30px;
    display: flex;
    z-index: 5;
  }
}

.nav.animate-in {
  animation: fadein 0.7s ease-in-out forwards;
  opacity: 1;
}

@media only screen and (min-width: 62em) {
  .nav.animate-in {
    display: flex;
    pointer-events: auto;
  }
}

.nav.animate-out {
  pointer-events: none !important;
}

@media only screen and (min-width: 62em) {
  .nav.animate-out {
    opacity: 1;
    animation: fadeout 1.8s 0.5s forwards;
  }
}

@media only screen and (max-width: 61.9375em) {
  .nav.is-active {
    animation: fadein 0.2s ease-in-out forwards;
    display: flex;
    opacity: 0;
    z-index: 100;
  }
}

.section__outline-nav {
  position: absolute;
  top: 50%;
  left: -3%;
  padding: 0;
  transform: translateY(-50%);
  height: calc(100vh - 80px);
  pointer-events: none;
}

@media only screen and (max-height: 46.5625em) {
  .section__outline-nav {
    left: -26px;
  }
}

@media only screen and (max-height: 33.125em) {
  .section__outline-nav {
    left: -3%;
  }
}

@media only screen and (min-width: 62em) {
  .section__outline-nav {
    display: none;
  }
}

.section__outline-nav .section__outline-text {
  letter-spacing: 0.09em;
  stroke-width: 0.7px;
  font-size: 59px;
}

.nav-list {
  pointer-events: none;
}

@media only screen and (max-width: 61.9375em) {
  .nav .nav-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: space-between;
    max-height: 550px;
  }
}

.footer .nav-list {
  display: none;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}

@media only screen and (min-width: 48em) {
  .footer .nav-list {
    display: flex;
  }
}

.nav-list__item {
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}

.animate-in .nav-list__item {
  cursor: pointer;
  pointer-events: auto;
}

.animate-out .nav-list__item {
  pointer-events: none !important;
}

.nav .nav-list__item {
  display: flex;
  padding-right: 20px;
}

@media only screen and (max-width: 61.9375em) {
  .nav .nav-list__item {
    font-family: "Anton";
    font-size: 32px;
    justify-content: flex-start;
    list-style-type: none;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 62em) {
  .nav .nav-list__item {
    justify-content: flex-end;
  }
}

.nav .nav-list__item:after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 4px;
  height: 4px;
  background-color: var(--color--gray);
  border-radius: 15px;
  content: "";
  transition: transform 0.3s linear;
}

@media only screen and (max-width: 61.9375em) {
  .nav .nav-list__item:after {
    display: none;
  }
}

@media only screen and (min-width: 62em) {
  .nav .nav-list__item:after {
    display: block;
  }
}

.nav .nav-list__item:not(:last-child) {
  margin-bottom: 31px;
}

.nav .nav-list__item.is-active:after {
  background-color: transparent;
  border: 0.4px solid var(--color--sky);
  transform: scale(2.75);
}

.footer .nav-list__item {
  display: inline-flex;
}

.footer .nav-list__item:not(:last-child) {
  margin-right: 50px;
}

.nav-list__num {
  font-size: 14px;
  margin-right: 15px;
}

@media only screen and (min-width: 62em) {
  .nav-list__num {
    display: none;
  }
}

.nav-scroller-link {
  width: 160px;
  height: 160px;
  position: fixed;
  right: -40px;
  bottom: -25px;
  z-index: 99;
}

.animate-in .nav-scroller-link {
  pointer-events: auto;
}

.animate-out .nav-scroller-link {
  pointer-events: none !important;
}

.hoverable .nav-scroller-link:hover {
  cursor: pointer;
  cursor: pointer;
}

@media only screen and (min-width: 62em) {
  .nav-scroller-link {
    display: none !important;
  }
}

.nav-scroller {
  width: 160px;
  height: 160px;
  position: fixed;
  right: -40px;
  bottom: -25px;
  z-index: 5;
  cursor: pointer;
}

@media only screen and (min-width: 62em) {
  .nav-scroller {
    display: none;
  }
}

.nav-scroller:before {
  width: 44px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: arrowSpinNav 0.7s ease-in alternate-reverse infinite;
  content: "";
  display: block;
  background-image: url("../images/arrow-down.png");
  background-size: cover;
}

.nav-scroller__circle {
  width: 100%;
  height: 100%;
  animation: scrollerSpin 80s linear infinite;
  background-image: url("../images/scroller_nav.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@keyframes arrowSpinNav {
  0% {
    transform: translate(-50%, -40%) rotate(180deg);
  }

  100% {
    transform: translate(-50%, -60%) rotate(180deg);
  }
}

.footer {
  position: fixed;
  bottom: 20px;
  display: block !important;
  height: auto !important;
  width: 100% !important;
  text-align: center;
  margin-top: 70px;
  z-index: 10;
}

@media only screen and (max-width: 47.9375em) {
  .footer {
    background-color: none;
  }
}

.footer__text {
  color: #7e7e7e;
  font-size: 11px;
  margin-top: 112px;
  letter-spacing: 3px;
}

.section__title {
  font-size: 15px;
  height: 41px;
  letter-spacing: 0.08em;
  padding-bottom: 7px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 30px;
}

@media only screen and (min-width: 48em) {
  .section__title {
    font-size: 21px;
    margin-top: 124px;
  }
}

.section__title:before,
.section__title:after {
  position: absolute;
  bottom: -10px;
  content: "";
  background-color: var(--color--green);
  border-radius: 4px;
  height: 4px;
}

.section__title:before {
  left: 0;
  width: 26px;
}

.section__title:after {
  left: 30px;
  width: 4px;
}

.section__subtitle {
  pointer-events: none !important;
}

.section__outline {
  pointer-events: none !important;
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  .section__outline {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 403px;
    padding-left: 20px;
    padding-top: 20px;
    width: 100%;
  }
}

.section__outline-text {
  fill: none;
  font-family: "Anton";
  stroke-miterlimit: 10;
  stroke-width: 0.3px;
  stroke: rgba(255, 255, 255, 0.3);
}

.services {
  opacity: 0;
  position: relative;
  z-index: 1;
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  .services {
    margin-top: 35px;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .services {
    max-width: 310px;
  }
}

.services img {
  transition: all 0.5s ease;
  margin-bottom: 15px;
  width: 100%;
}

.animate-in .services:nth-child(1) {
  animation: fadein 0.6s 1.1s ease-in-out forwards;
  display: block;
}

.animate-in .services:nth-child(2) {
  animation: fadein 0.6s 1.5s ease-in-out forwards;
  display: block;
}

.animate-in .services:nth-child(3) {
  animation: fadein 0.6s 1.9s ease-in-out forwards;
  display: block;
}

.animate-in .services:nth-child(4) {
  animation: fadein 0.6s 2.3s ease-in-out forwards;
  display: block;
}

.animate-out .services {
  opacity: 1;
}

.animate-out .services:nth-child(1) {
  animation: fadeout 0.3s 0.5s ease-in forwards;
  display: none;
}

.animate-out .services:nth-child(2) {
  animation: fadeout 0.3s 1s ease-in forwards;
  display: none;
}

.animate-out .services:nth-child(3) {
  animation: fadeout 0.3s 1.5s ease-in forwards;
  display: none;
}

.animate-out .services:nth-child(4) {
  animation: fadeout 0.3s 2s ease-in forwards;
  display: none;
}

.services__img {
  transition: transform 0.5s ease;
}

@media only screen and (max-width: 47.9375em) {
  .services__img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 48em) {
  .services--web {
    margin-top: 16%;
    margin-left: 17%;
  }
}

@media only screen and (min-width: 64em) {
  .services--web {
    margin-left: 205px;
    margin-top: 74px;
  }
}

.services--web .services__title {
  margin-bottom: 6px;
  letter-spacing: 0.2em;
}

.services--web .services__img {
  width: 43px;
  margin-bottom: 17px;
}

.services--web .services__img img {
  animation: services-rotate-1 8s linear infinite;
}

@media only screen and (min-width: 48em) {
  .services--sns {
    margin-top: 120px;
    margin-bottom: 122px;
  }
}

.services--sns .services__title {
  margin-bottom: 4px;
  letter-spacing: 0.09em;
}

.services--sns .services__img {
  width: 42px;
  margin-bottom: 11px;
}

.services--sns .services__img img {
  animation: services-rotate-1 6s linear infinite;
}

@media only screen and (min-width: 48em) {
  .services--business {
    margin-left: 30%;
  }
}

.services--business .services__title {
  margin-bottom: 4px;
  letter-spacing: 0.08em;
}

.services--business .services__img {
  width: 39px;
}

.services--business .services__img img {
  animation: services-rotate-2 7s linear infinite;
}

.services__title {
  color: #e4c120;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
}

.services__desc {
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 2.273;
}

.services__desc>span {
  display: block;
}

@keyframes services-rotate-1 {
  0% {
    transform-origin: center center;
    transform: rotate(360deg) scale(1);
  }

  50% {
    transform-origin: center center;
    transform: rotate(180deg) scale(1.7);
  }

  100% {
    transform-origin: center center;
    transform: rotate(0) scale(1);
  }
}

@keyframes services-rotate-2 {
  0% {
    transform-origin: center center;
    transform: rotate(-360deg) scale(1);
  }

  50% {
    transform-origin: center center;
    transform: rotate(-180deg) scale(1.6);
  }

  100% {
    transform-origin: center center;
    transform: rotate(0) scale(1);
  }
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 15px;
  width: 35px;
  height: 35px;
  display: none;
  padding-right: 5px;
  padding-top: 12px;
  z-index: 999;
}

@media only screen and (min-width: 62em) {
  .hamburger {
    display: none !important;
  }
}

.hamburger.animate-in {
  animation: fadein 0.7s ease-in-out forwards;
  opacity: 0;
  display: block;
}

.hamburger.animate-out {
  animation: fadeout 0.3s forwards;
  opacity: 1;
  pointer-events: none !important;
}

.hamburger__item {
  border-radius: 5px;
  display: block;
  height: 3px;
  width: 100%;
}

.hamburger__item:first-child,
.hamburger__item:last-child {
  transition: all 0.3s ease;
  background-color: #fff;
}

.hamburger__item:last-child {
  margin-left: auto;
  margin-top: 8px;
  width: 80%;
}

.is-active .hamburger__item:first-child {
  transform: rotate(45deg) translate(5px, 9px);
}

.is-active .hamburger__item:last-child {
  transform: rotate(-45deg) translate(-7px, 3px);
  width: 100%;
  margin-top: 0;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 47.9375em) {
  .breadcrumbs__item {
    flex-direction: column;
    position: relative;
  }
}

@media only screen and (max-width: 47.9375em) {
  .breadcrumbs__item:not(:last-child) {
    margin-right: 10%;
  }
}

.breadcrumbs__item:not(:first-child):before {
  width: 35px;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
}

@media only screen and (max-width: 47.9375em) {
  .breadcrumbs__item:not(:first-child):before {
    position: absolute;
    top: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .breadcrumbs__item:not(:first-child):before {
    margin-left: 22px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .breadcrumbs__item:nth-child(2):before {
    left: -24px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .breadcrumbs__item:nth-child(3):before {
    left: -41px;
  }
}

.mw_wp_form_input .breadcrumbs__num--input,
.mw_wp_form_confirm .breadcrumbs__num--input,
.mw_wp_form_complete .breadcrumbs__num--input {
  color: #f7c706;
}

.mw_wp_form_input .breadcrumbs__num--input:before,
.mw_wp_form_confirm .breadcrumbs__num--input:before,
.mw_wp_form_complete .breadcrumbs__num--input:before {
  background-color: #f7c706;
}

.mw_wp_form_confirm .breadcrumbs__num--confirm,
.mw_wp_form_complete .breadcrumbs__num--confirm {
  color: #f7c706;
}

.mw_wp_form_confirm .breadcrumbs__num--confirm:before,
.mw_wp_form_complete .breadcrumbs__num--confirm:before {
  background-color: #f7c706;
}

.mw_wp_form_complete .breadcrumbs__num--success {
  color: #f7c706;
}

.mw_wp_form_complete .breadcrumbs__num--success:before {
  background-color: #f7c706;
}

.breadcrumbs__num {
  font-size: 25px;
  font-weight: bold;
  margin-right: 10px;
}

.breadcrumbs__label {
  font-size: 11px;
}

.loading-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.percentage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -110px;
  left: 0;
  text-shadow: -1px -1px 0 rgba(223, 156, 28, 0.8), -1px 0px 0 rgba(223, 156, 28, 0.8), -1px 1px 0 rgba(223, 156, 28, 0.8), 0px -1px 0 rgba(223, 156, 28, 0.8), 0px 0px 0 rgba(223, 156, 28, 0.8), 0px 1px 0 rgba(223, 156, 28, 0.8), 1px -1px 0 rgba(223, 156, 28, 0.8), 1px 0px 0 rgba(223, 156, 28, 0.8), 1px 1px 0 rgba(223, 156, 28, 0.8);
  color: #000;
  display: flex;
  font-family: "Anton";
  font-size: 150px;
  z-index: 100;
  justify-content: center;
}

@supports (text-stroke: 1px rgba(223, 156, 28, 0.8)) or (-webkit-text-stroke: 1px rgba(223, 156, 28, 0.8)) {
  .percentage {
    color: transparent;
    -webkit-text-stroke: 1px rgba(223, 156, 28, 0.8);
    text-shadow: none;
  }
}

.percentage:after {
  position: relative;
  top: 127px;
  left: 11px;
  color: rgba(223, 156, 28, 0.8);
  content: "%";
  display: block;
  font-size: 40px;
}

.loading {
  width: 100%;
  height: 3px;
  font-weight: 300;
  position: relative;
}

.trackbar {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
}

.loadbar {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df9c1c;
  overflow: hidden;
}

.particle-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.particle {
  position: absolute;
}

.particle.circle {
  border-radius: 50%;
}

@keyframes particle-circle-1 {
  100% {
    transform: translate3d(52vw, 73vh, 620px);
  }
}

.particle.circle:nth-child(1) {
  width: 9px;
  height: 9px;
  animation: particle-circle-1 123s infinite alternate;
  animation-delay: -0.1s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.33;
  transform: translate3d(51vw, 35vh, 4px);
}

@keyframes particle-circle-2 {
  100% {
    transform: translate3d(28vw, 29vh, 70px);
  }
}

.particle.circle:nth-child(2) {
  width: 16px;
  height: 16px;
  animation: particle-circle-2 145s infinite alternate;
  animation-delay: -0.2s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.3;
  transform: translate3d(34vw, 7vh, 35px);
}

@keyframes particle-circle-3 {
  100% {
    transform: translate3d(100vw, 22vh, 960px);
  }
}

.particle.circle:nth-child(3) {
  width: 7px;
  height: 7px;
  animation: particle-circle-3 148s infinite alternate;
  animation-delay: -0.3s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.01;
  transform: translate3d(21vw, 32vh, 84px);
}

@keyframes particle-circle-4 {
  100% {
    transform: translate3d(15vw, 68vh, 930px);
  }
}

.particle.circle:nth-child(4) {
  width: 20px;
  height: 20px;
  animation: particle-circle-4 129s infinite alternate;
  animation-delay: -0.4s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.09;
  transform: translate3d(28vw, 81vh, 99px);
}

@keyframes particle-circle-5 {
  100% {
    transform: translate3d(80vw, 35vh, 790px);
  }
}

.particle.circle:nth-child(5) {
  width: 10px;
  height: 10px;
  animation: particle-circle-5 127s infinite alternate;
  animation-delay: -0.5s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.25;
  transform: translate3d(60vw, 45vh, 71px);
}

@keyframes particle-circle-6 {
  100% {
    transform: translate3d(72vw, 75vh, 240px);
  }
}

.particle.circle:nth-child(6) {
  width: 14px;
  height: 14px;
  animation: particle-circle-6 174s infinite alternate;
  animation-delay: -0.6s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.33;
  transform: translate3d(85vw, 89vh, 80px);
}

@keyframes particle-circle-7 {
  100% {
    transform: translate3d(100vw, 88vh, 150px);
  }
}

.particle.circle:nth-child(7) {
  width: 17px;
  height: 17px;
  animation: particle-circle-7 128s infinite alternate;
  animation-delay: -0.7s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.04;
  transform: translate3d(8vw, 9vh, 58px);
}

@keyframes particle-circle-8 {
  100% {
    transform: translate3d(76vw, 27vh, 340px);
  }
}

.particle.circle:nth-child(8) {
  width: 13px;
  height: 13px;
  animation: particle-circle-8 159s infinite alternate;
  animation-delay: -0.8s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.24;
  transform: translate3d(4vw, 12vh, 39px);
}

@keyframes particle-circle-9 {
  100% {
    transform: translate3d(36vw, 49vh, 410px);
  }
}

.particle.circle:nth-child(9) {
  width: 14px;
  height: 14px;
  animation: particle-circle-9 158s infinite alternate;
  animation-delay: -0.9s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.11;
  transform: translate3d(13vw, 34vh, 46px);
}

@keyframes particle-circle-10 {
  100% {
    transform: translate3d(27vw, 95vh, 390px);
  }
}

.particle.circle:nth-child(10) {
  width: 16px;
  height: 16px;
  animation: particle-circle-10 170s infinite alternate;
  animation-delay: -1s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.03;
  transform: translate3d(72vw, 12vh, 17px);
}

@keyframes particle-circle-11 {
  100% {
    transform: translate3d(57vw, 18vh, 360px);
  }
}

.particle.circle:nth-child(11) {
  width: 9px;
  height: 9px;
  animation: particle-circle-11 90s infinite alternate;
  animation-delay: -1.1s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.17;
  transform: translate3d(88vw, 86vh, 32px);
}

@keyframes particle-circle-12 {
  100% {
    transform: translate3d(31vw, 71vh, 320px);
  }
}

.particle.circle:nth-child(12) {
  width: 15px;
  height: 15px;
  animation: particle-circle-12 178s infinite alternate;
  animation-delay: -1.2s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.03;
  transform: translate3d(31vw, 27vh, 97px);
}

@keyframes particle-circle-13 {
  100% {
    transform: translate3d(99vw, 12vh, 120px);
  }
}

.particle.circle:nth-child(13) {
  width: 15px;
  height: 15px;
  animation: particle-circle-13 92s infinite alternate;
  animation-delay: -1.3s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.3;
  transform: translate3d(29vw, 62vh, 53px);
}

@keyframes particle-circle-14 {
  100% {
    transform: translate3d(29vw, 91vh, 620px);
  }
}

.particle.circle:nth-child(14) {
  width: 19px;
  height: 19px;
  animation: particle-circle-14 83s infinite alternate;
  animation-delay: -1.4s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.04;
  transform: translate3d(29vw, 76vh, 23px);
}

@keyframes particle-circle-15 {
  100% {
    transform: translate3d(23vw, 82vh, 370px);
  }
}

.particle.circle:nth-child(15) {
  width: 16px;
  height: 16px;
  animation: particle-circle-15 158s infinite alternate;
  animation-delay: -1.5s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.07;
  transform: translate3d(63vw, 40vh, 54px);
}

@keyframes particle-circle-16 {
  100% {
    transform: translate3d(58vw, 98vh, 190px);
  }
}

.particle.circle:nth-child(16) {
  width: 17px;
  height: 17px;
  animation: particle-circle-16 159s infinite alternate;
  animation-delay: -1.6s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.26;
  transform: translate3d(8vw, 2vh, 31px);
}

@keyframes particle-circle-17 {
  100% {
    transform: translate3d(31vw, 91vh, 350px);
  }
}

.particle.circle:nth-child(17) {
  width: 10px;
  height: 10px;
  animation: particle-circle-17 90s infinite alternate;
  animation-delay: -1.7s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.02;
  transform: translate3d(38vw, 7vh, 37px);
}

@keyframes particle-circle-18 {
  100% {
    transform: translate3d(74vw, 75vh, 670px);
  }
}

.particle.circle:nth-child(18) {
  width: 14px;
  height: 14px;
  animation: particle-circle-18 88s infinite alternate;
  animation-delay: -1.8s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.03;
  transform: translate3d(58vw, 7vh, 32px);
}

@keyframes particle-circle-19 {
  100% {
    transform: translate3d(94vw, 13vh, 1000px);
  }
}

.particle.circle:nth-child(19) {
  width: 10px;
  height: 10px;
  animation: particle-circle-19 178s infinite alternate;
  animation-delay: -1.9s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.16;
  transform: translate3d(79vw, 7vh, 9px);
}

@keyframes particle-circle-20 {
  100% {
    transform: translate3d(74vw, 37vh, 380px);
  }
}

.particle.circle:nth-child(20) {
  width: 7px;
  height: 7px;
  animation: particle-circle-20 162s infinite alternate;
  animation-delay: -2s;
  background: #000;
  border: solid 2px #f7c706;
  opacity: 0.22;
  transform: translate3d(89vw, 62vh, 62px);
}

.particle.cube {
  background-image: url("../images/particles/cube.png");
  background-repeat: no-repeat;
  background-position: center center;
}

@keyframes particle-cube-21 {
  100% {
    transform: translate3d(58vw, 23vh, 690px) rotate(1000deg);
  }
}

.particle.cube:nth-child(21) {
  width: 203px;
  height: 270px;
  background-size: 0%;
  animation: particle-cube-21 60s infinite alternate;
  animation-delay: -2.1s;
  opacity: 0.27;
  transform: translate3d(65vw, 33vh, 61px) rotate(0);
  z-index: -1;
  transform-origin: center;
}

@keyframes particle-cube-22 {
  100% {
    transform: translate3d(21vw, 54vh, 670px) rotate(1000deg);
  }
}

.particle.cube:nth-child(22) {
  width: 226px;
  height: 221px;
  background-size: 0%;
  animation: particle-cube-22 60s infinite alternate;
  animation-delay: -2.2s;
  opacity: 0.09;
  transform: translate3d(72vw, 32vh, 98px) rotate(0);
  z-index: -1;
  transform-origin: center;
}

@keyframes particle-cube-23 {
  100% {
    transform: translate3d(1vw, 98vh, 850px) rotate(1000deg);
  }
}

.particle.cube:nth-child(23) {
  width: 218px;
  height: 249px;
  background-size: 0%;
  animation: particle-cube-23 60s infinite alternate;
  animation-delay: -2.3s;
  opacity: 0.7;
  transform: translate3d(73vw, 47vh, 20px) rotate(0);
  z-index: -1;
  transform-origin: center;
}

@keyframes particle-cube-24 {
  100% {
    transform: translate3d(53vw, 82vh, 120px) rotate(1000deg);
  }
}

.particle.cube:nth-child(24) {
  width: 233px;
  height: 290px;
  background-size: 0%;
  animation: particle-cube-24 60s infinite alternate;
  animation-delay: -2.4s;
  opacity: 0.69;
  transform: translate3d(36vw, 66vh, 55px) rotate(0);
  z-index: -1;
  transform-origin: center;
}

@keyframes particle-cube-25 {
  100% {
    transform: translate3d(45vw, 2vh, 820px) rotate(1000deg);
  }
}

.particle.cube:nth-child(25) {
  width: 177px;
  height: 211px;
  background-size: 0%;
  animation: particle-cube-25 60s infinite alternate;
  animation-delay: -2.5s;
  opacity: 0.04;
  transform: translate3d(46vw, 42vh, 44px) rotate(0);
  z-index: -1;
  transform-origin: center;
}

@keyframes particle-cube-26 {
  100% {
    transform: translate3d(32vw, 23vh, 220px) rotate(1000deg);
  }
}

.particle.cube:nth-child(26) {
  width: 144px;
  height: 276px;
  background-size: 0%;
  animation: particle-cube-26 60s infinite alternate;
  animation-delay: -2.6s;
  opacity: 0.6;
  transform: translate3d(59vw, 18vh, 16px) rotate(0);
  z-index: -1;
  transform-origin: center;
}

@keyframes particle-cube-27 {
  100% {
    transform: translate3d(37vw, 38vh, 940px) rotate(1000deg);
  }
}

.particle.cube:nth-child(27) {
  width: 148px;
  height: 221px;
  background-size: 0%;
  animation: particle-cube-27 60s infinite alternate;
  animation-delay: -2.7s;
  opacity: 0.63;
  transform: translate3d(85vw, 49vh, 5px) rotate(0);
  z-index: -1;
  transform-origin: center;
}

@keyframes particle-cube-28 {
  100% {
    transform: translate3d(18vw, 100vh, 520px) rotate(1000deg);
  }
}

.particle.cube:nth-child(28) {
  width: 131px;
  height: 256px;
  background-size: 0%;
  animation: particle-cube-28 60s infinite alternate;
  animation-delay: -2.8s;
  opacity: 0.66;
  transform: translate3d(86vw, 15vh, 92px) rotate(0);
  z-index: -1;
  transform-origin: center;
}

@keyframes particle-cube-29 {
  100% {
    transform: translate3d(64vw, 28vh, 150px) rotate(1000deg);
  }
}

.particle.cube:nth-child(29) {
  width: 281px;
  height: 189px;
  background-size: 0%;
  animation: particle-cube-29 60s infinite alternate;
  animation-delay: -2.9s;
  opacity: 0.59;
  transform: translate3d(11vw, 44vh, 56px) rotate(0);
  z-index: -1;
  transform-origin: center;
}

@keyframes particle-cube-30 {
  100% {
    transform: translate3d(19vw, 7vh, 370px) rotate(1000deg);
  }
}

.particle.cube:nth-child(30) {
  width: 254px;
  height: 147px;
  background-size: 0%;
  animation: particle-cube-30 60s infinite alternate;
  animation-delay: -3s;
  opacity: 0.34;
  transform: translate3d(17vw, 89vh, 29px) rotate(0);
  z-index: -1;
  transform-origin: center;
}

/*ここから追記*/
@keyframes h-written {
  to {
    stroke-dashoffset: 0px;
  }
}

.section-main svg #mask-line {
  fill: none;
  stroke: #fff;
  stroke-width: 90;
  /*線の太さを指定する*/
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 15000;
  /* 線の間隔を指定する */
  stroke-dashoffset: 15000;
  /* 線の位置を指定する */
}

.section-main svg #catch {
  -webkit-mask: url(#mask-ani);
  mask: url(#mask-ani);
}

.section-main.active svg #mask-line {
  animation: h-written 10s 1s forwards;
}

/*ここまで追記*/
.path {
  animation: dashIn 0.8s linear forwards;
  fill: none;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  stroke-miterlimit: 10;
  stroke-width: 10px;
  stroke: #fff;
}

.animate-out .path {
  animation: dashOut 0.8s linear forwards;
}

@keyframes dashIn {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dashOut {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 300;
  }
}

.main-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: fadein 0s ease-in-out;
  pointer-events: none;
  transform-origin: center center;
  transform: scale(0.8) rotate(-5deg);
  z-index: 19;
  overflow: hidden;
}

@media only screen and (min-width: 35em) {
  .main-text {
    transform: scale(0.8) rotate(-5deg);
  }
}

.animate-out .main-text {
  animation: fadeout 0.3s 0.5s ease-in-out forwards;
}

.handwriting-done .main-text .path {
  animation-delay: 0s !important;
  stroke-width: 10px;
  stroke-dashoffset: 0;
}

.main-do-o {
  animation-delay: 0.6s;
}

.main-you-y {
  animation-delay: 0.9s;
}

.main-you-o {
  animation-delay: 1.1s;
}

.main-you-u {
  animation-delay: 1.23s;
}

.main-know-k1 {
  animation-delay: 1.39s;
}

.main-know-k2 {
  animation-delay: 1.51s;
}

.main-know-n {
  animation-delay: 1.58s;
}

.main-know-o {
  animation-duration: 0.4s;
  animation-delay: 1.7s;
}

.main-know-w {
  animation-delay: 1.9s;
}

.main-yourself-y {
  animation-delay: 1.98s;
}

.main-yourself-o {
  animation-delay: 3s;
}

.main-yourself-u {
  animation-delay: 3.3s;
}

.main-yourself-r {
  animation-delay: 3.5s;
}

.main-yourself-s {
  animation-duration: 0.3s;
  animation-delay: 3.8s;
}

.main-yourself-e4 {
  animation-delay: 3.95s;
}

.main-yourself-e3 {
  animation-delay: 4.1s;
}

.main-yourself-e2 {
  animation-duration: 1s;
  animation-delay: 4.2s;
}

.main-yourself-e1 {
  animation-delay: 4.27s;
}

.main-yourself-l {
  animation-delay: 4.32s;
}

.main-yourself-f3 {
  animation-delay: 4.5s;
}

.main-yourself-f2 {
  animation-delay: 4.5s;
}

.main-yourself-f1 {
  animation-delay: 4.6s;
}

.main-question-1 {
  animation-delay: 4.7s;
}

.main-question-2 {
  animation-delay: 5.15s;
}

.purpose-text {
  position: relative;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 48em) {
  .purpose-text {
    margin-left: auto;
    margin-right: 30px;
    max-width: 250px;
  }
}

@media only screen and (min-width: 62em) {
  .purpose-text {
    max-width: 327px;
  }
}

.animate-out .purpose-text {
  animation: fadeout 0.4s 0.5s ease-in-out forwards;
}

.handwriting-done .purpose-text .path {
  animation-delay: 0s !important;
  stroke-width: 10px;
  stroke-dashoffset: 0;
}

@media only screen and (min-width: 48em) {
  .purpose-text.for-pc {
    display: block;
  }
}

.purpose-always-a1 {
  animation-delay: 0.6s;
}

.purpose-always-a2 {
  animation-delay: 0.9s;
}

.purpose-always-l {
  animation-delay: 0.96s;
}

.purpose-always-w {
  animation-delay: 1.2s;
}

.purpose-always-a4 {
  animation-delay: 1.5s;
}

.purpose-always-a3 {
  animation-delay: 1.7s;
}

.purpose-always-y1 {
  animation-delay: 1.8s;
}

.purpose-always-y2 {
  animation-delay: 1.87s;
}

.purpose-always-s {
  animation-delay: 1.98s;
}

.purpose-be-b1 {
  animation-delay: 2s;
}

.purpose-be-b2 {
  animation-delay: 2.2s;
}

.purpose-be-e1 {
  animation-delay: 2.4s;
}

.purpose-be-e2 {
  animation-delay: 2.45s;
}

.purpose-be-e3 {
  animation-delay: 2.5s;
}

.purpose-be-e4 {
  animation-delay: 2.55s;
}

.purpose-who-w {
  animation-delay: 2.6s;
}

.purpose-who-h1 {
  animation-delay: 2.8s;
}

.purpose-who-h2 {
  animation-delay: 2.9s;
}

.purpose-who-h3 {
  animation-delay: 3s;
}

.purpose-who-o {
  animation-delay: 3.1s;
}

.purpose-you-y2 {
  animation-delay: 3.2s;
}

.purpose-you-y1 {
  animation-delay: 3.27s;
}

.purpose-you-o {
  animation-delay: 3.39s;
}

.purpose-you-u {
  animation-delay: 3.6s;
}

.purpose-are-a1 {
  animation-delay: 3.75s;
}

.purpose-are-a2 {
  animation-delay: 3.8s;
}

.purpose-are-r1 {
  animation-delay: 3.93s;
}

.purpose-are-r2 {
  animation-delay: 3.98s;
}

.purpose-are-e1 {
  animation-delay: 4.2s;
}

.purpose-are-e2 {
  animation-delay: 4.3s;
}

.purpose-are-e3 {
  animation-delay: 4.4s;
}

.services-text {
  position: relative;
  width: 100%;
  z-index: 2;
}

@media only screen and (min-width: 48em) {
  .services-text {
    max-width: 200px;
  }
}

.animate-out .services-text {
  animation: fadeout 0.4s 0.5s ease-in-out forwards;
}

.handwriting-done .services-text .path {
  animation-delay: 0s !important;
  stroke-width: 10px;
  stroke-dashoffset: 0;
}

@media only screen and (max-width: 47.9375em) {
  .services-text.for-mb {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}

@media only screen and (min-width: 48em) {
  .services-text.for-pc {
    display: block;
  }
}

.services-our-o {
  animation-delay: 0.6s;
}

.services-our-u {
  animation-delay: 0.9s;
}

.services-our-r1 {
  animation-delay: 1.1s;
}

.services-our-r2 {
  animation-delay: 1.12s;
}

.services-services-s1 {
  animation-delay: 1.39s;
}

.services-services-e1 {
  animation-delay: 1.6s;
}

.services-services-e2 {
  animation-delay: 1.68s;
}

.services-services-e3 {
  animation-delay: 1.73s;
}

.services-services-r2 {
  animation-delay: 1.83s;
}

.services-services-r1 {
  animation-delay: 1.86s;
}

.services-services-v {
  animation-delay: 2s;
}

.services-services-i {
  animation-delay: 2.3s;
}

.services-services-c {
  animation-delay: 2.45s;
}

.services-services-e4 {
  animation-delay: 2.6s;
}

.services-services-e5 {
  animation-delay: 2.63s;
}

.services-services-e6 {
  animation-delay: 2.69s;
}

.services-services-s2 {
  animation-delay: 2.8s;
}

@media only screen and (min-width: 48em) {
  .business-text {
    max-width: 325px;
  }
}

.animate-out .business-text .path {
  animation: dashOut 0.8s ease-in-out forwards;
}

.coming-c {
  animation-delay: 0.6s;
}

.coming-o1 {
  animation-delay: 0.9s;
}

.coming-m {
  animation-delay: 1.1s;
}

.coming-i3 {
  animation-delay: 1.46s;
}

.coming-i2 {
  animation-delay: 1.49s;
}

.coming-i1 {
  animation-delay: 1.5s;
}

.coming-n1 {
  animation-delay: 1.7s;
}

.coming-g1 {
  animation-delay: 1.84s;
}

.coming-g2 {
  animation-delay: 1.88s;
}

.coming-g3 {
  animation-delay: 1.92s;
}

.soon-s {
  animation-delay: 1.99s;
}

.soon-o2 {
  animation-delay: 2.3s;
}

.soon-o3 {
  animation-delay: 2.6s;
}

.soon-n2 {
  animation-delay: 2.9s;
}

@media only screen and (min-width: 48em) {
  .company-text {
    max-width: 330px;
    display: block;
    margin: 0 auto;
  }
}

.animate-out .company-text {
  animation: fadeout 0.4s 0.5s ease-in-out forwards;
}

.handwriting-done .company-text .path {
  animation-delay: 0s !important;
  stroke-width: 10px;
  stroke-dashoffset: 0;
}

.company-c {
  animation-delay: 0.6s;
}

.company-o {
  animation-delay: 0.9s;
}

.company-m {
  animation-delay: 1.2s;
}

.company-p1 {
  animation-delay: 1.4s;
}

.company-p2 {
  animation-delay: 1.48s;
}

.company-a1 {
  animation-delay: 1.6s;
}

.company-a2 {
  animation-delay: 1.68s;
}

.company-n {
  animation-delay: 1.8s;
}

.company-y1 {
  animation-delay: 2s;
}

.company-y2 {
  animation-delay: 2.1s;
}

.animate-out .access-text {
  animation: fadeout 0.4s 0.5s ease-in-out forwards;
}

.handwriting-done .access-text .path {
  animation-delay: 0s !important;
  stroke-width: 10px;
  stroke-dashoffset: 0;
}

.where-w {
  animation-delay: 0.6s;
}

.where-h1 {
  animation-delay: 0.9s;
}

.where-h2 {
  animation-delay: 1.1s;
}

.where-h3 {
  animation-delay: 1.19s;
}

.where-e1 {
  animation-delay: 1.3s;
}

.where-e2 {
  animation-delay: 1.35s;
}

.where-e3 {
  animation-delay: 1.38s;
}

.where-r1 {
  animation-delay: 1.4s;
}

.where-r2 {
  animation-delay: 1.46s;
}

.where-e4 {
  animation-delay: 1.6s;
}

.where-e5 {
  animation-delay: 1.64s;
}

.where-e6 {
  animation-delay: 1.68s;
}

.to-t1 {
  animation-delay: 1.73s;
}

.to-t2 {
  animation-delay: 1.76s;
}

.to-o {
  animation-delay: 1.8s;
}

.find-f1 {
  animation-delay: 1.9s;
}

.find-f2 {
  animation-delay: 1.94s;
}

.find-f3 {
  animation-delay: 1.98s;
}

.find-i {
  animation-delay: 2.2s;
}

.find-n {
  animation-delay: 2.3s;
}

.find-d1 {
  animation-delay: 2.58s;
}

.find-d2 {
  animation-delay: 2.63s;
}

.us-u {
  animation-delay: 2.7s;
}

.us-s {
  animation-delay: 2.76s;
}

.animate-out .contact-text {
  animation: fadeout 0.4s 0.5s ease-in-out forwards;
}

.handwriting-done .contact-text .path {
  animation-delay: 0s !important;
  stroke-width: 10px;
  stroke-dashoffset: 0;
}

.contact-c1 {
  animation-delay: 0.6s;
}

.contact-o {
  animation-delay: 0.9s;
}

.contact-n {
  animation-delay: 1s;
}

.contact-2t2 {
  animation-delay: 1.3s;
}

.contact-2t1 {
  animation-delay: 1.33s;
}

.contact-a1 {
  animation-delay: 1.39s;
}

.contact-a2 {
  animation-delay: 1.42s;
}

.contact-c2 {
  animation-delay: 1.51s;
}

.contact-1t1 {
  animation-delay: 1.58s;
}

.contact-1t2 {
  animation-delay: 1.64s;
}

.animate-out .confirm-text {
  animation: fadeout 0.4s 0.5s ease-in-out forwards;
}

.handwriting-done .confirm-text .path {
  animation-delay: 0s !important;
  stroke-width: 10px;
  stroke-dashoffset: 0;
}

.confirm-c {
  animation-delay: 0.6s;
}

.confirm-o {
  animation-delay: 0.9s;
}

.confirm-n {
  animation-delay: 1.2s;
}

.confirm-f1 {
  animation-delay: 1.5s;
}

.confirm-f2 {
  animation-delay: 1.54s;
}

.confirm-f3 {
  animation-delay: 1.59s;
}

.confirm-i1 {
  animation-delay: 1.7s;
}

.confirm-i2 {
  animation-delay: 1.74s;
}

.confirm-i3 {
  animation-delay: 1.79s;
}

.confirm-r {
  animation-delay: 1.9s;
}

.confirm-m {
  animation-delay: 2.3s;
}

.animate-out .complete-text {
  animation: fadeout 0.4s 0.5s ease-in-out forwards;
}

.handwriting-done .complete-text .path {
  animation-delay: 0s !important;
  stroke-width: 10px;
  stroke-dashoffset: 0;
}

.complete-c {
  animation-delay: 0.6s;
}

.complete-o {
  animation-delay: 0.9s;
}

.complete-m {
  animation-delay: 1.2s;
}

.complete-p {
  animation-delay: 1.5s;
}

.complete-l {
  animation-delay: 1.65s;
}

.complete-e1 {
  animation-delay: 1.8s;
}

.complete-e2 {
  animation-delay: 1.85s;
}

.complete-e3 {
  animation-delay: 1.9s;
}

.complete-t {
  animation-delay: 2.1s;
}

.complete-e4 {
  animation-delay: 2.4s;
}

.complete-e5 {
  animation-delay: 2.45s;
}

.complete-e6 {
  animation-delay: 2.5s;
}

.section-main {
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.container {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.animate-in .container {
  opacity: 0;
  animation: fadein 2s forwards;
}

.animate-out .container {
  opacity: 1;
  animation: fadeout 2.6s 0.5s forwards;
}

.section__outline--main {
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  padding: 0;
  max-width: 90%;
}

.animate-in .section__outline--main {
  animation: fadein 1s 1s ease-in-out forwards;
}

.animate-out .section__outline--main {
  opacity: 1;
  animation: fadeout 1s 0.6s forwards;
}

.browser-not-ie .section__outline--main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 284px;
}

.browser-ie .section__outline--main,
.browser-edge .section__outline--main {
  position: absolute;
  top: 0;
  left: 0;
}

.section__outline--main.for-mb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section__outline--main .section__outline-text {
  font-size: 90px;
}

@media only screen and (max-width: 47.9375em) {
  .section__outline--main .section__outline-text {
    font-size: 120px;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.4);
  }
}

.section-main-list {
  opacity: 0;
}

.animate-in .section-main-list {
  animation: fadein 1s 2.5s ease-in-out forwards;
}

.animate-out .section-main-list {
  opacity: 1;
  animation: fadeout 1s 0.6s forwards;
}

.section-main-list {
  position: relative;
  padding-top: 15px;
  margin-top: 26%;
}

@media only screen and (min-width: 48em) {
  .section-main-list {
    margin-top: 128px;
    margin-left: 134px;
  }
}

.section-main-list:before,
.section-main-list:after {
  position: absolute;
  top: 0;
  content: "";
  background-color: #e4c120;
  border-radius: 4px;
  height: 4px;
}

.section-main-list:before {
  left: 0;
  width: 26px;
}

.section-main-list:after {
  left: 30px;
  width: 4px;
}

.section-main-list__item {
  list-style-type: none;
  letter-spacing: 0.5em;
  font-size: 11px;
}

@media only screen and (min-width: 48em) {
  .section-main-list__item {
    font-size: 13px;
  }
}

.section-main-list__item:not(:last-child) {
  margin-bottom: 11px;
}

.section-main-scroller {
  width: 120px;
  height: 120px;
  position: fixed;
  bottom: 0;
  left: 50%;
  cursor: pointer;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 99;
}

.animate-in .section-main-scroller {
  animation: fadein 1s 2.5s ease-in-out forwards;
}

.animate-out .section-main-scroller {
  opacity: 1;
  animation: fadeout 1s 0.6s forwards;
}

@media only screen and (max-width: 47.9375em) {
  .section-main-scroller {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 48em) {
  .section-main-scroller {
    width: 190px;
    height: 190px;
    bottom: -40px;
  }
}

.section-main-scroller:before {
  width: 29px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: arrowSpin 0.7s ease-in alternate-reverse infinite;
  content: "";
  display: block;
  background-image: url("../images/arrow-down.png");
  background-size: cover;
}

@media only screen and (min-width: 48em) {
  .section-main-scroller:before {
    width: 45.5px;
    height: 52px;
  }
}

.section-main-scroller__circle {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url("../images/scroller_mv.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.animate-in .section-main-scroller__circle {
  animation: fadein 1s 2.5s ease-in-out forwards, scrollerSpin 80s linear infinite;
}

.animate-out .section-main-scroller__circle {
  opacity: 1;
  animation: fadeout 1s 0.6s forwards;
}

@keyframes scrollerSpin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes arrowSpin {
  0% {
    margin-top: -5%;
  }

  100% {
    margin-top: 5%;
  }
}

.section-purpose {
  display: flex;
}

@media only screen and (max-width: 47.9375em) {
  .section-purpose {
    flex-direction: column;
  }
}

.section-purpose .section-business__title {
  display: block;
  line-height: 1.2;
  max-width: 420px;
  text-align: left;
  margin-bottom: 10px;
}

@media only screen and (min-width: 48em) {
  .section-purpose .section-business__title {
    margin: 0 auto;
    font-size: 38px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 62em) {
  .section-purpose .section-business__title {
    position: relative;
    left: 20px;
    font-size: 58px;
  }
}

.container2 {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.animate-out .container2 {
  transform: translateX(0);
  animation: container2Out 2.6s 0.6s ease-in-out forwards;
}

.section_item__contents {
  position: absolute;
  top: 45%;
  left: 3%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 48em) {
  .section-purpose__item {
    width: 50vw;
  }
}

.section__title--purpose {
  opacity: 0;
}

.animate-in .section__title--purpose {
  animation: fadein 1s 1s ease forwards;
}

.animate-out .section__title--purpose {
  opacity: 1;
  animation: fadeout 1s 1.1s forwards;
}

.section__subtitle--purpose {
  margin-top: 30px;
}

@media only screen and (min-width: 81.25em) {
  .section__subtitle--purpose {
    font-size: 30px;
  }
}

.section__outline--purpose {
  opacity: 0;
}

@media only screen and (min-width: 48em) {
  .section__outline--purpose {
    margin-bottom: 25px;
    max-height: 99px;
  }
}

@media only screen and (min-width: 62em) {
  .section__outline--purpose {
    margin-bottom: 30px;
  }
}

.animate-in .section__outline--purpose {
  animation: fadein 1s 2s ease forwards;
}

.animate-out .section__outline--purpose {
  opacity: 1;
  animation: fadeout 1s 1.1s forwards;
}

.section__outline--purpose .section__outline-text {
  letter-spacing: 0.09em;
  stroke-width: 0.7px;
  font-size: 59px;
}

@media only screen and (min-width: 62em) {
  .section__outline--purpose .section__outline-text {
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 0.3px;
  }
}

.section-purpose__desc {
  font-size: 12px;
  line-height: 1.964;
  opacity: 0;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 81.3125em) {
  .section-purpose__desc {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .section-purpose__desc {
    padding: 0 9px;
  }
}

@media only screen and (max-width: 23.375em) {
  .section-purpose__desc {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 48em) {
  .section-purpose__desc {
    line-height: 2.292;
  }
}

@media only screen and (min-width: 62em) {
  .section-purpose__desc {
    width: 72%;
  }
}

@media only screen and (min-width: 75em) {
  .section-purpose__desc {
    width: 75%;
  }
}


.section-purpose__desc:first-of-type {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}

@media only screen and (max-width: 47.9375em) {
  .section-purpose__desc:first-of-type {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .section-purpose__desc:first-of-type {
    font-size: 27px;
  }
}

@media only screen and (min-width: 75em) {
  .section-purpose__desc:first-of-type {
    font-size: 30px;
  }
}

@media only screen and (min-width: 81.25em) {
  .section-purpose__desc:first-of-type {
    font-size: 35px;
  }
}

@media only screen and (min-width: 87.5em) {
  .section-purpose__desc:first-of-type {
    font-size: 35px;
  }
}

.animate-in .section-purpose__desc:nth-of-type(1) {
  animation: fadein 0.8s 2.3s ease-in forwards;
}

.animate-in .section-purpose__desc:nth-of-type(2) {
  animation: fadein 0.8s 2.8s ease-in forwards;
}

.animate-in .section-purpose__desc:nth-of-type(3) {
  animation: fadein 0.8s 3.3s ease-in forwards;
}

.animate-out .section-purpose__desc {
  opacity: 1;
}

.animate-out .section-purpose__desc:nth-of-type(1) {
  animation: fadeout 0.5s 0.24s ease-in forwards;
}

.animate-out .section-purpose__desc:nth-of-type(2) {
  animation: fadeout 0.5s 0.48s ease-in forwards;
}

.animate-out .section-purpose__desc:nth-of-type(3) {
  animation: fadeout 0.5s 0.72s ease-in forwards;
}

.section-purpose__desc span {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .section-purpose__desc span>br {
    display: none;
  }
}

@keyframes container2Out {
  50% {
    opacity: 0;
  }

  100% {
    transform: translateX(30%);
    opacity: 0;
  }
}

.section-services {
  background-image: url("../images/services/services-bg.png");
  background-size: cover;
}

@media only screen and (max-width: 47.9375em) {
  .section-services {
    flex-direction: column;
  }
}

.section-services .section-business__title {
  display: block;
  line-height: 1.2;
  text-align: left;
}

@media only screen and (min-width: 48em) {
  .section-services .section-business__title {
    font-size: 38px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 62em) {
  .section-services .section-business__title {
    font-size: 36px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 81.25em) {
  .section-services .section-business__title {
    font-size: 55px;
  }
}

.container3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadein 1.5s forwards;
}

.animate-out .container3 {
  animation: fadeout 2.3s 0.6s forwards;
}



@media only screen and (min-width: 48em) {
  .section-services__inner {
    padding: 30px 0;
    max-width: 63%;
    width: 63%;
    margin: 0 auto;
    max-width: 1180px;
  }

  .section_item__contents__wrapper {
    width: 300px;
    position: relative;
  }
}

@media only screen and (min-width: 64em) {
  .section-services__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
    padding: 0;
    max-width: 1460px;
  }

  .section-services__inner section {
    width: 50%;
  }
}

.section-services__item--img {
  opacity: 0;
}

.animate-in .section-services__item--img {
  animation: fadein 0.9s 1.7s ease-in forwards;
}

.animate-out .section-services__item--img {
  opacity: 1;
  animation: fadeout 0.8s 0.6s forwards;
}

@media only screen and (max-width: 47.9375em) {
  .section-services__item--img {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .section-services__inner .section_item__contents__wrapper {
    display: none;
  }

  .section-company .section_item__contents {
    display: none;
  }
}

@media only screen and (min-width: 62em) {
  .section-services__item--img {
    margin-right: 50px;
  }
}

.section-services__item--img img {
  border-radius: 5px;
  margin: 30px auto 10px;
  max-width: 100%;
}

.section-services__desc {
  line-height: 2.2;
  opacity: 0;
  font-size: 10px;
}

@media only screen and (min-width: 48em) {
  .section-services__desc {
    font-size: 12px;
  }
}

.animate-in .section-services__desc {
  animation: fadein 0.9s 2s ease-in forwards;
}

.animate-out .section-services__desc {
  opacity: 1;
  animation: fadeout 0.8s 1s forwards;
}

@media only screen and (min-width: 48em) {
  .section-services__desc.for-pc {
    display: block;
  }
}

@media only screen and (max-width: 47.9375em) {
  .section-services__desc.for-mb {
    display: block;
  }
}

.section-services__desc span {
  display: block;
  text-align: left;
}

.section-services__item {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 62em) {
  .section-services__item {
    width: 28vw;
  }
}

@media only screen and (min-width: 81.25em) {
  .section-services__item {
    width: 40vw;
  }
}

.section__title--services {
  opacity: 0;
}

.animate-in .section__title--services {
  animation: fadein 1.3s 1.3s ease forwards;
}

@media only screen and (min-width: 48em) {
  .animate-in .section__title--services {
    animation: fadein 1.3s 0.3s ease forwards;
  }
}

.animate-out .section__title--services {
  opacity: 1;
  animation: fadeout 0.8s 0.3s forwards;
}

.section__outline--services {
  opacity: 0;
}

@media only screen and (min-width: 48em) {
  .section__outline--services {
    margin-left: 17%;
    margin-top: 30px;
    max-width: 400px;
    max-height: 84.69px;
  }
}

@media only screen and (min-width: 64em) {
  .section__outline--services {
    margin-left: 205px;
  }
}

.animate-in .section__outline--services {
  animation: fadein 0.8s 1.3s ease forwards;
}

@media only screen and (min-width: 48em) {
  .animate-in .section__outline--services {
    animation: fadein 0.8s 2.4s ease forwards;
  }
}

.animate-out .section__outline--services {
  opacity: 1;
  animation: fadeout 0.8s 0.7s forwards;
}

.section__outline--services .section__outline-text {
  font-size: 59px;
  letter-spacing: 0.09em;
  stroke-width: 0.7px;
}

@media only screen and (min-width: 62em) {
  .section__outline--services .section__outline-text {
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 0.3px;
  }
}

@media only screen and (min-width: 48em) {
  .section__subtitle--services {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 64em) {
  .section__subtitle--services {
    margin-top: -40px;
    margin-left: 200px;
  }
}

.section-other {
  align-items: flex-start;
  padding: 30px;
  flex-direction: column;
}

@media only screen and (min-width: 48em) {
  .section-other {
    flex-direction: row;
  }
}

.section-other.animate-out {
  opacity: 1 !important;
  animation: fadeout 1s 0.8s ease-in forwards !important;
}

.section__title--business {
  opacity: 0;
}

.animate-in .section__title--business {
  animation: fadein 1s 0.2s ease forwards;
}

.animate-out .section__title--business {
  opacity: 1;
  animation: fadeout 1s 0.4s forwards;
}

.section-other {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .section-other {
    text-align: center;
    width: 100%;
  }

  .section-other__inner {
    padding: 30px 0;
    max-width: 63%;
    width: 63%;
    margin: 0 auto;
    max-width: 1180px;
  }
}

@media only screen and (min-width: 64em) {
  .section-other__inner {
    width: 77%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    padding: 0;
  }
}

.section-other__item {
  position: relative;
}

.section-other__item--desc {
  margin-bottom: 60px;
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 63.9375em) {
  .section-other__item--desc {
    margin: 50px auto 90px;
  }
}

@media only screen and (min-width: 64em) {
  .section-other__item--desc {
    width: 480px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}

.section-other__title {
  font-family: "NotoSans", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.42;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  opacity: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 48em) {
  .section-other__title {
    font-size: 29px;
  }
}

@media only screen and (min-width: 64em) {
  .section-other__title {
    text-align: left;
    font-size: 38px;
  }
}

.animate-in .section-other__title {
  animation: fadein 0.9s 0.7s ease-in forwards;
}

.animate-out .section-other__title {
  opacity: 1;
  animation: fadeout 0.8s 0.5s forwards;
}

.section-other__title small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-right: 3px;
  margin-top: 14px;
  opacity: 0;
}

.animate-in .section-other__title small {
  animation: fadein 0.8s 0.9s ease forwards;
}

.section-other__desc {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.273;
  opacity: 0;
  text-align: left;
}

@media only screen and (min-width: 48em) {
  .section-other__desc {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }
}

@media only screen and (min-width: 64em) {
  .section-other__desc {
    text-align: left;
  }
}

.section-other__desc:not(:last-of-type) {
  margin-bottom: 30px;
}

.animate-in .section-other__desc:nth-of-type(1) {
  animation: fadein 1s 0.8s ease-in forwards;
}

.animate-in .section-other__desc:nth-of-type(2) {
  animation: fadein 1s 1.3s ease-in forwards;
}

.animate-in .section-other__desc:nth-of-type(3) {
  animation: fadein 1s 1.8s ease-in forwards;
}

.animate-in .section-other__desc:nth-of-type(4) {
  animation: fadein 1s 2.3s ease-in forwards;
}

.animate-out .section-other__desc {
  opacity: 1;
}

.animate-out .section-other__desc:nth-of-type(1) {
  animation: fadeout 0.5s 0.24s ease-in forwards;
}

.animate-out .section-other__desc:nth-of-type(2) {
  animation: fadeout 0.5s 0.48s ease-in forwards;
}

.animate-out .section-other__desc:nth-of-type(3) {
  animation: fadeout 0.5s 0.72s ease-in forwards;
}

.animate-out .section-other__desc:nth-of-type(4) {
  animation: fadeout 0.5s 0.96s ease-in forwards;
}

.section-other__desc span {
  display: block;
}

.section-other__item--img {
  flex: 1;
  align-self: center;
}

.section-other__item--img .animate-in .section-other__desc:nth-of-type(1) {
  animation: fadein 1s 0.8s ease-in forwards;
}

.section-other__item--img .animate-in .section-other__desc:nth-of-type(2) {
  animation: fadein 1s 1.3s ease-in forwards;
}

.section-other__item--img .animate-in .section-other__desc:nth-of-type(3) {
  animation: fadein 1s 1.8s ease-in forwards;
}

.section-other__item--img .animate-in .section-other__desc:nth-of-type(4) {
  animation: fadein 1s 2.3s ease-in forwards;
}

.section-other__item--img .animate-out .section-other__desc {
  opacity: 1;
}

.section-other__item--img .animate-out .section-other__desc:nth-of-type(1) {
  animation: fadeout 0.5s 0.24s ease-in forwards;
}

.section-other__item--img .animate-out .section-other__desc:nth-of-type(2) {
  animation: fadeout 0.5s 0.48s ease-in forwards;
}

.section-other__item--img .animate-out .section-other__desc:nth-of-type(3) {
  animation: fadeout 0.5s 0.72s ease-in forwards;
}

.section-other__item--img .animate-out .section-other__desc:nth-of-type(4) {
  animation: fadeout 0.5s 0.96s ease-in forwards;
}

.section-other__item--img .section-other__desc span {
  display: block;
}

.section-other__item--img .section-other__item--img {
  flex: 1;
  align-self: center;
}

.section__subtitle--business {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.animate-out .section__subtitle--business {
  opacity: 0;
  animation: fadeout 1s 1s ease forwards;
}

.section__outline--business {
  opacity: 0;
}

@media only screen and (min-width: 48em) {
  .section__outline--business {
    position: absolute;
    bottom: -75px;
    left: 50%;
    margin: -63px auto 0;
    max-width: 353px;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 64em) {
  .section__outline--business {
    max-width: 480px;
    bottom: -98px;
  }
}

.animate-in .section__outline--business {
  animation: fadein 1s 2s ease forwards;
}

.animate-out .section__outline--business {
  opacity: 1;
  animation: fadeout 1s 0.5s forwards;
}

.section__outline--business .section__outline-text {
  font-size: 57px;
  letter-spacing: 0.09em;
  stroke-width: 0.7px;
}

@media only screen and (min-width: 48em) {
  .section__outline--business .section__outline-text {
    font-size: 111px;
    stroke-width: 0.4px;
    letter-spacing: 0.1em;
  }
}

.product-youtube {
  opacity: 0;
  position: relative;
  width: 80%;
  z-index: 2;
  left: -30px;
}

@media only screen and (min-width: 64em) {
  .product-youtube {
    left: -90px;
    width: 66%;
  }
}

.active .product-youtube {
  animation: fadein 1s 0.9s ease forwards, animateIn 1.5s ease forwards, productBounce 5s 1.4s ease-in-out infinite;
}

.animate-out .product-youtube {
  opacity: 1;
  transform: translateY(0);
  animation: animateOut 1.3s ease forwards, fadeout 0.8s ease forwards;
}

.product-iphone {
  position: absolute;
  top: -20%;
  right: 14px;
  transform: translateY(210%);
  width: 40%;
  opacity: 0;
}

@media only screen and (min-width: 64em) {
  .product-iphone {
    transform: translateY(310%);
    top: -23%;
    width: 33%;
    right: 68px;
  }
}

.active .product-iphone {
  animation: animateIn 1s 0.9s ease forwards, fadein 0.9s 1.2s ease forwards, productBounce 5.7s 2s ease-in-out infinite;
}

.animate-out .product-iphone {
  opacity: 1;
  transform: translateY(0);
  animation: animateOut 1.3s 0.1s ease forwards, fadeout 0.8s 0.1s ease forwards;
}

@keyframes productBounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes animateIn {
  0% {
    transform: translateY(210%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes animateOut {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-210%);
  }
}

.section-company {
  align-items: self-start;
  padding: 30px;
  flex-direction: column;
}

@media only screen and (min-width: 48em) {
  .section-company {
    flex-direction: row;
  }
}

.container4 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.section__title--company {
  opacity: 0;
}

.animate-in .section__title--company {
  animation: fadein 1s 0.6s ease forwards;
}

.animate-out .section__title--company {
  opacity: 1;
  animation: fadeout 1s 1.5s ease forwards;
}

.company__title {
  position: relative;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 48em) {
  .company__title {
    margin-bottom: 45px;
  }
}

.section__outline--company {
  opacity: 0;
  display: block;
  margin: 0 auto;
  position: static;
  padding: 0;
  width: 85%;
  max-width: 405px;
}

@media only screen and (min-width: 48em) {
  .section__outline--company {
    max-width: 360px;
  }
}

.animate-in .section__outline--company {
  animation: fadein 1s 0.3s ease forwards;
}

.animate-out .section__outline--company {
  opacity: 1;
  animation: fadeout 1s 0.6s forwards;
}

.section__outline--company .section__outline-text {
  font-size: 54px;
}

.section__subtitle--company {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}

@media only screen and (min-width: 48em) {
  .section__subtitle--company {
    width: 35%;
    max-width: 225px;
  }
}

.section-company__inner {
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 62em) {
  .section-company__inner {
    padding-right: 130px;
  }
}

.company-info {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  width: 90%;
}

@media only screen and (min-width: 48em) {
  .company-info {
    width: 80%;
    max-width: 850px;
  }
}

.company-info__item {
  display: flex;
  padding: 27px 0;
  opacity: 0;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .company-info__item {
    font-size: 12px;
  }
}

.animate-in .company-info__item:nth-of-type(1) {
  animation: fadein 1s 1.2s ease forwards;
}

.animate-in .company-info__item:nth-of-type(1):before {
  transform-origin: left;
  animation: borderScaleIn 0.8s 1.1s ease-in-out forwards;
}

.animate-in .company-info__item:nth-of-type(2) {
  animation: fadein 1s 1.5s ease forwards;
}

.animate-in .company-info__item:nth-of-type(2):before {
  transform-origin: left;
  animation: borderScaleIn 0.8s 1.5s ease-in-out forwards;
}

.animate-in .company-info__item:nth-of-type(3) {
  animation: fadein 1s 1.8s ease forwards;
}

.animate-in .company-info__item:nth-of-type(3):before {
  transform-origin: left;
  animation: borderScaleIn 0.8s 1.9s ease-in-out forwards;
}

.animate-in .company-info__item:nth-of-type(4) {
  animation: fadein 1s 2.1s ease forwards;
}

.animate-in .company-info__item:nth-of-type(4):before {
  transform-origin: left;
  animation: borderScaleIn 0.8s 2.3s ease-in-out forwards;
}

.animate-in .company-info__item:nth-of-type(5) {
  animation: fadein 1s 2.4s ease forwards;
}

.animate-in .company-info__item:nth-of-type(5):before {
  transform-origin: left;
  animation: borderScaleIn 0.8s 2.7s ease-in-out forwards;
}

.animate-in .company-info__item:nth-of-type(6) {
  animation: fadein 1s 2.7s ease forwards;
}

.animate-in .company-info__item:nth-of-type(6):before {
  transform-origin: left;
  animation: borderScaleIn 0.8s 3.1s ease-in-out forwards;
}

.animate-in .company-info__item:nth-of-type(7) {
  animation: fadein 1s 3s ease forwards;
}

.animate-in .company-info__item:nth-of-type(7):before {
  transform-origin: left;
  animation: borderScaleIn 0.8s 3.5s ease-in-out forwards;
}

.animate-in .company-info__item:nth-of-type(8) {
  animation: fadein 1s 3.3s ease forwards;
}

.animate-in .company-info__item:nth-of-type(8):before {
  transform-origin: left;
  animation: borderScaleIn 0.8s 3.9s ease-in-out forwards;
}

.active.animate-out .company-info__item {
  opacity: 1;
}

.active.animate-out .company-info__item:nth-of-type(1) {
  animation: fadeout 0.5s 0.94s ease-in forwards;
}

.active.animate-out .company-info__item:nth-of-type(1):before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  animation: borderScaleOut 0.8s 0.4s ease-in-out forwards;
}

.active.animate-out .company-info__item:nth-of-type(2) {
  animation: fadeout 0.5s 1.18s ease-in forwards;
}

.active.animate-out .company-info__item:nth-of-type(2):before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  animation: borderScaleOut 0.8s 0.8s ease-in-out forwards;
}

.active.animate-out .company-info__item:nth-of-type(3) {
  animation: fadeout 0.5s 1.42s ease-in forwards;
}

.active.animate-out .company-info__item:nth-of-type(3):before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  animation: borderScaleOut 0.8s 1.2s ease-in-out forwards;
}

.active.animate-out .company-info__item:nth-of-type(4) {
  animation: fadeout 0.5s 1.66s ease-in forwards;
}

.active.animate-out .company-info__item:nth-of-type(4):before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  animation: borderScaleOut 0.8s 1.6s ease-in-out forwards;
}

.active.animate-out .company-info__item:nth-of-type(5) {
  animation: fadeout 0.5s 1.9s ease-in forwards;
}

.active.animate-out .company-info__item:nth-of-type(5):before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  animation: borderScaleOut 0.8s 2s ease-in-out forwards;
}

.active.animate-out .company-info__item:nth-of-type(6) {
  animation: fadeout 0.5s 2.14s ease-in forwards;
}

.active.animate-out .company-info__item:nth-of-type(6):before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  animation: borderScaleOut 0.8s 2.4s ease-in-out forwards;
}

.active.animate-out .company-info__item:nth-of-type(7) {
  animation: fadeout 0.5s 2.38s ease-in forwards;
}

.active.animate-out .company-info__item:nth-of-type(7):before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  animation: borderScaleOut 0.8s 2.8s ease-in-out forwards;
}

.active.animate-out .company-info__item:nth-of-type(8) {
  animation: fadeout 0.5s 2.62s ease-in forwards;
}

.active.animate-out .company-info__item:nth-of-type(8):before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  animation: borderScaleOut 0.8s 3.2s ease-in-out forwards;
}

.company-info__item:first-child {
  padding-top: 0;
}

.company-info__item:not(:last-child):before {
  transition: transform 0.5s 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  transform: scaleX(0);
}

.company-info__item:last-child {
  margin-bottom: 30px;
}

.company-info__lbl {
  min-width: 90px;
  max-width: 90px;
  width: 90px;
  color: var(--color--green);
  font-weight: bold;
  padding: 7px 0;
}

@keyframes borderScaleIn {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes borderScaleOut {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.section-access {
  align-items: self-start;
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, #0b0b0b 50%, #0b0b0b 100%);
  padding: 30px;
  flex-direction: column;
}

@media only screen and (min-width: 62em) {
  .section-access {
    flex-direction: row;
  }
}

.section-access.animate-out {
  opacity: 1 !important;
  animation: fadeout 1s 0.8s ease-in forwards !important;
}

.section__title--access {
  opacity: 0;
}

.animate-in .section__title--access {
  animation: fadein 0.8s 0.3s ease forwards;
}

.animate-out .section__title--access {
  opacity: 1;
  animation: fadeout 0.5s 1.3s forwards;
}

.section__subtitle--access {
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  .section__subtitle--access {
    max-width: 150px;
  }
}

@media only screen and (min-width: 48em) {
  .section__subtitle--access {
    margin-left: -10%;
    max-width: 270px;
  }
}

.section__outline--access {
  position: absolute;
  top: -45%;
  right: 0;
  margin-bottom: -18%;
  margin-left: auto;
  margin-right: 15px;
  max-width: 400px;
  opacity: 0;
  z-index: 1;
}

.animate-in .section__outline--access {
  animation: fadein 0.8s 1.3s ease forwards;
}

.animate-out .section__outline--access {
  opacity: 1;
  animation: fadeout 1s 1.6s forwards;
}

.section__outline--access .section__outline-text {
  font-size: 50px;
  letter-spacing: 0.1em;
}

.section-access__inner {
  align-self: center;
  display: flex;
  flex: 1 1 auto;
  position: relative;
  width: 95%;
}

@media only screen and (max-width: 61.9375em) {
  .section-access__inner {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 48em) {
  .section-access__inner {
    width: 85%;
  }
}

@media only screen and (min-width: 62em) {
  .section-access__inner {
    padding-right: 130px;
    width: auto;
  }
}

.access-map {
  width: 95%;
  height: auto;
  position: relative;
  top: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .access-map {
    align-self: center;
  }
}

@media only screen and (min-width: 48em) {
  .access-map {
    top: 51px;
    height: 48%;
  }
}

@media only screen and (min-width: 62em) {
  .access-map {
    width: 68%;
  }
}

.access-map__inner {
  background-color: #000;
  position: relative;
  opacity: 0;
}

@media only screen and (min-width: 30em) and (max-height: 31.25em) {
  .access-map__inner {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 48em) {
  .access-map__inner {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

.animate-in .access-map__inner {
  animation: fadein 0.8s 0.7s ease forwards;
}

.animate-out .access-map__inner {
  opacity: 1;
  animation: fadeout 0.5s 1.3s forwards;
}

.access-map__inner iframe {
  height: 170px;
  opacity: 0.4;
  width: 100%;
}

@media only screen and (max-width: 29.9375em) and (min-height: 37.5em) {
  .access-map__inner iframe {
    height: 250px;
  }
}

@media only screen and (min-width: 30em) and (max-height: 31.25em) {
  .access-map__inner iframe {
    height: 240px;
  }
}

@media only screen and (min-width: 48em) {
  .access-map__inner iframe {
    height: 381px;
  }
}

@media only screen and (min-width: 62em) and (max-height: 43.75em) {
  .access-map__inner iframe {
    height: 300px;
  }
}

.access-map__link {
  width: 128px;
  height: 54px;
  position: absolute;
  right: 0;
  bottom: 0;
  align-items: center;
  background-color: #e4c120;
  display: flex;
  font-weight: bold;
  line-height: 1.25;
  padding: 10px;
  text-transform: uppercase;
}

.access-map__link-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.access-map__link-inner:before,
.access-map__link-inner:after {
  width: 9px;
  height: 2px;
  position: absolute;
  right: 10px;
  animation: arrowBounce 1s infinite;
  background-color: #fff;
  border-radius: 5px;
  content: "";
  display: block;
}

.access-map__link-inner:before {
  transform: rotate(40deg);
  top: 14px;
}

.access-map__link-inner:after {
  transform: rotate(-40deg);
  top: 19px;
}

.access-map__lbl {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-top: 15px;
  opacity: 0;
}

.animate-in .access-map__lbl {
  animation: fadein 0.8s 1.9s ease forwards;
}

.animate-out .access-map__lbl {
  opacity: 1;
  animation: fadeout 0.5s 1s forwards;
}

@keyframes arrowBounce {
  0% {
    right: 0;
  }

  50% {
    right: 5px;
  }

  100% {
    right: 0;
  }
}

.section-contact {
  align-items: self-start;
  padding: 30px;
  flex-direction: column;
}

@media only screen and (min-width: 48em) {
  .section-contact {
    flex-direction: row;
  }
}

.section-contact.animate-out {
  opacity: 1 !important;
  animation: fadeout 1s 0.8s ease-in forwards !important;
}

.section__title--contact {
  opacity: 0;
  white-space: nowrap;
}

.animate-in .section__title--contact {
  animation: fadein 1s 0.2s ease forwards;
}

.animate-out .section__title--contact {
  opacity: 1;
  animation: fadeout 1s 1.5s ease forwards;
}

.contact__title {
  position: relative;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 48em) {
  .contact__title {
    margin-top: 0;
    margin-bottom: 45px;
  }
}

.section__outline--contact {
  display: block;
  margin: 0 auto;
  max-width: 405px;
  opacity: 0;
  padding: 0;
  position: static;
  width: 85%;
}

@media only screen and (min-width: 48em) {
  .section__outline--contact {
    max-width: 460px;
  }
}

.animate-in .section__outline--contact {
  animation: fadein 1s 0.3s ease forwards;
}

.animate-out .section__outline--contact {
  opacity: 1;
  animation: fadeout 1s 0.6s forwards;
}

.section__outline--contact .section__outline-text {
  font-size: 51px;
}

.section__outline--success {
  display: block;
  margin: 0 auto;
  max-width: 405px;
  opacity: 0;
  padding: 0;
  position: static;
  width: 85%;
}

@media only screen and (min-width: 48em) {
  .section__outline--success {
    max-width: 360px;
  }
}

.animate-in .section__outline--success {
  animation: fadein 1s 0.3s ease forwards;
}

.animate-out .section__outline--success {
  opacity: 1;
  animation: fadeout 1s 0.6s forwards;
}

.section__outline--success .section__outline-text {
  font-size: 51px;
}

.mw_wp_form {
  opacity: 0;
}

.animate-in .mw_wp_form {
  animation: fadein 1s 1.2s ease forwards;
}

.animate-out .mw_wp_form {
  opacity: 1;
  animation: fadeout 1s 0.6s forwards;
}

.section__subtitle--contact {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
}

@media only screen and (min-width: 48em) {
  .section__subtitle--contact {
    width: 35%;
    max-width: 225px;
  }
}

.section-contact__inner {
  display: block;
  flex: 1 1 auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 62em) {
  .section-contact__inner {
    padding-right: 130px;
  }
}

.contact-form,
.contact-success {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 48em) {

  .contact-form,
  .contact-success {
    width: 80%;
    max-width: 850px;
  }
}

.mw_wp_form_preview .contact-form__inner,
.mw_wp_form_confirm .contact-form__inner,
.mw_wp_form_complete .contact-form__inner {
  background-color: var(--color--white);
  padding: 30px;
}

@media only screen and (min-width: 33.75em) {

  .mw_wp_form_preview .contact-form__inner,
  .mw_wp_form_confirm .contact-form__inner,
  .mw_wp_form_complete .contact-form__inner {
    padding: 50px;
  }
}

.contact-form__item:not(:last-child) {
  margin-bottom: 25px;
  position: relative;
}

.contact-form__item:last-child {
  margin-top: 40px;
  position: relative;
}

.mw_wp_form_preview .contact-form__item {
  display: flex;
  align-items: center;
}

.mw_wp_form_confirm .contact-form__item--confirm-email .contact-form__lbl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.mw_wp_form_confirm .contact-form__item--confirm-email .contact-form__lbl-extra {
  margin-left: -9px;
  margin-top: 6px;
}

.contact-form__lbl {
  align-items: center;
  color: var(--color--black);
  display: flex;
  font-size: 13px;
  line-height: 1;
}

.mw_wp_form_preview .contact-form__lbl {
  width: 175px;
}

.contact-form__required {
  background-color: var(--color--sky);
  color: var(--color--white);
  font-size: 9px;
  margin-left: 10px;
  padding: 5px;
}

.mw_wp_form_preview .contact-form__required {
  display: none;
}

.contact-form__data {
  margin-top: 15px;
}

.contact-form__data input,
.contact-form__data textarea {
  background-color: var(--color--white);
  border: none;
  outline: none !important;
  padding: 0 10px;
  width: 100%;
}

.contact-form__data input {
  height: 38px;
}

.contact-form__data textarea {
  resize: none;
  padding: 10px;
}

.mw_wp_form_preview .contact-form__data {
  margin-top: 0;
}

.contact-form__item--button {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.contact-form__btn {
  align-self: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
}

.contact-form__btn:before,
.contact-form__btn:after {
  content: "";
  display: block;
}

.contact-form__btn:after {
  border-top: 1px solid var(--color--black);
  border-right: 1px solid var(--color--black);
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  order: 3;
}

.contact-form__btn:before {
  position: relative;
  top: 3px;
  left: 8px;
  width: 40px;
  height: 1px;
  background-color: var(--color--black);
  margin-left: 20px;
  order: 2;
}

.contact-form__btn span,
.contact-form__btn input {
  order: 1;
  margin-top: -2px;
}

.contact-form__btn input {
  margin-top: -5px;
}

.contact-form__btn.contact-form__btn-prev {
  opacity: 0.3;
  margin-right: 40px;
}

.contact-form__btn.contact-form__btn-prev:after {
  order: 1;
  transform: rotate(-135deg);
}

.contact-form__btn.contact-form__btn-prev:before {
  order: 2;
  margin-left: -16px;
  margin-right: 20px;
}

.contact-form__btn.contact-form__btn-prev span,
.contact-form__btn.contact-form__btn-prev input {
  order: 3;
}

.contact-form__btn.contact-form__btn-prev input {
  margin-top: -5px;
}

.mw_wp_form_input .contact-form__btn.contact-form__btn-prev {
  display: none;
}

.mw_wp_form_complete .contact-form__btn {
  opacity: 1;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.contact-success {
  background-color: #111;
  padding: 50px;
  display: block;
  opacity: 0;
}

.contact-success .contact-form__btn-prev {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.animate-in .contact-success {
  animation: fadein 1s 1.3s ease forwards;
}

.animate-out .contact-success {
  opacity: 1;
  animation: fadeout 1s 0.6s forwards;
}

.contact-success__title {
  position: relative;
}

.contact-success__title .section__outline--contact {
  max-width: 500px;
}

.contact-success__desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.contact-success__desc strong {
  font-size: 20px;
}

.contact-success__desc p:not(:last-child) {
  margin-bottom: 10px;
}

body.privacy {
  background: url(../images/bg.jpg);
  background-size: cover;
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.6;
}

body.privacy .section__title {
  margin-top: 0;
}

body.privacy section {
  margin-bottom: 4vh;
}

body.privacy section .section_inner {
  width: 50vw;
  margin: 0 auto;
  padding: 4vh 10px;
}

body.privacy section .section_inner h2 {
  width: 300px;
  margin: 20px auto;
}

body.privacy section .section_inner h3 {
  font-size: 1.1em;
  margin: 1em 0 0.5em 0;
}

body.privacy .footer {
  position: relative;
}

body.privacy .footer .footer__text {
  margin-top: 30px;
}

body.thanks {
  background: url(../images/bg.jpg);
  background-size: cover;
  display: block;
  width: 100%;
  line-height: 1.6;
}

body.thanks section {
  margin-bottom: 4vh;
}

body.thanks section .section_inner {
  width: 50vw;
  margin: 0 auto;
  padding: 4vh 10px;
}

body.thanks section .section_inner h2 {
  width: 240px;
  margin: 20px auto;
}

body.thanks .footer .footer__text {
  margin-top: 30px;
}

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