@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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, right top, left 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: -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, left top, right 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: -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 bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-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 top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-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));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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-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-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-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-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-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-lock {
  display: none;
}

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

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.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-scrollbar-lock {
  display: none;
}

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

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

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-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%;
  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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-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;
  -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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-flip .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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* ----------------------------------------------------------------
	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: 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: #333;
  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 {
    font-size: 3.75vw;
  }
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}

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

a {
  text-decoration: none;
  outline: 0 none;
  color: #333;
}

figure {
  margin-left: 0;
  margin-right: 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%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .header {
    position: absolute;
  }
  .build-menu-open .header {
    position: fixed;
  }
  .transform .header {
    position: fixed;
  }
}
.header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #001c27;
  transition: opacity .6s;
  will-change: opacity;
  opacity: 0;
}
@media (max-width: 767px) {
  .header:before {
    display: none;
  }
}
.headroom--not-top .header:before {
  opacity: 1;
}
.header__wrap {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header__wrap:before, .header__wrap:after {
  display: table;
  content: '';
}
.header__wrap:after {
  clear: both;
}
@media (max-width: 767px) {
  .header__wrap {
    background: none;
    position: static;
  }
}
.header__logo {
  margin: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 153px;
  height: 80px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(-10px, 0);
  transition: transform 1s 0s ease-in-out, opacity 1s 0s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.headroom .header__logo {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .headroom .header__logo {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1360px) {
  .header__logo {
    left: 20px;
  }
}
@media (max-width: 980px) {
  .header__logo {
    width: 130px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    left: 10px;
    height: 48px;
    opacity: 1;
    transform: none;
    transition: none 0s;
  }
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  background-image: url(/images/common/logo.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 151px auto;
}
@media (max-width: 980px) {
  .header__logo a {
    background-size: 128px auto;
  }
}
@media (max-width: 767px) {
  .header__logo a {
    background-position: 0 60%;
  }
}
@media all and (-ms-high-contrast: none) {
  .header__logo a {
    background-size: 153px 29px;
  }
}
.header #nav {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(0, -10px);
  transition: transform 1s 0s ease-in-out, opacity 1s 0s ease-in-out;
}
.header #nav:before, .header #nav:after {
  display: table;
  content: '';
}
.header #nav:after {
  clear: both;
}
@media (max-width: 1360px) {
  .header #nav {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .header #nav {
    padding-right: 0;
    transform: none;
    transition: none 0s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.headroom .header #nav {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .headroom .header #nav {
    opacity: 1;
    transform: none;
  }
}
.header #nav-line {
  z-index: 1;
  position: absolute;
  top: calc( 50% + 0.85em );
  height: 0;
  background: -webkit-linear-gradient(left, #2fc0be 0%, #13bf75 100%);
  background: linear-gradient(to right, #2fc0be 0%, #13bf75 100%);
  -webkit-transition: left .5s ease, width .5s ease, height .3s ease;
  transition: left .5s ease, width .5s ease, height .3s ease;
}
@media (max-width: 767px) {
  .header #nav-line {
    display: none;
  }
}
.header__nav {
  padding: 0;
  float: right;
}
@media (max-width: 767px) {
  .header__nav {
    float: none;
  }
}
.header__nav > li {
  float: left;
  display: block;
  line-height: 80px;
  font-family: 'Josefin Sans', Arial ,sans-serif;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 980px) {
  .header__nav > li {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .header__nav > li {
    margin: 0;
    float: none;
    line-height: 1;
    border-bottom: 1px solid #154452;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.header__nav > li > a {
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding: 0 1.5em;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .header__nav > li > a {
    padding: 0 1em;
  }
}
@media (max-width: 980px) {
  .header__nav > li > a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .header__nav > li > a {
    font-weight: bold;
    font-size: 4.5vw;
    padding: 1.25em 10px;
    display: block;
    text-align: left;
    position: relative;
    color: #fff;
  }
  .header__nav > li > a.is-active {
    color: #999;
  }
  .header__nav > li > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border: 0 none;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -ms-transform: translateX(-5px) rotate(-135deg);
    transform: translateX(-5px) rotate(-135deg);
    margin: -5px 0 0 0;
  }
}
.header__nav > li > a span {
  line-height: 1;
}
.header__nav > li > a[target="_blank"] span {
  padding-right: 20px;
  margin-top: -5px;
  background: url(/images/common/icon-1.svg) no-repeat 100% 50%;
  background-size: 10px auto;
}
@media (max-width: 1080px) {
  .header__nav > li > a[target="_blank"] span {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .header__nav > li > a[target="_blank"] span {
    display: inline-block;
  }
}
.header__unit-srch {
  cursor: pointer;
  height: 80px;
  width: 40px;
}
@media (max-width: 980px) {
  .header__unit-srch {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header__unit-srch {
    display: none !important;
  }
}
.header__unit-srch svg {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 980px) {
  .header__unit-srch svg {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .header__unit-srch svg {
    display: none !important;
  }
}
.header__unit-srch-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  transform: translateX(-10px);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  background: #13bf75;
  background: -webkit-gradient(linear, left top, right top, from(#13bf75), to(#2fc0be));
  background: linear-gradient(to right, #13bf75, #2fc0be);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 980px) {
  .header__unit-srch-box {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .header__unit-srch-box {
    visibility: visible;
    position: static;
    top: 0;
    margin-top: 20px;
  }
  .header__unit-srch-box.focus {
    margin-bottom: calc( 100vh - 78px );
  }
}
.header__unit-srch-box.is-open {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.header__unit-srch-box:before {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  right: 20px;
  border: 6px solid transparent;
  border-bottom: 6px solid #2fc0be;
  z-index: 1;
}
@media (max-width: 980px) {
  .header__unit-srch-box:before {
    right: 26px;
  }
}
@media (max-width: 767px) {
  .header__unit-srch-box:before {
    display: none;
  }
}
.header__unit-srch-box form {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 980px) {
  .header__unit-srch-box form {
    max-width: 100%;
  }
}
.header__unit-srch-box input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  outline: 0;
  background-color: #fff;
  background-image: url(/images/common/search-ico.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 46px;
  padding: 0 100px 0 40px;
}
@media (max-width: 767px) {
  .header__unit-srch-box input[type="text"] {
    padding-right: 60px;
  }
}
.header__unit-srch-box input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  position: absolute;
  top: 0;
  right: -1px;
  width: 96px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 0 2px 2px 0;
  outline: 0;
  background-color: #043543;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header__unit-srch-box input[type="submit"] {
    font-size: 3.75vw;
    width: 60px;
  }
}
.header__unit-srch-wrap {
  padding: 50px 0;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .header__unit-srch-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .header__unit-srch-wrap {
    padding: 50px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .header__unit-srch-wrap {
    padding: 10px;
  }
}
.header__unit-srch-desc {
  color: #fff;
  margin: 1em 0 0 0;
}
.header__unit-srch-close {
  position: absolute;
  top: 20px;
  right: 25px;
  padding-right: 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 15px;
  height: 15px;
}
.header__unit-srch-close:before, .header__unit-srch-close:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.header__unit-srch-close:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__unit-srch-close:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#buildMenuButton {
  display: none;
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #buildMenuButton {
    display: block;
  }
  .headroom--not-top #buildMenuButton {
    background-color: #001c27;
  }
}
#buildMenuButton:before {
  content: "";
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
#buildMenuButton span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Josefin Sans', Arial ,sans-serif;
  text-transform: uppercase;
  padding: 33px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buildMenuButton span:before {
  content: "";
  position: absolute;
  margin-top: -11px;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}
#buildMenuButton span:after {
  content: "";
  position: absolute;
  margin-top: 1px;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 767px) {
  #nav {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #001c27;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header__nav li {
    margin: 0;
    padding: 0;
  }
  .header__nav li a {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  }

  .build-menu-animating .header {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .build-menu-animating #nav {
    padding: 48px 10px;
    height: 100%;
    width: 100%;
  }
  .build-menu-animating #pagetop {
    opacity: 0;
  }

  .build-menu-animating.build-menu-open #nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .build-menu-animating.build-menu-open #nav .header__unit-srch-box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .build-menu-animating.build-menu-open .header__nav li a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(1) a {
    transition-delay: 0.4s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(2) a {
    transition-delay: 0.45s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(3) a {
    transition-delay: 0.5s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(4) a {
    transition-delay: 0.55s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(5) a {
    transition-delay: 0.6s;
  }
  .build-menu-animating.build-menu-open .header__unit-srch-box {
    transition-delay: 0.65s;
  }
  .build-menu-animating.build-menu-open #buildMenuButton:before {
    opacity: 0;
  }
  .build-menu-animating.build-menu-open #buildMenuButton span:before {
    margin-top: -6px;
    transform: rotate(-45deg);
  }
  .build-menu-animating.build-menu-open #buildMenuButton span:after {
    margin-top: -6px;
    transform: rotate(-135deg);
  }

  .build-menu-animating.build-menu-close #nav {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition-duration: 0s, 0.3s;
    transition-duration: 0s, 0.3s;
    -webkit-transition-delay: 0.3s , 0s;
    transition-delay: 0.3s, 0s;
  }
  .build-menu-animating.build-menu-close #nav .header__unit-srch-box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .build-menu-animating.build-menu-close .header__nav li a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }

  .transform.build-menu-animating.build-menu-close #nav {
    -webkit-transition-duration: 0s, 0.3s;
    transition-duration: 0s, 0.3s;
    -webkit-transition-delay: 1.2s , 0.3s;
    transition-delay: 1.2s, 0.3s;
  }
}
/* ----------------------------------------------------------------
	banner
----------------------------------------------------------------- */
.banner {
  background-color: #043543;
  padding: 2em 0;
}
.banner__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .banner__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .banner__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .banner__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.banner .col3 .col__box {
  width: 32%;
  margin-right: 2%;
}
.banner .col3 .col__box:nth-child(n+4) {
  margin-top: 20px;
}
.banner .col3 .col__box:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .banner .col3 .col__box {
    width: calc( 50% - 5px );
    margin-right: 10px;
  }
  .banner .col3 .col__box:nth-child(n+3) {
    margin-top: 10px;
  }
  .banner .col3 .col__box:nth-child(3n) {
    margin-right: 10px;
  }
  .banner .col3 .col__box:nth-child(even) {
    margin-right: 0;
  }
}
.banner a {
  display: block;
  padding: 0 10%;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 981px) {
  .banner a img {
    transition: transform .3s;
  }
  .banner a img:hover {
    transform: scale(1.08);
  }
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
.footer {
  color: #fff;
  background: #012530;
}
.footer h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
  position: relative;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Josefin Sans', Arial ,sans-serif;
}
@media (max-width: 767px) {
  .footer h2 {
    font-size: 5vw;
  }
}
.footer h2 > span {
  display: block;
  padding: 0 0 0.8em 0;
  background-image: url(/images/common/line.svg);
  background-repeat: no-repeat;
  background-size: auto 7px;
  background-position: 50% 100%;
}
.footer p {
  text-align: center;
  padding: 5em 0 2em 0;
  background-image: url(/images/common/membership.svg);
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-position: 50% 0;
}
@media (max-width: 767px) {
  .footer p {
    background-size: auto 40px;
    padding-top: 4em;
  }
}
.footer__btn {
  display: block;
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .footer__btn {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer__btn {
    width: 80%;
  }
}
.footer .copyright {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 60px;
}
@media (max-width: 1080px) {
  .footer .copyright {
    font-size: 10px;
    line-height: 45px;
  }
}
@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: 100;
  cursor: pointer;
  line-height: 1;
  transition-property: opacity;
}
#pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/common/top.png) no-repeat 0 0;
  background-size: 54px auto;
  position: absolute;
  top: 0;
  left: 0;
}
#pagetop a {
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 2;
  width: 74px;
  padding-top: 74px;
  white-space: nowrap;
  text-indent: -100%;
  vertical-align: baseline;
}
@media (min-width: 1360px) {
  #pagetop {
    right: auto;
    left: 50%;
    margin-left: 606px;
  }
}
@media (min-width: 981px) {
  #pagetop:before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  #pagetop:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 10px;
  }
  #pagetop:before {
    background-size: 44px auto;
  }
  #pagetop a {
    width: 54px;
    padding-top: 54px;
  }
}

