@charset "UTF-8";
/*　*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #9ca3af;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9ca3af;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #9ca3af;
}

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

textarea {
  overflow: hidden;
}

input[type=text],
input[type=email],
input[type=date],
input[type=tel],
input[type=number],
input[type=password] {
  width: 100%;
  padding: 0.75em 1.5em;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=number] {
  padding-right: 0.5em;
}

input[type=date] {
  min-height: 49px;
}

.input-radio input[type=radio] {
  display: none;
}
.input-radio input[type=radio]:checked + .input-radio-text::before {
  background: #6ab98b;
}
.input-radio .input-radio-text {
  position: relative;
  line-height: 1.3;
  display: inline-block;
  padding-left: 2em;
  cursor: pointer;
}
.input-radio .input-radio-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  background: #fff;
  border: 0.3em solid #fff;
  box-sizing: border-box;
  border-radius: 1000px;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1.3333333333em;
  width: 1.3333333333em;
  background-color: #fff;
  border-color: #69b78a;
  border-width: 1px;
  margin-right: 0.5em;
}

input[type=radio]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: #69b78a;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

input[type=checkbox] {
  margin-right: 0.5em;
  border: 0px;
  height: 1em;
  width: 1em;
  background: #fff;
  border-radius: 2px;
}

input[type=checkbox]:checked {
  position: relative;
}

input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 1px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #69b78a;
}

textarea {
  width: 100%;
  padding: 0.75em 1.5em;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 2;
  resize: none;
}

.form-radio-text {
  padding-left: 1em;
}

.form-item-select {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 4px;
}
.form-item-select::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 0.5em solid #000;
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  z-index: -1;
}
.form-item-select select {
  width: 100%;
  padding: 0.75em 1.5em;
}

.input-unit {
  display: flex;
  align-items: center;
}
.input-unit > * + * {
  margin-left: 0.5em;
}

@media (max-width: 600px) {
  input,
  textarea,
  select {
    font-size: 1.6rem;
  }
  input[type=date] {
    min-height: 56px;
  }
}
.unactive {
  pointer-events: none;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Icons */
@font-face {
  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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    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);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    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);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  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;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    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;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    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;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    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;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__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;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    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;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

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

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__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;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    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 {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    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 {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/assets/images/lib/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/assets/images/lib/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/assets/images/lib/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/assets/images/lib/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

html, body {
  width: 100%;
  min-width: 320px;
  height: auto;
  color: #3c3a3a;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
  line-height: 2;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
}

a,
button {
  color: #3c3a3a;
  text-decoration: none;
  transition: 400ms;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

main {
  display: block;
}

img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  html, body {
    height: 100%;
    font-size: 1.4em;
  }
}
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.6;
}
html body {
  font-size: 16px;
  font-size: 1.6em;
}

html[lang=en] {
  font-size: 62.5%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.6;
}
html[lang=en] body {
  font-size: 16px;
  font-size: 1.6em;
}

@media (max-width: 960px) {
  html body {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  html body {
    font-size: 1.2rem;
  }
}
.lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--oneyearold .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--threeyearold .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--about .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--admission .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--lunch .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--recruit .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--workingmother .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--contact .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--inkinder .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--oneyearold .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--access .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--news .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

body#page--childcare .lower-visual-body {
  background-image: url(/assets/images/common/img-lower-visual.jpg);
}

.page-wrap {
  background-size: 56%;
  background: url(/assets/images/common/bg-pattern02.png) center center;
  position: relative;
  overflow: hidden;
}
.page-wrap .page-wrap-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 56%;
  background: url(/assets/images/common/bg-pattern02.png) center center #eae8d4;
  z-index: 1000000;
}
.page-wrap .page-wrap-border .border-top,
.page-wrap .page-wrap-border .border-right,
.page-wrap .page-wrap-border .border-bottom,
.page-wrap .page-wrap-border .border-left {
  position: absolute;
  z-index: 1000;
}
.page-wrap .page-wrap-border .border-top {
  width: 100%;
  height: 30px;
  background: #6ab98b;
  position: fixed;
}
.page-wrap .page-wrap-border .border-top::before, .page-wrap .page-wrap-border .border-top::after {
  content: "";
  position: absolute;
  top: 100%;
  background: #6ab98b;
  width: 8px;
  height: 8px;
  background: url(/assets/images/common/bg-inset-radius.png);
  background-size: cover;
}
.page-wrap .page-wrap-border .border-top::before {
  left: 20px;
  transform: rotate(180deg);
}
.page-wrap .page-wrap-border .border-top::after {
  right: 20px;
  transform: rotate(-90deg);
}
.page-wrap .page-wrap-border .border-right,
.page-wrap .page-wrap-border .border-left {
  width: 20px;
  height: 100%;
  background: #6ab98b;
}
.page-wrap .page-wrap-border .border-top,
.page-wrap .page-wrap-border .border-left {
  top: 0;
  left: 0;
}
.page-wrap .page-wrap-border .border-right {
  top: 0;
  right: 0;
}

@media (max-width: 600px) {
  .page-wrap .page-wrap-border .border-top {
    height: 8px;
  }
  .page-wrap .page-wrap-border .border-top::before {
    left: 8px;
  }
  .page-wrap .page-wrap-border .border-top::after {
    right: 8px;
  }
  .page-wrap .page-wrap-border .border-right,
  .page-wrap .page-wrap-border .border-left {
    width: 8px;
  }
}
.page-header {
  position: fixed;
  width: 100%;
  padding-top: 42px;
  z-index: 100000;
}
.page-header .header-body {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  box-sizing: border-box;
  position: relative;
}
.page-header .header-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  width: 200px;
}
.page-header .header-logo a {
  color: #E06B61;
}
.page-header .header-logo img {
  width: 100%;
  height: auto;
}
.page-header .header-nav-inner {
  text-align: center;
}
.page-header .header-nav-icon {
  transition: opacity 0.25s;
  position: relative;
  z-index: 10000;
  display: none;
}
.page-header .header-nav-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50px;
  background-color: #ffffff;
  position: relative;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  display: box;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.page-header .header-nav-icon-wrap:hover {
  opacity: 1;
}
.page-header .header-nav-icon-wrap:hover .header-nav-icon-effect {
  animation: menubtn_area_effect 800ms;
}
.page-header .header-nav-icon-lines {
  width: 33.3%;
  height: 31.6%;
  position: relative;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  display: box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
}
.page-header .header-nav-icon-lines div {
  width: 100%;
  height: 2px;
  transform-origin: 100% 0%;
  background-color: #44341c;
  transition: 400ms;
}
.page-header .header-nav-icon-effect {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
}
.page-header .header-nav-body.is--sp {
  height: 0;
  overflow: hidden;
}
.page-header .header-subnav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 220px;
}
.page-header .header-subnav-list {
  display: flex;
  align-items: stretch;
  margin-bottom: 8px;
  gap: 8px;
}
.page-header .header-subnav-list[data-position=left] {
  justify-content: flex-end;
}
.page-header .header-subnav-list[data-position=right] {
  justify-content: flex-start;
}
.page-header .header-subnav-item a:has(.icon) {
  padding-block: 6px;
}
.page-header .header-subnav-item a {
  height: 100%;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6ab98b;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  line-height: 1.6;
  box-sizing: border-box;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  border: 2px solid #6ab98b;
  font-weight: bold;
}
.page-header .header-subnav-item a:hover {
  background: #ffffff;
  color: #6ab98b;
}
.page-header .header-nav-list {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  padding: 0 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  background: #ffffff;
}
.page-header .header-nav-item {
  text-align: center;
  line-height: 1.6;
  position: relative;
}
.page-header .header-nav-item.item--logo {
  display: none;
}
.page-header .header-nav-item:last-child {
  margin-right: 0px;
}
.page-header .header-nav-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  font-weight: bold;
  padding: 24px 10px;
  font-size: 1.4rem;
}
.page-header .header-nav-item a:hover {
  color: #6ab98b;
}
.page-header .header-nav-item:hover .header-childnav-list {
  transform: rotateX(0deg);
}
.page-header .header-nav-other {
  margin-left: 16px;
}
.page-header .header-nav-other a {
  background: #ffffff;
  color: #f8af00;
  border-radius: 1000px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  padding: 0 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.page-header .header-nav-other a:hover {
  background: #f8af00;
  color: #ffffff;
}
.page-header .header-childnav-list {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  padding: 8px 0;
  background: #ffffff;
  border-radius: 8px;
  transform: rotateX(-90deg);
  transform-origin: top center;
  transition: all 400ms;
  margin-top: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.page-header .header-childnav-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 100%;
  left: 0;
}
.page-header .header-childnav-item + .header-childnav-item {
  border-top: 1px dashed #c5c5c5;
}
.page-header .header-childnav-item a {
  background: #ffffff;
  padding: 16px;
}
.page-header .header-other-list {
  display: flex;
  align-items: center;
}
.page-header .header-other-item {
  margin-right: 12px;
  height: 48px;
  width: 48px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  background: #ffffff;
}
.page-header .header-other-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page-header .header-other-item i {
  font-size: 1.8rem;
}

@media (max-width: 1200px) {
  .page-header .header-body {
    justify-content: space-between;
  }
  .page-header .header-logo {
    position: static;
    margin: 0;
  }
  .page-header .header-nav-icon {
    transition: opacity 200ms;
    position: relative;
    z-index: 10000;
    display: block;
  }
  .page-header .header-nav-body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    color: #ffffff;
    background: #6ab98b;
    overflow: hidden;
    transition: all 400ms;
    opacity: 0;
  }
  .page-header .header-nav-body:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    transition: all 500ms;
  }
  .page-header .header-nav-body.is--pc {
    height: 0;
    overflow: hidden;
  }
  .page-header .header-nav-body.is--sp {
    height: 100%;
    overflow: auto;
    display: none;
  }
  .page-header .header-nav-list {
    display: block;
    padding: 0;
    box-shadow: none;
    background: transparent;
    max-width: 274px;
    width: 100%;
    margin: auto;
  }
  .page-header .header-nav-other {
    max-width: 274px;
    margin: 16px auto 0;
  }
  .page-header .header-nav-other a {
    border-radius: 8px;
    padding: 16px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1), -3px -3px 6px rgba(255, 255, 255, 0.1);
  }
  .page-header .header-nav-item {
    margin-right: 0;
  }
  .page-header .header-nav-item.item--logo {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .page-header .header-nav-item.item--logo a img {
    width: 160px;
    margin: 0 auto;
  }
  .page-header .header-nav-item a {
    color: #ffffff;
    justify-content: flex-start;
    padding: 8px 0;
  }
  .page-header .header-nav-item a:hover {
    opacity: 0.7;
    color: #ffffff;
  }
  .page-header .header-childnav-wrap {
    transition: all 400ms;
  }
  .page-header .header-childnav-list {
    position: static;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
    transform: rotateX(0deg);
    background: #6ab98b;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1) inset, -3px -3px 6px rgba(255, 255, 255, 0.1) inset;
    box-sizing: border-box;
  }
  .page-header .header-childnav-list a {
    color: #ffffff;
    padding: 8px;
    background: transparent;
  }
  .page-header .header-childnav-list a:hover {
    color: #ffffff;
    opacity: 0.7;
  }
  .page-header .header-childnav-item + .header-childnav-item {
    border-top-color: #ffffff;
  }
  .page-header .header-nav-inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 87px 16px 56px;
  }
  .page-header .header-subnav {
    display: block;
  }
  .page-header .header-subnav-list {
    flex-wrap: wrap;
    max-width: 274px;
    margin: 16px auto 0;
    padding-top: 16px;
    border-top: 1px solid #ffffff;
    transform: translateX(0);
  }
  .page-header .header-subnav-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    width: calc((100% - 8px) / 2);
  }
  .page-header .header-subnav-item a:has(.icon) {
    padding-block: 10px;
  }
  .page-header .header-subnav-item a {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1), -3px -3px 6px rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 960px) {
  .page-header {
    padding-top: 16px;
  }
  .page-header .header-body {
    padding: 0 16px;
  }
  .page-header .header-logo {
    width: 200px;
  }
  .page-header .header-nav-icon-text {
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 8px;
    transition: all 200ms 400ms;
    text-align: center;
  }
  .page-header .header-nav-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}
@media (max-width: 600px) {
  .page-header .header-logo {
    width: 120px;
  }
  .page-header .header-nav-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
}
@media (max-width: 1200px) {
  .is--open {
    overflow: hidden;
  }
  .is--open .page-header .header-nav-body {
    opacity: 1;
    overflow: auto;
  }
  .is--open .page-header .header-nav-icon-lines div:nth-child(1) {
    transform: rotate(-45deg);
    margin-right: 4px;
    margin-top: 2px;
  }
  .is--open .page-header .header-nav-icon-lines div:nth-child(2) {
    opacity: 0;
  }
  .is--open .page-header .header-nav-icon-lines div:nth-child(3) {
    transform: rotate(45deg);
    margin-right: 2px;
    margin-bottom: 2px;
  }
}
@media (max-width: 960px) {
  .is--open .page-header .header-nav-icon-lines div:nth-child(1) {
    transform: rotate(-45deg);
    margin-right: 4px;
    margin-top: 1px;
  }
}
.page-toplink {
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.page-toplink .toplink-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 130px;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 300ms;
}
.page-toplink .toplink-icon:hover {
  opacity: 0.7;
}
.page-toplink .toplink-icon-img {
  position: relative;
  z-index: -1;
}
.page-toplink .toplink-icon-img img {
  width: 100%;
  height: auto;
  margin-top: -13px;
}

