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


/**
 * 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, ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

p {
  margin: 0;
}

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

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

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

/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */
.header {
  margin: 0;
  padding: 30px 0;
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 10;
}
.header__wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header__wrap:before, .header__wrap:after {
  display: table;
  content: '';
}
.header__wrap:after {
  clear: both;
}
@media (max-width: 1040px) {
  .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .header__wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.header__sub {
  margin: 0 auto;
  padding: 0;
  display: table;
}
.header__sub li {
  list-style: none;
  margin: 0;
  padding-top: 5px;
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .header__sub {
	margin:0 auto;
  }
  .header__sub li {
    padding-top: 0;
  }
}
.header__sub li a {
  display: block;
  transition: opacity 0.3s;
}
.header__sub li a:hover {
  opacity: 0.7;
}
.header__sub--tel a {
  background: linear-gradient(180deg, #2291c0 0%, #5babac 100%);
  border: 2px solid #fff;
  border-radius: 2em;
  padding: 5px 25px;
  line-height: 20px;
  font-size: 20px;
}
@media (max-width: 980px) {
  .header__sub--tel a {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 16px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header__sub--tel a {
    border: 0 none;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 12px;
    font-size: 12px;
  }
}
.header__sub--tel img {
  height: 20px;
}
@media (max-width: 980px) {
  .header__sub--tel img {
    height: 16px;
  }
}
@media (max-width: 767px) {
  .header__sub--tel img {
    height: 12px;
  }
}
.header__sub--form {
  padding-left: 20px;
}
@media (max-width: 980px) {
  .header__sub--form {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .header__sub--form {
    padding-left: 5px;
  }
}
.header__sub--form a {
  color: #fff;
  font-size: 18px;
  background: #e76e66;
  border: 2px solid #fff;
  border-radius: 2em;
  line-height: 20px;
  padding: 5px 40px;
}
@media (max-width: 980px) {
  .header__sub--form a {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 16px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header__sub--form a {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 12px;
    font-size: 12px;
    border: 0 none;

  }
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
.footer {
  color: #fff;
  margin: 3em 0 0 0;
  position: relative;
  z-index: 1;
  padding: 0 0 5em 0;
  text-align: center;
  font-size: 90%;
}
--------------------------------------------------------------
	main
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
	headline
----------------------------------------------------------------- */
.headline-main {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 0;
  color: #111;
  background-color: #bbb;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0 0 !important;
  overflow: hidden;
  height: 40vw;
}
@media (min-width: 1360px) {
  .headline-main {
    height: 35vw;
  }
}
@media (min-width: 1600px) {
  .headline-main {
    height: 30vw;
  }
}
@media (min-width: 1921px) {
  .headline-main {
    height: 27.5vw;
  }
}
@media (max-width: 980px) {
  .headline-main {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .headline-main {
    height: 90vw;
  }
}
.others .headline-main {
  height: 30vw;
}
@media (min-width: 1360px) {
  .others .headline-main {
    height: 25vw;
  }
}
@media (min-width: 1600px) {
  .others .headline-main {
    height: 20vw;
  }
}
@media (min-width: 1921px) {
  .others .headline-main {
    height: 17.5vw;
  }
}
@media (max-width: 980px) {
  .others .headline-main {
    height: 35vw;
  }
}
@media (max-width: 767px) {
  .others .headline-main {
    height: 50vw;
  }
}
.headline-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s, transform 1s;
  /*
  @include forWide{
  	background-size:auto 100%;
  }
  */
}
@media (max-width: 980px) {
  .relaxroll .headline-main:before {
    background-position: 80% 50%;
  }
}
@media (max-width: 767px) {
  .relaxroll .headline-main:before {
    background-position: 50% 50%;
  }
}
@media (max-width: 980px) {
  .p-top .headline-main:before, .shop .headline-main:before {
    background-position: 65% 50%;
  }
}
@media (max-width: 767px) {
  .p-top .headline-main:before, .shop .headline-main:before {
    background-position: 50% 50%;
  }
}
.headline-main.loaded:before {
  transform: scale(1);
  opacity: 1;
}
.headline-main header {
  z-index: 1;
  position: relative;
  display: table;
  max-width: 1320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.headline-main__text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1360px) {
  .headline-main__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .headline-main__text {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: top;
  }
}
.concept .headline-main__text, .p-top .headline-main__text, .shop .headline-main__text, .others .headline-main__text {
  text-align: center;
  padding: 0 50% 0 20px;
}
@media (max-width: 980px) {
  .concept .headline-main__text, .p-top .headline-main__text, .shop .headline-main__text, .others .headline-main__text {
    padding-right: 55%;
  }
}
@media (max-width: 767px) {
  .concept .headline-main__text, .p-top .headline-main__text, .shop .headline-main__text, .others .headline-main__text {
    padding-left: 0;
    padding-right: 0;
    display: table-cell;
    vertical-align: middle;
  }
}

.others .headline-main__text {
  padding-right: 0;
}
.headline-main__text h2 {
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 0 35px 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
  white-space: nowrap;
  vertical-align: baseline;
}
@media (max-width: 1360px) {
  .headline-main__text h2 {
    padding-top: 60px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 980px) {
  .headline-main__text h2 {
    padding-top: 40px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .headline-main__text h2 {
    vertical-align: top;
    background-position: 50% 0;
    padding-top: 7vw;
    margin-top: 25%;
    margin-bottom: 0;
  }
}
.headline-main__desc {
  font-size: 16px;
  color: #111;
  line-height: 2;
  padding-right: 50%;
}
@media (max-width: 980px) {
  .headline-main__desc {
    text-align: left;
    font-size: 14px;
  }
  .headline-main__desc br {
    display: none;
  }
}
@media (max-width: 767px) {
  .headline-main__desc {
    display: none;
  }
}
.p-top .headline-main__desc, .shop .headline-main__desc {
  text-align: center;
  font-size: 16px;
  padding-right: 0;
}
@media (max-width: 980px) {
  .p-top .headline-main__desc, .shop .headline-main__desc {
    text-align: left;
    font-size: 14px;
  }
}
.p-top .headline-main__desc span, .shop .headline-main__desc span {
  color: #dd4400;
}

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

/* ----------------------------------------------------------------
	pagetop
----------------------------------------------------------------- */
.headroom--top #pagetop {
  transform: translateY(20px);
  opacity: 0;
  transition: transfrom .6s, opacity .6s;
}

.headroom--not-top #pagetop {
  transform: translateY(0px);
  opacity: 1;
  transition: transfrom .6s, opacity .6s;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  line-height: 1;
  opacity: 0;
  transition-property: opacity;
}
#pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/common/top.png) no-repeat 0 0;
  background-size: 54px auto;
  position: absolute;
  top: 0;
  left: 0;
}
#pagetop a {
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 2;
  width: 74px;
  padding-top: 74px;
  white-space: nowrap;
  text-indent: -100%;
  vertical-align: baseline;
}
@media (min-width: 1360px) {
  #pagetop {
    right: auto;
    left: 50%;
    margin-left: 606px;
  }
}
@media (min-width: 981px) {
  #pagetop:before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  #pagetop:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 10px;
  }
  #pagetop:before {
    background-size: 44px auto;
  }
  #pagetop a {
    width: 54px;
    padding-top: 54px;
  }
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
hr {
  height: 1px;
  border: 0 none;
  background-color: #8f65b6;
  color: #8f65b6;
  margin: 4em 0;
}
@media (max-width: 767px) {
  hr {
    margin: 3em 0;
  }
}

.wrap {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*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;
}
.col-center {
  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;
}

/*multi colum*/
.col7 .col__box {
  width: calc( 14.25% - 17px );
  margin-right: 20px;
}
.col7 .col__box:nth-child(7n) {
  width: calc( 14.5% - 18px );
  margin-right: 0;
}

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

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

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

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

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

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

.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;
}
@media (max-width: 767px) {
  .col--sp .col__box {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .col5.col--sp .col__box:nth-child(n+2),
  .col4.col--sp .col__box:nth-child(n+2),
  .col3.col--sp .col__box:nth-child(n+2),
  .col2.col--sp .col__box:nth-child(n+2) {
    margin-top: 2em;
  }
}
/*
.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;
}
*/
.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;
}

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

