@charset "UTF-8";
/* =============================================================================
 Reset
============================================================================= */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*color */
/*transition */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots {
  z-index: 3;
  position: absolute;
  bottom: 40px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  border: 1px solid transparent !important;
  background: transparent !important;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "a-otf-futo-go-b101-pr6n" !important;
  font-size: 16px !important;
  line-height: 20px;
  text-align: center;
  color: white !important;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover {
  border: 1px solid #ffffff !important;
}
.slick-dots li.slick-active button {
  border: 1px solid #ffffff !important;
}
.slick-dots li.slick-active button:before {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  line-height: 20px;
}

#top-hero .slick-dots {
  display: none !important;
}
@media screen and (min-width: 768px) {
  #top-hero .slick-dots {
    display: block !important;
  }
}

.top-slider {
  margin-bottom: calc(7.5vw + 15px) !important;
}
@media screen and (min-width: 768px) {
  .top-slider {
    margin-bottom: calc(2.5vw + 15px) !important;
  }
}
.top-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.top-slider .slick-dots {
  bottom: calc(-15px - 7.5vw) !important;
}
@media screen and (min-width: 768px) {
  .top-slider .slick-dots {
    bottom: calc(-15px - 2.5vw) !important;
  }
}
.top-slider .slick-dots li button {
  background: transparent !important;
}
.top-slider .slick-dots li button:before {
  color: #97a0b5 !important;
}
.top-slider .slick-dots li button:hover {
  border: 1px solid #97a0b5 !important;
}
.top-slider .slick-dots li.slick-active button {
  border: 1px solid #97a0b5 !important;
  background: white !important;
}

.page-slider .slick-dots {
  bottom: 14px !important;
}
.page-slider .slick-dots li {
  margin: 0 2px;
}
.page-slider .slick-next, .page-slider .slick-prev {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 6px);
  padding: 0;
  border: none;
  outline: none;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 1;
}
.page-slider .slick-next:before, .page-slider .slick-prev:before {
  content: "";
}
.page-slider .slick-next {
  right: 23px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-slider .slick-prev {
  left: 23px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-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 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: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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: none;
    transform: none;
  }
  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 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-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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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-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);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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-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-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);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@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);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge;
}

