@charset "UTF-8";
/* CSS Document */
html, body, main, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /*iphone用*/
  -webkit-text-size-adjust: none; }

main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

address {
  font-style: normal; }

/* html5 */
article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, menu, nav, section, summary {
  display: block; }

/****************************************
common.scss
/****************************************

          common

*****************************************/
.postion-r {
  position: relative; }

.postion-a {
  position: absolute; }

.center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .center {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 767px) {
    .center {
      padding-left: 5%;
      padding-right: 5%; } }

@media screen and (min-width: 768px) {
  .ma100 {
    margin-bottom: 100px; }

  .ma90 {
    margin-bottom: 90px; }

  .ma80 {
    margin-bottom: 80px; }

  .ma70 {
    margin-bottom: 70px; }

  .ma60 {
    margin-bottom: 60px; }

  .ma55 {
    margin-bottom: 55px; }

  .ma50 {
    margin-bottom: 50px; }

  .ma45 {
    margin-bottom: 45px; }

  .ma40 {
    margin-bottom: 40px; }

  .ma35 {
    margin-bottom: 35px; }

  .ma35 {
    margin-bottom: 35px; }

  .ma30 {
    margin-bottom: 30px; }

  .ma25 {
    margin-bottom: 25px; }

  .ma20 {
    margin-bottom: 20px; }

  .ma15 {
    margin-bottom: 15px; }

  .ma10 {
    margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .sp-ma90 {
    margin-bottom: 90px; }

  .sp-ma80 {
    margin-bottom: 80px; }

  .sp-ma70 {
    margin-bottom: 70px; }

  .sp-ma60 {
    margin-bottom: 60px; }

  .sp-ma55 {
    margin-bottom: 55px; }

  .sp-ma50 {
    margin-bottom: 50px; }

  .sp-ma45 {
    margin-bottom: 45px; }

  .sp-ma40 {
    margin-bottom: 40px; }

  .sp-ma35 {
    margin-bottom: 35px; }

  .sp-ma35 {
    margin-bottom: 35px; }

  .sp-ma30 {
    margin-bottom: 30px; }

  .sp-ma25 {
    margin-bottom: 25px; }

  .sp-ma20 {
    margin-bottom: 20px; }

  .sp-ma15 {
    margin-bottom: 15px; }

  .sp-ma10 {
    margin-bottom: 10px; } }
.pc-block {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-block {
      display: none; } }

.sp-block {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-block {
      display: block; } }

/****************************************

          flex

*****************************************/
@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap; } }
@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap; } }
@media screen and (min-width: 768px) {
  .flex-ce {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; } }
@media screen and (max-width: 767px) {
  .sp-flex-ce {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; } }
@media screen and (min-width: 768px) {
  .flex-txt-ce {
    display: flex;
    align-items: center; } }
@media screen and (max-width: 767px) {
  .sp-flex-txt-ce {
    display: flex;
    align-items: center; } }
@media screen and (min-width: 768px) {
  .flex-mce {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; } }
@media screen and (max-width: 767px) {
  .sp-flex-mce {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; } }
@media screen and (min-width: 768px) {
  .flex-u {
    display: flex;
    align-items: flex-end; } }
@media screen and (max-width: 767px) {
  .sp-flex-u {
    display: flex;
    align-items: flex-end; } }
@media screen and (min-width: 768px) {
  .flex-t {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  .sp-flex-t {
    flex-direction: column; } }
@media screen and (min-width: 768px) {
  .flex-re {
    flex-direction: row-reverse; } }
@media screen and (max-width: 767px) {
  .flex-re {
    flex-direction: row-reverse; } }
@media screen and (min-width: 768px) {
  .flex-ue {
    align-items: flex-start; } }
@media screen and (max-width: 767px) {
  .sp-flex-ue {
    align-items: flex-start; } }
@media screen and (min-width: 768px) {
  .flex-o {
    order: -1; } }
@media screen and (max-width: 767px) {
  .sp-flex-o {
    order: -1; } }
@media screen and (min-width: 768px) {
  .flex-rt {
    display: flex;
    flex-direction: column-reverse; } }
@media screen and (max-width: 767px) {
  .sp-flex-rt {
    display: flex;
    flex-direction: column-reverse; } }
@media screen and (min-width: 768px) {
  .flex-r {
    display: flex;
    justify-content: flex-end; } }
@media screen and (max-width: 767px) {
  .sp-flex-r {
    display: flex;
    justify-content: flex-end; } }
/****************************************

          Typography

*****************************************/
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #0E458B;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal; }

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

a,
a:visited {
  color: inherit; }

address {
  font-style: normal; }

p, .text {
  line-height: 2; }

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

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

.orange {
  color: #E37D17; }

.bold {
  font-weight: 700; }

/****************************************

          button

*****************************************/
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
  vertical-align: top; }

label,
select,
input[type=submit] {
  cursor: pointer; }

/****************************************

          link

*****************************************/
a,
a:hover,
a:focus,
a:active {
  transition: all 0.8s ease 0s; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/* title.scss
***************************************

title

*****************************************/
.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.en_title {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712; }

.contents-title {
  display: block;
  font-weight: 700;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    .contents-title.ll-size {
      font-size: 2.8rem; }
    .contents-title.l-size {
      font-size: 2.4rem; }
    .contents-title.m-size {
      font-size: 2.1rem; }
    .contents-title.s-size {
      font-size: 1.8rem; } }
  @media screen and (min-width: 1030px) {
    .contents-title.l-size {
      font-size: 2.4rem; } }
  @media screen and (max-width: 767px) {
    .contents-title.ll-size {
      font-size: 2.3rem; }
    .contents-title.l-size {
      font-size: 2.3rem; }
    .contents-title.m-size {
      font-size: 1.8rem; }
    .contents-title.s-size {
      font-size: 1.8rem; } }

.sec_title {
  position: relative;
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  line-height: 1;
  color: #AABFDB;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .sec_title {
      font-size: 10rem;
      padding-left: 110px; } }
  @media screen and (max-width: 767px) {
    .sec_title {
      font-size: 4.7rem;
      padding-left: 5%; } }
  .sec_title::before {
    content: "";
    display: block;
    height: 10px;
    background: #E37D17;
    position: absolute;
    left: 0; }
    @media screen and (min-width: 768px) {
      .sec_title::before {
        width: 80px;
        top: 45px; } }
    @media screen and (max-width: 767px) {
      .sec_title::before {
        width: 4%;
        top: 20px; } }
  .sec_title span {
    color: #0E458B;
    display: block;
    font-family: "Noto Sans JP", sans-serif; }
    @media screen and (min-width: 768px) {
      .sec_title span {
        font-size: 3rem; } }
    @media screen and (max-width: 767px) {
      .sec_title span {
        font-size: 2rem; } }

/***************************************
pagination
*****************************************/
.pagination {
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 40px 0; }
  .pagination ul {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .pagination {
      font-size: 2.4rem; } }
  @media screen and (max-width: 767px) {
    .pagination {
      font-size: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .pagination li {
      margin: 5px; } }
  @media screen and (max-width: 767px) {
    .pagination li {
      margin: 2px 5px; } }
  .pagination .current,
  .pagination span, .pagination a {
    text-align: center;
    border-radius: 8px;
    padding: 0;
    border: solid 1px #0E458B;
    text-decoration: none;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .pagination .current,
      .pagination span, .pagination a {
        width: 50px;
        height: 50px;
        line-height: 50px; } }
    @media screen and (max-width: 767px) {
      .pagination .current,
      .pagination span, .pagination a {
        width: 30px;
        height: 30px;
        line-height: 30px; } }
  .pagination a {
    color: white;
    background: #0E458B; }
  .pagination .current {
    background: white;
    color: #0E458B; }
  .pagination .pagination-last {
    letter-spacing: .3em; }

.pagination.page_single div a {
  position: relative;
  display: block; }
  .pagination.page_single div a::after {
    content: "";
    display: block;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-size: contain !important; }
  @media screen and (max-width: 767px) {
    .pagination.page_single div a {
      width: 50px;
      height: 50px;
      line-height: 50px; } }
.pagination.page_single div.new a::after {
  background: url(../img/news/new.svg) no-repeat center; }
.pagination.page_single div.archive a::after {
  background: url(../img/news/arc.svg) no-repeat center; }
.pagination.page_single div.old a::after {
  background: url(../img/news/old.svg) no-repeat center; }
.pagination.page_single div.archive a {
  margin-left: 10px;
  margin-right: 10px; }

/****************************************

         post single

*****************************************/
.post_text {
  text-align: left; }
  .post_text a {
    text-decoration: underline; }
  .post_text h1, .post_text h2, .post_text h3, .post_text h4, .post_text h5, .post_text h6, .post_text h7 {
    font-weight: bold;
    margin-bottom: 15px; }
  .post_text h1 {
    font-size: 2.6rem; }
  .post_text h2 {
    font-size: 2.4rem; }
  .post_text h3 {
    font-size: 2.2rem; }
  .post_text h4 {
    font-size: 1.8rem; }
  .post_text h5 {
    font-size: 1.8rem; }
  .post_text h6 {
    font-size: 1.8rem; }
  .post_text b, .post_text strong {
    font-size: 1.8rem; }
  .post_text img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 10px; }
  .post_text em {
    font-style: italic; }
  .post_text ul, .post_text ol {
    list-style: outside;
    margin-left: 1.5em;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 2.2; }
  .post_text ol {
    margin-left: 2em;
    list-style-type: decimal; }
  .post_text .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .post_text .video iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

.wp-caption-text {
  font-size: 80%;
  line-height: 150%;
  text-align: right; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

@media screen and (min-width: 768px) {
  /*PC Only*/
  .animated.pc-delay-03s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }

  .animated.pc-delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }

  .animated.pc-delay-08s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }

  .animated.pc-delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

  .animated.pc-delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }

  .animated.pc-delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }

  .animated.pc-delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }

  .animated.pc-delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; } }