.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;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

/* ----------------------------------------------------------------
	loading
----------------------------------------------------------------- */
.js .loading {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  overflow: hidden;
}
.js .loading:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00b8ff;
  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: #00b8ff;
  opacity: 0;
  transform: translateY(-100%);
  will-change: animation, opacity, transform;
}
.js .loading--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #00b8ff;
  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;
}

@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;
  }
  25%,100% {
    opacity: 0;
  }
}
@keyframes loading-complete--2 {
  0%,25% {
    opacity: 1;
    transform: translateX(0%);
  }
  25%,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%);
  }
}
.u_spacing_pd {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 980px) {
  .u_spacing_pd {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .u_spacing_pd {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.u_spacing_pd + .u_spacing_pd {
  margin-top: -5em;
}
@media (max-width: 980px) {
  .u_spacing_pd + .u_spacing_pd {
    margin-top: -4em;
  }
}
@media (max-width: 767px) {
  .u_spacing_pd + .u_spacing_pd {
    margin-top: -3em;
  }
}

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

.l_bg_glay {
  background-color: #f2f2f2;
}

.l_content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.l_content_inner {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
}
.l_content_inner:before, .l_content_inner:after {
  display: table;
  content: '';
}
.l_content_inner:after {
  clear: both;
}
@media (max-width: 1040px) {
  .l_content_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l_content_inner a {
  text-decoration: underline;
}
.l_content_inner a:hover {
  text-decoration: none;
}

.c_button {
  position: relative;
  background-color: #1588be;
  padding: 1em 1.5em;
  overflow: hidden;
  min-width: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .c_button {
    padding: 0.75em 1em;
  }
}
.c_button_single {
  min-width: 250px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .c_button_single {
    width: 100%;
    padding: 1em;
  }
}
.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:hover {
  text-decoration: none　 !important;
}
.c_button:hover:before {
  left: -250%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.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;
  padding: 0;
  background-color: #1588be;
}
.c_button_plus:after {
  content: "+";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
}
.c_anchorlink {
  color: #333;
  text-decoration: none !important;
  width: calc( 50% - 10px );
  margin-right: 20px;
  background: #d4d4d4;
  line-height: 1.4;
  min-height: 2.5em;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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 .c_button:before {
  left: -250%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c_anchorlink_text {
  padding: 2px 0;
  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;
}
.c_anchorlink_button {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c_anchorlink_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 0 0;
  padding: 0;
  width: 100%;
  border: 1px solid #666;
}
.c_table tr {
  border-top: 1px solid #555;
}
.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;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .c_table td {
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .c_table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
.c_table + h4 {
  margin-top: 3em;
}
.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%;

}

.p_note {
  display: block;
  text-indent: -2em;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .p_note {
    text-indent: 0;
    padding-left: 0;
  }
}
.p_note:before {
  content: '※';
}
.p_note_list {
  margin: 0;
  padding: 0;
  counter-reset: note;
}
.p_note_list li {
  font-size: 120%;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_note_list li:before {
  content: "※" counter(note);
  counter-increment: note;
  margin-right: 0.33em;
}
.p_note_list li > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

/* ----------------------------------------------------------------
	main
----------------------------------------------------------------- */
.mv {
  max-width: 1200px;
  background: #ffd200;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .mv {
    margin: 0;
  }
}
.mv__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;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 100px;
}
@media (max-width: 980px) {
  .mv__wrapper {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .mv__wrapper {
    padding: 20px;
  }
}
.mv__point {
  width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  .mv__point {
    width: 100%;
  }
}
.mv__point--limit {
  background: #e80000;
  color: #fff;
  padding: 0.5em 0;
  margin: 0 0 0.33em 0;
  border-radius: 2em;
  font-size: 66.6%;
  font-style: oblique;
  display: block;
  text-align: center;
}
.mv__point--new {
  display: block;
  padding-left: 1.1em;
  position: relative;
}
.mv__point--new > span {
  font-size: 50%;
  width: 1em;
  height: 4.5em;
  padding: 0 0.5em;
  background: #e80000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  display: table;
}
.mv__point--new > span span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mv__point dt {
  font-weight: bold;
  font-size: 42px;
  padding: 0 0 0.5em 0;
  border-bottom: 8px solid #000;
  display: inline-block;
  white-space: nowrap;
}
.mv__point dt b {
  color: #e80000;
}
@media (max-width: 1200px) {
  .mv__point dt {
    font-size: 3.6vw;
  }
}
@media (max-width: 767px) {
  .mv__point dt {
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 7.5vw;
  }
}
.mv__point dd {
  margin: 0;
  padding: 1.66em 0 0 0;
}
.mv__point dd p {
  white-space: nowrap;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 1200px) {
  .mv__point dd p {
    font-size: 3.25vw;
  }
}
@media (max-width: 767px) {
  .mv__point dd p {
    text-align: center;
    font-size: 8vw;
  }
}
.mv__point dd p strong {
  font-weight: 900;
  font-size: 125%;
}
.mv__point dd p b {
  font-weight: 900;
}
.mv__point dd ul {
  margin: 0.75em 0 0 0;
  padding: 0;
  display: table;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .mv__point dd ul {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .mv__point dd ul {
    margin-left: auto;
    margin-right: auto;
    font-size: 5.25vw;
  }
}
.mv__point dd ul li {
  margin: 0;
  padding: 0 0 0 1.66em;
  list-style: none;
  position: relative;
  white-space: nowrap;
  line-height: 1;
}
.mv__point dd ul li + li {
  margin-top: 0.33em;
}
@media (max-width: 767px) {
  .mv__point dd ul li + li {
    margin-top: 0.66em;
  }
}
.mv__point dd ul li:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mv__point dd ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 1em;
  height: 0.5em;
  border-left: 0.33em solid #e80000;
  border-bottom: 0.33em solid #e80000;
  transform: rotate(-45deg);
}
.mv__image {
  width: 50%;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .mv__image {
    width: 100%;
  }
}
.mv__image__wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mv__image__wrapper:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
  /*
  background:  url(../images/nv100clipper-new.jpg) no-repeat 100% 50%;
  background-size: 90% auto;
  @include forSP{
  	background-position:0 0;
  	background-size:cover;
  }
  */
}
.mv__image__wrapper .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv__image__wrapper .swiper-wrapper .swiper-slide {
  background-position: 0 0;
  background-size: cover;
}
.mv__image__wrapper p {
  position: absolute;
  top: 10%;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 42px;
  text-shadow: #fff 2px 2px 2px;
}
@media (max-width: 1200px) {
  .mv__image__wrapper p {
    font-size: 3.6vw;
  }
}
@media (max-width: 767px) {
  .mv__image__wrapper p {
    font-size: 7.5vw;
  }
}

.origin {
  width: 100%;
}
.origin__wrapper {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .origin__wrapper {
    margin: 0 20px;
  }
}
.origin__subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 0.33em 0;
}
@media (max-width: 767px) {
  .origin__subtitle {
    font-size: 4vw;
  }
}
.origin__subtitle span {
  font-size: 133%;
  color: #ffd200;
}
.origin__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .origin__title {
    font-size: 5.5vw;
  }
}
.origin__title + p {
  font-size: 115%;
}
.origin__title span {
  font-size: 133%;
  color: #ffd200;
}
.origin__box {
  position: relative;
  padding-bottom: 30px;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .origin__box {
    padding-bottom: 0;
  }
}
.origin__box:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: url(../images/orign.png) no-repeat 0% 100%;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .origin__box:after {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-top: 50%;
    background-position: 50% 100%;
  }
}
.origin__box--1 {
  width: 25%;
  position: relative;
}
@media (max-width: 767px) {
  .origin__box--1 {
    display: none;
  }
}
.origin__box--2 {
  width: 75%;
  vertical-align: middle;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .origin__box--2 {
    width: 100%;
    padding-left: 0;
  }
}
.origin__box-point {
  font-size: 25px;
  font-weight: bold;
  background: url(../images/hand.svg) no-repeat 0 50%;


  background-size: auto 4em;
  padding: 0 0 0 5.5em;
  line-height: 1.66;
}
@media (max-width: 1200px) {
  .origin__box-point {
    font-size: 2.5vw;
  }
}
@media (max-width: 980px) {
  .origin__box-point {
    font-size: 2.75vw;
  }
}
@media (max-width: 767px) {
  .origin__box-point {
    font-size: 4.25vw;
    background-size: auto 1.75em;
    padding-left: 2em;
    background-position: 0 0.33em;
  }
}
.origin__box-point + .origin__box-point {
  margin-top: 20px;
}
.origin__box-point span {
  color: #ffd200;
}

.features {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.features:before, .features:after {
  display: table;
  content: '';
}
.features:after {
  clear: both;
}
@media (max-width: 1040px) {
  .features {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.features__pre {
  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;
}
.features__pre a {
  display: block;
  transition: opacity 0.3s;
}
.features__pre a:hover {
  opacity: 0.7;
}
.features__pre--tel a {
  background: #408F72;
  border-radius: 2em;
  padding: 10px 30px;
}
@media (max-width: 980px) {
  .features__pre--tel a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .features__pre--tel a {
    padding-left: 15%;
    padding-right: 15%;
    border-radius: 5em;
  }
}
.features__pre--form {
  vertical-align: middle;
  text-align: center;
}
.features__pre--form a {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  background: #ffd200;
  border: 4px solid #fff;
  border-radius: 2em;
  line-height: 20px;
  padding: 0.5em 0;
}
@media (max-width: 980px) {
  .features__pre--form a {
    line-height: 18px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .features__pre--form a {
    line-height: 1;
    font-size: 1.5em;
  }
}
.features__title {
  position: relative;
  padding: 20px;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px #014fb0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .features__title {
    font-size: 5.5vw;
  }
}
.features__title:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -18px;
  margin-left: -8px;
  border-top: 16px solid #014fb0;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
}
.features__title:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -16px;
  bottom: -15px;
  border-top: 16px solid #fff;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
}
.features__table {
  background: #fff;
  color: #333;
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .features__table {
    font-size: 4.75vw;
  }
}
.features__table th, .features__table td {
  padding: 0.66em 0;
  border: 1px solid #033faa;
}
.features__table th {
  background-color: #033366;
  color: #fff;
  width: 33.3%;
  text-align: center;
}
@media (max-width: 767px) {
  .features__table th {
    font-size: 80%;
    width: 25%;
  }
}
.features__table td {
  text-align: center;
}
@media (max-width: 767px) {
  .features__table td {
    width: 37.5%;
  }
}
.features__table td strong {
  color: #e80000;
  font-size: 1.33em;
}
.features__table td small a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .features__table td small a {
    font-size: 3vw;
  }
}
.features__point {
  list-style-type: none;
  font-size: 24px;
  font-weight: bold;
  display: table;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .features__point {
    margin: 0;
    font-size: 4vw;
  }
}
.features__point li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0;
}
.features__point li + li {
  margin-top: 0.66em;
}
.features__point li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 0.5em;
  border-left: 0.33em solid #00f3da;
  border-bottom: 0.33em solid #00f3da;
  transform: rotate(-45deg);
}
.features__point li small a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .features__point li small a {
    font-size: 3vw;
  }
}
.features__note {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.voice {
  width: 100%;
  border-radius: 30px;
  background: #fff;
}
.voice__wrapper {
  padding: 40px 0;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .voice__wrapper {
    margin: 0 20px;
  }
}
.voice__subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #333;
  margin: 0 0 0.5em 0;
}
@media (max-width: 767px) {
  .voice__subtitle {
    font-size: 4vw;
  }
}
.voice__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  color: #00ac9a;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .voice__title {
    font-size: 5.5vw;
  }
}
.voice__title:before {
  content: '';
  display: block;
  width: 200px;
  border-top: #00ac9a 2px solid;
}
@media (max-width: 980px) {
  .voice__title:before {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .voice__title:before {
    width: 1.5em;
  }
}
.voice__title:after {
  content: '';
  display: block;
  width: 200px;
  border-top: #00ac9a 2px solid;
}
@media (max-width: 980px) {
  .voice__title:after {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .voice__title:after {
    width: 1.5em;
  }
}
.voice__content {
  padding: 0;
  margin: 0;
}
.voice__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.voice__list li {
  border: 1px solid #ddd;
  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;
  margin: 0;
  padding: 20px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.voice__list li + li {
  margin-top: 1.66em;
}
.voice__list dl {
  display: block;
  margin: 0;
  padding: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .voice__list dl {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}
.voice__list dt {
  margin: 0;
  padding: 0;
  width: 50%;
  display: table-cell;
  vertical-align: bottom;
}
.voice__list dt img {
  vertical-align: bottom;
  padding-bottom: 1em;
}
.voice__list dd {
  margin: 0;
  padding: 0;
  width: 50%;
  display: table-cell;
  vertical-align: bottom;
}
.voice__list dd img {
  vertical-align: bottom;
}
.voice__list p {
  width: 50%;
  vertical-align: middle;
  color: #333;
  line-height: 1.8;
  font-size: 22px;
  padding-left: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.voice__list p strong {
  font-weight: bold;
  color: #00ac9a;
}
.voice__list p em {
  font-weight: bold;
  color: #e80000;
  font-style: normal;
}
@media (max-width: 1040px) {
  .voice__list p {
    font-size: 18px;
  }
}
@media (max-width: 980px) {
  .voice__list p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .voice__list p {
    margin-top: 1em;
    width: 100%;
    padding-left: 0;
    font-size: 4vw;
  }
}

.option {
  width: 100%;
}
.option__wrapper {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .option__wrapper {
    margin: 0 20px;
  }
}
.option__subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 0.5em 0;
}
@media (max-width: 767px) {
  .option__subtitle {
    font-size: 4vw;
  }
}
.option__subtitle span {
  color: #e80000;
}
.option__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .option__title {
    font-size: 5.5vw;
  }
}
.option__title + p {
  font-size: 115%;
}
.option__calc {
  background: #fff;
  color: #333;
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .option__calc {
    font-size: 4.75vw;
  }
}
.option__calc th, .option__calc td {
  border: 1px solid #033faa;
}
.option__calc th {
  background-color: #033366;
  color: #fff;
  width: 33.3%;
  text-align: center;
}
@media (max-width: 767px) {
  .option__calc th {
    font-size: 80%;
    width: 25%;
  }
}
.option__calc td {
  text-align: left;
}
@media (max-width: 767px) {
  .option__calc td {
    width: 75%;
    font-size: 4vw;
  }
}
.option__calc_wrapper {
  position: relative;
}
.option__calc_wrapper select {
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: 0 none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.option__calc_wrapper select + div {
  width: 100%;
  overflow: hidden;
  font-size: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0.65em 0 0.65em 1.5em;
}
.option__calc_wrapper select + div:before {
  content: '+';
  color: #e80000;
  position: absolute;
  left: 0.5em;
  top: 50%;
  bottom: auto;
  font-weight: bold;
  transform: translateY(-50%);
  line-height: 1;
}
.option__calc_wrapper select:hover {
  cursor: pointer;
}
.option__calc_wrapper select:hover + div {
  cursor: pointer;
  background: #ffd200;
}
.option__calc_wrapper.setup select + div:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0.5em;
  width: 10px;
  height: 6px;
  border-left: 2px solid #e80000;
  border-bottom: 2px solid #e80000;
  transform: translateY(-50%) rotate(-45deg);
}
.option__sum {
  border-bottom: 5px solid #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 0.5em 0;
  text-align: center;
}
@media (max-width: 767px) {
  .option__sum {
    font-size: 4.75vw;
  }
}
.option__sum span {
  color: #e80000;
  font-size: 150%;
}

.faq__wrapper {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .faq__wrapper {
    margin: 0 20px;
  }
}
.faq__subtitle {
  text-align: center;
  font-size: 16px;
  margin: 0 0 0.5em 0;
}
@media (max-width: 767px) {
  .faq__subtitle {
    font-size: 4vw;
  }
}
.faq__subtitle span {
  color: #e80000;
}
.faq__title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 8.5vw;
  }
}
.faq__title + p {
  font-size: 115%;
}
.faq__item {
  background: #fff;
}
.faq__item + .faq__item {
  margin-top: 2em;
}
.faq__item_title {
  cursor: pointer;
  position: relative;
  padding: 1em 60px;
  background: linear-gradient(180deg, #2291c0 0%, #5babac 100%);  font-weight: bold;
  font-size: 120%;
  color:#fff;
  border-radius: 0.33em;
}
@media (max-width: 767px) {
  .faq__item_title {
    padding-left: 3em;
    padding-right: 2em;
  }
}
.faq__item_title:before {
  content: '▲';
  font-family: 'Times',serif;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  width: 60px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .faq__item_title:before {
    width: 2.4em;
  }
}
.faq__item--close .faq__item_title:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq__item_title:after {
  content: 'Q.';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  width: 60px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .faq__item_title:after {
    font-size: 150%;
    width: 2em;
  }
}
.faq__item_title span {
  display: block;
}
.faq__item_content {
  color: #333;
  max-height: 1000px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s, opacity 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.66em 1em 1.66em 60px;
  line-height: 1.8;
  position: relative;
}
@media (max-width: 767px) {
  .faq__item_content {
    padding-left: 3.6em;
  }
}
.faq__item--close .faq__item_content {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.faq__item_content:before {
  content: 'A.';
  display: block;
  width: 60px;
  color: #1588be;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .faq__item_content:before {
    font-size: 160%;
    width: 2.4em;
  }
}

.company {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  color: #333;
}
.company__wrapper {
  padding: 40px 0;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .company__wrapper {
    margin: 0 20px;
  }
}
.company__subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #333;
  margin: 0 0 0.5em 0;
}
@media (max-width: 767px) {
  .company__subtitle {
    font-size: 4vw;
  }
}
.company__title {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  color: #1163aa;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .company__title {
    font-size: 5.5vw;
  }
}
.company__title:before {
  content: '';
  display: block;
  width: 200px;
  border-top: #1163aa 2px solid;
}
@media (max-width: 980px) {
  .company__title:before {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .company__title:before {
    width: 1.5em;
  }
}
.company__title:after {
  content: '';
  display: block;
  width: 200px;
  border-top: #1163aa 2px solid;
}
@media (max-width: 980px) {
  .company__title:after {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .company__title:after {
    width: 1.5em;
  }
}
.company__content {
  padding: 0;
  margin: 0;
}
.company__content p {
  line-height: 1.8;
}
.company__basic {
  background: #fff;
  color: #333;
  width: 100%;
  line-height: 1.66;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .company__basic {
    font-size: 4.75vw;
  }
}
.company__basic th, .company__basic td {
  border: 1px solid #ddd;
}
.company__basic th {
  background-color: #fbfbfb;
  width: 33.3%;
  text-align: center;
}
@media (max-width: 767px) {
  .company__basic th {
    font-size: 80%;
    width: 25%;
  }
}
.company__basic td {
  padding: 1em 0.33em 1em 1em;
  text-align: left;
}
@media (max-width: 767px) {
  .company__basic td {
    width: 75%;
    font-size: 4vw;
  }
}
.company__basic td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company__basic td ul li {
  padding: 0;
}

.form__wrapper {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .form__wrapper {
    margin: 0 20px;
  }
}
.form__subtitle {
  text-align: center;
  font-size: 20px;
  margin: 0 0 0.5em 0;
}
@media (max-width: 767px) {
  .form__subtitle {
    font-size: 4vw;
  }
}
.form__subtitle span {
  color: #e80000;
}
.form__title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .form__title {
    font-size: 8.5vw;
  }
}
.form__title + p {
  font-size: 115%;
}
.form__pre a {
  display: block;
  transition: opacity 0.3s;
}
.form__pre a:hover {
  opacity: 0.7;
}
.form__pre--tel a {
  background: #000;
  border-radius: 2em;
  padding: 10px 30px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form__pre--tel a img {
  max-width: 360px;
}
@media (max-width: 767px) {
  .form__pre--tel a img {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 980px) {
  .form__pre--tel a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .form__pre--tel a {
    padding: 1em 3.5em;
    border-radius: 4em;
  }
}
.form__desc {
  font-size: 100%;
  line-height: 1.8;
}
.form .ozn-form .ozn-form-suggest {
  color: #333;
}
.form .ozn-form .ozn-item {
  position: relative;
}
.form .ozn-form .ozn-form-icon {
  position: absolute;
  right: 0.66em;
  top: 0.66em;
}
.form .ozn-form table {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .form .ozn-form table {
    border: 0 none;
  }
}
.form .ozn-form th {
  background: #e76e66;
  color:#fff;
  width: 12em;
  text-align: left;
  vertical-align: top;
  padding: 1.33em 1em 0 1em;
  border-bottom: 1px solid #ccc;
  font-weight:500;
}
@media (max-width: 767px) {
  .form .ozn-form th {
    background: none;
    color:#333;
    width: 100%;
    padding: 0 0 0.5em 0;
    border: 0 none;
  }
}
.form .ozn-form td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .form .ozn-form td {
    padding: 0;
    border: 0 none;
  }
}
.form .ozn-form dl {
  margin: 0;
  padding: 0;
}
.form .ozn-form dl dt {
  margin: 0;
  padding: 0 0 0.5em 0;
  font-weight: 500;
}
.form .ozn-form dl dd {
  margin: 0;
  padding: 0;
}
.form .ozn-form dl dd + dt {
  margin-top: 0.66em;
}
.form th label {
display: block;
position: relative;
}
@media (max-width: 767px) {
  .form select,
  .form option {
    font-size: 16px;
  }
}
.form input,
.form textarea,
.form select {
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: 0 none;
  border-color: #e76e66;
}
.form input,
.form textarea {
  font-size: 16px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  padding: 0.75em 0.5em;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.form textarea {
  height: 10em;
  width: 100%;
  line-height: 2;
}
.form .required {
  display: inline-block;
  color: #fff;
  background: #d80000;
  font-size: 9px;
  line-height: 1;
  padding: 0.5em;
  border-radius: 3px;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .form .required {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .form .ozn-form table, .form .ozn-form tbody, .form .ozn-form th, .form .ozn-form td, .form .ozn-form tr {
    display: block;
  }
  .form .ozn-form tr {
    margin-top: 1em;
  }
  .form .ozn-form th {
    text-align: left;
    position: relative;
  }
  .form .ozn-form .required {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.form .ozn-form .form--table-1 input, .form .ozn-form .form--table-1 textarea {
  width: 100%;
  padding-right: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .ozn-form .form--table-2 input {
  width: 20em;
}
.form .ozn-form .form--table-2 input[name="postal-code"] {
  width: calc( 20em - 1em );
}
.form .ozn-form select {
  height: 3em;
  width: 20em;
}
.form .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #e76e66;
  border: 4px solid #fff;
  border-radius: 2em;
  line-height: 20px;
  padding: 0.5em 0;
  width: 400px;
}
@media (max-width: 767px) {
  .form .btn {
    width: 100%;
  }
}

.send {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  color: #333;
}
.send__wrapper {
  padding: 40px 0;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .send__wrapper {
    margin: 0 20px;
  }
}
.send__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .send__title {
    font-size: 7.5vw;
  }
}
.send__content {
  text-align: center;
  line-height: 2;
  font-size: 115%;
}

body.mceContentBody {
  padding: 1.33em !important;
  background-color: #fff !important;
  color: #555 !important;
}

/* ----------------------------------------------------------------
	main
----------------------------------------------------------------- */
.top h2, .top h3 {
  text-align: center;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.015em;
  padding: 0 0 1em 0;
  margin: 0 auto 1em auto;
  background: linear-gradient(to right, #29a7e0 0%, #1588be 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .top h2, .top h3 {
    background: none;
    color: #1588be;
  }
}
@media (max-width: 767px) {
  .top h2, .top h3 {
    font-size: 4.5vw;
  }
}
.top h2:after, .top h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  background: #1588be;
  background: -webkit-linear-gradient(left, #29a7e0 0%, #1588be 100%);
  background: linear-gradient(to right, #29a7e0 0%, #1588be 100%);
}
@media (max-width: 767px) {
  .top h2:after, .top h3:after {
    height: 2px;
  }
}

article > header {
  background-color: #595959;
  color: #fff;
  text-align: center;
  padding: 1.33em 0;
  font-size: 32px;
}
@media (max-width: 980px) {
  article > header {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  article > header {
    font-size: 6vw;
  }
}
article > header h2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1040px) {
  article > header h2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
article > header h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 20px auto 0 auto;
  background: #fff;
}
article > header p {
  font-size: 66%;
  font-weight: bold;
  line-height: 1.2;
  margin: -1em 0 0 0;
}
article > header p a {
  color: #fff;
  text-decoration: underline;
}
article > header p a:hover {
  text-decoration: none;
}
article > header small {
  margin: 0.33em 0 0 0;
  font-size: 50%;
  display: block;
  line-height: 1.5;
}
@media (max-width: 767px) {
  article > header small {
    text-align: left;
  }
}
article h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 1.25em auto;
  padding: 0;
  width: 100%;
  color: #333;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 980px) {
  article h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  article h3 {
    font-size: 4.75vw;
  }
}
article h3:before {
  content: '';
  display: block;
  width: 200px;
  border-top: #1588be 1px solid;
}
@media (max-width: 980px) {
  article h3:before {
    width: 150px;
  }
}
@media (max-width: 767px) {
  article h3:before {
    width: 1.5em;
  }
}
article h3:after {
  content: '';
  display: block;
  width: 200px;
  border-top: #1588be 1px solid;
}
@media (max-width: 980px) {
  article h3:after {
    width: 150px;
  }
}
@media (max-width: 767px) {
  article h3:after {
    width: 1.5em;
  }
}
article h3 span {
  display: inline-block;
}
article h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.42;
  margin: 0 0 1em 0;
}
@media (max-width: 980px) {
  article h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  article h4 {
    font-size: 4vw;
  }
}
article h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.75em 0;
}
@media (max-width: 980px) {
  article h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  article h5 {
    font-size: 3.75vw;
  }
}

.members-slide {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.members-slide__boxes {
  padding-bottom: 4em;
}
@media (max-width: 767px) {
  .members-slide__boxes {
    padding-bottom: 2em;
  }
}
.members-slide__boxes__box {
  position: relative;
}
.members-slide__box {
  font-size: 14px;
  width: calc( 33.333333% - 20px );
  margin-right: 30px;
}
@media (max-width: 980px) {
  .members-slide__box {
    width: calc( 33.333333% - 14px );
    margin-right: 21px;
  }
}
.members-slide__box:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .members-slide__box {
    width: calc( 50% - 5px );
    margin-right: 10px;
  }
  .members-slide__box:nth-child(3n) {
    margin-right: 10px;
  }
  .members-slide__box:nth-child(2n) {
    margin-right: 0;
  }
}
.members-slide .card__title {
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .members-slide .card__title {
    font-size: 4.5vw;
  }
}
.members-slide__btn--prev, .members-slide__btn--next {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  opacity: 1;
  top: 50%;
  background: none;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .members-slide__btn--prev, .members-slide__btn--next {
    width: 20px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (min-width: 981px) {
  .members-slide__btn--prev:before, .members-slide__btn--prev:after, .members-slide__btn--next:before, .members-slide__btn--next:after {
    transition: border-color .3s, transform .3s;
  }
  .members-slide__btn--prev:hover:before, .members-slide__btn--prev:hover:after, .members-slide__btn--next:hover:before, .members-slide__btn--next:hover:after {
    border-color: #1588be;
  }
}
@media (max-width: 767px) {
  .members-slide__btn--prev, .members-slide__btn--next {
    display: none;
  }
}
.members-slide__btn--prev:before, .members-slide__btn--next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: 0 none;
  border-bottom: 3px solid #1588be;
  border-right: 3px solid #1588be;
  width: 9px;
  height: 9px;
  margin-top: -6px;
}
@media (max-width: 1200px) {
  .members-slide__btn--prev:before, .members-slide__btn--next:before {
    border-color: #fff !important;
    z-index: 1;
  }
}
.members-slide__btn--prev:after, .members-slide__btn--next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1588be !important;
}
@media (max-width: 1200px) {
  .members-slide__btn--prev:after, .members-slide__btn--next:after {
    background-color: #1588be;
    border-radius: 0;
    width: 20px;
    border: 0 none !important;
  }
}
.members-slide__btn--prev {
  left: -120px;
}
@media (max-width: 1360px) {
  .members-slide__btn--prev {
    left: -80px;
  }
}
@media (max-width: 1200px) {
  .members-slide__btn--prev {
    left: -20px;
  }
}
@media (min-width: 981px) {
  .members-slide__btn--prev:hover:before {
    transform: translateX(-5px) rotate(135deg);
  }
}
.members-slide__btn--prev:before {
  margin-left: -3px;
  left: 50%;
  -ms-transform: translateX(0) rotate(135deg);
  transform: translateX(0) rotate(135deg);
}
.members-slide__btn--prev:after {
  right: 0;
}
.members-slide__btn--next {
  right: -120px;
}
@media (max-width: 1360px) {
  .members-slide__btn--next {
    right: -80px;
  }
}
@media (max-width: 1200px) {
  .members-slide__btn--next {
    right: -20px;
  }
}
@media (min-width: 981px) {
  .members-slide__btn--next:hover:before {
    transform: translateX(5px) rotate(-45deg);
  }
}
.members-slide__btn--next:before {
  margin-left: -8px;
  right: 50%;
  -ms-transform: translateX(0) rotate(-45deg);
  transform: translateX(0) rotate(-45deg);
}
.members-slide__btn--next:after {
  left: 0;
}
.members-slide a {
  color: #333;
}
@media (min-width: 981px) {
  .members-slide a .members-slide__photo span {
    transition: transform .3s;
  }
  .members-slide a:hover .members-slide__photo span {
    transform: scale(1.08);
  }
}
.members-slide__photo {
  position: relative;
  z-index: 1;
}
.members-slide__photo__inner {
  overflow: hidden;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto 2em auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .members-slide__photo__inner {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .members-slide__photo__inner {
    margin: 0 auto 5.5vw auto;
    width: 80%;
    height: 0;
    padding-top: 80%;
  }
}
.members-slide__photo__inner span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.members-slide .card {
  font-weight: bold;
}
.members-slide .card__title {
  position: relative;
  padding-bottom: 0.4em;
  font-size: 1.75em;
}
.members-slide .card__title:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #1588be;
}
.members-slide .card__belong {
  margin-top: 1em;
  margin-bottom: 0.75em;
  line-height: 1.3;
}
.members-slide .card__keywords {
  line-height: 1.2;
  padding-left: 1em;
  position: relative;
}
.members-slide .card__keywords:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #fff;
}

.members a {
  color: #555;
  text-decoration: none;
}
@media (min-width: 981px) {
  .members a .members__photo span {
    transition: transform .3s;
  }
  .members a:hover .members__photo span {
    transform: scale(1.08);
  }
}
.content .members .col__box:nth-child(n+4) {
  margin-top: 4.5em;
}
@media (max-width: 767px) {
  .content .members .col__box {
    width: calc( 50% - 5px );
    margin-right: 10px;
  }
  .content .members .col__box:nth-child(2n) {
    margin-right: 0;
  }
  .content .members .col__box:nth-child(n+3) {
    margin-top: 3em;
  }
}
.members__photo {
  position: relative;
  z-index: 1;
}
.members__photo__inner {
  overflow: hidden;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto 2em auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .members__photo__inner {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .members__photo__inner {
    margin: 0 auto 5.5vw auto;
    width: 80%;
    height: 0;
    padding-top: 80%;
  }
}
.members__photo__inner span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.members__photo:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 50px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 2;
  background: #8f65b6 url(/images/common/arrow-white.svg) no-repeat 50% 50%;
  background-size: 9px 14px;
}
@media (max-width: 980px) {
  .members__photo:before {
    margin-left: 40px;
    width: 25px;
    height: 25px;
    background-size: 7px 11px;

  }
}
@media (max-width: 767px) {
  .members__photo:before {
    margin-left: 30px;
  }
}
.members__title {
  position: relative;
  padding-bottom: 0.4em;
  font-size: 1.75em;
}
.members__title:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #7a589a;
}
.members__belong {
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.members__keywords {
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}
.members__keywords:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #555;
}

.lecturer {
  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;
}
.lecturer_img {
  width: 20%;
}
.lecturer_box {
  width: 80%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lecturer_belong {
  font-weight: bold;
}

#entryBtn {
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 2;
  transition: opacity 0.5s, visibility 0.5s;
}
@media (min-width: 1360px) {
  #entryBtn {
    left: 50%;
    margin-left: -606px;
  }
}
@media (max-width: 767px) {
  #entryBtn .c_button_single {
    min-width: 200px;
  }
}
#entryBtn .c_button {
  background-color: #006a96;
}
#entry.enter #entryBtn {
  opacity: 0;
  visibility: hidden;
}