/* 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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
.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;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
}

body {
  background: #f6f7f9;
}

#loading {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
}

.site-header {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
}
.top .site-header {
  top: 14px;
}
@media screen and (min-width: 1024px) {
  .top .site-header {
    top: 17px;
  }
}
@media screen and (min-width: 1281px) {
  .top .site-header {
    top: 12px;
  }
}
.site-header .site-header__wrapper {
  height: 55px;
  padding: 0 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-header .site-header__wrapper {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1281px) {
  .site-header .site-header__wrapper {
    height: 75px;
    padding: 0 50px;
  }
}
.site-header .site-header__wrapper .site-header__start {
  text-align: left;
}
.site-header .site-header__wrapper .site-header__start h1 {
  height: 19px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .site-header .site-header__wrapper .site-header__start h1 {
    width: 135px;
    height: 25px;
  }
}
@media screen and (min-width: 1281px) {
  .site-header .site-header__wrapper .site-header__start h1 {
    width: 157px;
    height: 29px;
  }
}
.site-header .site-header__wrapper .site-header__start h1 img, .site-header .site-header__wrapper .site-header__start h1 source {
  width: auto;
  height: 19px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .site-header .site-header__wrapper .site-header__start h1 img, .site-header .site-header__wrapper .site-header__start h1 source {
    width: 135px;
    height: 25px;
  }
}
@media screen and (min-width: 1281px) {
  .site-header .site-header__wrapper .site-header__start h1 img, .site-header .site-header__wrapper .site-header__start h1 source {
    width: 157px;
    height: 29px;
  }
}
.site-header.site-header-intro .site-header__wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
.site-header.site-header-intro h1 picture.logo-wh {
  display: block;
}
.site-header.site-header-intro h1 picture.logo-bk {
  display: none;
}
.site-header.site-header-fixed {
  z-index: 4;
  top: 0;
  position: fixed;
  border-bottom: 1px solid #e7e9ee;
}
.site-header.site-header-fixed h1 picture.logo-bk {
  display: block;
}
.site-header.site-header-fixed h1 picture.logo-wh {
  display: none;
}
.site-header.site-header-fixed .site-header__wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: white;
}
.site-header.site-header-fixed h1 {
  display: block;
}
.site-header.site-header-fixed .icon-instagram-bk,
.site-header.site-header-fixed .icon-twitter-bk,
.site-header.site-header-fixed .icon-line-bk {
  display: block;
}
.site-header.site-header-fixed .icon-instagram-wh,
.site-header.site-header-fixed .icon-twitter-wh,
.site-header.site-header-fixed .icon-line-wh {
  display: none;
}
.site-header.site-header-white .site-header__wrapper {
  background: white;
  border-bottom: 1px solid #e7e9ee;
}

.icon-instagram-bk,
.icon-twitter-bk,
.icon-line-bk {
  display: none;
}

.icon-instagram-wh,
.icon-twitter-wh,
.icon-line-wh {
  display: blck;
}

@media (min-width: 0) {
  .site-header__wrapper > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .site-header__wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 0) {
  .site-header__start {
    text-align: left;
  }
  .site-header__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .site-header__end {
    margin-left: auto;
  }
}
.nav__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__item:not(:last-child) {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .nav__item:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1281px) {
  .nav__item:not(:last-child) {
    margin-right: 15px;
  }
}
.nav__item:not(:last-child).nav__item__sns-1 {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .site-header-fixed .nav__item:not(:last-child).nav__item__sns-1 {
    margin-right: 15px;
  }
}
@media screen and (max-width: 350px) {
  .site-header-fixed .nav__item:not(:last-child).nav__item__sns-1 {
    margin-right: 10px;
  }
}
.nav__item:not(:last-child).nav__item__sns-2 {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .site-header-fixed .nav__item:not(:last-child).nav__item__sns-2 {
    margin-right: 15px;
  }
}
@media screen and (max-width: 350px) {
  .site-header-fixed .nav__item:not(:last-child).nav__item__sns-2 {
    margin-right: 10px;
  }
}
.nav__item:not(:last-child).nav__item__sns-3 {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .nav__item:not(:last-child).nav__item__sns-3 {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-header-fixed .nav__item:not(:last-child).nav__item__sns-3 {
    margin-right: 0;
  }
}
@media screen and (max-width: 350px) {
  .site-header-fixed .nav__item:not(:last-child).nav__item__sns-3 {
    margin-right: 0;
  }
}
.nav__item:not(:last-child).nav__item__entry {
  margin-left: 20px;
  margin-right: 0;
}

.nav__item.nav__item-humberger {
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .nav__item.nav__item-humberger {
    margin-left: 0;
  }
}
@media screen and (max-width: 350px) {
  .nav__item.nav__item-humberger {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  body.open .nav__item.nav__item-humberger {
    margin-left: 20px;
  }
}

.nav__item a {
  font-size: 12px;
}
@media screen and (min-width: 1281px) {
  .nav__item a {
    font-size: 13px;
  }
}
.site-header-intro .nav__item a {
  color: #ffffff;
}
.site-header-fixed .nav__item a, .site-header-white .nav__item a {
  color: #1b1b1b;
}
.nav__item a.button {
  height: 32px;
  width: 72px;
}
@media screen and (min-width: 1024px) {
  .nav__item a.button {
    width: 100px;
  }
}
.site-header-intro .nav__item a.button {
  border-color: #ffffff;
  color: #1b1b1b;
  background-color: #ffffff;
}
.site-header-intro .nav__item a.button:hover {
  border-color: #1b1b1b;
  color: #ffffff !important;
  background-color: #1b1b1b;
}
.site-header-fixed .nav__item a.button {
  color: #1b1b1b !important;
  background-color: #ffffff;
  border-color: #1b1b1b;
}
@media screen and (max-width: 1023px) {
  .site-header-fixed .nav__item a.button {
    border-color: #1b1b1b;
  }
}
.site-header-fixed .nav__item a.button:hover {
  color: #ffffff !important;
  background-color: #1b1b1b;
}
.site-header-intro .nav__item a.line-anime:after {
  background: #ffffff;
}
.site-header-fixed .nav__item a.line-anime:after {
  background: #1b1b1b;
}

.icon-instagram-bk {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-instagram-bk .cls-1 {
  fill: #000000;
}
.icon-instagram-bk:hover {
  opacity: 0.65;
}

.icon-instagram-white {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-instagram-white .cls-1 {
  fill: #ffffff;
}
.icon-instagram-white:hover {
  opacity: 0.65;
}
.site-header-fixed .icon-instagram-white .cls-1 {
  fill: #000000;
}

.icon-twitter-bk {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-twitter-bk .st0 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-twitter-bk:hover {
  opacity: 0.65;
}

.icon-twitter-white {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-twitter-white .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-twitter-white path {
  fill: #FFFFFF;
}
.icon-twitter-white:hover {
  opacity: 0.65;
}
.site-header-fixed .icon-twitter-white .st0 {
  stroke: #000000;
}
.site-header-fixed .icon-twitter-white path {
  fill: #000000;
}

.icon-line-bk {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-line-bk .st0 {
  fill: #000000;
}
.icon-line-bk:hover {
  opacity: 0.65;
}

.icon-line-white {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-line-white .st0 {
  fill: #ffffff;
}
.icon-line-white:hover {
  opacity: 0.65;
}
.site-header-fixed .icon-line-white .st0 {
  fill: #000000;
}

.icon-sns {
  width: auto;
  height: 21px;
}

section {
  width: 100%;
  max-width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1921px) {
  section {
    width: 1920px;
    max-width: 1920px;
    margin: 0 auto;
  }
}
section.section-full {
  width: 100%;
  max-width: 100%;
  position: relative;
}
section .section__wrapper {
  margin-left: 6vw;
  margin-right: 6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  section .section__wrapper {
    margin-left: 7.5vw;
    margin-right: 10vw;
  }
}
@media screen and (min-width: 1921px) {
  section .section__wrapper {
    margin: 0 auto;
    margin-left: 144px;
    margin-right: 192px;
  }
}
section .section__wrapper .section__inner {
  border-left: 1px solid #e7e9ee;
  padding-left: 6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  section .section__wrapper .section__inner {
    padding-left: 7.5vw;
  }
}
@media screen and (min-width: 1921px) {
  section .section__wrapper .section__inner {
    margin-left: 0;
    padding-left: 144px;
  }
}
section .w-800 {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section .w-800 {
    max-width: 800px;
  }
}

.site-menu {
  overflow: hidden;
}
.site-menu .section__wrapper .index__wrapper h2 {
  margin-bottom: 0;
}
.site-menu .section__wrapper .section__inner {
  margin-top: calc(18vw + 55px);
}
@media screen and (min-width: 768px) {
  .site-menu .section__wrapper .section__inner {
    margin-top: calc(6vw + 55px);
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .section__wrapper .section__inner {
    margin-top: calc(6vw + 75px);
  }
}
.site-menu .section__wrapper .section__inner .flex .flex__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-menu .section__wrapper .section__inner .flex .flex__row:nth-of-type(4) {
  border-right: 0;
}
.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner {
  height: 100%;
  min-height: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link {
  display: block;
}
.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .icon {
  display: block;
}
.site-menu hr.border {
  width: 120vw;
  height: 1px;
  margin: 0 calc(50% - 60vw);
  padding: 0;
  border-top: 1px solid #e7e9ee;
}

.site-credit {
  border-top: 1px solid #e7e9ee;
}
@media screen and (max-width: 767px) {
  .site-credit .flex {
    margin-left: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .site-credit .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .site-credit .flex .site-credit__name {
    margin-bottom: 12px;
  }
}
.site-footer {
  border-bottom: 0;
}
.site-footer .section__inner {
  border-bottom: 0 !important;
}

.site-menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
  z-index: 5;
  position: fixed;
  overflow-y: scroll;
  height: 100vh;
  top: 56px;
}
@media screen and (min-width: 1281px) {
  .site-menu {
    top: 76px;
  }
}
.site-menu .index__wrapper {
  padding-top: 0 !important;
}
.site-menu .section__wrapper {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .site-menu .section__wrapper {
    height: calc(100vh - 56px);
    overflow: hidden;
  }
}
@media screen and (min-width: 1281px) {
  .site-menu .section__wrapper {
    height: calc(100vh - 76px);
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .site-menu .section__wrapper {
    border: none;
  }
}
.site-menu .section__wrapper .section__inner a {
  display: block;
}
@media screen and (min-width: 1921px) {
  .site-menu .section__wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .site-menu .flex .flex__row:nth-of-type(4) {
    padding-bottom: 30vw !important;
  }
}
.site-menu .site-header {
  z-index: 4;
  position: fixed;
}

#site-menu {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 340ms;
          transition-duration: 340ms;
  -webkit-transition-timing-function: cubic-bezier(0.27, 0.68, 0.23, 0.98);
          transition-timing-function: cubic-bezier(0.27, 0.68, 0.23, 0.98);
  position: fixed;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  background: #f6f7f9;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  overflow-y: scroll;
  display: block;
  width: auto;
  max-width: auto;
  height: auto;
}
#site-menu .section__inner {
  -webkit-transition-delay: 340ms;
          transition-delay: 340ms;
  visibility: hidden;
  opacity: 0;
}
#site-menu .section__inner a {
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.open #site-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.open #site-menu .section__inner {
  -webkit-transition-delay: 340ms;
          transition-delay: 340ms;
  visibility: visible;
  opacity: 1;
}
.open #site-menu .section__inner a {
  visibility: visible;
}
.open #site-menu .section__inner a.delay01 {
  -webkit-animation: fadein 1s ease-in-out 0s 1 forwards;
          animation: fadein 1s ease-in-out 0s 1 forwards;
}
.open #site-menu .section__inner a.delay02 {
  -webkit-animation: fadein 1s ease-in-out 0.1s 1 forwards;
          animation: fadein 1s ease-in-out 0.1s 1 forwards;
}
.open #site-menu .section__inner a.delay03 {
  -webkit-animation: fadein 1s ease-in-out 0.2s 1 forwards;
          animation: fadein 1s ease-in-out 0.2s 1 forwards;
}
.open #site-menu .section__inner a.delay04 {
  -webkit-animation: fadein 1s ease-in-out 0.3s 1 forwards;
          animation: fadein 1s ease-in-out 0.3s 1 forwards;
}
.open #site-menu .section__inner a.delay05 {
  -webkit-animation: fadein 1s ease-in-out 0.4s 1 forwards;
          animation: fadein 1s ease-in-out 0.4s 1 forwards;
}
.open #site-menu .section__inner a.delay06 {
  -webkit-animation: fadein 1s ease-in-out 0.5s 1 forwards;
          animation: fadein 1s ease-in-out 0.5s 1 forwards;
}
.open #site-menu .section__inner a.delay07 {
  -webkit-animation: fadein 1s ease-in-out 0.6s 1 forwards;
          animation: fadein 1s ease-in-out 0.6s 1 forwards;
}
.open #site-menu .section__inner a.delay08 {
  -webkit-animation: fadein 1s ease-in-out 0.7s 1 forwards;
          animation: fadein 1s ease-in-out 0.7s 1 forwards;
}
.open #site-menu .section__inner .site-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.open #site-menu .section__inner .site-menu-sns svg {
  margin-right: 10px;
}
.open #site-menu .section__inner .site-menu-sns img {
  margin-right: 10px;
}

.button {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: 0.3s;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #5f5f5f;
  border-radius: 100vh;
  color: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.button.button-125 {
  width: 66px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .button.button-125 {
    width: 100px;
    height: 33px;
  }
}
@media screen and (min-width: 1281px) {
  .button.button-125 {
    width: 100px;
    height: 33px;
  }
}
.button.button-125:hover {
  color: #1b1b1b;
}
.button.button-150 {
  width: 150px;
  height: 40px;
  color: #1b1b1b;
  border-color: #1b1b1b !important;
  background-color: #ffffff;
  float: left;
}
@media screen and (min-width: 768px) {
  .button.button-150 {
    height: 36px;
  }
}
@media screen and (min-width: 1281px) {
  .button.button-150 {
    height: 40px;
  }
}
.button.button-150:hover {
  color: #ffffff;
  border-color: #1b1b1b;
  background-color: #1b1b1b;
}
.button.button-form {
  -webkit-appearance: button;
  font-weight: 600;
  letter-spacing: 0.08em;
  width: 150px;
  height: 40px;
  display: block;
  color: #1b1b1b;
  border-color: #1b1b1b !important;
  background-color: #ffffff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .button.button-form {
    height: 36px;
  }
}
@media screen and (min-width: 1281px) {
  .button.button-form {
    height: 40px;
  }
}
.button.button-form:hover {
  color: #ffffff;
  border-color: #1b1b1b;
  background-color: #1b1b1b;
}
.button.button-form:disabled:hover {
  color: #1b1b1b;
  border-color: #1b1b1b !important;
  background-color: #ffffff;
}
.button.button-full {
  width: 100%;
  height: 40px;
  color: #1b1b1b;
  border-color: #1b1b1b !important;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .button.button-full {
    height: 36px;
  }
}
@media screen and (min-width: 1281px) {
  .button.button-full {
    height: 40px;
  }
}
.button.button-full:hover {
  color: #ffffff;
  border-color: #1b1b1b;
  background-color: #1b1b1b;
}
.button.button-black {
  border-color: #5f5f5f;
}
.button.button-white {
  border-color: #ffffff;
}
.button.button-beige {
  border-color: #e1c7b3;
}
.button.button-beige:hover {
  background-color: #e1c7b3;
}
.button .button__inner {
  display: block;
  margin: 0 auto;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.buttons .button-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-justify-content: start;
  -webkit-justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: calc((100% - 8vw) / 3);
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .buttons .button-full {
    width: calc((100% - 4vw) / 3);
  }
}
.floating-button-wrapper {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .floating-button-wrapper {
    top: 75px;
    right: 30px;
  }
}
@media screen and (min-width: 1281px) {
  .floating-button-wrapper {
    top: 95px;
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .floating-button-wrapper {
    bottom: 24px;
    left: 6vw;
  }
}
.floating-button-wrapper .floating-button {
  height: 32px;
  line-height: 30px;
}
.floating-button-wrapper .floating-button-1 {
  display: none;
  width: 72px;
}
@media screen and (max-width: 767px) {
  .floating-button-wrapper .floating-button-1 {
    display: block;
  }
}
.floating-button-wrapper .floating-button-2 {
  background: #E1C7B3;
  width: 203px;
}
.floating-button-wrapper .floating-button-2:hover {
  background: #1e1e1e;
  color: white;
}
@media screen and (min-width: 768px) {
  .floating-button-wrapper .floating-button-2 {
    height: 32px;
    line-height: 30px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .floating-button-wrapper .floating-button-2 {
    width: 214px;
    height: 40px;
    line-height: 38px;
  }
}

.flex {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex .flex__row {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .flex.flex-50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .flex.flex-50 .flex__row:nth-of-type(2) {
    margin-top: 18vw;
  }
}
@media screen and (min-width: 768px) {
  .flex.flex-50 .flex__row {
    width: 38.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .flex.flex-50 .flex__row {
    width: 34.5vw;
  }
}
@media screen and (min-width: 1921px) {
  .flex.flex-50 .flex__row {
    width: 662px;
  }
}
@media screen and (max-width: 767px) {
  .flex.flex-50 .flex__row.flex__row-b:nth-of-type(2) {
    margin-top: 15vw;
  }
}
.flex.flex-33 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex.flex-33 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .flex.flex-33 .flex__row {
    width: 38.5vw;
  }
  .flex.flex-33 .flex__row:nth-of-type(1), .flex.flex-33 .flex__row:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .flex.flex-33 .flex__row {
    width: 21.67vw;
  }
  .flex.flex-33 .flex__row:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1921px) {
  .flex.flex-33 .flex__row {
    width: 416px;
  }
}
@media screen and (max-width: 767px) {
  .flex.flex-33 .flex__row.flex__row-b {
    margin-top: 15vw;
  }
  .flex.flex-33 .flex__row.flex__row-b:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .flex.flex-33.flex-33-2 .flex__row {
    width: calc(38.5vw - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .flex.flex-33.flex-33-2 .flex__row {
    width: calc(21.67vw - 13.3px);
  }
}
.flex.flex-33:after {
  display: block;
  content: "";
}
@media screen and (min-width: 768px) {
  .flex.flex-33:after {
    width: 38.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .flex.flex-33:after {
    width: 21.67vw;
  }
}
@media screen and (min-width: 1921px) {
  .flex.flex-33:after {
    width: 416px;
  }
}
@media screen and (max-width: 767px) {
  #recruit-message .flex.flex-33 .flex__row {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #recruit-message .flex.flex-33 .flex__row {
    margin-top: 60px;
  }
  #recruit-message .flex.flex-33 .flex__row:nth-of-type(1), #recruit-message .flex.flex-33 .flex__row:nth-of-type(2), #recruit-message .flex.flex-33 .flex__row:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #service-3 .flex.flex-33 .flex__row {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #service-3 .flex.flex-33 .flex__row .f-18 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #service-3 .flex.flex-33 .flex__row {
    margin-top: 54px;
  }
  #service-3 .flex.flex-33 .flex__row:nth-of-type(1), #service-3 .flex.flex-33 .flex__row:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  #service-3 .flex.flex-33 .flex__row {
    margin-top: 0;
  }
}
@media screen and (min-width: 1921px) {
  #service-3 .flex.flex-33 .flex__row {
    width: 402.7px;
  }
}
.flex.flex-25 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.flex-25 .flex__row {
  width: 38.5vw;
  margin-top: 8vw; /*例外*/
}
.flex.flex-25 .flex__row:nth-of-type(1), .flex.flex-25 .flex__row:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .flex.flex-25 .flex__row {
    margin-top: 5vw;
    width: 24.67vw;
  }
  .flex.flex-25 .flex__row:nth-of-type(1), .flex.flex-25 .flex__row:nth-of-type(2), .flex.flex-25 .flex__row:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .flex.flex-25 .flex__row {
    width: 15.94vw;
    margin-top: 5vw;
  }
  .flex.flex-25 .flex__row:nth-of-type(3), .flex.flex-25 .flex__row:nth-of-type(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1921px) {
  .flex.flex-25 .flex__row {
    width: 306px;
  }
}
.flex.flex-25 .flex__row.flex__row-b {
  width: 100%;
  margin-top: 11.25vw;
}
.flex.flex-25 .flex__row.flex__row-b:nth-of-type(2) {
  margin-top: 0vw;
}
@media screen and (min-width: 768px) {
  .flex.flex-25 .flex__row.flex__row-b {
    width: 15.94vw;
    margin-top: 5vw;
  }
  .flex.flex-25 .flex__row.flex__row-b:nth-of-type(1), .flex.flex-25 .flex__row.flex__row-b:nth-of-type(2), .flex.flex-25 .flex__row.flex__row-b:nth-of-type(3), .flex.flex-25 .flex__row.flex__row-b:nth-of-type(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1921px) {
  .flex.flex-25 .flex__row.flex__row-b {
    width: 306px;
  }
}
@media screen and (max-width: 767px) {
  .flex.flex-25.flex-25-2 .flex__row {
    margin-top: 12vw;
  }
}
.flex.flex-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex.flex-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.flex.flex-menu .flex__row {
  width: 100%;
  padding-top: 8vw; /*例外*/
}
.flex.flex-menu .flex__row:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .flex.flex-menu .flex__row {
    width: 17.69vw;
  }
  .flex.flex-menu .flex__row:nth-of-type(1), .flex.flex-menu .flex__row:nth-of-type(2), .flex.flex-menu .flex__row:nth-of-type(3), .flex.flex-menu .flex__row:nth-of-type(4) {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .flex.flex-menu .flex__row {
    width: 15.94vw;
  }
}
@media screen and (min-width: 1921px) {
  .flex.flex-menu .flex__row {
    width: 306px;
  }
}
.flex.flex-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5vw;
}
@media screen and (min-width: 768px) {
  .flex.flex-arrow {
    padding-top: 2.5vw;
  }
}
.flex.flex-arrow:nth-of-type(1) {
  padding-top: 0;
}
.flex.flex-arrow .flex__row {
  width: calc(50% - 2.5vw);
}
.flex.flex-arrow .flex__row:nth-of-type(2) {
  width: 5vw;
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .flex.flex-arrow .flex__row {
    width: calc(50% - 1.25vw);
  }
  .flex.flex-arrow .flex__row:nth-of-type(2) {
    width: 2.5vw;
    margin-top: -6px;
  }
}
@media screen and (min-width: 1921px) {
  .flex.flex-arrow .flex__row {
    width: calc(50% - 24px);
  }
  .flex.flex-arrow .flex__row:nth-of-type(2) {
    width: 48px;
    margin-top: -6px;
  }
}

