<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
div[class$="_Side"] {
  width: 50vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: $contentWidth) {
    div[class$="_Side"] {
      width: 60vw; } }
  @media screen and (max-width: 800px) {
    div[class$="_Side"] {
      width: 100vw;
      padding: 0;
      max-width: 750px; } }
  @media screen and (max-width: 600px) {
    div[class$="_Side"] {
      padding-top: 0; } }

div[class$="_Inner"] {
  margin: 10% 15% 0 65px;
  text-align: center; }
  @media screen and (max-width: 600px) {
    div[class$="_Inner"] {
      margin: 0; } }
  div[class$="_Inner"] h3 {
    color: #fff; }
  div[class$="_Inner"] h4 {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #ffff00;
    margin-bottom: 18px;
    text-align: left; }
  div[class$="_Inner"] img {
    margin-bottom: 40px; }
    @media screen and (max-width: 600px) {
      div[class$="_Inner"] img {
        margin-bottom: 10px; } }
  div[class$="_Inner"] p {
    line-height: 27px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff; }
  div[class$="_Inner"] img {
    width: 100%;
    height: auto; }

.L_Side {
  height: 100vh;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(2, 22, 61, 0.9) 0%, rgba(2, 22, 61, 0.85) 89%, rgba(2, 22, 61, 0) 99%, rgba(2, 22, 61, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f002163d', endColorstr='#0002163d',GradientType=1 );
  /* IE6-9 */ }
  @media screen and (max-width: 800px) {
    .L_Side {
      height: auto;
      background: rgba(2, 22, 61, 0.8); } }

.R_Side {
  -ms-flex-pack: center;
      justify-content: center; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/inc/font/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/inc/font/fontawesome/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("/inc/font/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/inc/font/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/inc/font/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/inc/font/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
モジュール系おまとめファイル
*/
/*
    Header
*/
header {
  background: transparentize;
  position: fixed;
  z-index: 10000; }
  @media screen and (max-width: 800px) {
    header {
      height: 50px;
      position: absolute;
      top: 20px;
      z-index: 4999; } }

.sub_header {
  width: 100%;
  height: 50px;
  position: relative; }

#headerLogo {
  display: inline-block;
  padding: 16px;
  max-width: 160px;
  width: 160px;
  z-index: 1;
  position: relative; }
  #headerLogo img {
    width: 100%; }
  @media screen and (max-width: 800px) {
    #headerLogo {
      padding-top: 0; } }

/*
  Fotter
*/
footer {
  padding: 50px 20px 10px 20px;
  background: #0a1a31 left top no-repeat; }
  @media screen and (max-width: 600px) {
    footer {
      padding-left: 20px;
      padding-right: 20px; } }
  footer li {
    display: inline-block;
    margin-right: 25px; }
    @media screen and (max-width: 600px) {
      footer li {
        display: block;
        padding: 10px 0; } }
  footer .copyright {
    font-size: .6em;
    display: block;
    margin-top: 30px;
    opacity: .4; }
  footer .footerInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px; }
    footer .footerInner:after {
      content: " ";
      display: block;
      clear: both; }
    @media screen and (max-width: 600px) {
      footer .footerInner {
        text-align: center; } }
    footer .footerInner a {
      color: #fff; }
      footer .footerInner a:hover {
        color: #F0E703; }
      footer .footerInner a[target^="_blank"]:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(../image/ico_external.png) no-repeat left center;
        margin-left: 5px; }
    footer .footerInner .logo {
      width: 160px;
      margin-bottom: 6px; }
      @media screen and (max-width: 600px) {
        footer .footerInner .logo {
          width: 60%; } }

/*
    グローバルナビゲーション
*/
#gnavi {
  z-index: 10010;
  position: fixed;
  top: 0;
  right: 0;
  transition: right .3s; }
  @media screen and (max-width: 800px) {
    #gnavi {
      right: -100%;
      z-index: 300;
      background-color: #03224A;
      height: 100%;
      left: 100%;
      transition: left .25s; }
      .spMenuOpen #gnavi {
        left: 58px; } }
  #gnavi &gt; ul {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0; }
    @media screen and (max-width: 800px) {
      #gnavi &gt; ul {
        top: 0;
        width: 100%;
        padding: 0; } }
  #gnavi li {
    display: block;
    position: relative;
    margin-bottom: 1px;
    font-size: .9em;
    transition: right .25s;
    right: -175px;
    width: 210px;
    height: 35px;
    background-color: #03224A;
    cursor: pointer; }
    #gnavi li:hover {
      right: 0px; }
    @media screen and (max-width: 800px) {
      #gnavi li {
        background-color: #031d40;
        border-bottom: 1px solid #05397b;
        height: 45px;
        width: auto;
        right: 0;
        font-size: inherit;
        padding: 0;
        margin-bottom: 0; } }
    #gnavi li a {
      display: block;
      color: #393939; }
      #gnavi li a span {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: #ffff00;
        transition: background-color .5s; }
        @media screen and (max-width: 800px) {
          #gnavi li a span {
            width: 45px;
            height: 44px;
            line-height: 45px; } }
      #gnavi li a em {
        height: 35px;
        font-style: normal;
        display: inline-block;
        color: #fff;
        padding-left: 5px; }
        @media screen and (max-width: 800px) {
          #gnavi li a em {
            width: auto;
            height: 45px;
            line-height: 45px; } }
    #gnavi li.active {
      background-color: #ffff00;
      font-weight: bold; }
      #gnavi li.active a span {
        background: #03224A;
        color: #ffff00; }
      #gnavi li.active a em {
        color: #003399; }

#naviToggle {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 5000;
  width: 58px;
  height: 58px;
  color: #eee;
  transition: right .15s; }
  @media screen and (max-width: 800px) {
    #naviToggle {
      display: block; }
      .spMenuOpen #naviToggle {
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5); } }
  #naviToggle span {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.44);
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #eee;
    transition: width .3s ease-in-out, transform .3s ease-in-out, top .3s ease-in-out;
    left: 50%;
    width: 50%;
    margin-left: -25%; }
    #naviToggle span:nth-child(1) {
      top: 12px; }
    #naviToggle span:nth-child(2) {
      top: 21px; }
    #naviToggle span:nth-child(3) {
      top: 30px; }

