@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
/*! 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  min-height: 80vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #000;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2), 0 0 25px rgba(0, 0, 0, 0.2), 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .remodal {
    text-align: left;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2), 0 0 12px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);
  }
}

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

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

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

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

/* Close button */
.remodal-close {
  z-index: 100;
  position: sticky;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 60px;
  height: 60px;
  margin: 0 0 0 auto;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #fff;
  background-color: #e60012;
  border: 0;
  outline: 0;
}
@media (max-width: 767px) {
  .remodal-close {
    width: 48px;
    height: 48px;
  }
}

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Zen Kaku Gothic Antique", "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: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 980px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

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 {
  outline: 0 none;
  color: #333;
  text-decoration: underline;
}
@media (min-width: 981px) {
  a:hover {
    text-decoration: none;
  }
}

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;
}
.header:before {
  content: '';
  display: block;
  width: 90%;
  height: 75px;
  border-radius: 37.5px;
  background: rgba(236, 243, 250, 0.8);
  position: absolute;
  top: 20px;
  left: 5%;
}
@media (max-width: 767px) {
  .header:before {
    height: 60px;
    border-radius: 30px;
    width: calc( 100% - 20px );
    top: 10px;
    left: 10px;
  }
}
.header__wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  position: static;
}
.header__wrap:before, .header__wrap:after {
  display: table;
  content: '';
}
.header__wrap:after {
  clear: both;
}
.header__logo {
  position: absolute;
  top: 27px;
  left: calc( 5% + 20px);
  width: 165px;
  height: 60px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .header__logo {
    top: 16px;
    left: 20px;
    width: 132px;
    height: 48px;
  }
}
.header__logo h1 {
  margin: 0;
  height: 100%;
  width: 100%;
}
.header__logo a {
  color: #000;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  vertical-align: baseline;
  display: block;
  position: relative;
  background-image: url(/images/common/logo.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  text-decoration: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header__nav {
  padding: 0;
  position: absolute;
  top: 20px;
  right: calc( 5% + 20px );
  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;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header__nav {
    display: block;
    height: 0;
    width: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-color: #fff;
  }
}
.header__nav > li {
  display: block;
  line-height: 75px;
}
@media (max-width: 767px) {
  .header__nav > li {
    line-height: 1;
    width: 100%;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__nav > li:first-chiild {
    border-top: 1px solid #ddd;
  }
  .header__nav > li:last-child {
    margin-top: 1em;
    text-align: center;
    border: 0 none;
  }
}
.transform .header__nav > li.header__nav-has-megamenu > a:before {
  transform: translateX(-10px);
  opacity: 0 !important;
  visibility: hidden !important;
  transition-delay: 0.3s !important;
}

.is-distance .header__nav > li.header__nav-has-megamenu > a:before {
  opacity: 0 !important;
  visibility: hidden !important;
}
@media (max-width: 767px) {
  .header__nav > li.header__nav-has-megamenu {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header__nav > li.header__nav-has-megamenu:nth-child(1) {
    border-top: 1px solid #ddd;
  }
}
.header__nav > li.header__nav-has-megamenu > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 48px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid rgba(238, 238, 238, 0.9);
  border-bottom: 6px solid #ffdd00;
  opacity: 0;
  margin-left: -6px;
  transform: translateX(-10px);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header__nav > li.header__nav-has-megamenu > a span {
    display: block;
  }
}
.header__nav > li.header__nav-has-megamenu > a span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 4px;
  height: 4px;
  border: 0 none;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -2px 0 0 0;
}
@media (max-width: 980px) {
  .header__nav > li.header__nav-has-megamenu > a span:before {
    border-bottom-width: 2px;
    border-left-width: 2px;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
  }
}
@media (min-width: 981px) {
  .header__nav > li.header__nav-has-megamenu:hover > a {
    color: #999;
  }
  .header__nav > li.header__nav-has-megamenu:hover > a span:before {
    border-bottom-color: #999;
    border-left-color: #999;
  }
}
.header__nav > li.header__nav-has-megamenu:hover > a:before {
  transform: translateX(0);
  opacity: 1;
}
.header__nav > li.header__nav-has-megamenu:hover .megamenu {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.header__nav > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 0;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
@media (max-width: 1360px) {
  .header__nav > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .header__nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header__nav > li > a {
    font-size: 18px;
    padding: 0;
    display: block;
    text-align: left;
    position: relative;
    background-position: 20px 50%;
  }
  .header__nav > li > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border: 0 none;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    -ms-transform: translateX(-5px) rotate(-135deg);
    transform: translateX(-5px) rotate(-135deg);
    margin: -5px 0 0 0;
  }
}
@media (max-width: 767px) {
  .header__nav > li > a {
    padding: 10px 0;
    font-size: 4.5vw;
    background-position: 10px 50%;
  }
  .header__nav > li > a:before {
    right: 20px;
  }
}
.header__nav > li > a span {
  padding-right: 1.5em;
  padding-left: 1.5em;
  position: relative;
  line-height: 1;
}
@media (max-width: 1080px) {
  .header__nav > li > a span {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  .header__nav > li > a span {
    display: block;
    padding: 10px 20px;
  }
}
@media (min-width: 981px) {
  .header__nav > li > a {
    transition: color 0.3s;
  }
  .header__nav > li > a span:before {
    transition: border-color 0.3s;
  }
  .header__nav > li > a:hover {
    color: #999;
  }
  .header__nav > li > a:hover span:before {
    border-color: #999;
  }
}
.header__nav > li > a.is-active {
  color: #999;
}
.header__nav > li > a.is-active span:before {
  border-color: #999;
}
@media (max-width: 767px) {
  .header__nav > li > a.is-active {
    color: #fff;
  }
  .header__nav > li > a.is-active:before,
  .header__nav > li > a.is-active span:before {
    border-color: #fff;
  }
  .header__nav > li > a.is-active {
    background-color: #29abe2;
  }
  .header__nav > li > a.is-active + .megamenu {
    background-color: #97c844;
  }
}
.header__call a {
  background-image: url(/images/common/06-6371-1814.png);
  background-repeat: no-repeat;
  background-position: 50% 33%;
  background-size: 100% auto;
  width: 6em;
  height: 75px;
  display: block;
  text-decoration: none;
}
.header__call a small {
  font-size: 80%;
  text-align: center;
  display: block;
  margin: 0;
  padding: 2.5em 0 0 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .header__call a {
    margin: 0 auto;
    height: 60px;
  }
}
.header__call a:hover {
  opacity: 0.6;
}

.contact__box {
  background: rgba(236, 243, 250, 0.8);
  border-radius: 3em;
  width: 80%;
  margin: 0 auto;
  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;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact__box {
    border-radius: 6em;
    width: calc( 100% - 20px );
  }
  .contact__box .col__box {
    padding: 0.5em 0;
  }
}

.basic .contact__box {
  width: 100%;
}

.tel {
  text-align: center;
  text-decoration: none;
}
.tel small {
  display: block;
  font-size: 80%;
  text-decoration: none;
}
.tel span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.33em;
  font-weight: 500;
  font-size: 120%;
  line-height: 1;
  color: #000;
  text-decoration: none;
}
.tel span:before {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/images/common/tel.svg) no-repeat 50% 50%;
  background-size: auto 1em;
}

#buildMenuButton {
  z-index: 101;
  position: fixed;
  top: 27px;
  right: calc( 5% + 20px );
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #29abe2;
  border-radius: 50%;
  display: none;
}
@media (max-width: 767px) {
  #buildMenuButton {
    display: block;
    width: 48px;
    height: 48px;
    top: 16px;
    right: 20px;
  }
}
#buildMenuButton:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 1px;
  margin-top: -10px;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #buildMenuButton:before {
    margin-top: -7px;
    left: 12px;
    width: 24px;
    height: 1px;
  }
}
#buildMenuButton:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 1px;
  margin-top: 4px;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #buildMenuButton:after {
    margin-top: 7px;
    left: 12px;
    width: 24px;
    height: 1px;
  }
}