#recruit-value .flex__row-blank {
  display: none;
}
@media screen and (min-width: 768px) {
  #recruit-value .flex__row-blank {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  #recruit-value .flex__row-blank {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #recruit-value .flex .flex__row:nth-of-type(2) {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  #recruit-faq .flex .flex__row:nth-of-type(2) {
    margin-top: 40px;
  }
}

body {
  color: #1b1b1b;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a.line-anime {
  position: relative;
}
a.line-anime:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1b1b1b;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
a.line-anime.active:after {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
a.line {
  text-underline-offset: 3px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 4px;
}
a.line:hover {
  text-decoration: none;
}

section a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1b1b1b;
  cursor: pointer;
}
section a:hover {
  color: #97a0b5;
}
section a .text-more {
  color: #97a0b5;
}
section h2.mb-0 {
  margin-bottom: 0;
}
section h2 span {
  display: block;
  margin-top: 7px;
}
section h2 span:after {
  content: none;
}
section h2 span:before {
  content: none;
}
p.f-14.lh-16 {
  margin-bottom: 22.4px;
}
@media screen and (min-width: 768px) {
  p.f-14.lh-16 {
    margin-bottom: 20.8px;
  }
}
@media screen and (min-width: 1281px) {
  p.f-14.lh-16 {
    margin-bottom: 22.4px;
  }
}