.spMenuOpen header {
  position: absolute; }

.spMenuOpen #naviToggle {
  left: 0; }
  .spMenuOpen #naviToggle span {
    top: 23px; }
    .spMenuOpen #naviToggle span:nth-child(1) {
      transform: rotate(45deg); }
    .spMenuOpen #naviToggle span:nth-child(2) {
      width: 0; }
    .spMenuOpen #naviToggle span:nth-child(3) {
      transform: rotate(-45deg); }

body.spMenuOpen {
  overflow: hidden !important; }

.btn {
  color: #ff0 !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.4s ease-out 0.1s, border 0.1s, color 0.1s !important;
  text-decoration: none;
  padding: .7em 5em;
  border-radius: 3px; }
  .btn:hover {
    text-decoration: none;
    color: #03224A !important;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid white; }

#pageLoader {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 10200;
  background-image: linear-gradient(180deg, #112448 0%, #16437b 100%);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  #pageLoader:not(.loaded) span {
    animation: fadeinout 2s infinite; }
  #pageLoader span {
    display: block;
    color: #ffff00;
    text-align: center;
    margin-top: 20px; }

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  /* Safari&lt;=5 Android&lt;=3 */
  /* &lt;=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left;
  height: 100%;
  display: block; }

.fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari&lt;=6 Android&lt;=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border: none;
  margin-top: -38px;
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 0;
    width: 45px;
    height: 65px;
    background: url(../image/arrow_left.png) no-repeat right center;
    color: transparent; }
  .fp-controlArrow.fp-next {
    right: 0px;
    width: 45px;
    height: 65px;
    background: url(../image/arrow_right.png) no-repeat right center;
    color: transparent; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }
  .fp-slidesNav.bottom {
    bottom: 17px;
    text-align: center; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: block;
  width: 8px;
  height: 8px;
  margin: 4px;
  position: relative;
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #ffff00; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 8px;
  width: 8px;
  border: 0;
  background: #fff;
  opacity: 0.6;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/* ==========================================================
 * Fonts
 *==========================================================*/
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(/inc/fonts/NotoSans_Thin.woff2) format("woff2"), url(/inc/fonts/NotoSans_thin.woff) format("woff"), url(/inc/fonts/NotoSans_thin.otf) format("opentype"); }

@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url(/inc/fonts/NotoSans_Light.woff2) format("woff2"), url(/inc/fonts/NotoSans_light.woff) format("woff"), url(/inc/fonts/NotoSans_light.otf) format("opentype"); }

@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(/inc/fonts/NotoSans_demilight.woff2) format("woff2"), url(/inc/fonts/NotoSans_demilight.woff) format("woff"), url(/inc/fonts/NotoSans_demilight.otf) format("opentype"); }

@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(/inc/fonts/NotoSans_Regular.woff2) format("woff2"), url(/inc/fonts/NotoSans_regular.woff) format("woff"), url(/inc/fonts/NotoSans_regular.otf) format("opentype"); }

@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(/inc/fonts/NotoSans_Medium.woff2) format("woff2"), url(/inc/fonts/NotoSans_medium.woff) format("woff"), url(/inc/fonts/NotoSans_medium.otf) format("opentype"); }

@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(/inc/fonts/NotoSans_Bold.woff2) format("woff2"), url(/inc/fonts/NotoSans_bold.woff) format("woff"), url(/inc/fonts/NotoSans_bold.otf) format("opentype"); }

@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(/inc/fonts/NotoSans_Black.woff2) format("woff2"), url(/inc/fonts/NotoSans_black.woff) format("woff"), url(/inc/fonts/NotoSans_black.otf) format("opentype"); }

html {
  overflow: hidden; }

body {
  color: #eee;
  overflow: hidden;
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: .05em;
  line-height: 1.4em;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "pwid"; }
  @media screen and (max-width: 800px) {
    body {
      position: relative;
      display: block;
      height: 100%;
      min-height: 100%; } }

h2, h3, h4 {
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

h2 {
  font-size: 1.5vw; }

h3 {
  font-size: 2.8vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid rgba(128, 159, 213, 0.6);
  background-size: contain; }
  @media screen and (max-width: 800px) {
    h3 {
      font-size: 26px; } }
  h3 small {
    font-size: 2vw;
    display: block;
    letter-spacing: 0.04em;
    text-align: center; }

ul {
  list-style-type: none; }

p + [class*="grid-"],
p + .tblStyle,
p + .btn,
p + ul,
p + ol {
  margin-top: 1em; }

p {
  line-height: 1.8em; }
  @media screen and (max-width: 600px) {
    p {
      text-align: left;
      margin: 0 auto; } }

address {
  font-style: normal; }

figure {
  margin: 0; }

button {
  outline: none; }

pre {
  padding-bottom: 10px;
  white-space: normal;
  line-height: 1.4em; }

code {
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

a:not(.btn) {
  color: #F0E703;
  text-decoration: none;
  transition: color .3s; }
  a:not(.btn):hover {
    color: #eee; }

input,
textarea,
select {
  outline: none; }

h2 {
  text-align: center; }

h3 {
  text-align: center; }

section h2.caption {
  position: absolute;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  top: 10px;
  right: 55px;
  color: #fff;
  z-index: 9999;
  font-weight: normal; }
  @media screen and (max-width: 600px) {
    section h2.caption {
      top: 8px;
      right: 8px;
      font-size: 1em; } }

@media screen and (max-width: 600px) {
  #section-mision h2.caption {
    position: absolute; } }

.L_Inner {
  text-align: center; }
  .L_Inner h4 {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #ffff00;
    margin-bottom: 18px;
    text-align: left;
    padding-left: 25px; }
    @media screen and (max-width: 600px) {
      .L_Inner h4 {
        padding-left: 15px;
        padding-right: 15px; } }
  .L_Inner p {
    line-height: 27px;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0px 25px;
    color: #fff; }
    @media screen and (max-width: 600px) {
      .L_Inner p {
        padding: 0px 15px; } }

.slick-slider {
  height: 100vh; }
  @media screen and (max-width: 800px) {
    .slick-slider {
      height: 100%; } }
  .slick-slider * {
    outline: 0; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  bottom: 5px; }
  .slick-dots li {
    margin: 0; }
  .slick-dots li button:before {
    color: #fff; }
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffff00; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: url(../image/arrow_right.png); }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: url(../image/arrow_left.png); }

.slick-arrow {
  width: 45px;
  height: 65px; }
  @media screen and (max-width: 600px) {
    .slick-arrow {
      display: none !important; } }
  .slick-arrow.slick-disabled {
    display: none !important; }

#section-intro #toscroll {
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  z-index: 100;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

#section-intro h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 33.33333vh;
  max-width: 700px;
  width: 50vw;
  z-index: 1000; }
  @media screen and (max-width: 800px) {
    #section-intro h2 {
      width: 100%; } }
  #section-intro h2 img {
    width: 100%;
    height: auto;
    margin-left: -70px; }