@media (max-width: 767px) {
  .header__nav {
    transition: transform 0.3s 0s, opacity 0.3s 0s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .header__nav {
    padding: 78px 0;
  }
}
@media (max-width: 767px) {
  .header__nav li {
    margin: 0;
    padding: 0;
  }
  .header__nav li:first-child {
    border-top: 1px solid #ddd;
  }

  .build-menu-animating .header {
    height: 100%;
  }
  .build-menu-animating .header__nav {
    height: 100%;
    width: 100%;
  }

  .build-menu-open .header {
    position: fixed;
  }
  .build-menu-open .header:before {
    opacity: 1;
  }

  .build-menu-close .header {
    height: auto;
  }

  .build-menu-animating.build-menu-open .header__nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .build-menu-animating.build-menu-open #buildMenuButton:before {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .build-menu-animating.build-menu-open #buildMenuButton:before {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .build-menu-animating.build-menu-open #buildMenuButton:after {
    margin-top: -3px;
    transform: rotate(-135deg);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .build-menu-animating.build-menu-open #buildMenuButton:after {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .build-menu-animating.build-menu-close .header__nav {
    transform: translateY(-100%);
    opacity: 0;
    transition-duration: 0s, 0.3s;
    transition-delay: 0.3s, 0s;
  }

  .transform.build-menu-animating.build-menu-close .header__nav {
    transition-duration: 0s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
}
/* ----------------------------------------------------------------
	breadcrumbs
----------------------------------------------------------------- */
.breadcrumbs {
  overflow: hidden;
  color: #fff;
}
.breadcrumbs ol {
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
}
.breadcrumbs ol li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding: 0 0 0 1em;
  margin: 0 0.5em 0 0;
  font-size: 11px;
}
.breadcrumbs ol li:before {
  content: "\3E";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline;
  transform: translateY(-50%);
  vertical-align: middle;
}
.breadcrumbs ol li:first-child {
  padding-left: 0;
}
.breadcrumbs ol li:first-child:before {
  display: none;
}
.breadcrumbs ol li:last-child a {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
}
.breadcrumbs ol li a {
  text-decoration: underline;
  color: #fff;
  padding: 1em 0;
  display: block;
  white-space: nowrap;
}