p.f-14.lh-2 {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  p.f-14.lh-2 {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1281px) {
  p.f-14.lh-2 {
    margin-bottom: 28px;
  }
}

p.f-14.lh-2.mb-2em {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  p.f-14.lh-2.mb-2em {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 1281px) {
  p.f-14.lh-2.mb-2em {
    margin-bottom: 42px;
  }
}

p.f-14.lh-2.mb-3em {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  p.f-14.lh-2.mb-3em {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 1281px) {
  p.f-14.lh-2.mb-3em {
    margin-bottom: 56px;
  }
}

p.f-14.lh-2.mb-4em {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  p.f-14.lh-2.mb-4em {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1281px) {
  p.f-14.lh-2.mb-4em {
    margin-bottom: 70px;
  }
}

p.f-15.lh-2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  p.f-15.lh-2 {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1281px) {
  p.f-15.lh-2 {
    margin-bottom: 30px;
  }
}

.flex__row p:last-of-type {
  margin-bottom: 0 !important;
}

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

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

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

.text-underline {
  text-decoration: underline;
}

.name-wrapper .name-jp {
  display: inline-block;
}
.name-wrapper .name-kana {
  display: inline-block;
}

.page section.page__title div.recruit-index h2 {
  text-align: left;
  padding: 0;
  margin: 0;
  border: 0;
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.icon.icon-facebook {
  padding: 0 0 0 27px;
  background-image: url(../images/icon/icon_facebook.svg);
  background-size: 20px;
  min-height: 20px;
  height: 20px;
}
.icon.icon-facebook div {
  line-height: 20px !important;
}
.icon.icon-check {
  padding: 0 0 0 40px;
  background-image: url(../images/icon-check.svg);
  background-size: 28px;
  min-height: 28px;
  height: 28x;
}
.icon.icon-check div {
  line-height: 14px !important;
}
.icon.icon-check::before {
  content: none !important;
}
.icon.icon-check::after {
  content: none !important;
}
.icon.icon-beginner {
  padding: 0 0 0 40px;
  background-image: url(../images/icon-beginner.svg);
  background-size: 28px;
  min-height: 28px;
  height: 28x;
}
.icon.icon-beginner div {
  line-height: 14px !important;
}
.icon.icon-beginner::before {
  content: none !important;
}
.icon.icon-beginner::after {
  content: none !important;
}
.icon div:before, .icon div:after {
  margin: 0 !important;
}

.icon-faq {
  display: block;
  text-indent: -40px;
  margin-left: 40px;
  display: block;
}
.icon-faq:before {
  background-image: url(../images/icon-faq.svg);
  width: 28px !important;
  height: 18px !important;
  content: "";
  display: inline-block !important;
  background-size: contain;
  margin-right: 12px;
  vertical-align: -3px;
  margin-top: 0;
}
.icon-faq:after {
  margin-top: 0 !important;
  content: none !important;
}
.icon-faq:last-child {
  margin-bottom: 0;
}

.icon-organization {
  display: block;
  text-indent: -20px;
  margin-left: 20px;
  display: block;
}
.icon-organization:before {
  background-image: url(../images/icon-organization.svg);
  width: 20px !important;
  height: 20px !important;
  content: "";
  display: inline-block !important;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -4px;
  margin-top: 0;
}
.icon-organization:after {
  margin-top: 0 !important;
  content: none !important;
}
.icon-organization:last-child {
  margin-bottom: 0;
}

.icon-engineer {
  display: block;
  text-indent: -20px;
  margin-left: 20px;
  display: block;
}
.icon-engineer:before {
  background-image: url(../images/icon-engineer.svg);
  width: 20px !important;
  height: 20px !important;
  content: "";
  display: inline-block !important;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -4px;
  margin-top: 0;
}
.icon-engineer:after {
  margin-top: 0 !important;
  content: none !important;
}
.icon-engineer:last-child {
  margin-bottom: 0;
}

.icon-star {
  display: block;
  text-indent: -20px;
  margin-left: 20px;
  display: block;
}
.icon-star:before {
  background-image: url(../images/icon-star.svg);
  width: 20px !important;
  height: 20px !important;
  content: "";
  display: inline-block !important;
  background-size: contain;
  margin-right: 10px;
  vertical-align: -4px;
  margin-top: 0;
}
.icon-star:after {
  margin-top: 0 !important;
  content: none !important;
}
.icon-star:last-child {
  margin-bottom: 0;
}

.icon-asterisk {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  display: block;
}
.icon-asterisk:before {
  width: 1em;
  content: "＊";
}

ul li.icon-line {
  display: block;
  text-indent: -40px;
  margin-left: 40px;
  display: block;
}
ul li.icon-line:before {
  background-image: url(../images/icon-cross.svg);
  width: 28px;
  height: 18px;
  content: "";
  display: inline-block;
  background-size: contain;
  margin-right: 12px;
  vertical-align: -3px;
}
ul li.icon-line:last-child {
  margin-bottom: 0;
}

ul li.icon-line2 {
  display: block;
  text-indent: -15px;
  margin-left: 15px;
  display: block;
}
ul li.icon-line2:before {
  border-top: 1px solid #97a0b5;
  width: 6px;
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-left: 1px;
  vertical-align: 5px;
}
ul li.icon-line2:last-child {
  margin-bottom: 0;
}
ul li.icon-line2.no-line:before {
  border-top: 0;
  width: 6px;
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-left: 1px;
  vertical-align: 5px;
}
ul li.icon-line2 span:before {
  content: "";
  margin-top: 5px;
  display: block;
}

ul li.icon-astarisq {
  display: block;
  text-indent: -1.1em;
  margin-left: 1.1em;
  display: block;
}
ul li.icon-astarisq:before {
  content: "＊";
  display: inline-block;
  margin-left: 1.1em;
  margin-right: -1.1em;
  width: 1.1em;
  vertical-align: top;
}
ul li.icon-astarisq:last-child {
  margin-bottom: 0;
}
ul li.icon-astarisq .line {
  display: inline;
}

ul:has(li.icon-circle) {
  border-top: 1px solid #E7E9EE;
}
ul li.icon-circle {
  position: relative;
  display: block;
  text-indent: -40px;
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #E7E9EE;
  line-height: 40px;
}
ul li.icon-circle:before {
  width: 40px;
  height: 40px;
  content: "";
  display: inline-block;
  background-size: contain;
  margin-right: 12px;
  vertical-align: middle;
}
ul li.icon-circle:last-child {
  margin-bottom: 0;
}
ul li.icon-circle.icon-circle-1:before {
  background-image: url(../images/recruit-laddersystem-2.svg);
}
ul li.icon-circle.icon-circle-2:before {
  background-image: url(../images/recruit-laddersystem-3.svg);
}
ul li.icon-circle.icon-circle-3:before {
  background-image: url(../images/recruit-laddersystem-4.svg);
}
ul li.icon-circle.icon-circle-4:before {
  background-image: url(../images/recruit-laddersystem-5.svg);
}
ul li.icon-circle.icon-circle-5:before {
  background-image: url(../images/recruit-laddersystem-6.svg);
}
ul li.icon-circle span {
  position: absolute;
  right: 0;
}

.icon-people {
  position: relative;
  display: block;
  text-indent: -40px;
  padding-left: 40px;
  display: block;
  line-height: 40px;
}
.icon-people:before {
  background-image: url(../images/recruit-entry-2.svg);
  width: 40px !important;
  height: 40px !important;
  content: "";
  display: inline-block !important;
  background-size: contain;
  margin-right: 12px;
  vertical-align: middle;
}
.icon-people:last-child {
  margin-bottom: 0;
}

.icon-people-2 {
  position: relative;
  display: block;
  text-indent: -40px;
  padding-left: 40px;
  display: block;
  line-height: 40px;
}
.icon-people-2:before {
  background-image: url(../images/recruit-benefits-2.svg);
  width: 40px !important;
  height: 40px !important;
  content: "";
  display: inline-block !important;
  background-size: contain;
  margin-right: 12px;
  vertical-align: middle;
}
.icon-people-2:last-child {
  margin-bottom: 0;
}

.icon-stairs {
  position: relative;
  display: block;
  text-indent: -40px;
  padding-left: 40px;
  display: block;
  line-height: 40px;
}
.icon-stairs:before {
  background-image: url(../images/recruit-benefits-1.svg);
  width: 40px !important;
  height: 40px !important;
  content: "";
  display: inline-block !important;
  background-size: contain;
  margin-right: 12px;
  vertical-align: middle;
}
.icon-stairs:last-child {
  margin-bottom: 0;
}

.details ul li.icon-line2 {
  margin-bottom: 0;
}
.details ol {
  counter-reset: item;
  list-style: none;
  padding: 0;
}
.details ol li {
  list-style-type: none;
  counter-increment: cnt;
  counter-increment: item;
  position: relative;
  padding-left: 2em;
}
.details ol li::before {
  content: counter(item, decimal-leading-zero) ". ";
  position: absolute;
  left: 0;
  width: 2em;
}

.box {
  display: block;
}
.box .img-number-wrapper {
  position: relative;
}
.box .img-number-wrapper .img-number {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .box .img-number-wrapper .img-number {
    font-size: 20px !important;
  }
}
.box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box img.img-border {
  border: 1px solid #e1c7b3;
  border-radius: 100vh;
}
.box img:hover {
  opacity: 0.65;
}
#recruit-ourway .box img:hover {
  opacity: 1;
}
.box .box__title {
  display: block;
}
.box .box__title a {
  display: block;
}
.box .box__text {
  display: block;
}
@media screen and (min-width: 768px) {
  .box.box-slide .box__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .box.box-slide .box__text {
    text-align: center;
  }
}
.box.box-slide .box__text .icon {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .box.box-slide .box__text div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box.box-slide .box__text div span:before {
    margin-right: 10px;
  }
}
.box.box-recruit-message {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box.box-recruit-message .box-recruit-message-img {
  width: 64px;
  height: 64px;
}
.box.box-recruit-message .box-recruit-message-img:hover {
  opacity: 1;
}
.box.box-recruit-message .box__text-wrapper {
  width: calc(100% - 76px);
}
.box.box-recruit-message .box__title {
  margin-left: 12px;
}
.box.box-recruit-message .box__title div {
  word-break: break-all;
}

.box__text-speech_bubble {
  word-break: break-all;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding: 12px;
  border-radius: 12px;
  background-color: #E1C7B3;
  text-align: left;
  color: #1b1b1b;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .box__text-speech_bubble {
    margin-left: 0;
    margin-top: 8px;
  }
}
.box__text-speech_bubble::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  border-style: solid;
  border-width: 4.5px 8px 4.5px 0;
  border-color: transparent #E1C7B3 transparent transparent;
  translate: -100% -50%;
}
@media screen and (min-width: 768px) {
  .box__text-speech_bubble::after {
    top: 0;
    left: 18px;
    border-width: 0 4.5px 8px 4.5px;
    border-color: transparent transparent #E1C7B3;
    translate: -50% -100%;
  }
}

@media screen and (max-width: 767px) {
  .box-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .box-reverse .box__title {
    text-align: right;
    margin-right: 12px;
    margin-left: 0;
  }
  .box-reverse .box__text-speech_bubble {
    margin-left: -12px;
  }
  .box-reverse .box__text-speech_bubble::after {
    right: 0;
    left: auto;
    translate: 100% -50%;
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent #E1C7B3;
    translate: 100% -50%;
  }
}

.item.reverse .sp-layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box-recruit-message .visible-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .box-recruit-message .visible-sp {
    display: block !important;
  }
}
.box-recruit-message .hidden-sp {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .box-recruit-message .hidden-sp {
    display: none !important;
  }
}

.box-nohover img:hover {
  opacity: 1;
}

ol {
  counter-reset: ol_li;
}
ol li {
  text-indent: -14px;
  margin-left: 14px;
  display: block;
  list-style: none;
}
ol li:before {
  margin-left: 14px;
  display: inline-block;
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  color: #97a0b5;
  margin-right: 0px;
}
ol li:last-child {
  margin-bottom: 0;
}

dl.dl-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
dl.dl-page dt {
  width: 60px;
}
dl.dl-page dd {
  width: calc(100% - 60px);
}
dl.dl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
dl.dl-list dt {
  width: 50%;
  border-bottom: 1px solid #E7E9EE;
}
dl.dl-list dt.pt-0 {
  padding-top: 0;
}
dl.dl-list dd {
  width: 50%;
  text-align: right;
  border-bottom: 1px solid #E7E9EE;
}
dl.dl-list dd.pt-0 {
  padding-top: 0;
}

#recruit-laddersystem dl.dl-list span {
  display: block;
}

.accordion {
  border-top: 1px solid #1B1B1B;
  border-bottom: 1px solid #1B1B1B;
  padding: 14px 0;
}
.accordion.accordion-no-border {
  border: none;
  padding: 0;
}

.accordion__summary {
  cursor: pointer;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
}
.accordion__summary.accordion__summary-2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.accordion__summary.accordion__summary-2 .accordion__icon-svg {
  margin-right: 10px;
}

.accordion-2-inner {
  background: white;
  border-top: 1px solid #1B1B1B;
  border-bottom: 1px solid #1B1B1B;
  padding-left: 20px;
  padding-right: 20px;
}
.accordion-2-inner h3 {
  margin-bottom: 0;
  border-bottom: 1px solid #1B1B1B;
}
.accordion-2-inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

.accordion__icon-svg {
  width: 20px;
  height: 20px;
}

.accordion__icon-svg img {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.accordion[open] .accordion__icon-svg img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#recruit-entry .accordion {
  background: white;
  padding-left: 12px;
  padding-right: 12px;
}

#recruit-faq .accordion {
  border: none;
  padding: 0;
}
#recruit-faq .accordion .accordion__title {
  width: 100%;
}
#recruit-faq .accordion .accordion__summary {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#recruit-faq .accordion .accordion__summary .accordion__icon-svg {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 12px;
}
#recruit-faq .accordion .accordion__summary img {
  position: absolute;
  top: 4px;
  right: 0;
  height: 20px;
}
#recruit-faq .accordion .accordion__title {
  margin-bottom: 0;
}

