@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,700");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  min-height: 80vh;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #000;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2), 0 0 25px rgba(0, 0, 0, 0.2), 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .remodal {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 35px 10px 20px 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2), 0 0 12px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);
  }
}
.remodal figure {
  max-width: 525px;
  margin: 0 auto 30px auto;
}
.remodal figure figcaption {
  display: block;
  padding: 5px 0 0 0;
}
.remodal .col2 .col__box {
  margin-top: 10px !important;
}
@media (max-width: 767px) {
  .remodal .col2 .col__box {
    width: 48%;
    margin-right: 4%;
    float: left;
    clear: none;
    text-align: center;
  }
}
.remodal .col2 .col__box a {
  color: #000;
}
.remodal .col2 .col__box a figure {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .remodal .col2 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .remodal .col2 .col__box:nth-child(2n+1) {
    clear: left;
  }
}
.remodal dl {
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 1.7;
}
.remodal dl dt {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.remodal dl dt b {
  font-size: 19px;
}
.remodal dl dd {
  margin: 0;
  padding: 0;
}
.remodal dl dd p {
  margin: 0;
  padding: 0;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #7d7d7d;
  background-color: #ddd;
  border: 0;
  outline: 0;
}
@media (min-width: 981px) {
  .remodal-close {
    background: none;
  }
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  display: block;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 768px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
@media all and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  body,
  button,
  input,
  select,
  textarea {
    font-family: "Arial", "Segoe UI", Meiryo, "メイリオ", sans-serif;
  }
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  color: #555;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 980px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    color: #252525;
    font-size: 3.75vw;
  }
}

ol,
ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  line-height: 2.2;
}
@media (max-width: 767px) {
  p {
    line-height: 1.8;
  }
}

a {
  outline: 0 none;
  color: #555;
  text-decoration: underline;
}
@media (min-width: 981px) {
  a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  a {
    color: #252525;
  }
}

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

figure {
  margin: 0;
  text-align: center;
}