/* ----------------------------------------------------------------
	card
----------------------------------------------------------------- */
.card {
  background-color: #fff;
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .card:nth-child(n+2) {
    margin-top: 5vw;
  }
  .top-news .card:nth-child(n+2) {
    margin-top: 20px;
  }
}
.card__item > a {
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #333;
}
.card__item > a:before {
  content: '';
  display: block;
  padding-top: 52.65%;
  background-position: 50% 50%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .card__item > a:before {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .card__item > a:before {
    padding-top: 52.65%;
  }
}
.card__item > a:after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  margin-top: 52.65%;
}
@media (max-width: 980px) {
  .card__item > a:after {
    margin-top: 60%;
    height: 8vw;
  }
}
@media (max-width: 767px) {
  .card__item > a:after {
    margin-top: 52.65%;
    height: 12vw;
  }
}
@media (min-width: 981px) {
  .card__item > a:before {
    transition: opacity .3s, transform .3s ease-in-out;
  }
  .card__item > a:hover:before {
    transform: scale(1.08);
  }
}
.card__desc {
  padding: 1.25em 1em;
}
@media (max-width: 767px) {
  .card__desc {
    padding: 10px;
  }
}
.card__category {
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  font-size: 11px;
  width: 8em;
  display: block;
  padding: 5px 0;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 980px) {
  .card__category {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .card__category {
    font-size: 2.75vw;
  }
}
.card__date {
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 1;
  text-align: left;
  color: #000;
  font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  font-style: italic;
  min-width: 80px;
  transform: translate(0, -50%);
  font-size: 40px;
}
@media (max-width: 1080px) {
  .card__date {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .card__date {
    left: 10px;
    font-size: 8vw;
  }
}
.card__date span {
  display: block;
  margin-bottom: -1em;
  font-size: 14px;
}
@media (max-width: 1080px) {
  .card__date span {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .card__date span {
    font-size: 3vw;
  }
}
.card__date b {
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 1080px) {
  .card__date b {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .card__date b {
    font-size: 4vw;
  }
}
.card__date b:last-child {
  font-size: 40px;
  font-weight: normal;
}
@media (max-width: 1080px) {
  .card__date b:last-child {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .card__date b:last-child {
    font-size: 8vw;
  }
}
.card__title {
  position: relative;
  z-index: 1;
  text-decoration: underline;
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 981px) {
  a:hover .card__title {
    text-decoration: none;
  }
}
.card__lead {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  background-color: #ecf3fa;
  padding-left: 60px;
  padding-right: 60px;
  color: #000;
}
@media (max-width: 1080px) {
  .footer {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 980px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer dl {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer dt {
  text-align: center;
  font-size: 90%;
  margin: 0;
  padding: 0;
  line-height: 1.66;
}
.footer dd {
  margin: 0;
  padding: 0;
}
.footer__link {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: table;
  color: #000;
  font-size: 80%;
}
@media (max-width: 767px) {
  .footer__link {
    font-size: 70%;
  }
}
.footer__link:before {
  content: '-';
  color: #000;
  padding-right: 0.5em;
}
.footer__link:after {
  content: '-';
  color: #000;
  padding-left: 0.5em;
}
.footer__link a {
  color: #000;
}

.copyright {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 60px;
}
@media (max-width: 1080px) {
  .copyright {
    font-size: 10px;
    line-height: 45px;
  }
}
@media (max-width: 980px) {
  .copyright {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .copyright {
    line-height: 3;
    font-size: 3vw;
  }
}
.copyright a {
  color: #000;
  text-decoration: none;
}

/* ----------------------------------------------------------------
	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: 1em 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 85%;
  font-weight: 400;
  text-align: center;
  background-color: #29abe2;
  color: #fff;
  text-decoration: none;
  border-radius: 3em;
}
@media (max-width: 767px) {
  .btn {
    font-size: 3.75vw;
  }
}
.btn span {
  position: relative;
  padding-right: 1em;
  text-transform: uppercase;
}
.btn span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, -50%);
  background: url(/images/common/arrow-white.svg) no-repeat 100% 50%;
  background-size: 0.66em auto;
}
@media (min-width: 981px) {
  .btn {
    transition: background-color .3s ease-in-out;
  }
  .btn span:before {
    transition: transform .3s ease-in-out;
  }
  .btn:hover {
    background-color: #0275da;
  }
  .btn:hover span:before {
    transform: translate(8px, -50%);
  }
}
.btn--single {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .btn--single {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .btn--single {
    width: 80%;
  }
}

/* ----------------------------------------------------------------
	loop_slide
----------------------------------------------------------------- */
.loop_slide {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -12.5%;
  margin-right: -12.5%;
}
@media (max-width: 980px) {
  .loop_slide {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .loop_slide {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.loop_slide img {
  width: 100%;
}
.loop_slide .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1240px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding-left: 10px;
    padding-right: 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: 31.333333%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col3 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col3 .col__box:nth-child(3n) {
  margin-right: 0 !important;
}
@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;
}

#scroll {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}
#scrollTop {
  opacity: 0;
}
@media (max-width: 980px) {
  #scrollTop {
    opacity: 1;
    background-color: #831326;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    display: block;
    padding-top: 2em;
    padding-bottom: 1em;
    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 (max-width: 767px) {
  #scrollTop {
    padding-top: 2.5em;
    padding-bottom: 1.5em;
    font-size: 3vw;
  }
}
@media (min-width: 981px) {
  #scrollTop:hover:before {
    transform: translateY(0) rotate(45deg);
  }
}
#scrollTop, #scrollDown {
  text-align: center;
  width: 100%;
  max-width: 60px;
  display: block;
  position: fixed;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  #scrollTop, #scrollDown {
    max-width: 45px;
  }
}
@media (max-width: 980px) {
  #scrollTop, #scrollDown {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }
}
#scrollTop, #scrollDown {
  right: 0;
  opacity: 0;
  transform: translate(-60px, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s .6s ease-in-out, opacity .6s 0s ease-in-out;
}
@media (max-width: 1080px) {
  #scrollTop, #scrollDown {
    transform: translate(-45px, -50%);
  }
}
@media (max-width: 980px) {
  #scrollTop, #scrollDown {
    opacity: 1;
    transition: 0 none;
    transform: translate(0, 0);
  }
}
.headroom #scrollTop, .headroom #scrollDown {
  opacity: 1;
  transform: translate(0, -50%);
}
@media (max-width: 980px) {
  .headroom #scrollTop, .headroom #scrollDown {
    transform: translate(0, 0);
  }
}
#scrollTop svg, #scrollDown svg {
  width: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 980px) {
  #scrollTop svg, #scrollDown svg {
    display: none;
  }
}
#scrollDown {
  transition: transform .6s .6s ease-in-out, opacity .6s .6s ease-in-out;
}
@media (max-width: 980px) {
  #scrollDown {
    transition: 0 none;
  }
}

.headroom--not-top {
  /*
  .header__logo{
  	@include forTablet{
  		background-color: #fff;
  	}
  }
  */
}
.headroom--not-top {
  /*
  .header__logo{
  	@include forTablet{
  		background-color: #fff;
  	}
  }
  */
}
.headroom--not-top .header__nav {
  transition: transform 0.3s, opacity 0.3s;
}