#recruit-benefits ul li .accordion {
  border-top: none;
  border-bottom: 1px solid #e7e9ee;
}
#recruit-benefits ul li .accordion .accordion__summary {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#recruit-benefits ul li .accordion .accordion__summary .accordion__icon-svg {
  margin-right: 10px;
}
#recruit-benefits ul li:first-of-type .accordion {
  border-top: 1px solid #e7e9ee;
}

div.recruit-index ul {
  border-top: 1px solid #1b1b1b;
}
div.recruit-index ul li {
  border-bottom: 1px solid #1b1b1b;
}

.btn {
  position: relative;
  width: 100px;
  height: auto;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.btn .hover-off,
.btn .hover-on {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn:hover .hover-off {
  opacity: 0;
}

#top-hero {
  overflow: hidden;
  min-height: calc(var(--vh, 1vh) * 100 - 80px);
}
@media screen and (min-width: 768px) {
  #top-hero {
    min-height: calc(var(--vh, 1vh) * 100 - 96px);
  }
}
#top-hero .top-hero__logo {
  position: absolute;
  z-index: 3;
  top: calc(50% - 6.5vw);
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-hero .top-hero__logo {
    top: calc(50% - 38px);
  }
}
@media screen and (min-width: 1281px) {
  #top-hero .top-hero__logo {
    top: calc(50% - 42px);
  }
}
#top-hero .top-hero__logo img {
  width: 70vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  #top-hero .top-hero__logo img {
    width: auto;
    height: 76px;
  }
}
@media screen and (min-width: 1281px) {
  #top-hero .top-hero__logo img {
    width: auto;
    height: 84px;
  }
}
#top-hero .top-hero__copy {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 9vh;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-hero .top-hero__copy {
    top: 50%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#top-hero .top-hero__copy img {
  width: 60vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  #top-hero .top-hero__copy img {
    width: 340px;
    height: 169px;
  }
}
@media screen and (min-width: 1281px) {
  #top-hero .top-hero__copy img {
    width: 378px;
    height: 188px;
  }
}

#slider {
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100 - 80px);
}
@media screen and (min-width: 768px) {
  #slider {
    min-height: calc(var(--vh, 1vh) * 100 - 96px);
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
}
#slider .top-hero-img {
  z-index: 10;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(1.2) translateX(30px);
          transform: scale(1.2) translateX(30px);
  -webkit-transition: opacity 1.5s linear, -webkit-transform 7.5s linear;
  transition: opacity 1.5s linear, -webkit-transform 7.5s linear;
  transition: opacity 1.5s linear, transform 7.5s linear;
  transition: opacity 1.5s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #slider .top-hero-img {
    -webkit-transform: scale(1.1) translateX(30px);
            transform: scale(1.1) translateX(30px);
  }
}
#slider .top-hero-img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slider .top-hero-img.show_ {
  opacity: 1;
}
#slider .top-hero-img.zoom_ {
  -webkit-transform: scale(1.2) translateX(0px);
          transform: scale(1.2) translateX(0px);
}
@media screen and (min-width: 768px) {
  #slider .top-hero-img.zoom_ {
    -webkit-transform: scale(1.1) translateX(0px);
            transform: scale(1.1) translateX(0px);
  }
}
#slider .top-hero-img img {
  display: block;
}
#slider .top-hero-img {
  min-height: calc(var(--vh, 1vh) * 100 - 80px);
}
@media screen and (min-width: 768px) {
  #slider .top-hero-img {
    min-height: calc(var(--vh, 1vh) * 100 - 96px);
  }
}

@media screen and (min-width: 768px) {
  .top-hero-img-1 {
    background: url(../images/top-hero-1.jpg) no-repeat center center;
  }
  .top-hero-img-2 {
    background: url(../images/top-hero-2.jpg) no-repeat center center;
  }
  .top-hero-img-3 {
    background: url(../images/top-hero-3.jpg) no-repeat center center;
  }
  .top-hero-img-4 {
    background: url(../images/top-hero-4.jpg) no-repeat center center;
  }
}
@media screen and (max-width: 767px) {
  .top-hero-img-1 {
    background: url(../images/top-hero-1-sp.jpg) no-repeat center center;
  }
  .top-hero-img-2 {
    background: url(../images/top-hero-2-sp.jpg) no-repeat center center;
  }
  .top-hero-img-3 {
    background: url(../images/top-hero-3-sp.jpg) no-repeat center center;
  }
  .top-hero-img-4 {
    background: url(../images/top-hero-4-sp.jpg) no-repeat center center;
  }
}
section#top-recruit-banner {
  position: relative;
  z-index: 3;
}
section#top-recruit-banner a.btn-recruit {
  display: block;
  position: relative;
  background: #d4af93;
  height: 80px;
}
@media screen and (min-width: 768px) {
  section#top-recruit-banner a.btn-recruit {
    height: 96px;
  }
}
section#top-recruit-banner a.btn-recruit:hover {
  background-color: rgba(212, 175, 147, 0.65);
}
section#top-recruit-banner .top-recruit-banner-inner {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section#top-recruit-banner .top-recruit-banner-inner .icon-arrow {
  margin-top: 4px;
}
section#top-aboutus {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section#top-treatments .box .box__title a {
    font-size: 13px;
  }
}
section#top-treatments picture {
  position: relative;
}
section#top-access {
  isolation: isolate;
}
section#top-access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
section#top-access dl dt {
  width: 105px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  section#top-access dl dt {
    width: 98px;
  }
}
@media screen and (min-width: 1024px) {
  section#top-access dl dt {
    width: 105px;
  }
}
section#top-access dl dd {
  padding-left: 1.5em;
  width: calc(100% - 105px);
}
@media screen and (min-width: 768px) {
  section#top-access dl dd {
    width: calc(100% - 98px);
  }
}
@media screen and (min-width: 1024px) {
  section#top-access dl dd {
    width: calc(100% - 105px);
  }
}
section#top-news .list-news dl {
  overflow: hidden;
  width: 100%;
}
section#top-news .list-news dl dt {
  color: #97a0b5;
}
@media screen and (min-width: 1024px) {
  section#top-news .list-news dl dt {
    float: left;
    width: 94px;
  }
}
section#top-news .list-news dl dd {
  font-size: 13px;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  section#top-news .list-news dl dd {
    margin: 0 0 0 96px;
  }
}
section#top-news .list-news dl dd a {
  text-underline-offset: 3px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 4px;
}
section#top-news .list-news dl dd a:hover {
  text-decoration: none;
}
section#top-news .list-news dl:last-of-type {
  padding-bottom: 0 !important;
}
section#top-news .notice {
  border-bottom: 1px solid #ede3db;
}
.map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 33.33%;
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 100%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% + 350px);
  margin-top: -175px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.container-full {
  width: 100%;
  border-bottom: 1px solid #e7e9ee;
  background-color: #f6f7f9;
}