@media screen and (max-width: 767px) {
  /*SP Only*/
  .animated.sp-delay-03s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }

  .animated.sp-delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }

  .animated.sp-delay-08s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }

  .animated.sp-delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

  .animated.sp-delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }

  .animated.sp-delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }

  .animated.sp-delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }

  .animated.sp-delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; } }
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slowly {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }
/* header.scss

***************************************

          header

*****************************************/
@media screen and (min-width: 768px) {
  body {
    padding-top: 120px; } }
@media screen and (max-width: 767px) {
  body {
    padding-top: 90px; } }

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  background: white; }
  @media screen and (min-width: 1030px) {
    header {
      padding: 0 30px;
      display: flex;
      align-items: stretch;
      justify-content: space-between; }
      header.scloll .logo {
        max-width: 225px;
        width: 13%; }
      header.scloll nav a {
        padding: 15px 1vw; }
        header.scloll nav a span {
          margin-top: 0; } }
  header a {
    text-decoration: none;
    font-weight: 700; }
  header .logo {
    max-width: 225px;
    width: 20%;
    display: flex;
    align-items: center;
    transition: ease 0.5s; }
    header .logo img {
      width: 100%;
      height: auto; }
    @media screen and (min-width: 768px) and (max-width: 1029px) {
      header .logo {
        width: 20%;
        padding: 25px 5%; } }
    @media screen and (max-width: 767px) {
      header .logo {
        width: 40%;
        max-width: 225px;
        padding: 15px 5%; } }
  @media screen and (max-width: 1029px) {
    header nav {
      display: none;
      background: #0E458B;
      color: white;
      padding: 40px 5% 80px;
      height: 100vh;
      overflow: scroll; } }
  @media screen and (min-width: 1030px) {
    header nav .flex {
      align-items: stretch;
      height: 100%; } }
  @media screen and (max-width: 1029px) {
    header nav .flex {
      display: block; } }
  header nav a {
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 33px 1vw 25px;
    align-items: center;
    justify-content: center;
    position: relative; }
    header nav a.se::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background: #E37D17; }
    header nav a span {
      font-size: 0.9rem;
      text-align: center;
      font-weight: normal;
      margin-top: 5px; }
      @media screen and (min-width: 1030px) {
        header nav a span {
          display: block; } }
      @media screen and (max-width: 1029px) {
        header nav a span {
          display: inline-block;
          margin-left: 10px; } }
    @media screen and (min-width: 1030px) {
      header nav a {
        text-align: center;
        font-size: 1.7rem; }
        header nav a:hover {
          background: #0E458B;
          color: white; } }
    @media screen and (max-width: 1029px) {
      header nav a {
        padding: 15px 5%;
        width: 100%;
        font-size: 1.8rem; }
        header nav a br {
          display: none; } }
  @media screen and (max-width: 1029px) {
    header #sp_nav {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 14%; }
      header #sp_nav div#relative {
        position: relative;
        height: 80px;
        top: 0; }
      header #sp_nav div {
        height: 100%;
        top: 0;
        display: block;
        position: relative;
        z-index: 2; }
        header #sp_nav div span {
          width: 25px;
          height: 3px;
          display: block;
          background: #0E458B;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -15px;
          transition: all 0.3s; }
        header #sp_nav div .top {
          transform: translateY(-7px) scale(1); }
        header #sp_nav div .middle {
          background: none;
          position: relative; }
          header #sp_nav div .middle:before, header #sp_nav div .middle:after {
            transition: all 0.3s;
            content: "";
            width: 25px;
            height: 3px;
            background: #0E458B;
            display: block;
            transform: rotate(0deg);
            position: absolute; }
        header #sp_nav div .bottom {
          transform: translateY(7px) scale(1); }
    header #sp_nav.open {
      z-index: 99; }
      header #sp_nav.open .top {
        transform: translateY(0px) scale(0);
        background: #0E458B; }
      header #sp_nav.open .bottom {
        transform: translateY(0px) scale(0);
        background: #0E458B; }
      header #sp_nav.open .middle:before {
        transform: rotate(45deg);
        background: #0E458B; }
      header #sp_nav.open .middle:after {
        transform: rotate(-45deg);
        background: #0E458B; } }
  header .fix_nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-bottom: 150px; }
    @media screen and (min-width: 1030px) {
      header .fix_nav {
        display: none; } }
    header .fix_nav div {
      margin-right: 2%;
      position: static;
      border: solid 1px #AABFDB;
      border-radius: 7px;
      width: 48%;
      margin-bottom: 10px; }
      header .fix_nav div a::before {
        content: "";
        display: block; }
    header .fix_nav .contact_tel {
      width: 48%; }
      header .fix_nav .contact_tel a::before {
        background-size: contain; }
        @media screen and (max-width: 1029px) {
          header .fix_nav .contact_tel a::before {
            width: 40px;
            height: 18px;
            margin-right: 5px;
            background: url(../img/fix_contact_tel_sp.svg) no-repeat center; } }
    header .fix_nav .contact_dl a::before {
      background-size: contain; }
      @media screen and (max-width: 1029px) {
        header .fix_nav .contact_dl a::before {
          background: url(../img/contact_entry.svg) no-repeat center;
          width: 28px;
          height: 26px;
          margin-right: 5px; } }
    header .fix_nav .apply_btn {
      border: none;
      background: #E37D17;
      width: 100%; }
      @media screen and (max-width: 1029px) {
        header .fix_nav .apply_btn a::before {
          background: url(../img/fix_apply_btn.svg) no-repeat center;
          background-size: contain;
          height: 26px;
          width: 24px;
          margin: 0 10px 0 0; } }