@media (min-width: 981px) {
  .headroom #scrollDown svg,
  .headroom #scrollTop svg {
    transition: transform .6s;
  }
  .headroom--not-top #scrollTop {
    z-index: 2;
    opacity: 1;
    transition-delay: 0s, .6s;
  }
  .headroom--not-top #scrollTop svg {
    transition-delay: .6s;
  }
  .headroom--not-top #scrollDown {
    z-index: 1;
    opacity: 0;
    transition-delay: 0s, 0s;
  }
  .headroom--not-top #scrollDown svg {
    transform: translateY(20px);
    transition-delay: 0s;
  }
  .headroom--pinned {
    /*
    #header {
    	transform: translateY(0%);
    	opacity:1;
    }
    */
  }
  .headroom--top {
    /*
    #header {
    	transform: translateY(0%);
    	opacity:1;
    	transition: transform 0s, opacity 0s;
    }
    */
  }
  .headroom--top #scrollTop {
    opacity: 0;
  }
  .headroom--top #scrollTop svg {
    transform: translateY(-20px);
  }
  .headroom--top #scrollDown {
    z-index: 2;
    opacity: 1;
  }
  .headroom--top #scrollDown svg {
    animation: scrolling 3s linear 0s infinite;
  }
  .headroom--bottom {
    /*
    #header {
    	transform: translateY(0%);
    	opacity:1;
    }
    */
  }
}
.lity {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.lity-content {
  background-color: #fff;
  max-width: 1000px;
}
.lity-close {
  color: #333;
}
.lity-close:hover {
  color: #666;
}
.lity-desc {
  padding: 1em;
}
@media (max-width: 980px) {
  .lity-desc {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .lity-desc {
    padding: 10px;
  }
}

.remodal .embed {
  margin: 0;
}
.remodal-desc {
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 60px 60px;
}
@media (max-width: 980px) {
  .remodal-desc {
    padding: 0 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .remodal-desc {
    padding: 0 10px 30px 10px;
  }
}
.remodal-desc > b {
  font-size: 133%;
  display: block;
  margin: 0 0 0.5em 0;
}
.remodal-desc .badges {
  margin: 0.5em 0;
}
.remodal-desc figure {
  background-size: 90% auto;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
@media (max-width: 767px) {
  .remodal-desc figure {
    background-size: 100% auto;
    padding-top: 67.5%;
    margin-bottom: 1em;
  }
}
.remodal-col .col__box {
  width: 33.33333%;
  padding-left: 1.75em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.remodal-col .col__box:nth-child(n+4) {
  margin-top: 10px;
}
.remodal-col .col__box:before {
  content: '';
  display: inline-block;
  width: 0.33em;
  height: 0.33em;
  border-radius: 50%;
  background-color: #8b2f30;
  position: absolute;
  top: 0.66em;
  left: 0.5em;
}
@media (max-width: 767px) {
  .remodal-col .col__box {
    width: 50%;
  }
  .remodal-col .col__box:nth-child(n+3) {
    margin-top: 10px;
  }
}
.remodal-sum table {
  width: 100%;
  border-collapse: collapse;
}
.remodal-sum dl, .remodal-sum dt, .remodal-sum dd {
  margin: 0;
  padding: 0;
}
.remodal-sum dt {
  font-weight: 500;
  display: block;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0;
  color: #fff;
  white-space: nowrap;
  background: #8b2f30;
  text-align: center;
}
.remodal-sum th, .remodal-sum td {
  font-weight: normal;
  padding: 0.33em 0;
}
.remodal-sum tfoot th {
  font-weight: 500;
  background-color: #ff0;
  color: #000;
}
.remodal-sum tfoot td {
  font-weight: 500;
  background-color: #ff0;
  color: #000;
}
.remodal-sum small {
  font-size: 80%;
}
@media (max-width: 767px) {
  .remodal-sum .col__box:nth-child(2n) {
    margin-top: 1em;
  }
}
.remodal .col4-6 .fig--bg {
  width: 40%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: -60px 0 0 0;
}
@media (max-width: 767px) {
  .remodal .col4-6 .fig--bg {
    margin: -48px 0 1em 0;
    width: 100%;
    padding-top: 100%;
  }
}
.remodal .col4-6 .remodal-desc {
  width: 60%;
}
@media (max-width: 767px) {
  .remodal .col4-6 .remodal-desc {
    width: 100%;
  }
}
.remodal .col5-5 .fig--bg {
  width: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: -60px 0 0 0;
}
@media (max-width: 767px) {
  .remodal .col5-5 .fig--bg {
    margin: -48px 0 1em 0;
    width: 100%;
    padding-top: 100%;
  }
}
.remodal .col5-5 .remodal-desc {
  width: 50%;
}
@media (max-width: 767px) {
  .remodal .col5-5 .remodal-desc {
    width: 100%;
  }
}

.col6-4 .col__box {
  width: 58.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col6-4 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col6-4 .col__box + .col__box {
  width: 38.5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .col6-4 .col__box + .col__box {
    width: 100%;
    margin-top: 2em;
  }
}

.col7-3 .col__box {
  width: 68.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col7-3 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col7-3 .col__box + .col__box {
  width: 28.5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .col7-3 .col__box + .col__box {
    width: 100%;
    margin-top: 2em;
  }
}

@media (max-width: 767px) {
  .col_reverse_sp {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_reverse_sp .col__box:nth-child(1) {
    margin-top: 2em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col_reverse_sp .col__box:nth-child(2) {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.change #main,
.change #footer {
  -webkit-animation: showOut 0.6s;
  animation: showOut 0.6s;
}

.transform #main,
.transform #footer {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
}

.complete #main {
  -webkit-animation: showIn 0.6s;
  animation: showIn 0.6s;
}

@media (max-width: 1360px) {
  .change #scroll {
    -webkit-animation: showOut 0.6s;
    animation: showOut 0.6s;
  }

  .transform #scroll {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0;
  }
}
@-webkit-keyframes showOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes showOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showIn2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes showIn2 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrolling {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  10% {
    opacity: 1;
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  90% {
    opacity: 1;
    transform: translateY(5px);
  }
  100% {
    opacity: 0;
    transform: translateY(5px);
  }
}
.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;
}

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

@keyframes svginit {
  0% {
    stroke-dashoffset: 1500;
    fill-opacity: 0;
  }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@keyframes svginitEdge {
  0% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
/* ----------------------------------------------------------------
	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.counter {
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  transition: none;
}

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

/* ----------------------------------------------------------------
	loading
----------------------------------------------------------------- */
.js .loading {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  overflow: hidden;
}
.js .loading:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #666;
  opacity: 0;
  will-change: opacity;
}
.js .loading:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateX(-100%);
  opacity: 1;
  will-change: opacity, transform;
}
.js .loading--top {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #000;
  opacity: 0;
  transform: translateY(-100%);
  will-change: animation, opacity, transform;
}
.js .loading--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #000;
  opacity: 0;
  transform: translateY(100%);
  will-change: animation, opacity, transform;
}
.js .loading--start {
  z-index: 3;
}
.js .loading--start:before {
  animation: loading-start--1 0.6s forwards;
}
.js .loading--start:after {
  animation: loading-start--2 0.6s ease-in forwards;
}
.js .loading--start .loading--top {
  animation: loading-start--3 0.6s forwards;
}
.js .loading--start .loading--bottom {
  animation: loading-start--3 0.6s forwards;
}
.js .loading--complete {
  z-index: 3;
}
.js .loading--complete:before {
  animation: loading-complete--1 0.6s forwards;
}
.js .loading--complete:after {
  animation: loading-complete--2 0.6s forwards;
}
.js .loading--complete .loading--top {
  animation: loading-complete--3 0.6s forwards;
}
.js .loading--complete .loading--bottom {
  animation: loading-complete--4 0.6s forwards;
}

.transform.build-menu-animating.build-menu-close .loading--start {
  z-index: 3;
}
.transform.build-menu-animating.build-menu-close .loading--start:before {
  animation: loading-start--1 0s forwards;
}
.transform.build-menu-animating.build-menu-close .loading--start:after {
  animation: loading-start--2 0.6s ease-in forwards;
}
.transform.build-menu-animating.build-menu-close .loading--start .loading--top {
  animation: loading-start--3 0s forwards;
}
.transform.build-menu-animating.build-menu-close .loading--start .loading--bottom {
  animation: loading-start--3 0s forwards;
}

@keyframes loading-start--1 {
  0%,25% {
    opacity: 0;
  }
  50%,100% {
    opacity: 1;
  }
}
@keyframes loading-start--2 {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes loading-start--3 {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes loading-complete--1 {
  0%,25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading-complete--2 {
  0%,25% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(0%);
  }
}
@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%);
  }
}
/* ----------------------------------------------------------------
	letter-spacing
----------------------------------------------------------------- */
.ls--half {
  letter-spacing: 0.5em;
}
.ls--third {
  letter-spacing: 0.33em;
}
.ls--small {
  letter-spacing: 0.1em;
}
.ls--1 {
  letter-spacing: 1em;
}
.ls--2 {
  letter-spacing: 2em;
}
.ls--3 {
  letter-spacing: 3em;
}

/* ----------------------------------------------------------------
	spacing / align
----------------------------------------------------------------- */
.c_subtitle {
  font-size: 1.5rem;
  line-height: 1.9;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c_subtitle {
    font-size: 1.33rem;
  }
}
.c_button {
  overflow: hidden;
  position: relative;
  background-color: #35898c;
  height: 4em;
  line-height: 4em;
  max-width: 30em;
  text-align: left;
  font-size: 105%;
  font-weight: bold;
  padding: 0 2em 0 2em;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c_button {
    max-width: 80%;
    height: 3.5em;
    line-height: 3.5em;
  }
}
.c_button_single {
  min-width: 250px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .c_button_single {
    min-width: 220px;
    width: 100%;
  }
}
.c_button + .c_button {
  margin-left: 20px;
}
.c_button:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 190%;
  height: 120%;
  width: 140%;
  opacity: .15;
  background-color: #000;
  -webkit-transform: skew(-45deg) translateX(20px);
  -ms-transform: skew(-45deg) translateX(20px);
  transform: skew(-45deg) translateX(20px);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.c_button:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateX(-5px) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -4px;
  transition: transform .3s;
}
@media (max-width: 767px) {
  .c_button:after {
    right: 1em;
  }
}
.c_button:hover {
  text-decoration: none　 !important;
}
.c_button:hover:before {
  left: -250%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c_button:hover:after {
  transform: translateX(0) rotate(45deg);
}
.c_button_text {
  color: #fff;
}
.c_button_wrapper {
  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;
}
.c_button_plus {
  position: relative;
  display: block;
  min-width: 0;
  width: 2.5em;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  background-color: #35898c;
}
.c_button_plus:after {
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
.c_button_plus:hover:after {
  transform: translateX(-50%) rotate(135deg);
}
.c_anchorlink {
  color: #333 !important;
  text-decoration: none !important;
  width: calc( 50% - 10px );
  margin: 0;
  margin-right: 20px;
  background: #fff;
  line-height: 1.4;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 2px solid #95c740;
  transition: background-color 0.4s ease;
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c_anchorlink:nth-child(2n) {
  margin-right: 0;
}
.c_anchorlink:nth-child(n+3) {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .c_anchorlink {
    width: 100%;
    margin-right: 0;
  }
  .c_anchorlink:nth-child(n+2) {
    margin-top: 1em;
  }
}
.c_anchorlink:hover {
  background-color: #f2f9e1;
}
.c_anchorlink:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
  background: url(/images/common/arrow-green.svg) no-repeat 50% 50%;
  background-size: 1em auto;
  transform: rotate(90deg) translateX(-50%);
}
.c_anchorlink__text {
  padding: 0 calc( 1em + 20px ) 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-weight: 500;
}
.c_anchorlink__text small {
  font-size: 70%;
  margin-right: 0.5em;
}
.c_anchorlink__wrap {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c_anchorlink__wrap {
    padding: 20px 0;
  }
}
.c_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 0 0;
  padding: 0;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.c_table tr {
  border-top: 1px solid #ccc;
}
.c_table th {
  background-color: #7e7e7e;
  color: #fff;
  padding: 1em;
  vertical-align: middle;
  text-align: left;
  min-width: 6em;
}
.c_table th small {
  display: inline-block;
  line-height: 1.2;
}
.c_table td {
  padding: 1em;
}
@media (max-width: 767px) {
  .c_table td {
    word-break: break-all;
  }
}
.c_table td ul {
  padding: 0 0 0 1.33em;
}
@media (max-width: 767px) {
  .c_table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
.c_table + h4 {
  margin-top: 3em;
}
.c_table--simple {
  border: 0 none;
  border-bottom: 1px solid #ccc;
}
.c_table--simple th {
  background-color: transparent;
  color: inherit;
  padding: 1em 0 1em 1em;
  vertical-align: middle;
  text-align: left;
  min-width: 6em;
}
.c_table--simple td {
  padding: 1em 1em 1em 0;
}
.c_table--simple td ul {
  margin-top: 0;
  margin-bottom: 0;
}
.c_lead {
  font-weight: bold;
  font-size: 135%;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .c_lead {
    text-align: left;
  }
}
.c_movie {
  position: relative;
  cursor: pointer;
}
.c_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;
}
.c_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) {
  .c_movie {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c_movie img {
    transition: transform .3s ease-in-out;
  }
  .c_movie:before {
    transition: border-left-color .3s easeinout;
  }
  .c_movie:after {
    transition: border-color .3s easeinout;
  }
  .c_movie:hover:before {
    border-left-color: #ff781d;
  }
  .c_movie:hover:after {
    border-color: #ff781d;
  }
  .c_movie:hover img {
    transform: scale(1.04);
  }
}
.c_desc {
  margin-top: 3em;
}
.c_desc p + p {
  margin-top: 1em;
}
.c_link_small {
  font-size: 80%;
}

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

/* ----------------------------------------------------------------
	top
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
	vi
----------------------------------------------------------------- */
#vi {
  z-index: 1;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url(/images/top/main1.jpg);
  background-repeat: no-repeat;
  background-size: 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #vi {
    margin-top: 80px;
  }
}

.vi-text {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vi-text__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 3s, transform 3s;
  transform: translateY(10px);
  background: url(/images/top/main-text.png) no-repeat 50% 50%;
  background-size: auto 50%;
}

.loaded .vi-text__title {
  opacity: 1;
  transform: translateY(0);
}

.loaded #vi-visual {
  opacity: 1;
}

#vi-visual {
  will-change: opacity;
  transition: opacity .6s;
  opacity: 0;
  position: relative;
}

#vi-visual:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
}

