
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");

@charset "UTF-8";
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/**
 * for tablet and Pc. large viewport
 */
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
/** extend */
@-webkit-keyframes scrollArrow {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  99% {
    -webkit-transform: translateY(85px);
            transform: translateY(85px); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
@keyframes scrollArrow {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  99% {
    -webkit-transform: translateY(85px);
            transform: translateY(85px); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
@-webkit-keyframes scrollArrowSp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  99% {
    -webkit-transform: translateY(67px);
            transform: translateY(67px); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
@keyframes scrollArrowSp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  99% {
    -webkit-transform: translateY(67px);
            transform: translateY(67px); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
@-webkit-keyframes animationMarqueeCompany {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
            transform: translateX(0%) rotate(0.001deg); }
  100% {
    -webkit-transform: translateX(1930px) rotate(0.001deg);
            transform: translateX(1930px) rotate(0.001deg); } }
@keyframes animationMarqueeCompany {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
            transform: translateX(0%) rotate(0.001deg); }
  100% {
    -webkit-transform: translateX(1930px) rotate(0.001deg);
            transform: translateX(1930px) rotate(0.001deg); } }
@-webkit-keyframes animationMarqueeCompanySp {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
            transform: translateX(0%) rotate(0.001deg); }
  100% {
    -webkit-transform: translateX(1000px) rotate(0.001deg);
            transform: translateX(1000px) rotate(0.001deg); } }
@keyframes animationMarqueeCompanySp {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
            transform: translateX(0%) rotate(0.001deg); }
  100% {
    -webkit-transform: translateX(1000px) rotate(0.001deg);
            transform: translateX(1000px) rotate(0.001deg); } }
@-webkit-keyframes animationMarqueeVisualize {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
            transform: translateX(0%) rotate(0.001deg); }
  100% {
    -webkit-transform: translateX(2393px) rotate(0.001deg);
            transform: translateX(2393px) rotate(0.001deg); } }
@keyframes animationMarqueeVisualize {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
            transform: translateX(0%) rotate(0.001deg); }
  100% {
    -webkit-transform: translateX(2393px) rotate(0.001deg);
            transform: translateX(2393px) rotate(0.001deg); } }
@-webkit-keyframes animationMarqueeVisualizeSp {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
            transform: translateX(0%) rotate(0.001deg); }
  4.05556% {
    -webkit-transform: translateX(0px) rotate(0.001deg);
            transform: translateX(0px) rotate(0.001deg); }
  5.55556% {
    -webkit-transform: translateX(51.94444px) rotate(0.001deg);
            transform: translateX(51.94444px) rotate(0.001deg); }
  9.61111% {
    -webkit-transform: translateX(51.94444px) rotate(0.001deg);
            transform: translateX(51.94444px) rotate(0.001deg); }
  11.11111% {
    -webkit-transform: translateX(103.88889px) rotate(0.001deg);
            transform: translateX(103.88889px) rotate(0.001deg); }
  15.16667% {
    -webkit-transform: translateX(103.88889px) rotate(0.001deg);
            transform: translateX(103.88889px) rotate(0.001deg); }
  16.66667% {
    -webkit-transform: translateX(155.83333px) rotate(0.001deg);
            transform: translateX(155.83333px) rotate(0.001deg); }
  20.72222% {
    -webkit-transform: translateX(155.83333px) rotate(0.001deg);
            transform: translateX(155.83333px) rotate(0.001deg); }
  22.22222% {
    -webkit-transform: translateX(207.77778px) rotate(0.001deg);
            transform: translateX(207.77778px) rotate(0.001deg); }
  26.27778% {
    -webkit-transform: translateX(207.77778px) rotate(0.001deg);
            transform: translateX(207.77778px) rotate(0.001deg); }
  27.77778% {
    -webkit-transform: translateX(259.72222px) rotate(0.001deg);
            transform: translateX(259.72222px) rotate(0.001deg); }
  31.83333% {
    -webkit-transform: translateX(259.72222px) rotate(0.001deg);
            transform: translateX(259.72222px) rotate(0.001deg); }
  33.33333% {
    -webkit-transform: translateX(311.66667px) rotate(0.001deg);
            transform: translateX(311.66667px) rotate(0.001deg); }
  37.38889% {
    -webkit-transform: translateX(311.66667px) rotate(0.001deg);
            transform: translateX(311.66667px) rotate(0.001deg); }
  38.88889% {
    -webkit-transform: translateX(363.61111px) rotate(0.001deg);
            transform: translateX(363.61111px) rotate(0.001deg); }
  42.94444% {
    -webkit-transform: translateX(363.61111px) rotate(0.001deg);
            transform: translateX(363.61111px) rotate(0.001deg); }
  44.44444% {
    -webkit-transform: translateX(415.55556px) rotate(0.001deg);
            transform: translateX(415.55556px) rotate(0.001deg); }
  48.5% {
    -webkit-transform: translateX(415.55556px) rotate(0.001deg);
            transform: translateX(415.55556px) rotate(0.001deg); }
  50% {
    -webkit-transform: translateX(467.5px) rotate(0.001deg);
            transform: translateX(467.5px) rotate(0.001deg); }
  54.05556% {
    -webkit-transform: translateX(467.5px) rotate(0.001deg);
            transform: translateX(467.5px) rotate(0.001deg); }
  55.55556% {
    -webkit-transform: translateX(519.44444px) rotate(0.001deg);
            transform: translateX(519.44444px) rotate(0.001deg); }
  59.61111% {
    -webkit-transform: translateX(519.44444px) rotate(0.001deg);
            transform: translateX(519.44444px) rotate(0.001deg); }
  61.11111% {
    -webkit-transform: translateX(571.38889px) rotate(0.001deg);
            transform: translateX(571.38889px) rotate(0.001deg); }
  65.16667% {
    -webkit-transform: translateX(571.38889px) rotate(0.001deg);
            transform: translateX(571.38889px) rotate(0.001deg); }
  66.66667% {
    -webkit-transform: translateX(623.33333px) rotate(0.001deg);
            transform: translateX(623.33333px) rotate(0.001deg); }
  70.72222% {
    -webkit-transform: translateX(623.33333px) rotate(0.001deg);
            transform: translateX(623.33333px) rotate(0.001deg); }
  72.22222% {
    -webkit-transform: translateX(675.27778px) rotate(0.001deg);
            transform: translateX(675.27778px) rotate(0.001deg); }
  76.27778% {
    -webkit-transform: translateX(675.27778px) rotate(0.001deg);
            transform: translateX(675.27778px) rotate(0.001deg); }
  77.77778% {
    -webkit-transform: translateX(727.22222px) rotate(0.001deg);
            transform: translateX(727.22222px) rotate(0.001deg); }
  81.83333% {
    -webkit-transform: translateX(727.22222px) rotate(0.001deg);
            transform: translateX(727.22222px) rotate(0.001deg); }
  83.33333% {
    -webkit-transform: translateX(779.16667px) rotate(0.001deg);
            transform: translateX(779.16667px) rotate(0.001deg); }
  87.38889% {
    -webkit-transform: translateX(779.16667px) rotate(0.001deg);
            transform: translateX(779.16667px) rotate(0.001deg); }
  88.88889% {
    -webkit-transform: translateX(831.11111px) rotate(0.001deg);
            transform: translateX(831.11111px) rotate(0.001deg); }
  92.94444% {
    -webkit-transform: translateX(831.11111px) rotate(0.001deg);
            transform: translateX(831.11111px) rotate(0.001deg); }
  94.44444% {
    -webkit-transform: translateX(883.05556px) rotate(0.001deg);
            transform: translateX(883.05556px) rotate(0.001deg); }
  98.5% {
    -webkit-transform: translateX(883.05556px) rotate(0.001deg);
            transform: translateX(883.05556px) rotate(0.001deg); }
  100% {
    -webkit-transform: translateX(935px) rotate(0.001deg);
            transform: translateX(935px) rotate(0.001deg); }
  100% {
    -webkit-transform: translateX(935px) rotate(0.001deg);
            transform: translateX(935px) rotate(0.001deg); } }