.float--r {
  width: 200px;
  float: right;
  margin: 0 0 2em 2em;
}
@media (max-width: 767px) {
  .float--r {
    margin: 0 auto 2em auto;
    float: none;
  }
}

.header{
position: fixed;
}
/* ----------------------------------------------------------------
vi
----------------------------------------------------------------- */
.vi__wrapper{
padding-top:56.25%;
}
@media (max-width: 767px) {
.vi__wrapper{
padding-top:50vh;

}
}
.vi {
  position: fixed;
  width: 100%;
  height:100%;
  transform: none !important;
  overflow: hidden;
}

.vi-visual {
  padding-top: 100vh;
  position: relative;
}
.vi-visual video {
  heught: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  border: 0 none;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #fff;
  color: #fff;
  object-fit: cover;
}
.vi-visual:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}
.vi-title {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
.vi-title img {
  position: absolute;
  bottom: 15%;
  left: 60px;
  width: 55%;
}
*/
.vi-title img {
 position: absolute;
 top: 150px;
 left: 50%;
 transform: translateX(-50%);
 width: 60%;
}
@media (max-width: 1080px) {
.vi-title img {
 top: 120px;
}
}

@media (max-width: 767px) {
.vi-title img {
 width: 77%;
 top: 85px;
}
}
@media (orientation: portrait) and (max-width: 767px) {
.vi-title img {
 width: calc( 100% - 40px );
}
}

/*
@media (max-width: 1080px) {
  .vi-title img {
left: 45px;
  }
}
@media (max-width: 980px) {
  .vi-title img {
left: 20px;
  }
}
@media (max-width: 767px) {
  .vi-title img {
left: 10px;
  }
}
*/
#main{
border-radius: 2em;
background: #fff;
padding:5em 0;
}
.inner{
max-width: 1000px;
margin:0 auto;
}
@media (max-width: 1080px) {
.inner{
margin:0 40px;
}
}
@media (max-width: 767px) {
#main{
padding:3em 0;
}
.inner{
margin:0 20px;
}
}
.intro{
padding:0;
font-size: 26px;
font-weight: 200;
letter-spacing: 0.01em;
line-height: 2;
}
.intro p + p{
margin-top:0.75em;
}
.intro table{
width: 100%;
margin-top:1.33em;
border-collapse: collapse;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.intro table th,
.intro table td{
font-size:70%;
font-weight: 200;
line-height: 1.6;
padding-top:0.5em;
padding-bottom:0.5em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: left;
}
.intro table th{
padding-right:0.5em;
}


@media (max-width: 1080px) {
  .intro{
font-size: 2.25vw;
  }
}
@media (max-width: 767px) {
  .intro{
font-size: 4vw;
  }
.intro table th,
.intro table td{
font-size: 100%;
}
}
.col4-6 .col__box {
  width: 38.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col4-6 .col__box {
width: 100%;
margin-right: 0;
  }
}
.col4-6 .col__box + .col__box {
  width: 58.5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .col4-6 .col__box + .col__box {
width: 100%;
margin-top: 2em;
  }
  .col4-6.col_reverse_sp .col__box:nth-child(1) {
margin-top:2em;
  }
  .col4-6.col_reverse_sp .col__box:nth-child(2) {
margin-top:0em;
  }
}

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


.col3-7 .col__box {
  width: 28.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col3-7 .col__box {
width: 100%;
margin-right: 0;
  }
}
.col3-7 .col__box + .col__box {
  width: 68.5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .col3-7 .col__box + .col__box {
width: 100%;
margin-top: 2em;
  }
  .col3-7.col_reverse_sp .col__box:nth-child(1) {
margin-top:2em;
  }
  .col3-7.col_reverse_sp .col__box:nth-child(2) {
margin-top:0;
  }
}


@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) {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
  }

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