@media (max-width: 960px) {
  .page-toplink .toplink-icon {
    width: 100px;
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .page-toplink .toplink-icon {
    width: 60px;
    font-size: 1rem;
  }
}
.page-footer {
  color: #ffffff;
  position: relative;
}
.page-footer .bg-border::before, .page-footer .bg-border::after {
  content: "";
  position: absolute;
  top: -8px;
  background: #6ab98b;
  width: 8px;
  height: 8px;
  background: url(/assets/images/common/bg-inset-radius.png);
  background-size: cover;
}
.page-footer .bg-border::before {
  left: 20px;
  transform: rotate(90deg);
}
.page-footer .bg-border::after {
  right: 20px;
}
.page-footer a {
  color: #ffffff;
}
.page-footer a:hover {
  text-decoration: underline;
}
.page-footer .footer-upper-image img {
  width: 100%;
}
.page-footer .footer-body {
  padding: 60px 32px;
  background: #6ab98b;
}
.page-footer .footer-logo {
  max-width: 1100px;
  margin: 0 auto 36px;
  font-size: 2.6rem;
  line-height: 1;
}
.page-footer .footer-logo img {
  width: 200px;
  height: auto;
}
.page-footer .footer-nav {
  justify-content: flex-start;
  max-width: 1100px;
  margin: 0 auto 36px;
}
.page-footer .footer-nav-list {
  width: auto;
  font-size: 1.4rem;
}
.page-footer .footer-nav-list + .footer-nav-list {
  margin-left: 32px;
}
.page-footer .footer-nav-item {
  margin-bottom: 8px;
  box-sizing: border-box;
}
.page-footer .footer-nav-child-list {
  margin-top: 8px;
}
.page-footer .footer-nav-child-item {
  font-size: 1.1rem;
  margin-bottom: 8px;
  line-height: 1;
}
.page-footer .footer-sns-list {
  justify-content: center;
  align-items: center;
}
.page-footer .footer-sns-item {
  margin: 0 6px;
  background: #ffffff;
  height: 36px;
  width: 36px;
  border-radius: 50px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.page-footer .footer-sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page-footer .footer-sns-item a .fab {
  color: #3c3a3a;
  font-size: 1.6rem;
  transition: 400ms;
}
.page-footer .footer-sns-item a:hover .fab {
  color: #6ab98b;
}
.page-footer .footer-copyright {
  font-size: 1rem;
  margin-top: 18px;
  text-align: center;
  display: block;
}

@media (max-width: 960px) {
  .page-footer .footer-body {
    padding: 32px;
  }
  .page-footer .footer-column {
    flex-direction: column;
  }
  .page-footer .footer-logo {
    margin-bottom: 24px;
  }
  .page-footer .footer-logo img {
    width: 200px;
  }
  .page-footer .footer-nav-list {
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .page-footer .footer-nav-title {
    margin-bottom: 8px;
  }
  .page-footer .footer-copyright {
    margin-top: 56px;
  }
}
@media (max-width: 600px) {
  .page-footer .bg-border::before {
    left: 8px;
  }
  .page-footer .bg-border::after {
    right: 8px;
  }
  .page-footer .footer-body {
    padding: 32px 16px;
  }
  .page-footer .footer-logo img {
    width: 120px;
  }
  .page-footer .footer-nav-item {
    margin-bottom: 16px;
    box-sizing: border-box;
  }
  .page-footer .footer-nav-title {
    font-size: 1.2rem;
  }
  .page-footer .footer-copyright {
    margin-top: 32px;
  }
}
@media (max-width: 375px) {
  .page-footer .footer-nav {
    flex-direction: column;
    width: 100%;
  }
  .page-footer .footer-nav-list + .footer-nav-list {
    margin-left: 0;
  }
}
.page-main {
  padding: 0px 20px;
}
.page-main .section {
  padding-top: 96px;
}
.page-main .section.style--bg-green {
  background: url(/assets/images/common/bg-green.png) center center;
  position: relative;
}
.page-main .section.style--bg-green .bg-border::before, .page-main .section.style--bg-green .bg-border::after {
  content: "";
  position: absolute;
  top: -8px;
  background: #6ab98b;
  width: 8px;
  height: 8px;
  background: url(/assets/images/common/bg-inset-radius.png);
  background-size: cover;
}
.page-main .section.style--bg-green .bg-border::before {
  left: 0;
  transform: rotate(90deg);
}
.page-main .section.style--bg-green .bg-border::after {
  right: 0;
}
.page-main .section-body {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
  box-sizing: border-box;
}
.page-main .section-title {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 56px;
}
.page-main .simplepage-body {
  max-width: 900px;
  margin: auto;
}
.page-main .whitebox-section {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  position: relative;
  padding: 56px 24px 24px;
  margin-top: 88px;
}
.page-main .whitebox-section + .whitebox-section {
  margin-top: 136px;
}
.page-main .whitebox-copy {
  font-size: 3.2rem;
  text-align: center;
  position: absolute;
  bottom: calc(100% - 3.2rem);
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.6;
}
.page-main .whitebox-copy-body {
  display: inline-block;
  background: #e27836;
  color: #ffffff;
  border-radius: 1000px;
}
.page-main .whitebox-copy-body p {
  padding: 8px 32px;
}

@media (max-width: 960px) {
  .page-main .section {
    padding-top: 90px;
  }
  .page-main .section-title {
    font-size: 2.6rem;
    padding-bottom: 32px;
  }
  .page-main .whitebox-section {
    padding-top: 36px;
  }
  .page-main .whitebox-copy {
    font-size: 2.4rem;
    bottom: calc(100% - 2.4rem);
  }
}
@media (max-width: 600px) {
  .page-main {
    padding: 0 8px;
  }
  .page-main .section {
    padding-top: 56px;
  }
  .page-main .section.style--bg-green .bg-border .border-left {
    left: 8px;
  }
  .page-main .section.style--bg-green .bg-border .border-right {
    right: 8px;
  }
  .page-main .section-body {
    padding: 0 16px;
  }
  .page-main .section-title {
    font-size: 1.8rem;
    padding-bottom: 32px;
  }
  .page-main .whitebox-section {
    padding: 24px 16px 16px;
    margin-top: 32px;
  }
  .page-main .whitebox-section + .whitebox-section {
    margin-top: 88px;
  }
  .page-main .whitebox-copy {
    font-size: 1.6rem;
    bottom: calc(100% - 1.6rem);
  }
}
@media (max-width: 320px) {
  .page-main .whitebox-section {
    padding: 32px 16px 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.lower-main-frame {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px - 158px - 157px);
  height: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-width: 1200px;
}
.lower-main-frame .lower-main-frame-left {
  position: absolute;
  right: 100%;
  width: 158px;
}
.lower-main-frame .lower-main-frame-right {
  position: absolute;
  left: 100%;
  width: 158px;
}

.lower-visual {
  max-width: 1165px;
  margin: 0 auto;
}
.lower-visual .lower-visual-body {
  width: 100%;
  height: 0;
  padding-top: 44.378%;
  margin: auto;
  position: relative;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.lower-visual .lower-visual-body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/assets/images/common/img-lower-visual-overlay.png) no-repeat center top;
  background-size: 100% auto;
}
.lower-visual .lower-visual-cloud-left {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 145px;
  animation: cloudLeft 10s ease-in-out infinite;
}
.lower-visual .lower-visual-cloud-right {
  position: absolute;
  left: 100%;
  top: 70%;
  width: 145px;
  animation: cloudRight 10s ease-in-out infinite;
}
.lower-visual .lower-visual-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8rem;
  box-sizing: border-box;
  padding: 0 32px;
}

@media (max-width: 960px) {
  .lower-visual .lower-visual-title {
    font-size: 3.2rem;
  }
  .lower-visual .lower-visual-cloud-left,
  .lower-visual .lower-visual-cloud-right {
    display: none;
  }
}
@media (max-width: 600px) {
  .lower-visual .lower-visual-body {
    padding-top: 66.567%;
    background-size: 150% auto;
  }
  .lower-visual .lower-visual-body::before {
    background-size: 150% auto;
  }
  .lower-visual .lower-visual-title {
    font-size: 2.6rem;
  }
}
.style--topmargin-2em {
  margin-top: 2em;
}

.style--inlineblock {
  display: inline-block;
}

.style--block {
  display: block;
}

.style--font-bold {
  font-weight: 600;
}

.style--font-maru {
  font-family: TsukuARdGothicStd-M;
  font-weight: 400;
}
.style--font-maru.style--font-bold {
  font-family: TsukuARdGothicStd-B;
}

.style--column {
  display: flex;
  flex-wrap: wrap;
}

.style--text-exlarge {
  font-size: 1.4em !important;
}

.style--text-large {
  font-size: 1.2em !important;
}

.style--text-small {
  font-size: 0.8em !important;
}

.style--text-exsmall {
  font-size: 0.6em !important;
}

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

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

.style--text-danger {
  color: red;
}

.style--text-link {
  color: #6ab98b;
  font-weight: 700;
  text-decoration: underline;
  background: #ffffff;
  padding: 0 0.2em;
}
.style--text-link:hover {
  text-decoration: none;
}

.style--anchor {
  margin-top: -280px;
  padding-top: 280px;
  position: relative;
  z-index: -1;
}

@media (max-width: 960px) {
  .style--anchor {
    margin-top: -140px;
    padding-top: 140px;
  }
}
@media (max-width: 600px) {
  .style--anchor {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.style--table {
  border-spacing: 16px;
  border-collapse: separate;
  margin: -16px 0 0 -16px;
  width: calc(100% + 32px);
}
.style--table > tr > th, .style--table > tbody > tr > th {
  background: #6ab98b;
  border-radius: 8px;
  color: #ffffff;
  padding: 16px;
  font-weight: 700;
  text-align: center;
  width: 10em;
}
.style--table > tr > td, .style--table > tbody > tr > td {
  background: #ffffff;
  padding: 16px;
  border-radius: 8px;
}

@media (max-width: 600px) {
  .style--table {
    display: block;
    width: 100%;
    border-spacing: 0;
    margin: 0 0 16px;
  }
  .style--table caption {
    display: block;
  }
  .style--table tbody,
  .style--table tr,
  .style--table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .style--table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .style--table tr + tr th {
    margin-top: 16px;
  }
  .style--table > tr > th, .style--table > tbody > tr > th {
    padding: 8px 16px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .style--table > tr > td, .style--table > tbody > tr > td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    padding: 8px 16px;
  }
  .style--table > tr > td.secondary-head, .style--table > tbody > tr > td.secondary-head {
    background: #8fc4b6;
    border-radius: 8px 0 0 8px;
    width: 50%;
    display: flex;
    align-items: center;
  }
  .style--table > tr > td.secondary-head + td, .style--table > tbody > tr > td.secondary-head + td {
    border-radius: 0px 8px 8px 0;
    width: 50%;
    display: flex;
    align-items: center;
  }
}
.style--pear {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
}
.style--pear .pear-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 1000px;
  background: #e6dd8e;
}
.style--pear .pear-body::before {
  content: "";
  background: url(/assets/images/common/icon-calyx.png) no-repeat center top;
  background-size: 100% auto;
  width: 19.647%;
  height: 0;
  padding-top: 10.806%;
  position: absolute;
  top: -9%;
  left: 50%;
  margin-left: -25%;
}

.style--dotline {
  height: 10px;
  border: 0;
  margin: 0;
  background-image: radial-gradient(#6ab98b 20%, transparent 10%), radial-gradient(#dc9399 20%, transparent 10%);
  background-size: 30px 30px;
  background-repeat: repeat-x;
  background-position: 20px center, 5px center;
  width: 100%;
}

@media (max-width: 600px) {
  .style--dotline {
    background-size: 15px 15px;
    background-position: 10px center, 2.5px center;
  }
}
.style--text-indent-1em {
  text-indent: -1em;
  padding-left: 1em;
}

.style--text-indent {
  text-indent: 1em;
}
.style--text-indent * {
  text-indent: 0;
}

.style--photo {
  border: 7px solid #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 8px;
}

.style--list-number {
  list-style: decimal;
  padding-left: 2em;
  margin: 10px 0;
}
.style--list-number > li {
  margin-bottom: 15px;
}
.style--list-number > li:last-child {
  margin-bottom: 0;
}

.style--list-number-jp {
  list-style: cjk-ideographic;
  padding-left: 2em;
  margin: 10px 0;
}
.style--list-number-jp > li {
  margin-bottom: 15px;
}
.style--list-number-jp > li:last-child {
  margin-bottom: 0;
}

.style--list-disc > li {
  position: relative;
  padding-left: 1em;
}
.style--list-disc > li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 1000px;
  background: #6ab98b;
  position: absolute;
  top: 0.8em;
  left: 0;
}

.style--text-shadow-white {
  text-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
}

.style--text-shadow-bg {
  text-shadow: 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3, 0px 0px 4px #e9e7d3;
}

.style--text-outline-white {
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff;
}

.style--h-full {
  height: 100%;
}

.style--comment {
  background: #e6dd8e;
  font-size: 1.4rem;
  padding: 16px 24px;
  border-radius: 8px;
}

.style--inview-splitting.word {
  overflow: hidden;
  display: inline-block;
  line-height: 1.5;
}
.style--inview-splitting .char {
  display: inline-block;
}
.style--inview-splitting.style--text-shadow-white .word {
  padding: 0 6px;
  margin: 0 -6px;
}
.style--inview-splitting.style--text-shadow-white .word:first-child {
  padding: 0.8695652174em 6px 0 calc(0.8695652174em + 6px);
  margin-left: calc(-0.8695652174em - 6px);
  margin-right: -6px;
}
.style--inview-splitting.style--text-shadow-white .char {
  padding: 0 6px;
  margin: 0 -6px;
}

.style--section-bottom {
  position: relative;
  padding-top: 120px;
}
.style--section-bottom .section-bottom-img01,
.style--section-bottom .section-bottom-img02 {
  position: absolute;
  bottom: 0;
}
.style--section-bottom .section-bottom-img01 {
  left: 12%;
}
.style--section-bottom .section-bottom-img02 {
  right: 15%;
}

@media (max-width: 960px) {
  .style--section-bottom {
    padding-top: 100px;
  }
  .style--section-bottom .section-bottom-img01,
  .style--section-bottom .section-bottom-img02 {
    width: 75px;
  }
  .style--section-bottom .section-bottom-img01 img,
  .style--section-bottom .section-bottom-img02 img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .style--section-bottom {
    padding-top: 90px;
  }
  .style--section-bottom .section-bottom-img01,
  .style--section-bottom .section-bottom-img02 {
    width: 60px;
  }
}
.word:first-child {
  padding: 0.4695652174em 0 0 0.8695652174em;
  margin-left: -0.8695652174em;
}
.word:first-child .char:first-child {
  position: relative;
}
.word:first-child .char:first-child::before {
  content: "";
  display: block;
  width: 0.9264em;
  height: 0.7522em;
  position: absolute;
  top: -0.47em;
  left: -0.48em;
  background: url(../images/common/icon-title.png) no-repeat;
  background-size: 100% auto;
}

@media (max-width: 960px) {
  .style--btn a {
    padding: 16px 32px;
    box-sizing: border-box;
    min-width: 180px;
  }
}
@media (max-width: 600px) {
  .style--comment {
    font-size: 1.2rem;
  }
}
.style--pagination {
  width: 100%;
  text-align: center;
}
.style--pagination .pagination-list {
  display: flex;
  justify-content: center;
}
.style--pagination .pagination-item {
  margin: 8px;
}
.style--pagination .pagination-item a {
  padding: 0.2em 0.5em;
  min-width: 2.5em;
  text-align: center;
  background: #6ab98b;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  box-sizing: border-box;
}
.style--pagination .pagination-item.is--disactive a {
  pointer-events: none;
  cursor: default;
  background: #666666;
  color: #f2f2f2;
}
.style--pagination .pagination-item.is--active a {
  background: #ffffff;
  color: #6ab98b;
  font-weight: 700;
}

@media (max-width: 600px) {
  .style--pagination {
    text-align: center;
  }
  .style--pagination .pagination-list {
    display: inline-flex;
    position: relative;
    padding-bottom: 3em;
  }
  .style--pagination .pagination-item {
    margin: 4px;
  }
  .style--pagination .pagination-item.is--first {
    margin-left: 0;
  }
  .style--pagination .pagination-item.is--prev {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(50% - 4px);
    margin: 0;
  }
  .style--pagination .pagination-item.is--prev .style--btn {
    width: 100%;
  }
  .style--pagination .pagination-item.is--next {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    width: calc(50% - 4px);
  }
  .style--pagination .pagination-item.is--next .style--btn {
    width: 100%;
  }
  .style--pagination .pagination-item.is--last {
    margin-right: 0;
  }
}
.slick-slide:focus {
  outline: 0px;
}

.slick-dots li button:before {
  font-size: 1rem;
  content: "●";
}

.slick-prev, .slick-next {
  border-radius: 50px;
  width: 66px;
  height: 66px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  background: #6ab98b;
  border: 4px solid #ffffff;
  z-index: 10;
  font-feature-settings: normal;
}
.slick-prev:hover, .slick-next:hover {
  transform: translate(0, -50%) scale(1.2);
  background: #6ab98b;
}
.slick-prev:focus, .slick-next:focus {
  background: #6ab98b;
}
.slick-prev:active, .slick-next:active {
  opacity: 0.8;
}
.slick-prev::before, .slick-prev::after, .slick-next::before, .slick-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30%;
  height: 4px;
  background: #ffffff;
  opacity: 1;
}

.slick-prev {
  left: 50%;
  margin-left: -570px;
}
.slick-prev:before {
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center left;
}
.slick-prev:after {
  transform: rotate(-45deg) translateY(2px);
  transform-origin: center left;
}

.slick-next {
  right: 50%;
  margin-right: -570px;
}
.slick-next:before {
  transform: rotate(-45deg) translateY(-2px);
  transform-origin: center right;
}
.slick-next:after {
  transform: rotate(45deg) translateY(2px);
  transform-origin: center right;
}

@media (max-width: 1200px) {
  .slick-prev {
    left: 3%;
    margin-left: 0;
  }
  .slick-next {
    right: 3%;
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .slick-dots {
    bottom: -8px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .slick-prev,
  .slick-next {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slick-prev {
    left: 50%;
    margin-top: -50px;
    margin-left: -35vw;
  }
  .slick-next {
    right: 50%;
    margin-top: -50px;
    margin-right: -35vw;
  }
}
@media (max-width: 600px) {
  .slick-prev,
  .slick-next {
    width: 32px;
    height: 32px;
    border-width: 2px;
  }
  .slick-prev::before, .slick-prev::after,
  .slick-next::before,
  .slick-next::after {
    height: 2px;
  }
  .slick-prev {
    margin-top: -10px;
    margin-left: -150px;
  }
  .slick-prev:before {
    transform: rotate(45deg) translateY(-1px);
  }
  .slick-prev:after {
    transform: rotate(-45deg) translateY(1px);
  }
  .slick-next {
    margin-top: -10px;
    margin-right: -150px;
  }
  .slick-next:before {
    transform: rotate(-45deg) translateY(-1px);
  }
  .slick-next:after {
    transform: rotate(45deg) translateY(1px);
  }
}
.scroll-hint-icon {
  height: auto;
  position: relative;
  top: auto;
  left: auto;
}

.scroll-hint-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightboxOverlay {
  z-index: 100000;
  background: url(/assets/images/common/bg-pattern02.png) center center;
  opacity: 1;
}
.lightboxOverlay::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  border: 30px solid #6ab98b;
  box-sizing: border-box;
}

.lightbox {
  z-index: 100000;
}

.is--pconly {
  display: block;
}

.is--tbonly {
  display: none;
}

.is--sponly {
  display: none;
}

.is--pctbonly {
  display: block;
}

.is--tbsponly {
  display: none;
}

@media (max-width: 960px) {
  .is--pconly {
    display: none;
  }
  .is--tbonly {
    display: block;
  }
  .is--sponly {
    display: none;
  }
  .is--pctbonly {
    display: block;
  }
  .is--tbsponly {
    display: block;
  }
}
@media (max-width: 600px) {
  .is--pconly {
    display: none;
  }
  .is--tbonly {
    display: none;
  }
  .is--sponly {
    display: block;
  }
  .is--pctbonly {
    display: none;
  }
  .is--tbsponly {
    display: block;
  }
}
@keyframes menubtn_area_effect {
  0% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    opacity: 0;
    transform: matrix(1.4, 0, 0, 1.4, 0, 0);
  }
}
@keyframes cloudRight {
  0% {
    transform: translate(0, -15px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
@keyframes cloudLeft {
  0% {
    transform: translate(-15px, 0);
  }
  50% {
    transform: translate(15px, 0);
  }
  100% {
    transform: translate(-15px, 0);
  }
}
.style--btn {
  display: inline-block;
  text-align: center;
}
.style--btn a,
.style--btn button,
.style--btn input[type=submit] {
  background: #6ab98b;
  color: #ffffff;
  padding: 20px 80px;
  position: relative;
  display: inline-block;
  transition: all 400ms;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-weight: 700;
}
.style--btn a:hover,
.style--btn button:hover,
.style--btn input[type=submit]:hover {
  opacity: 0.7;
}
.style--btn.btn-small a,
.style--btn.btn-small button,
.style--btn.btn-small input[type=submit] {
  padding: 0 32px;
  min-width: 0;
}
.style--btn.btn-ghost a,
.style--btn.btn-ghost button,
.style--btn.btn-ghost input[type=submit] {
  border: 2px solid #ffffff;
  background: transparent;
}
.style--btn.btn-white a,
.style--btn.btn-white button,
.style--btn.btn-white input[type=submit] {
  color: #6ab98b;
  background: #ffffff;
}
.style--btn.btn-white-orange a,
.style--btn.btn-white-orange button,
.style--btn.btn-white-orange input[type=submit] {
  color: #e27836;
  background: #ffffff;
}
.style--btn.btn-orange a,
.style--btn.btn-orange button,
.style--btn.btn-orange input[type=submit] {
  color: #ffffff;
  background: #e27836;
}
.style--btn.btn-cancel a,
.style--btn.btn-cancel button,
.style--btn.btn-cancel input[type=submit] {
  background: #666666;
}

@media (max-width: 600px) {
  .style--btn a,
  .style--btn button,
  .style--btn input[type=submit] {
    padding: 16px 24px;
  }
}
.file-list {
  max-width: 900px;
  margin-inline: auto;
}

.file-list__item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  padding: 1.5em;
  border-radius: 8px;
  background-color: white;
}

.file-list__item + .file-list__item {
  margin-top: 1em;
}

.file-list__name {
  flex: 1 1 auto;
}

.file-list__btn {
  flex: 1 1 auto;
  text-align: right;
}

.icon {
  width: 1em;
  aspect-ratio: 1;
}
.icon[data-size="24"] {
  width: 2.4em;
}
.icon[data-size="32"] {
  width: 3.2em;
}
.icon[data-icon=instagram] {
  background: url(/assets/images/common/icon-instagram-white-shadow.png) no-repeat;
  background-size: 100% auto;
}
.icon[data-icon=line] {
  background: url(/assets/images/common/icon-line-white-shadow.png) no-repeat;
  background-size: 100% auto;
}

.card {
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  background-color: #ffffff;
  color: #3c3a3a;
}
.card:has(.card__gettingon) {
  margin-top: 80px;
}
.card[data-style=blue] {
  background: url(/assets/images/common/bg-pattern-dot.png) #5ba79e;
  background-size: 10px auto;
  color: #ffffff;
}
.card[data-size=small] {
  padding: 16px;
}

.card__head {
  position: relative;
}

.card__head + .card__body {
  margin-top: 16px;
}

.card__gettingon {
  width: 100px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}

.card__title {
  font-size: 2.4rem;
  text-align: center;
}
.card__title[data-color=green] {
  color: #5ba79e;
}

:where(.card[data-size=small]) .card__title {
  font-size: 1.8rem;
}

@media (max-width: 960px) {
  .card__gettingon {
    width: 80px;
  }
  .card__title {
    font-size: 1.8rem;
  }
  :where(.card[data-size=small]) .card__title {
    font-size: 1.6rem;
  }
}
.schoolbus__area-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.schoolbus__area-item {
  flex: 1 1 auto;
}

/*　*/
.visual {
  position: relative;
  z-index: 100;
  padding-top: 40px;
}
.visual .visual-body {
  max-width: 1211px;
  margin: auto;
}
.visual .visual-slider {
  padding: 40px 0;
  position: relative;
}
.visual .visual-slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/index/bg-visual-slider-overlay.png) no-repeat center center;
  background-size: 2520px auto;
  z-index: 1;
}
.visual .visual-slider-copy {
  font-size: 4.8rem;
  position: absolute;
  bottom: 55px;
  margin-left: 46px;
  z-index: 10;
}
.visual .visual-slider-item img {
  padding: 0 0;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .visual .visual-slider {
    padding: 4% 0;
  }
  .visual .visual-slider::before {
    background-size: 151% auto;
  }
  .visual .visual-slider-copy {
    font-size: 3.2rem;
    bottom: 0;
    margin-left: 15vw;
  }
  .visual .visual-slider-item {
    width: 70vw;
  }
  .visual .visual-slider-item img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .visual .visual-slider {
    padding: 4% 0;
  }
  .visual .visual-slider::before {
    background-size: 664px auto;
  }
  .visual .visual-slider-copy {
    font-size: 2rem;
    margin-left: 30px;
    bottom: 0;
  }
  .visual .visual-slider-item {
    width: 320px;
  }
}
.instagram {
  z-index: 10001;
}
.instagram .instagram-wrap {
  width: 100%;
}
.instagram .instagram-wrap iframe {
  width: 100%;
}
.instagram .instagram-btn {
  text-align: center;
  margin-top: 32px;
}

@media (max-width: 600px) {
  .instagram .instagram-btn {
    margin-top: 16px;
  }
}
.intro {
  padding-top: 96px;
  padding-bottom: 160px;
}
.intro .intro-body {
  max-width: 1460px;
  min-height: 798px;
  margin: auto;
  background: url(/assets/images/index/bg-intro.png) no-repeat center center;
  background-size: 1460px auto;
}
.intro .intro-inner {
  flex-direction: row-reverse;
  align-items: center;
}
.intro .intro-head {
  text-align: left;
  width: 52%;
  padding-top: 53px;
}
.intro .intro-title {
  display: inline-block;
}
.intro .intro-slider-list {
  position: relative;
  padding: 160px 0 80px;
  z-index: 1;
}
.intro .intro-slider-list::before {
  content: "";
  display: block;
  width: 644px;
  height: 597px;
  background: url(../images/index/img-slide.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 20%;
  margin: auto;
  z-index: -1;
}
.intro .intro-slider-item {
  width: 400px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin: 40px 40px 50px;
  transition: all 400ms;
}
.intro .intro-slider-item img {
  width: 100%;
  border-radius: 20px;
}
.intro .intro-slider-item:hover {
  transform: scale(1.1);
}
.intro .section-body {
  text-align: center;
  position: relative;
  z-index: 1;
}
.intro .intro-title {
  font-size: 4.6rem;
  line-height: 1;
}
.intro .intro-title-sub {
  font-size: 2.6rem;
  margin-top: 16px;
}
.intro .intro-text {
  font-size: 1.6rem;
  margin: 24px auto 0;
}
.intro .intro-btn {
  margin-top: 36px;
}
.intro .intro-img {
  width: 48%;
}
.intro .intro-img-wrap {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 7px solid #ffffff;
  transform: rotate(-5deg);
  margin-top: 204px;
  margin-right: 80px;
  margin-left: -40px;
}
.intro .intro-img-wrap img {
  width: 100%;
  height: auto;
}
.intro .intro-video {
  max-width: 1200px;
  padding: 0 40px;
  margin: 72px auto 0;
  box-sizing: border-box;
}
.intro .intro-video-wrap {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding-top: 56.25%;
  height: 0;
  position: relative;
}
.intro .intro-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 960px) {
  .intro {
    padding-bottom: 32px;
  }
  .intro .intro-body {
    background-size: cover;
    padding-bottom: 120px;
  }
  .intro .intro-head {
    width: 100%;
    text-align: center;
  }
  .intro .intro-head .style--dotline {
    margin: auto;
    margin-bottom: 16px;
  }
  .intro .intro-title {
    font-size: 3.2rem;
  }
  .intro .intro-title-sub {
    font-size: 2rem;
    margin-top: 0;
  }
  .intro .intro-text {
    font-size: 1.2rem;
  }
  .intro .intro-btn {
    margin-top: 24px;
  }
  .intro .intro-img {
    width: 60%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .intro .intro-img-wrap {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .intro {
    padding-top: 56px;
    padding-bottom: 96px;
  }
  .intro .intro-body {
    background: none;
    min-height: 0;
    padding-bottom: 0;
  }
  .intro .intro-body::before {
    content: "";
    display: block;
    width: 100%;
    background: url(/assets/images/index/bg-intro-sp-top.png) no-repeat center top;
    background-size: 100% auto;
    height: 0;
    padding-top: 36.14814815%;
  }
  .intro .intro-body::after {
    content: "";
    display: block;
    width: 100%;
    background: url(/assets/images/index/bg-intro-sp-bottom.png) no-repeat center top;
    background-size: 100% auto;
    height: 0;
    padding-top: 19.25925926%;
  }
  .intro .section-body {
    background: url(/assets/images/common/bg-pattern02.png) center center;
  }
  .intro .intro-head {
    padding-top: 0;
    margin-top: -20%;
    width: 100%;
  }
  .intro .intro-title {
    font-size: 2.2rem;
    text-align: center;
  }
  .intro .intro-title-sub {
    font-size: 1.4rem;
  }
  .intro .intro-text {
    margin-top: 16px;
    text-align: justify;
  }
  .intro .intro-text br {
    display: none;
  }
  .intro .intro-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .intro .intro-img {
    width: 100%;
  }
  .intro .intro-img-wrap {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
/*　*/
.about {
  position: relative;
}
.about .about-title {
  font-size: 4rem;
  text-align: center;
}
.about .about-intro {
  margin-top: 56px;
  align-items: center;
}
.about .about-intro-detail {
  padding: 0 22px;
  width: 50%;
  box-sizing: border-box;
}
.about .about-intro-detail > * + * {
  margin-top: 16px;
}
.about .about-intro-image {
  width: 50%;
  padding-left: 20px;
  padding-right: 70px;
  box-sizing: border-box;
}
.about .about-intro-image .style--photo {
  transform: rotate(-5deg);
}
.about .about-intro-image .style--photo img {
  width: 100%;
  height: auto;
}
.about .about-message {
  text-align: center;
}
.about .about-photo {
  justify-content: space-between;
  margin-top: 32px;
}
.about .about-photo-item {
  width: calc((100% - 32px) / 2);
  box-sizing: border-box;
}
.about .about-policy {
  margin-top: 86px;
  justify-content: space-between;
  align-items: center;
}
.about .about-policy-head {
  width: calc(50% - 24px);
}
.about .about-policy-head .style--dotline {
  max-width: 120px;
  margin-bottom: 24px;
}
.about .about-policy-title {
  font-size: 2.6rem;
}
.about .about-policy-detail {
  margin-left: 56px;
}
.about .about-environment {
  margin-top: 56px;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.about .about-environment-head {
  width: 509px;
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 43% 42% 39% 38%;
  background: #aedda2;
  position: relative;
}
.about .about-environment-head::before {
  content: "";
  background: url(/assets/images/common/icon-school.png) no-repeat center top;
  background-size: 100% auto;
  width: 43.224%;
  height: 0;
  padding-top: 16.113%;
  position: absolute;
  top: -9%;
  left: 0;
  right: 0;
  margin: auto;
}
.about .about-environment-head .style--dotline {
  max-width: 160px;
  margin-bottom: 24px;
}
.about .about-environment-title {
  font-size: 2.6rem;
}
.about .about-environment-detail {
  margin-right: 56px;
}
.about .about-pagelink {
  margin-top: 72px;
  justify-content: center;
  padding-bottom: 56px;
}
.about .about-pagelink-item {
  width: 340px;
  padding-left: 120px;
  margin: 24px 24px;
}
.about .about-pagelink-item a {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 30px 56px;
  border-radius: 1000px;
  position: relative;
  text-align: center;
  transition: all 400ms;
}
.about .about-pagelink-item a:hover {
  transform: scale(1.1);
}
.about .about-pagelink-item.item--pink a {
  background: #dc9399;
}
.about .about-pagelink-item.item--green a {
  background: #6ab98b;
}
.about .about-pagelink-image {
  width: 180px;
  position: absolute;
  left: -110px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about .about-pagelink-image .style--photo {
  padding-top: 56.25%;
  height: 0;
  transform: rotate(-5deg) translate(0px, -10px);
}
.about .about-pagelink-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  .about .about-intro {
    display: block;
  }
  .about .about-intro-detail {
    width: 100%;
    text-align: center;
  }
  .about .about-intro-detail .style--comment {
    text-align: left;
    max-width: 500px;
    margin: 16px auto 0;
  }
  .about .about-intro-image {
    margin: 32px auto 0;
    width: 100%;
    max-width: 400px;
    padding: 0;
  }
  .about .about-photo {
    display: block;
    margin-top: 16px;
  }
  .about .about-photo-item {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .about .about-photo-item + .about-photo-item {
    margin-top: 16px;
  }
  .about .about-policy {
    display: block;
  }
  .about .about-policy-head {
    width: 100%;
    max-width: 460px;
    margin: auto;
  }
  .about .about-policy-head + .about-policy-head {
    margin-top: 56px;
  }
  .about .about-environment-detail {
    text-align: center;
    margin-top: 16px;
  }
}
@media (max-width: 600px) {
  .about .about-title {
    font-size: 1.8rem;
    min-width: 0;
  }
  .about .about-intro {
    margin-top: 32px;
  }
  .about .about-intro-detail {
    text-align: left;
    padding: 0;
  }
  .about .about-message {
    text-align: left;
  }
  .about .about-policy {
    margin-top: 16px;
  }
  .about .about-policy-head {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 21px 0 0;
  }
  .about .about-policy-head + .about-policy-head {
    margin-top: 32px;
  }
  .about .about-policy-title {
    font-size: 1.8rem;
  }
  .about .about-policy-detail {
    margin-left: 0;
  }
  .about .about-environment-head {
    width: 100%;
    max-width: 300px;
    margin: auto;
    height: auto;
    padding: 48px 32px;
  }
  .about .about-environment-title {
    font-size: 1.8rem;
  }
  .about .about-environment-detail {
    margin-right: 0;
    text-align: left;
  }
  .about .about-pagelink-item {
    width: 100%;
    max-width: 340px;
    padding-left: 0;
    padding-top: 100px;
  }
  .about .about-pagelink-item a {
    font-size: 1.4rem;
    padding: 24px 32px;
  }
  .about .about-pagelink-image {
    bottom: 70%;
    top: auto;
    right: 0;
    left: 0;
  }
}
/*　*/
.yearly .yearly-semester-list {
  display: flex;
  justify-content: space-between;
}
.yearly .yearly-semester-item {
  width: calc((99.9999% - 64px) / 3);
  border-radius: 8px;
  color: #ffffff;
  padding: 24px;
  box-sizing: border-box;
}
.yearly .yearly-semester-item:nth-child(1) {
  background: url(/assets/images/common/bg-pattern-border.png) #d75f35;
  background-size: 10px auto;
}
.yearly .yearly-semester-item:nth-child(1) .yearly-semester-title,
.yearly .yearly-semester-item:nth-child(1) .yearly-month-title {
  color: #d75f35;
}
.yearly .yearly-semester-item:nth-child(2) {
  background: url(/assets/images/common/bg-pattern-dot.png) #8e7c97;
  background-size: 10px auto;
}
.yearly .yearly-semester-item:nth-child(2) .yearly-semester-title,
.yearly .yearly-semester-item:nth-child(2) .yearly-month-title {
  color: #8e7c97;
}
.yearly .yearly-semester-item:nth-child(3) {
  background: url(/assets/images/common/bg-pattern-stripe.png) #019990;
  background-size: 10px auto;
}
.yearly .yearly-semester-item:nth-child(3) .yearly-semester-title,
.yearly .yearly-semester-item:nth-child(3) .yearly-month-title {
  color: #019990;
}
.yearly .yearly-semester-title {
  font-size: 2rem;
  background: #ffffff;
  border-radius: 1000px;
  text-align: center;
}
.yearly .yearly-semester-event-list {
  margin-top: 16px;
}
.yearly .yearly-semester-event-item {
  position: relative;
  padding-left: 1em;
}
.yearly .yearly-semester-event-item::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 2px 4px 2px 4px;
  background: #ffffff;
  position: absolute;
  top: 0.9em;
  left: 0;
}
.yearly .yearly-semester-text {
  margin-top: 32px;
  text-align: center;
}
.yearly .yearly-month {
  display: flex;
  align-items: center;
}
.yearly .yearly-month + .yearly-month {
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px dashed #ffffff;
}
.yearly .yearly-month-title {
  font-size: 2rem;
  font-weight: 700;
  background: #ffffff;
  width: 3em;
  border-radius: 8px;
  text-align: center;
  margin-right: 0.5em;
}

@media (max-width: 960px) {
  .yearly .yearly-semester-list {
    display: block;
  }
  .yearly .yearly-semester-item {
    width: 100%;
  }
  .yearly .yearly-semester-item + .yearly-semester-item {
    margin-top: 32px;
  }
  .yearly .yearly-semester-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .yearly .yearly-month-title {
    font-size: 1.4rem;
  }
}
/*　*/
.threeyearold .threeyearold-intro-detail {
  text-align: center;
}
.threeyearold .threeyearold-flow {
  max-width: 800px;
  margin: 56px auto 0;
}
.threeyearold .threeyearold-flow-list {
  display: flex;
  justify-content: center;
}
.threeyearold .threeyearold-flow-item + .threeyearold-flow-item {
  margin-left: 56px;
}
.threeyearold .threeyearold-flow-item + .threeyearold-flow-item .threeyearold-flow-circle {
  position: relative;
}
.threeyearold .threeyearold-flow-item + .threeyearold-flow-item .threeyearold-flow-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -28px;
  width: 0;
  height: 0;
  border-left: 10px solid #6ab98b;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.threeyearold .threeyearold-flow-ja {
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  bottom: calc(100% - 1em);
  left: -2em;
  transform-origin: left center;
  background: #ffffff;
  color: #3c3a3a;
  white-space: nowrap;
  border-radius: 1000px;
  padding: 0 16px;
}
.threeyearold .threeyearold-flow-ja::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 46px;
  border-top: 10px solid #ffffff;
  border-right: 0px solid transparent;
  border-left: 10px solid transparent;
}
.threeyearold .threeyearold-flow-en {
  font-weight: 700;
  font-size: 2rem;
}
.threeyearold .threeyearold-flow-circle {
  border-radius: 1000px;
  background: #6ab98b;
  color: #ffffff;
  position: relative;
  padding: 16px 32px;
  text-align: center;
}
.threeyearold .threeyearold-flow-text {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 16px;
}
.threeyearold .threeyearold-flow-result {
  margin-top: 24px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  padding-top: 4px;
}
.threeyearold .threeyearold-flow-result::before {
  content: "";
  width: 80%;
  height: 2em;
  border-right: 4px solid #dc9399;
  border-bottom: 4px solid #dc9399;
  border-left: 4px solid #dc9399;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.threeyearold .threeyearold-flow-result::after {
  content: "";
  display: block;
  position: absolute;
  top: 5em;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 20px solid #dc9399;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.threeyearold .threeyearold-flow-result .threeyearold-flow-result-item + .threeyearold-flow-result-item {
  margin-top: 56px;
}
.threeyearold .threeyearold-flow-result .threeyearold-flow-result-item p {
  display: inline-block;
  background: #dc9399;
  color: #ffffff;
  border-radius: 1000px;
  padding: 16px 56px;
}
.threeyearold .threeyearold-ending-text {
  margin-top: 32px;
}
.threeyearold .childcare-photo {
  justify-content: space-between;
  margin-top: 32px;
}
.threeyearold .childcare-photo-item {
  width: calc((100% - 32px) / 2);
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .threeyearold .threeyearold-flow-list {
    flex-direction: column;
    padding: calc(24px + 1em) 24px 24px;
    position: relative;
    border-radius: 8px;
    border: 4px solid #dc9399;
  }
  .threeyearold .threeyearold-flow-list::before {
    content: "";
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    border-top: 10px solid #dc9399;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .threeyearold .threeyearold-flow-item {
    margin: auto;
  }
  .threeyearold .threeyearold-flow-item + .threeyearold-flow-item {
    margin: 40px auto 0;
  }
  .threeyearold .threeyearold-flow-item + .threeyearold-flow-item .threeyearold-flow-circle::before {
    left: 0;
    right: 0;
    top: -28px;
    bottom: auto;
    border-top-color: #6ab98b;
    border-bottom: 0px;
    border-left-color: transparent;
    border-right: 10px solid transparent;
  }
  .threeyearold .threeyearold-flow-circle {
    padding: 8px 40px;
  }
  .threeyearold .threeyearold-flow-result .threeyearold-flow-result-item p {
    padding: 8px 56px;
  }
  .threeyearold .threeyearold-flow-result .threeyearold-flow-result-item + .threeyearold-flow-result-item {
    margin-top: 40px;
  }
  .threeyearold .threeyearold-flow-result::before {
    display: none;
  }
  .threeyearold .threeyearold-flow-result::after {
    top: 4em;
    border-top-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .threeyearold .childcare-photo {
    display: block;
    margin-top: 16px;
  }
  .threeyearold .childcare-photo-item {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .threeyearold .childcare-photo-item + .childcare-photo-item {
    margin-top: 16px;
  }
}
@media (max-width: 600px) {
  .threeyearold .threeyearold-intro-detail {
    text-align: left;
  }
  .threeyearold .threeyearold-intro-detail br {
    display: none;
  }
  .threeyearold .threeyearold-flow-ja {
    font-size: 1rem;
    left: 0;
    bottom: calc(100% - 0.5em);
  }
  .threeyearold .threeyearold-flow-en {
    font-size: 1.4rem;
  }
  .threeyearold .threeyearold-flow-text {
    margin-top: 8px;
    font-size: 1.1rem;
  }
  .threeyearold .threeyearold-flow-result {
    font-size: 1.4rem;
  }
  .threeyearold .threeyearold-flow-result::after {
    top: 4.5em;
    border-top-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
  }
}
.feature .feature-list {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
}
.feature .feature-item {
  width: calc((99.9999% - 32px) / 3);
  box-sizing: border-box;
}
.feature .feature-item-image {
  border-radius: 8px;
  overflow: hidden;
}
.feature .feature-item-detail {
  padding: 32px 8px 0;
  position: relative;
}
.feature .feature-item-icon {
  width: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.feature .feature-item-title {
  margin-top: 24px;
  font-size: 2.8rem;
  text-align: center;
  color: #6ab98b;
}
.feature .feature-item-text {
  margin-top: 8px;
}

@media (max-width: 960px) {
  .feature .feature-list {
    display: block;
    padding: 0;
    background: none;
  }
  .feature .feature-item {
    display: block;
    padding: 16px;
    border-radius: 8px;
    background: #ffffff;
    width: 100%;
  }
  .feature .feature-item + .feature-item {
    margin-top: 32px;
  }
  .feature .feature-item-image {
    width: 100%;
  }
  .feature .feature-item-detail {
    width: 100%;
    padding: 32px 0 0;
  }
  .feature .feature-item-icon {
    width: 60px;
    top: -30px;
  }
  .feature .feature-item-title {
    margin-top: 0;
    font-size: 2rem;
  }
  .feature .feature-item-text {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .feature .feature-item-title {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
/*　*/
.oneyearold .oneyearold-intro {
  position: relative;
}
.oneyearold .oneyearold-intro-image-wrap {
  text-align: right;
}
.oneyearold .oneyearold-intro-image {
  display: inline-block;
  width: 77%;
  border-radius: 8px;
  overflow: hidden;
}
.oneyearold .oneyearold-intro-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3em;
}
.oneyearold .oneyearold-intro-title {
  text-align: left;
}
.oneyearold .oneyearold-intro-text {
  font-size: 2.2rem;
}
.oneyearold .oneyearold-text {
  margin-top: 32px;
  font-size: 1.8rem;
}
.oneyearold .oneyearold-photo {
  justify-content: space-between;
  margin-top: 32px;
}
.oneyearold .oneyearold-photo-item {
  width: calc((100% - 32px) / 2);
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .oneyearold .oneyearold-intro-title {
    padding-bottom: 32px;
  }
  .oneyearold .oneyearold-intro-text {
    font-size: 1.6rem;
  }
  .oneyearold .oneyearold-text {
    font-size: 1.6rem;
  }
  .oneyearold .oneyearold-photo {
    display: block;
    margin-top: 16px;
  }
  .oneyearold .oneyearold-photo-item {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .oneyearold .oneyearold-photo-item + .oneyearold-photo-item {
    margin-top: 16px;
  }
}
@media (max-width: 600px) {
  .oneyearold .oneyearold-intro-image {
    width: 100%;
  }
  .oneyearold .oneyearold-intro-detail {
    padding-bottom: 0;
    position: static;
    margin-top: 24px;
  }
  .oneyearold .oneyearold-intro-title {
    padding-bottom: 16px;
  }
  .oneyearold .oneyearold-intro-text {
    font-size: 1.2rem;
  }
  .oneyearold .oneyearold-text {
    font-size: 1.2rem;
  }
}
/*　*/
.lunch .lunch-education {
  margin-top: 90px;
}
.lunch .lunch-education-detail {
  display: flex;
  align-items: center;
}
.lunch .lunch-education-head {
  width: 400px;
}
.lunch .lunch-education-icon {
  width: 100px;
  display: block;
  margin: auto;
}
.lunch .lunch-education-title {
  font-size: 2.8rem;
  text-align: center;
}
.lunch .lunch-education-body {
  padding-left: 24px;
  box-sizing: border-box;
}
.lunch .lunch-education-image-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.lunch .lunch-education-image {
  width: calc((100% - 16px) / 2);
}
.lunch .lunch-education-image + .lunch-education-image {
  margin-left: 16px;
}
.lunch .lunch-education-image.is--wide {
  width: 100%;
}
.lunch .lunch-education-image-body {
  border-radius: 8px;
  overflow: hidden;
}
.lunch .lunch-education-image-text {
  text-align: center;
  margin-top: 8px;
  font-size: 1.4rem;
}
.lunch .lunch-instagram {
  text-align: center;
  margin-top: 56px;
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
}

@media (max-width: 960px) {
  .lunch .lunch-education {
    margin-top: 56px;
  }
  .lunch .lunch-education-head {
    width: 200px;
  }
  .lunch .lunch-education-icon {
    width: 60px;
  }
  .lunch .lunch-education-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .lunch .lunch-text {
    text-align: left;
  }
  .lunch .lunch-text br {
    display: none;
  }
  .lunch .lunch-education-detail {
    display: block;
  }
  .lunch .lunch-education-head {
    width: 100%;
  }
  .lunch .lunch-education-body {
    padding-top: 16px;
    padding-left: 0;
  }
  .lunch .lunch-education-image-wrap {
    display: block;
  }
  .lunch .lunch-education-image {
    width: 100%;
  }
  .lunch .lunch-education-image + .lunch-education-image {
    margin-top: 16px;
    margin-left: 0;
  }
  .lunch .lunch-education-image-text {
    font-size: 1.1rem;
  }
  .lunch .lunch-instagram {
    padding: 16px;
  }
}
/*　*/
.admission .admission-intro {
  background: url(/assets/images/common/bg-pattern-dot.png) #e6dd8e;
  background-size: 10px auto;
  border-radius: 8px;
  padding: 24px;
}
.admission .admission-intro-image {
  border-radius: 8px;
  overflow: hidden;
}
.admission .admission-intro-title {
  font-size: 2.4rem;
  text-align: center;
}
.admission .admission-intro-list {
  max-width: 800px;
  margin: 24px auto 0;
}
.admission .admission-intro-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.admission .admission-intro-item + .admission-intro-item {
  border-top: 1px dashed #ffffff;
  padding-top: 1em;
  margin-top: 1em;
}
.admission .admission-intro-item-head {
  display: flex;
  width: calc(100% - 17em - 1em);
}
.admission .admission-intro-item-title {
  font-weight: 700;
  width: 11em;
  margin-right: 1em;
  border-radius: 1000px;
  color: #ffffff;
  display: block;
  padding: 0 16px;
  text-align: center;
  box-sizing: border-box;
  background: #e27836;
}
.admission .admission-intro-item-text {
  width: calc(100% - 11em - 1em - 14em);
}
.admission .admission-intro-btn {
  width: 14em;
}
.admission .admission-flow {
  margin-top: 56px;
}
.admission .admission-flow-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 90px;
}
.admission .admission-flow-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e27836;
  color: #ffffff;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  width: calc((100% - 72px) / 4);
  position: relative;
}
.admission .admission-flow-item-title {
  font-size: 2.4rem;
  line-height: 1.3;
}
.admission .admission-flow-item-text {
  line-height: 1.6;
}
.admission .admission-flow-item-arrow {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  color: #e27836;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
  min-height: 1em;
  line-height: 1;
}
.admission .admission-flow-item-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 20px solid #f7e074;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 0;
  height: 0;
}
.admission .admission-flow-result {
  background: #f7e074;
  border-radius: 8px;
  padding: 24px;
}
.admission .admission-flow-result-list {
  display: flex;
  justify-content: space-between;
}
.admission .admission-flow-result-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 8px;
  box-sizing: border-box;
  width: calc((100% - 72px) / 4);
  line-height: 1.3;
  background: #ffffff;
  color: #e27836;
  padding: 24px;
}
.admission .admission-flow-result-item.is--none {
  opacity: 0;
}
.admission .admission-flow-result-text {
  font-size: 2.4rem;
  text-align: center;
  background: #e27836;
  border-radius: 8px;
  color: #ffffff;
  margin-top: 24px;
  padding: 24px;
}
.admission .admission-flow-image {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 56px;
}
.admission .admission-program-text {
  background: url(/assets/images/common/bg-pattern-dot.png) #e6dd8e;
  background-size: 10px auto;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
.admission .admission-program-text strong {
  display: block;
  font-size: 1.4em;
  margin-bottom: 8px;
}
.admission .admission-program-history-text {
  margin-top: 24px;
}
.admission .admission-program-history-text > p + p {
  margin-top: 1em;
}
.admission .admission-program-class {
  background: url(/assets/images/common/bg-pattern-dot.png) #5ba79e;
  background-size: 10px auto;
  border-radius: 8px;
  padding: 24px;
  margin-top: 80px;
  color: #ffffff;
  text-align: center;
}
.admission .admission-program-class-list {
  border-radius: 8px;
  text-align: left;
  background: #ffffff;
  padding: 24px;
  color: #5ba79e;
  font-weight: 700;
  margin: 16px auto 0;
  display: inline-flex;
  justify-content: center;
}
.admission .admission-program-class-item {
  border-radius: 1000px;
  margin: 0 16px;
}
.admission .admission-program-class-head {
  position: relative;
  text-align: center;
}
.admission .admission-program-class-icon {
  width: 100px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
}
.admission .admission-program-class-title {
  font-size: 2.4rem;
  text-align: center;
}
.admission .admission-program-class-btn {
  text-align: center;
  margin-top: 24px;
}
.admission .admission-schedule-item.flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.admission .admission-schedule-item.flex .admission-schedule-column {
  width: calc((100% - 56px) / 2);
  padding: 56px 0;
  position: relative;
}
.admission .admission-schedule-item.flex .admission-schedule-column::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-top: 20px solid #6ab98b;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translateX(calc((8em + 24px) / 2));
}
.admission .admission-schedule-item.flex .admission-schedule-column::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-top: 20px solid #6ab98b;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translateX(calc((8em + 24px) / 2));
}
.admission .admission-schedule-item + .admission-schedule-item {
  padding-top: 56px;
  position: relative;
}
.admission .admission-schedule-item + .admission-schedule-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-top: 20px solid #6ab98b;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.admission .admission-schedule-item.arrow-none {
  padding: 0;
}
.admission .admission-schedule-item.arrow-none::before {
  display: none;
}
.admission .admission-schedule-item-body {
  display: flex;
  position: relative;
  align-items: stretch;
  justify-content: space-between;
}
.admission .admission-schedule-item-body + .admission-schedule-item-body {
  margin-top: 56px;
  position: relative;
}
.admission .admission-schedule-item-body + .admission-schedule-item-body::before {
  content: "";
  display: block;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-top: 20px solid #6ab98b;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translateX(calc((8em + 24px) / 2));
}
.admission .admission-schedule-icon-wrap {
  width: 8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.admission .admission-schedule-icon {
  min-width: 12em;
  min-height: 3em;
  padding: 0.5em 0.5em;
  border-radius: 1000px;
  background: #6ab98b;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}
.admission .admission-schedule-icon + .admission-schedule-icon {
  margin-top: 16px;
}
.admission .admission-schedule-icon strong {
  font-size: 1.6em;
  font-weight: 700;
}
.admission .admission-schedule-icon-sub {
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
  text-align: center;
}
.admission .admission-schedule-detail {
  width: calc(100% - 12em - 24px);
  background: #ffffff;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.admission .admission-schedule-type {
  background: #ffffff;
  color: #5ba79e;
  padding: 0 16px;
  border-radius: 8px;
  display: inline-block;
  font-weight: bold;
}
.admission .admission-schedule-title {
  font-size: 2.4rem;
}
.admission .admission-schedule-target {
  background: #dc9399;
  color: #ffffff;
  display: inline-block;
  border-radius: 8px;
  padding: 0 1em;
}

@media (max-width: 960px) {
  .admission .admission-intro-list {
    margin: 2em auto 0;
  }
  .admission .admission-intro-item {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 16px;
  }
  .admission .admission-intro-item + .admission-intro-item {
    margin-top: 2em;
    border-top: 0;
  }
  .admission .admission-intro-btn {
    text-align: center;
    margin-top: 16px;
  }
  .admission .admission-intro-title {
    font-size: 1.8rem;
  }
  .admission .admission-intro-list {
    max-width: 480px;
  }
  .admission .admission-intro-item {
    display: block;
  }
  .admission .admission-intro-item-title {
    margin: auto;
    font-size: 1.6rem;
  }
  .admission .admission-intro-item-text {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
  .admission .admission-intro-btn {
    margin: 8px auto 0;
    display: block;
  }
  .admission .admission-flow-item-title {
    font-size: 1.4rem;
  }
  .admission .admission-flow-item {
    width: calc((100% - 24px) / 4);
    padding: 16px;
  }
  .admission .admission-flow-item-text {
    font-size: 1.2rem;
  }
  .admission .admission-flow-item-arrow {
    font-size: 1.2rem;
  }
  .admission .admission-flow-result-item {
    font-size: 1.4rem;
    width: calc((100% - 24px) / 4);
    padding: 16px;
  }
  .admission .admission-flow-result-text {
    margin-top: 16px;
    padding: 16px;
    font-size: 1.4rem;
  }
  .admission .admission-program-class {
    display: block;
    text-align: center;
  }
  .admission .admission-program-class-icon {
    width: 80px;
  }
  .admission .admission-program-class-title {
    font-size: 1.8rem;
  }
  .admission .admission-program-class-text {
    text-align: center;
  }
  .admission .admission-program-class-list {
    margin-top: 16px;
  }
  .admission .admission-program-class-btn {
    margin-top: 16px;
    text-align: center;
  }
  .admission .admission-schedule-item + .admission-schedule-item::before {
    border-top-width: 16px;
    border-right-width: 16px;
    border-left-width: 16px;
  }
  .admission .admission-schedule-item.flex .admission-schedule-column {
    width: calc((100% - 32px) / 2);
  }
  .admission .admission-schedule-item.flex .admission-schedule-column::before, .admission .admission-schedule-item.flex .admission-schedule-column::after {
    transform: initial;
    border-top-width: 16px;
    border-right-width: 16px;
    border-left-width: 16px;
  }
  .admission .admission-schedule-item-body {
    display: block;
  }
  .admission .admission-schedule-item-body + .admission-schedule-item-body::before {
    transform: initial;
    border-top-width: 16px;
    border-right-width: 16px;
    border-left-width: 16px;
  }
  .admission .admission-schedule-icon-wrap {
    flex-direction: row;
    position: static;
    width: 100%;
    justify-content: flex-start;
  }
  .admission .admission-schedule-icon {
    height: 4em;
    min-width: auto;
    font-size: 1.2rem;
    padding: 0.5em 2.5em;
  }
  .admission .admission-schedule-icon + .admission-schedule-icon {
    margin-top: 0;
    margin-left: 8px;
  }
  .admission .admission-schedule-detail {
    width: 100%;
    margin-top: -2em;
  }
  .admission .admission-schedule-type {
    padding: 0 8px;
  }
  .admission .admission-schedule-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .admission .admission-intro {
    padding: 16px;
  }
  .admission .admission-intro-title {
    font-size: 1.6rem;
  }
  .admission .admission-intro-item {
    display: block;
  }
  .admission .admission-intro-item-title {
    margin: auto;
    width: 11em;
  }
  .admission .admission-intro-item-text {
    width: 100%;
    text-align: center;
  }
  .admission .admission-flow-list {
    display: block;
    padding-bottom: 0;
  }
  .admission .admission-flow-item {
    width: 100%;
    text-align: center;
  }
  .admission .admission-flow-item + .admission-flow-item {
    margin-top: 16px;
  }
  .admission .admission-flow-item-arrow {
    margin: 8px 0;
    position: relative;
    color: #ffffff;
    padding: 0 0 24px;
    min-height: 0;
  }
  .admission .admission-flow-item-arrow::before {
    bottom: 8px;
    top: auto;
    border-top-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
  }
  .admission .admission-flow-item-result {
    font-weight: 700;
  }
  .admission .admission-flow-item-result-item {
    background: #ffffff;
    color: #e27836;
    border-radius: 8px;
    padding: 8px 16px;
    margin-bottom: 8px;
  }
  .admission .admission-flow-item-result-text {
    border-radius: 8px;
    background: #ffffff;
    color: #e27836;
    padding: 8px 16px;
  }
  .admission .admission-program-text {
    padding: 16px;
  }
  .admission .admission-program-class-list {
    display: block;
    padding: 16px;
  }
  .admission .admission-schedule-item + .admission-schedule-item::before {
    border-top-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .admission .admission-schedule-item.flex {
    display: block;
  }
  .admission .admission-schedule-item.flex .admission-schedule-column {
    width: 100%;
  }
  .admission .admission-schedule-item.flex .admission-schedule-column::before, .admission .admission-schedule-item.flex .admission-schedule-column::after {
    transform: initial;
    border-top-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .admission .admission-schedule-item.flex .admission-schedule-column::after {
    bottom: 28px;
  }
  .admission .admission-schedule-item.flex .admission-schedule-column + .admission-schedule-column {
    padding-top: 0;
  }
  .admission .admission-schedule-item-body + .admission-schedule-item-body::before {
    transform: initial;
    border-top-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .admission .admission-schedule-icon strong {
    font-size: 1em;
  }
  .admission .admission-schedule-icon-sub {
    font-size: 1.2rem;
  }
  .admission .admission-schedule-detail {
    padding: 24px 16px 16px;
  }
  .admission .admission-schedule-title {
    font-size: 1.6rem;
  }
}
/*　*/
.recruit .recruit-intro-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 0 8px 8px 0;
  padding: 24px 56px;
  width: 430px;
  box-sizing: border-box;
}
.recruit .recruit-intro-column {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.recruit .recruit-intro-image {
  width: calc(100% - 430px);
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.recruit .recruit-intro-text {
  text-align: justify;
  max-width: 800px;
  margin: 32px auto 0;
}
.recruit .recruit-intro-copy {
  margin-top: 32px;
  font-size: 2rem;
  text-align: center;
}
.recruit .recruit-interview-img {
  max-width: 800px;
  margin: 0 auto;
}
.recruit .recruit-interview-photo {
  justify-content: space-between;
  margin-top: 32px;
}
.recruit .recruit-interview-photo-item {
  width: calc((100% - 32px) / 2);
  box-sizing: border-box;
}
.recruit .recruit-interview-list {
  max-width: 800px;
  margin: 32px auto 0;
}
.recruit .recruit-interview-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.recruit .recruit-interview-item p strong {
  font-weight: bold;
  color: #e27836;
  text-decoration: underline wavy #f7e074;
}
.recruit .recruit-interview-item + .recruit-interview-item {
  margin-top: 24px;
}
.recruit .recruit-interview-item:nth-child(odd) .recruit-interview-item-icon {
  margin-right: 24px;
}
.recruit .recruit-interview-item:nth-child(odd) p {
  background: #ffffff;
  position: relative;
  padding: 8px 24px;
  border-radius: 8px;
  max-width: 40%;
  display: inline-block;
}
.recruit .recruit-interview-item:nth-child(odd) p::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -10px;
  border-top: 0 solid transparent;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
}
.recruit .recruit-interview-item:nth-child(even) {
  flex-direction: row-reverse;
}
.recruit .recruit-interview-item:nth-child(even) .recruit-interview-item-icon {
  margin-left: 24px;
}
.recruit .recruit-interview-item:nth-child(even) p {
  background: #ffffff;
  position: relative;
  padding: 8px 24px;
  border-radius: 8px;
  max-width: 40%;
  display: inline-block;
}
.recruit .recruit-interview-item:nth-child(even) p::before {
  content: "";
  position: absolute;
  top: 50px;
  right: -10px;
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
.recruit .recruit-interview-item-icon {
  width: 100px;
  border-radius: 1000px;
  background: #ffffff;
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.recruit .recruit-interview-item-icon img {
  width: 100%;
}
.recruit .recruit-entry {
  background: url(/assets/images/common/bg-pattern-stripe.png) #e27836;
  background-size: 10px auto;
  color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  margin-top: 32px;
}
.recruit .recruit-entry-title {
  font-size: 2.4rem;
  background: #ffffff;
  color: #e27836;
  border-radius: 8px;
}
.recruit .recruit-entry-text {
  margin-top: 16px;
}
.recruit .recruit-entry-btn {
  margin-top: 16px;
}
.recruit .recruit-entry-btn a {
  color: #e27836;
}

@media (max-width: 960px) {
  .recruit .recruit-intro-column {
    display: block;
  }
  .recruit .recruit-intro-image {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .recruit .recruit-intro-detail {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
  .recruit .recruit-interview-item-icon {
    width: 60px;
    height: 60px;
  }
  .recruit .recruit-interview-item:nth-child(odd) p {
    max-width: 50%;
  }
  .recruit .recruit-interview-item:nth-child(even) p {
    max-width: 50%;
  }
  .recruit .recruit-entry-title {
    font-size: 1.8rem;
  }
  .recruit .recruit-entry-text {
    text-align: left;
  }
  .recruit .recruit-interview-photo {
    display: block;
    margin-top: 16px;
  }
  .recruit .recruit-interview-photo-item {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .recruit .recruit-interview-photo-item + .recruit-interview-photo-item {
    margin-top: 16px;
  }
}
@media (max-width: 600px) {
  .recruit .recruit-intro-detail {
    padding: 16px;
  }
  .recruit .recruit-intro-copy {
    font-size: 1.4rem;
  }
  .recruit .recruit-interview-item-icon {
    width: 40px;
    height: 40px;
  }
  .recruit .recruit-interview-item:nth-child(odd) .recruit-interview-item-icon {
    margin-right: 16px;
  }
  .recruit .recruit-interview-item:nth-child(odd) p {
    max-width: calc(100% - 40px - 16px);
    box-sizing: border-box;
  }
  .recruit .recruit-interview-item:nth-child(odd) p::before {
    top: 20px;
  }
  .recruit .recruit-interview-item:nth-child(even) .recruit-interview-item-icon {
    margin-left: 16px;
  }
  .recruit .recruit-interview-item:nth-child(even) p {
    max-width: calc(100% - 40px - 16px);
    box-sizing: border-box;
  }
  .recruit .recruit-interview-item:nth-child(even) p::before {
    top: 20px;
  }
  .recruit .recruit-entry {
    padding: 16px;
  }
  .recruit .recruit-entry-title {
    font-size: 1.4rem;
    padding: 8px 0;
  }
}
/*　*/
.workingmother .workingmother-intro-text {
  text-align: center;
  margin-top: 16px;
}
.workingmother .workingmother-intro-table {
  margin-top: 24px;
}
.workingmother .workingmother-price {
  margin-top: 56px;
}
.workingmother .workingmother-price-title {
  font-size: 2.8rem;
  text-align: center;
}
.workingmother .workingmother-price-table {
  margin-top: 24px;
}

@media (max-width: 960px) {
  .workingmother .workingmother-price-title {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .workingmother .workingmother-intro-text {
    text-align: left;
  }
  .workingmother .workingmother-intro-text br {
    display: none;
  }
  .workingmother .workingmother-price-title {
    font-size: 1.6rem;
  }
}
/*　*/
.contact .contact-text + .form {
  margin-top: 96px;
}
.contact .flex {
  display: flex;
}
.contact .form-require-icon {
  color: red;
  font-weight: 700;
}
.contact .form-row + .form-row {
  margin-top: 16px;
}
.contact .form-row .form-item {
  width: calc((100% - 24px) / 2);
}
.contact .form-row .form-item + .form-item {
  margin-left: 24px;
}
.contact .form-row-btn {
  margin-top: 56px;
  text-align: center;
}
.contact .form-row-btn .style--btn {
  margin: 0 8px;
}
.contact .form-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.contact .form-item-double {
  display: flex;
}
.contact .form-item-double input {
  width: calc((100% - 8px) / 2);
}
.contact .form-item-double input + input {
  margin-left: 8px;
}
.contact .form-item-radio-double {
  display: flex;
}
.contact .form-item-radio-double > * + * {
  margin-left: 1em;
}
.contact .form-item-radio {
  padding: 0.8em 0;
  display: flex;
  align-items: center;
}
.contact .form-item-radio label {
  margin: 0 1em 0 0;
  line-height: 1;
}
.contact .form-item-checkbox {
  padding: 0.8em 0;
}
.contact .form-item-checkbox label {
  margin: 0 1em 0 0;
  line-height: 1;
}
.contact .form-item-textarea {
  position: relative;
}
.contact .form-item-textarea .textarea-dummy {
  width: 100%;
  padding: 0.75em 1.5em;
  background: #ffffff;
  border-radius: 4px;
  letter-spacing: initial;
  word-break: break-all;
  white-space: pre-line;
  min-height: 49px;
  box-sizing: border-box;
  line-height: 2;
}
.contact .form-item-textarea .input-textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  word-break: break-all;
}
.contact .form-item-tel {
  display: flex;
  align-items: center;
}
.contact .form-item-tel .tel-separate {
  font-weight: 700;
  padding: 0 0.5em;
}
.contact .form-input-radio {
  font-size: 1.6rem;
}
.contact .form-input-checkbox {
  font-size: 1.6rem;
}
.contact .form-input-email {
  position: relative;
}
.contact .form-input-email .input-email-icon {
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5em;
  margin: auto;
  display: flex;
  align-items: center;
}
.contact .form-input-email .input-email-icon img {
  width: 100%;
}
.contact .form-input-email .input-email {
  padding: 0.75em 6.5em 0.75em 3.5em;
}
.contact .form-input-email .input-email-btn {
  width: 76px;
  height: calc(100% - 1em);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  letter-spacing: 0;
  padding: 0;
}
.contact .form-error {
  display: block;
  font-weight: 700;
}
.contact .form-file-wrap {
  display: flex;
  align-items: center;
}
.contact .form-file {
  width: 160px;
  height: 160px;
  background: #ffffff;
  border-radius: 4px;
  display: block;
  position: relative;
}
.contact .form-file #js--form-file-comment {
  color: #f2f2f2;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.contact .form-file #js--form-file-comment.is--active {
  opacity: 1;
}
.contact .form-file input {
  display: none;
}
.contact .form-file #js--form-file-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  opacity: 0;
}
.contact .form-file #js--form-file-preview.is--active {
  opacity: 1;
}
.contact .form-file-text {
  margin-left: 16px;
}
.contact .form-confirm-text {
  font-weight: bold;
  width: 100%;
}
.contact .confirm-body {
  background: #ffffff;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 4px;
}
.contact .confirm-body .form-row {
  padding-bottom: 16px;
  display: block;
  border-bottom: 1px dashed #f2f2f2;
}
.contact .confirm-body .form-row:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
}
.contact .confirm-body .form-item {
  width: 100%;
}
.contact .confirm-body .form-item + .form-item {
  margin-left: 0;
}
.contact .confirm-body .form-item.confirm-textarea {
  white-space: pre;
}
.contact .form-section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
}

@media (max-width: 600px) {
  .contact .confirm-body {
    padding: 16px;
  }
  .contact .contact-text + .form {
    margin-top: 56px;
  }
  .contact .form-row.flex {
    display: block;
  }
  .contact .form-row .form-item {
    width: 100%;
  }
  .contact .form-row .form-item + .form-item {
    margin-left: 0;
    margin-top: 16px;
  }
  .contact .form-title {
    font-size: 1.2rem;
  }
  .contact .form-item-textarea .textarea-dummy {
    font-size: 1.6rem;
  }
  .contact .form-row-btn {
    margin-top: 32px;
  }
  .contact .form-row-btn .style--btn + .style--btn {
    margin-top: 16px;
  }
}
/*　*/
.access .access-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  border-radius: 8px;
  overflow: hidden;
}
.access .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access .access-address {
  margin-top: 32px;
  justify-content: space-between;
  align-items: stretch;
}
.access .access-img {
  display: inline-block;
  margin-top: 16px;
}

@media (max-width: 600px) {
  .access .access-map {
    padding-top: 100%;
  }
}
/*　*/
.news {
  position: relative;
}
.news .news-head {
  width: 410px;
  padding-right: 56px;
  box-sizing: border-box;
}
.news .news-title {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  min-width: 338px;
  background: url(/assets/images/common/bg-title01.png) no-repeat center center;
  background-size: contain;
  padding: 56px 0;
}
.news .news-title-sub {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 24px;
  line-height: 1;
}
.news .news-head-tab {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.news .news-head-tab-item {
  font-size: 1.8rem;
}
.news .news-head-tab-item.style--green a {
  color: #6ab98b;
}
.news .news-head-tab-item.style--pink a {
  color: #dc9399;
}
.news .news-head-tab-item.style--darkorange a {
  color: #d75f35;
}
.news .news-head-tab-item.style--purple a {
  color: #8e7c97;
}
.news .news-head-tab-item.style--darkgreen a {
  color: #019990;
}
.news .news-head-tab-item label {
  display: block;
}
.news .news-slide {
  width: calc(100% - 410px);
}
.news .news-slider-list {
  padding: 24px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.news .news-slider-list.is--pickup {
  padding: 24px 22px;
  border-radius: 0 6px 6px 6px;
  border: 2px solid #6ab98b;
  position: relative;
  margin-top: 2em;
}
.news .news-slider-list.is--pickup::before {
  content: "Pickup!";
  position: absolute;
  color: #ffffff;
  bottom: 100%;
  left: -2px;
  background: #6ab98b;
  padding: 0 24px;
  border-radius: 6px 6px 0 0;
  font-family: TsukuARdGothicStd-B;
  font-size: 1.8rem;
}
.news .news-slider-list + .news-slider-list {
  margin-top: 32px;
}
.news .news-slider-item {
  position: relative;
  overflow: hidden;
}
.news .news-slider-item a {
  width: 100%;
  height: 100%;
  align-items: center;
}
.news .news-slider-item a:hover .news-slider-title {
  text-decoration: underline;
}
.news .news-slider-item a:hover .news-slider-image-body {
  transform: scale(1.1);
}
.news .news-slider-item + .news-slider-item {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px dashed #666666;
}
.news .news-slider-image {
  width: 140px;
  overflow: hidden;
  box-sizing: border-box;
}
.news .news-slider-image-body {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  background: #f2f2f2;
  background-size: cover;
  background-position: center center;
  transition: all 400ms;
}
.news .news-slider-detail {
  width: calc(100% - 140px);
  padding-left: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.news .news-slider-category {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  color: #ffffff;
}
.news .news-slider-category.style--green {
  background: #6ab98b;
}
.news .news-slider-category.style--pink {
  background: #dc9399;
}
.news .news-slider-category.style--darkorange {
  background: #d75f35;
}
.news .news-slider-category.style--purple {
  background: #8e7c97;
}
.news .news-slider-category.style--darkgreen {
  background: #019990;
}
.news .news-slider-category-name {
  font-size: 1.1rem;
  line-height: 1;
}
.news .news-slider-category-name::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #ffffff;
  margin: 0 8px;
  opacity: 0.4;
}
.news .news-slider-category-date {
  font-size: 1.2rem;
  line-height: 1;
}
.news .news-slider-title {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 8px;
  width: 100%;
}
.news .news-slider-text {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 6px;
  color: #666666;
}
.news .news-btn {
  margin-top: 56px;
  display: block;
  text-align: center;
}
.news .news-pagination {
  margin-top: 56px;
}
.news .news-tree01,
.news .news-tree02 {
  position: absolute;
  bottom: 0;
}
.news .news-detail-head {
  position: relative;
  padding-bottom: 32px;
  text-align: center;
}
.news .news-detail-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10em;
  height: 1px;
  background: #666666;
}
.news .news-detail-head .section-title {
  padding-bottom: 16px;
}
.news .news-detail-title-date {
  text-align: center;
}
.news .news-detail-body {
  padding: 32px 0;
}
.news .news-detail-body > * + * {
  margin-top: 1em;
}
.news .news-detail-body img {
  max-width: 100%;
}
.news .news-detail-body a:not(.info-content-pdf) {
  color: #6ab98b;
  font-weight: 700;
  text-decoration: underline;
  background: #ffffff;
  padding: 0 0.5em;
}
.news .news-detail-body table {
  margin: 0 -4px;
  width: calc(100% + 8px) !important;
  border-spacing: 4px;
  border-collapse: separate;
}
.news .news-detail-body table th, .news .news-detail-body table td {
  padding: 1em;
}
.news .news-detail-body table th {
  background: #6ab98b;
  color: #ffffff;
  font-weight: 700;
}
.news .news-detail-body table td {
  background: #ffffff;
}
.news .news-detail-photo-column {
  display: flex;
  flex-wrap: wrap;
}
.news .news-detail-photo-item {
  width: calc((100% - 48px) / 3);
  margin-left: 24px;
}
.news .news-detail-photo-item:nth-child(3n-2) {
  margin-left: 0;
}
.news .news-detail-photo-item:nth-child(n+4) {
  margin-top: 24px;
}
.news .news-detail-photo-item a {
  display: block;
  box-sizing: border-box;
  padding: 0;
}
.news .news-detail-photo-item a:hover {
  transform: scale(1.02);
}
.news .news-detail-category {
  border-radius: 0 3px 3px 0;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  font-size: 1.2rem;
}
.news .news-detail-category.style--green {
  background: #6ab98b;
}
.news .news-detail-category.style--pink {
  background: #dc9399;
}
.news .news-detail-category.style--darkorange {
  background: #d75f35;
}
.news .news-detail-category.style--purple {
  background: #8e7c97;
}
.news .news-detail-category.style--darkgreen {
  background: #019990;
}
.news .news-detail-btn {
  text-align: center;
}

@media (max-width: 960px) {
  .news .section-body {
    justify-content: center;
  }
  .news .news-title {
    font-size: 2.4rem;
    padding: 32px 0;
    min-width: 0;
  }
  .news .news-title-sub {
    font-size: 1.2rem;
    margin-top: 16px;
  }
  .news .news-head {
    width: 100%;
    padding-right: 0;
  }
  .news .news-head-tab-list {
    display: flex;
    flex-wrap: wrap;
  }
  .news .news-head-tab-item {
    font-size: 1.4rem;
    margin: 0 8px 16px;
  }
  .news .news-slide {
    width: 100%;
    padding-bottom: 0;
    margin-top: 32px;
  }
  .news .news-slider-list {
    margin-top: 0;
    padding: 16px;
    max-width: 500px;
    margin: 0 auto;
  }
  .news .news-slider-list.is--pickup {
    padding: 16px 14px;
  }
  .news .news-slider-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 600px) {
  .news .news-title {
    font-size: 2.2rem;
    background-size: contain;
    padding: 24px 0;
  }
  .news .news-title-sub {
    margin-top: 8px;
    font-size: 1rem;
  }
  .news .news-head {
    width: 100%;
    padding-right: 0;
  }
  .news .news-head-tab {
    margin-top: 24px;
  }
  .news .news-head-tab-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 260px;
  }
  .news .news-head-tab-item {
    font-size: 1rem;
    width: calc(33.3333333333% - 8px);
    margin: 0 4px 8px;
  }
  .news .news-head-tab-item input[type=radio] {
    margin-right: 0;
  }
  .news .news-slide {
    width: 100%;
    padding-bottom: 0;
  }
  .news .news-slider-list {
    max-width: 260px;
  }
  .news .news-slider-list.is--pickup::before {
    font-size: 1.4rem;
  }
  .news .news-slider-item a {
    flex-direction: column;
  }
  .news .news-slider-item + .news-slider-item {
    margin-top: 16px;
  }
  .news .news-slider-image {
    display: none;
  }
  .news .news-slider-detail {
    width: 100%;
    padding: 8px 0 0;
  }
  .news .news-slider-category {
    padding: 5px 6px;
  }
  .news .news-slider-category-name {
    font-size: 1rem;
  }
  .news .news-slider-title {
    padding-top: 4px;
  }
  .news .news-tree01,
  .news .news-tree02 {
    text-align: center;
  }
  .news .news-tree01 img,
  .news .news-tree02 img {
    width: 50%;
  }
  .news .news-detail-head {
    padding-bottom: 16px;
  }
  .news .news-detail-head .section-title {
    padding-bottom: 8px;
  }
  .news .news-detail-cateogry {
    font-size: 1rem;
  }
  .news .news-detail-body {
    padding-top: 16px;
  }
  .news .news-detail-body .js--scrollable {
    min-width: 600px;
  }
}
/*　*/
.album {
  position: relative;
}
.album .album-head {
  width: 410px;
  padding-right: 56px;
  box-sizing: border-box;
  margin: auto;
}
.album .album-title {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  min-width: 338px;
  background: url(/assets/images/common/bg-title01.png) no-repeat center center;
  background-size: contain;
  padding: 56px 0;
}
.album .album-title-sub {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 24px;
  line-height: 1;
}
.album .album-head-tab {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.album .album-head-tab-item {
  font-size: 1.8rem;
}
.album .album-head-tab-item.style--green {
  color: #6ab98b;
}
.album .album-head-tab-item.style--pink {
  color: #dc9399;
}
.album .album-head-tab-item.style--darkorange {
  color: #d75f35;
}
.album .album-head-tab-item.style--purple {
  color: #8e7c97;
}
.album .album-head-tab-item.style--darkgreen {
  color: #019990;
}
.album .album-head-tab-item label {
  display: block;
}
.album .album-slider-list {
  padding-bottom: 56px;
  flex-wrap: wrap;
  margin-top: 56px;
}
.album .album-slider-item {
  width: calc((100% - 72px) / 4);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 400ms;
}
.album .album-slider-item + .album-slider-item {
  margin-left: 24px;
}
.album .album-slider-item a {
  display: block;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: stretch;
}
.album .album-slider-item:hover {
  transform: scale(1.1);
}
.album .album-slider-image {
  overflow: hidden;
  background: #ffffff;
}
.album .album-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.album .album-slider-detail {
  padding: 16px;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.album .album-slider-category {
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  padding: 10px;
  color: #ffffff;
}
.album .album-slider-category.style--green {
  background: #6ab98b;
}
.album .album-slider-category.style--pink {
  background: #dc9399;
}
.album .album-slider-category.style--darkorange {
  background: #d75f35;
}
.album .album-slider-category.style--purple {
  background: #8e7c97;
}
.album .album-slider-category.style--darkgreen {
  background: #019990;
}
.album .album-slider-category-name {
  font-size: 1.1rem;
  line-height: 1;
}
.album .album-slider-category-name::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #ffffff;
  margin: 0 8px;
  opacity: 0.4;
}
.album .album-slider-category-date {
  font-size: 1.2rem;
  line-height: 1;
}
.album .album-slider-title {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 8px;
  width: 100%;
}
.album .album-slider-text {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 6px;
  color: #666666;
}
.album .album-btn {
  display: block;
  text-align: center;
}
.album .album-tree01,
.album .album-tree02 {
  position: absolute;
  bottom: 0;
}
.album .album-detail-head {
  position: relative;
  padding-bottom: 32px;
  text-align: center;
}
.album .album-detail-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10em;
  height: 1px;
  background: #666666;
}
.album .album-detail-head .section-title {
  padding-bottom: 16px;
}
.album .album-detail-title-date {
  text-align: center;
}
.album .album-detail-body {
  padding: 32px 0;
}
.album .album-detail-body > * + * {
  margin-top: 1em;
}
.album .album-detail-body img {
  max-width: 100%;
}
.album .album-detail-body a {
  color: #6ab98b;
  font-weight: 700;
  text-decoration: underline;
  background: #ffffff;
  padding: 0 0.5em;
}
.album .album-detail-body table {
  margin: 0 -4px;
  width: calc(100% + 8px);
  border-spacing: 4px;
  border-collapse: separate;
}
.album .album-detail-body table th, .album .album-detail-body table td {
  padding: 1em;
}
.album .album-detail-body table th {
  background: #6ab98b;
  color: #ffffff;
  font-weight: 700;
}
.album .album-detail-body table td {
  background: #ffffff;
}
.album .album-detail-category {
  border-radius: 0 3px 3px 0;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  font-size: 1.2rem;
}
.album .album-detail-category.style--green {
  background: #6ab98b;
}
.album .album-detail-category.style--pink {
  background: #dc9399;
}
.album .album-detail-category.style--darkorange {
  background: #d75f35;
}
.album .album-detail-category.style--purple {
  background: #8e7c97;
}
.album .album-detail-category.style--darkgreen {
  background: #019990;
}
.album .album-detail-btn {
  text-align: center;
}

@media (max-width: 960px) {
  .album .section-body {
    justify-content: center;
  }
  .album .album-title {
    font-size: 2.4rem;
    padding: 32px 0;
    min-width: 0;
  }
  .album .album-title-sub {
    font-size: 1.2rem;
    margin-top: 16px;
  }
  .album .album-head {
    width: 100%;
    padding-right: 0;
  }
  .album .album-head-tab-list {
    display: flex;
    flex-wrap: wrap;
  }
  .album .album-head-tab-item {
    font-size: 1.4rem;
    margin: 0 8px 16px;
  }
  .album .album-slide {
    width: 100%;
    padding-bottom: 0;
    margin-top: 32px;
  }
  .album .album-slider-list {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .album .album-slider-item {
    width: calc((100% - 24px) / 2);
    margin: 0 auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }
  .album .album-slider-item:hover {
    transform: scale(1);
  }
  .album .album-slider-item:nth-child(2n-1) {
    margin-left: 0;
  }
  .album .album-slider-item:nth-child(n+3) {
    margin-top: 24px;
  }
  .album .album-slider-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 600px) {
  .album .album-title {
    font-size: 2.2rem;
    background-size: contain;
    padding: 24px 0;
  }
  .album .album-title-sub {
    margin-top: 8px;
    font-size: 1rem;
  }
  .album .album-head {
    width: 100%;
    padding-right: 0;
  }
  .album .album-head-tab {
    margin-top: 24px;
  }
  .album .album-head-tab-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 260px;
  }
  .album .album-head-tab-item {
    font-size: 1rem;
    width: calc(33.3333333333% - 8px);
    margin: 0 4px 8px;
  }
  .album .album-head-tab-item input[type=radio] {
    margin-right: 0;
  }
  .album .album-slide {
    width: 100%;
    padding-bottom: 0;
  }
  .album .album-slider-list {
    padding-bottom: 32px;
    max-width: 260px;
  }
  .album .album-slider-item {
    width: 100%;
    margin: 0 auto;
  }
  .album .album-slider-item a {
    flex-direction: column;
  }
  .album .album-slider-item + .album-slider-item {
    margin-left: 0;
    margin-top: 16px;
  }
  .album .album-slider-image {
    width: 100%;
  }
  .album .album-slider-detail {
    width: 100%;
    padding: 24px;
  }
  .album .album-tree01,
  .album .album-tree02 {
    text-align: center;
  }
  .album .album-tree01 img,
  .album .album-tree02 img {
    width: 50%;
  }
  .album .album-detail-head {
    padding-bottom: 16px;
  }
  .album .album-detail-head .section-title {
    padding-bottom: 8px;
  }
  .album .album-detail-cateogry {
    font-size: 1rem;
  }
  .album .album-detail-body {
    padding-top: 16px;
  }
  .album .album-detail-body .js--scrollable {
    min-width: 600px;
  }
}
.photoalbum .photoalbum-year {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 2.2rem;
  font-weight: 700;
  align-items: center;
}
.photoalbum .photoalbum-year-prev,
.photoalbum .photoalbum-year-next {
  font-size: 0.6em;
}
.photoalbum .photoalbum-year-prev a,
.photoalbum .photoalbum-year-next a {
  padding-left: 40px;
  padding-right: 40px;
}
.photoalbum .photoalbum-year-prev a.is--disable,
.photoalbum .photoalbum-year-next a.is--disable {
  pointer-events: none;
  background: #f2f2f2;
  color: #666666;
  box-shadow: 0 0px 0px;
}
.photoalbum .photoalbum-year-prev a {
  border-radius: 0px 100px 100px 0px;
}
.photoalbum .photoalbum-year-prev a:hover {
  padding-left: 60px;
}
.photoalbum .photoalbum-year-next a {
  border-radius: 100px 0px 0px 100px;
}
.photoalbum .photoalbum-year-next a:hover {
  padding-right: 60px;
}
.photoalbum .photoalbum-year-current {
  margin: 0 24px;
  font-size: 2.6rem;
}
.photoalbum .photoalbum-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.photoalbum .photoalbum-item {
  width: calc((100% - 48px) / 3);
  background: #ffffff;
  padding: 32px;
  margin-left: 24px;
  box-sizing: border-box;
  border-radius: 8px;
}
.photoalbum .photoalbum-item:nth-child(3n-2) {
  margin-left: 0;
}
.photoalbum .photoalbum-item:nth-child(n+4) {
  margin-top: 24px;
}
.photoalbum .photoalbum-item:nth-child(3n-2) .photoalbum-item-title,
.photoalbum .photoalbum-item:nth-child(3n-2) .photoalbum-topics-date {
  background-color: #d75f35;
}
.photoalbum .photoalbum-item:nth-child(3n-1) .photoalbum-item-title,
.photoalbum .photoalbum-item:nth-child(3n-1) .photoalbum-topics-date {
  background-color: #8e7c97;
}
.photoalbum .photoalbum-item:nth-child(3n) .photoalbum-item-title,
.photoalbum .photoalbum-item:nth-child(3n) .photoalbum-topics-date {
  background-color: #6ab98b;
}
.photoalbum .photoalbum-item-title {
  font-weight: 700;
  font-size: 2rem;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  background-image: url(/assets/images/common/bg-pattern-dot.png);
  background-color: #6ab98b;
  background-size: 10px auto;
  color: #ffffff;
}
.photoalbum .photoalbum-topics-list {
  margin-top: 24px;
}
.photoalbum .photoalbum-topics-item + .photoalbum-topics-item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed;
}
.photoalbum .photoalbum-topics-item a {
  display: flex;
}
.photoalbum .photoalbum-topics-item a:hover {
  opacity: 0.7;
}
.photoalbum .photoalbum-topics-date {
  font-size: 1.2rem;
  font-weight: 700;
  background: #6ab98b;
  color: #ffffff;
  border-radius: 8px;
  display: inline-block;
  padding: 0 0.5em;
  width: 3.5em;
  text-align: center;
  margin-right: 1em;
}
.photoalbum .photoalbum-topics-title {
  display: block;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 960px) {
  .photoalbum .photoalbum-item {
    padding: 16px;
    width: calc((100% - 24px) / 2);
  }
  .photoalbum .photoalbum-item:nth-child(3n-2) {
    margin-left: 24px;
  }
  .photoalbum .photoalbum-item:nth-child(2n-1) {
    margin-left: 0;
  }
  .photoalbum .photoalbum-item:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media (max-width: 600px) {
  .photoalbum .photoalbum-year {
    padding-top: 2.5em;
    position: relative;
  }
  .photoalbum .photoalbum-year-prev a,
  .photoalbum .photoalbum-year-next a {
    min-width: 0;
    padding: 0.5em 2.5em;
    border-radius: 100px;
  }
  .photoalbum .photoalbum-year-current {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .photoalbum .photoalbum-item {
    padding: 16px;
    width: 100%;
    margin-left: 0;
  }
  .photoalbum .photoalbum-item:nth-child(3n-2) {
    margin-left: 0;
  }
  .photoalbum .photoalbum-item + .photoalbum-item {
    margin-top: 24px;
  }
}
/*　*/
.childcare .section-title {
  background: url(/assets/images/common/bg-lower-page-cloud.png) no-repeat center center;
  background-size: contain;
  padding: 56px 0;
}
.childcare .childcare-text {
  text-align: center;
}
.childcare .childcare-description {
  background: url(/assets/images/common/bg-pattern-dot.png) #f7e074;
  background-size: 10px auto;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  margin-top: 56px;
}
.childcare .childcare-description-title {
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
  color: #e27836;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
}
.childcare .childcare-description-text {
  text-align: center;
  margin-top: 16px;
}
.childcare .childcare-description-list {
  counter-reset: description;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto 0;
  max-width: 800px;
}
.childcare .childcare-description-item {
  width: calc((100% - 24px) / 2);
  background: #ffffff;
  padding: 40px 24px 24px;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1.4rem;
  position: relative;
}
.childcare .childcare-description-item::before {
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  content: counter(description);
  counter-increment: description;
  font-size: 2.6rem;
  font-family: TsukuARdGothicStd-B;
  background: #e27836;
  color: #ffffff;
  border-radius: 1000px;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.childcare .childcare-description-item:nth-child(n+3) {
  margin-top: 40px;
}
.childcare .childcare-description-item-title {
  text-align: center;
  font-size: 2rem;
  display: block;
  margin-bottom: 16px;
  color: #e27836;
}
.childcare .childcare-photo {
  justify-content: space-between;
  margin-top: 32px;
}
.childcare .childcare-photo-item {
  width: calc((100% - 32px) / 2);
  box-sizing: border-box;
}
.childcare .childcare-detail {
  margin-top: 32px;
}
.childcare .childcare-detail-table ul li + li {
  margin-top: 1em;
}
.childcare .childcare-detail-table-caption {
  text-align: center;
  line-height: 1.6;
  padding: 16px;
  background: #6ab98b;
  color: #ffffff;
  margin: 16px 16px 0;
  border-radius: 8px;
}
.childcare .childcare-detail-table-caption-title {
  font-size: 2.8rem;
  display: block;
}
.childcare .childcare-detail-btn {
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 960px) {
  .childcare .childcare-description-title {
    font-size: 2rem;
  }
  .childcare .childcare-description-item {
    width: 100%;
    padding: 24px;
  }
  .childcare .childcare-description-item::before {
    font-size: 2rem;
    position: static;
  }
  .childcare .childcare-description-item + .childcare-description-item {
    margin-top: 40px;
  }
  .childcare .childcare-description-item-title {
    font-size: 1.8rem;
  }
  .childcare .childcare-photo {
    display: block;
    margin-top: 16px;
  }
  .childcare .childcare-photo-item {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .childcare .childcare-photo-item + .childcare-photo-item {
    margin-top: 16px;
  }
  .childcare .childcare-detail-table-caption-title {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .childcare .childcare-text {
    text-align: left;
  }
  .childcare .childcare-text br {
    display: none;
  }
  .childcare .childcare-description {
    padding: 16px;
  }
  .childcare .childcare-description-title {
    font-size: 1.6rem;
  }
  .childcare .childcare-description-text {
    text-align: left;
    margin-top: 8px;
  }
  .childcare .childcare-description-list {
    margin-top: 16px;
  }
  .childcare .childcare-description-item {
    width: 100%;
    padding: 8px;
    font-size: 1.2rem;
  }
  .childcare .childcare-description-item::before {
    font-size: 1.2rem;
    position: static;
    margin-bottom: 8px;
  }
  .childcare .childcare-description-item + .childcare-description-item {
    margin-top: 16px;
  }
  .childcare .childcare-description-item-title {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .childcare .childcare-detail {
    margin-top: 16px;
  }
  .childcare .childcare-detail-table-caption {
    margin: 0 0 16px;
  }
  .childcare .childcare-detail-table-caption-title {
    font-size: 1.6rem;
  }
}
/*　*/
.consultation-banner .consultation-banner-contact {
  background: url(/assets/images/common/bg-pattern-stripe.png) #dc9399;
  background-size: 10px auto;
  color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
.consultation-banner .consultation-banner-contact-text {
  font-weight: 700;
  font-family: TsukuARdGothicStd-B;
  font-size: 1.8rem;
}
.consultation-banner .consultation-banner-contact-btn {
  margin-top: 16px;
}
.consultation-banner .consultation-banner-contact-btn a {
  color: #dc9399;
}

@media (max-width: 600px) {
  .consultation-banner .consultation-banner-contact {
    padding: 16px;
    text-align: left;
  }
  .consultation-banner .consultation-banner-contact br {
    display: none;
  }
  .consultation-banner .consultation-banner-contact-text {
    font-size: 1.2rem;
  }
  .consultation-banner .consultation-banner-contact-btn {
    text-align: center;
  }
}
/*　*/
.otherlink .otherlink-list {
  justify-content: center;
  background: url(/assets/images/common/bg-pattern-dot.png) #aedda2;
  background-size: 10px auto;
  border-radius: 8px;
  padding: 24px 8px;
}
.otherlink .otherlink-item {
  margin: 0 16px;
}

@media (max-width: 600px) {
  .otherlink .otherlink-list {
    display: block;
  }
  .otherlink .otherlink-item {
    display: block;
  }
  .otherlink .otherlink-item + .otherlink-item {
    margin-top: 16px;
  }
}
/*　*/
.inkinder-other .inkinder-other-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inkinder-other .inkinder-other-item {
  width: calc((100% - 32px) / 2);
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .inkinder-other .inkinder-other-item {
    width: 100%;
  }
  .inkinder-other .inkinder-other-item + .inkinder-other-item {
    margin-top: 32px;
  }
}

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