@keyframes animationMarqueeVisualizeSp {
  0% {
    -webkit-transform: translateX(0%) rotate(0.001deg);
            transform: translateX(0%) rotate(0.001deg); }
  4.05556% {
    -webkit-transform: translateX(0px) rotate(0.001deg);
            transform: translateX(0px) rotate(0.001deg); }
  5.55556% {
    -webkit-transform: translateX(51.94444px) rotate(0.001deg);
            transform: translateX(51.94444px) rotate(0.001deg); }
  9.61111% {
    -webkit-transform: translateX(51.94444px) rotate(0.001deg);
            transform: translateX(51.94444px) rotate(0.001deg); }
  11.11111% {
    -webkit-transform: translateX(103.88889px) rotate(0.001deg);
            transform: translateX(103.88889px) rotate(0.001deg); }
  15.16667% {
    -webkit-transform: translateX(103.88889px) rotate(0.001deg);
            transform: translateX(103.88889px) rotate(0.001deg); }
  16.66667% {
    -webkit-transform: translateX(155.83333px) rotate(0.001deg);
            transform: translateX(155.83333px) rotate(0.001deg); }
  20.72222% {
    -webkit-transform: translateX(155.83333px) rotate(0.001deg);
            transform: translateX(155.83333px) rotate(0.001deg); }
  22.22222% {
    -webkit-transform: translateX(207.77778px) rotate(0.001deg);
            transform: translateX(207.77778px) rotate(0.001deg); }
  26.27778% {
    -webkit-transform: translateX(207.77778px) rotate(0.001deg);
            transform: translateX(207.77778px) rotate(0.001deg); }
  27.77778% {
    -webkit-transform: translateX(259.72222px) rotate(0.001deg);
            transform: translateX(259.72222px) rotate(0.001deg); }
  31.83333% {
    -webkit-transform: translateX(259.72222px) rotate(0.001deg);
            transform: translateX(259.72222px) rotate(0.001deg); }
  33.33333% {
    -webkit-transform: translateX(311.66667px) rotate(0.001deg);
            transform: translateX(311.66667px) rotate(0.001deg); }
  37.38889% {
    -webkit-transform: translateX(311.66667px) rotate(0.001deg);
            transform: translateX(311.66667px) rotate(0.001deg); }
  38.88889% {
    -webkit-transform: translateX(363.61111px) rotate(0.001deg);
            transform: translateX(363.61111px) rotate(0.001deg); }
  42.94444% {
    -webkit-transform: translateX(363.61111px) rotate(0.001deg);
            transform: translateX(363.61111px) rotate(0.001deg); }
  44.44444% {
    -webkit-transform: translateX(415.55556px) rotate(0.001deg);
            transform: translateX(415.55556px) rotate(0.001deg); }
  48.5% {
    -webkit-transform: translateX(415.55556px) rotate(0.001deg);
            transform: translateX(415.55556px) rotate(0.001deg); }
  50% {
    -webkit-transform: translateX(467.5px) rotate(0.001deg);
            transform: translateX(467.5px) rotate(0.001deg); }
  54.05556% {
    -webkit-transform: translateX(467.5px) rotate(0.001deg);
            transform: translateX(467.5px) rotate(0.001deg); }
  55.55556% {
    -webkit-transform: translateX(519.44444px) rotate(0.001deg);
            transform: translateX(519.44444px) rotate(0.001deg); }
  59.61111% {
    -webkit-transform: translateX(519.44444px) rotate(0.001deg);
            transform: translateX(519.44444px) rotate(0.001deg); }
  61.11111% {
    -webkit-transform: translateX(571.38889px) rotate(0.001deg);
            transform: translateX(571.38889px) rotate(0.001deg); }
  65.16667% {
    -webkit-transform: translateX(571.38889px) rotate(0.001deg);
            transform: translateX(571.38889px) rotate(0.001deg); }
  66.66667% {
    -webkit-transform: translateX(623.33333px) rotate(0.001deg);
            transform: translateX(623.33333px) rotate(0.001deg); }
  70.72222% {
    -webkit-transform: translateX(623.33333px) rotate(0.001deg);
            transform: translateX(623.33333px) rotate(0.001deg); }
  72.22222% {
    -webkit-transform: translateX(675.27778px) rotate(0.001deg);
            transform: translateX(675.27778px) rotate(0.001deg); }
  76.27778% {
    -webkit-transform: translateX(675.27778px) rotate(0.001deg);
            transform: translateX(675.27778px) rotate(0.001deg); }
  77.77778% {
    -webkit-transform: translateX(727.22222px) rotate(0.001deg);
            transform: translateX(727.22222px) rotate(0.001deg); }
  81.83333% {
    -webkit-transform: translateX(727.22222px) rotate(0.001deg);
            transform: translateX(727.22222px) rotate(0.001deg); }
  83.33333% {
    -webkit-transform: translateX(779.16667px) rotate(0.001deg);
            transform: translateX(779.16667px) rotate(0.001deg); }
  87.38889% {
    -webkit-transform: translateX(779.16667px) rotate(0.001deg);
            transform: translateX(779.16667px) rotate(0.001deg); }
  88.88889% {
    -webkit-transform: translateX(831.11111px) rotate(0.001deg);
            transform: translateX(831.11111px) rotate(0.001deg); }
  92.94444% {
    -webkit-transform: translateX(831.11111px) rotate(0.001deg);
            transform: translateX(831.11111px) rotate(0.001deg); }
  94.44444% {
    -webkit-transform: translateX(883.05556px) rotate(0.001deg);
            transform: translateX(883.05556px) rotate(0.001deg); }
  98.5% {
    -webkit-transform: translateX(883.05556px) rotate(0.001deg);
            transform: translateX(883.05556px) rotate(0.001deg); }
  100% {
    -webkit-transform: translateX(935px) rotate(0.001deg);
            transform: translateX(935px) rotate(0.001deg); }
  100% {
    -webkit-transform: translateX(935px) rotate(0.001deg);
            transform: translateX(935px) rotate(0.001deg); } }
.js-inview.js-inview-active.-is-up {
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1), transform 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1), transform 0.8s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.8s cubic-bezier(0.61, 1, 0.88, 1); }
.js-inview.js-inview-active.-is-up.js-inview-on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.js-inview.js-inview-active.-is-fadein {
  opacity: 0;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease; }
.js-inview.js-inview-active.-is-fadein.js-inview-on {
    opacity: 1; }
.js-loading-openingFadein {
  opacity: 0; }
/* == @import "../node_modules/normalize.css/normalize.css"; */
[v-cloak] {
  display: none; }
.fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
.fade-enter-active {
  -webkit-transition: opacity .5s .1s;
  transition: opacity .5s .1s; }
.fade-enter, .fade-leave-to {
  opacity: 0; }
.fade-leave {
  position: absolute;
  opacity: 0; }
.fade-leave-active {
  position: absolute; }
html {
  font-size: 62.5%; }
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none; }
a:focus {
    outline: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
.l-main {
  line-height: 1.2; }
.l-footer {
  color: #fff;
  background-color: #000;
  position: relative; }
.l-footer__pagetop {
    position: fixed;
    outline: none;
    border: none;
    background-image: url("../img/common/btn-totop.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    visibility: hidden;
    background-color: transparent;
    z-index: 10000;
    overflow: hidden;
    border-radius: 50%; }
.l-footer__content {
    padding: 78px 0; }
.l-footer__logo {
    width: 234px; }
.l-footer__nav-topList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.l-footer__nav-topList-head {
    font-size: 1.4rem;
    display: block;
    position: relative; }
.l-footer__nav-topList-head::before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #666;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: background-color .2s ease;
      transition: background-color .2s ease; }
.l-footer__nav-bottomList {
    font-size: 1.3rem; }
.l-footer__nav-bottomList-item + .l-footer__nav-bottomList-item {
    margin-top: 1.5em; }
.l-footer__middle {
    margin-top: 78px; }
.l-footer__policy-item {
    font-size: 1.2rem; }
.l-footer__tel-num {
    font-size: 2.4rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1; }
.l-footer__tel-time {
    font-size: 1.3rem;
    line-height: 1.3; }
.l-footer__bnr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.l-footer__bnr-item {
    height: 48px; }
.l-footer__bnr-item img {
      height: 100%; }
.l-footer__bnr-item + .l-footer__bnr-item {
      margin-left: 25px; }
.l-footer__copy {
    padding: 24px 0;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.6px;
    border-top: 1px solid #666; }
.l-header {
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%; }
.l-header::after {
    content: "";
    display: block;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 66px;
    max-height: 100%;
    z-index: -2; }
.l-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.9;
    z-index: -1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
.l-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.l-header__logo {
    z-index: 3010;
    position: relative; }
.l-header__sp-btn {
    position: relative;
    display: block;
    width: 25px;
    height: 20px; }
.l-header__sp-btn-bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
.l-header__sp-btn-bar.-is-1 {
      top: 0;
      -webkit-transform-origin: center;
              transform-origin: center; }
.l-header__sp-btn.-is-active .l-header__sp-btn-bar.-is-1 {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg); }
.l-header__sp-btn-bar.-is-2 {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
.l-header__sp-btn.-is-active .l-header__sp-btn-bar.-is-2 {
        opacity: 0;
        -webkit-transform: translateX(60%);
                transform: translateX(60%); }
.l-header__sp-btn-bar.-is-3 {
      bottom: 0;
      -webkit-transform-origin: center;
              transform-origin: center; }
.l-header__sp-btn.-is-active .l-header__sp-btn-bar.-is-3 {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
.l-header__nav {
    z-index: 3005;
    position: relative; }
.l-header__nav-topList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.l-header__nav-topList-item {
    font-size: 1.4rem;
    width: 120px; }
.l-header__nav-topList-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    white-space: nowrap; }
.l-header__nav-bottomList {
    display: none;
    width: 100%;
    padding: 30px 0;
    position: relative; }
.l-header__nav-bottomList-item {
    font-size: 1.4rem;
    white-space: nowrap; }
.l-header__nav-bottomList-item + .l-header__nav-bottomList-item {
      margin-top: 15px; }
/**
 * main.scss
 */
.l-main-content {
  position: relative;
  min-height: 80vh;
  z-index: 0; }
.l-main-content::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 300px;
    height: calc(100% - 300px);
    left: 0;
    background-color: #fff;
    pointer-events: none;
    z-index: -1; }
.p-history-main {
  padding-bottom: 150px; }
.p-history-main__wrap {
    margin: 80px auto 0;
    max-width: 1000px; }
.p-history-main__wrap + .p-history-main__wrap {
      margin-top: 24px; }
.p-history-main__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#31364d), to(#171826));
    background-image: linear-gradient(to right, #31364d 0%, #171826 100%);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4rem;
    height: 114px;
    letter-spacing: 0.1em;
    padding: 0 94px;
    position: relative; }
.p-history-main__btn::before {
      background-color: #af0000;
      height: 3px;
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      right: 92px;
      bottom: 0;
      width: 30px; }
.p-history-main__btn::after {
      background-color: #af0000;
      height: 3px;
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      right: 92px;
      bottom: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      width: 30px; }
.p-history-main__btn.-is-open::after {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
.p-history-main__area {
    background-color: #fafafd;
    display: none;
    padding: 40px 90px 60px; }
.p-history-main__iconlist {
    border-bottom: 1px solid #e4e4eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto 60px;
    padding-bottom: 20px; }
.p-history-main__iconlist li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.4rem; }
.p-history-main__iconlist li + li {
        margin-left: 42px; }
.p-history-main__iconlist p {
      margin-left: 20px;
      letter-spacing: 0.15em; }
.p-history-main__iconlist-icon {
    display: block;
    height: 20px;
    width: 20px; }
.p-history-main__iconlist-icon img {
      height: auto;
      max-height: 100%;
      max-width: 100%;
      width: auto; }
.p-history-main__year {
    border-bottom: 1px solid #e4e4eb;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 40px;
    padding-bottom: 20px; }
.p-history-main__detail {
    border-bottom: 1px solid #e4e4eb;
    padding: 32px 12px 35px 163px; }
.p-history-main__detail dt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      letter-spacing: 0.1em; }
.p-history-main__detail dt span {
        display: block; }