.directions {
margin-top:3em;
}
.directions .col{
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
border-top:1px solid #ccc;
padding:2em 0;
}

.directions mark{
font-weight: 500;
background-color: transparent;
}

.directions__intro{
font-size: 26px;
font-weight: 200;
line-height: 2;
margin:0 0 2em 0;
}
.directions__intro p + p{
margin-top:0.5em;
}

.directions .col__box{
font-size: 26px;
font-weight: 200;
line-height: 1.8;
}
@media (max-width: 980px) {
  .directions__intro,
  .directions .col__box{
font-size: 2.25vw;
  }
}
@media (max-width: 767px) {
  .directions__intro,
  .directions .col__box{
font-size: 4vw;
  }
  .directions .col{
padding:0 0 2em 0;
}
  .directions .col figure{
margin-top:1em;
margin-bottom:1em;
  }
  .directions .col__box{
margin-top:0 !important;
  }
}
.directions__note h3{
font-size: 36px;
font-weight: 200;
}
.directions__note ul{
line-height: 1.8;
}
.directions__note p{
line-height: 2;
}

@media (max-width: 980px) {
 .directions__note h3{
font-size: 3vw;
  }
}
@media (max-width: 767px) {
.directions__note h3{
font-size: 5vw;
  }
}

.privacy-check{
margin-top:2em;
position: relative;
}
.privacy-check label{
display:block;
padding:1em 1em 1em 3em;
border:1px solid #ddd;
border-radius:3px;
text-align: left;
background-color: #fff;
color: #333;
line-height: 1;
position: relative;
}
.privacy-check label a{
 color:#333;
 text-decoration: underline;
}
.privacy-check label a:hover{
 text-decoration: none;
}
.privacy-check--status{
position:relative;
margin-top:2em;
}
.privacy-check--status:before{
content:'';
display:block;
z-index:1;
position:absolute;
width:100%;
height:100%;
background-color: #033faa;
opacity:0.33;
}
#privacyCheck{
position:absolute;
top:0;
left:0;
vertical-align: top;
line-height: 1;
padding:0;
width: 2em;
height: 3em;
visibility: hidden;
}
.privacy-check label:before{
content: '';
display: block;
width: 2em;
height: 2em;
position: absolute;
top: 0.5em;
left: 0.5em;
background: #fff;
border: 1px solid #999;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#privacyCheck:checked + .ozn-form-icon + label:after,
#privacyCheck:checked + label:after{
content: '';
display: block;
position: absolute;
top: 1em;
left: 1em;
width: 1em;
height: 0.5em;
border-left: 0.33em solid #e80000;
border-bottom: 0.33em solid #e80000;
transform: rotate(-45deg);
}
#privacyCheck:checked + .ozn-form-icon + label + .privacy-check--status:before,
#privacyCheck:checked + label + .privacy-check--status:before{
display:none;
}