#section-intro .copy .img_top, #section-intro .copy .img_middle, #section-intro .copy .img_bottom {
  position: relative;
  opacity: 0; }

#section-intro .copy .img_top {
  top: 40px;
  transition: all 1s ease;
  transition-delay: 1.5s; }

#section-intro .copy.active .img_top {
  top: 0;
  opacity: 1; }

#section-intro .copy .img_middle {
  margin-top: 10px;
  margin-bottom: 20px;
  left: -100px;
  transition: all 1s ease;
  transition-delay: 1s; }

#section-intro .copy.active .img_middle {
  left: 0;
  opacity: 1; }

#section-intro .copy .img_bottom {
  bottom: 40px;
  transition: all 1s ease;
  transition-delay: 1.5s; }

#section-intro .copy.active .img_bottom {
  bottom: 0;
  opacity: 1; }

#section-intro #topSlider {
  margin: 0;
  padding: 0;
  /* top slider animation
      =========================================== */ }
  #section-intro #topSlider .bx-viewport, #section-intro #topSlider .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0; }
  #section-intro #topSlider .bxslider, #section-intro #topSlider .bxslider li {
    height: 100% !important; }
  #section-intro #topSlider .bx-wrapper .bx-viewport {
    border: none !important; }
  #section-intro #topSlider li {
    height: 100vh;
    overflow: hidden; }
    #section-intro #topSlider li span {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      height: 100vh;
      visibility: hidden;
      transition: all .5s; }
      #section-intro #topSlider li span:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: 0.3; }
    #section-intro #topSlider li .slide-1 {
      background: url(../image/bg_main01_always.jpg) no-repeat center/cover; }
    #section-intro #topSlider li .slide-2 {
      background: url(../image/bg_main02_always.jpg) no-repeat right center/cover; }
    #section-intro #topSlider li .slide-3 {
      background: url(../image/bg_main03_always.jpg) no-repeat right center/cover; }
  @media only screen and (min-width: 768px) {
    #section-intro #topSlider li span {
      transform-origin: center; }
      .fp-viewing-intro #section-intro #topSlider li span {
        animation: bgscale 20s linear; } }

@keyframes bgscale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

#section-language .vegas-wrapper {
  background-color: rgba(2, 22, 61, 0.5); }

@media screen and (max-width: 800px) {
  #section-language {
    padding-top: 40px; } }

@media screen and (max-width: 800px) {
  #section-language .wrapper {
    margin-bottom: 30px; } }

#section-language .wrapper .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 10%;
  position: relative;
  top: 100px; }
  @media screen and (max-width: 800px) {
    #section-language .wrapper .inner {
      -ms-flex-direction: column;
          flex-direction: column;
      top: 0; } }
  #section-language .wrapper .inner .video_box {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    margin-right: 50px;
    position: relative; }
    @media screen and (max-width: 800px) {
      #section-language .wrapper .inner .video_box {
        margin: 0 0 30px; } }
    #section-language .wrapper .inner .video_box:before {
      content: "";
      background: url(../image/language/img_common_lang-logo.png) center no-repeat;
      display: block;
      width: 100%;
      height: 400px;
      background-size: contain;
      position: absolute;
      top: -400px; }
      @media screen and (max-width: 800px) {
        #section-language .wrapper .inner .video_box:before {
          width: 60%;
          height: 220px;
          position: static;
          margin: 0 auto; } }
    #section-language .wrapper .inner .video_box .box-img {
      width: 329px;
      height: 190px;
      position: relative;
      overflow: hidden; }
      #section-language .wrapper .inner .video_box .box-img:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '';
        width: 62px;
        height: 62px;
        background: url(../image/language/ico_playing.png) center no-repeat; }
      #section-language .wrapper .inner .video_box .box-img img {
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        #section-language .wrapper .inner .video_box .box-img img:hover {
          opacity: 0.8; }
  #section-language .wrapper .inner .details {
    -ms-flex: 1 1 70%;
        flex: 1 1 70%; }
    #section-language .wrapper .inner .details h3 {
      text-align: left; }
      @media screen and (max-width: 800px) {
        #section-language .wrapper .inner .details h3 {
          text-align: center; } }
      #section-language .wrapper .inner .details h3 small {
        text-align: left; }
        @media screen and (max-width: 800px) {
          #section-language .wrapper .inner .details h3 small {
            text-align: center; } }

#section-language .wiggle:hover:before {
  animation: wiggle-move .2s 2; }

@keyframes wiggle-move {
  0% {
    transform: rotate(3deg); }
  50% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(3deg); } }

@media screen and (max-width: 800px) {
  #section-language .slick-list {
    margin-bottom: 100px; } }