.p-history-main__detail dt:not(:nth-of-type(-n + 1)) {
        margin-top: calc(1em + 5px); }
.p-history-main__detail dd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.p-history-main__detail-icon {
    display: block;
    font-size: 0;
    height: 20px;
    width: 20px; }
.p-history-main__detail-icon img {
      height: auto;
      max-height: 100%;
      max-width: 100%;
      width: auto; }
.p-history-main__detail-text {
    line-height: 2;
    letter-spacing: 0.05em; }
.p-home-mv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0; }
.p-home-mv .canvas {
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 0; }
.p-home-mv .canvas .bg {
      width: 100%;
      height: 100%;
      background-image: url(../img/mv/opening.jpg);
      background-position: center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
.p-home-mv .canvas canvas {
      position: relative;
      z-index: 2; }
.p-home-mv .canvas.removeImg .bg {
      background-image: none; }
.p-home-mv .top-kv {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-home-mv .top-kv-bg {
      top: 0;
      left: 0;
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #000;
      z-index: 1;
      opacity: 0;
      -webkit-transition: opacity .05s;
      transition: opacity .05s; }
.p-home-mv .top-kv-text {
      position: relative;
      color: #fff;
      text-align: center;
      z-index: 2;
      font-family: "Noto Sans JP", sans-serif; }
.p-home-mv .top-kv-text .oh {
        display: inline-block; }
.p-home-mv .top-kv-text h1 {
        font-size: 0; }
.p-home-mv .top-kv-text h1 span {
          font-size: 48px;
          letter-spacing: 0.1em;
          font-weight: 700;
          line-height: 1.7;
          -webkit-transform: translateY(70%);
                  transform: translateY(70%);
          display: block;
          opacity: 0; }
.p-home-mv .top-kv-text h2 {
        font-size: 0;
        margin-top: 36.2px;
        font-size: 20px;
        line-height: 2.2;
        letter-spacing: 0.15em;
        font-weight: 700;
        opacity: 0; }
.p-home-mv .dg.ac {
    z-index: 99999 !important; }
.p-home__ttl {
  color: #5f5f63;
  font-size: 11.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em; }
.p-home__ttl.-is-light {
    color: #909096; }
.p-home__ttl-sub {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 5px; }
.p-home-value {
  color: #fff;
  position: relative;
  z-index: 10; }
.p-home-value__inner {
    margin: 0 auto;
    padding: 120px 0 80px;
    max-width: 820px; }
.p-home-value__text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2.5;
    margin-top: 40px; }
.p-home-value__text-red {
    color: #d90000;
    display: inline-block;
    position: relative; }
.p-home-way {
  background-color: #fff;
  color: #fff;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 10; }
.p-home-way__bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#ffff));
    background-image: linear-gradient(to bottom, #000000 0%, #ffff 100%); }
.p-home-way__inner {
    margin: 0 auto;
    padding: 40px 0 0;
    max-width: 820px; }
.p-home-way__text {
    background: linear-gradient(#2a2a2a, #555555);
    margin-top: 50px;
    padding: 50px 0;
    text-align: center; 
    box-shadow: 0 11px 7px rgba(0, 0, 0, .2);}
.p-home-way__text dt {
      background-image: -webkit-gradient(linear, left top, right top, from(#d90000), to(#ea2767));
      background-image: linear-gradient(to right, #d90000 0%, #ea2767 100%);
      -webkit-background-clip: text;
              background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 3.4rem;
      font-weight: 700;
      letter-spacing: 0.1em; }
.l-body.js-ie .p-home-way__text dt {
        background-image: none;
        background-clip: initial;
        -webkit-text-fill-color: initial;
        color: #d90000; }
.p-home-way__text dd {
      font-size: 1.8rem;
      line-height: 2.5;
      letter-spacing: 0.05em;
      margin-top: 20px; }
.p-home-way__flow, .p-home-way__flow--cycle {
    position: relative;
    margin-top: 55px;
    padding-bottom: 85px;
    text-align: center; }
.p-home-way__flow + .p-home-way__flow, .p-home-way__flow--cycle + .p-home-way__flow, .p-home-way__flow + .p-home-way__flow--cycle, .p-home-way__flow--cycle + .p-home-way__flow--cycle {
      margin-top: 40px; }
.p-home-way__flow::before, .p-home-way__flow--cycle::before {
      border-style: solid;
      border-width: 40px 77px 0 77px;
      border-color: #808080 transparent transparent transparent;
      content: "";
      height: 0;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0; }
.p-home-way__flow figure, .p-home-way__flow--cycle figure {
      margin-top: 40px; }
.p-home-way__flow figure img, .p-home-way__flow--cycle figure img {
        height: auto;
        max-width: 100%; }
.p-home-way__flow--cycle {
      background: url(../img/home/cycle.png) no-repeat center 30px;
      background-size: 725px auto;
      min-height: 510px;
      position: relative; }
.p-home-way__flow--visualize {
      margin-top: 40px;
      text-align: center; }
.p-home-way__flow-bg--cycle {
    width: 56%;
    height: 100%;
    position: absolute;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.p-home-way__flow-bg--cycle img {
      display: block;
      width: 100%;
      height: auto; }
.p-home-way__flow-ttl {
    background-image: -webkit-gradient(linear, left top, right top, from(#d90000), to(#ea2767));
    background-image: linear-gradient(to right, #d90000 0%, #ea2767 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.2rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
.l-body.js-ie .p-home-way__flow-ttl {
      background-image: none;
      background-clip: initial;
      -webkit-text-fill-color: initial;
      color: #d90000; }
.p-home-way__flow-ttl-sub {
    background-image: -webkit-gradient(linear, left top, right top, from(#d90000), to(#ea2767));
    background-image: linear-gradient(to right, #d90000 0%, #ea2767 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-weight: 700; }
.l-body.js-ie .p-home-way__flow-ttl-sub {
      background-image: none;
      background-clip: initial;
      -webkit-text-fill-color: initial;
      color: #d90000; }
.p-home-way__flow-visualize {
    position: relative;
    min-height: 255px;
    margin-top: 30px; }
.p-home-way__flow-visualize::before, .p-home-way__flow-visualize::after {
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 100px;
      z-index: 1002; }
.p-home-way__flow-visualize::before {
      background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      left: 0; }
.p-home-way__flow-visualize::after {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
      right: 0; }
.p-home-way__flow-visualize ul {
      -webkit-animation-duration: 45s;
              animation-duration: 45s;
      position: absolute;
      left: -3784px; }
.p-home-way__flow-visualize li {
      margin-right: -130px;
      position: relative;
      width: 2523px;
      z-index: 1002; }
.p-home-way__flow-visualize li:nth-of-type(2) {
        z-index: 1001; }
.p-home-way__flow-visualize li:nth-of-type(3) {
        z-index: 1000; }
.p-home-way__flow-visualize li img {
        height: auto;
        max-width: none;
        width: 100%; }
.p-home-way__flow-business {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto 0;
    max-width: 730px; }
.p-home-way__flow-business li {
      margin: 0 30px; }
.p-home-way__flow-business li:nth-of-type(1) {
        width: 192px; }
.p-home-way__flow-business li:nth-of-type(2) {
        width: 174px; }
.p-home-way__flow-business li:nth-of-type(3) {
        width: 181px; }
.p-home-way__flow-business li:nth-of-type(4) {
        width: 199px; }
.p-home-way__flow-business li:nth-of-type(5) {
        width: 197px; }
.p-home-way__flow-business li img {
        height: auto;
        max-width: 100%; }
.p-home-business {
  background-color: #fff;
  position: relative;
  z-index: 10; }
.p-home-business__inner {
    padding: 120px 0 0;
    position: relative;
    margin: 0 auto;
    max-width: 820px; }
.p-home-business__list {
    margin-top: 60px;
    padding-bottom: 40px; }
.p-home-business__list .swiper-button-prev,
    .p-home-business__list .swiper-button-next {
      height: 54px;
      margin: auto;
      position: absolute;
      top: 38%; }
.p-home-business__list .swiper-button-next {
      right: 0; }
.p-home-business__list .swiper-button-next::after {
        display: none; }
.p-home-business__list .swiper-button-next::before {
        border-style: solid;
        border-width: 27px 0 27px 27px;
        border-color: transparent transparent transparent #5f5f63;
        content: "";
        height: 0;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 0; }
.p-home-business__list .swiper-button-prev {
      left: 0; }
.p-home-business__list .swiper-button-prev::after {
        display: none; }
.p-home-business__list .swiper-button-prev::before {
        border-style: solid;
        border-width: 27px 27px 27px 0;
        border-color: transparent #5f5f63 transparent transparent;
        content: "";
        height: 0;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 0; }
.p-home-business__article {
    background-image: -webkit-gradient(linear, right top, left top, from(#fafafd), to(#f3f2f2));
    background-image: linear-gradient(to left, #fafafd 0%, #f3f2f2 100%);
    margin: 0 auto;
    padding: 50px 60px;
    position: relative;
    max-width: 820px; }
.p-home-business__article figure {
      margin-top: 40px; }
.p-home-business__article figcaption {
      line-height: 2;
      letter-spacing: 0.04em; }
.p-home-business__article .c-btn__gradation {
      position: absolute;
      right: -45px;
      bottom: -30px; }
.p-home-business__article-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 675px; }
.p-home-business__article-ttl {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    font-weight: 700; }
.p-home-business__pic {
    text-align: center;}
.p-home-business__pic img {
      height: auto;
      max-height: 130px;
      max-width: 203px;
      width: auto; }
.p-home-business__point {
    width: 50%; }
.p-home-business__point dt {
      font-size: 1.3rem;
      letter-spacing: 0.1em; }
.p-home-business__point dd {
      color: #d10000;
      text-align: center;
      margin-top: 20px; }
.p-home-business__point span {
      display: inline-block;
      font-size: 1.8rem;
      font-weight: 500; }
.p-home-business__point strong {
      background-image: -webkit-gradient(linear, left top, right top, from(#d90000), to(#ea2767));
      background-image: linear-gradient(to right, #d90000 0%, #ea2767 100%);
      -webkit-background-clip: text;
              background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
      line-height: 1;
      font-size: 6.4rem;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      margin: 0 5px; }
.l-body.js-ie .p-home-business__point strong {
        background-image: none;
        background-clip: initial;
        -webkit-text-fill-color: initial;
        color: #d90000; }
.p-home-business__point small {
      font-size: 1.4rem;
      display: block; }
.p-home-business__point img {
      height: 64px;
      width: auto; }
.p-home-achievement {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 10; }
.p-home-achievement__inner {
    padding: 120px 0 0;
    position: relative;
    margin: 0 auto;
    max-width: 820px; }
.p-home-achievement__list {
    position: relative;
    min-height: 267px;
    margin-top: 40px; }
.p-home-achievement__list ul {
      -webkit-animation-duration: 30s;
              animation-duration: 30s;
      position: absolute;
      left: -2895px; }
.p-home-achievement__list li {
      position: relative;
      z-index: 1001; }
.p-home-achievement__list li img {
        height: auto;
        max-width: none;
        width: 100%; }
.p-home-news {
  background-color: #fff;
  padding: 130px 0 150px;
  position: relative; }
.p-home-news__inner {
    margin: 0 auto;
    max-width: 1000px; }
.p-home-news__ttlarea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.p-home-news__btn {
    height: auto; }
.p-home-news__btn a {
      font-size:1.8rem;
      display: inline-block;
      border-bottom: 1px solid #666;
      padding-bottom: 8px;
      letter-spacing: 0.1em;
      -webkit-transition: border-color .3s, color .3s;
      transition: border-color .3s, color .3s; }
.p-home-news__list {
    margin-top: 55px; }
.p-home-news__list li {
      width: calc(100% / 3 - 44px); }
.p-home-recruit {
  background-color: #f2f2f2;
  position: relative;
  z-index: 10; }
.p-home-recruit__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-home-recruit__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%; }
.p-home-recruit__textarea .c-btn__gradation a {
      height: 58px;
      width: 220px; }
.p-home-recruit__textarea-inner {
    width: 370px; }
.p-home-recruit__ttl {
    color: #212733;
    font-size: 8rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-indent: -0.05em; }
.p-home-recruit__ttl-sub {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.12em; }
.p-home-recruit__catch {
    height: 55px;
    margin: 55px 0 15px;
    width: 330px; }
.p-home-recruit__pic {
    background: url(../img/home/recruit.jpg) no-repeat center right;
    background-size: cover;
    height: 100%;
    width: 50%; }
.p-idea-mv__box {
  background-image: -webkit-gradient(linear, right top, left top, from(#31364d), to(#171826));
  background-image: linear-gradient(to left, #31364d 0%, #171826 100%);
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 78px auto 0;
  max-width: 1000px;
  padding: 65px;
  text-align: center; }
.p-idea-vision {
  padding-top: 150px;
  margin: 0 auto 0;
  max-width: 1000px; }
.p-idea-vision__ttl {
    font-size: 4.2rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500; }
.p-idea-vision__box {
    background-image: linear-gradient(-34deg, #fafafd 0%, #fafafd 1%, #f3f2f2 100%);
    margin-top: 70px;
    padding: 50px 70px; }
.p-idea-vision__box + .p-idea-vision__box {
      margin-top: 78px; }
.p-idea-vision__box-theme {
    color: #909096;
    font-size: 4.2rem;
    font-family: "Roboto Condensed", sans-serif;
    width: 260px;
    text-transform: uppercase;
    font-weight: 700; }
.p-idea-vision__box-ttl-img {
    margin-bottom: 35px;
    font-weight: 500; }
.p-idea-vision__box-ttl-img strong {
      display: inline-block;
      font-size: 2.4rem;
      letter-spacing: 0.1em; }
.p-idea-vision__box-ttl-img span {
      display: inline-block;
      height: 58px;
      margin: 0 10px; }
.p-idea-vision__box-ttl-img span img {
        height: 100%;
        width: auto; }
.p-idea-vision__box-ttl {
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: 500; }
.p-idea-vision__box-ttl strong {
      display: inline-block;
      font-size: 2.4rem;
      letter-spacing: 0.1em; }
.p-idea-vision__box-text {
    line-height: 2.1; }
.p-idea-origin {
  margin: 145px auto 0;
  padding-bottom: 150px;
  max-width: 1000px; }
.p-idea-origin__ttl {
    font-size: 4.2rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500; }
.p-idea-origin__text {
    font-size: 1.8rem;
    line-height: 2;
    margin: 65px auto 0;
    max-width: 640px; }
.p-idea-origin__img {
    display: block;
    margin: 70px auto 0;
    max-width: 776px; }
.p-idea-origin__img img {
      height: auto;
      width: 100%; }
.p-news {
  margin-top: 80px;
  padding-bottom: 90px; }
.p-news__inner {
    max-width: 1000px;
    margin: 0 auto; }
.p-news__content {
    background-color: #fff;
    min-height: 60vh; }
.p-news__btn {
    display: block;
    width: 125px;
    height: 38px;
    border: 1px solid #000;
    margin: 0 auto;
    font-size: 1.6rem;
    text-align: center;
    line-height: 36px;
    position: relative;
    z-index: 0; }
.p-news-list__year-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
.p-news-list__year-item {
  width: 16.6666%;
  text-align: center; }
.p-news-list__year-link {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  transition: color 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  cursor: pointer; }
.p-news-list__year-link.-is-active {
    color: #af0000;
    pointer-events: none; }
.p-news-list__year-link::before {
    content: "";
    display: block;
    background-color: #af0000;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: transform 0.3s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transform-origin: right;
            transform-origin: right; }
.p-news-list__year-link.-is-active::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
.p-news-list__tabs {
  margin-top: 80px;
  position: relative; }
.p-news-list__tab {
  width: 100%; }
.p-news-list__articles {
  margin-top: 50px; }
.p-news-list__current {
  text-align: center;
  font-size: 5.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em; }
.p-news-list__articles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.p-news-list__articles-more {
  margin-top: 119px; }
.p-news-detail__date {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  line-height: 1; }
.p-news-detail__cat {
  font-weight: 500;
  line-height: 1;
  color: #909096; }
.p-news-detail__ttl {
  margin-top: 30px;
  letter-spacing: 0.05em; }
.p-officer__profile {
  color: #fff;
  letter-spacing: 0.05em;
  height: 100%;
  padding: 60px 74px 55px;
  background-image: -webkit-gradient(linear, left top, right top, from(#171826), to(#31364d));
  background-image: linear-gradient(to right, #171826 0%, #31364d 100%); }
.p-officer__profile-head {
  font-weight: 500;
  line-height: 1; }
.p-officer__profile-name {
  font-size: 2.4rem;
  display: block;
  font-weight: 500; }
.p-officer__profile-pos {
  font-size: 1.6rem;
  display: block;
  font-weight: 300;
  margin-top: 18px; }
.p-officer__profile-dsc {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 30px;
  letter-spacing: 0.05em;
  font-weight: 300; }
.p-officer-msg {
  margin-top: 80px; }
.p-officer-msg__inner {
    max-width: 1000px;
    margin: 0 auto; }
.p-officer-msg__contents {
    max-width: 640px;
    margin: 48px auto 0; }
.p-officer-msg__txt {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em; }
.p-officer-msg__profile {
    margin-top: 53px; }
.p-officer-member {
  margin-top: 150px;
  padding-bottom: 150px; }
.p-officer-member__inner {
    max-width: 1000px;
    margin: 0 auto; }
.p-officer-member__list {
    margin-top: 79px; }
.p-officer-member__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.p-outline-main {
  margin-top: 80px; }
.p-outline-main__inner {
    max-width: 1000px;
    margin: 0 auto; }
.p-outline-main__content {
    background-color: #fff; }
.p-outline-main__row {
    border-bottom: 1px solid #666;
    padding-bottom: 32px; }
.content_last{
    border-bottom:none !important;
}
.privacy_li li{
    padding-left: 25px;
}

.p-outline-main__row + .p-outline-main__row {
      margin-top: 40px; }
.p-outline-main__row-body {
    margin-top: 9px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em; }
.content_last2{
    text-align: right;
}
.privacy_table{
  border:1px solid #c0c0c0 ;
  font-size: 1.2rem;
  font-weight: 400 !important;
  text-align: left;

}
.p-outline-main__row-ttl {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.05em; }
.p-outline-main__member-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.p-outline-main__member-row + .p-outline-main__member-row {
      margin-top: 32px; }
.p-outline-main__member-pos {
    width: 150px; }
.p-outline-main__member-names {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05; }
.p-outline-main__place-row + .p-outline-main__place-row {
    margin-top: 38px; }
.p-outline-main__place-name {
    line-height: 2.2; }
.p-outline-main__place-data {
    margin-top: 10px; }
.p-outline-main__place-mapLink {
    display: block;
    width: 210px;
    border: 1px solid #666;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    margin: 12px 0;
    position: relative;
    z-index: 0; }
.p-outline-main__proj-item + .p-outline-main__proj-item {
    margin-top: 33px; }
.p-outline-main__certified {
    line-height: 1.8; }
.p-outline-main__certified-fig {
    display: inline-block;
    margin-top: 25px;
    height: 80px;
    margin-bottom: 10px; }
.p-outline-main__certified-fig + .p-outline-main__certified-fig {
      margin-left: 10px; }
.p-outline-public {
  background-color: #fff;
  padding-top: 86px;
  padding-bottom: 155px; }
.p-outline-public__inner {
    max-width: 1000px;
    margin: 0 auto; }
.p-outline-public__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px; }
.p-outline-public__item {
    width: calc(25% - 45px); }
.p-outline-public__item-btn {
    text-align: right;
    margin-top: 20px;
    padding-bottom: 14px;
    color: #909096;
    letter-spacing: 0.1em;
    position: relative; }
.p-outline-public__item-btn::before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #666;
      position: absolute;
      bottom: 0; }
.p-outline-public__modal {
    z-index: 4001;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    /* IE */
    opacity: 0; }
.p-outline-public__modal-box {
    max-width: 960px;
    background-color: #fff;
    padding: 60px 90px;
    position: relative; }
.p-outline-public__modal-close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px; }
.p-outline-public__modal-close-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 27px;
    height: 2px;
    background-color: #af0000; }
.p-outline-public__modal-close-bar.-is-1 {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
.p-outline-public__modal-close-bar.-is-2 {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
.p-outline-public__modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.p-outline-public__modal-ttl {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500; }
.p-outline-public__modal-dsc {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 30px; }
.p-outline-public__modal-info {
    font-size: 1.4rem;
    margin-top: 30px; }
.p-outline-public__modal-infoRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.p-outline-public__modal-infoRow + .p-outline-public__modal-infoRow {
      margin-top: 10px; }
.p-outline-public__modal-infoRow dt {
      width: 70px; }
.c-external-icon {
  position: relative;
  margin-left: 17px; }
.c-external-icon::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../img/common/icon-external.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
a:hover .c-external-icon.-is-hov::before {
    background-image: url("../img/common/icon-external-w.png"); }
.c-plus-icon {
  position: relative;
  margin-left: 17px; }
.c-plus-icon::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #af0000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
.c-plus-icon::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #af0000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
.js-accordion.-is-open .c-plus-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); }
.js-accordion.-is-open .c-plus-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); }
.c-btn__gradation a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  width: 340px; }
.c-btn__gradation a::after {
    background-image: linear-gradient(-239deg, #212733 0%, #1b1f26 100%);
    content: "";
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: calc(100% + 2px);
    z-index: 1001; }
.c-btn__gradation a::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#d90000), to(#ea2767));
    background-image: linear-gradient(to right, #d90000 0%, #ea2767 100%);
    content: "";
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: calc(100% + 2px);
    z-index: 1000; }
.c-btn__gradation p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1002; }
.c-btn__gradation i {
  font-size: 0;
  height: 12px;
  margin-left: 10px;
  position: relative;
  width: 12px;
  z-index: 1002; }
.c-btn__gradation i svg {
    height: 100%;
    width: 100%; }
.c-btn__gradation i svg path,
    .c-btn__gradation i svg polygon {
      fill: #d10000;
      -webkit-transition: fill .3s;
      transition: fill .3s; }
.c-btn__gradation i img {
    height: auto;
    width: 100%; }
.c-card a {
  border-bottom: 1px solid #666;
  display: block;
  padding-bottom: 17px;
  -webkit-transition: border-color .3s, color .3s;
  transition: border-color .3s, color .3s; }
.c-card__txt {
  margin-top: 22px; }
.c-card__date {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em; }
.c-card__ttl {
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 8px; }
.c-card__photo {
  width: 100%;
  padding-top: 66.5%;
  overflow: hidden;
  position: relative; }
.c-card__photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
.c-card__category {
  color: #909096;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-align: right; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
.c-loading {
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top;
          transform-origin: top; }
.c-loading__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: inline-block;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
.c-loading__logo-item {
    height: 100%;
    letter-spacing: 0;
    display: inline-block; }
.c-marquee-company {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-marquee-company.js-inview {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
.c-marquee-company.js-inview.js-anim-run {
    -webkit-animation-play-state: running;
            animation-play-state: running;
    will-change: transform; }
.c-marquee-company li {
    white-space: nowrap; }
.c-marquee-visualize {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-marquee-visualize.js-inview {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
.c-marquee-visualize.js-inview.js-anim-run {
    -webkit-animation-play-state: running;
            animation-play-state: running;
    will-change: transform; }
.c-marquee-visualize li {
    white-space: nowrap; }
.c-pagetop {
  padding-top: 182px;
  position: relative;
  z-index: 0; }
.c-pagetop::before {
    content: "";
    display: block;
    width: 100%;
    height: 75vh;
    background: url("../img/common/pagetop-bg.png"), #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
.c-post {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 300; }
.c-post img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.c-post h2 {
    font-weight: 500; }
.c-ttl {
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500; }
.c-ttl.-is-center {
    text-align: center; }
.c-ttl.-is-white {
    color: #fff; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold; }
.c-wp-post_article em {
  font-style: italic; }
.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }
.c-wp-post_article img {
  width: auto; }
.c-wp-post_article .alignleft {
  display: inline;
  float: left; }
.c-wp-post_article .alignright {
  display: inline;
  float: right; }
.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.c-wp-post_article blockquote.alignleft,
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post_article blockquote.alignright,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post_article blockquote.aligncenter,
.c-wp-post_article .wp-caption.aligncenter,
.c-wp-post_article img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em; }
.u-fit-w {
  width: 100%; }
.u-fit-h {
  height: 100%; }
body.u-fix-body {
  overflow: hidden; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px;
  opacity: 0.3; }
/*
@example
 <div class="mihon">
  <img src="./img/sample1.png" alt="" class="type_pc">
  <img src="./img/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 768px) {
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
  .anim-hov-txt-red {
    -webkit-transition: color .2s ease;
    transition: color .2s ease; }
    .anim-hov-txt-red:hover {
      color: #af0000; }
    .l-footer {
      min-width: 1200px; }
      .l-footer__pagetop {
        cursor: pointer;
        width: 70px;
        height: 70px;
        bottom: 30px;
        right: 30px;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease; }
      .l-footer__content {
        padding-left: 90px;
        padding-right: 90px;
        margin: 0 auto;
        min-width: 1000px; }
    .l-footer__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .l-footer__nav-topList-item {
      max-width: 153px;
      min-width: 130px;
      width: 9vw; }
      .l-footer__nav-topList-item + .l-footer__nav-topList-item {
        margin-left: 26px; }
      .l-footer__nav-topList-head {
        -webkit-transition: color .2s ease;
        transition: color .2s ease; }
        .l-footer__nav-topList-head:hover {
          color: #af0000; }
      .l-footer__nav-topList-head {
        padding-bottom: 19px; }
        .l-footer__nav-topList-head.-is-pc-noevent {
          pointer-events: none; }
      .l-footer__nav-topList-head:hover::before {
        background-color: #af0000; }
      .l-footer__nav-topList-head.-is-active::before {
        background-color: #af0000; }
    .l-footer__nav-topList-link {
      -webkit-transition: color .2s ease;
      transition: color .2s ease; }
      .l-footer__nav-topList-link:hover {
        color: #af0000; }
      .l-footer__nav-bottomList {
        margin-top: 30px; }
    .l-footer__nav-bottomList-link {
      -webkit-transition: color .2s ease;
      transition: color .2s ease; }
      .l-footer__nav-bottomList-link:hover {
        color: #af0000; }
    .l-footer__policy-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .l-footer__policy-item + .l-footer__policy-item {
        margin-left: 3rem; }
    .l-footer__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-top: 5px; }
    .l-footer__tel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .l-footer__tel-time {
        margin-left: 18px; }
    .l-header {
      padding: 11px 0 9px;
      min-width: 1200px; }
      .l-header__content {
        width: 100%;
        padding-right: 50px;
        padding-left: 90px; }
      .l-header__logo {
        width: 161px;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 3px; }
      .l-header__nav-topList {
        padding-top: 15px; }
      .l-header__nav-topList-item + .l-header__nav-topList-item {
        margin-left: 20px; }
      .l-header__nav-topList-link {
        -webkit-transition: color .2s ease;
        transition: color .2s ease; }
        .l-header__nav-topList-link:hover {
          color: #af0000; }
      .l-header__nav-topList-link {
        padding-bottom: 15px;
        text-align: center; }
        .l-header.-is-fix .l-header__nav-topList-link {
          padding-bottom: 12px; }
        .l-header__nav-topList-link.-is-active {
          color: #af0000; }
      .l-header__nav-bottomList.-is-wide {
        width: 125%; }
    .l-header__nav-bottomList-link {
      -webkit-transition: color .2s ease;
      transition: color .2s ease; }
      .l-header__nav-bottomList-link:hover {
        color: #af0000; }
    .l-header__nav-bottomList-link.-is-active {
      color: #af0000;
      pointer-events: none; }
    .is-active_ps {
      color: #fff !important;
      pointer-events: all !important; }
  .l-main {
    min-width: 1200px; }
      .p-history-main__detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .p-history-main__detail dt {
          width: 120px;
          margin-top: 8px; }
          .p-history-main__detail dt span {
            width: 120px; }
        .p-history-main__detail dd {
          width: calc(100% - 120px); }
        .p-history-main__detail dd:not(:nth-of-type(-n + 1)) {
          margin-top: 1em; }
      .p-history-main__detail-text {
        margin-left: 28px;
        width: calc(100% - 48px); }
      .p-home-value__text-red {
        background-image: -webkit-gradient(linear, left top, right top, from(#d90000), to(#ea2767));
        background-image: linear-gradient(to right, #d90000 0%, #ea2767 100%);
        font-weight: 500;
        font-size:2rem;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-text-fill-color: transparent; }
        .l-body.js-ie .p-home-value__text-red {
          background-image: none;
          background-clip: initial;
          -webkit-text-fill-color: initial;
          color: #d90000; }
        .p-home-way__flow-business li:nth-of-type(n + 4) {
          margin-top: 35px; }
        .p-home-business__list .swiper-button-next {
          left: 0;
          -webkit-transform: translateX(455px);
                  transform: translateX(455px); }
        .p-home-business__list .swiper-button-prev {
          right: 0;
          -webkit-transform: translateX(-460px);
                  transform: translateX(-460px); }
      .p-home-business__article {
        min-height: 520px; }
        .p-home-business__article figure {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .p-home-business__article figcaption {
          width: 60%; }
      .p-home-business__article-inner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px; }
      .p-home-business__pic {
        width: 40%; }
      .p-home-business__point {
        border-left: 1px solid #8d8da6;
        padding: 0 30px; }
      .p-home-business__point:last-of-type {
        border-right: 1px solid #8d8da6; }
        .p-home-business__point dt.-is-pt-m {
          padding-top: 8px; }
        .p-home-business__point dd.-is-mt-m {
          margin-top: 34px; }
        .p-home-achievement__list li {
          width: 1930px; }
      .p-home-news__ttlarea {
        width: 910px;
        margin-left: auto;
        margin-right: 0; }
      .p-home-news__btn {
        position: relative;
        bottom: -68px;
        right: 90px;}
        .p-home-news__btn a:hover {
          border-color: #af0000;
          color: #af0000; }
      .p-home-news__list {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .p-home-news__list li:not(:nth-of-type(3n+1)) {
          margin-left: 66px; }
      .p-home-recruit__inner {
        height: 400px;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
      .p-home-recruit__textarea {
        padding-top: 35px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .p-home-recruit__ttl-sub {
        margin-top: 15px; }
      .p-idea-vision__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .p-idea-vision__box-theme {
        margin-top: 5px; }
      .p-idea-vision__box-ttl-img {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .p-news {
      min-height: 100vh; }
      .p-news__content {
        padding: 80px 90px 60px; }
      .p-news__btn {
        cursor: pointer;
        -webkit-transition: border-color .2s ease, color .2s ease;
        transition: border-color .2s ease, color .2s ease; }
        .p-news__btn::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          opacity: 0;
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
          background-image: -webkit-gradient(linear, left top, right top, from(#ea2767), to(#d90000));
          background-image: linear-gradient(to right, #ea2767, #d90000); }
        .p-news__btn:hover {
          color: #fff; }
          .p-news__btn:hover::after {
            opacity: 1; }
    .p-news-list__year-list {
      width: 58.5%; }
    .p-news-list__year-item:not(:nth-of-type(-n + 6)) {
      margin-top: 40px; }
    .p-news-list__year-link:hover {
      color: #af0000; }
    .p-news-list__year-link:hover::before {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: left;
              transform-origin: left; }
  .p-news-list__articles-item {
    width: calc(33.3333% - 40px); }
    .p-news-list__articles-item:not(:nth-of-type(3n + 1)) {
      margin-left: 60px; }
    .p-news-list__articles-item:not(:nth-of-type(-n + 3)) {
      margin-top: 120px; }
  .p-news-detail {
    padding: 0 40px; }
    .p-news-detail__date {
      font-size: 1.8rem; }
    .p-news-detail__cat {
      font-size: 1.4rem;
      margin-top: 15px; }
    .p-news-detail__ttl {
      font-size: 2.4rem;
      line-height: 1.66667; }
  .p-news-detail__back {
    margin-top: 115px; }
    .p-officer-member__item {
      width: calc(50% - 24px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .p-officer-member__item:nth-of-type(even) {
        margin-left: 48px; }
      .p-officer-member__item:not(:nth-of-type(-n + 2)) {
        margin-top: 77px; }
    .p-officer-member__thum {
      padding-top: 64.9%;
      position: relative;
      overflow: hidden; }
      .p-officer-member__thum img {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1.01);
                transform: translate(-50%, -50%) scale(1.01); }
    .p-officer-member__box {
      height: 100%; }
      .p-outline-main__content {
        padding: 60px 180px; }
      .p-outline-main__content_p {
        padding: 60px 80px; }
    .p-outline-main__member {
      padding-bottom: 3px; }
      .p-outline-main__place-mapLink {
        -webkit-transition: color .3s ease, border-color .3s ease;
        transition: color .3s ease, border-color .3s ease; }
        .p-outline-main__place-mapLink::after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          opacity: 0;
          -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
          background-image: -webkit-gradient(linear, left top, right top, from(#ea2767), to(#d90000));
          background-image: linear-gradient(to right, #ea2767, #d90000); }
        .p-outline-main__place-mapLink:hover {
          border-color: #af0000;
          color: #af0000;
          color: #fff; }
          .p-outline-main__place-mapLink:hover::after {
            opacity: 1; }
    .p-outline-main__certified-item {
      margin-top: 5px; }
      .p-outline-public__item + .p-outline-public__item {
        margin-left: 60px; }
      .p-outline-public__item-btn {
        -webkit-transition: color .2s ease;
        transition: color .2s ease; }
        .p-outline-public__item-link:hover .p-outline-public__item-btn {
          color: #af0000; }
          .p-outline-public__item-link:hover .p-outline-public__item-btn::before {
            background-color: #af0000; }
        .p-outline-public__item-btn::before {
          -webkit-transition: background-color .3s ease;
          transition: background-color .3s ease; }
          .p-outline-public__item-link:hover .p-outline-public__item-btn::before {
            background-color: #af0000; }
      .p-outline-public__modal.-is-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .p-outline-public__modal-inner {
      display: inline-block; }
    .p-outline-public__modal-pic {
      width: 320px;
      padding-top: 50px; }
    .p-outline-public__modal-picItem {
      width: 200px; }
    .p-outline-public__modal-txt {
      width: 440px; }
    .c-btn__gradation a:hover svg path,
    .c-btn__gradation a:hover svg polygon {
      fill: #fff; }
    .c-btn__gradation a:hover::after {
      opacity: 0; }
  .c-card {
    height: 100%; }
    .c-card a {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .c-card a:hover {
        border-color: #af0000;
        color: #af0000; }
        .c-card a:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.2);
                  transform: translate(-50%, -50%) scale(1.2); }
        .c-card a:hover .c-card__category {
          color: #af0000; }
    .c-card__txt {
      height: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .c-card__ttl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .c-card__category {
      margin-top: 18px; }
    .c-marquee-company {
      -webkit-animation-name: animationMarqueeCompany;
              animation-name: animationMarqueeCompany; }
    .c-marquee-visualize {
      -webkit-animation-name: animationMarqueeVisualize;
              animation-name: animationMarqueeVisualize; }
    .c-post {
      font-size: 1.6rem; }
      .c-post h2 {
        font-size: 1.8rem;
        line-height: 1.88889; }
    .c-post > * {
      margin-top: 45px; }
  .for-mobile {
    display: none; } }
@media (max-width: 767px) {
  html, body {
    width: 100%;
    height: 100%; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
      .l-footer__pagetop {
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px; }
      .l-footer__content {
        padding: 38px 0;
        width: 80%;
        margin: 0 auto; }
      .l-footer__logo {
        width: 170px; }
      .l-footer__nav-topList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .l-footer__nav-topList-head {
        padding: 16px 0;
        font-size: 1.2rem; }
      .l-footer__nav-topList-item:first-of-type .l-footer__nav-topList-head::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #666;
        position: absolute;
        top: 0;
        left: 0; }
      .l-footer__nav-bottomList {
        position: relative;
        padding: 20px; }
        .l-footer__nav-bottomList::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background-color: #666;
          position: absolute;
          bottom: 0;
          left: 0; }
      .l-footer__nav-bottomList-item + .l-footer__nav-bottomList-item {
        margin-top: 22px; }
      .l-footer__middle {
        margin-top: 60px; }
      .l-footer__policy-item {
        font-size: 1.3rem; }
      .l-footer__policy-item + .l-footer__policy-item {
        margin-top: 1.5em; }
    .l-footer__bottom {
      margin-top: 45px; }
      .l-footer__tel-num {
        font-size: 1.5rem; }
      .l-footer__tel-time {
        margin-top: 15px;
        font-size: 1.2rem; }
      .l-footer__bnr-list {
        margin-top: 45px; }
        .l-footer__bnr-item + .l-footer__bnr-item {
          margin-left: 12px; }
      .l-footer__copy {
        font-size: 1.1rem;
        line-height: 2; }
    .l-header {
      padding: 13px 0; }
      .l-header::after {
        height: 62px;
        z-index: -1; }
      .l-header__content {
        width: 90%;
        margin: 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .l-header__logo {
        width: 170px; }
    .l-header__nav-item {
      overflow: scroll;
      display: none;
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #000;
      background-image: url("../img/common/header-bg-sp.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 100px;
      padding-bottom: 120px; }
      .l-header__nav-item::after {
        content: "";
        display: block;
        width: 100%;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        height: 62px;
        max-height: 100%;
        z-index: -1; }
      .l-header__nav-topList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .l-header__nav-topList-item {
        width: 80%;
        margin: 0 auto; }
      .l-header__nav-topList-link {
        padding: 18px 0; }
      .l-header__nav-topList-link::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #666;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: background-color .2s ease;
        transition: background-color .2s ease; }
      .l-header__nav-topList-item:first-of-type .l-header__nav-topList-link::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #666;
        position: absolute;
        top: 0;
        left: 0; }
      .l-header__nav-bottomList {
        padding-left: 20px; }
        .l-header__nav-bottomList::before {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background-color: #666;
          position: absolute;
          bottom: 0;
          left: 0; }
        .l-header__nav-bottomList-item + .l-header__nav-bottomList-item {
          margin-top: 28px; }
    .l-header__policy {
      width: 80%;
      margin: 60px auto 0; }
    .l-header__policy-item {
      font-size: 1.5rem; }
      .l-header__policy-item + .l-header__policy-item {
        margin-top: 20px; }
      .l-main-content::before {
        top: 170px;
        height: calc(100% - 170px); }
    .p-history-main {
      padding-bottom: 90px; }
      .p-history-main__wrap {
        margin: 45px auto 0;
        width: 90%; }
        .p-history-main__wrap + .p-history-main__wrap {
          margin-top: 15px; }
      .p-history-main__btn {
        font-size: 1.6rem;
        height: 63px;
        padding: 24px 20px; }
        .p-history-main__btn::before {
          right: 20px;
          width: 20px; }
        .p-history-main__btn::after {
          right: 20px;
          width: 20px; }
      .p-history-main__area {
        padding: 30px 20px 30px; }
      .p-history-main__iconlist {
        padding-bottom: 13px;
        margin: 0 auto 28px; }
        .p-history-main__iconlist li {
          font-size: 1.1rem; }
          .p-history-main__iconlist li + li {
            margin-left: 30px; }
        .p-history-main__iconlist p {
          margin-left: 10px;
          letter-spacing: 0.05em; }
      .p-history-main__iconlist-icon {
        height: 16px;
        width: 16px; }
      .p-history-main__year {
        font-size: 1.6rem;
        margin-top: 28px;
        padding-bottom: 12px; }
      .p-history-main__detail {
        padding: 30px 0 22px; }
        .p-history-main__detail dt {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .p-history-main__detail dt span {
            font-size: 1.3rem; }
        .p-history-main__detail dd {
          margin-top: 10px; }
      .p-history-main__detail-icon {
        height: 16px;
        width: 16px; }
      .p-history-main__detail-text {
        font-size: 1.3rem; }
    .p-home__ttl {
      font-size: 4.5rem; }
    .p-home__ttl-sub {
      font-size: 1.3rem;
      line-height: 1.7; }
      .p-home-value__inner {
        padding: 80px 0 40px;
        width: 80%; }
      .p-home-value__text {
        font-size: 1.3rem;
        margin-top: 30px; }
      .p-home-value__text-red {
        display: inline;
        font-weight:700; }
      .p-home-way__inner {
        padding: 30px 0 0;
        width: 80%; }
      .p-home-way__text {
        margin-top: 30px;
        padding: 30px 20px; }
        .p-home-way__text dt {
          font-size: 1.7rem; }
        .p-home-way__text dd {
          font-size: 1.3rem;
          line-height: 2;
          margin-top: 10px; }
      .p-home-way__flow, .p-home-way__flow--cycle {
        margin-top: 30px;
        padding-bottom: 25px; }
        .p-home-way__flow + .p-home-way__flow, .p-home-way__flow--cycle + .p-home-way__flow, .p-home-way__flow + .p-home-way__flow--cycle, .p-home-way__flow--cycle + .p-home-way__flow--cycle {
          margin-top: 25px; }
        .p-home-way__flow::before, .p-home-way__flow--cycle::before {
          border-width: 20px 38.5px 0 38.5px; }
        .p-home-way__flow figure, .p-home-way__flow--cycle figure {
          margin: 20px -5vw; }
        .p-home-way__flow--cycle {
          background-position: center 40px;
          background-size: auto 180px;
          min-height: 250px; }
        .p-home-way__flow--visualize {
          margin-top: 22px; }
      .p-home-way__flow-bg--cycle {
        top: 53.5%;
        width: 63%; }
      .p-home-way__flow-ttl {
        font-size: 2.4rem; }
      .p-home-way__flow-ttl-sub {
        font-size: 1.3rem; }
      .p-home-way__flow-visualize {
        margin-top: 10px;
        min-height: 100px; }
        .p-home-way__flow-visualize::before, .p-home-way__flow-visualize::after {
          width: 50px; }
        .p-home-way__flow-visualize ul {
          left: -1500px; }
        .p-home-way__flow-visualize li {
          margin-right: -65px;
          width: 1000px; }
      .p-home-way__flow-business {
        margin: 10px auto 0;
        width: 90%; }
        .p-home-way__flow-business li {
          margin: 0 17px; }
          .p-home-way__flow-business li:nth-of-type(1) {
            width: 125px; }
          .p-home-way__flow-business li:nth-of-type(2) {
            width: 113px; }
          .p-home-way__flow-business li:nth-of-type(3) {
            width: 118px; }
          .p-home-way__flow-business li:nth-of-type(4) {
            width: 130px; }
          .p-home-way__flow-business li:nth-of-type(5) {
            width: 128px; }
        .p-home-way__flow-business li:nth-of-type(n + 3) {
          margin-top: 22px; }
      .p-home-business__inner {
        padding: 75px 0 0;
        width: 80%; }
      .p-home-business__list {
        margin-top: 30px; }
        .p-home-business__list .swiper-button-prev,
        .p-home-business__list .swiper-button-next {
          height: 27px;
          top: 45%;
          width: 14px; }
        .p-home-business__list .swiper-button-next {
          right: 10px; }
          .p-home-business__list .swiper-button-next::before {
            border-width: 13.5px 0 13.5px 14px; }
        .p-home-business__list .swiper-button-prev {
          left: 10px; }
          .p-home-business__list .swiper-button-prev::before {
            border-width: 13.5px 14px 13.5px 0; }
      .p-home-business__article {
        padding: 23px 22px 50px 22px;
        width: 80%; }
        .p-home-business__article figure {
          margin-top: 16px; }
        .p-home-business__article figcaption {
          font-size: 1.2rem;
          margin-top: 16px;
          height: 200px; }
        .p-home-business__article .c-btn__gradation {
          right: -20px;
          bottom: -23px; }
      .p-home-business__article-inner {
        margin-top: 16px;
        height: 134px; }
      .p-home-business__article-ttl {
        font-size: 1.5rem; }
        .p-home-business__pic img {
          max-height: 100px;
          max-width: 180px; }
        .p-home-business__pic .alpha{
    padding-top: 32px;}
      .p-home-business__point:nth-of-type(odd) {
        padding-right: 20px; }
      .p-home-business__point:nth-of-type(even) {
        border-left: 1px solid #8d8da6;
        padding-left: 20px; }
        .p-home-business__point dt {
          font-size: 1.1rem;
          line-height: 1.6;
          min-height: 3em; }
        .p-home-business__point dd.-is-mt-m {
          margin-top: 30px; }
        .p-home-business__point dd {
          margin-top: 18px; }
        .p-home-business__point span {
          font-size: 1.3rem;
          display: block; }
        .p-home-business__point strong {
          font-size: 3.6rem;
          display: block;
          margin-top: 2px; }
        .p-home-business__point small {
          font-size: 1rem;
          margin-top: 8px; }
        .p-home-business__point img {
          height: 51px; }
        .p-home-business__pic {
        height: 100px; }
      .p-home-achievement__inner {
        padding: 4px 0 0;
        width: 80%; }
      .p-home-achievement__list {
        margin-top: 20px;
        min-height: 134px; }
        .p-home-achievement__list ul {
          left: -1500px; }
        .p-home-achievement__list li {
          width: 1000px; }
    .p-home-news {
      padding: 85px 0 90px; }
      .p-home-news__inner {
        width: 80%; }
      .p-home-news__ttlarea {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .p-home-news__btn a {
          font-size: 1.2rem;
          padding-bottom: 2px; }
      .p-home-news__list {
        margin: 26px auto 0;
        width: 295px; }
        .p-home-news__list li {
          width: 100%; }
        .p-home-news__list li + li {
          margin-top: 40px; }
      .p-home-recruit__inner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .p-home-recruit__textarea {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 30px 30px 40px;
        width: 100%; }
        .p-home-recruit__textarea .c-btn__gradation a {
          height: 36px;
          width: 140px; }
      .p-home-recruit__textarea-inner {
        width: 100%; }
      .p-home-recruit__ttl {
        font-size: 4rem; }
      .p-home-recruit__ttl-sub {
        font-size: 1.3rem; }
      .p-home-recruit__catch {
        height: 25px;
        margin: 30px 0 15px;
        width: 204px; }
      .p-home-recruit__pic {
        height: 240px;
        width: 100%; }
    .p-idea-mv__box {
      font-size: 1.5rem;
      margin: 40px auto 0;
      padding: 36px 30px;
      width: 90%; }
    .p-idea-vision {
      padding-top: 90px;
      width: 90%; }
      .p-idea-vision__ttl {
        font-size: 2.4rem; }
      .p-idea-vision__box {
        margin-top: 40px;
        padding: 30px 20px 35px; }
        .p-idea-vision__box + .p-idea-vision__box {
          margin-top: 44px; }
      .p-idea-vision__box-theme {
        font-size: 2.7rem; }
      .p-idea-vision__box-ttl-img {
        margin-top: 35px;
        margin-bottom: 20px; }
        .p-idea-vision__box-ttl-img strong {
          font-size: 1.6rem;
          vertical-align: middle; }
        .p-idea-vision__box-ttl-img strong:nth-of-type(1) {
          display: block;
          margin-bottom: 15px; }
        .p-idea-vision__box-ttl-img span {
          height: 44px;
          margin: 0 10px 0 0;
          vertical-align: middle; }
      .p-idea-vision__box-ttl {
        margin-top: 28px;
        margin-bottom: 15px; }
        .p-idea-vision__box-ttl strong {
          font-size: 1.6rem;
          line-height: 1.9; }
      .p-idea-vision__box-text {
        font-size: 1.3rem; }
    .p-idea-origin {
      margin: 85px auto 0;
      padding-bottom: 90px;
      width: 90%; }
      .p-idea-origin__ttl {
        font-size: 2.4rem; }
      .p-idea-origin__text {
        font-size: 1.3rem;
        margin: 18px auto 0;
        width: 90%; }
      .p-idea-origin__img {
        margin-top: 40px; }
    .p-news {
      margin-top: 45px;
      padding-bottom: 45px; }
      .p-news__inner {
        width: 90%; }
      .p-news__content {
        padding: 44px 20px; }
      .p-news__btn {
        width: 110px;
        height: 36px;
        line-height: 36px;
        font-size: 1.4rem; }
    .p-news-list__year-item {
      width: 20%; }
      .p-news-list__year-item:not(:nth-of-type(-n + 5)) {
        margin-top: 20px; }
    .p-news-list__year-link {
      font-size: 1.4rem; }
    .p-news-list__tabs {
      margin-top: 45px; }
    .p-news-list__articles {
      margin-top: 20px; }
    .p-news-list__current {
      font-size: 3.9rem; }
  .p-news-list__articles-item {
    width: 100%; }
    .p-news-list__articles-item + .p-news-list__articles-item {
      margin-top: 37px; }
    .p-news-list__articles-more {
      margin-top: 56px; }
    .p-news-detail__date {
      font-size: 1.5rem; }
    .p-news-detail__cat {
      font-size: 1.2rem;
      margin-top: 12px; }
    .p-news-detail__ttl {
      font-size: 1.8rem;
      line-height: 1.5; }
  .p-news-detail__back {
    margin-top: 68px; }
    .p-officer__profile {
      padding: 39px 21px 35px; }
    .p-officer__profile-name {
      font-size: 1.5rem; }
    .p-officer__profile-pos {
      font-size: 1.3rem;
      line-height: 1.5;
      margin-top: 10px; }
    .p-officer__profile-dsc {
      font-size: 1.1rem;
      margin-top: 20px;
      letter-spacing: 0.04em; }
    .p-officer-msg {
      margin-top: 45px; }
      .p-officer-msg__inner {
        width: 90%; }
      .p-officer-msg__contents {
        margin-top: 33px; }
      .p-officer-msg__txt {
        font-size: 1.3rem; }
      .p-officer-msg__profile {
        margin-top: 39px; }
    .p-officer-member {
      margin-top: 86px; }
      .p-officer-member__inner {
        width: 90%; }
      .p-officer-member__list {
        margin-top: 45px; }
    .p-officer-member__item + .p-officer-member__item {
      margin-top: 43px; }
    .p-outline-main {
      margin-top: 45px; }
      .p-outline-main__inner {
        width: 90%; }
      .p-outline-main__content {
        padding: 42px 20px; }
      .p-outline-main__row {
        padding-bottom: 22px; }
        .p-outline-main__row + .p-outline-main__row {
          margin-top: 27px; }
      .p-outline-main__row-body {
        font-size: 1.3rem; }
      .p-outline-main__row-ttl {
        font-size: 1.3rem; }
    .p-outline-main__member {
      margin-top: 13px;
      padding-bottom: 4px; }
        .p-outline-main__member-row + .p-outline-main__member-row {
          margin-top: 22px; }
      .p-outline-main__member-pos {
        width: 115px;
        line-height: 1.7; }
      .p-outline-main__member-names {
        font-size: 1.3rem;
        line-height: 1.7; }
      .p-outline-main__place-row + .p-outline-main__place-row {
        margin-top: 30px; }
      .p-outline-main__place-data {
        margin-top: 5px;
        font-size: 1.2rem; }
      .p-outline-main__place-mapLink {
        font-size: 1.2rem;
        width: 180px;
        padding: 12px 0;
        margin: 9px 0; }
    .p-outline-main__proj-item {
      line-height: 1.8;
      letter-spacing: 0.1em; }
      .p-outline-main__proj-item + .p-outline-main__proj-item {
        margin-top: 20px; }
      .p-outline-main__certified-fig {
        height: 50px;
        margin-top: 15px; }
    .p-outline-public {
      padding-top: 45px;
      padding-bottom: 90px; }
      .p-outline-public__inner {
        width: 80%; }
      .p-outline-public__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 45px; }
      .p-outline-public__item {
        width: calc(50% - 22px); }
        .p-outline-public__item:nth-of-type(even) {
          margin-left: 44px; }
        .p-outline-public__item:not(:nth-of-type(-n + 2)) {
          margin-top: 45px; }
      .p-outline-public__item-btn {
        font-size: 1.2rem;
        padding-bottom: 12px;
        margin-top: 15px; }
      .p-outline-public__modal {
        overflow: scroll; }
      .p-outline-public__modal.-is-open {
        display: block; }
    .p-outline-public__modal-inner {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 40px 0 80px; }
      .p-outline-public__modal-box {
        width: 80%;
        padding: 30px 20px; }
      .p-outline-public__modal-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    .p-outline-public__modal-picItem {
      width: 125px; }
      .p-outline-public__modal-ttl {
        margin-top: 25px;
        font-size: 1.3rem; }
      .p-outline-public__modal-dsc {
        font-size: 1.3rem;
        margin-top: 25px; }
      .p-outline-public__modal-info {
        font-size: 1.2rem;
        margin-top: 20px; }
      .p-outline-public__modal-infoRow {
        line-height: 2; }
        .p-outline-public__modal-infoRow + .p-outline-public__modal-infoRow {
          margin-top: 8px; }
    .c-btn__gradation a {
      height: 45px;
      width: 210px; }
    .c-btn__gradation p {
      font-size: 1.3rem; }
    .c-card a {
      padding-bottom: 13px; }
    .c-card__txt {
      margin-top: 19px; }
    .c-card__date {
      font-size: 1.4rem;
      letter-spacing: 0.05em; }
    .c-card__ttl {
      margin-top: 6px;
      font-size: 1.3rem; }
    .c-card__category {
      font-size: 1.2rem;
      margin-top: 15px; }
      .c-loading__logo {
        height: 32px; }
    .c-marquee-company {
      -webkit-animation-name: animationMarqueeCompanySp;
              animation-name: animationMarqueeCompanySp; }
    .c-marquee-visualize {
      -webkit-animation-name: animationMarqueeVisualize;
              animation-name: animationMarqueeVisualize; }
    .c-pagetop {
      padding-top: 107px; }
    .c-post {
      font-size: 1.3rem; }
      .c-post h2 {
        font-size: 1.4rem;
        line-height: 1.71429; }
    .c-post > * {
      margin-top: 30px; }
    .c-ttl {
      font-size: 2.4rem; }
  .for-large {
    display: none; } }
@media (max-width: 767px) and (max-width: 767px) {
    .l-footer__nav-topList {
      margin-top: 40px; } }
@media (min-width: 768px) and (max-width: 1024px) {
    .l-header__content {
      width: 95%; }
    .l-header.-is-fix .l-header__content {
      width: 95%; }
  .l-header__nav-topList-item {
    width: 115px; }
    .l-header__nav-topList-item + .l-header__nav-topList-item {
      margin-left: 10px; }
  .c-external-icon {
    margin-left: 14px; }
  .c-plus-icon {
    margin-left: 14px; } }
@media screen and (max-width: 700px) {
        .p-home-mv .canvas .bg {
          background-image: url(../img/mv/opening-sp.jpg); }
            .p-home-mv .top-kv-text h1 span {
              font-size: 24px; }
          .p-home-mv .top-kv-text h2 {
            margin-top: 21.8px; }
          .p-home-mv .top-kv-text h2 {
            font-size: 13px; } }
@media screen and (min-width: 701px) {
          .p-home-mv .top-kv-text h2 br {
            display: none; } }

/*# sourceMappingURL=../../_cache/_maps/base.css.map */
