@charset "UTF-8";
/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Muli:400,500,700");
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* -----------------------------------------------
 [0. Normalize(ノーマライズ)]
-------------------------------------------------- */
/* Base
--------------------------------------------------*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html.no-edge.no-ie * {
  font-feature-settings: "palt" 1;
}

html.no-edge.no-ie *.not-palt {
  font-feature-settings: initial;
}

body {
  margin: 0;
  overflow: visible !important;
}

/* Links
--------------------------------------------------*/
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  outline: none !important;
  -webkit-outline: none !important;
}

a.is-none {
  pointer-events: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Typography
--------------------------------------------------*/
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
--------------------------------------------------*/
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Figures
--------------------------------------------------*/
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* Forms
--------------------------------------------------*/
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Tables
--------------------------------------------------*/
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* -----------------------------------------------
 [1. Reset(リセット) + Base(ベース)]
-------------------------------------------------- */
html * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

html, body {
  text-rendering: optimizeLegibility;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  letter-spacing: 3px;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-style: normal;
  font-weight: 400;
}

html.ie body, html.ie div, html.ie span, html.ie object, html.ie iframe,
html.ie h1, html.ie h2, html.ie h3, html.ie h4, html.ie h5, html.ie h6, html.ie p, html.ie blockquote, html.ie pre,
html.ie a, html.ie abbr, html.ie acronym, html.ie address, html.ie code, html.ie del, html.ie em, html.ie img, html.ie strong,
html.ie dl, html.ie dt, html.ie dd, html.ie ol, html.ie ul, html.ie li,
html.ie fieldset, html.ie form, html.ie label,
html.ie table, html.ie caption, html.ie tbody, html.ie tfoot, html.ie thead, html.ie tr, html.ie th, html.ie td {
  font-weight: 500;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  outline: none;
}

h1, h2, h3, h4, h5, h6, dt {
  line-height: 1.7;
}

p {
  line-height: 2;
}

dd, li, th, td, input, textarea {
  line-height: 2;
  text-align: left;
}

ul, ol {
  list-style-type: none;
}

img, svg {
  width: auto;
  max-width: 100%;
}

a, input, button, textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

a {
  color: #000;
  text-decoration: none;
}

::-moz-selection {
  background-color: rgba(194, 155, 1, 0.3);
}

img::selection, svg::selection, svg *::selection {
  background-color: transparent;
}

@media only screen and (min-width: 751px) {
  html .sp {
    display: none !important;
  }
}

@media only screen and (min-width: 751px) {
  html .tb {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  html .pc {
    display: none !important;
  }
}

html.no-pc .ua-pc {
  display: none;
}

html.pc .ua-sp, html.tablet .ua-sp {
  display: none;
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* -----------------------------------------------
 [js]
-------------------------------------------------- */
.js__link {
  cursor: pointer;
}

.js__link * {
  pointer-events: none;
}

.js__simple {
  transform-style: preserve-3d;
  perspective: 5000px;
}

.js__simple .js__simple-object {
  will-change: transform;
}

.js__tsc-title .js__split .js__clone {
  position: relative;
  z-index: 1;
}

.js__tsc-title .js__split .js__clone.last {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.js__tsc-title .js__tsc-icon, .js__tsc-title-sub {
  will-change: transform;
}

.js__slanting {
  position: relative;
}

.js__slanting-main {
  will-change: transform;
  position: relative;
}

.js__slanting-object {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%) 1;
  will-change: transform;
}

/* ----------------------------------

 --  gradient

---------------------------------- */
.gradient-number_0 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_0 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_0 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_0.is-done {
  animation: text-gradient-anime0 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_1 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_1 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_1 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_1.is-done {
  animation: text-gradient-anime1 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_2 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_2 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_2 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_2.is-done {
  animation: text-gradient-anime2 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_3 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_3 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_3 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_3.is-done {
  animation: text-gradient-anime3 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_4 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_4 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_4 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_4.is-done {
  animation: text-gradient-anime4 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_5 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_5 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 33%, #777777 66%, #777777 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_5 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_5.is-done {
  animation: text-gradient-anime5 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_6 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_6 {
    background-image: linear-gradient(to right, rgba(119, 119, 119, 0) 0%, #777777 30%, black 70%, black 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_6 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_6.is-done {
  animation: text-gradient-anime6 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_7 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_7 {
    background-image: linear-gradient(to right, rgba(119, 119, 119, 0) 0%, #777777 30%, black 70%, black 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_7 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_7.is-done {
  animation: text-gradient-anime7 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_8 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_8 {
    background-image: linear-gradient(to right, rgba(119, 119, 119, 0) 0%, #777777 30%, black 70%, black 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_8 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_8.is-done {
  animation: text-gradient-anime8 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_9 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_9 {
    background-image: linear-gradient(to right, rgba(119, 119, 119, 0) 0%, #777777 30%, black 70%, black 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_9 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_9.is-done {
  animation: text-gradient-anime9 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.gradient-number_10 {
  background-position: -30% 0;
}

@supports (-webkit-background-clip: text) {
  .gradient-number_10 {
    background-image: linear-gradient(to right, rgba(119, 119, 119, 0) 0%, #777777 30%, black 70%, black 100%);
    background-size: 350% 100%;
  }
  @supports (-webkit-background-clip: text) {
    .gradient-number_10 {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-repeat: no-repeat;
      background-color: transparent;
    }
  }
}

.gradient-number_10.is-done {
  animation: text-gradient-anime10 1s cubic-bezier(0.77, 0, 0.175, 1) both;
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* ----------------------------------

 --  header

---------------------------------- */
/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  .l-header {
    position: fixed;
    z-index: 92;
    width: 100%;
    padding: 20px 0;
    background: #fff;
  }
  .l-header h1 {
    width: 328px;
    margin-left: 30px;
  }
  .l-header h1 a {
    display: flex;
  }
  .l-header nav {
    float: right;
    margin-top: -47px;
    margin-right: 10px;
  }
  .l-header nav ul {
    overflow: hidden;
  }
  .l-header nav ul li {
    float: left;
    margin: 0 23px;
  }
  .l-header nav ul li a {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all .3s;
  }
  .l-header nav ul li a:hover {
    color: #f00;
  }
  .l-header nav ul li a.active {
    color: #f00;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .l-header {
    position: fixed;
    z-index: 92;
    width: 100%;
    padding: 10px 0;
    background: #fff;
  }
  .l-header h1 {
    width: 250px;
    margin-left: 20px;
    margin-top: 5px;
  }
  .l-header h1 a {
    display: flex;
  }
  .l-header h1 a img {
    height: 100%;
  }
  .l-header #navArea {
    width: 28px;
    height: 27px;
    float: right;
    margin-top: -39px;
    margin-right: 10px;
  }
  .l-header #navArea .nav-top {
    position: relative;
  }
  .l-header #navArea .nav-top .line-top {
    background: url(../img/top/about-line.svg) no-repeat left;
    background-size: cover;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-header #navArea .nav-top .line-left {
    background: url(../img/top/about-line02.svg) no-repeat left;
    background-size: cover;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-header #navArea .nav-top .line-right {
    background: url(../img/top/about-line02.svg) no-repeat left;
    background-size: cover;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-header #navArea .nav-top .line-bottom {
    background: url(../img/top/about-line.svg) no-repeat left;
    background-size: cover;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .l-header #navArea .sns {
    overflow: hidden;
    width: 212px;
    margin: 20px auto;
    border: none;
  }
  .l-header #navArea .sns li {
    float: left;
    width: 45px;
    margin: 0 12px;
  }
  .l-header nav ul {
    overflow: hidden;
  }
  .l-header nav ul li {
    margin: 0 20px;
  }
  .l-header nav ul li a {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .l-header nav ul li a:hover {
    color: #f00;
  }
  .l-header nav ul li a.active {
    color: #f00;
  }
  /*============
nav
=============*/
  nav {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background: rgba(255, 255, 255, 0.8);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .5s;
    z-index: 3;
  }
  .open nav {
    right: 0;
    top: 74px;
    height: 100vh;
  }
  nav .inner {
    margin: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 10px;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    text-align: center;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 18px;
    padding: 0.5em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
}

@media only screen and (max-width: 750px) and (max-width: 767px) {
  nav {
    top: 74px;
    right: -621px;
    width: 100%;
    height: 360px;
  }
}

@media only screen and (max-width: 750px) {
  /*============
@keyframes
=============*/
  @keyframes equalizer01 {
    0% {
      width: 70%;
    }
    10% {
      width: 50%;
    }
    20% {
      width: 100%;
    }
    30% {
      width: 10%;
    }
    40% {
      width: 50%;
    }
    50% {
      width: 70%;
    }
    60% {
      width: 50%;
    }
    70% {
      width: 10%;
    }
    80% {
      width: 100%;
    }
    90% {
      width: 10%;
    }
    100% {
      width: 70%;
    }
  }
  @keyframes equalizer02 {
    0% {
      width: 30%;
    }
    10% {
      width: 20%;
    }
    20% {
      width: 40%;
    }
    30% {
      width: 10%;
    }
    40% {
      width: 20%;
    }
    50% {
      width: 30%;
    }
    60% {
      width: 20%;
    }
    70% {
      width: 10%;
    }
    80% {
      width: 40%;
    }
    90% {
      width: 10%;
    }
    100% {
      width: 30%;
    }
  }
  /*============
.toggle_btn
=============*/
  .open .toggle_btn {
    right: 330px;
  }
  .open .toggle_btn span {
    background-color: #000;
    width: 30px;
  }
}

@media only screen and (max-width: 750px) and (max-width: 767px) {
  .open .toggle_btn {
    right: 20px;
  }
}

@media only screen and (max-width: 750px) {
  /*============
#mask
=============*/
  #mask {
    display: none;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
    transition: all .5s;
    height: 1000px;
  }
  .btn-trigger {
    position: fixed;
    width: 28px;
    height: 27px;
    cursor: pointer;
    top: 25px;
    right: 10px;
    transform: translate(0, 0);
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #404f57;
    border-radius: 4px;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 5px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 13px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 4px;
  }
  /*=============================
#btn15
=============================*/
  #btn15.active span:nth-of-type(1), #btn15.active span:nth-of-type(3) {
    width: 30px;
  }
  #btn15.active span:nth-of-type(1), #btn15.active span:nth-of-type(2), #btn15.active span:nth-of-type(3) {
    height: 2px;
  }
  #btn15.active span:nth-of-type(1) {
    -webkit-transform: translate(12px, 6px) rotate(45deg);
    transform: translate(12px, 6px) rotate(45deg);
    top: 0;
  }
  #btn15.active span:nth-of-type(2) {
    display: none;
    top: 13px;
  }
  #btn15.active span:nth-of-type(3) {
    -webkit-transform: translate(12px, -9px) rotate(-45deg);
    transform: translate(12px, -9px) rotate(-45deg);
    bottom: 10px;
  }
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

@media only screen and (min-width: 751px) {
  .l-footer {
    background: #404f57;
    color: #fff;
    min-width: 1074px;
    padding-top: 62px;
    overflow: hidden;
  }
  .l-footer__top {
    margin: 0 4.5% 54px;
  }
  .l-footer__top__list > li:nth-child(1) {
    margin-right: 40px;
    width: 145px;
  }
  .l-footer__top__list > li:nth-child(2) {
    margin-right: 40px;
  }
  .l-footer__top__list > li.sns-erea {
    text-align: end;
  }
  .l-footer__top ul {
    overflow: hidden;
  }
  .l-footer__top ul li {
    float: left;
    margin-right: 40px;
  }
  .l-footer__top ul li img {
    width: 40px;
  }
  .l-footer__top ul li img.privacy {
    width: 62px;
  }
  .l-footer__top ul li.footer-logo img {
    width: 100%;
    height: auto;
  }
  .l-footer__top ul li:last-child {
    margin-right: 0;
    float: right;
  }
  .l-footer__block h4 {
    font-size: 12px;
    margin-bottom: 10px;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .l-footer__block ul li {
    margin-right: 23px;
  }
  .l-footer__block ul.sns {
    margin-top: 6px;
    margin-bottom: 20px;
  }
  .l-footer__block p {
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.35;
    margin-top: -5px;
    letter-spacing: 1.5px;
  }
  .l-footer__block a {
    text-decoration: underline;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    word-break: break-all;
  }
  .l-footer__block a.mail {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    word-break: break-all;
  }
  .l-footer__bottom {
    text-align: center;
    background: #00b1dd;
  }
  .l-footer__bottom p {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    padding: 17px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 750px) {
  .l-footer {
    background: #404f57;
    color: #fff;
    padding-top: 30px;
    overflow: hidden;
  }
  .l-footer__top {
    width: 100%;
    margin: 0 auto 6px;
    padding: 0 30px 0;
  }
  .l-footer__top__list > li:nth-child(1) {
    margin-right: 58px;
  }
  .l-footer__top__list > li:nth-child(2) {
    margin-right: 58px;
  }
  .l-footer__top ul {
    overflow: hidden;
  }
  .l-footer__top ul li {
    margin-bottom: 30px;
  }
  .l-footer__top ul li:last-child {
    margin-bottom: 0;
  }
  .l-footer__top ul li img {
    width: 130px;
  }
  .l-footer__top ul li p {
    font-size: 12px;
  }
  .l-footer__top ul li p a {
    color: #fff;
  }
  .l-footer__block h4 {
    font-size: 10px;
    margin-bottom: 14px;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .l-footer__block ul li {
    margin-right: 25px;
  }
  .l-footer__block ul.sns {
    overflow: hidden;
  }
  .l-footer__block ul.sns li {
    float: left;
    width: 40px;
  }
  .l-footer__block p {
    font-size: 12px;
    font-weight: bold;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.35;
    margin-top: -5px;
    letter-spacing: 1px;
  }
  .l-footer__block a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  .l-footer__block a.mail {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  .l-footer__bottom {
    text-align: center;
    background: #00b1dd;
    padding: 13px;
  }
  .l-footer__bottom p {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 1.4px;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@media only screen and (min-width: 751px) {
  .c-foot-contact {
    margin-top: 80px;
    padding-bottom: 95px;
  }
  .c-foot-contact__title {
    color: #00256e;
    font-size: 30px;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .3em;
    text-align: center;
  }
  .c-foot-contact__text {
    margin-top: 20px;
    color: #00256e;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .c-foot-contact__action {
    margin-top: 35px;
  }
  .c-foot-contact__action .c-btn-contact {
    width: 540px;
    margin: 0 auto;
  }
  .c-foot-contact__action .c-btn-contact a, .c-foot-contact__action .c-btn-contact button {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #002184;
  }
  .c-foot-contact__action .c-btn-contact a:hover, .c-foot-contact__action .c-btn-contact button:hover {
    background: #333;
  }
  .c-foot-contact__action .c-btn-contact a:hover span.text, .c-foot-contact__action .c-btn-contact button:hover span.text {
    transition: color 0.3s linear;
    display: block;
    color: #00e4ff;
  }
  .c-foot-contact__action .c-btn-contact a:hover span.arrow path, .c-foot-contact__action .c-btn-contact button:hover span.arrow path {
    fill: #00e4ff;
  }
  .c-foot-contact__action .c-btn-contact a span.text, .c-foot-contact__action .c-btn-contact button span.text {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .c-foot-contact__action .c-btn-contact a span.arrow, .c-foot-contact__action .c-btn-contact button span.arrow {
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -13px;
    display: block;
    width: 30px;
    height: 25px;
  }
  .c-foot-contact__action .c-btn-contact a span.arrow path, .c-foot-contact__action .c-btn-contact button span.arrow path {
    transition: all 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
    fill: #fff;
  }
  .c-foot-contact__tel {
    margin-top: 23px;
    color: #00256e;
    text-align: center;
  }
  .c-foot-contact__tel .tel {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .3em;
  }
  .c-foot-contact__tel .number {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .3em;
  }
  .c-foot-contact__tel a {
    color: #00256e;
    transition: all .3s;
  }
  .c-foot-contact__tel a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 750px) {
  .c-foot-contact {
    margin-top: 65px;
    padding-bottom: 47px;
  }
  .c-foot-contact__title {
    color: #00256e;
    font-size: 24px;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .3em;
    text-align: center;
  }
  .c-foot-contact__text {
    margin-top: 24px;
    color: #00256e;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
  }
  .c-foot-contact__action {
    margin: 0 25px;
    margin-top: 23px;
  }
  .c-foot-contact__action .c-btn-contact {
    width: 100%;
    margin: 0 auto;
  }
  .c-foot-contact__action .c-btn-contact a, .c-foot-contact__action .c-btn-contact button {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 68px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #002184;
  }
  .c-foot-contact__action .c-btn-contact a:hover, .c-foot-contact__action .c-btn-contact button:hover {
    background: #333;
  }
  .c-foot-contact__action .c-btn-contact a:hover span.text, .c-foot-contact__action .c-btn-contact button:hover span.text {
    transition: color 0.3s linear;
    display: block;
    color: #00e4ff;
  }
  .c-foot-contact__action .c-btn-contact a:hover span.arrow path, .c-foot-contact__action .c-btn-contact button:hover span.arrow path {
    fill: #00e4ff;
  }
  .c-foot-contact__action .c-btn-contact a span.text, .c-foot-contact__action .c-btn-contact button span.text {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .c-foot-contact__action .c-btn-contact a span.arrow, .c-foot-contact__action .c-btn-contact button span.arrow {
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -13px;
    display: block;
    width: 30px;
    height: 27px;
  }
  .c-foot-contact__action .c-btn-contact a span.arrow path, .c-foot-contact__action .c-btn-contact button span.arrow path {
    transition: all 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
    fill: #fff;
  }
  .c-foot-contact__tel {
    margin-top: 20px;
    color: #00256e;
    text-align: center;
  }
  .c-foot-contact__tel .tel {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .c-foot-contact__tel .number {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .c-foot-contact__tel a {
    color: #00256e;
    transition: all .3s;
  }
  .c-foot-contact__tel a:active {
    opacity: 0.6;
  }
}

/* ----------------------------------

 --  footer

---------------------------------- */
#l-footer {
  background: #535353;
  color: #fff;
  position: relative;
  z-index: 1000;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  #l-footer {
    height: 280px;
  }
  #l-footer:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -143px;
    background: #333333;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #l-footer-pagetop {
    position: absolute;
    top: auto;
    bottom: 232px;
    right: 60px;
    transition: opacity .3s;
    z-index: 20;
  }
  #l-footer-pagetop:before {
    content: '';
    display: block;
    width: 68px;
    height: 68px;
    transform: rotate(-45deg);
    background: #999999;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -34px;
    transition: all 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
  }
  #l-footer-pagetop a {
    width: 96px;
    height: 96px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
  }
  #l-footer-pagetop a:before {
    margin-top: 11px;
    margin-bottom: 6px;
    display: block;
    content: '';
    width: 5px;
    height: 21px;
    background: url(../img/common/c-foot_arrow.png) no-repeat center;
    background-size: 5px 21px;
    transition: transform 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
  }
  #l-footer-pagetop:hover:before {
    border-radius: 34px;
    transform: scale(1.4);
  }
  #l-footer-pagetop:hover a {
    opacity: .6;
  }
  #l-footer-pagetop:hover a:before {
    transform: translateY(-5px);
  }
  #l-footer__inner {
    width: 1200px;
    height: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
  }
  #l-footer .l-footer__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px 0 25px 0;
  }
  #l-footer .l-footer__logo {
    margin-bottom: 25px;
  }
  #l-footer .l-footer__logo a {
    display: block;
    transition: opacity 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
  }
  #l-footer .l-footer__logo a:hover {
    opacity: 0.6;
  }
  #l-footer .l-footer__logo img {
    display: block;
  }
  #l-footer .l-footer__address {
    font-size: 12px;
    font-weight: bold;
  }
  #l-footer .l-footer__other {
    width: 745px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  #l-footer .l-footer__navi {
    margin-bottom: 25px;
  }
  #l-footer .l-footer__navi ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #l-footer .l-footer__navi ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
  }
  #l-footer .l-footer__navi ul li a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    transition: opacity 0.3s cubic-bezier(0.3, 0.69, 0.39, 1.04);
    position: relative;
  }
  #l-footer .l-footer__navi ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  #l-footer .l-footer__navi ul li a:hover::after {
    transform: scale(1, 1);
  }
  #l-footer .l-footer__navi ul li a:hover {
    opacity: 0.6;
  }
  #l-footer .l-footer__copy {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: right;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  #l-pagetop {
    display: none;
  }
  #l-footer-pagetop {
    display: none;
  }
  #l-footer .l-footer__info {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #535353;
  }
  #l-footer .l-footer__logo img {
    display: block;
    width: 290px;
    height: 37px;
    margin: 0 auto;
  }
  #l-footer .l-footer__address {
    font-size: 10px;
    text-align: center;
    font-weight: bold;
  }
  #l-footer .l-footer__other {
    background: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
    padding-top: 41px;
    padding-bottom: 45px;
  }
  #l-footer .l-footer__navi ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #l-footer .l-footer__navi ul li {
    width: 33.33%;
    text-align: center;
    margin-bottom: 45px;
  }
  #l-footer .l-footer__navi ul li a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    position: relative;
  }
  #l-footer .l-footer__navi ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  #l-footer .l-footer__navi ul li a:active::after {
    transform: scale(1, 1);
  }
  #l-footer .l-footer__copy {
    margin-top: 7px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