/* ----------------------------------------------------------------
	notes
----------------------------------------------------------------- */
.notes {
  margin: 1em 0 !important;
  position: relative;
  padding-left: 1.25em !important;
  font-size: 80%;
  list-style: none !important;
  line-height: 1.2 !important;
}
.notes > li {
  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;
}

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

/* ----------------------------------------------------------------
	movie
----------------------------------------------------------------- */
.movie {
  position: relative;
  cursor: pointer;
}
.movie:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  margin-left: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.movie:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .movie {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .movie img {
    transition: transform .3s ease-in-out;
  }
  .movie:before {
    transition: border-left-color .3s easeinout;
  }
  .movie:after {
    transition: border-color .3s easeinout;
  }
  .movie:hover:before {
    border-left-color: #ff781d;
  }
  .movie:hover:after {
    border-color: #ff781d;
  }
  .movie:hover img {
    transform: scale(1.04);
  }
}

/* ----------------------------------------------------------------
	btn
----------------------------------------------------------------- */
.btn {
  cursor: pointer;
  display: block;
  line-height: 1;
  padding: 1.5em 0;
  border-radius: 4em;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background-color: #16a383;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn--1 {
  background: #13bf75;
  background: -webkit-linear-gradient(left, #2fc0be 0%, #13bf75 100%);
  background: linear-gradient(to right, #2fc0be 0%, #13bf75 100%);
}
.btn--1 span:before {
  background-image: url(/images/common/arrow-white.svg);
}
.btn--2 {
  border: 2px solid #2fc0be;
  background-color: #fff;
  color: #2fc0be;
  padding: 1em 0;
  border-radius: 3em;
}
.btn--2 span:before {
  background-image: url(/images/common/arrow.svg);
}
.btn--3 {
  background: #0994a9;
  background: -webkit-linear-gradient(left, #e83a12 0%, #ff7a0e 100%);
  background: linear-gradient(to right, #e83a12 0%, #ff7a0e 100%);
}
.btn--3 span:before {
  background-image: url(/images/common/arrow-white.svg);
}
@media (max-width: 767px) {
  .btn {
    font-size: 3.75vw;
    padding: 1em 0;
    border-radius: 3em;
  }
}
.btn span {
  position: relative;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.btn span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 100%;
  height: 100%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 7px auto;
}
@media all and (-ms-high-contrast: none) {
  .btn span:before {
    background-size: 7px 11px;
  }
}
@media (min-width: 981px) {
  .btn {
    transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
  }
  .btn span:before {
    transition: transform .3s ease-in-out;
  }
  .btn:hover span:before {
    transform: translate(5px, -50%);
  }
  .btn--2:hover {
    opacity: 0.9;
  }
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em 0;
}
@media (max-width: 1240px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .wrap {
    padding: 4em 20px;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding: 3em 10px;
  }
}
.wrap--narrow {
  max-width: 960px;
  margin: 0 auto;
}

/*multi colum*/
.col {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col__box {
  position: relative;
}

.col7 .col__box {
  width: 13%;
  margin-right: 1.5%;
}
@media (min-width: 981px) {
  .col7 .col__box:nth-child(7n) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .col7 .col__box {
    width: 18.5%;
    margin-right: 1.875%;
  }
  .col7 .col__box:nth-child(7n) {
    margin-right: 1.875%;
  }
  .col7 .col__box:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .col7 .col__box {
    width: 47%;
    margin-right: 6%;
  }
  .col7 .col__box:nth-child(5n), .col7 .col__box:nth-child(7n) {
    margin-right: 6%;
  }
  .col7 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col5 .col__box {
  width: 18.5%;
  margin-right: 1.875%;
}
@media (max-width: 767px) {
  .col5 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col5 .col__box:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(5n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col3 .col__box {
  width: 30%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .col3 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col3 .col__box:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(3n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

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

/*
.col6 .col__box:nth-child(n+7),
.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: 0px;
}
*/
@media (max-width: 767px) {
  .sp--none {
    display: none;
  }
}

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

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

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

#main {
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

#scrollTop {
  text-align: center;
  width: 100%;
  max-width: 60px;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translate(0px, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s .6s ease-in-out, opacity .6s 0s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1360px) {
  #scrollTop {
    opacity: 1;
    max-width: 100%;
    position: relative;
    top: 0;
    transition: 0 none;
    transform: translate(0, 0);
    background-color: #16a383;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    display: block;
    padding: 20px 0 0 0;
    text-align: center;
    line-height: 1;
  }
  #scrollTop:before {
    content: '';
    position: absolute;
    top: calc( 50% - 0.5em - 8px);
    left: 50%;
    width: 6px;
    height: 6px;
    border: 0 none;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateY(5px) rotate(45deg);
    margin: 0 0 0 -4px;
    transition: transform 0.3s;
  }
  #scrollTop:after {
    content: 'Top';
  }
}
@media (min-width: 981px) {
  #scrollTop:hover:before {
    transform: translateY(0) rotate(45deg);
  }
}
@media (max-width: 767px) {
  #scrollTop {
    padding-top: 2.5em;
    padding-bottom: 1.5em;
    font-size: 3vw;
  }
}
#scrollTop svg {
  width: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1360px) {
  #scrollTop svg {
    display: none;
  }
}

@media (min-width: 1360px) {
  .headroom .share {
    transition: opacity .6s, transform .6s;
  }
  .headroom #scrollTop svg {
    transition: transform .6s;
  }
  .headroom--not-top .share {
    opacity: 1;
    transition-delay: .6s;
  }
  .headroom--not-top #scrollTop {
    z-index: 2;
    opacity: 1;
    transition-delay: 0s, .6s;
  }
  .headroom--not-top #scrollTop svg {
    transition-delay: .6s;
  }
  .headroom--pinned {
    /*
    #header {
    	transform: translateY(0%);
    	opacity:1;
    }
    */
  }
  .headroom--top {
    /*
    #header {
    	transform: translateY(0%);
    	opacity:1;
    	transition: transform 0s, opacity 0s;
    }
    */
  }
  .headroom--top .share {
    opacity: 0;
    transform: translateY(-10px);
  }
  .headroom--top #scrollTop {
    opacity: 0;
  }
  .headroom--top #scrollTop svg {
    transform: translateY(-10px);
  }
  .headroom--bottom {
    /*
    #header {
    	transform: translateY(0%);
    	opacity:1;
    }
    */
  }
}
.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;
}