#section-language .slick-dots {
  width: 250px;
  left: 0;
  right: 0;
  margin: auto; }
  @media screen and (max-width: 800px) {
    #section-language .slick-dots {
      bottom: -50px; } }

#section-language .mfp-iframe-holder .mfp-content {
  height: 100%;
  overflow: auto; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

#section-future {
  /*satake_profile_area*/
  /*satake_spirit_area*/
  /*satake_rice_area*/
  /*satake_Agriculture_area*/ }
  #section-future p {
    margin-bottom: 56px; }
  #section-future .satake_profile {
    width: 100%;
    height: auto;
    background: url(../image/L_Side_background.jpg) no-repeat right bottom;
    background-size: cover; }
  #section-future .satake_spirit {
    width: 100%;
    background: url(../image/bg_satake_spirit.jpg) no-repeat right bottom;
    background-size: cover; }
    #section-future .satake_spirit dl {
      width: 300px;
      margin: 0 auto 50px;
      color: #fff;
      font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
      #section-future .satake_spirit dl dt {
        font-size: 30px;
        line-height: 35px; }
      #section-future .satake_spirit dl dd {
        font-size: 11px;
        margin-bottom: 26px;
        font-weight: lighter; }
  #section-future .satake_rice {
    width: 100%;
    background: url(../image/bg_main01_always.jpg) no-repeat right bottom;
    background-size: cover; }
  #section-future .satake_Agriculture {
    width: 100%;
    background: url(../image/bg_main02_always.jpg) no-repeat right bottom;
    background-size: cover; }
  #section-future #dl-menu li:nth-child(1) {
    position: absolute;
    right: 0;
    z-index: 999; }
  #section-future #dl-menu li:nth-child(2) {
    position: absolute;
    left: 0;
    z-index: 999; }
  #section-future .slide .L_Side {
    position: relative;
    left: -50vw;
    opacity: 0;
    transition: all 1s ease; }
    #section-future .slide .L_Side h3, #section-future .slide .L_Side h4, #section-future .slide .L_Side p, #section-future .slide .L_Side dl {
      position: relative;
      left: -50px;
      opacity: 0;
      transition: all 1s ease; }
    #section-future .slide .L_Side h3 {
      transition-delay: 1s;
      background-position-x: -250px; }
    #section-future .slide .L_Side dl {
      transition-delay: 1.2s; }
    #section-future .slide .L_Side h4, #section-future .slide .L_Side p {
      transition-delay: 1.5s; }
  #section-future .slide.active .L_Side {
    left: 0;
    opacity: 1; }
  #section-future .slide.active h3, #section-future .slide.active h4, #section-future .slide.active p, #section-future .slide.active dl {
    left: 0;
    opacity: 1; }
  #section-future .slide.active h3 {
    background-position-x: 0; }
  #section-future .slick-list .L_Side {
    position: relative;
    opacity: 0; }
    @media screen and (max-width: 800px) {
      #section-future .slick-list .L_Side {
        max-width: 100%; } }
    #section-future .slick-list .L_Side .L_Inner {
      position: relative; }
      @media screen and (max-width: 800px) {
        #section-future .slick-list .L_Side .L_Inner {
          margin: 10% 10% 0; } }
      @media screen and (max-width: 600px) {
        #section-future .slick-list .L_Side .L_Inner {
          padding: 15px 0; } }
      #section-future .slick-list .L_Side .L_Inner h4, #section-future .slick-list .L_Side .L_Inner p, #section-future .slick-list .L_Side .L_Inner dl {
        position: relative;
        opacity: 0; }
      #section-future .slick-list .L_Side .L_Inner h3 {
        color: transparent;
        opacity: 0; }
  .fp-viewing-future #section-future .slick-list .slick-current .L_Side {
    animation: L_Side_fade 1s ease normal;
    animation-delay: 0.7s;
    animation-fill-mode: forwards; }
    .fp-viewing-future #section-future .slick-list .slick-current .L_Side .L_Inner h4, .fp-viewing-future #section-future .slick-list .slick-current .L_Side .L_Inner p, .fp-viewing-future #section-future .slick-list .slick-current .L_Side .L_Inner dl {
      animation: L_Inner_word_fade 1.5s ease normal;
      animation-fill-mode: forwards;
      animation-delay: 2.8s;
      left: 0; }
    .fp-viewing-future #section-future .slick-list .slick-current .L_Side .L_Inner h3 {
      animation: h3_bgMove 0.6s ease normal;
      animation-delay: 1.7s;
      animation-fill-mode: forwards; }
      .fp-viewing-future #section-future .slick-list .slick-current .L_Side .L_Inner h3 span {
        position: relative;
        animation: h3_span 1s ease normal;
        animation-delay: 2.2s;
        animation-fill-mode: forwards; }
    .fp-viewing-future #section-future .slick-list .slick-current .L_Side .L_Inner dl, .fp-viewing-future #section-future .slick-list .slick-current .L_Side .L_Inner h4 {
      animation-delay: 2.8s; }
    .fp-viewing-future #section-future .slick-list .slick-current .L_Side .L_Inner p {
      animation-delay: 3s; }