.page {
  margin-top: 55px;
}
@media screen and (min-width: 1281px) {
  .page {
    margin-top: 75px;
  }
}
.page section.page__title h2 {
  text-align: center;
  border-bottom: 1px solid #e7e9ee;
}
.page section .page__section_title {
  display: block;
}
@media screen and (min-width: 1024px) {
  .page section .page__section_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-justify-content: start;
    -webkit-justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page section .page__section_title div.number {
  width: 6vw;
}
@media screen and (min-width: 1024px) {
  .page section .page__section_title div.number {
    width: 7.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .page section .page__section_title div.number {
    margin-bottom: 20px;
  }
}
.page section .mw-580 {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top-slider {
    margin-left: 6vw;
    margin-right: 6vw;
  }
}
.top-slider .slider {
  width: 100%;
}
.top-slider .slick-slide {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .top-slider .slick-slide {
    margin: 0 2.3vw;
  }
}
.top-slider .slick-slide img {
  width: 100%;
}
@media (max-width: 767px) {
  .top-slider .slick-slide img,
  .top-slider .slick-slide source {
    width: 100%;
    height: auto;
  }
}
.top-slider .slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.top-slider .slick-dotted.slick-slider {
  margin-bottom: calc(20px + 7.5vw);
}
@media screen and (min-width: 768px) {
  .top-slider .slick-dotted.slick-slider {
    margin-bottom: calc(20px + 2.5vw);
  }
}

.humberger {
  position: relative;
  width: 28px;
  width: 24px;
  height: 19px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .humberger {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .humberger {
    width: 30px;
    height: 21px;
  }
}
.humberger span {
  position: absolute;
  left: 0;
  width: 28px;
  width: 24px;
  height: 1px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1281px) {
  .humberger span {
    width: 30px;
  }
}
.humberger span:first-of-type {
  top: 0;
}
.humberger span:nth-of-type(2) {
  top: 9px;
}
@media screen and (min-width: 1281px) {
  .humberger span:nth-of-type(2) {
    top: 10px;
  }
}
.humberger span:nth-of-type(3) {
  bottom: 0;
}
.site-header-intro .humberger span {
  background-color: #ffffff;
}
.site-header-fixed .humberger span {
  background-color: #1b1b1b;
}
.open .humberger {
  display: block;
}

.humberger.anime span:first-of-type {
  -webkit-animation: humberger-bar01 0.3s forwards;
  animation: humberger-bar01 0.3s forwards;
}

@-webkit-keyframes humberger-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  to {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes humberger-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  to {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.humberger.anime span:nth-of-type(2) {
  opacity: 1;
}

.humberger.anime span:nth-of-type(3) {
  -webkit-animation: humberger-bar03 0.3s forwards;
  animation: humberger-bar03 0.3s forwards;
}

@-webkit-keyframes humberger-bar03 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  to {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes humberger-bar03 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  to {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.humberger.active span:first-of-type {
  -webkit-animation: active-humberger-bar01 0.3s forwards;
  animation: active-humberger-bar01 0.3s forwards;
  top: 1px;
}
@media screen and (min-width: 1281px) {
  .humberger.active span:first-of-type {
    top: 3px;
  }
}

@-webkit-keyframes active-humberger-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  to {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-humberger-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  to {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}
.humberger.active span:nth-of-type(2) {
  opacity: 0;
}

.humberger.active span:nth-of-type(3) {
  -webkit-animation: active-humberger-bar03 0.3s forwards;
  animation: active-humberger-bar03 0.3s forwards;
  bottom: -3px;
}

.humberger.active span {
  width: 26px;
}
@media screen and (min-width: 1281px) {
  .humberger.active span {
    width: 28px;
  }
}

@-webkit-keyframes active-humberger-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }
  to {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
}

@keyframes active-humberger-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
    transform: translateY(-12px) rotate(0);
  }
  to {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
}
.wpcf7 .form-inner {
  margin-bottom: 20px;
}
.wpcf7 .form-inner .form-title {
  margin-bottom: 10px;
}
.wpcf7 .form-inner .form-contents input.wpcf7-form-control.wpcf7-text {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: sans-serif;
  width: 100%;
  padding: 8px 8px;
  border: 1px solid #1b1b1b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form-inner .form-contents input.wpcf7-form-control.wpcf7-text {
    font-size: 16px !important;
  }
}
.wpcf7 .form-inner .form-contents textarea.wpcf7-form-control.wpcf7-textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 8px;
  border: 1px solid #1b1b1b;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form-inner .form-contents textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 16px !important;
  }
}
.wpcf7 .form-inner .form-contents .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: block;
  margin: 0 0 10px 0;
}
.wpcf7 .form-inner .form-contents .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpcf7 .form-inner .form-contents .wpcf7-list-item label input {
  margin: 0 !important;
}
.wpcf7 .form-inner .form-contents .wpcf7-list-item-label {
  margin-left: 2px;
  padding-left: 5px;
  margin-bottom: 0px;
  display: block;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form-inner .form-contents .wpcf7-list-item-label {
    letter-spacing: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 .form-inner .form-contents .checkbox-517 .wpcf7-list-item-label {
    width: calc(100% - 20px);
  }
}
.wpcf7 .form-inner .form-contents .wpcf7-not-valid-tip {
  color: #d4af93;
  display: block;
}
.wpcf7 .form-inner .form-contents .form-confirmation {
  overflow: scroll;
  /*margin: 50px auto 20px;*/
  padding: 10px;
  width: 100%;
  height: 150px;
  border: 1px solid #1b1b1b;
  line-height: 1.42;
}
.wpcf7 .form-inner .form-contents .form-confirmation p {
  margin-bottom: 1em;
}
.wpcf7 .form-inner.form-confirmation-wrapper {
  margin-bottom: 10px;
}
.wpcf7 form .wpcf7-response-output {
  color: #d4af93;
  margin-top: 20px !important;
  display: block;
  border: none !important;
  padding: 0 !important;
  display: block;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 0 !important;
  height: 0 !important;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.submit-wrapper {
  margin: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 5px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    margin: 8px 0 0 0 !important;
  }
}

form.wpcf7-form.sent .button.button-form:disabled {
  display: none !important;
}

form.wpcf7-form.sent .submit-wrapper {
  margin: 0 !important;
}

body {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  letter-spacing: 0.05em;
}

::-moz-selection {
  background-color: #e7e9ee;
}

::selection {
  background-color: #e7e9ee;
}

.site-menu .section__wrapper .index__wrapper h2, .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title, .site-credit, section h2, .box .img-number-wrapper .img-number, ol li:before, section#top-news .list-news dl dt, .page section .page__section_title div.number,
.f-en {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.f-ja {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
}

.f-12,
.site-credit,
.button.button-125,
.button.button-150,
section#top-news .list-news dl dt {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .f-12,
  .site-credit,
  .button.button-125,
  .button.button-150,
  section#top-news .list-news dl dt {
    font-size: 11px;
  }
}
@media screen and (min-width: 1281px) {
  .f-12,
  .site-credit,
  .button.button-125,
  .button.button-150,
  section#top-news .list-news dl dt {
    font-size: 12px;
  }
}

.f-12-fix {
  font-size: 12px;
}

.f-13,
.button.button-form,
.button.button-full {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .f-13,
  .button.button-form,
  .button.button-full {
    font-size: 12px;
  }
}
@media screen and (min-width: 1281px) {
  .f-13,
  .button.button-form,
  .button.button-full {
    font-size: 13px;
  }
}

.f-14,
.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link,
dl.dl-page dt,
dl.dl-page dd,
section#top-news .list-news dl dd,
section#top-news .notice p,
section#top-news .notice ul,
section#top-news .notice ol,
.wpcf7 .form-inner .form-title,
.wpcf7 .form-inner .form-contents input.wpcf7-form-control.wpcf7-text,
.wpcf7 .form-inner .form-contents textarea.wpcf7-form-control.wpcf7-textarea,
.wpcf7 .form-inner .form-contents .wpcf7-list-item-label,
.wpcf7 .form-inner .form-contents .wpcf7-not-valid-tip,
.wpcf7 .form-inner .form-contents .form-confirmation,
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .f-14,
  .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link,
  dl.dl-page dt,
  dl.dl-page dd,
  section#top-news .list-news dl dd,
  section#top-news .notice p,
  section#top-news .notice ul,
  section#top-news .notice ol,
  .wpcf7 .form-inner .form-title,
  .wpcf7 .form-inner .form-contents input.wpcf7-form-control.wpcf7-text,
  .wpcf7 .form-inner .form-contents textarea.wpcf7-form-control.wpcf7-textarea,
  .wpcf7 .form-inner .form-contents .wpcf7-list-item-label,
  .wpcf7 .form-inner .form-contents .wpcf7-not-valid-tip,
  .wpcf7 .form-inner .form-contents .form-confirmation,
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}
@media screen and (min-width: 1281px) {
  .f-14,
  .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link,
  dl.dl-page dt,
  dl.dl-page dd,
  section#top-news .list-news dl dd,
  section#top-news .notice p,
  section#top-news .notice ul,
  section#top-news .notice ol,
  .wpcf7 .form-inner .form-title,
  .wpcf7 .form-inner .form-contents input.wpcf7-form-control.wpcf7-text,
  .wpcf7 .form-inner .form-contents textarea.wpcf7-form-control.wpcf7-textarea,
  .wpcf7 .form-inner .form-contents .wpcf7-list-item-label,
  .wpcf7 .form-inner .form-contents .wpcf7-not-valid-tip,
  .wpcf7 .form-inner .form-contents .form-confirmation,
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}

.f-14-recruit {
  font-size: 12px;
}
@media screen and (min-width: 1281px) {
  .f-14-recruit {
    font-size: 14px;
  }
}

.f-15 {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .f-15 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1281px) {
  .f-15 {
    font-size: 15px;
  }
}

.f-16,
.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .f-16,
  .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title {
    font-size: 15px;
  }
}
@media screen and (min-width: 1281px) {
  .f-16,
  .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title {
    font-size: 16px;
  }
}

.f-16-2 {
  font-size: 14px;
}
@media screen and (min-width: 1281px) {
  .f-16-2 {
    font-size: 16px;
  }
}

.f-18 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .f-18 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1281px) {
  .f-18 {
    font-size: 18px;
  }
}

.f-18-2 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .f-18-2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1281px) {
  .f-18-2 {
    font-size: 18px;
  }
}

.f-18-recruit {
  font-size: 16px;
}
@media screen and (min-width: 1281px) {
  .f-18-recruit {
    font-size: 18px;
  }
}