img {
  border: 0;
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */
.header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 4;
  position: relative;
  top: 0;
  left: 0;
  height: 110px;
  font-weight: bold;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .header {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 80px;
  }
}
.header__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .header__wrap {
    left: 0;
    max-width: 100%;
    padding: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.header h1 {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .header h1 {
    background-color: #fff;
    z-index: 1;
    height: 80px;
  }
}
.header h1 a {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 115px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  background: url(/images/common/logo.svg) no-repeat 0 50%;
  background-size: 115px 47px;
}
@media (max-width: 1280px) {
  .header h1 a {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .header h1 a {
    left: 10px;
    max-width: 100px;
    background-position: 0px calc( 50% + 10px );
    background-size: 100px 41px;
  }
}
.header__desc {
  font-weight: 400;
  font-size: 0.85em;
  position: absolute;
  left: 133px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  z-index: 2;
}
@media (max-width: 1280px) {
  .header__desc {
    left: 153px;
  }
}
@media (max-width: 767px) {
  .header__desc {
    font-size: 10px;
    line-height: 20px;
    width: 100%;
    padding: 0 10px;
    background: #eee;
    text-align: center;
    left: 0;
    top: 0;
    transform: translateY(0%);
  }
}
.header__intro {
  /*
  position: fixed;
  top: 30px;
  right:0;
  margin:0;
  padding:0;
  line-height: 3em;
  background: #00264d url(/images/common/star.svg) no-repeat 0 50%;
  background-size: auto 100%;
  border-radius:3em 0 0 3em;
  font-size:14px;
  */
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  padding: 0;
  line-height: 3em;
  background: #00264d url(../images/common/star.svg) no-repeat 0 50%;
  background-size: auto 100%;
  border-radius: 3em;
  font-size: 14px;
  transform: translateY(-50%);
  z-index: 1;
  /*
  @include lt1080{
  	top:20px;
  }
  */
}
@media (max-width: 1280px) {
  .header__intro {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .header__intro {
    /*
    top:28px;
    */
    margin-top: 10px;
    right: 10px;
  }
}
.header__intro a {
  display: block;
  color: #fff;
  padding: 0 2em 0 4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .header__intro a {
    padding: 0 10px 0 50px;
  }
}
.header__intro:hover {
  animation: shine 1s;
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
.footer {
  margin: 60px 0 0 0;
  padding: 0;
  position: relative;
  background: #eee;
}
.footer aside {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .footer aside {
    width: calc( 100% - 40px );
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1080px) {
  .footer aside {
    width: calc( 100% - 40px );
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 980px) {
  .footer aside {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .footer aside {
    width: calc( 100% - 20px );
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer aside dl {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer aside dt {
  width: 200px;
  vertical-align: middle;
  font-family: times,serif;
}
@media (max-width: 767px) {
  .footer aside dt {
    padding: 0;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer aside dt > a {
  margin-top: 10px;
  display: block;
  position: relative;
  padding-top: 40px;
}
.footer aside dt > a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/common/sitetitle.svg) no-repeat 0 50%;
  background-size: 200px 40px;
}
.footer aside dt .footer-follow {
  display: block;
}
.footer aside dt .footer-follow img {
  width: 40px;
  vertical-align: middle;
}
.footer aside dt .footer-follow a + a {
  margin-left: 0.33em;
}
.footer aside dd {
  margin: 0;
  padding: 0;
  width: calc( 100% - 200px );
  vertical-align: middle;
}
@media (max-width: 767px) {
  .footer aside dd {
    width: 100%;
  }
}
.footer aside ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
}
.footer aside li {
  text-align: center;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1280px) {
  .footer aside li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer aside li {
    width: 50%;
    font-size: 12px;
  }
}
.footer aside li a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .footer .col__box + .col__box {
    margin-top: 1em !important;
  }
}
.footer .for-first {
  margin: 0 auto;
  padding: 0;
  line-height: 3em;
  background: #00264d url(/images/common/first.svg) no-repeat 0 50%;
  background-size: auto 100%;
  border-radius: 3em;
  font-size: 15px;
  text-align: center;
  max-width: 25em;
}
@media (max-width: 767px) {
  .footer .for-first {
    max-width: 100%;
  }
}
.footer .for-first a {
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 0 4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer .for-first a {
    padding: 0 50px;
  }
}
.footer .for-first:hover {
  animation: shine 1s;
}
.footer .for-company {
  margin: 0 auto;
  padding: 0;
  line-height: 3em;
  background: #00264d url(/images/common/company.svg) no-repeat 0 50%;
  background-size: auto 100%;
  border-radius: 3em;
  font-size: 15px;
  text-align: center;
  max-width: 25em;
}
@media (max-width: 767px) {
  .footer .for-company {
    max-width: 100%;
  }
}
.footer .for-company a {
  font-weight: bold;
  display: block;
  color: #fff;
  padding: 0 4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer .for-company a {
    padding: 0 50px;
  }
}
.footer .for-company:hover {
  animation: shine 1s;
}
.footer #mailpoet_form_1 form.mailpoet_form {
  padding: 0;
}
.footer .mailpoet_form {
  position: relative;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .footer .mailpoet_form {
    margin: 1em 0 0 0;
  }
}
.footer .mailpoet_form .mailpoet_text {
  border-width: 0 0 1px 0;
  border-color: #00264d;
  padding: 10px 6em 10px 1em;
  height: 37px;
  line-height: 1;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.footer .mailpoet_form .mailpoet_form_paragraph {
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
  border-left: 5px solid #00264d;
  font-size: 14px !important;
  line-height: 1 !important;
}
.footer .mailpoet_form .mailpoet_paragraph.last {
  position: absolute;
  top: 34px;
  right: 0;
  width: 6em;
}
.footer .mailpoet_form .mailpoet_paragraph.last .mailpoet_submit {
  color: #fff;
  background: #00264d;
  border: 0 none;
  padding: 0 1em !important;
  height: 37px;
  line-height: 37px;
}
.footer .mailpoet_form .mailpoet_paragraph.last .mailpoet_submit:hover {
  animation: shine 1s;
}
.footer .copyright {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 50px;
  color: #fff;
  background-color: #00264d;
}
@media (max-width: 980px) {
  .footer .copyright {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .footer .copyright {
    line-height: 3;
    font-size: 3vw;
  }
}
.footer .copyright a {
  color: #fff;
  text-decoration: none;
}

/* ----------------------------------------------------------------
	pagetop
----------------------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 101;
  cursor: pointer;
  line-height: 1;
}
#pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/common/pagetop.svg) no-repeat 0 0;
  background-size: 54px auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #pagetop:before {
    background-size: 40px 40px;
  }
}
#pagetop a {
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 74px;
  padding-top: 74px;
}
@media (max-width: 767px) {
  #pagetop a {
    width: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 1360px) {
  #pagetop {
    right: auto;
    left: 50%;
    margin-left: 620px;
  }
}
@media (min-width: 981px) {
  #pagetop:before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  #pagetop:hover:before {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* ----------------------------------------------------------------
	device
----------------------------------------------------------------- */
.tbl--none {
  display: none;
}
@media (max-width: 980px) {
  .tbl--none {
    display: block;
  }
}

@media (max-width: 980px) {
  .tb--none {
    display: none;
  }
}

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

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

/* ----------------------------------------------------------------
	letter-spacing
----------------------------------------------------------------- */
.ls--half {
  letter-spacing: 0.5em;
}
.ls--third {
  letter-spacing: 0.33em;
}
.ls--small {
  letter-spacing: 0.1em;
}
.ls--1 {
  letter-spacing: 1em;
}
.ls--2 {
  letter-spacing: 2em;
}
.ls--3 {
  letter-spacing: 3em;
}

/* ----------------------------------------------------------------
	spacing / align
----------------------------------------------------------------- */
.u_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .u_sp {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .u_pc {
    display: none !important;
  }
}
.u_align_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}
.u_align_right {
  margin-left: auto;
  text-align: right !important;
}
.u_align_left {
  margin-right: auto;
  text-align: left !important;
}
.u_spacing_mt_xlarge {
  margin-top: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_xlarge {
    margin-top: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_xlarge {
    margin-top: 3em !important;
  }
}
.u_spacing_mt_large {
  margin-top: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_large {
    margin-top: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_large {
    margin-top: 2em !important;
  }
}
.u_spacing_mt_medium {
  margin-top: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_medium {
    margin-top: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_medium {
    margin-top: 1.33em !important;
  }
}
.u_spacing_mt_small {
  margin-top: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_small {
    margin-top: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_small {
    margin-top: 0.66em !important;
  }
}
.u_spacing_mt_xsmall {
  margin-top: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_xsmall {
    margin-top: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_xsmall {
    margin-top: 0.33em !important;
  }
}
.u_spacing_mt_0 {
  margin-top: 0 !important;
}
.u_spacing_pt_xlarge {
  padding-top: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_xlarge {
    padding-top: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_xlarge {
    padding-top: 3em !important;
  }
}
.u_spacing_pt_large {
  padding-top: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_large {
    padding-top: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_large {
    padding-top: 2em !important;
  }
}
.u_spacing_pt_medium {
  padding-top: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_medium {
    padding-top: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_medium {
    padding-top: 1.33em !important;
  }
}
.u_spacing_pt_small {
  padding-top: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_small {
    padding-top: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_small {
    padding-top: 0.66em !important;
  }
}
.u_spacing_pt_xsmall {
  padding-top: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_xsmall {
    padding-top: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_xsmall {
    padding-top: 0.33em !important;
  }
}
.u_spacing_pt_0 {
  padding-top: 0 !important;
}
.u_spacing_mb_xlarge {
  margin-bottom: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_xlarge {
    margin-bottom: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_xlarge {
    margin-bottom: 3em !important;
  }
}
.u_spacing_mb_large {
  margin-bottom: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_large {
    margin-bottom: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_large {
    margin-bottom: 2em !important;
  }
}
.u_spacing_mb_medium {
  margin-bottom: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_medium {
    margin-bottom: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_medium {
    margin-bottom: 1.33em !important;
  }
}
.u_spacing_mb_small {
  margin-bottom: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_small {
    margin-bottom: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_small {
    margin-bottom: 0.66em !important;
  }
}
.u_spacing_mb_xsmall {
  margin-bottom: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_xsmall {
    margin-bottom: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_xsmall {
    margin-bottom: 0.33em !important;
  }
}
.u_spacing_mb_0 {
  margin-bottom: 0 !important;
}
.u_spacing_pb_xlarge {
  padding-bottom: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_xlarge {
    padding-bottom: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_xlarge {
    padding-bottom: 3em !important;
  }
}
.u_spacing_pb_large {
  padding-bottom: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_large {
    padding-bottom: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_large {
    padding-bottom: 2em !important;
  }
}
.u_spacing_pb_medium {
  padding-bottom: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_medium {
    padding-bottom: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_medium {
    padding-bottom: 1.33em !important;
  }
}
.u_spacing_pb_small {
  padding-bottom: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_small {
    padding-bottom: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_small {
    padding-bottom: 0.66em !important;
  }
}
.u_spacing_pb_xsmall {
  padding-bottom: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_xsmall {
    padding-bottom: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_xsmall {
    padding-bottom: 0.33em !important;
  }
}
.u_spacing_pb_0 {
  padding-bottom: 0 !important;
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  /*
  max-width:1200px;
  @include lt1280{
  	margin-left: 40px;
  	margin-right:40px;
  }
  */
}
@media (max-width: 1080px) {
  .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.inner--narrow {
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .inner--narrow {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .inner--narrow {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.en {
  font-family: "Lato", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

/*multi colum*/
.col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col__box {
  position: relative;
}

.col7 .col__box {
  width: calc( 14.25% - 17px );
  margin-right: 20px;
}
@media (max-width: 767px) {
  .col7 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col7 .col__box:nth-child(7n) {
  width: calc( 14.5% - 18px );
  margin-right: 0;
}
@media (max-width: 767px) {
  .col7 .col__box:nth-child(7n) {
    width: 100%;
    margin-right: 0;
  }
}

.col5 .col__box {
  width: calc( 20% - 16px );
  margin-right: 20px;
}
@media (max-width: 767px) {
  .col5 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col5 .col__box:nth-child(5n) {
  margin-right: 0;
}

.col4 .col__box {
  width: calc( 25% - 15px );
  margin-right: 20px;
}
@media (max-width: 767px) {
  .col4 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col4 .col__box:nth-child(4n) {
  margin-right: 0;
}

.col3 .col__box {
  width: calc( 33.3% - 13px );
  margin-right: 20px;
}
@media (max-width: 767px) {
  .col3 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col3 .col__box:nth-child(3n) {
  width: calc( 33.4% - 14px );
  margin-right: 0;
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(3n) {
    width: 100%;
    margin-right: 0;
  }
}

.col2 .col__box {
  width: calc( 50% - 15px );
  margin-right: 30px;
}
@media (max-width: 767px) {
  .col2 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col2 .col__box:nth-child(2n) {
  margin-right: 0;
}

.col5 .col__box:nth-child(n+6),
.col4 .col__box:nth-child(n+5),
.col3 .col__box:nth-child(n+4),
.col2 .col__box:nth-child(n+3) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .col5 .col__box:nth-child(n+2),
  .col4 .col__box:nth-child(n+2),
  .col3 .col__box:nth-child(n+2),
  .col2 .col__box:nth-child(n+2) {
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  .sp--none {
    display: none;
  }
}

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

.swiper-lazy,
.js .b-lazy {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.swiper-lazy.swiper-lazy-loaded,
.js .b-lazy.b-loaded {
  opacity: 1;
}

#main {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

#content {
  position: relative;
  z-index: 2;
}

.en {
  font-family: "Lato", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  text-transform: uppercase;
}

.ming {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Yu Mincho", "YuMincho", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}
.ming--upper {
  text-transform: uppercase;
}

.alt-title {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.blank:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.5em 0 0.5em;
  padding: 0;
  width: 1em;
  height: 1em;
  background: url(/images/common/blank.svg) no-repeat 0 100%;
  line-height: 1;
}

.svg__title {
  overflow: visible !important;
  color: #fff;
  fill: white;
  stroke: transparent;
  stroke-width: 0;
  stroke-linejoin: round;
  paint-order: stroke fill;
}
.js .svg__title {
  fill-opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: stroke-dashoffset, fill-opacity;
}
.loaded .svg__title {
  stroke-width: 1;
  stroke-dasharray: 1500;
  stroke-dashoffset: 0;
  stroke: #fff;
  animation: svginit 2s ease-in forwards;
}
.js.ie .svg__title {
  stroke: #fff;
  stroke-width: 1;
  fill: rgba(255, 255, 255, 0);
  fill-opacity: 1;
  animation: none 0s !important;
}
.js.androidLT5 .svg__title {
  stroke: #fff;
  stroke-width: 1;
  fill: rgba(255, 255, 255, 0);
  fill-opacity: 1;
  animation: none 0s !important;
}
.js.edge .svg__title {
  stroke: #fff;
  stroke-width: 1;
  animation: svginitEdge 2s ease-in forwards;
}

.js .inview:not(.js-animation-title) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
.js .inview:not(.js-animation-title).inview--complete {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js h2.inview,
.js h3.inview {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.js .inview.inview--img {
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  transition: none;
}
.js .inview.inview--img img {
  border: 0;
  margin: 0;
  padding: 0;
}
.js .inview.inview--img:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;
}
.js .inview.inview--img.inview--complete:before {
  opacity: 0.9;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.js .js-animation-title {
  opacity: 0;
}
.js .js-animation-title__element {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.js .js-animation-title__element:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.js .js-animation-title__element:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.js .js-animation-title__element:nth-child(3) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}
.js .js-animation-title__element:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.js .js-animation-title__element:nth-child(5) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
.js .js-animation-title__element:nth-child(6) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.js .js-animation-title__element:nth-child(7) {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.js .js-animation-title__element:nth-child(8) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.js .js-animation-title__element:nth-child(9) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.js .js-animation-title__element:nth-child(10) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.js .js-animation-title__element:nth-child(11) {
  -webkit-transition-delay: 0.275s;
  transition-delay: 0.275s;
}
.js .js-animation-title__element:nth-child(12) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js .js-animation-title__element:nth-child(13) {
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
.js .js-animation-title__element:nth-child(14) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.js .js-animation-title__element:nth-child(15) {
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
.js .js-animation-title__element:nth-child(16) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js .js-animation-title__element:nth-child(17) {
  -webkit-transition-delay: 0.425s;
  transition-delay: 0.425s;
}
.js .js-animation-title__element:nth-child(18) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.js .js-animation-title__element:nth-child(19) {
  -webkit-transition-delay: 0.475s;
  transition-delay: 0.475s;
}
.js .js-animation-title__element:nth-child(20) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js .js-animation-title__element:nth-child(21) {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}
.js .js-animation-title__element:nth-child(22) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.js .js-animation-title__element:nth-child(23) {
  -webkit-transition-delay: 0.575s;
  transition-delay: 0.575s;
}
.js .js-animation-title__element:nth-child(24) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.js .js-animation-title__element:nth-child(25) {
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
.js .js-animation-title__element:nth-child(26) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.js .js-animation-title__element:nth-child(27) {
  -webkit-transition-delay: 0.675s;
  transition-delay: 0.675s;
}
.js .js-animation-title__element:nth-child(28) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.js .js-animation-title__element:nth-child(29) {
  -webkit-transition-delay: 0.725s;
  transition-delay: 0.725s;
}
.js .js-animation-title__element:nth-child(30) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.js .js-animation-title__element:nth-child(31) {
  -webkit-transition-delay: 0.775s;
  transition-delay: 0.775s;
}
.js .js-animation-title__element:nth-child(32) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.js .js-animation-title__element:nth-child(33) {
  -webkit-transition-delay: 0.825s;
  transition-delay: 0.825s;
}
.js .js-animation-title__element:nth-child(34) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.js .js-animation-title__element:nth-child(35) {
  -webkit-transition-delay: 0.875s;
  transition-delay: 0.875s;
}
.js .js-animation-title__element:nth-child(36) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.js .js-animation-title__element:nth-child(37) {
  -webkit-transition-delay: 0.925s;
  transition-delay: 0.925s;
}
.js .js-animation-title__element:nth-child(38) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.js .js-animation-title__element:nth-child(39) {
  -webkit-transition-delay: 0.975s;
  transition-delay: 0.975s;
}
.js .js-animation-title__element:nth-child(40) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.js .js-animation-title__element:nth-child(41) {
  -webkit-transition-delay: 1.025s;
  transition-delay: 1.025s;
}
.js .js-animation-title__element:nth-child(42) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.js .js-animation-title__element:nth-child(43) {
  -webkit-transition-delay: 1.075s;
  transition-delay: 1.075s;
}
.js .js-animation-title__element:nth-child(44) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.js .js-animation-title__element:nth-child(45) {
  -webkit-transition-delay: 1.125s;
  transition-delay: 1.125s;
}
.js .js-animation-title__element:nth-child(46) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.js .js-animation-title__element:nth-child(47) {
  -webkit-transition-delay: 1.175s;
  transition-delay: 1.175s;
}
.js .js-animation-title__element:nth-child(48) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.js .js-animation-title__element:nth-child(49) {
  -webkit-transition-delay: 1.225s;
  transition-delay: 1.225s;
}
.js .js-animation-title__element:nth-child(50) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.js .js-animation-title__element:nth-child(51) {
  -webkit-transition-delay: 1.275s;
  transition-delay: 1.275s;
}
.js .js-animation-title__element:nth-child(52) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.js .js-animation-title__element:nth-child(53) {
  -webkit-transition-delay: 1.325s;
  transition-delay: 1.325s;
}
.js .js-animation-title__element:nth-child(54) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.js .js-animation-title__element:nth-child(55) {
  -webkit-transition-delay: 1.375s;
  transition-delay: 1.375s;
}
.js .js-animation-title__element:nth-child(56) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.js .js-animation-title__element:nth-child(57) {
  -webkit-transition-delay: 1.425s;
  transition-delay: 1.425s;
}
.js .js-animation-title__element:nth-child(58) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
.js .js-animation-title__element:nth-child(59) {
  -webkit-transition-delay: 1.475s;
  transition-delay: 1.475s;
}
.js .js-animation-title__element:nth-child(60) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.js .js-animation-title__element:nth-child(61) {
  -webkit-transition-delay: 1.525s;
  transition-delay: 1.525s;
}
.js .js-animation-title__element:nth-child(62) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.js .js-animation-title__element:nth-child(63) {
  -webkit-transition-delay: 1.575s;
  transition-delay: 1.575s;
}
.js .js-animation-title__element:nth-child(64) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.js .js-animation-title__element:nth-child(65) {
  -webkit-transition-delay: 1.625s;
  transition-delay: 1.625s;
}
.js .js-animation-title__element:nth-child(66) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
.js .js-animation-title__element:nth-child(67) {
  -webkit-transition-delay: 1.675s;
  transition-delay: 1.675s;
}
.js .js-animation-title__element:nth-child(68) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.js .js-animation-title__element:nth-child(69) {
  -webkit-transition-delay: 1.725s;
  transition-delay: 1.725s;
}
.js .js-animation-title__element:nth-child(70) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.js .js-animation-title__element:nth-child(71) {
  -webkit-transition-delay: 1.775s;
  transition-delay: 1.775s;
}
.js .js-animation-title__element:nth-child(72) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.js .js-animation-title__element:nth-child(73) {
  -webkit-transition-delay: 1.825s;
  transition-delay: 1.825s;
}
.js .js-animation-title__element:nth-child(74) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
.js .js-animation-title__element:nth-child(75) {
  -webkit-transition-delay: 1.875s;
  transition-delay: 1.875s;
}
.js .js-animation-title__element:nth-child(76) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.js .js-animation-title__element:nth-child(77) {
  -webkit-transition-delay: 1.925s;
  transition-delay: 1.925s;
}
.js .js-animation-title__element:nth-child(78) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
.js .js-animation-title__element:nth-child(79) {
  -webkit-transition-delay: 1.975s;
  transition-delay: 1.975s;
}
.js .js-animation-title__element:nth-child(80) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.js .js-animation-title__element:nth-child(81) {
  -webkit-transition-delay: 2.025s;
  transition-delay: 2.025s;
}
.js .js-animation-title__element:nth-child(82) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
.js .js-animation-title__element:nth-child(83) {
  -webkit-transition-delay: 2.075s;
  transition-delay: 2.075s;
}
.js .js-animation-title__element:nth-child(84) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.js .js-animation-title__element:nth-child(85) {
  -webkit-transition-delay: 2.125s;
  transition-delay: 2.125s;
}
.js .js-animation-title__element:nth-child(86) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
.js .js-animation-title__element:nth-child(87) {
  -webkit-transition-delay: 2.175s;
  transition-delay: 2.175s;
}
.js .js-animation-title__element:nth-child(88) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.js .js-animation-title__element:nth-child(89) {
  -webkit-transition-delay: 2.225s;
  transition-delay: 2.225s;
}
.js .js-animation-title__element:nth-child(90) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.js .js-animation-title__element:nth-child(91) {
  -webkit-transition-delay: 2.275s;
  transition-delay: 2.275s;
}
.js .js-animation-title__element:nth-child(92) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.js .js-animation-title__element:nth-child(93) {
  -webkit-transition-delay: 2.325s;
  transition-delay: 2.325s;
}
.js .js-animation-title__element:nth-child(94) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
.js .js-animation-title__element:nth-child(95) {
  -webkit-transition-delay: 2.375s;
  transition-delay: 2.375s;
}
.js .js-animation-title__element:nth-child(96) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.js .js-animation-title__element:nth-child(97) {
  -webkit-transition-delay: 2.425s;
  transition-delay: 2.425s;
}
.js .js-animation-title__element:nth-child(98) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}
.js .js-animation-title__element:nth-child(99) {
  -webkit-transition-delay: 2.475s;
  transition-delay: 2.475s;
}
.js .js-animation-title__element:nth-child(100) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
@media all and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  .js .js-animation-title__element {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.js .js-animation-title.inview--complete {
  opacity: 1;
}
.js .js-animation-title.inview--complete .js-animation-title__element {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.js .js-animation-title--vertical > .js-animation-title__element:nth-child(even) {
  -webkit-transform: translate3d(0, -0.25em, 0);
  transform: translate3d(0, -0.25em, 0);
}
.js .js-animation-title--vertical > .js-animation-title__element:nth-child(odd) {
  -webkit-transform: translate3d(0, 0.25em, 0);
  transform: translate3d(0, 0.25em, 0);
}

.js time .js-animation-title__element:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js time .js-animation-title__element:nth-child(2) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.js time .js-animation-title__element:nth-child(3) {
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
.js time .js-animation-title__element:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js time .js-animation-title__element:nth-child(5) {
  -webkit-transition-delay: 0.425s;
  transition-delay: 0.425s;
}
.js time .js-animation-title__element:nth-child(6) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.js time .js-animation-title__element:nth-child(7) {
  -webkit-transition-delay: 0.475s;
  transition-delay: 0.475s;
}
.js time .js-animation-title__element:nth-child(8) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js time .js-animation-title__element:nth-child(9) {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}
.js time .js-animation-title__element:nth-child(10) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.js time .js-animation-title__element:nth-child(11) {
  -webkit-transition-delay: 0.575s;
  transition-delay: 0.575s;
}
.js time .js-animation-title__element:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.js time .js-animation-title__element:nth-child(13) {
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
.js time .js-animation-title__element:nth-child(14) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.js time .js-animation-title__element:nth-child(15) {
  -webkit-transition-delay: 0.675s;
  transition-delay: 0.675s;
}
.js time .js-animation-title__element:nth-child(16) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.js time .js-animation-title__element:nth-child(17) {
  -webkit-transition-delay: 0.725s;
  transition-delay: 0.725s;
}
.js time .js-animation-title__element:nth-child(18) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.js time .js-animation-title__element:nth-child(19) {
  -webkit-transition-delay: 0.775s;
  transition-delay: 0.775s;
}
.js time .js-animation-title__element:nth-child(20) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.js time .js-animation-title__element:nth-child(21) {
  -webkit-transition-delay: 0.825s;
  transition-delay: 0.825s;
}
.js time .js-animation-title__element:nth-child(22) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.js time .js-animation-title__element:nth-child(23) {
  -webkit-transition-delay: 0.875s;
  transition-delay: 0.875s;
}
.js time .js-animation-title__element:nth-child(24) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.js time .js-animation-title__element:nth-child(25) {
  -webkit-transition-delay: 0.925s;
  transition-delay: 0.925s;
}
.js time .js-animation-title__element:nth-child(26) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.js time .js-animation-title__element:nth-child(27) {
  -webkit-transition-delay: 0.975s;
  transition-delay: 0.975s;
}
.js time .js-animation-title__element:nth-child(28) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.js time .js-animation-title__element:nth-child(29) {
  -webkit-transition-delay: 1.025s;
  transition-delay: 1.025s;
}
.js time .js-animation-title__element:nth-child(30) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.js time .js-animation-title__element:nth-child(31) {
  -webkit-transition-delay: 1.075s;
  transition-delay: 1.075s;
}
.js time .js-animation-title__element:nth-child(32) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.js time .js-animation-title__element:nth-child(33) {
  -webkit-transition-delay: 1.125s;
  transition-delay: 1.125s;
}
.js time .js-animation-title__element:nth-child(34) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.js time .js-animation-title__element:nth-child(35) {
  -webkit-transition-delay: 1.175s;
  transition-delay: 1.175s;
}
.js time .js-animation-title__element:nth-child(36) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.js time .js-animation-title__element:nth-child(37) {
  -webkit-transition-delay: 1.225s;
  transition-delay: 1.225s;
}
.js time .js-animation-title__element:nth-child(38) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.js time .js-animation-title__element:nth-child(39) {
  -webkit-transition-delay: 1.275s;
  transition-delay: 1.275s;
}
.js time .js-animation-title__element:nth-child(40) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.js time .js-animation-title__element:nth-child(41) {
  -webkit-transition-delay: 1.325s;
  transition-delay: 1.325s;
}
.js time .js-animation-title__element:nth-child(42) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.js time .js-animation-title__element:nth-child(43) {
  -webkit-transition-delay: 1.375s;
  transition-delay: 1.375s;
}
.js time .js-animation-title__element:nth-child(44) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.js time .js-animation-title__element:nth-child(45) {
  -webkit-transition-delay: 1.425s;
  transition-delay: 1.425s;
}
.js time .js-animation-title__element:nth-child(46) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
.js time .js-animation-title__element:nth-child(47) {
  -webkit-transition-delay: 1.475s;
  transition-delay: 1.475s;
}
.js time .js-animation-title__element:nth-child(48) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.js time .js-animation-title__element:nth-child(49) {
  -webkit-transition-delay: 1.525s;
  transition-delay: 1.525s;
}
.js time .js-animation-title__element:nth-child(50) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.js time .js-animation-title__element:nth-child(51) {
  -webkit-transition-delay: 1.575s;
  transition-delay: 1.575s;
}
.js time .js-animation-title__element:nth-child(52) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.js time .js-animation-title__element:nth-child(53) {
  -webkit-transition-delay: 1.625s;
  transition-delay: 1.625s;
}
.js time .js-animation-title__element:nth-child(54) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
.js time .js-animation-title__element:nth-child(55) {
  -webkit-transition-delay: 1.675s;
  transition-delay: 1.675s;
}
.js time .js-animation-title__element:nth-child(56) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.js time .js-animation-title__element:nth-child(57) {
  -webkit-transition-delay: 1.725s;
  transition-delay: 1.725s;
}
.js time .js-animation-title__element:nth-child(58) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.js time .js-animation-title__element:nth-child(59) {
  -webkit-transition-delay: 1.775s;
  transition-delay: 1.775s;
}
.js time .js-animation-title__element:nth-child(60) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.js time .js-animation-title__element:nth-child(61) {
  -webkit-transition-delay: 1.825s;
  transition-delay: 1.825s;
}
.js time .js-animation-title__element:nth-child(62) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
.js time .js-animation-title__element:nth-child(63) {
  -webkit-transition-delay: 1.875s;
  transition-delay: 1.875s;
}
.js time .js-animation-title__element:nth-child(64) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.js time .js-animation-title__element:nth-child(65) {
  -webkit-transition-delay: 1.925s;
  transition-delay: 1.925s;
}
.js time .js-animation-title__element:nth-child(66) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
.js time .js-animation-title__element:nth-child(67) {
  -webkit-transition-delay: 1.975s;
  transition-delay: 1.975s;
}
.js time .js-animation-title__element:nth-child(68) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.js time .js-animation-title__element:nth-child(69) {
  -webkit-transition-delay: 2.025s;
  transition-delay: 2.025s;
}
.js time .js-animation-title__element:nth-child(70) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
.js time .js-animation-title__element:nth-child(71) {
  -webkit-transition-delay: 2.075s;
  transition-delay: 2.075s;
}
.js time .js-animation-title__element:nth-child(72) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.js time .js-animation-title__element:nth-child(73) {
  -webkit-transition-delay: 2.125s;
  transition-delay: 2.125s;
}
.js time .js-animation-title__element:nth-child(74) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
.js time .js-animation-title__element:nth-child(75) {
  -webkit-transition-delay: 2.175s;
  transition-delay: 2.175s;
}
.js time .js-animation-title__element:nth-child(76) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.js time .js-animation-title__element:nth-child(77) {
  -webkit-transition-delay: 2.225s;
  transition-delay: 2.225s;
}
.js time .js-animation-title__element:nth-child(78) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.js time .js-animation-title__element:nth-child(79) {
  -webkit-transition-delay: 2.275s;
  transition-delay: 2.275s;
}
.js time .js-animation-title__element:nth-child(80) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.js time .js-animation-title__element:nth-child(81) {
  -webkit-transition-delay: 2.325s;
  transition-delay: 2.325s;
}
.js time .js-animation-title__element:nth-child(82) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
.js time .js-animation-title__element:nth-child(83) {
  -webkit-transition-delay: 2.375s;
  transition-delay: 2.375s;
}
.js time .js-animation-title__element:nth-child(84) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.js time .js-animation-title__element:nth-child(85) {
  -webkit-transition-delay: 2.425s;
  transition-delay: 2.425s;
}
.js time .js-animation-title__element:nth-child(86) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}
.js time .js-animation-title__element:nth-child(87) {
  -webkit-transition-delay: 2.475s;
  transition-delay: 2.475s;
}
.js time .js-animation-title__element:nth-child(88) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.js time .js-animation-title__element:nth-child(89) {
  -webkit-transition-delay: 2.525s;
  transition-delay: 2.525s;
}
.js time .js-animation-title__element:nth-child(90) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}
.js time .js-animation-title__element:nth-child(91) {
  -webkit-transition-delay: 2.575s;
  transition-delay: 2.575s;
}
.js time .js-animation-title__element:nth-child(92) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.js time .js-animation-title__element:nth-child(93) {
  -webkit-transition-delay: 2.625s;
  transition-delay: 2.625s;
}
.js time .js-animation-title__element:nth-child(94) {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}
.js time .js-animation-title__element:nth-child(95) {
  -webkit-transition-delay: 2.675s;
  transition-delay: 2.675s;
}
.js time .js-animation-title__element:nth-child(96) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.js time .js-animation-title__element:nth-child(97) {
  -webkit-transition-delay: 2.725s;
  transition-delay: 2.725s;
}
.js time .js-animation-title__element:nth-child(98) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
.js time .js-animation-title__element:nth-child(99) {
  -webkit-transition-delay: 2.775s;
  transition-delay: 2.775s;
}
.js time .js-animation-title__element:nth-child(100) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

@keyframes shine {
  0% {
    background-color: #00264d;
  }
  10% {
    background-color: #5f6eaa;
  }
  100% {
    background-color: #00264d;
  }
}
@keyframes hoverlink {
  0%, 100% {
    width: 100px;
  }
  50% {
    width: 100%;
  }
}
@keyframes show-path {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ----------------------------------------------------------------
	vi
----------------------------------------------------------------- */
.vi-visual {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35%;
  position: relative;
}
@media (max-width: 767px) {
  .vi-visual {
    padding-top: 61.75%;
  }
}

.vi video {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  border: 0 none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #fff;
  object-fit: cover;
}

@media (max-width: 767px) {
  .vi video {
    left: -5%;
    width: 110%;
  }
}
#vi {
  z-index: 1;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 20px solid #eee;
  border-bottom: 20px solid #eee;
  background-color: rgba(0, 0, 0, 0.15);
  	/*
  	&-visual{
  		position: relative;
  	}
  	.swiper-slide{
  		background-repeat: no-repeat;
  		background-position: 50% 50%;
  		background-size: 0 0;
  		&:after{
  			content:'';
  			position: absolute;
  			top:0;
  			left:0;
  			width: 100%;
  			height: 100%;
  			background-repeat: no-repeat;
  			background-position: 100% 50%;
  			background-size: cover;
  			-webkit-backface-visibility:hidden;
  			backface-visibility:hidden;
  			will-change: transform;
  		}
  		height: calc( 100vh / 1.75 );
  		@include forTablet{
  			height: calc( 100vh / 2 );
  		}
  		@include forSP{
  			height: calc( 100vh / 2.5 );
  		}
  		&-prev{
  			&:after{
  				transform: scale(1);
  			}
  		}
  		&-next{
  			&:after{
  				transform: scale(1.08);
  			}
  		}
  	}
  
  	.swiper-pagination{
  		-webkit-backface-visibility:hidden;
  		backface-visibility:hidden;
  		&-bullet-active{
  			background-color: #069776;
  		}
  	}
  	.swiper-slide{
  		&:after{
  			background-image:inherit;
  		}
  	}
  	.swiper-slide-active{
  		&:after{
  			animation:zoom-vi 2s;
  		}
  	}
  	@keyframes zoom-vi {
  		0% {
  			transform: scale(1.08);
  		}
  		100% {
  			transform: scale(1);
  		}
  	}
  	*/
}
#vi:before {
  content: '';
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
#vi .vi-text {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33) url(/images/common/logo--white.svg) no-repeat 50% 50%;
  background-size: 20% auto;
  opacity: 0.33;
}
@media (max-width: 767px) {
  #vi .vi-text {
    display: none;
    /*
    background-size: auto 20%;
    */
  }
}

/* ----------------------------------------------------------------
	logos
----------------------------------------------------------------- */
#logos {
  z-index: 1;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#logos-visual {
  position: relative;
}
#logos .swiper-wrapper {
  transition-timing-function: linear;
}
#logos .swiper-slide {
  /*
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content:center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  */
  width: auto;
}
#logos .swiper-slide a {
  text-decoration: none;
}
#logos .swiper-slide a:hover img {
  transform: scale(1.05);
}
#logos .swiper-slide figure span {
  display: block;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: .25rem;
}
@media (max-width: 767px) {
  #logos .swiper-slide figure span {
    width: 150px;
    height: 150px;
  }
}
#logos .swiper-slide figure span img {
  width: auto;
  height: 100%;
  transition: transform 0.6s;
  object-fit: cover;
  object-position: 50% 50%;
}
#logos .swiper-slide figcaption {
  margin: 0.66em 0 0 0;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #logos .swiper-slide figcaption {
    width: 150px;
  }
}
#logos .swiper-pagination {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#logos .swiper-pagination-bullet-active {
  background-color: #00264d;
}

/* ----------------------------------------------------------------
	home
----------------------------------------------------------------- */
.home {
  /*
  & + #scroll #scrollDown {
  	path{
  		fill:#fff !important;
  	}
  }
  */
}
.home #content {
  padding-top: 0;
}
.home-search {
  border: 1px solid #00264d;
  background-color: #fff;
  /*
  transform:translateY(-50%);
  */
  position: relative;
  padding: 40px 30px 40px 40px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-search {
    padding: 20px 10px 20px 20px;
  }
}
.home-search .feas-big-title,
.home-search .feas-title {
  display: none;
}
.home-search .feas-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-search .feas-row + .feas-row {
  margin-top: 10px;
}
.home-search dt {
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0.5em 1em;
  background-color: #00264d;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .home-search dt {
    font-size: 12px;
    top: -6px;
    left: 20px;
  }
}
.home-search dt b {
  font-weight: bold;
  font-size: 120%;
}
.home-search dt:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -24px;
  left: 50%;
  border: 12px solid transparent;
  border-top: 12px solid #00264d;
  margin-left: -12px;
}
@media (max-width: 767px) {
  .home-search dt:before {
    bottom: -12px;
    border: 6px solid transparent;
    border-top: 6px solid #00264d;
    margin-left: -6px;
  }
}
.home-search dd {
  margin: 0;
  padding: 0;
}
.home-search .feas-form-elements {
  width: 100%;
}
.home-search .feas-dropdown {
  width: calc( 33.3333% - 10px );
  padding-right: 10px;
  position: relative;
}
.home-search .js-dropdown,
.home-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #00264d;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  padding: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .home-search .js-dropdown {
    font-size: 12px;
    padding: 1.45em 1em;
  }
}
.home-search .js-dropdown:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 3px;
  height: 3px;
  border: 0 none;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg) translateY(-50%);
}
@media (max-width: 767px) {
  .home-search .js-dropdown:after {
    right: 1.45em;
  }
}
.home-search .js-dropdown + select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-search .feas-freeword {
  width: calc( 75% - 10px );
}
@media (max-width: 767px) {
  .home-search .feas-freeword {
    width: calc( 66.6666% - 36px );
  }
}
.home-search .feas-freeword input[type="text"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #00264d;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  padding: 12px;
}
.home-search .feas-submit-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #00264d;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: calc( 25% - 60px );
  line-height: 1;
  font-size: 12px;
  padding: 16px 12px 16px 12px;
  border-radius: 0;
  border: 0 none;
}
@media (max-width: 767px) {
  .home-search .feas-submit-button {
    bottom: 20px;
    right: 20px;
    width: calc( 33.3333% - 20px );
  }
}
.home-search .feas-submit-button:hover {
  animation: shine 1s;
  /*
  background-color:#555;
  */
}
.home-pickup {
  overflow: hidden;
  position: relative;
}
.home-pickup .swiper-pickup {
  position: relative;
}
.home-pickup .swiper-pickup:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-color: #efefef;
}
.home-pickup .swiper-container {
  padding: 3px 0;
}
.home-pickup .swiper-slide {
  background-size: 0 0;
  background-repeat: none;
  height: auto;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.home-pickup .swiper-slide:hover:before {
  opacity: 0.8;
}
.home-pickup .swiper-slide:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.home-pickup .swiper-slide a {
  display: block;
  color: #555;
  text-decoration: none;
  background-image: inherit;
  background-size: 0 0;
  background-repeat: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.home-pickup .swiper-slide a:before {
  content: '';
  padding-top: 80%;
  position: relative;
  z-index: -1;
  display: block;
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: transform 0.6s;
}
.home-pickup .swiper-slide a:hover:before {
  transform: scale(1.08);
}
.home-pickup .swiper-slide a:after {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-pickup .swiper-slide a span {
  position: relative;
  z-index: 2;
  text-align: left;
  display: block;
  padding: 1em 10px;
  line-height: 1.4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .home-pickup .swiper-slide a span {
    padding: 10px;
  }
}
.home-pickup .swiper-slide a span:before {
  content: '';
  display: block;
  z-index: -1;
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-pickup .swiper-parts {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 30px 0;
}
.home-pickup .swiper-parts .swiper-pagination,
.home-pickup .swiper-parts .swiper-button-next,
.home-pickup .swiper-parts .swiper-button-prev {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.home-pickup .swiper-parts .swiper-pagination-bullet {
  margin: 0 10px;
  width: 20px;
  height: 20px;
}
.home-pickup .swiper-parts .swiper-pagination-bullet-active {
  background-color: #00264d;
}
.home-pickup .swiper-parts .swiper-button-prev,
.home-pickup .swiper-parts .swiper-button-next {
  width: 20px;
  height: 20px;
  background-image: none;
  position: relative;
}
.home-pickup .swiper-parts .swiper-button-prev:before,
.home-pickup .swiper-parts .swiper-button-next:before {
  content: "";
  display: block;
  border-bottom: 2px solid #00264d;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-pickup .swiper-parts .swiper-button-prev {
  margin-right: 10px;
}
.home-pickup .swiper-parts .swiper-button-prev:before {
  border-right: 2px solid #00264d;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.home-pickup .swiper-parts .swiper-button-next {
  margin-left: 10px;
}
.home-pickup .swiper-parts .swiper-button-next:before {
  border-left: 2px solid #00264d;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.home-category li {
  padding: 0;
  margin: 0;
}
.home-category li:before {
  display: none;
}
.home-category li a {
  display: block;
  position: relative;
  padding: 0.33em 1.5em 0.33em 10px;
  border-bottom: 1px solid #efefef;
}
.home-category li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  border: 0 none;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #00264d;
  border-left: 2px solid #00264d;
  transform: translateY(-50%) rotate(-135deg);
}

/* ----------------------------------------------------------------
	headline
----------------------------------------------------------------- */
.headline {
  position: relative;
  margin: 0;
  padding: 30px 0;
  overflow: hidden;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .headline {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.headline h2 {
  line-height: 1.2;
  letter-spacing: 0.015em;
  font-size: 60px;
  font-weight: 200;
  color: #00264d;
  margin: 0 auto;
  max-width: 1040px;
  text-align: center;
}
@media (max-width: 1080px) {
  .headline h2 {
    font-size: 48px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 980px) {
  .headline h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .headline h2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 6.5vw;
  }
}

/* ----------------------------------------------------------------
	breadcrumbs
----------------------------------------------------------------- */
.breadcrumbs {
  margin-top: 90px;
  z-index: 1;
  position: relative;
  background-color: #cbe5ff;
}
@media (max-width: 1280px) {
  .breadcrumbs {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 980px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .breadcrumbs {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.breadcrumbs:before {
  content: '';
  display: block;
  height: 0.75em;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .breadcrumbs:before {
    height: 0.33em;
  }
}
.breadcrumbs ol {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75em 0;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .breadcrumbs ol {
    overflow: visible;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
  }
  .breadcrumbs ol::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumbs ol li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 1em;
  margin: 0 0.5em 0 0;
  font-size: 11px;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767px) {
  .breadcrumbs ol li {
    font-size: 3vw;
  }
}
.breadcrumbs ol li:before {
  content: "\3E";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline;
}
.breadcrumbs ol li:first-child {
  padding-left: 0;
}
.breadcrumbs ol li:first-child:before {
  display: none;
}
.breadcrumbs ol li a {
  position: relative;
  text-decoration: underline;
  color: #00264d;
}

/* ----------------------------------------------------------------
	toc
----------------------------------------------------------------- */
.toc {
  margin: 0 0 3em 0;
}
.toc ul {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0;
  padding: 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.toc li {
  margin: 0;
  padding: 0;
  width: 33.333333%;
  height: 60px;
  list-style: none;
  position: relative;
  display: table;
  line-height: 1.4;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .toc li {
    width: 50%;
    height: 16vw;
  }
}
.toc li:before, .toc li:after {
  display: none;
}
.toc li a {
  vertical-align: middle;
  display: table-cell;
  padding: 0 25px 0 25px;
  position: relative;
  text-decoration: none;
  color: #000;
}
@media (min-width: 981px) {
  .toc li a:hover {
    color: #888;
  }
}
@media (max-width: 767px) {
  .toc li a {
    padding-left: 10px;
    padding-right: 28px;
  }
}
.toc li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border: 0 none;
  border-bottom: 2px solid #00264d;
  border-left: 2px solid #00264d;
  -ms-transform: translate(-4px, -50%) rotate(-45deg);
  transform: translate(-4px, -50%) rotate(-45deg);
  margin: 0;
  padding: 0;
}
.toc--div1 li {
  width: 100%;
}
.toc--div2 li {
  width: 50%;
}

/* ----------------------------------------------------------------
	content
----------------------------------------------------------------- */
article {
  font-size: 15px;
}
@media (max-width: 767px) {
  article {
    font-size: 4vw;
  }
}
article h3 {
  margin: 0;
  padding: 0 0 0 1em;
  position: relative;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 3px solid #00264d;
}
article h4 {
  margin: 40px 0 20px 0;
  background-color: #00264d;
  color: #fff;
  font-weight: bold;
  padding: 1em;
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 3px;
}
@media (max-width: 980px) {
  article h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  article h4 {
    margin-top: 2em;
    margin-bottom: 0.75em;
    font-size: 4.5vw;
  }
}
article h5 {
  margin: 40px 0 20px 0;
  letter-spacing: 0.015em;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #ddd;
}
@media (max-width: 980px) {
  article h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  article h5 {
    margin-top: 2em;
    margin-bottom: 0.75em;
    font-size: 5vw;
  }
}
article h5:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  background-color: #00264d;
}
article h6 {
  margin: 40px 0 15px 0;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 0 0 1.33em;
  background: url(/images/common/h6.svg) no-repeat 0 50%;
  background-size: 1em 1em;
}
@media (max-width: 980px) {
  article h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  article h6 {
    margin-top: 2em;
    margin-bottom: 0.75em;
    font-size: 4vw;
  }
}
article table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-bottom: 0 none;
}
article th {
  text-align: center;
  line-height: 1.4;
  padding: 1em 0 1em;
  font-weight: bold;
  width: 10em;
  border: 1px solid #ddd;
  border-right: 0 none;
  border-top: 0 none;
  color: #00264d;
  background-color: #cbe5ff;
}
@media (max-width: 767px) {
  article th {
    width: 6em;
  }
}
article td {
  border: 1px solid #ddd;
  border-right: 0 none;
  border-top: 0 none;
  line-height: 1.4;
  padding: 1em 1em 1em 1.5em;
}
@media (max-width: 767px) {
  article td {
    padding-left: 0.75em;
    padding-right: 0.5em;
  }
}
article td ol, article td ul {
  margin-top: 0;
  margin-bottom: 0;
}
article td p + ul,
article td p + ol {
  margin-top: 0.33em;
}
article td dl {
  margin: 0;
}
article td dd + dt {
  margin-top: 1em;
}
article td dt {
  margin: 0;
}
article td dd {
  margin: 0;
}
article td a[href^="tel:"] {
  color: #333;
  text-decoration: none;
}
article td a[href^="https://goo.gl"] {
  background-color: #333;
  color: #fff;
  margin-left: 0.5em;
  padding: 0.33em;
  border-radius: 3px;
  line-height: 1;
  font-size: 90%;
  text-decoration: none;
  transition: background-color 0.3s;
}
article td a[href^="https://goo.gl"]:hover {
  background-color: #000;
}
article ol {
  margin: 1em 0;
  padding: 0;
  counter-reset: num;
}
article ol > li {
  list-style: none;
  position: relative;
  padding-left: 1.75em;
  margin: 0.33em 0;
  line-height: 1.6;
}
article ol > li:first-child {
  margin-top: 0;
}
article ol > li:last-child {
  margin-bottom: 0;
}
article ol > li:before {
  content: counter(num) ". ";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  color: #00264d;
  width: 1.5em;
  text-align: right;
}
article ul {
  margin: 1em 0;
  padding: 0;
}
article ul > li {
  list-style: none;
  position: relative;
  padding-left: 1.75em;
  margin: 0.33em 0;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article ul > li:first-child {
  margin-top: 0;
}
article ul > li:last-child {
  margin-bottom: 0;
}
article ul > li:before {
  content: '';
  width: 0.33em;
  height: 0.33em;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  top: 0.66em;
  left: 0.5em;
}

/* ----------------------------------------------------------------
	parts
----------------------------------------------------------------- */
.txt-r {
  text-align: right;
}

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

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

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin: 2em auto;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 767px) {
  .embed {
    margin: 1.5em auto;
  }
}
.embed + .caption {
  margin-top: -50px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .embed + .caption {
    margin-top: -30px;
    margin-bottom: 40px;
  }
}
.embed + .embed, .embed + .img {
  border-top: 2px solid #fff;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .embed + .embed, .embed + .img {
    margin-top: -40px;
  }
}
.embed video,
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.no-js .embed:before {
  opacity: 0;
  visibility: hidden;
}
.no-js .embed iframe {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ----------------------------------------------------------------
	contact
----------------------------------------------------------------- */
.contactinfo {
  border: 2px solid #00264d;
  padding: 20px;
  margin: 2em auto;
  text-align: center;
  max-width: 30em;
}
@media (max-width: 767px) {
  .contactinfo {
    padding: 10px;
  }
}
.contactinfo dt {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.33em;
  line-height: 1.2;
  border-bottom: 1px solid #ddd;
}
.contactinfo dd {
  line-height: 2;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------
	notes
----------------------------------------------------------------- */
.notes {
  margin: 1em 0 !important;
  position: relative;
  padding-left: 1.25em !important;
  list-style: none !important;
  line-height: 1.4 !important;
}
.notes > li {
  font-size: 80%;
  color: inherit;
  position: relative;
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0.5em 0 !important;
}
.notes > li:before {
  display: none !important;
}
.notes__head {
  position: absolute;
  top: 0;
  left: -1.25em;
}

li > .notes {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ----------------------------------------------------------------
	movie
----------------------------------------------------------------- */
.movie {
  position: relative;
  cursor: pointer;
}
.movie .embed {
  margin: 0 !important;
}
.movie figcaption {
  display: block;
  margin: 1em 0 0 0;
  padding: 0;
}

/* ----------------------------------------------------------------
	movie
----------------------------------------------------------------- */
.faq {
  margin: 0;
  padding: 0;
}
.faq dt {
  display: table;
  min-height: 36px;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-weight: bold;
  font-weight: 20px;
}
@media (max-width: 980px) {
  .faq dt {
    font-weight: 18px;
  }
}
@media (max-width: 767px) {
  .faq dt {
    font-weight: 4.5vw;
  }
}
.faq dt span {
  min-height: 36px;
  padding: 0 0 0 50px;
  background: url(/images/common/q.svg) no-repeat 0 50%;
  background-size: 40px auto;
  display: table-cell;
  vertical-align: middle;
}
.faq dd {
  line-height: 2;
  margin: 0;
  padding: 0 0 0 50px;
  position: relative;
}
.faq dd:before {
  content: 'A';
  display: block;
  width: 35px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #00264d;
  font-weight: bold;
  line-height: 2;
}
.faq dd + dt {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #eee;
}

/* ----------------------------------------------------------------
	btn
----------------------------------------------------------------- */
.btn {
  cursor: pointer;
  display: block;
  line-height: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  max-width: 30em;
  height: 4em;
  margin: 2em auto;
  font-weight: bold;
  font-size: 15px;
}
.btn + .btn {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .btn {
    height: 3.5em;
    font-size: 4vw;
    max-width: 100%;
  }
}
.btn > span,
.btn > a {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background: #00264d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn > span:after,
.btn > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  border: 0 none;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translateY(-50%) rotate(-135deg);
}
.btn > span:hover,
.btn > a:hover {
  animation: shine 1s;
}
.btn > span > span,
.btn > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn > span > span,
  .btn > a > span {
    font-size: 4vw;
  }
}

.btns {
  margin: 2em 0;
}
.btns .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.download {
  display: table;
  width: 100%;
  margin: 0;
}
.download > dt,
.download > dd {
  display: table-cell;
}
.download > dt {
  vertical-align: middle;
  width: 8em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .download > dt {
    width: 7em;
  }
}
.download .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.download .btn > span:after,
.download .btn > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 20px;
  height: 17px;
  border: 0 none;
  transform: translateY(-50%);
  background-image: url(/images/common/download.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.download .btn > span:hover:after,
.download .btn > a:hover:after {
  background-image: url(/images/common/download--white.svg);
}

/* ----------------------------------------------------------------
	ads
----------------------------------------------------------------- */
.ads {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
  border-bottom: 1px solid #ccc;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .ads {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1080px) {
  .ads {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ads {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.ads-wrapper {
  padding: 0;
  background-color: #fff;
}
.ads .dfad {
  width: calc( 33.3333% - 1em );
  margin-right: 1.5em;
}
@media (max-width: 767px) {
  .ads .dfad {
    width: calc( 33.3333% - 7px );
    margin-right: 10px;
  }
}
.ads .dfad:nth-child(3n) {
  margin-right: 0;
}
.ads .dfad:nth-child(n+4) {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .ads .dfad:nth-child(n+4) {
    margin-top: 10px;
  }
}

.banner {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .banner {
    margin-top: 40px;
  }
}
.banner a {
  border: 1px solid #eee;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px 0px;
}
.banner a img {
  transition: transform .3s ease-in-out;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  display: block;
}
.banner a:hover img {
  transform: scale(1.04);
}

/* ----------------------------------------------------------------
	title
----------------------------------------------------------------- */
.title {
  background-color: #00264d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.2em;
  padding: 1.33em 0;
  line-height: 1;
}
.title small {
  display: block;
  font-size: 50%;
  font-weight: normal;
  margin: 0 0 0.33em 0;
  padding: 0;
}

/* ----------------------------------------------------------------
	mc-main
----------------------------------------------------------------- */
.mc-main h3 {
  text-align: left;
}
.mc-main h3 a svg {
  fill: #00264d !important;
}
.mc-main h3:before {
  display: none;
}
.mc-main .mc-title {
  color: #00264d !important;
}
.mc-main .current-day {
  border-bottom-color: #d00 !important;
}
.mc-main .mc-date-switcher select {
  height: 2em;
  line-height: 2em;
  border-radius: 0;
  border: 0 none;
  border-bottom: 1px solid #ccc;
  margin-left: 0.5em;
}
.mc-main .mc-date-switcher .button {
  background-color: #fff;
  color: #00264d;
  border: 2px solid #00264d;
  border-radius: 3px;
  color: inherit;
  display: block;
  height: 100%;
  transition: color 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0.5em;
}
.mc-main .mc-date-switcher .button:hover {
  background-color: #00264d;
  color: #fff;
}
@media (max-width: 767px) {
  .mc-main .mc-content {
    overflow-x: auto;
  }
}

/* ----------------------------------------------------------------
  form
----------------------------------------------------------------- */
/*contact*/
#mobileMailError,
.caution {
  color: #231815;
  border: 1px solid #f3b031;
  background-color: #fcf8e3;
  display: block;
  padding: 0.5em;
  margin: 0;
  font-weight: bold;
  line-height: 1.6;
}
#mobileMailError dt,
.caution dt {
  text-align: center;
  font-weight: bold;
}
#mobileMailError dd,
.caution dd {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  text-align: left;
}

.remodal h3,
.remodal .tel {
  text-align: center;
}

/*form*/
.wpcf7 {
  text-align: left;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 [role="alert"] {
  margin: .5em 0;
  padding: 0.33em 1em;
}

.wpcf7 [role="alert"]:not(:empty),
.wpcf7 form .wpcf7-response-output {
  color: #231815;
  border: 1px solid #f3b031;
  background-color: #fcf8e3;
  line-height: 1.8;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.66em 1em;
  margin: 1em 0;
}

.wpcf7 [role="alert"] ul {
  margin-top: 0;
  margin-bottom: 0;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #019271;
  border: 1px solid #019271;
  background-color: #e8f5f2;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #d41717;
  border: 1px solid #d41717;
  background-color: #fff4f4;
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #d41717;
  border: 1px solid #d41717;
  background-color: #fff4f4;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #231815;
  border: 1px solid #f3b031;
  background-color: #fcf8e3;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 0.5em !important;
}

.include-input-numeric .wpcf7-not-valid-tip {
  white-space: nowrap;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7 {
  margin-top: 0 !important;
}
.wpcf7:not(:last-child) {
  margin-bottom: 2.65385rem;
}
.wpcf7-form > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 1.76923rem;
}
.wpcf7-form > :first-child {
  margin-top: 0;
}
.wpcf7-form > h1 {
  margin-top: 0;
  margin-bottom: 1.76923rem;
}
.wpcf7-form > h2 {
  margin-top: 3.53846rem;
  margin-bottom: 2.21154rem;
}
.wpcf7-form > h3 {
  margin-top: 3.09615rem;
  margin-bottom: 1.32692rem;
}
.wpcf7-form > h4 {
  margin-top: 2.21154rem;
  margin-bottom: .88462rem;
  padding-left: 0.66em;
  border-left: 1px solid #00264d;
}
.wpcf7-form > h5, .wpcf7-form > h6 {
  margin-top: 1.76923rem;
  margin-bottom: .88462rem;
}
.wpcf7-form > ol ol, .wpcf7-form > ol ul, .wpcf7-form > ul ol, .wpcf7-form > ul ul {
  margin-bottom: 0;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: 0;
  transition: border .2s ease-out;
  padding: .44231rem .88462rem;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
  max-width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
}
.wpcf7-list-item label:hover, .wpcf7-select:hover, .wpcf7-text:hover, .wpcf7-textarea:hover {
  border-color: #999;
}
.wpcf7-list-item label:active, .wpcf7-list-item label:focus, .wpcf7-list-item label:focus-within, .wpcf7-list-item label[aria-selected=true], .wpcf7-select:active, .wpcf7-select:focus, .wpcf7-select:focus-within, .wpcf7-select[aria-selected=true], .wpcf7-text:active, .wpcf7-text:focus, .wpcf7-text:focus-within, .wpcf7-text[aria-selected=true], .wpcf7-textarea:active, .wpcf7-textarea:focus, .wpcf7-textarea:focus-within, .wpcf7-textarea[aria-selected=true] {
  border-color: #999;
}
.wpcf7-text > input, .wpcf7-text > textarea, .wpcf7-textarea > input, .wpcf7-textarea > textarea {
  border: none;
  outline: none;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
}
.wpcf7-select:disabled, .wpcf7-text:disabled, .wpcf7-textarea:disabled {
  background-color: #f7f7f7;
}
.wpcf7-select, .wpcf7-textarea, .wpcf7-text {
  height: auto;
  width: 100%;
  -webkit-appearance: none;
}
.wpcf7-submit {
  display: inline-block;
  cursor: pointer;
  line-height: 2;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #00264d;
  border: none;
  border-radius: 0px;
  color: #fff;
  padding: .88462rem 2.21154rem;
  max-width: 100%;
  transition: all 0.2s ease-out;
}
.wpcf7-not-valid-tip {
  color: #bb1e21;
  line-height: 1.8;
}
.wpcf7-mail-sent-ok,
.wpcf7 .valid {
  color: #019271;
  border: 1px solid #019271;
  background-color: #e8f5f2;
  display: block;
  padding: 0.5em;
  margin: 0.75em 0 0 0;
  font-weight: bold;
  line-height: 1.6;
}
.wpcf7-hidden-for-focus {
  margin-top: 0 !important;
  height: 30px;
}
@media (max-width: 767px) {
  .wpcf7-hidden-for-focus {
    height: 1px;
  }
}
.wpcf7c-conf {
  background-color: #fff;
}
.wpcf7 label {
  position: relative;
  font-size: 1em;
  display: block;
}
.wpcf7 label + label {
  margin-top: 0.5em;
}
.wpcf7 label .required {
  display: inline-block;
  color: #fff;
  background: #bb1e21;
  font-size: 0.5em;
  line-height: 1;
  padding: 0.5em;
  border-radius: 3px;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wpcf7 label .placeholder {
  z-index: 1;
  line-height: 1;
  position: absolute;
  top: calc( 0.44231rem + 0.5em );
  right: 10px;
}
.wpcf7 label .input-numeric {
  width: calc( 100% - 5.5em );
  margin-left: 3.5em;
  margin-right: 2em;
  text-align: left;
}
.wpcf7 #your-address1 {
  padding-left: 2.25em;
}
.wpcf7 .include-input-numeric {
  max-width: 10em;
}
.wpcf7 .include-input-numeric .placeholder {
  right: 0;
}
@media (max-width: 767px) {
  .wpcf7 .include-input-numeric {
    max-width: 100%;
  }
  .wpcf7 .include-input-numeric .placeholder {
    right: 10px;
  }
}
.wpcf7-submit {
  width: 100%;
}
.wpcf7-textarea, .wpcf7-text {
  width: 100%;
  font-size: 16px;
}
.wpcf7-list-item {
  margin-left: 0;
  display: block;
  margin-top: 0.5em;
}
.wpcf7-list-item label {
  display: block;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}
@media (max-width: 767px) {
  .wpcf7-list-item label {
    margin-top: 10px;
  }
}
.wpcf7-list-item label:hover {
  border-color: #999;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  padding: 0;
  margin: 0;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.66em;
}
.wpcf7-checkbox .wpcf7-list-item label {
  padding: .44231rem .88462rem;
}
.wpcf7-select {
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7 .ajax-loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

.submit {
  position: relative;
}
.submit p {
  margin: 0;
  padding: 0;
}
.submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.tel {
  color: #00264d;
}
.tel a {
  color: #00264d;
  text-decoration: none;
}
.tel a span {
  font-size: 2em;
  font-weight: bold;
  padding-left: 1.33em;
  background: url(/images/common/phone.svg) no-repeat 0 50%;
  background-size: 1em auto;
}

.remodal small {
  margin-right: 0.5em;
}

.hidden {
  height: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

/* ----------------------------------------------------------------
	search
----------------------------------------------------------------- */
.search__box {
  margin: 2em 0 3em 0;
  padding: 0;
}
.search__box dt {
  position: relative;
  border-bottom: 1px solid #00264d;
  padding: 0 0 3px 10px;
  margin: 0 0 1em 0;
}
.search__box dt:before {
  content: '';
  display: block;
  width: 3px;
  height: calc( 100% - 6px );
  position: absolute;
  top: 0;
  left: 0;
  background: #00264d;
}
.search__box dd {
  margin: 0;
  padding: 0;
}
.search__box .feas-big-title {
  display: none;
}
.search__box .feas-dropdown {
  border: 1px solid #00264d;
  border-radius: 2em;
  line-height: 1;
  position: relative;
  font-size: 16px;
  margin: 0;
  height: 2em;
}
.search__box .feas-dropdown .feas-title {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 1em;
  font-size: 12px;
  color: #00264d;
}
.search__box .feas-dropdown .js-dropdown,
.search__box .feas-dropdown select {
  z-index: 1;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  border: 0 none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em 0 0.5em 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search__box .feas-dropdown .js-dropdown option,
.search__box .feas-dropdown select option {
  background-color: #fff;
  color: #000;
}
.search__box .feas-dropdown + .feas-dropdown {
  margin-top: 1.33em;
}
.search__box .feas-dropdown .js-dropdown:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 3px;
  height: 3px;
  border: 0 none;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg) translateY(-50%);
}
.search__box .feas-dropdown .js-dropdown + select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.search__box .feas-checkbox .feas-title {
  border: 1px solid #00264d;
  border-radius: 2em;
  background-color: #fff;
  line-height: 1;
  position: relative;
  font-size: 16px;
  margin: -1em -1em 1em -1em;
  height: 2em;
  z-index: 2;
}
.search__box .feas-checkbox .feas-title:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  width: 3px;
  height: 3px;
  border: 0 none;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg) translateY(-50%);
}
.search__box .feas-checkbox .feas-title span {
  display: block;
  font-size: 12px;
  color: #00264d;
  padding: 10px 0 10px 1em;
}
.search__box .feas-checkbox {
  padding: 1em;
  font-size: 16px;
  position: relative;
  margin-top: 1.33em;
}
.search__box .feas-checkbox:after {
  content: '';
  display: block;
  width: 100%;
  height: calc( 100% - 1em );
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f9fafa;
  border-radius: 0 0 2em 2em;
}
.search__box .feas-checkbox label {
  position: relative;
  z-index: 1;
  border: 1px solid #efefef;
  background-color: #fff;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1;
  padding: 0.5em 1em;
  margin: 0.5em 0.33em 0 0;
  text-decoration: none;
  display: inline-block;
}
.search__box .feas-checkbox label input {
  margin-right: 0.5em;
}
.search__box .feas-freeword {
  margin: 1em 0 0 0;
  position: relative;
}
.search__box .feas-freeword .feas-title {
  display: none;
}
.search__box .feas-freeword input {
  border: 1px solid #00264d;
  border-radius: 2em;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em 0 0.5em 6em;
  background: url(/images/common/search.svg) no-repeat 2.33em 50%;
  background-size: 1em auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search__box .feas-submit {
  margin: 1.33em 0 0 0;
  padding: 0;
  text-align: center;
}
.search__box .feas-submit-button {
  color: #fff;
  background: #00264d;
  border: 1px solid #00264d;
  border-radius: 32px;
  line-height: 1;
  font-size: 12px;
  padding: 10px 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search__box .feas-submit-button:hover {
  animation: shine 1s;
}
.search__upper {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search__upper__title {
  width: 20%;
  font-size: 80%;
  white-space: nowrap;
}
.search__upper__title b {
  font-size: 133%;
  font-weight: bold;
  color: #00264d;
  margin: 0 0.33em 0 0;
}
.search__upper__sort {
  width: 80%;
  font-size: 80%;
  margin-bottom: 2em;
  /*
  .feas-sl-1-down{
  	margin-right:0.5em;
  }
  */
}
.search__upper__sort dl {
  margin: 0 0 0 auto;
  display: table;
}
.search__upper__sort dl dt {
  display: table-cell;
  white-space: nowrap;
  margin: 0;
  padding: 0 0.5em 0 0;
  border-right: 1px solid #00264d;
}
.search__upper__sort dl dd {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 0.5em;
}
.search__upper__sort span + .feas-title {
  margin-left: 0.5em;
}
.search__upper__sort a {
  color: #00264d;
  padding: 0 0.15em;
  font-weight: bold;
}
.search__list {
  margin-top: 1em;
}
.search__list__item {
  border-top: 3px solid #00264d;
  position: relative;
}
.search__list__item + .search__list__item {
  margin-top: 2.5em;
}
.search__list__item a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}
.search__list__item a:hover {
  color: #00264d;
}
.search__list__item a:hover .search__list__item--photo img {
  transform: scale(1.06);
}
.search__list__item a:hover .search__list__item--more span {
  color: #00264d;
}
.search__list__item time {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -3px;
  left: 0.5em;
  transform: translateY(-50%);
  background: #fff;
  color: #999;
  padding: 0 0.5em;
  font-size: 85%;
}
.search__list__item time b {
  font-weight: normal;
}
.search__list__item__upper-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 1em 0;
  /*
  &1{
  	width:4em;
  }
  &2{
  	@include border-box;
  	width: calc( 70% - 4em );
  	padding:0 0 0 1em;
  	border-right:1px solid #00264d;
  }
  */
}
.search__list__item__upper-row2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  padding: 0 1em 0 4em;
  border-right: 1px solid #00264d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3.5em 3.5em;
  min-height: 3.5em;
  vertical-align: middle;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.search__list__item__upper-row2.job--1 {
  background-image: url(/images/common/job-1.svg);
}
.search__list__item__upper-row2.job--2 {
  background-image: url(/images/common/job-2.svg);
}
.search__list__item__upper-row2.job--3 {
  background-image: url(/images/common/job-3.svg);
}
.search__list__item__upper-row2.job--4 {
  background-image: url(/images/common/job-4.svg);
}
.search__list__item__upper-row2.job--5 {
  background-image: url(/images/common/job-5.svg);
}
.search__list__item__upper-row2.job--6 {
  background-image: url(/images/common/job-6.svg);
}
.search__list__item__upper-row2.job--7 {
  background-image: url(/images/common/job-7.svg);
}
.search__list__item__upper-row2content {
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  .search__list__item__upper-row2 {
    width: 100%;
    padding-right: 0;
    border-right: 0 none;
  }
}
.search__list__item__upper-row3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 1em;
  width: 30%;
}
@media (max-width: 767px) {
  .search__list__item__upper-row3 {
    width: 100%;
    padding: 0.5em 0 0 0;
  }
}
.search__list__item
.search__list__item--company {
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .search__list__item
  .search__list__item--company span {
    font-size: 85%;
  }
}
.search__list__item--job {
  font-size: 1.66em;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  .search__list__item--job {
    margin-top: 5px;
    font-size: 1.33em;
    padding: 0 0 0.33em 0;
  }
}
.search__list__item--place {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1em;
  background: url(/images/common/place-green.svg) no-repeat 0 50%;
  background-size: 0.66em auto;
}
@media (max-width: 767px) {
  .search__list__item--place span {
    font-size: 85%;
  }
}
@media (max-width: 767px) {
  .search__list__item--place span:after {
    content: '/';
    display: inline-block;
    margin: 0 0.33em;
    color: #777;
  }
}
@media (max-width: 767px) {
  .search__list__item--place span:last-child:after {
    content: '';
    display: none;
  }
}
.search__list__item--place span + span {
  padding-left: 0;
  background: none;
}
.search__list__item--place span + span:before {
  content: '/';
  margin: 0 0.2em;
  color: #999;
  font-size: 80%;
}
@media (max-width: 767px) {
  .search__list__item--place span + span:before {
    display: none;
  }
}
.search__list__item__lower-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.search__list__item__lower-row__box:nth-child(1) {
  width: 30%;
}
@media (max-width: 767px) {
  .search__list__item__lower-row__box:nth-child(1) {
    width: 100%;
  }
}
.search__list__item__lower-row__box:nth-child(2) {
  width: 70%;
  padding: 0 0 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .search__list__item__lower-row__box:nth-child(2) {
    padding: 0.5em 0 0 0;
    width: 100%;
  }
}
.search__list__item__lower-row__elements {
  display: table;
  width: 100%;
}
.search__list__item__lower-row__elements > div {
  display: table-row;
}
.search__list__item--photo {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .search__list__item--photo:before {
    content: '';
    padding-top: 56.25%;
    display: block;
  }
}
.search__list__item--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out;
}
@media (max-width: 767px) {
  .search__list__item--photo img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.search__list__item--title {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.33em auto;
  padding: 0.86em 0.5em 0.86em 2em;
  font-weight: bold;
  line-height: 1;
  width: 6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search__list__item--cont {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
.search__list__item--span .search__list__item--title {
  letter-spacing: 0;
  background-image: url(/images/common/span.svg);
}
.search__list__item--form .search__list__item--title {
  letter-spacing: 0;
  background-image: url(/images/common/form.svg);
}
.search__list__item--pay .search__list__item--title {
  letter-spacing: 1em;
  background-image: url(/images/common/pay.svg);
}
.search__list__item--time .search__list__item--title {
  letter-spacing: 0;
  background-image: url(/images/common/time.svg);
}
.search__list__item--carfare .search__list__item--title {
  letter-spacing: 0.333em;
  background-image: url(/images/common/carfare.svg);
}
.search__list__item--accommodation .search__list__item--title {
  letter-spacing: 0.333em;
  background-image: url(/images/common/accommodation.svg);
}
.search__list__item--more {
  text-align: right;
  position: relative;
}
@media (max-width: 767px) {
  .search__list__item--more {
    margin-top: 0.75em;
    padding: 0.5em 0;
    border: 1px solid #00264d;
    text-align: center;
  }
}
.search__list__item--more span {
  display: inline-block;
  color: #999;
  font-weight: bold;
  padding-right: 1.33em;
  background: url(/images/common/arrow.svg) no-repeat 100% 50%;
  background-size: 1em auto;
  transition: color 0.3s;
}

.simplefavorite-button {
  position: absolute;
  top: 0;
  right: 0.5em;
  line-height: 2em;
  border-radius: 2em;
  color: #fff;
  background: #00264d;
  padding: 0 0 0 1em;
  background: #00264d url(/images/common/star.svg) no-repeat 0% 50%;
  background-size: auto 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: translateY(-50%);
  width: 8em;
  text-align: center;
}
.simplefavorite-button i {
  display: none;
}
.simplefavorite-button:hover {
  cursor: pointer;
  animation: shine 1s;
}
.simplefavorite-button.active {
  opacity: 1;
  background-color: #5f6eaa;
}

/* ----------------------------------------------------------------
	job
----------------------------------------------------------------- */
.job {
  /*
  .gallery{
  	@include forSP{
  		margin-left:-10px;
  		margin-right:-10px;
  	}
  	.swiper-slide{
  			padding-top:56.25%;
  			background-size:cover;
  	}
  	.swiper-pagination{
  		position: relative;
  		top:auto;
  		bottom:auto;
  		left:auto;
  		right:auto;
  		margin-top:5px;
  		&-bullet-active{
  			background-color:#00264d;
  		}
  	}
  	.swiper-button-prev,
  	.swiper-button-next{
  			background-color:#00264d;
  			border-radius: 50%;
  			width:2em;
  			height:2em;
  			background-size: 0.5em auto;
  			background-position: 50% 50%;
  			margin-top:-1em;
  			line-height: 1;
  	}
  	&.nav--none{
  		.swiper-button-prev,
  		.swiper-button-next{
  			display: none;
  		}
  	}
  }
  */
}
.job__meta {
  line-height: 2;
  width: 100%;
  color: #999;
}
.job__meta b {
  font-weight: normal;
}
@media (max-width: 767px) {
  .job__meta {
    margin-top: 1.5em;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .job__meta {
    margin-top: 1.5em;
  }
}
.job__meta .simplefavorite-button {
  transform: translateY(0);
  right: 0;
}
.job .search__list__item__lower-row {
  border-top: 1px solid #00264d;
  padding: 1em 0 0 0;
}
@media (max-width: 767px) {
  .job .search__list__item__lower-row {
    border-top: 0 none;
    padding-top: 0;
  }
}
.job .search__list__item__lower-row__box {
  width: 50%;
}
@media (max-width: 767px) {
  .job .search__list__item__lower-row__box {
    width: 100%;
  }
  .job .search__list__item__lower-row__box + .search__list__item__lower-row {
    margin-top: 1em;
  }
}
.job--pr h3 {
  line-height: 1.8 !important;
  margin: 0 0 0.75em 0 !important;
  padding: 0 !important;
}
.job--pr p + p {
  margin-top: 1.33em;
}
@media (max-width: 767px) {
  .job .gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.job .gallery .swiper-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.job .gallery .swiper-slide .lyte-wrapper {
  position: absolute  !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background-color: #000;
  color: #fff;
}
.job .gallery .swiper-slide .lyte-wrapper .pL {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.job .gallery .swiper-slide .lyte-wrapper .pL:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.job .gallery .swiper-slide .lyte-wrapper .pL img {
  width: 100%;
}
.job .gallery .swiper-slide .lyte-wrapper .pL .tT {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.33em;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.job .gallery .swiper-slide .embed-wrapper {
  position: relative;
  /*
  padding-top:100%;
  */
  padding-top: 56.25%;
  background-color: #000;
}
@media (max-width: 767px) {
  .job .gallery .swiper-slide .embed-wrapper {
    padding-top: 67.5%;
  }
}
.job .gallery .swiper-slide .embed {
  position: absolute;
  margin: 0;
  width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.job .gallery .swiper-slide.img {
  text-align: center;
  vertical-align: middle;
}
.job .gallery .swiper-slide.img:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
@media (max-width: 767px) {
  .job .gallery .swiper-slide.img:before {
    padding-top: 67.5%;
  }
}
.job .gallery .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.job .gallery .swiper-slide .swiper-lazy-preloader {
  border-color: #00264d;
  border-top-color: transparent;
}
.job .gallery.swiper-container-initialized .swiper-slide .embed {
  width: 100%;
  z-index: 1;
}
.job .gallery .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: 5px;
}
.job .gallery .swiper-pagination-bullet {
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.job .gallery .swiper-pagination-bullet-active {
  background-color: #00264d;
  width: 0.75em;
  height: 0.75em;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
.job .gallery .swiper-button-prev,
.job .gallery .swiper-button-next {
  background-color: #00264d;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  background-size: 0.5em auto;
  background-position: 50% 50%;
  margin-top: -1em;
  line-height: 1;
}
.job .gallery.nav--none .swiper-button-prev,
.job .gallery.nav--none .swiper-button-next {
  display: none;
}
.job h3 {
  text-align: left;
  padding: 0 0 0.5em 0;
  margin: 0;
  color: #00264d;
  font-weight: bold;
  font-size: 1.33em;
  line-height: 1;
  background: none;
  border: 0 none;
}
.job h3:before, .job h3:after {
  display: none;
}
.job-box--beside--1:before, .job-box--beside--1:after, .job-box--content:before, .job-box--content:after {
  display: table;
  content: '';
}
.job-box--beside--1:after, .job-box--content:after {
  clear: both;
}
.job-box--beside--1 h4, .job-box--content h4 {
  text-align: left;
  padding: 0;
  margin: 0 0 0.66em 0;
  color: #00264d;
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.33;
  background: none;
  border: 0 none;
}
.job-box--beside--1 h4:before, .job-box--beside--1 h4:after, .job-box--content h4:before, .job-box--content h4:after {
  display: none;
}
.job-box--beside--1 h5, .job-box--content h5 {
  margin: 0;
  padding: 0 0 0 1em;
  background: url(/images/common/check.svg) no-repeat 0 0.4em;
  background-size: 0.66em auto;
  border: 0 none;
  line-height: 1.33;
  font-size: 100%;
  font-weight: bold;
  color: inherit;
}
.job-box--beside--1 h5:before, .job-box--beside--1 h5:after, .job-box--content h5:before, .job-box--content h5:after {
  display: none;
}
.job-box--beside--1 h6, .job-box--content h6 {
  margin: 0;
  padding: 0;
  border: 0 none;
  line-height: 1.2;
  font-size: 100%;
  font-weight: bold;
  color: inherit;
}
.job-box--beside--1 h6:before, .job-box--beside--1 h6:after, .job-box--content h6:before, .job-box--content h6:after {
  display: none;
}
.job-box--beside--1 h4 + p,
.job-box--beside--1 h5 + p,
.job-box--beside--1 h6 + p,
.job-box--beside--1 h4 + div,
.job-box--beside--1 h5 + div,
.job-box--beside--1 h6 + div, .job-box--content h4 + p,
.job-box--content h5 + p,
.job-box--content h6 + p,
.job-box--content h4 + div,
.job-box--content h5 + div,
.job-box--content h6 + div {
  margin: 0.66em 0 1em 0;
}
.job-box--beside--1 p + p,
.job-box--beside--1 div + div, .job-box--content p + p,
.job-box--content div + div {
  margin: 1em 0;
}
.job-box--beside--1 p + h4,
.job-box--beside--1 p + h5,
.job-box--beside--1 p + h6,
.job-box--beside--1 div + h4,
.job-box--beside--1 div + h5,
.job-box--beside--1 div + h6, .job-box--content p + h4,
.job-box--content p + h5,
.job-box--content p + h6,
.job-box--content div + h4,
.job-box--content div + h5,
.job-box--content div + h6 {
  margin-top: 1.33em;
}
.job-box--beside--1 table, .job-box--content table {
  border: 0 none;
}
.job-box--beside--1 table th, .job-box--beside--1 table td, .job-box--content table th, .job-box--content table td {
  border: 0 none;
  background-color: transparent;
  color: inherit;
  text-align: left;
  padding: 0.5em 0;
}
.job-box--beside--1 table th small, .job-box--beside--1 table td small, .job-box--content table th small, .job-box--content table td small {
  margin-right: 0.66em;
}
@media (max-width: 767px) {
  .job-box--beside--1 table th small, .job-box--beside--1 table td small, .job-box--content table th small, .job-box--content table td small {
    margin-right: 0;
    display: block;
  }
}
.job-box--beside--1 table th, .job-box--content table th {
  width: 6em;
}
.job-box--beside--1 table th + td, .job-box--content table th + td {
  padding-left: 1em;
}
.job-box--beside {
  border-top: 3px solid #00264d;
  padding: 20px 40px;
  background-color: #f9fafa;
}
@media (max-width: 767px) {
  .job-box--beside {
    padding: 10px;
  }
}
.job-box--vertical {
  border-top: 3px solid #00264d;
  background-color: #f9fafa;
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .job-box--vertical {
    display: block;
  }
}
h3 + .job-box--vertical {
  margin-top: 0 !important;
}
.job-box--vertical--1 {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  background: #efefef;
  padding: 20px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .job-box--vertical--1 {
    background-color: #f9fafa;
    display: block;
    width: 100%;
    padding: 0;
  }
}
.job-box--vertical--1 h4 {
  font-weight: normal;
  font-size: 15px;
  color: #00264d;
  text-align: center;
  margin: 0;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  border-radius: 0;
}
@media (max-width: 767px) {
  .job-box--vertical--1 h4 {
    font-size: 100%;
    text-align: left;
  }
}
.job-box--vertical--2 {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  padding: 20px 40px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .job-box--vertical--2 {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.job-box--vertical--2 p:first-child,
.job-box--vertical--2 div:first-child {
  margin-top: 0;
}
.job-box__header {
  padding: 4em 0 0 0;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-size: 3.33em auto;
  display: block;
}
@media (max-width: 767px) {
  .job-box__header {
    padding: 0.5em 0 0.5em 1.66em;
    margin: 0 10px;
    background-position: 0 50%;
    background-size: 1.33em auto;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.33;
  }
}
.job-box__header--location {
  background-image: url(/images/common/carfare.svg);
}
.job-box__header--pay {
  background-image: url(/images/common/pay.svg);
}
.job-box__header--employment-status {
  background-image: url(/images/common/memo.svg);
}
.job-box__header--time {
  background-image: url(/images/common/time.svg);
}
.job-box__header--tag {
  background-image: url(/images/common/tag.svg);
}
.job .tags {
  margin: -0.5em 0 0 0;
  padding: 0;
}
.job .tags:before, .job .tags:after {
  display: table;
  content: '';
}
.job .tags:after {
  clear: both;
}
.job .tags li {
  margin: 0.5em 0.33em 0 0;
  padding: 0;
  float: left;
}
.job .tags li:before {
  display: none;
}
.job .tags li a {
  border: 1px solid #efefef;
  background-color: #fff;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1;
  padding: 0.5em 1em;
  text-decoration: none;
}
.job .tags li a:hover {
  background-color: #fff;
}
.job--2 h3 {
  border-bottom: 3px solid #00264d;
}
.job--2 h3 + .job-box--beside {
  border-top: 0 none;
}
.job--2 h5 {
  padding: 0;
  background: none;
}
.job--2 h5 small {
  margin-right: 0.66em;
}
@media (max-width: 767px) {
  .job--2 h5 small {
    margin-right: 0;
    display: block;
  }
}
.job--2 figure {
  float: left;
  width: 33.3333%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  margin: 0 20px 20px 0;
}
.job--2 figure:before {
  content: '';
  display: block;
  padding-top: 125%;
}
.job--3 figure {
  width: 100%;
  position: relative;
}
.job--3 figure:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.job--3 figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.job-box--manager__sign {
  text-align: right;
}
.job-box--manager__sign small {
  margin-right: 0.66em;
}
@media (max-width: 767px) {
  .job-box--manager__sign small {
    margin-right: 0;
    display: block;
  }
}
.job-application {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.job-application > div {
  background-color: #00264d;
  color: #fff;
  padding: 0.75em 1em;
  line-height: 1.8;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.job-application > div:hover {
  cursor: pointer;
  animation: shine 1s;
}
.job-application > div span {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.25em auto;
  padding-left: 1.66em;
}
.job-application--1 span {
  background-image: url(/images/common/application-1.svg);
}
@media (max-width: 767px) {
  .job-application--2 {
    margin-top: 10px;
  }
}
.job-application--2 span {
  background-image: url(/images/common/application-2.svg);
}
@media (max-width: 767px) {
  .job-application--3 {
    margin-top: 10px;
  }
}
.job-application--3 span {
  background-image: url(/images/common/application-3.svg);
}
.job-application--count3 > div {
  width: calc( 33.3333% - 10px );
  margin-right: 15px;
}
.job-application--count3 > div:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .job-application--count3 > div {
    width: 100%;
    margin-right: 0;
  }
}
.job-application--count2 > div {
  width: calc( 50% - 5px );
  margin-right: 10px;
}
.job-application--count2 > div:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .job-application--count2 > div {
    width: 100%;
    margin-right: 0;
  }
}
.job-application--count1 > div {
  width: 100%;
}

.keep--delete {
  text-align: center;
}
.keep--delete button {
  line-height: 3em;
  border-radius: 3em;
  border: 0 none;
  box-shadow: 0 0 0;
  color: #fff;
  background: #00264d;
  padding: 0 1em;
  background: #00264d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.keep--delete button:hover {
  cursor: pointer;
  animation: shine 1s;
}

/* ----------------------------------------------------------------
	news
----------------------------------------------------------------- */
.news-index li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-index li:before {
  display: none;
}
@media (max-width: 767px) {
  .news-index li + li {
    border-top: 1px solid #ddd;
  }
}
.news-index li .no-link,
.news-index li a {
  display: block;
  padding: 1em 0 1em 18em;
  position: relative;
  color: #555;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-index li .no-link,
  .news-index li a {
    padding: 3em 0 1em 0;
  }
}
.news-index li time {
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  text-align: left;
  color: #555;
}
@media (max-width: 980px) {
  .news-index li time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .news-index li time {
    font-size: 3.25vw;
    top: 1.33em;
    transform: none;
  }
}
.news-index__cat {
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 8em;
  line-height: 2;
  text-align: center;
  transform: translateY(-50%);
  width: 10em;
  background-color: #fff;
  border: 1px solid #00264d;
  color: #00264d;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .news-index__cat {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .news-index__cat {
    font-size: 3.25vw;
    top: 1em;
    transform: none;
    left: auto;
    right: 0;
  }
}
.news-index__title:after {
  content: '';
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 100%;
  display: none;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  vertical-align: middle;
}
.news-index .blank:after {
  display: inline-block;
  background-image: url(/images/common/icon-pdf.svg);
}
.news-index a[href$=".pdf"] .news-index__title:after {
  display: inline-block;
  background-image: url(/images/common/icon-pdf.svg);
}
.news-index a[href$=".xls"] .news-index__title:after,
.news-index a[href$=".xlsx"] .news-index__title:after {
  display: inline-block;
  background-image: url(/images/common/icon-xlsx.svg);
}
.news-index a[href$=".doc"] .news-index__title:after,
.news-index a[href$=".docx"] .news-index__title:after {
  display: inline-block;
  background-image: url(/images/common/icon-docx.svg);
}
a .news-index__title {
  text-decoration: underline;
}
a:hover .news-index__title {
  text-decoration: none;
}
.news-index-sort {
  text-align: center;
  margin-bottom: 3em;
}
.news-index-sort a {
  display: block;
}
.news-index-sort .is_active {
  font-weight: bold;
}
.news-index-sort .col__box {
  margin-top: 0 !important;
  margin-right: 0 !important;
  width: calc( 100%/3 ) !important;
}

/* ----------------------------------------------------------------
	pickup
----------------------------------------------------------------- */
.pickup__visiual {
  position: relative;
  width: 100%;
  height: auto;
}
.pickup__visiual--mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
}
.pickup__visiual--mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickup__visiual--mask:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 2px 2px;
}
.pickup__visiual .inner {
  overflow: hidden;
}
.pickup__visiual--thum {
  max-width: 360px;
  min-width: 360px;
  overflow: hidden;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .pickup__visiual--thum {
    min-width: 300px;
    margin: 0 auto;
  }
}
.pickup__visiual--thum img {
  margin: 3em auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickup-index {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pickup-index li {
  position: relative;
  width: calc( 50% - 10px );
  margin: 0 20px 0 0;
  padding: 0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.pickup-index li:nth-child(2n) {
  margin-right: 0;
}
.pickup-index li:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pickup-index li {
    width: 100%;
    margin: 0;
  }
  .pickup-index li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.pickup-index li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pickup-index li a {
  position: relative;
  z-index: 1;
  display: block;
  color: #555;
  text-decoration: none;
  border: 10px solid #fff;
}
.pickup-index li a:hover img {
  transform: scale(1.08);
}
.pickup-index__img {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
.pickup-index__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.pickup-index__title {
  display: block;
  padding: 1em 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .pickup-index__title {
    padding: 10px 0;
  }
}
.content + .pickup__relations {
  border-top: 20px solid #eee;
  padding-top: 3em;
}
.pickup__relations h4 {
  font-size: 166%;
  margin: 0;
  padding: 0 0 0.33em 0;
  background: none;
  color: inherit;
}
.pickup__relations h4:before, .pickup__relations h4:after {
  display: none;
}