/*
	ozn
*/
.ozn-form-inner .td, .ozn-form-inner .th {
  border-right: 1px solid #A6A6B0;
  border-bottom: 1px solid #A6A6B0;
  box-sizing: border-box;
}

@font-face {
  font-family: fontello;
  src: url(/ozn-form/css/font/fontello.eot?50512938);
  src: url(/ozn-form/css/font/fontello.eot?50512938#iefix) format("embedded-opentype"), url(/ozn-form/css/font/fontello.woff2?50512938) format("woff2"), url(/ozn-form/css/font/fontello.woff?50512938) format("woff"), url(/ozn-form/css/font/fontello.ttf?50512938) format("truetype"), url(/ozn-form/css/font/fontello.svg?50512938#fontello) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ok:before {
  content: '\e800';
}

.icon-popup:before {
  content: '\e801';
}

.icon-mail:before {
  content: '\e802';
}

.icon-down-circle:before {
  content: '\e803';
}

.icon-left-circle:before {
  content: '\e804';
}

.icon-caution:before {
  content: '\e805';
}

.icon-right-circle:before {
  content: '\e806';
}

.icon-up-circle:before {
  content: '\e807';
}

.icon-down-open:before {
  content: '\e808';
}

.icon-left-open:before {
  content: '\e809';
}

.icon-right-open:before {
  content: '\e80a';
}

.icon-up-open:before {
  content: '\e80b';
}

.icon-home:before {
  content: '\e80f';
}

.icon-earth:before {
  content: '\f019';
}

.icon-menu:before {
  content: '\f0c9';
}

.ozn-form-errors::before, .ozn-form-warning::before {
  content: "▲";
}

.ozn-form-inner {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #A6A6B0;
  box-sizing: border-box;
}

.ozn-form-inner dl, .ozn-form-inner dl dd {
  margin-bottom: 10px;
}

.ozn-form-inner .th {
  overflow: hidden;
  background-color: #EEE;
  border-left: 1px solid #A6A6B0;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: left;
  min-width: 33%;
}

.ozn-form-inner .td {
  background-color: #FFF;
  padding: 10px 10px 10px 20px;
}

@media (min-width: 641px) {
  .ozn-form-inner {
    display: table;
  }

  .ozn-form-inner .tr {
    display: table-row;
  }

  .ozn-form-inner .td, .ozn-form-inner .th {
    display: table-cell;
  }
}
.ozn-form-inner dl dt {
  padding: 8px 0;
}

.ozn-form-inner dl dt .ozn-label {
  float: none;
}

@media (min-width: 941px) {
  .ozn-form-inner dl dt {
    clear: left;
    float: left;
    width: 23%;
  }

  .ozn-form-inner dl dd {
    margin-left: calc(25%);
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .ozn-form-inner .td {
    border-left: 1px solid #A6A6B0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ozn-form-inner dl dt {
    float: none;
    width: auto;
    padding: 5px 0;
  }

  .ozn-form-inner dl dd {
    margin-left: 0;
  }
}
.ozn-form-confirm .ozn-form-inner dl dt {
  padding: 0;
}

.ozn-form-inner input[type=radio], .ozn-form-inner input[type=checkbox] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 3px;
}

.ozn-form-inner label {
  cursor: pointer;
}

.ozn-form-inner p {
  margin: 10px 0;
}

.ozn-check, .ozn-input {
  box-sizing: border-box;
  vertical-align: middle;
}

.ozn-check {
  padding: 5px 10px 5px 15px;
  display: inline-block;
  border: 2px solid #FFF;
}

.ozn-check.horizontal label {
  display: inline-block;
  padding: 10px 20px 10px 5px;
}

.ozn-check.vertical label {
  display: block;
  padding: 10px 0;
}

.ozn-input {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px 8px;
}

.ozn-input.w-50 {
  width: 50%;
}

.ozn-input.w-30 {
  width: 30%;
}

@media (max-width: 480px) {
  .ozn-input.sp-30 {
    width: 30%;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .ozn-input.tb-50 {
    width: 50%;
  }

  .ozn-input.tb-30 {
    width: 30%;
  }
}
select.ozn-input {
  height: 2.5rem;
}

.ozn-label {
  display: inline-block;
  color: #FFF;
  padding: 2px 5px 2px 10px;
  margin-left: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 641px) {
  .ozn-input.pc-50 {
    width: 50%;
  }

  .ozn-input.pc-30 {
    width: 30%;
  }

  .ozn-label {
    float: right;
  }
}
.ozn-label.optional {
  background-color: #5B7FF4;
}

.ozn-label.required {
  background-color: #F2393D;
}

.ozn-file-block {
  padding: 15px 0;
  color: #666;
  line-height: 1.4;
}

.ozn-file-block .fileinput-button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ozn-file-block .oznform-uploaded-files {
  display: inline-block;
  vertical-align: middle;
}

.ozn-file-block .oznform-uploaded-thumbnail {
  margin-right: 10px;
}

.ozn-form-errors, .ozn-form-warning {
  display: block;
  padding: 5px 10px;
  margin: 8px 0 10px;
  font-weight: 700;
  box-sizing: border-box;
}

.ozn-file-block .oznform-uploaded-filename, .ozn-file-block .oznform-uploaded-thumbnail img {
  vertical-align: middle;
}

.ozn-input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ozn-form-valid {
  border-color: #7BD177 !important;
  background-color: #fcfefc !important;
}

.ozn-form-invalid {
  border-color: red;
  background-color: #ffe6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.ozn-form-warning {
  color: #1B7704;
  background-color: #d4fdc9;
}

.ozn-form-errors {
  color: #d41717 !important;
  background-color: #fcc;
}

.ozn-notice {
  color: #666;
  line-height: 1.4;
  margin-top: 5px;
}

.icon-ok::before {
  color: #7BD177;
}

.icon-caution::before {
  color: #E70012;
}

.ozn-form-buttons {
  border: 1px solid #A6A6B0;
  padding: 15px 20px;
  margin: 20px auto 40px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 640px) {
  .ozn-form-buttons span {
    display: block;
  }
}
.ozn-btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 8px;
}

.ozn-btn.back {
  background-image: -moz-linear-gradient(90deg, #bababa 0, rgba(186, 186, 186, 0.5) 100%);
  background-image: -webkit-linear-gradient(90deg, #bababa 0, rgba(186, 186, 186, 0.5) 100%);
  background-image: -ms-linear-gradient(90deg, #bababa 0, rgba(186, 186, 186, 0.5) 100%);
  color: #3b3b3b;
  padding: 5px 20px;
  float: left;
}

.ozn-btn.back.ozn-form-sending {
  display: none;
}

.ozn-btn.submit {
  color: #FFF;
  font-weight: 700;
  padding: 10px 30px;
  float: right;
  background-image: -moz-linear-gradient(90deg, #c61316 0, rgba(198, 19, 22, 0.5) 100%);
  background-image: -webkit-linear-gradient(90deg, #c61316 0, rgba(198, 19, 22, 0.5) 100%);
  background-image: -ms-linear-gradient(90deg, #c61316 0, rgba(198, 19, 22, 0.5) 100%);
  border-color: #970f11;
}

.ozn-btn.submit.ozn-form-disabled {
  background-color: #999;
  border-color: #888;
  background-image: none;
}

@media (max-width: 640px) {
  .ozn-btn.back, .ozn-btn.submit {
    float: none;
  }

  .ozn-form-confirm .ozn-btn.submit {
    margin-bottom: 30px;
  }
}
.ozn-form-suggest-wrapper {
  position: relative;
}

.ozn-form-suggest {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #c9c9c6;
  width: calc(100% - 30px);
  z-index: 1000;
  box-sizing: border-box;
  cursor: pointer;
}

.ozn-form-suggest div {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2;
  padding-left: 15px;
  box-sizing: border-box;
}

.ozn-form-suggest div.select {
  color: #efefef;
  background-color: #36F;
}

.ozn-form-suggest div.over {
  background-color: #9CF;
}

.ozn-form-stepbar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.ozn-form-stepbar li {
  color: #c9c9c6;
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #e9e8ea;
  box-sizing: border-box;
}

.ozn-form-stepbar li:after, .ozn-form-stepbar li:before {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #e9e8ea;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}

.ozn-form-stepbar li:after {
  top: 0;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
}

.ozn-form-stepbar li:before {
  bottom: 0;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}

.ozn-form-stepbar li:first-child {
  border-left-radius: 4px;
}

.ozn-form-stepbar li:first-child:after, .ozn-form-stepbar li:first-child:before {
  content: none;
}

.ozn-form-stepbar li:last-child {
  border-right-radius: 4px;
}

.ozn-form-stepbar li.current {
  color: #FFF;
  background-color: #6C9BC2;
}

.ozn-form-stepbar li.current:after, .ozn-form-stepbar li.current:before {
  background-color: #6C9BC2;
}

.ozn-form-stepbar.step2 li {
  width: 50%;
}

.ozn-form-stepbar.step3 li {
  width: 33.333%;
}

.ozn-form-stepbar.step4 li {
  width: 25%;
}

.ozn-form-stepbar.step5 li {
  width: 20%;
}