/* ----------------------------------------------------------------
	inview
----------------------------------------------------------------- */
.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 .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: #000;
  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: 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);
  transform: translate3d(0, 0, 0);
}

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

/* ----------------------------------------------------------------
	loading
----------------------------------------------------------------- */
.js .loading {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js .loading:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 50% 50%;
  height: 1px;
  background: #0994a9;
  background: -webkit-linear-gradient(left, #17c19a 0%, #0994a9 100%);
  background: linear-gradient(to right, #17c19a 0%, #0994a9 100%);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js .loading--top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #001c27;
  opacity: 0;
  transform: translateY(-100%);
}
.js .loading--bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #001c27;
  opacity: 0;
  transform: translateY(100%);
}
.js .loading--start, .js .loading--complete {
  z-index: 3;
}

.change .loading:after {
  animation: loading-start--2 0.3s ease-in forwards;
}
.change .loading .loading--top {
  animation: loading-start--3 0.3s forwards;
}
.change .loading .loading--bottom {
  animation: loading-start--3 0.3s forwards;
}

.complete .loading .loading--top {
  animation: loading-complete--3 0.5s forwards;
}
.complete .loading .loading--bottom {
  animation: loading-complete--4 0.5s forwards;
}

@keyframes loading-start--2 {
  0% {
    opacity: 1;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes loading-start--3 {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes loading-complete--2 {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes loading-complete--3 {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(-100%);
  }
}
@keyframes loading-complete--4 {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(100%);
  }
}
/* ----------------------------------------------------------------
	top
----------------------------------------------------------------- */
#vi {
  z-index: 1;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url(/images/top/slide--1.jpg), url(/images/top/slide--2.jpg), url(/images/top/slide--3.jpg), url(/images/top/slide--4.jpg);
  background-repeat: no-repeat;
  background-size: 0 0;
  overflow: hidden;
  background-color: #012530;
}
#vi .vi-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(/images/top/hero-text.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 625px auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 3s, transform 3s;
  opacity: 0;
  transform: translateY(10px);
}
@media (max-width: 1360px) {
  #vi .vi-text {
    background-size: 550px auto;
  }
}
@media (max-width: 980px) {
  #vi .vi-text {
    background-size: 400px auto;
  }
}
@media (max-width: 767px) {
  #vi .vi-text {
    background-size: 80% auto;
  }
}
@media all and (-ms-high-contrast: none) {
  #vi .vi-text {
    background-size: 625px 296px;
  }
}
#vi.loaded .vi-text {
  opacity: 1;
  transform: translateY(0);
}
#vi.loaded #vi-visual {
  opacity: 1;
}
#vi-visual {
  will-change: opacity;
  transition: opacity .6s;
  opacity: 0;
  position: relative;
}
@media (max-width: 767px) {
  #vi-visual {
    margin: 0;
    padding: 0;
  }
}
#vi .swiper-slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
  height: calc( 100vh - 40px ) !important;
}
#vi .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
@media (max-width: 980px) {
  #vi .swiper-slide {
    height: 75vw !important;
  }
}
@media (max-width: 767px) {
  #vi .swiper-slide {
    height: 100vw !important;
    min-height: 400px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #vi .swiper-slide {
    height: 75vw !important;
  }
}
#vi .swiper-slide-prev:after {
  transform: scale(1);
}
#vi .swiper-slide-next:after {
  transform: scale(1.08);
}
#vi .swiper-pagination {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity .6s .6s, transform .6s .6s;
  opacity: 0;
  transform: translateY(10px);
}
#vi.loaded #vi-visual .swiper-slide:after {
  background-image: inherit;
}
#vi.loaded #vi-visual .swiper-slide-active:after {
  animation: zoom-vi 2s;
}
@keyframes zoom-vi {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
#vi.loaded #vi-visual .swiper-pagination {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  #vi.loaded #vi-visual .swiper-pagination {
    display: none;
  }
}
#vi.loaded #vi-visual .swiper-pagination-bullet-active {
  background-color: #069776;
}
#vi.loaded #vi-visual .vi-visual--1 {
  background-image: url(/images/top/slide--1.jpg);
}
#vi.loaded #vi-visual .vi-visual--2 {
  background-image: url(/images/top/slide--2.jpg);
}
#vi.loaded #vi-visual .vi-visual--3 {
  background-image: url(/images/top/slide--3.jpg);
}
#vi.loaded #vi-visual .vi-visual--4 {
  background-image: url(/images/top/slide--4.jpg);
}