.f-20,
.box .img-number-wrapper .img-number,
.page section h3,
.page section h4 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .f-20,
  .box .img-number-wrapper .img-number,
  .page section h3,
  .page section h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1281px) {
  .f-20,
  .box .img-number-wrapper .img-number,
  .page section h3,
  .page section h4 {
    font-size: 20px;
  }
}

.f-22 {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .f-22 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1281px) {
  .f-22 {
    font-size: 22px;
  }
}

.f-24,
.site-menu .section__wrapper .index__wrapper h2 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .f-24,
  .site-menu .section__wrapper .index__wrapper h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1281px) {
  .f-24,
  .site-menu .section__wrapper .index__wrapper h2 {
    font-size: 24px;
  }
}

.f-26,
.page section.page__title h2 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .f-26,
  .page section.page__title h2 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1281px) {
  .f-26,
  .page section.page__title h2 {
    font-size: 26px;
  }
}

.f-30,
section h2,
.page section.page__title div.recruit-index h2 {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .f-30,
  section h2,
  .page section.page__title div.recruit-index h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1281px) {
  .f-30,
  section h2,
  .page section.page__title div.recruit-index h2 {
    font-size: 30px;
  }
}

.f-60,
.page section .page__section_title div.number {
  font-size: 54px;
}
@media screen and (min-width: 768px) {
  .f-60,
  .page section .page__section_title div.number {
    font-size: 53px;
  }
}
@media screen and (min-width: 1281px) {
  .f-60,
  .page section .page__section_title div.number {
    font-size: 60px;
  }
}

.page section .page__section_title div.number,
.fw-200 {
  font-weight: 200;
}

.site-menu .section__wrapper .index__wrapper h2, .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title, section h2,
.fw-400 {
  font-weight: 400;
}

body, .site-credit, section h3, section#top-news .list-news dl dt,
.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link,
.ls-04 {
  letter-spacing: 0.04em;
}

.nav__item a, section#top-news .list-news dl dt,
.ls-05 {
  letter-spacing: 0.05em;
}

body,
.ls-06 {
  letter-spacing: 0.06em;
}

.site-menu .section__wrapper .index__wrapper h2, .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title, section h2, .box .img-number-wrapper .img-number, .page section .page__section_title div.number,
.ls-08 {
  letter-spacing: 0.08em;
}

.text-crop-14::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}

.text-crop-16::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

.text-crop-2::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.nav__item a, .site-menu .section__wrapper .index__wrapper h2, .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title, .site-credit, .button, section h2, .box .img-number-wrapper .img-number, section#top-news .list-news dl dt, .page section .page__section_title div.number, .wpcf7 .form-inner .form-title, .wpcf7 .form-inner .form-contents .wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output,
.lh-1 {
  line-height: 1;
}

.lh-13 {
  line-height: 1.3;
}
.lh-13::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.lh-13::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}

.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link, section#top-news .notice ul, section#top-news .notice ol, .page section.page__title h2, .page section h3, .page section h4,
.lh-14 {
  line-height: 1.4;
}
.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link::before, section#top-news .notice ul::before, section#top-news .notice ol::before, .page section.page__title h2::before, .page section h3::before, .page section h4::before,
.lh-14::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link::after, section#top-news .notice ul::after, section#top-news .notice ol::after, .page section.page__title h2::after, .page section h3::after, .page section h4::after,
.lh-14::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}

section#top-news .list-news dl dd, section#top-news .notice p, .wpcf7 .form-inner .form-contents input.wpcf7-form-control.wpcf7-text, .wpcf7 .form-inner .form-contents textarea.wpcf7-form-control.wpcf7-textarea,
.lh-16 {
  line-height: 1.6;
}
section#top-news .list-news dl dd::before, section#top-news .notice p::before, .wpcf7 .form-inner .form-contents input.wpcf7-form-control.wpcf7-text::before, .wpcf7 .form-inner .form-contents textarea.wpcf7-form-control.wpcf7-textarea::before,
.lh-16::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
section#top-news .list-news dl dd::after, section#top-news .notice p::after, .wpcf7 .form-inner .form-contents input.wpcf7-form-control.wpcf7-text::after, .wpcf7 .form-inner .form-contents textarea.wpcf7-form-control.wpcf7-textarea::after,
.lh-16::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

dl.dl-page dt, dl.dl-page dd,
.lh-2 {
  line-height: 2;
}
dl.dl-page dt::before, dl.dl-page dd::before,
.lh-2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
dl.dl-page dt::after, dl.dl-page dd::after,
.lh-2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.f-gray {
  color: #97a0b5;
}

.f-white {
  color: #ffffff;
}

@font-face {
  font-display: block;
}
.border-b-lg {
  border-bottom: 1px solid #e7e9ee;
}

.border-t-lg {
  border-top: 1px solid #e7e9ee;
}

.border-l-lg {
  border-left: 1px solid #e7e9ee;
}

.border-r-lg {
  border-right: 1px solid #e7e9ee;
}