@keyframes L_Side_fade {
  0% {
    left: -10vw;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }
  @media screen and (max-width: 600px) {
    @keyframes L_Side_fade {
      0% {
        opacity: 0; }
      100% {
        opacity: 1; } } }

@keyframes L_Inner_word_fade {
  0% {
    top: 20px; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes h3_span {
  0% {
    top: 20px;
    color: rgba(255, 255, 255, 0); }
  100% {
    top: 0px;
    color: white; } }

@keyframes h3_bgMove {
  0% {
    color: transparent;
    opacity: 0;
    background-position-x: -250px; }
  100% {
    background-position-x: 0;
    opacity: 1; } }

#section-history {
  background: url(../image/bg_history.jpg) center center/cover no-repeat;
  /*timeline_area*/ }
  #section-history #timeline {
    font-size: 1rem; }
    #section-history #timeline.tl-timeline {
      background-color: transparent;
      font-family: "Noto Sans JP", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      #section-history #timeline.tl-timeline p {
        font-size: 1rem; }
    @media screen and (max-width: 800px) {
      #section-history #timeline .tl-storyslider {
        height: 100vh !important; } }
    #section-history #timeline .tl-slider-background {
      background-color: transparent !important; }
    #section-history #timeline .tl-attribution {
      display: none; }
    @media screen and (max-width: 800px) {
      #section-history #timeline .tl-slide .tl-slide-content-container .tl-slide-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media screen and (max-width: 800px) {
      #section-history #timeline .tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
        width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 600px) {
      #section-history #timeline .tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
        margin-bottom: 0; } }
    #section-history #timeline .tl-slide .tl-media {
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: radial-gradient(circle closest-side at center, white 0%, white 88%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      width: 86%;
      margin: auto; }
      @media screen and (max-width: 800px) {
        #section-history #timeline .tl-slide .tl-media {
          border: none;
          position: relative;
          -ms-flex-order: 2;
              order: 2;
          min-width: 100%;
          transform: scale(0.8, 0.8); } }
      @media screen and (max-width: 600px) {
        #section-history #timeline .tl-slide .tl-media {
          top: -80px;
          transform: scale(0.7, 0.7); } }
      #section-history #timeline .tl-slide .tl-media:before {
        display: block;
        content: '';
        padding-top: 100%; }
      #section-history #timeline .tl-slide .tl-media .tl-media-content-container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 60%;
        height: 60%;
        box-sizing: border-box; }
        #section-history #timeline .tl-slide .tl-media .tl-media-content-container img {
          box-shadow: none; }
        #section-history #timeline .tl-slide .tl-media .tl-media-content-container .tl-caption {
          font-size: 15px;
          text-align: center;
          line-height: 18px; }
          @media screen and (max-width: 800px) {
            #section-history #timeline .tl-slide .tl-media .tl-media-content-container .tl-caption {
              font-size: .7em; } }
    #section-history #timeline .tl-message-full {
      background-color: rgba(9, 11, 49, 0.8); }
      #section-history #timeline .tl-message-full .tl-message-full [class*=" tl-icon-"],
      #section-history #timeline .tl-message-full .tl-message-full [class^=tl-icon-],
      #section-history #timeline .tl-message-full .tl-message-container .tl-message-content {
        color: #fff; }
      #section-history #timeline .tl-message-full .tl-message-container .tl-message-content {
        font-size: 18px; }
        #section-history #timeline .tl-message-full .tl-message-container .tl-message-content .tl-button {
          font-size: 22px; }
    #section-history #timeline .tl-text {
      padding: 0; }
      #section-history #timeline .tl-text p {
        color: #fff; }
      #section-history #timeline .tl-text .tl-headline {
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-size: 2.8vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        margin-bottom: 30px;
        padding-bottom: 20px;
        text-align: center;
        font-weight: normal;
        color: #fff;
        border-bottom: 1px solid rgba(128, 159, 213, 0.6);
        display: inline-block;
        width: 100%; }
        @media screen and (max-width: 800px) {
          #section-history #timeline .tl-text .tl-headline {
            padding-bottom: 10px;
            margin-bottom: 10px;
            font-size: 7vw; } }
      #section-history #timeline .tl-text .tl-text-content {
        padding: 0; }
        #section-history #timeline .tl-text .tl-text-content ul {
          color: #fff; }
          #section-history #timeline .tl-text .tl-text-content ul li {
            list-style: disc; }
        @media screen and (max-width: 800px) {
          #section-history #timeline .tl-text .tl-text-content {
            padding: 0; } }
        #section-history #timeline .tl-text .tl-text-content .btnArea {
          padding: 20px;
          text-align: center; }
          #section-history #timeline .tl-text .tl-text-content .btnArea .button {
            color: #ff0;
            text-decoration: none; }
      #section-history #timeline .tl-text .tl-headline-date,
      #section-history #timeline .tl-text .tl-text h3.tl-headline-date {
        display: none; }
    #section-history #timeline .tl-slidenav-next,
    #section-history #timeline .tl-slidenav-previous {
      margin: 0;
      position: absolute; }
      @media screen and (max-width: 800px) {
        #section-history #timeline .tl-slidenav-next,
        #section-history #timeline .tl-slidenav-previous {
          display: none !important; } }
      #section-history #timeline .tl-slidenav-next .tl-slidenav-title,
      #section-history #timeline .tl-slidenav-previous .tl-slidenav-title {
        display: none; }
      #section-history #timeline .tl-slidenav-next .tl-slidenav-content-container,
      #section-history #timeline .tl-slidenav-previous .tl-slidenav-content-container {
        width: auto;
        height: auto;
        position: relative; }
        #section-history #timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description,
        #section-history #timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description {
          margin: 4px;
          width: auto; }
        #section-history #timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon,
        #section-history #timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon {
          margin: 0; }
          #section-history #timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon:after,
          #section-history #timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon:after {
            display: inline-block; }
    #section-history #timeline .tl-slidenav-next {
      right: 0;
      text-align: right; }
      #section-history #timeline .tl-slidenav-next .tl-slidenav-icon:before {
        content: none; }
      #section-history #timeline .tl-slidenav-next .tl-slidenav-icon:after {
        content: url(../image/arrow_right.png); }
    #section-history #timeline .tl-slidenav-previous {
      text-align: left;
      left: 0; }
      #section-history #timeline .tl-slidenav-previous .tl-slidenav-icon:before {
        content: url(../image/arrow_left.png); }
    #section-history #timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description,
    #section-history #timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon,
    #section-history #timeline .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title,
    #section-history #timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description,
    #section-history #timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon,
    #section-history #timeline .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title {
      color: #fff !important;
      text-shadow: 1px 1px 1px #000; }
    #section-history #timeline .tl-timenav {
      background: transparent;
      border: none; }
      @media screen and (max-width: 800px) {
        #section-history #timeline .tl-timenav {
          position: absolute;
          bottom: 0;
          z-index: 10; } }
    #section-history #timeline .tl-timemarker-line-left {
      box-shadow: none; }
    #section-history #timeline .tl-timemarker .tl-timemarker-content-container {
      background: #2d426f;
      border: none;
      border-radius: 2px;
      box-shadow: none;
      color: #fff; }
      #section-history #timeline .tl-timemarker .tl-timemarker-content-container .tl-headline {
        font-family: "Noto Sans JP", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      #section-history #timeline .tl-timemarker .tl-timemarker-content-container.tl-timemarker-content-container-small {
        width: 80px; }
    #section-history #timeline .tl-timemarker:hover .tl-timemarker-line-left {
      border-color: #ff0; }
      #section-history #timeline .tl-timemarker:hover .tl-timemarker-line-left:after {
        background-color: #ff0; }
    #section-history #timeline .tl-timemarker:hover .tl-timemarker-content-container {
      background: #1e2c4b; }
      #section-history #timeline .tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-content-container-small {
        width: 100px; }
    #section-history #timeline .tl-timemarker h2.tl-headline {
      color: #fff; }
      #section-history #timeline .tl-timemarker h2.tl-headline-fadeout:after {
        content: none; }
      #section-history #timeline .tl-timemarker h2.tl-headline br {
        display: none; }
    #section-history #timeline .tl-timemarker.tl-timemarker-active .tl-timemarker-line-left {
      border-color: #ff0; }
      #section-history #timeline .tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after {
        background-color: #ff0; }
    #section-history #timeline .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
      background: #ff0;
      border: none;
      color: #0e1d3f;
      box-shadow: none; }
      #section-history #timeline .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container h2.tl-headline {
        color: #000; }
    #section-history #timeline .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick {
      color: #a2b2d4; }
    #section-history #timeline .tl-menubar-button {
      color: #0e1d3f; }
    #section-history #timeline .tl-timeaxis-background {
      background: #00001d;
      color: #2a4e98; }