/* ----------------------------------------------------------------
	main
----------------------------------------------------------------- */
.top {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.top h2 {
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'Josefin Sans', Arial ,sans-serif;
}
@media (max-width: 767px) {
  .top h2 {
    font-size: 5vw;
  }
}
.top h2 > span {
  display: block;
  padding: 0 0 0.8em 0;
  background-image: url(/images/common/line.svg);
  background-repeat: no-repeat;
  background-size: auto 7px;
  background-position: 50% 100%;
}
.top .overview {
  position: relative;
}
.top .overview .col__box {
  width: 50%;
  margin-right: 0;
}
@media (max-width: 980px) {
  .top .overview .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.top .overview section {
  padding: 5em 40px 6em 40px;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .top .overview section {
    padding: 4em 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .top .overview section {
    padding: 3em 10px;
  }
}
.top .events {
  background-size: 100% auto;
  background-repeat: repeat;
  position: relative;
}
@media (max-width: 980px) {
  .top .events {
    padding: 0 0 450px 0;
  }
}
.top .events section {
  max-width: auto;
}
.top .events:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13bf75;
  background: -webkit-gradient(linear, left top, right top, from(#13bf75), to(#2fc0be));
  background: linear-gradient(to right, #13bf75, #2fc0be);
  opacity: .75;
  height: 100%;
}
.top .events h2 {
  color: #fff;
}
.top .events h2 > span {
  background-image: url(/images/common/line-white.svg);
}
.top .events__inner {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 500px;
  max-width: 500px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .top .events__inner {
    top: 130px;
  }
}
@media (max-width: 767px) {
  .top .events__inner {
    top: calc( 4.5em + 48px );
    min-height: 500px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.top .events__inner iframe {
  z-index: 1;
  position: absolute;
  top: -70px;
  margin: 0 auto;
  width: 100% !important;
  height: 100% !important;
}
.top .about h2 {
  color: #2fc0be;
}
.top .about h2 > span {
  background-image: url(/images/common/line-green.svg);
}
.top .about dl {
  margin-bottom: 0;
}
.top .about dl dt {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top .about dl dt {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
}
.top .about dl dd {
  margin-left: 0;
  line-height: 3;
  text-align: left;
}
@media (max-width: 767px) {
  .top .about dl dd {
    line-height: 2.4;
  }
}
.top .about dl dd:last-child {
  margin: 3em auto 0 auto;
  width: 70%;
}
@media (max-width: 980px) {
  .top .about dl dd:last-child {
    margin: 2em auto 0 auto;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .top .about dl dd:last-child {
    width: 70%;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------------------------
	headline
----------------------------------------------------------------- */
.headline {
  position: relative;
  text-align: center;
  background-color: #001c27;
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  min-height: 400px;
  max-height: 400px;
  background-image: url(/images/common/header_bg.jpg);
}
@media (max-width: 1360px) {
  .headline {
    max-height: none;
    min-height: 30vw;
  }
}
@media (max-width: 980px) {
  .headline {
    min-height: 35vw;
  }
}
@media (max-width: 767px) {
  .headline {
    min-height: 50vw;
  }
}
.headline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.08);
  transition: opacity 2s 0s, transform 2s 0.25s;
}
.headline h2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1320px;
  margin: 0;
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.headline h2 > b {
  text-align: center;
  display: block;
  margin: 0;
  padding: 1em 0 0 0;
  line-height: 1;
  font-weight: bold;
  font-size: 32px;
  font-family: 'Josefin Sans', Arial ,sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: -0.01em;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s 0.25s , opacity 1s 0s;
}
@media (max-width: 980px) {
  .headline h2 > b {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .headline h2 > b {
    font-size: 6vw;
  }
}
.headline h2 > span {
  display: block;
  text-align: center;
  padding-top: 1em;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.5em;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s 0.25s , opacity 1s 0s;
}
@media (max-width: 980px) {
  .headline h2 > span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .headline h2 > span {
    padding-top: 1em;
    font-size: 3vw;
  }
}
.headline.loaded:before {
  transform: scale(1);
  opacity: 1;
  background-image: inherit;
}
.headline.loaded > span,
.headline.loaded > b {
  transform: translateY(0);
  opacity: 1;
}

/* ----------------------------------------------------------------
	swiper
----------------------------------------------------------------- */
.swiper-button-prev,
.swiper-button-next {
  display: none;
}

@media (max-width: 767px) {
  .swiper-container-horizontal {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.swiper-container-horizontal .swiper-wrapper {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.swiper-container-horizontal .swiper-wrapper .swiper-slide {
  height: auto !important;
  margin-top: 0 !important;
}
.swiper-container-horizontal .swiper-button-prev,
.swiper-container-horizontal .swiper-button-next {
  display: block;
  background: #16a383;
  top: 50%;
  width: 20px;
  height: 40px;
  margin: -20px 0 0 0;
  position: absolute;
  opacity: 1;
  transition: opacity .3s;
  cursor: pointer;
}
.swiper-container-horizontal .swiper-button-prev.swiper-button-disabled,
.swiper-container-horizontal .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
  cursor: default;
}
.swiper-container-horizontal .swiper-button-prev:before,
.swiper-container-horizontal .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
  margin-top: -4px;
}
.swiper-container-horizontal .swiper-button-prev {
  left: 0px;
}
.swiper-container-horizontal .swiper-button-prev:before {
  margin-left: -6px;
  right: 50%;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swiper-container-horizontal .swiper-button-next {
  right: 0px;
}
.swiper-container-horizontal .swiper-button-next:before {
  margin-left: -2px;
  left: 50%;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* ----------------------------------------------------------------
	entry
----------------------------------------------------------------- */
.entry {
  position: relative;
}
.entry:after {
  display: none;
}
.entry-boxes {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry-boxes__box {
  position: relative;
}
.top-media .entry-box {
  padding: 0;
  width: 48.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .top-media .entry-box {
    width: 100%;
    margin-right: 0;
  }
}
.top-media .entry-box:nth-child(2) {
  margin-right: 0;
}
.top-media .entry-box:nth-child(n+3) {
  width: 31.3%;
  margin-top: 40px;
  margin-right: 3%;
}
@media (max-width: 980px) {
  .top-media .entry-box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .top-media .entry-box:nth-child(n+3) {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .top-media .entry-box:nth-child(n+2) {
    margin-top: 5vw;
  }
}
.top-media .entry-box:nth-child(5) {
  width: 31.4%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .top-media .entry-box:nth-child(5) {
    width: 100%;
  }
}
.article--index .entry-box {
  width: 32%;
  margin-right: 2%;
}
.article--index .entry-box:nth-child(3n) {
  margin-right: 0;
}
.article--index .entry-box:nth-child(n+4) {
  margin-top: 20px;
}
@media (max-width: 980px) {
  .article--index .entry-box {
    width: calc( 50% - 10px);
    margin-right: 20px;
  }
  .article--index .entry-box:nth-child(3n) {
    margin-right: 20px;
  }
  .article--index .entry-box:nth-child(2n) {
    margin-right: 0;
  }
  .article--index .entry-box:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .article--index .entry-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
.entry h3 {
  text-align: center;
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto 40px auto;
  color: #000;
  font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
}
@media (max-width: 980px) {
  .entry h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .entry h3 {
    font-size: 5vw;
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------------------------
	archive
----------------------------------------------------------------- */
.archive {
  padding-top: 60px;
  margin-bottom: 90px;
}
@media (max-width: 1360px) {
  .archive {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .archive {
    padding-top: 15vw;
  }
}
.archive .entry-box {
  border: 1px solid #ddd;
}
.archive-link {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (max-width: 980px) {
  .archive-link {
    width: 50%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .archive-link {
    width: 100%;
    margin-top: 4vw;
  }
}

/* ----------------------------------------------------------------
	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: 60px auto;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 767px) {
  .embed {
    margin: 40px 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;
  transform: scale(1);
}

#content table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
}
#content table th {
  border: 1px solid #ddd;
  color: #019271;
  background-color: #e8f5f2;
  padding: 1.5em 0;
  width: 25%;
  line-height: 1;
}
#content table td {
  border: 1px solid #ddd;
  padding: 1.25em;
  line-height: 1.5;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(50%, #fff222), color-stop(90%, #fff222), color-stop(90%, transparent), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #fff222 50%, #fff222 90%, transparent 90%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fff222 50%, #fff222 90%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

article {
  position: relative;
}
article section {
  margin-bottom: 4em;
  line-height: 2;
}
article section h3 {
  font-size: 25px;
  position: relative;
  padding: 0 0 0.5em 0;
  margin: 0 0 0.8em 0;
  border-bottom: solid 2px #ddd;
  line-height: 1;
}
@media (max-width: 767px) {
  article section h3 {
    font-size: 5vw;
  }
}
article section h3:before {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
}
article section p {
  text-align: left;
}
article #breadcrumbs {
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 980px) {
  article #breadcrumbs {
    top: 70px;
  }
}
@media (max-width: 767px) {
  article #breadcrumbs {
    display: none;
  }
}
article #breadcrumbs ol {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}
@media (max-width: 1360px) {
  article #breadcrumbs ol {
    padding: 0 20px;
  }
}
article #breadcrumbs ol li {
  display: inline-block;
  text-transform: uppercase;
  list-style-type: none;
  font-size: 12px;
  margin-right: 6px;
  white-space: nowrap;
  color: #fff;
}
article #breadcrumbs ol li a {
  padding-right: 12px;
  padding-left: 0;
  position: relative;
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 981px) {
  article #breadcrumbs ol li a:hover {
    text-decoration: none;
  }
}
article #breadcrumbs ol li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border: 0 none;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -3px 0 0 0;
}

.researcher {
  background-color: #ebf3f3;
}
@media (max-width: 1360px) {
  .researcher {
    position: relative;
  }
}
.researcher h2 {
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'Josefin Sans', Arial ,sans-serif;
}
@media (max-width: 767px) {
  .researcher h2 {
    font-size: 5vw;
  }
}
.researcher h2 > span {
  display: block;
  padding: 0 0 0.8em 0;
  background-image: url(/images/common/line.svg);
  background-repeat: no-repeat;
  background-size: auto 7px;
  background-position: 50% 100%;
}
.researcher h2 + p {
  text-align: center;
  margin-bottom: 2em;
}
.researcher-srch {
  text-align: center;
}
.researcher-srch:before {
  left: 50%;
  transform: translateX(-50%);
}
.researcher__inner {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1360px) {
  .researcher__inner {
    position: static;
  }
}
@media (max-width: 1240px) {
  .researcher__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .researcher__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.researcher__boxes {
  padding-bottom: 4em;
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .researcher__boxes {
    padding-bottom: 2em;
  }
}
.researcher__boxes__box {
  position: relative;
}
.researcher__box {
  font-size: 14px;
  width: calc( 33.333333% - 20px );
  margin-right: 30px;
}
@media (max-width: 980px) {
  .researcher__box {
    width: calc( 33.333333% - 14px );
    margin-right: 21px;
  }
}
.researcher__box:nth-child(3n) {
  margin-right: 0;
}
.researcher__box:nth-child(n+4) {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .researcher__box {
    width: calc( 50% - 5px );
    margin-right: 10px;
  }
  .researcher__box:nth-child(3n) {
    margin-right: 10px;
  }
  .researcher__box:nth-child(2n) {
    margin-right: 0;
  }
  .researcher__box:nth-child(n+3) {
    margin-top: 2em;
  }
}
.researcher__photo {
  position: relative;
  z-index: 1;
}
.researcher__photo__inner {
  overflow: hidden;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto 2em auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .researcher__photo__inner {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .researcher__photo__inner {
    margin: 0 auto 5.5vw auto;
    width: 130px;
    height: 130px;
  }
}
.researcher__photo__inner span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.researcher__photo:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 50px;
  width: 35px;
  height: 35px;
  z-index: 2;
  background: url(/images/common/researchers-arrow.png) no-repeat 0 0;
  background-size: 35px auto;
}
@media (max-width: 980px) {
  .researcher__photo:before {
    margin-left: 40px;
    width: 25px;
    height: 25px;
    background-size: 25px auto;
  }
}
@media (max-width: 767px) {
  .researcher__photo:before {
    margin-left: 30px;
  }
}
@media (min-width: 981px) {
  .researcher a .researcher__photo span {
    transition: transform .3s;
  }
  .researcher a:hover .researcher__photo span {
    transform: scale(1.08);
  }
}
.researcher .card__inner {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-top: 2em;
  border-bottom: solid 1px #ddd;
  margin-bottom: 1em;
}
.researcher .card__inner:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
}
.researcher .card__title {
  line-height: 1;
  position: absolute;
  bottom: 0.5em;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .researcher .card__title {
    font-size: 5vw;
  }
}
.researcher .card__membership ul {
  position: absolute;
  bottom: 0.5em;
  right: 0;
}
.researcher .card__membership ul:before, .researcher .card__membership ul:after {
  display: table;
  content: '';
}
.researcher .card__membership ul:after {
  clear: both;
}
.researcher .card__membership ul li {
  width: 18px;
  height: 25px;
  float: left;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .researcher .card__membership ul li {
    width: 3.75vw;
    height: 5.2vw;
    margin-right: 1vw;
  }
}
.researcher .card__membership ul li:last-child {
  margin-right: 0;
}
.researcher .card__membership ul li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.researcher .card__membership--01:before {
  background-image: url(/images/common/member-ship-1.svg);
}
.researcher .card__membership--02:before {
  background-image: url(/images/common/member-ship-2.svg);
}
.researcher .card__membership--03:before {
  background-image: url(/images/common/member-ship-3.svg);
}
.researcher .card__belong {
  color: #aaa;
  margin-bottom: 15px;
}
.researcher .card dl {
  position: relative;
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
}
.researcher .card dl:before, .researcher .card dl:after {
  display: table;
  content: '';
}
.researcher .card dl:after {
  clear: both;
}
.researcher .card dl dt {
  text-align: left;
  vertical-aline: top;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0.5em 0;
  width: 6em;
  float: left;
  display: block;
}
@media (max-width: 980px) {
  .researcher .card dl dt {
    float: none;
    font-weight: bold;
  }
}
.researcher .card dl dd {
  padding: 0 0 0.5em 6em;
  margin: 0;
}
@media (max-width: 980px) {
  .researcher .card dl dd {
    padding: 0 0 1em 0;
  }
}
.researcher .card dl dd ul:before, .researcher .card dl dd ul:after {
  display: table;
  content: '';
}
.researcher .card dl dd ul:after {
  clear: both;
}
.researcher .card dl dd ul li {
  float: left;
}
.researcher .card dl dd ul li:after {
  content: '/';
  padding: 0 5px;
}
.researcher .card dl dd ul li:last-child:after {
  display: none;
}
.researcher .card dl dd ul li a {
  text-decoration: underline;
}
.researcher .membership-list {
  margin-bottom: 3em;
  padding: 1em 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  position: relative;
}
@media (max-width: 767px) {
  .researcher .membership-list {
    padding: 0.5em 0;
    margin-bottom: 2em;
  }
}
.researcher .membership-list--01 {
  background-image: url(/images/common/member-ship-1.svg);
}
.researcher .membership-list--02 {
  background-image: url(/images/common/member-ship-2.svg);
}
.researcher .membership-list--03 {
  background-image: url(/images/common/member-ship-3.svg);
}
.researcher .membership-list ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.researcher .membership-list ul li {
  line-height: 2em;
  margin: 0 1em 0 0;
  padding: 0 0 0 2em;
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
  background-size: 15px 20px;
  background-position: 0 25%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .researcher .membership-list ul li {
    padding: 0.25em 0 0.25em 5.5vw;
    background-size: 1.5em auto;
    font-size: 3vw;
    display: block;
    margin-right: 0;
    text-align: left;
  }
}
.researcher h3 + .membership-list {
  margin-top: 3em;
}
@media (max-width: 767px) {
  .researcher h3 + .membership-list {
    margin-top: 1.5em;
  }
}
.researcher__btn {
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #2fc0be;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  position: absolute;
  z-index: 1;
  transition: opacity .2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1360px) {
  .researcher__btn {
    background-color: #2fc0be;
    border-radius: 0;
    border: none;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .researcher__btn {
    width: 20px;
  }
}
.researcher__btn--prev {
  cursor: pointer;
  left: -60px;
}
@media (max-width: 1360px) {
  .researcher__btn--prev {
    left: 0;
  }
}
.researcher__btn--prev:before {
  transform: rotate(135deg);
  margin-left: -5px;
}
@media (max-width: 767px) {
  .researcher__btn--prev:before {
    margin-left: -3px;
  }
}
.researcher__btn--next {
  cursor: pointer;
  right: -60px;
}
@media (max-width: 1360px) {
  .researcher__btn--next {
    right: 0;
  }
}
.researcher__btn--next:before {
  transform: rotate(-45deg);
  margin-left: -5px;
}
@media (max-width: 767px) {
  .researcher__btn--next:before {
    margin-left: -3px;
  }
}
.researcher__btn--prev:before, .researcher__btn--next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-bottom: 2px solid #2fc0be;
  border-right: 2px solid #2fc0be;
  width: 8px;
  height: 8px;
  margin-top: -5px;
}
@media (max-width: 1360px) {
  .researcher__btn--prev:before, .researcher__btn--next:before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}
@media (max-width: 767px) {
  .researcher__btn--prev:before, .researcher__btn--next:before {
    margin-top: -3px;
    width: 4px;
    height: 4px;
  }
}
.researcher .btn {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .researcher .btn {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .researcher .btn {
    width: 80%;
  }
}
.researcher__update {
  text-align: center;
  margin: 1.5em 0 0 0;
}

article .researcher {
  background-color: #fff;
}
article .researcher-detail header {
  padding: 4em 0 5em 0;
  background-color: #ecefef;
  background-image: none;
  border-top: 80px solid #001c27;
}
@media (max-width: 980px) {
  article .researcher-detail header {
    border-top: 60px solid #001c27;
  }
}
@media (max-width: 767px) {
  article .researcher-detail header {
    padding: 2em 0;
    border-top: 55px solid #001c27;
  }
}
article .researcher-detail header h2 {
  text-align: center;
  margin: 0;
  color: #333;
  height: auto;
  padding: 0;
  background-image: none;
  text-transform: none;
  font-family: "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
article .researcher-detail header h2 > span {
  padding: 0;
  display: inline;
  background: none;
}
article .researcher-detail header h2 > b {
  font-family: 'Josefin Sans', Arial ,sans-serif;
  font-size: 13px;
  margin-top: 1em;
  background: none;
  padding: 0;
  display: block;
}
@media (max-width: 767px) {
  article .researcher-detail header h2 > b {
    font-size: 3vw;
  }
}
article .researcher-detail .researcher__photo:before {
  display: none;
}
article .researcher-detail .researcher__photo__inner {
  overflow: visible;
  box-shadow: 0 0 30px #ddd;
}
@media (max-width: 980px) {
  article .researcher-detail .researcher__photo__inner {
    box-shadow: 0 0 20px #ddd;
  }
}
@media (max-width: 767px) {
  article .researcher-detail .researcher__photo__inner {
    box-shadow: 0 0 15px #ddd;
  }
}
article .researcher-detail #breadcrumbs {
  position: absolute;
  top: 90px;
}
article .researcher-detail #breadcrumbs ol li {
  color: #000;
}
article .researcher-detail #breadcrumbs ol li a {
  color: #000;
}
article .researcher-detail #breadcrumbs ol li a:after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
article .researcher-detail a {
  color: #00648b;
  position: relative;
  text-decoration: underline;
}
@media (min-width: 981px) {
  article .researcher-detail a:hover {
    text-decoration: none;
  }
}
article .researcher-detail ul li > a {
  padding: 0 0 0 1.5em;
}
article .researcher-detail ul li > a:before, article .researcher-detail ul li > a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
}
article .researcher-detail ul li > a:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #004c6a;
}
article .researcher-detail ul li > a:after {
  top: 50%;
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
article .researcher-detail .membership-list {
  border: none;
}
article .researcher-detail .membership-list ul {
  text-align: left;
}
article .researcher-detail .membership-list ul li {
  display: block;
  line-height: 2;
}
article .researcher-detail .membership-list ul li a {
  padding: 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  article .researcher-detail .membership-list ul li a {
    font-size: 3.5vw;
  }
}
article .researcher-detail .membership-list ul li a:before, article .researcher-detail .membership-list ul li a:after {
  display: none;
}
article .researcher-detail .membership-list ul li a[target="_blank"] {
  padding-right: 15px;
}
article .researcher-detail .membership-list ul li a[target="_blank"]:after {
  content: '';
  display: block;
  border: 0 none;
  background: url(/images/common/icon-1.svg) no-repeat 100% 50%;
  background-size: 10px auto;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}

.about section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em 60px;
}
@media (max-width: 1240px) {
  .about section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .about section {
    padding: 4em 15px;
  }
}
@media (max-width: 767px) {
  .about section {
    padding: 3em 10px;
  }
}
.about h3 {
  border: none;
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  font-size: 25px;
  color: #2ec0be;
  text-transform: uppercase;
  font-family: 'Josefin Sans', Arial ,sans-serif;
}
@media (max-width: 767px) {
  .about h3 {
    margin: 0 0 0.5em 0;
    font-size: 5vw;
  }
}
.about h3:before {
  display: none;
}
.about h3 > span {
  display: block;
  padding: 0 0 0.8em 0;
  background-image: url(/images/common/line-green.svg);
  background-repeat: no-repeat;
  background-size: auto 7px;
  background-position: 50% 100%;
}
.about h3 + p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 2em 0;
}
@media (max-width: 980px) {
  .about h3 + p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .about h3 + p {
    font-size: 5vw;
    margin: 0 0 1.5em 0;
  }
  .about h3 + p br {
    display: none;
  }
}
.about dl {
  margin: 0;
}
.about dl dt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.5em 0;
  text-align: center;
}
@media (max-width: 980px) {
  .about dl dt {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .about dl dt {
    font-size: 5vw;
  }
}
.about dl dd {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  line-height: 2.8;
  text-align: center;
}
@media (max-width: 980px) {
  .about dl dd {
    line-height: 2.4;
  }
}
@media (max-width: 767px) {
  .about dl dd {
    text-align: justify;
  }
}
.about__approach dl {
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 3em 0;
}
@media (max-width: 767px) {
  .about__approach dl {
    padding: 1.5em 0 2em 0;
    position: static;
    transform: none;
  }
}
.about__approach dl dt {
  font-size: 25px;
  color: #2ec0be;
  text-align: left;
}
@media (max-width: 980px) {
  .about__approach dl dt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about__approach dl dt {
    font-size: 5vw;
  }
}
.about__approach dl dd {
  text-align: justify;
  max-width: 100%;
}
.about__approach div {
  position: relative;
  min-height: 450px;
}
@media (max-width: 980px) {
  .about__approach div {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .about__approach div {
    min-height: auto;
    padding: 250px 0 0 0;
  }
}
.about__approach div:before, .about__approach div:after {
  content: '';
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .about__approach div:before, .about__approach div:after {
    display: block;
    width: 100%;
    height: 250px;
  }
}
.about__approach div:nth-child(odd):after {
  left: 50%;
}
@media (max-width: 767px) {
  .about__approach div:nth-child(odd):after {
    left: 0;
  }
}
.about__approach div:nth-child(odd) dl {
  padding-right: 50%;
}
.about__approach div:nth-child(odd) dl dt,
.about__approach div:nth-child(odd) dl dd {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .about__approach div:nth-child(odd) dl {
    padding-right: 0;
  }
  .about__approach div:nth-child(odd) dl dt,
  .about__approach div:nth-child(odd) dl dd {
    margin-right: 0;
  }
}
.about__approach div:nth-child(even):before {
  right: 50%;
}
@media (max-width: 767px) {
  .about__approach div:nth-child(even):before {
    right: 0;
  }
}
.about__approach div:nth-child(even) dl {
  padding-left: 50%;
}
.about__approach div:nth-child(even) dl dt,
.about__approach div:nth-child(even) dl dd {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .about__approach div:nth-child(even) dl {
    padding-left: 0;
  }
  .about__approach div:nth-child(even) dl dt,
  .about__approach div:nth-child(even) dl dd {
    margin-left: 0;
  }
}
.about__approach--1:after {
  background-image: url(/images/about/img-1.jpg);
}
.about__approach--2:before {
  background-image: url(/images/about/img-2.jpg);
}
.about__approach--3:after {
  background-image: url(/images/about/img-3.jpg);
}
.about .gallery {
  margin: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0 0;
  height: 260px;
}
@media (max-width: 980px) {
  .about .gallery {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .about .gallery {
    height: 150px;
  }
}
.about .gallery > div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0 0;
}
.about .gallery--photo {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: inherit;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (min-width: 981px) {
  .about .gallery--photo {
    width: 8640px;
  }
}
@media (max-width: 980px) {
  .about .gallery--photo {
    width: 6648px;
    animation: infinitescroll 60s linear infinite;
  }
}
@media (max-width: 767px) {
  .about .gallery--photo {
    width: 4986px;
  }
}

@media (min-width: 981px) {
  @keyframes infinitescroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1440px);
    }
  }
}
@media (max-width: 980px) {
  @keyframes infinitescroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1108px);
    }
  }
}
@media (max-width: 767px) {
  @keyframes infinitescroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-831px);
    }
  }
}
.activities section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em 60px;
}
@media (max-width: 1240px) {
  .activities section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .activities section {
    padding: 4em 15px;
  }
}
@media (max-width: 767px) {
  .activities section {
    padding: 3em 10px;
  }
}
.activities h3 {
  border: none;
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  font-size: 25px;
  color: #2ec0be;
}
@media (max-width: 767px) {
  .activities h3 {
    margin: 0 0 0.5em 0;
    font-size: 5vw;
  }
}
.activities h3:before {
  display: none;
}
.activities h3 > span {
  display: block;
  padding: 0 0 0.8em 0;
  background-image: url(/images/common/line-green.svg);
  background-repeat: no-repeat;
  background-size: auto 7px;
  background-position: 50% 100%;
}
.activities h3 + p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 2em 0;
}
@media (max-width: 980px) {
  .activities h3 + p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .activities h3 + p {
    font-size: 5vw;
    margin: 0 0 1.5em 0;
  }
  .activities h3 + p br {
    display: none;
  }
}
.activities h4 {
  font-size: 25px;
  position: relative;
  padding: 0 0 0.5em 0;
  margin: 0 0 0.8em 0;
  border-bottom: solid 2px #ddd;
  line-height: 1;
}
@media (max-width: 767px) {
  .activities h4 {
    font-size: 5vw;
  }
}
.activities h4:before {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
}

.contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em 60px;
}
@media (max-width: 1240px) {
  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .contact {
    padding: 4em 15px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 3em 10px;
  }
}
.contact p {
  text-align: center;
  margin: 0 0 1em 0;
}
.contact__form {
  position: relative;
  padding-top: 100%;
}
@media (max-width: 980px) {
  .contact__form {
    padding-top: 125%;
  }
}
.tablet .contact__form {
  padding-top: 0;
}
.mobile .contact__form {
  padding-top: 0;
}
.contact__form iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tablet .contact__form iframe {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 600px;
}
.mobile .contact__form iframe {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 400px;
}