/*pad-top*/
dl.dl-list dt, dl.dl-list dd, #recruit-benefits ul li .accordion, div.recruit-index ul li,
.pt-10 {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  dl.dl-list dt, dl.dl-list dd, #recruit-benefits ul li .accordion, div.recruit-index ul li,
  .pt-10 {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  dl.dl-list dt, dl.dl-list dd, #recruit-benefits ul li .accordion, div.recruit-index ul li,
  .pt-10 {
    padding-top: 9px;
  }
}
@media screen and (min-width: 1921px) {
  dl.dl-list dt, dl.dl-list dd, #recruit-benefits ul li .accordion, div.recruit-index ul li,
  .pt-10 {
    padding-top: 10px;
  }
}

.pt-14 {
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .pt-14 {
    padding-top: 11.2px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-14 {
    padding-top: 12.6px;
  }
}
@media screen and (min-width: 1921px) {
  .pt-14 {
    padding-top: 14px;
  }
}

.pt-15 {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .pt-15 {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-15 {
    padding-top: 13.5px;
  }
}
@media screen and (min-width: 1921px) {
  .pt-15 {
    padding-top: 15px;
  }
}

.pt-20 {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .pt-20 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-20 {
    padding-top: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .pt-20 {
    padding-top: 20px;
  }
}

.pt-30 {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .pt-30 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-30 {
    padding-top: 27px;
  }
}
@media screen and (min-width: 1921px) {
  .pt-30 {
    padding-top: 30px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-40 {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1921px) {
  .pt-40 {
    padding-top: 40px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .pt-60 {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .pt-60 {
    padding-top: 54px;
  }
}
@media screen and (min-width: 1921px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pt-2vw {
  padding-top: 6vw;
}
@media screen and (min-width: 768px) {
  .pt-2vw {
    padding-top: 2vw;
  }
}

.site-credit,
.pt-2_5vw {
  padding-top: 7.5vw;
}
@media screen and (min-width: 768px) {
  .site-credit,
  .pt-2_5vw {
    padding-top: 2.5vw;
  }
}

.page section.page__title h2,
.pt-3_75vw {
  padding-top: 11.25vw;
}
@media screen and (min-width: 768px) {
  .page section.page__title h2,
  .pt-3_75vw {
    padding-top: 3.75vw;
  }
}

.pt-5vw {
  padding-top: 15vw;
}
@media screen and (min-width: 768px) {
  .pt-5vw {
    padding-top: 5vw;
  }
}

.site-menu .section__wrapper .index__wrapper,
.pt-6vw {
  padding-top: 18vw;
}
@media screen and (min-width: 768px) {
  .site-menu .section__wrapper .index__wrapper,
  .pt-6vw {
    padding-top: 6vw;
  }
}

.pt-7_5vw {
  padding-top: 22.5vw;
}
@media screen and (min-width: 768px) {
  .pt-7_5vw {
    padding-top: 7.5vw;
  }
}

.pt-10vw {
  padding-top: 30vw;
}
@media screen and (min-width: 768px) {
  .pt-10vw {
    padding-top: 10vw;
  }
}

.pt-12_5vw {
  padding-top: 37.5vw;
}
@media screen and (min-width: 768px) {
  .pt-12_5vw {
    padding-top: 12.5vw;
  }
}

/*pad-bottom*/
dl.dl-list dt, dl.dl-list dd, .accordion-2-inner h3, #recruit-benefits ul li .accordion, div.recruit-index ul li,
.pb-10 {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  dl.dl-list dt, dl.dl-list dd, .accordion-2-inner h3, #recruit-benefits ul li .accordion, div.recruit-index ul li,
  .pb-10 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  dl.dl-list dt, dl.dl-list dd, .accordion-2-inner h3, #recruit-benefits ul li .accordion, div.recruit-index ul li,
  .pb-10 {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 1921px) {
  dl.dl-list dt, dl.dl-list dd, .accordion-2-inner h3, #recruit-benefits ul li .accordion, div.recruit-index ul li,
  .pb-10 {
    padding-bottom: 10px;
  }
}

.pb-14 {
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .pb-14 {
    padding-bottom: 11.2px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-14 {
    padding-bottom: 12.6px;
  }
}
@media screen and (min-width: 1921px) {
  .pb-14 {
    padding-bottom: 14px;
  }
}

.pb-15 {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .pb-15 {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-15 {
    padding-bottom: 13.5px;
  }
}
@media screen and (min-width: 1921px) {
  .pb-15 {
    padding-bottom: 15px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pb-20 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-20 {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .pb-20 {
    padding-bottom: 20px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pb-30 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-30 {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 1921px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}

section#top-news .list-news dl, section#top-news .notice,
.pb-40 {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  section#top-news .list-news dl, section#top-news .notice,
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  section#top-news .list-news dl, section#top-news .notice,
  .pb-40 {
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1921px) {
  section#top-news .list-news dl, section#top-news .notice,
  .pb-40 {
    padding-bottom: 40px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .pb-60 {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-60 {
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 1921px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.pb-2vw {
  padding-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  .pb-2vw {
    padding-bottom: 2vw;
  }
}

.site-credit,
.pb-2_5vw {
  padding-bottom: 7.5vw;
}
@media screen and (min-width: 768px) {
  .site-credit,
  .pb-2_5vw {
    padding-bottom: 2.5vw;
  }
}

.page section.page__title h2,
.pb-3_75vw {
  padding-bottom: 11.25vw;
}
@media screen and (min-width: 768px) {
  .page section.page__title h2,
  .pb-3_75vw {
    padding-bottom: 3.75vw;
  }
}

.pb-5vw {
  padding-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  .pb-5vw {
    padding-bottom: 5vw;
  }
}

.pb-6vw {
  padding-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  .pb-6vw {
    padding-bottom: 6vw;
  }
}

.pb-7_5vw {
  padding-bottom: 22.5vw;
}
@media screen and (min-width: 768px) {
  .pb-7_5vw {
    padding-bottom: 7.5vw;
  }
}
.pb-7_5vw .pb-10vw {
  padding-bottom: 30vw;
}
@media screen and (min-width: 768px) {
  .pb-7_5vw .pb-10vw {
    padding-bottom: 10vw;
  }
}

.pb-12_5vw {
  padding-bottom: 37.5vw;
}
@media screen and (min-width: 768px) {
  .pb-12_5vw {
    padding-bottom: 12.5vw;
  }
}

/*margin-top*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .mt-5 {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .mt-5 {
    margin-top: 4.5px;
  }
}
@media screen and (min-width: 1921px) {
  .mt-5 {
    margin-top: 5px;
  }
}

.wpcf7 .form-inner .form-contents .wpcf7-not-valid-tip,
.mt-10 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .wpcf7 .form-inner .form-contents .wpcf7-not-valid-tip,
  .mt-10 {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7 .form-inner .form-contents .wpcf7-not-valid-tip,
  .mt-10 {
    margin-top: 9px;
  }
}
@media screen and (min-width: 1921px) {
  .wpcf7 .form-inner .form-contents .wpcf7-not-valid-tip,
  .mt-10 {
    margin-top: 10px;
  }
}

.mt-12 {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .mt-12 {
    margin-top: 9.6px;
  }
}
@media screen and (min-width: 1024px) {
  .mt-12 {
    margin-top: 10.8px;
  }
}
@media screen and (min-width: 1921px) {
  .mt-12 {
    margin-top: 12px;
  }
}

.mt-14 {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .mt-14 {
    margin-top: 11.2px;
  }
}
@media screen and (min-width: 1024px) {
  .mt-14 {
    margin-top: 12.6px;
  }
}
@media screen and (min-width: 1921px) {
  .mt-14 {
    margin-top: 14px;
  }
}

.mt-15 {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .mt-15 {
    margin-top: 11.2px;
  }
}
@media screen and (min-width: 1024px) {
  .mt-15 {
    margin-top: 13.5px;
  }
}
@media screen and (min-width: 1921px) {
  .mt-15 {
    margin-top: 15px;
  }
}

.mt-18 {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .mt-18 {
    margin-top: 14.4px;
  }
}
@media screen and (min-width: 1024px) {
  .mt-18 {
    margin-top: 16.2px;
  }
}
@media screen and (min-width: 1921px) {
  .mt-18 {
    margin-top: 18px;
  }
}

.wpcf7 form .wpcf7-response-output,
.mt-20 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output,
  .mt-20 {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7 form .wpcf7-response-output,
  .mt-20 {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .wpcf7 form .wpcf7-response-output,
  .mt-20 {
    margin-top: 20px;
  }
}

.mt-25 {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .mt-25 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .mt-25 {
    margin-top: 22.5px;
  }
}
@media screen and (min-width: 1921px) {
  .mt-25 {
    margin-top: 25px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mt-30 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .mt-30 {
    margin-top: 27px;
  }
}
@media screen and (min-width: 1921px) {
  .mt-30 {
    margin-top: 30px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .mt-40 {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1921px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .mt-60 {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .mt-60 {
    margin-top: 54px;
  }
}
@media screen and (min-width: 1921px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mt-2vw {
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  .mt-2vw {
    margin-top: 2vw;
  }
}

.mt-2_5vw {
  margin-top: 7.5vw;
}
@media screen and (min-width: 768px) {
  .mt-2_5vw {
    margin-top: 2.5vw;
  }
}

.mt-2_5to6vw {
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  .mt-2_5to6vw {
    margin-top: 2.5vw;
  }
}

.mt-3_75vw {
  margin-top: 11.25vw;
}
@media screen and (min-width: 768px) {
  .mt-3_75vw {
    margin-top: 3.75vw;
  }
}

.mt-5vw {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  .mt-5vw {
    margin-top: 5vw;
  }
}

.flex.flex-33 .flex__row,
.mt-6vw {
  margin-top: 18vw;
}
@media screen and (min-width: 768px) {
  .flex.flex-33 .flex__row,
  .mt-6vw {
    margin-top: 6vw;
  }
}

.page section .section__inner,
.mt-7_5vw {
  margin-top: 22.5vw;
}
@media screen and (min-width: 768px) {
  .page section .section__inner,
  .mt-7_5vw {
    margin-top: 7.5vw;
  }
}

.mt-10vw {
  margin-top: 30vw;
}
@media screen and (min-width: 768px) {
  .mt-10vw {
    margin-top: 10vw;
  }
}

.mt-12_5vw {
  margin-top: 37.5vw;
}
@media screen and (min-width: 768px) {
  .mt-12_5vw {
    margin-top: 12.5vw;
  }
}

/*margin-bottom*/
ul li.icon-line2, ul li.icon-astarisq, ol li, section#top-access dl dd:not(:last-child),
.mb-14 {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  ul li.icon-line2, ul li.icon-astarisq, ol li, section#top-access dl dd:not(:last-child),
  .mb-14 {
    margin-bottom: 11.2px;
  }
}
@media screen and (min-width: 1024px) {
  ul li.icon-line2, ul li.icon-astarisq, ol li, section#top-access dl dd:not(:last-child),
  .mb-14 {
    margin-bottom: 12.6px;
  }
}
@media screen and (min-width: 1921px) {
  ul li.icon-line2, ul li.icon-astarisq, ol li, section#top-access dl dd:not(:last-child),
  .mb-14 {
    margin-bottom: 14px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .mb-20 {
    margin-bottom: 20px;
  }
}

.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link:not(:last-child),
.mb-30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link:not(:last-child),
  .mb-30 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link:not(:last-child),
  .mb-30 {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1921px) {
  .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner a.menu__link:not(:last-child),
  .mb-30 {
    margin-bottom: 30px;
  }
}

.site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title, .icon-faq, ul li.icon-line, section#top-news .notice p, section#top-news .notice ul, section#top-news .notice ol,
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title, .icon-faq, ul li.icon-line, section#top-news .notice p, section#top-news .notice ul, section#top-news .notice ol,
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title, .icon-faq, ul li.icon-line, section#top-news .notice p, section#top-news .notice ul, section#top-news .notice ol,
  .mb-40 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1921px) {
  .site-menu .section__wrapper .section__inner .flex .flex__row .flex__row__inner .menu__title, .icon-faq, ul li.icon-line, section#top-news .notice p, section#top-news .notice ul, section#top-news .notice ol,
  .mb-40 {
    margin-bottom: 40px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .mb-60 {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-60 {
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1921px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

.mb-2vw {
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  .mb-2vw {
    margin-bottom: 2vw;
  }
}

.mb-2_5vw {
  margin-bottom: 7.5vw;
}
@media screen and (min-width: 768px) {
  .mb-2_5vw {
    margin-bottom: 2.5vw;
  }
}

.mb-3_75vw {
  margin-bottom: 11.25vw;
}
@media screen and (min-width: 768px) {
  .mb-3_75vw {
    margin-bottom: 3.75vw;
  }
}

dl.dl-page dd:not(:last-child),
.mb-5vw {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  dl.dl-page dd:not(:last-child),
  .mb-5vw {
    margin-bottom: 5vw;
  }
}

.mb-6vw {
  margin-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  .mb-6vw {
    margin-bottom: 6vw;
  }
}

section h2,
.mb-7_5vw {
  margin-bottom: 22.5vw;
}
@media screen and (min-width: 768px) {
  section h2,
  .mb-7_5vw {
    margin-bottom: 7.5vw;
  }
}
section h2 .mb-10vw,
.mb-7_5vw .mb-10vw {
  margin-bottom: 30vw;
}
@media screen and (min-width: 768px) {
  section h2 .mb-10vw,
  .mb-7_5vw .mb-10vw {
    margin-bottom: 10vw;
  }
}

.mb-12_5vw {
  margin-bottom: 37.5vw;
}
@media screen and (min-width: 768px) {
  .mb-12_5vw {
    margin-bottom: 12.5vw;
  }
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-0_5em {
  margin-right: 0.5em;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.img-responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.visible-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .visible-sp {
    display: none;
  }
}

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

.visible-tb {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .visible-tb {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .hidden-tb {
    display: none !important;
  }
}

.visible-md {
  display: block !important;
}
@media screen and (min-width: 1281px) {
  .visible-md {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-lg {
  display: block !important;
}
@media screen and (min-width: 1921px) {
  .visible-lg {
    display: none;
  }
}

.d-ib {
  display: inline-block;
}

.d-i {
  display: inline;
}

.d-b {
  display: block;
}

.animate {
  opacity: 0;
}