.mfp-ajax-holder .mfp-content {
  height: 100vh;
  overflow: scroll; }
  .mfp-ajax-holder .mfp-content .closeup {
    width: 65vw;
    max-width: 850px;
    margin: 6vw auto; }
    @media screen and (max-width: 600px) {
      .mfp-ajax-holder .mfp-content .closeup {
        width: auto;
        margin: 130px 15px; } }
    .mfp-ajax-holder .mfp-content .closeup h3 {
      margin-bottom: 1em; }
    .mfp-ajax-holder .mfp-content .closeup h4 {
      color: #ff0;
      margin: 30px 0;
      font-size: 18px; }
    .mfp-ajax-holder .mfp-content .closeup p {
      text-align: justify;
      margin: 1.8em 0px;
      line-height: 1.8em; }
      @media screen and (max-width: 600px) {
        .mfp-ajax-holder .mfp-content .closeup p {
          max-width: inherit; } }
      .mfp-ajax-holder .mfp-content .closeup p img {
        margin-bottom: 1em;
        margin-right: 1em;
        float: left; }
        @media screen and (max-width: 600px) {
          .mfp-ajax-holder .mfp-content .closeup p img {
            max-width: 100%;
            margin: 1em 0; } }
      .mfp-ajax-holder .mfp-content .closeup p.img-right img {
        float: right;
        margin-right: 0;
        margin-left: 1em; }
    .mfp-ajax-holder .mfp-content .closeup .img-left {
      float: left;
      text-align: center;
      margin-bottom: 1em;
      margin-right: 1em; }
      @media screen and (max-width: 600px) {
        .mfp-ajax-holder .mfp-content .closeup .img-left {
          float: none;
          max-width: 100%;
          margin: 1em 0; } }
      .mfp-ajax-holder .mfp-content .closeup .img-left span {
        display: block;
        font-size: 85%; }
    .mfp-ajax-holder .mfp-content .closeup .img-right {
      float: right;
      text-align: center;
      margin-bottom: 1em;
      margin-left: 1em; }
      @media screen and (max-width: 600px) {
        .mfp-ajax-holder .mfp-content .closeup .img-right {
          float: none;
          max-width: 100%;
          margin: 1em 0; } }
      .mfp-ajax-holder .mfp-content .closeup .img-right span {
        display: block;
        font-size: 85%; }
    .mfp-ajax-holder .mfp-content .closeup .img_list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      @media screen and (max-width: 600px) {
        .mfp-ajax-holder .mfp-content .closeup .img_list {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .mfp-ajax-holder .mfp-content .closeup .img_list &gt; div {
        text-align: center; }
        @media screen and (max-width: 600px) {
          .mfp-ajax-holder .mfp-content .closeup .img_list &gt; div {
            margin-bottom: 10px; } }
        .mfp-ajax-holder .mfp-content .closeup .img_list &gt; div img {
          height: 200px; }
        .mfp-ajax-holder .mfp-content .closeup .img_list &gt; div span {
          display: block;
          font-size: 85%; }

.mfp-with-zoom .mfp-container {
  opacity: 0;
  transition: opacity .8s ease-out .4s; }

.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transform: scale(0.7);
  transition: all .2s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
  transform: scale(1); }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#section-successive {
  background: #1f3150 url(../image/bg_successive.jpg);
  background-size: cover; }
  @media screen and (max-width: 800px) {
    #section-successive {
      padding-top: 40px; } }
  #section-successive .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100vh; }
    @media screen and (max-width: 800px) {
      #section-successive .top {
        -ms-flex-direction: column;
            flex-direction: column;
        height: auto; } }
    #section-successive .top .inner {
      margin: 0 11% 0; }
      @media screen and (max-width: 800px) {
        #section-successive .top .inner {
          margin: 15px; } }
      #section-successive .top .inner h3 {
        width: 50%;
        margin: 0 auto; }
        @media screen and (max-width: 800px) {
          #section-successive .top .inner h3 {
            width: 100%; } }
      #section-successive .top .inner p {
        margin: 25px 0; }
      #section-successive .top .inner .daihyo_list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        @media screen and (max-width: 800px) {
          #section-successive .top .inner .daihyo_list {
            -ms-flex-pack: distribute;
                justify-content: space-around;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        @media screen and (max-width: 800px) {
          #section-successive .top .inner .daihyo_list li {
            -ms-flex-preferred-size: 45%;
                flex-basis: 45%; } }
        #section-successive .top .inner .daihyo_list li img {
          width: 200px; }
          @media screen and (max-width: 800px) {
            #section-successive .top .inner .daihyo_list li img {
              margin: 20px auto;
              width: 100%; } }
        #section-successive .top .inner .daihyo_list h4 {
          font-size: 130%;
          text-align: center;
          margin-top: 15px; }
          @media screen and (max-width: 800px) {
            #section-successive .top .inner .daihyo_list h4 {
              font-size: 120%; } }
  #section-successive .works {
    position: relative;
    display: table;
    min-height: 100vh; }
    @media screen and (max-width: 800px) {
      #section-successive .works {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        height: auto; } }
    #section-successive .works .l_box {
      display: table-cell;
      vertical-align: middle;
      width: 30%;
      background: linear-gradient(to right, rgba(2, 22, 61, 0.9) 0%, rgba(2, 22, 61, 0.85) 89%, rgba(2, 22, 61, 0) 99%, rgba(2, 22, 61, 0) 100%); }
      @media screen and (max-width: 800px) {
        #section-successive .works .l_box {
          background: none;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          -ms-flex-pack: initial;
              justify-content: initial;
          margin: 20px 0;
          width: 100%; } }
      #section-successive .works .l_box img {
        margin: 0 auto;
        width: 60%;
        height: auto; }
        @media screen and (max-width: 800px) {
          #section-successive .works .l_box img {
            width: 200px; } }
      #section-successive .works .l_box h4 {
        text-align: center;
        font-size: 150%;
        margin-top: 30px; }
    #section-successive .works .r_box {
      width: 70%;
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 800px) {
        #section-successive .works .r_box {
          -ms-flex-pack: initial;
              justify-content: initial;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
          width: 100%;
          padding: 0 5%; } }
      #section-successive .works .r_box .r_inner {
        margin: 0 6vw 0 0; }
        @media screen and (max-width: 800px) {
          #section-successive .works .r_box .r_inner {
            width: 100%;
            margin: 0 auto;
            padding: 15px; } }
        #section-successive .works .r_box .r_inner &gt; div {
          margin-bottom: 30px; }
        #section-successive .works .r_box .r_inner p {
          text-indent: 1em;
          margin-bottom: 10px; }
      #section-successive .works .r_box .L_img {
        float: left;
        margin: 0 20px 0 0; }
      #section-successive .works .r_box .R_img {
        float: right;
        margin: 0 0 0 20px; }
      @media screen and (max-width: 800px) {
        #section-successive .works .r_box .L_img, #section-successive .works .r_box .R_img {
          float: none;
          margin: 0 0 10px; }
          #section-successive .works .r_box .L_img img, #section-successive .works .r_box .R_img img {
            margin: 0 auto; } }
      #section-successive .works .r_box h3 {
        font-size: 2em;
        margin: 0 auto;
        padding-bottom: 10px;
        background-size: auto; }
        @media screen and (max-width: 800px) {
          #section-successive .works .r_box h3 {
            width: 95%;
            font-size: 1.3em;
            background-size: contain; } }
      #section-successive .works .r_box h4 {
        text-align: center;
        font-size: 130%;
        margin: 25px; }
      #section-successive .works .r_box h5 {
        text-align: center;
        margin-top: 10px; }
      #section-successive .works .r_box .comment_page,
      #section-successive .works .r_box .toTop {
        position: absolute;
        bottom: 10px;
        font-size: 120%; }
      #section-successive .works .r_box .comment_page {
        right: 10px; }
        @media screen and (max-width: 800px) {
          #section-successive .works .r_box .comment_page {
            bottom: 30px; } }
      #section-successive .works .r_box .toTop {
        left: 10px; }
        @media screen and (max-width: 800px) {
          #section-successive .works .r_box .toTop {
            position: relative;
            text-align: center;
            bottom: 0;
            left: 0; } }
        #section-successive .works .r_box .toTop a {
          color: #fff; }
  @media screen and (max-width: 800px) {
    #section-successive .slick-list {
      margin-bottom: 100px; } }
  #section-successive .slick-dots {
    width: 250px;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 800px) {
      #section-successive .slick-dots {
        bottom: -50px; } }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