#vi .swiper-slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
}

#vi .swiper-slide:before {
  content: '';
  padding-top: 56.25%;
  display: block;
}

#vi .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

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

.loaded #vi-visual .swiper-slide:after {
  background-image: inherit;
}

.loaded #vi-visual .swiper-slide-active:after {
  animation: zoom-vi 2s;
}

@keyframes zoom-vi {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
/* ----------------------------------------------------------------
	main
----------------------------------------------------------------- */
.top h2 {
  color: #29abe2;
  text-align: center;
  font-size: 3vw;
  font-weight: 600;
  text-shadow: 1px 0px 1px white, 1px 0px 1px rgba(18, 93, 159, 0.8);
  letter-spacing: 0.068em;
  line-height: 1.33;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 980px) {
  .top h2 {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .top h2 {
    font-size: 6vw;
  }
}
.top__desc {
  margin-left: 10%;
  margin-right: 10%;
  padding: 3.33% 10%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .top__desc {
    margin-left: 5%;
    margin-right: 5%;
    padding: 2% 5%;
  }
}
.top__desc p {
  font-size: 2vw;
  font-weight: 700;
  letter-spacing: 0.034em;
  line-height: 2.1;
}
@media (max-width: 980px) {
  .top__desc p {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .top__desc p {
    font-size: 4.75vw;
  }
}
.top__link a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.top__link a:hover .btn {
  background-color: #0275da;
}
.top__link a:hover .btn span:before {
  transform: translate(8px, -50%);
}
.top__link dl {
  width: 50%;
  margin: 0;
  padding: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top__link dl {
    padding: 5%;
  }
}
.top__link figure {
  width: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.top__link dt {
  margin: 0;
  padding: 0;
  line-height: 1.66;
}
.top__link dd {
  margin: 2em 0 0 0;
}
.top-news h2 {
  width: calc( 100% - 120px );
  margin: 0 auto;
  padding: 1em 0;
  vertical-align: middle;
}
@media (max-width: 1080px) {
  .top-news h2 {
    width: calc( 100% - 90px );
  }
}
@media (max-width: 980px) {
  .top-news h2 {
    width: calc( 100% - 40px );
  }
}
@media (max-width: 767px) {
  .top-news h2 {
    font-size: 24px;
    width: calc( 100% - 20px );
  }
}
.top-news > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-news > ul li {
  line-height: 1.33;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.33em 60px 1.33em calc( 60px + 6em );
}
@media (max-width: 1080px) {
  .top-news > ul li {
    padding: 1.33em 45px 1.33em calc( 45px + 6em );
  }
}
@media (max-width: 980px) {
  .top-news > ul li {
    padding: 1.33em 20px 1.33em calc( 20px + 6em );
  }
}
@media (max-width: 767px) {
  .top-news > ul li {
    padding: 1.33em 10px 1.33em calc( 10px + 6em );
  }
}
.top-news > ul li:nth-child(odd) {
  background-color: rgba(222, 222, 222, 0.5);
}
.top-news > ul li time {
  font-weight: normal;
  position: absolute;
  left: 60px;
  top: 50%;
  white-space: nowrap;
  transform: translateY(-50%);
}
@media (max-width: 1080px) {
  .top-news > ul li time {
    left: 45px;
  }
}
@media (max-width: 980px) {
  .top-news > ul li time {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .top-news > ul li time {
    left: 10px;
  }
}
.top-news .btn {
  margin-left: auto;
  margin-right: auto;
  width: 380px;
}
@media (max-width: 980px) {
  .top-news .btn {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .top-news .btn {
    width: 80%;
  }
}
.top-business__header {
  text-align: center;
  color: #c30d23;
}
.top-business__header h2 {
  width: calc( 100% - 120px );
  margin: 0 auto;
  padding: 1em 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
}
@media (max-width: 1080px) {
  .top-business__header h2 {
    width: calc( 100% - 90px );
  }
}
@media (max-width: 980px) {
  .top-business__header h2 {
    width: calc( 100% - 40px );
  }
}
@media (max-width: 767px) {
  .top-business__header h2 {
    font-size: 24px;
    width: calc( 100% - 20px );
  }
}
.top-business__header h2 > b {
  font-size: 100%;
  font-weight: 400;
  display: inline-block;
}
.top-business__header h2 > span {
  display: inline-block;
  font-size: 50%;
  margin-left: 1.33em;
}
.top-business__inner {
  margin-left: 60px;
  margin-right: 60px;
}
@media (max-width: 1080px) {
  .top-business__inner {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (max-width: 980px) {
  .top-business__inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .top-business__inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.top-business a {
  display: block;
  text-decoration: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  color: #c30d23;
  transition: color 0.6s, background-color 0.6s;
}
.top-business a:hover {
  background-color: #c30d23;
  color: #fff;
}
.top-business a:hover img {
  opacity: 0;
}
.top-business a:hover img.top-business--hover {
  opacity: 1;
}
.top-business dl {
  margin: 2em 0 0 0;
  padding: 0 0 2em 0;
  text-align: center;
}
.top-business dt {
  margin: 0;
  padding: 40% 0 0 0;
  position: relative;
}
.top-business dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s;
}
.top-business dd {
  margin: 0;
  padding: 0;
  font-size: 80%;
}
.top-business--hover {
  opacity: 0;
}
.top-business .col {
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  color: #c30d23;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    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: #95c740;
  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);
}

/* ----------------------------------------------------------------
	parts
----------------------------------------------------------------- */
.mce-content-body {
  padding: 20px;
}

.mce-content-body .embed .mce-object-iframe {
  position: static !important;
}

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

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

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

img.aligncenter,
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);
}

main table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: -1em;
}
main table tr {
  border-bottom: 1px solid #ddd;
}
main table th {
  line-height: 1.4;
  padding: 1.5em 0;
  font-weight: bold;
  width: 30%;
}
@media (max-width: 767px) {
  main table th {
    padding: 1em 0;
    width: 6em;
  }
}
main table td {
  line-height: 1.4;
  padding: 0.8em 0;
}

/* ----------------------------------------------------------------
	article
----------------------------------------------------------------- */
.headline {
  margin: 0 0 2em 0;
  padding: 0;
}
.headline h2 {
  margin: 0;
  padding: 0;
  color: #333;
  position: relative;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.538;
  padding-bottom: 20px;
  text-align: left;
}
@media (max-width: 1080px) {
  .headline h2 {
    font-size: 32px;
  }
}
@media (max-width: 980px) {
  .headline h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .headline h2 {
    font-size: 7vw;
    padding-bottom: 10px;
  }
}
.headline h2:before {
  background: linear-gradient(90deg, #29abe2 200px, #ecf3fa 200px) no-repeat 0 100%;
  background-size: 100% 2px;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 980px) {
  .headline h2:before {
    background: linear-gradient(90deg, #29abe2 10px, #ecf3fa 10px) no-repeat 0 100%;
  }
}
@media (max-width: 767px) {
  .headline h2:before {
    background: linear-gradient(90deg, #29abe2 50px, #ecf3fa 50px) no-repeat 0 100%;
  }
}

.basic #content,
.article__content #content {
  width: 80%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
@media (max-width: 980px) {
  .basic #content,
  .article__content #content {
    width: auto;
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .basic #content,
  .article__content #content {
    margin: 0 10px;
    margin-top: 88px;
  }
}
.basic #content section + section,
.article__content #content section + section {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .basic #content section + section,
  .article__content #content section + section {
    margin: 40px 0;
  }
}
.basic h3,
.article__content h3 {
  line-height: 1.5;
  margin: 2.5em 0 1.33em 0;
  padding: 0 0 0 1em;
  position: relative;
  font-weight: 500;
  font-size: 150%;
}
.basic h3:before,
.article__content h3:before {
  content: '';
  display: block;
  height: 60%;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #29abe2;
}
.basic h4,
.article__content h4 {
  font-size: 133%;
  font-weight: 500;
  border-bottom: 1px solid  #29abe2;
  padding: 0 0 0.33em 0;
  margin: 2em 0 1em 0;
  line-height: 1.5;
}
.basic ol,
.article__content ol {
  margin: 1em 0;
  padding: 0;
  counter-reset: num;
}
.basic ol > li,
.article__content ol > li {
  list-style: none;
  position: relative;
  padding-left: 1.75em;
  margin: 0.33em 0;
  line-height: 1.6;
}
.basic ol > li:first-child,
.article__content ol > li:first-child {
  margin-top: 0;
}
.basic ol > li:last-child,
.article__content ol > li:last-child {
  margin-bottom: 0;
}
.basic ol > li:before,
.article__content ol > li:before {
  content: counter(num) ". ";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  color: #29abe2;
  width: 1.5em;
  text-align: right;
}
.basic ul,
.article__content ul {
  margin: 1em 0;
  padding: 0;
}
.basic ul > li,
.article__content ul > li {
  list-style: none;
  position: relative;
  padding-left: 1.75em;
  margin: 0.33em 0;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.basic ul > li:first-child,
.article__content ul > li:first-child {
  margin-top: 0;
}
.basic ul > li:last-child,
.article__content ul > li:last-child {
  margin-bottom: 0;
}
.basic ul > li:before,
.article__content ul > li:before {
  content: '';
  width: 0.33em;
  height: 0.33em;
  border-radius: 50%;
  background-color: #29abe2;
  position: absolute;
  top: 0.66em;
  left: 0.5em;
}

.tel {
  margin: 0;
  padding: 0;
}
.tel dt {
  font-wieght: 500;
  margin: 0;
  padding: 0;
}
.tel dd {
  margin: 0;
  padding: 0;
}
.tel a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.33em;
  font-weight: 500;
  font-size: 120%;
  line-height: 2;
  color: #29abe2;
  text-decoration: none;
}
.tel a:before {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/images/common/tel.svg) no-repeat 50% 50%;
  background-size: auto 1em;
}
.tel a:after {
  content: '';
  display: block;
}

.flow dt {
  line-height: 2;
  position: relative;
  text-align: center;
}
.flow dt:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #29abe2;
  position: absolute;
  top: 50%;
  left: 0;
}
.flow dt span {
  position: relative;
  background-color: #fff;
  padding: 0 50px;
  font-weight: bold;
}
.flow dd {
  margin: 0;
  padding: 0;
}
.flow dd ol {
  margin: 1em 0;
  padding: 0;
  counter-reset: num;
}
.flow dd ol > li {
  list-style: none;
  position: relative;
  padding-left: 1.75em;
  margin: 0.33em 0;
  line-height: 1.6;
}
.flow dd ol > li:first-child {
  margin-top: 0;
}
.flow dd ol > li:last-child {
  margin-bottom: 0;
}
.flow dd ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  color: #29abe2;
  width: 1.5em;
  text-align: right;
}

.slide-link img {
  border: 1px solid #ddd;
  padding: 1em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
}
.slide-link dd span:after {
  content: '';
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 100%;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  vertical-align: middle;
  display: inline-block;
  background-image: url(/images/common/icon-pdf.svg);
}

.business__link a {
  display: block;
  text-decoration: none;
}

.business__link__header {
  position: relative;
}

.business__link__header img {
  transition: transform 0.6s;
}

a:hover .business__link__header img {
  transform: scale(1.08);
}

.business__link__desc {
  background: #fff;
  position: relative;
  margin: -2em 2em 2em 2em;
  padding: 2em;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .business__link__desc {
    margin: -1em 1em 1em 1em;
    padding: 1em;
  }
}

.business__circle {
  z-index: 2;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -150px;
}
@media (max-width: 980px) {
  .business__circle {
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
  }
}
@media (max-width: 767px) {
  .business__circle {
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
  }
}
.business__circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .business__circle span {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .business__circle span {
    font-size: 5vw;
  }
}
.business__circle b {
  display: block;
  font-size: 125%;
  font-weight: 700;
}

.business__circle--2 {
  box-shadow: 0 0 8px rgba(83, 135, 54, 0.16);
  overflow: hidden;
}

.business__circle--2:before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/top/circle--2.svg) no-repeat 50% 50%;
  background-size: auto 80%;
}