html,
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#l-root {
  position: relative;
  height: 100vh;
}

#l-root .side-text {
  position: fixed;
  top: 50%;
  margin-top: -52.5px;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Heebo', sans-serif;
  letter-spacing: 2px;
  z-index: 2;
}

#l-root .side-text.left {
  left: 40px;
}

#l-root .side-text.right {
  right: 40px;
}

/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  body {
    min-width: 1280px;
  }
  main {
    padding-top: 95px;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  main {
    padding-top: 75px;
  }
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* ----------------------------------

 --  top KV PC

---------------------------------- */
@media only screen and (min-width: 751px) {
  h2 {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 10px;
  }
  h2 span {
    background: url(../img/top/about-line.svg) no-repeat;
    display: block;
    height: 2px;
    background-size: cover;
    margin-top: -6px;
  }
  h2 span.news {
    width: 132px;
  }
  h2 span.about {
    width: 160px;
  }
  h2 span.company {
    width: 234px;
  }
  h2 span.member {
    width: 200px;
  }
  h2 span.works {
    width: 165px;
  }
  h2 span.contact {
    width: 222px;
  }
  .l-kv__wrapper {
    position: relative;
    min-width: 1280px;
    height: calc(100vh - 95px);
  }
  .l-kv__img {
    width: 72%;
    background: url(../img/top/kv_img.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
  }
  .l-kv__text {
    width: 321px;
    height: 321px;
    background: #404f57;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 13%;
    margin-top: -160.5px;
  }
  .l-kv__text img {
    padding: 45px;
  }
  .l-kv__sns {
    position: absolute;
    top: 50%;
    right: 26px;
    margin: auto;
    width: 36px;
    margin-top: -80px;
  }
  .l-kv__sns span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    margin-left: 24%;
    letter-spacing: 1px;
  }
  .l-kv__sns ul {
    margin-top: 10px;
  }
  .l-kv__sns ul li {
    margin-bottom: 9px;
  }
  .l-kv__sns ul li:last-child {
    margin-bottom: 0;
  }
  .l-kv__arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 1%;
    margin-left: -6px;
  }
  .l-kv__arrow img.text {
    width: 9px;
  }
  .l-kv__arrow img.arrow {
    width: 9px;
  }
  .l-arrow {
    width: 1%;
    margin: auto;
    padding: 40px 0;
    transform: rotate(180deg);
  }
  .l-arrow img {
    width: 100%;
    height: auto;
  }
  .c-icon__case {
    border: 2px  solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 26px 18px;
    transform: translateZ(20px);
  }
  .c-icon__case:hover {
    opacity: 0.7;
  }
  .c-icon__case a {
    color: #fff;
    font-size: 18px;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .c-icon__case span {
    display: block;
    font-size: 18px;
    margin-top: -11px;
    color: #fff;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .l-news {
    padding-top: 150px;
  }
  .l-news__wrapper {
    position: relative;
    height: 690px;
  }
  .l-news__left {
    vertical-align: middle;
    margin-left: 6%;
  }
  .l-news__list {
    position: absolute;
    top: 50%;
    margin-top: -191px;
    width: 44%;
  }
  .l-news__list ul {
    margin-top: 48px;
  }
  .l-news__list ul li {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
  }
  .l-news__list ul li span {
    display: inline-block;
    text-align: justify;
  }
  .l-news__list ul li .day {
    margin-right: 28px;
    letter-spacing: 1px;
    display: inline-block;
  }
  .l-news__list ul li a {
    letter-spacing: 0;
    text-align: justify;
  }
  .l-news__list ul li a:hover {
    text-decoration: underline;
  }
  .l-news__list ul li .new {
    color: #f00;
    margin-right: 28px;
    width: 35px;
    display: inline-block;
  }
  .l-news__list ul li .no-new {
    margin-right: 28px;
    width: 35px;
    display: inline-block;
  }
  .l-news__right {
    background: url(../img/top/news_img.jpg) no-repeat center;
    height: 690px;
    width: 47%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
  }
  .l-about {
    padding-top: 128px;
  }
  .l-about__contents {
    overflow: hidden;
  }
  .l-about__contents.phc {
    display: table;
  }
  .l-about__contents.vision {
    position: relative;
    height: 548px;
    margin-top: 150px;
  }
  .l-about__contents.future {
    text-align: center;
    margin-top: 150px;
  }
  .l-about__contents .copy-text {
    width: 700px;
  }
  .l-about__left {
    width: 50%;
    vertical-align: middle;
    text-align: center;
  }
  .l-about__left img {
    width: 57%;
  }
  .l-about__left.phc_left {
    display: table-cell;
  }
  .l-about__left.vision_left {
    background: url(../img/top/vision_img.jpg) no-repeat center;
    height: 548px;
    width: 48%;
    position: absolute;
    left: 0;
    background-size: cover;
  }
  .l-about__right {
    display: table-cell;
    width: 50%;
  }
  .l-about__right .exposition {
    margin-top: 34px;
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-size: 12px;
    padding-right: 16%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .l-about__right.phc_right {
    display: table-cell;
    padding-left: 42px;
  }
  .l-about__right.vision_right {
    position: absolute;
    left: 50%;
    vertical-align: top;
    padding-left: 42px;
  }
  .l-about__block .text {
    margin: 15px auto 40px;
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-size: 16px;
    letter-spacing: 4.5px;
    font-weight: bold;
    color: #404f57;
  }
  .l-about__block ul {
    margin: 15px auto 40px;
  }
  .l-about__block ul li {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-size: 16px;
    letter-spacing: 4.5px;
    font-weight: bold;
    color: #404f57;
    position: relative;
    padding-left: 20px;
  }
  .l-about__block ul li span {
    color: #00b1dd;
    font-size: 10px;
    margin-right: 2px;
  }
  .l-about__block ul li:before {
    content: "\025cf";
    color: #00b1dd;
    font-size: 10px;
    margin-right: 2px;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .l-about__list {
    margin: 140px 7.8% 0;
  }
  .l-about__list__block {
    height: 325px;
    position: relative;
  }
  .l-about__list__block:nth-child(1n) {
    background: #404f57;
  }
  .l-about__list__block:nth-child(2n) {
    background: #00b1dd;
  }
  .l-about__list__small {
    width: 325px;
    position: absolute;
    top: 50%;
  }
  .l-about__list__small.text01 {
    margin-top: -93.9px;
  }
  .l-about__list__small.text01 img {
    width: 46%;
  }
  .l-about__list__small.text03 {
    margin-top: -94.3px;
  }
  .l-about__list__small.text03 img {
    width: 63%;
  }
  .l-about__list__small.text05 {
    margin-top: -67.5px;
  }
  .l-about__list__small.text05 img {
    width: 79%;
  }
  .l-about__list__small2 {
    width: 325px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .l-about__list__small2.text02 {
    margin-top: -120.4px;
  }
  .l-about__list__small2.text02 img {
    width: 58%;
  }
  .l-about__list__small2.text04 {
    margin-top: -119.4px;
  }
  .l-about__list__small2.text04 img {
    width: 71%;
  }
  .l-about__list__big {
    position: absolute;
    right: 0;
    top: 0;
    height: 325px;
    width: calc(100% - 325px);
  }
  .l-about__list__big.img01 {
    background: url(../img/top/about_img01.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-about__list__big.img03 {
    background: url(../img/top/about_img03.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-about__list__big.img05 {
    background: url(../img/top/about_img05.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-about__list__big2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 325px;
    width: calc(100% - 325px);
    background-size: cover;
  }
  .l-about__list__big2.img02 {
    background: url(../img/top/about_img02.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-about__list__big2.img04 {
    background: url(../img/top/about_img04.jpg) no-repeat center top;
    background-size: cover;
  }
  .c-about__header {
    background: #00b1dd;
    width: 118px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    padding: 5px;
    letter-spacing: 2px;
  }
  .l-company {
    margin: 98px 7.8% 0;
    overflow: hidden;
    position: relative;
  }
  .l-company__left {
    float: left;
    width: 40%;
    margin-top: 36px;
  }
  .l-company__left dl {
    margin-bottom: 33px;
  }
  .l-company__left dl dt, .l-company__left dl dd {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
  }
  .l-company__left dl dd {
    letter-spacing: 1px;
  }
  .l-company__right {
    float: left;
    width: 59.8%;
    margin-top: 30px;
    position: relative;
  }
  .l-company__right h3 {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
  }
  .l-company__right ul li {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
  }
  .l-company__right ul li span {
    color: #00b1dd;
    font-size: 10px;
    margin-right: 2px;
  }
  .l-company__right ul li:before {
    content: "\025cf";
    color: #00b1dd;
    font-size: 10px;
    margin-right: 2px;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .l-company .img-block {
    margin-top: 30px;
    width: 295px;
    background: url(../img/top/company_img.jpg) no-repeat center top;
    background-size: cover;
    height: 200px;
  }
  .l-member {
    margin: 89px 7.8% 0;
  }
  .l-member ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .l-member ul li {
    width: 28%;
    margin-right: 7.6%;
    margin-bottom: 106px;
  }
  .l-member ul li:nth-child(3n) {
    margin-right: 0;
  }
  .l-member ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .l-member ul li:nth-child(5) {
    margin-bottom: 0;
  }
  .l-member__block {
    position: relative;
  }
  .l-member__block .box {
    border: 1px solid #00b1dd;
    width: 96%;
    height: 316px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
  }
  .l-member__block__img {
    width: 96%;
    height: 316px;
    z-index: 2;
    position: relative;
  }
  .l-member__block__img img {
    width: 305px;
    height: auto;
    position: relative;
    z-index: 2;
  }
  .l-member__block__img.img01 {
    background: url(../img/top/member_img01.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-member__block__img.img02 {
    background: url(../img/top/member_img02.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-member__block__img.img03 {
    background: url(../img/top/member_img03.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-member__block__img.img04 {
    background: url(../img/top/member_img04.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-member__block__img.img05 {
    background: url(../img/top/member_img05.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-member__block__text {
    margin-top: 50px;
  }
  .l-member__block__text .name {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-size: 30px;
    line-height: 1.45;
    margin-bottom: 15px;
    font-weight: bold;
    color: #404f57;
  }
  .l-member__block__text .name .position {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    letter-spacing: 2px;
  }
  .l-member__block__text .description {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    letter-spacing: 0px;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .l-works {
    padding-top: 103px;
    margin: 0px 7.8% 0;
  }
  .l-works ul {
    margin-top: 80px;
    overflow: hidden;
  }
  .l-works ul li {
    width: 100%;
    display: flex;
  }
  .l-works ul li:nth-child(1) {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .l-works ul li:nth-child(2) {
    border-bottom: 1px solid #fff;
  }
  .l-works ul li:nth-child(3) {
    border-right: 1px solid #fff;
  }
  .l-works ul li.work01 {
    background-size: cover;
  }
  .l-works ul li.work02 {
    background-size: cover;
  }
  .l-works ul li.work03 {
    background-size: cover;
  }
  .l-works ul li.work04 {
    background-size: cover;
  }
  .l-works__block {
    margin-bottom: 50px;
  }
  .l-works__block .c-works__header {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .l-works__block .c-works__header::before {
    content: "";
    display: block;
    background: #00b1dd;
    width: 2px;
    height: 20px;
    margin-right: 10px;
  }
  .l-works__block p:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .l-contact {
    padding-top: 128px;
    margin: 0px 7.8% 0;
  }
  .l-contact__list {
    margin-top: 40px;
    /*Checkboxes styles*/
  }
  .l-contact__list .boxes {
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .l-contact__list input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .l-contact__list input[type="checkbox"] {
    display: none;
  }
  .l-contact__list input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .l-contact__list input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
  }
  .l-contact__list input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #00b1dd;
    position: absolute;
    left: 50%;
    top: -2px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    margin-left: -314px;
  }
  .l-contact__list input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 50%;
    margin-left: -307px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* ----------------------------------

  --  top KV SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .android {
    /* Androidのみ */
  }
  .android .l-kv__wrapper {
    height: calc(100vh - 115px);
  }
  .android .l-kv__arrow {
    bottom: 70px;
  }
  h2 {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 10px;
  }
  h2 span {
    background: url(../img/top/about-line.svg) no-repeat;
    display: block;
    height: 2px;
    background-size: cover;
    margin-top: -6px;
  }
  h2 span.news {
    width: 116px;
  }
  h2 span.about {
    width: 139px;
  }
  h2 span.company {
    width: 204px;
  }
  h2 span.member {
    width: 175px;
  }
  h2 span.works {
    width: 145px;
  }
  h2 span.contact {
    width: 197px;
  }
  .l-kv__wrapper {
    position: relative;
    height: calc(100vh - 175px);
  }
  .l-kv__img {
    width: 100%;
    background: url(../img/top/kv_img.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
  }
  .l-kv__text {
    width: 273px;
    height: 279px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -136px;
    margin-top: -169px;
    background: rgba(64, 79, 87, 0.3);
  }
  .l-kv__text img {
    padding: 38px;
  }
  .l-kv__sns {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: auto;
    width: 2%;
    margin-top: -104px;
  }
  .l-kv__sns span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    margin-left: 24%;
    letter-spacing: 1px;
  }
  .l-kv__sns ul li {
    margin-bottom: 5px;
  }
  .l-kv__sns ul li:last-child {
    margin-bottom: 0;
  }
  .l-kv__arrow {
    position: absolute;
    bottom: 130px;
    left: 50%;
    width: 3%;
    margin-left: -5px;
  }
  .l-kv__arrow img.text {
    width: 9px;
  }
  .l-kv__arrow img.arrow {
    width: 9px;
  }
  .l-arrow {
    width: 5%;
    margin: auto;
    padding: 40px 0;
    transform: rotate(180deg);
  }
  .l-arrow img {
    width: 100%;
    height: auto;
  }
  .c-icon__case {
    border: 2px  solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 26px 18px;
    transform: translateZ(20px);
  }
  .c-icon__case:hover {
    opacity: 0.7;
  }
  .c-icon__case a {
    color: #fff;
    font-size: 18px;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .c-icon__case span {
    display: block;
    font-size: 18px;
    margin-top: -11px;
    color: #fff;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .l-news {
    padding-top: 80px;
  }
  .l-news__left {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .l-news__list ul {
    margin-top: 24px;
    margin-bottom: 60px;
  }
  .l-news__list ul li {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .l-news__list ul li .day {
    margin-right: 28px;
    letter-spacing: 1px;
    display: inline-block;
  }
  .l-news__list ul li .nolink {
    display: block;
    line-height: 1.55;
    letter-spacing: 0px;
  }
  .l-news__list ul li a {
    letter-spacing: 1px;
    display: block;
    line-height: 1.55;
  }
  .l-news__right {
    background: url(../img/top/news_img.jpg) no-repeat center;
    height: 233px;
    width: 100%;
    background-size: cover;
  }
  .l-about {
    padding-top: 100px;
  }
  .l-about__contents {
    overflow: hidden;
    margin: 0px 1.5em 0;
  }
  .l-about__contents.vision {
    margin-top: 20px;
  }
  .l-about__contents.future {
    text-align: center;
    margin-top: 76px;
  }
  .l-about__contents .copy-text {
    width: 64%;
  }
  .l-about__left {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 25px;
  }
  .l-about__left img {
    width: 67%;
    margin-bottom: 50px;
  }
  .l-about__left.vision_left {
    background: url(../img/top/vision_img.jpg) no-repeat center;
    height: 274px;
    width: 100%;
    background-size: cover;
  }
  .l-about__right {
    width: 100%;
  }
  .l-about__right .exposition {
    margin-top: 26px;
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .l-about__block .text {
    margin: 15px auto 17px;
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #404f57;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .l-about__block ul {
    margin: 15px auto 17px;
  }
  .l-about__block ul li {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #404f57;
    position: relative;
    padding-left: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 5px;
  }
  .l-about__block ul li span {
    color: #00b1dd;
    font-size: 10px;
    margin-right: 2px;
  }
  .l-about__block ul li:before {
    content: "\025cf";
    color: #00b1dd;
    font-size: 10px;
    margin-right: 2px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .l-about__list {
    margin: 93px 0 0;
  }
  .l-about__list__block {
    height: 300px;
    position: relative;
  }
  .l-about__list__block:nth-child(1n) {
    background: #404f57;
  }
  .l-about__list__block:nth-child(2n) {
    background: #00b1dd;
  }
  .l-about__list__small {
    margin-top: 24px;
  }
  .l-about__list__small.text01 {
    margin-top: 40px;
  }
  .l-about__list__small.text01 img {
    width: 190px;
  }
  .l-about__list__small.text03 img {
    width: 147px;
  }
  .l-about__list__small.text05 {
    margin-top: 40px;
  }
  .l-about__list__small.text05 img {
    width: 229px;
  }
  .l-about__list__small2 {
    margin-top: 24px;
  }
  .l-about__list__small2.text02 {
    margin-top: 40px;
  }
  .l-about__list__small2.text02 img {
    width: 255px;
  }
  .l-about__list__small2.text04 img {
    width: 245px;
  }
  .l-about__list__big {
    height: 170px;
    width: 100%;
  }
  .l-about__list__big.img01 {
    background: url(../img/top/about_img01.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-about__list__big.img03 {
    background: url(../img/top/about_img03.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-about__list__big.img05 {
    background: url(../img/top/about_img05.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-about__list__big2 {
    height: 170px;
    width: 100%;
    background-size: cover;
    margin-top: -1px;
  }
  .l-about__list__big2.img02 {
    background: url(../img/top/about_img02.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-about__list__big2.img04 {
    background: url(../img/top/about_img04.jpg) no-repeat center top;
    background-size: cover;
  }
  .c-about__header {
    background: #00b1dd;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    padding: 5px;
    letter-spacing: 2px;
  }
  .l-company {
    margin: 50px 7.8% 0;
    overflow: hidden;
    position: relative;
  }
  .l-company__left {
    width: 100%;
    margin-top: 28px;
  }
  .l-company__left dl {
    margin-bottom: 16px;
  }
  .l-company__left dl dt, .l-company__left dl dd {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
  }
  .l-company__left dl dd {
    letter-spacing: 1px;
    line-height: 16px;
  }
  .l-company__right {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 30px;
    position: relative;
  }
  .l-company__right h3 {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
  }
  .l-company__right ul li {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .l-company__right ul li span {
    color: #00b1dd;
    font-size: 10px;
    margin-right: 2px;
  }
  .l-company__right ul li:before {
    content: "\025cf";
    color: #00b1dd;
    font-size: 10px;
    margin-right: 2px;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .l-company .img-block {
    width: 100%;
    background: url(../img/top/company_img.jpg) no-repeat center top;
    background-size: cover;
    height: 200px;
    margin-top: 30px;
  }
  .l-member {
    margin: 50px 7.8% 0;
  }
  .l-member ul {
    margin-top: 40px;
    overflow: hidden;
  }
  .l-member ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .l-member ul li:nth-child(3n) {
    margin-right: 0;
  }
  .l-member ul li:nth-child(5) {
    margin-bottom: 0;
  }
  .l-member__block {
    position: relative;
  }
  .l-member__block .box {
    border: 1px solid #00b1dd;
    width: 96%;
    height: 305px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
  }
  .l-member__block__img {
    width: 96%;
    height: 305px;
    z-index: 2;
    position: relative;
  }
  .l-member__block__img img {
    width: 305px;
    height: auto;
    position: relative;
    z-index: 2;
  }
  .l-member__block__img.img01 {
    background: url(../img/top/member_img01.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-member__block__img.img02 {
    background: url(../img/top/member_img02.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-member__block__img.img03 {
    background: url(../img/top/member_img03.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-member__block__img.img04 {
    background: url(../img/top/member_img04.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-member__block__img.img05 {
    background: url(../img/top/member_img05.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-member__block__text {
    margin-top: 38px;
  }
  .l-member__block__text .name {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-size: 28px;
    line-height: 1.45;
    margin-bottom: 15px;
    font-weight: bold;
    color: #404f57;
  }
  .l-member__block__text .name .position {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
    display: block;
    letter-spacing: 2px;
  }
  .l-member__block__text .description {
    font-family: YuGothic, '游ゴシック','Noto Sans JP',"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    letter-spacing: 3px;
    letter-spacing: 0px;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .l-works {
    padding-top: 80px;
    margin: 0px 3.8% 0;
  }
  .l-works ul {
    margin-top: 33px;
    overflow: hidden;
  }
  .l-works ul li {
    width: 100%;
    height: 170px;
    display: flex;
    border-bottom: 1px solid #fff;
  }
  .l-works ul li.work01 {
    background-size: cover;
  }
  .l-works ul li.work02 {
    background-size: cover;
  }
  .l-works ul li.work03 {
    background-size: cover;
  }
  .l-works ul li.work04 {
    background-size: cover;
  }
  .l-works__block {
    margin-bottom: 50px;
  }
  .l-works__block .c-works__header {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .l-works__block .c-works__header::before {
    content: "";
    display: block;
    background: #00b1dd;
    width: 2px;
    height: 20px;
    margin-right: 10px;
  }
  .l-works__block p:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .l-contact {
    padding-top: 80px;
    margin: 0px 7.8% 0;
  }
  .l-contact__list {
    margin-top: 27px;
    /*Checkboxes styles*/
  }
  .l-contact__list .boxes {
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .l-contact__list input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .l-contact__list input[type="checkbox"] {
    display: none;
  }
  .l-contact__list input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 40px;
    text-align: left;
    margin-bottom: 20px;
    font: 13px/20px 'Open Sans', Arial, sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .l-contact__list input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
  }
  .l-contact__list input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #00b1dd;
    position: absolute;
    left: 50%;
    top: -2px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    margin-left: -164px;
  }
  .l-contact__list input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 50%;
    margin-left: -157px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* ----------------------------------

 --  top

---------------------------------- */
#top #l-header-menu-btn {
  opacity: 0;
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* ----------------------------------

 --  mission

---------------------------------- */
/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  .l-works-details {
    margin-bottom: 30px;
  }
  .l-works h3 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .l-works h3 .works {
    background: #02b1dc;
    height: 2px;
    display: block;
    margin: auto;
  }
  .l-works h3 .works.service {
    width: 394px;
  }
  .l-works h3 .works.healthcare {
    width: 337px;
  }
  .l-works h3 .works.data {
    width: 216px;
  }
  .l-works h3 .works.research {
    width: 132px;
  }
  .l-works .sub {
    text-align: center;
    margin-bottom: 27px;
    font-weight: bold;
  }
  .l-works .text {
    text-align: center;
    line-height: 2.25;
    text-align: left;
    font-size: 14px;
  }
  .l-kv-content {
    width: 100%;
    height: 300px;
  }
  .l-kv-content.work01 {
    background: url(../img/work/work01.jpg) no-repeat center;
    background-size: cover;
  }
  .l-kv-content.work02 {
    background: url(../img/work/work02.jpg) no-repeat center;
    background-size: cover;
  }
  .l-kv-content.work03 {
    background: url(../img/work/work03.jpg) no-repeat center;
    background-size: cover;
  }
  .l-kv-content.work04 {
    background: url(../img/work/work04.jpg) no-repeat center;
    background-size: cover;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .l-works-details {
    margin-bottom: 30px;
  }
  .l-works h3 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 27px;
  }
  .l-works h3 .works {
    background: #02b1dc;
    height: 2px;
    display: block;
    margin: auto;
  }
  .l-works h3 .works.service {
    width: 351px;
  }
  .l-works h3 .works.healthcare {
    width: 305px;
  }
  .l-works h3 .works.data {
    width: 190px;
  }
  .l-works h3 .works.research {
    width: 118px;
  }
  .l-works .sub {
    text-align: center;
    margin-bottom: 27px;
    font-weight: bold;
  }
  .l-works .text {
    text-align: left;
    line-height: 2.25;
    text-align: left;
    font-size: 14px;
  }
  .l-kv-content {
    width: 100%;
    height: 300px;
  }
  .l-kv-content.work01 {
    background: url(../img/work/work01.jpg) no-repeat center;
    background-size: cover;
  }
  .l-kv-content.work02 {
    background: url(../img/work/work02.jpg) no-repeat center;
    background-size: cover;
  }
  .l-kv-content.work03 {
    background: url(../img/work/work03.jpg) no-repeat center;
    background-size: cover;
  }
  .l-kv-content.work04 {
    background: url(../img/work/work04.jpg) no-repeat center;
    background-size: cover;
  }
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* ----------------------------------

 --  mission

---------------------------------- */
/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  .l-contact__text {
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
  }
  .l-contact__text a {
    text-decoration: underline;
  }
  .l-contact__block {
    position: relative;
    width: 541px;
  }
  .l-contact__block__full {
    width: 100%;
  }
  .l-contact__list dl {
    margin-bottom: 40px;
  }
  .l-contact__list dl dt {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 300;
  }
  .l-contact__list dl dd input {
    width: 100%;
    border: 1px solid #9e9e9f;
    height: 60px;
    padding: 20px;
  }
  .l-contact__list dl dd textarea {
    width: 100%;
    border: 1px solid #9e9e9f;
    padding: 10px 20px;
  }
  .c-contact__button {
    width: 235px;
    height: 62px;
    margin: 60px auto 0;
    background: #00b1dd;
    text-align: center;
    border-radius: 5px;
  }
  .c-contact__button a {
    color: #fff;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 58px;
  }
  .c-contact__button input {
    color: #fff;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 81px;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .l-contact__text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .l-contact__text a {
    text-decoration: underline;
  }
  .l-contact__block {
    position: relative;
    width: 541px;
  }
  .l-contact__block__full {
    width: 100%;
  }
  .l-contact__list {
    width: 100%;
  }
  .l-contact__list dl {
    margin-bottom: 20px;
  }
  .l-contact__list dl dt {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .l-contact__list dl dd input {
    width: 100%;
    border: 1px solid #9e9e9f;
    height: 60px;
    padding: 20px;
  }
  .l-contact__list dl dd textarea {
    width: 100%;
    border: 1px solid #9e9e9f;
    padding: 10px 20px;
  }
  .c-contact__button {
    width: 100%;
    height: 40px;
    margin: 60px  auto 0;
    background: #00b1dd;
    text-align: center;
    border-radius: 5px;
  }
  .c-contact__button a {
    color: #fff;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 37px;
  }
  .c-contact__button input {
    color: #fff;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 37px;
  }
}

/* [ media query ]
-------------------------------------------------*/
/* [ color ]
-------------------------------------------------*/
/* [ Device size ]
-------------------------------------------------*/
/* [ font style ]
-------------------------------------------------*/
/* [ layout z-index ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}

/* [ easing ]
-------------------------------------------------*/
/* [ Wrapper ]
-------------------------------------------------*/
/* [ float clear ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ blur ]
-------------------------------------------------*/
/* [ radius ]
-------------------------------------------------*/
/* [ Position ]
-------------------------------------------------*/
/* [ transform ]
-------------------------------------------------*/
/* [ Background ]
-------------------------------------------------*/
/* [ Math ]
-------------------------------------------------*/
/* [ Animation ]
-------------------------------------------------*/
@keyframes scaleLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* [ Extra 今回使うだけのもの ]
-------------------------------------------------*/
@keyframes text-gradient-anime {
  0% {
    background-position: 0% -100%;
    background-size: 100% 300%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
}

@keyframes text-gradient-anime0 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 35% 0%;
  }
}

@keyframes text-gradient-anime1 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 40% 0%;
  }
}

@keyframes text-gradient-anime2 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 55% 0%;
  }
}

@keyframes text-gradient-anime3 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime4 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime5 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 80% 0%;
  }
}

@keyframes text-gradient-anime6 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 60% 0%;
  }
}

@keyframes text-gradient-anime7 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes text-gradient-anime8 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 65% 0%;
  }
}

@keyframes text-gradient-anime9 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes text-gradient-anime10 {
  0% {
    background-position: -30% 0%;
  }
  100% {
    background-position: 85% 0%;
  }
}

@keyframes scrollNavigator {
  0% {
    transform: scale(0);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 50%;
  }
  51% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0);
    transform-origin: 100% 50%;
  }
}

@keyframes scrollNavigatorHuman {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 50% 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0);
    transform-origin: 50% 100%;
  }
}

/* ----------------------------------

 --  privacy

---------------------------------- */
/* ----------------------------------

  --  PC

 ---------------------------------- */
@media only screen and (min-width: 751px) {
  .l-privacy {
    margin: 60px auto 0;
    width: 1080px;
    letter-spacing: 0;
  }
  .l-privacy h2 {
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  .l-privacy p {
    margin-bottom: 20px;
  }
  .l-privacy p a {
    text-decoration: underline;
  }
  .l-privacy img {
    width: 20%;
    margin-bottom: 20px;
  }
  .l-privacy ol {
    list-style-type: auto;
    margin-left: 27px;
  }
  .l-privacy .about-name {
    text-align: right;
    margin-top: 60px;
  }
  .l-privacy .privacy-contact {
    margin-top: 100px;
  }
  .l-privacy .privacy-contact p {
    font-size: 14px;
  }
  .l-privacy .privacy-contact p.privacy-contact_description {
    font-size: 18px;
    font-weight: bold;
  }
  .l-privacy .privacy-contact h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .l-privacy .privacy-contact ul {
    font-size: 14px;
  }
  .l-privacy .privacy-contact__button {
    width: 235px;
    height: 44px;
    background: #00b1dd;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
  }
  .l-privacy .privacy-contact__button a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 42px;
  }
  #privacy #p-privacy-contents {
    padding-top: 150px;
  }
  #privacy #p-privacy-contents .p-privacy-section {
    position: relative;
    padding-bottom: 190px;
  }
  #privacy #p-privacy-contents .p-privacy-section__inner {
    margin: 0 auto;
    width: 1080px;
    position: relative;
    z-index: 40;
  }
  #privacy #p-privacy-contents ul {
    border-top: 1px solid #dcdfe7;
    margin-bottom: 60px;
  }
  #privacy #p-privacy-contents ul li {
    position: relative;
    line-height: 30px;
    padding: 30px 0;
    padding-left: 30px;
    font-size: 15px;
    border-bottom: 1px solid #dcdfe7;
  }
  #privacy #p-privacy-contents ul li span.number {
    position: absolute;
    left: 0;
    font-weight: bold;
  }
  #privacy #p-privacy-contents p.text {
    font-size: 15px;
    line-height: 30px;
  }
}

/* ----------------------------------

  --  SMP

 ---------------------------------- */
@media only screen and (max-width: 750px) {
  .l-privacy {
    margin: 40px auto 0;
    width: 100%;
    letter-spacing: 0;
  }
  .l-privacy #privacy__inner {
    margin: 0 30px;
  }
  .l-privacy h2 {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .l-privacy h3 {
    font-size: 14px;
  }
  .l-privacy p {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .l-privacy p a {
    text-decoration: underline;
  }
  .l-privacy img {
    width: 45%;
    margin-bottom: 20px;
  }
  .l-privacy ol {
    list-style-type: auto;
    margin-left: 22px;
    font-size: 12px;
  }
  .l-privacy ol li {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .l-privacy .about-name {
    text-align: right;
    margin-top: 60px;
  }
  .l-privacy .about-name p {
    text-align: end;
  }
  .l-privacy .privacy-contact {
    margin-top: 100px;
  }
  .l-privacy .privacy-contact p {
    font-size: 12px;
  }
  .l-privacy .privacy-contact p.privacy-contact_description {
    font-size: 14px;
    font-weight: bold;
  }
  .l-privacy .privacy-contact h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .l-privacy .privacy-contact ul {
    font-size: 10px;
  }
  .l-privacy .privacy-contact__button {
    width: 235px;
    height: 44px;
    background: #00b1dd;
    text-align: center;
    border-radius: 5px;
    margin: 30px auto 0;
  }
  .l-privacy .privacy-contact__button a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 42px;
  }
  #privacy #p-privacy-contents {
    padding-top: 45px;
  }
  #privacy #p-privacy-contents .p-privacy-section {
    position: relative;
    padding-bottom: 140px;
  }
  #privacy #p-privacy-contents .p-privacy-section__inner {
    margin: 0 25px;
    position: relative;
    z-index: 40;
  }
  #privacy #p-privacy-contents ul {
    border-top: 1px solid #dcdfe7;
    margin-bottom: 25px;
  }
  #privacy #p-privacy-contents ul li {
    position: relative;
    line-height: 25px;
    padding: 25px 0;
    padding-left: 35px;
    font-size: 13px;
    border-bottom: 1px solid #dcdfe7;
  }
  #privacy #p-privacy-contents ul li span.number {
    position: absolute;
    left: 0;
    font-weight: bold;
  }
  #privacy #p-privacy-contents p.text {
    font-size: 13px;
    line-height: 25px;
    padding-left: 35px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