#section-data {
  background: linear-gradient(to bottom right, rgba(248, 255, 56, 0), rgba(19, 39, 106, 0.8) 80%), url(../image/bg_grid.jpg) center center; }
  #section-data .slick-track {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 800px) {
      #section-data .slick-track {
        display: inherit;
        height: auto; } }
  #section-data .item {
    transition: opacity 1.5s,transform .5s;
    padding: 0 12vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 800px) {
      #section-data .item {
        display: inherit;
        padding: 15px; } }
    #section-data .item .notes {
      font-size: 40%;
      display: block; }
    #section-data .item .comment {
      font-size: 70%;
      display: block; }
      @media screen and (max-width: 800px) {
        #section-data .item .comment {
          margin: 0; } }
    #section-data .item .imgwrap {
      display: block;
      margin: auto;
      width: 400px;
      height: 400px;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
      -ms-flex-order: 2;
          order: 2;
      position: relative; }
      @media screen and (max-width: 800px) {
        #section-data .item .imgwrap {
          width: 240px;
          height: 240px;
          margin: 20px auto 0; } }
      #section-data .item .imgwrap img {
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: absolute; }
      #section-data .item .imgwrap .sprite {
        margin: auto;
        display: block;
        width: 400px;
        height: 400px; }
        @media screen and (max-width: 800px) {
          #section-data .item .imgwrap .sprite {
            transform-origin: left top;
            transform: scale(0.6); } }
        #section-data .item .imgwrap .sprite.sales {
          background: url("../image/animation_sales.png"); }
        #section-data .item .imgwrap .sprite.export {
          background: url("../image/animation_export.png"); }
        #section-data .item .imgwrap .sprite.factory {
          background: url("../image/animation_factory.png"); }
        #section-data .item .imgwrap .sprite.na {
          background: url("../image/animation_northamerica.png"); }
        #section-data .item .imgwrap .sprite.asia {
          background: url("../image/animation_asia.png"); }
        #section-data .item .imgwrap .sprite.base {
          background: url("../image/animation_base.png"); }
        #section-data .item .imgwrap .sprite.patent {
          background: url("../image/animation_patent.png"); }
        #section-data .item .imgwrap .sprite.employee_number {
          background: url("../image/animation_empoloyee_number.png"); }
        #section-data .item .imgwrap .sprite.male_and_female {
          background: url("../image/animation_male_and_female.png"); }
        #section-data .item .imgwrap .sprite.holiday {
          background: url("../image/animation_holiday.png"); }
        #section-data .item .imgwrap .sprite.paid_leave {
          background: url("../image/animation_paid_leave.png"); }
        #section-data .item .imgwrap .sprite.childcare_leave_women {
          background: url("../image/animation_childcare_leave_women.png"); }
        #section-data .item .imgwrap .sprite.childcare_leave_men {
          background: url("../image/animation_childcare_leave_men.png"); }
    #section-data .item .txt-body {
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
      padding: 0 1.5vw;
      -ms-flex-order: 1;
          order: 1; }
      @media screen and (max-width: 800px) {
        #section-data .item .txt-body {
          margin-bottom: 30px; } }
      #section-data .item .txt-body h3 {
        margin: 30px 0;
        padding: 0;
        background: none;
        font-size: 3.4vw;
        padding-bottom: 20px; }
        @media screen and (max-width: 800px) {
          #section-data .item .txt-body h3 {
            font-size: 26px;
            margin: 5px 0 15px 0; } }
      #section-data .item .txt-body h4 {
        font-size: 1.6vw;
        margin: 20px 0 30px;
        color: #ff0; }
        @media screen and (max-width: 800px) {
          #section-data .item .txt-body h4 {
            margin: 10px 0;
            font-size: 18px; } }
      #section-data .item .txt-body h4, #section-data .item .txt-body p {
        transition: opacity 1s,top 1s;
        opacity: 0;
        text-align: center; }
      #section-data .item .txt-body p {
        font-size: 150%;
        margin: 10px 0; }
        #section-data .item .txt-body p span.shuffle, #section-data .item .txt-body p span.fixity {
          vertical-align: baseline;
          margin: 40px 10px 0;
          color: #ff0;
          line-height: 1;
          font-size: 7em;
          font-weight: bold; }
          @media screen and (max-width: 800px) {
            #section-data .item .txt-body p span.shuffle, #section-data .item .txt-body p span.fixity {
              font-size: 3em;
              margin-top: 20px; } }
        #section-data .item .txt-body p span.fixity {
          margin-left: 0;
          margin-right: 0; }
    #section-data .item.slick-current h4, #section-data .item.slick-current p {
      opacity: 1; }
    #section-data .item .details {
      padding-bottom: 50px; }
    .fp-viewing-data #section-data .item.slick-active h3 {
      animation: fadeIn 1s ease alternate;
      position: relative;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both; }
      @media screen and (max-width: 800px) {
        .fp-viewing-data #section-data .item.slick-active h3 {
          animation: fadeIn-sp 1s ease alternate;
          animation-fill-mode: both;
          -webkit-animation-fill-mode: both; } }
    .fp-viewing-data #section-data .item.slick-active .details {
      position: relative;
      opacity: 0;
      animation: fadeIn 1s ease alternate;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
      animation-delay: 0.8s; }

