@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

.font-futura {
  font-family: futura-pt, sans-serif;
}

.font-notoSans {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.font-handwriting {
  font-family: adobe-handwriting-frank, sans-serif;
}

:root {
  --baseWidth: $baseWidth;
  --baseWidthSub: 1240px;
}

.color-red-50 {
  color: #ffebee;
}

.bgColor-red-50 {
  background-color: #ffebee;
}

.bdColor-red-50 {
  border-color: #ffebee !important;
}

.bdColor-red-50:before {
  background-color: #ffebee !important;
}

.color-red-100 {
  color: #ffcdd2;
}

.bgColor-red-100 {
  background-color: #ffcdd2;
}

.bdColor-red-100 {
  border-color: #ffcdd2 !important;
}

.bdColor-red-100:before {
  background-color: #ffcdd2 !important;
}

.color-red-200 {
  color: #ef9a9a;
}

.bgColor-red-200 {
  background-color: #ef9a9a;
}

.bdColor-red-200 {
  border-color: #ef9a9a !important;
}

.bdColor-red-200:before {
  background-color: #ef9a9a !important;
}

.color-red-300 {
  color: #e57373;
}

.bgColor-red-300 {
  background-color: #e57373;
}

.bdColor-red-300 {
  border-color: #e57373 !important;
}

.bdColor-red-300:before {
  background-color: #e57373 !important;
}

.color-red-400 {
  color: #ef5350;
}

.bgColor-red-400 {
  background-color: #ef5350;
}

.bdColor-red-400 {
  border-color: #ef5350 !important;
}

.bdColor-red-400:before {
  background-color: #ef5350 !important;
}

.color-red-500 {
  color: #f44336;
}

.bgColor-red-500 {
  background-color: #f44336;
}

.bdColor-red-500 {
  border-color: #f44336 !important;
}

.bdColor-red-500:before {
  background-color: #f44336 !important;
}

.color-red-600 {
  color: #e53935;
}

.bgColor-red-600 {
  background-color: #e53935;
}

.bdColor-red-600 {
  border-color: #e53935 !important;
}

.bdColor-red-600:before {
  background-color: #e53935 !important;
}

.color-red-700 {
  color: #d32f2f;
}

.bgColor-red-700 {
  background-color: #d32f2f;
}

.bdColor-red-700 {
  border-color: #d32f2f !important;
}

.bdColor-red-700:before {
  background-color: #d32f2f !important;
}

.color-red-800 {
  color: #c62828;
}

.bgColor-red-800 {
  background-color: #c62828;
}

.bdColor-red-800 {
  border-color: #c62828 !important;
}

.bdColor-red-800:before {
  background-color: #c62828 !important;
}

.color-red-900 {
  color: #b71c1c;
}

.bgColor-red-900 {
  background-color: #b71c1c;
}

.bdColor-red-900 {
  border-color: #b71c1c !important;
}

.bdColor-red-900:before {
  background-color: #b71c1c !important;
}

.color-red-a100 {
  color: #ff8a80;
}

.bgColor-red-a100 {
  background-color: #ff8a80;
}

.bdColor-red-a100 {
  border-color: #ff8a80 !important;
}

.bdColor-red-a100:before {
  background-color: #ff8a80 !important;
}

.color-red-a200 {
  color: #ff5252;
}

.bgColor-red-a200 {
  background-color: #ff5252;
}

.bdColor-red-a200 {
  border-color: #ff5252 !important;
}

.bdColor-red-a200:before {
  background-color: #ff5252 !important;
}

.color-red-a400 {
  color: #ff1744;
}

.bgColor-red-a400 {
  background-color: #ff1744;
}

.bdColor-red-a400 {
  border-color: #ff1744 !important;
}

.bdColor-red-a400:before {
  background-color: #ff1744 !important;
}

.color-red-a700 {
  color: #d50000;
}

.bgColor-red-a700 {
  background-color: #d50000;
}

.bdColor-red-a700 {
  border-color: #d50000 !important;
}

.bdColor-red-a700:before {
  background-color: #d50000 !important;
}

.color-pink-50 {
  color: #fce4ec;
}

.bgColor-pink-50 {
  background-color: #fce4ec;
}

.bdColor-pink-50 {
  border-color: #fce4ec !important;
}

.bdColor-pink-50:before {
  background-color: #fce4ec !important;
}

.color-pink-100 {
  color: #f8bbd0;
}

.bgColor-pink-100 {
  background-color: #f8bbd0;
}

.bdColor-pink-100 {
  border-color: #f8bbd0 !important;
}

.bdColor-pink-100:before {
  background-color: #f8bbd0 !important;
}

.color-pink-200 {
  color: #f48fb1;
}

.bgColor-pink-200 {
  background-color: #f48fb1;
}

.bdColor-pink-200 {
  border-color: #f48fb1 !important;
}

.bdColor-pink-200:before {
  background-color: #f48fb1 !important;
}

.color-pink-300 {
  color: #f06292;
}

.bgColor-pink-300 {
  background-color: #f06292;
}

.bdColor-pink-300 {
  border-color: #f06292 !important;
}

.bdColor-pink-300:before {
  background-color: #f06292 !important;
}

.color-pink-400 {
  color: #ec407a;
}

.bgColor-pink-400 {
  background-color: #ec407a;
}

.bdColor-pink-400 {
  border-color: #ec407a !important;
}

.bdColor-pink-400:before {
  background-color: #ec407a !important;
}

.color-pink-500 {
  color: #e91e63;
}

.bgColor-pink-500 {
  background-color: #e91e63;
}

.bdColor-pink-500 {
  border-color: #e91e63 !important;
}

.bdColor-pink-500:before {
  background-color: #e91e63 !important;
}

.color-pink-600 {
  color: #d81b60;
}

.bgColor-pink-600 {
  background-color: #d81b60;
}

.bdColor-pink-600 {
  border-color: #d81b60 !important;
}

.bdColor-pink-600:before {
  background-color: #d81b60 !important;
}

.color-pink-700 {
  color: #c2185b;
}

.bgColor-pink-700 {
  background-color: #c2185b;
}

.bdColor-pink-700 {
  border-color: #c2185b !important;
}

.bdColor-pink-700:before {
  background-color: #c2185b !important;
}

.color-pink-800 {
  color: #ad1457;
}

.bgColor-pink-800 {
  background-color: #ad1457;
}

.bdColor-pink-800 {
  border-color: #ad1457 !important;
}

.bdColor-pink-800:before {
  background-color: #ad1457 !important;
}

.color-pink-900 {
  color: #880e4f;
}

.bgColor-pink-900 {
  background-color: #880e4f;
}

.bdColor-pink-900 {
  border-color: #880e4f !important;
}

.bdColor-pink-900:before {
  background-color: #880e4f !important;
}

.color-pink-a100 {
  color: #ff80ab;
}

.bgColor-pink-a100 {
  background-color: #ff80ab;
}

.bdColor-pink-a100 {
  border-color: #ff80ab !important;
}

.bdColor-pink-a100:before {
  background-color: #ff80ab !important;
}

.color-pink-a200 {
  color: #ff4081;
}

.bgColor-pink-a200 {
  background-color: #ff4081;
}

.bdColor-pink-a200 {
  border-color: #ff4081 !important;
}

.bdColor-pink-a200:before {
  background-color: #ff4081 !important;
}

.color-pink-a400 {
  color: #f50057;
}

.bgColor-pink-a400 {
  background-color: #f50057;
}

.bdColor-pink-a400 {
  border-color: #f50057 !important;
}

.bdColor-pink-a400:before {
  background-color: #f50057 !important;
}

.color-pink-a700 {
  color: #c51162;
}

.bgColor-pink-a700 {
  background-color: #c51162;
}

.bdColor-pink-a700 {
  border-color: #c51162 !important;
}

.bdColor-pink-a700:before {
  background-color: #c51162 !important;
}

.color-purple-50 {
  color: #f3e5f5;
}

.bgColor-purple-50 {
  background-color: #f3e5f5;
}

.bdColor-purple-50 {
  border-color: #f3e5f5 !important;
}

.bdColor-purple-50:before {
  background-color: #f3e5f5 !important;
}

.color-purple-100 {
  color: #e1bee7;
}

.bgColor-purple-100 {
  background-color: #e1bee7;
}

.bdColor-purple-100 {
  border-color: #e1bee7 !important;
}

.bdColor-purple-100:before {
  background-color: #e1bee7 !important;
}

.color-purple-200 {
  color: #ce93d8;
}

.bgColor-purple-200 {
  background-color: #ce93d8;
}

.bdColor-purple-200 {
  border-color: #ce93d8 !important;
}

.bdColor-purple-200:before {
  background-color: #ce93d8 !important;
}

.color-purple-300 {
  color: #ba68c8;
}

.bgColor-purple-300 {
  background-color: #ba68c8;
}

.bdColor-purple-300 {
  border-color: #ba68c8 !important;
}

.bdColor-purple-300:before {
  background-color: #ba68c8 !important;
}

.color-purple-400 {
  color: #ab47bc;
}

.bgColor-purple-400 {
  background-color: #ab47bc;
}

.bdColor-purple-400 {
  border-color: #ab47bc !important;
}

.bdColor-purple-400:before {
  background-color: #ab47bc !important;
}

.color-purple-500 {
  color: #9c27b0;
}

.bgColor-purple-500 {
  background-color: #9c27b0;
}

.bdColor-purple-500 {
  border-color: #9c27b0 !important;
}

.bdColor-purple-500:before {
  background-color: #9c27b0 !important;
}

.color-purple-600 {
  color: #8e24aa;
}

.bgColor-purple-600 {
  background-color: #8e24aa;
}

.bdColor-purple-600 {
  border-color: #8e24aa !important;
}

.bdColor-purple-600:before {
  background-color: #8e24aa !important;
}

.color-purple-700 {
  color: #7b1fa2;
}

.bgColor-purple-700 {
  background-color: #7b1fa2;
}

.bdColor-purple-700 {
  border-color: #7b1fa2 !important;
}

.bdColor-purple-700:before {
  background-color: #7b1fa2 !important;
}

.color-purple-800 {
  color: #6a1b9a;
}

.bgColor-purple-800 {
  background-color: #6a1b9a;
}

.bdColor-purple-800 {
  border-color: #6a1b9a !important;
}

.bdColor-purple-800:before {
  background-color: #6a1b9a !important;
}

.color-purple-900 {
  color: #4a148c;
}

.bgColor-purple-900 {
  background-color: #4a148c;
}

.bdColor-purple-900 {
  border-color: #4a148c !important;
}

.bdColor-purple-900:before {
  background-color: #4a148c !important;
}

.color-purple-a100 {
  color: #ea80fc;
}

.bgColor-purple-a100 {
  background-color: #ea80fc;
}

.bdColor-purple-a100 {
  border-color: #ea80fc !important;
}

.bdColor-purple-a100:before {
  background-color: #ea80fc !important;
}

.color-purple-a200 {
  color: #e040fb;
}

.bgColor-purple-a200 {
  background-color: #e040fb;
}

.bdColor-purple-a200 {
  border-color: #e040fb !important;
}

.bdColor-purple-a200:before {
  background-color: #e040fb !important;
}

.color-purple-a400 {
  color: #d500f9;
}

.bgColor-purple-a400 {
  background-color: #d500f9;
}

.bdColor-purple-a400 {
  border-color: #d500f9 !important;
}

.bdColor-purple-a400:before {
  background-color: #d500f9 !important;
}

.color-purple-a700 {
  color: #aa00ff;
}

.bgColor-purple-a700 {
  background-color: #aa00ff;
}

.bdColor-purple-a700 {
  border-color: #aa00ff !important;
}

.bdColor-purple-a700:before {
  background-color: #aa00ff !important;
}

.color-deep-purple-50 {
  color: #ede7f6;
}

.bgColor-deep-purple-50 {
  background-color: #ede7f6;
}

.bdColor-deep-purple-50 {
  border-color: #ede7f6 !important;
}

.bdColor-deep-purple-50:before {
  background-color: #ede7f6 !important;
}

.color-deep-purple-100 {
  color: #d1c4e9;
}

.bgColor-deep-purple-100 {
  background-color: #d1c4e9;
}

.bdColor-deep-purple-100 {
  border-color: #d1c4e9 !important;
}

.bdColor-deep-purple-100:before {
  background-color: #d1c4e9 !important;
}

.color-deep-purple-200 {
  color: #b39ddb;
}

.bgColor-deep-purple-200 {
  background-color: #b39ddb;
}

.bdColor-deep-purple-200 {
  border-color: #b39ddb !important;
}

.bdColor-deep-purple-200:before {
  background-color: #b39ddb !important;
}

.color-deep-purple-300 {
  color: #9575cd;
}

.bgColor-deep-purple-300 {
  background-color: #9575cd;
}

.bdColor-deep-purple-300 {
  border-color: #9575cd !important;
}

.bdColor-deep-purple-300:before {
  background-color: #9575cd !important;
}

.color-deep-purple-400 {
  color: #7e57c2;
}

.bgColor-deep-purple-400 {
  background-color: #7e57c2;
}

.bdColor-deep-purple-400 {
  border-color: #7e57c2 !important;
}

.bdColor-deep-purple-400:before {
  background-color: #7e57c2 !important;
}

.color-deep-purple-500 {
  color: #673ab7;
}

.bgColor-deep-purple-500 {
  background-color: #673ab7;
}

.bdColor-deep-purple-500 {
  border-color: #673ab7 !important;
}

.bdColor-deep-purple-500:before {
  background-color: #673ab7 !important;
}

.color-deep-purple-600 {
  color: #5e35b1;
}

.bgColor-deep-purple-600 {
  background-color: #5e35b1;
}

.bdColor-deep-purple-600 {
  border-color: #5e35b1 !important;
}

.bdColor-deep-purple-600:before {
  background-color: #5e35b1 !important;
}

.color-deep-purple-700 {
  color: #512da8;
}

.bgColor-deep-purple-700 {
  background-color: #512da8;
}

.bdColor-deep-purple-700 {
  border-color: #512da8 !important;
}

.bdColor-deep-purple-700:before {
  background-color: #512da8 !important;
}

.color-deep-purple-800 {
  color: #4527a0;
}

.bgColor-deep-purple-800 {
  background-color: #4527a0;
}

.bdColor-deep-purple-800 {
  border-color: #4527a0 !important;
}

.bdColor-deep-purple-800:before {
  background-color: #4527a0 !important;
}

.color-deep-purple-900 {
  color: #311b92;
}

.bgColor-deep-purple-900 {
  background-color: #311b92;
}

.bdColor-deep-purple-900 {
  border-color: #311b92 !important;
}

.bdColor-deep-purple-900:before {
  background-color: #311b92 !important;
}

.color-deep-purple-a100 {
  color: #b388ff;
}

.bgColor-deep-purple-a100 {
  background-color: #b388ff;
}

.bdColor-deep-purple-a100 {
  border-color: #b388ff !important;
}

.bdColor-deep-purple-a100:before {
  background-color: #b388ff !important;
}

.color-deep-purple-a200 {
  color: #7c4dff;
}

.bgColor-deep-purple-a200 {
  background-color: #7c4dff;
}

.bdColor-deep-purple-a200 {
  border-color: #7c4dff !important;
}

.bdColor-deep-purple-a200:before {
  background-color: #7c4dff !important;
}

.color-deep-purple-a400 {
  color: #651fff;
}

.bgColor-deep-purple-a400 {
  background-color: #651fff;
}

.bdColor-deep-purple-a400 {
  border-color: #651fff !important;
}

.bdColor-deep-purple-a400:before {
  background-color: #651fff !important;
}

.color-deep-purple-a700 {
  color: #6200ea;
}

.bgColor-deep-purple-a700 {
  background-color: #6200ea;
}

.bdColor-deep-purple-a700 {
  border-color: #6200ea !important;
}

.bdColor-deep-purple-a700:before {
  background-color: #6200ea !important;
}

.color-indigo-50 {
  color: #e8eaf6;
}

.bgColor-indigo-50 {
  background-color: #e8eaf6;
}

.bdColor-indigo-50 {
  border-color: #e8eaf6 !important;
}

.bdColor-indigo-50:before {
  background-color: #e8eaf6 !important;
}

.color-indigo-100 {
  color: #c5cae9;
}

.bgColor-indigo-100 {
  background-color: #c5cae9;
}

.bdColor-indigo-100 {
  border-color: #c5cae9 !important;
}

.bdColor-indigo-100:before {
  background-color: #c5cae9 !important;
}

.color-indigo-200 {
  color: #9fa8da;
}

.bgColor-indigo-200 {
  background-color: #9fa8da;
}

.bdColor-indigo-200 {
  border-color: #9fa8da !important;
}

.bdColor-indigo-200:before {
  background-color: #9fa8da !important;
}

.color-indigo-300 {
  color: #7986cb;
}

.bgColor-indigo-300 {
  background-color: #7986cb;
}

.bdColor-indigo-300 {
  border-color: #7986cb !important;
}

.bdColor-indigo-300:before {
  background-color: #7986cb !important;
}

.color-indigo-400 {
  color: #5c6bc0;
}

.bgColor-indigo-400 {
  background-color: #5c6bc0;
}

.bdColor-indigo-400 {
  border-color: #5c6bc0 !important;
}

.bdColor-indigo-400:before {
  background-color: #5c6bc0 !important;
}

.color-indigo-500 {
  color: #3f51b5;
}

.bgColor-indigo-500 {
  background-color: #3f51b5;
}

.bdColor-indigo-500 {
  border-color: #3f51b5 !important;
}

.bdColor-indigo-500:before {
  background-color: #3f51b5 !important;
}

.color-indigo-600 {
  color: #3949ab;
}

.bgColor-indigo-600 {
  background-color: #3949ab;
}

.bdColor-indigo-600 {
  border-color: #3949ab !important;
}

.bdColor-indigo-600:before {
  background-color: #3949ab !important;
}

.color-indigo-700 {
  color: #303f9f;
}

.bgColor-indigo-700 {
  background-color: #303f9f;
}

.bdColor-indigo-700 {
  border-color: #303f9f !important;
}

.bdColor-indigo-700:before {
  background-color: #303f9f !important;
}

.color-indigo-800 {
  color: #283593;
}

.bgColor-indigo-800 {
  background-color: #283593;
}

.bdColor-indigo-800 {
  border-color: #283593 !important;
}

.bdColor-indigo-800:before {
  background-color: #283593 !important;
}

.color-indigo-900 {
  color: #1a237e;
}

.bgColor-indigo-900 {
  background-color: #1a237e;
}

.bdColor-indigo-900 {
  border-color: #1a237e !important;
}

.bdColor-indigo-900:before {
  background-color: #1a237e !important;
}

.color-indigo-a100 {
  color: #8c9eff;
}

.bgColor-indigo-a100 {
  background-color: #8c9eff;
}

.bdColor-indigo-a100 {
  border-color: #8c9eff !important;
}

.bdColor-indigo-a100:before {
  background-color: #8c9eff !important;
}

.color-indigo-a200 {
  color: #536dfe;
}

.bgColor-indigo-a200 {
  background-color: #536dfe;
}

.bdColor-indigo-a200 {
  border-color: #536dfe !important;
}

.bdColor-indigo-a200:before {
  background-color: #536dfe !important;
}

.color-indigo-a400 {
  color: #3d5afe;
}

.bgColor-indigo-a400 {
  background-color: #3d5afe;
}

.bdColor-indigo-a400 {
  border-color: #3d5afe !important;
}

.bdColor-indigo-a400:before {
  background-color: #3d5afe !important;
}

.color-indigo-a700 {
  color: #304ffe;
}

.bgColor-indigo-a700 {
  background-color: #304ffe;
}

.bdColor-indigo-a700 {
  border-color: #304ffe !important;
}

.bdColor-indigo-a700:before {
  background-color: #304ffe !important;
}

.color-blue-50 {
  color: #e3f2fd;
}

.bgColor-blue-50 {
  background-color: #e3f2fd;
}

.bdColor-blue-50 {
  border-color: #e3f2fd !important;
}

.bdColor-blue-50:before {
  background-color: #e3f2fd !important;
}

.color-blue-100 {
  color: #bbdefb;
}

.bgColor-blue-100 {
  background-color: #bbdefb;
}

.bdColor-blue-100 {
  border-color: #bbdefb !important;
}

.bdColor-blue-100:before {
  background-color: #bbdefb !important;
}

.color-blue-200 {
  color: #90caf9;
}

.bgColor-blue-200 {
  background-color: #90caf9;
}

.bdColor-blue-200 {
  border-color: #90caf9 !important;
}

.bdColor-blue-200:before {
  background-color: #90caf9 !important;
}

.color-blue-300 {
  color: #64b5f6;
}

.bgColor-blue-300 {
  background-color: #64b5f6;
}

.bdColor-blue-300 {
  border-color: #64b5f6 !important;
}

.bdColor-blue-300:before {
  background-color: #64b5f6 !important;
}

.color-blue-400 {
  color: #42a5f5;
}

.bgColor-blue-400 {
  background-color: #42a5f5;
}

.bdColor-blue-400 {
  border-color: #42a5f5 !important;
}

.bdColor-blue-400:before {
  background-color: #42a5f5 !important;
}

.color-blue-500 {
  color: #2196f3;
}

.bgColor-blue-500 {
  background-color: #2196f3;
}

.bdColor-blue-500 {
  border-color: #2196f3 !important;
}

.bdColor-blue-500:before {
  background-color: #2196f3 !important;
}

.color-blue-600 {
  color: #1e88e5;
}

.bgColor-blue-600 {
  background-color: #1e88e5;
}

.bdColor-blue-600 {
  border-color: #1e88e5 !important;
}

.bdColor-blue-600:before {
  background-color: #1e88e5 !important;
}

.color-blue-700 {
  color: #1976d2;
}

.bgColor-blue-700 {
  background-color: #1976d2;
}

.bdColor-blue-700 {
  border-color: #1976d2 !important;
}

.bdColor-blue-700:before {
  background-color: #1976d2 !important;
}

.color-blue-800 {
  color: #1565c0;
}

.bgColor-blue-800 {
  background-color: #1565c0;
}

.bdColor-blue-800 {
  border-color: #1565c0 !important;
}

.bdColor-blue-800:before {
  background-color: #1565c0 !important;
}

.color-blue-900 {
  color: #0d47a1;
}

.bgColor-blue-900 {
  background-color: #0d47a1;
}

.bdColor-blue-900 {
  border-color: #0d47a1 !important;
}

.bdColor-blue-900:before {
  background-color: #0d47a1 !important;
}

.color-blue-a100 {
  color: #82b1ff;
}

.bgColor-blue-a100 {
  background-color: #82b1ff;
}

.bdColor-blue-a100 {
  border-color: #82b1ff !important;
}

.bdColor-blue-a100:before {
  background-color: #82b1ff !important;
}

.color-blue-a200 {
  color: #448aff;
}

.bgColor-blue-a200 {
  background-color: #448aff;
}

.bdColor-blue-a200 {
  border-color: #448aff !important;
}

.bdColor-blue-a200:before {
  background-color: #448aff !important;
}

.color-blue-a400 {
  color: #2979ff;
}

.bgColor-blue-a400 {
  background-color: #2979ff;
}

.bdColor-blue-a400 {
  border-color: #2979ff !important;
}

.bdColor-blue-a400:before {
  background-color: #2979ff !important;
}

.color-blue-a700 {
  color: #2962ff;
}

.bgColor-blue-a700 {
  background-color: #2962ff;
}

.bdColor-blue-a700 {
  border-color: #2962ff !important;
}

.bdColor-blue-a700:before {
  background-color: #2962ff !important;
}

.color-light-blue-50 {
  color: #e1f5fe;
}

.bgColor-light-blue-50 {
  background-color: #e1f5fe;
}

.bdColor-light-blue-50 {
  border-color: #e1f5fe !important;
}

.bdColor-light-blue-50:before {
  background-color: #e1f5fe !important;
}

.color-light-blue-100 {
  color: #b3e5fc;
}

.bgColor-light-blue-100 {
  background-color: #b3e5fc;
}

.bdColor-light-blue-100 {
  border-color: #b3e5fc !important;
}

.bdColor-light-blue-100:before {
  background-color: #b3e5fc !important;
}

.color-light-blue-200 {
  color: #81d4fa;
}

.bgColor-light-blue-200 {
  background-color: #81d4fa;
}

.bdColor-light-blue-200 {
  border-color: #81d4fa !important;
}

.bdColor-light-blue-200:before {
  background-color: #81d4fa !important;
}

.color-light-blue-300 {
  color: #4fc3f7;
}

.bgColor-light-blue-300 {
  background-color: #4fc3f7;
}

.bdColor-light-blue-300 {
  border-color: #4fc3f7 !important;
}

.bdColor-light-blue-300:before {
  background-color: #4fc3f7 !important;
}

.color-light-blue-400 {
  color: #29b6f6;
}

.bgColor-light-blue-400 {
  background-color: #29b6f6;
}

.bdColor-light-blue-400 {
  border-color: #29b6f6 !important;
}

.bdColor-light-blue-400:before {
  background-color: #29b6f6 !important;
}

.color-light-blue-500 {
  color: #03a9f4;
}

.bgColor-light-blue-500 {
  background-color: #03a9f4;
}

.bdColor-light-blue-500 {
  border-color: #03a9f4 !important;
}

.bdColor-light-blue-500:before {
  background-color: #03a9f4 !important;
}

.color-light-blue-600 {
  color: #039be5;
}

.bgColor-light-blue-600 {
  background-color: #039be5;
}

.bdColor-light-blue-600 {
  border-color: #039be5 !important;
}

.bdColor-light-blue-600:before {
  background-color: #039be5 !important;
}

.color-light-blue-700 {
  color: #0288d1;
}

.bgColor-light-blue-700 {
  background-color: #0288d1;
}

.bdColor-light-blue-700 {
  border-color: #0288d1 !important;
}

.bdColor-light-blue-700:before {
  background-color: #0288d1 !important;
}

.color-light-blue-800 {
  color: #0277bd;
}

.bgColor-light-blue-800 {
  background-color: #0277bd;
}

.bdColor-light-blue-800 {
  border-color: #0277bd !important;
}

.bdColor-light-blue-800:before {
  background-color: #0277bd !important;
}

.color-light-blue-900 {
  color: #01579b;
}

.bgColor-light-blue-900 {
  background-color: #01579b;
}

.bdColor-light-blue-900 {
  border-color: #01579b !important;
}

.bdColor-light-blue-900:before {
  background-color: #01579b !important;
}

.color-light-blue-a100 {
  color: #80d8ff;
}

.bgColor-light-blue-a100 {
  background-color: #80d8ff;
}

.bdColor-light-blue-a100 {
  border-color: #80d8ff !important;
}

.bdColor-light-blue-a100:before {
  background-color: #80d8ff !important;
}

.color-light-blue-a200 {
  color: #40c4ff;
}

.bgColor-light-blue-a200 {
  background-color: #40c4ff;
}

.bdColor-light-blue-a200 {
  border-color: #40c4ff !important;
}

.bdColor-light-blue-a200:before {
  background-color: #40c4ff !important;
}

.color-light-blue-a400 {
  color: #00b0ff;
}

.bgColor-light-blue-a400 {
  background-color: #00b0ff;
}

.bdColor-light-blue-a400 {
  border-color: #00b0ff !important;
}

.bdColor-light-blue-a400:before {
  background-color: #00b0ff !important;
}

.color-light-blue-a700 {
  color: #0091ea;
}

.bgColor-light-blue-a700 {
  background-color: #0091ea;
}

.bdColor-light-blue-a700 {
  border-color: #0091ea !important;
}

.bdColor-light-blue-a700:before {
  background-color: #0091ea !important;
}

.color-cyan-50 {
  color: #e0f7fa;
}

.bgColor-cyan-50 {
  background-color: #e0f7fa;
}

.bdColor-cyan-50 {
  border-color: #e0f7fa !important;
}

.bdColor-cyan-50:before {
  background-color: #e0f7fa !important;
}

.color-cyan-100 {
  color: #b2ebf2;
}

.bgColor-cyan-100 {
  background-color: #b2ebf2;
}

.bdColor-cyan-100 {
  border-color: #b2ebf2 !important;
}

.bdColor-cyan-100:before {
  background-color: #b2ebf2 !important;
}

.color-cyan-200 {
  color: #80deea;
}

.bgColor-cyan-200 {
  background-color: #80deea;
}

.bdColor-cyan-200 {
  border-color: #80deea !important;
}

.bdColor-cyan-200:before {
  background-color: #80deea !important;
}

.color-cyan-300 {
  color: #4dd0e1;
}

.bgColor-cyan-300 {
  background-color: #4dd0e1;
}

.bdColor-cyan-300 {
  border-color: #4dd0e1 !important;
}

.bdColor-cyan-300:before {
  background-color: #4dd0e1 !important;
}

.color-cyan-400 {
  color: #26c6da;
}

.bgColor-cyan-400 {
  background-color: #26c6da;
}

.bdColor-cyan-400 {
  border-color: #26c6da !important;
}

.bdColor-cyan-400:before {
  background-color: #26c6da !important;
}

.color-cyan-500 {
  color: #00bcd4;
}

.bgColor-cyan-500 {
  background-color: #00bcd4;
}

.bdColor-cyan-500 {
  border-color: #00bcd4 !important;
}

.bdColor-cyan-500:before {
  background-color: #00bcd4 !important;
}

.color-cyan-600 {
  color: #00acc1;
}

.bgColor-cyan-600 {
  background-color: #00acc1;
}

.bdColor-cyan-600 {
  border-color: #00acc1 !important;
}

.bdColor-cyan-600:before {
  background-color: #00acc1 !important;
}

.color-cyan-700 {
  color: #0097a7;
}

.bgColor-cyan-700 {
  background-color: #0097a7;
}

.bdColor-cyan-700 {
  border-color: #0097a7 !important;
}

.bdColor-cyan-700:before {
  background-color: #0097a7 !important;
}

.color-cyan-800 {
  color: #00838f;
}

.bgColor-cyan-800 {
  background-color: #00838f;
}

.bdColor-cyan-800 {
  border-color: #00838f !important;
}

.bdColor-cyan-800:before {
  background-color: #00838f !important;
}

.color-cyan-900 {
  color: #006064;
}

.bgColor-cyan-900 {
  background-color: #006064;
}

.bdColor-cyan-900 {
  border-color: #006064 !important;
}

.bdColor-cyan-900:before {
  background-color: #006064 !important;
}

.color-cyan-a100 {
  color: #84ffff;
}

.bgColor-cyan-a100 {
  background-color: #84ffff;
}

.bdColor-cyan-a100 {
  border-color: #84ffff !important;
}

.bdColor-cyan-a100:before {
  background-color: #84ffff !important;
}

.color-cyan-a200 {
  color: #18ffff;
}

.bgColor-cyan-a200 {
  background-color: #18ffff;
}

.bdColor-cyan-a200 {
  border-color: #18ffff !important;
}

.bdColor-cyan-a200:before {
  background-color: #18ffff !important;
}

.color-cyan-a400 {
  color: #00e5ff;
}

.bgColor-cyan-a400 {
  background-color: #00e5ff;
}

.bdColor-cyan-a400 {
  border-color: #00e5ff !important;
}

.bdColor-cyan-a400:before {
  background-color: #00e5ff !important;
}

.color-cyan-a700 {
  color: #00b8d4;
}

.bgColor-cyan-a700 {
  background-color: #00b8d4;
}

.bdColor-cyan-a700 {
  border-color: #00b8d4 !important;
}

.bdColor-cyan-a700:before {
  background-color: #00b8d4 !important;
}

.color-teal-50 {
  color: #e0f2f1;
}

.bgColor-teal-50 {
  background-color: #e0f2f1;
}

.bdColor-teal-50 {
  border-color: #e0f2f1 !important;
}

.bdColor-teal-50:before {
  background-color: #e0f2f1 !important;
}

.color-teal-100 {
  color: #b2dfdb;
}

.bgColor-teal-100 {
  background-color: #b2dfdb;
}

.bdColor-teal-100 {
  border-color: #b2dfdb !important;
}

.bdColor-teal-100:before {
  background-color: #b2dfdb !important;
}

.color-teal-200 {
  color: #80cbc4;
}

.bgColor-teal-200 {
  background-color: #80cbc4;
}

.bdColor-teal-200 {
  border-color: #80cbc4 !important;
}

.bdColor-teal-200:before {
  background-color: #80cbc4 !important;
}

.color-teal-300 {
  color: #4db6ac;
}

.bgColor-teal-300 {
  background-color: #4db6ac;
}

.bdColor-teal-300 {
  border-color: #4db6ac !important;
}

.bdColor-teal-300:before {
  background-color: #4db6ac !important;
}

.color-teal-400 {
  color: #26a69a;
}

.bgColor-teal-400 {
  background-color: #26a69a;
}

.bdColor-teal-400 {
  border-color: #26a69a !important;
}

.bdColor-teal-400:before {
  background-color: #26a69a !important;
}

.color-teal-500 {
  color: #009688;
}

.bgColor-teal-500 {
  background-color: #009688;
}

.bdColor-teal-500 {
  border-color: #009688 !important;
}

.bdColor-teal-500:before {
  background-color: #009688 !important;
}

.color-teal-600 {
  color: #00897b;
}

.bgColor-teal-600 {
  background-color: #00897b;
}

.bdColor-teal-600 {
  border-color: #00897b !important;
}

.bdColor-teal-600:before {
  background-color: #00897b !important;
}

.color-teal-700 {
  color: #00796b;
}

.bgColor-teal-700 {
  background-color: #00796b;
}

.bdColor-teal-700 {
  border-color: #00796b !important;
}

.bdColor-teal-700:before {
  background-color: #00796b !important;
}

.color-teal-800 {
  color: #00695c;
}

.bgColor-teal-800 {
  background-color: #00695c;
}

.bdColor-teal-800 {
  border-color: #00695c !important;
}

.bdColor-teal-800:before {
  background-color: #00695c !important;
}

.color-teal-900 {
  color: #004d40;
}

.bgColor-teal-900 {
  background-color: #004d40;
}

.bdColor-teal-900 {
  border-color: #004d40 !important;
}

.bdColor-teal-900:before {
  background-color: #004d40 !important;
}

.color-teal-a100 {
  color: #a7ffeb;
}

.bgColor-teal-a100 {
  background-color: #a7ffeb;
}

.bdColor-teal-a100 {
  border-color: #a7ffeb !important;
}

.bdColor-teal-a100:before {
  background-color: #a7ffeb !important;
}

.color-teal-a200 {
  color: #64ffda;
}

.bgColor-teal-a200 {
  background-color: #64ffda;
}

.bdColor-teal-a200 {
  border-color: #64ffda !important;
}

.bdColor-teal-a200:before {
  background-color: #64ffda !important;
}

.color-teal-a400 {
  color: #1de9b6;
}

.bgColor-teal-a400 {
  background-color: #1de9b6;
}

.bdColor-teal-a400 {
  border-color: #1de9b6 !important;
}

.bdColor-teal-a400:before {
  background-color: #1de9b6 !important;
}

.color-teal-a700 {
  color: #00bfa5;
}

.bgColor-teal-a700 {
  background-color: #00bfa5;
}

.bdColor-teal-a700 {
  border-color: #00bfa5 !important;
}

.bdColor-teal-a700:before {
  background-color: #00bfa5 !important;
}

.color-green-50 {
  color: #e8f5e9;
}

.bgColor-green-50 {
  background-color: #e8f5e9;
}

.bdColor-green-50 {
  border-color: #e8f5e9 !important;
}

.bdColor-green-50:before {
  background-color: #e8f5e9 !important;
}

.color-green-100 {
  color: #c8e6c9;
}

.bgColor-green-100 {
  background-color: #c8e6c9;
}

.bdColor-green-100 {
  border-color: #c8e6c9 !important;
}

.bdColor-green-100:before {
  background-color: #c8e6c9 !important;
}

.color-green-200 {
  color: #a5d6a7;
}

.bgColor-green-200 {
  background-color: #a5d6a7;
}

.bdColor-green-200 {
  border-color: #a5d6a7 !important;
}

.bdColor-green-200:before {
  background-color: #a5d6a7 !important;
}

.color-green-300 {
  color: #81c784;
}

.bgColor-green-300 {
  background-color: #81c784;
}

.bdColor-green-300 {
  border-color: #81c784 !important;
}

.bdColor-green-300:before {
  background-color: #81c784 !important;
}

.color-green-400 {
  color: #66bb6a;
}

.bgColor-green-400 {
  background-color: #66bb6a;
}

.bdColor-green-400 {
  border-color: #66bb6a !important;
}

.bdColor-green-400:before {
  background-color: #66bb6a !important;
}

.color-green-500 {
  color: #4caf50;
}

.bgColor-green-500 {
  background-color: #4caf50;
}

.bdColor-green-500 {
  border-color: #4caf50 !important;
}

.bdColor-green-500:before {
  background-color: #4caf50 !important;
}

.color-green-600 {
  color: #43a047;
}

.bgColor-green-600 {
  background-color: #43a047;
}

.bdColor-green-600 {
  border-color: #43a047 !important;
}

.bdColor-green-600:before {
  background-color: #43a047 !important;
}

.color-green-700 {
  color: #388e3c;
}

.bgColor-green-700 {
  background-color: #388e3c;
}

.bdColor-green-700 {
  border-color: #388e3c !important;
}

.bdColor-green-700:before {
  background-color: #388e3c !important;
}

.color-green-800 {
  color: #2e7d32;
}

.bgColor-green-800 {
  background-color: #2e7d32;
}

.bdColor-green-800 {
  border-color: #2e7d32 !important;
}

.bdColor-green-800:before {
  background-color: #2e7d32 !important;
}

.color-green-900 {
  color: #1b5e20;
}

.bgColor-green-900 {
  background-color: #1b5e20;
}

.bdColor-green-900 {
  border-color: #1b5e20 !important;
}

.bdColor-green-900:before {
  background-color: #1b5e20 !important;
}

.color-green-a100 {
  color: #b9f6ca;
}

.bgColor-green-a100 {
  background-color: #b9f6ca;
}

.bdColor-green-a100 {
  border-color: #b9f6ca !important;
}

.bdColor-green-a100:before {
  background-color: #b9f6ca !important;
}

.color-green-a200 {
  color: #69f0ae;
}

.bgColor-green-a200 {
  background-color: #69f0ae;
}

.bdColor-green-a200 {
  border-color: #69f0ae !important;
}

.bdColor-green-a200:before {
  background-color: #69f0ae !important;
}

.color-green-a400 {
  color: #00e676;
}

.bgColor-green-a400 {
  background-color: #00e676;
}

.bdColor-green-a400 {
  border-color: #00e676 !important;
}

.bdColor-green-a400:before {
  background-color: #00e676 !important;
}

.color-green-a700 {
  color: #00c853;
}

.bgColor-green-a700 {
  background-color: #00c853;
}

.bdColor-green-a700 {
  border-color: #00c853 !important;
}

.bdColor-green-a700:before {
  background-color: #00c853 !important;
}

.color-light-green-50 {
  color: #f1f8e9;
}

.bgColor-light-green-50 {
  background-color: #f1f8e9;
}

.bdColor-light-green-50 {
  border-color: #f1f8e9 !important;
}

.bdColor-light-green-50:before {
  background-color: #f1f8e9 !important;
}

.color-light-green-100 {
  color: #dcedc8;
}

.bgColor-light-green-100 {
  background-color: #dcedc8;
}

.bdColor-light-green-100 {
  border-color: #dcedc8 !important;
}

.bdColor-light-green-100:before {
  background-color: #dcedc8 !important;
}

.color-light-green-200 {
  color: #c5e1a5;
}

.bgColor-light-green-200 {
  background-color: #c5e1a5;
}

.bdColor-light-green-200 {
  border-color: #c5e1a5 !important;
}

.bdColor-light-green-200:before {
  background-color: #c5e1a5 !important;
}

.color-light-green-300 {
  color: #aed581;
}

.bgColor-light-green-300 {
  background-color: #aed581;
}

.bdColor-light-green-300 {
  border-color: #aed581 !important;
}

.bdColor-light-green-300:before {
  background-color: #aed581 !important;
}

.color-light-green-400 {
  color: #9ccc65;
}

.bgColor-light-green-400 {
  background-color: #9ccc65;
}

.bdColor-light-green-400 {
  border-color: #9ccc65 !important;
}

.bdColor-light-green-400:before {
  background-color: #9ccc65 !important;
}

.color-light-green-500 {
  color: #8bc34a;
}

.bgColor-light-green-500 {
  background-color: #8bc34a;
}

.bdColor-light-green-500 {
  border-color: #8bc34a !important;
}

.bdColor-light-green-500:before {
  background-color: #8bc34a !important;
}

.color-light-green-600 {
  color: #7cb342;
}

.bgColor-light-green-600 {
  background-color: #7cb342;
}

.bdColor-light-green-600 {
  border-color: #7cb342 !important;
}

.bdColor-light-green-600:before {
  background-color: #7cb342 !important;
}

.color-light-green-700 {
  color: #689f38;
}

.bgColor-light-green-700 {
  background-color: #689f38;
}

.bdColor-light-green-700 {
  border-color: #689f38 !important;
}

.bdColor-light-green-700:before {
  background-color: #689f38 !important;
}

.color-light-green-800 {
  color: #558b2f;
}

.bgColor-light-green-800 {
  background-color: #558b2f;
}

.bdColor-light-green-800 {
  border-color: #558b2f !important;
}

.bdColor-light-green-800:before {
  background-color: #558b2f !important;
}

.color-light-green-900 {
  color: #33691e;
}

.bgColor-light-green-900 {
  background-color: #33691e;
}

.bdColor-light-green-900 {
  border-color: #33691e !important;
}

.bdColor-light-green-900:before {
  background-color: #33691e !important;
}

.color-light-green-a100 {
  color: #ccff90;
}

.bgColor-light-green-a100 {
  background-color: #ccff90;
}

.bdColor-light-green-a100 {
  border-color: #ccff90 !important;
}

.bdColor-light-green-a100:before {
  background-color: #ccff90 !important;
}

.color-light-green-a200 {
  color: #b2ff59;
}

.bgColor-light-green-a200 {
  background-color: #b2ff59;
}

.bdColor-light-green-a200 {
  border-color: #b2ff59 !important;
}

.bdColor-light-green-a200:before {
  background-color: #b2ff59 !important;
}

.color-light-green-a400 {
  color: #76ff03;
}

.bgColor-light-green-a400 {
  background-color: #76ff03;
}

.bdColor-light-green-a400 {
  border-color: #76ff03 !important;
}

.bdColor-light-green-a400:before {
  background-color: #76ff03 !important;
}

.color-light-green-a700 {
  color: #64dd17;
}

.bgColor-light-green-a700 {
  background-color: #64dd17;
}

.bdColor-light-green-a700 {
  border-color: #64dd17 !important;
}

.bdColor-light-green-a700:before {
  background-color: #64dd17 !important;
}

.color-lime-50 {
  color: #f9fbe7;
}

.bgColor-lime-50 {
  background-color: #f9fbe7;
}

.bdColor-lime-50 {
  border-color: #f9fbe7 !important;
}

.bdColor-lime-50:before {
  background-color: #f9fbe7 !important;
}

.color-lime-100 {
  color: #f0f4c3;
}

.bgColor-lime-100 {
  background-color: #f0f4c3;
}

.bdColor-lime-100 {
  border-color: #f0f4c3 !important;
}

.bdColor-lime-100:before {
  background-color: #f0f4c3 !important;
}

.color-lime-200 {
  color: #e6ee9c;
}

.bgColor-lime-200 {
  background-color: #e6ee9c;
}

.bdColor-lime-200 {
  border-color: #e6ee9c !important;
}

.bdColor-lime-200:before {
  background-color: #e6ee9c !important;
}

.color-lime-300 {
  color: #dce775;
}

.bgColor-lime-300 {
  background-color: #dce775;
}

.bdColor-lime-300 {
  border-color: #dce775 !important;
}

.bdColor-lime-300:before {
  background-color: #dce775 !important;
}

.color-lime-400 {
  color: #d4e157;
}

.bgColor-lime-400 {
  background-color: #d4e157;
}

.bdColor-lime-400 {
  border-color: #d4e157 !important;
}

.bdColor-lime-400:before {
  background-color: #d4e157 !important;
}

.color-lime-500 {
  color: #cddc39;
}

.bgColor-lime-500 {
  background-color: #cddc39;
}

.bdColor-lime-500 {
  border-color: #cddc39 !important;
}

.bdColor-lime-500:before {
  background-color: #cddc39 !important;
}

.color-lime-600 {
  color: #c0ca33;
}

.bgColor-lime-600 {
  background-color: #c0ca33;
}

.bdColor-lime-600 {
  border-color: #c0ca33 !important;
}

.bdColor-lime-600:before {
  background-color: #c0ca33 !important;
}

.color-lime-700 {
  color: #afb42b;
}

.bgColor-lime-700 {
  background-color: #afb42b;
}

.bdColor-lime-700 {
  border-color: #afb42b !important;
}

.bdColor-lime-700:before {
  background-color: #afb42b !important;
}

.color-lime-800 {
  color: #9e9d24;
}

.bgColor-lime-800 {
  background-color: #9e9d24;
}

.bdColor-lime-800 {
  border-color: #9e9d24 !important;
}

.bdColor-lime-800:before {
  background-color: #9e9d24 !important;
}

.color-lime-900 {
  color: #827717;
}

.bgColor-lime-900 {
  background-color: #827717;
}

.bdColor-lime-900 {
  border-color: #827717 !important;
}

.bdColor-lime-900:before {
  background-color: #827717 !important;
}

.color-lime-a100 {
  color: #f4ff81;
}

.bgColor-lime-a100 {
  background-color: #f4ff81;
}

.bdColor-lime-a100 {
  border-color: #f4ff81 !important;
}

.bdColor-lime-a100:before {
  background-color: #f4ff81 !important;
}

.color-lime-a200 {
  color: #eeff41;
}

.bgColor-lime-a200 {
  background-color: #eeff41;
}

.bdColor-lime-a200 {
  border-color: #eeff41 !important;
}

.bdColor-lime-a200:before {
  background-color: #eeff41 !important;
}

.color-lime-a400 {
  color: #c6ff00;
}

.bgColor-lime-a400 {
  background-color: #c6ff00;
}

.bdColor-lime-a400 {
  border-color: #c6ff00 !important;
}

.bdColor-lime-a400:before {
  background-color: #c6ff00 !important;
}

.color-lime-a700 {
  color: #aeea00;
}

.bgColor-lime-a700 {
  background-color: #aeea00;
}

.bdColor-lime-a700 {
  border-color: #aeea00 !important;
}

.bdColor-lime-a700:before {
  background-color: #aeea00 !important;
}

.color-yellow-50 {
  color: #fffde7;
}

.bgColor-yellow-50 {
  background-color: #fffde7;
}

.bdColor-yellow-50 {
  border-color: #fffde7 !important;
}

.bdColor-yellow-50:before {
  background-color: #fffde7 !important;
}

.color-yellow-100 {
  color: #fff9c4;
}

.bgColor-yellow-100 {
  background-color: #fff9c4;
}

.bdColor-yellow-100 {
  border-color: #fff9c4 !important;
}

.bdColor-yellow-100:before {
  background-color: #fff9c4 !important;
}

.color-yellow-200 {
  color: #fff59d;
}

.bgColor-yellow-200 {
  background-color: #fff59d;
}

.bdColor-yellow-200 {
  border-color: #fff59d !important;
}

.bdColor-yellow-200:before {
  background-color: #fff59d !important;
}

.color-yellow-300 {
  color: #fff176;
}

.bgColor-yellow-300 {
  background-color: #fff176;
}

.bdColor-yellow-300 {
  border-color: #fff176 !important;
}

.bdColor-yellow-300:before {
  background-color: #fff176 !important;
}

.color-yellow-400 {
  color: #ffee58;
}

.bgColor-yellow-400 {
  background-color: #ffee58;
}

.bdColor-yellow-400 {
  border-color: #ffee58 !important;
}

.bdColor-yellow-400:before {
  background-color: #ffee58 !important;
}

.color-yellow-500 {
  color: #ffeb3b;
}

.bgColor-yellow-500 {
  background-color: #ffeb3b;
}

.bdColor-yellow-500 {
  border-color: #ffeb3b !important;
}

.bdColor-yellow-500:before {
  background-color: #ffeb3b !important;
}

.color-yellow-600 {
  color: #fdd835;
}

.bgColor-yellow-600 {
  background-color: #fdd835;
}

.bdColor-yellow-600 {
  border-color: #fdd835 !important;
}

.bdColor-yellow-600:before {
  background-color: #fdd835 !important;
}

.color-yellow-700 {
  color: #fbc02d;
}

.bgColor-yellow-700 {
  background-color: #fbc02d;
}

.bdColor-yellow-700 {
  border-color: #fbc02d !important;
}

.bdColor-yellow-700:before {
  background-color: #fbc02d !important;
}

.color-yellow-800 {
  color: #f9a825;
}

.bgColor-yellow-800 {
  background-color: #f9a825;
}

.bdColor-yellow-800 {
  border-color: #f9a825 !important;
}

.bdColor-yellow-800:before {
  background-color: #f9a825 !important;
}

.color-yellow-900 {
  color: #f57f17;
}

.bgColor-yellow-900 {
  background-color: #f57f17;
}

.bdColor-yellow-900 {
  border-color: #f57f17 !important;
}

.bdColor-yellow-900:before {
  background-color: #f57f17 !important;
}

.color-yellow-a100 {
  color: #ffff8d;
}

.bgColor-yellow-a100 {
  background-color: #ffff8d;
}

.bdColor-yellow-a100 {
  border-color: #ffff8d !important;
}

.bdColor-yellow-a100:before {
  background-color: #ffff8d !important;
}

.color-yellow-a200 {
  color: #ffff00;
}

.bgColor-yellow-a200 {
  background-color: #ffff00;
}

.bdColor-yellow-a200 {
  border-color: #ffff00 !important;
}

.bdColor-yellow-a200:before {
  background-color: #ffff00 !important;
}

.color-yellow-a400 {
  color: #ffea00;
}

.bgColor-yellow-a400 {
  background-color: #ffea00;
}

.bdColor-yellow-a400 {
  border-color: #ffea00 !important;
}

.bdColor-yellow-a400:before {
  background-color: #ffea00 !important;
}

.color-yellow-a700 {
  color: #ffd600;
}

.bgColor-yellow-a700 {
  background-color: #ffd600;
}

.bdColor-yellow-a700 {
  border-color: #ffd600 !important;
}

.bdColor-yellow-a700:before {
  background-color: #ffd600 !important;
}

.color-amber-50 {
  color: #fff8e1;
}

.bgColor-amber-50 {
  background-color: #fff8e1;
}

.bdColor-amber-50 {
  border-color: #fff8e1 !important;
}

.bdColor-amber-50:before {
  background-color: #fff8e1 !important;
}

.color-amber-100 {
  color: #ffecb3;
}

.bgColor-amber-100 {
  background-color: #ffecb3;
}

.bdColor-amber-100 {
  border-color: #ffecb3 !important;
}

.bdColor-amber-100:before {
  background-color: #ffecb3 !important;
}

.color-amber-200 {
  color: #ffe082;
}

.bgColor-amber-200 {
  background-color: #ffe082;
}

.bdColor-amber-200 {
  border-color: #ffe082 !important;
}

.bdColor-amber-200:before {
  background-color: #ffe082 !important;
}

.color-amber-300 {
  color: #ffd54f;
}

.bgColor-amber-300 {
  background-color: #ffd54f;
}

.bdColor-amber-300 {
  border-color: #ffd54f !important;
}

.bdColor-amber-300:before {
  background-color: #ffd54f !important;
}

.color-amber-400 {
  color: #ffca28;
}

.bgColor-amber-400 {
  background-color: #ffca28;
}

.bdColor-amber-400 {
  border-color: #ffca28 !important;
}

.bdColor-amber-400:before {
  background-color: #ffca28 !important;
}

.color-amber-500 {
  color: #ffc107;
}

.bgColor-amber-500 {
  background-color: #ffc107;
}

.bdColor-amber-500 {
  border-color: #ffc107 !important;
}

.bdColor-amber-500:before {
  background-color: #ffc107 !important;
}

.color-amber-600 {
  color: #ffb300;
}

.bgColor-amber-600 {
  background-color: #ffb300;
}

.bdColor-amber-600 {
  border-color: #ffb300 !important;
}

.bdColor-amber-600:before {
  background-color: #ffb300 !important;
}

.color-amber-700 {
  color: #ffa000;
}

.bgColor-amber-700 {
  background-color: #ffa000;
}

.bdColor-amber-700 {
  border-color: #ffa000 !important;
}

.bdColor-amber-700:before {
  background-color: #ffa000 !important;
}

.color-amber-800 {
  color: #ff8f00;
}

.bgColor-amber-800 {
  background-color: #ff8f00;
}

.bdColor-amber-800 {
  border-color: #ff8f00 !important;
}

.bdColor-amber-800:before {
  background-color: #ff8f00 !important;
}

.color-amber-900 {
  color: #ff6f00;
}

.bgColor-amber-900 {
  background-color: #ff6f00;
}

.bdColor-amber-900 {
  border-color: #ff6f00 !important;
}

.bdColor-amber-900:before {
  background-color: #ff6f00 !important;
}

.color-amber-a100 {
  color: #ffe57f;
}

.bgColor-amber-a100 {
  background-color: #ffe57f;
}

.bdColor-amber-a100 {
  border-color: #ffe57f !important;
}

.bdColor-amber-a100:before {
  background-color: #ffe57f !important;
}

.color-amber-a200 {
  color: #ffd740;
}

.bgColor-amber-a200 {
  background-color: #ffd740;
}

.bdColor-amber-a200 {
  border-color: #ffd740 !important;
}

.bdColor-amber-a200:before {
  background-color: #ffd740 !important;
}

.color-amber-a400 {
  color: #ffc400;
}

.bgColor-amber-a400 {
  background-color: #ffc400;
}

.bdColor-amber-a400 {
  border-color: #ffc400 !important;
}

.bdColor-amber-a400:before {
  background-color: #ffc400 !important;
}

.color-amber-a700 {
  color: #ffab00;
}

.bgColor-amber-a700 {
  background-color: #ffab00;
}

.bdColor-amber-a700 {
  border-color: #ffab00 !important;
}

.bdColor-amber-a700:before {
  background-color: #ffab00 !important;
}

.color-orange-50 {
  color: #fff3e0;
}

.bgColor-orange-50 {
  background-color: #fff3e0;
}

.bdColor-orange-50 {
  border-color: #fff3e0 !important;
}

.bdColor-orange-50:before {
  background-color: #fff3e0 !important;
}

.color-orange-100 {
  color: #ffe0b2;
}

.bgColor-orange-100 {
  background-color: #ffe0b2;
}

.bdColor-orange-100 {
  border-color: #ffe0b2 !important;
}

.bdColor-orange-100:before {
  background-color: #ffe0b2 !important;
}

.color-orange-200 {
  color: #ffcc80;
}

.bgColor-orange-200 {
  background-color: #ffcc80;
}

.bdColor-orange-200 {
  border-color: #ffcc80 !important;
}

.bdColor-orange-200:before {
  background-color: #ffcc80 !important;
}

.color-orange-300 {
  color: #ffb74d;
}

.bgColor-orange-300 {
  background-color: #ffb74d;
}

.bdColor-orange-300 {
  border-color: #ffb74d !important;
}

.bdColor-orange-300:before {
  background-color: #ffb74d !important;
}

.color-orange-400 {
  color: #ffa726;
}

.bgColor-orange-400 {
  background-color: #ffa726;
}

.bdColor-orange-400 {
  border-color: #ffa726 !important;
}

.bdColor-orange-400:before {
  background-color: #ffa726 !important;
}

.color-orange-500 {
  color: #ff9800;
}

.bgColor-orange-500 {
  background-color: #ff9800;
}

.bdColor-orange-500 {
  border-color: #ff9800 !important;
}

.bdColor-orange-500:before {
  background-color: #ff9800 !important;
}

.color-orange-600 {
  color: #fb8c00;
}

.bgColor-orange-600 {
  background-color: #fb8c00;
}

.bdColor-orange-600 {
  border-color: #fb8c00 !important;
}

.bdColor-orange-600:before {
  background-color: #fb8c00 !important;
}

.color-orange-700 {
  color: #f57c00;
}

.bgColor-orange-700 {
  background-color: #f57c00;
}

.bdColor-orange-700 {
  border-color: #f57c00 !important;
}

.bdColor-orange-700:before {
  background-color: #f57c00 !important;
}

.color-orange-800 {
  color: #ef6c00;
}

.bgColor-orange-800 {
  background-color: #ef6c00;
}

.bdColor-orange-800 {
  border-color: #ef6c00 !important;
}

.bdColor-orange-800:before {
  background-color: #ef6c00 !important;
}

.color-orange-900 {
  color: #e65100;
}

.bgColor-orange-900 {
  background-color: #e65100;
}

.bdColor-orange-900 {
  border-color: #e65100 !important;
}

.bdColor-orange-900:before {
  background-color: #e65100 !important;
}

.color-orange-a100 {
  color: #ffd180;
}

.bgColor-orange-a100 {
  background-color: #ffd180;
}

.bdColor-orange-a100 {
  border-color: #ffd180 !important;
}

.bdColor-orange-a100:before {
  background-color: #ffd180 !important;
}

.color-orange-a200 {
  color: #ffab40;
}

.bgColor-orange-a200 {
  background-color: #ffab40;
}

.bdColor-orange-a200 {
  border-color: #ffab40 !important;
}

.bdColor-orange-a200:before {
  background-color: #ffab40 !important;
}

.color-orange-a400 {
  color: #ff9100;
}

.bgColor-orange-a400 {
  background-color: #ff9100;
}

.bdColor-orange-a400 {
  border-color: #ff9100 !important;
}

.bdColor-orange-a400:before {
  background-color: #ff9100 !important;
}

.color-orange-a700 {
  color: #ff6d00;
}

.bgColor-orange-a700 {
  background-color: #ff6d00;
}

.bdColor-orange-a700 {
  border-color: #ff6d00 !important;
}

.bdColor-orange-a700:before {
  background-color: #ff6d00 !important;
}

.color-deep-orange-50 {
  color: #fbe9e7;
}

.bgColor-deep-orange-50 {
  background-color: #fbe9e7;
}

.bdColor-deep-orange-50 {
  border-color: #fbe9e7 !important;
}

.bdColor-deep-orange-50:before {
  background-color: #fbe9e7 !important;
}

.color-deep-orange-100 {
  color: #ffccbc;
}

.bgColor-deep-orange-100 {
  background-color: #ffccbc;
}

.bdColor-deep-orange-100 {
  border-color: #ffccbc !important;
}

.bdColor-deep-orange-100:before {
  background-color: #ffccbc !important;
}

.color-deep-orange-200 {
  color: #ffab91;
}

.bgColor-deep-orange-200 {
  background-color: #ffab91;
}

.bdColor-deep-orange-200 {
  border-color: #ffab91 !important;
}

.bdColor-deep-orange-200:before {
  background-color: #ffab91 !important;
}

.color-deep-orange-300 {
  color: #ff8a65;
}

.bgColor-deep-orange-300 {
  background-color: #ff8a65;
}

.bdColor-deep-orange-300 {
  border-color: #ff8a65 !important;
}

.bdColor-deep-orange-300:before {
  background-color: #ff8a65 !important;
}

.color-deep-orange-400 {
  color: #ff7043;
}

.bgColor-deep-orange-400 {
  background-color: #ff7043;
}

.bdColor-deep-orange-400 {
  border-color: #ff7043 !important;
}

.bdColor-deep-orange-400:before {
  background-color: #ff7043 !important;
}

.color-deep-orange-500 {
  color: #ff5722;
}

.bgColor-deep-orange-500 {
  background-color: #ff5722;
}

.bdColor-deep-orange-500 {
  border-color: #ff5722 !important;
}

.bdColor-deep-orange-500:before {
  background-color: #ff5722 !important;
}

.color-deep-orange-600 {
  color: #f4511e;
}

.bgColor-deep-orange-600 {
  background-color: #f4511e;
}

.bdColor-deep-orange-600 {
  border-color: #f4511e !important;
}

.bdColor-deep-orange-600:before {
  background-color: #f4511e !important;
}

.color-deep-orange-700 {
  color: #e64a19;
}

.bgColor-deep-orange-700 {
  background-color: #e64a19;
}

.bdColor-deep-orange-700 {
  border-color: #e64a19 !important;
}

.bdColor-deep-orange-700:before {
  background-color: #e64a19 !important;
}

.color-deep-orange-800 {
  color: #d84315;
}

.bgColor-deep-orange-800 {
  background-color: #d84315;
}

.bdColor-deep-orange-800 {
  border-color: #d84315 !important;
}

.bdColor-deep-orange-800:before {
  background-color: #d84315 !important;
}

.color-deep-orange-900 {
  color: #bf360c;
}

.bgColor-deep-orange-900 {
  background-color: #bf360c;
}

.bdColor-deep-orange-900 {
  border-color: #bf360c !important;
}

.bdColor-deep-orange-900:before {
  background-color: #bf360c !important;
}

.color-deep-orange-a100 {
  color: #ff9e80;
}

.bgColor-deep-orange-a100 {
  background-color: #ff9e80;
}

.bdColor-deep-orange-a100 {
  border-color: #ff9e80 !important;
}

.bdColor-deep-orange-a100:before {
  background-color: #ff9e80 !important;
}

.color-deep-orange-a200 {
  color: #ff6e40;
}

.bgColor-deep-orange-a200 {
  background-color: #ff6e40;
}

.bdColor-deep-orange-a200 {
  border-color: #ff6e40 !important;
}

.bdColor-deep-orange-a200:before {
  background-color: #ff6e40 !important;
}

.color-deep-orange-a400 {
  color: #ff3d00;
}

.bgColor-deep-orange-a400 {
  background-color: #ff3d00;
}

.bdColor-deep-orange-a400 {
  border-color: #ff3d00 !important;
}

.bdColor-deep-orange-a400:before {
  background-color: #ff3d00 !important;
}

.color-deep-orange-a700 {
  color: #dd2c00;
}

.bgColor-deep-orange-a700 {
  background-color: #dd2c00;
}

.bdColor-deep-orange-a700 {
  border-color: #dd2c00 !important;
}

.bdColor-deep-orange-a700:before {
  background-color: #dd2c00 !important;
}

.color-brown-50 {
  color: #efebe9;
}

.bgColor-brown-50 {
  background-color: #efebe9;
}

.bdColor-brown-50 {
  border-color: #efebe9 !important;
}

.bdColor-brown-50:before {
  background-color: #efebe9 !important;
}

.color-brown-100 {
  color: #d7ccc8;
}

.bgColor-brown-100 {
  background-color: #d7ccc8;
}

.bdColor-brown-100 {
  border-color: #d7ccc8 !important;
}

.bdColor-brown-100:before {
  background-color: #d7ccc8 !important;
}

.color-brown-200 {
  color: #bcaaa4;
}

.bgColor-brown-200 {
  background-color: #bcaaa4;
}

.bdColor-brown-200 {
  border-color: #bcaaa4 !important;
}

.bdColor-brown-200:before {
  background-color: #bcaaa4 !important;
}

.color-brown-300 {
  color: #a1887f;
}

.bgColor-brown-300 {
  background-color: #a1887f;
}

.bdColor-brown-300 {
  border-color: #a1887f !important;
}

.bdColor-brown-300:before {
  background-color: #a1887f !important;
}

.color-brown-400 {
  color: #8d6e63;
}

.bgColor-brown-400 {
  background-color: #8d6e63;
}

.bdColor-brown-400 {
  border-color: #8d6e63 !important;
}

.bdColor-brown-400:before {
  background-color: #8d6e63 !important;
}

.color-brown-500 {
  color: #795548;
}

.bgColor-brown-500 {
  background-color: #795548;
}

.bdColor-brown-500 {
  border-color: #795548 !important;
}

.bdColor-brown-500:before {
  background-color: #795548 !important;
}

.color-brown-600 {
  color: #6d4c41;
}

.bgColor-brown-600 {
  background-color: #6d4c41;
}

.bdColor-brown-600 {
  border-color: #6d4c41 !important;
}

.bdColor-brown-600:before {
  background-color: #6d4c41 !important;
}

.color-brown-700 {
  color: #5d4037;
}

.bgColor-brown-700 {
  background-color: #5d4037;
}

.bdColor-brown-700 {
  border-color: #5d4037 !important;
}

.bdColor-brown-700:before {
  background-color: #5d4037 !important;
}

.color-brown-800 {
  color: #4e342e;
}

.bgColor-brown-800 {
  background-color: #4e342e;
}

.bdColor-brown-800 {
  border-color: #4e342e !important;
}

.bdColor-brown-800:before {
  background-color: #4e342e !important;
}

.color-brown-900 {
  color: #3e2723;
}

.bgColor-brown-900 {
  background-color: #3e2723;
}

.bdColor-brown-900 {
  border-color: #3e2723 !important;
}

.bdColor-brown-900:before {
  background-color: #3e2723 !important;
}

.color-grey-50 {
  color: #fafafa;
}

.bgColor-grey-50 {
  background-color: #fafafa;
}

.bdColor-grey-50 {
  border-color: #fafafa !important;
}

.bdColor-grey-50:before {
  background-color: #fafafa !important;
}

.color-grey-100 {
  color: #f5f5f5;
}

.bgColor-grey-100 {
  background-color: #f5f5f5;
}

.bdColor-grey-100 {
  border-color: #f5f5f5 !important;
}

.bdColor-grey-100:before {
  background-color: #f5f5f5 !important;
}

.color-grey-200 {
  color: #eeeeee;
}

.bgColor-grey-200 {
  background-color: #eeeeee;
}

.bdColor-grey-200 {
  border-color: #eeeeee !important;
}

.bdColor-grey-200:before {
  background-color: #eeeeee !important;
}

.color-grey-300 {
  color: #e0e0e0;
}

.bgColor-grey-300 {
  background-color: #e0e0e0;
}

.bdColor-grey-300 {
  border-color: #e0e0e0 !important;
}

.bdColor-grey-300:before {
  background-color: #e0e0e0 !important;
}

.color-grey-400 {
  color: #bdbdbd;
}

.bgColor-grey-400 {
  background-color: #bdbdbd;
}

.bdColor-grey-400 {
  border-color: #bdbdbd !important;
}

.bdColor-grey-400:before {
  background-color: #bdbdbd !important;
}

.color-grey-500 {
  color: #9e9e9e;
}

.bgColor-grey-500 {
  background-color: #9e9e9e;
}

.bdColor-grey-500 {
  border-color: #9e9e9e !important;
}

.bdColor-grey-500:before {
  background-color: #9e9e9e !important;
}

.color-grey-600 {
  color: #757575;
}

.bgColor-grey-600 {
  background-color: #757575;
}

.bdColor-grey-600 {
  border-color: #757575 !important;
}

.bdColor-grey-600:before {
  background-color: #757575 !important;
}

.color-grey-700 {
  color: #616161;
}

.bgColor-grey-700 {
  background-color: #616161;
}

.bdColor-grey-700 {
  border-color: #616161 !important;
}

.bdColor-grey-700:before {
  background-color: #616161 !important;
}

.color-grey-800 {
  color: #424242;
}

.bgColor-grey-800 {
  background-color: #424242;
}

.bdColor-grey-800 {
  border-color: #424242 !important;
}

.bdColor-grey-800:before {
  background-color: #424242 !important;
}

.color-grey-900 {
  color: #212121;
}

.bgColor-grey-900 {
  background-color: #212121;
}

.bdColor-grey-900 {
  border-color: #212121 !important;
}

.bdColor-grey-900:before {
  background-color: #212121 !important;
}

.color-blue-grey-50 {
  color: #eceff1;
}

.bgColor-blue-grey-50 {
  background-color: #eceff1;
}

.bdColor-blue-grey-50 {
  border-color: #eceff1 !important;
}

.bdColor-blue-grey-50:before {
  background-color: #eceff1 !important;
}

.color-blue-grey-100 {
  color: #cfd8dc;
}

.bgColor-blue-grey-100 {
  background-color: #cfd8dc;
}

.bdColor-blue-grey-100 {
  border-color: #cfd8dc !important;
}

.bdColor-blue-grey-100:before {
  background-color: #cfd8dc !important;
}

.color-blue-grey-200 {
  color: #b0bec5;
}

.bgColor-blue-grey-200 {
  background-color: #b0bec5;
}

.bdColor-blue-grey-200 {
  border-color: #b0bec5 !important;
}

.bdColor-blue-grey-200:before {
  background-color: #b0bec5 !important;
}

.color-blue-grey-300 {
  color: #90a4ae;
}

.bgColor-blue-grey-300 {
  background-color: #90a4ae;
}

.bdColor-blue-grey-300 {
  border-color: #90a4ae !important;
}

.bdColor-blue-grey-300:before {
  background-color: #90a4ae !important;
}

.color-blue-grey-400 {
  color: #78909c;
}

.bgColor-blue-grey-400 {
  background-color: #78909c;
}

.bdColor-blue-grey-400 {
  border-color: #78909c !important;
}

.bdColor-blue-grey-400:before {
  background-color: #78909c !important;
}

.color-blue-grey-500 {
  color: #607d8b;
}

.bgColor-blue-grey-500 {
  background-color: #607d8b;
}

.bdColor-blue-grey-500 {
  border-color: #607d8b !important;
}

.bdColor-blue-grey-500:before {
  background-color: #607d8b !important;
}

.color-blue-grey-600 {
  color: #546e7a;
}

.bgColor-blue-grey-600 {
  background-color: #546e7a;
}

.bdColor-blue-grey-600 {
  border-color: #546e7a !important;
}

.bdColor-blue-grey-600:before {
  background-color: #546e7a !important;
}

.color-blue-grey-700 {
  color: #455a64;
}

.bgColor-blue-grey-700 {
  background-color: #455a64;
}

.bdColor-blue-grey-700 {
  border-color: #455a64 !important;
}

.bdColor-blue-grey-700:before {
  background-color: #455a64 !important;
}

.color-blue-grey-800 {
  color: #37474f;
}

.bgColor-blue-grey-800 {
  background-color: #37474f;
}

.bdColor-blue-grey-800 {
  border-color: #37474f !important;
}

.bdColor-blue-grey-800:before {
  background-color: #37474f !important;
}

.color-blue-grey-900 {
  color: #263238;
}

.bgColor-blue-grey-900 {
  background-color: #263238;
}

.bdColor-blue-grey-900 {
  border-color: #263238 !important;
}

.bdColor-blue-grey-900:before {
  background-color: #263238 !important;
}

.color-white {
  color: #ffffff;
}

.bgColor-white {
  background-color: #ffffff;
}

.bdColor-white {
  border-color: #ffffff;
}

.color-black {
  color: #000000;
}

.bgColor-black {
  background-color: #000000;
}

.bdColor-black {
  border-color: #000000;
}

.has-blocks-color {
  color: #01579b;
}

.has-navy-color {
  color: #025392;
}

.has-navy-background-color {
  background-color: #025392;
}

.has-light-teal-color {
  color: #028080;
}

.has-light-teal-background-color {
  background-color: #028080;
}

.has-red-color {
  color: #d32f2f;
}

.has-red-background-color {
  background-color: #d32f2f;
}

.has-red-a-color {
  color: #d50000;
}

.has-red-a-background-color {
  background-color: #d50000;
}

.has-pink-color {
  color: #c2185b;
}

.has-pink-background-color {
  background-color: #c2185b;
}

.has-purple-color {
  color: #7b1fa2;
}

.has-purple-background-color {
  background-color: #7b1fa2;
}

.has-deep-purple-color {
  color: #512da8;
}

.has-deep-purple-background-color {
  background-color: #512da8;
}

.has-indigo-color {
  color: #303f9f;
}

.has-indigo-background-color {
  background-color: #303f9f;
}

.has-blue-color {
  color: #1976d2;
}

.has-blue-background-color {
  background-color: #1976d2;
}

.has-light-blue-color {
  color: #0288d1;
}

.has-light-blue-background-color {
  background-color: #0288d1;
}

.has-cyan-color {
  color: #0097a7;
}

.has-cyan-background-color {
  background-color: #0097a7;
}

.has-green-color {
  color: #388e3c;
}

.has-green-background-color {
  background-color: #388e3c;
}

.has-light-green-color {
  color: #689f38;
}

.has-light-green-background-color {
  background-color: #689f38;
}

.has-lime-color {
  color: #afb42b;
}

.has-lime-background-color {
  background-color: #afb42b;
}

.has-yellow-color {
  color: #fbc02d;
}

.has-yellow-background-color {
  background-color: #fbc02d;
}

.has-amber-color {
  color: #ffa000;
}

.has-amber-background-color {
  background-color: #ffa000;
}

.has-orange-color {
  color: #f57c00;
}

.has-orange-background-color {
  background-color: #f57c00;
}

.has-deep-orange-color {
  color: #e64a19;
}

.has-deep-orange-background-color {
  background-color: #e64a19;
}

.has-brown-color {
  color: #5d4037;
}

.has-brown-background-color {
  background-color: #5d4037;
}

.has-grey-color {
  color: #616161;
}

.has-grey-background-color {
  background-color: #616161;
}

.has-blue-grey-color {
  color: #455a64;
}

.has-blue-grey-background-color {
  background-color: #455a64;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-white-color {
  color: #FFFFFF;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

/*----------------------------------------
	clearfix
----------------------------------------*/

.guide-nav > section h2:after,
.guide-block-group > li > a:after,
#main:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

@-webkit-keyframes showScreen {
  0% {
    opacity: 1;
    position: absolute;
  }

  99% {
    opacity: 0;
    position: absolute;
  }

  100% {
    opacity: 0;
    position: initial;
  }
}

@keyframes showScreen {
  0% {
    opacity: 1;
    position: absolute;
  }

  99% {
    opacity: 0;
    position: absolute;
  }

  100% {
    opacity: 0;
    position: initial;
  }
}

html {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

html:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

html.wf-active:before {
  -webkit-animation: showScreen 0.5s forwards linear;
  animation: showScreen 0.5s forwards linear;
}

body {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #37474f;
  background: #fff;
}

body img {
  max-width: 100%;
  height: auto;
}

body.home,
body[class*=lead-capture] {
  background: #01030c;
}

body.fixed {
  position: fixed;
  width: 100%;
  z-index: -1;
}

a {
  color: #01579b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
}

a:hover,
a:active {
  color: #039be5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
}

img {
  vertical-align: bottom;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* fallback */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
  font-display: swap;
}

/* fallback */

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2");
  font-display: swap;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.material-icons,
.material-icons-outlined {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.material-icons.md-18,
.material-icons-outlined.md-18 {
  font-size: 18px;
  top: 0.2rem;
  vertical-align: baseline;
}

.material-icons.md-24,
.material-icons-outlined.md-24 {
  font-size: 24px;
}

.material-icons.md-36,
.material-icons-outlined.md-36 {
  font-size: 36px;
}

.material-icons.md-48,
.material-icons-outlined.md-48 {
  font-size: 48px;
}

.material-icons.md-dark,
.material-icons-outlined.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive,
.material-icons-outlined.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light,
.material-icons-outlined.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive,
.material-icons-outlined.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.material-icons.rotate,
.material-icons-outlined.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*----------------------------------------
	Magnific Popup CSS
----------------------------------------*/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/*----------------------------------------
	Slick CSS
----------------------------------------*/

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */

/*@font-face {
	font-family: "slick";
	src: slick-font-url("slick.eot");
	src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}*/

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Z-INDEX */

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #f00;
  position: relative;
  color: #fff;
  min-width: 100px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 10px 4px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #f00;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/* #main */

#main {
  line-height: 1.6;
  overflow: hidden;
}

#main .container {
  padding: 0 20px;
}

#main .page-ttl .container {
  padding: 0;
}

.container {
  margin: 0 auto;
  max-width: 1080px;
}

.osd {
  display: block;
}

br.osd {
  display: inline;
}

.uds {
  display: block;
}

br.uds {
  display: inline;
}

.usd {
  display: none;
}

a.btn-regist {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 126, 165, 0.15);
  border: 2px solid #fff;
  border-radius: 7px;
  text-decoration: none;
}

a.btn-regist:hover {
  background-color: rgba(0, 126, 165, 0.65);
}

a.btn-regist:after {
  margin-top: -18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: entypo;
  content: "\e766";
  font-size: 17px;
  color: #FFF;
}

a.btn-regist span {
  display: block;
}

a.btn-regist span.free {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #FFF;
}

a.btn-regist span.regist {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #FFF;
}

/* english */

.en .page-ttl .osd {
  display: none;
}

.colBox {
  margin: 120px 0;
}

.colBox p {
  line-height: 180%;
}

.colBox img {
  vertical-align: bottom;
}

.colBox__bgColor {
  padding: 100px 0;
}

.rowBox {
  margin: 2em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.rowBox > .boxInner {
  margin-top: 1em;
  margin-bottom: 1em;
}

.rowBox__2elem {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rowBox__2elem .boxInner {
  margin: 1em 0;
  width: calc(50% - 0.5em);
}

.rowBox__3elem {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rowBox__3elem .boxInner {
  margin: 1em 0;
  width: calc(33.333% - 0.5em);
}

.rowBox__4elem {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rowBox__4elem .boxInner {
  margin: 1em 0;
  width: calc(25% - 0.5em);
}

.rowBox__5elem {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rowBox__5elem .boxInner {
  margin: 1em 0;
  width: calc(20% - 0.5em);
}

/*----------------------------------------
	header
----------------------------------------*/

#header {
  min-width: 960px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header:before {
  content: "";
  display: table;
}

#header:after {
  content: "";
  display: table;
  clear: both;
}

#header h1 {
  margin: 18px auto 18px 30px;
}

#header .navbar {
  padding: 0 20px;
  min-width: 620px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
}

#header.headerfix {
  background: rgba(255, 255, 255, 0.9);
}

#header.headerfix.headerTop {
  background: rgba(255, 255, 255, 0.9);
}

#header.headerfix.headerTop .header-menu a {
  color: #01579b;
}

#header.headerfix.headerTop .header-menu a:hover {
  color: #039be5;
}

#header.headerfix.headerTop .header-menu a:hover i {
  color: #039be5;
}

#header.headerfix.headerTop .header-menu a i {
  color: #01579b;
}

#header.headerTop {
  background: rgba(255, 255, 255, 0);
}

#header.headerTop .header-menu a {
  color: #ffffff;
}

.osd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.header-menu > li {
  position: relative;
}

.header-menu > li a {
  margin: 0 4px;
  padding: 10px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #01579b;
}

.header-menu > li a:hover {
  color: #039be5;
}

.header-menu > li.current a {
  color: #039be5;
}

.header-menu-btn i {
  margin-left: 4px;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
  top: 1px;
}

.header-menu-sub {
  margin: 0;
  padding: 12px 0;
  display: none;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  list-style: none;
  position: absolute;
  top: 36px;
  right: 0;
}

.header-menu-sub > li {
  display: block;
}

.header-menu-sub > li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.header-menu-sub > li:last-child {
  border-bottom: none;
}

.header-menu-sub > li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header-menu-sub > li a {
  margin: 0 !important;
  padding: 0 24px;
  height: 32px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #01579b !important;
  letter-spacing: -0.03em;
  position: relative;
}

.header-menu-sub > li a:hover {
  color: #039be5 !important;
}

.header-menu-sub > li a:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header-menu-sub > li a:before {
  margin: 0 !important;
  content: "";
  display: block;
  width: calc(100% - 48px);
  height: 1px;
  background: #039be5;
  position: absolute;
  bottom: 0;
  left: 24px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.header-menu-sub-children {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu-sub-children > li {
  border-bottom: 1px solid rgba(1, 87, 155, 0.6);
}

.header-menu-sub-children > li:last-child {
  border-bottom: none;
}

.header-menu-sub-children > li a {
  padding-left: 36px;
  letter-spacing: -0.05em;
}

.header-menu-sub-children > li a i {
  left: 19px;
}

.header-sub {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-sub li {
  background: #01579b;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #01579b;
  overflow: hidden;
}

.header-sub li:first-child {
  border-bottom-left-radius: 7px;
  border-left: 1px solid #7cb342;
}

.header-sub li:last-child {
  border-bottom-right-radius: 7px;
  border-right: 1px solid #01579b;
}

.header-sub li:last-child a {
  border-bottom-right-radius: 7px;
}

.header-sub li a {
  padding: 0 12px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 130%;
  text-decoration: none;
  color: #FFF;
}

.header-sub li a:hover {
  background: #FFF;
  color: #01579b;
}

.header-sub li a:hover i {
  color: #01579b;
}

.header-sub li a i {
  margin-right: 5px;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  top: 0.1rem;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-sub .li-search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-sub .li-contact,
.header-sub .li-brochure,
.header-sub .li-login {
  border-bottom: 1px solid #7cb342;
}

.header-sub .li-contact a,
.header-sub .li-brochure a,
.header-sub .li-login a {
  background: #7cb342;
}

.header-sub .li-contact a:hover,
.header-sub .li-brochure a:hover,
.header-sub .li-login a:hover {
  background: #FFF;
  color: #7cb342;
}

.header-sub .li-contact a:hover i,
.header-sub .li-brochure a:hover i,
.header-sub .li-login a:hover i {
  color: #7cb342;
}

.search-submit {
  display: none;
}

.siteSearch {
  margin: 0;
  width: 100%;
  min-width: 220px;
  position: relative;
}

.siteSearch input {
  padding-left: 30px;
  width: 100%;
  height: 30px;
  border: none;
  background: #01579b;
  color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border-bottom-right-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.875rem;
}

.siteSearch input::-webkit-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
}

.siteSearch input::-moz-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
}

.siteSearch input:-ms-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
}

.siteSearch input::-ms-input-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
}

.siteSearch input::placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
}

.siteSearch input:focus {
  background: #FFF;
  color: #000;
}

.siteSearch i {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: calc(50% + 1px);
  left: 9px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #FFF;
}

.usd {
  position: relative;
}

.responsive {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  clear: both;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.header-spMenu {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  position: relative;
  top: 0;
}

.header-spMenu li {
  width: 100%;
  border-bottom: 1px solid #ebeaea;
}

.header-spMenu li:first-child {
  border-top: 1px solid #ebeaea;
}

.header-spMenu li a {
  display: block;
  padding: 16px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
  text-decoration: none;
}

.header-spMenu li a:after {
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  content: "\e5cc";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #01579b;
}

.header-spMenu-sub {
  padding-left: 0;
}

.header-spMenu-sub li {
  list-style: none;
}

.header-spMenu-sub li a {
  padding-left: 44px;
}

.header-spSub {
  margin: 0;
  padding: 15px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-spSub li {
  margin: 5px 0;
  width: calc(50% - 5px);
  list-style: none;
}

.header-spSub a {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #7cb342;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.header-spSub a.sp_login {
  border: 2px solid #0277bd;
  background: #0277bd;
  color: #FFF !important;
}

.header-spSub a i {
  margin-right: 5px;
  display: inline-block;
  position: static;
  font-size: 24px;
  font-size: 1.5rem;
}

.h-logo-pc img {
  width: 264px;
  height: 45px;
}

.h-logo-sp img {
  width: 133px;
  height: 41px;
}

.spHeader {
  width: 100%;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.spHeader.headerfix {
  background: rgba(255, 255, 255, 0.95);
}

.spHeader-user {
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spHeader-user h1 {
  margin: 0 auto !important;
}

#panel-btn {
  display: inline-block;
  position: relative;
  margin: 13px 15px 14px;
  width: 45px;
  height: 45px;
  border: 1px solid #01579b;
  border-radius: 7px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  margin: -1px 0 0 -12px;
  background: #01579b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 1px;
  background: #01579b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#panel-btn-icon:before {
  margin-top: -8px;
}

#panel-btn-icon:after {
  margin-top: 8px;
}

#panel-btn-icon.close {
  background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#lang-btn {
  text-decoration: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.en .header-menu li.btnDoc .btnDocHover {
  left: 48px;
}

.en .header-menu li .sub-menu {
  width: 310px;
}

/*----------------------------------------
	footer
----------------------------------------*/

#footer-component {
  background: #FFF;
  position: relative;
  z-index: 9;
}

.contactBrochure {
  padding: 40px 30px;
  background: #01579b;
  text-align: center;
}

.contactBrochureHl {
  font-size: clamp(1.3125rem, 0.9271300448rem + 1.644245142vw, 2rem);
  color: #FFF;
}

.contactBrochureRead {
  margin: 0 auto 40px;
  line-height: 160%;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #FFF;
}

.footerContact {
  width: 100%;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footerContact-hl {
  margin: 0;
}

.footerContact-hl a {
  padding: 50px 0 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #01579b;
  color: #FFF;
  text-decoration: none;
}

.footerContact-hl a:hover {
  background: #0277bd;
  color: #FFF;
}

.footerContact-hl-en {
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 400;
  position: relative;
}

.footerContact-hl-icon {
  position: relative;
  top: -5px;
}

.footerContact-hl-icon i {
  font-size: 38px;
  font-size: 2.375rem;
}

.footerNav {
  margin: 60px auto;
  max-width: 980px;
  width: calc(100% - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}

.footerNavList {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footerNavList__item {
  margin-bottom: 12px;
  list-style: none;
}

.footerNavList__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.footerNavList__item-hl {
  color: #01579b;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  font-weight: 600;
}

.footerNavSubList {
  margin: 4px 0;
  padding: 0;
}

.footerNavSubList__item {
  margin: 6px 0;
  list-style: none;
}

.footerNavSubList__item a {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  text-decoration: none;
  color: #455a64;
}

.footerBottom {
  margin: 0 auto;
  padding: 40px 50px;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
}

.footerBottomList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
}

.footerBottomList__item {
  margin: 8px 28px 8px 0;
  list-style: none;
}

.footerBottomList__item:last-child {
  margin-right: 0;
}

.footerBottomList__item a {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
}

.copyright {
  margin: 0 0 0 auto;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copyright small {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: #757575;
}

#footer .footernav ul {
  padding-top: 40px;
  margin: 0 auto;
  display: table;
}

#footer .footernav ul li {
  padding: 0 5px;
  text-align: center;
  list-style: none;
}

#footer .footernav ul li a {
  text-decoration: none;
  color: #01579b;
}

#footer .footernav ul.footernav1 {
  padding-left: 0;
  display: none;
}

#footer .footernav ul.footernav2 {
  padding-left: 0;
}

#footer .footernav ul.footernav2 li a {
  font-size: 11px;
  font-size: 0.6875rem;
}

#footer .footernav .footer-howto {
  display: none;
}

#footer .company {
  text-align: center;
  padding: 1em 0 3em;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a2a2a2;
}

#footer .company .copyright {
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

#footer.footer__simple {
  background: #01579b;
}

#footer.footer__simple .company {
  padding: 1em 0;
  color: #ffffff;
}

/* width */

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

/* align */

.aLeft {
  text-align: left !important;
}

.aRight {
  text-align: right !important;
}

.aCenter {
  text-align: center !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

.vBottom {
  vertical-align: bottom !important;
}

/* float */

.fl {
  float: left;
}

.fr {
  float: right;
}

/* visivle style */

.fs-xx-small {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  font-size: clamp(0.5rem, 0.425rem + 0.32vw, 0.625rem)  !important;
}

.fs-x-small {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem)  !important;
}

.fs-small {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem)  !important;
}

.fs-medium {
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem)  !important;
}

.fs-large {
  font-size: clamp(1.3125rem, 1.125rem + 0.8vw, 1.625rem)  !important;
}

.fs-x-large {
  font-size: clamp(1.625rem, 1.4rem + 0.96vw, 2rem)  !important;
}

.fs-xx-large {
  font-size: clamp(2rem, 1.7rem + 1.28vw, 2.5rem)  !important;
}

.m-none {
  margin: 0 !important;
}

.m-xx-small {
  margin: 0.216em !important;
}

.m-x-small {
  margin: 0.36em !important;
}

.m-small {
  margin: 0.6em !important;
}

.m-medium {
  margin: 1em !important;
}

.m-large {
  margin: 1.4em !important;
}

.m-x-large {
  margin: 1.96em !important;
}

.m-xx-large {
  margin: 2.744em !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mt-xx-small {
  margin-top: 0.216em !important;
}

.mt-x-small {
  margin-top: 0.36em !important;
}

.mt-small {
  margin-top: 0.6em !important;
}

.mt-medium {
  margin-top: 1em !important;
}

.mt-large {
  margin-top: 1.4em !important;
}

.mt-x-large {
  margin-top: 1.96em !important;
}

.mt-xx-large {
  margin-top: 2.744em !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-xx-small {
  margin-bottom: 0.216em !important;
}

.mb-x-small {
  margin-bottom: 0.36em !important;
}

.mb-small {
  margin-bottom: 0.6em !important;
}

.mb-medium {
  margin-bottom: 1em !important;
}

.mb-large {
  margin-bottom: 1.4em !important;
}

.mb-x-large {
  margin-bottom: 1.96em !important;
}

.mb-xx-large {
  margin-bottom: 2.744em !important;
}

.ml-none {
  margin-left: 0 !important;
}

.ml-xx-small {
  margin-left: 0.216em !important;
}

.ml-x-small {
  margin-left: 0.36em !important;
}

.ml-small {
  margin-left: 0.6em !important;
}

.ml-medium {
  margin-left: 1em !important;
}

.ml-large {
  margin-left: 1.4em !important;
}

.ml-x-large {
  margin-left: 1.96em !important;
}

.ml-xx-large {
  margin-left: 2.744em !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mr-xx-small {
  margin-right: 0.216em !important;
}

.mr-x-small {
  margin-right: 0.36em !important;
}

.mr-small {
  margin-right: 0.6em !important;
}

.mr-medium {
  margin-right: 1em !important;
}

.mr-large {
  margin-right: 1.4em !important;
}

.mr-x-large {
  margin-right: 1.96em !important;
}

.mr-xx-large {
  margin-right: 2.744em !important;
}

.p-none {
  padding: 0 !important;
}

.p-xx-small {
  padding: 0.216em !important;
}

.p-x-small {
  padding: 0.36em !important;
}

.p-small {
  padding: 0.6em !important;
}

.p-medium {
  padding: 1em !important;
}

.p-large {
  padding: 1.4em !important;
}

.p-x-large {
  padding: 1.96em !important;
}

.p-xx-large {
  padding: 2.744em !important;
}

.pt-none {
  padding-top: 0 !important;
}

.pt-xx-small {
  padding-top: 0.216em !important;
}

.pt-x-small {
  padding-top: 0.36em !important;
}

.pt-small {
  padding-top: 0.6em !important;
}

.pt-medium {
  padding-top: 1em !important;
}

.pt-large {
  padding-top: 1.4em !important;
}

.pt-x-large {
  padding-top: 1.96em !important;
}

.pt-xx-large {
  padding-top: 2.744em !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-xx-small {
  padding-bottom: 0.216em !important;
}

.pb-x-small {
  padding-bottom: 0.36em !important;
}

.pb-small {
  padding-bottom: 0.6em !important;
}

.pb-medium {
  padding-bottom: 1em !important;
}

.pb-large {
  padding-bottom: 1.4em !important;
}

.pb-x-large {
  padding-bottom: 1.96em !important;
}

.pb-xx-large {
  padding-bottom: 2.744em !important;
}

.pl-none {
  padding-left: 0 !important;
}

.pl-xx-small {
  padding-left: 0.216em !important;
}

.pl-x-small {
  padding-left: 0.36em !important;
}

.pl-small {
  padding-left: 0.6em !important;
}

.pl-medium {
  padding-left: 1em !important;
}

.pl-large {
  padding-left: 1.4em !important;
}

.pl-x-large {
  padding-left: 1.96em !important;
}

.pl-xx-large {
  padding-left: 2.744em !important;
}

.pr-none {
  padding-right: 0 !important;
}

.pr-xx-small {
  padding-right: 0.216em !important;
}

.pr-x-small {
  padding-right: 0.36em !important;
}

.pr-small {
  padding-right: 0.6em !important;
}

.pr-medium {
  padding-right: 1em !important;
}

.pr-large {
  padding-right: 1.4em !important;
}

.pr-x-large {
  padding-right: 1.96em !important;
}

.pr-xx-large {
  padding-right: 2.744em !important;
}

.object-position-top-xx-small {
  position: relative;
  top: 0.05em !important;
}

.object-position-top-x-small {
  position: relative;
  top: 0.1em !important;
}

.object-position-top-small {
  position: relative;
  top: 0.15em !important;
}

.object-position-top-medium {
  position: relative;
  top: 0.2em !important;
}

.object-position-top-large {
  position: relative;
  top: 0.25em !important;
}

.object-position-top-x-large {
  position: relative;
  top: 0.3em !important;
}

.object-position-top-xx-large {
  position: relative;
  top: 0.35em !important;
}

.object-position-bottom-xx-small {
  position: relative;
  bottom: 0.05em !important;
}

.object-position-bottom-x-small {
  position: relative;
  bottom: 0.1em !important;
}

.object-position-bottom-small {
  position: relative;
  bottom: 0.15em !important;
}

.object-position-bottom-medium {
  position: relative;
  bottom: 0.2em !important;
}

.object-position-bottom-large {
  position: relative;
  bottom: 0.25em !important;
}

.object-position-bottom-x-large {
  position: relative;
  bottom: 0.3em !important;
}

.object-position-bottom-xx-large {
  position: relative;
  bottom: 0.35em !important;
}

.object-position-left-xx-small {
  position: relative;
  left: 0.05em !important;
}

.object-position-left-x-small {
  position: relative;
  left: 0.1em !important;
}

.object-position-left-small {
  position: relative;
  left: 0.15em !important;
}

.object-position-left-medium {
  position: relative;
  left: 0.2em !important;
}

.object-position-left-large {
  position: relative;
  left: 0.25em !important;
}

.object-position-left-x-large {
  position: relative;
  left: 0.3em !important;
}

.object-position-left-xx-large {
  position: relative;
  left: 0.35em !important;
}

.object-position-right-xx-small {
  position: relative;
  right: 0.05em !important;
}

.object-position-right-x-small {
  position: relative;
  right: 0.1em !important;
}

.object-position-right-small {
  position: relative;
  right: 0.15em !important;
}

.object-position-right-medium {
  position: relative;
  right: 0.2em !important;
}

.object-position-right-large {
  position: relative;
  right: 0.25em !important;
}

.object-position-right-x-large {
  position: relative;
  right: 0.3em !important;
}

.object-position-right-xx-large {
  position: relative;
  right: 0.35em !important;
}

.btn {
  height: 60px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.6;
}

.btn-brochure {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 400px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(124, 179, 66, 0.8);
  border: 1px solid rgba(174, 213, 129, 0.8);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.btn-brochure i {
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-brochure:hover {
  background: rgba(85, 139, 47, 0.8);
  border: 1px solid rgba(139, 195, 74, 0.8);
  color: #ffffff;
}

.btn-contact {
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.btn-contact:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
}

.btn__send {
  width: 280px !important;
  background: #039be5;
  border: none;
}

.btn__send:hover {
  background: rgba(3, 155, 229, 0.8) !important;
}

.btn__back {
  width: 180px !important;
  background: #757575;
  border: none;
}

.btn__solution {
  margin: 0 auto;
  width: 100%;
  height: 90px;
  max-width: 540px;
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(129, 178, 205, 0.6);
  box-shadow: 0 0 10px rgba(129, 178, 205, 0.6);
  border: none;
  color: #01579b;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

.btn__solution:hover {
  background: #01579b;
  color: #ffffff;
  opacity: 1;
}

.btn__features {
  margin: 0 auto;
  width: 100%;
  height: 90px;
  max-width: 540px;
  background: #01579b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(129, 178, 205, 0.6);
  box-shadow: 0 0 10px rgba(129, 178, 205, 0.6);
  border: none;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

.btn__features:hover {
  background: #ffffff;
  color: #01579b;
  opacity: 1;
}

.btn__caas {
  margin: 0 auto;
  width: 100%;
  height: 90px;
  max-width: 540px;
  background: #01579b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px rgba(129, 178, 205, 0.6);
  box-shadow: 0 0 10px rgba(129, 178, 205, 0.6);
  border: none;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

.btn__caas:hover {
  background: #ffffff;
  color: #01579b;
  opacity: 1;
}

.btn__top {
  margin: 0 auto;
  padding: 0 24px;
  height: 70px;
  background: #01579b;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(128, 177, 204, 0.6);
  box-shadow: 0 0 10px rgba(128, 177, 204, 0.6);
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.btn__more {
  width: 280px;
  height: 70px;
  background: #01579b;
  border: none;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.btn__more--small {
  margin: 0 auto;
  width: 100%;
  max-width: 220px;
  height: 60px;
  background: #01579b;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(128, 177, 204, 0.6);
  box-shadow: 0 0 10px rgba(128, 177, 204, 0.6);
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.btn__more--large-white {
  width: 280px;
  height: 80px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(128, 177, 204, 0.6);
  box-shadow: 0 0 10px rgba(128, 177, 204, 0.6);
  border-radius: 3px;
  color: #212121 !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.btn__more--large-blue {
  width: 280px;
  height: 80px;
  border: 1px solid #ffffff;
  background: #01579b;
  -webkit-box-shadow: 0 0 10px rgba(128, 177, 204, 0.6);
  box-shadow: 0 0 10px rgba(128, 177, 204, 0.6);
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.confirmBtn {
  width: 280px !important;
  background: #039be5;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.confirmBtn:disabled {
  pointer-events: none;
  opacity: 0.3;
}

.sendBtn {
  width: 280px !important;
  background: #039be5;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.backBtn {
  width: 180px !important;
  background: #757575;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn__lp {
  height: 80px;
  color: #ffffff;
  border-radius: 4px;
  font-size: 20px;
  font-size: 1.25rem;
}

.btn__lp i {
  margin: 0 10px 0 -10px;
  font-size: 22px;
  font-size: 1.375rem;
}

.btn__lp-contact {
  background: rgba(124, 179, 66, 0.8);
  border: 1px solid rgba(174, 213, 129, 0.8);
}

.btn__lp-contact:hover {
  background: #7cb342;
  border: 1px solid #aed581;
  color: #ffffff;
  opacity: 1;
}

.btn__lp-brochure {
  background: rgba(3, 155, 229, 0.8);
  border: 1px solid rgba(79, 195, 247, 0.8);
}

.btn__lp-brochure:hover {
  background: #039be5;
  border: 1px solid #4fc3f7;
  color: #ffffff;
  opacity: 1;
}

.btn__lp-detail {
  background: #01579b;
  border: 1px solid #0288d1;
}

.btn__lp-detail:hover {
  background: rgba(1, 87, 155, 0.8);
  border: 1px solid rgba(2, 136, 209, 0.8);
  color: #ffffff;
  opacity: 1;
}

.is-style-btn100per {
  width: 100%;
  display: block;
}

.is-style-btn100per a {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.is-style-btn100per .wp-block-button__link {
  display: block;
}

.video {
  margin: 40px auto;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.video-caption {
  margin: -20px 0 25px !important;
  font-size: 12px;
  font-size: 0.75rem;
}

.googleMap {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  position: relative;
  overflow: hidden;
}

.googleMap iframe,
.googleMap object,
.googleMap embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.checkboxInput {
  visibility: hidden;
}

.checkboxInput:checked + .checkboxInput-style {
  color: #01579b;
}

.checkboxInput:checked + .checkboxInput-style:after {
  content: "";
  width: 9px;
  height: 14px;
  display: block;
  border-bottom: 4px solid #01579b;
  border-right: 4px solid #01579b;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  position: absolute;
  top: -2px;
  left: 5px;
  cursor: pointer;
}

.checkboxInput-style {
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
  top: -1px;
  left: -14px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.checkboxInput-style:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}

.checkboxInput-style-noText {
  padding-left: 15px;
}

.mw_wp_form .mwform-checkbox-field > label {
  margin-right: 20px;
  padding-left: 5px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  top: -1px;
}

.mw_wp_form .mwform-checkbox-field > label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}

.mw_wp_form .checkboxInput {
  visibility: hidden;
  height: 0;
}

.mw_wp_form .checkboxInput:checked + .mwform-checkbox-field-text {
  color: #01579b;
}

.mw_wp_form .checkboxInput:checked + .mwform-checkbox-field-text:after {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  border-bottom: 4px solid #01579b;
  border-right: 4px solid #01579b;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  position: absolute;
  top: -3px;
  left: 5px;
  cursor: pointer;
}

.radioInput {
  visibility: hidden;
}

.radioInput:checked + .radioInput-style {
  color: #01579b;
}

.radioInput:checked + .radioInput-style:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #01579b;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 3px;
  cursor: pointer;
}

.radioInput-style {
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
  left: -14px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.radioInput-style:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}

.mw_wp_form input[type=radio] {
  display: none;
}

.mw_wp_form input[type=radio] + span {
  margin-right: 20px;
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
}

.mw_wp_form input[type=radio] + span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mw_wp_form input[type=radio]:checked + span {
  color: #01579b;
}

.mw_wp_form input[type=radio]:checked + span:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #01579b;
  border-radius: 50%;
  position: absolute;
  top: calc(50% + 1px);
  left: 3px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.icon {
  width: auto;
}

.icon:before {
  margin: 0 auto;
  content: "";
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.icon-service-flowDesigner:before {
  margin-bottom: 5px;
  width: 100px;
  height: 80px;
  background: url(../img/common/icon_service_blue_flow_designer.svg) no-repeat center;
  background-size: contain;
}

.icon-service-modelGenerator:before {
  margin-bottom: 5px;
  width: 80px;
  height: 80px;
  background: url(../img/common/icon_service_blue_model_generator.svg) no-repeat center;
  background-size: contain;
}

.icon-service-dataBucket:before {
  margin-bottom: 5px;
  width: 85px;
  height: 80px;
  background: url(../img/common/icon_service_blue_data_bucket.svg) no-repeat center;
  background-size: contain;
}

.icon-service-textSearch:before {
  margin-bottom: 5px;
  width: 75px;
  height: 80px;
  background: url(../img/common/icon_service_blue_text_search.svg) no-repeat center;
  background-size: contain;
}

.icon-service-autoTranscriber:before {
  margin-bottom: 5px;
  width: 80px;
  height: 80px;
  background: url(../img/common/icon_service_blue_auto_transcriber.svg) no-repeat center;
  background-size: contain;
}

.icon-service-flowDesigner-white:before {
  margin-bottom: 5px;
  width: 86px;
  height: 60px;
  background: url(../img/common/icon_service_white_flow_designer.svg) no-repeat center;
  background-size: contain;
}

.icon-service-modelGenerator-white:before {
  margin-bottom: 5px;
  width: 60px;
  height: 60px;
  background: url(../img/common/icon_service_white_model_generator.svg) no-repeat center;
  background-size: contain;
}

.icon-service-dataBucket-white:before {
  margin-bottom: 5px;
  width: 64px;
  height: 60px;
  background: url(../img/common/icon_service_white_data_bucket.svg) no-repeat center;
  background-size: contain;
}

.icon-service-textSearch-white:before {
  margin-bottom: 5px;
  width: 64px;
  height: 60px;
  background: url(../img/common/icon_service_white_text_search.svg) no-repeat center;
  background-size: contain;
}

.icon-service-autoTranscriber-white:before {
  margin-bottom: 5px;
  width: 60px;
  height: 60px;
  background: url(../img/common/icon_service_white_auto_transcriber.svg) no-repeat center;
  background-size: contain;
}

.icon-logistics:before {
  width: 70px;
  height: 77px;
  background: url(../img/logistics/illust_truck_load.svg) no-repeat center;
}

.icon-sangenritsu:before {
  width: 111px;
  height: 80px;
  background: url(../img/logistics/illust_sangen.svg) no-repeat center;
}

.icon-efficiency:before {
  width: 126px;
  height: 80px;
  background: url(../img/logistics/illust_efficiency.svg) no-repeat center;
}

.icon-reduction:before {
  width: 107px;
  height: 78px;
  background: url(../img/logistics/illust_reduction.svg) no-repeat center;
}

.icon-creat_shift:before {
  width: 110px;
  height: 80px;
  background: url(../img/shift/illust_use_creat_shift.svg) no-repeat center;
}

.icon-project:before {
  width: 90px;
  height: 90px;
  background: url(../img/shift/illust_use_project.svg) no-repeat center;
}

.icon-load_reduction:before {
  width: 92px;
  height: 80px;
  background: url(../img/shift/illust_use_reduction.svg) no-repeat center;
}

.icon-good_plan:before {
  width: 112px;
  height: 70px;
  background: url(../img/plan/illust_use_good_plan.svg) no-repeat center;
}

.icon-lead_time:before {
  width: 80px;
  height: 80px;
  background: url(../img/plan/illust_use_lead_time.svg) no-repeat center;
}

.icon-picking:before {
  width: 110px;
  height: 77px;
  background: url(../img/plan/illust_use_picking.svg) no-repeat center;
}

.icon-production_volume:before {
  width: 100px;
  height: 80px;
  background: url(../img/plan/illust_use_production_volume.svg) no-repeat center;
}

.icon-production_schedule:before {
  width: 100px;
  height: 80px;
  background: url(../img/plan/illust_use_production_schedule.svg) no-repeat center;
}

.scrollAnimation-obj {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.scrollAnimation-up {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
}

.scrollAnimation-down {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(0, -60px);
  transform: translate(0, -60px);
}

.scrollAnimation-left {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}

.scrollAnimation-right {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(60px, 0);
  transform: translate(60px, 0);
}

.scrollAnimation-list > li {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* base table style */

.baseTable,
.base-table {
  margin: 1em 0;
  width: 100%;
}

.baseTable caption,
.base-table caption {
  margin-bottom: 5px;
  text-align: left;
}

.baseTable th,
.base-table th {
  font-weight: 500;
  text-align: left;
}

.baseTable th,
.baseTable td,
.base-table th,
.base-table td {
  padding: 12px;
  line-height: 120%;
  border: 1px solid #e0e0e0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.baseTable th p,
.baseTable td p,
.base-table th p,
.base-table td p {
  margin: 0 0 1.5em 0;
}

.baseTable th p:last-child,
.baseTable td p:last-child,
.base-table th p:last-child,
.base-table td p:last-child {
  margin-bottom: 0;
}

.baseTable th b,
.baseTable th strong,
.baseTable td b,
.baseTable td strong,
.base-table th b,
.base-table th strong,
.base-table td b,
.base-table td strong {
  font-weight: 700;
}

th {
  background: #fafafa;
}

/* other table style */

.table-array th {
  background: #FAFAFA;
  text-align: center;
}

.table-array th,
.table-array td {
  width: 25%;
}

.table-indent,
.tableIndent {
  margin-left: 30px;
  width: calc(100% - 30px);
}

.bgTh {
  background: #FAFAFA;
}

.tabList {
  margin: 16px 0 24px !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabList__item {
  margin: 0 16px 0 0;
  list-style: none;
}

.tabList__item:last-child {
  margin: 0;
}

.tabList__item a {
  padding: 0 12px 8px;
  line-height: 120%;
  display: inline-block;
  border-bottom: 3px solid #e0e0e0;
  text-decoration: none;
  color: #37474f;
  -webkit-transition: none;
  transition: none;
}

.tabList__item a.is__active {
  border-bottom: 3px solid #0092cc;
  font-weight: 700;
}

.tabContent {
  display: none;
}

.tabContent.is__show {
  display: block;
}

.tag__required,
.required {
  margin-left: 10px;
  padding: 0 5px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #d32f2f;
  color: #ffffff !important;
  font-size: 11px;
  font-size: 0.6875rem;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
  top: -1px;
}

.required {
  margin: 0 10px 0 0;
}

.tag__optional,
.optional {
  margin-left: 10px;
  padding: 2px 5px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #455a64;
  color: #ffffff !important;
  font-size: 11px;
  font-size: 0.6875rem;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
  top: -1px;
}

.optional {
  margin: 0 10px 0 0;
}

.breadcrumb {
  width: 100%;
  background: #fafafa;
  text-align: left;
  position: relative;
}

.breadcrumb:before {
  content: "";
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(80%, #fafafa), to(#fafafa));
  background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, #fafafa 80%, #fafafa 100%);
  z-index: 1;
}

.breadcrumbList {
  margin: 0 auto;
  padding: 21px 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
}

.breadcrumbList i {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  top: 1px;
}

.breadcrumbList__item {
  margin: 0 5px;
  display: inline-block;
  text-decoration: none;
}

.breadcrumbList__item:last-child {
  padding-right: 40px;
}

.breadcrumbList__item a {
  color: #01579b;
  text-decoration: none;
}

.breadcrumbList__item a:hover i,
.breadcrumbList__item a:hover span {
  color: #039be5;
}

.breadcrumbList__item a span {
  color: #01579b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hl-release-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hl-release-custom-type {
  margin: 2px 12px 0 0;
  padding-bottom: 3px;
  width: 92px;
  height: 33px;
  line-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #01579b;
  border-radius: 6px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500;
}

.hl-release-custom-text {
  line-height: 130%;
  font-size: 26px;
  font-size: 1.625rem;
}

.secCustomersList {
  padding: 120px 0;
  background: #FFF;
  position: relative;
  z-index: 1;
}

.secCustomersList .customersList-container {
  margin: 60px auto 0;
  width: 1266px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.secCustomersList .customersList {
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
}

.secCustomersList .customersList:after {
  display: none;
}

.secCustomersList .customersList-item {
  margin: 0 12px;
  width: 390px !important;
  height: 100%;
}

.secCustomersList .customersList-item:not(:first-child) {
  display: none;
}

.secCustomersList .customersList-title {
  margin-bottom: 12px;
}

.secCustomersList .btnSlick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.secCustomersList .btnSlick i {
  font-size: 60px;
  font-size: 3.75rem;
  position: relative;
  top: 0;
  color: #01579b;
}

.secCustomersList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.secCustomersList .slick-slide {
  height: inherit;
}

.secCustomersList .slick-slide > div {
  height: 100%;
}

.secCustomersList .slick-arrow {
  opacity: 0;
  z-index: 1;
}

.secCustomersList .slick-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.secCustomersList .slick-prev:before {
  display: none;
}

.secCustomersList .slick-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.secCustomersList .slick-next:before {
  display: none;
}

.secCustomersList .hl-customersList {
  margin-bottom: 15px;
  font-size: clamp(1.5rem, 1.009529148rem + 2.0926756353vw, 2.375rem);
  font-weight: 700;
  text-align: center;
}

.secCustomersList .customersList__read {
  margin-top: 15px;
  font-size: clamp(1.125rem, 0.9147982063rem + 0.8968609865vw, 1.5rem);
  font-weight: 700;
  text-align: center;
}

#formWrap {
  margin: 80px auto;
}

#formWrapSeminar {
  margin: 40px auto;
}

input,
select {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 7px;
  border: 2px solid #e0e0e0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

input::-moz-placeholder, select::-moz-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

input::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

input::placeholder,
select::placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

input:focus,
select:focus {
  outline: 0;
  background: rgba(1, 87, 155, 0.05);
  border: 2px solid #01579b;
}

input:not([type=radio]):not([type=checkbox]),
select:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
input[type=email],
select[type=text],
select[type=email] {
  width: 100%;
}

input[type=submit],
input[type=button],
select[type=submit],
select[type=button] {
  margin: 0 auto;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}

input[type=submit]:focus,
input[type=button]:focus,
select[type=submit]:focus,
select[type=button]:focus {
  outline: 0;
  border: none;
}

input[type=submit]:disabled,
input[type=button]:disabled,
select[type=submit]:disabled,
select[type=button]:disabled {
  pointer-events: none;
  opacity: 0.3;
}

textarea {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  border: 2px solid #e0e0e0;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

textarea::-moz-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

textarea:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

textarea::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

textarea::placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

textarea:focus {
  outline: 0;
  background: rgba(1, 87, 155, 0.05);
  border: 2px solid #01579b;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectItem label {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 2px solid #e0e0e0;
  border-radius: 7px;
  background: #ffffff;
}

.selectItem label:after {
  content: "\e5cf";
  padding: 2px 10px;
  display: inline-block;
  border-left: 2px solid #e0e0e0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  color: #e0e0e0;
  z-index: 2;
}

.selectItem select {
  line-height: 1.4;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 10px;
  text-indent: 0.2em;
  color: #737373;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grecaptcha-badge {
  bottom: 80px !important;
  z-index: 999;
}

.mw_wp_form_input .formLead__confirm {
  display: none;
}

.mw_wp_form_confirm .formLead__input {
  display: none;
}

.mw_wp_form_confirm .formLead__confirm {
  display: block;
}

.mw_wp_form_confirm .selectItem label {
  border: none;
}

.mw_wp_form_confirm .selectItem label:after {
  display: none;
}

.mw_wp_form_confirm .nameBox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mw_wp_form_confirm .nameBox__item {
  margin-right: 5px;
  width: auto;
}

.mw_wp_form_confirm .inputItem__name {
  margin: 5px 0;
}

.pagenavi,
.pagenateSingle {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.pagenateSingle .previouspostslink {
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0;
}

.pagenateSingle .nextpostslink {
  margin: 0;
  position: absolute;
  top: 30px;
  right: 0;
  left: inherit;
}

.previouspostslink {
  margin: 0 30px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #01579b;
}

.previouspostslink span {
  margin: 0 0 0 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  vertical-align: top;
}

.previouspostslink i {
  margin: 0 20px 0 0;
  color: #666;
}

.previouspostslink:hover {
  opacity: 0.5;
}

/*.nextpostslink {
	@extend .previouspostslink;

	i {
		margin:0 0 0 20px;
	}
}*/

/* pagenavi */

.pager {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 70px 20px 100px;
  text-align: center;
}

.pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
  margin: 2px;
  padding: 8px 16px;
  display: inline-block;
  border: 2px solid #ebeaea;
  border-radius: 7px;
  text-decoration: none;
}

.pager .wp-pagenavi a:hover,
.pager .wp-pagenavi span.current {
  color: #fff;
  border: 2px solid #01579b;
  background: #01579b;
}

.pagetop {
  margin: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.pagetop a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: #0277bd;
  position: relative;
  text-decoration: none;
}

.pagetop a i {
  font-size: 32px;
  font-size: 2rem;
  color: #FFF;
  top: inherit;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignright {
  margin: 0 0 10px 20px;
  float: right;
}

.alignleft {
  margin: 0 20px 10px 0;
  float: left;
}

.wp-caption-text {
  margin: 5px 0 25px !important;
  font-size: 12px;
  font-size: 0.75rem;
}

.secStyleGuide {
  margin-bottom: 4em;
}

/* basic style */

.base-sec-area,
.entry-content,
.event-body,
.release-body {
  margin: 0 15px;
  /*.wp-block-image {
  	figure {
  		display: block;
  		clear: both;

  		&.aligncenter {
  			text-align: center;
  		}
  	}

  	figcaption {
  		display: block;
  	}
  }*/
}

.base-sec-area img,
.entry-content img,
.event-body img,
.release-body img {
  max-width: 100%;
  height: auto;
}

.base-sec-area section,
.entry-content section,
.event-body section,
.release-body section {
  margin: 40px 0;
}

.base-sec-area .wp-caption,
.entry-content .wp-caption,
.event-body .wp-caption,
.release-body .wp-caption {
  width: auto !important;
}

.base-sec-area .wp-caption img,
.entry-content .wp-caption img,
.event-body .wp-caption img,
.release-body .wp-caption img {
  max-width: 100%;
  height: auto;
}

.base-sec-area .wp-block-image figcaption,
.entry-content .wp-block-image figcaption,
.event-body .wp-block-image figcaption,
.release-body .wp-block-image figcaption {
  line-height: 110%;
}

.base-sec-area .indent32,
.entry-content .indent32,
.event-body .indent32,
.release-body .indent32 {
  margin-left: 32px;
}

.base-sec-area .imgBorder,
.entry-content .imgBorder,
.event-body .imgBorder,
.release-body .imgBorder {
  border: 1px solid #e0e0e0;
}

.base-sec-area .wp-block-pullquote,
.entry-content .wp-block-pullquote,
.event-body .wp-block-pullquote,
.release-body .wp-block-pullquote {
  padding: 0;
  border: none;
  text-align: left;
}

.base-sec-area .blockquote-reverse,
.entry-content .blockquote-reverse,
.event-body .blockquote-reverse,
.release-body .blockquote-reverse {
  padding: 12px 16px;
  margin-bottom: 25px;
  border-right: 3px solid #eeeeee;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: right;
}

.base-sec-area .blockquote-reverse cite,
.entry-content .blockquote-reverse cite,
.event-body .blockquote-reverse cite,
.release-body .blockquote-reverse cite {
  padding: 0 22px 0 0;
}

.base-sec-area .blockquote-reverse cite:before,
.entry-content .blockquote-reverse cite:before,
.event-body .blockquote-reverse cite:before,
.release-body .blockquote-reverse cite:before {
  left: inherit;
  right: 0;
}

.base-sec-area h1,
.entry-content h1,
.event-body h1,
.release-body h1 {
  font-size: clamp(1.75rem, 1.45rem + 1.28vw, 2.25rem);
}

.base-sec-area h2,
.entry-content h2,
.event-body h2,
.release-body h2 {
  font-size: clamp(1.5rem, 1.35rem + 0.64vw, 1.75rem);
}

.base-sec-area h3,
.entry-content h3,
.event-body h3,
.release-body h3 {
  font-size: clamp(1.3125rem, 1.2rem + 0.48vw, 1.5rem);
}

.base-sec-area h4,
.entry-content h4,
.event-body h4,
.release-body h4 {
  font-size: clamp(1.125rem, 1.0125rem + 0.48vw, 1.3125rem);
}

.base-sec-area h5,
.entry-content h5,
.event-body h5,
.release-body h5 {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
}

.base-sec-area h6,
.entry-content h6,
.event-body h6,
.release-body h6 {
  font-size: clamp(0.9375rem, 0.9rem + 0.16vw, 1rem);
}

.base-sec-area strong,
.base-sec-area b,
.entry-content strong,
.entry-content b,
.event-body strong,
.event-body b,
.release-body strong,
.release-body b {
  font-weight: 700;
}

.base-sec-area p,
.entry-content p,
.event-body p,
.release-body p {
  margin: 1.2em 0;
}

.base-sec-area blockquote,
.entry-content blockquote,
.event-body blockquote,
.release-body blockquote {
  padding: 12px 16px 24px;
  margin-top: 1em;
  margin-bottom: 1em;
  border-left: 3px solid #eeeeee;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}

.base-sec-area blockquote.reverse,
.entry-content blockquote.reverse,
.event-body blockquote.reverse,
.release-body blockquote.reverse {
  border-right: 3px solid #eeeeee;
  border-left: none;
  text-align: right;
}

.base-sec-area blockquote.reverse cite,
.entry-content blockquote.reverse cite,
.event-body blockquote.reverse cite,
.release-body blockquote.reverse cite {
  padding: 0 22px 0 0;
}

.base-sec-area blockquote.reverse cite:before,
.entry-content blockquote.reverse cite:before,
.event-body blockquote.reverse cite:before,
.release-body blockquote.reverse cite:before {
  left: inherit;
  right: 0;
}

.base-sec-area blockquote p,
.entry-content blockquote p,
.event-body blockquote p,
.release-body blockquote p {
  margin: 0.7em 0;
  font-weight: 400;
}

.base-sec-area blockquote cite,
.entry-content blockquote cite,
.event-body blockquote cite,
.release-body blockquote cite {
  padding-left: 22px;
  position: relative;
}

.base-sec-area blockquote cite:before,
.entry-content blockquote cite:before,
.event-body blockquote cite:before,
.release-body blockquote cite:before {
  content: "";
  width: 18px;
  height: 1px;
  background: #9e9e9e;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}

.base-sec-area cite,
.entry-content cite,
.event-body cite,
.release-body cite {
  font-style: italic;
  color: #9e9e9e;
  font-size: 80%;
}

.base-sec-area ul,
.entry-content ul,
.event-body ul,
.release-body ul {
  margin: 1.5em 0;
  padding-left: 1.5em;
}

.base-sec-area ul.note-around,
.entry-content ul.note-around,
.event-body ul.note-around,
.release-body ul.note-around {
  padding-left: 2.4em !important;
}

.base-sec-area ul.note-sides,
.entry-content ul.note-sides,
.event-body ul.note-sides,
.release-body ul.note-sides {
  padding-left: 2.4em !important;
}

.base-sec-area ul li ul,
.base-sec-area ul li ol,
.entry-content ul li ul,
.entry-content ul li ol,
.event-body ul li ul,
.event-body ul li ol,
.release-body ul li ul,
.release-body ul li ol {
  margin: 2px 0;
  padding-left: 38px;
}

.base-sec-area ul li ul,
.entry-content ul li ul,
.event-body ul li ul,
.release-body ul li ul {
  list-style: circle;
}

.base-sec-area ul li ul ul,
.entry-content ul li ul ul,
.event-body ul li ul ul,
.release-body ul li ul ul {
  list-style: square;
}

.base-sec-area ol,
.entry-content ol,
.event-body ol,
.release-body ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
}

.base-sec-area ol.note-around,
.entry-content ol.note-around,
.event-body ol.note-around,
.release-body ol.note-around {
  padding-left: 2.4em !important;
}

.base-sec-area ol.note-sides,
.entry-content ol.note-sides,
.event-body ol.note-sides,
.release-body ol.note-sides {
  padding-left: 2.4em !important;
}

.base-sec-area ol li ol,
.base-sec-area ol li ul,
.entry-content ol li ol,
.entry-content ol li ul,
.event-body ol li ol,
.event-body ol li ul,
.release-body ol li ol,
.release-body ol li ul {
  margin: 2px 0;
  padding-left: 34px;
}

.base-sec-area ol li ul,
.entry-content ol li ul,
.event-body ol li ul,
.release-body ol li ul {
  list-style: circle;
}

.base-sec-area ol li ul ul,
.entry-content ol li ul ul,
.event-body ol li ul ul,
.release-body ol li ul ul {
  list-style: square;
}

.base-sec-area dl,
.entry-content dl,
.event-body dl,
.release-body dl {
  margin: 1.5em 0;
}

.base-sec-area dl dt,
.entry-content dl dt,
.event-body dl dt,
.release-body dl dt {
  margin: 0.2em 0;
}

.base-sec-area dl dd,
.entry-content dl dd,
.event-body dl dd,
.release-body dl dd {
  margin: 0.2em 0 1em 1em;
}

.base-sec-area hr,
.entry-content hr,
.event-body hr,
.release-body hr {
  border: none;
  border-top: 1px solid #EEE;
}

.base-sec-area div[id^=highlighter],
.entry-content div[id^=highlighter],
.event-body div[id^=highlighter],
.release-body div[id^=highlighter] {
  word-break: break-all;
}

.base-sec-area kbd:not([class]),
.entry-content kbd:not([class]),
.event-body kbd:not([class]),
.release-body kbd:not([class]) {
  padding: 2px 4px;
  line-height: inherit;
  background-color: #f4f7f8;
  border: 1px solid #b4b4b4;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
  border-radius: 3px;
  display: inline-block;
  font-size: 85%;
  font-weight: 700;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.base-sec-area var:not([class]),
.entry-content var:not([class]),
.event-body var:not([class]),
.release-body var:not([class]) {
  font-style: italic;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.base-sec-area samp:not([class]),
.entry-content samp:not([class]),
.event-body samp:not([class]),
.release-body samp:not([class]) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.base-sec-area .collapseomatic,
.entry-content .collapseomatic,
.event-body .collapseomatic,
.release-body .collapseomatic {
  padding: 0 20px 0 36px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0277bd;
  border-radius: 4px;
  background-color: #01579b;
  color: #ffffff;
  text-decoration: none !important;
  font-weight: bold;
}

.base-sec-area .collapseomatic:before,
.entry-content .collapseomatic:before,
.event-body .collapseomatic:before,
.release-body .collapseomatic:before {
  color: #ffffff;
  top: calc(50% + 2px);
  left: 8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.entry-content {
  margin: 0;
}

pre {
  margin: 2em 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 140%;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  white-space: pre-wrap;
  overflow: auto;
}

pre code {
  line-height: 140%;
  font-size: 15px;
  font-size: 0.9375rem;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.codeExample__hl {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #757575;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}

.colorList {
  margin: 30px 0 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colorList > li {
  margin: 0 10px 20px;
  width: calc(50% - 20px);
  list-style: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.colorListSub {
  margin-top: 5px !important;
  padding: 0 !important;
}

.colorListSub > li {
  padding: 6px 10px;
  line-height: 140%;
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #212121;
}

.colorListSub > li b {
  font-weight: 700;
}

/* youtube responsive */

.video {
  margin: 25px 0;
  padding: 30px 0 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-caption {
  margin: -20px 0 25px !important;
  font-size: 12px;
  font-size: 0.75rem;
}

/* slideshare responsive */

.slideshare {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 79%;
  margin-bottom: 20px;
}

.slideshare iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 660px;
  max-height: 1000px;
}

.subHeadline small {
  display: block;
  font-size: 55%;
}

.leftBorder {
  padding: 0.2em 0 0.2em 10px;
  border-left: 5px solid #37474f;
}

.topBottomBorder {
  padding: 0.4em 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-color: #37474f;
}

.topBottomBorder--2px {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.topBottomBorder--3px {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.topBottomBorder--4px {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.note-around {
  padding: 1em 1.2em;
  overflow: hidden;
}

.note-sides {
  padding: 0 1.2em;
  overflow: hidden;
}

.note-break-all {
  word-break: break-all;
}

.border {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  border-radius: 4px;
}

.border--2px {
  border-width: 2px;
}

.border--3px {
  border-width: 3px;
}

.border--4px {
  border-width: 4px;
}

.img-border img {
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.img-border--2px img {
  display: inline-block;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
}

.img-border--3px img {
  display: inline-block;
  border: 3px solid #e0e0e0;
  border-radius: 4px;
}

.img-border--4px img {
  display: inline-block;
  border: 4px solid #e0e0e0;
  border-radius: 4px;
}

/* headline under border */

.longBorder {
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #37474f;
}

.longBorder--2px {
  border-bottom-width: 2px;
}

.longBorder--3px {
  border-bottom-width: 3px;
}

.longBorder--4px {
  border-bottom-width: 4px;
}

.longBorder__inline {
  padding-bottom: 0;
  display: inline;
}

.shortBorder {
  margin-bottom: 20px;
  padding-bottom: 8px;
  position: relative;
}

.shortBorder:before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #37474f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.shortBorder--2px:before {
  height: 2px;
}

.shortBorder--3px:before {
  height: 3px;
}

.shortBorder--4px:before {
  height: 4px;
}

.hLineBlue,
.hLineGreenLong,
.hLineYellowLong,
.hLineRedLong,
.hLineBlueLong,
.hLineGreen,
.hLineYellow,
.hLineRed {
  margin-bottom: 20px;
  padding-bottom: 8px;
  position: relative;
}

.hLineBlue:before,
.hLineGreenLong:before,
.hLineYellowLong:before,
.hLineRedLong:before,
.hLineBlueLong:before,
.hLineGreen:before,
.hLineYellow:before,
.hLineRed:before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #56B3CD;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hLineRed:before {
  background: crimson;
}

.hLineYellow:before {
  background: Gold;
}

.hLineGreen:before {
  background: #CBEB5E;
}

.hLineBlueLong {
  padding-bottom: 0;
  line-height: 160%;
  display: inline;
  border-bottom: 2px solid #56B3CD;
}

.hLineBlueLong:before {
  display: none;
}

.hLineBlueLong:after {
  content: "";
  display: block;
}

.hLineRedLong {
  padding-bottom: 0;
  line-height: 160%;
  display: inline;
  border-bottom: 2px solid crimson;
}

.hLineRedLong:before {
  display: none;
}

.hLineRedLong:after {
  content: "";
  display: block;
}

.hLineYellowLong {
  padding-bottom: 0;
  line-height: 160%;
  display: inline;
  border-bottom: 2px solid gold;
}

.hLineYellowLong:before {
  display: none;
}

.hLineYellowLong:after {
  content: "";
  display: block;
}

.hLineGreenLong {
  padding-bottom: 0;
  line-height: 160%;
  display: inline;
  border-bottom: 2px solid #CBEB5E;
}

.hLineGreenLong:before {
  display: none;
}

.hLineGreenLong:after {
  content: "";
  display: block;
}

/* color setting */

.fcBlue1 {
  color: #0092cc;
}

.fcBlue2 {
  color: #039be5;
}

.fcYellow {
  color: Gold;
}

.fcGreen {
  color: #CBEB5E;
}

.fcRed {
  color: crimson;
}

/* border area setting */

.bdBlue,
.bdGreen,
.bdRed,
.bdYellow,
.bdGray {
  background: #FFF;
  border: 1px solid #56B3CD;
}

.bdGray {
  border: 1px solid #EEE;
}

.bdYellow {
  border: 1px solid Gold;
}

.bdRed {
  border: 1px solid crimson;
}

.bdGreen {
  border: 1px solid #CBEB5E;
}

/* background color setting */

.bgBlue {
  background: rgba(86, 179, 205, 0.1);
}

.bgGray {
  background: #EEE;
}

.bgYellow {
  background: rgba(255, 215, 0, 0.15);
}

.bgRed {
  background: rgba(220, 20, 60, 0.1);
}

.bgGreen {
  background: rgba(203, 235, 94, 0.1);
}

/* post password form */

.post-password-form {
  margin: 160px auto 120px;
  padding: 20px;
  max-width: 768px;
  width: calc(100% - 64px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.post-password-form input[type=submit] {
  margin-top: 20px;
  background: #01579b;
  border: none;
}

.art-top {
  text-align: center;
  overflow: hidden;
}

.mainVisual {
  width: 100%;
  height: 100vh;
  background: url(../img/index/main_visual_earth.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.mainVisualInner {
  margin-top: 81px;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes mainHeadline {
  0% {
    opacity: 0;
    top: -30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes mainHeadline {
  0% {
    opacity: 0;
    top: -30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.mainVisual__hlBox {
  padding-top: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.mainVisualLPBtn {
  margin: 40px auto 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.mainVisualLPBtn.animation {
  -webkit-animation: mainHeadline 2s ease-out 2s;
  animation: mainHeadline 2s ease-out 2s;
}

.mainVisual__hl {
  margin: 0 0 5px;
  line-height: 100%;
  color: #FFF;
  position: relative;
  z-index: 1;
}

.mainVisual__hl.animation {
  -webkit-animation: mainHeadline 2s ease-out 2s;
  animation: mainHeadline 2s ease-out 2s;
}

.mainVisual__hl-en {
  font-family: futura-pt, sans-serif;
  font-size: clamp(2.25rem, 0.9240331492rem + 6.6298342541vw, 5.25rem);
  font-weight: 600;
}

.mainVisual__hl-jp {
  font-size: clamp(1.75rem, 0.6726519337rem + 5.3867403315vw, 4.1875rem);
  font-weight: 700;
}

.mainVisual__read {
  margin: 5px 0 0;
  font-size: clamp(1.0625rem, 0.1866591928rem + 3.7369207773vw, 2.625rem);
  font-weight: 400;
  color: #FFF;
  position: relative;
  z-index: 1;
}

.mainVisual__read.animation {
  -webkit-animation: mainHeadline 2s ease-out 2s;
  animation: mainHeadline 2s ease-out 2s;
}

.darkWrap {
  padding: 40px 0 180px;
  position: relative;
  z-index: 1;
}

.darkWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 165px;
  position: absolute;
  top: -165px;
  left: 0;
  right: 0;
  z-index: 1;
}

.darkWrap.lazyloaded {
  background: url(../img/index/bg_urban_grandline.jpg) no-repeat center bottom, #01030c url(../img/index/bg_star.png) repeat;
  background-size: contain, auto;
}

.darkWrap.lazyloaded:before {
  background: url(../img/index/main_visual_bottom.png) repeat-x 0 bottom;
  background-size: contain;
}

.topContainer {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: var(--baseWidthSub);
}

.topSolution {
  margin: 120px auto;
  text-align: center;
  color: #ffffff;
}

.topSolution__hl {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.topSolution__hl--small {
  line-height: 130%;
  font-size: clamp(1.1875rem, 0.7320627803rem + 1.9431988042vw, 2rem);
}

.topSolution__hl--large {
  line-height: 120%;
  font-size: clamp(2.375rem, 1.7443946188rem + 2.6905829596vw, 3.5rem);
}

.secSolution__read {
  font-size: clamp(1.0625rem, 0.8522982063rem + 0.8968609865vw, 1.4375rem);
}

.subTopSolution {
  margin: 0 auto 60px;
  width: 100%;
  min-height: 370px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  color: #ffffff;
}

.subTopSolution__outline {
  padding: 0 10px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subTopSolution__outline-human {
  background: url(../img/index/bg_solution_human.jpg) no-repeat center;
  background-size: cover;
}

.subTopSolution__outline-logistics {
  background: url(../img/index/bg_solution_logistics.jpg) no-repeat center;
  background-size: cover;
}

.subTopSolution__outline-improvement {
  background: url(../img/index/bg_solution_improvement.jpg) no-repeat center;
  background-size: cover;
}

.subTopSolution__hl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

.subTopSolution__hl-sub {
  margin-bottom: 4px;
  line-height: 120%;
  font-size: clamp(1rem, 0.8598654709rem + 0.5979073244vw, 1.25rem);
}

.subTopSolution__hl-main {
  line-height: 120%;
  font-size: clamp(1.5rem, 0.9394618834rem + 2.3916292975vw, 2.5rem);
}

.subTopSolution__read {
  margin: 28px auto 0;
  font-size: clamp(1rem, 0.8948991031rem + 0.4484304933vw, 1.1875rem);
}

.subTopSolution__case {
  padding: 40px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.topUseCase {
  margin: auto;
  padding: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(55, 71, 79, 0.6);
  border-radius: 8px;
  list-style: none;
  position: relative;
}

.topUseCase__num {
  margin: auto 0;
  line-height: 100%;
  font-family: futura-pt, sans-serif;
  font-size: clamp(1.5rem, 1.2197309417rem + 1.1958146487vw, 2rem);
  font-weight: 700;
  position: absolute;
  top: -16px;
  left: 30px;
}

.topUseCaseList {
  margin: 0;
  padding-left: 28px;
}

.topUseCaseList__item {
  margin: 0;
  font-size: clamp(0.9375rem, 0.8323991031rem + 0.4484304933vw, 1.125rem);
}

.topBtn {
  margin: 0 auto;
  text-align: center;
}

.topBtn__solution {
  margin-top: 100px;
}

.topGoal {
  padding: 160px 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#004167), to(#022C49));
  background: linear-gradient(to bottom right, #004167 0%, #022C49 100%);
  position: relative;
  color: #ffffff;
  z-index: 1;
}

.topGoal__hl {
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.topGoal__hl--small {
  line-height: 130%;
  font-size: clamp(1.1875rem, 0.7320627803rem + 1.9431988042vw, 2rem);
  font-weight: 700;
}

.topGoal__hl--large {
  line-height: 120%;
  font-size: clamp(1.875rem, 0.9641255605rem + 3.8863976084vw, 3.5rem);
  font-weight: 700;
}

.topGoal__read {
  font-size: clamp(1.0625rem, 0.8522982063rem + 0.8968609865vw, 1.4375rem);
}

.topGoal__read--large {
  margin: 0 2px;
  display: inline-block;
  line-height: 100%;
  font-size: clamp(1.5rem, 1.0795964126rem + 1.7937219731vw, 2.25rem);
}

.topGoalList {
  margin: 60px auto 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topGoalList__item {
  padding: 40px 10px;
  line-height: 120%;
  width: calc(25% - 7px);
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.7623318386rem + 0.7473841555vw, 1.25rem);
  list-style: none;
}

.topGoalList__fig {
  margin-bottom: 40px;
}

.topGoalList__fig img {
  height: 104px;
}

.topFeatures {
  padding: 120px 0 0;
  background: #FFF;
  position: relative;
  z-index: 1;
}

.topFeatures__hl {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
}

.topFeatures__hl--small {
  line-height: 130%;
  font-size: clamp(1.1875rem, 0.7320627803rem + 1.9431988042vw, 2rem);
}

.topFeatures__hl--large {
  line-height: 110%;
  font-size: clamp(1.875rem, 0.9641255605rem + 3.8863976084vw, 3.5rem);
}

.topFeatures__read {
  margin-bottom: 20px;
  line-height: 160%;
  font-size: clamp(1.0625rem, 0.8522982063rem + 0.8968609865vw, 1.4375rem);
  font-weight: 400;
}

.topFeatures__content {
  padding-bottom: 160px;
}

.topFeatures__content.lazyloaded {
  background: #f5f5f5 url(../img/index/bg_feature.jpg) no-repeat center top;
  background-size: contain;
}

.topFeaturesList {
  padding-top: 120px;
}

.topFeaturesList__item {
  margin-bottom: 80px;
  min-height: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 65, 103, 0.9)), to(rgba(2, 44, 73, 0.9)));
  background: linear-gradient(to bottom right, rgba(0, 65, 103, 0.9) 0%, rgba(2, 44, 73, 0.9) 100%);
  -webkit-box-shadow: 0 0 10px rgba(129, 178, 205, 0.6);
  box-shadow: 0 0 10px rgba(129, 178, 205, 0.6);
  border-radius: 8px;
}

.topFeaturesList__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.topFeaturesList__outline {
  padding: 60px 0 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  text-align: left;
}

.topFeaturesList__outline-raptop {
  width: 64%;
}

.topFeaturesList__outline-quantum {
  padding: 60px 60px 0 0;
  width: 70%;
}

.topFeaturesList__outline-solution {
  width: 68%;
}

.topFeaturesList__hl {
  margin: 0;
  font-size: clamp(1.375rem, 0.9896300448rem + 1.644245142vw, 2.0625rem);
}

.topFeaturesList__read {
  font-size: clamp(0.875rem, 0.8049327354rem + 0.2989536622vw, 1rem);
}

.topFeaturesList__fig {
  position: relative;
}

.topFeaturesList__fig img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.topFeaturesList__fig-raptop {
  width: 36%;
}

.topFeaturesList__fig-raptop img {
  top: -40px;
  width: 440px;
}

.topFeaturesList__fig-quantum {
  width: 30%;
}

.topFeaturesList__fig-quantum img {
  top: -65px;
  width: 260px;
}

.topFeaturesList__fig-solution {
  width: 32%;
}

.topFeaturesList__fig-solution img {
  top: -43px;
  width: 297px;
}

.topBtn__features {
  margin-top: 120px;
}

.topCaas {
  padding: 120px 0 180px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.topCaas:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.topCaas.lazyloaded {
  background: #69B5F3 url(../img/index/bg_caas.jpg) no-repeat center bottom -180px;
  background-size: cover;
}

.topCaas__hl {
  margin: 0 auto 50px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topCaas__hl-logo {
  margin-bottom: 120px;
  width: 720px;
}

.topCaas__hl-text {
  line-height: 120%;
  font-size: clamp(1.5rem, 1.0580110497rem + 2.2099447514vw, 2.5rem);
  text-shadow: 1px 1px 2px #016783;
}

.topCaas__read {
  margin: 50px auto;
  font-size: clamp(1.0625rem, 0.8522982063rem + 0.8968609865vw, 1.4375rem);
  text-shadow: 1px 1px 1px #016783;
  font-weight: 500;
}

.topBtn__caas {
  margin-top: 120px;
}

.topCustomers_btn {
  margin: 40px auto;
}

.topCustomers_btn a {
  margin: auto;
  max-width: 400px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0277bd;
  background: #0277bd;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.topCustomers_btn a:hover {
  background: #FFF;
  color: #0277bd;
}

.topInformation {
  padding: 120px 0;
  background: #FAFAFA;
  position: relative;
  z-index: 1;
}

.secTopInformation {
  margin: 0 auto;
  width: 1080px;
}

.secTopInformation-info {
  padding-bottom: 80px;
}

.secTopInformation-info a {
  color: #01579b;
}

.secTopInformation-info .topInformation-category {
  background: #01579b;
}

.secTopInformation-event {
  padding-bottom: 80px;
}

.secTopInformation-event a {
  color: #01579b;
}

.secTopInformation-event .topInformation-category {
  background: #01579b;
}

.secTopInformation-blog {
  padding-bottom: 40px;
}

.secTopInformation-blog a {
  color: #0277bd;
}

.secTopInformation-blog .topInformation-category {
  background: #0277bd;
}

.hl-topInformation {
  margin: 0 0 40px;
  font-size: 30px;
  font-size: 1.875rem;
}

.topInformationList-item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #E0E0E0;
}

.topInformationList-item:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.hl-topInformationTitle {
  margin: 0 20px;
  width: calc(100% - 260px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: left;
}

.hl-topInformationTitle a {
  padding-right: 40px;
  line-height: 140%;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}

.hl-topInformationTitle a i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hl-topInformationTitleOnly {
  margin: 0 20px 0 0;
  width: calc(100% - 140px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: left;
}

.hl-topInformationTitleOnly a {
  padding-right: 40px;
  line-height: 140%;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}

.hl-topInformationTitleOnly a i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.topInformation-date {
  width: 120px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 16px;
  font-size: 1rem;
}

.topInformation-category {
  margin: 0;
  padding-bottom: 1px;
  width: 130px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #FFF;
}

.en .movie-top {
  width: 100%;
  height: 760px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: -999;
}

.en .movie-top:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.en .movie-top video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -100;
}

.en .main-visual {
  padding-top: 130px;
}

.en .main-visual-hl {
  margin: 0 0 20px;
  font-size: 48px;
  font-size: 3rem;
  color: #FFF;
}

.en .main-visual-read {
  margin: 0;
  line-height: 120%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
}

.en .main-visual-fig {
  margin: 10px auto 0;
  width: 1048px;
}

.en .main-visual-fig img {
  max-width: 100%;
  height: auto;
}

.en .top_hl {
  margin: 0 0 40px;
  line-height: 120%;
  font-size: 40px;
  font-size: 2.5rem;
}

.en .top_hl span {
  margin-bottom: 20px;
  line-height: 120%;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
}

.en .top_read p {
  margin: 30px 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.en .topBlock {
  padding: 84px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #FFF;
  color: #FFF;
  position: relative;
}

.en .topBlock:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #01579b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.en .topBlock_hl {
  margin: 0 auto 50px;
  padding-bottom: 0.1em;
  width: 543px;
  height: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/index/bg_block.svg) no-repeat;
  font-size: 34px;
  font-size: 2.125rem;
  position: relative;
}

.en .topBlock_hl:before {
  margin-top: -1px;
  content: "";
  display: block;
  width: 5000px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: -5000px;
}

.en .topBlock_hl:after {
  margin-top: -1px;
  content: "";
  display: block;
  width: 5000px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: -5000px;
}

.en .topBlock_read {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.en .topBlock_raptop {
  margin: 0 auto;
  width: 786px;
  height: auto;
  position: relative;
  z-index: 1;
}

.en .topBlock_raptop img {
  max-width: 100%;
  height: auto;
}

.en .topService {
  padding: 0 0 80px;
  background: #FFF;
  position: relative;
}

.en .topService:after {
  content: "";
  width: 100%;
  height: 510px;
  background: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.en .topService_read {
  padding-bottom: 60px;
}

.en .topValue {
  padding: 120px 0 100px;
  background: #143F62 url(../img/index/bg_blocks_value.jpg) no-repeat center bottom;
  background-size: cover;
  color: #FFF;
}

.en .topValue_figure {
  margin: 60px auto 0;
  width: 1000px;
  height: auto;
}

.en .topValue_figure img {
  max-width: 100%;
  height: auto;
}

.en .topCustomers_btn {
  margin: 0;
  padding: 60px 0 30px;
  text-align: center;
}

.en .topCustomers_btn a {
  margin: auto;
  width: 400px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0277bd;
  background: #0277bd;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.en .topCustomers_btn a:hover {
  background: #FFF;
  color: #0277bd;
}

.list-service {
  margin: 0 auto;
  max-width: 1110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.list-service-item {
  margin: 0 20px 40px;
  padding: 30px 20px 20px;
  width: 330px;
  height: auto;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.hl-service-pricing {
  margin: 15px auto 20px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #01579b;
  font-weight: 700;
}

.read-service-pricing {
  margin: 20px auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.page-ttl {
  padding-top: 83px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #01579b;
}

.page-ttl-blog {
  background: url(../img/blog/hl_bg_blog.jpg) no-repeat center;
  background-size: cover;
}

.page-ttl-information {
  background: url(../img/information/hl_bg_information.jpg) no-repeat center;
  background-size: cover;
}

.hl-ttl {
  margin: 0 20px;
  font-size: clamp(1.375rem, 0.8144618834rem + 2.3916292975vw, 2.375rem);
  color: #FFF;
  text-align: center;
}

.hl-ttl-en {
  margin: 10px 0 0;
  font-size: clamp(0.8125rem, 0.567264574rem + 1.0463378176vw, 1.25rem);
  font-weight: 400;
  color: #FFF;
}

.ctrl-section {
  margin: 80px 0 50px;
}

.ctrl-section:before {
  display: table;
  content: "";
}

.ctrl-section:after {
  display: table;
  content: "";
  clear: both;
}

.ctrl-section .col {
  margin-right: 0;
  float: left;
  width: 330px;
  text-align: center;
}

.ctrl-section .col:last-child {
  float: right;
}

.ctrl-section .col .select-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  border: 2px solid #e0e0e0;
  border-radius: 7px;
  background: #fff;
}

.ctrl-section .col .select-wrap select {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 9px 10px;
  text-indent: 0.2tem;
  color: #737373;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ctrl-section .col .select-wrap select::-ms-expand {
  display: none;
}

.ctrl-section .col .select-wrap:after {
  content: "\e5cf";
  padding: 2px 10px;
  display: inline-block;
  border-left: 2px solid #e0e0e0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 1.5rem;
  color: #e0e0e0;
  z-index: 1;
}

.ctrl-section .label {
  font-size: 16px;
  font-size: 1rem;
  width: 232px;
  text-align: justify;
  vertical-align: middle;
}

.ctrl-section .label i {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-size: 1.5rem;
  color: #9fa0a0;
}

.ctrl-section .label p {
  margin-top: 10px;
  vertical-align: middle;
}

.list-section {
  margin: 50px 0 0;
}

.list-section li {
  border-bottom: 1px solid #ebeaea;
}

.result-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.result-list > li {
  padding: 30px 0 15px 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ebeaea;
}

.result-list > li:first-child {
  border-top: 1px solid #ebeaea;
}

.result-list a {
  text-decoration: none;
  line-height: 1.375;
}

.result-list a:hover {
  text-decoration: underline;
}

.result-list .date {
  margin-right: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #757575;
}

.result-list .category a {
  margin: 0 10px 0 0;
  padding: 0 10px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #01579b;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
  white-space: nowrap;
}

.result-list .category a:hover {
  text-decoration: none;
  background: #039be5;
}

.result-list .title-link {
  margin: 8px 0 10px 0;
  padding: 5px 40px 5px 0;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
}

.result-list .title-link:after {
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}

.search-icon {
  background: url(../img/search.svg) no-repeat 0 0;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.lead-404 {
  font-size: 1.2em;
}

.return-top {
  margin: 60px 0 80px;
  font-size: 1.2em;
}

.return-top a:hover {
  text-decoration: none;
}

.en .hl-ttl-en {
  display: none;
}

.collapseomatic {
  padding-left: 20px;
  background: none;
  color: #039be5;
  position: relative;
}

.collapseomatic:before {
  font-family: "Material Icons";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 3px;
  display: inline-block;
  content: "\e5ce";
  font-size: 28px;
  font-size: 1.75rem;
  color: #039be5;
  font-weight: 500;
}

.colomat-close {
  padding-left: 20px;
  background: none;
  color: #039be5;
}

.colomat-close:before {
  content: "\e5cf";
}

.collapseomatic_excerpt,
.collapseomatic_content {
  margin-top: 20px;
  margin-left: 20px;
}

.page-ttl-product {
  background: url(../img/product/hl_bg_product.jpg) no-repeat center;
  background-size: cover;
}

.productBeginning {
  padding: 80px 64px 40px;
  background: #fafafa;
  position: relative;
  text-align: center;
  z-index: 2;
}

.productBeginning__hl {
  line-height: 120%;
  font-size: clamp(1.5625rem, 0.7567264574rem + 3.4379671151vw, 3rem);
  font-weight: 700;
}

.productBeginning__read {
  font-size: 18px;
  font-size: 1.125rem;
}

.productBeginning__img {
  margin: 80px auto -220px;
  width: 100%;
  max-width: 600px;
}

.productFunction {
  margin: 240px 0 120px;
  text-align: center;
}

.productFunction__inner {
  margin: 0 auto;
  max-width: 1090px;
  width: calc(100% - 64px);
}

.productFunction__fig {
  margin: 60px auto;
}

.productFunctionList {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 64px);
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.productFunctionList__item {
  margin: 20px 0;
  padding: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  position: relative;
  text-align: left;
}

.productFunctionList__item:before {
  content: "";
  display: block;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fafafa), color-stop(49%, #fafafa), color-stop(50%, #eeeeee), to(#e0e0e0));
  background: linear-gradient(to right bottom, #fafafa 0%, #fafafa 49%, #eeeeee 50%, #e0e0e0 100%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.8;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 0;
}

.productFunctionList__inner {
  padding: 0 40px 40px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.productFunctionList__inner:before {
  content: "";
  display: block;
  background: #ffffff;
  border-radius: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.productFunctionList__hl {
  margin: -25px auto 0;
  width: 360px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background: #01579b;
  color: #ffffff;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  font-weight: 700;
}

.functionList {
  margin: 20px auto 0;
  padding: 0;
}

.functionList__item {
  margin-bottom: 12px;
  padding-left: 32px;
  line-height: 140%;
  list-style: none;
  position: relative;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
}

.functionList__item:last-child {
  margin-bottom: 0;
}

.functionList__item i {
  color: #01579b;
  position: absolute;
  top: 1px;
  left: 0;
}

.productStep {
  margin: 120px 0;
  text-align: center;
}

.productStep__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 64px);
}

.productStep__hl,
.productConsulting__hl,
.productFeatures__hl,
.productFunction__hl {
  margin-bottom: 15px;
  font-size: clamp(1.5rem, 1.009529148rem + 2.0926756353vw, 2.375rem);
  font-weight: 700;
}

.productStep__read,
.productConsulting__read,
.productFeatures__read,
.productFunction__read {
  margin-top: 15px;
  font-size: clamp(1.125rem, 0.9147982063rem + 0.8968609865vw, 1.5rem);
  font-weight: 700;
}

.productStepList {
  margin: 40px auto 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productStepList__item {
  padding: 20px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  position: relative;
}

.productStepList__item:before {
  content: "";
  display: block;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fafafa), color-stop(49%, #fafafa), color-stop(50%, #eeeeee), to(#e0e0e0));
  background: linear-gradient(to right bottom, #fafafa 0%, #fafafa 49%, #eeeeee 50%, #e0e0e0 100%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.8;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 0;
}

.productStepList__inner {
  padding: 28px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.productStepList__inner:before {
  content: "";
  display: block;
  background: #ffffff;
  border-radius: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.productStepList__step {
  margin: 0 auto 5px;
  line-height: 130%;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #01579b;
  font-weight: 600;
}

.productStepList__hl {
  margin-bottom: 30px;
  line-height: 130%;
  font-size: clamp(1.375rem, 1.1647982063rem + 0.8968609865vw, 1.75rem);
  font-weight: 700;
  color: #01579b;
}

.productStepList__icon {
  margin: 0 auto;
}

.productStepList__icon img {
  width: auto;
  height: 124px;
}

.productStepOutline {
  margin: 30px auto 0;
}

.productStepOutline__hl {
  margin: 0 auto 15px;
  line-height: 130%;
  font-size: clamp(1.125rem, 1.0549327354rem + 0.2989536622vw, 1.25rem);
  font-weight: 700;
}

.productStepOutline__read {
  margin: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: left;
}

.productFeatures__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 64px);
  text-align: center;
}

.productFeaturesList {
  overflow: hidden;
}

.productFeaturesList__item {
  margin: 40px 0 80px;
  padding-bottom: 80px;
  width: 100%;
  position: relative;
}

.productFeaturesList__item:last-child {
  margin-bottom: 0 !important;
}

.productFeaturesList__item:nth-child(odd) .productFeaturesList__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.productFeaturesList__item:nth-child(odd) .productFeaturesList__outline * {
  margin-left: auto;
}

.productFeaturesList__item:nth-child(odd) .productFeaturesList__fig {
  margin: 0 auto 0 0;
}

.productFeaturesList__item:nth-child(odd) .productFeaturesList__fig:before {
  background: linear-gradient(-125deg, #ffffff 15%, #f5f5f5 55%, #f5f5f5 100%);
  right: inherit;
  left: 0;
}

.productFeaturesList__item:nth-child(odd) .productFeaturesList__fig img {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.productFeaturesList__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productFeaturesList__outline {
  max-width: 1200px;
  width: calc(100% - 64px);
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.productFeaturesList__outline * {
  width: 55%;
}

.productFeaturesList__fig {
  margin: 0 0 0 auto;
  width: 43%;
  position: relative;
}

.productFeaturesList__fig:before {
  content: "";
  width: 170%;
  height: 100%;
  display: block;
  background: linear-gradient(115deg, #ffffff 15%, #f5f5f5 55%, #f5f5f5 100%);
  position: absolute;
  top: 80px;
  right: 0;
  z-index: -1;
}

.productFeaturesList__hl {
  line-height: 120%;
  font-size: clamp(1.5rem, 1.009529148rem + 2.0926756353vw, 2.375rem);
  font-weight: 700;
}

.productFeaturesList__read {
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.productConsulting {
  margin: 120px 0;
  text-align: center;
}

.productConsulting__inner {
  margin: 0 auto;
  max-width: 1090px;
  width: calc(100% - 64px);
}

.productConsulting__fig {
  margin: 60px auto;
}

.caas {
  color: #263238;
  overflow: hidden;
  font-weight: 500;
}

.caas__main {
  width: 100%;
  height: 100vh;
  background: url(../img/caas/main_visual_city.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.caas__main:before {
  content: "";
  width: 30%;
  height: 100vh;
  display: block;
  background: #016783;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@-webkit-keyframes mainVisual {
  0% {
    height: 0;
  }

  100% {
    height: 100vh;
  }
}

@keyframes mainVisual {
  0% {
    height: 0;
  }

  100% {
    height: 100vh;
  }
}

.caas__inner {
  margin: 0 auto;
  width: calc(100% - 64px);
  max-width: 1280px;
  text-align: left;
  position: relative;
}

.caas__hl {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.caas__hl-logo {
  margin-bottom: 50px;
  padding: 40px;
  background: #ffffff;
  border-radius: 6px;
}

.caas__hl-logo img {
  max-width: 400px;
  height: auto;
}

.caas__hl-text {
  line-height: 120%;
  font-size: clamp(1.375rem, 0.6743273543rem + 2.9895366218vw, 2.625rem);
  color: #ffffff;
  position: relative;
  font-weight: 700;
}

.caas__read {
  font-size: clamp(1rem, 0.8598654709rem + 0.5979073244vw, 1.25rem);
  color: #ffffff;
  position: relative;
  letter-spacing: -0.02em;
}

.caas__contact {
  margin: 30px auto 80px;
  width: calc(100% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.caas__contact--left {
  width: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.caas__contact-item {
  width: 100%;
  max-width: 400px;
}

.caasSec__hl {
  margin: 0.8em 0;
  line-height: 130%;
  font-size: clamp(1.25rem, 0.5493273543rem + 2.9895366218vw, 2.5rem);
  color: #016783;
  font-weight: 700;
}

.caasSec__hl--center {
  text-align: center;
}

.caasSec__hl--brackets-start {
  margin-left: -25px;
  display: inline-block;
}

.caasSec__hl-sub {
  margin: -1em 0 0.5em;
  line-height: 130%;
  font-size: clamp(0.9375rem, 0.8323991031rem + 0.4484304933vw, 1.125rem);
  color: #44AFC0;
  font-weight: 700;
}

.caasSec__read {
  margin: 1.5em 0;
  line-height: 180%;
  font-size: clamp(0.875rem, 0.8049327354rem + 0.2989536622vw, 1rem);
}

.caasCommunity {
  padding: 120px 0 60px;
}

.caasCommunity__inner {
  margin: 0 auto;
  width: calc(100% - 64px);
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.caasCommunity__summary {
  width: 48.5%;
}

.caasCommunity__fig {
  margin: 0;
  width: calc(51.5% - 60px);
}

.caasStory {
  margin-bottom: 60px;
  position: relative;
}

.caasStory__inner {
  margin: 0 auto;
  padding-top: 120px;
  width: calc(100% - 64px);
  max-width: 1280px;
}

.caasStory__summary {
  margin-left: auto;
  padding: 30px 0 30px 70px;
  width: 54%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.caasStory__img {
  margin-right: auto;
  width: 58%;
  height: 580px;
  -webkit-box-shadow: 0 0 15px rgba(1, 87, 155, 0.25);
  box-shadow: 0 0 15px rgba(1, 87, 155, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.caasStory__img.lazyloaded {
  background: url(../img/caas/img_story.jpg) no-repeat center;
  background-size: cover;
}

.caasDashboard {
  position: relative;
}

.caasDashboard__inner {
  margin: 0 auto;
}

.caasDashboard__summary {
  margin: 0 auto;
  width: calc(100% - 64px);
  max-width: 1280px;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

.caasDashboard__summary-inner {
  padding: 30px 50px 120px 0;
  width: 54%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.caasDashboard__summary-inner:before {
  content: "";
  width: 400%;
  height: 100%;
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -400%;
  z-index: -1;
}

.caasDashboard__img {
  margin-left: auto;
  width: 58%;
  height: 580px;
  -webkit-box-shadow: 0 0 15px rgba(1, 87, 155, 0.25);
  box-shadow: 0 0 15px rgba(1, 87, 155, 0.25);
}

.caasDashboard__img.lazyloaded {
  background: url(../img/caas/img_caas_dashboard_demo.jpg) no-repeat center;
  background-size: cover;
}

.caasDashboard__feature {
  background: #016783;
  position: relative;
  z-index: 0;
}

.caasDashboardList {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 64px);
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.caasDashboardList__item {
  padding: 180px 16px 170px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-align: center;
}

.caasDashboardList__item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.03);
}

.caasDashboardList__illust {
  margin-bottom: 15px;
}

.caasDashboardList__illust img {
  width: 184px;
}

.caasDashboardList__hl {
  margin-bottom: 15px;
  line-height: 120%;
  display: block;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.1098654709rem + 0.5979073244vw, 1.5rem);
  font-weight: 700;
}

.caasDashboardList__read {
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.8399663677rem + 0.1494768311vw, 0.9375rem);
}

.caasFlow {
  padding: 140px 0 400px;
}

.caasFlow.lazyloaded {
  background: url(../img/caas/bg_past_present_future.jpg) repeat-x center bottom;
}

.caasFlow__inner {
  position: relative;
}

.caasFlow__inner:before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #eeeeee;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

.caasFlowList {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 64px);
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.caasFlowList__item {
  padding: 40px 16px;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
  text-align: center;
  list-style: none;
}

.caasFlowList__item:first-child {
  border-left: 1px solid #eeeeee;
}

.caasFlowList__en {
  height: 90px;
  font-family: adobe-handwriting-frank, sans-serif;
  color: #90a4ae;
  font-size: clamp(1.875rem, 1.6647982063rem + 0.8968609865vw, 2.25rem);
  position: relative;
}

.caasFlowList__en:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: #ffb300;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

.caasFlowList__hl {
  margin-bottom: 20px;
  line-height: 120%;
  color: #016783;
  font-size: clamp(1.1875rem, 0.942264574rem + 1.0463378176vw, 1.625rem);
  font-weight: 700;
}

.caasFlowList__hl-sub {
  margin-bottom: 20px;
  line-height: 120%;
  font-size: clamp(1rem, 0.8598654709rem + 0.5979073244vw, 1.25rem);
  font-weight: 700;
}

.caasFlowList__read {
  font-size: clamp(0.875rem, 0.8049327354rem + 0.2989536622vw, 1rem);
  font-weight: 500;
}

.caasSuggestion {
  padding: 100px 0 40px;
  background: #f5f5f5;
}

.caasSuggestion__fig {
  margin: 120px auto;
  padding: 0;
  width: calc(100% - 64px);
  max-width: 1280px;
}

.caasSuggestion__inner {
  margin: 120px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.caasSuggestion__inner:nth-child(odd) .caasSuggestion__summary-inner {
  margin-right: auto;
}

.caasSuggestion__inner:nth-child(odd) .caasSuggestion__img {
  margin-left: auto;
}

.caasSuggestion__inner:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.caasSuggestion__inner:nth-child(even) .caasSuggestion__summary-inner {
  margin-left: auto;
}

.caasSuggestion__inner:nth-child(even) .caasSuggestion__img {
  margin-right: auto;
}

.caasSuggestion__summary {
  width: calc(100% - 64px);
  max-width: 1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.caasSuggestion__summary-inner {
  width: 50%;
}

.caasSuggestion__img {
  width: 44%;
  height: 700px;
  background: #546e7a;
  -webkit-box-shadow: 0 0 15px rgba(1, 87, 155, 0.25);
  box-shadow: 0 0 15px rgba(1, 87, 155, 0.25);
}

.caasSuggestion__img-macro.lazyloaded {
  background: url(../img/caas/img_suggestion_macro.jpg) no-repeat center;
  background-size: cover;
}

.caasSuggestion__img-meso.lazyloaded {
  background: url(../img/caas/img_suggestion_meso.jpg) no-repeat center;
  background-size: cover;
}

.caasSuggestion__img-micro.lazyloaded {
  background: url(../img/caas/img_suggestion_micro.jpg) no-repeat center;
  background-size: cover;
}

.caasSuggestion__hl {
  margin: 40px 0;
}

.caasSuggestion__hl-sub {
  padding: 12px 20px;
  line-height: 110%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e4f1f4;
  border: 1px solid #badbe2;
  color: #016783;
  font-size: clamp(1.125rem, 0.9848654709rem + 0.5979073244vw, 1.375rem);
  font-weight: 700;
}

.caasSuggestion__hl-annotation {
  margin-left: 16px;
  display: inline-block;
  font-size: clamp(0.875rem, 0.8049327354rem + 0.2989536622vw, 1rem);
  font-weight: 500;
}

.caasSuggestion__hl-annotation:before {
  margin-right: 4px;
  content: "-";
  display: inline-block;
}

.caasSuggestion__hl-annotation:after {
  margin-left: 4px;
  content: "-";
  display: inline-block;
}

.caasSuggestion__hl-text {
  margin-top: 16px;
  line-height: 120%;
  display: block;
  color: #016783;
  font-size: clamp(1.1875rem, 0.942264574rem + 1.0463378176vw, 1.625rem);
  font-weight: 700;
}

.caasSuggestionSub {
  margin: 40px 0;
}

.caasSuggestionSub__hl {
  margin-bottom: 24px;
  padding: 2px 0 2px 12px;
  line-height: 120%;
  border-left: 4px solid #016783;
  font-size: clamp(1rem, 0.8598654709rem + 0.5979073244vw, 1.25rem);
  font-weight: 700;
  color: #002b35;
}

.caasSuggestionSubList {
  padding-left: 40px;
}

.caasSuggestionSubList__item {
  margin: 0.4em 0;
  font-size: clamp(0.875rem, 0.8049327354rem + 0.2989536622vw, 1rem);
}

.caasSuggestionSubListChild {
  padding-left: 24px;
}

.caasSuggestionSubListChild__item {
  margin: 0.4em 0;
  font-size: clamp(0.875rem, 0.8049327354rem + 0.2989536622vw, 1rem);
}

.caasPlatform {
  margin: 120px auto;
  width: calc(100% - 64px);
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.caasPlatform__summary {
  width: 45%;
}

.caasPlatform__fig {
  margin: 0 0 0 auto;
  width: 48%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.caasPlatform__fig-platform {
  padding: 0 3%;
}

.caasPlatform__hl {
  margin-top: 16px;
  line-height: 120%;
  display: block;
  color: #016783;
  font-size: clamp(1.1875rem, 0.942264574rem + 1.0463378176vw, 1.625rem);
  font-weight: 700;
}

.caasData {
  margin: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.caasData__utilize {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.caasData__provide {
  margin-bottom: 60px;
}

.caasData__inner {
  margin: 0 auto;
  width: calc(100% - 64px);
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.caasData__summary {
  margin-top: 300px;
  padding: 20px 40px;
  width: 66%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.caasData__summary-utilize {
  margin-left: auto;
}

.caasData__hl {
  font-size: clamp(1.25rem, 1.1098654709rem + 0.5979073244vw, 1.5rem);
  font-weight: 700;
}

.caasData__hl-en {
  padding: 16px 10px 0;
  line-height: 100%;
  font-family: adobe-handwriting-frank, sans-serif;
  color: #90a4ae;
  background: #ffffff;
  font-size: clamp(2.375rem, 1.7443946188rem + 2.6905829596vw, 3.5rem);
  position: absolute;
  top: -240px;
}

.caasData__hl-en-utilize {
  right: 12%;
}

.caasData__hl-provide {
  left: 11%;
}

.caasData__img {
  margin: 0;
  width: 63.5%;
  height: 480px;
  -webkit-box-shadow: 0 0 15px rgba(1, 87, 155, 0.25);
  box-shadow: 0 0 15px rgba(1, 87, 155, 0.25);
  position: absolute;
  top: 0;
  z-index: 0;
}

.caasData__img-utilize {
  margin-right: auto;
  left: 0;
}

.caasData__img-utilize.lazyloaded {
  background: url(../img/caas/bg_data_leverage.jpg) no-repeat center;
  background-size: cover;
}

.caasData__img-provide {
  margin-left: auto;
  right: 0;
}

.caasData__img-provide.lazyloaded {
  background: url(../img/caas/bg_data_provide.jpg) no-repeat center;
  background-size: cover;
}

.caasData__read {
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.caasBlocks {
  padding: 100px 0;
}

.caasBlocks.lazyloaded {
  background: url(../img/caas/bg_magellan_blocks.jpg) no-repeat center;
  background-size: cover;
}

.caasBlocks__inner {
  margin: 0 auto;
  width: calc(100% - 64px);
  max-width: 1280px;
  color: #ffffff;
  text-align: center;
}

.caasBlocks__hl {
  margin-bottom: 50px;
}

.caasBlocks__hl-text {
  margin-bottom: 30px;
  line-height: 120%;
  display: block;
  font-size: clamp(1.3125rem, 0.576793722rem + 3.1390134529vw, 2.625rem);
  font-weight: 700;
}

.caasBlocks__hl-logo {
  margin: 0 auto;
  display: block;
  width: calc(100% - 32px);
  max-width: 480px;
}

.caasBlocks__read {
  font-size: clamp(0.8125rem, 0.7073991031rem + 0.4484304933vw, 1rem);
}

.caasInlineBtn {
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(0.875rem, 0.8049327354rem + 0.2989536622vw, 1rem);
  text-decoration: none;
  position: relative;
  top: 3px;
  color: #016783;
}

.caasInlineBtn:hover {
  color: #44AFC0;
}

.caasInlineBtn:hover i {
  color: #44AFC0;
}

.caasInlineBtn i {
  color: #016783;
}

.page-ttl-contact {
  background: url(../img/contact/hl_bg_contact.jpg) no-repeat center;
  background-size: cover;
}

.page-ttl-complete {
  background: url(../img/contact/hl_bg_complete.jpg) no-repeat center;
  background-size: cover;
}

.formLead {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

.formLead__confirm {
  display: none;
}

.noticeLead {
  margin: 40px 0 20px;
  padding: 10px 20px;
  border: 1px solid #e57373;
  background: #ffffff;
}

.noticeHeadline {
  margin: 5px 0 0 !important;
  color: #d32f2f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700 !important;
}

.noticeHeadline .material-icons {
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.noticeHeadline + p {
  margin: 1em 0 !important;
}

.inputList {
  margin: 30px 0;
}

.inputList__item {
  margin: 30px 0;
}

.inputList__item .error {
  margin-top: 5px;
  display: block;
  color: #d32f2f;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}

.inputList__item .error:before {
  content: "※";
}

.maxw-l {
  max-width: 600px;
}

.maxw-m {
  max-width: 480px;
}

.maxw-s {
  max-width: 300px;
}

.maxw-xs {
  max-width: 200px;
}

.inputItem {
  margin: 30px 0;
}

.inputItem__name {
  margin: 10px 0;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.inputItem__attention {
  margin: 5px 0;
  line-height: 180%;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 350;
}

.formLead.inputItem__attention {
  font-size: 11px;
  font-size: 0.6875rem;
}

.inputItem__input {
  display: block;
}

.nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nameBox__item {
  width: calc(50% - 5px);
}

.agree,
label[for^=agree] {
  margin-top: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  color: #37474f;
  cursor: pointer;
}

.agree:before,
label[for^=agree]:before {
  top: 50% !important;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.agree .checkboxInput:checked + .mwform-checkbox-field-text:after,
label[for^=agree] .checkboxInput:checked + .mwform-checkbox-field-text:after {
  top: 50% !important;
  left: 9px;
  -webkit-transform: rotate(40deg) translate(0, calc(-50% - 9px));
  transform: rotate(40deg) translate(0, calc(-50% - 9px));
}

.agree .mwform-checkbox-field-text,
label[for^=agree] .mwform-checkbox-field-text {
  padding-left: 15px;
}

.mw_wp_form .agree:before,
.mw_wp_form label[for^=agree]:before {
  left: 15px;
}

.mw_wp_form .agree .mwform-checkbox-field-text,
.mw_wp_form label[for^=agree] .mwform-checkbox-field-text {
  padding-left: 22px;
}

.confirmBtnWrap {
  margin: 10px 20px;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.submitBtnWrap {
  margin: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.submitBtnWrap__item {
  margin: 0 10px;
}

.submitBtnWrap__item {
  margin: 0 10px;
}

.g-recaptcha {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g-recaptcha .autoConfirmVal {
  visibility: hidden;
}

.g-recaptcha .g-recaptcha-response {
  visibility: hidden;
}

.selectItem__confirm label {
  border: none;
}

.selectItem__confirm label:after {
  display: none;
}

.nameBox__confirm {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.nameBox__confirm .nameBox__item {
  margin-right: 10px;
  width: auto;
}

.complete {
  padding: 80px 32px;
  height: calc(100vh - 433px);
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/contact/bg_complete.jpg) no-repeat center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.complete__hl {
  font-size: clamp(1.375rem, 1.15rem + 0.96vw, 1.75rem);
}

.page-ttl-brochure,
.page-ttl-brochures {
  background: url(../img/brochures/hl_bg_brochures.jpg) no-repeat center;
  background-size: cover;
}

.brochures {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 64px);
}

.brochure {
  margin: 120px 0;
}

.brochure__hl {
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: clamp(1.375rem, 1.0246636771rem + 1.4947683109vw, 2rem);
  font-weight: 700;
}

.brochure__hl-sub {
  font-size: clamp(1.125rem, 0.9147982063rem + 0.8968609865vw, 1.5rem);
}

.brochure__read {
  font-size: clamp(1rem, 0.8598654709rem + 0.5979073244vw, 1.25rem);
  font-weight: 500;
  text-align: center;
}

.brochureList {
  margin: 40px auto 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brochureList__item {
  padding: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  position: relative;
}

.brochureList__item:before {
  content: "";
  display: block;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fafafa), color-stop(49%, #fafafa), color-stop(50%, #eeeeee), to(#e0e0e0));
  background: linear-gradient(to right bottom, #fafafa 0%, #fafafa 49%, #eeeeee 50%, #e0e0e0 100%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.8;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 0;
}

.brochureList__inner {
  padding: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.brochureList__inner:before {
  content: "";
  display: block;
  background: #ffffff;
  border-radius: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.brochureList__fig {
  margin: 0;
  text-align: center;
}

.brochureList__figcaption {
  margin: 8px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #01579b;
  font-weight: 700;
}

.brochureList__figcaption-sub {
  font-size: clamp(0.9375rem, 0.8674327354rem + 0.2989536622vw, 1.0625rem);
}

.brochureList__figcaption-main {
  margin-top: 16px;
  line-height: 120%;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: clamp(1.125rem, 0.9147982063rem + 0.8968609865vw, 1.5rem);
}

.brochureList__figcaption-noborder {
  padding: 0 !important;
  height: auto;
  border: none;
}

.brochureList__read {
  margin: 0;
  font-size: clamp(0.875rem, 0.7698991031rem + 0.4484304933vw, 1.0625rem);
  font-weight: 500;
}

.brochureReadList {
  margin: 0;
  padding: 0 0 0 28px;
}

.brochureReadList__item {
  list-style: disc;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}

.brochureList__link {
  margin: auto auto 0;
  padding-top: 30px;
  width: 100%;
  text-align: center;
}

.brochureList__btn {
  margin: auto auto 0;
  max-width: 360px;
  width: 100%;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7cb342;
  border: 1px solid #aed581;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #ffffff !important;
  font-size: clamp(1rem, 0.8598654709rem + 0.5979073244vw, 1.25rem);
  font-weight: 700;
  text-decoration: none;
}

.brochureList__btn:hover {
  opacity: 0.8;
}

.brochureList__btn i {
  margin-right: 4px;
  color: #ffffff;
  position: relative;
  top: 1px;
}

.page-ttl-event {
  background: url(../img/event/hl_bg_event.jpg) no-repeat center;
  background-size: cover;
}

.page-ttl-send-complete {
  background: url(../img/event/hl_bg_event.jpg) no-repeat center;
  background-size: cover;
}

.event {
  margin: 40px 0 0;
}

.event#form-wrap {
  margin-bottom: 110px;
}

.event#form-wrap .confirm-block {
  margin: 35px auto 60px;
  padding: 0;
}

.event#form-wrap .confirm-btn-wrap,
.event#form-wrap .send-btn-wrap,
.event#form-wrap .return-btn-wrap {
  margin: 0 20px;
}

.event#form-wrap .mw_wp_form_confirm .send-btn-wrap,
.event#form-wrap .mw_wp_form_confirm .return-btn-wrap {
  margin: 15px auto;
  float: none;
}

.event#form-wrap .mw_wp_form_confirm .preview-block {
  margin: 15px auto;
  padding: 0;
  width: auto;
}

.event#form-wrap .agree-block {
  margin-top: 30px;
}

.event#form-wrap .agree-block label {
  margin: 0 auto;
  padding: 15px 20px;
  display: inline-block;
  background: #EFEFEF;
}

.event-hl-area {
  margin: 60px 0;
}

.hl-event {
  line-height: 140%;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.hl-event-sub {
  margin: 5px 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.event-body {
  margin: 0;
}

.event-body p {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1rem;
}

.event-body b,
.event-body strong {
  font-weight: bold;
}

.event-eyecatch {
  margin-bottom: 50px;
}

.event-eyecatch img {
  max-width: 100%;
  height: auto;
}

.eventForm {
  margin-top: 60px;
  padding: 15px 30px;
  border: 1px solid #DDD;
  border-radius: 4px;
}

.eventForm #formWrap {
  margin: 0;
  padding: 0;
}

.eventForm .inputList {
  margin: 0;
}

.eventForm .checkboxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.eventForm .checkboxItem__item {
  margin: 2px 0;
}

.hl-eventForm {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.hl-eventForm-sub {
  margin-bottom: -1em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.page-ttl-release {
  background: url(../img/release/hl_bg_release.jpg) no-repeat center;
  background-size: cover;
}

.page-ttl-send-complete {
  background: url(../img/release/hl_bg_release.jpg) no-repeat center;
  background-size: cover;
}

.ttl-release {
  font-size: 38px;
  font-size: 2.375rem;
}

.release {
  margin: 40px 0 0;
}

.release-eyecatch {
  margin-bottom: 50px;
}

.release-eyecatch img {
  max-width: 100%;
  height: auto;
}

.release-hl-area {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hl-release {
  margin: 10px 0 0;
  line-height: 140%;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.release-date {
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.hl-release-sub {
  margin: 5px 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.release-body {
  margin: 0;
}

.release-body p {
  margin: 20px 0;
}

.release-body b,
.release-body strong {
  font-weight: bold;
}

.entry-section > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entry-section a:hover {
  text-decoration: underline;
}

.entry-block {
  width: 100%;
  padding-bottom: 60px;
}

.entry-block.entry-block-blog {
  max-width: 760px;
}

.side-block {
  width: 210px;
}

.entry-author {
  margin: 80px 0 0;
  display: block;
}

.entry-author__hl {
  margin: 0;
  padding: 10px 20px;
  background: rgba(1, 87, 155, 0.1);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: rgba(1, 87, 155, 0.9);
  font-size: 16px;
  font-size: 1rem;
}

.entry-author-block {
  padding: 20px;
  border: 1px solid rgba(1, 87, 155, 0.1);
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.entry-author-block figure {
  margin: 0 auto;
  width: 120px;
  text-align: left;
}

.entry-author-block figure img {
  border-radius: 50%;
}

.entry-author-block figure a:hover {
  opacity: 0.7;
}

.entry-author-comment {
  width: calc(100% - 120px);
  text-align: left;
}

.entry-author-name {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

.author-block {
  margin-bottom: 40px;
  text-align: center;
  display: block;
}

.author-block h2 {
  margin-bottom: 10px;
  color: #BBB;
}

.author-block h2:before {
  margin-right: 5px;
  display: inline-block;
  content: "-";
}

.author-block h2:after {
  margin-left: 5px;
  display: inline-block;
  content: "-";
}

.author-link {
  display: inline-block;
}

.author-link figure img {
  border-radius: 50%;
}

.author-link:hover {
  opacity: 0.7;
}

.author-comment {
  margin: 10px 10px 0;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.etnty-ttl {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.etnty-ttl h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
}

.meta {
  margin-bottom: 10px;
}

.meta .date {
  font-size: 15px;
  font-size: 0.9375rem;
}

.meta .category {
  font-size: 14px;
  font-size: 0.875rem;
}

.social-block {
  margin-bottom: 20px;
}

.social-block ul {
  display: block;
}

.social-block li {
  display: block;
  padding: 0 6px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 10px;
}

.social-block li a {
  display: table;
  text-decoration: none;
}

.social-block li a .share-icon {
  display: table-cell;
}

.social-block li a .share-num {
  display: table-cell;
  padding-left: 10px;
  position: relative;
  top: -3px;
}

.social-block .share-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

.social-block .facebook .share-icon {
  background: #3b5998;
}

.social-block .twitter .share-icon {
  background: #6ad;
}

.social-block .hateb .share-icon {
  background: #008fde;
}

.social-block .gplus .share-icon {
  background: #dd4b39;
}

.social-block a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-block a span.share-icon::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-block .facebook a:hover .share-icon,
.social-block .twitter a:hover .share-icon,
.social-block .hateb a:hover .share-icon,
.social-block .gplus a:hover .share-icon {
  background: #fff;
}

.social-block .facebook a:hover .share-icon::before {
  color: #3b5998;
}

.social-block .twitter a:hover .share-icon::before {
  color: #6ad;
}

.social-block .hateb a:hover .share-icon::before {
  color: #008fde;
}

.social-block .gplus a:hover .share-icon::before {
  color: #dd4b39;
}

.social-block .share-num {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-top: 3px;
}

.social-block .facebook .share-num {
  color: #3b5998;
}

.social-block .twitter .share-num {
  color: #6ad;
}

.social-block .hateb .share-num {
  color: #008fde;
}

.social-block .gplus .share-num {
  color: #dd4b39;
}

.social-block .share-icon .text {
  display: none;
}

.social-block .share-icon:before {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  margin-top: 9px;
  color: #fff;
}

.postNav {
  margin-bottom: 90px;
  padding-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ebeaea;
  position: relative;
}

.postNav__link {
  line-height: 120%;
}

.postNav__link a {
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

.postNav__link a:hover {
  color: #000;
  text-decoration: none;
}

.postNav__link a:hover i {
  color: #000;
}

.postNav__link i {
  margin: 0 5px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #01579b;
  position: relative;
  top: 2px;
}

.postNav__link--prev {
  margin-right: auto;
}

.postNav__link--next {
  margin-left: auto;
}

.postNav__link--archive {
  margin: 0 auto;
}

#toc_container {
  margin: 3em 0;
  padding: 16px;
  width: 100%;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toc_container .toc_title {
  font-size: 18px;
  font-size: 1.125rem;
}

#toc_container .toc_list li {
  margin: 5px 0;
}

#toc_container .toc_list li a {
  font-weight: 500;
}

.page-ttl-style-guide {
  background: url(../img/style-guide/hl_bg_guide.jpg) no-repeat center;
  background-size: cover;
}

.guide {
  margin: 60px auto 0;
  width: calc(100% - 30px);
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}

.guide img {
  max-width: 100%;
  height: auto;
}

/* guide content */

.guide-content {
  margin-bottom: 40px;
  width: calc(100% - 280px);
  font-size: 16px;
  font-size: 1rem;
}

.guide-content h2[class^=page-ttl-] {
  margin: 5px 0 30px;
  padding-left: 10px;
  line-height: 100%;
  font-size: 34px;
  font-size: 2.125rem;
  border-left: 5px solid #039be5;
  font-weight: 400;
}

/* sideNav */

.guide-side {
  margin-right: 20px;
  width: 260px;
  height: 100%;
  position: relative;
}

.guide-nav {
  margin-bottom: 20px;
  width: 260px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FAFAFA;
  overflow-x: auto;
}

.guide-nav > section h2 {
  margin: 0;
  padding: 12px 10px;
  background: #039be5;
  line-height: 120%;
  color: #FFF;
  font-size: 15px;
  font-size: 0.9375rem;
}

.guide-nav > section h2 i {
  margin-top: 4px;
  display: none;
  float: right;
}

.static-side {
  position: static !important;
  height: auto !important;
}

.fixed-side {
  margin: 0;
  padding-bottom: 40px;
  position: fixed;
  bottom: 0;
  left: auto;
  overflow-y: auto;
}

.bottom-side {
  margin: 0;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  overflow-y: auto;
}

.guide-list {
  margin: 0;
  padding: 10px 0;
}

.guide-list li {
  list-style: none;
}

.guide-list li a {
  padding: 5px 8px 5px 24px;
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 130%;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

.guide-list li a:hover {
  color: #039be5;
}

.guide-list li a i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 6px;
  left: 6px;
}

.guide-list .current_page_item a {
  color: #039be5;
}

.guide-block-group {
  margin: 0;
  padding: 0;
}

.guide-block-group > li {
  list-style: none;
}

.guide-block-group > li > a {
  margin-bottom: 1px;
  text-decoration: none;
  color: #000;
  padding: 9px 20px 9px 23px;
  display: block;
  line-height: 130%;
  background: #EFEFEF;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}

.guide-block-group > li > a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 10px;
  background: #039be5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.guide-block-group > li > a i.material-icons {
  margin-top: -11px;
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
}

.guide-block-group > li > a:hover {
  background: #039be5;
  color: #FFF;
}

.guide-block-group > li > a:hover:before {
  background: #FFF;
}

.guide-block-group .current_page_item > a {
  color: #039be5;
}

.guide-block-group .current {
  color: #039be5;
  font-weight: 400;
}

.children {
  margin: 0;
  padding: 5px 0 20px;
}

.children li {
  list-style: none;
}

.children li a {
  padding: 5px 8px 5px 24px;
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 130%;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

.children li a:hover {
  color: #039be5;
}

.children li a i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 6px;
  left: 6px;
}

.children .children {
  padding: 0;
  margin-left: 16px;
}

.page-ttl-customers {
  background: url(../img/customers/hl_bg_customers.jpg) no-repeat center;
  background-size: cover;
}

.customers {
  margin: 120px auto 0;
  width: calc(100% - 48px);
  max-width: 1080px;
  position: relative;
}

.customers img {
  max-width: 100%;
  height: auto;
}

.customersTop-box {
  margin: 140px auto 70px;
  text-align: center;
}

.customersTop-hl {
  margin: 0 0 20px;
  line-height: 120%;
  font-size: clamp(1.5rem, 0.9394618834rem + 2.3916292975vw, 2.5rem);
}

.customersTop-read {
  margin: 30px 0;
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.customersList {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customersList:after {
  content: "";
  display: block;
  width: calc(33.333% - 20px);
}

.customersList-item {
  margin: 16px 0;
  width: calc(50% - 16px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eceff1;
  position: relative;
  z-index: 1;
}

.customersList-item * {
  text-decoration: none;
}

.customersList-link {
  padding-bottom: 12px;
  min-height: 263px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
}

.customersList-link:hover {
  opacity: 0.6;
}

.customersList-eyecatch {
  margin: 0;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.customersList-nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.customersList-logo {
  padding: 0 48px;
  margin: 0;
  width: 100%;
  height: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #eceff1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.customersList-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 76px;
}

.customersList-name {
  margin: 0 auto 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #37474f;
  font-weight: 500;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  letter-spacing: -0.04em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.customersList-type {
  margin: -13px 15px 8px auto;
  padding: 0 6px 2px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #01579b;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #01579b;
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.customersList-tag {
  margin: auto 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.customersList-tag li {
  margin: 0 8px 8px 0;
  padding: 0 5px 1px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #01579b;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #ffffff;
}

.customersList-category {
  background: #558b2f !important;
}

.customersList-title {
  margin: 4px 20px 20px;
  line-height: 130%;
  font-size: clamp(1.25rem, 1.1799327354rem + 0.2989536622vw, 1.375rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.customersList-read {
  margin: 8px 0 1.2em;
  color: #37474f;
}

.customersList-item.sticky {
  margin: 24px 0;
  padding-bottom: 8px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.customersList-item.sticky:hover {
  opacity: 0.6;
}

.customersList-item.sticky .customersList-eyecatch {
  height: 310px;
}

.customersList-item.sticky .customersList-eyecatch img {
  width: 100%;
}

.customersList-item.sticky .customersList-nameBox {
  padding: 0 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customersList-item.sticky .customersList-name {
  margin: 0 auto 0 20px;
  font-size: clamp(0.8125rem, 0.4971973094rem + 1.3452914798vw, 1.375rem);
  font-weight: 500;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.customersList-item.sticky .customersList-type {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 12px;
  height: 26px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.customersList-item.sticky .customersList-logo {
  padding: 0 16px;
  width: 280px;
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
}

.customersList-item.sticky .customersList-title {
  margin: 0 32px 16px;
  font-size: 26px;
  font-size: 1.625rem;
}

.customersList-item.sticky .customersList-read {
  margin: 8px 32px 1.2em;
}

.customersList-item.sticky .customersList-tag {
  padding: 20px 12px 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #eceff1;
}

.customersList-item.sticky .customersList-tag li {
  height: 26px;
  font-size: 12px;
  font-size: 0.75rem;
}

.customersClient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.customersClient-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #F0F0F0;
  border-top: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.customersClient-fig {
  max-height: 400px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
}

.customersClient-outline {
  padding: 30px 30px 0 10px;
  width: calc(100% - 220px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.customersClient-companyName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customersClient-hl {
  margin: 0 auto 0 0;
  line-height: 120%;
  font-size: clamp(1.125rem, 0.9498318386rem + 0.7473841555vw, 1.4375rem);
  color: #37474f;
  font-weight: 500;
}

.customersClient-type {
  margin: 0 0 0 auto;
  min-width: 140px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #01579B;
  border-radius: 4px;
  color: #01579B;
}

.customersClient-read {
  width: 100%;
}

.customersClient-logo {
  margin: 0;
  padding: 0 24px;
  width: 240px;
  height: 155px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.customersClient-logo img {
  max-height: 105px;
}

.customersContent {
  margin-top: 80px;
}

.customersContent-hl {
  margin: 70px 0;
  line-height: 120%;
  font-size: clamp(1.625rem, 1.2746636771rem + 1.4947683109vw, 2.25rem);
  font-weight: 500;
}

.customersContent-hl-case {
  margin: 0 0 40px;
  padding-left: 15px;
  font-size: clamp(1.125rem, 1.0198991031rem + 0.4484304933vw, 1.3125rem);
  position: relative;
  font-weight: 500;
}

.customersContent-hl-case:before {
  content: "";
  display: block;
  width: 8px;
  height: 24px;
  border-radius: 2px;
  background: #01579B;
  position: absolute;
  top: 5px;
  left: 0;
}

.customersContent-hl-tag {
  color: #01579B;
  font-weight: 700;
}

.customersSec {
  margin: 40px 0;
  padding: 30px;
  border-radius: 4px;
}

.customersSec-conventional {
  background: #FAFAFA;
}

.customersSec-hl {
  margin: 0 0 20px;
  font-size: clamp(1.125rem, 1.0549327354rem + 0.2989536622vw, 1.25rem);
  font-weight: 700;
}

.customersSec-read {
  line-height: 180%;
  font-size: 16px;
  font-size: 1rem;
}

.customersSec-fig {
  margin: 30px 0 0;
}

.customersSec-introduction {
  background: #EEFBFF;
}

.customersSec-introduction .customersSec-hl {
  color: #01579B;
}

.customersService {
  margin: 100px 0 80px !important;
  padding: 70px 0 60px;
  border: 2px solid #01579B;
  border-radius: 4px;
  position: relative;
}

.customersService-hl {
  margin: 0 !important;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #01579B;
}

.customersService-list {
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customersService-list li {
  margin: 0 20px;
  list-style: none;
  color: #01579B;
  text-align: center;
}

.customersService-list li a {
  display: block;
  text-decoration: none;
}

.customersService-list li a:hover {
  opacity: 0.6;
}

.customersService-list li a:hover span {
  opacity: 0.6;
}

.customersService-name {
  display: block;
  font-size: clamp(1rem, 0.7897982063rem + 0.8968609865vw, 1.375rem);
  font-weight: 700;
  color: #01579B;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.customersService-name span {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.customersPublicationDate {
  margin: -20px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customersPublicationDate-read {
  margin: 0 0 0 auto;
  padding: 5px 20px;
  border: 1px solid #CCC;
}

.customersClientFooter {
  margin: 60px auto 120px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EEE;
}

.customersClientFooter-outline {
  width: calc(100% - 410px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.customersClientFooter-logo {
  margin: 0;
  width: 400px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.customersClientFooter-logo img {
  max-width: 240px;
  max-height: 140px;
}

.customersClientFooter-hl {
  margin: 0 0 10px;
  line-height: 120%;
  font-size: 20px;
  font-size: 1.25rem;
}

.customersClientFooter-table th,
.customersClientFooter-table td {
  padding: 4px 0;
  background: none;
}

.customersClientFooter-table th {
  font-weight: 400;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
}

.customersClientFooter-table th:after {
  content: "：";
}

.customersClientFooter-time {
  margin: 5px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.icon {
  width: auto;
}

.icon:before {
  margin: 0 auto;
  content: "";
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.icon-customers-blocks:before {
  margin-right: 10px;
  width: 42px;
  height: 36px;
  background: url(../img/customers/icon_blocks.svg) no-repeat;
  background-size: contain;
}

.icon-customers-flowDesigner:before {
  margin-bottom: 5px;
  width: 80px;
  height: 56px;
  background: url(../img/customers/icon_service_flow_designer.svg) no-repeat;
  background-size: contain;
}

.icon-customers-modelGenerator:before {
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  background: url(../img/customers/icon_servise_model_generator.svg) no-repeat;
  background-size: contain;
}

.icon-customers-textSearch:before {
  margin-bottom: 5px;
  width: 60px;
  height: 56px;
  background: url(../img/customers/icon_service_text_search.svg) no-repeat;
  background-size: contain;
}

.customersBrochures {
  margin: -80px 0;
  padding: 140px 0;
  width: 100vw;
  position: relative;
  z-index: 0;
}

.customersBrochures:before {
  content: "";
  width: 1000%;
  height: 100%;
  display: block;
  background: #fafafa;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
}

.customersBrochures.noSticky {
  margin: 0 0 -80px;
  padding: 60px 0 140px;
}

.customersBrochures__inner {
  margin: 0 auto;
  width: calc(100% - 88px);
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.customersBrochures__outline {
  width: 60%;
}

.customersBrochures__img {
  width: 36%;
}

.customersBrochures__hl {
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
}

.customersBrochures__hl-sub {
  margin-bottom: 4px;
  line-height: 130%;
  font-size: 17px;
  font-size: 1.0625rem;
}

.customersBrochures__hl-main {
  line-height: 130%;
  font-size: 24px;
  font-size: 1.5rem;
}

.customersBrochures__read {
  letter-spacing: -0.04em;
}

.customersBrochures__fig {
  margin: 50px 0 0;
  text-align: center;
}

.customersBrochures__fig a:hover {
  opacity: 0.8;
}

.customersBrochures__link-desk {
  margin-top: 24px;
}

.customersBrochures__link-mobile {
  display: none;
}

.author-detail {
  margin: 60px 0 0;
  display: block;
}

.entry-author-block {
  margin: 0 0 40px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
}

.entry-author-block:after {
  content: "Author";
  display: block;
  position: absolute;
  bottom: 24px;
  right: 20px;
  font-size: 36px;
  font-size: 2.25rem;
  color: #039be5;
  opacity: 0.15;
}

.entry-author-block figure {
  margin: 0 auto;
  width: 180px;
}

.entry-author-block figure img {
  border-radius: 50%;
}

.entry-author-block figure a:hover {
  opacity: 0.7;
}

.entry-author-comment {
  width: calc(100% - 180px);
  text-align: left;
}

.entry-author-name {
  margin: 16px 0 6px;
  font-size: clamp(1.125rem, 0.825rem + 1.28vw, 1.625rem);
  font-weight: bold;
}

.author-entry-headline {
  font-size: clamp(1.25rem, 1.175rem + 0.32vw, 1.375rem);
}

.page-ttl-search {
  background: url(../img/search/hl_bg_search.jpg) no-repeat center;
  background-size: cover;
}

.search-result {
  margin: 80px auto 40px;
  position: relative;
}

.search-result .siteSearch {
  margin-bottom: 80px;
  position: relative;
}

.search-result .siteSearch input {
  padding-left: 30px;
  width: 480px;
  height: 40px;
  border: #EEE;
  background: #FFF;
  color: #000;
  border: 1px solid #EEE;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
}

.search-result .siteSearch input::-webkit-input-placeholder {
  color: #333;
}

.search-result .siteSearch input::-moz-placeholder {
  color: #333;
}

.search-result .siteSearch input:-ms-input-placeholder {
  color: #333;
}

.search-result .siteSearch input::-ms-input-placeholder {
  color: #333;
}

.search-result .siteSearch input::placeholder {
  color: #333;
}

.search-result .siteSearch input:focus {
  background: #FFF;
  color: #000;
}

.search-result .siteSearch i {
  margin-top: 1px;
  position: absolute;
  top: 50%;
  left: 8px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #039be5;
}

.search-result__hl {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.125rem;
}

.search-result__hl i {
  margin-right: 5px;
  display: inline-block;
  color: #ccc;
  font-size: 20px;
  font-size: 1.25rem;
}

.other-keyword {
  padding: 0 25px 10px;
  font-size: 16px;
  font-size: 1rem;
}

.search-result-list li {
  margin: 30px 0;
  padding: 0 10px 30px;
  border-bottom: 1px solid #CCC;
  list-style: none;
}

.search-result-list li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  text-decoration: none;
  position: relative;
}

.search-result-list li a:hover .result-title {
  text-decoration: underline;
}

.search-result-list li a:after {
  margin-top: 0;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1.5rem);
  position: absolute;
  top: 50%;
  right: 7px;
  content: "\e5cc";
}

.result-title {
  text-decoration: none;
}

.result-exerpt {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}

.page-ttl-policy {
  background: url(../img/policy/hl_bg_policy.jpg) no-repeat center;
  background-size: cover;
}

.policy,
.partner-policy {
  margin: 80px auto;
  width: 960px;
}

.policy ol,
.partner-policy ol {
  padding: 0 0 16px 0;
}

.policy ol:last-child,
.partner-policy ol:last-child {
  padding-bottom: 0;
}

.policy ol li,
.partner-policy ol li {
  margin: 0 0 16px 20px;
  padding-left: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: decimal;
}

.policy ol li a,
.partner-policy ol li a {
  text-decoration: underline;
}

.policy ol li > ol,
.policy ol li ul,
.partner-policy ol li > ol,
.partner-policy ol li ul {
  margin: 16px 0;
}

.policy .list_parentheses li,
.partner-policy .list_parentheses li {
  margin: 0 0 20px 0;
  padding-left: 34px;
  list-style: none;
  list-style-position: inside;
  counter-increment: cnt;
  position: relative;
}

.policy .list_parentheses li:before,
.partner-policy .list_parentheses li:before {
  margin-right: 5px;
  display: marker;
  content: "( " counter(cnt) " )";
  position: absolute;
  top: 0;
  left: 0;
}

.policy .list_parentheses--narrow li,
.partner-policy .list_parentheses--narrow li {
  margin: 0 0 3px 0;
}

.policy p,
.partner-policy p {
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}

.secPolicy {
  margin: 2.5em 0 3em;
}

.firstText {
  margin: 5px 0 50px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.policySecTitle {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
}

.policyTitle {
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
}

.policyText {
  margin-bottom: 20px !important;
}

.listInner {
  margin-top: 10px;
  padding-bottom: 0 !important;
}

.listInner li {
  margin: 0 0 7px 20px !important;
}

.listInner2 li {
  margin: 3px 0 !important;
  list-style-type: none !important;
}

.listInner3 li {
  margin-bottom: 0 !important;
}

.page-ttl-specified-commercial-transaction-act {
  background: url(../img/policy/hl_bg_policy.jpg) no-repeat center;
  background-size: cover;
}

.specified-commercial-transaction-act {
  margin: 80px auto;
  width: 960px;
}

.table-legal {
  margin-bottom: 60px;
}

.table-legal tr {
  border-bottom: 1px solid #EEE;
}

.table-legal tr:first-child {
  border-top: 1px solid #EEE;
}

.table-legal th,
.table-legal td {
  padding: 25px 10px;
  vertical-align: top;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table-legal th {
  width: 30%;
  font-weight: 500;
}

.solution {
  color: #263238;
  overflow: hidden;
}

.solution__main {
  width: 100%;
  height: 100vh;
  background-image: url(../img/solution/bg_main_visual.jpg), -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(10%, #ffffff), to(#0590ef));
  background-image: url(../img/solution/bg_main_visual.jpg), linear-gradient(to top, #ffffff 0%, #ffffff 10%, #0590ef 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution__inner {
  margin: 0 auto;
  width: calc(100% - 64px);
  max-width: var(--baseWidthSub);
  color: #ffffff;
}

.solution__hl {
  margin: 0 0 2rem;
  line-height: 120%;
  font-size: clamp(1.5rem, 0.5891255605rem + 3.8863976084vw, 3.125rem);
  font-weight: 700;
}

.solution__read {
  margin-bottom: 2rem;
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
  font-weight: 700;
}

.solution__features {
  padding: 16px 20px;
  line-height: 120%;
  max-width: 562px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #002832;
  font-size: clamp(0.875rem, 0.8375rem + 0.16vw, 0.9375rem);
  font-weight: 700;
}

.solutionContent {
  margin: 160px auto 0;
}

.solutionContent__hl {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
}

.solutionContent__hl-jp {
  margin-bottom: 12px;
  line-height: 120%;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
}

.solutionContent__hl-en {
  line-height: 100%;
  font-family: futura-pt, sans-serif;
  font-size: clamp(1.125rem, 0.75rem + 1.6vw, 1.75rem);
  color: #cfd8dc;
}

.solutionContent__inner {
  padding: 162px 0 140px;
}

.solutionContent__inner-bg {
  margin-top: 222px;
  background: #eceff1;
}

.solutionContent__read {
  margin: -324px auto 0;
  line-height: 140%;
  width: calc(100% - 64px);
  max-width: var(--baseWidthSub);
  height: 324px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background-size: cover !important;
  color: #ffffff;
  font-size: clamp(1.125rem, 0.6rem + 2.24vw, 2rem);
  font-weight: 700;
  text-align: center;
}

.solutionContent__read-logistics {
  background: url(../img/solution/bg_logistics_optimization.png) no-repeat center;
}

.solutionContent__read-production {
  background: url(../img/solution/bg_production_optimization.png) no-repeat center;
}

.solutionContentList {
  margin: -60px auto 0;
  padding: 0;
  width: calc(100% - 64px);
  max-width: calc(var(--baseWidthSub) - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 12px;
}

.solutionContentList__item {
  padding: 16px;
  width: 33.333%;
  border-radius: 8px;
  position: relative;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.solutionContentList__item:before {
  content: "";
  display: block;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(250, 250, 250, 0)), color-stop(49%, rgba(250, 250, 250, 0.4)), color-stop(50%, #eeeeee), to(#e0e0e0));
  background: linear-gradient(to right bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.4) 49%, #eeeeee 50%, #e0e0e0 100%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.8;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 0;
}

.solutionContentList__inner {
  padding: 30px 30px 16px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.solutionContentList__inner:before {
  content: "";
  display: block;
  background: #ffffff;
  border-radius: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.solutionContentList__hl {
  margin: 0 auto 20px;
  line-height: 120%;
  font-size: clamp(1.25rem, 1.175rem + 0.32vw, 1.375rem);
  color: #01579b;
  font-weight: 700;
  text-align: center;
}

.solutionContentList__read {
  letter-spacing: -0.04em;
}

.solutionContent__btnArea {
  margin: 60px auto 0;
  width: calc(100% - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 40px;
}

.solutionContent__btn {
  margin: 0;
  max-width: 320px;
  width: 100%;
}

.solutionContentList__with {
  margin-top: 60px;
  max-width: calc(var(--baseWidthSub) - 320px);
}

.solutionContentList__with .solutionContentList__item {
  width: 50%;
}

.solutionContentList__hl-sub {
  margin: 0 auto 12px;
  line-height: 100%;
  width: 120px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #01579b;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 700;
}

.aboutQuantumComputing {
  margin: 180px auto;
  width: calc(100% - 32px);
  max-width: var(--baseWidthSub);
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}

.aboutQuantumComputing__inner {
  margin: 0 0 0 auto;
  padding: 80px 40px;
  width: calc(100% - 324px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(-245deg, #ffffff 0%, #ffffff 12%, rgba(236, 239, 241, 0.2) 25%, #eceff1 100%);
  border-radius: 8px;
}

.aboutQuantumComputing__hl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.aboutQuantumComputing__hl-en {
  line-height: 90%;
  font-family: futura-pt, sans-serif;
  font-size: clamp(1rem, 0.6496636771rem + 1.4947683109vw, 1.625rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #bdbdbd;
}

.aboutQuantumComputing__hl-jp {
  margin-top: 10px;
  line-height: 130%;
  font-size: clamp(1.125rem, 0.4243273543rem + 2.9895366218vw, 2.375rem);
  font-weight: 700;
}

.aboutQuantumComputing__img {
  width: 324px;
  position: absolute;
  top: -50px;
  left: 0;
}

.aboutQuantumComputing__img img {
  width: 100%;
}

.aboutQuantumComputing__read {
  margin: 1.5em 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.aboutQuantumComputing__more {
  margin: 0;
  position: absolute;
  right: 40px;
  bottom: -35px;
}

.initiatives {
  padding: 160px 0;
  background: #fafafa;
}

.initiatives__read {
  margin: -40px auto 0;
  width: calc(100% - 64px);
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  text-align: center;
}

.initiatives__fig {
  margin: 60px auto;
  width: calc(100% - 64px);
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 60px;
}

.initiatives__fig-item {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.initiativesList {
  margin: 90px auto 0;
  padding: 0;
  width: calc(100% - 64px);
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 20px;
}

.initiatives__item {
  padding: 20px;
  width: calc(33.333% - 13.333px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  background: #173752;
  color: #ffffff;
  border-radius: 8px;
}

.initiatives__illust {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.initiatives__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.initiatives__item-hl {
  margin-bottom: 8px;
  line-height: 120%;
  font-size: clamp(1.0625rem, 0.95rem + 0.48vw, 1.25rem);
  font-weight: 700;
}

.initiatives__item-read {
  font-size: clamp(0.8125rem, 0.7375rem + 0.32vw, 0.9375rem);
}

.solutionCaas {
  height: 600px;
  background: url(../img/solution/bg_caas.jpg) no-repeat center;
  background-size: cover;
}

.solutionCaas__inner {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: var(--baseWidthSub);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.solutionCaas__hl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.solutionCaas__hl-en {
  margin-bottom: 10px;
  line-height: 100%;
  font-family: futura-pt, sans-serif;
  font-size: clamp(2.875rem, 1.1233183857rem + 7.4738415546vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.solutionCaas__hl-jp {
  line-height: 120%;
  font-size: clamp(1.25rem, 0.8295964126rem + 1.7937219731vw, 2rem);
  font-weight: 700;
}

.solutionCaas__more {
  margin-top: 0;
  margin-left: auto;
}

.solutionProduct {
  height: 600px;
  background: url(../img/solution/bg_product.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.solutionProduct__inner {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: var(--baseWidthSub);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #022C49;
  position: relative;
}

.solutionProduct__hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.solutionProduct__hl-en {
  margin-bottom: 10px;
  line-height: 100%;
  font-family: futura-pt, sans-serif;
  font-size: clamp(2.875rem, 1.1233183857rem + 7.4738415546vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.solutionProduct__hl-jp {
  line-height: 120%;
  font-size: clamp(1.25rem, 0.8295964126rem + 1.7937219731vw, 2rem);
  font-weight: 700;
}

.solutionProduct__more {
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.logistics {
  color: #263238;
  overflow: hidden;
}

.logistics__main {
  width: 100%;
  height: 100vh;
  background: url(../img/logistics/bg_main_visual.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sol__hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  letter-spacing: -0.05em;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
  text-align: center;
}

.sol__hl-sub {
  margin-top: 10px;
  line-height: 130%;
  font-size: clamp(1.0625rem, 0.326793722rem + 3.1390134529vw, 2.375rem);
}

.sol__hl-main {
  line-height: 110%;
  font-size: clamp(2rem, 0.8789237668rem + 4.7832585949vw, 4rem);
}

.icon-logistics {
  position: absolute;
  top: -16px;
  right: 14px;
}

.sol__read {
  padding: 16px 32px;
  line-height: 120%;
  border: 1px solid #ffffff;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  font-size: clamp(1rem, 0.7897982063rem + 0.8968609865vw, 1.375rem);
  color: #ffffff;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
}

.logistics__blocks {
  margin-bottom: 40px;
  width: 400px;
  height: 64px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sol__contact {
  margin: 60px auto 0;
  width: calc(100% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.sol__contact-item {
  margin: 0 16px;
  width: 100%;
  max-width: 320px;
}

.sol__contact-hl {
  width: 100%;
  line-height: 120%;
  font-size: clamp(1.375rem, 1rem + 1.6vw, 2rem);
  font-weight: 700;
}

.logisticsSolution {
  padding: 120px 0;
  background-color: #F2F9FE;
  text-align: center;
}

.logisticsSolution.lazyloaded {
  background-image: url(../img/logistics/bg_logistics_solutions_truck.jpg), url(../img/logistics/bg_logistics_solutions_forklift.jpg);
  background-position: right bottom, left bottom 32px;
  background-size: 260px 297px, 252px 208px;
  background-repeat: no-repeat;
}

.logisticsSolution__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 64px);
}

.logisticsSolution__hl {
  margin: 0 auto 48px;
  line-height: 130%;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
}

.logisticsSolution__fig {
  margin: 48px auto 0;
  padding: 40px;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(19, 71, 104, 0.15);
  box-shadow: 0 0 10px rgba(19, 71, 104, 0.15);
}

.logisticsSolution__fig img {
  width: 100%;
}

.logisticsDx {
  padding: 120px 0;
  text-align: center;
}

.logisticsDx.lazyloaded {
  background: url(../img/logistics/bg_issues.jpg) no-repeat center;
  background-size: cover;
}

.logisticsDx__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 64px);
  color: #ffffff;
}

.logisticsDx__hl {
  margin: 0 auto 32px;
  line-height: 130%;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
}

.logisticsDx__read {
  margin: 48px auto;
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.logisticsDxList {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logisticsDxList__item {
  margin: 15px 0;
  padding: 20px 20px 12px;
  width: calc(33.333% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  list-style: none;
}

.logisticsDxList__hl {
  margin: 0 auto;
  height: 60px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #01579b;
  border-radius: 8px;
  font-size: clamp(1.125rem, 0.9848654709rem + 0.5979073244vw, 1.375rem);
  font-weight: 700;
}

.logisticsDxList__icon {
  margin: 40px auto 16px;
}

.logisticsDxList__icon img {
  width: auto;
  height: 80px;
}

.logisticsDxList__tag {
  margin: 4px;
  padding: 0 16px 2px;
  height: 32px;
  line-height: 110%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  color: #212121;
}

.logisticsDxList__read {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
}

.logisticsFeatures {
  padding: 120px 0;
  text-align: center;
}

.logisticsFeatures__hl {
  margin: 0 auto 80px;
  line-height: 120%;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
  letter-spacing: -0.05em;
}

.logisticsFeaturesList__item {
  margin-bottom: 80px;
  position: relative;
  height: 420px;
}

.logisticsFeaturesList__item:nth-child(even) .logisticsFeaturesSub {
  margin: auto 0 auto auto;
}

.logisticsFeaturesList__item:last-child {
  margin-bottom: 0;
}

.logisticsFeaturesList__item-inner {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logisticsFeaturesSub {
  margin: auto 0;
  padding: 40px;
  width: 100%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(19, 71, 104, 0.15);
  box-shadow: 0 0 10px rgba(19, 71, 104, 0.15);
  position: relative;
  z-index: 1;
  text-align: left;
}

.logisticsFeaturesBg {
  width: 67%;
  height: 420px;
  position: absolute;
  top: 0;
  z-index: 0;
}

.logisticsFeaturesBg__01 {
  right: 0;
}

.logisticsFeaturesBg__01.lazyloaded {
  background: url(../img/logistics/bg_blocks_feature_01@2x.jpg) no-repeat center;
  background-size: cover !important;
}

.logisticsFeaturesBg__02 {
  left: 0;
}

.logisticsFeaturesBg__02.lazyloaded {
  background: url(../img/logistics/bg_blocks_feature_02@2x.jpg) no-repeat center top;
  background-size: cover !important;
}

.logisticsFeaturesSub__hl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logisticsFeaturesSub__hl * {
  line-height: 120%;
}

.logisticsFeaturesSub__hl-en {
  color: #0288d1;
  font-family: futura-pt, sans-serif;
  font-size: clamp(1.375rem, 1.3049327354rem + 0.2989536622vw, 1.5rem);
  font-weight: 400;
}

.logisticsFeaturesSub__hl-num {
  color: #01579b;
  font-family: futura-pt, sans-serif;
  font-size: clamp(2.625rem, 2.2746636771rem + 1.4947683109vw, 3.25rem);
  font-weight: 600;
}

.logisticsFeaturesSub__hl-text {
  margin: 20px 0 30px;
  font-size: clamp(1.3125rem, 0.9971973094rem + 1.3452914798vw, 1.875rem);
  font-weight: 700;
}

.logisticsFeaturesSub__read {
  margin: 0;
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.logisticsBrochures {
  padding: 80px 0;
  background: #022c49;
  text-align: center;
}

.logisticsBrochures__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
}

.logisticsBrochures__sec {
  margin: 0 10px;
  width: calc(50% - 40px);
}

.logisticsBrochures__hl {
  margin: 0 auto 28px;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
}

.logisticsBrochures__box {
  padding: 30px 30px 20px;
  background: #ffffff;
  border-radius: 10px;
}

.logisticsBrochures__fig {
  margin: 0;
}

.logisticsBrochures__fig img {
  width: 100%;
}

.logisticsCustomers {
  margin: 0 auto;
  padding: 120px 0 0;
  text-align: center;
}

.logisticsCustomers__hl {
  margin: 0 auto 80px;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
  font-weight: 700;
}

.customersCase {
  margin: 80px auto;
  padding: 0 40px 40px;
  width: calc(100% - 32px);
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: left;
}

.customersCase__hl {
  margin: 0;
  padding: 0 24px;
  line-height: 120%;
  height: 60px;
  background: #01579b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  font-size: clamp(1.125rem, 0.9147982063rem + 0.8968609865vw, 1.5rem);
  color: #ffffff;
  position: relative;
  top: -30px;
  letter-spacing: -0.05em;
}

.customersCase__hl-tag {
  margin-left: 20px;
  line-height: 120%;
  padding: 0 16px;
  height: 32px;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  font-size: clamp(1rem, 0.9649663677rem + 0.1494768311vw, 1.0625rem);
  color: #01579b;
}

.customersCase__nameBox {
  padding-bottom: 30px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eceff1;
}

.customersCase__name {
  margin: 0;
  line-height: 120%;
  font-size: clamp(1.5rem, 1.2197309417rem + 1.1958146487vw, 2rem);
  font-weight: 700;
}

.customersCase_btn {
  margin: 0 0 0 auto;
}

.customersCase_link {
  padding: 0 20px 0 16px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #7cb342;
  border: 1px solid #aed581;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
}

.customersCase_link:hover {
  color: #ffffff;
  opacity: 0.8;
}

.customersCase__outline-hl {
  margin: 0;
  font-weight: 700;
  line-height: 120%;
  font-size: clamp(1.125rem, 0.9848654709rem + 0.5979073244vw, 1.375rem);
}

.customersCase__outline-read {
  margin-top: 0.5em;
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.customersCase__outline-read .material-icons-outlined {
  position: relative;
  top: 5px;
}

.customersCase__outline-read-more {
  margin-top: -0.5em;
  text-align: right;
}

.customersCase__fig {
  margin: 32px 0 0;
  text-align: center;
}

.customersCase__fig-toyota img {
  margin: 0 auto;
  width: 100%;
}

.customersCase__fig-shimizu img {
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
}

.customersCase__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.customersCase__inner .customersCase__outline {
  width: 45%;
}

.customersCase__inner .customersCase__fig {
  margin: 0;
  width: calc(55% - 60px);
}

.customersCase__outline-hl {
  font-size: clamp(1.125rem, 0.9848654709rem + 0.5979073244vw, 1.375rem);
}

.customersCase__outline-read {
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.baseTable__customer {
  margin: 1.5em 0 1em;
}

.baseTable__customer thead th {
  text-align: center;
}

.baseTable__customer tbody tr td {
  text-align: right;
}

.baseTable__customer tbody tr td:first-child {
  text-align: center;
}

.logisticsCustomerSub__attention {
  line-height: 120%;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
}

.dispatchFlow {
  margin: 32px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dispatchFlow__item {
  padding: 0 20px 20px;
  width: calc(33.333% - 20px);
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #01579b;
  border-radius: 8px;
  position: relative;
}

.dispatchFlow__item:not(:last-child):after {
  content: "";
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 2px solid #01579b;
  border-radius: 50%;
  position: absolute;
  right: -46px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.dispatchFlow__item:not(:last-child):before {
  content: "\e5cc";
  display: block;
  font-family: "Material Icons";
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  right: -38px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #01579b;
  z-index: 2;
}

.dispatchFlow__hl {
  margin: 0 auto;
  line-height: 120%;
  display: inline-block;
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  color: #01579b;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
  position: relative;
  top: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  white-space: nowrap;
}

.dispatchFlow__hl:after {
  content: "";
  width: calc(100% + 24px);
  height: 28px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -12px;
  right: -12px;
  z-index: -1;
}

.dispatchFlow__read {
  margin: 0;
}

.shift {
  color: #263238;
  overflow: hidden;
}

.shift__main {
  width: 100%;
  height: 100vh;
  background: url(../img/shift/bg_main_visual.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shift__hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  letter-spacing: -0.05em;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
  text-align: center;
}

.shift__hl-sub {
  margin-top: 10px;
  line-height: 120%;
  font-size: clamp(1.0625rem, 0.326793722rem + 3.1390134529vw, 2.375rem);
  font-weight: 500;
}

.shift__hl-main {
  line-height: 110%;
  font-size: clamp(2rem, 0.8789237668rem + 4.7832585949vw, 4rem);
  font-weight: 700;
}

.shift__read {
  padding: 16px 16px;
  line-height: 120%;
  border: 1px solid #ffffff;
  border-radius: 30px;
  font-size: clamp(1rem, 0.7897982063rem + 0.8968609865vw, 1.375rem);
  color: #ffffff;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
}

.shift__blocks {
  margin-bottom: 40px;
  width: 400px;
  height: 64px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.shift__contact {
  margin: 60px auto 0;
  width: calc(100% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.shift__contact-item {
  margin: 0 16px;
  width: 100%;
  max-width: 320px;
}

.optimalPlacement {
  padding: 130px 0;
  background-size: cover !important;
  text-align: center;
}

.optimalPlacement.lazyloaded {
  background: #E9E9E5 url(../img/shift/bg_optimal_placement.jpg) no-repeat right bottom -80px;
}

.optimalPlacement__hl {
  margin: 0 auto 60px;
  line-height: 130%;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
  letter-spacing: -0.05em;
}

.optimalPlacementList {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 32px);
  max-width: 900px;
}

.optimalPlacementList__item {
  margin-bottom: 20px;
  padding-right: 5%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(19, 71, 104, 0.15);
  box-shadow: 0 0 10px rgba(19, 71, 104, 0.15);
  list-style: none;
  text-align: left;
}

.optimalPlacementList__item .icon {
  width: 250px;
}

.optimalPlacementList__item-text {
  width: calc(100% - 250px);
  line-height: 130%;
  font-size: clamp(1rem, 0.5795964126rem + 1.7937219731vw, 1.75rem);
  font-weight: 500;
}

.optimalStaffing {
  padding: 100px 0 0;
  background-size: cover !important;
  text-align: center;
}

.optimalStaffing.lazyloaded {
  background: url(../img/shift/bg_issues.jpg) no-repeat center;
}

.optimalStaffing__read {
  margin: 0 auto 80px;
  width: calc(100% - 32px);
  font-size: clamp(1.125rem, 0.7746636771rem + 1.4947683109vw, 1.75rem);
  font-weight: 500;
  color: #ffffff;
}

.issuesStaffing {
  margin: 0 auto;
  padding: 80px 32px;
  width: calc(100% - 32px);
  max-width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.issuesStaffing__hl {
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #01579b;
  font-weight: 700;
}

.issuesStaffing__hl-small {
  line-height: 130%;
  font-size: clamp(0.9375rem, 0.5521300448rem + 1.644245142vw, 1.625rem);
}

.issuesStaffing__hl-large {
  line-height: 130%;
  font-size: clamp(1.5rem, 0.6591928251rem + 3.5874439462vw, 3rem);
}

.issuesStaffingExample {
  margin: 60px auto;
  padding: 30px 30px 28px;
  width: 100%;
  max-width: 840px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #263238;
  border-radius: 6px;
}

.issuesStaffingExample:last-child {
  margin: 60px auto 40px;
}

.issuesStaffingExample__term {
  padding: 0 20px;
  display: inline-block;
  background: #ffffff;
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  top: -53px;
}

.issuesStaffingExample__desc {
  margin: -48px 0 0;
  font-size: clamp(0.9375rem, 0.8323991031rem + 0.4484304933vw, 1.125rem);
  text-align: left;
  font-weight: 500;
}

.shiftSolution {
  margin-top: -100px;
  padding: 220px 0 120px;
  background: #022c49;
  text-align: center;
}

.shiftSolution__hl {
  margin: 0 auto 40px;
  padding: 38px 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ffffff;
  border-radius: 86px;
  color: #ffffff;
  position: relative;
}

.shiftSolution__hl-small {
  line-height: 136%;
  font-size: clamp(0.875rem, 0.4545964126rem + 1.7937219731vw, 1.625rem);
  position: relative;
  z-index: 1;
}

.shiftSolution__hl-large {
  line-height: 130%;
  font-size: clamp(1.1875rem, 0.451793722rem + 3.1390134529vw, 2.5rem);
  position: relative;
  z-index: 1;
}

.shiftSolution__hl-accent {
  padding: 0 40px;
  line-height: 136%;
  display: inline-block;
  background: #022c49;
  font-size: clamp(1.25rem, 0.8295964126rem + 1.7937219731vw, 2rem);
  color: #fbc02d;
  white-space: nowrap;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
}

.shiftSolution__read {
  margin: 0 auto 40px;
  width: calc(100% - 32px);
  font-size: clamp(1rem, 0.7897982063rem + 0.8968609865vw, 1.375rem);
  color: #ffffff;
}

.shiftSolution__read--large {
  font-size: clamp(1.25rem, 0.8996636771rem + 1.4947683109vw, 1.875rem);
}

.staffingPlan {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.staffingPlan__hl {
  padding: 40px 40px 0;
  font-size: clamp(1.1875rem, 0.7320627803rem + 1.9431988042vw, 2rem);
  color: #ffffff;
  font-weight: 700;
}

.staffingPlanList {
  margin: 0;
  padding: 0 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staffingPlanList__item {
  margin: 0 20px;
  padding: 50px 10px 40px;
  width: calc(25% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  background: #ffffff;
  border-radius: 8px;
}

.staffingPlanList__icon {
  margin-bottom: 30px;
}

.staffingPlanList__icon img {
  width: auto;
  height: 80px;
}

.staffingPlanList__text {
  line-height: 130%;
  font-size: clamp(0.875rem, 0.7348654709rem + 0.5979073244vw, 1.125rem);
  font-weight: 700;
  color: #022c49;
}

.shiftFeatures {
  padding: 120px 0;
  text-align: center;
}

.shiftFeatures__hl {
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
}

.shiftFeatures__hl-small {
  margin-bottom: 5px;
  line-height: 136%;
  font-size: clamp(1.125rem, 0.7045964126rem + 1.7937219731vw, 1.875rem);
}

.shiftFeatures__hl-large {
  line-height: 120%;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
  letter-spacing: -0.05em;
}

.shiftFeaturesList__item {
  margin-bottom: 80px;
  position: relative;
  height: 420px;
  z-index: 1;
}

.shiftFeaturesList__item:last-child {
  margin-bottom: 0;
}

.shiftFeaturesList__item-inner {
  margin: 0 auto;
  width: calc(100% - 32px);
  max-width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shiftFeaturesSub {
  margin: auto 0;
  padding: 40px;
  width: 100%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(19, 71, 104, 0.15);
  box-shadow: 0 0 10px rgba(19, 71, 104, 0.15);
  position: relative;
  z-index: 1;
  text-align: left;
}

.shiftFeaturesSub__reverse {
  margin: auto 0 auto auto;
}

.shiftFeaturesBg {
  width: 67%;
  height: 420px;
  background-size: cover !important;
  position: absolute;
  top: 0;
  z-index: 0;
}

.shiftFeaturesBg__01 {
  right: 0;
}

.shiftFeaturesBg__01.lazyloaded {
  background: url(../img/shift/bg_feature_01.jpg) no-repeat center;
}

.shiftFeaturesBg__02 {
  left: 0;
}

.shiftFeaturesBg__02.lazyloaded {
  background: url(../img/shift/bg_feature_02.jpg) no-repeat center;
}

.shiftFeaturesSub__hl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shiftFeaturesSub__hl * {
  line-height: 120%;
}

.shiftFeaturesSub__hl-en {
  color: #0288d1;
  font-family: futura-pt, sans-serif;
  font-size: clamp(1.375rem, 1.3049327354rem + 0.2989536622vw, 1.5rem);
  font-weight: 400;
}

.shiftFeaturesSub__hl-num {
  color: #01579b;
  font-family: futura-pt, sans-serif;
  font-size: clamp(2.625rem, 2.2746636771rem + 1.4947683109vw, 3.25rem);
  font-weight: 600;
}

.shiftFeaturesSub__hl-text {
  margin: 20px 0 30px;
  font-size: clamp(1.75rem, 1.6799327354rem + 0.2989536622vw, 1.875rem);
  font-weight: 700;
}

.shiftFeaturesSub__read {
  margin: 0;
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.shiftFeaturesFig {
  margin: 120px auto 40px;
  padding: 50px 40px 40px;
  width: calc(100% - 64px);
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  position: relative;
}

.shiftFeaturesFig__caption {
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  background: #ffffff;
  font-size: clamp(1.0625rem, 0.6070627803rem + 1.9431988042vw, 1.875rem);
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.shiftCustomer {
  margin: 0 auto;
  text-align: center;
}

.shiftCustomer__hl {
  margin: 0 auto 80px;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
  font-weight: 700;
}

.shiftCustomerName {
  margin: 0 auto;
}

.shiftCustomerName__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shiftCustomerName__inner-callcenter {
  background-size: cover !important;
}

.shiftCustomerName__inner-callcenter.lazyloaded {
  background: url(../img/shift/bg_customers_callcenter.jpg) no-repeat center;
}

.shiftCustomerName__hl {
  padding: 40px 0;
  width: calc(100% - 64px);
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ffffff;
  color: #01579b;
}

.shiftCustomerName__hl-industry {
  margin: 0 auto 10px;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #01579b;
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
  font-weight: 500;
}

.shiftCustomerName__hl-text {
  line-height: 130%;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
  font-weight: 700;
}

.shiftCustomerSub {
  margin: 80px auto;
  width: calc(100% - 32px);
  max-width: 1200px;
  text-align: left;
}

.shiftCustomerSub__hl {
  font-size: clamp(1.375rem, 0.884529148rem + 2.0926756353vw, 2.25rem);
}

.shiftCustomerSub__read {
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.production {
  color: #263238;
  overflow: hidden;
}

.production__main {
  width: 100%;
  height: 100vh;
  background: url(../img/production/bg_main_visual.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.manufacturingDx {
  padding: 120px 0;
  background-color: #F2F9FE;
  text-align: center;
}

.manufacturingDx.lazyloaded {
  background-image: url(../img/production/bg_improving.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.manufacturingDx__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 64px);
}

.manufacturingDx__hl {
  margin: 0 auto 32px;
  line-height: 130%;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
}

.manufacturingDxList {
  margin: 40px auto 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.manufacturingDxList__item {
  margin: 15px 0;
  padding: 20px 20px 12px;
  width: calc(33.333% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  list-style: none;
}

.manufacturingDxList__hl {
  margin: 0 auto;
  height: 60px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #01579b;
  border-radius: 8px;
  font-size: clamp(1.25rem, 1.1098654709rem + 0.5979073244vw, 1.5rem);
  font-weight: 700;
}

.manufacturingDxList__icon {
  margin: 20px auto 16px;
}

.manufacturingDxList__icon img {
  width: auto;
  height: 80px;
}

.manufacturingDxList__tag {
  margin: 4px;
  padding: 0 16px 2px;
  height: 32px;
  line-height: 110%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #01579b;
  border-radius: 16px;
  color: #ffffff;
}

.manufacturingDxList__read {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
}

.useCaseProduction {
  padding: 140px 0;
  color: #ffffff;
}

.useCaseProduction.lazyloaded {
  background: url(../img/production/bg_usecase.jpg) no-repeat center;
  background-size: cover;
}

.useCaseProduction__hl {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.useCaseProduction__hl-en {
  line-height: 100%;
  font-family: futura-pt, sans-serif;
  font-size: clamp(2rem, 0.2rem + 7.68vw, 5rem);
}

.useCaseProduction__hl-jp {
  line-height: 100%;
  font-size: clamp(1rem, 0.7rem + 1.28vw, 1.5rem);
}

.useCaseProductionList {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 64px);
  max-width: 1160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}

.useCaseProductionList__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(1, 87, 155, 0.6);
  border-radius: 8px;
  list-style: none;
  overflow: hidden;
}

.useCaseProductionList__outline {
  padding: 20px;
  width: 59%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.useCaseProductionList__hl {
  line-height: 120%;
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
  font-weight: 700;
}

.useCaseProductionList__read {
  line-height: 150%;
}

.useCaseProductionList__img {
  width: 41%;
  min-height: 260px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.useCaseProductionList__img-assembly.lazyloaded {
  background: url(../img/production/img_usecase_assembly_process@2x.jpg) no-repeat center;
  background-size: cover;
}

.useCaseProductionList__img-changeover.lazyloaded {
  background: url(../img/production/img_usecase_changeover@2x.jpg) no-repeat center;
  background-size: cover;
}

.useCaseProductionList__img-staffing.lazyloaded {
  background: url(../img/production/img_usecase_staffing@2x.jpg) no-repeat center;
  background-size: cover;
}

.useCaseProductionList__img-quality.lazyloaded {
  background: url(../img/production/img_usecase_quality@2x.jpg) no-repeat center;
  background-size: cover;
}

.useCaseProductionList__img-anomaly.lazyloaded {
  background: url(../img/production/img_usecase_anomaly_detection@2x.jpg) no-repeat center;
  background-size: cover;
}

.useCaseProductionList__img-sales.lazyloaded {
  background: url(../img/production/img_usecase_sales_forecast@2x.jpg) no-repeat center;
  background-size: cover;
}

.productionCustomers {
  margin: -120px auto 0;
  padding: 240px 0 0;
  background: url(../img/production/bg_customer.jpg) no-repeat center top;
  background-size: contain;
  text-align: center;
}

.productionCustomers__hl {
  margin: 0 auto 80px;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
  font-weight: 700;
}

.productionCustomersCase {
  margin: 80px auto;
  padding: 0 40px 40px;
  width: calc(100% - 32px);
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: left;
}

.productionCustomersCase__hl {
  padding: 32px 0 28px;
  line-height: 120%;
  font-size: clamp(1.5rem, 1.2197309417rem + 1.1958146487vw, 2rem);
  border-bottom: 1px solid #eceff1;
  font-weight: 700;
}

.productionCustomersCase__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productionCustomersCase__fig {
  margin-top: 40px;
  width: 41.071%;
}

.productionCustomersCase__fig img {
  border-radius: 8px;
  overflow: hidden;
}

.productionCustomersCase__outline {
  width: 55.357%;
}

.productionCustomersCase__outline-hl {
  margin: 0;
  font-size: clamp(1.25rem, 1.1799327354rem + 0.2989536622vw, 1.375rem);
}

.productionCustomersCase__outline-read {
  margin-top: 0.5rem;
  font-size: clamp(0.9375rem, 0.8674327354rem + 0.2989536622vw, 1.0625rem);
  letter-spacing: -0.03em;
}

.productionCustomersCase__outline-more {
  text-align: right;
}

.productionCustomersCase__outline-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.productionCustomersCase__outline-link i {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  top: 1px;
}

.page-ttl-quantum-computing {
  background: url(../img/quantum-computing/hl_bg_quantum-computing.jpg) no-repeat center;
  background-size: cover;
}

.quantum {
  overflow: hidden;
}

.quantumBeginning {
  padding: 80px 0 180px;
  position: relative;
  text-align: center;
}

.quantumBeginning.lazyloaded {
  background: url(../img/quantum-computing/bg_water.jpg) no-repeat center bottom;
  background-size: contain;
}

.quantumBeginning__inner {
  margin: 0 auto;
  width: calc(100% - 64px);
  max-width: 1280px;
}

.quantumBeginning__hl {
  line-height: 120%;
  font-size: clamp(1.625rem, 0.8542600897rem + 3.288490284vw, 3rem);
  font-weight: 700;
}

.quantumBeginning__read,
.quantumApproach__read {
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.quantumBeginningExample {
  margin: 0 auto;
  padding: 20px;
  max-width: 1120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.quantumBeginningExample:before {
  content: "";
  display: block;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fafafa), color-stop(49%, #fafafa), color-stop(50%, #eeeeee), to(#e0e0e0));
  background: linear-gradient(to right bottom, #fafafa 0%, #fafafa 49%, #eeeeee 50%, #e0e0e0 100%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.8;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 0;
}

.quantumBeginningExample__inner {
  padding: 25px 45px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: center;
}

.quantumBeginningExample__inner:before {
  content: "";
  display: block;
  background: #ffffff;
  border-radius: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.quantumBeginningExample__hl {
  font-size: clamp(1.125rem, 0.9848654709rem + 0.5979073244vw, 1.375rem);
  font-weight: 500;
}

.quantumBeginningExample__flow {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantumBeginningExample__flwow-read {
  font-size: clamp(1.0625rem, 0.817264574rem + 1.0463378176vw, 1.5rem);
  line-height: 130%;
}

.quantumBeginningExample__flwow-read--large {
  font-size: clamp(1.375rem, 1.0947309417rem + 1.1958146487vw, 1.875rem);
  font-weight: 700;
}

.quantumBeginningExample__start {
  margin: 0;
  padding: 4px 16px;
  width: 43.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 8px;
}

.quantumBeginningExample__end {
  margin: 0;
  padding: 4px 16px;
  width: 43.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e1f5fe;
  border-radius: 8px;
}

.quantumBeginningExample__arrow {
  margin: 0;
  width: 13.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quantumBeginningExample__arrow .material-icons-outlined {
  font-size: clamp(3.25rem, 2.6193946188rem + 2.6905829596vw, 4.375rem);
  color: #01579b;
}

.quantumBeginningExample__read {
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.quantumIntroduction {
  background: #fafafa;
  position: relative;
  z-index: 1;
}

.quantumIntroduction__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quantumIntroduction__summary {
  width: 63%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quantumIntroduction__hl {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quantumIntroduction__hl-en {
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: clamp(1.125rem, 0.8447309417rem + 1.1958146487vw, 1.625rem);
  color: #bdbdbd;
}

.quantumIntroduction__hl-jp {
  font-size: clamp(1.25rem, 1.0397982063rem + 0.8968609865vw, 1.625rem);
  font-weight: 700;
}

.quantumIntroduction__hl-jp--large {
  margin: 0 4px;
  display: inline-block;
  font-size: clamp(2rem, 1.7197309417rem + 1.1958146487vw, 2.5rem);
}

.quantumIntroduction__read {
  margin: 0.5em 0;
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.quantumIntroduction__read small {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #757575;
}

.quantumIntroduction__fig {
  margin: -35px 0;
  width: 32%;
}

.quantumApproach {
  margin: 100px 0 120px;
  text-align: center;
}

.quantumApproach__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 64px);
}

.quantumApproach__hl,
.quantumSolution__hl,
.quantumFeatures__hl,
.quantumScene__hl {
  margin-bottom: 15px;
  font-size: clamp(1.5rem, 1.009529148rem + 2.0926756353vw, 2.375rem);
  font-weight: 700;
  text-align: center;
}

.quantumApproach__subHl {
  margin-top: 15px;
  font-size: clamp(1.125rem, 0.9147982063rem + 0.8968609865vw, 1.5rem);
  font-weight: 700;
}

.quantumApproachImg {
  margin: 40px auto 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantumApproachImg__item {
  padding: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  position: relative;
  text-align: center;
}

.quantumApproachImg__item:before {
  content: "";
  display: block;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fafafa), color-stop(49%, #fafafa), color-stop(50%, #eeeeee), to(#e0e0e0));
  background: linear-gradient(to right bottom, #fafafa 0%, #fafafa 49%, #eeeeee 50%, #e0e0e0 100%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.8;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 0;
}

.quantumApproachImg__fig {
  margin: 0;
  padding: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.quantumApproachImg__fig:before {
  content: "";
  display: block;
  background: #ffffff;
  border-radius: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.quantumApproachImg__figcaption {
  margin: 8px 0 24px;
  font-size: clamp(1.125rem, 0.9147982063rem + 0.8968609865vw, 1.5rem);
  font-weight: 700;
}

.quantumApproachImg__readBox {
  position: relative;
}

.quantumApproachImg__read {
  margin: 24px auto;
  line-height: 120%;
  font-size: clamp(1.125rem, 0.9147982063rem + 0.8968609865vw, 1.5rem);
  font-weight: 500;
}

.quantumApproachImg__read-underline {
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.quantumApproachImg__read-underline:before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 13px;
  background: #fbc02d;
  position: absolute;
  bottom: -3px;
  left: -2px;
  z-index: -1;
}

.quantumApproachImg__result {
  margin: 0;
  padding: 20px 28px;
  display: inline-block;
  line-height: 130%;
  background: #0288d1;
  border-radius: 8px;
  color: #ffffff;
  font-size: clamp(1rem, 0.8598654709rem + 0.5979073244vw, 1.25rem);
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 8px));
  transform: translate(-50%, calc(100% + 8px));
  white-space: nowrap;
}

.quantumApproachImg__result:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 15px 22px 15px;
  border-color: transparent transparent #0288d1 transparent;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.quantumScene {
  margin: 160px 0 0;
  text-align: center;
}

.quantumScene__inner,
.quantumSolution__inner,
.quantumFeaturesSteps__fig,
.quantumSceneCombinatorial__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 64px);
}

.quantumScene__hl {
  font-size: clamp(1.25rem, 0.4792600897rem + 3.288490284vw, 2.625rem);
}

.quantumSceneExample {
  margin-top: 80px;
  padding: 50px 20px 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #ffffff;
  position: relative;
}

.quantumSceneExample__hl {
  margin: 0;
  padding: 0 20px;
  line-height: 120%;
  display: inline-block;
  background: #ffffff;
  font-size: clamp(1.125rem, 0.7045964126rem + 1.7937219731vw, 1.875rem);
  font-weight: 700;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.quantumSceneExampleList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quantumSceneExampleList__item {
  margin: 0 20px 40px 20px;
  padding: 16px;
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 8px;
  list-style: none;
}

.quantumSceneExampleList__icon {
  margin-right: 16px;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.quantumSceneExampleList__icon img {
  width: 80px;
  height: auto;
}

.quantumSceneExampleList__icon-shift_planning {
  position: relative;
  left: 7px;
}

.quantumSceneExampleList__read {
  line-height: 130%;
  color: #01579b;
  text-align: left;
  font-size: clamp(1rem, 0.7197309417rem + 1.1958146487vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.005em;
}

.quantumSceneCombinatorial {
  margin-top: -120px;
  padding: 260px 0 160px;
  overflow: hidden;
}

.quantumSceneCombinatorial.lazyloaded {
  background: url(../img/quantum-computing/bg_resource.jpg) no-repeat center;
  background-size: cover !important;
}

.quantumSceneCombinatorial__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
  text-align: left;
}

.quantumSceneCombinatorial__en {
  line-height: 80%;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-size: clamp(2.625rem, 1.5739910314rem + 4.4843049327vw, 4.5rem);
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.04em;
  font-weight: 400;
}

.quantumSceneCombinatorial__summary {
  width: 60%;
}

.quantumSceneCombinatorial__read {
  line-height: 180%;
  font-size: clamp(1rem, 0.8598654709rem + 0.5979073244vw, 1.25rem);
  font-weight: 500;
}

.quantumFeatures {
  margin: 80px 0 0;
}

.quantumFeatures__hl {
  margin-bottom: 80px;
  text-align: center;
}

.quantumFeaturesList {
  overflow: hidden;
}

.quantumFeaturesList__item {
  margin-bottom: 80px;
  padding-bottom: 80px;
  width: 100%;
  position: relative;
}

.quantumFeaturesList__item:nth-child(even) .quantumFeaturesList__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.quantumFeaturesList__item:nth-child(even) .quantumFeaturesList__outline * {
  margin-left: auto;
}

.quantumFeaturesList__item:nth-child(even) .quantumFeaturesList__fig {
  margin: 0 auto 0 0;
}

.quantumFeaturesList__item:nth-child(even) .quantumFeaturesList__fig:before {
  background: linear-gradient(-125deg, #ffffff 15%, #f5f5f5 55%, #f5f5f5 100%);
  right: inherit;
  left: 0;
}

.quantumFeaturesList__item:last-child() {
  margin-bottom: 0;
}

.quantumFeaturesList__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantumFeaturesList__outline {
  max-width: 1200px;
  width: calc(100% - 64px);
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.quantumFeaturesList__outline * {
  width: 55%;
}

.quantumFeaturesList__fig {
  margin: 0 0 0 auto;
  width: 43%;
  position: relative;
}

.quantumFeaturesList__fig:before {
  content: "";
  width: 170%;
  height: 100%;
  display: block;
  background: linear-gradient(115deg, #ffffff 15%, #f5f5f5 55%, #f5f5f5 100%);
  position: absolute;
  top: 80px;
  right: 0;
  z-index: -1;
}

.quantumFeaturesList__hl {
  line-height: 120%;
  font-size: clamp(1.25rem, 0.8295964126rem + 1.7937219731vw, 2rem);
  font-weight: 700;
}

.quantumFeaturesList__read {
  font-size: clamp(1rem, 0.9299327354rem + 0.2989536622vw, 1.125rem);
}

.quantumFeatures__fig {
  margin: 80px auto;
  max-width: 960px;
  width: calc(100% - 64px);
}

.quantumFeaturesSteps {
  padding: 120px 0;
  background: #01579b;
}

.quantumFeaturesSteps__figcaption {
  margin-bottom: 60px;
  line-height: 130%;
  font-size: clamp(1.125rem, 0.8447309417rem + 1.1958146487vw, 1.625rem);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.quantumSolution {
  margin: 120px auto;
}

.quantumSolutionList {
  margin: 40px auto 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quantumSolutionList__item {
  padding: 20px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  position: relative;
  text-align: center;
}

.quantumSolutionList__item:before {
  content: "";
  display: block;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fafafa), color-stop(49%, #fafafa), color-stop(50%, #eeeeee), to(#e0e0e0));
  background: linear-gradient(to right bottom, #fafafa 0%, #fafafa 49%, #eeeeee 50%, #e0e0e0 100%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.8;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 0;
}

.quantumSolutionList__inner {
  padding: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.quantumSolutionList__inner:before {
  content: "";
  display: block;
  background: #ffffff;
  border-radius: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.quantumSolutionList__hl {
  margin-top: 20px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: clamp(1.0625rem, 0.9573991031rem + 0.4484304933vw, 1.25rem);
  font-weight: 700;
}

.quantumSolutionList__hl-main {
  margin: 8px 0;
  font-size: clamp(1.5rem, 1.3598654709rem + 0.5979073244vw, 1.75rem);
  color: #01579b;
}

.quantumSolutionList__hl-main--small {
  font-size: clamp(0.875rem, 0.6647982063rem + 0.8968609865vw, 1.25rem);
}

.quantumSolutionList__more {
  margin: auto auto 0;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 1300px) {
  .pcNone {
    display: none !important;
  }

  .spVisible {
    display: none;
  }

  .tabVisible {
    display: none;
  }

  .tabSpVisible {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .base-table {
    table-layout: fixed;
  }

  .base-table tbody th,
  .base-table tbody td {
    min-width: inherit;
  }

  .base-table th,
  .base-table td {
    padding: 5px;
    word-break: break-all;
    min-width: inherit;
  }

  .table-array {
    width: auto;
    table-layout: fixed;
  }

  .table-array th,
  .table-array td {
    padding: 5px 0 !important;
    word-wrap: break-word;
    min-width: inherit;
  }

  .table-indent {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 499px) {
  .osd {
    display: none;
  }

  .usd {
    display: block;
  }

  .colBox {
    margin: 50px 0;
  }

  .colBox__bgColor {
    padding: 40px 0;
  }

  .rowBox {
    margin: 1em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rowBox > .boxInner {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .rowBox__2elem .boxInner {
    margin: 0.5em 0;
    width: 100%;
  }

  .rowBox__3elem .boxInner {
    margin: 0.5em 0;
    width: 100%;
  }

  .rowBox__4elem .boxInner {
    margin: 0.5em 0;
    width: 100%;
  }

  .rowBox__5elem .boxInner {
    margin: 0.5em 0;
    width: 100%;
  }

  #header {
    min-width: inherit;
  }

  #header h1 {
    margin: 0 auto 0 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #header .navbar {
    min-width: none;
  }

  .osd {
    display: none;
  }

  .siteSearch {
    width: 100%;
    min-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .siteSearch input {
    padding-left: 34px;
    height: 40px;
    background: #FFF;
    border: 1px solid #0277bd;
    border-radius: 7px;
    vertical-align: bottom;
  }

  .siteSearch input::-webkit-input-placeholder {
    color: #0277bd;
  }

  .siteSearch input::-moz-placeholder {
    color: #0277bd;
  }

  .siteSearch input:-ms-input-placeholder {
    color: #0277bd;
  }

  .siteSearch input::-ms-input-placeholder {
    color: #0277bd;
  }

  .siteSearch input::placeholder {
    color: #0277bd;
  }

  .siteSearch i {
    color: #0277bd;
  }

  .contactBrochure {
    padding: 30px 20px;
  }

  .contactBrochureRead {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }

  .footerContact-hl a {
    padding: 30px 0 10px;
  }

  .footerContact-hl-en {
    font-size: 32px;
    font-size: 2rem;
  }

  .footerNav {
    margin: 40px auto 32px;
    width: calc(100% - 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerNavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerNavList__item {
    margin-bottom: 20px;
  }

  .footerBottom {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footerBottomList {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerBottomList__item {
    margin: 4px 0;
  }

  .copyright {
    margin: 20px 0 0;
  }

  .copyright small {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .spNone {
    display: none !important;
  }

  .tabSpNone {
    display: none !important;
  }

  .tabVisible {
    display: none;
  }

  .pcVisible {
    display: none;
  }

  .fs-xx-small {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .m-none {
    margin: 0 !important;
  }

  .m-xx-small {
    margin: 0.1728em !important;
  }

  .m-x-small {
    margin: 0.288em !important;
  }

  .m-small {
    margin: 0.48em !important;
  }

  .m-medium {
    margin: 0.8em !important;
  }

  .m-large {
    margin: 1.12em !important;
  }

  .m-x-large {
    margin: 1.568em !important;
  }

  .m-xx-large {
    margin: 2.1952em !important;
  }

  .mt-none {
    margin-top: 0 !important;
  }

  .mt-xx-small {
    margin-top: 0.1728em !important;
  }

  .mt-x-small {
    margin-top: 0.288em !important;
  }

  .mt-small {
    margin-top: 0.48em !important;
  }

  .mt-medium {
    margin-top: 0.8em !important;
  }

  .mt-large {
    margin-top: 1.12em !important;
  }

  .mt-x-large {
    margin-top: 1.568em !important;
  }

  .mt-xx-large {
    margin-top: 2.1952em !important;
  }

  .mb-none {
    margin-bottom: 0 !important;
  }

  .mb-xx-small {
    margin-bottom: 0.1728em !important;
  }

  .mb-x-small {
    margin-bottom: 0.288em !important;
  }

  .mb-small {
    margin-bottom: 0.48em !important;
  }

  .mb-medium {
    margin-bottom: 0.8em !important;
  }

  .mb-large {
    margin-bottom: 1.12em !important;
  }

  .mb-x-large {
    margin-bottom: 1.568em !important;
  }

  .mb-xx-large {
    margin-bottom: 2.1952em !important;
  }

  .ml-none {
    margin-left: 0 !important;
  }

  .ml-xx-small {
    margin-left: 0.1728em !important;
  }

  .ml-x-small {
    margin-left: 0.288em !important;
  }

  .ml-small {
    margin-left: 0.48em !important;
  }

  .ml-medium {
    margin-left: 0.8em !important;
  }

  .ml-large {
    margin-left: 1.12em !important;
  }

  .ml-x-large {
    margin-left: 1.568em !important;
  }

  .ml-xx-large {
    margin-left: 2.1952em !important;
  }

  .mr-none {
    margin-right: 0 !important;
  }

  .mr-xx-small {
    margin-right: 0.1728em !important;
  }

  .mr-x-small {
    margin-right: 0.288em !important;
  }

  .mr-small {
    margin-right: 0.48em !important;
  }

  .mr-medium {
    margin-right: 0.8em !important;
  }

  .mr-large {
    margin-right: 1.12em !important;
  }

  .mr-x-large {
    margin-right: 1.568em !important;
  }

  .mr-xx-large {
    margin-right: 2.1952em !important;
  }

  .p-none {
    padding: 0 !important;
  }

  .p-xx-small {
    padding: 0.1728em !important;
  }

  .p-x-small {
    padding: 0.288em !important;
  }

  .p-small {
    padding: 0.48em !important;
  }

  .p-medium {
    padding: 0.8em !important;
  }

  .p-large {
    padding: 1.12em !important;
  }

  .p-x-large {
    padding: 1.568em !important;
  }

  .p-xx-large {
    padding: 2.1952em !important;
  }

  .pt-none {
    padding-top: 0 !important;
  }

  .pt-xx-small {
    padding-top: 0.1728em !important;
  }

  .pt-x-small {
    padding-top: 0.288em !important;
  }

  .pt-small {
    padding-top: 0.48em !important;
  }

  .pt-medium {
    padding-top: 0.8em !important;
  }

  .pt-large {
    padding-top: 1.12em !important;
  }

  .pt-x-large {
    padding-top: 1.568em !important;
  }

  .pt-xx-large {
    padding-top: 2.1952em !important;
  }

  .pb-none {
    padding-bottom: 0 !important;
  }

  .pb-xx-small {
    padding-bottom: 0.1728em !important;
  }

  .pb-x-small {
    padding-bottom: 0.288em !important;
  }

  .pb-small {
    padding-bottom: 0.48em !important;
  }

  .pb-medium {
    padding-bottom: 0.8em !important;
  }

  .pb-large {
    padding-bottom: 1.12em !important;
  }

  .pb-x-large {
    padding-bottom: 1.568em !important;
  }

  .pb-xx-large {
    padding-bottom: 2.1952em !important;
  }

  .pl-none {
    padding-left: 0 !important;
  }

  .pl-xx-small {
    padding-left: 0.1728em !important;
  }

  .pl-x-small {
    padding-left: 0.288em !important;
  }

  .pl-small {
    padding-left: 0.48em !important;
  }

  .pl-medium {
    padding-left: 0.8em !important;
  }

  .pl-large {
    padding-left: 1.12em !important;
  }

  .pl-x-large {
    padding-left: 1.568em !important;
  }

  .pl-xx-large {
    padding-left: 2.1952em !important;
  }

  .pr-none {
    padding-right: 0 !important;
  }

  .pr-xx-small {
    padding-right: 0.1728em !important;
  }

  .pr-x-small {
    padding-right: 0.288em !important;
  }

  .pr-small {
    padding-right: 0.48em !important;
  }

  .pr-medium {
    padding-right: 0.8em !important;
  }

  .pr-large {
    padding-right: 1.12em !important;
  }

  .pr-x-large {
    padding-right: 1.568em !important;
  }

  .pr-xx-large {
    padding-right: 2.1952em !important;
  }

  .object-position-top-xx-small {
    top: 0.04em !important;
  }

  .object-position-top-x-small {
    top: 0.08em !important;
  }

  .object-position-top-small {
    top: 0.12em !important;
  }

  .object-position-top-medium {
    top: 0.16em !important;
  }

  .object-position-top-large {
    top: 0.2em !important;
  }

  .object-position-top-x-large {
    top: 0.24em !important;
  }

  .object-position-top-xx-large {
    top: 0.28em !important;
  }

  .object-position-bottom-xx-small {
    bottom: 0.04em !important;
  }

  .object-position-bottom-x-small {
    bottom: 0.08em !important;
  }

  .object-position-bottom-small {
    bottom: 0.12em !important;
  }

  .object-position-bottom-medium {
    bottom: 0.16em !important;
  }

  .object-position-bottom-large {
    bottom: 0.2em !important;
  }

  .object-position-bottom-x-large {
    bottom: 0.24em !important;
  }

  .object-position-bottom-xx-large {
    bottom: 0.28em !important;
  }

  .object-position-left-xx-small {
    left: 0.04em !important;
  }

  .object-position-left-x-small {
    left: 0.08em !important;
  }

  .object-position-left-small {
    left: 0.12em !important;
  }

  .object-position-left-medium {
    left: 0.16em !important;
  }

  .object-position-left-large {
    left: 0.2em !important;
  }

  .object-position-left-x-large {
    left: 0.24em !important;
  }

  .object-position-left-xx-large {
    left: 0.28em !important;
  }

  .object-position-right-xx-small {
    right: 0.04em !important;
  }

  .object-position-right-x-small {
    right: 0.08em !important;
  }

  .object-position-right-small {
    right: 0.12em !important;
  }

  .object-position-right-medium {
    right: 0.16em !important;
  }

  .object-position-right-large {
    right: 0.2em !important;
  }

  .object-position-right-x-large {
    right: 0.24em !important;
  }

  .object-position-right-xx-large {
    right: 0.28em !important;
  }

  .btn {
    height: 44px;
  }

  .btn-brochure {
    height: 64px;
    max-width: 300px;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .btn-brochure i {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .btn-contact {
    max-width: 300px;
  }

  .btn__send {
    width: 100% !important;
    max-width: 280px;
  }

  .btn__solution {
    height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .btn__features {
    height: 60px;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .btn__caas {
    height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .btn__top {
    height: 50px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .btn__more {
    width: 220px;
    height: 50px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .btn__more--small {
    height: 50px;
    font-size: 16px;
    font-size: 1rem;
  }

  .btn__more--large-white {
    width: 240px;
    height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .btn__more--large-blue {
    width: 240px;
    height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .confirmBtn {
    width: 100% !important;
    max-width: 280px;
  }

  .sendBtn {
    width: 100% !important;
    max-width: 280px;
  }

  .btn__lp {
    height: 60px;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .btn__lp i {
    margin: 0 2px 0 0;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .mw_wp_form .mwform-checkbox-field > label:before {
    top: 3px;
  }

  .mw_wp_form .checkboxInput:checked + .mwform-checkbox-field-text:after {
    top: -2px;
  }

  .baseTable th,
  .baseTable td,
  .base-table th,
  .base-table td {
    padding: 8px;
  }

  .baseTable__sp tr {
    display: block;
    width: 100%;
  }

  .baseTable__sp th,
  .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }

  .tabList {
    margin: 16px 0 28px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabList__item {
    margin: 0 0 12px 0;
  }

  .tabList__item a {
    padding: 0 8px 8px;
  }

  .breadcrumbList {
    padding: 10px 15px !important;
  }

  .hl-release-custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hl-release-custom-type {
    margin: 0 12px 4px 0;
    height: 29px;
    font-size: 16px;
    font-size: 1rem;
  }

  .hl-release-custom-text {
    font-size: 19px;
    font-size: 1.1875rem;
  }

  .secCustomersList {
    padding: 40px 0;
  }

  .secCustomersList .customersList-container {
    margin: 30px auto 0;
    padding: 0 30px;
    width: 100%;
  }

  .secCustomersList .customersList {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .secCustomersList .customersList-item {
    margin: 0 10px;
    width: 290px !important;
  }

  .secCustomersList .btnSlick i {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .secCustomersList .slick-prev {
    width: 30px;
    left: 5px;
  }

  .secCustomersList .slick-next {
    width: 30px;
    right: 5px;
  }

  #formWrap {
    margin: 40px auto;
  }

  #formWrapSeminar {
    margin: 20px auto;
  }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }

  .pagenavi,
  .pagenateSingle {
    padding-top: 10px;
  }

  .pagenateSingle {
    padding: 0 0 40px;
  }

  .previouspostslink {
    margin: 0 15px;
  }

  .pager {
    padding: 50px 20px;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .pager .wp-pagenavi a,
  .pager .wp-pagenavi span {
    padding: 8px 14px;
  }

  .pagetop a {
    width: 32px;
    height: 32px;
  }

  .pagetop a i {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .base-sec-area,
  .entry-content,
  .event-body,
  .release-body {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .base-sec-area .indent32,
  .entry-content .indent32,
  .event-body .indent32,
  .release-body .indent32 {
    margin-left: 16px;
  }

  pre {
    word-break: break-all;
  }

  .colorList {
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colorList > li {
    margin: 0 0 20px;
    width: 100%;
  }

  .colorListSub > li {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .post-password-form {
    margin: 100px auto 60px;
    width: calc(100% - 32px);
  }

  .mainVisual {
    margin-top: 73px !important;
    height: 540px;
  }

  .mainVisualInner {
    margin-top: 73px;
    height: 540px !important;
    z-index: 1;
  }

  .mainVisual__hlBox {
    padding-top: 0;
    position: absolute;
    height: 540px;
  }

  .darkWrap {
    padding: 0 0 60px;
    background-size: 240%, 100%;
    z-index: 0;
  }

  .topSolution {
    margin: 60px auto;
  }

  .secSolution__read {
    text-align: left;
  }

  .subTopSolution {
    margin: 0 auto 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subTopSolution__outline {
    margin-bottom: 20px;
    padding: 40px 20px;
    width: 100%;
  }

  .subTopSolution__read {
    margin: 20px auto 0;
    text-align: left;
  }

  .subTopSolution__case {
    padding: 16px 16px 24px;
    width: 100%;
  }

  .topUseCase {
    padding: 15px;
  }

  .topUseCase__num {
    top: -12px;
    left: 15px;
  }

  .topUseCaseList {
    margin-top: 8px;
  }

  .topUseCaseList__item {
    line-height: 140%;
  }

  .topBtn__solution {
    margin-top: 60px;
  }

  .topGoal {
    padding: 60px 0;
  }

  .topGoal__hl {
    margin-bottom: 30px;
  }

  .topGoal__read {
    text-align: left;
  }

  .topGoalList {
    margin: 40px auto 0;
  }

  .topGoalList__item {
    padding: 20px 10px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }

  .topGoalList__fig {
    margin-bottom: 20px;
  }

  .topGoalList__fig img {
    height: 84px;
  }

  .topFeatures {
    padding: 60px 0 0;
  }

  .topFeatures__hl {
    margin-bottom: 20px;
  }

  .topFeatures__read {
    margin-bottom: 20px;
    text-align: left;
  }

  .topFeatures__content {
    padding-bottom: 60px;
  }

  .topFeatures__content.lazyloaded {
    background-size: 120%;
  }

  .topFeaturesList {
    padding-top: 60px;
  }

  .topFeaturesList__item {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }

  .topFeaturesList__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topFeaturesList__outline {
    padding: 25px 30px 0 !important;
  }

  .topFeaturesList__outline-raptop {
    width: 100%;
  }

  .topFeaturesList__outline-quantum {
    width: 100%;
  }

  .topFeaturesList__outline-solution {
    width: 100%;
  }

  .topFeaturesList__fig {
    margin: -10px auto 0;
  }

  .topFeaturesList__fig img {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .topFeaturesList__fig-raptop {
    width: 60%;
  }

  .topFeaturesList__fig-raptop img {
    top: 20px;
  }

  .topFeaturesList__fig-quantum {
    margin-top: -30px;
    width: 60%;
  }

  .topFeaturesList__fig-quantum img {
    top: 30px;
  }

  .topFeaturesList__fig-solution {
    width: 60%;
  }

  .topFeaturesList__fig-solution img {
    top: 20px;
  }

  .topBtn__features {
    margin-top: 60px;
  }

  .topCaas {
    padding: 60px 0 80px;
  }

  .topCaas.lazyloaded {
    background: #69B5F3 url(../img/index/bg_caas.jpg) no-repeat center bottom;
    background-size: 200% auto;
  }

  .topCaas__hl {
    margin: 0 auto 30px;
  }

  .topCaas__hl-logo {
    margin-bottom: 40px;
    width: 300px;
  }

  .topCaas__read {
    margin: 30px auto;
    text-align: left;
  }

  .topBtn__caas {
    margin-top: 60px;
  }

  .topCustomers_btn {
    margin: 30px auto;
  }

  .topCustomers_btn a {
    margin: 0 20px;
  }

  .topInformation {
    padding: 60px 15px;
  }

  .secTopInformation {
    width: auto;
  }

  .secTopInformation-info {
    padding-bottom: 50px;
  }

  .secTopInformation-event {
    padding-bottom: 50px;
  }

  .secTopInformation-blog {
    padding-bottom: 20px;
  }

  .hl-topInformation {
    margin: 0 0 20px;
    font-size: 26px;
    font-size: 1.625rem;
  }

  .topInformationList-item {
    padding: 15px 0 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hl-topInformationTitle {
    margin: 15px 0 10px;
    width: 100%;
  }

  .hl-topInformationTitleOnly {
    margin: 15px 0 10px;
    width: 100%;
  }

  .topInformation-date {
    text-align: left;
  }

  .topInformation-category {
    margin-left: auto;
    height: 26px;
  }

  .en .movie-top {
    height: 560px;
    background: url(../img/index/bg_movie.jpg) no-repeat right top;
    background-size: cover;
  }

  .en .movie-top video {
    display: none;
  }

  .en .main-visual {
    padding-top: 120px;
  }

  .en .main-visual-hl {
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: -0.05em;
  }

  .en .main-visual-read {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.05em;
  }

  .en .main-visual-fig {
    margin: 30px auto 0;
    width: 90%;
  }

  .en .top_hl {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .en .top_hl span {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }

  .en .top_read p {
    margin: 30px 15px;
    font-size: 16px;
    font-size: 1rem;
  }

  .en .topBlock {
    padding: 60px 0;
  }

  .en .topBlock_hl {
    margin: 0 auto 30px;
    width: 290px;
    height: 64px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .en .topBlock_raptop {
    width: 310px;
  }

  .en .topService {
    padding: 120px 0 40px;
  }

  .en .topService_read {
    padding-bottom: 30px;
  }

  .en .topValue {
    padding: 60px 0 40px;
  }

  .en .topValue_figure {
    margin: 30px 15px 0;
    width: auto;
  }

  .en .topCustomers_btn {
    padding: 20px 0 40px;
  }

  .en .topCustomers_btn a {
    width: 300px;
  }

  .list-service {
    width: 100%;
  }

  .list-service-item {
    margin: 0 15px 30px;
    padding: 20px 10px 0;
    width: 90%;
    height: auto;
  }

  .hl-service-pricing {
    margin: 15px auto;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .read-service-pricing {
    margin: 15px auto;
  }

  .page-ttl {
    padding-top: 73px;
    height: 180px;
  }

  .hl-ttl-en {
    margin: 5px 0 0;
  }

  .ctrl-section {
    margin: 20px 0 10px;
  }

  .ctrl-section .col {
    width: 48%;
    margin-right: 4%;
  }

  .ctrl-section .col:last-child {
    margin-right: 0;
  }

  .list-section {
    margin: 20px 0 0;
  }

  .result-list > li {
    padding: 20px 0 10px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .result-list .category a {
    margin-left: auto;
    height: 23px;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .result-list .title-link {
    padding: 3px 24px 3px 0;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }

  .result-list .title-link:after {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .productBeginning {
    padding: 30px 16px 60px;
  }

  .productBeginning__read {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }

  .productBeginning__img {
    margin: 50px auto -160px;
    max-width: 280px;
  }

  .productFunction {
    margin: 160px 0 80px;
  }

  .productFunction__inner {
    width: calc(100% - 32px);
  }

  .productFunction__fig {
    margin: 40px auto 60px;
  }

  .productFunctionList {
    width: calc(100% - 16px);
  }

  .productFunctionList__item {
    margin: 12px 0;
    padding: 15px;
    width: 100%;
  }

  .productFunctionList__inner {
    padding: 20px;
  }

  .productFunctionList__hl {
    margin: -40px auto 0;
    width: 280px;
    height: 40px;
    border-radius: 20px;
  }

  .productStep {
    margin: 60px 0;
  }

  .productStep__inner {
    width: calc(100% - 32px);
  }

  .productStepList {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productStepList__item {
    width: 100%;
  }

  .productStepOutline__read {
    font-size: 16px;
    font-size: 1rem;
  }

  .productFeatures__inner {
    width: calc(100% - 32px);
  }

  .productFeaturesList__item {
    margin: 40px 0 60px;
    padding-bottom: 0;
  }

  .productFeaturesList__item:nth-child(odd) .productFeaturesList__fig img {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }

  .productFeaturesList__inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .productFeaturesList__outline {
    margin: 10px auto 0;
    width: calc(100% - 32px);
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .productFeaturesList__outline * {
    width: 100%;
  }

  .productFeaturesList__fig {
    margin: 0 auto !important;
    width: 80%;
  }

  .productFeaturesList__fig:before {
    width: 120%;
    top: 56px;
  }

  .productConsulting {
    margin: 60px 0;
  }

  .productConsulting__inner {
    width: calc(100% - 32px);
  }

  .productConsulting__fig {
    margin: 40px auto 60px;
  }

  .caas__main {
    padding-top: 50px;
    height: 660px;
  }

  .caas__inner {
    width: calc(100% - 32px);
  }

  .caas__hl-logo {
    margin-bottom: 30px;
    padding: 20px;
  }

  .caas__hl-logo img {
    max-width: 200px;
  }

  .caas__contact-item {
    margin: 0 auto;
  }

  .caasSec__hl--brackets-start {
    margin-left: -16px;
  }

  .caasSec__hl-sub {
    margin: 0 0 0.5em;
  }

  .caasCommunity {
    padding: 50px 0 80px;
  }

  .caasCommunity__inner {
    width: calc(100% - 32px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caasCommunity__summary {
    width: 100%;
  }

  .caasCommunity__fig {
    margin: 20px auto;
    width: 80%;
  }

  .caasStory__inner {
    padding-top: 200px;
  }

  .caasStory__summary {
    padding: 16px 0 0 40px;
    width: 98%;
  }

  .caasStory__img {
    width: 86%;
    height: 280px;
  }

  .caasDashboard__summary {
    padding-top: 200px;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .caasDashboard__summary-inner {
    padding: 16px 20px 40px 0;
    width: 98%;
  }

  .caasDashboard__img {
    width: 86%;
    height: 280px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }

  .caasDashboardList {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caasDashboardList__item {
    padding: 40px 16px;
    width: 100%;
  }

  .caasDashboardList__illust img {
    width: 134px;
  }

  .caasFlow {
    padding: 40px 0 160px;
    background-size: 180%;
  }

  .caasFlow__inner:before {
    width: 4px;
    height: calc(100% + 32px);
    top: -16px;
    bottom: -16px;
    left: 32px;
  }

  .caasFlowList {
    margin-top: 40px;
    width: calc(100% - 32px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caasFlowList__item {
    padding: 20px 16px 16px 36px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    border-right: none;
  }

  .caasFlowList__item:first-child {
    border-top: 1px solid #eeeeee;
    border-left: none;
  }

  .caasFlowList__en {
    height: auto;
  }

  .caasFlowList__en:after {
    width: 14px;
    height: 14px;
    top: 12px;
    bottom: inherit;
    left: -25px;
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }

  .caasFlowList__hl {
    margin-bottom: 10px;
    letter-spacing: -0.05em;
  }

  .caasFlowList__hl-sub {
    margin-bottom: 10px;
  }

  .caasSuggestion {
    padding: 40px 0 0;
  }

  .caasSuggestion__fig {
    margin: 40px auto;
    width: calc(100% - 32px);
  }

  .caasSuggestion__inner {
    margin: 40px auto;
    width: calc(100% - 32px);
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .caasSuggestion__inner:last-child {
    margin: 40px auto 0;
  }

  .caasSuggestion__summary {
    width: 100%;
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .caasSuggestion__summary-inner {
    width: 100%;
  }

  .caasSuggestion__img {
    margin-left: -16px !important;
    width: 100vw;
    height: 240px;
  }

  .caasSuggestion__hl {
    margin: 20px 0;
  }

  .caasSuggestion__hl-sub {
    padding: 12px 16px;
  }

  .caasSuggestionSub {
    margin: 30px 0;
  }

  .caasPlatform {
    margin: 60px auto;
    width: calc(100% - 32px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caasPlatform__summary {
    width: 100%;
  }

  .caasPlatform__fig {
    margin: 20px auto 0;
    width: 100%;
  }

  .caasData {
    margin: 60px 0;
  }

  .caasData__inner {
    width: calc(100% - 32px);
  }

  .caasData__summary {
    margin-top: 200px;
    padding: 12px 16px 16px 32px;
    width: 96%;
  }

  .caasData__summary-provide {
    padding: 12px 32px 16px 16px;
  }

  .caasData__hl {
    letter-spacing: -0.03em;
  }

  .caasData__hl-en {
    top: -166px;
  }

  .caasData__hl-en-utilize {
    right: 16px;
  }

  .caasData__hl-provide {
    left: 4px;
  }

  .caasData__img {
    width: 56%;
    height: 280px;
  }

  .caasBlocks {
    padding: 40px 0;
  }

  .caasBlocks__inner {
    width: calc(100% - 32px);
  }

  .caasBlocks__hl {
    margin-bottom: 30px;
  }

  .caasBlocks__hl-text {
    margin-bottom: 20px;
  }

  .caasBlocks__hl-logo {
    max-width: 240px;
  }

  .noticeHeadline {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }

  .noticeHeadline .material-icons {
    margin-left: -10px;
  }

  .maxw-s {
    width: 100%;
    max-width: none;
  }

  .maxw-xs {
    width: 100%;
    max-width: none;
  }

  .radioItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radioItem .mwform-radio-field {
    margin: 2px 0;
  }

  .radioItem__item {
    margin: 2px 0;
  }

  .checkboxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkboxItem .mwform-checkbox-field {
    margin: 2px 0;
  }

  .checkboxItem__item {
    margin: 2px 0;
  }

  .submitBtnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .submitBtnWrap__item {
    margin: 10px 0;
  }

  .submitBtnWrap__item {
    margin: 10px 0;
  }

  .complete {
    padding: 48px 16px;
    height: auto;
  }

  .brochures {
    width: calc(100% - 32px);
  }

  .brochure {
    margin: 60px 0;
  }

  .brochureList {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brochureList__item {
    width: 100%;
  }

  .brochureList__figcaption-main {
    padding: 16px 0 18px;
    height: auto;
    letter-spacing: -0.05em;
  }

  .brochureList__btn {
    height: 54px;
  }

  .event {
    margin: 20px 0 0;
  }

  .event#form-wrap {
    margin-bottom: 60px;
  }

  .event#form-wrap .confirm-block {
    margin: 25px auto 40px;
  }

  .event#form-wrap .agree-block {
    margin-top: 20px;
    text-align: center;
  }

  .event#form-wrap .agree-block label {
    padding: 10px;
  }

  .event-hl-area {
    margin: 10px 0 30px;
  }

  .hl-event {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .hl-event-sub {
    margin: 10px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .event-body p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .event-eyecatch {
    margin-bottom: 20px;
  }

  .eventForm {
    padding: 0 15px;
  }

  .hl-eventForm {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .hl-eventForm-sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .ttl-release {
    font-size: 19px;
    font-size: 1.1875rem;
  }

  .release {
    margin: 20px 0 0;
  }

  .release-eyecatch {
    margin-bottom: 20px;
  }

  .release-hl-area {
    margin: 10px 0 30px;
  }

  .hl-release {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .hl-release-sub {
    margin: 10px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .entry-section > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entry-section a {
    text-decoration: none;
  }

  .entry-author {
    margin: 40px 0 30px;
  }

  .entry-author__hl {
    padding: 5px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .entry-author-block {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entry-author-comment {
    width: 100%;
  }

  .entry-author-name {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }

  .author-block {
    display: none;
  }

  .etnty-ttl {
    margin-bottom: 30px;
  }

  .etnty-ttl h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .meta .date {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .social-block ul {
    display: table;
    margin: 0 auto;
  }

  .social-block li {
    display: table-cell;
  }

  .postNav {
    margin: 15px auto 40px;
    padding-top: 20px;
  }

  .guide {
    margin: 40px 20px 0;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .guide-content {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .guide-side {
    margin: 0 0 50px 0;
    width: 100%;
  }

  .guide-nav {
    width: 100%;
  }

  .guide-nav > section {
    margin-bottom: 1px;
  }

  .guide-nav > section h2 {
    cursor: pointer;
  }

  .guide-nav > section h2 i {
    display: block;
  }

  .guide-block-group > li {
    margin-bottom: 1px;
  }

  .guide-block-group > li > a i.material-icons {
    display: block;
  }

  .customers {
    margin: 40px auto 0;
    width: calc(100% - 32px);
  }

  .customersTop-box {
    margin: 70px auto 0;
  }

  .customersTop-read {
    text-align: left;
  }

  .customersList {
    margin-bottom: 80px;
  }

  .customersList-item {
    width: 100%;
  }

  .customersList-logo {
    padding: 0 32px;
  }

  .customersList-name {
    margin: 0 auto 0 16px;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .customersList-tag {
    margin: auto 0 0 16px;
  }

  .customersList-title {
    margin: 4px 16px 20px;
  }

  .customersList-item.sticky {
    margin: 16px 0;
  }

  .customersList-item.sticky .customersList-eyecatch {
    height: 130px;
  }

  .customersList-item.sticky .customersList-nameBox {
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .customersList-item.sticky .customersList-name {
    margin: 0 auto 0 16px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .customersList-item.sticky .customersList-type {
    margin: 0;
    padding: 0 6px 2px;
    height: 24px;
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    top: 108px;
    right: 15px;
  }

  .customersList-item.sticky .customersList-logo {
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #eceff1;
  }

  .customersList-item.sticky .customersList-title {
    margin: 0 16px 12px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .customersList-item.sticky .customersList-read {
    margin: 8px 16px 1.2em;
  }

  .customersList-item.sticky .customersList-tag {
    padding: 20px 16px 0;
    border: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .customersList-item.sticky .customersList-tag li {
    height: 22px;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .customersClient-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customersClient-fig {
    height: auto;
  }

  .customersClient-outline {
    padding: 0 15px 10px;
    width: 100%;
  }

  .customersClient-type {
    margin: 0 0 0 auto;
    min-width: 80px;
    height: 24px;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .customersClient-logo {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    height: auto;
  }

  .customersContent {
    margin-top: 40px;
  }

  .customersContent-hl {
    margin: 40px 0;
  }

  .customersContent-hl-case {
    margin: 0 0 20px;
    padding-left: 13px;
  }

  .customersContent-hl-case:before {
    width: 6px;
    height: 18px;
  }

  .customersSec {
    margin: 30px 0;
    padding: 15px;
  }

  .customersSec-hl {
    margin: 0 0 10px;
  }

  .customersSec-fig {
    margin: 20px 0 0;
  }

  .customersService {
    margin: 60px 0 50px !important;
    padding: 30px 0 10px;
  }

  .customersService-hl {
    padding: 0 10px;
    font-size: 18px;
    font-size: 1.125rem;
    white-space: nowrap;
  }

  .customersService-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customersService-list li {
    margin: 20px 0;
  }

  .customersService-list li span {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .customersPublicationDate {
    margin: -10px auto 40px;
  }

  .customersClientFooter {
    margin: 40px auto 80px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customersClientFooter-outline {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .customersClientFooter-logo {
    margin: 30px 0;
    width: 100%;
  }

  .customersClientFooter-logo img {
    max-width: 160px;
    max-height: 100px;
  }

  .customersClientFooter-table tr {
    margin: 12px 0;
    display: block;
  }

  .customersClientFooter-table th {
    padding: 0 0 0 4px;
    margin-bottom: 4px;
    line-height: 100%;
    border-left: 3px solid #01579b;
  }

  .customersClientFooter-table th:after {
    display: none;
  }

  .customersBrochures {
    padding: 100px 0;
  }

  .customersBrochures__inner {
    width: calc(100% - 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customersBrochures__outline {
    width: 100%;
  }

  .customersBrochures__img {
    width: 100%;
  }

  .customersBrochures__hl-sub {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .customersBrochures__hl-main {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .customersBrochures__fig {
    margin: 20px auto 0;
    width: 80%;
  }

  .customersBrochures__link-desk {
    display: none;
  }

  .customersBrochures__link-mobile {
    display: block;
  }

  .author-detail {
    margin: 30px 0 0;
    display: block;
  }

  .entry-author-block {
    margin: 0 0 20px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entry-author-block:after {
    display: none;
  }

  .entry-author-block figure {
    width: 140px;
  }

  .entry-author-comment {
    width: 100%;
  }

  .entry-author-name {
    margin: 0 0 6px;
    text-align: center;
  }

  .search-result {
    margin: 40px 0 20px;
  }

  .search-result__hl {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
  }

  .search-result-list li {
    margin: 15px 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #CCC;
  }

  .search-result-list li:last-child {
    margin-bottom: 0;
  }

  .search-result-list li a {
    padding-right: 25px;
  }

  .policy,
  .partner-policy {
    margin: 40px 20px 0;
    width: auto;
  }

  .policyTitle {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .specified-commercial-transaction-act {
    margin: 40px 20px 0;
    width: auto;
  }

  .table-legal tr {
    margin-top: -1px;
    width: 100%;
    display: block;
  }

  .table-legal th,
  .table-legal td {
    width: 100%;
    display: block;
  }

  .table-legal th {
    padding: 25px 10px 5px;
  }

  .table-legal td {
    padding: 0 10px 25px;
  }

  .solution__main {
    padding: 160px 0 80px;
    height: auto;
    background-image: url(../img/solution/bg_main_visual.jpg);
    background-position: 60% 0;
  }

  .solution__inner {
    width: calc(100% - 48px);
  }

  .solution__hl {
    margin: 0 auto 2%;
  }

  .solution__features {
    margin: 16px auto;
    padding: 12px 16px;
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .solutionContent {
    margin: 60px auto 0;
  }

  .solutionContent__inner {
    padding: 132px 0 72px;
  }

  .solutionContent__inner-bg {
    margin-top: 132px;
  }

  .solutionContent__read {
    margin: -234px auto 0;
    padding-bottom: 28px;
    width: calc(100% - 24px);
    height: 204px;
    letter-spacing: -0.05em;
  }

  .solutionContentList {
    width: calc(100% - 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .solutionContentList__item {
    padding: 12px;
    width: 100%;
  }

  .solutionContent__btnArea {
    margin: 40px auto 0;
    width: calc(100% - 48px);
    gap: 0 20px;
  }

  .solutionContentList__with {
    margin-top: -40px;
    width: calc(100% - 48px);
    max-width: var(--baseWidthSub);
  }

  .solutionContentList__with .solutionContentList__item {
    width: 100%;
  }

  .aboutQuantumComputing {
    margin: 60px auto 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .aboutQuantumComputing__inner {
    padding: 80px 16px 0;
    width: 100%;
  }

  .aboutQuantumComputing__img {
    margin: 0 auto -70px;
    width: 180px;
    position: static;
  }

  .aboutQuantumComputing__read {
    font-size: 16px;
    font-size: 1rem;
  }

  .aboutQuantumComputing__more {
    margin: 30px auto -25px;
    position: static;
  }

  .aboutQuantumComputing__more .btn {
    margin: 0 auto;
  }

  .initiatives {
    padding: 60px 0;
  }

  .initiatives__fig {
    margin: 40px auto;
    width: calc(100% - 120px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px 0;
  }

  .initiativesList {
    margin: 40px auto 0;
    width: calc(100% - 28px);
    gap: 14px;
  }

  .initiatives__item {
    width: 100%;
  }

  .solutionCaas {
    height: 300px;
  }

  .solutionCaas__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .solutionCaas__hl {
    margin: 1rem 0;
  }

  .solutionCaas__more {
    margin: 20px auto 0;
  }

  .solutionProduct {
    height: 300px;
  }

  .solutionProduct__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .solutionProduct__more {
    margin: 20px auto 0;
  }

  .logistics__main {
    padding-top: 40px;
    height: 500px;
  }

  .sol__hl-main {
    line-height: 120%;
  }

  .icon-logistics {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: 8px;
    right: 10px;
  }

  .sol__read {
    border-radius: 36px;
  }

  .logistics__blocks {
    margin: 0 0 20px;
    width: 260px;
    height: 42px;
  }

  .sol__contact {
    margin: 30px auto 0;
  }

  .sol__contact-item {
    margin: 0 8px;
    width: calc(50% - 16px);
  }

  .logisticsSolution {
    padding: 60px 0;
  }

  .logisticsSolution.lazyloaded {
    background-position: right bottom, left bottom 12px;
    background-size: 104px 119px, 101px 83px;
  }

  .logisticsSolution__inner {
    width: calc(100% - 40px);
  }

  .logisticsSolution__hl {
    margin: 0 auto 32px;
    letter-spacing: -0.05em;
  }

  .logisticsSolution__read {
    text-align: left;
  }

  .logisticsSolution__fig {
    margin: 32px auto 0;
    padding: 16px;
  }

  .logisticsDx {
    padding: 60px 0;
  }

  .logisticsDx__inner {
    width: calc(100% - 40px);
  }

  .logisticsDx__hl {
    margin: 0 auto 32px;
  }

  .logisticsDx__read {
    margin: 0 auto 24px;
    text-align: left;
  }

  .logisticsDxList__item {
    margin: 8px 0;
    width: 100%;
  }

  .logisticsDxList__hl {
    height: 48px;
  }

  .logisticsDxList__icon {
    margin: 32px auto 16px;
  }

  .logisticsDxList__icon img {
    height: 68px;
  }

  .logisticsFeatures {
    padding: 60px 0;
  }

  .logisticsFeatures__hl {
    margin: 0 auto 40px;
  }

  .logisticsFeaturesList__item {
    margin-bottom: 40px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logisticsFeaturesList__item-inner {
    margin-top: -80px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .logisticsFeaturesSub {
    padding: 30px 24px;
  }

  .logisticsFeaturesBg {
    width: 100%;
    height: 260px;
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .logisticsFeaturesBg__01.lazyloaded {
    background: url(../img/logistics/bg_blocks_feature_01.jpg) no-repeat right center;
  }

  .logisticsFeaturesBg__02.lazyloaded {
    background: url(../img/logistics/bg_blocks_feature_02.jpg) no-repeat left top;
  }

  .logisticsFeaturesSub__hl-text {
    margin: 15px 0 20px;
    line-height: 120%;
    letter-spacing: -0.05em;
  }

  .logisticsBrochures {
    padding: 60px 0 0;
  }

  .logisticsBrochures__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 40px);
  }

  .logisticsBrochures__sec {
    margin: 0 auto 60px;
    width: 100%;
  }

  .logisticsBrochures__box {
    padding: 20px 20px 8px;
  }

  .logisticsCustomers {
    padding: 60px 0 0;
  }

  .logisticsCustomers__hl {
    margin: 0 auto 40px;
  }

  .customersCase {
    margin: 80px auto;
    padding: 0 20px 28px;
  }

  .customersCase__hl {
    padding: 12px 0 16px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customersCase__hl-tag {
    margin: 8px auto 0;
  }

  .customersCase__nameBox {
    padding-bottom: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customersCase_btn {
    margin: 12px 0 0;
  }

  .customersCase_link {
    padding: 0 16px 0 12px;
    height: 32px;
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .customersCase__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customersCase__inner .customersCase__outline {
    width: 100%;
  }

  .customersCase__inner .customersCase__fig {
    width: 100%;
  }

  .dispatchFlow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dispatchFlow__item {
    padding: 0 20px 28px;
    width: 100%;
  }

  .dispatchFlow__item:not(:last-child) {
    margin: 0 auto 52px;
  }

  .dispatchFlow__item:not(:last-child):after {
    left: 50%;
    right: initial;
    top: initial;
    bottom: -32px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .dispatchFlow__item:not(:last-child):before {
    left: 50%;
    right: initial;
    top: initial;
    bottom: -36px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }

  .shift__main {
    padding-top: 40px;
    height: 500px;
  }

  .shift__hl-main {
    line-height: 120%;
  }

  .shift__read {
    border-radius: 16px;
  }

  .shift__blocks {
    margin: 0 0 20px;
    width: 260px;
    height: 42px;
  }

  .shift__contact {
    margin: 30px auto 0;
  }

  .shift__contact-item {
    margin: 0 8px;
  }

  .optimalPlacement.lazyloaded {
    background: #E9E9E5 url(../img/shift/bg_optimal_placement.jpg) no-repeat right bottom -50px;
  }

  .optimalPlacement {
    padding: 60px 0;
  }

  .optimalPlacement__hl {
    margin: 0 auto 30px;
  }

  .optimalPlacementList__item {
    height: 100px;
  }

  .optimalPlacementList__item .icon {
    width: 130px;
  }

  .optimalPlacementList__item .icon:before {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  .optimalPlacementList__item-text {
    line-height: 120%;
    width: calc(100% - 100px);
  }

  .optimalStaffing {
    padding: 60px 0;
  }

  .optimalStaffing__read {
    margin: 0 auto 60px;
    text-align: left;
  }

  .issuesStaffing {
    margin: 0 auto 60px;
    padding: 40px 20px;
  }

  .issuesStaffing__hl {
    margin: 0 auto 40px;
  }

  .issuesStaffingExample {
    margin: 30px auto;
    padding: 26px 20px 18px;
  }

  .issuesStaffingExample:last-child {
    margin: 30px auto 0;
  }

  .issuesStaffingExample__term {
    font-size: 24px;
    font-size: 1.5rem;
    top: -46px;
  }

  .shiftSolution {
    margin-top: -220px;
    padding: 150px 0 50px;
  }

  .shiftSolution__hl {
    margin: 0 auto 40px;
    padding: 16px 30px 20px;
  }

  .shiftSolution__hl-small {
    margin-bottom: 5px;
  }

  .shiftSolution__hl-accent {
    padding: 0 16px;
    top: -15px;
  }

  .shiftSolution__read {
    margin: 0 auto 20px;
    text-align: left;
  }

  .staffingPlan__hl {
    padding: 30px 20px 0;
  }

  .staffingPlanList {
    padding: 0 10px 10px;
  }

  .staffingPlanList__item {
    margin: 0 10px 20px;
    padding: 30px 10px 20px;
    width: calc(50% - 20px);
  }

  .staffingPlanList__icon img {
    height: 60px;
  }

  .staffingPlanList__text {
    text-align: left;
  }

  .shiftFeatures {
    padding: 60px 0;
  }

  .shiftFeatures__hl {
    margin: 0 auto 40px;
  }

  .shiftFeatures__hl-small {
    margin-bottom: 5px;
  }

  .shiftFeaturesList__item {
    margin-bottom: 40px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shiftFeaturesList__item-inner {
    margin-top: -120px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .shiftFeaturesSub {
    padding: 30px 24px;
  }

  .shiftFeaturesBg {
    width: 100%;
    height: 260px;
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .shiftFeaturesSub__hl-text {
    margin: 15px 0 20px;
    line-height: 120%;
  }

  .shiftFeaturesFig {
    margin: 80px auto 0;
    padding: 24px 12px 12px;
    width: calc(100% - 32px);
  }

  .shiftFeaturesFig__caption {
    padding: 0 12px;
    top: -17px;
  }

  .shiftCustomer__hl {
    margin: 0 auto 40px;
  }

  .shiftCustomerName__inner {
    height: 260px;
  }

  .shiftCustomerName__hl {
    padding: 20px 0;
  }

  .shiftCustomerSub {
    margin: 40px auto;
  }

  .shiftCustomerSub__hl {
    margin-bottom: 10px;
  }

  .production__main {
    padding-top: 40px;
    height: 500px;
  }

  .manufacturingDx {
    padding: 60px 0;
  }

  .manufacturingDx__inner {
    width: calc(100% - 40px);
  }

  .manufacturingDx__hl {
    margin: 0 auto 32px;
    letter-spacing: -0.05em;
  }

  .manufacturingDx__read {
    text-align: left;
  }

  .manufacturingDxList__item {
    margin: 8px 0;
    width: 100%;
  }

  .manufacturingDxList__hl {
    height: 48px;
  }

  .manufacturingDxList__icon img {
    height: 68px;
  }

  .useCaseProduction {
    padding: 60px 0;
  }

  .useCaseProduction__hl {
    margin: 0 auto 40px;
  }

  .useCaseProductionList {
    width: calc(100% - 40px);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
  }

  .useCaseProductionList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .useCaseProductionList__outline {
    padding: 28px 20px 16px;
    width: 100%;
  }

  .useCaseProductionList__hl {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .useCaseProductionList__img {
    width: 100%;
    height: 160px;
    min-height: initial;
  }

  .productionCustomers {
    margin: -20px auto 0;
    padding: 60px 0 0;
  }

  .productionCustomers__hl {
    margin: 0 auto 40px;
  }

  .productionCustomersCase {
    margin: 40px auto;
    padding: 0 20px 28px;
  }

  .productionCustomersCase__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productionCustomersCase__fig {
    margin: 0 auto 20px;
    width: 100%;
  }

  .productionCustomersCase__outline {
    width: 100%;
  }

  .quantumBeginning {
    padding: 30px 0 80px;
  }

  .quantumBeginning__inner {
    width: calc(100% - 32px);
  }

  .quantumBeginning__read,
  .quantumApproach__read {
    text-align: left;
  }

  .quantumBeginningExample__inner {
    padding: 16px;
  }

  .quantumBeginningExample__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quantumBeginningExample__start {
    width: 100%;
  }

  .quantumBeginningExample__end {
    width: 100%;
  }

  .quantumBeginningExample__arrow {
    width: 100%;
  }

  .quantumBeginningExample__arrow .material-icons-outlined {
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .quantumBeginningExample__read {
    text-align: left;
  }

  .quantumIntroduction__inner {
    padding-bottom: 40px;
    width: calc(100% - 32px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .quantumIntroduction__summary {
    width: 100%;
  }

  .quantumIntroduction__read small {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .quantumIntroduction__fig {
    margin: -60px auto 20px;
    width: 50%;
  }

  .quantumApproach {
    margin: 40px 0 60px;
  }

  .quantumApproach__inner {
    width: calc(100% - 32px);
  }

  .quantumApproachImg {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quantumApproachImg__item {
    width: 100%;
  }

  .quantumApproachImg__fig {
    padding: 16px;
  }

  .quantumApproachImg__read-underline:before {
    height: 10px;
  }

  .quantumApproachImg__result {
    padding: 16px;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }

  .quantumApproachImg__result:before {
    border-width: 0 12px 18px 12px;
    top: -18px;
  }

  .quantumScene {
    margin: 140px 0 20px;
  }

  .quantumScene__inner,
  .quantumSolution__inner,
  .quantumFeaturesSteps__fig,
  .quantumSceneCombinatorial__inner {
    width: calc(100% - 32px);
  }

  .quantumSceneExample {
    margin-top: 50px;
    padding: 24px 16px 0;
  }

  .quantumSceneExample__hl {
    padding: 0 8px;
    top: -14px;
  }

  .quantumSceneExampleList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quantumSceneExampleList__item {
    margin: 0 0 16px;
    padding: 12px;
    width: 100%;
  }

  .quantumSceneExampleList__icon {
    margin: 0 12px 0 0;
    width: 80px;
    height: 80px;
  }

  .quantumSceneExampleList__icon img {
    width: 60px;
  }

  .quantumSceneExampleList__read {
    margin: 0;
  }

  .quantumSceneCombinatorial {
    margin-top: -70px;
    padding: 130px 0 60px;
  }

  .quantumSceneCombinatorial.lazyloaded {
    background: url(../img/quantum-computing/bg_resource.jpg) no-repeat left;
  }

  .quantumSceneCombinatorial__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quantumSceneCombinatorial__en {
    margin: 0 auto 0.5em;
    width: 100%;
  }

  .quantumSceneCombinatorial__summary {
    width: 100%;
  }

  .quantumFeatures {
    margin: 40px 0 0;
  }

  .quantumFeatures__hl {
    margin-bottom: 40px;
    letter-spacing: -0.05em;
  }

  .quantumFeaturesList__item {
    margin-bottom: 60px !important;
    padding-bottom: 0;
  }

  .quantumFeaturesList__inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .quantumFeaturesList__outline {
    margin: 10px auto 0;
    width: calc(100% - 32px);
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .quantumFeaturesList__outline * {
    width: 100%;
  }

  .quantumFeaturesList__fig {
    width: 80%;
  }

  .quantumFeaturesList__fig:before {
    width: 120%;
    top: 56px;
  }

  .quantumFeatures__fig {
    margin: 0 auto 60px;
    width: calc(100% - 32px);
  }

  .quantumFeaturesSteps {
    padding: 40px 0;
  }

  .quantumFeaturesSteps__figcaption {
    margin-bottom: 20px;
  }

  .quantumSolution {
    margin: 60px auto;
  }

  .quantumSolutionList {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quantumSolutionList__item {
    width: 100%;
  }

  .quantumSolutionList__inner {
    padding: 20px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 787px) {
  .usd {
    display: block;
  }

  .colBox {
    margin: 60px 0;
  }

  .colBox__bgColor {
    padding: 70px 0;
  }

  .rowBox__3elem .boxInner {
    margin: 0.5em 0;
    width: calc(50% - 0.5em);
  }

  .rowBox__4elem .boxInner {
    margin: 0.5em 0;
    width: calc(50% - 0.5em);
  }

  .rowBox__5elem .boxInner {
    margin: 0.5em 0;
    width: calc(50% - 0.5em);
  }

  #header {
    min-width: inherit;
  }

  #header h1 {
    margin: 0 auto 0 15px;
    text-align: center;
  }

  #header .navbar {
    padding: 0;
    width: 100%;
    min-width: none;
  }

  #header.headerTop {
    background: white;
  }

  #header.headerTop .header-menu a {
    color: #01579b;
  }

  #header.headerTop .header-menu a:hover {
    color: #039be5;
  }

  .osd {
    display: none;
  }

  .header-menu {
    padding-bottom: 10px;
  }

  .header-menu > li a {
    margin: 0;
  }

  .header-sub li a {
    padding: 0 30px;
    white-space: nowrap;
  }

  .siteSearch input {
    height: 40px;
    border-radius: 7px;
  }

  .footerNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerNavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerNavList__item {
    margin-bottom: 20px;
  }

  .footerBottom {
    padding: 40px 32px;
  }

  .footerBottomList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .fs-xx-small {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .btn__solution {
    height: 70px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .btn__features {
    height: 70px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .btn__caas {
    height: 70px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .btn__top {
    height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .btn__more {
    width: 210px;
    height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .btn__more--small {
    height: 50px;
  }

  .btn__more--large-white {
    height: 70px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .btn__more--large-blue {
    height: 70px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .baseTable__sp tr {
    display: block;
    width: 100%;
  }

  .baseTable__sp th,
  .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }

  .tabList {
    margin: 16px 0 28px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabList__item {
    margin: 0 0 12px 0;
  }

  .tabList__item a {
    padding: 0 8px 8px;
  }

  .hl-release-custom-type {
    height: 29px;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .hl-release-custom-text {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  pre {
    word-break: break-all;
  }

  .colorList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colorList > li {
    margin: 0 0 20px;
    width: 100%;
  }

  .mainVisual {
    margin-top: 73px !important;
  }

  .mainVisualInner {
    margin-top: 73px;
    height: 540px !important;
  }

  .mainVisual__hlBox {
    padding-top: 0;
    position: absolute;
    height: 600px;
  }

  .topSolution {
    margin: 60px auto;
  }

  .subTopSolution {
    margin: 0 auto 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subTopSolution__outline {
    margin-bottom: 20px;
    padding: 40px 20px;
    width: 100%;
  }

  .subTopSolution__read {
    margin: 28px auto 0;
  }

  .subTopSolution__case {
    padding: 20px 20px 28px;
    width: 100%;
  }

  .topUseCase {
    padding: 15px;
  }

  .topUseCase__num {
    left: 15px;
  }

  .topUseCaseList {
    margin-top: 8px;
  }

  .topUseCaseList__item {
    line-height: 140%;
  }

  .topBtn__solution {
    margin-top: 80px;
  }

  .topGoal__hl {
    margin-bottom: 40px;
  }

  .topGoalList {
    margin: 40px auto 0;
  }

  .topGoalList__item {
    padding: 30px 10px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }

  .topGoalList__fig {
    margin-bottom: 30px;
  }

  .topGoalList__fig img {
    height: 84px;
  }

  .topFeatures__read {
    margin-bottom: 30px;
  }

  .topFeatures__content {
    padding-bottom: 100px;
  }

  .topFeaturesList {
    padding-top: 80px;
  }

  .topFeaturesList__item {
    margin-bottom: 20px;
  }

  .topFeaturesList__outline {
    padding: 20px 0 0 20px;
  }

  .topFeaturesList__outline-quantum {
    padding: 20px 20px 0 0;
  }

  .topFeaturesList__fig {
    margin: 0 20px;
  }

  .topFeaturesList__fig-raptop img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .topFeaturesList__fig-quantum img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .topFeaturesList__fig-solution img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .topBtn__features {
    margin-top: 80px;
  }

  .topCaas {
    padding: 90px 0 120px;
  }

  .topCaas.lazyloaded {
    background: #69B5F3 url(../img/index/bg_caas.jpg) no-repeat center bottom -120px;
    background-size: 180% auto;
  }

  .topCaas__hl {
    margin: 0 auto 40px;
  }

  .topCaas__hl-logo {
    margin-bottom: 60px;
    width: 400px;
  }

  .topBtn__caas {
    margin-top: 80px;
  }

  .page-ttl {
    padding-top: 73px;
    height: 220px;
  }

  .productBeginning {
    padding: 40px 32px;
  }

  .productBeginning__img {
    margin: 50px auto -160px;
    max-width: 400px;
  }

  .productFunction {
    margin: 180px 0 80px;
  }

  .productFunctionList__item {
    padding: 15px;
  }

  .productFunctionList__inner {
    padding: 20px;
  }

  .productStep {
    margin: 80px 0;
  }

  .productStepList {
    margin: 20px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productStepList__item {
    width: 100%;
  }

  .productFeaturesList__item {
    margin: 40px 0 60px;
    padding-bottom: 0;
  }

  .productFeaturesList__inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .productFeaturesList__outline {
    margin: 10px auto 0;
    width: calc(100% - 32px);
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .productFeaturesList__outline * {
    width: 100%;
  }

  .productFeaturesList__fig {
    width: 80%;
  }

  .productFeaturesList__fig:before {
    width: 120%;
    top: 56px;
  }

  .productConsulting {
    margin: 80px 0;
  }

  .caas__main {
    padding-top: 50px;
    height: 660px;
  }

  .caas__inner {
    width: calc(100% - 48px);
  }

  .caas__hl-logo {
    margin-bottom: 30px;
    padding: 30px;
  }

  .caas__hl-logo img {
    max-width: 240px;
  }

  .caas__contact-item {
    margin: 0 auto;
  }

  .caasSec__hl--brackets-start {
    margin-left: -16px;
  }

  .caasCommunity {
    padding: 60px 0 60px;
  }

  .caasCommunity__inner {
    width: calc(100% - 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caasCommunity__summary {
    width: 100%;
  }

  .caasCommunity__fig {
    margin: 20px auto;
    width: 80%;
  }

  .caasStory__inner {
    padding-top: 200px;
  }

  .caasStory__summary {
    padding: 16px 0 0 40px;
    width: 98%;
  }

  .caasStory__img {
    width: 86%;
    height: 280px;
  }

  .caasDashboard__summary {
    padding-top: 200px;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .caasDashboard__summary-inner {
    padding: 20px 30px 40px 0;
    width: 98%;
  }

  .caasDashboard__img {
    width: 86%;
    height: 280px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }

  .caasDashboardList {
    width: 100%;
  }

  .caasDashboardList__item {
    padding: 60px 16px;
  }

  .caasDashboardList__illust img {
    width: 116px;
  }

  .caasDashboardList__hl {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .caasFlow {
    padding: 60px 0 160px;
    background-size: 140%;
  }

  .caasFlow__inner:before {
    top: 70px;
  }

  .caasFlowList {
    width: calc(100% - 32px);
  }

  .caasFlowList__item {
    padding: 20px 12px;
  }

  .caasFlowList__en {
    height: 80px;
  }

  .caasFlowList__en:after {
    width: 14px;
    height: 14px;
    bottom: 21px;
  }

  .caasFlowList__hl {
    margin-bottom: 16px;
    letter-spacing: -0.05em;
  }

  .caasFlowList__hl-sub {
    margin-bottom: 16px;
  }

  .caasSuggestion {
    padding: 60px 0 0;
  }

  .caasSuggestion__fig {
    margin: 40px auto;
    width: calc(100% - 48px);
  }

  .caasSuggestion__inner {
    margin: 40px auto;
    width: calc(100% - 48px);
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .caasSuggestion__inner:last-child {
    margin: 40px auto 0;
  }

  .caasSuggestion__summary {
    width: 100%;
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .caasSuggestion__img {
    margin-left: -24px !important;
    width: 100vw;
    height: 300px;
  }

  .caasSuggestion__hl {
    margin: 20px 0;
  }

  .caasSuggestion__hl-sub {
    padding: 12px 16px;
  }

  .caasPlatform {
    margin: 60px auto;
    width: calc(100% - 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caasPlatform__summary {
    width: 100%;
  }

  .caasPlatform__fig {
    margin: 20px auto 0;
    width: 100%;
  }

  .caasData {
    margin: 60px 0;
  }

  .caasData__inner {
    width: calc(100% - 32px);
  }

  .caasData__summary {
    margin-top: 200px;
    width: 88%;
  }

  .caasData__hl-en {
    top: -174px;
  }

  .caasData__img {
    width: 56%;
    height: 280px;
  }

  .caasBlocks {
    padding: 60px 0;
  }

  .caasBlocks__inner {
    width: calc(100% - 48px);
  }

  .caasBlocks__hl-logo {
    max-width: 300px;
  }

  .radioItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radioItem .mwform-radio-field {
    margin: 2px 0;
  }

  .checkboxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkboxItem .mwform-checkbox-field {
    margin: 2px 0;
  }

  .submitBtnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .submitBtnWrap__item {
    margin: 10px 0;
  }

  .brochure {
    margin: 60px 0;
  }

  .brochureList {
    margin: 20px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brochureList__item {
    width: 100%;
  }

  .brochureList__figcaption-main {
    padding: 20px 0 22px;
    height: auto;
  }

  .customersList-item {
    width: calc(50% - 8px);
  }

  .customersList-logo {
    padding: 0 32px;
  }

  .customersList-item.sticky .customersList-nameBox {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
  }

  .customersList-item.sticky .customersList-name {
    margin: 0 auto 0 16px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .customersList-item.sticky .customersList-type {
    margin: 0;
    padding: 0 6px 2px;
    height: 24px;
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    top: 108px;
    right: 15px;
  }

  .customersList-item.sticky .customersList-logo {
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #eceff1;
  }

  .customersList-item.sticky .customersList-title {
    margin: 0 16px 12px;
  }

  .customersList-item.sticky .customersList-read {
    margin: 8px 16px 1.2em;
  }

  .customersList-item.sticky .customersList-tag {
    padding: 20px 16px 0;
    border: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .customersClient-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customersClient-fig {
    height: auto;
  }

  .customersClient-outline {
    padding: 0 30px 10px;
    width: 100%;
  }

  .customersClient-logo {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    height: auto;
  }

  .customersBrochures {
    padding: 120px 0;
  }

  .customersBrochures__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customersBrochures__outline {
    width: 100%;
  }

  .customersBrochures__img {
    width: 100%;
  }

  .customersBrochures__fig {
    margin: 30px auto 0;
    width: 80%;
  }

  .customersBrochures__link-desk {
    display: none;
  }

  .customersBrochures__link-mobile {
    display: block;
  }

  .author-detail {
    margin: 30px 0 0;
    display: block;
  }

  .entry-author-block {
    margin: 0 0 20px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entry-author-block:after {
    display: none;
  }

  .entry-author-block figure {
    width: 140px;
  }

  .entry-author-comment {
    width: 100%;
  }

  .entry-author-name {
    margin: 0 0 6px;
    text-align: center;
  }

  .solution__main {
    padding: 160px 0 80px;
    height: auto;
  }

  .solution__hl {
    margin: 0 auto 2%;
  }

  .solution__features {
    padding: 12px 16px;
  }

  .solutionContent {
    margin: 80px auto 0;
  }

  .solutionContent__hl-jp {
    margin-bottom: 8px;
    font-size: 26px;
    font-size: 1.625rem;
  }

  .solutionContent__inner {
    padding: 132px 0 120px;
  }

  .solutionContent__inner-bg {
    margin-top: 132px;
  }

  .solutionContent__read {
    margin: -234px auto 0;
    padding-bottom: 40px;
    width: calc(100% - 24px);
    height: 204px;
    font-size: 19.5px;
    font-size: 1.21875rem;
  }

  .solutionContentList {
    width: calc(100% - 28px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }

  .solutionContentList__item {
    padding: 8px;
    width: 48%;
  }

  .solutionContentList__item:last-child {
    width: 54%;
  }

  .solutionContentList__inner {
    padding: 24px 16px 12px;
  }

  .solutionContentList__hl {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.05em;
  }

  .solutionContent__btnArea {
    gap: 0 20px;
  }

  .solutionContentList__with {
    margin-top: -32px;
    width: calc(100% - 16px);
    max-width: var(--baseWidthSub);
  }

  .solutionContentList__with .solutionContentList__item {
    width: 48%;
  }

  .aboutQuantumComputing {
    margin: 80px auto;
  }

  .aboutQuantumComputing__inner {
    padding: 30px 20px 70px;
    width: calc(100% - 170px);
  }

  .aboutQuantumComputing__hl-jp {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .aboutQuantumComputing__img {
    width: 170px;
    top: 0;
  }

  .aboutQuantumComputing__read {
    font-size: 16px;
    font-size: 1rem;
  }

  .aboutQuantumComputing__more {
    right: 20px;
    bottom: -30px;
  }

  .initiatives {
    padding: 60px 0;
  }

  .initiatives__read {
    width: calc(100% - 28px);
  }

  .initiatives__fig {
    margin: 40px auto;
    gap: 0 20px;
  }

  .initiativesList {
    margin: 60px auto 0;
    width: calc(100% - 32px);
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .initiatives__item {
    padding: 16px;
    width: calc(50% - 8px);
  }

  .initiatives__illust {
    margin-right: 16px;
  }

  .solutionCaas {
    height: 360px;
  }

  .solutionCaas__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .solutionCaas__hl {
    margin: 1rem 0;
  }

  .solutionCaas__more {
    margin: 20px 0 0 auto;
  }

  .solutionProduct {
    height: 360px;
  }

  .solutionProduct__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .solutionProduct__more {
    margin: 20px 0 0 auto;
  }

  .logistics__main {
    padding-top: 50px;
    height: 600px;
  }

  .icon-logistics {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    top: -25px;
    right: 15px;
  }

  .sol__contact {
    margin: 50px auto 0;
  }

  .sol__contact-item {
    margin: 0 8px;
    width: calc(50% - 16px);
  }

  .logisticsSolution {
    padding: 80px 0;
  }

  .logisticsSolution.lazyloaded {
    background-position: right bottom, left bottom 12px;
    background-size: 130px 149px, 126px 104px;
  }

  .logisticsSolution__inner {
    width: calc(100% - 40px);
  }

  .logisticsSolution__fig {
    padding: 20px;
  }

  .logisticsDx {
    padding: 60px 0;
  }

  .logisticsDx__inner {
    width: calc(100% - 40px);
  }

  .logisticsDx__read {
    margin: 0 auto 48px;
  }

  .logisticsDxList__item {
    width: calc(50% - 8px);
  }

  .logisticsDxList__hl {
    height: 52px;
  }

  .logisticsDxList__tag {
    height: 40px;
    border-radius: 20px;
  }

  .logisticsFeatures {
    padding: 80px 0;
  }

  .logisticsFeatures__hl {
    margin: 0 auto 60px;
  }

  .logisticsFeaturesList__item {
    margin-bottom: 60px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logisticsFeaturesList__item-inner {
    margin-top: -110px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .logisticsFeaturesBg {
    width: 100%;
    height: 320px;
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .logisticsBrochures {
    padding: 60px 0 0;
  }

  .logisticsBrochures__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 40px);
  }

  .logisticsBrochures__sec {
    margin: 0 auto 60px;
    width: 100%;
  }

  .logisticsCustomers {
    padding: 80px 0 0;
  }

  .logisticsCustomers__hl {
    margin: 0 auto 60px;
  }

  .customersCase {
    padding: 0 24px 24px;
  }

  .customersCase__hl {
    padding: 0 16px;
  }

  .customersCase__hl-tag {
    margin-left: 12px;
    padding: 0 12px;
  }

  .customersCase__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customersCase__inner .customersCase__outline {
    width: 100%;
  }

  .customersCase__inner .customersCase__fig {
    width: 100%;
  }

  .dispatchFlow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dispatchFlow__item {
    padding: 0 20px 28px;
    width: 100%;
  }

  .dispatchFlow__item:not(:last-child) {
    margin: 0 auto 60px;
  }

  .dispatchFlow__item:not(:last-child):after {
    left: 50%;
    right: initial;
    top: initial;
    bottom: -32px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .dispatchFlow__item:not(:last-child):before {
    left: 50%;
    right: initial;
    top: initial;
    bottom: -36px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }

  .shift__main {
    padding-top: 50px;
    height: 600px;
  }

  .shift__contact {
    margin: 30px auto 0;
  }

  .optimalPlacement.lazyloaded {
    background: #E9E9E5 url(../img/shift/bg_optimal_placement.jpg) no-repeat right bottom -70px;
  }

  .optimalPlacement {
    padding: 80px 0;
  }

  .optimalPlacementList__item .icon {
    width: 160px;
  }

  .optimalPlacementList__item .icon:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .optimalPlacementList__item-text {
    width: calc(100% - 160px);
  }

  .optimalStaffing {
    padding: 60px 0;
  }

  .optimalStaffing__read {
    margin: 0 auto 60px;
  }

  .issuesStaffing {
    margin: 0 auto 60px;
    padding: 60px 32px;
  }

  .issuesStaffing__hl {
    margin: 0 auto 60px;
  }

  .issuesStaffingExample:last-child {
    margin: 40px auto 10px;
  }

  .shiftSolution {
    margin-top: -220px;
    padding: 160px 0 80px;
  }

  .shiftSolution__hl {
    padding: 20px 30px;
  }

  .shiftSolution__hl-accent {
    padding: 0 30px;
    top: -17px;
  }

  .staffingPlan__hl {
    padding: 30px 20px 0;
  }

  .staffingPlanList {
    padding: 0 10px 10px;
  }

  .staffingPlanList__item {
    margin: 0 10px 20px;
    padding: 40px 10px 30px;
    width: calc(50% - 20px);
  }

  .shiftFeatures {
    padding: 80px 0;
  }

  .shiftFeatures__hl {
    margin: 0 auto 60px;
  }

  .shiftFeaturesList__item {
    margin-bottom: 60px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shiftFeaturesList__item-inner {
    margin-top: -140px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .shiftFeaturesSub {
    margin: auto;
  }

  .shiftFeaturesBg {
    width: 100%;
    height: 320px;
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .shiftFeaturesFig {
    margin: 80px auto 0;
    padding: 30px 20px 20px;
    width: calc(100% - 32px);
  }

  .shiftFeaturesFig__caption {
    top: -18px;
  }

  .shiftCustomerName__inner {
    height: 300px;
  }

  .shiftCustomerName__hl {
    padding: 30px 0;
    max-width: 440px;
  }

  .shiftCustomerSub {
    margin: 60px auto;
  }

  .production__main {
    padding-top: 50px;
    height: 600px;
  }

  .manufacturingDx {
    padding: 80px 0;
  }

  .manufacturingDx__inner {
    width: calc(100% - 40px);
  }

  .manufacturingDxList__item {
    width: calc(50% - 8px);
  }

  .manufacturingDxList__hl {
    height: 52px;
  }

  .manufacturingDxList__tag {
    height: 40px;
    border-radius: 20px;
  }

  .useCaseProduction {
    padding: 80px 0;
  }

  .useCaseProductionList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .productionCustomers {
    padding: 120px 0 0;
  }

  .productionCustomers__hl {
    margin: 0 auto 40px;
  }

  .productionCustomersCase {
    margin: 40px auto;
    padding: 0 24px 24px;
  }

  .quantumBeginning {
    padding: 40px 0 100px;
  }

  .quantumBeginning__inner {
    width: calc(100% - 32px);
  }

  .quantumBeginningExample__inner {
    padding: 16px;
  }

  .quantumBeginningExample__start {
    padding: 4px 8px;
  }

  .quantumBeginningExample__end {
    padding: 4px 8px;
  }

  .quantumIntroduction__inner {
    padding-bottom: 30px;
    width: calc(100% - 32px);
  }

  .quantumApproach {
    margin: 60px 0 80px;
  }

  .quantumApproach__inner {
    width: calc(100% - 32px);
  }

  .quantumApproachImg {
    margin: 20px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quantumApproachImg__item {
    width: 100%;
  }

  .quantumApproachImg__fig {
    padding: 16px;
  }

  .quantumScene {
    margin: 140px 0 20px;
  }

  .quantumScene__inner,
  .quantumSolution__inner,
  .quantumFeaturesSteps__fig,
  .quantumSceneCombinatorial__inner {
    width: calc(100% - 32px);
  }

  .quantumSceneExample {
    margin-top: 50px;
    padding: 30px 10px 0;
  }

  .quantumSceneExample__hl {
    top: -16px;
  }

  .quantumSceneExampleList__item {
    margin: 0 12px 28px 12px;
    width: calc(50% - 28px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quantumSceneExampleList__icon {
    margin: 0 0 16px 0;
    width: 80px;
    height: 80px;
  }

  .quantumSceneExampleList__icon img {
    width: 60px;
  }

  .quantumSceneCombinatorial {
    margin-top: -100px;
    padding: 160px 0 60px;
  }

  .quantumSceneCombinatorial.lazyloaded {
    background: url(../img/quantum-computing/bg_resource.jpg) no-repeat left;
  }

  .quantumSceneCombinatorial__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quantumSceneCombinatorial__en {
    margin: 0 auto 0.5em;
    width: 100%;
  }

  .quantumSceneCombinatorial__summary {
    width: 100%;
  }

  .quantumFeatures {
    margin: 40px 0 0;
  }

  .quantumFeaturesList__item {
    margin-bottom: 60px !important;
    padding-bottom: 0;
  }

  .quantumFeaturesList__inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .quantumFeaturesList__outline {
    margin: 10px auto 0;
    width: calc(100% - 32px);
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .quantumFeaturesList__outline * {
    width: 100%;
  }

  .quantumFeaturesList__fig {
    width: 80%;
  }

  .quantumFeaturesList__fig:before {
    width: 120%;
    top: 56px;
  }

  .quantumFeatures__fig {
    margin: 0 auto 80px;
    width: calc(100% - 32px);
  }

  .quantumFeaturesSteps {
    padding: 60px 0;
  }

  .quantumFeaturesSteps__figcaption {
    margin-bottom: 30px;
  }

  .quantumSolution {
    margin: 80px auto;
  }

  .quantumSolutionList {
    margin: 20px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quantumSolutionList__item {
    margin: 0 auto;
    width: 90%;
  }
}

@media only screen and (min-width: 788px) and (max-width: 1043px) {
  .colBox {
    margin: 90px 0;
  }

  #header {
    min-width: inherit;
  }

  #header h1 {
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }

  #header .navbar {
    padding: 0;
    width: 100%;
    min-width: none;
  }

  #header.headerTop {
    background: white;
  }

  #header.headerTop .header-menu a {
    color: #01579b;
  }

  #header.headerTop .header-menu a:hover {
    color: #039be5;
  }

  .osd {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-menu {
    padding-bottom: 10px;
  }

  .header-menu > li a {
    margin: 0;
  }

  .header-sub li a {
    padding: 0 30px;
    white-space: nowrap;
  }

  .siteSearch input {
    border-radius: 0;
    border-bottom-left-radius: 0;
  }

  .mainVisual {
    height: 600px;
  }

  .mainVisualInner {
    margin-top: 152px;
    height: 600px;
    z-index: 1;
  }

  .mainVisual__hlBox {
    padding-top: 0;
    position: absolute;
    height: 600px;
  }

  .topSolution {
    margin: 80px auto;
  }

  .subTopSolution {
    margin: 0 auto 40px;
  }

  .subTopSolution__outline {
    padding: 20px 10px;
  }

  .subTopSolution__read {
    margin: 28px auto 0;
  }

  .subTopSolution__case {
    padding: 30px;
  }

  .topUseCase {
    padding: 20px;
  }

  .topUseCase__num {
    left: 20px;
  }

  .topGoalList__fig img {
    height: 94px;
  }

  .topFeaturesList {
    padding-top: 100px;
  }

  .topFeaturesList__outline {
    padding: 30px 0 0 30px;
  }

  .topFeaturesList__outline-quantum {
    padding: 30px 30px 0 0;
  }

  .topFeaturesList__fig {
    margin: 0 30px;
  }

  .topFeaturesList__fig-raptop img {
    top: -20px;
  }

  .topFeaturesList__fig-quantum img {
    top: -40px;
  }

  .topFeaturesList__fig-solution img {
    top: -20px;
  }

  .topCaas.lazyloaded {
    background: #69B5F3 url(../img/index/bg_caas.jpg) no-repeat center bottom -120px;
    background-size: 180% auto;
  }

  .topCaas__hl {
    margin: 0 auto 40px;
  }

  .topCaas__hl-logo {
    margin-bottom: 100px;
    width: 600px;
  }

  .page-ttl {
    padding-top: 149px;
  }

  .productBeginning {
    padding: 60px 32px 40px;
  }

  .productBeginning__img {
    max-width: 500px;
  }

  .productFunctionList__item {
    padding: 15px;
  }

  .productFunctionList__inner {
    padding: 25px;
  }

  .productStepList {
    margin: 30px auto 0;
  }

  .productStepList__item {
    padding: 15px;
  }

  .productStepList__inner {
    padding: 20px;
  }

  .caas__main {
    padding-top: 150px;
  }

  .caas__hl-logo {
    margin-bottom: 30px;
  }

  .caas__hl-logo img {
    max-width: 280px;
  }

  .caasSec__hl--brackets-start {
    margin-left: -20px;
  }

  .caasCommunity {
    padding: 80px 0 40px;
  }

  .caasStory__summary {
    padding: 30px 0 30px 60px;
    width: 60%;
  }

  .caasStory__img {
    width: 56%;
  }

  .caasDashboard__summary-inner {
    padding: 30px 50px 90px 0;
  }

  .caasDashboard__img {
    width: 56%;
  }

  .caasDashboardList__item {
    padding: 140px 16px 120px;
  }

  .caasDashboardList__illust img {
    width: 164px;
  }

  .caasFlow {
    padding: 80px 0 200px;
    background-size: 140%;
  }

  .caasFlow__inner:before {
    top: 90px;
  }

  .caasFlowList__en {
    height: 80px;
  }

  .caasFlowList__hl {
    margin-bottom: 16px;
    letter-spacing: -0.05em;
  }

  .caasFlowList__hl-sub {
    margin-bottom: 16px;
  }

  .caasSuggestion {
    padding: 60px 0 20px;
  }

  .caasSuggestion__fig {
    margin: 60px auto;
  }

  .caasSuggestion__inner {
    margin: 60px auto;
  }

  .caasSuggestion__inner:nth-child(odd) .caasSuggestion__summary {
    padding-left: 32px;
  }

  .caasSuggestion__inner:nth-child(even) .caasSuggestion__summary {
    padding-right: 32px;
  }

  .caasSuggestion__summary {
    width: 50%;
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .caasSuggestion__img {
    width: 46%;
  }

  .caasPlatform {
    margin: 60px auto;
  }

  .caasPlatform__summary {
    width: 48%;
  }

  .caasPlatform__fig {
    margin: 80px 0 0 auto;
  }

  .caasPlatform__fig-platform {
    padding: 0;
  }

  .caasData {
    margin: 60px 0;
  }

  .caasData__summary {
    margin-top: 200px;
    width: 78%;
  }

  .caasData__hl-en {
    top: -174px;
  }

  .caasData__img {
    width: 56%;
    height: 380px;
  }

  .caasBlocks {
    padding: 80px 0;
  }

  .caasBlocks__hl-logo {
    max-width: 380px;
  }

  .brochure {
    margin: 80px 0;
  }

  .brochureList {
    margin: 30px auto 0;
  }

  .brochureList__item {
    padding: 15px;
  }

  .brochureList__inner {
    padding: 20px;
  }

  .solution__main {
    padding: 16% 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .solutionContent {
    margin: 100px auto 0;
  }

  .solutionContent__inner {
    padding: 132px 0 120px;
  }

  .solutionContent__inner-bg {
    margin-top: 162px;
  }

  .solutionContent__read {
    margin: -264px auto 0;
    width: calc(100% - 40px);
    height: 264px;
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .solutionContentList {
    width: calc(100% - 48px);
    gap: 0;
  }

  .solutionContentList__item {
    padding: 8px;
  }

  .solutionContentList__inner {
    padding: 24px 16px 12px;
  }

  .solutionContentList__hl {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }

  .aboutQuantumComputing {
    margin: 80px auto;
  }

  .aboutQuantumComputing__inner {
    padding: 60px 40px 80px;
    width: calc(100% - 260px);
  }

  .aboutQuantumComputing__hl-jp {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: -0.05em;
  }

  .aboutQuantumComputing__img {
    width: 260px;
    top: 0;
  }

  .initiatives {
    padding: 100px 0;
  }

  .solutionCaas {
    height: 400px;
  }

  .solutionCaas__hl-en {
    font-size: 70px;
    font-size: 4.375rem;
  }

  .solutionProduct {
    height: 400px;
  }

  .logistics__main {
    padding-top: 100px;
  }

  .icon-logistics {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    top: -25px;
    right: 35px;
  }

  .logisticsDxList__item {
    width: calc(50% - 16px);
  }

  .logisticsFeatures {
    padding: 80px 0;
  }

  .logisticsFeaturesSub {
    max-width: 560px;
  }

  .logisticsFeaturesBg__01.lazyloaded {
    background: url(../img/logistics/bg_blocks_feature_01.jpg) no-repeat right -90px center;
  }

  .logisticsBrochures__inner {
    width: calc(100% - 40px);
  }

  .logisticsBrochures__sec {
    width: calc(50% - 28px);
  }

  .logisticsBrochures__hl {
    letter-spacing: -0.05em;
  }

  .logisticsBrochures__box {
    padding: 20px 20px 8px;
  }

  .logisticsCustomers {
    padding: 100px 0 0;
  }

  .logisticsCustomers__hl {
    margin: 0 auto 60px;
  }

  .customersCase__inner .customersCase__outline {
    width: 43%;
  }

  .customersCase__inner .customersCase__fig {
    width: calc(57% - 30px);
  }

  .dispatchFlow__hl {
    white-space: normal;
  }

  .shift__main {
    padding-top: 100px;
  }

  .optimalPlacementList__item .icon {
    width: 220px;
  }

  .optimalPlacementList__item-text {
    width: calc(100% - 220px);
  }

  .issuesStaffingExample:last-child {
    margin: 40px auto 30px;
  }

  .shiftSolution {
    padding: 180px 0 80px;
  }

  .shiftSolution__hl {
    padding: 26px 30px;
  }

  .shiftSolution__hl-accent {
    top: -22px;
  }

  .staffingPlan__hl {
    padding: 40px 30px 0;
  }

  .staffingPlanList {
    padding: 0 10px 20px;
  }

  .staffingPlanList__item {
    margin: 0 10px;
    padding: 40px 10px 30px;
    width: calc(25% - 20px);
  }

  .shiftFeatures {
    padding: 80px 0;
  }

  .shiftFeaturesFig {
    padding: 40px 30px 30px;
    width: calc(100% - 48px);
  }

  .shiftFeaturesFig__caption {
    top: -24px;
  }

  .production__main {
    padding-top: 100px;
  }

  .manufacturingDxList__item {
    width: calc(50% - 16px);
  }

  .useCaseProduction {
    padding: 100px 0;
  }

  .productionCustomers {
    padding: 180px 0 0;
  }

  .productionCustomers__hl {
    margin: 0 auto 60px;
  }

  .productionCustomersCase {
    margin: 60px auto;
  }

  .quantumBeginning {
    padding: 60px 0 100px;
  }

  .quantumBeginning__inner {
    width: calc(100% - 48px);
  }

  .quantumBeginningExample__inner {
    padding: 20px;
  }

  .quantumBeginningExample__start {
    padding: 4px 8px;
  }

  .quantumBeginningExample__end {
    padding: 4px 8px;
  }

  .quantumIntroduction__inner {
    padding-bottom: 40px;
    width: calc(100% - 48px);
  }

  .quantumApproach {
    margin: 80px 0 100px;
  }

  .quantumApproach__inner {
    width: calc(100% - 48px);
  }

  .quantumApproachImg {
    margin: 30px auto 0;
  }

  .quantumApproachImg__item {
    padding: 15px;
  }

  .quantumApproachImg__fig {
    padding: 20px;
  }

  .quantumScene {
    margin: 140px 0 40px;
  }

  .quantumScene__inner,
  .quantumSolution__inner,
  .quantumFeaturesSteps__fig,
  .quantumSceneCombinatorial__inner {
    width: calc(100% - 48px);
  }

  .quantumSceneExampleList__item {
    margin: 0 16px 32px 16px;
    width: calc(50% - 32px);
  }

  .quantumSceneExampleList__icon {
    width: 100px;
    height: 100px;
  }

  .quantumSceneExampleList__icon img {
    width: 70px;
  }

  .quantumSceneCombinatorial {
    margin-top: -100px;
    padding: 160px 0 80px;
  }

  .quantumFeatures {
    margin: 60px 0 0;
  }

  .quantumFeaturesSteps {
    padding: 80px 0;
  }

  .quantumFeaturesSteps__figcaption {
    margin-bottom: 40px;
  }

  .quantumSolution {
    margin: 100px auto;
  }

  .quantumSolutionList {
    margin: 30px auto 0;
  }

  .quantumSolutionList__item {
    padding: 10px;
  }

  .quantumSolutionList__inner {
    padding: 20px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1299px) {
  .header-sub li:first-child {
    border-left: none;
    border-radius: 0;
  }

  .header-sub li:last-child {
    border-right: none;
    border-radius: 0;
  }

  .header-sub li:last-child a {
    border-radius: 0;
  }

  .siteSearch {
    max-width: none;
  }

  .contactBrochureRead {
    font-size: 16px;
    font-size: 1rem;
  }

  .tabNone {
    display: none !important;
  }

  .tabSpNone {
    display: none !important;
  }

  .spVisible {
    display: none;
  }

  .pcVisible {
    display: none;
  }

  .secCustomersList {
    padding: 60px 0;
  }

  .secCustomersList .customersList-container {
    margin: 40px auto 0;
    padding: 0 60px;
    width: 100%;
  }

  .secCustomersList .customersList {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .secCustomersList .btnSlick i {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .secCustomersList .slick-prev {
    left: 10px;
  }

  .secCustomersList .slick-next {
    right: 10px;
  }

  .darkWrap {
    padding: 30px 0 100px;
    z-index: 0;
  }

  .topGoal {
    padding: 100px 0;
  }

  .topFeatures {
    padding: 80px 0 0;
  }

  .topFeatures__hl {
    margin-bottom: 30px;
  }

  .topCaas__read {
    margin: 40px auto;
  }

  .secTopInformation {
    width: auto;
  }

  .en .movie-top {
    height: 660px;
    background: url(../img/index/bg_movie.jpg) no-repeat right top;
    background-size: cover;
  }

  .en .movie-top video {
    display: none;
  }

  .en .main-visual {
    padding-top: 110px;
  }

  .en .main-visual-hl {
    margin-bottom: 20px;
    font-size: 32px;
    font-size: 2rem;
  }

  .en .main-visual-read {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .en .main-visual-fig {
    margin: 30px auto 0;
    width: 90%;
  }

  .en .top_hl {
    margin: 0 0 20px;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .en .top_hl span {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .en .topBlock_hl {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .en .topValue_figure {
    margin: 40px 30px 0;
    width: auto;
  }

  .hl-ttl-en {
    margin: 5px 0 0;
  }

  .ctrl-section {
    margin: 20px 0 10px;
  }

  .ctrl-section .col {
    margin-right: 4%;
    width: 48%;
  }

  .ctrl-section .col:last-child {
    margin-right: 0;
  }

  .ctrl-section .col .select-wrap {
    position: relative;
  }

  .ctrl-section .label {
    display: none;
  }

  .result-list > li {
    padding: 25px 0 15px 15px;
  }

  .result-list .title-link {
    width: 100%;
  }

  .productFunctionList {
    width: calc(100% - 32px);
  }

  .productStep__inner {
    width: calc(100% - 32px);
  }

  .productFeatures__inner {
    width: calc(100% - 32px);
  }

  .caasSuggestion__summary-inner {
    width: 100%;
  }

  .brochureList__btn {
    height: 64px;
  }

  .entry-section > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entry-block {
    width: auto;
    padding: 20px 0 10px;
  }

  .entry-block.entry-block-blog {
    max-width: none;
  }

  .side-block {
    width: auto;
  }

  .author-block {
    display: none;
  }

  .etnty-ttl {
    margin-bottom: 40px;
  }

  .etnty-ttl h1 {
    font-size: 32px;
    font-size: 2rem;
  }

  .meta .date {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .social-block ul {
    display: table;
    margin: 0 auto;
  }

  .social-block li {
    display: table-cell;
  }

  .postNav {
    margin: 15px auto 60px;
    padding-top: 20px;
  }

  .guide {
    margin: 60px 20px 0;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .guide-content {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .guide-side {
    margin: 0 0 60px 0;
    width: 100%;
  }

  .guide-nav {
    width: 100%;
  }

  .guide-nav > section {
    margin-bottom: 1px;
  }

  .guide-nav > section h2 {
    cursor: pointer;
  }

  .guide-nav > section h2 i {
    display: block;
  }

  .guide-block-group > li {
    margin-bottom: 1px;
  }

  .guide-block-group > li > a i.material-icons {
    display: block;
  }

  .customers {
    margin: 60px auto 0;
    width: calc(100% - 40px);
  }

  .customersList {
    margin-bottom: 80px;
  }

  .customersList-item.sticky .customersList-eyecatch {
    height: 230px;
  }

  .customersClientFooter-outline {
    margin-left: 20px;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .customersClientFooter-logo {
    margin: 0;
    padding: 0 20px;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .customersClientFooter-logo img {
    max-width: 100%;
    max-height: 100px;
  }

  .customersBrochures__inner {
    width: calc(100% - 72px);
  }

  .policy,
  .partner-policy {
    margin: 60px 20px 0;
    width: auto;
  }

  .specified-commercial-transaction-act {
    margin: 60px 20px 0;
    width: auto;
  }

  .logisticsSolution__hl {
    margin: 0 auto 40px;
  }

  .logisticsDx__hl {
    margin: 0 auto 40px;
  }

  .optimalPlacement__hl {
    margin: 0 auto 40px;
  }

  .optimalPlacementList__item {
    height: 150px;
  }

  .shiftCustomer__hl {
    margin: 0 auto 60px;
  }

  .manufacturingDx__hl {
    margin: 0 auto 40px;
  }

  .quantumApproachImg__result {
    padding: 16px;
  }
}

@media (hover: hover) {
  .footerNavSubList__item a:hover {
    color: #039be5;
  }
}
/*# sourceMappingURL=style.css.map */