.business__circle--2:after {
  content: '';
  display: block;
  z-index: -2;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #558c36;
  background: linear-gradient(90deg, #558c36 0%, #6ca246 100%);
}

.business__circle--2 span {
  text-shadow: 4px 0px 3px rgba(83, 135, 54, 0.8);
}

.business__circle--3 {
  box-shadow: 0 0 8px rgba(227, 124, 71, 0.16);
  overflow: hidden;
}

.business__circle--3:before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/top/circle--3.svg) no-repeat 50% 50%;
  background-size: auto 70%;
}

.business__circle--3:after {
  content: '';
  display: block;
  z-index: -2;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef8047;
  background: linear-gradient(90deg, #ef8047 0%, #f5a446 100%);
}

.business__circle--3 span {
  text-shadow: 4px 0px 3px rgba(227, 124, 71, 0.8);
}

.business__circle--4 {
  box-shadow: 0 0 8px rgba(60, 132, 189, 0.16);
  overflow: hidden;
}

.business__circle--4:before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/top/circle--4.svg) no-repeat 50% 50%;
  background-size: auto 80%;
}

.business__circle--4:after {
  content: '';
  display: block;
  z-index: -2;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3fa7d0;
  background: linear-gradient(90deg, #3fa7d0 0%, #3c8ccc 100%);
}

.business__circle--4 span {
  text-shadow: 4px 0px 3px rgba(60, 132, 189, 0.8);
}

.about {
  margin-top: 90px;
}
@media (max-width: 1080px) {
  .about {
    margin-top: 80px;
  }
}
@media (max-width: 980px) {
  .about {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about {
    margin-top: 48px;
  }
}
.about--message {
  background-image: url(/images/about/heading-bg4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 3.75em 0 0 0;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 500%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about--message {
    font-size: 400%;
  }
}
.about--message span {
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: -0.15em;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.about--message__box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .about--message__box {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about--message__box {
    font-size: 3.75vw;
  }
  .about--message__box img {
    margin-top: 2.5em;
  }
}
.about--overview {
  background-image: url(/images/about/heading-bg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 3em 0 0 0;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 480%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about--overview {
    font-size: 380%;
  }
}
.about--overview span {
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: -0.15em;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.about--overview span b {
  font-size: 100%;
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.about--overview__box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}
.about--overview__box table {
  border-top: 1px solid #ddd;
  width: 100%;
}
.about--overview__box .loop_slide {
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .about--overview__box .loop_slide {
    position: relative;
    margin-top: 3em;
    margin-left: -12.5%;
    margin-right: -12.5%;
  }
}

.news--index {
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 60px;
}
@media (max-width: 1080px) {
  .news--index {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (max-width: 980px) {
  .news--index {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .news--index {
    margin-top: 78px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.blog--single {
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px) {
  .blog--single {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (max-width: 980px) {
  .blog--single {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .blog--single {
    margin-top: 78px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.blog--single #content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.news__article {
  border-top: 1px solid #ddd;
}
.news__article:last-child {
  border-bottom: 1px solid #ddd;
}
.news__article a {
  display: block;
  position: relative;
  padding: 1em 0 0 0;
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .news__article a {
    padding-top: 0.66em;
  }
}
.news__article a:hover {
  text-decoration: none;
}
.news__article a:hover .news__article__title {
  text-decoration: underline;
}
.news__article time {
  color: #888;
  margin-right: 0.5em;
  width: 5.5em;
  display: inline-block;
  white-space: nowrap;
  font-size: 75%;
}
.news__article__title {
  width: 100%;
  display: block;
  padding: 1em 0;
}
@media (max-width: 767px) {
  .news__article__title {
    padding: 0.66em 0;
  }
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: -4px;
}
.pagination li {
  margin: 4px;
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #000;
  font-size: 80%;
  text-decoration: none;
  line-height: 1;
}
.pagination li a.is-current,
.pagination li span.is-current {
  border: none;
  background: #e60012;
  color: #fff;
}
.pagination li a.next,
.pagination li a.prev,
.pagination li span.next,
.pagination li span.prev {
  width: auto;
  border: none;
}
.pagination li a:not(.next):not(.prev):hover,
.pagination li span:not(.next):not(.prev):hover {
  border: none;
  background: #e60012;
  color: #fff;
}

.news__article__title:after,
.news-index__title:after,
.blank:after,
.article__content a:after {
  content: '';
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 100%;
  display: none;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  vertical-align: middle;
}

.blank:after,
.article__content a[href^="http"]:after {
  display: inline-block;
  background-image: url(/images/common/icon-blank.svg);
}
.btn .blank:after, .btn
.article__content a[href^="http"]:after {
  background-image: url(/images/common/icon-blank--white.svg);
}

.blank.blank--white:after {
  background-image: url(/images/common/icon-blank--white.svg);
}

a[href$=".pdf"] .news__article__title:after,
a[href$=".pdf"] .news-index__title:after,
.article__content a[href$=".pdf"]:after {
  display: inline-block;
  background-image: url(/images/common/icon-pdf.svg);
}

a[href$=".xls"] .news__article__title:after,
a[href$=".xls"] .news-index__title:after,
.article__content a[href$=".xls"]:after,
a[href$=".xlsx"] .news__article__title:after,
a[href$=".xlsx"] .news-index__title:after,
.article__content a[href$=".xlsx"]:after {
  display: inline-block;
  background-image: url(/images/common/icon-xlsx.svg);
}

a[href$=".doc"] .news__article__title:after,
a[href$=".doc"] .news-index__title:after,
.article__content a[href$=".doc"]:after,
a[href$=".docx"] .news__article__title:after,
a[href$=".docx"] .news-index__title:after,
.article__content a[href$=".docx"]:after {
  display: inline-block;
  background-image: url(/images/common/icon-docx.svg);
}

.blog__visiual {
  position: relative;
  width: 100%;
  height: auto;
}
.blog__visiual .inner {
  width: calc( 100% - 120px );
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 1080px) {
  .blog__visiual .inner {
    width: calc( 100% - 90px );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 980px) {
  .blog__visiual .inner {
    width: 100%;
  }
}
.blog__visiual--mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
}
.blog__visiual--mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__visiual--mask:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 2px 2px;
}
.blog__visiual .inner {
  overflow: hidden;
}
.blog__visiual--thum {
  max-width: 40%;
  min-width: 40%;
  overflow: hidden;
  margin: 0 0 0 auto;
}
@media (max-width: 980px) {
  .blog__visiual--thum {
    min-width: 80%;
    max-width: 80%;
    margin: 0 auto;
  }
}
.blog__visiual--thum img {
  margin: 3em auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog #content time {
  color: #888;
  display: block;
  text-align: right;
  margin: 0 0 1em 0;
  padding: 0;
}
.blog .article__content p + p {
  margin-top: 1.33em;
}
.blog .article__content blockquote {
  margin: 1.33em 0;
  padding: 0 0 0 1em;
  border-left: 3px solid #888;
}
.blog__entry + .blog__entry {
  margin-top: 3em;
}
.blog__entry a {
  display: flex;
}
@media (max-width: 767px) {
  .blog__entry a {
    display: block;
  }
}
.blog__entry a figure {
  width: 40%;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .blog__entry a figure {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
.blog__entry a figure img {
  width: 100%;
}
.blog__entry a dl {
  width: 60%;
  margin: 0;
  padding: 0 0 0 5%;
  line-height: 1.66;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .blog__entry a dl {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.blog__entry a dt {
  margin: 0 0 0.33em;
  padding: 0;
  font-weight: 500;
}
.blog__entry a dd {
  margin: 0;
  padding: 0;
}

.nf {
  margin-top: 90px;
}
@media (max-width: 1080px) {
  .nf {
    margin-top: 80px;
  }
}
@media (max-width: 980px) {
  .nf {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .nf {
    margin-top: 48px;
  }
}
.nf #content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.contact {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  margin-top: calc( 90px + 3em );
}
@media (max-width: 1080px) {
  .contact {
    margin-top: calc( 80px + 3em );
  }
}
@media (max-width: 980px) {
  .contact {
    margin-top: calc( 60px + 3em );
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: calc( 48px + 3em );
  }
}

.privacy-check {
  border: 1px solid #ddd;
  padding: 1em;
  margin: 0;
}
.privacy-check dt {
  font-weight: 500;
  font-size: 100%;
  line-height: 1;
  margn: 0 0 0.5em 0;
  padding: 0;
}
.privacy-check dd {
  line-height: 1.33;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

span.wpcf7-list-item {
  display: block;
  margin: 0;
}
span.wpcf7-list-item label {
  line-height: 1;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #f1f1f1;
  border: 0 none;
}
span.wpcf7-list-item label input[type="checkbox"] {
  margin-right: 0.33em;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}

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

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

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