@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap);@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 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%;
  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: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

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

/* 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: "\2022";
  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;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 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);
    transform: translateZ(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);
    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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 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);
    transform: translateZ(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);
    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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

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

@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

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

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

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

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

@-webkit-keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

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

@-webkit-keyframes bounceIn {
  0%, 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;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 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;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 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;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 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;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 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;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 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;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 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;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 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;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 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;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 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;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    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 {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

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

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

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

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

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

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

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 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;
    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 {
  0% {
    opacity: 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;
    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 {
  0% {
    opacity: 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;
    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 {
  0% {
    opacity: 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;
    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 {
  0% {
    opacity: 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;
    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 {
  0% {
    opacity: 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;
    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 {
  0% {
    opacity: 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;
    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 {
  0% {
    opacity: 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;
    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 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    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;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    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;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    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;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    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;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    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 {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

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

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

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "Noto Sans JP Subset";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url("fonts/NotoSansJP-Regular.otf") format("opentype"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP Subset";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("fonts/NotoSansJP-Bold.otf") format("opentype"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@media screen and (max-width: 750px) {
  body h1, body h2, body h3, body h4, body p, body ul, body li, body div, body section, body nav, body span, body a {
    max-width: none !important;
    max-height: none !important;
  }
}

.spi, .spib, .sp {
  display: none;
}

.pci {
  display: inline;
}

.pcib {
  display: inline-block;
}

.pc {
  display: block;
}

@media screen and (max-width: 750px) {
  .pci, .pcib, .pc {
    display: none;
  }

  .spi {
    display: inline;
  }

  .spib {
    display: inline-block;
  }

  .sp {
    display: block;
  }
}
/*
 *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;
}

article, aside, dialog, figure, footer, header, nav, section, div, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, address {
  box-sizing: border-box;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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;
}

body {
  color: #000000;
  font-family: "Noto Sans JP Subset", sans-serif;
}

.container {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .container {
    padding-top: 13.3333333333vw;
    width: 100vw;
  }
}

.main {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 7.109375vw;
}
@media screen and (min-width: 1280px) {
  .main {
    margin-top: 91px;
  }
}
@media screen and (max-width: 750px) {
  .main {
    margin-top: 0vw;
  }
}

.single-recruit2020offer .header {
  border-bottom: solid 1px #eee;
}

.scroll .header {
  border-bottom: solid 1px #eee;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 750px) {
  .scroll .header {
    background-color: white;
  }
}

.header {
  transition: alpha 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 7.109375vw;
  max-height: 91px;
  background: #fff;
  z-index: 2;
  overflow: hidden;
}
.header__logo {
  width: 23.4375vw;
  max-width: 300px;
  margin: 0vw 0vw 0vw 3.125vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .header__logo {
    margin: 0px 0px 0px 40px;
  }
}
.header__logo-img {
  width: 8.75vw;
  max-width: 112px;
}
.header__logo-img img {
  width: 100%;
}
.header__logo-ttl {
  width: 9.453125vw;
  max-width: 121px;
  margin-left: 1.25vw;
  margin-bottom: -0.234375vw;
}
@media screen and (min-width: 1280px) {
  .header__logo-ttl {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .header__logo-ttl {
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 750px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: 13.3333333333vw;
  }
  .header__logo {
    width: 70%;
    margin: 1.5625vw 0vw 0vw 2.5vw;
  }
}
@media screen and (max-width: 750px) and (min-width: 1280px) {
  .header__logo {
    margin: 20px 0px 0px 32px;
  }
}
@media screen and (max-width: 750px) {
  .header__logo-img {
    width: 22.9333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .header__logo-ttl {
    width: 26.6666666667vw;
    margin-left: 3vw;
    margin-bottom: -1vw;
  }
}

@media screen and (max-width: 750px) {
  .scroll .header {
    border-bottom: solid 1px #eee;
  }
}

.gnav {
  width: 76.5625vw;
  max-width: 980px;
}
.gnav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gnav__item {
  display: flex;
  align-items: center;
  margin-left: 3.515625vw;
}
@media screen and (min-width: 1280px) {
  .gnav__item {
    margin-left: 45px;
  }
}
.gnav__item--entry {
  background-color: #E38043;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav__item--entry a {
  margin-left: 0;
}
.gnav__item:first-child {
  margin-left: 0;
}
.gnav__link {
  display: block;
  text-decoration: none;
  color: #676767;
  padding: 1.953125vw 0vw 1.953125vw 0vw;
  width: 10px;
}
@media screen and (min-width: 1280px) {
  .gnav__link {
    padding: 25px 0px 25px 0px;
  }
}
.gnav__link--com {
  width: 5.703125vw;
  max-width: 73px;
}
.gnav__link--mes {
  width: 5.15625vw;
  max-width: 66px;
}
.gnav__link--int {
  width: 6.015625vw;
  max-width: 77px;
}
.gnav__link--rec {
  width: 10.3125vw;
  max-width: 132px;
}
.gnav__link--entry {
  width: 4.609375vw;
  max-width: 59px;
  margin-left: 0.78125vw;
  padding: 2.890625vw 3.125vw 2.96875vw 3.125vw;
}
@media screen and (min-width: 1280px) {
  .gnav__link--entry {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .gnav__link--entry {
    padding: 37px 40px 38px 40px;
  }
}
.gnav__link img {
  width: 100%;
}
.gnav__jp {
  text-align: center;
  margin-top: 0.78125vw;
  font-size: 0.859375vw;
}
@media screen and (min-width: 1280px) {
  .gnav__jp {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .gnav__jp {
    font-size: 11px;
  }
}
@media screen and (max-width: 1000px) {
  .gnav__link--com {
    width: 8.5546875vw;
    max-width: 109.5px;
  }
  .gnav__link--mes {
    width: 7.734375vw;
    max-width: 99px;
  }
  .gnav__link--int {
    width: 9.0234375vw;
    max-width: 115.5px;
  }
  .gnav__link--rec {
    width: 15.46875vw;
    max-width: 198px;
  }
}
@media screen and (max-width: 750px) {
  .gnav {
    display: none;
    width: auto;
    position: fixed;
    z-index: 30;
    background: white;
    top: 13.3333333333vw;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: solid 1px #cccccc;
  }
  .gnav__list {
    display: block;
  }
  .gnav__item {
    margin: 0;
    border-bottom: solid 1px #cccccc;
    position: relative;
  }
  .gnav__link {
    color: #EB8243;
    padding: 2em 0;
    width: 100vw !important;
  }
  .gnav__link img {
    display: block;
    margin: auto auto 4vw auto;
  }
  .gnav__link--com img {
    width: 29.2vw;
  }
  .gnav__link--mes img {
    width: 26.4vw;
  }
  .gnav__link--int img {
    width: 30.8vw;
  }
  .gnav__link--rec img {
    width: 52.8vw;
  }
  .gnav__link--entry {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 1.4em 0;
  }
  .gnav__link--entry img {
    margin: 0;
    width: 23.6vw;
  }
  .gnav__jp {
    text-align: center;
    font-size: 4vw;
    margin: 0;
  }
}

.hamburger {
  display: none;
  display: block;
}
@media screen and (max-width: 750px) {
  .hamburger {
    width: 15.4666666667vw;
    height: 13.3333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #EB8243;
  }
  .hamburger__border {
    width: 6.5333333333vw;
    height: 0.5333333333vw;
    margin-bottom: 1.3333333333vw;
    background-color: #ffffff;
    transition: all 0.3s ease-out;
  }
  .hamburger.on .hamburger__border {
    position: relative;
  }
  .hamburger.on .hamburger__border:nth-child(2) {
    display: none;
  }
  .hamburger.on .hamburger__border:nth-child(1) {
    transform: rotate(45deg);
    top: 0.9333333333vw;
  }
  .hamburger.on .hamburger__border:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 0.9333333333vw;
  }
}

.btn-pt {
  width: 3.203125vw;
  max-width: 41px;
  margin: 0vw 3.90625vw -7.8125vw 0vw;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 1280px) {
  .btn-pt {
    margin: 0px 50px -100px 0px;
  }
}
.btn-pt__link {
  display: block;
}
@media screen and (max-width: 750px) {
  .btn-pt {
    width: 13.3333333333vw;
    margin: 0 2.5333333333vw -26.6666666667vw 0;
  }
}

.scroll .btn-pt {
  margin: 0vw 3.90625vw 3.90625vw 0vw;
}
@media screen and (min-width: 1280px) {
  .scroll .btn-pt {
    margin: 0px 50px 50px 0px;
  }
}
@media screen and (max-width: 750px) {
  .scroll .btn-pt {
    margin: 0 2.5333333333vw 2.5333333333vw 0;
  }
}

.entry {
  background-color: #EB8243;
}
.entry__wrap {
  width: 85.9375vw;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1280px) {
  .entry__wrap {
    margin: 0px auto 0px auto;
  }
}
.entry__ttl {
  width: 24.375vw;
  max-width: 312px;
}
.entry__link {
  display: block;
  padding: 1.328125vw 4.6875vw 1.328125vw 4.6875vw;
  width: 4.765625vw;
  max-width: 61px;
  margin: 3.515625vw 0vw 3.4375vw 0vw;
  background-color: #ffffff;
  border-radius: 3.90625vw;
}
@media screen and (min-width: 1280px) {
  .entry__link {
    padding: 17px 60px 17px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .entry__link {
    margin: 45px 0px 44px 0px;
  }
}
.entry__link img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .entry {
    background-color: #EB8243;
  }
  .entry__wrap {
    width: 76.640625vw;
    max-width: 981px;
    flex-direction: column;
  }
  .entry__ttl {
    width: 43.8666666667vw;
    margin: 8vw auto 0vw auto;
  }
  .entry__link {
    width: 17.3333333333vw;
    padding: 3.3333333333vw 24vw 3.3333333333vw 24vw;
    border-radius: 10.6666666667vw;
    margin-bottom: 8vw;
    position: relative;
  }
  .entry__link:after {
    content: "";
    width: 1.796875vw;
    max-width: 23px;
    height: 1.796875vw;
    max-height: 23px;
    border-top: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    position: absolute;
    top: 50%;
    right: 6.640625vw;
    margin-top: -0.8984375vw;
    transform: rotate(45deg);
    display: inline-block;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .entry__link:after {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    right: 11.3333333333vw;
    margin-top: -1.5333333333vw;
  }
}

.footer {
  padding: 1.328125vw 6.640625vw 0vw 6.640625vw;
  background-color: #3E3A39;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .footer {
    padding: 17px 85px 0px 85px;
  }
}
.footer__wrap {
  width: 85.9375vw;
  max-width: 1100px;
  padding-bottom: 1.171875vw;
  margin: 0vw auto 0vw auto;
  display: flex;
  justify-content: space-between;
  border-bottom: #727171 1px solid;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .footer__wrap {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__wrap {
    margin: 0px auto 0px auto;
  }
}
.footer__wrap:last-child {
  border-bottom: none;
}
.footer__bottom {
  width: 85.9375vw;
  max-width: 1100px;
  margin: 0vw auto 0vw auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .footer__bottom {
    margin: 0px auto 0px auto;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 7.3333333333vw 0 6.6666666667vw 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
  }
  .footer__wrap {
    width: 84.6666666667vw;
    padding-bottom: 7.3333333333vw;
    margin: 0 auto 0 auto;
    justify-content: center;
    border-bottom: #727171 1px solid;
    flex-wrap: wrap;
  }
}

.fnav {
  width: 60%;
}
.fnav__list {
  display: flex;
  align-items: center;
}
.fnav__link {
  display: block;
  font-family: "Noto Sans JP Subset", sans-serif;
  font-size: 1.25vw;
  color: #A5A5A5;
  line-height: 3.75;
  vertical-align: middle;
  text-decoration: none;
  margin-left: 1.5625vw;
}
@media screen and (min-width: 1280px) {
  .fnav__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .fnav__link {
    margin-left: 20px;
  }
}
.fnav__link--logo {
  width: 3.125vw;
  max-width: 40px;
  margin-left: 0;
}
.fnav__link--logo img {
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .fnav {
    width: auto;
  }
  .fnav__list {
    width: 82.6666666667vw;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.7em;
  }
  .fnav__item {
    margin: 0 2vw;
  }
  .fnav__link {
    font-size: 3.4666666667vw;
    line-height: 2.5;
    margin-left: 4vw;
  }
  .fnav__link:first-child {
    margin-left: 0;
  }
  .fnav__link--logo {
    display: none;
  }
}

.onav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.onav__link {
  display: block;
}
.onav__link img {
  width: 100%;
}
.onav__link--corporate {
  background-image: url("../img/pc/common/footer-icon.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 1.328125vw;
  padding: 0vw 1.953125vw 0vw 0vw;
  font-family: "Noto Sans JP Subset", sans-serif;
  font-size: 0.9375vw;
  color: #A5A5A5;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 1280px) {
  .onav__link--corporate {
    padding: 0px 25px 0px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .onav__link--corporate {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .onav__link--corporate {
    background-size: 17px;
  }
}
.onav__link--google {
  width: 7.96875vw;
  max-width: 102px;
  margin-left: 1.953125vw;
}
@media screen and (min-width: 1280px) {
  .onav__link--google {
    margin-left: 25px;
  }
}
.onav__link--apple {
  margin-left: 0.78125vw;
  width: 6.40625vw;
  max-width: 82px;
}
@media screen and (min-width: 1280px) {
  .onav__link--apple {
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .onav__list {
    justify-content: center;
    align-items: center;
    width: 84vw;
    flex-wrap: wrap;
  }
  .onav__link--corporate {
    background-image: url("../img/sp/common/footer-icon.svg");
    background-size: 5.6vw;
    padding-right: 8vw;
    font-size: 3.4666666667vw;
    line-height: 1;
    margin: 0 9.3333333333vw 7.3333333333vw 9.3333333333vw;
  }
  .onav__link--google {
    width: 42.6666666667vw;
    margin-left: 0;
  }
  .onav__link--apple {
    width: 34.4vw;
    margin-left: 6.6666666667vw;
  }
}

.snav {
  padding: 1.171875vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1280px) {
  .snav {
    padding: 15px 0px 0px 0px;
  }
}
.snav__list {
  width: 5.46875vw;
  max-width: 70px;
  display: flex;
  justify-content: flex-start;
}
.snav__item {
  margin-right: 1.5625vw;
}
@media screen and (min-width: 1280px) {
  .snav__item {
    margin-right: 20px;
  }
}
.snav__link {
  display: block;
  width: 1.953125vw;
  max-width: 25px;
  height: 1.953125vw;
  max-height: 25px;
}
@media screen and (max-width: 750px) {
  .snav {
    padding-top: 6.9333333333vw;
  }
  .snav__list {
    width: 100%;
    justify-content: center;
  }
  .snav__item {
    margin: 0 1.4666666667vw;
  }
  .snav__link {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.copy {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #A5A5A5;
  line-height: 1;
  margin-top: 1.171875vw;
}
@media screen and (min-width: 1280px) {
  .copy {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .copy {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .copy {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 2.4vw;
    margin-top: 6.6666666667vw;
  }
}

.company {
  padding: 9.84375vw 0vw 13.59375vw 0vw;
  background-image: url("../img/pc/company/mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1280px) {
  .company {
    padding: 126px 0px 174px 0px;
  }
}
.company__ttl {
  display: block;
  width: 21.796875vw;
  max-width: 279px;
  margin: 0 auto 0.78125vw auto;
}
.company__jp {
  display: block;
  font-size: 1.5625vw;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .company__jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .company {
    width: 100%;
    height: 53.7333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .company__ttl {
    width: 42.4vw;
    margin: 0 auto 2.6666666667vw auto;
  }
  .company__jp {
    font-size: 3.7333333333vw;
  }
}

.about {
  padding: 6.25vw 0vw 0vw 0vw;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 1280px) {
  .about {
    padding: 80px 0px 0px 0px;
    margin-bottom: 80px;
  }
}
.about__ttl {
  width: 14.296875vw;
  max-width: 183px;
  margin: 0vw auto 0.78125vw auto;
}
@media screen and (min-width: 1280px) {
  .about__ttl {
    margin: 0px auto 10px auto;
  }
}
.about__jp {
  font-size: 1.25vw;
  margin-bottom: 1.953125vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .about__jp {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .about__jp {
    margin-bottom: 25px;
  }
}
.about__ttl-sub {
  font-size: 1.25vw;
  padding-bottom: 0.78125vw;
  width: 100%;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #EB8243;
  border-bottom: #EB8243 1px solid;
}
@media screen and (min-width: 1280px) {
  .about__ttl-sub {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .about__ttl-sub {
    padding-bottom: 10px;
  }
}
.about__list {
  width: 84.375vw;;
  max-width: 1080px;
  margin: 0vw auto;
}
@media screen and (min-width: 1280px) {
  .about__list {
    margin: 0px auto;
  }
}
.about__item {
  padding: 1.09375vw 0vw 1.328125vw 0vw;
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: #E3E3E3 1px solid;
}
@media screen and (min-width: 1280px) {
  .about__item {
    padding: 14px 0px 17px 0px;
  }
}
.about__item:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
.about__item--line2 {
  padding: 0.15625vw 0vw 0.078125vw 0vw;
}
@media screen and (min-width: 1280px) {
  .about__item--line2 {
    padding: 2px 0px 1px 0px;
  }
}
.about__item--line1 {
  padding: 1.09375vw 0vw 1.328125vw 0vw;
}
@media screen and (min-width: 1280px) {
  .about__item--line1 {
    padding: 14px 0px 17px 0px;
  }
}
.about__summary {
  font-size: 1.09375vw;
  width: 12.65625vw;
  max-width: 162px;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .about__summary {
    font-size: 14px;
  }
}
.about__wrap {
  /* display: flex;
  justify-content: center; */
}
.about__text {
  font-size: 1.09375vw;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .about__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .about {
    padding: 13.3333333333vw 0 6vw 0;
  }
  .about__ttl {
    width: 26.4vw;
    margin: 0 auto 2.4vw auto;
  }
  .about__jp {
    font-size: 3.7333333333vw;
    margin-bottom: 4.6666666667vw;
  }
  .about__ttl-sub {
    font-size: 4vw;
    margin-bottom: 0vw;
    width: 84vw;
    padding-bottom: 2.6666666667vw;
  }
  .about__list {
    width: 84vw;
    margin: 0 auto 7.6vw auto;
  }
  .about__item {
    padding: 4vw 0 4.9333333333vw 0;
  }
  .about__item--line2 {
    padding: 2.9333333333vw 0 3.2vw 0;
  }
  .about__summary {
    font-size: 3.0666666667vw;
    width: 25.3333333333vw;
  }
  .about__wrap {
    display: block;
  }
  .about__text {
    width: 58.6666666667vw;
    font-size: 3.0666666667vw;
  }
}