.nohead .logo {
  margin: 0px auto; }
  @media screen and (min-width: 768px) {
    .nohead .logo {
      padding-top: 20px; } }

/* footer

***************************************

footer

*****************************************/
.totop a {
  position: fixed;
  z-index: 90;
  background: #0E458B;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 7px 0 0 7px;
  border: solid 1px #AABFDB;
  border-right: none; }
  @media screen and (min-width: 1030px) {
    .totop a {
      bottom: 0px; }
      .totop a:hover {
        background: #7290b7; } }
  @media screen and (max-width: 1029px) {
    .totop a {
      width: 40px;
      height: 40px;
      bottom: 100px; } }
  .totop a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    background: url(../img/arrow.svg) no-repeat center;
    background-size: contain;
    right: -9%;
    top: 45%;
    transform-origin: center;
    transform: rotate(-90deg) scale(1, -1); }
    @media screen and (max-width: 767px) {
      .totop a::before {
        top: 42%; } }

.fix_nav div {
  position: fixed;
  z-index: 98;
  background: #0E458B;
  border: solid 1px #AABFDB;
  overflow: hidden; }
  @media screen and (min-width: 1030px) {
    .fix_nav div {
      right: 0;
      width: 60px;
      border-radius: 7px 0 0 7px;
      border-right: none; } }
  @media screen and (max-width: 1029px) {
    .fix_nav div {
      bottom: 0;
      border-radius: 7px 7px 0 0;
      border-bottom: none;
      width: 32%;
      box-sizing: border-box; } }
.fix_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem; }
  @media screen and (min-width: 1030px) {
    .fix_nav a {
      height: 100%;
      letter-spacing: 0.1em;
      writing-mode: vertical-rl;
      text-orientation: upright; }
      .fix_nav a:hover {
        background: #7290b7; } }
  @media screen and (max-width: 1029px) {
    .fix_nav a {
      padding: 15px 0;
      font-size: 1.3rem; } }
  .fix_nav a::before {
    content: "";
    display: block; }
  .fix_nav a:hover {
    text-decoration: none; }
@media screen and (min-width: 1030px) {
  .fix_nav .contact_tel {
    bottom: 245px;
    height: 143px; } }
@media screen and (max-width: 1029px) {
  .fix_nav .contact_tel {
    right: 37%;
    width: 26%; } }
.fix_nav .contact_tel a::before {
  background-size: contain !important; }
  @media screen and (min-width: 1030px) {
    .fix_nav .contact_tel a::before {
      margin-bottom: 8px;
      width: 40px;
      height: 18px;
      background: url(../img/fix_contact_tel_sp.svg) no-repeat center; } }
@media screen and (min-width: 1030px) {
  .fix_nav .contact_dl {
    bottom: 390px;
    height: 180px; } }
@media screen and (max-width: 1029px) {
  .fix_nav .contact_dl {
    left: 5%; } }
.fix_nav .contact_dl a::before {
  background-size: contain; }
  @media screen and (min-width: 1030px) {
    .fix_nav .contact_dl a::before {
      background: url(../img/contact_entry.svg) no-repeat center;
      height: 25px;
      width: 28px;
      margin: 0 0 7px 0; } }
.fix_nav .apply_btn {
  background: #E37D17; }
  @media screen and (min-width: 1030px) {
    .fix_nav .apply_btn {
      bottom: 80px;
      height: 163px;
      transition: ease 0.8s; }
      .fix_nav .apply_btn:hover,
      .fix_nav .apply_btn a:hover {
        background: #f39d47; } }
  @media screen and (max-width: 1029px) {
    .fix_nav .apply_btn {
      right: 5%; } }
  @media screen and (min-width: 1030px) {
    .fix_nav .apply_btn a::before {
      background: url(../img/fix_apply_btn.svg) no-repeat center;
      background-size: contain;
      margin-right: -8px;
      margin-bottom: 5px;
      width: 24px;
      height: 26px; } }

footer {
  background: #0E458B;
  color: white;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    footer {
      padding: 50px 100px 30px 70px; } }
  @media screen and (min-width: 768px) and (max-width: 1029px) {
    footer {
      padding: 50px 70px 30px 40px; } }
  @media screen and (max-width: 767px) {
    footer {
      padding: 30px 5% 80px; } }
  footer a {
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer .foot_logo {
    text-align: center;
    font-size: 1.2rem; }
    @media screen and (min-width: 768px) {
      footer .foot_logo {
        width: 250px; } }
    @media screen and (min-width: 768px) and (max-width: 1029px) {
      footer .foot_logo {
        width: 200px; } }
    @media screen and (max-width: 767px) {
      footer .foot_logo {
        width: 60%;
        margin: 20px auto 40px; } }
    footer .foot_logo img {
      display: block;
      margin-bottom: 15px; }
  footer .foot_nav {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      footer .foot_nav {
        display: none; } }
    footer .foot_nav ul {
      border-left: solid 1px #AABFDB;
      padding-left: 15px;
      margin-left: 40px; }
    footer .foot_nav li:not(:first-child) {
      margin-top: 10px; }
    footer .foot_nav ul:first-child {
      margin-left: 0; }
  footer .sub_nav {
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      footer .sub_nav {
        margin-bottom: 20px; }
        footer .sub_nav div + div {
          margin-left: 25px; } }
    @media screen and (max-width: 767px) {
      footer .sub_nav {
        margin-bottom: 40px; }
        footer .sub_nav div {
          margin-bottom: 20px; } }
  footer .copyright {
    font-size: 1.2rem; }

.grecaptcha-badge {
  visibility: hidden; }

section.top {
  position: relative;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) {
    section.top {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    section.top {
      padding-top: 50px; } }
  section.top::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (min-width: 768px) {
      section.top::before {
        background: url(../img/top_bg.svg) no-repeat left top;
        background-size: contain; } }
    @media screen and (max-width: 767px) {
      section.top::before {
        background: url(../img/top_bg_sp.svg) no-repeat left top;
        background-size: contain; } }
  section.top .flex-ce {
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      section.top .flex-ce .left {
        width: 59%; } }
    @media screen and (min-width: 768px) {
      section.top .flex-ce .right {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      section.top .flex-ce .right {
        width: 70%;
        margin: auto;
        display: block; } }
  section.top .center {
    position: relative;
    z-index: 2; }
  section.top .copy {
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      section.top .copy {
        font-size: 7rem; } }
    @media screen and (min-width: 768px) and (max-width: 1029px) {
      section.top .copy {
        font-size: 5.4rem; } }
    @media screen and (max-width: 767px) {
      section.top .copy {
        font-size: 12vw; } }
    section.top .copy .orange {
      color: #E37D17; }
    @media screen and (min-width: 768px) {
      section.top .copy .small {
        font-size: 5.5rem; } }
    @media screen and (max-width: 767px) {
      section.top .copy .small {
        font-size: 9vw; } }
  section.top .copy2 {
    font-weight: 700;
    line-height: 1.5;
    position: relative; }
    section.top .copy2::after {
      content: "";
      display: inline-block;
      left: 0;
      width: 0;
      height: 0;
      border-left: 30px solid #e37d17;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent; }
    @media screen and (min-width: 768px) {
      section.top .copy2 {
        font-size: 4rem;
        margin-bottom: 40px; } }
    @media screen and (min-width: 768px) and (max-width: 1029px) {
      section.top .copy2 {
        font-size: 3.2rem; } }
    @media screen and (max-width: 767px) {
      section.top .copy2 {
        font-size: 7vw;
        margin-bottom: 30px; } }
    section.top .copy2 img {
      vertical-align: baseline;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        section.top .copy2 img {
          width: auto;
          height: 50px;
          margin-top: 50px;
          margin-right: 20px; } }
      @media screen and (min-width: 768px) and (max-width: 1029px) {
        section.top .copy2 img {
          height: 37px; } }
      @media screen and (max-width: 767px) {
        section.top .copy2 img {
          width: 65%;
          height: auto;
          margin-top: 30px;
          margin-right: 10px; } }
    section.top .copy2 a {
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        section.top .copy2 a {
          display: inline-block; }
          section.top .copy2 a:hover {
            transform: scale(1.05);
            transition: ease 0.3s; } }
    section.top .copy2 .small {
      font-size: 4rem; }
      @media screen and (min-width: 768px) and (max-width: 1029px) {
        section.top .copy2 .small {
          font-size: 2.3rem; } }
      @media screen and (max-width: 767px) {
        section.top .copy2 .small {
          font-size: 5vw; } }
  section.top .cart_img {
    max-width: 300px; }
    @media screen and (min-width: 768px) {
      section.top .cart_img {
        width: 30%;
        margin-right: 70px; } }
    @media screen and (max-width: 767px) {
      section.top .cart_img {
        width: 60%;
        margin: 0 auto 20px;
        display: block; } }
  section.top .point {
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      section.top .point {
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      section.top .point {
        justify-content: center;
        margin-bottom: 30px;
        text-align: center; } }
    section.top .point div {
      border: solid 3px #0E458B;
      padding: 15px 40px;
      border-radius: 40px;
      line-height: 1.2;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        section.top .point div {
          padding: 10px 40px; } }
  @media screen and (max-width: 767px) {
    section.top .ll-size {
      font-size: 4.6vw;
      text-align: center; } }
  section.top .video_area {
    max-width: 800px; }
    @media screen and (min-width: 768px) {
      section.top .video_area {
        margin: 80px auto; } }
    @media screen and (max-width: 767px) {
      section.top .video_area {
        margin: 40px auto 0px; } }
    section.top .video_area .video {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      border: solid 1px #ddd; }
      section.top .video_area .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }

.solution {
  padding-bottom: 60px; }
  .solution .blue_cont {
    background-color: #0E458B;
    border-radius: 80px;
    color: white;
    box-sizing: border-box;
    max-width: 1080px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .solution .blue_cont {
        padding: 50px 65px 80px;
        margin: 50px auto 0; } }
    @media screen and (min-width: 768px) and (max-width: 1029px) {
      .solution .blue_cont {
        padding: 50px 40px;
        width: 90%; } }
    @media screen and (max-width: 767px) {
      .solution .blue_cont {
        padding: 50px 5% 40px;
        width: 90%;
        margin: 50px auto 0; }
        .solution .blue_cont .copy {
          font-size: 2.5rem; } }
  .solution .end_ico {
    display: block;
    background: url(../img/bubble_end.svg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 11vw;
    max-width: 1080px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .solution .end_ico {
        margin-bottom: 80px; } }
    @media screen and (max-width: 1029px) {
      .solution .end_ico {
        margin-bottom: 50px; } }
  .solution .copy {
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .solution .copy {
        font-size: 6rem; } }
    @media screen and (max-width: 767px) {
      .solution .copy {
        font-size: 8vw; } }
  .solution .flex-ce > div + div {
    width: 30%; }
    @media screen and (max-width: 767px) {
      .solution .flex-ce > div + div {
        display: block;
        margin: 30px auto 0; } }
  .solution .worries {
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .solution .worries {
        font-size: 2.4rem;
        width: 68%; } }
    @media screen and (max-width: 767px) {
      .solution .worries {
        font-size: 2rem; } }
    .solution .worries li {
      position: relative;
      /*&::before{
                content: "";
                display: block;
                position: absolute;
                left: 0;
                width: 0;
                height: 0;
                border-left: 30px solid $orange;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                @include mq-down(){
                    transform-origin: left center;
                    transform: scale(.6);
                }
                
            }*/ }
      @media screen and (min-width: 768px) {
        .solution .worries li {
          margin-bottom: 45px; } }
      @media screen and (max-width: 767px) {
        .solution .worries li {
          margin-bottom: 25px; } }
      .solution .worries li span {
        color: #E37D17; }
    .solution .worries li {
      counter-increment: item;
      margin: 0.5em 0;
      position: relative;
      display: flex;
      align-items: center; }
      .solution .worries li::before {
        content: counter(item);
        background: white;
        color: #0E458B;
        width: 1.5em;
        height: 1.5em;
        font-size: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-weight: 700;
        margin-right: 1em;
        flex-shrink: 0; }
  .solution .solution_list {
    align-items: stretch;
    counter-reset: listnum; }
    .solution .solution_list li {
      background: #d5deea;
      border-radius: 10px;
      font-weight: 700;
      box-sizing: border-box; }
      @media screen and (min-width: 768px) {
        .solution .solution_list li {
          width: 32.6%;
          padding: 8px 5px 15px;
          text-align: center;
          margin-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .solution .solution_list li {
          display: flex;
          align-items: center;
          padding: 8px 5%;
          margin-bottom: 10px; }
          .solution .solution_list li br {
            display: none; } }
      .solution .solution_list li::before {
        counter-increment: listnum;
        content: counter(listnum);
        display: block;
        font-size: 4rem; }
        @media screen and (max-width: 767px) {
          .solution .solution_list li::before {
            font-size: 3rem;
            width: 1.5em;
            text-align: center;
            margin-bottom: 5px; } }
      .solution .solution_list li p {
        line-height: inherit; }
        @media screen and (max-width: 767px) {
          .solution .solution_list li p {
            width: calc(100% - 1.5em); } }
  .solution .pic {
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .solution .pic {
        width: 100%;
        padding: 0;
        overflow: hidden; } }
  @media screen and (min-width: 768px) {
    .solution .pic1 {
      width: 35%;
      max-width: 250px;
      box-sizing: border-box;
      margin-right: 5%; } }
  @media screen and (max-width: 767px) {
    .solution .pic1 {
      width: 40%;
      margin: 20px auto 0; } }
  @media screen and (min-width: 768px) {
    .solution .pic2 {
      width: 60%;
      max-width: 600px; } }
  @media screen and (max-width: 767px) {
    .solution .pic2 {
      width: 110%;
      margin-left: -5%;
      max-width: none; } }
  .solution .solution_detail {
    counter-reset: listnum; }
    .solution .solution_detail .solution_cont {
      position: relative;
      border-top: solid 1px #AABFDB; }
      @media screen and (min-width: 768px) {
        .solution .solution_detail .solution_cont {
          padding-left: 100px;
          padding-top: 50px;
          padding-bottom: 50px; } }
      @media screen and (max-width: 767px) {
        .solution .solution_detail .solution_cont {
          padding-top: 10px;
          padding-bottom: 30px; } }
      .solution .solution_detail .solution_cont .img img {
        width: 100%; }
      @media screen and (min-width: 768px) {
        .solution .solution_detail .solution_cont .img {
          width: 33%; } }
      @media screen and (max-width: 767px) {
        .solution .solution_detail .solution_cont .img {
          width: 60%;
          margin: auto;
          display: block; } }
      @media screen and (min-width: 768px) {
        .solution .solution_detail .solution_cont .cont {
          width: 60%; } }
      .solution .solution_detail .solution_cont::before {
        counter-increment: listnum;
        content: counter(listnum);
        color: #AABFDB;
        font-size: 8rem;
        font-family: "Roboto Flex", sans-serif;
        font-weight: 600; }
        @media screen and (min-width: 768px) {
          .solution .solution_detail .solution_cont::before {
            position: absolute;
            left: 0;
            top: 40px; } }
        @media screen and (max-width: 767px) {
          .solution .solution_detail .solution_cont::before {
            margin: auto;
            text-align: center;
            display: block; } }
    .solution .solution_detail dt {
      font-weight: 700;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .solution .solution_detail dt {
          font-size: 3rem; } }
      @media screen and (max-width: 767px) {
        .solution .solution_detail dt {
          font-size: 2.5rem; } }
    .solution .solution_detail .contents-title {
      display: block; }
      @media screen and (min-width: 768px) {
        .solution .solution_detail .contents-title {
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .solution .solution_detail .contents-title {
          margin-bottom: 10px; } }

.caseexample {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(#e7eff8 0%, #b5c8df 100%); }
  .caseexample .slider-for {
    margin: 60px auto; }
  .caseexample img {
    background: white;
    border-radius: 20px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .caseexample img {
        width: 60%;
        margin: 60px auto; } }
    @media screen and (max-width: 767px) {
      .caseexample img {
        width: 90%;
        margin: 60px auto; } }
  .caseexample .carousel_cont {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box; }
    .caseexample .carousel_cont .name {
      margin: 10px 0 5px; }
    .caseexample .carousel_cont .cate {
      border: solid 1px #0E458B;
      display: inline-block;
      padding: 5px 10px;
      line-height: 1;
      border-radius: 5px;
      margin-bottom: 20px; }

.service {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(#e7eff8 0%, #fff 20%); }
  .service .copy {
    text-align: center;
    font-size: 6rem;
    font-weight: 700;
    margin: 80px auto 60px; }
    @media screen and (min-width: 768px) {
      .service .copy {
        font-size: 6rem; } }
    @media screen and (max-width: 767px) {
      .service .copy {
        font-size: 8.7vw; } }
  @media screen and (max-width: 767px) {
    .service figure {
      width: 100%;
      padding: 0; } }

.function {
  background-color: #0E458B;
  padding-top: 60px;
  padding-bottom: 80px;
  /*.tab_nav{
        margin-top: 80px;
        li{
            background: #AABFDB;
            padding: 10px;
            width: 20%;
            border-radius: 10px;
            text-align: center;
            font-weight: $bold;
            &.se{
                background: white;
            }
        }
    }*/ }
  .function .sec_title span {
    color: white; }
  .function .slick-dots li button:before {
    color: white !important;
    font-size: 10px; }
  .function .slick-slider {
    position: relative; }
  .function .slick-arrow {
    position: absolute;
    top: auto;
    transform: none;
    z-index: 10;
    width: 71.5px;
    height: 40px;
    background: url(../img/crs_arrow.svg) no-repeat center;
    background-size: contain;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .function .slick-arrow {
        bottom: -35px;
        margin: 0 20px; } }
    @media screen and (max-width: 767px) {
      .function .slick-arrow {
        bottom: -65px; } }
    .function .slick-arrow::before {
      display: none; }
    .function .slick-arrow:hover {
      background: url(../img/crs_arrow.svg) no-repeat center;
      background-size: contain;
      opacity: 0.3; }
  .function .slick-prev {
    transform: scale(-1, 1); }
    @media screen and (min-width: 768px) {
      .function .slick-prev {
        left: 10%; } }
    @media screen and (max-width: 767px) {
      .function .slick-prev {
        left: 5%; } }
  @media screen and (min-width: 768px) {
    .function .slick-next {
      right: 10%; } }
  @media screen and (max-width: 767px) {
    .function .slick-next {
      right: 5%; } }
  .function .tab {
    margin-top: 60px; }
    @media screen and (min-width: 768px) {
      .function .tab {
        padding: 20px; } }
    @media screen and (max-width: 767px) {
      .function .tab {
        padding: 20px 5px; } }
  .function .tab_cont {
    background: white;
    border-radius: 10px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .function .tab_cont {
        padding: 50px;
        height: 38vw; }
        .function .tab_cont .cont {
          width: 40%; }
        .function .tab_cont .img {
          width: 50%; }
        .function .tab_cont .l-size {
          font-size: 2.1vw; }
          .function .tab_cont .l-size + p {
            margin-top: 10px;
            font-size: 1.4vw; }
        .function .tab_cont b,
        .function .tab_cont p {
          font-size: 1.3vw; } }
    @media screen and (max-width: 767px) {
      .function .tab_cont {
        padding: 40px 5%; }
        .function .tab_cont .img {
          height: 40vw;
          margin: auto; }
          .function .tab_cont .img img {
            margin: auto;
            display: block; }
        .function .tab_cont.no2 .img {
          margin-top: 5vw; }
        .function .tab_cont.no1 .img, .function .tab_cont.no4 .img, .function .tab_cont.no3 .img {
          margin-top: 10vw; }
        .function .tab_cont.no5 .img {
          margin-top: 12vw; }
        .function .tab_cont .l-size + p {
          text-align: left;
          margin-top: 10px; } }
  .function .no5 a {
    width: inherit; }
  .function .no5 .img {
    margin-top: 2.4vw;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .function .no5 .img > img:first-child {
        display: none; } }
    .function .no5 .img > * {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .function .no5 .img > * {
          width: 47%; } }

.support {
  padding-top: 60px;
  padding-bottom: 60px; }
  .support .flex-ce {
    align-items: center;
    font-size: 2rem;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .support .flex-ce {
        margin-top: 80px; } }
    @media screen and (max-width: 767px) {
      .support .flex-ce {
        margin-top: 50px; } }
    .support .flex-ce li {
      margin: 10px 0; }
      @media screen and (max-width: 767px) {
        .support .flex-ce li {
          font-size: 1.8rem; } }
  .support .dot {
    list-style: disc;
    margin-left: 1em; }
    @media screen and (min-width: 768px) {
      .support .dot {
        width: calc(100% - 500px); } }
  .support img {
    max-width: 240px; }
    @media screen and (max-width: 767px) {
      .support img {
        width: 50%;
        display: block;
        margin: 20px auto 0; } }
  .support .ico {
    background: #d5deea;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .support .ico {
        font-size: 3rem;
        width: 180px;
        height: 180px; } }
    @media screen and (max-width: 767px) {
      .support .ico {
        font-size: 2.5rem;
        width: 130px;
        height: 130px;
        margin: 0 auto 20px; } }

.faq {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(#e7eff8 0%, #b5c8df 100%); }
  .faq dl {
    position: relative;
    margin-top: 50px; }
    .faq dl::before {
      content: "";
      display: block;
      background: url(../img/faq.svg) no-repeat center bottom;
      background-size: 100% auto; }
      @media screen and (min-width: 768px) {
        .faq dl::before {
          margin: -200px auto 0;
          width: 250px;
          height: 250px; } }
      @media screen and (max-width: 767px) {
        .faq dl::before {
          margin: -20vw auto 0;
          width: 35%;
          height: 30vw; } }
  .faq .cont {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .faq .cont {
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      .faq .cont {
        padding: 0 5%; } }
  .faq dt {
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .faq dt {
        padding: 20px 0 25px;
        padding-right: 30px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .faq dt {
        padding: 15px 0 20px;
        padding-right: 30px;
        font-size: 1.8rem; } }
    .faq dt .num {
      display: inline-block;
      font-size: 2.4rem; }
      @media screen and (min-width: 768px) {
        .faq dt .num {
          margin-right: 30px;
          width: 50px; } }
      @media screen and (max-width: 767px) {
        .faq dt .num {
          margin-right: 20px;
          width: 50px; } }
    .faq dt::before, .faq dt::after {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 4px;
      background: #0E458B;
      right: 0;
      top: 50%; }
    .faq dt::after {
      transform-origin: center;
      transform: rotate(90deg); }
    .faq dt.open::after {
      display: none; }
  .faq dd {
    border-top: solid 1px #AABFDB;
    padding-bottom: 40px;
    position: relative;
    display: none; }
    @media screen and (min-width: 768px) {
      .faq dd {
        padding-left: 80px;
        padding-top: 30px; } }
    @media screen and (max-width: 767px) {
      .faq dd {
        padding-left: 62px;
        padding-top: 27px; } }
    .faq dd::before {
      content: "A";
      color: white;
      font-size: 2.4rem;
      background: #0E458B;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 20px;
      display: block;
      font-weight: 700;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .faq dd::before {
          width: 50px;
          height: 50px;
          line-height: 47px; } }
      @media screen and (max-width: 767px) {
        .faq dd::before {
          width: 1.8em;
          height: 1.8em;
          line-height: 1.7em; } }

.price {
  padding-top: 60px;
  padding-bottom: 60px; }
  .price .small {
    font-size: 1.4rem; }
  .price .price_set {
    align-items: stretch; }
  .price .price_cont {
    border: solid 4px #AABFDB;
    border-radius: 10px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .price .price_cont {
        width: 47%;
        padding: 30px 0; } }
    @media screen and (max-width: 767px) {
      .price .price_cont {
        padding: 20px 0;
        margin-top: 20px; } }
    .price .price_cont b {
      display: block;
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .price .price_cont:first-child b {
        margin-bottom: 40px; } }
    .price .price_cont .num {
      font-size: 4rem;
      font-weight: 700;
      line-height: 1.3; }
      .price .price_cont .num span {
        font-size: 2rem; }
    .price .price_cont .small {
      font-weight: 700; }
    .price .price_cont .plus {
      font-weight: 700;
      line-height: 1;
      font-size: 2rem; }
      .price .price_cont .plus::before {
        content: "+";
        display: block;
        font-size: 3rem;
        font-weight: 700; }
      .price .price_cont .plus span {
        font-size: 4rem;
        padding: 0 5px;
        display: inline-block;
        margin-top: -10px; }
  @media screen and (max-width: 767px) {
    .price figure {
      width: 100%;
      overflow: scroll; }
      .price figure img {
        width: 800px;
        max-width: none; }
      .price figure::after {
        content: "";
        background: url(../img/drag.svg) no-repeat center right;
        background-size: contain;
        display: block;
        margin: 20px 0 0 auto;
        width: 80px;
        height: 40px; } }
  .price .simulation table {
    width: 100%;
    border-spacing: 0;
    border-top: solid 1px #0E458B;
    margin: 40px 0; }
  .price .simulation th {
    font-weight: 700;
    font-size: 1.8rem; }
  .price .simulation td,
  .price .simulation th {
    border-bottom: solid 1px #0E458B;
    padding: 10px;
    vertical-align: middle; }
  .price .simulation input {
    border: solid 1px #0E458B;
    border-radius: 3px;
    font-weight: 700;
    color: #0E458B;
    margin: 0 10px;
    text-align: right;
    font-size: 1.8rem;
    padding: 5px 10px;
    width: 100px; }
  .price .simulation .bold {
    font-weight: 700;
    font-size: 1.8rem; }
  .price .simulation th + td input {
    width: 50px; }
  .price .simulation tr:nth-child(-n + 3) th {
    width: 130px; }
  .price .simulation tr:nth-child(-n + 3) .col3::before {
    content: "→";
    display: inline-block;
    margin-right: 20px; }
  .price .simulation tr:nth-child(n + 5) td {
    border: none; }
  .price .simulation tr:last-child td {
    background: #d5deea; }
    .price .simulation tr:last-child td:nth-last-of-type(1) {
      font-weight: normal; }
    .price .simulation tr:last-child td .bold {
      font-weight: 700;
      font-size: 1.8rem; }
    .price .simulation tr:last-child td .total-cost {
      font-weight: 700;
      font-size: 2rem; }
  .price .simulation .col2 {
    text-align: right; }
    .price .simulation .col2 span {
      width: 110px;
      display: inline-block;
      margin-right: 10px; }
  .price .simulation .col3 {
    text-align: right;
    padding-right: 30px; }
    .price .simulation .col3 span {
      width: 110px;
      display: inline-block;
      margin-right: 10px; }

.flow {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ebebeb; }
  .flow .copy {
    font-weight: 700;
    margin: 80px 0 60px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .flow .copy {
        font-size: 6rem; } }
    @media screen and (max-width: 767px) {
      .flow .copy {
        font-size: 8.7vw; } }
  .flow h2 {
    line-height: 1.5; }
  .flow li {
    background: white;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    position: relative; }
    @media screen and (min-width: 768px) {
      .flow li .btn {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        margin-top: -10px;
        margin-bottom: -5px; }
        .flow li .btn a:hover {
          background: #f39d47; } }
    @media screen and (max-width: 767px) {
      .flow li .btn {
        display: block;
        margin-top: 10px; } }
    .flow li .btn a {
      padding-right: 20px;
      vertical-align: middle;
      box-sizing: border-box;
      width: 187px;
      background: #E37D17;
      font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .flow li {
        font-size: 3rem;
        padding: 35px 0;
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .flow li {
        font-size: 2rem;
        padding: 20px 0;
        margin-bottom: 35px; } }
    .flow li::after {
      content: "";
      display: block;
      margin: auto;
      position: absolute;
      left: 50%;
      margin-left: -17.5px;
      bottom: -30px;
      width: 0;
      height: 0;
      border-top: 23px solid #E37D17;
      border-left: 35px solid transparent;
      border-right: 35px solid transparent; }
      @media screen and (max-width: 767px) {
        .flow li::after {
          transform-origin: left center;
          transform: scale(0.8);
          margin-left: -28px; } }
  .flow .start_btn {
    position: relative; }
    @media screen and (min-width: 768px) {
      .flow .start_btn {
        margin: 80px auto; } }
    .flow .start_btn::before, .flow .start_btn::after {
      content: "";
      display: block;
      z-index: 2;
      position: absolute; }
    .flow .start_btn::before {
      background: url(../img/flow1.svg) no-repeat center bottom;
      background-size: contain; }
      @media screen and (min-width: 768px) {
        .flow .start_btn::before {
          height: 18vw;
          width: 21%;
          bottom: -20%;
          left: 10%; } }
      @media screen and (max-width: 767px) {
        .flow .start_btn::before {
          height: 25vw;
          width: 25%;
          bottom: -50%;
          left: 10%; } }
    .flow .start_btn::after {
      background: url(../img/flow2.svg) no-repeat center;
      background-size: contain;
      margin-left: -30px; }
      @media screen and (min-width: 768px) {
        .flow .start_btn::after {
          height: 30vw;
          width: 30%;
          bottom: -50%;
          right: 0%; } }
      @media screen and (max-width: 767px) {
        .flow .start_btn::after {
          height: 35vw;
          width: 35%;
          bottom: -70%;
          right: 0%; } }
    .flow .start_btn div {
      display: block;
      margin: auto;
      color: #0E458B;
      font-weight: 700;
      background: white;
      text-decoration: none;
      text-align: center;
      border-radius: 50%; }
      @media screen and (min-width: 768px) {
        .flow .start_btn div {
          width: 500px;
          height: 200px;
          line-height: 200px;
          font-size: 3rem; } }
      @media screen and (max-width: 767px) {
        .flow .start_btn div {
          width: 80vw;
          height: 30vw;
          font-size: 2.5rem;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 50px auto; } }

.news {
  padding-top: 60px;
  padding-bottom: 60px; }
  .news ul.archive {
    margin: 50px 0 30px;
    border-top: solid 1px #AABFDB; }
    .news ul.archive li {
      border-bottom: solid 1px #AABFDB; }
    .news ul.archive a {
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .news ul.archive a {
          display: flex;
          align-items: center;
          padding: 35px 0; }
          .news ul.archive a:hover {
            background: #f2f6ff; } }
      @media screen and (max-width: 767px) {
        .news ul.archive a {
          display: block;
          padding: 20px 0; } }
    .news ul.archive .date {
      font-size: 1.3rem; }
      @media screen and (min-width: 768px) {
        .news ul.archive .date {
          width: 140px; } }
      @media screen and (max-width: 767px) {
        .news ul.archive .date {
          width: 90px;
          margin-bottom: 10px; } }
    .news ul.archive .title {
      font-weight: 700;
      line-height: 1.3;
      font-size: 1.8rem; }
      @media screen and (min-width: 768px) {
        .news ul.archive .title {
          width: calc(100% - 140px); } }

.news_single {
  border-top: solid 1px #AABFDB;
  border-bottom: solid 1px #AABFDB;
  padding-top: 50px;
  padding-bottom: 50px; }
  .news_single .date {
    margin-bottom: 20px; }
  .news_single .title {
    font-size: 2rem;
    margin-bottom: 60px; }

.btn input,
.btn a {
  background-color: #0E458B;
  color: white;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  border-radius: 40px;
  text-decoration: none;
  padding: 15px 0;
  width: 240px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .btn input:hover,
    .btn a:hover {
      background: #7290b7; } }
  .btn input::before,
  .btn a::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 8px;
    background: url(../img/arrow.svg) no-repeat center;
    background-size: contain;
    right: 10px;
    top: calc(50% - 7px); }

.contact {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative; }
  .contact::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    background: linear-gradient(#e5eefa 0%, #fff 100%); }
  .contact .center {
    position: relative;
    z-index: 2; }
  .contact .sec_title {
    text-align: center;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .contact .sec_title {
        font-size: 12rem; } }
    @media screen and (max-width: 767px) {
      .contact .sec_title {
        font-size: 6rem; } }
    .contact .sec_title::before {
      display: none; }
  .contact .tel {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2rem;
    margin: 60px 0 20px; }
    .contact .tel .num {
      font-size: 3.2rem;
      margin-left: 20px; }
  @media screen and (min-width: 768px) {
    .contact .btn > div {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .contact .btn > div {
      margin-bottom: 20px; } }
  .contact .btn .inq a::after {
    content: "";
    display: block;
    width: 100px;
    height: 40px;
    background: url(../img/contact_tel.svg) no-repeat center;
    background-size: contain;
    margin: 35px auto 0; }
  .contact .btn .dl a::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/contact_entry.svg) no-repeat center;
    background-size: contain;
    margin: 30px auto 0; }
  .contact .btn a {
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .contact .btn a {
        padding-top: 50px;
        height: 200px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 767px) {
      .contact .btn a {
        padding: 30px 0;
        height: auto;
        font-size: 2rem; } }

.recaptcha {
  font-size: 1rem;
  text-align: center;
  padding-bottom: 40px; }

/***************************************
          other_page
*****************************************/
@media screen and (min-width: 768px) {
  .other_page {
    padding-top: 80px;
    padding-bottom: 100px; } }
@media screen and (max-width: 767px) {
  .other_page {
    padding-top: 50px;
    padding-bottom: 50px; } }
.other_page .page_title {
  color: #0E458B;
  text-align: center;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .other_page .page_title {
      font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    .other_page .page_title {
      font-size: 2.5rem; } }
  .other_page .page_title::before {
    display: none; }
.other_page .other_table {
  border-top: solid 1px #0E458B;
  width: 100%;
  border-spacing: 0; }
  .other_page .other_table th,
  .other_page .other_table td {
    border-bottom: solid 1px #0E458B;
    padding-top: 35px;
    padding-bottom: 35px; }
  .other_page .other_table th {
    font-weight: normal;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .other_page .other_table th {
        width: 150px; } }
    @media screen and (max-width: 767px) {
      .other_page .other_table th {
        width: 100px; } }

/***************************************
          about_page
*****************************************/
.about_page .overview {
  position: relative;
  padding-bottom: 80px; }
  .about_page .overview .center {
    position: relative;
    z-index: 2; }
  .about_page .overview .img {
    background: url(../img/about/about_img.jpg) no-repeat center bottom;
    background-size: 100% auto;
    height: 39vw;
    position: relative;
    z-index: 2; }
  .about_page .overview::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../img/about/about_img_bg.svg) no-repeat center bottom #B4DAE5;
    background-size: 100% auto; }
    @media screen and (min-width: 768px) {
      .about_page .overview::after {
        height: 26vw; } }
    @media screen and (max-width: 767px) {
      .about_page .overview::after {
        height: 66vw; } }
.about_page .process ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .about_page .process ul {
      flex-wrap: wrap;
      justify-content: center; } }
.about_page .process li {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #B4DAE5;
  text-align: center;
  counter-increment: process;
  font-weight: 700;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .about_page .process li {
      padding: 10px;
      width: 19%; } }
  @media screen and (max-width: 767px) {
    .about_page .process li {
      padding: 5px 10px;
      width: 30%;
      margin: 0 1% 20px; } }
  .about_page .process li p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .about_page .process li p {
        height: 40%; } }
    @media screen and (max-width: 767px) {
      .about_page .process li p {
        height: 40%;
        line-height: 1.3;
        margin-top: -6%; } }
  .about_page .process li::before {
    content: counter(process,decimal-leading-zero);
    display: block;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .about_page .process li::before {
        font-size: 5rem; } }
    @media screen and (max-width: 767px) {
      .about_page .process li::before {
        font-size: 8vw; } }
.about_page .process dt {
  background: #B4DAE5;
  border-radius: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .about_page .process dt {
      padding: 20px 0 25px;
      font-size: 3rem; } }
  @media screen and (max-width: 767px) {
    .about_page .process dt {
      padding: 20px 5% 25px;
      font-size: 2rem; } }
  .about_page .process dt p {
    line-height: 1.2; }
  .about_page .process dt .num {
    margin-bottom: 10px; }
    .about_page .process dt .num span {
      font-size: 2rem; }
.about_page .process dd::after {
  content: "";
  display: block;
  width: 120px;
  height: 55px;
  background: url(../img/about/arrow.svg) no-repeat center bottom;
  background-size: contain;
  margin: 20px auto; }
.about_page .process dd:last-child {
  margin-bottom: 60px; }
  .about_page .process dd:last-child::after {
    display: none; }
.about_page .process .orange {
  display: block;
  border-bottom: solid 1px #0E458B;
  font-size: 2rem;
  padding-bottom: 15px;
  margin-bottom: 15px; }
@media screen and (min-width: 768px) {
  .about_page .process .cont {
    width: 45%; }
  .about_page .process .img {
    width: 40%; } }
@media screen and (max-width: 767px) {
  .about_page .process .img {
    width: 60%;
    margin: 30px auto 60px; } }

/***************************************
          privacy
*****************************************/
.privacy {
  border-top: solid 1px #0E458B;
  border-bottom: solid 1px #0E458B; }
  @media screen and (min-width: 768px) {
    .privacy {
      padding: 80px 0; } }
  @media screen and (max-width: 767px) {
    .privacy {
      padding: 40px 0; } }

/***************************************
          contact_page
*****************************************/
.contact_page .tel {
  text-align: center;
  font-weight: bold;
  font-size: 2rem; }
  @media screen and (min-width: 768px) {
    .contact_page .tel {
      margin: 60px 0 0px; } }
  @media screen and (max-width: 767px) {
    .contact_page .tel {
      margin: 40px 0 0px; } }
  .contact_page .tel .num {
    font-size: 3.2rem; }
  .contact_page .tel::before {
    content: "";
    display: block;
    margin: 0 auto 10px;
    width: 37.5px;
    height: 37.5px;
    background: url(../img/tel_bl.svg) no-repeat center bottom; }
.contact_page .mail::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 37.5px;
  height: 37.5px;
  background: url(../img/mail_bl.svg) no-repeat center bottom; }
.contact_page .dl_ico::before {
  content: "";
  display: block;
  margin: 0 auto 40px;
  width: 52px;
  height: 66px;
  background: url(../img/dl_ico.svg) no-repeat center bottom; }
@media screen and (max-width: 767px) {
  .contact_page p.contents-title.s-size.text-center {
    text-align: left; } }

.mailform {
  padding: 0 !important; }
  .mailform .privacy {
    border-top: solid 1px #0E458B;
    border-bottom: solid 1px #0E458B;
    padding: 20px 0; }
    @media screen and (min-width: 768px) {
      .mailform .privacy {
        display: flex;
        justify-content: space-between; } }
    .mailform .privacy a {
      text-decoration: none;
      font-weight: 700; }
  .mailform input[type="checkbox"] {
    display: inline-block;
    width: auto;
    transform: scale(1.5);
    margin-right: 10px; }
  .mailform .red {
    background-color: #7290b7;
    font-size: 1.1rem;
    font-weight: normal;
    color: white;
    border-radius: 4px;
    padding: 0px 5px;
    display: inline-block;
    margin-left: 10px; }
  .mailform input,
  .mailform textarea {
    border: none;
    border-color: white;
    border-radius: 8px; }
  .mailform .btn {
    width: 240px;
    position: relative; }
    .mailform .btn input {
      display: block;
      width: 240px;
      border-radius: 40px; }
    .mailform .btn::before {
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      height: 8px;
      background: url(../img/arrow.svg) no-repeat center;
      background-size: contain;
      right: 10px;
      top: calc(50% - 7px);
      z-index: 2; }

.form_bg {
  background: #ebebeb; }
  @media screen and (min-width: 768px) {
    .form_bg {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .form_bg {
      padding-top: 60px;
      padding-bottom: 60px; } }

.send_btn a {
  width: 400px;
  max-width: 100%;
  padding: 30px 0; }

.googlemap {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .googlemap {
      padding-top: 56.25%; } }
  @media screen and (max-width: 767px) {
    .googlemap {
      padding-top: 100%; } }
  .googlemap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/***************************************
          dl_page
*****************************************/
.dl_page .dl_list {
  border-top: solid 1px #AABFDB;
  margin-bottom: 80px; }
  .dl_page .dl_list li {
    border-bottom: solid 1px #AABFDB; }
    @media screen and (min-width: 768px) {
      .dl_page .dl_list li {
        padding: 50px 0;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .dl_page .dl_list li {
        padding: 30px 0; } }
@media screen and (max-width: 767px) {
  .dl_page .dl_btn {
    margin-top: 10px;
    text-align: right; } }
.dl_page .dl_btn a::before {
  width: 30px;
  height: 17px;
  background: url(../img/dl_btn.svg) no-repeat center;
  background-size: contain;
  right: 13px; }
.dl_page .image {
  margin: auto; }
  @media screen and (min-width: 768px) {
    .dl_page .image {
      width: 60%; } }
  @media screen and (max-width: 767px) {
    .dl_page .image {
      width: 80%; } }