@keyframes fadeIn {
  0% {
    bottom: -50px;
    opacity: 0; }
  50% {
    bottom: -50px;
    opacity: 0; }
  100% {
    bottom: 0;
    opacity: 1; } }

@keyframes fadeIn-sp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #section-data .data_Left {
    margin-right: 50px; }

#section-mission {
  background: url(../image/bg_mission.jpg) center center/cover no-repeat; }
  #section-mission .fp-tableCell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  #section-mission .R_Side {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(circle closest-side at center, white 0%, white 88%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    color: #393939;
    text-align: center; }
    @media screen and (max-width: 800px) {
      #section-mission .R_Side {
        background: none;
        padding: 15px; } }
    #section-mission .R_Side div[class$="_Inner"] {
      margin: 0 15%; }
      @media screen and (max-width: 800px) {
        #section-mission .R_Side div[class$="_Inner"] {
          margin: 0; } }
      #section-mission .R_Side div[class$="_Inner"] h3 {
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        margin-bottom: 30px;
        color: #393939; }
        @media screen and (max-width: 800px) {
          #section-mission .R_Side div[class$="_Inner"] h3 {
            color: #fff;
            margin-bottom: 15px; } }
      #section-mission .R_Side div[class$="_Inner"] img {
        margin-bottom: 39px; }
        @media screen and (max-width: $contentWidth) {
          #section-mission .R_Side div[class$="_Inner"] img {
            margin-bottom: 20px; } }
      #section-mission .R_Side div[class$="_Inner"] p {
        text-align: left;
        padding: 0 30px;
        color: #393939; }
        @media screen and (max-width: $contentWidth) {
          #section-mission .R_Side div[class$="_Inner"] p {
            padding: 0 50px; } }
        @media screen and (max-width: 800px) {
          #section-mission .R_Side div[class$="_Inner"] p {
            color: #fff;
            padding: 0; } }

/*# sourceMappingURL=map/style.css.map */
</pre></body></html>