.histry {
  padding: 6.25vw 0vw 0.46875vw 0vw;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 1280px) {
  .histry {
    padding: 80px 0px 6px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .histry {
    margin-bottom: 80px;
  }
}
.histry__ttl {
  width: 11.5625vw;
  max-width: 148px;
  margin: 0vw auto 0.78125vw auto;
}
@media screen and (min-width: 1280px) {
  .histry__ttl {
    margin: 0px auto 10px auto;
  }
}
.histry__jp {
  width: 84.375vw;
  max-width: 1080px;
  font-size: 1.25vw;
  padding-bottom: 2.03125vw;
  margin: 0vw auto 3.125vw auto;
  text-align: center;
  border-bottom: #EB8243 1px solid;
}
@media screen and (min-width: 1280px) {
  .histry__jp {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .histry__jp {
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .histry__jp {
    margin: 0px auto 40px auto;
  }
}
.histry__wrap {
  width: 84.375vw;
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.histry__ttl-sub {
  width: 5.15625vw;
  max-width: 66px;
  padding-top: 0.78125vw;
}
@media screen and (min-width: 1280px) {
  .histry__ttl-sub {
    padding-top: 10px;
  }
}
.histry__list {
  margin-top: -1.5625vw;
  width: 46.875vw;
  max-width: 600px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .histry__list {
    margin-top: -20px;
  }
}
.histry__list:after {
  content: "";
  display: block;
  position: absolute;
  top: 6.25vw;
  left: 8.359375vw;
  background: #DFDFDF;
  height: 19.53125vw;
  width: 2px;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .histry__list:after {
    top: 74px;
    left: 107px;
    height: 250px;
  }
}
.histry__item {
  padding: 0.78125vw 0vw 0.78125vw 0vw;
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .histry__item {
    padding: 10px 0px 10px 0px;
  }
}
.histry__item:first-child {
  padding-bottom: 0;
}
.histry__item--line2 {
  margin-top: -2.34375vw;
}
@media screen and (min-width: 1280px) {
  .histry__item--line2 {
    margin-top: -30px;
  }
}
.histry__item:nth-child(2) {
  padding-top: 1.5625vw;
}
@media screen and (min-width: 1280px) {
  .histry__item:nth-child(2) {
    padding-top: 20px;
  }
}
.histry__summary {
  font-size: 1.40625vw;
  width: 5.46875vw;
  max-width: 70px;
  margin: 0vw 0.78125vw 0vw 0vw;
  font-weight: bold;
  color: #EB8243;
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .histry__summary {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .histry__summary {
    margin: 0px 10px 0px 0px;
  }
}
.histry__dod {
  width: 4.140625vw;
  max-width: 53px;
  position: relative;
}
.histry__dod:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 0.078125vw;
  border-bottom: #DFDFDF 1px solid;
  display: block;
}
@media screen and (min-width: 1280px) {
  .histry__dod:before {
    margin-top: 1px;
  }
}
.histry__dod:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1.09375vw;
  max-width: 14px;
  height: 1.09375vw;
  max-height: 14px;
  margin: -0.390625vw 0vw 0vw -0.390625vw;
  background-color: #EB8243;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .histry__dod:after {
    margin: -5px 0px 0px -5px;
  }
}
.histry__text {
  font-size: 1.09375vw;
  margin-left: 0.78125vw;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .histry__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .histry__text {
    margin-left: 10px;
  }
}
.histry__text span {
  font-size: 0.9375vw;
}
@media screen and (min-width: 1280px) {
  .histry__text span {
    font-size: 12px;
  }
}
.histry__text--line2 {
  padding-top: 1.796875vw;
}
@media screen and (min-width: 1280px) {
  .histry__text--line2 {
    padding-top: 23px;
  }
}
.histry__photo {
  width: 16.953125vw;
  max-width: 217px;
}
.histry__photo img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .histry {
    padding: 0;
    margin-bottom: 10.6666666667vw;
  }
  .histry__ttl {
    width: 21.3333333333vw;
    margin-bottom: 0.6666666667vw;
  }
  .histry__jp {
    width: 84vw;
    font-size: 3.2vw;
    padding-bottom: 7.3333333333vw;
    margin: 0 auto 3.3333333333vw auto;
  }
  .histry__wrap {
    width: 100%;
    flex-direction: column;
  }
  .histry__ttl-sub {
    width: 10.4vw;
    padding-top: 0;
  }
  .histry__list {
    margin: 0 auto 0 auto;
    width: 84vw;
  }
  .histry__list:after {
    top: 9.765625vw;
    left: 13.984375vw;
    height: 42.96875vw;
  }
  .histry__item {
    padding: 1.3333333333vw 0 1.3333333333vw 0;
  }
  .histry__item:first-child {
    padding: 1.3333333333vw 0 1.3333333333vw 0;
  }
  .histry__item--line2 {
    margin-top: 0;
  }
  .histry__item:nth-child(2) {
    padding: 1.3333333333vw 0 1.3333333333vw 0;
  }
  .histry__summary {
    font-size: 3.0666666667vw;
    width: 9.6vw;
    margin-right: 1.3333333333vw;
    padding: 0;
  }
  .histry__dod {
    width: 6.5333333333vw;
  }
  .histry__dod:before {
    border-bottom: #DFDFDF 0.2666666667vw solid;
  }
  .histry__dod:after {
    width: 2.5333333333vw;
    height: 2.5333333333vw;
    margin: -1.0666666667vw 0 0 -1.0666666667vw;
  }
  .histry__text {
    font-size: 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
  .histry__text span {
    font-size: 2.4vw;
  }
  .histry__text--line2 {
    padding-top: 0.6666666667vw;
  }
}

.histry-img {
  width: 16.875vw;
  max-width: 216px;
  list-style-type: none;
}
.histry-img img {
  width: 100%;
}
.histry-img__item {
  margin-bottom: 1.5625vw;
}
@media screen and (min-width: 1280px) {
  .histry-img__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .histry-img {
    width: 100%;
    display: flex;
    margin-top: 8vw;
    justify-content: flex-start;
  }
  .histry-img__item {
    width: 50%;
  }
  .histry-img__item {
    margin-bottom: 12.6666666667vw;
  }
}

.access {
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1280px) {
  .access {
    margin: 0px auto 0px auto;
  }
}
.access__ttl {
  width: 10.859375vw;
  max-width: 139px;
  margin: 0vw auto 0.78125vw auto;
}
@media screen and (min-width: 1280px) {
  .access__ttl {
    margin: 0px auto 10px auto;
  }
}
.access__jp {
  font-size: 1.25vw;
  margin-bottom: 2.34375vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .access__jp {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .access__jp {
    margin-bottom: 30px;
  }
}
.access__wrap {
  width: 84.375vw;
  max-width: 1080px;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1280px) {
  .access__wrap {
    margin: 0px auto 0px auto;
  }
}
.access__link {
  width: 84.375vw;
  max-width: 1080px;
  margin: 0vw auto 1.171875vw auto;
}
@media screen and (min-width: 1280px) {
  .access__link {
    margin: 0px auto 15px auto;
  }
}
.access__access {
  width: 84.375vw;
  max-width: 1080px;
}
.access__add {
  font-size: 1.09375vw;
  margin-bottom: 4.6875vw;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .access__add {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .access__add {
    margin-bottom: 60px;
  }
}
.access #map {
  width: 100%;
  height: 31.25vw;
  max-height: 400px;
}
@media screen and (max-width: 750px) {
  .access__ttl {
    width: 20vw;
    margin: 0 auto 2vw auto;
  }
  .access__jp {
    font-size: 3.2vw;
    margin-bottom: 4.6666666667vw;
  }
  .access__wrap {
    width: 84vw;
  }
  .access__link {
    width: 84vw;
    margin-bottom: 2vw;
  }
  .access__access {
    width: 84vw;
    height: 53.3333333333vw;
  }
  .access__add {
    font-size: 2.6666666667vw;
    margin-bottom: 13.3333333333vw;
    text-align: center;
  }
  .access #map {
    width: 100%;
    height: 50vw;
  }
}

.interview {
  height: 31.25vw;
  max-height: 400px;
  margin-bottom: 4.296875vw;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
@media screen and (min-width: 1280px) {
  .interview {
    margin-bottom: 55px;
  }
}
.interview__inner {
  width: 79.6875vw;
  max-width: 1020px;
  margin: auto;
}
.interview__ttl {
  font-size: 3.125vw;
  padding-top: 7.8125vw;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.473684211;
}
@media screen and (min-width: 1280px) {
  .interview__ttl {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .interview__ttl {
    padding-top: 100px;
  }
}
.interview__item {
  font-size: 1.171875vw;
  padding-top: 0.78125vw;
  margin: 0vw 3.90625vw 1.40625vw 0vw;
  color: #ffffff;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .interview__item {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .interview__item {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .interview__item {
    margin: 0px 50px 18px 0px;
  }
}
.interview__item strong {
  font-size: 1.40625vw;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .interview__item strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .interview {
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  .interview {
    height: 53.7333333333vw;
    margin-bottom: 6vw;
    padding: 0;
    position: relative;
    background-position: 75% center;
  }
  .interview__inner {
    width: 100%;
  }
  .interview__txt {
    width: 100vw;
    margin-bottom: 8vw;
  }
  .interview__ttl {
    width: 89.3333333333vw;
    font-size: 5.0666666667vw;
    margin: 0 auto 2.6666666667vw auto;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.1em;
    line-height: 1.473684211;
    text-align: center;
    padding-top: 0;
  }
  .interview__item {
    font-size: 3.2vw;
    color: #000000;
    text-align: center;
    margin: 0;
    line-height: 1.5;
  }
  .interview__item strong {
    padding-top: 0.5em;
    display: block;
    font-size: 3.4666666667vw;
    font-weight: lighter;
  }
}

.point {
  width: 100vw;
  max-width: 1280px;
  margin: 0 auto 0 auto;
  margin-bottom: 0.78125vw;
}
@media screen and (min-width: 1280px) {
  .point {
    margin-bottom: 10px;
  }
}
.point__wrap {
  width: 100vw;
  max-width: 1280px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.point__ttl {
  margin-bottom: 1.171875vw;
}
@media screen and (min-width: 1280px) {
  .point__ttl {
    margin-bottom: 15px;
  }
}
.point__ttl--1 {
  width: 3.828125vw;
  max-width: 49px;
}
.point__ttl--2 {
  width: 4.53125vw;
  max-width: 58px;
}
.point__ttl--3 {
  width: 4.609375vw;
  max-width: 59px;
}
.point__copy {
  font-size: 2.03125vw;
  margin-bottom: 0.390625vw;
  font-weight: bold;
  color: #FC9153;
  line-height: 1.423076923;
}
@media screen and (min-width: 1280px) {
  .point__copy {
    font-size: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .point__copy {
    margin-bottom: 5px;
  }
}
.point__body {
  font-size: 1.25vw;
  color: #333333;
  line-height: 1.875;
  font-weight: lighter;
}
@media screen and (min-width: 1280px) {
  .point__body {
    font-size: 16px;
  }
}
.point__body--1 {
  width: 34.765625vw;
  max-width: 445px;
}
.point__body--2 {
  width: 37.1875vw;
  max-width: 476px;
}
.point__body--3 {
  width: 43.046875vw;
  max-width: 551px;
}
.point__img {
  margin-left: 3.515625vw;
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
}
@media screen and (min-width: 1280px) {
  .point__img {
    margin-left: 45px;
  }
}
.point__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/pc/interview/photo-bg.png);
  background-size: auto 100%;
  z-index: -1;
  margin-right: -0.78125vw;
  margin-bottom: -0.78125vw;
  margin-left: 0.78125vw;
  margin-top: 0.78125vw;
}
@media screen and (min-width: 1280px) {
  .point__img:after {
    margin-right: -10px;
  }
}
@media screen and (min-width: 1280px) {
  .point__img:after {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 1280px) {
  .point__img:after {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .point__img:after {
    margin-top: 10px;
  }
}
.point__img img {
  width: 100%;
}
.point__img--1 {
  width: 43.75vw;
  max-width: 560px;
}
.point__img--2 {
  width: 41.796875vw;
  max-width: 535px;
}
.point__img--2:after {
  margin-right: 0.78125vw;
  margin-left: -0.78125vw;
}
@media screen and (min-width: 1280px) {
  .point__img--2:after {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .point__img--2:after {
    margin-left: -10px;
  }
}
.point__img--3 {
  width: 42.734375vw;
  max-width: 547px;
}
.point--rev {
  width: 100vw;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}
.point--rev .point__wrap {
  width: 100vw;
  max-width: 1280px;
  margin: 0 auto 0 auto;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
.point--rev .point__img {
  margin-right: 3.515625vw;
  margin-left: 0vw;
}
@media screen and (min-width: 1280px) {
  .point--rev .point__img {
    margin-right: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .point--rev .point__img {
    margin-left: 0px;
  }
}
.point--rev .point__img img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .point {
    width: 100%;
  }
  .point--3 {
    padding-top: 0;
  }
  .point__wrap {
    width: 100%;
    margin: 0 auto 12vw auto;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .point__ttl {
    margin-bottom: 2vw;
  }
  .point__ttl--1 {
    width: 13.0666666667vw;
  }
  .point__ttl--2 {
    width: 15.4666666667vw;
  }
  .point__ttl--3 {
    width: 15.6vw;
  }
  .point__copy {
    font-size: 4.5333333333vw;
    margin-bottom: 3.3333333333vw;
    line-height: 1.470588235;
  }
  .point__body {
    font-size: 3.2vw;
    color: #000000;
  }
  .point__body--1 {
    width: 84vw;
  }
  .point__body--2 {
    width: 84vw;
  }
  .point__body--3 {
    width: 84vw;
  }
  .point__img {
    margin: 0 auto 4.6666666667vw 0;
  }
  .point__img:after {
    margin-right: 2vw;
    margin-bottom: -2vw;
    margin-left: -2vw;
    margin-top: 2vw;
    width: 100%;
  }
  .point__img--1 {
    width: 86.5333333333vw;
  }
  .point__img--2 {
    width: 87.0666666667vw;
    margin: 0 auto 4.6666666667vw auto;
  }
  .point__img--3 {
    width: 86.5333333333vw;
  }
  .point--rev {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .point--rev .point__wrap {
    width: 100%;
    margin: 0 auto 12vw auto;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .point--rev .point__img {
    margin: 0 auto 4.6666666667vw auto;
  }
  .point--rev .point__img:after {
    margin-right: -2vw;
    margin-left: 2vw;
  }
}

.other-int--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other-list {
  width: 78.125vw;
  max-width: 1000px;
  padding-top: 6.25vw;
  padding-bottom: 5.859375vw;
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 1280px) {
  .other-list {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .other-list {
    padding-bottom: 75px;
  }
}
.other-list__link {
  text-decoration: none;
  display: block;
  width: 19.53125vw;
  max-width: 250px;
}
.other-list__photo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 12.578125vw;
  max-width: 161px;
  height: 12.578125vw;
  max-height: 161px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0vw auto 0.9375vw auto;
}
@media screen and (min-width: 1280px) {
  .other-list__photo {
    margin: 0px auto 12px auto;
  }
}
.other-list__name {
  font-size: 1.40625vw;
  margin-bottom: 1.640625vw;
  font-weight: bold;
  line-height: 1.222222222;
  color: #000000;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1280px) {
  .other-list__name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .other-list__name {
    margin-bottom: 21px;
  }
}
.other-list__name span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.09375vw;
  font-weight: normal;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1280px) {
  .other-list__name span {
    font-size: 14px;
  }
}
.other-list__icon {
  width: 2.5vw;
  max-width: 32px;
  margin: auto;
}
.other-list__icon img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .other-list {
    width: 100vw;
    padding: 5.3333333333vw 9.3333333333vw;
  }
  .other-list__wrap {
    padding: 0.6666666667vw 0;
  }
  .other-list__link {
    width: 36.6666666667vw;
  }
  .other-list__photo {
    width: 23.6vw;
    height: 23.6vw;
    margin-bottom: 2vw;
  }
  .other-list__name {
    font-size: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .other-list__name span {
    font-size: 3.2vw;
  }
  .other-list__icon {
    width: 4.1333333333vw;
  }
  .other-list .slick-arrow {
    width: 8.5333333333vw;
    height: 12.9333333333vw;
    background-color: #FC9153;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .other-list .slick-arrow:before {
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border: solid 3px #fff;
    border-style: solid solid none none;
  }
  .other-list .slick-arrow:hover {
    background-color: #FC9153;
  }
  .other-list .slick-prev {
    left: 0;
    padding: 0vw 0vw 0vw 0.78125vw;
  }
}
@media screen and (max-width: 750px) and (min-width: 1280px) {
  .other-list .slick-prev {
    padding: 0px 0px 0px 10px;
  }
}
@media screen and (max-width: 750px) {
  .other-list .slick-prev:before {
    transform: rotate(-135deg);
  }
}
@media screen and (max-width: 750px) {
  .other-list .slick-next {
    right: 0;
    padding: 0vw 0.78125vw 0vw 0vw;
  }
}
@media screen and (max-width: 750px) and (min-width: 1280px) {
  .other-list .slick-next {
    padding: 0px 10px 0px 0px;
  }
}
@media screen and (max-width: 750px) {
  .other-list .slick-next:before {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 750px) {
  .other-list .slick-prev:before, .other-list .slick-next:before, .other-list .slick-dots li button:before {
    font-family: "serif";
  }
}
@media screen and (max-width: 750px) {
  .other-list .slick-loading .slick-list {
    background: none;
  }
}

.slick-loading .slick-list {
  background: none !important;
}

.recruit {
  padding: 6.25vw 0vw 0vw 0vw;
}
@media screen and (min-width: 1280px) {
  .recruit {
    padding: 80px 0px 0px 0px;
  }
}
.recruit__wrap {
  width: 76.5625vw;
  max-width: 980px;
  margin: 0vw auto 0vw auto;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .recruit__wrap {
    margin: 0px auto 0px auto;
  }
}
.recruit__ttl {
  width: 12.109375vw;
  max-width: 155px;
  margin: 0vw auto 1.09375vw auto;
}
@media screen and (min-width: 1280px) {
  .recruit__ttl {
    margin: 0px auto 14px auto;
  }
}
.recruit__jp {
  font-size: 1.25vw;
  margin-bottom: 1.015625vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .recruit__jp {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__jp {
    margin-bottom: 13px;
  }
}
.recruit__ttl-sub {
  font-size: 1.640625vw;
  padding-bottom: 0.78125vw;
  width: 76.5625vw;
  max-width: 980px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #FC9153;
  border-bottom: #EB8243 1px solid;
}
@media screen and (min-width: 1280px) {
  .recruit__ttl-sub {
    font-size: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__ttl-sub {
    padding-bottom: 10px;
  }
}
.recruit__list {
  width: 76.5625vw;
  max-width: 980px;
  margin: 0vw auto 5.46875vw auto;
}
@media screen and (min-width: 1280px) {
  .recruit__list {
    margin: 0px auto 70px auto;
  }
}
.recruit__item {
  padding: 1.953125vw 0vw 1.953125vw 0vw;
  list-style: none;
  display: flex;
  align-items: flex-start;
  border-bottom: #E3E3E3 1px solid;
}
@media screen and (min-width: 1280px) {
  .recruit__item {
    padding: 25px 0px 25px 0px;
  }
}
.recruit__item:first-child {
  padding-bottom: 0vw;
  border-bottom: none;
}
@media screen and (min-width: 1280px) {
  .recruit__item:first-child {
    padding-bottom: 0px;
  }
}
.recruit__item:last-child {
  border-bottom: none;
}
.recruit__summary {
  font-size: 1.09375vw;
  width: 10.15625vw;
  max-width: 130px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
  .recruit__summary {
    font-size: 14px;
  }
}
.recruit__text {
  font-size: 1.09375vw;
  width: 66.40625vw;
  max-width: 850px;
  line-height: 2;
  word-break: break-all;
}
@media screen and (min-width: 1280px) {
  .recruit__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .recruit {
    padding-top: 13.3333333333vw;
    border-top: #F2F2F2 1px solid;
  }
  .recruit__wrap {
    width: 84vw;
    margin: 0 auto 0 auto;
  }
  .recruit__ttl {
    width: 20.9333333333vw;
    margin: 0 auto 2.2666666667vw auto;
  }
  .recruit__jp {
    font-size: 3.2vw;
    margin-bottom: 8.4vw;
  }
  .recruit__ttl-sub {
    font-size: 4vw;
    padding-bottom: 4vw;
    width: 84vw;
    letter-spacing: 0.1em;
  }
  .recruit__list {
    width: 84vw;
    margin: 0 auto 13.3333333333vw auto;
  }
  .recruit__item {
    padding: 2.6666666667vw 0 2.6666666667vw 0;
    list-style: none;
  }
  .recruit__item:last-child {
    border-bottom: #E3E3E3 1px solid;
  }
  .recruit__summary {
    font-size: 3.0666666667vw;
    width: 26.6666666667vw;
  }
  .recruit__text {
    font-size: 3.0666666667vw;
    width: 57.3333333333vw;
  }
}

.staff-itv {
  width: 100%;
  height: 31.25vw;
  max-height: 400px;
  background-image: url("../img/pc/company/mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.staff-itv__wrap {
  text-align: center;
}
.staff-itv__ttl {
  width: 33.59375vw;
  max-width: 430px;
  margin-bottom: 2.34375vw;
  margin-top: -2.34375vw;
}
@media screen and (min-width: 1280px) {
  .staff-itv__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .staff-itv__ttl {
    margin-top: -30px;
  }
}
.staff-itv__kana {
  font-size: 1.5625vw;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .staff-itv__kana {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .staff-itv {
    width: 100%;
    height: 53.7333333333vw;
    background-position: 30% center;
  }
  .staff-itv__ttl {
    width: 65.3333333333vw;
    margin-bottom: 4vw;
  }
  .staff-itv__kana {
    font-size: 3.2vw;
  }
}

.meaning {
  padding: 7.8125vw 0vw 4.296875vw 0vw;
}
@media screen and (min-width: 1280px) {
  .meaning {
    padding: 100px 0px 55px 0px;
  }
}
.meaning__ttl {
  width: 43.359375vw;
  max-width: 555px;
  margin: 0vw auto 0.390625vw auto;
}
@media screen and (min-width: 1280px) {
  .meaning__ttl {
    margin: 0px auto 5px auto;
  }
}
.meaning__jp {
  font-size: 1.40625vw;
  margin-bottom: 1.875vw;
  color: #EB8243;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .meaning__jp {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .meaning__jp {
    margin-bottom: 24px;
  }
}
.meaning__body {
  font-size: 1.09375vw;
  width: 53.90625vw;
  max-width: 690px;
  margin: 0vw auto 0vw auto;
  line-height: 2.214285714;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .meaning__body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .meaning__body {
    margin: 0px auto 0px auto;
  }
}
@media screen and (max-width: 750px) {
  .meaning {
    padding: 13.3333333333vw 1.3333333333vw 12vw 1.3333333333vw;
  }
  .meaning__ttl {
    width: 93.3333333333vw;
    margin: 0 auto 2vw auto;
  }
  .meaning__jp {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
  .meaning__body {
    font-size: 3.7333333333vw;
    width: 84vw;
  }
}

.staff-cmt {
  padding: 5.859375vw 0vw 1.953125vw 0vw;
  margin: 0vw auto 0vw auto;
  background-image: url("../img/pc/top/bg.png");
}
@media screen and (min-width: 1280px) {
  .staff-cmt {
    padding: 75px 0px 25px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .staff-cmt {
    margin: 0px auto 0px auto;
  }
}
.staff-cmt__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100vw;
  max-width: 1280px;
  margin: auto;
}
.staff-cmt__item {
  width: 25.9375vw;
  max-width: 332px;
  margin: 0vw 2.34375vw 3.90625vw 2.34375vw;
  background-color: #ffffff;
  list-style: none;
}
@media screen and (min-width: 1280px) {
  .staff-cmt__item {
    margin: 0px 30px 50px 30px;
  }
}
.staff-cmt__item:hover .staff-cmt__photo:after {
  opacity: 1;
}
.staff-cmt__item:hover .staff-cmt__copy {
  opacity: 1;
}
.staff-cmt__link {
  text-decoration: none !important;
}
.staff-cmt__photo {
  height: 22.421875vw;
  max-height: 287px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.staff-cmt__photo:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(191, 116, 34, 0.6);
  transition: all 0.3s ease-out;
  z-index: 1;
}
.staff-cmt__copy {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 1.5625vw;
  line-height: 1.5;
  text-align: center;
  padding: 1.5625vw 0vw 1.5625vw 0vw;
}
@media screen and (min-width: 1280px) {
  .staff-cmt__copy {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .staff-cmt__copy {
    padding: 20px 0px 20px 0px;
  }
}
.staff-cmt__wrap {
  padding: 0.78125vw 1.5625vw 1.171875vw 1.5625vw;
}
@media screen and (min-width: 1280px) {
  .staff-cmt__wrap {
    padding: 10px 20px 15px 20px;
  }
}
.staff-cmt__dpm {
  height: auto;
  font-size: 1.015625vw;
  margin-bottom: 0.78125vw;
  line-height: 1.692307692;
  color: #8E8E8E;
}
@media screen and (min-width: 1280px) {
  .staff-cmt__dpm {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .staff-cmt__dpm {
    margin-bottom: 10px;
  }
}
.staff-cmt__name {
  font-size: 1.71875vw;
  margin-bottom: 1.25vw;
  font-weight: bold;
  color: #000000;
}
@media screen and (min-width: 1280px) {
  .staff-cmt__name {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .staff-cmt__name {
    margin-bottom: 16px;
  }
}
.staff-cmt__en {
  font-size: 1.171875vw;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 1.5625vw;
  color: #8E8E8E;
}
@media screen and (min-width: 1280px) {
  .staff-cmt__en {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .staff-cmt__en {
    margin-bottom: 20px;
  }
}
.staff-cmt__btn span {
  font-size: 1.09375vw;
  width: 21.875vw;
  max-width: 280px;
  padding: 0.78125vw 0vw 0.78125vw 0.9375vw;
  color: #ffffff;
  display: block;
  text-decoration: none;
  background-color: #EB8243;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .staff-cmt__btn span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .staff-cmt__btn span {
    padding: 10px 0px 10px 12px;
  }
}
.staff-cmt__btn span:after {
  content: "";
  width: 0.78125vw;
  max-width: 10px;
  height: 0.78125vw;
  max-height: 10px;
  border-top: #ffffff 1px solid;
  border-right: #ffffff 1px solid;
  position: absolute;
  top: 50%;
  right: 0.9375vw;
  margin-top: -0.390625vw;
  transform: rotate(45deg);
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .staff-cmt__btn span:after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    right: 1.6vw;
    margin-top: -0.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .staff-cmt {
    width: auto;
    margin: 0;
    padding: 12.6666666667vw 8vw 6vw 8vw;
    background-image: url(../img/sp/top/bg.png);
    background-size: cover;
  }
  .staff-cmt__list {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .staff-cmt__item {
    width: 100%;
    margin: 0 auto 6.6666666667vw auto;
    box-shadow: none;
  }
  .staff-cmt__photo {
    background-position: center top;
    height: 80.1333333333vw;
  }
  .staff-cmt__photo:after {
    height: 23.0666666667vw;
    top: auto;
    opacity: 1;
    box-sizing: border-box;
  }
  .staff-cmt__copy {
    box-sizing: border-box;
    height: 23.0666666667vw;
    top: auto;
    opacity: 1;
    font-size: 4.6666666667vw;
  }
  .staff-cmt__wrap {
    padding: 5.3333333333vw 4vw;
  }
  .staff-cmt__dpm {
    height: auto;
    font-size: 3.2vw;
    margin-bottom: 2vw;
    line-height: 1.4;
  }
  .staff-cmt__name {
    font-size: 5.0666666667vw;
    margin-bottom: 1.7333333333vw;
    line-height: 1;
  }
  .staff-cmt__en {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 3.4666666667vw;
    margin-bottom: 4vw;
    line-height: 1;
  }
  .staff-cmt__btn span {
    box-sizing: border-box;
    font-size: 4vw;
    line-height: 1;
    padding: 0.8em 1em;
    text-align: center;
    width: 100%;
    letter-spacing: 0.1em;
    border-radius: 6.6666666667vw;
    position: relative;
  }
  .staff-cmt__btn span:after {
    content: "";
    width: 1.171875vw;
    max-width: 15px;
    height: 1.171875vw;
    max-height: 15px;
    border-top: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    position: absolute;
    top: 50%;
    right: 2.34375vw;
    margin-top: -0.5859375vw;
    transform: rotate(45deg);
    display: inline-block;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .staff-cmt__btn span:after {
    width: 2vw;
    height: 2vw;
    right: 4vw;
    margin-top: -1vw;
  }
}

.mv {
  /* margin-bottom: 9.375vw; */
  height: 44.53125vw;
  max-height: 570px;
  position: relative;
  transition: all 3s ease-out;
  background-image: url('../img/pc/company/mv.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
}

@media screen and (min-width: 1280px) {
  .mv {
    /* margin-bottom: 120px; */
  }
}
.mv.on {
  background-color:rgba(255,255,255,0);
}
.mv__img {
  display: none;
}
.mv__img img {
  width: 100%;
}
.mv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41.796875vw;
  max-width: 535px;
  margin: -4.921875vw 0vw 0vw -41.71875vw;
}
@media screen and (min-width: 1280px) {
  .mv__copy {
    margin: -63px 0px 0px -534px;
  }
}
.mv__copy img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .mv {
    /* margin-bottom: 13.3333333333vw; */
    height: 92.5333333333vw;
    background-size: auto 92.5333333333vw;
  }
  .mv__copy {
    width: 79.3333333333vw;
    margin-top: -8.4vw;
    margin-left: -42vw;
  }
}

.mvcopyText .mvtext {
  opacity: 0;
}
.mvcopyText .mvtext:nth-child(1) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.05s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(1) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(2) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.1s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(2) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(3) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.15s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(3) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(4) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.2s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(4) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(5) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.25s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(5) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(6) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.3s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(6) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(7) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.35s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(7) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(8) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.4s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(8) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(9) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.45s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(9) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(10) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.5s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(10) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(11) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.55s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(11) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(12) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.6s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(12) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(13) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.65s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(13) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(14) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.7s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(14) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(15) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.75s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(15) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(16) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.8s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(16) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(17) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.85s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(17) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(18) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.9s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(18) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(19) {
  transform: translate3d(100%, 0, 0);
  fill: #EB8243;
  transition: all 0.95s ease-out;
}
.mvcopyText.on1 .mvtext:nth-child(19) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(20) {
  transform: translate3d(-100%, 0, 0);
  fill: #EB8243;
  transition: all 0.075s ease-out;
}
.mvcopyText.on3 .mvtext:nth-child(20) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(21) {
  transform: translate3d(-100%, 0, 0);
  fill: #EB8243;
  transition: all 0.15s ease-out;
}
.mvcopyText.on3 .mvtext:nth-child(21) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(22) {
  transform: translate3d(-100%, 0, 0);
  fill: #EB8243;
  transition: all 0.225s ease-out;
}
.mvcopyText.on3 .mvtext:nth-child(22) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(23) {
  transform: translate3d(-100%, 0, 0);
  fill: #EB8243;
  transition: all 0.3s ease-out;
}
.mvcopyText.on3 .mvtext:nth-child(23) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(24) {
  transform: translate3d(-100%, 0, 0);
  fill: #EB8243;
  transition: all 0.375s ease-out;
}
.mvcopyText.on3 .mvtext:nth-child(24) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(25) {
  transform: translate3d(-100%, 0, 0);
  fill: #EB8243;
  transition: all 0.45s ease-out;
}
.mvcopyText.on3 .mvtext:nth-child(25) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(26) {
  transform: translate3d(-100%, 0, 0);
  fill: #EB8243;
  transition: all 0.525s ease-out;
}
.mvcopyText.on3 .mvtext:nth-child(26) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(27) {
  transform: translate3d(-100%, 0, 0);
  fill: #EB8243;
  transition: all 0.6s ease-out;
}
.mvcopyText.on3 .mvtext:nth-child(27) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(28) {
  transform: translate3d(-100%, 0, 0);
  fill: #EB8243;
  transition: all 0.675s ease-out;
}
.mvcopyText.on3 .mvtext:nth-child(28) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}
.mvcopyText .mvtext:nth-child(29) {
  transform: translate3d(-100%, 0, 0);
  fill: #EB8243;
  transition: all 0.75s ease-out;
}
.mvcopyText.on3 .mvtext:nth-child(29) {
  opacity: 1;
  fill: #fff;
  transform: translate3d(0, 0, 0);
}

.what {
  width: 100vw;
  max-width: 1280px;
  margin: 0vw auto 8.59375vw auto;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 1280px) {
  .what {
    margin: 0px auto 110px auto;
  }
}
.what.on {
  opacity: 1;
}
.what__text {
  width: 43.359375vw;
  max-width: 555px;
  padding: 7.1875vw 7.03125vw 0vw 7.8125vw;
}
@media screen and (min-width: 1280px) {
  .what__text {
    padding: 92px 90px 0px 100px;
  }
}
.what__video {
  width: 56.5625vw;
  max-width: 724px;
  position: relative;
  z-index: 1;
}
.what__video img {
  width: 100%;
}
.what__video:after {
  content: "";
  display: block;
  position: absolute;
  top: 3.90625vw;
  right: -3.90625vw;
  bottom: -3.90625vw;
  left: 3.90625vw;
  z-index: -1;
  background-image: url(../img/pc/top/bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.what__video-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6.25vw;
  max-width: 80px;
  margin: -3.125vw 0vw 0vw -3.125vw;
}
@media screen and (min-width: 1280px) {
  .what__video-btn {
    margin: -40px 0px 0px -40px;
  }
}
.what__ttl {
  width: 24.6875vw;
  max-width: 316px;
  margin-bottom: 2.890625vw;
}
@media screen and (min-width: 1280px) {
  .what__ttl {
    margin-bottom: 37px;
  }
}
.what__body {
  font-size: 1.09375vw;
  line-height: 2.214285714;
}
@media screen and (min-width: 1280px) {
  .what__body {
    font-size: 14px;
  }
}
.what__caption {
  font-size: 0.9375vw;
  display: block;
  position: absolute;
  right: 0;
  bottom: -1.5em;
}
@media screen and (min-width: 1280px) {
  .what__caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .what {
    width: 100vw;
    margin-bottom: 13.3333333333vw;
    display: block;
    padding: 0 7.3333333333vw 0 7.3333333333vw;
  }
  .what__text {
    width: auto;
    padding: 0;
    margin-bottom: 6.6666666667vw;
  }
  .what__video {
    width: auto;
  }
  .what__video:after {
    top: 6.6666666667vw;
    right: -4vw;
    bottom: -6.6666666667vw;
    left: 4vw;
    background-image: url(../img/sp/top/bg.png);
    background-size: 100% auto;
  }
  .what__video-btn {
    width: 10vw;
    margin: -5vw 0 0 -5vw;
  }
  .what__ttl {
    width: 34.5333333333vw;
    margin: 0 auto 4.6666666667vw auto;
  }
  .what__body {
    font-size: 3.2vw;
    line-height: 1.875;
  }
}

.team {
  height: 100%;
  padding: 7.03125vw 0vw 7.03125vw 0vw;
  margin: 0vw auto 13.671875vw auto;
  background-image: url("../img/pc/top/team-values-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .team {
    padding: 90px 0px 90px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .team {
    margin: 0px auto 175px auto;
  }
}
.team__ttl {
  width: 25.3125vw;
  max-width: 324px;
  padding-bottom: 1.171875vw;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1280px) {
  .team__ttl {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .team__ttl {
    margin: 0px auto 0px auto;
  }
}
.team__text {
  font-size: 1.09375vw;
  line-height: 2.214285714;
  text-align: center;
  padding-bottom: 3.75vw;
}
@media screen and (min-width: 1280px) {
  .team__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .team__text {
    padding-bottom: 48px;
  }
}
.team__list {
  width: 84.375vw;
  max-width: 1080px;
  padding: 4.6875vw 5.46875vw 4.6875vw 5.46875vw;
  margin: 0vw auto 0vw auto;
  display: flex;
  justify-content: space-between;
  background-image: url("../img/pc/top/bg.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .team__list {
    padding: 60px 70px 60px 70px;
  }
}
@media screen and (min-width: 1280px) {
  .team__list {
    margin: 0px auto 0px auto;
  }
}
.team__item {
  width: 22.96875vw;
  max-width: 294px;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .team {
    padding: 13.3333333333vw 0 13.3333333333vw 0;
    margin: 0 auto 13.3333333333vw auto;
    background-image: url("../img/pc/top/team-values-bg.jpg");
    background-size: auto 50%;
    background-position: 73% top;
    background-repeat: repeat-y;
  }
  .team__ttl {
    width: 35.8666666667vw;
    margin: 0 auto 1.3333333333vw auto;
  }
  .team__text {
    width: 66vw;
    font-size: 3.2vw;
    line-height: 1.875;
    margin: 0 auto 8vw auto;
  }
  .team__list {
    width: 69.3333333333vw;
    padding: 6.6666666667vw;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/sp/top/bg.png);
    background-size: 100% auto;
  }
  .team__item {
    width: 56vw;
    margin-bottom: 1.3333333333vw;
  }
  .team__item:last-child {
    margin-bottom: 0;
  }
}

.top-content {
  width: 100vw;
  max-width: 1280px;
  padding: 0vw 0vw 0vw 5.859375vw;
  margin: 0vw auto 13.671875vw auto;
}
@media screen and (min-width: 1280px) {
  .top-content {
    padding: 0px 0px 0px 75px;
  }
}
@media screen and (min-width: 1280px) {
  .top-content {
    margin: 0px auto 175px auto;
  }
}
.top-content a {
  text-decoration: none;
  color: #000000;
}
.top-content__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0vw 0vw 4.375vw 4.53125vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .top-content__wrap {
    padding: 0px 0px 56px 58px;
  }
}
.top-content__wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 6.25vw;
  bottom: 0;
  z-index: -1;
  background-image: url("../img/pc/top/bg-rev.png");
  background-repeat: no-repeat;
}
.top-content__ttl {
  margin-bottom: 1.953125vw;
}
@media screen and (min-width: 1280px) {
  .top-content__ttl {
    margin-bottom: 25px;
  }
}
.top-content__ttl--com {
  width: 19.0625vw;
  max-width: 244px;
}
.top-content__ttl--topmes {
  width: 27.34375vw;
  max-width: 350px;
}
.top-content__ttl--staff {
  width: 29.6875vw;
  max-width: 380px;
}
.top-content__copy {
  font-size: 1.5625vw;
  margin-bottom: 1.5625vw;
  line-height: 1.15;
  letter-spacing: 0.3em;
}
.top-content--rev .top-content__copy {
  letter-spacing:0.1em;
}
@media screen and (min-width: 1280px) {
  .top-content__copy {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .top-content__copy {
    margin-bottom: 20px;
  }
}
.top-content__body {
  width: 32.5vw;
  max-width: 416px;
  font-size: 1.09375vw;
  line-height: 2.214285714;
}
@media screen and (min-width: 1280px) {
  .top-content__body {
    font-size: 14px;
  }
}
.top-content__img {
  width: 50.78125vw;
  max-width: 650px;
  margin-top: -4.375vw;
}
@media screen and (min-width: 1280px) {
  .top-content__img {
    margin-top: -56px;
  }
}
.top-content__img img {
  width: 100%;
}
.top-content--rev {
  padding: 0vw 5.859375vw 0vw 0vw;
}
@media screen and (min-width: 1280px) {
  .top-content--rev {
    padding: 0px 75px 0px 0px;
  }
}
.top-content--rev .top-content__wrap {
  flex-direction: row-reverse;
  padding: 0vw 4.53125vw 4.375vw 0vw;
}
@media screen and (min-width: 1280px) {
  .top-content--rev .top-content__wrap {
    padding: 0px 58px 56px 0px;
  }
}
.top-content--rev .top-content__wrap:after {
  left: 6.25vw;
  right: 0;
  background-image: url("../img/pc/top/bg.png");
}
@media screen and (max-width: 750px) {
  .top-content {
    width: 100vw;
    padding: 27.3333333333vw 0 0 0;
    margin: 0 auto 12vw auto;
  }
  .top-content__wrap {
    flex-direction: column-reverse;
    background-image: url("../img/pc/top/bg-rev.png");
    background-repeat: no-repeat;
    background-image: url(../img/sp/top/bg.png) !important;
    background-size: 100% auto;
    padding: 0 8vw 0 0;
    margin: 0 0 0 8vw;
  }
  .top-content__wrap:after {
    display: none;
  }
  .top-content__head {
    width: 100vw;
    position: absolute;
    margin: 0 auto 0 -8vw;
    top: -27.3333333333vw;
    left: 0;
  }
  .top-content__ttl {
    margin: 0 auto 2.6666666667vw auto;
  }
  .top-content__ttl--com {
    width: 27.7333333333vw;
  }
  .top-content__ttl--topmes {
    width: 39.8666666667vw;
  }
  .top-content__ttl--staff {
    width: 43.3333333333vw;
  }
  .top-content__copy {
    font-size: 3.7333333333vw;
    font-weight: bold;
    margin-bottom: 6.6666666667vw;
    text-align: center;
  }
  .top-content__copy--light {
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 6.6666666667vw;
  }
  .top-content__body {
    width: 68vw;
    font-size: 3.2vw;
    line-height: 1.875;
    margin-bottom: 7.3333333333vw;
  }
  .top-content__img {
    width: 92vw;
    margin: -8vw auto 7.3333333333vw -8vw;
  }
  .top-content__more {
    font-size: 4vw;
    color: #ffffff;
    width: 68vw;
    padding: 3.3333333333vw 0vw 3.3333333333vw 0vw;
    text-align: center;
    background-color: #EB8243;
    border-radius: 10.6666666667vw;
    margin-bottom: 8vw;
    position: relative;
  }
  .top-content__more:after {
    content: "";
    width: 1.796875vw;
    max-width: 23px;
    height: 1.796875vw;
    max-height: 23px;
    border-top: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    position: absolute;
    top: 50%;
    right: 6.640625vw;
    margin-top: -0.8984375vw;
    transform: rotate(45deg);
    display: inline-block;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .top-content__more:after {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    right: 11.3333333333vw;
    margin-top: -1.5333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top-content--rev {
    padding: 27.3333333333vw 0 0 0;
  }
  .top-content--rev .top-content__wrap {
    margin: 0 8vw 0 0;
    padding: 0 0 0 8vw;
    flex-direction: column-reverse;
    padding: 0;
  }
  .top-content--rev .top-content__img {
    margin: -8vw -8vw 7.3333333333vw auto;
  }
  .top-content--rev .top-content__head {
    margin: 0 -8vw 0 auto;
  }
}

.pv {
  width: 100vw;
  max-width: 1280px;
  padding-bottom: 10.15625vw;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1280px) {
  .pv {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1280px) {
  .pv {
    margin: 0px auto 0px auto;
  }
}
.pv__ttl {
  width: 14.21875vw;
  max-width: 182px;
  margin: 0vw auto 1.171875vw auto;
}
@media screen and (min-width: 1280px) {
  .pv__ttl {
    margin: 0px auto 15px auto;
  }
}
.pv__text {
  font-size: 1.09375vw;
  line-height: 2.214285714;
  margin-bottom: 4.453125vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .pv__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .pv__text {
    margin-bottom: 57px;
  }
}
.pv__link-wrap {
  text-align: center;
}
.pv__link {
  padding: 1.71875vw 6.71875vw 1.71875vw 6.5625vw;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  background-color: #EB8243;
  border-radius: 4.375vw;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .pv__link {
    padding: 22px 86px 22px 84px;
  }
}
@media screen and (max-width: 750px) {
  .pv {
    width: 100vw;
    padding-top: 12.6666666667vw;
  }
  .pv__ttl {
    width: 20vw;
    margin: 0 auto 2vw auto;
  }
  .pv__text {
    width: 66vw;
    font-size: 3.2vw;
    margin: 0 auto 7.3333333333vw auto;
  }
  .pv__link {
    font-size: 4vw;
    padding: 3.3333333333vw 24vw 3.3333333333vw 24vw;
    border-radius: 10.6666666667vw;
    margin-bottom: 8vw;
  }
}

.rec-list {
  padding: 6.875vw 0vw 7.8125vw 0vw;
  background-image: url("../img/pc/top/bg.png");
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .rec-list {
    padding: 88px 0px 100px 0px;
  }
}
.rec-list__ttl {
  width: 34.6875vw;
  max-width: 444px;
  margin: 0vw auto 1.171875vw auto;
}
@media screen and (min-width: 1280px) {
  .rec-list__ttl {
    margin: 0px auto 15px auto;
  }
}
.rec-list__text {
  font-size: 1.09375vw;
  line-height: 2.214285714;
  margin-bottom: 3.671875vw;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .rec-list__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .rec-list__text {
    margin-bottom: 47px;
  }
}
.rec-list__wrap {
  width: 75.78125vw;
  max-width: 970px;
  margin: 0vw auto 0vw auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .rec-list__wrap {
    margin: 0px auto 0px auto;
  }
}
.rec-list__ttl-sub {
  width: 34.765625vw;
  max-width: 445px;
  padding: 0vw 0vw 1.171875vw 0.390625vw;
  font-size: 1.40625vw;
  line-height: 1.277777778;
  color: #EB8243;
  border-bottom: #EB8243 1px solid;
}
@media screen and (min-width: 1280px) {
  .rec-list__ttl-sub {
    padding: 0px 0px 15px 5px;
  }
}
@media screen and (min-width: 1280px) {
  .rec-list__ttl-sub {
    font-size: 18px;
  }
}
.rec-list__list {
  margin-bottom: 2.34375vw;
}
@media screen and (min-width: 1280px) {
  .rec-list__list {
    margin-bottom: 30px;
  }
}
.rec-list__list--mb {
  margin-bottom: 4.296875vw;
}
@media screen and (min-width: 1280px) {
  .rec-list__list--mb {
    margin-bottom: 55px;
  }
}
.rec-list__item {
  width: 34.765625vw;
  max-width: 445px;
  list-style: none;
  border-bottom: #ffffff 3px solid;
}
.rec-list__link {
  display: block;
  font-size: 1.328125vw;
  line-height: 2.9;
  line-height: 1.2;
  text-decoration: none;
  color: #000000;
  padding-left: 0.390625vw;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
}
@media screen and (min-width: 1280px) {
  .rec-list__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .rec-list__link {
    padding-left: 5px;
  }
}
@media screen and (max-width: 750px) {
  .rec-list {
    padding: 13.3333333333vw 0 0 0;
    background-image: url(../img/sp/top/bg.png);
    background-size: 100% auto;
  }
  .rec-list__ttl {
    width: 48.5333333333vw;
    margin: 0 auto 2vw auto;
  }
  .rec-list__text {
    width: 65.3333333333vw;
    font-size: 3.2vw;
    margin: 0 auto 7.3333333333vw auto;
  }
  .rec-list__wrap {
    width: 84vw;
    margin: 0 auto 0 auto;
    flex-direction: column;
  }
  .rec-list__ttl-sub {
    width: auto;
    padding-bottom: 4.6666666667vw;
    font-size: 4vw;
  }
  .rec-list__list {
    margin-bottom: 9.3333333333vw;
  }
  .rec-list__list--mbsp {
    margin-bottom: 14.6666666667vw;
  }
  .rec-list__item {
    width: 84vw;
    padding: 4vw 0 4vw 0;
    border-bottom: #ffffff 0.4vw solid;
  }
  .rec-list__link {
    font-size: 3.0666666667vw;
    padding-left: 0.2666666667vw;
  }
}

.pv {
  width: 75vw;
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .pv {
    width: 92vw;
    margin: 0 auto 4vw;
  }
}

.grid {
  opacity: 0;
  transition: all 1s ease-out;
}
.grid img {
  width: 100%;
}
.grid.on {
  opacity: 1;
}
.grid .grid-item {
  color: #000000 !important;
  text-decoration: none !important;
  display: block;
  box-sizing: border-box;
  font-size: 0.9375vw;
  width: 30%;
  min-height: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 1% 20px 1%;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1280px) {
  .grid .grid-item {
    font-size: 12px;
  }
}
.grid .text {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  padding: 0.78125vw 0.78125vw 0.78125vw 0.78125vw;
}
@media screen and (min-width: 1280px) {
  .grid .text {
    padding: 10px 10px 10px 10px;
  }
}
.grid .media {
  margin-bottom: 0.390625vw;
}
@media screen and (min-width: 1280px) {
  .grid .media {
    margin-bottom: 5px;
  }
}
.grid .user {
  border-top: solid 1px #ccc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.390625vw 0.78125vw 0vw 0.78125vw;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .grid .user {
    padding: 5px 10px 0px 10px;
  }
}
.grid .profile {
  line-height: 1.2;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  width: 2.34375vw;
  max-width: 30px;
  height: 2.34375vw;
  max-height: 30px;
  min-width: 2.34375vw;
  min-height: 2.34375vw;
  margin: 0vw 0.390625vw 0vw 0vw;
}
@media screen and (min-width: 1280px) {
  .grid .profile {
    margin: 0px 5px 0px 0px;
  }
}
.grid .name {
  line-height: 1.2;
  margin: 0vw 0.390625vw 0vw 0vw;
}
@media screen and (min-width: 1280px) {
  .grid .name {
    margin: 0px 5px 0px 0px;
  }
}
.grid .screen_name {
  line-height: 1.2;
  font-size: 0.78125vw;
}
@media screen and (min-width: 1280px) {
  .grid .screen_name {
    font-size: 10px;
  }
}
.grid .time {
  line-height: 1.2;
  text-align: right;
  color: #999 !important;
  padding: 0vw 0.78125vw 0.78125vw 0.78125vw;
  font-size: 0.46875vw;
}
@media screen and (min-width: 1280px) {
  .grid .time {
    padding: 0px 10px 10px 10px;
  }
}
@media screen and (min-width: 1280px) {
  .grid .time {
    font-size: 6px;
  }
}
@media screen and (max-width: 750px) {
  .grid {
    width: 92vw;
    margin: 0 auto 4vw;
  }
  .grid .grid-item {
    width: 92vw;
    font-size: 12px;
    margin: 0 auto 20px;
  }
  .grid .text {
    padding: 10px;
  }
  .grid .media {
    margin-bottom: 5px;
  }
  .grid .user {
    padding: 5px 10px 0 10px;
  }
  .grid .profile {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .grid .name {
    margin-right: 5px;
  }
  .grid .screen_name {
    font-size: 10px;
  }
  .grid .time {
    padding: 0 10px 10px 10px;
    font-size: 6px;
  }
}

.top-mess {
  height: 31.25vw;
  max-height: 400px;
  margin-bottom: 7.5vw;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: auto 100%;
}
@media screen and (min-width: 1280px) {
  .top-mess {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1800px) {
  .top-mess {
    background-size: cover;
  }
}
.top-mess__ttl {
  font-size: 2.96875vw;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4736842111;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -5.9375vw;
}
@media screen and (min-width: 1280px) {
  .top-mess__ttl {
    font-size: 38px;
  }
}
.top-mess__wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-mess__item {
  font-size: 0.859375vw;
  margin: 0vw 2.734375vw 2.96875vw 2.734375vw;
  color: #676767;
  border: #676767 1px;
  border-style: solid none;
  padding: 1em 0;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .top-mess__item {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .top-mess__item {
    margin: 0px 35px 38px 35px;
  }
}
.top-mess__item strong {
  display: block;
  font-size: 1.640625vw;
  margin: 0.390625vw 0vw 0.390625vw 0vw;
}
@media screen and (min-width: 1280px) {
  .top-mess__item strong {
    font-size: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .top-mess__item strong {
    margin: 5px 0px 5px 0px;
  }
}
.top-mess__item span {
  display: block;
  font-size: 0.859375vw;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .top-mess__item span {
    font-size: 11px;
  }
}
.top-mess__item:nth-child(1) {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .top-mess {
    height: 81.3333333333vw;
    margin-bottom: 29.3333333333vw;
    background-size: cover;
  }
  .top-mess__wrap {
    bottom: -24vw;
  }
  .top-mess__item span {
    font-size: 2.4vw;
  }
  .top-mess__item strong {
    font-size: 3.4666666667vw;
  }
  .top-mess__item:nth-child(1) {
    margin: 0 10.6666666667vw 2vw 0;
    text-align: center;
  }
  .top-mess__item:nth-child(2) {
    margin: 0 0 2vw 10.6666666667vw;
    text-align: center;
  }
  .top-mess__ttl {
    font-size: 5.0666666667vw;
    letter-spacing: 0;
    margin-top: -34vw;
  }
}

.think__ttl {
  width: 38.28125vw;
  max-width: 490px;
  margin: 0vw auto 1.171875vw auto;
}
@media screen and (min-width: 1280px) {
  .think__ttl {
    margin: 0px auto 15px auto;
  }
}
.think__copy {
  font-size: 1.40625vw;
  margin-bottom: 1.953125vw;
  color: #EB8243;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .think__copy {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .think__copy {
    margin-bottom: 25px;
  }
}
.think__body {
  font-size: 1.09375vw;
  margin: 0vw auto 0vw auto;
  width: 53.90625vw;
  max-width: 690px;
  text-align: center;
  line-height: 2.214285714;
}
@media screen and (min-width: 1280px) {
  .think__body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .think__body {
    margin: 0px auto 0px auto;
  }
}
@media screen and (max-width: 750px) {
  .think {
    padding-top: 13.3333333333vw;
  }
  .think__ttl {
    width: 54.4vw;
    margin: 0 auto 3.3333333333vw auto;
  }
  .think__copy {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    color: #EB8243;
  }
  .think__body {
    font-size: 3.2vw;
    margin: 0 auto 13.3333333333vw auto;
    width: 84vw;
    line-height: 1.875;
  }
  .think__body br {
    display: none;
  }
}

.comment {
  width: 100vw;
  max-width: 1280px;
  padding: 3.125vw 0vw 0vw 0vw;
  margin: 0vw auto 13.671875vw auto;
}
@media screen and (min-width: 1280px) {
  .comment {
    padding: 40px 0px 0px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .comment {
    margin: 0px auto 175px auto;
  }
}
.comment__wrap {
  width: 100vw;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment__ttl {
  font-size: 1.5625vw;
  margin-bottom: 1.171875vw;
  color: #EB8243;
  font-weight: bold;
  line-height: 1.55;
}
@media screen and (min-width: 1280px) {
  .comment__ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .comment__ttl {
    margin-bottom: 15px;
  }
}
.comment__body {
  font-size: 1.09375vw;
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .comment__body {
    font-size: 14px;
  }
}
.comment__txt {
  width: 33.203125vw;
  max-width: 425px;
  margin-left: 14.0625vw;
}
@media screen and (min-width: 1280px) {
  .comment__txt {
    margin-left: 180px;
  }
}
.comment__img {
  width: 47.8125vw;
  max-width: 612px;
  position: relative;
  z-index: 1;
}
.comment__img:after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0.78125vw;
  right: 0.78125vw;
  bottom: -0.78125vw;
  left: -0.78125vw;
  background-image: url(../img/pc/top-mess/photo-bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.comment__img img {
  width: 100%;
}
.comment--rev {
  width: 100vw;
  max-width: 1280px;
  padding: 0vw 0vw 6.25vw 0vw;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1280px) {
  .comment--rev {
    padding: 0px 0px 80px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .comment--rev {
    margin: 0px auto 0px auto;
  }
}
.comment--rev .comment__wrap {
  width: 100vw;
  max-width: 1280px;
  margin: 0vw auto 0vw auto;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1280px) {
  .comment--rev .comment__wrap {
    margin: 0px auto 0px auto;
  }
}
.comment--rev .comment__txt {
  margin-right: 14.0625vw;
  margin-left: 0vw;
}
@media screen and (min-width: 1280px) {
  .comment--rev .comment__txt {
    margin-right: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .comment--rev .comment__txt {
    margin-left: 0px;
  }
}
.comment--rev .comment__img:after {
  right: -0.78125vw;
  left: 0.78125vw;
}
.comment--rev .comment__img img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .comment {
    width: 100%;
    padding: 0;
    margin: 0 auto 0 auto;
  }
  .comment__wrap {
    justify-content: flex-end;
    flex-direction: column-reverse;
    width: 84vw;
    margin: auto;
  }
  .comment__txt {
    width: 100%;
    margin: 0;
  }
  .comment__ttl {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
    line-height: 1.766666667;
    text-align: center;
  }
  .comment__body {
    font-size: 3.2vw;
    line-height: 1.875;
    width: auto;
    margin-bottom: 13.3333333333vw;
  }
  .comment__img {
    width: auto;
    margin: 0 auto 7.3333333333vw auto;
  }
  .comment__img:after {
    top: 2.6666666667vw;
    right: -2.6666666667vw;
    bottom: -2.6666666667vw;
    left: 2.6666666667vw;
    background-image: url(../img/sp/top-mess/photo-bg.jpg);
  }
  .comment--rev {
    width: 100%;
    padding: 0;
    margin: 0, auto, 0, auto;
  }
  .comment--rev .comment__txt {
    margin: 0;
  }
  .comment--rev .comment__wrap {
    width: 84vw;
    margin: 0, auto, 0, auto;
    flex-direction: column-reverse;
  }
  .comment--rev .comment__img {
    margin: 0, auto, 5.3333333333vw, auto;
  }
  .comment--rev .comment__img:after {
    right: 2.6666666667vw;
    left: -2.6666666667vw;
  }
}

.bottom-v {
  width: 100%;
  height: 31.25vw;
  max-height: 400px;
  margin: 0vw auto 0vw auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: auto 100%;
}
@media screen and (min-width: 1280px) {
  .bottom-v {
    margin: 0px auto 0px auto;
  }
}
@media screen and (min-width: 1800px) {
  .bottom-v {
    background-size: cover;
  }
}
.bottom-v__ttl {
  font-size: 2.734375vw;
  font-weight: normal;
  line-height: 1.473684211;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.296875vw;
  margin-left: 14.84375vw;
}
@media screen and (min-width: 1280px) {
  .bottom-v__ttl {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .bottom-v {
    width: 100%;
    height: 46.6666666667vw;
    background-position: center;
    background-size: cover;
  }
  .bottom-v__ttl {
    font-size: 5.8666666667vw;
    font-weight: bold;
    position: static;
    text-align: center;
    color: #EB8243;
    text-align: center;
    padding: 4vw 0 8vw 0;
    margin: 0;
  }
}

.bottom-mess {
  width: 72.65625vw;
  max-width: 930px;
  padding: 4.21875vw 0vw 6.015625vw 0vw;
  margin: 0vw auto 0vw auto;
}
@media screen and (min-width: 1280px) {
  .bottom-mess {
    padding: 54px 0px 77px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-mess {
    margin: 0px auto 0px auto;
  }
}
.bottom-mess__ttl {
  font-size: 1.5625vw;
  margin-bottom: 1.328125vw;
  color: #EB8243;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .bottom-mess__ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-mess__ttl {
    margin-bottom: 17px;
  }
}
.bottom-mess__body {
  font-size: 1.09375vw;
  line-height: 2.214285714;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .bottom-mess__body {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .bottom-mess {
    width: 84vw;
    margin: auto;
    padding: 0;
  }
  .bottom-mess__ttl {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 1.766666667;
  }
  .bottom-mess__body {
    font-size: 3.2vw;
    line-height: 1.875;
    margin: 0 auto 20vw auto;
  }
}